01KTMAJFP9T35CYP568X37W6C7: 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: 01KTMAJZJPBMR6FQCAD11M4VSF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T19:16:27.781Zjob assigned to worker 01KTMAK5EKYNTNFPDHG8W8ENP4 [factory aws, i-0e3e5983f6036564d] (queued for 47 s)
 
22026-06-08T19:16:34.802Zstarting task 0: "setup"
32026-06-08T19:16:34.805Z++ uname -s
42026-06-08T19:16:34.810Z+ kern=SunOS
52026-06-08T19:16:34.810Z+ build_user=build
62026-06-08T19:16:34.810Z+ build_uid=12345
72026-06-08T19:16:34.810Z+ work_dir=/work
82026-06-08T19:16:34.810Z+ input_dir=/input
92026-06-08T19:16:34.810Z+ [[ 0 == 12345 ]]
102026-06-08T19:16:34.810Z+ case "$kern" in
112026-06-08T19:16:34.811Z+ groupadd -g 12345 build
122026-06-08T19:16:34.811Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T19:16:36.818Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T19:16:36.921Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T19:16:36.931Z+ home_fs=zfs
162026-06-08T19:16:36.931Z+ [[ zfs == autofs ]]
172026-06-08T19:16:36.931Z+ mkdir -p /home/build
182026-06-08T19:16:36.931Z+ chown build:build /home/build /work
192026-06-08T19:16:38.925Z+ chmod 0700 /home/build /work
202026-06-08T19:16:38.934Zprocess exited: duration 4126 ms, exit code 0
 
212026-06-08T19:16:38.956Zstarting task 1: "rust-toolchain"
222026-06-08T19:16:38.965Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T19:16:38.965Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-08T19:16:38.965Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-08T19:16:38.965Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-08T19:16:38.965Z * rust toolchain channel = "1.94.0"
272026-06-08T19:16:38.965Z * rust toolchain profile = "default"
282026-06-08T19:16:38.971Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T19:16:38.971Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T19:16:39.084Zinfo: downloading installer
312026-06-08T19:16:40.419Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T19:16:40.419Zwarn: /home/build/.rustup/settings.toml
332026-06-08T19:16:40.419Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T19:16:40.419Zwarn: instead of the one inferred from the default host triple.
352026-06-08T19:16:40.431Zinfo: profile set to default
362026-06-08T19:16:40.431Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T19:16:40.435Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T19:16:40.573Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T19:16:40.578Zinfo: downloading 6 components
402026-06-08T19:16:56.804Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T19:16:56.804Z
422026-06-08T19:16:56.834Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T19:16:56.834Z
442026-06-08T19:16:56.834Z
452026-06-08T19:16:56.834ZRust is installed now. Great!
462026-06-08T19:16:56.834Z
472026-06-08T19:16:56.834ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T19:16:56.834Zenvironment variable. This has not been done automatically.
492026-06-08T19:16:56.834Z
502026-06-08T19:16:56.834ZTo configure your current shell, you need to source
512026-06-08T19:16:56.834Zthe corresponding env file under $HOME/.cargo.
522026-06-08T19:16:56.835Z
532026-06-08T19:16:56.835ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T19:16:56.835Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T19:16:56.835Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T19:16:56.835Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T19:16:56.835Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T19:16:56.835Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T19:16:56.835Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T19:16:56.835Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T19:16:56.835Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T19:16:56.841Z+ rustup --version
632026-06-08T19:16:56.841Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T19:16:56.843Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T19:16:56.843Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T19:16:56.843Z+ cargo --version
672026-06-08T19:16:56.843Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T19:16:56.843Z+ rustc --version
692026-06-08T19:16:56.843Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T19:16:56.843Zprocess exited: duration 15978 ms, exit code 0
 
712026-06-08T19:16:56.871Zstarting task 2: "authentication"
722026-06-08T19:16:56.884Zprocess exited: duration 19 ms, exit code 0
 
732026-06-08T19:16:56.891Zstarting task 3: "clone repository"
742026-06-08T19:16:56.897Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T19:16:56.902Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T19:16:56.931ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T19:17:09.045Z+ cd /work/oxidecomputer/omicron
782026-06-08T19:17:09.047Z+ git fetch origin f074c6e811a80445beea04cd838e60848f70725e
792026-06-08T19:17:09.363ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T19:17:09.363Z * branch f074c6e811a80445beea04cd838e60848f70725e -> FETCH_HEAD
812026-06-08T19:17:09.372Z+ [[ -n '' ]]
822026-06-08T19:17:09.373Z+ git reset --hard f074c6e811a80445beea04cd838e60848f70725e
832026-06-08T19:17:09.614ZHEAD is now at f074c6e81 cargo fmt / hakari
842026-06-08T19:17:09.620Zprocess exited: duration 12725 ms, exit code 0
 
852026-06-08T19:17:09.626Zstarting task 4: "build"
862026-06-08T19:17:09.631Z+ source .github/buildomat/ci-env.sh
872026-06-08T19:17:09.631Z++ export CARGO_TERM_COLOR=always
882026-06-08T19:17:09.631Z++ CARGO_TERM_COLOR=always
892026-06-08T19:17:09.633Z+ cargo --version
902026-06-08T19:17:09.641Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-08T19:17:09.643Z+ rustc --version
922026-06-08T19:17:09.664Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-08T19:17:09.666Z+ source ./env.sh
942026-06-08T19:17:09.667Z++ OLD_SHELL_OPTS=ehxB
952026-06-08T19:17:09.667Z++ set -o xtrace
962026-06-08T19:17:09.669Z++++ dirname ./env.sh
972026-06-08T19:17:09.672Z+++ readlink -f .
982026-06-08T19:17:09.675Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-08T19:17:09.675Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-08T19:17:09.675Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-06-08T19:17:09.676Z++ 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
1022026-06-08T19:17:09.676Z++ 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
1032026-06-08T19:17:09.676Z++ 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
1042026-06-08T19:17:09.676Z++ 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
1052026-06-08T19:17:09.676Z++ 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
1062026-06-08T19:17:09.676Z++ 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
1072026-06-08T19:17:09.676Z++ case $OLD_SHELL_OPTS in
1082026-06-08T19:17:09.676Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-06-08T19:17:09.676Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1102026-06-08T19:17:09.676Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1112026-06-08T19:17:09.676Z+ banner prerequisites
1122026-06-08T19:17:09.679Z
1132026-06-08T19:17:09.679Z ##### ##### ###### ##### ###### #### # # # #### #
1142026-06-08T19:17:09.679Z # # # # # # # # # # # # # # #
1152026-06-08T19:17:09.679Z # # # # ##### # # ##### # # # # # #### #
1162026-06-08T19:17:09.680Z ##### ##### # ##### # # # # # # # # #
1172026-06-08T19:17:09.680Z # # # # # # # # # # # # # # #
1182026-06-08T19:17:09.680Z # # # ###### # # ###### ### # #### # #### #
1192026-06-08T19:17:09.681Z
1202026-06-08T19:17:09.681Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1212026-06-08T19:17:11.138Z Startup: Refreshing catalog 'helios' ... Done
1222026-06-08T19:17:11.222Z Startup: Caching catalogs ... Done
1232026-06-08T19:17:11.543ZPlanning: Solver setup ... Done (0.281s)
1242026-06-08T19:17:11.563ZPlanning: Running solver ... Done (0.021s)
1252026-06-08T19:17:11.570ZPlanning: Finding local manifests ... Done (0.003s)
1262026-06-08T19:17:11.581ZPlanning: Fetching manifests: 0/2 0% complete
1272026-06-08T19:17:11.601ZPlanning: Fetching manifests: 2/2 100% complete
1282026-06-08T19:17:11.615ZPlanning: Package planning ... Done (0.014s)
1292026-06-08T19:17:11.618ZPlanning: Merging actions ... Done (0.001s)
1302026-06-08T19:17:11.808ZPlanning: Checking for conflicting actions ... Done (0.192s)
1312026-06-08T19:17:11.814ZPlanning: Consolidating action changes ... Done (0.001s)
1322026-06-08T19:17:12.592ZPlanning: Evaluating mediators ... Done (0.783s)
1332026-06-08T19:17:12.595ZPlanning: Planning completed in 1.35 seconds
1342026-06-08T19:17:12.603Z Packages to install: 2
1352026-06-08T19:17:12.608Z Estimated space available: 156.10 GB
1362026-06-08T19:17:12.608ZEstimated space to be consumed: 25.33 MB
1372026-06-08T19:17:12.608Z Create boot environment: No
1382026-06-08T19:17:12.608ZCreate backup boot environment: No
1392026-06-08T19:17:12.608Z Rebuild boot archive: No
1402026-06-08T19:17:12.608Z
1412026-06-08T19:17:12.608ZChanged packages:
1422026-06-08T19:17:12.608Zhelios
1432026-06-08T19:17:12.608Z developer/build-essential
1442026-06-08T19:17:12.608Z None -> 11-3.0
1452026-06-08T19:17:12.608Z library/libxmlsec1
1462026-06-08T19:17:12.608Z None -> 1.2.35-3.0
1472026-06-08T19:17:12.626Z
1482026-06-08T19:17:12.626ZDownload: 0/214 items 0.0/1.3MB 0% complete
1492026-06-08T19:17:13.084ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1502026-06-08T19:17:13.224Z Actions: 1/268 actions (Installing new actions)
1512026-06-08T19:17:13.262Z Actions: Completed 268 actions in 0.04 seconds.
1522026-06-08T19:17:13.270ZFinalize: Updating package state database ... Done (0.008s)
1532026-06-08T19:17:13.273ZFinalize: Updating package cache ... Done (0.000s)
1542026-06-08T19:17:13.292ZFinalize: Updating image state ... Done (0.022s)
1552026-06-08T19:17:15.707ZFinalize: Creating fast lookup database ... Done (2.393s)
1562026-06-08T19:17:15.772ZFinalize: Reading search index ... Done (0.012s)
1572026-06-08T19:17:15.775ZFinalize: Updating search index ... Done (0.000s)
1582026-06-08T19:17:15.874ZFinalize: Updating package cache ... Done (0.000s)
1592026-06-08T19:17:16.186ZPlanning: Evaluating mediator changes ... Done
1602026-06-08T19:17:16.290ZPlanning: Checking for conflicting actions ... Done
1612026-06-08T19:17:16.294ZPlanning: Consolidating action changes ... Done
1622026-06-08T19:17:16.451ZPlanning: Evaluating mediators ... Done
1632026-06-08T19:17:16.454ZPlanning: Planning completed in 0.27 seconds
1642026-06-08T19:17:16.474Z Mediators to change: 2
1652026-06-08T19:17:16.474Z Create boot environment: No
1662026-06-08T19:17:16.474ZCreate backup boot environment: No
1672026-06-08T19:17:16.539ZFinalize: Updating package state database ... Done
1682026-06-08T19:17:16.539ZFinalize: Updating package cache ... Done
1692026-06-08T19:17:16.551ZFinalize: Updating image state ... Done
1702026-06-08T19:17:18.515ZFinalize: Creating fast lookup database ... Done
1712026-06-08T19:17:18.578ZFinalize: Reading search index ... Done
1722026-06-08T19:17:18.581ZFinalize: Updating search index ... Done
1732026-06-08T19:17:18.657ZFinalize: Updating package cache ... Done
1742026-06-08T19:17:18.947ZPlanning: Evaluating mediator changes ... Done
1752026-06-08T19:17:19.053ZPlanning: Checking for conflicting actions ... Done
1762026-06-08T19:17:19.057ZPlanning: Consolidating action changes ... Done
1772026-06-08T19:17:19.212ZPlanning: Evaluating mediators ... Done
1782026-06-08T19:17:19.215ZPlanning: Planning completed in 0.27 seconds
1792026-06-08T19:17:19.236Z Mediators to change: 1
1802026-06-08T19:17:19.236Z Create boot environment: No
1812026-06-08T19:17:19.236ZCreate backup boot environment: No
1822026-06-08T19:17:19.358ZFinalize: Updating package state database ... Done
1832026-06-08T19:17:19.358ZFinalize: Updating package cache ... Done
1842026-06-08T19:17:19.371ZFinalize: Updating image state ... Done
1852026-06-08T19:17:21.310ZFinalize: Creating fast lookup database ... Done
1862026-06-08T19:17:21.370ZFinalize: Reading search index ... Done
1872026-06-08T19:17:21.374ZFinalize: Updating search index ... Done
1882026-06-08T19:17:21.458ZFinalize: Updating package cache ... Done
1892026-06-08T19:17:21.772ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1902026-06-08T19:17:21.772Zapache system 2.4 system
1912026-06-08T19:17:21.772Zclang system 15 system
1922026-06-08T19:17:21.772Zcsh system system illumos
1932026-06-08T19:17:21.772Zctags system system illumos
1942026-06-08T19:17:21.772Zfile vendor vendor darwinsys
1952026-06-08T19:17:21.772Zfile system system illumos
1962026-06-08T19:17:21.772Zgcc vendor 14 vendor
1972026-06-08T19:17:21.772Zgcc system 13 system
1982026-06-08T19:17:21.772Zgcc system 10 system
1992026-06-08T19:17:21.772Zgo system 1.25 system
2002026-06-08T19:17:21.775Zllvm system 15 system
2012026-06-08T19:17:21.775Zmariadb system 11.4 system
2022026-06-08T19:17:21.775Zmta vendor vendor dma
2032026-06-08T19:17:21.775Zopenjdk system 17 system
2042026-06-08T19:17:21.775Zopenjdk system 11 system
2052026-06-08T19:17:21.775Zopenssl vendor 3 vendor
2062026-06-08T19:17:21.775Zperl system 5.40 system
2072026-06-08T19:17:21.775Zpostgresql system 18 system
2082026-06-08T19:17:21.775Zpostgresql system 17 system
2092026-06-08T19:17:21.775Zpython vendor 3 vendor
2102026-06-08T19:17:21.775Zpython system 2 system
2112026-06-08T19:17:21.775Zpython3 vendor 3.13 vendor
2122026-06-08T19:17:21.775Zruby system 3.4 system
2132026-06-08T19:17:21.775Zruby system 3.0 system
2142026-06-08T19:17:21.776Zwords vendor vendor american-english
2152026-06-08T19:17:21.776Zwords system system australian-english
2162026-06-08T19:17:21.776Zwords system system british-english
2172026-06-08T19:17:21.776Zwords system system canadian-english
2182026-06-08T19:17:21.776Zwords system system french
2192026-06-08T19:17:21.776Zwords system system italian
2202026-06-08T19:17:21.776Zwords system system ngerman
2212026-06-08T19:17:21.776Zwords system system ogerman
2222026-06-08T19:17:21.776Zwords system system spanish
2232026-06-08T19:17:22.035ZPUBLISHER TYPE STATUS P LOCATION
2242026-06-08T19:17:22.035Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2252026-06-08T19:17:22.326ZFMRI IFO
2262026-06-08T19:17:22.326Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2272026-06-08T19:17:22.326Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2282026-06-08T19:17:22.326Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2292026-06-08T19:17:22.326Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2302026-06-08T19:17:22.326Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2312026-06-08T19:17:22.326Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2322026-06-08T19:17:22.326Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2332026-06-08T19:17:22.326Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2342026-06-08T19:17:22.326Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2352026-06-08T19:17:22.579Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2362026-06-08T19:17:22.882Z Updating crates.io index
2372026-06-08T19:17:22.885Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2382026-06-08T19:17:23.392Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-06-08T19:17:23.839Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2402026-06-08T19:17:24.153Z Updating git repository `https://github.com/oxidecomputer/propolis`
2412026-06-08T19:17:27.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2422026-06-08T19:17:27.896Z Updating git repository `https://github.com/oxidecomputer/crucible`
2432026-06-08T19:17:29.445Z Updating git repository `https://github.com/oxidecomputer/opte`
2442026-06-08T19:17:30.309Z Updating git repository `https://github.com/oxidecomputer/tofino`
2452026-06-08T19:17:30.573Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2462026-06-08T19:17:31.972Z Updating git repository `https://github.com/oxidecomputer/clickward`
2472026-06-08T19:17:32.432Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2482026-06-08T19:17:32.875Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2492026-06-08T19:17:33.169Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-06-08T19:17:34.272Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2512026-06-08T19:17:34.762Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2522026-06-08T19:17:35.064Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-08T19:17:35.327Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2542026-06-08T19:17:35.645Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2552026-06-08T19:17:36.025Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2562026-06-08T19:17:36.344Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2572026-06-08T19:17:36.588Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2582026-06-08T19:17:36.848Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-06-08T19:17:37.273Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2602026-06-08T19:17:37.654Z Updating git repository `https://github.com/oxidecomputer/erebor`
2612026-06-08T19:17:38.071Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2622026-06-08T19:17:38.600Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2632026-06-08T19:17:38.842Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2642026-06-08T19:17:39.255Z Updating git repository `https://github.com/oxidecomputer/ispf`
2652026-06-08T19:17:39.541Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-06-08T19:17:40.548Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2672026-06-08T19:17:41.467Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2682026-06-08T19:17:41.842Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2692026-06-08T19:17:42.134Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2702026-06-08T19:17:42.491Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2712026-06-08T19:17:42.827Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2722026-06-08T19:17:43.292Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2732026-06-08T19:17:43.870Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2742026-06-08T19:17:44.142Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2752026-06-08T19:17:44.421Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2762026-06-08T19:17:44.661Z Updating git repository `https://github.com/illumos/smf-rs`
2772026-06-08T19:17:45.051Z Updating git repository `https://github.com/oxidecomputer/omicron`
2782026-06-08T19:17:56.783Z Downloading crates ...
2792026-06-08T19:17:56.841Z Downloaded anstyle v1.0.14
2802026-06-08T19:17:56.863Z Downloaded unicode-ident v1.0.24
2812026-06-08T19:17:56.867Z Downloaded zerofrom-derive v0.1.6
2822026-06-08T19:17:56.870Z Downloaded percent-encoding v2.3.2
2832026-06-08T19:17:56.874Z Downloaded tinystr v0.8.2
2842026-06-08T19:17:56.877Z Downloaded version_check v0.9.5
2852026-06-08T19:17:56.877Z Downloaded usdt v0.5.0
2862026-06-08T19:17:56.877Z Downloaded thiserror-impl v2.0.18
2872026-06-08T19:17:56.880Z Downloaded serde_spanned v0.6.9
2882026-06-08T19:17:56.880Z Downloaded proc-macro-error-attr v1.0.4
2892026-06-08T19:17:56.883Z Downloaded usdt-macro v0.5.0
2902026-06-08T19:17:56.886Z Downloaded zerofrom v0.1.6
2912026-06-08T19:17:56.886Z Downloaded unicode-xid v0.2.6
2922026-06-08T19:17:56.886Z Downloaded toml_datetime v0.6.11
2932026-06-08T19:17:56.889Z Downloaded once_cell v1.21.3
2942026-06-08T19:17:56.889Z Downloaded quote v1.0.45
2952026-06-08T19:17:56.893Z Downloaded yoke v0.8.1
2962026-06-08T19:17:56.897Z Downloaded unicode-linebreak v0.1.5
2972026-06-08T19:17:56.898Z Downloaded utf8_iter v1.0.4
2982026-06-08T19:17:56.898Z Downloaded toml_write v0.1.2
2992026-06-08T19:17:56.902Z Downloaded dof v0.3.0
3002026-06-08T19:17:56.905Z Downloaded utf8parse v0.2.2
3012026-06-08T19:17:56.905Z Downloaded typeid v1.0.3
3022026-06-08T19:17:56.907Z Downloaded thread-id v4.2.2
3032026-06-08T19:17:56.907Z Downloaded cargo-platform v0.2.0
3042026-06-08T19:17:56.911Z Downloaded heck v0.4.1
3052026-06-08T19:17:56.911Z Downloaded zmij v1.0.21
3062026-06-08T19:17:56.911Z Downloaded stable_deref_trait v1.2.1
3072026-06-08T19:17:56.916Z Downloaded yoke-derive v0.8.1
3082026-06-08T19:17:56.916Z Downloaded usdt-attr-macro v0.5.0
3092026-06-08T19:17:56.916Z Downloaded thiserror v1.0.69
3102026-06-08T19:17:56.919Z Downloaded thiserror-impl v1.0.69
3112026-06-08T19:17:56.923Z Downloaded toml v0.8.23
3122026-06-08T19:17:56.926Z Downloaded smawk v0.3.2
3132026-06-08T19:17:56.926Z Downloaded memmap v0.7.0
3142026-06-08T19:17:56.926Z Downloaded zerovec-derive v0.11.2
3152026-06-08T19:17:56.929Z Downloaded writeable v0.6.2
3162026-06-08T19:17:56.929Z Downloaded form_urlencoded v1.2.2
3172026-06-08T19:17:56.932Z Downloaded is_terminal_polyfill v1.70.2
3182026-06-08T19:17:56.932Z Downloaded macaddr v1.0.1
3192026-06-08T19:17:56.932Z Downloaded potential_utf v0.1.4
3202026-06-08T19:17:56.936Z Downloaded usdt-impl v0.5.0
3212026-06-08T19:17:56.938Z Downloaded pretty-hex v0.4.1
3222026-06-08T19:17:56.938Z Downloaded ordered-float v2.10.1
3232026-06-08T19:17:56.942Z Downloaded ucd-trie v0.1.7
3242026-06-08T19:17:56.945Z Downloaded colorchoice v1.0.4
3252026-06-08T19:17:56.948Z Downloaded clap_lex v1.0.0
3262026-06-08T19:17:56.948Z Downloaded thiserror v2.0.18
3272026-06-08T19:17:56.951Z Downloaded toml_edit v0.22.27
3282026-06-08T19:17:56.955Z Downloaded block-buffer v0.10.4
3292026-06-08T19:17:56.955Z Downloaded tabled_derive v0.7.0
3302026-06-08T19:17:56.955Z Downloaded textwrap v0.16.2
3312026-06-08T19:17:56.959Z Downloaded zerotrie v0.2.3
3322026-06-08T19:17:56.962Z Downloaded swrite v0.1.0
3332026-06-08T19:17:56.962Z Downloaded fnv v1.0.7
3342026-06-08T19:17:56.962Z Downloaded errno v0.3.14
3352026-06-08T19:17:56.964Z Downloaded dtrace-parser v0.2.0
3362026-06-08T19:17:56.967Z Downloaded terminal_size v0.4.3
3372026-06-08T19:17:56.970Z Downloaded url v2.5.8
3382026-06-08T19:17:56.970Z Downloaded cpufeatures v0.2.17
3392026-06-08T19:17:56.974Z Downloaded generic-array v0.14.7
3402026-06-08T19:17:56.977Z Downloaded scroll_derive v0.12.1
3412026-06-08T19:17:56.977Z Downloaded idna_adapter v1.2.1
3422026-06-08T19:17:56.977Z Downloaded crypto-common v0.1.7
3432026-06-08T19:17:56.977Z Downloaded fastrand v2.3.0
3442026-06-08T19:17:56.977Z Downloaded cfg-if v1.0.4
3452026-06-08T19:17:56.978Z Downloaded zerocopy-derive v0.7.35
3462026-06-08T19:17:56.981Z Downloaded equivalent v1.0.2
3472026-06-08T19:17:56.986Z Downloaded serde-value v0.7.0
3482026-06-08T19:17:56.989Z Downloaded itoa v1.0.17
3492026-06-08T19:17:56.990Z Downloaded strsim v0.11.1
3502026-06-08T19:17:56.990Z Downloaded typenum v1.19.0
3512026-06-08T19:17:56.993Z Downloaded zerocopy v0.7.35
3522026-06-08T19:17:57.000Z Downloaded proc-macro-error v1.0.4
3532026-06-08T19:17:57.004Z Downloaded displaydoc v0.2.5
3542026-06-08T19:17:57.004Z Downloaded camino-tempfile v1.4.1
3552026-06-08T19:17:57.004Z Downloaded synstructure v0.13.2
3562026-06-08T19:17:57.004Z Downloaded sha2 v0.10.9
3572026-06-08T19:17:57.007Z Downloaded autocfg v1.5.0
3582026-06-08T19:17:57.008Z Downloaded anstream v1.0.0
3592026-06-08T19:17:57.008Z Downloaded serde-untagged v0.1.9
3602026-06-08T19:17:57.010Z Downloaded cargo_metadata v0.21.0
3612026-06-08T19:17:57.014Z Downloaded winnow v0.7.14
3622026-06-08T19:17:57.017Z Downloaded unicode-width v0.2.0
3632026-06-08T19:17:57.020Z Downloaded zerovec v0.11.5
3642026-06-08T19:17:57.023Z Downloaded heck v0.5.0
3652026-06-08T19:17:57.026Z Downloaded fs-err v3.3.0
3662026-06-08T19:17:57.026Z Downloaded scroll v0.12.0
3672026-06-08T19:17:57.026Z Downloaded bytecount v0.6.9
3682026-06-08T19:17:57.026Z Downloaded anstyle-parse v1.0.0
3692026-06-08T19:17:57.030Z Downloaded anstyle-query v1.1.5
3702026-06-08T19:17:57.030Z Downloaded unicode-width v0.1.14
3712026-06-08T19:17:57.033Z Downloaded byteorder v1.5.0
3722026-06-08T19:17:57.033Z Downloaded plain v0.2.3
3732026-06-08T19:17:57.033Z Downloaded cargo_toml v0.21.0
3742026-06-08T19:17:57.033Z Downloaded digest v0.10.7
3752026-06-08T19:17:57.040Z Downloaded serde_tokenstream v0.2.3
3762026-06-08T19:17:57.043Z Downloaded smallvec v1.15.1
3772026-06-08T19:17:57.050Z Downloaded anyhow v1.0.102
3782026-06-08T19:17:57.053Z Downloaded camino v1.2.2
3792026-06-08T19:17:57.057Z Downloaded clap_derive v4.6.1
3802026-06-08T19:17:57.057Z Downloaded cargo-util-schemas v0.8.2
3812026-06-08T19:17:57.059Z Downloaded litemap v0.8.1
3822026-06-08T19:17:57.059Z Downloaded erased-serde v0.4.9
3832026-06-08T19:17:57.062Z Downloaded tempfile v3.25.0
3842026-06-08T19:17:57.062Z Downloaded pest_derive v2.8.6
3852026-06-08T19:17:57.073Z Downloaded semver v1.0.28
3862026-06-08T19:17:57.076Z Downloaded serde_derive v1.0.228
3872026-06-08T19:17:57.080Z Downloaded num-traits v0.2.19
3882026-06-08T19:17:57.086Z Downloaded getrandom v0.4.1
3892026-06-08T19:17:57.086Z Downloaded pest_generator v2.8.6
3902026-06-08T19:17:57.086Z Downloaded icu_provider v2.1.1
3912026-06-08T19:17:57.086Z Downloaded log v0.4.29
3922026-06-08T19:17:57.089Z Downloaded papergrid v0.11.0
3932026-06-08T19:17:57.093Z Downloaded bitflags v2.11.0
3942026-06-08T19:17:57.096Z Downloaded icu_properties v2.1.2
3952026-06-08T19:17:57.096Z Downloaded clap v4.6.1
3962026-06-08T19:17:57.104Z Downloaded serde_core v1.0.228
3972026-06-08T19:17:57.117Z Downloaded pest_meta v2.8.6
3982026-06-08T19:17:57.120Z Downloaded icu_locale_core v2.1.1
3992026-06-08T19:17:57.123Z Downloaded proc-macro2 v1.0.106
4002026-06-08T19:17:57.127Z Downloaded icu_normalizer_data v2.1.1
4012026-06-08T19:17:57.132Z Downloaded icu_collections v2.1.1
4022026-06-08T19:17:57.145Z Downloaded serde v1.0.228
4032026-06-08T19:17:57.151Z Downloaded icu_normalizer v2.1.1
4042026-06-08T19:17:57.157Z Downloaded indexmap v2.14.0
4052026-06-08T19:17:57.161Z Downloaded memchr v2.8.0
4062026-06-08T19:17:57.193Z Downloaded pest v2.8.6
4072026-06-08T19:17:57.199Z Downloaded idna v1.1.0
4082026-06-08T19:17:57.203Z Downloaded hashbrown v0.17.0
4092026-06-08T19:17:57.203Z Downloaded serde_json v1.0.149
4102026-06-08T19:17:57.211Z Downloaded icu_properties_data v2.1.2
4112026-06-08T19:17:57.216Z Downloaded goblin v0.8.2
4122026-06-08T19:17:57.222Z Downloaded clap_builder v4.6.0
4132026-06-08T19:17:57.225Z Downloaded tabled v0.15.0
4142026-06-08T19:17:57.233Z Downloaded syn v1.0.109
4152026-06-08T19:17:57.243Z Downloaded syn v2.0.117
4162026-06-08T19:17:57.261Z Downloaded rustix v1.1.3
4172026-06-08T19:17:57.290Z Downloaded libc v0.2.185
4182026-06-08T19:17:57.359Z Compiling proc-macro2 v1.0.106
4192026-06-08T19:17:57.359Z Compiling quote v1.0.45
4202026-06-08T19:17:57.360Z Compiling unicode-ident v1.0.24
4212026-06-08T19:17:57.360Z Compiling serde_core v1.0.228
4222026-06-08T19:17:57.363Z Compiling libc v0.2.185
4232026-06-08T19:17:57.363Z Compiling version_check v0.9.5
4242026-06-08T19:17:57.363Z Compiling memchr v2.8.0
4252026-06-08T19:17:57.363Z Compiling serde v1.0.228
4262026-06-08T19:17:57.703Z Compiling stable_deref_trait v1.2.1
4272026-06-08T19:17:57.779Z Compiling zmij v1.0.21
4282026-06-08T19:17:57.947Z Compiling thiserror v1.0.69
4292026-06-08T19:17:57.951Z Compiling ucd-trie v0.1.7
4302026-06-08T19:17:58.300Z Compiling autocfg v1.5.0
4312026-06-08T19:17:58.336Z Compiling itoa v1.0.17
4322026-06-08T19:17:58.356Z Compiling pest v2.8.6
4332026-06-08T19:17:58.374Z Compiling litemap v0.8.1
4342026-06-08T19:17:58.402Z Compiling writeable v0.6.2
4352026-06-08T19:17:58.446Z Compiling icu_normalizer_data v2.1.1
4362026-06-08T19:17:58.561Z Compiling rustix v1.1.3
4372026-06-08T19:17:58.595Z Compiling byteorder v1.5.0
4382026-06-08T19:17:58.825Z Compiling syn v2.0.117
4392026-06-08T19:17:58.896Z Compiling icu_properties_data v2.1.2
4402026-06-08T19:17:58.951Z Compiling errno v0.3.14
4412026-06-08T19:17:59.016Z Compiling serde_json v1.0.149
4422026-06-08T19:17:59.107Z Compiling bitflags v2.11.0
4432026-06-08T19:17:59.229Z Compiling num-traits v0.2.19
4442026-06-08T19:17:59.325Z Compiling equivalent v1.0.2
4452026-06-08T19:17:59.416Z Compiling pest_meta v2.8.6
4462026-06-08T19:17:59.419Z Compiling hashbrown v0.17.0
4472026-06-08T19:17:59.450Z Compiling smallvec v1.15.1
4482026-06-08T19:17:59.583Z Compiling typeid v1.0.3
4492026-06-08T19:17:59.788Z Compiling thread-id v4.2.2
4502026-06-08T19:17:59.865Z Compiling usdt-impl v0.5.0
4512026-06-08T19:17:59.887Z Compiling proc-macro-error-attr v1.0.4
4522026-06-08T19:17:59.897Z Compiling toml_write v0.1.2
4532026-06-08T19:17:59.980Z Compiling indexmap v2.14.0
4542026-06-08T19:18:00.062Z Compiling syn v1.0.109
4552026-06-08T19:18:00.080Z Compiling winnow v0.7.14
4562026-06-08T19:18:00.233Z Compiling erased-serde v0.4.9
4572026-06-08T19:18:00.590Z Compiling proc-macro-error v1.0.4
4582026-06-08T19:18:00.594Z Compiling thiserror v2.0.18
4592026-06-08T19:18:00.777Z Compiling utf8_iter v1.0.4
4602026-06-08T19:18:00.930Z Compiling percent-encoding v2.3.2
4612026-06-08T19:18:00.947Z Compiling plain v0.2.3
4622026-06-08T19:18:01.014Z Compiling utf8parse v0.2.2
4632026-06-08T19:18:01.069Z Compiling getrandom v0.4.1
4642026-06-08T19:18:01.098Z Compiling camino v1.2.2
4652026-06-08T19:18:01.117Z Compiling log v0.4.29
4662026-06-08T19:18:01.133Z Compiling anstyle-parse v1.0.0
4672026-06-08T19:18:01.150Z Compiling form_urlencoded v1.2.2
4682026-06-08T19:18:01.304Z Compiling ordered-float v2.10.1
4692026-06-08T19:18:01.426Z Compiling synstructure v0.13.2
4702026-06-08T19:18:01.488Z Compiling pest_generator v2.8.6
4712026-06-08T19:18:01.607Z Compiling terminal_size v0.4.3
4722026-06-08T19:18:01.769Z Compiling cfg-if v1.0.4
4732026-06-08T19:18:01.850Z Compiling colorchoice v1.0.4
4742026-06-08T19:18:01.867Z Compiling pretty-hex v0.4.1
4752026-06-08T19:18:01.975Z Compiling anstyle v1.0.14
4762026-06-08T19:18:01.994Z Compiling anstyle-query v1.1.5
4772026-06-08T19:18:02.013Z Compiling is_terminal_polyfill v1.70.2
4782026-06-08T19:18:02.035Z Compiling serde-untagged v0.1.9
4792026-06-08T19:18:02.194Z Compiling anstream v1.0.0
4802026-06-08T19:18:02.213Z Compiling semver v1.0.28
4812026-06-08T19:18:02.277Z Compiling fs-err v3.3.0
4822026-06-08T19:18:02.296Z Compiling clap_lex v1.0.0
4832026-06-08T19:18:02.478Z Compiling fastrand v2.3.0
4842026-06-08T19:18:02.508Z Compiling heck v0.5.0
4852026-06-08T19:18:02.526Z Compiling fnv v1.0.7
4862026-06-08T19:18:02.543Z Compiling once_cell v1.21.3
4872026-06-08T19:18:02.549Z Compiling anyhow v1.0.102
4882026-06-08T19:18:02.629Z Compiling strsim v0.11.1
4892026-06-08T19:18:02.742Z Compiling unicode-xid v0.2.6
4902026-06-08T19:18:02.776Z Compiling unicode-width v0.1.14
4912026-06-08T19:18:02.871Z Compiling heck v0.4.1
4922026-06-08T19:18:02.889Z Compiling bytecount v0.6.9
4932026-06-08T19:18:03.034Z Compiling papergrid v0.11.0
4942026-06-08T19:18:03.061Z Compiling clap_builder v4.6.0
4952026-06-08T19:18:03.065Z Compiling tempfile v3.25.0
4962026-06-08T19:18:03.145Z Compiling serde_derive v1.0.228
4972026-06-08T19:18:03.213Z Compiling zerofrom-derive v0.1.6
4982026-06-08T19:18:03.217Z Compiling yoke-derive v0.8.1
4992026-06-08T19:18:03.462Z Compiling zerovec-derive v0.11.2
5002026-06-08T19:18:03.677Z Compiling displaydoc v0.2.5
5012026-06-08T19:18:04.370Z Compiling thiserror-impl v1.0.69
5022026-06-08T19:18:04.407Z Compiling zerocopy-derive v0.7.35
5032026-06-08T19:18:04.459Z Compiling pest_derive v2.8.6
5042026-06-08T19:18:04.553Z Compiling scroll_derive v0.12.1
5052026-06-08T19:18:04.581Z Compiling zerofrom v0.1.6
5062026-06-08T19:18:04.716Z Compiling yoke v0.8.1
5072026-06-08T19:18:04.883Z Compiling zerovec v0.11.5
5082026-06-08T19:18:04.911Z Compiling zerotrie v0.2.3
5092026-06-08T19:18:05.212Z Compiling scroll v0.12.0
5102026-06-08T19:18:05.228Z Compiling thiserror-impl v2.0.18
5112026-06-08T19:18:05.271Z Compiling zerocopy v0.7.35
5122026-06-08T19:18:05.398Z Compiling tinystr v0.8.2
5132026-06-08T19:18:05.478Z Compiling potential_utf v0.1.4
5142026-06-08T19:18:05.612Z Compiling icu_locale_core v2.1.1
5152026-06-08T19:18:05.652Z Compiling icu_collections v2.1.1
5162026-06-08T19:18:05.739Z Compiling dtrace-parser v0.2.0
5172026-06-08T19:18:05.815Z Compiling goblin v0.8.2
5182026-06-08T19:18:06.134Z Compiling tabled_derive v0.7.0
5192026-06-08T19:18:06.152Z Compiling clap_derive v4.6.1
5202026-06-08T19:18:06.543Z Compiling icu_provider v2.1.1
5212026-06-08T19:18:06.562Z Compiling serde_spanned v0.6.9
5222026-06-08T19:18:06.579Z Compiling toml_datetime v0.6.11
5232026-06-08T19:18:06.598Z Compiling dof v0.3.0
5242026-06-08T19:18:06.618Z Compiling serde_tokenstream v0.2.3
5252026-06-08T19:18:06.832Z Compiling icu_normalizer v2.1.1
5262026-06-08T19:18:06.850Z Compiling icu_properties v2.1.2
5272026-06-08T19:18:06.850Z Compiling toml_edit v0.22.27
5282026-06-08T19:18:06.996Z Compiling serde-value v0.7.0
5292026-06-08T19:18:07.099Z Compiling cargo-platform v0.2.0
5302026-06-08T19:18:07.378Z Compiling memmap v0.7.0
5312026-06-08T19:18:07.397Z Compiling unicode-width v0.2.0
5322026-06-08T19:18:07.400Z Compiling smawk v0.3.2
5332026-06-08T19:18:07.558Z Compiling unicode-linebreak v0.1.5
5342026-06-08T19:18:07.576Z Compiling tabled v0.15.0
5352026-06-08T19:18:07.594Z Compiling usdt-macro v0.5.0
5362026-06-08T19:18:07.675Z Compiling usdt-attr-macro v0.5.0
5372026-06-08T19:18:07.811Z Compiling idna_adapter v1.2.1
5382026-06-08T19:18:07.963Z Compiling idna v1.1.0
5392026-06-08T19:18:07.982Z Compiling textwrap v0.16.2
5402026-06-08T19:18:07.998Z Compiling clap v4.6.1
5412026-06-08T19:18:08.224Z Compiling macaddr v1.0.1
5422026-06-08T19:18:08.355Z Compiling toml v0.8.23
5432026-06-08T19:18:08.447Z Compiling url v2.5.8
5442026-06-08T19:18:08.670Z Compiling camino-tempfile v1.4.1
5452026-06-08T19:18:08.843Z Compiling usdt v0.5.0
5462026-06-08T19:18:08.977Z Compiling cargo_toml v0.21.0
5472026-06-08T19:18:09.019Z Compiling cargo-util-schemas v0.8.2
5482026-06-08T19:18:09.220Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5492026-06-08T19:18:09.341Z Compiling swrite v0.1.0
5502026-06-08T19:18:09.878Z Compiling cargo_metadata v0.21.0
5512026-06-08T19:18:10.782Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5522026-06-08T19:18:12.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.44s
5532026-06-08T19:18:13.098Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5542026-06-08T19:18:13.663Z Downloading crates ...
5552026-06-08T19:18:13.759Z Downloaded async-stream-impl v0.3.6
5562026-06-08T19:18:13.762Z Downloaded adler2 v2.0.1
5572026-06-08T19:18:13.767Z Downloaded cexpr v0.6.0
5582026-06-08T19:18:13.783Z Downloaded const-oid v0.9.6
5592026-06-08T19:18:13.785Z Downloaded crc-any v2.5.0
5602026-06-08T19:18:13.786Z Downloaded darling v0.20.11
5612026-06-08T19:18:13.788Z Downloaded darling_macro v0.20.11
5622026-06-08T19:18:13.791Z Downloaded aes-gcm v0.10.3
5632026-06-08T19:18:13.795Z Downloaded async-bb8-diesel v0.2.1
5642026-06-08T19:18:13.795Z Downloaded darling v0.13.4
5652026-06-08T19:18:13.798Z Downloaded critical-section v1.2.0
5662026-06-08T19:18:13.798Z Downloaded defmt v0.3.100
5672026-06-08T19:18:13.798Z Downloaded darling_macro v0.13.4
5682026-06-08T19:18:13.798Z Downloaded allocator-api2 v0.2.21
5692026-06-08T19:18:13.801Z Downloaded async-trait v0.1.89
5702026-06-08T19:18:13.804Z Downloaded data-encoding v2.10.0
5712026-06-08T19:18:13.804Z Downloaded ascii-canvas v3.0.0
5722026-06-08T19:18:13.804Z Downloaded assert_matches v1.5.0
5732026-06-08T19:18:13.807Z Downloaded anstyle-parse v0.2.7
5742026-06-08T19:18:13.810Z Downloaded darling_core v0.20.11
5752026-06-08T19:18:13.813Z Downloaded convert_case v0.4.0
5762026-06-08T19:18:13.814Z Downloaded const_format_proc_macros v0.2.34
5772026-06-08T19:18:13.817Z Downloaded cfg_aliases v0.2.1
5782026-06-08T19:18:13.817Z Downloaded difflib v0.4.0
5792026-06-08T19:18:13.817Z Downloaded defmt-parser v1.0.0
5802026-06-08T19:18:13.819Z Downloaded embedded-io v0.6.1
5812026-06-08T19:18:13.819Z Downloaded darling_macro v0.23.0
5822026-06-08T19:18:13.822Z Downloaded darling_macro v0.21.3
5832026-06-08T19:18:13.822Z Downloaded cstr-argument v0.1.2
5842026-06-08T19:18:13.822Z Downloaded bzip2 v0.4.4
5852026-06-08T19:18:13.823Z Downloaded arrayvec v0.7.6
5862026-06-08T19:18:13.823Z Downloaded array-init v0.0.4
5872026-06-08T19:18:13.823Z Downloaded darling_core v0.13.4
5882026-06-08T19:18:13.826Z Downloaded debug-ignore v1.0.5
5892026-06-08T19:18:13.826Z Downloaded dsl_auto_type v0.2.0
5902026-06-08T19:18:13.829Z Downloaded embedded-io v0.4.0
5912026-06-08T19:18:13.829Z Downloaded dunce v1.0.5
5922026-06-08T19:18:13.829Z Downloaded bcrypt-pbkdf v0.10.0
5932026-06-08T19:18:13.832Z Downloaded corncobs v0.1.4
5942026-06-08T19:18:13.832Z Downloaded bzip2 v0.6.1
5952026-06-08T19:18:13.832Z Downloaded cargo-platform v0.3.2
5962026-06-08T19:18:13.835Z Downloaded dirs-next v2.0.0
5972026-06-08T19:18:13.835Z Downloaded cfg_aliases v0.1.1
5982026-06-08T19:18:13.835Z Downloaded derive_builder_core v0.20.2
5992026-06-08T19:18:13.838Z Downloaded crossbeam-deque v0.8.6
6002026-06-08T19:18:13.838Z Downloaded atty v0.2.14
6012026-06-08T19:18:13.838Z Downloaded async-recursion v1.1.1
6022026-06-08T19:18:13.843Z Downloaded arrayref v0.3.9
6032026-06-08T19:18:13.843Z Downloaded cpufeatures v0.3.0
6042026-06-08T19:18:13.843Z Downloaded crc8 v0.1.1
6052026-06-08T19:18:13.844Z Downloaded castaway v0.2.4
6062026-06-08T19:18:13.846Z Downloaded derive-ex v0.1.8
6072026-06-08T19:18:13.847Z Downloaded daft-derive v0.1.7
6082026-06-08T19:18:13.849Z Downloaded crc v3.4.0
6092026-06-08T19:18:13.850Z Downloaded daft v0.1.7
6102026-06-08T19:18:13.852Z Downloaded atomicwrites v0.4.4
6112026-06-08T19:18:13.852Z Downloaded atomic-waker v1.1.2
6122026-06-08T19:18:13.852Z Downloaded curve25519-dalek-derive v0.1.1
6132026-06-08T19:18:13.852Z Downloaded async-stream v0.3.6
6142026-06-08T19:18:13.855Z Downloaded ciborium-ll v0.2.2
6152026-06-08T19:18:13.855Z Downloaded bit-set v0.5.3
6162026-06-08T19:18:13.858Z Downloaded dof v0.4.0
6172026-06-08T19:18:13.861Z Downloaded cobs v0.3.0
6182026-06-08T19:18:13.861Z Downloaded block-padding v0.3.3
6192026-06-08T19:18:13.861Z Downloaded float-ord v0.3.2
6202026-06-08T19:18:13.864Z Downloaded flagset v0.4.7
6212026-06-08T19:18:13.867Z Downloaded bit-set v0.8.0
6222026-06-08T19:18:13.870Z Downloaded ctr v0.9.2
6232026-06-08T19:18:13.870Z Downloaded ciborium-io v0.2.2
6242026-06-08T19:18:13.873Z Downloaded diesel_table_macro_syntax v0.3.0
6252026-06-08T19:18:13.876Z Downloaded base16ct v0.2.0
6262026-06-08T19:18:13.879Z Downloaded aead v0.5.2
6272026-06-08T19:18:13.882Z Downloaded fixedbitset v0.4.2
6282026-06-08T19:18:13.886Z Downloaded enum-as-inner v0.6.1
6292026-06-08T19:18:13.886Z Downloaded crucible-workspace-hack v0.1.0
6302026-06-08T19:18:13.889Z Downloaded funty v2.0.0
6312026-06-08T19:18:13.889Z Downloaded foreign-types v0.5.0
6322026-06-08T19:18:13.889Z Downloaded dyn-clone v1.0.20
6332026-06-08T19:18:13.889Z Downloaded foreign-types-shared v0.1.1
6342026-06-08T19:18:13.889Z Downloaded cmake v0.1.57
6352026-06-08T19:18:13.890Z Downloaded bb8 v0.8.6
6362026-06-08T19:18:13.892Z Downloaded fallible-iterator v0.2.0
6372026-06-08T19:18:13.893Z Downloaded erased-serde v0.3.31
6382026-06-08T19:18:13.896Z Downloaded convert_case v0.10.0
6392026-06-08T19:18:13.896Z Downloaded ecdsa v0.16.9
6402026-06-08T19:18:13.896Z Downloaded crc-catalog v2.4.0
6412026-06-08T19:18:13.899Z Downloaded bytes v1.11.1
6422026-06-08T19:18:13.901Z Downloaded foreign-types-macros v0.2.3
6432026-06-08T19:18:13.904Z Downloaded bitfield-struct v0.6.2
6442026-06-08T19:18:13.904Z Downloaded futures-sink v0.3.32
6452026-06-08T19:18:13.904Z Downloaded fd-lock v4.0.4
6462026-06-08T19:18:13.908Z Downloaded endian-type v0.1.2
6472026-06-08T19:18:13.910Z Downloaded defmt v1.0.1
6482026-06-08T19:18:13.911Z Downloaded compression-core v0.4.31
6492026-06-08T19:18:13.913Z Downloaded fxhash v0.2.1
6502026-06-08T19:18:13.914Z Downloaded foreign-types v0.3.2
6512026-06-08T19:18:13.917Z Downloaded foreign-types-shared v0.3.1
6522026-06-08T19:18:13.920Z Downloaded futures-task v0.3.32
6532026-06-08T19:18:13.920Z Downloaded find-msvc-tools v0.1.9
6542026-06-08T19:18:13.920Z Downloaded either v1.15.0
6552026-06-08T19:18:13.923Z Downloaded ghash v0.5.1
6562026-06-08T19:18:13.923Z Downloaded git-stub v1.0.0
6572026-06-08T19:18:13.923Z Downloaded darling v0.21.3
6582026-06-08T19:18:13.926Z Downloaded globwalk v0.9.1
6592026-06-08T19:18:13.929Z Downloaded env_filter v1.0.0
6602026-06-08T19:18:13.929Z Downloaded hex-literal v0.4.1
6612026-06-08T19:18:13.929Z Downloaded foldhash v0.1.5
6622026-06-08T19:18:13.936Z Downloaded dropshot-api-manager-types v0.7.2
6632026-06-08T19:18:13.936Z Downloaded compression-codecs v0.4.37
6642026-06-08T19:18:13.941Z Downloaded dtrace-parser v0.3.0
6652026-06-08T19:18:13.941Z Downloaded derive_builder_macro v0.20.2
6662026-06-08T19:18:13.941Z Downloaded crunchy v0.2.4
6672026-06-08T19:18:13.941Z Downloaded byte-wrapper v0.1.0
6682026-06-08T19:18:13.941Z Downloaded chacha20 v0.9.1
6692026-06-08T19:18:13.941Z Downloaded blowfish v0.9.1
6702026-06-08T19:18:13.941Z Downloaded bitflags v1.3.2
6712026-06-08T19:18:13.941Z Downloaded ena v0.14.4
6722026-06-08T19:18:13.944Z Downloaded cbc v0.1.2
6732026-06-08T19:18:13.944Z Downloaded argon2 v0.5.3
6742026-06-08T19:18:13.944Z Downloaded foldhash v0.2.0
6752026-06-08T19:18:13.948Z Downloaded diesel-dtrace v0.5.0
6762026-06-08T19:18:13.949Z Downloaded hash32 v0.2.1
6772026-06-08T19:18:13.949Z Downloaded constant_time_eq v0.4.2
6782026-06-08T19:18:13.949Z Downloaded futures-core v0.3.32
6792026-06-08T19:18:13.952Z Downloaded ed25519 v2.2.3
6802026-06-08T19:18:13.952Z Downloaded cipher v0.4.4
6812026-06-08T19:18:13.952Z Downloaded headers-core v0.3.0
6822026-06-08T19:18:13.952Z Downloaded gethostname v0.5.0
6832026-06-08T19:18:13.952Z Downloaded futures-macro v0.3.32
6842026-06-08T19:18:13.955Z Downloaded csv-core v0.1.13
6852026-06-08T19:18:13.955Z Downloaded futures-io v0.3.32
6862026-06-08T19:18:13.955Z Downloaded home v0.5.12
6872026-06-08T19:18:13.958Z Downloaded cancel-safe-futures v0.1.5
6882026-06-08T19:18:13.958Z Downloaded backon v1.6.0
6892026-06-08T19:18:13.960Z Downloaded document-features v0.2.12
6902026-06-08T19:18:13.960Z Downloaded darling_core v0.23.0
6912026-06-08T19:18:13.963Z Downloaded derive_more v0.99.20
6922026-06-08T19:18:13.966Z Downloaded der v0.7.10
6932026-06-08T19:18:13.970Z Downloaded der_derive v0.7.3
6942026-06-08T19:18:13.973Z Downloaded http-body v1.0.1
6952026-06-08T19:18:13.973Z Downloaded hostname v0.3.1
6962026-06-08T19:18:13.973Z Downloaded hubpack_derive v0.1.1
6972026-06-08T19:18:13.973Z Downloaded cassowary v0.3.0
6982026-06-08T19:18:13.976Z Downloaded hostname v0.4.2
6992026-06-08T19:18:13.976Z Downloaded buf-list v1.1.2
7002026-06-08T19:18:13.976Z Downloaded bitfield-macros v0.19.4
7012026-06-08T19:18:13.980Z Downloaded hex v0.4.3
7022026-06-08T19:18:13.980Z Downloaded darling v0.23.0
7032026-06-08T19:18:13.982Z Downloaded http-range v0.1.5
7042026-06-08T19:18:13.982Z Downloaded camino-tempfile-ext v0.3.3
7052026-06-08T19:18:13.982Z Downloaded crossbeam-channel v0.5.15
7062026-06-08T19:18:13.985Z Downloaded futures-executor v0.3.32
7072026-06-08T19:18:13.988Z Downloaded fs_extra v1.3.0
7082026-06-08T19:18:13.988Z Downloaded fs-err v2.11.0
7092026-06-08T19:18:13.991Z Downloaded git-stub-vcs v0.1.0
7102026-06-08T19:18:13.991Z Downloaded derive-where v1.6.0
7112026-06-08T19:18:13.994Z Downloaded indent_write v2.2.0
7122026-06-08T19:18:13.994Z Downloaded illumos-nvpair-sys v0.2.0
7132026-06-08T19:18:13.995Z Downloaded hyper-tls v0.6.0
7142026-06-08T19:18:13.995Z Downloaded hash32 v0.3.1
7152026-06-08T19:18:13.997Z Downloaded anstream v0.6.21
7162026-06-08T19:18:13.997Z Downloaded group v0.13.0
7172026-06-08T19:18:14.000Z Downloaded cookie v0.18.1
7182026-06-08T19:18:14.000Z Downloaded bit-vec v0.6.3
7192026-06-08T19:18:14.003Z Downloaded ciborium v0.2.2
7202026-06-08T19:18:14.003Z Downloaded illumos-nvpair v0.3.0
7212026-06-08T19:18:14.003Z Downloaded ident_case v1.0.1
7222026-06-08T19:18:14.006Z Downloaded chacha20 v0.10.0
7232026-06-08T19:18:14.006Z Downloaded clang-sys v1.8.1
7242026-06-08T19:18:14.009Z Downloaded glob v0.3.3
7252026-06-08T19:18:14.011Z Downloaded ff v0.13.1
7262026-06-08T19:18:14.011Z Downloaded env_logger v0.11.9
7272026-06-08T19:18:14.014Z Downloaded filetime v0.2.27
7282026-06-08T19:18:14.014Z Downloaded dirs-sys-next v0.1.2
7292026-06-08T19:18:14.014Z Downloaded darling_core v0.21.3
7302026-06-08T19:18:14.017Z Downloaded bitfield v0.19.4
7312026-06-08T19:18:14.017Z Downloaded float-cmp v0.10.0
7322026-06-08T19:18:14.017Z Downloaded bit-vec v0.8.0
7332026-06-08T19:18:14.020Z Downloaded cargo_metadata v0.23.1
7342026-06-08T19:18:14.020Z Downloaded instant v0.1.13
7352026-06-08T19:18:14.020Z Downloaded is_ci v1.2.0
7362026-06-08T19:18:14.022Z Downloaded downcast-rs v2.0.2
7372026-06-08T19:18:14.023Z Downloaded defmt-macros v1.0.1
7382026-06-08T19:18:14.025Z Downloaded deranged v0.5.8
7392026-06-08T19:18:14.025Z Downloaded globset v0.4.18
7402026-06-08T19:18:14.029Z Downloaded indoc v1.0.9
7412026-06-08T19:18:14.029Z Downloaded crossbeam-epoch v0.9.18
7422026-06-08T19:18:14.032Z Downloaded futures-channel v0.3.32
7432026-06-08T19:18:14.032Z Downloaded bcs v0.1.6
7442026-06-08T19:18:14.032Z Downloaded display-error-chain v0.2.2
7452026-06-08T19:18:14.035Z Downloaded instability v0.3.11
7462026-06-08T19:18:14.035Z Downloaded highway v1.3.0
7472026-06-08T19:18:14.037Z Downloaded kstat-rs v0.2.4
7482026-06-08T19:18:14.037Z Downloaded keccak v0.1.6
7492026-06-08T19:18:14.038Z Downloaded arc-swap v1.8.2
7502026-06-08T19:18:14.041Z Downloaded internet-checksum v0.2.1
7512026-06-08T19:18:14.043Z Downloaded inout v0.1.4
7522026-06-08T19:18:14.046Z Downloaded libscf-sys v1.2.0
7532026-06-08T19:18:14.046Z Downloaded lru v0.12.5
7542026-06-08T19:18:14.046Z Downloaded derive_builder v0.20.2
7552026-06-08T19:18:14.049Z Downloaded linked-hash-map v0.5.6
7562026-06-08T19:18:14.049Z Downloaded http-body-util v0.1.3
7572026-06-08T19:18:14.049Z Downloaded blake2 v0.10.6
7582026-06-08T19:18:14.052Z Downloaded getrandom v0.2.17
7592026-06-08T19:18:14.052Z Downloaded hubpack v0.1.2
7602026-06-08T19:18:14.055Z Downloaded console v0.16.2
7612026-06-08T19:18:14.055Z Downloaded colored v2.2.0
7622026-06-08T19:18:14.058Z Downloaded lru-slab v0.1.2
7632026-06-08T19:18:14.058Z Downloaded hyper-staticfile v0.10.1
7642026-06-08T19:18:14.058Z Downloaded memoffset v0.9.1
7652026-06-08T19:18:14.061Z Downloaded md-5 v0.10.6
7662026-06-08T19:18:14.061Z Downloaded httpdate v1.0.3
7672026-06-08T19:18:14.061Z Downloaded maplit v1.0.2
7682026-06-08T19:18:14.064Z Downloaded managed v0.8.0
7692026-06-08T19:18:14.064Z Downloaded lazy_static v1.5.0
7702026-06-08T19:18:14.064Z Downloaded lalrpop-util v0.19.12
7712026-06-08T19:18:14.064Z Downloaded drift v0.2.0
7722026-06-08T19:18:14.071Z Downloaded mime v0.3.17
7732026-06-08T19:18:14.074Z Downloaded maybe-uninit v2.0.0
7742026-06-08T19:18:14.074Z Downloaded indoc v2.0.7
7752026-06-08T19:18:14.075Z Downloaded dropshot_endpoint v0.17.0
7762026-06-08T19:18:14.079Z Downloaded crossbeam-utils v0.8.21
7772026-06-08T19:18:14.079Z Downloaded impl-trait-for-tuples v0.2.3
7782026-06-08T19:18:14.082Z Downloaded nibble_vec v0.1.0
7792026-06-08T19:18:14.082Z Downloaded new_debug_unreachable v1.0.6
7802026-06-08T19:18:14.082Z Downloaded ipnetwork v0.21.1
7812026-06-08T19:18:14.082Z Downloaded half v1.8.3
7822026-06-08T19:18:14.085Z Downloaded base64ct v1.8.3
7832026-06-08T19:18:14.085Z Downloaded match_cfg v0.1.0
7842026-06-08T19:18:14.088Z Downloaded lzss v0.8.2
7852026-06-08T19:18:14.088Z Downloaded fixedbitset v0.5.7
7862026-06-08T19:18:14.088Z Downloaded md5 v0.7.0
7872026-06-08T19:18:14.092Z Downloaded newline-converter v0.3.0
7882026-06-08T19:18:14.092Z Downloaded aes v0.8.4
7892026-06-08T19:18:14.092Z Downloaded multimap v0.10.1
7902026-06-08T19:18:14.095Z Downloaded nodrop v0.1.14
7912026-06-08T19:18:14.095Z Downloaded base64 v0.22.1
7922026-06-08T19:18:14.095Z Downloaded normalize-line-endings v0.3.0
7932026-06-08T19:18:14.098Z Downloaded futures v0.3.32
7942026-06-08T19:18:14.101Z Downloaded ipnet v2.11.0
7952026-06-08T19:18:14.101Z Downloaded ingot-types v0.1.2
7962026-06-08T19:18:14.101Z Downloaded jobserver v0.1.34
7972026-06-08T19:18:14.107Z Downloaded lru-cache v0.1.2
7982026-06-08T19:18:14.107Z Downloaded ingot v0.1.1
7992026-06-08T19:18:14.107Z Downloaded ahash v0.8.12
8002026-06-08T19:18:14.107Z Downloaded newtype-uuid-macros v0.1.0
8012026-06-08T19:18:14.107Z Downloaded nonempty v0.12.0
8022026-06-08T19:18:14.110Z Downloaded libloading v0.8.9
8032026-06-08T19:18:14.110Z Downloaded num_threads v0.1.7
8042026-06-08T19:18:14.110Z Downloaded crc32fast v1.5.0
8052026-06-08T19:18:14.114Z Downloaded libefi-sys v0.1.0
8062026-06-08T19:18:14.114Z Downloaded des v0.8.1
8072026-06-08T19:18:14.114Z Downloaded console v0.15.11
8082026-06-08T19:18:14.117Z Downloaded backoff v0.4.0
8092026-06-08T19:18:14.117Z Downloaded cookie_store v0.22.1
8102026-06-08T19:18:14.120Z Downloaded lock_api v0.4.14
8112026-06-08T19:18:14.120Z Downloaded is-terminal v0.4.17
8122026-06-08T19:18:14.123Z Downloaded num v0.4.3
8132026-06-08T19:18:14.123Z Downloaded olpc-cjson v0.1.4
8142026-06-08T19:18:14.126Z Downloaded num_enum_derive v0.5.11
8152026-06-08T19:18:14.126Z Downloaded humantime v2.3.0
8162026-06-08T19:18:14.126Z Downloaded colored v3.1.1
8172026-06-08T19:18:14.132Z Downloaded linear-map v1.2.0
8182026-06-08T19:18:14.132Z Downloaded compact_str v0.8.1
8192026-06-08T19:18:14.134Z Downloaded num-iter v0.1.45
8202026-06-08T19:18:14.135Z Downloaded num-derive v0.4.2
8212026-06-08T19:18:14.135Z Downloaded chacha20poly1305 v0.10.1
8222026-06-08T19:18:14.135Z Downloaded half v2.7.1
8232026-06-08T19:18:14.138Z Downloaded openssl-probe v0.1.6
8242026-06-08T19:18:14.138Z Downloaded opaque-debug v0.3.1
8252026-06-08T19:18:14.138Z Downloaded hyper-rustls v0.27.7
8262026-06-08T19:18:14.141Z Downloaded ingot-macros v0.1.1
8272026-06-08T19:18:14.141Z Downloaded iana-time-zone v0.1.65
8282026-06-08T19:18:14.141Z Downloaded openssl-macros v0.1.1
8292026-06-08T19:18:14.146Z Downloaded native-tls v0.2.18
8302026-06-08T19:18:14.146Z Downloaded newtype-uuid v1.3.2
8312026-06-08T19:18:14.146Z Downloaded num-conv v0.2.0
8322026-06-08T19:18:14.151Z Downloaded nanorand v0.7.0
8332026-06-08T19:18:14.151Z Downloaded ar_archive_writer v0.5.1
8342026-06-08T19:18:14.151Z Downloaded nu-ansi-term v0.50.3
8352026-06-08T19:18:14.154Z Downloaded packed_struct_codegen v0.10.1
8362026-06-08T19:18:14.157Z Downloaded diff v0.1.13
8372026-06-08T19:18:14.160Z Downloaded path-slash v0.1.5
8382026-06-08T19:18:14.160Z Downloaded openssl-probe v0.2.1
8392026-06-08T19:18:14.179Z Downloaded parse-size v1.1.0
8402026-06-08T19:18:14.183Z Downloaded multer v3.1.0
8412026-06-08T19:18:14.183Z Downloaded litrs v1.0.0
8422026-06-08T19:18:14.183Z Downloaded flate2 v1.1.9
8432026-06-08T19:18:14.186Z Downloaded num_enum_derive v0.7.6
8442026-06-08T19:18:14.189Z Downloaded num_enum v0.7.6
8452026-06-08T19:18:14.193Z Downloaded pin-utils v0.1.0
8462026-06-08T19:18:14.193Z Downloaded pbkdf2 v0.12.2
8472026-06-08T19:18:14.193Z Downloaded getrandom v0.3.4
8482026-06-08T19:18:14.197Z Downloaded cc v1.2.56
8492026-06-08T19:18:14.197Z Downloaded libsw-core v0.3.2
8502026-06-08T19:18:14.197Z Downloaded libsw v3.5.0
8512026-06-08T19:18:14.200Z Downloaded hmac v0.12.1
8522026-06-08T19:18:14.201Z Downloaded flume v0.11.1
8532026-06-08T19:18:14.205Z Downloaded phf_shared v0.11.3
8542026-06-08T19:18:14.205Z Downloaded heapless v0.7.17
8552026-06-08T19:18:14.208Z Downloaded fatfs v0.3.6
8562026-06-08T19:18:14.208Z Downloaded elliptic-curve v0.13.8
8572026-06-08T19:18:14.211Z Downloaded precomputed-hash v0.1.1
8582026-06-08T19:18:14.211Z Downloaded phf_shared v0.13.1
8592026-06-08T19:18:14.211Z Downloaded phf_shared v0.12.1
8602026-06-08T19:18:14.211Z Downloaded powerfmt v0.2.0
8612026-06-08T19:18:14.214Z Downloaded predicates-core v1.0.10
8622026-06-08T19:18:14.214Z Downloaded headers v0.4.1
8632026-06-08T19:18:14.218Z Downloaded memmap2 v0.9.10
8642026-06-08T19:18:14.218Z Downloaded indexmap v1.9.3
8652026-06-08T19:18:14.220Z Downloaded packed_struct v0.10.1
8662026-06-08T19:18:14.222Z Downloaded ignore v0.4.25
8672026-06-08T19:18:14.225Z Downloaded pbkdf2 v0.11.0
8682026-06-08T19:18:14.225Z Downloaded proc-macro-crate v1.3.1
8692026-06-08T19:18:14.225Z Downloaded predicates-tree v1.0.13
8702026-06-08T19:18:14.225Z Downloaded paste v1.0.15
8712026-06-08T19:18:14.228Z Downloaded parking_lot_core v0.8.6
8722026-06-08T19:18:14.229Z Downloaded dropshot-api-manager v0.7.2
8732026-06-08T19:18:14.231Z Downloaded owo-colors v4.3.0
8742026-06-08T19:18:14.234Z Downloaded httparse v1.10.1
8752026-06-08T19:18:14.237Z Downloaded proc-macro-crate v3.4.0
8762026-06-08T19:18:14.237Z Downloaded oxnet v0.1.5
8772026-06-08T19:18:14.237Z Downloaded async-compression v0.4.41
8782026-06-08T19:18:14.240Z Downloaded pem v3.0.6
8792026-06-08T19:18:14.243Z Downloaded peg-runtime v0.8.5
8802026-06-08T19:18:14.243Z Downloaded password-hash v0.5.0
8812026-06-08T19:18:14.243Z Downloaded password-hash v0.4.2
8822026-06-08T19:18:14.246Z Downloaded pem-rfc7468 v0.7.0
8832026-06-08T19:18:14.246Z Downloaded peg-macros v0.8.5
8842026-06-08T19:18:14.249Z Downloaded progenitor-client v0.11.2
8852026-06-08T19:18:14.249Z Downloaded parse-display-derive v0.10.0
8862026-06-08T19:18:14.249Z Downloaded progenitor-client v0.10.0
8872026-06-08T19:18:14.253Z Downloaded progenitor-macro v0.11.2
8882026-06-08T19:18:14.253Z Downloaded proc-macro-error-attr2 v2.0.0
8892026-06-08T19:18:14.253Z Downloaded expectorate v1.2.0
8902026-06-08T19:18:14.253Z Downloaded oxide-tokio-rt v0.1.4
8912026-06-08T19:18:14.257Z Downloaded derive_more v2.1.1
8922026-06-08T19:18:14.260Z Downloaded quick-error v1.2.3
8932026-06-08T19:18:14.265Z Downloaded psl-types v2.0.11
8942026-06-08T19:18:14.265Z Downloaded progenitor-client v0.14.0
8952026-06-08T19:18:14.265Z Downloaded crypto-bigint v0.5.5
8962026-06-08T19:18:14.268Z Downloaded phf v0.13.1
8972026-06-08T19:18:14.268Z Downloaded pkcs8 v0.10.2
8982026-06-08T19:18:14.271Z Downloaded phf v0.12.1
8992026-06-08T19:18:14.271Z Downloaded num-rational v0.4.2
9002026-06-08T19:18:14.273Z Downloaded libbz2-rs-sys v0.2.2
9012026-06-08T19:18:14.274Z Downloaded poly1305 v0.8.0
9022026-06-08T19:18:14.276Z Downloaded postgres-protocol v0.6.10
9032026-06-08T19:18:14.276Z Downloaded polyval v0.6.2
9042026-06-08T19:18:14.279Z Downloaded num-integer v0.1.46
9052026-06-08T19:18:14.279Z Downloaded pin-project-lite v0.2.17
9062026-06-08T19:18:14.282Z Downloaded rand_chacha v0.3.1
9072026-06-08T19:18:14.282Z Downloaded pin-project-internal v1.1.11
9082026-06-08T19:18:14.285Z Downloaded bumpalo v3.20.2
9092026-06-08T19:18:14.285Z Downloaded progenitor-macro v0.14.0
9102026-06-08T19:18:14.288Z Downloaded peg v0.8.5
9112026-06-08T19:18:14.292Z Downloaded ppv-lite86 v0.2.21
9122026-06-08T19:18:14.292Z Downloaded progenitor v0.11.2
9132026-06-08T19:18:14.292Z Downloaded hickory-resolver v0.25.2
9142026-06-08T19:18:14.294Z Downloaded predicates v3.1.4
9152026-06-08T19:18:14.298Z Downloaded hickory-resolver v0.24.4
9162026-06-08T19:18:14.298Z Downloaded progenitor v0.14.0
9172026-06-08T19:18:14.301Z Downloaded recursive-proc-macro-impl v0.1.1
9182026-06-08T19:18:14.301Z Downloaded progenitor v0.13.0
9192026-06-08T19:18:14.301Z Downloaded parking_lot_core v0.9.12
9202026-06-08T19:18:14.304Z Downloaded heapless v0.8.0
9212026-06-08T19:18:14.304Z Downloaded recursive v0.1.1
9222026-06-08T19:18:14.307Z Downloaded base64 v0.21.7
9232026-06-08T19:18:14.310Z Downloaded const_format v0.2.35
9242026-06-08T19:18:14.313Z Downloaded ref-cast-impl v1.0.25
9252026-06-08T19:18:14.313Z Downloaded progenitor-client v0.13.0
9262026-06-08T19:18:14.313Z Downloaded ed25519-dalek v2.2.0
9272026-06-08T19:18:14.316Z Downloaded progenitor-extras v0.2.0
9282026-06-08T19:18:14.316Z Downloaded psm v0.1.30
9292026-06-08T19:18:14.318Z Downloaded derive_more-impl v2.1.1
9302026-06-08T19:18:14.321Z Downloaded rfc6979 v0.4.0
9312026-06-08T19:18:14.321Z Downloaded primeorder v0.13.6
9322026-06-08T19:18:14.321Z Downloaded proc-macro-error2 v2.0.1
9332026-06-08T19:18:14.325Z Downloaded ref-cast v1.0.25
9342026-06-08T19:18:14.327Z Downloaded pkcs5 v0.7.1
9352026-06-08T19:18:14.327Z Downloaded rand_xorshift v0.4.0
9362026-06-08T19:18:14.330Z Downloaded omicron-zone-package v0.12.2
9372026-06-08T19:18:14.330Z Downloaded pkcs1 v0.7.5
9382026-06-08T19:18:14.335Z Downloaded miniz_oxide v0.8.9
9392026-06-08T19:18:14.335Z Downloaded radium v0.7.0
9402026-06-08T19:18:14.340Z Downloaded rustc-hash v2.1.1
9412026-06-08T19:18:14.340Z Downloaded indicatif v0.18.4
9422026-06-08T19:18:14.340Z Downloaded russh-cryptovec v0.7.3
9432026-06-08T19:18:14.340Z Downloaded progenitor-macro v0.13.0
9442026-06-08T19:18:14.340Z Downloaded parse-display v0.10.0
9452026-06-08T19:18:14.341Z Downloaded oso-derive v0.27.3
9462026-06-08T19:18:14.341Z Downloaded num_enum v0.5.11
9472026-06-08T19:18:14.346Z Downloaded postcard v1.1.3
9482026-06-08T19:18:14.349Z Downloaded num-complex v0.4.6
9492026-06-08T19:18:14.349Z Downloaded r2d2 v0.8.10
9502026-06-08T19:18:14.349Z Downloaded newtype_derive v0.1.6
9512026-06-08T19:18:14.349Z Downloaded mime_guess v2.0.5
9522026-06-08T19:18:14.349Z Downloaded rustc_version v0.1.7
9532026-06-08T19:18:14.353Z Downloaded pkg-config v0.3.32
9542026-06-08T19:18:14.355Z Downloaded rtoolbox v0.0.3
9552026-06-08T19:18:14.358Z Downloaded rand_chacha v0.9.0
9562026-06-08T19:18:14.362Z Downloaded rand_core v0.9.5
9572026-06-08T19:18:14.365Z Downloaded rand_core v0.6.4
9582026-06-08T19:18:14.365Z Downloaded postgres-types v0.2.12
9592026-06-08T19:18:14.389Z Downloaded salsa20 v0.10.2
9602026-06-08T19:18:14.389Z Downloaded sapling-renderdag v0.1.0
9612026-06-08T19:18:14.389Z Downloaded same-file v1.0.6
9622026-06-08T19:18:14.389Z Downloaded diesel_derives v2.3.7
9632026-06-08T19:18:14.389Z Downloaded rand_core v0.10.0
9642026-06-08T19:18:14.392Z Downloaded scheduled-thread-pool v0.2.7
9652026-06-08T19:18:14.392Z Downloaded p256 v0.13.2
9662026-06-08T19:18:14.392Z Downloaded serde-big-array v0.5.1
9672026-06-08T19:18:14.392Z Downloaded secrecy v0.8.0
9682026-06-08T19:18:14.396Z Downloaded parking_lot v0.11.2
9692026-06-08T19:18:14.396Z Downloaded openssl-sys v0.9.115
9702026-06-08T19:18:14.396Z Downloaded hashbrown v0.13.2
9712026-06-08T19:18:14.399Z Downloaded rand_seeder v0.4.0
9722026-06-08T19:18:14.399Z Downloaded resolv-conf v0.7.6
9732026-06-08T19:18:14.402Z Downloaded quinn-udp v0.5.14
9742026-06-08T19:18:14.402Z Downloaded scrypt v0.11.0
9752026-06-08T19:18:14.405Z Downloaded rustc_version v0.4.1
9762026-06-08T19:18:14.408Z Downloaded jiff-static v0.2.21
9772026-06-08T19:18:14.408Z Downloaded seq-macro v0.3.6
9782026-06-08T19:18:14.411Z Downloaded secrecy v0.10.3
9792026-06-08T19:18:14.414Z Downloaded serde_urlencoded v0.7.1
9802026-06-08T19:18:14.414Z Downloaded serde_spanned v1.0.4
9812026-06-08T19:18:14.414Z Downloaded parking_lot v0.12.5
9822026-06-08T19:18:14.417Z Downloaded serde_plain v1.0.2
9832026-06-08T19:18:14.417Z Downloaded serde_bytes v0.11.19
9842026-06-08T19:18:14.420Z Downloaded semver v0.1.20
9852026-06-08T19:18:14.423Z Downloaded rustls-pemfile v1.0.4
9862026-06-08T19:18:14.426Z Downloaded rustls-native-certs v0.8.3
9872026-06-08T19:18:14.426Z Downloaded sha1 v0.10.6
9882026-06-08T19:18:14.428Z Downloaded pin-project v1.1.11
9892026-06-08T19:18:14.434Z Downloaded shell-words v1.1.1
9902026-06-08T19:18:14.438Z Downloaded http v1.4.0
9912026-06-08T19:18:14.441Z Downloaded signature v2.2.0
9922026-06-08T19:18:14.444Z Downloaded scopeguard v1.2.0
9932026-06-08T19:18:14.444Z Downloaded sigpipe v0.1.3
9942026-06-08T19:18:14.444Z Downloaded rusty-fork v0.3.1
9952026-06-08T19:18:14.446Z Downloaded siphasher v1.0.2
9962026-06-08T19:18:14.446Z Downloaded hyper-util v0.1.20
9972026-06-08T19:18:14.449Z Downloaded signal-hook-mio v0.2.5
9982026-06-08T19:18:14.452Z Downloaded rustversion v1.0.22
9992026-06-08T19:18:14.452Z Downloaded hashbrown v0.12.3
10002026-06-08T19:18:14.455Z Downloaded signal-hook-tokio v0.3.1
10012026-06-08T19:18:14.455Z Downloaded hickory-server v0.25.2
10022026-06-08T19:18:14.458Z Downloaded progenitor-impl v0.11.2
10032026-06-08T19:18:14.460Z Downloaded oso v0.27.3
10042026-06-08T19:18:14.463Z Downloaded scroll_derive v0.13.1
10052026-06-08T19:18:14.466Z Downloaded schemars_derive v0.8.22
10062026-06-08T19:18:14.466Z Downloaded scroll v0.13.0
10072026-06-08T19:18:14.474Z Downloaded papergrid v0.17.0
10082026-06-08T19:18:14.481Z Downloaded sec1 v0.7.3
10092026-06-08T19:18:14.483Z Downloaded serde_derive_internals v0.29.1
10102026-06-08T19:18:14.483Z Downloaded slog-envlogger v2.2.0
10112026-06-08T19:18:14.487Z Downloaded serde_repr v0.1.20
10122026-06-08T19:18:14.490Z Downloaded serde-hex v0.1.0
10132026-06-08T19:18:14.493Z Downloaded serde_path_to_error v0.1.20
10142026-06-08T19:18:14.496Z Downloaded rustls-pki-types v1.14.0
10152026-06-08T19:18:14.499Z Downloaded crossterm v0.28.1
10162026-06-08T19:18:14.502Z Downloaded rustls-pemfile v2.2.0
10172026-06-08T19:18:14.509Z Downloaded ssh-cipher v0.2.0
10182026-06-08T19:18:14.511Z Downloaded sqlparser_derive v0.5.0
10192026-06-08T19:18:14.511Z Downloaded ssh-encoding v0.2.0
10202026-06-08T19:18:14.514Z Downloaded serde_with_macros v1.5.2
10212026-06-08T19:18:14.517Z Downloaded itertools v0.10.5
10222026-06-08T19:18:14.521Z Downloaded structmeta-derive v0.3.0
10232026-06-08T19:18:14.523Z Downloaded crossterm v0.29.0
10242026-06-08T19:18:14.527Z Downloaded shlex v1.3.0
10252026-06-08T19:18:14.530Z Downloaded structmeta v0.3.0
10262026-06-08T19:18:14.530Z Downloaded signal-hook-registry v1.4.8
10272026-06-08T19:18:14.533Z Downloaded pretty_assertions v1.4.1
10282026-06-08T19:18:14.533Z Downloaded progenitor-impl v0.13.0
10292026-06-08T19:18:14.533Z Downloaded prefix-trie v0.7.0
10302026-06-08T19:18:14.536Z Downloaded slog-scope v4.4.1
10312026-06-08T19:18:14.536Z Downloaded slog-bunyan v2.5.0
10322026-06-08T19:18:14.538Z Downloaded slog-async v2.8.0
10332026-06-08T19:18:14.538Z Downloaded strum v0.27.2
10342026-06-08T19:18:14.538Z Downloaded slab v0.4.12
10352026-06-08T19:18:14.541Z Downloaded simd-adler32 v0.3.8
10362026-06-08T19:18:14.542Z Downloaded strsim v0.10.0
10372026-06-08T19:18:14.542Z Downloaded prettyplease v0.2.37
10382026-06-08T19:18:14.545Z Downloaded mio v1.2.0
10392026-06-08T19:18:14.548Z Downloaded strum v0.26.3
10402026-06-08T19:18:14.548Z Downloaded minimal-lexical v0.2.1
10412026-06-08T19:18:14.550Z Downloaded sync_wrapper v1.0.2
10422026-06-08T19:18:14.553Z Downloaded sync-ptr v0.1.4
10432026-06-08T19:18:14.553Z Downloaded subtle v2.6.1
10442026-06-08T19:18:14.553Z Downloaded smf v0.2.3
10452026-06-08T19:18:14.556Z Downloaded sct v0.7.1
10462026-06-08T19:18:14.556Z Downloaded slog-json v2.6.1
10472026-06-08T19:18:14.559Z Downloaded sqlformat v0.3.5
10482026-06-08T19:18:14.559Z Downloaded supports-color v3.0.2
10492026-06-08T19:18:14.559Z Downloaded snafu-derive v0.8.9
10502026-06-08T19:18:14.562Z Downloaded strip-ansi-escapes v0.2.1
10512026-06-08T19:18:14.562Z Downloaded smallvec v0.6.14
10522026-06-08T19:18:14.565Z Downloaded slog-stdlog v4.1.1
10532026-06-08T19:18:14.565Z Downloaded termtree v0.5.1
10542026-06-08T19:18:14.565Z Downloaded spki v0.7.3
10552026-06-08T19:18:14.568Z Downloaded slog-dtrace v0.3.0
10562026-06-08T19:18:14.568Z Downloaded serde_cbor v0.11.2
10572026-06-08T19:18:14.570Z Downloaded tap v1.0.1
10582026-06-08T19:18:14.570Z Downloaded tabled_derive v0.11.0
10592026-06-08T19:18:14.570Z Downloaded tagptr v0.2.0
10602026-06-08T19:18:14.579Z Downloaded rustls-platform-verifier v0.6.2
10612026-06-08T19:18:14.585Z Downloaded russh-keys v0.45.0
10622026-06-08T19:18:14.585Z Downloaded static_assertions v1.1.0
10632026-06-08T19:18:14.585Z Downloaded stacker v0.1.23
10642026-06-08T19:18:14.585Z Downloaded thiserror-impl-no-std v2.0.2
10652026-06-08T19:18:14.588Z Downloaded tinyvec_macros v0.1.1
10662026-06-08T19:18:14.590Z Downloaded thread-id v5.1.0
10672026-06-08T19:18:14.593Z Downloaded testing_table v0.3.0
10682026-06-08T19:18:14.593Z Downloaded serde_with_macros v3.17.0
10692026-06-08T19:18:14.600Z Downloaded num-bigint v0.4.6
10702026-06-08T19:18:14.603Z Downloaded hashbrown v0.16.1
10712026-06-08T19:18:14.606Z Downloaded time-core v0.1.8
10722026-06-08T19:18:14.609Z Downloaded schemars v0.8.22
10732026-06-08T19:18:14.614Z Downloaded strum_macros v0.26.4
10742026-06-08T19:18:14.618Z Downloaded ron v0.8.1
10752026-06-08T19:18:14.623Z Downloaded rayon-core v1.13.0
10762026-06-08T19:18:14.626Z Downloaded stringprep v0.1.5
10772026-06-08T19:18:14.626Z Downloaded string_cache v0.8.9
10782026-06-08T19:18:14.626Z Downloaded quinn v0.11.9
10792026-06-08T19:18:14.626Z Downloaded tokio-macros v2.7.0
10802026-06-08T19:18:14.626Z Downloaded take_mut v0.2.2
10812026-06-08T19:18:14.629Z Downloaded support-bundle-viewer v0.1.2
10822026-06-08T19:18:14.629Z Downloaded strum_macros v0.24.3
10832026-06-08T19:18:14.629Z Downloaded progenitor-impl v0.14.0
10842026-06-08T19:18:14.632Z Downloaded ryu v1.0.23
10852026-06-08T19:18:14.637Z Downloaded qorb v0.4.1
10862026-06-08T19:18:14.637Z Downloaded tabwriter v1.4.1
10872026-06-08T19:18:14.639Z Downloaded thiserror-no-std v2.0.2
10882026-06-08T19:18:14.642Z Downloaded slog-term v2.9.2
10892026-06-08T19:18:14.642Z Downloaded libxml v0.3.3
10902026-06-08T19:18:14.646Z Downloaded strum_macros v0.27.2
10912026-06-08T19:18:14.653Z Downloaded signal-hook v0.3.18
10922026-06-08T19:18:14.655Z Downloaded thread_local v1.1.9
10932026-06-08T19:18:14.658Z Downloaded termios v0.3.3
10942026-06-08T19:18:14.661Z Downloaded time-macros v0.2.27
10952026-06-08T19:18:14.663Z Downloaded tower-service v0.3.3
10962026-06-08T19:18:14.663Z Downloaded spin v0.9.8
10972026-06-08T19:18:14.666Z Downloaded itertools v0.12.1
10982026-06-08T19:18:14.669Z Downloaded tls_codec v0.4.2
10992026-06-08T19:18:14.671Z Downloaded similar v2.7.0
11002026-06-08T19:18:14.674Z Downloaded topological-sort v0.2.2
11012026-06-08T19:18:14.674Z Downloaded try-lock v0.2.5
11022026-06-08T19:18:14.677Z Downloaded rcgen v0.12.1
11032026-06-08T19:18:14.677Z Downloaded hashbrown v0.15.5
11042026-06-08T19:18:14.680Z Downloaded publicsuffix v2.3.0
11052026-06-08T19:18:14.683Z Downloaded trait-variant v0.1.2
11062026-06-08T19:18:14.683Z Downloaded tiny-keccak v2.0.2
11072026-06-08T19:18:14.685Z Downloaded typify-macro v0.4.3
11082026-06-08T19:18:14.685Z Downloaded schemars v0.9.0
11092026-06-08T19:18:14.692Z Downloaded tokio-dtrace v0.1.1
11102026-06-08T19:18:14.695Z Downloaded slog v2.8.2
11112026-06-08T19:18:14.695Z Downloaded unarray v0.1.4
11122026-06-08T19:18:14.698Z Downloaded tls_codec_derive v0.4.2
11132026-06-08T19:18:14.698Z Downloaded unit-prefix v0.5.2
11142026-06-08T19:18:14.698Z Downloaded rand v0.8.6
11152026-06-08T19:18:14.701Z Downloaded typify-macro v0.6.2
11162026-06-08T19:18:14.701Z Downloaded rsa v0.9.10
11172026-06-08T19:18:14.703Z Downloaded socket2 v0.5.10
11182026-06-08T19:18:14.709Z Downloaded tokio-rustls v0.25.0
11192026-06-08T19:18:14.711Z Downloaded untrusted v0.9.0
11202026-06-08T19:18:14.711Z Downloaded untrusted v0.7.1
11212026-06-08T19:18:14.714Z Downloaded usdt-attr-macro v0.6.0
11222026-06-08T19:18:14.714Z Downloaded usdt v0.6.0
11232026-06-08T19:18:14.716Z Downloaded tokio-tungstenite v0.21.0
11242026-06-08T19:18:14.719Z Downloaded unicode-truncate v1.1.0
11252026-06-08T19:18:14.719Z Downloaded futures-util v0.3.32
11262026-06-08T19:18:14.725Z Downloaded usdt-macro v0.6.0
11272026-06-08T19:18:14.728Z Downloaded universal-hash v0.5.1
11282026-06-08T19:18:14.728Z Downloaded serde_yaml v0.9.34+deprecated
11292026-06-08T19:18:14.730Z Downloaded rand v0.9.2
11302026-06-08T19:18:14.733Z Downloaded nom v8.0.0
11312026-06-08T19:18:14.736Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11322026-06-08T19:18:14.737Z Downloaded nom v7.1.3
11332026-06-08T19:18:14.741Z Downloaded term v1.2.1
11342026-06-08T19:18:14.741Z Downloaded void v1.0.2
11352026-06-08T19:18:14.741Z Downloaded utf-8 v0.7.6
11362026-06-08T19:18:14.743Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-06-08T19:18:14.743Z Downloaded term v0.7.0
11382026-06-08T19:18:14.746Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-06-08T19:18:14.746Z Downloaded samael v0.0.19
11402026-06-08T19:18:14.752Z Downloaded rustls-webpki v0.103.9
11412026-06-08T19:18:14.757Z Downloaded wait-timeout v0.2.1
11422026-06-08T19:18:14.761Z Downloaded tower-layer v0.3.3
11432026-06-08T19:18:14.768Z Downloaded iri-string v0.7.10
11442026-06-08T19:18:14.773Z Downloaded waitgroup v0.1.2
11452026-06-08T19:18:14.775Z Downloaded tokio-native-tls v0.3.1
11462026-06-08T19:18:14.778Z Downloaded want v0.3.1
11472026-06-08T19:18:14.781Z Downloaded tokio-rustls v0.24.1
11482026-06-08T19:18:14.784Z Downloaded tokio-tungstenite v0.23.1
11492026-06-08T19:18:14.787Z Downloaded aho-corasick v1.1.4
11502026-06-08T19:18:14.790Z Downloaded snafu v0.8.9
11512026-06-08T19:18:14.793Z Downloaded tokio-stream v0.1.18
11522026-06-08T19:18:14.796Z Downloaded xattr v1.6.1
11532026-06-08T19:18:14.799Z Downloaded usdt-impl v0.6.0
11542026-06-08T19:18:14.799Z Downloaded tokio-rustls v0.26.4
11552026-06-08T19:18:14.805Z Downloaded h2 v0.4.13
11562026-06-08T19:18:14.805Z Downloaded p521 v0.13.3
11572026-06-08T19:18:14.813Z Downloaded zeroize_derive v1.4.3
11582026-06-08T19:18:14.816Z Downloaded test-strategy v0.4.5
11592026-06-08T19:18:14.816Z Downloaded rand v0.10.0
11602026-06-08T19:18:14.819Z Downloaded vergen-lib v9.1.0
11612026-06-08T19:18:14.822Z Downloaded uzers v0.12.2
11622026-06-08T19:18:14.822Z Downloaded zone_cfg_derive v0.3.1
11632026-06-08T19:18:14.822Z Downloaded toml_parser v1.0.9+spec-1.1.0
11642026-06-08T19:18:14.824Z Downloaded libm v0.2.16
11652026-06-08T19:18:14.828Z Downloaded vsss-rs v3.3.4
11662026-06-08T19:18:14.831Z Downloaded vergen-lib v0.1.6
11672026-06-08T19:18:14.831Z Downloaded tinyvec v1.10.0
11682026-06-08T19:18:14.834Z Downloaded tui-tree-widget v0.23.1
11692026-06-08T19:18:14.834Z Downloaded tracing-attributes v0.1.31
11702026-06-08T19:18:14.837Z Downloaded itertools v0.13.0
11712026-06-08T19:18:14.840Z Downloaded schemars v1.2.1
11722026-06-08T19:18:14.846Z Downloaded zone v0.3.1
11732026-06-08T19:18:14.849Z Downloaded twox-hash v2.1.2
11742026-06-08T19:18:14.849Z Downloaded wyz v0.5.1
11752026-06-08T19:18:14.849Z Downloaded whoami v1.6.1
11762026-06-08T19:18:14.852Z Downloaded walkdir v2.5.0
11772026-06-08T19:18:14.852Z Downloaded unicase v2.9.0
11782026-06-08T19:18:14.852Z Downloaded blake3 v1.8.3
11792026-06-08T19:18:14.857Z Downloaded subprocess v0.2.15
11802026-06-08T19:18:14.860Z Downloaded hkdf v0.12.4
11812026-06-08T19:18:14.863Z Downloaded unicode-properties v0.1.4
11822026-06-08T19:18:14.863Z Downloaded itertools v0.14.0
11832026-06-08T19:18:14.866Z Downloaded xshell-macros v0.2.7
11842026-06-08T19:18:14.866Z Downloaded hyper v1.8.1
11852026-06-08T19:18:14.870Z Downloaded zeroize v1.8.2
11862026-06-08T19:18:14.872Z Downloaded xshell v0.2.7
11872026-06-08T19:18:14.872Z Downloaded iddqd v0.4.2
11882026-06-08T19:18:14.876Z Downloaded num-bigint-dig v0.8.6
11892026-06-08T19:18:14.880Z Downloaded rustyline v14.0.0
11902026-06-08T19:18:14.883Z Downloaded vergen-git2 v9.1.0
11912026-06-08T19:18:14.885Z Downloaded toml v0.7.8
11922026-06-08T19:18:14.885Z Downloaded zstd-safe v7.2.4
11932026-06-08T19:18:14.888Z Downloaded russh v0.45.0
11942026-06-08T19:18:14.891Z Downloaded vergen v9.1.0
11952026-06-08T19:18:14.891Z Downloaded tar v0.4.45
11962026-06-08T19:18:14.894Z Downloaded steno v0.4.1
11972026-06-08T19:18:14.894Z Downloaded socket2 v0.6.3
11982026-06-08T19:18:14.896Z Downloaded vergen-gitcl v1.0.8
11992026-06-08T19:18:14.897Z Downloaded tracing-core v0.1.36
12002026-06-08T19:18:14.899Z Downloaded tungstenite v0.23.0
12012026-06-08T19:18:14.899Z Downloaded whoami v2.1.0
12022026-06-08T19:18:14.902Z Downloaded unicode-bidi v0.3.18
12032026-06-08T19:18:14.904Z Downloaded tungstenite v0.21.0
12042026-06-08T19:18:14.907Z Downloaded rpassword v7.4.0
12052026-06-08T19:18:14.907Z Downloaded bitvec v1.0.1
12062026-06-08T19:18:14.914Z Downloaded unsafe-libyaml v0.2.11
12072026-06-08T19:18:14.917Z Downloaded typify v0.4.3
12082026-06-08T19:18:14.920Z Downloaded zstd v0.13.3
12092026-06-08T19:18:14.920Z Downloaded uuid v1.23.0
12102026-06-08T19:18:14.923Z Downloaded toml_edit v0.23.10+spec-1.0.0
12112026-06-08T19:18:14.925Z Downloaded aws-lc-rs v1.16.3
12122026-06-08T19:18:14.929Z Downloaded yasna v0.5.2
12132026-06-08T19:18:14.932Z Downloaded zerocopy v0.6.6
12142026-06-08T19:18:14.932Z Downloaded reedline v0.40.0
12152026-06-08T19:18:14.936Z Downloaded vte v0.14.1
12162026-06-08T19:18:14.948Z Downloaded chrono v0.4.44
12172026-06-08T19:18:14.952Z Downloaded tokio-postgres v0.7.16
12182026-06-08T19:18:14.967Z Downloaded serde_with v1.14.0
12192026-06-08T19:18:14.976Z Downloaded reqwest v0.12.28
12202026-06-08T19:18:14.980Z Downloaded reqwest v0.13.2
12212026-06-08T19:18:14.983Z Downloaded bindgen v0.71.1
12222026-06-08T19:18:14.990Z Downloaded unicode_categories v0.1.1
12232026-06-08T19:18:15.001Z Downloaded ssh-key v0.6.7
12242026-06-08T19:18:15.005Z Downloaded toml v1.0.6+spec-1.1.0
12252026-06-08T19:18:15.007Z Downloaded lalrpop v0.19.12
12262026-06-08T19:18:15.013Z Downloaded zopfli v0.8.3
12272026-06-08T19:18:15.026Z Downloaded portable-atomic v1.13.1
12282026-06-08T19:18:15.031Z Downloaded typify v0.6.2
12292026-06-08T19:18:15.034Z Downloaded toml_edit v0.19.15
12302026-06-08T19:18:15.041Z Downloaded zip v0.6.6
12312026-06-08T19:18:15.046Z Downloaded yansi v1.0.1
12322026-06-08T19:18:15.049Z Downloaded git2 v0.20.4
12332026-06-08T19:18:15.067Z Downloaded tower v0.5.3
12342026-06-08T19:18:15.072Z Downloaded rustls-webpki v0.101.7
12352026-06-08T19:18:15.080Z Downloaded typed-path v0.9.3
12362026-06-08T19:18:15.083Z Downloaded salty v0.3.0
12372026-06-08T19:18:15.087Z Downloaded unicode-normalization v0.1.25
12382026-06-08T19:18:15.090Z Downloaded regex v1.12.3
12392026-06-08T19:18:15.113Z Downloaded nix v0.27.1
12402026-06-08T19:18:15.119Z Downloaded serde_with v3.17.0
12412026-06-08T19:18:15.126Z Downloaded moka v0.12.13
12422026-06-08T19:18:15.136Z Downloaded x509-cert v0.2.5
12432026-06-08T19:18:15.139Z Downloaded unicode-segmentation v1.12.0
12442026-06-08T19:18:15.142Z Downloaded proptest v1.11.0
12452026-06-08T19:18:15.146Z Downloaded radix_trie v0.2.1
12462026-06-08T19:18:15.149Z Downloaded tokio-util v0.7.18
12472026-06-08T19:18:15.154Z Downloaded zerocopy-derive v0.8.40
12482026-06-08T19:18:15.162Z Downloaded p384 v0.13.1
12492026-06-08T19:18:15.165Z Downloaded bstr v1.12.1
12502026-06-08T19:18:15.172Z Downloaded rayon v1.11.0
12512026-06-08T19:18:15.182Z Downloaded quick-xml v0.37.5
12522026-06-08T19:18:15.189Z Downloaded rustls-webpki v0.102.8
12532026-06-08T19:18:15.199Z Downloaded zip v4.6.1
12542026-06-08T19:18:15.202Z Downloaded goblin v0.10.5
12552026-06-08T19:18:15.206Z Downloaded tabled v0.20.0
12562026-06-08T19:18:15.216Z Downloaded object v0.30.4
12572026-06-08T19:18:15.222Z Downloaded curve25519-dalek v4.1.3
12582026-06-08T19:18:15.226Z Downloaded tower-http v0.6.8
12592026-06-08T19:18:15.230Z Downloaded tough v0.22.0
12602026-06-08T19:18:15.235Z Downloaded petname v2.0.2
12612026-06-08T19:18:15.245Z Downloaded quinn-proto v0.11.13
12622026-06-08T19:18:15.269Z Downloaded vcpkg v0.2.15
12632026-06-08T19:18:15.291Z Downloaded winnow v0.5.40
12642026-06-08T19:18:15.296Z Downloaded smoltcp v0.9.1
12652026-06-08T19:18:15.302Z Downloaded zlib-rs v0.6.2
12662026-06-08T19:18:15.305Z Downloaded webpki-roots v1.0.6
12672026-06-08T19:18:15.307Z Downloaded openssl v0.10.79
12682026-06-08T19:18:15.312Z Downloaded polar-core v0.27.3
12692026-06-08T19:18:15.317Z Downloaded nix v0.31.2
12702026-06-08T19:18:15.324Z Downloaded zerocopy v0.8.40
12712026-06-08T19:18:15.329Z Downloaded winnow v0.6.26
12722026-06-08T19:18:15.334Z Downloaded smoltcp v0.11.0
12732026-06-08T19:18:15.341Z Downloaded time v0.3.47
12742026-06-08T19:18:15.347Z Downloaded rustls v0.23.37
12752026-06-08T19:18:15.354Z Downloaded rustls v0.21.12
12762026-06-08T19:18:15.360Z Downloaded regex-syntax v0.6.29
12772026-06-08T19:18:15.364Z Downloaded dropshot v0.17.0
12782026-06-08T19:18:15.376Z Downloaded object v0.37.3
12792026-06-08T19:18:15.382Z Downloaded hickory-proto v0.24.4
12802026-06-08T19:18:15.391Z Downloaded regress v0.11.1
12812026-06-08T19:18:15.396Z Downloaded diesel v2.3.7
12822026-06-08T19:18:15.408Z Downloaded rustls v0.22.4
12832026-06-08T19:18:15.415Z Downloaded hickory-proto v0.25.2
12842026-06-08T19:18:15.424Z Downloaded sqlparser v0.61.0
12852026-06-08T19:18:15.429Z Downloaded regex-syntax v0.8.10
12862026-06-08T19:18:15.434Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-06-08T19:18:15.441Z Downloaded sled v0.34.7
12882026-06-08T19:18:15.447Z Downloaded rustix v0.38.44
12892026-06-08T19:18:15.459Z Downloaded tracing v0.1.44
12902026-06-08T19:18:15.471Z Downloaded openapiv3 v2.2.0
12912026-06-08T19:18:15.478Z Downloaded regress v0.10.5
12922026-06-08T19:18:15.483Z Downloaded nix v0.28.0
12932026-06-08T19:18:15.508Z Downloaded zerocopy-derive v0.6.6
12942026-06-08T19:18:15.531Z Downloaded typify-impl v0.6.2
12952026-06-08T19:18:15.539Z Downloaded ratatui v0.29.0
12962026-06-08T19:18:15.550Z Downloaded petgraph v0.6.5
12972026-06-08T19:18:15.562Z Downloaded chrono-tz v0.10.4
12982026-06-08T19:18:15.571Z Downloaded typify-impl v0.4.3
12992026-06-08T19:18:15.580Z Downloaded regex-automata v0.4.14
13002026-06-08T19:18:15.610Z Downloaded jiff v0.2.21
13012026-06-08T19:18:15.622Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-06-08T19:18:15.635Z Downloaded tokio v1.52.1
13032026-06-08T19:18:15.659Z Downloaded petgraph v0.8.3
13042026-06-08T19:18:15.672Z Downloaded csv v1.4.0
13052026-06-08T19:18:15.692Z Downloaded sha3 v0.10.8
13062026-06-08T19:18:15.698Z Downloaded libz-sys v1.1.24
13072026-06-08T19:18:15.726Z Downloaded encoding_rs v0.8.35
13082026-06-08T19:18:15.796Z Downloaded ring v0.17.14
13092026-06-08T19:18:15.844Z Downloaded libgit2-sys v0.18.3+1.9.2
13102026-06-08T19:18:16.387Z Downloaded aws-lc-sys v0.40.0
13112026-06-08T19:18:16.639Z Compiling libc v0.2.185
13122026-06-08T19:18:16.639Z Compiling serde v1.0.228
13132026-06-08T19:18:16.642Z Compiling log v0.4.29
13142026-06-08T19:18:16.642Z Compiling find-msvc-tools v0.1.9
13152026-06-08T19:18:16.642Z Compiling shlex v1.3.0
13162026-06-08T19:18:16.778Z Compiling smallvec v1.15.1
13172026-06-08T19:18:16.799Z Compiling syn v2.0.117
13182026-06-08T19:18:16.817Z Compiling typenum v1.19.0
13192026-06-08T19:18:16.980Z Compiling generic-array v0.14.7
13202026-06-08T19:18:16.994Z Compiling subtle v2.6.1
13212026-06-08T19:18:17.028Z Compiling scopeguard v1.2.0
13222026-06-08T19:18:17.063Z Compiling const-oid v0.9.6
13232026-06-08T19:18:17.130Z Compiling lock_api v0.4.14
13242026-06-08T19:18:17.159Z Compiling serde_json v1.0.149
13252026-06-08T19:18:17.162Z Compiling zerocopy v0.8.40
13262026-06-08T19:18:17.242Z Compiling portable-atomic v1.13.1
13272026-06-08T19:18:17.363Z Compiling parking_lot_core v0.9.12
13282026-06-08T19:18:17.602Z Compiling pin-project-lite v0.2.17
13292026-06-08T19:18:17.650Z Compiling getrandom v0.2.17
13302026-06-08T19:18:17.707Z Compiling jobserver v0.1.34
13312026-06-08T19:18:17.721Z Compiling errno v0.3.14
13322026-06-08T19:18:17.781Z Compiling pkg-config v0.3.32
13332026-06-08T19:18:17.806Z Compiling rand_core v0.6.4
13342026-06-08T19:18:17.873Z Compiling signal-hook-registry v1.4.8
13352026-06-08T19:18:18.088Z Compiling cc v1.2.56
13362026-06-08T19:18:18.101Z Compiling bitflags v2.11.0
13372026-06-08T19:18:18.152Z Compiling libm v0.2.16
13382026-06-08T19:18:18.179Z Compiling futures-core v0.3.32
13392026-06-08T19:18:18.326Z Compiling critical-section v1.2.0
13402026-06-08T19:18:18.341Z Compiling parking_lot v0.12.5
13412026-06-08T19:18:18.344Z Compiling mio v1.2.0
13422026-06-08T19:18:18.367Z Compiling num-traits v0.2.19
13432026-06-08T19:18:18.440Z Compiling once_cell v1.21.3
13442026-06-08T19:18:18.527Z Compiling percent-encoding v2.3.2
13452026-06-08T19:18:18.653Z Compiling socket2 v0.6.3
13462026-06-08T19:18:18.719Z Compiling futures-sink v0.3.32
13472026-06-08T19:18:18.723Z Compiling slab v0.4.12
13482026-06-08T19:18:18.726Z Compiling cpufeatures v0.2.17
13492026-06-08T19:18:18.808Z Compiling futures-channel v0.3.32
13502026-06-08T19:18:18.823Z Compiling futures-task v0.3.32
13512026-06-08T19:18:18.823Z Compiling getrandom v0.4.1
13522026-06-08T19:18:18.922Z Compiling futures-io v0.3.32
13532026-06-08T19:18:19.007Z Compiling rand_core v0.10.0
13542026-06-08T19:18:19.036Z Compiling indexmap v2.14.0
13552026-06-08T19:18:19.068Z Compiling getrandom v0.3.4
13562026-06-08T19:18:19.079Z Compiling rustversion v1.0.22
13572026-06-08T19:18:19.174Z Compiling cmake v0.1.57
13582026-06-08T19:18:19.472Z Compiling form_urlencoded v1.2.2
13592026-06-08T19:18:19.582Z Compiling fs_extra v1.3.0
13602026-06-08T19:18:19.602Z Compiling dunce v1.0.5
13612026-06-08T19:18:19.683Z Compiling ident_case v1.0.1
13622026-06-08T19:18:19.720Z Compiling synstructure v0.13.2
13632026-06-08T19:18:19.724Z Compiling base64ct v1.8.3
13642026-06-08T19:18:19.811Z Compiling flagset v0.4.7
13652026-06-08T19:18:19.867Z Compiling aws-lc-sys v0.40.0
13662026-06-08T19:18:19.941Z Compiling regex-syntax v0.8.10
13672026-06-08T19:18:20.001Z Compiling pem-rfc7468 v0.7.0
13682026-06-08T19:18:20.045Z Compiling iana-time-zone v0.1.65
13692026-06-08T19:18:20.061Z Compiling rustix v1.1.3
13702026-06-08T19:18:20.248Z Compiling rand_core v0.9.5
13712026-06-08T19:18:20.261Z Compiling ring v0.17.14
13722026-06-08T19:18:20.310Z Compiling vcpkg v0.2.15
13732026-06-08T19:18:20.322Z Compiling aws-lc-rs v1.16.3
13742026-06-08T19:18:20.514Z Compiling uuid v1.23.0
13752026-06-08T19:18:20.603Z Compiling rustc_version v0.4.1
13762026-06-08T19:18:20.923Z Compiling tracing-core v0.1.36
13772026-06-08T19:18:21.028Z Compiling openssl-sys v0.9.115
13782026-06-08T19:18:21.210Z Compiling base64 v0.22.1
13792026-06-08T19:18:21.428Z Compiling serde_derive v1.0.228
13802026-06-08T19:18:21.501Z Compiling zeroize_derive v1.4.3
13812026-06-08T19:18:21.562Z Compiling zerofrom-derive v0.1.6
13822026-06-08T19:18:21.576Z Compiling yoke-derive v0.8.1
13832026-06-08T19:18:21.835Z Compiling zerovec-derive v0.11.2
13842026-06-08T19:18:22.141Z Compiling zeroize v1.8.2
13852026-06-08T19:18:22.344Z Compiling zerocopy-derive v0.8.40
13862026-06-08T19:18:22.734Z Compiling displaydoc v0.2.5
13872026-06-08T19:18:22.864Z Compiling crypto-common v0.1.7
13882026-06-08T19:18:22.970Z Compiling block-buffer v0.10.4
13892026-06-08T19:18:22.984Z Compiling zerofrom v0.1.6
13902026-06-08T19:18:23.010Z Compiling tokio-macros v2.7.0
13912026-06-08T19:18:23.109Z Compiling yoke v0.8.1
13922026-06-08T19:18:23.137Z Compiling digest v0.10.7
13932026-06-08T19:18:23.293Z Compiling zerovec v0.11.5
13942026-06-08T19:18:23.382Z Compiling futures-macro v0.3.32
13952026-06-08T19:18:23.481Z Compiling zerotrie v0.2.3
13962026-06-08T19:18:23.721Z Compiling hmac v0.12.1
13972026-06-08T19:18:23.772Z Compiling tinystr v0.8.2
13982026-06-08T19:18:23.796Z Compiling potential_utf v0.1.4
13992026-06-08T19:18:23.873Z Compiling block-padding v0.3.3
14002026-06-08T19:18:23.956Z Compiling icu_locale_core v2.1.1
14012026-06-08T19:18:23.970Z Compiling icu_collections v2.1.1
14022026-06-08T19:18:24.030Z Compiling inout v0.1.4
14032026-06-08T19:18:24.168Z Compiling futures-util v0.3.32
14042026-06-08T19:18:24.191Z Compiling cipher v0.4.4
14052026-06-08T19:18:24.434Z Compiling sha2 v0.10.9
14062026-06-08T19:18:24.449Z Compiling der_derive v0.7.3
14072026-06-08T19:18:24.825Z Compiling bytes v1.11.1
14082026-06-08T19:18:24.884Z Compiling icu_provider v2.1.1
14092026-06-08T19:18:24.900Z Compiling chrono v0.4.44
14102026-06-08T19:18:25.183Z Compiling icu_normalizer v2.1.1
14112026-06-08T19:18:25.390Z Compiling tokio v1.52.1
14122026-06-08T19:18:25.431Z Compiling icu_properties v2.1.2
14132026-06-08T19:18:25.710Z Compiling der v0.7.10
14142026-06-08T19:18:25.813Z Compiling http v1.4.0
14152026-06-08T19:18:26.265Z Compiling idna_adapter v1.2.1
14162026-06-08T19:18:26.403Z Compiling idna v1.1.0
14172026-06-08T19:18:26.463Z Compiling salsa20 v0.10.2
14182026-06-08T19:18:26.557Z Compiling spki v0.7.3
14192026-06-08T19:18:26.601Z Compiling ppv-lite86 v0.2.21
14202026-06-08T19:18:26.749Z Compiling url v2.5.8
14212026-06-08T19:18:26.763Z Compiling pbkdf2 v0.12.2
14222026-06-08T19:18:26.767Z Compiling rustls-pki-types v1.14.0
14232026-06-08T19:18:26.878Z Compiling tracing-attributes v0.1.31
14242026-06-08T19:18:26.906Z Compiling thiserror-impl v2.0.18
14252026-06-08T19:18:26.931Z Compiling rand_chacha v0.9.0
14262026-06-08T19:18:27.104Z Compiling scrypt v0.11.0
14272026-06-08T19:18:27.222Z Compiling http-body v1.0.1
14282026-06-08T19:18:27.363Z Compiling cbc v0.1.2
14292026-06-08T19:18:27.378Z Compiling aes v0.8.4
14302026-06-08T19:18:27.544Z Compiling untrusted v0.9.0
14312026-06-08T19:18:27.586Z Compiling openssl-probe v0.2.1
14322026-06-08T19:18:27.640Z Compiling untrusted v0.7.1
14332026-06-08T19:18:27.665Z Compiling tinyvec_macros v0.1.1
14342026-06-08T19:18:27.737Z Compiling httparse v1.10.1
14352026-06-08T19:18:27.751Z Compiling tinyvec v1.10.0
14362026-06-08T19:18:28.094Z Compiling pkcs5 v0.7.1
14372026-06-08T19:18:28.115Z Compiling pest_generator v2.8.6
14382026-06-08T19:18:28.182Z Compiling tracing v0.1.44
14392026-06-08T19:18:28.230Z Compiling thiserror v2.0.18
14402026-06-08T19:18:28.336Z Compiling rand v0.9.2
14412026-06-08T19:18:28.432Z Compiling serde_derive_internals v0.29.1
14422026-06-08T19:18:28.446Z Compiling aho-corasick v1.1.4
14432026-06-08T19:18:28.561Z Compiling atomic-waker v1.1.2
14442026-06-08T19:18:28.685Z Compiling tower-layer v0.3.3
14452026-06-08T19:18:28.799Z Compiling rustls v0.23.37
14462026-06-08T19:18:28.844Z Compiling schemars v0.8.22
14472026-06-08T19:18:28.966Z Compiling try-lock v0.2.5
14482026-06-08T19:18:29.040Z Compiling tower-service v0.3.3
14492026-06-08T19:18:29.075Z Compiling dyn-clone v1.0.20
14502026-06-08T19:18:29.120Z Compiling tokio-util v0.7.18
14512026-06-08T19:18:29.134Z Compiling want v0.3.1
14522026-06-08T19:18:29.230Z Compiling regex-automata v0.4.14
14532026-06-08T19:18:29.291Z Compiling pest_derive v2.8.6
14542026-06-08T19:18:29.306Z Compiling schemars_derive v0.8.22
14552026-06-08T19:18:29.502Z Compiling pkcs8 v0.10.2
14562026-06-08T19:18:29.808Z Compiling h2 v0.4.13
14572026-06-08T19:18:29.997Z Compiling ipnet v2.11.0
14582026-06-08T19:18:30.105Z Compiling scroll_derive v0.13.1
14592026-06-08T19:18:30.128Z Compiling darling_core v0.20.11
14602026-06-08T19:18:30.491Z Compiling httpdate v1.0.3
14612026-06-08T19:18:30.525Z Compiling openssl v0.10.79
14622026-06-08T19:18:30.710Z Compiling foreign-types-shared v0.1.1
14632026-06-08T19:18:30.750Z Compiling pin-utils v0.1.0
14642026-06-08T19:18:30.797Z Compiling foreign-types v0.3.2
14652026-06-08T19:18:30.825Z Compiling tempfile v3.25.0
14662026-06-08T19:18:30.901Z Compiling scroll v0.13.0
14672026-06-08T19:18:31.031Z Compiling unicode-normalization v0.1.25
14682026-06-08T19:18:31.188Z Compiling openssl-macros v0.1.1
14692026-06-08T19:18:31.513Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14702026-06-08T19:18:31.612Z Compiling spin v0.9.8
14712026-06-08T19:18:31.625Z Compiling time-core v0.1.8
14722026-06-08T19:18:31.773Z Compiling num-conv v0.2.0
14732026-06-08T19:18:31.819Z Compiling crc32fast v1.5.0
14742026-06-08T19:18:31.897Z Compiling native-tls v0.2.18
14752026-06-08T19:18:31.911Z Compiling powerfmt v0.2.0
14762026-06-08T19:18:32.112Z Compiling deranged v0.5.8
14772026-06-08T19:18:32.128Z Compiling time-macros v0.2.27
14782026-06-08T19:18:32.435Z Compiling darling_macro v0.20.11
14792026-06-08T19:18:32.893Z Compiling hyper v1.8.1
14802026-06-08T19:18:33.071Z Compiling darling v0.20.11
14812026-06-08T19:18:33.153Z Compiling goblin v0.10.5
14822026-06-08T19:18:33.168Z Compiling rustls-native-certs v0.8.3
14832026-06-08T19:18:33.292Z Compiling sync_wrapper v1.0.2
14842026-06-08T19:18:33.402Z Compiling wait-timeout v0.2.1
14852026-06-08T19:18:33.456Z Compiling crossbeam-utils v0.8.21
14862026-06-08T19:18:33.662Z Compiling unicode-segmentation v1.12.0
14872026-06-08T19:18:33.731Z Compiling bit-vec v0.8.0
14882026-06-08T19:18:33.747Z Compiling quick-error v1.2.3
14892026-06-08T19:18:33.852Z Compiling siphasher v1.0.2
14902026-06-08T19:18:33.954Z Compiling hyper-util v0.1.20
14912026-06-08T19:18:34.033Z Compiling syn v1.0.109
14922026-06-08T19:18:34.036Z Compiling usdt-impl v0.6.0
14932026-06-08T19:18:34.247Z Compiling simd-adler32 v0.3.8
14942026-06-08T19:18:34.332Z Compiling num_threads v0.1.7
14952026-06-08T19:18:34.432Z Compiling time v0.3.47
14962026-06-08T19:18:34.554Z Compiling bit-set v0.8.0
14972026-06-08T19:18:34.716Z Compiling rusty-fork v0.3.1
14982026-06-08T19:18:34.772Z Compiling tower v0.5.3
14992026-06-08T19:18:35.028Z Compiling derive_builder_core v0.20.2
15002026-06-08T19:18:35.235Z Compiling dtrace-parser v0.3.0
15012026-06-08T19:18:35.305Z Compiling http-body-util v0.1.3
15022026-06-08T19:18:35.549Z Compiling webpki-roots v1.0.6
15032026-06-08T19:18:35.658Z Compiling signature v2.2.0
15042026-06-08T19:18:35.672Z Compiling scroll_derive v0.12.1
15052026-06-08T19:18:35.842Z Compiling dof v0.4.0
15062026-06-08T19:18:35.894Z Compiling thiserror-impl v1.0.69
15072026-06-08T19:18:35.966Z Compiling heapless v0.7.17
15082026-06-08T19:18:35.980Z Compiling rand_xorshift v0.4.0
15092026-06-08T19:18:36.140Z Compiling slog v2.8.2
15102026-06-08T19:18:36.205Z Compiling darling_core v0.21.3
15112026-06-08T19:18:36.323Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-06-08T19:18:36.336Z Compiling thread-id v5.1.0
15132026-06-08T19:18:36.463Z Compiling cookie v0.18.1
15142026-06-08T19:18:36.595Z Compiling adler2 v2.0.1
15152026-06-08T19:18:36.648Z Compiling unicode-properties v0.1.4
15162026-06-08T19:18:36.729Z Compiling unicode-bidi v0.3.18
15172026-06-08T19:18:36.856Z Compiling ryu v1.0.23
15182026-06-08T19:18:37.040Z Compiling anyhow v1.0.102
15192026-06-08T19:18:37.043Z Compiling zstd-safe v7.2.4
15202026-06-08T19:18:37.126Z Compiling unarray v0.1.4
15212026-06-08T19:18:37.238Z Compiling iri-string v0.7.10
15222026-06-08T19:18:37.252Z Compiling signal-hook v0.3.18
15232026-06-08T19:18:37.265Z Compiling allocator-api2 v0.2.21
15242026-06-08T19:18:37.345Z Compiling paste v1.0.15
15252026-06-08T19:18:37.438Z Compiling proptest v1.11.0
15262026-06-08T19:18:37.584Z Compiling thiserror v1.0.69
15272026-06-08T19:18:37.598Z Compiling stringprep v0.1.5
15282026-06-08T19:18:37.658Z Compiling serde_urlencoded v0.7.1
15292026-06-08T19:18:37.688Z Compiling miniz_oxide v0.8.9
15302026-06-08T19:18:38.276Z Compiling scroll v0.12.0
15312026-06-08T19:18:38.538Z Compiling tower-http v0.6.8
15322026-06-08T19:18:38.688Z Compiling derive_builder_macro v0.20.2
15332026-06-08T19:18:38.702Z Compiling tokio-native-tls v0.3.1
15342026-06-08T19:18:38.733Z Compiling darling_macro v0.21.3
15352026-06-08T19:18:38.881Z Compiling heck v0.4.1
15362026-06-08T19:18:38.934Z Compiling ipnetwork v0.21.1
15372026-06-08T19:18:39.102Z Compiling bstr v1.12.1
15382026-06-08T19:18:39.128Z Compiling rand_chacha v0.3.1
15392026-06-08T19:18:39.175Z Compiling serde_spanned v0.6.9
15402026-06-08T19:18:39.204Z Compiling erased-serde v0.3.31
15412026-06-08T19:18:39.318Z Compiling serde_tokenstream v0.2.3
15422026-06-08T19:18:39.325Z Compiling toml_datetime v0.6.11
15432026-06-08T19:18:39.588Z Compiling md-5 v0.10.6
15442026-06-08T19:18:39.622Z Compiling pin-project-internal v1.1.11
15452026-06-08T19:18:39.679Z Compiling async-trait v0.1.89
15462026-06-08T19:18:39.740Z Compiling zerocopy-derive v0.7.35
15472026-06-08T19:18:39.753Z Compiling curve25519-dalek v4.1.3
15482026-06-08T19:18:39.919Z Compiling vergen-lib v9.1.0
15492026-06-08T19:18:40.084Z Compiling num-integer v0.1.46
15502026-06-08T19:18:40.100Z Compiling hash32 v0.2.1
15512026-06-08T19:18:40.290Z Compiling ff v0.13.1
15522026-06-08T19:18:40.408Z Compiling memoffset v0.9.1
15532026-06-08T19:18:40.430Z Compiling encoding_rs v0.8.35
15542026-06-08T19:18:40.593Z Compiling mime v0.3.17
15552026-06-08T19:18:40.609Z Compiling zlib-rs v0.6.2
15562026-06-08T19:18:40.675Z Compiling fallible-iterator v0.2.0
15572026-06-08T19:18:40.706Z Compiling smoltcp v0.9.1
15582026-06-08T19:18:40.852Z Compiling ref-cast v1.0.25
15592026-06-08T19:18:40.984Z Compiling rustix v0.38.44
15602026-06-08T19:18:41.040Z Compiling cfg_aliases v0.2.1
15612026-06-08T19:18:41.117Z Compiling base16ct v0.2.0
15622026-06-08T19:18:41.156Z Compiling litrs v1.0.0
15632026-06-08T19:18:41.301Z Compiling num-bigint-dig v0.8.6
15642026-06-08T19:18:41.332Z Compiling psl-types v2.0.11
15652026-06-08T19:18:41.498Z Compiling publicsuffix v2.3.0
15662026-06-08T19:18:41.658Z Compiling sec1 v0.7.3
15672026-06-08T19:18:41.718Z Compiling nix v0.31.2
15682026-06-08T19:18:41.743Z Compiling document-features v0.2.12
15692026-06-08T19:18:41.958Z Compiling postgres-protocol v0.6.10
15702026-06-08T19:18:42.013Z Compiling pin-project v1.1.11
15712026-06-08T19:18:42.115Z Compiling zerocopy v0.7.35
15722026-06-08T19:18:42.183Z Compiling group v0.13.0
15732026-06-08T19:18:42.320Z Compiling num-iter v0.1.45
15742026-06-08T19:18:42.510Z Compiling newtype-uuid v1.3.2
15752026-06-08T19:18:42.566Z Compiling hubpack_derive v0.1.1
15762026-06-08T19:18:42.665Z Compiling rand v0.8.6
15772026-06-08T19:18:42.826Z Compiling darling v0.21.3
15782026-06-08T19:18:42.840Z Compiling oxnet v0.1.5
15792026-06-08T19:18:42.911Z Compiling derive_builder v0.20.2
15802026-06-08T19:18:42.926Z Compiling snafu-derive v0.8.9
15812026-06-08T19:18:43.002Z Compiling hyper-tls v0.6.0
15822026-06-08T19:18:43.239Z Compiling goblin v0.8.2
15832026-06-08T19:18:43.478Z Compiling flate2 v1.1.9
15842026-06-08T19:18:43.820Z Compiling phf_shared v0.13.1
15852026-06-08T19:18:43.887Z Compiling lazy_static v1.5.0
15862026-06-08T19:18:43.983Z Compiling regex v1.12.3
15872026-06-08T19:18:44.061Z Compiling anstyle-parse v0.2.7
15882026-06-08T19:18:44.125Z Compiling strum_macros v0.27.2
15892026-06-08T19:18:44.140Z Compiling futures-executor v0.3.32
15902026-06-08T19:18:44.244Z Compiling hex v0.4.3
15912026-06-08T19:18:44.390Z Compiling hkdf v0.12.4
15922026-06-08T19:18:44.408Z Compiling crypto-bigint v0.5.5
15932026-06-08T19:18:44.512Z Compiling terminal_size v0.4.3
15942026-06-08T19:18:44.551Z Compiling daft-derive v0.1.7
15952026-06-08T19:18:44.651Z Compiling ref-cast-impl v1.0.25
15962026-06-08T19:18:44.817Z Compiling curve25519-dalek-derive v0.1.1
15972026-06-08T19:18:45.188Z Compiling vergen v9.1.0
15982026-06-08T19:18:45.265Z Compiling fs-err v3.3.0
15992026-06-08T19:18:45.367Z Compiling cargo-platform v0.3.2
16002026-06-08T19:18:45.453Z Compiling ahash v0.8.12
16012026-06-08T19:18:45.467Z Compiling foldhash v0.2.0
16022026-06-08T19:18:45.641Z Compiling foldhash v0.1.5
16032026-06-08T19:18:45.656Z Compiling managed v0.8.0
16042026-06-08T19:18:45.686Z Compiling object v0.37.3
16052026-06-08T19:18:45.811Z Compiling same-file v1.0.6
16062026-06-08T19:18:45.869Z Compiling bumpalo v3.20.2
16072026-06-08T19:18:45.967Z Compiling bitflags v1.3.2
16082026-06-08T19:18:45.982Z Compiling winnow v0.5.40
16092026-06-08T19:18:46.045Z Compiling libbz2-rs-sys v0.2.2
16102026-06-08T19:18:46.084Z Compiling strum v0.27.2
16112026-06-08T19:18:46.119Z Compiling zopfli v0.8.3
16122026-06-08T19:18:46.537Z Compiling bzip2 v0.6.1
16132026-06-08T19:18:46.751Z Compiling walkdir v2.5.0
16142026-06-08T19:18:46.766Z Compiling hashbrown v0.15.5
16152026-06-08T19:18:46.779Z Compiling clap_builder v4.6.0
16162026-06-08T19:18:46.860Z Compiling hashbrown v0.16.1
16172026-06-08T19:18:47.055Z Compiling cargo_metadata v0.23.1
16182026-06-08T19:18:47.316Z Compiling toml_edit v0.19.15
16192026-06-08T19:18:47.454Z Compiling dof v0.3.0
16202026-06-08T19:18:47.563Z Compiling elliptic-curve v0.13.8
16212026-06-08T19:18:47.965Z Compiling daft v0.1.7
16222026-06-08T19:18:48.241Z Compiling snafu v0.8.9
16232026-06-08T19:18:48.269Z Compiling futures v0.3.32
16242026-06-08T19:18:48.354Z Compiling anstream v0.6.21
16252026-06-08T19:18:48.412Z Compiling signal-hook-mio v0.2.5
16262026-06-08T19:18:48.427Z Compiling phf v0.13.1
16272026-06-08T19:18:48.587Z Compiling cookie_store v0.22.1
16282026-06-08T19:18:48.654Z Compiling bzip2 v0.4.4
16292026-06-08T19:18:48.863Z Compiling zstd v0.13.3
16302026-06-08T19:18:48.886Z Compiling hubpack v0.1.2
16312026-06-08T19:18:49.106Z Compiling serde_with_macros v3.17.0
16322026-06-08T19:18:49.121Z Compiling postgres-types v0.2.12
16332026-06-08T19:18:49.659Z Compiling usdt-macro v0.6.0
16342026-06-08T19:18:49.750Z Compiling usdt-attr-macro v0.6.0
16352026-06-08T19:18:49.924Z Compiling globset v0.4.18
16362026-06-08T19:18:50.055Z Compiling dtrace-parser v0.2.0
16372026-06-08T19:18:50.204Z Compiling ed25519 v2.2.3
16382026-06-08T19:18:50.393Z Compiling phf_shared v0.11.3
16392026-06-08T19:18:50.434Z Compiling olpc-cjson v0.1.4
16402026-06-08T19:18:50.535Z Compiling pkcs1 v0.7.5
16412026-06-08T19:18:50.572Z Compiling enum-as-inner v0.6.1
16422026-06-08T19:18:50.592Z Compiling strum_macros v0.26.4
16432026-06-08T19:18:50.595Z Compiling clap_derive v4.6.1
16442026-06-08T19:18:50.804Z Compiling serde_plain v1.0.2
16452026-06-08T19:18:50.930Z Compiling serde-big-array v0.5.1
16462026-06-08T19:18:50.998Z Compiling rfc6979 v0.4.0
16472026-06-08T19:18:51.071Z Compiling pem v3.0.6
16482026-06-08T19:18:51.071Z Compiling async-recursion v1.1.1
16492026-06-08T19:18:51.103Z Compiling serde_repr v0.1.20
16502026-06-08T19:18:51.121Z Compiling float-cmp v0.10.0
16512026-06-08T19:18:51.268Z Compiling thread-id v4.2.2
16522026-06-08T19:18:51.356Z Compiling memmap2 v0.9.10
16532026-06-08T19:18:51.451Z Compiling env_filter v1.0.0
16542026-06-08T19:18:51.585Z Compiling normalize-line-endings v0.3.0
16552026-06-08T19:18:51.656Z Compiling fixedbitset v0.5.7
16562026-06-08T19:18:51.685Z Compiling data-encoding v2.10.0
16572026-06-08T19:18:51.759Z Compiling new_debug_unreachable v1.0.6
16582026-06-08T19:18:51.775Z Compiling difflib v0.4.0
16592026-06-08T19:18:51.835Z Compiling whoami v2.1.0
16602026-06-08T19:18:51.964Z Compiling either v1.15.0
16612026-06-08T19:18:52.178Z Compiling precomputed-hash v0.1.1
16622026-06-08T19:18:52.209Z Compiling static_assertions v1.1.0
16632026-06-08T19:18:52.270Z Compiling predicates-core v1.0.10
16642026-06-08T19:18:52.287Z Compiling fixedbitset v0.4.2
16652026-06-08T19:18:52.337Z Compiling typed-path v0.9.3
16662026-06-08T19:18:52.365Z Compiling jiff v0.2.21
16672026-06-08T19:18:52.385Z Compiling keccak v0.1.6
16682026-06-08T19:18:52.416Z Compiling clap v4.6.1
16692026-06-08T19:18:52.444Z Compiling petgraph v0.6.5
16702026-06-08T19:18:52.500Z Compiling predicates v3.1.4
16712026-06-08T19:18:52.514Z Compiling strum v0.26.3
16722026-06-08T19:18:52.646Z Compiling sha3 v0.10.8
16732026-06-08T19:18:53.108Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-08T19:18:53.130Z Compiling string_cache v0.8.9
16752026-06-08T19:18:53.188Z Compiling itertools v0.13.0
16762026-06-08T19:18:53.356Z Compiling tokio-postgres v0.7.16
16772026-06-08T19:18:53.551Z Compiling hickory-proto v0.25.2
16782026-06-08T19:18:53.917Z Compiling toml_edit v0.22.27
16792026-06-08T19:18:54.198Z Compiling petgraph v0.8.3
16802026-06-08T19:18:54.408Z Compiling env_logger v0.11.9
16812026-06-08T19:18:54.763Z Compiling usdt v0.6.0
16822026-06-08T19:18:55.023Z Compiling zip v4.6.1
16832026-06-08T19:18:55.520Z Compiling usdt-impl v0.5.0
16842026-06-08T19:18:55.951Z Compiling ecdsa v0.16.9
16852026-06-08T19:18:55.974Z Compiling rsa v0.9.10
16862026-06-08T19:18:56.104Z Compiling ed25519-dalek v2.2.0
16872026-06-08T19:18:56.129Z Compiling serde_with v3.17.0
16882026-06-08T19:18:56.332Z Compiling crossterm v0.28.1
16892026-06-08T19:18:56.630Z Compiling zip v0.6.6
16902026-06-08T19:18:57.202Z Compiling toml v0.7.8
16912026-06-08T19:18:57.227Z Compiling iddqd v0.4.2
16922026-06-08T19:18:58.030Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-08T19:18:58.044Z Compiling similar v2.7.0
16942026-06-08T19:18:58.088Z Compiling crossbeam-epoch v0.9.18
16952026-06-08T19:18:58.209Z Compiling tokio-stream v0.1.18
16962026-06-08T19:18:58.408Z Compiling buf-list v1.1.2
16972026-06-08T19:18:58.516Z Compiling x509-cert v0.2.5
16982026-06-08T19:18:58.650Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16992026-06-08T19:18:58.667Z Compiling openapiv3 v2.2.0
17002026-06-08T19:18:58.683Z Compiling sha1 v0.10.6
17012026-06-08T19:18:58.905Z Compiling peg-runtime v0.8.5
17022026-06-08T19:18:58.921Z Compiling lalrpop-util v0.19.12
17032026-06-08T19:18:58.950Z Compiling thread_local v1.1.9
17042026-06-08T19:18:59.113Z Compiling slog-async v2.8.0
17052026-06-08T19:18:59.191Z Compiling crossbeam-channel v0.5.15
17062026-06-08T19:18:59.207Z Compiling filetime v0.2.27
17072026-06-08T19:18:59.308Z Compiling is-terminal v0.4.17
17082026-06-08T19:18:59.379Z Compiling term v1.2.1
17092026-06-08T19:18:59.407Z Compiling xattr v1.6.1
17102026-06-08T19:18:59.430Z Compiling take_mut v0.2.2
17112026-06-08T19:18:59.568Z Compiling tar v0.4.45
17122026-06-08T19:18:59.963Z Compiling slog-term v2.9.2
17132026-06-08T19:19:09.823Z Compiling rustls-webpki v0.103.9
17142026-06-08T19:19:12.640Z Compiling tokio-rustls v0.26.4
17152026-06-08T19:19:12.640Z Compiling rustls-platform-verifier v0.6.2
17162026-06-08T19:19:12.889Z Compiling hyper-rustls v0.27.7
17172026-06-08T19:19:13.077Z Compiling reqwest v0.12.28
17182026-06-08T19:19:13.118Z Compiling reqwest v0.13.2
17192026-06-08T19:19:14.298Z Compiling tough v0.22.0
17202026-06-08T19:19:16.849Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17212026-06-08T19:19:17.065Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17222026-06-08T19:19:19.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17232026-06-08T19:19:20.061Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17242026-06-08T19:19:20.117ZJun 08 19:19:18.371 INFO Starting download, target: Cockroach
17252026-06-08T19:19:20.117ZJun 08 19:19:18.371 INFO Starting download, target: Console
17262026-06-08T19:19:20.117ZJun 08 19:19:18.371 INFO Starting download, target: Clickhouse
17272026-06-08T19:19:20.117ZJun 08 19:19:18.371 INFO Starting download, target: DendriteStub
17282026-06-08T19:19:20.121ZJun 08 19:19:18.371 INFO Starting download, target: MaghemiteMgd
17292026-06-08T19:19:20.121ZJun 08 19:19:18.371 INFO Starting download, target: TransceiverControl
17302026-06-08T19:19:20.122ZJun 08 19:19:18.371 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-06-08T19:19:20.122ZJun 08 19:19:18.371 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-06-08T19:19:20.123ZJun 08 19:19:18.371 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-06-08T19:19:20.123ZJun 08 19:19:18.371 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-08T19:19:20.123ZJun 08 19:19:18.371 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-06-08T19:19:20.123ZJun 08 19:19:18.371 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-06-08T19:19:20.634ZJun 08 19:19:18.888 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-06-08T19:19:20.868ZJun 08 19:19:19.104 INFO Download complete, target: TransceiverControl
17382026-06-08T19:19:21.022ZJun 08 19:19:19.269 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-06-08T19:19:21.295ZJun 08 19:19:19.530 INFO Download complete, target: Console
17402026-06-08T19:19:21.852ZJun 08 19:19:20.092 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-06-08T19:19:21.904ZJun 08 19:19:20.145 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-06-08T19:19:22.125ZJun 08 19:19:20.378 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17432026-06-08T19:19:22.431ZJun 08 19:19:20.679 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-06-08T19:19:22.431ZJun 08 19:19:20.679 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-06-08T19:19:24.288ZJun 08 19:19:22.540 INFO Download complete, target: DendriteStub
17462026-06-08T19:19:24.392ZJun 08 19:19:22.646 INFO Download complete, target: MaghemiteMgd
17472026-06-08T19:19:27.075ZJun 08 19:19:25.330 INFO Checking that binary works, target: Cockroach
17482026-06-08T19:19:27.196ZJun 08 19:19:25.450 INFO Download complete, target: Cockroach
17492026-06-08T19:19:28.713ZJun 08 19:19:26.968 INFO Checking that binary works, target: Clickhouse
17502026-06-08T19:19:28.813ZJun 08 19:19:27.067 INFO Download complete, target: Clickhouse
17512026-06-08T19:19:28.832ZAll builder prerequisites installed successfully, and PATH looks valid
17522026-06-08T19:19:28.835Z
17532026-06-08T19:19:28.835Zreal 2:19.153573814
17542026-06-08T19:19:28.835Zuser 6:55.689323476
17552026-06-08T19:19:28.836Zsys 1:23.226552443
17562026-06-08T19:19:28.836Ztrap 0.221890267
17572026-06-08T19:19:28.836Ztflt 0.610391362
17582026-06-08T19:19:28.836Zdflt 0.626159346
17592026-06-08T19:19:28.836Zkflt 0.027592935
17602026-06-08T19:19:28.836Zlock 23:01.539117003
17612026-06-08T19:19:28.836Zslp 21:25.451017945
17622026-06-08T19:19:28.836Zlat 41.994170973
17632026-06-08T19:19:28.836Zstop 2:00.081723064
17642026-06-08T19:19:28.836Z+ banner hack-check
17652026-06-08T19:19:28.836Z
17662026-06-08T19:19:28.836Z # # ## #### # # #### # # ###### #### # #
17672026-06-08T19:19:28.836Z # # # # # # # # # # # # # # # # #
17682026-06-08T19:19:28.836Z ###### # # # #### ##### # ###### ##### # ####
17692026-06-08T19:19:28.836Z # # ###### # # # # # # # # # #
17702026-06-08T19:19:28.836Z # # # # # # # # # # # # # # # # #
17712026-06-08T19:19:28.836Z # # # # #### # # #### # # ###### #### # #
17722026-06-08T19:19:28.836Z
17732026-06-08T19:19:28.836Z+ export CARGO_INCREMENTAL=0
17742026-06-08T19:19:28.836Z+ CARGO_INCREMENTAL=0
17752026-06-08T19:19:28.836Z+ ptime -m timeout 2h cargo xtask check-features --ci
17762026-06-08T19:19:29.370Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17772026-06-08T19:19:29.589Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17782026-06-08T19:19:31.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17792026-06-08T19:19:31.499Z Running `target/debug/xtask check-features --ci`
17802026-06-08T19:19:31.526Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17812026-06-08T19:19:31.526Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17822026-06-08T19:19:32.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
17832026-06-08T19:19:32.043Z Running `target/debug/xtask download cargo-hack`
17842026-06-08T19:19:32.834Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-06-08T19:19:33.149Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-06-08T19:19:35.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
17872026-06-08T19:19:35.859Z Running `target/debug/xtask-downloader cargo-hack`
17882026-06-08T19:19:35.902ZJun 08 19:19:34.156 INFO Starting download, target: CargoHack
17892026-06-08T19:19:35.906ZJun 08 19:19:34.157 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17902026-06-08T19:19:36.612ZJun 08 19:19:34.866 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17912026-06-08T19:19:36.663ZJun 08 19:19:34.917 INFO Download complete, target: CargoHack
17922026-06-08T19:19:36.666Zrunning: "/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"
17932026-06-08T19:19:36.678Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17942026-06-08T19:19:36.835Zinfo: running `cargo check --bins` on api_identity (1/297)
17952026-06-08T19:19:37.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17962026-06-08T19:19:37.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17972026-06-08T19:19:37.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17982026-06-08T19:19:37.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17992026-06-08T19:19:37.416Z
18002026-06-08T19:19:37.416Zinfo: running `cargo check --bins` on bootstore (2/297)
18012026-06-08T19:19:37.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18022026-06-08T19:19:37.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18032026-06-08T19:19:37.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18042026-06-08T19:19:37.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18052026-06-08T19:19:38.005Z
18062026-06-08T19:19:38.005Zinfo: running `cargo check --bins` on omicron-ledger (3/297)
18072026-06-08T19:19:38.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18082026-06-08T19:19:38.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18092026-06-08T19:19:38.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18102026-06-08T19:19:38.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18112026-06-08T19:19:38.587Z
18122026-06-08T19:19:38.587Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/297)
18132026-06-08T19:19:39.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-06-08T19:19:39.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-06-08T19:19:39.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-06-08T19:19:39.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18172026-06-08T19:19:39.173Z
18182026-06-08T19:19:39.175Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/297)
18192026-06-08T19:19:39.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-06-08T19:19:39.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-06-08T19:19:39.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-06-08T19:19:39.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18232026-06-08T19:19:39.759Z
18242026-06-08T19:19:39.759Zinfo: running `cargo check --bins` on omicron-certificates (6/297)
18252026-06-08T19:19:40.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-06-08T19:19:40.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-06-08T19:19:40.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-06-08T19:19:40.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18292026-06-08T19:19:40.341Z
18302026-06-08T19:19:40.341Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/297)
18312026-06-08T19:19:40.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-06-08T19:19:40.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-06-08T19:19:40.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-06-08T19:19:40.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18352026-06-08T19:19:40.929Z
18362026-06-08T19:19:40.929Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/297)
18372026-06-08T19:19:41.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-06-08T19:19:41.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-06-08T19:19:41.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-06-08T19:19:41.439Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18412026-06-08T19:19:41.523Z
18422026-06-08T19:19:41.523Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/297)
18432026-06-08T19:19:41.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-06-08T19:19:41.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-06-08T19:19:41.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-06-08T19:19:41.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18472026-06-08T19:19:41.996Z
18482026-06-08T19:19:41.996Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/297)
18492026-06-08T19:19:42.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-06-08T19:19:42.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-06-08T19:19:42.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-06-08T19:19:42.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18532026-06-08T19:19:42.462Z
18542026-06-08T19:19:42.462Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/297)
18552026-06-08T19:19:42.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-06-08T19:19:42.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-06-08T19:19:42.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-06-08T19:19:42.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18592026-06-08T19:19:42.923Z
18602026-06-08T19:19:42.923Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/297)
18612026-06-08T19:19:43.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-06-08T19:19:43.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-06-08T19:19:43.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-06-08T19:19:43.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18652026-06-08T19:19:43.386Z
18662026-06-08T19:19:43.386Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/297)
18672026-06-08T19:19:43.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-06-08T19:19:43.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-06-08T19:19:43.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-06-08T19:19:43.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-06-08T19:19:43.853Z
18722026-06-08T19:19:43.853Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/297)
18732026-06-08T19:19:44.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-06-08T19:19:44.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-06-08T19:19:44.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-06-08T19:19:44.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-06-08T19:19:44.320Z
18782026-06-08T19:19:44.320Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/297)
18792026-06-08T19:19:44.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-06-08T19:19:44.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-06-08T19:19:44.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-06-08T19:19:44.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18832026-06-08T19:19:44.821Z
18842026-06-08T19:19:44.821Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/297)
18852026-06-08T19:19:45.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-06-08T19:19:45.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-06-08T19:19:45.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-06-08T19:19:45.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18892026-06-08T19:19:45.247Z
18902026-06-08T19:19:45.247Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/297)
18912026-06-08T19:19:45.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-06-08T19:19:45.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-06-08T19:19:45.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-06-08T19:19:45.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18952026-06-08T19:19:45.712Z
18962026-06-08T19:19:45.712Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/297)
18972026-06-08T19:19:46.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-06-08T19:19:46.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-06-08T19:19:46.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-06-08T19:19:46.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19012026-06-08T19:19:46.176Z
19022026-06-08T19:19:46.176Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/297)
19032026-06-08T19:19:46.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-06-08T19:19:46.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-06-08T19:19:46.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-06-08T19:19:46.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19072026-06-08T19:19:46.644Z
19082026-06-08T19:19:46.644Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/297)
19092026-06-08T19:19:47.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-06-08T19:19:47.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-06-08T19:19:47.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-06-08T19:19:47.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19132026-06-08T19:19:47.117Z
19142026-06-08T19:19:47.117Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/297)
19152026-06-08T19:19:47.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-06-08T19:19:47.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-06-08T19:19:47.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-06-08T19:19:47.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19192026-06-08T19:19:47.586Z
19202026-06-08T19:19:47.586Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/297)
19212026-06-08T19:19:47.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-06-08T19:19:47.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-06-08T19:19:47.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-06-08T19:19:48.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19252026-06-08T19:19:48.060Z
19262026-06-08T19:19:48.060Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/297)
19272026-06-08T19:19:48.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-06-08T19:19:48.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-06-08T19:19:48.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-06-08T19:19:48.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19312026-06-08T19:19:48.531Z
19322026-06-08T19:19:48.532Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/297)
19332026-06-08T19:19:48.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-06-08T19:19:48.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-06-08T19:19:48.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-06-08T19:19:48.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-06-08T19:19:48.994Z
19382026-06-08T19:19:48.994Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/297)
19392026-06-08T19:19:49.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-06-08T19:19:49.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-06-08T19:19:49.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-06-08T19:19:49.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-06-08T19:19:49.465Z
19442026-06-08T19:19:49.465Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/297)
19452026-06-08T19:19:49.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-06-08T19:19:49.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-06-08T19:19:49.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-06-08T19:19:49.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-06-08T19:19:49.933Z
19502026-06-08T19:19:49.934Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/297)
19512026-06-08T19:19:50.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-06-08T19:19:50.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-06-08T19:19:50.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-06-08T19:19:50.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-06-08T19:19:50.404Z
19562026-06-08T19:19:50.404Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/297)
19572026-06-08T19:19:50.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-06-08T19:19:50.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-06-08T19:19:50.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-06-08T19:19:50.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-06-08T19:19:50.874Z
19622026-06-08T19:19:50.874Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/297)
19632026-06-08T19:19:51.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-06-08T19:19:51.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-06-08T19:19:51.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-06-08T19:19:51.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19672026-06-08T19:19:51.342Z
19682026-06-08T19:19:51.342Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/297)
19692026-06-08T19:19:51.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-06-08T19:19:51.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-06-08T19:19:51.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-06-08T19:19:51.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-06-08T19:19:51.810Z
19742026-06-08T19:19:51.810Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/297)
19752026-06-08T19:19:52.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-06-08T19:19:52.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-06-08T19:19:52.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-06-08T19:19:52.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-06-08T19:19:52.277Z
19802026-06-08T19:19:52.277Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/297)
19812026-06-08T19:19:52.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-06-08T19:19:52.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-06-08T19:19:52.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-06-08T19:19:52.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-06-08T19:19:52.744Z
19862026-06-08T19:19:52.744Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/297)
19872026-06-08T19:19:53.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-06-08T19:19:53.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-06-08T19:19:53.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-06-08T19:19:53.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19912026-06-08T19:19:53.213Z
19922026-06-08T19:19:53.213Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/297)
19932026-06-08T19:19:53.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-06-08T19:19:53.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-06-08T19:19:53.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-06-08T19:19:53.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19972026-06-08T19:19:53.686Z
19982026-06-08T19:19:53.686Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/297)
19992026-06-08T19:19:54.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-06-08T19:19:54.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-06-08T19:19:54.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-06-08T19:19:54.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20032026-06-08T19:19:54.157Z
20042026-06-08T19:19:54.157Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/297)
20052026-06-08T19:19:54.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-06-08T19:19:54.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-06-08T19:19:54.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-06-08T19:19:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-06-08T19:19:54.626Z
20102026-06-08T19:19:54.626Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/297)
20112026-06-08T19:19:55.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-06-08T19:19:55.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-06-08T19:19:55.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-06-08T19:19:55.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20152026-06-08T19:19:55.095Z
20162026-06-08T19:19:55.095Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/297)
20172026-06-08T19:19:55.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-06-08T19:19:55.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-06-08T19:19:55.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-06-08T19:19:55.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20212026-06-08T19:19:55.556Z
20222026-06-08T19:19:55.556Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/297)
20232026-06-08T19:19:55.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-06-08T19:19:55.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-06-08T19:19:55.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-06-08T19:19:55.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20272026-06-08T19:19:56.022Z
20282026-06-08T19:19:56.022Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/297)
20292026-06-08T19:19:56.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-06-08T19:19:56.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-06-08T19:19:56.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-06-08T19:19:56.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-06-08T19:19:56.491Z
20342026-06-08T19:19:56.491Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/297)
20352026-06-08T19:19:56.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-06-08T19:19:56.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-06-08T19:19:56.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-06-08T19:19:56.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20392026-06-08T19:19:56.959Z
20402026-06-08T19:19:56.959Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/297)
20412026-06-08T19:19:57.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-06-08T19:19:57.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-06-08T19:19:57.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-06-08T19:19:57.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20452026-06-08T19:19:57.422Z
20462026-06-08T19:19:57.422Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/297)
20472026-06-08T19:19:57.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-06-08T19:19:57.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-06-08T19:19:57.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-06-08T19:19:57.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-06-08T19:19:57.889Z
20522026-06-08T19:19:57.889Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/297)
20532026-06-08T19:19:58.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-06-08T19:19:58.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-06-08T19:19:58.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-06-08T19:19:58.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-06-08T19:19:58.359Z
20582026-06-08T19:19:58.361Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/297)
20592026-06-08T19:19:58.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-06-08T19:19:58.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-06-08T19:19:58.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-06-08T19:19:58.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-06-08T19:19:58.823Z
20642026-06-08T19:19:58.823Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/297)
20652026-06-08T19:19:59.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-06-08T19:19:59.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-06-08T19:19:59.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-06-08T19:19:59.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-06-08T19:19:59.286Z
20702026-06-08T19:19:59.286Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/297)
20712026-06-08T19:19:59.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-06-08T19:19:59.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-06-08T19:19:59.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-06-08T19:19:59.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-06-08T19:19:59.756Z
20762026-06-08T19:19:59.756Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/297)
20772026-06-08T19:20:00.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-06-08T19:20:00.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-06-08T19:20:00.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-06-08T19:20:00.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20812026-06-08T19:20:00.225Z
20822026-06-08T19:20:00.225Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/297)
20832026-06-08T19:20:00.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-06-08T19:20:00.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-06-08T19:20:00.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-06-08T19:20:00.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20872026-06-08T19:20:00.858Z
20882026-06-08T19:20:00.858Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/297)
20892026-06-08T19:20:01.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-06-08T19:20:01.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-06-08T19:20:01.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-06-08T19:20:01.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20932026-06-08T19:20:01.493Z
20942026-06-08T19:20:01.493Zinfo: running `cargo check --bins` on nexus-config (51/297)
20952026-06-08T19:20:02.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-06-08T19:20:02.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-06-08T19:20:02.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-06-08T19:20:02.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20992026-06-08T19:20:02.125Z
21002026-06-08T19:20:02.125Zinfo: running `cargo check --bins` on nexus-types (52/297)
21012026-06-08T19:20:02.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-06-08T19:20:02.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-06-08T19:20:02.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-06-08T19:20:02.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21052026-06-08T19:20:02.754Z
21062026-06-08T19:20:02.754Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/297)
21072026-06-08T19:20:03.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-06-08T19:20:03.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-06-08T19:20:03.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-06-08T19:20:03.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21112026-06-08T19:20:03.349Z
21122026-06-08T19:20:03.349Zinfo: running `cargo check --bins` on omicron-passwords (54/297)
21132026-06-08T19:20:03.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-06-08T19:20:03.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-06-08T19:20:03.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-06-08T19:20:03.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21172026-06-08T19:20:03.929Z
21182026-06-08T19:20:03.929Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/297)
21192026-06-08T19:20:04.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-06-08T19:20:04.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-06-08T19:20:04.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-06-08T19:20:04.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21232026-06-08T19:20:04.527Z
21242026-06-08T19:20:04.527Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/297)
21252026-06-08T19:20:05.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-06-08T19:20:05.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-06-08T19:20:05.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-06-08T19:20:05.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21292026-06-08T19:20:05.129Z
21302026-06-08T19:20:05.130Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/297)
21312026-06-08T19:20:05.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-06-08T19:20:05.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-06-08T19:20:05.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-06-08T19:20:05.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21352026-06-08T19:20:05.731Z
21362026-06-08T19:20:05.731Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/297)
21372026-06-08T19:20:06.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-06-08T19:20:06.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-06-08T19:20:06.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-06-08T19:20:06.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21412026-06-08T19:20:06.331Z
21422026-06-08T19:20:06.331Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/297)
21432026-06-08T19:20:06.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-06-08T19:20:06.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-06-08T19:20:06.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-06-08T19:20:06.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21472026-06-08T19:20:06.915Z
21482026-06-08T19:20:06.915Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/297)
21492026-06-08T19:20:07.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-06-08T19:20:07.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-06-08T19:20:07.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-06-08T19:20:07.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532026-06-08T19:20:07.496Z
21542026-06-08T19:20:07.496Zinfo: running `cargo check --bins --no-default-features` on gfss (61/297)
21552026-06-08T19:20:07.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-06-08T19:20:07.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-06-08T19:20:07.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-06-08T19:20:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21592026-06-08T19:20:08.071Z
21602026-06-08T19:20:08.071Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/297)
21612026-06-08T19:20:08.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-06-08T19:20:08.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-06-08T19:20:08.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-06-08T19:20:08.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21652026-06-08T19:20:08.647Z
21662026-06-08T19:20:08.647Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/297)
21672026-06-08T19:20:09.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-06-08T19:20:09.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-06-08T19:20:09.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-06-08T19:20:09.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21712026-06-08T19:20:09.245Z
21722026-06-08T19:20:09.245Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/297)
21732026-06-08T19:20:09.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-06-08T19:20:09.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-06-08T19:20:09.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-06-08T19:20:09.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21772026-06-08T19:20:09.845Z
21782026-06-08T19:20:09.845Zinfo: running `cargo check --bins` on cockroach-admin-types (65/297)
21792026-06-08T19:20:10.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-06-08T19:20:10.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-06-08T19:20:10.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-06-08T19:20:10.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21832026-06-08T19:20:10.436Z
21842026-06-08T19:20:10.436Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/297)
21852026-06-08T19:20:10.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-06-08T19:20:10.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-06-08T19:20:10.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-06-08T19:20:10.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-06-08T19:20:11.023Z
21902026-06-08T19:20:11.023Zinfo: running `cargo check --bins` on ereport-types (67/297)
21912026-06-08T19:20:11.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-06-08T19:20:11.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-06-08T19:20:11.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-06-08T19:20:11.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21952026-06-08T19:20:11.624Z
21962026-06-08T19:20:11.624Zinfo: running `cargo check --bins` on gateway-client (68/297)
21972026-06-08T19:20:12.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-06-08T19:20:12.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-06-08T19:20:12.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-06-08T19:20:12.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22012026-06-08T19:20:12.223Z
22022026-06-08T19:20:12.223Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/297)
22032026-06-08T19:20:12.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-06-08T19:20:12.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-06-08T19:20:12.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-06-08T19:20:12.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22072026-06-08T19:20:12.814Z
22082026-06-08T19:20:12.814Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/297)
22092026-06-08T19:20:13.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-06-08T19:20:13.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-06-08T19:20:13.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-06-08T19:20:13.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22132026-06-08T19:20:13.405Z
22142026-06-08T19:20:13.406Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/297)
22152026-06-08T19:20:13.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-06-08T19:20:13.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-06-08T19:20:13.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-06-08T19:20:13.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22192026-06-08T19:20:13.998Z
22202026-06-08T19:20:13.998Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/297)
22212026-06-08T19:20:14.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-06-08T19:20:14.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-06-08T19:20:14.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-06-08T19:20:14.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22252026-06-08T19:20:14.594Z
22262026-06-08T19:20:14.594Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/297)
22272026-06-08T19:20:15.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-06-08T19:20:15.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-06-08T19:20:15.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-06-08T19:20:15.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22312026-06-08T19:20:15.211Z
22322026-06-08T19:20:15.211Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/297)
22332026-06-08T19:20:15.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-06-08T19:20:15.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-06-08T19:20:15.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-06-08T19:20:15.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22372026-06-08T19:20:15.832Z
22382026-06-08T19:20:15.832Zinfo: running `cargo check --bins` on key-manager-types (75/297)
22392026-06-08T19:20:16.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-06-08T19:20:16.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-06-08T19:20:16.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-06-08T19:20:16.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22432026-06-08T19:20:16.425Z
22442026-06-08T19:20:16.426Zinfo: running `cargo check --bins` on oxlog (76/297)
22452026-06-08T19:20:16.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-06-08T19:20:16.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-06-08T19:20:17.045Z Checking cfg-if v1.0.4
22482026-06-08T19:20:17.048Z Checking libc v0.2.185
22492026-06-08T19:20:17.048Z Checking serde_core v1.0.228
22502026-06-08T19:20:17.166Z Checking zeroize v1.8.2
22512026-06-08T19:20:17.173Z Checking memchr v2.8.0
22522026-06-08T19:20:17.181Z Checking log v0.4.29
22532026-06-08T19:20:17.191Z Checking smallvec v1.15.1
22542026-06-08T19:20:17.202Z Checking typenum v1.19.0
22552026-06-08T19:20:17.202Z Checking subtle v2.6.1
22562026-06-08T19:20:17.303Z Checking itoa v1.0.17
22572026-06-08T19:20:17.336Z Checking scopeguard v1.2.0
22582026-06-08T19:20:17.356Z Checking stable_deref_trait v1.2.1
22592026-06-08T19:20:17.368Z Checking const-oid v0.9.6
22602026-06-08T19:20:17.428Z Checking zerofrom v0.1.6
22612026-06-08T19:20:17.440Z Checking lock_api v0.4.14
22622026-06-08T19:20:17.452Z Checking pin-project-lite v0.2.17
22632026-06-08T19:20:17.534Z Checking portable-atomic v1.13.1
22642026-06-08T19:20:17.547Z Checking yoke v0.8.1
22652026-06-08T19:20:17.547Z Checking futures-core v0.3.32
22662026-06-08T19:20:17.561Z Checking getrandom v0.2.17
22672026-06-08T19:20:17.630Z Checking errno v0.3.14
22682026-06-08T19:20:17.697Z Checking parking_lot_core v0.9.12
22692026-06-08T19:20:17.719Z Checking generic-array v0.14.7
22702026-06-08T19:20:17.731Z Checking rand_core v0.6.4
22712026-06-08T19:20:17.743Z Checking signal-hook-registry v1.4.8
22722026-06-08T19:20:17.768Z Checking zerovec v0.11.5
22732026-06-08T19:20:17.877Z Checking critical-section v1.2.0
22742026-06-08T19:20:17.896Z Checking parking_lot v0.12.5
22752026-06-08T19:20:17.898Z Checking mio v1.2.0
22762026-06-08T19:20:17.923Z Checking zerocopy v0.8.40
22772026-06-08T19:20:17.972Z Checking once_cell v1.21.3
22782026-06-08T19:20:18.048Z Checking zmij v1.0.21
22792026-06-08T19:20:18.077Z Checking socket2 v0.6.3
22802026-06-08T19:20:18.141Z Checking libm v0.2.16
22812026-06-08T19:20:18.152Z Checking crypto-common v0.1.7
22822026-06-08T19:20:18.179Z Checking block-buffer v0.10.4
22832026-06-08T19:20:18.193Z Checking tinystr v0.8.2
22842026-06-08T19:20:18.251Z Checking litemap v0.8.1
22852026-06-08T19:20:18.268Z Checking writeable v0.6.2
22862026-06-08T19:20:18.315Z Checking digest v0.10.7
22872026-06-08T19:20:18.315Z Checking percent-encoding v2.3.2
22882026-06-08T19:20:18.368Z Checking equivalent v1.0.2
22892026-06-08T19:20:18.421Z Checking icu_locale_core v2.1.1
22902026-06-08T19:20:18.424Z Checking potential_utf v0.1.4
22912026-06-08T19:20:18.446Z Checking zerotrie v0.2.3
22922026-06-08T19:20:18.460Z Checking futures-sink v0.3.32
22932026-06-08T19:20:18.509Z Checking futures-io v0.3.32
22942026-06-08T19:20:18.553Z Checking futures-channel v0.3.32
22952026-06-08T19:20:18.556Z Checking icu_collections v2.1.1
22962026-06-08T19:20:18.618Z Checking futures-task v0.3.32
22972026-06-08T19:20:18.629Z Checking serde v1.0.228
22982026-06-08T19:20:18.686Z Checking bitflags v2.11.0
22992026-06-08T19:20:18.749Z Checking serde_json v1.0.149
23002026-06-08T19:20:18.761Z Checking slab v0.4.12
23012026-06-08T19:20:18.831Z Checking num-traits v0.2.19
23022026-06-08T19:20:18.849Z Checking cpufeatures v0.2.17
23032026-06-08T19:20:18.861Z Checking hmac v0.12.1
23042026-06-08T19:20:18.913Z Checking futures-util v0.3.32
23052026-06-08T19:20:18.925Z Checking icu_normalizer_data v2.1.1
23062026-06-08T19:20:18.959Z Checking icu_provider v2.1.1
23072026-06-08T19:20:18.988Z Checking icu_properties_data v2.1.2
23082026-06-08T19:20:19.000Z Checking rand_core v0.10.0
23092026-06-08T19:20:19.035Z Checking bytes v1.11.1
23102026-06-08T19:20:19.113Z Checking hashbrown v0.17.0
23112026-06-08T19:20:19.134Z Checking getrandom v0.4.1
23122026-06-08T19:20:19.192Z Checking icu_properties v2.1.2
23132026-06-08T19:20:19.275Z Checking icu_normalizer v2.1.1
23142026-06-08T19:20:19.363Z Checking block-padding v0.3.3
23152026-06-08T19:20:19.424Z Checking utf8_iter v1.0.4
23162026-06-08T19:20:19.474Z Checking tokio v1.52.1
23172026-06-08T19:20:19.492Z Checking inout v0.1.4
23182026-06-08T19:20:19.545Z Checking sha2 v0.10.9
23192026-06-08T19:20:19.568Z Checking indexmap v2.14.0
23202026-06-08T19:20:19.580Z Checking form_urlencoded v1.2.2
23212026-06-08T19:20:19.625Z Checking cipher v0.4.4
23222026-06-08T19:20:19.701Z Checking getrandom v0.3.4
23232026-06-08T19:20:19.811Z Checking base64ct v1.8.3
23242026-06-08T19:20:19.829Z Checking byteorder v1.5.0
23252026-06-08T19:20:19.841Z Checking fnv v1.0.7
23262026-06-08T19:20:19.933Z Checking flagset v0.4.7
23272026-06-08T19:20:19.995Z Checking idna_adapter v1.2.1
23282026-06-08T19:20:20.029Z Checking rand_core v0.9.5
23292026-06-08T19:20:20.041Z Checking pem-rfc7468 v0.7.0
23302026-06-08T19:20:20.053Z Checking http v1.4.0
23312026-06-08T19:20:20.111Z Checking idna v1.1.0
23322026-06-08T19:20:20.124Z Checking regex-syntax v0.8.10
23332026-06-08T19:20:20.190Z Checking der v0.7.10
23342026-06-08T19:20:20.204Z Checking salsa20 v0.10.2
23352026-06-08T19:20:20.334Z Checking uuid v1.23.0
23362026-06-08T19:20:20.351Z Checking url v2.5.8
23372026-06-08T19:20:20.608Z Checking pbkdf2 v0.12.2
23382026-06-08T19:20:20.640Z Checking rustix v1.1.3
23392026-06-08T19:20:20.691Z Checking ppv-lite86 v0.2.21
23402026-06-08T19:20:20.715Z Checking tracing-core v0.1.36
23412026-06-08T19:20:20.778Z Checking rustls-pki-types v1.14.0
23422026-06-08T19:20:20.807Z Checking base64 v0.22.1
23432026-06-08T19:20:20.918Z Checking spki v0.7.3
23442026-06-08T19:20:20.983Z Checking iana-time-zone v0.1.65
23452026-06-08T19:20:21.018Z Checking tracing v0.1.44
23462026-06-08T19:20:21.037Z Checking rand_chacha v0.9.0
23472026-06-08T19:20:21.060Z Checking scrypt v0.11.0
23482026-06-08T19:20:21.081Z Checking http-body v1.0.1
23492026-06-08T19:20:21.081Z Checking chrono v0.4.44
23502026-06-08T19:20:21.196Z Checking aes v0.8.4
23512026-06-08T19:20:21.214Z Checking cbc v0.1.2
23522026-06-08T19:20:21.223Z Checking aws-lc-sys v0.40.0
23532026-06-08T19:20:21.235Z Checking untrusted v0.9.0
23542026-06-08T19:20:21.335Z Checking tinyvec_macros v0.1.1
23552026-06-08T19:20:21.348Z Checking untrusted v0.7.1
23562026-06-08T19:20:21.399Z Checking openssl-probe v0.2.1
23572026-06-08T19:20:21.416Z Checking tinyvec v1.10.0
23582026-06-08T19:20:21.456Z Checking ring v0.17.14
23592026-06-08T19:20:21.477Z Checking rand v0.9.2
23602026-06-08T19:20:21.503Z Checking tower-service v0.3.3
23612026-06-08T19:20:21.580Z Checking pkcs5 v0.7.1
23622026-06-08T19:20:21.593Z Checking tower-layer v0.3.3
23632026-06-08T19:20:21.720Z Checking atomic-waker v1.1.2
23642026-06-08T19:20:21.723Z Checking aws-lc-rs v1.16.3
23652026-06-08T19:20:21.743Z Checking try-lock v0.2.5
23662026-06-08T19:20:21.818Z Checking ipnet v2.11.0
23672026-06-08T19:20:21.831Z Checking pkcs8 v0.10.2
23682026-06-08T19:20:21.845Z Checking want v0.3.1
23692026-06-08T19:20:21.940Z Checking httparse v1.10.1
23702026-06-08T19:20:21.940Z Checking aho-corasick v1.1.4
23712026-06-08T19:20:21.965Z Checking pin-utils v0.1.0
23722026-06-08T19:20:21.997Z Checking plain v0.2.3
23732026-06-08T19:20:22.029Z Checking httpdate v1.0.3
23742026-06-08T19:20:22.063Z Checking utf8parse v0.2.2
23752026-06-08T19:20:22.097Z Checking fastrand v2.3.0
23762026-06-08T19:20:22.148Z Checking dyn-clone v1.0.20
23772026-06-08T19:20:22.162Z Checking foreign-types-shared v0.1.1
23782026-06-08T19:20:22.179Z Checking unicode-normalization v0.1.25
23792026-06-08T19:20:22.245Z Checking foreign-types v0.3.2
23802026-06-08T19:20:22.255Z Checking semver v1.0.28
23812026-06-08T19:20:22.269Z Checking tempfile v3.25.0
23822026-06-08T19:20:22.308Z Checking openssl-sys v0.9.115
23832026-06-08T19:20:22.447Z Checking spin v0.9.8
23842026-06-08T19:20:22.461Z Checking ucd-trie v0.1.7
23852026-06-08T19:20:22.467Z Checking anstyle v1.0.14
23862026-06-08T19:20:22.568Z Checking rustls-webpki v0.103.9
23872026-06-08T19:20:22.582Z Checking unicode-ident v1.0.24
23882026-06-08T19:20:22.598Z Checking pest v2.8.6
23892026-06-08T19:20:22.627Z Checking schemars v0.8.22
23902026-06-08T19:20:22.631Z Checking regex-automata v0.4.14
23912026-06-08T19:20:22.654Z Checking rustls-native-certs v0.8.3
23922026-06-08T19:20:22.682Z Checking proc-macro2 v1.0.106
23932026-06-08T19:20:22.693Z Checking openssl v0.10.79
23942026-06-08T19:20:22.706Z Checking tokio-util v0.7.18
23952026-06-08T19:20:22.777Z Checking thiserror v2.0.18
23962026-06-08T19:20:22.876Z Checking sync_wrapper v1.0.2
23972026-06-08T19:20:22.976Z Checking wait-timeout v0.2.1
23982026-06-08T19:20:22.990Z Checking rustls v0.23.37
23992026-06-08T19:20:23.004Z Checking anstyle-query v1.1.5
24002026-06-08T19:20:23.092Z Checking siphasher v1.0.2
24012026-06-08T19:20:23.092Z Checking powerfmt v0.2.0
24022026-06-08T19:20:23.245Z Checking quick-error v1.2.3
24032026-06-08T19:20:23.249Z Checking pretty-hex v0.4.1
24042026-06-08T19:20:23.268Z Checking is_terminal_polyfill v1.70.2
24052026-06-08T19:20:23.306Z Checking h2 v0.4.13
24062026-06-08T19:20:23.343Z Checking bit-vec v0.8.0
24072026-06-08T19:20:23.355Z Checking colorchoice v1.0.4
24082026-06-08T19:20:23.368Z Checking simd-adler32 v0.3.8
24092026-06-08T19:20:23.450Z Checking rusty-fork v0.3.1
24102026-06-08T19:20:23.531Z Checking deranged v0.5.8
24112026-06-08T19:20:23.541Z Checking bit-set v0.8.0
24122026-06-08T19:20:23.620Z Checking quote v1.0.45
24132026-06-08T19:20:23.644Z Checking tower v0.5.3
24142026-06-08T19:20:23.681Z Compiling newtype-uuid v1.3.2
24152026-06-08T19:20:23.788Z Checking http-body-util v0.1.3
24162026-06-08T19:20:23.860Z Checking webpki-roots v1.0.6
24172026-06-08T19:20:23.975Z Checking crossbeam-utils v0.8.21
24182026-06-08T19:20:24.025Z Checking rand_xorshift v0.4.0
24192026-06-08T19:20:24.038Z Checking crc32fast v1.5.0
24202026-06-08T19:20:24.143Z Checking scroll v0.13.0
24212026-06-08T19:20:24.173Z Checking signature v2.2.0
24222026-06-08T19:20:24.303Z Checking unarray v0.1.4
24232026-06-08T19:20:24.303Z Checking unicode-properties v0.1.4
24242026-06-08T19:20:24.380Z Checking adler2 v2.0.1
24252026-06-08T19:20:24.413Z Checking allocator-api2 v0.2.21
24262026-06-08T19:20:24.467Z Checking num-conv v0.2.0
24272026-06-08T19:20:24.467Z Checking unicode-bidi v0.3.18
24282026-06-08T19:20:24.486Z Checking time-core v0.1.8
24292026-06-08T19:20:24.500Z Checking num_threads v0.1.7
24302026-06-08T19:20:24.576Z Checking ryu v1.0.23
24312026-06-08T19:20:24.589Z Checking iri-string v0.7.10
24322026-06-08T19:20:24.623Z Checking time v0.3.47
24332026-06-08T19:20:24.697Z Checking miniz_oxide v0.8.9
24342026-06-08T19:20:24.710Z Checking serde_urlencoded v0.7.1
24352026-06-08T19:20:24.722Z Checking native-tls v0.2.18
24362026-06-08T19:20:24.762Z Checking stringprep v0.1.5
24372026-06-08T19:20:24.895Z Checking tokio-native-tls v0.3.1
24382026-06-08T19:20:24.908Z Checking bstr v1.12.1
24392026-06-08T19:20:24.911Z Checking proptest v1.11.0
24402026-06-08T19:20:25.044Z Checking goblin v0.10.5
24412026-06-08T19:20:25.058Z Checking crossbeam-epoch v0.9.18
24422026-06-08T19:20:25.283Z Compiling daft v0.1.7
24432026-06-08T19:20:25.296Z Checking syn v2.0.117
24442026-06-08T19:20:25.354Z Checking tokio-rustls v0.26.4
24452026-06-08T19:20:25.547Z Checking ipnetwork v0.21.1
24462026-06-08T19:20:25.582Z Checking anstyle-parse v1.0.0
24472026-06-08T19:20:25.597Z Checking tower-http v0.6.8
24482026-06-08T19:20:25.731Z Checking rand_chacha v0.3.1
24492026-06-08T19:20:25.734Z Checking thiserror v1.0.69
24502026-06-08T19:20:25.756Z Checking scroll v0.12.0
24512026-06-08T19:20:25.839Z Checking zstd-sys v2.0.16+zstd.1.5.7
24522026-06-08T19:20:25.873Z Checking hash32 v0.2.1
24532026-06-08T19:20:25.937Z Checking num-integer v0.1.46
24542026-06-08T19:20:25.949Z Checking toml_datetime v0.6.11
24552026-06-08T19:20:25.976Z Checking serde_spanned v0.6.9
24562026-06-08T19:20:26.018Z Checking hyper v1.8.1
24572026-06-08T19:20:26.030Z Checking md-5 v0.10.6
24582026-06-08T19:20:26.096Z Checking ff v0.13.1
24592026-06-08T19:20:26.120Z Checking encoding_rs v0.8.35
24602026-06-08T19:20:26.156Z Checking mime v0.3.17
24612026-06-08T19:20:26.170Z Checking fallible-iterator v0.2.0
24622026-06-08T19:20:26.221Z Checking base16ct v0.2.0
24632026-06-08T19:20:26.324Z Checking zlib-rs v0.6.2
24642026-06-08T19:20:26.342Z Checking psl-types v2.0.11
24652026-06-08T19:20:26.435Z Checking postgres-protocol v0.6.10
24662026-06-08T19:20:26.456Z Checking publicsuffix v2.3.0
24672026-06-08T19:20:26.613Z Checking sec1 v0.7.3
24682026-06-08T19:20:26.738Z Checking group v0.13.0
24692026-06-08T19:20:26.816Z Checking num-iter v0.1.45
24702026-06-08T19:20:26.832Z Checking heapless v0.7.17
24712026-06-08T19:20:26.881Z Checking goblin v0.8.2
24722026-06-08T19:20:26.908Z Checking hyper-util v0.1.20
24732026-06-08T19:20:26.925Z Checking zstd-safe v7.2.4
24742026-06-08T19:20:27.046Z Checking rand v0.8.6
24752026-06-08T19:20:27.084Z Checking oxnet v0.1.5
24762026-06-08T19:20:27.188Z Checking flate2 v1.1.9
24772026-06-08T19:20:27.238Z Checking cookie v0.18.1
24782026-06-08T19:20:27.317Z Checking anstream v1.0.0
24792026-06-08T19:20:27.353Z Checking dof v0.4.0
24802026-06-08T19:20:27.461Z Compiling iddqd v0.4.2
24812026-06-08T19:20:27.476Z Checking dtrace-parser v0.3.0
24822026-06-08T19:20:27.513Z Checking phf_shared v0.13.1
24832026-06-08T19:20:27.534Z Checking lazy_static v1.5.0
24842026-06-08T19:20:27.546Z Checking anstyle-parse v0.2.7
24852026-06-08T19:20:27.622Z Checking zerocopy v0.7.35
24862026-06-08T19:20:27.689Z Checking pin-project v1.1.11
24872026-06-08T19:20:27.710Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-08T19:20:27.713Z Checking signal-hook v0.3.18
24892026-06-08T19:20:27.780Z Checking terminal_size v0.4.3
24902026-06-08T19:20:27.802Z Checking futures-executor v0.3.32
24912026-06-08T19:20:27.894Z Checking hex v0.4.3
24922026-06-08T19:20:27.894Z Checking hkdf v0.12.4
24932026-06-08T19:20:27.949Z Checking crypto-bigint v0.5.5
24942026-06-08T19:20:27.980Z Checking thread-id v5.1.0
24952026-06-08T19:20:28.057Z Compiling rayon-core v1.13.0
24962026-06-08T19:20:28.062Z Checking foldhash v0.2.0
24972026-06-08T19:20:28.112Z Checking managed v0.8.0
24982026-06-08T19:20:28.116Z Checking bumpalo v3.20.2
24992026-06-08T19:20:28.147Z Checking hyper-rustls v0.27.7
25002026-06-08T19:20:28.222Z Checking hyper-tls v0.6.0
25012026-06-08T19:20:28.227Z Checking winnow v0.5.40
25022026-06-08T19:20:28.293Z Checking either v1.15.0
25032026-06-08T19:20:28.315Z Checking same-file v1.0.6
25042026-06-08T19:20:28.358Z Checking winnow v0.7.14
25052026-06-08T19:20:28.370Z Checking bitflags v1.3.2
25062026-06-08T19:20:28.428Z Checking libbz2-rs-sys v0.2.2
25072026-06-08T19:20:28.439Z Checking strsim v0.11.1
25082026-06-08T19:20:28.475Z Checking clap_lex v1.0.0
25092026-06-08T19:20:28.598Z Checking foldhash v0.1.5
25102026-06-08T19:20:28.625Z Checking clap_builder v4.6.0
25112026-06-08T19:20:28.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25122026-06-08T19:20:28.732Z Checking hashbrown v0.15.5
25132026-06-08T19:20:28.752Z Checking dof v0.3.0
25142026-06-08T19:20:28.817Z Checking bzip2 v0.6.1
25152026-06-08T19:20:28.857Z Checking elliptic-curve v0.13.8
25162026-06-08T19:20:28.904Z Checking smoltcp v0.9.1
25172026-06-08T19:20:28.994Z Checking walkdir v2.5.0
25182026-06-08T19:20:29.048Z Checking reqwest v0.12.28
25192026-06-08T19:20:29.147Z Checking zopfli v0.8.3
25202026-06-08T19:20:29.149Z Checking hashbrown v0.16.1
25212026-06-08T19:20:29.226Z Checking usdt-impl v0.6.0
25222026-06-08T19:20:29.366Z Checking toml_edit v0.19.15
25232026-06-08T19:20:29.480Z Checking futures v0.3.32
25242026-06-08T19:20:29.493Z Checking signal-hook-mio v0.2.5
25252026-06-08T19:20:29.509Z Checking bzip2 v0.4.4
25262026-06-08T19:20:29.557Z Checking snafu v0.8.9
25272026-06-08T19:20:29.570Z Checking phf v0.13.1
25282026-06-08T19:20:29.586Z Checking anstream v0.6.21
25292026-06-08T19:20:29.659Z Checking num-bigint-dig v0.8.6
25302026-06-08T19:20:29.671Z Checking cookie_store v0.22.1
25312026-06-08T19:20:29.783Z Checking zstd v0.13.3
25322026-06-08T19:20:29.794Z Checking postgres-types v0.2.12
25332026-06-08T19:20:29.857Z Checking dtrace-parser v0.2.0
25342026-06-08T19:20:29.905Z Checking rustls-platform-verifier v0.6.2
25352026-06-08T19:20:29.945Z Checking globset v0.4.18
25362026-06-08T19:20:29.968Z Checking crossbeam-deque v0.8.6
25372026-06-08T19:20:29.998Z Checking regex v1.12.3
25382026-06-08T19:20:30.040Z Checking ed25519 v2.2.3
25392026-06-08T19:20:30.084Z Checking phf_shared v0.11.3
25402026-06-08T19:20:30.097Z Checking olpc-cjson v0.1.4
25412026-06-08T19:20:30.139Z Checking ref-cast v1.0.25
25422026-06-08T19:20:30.202Z Checking curve25519-dalek v4.1.3
25432026-06-08T19:20:30.219Z Checking strum v0.27.2
25442026-06-08T19:20:30.222Z Checking hubpack v0.1.2
25452026-06-08T19:20:30.222Z Checking memoffset v0.9.1
25462026-06-08T19:20:30.253Z Checking rustix v0.38.44
25472026-06-08T19:20:30.273Z Checking pkcs1 v0.7.5
25482026-06-08T19:20:30.307Z Checking pem v3.0.6
25492026-06-08T19:20:30.347Z Checking float-cmp v0.10.0
25502026-06-08T19:20:30.382Z Checking serde-big-array v0.5.1
25512026-06-08T19:20:30.398Z Checking erased-serde v0.3.31
25522026-06-08T19:20:30.459Z Checking serde_plain v1.0.2
25532026-06-08T19:20:30.471Z Checking rfc6979 v0.4.0
25542026-06-08T19:20:30.474Z Checking thread-id v4.2.2
25552026-06-08T19:20:30.495Z Checking memmap2 v0.9.10
25562026-06-08T19:20:30.509Z Checking env_filter v1.0.0
25572026-06-08T19:20:30.555Z Checking fixedbitset v0.5.7
25582026-06-08T19:20:30.581Z Checking keccak v0.1.6
25592026-06-08T19:20:30.597Z Checking difflib v0.4.0
25602026-06-08T19:20:30.647Z Checking fixedbitset v0.4.2
25612026-06-08T19:20:30.647Z Checking predicates-core v1.0.10
25622026-06-08T19:20:30.740Z Checking whoami v2.1.0
25632026-06-08T19:20:30.743Z Checking typed-path v0.9.3
25642026-06-08T19:20:30.773Z Checking unicode-segmentation v1.12.0
25652026-06-08T19:20:30.776Z Checking precomputed-hash v0.1.1
25662026-06-08T19:20:30.776Z Checking jiff v0.2.21
25672026-06-08T19:20:30.807Z Checking static_assertions v1.1.0
25682026-06-08T19:20:30.854Z Checking normalize-line-endings v0.3.0
25692026-06-08T19:20:30.875Z Checking data-encoding v2.10.0
25702026-06-08T19:20:30.928Z Checking new_debug_unreachable v1.0.6
25712026-06-08T19:20:30.943Z Checking toml_write v0.1.2
25722026-06-08T19:20:30.967Z Checking ed25519-dalek v2.2.0
25732026-06-08T19:20:30.995Z Checking string_cache v0.8.9
25742026-06-08T19:20:31.058Z Checking crossterm v0.28.1
25752026-06-08T19:20:31.096Z Checking similar v2.7.0
25762026-06-08T19:20:31.108Z Checking toml_edit v0.22.27
25772026-06-08T19:20:31.141Z Checking hickory-proto v0.25.2
25782026-06-08T19:20:31.157Z Checking predicates v3.1.4
25792026-06-08T19:20:31.197Z Checking tokio-postgres v0.7.16
25802026-06-08T19:20:31.447Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25812026-06-08T19:20:31.479Z Checking petgraph v0.6.5
25822026-06-08T19:20:31.514Z Checking tough v0.22.0
25832026-06-08T19:20:31.749Z Checking slog v2.8.2
25842026-06-08T19:20:32.023Z Checking petgraph v0.8.3
25852026-06-08T19:20:32.178Z Checking sha3 v0.10.8
25862026-06-08T19:20:32.383Z Checking env_logger v0.11.9
25872026-06-08T19:20:32.419Z Checking usdt v0.6.0
25882026-06-08T19:20:32.568Z Checking ecdsa v0.16.9
25892026-06-08T19:20:32.585Z Checking usdt-impl v0.5.0
25902026-06-08T19:20:32.723Z Checking rsa v0.9.10
25912026-06-08T19:20:32.861Z Checking toml v0.7.8
25922026-06-08T19:20:32.903Z Checking nix v0.31.2
25932026-06-08T19:20:33.006Z Checking zip v4.6.1
25942026-06-08T19:20:33.513Z Checking reqwest v0.13.2
25952026-06-08T19:20:33.526Z Checking clap v4.6.1
25962026-06-08T19:20:33.570Z Checking zip v0.6.6
25972026-06-08T19:20:33.582Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-08T19:20:33.619Z Checking itertools v0.13.0
25992026-06-08T19:20:33.706Z Checking serde_with v3.17.0
26002026-06-08T19:20:33.891Z Checking strum v0.26.3
26012026-06-08T19:20:33.904Z Checking fs-err v3.3.0
26022026-06-08T19:20:33.908Z Checking ahash v0.8.12
26032026-06-08T19:20:33.945Z Checking object v0.37.3
26042026-06-08T19:20:34.018Z Checking tokio-stream v0.1.18
26052026-06-08T19:20:34.090Z Checking buf-list v1.1.2
26062026-06-08T19:20:34.119Z Checking camino v1.2.2
26072026-06-08T19:20:34.208Z Checking anyhow v1.0.102
26082026-06-08T19:20:34.272Z Checking x509-cert v0.2.5
26092026-06-08T19:20:34.367Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-06-08T19:20:34.380Z Checking openapiv3 v2.2.0
26112026-06-08T19:20:34.407Z Checking sha1 v0.10.6
26122026-06-08T19:20:34.410Z Checking peg-runtime v0.8.5
26132026-06-08T19:20:34.558Z Checking lalrpop-util v0.19.12
26142026-06-08T19:20:34.570Z Checking rayon v1.11.0
26152026-06-08T19:20:34.624Z Checking sigpipe v0.1.3
26162026-06-08T19:20:34.672Z Checking glob v0.3.3
26172026-06-08T19:20:36.136Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-08T19:20:36.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.98s
26192026-06-08T19:20:36.582Z
26202026-06-08T19:20:36.582Zinfo: running `cargo check --bins` on internal-dns-types (77/297)
26212026-06-08T19:20:37.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-08T19:20:37.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-08T19:20:37.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-08T19:20:37.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26252026-06-08T19:20:37.173Z
26262026-06-08T19:20:37.173Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/297)
26272026-06-08T19:20:37.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-08T19:20:37.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-08T19:20:37.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-08T19:20:37.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-06-08T19:20:37.768Z
26322026-06-08T19:20:37.768Zinfo: running `cargo check --bins` on nexus-types-versions (79/297)
26332026-06-08T19:20:38.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-08T19:20:38.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-08T19:20:38.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-08T19:20:38.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-06-08T19:20:38.377Z
26382026-06-08T19:20:38.377Zinfo: running `cargo check --bins` on oxql-types (80/297)
26392026-06-08T19:20:38.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-08T19:20:38.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-08T19:20:38.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-08T19:20:38.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-06-08T19:20:38.966Z
26442026-06-08T19:20:38.966Zinfo: running `cargo check --bins` on oximeter-types (81/297)
26452026-06-08T19:20:39.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-08T19:20:39.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-08T19:20:39.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-08T19:20:39.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-06-08T19:20:39.559Z
26502026-06-08T19:20:39.559Zinfo: running `cargo check --bins` on oximeter-types-versions (82/297)
26512026-06-08T19:20:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-08T19:20:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-08T19:20:40.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-08T19:20:40.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-06-08T19:20:40.150Z
26562026-06-08T19:20:40.150Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/297)
26572026-06-08T19:20:40.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-08T19:20:40.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-08T19:20:40.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-08T19:20:40.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26612026-06-08T19:20:40.731Z
26622026-06-08T19:20:40.731Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/297)
26632026-06-08T19:20:41.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-08T19:20:41.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-08T19:20:41.424Z Compiling structmeta-derive v0.3.0
26662026-06-08T19:20:41.542Z Compiling rustls v0.22.4
26672026-06-08T19:20:41.552Z Compiling multer v3.1.0
26682026-06-08T19:20:41.562Z Compiling async-stream-impl v0.3.6
26692026-06-08T19:20:41.565Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-08T19:20:41.584Z Compiling dropshot v0.17.0
26712026-06-08T19:20:41.599Z Compiling newtype-uuid-macros v0.1.0
26722026-06-08T19:20:41.599Z Compiling dropshot_endpoint v0.17.0
26732026-06-08T19:20:41.715Z Checking newtype-uuid v1.3.2
26742026-06-08T19:20:41.779Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-08T19:20:41.839Z Checking rustls-webpki v0.102.8
26762026-06-08T19:20:41.913Z Checking daft v0.1.7
26772026-06-08T19:20:41.945Z Checking thread_local v1.1.9
26782026-06-08T19:20:42.106Z Checking match_cfg v0.1.0
26792026-06-08T19:20:42.136Z Checking compression-core v0.4.31
26802026-06-08T19:20:42.150Z Checking iddqd v0.4.2
26812026-06-08T19:20:42.171Z Checking hostname v0.3.1
26822026-06-08T19:20:42.212Z Checking crossbeam-channel v0.5.15
26832026-06-08T19:20:42.258Z Checking compression-codecs v0.4.37
26842026-06-08T19:20:42.272Z Checking slog-json v2.6.1
26852026-06-08T19:20:42.352Z Checking serde_spanned v1.0.4
26862026-06-08T19:20:42.420Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-06-08T19:20:42.423Z Checking is-terminal v0.4.17
26882026-06-08T19:20:42.480Z Checking term v1.2.1
26892026-06-08T19:20:42.520Z Checking toml_writer v1.0.6+spec-1.1.0
26902026-06-08T19:20:42.542Z Checking debug-ignore v1.0.5
26912026-06-08T19:20:42.583Z Compiling structmeta v0.3.0
26922026-06-08T19:20:42.619Z Checking take_mut v0.2.2
26932026-06-08T19:20:42.639Z Checking slog-bunyan v2.5.0
26942026-06-08T19:20:42.696Z Checking slog-term v2.9.2
26952026-06-08T19:20:42.699Z Checking toml v1.0.6+spec-1.1.0
26962026-06-08T19:20:42.721Z Checking slog-async v2.8.0
26972026-06-08T19:20:42.749Z Checking async-compression v0.4.41
26982026-06-08T19:20:42.793Z Compiling derive-ex v0.1.8
26992026-06-08T19:20:42.888Z Compiling parse-display-derive v0.10.0
27002026-06-08T19:20:42.962Z Checking async-stream v0.3.6
27012026-06-08T19:20:42.989Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-06-08T19:20:43.058Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27032026-06-08T19:20:43.082Z Checking progenitor-client v0.14.0
27042026-06-08T19:20:43.095Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-06-08T19:20:43.235Z Checking waitgroup v0.1.2
27062026-06-08T19:20:43.280Z Checking backon v1.6.0
27072026-06-08T19:20:43.312Z Checking rustls-pemfile v2.2.0
27082026-06-08T19:20:43.347Z Checking serde_path_to_error v0.1.20
27092026-06-08T19:20:43.358Z Checking hostname v0.4.2
27102026-06-08T19:20:43.443Z Checking instant v0.1.13
27112026-06-08T19:20:43.528Z Checking backoff v0.4.0
27122026-06-08T19:20:43.622Z Checking progenitor-extras v0.2.0
27132026-06-08T19:20:43.638Z Checking tokio-rustls v0.25.0
27142026-06-08T19:20:43.661Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27152026-06-08T19:20:43.714Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27162026-06-08T19:20:43.861Z Checking itertools v0.14.0
27172026-06-08T19:20:43.874Z Checking progenitor-client v0.10.0
27182026-06-08T19:20:44.080Z Checking regress v0.10.5
27192026-06-08T19:20:44.116Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27202026-06-08T19:20:44.331Z Checking macaddr v1.0.1
27212026-06-08T19:20:44.477Z Compiling test-strategy v0.4.5
27222026-06-08T19:20:44.583Z Checking parse-display v0.10.0
27232026-06-08T19:20:44.738Z Checking humantime v2.3.0
27242026-06-08T19:20:45.717Z Compiling prettyplease v0.2.37
27252026-06-08T19:20:45.955Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-08T19:20:46.156Z Checking num-rational v0.4.2
27272026-06-08T19:20:46.323Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-06-08T19:20:46.668Z Checking num-complex v0.4.6
27292026-06-08T19:20:47.306Z Checking num v0.4.3
27302026-06-08T19:20:47.393Z Compiling usdt-macro v0.5.0
27312026-06-08T19:20:47.398Z Compiling usdt-attr-macro v0.5.0
27322026-06-08T19:20:47.418Z Checking memmap v0.7.0
27332026-06-08T19:20:47.452Z Checking float-ord v0.3.2
27342026-06-08T19:20:47.542Z Checking unicode-width v0.2.0
27352026-06-08T19:20:47.557Z Compiling convert_case v0.4.0
27362026-06-08T19:20:47.795Z Checking console v0.15.11
27372026-06-08T19:20:47.928Z Compiling derive_more v0.99.20
27382026-06-08T19:20:48.068Z Checking newline-converter v0.3.0
27392026-06-08T19:20:48.103Z Checking atomicwrites v0.4.4
27402026-06-08T19:20:48.162Z Checking usdt v0.5.0
27412026-06-08T19:20:48.178Z Compiling toml v0.8.23
27422026-06-08T19:20:48.232Z Checking linked-hash-map v0.5.6
27432026-06-08T19:20:48.328Z Compiling minimal-lexical v0.2.1
27442026-06-08T19:20:48.402Z Checking lru-cache v0.1.2
27452026-06-08T19:20:48.523Z Compiling nom v7.1.3
27462026-06-08T19:20:48.583Z Checking expectorate v1.2.0
27472026-06-08T19:20:49.163Z Checking camino-tempfile v1.4.1
27482026-06-08T19:20:49.282Z Checking hickory-proto v0.24.4
27492026-06-08T19:20:49.328Z Checking phf_shared v0.12.1
27502026-06-08T19:20:49.474Z Compiling slog-dtrace v0.3.0
27512026-06-08T19:20:49.524Z Checking resolv-conf v0.7.6
27522026-06-08T19:20:49.670Z Compiling chrono-tz v0.10.4
27532026-06-08T19:20:49.716Z Checking heck v0.5.0
27542026-06-08T19:20:49.845Z Compiling const_format_proc_macros v0.2.34
27552026-06-08T19:20:49.897Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27562026-06-08T19:20:49.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-08T19:20:49.933Z Checking phf v0.12.1
27582026-06-08T19:20:50.078Z Checking tokio-dtrace v0.1.1
27592026-06-08T19:20:50.262Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27602026-06-08T19:20:50.396Z Compiling derive-where v1.6.0
27612026-06-08T19:20:50.512Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27622026-06-08T19:20:50.791Z Checking highway v1.3.0
27632026-06-08T19:20:51.024Z Checking const_format v0.2.35
27642026-06-08T19:20:51.116Z Checking hickory-resolver v0.24.4
27652026-06-08T19:20:51.250Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27662026-06-08T19:20:51.285Z Checking oxide-tokio-rt v0.1.4
27672026-06-08T19:20:51.415Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-06-08T19:20:51.674Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-06-08T19:20:51.718Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-06-08T19:20:51.845Z Checking qorb v0.4.1
27712026-06-08T19:20:51.910Z Checking gethostname v0.5.0
27722026-06-08T19:20:51.963Z Checking bcs v0.1.6
27732026-06-08T19:20:51.999Z Checking termtree v0.5.1
27742026-06-08T19:20:52.015Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27752026-06-08T19:20:55.219Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27762026-06-08T19:20:57.968Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27772026-06-08T19:21:00.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.38s
27782026-06-08T19:21:00.295Z
27792026-06-08T19:21:00.295Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/297)
27802026-06-08T19:21:00.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-06-08T19:21:00.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-06-08T19:21:00.978Z Compiling ar_archive_writer v0.5.1
27832026-06-08T19:21:00.982Z Compiling stacker v0.1.23
27842026-06-08T19:21:01.096Z Compiling cfg_aliases v0.1.1
27852026-06-08T19:21:01.104Z Compiling convert_case v0.10.0
27862026-06-08T19:21:01.106Z Checking unicode-width v0.1.14
27872026-06-08T19:21:01.121Z Compiling proc-macro-error v1.0.4
27882026-06-08T19:21:01.132Z Checking fd-lock v4.0.4
27892026-06-08T19:21:01.136Z Checking nibble_vec v0.1.0
27902026-06-08T19:21:01.155Z Compiling nix v0.28.0
27912026-06-08T19:21:01.242Z Checking vte v0.14.1
27922026-06-08T19:21:01.258Z Compiling recursive-proc-macro-impl v0.1.1
27932026-06-08T19:21:01.342Z Checking bytecount v0.6.9
27942026-06-08T19:21:01.343Z Checking endian-type v0.1.2
27952026-06-08T19:21:01.390Z Checking strip-ansi-escapes v0.2.1
27962026-06-08T19:21:01.403Z Compiling derive_more-impl v2.1.1
27972026-06-08T19:21:01.403Z Compiling tabled_derive v0.7.0
27982026-06-08T19:21:01.439Z Checking papergrid v0.11.0
27992026-06-08T19:21:01.474Z Checking radix_trie v0.2.1
28002026-06-08T19:21:01.488Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-06-08T19:21:01.651Z Compiling peg-macros v0.8.5
28022026-06-08T19:21:01.679Z Checking winnow v0.6.26
28032026-06-08T19:21:01.910Z Compiling psm v0.1.30
28042026-06-08T19:21:01.961Z Compiling sqlparser_derive v0.5.0
28052026-06-08T19:21:02.042Z Checking unicode_categories v0.1.1
28062026-06-08T19:21:02.191Z Checking derive_more v2.1.1
28072026-06-08T19:21:02.197Z Checking home v0.5.12
28082026-06-08T19:21:02.302Z Checking nu-ansi-term v0.50.3
28092026-06-08T19:21:02.339Z Checking crossterm v0.29.0
28102026-06-08T19:21:02.361Z Checking tabled v0.15.0
28112026-06-08T19:21:02.431Z Checking rustyline v14.0.0
28122026-06-08T19:21:02.509Z Checking reedline v0.40.0
28132026-06-08T19:21:02.679Z Checking recursive v0.1.1
28142026-06-08T19:21:02.726Z Checking display-error-chain v0.2.2
28152026-06-08T19:21:02.773Z Checking sqlparser v0.61.0
28162026-06-08T19:21:02.808Z Checking sqlformat v0.3.5
28172026-06-08T19:21:02.992Z Checking peg v0.8.5
28182026-06-08T19:21:13.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28192026-06-08T19:21:14.127Z
28202026-06-08T19:21:14.128Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/297)
28212026-06-08T19:21:14.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-06-08T19:21:14.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-06-08T19:21:14.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28242026-06-08T19:21:18.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28252026-06-08T19:21:18.428Z
28262026-06-08T19:21:18.428Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/297)
28272026-06-08T19:21:18.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-06-08T19:21:18.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-06-08T19:21:19.118Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28302026-06-08T19:21:21.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
28312026-06-08T19:21:21.744Z
28322026-06-08T19:21:21.744Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/297)
28332026-06-08T19:21:22.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-06-08T19:21:22.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-06-08T19:21:22.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-06-08T19:21:25.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28372026-06-08T19:21:25.845Z
28382026-06-08T19:21:25.845Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/297)
28392026-06-08T19:21:26.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-06-08T19:21:26.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-06-08T19:21:26.533Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-06-08T19:21:29.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28432026-06-08T19:21:29.972Z
28442026-06-08T19:21:29.972Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/297)
28452026-06-08T19:21:30.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-06-08T19:21:30.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-06-08T19:21:30.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-06-08T19:21:33.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28492026-06-08T19:21:33.410Z
28502026-06-08T19:21:33.410Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/297)
28512026-06-08T19:21:33.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-06-08T19:21:33.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-06-08T19:21:34.106Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-06-08T19:21:36.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
28552026-06-08T19:21:36.934Z
28562026-06-08T19:21:36.934Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/297)
28572026-06-08T19:21:37.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-06-08T19:21:37.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-06-08T19:21:37.631Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-06-08T19:21:41.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28612026-06-08T19:21:41.224Z
28622026-06-08T19:21:41.225Zinfo: running `cargo check --bins` on oximeter (93/297)
28632026-06-08T19:21:41.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-06-08T19:21:41.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-06-08T19:21:41.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-06-08T19:21:41.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28672026-06-08T19:21:41.842Z
28682026-06-08T19:21:41.842Zinfo: running `cargo check --bins` on oximeter-schema (94/297)
28692026-06-08T19:21:42.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-06-08T19:21:42.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-06-08T19:21:42.494Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-06-08T19:21:42.658Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-06-08T19:21:42.661Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28742026-06-08T19:21:42.995Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28752026-06-08T19:21:45.872Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28762026-06-08T19:21:47.071Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28772026-06-08T19:21:47.278Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28782026-06-08T19:21:47.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.09s
28792026-06-08T19:21:48.124Z
28802026-06-08T19:21:48.124Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/297)
28812026-06-08T19:21:48.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-06-08T19:21:48.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-06-08T19:21:48.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-06-08T19:21:48.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28852026-06-08T19:21:48.720Z
28862026-06-08T19:21:48.720Zinfo: running `cargo check --bins` on oximeter-test-utils (96/297)
28872026-06-08T19:21:49.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-06-08T19:21:49.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-06-08T19:21:49.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-06-08T19:21:49.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28912026-06-08T19:21:49.363Z
28922026-06-08T19:21:49.363Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/297)
28932026-06-08T19:21:49.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-06-08T19:21:49.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-06-08T19:21:49.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-06-08T19:21:49.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-06-08T19:21:49.973Z
28982026-06-08T19:21:49.973Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/297)
28992026-06-08T19:21:50.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-06-08T19:21:50.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-06-08T19:21:50.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-06-08T19:21:50.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29032026-06-08T19:21:50.581Z
29042026-06-08T19:21:50.581Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/297)
29052026-06-08T19:21:51.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-06-08T19:21:51.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-06-08T19:21:51.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-06-08T19:21:51.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-06-08T19:21:51.186Z
29102026-06-08T19:21:51.186Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/297)
29112026-06-08T19:21:51.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-06-08T19:21:51.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-06-08T19:21:51.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-06-08T19:21:51.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-06-08T19:21:51.792Z
29162026-06-08T19:21:51.792Zinfo: running `cargo check --bins` on trust-quorum-types (101/297)
29172026-06-08T19:21:52.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-06-08T19:21:52.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-06-08T19:21:52.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-06-08T19:21:52.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29212026-06-08T19:21:52.379Z
29222026-06-08T19:21:52.379Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/297)
29232026-06-08T19:21:52.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-06-08T19:21:52.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-06-08T19:21:52.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-06-08T19:21:52.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-06-08T19:21:52.983Z
29282026-06-08T19:21:52.983Zinfo: running `cargo check --bins` on update-engine (103/297)
29292026-06-08T19:21:53.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-06-08T19:21:53.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-06-08T19:21:53.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-06-08T19:21:53.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29332026-06-08T19:21:53.567Z
29342026-06-08T19:21:53.567Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/297)
29352026-06-08T19:21:54.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-06-08T19:21:54.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-06-08T19:21:54.282Z Compiling crucible-workspace-hack v0.1.0
29382026-06-08T19:21:54.400Z Checking secrecy v0.10.3
29392026-06-08T19:21:54.408Z Compiling toml_datetime v0.7.5+spec-1.1.0
29402026-06-08T19:21:54.408Z Compiling heapless v0.8.0
29412026-06-08T19:21:54.421Z Compiling ingot-macros v0.1.1
29422026-06-08T19:21:54.431Z Checking hash32 v0.3.1
29432026-06-08T19:21:54.442Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-08T19:21:54.445Z Compiling smoltcp v0.11.0
29452026-06-08T19:21:54.501Z Checking cobs v0.3.0
29462026-06-08T19:21:54.548Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-08T19:21:54.629Z Compiling thiserror-impl-no-std v2.0.2
29482026-06-08T19:21:54.643Z Checking universal-hash v0.5.1
29492026-06-08T19:21:54.656Z Checking half v2.7.1
29502026-06-08T19:21:54.736Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-08T19:21:54.761Z Checking ciborium-io v0.2.2
29522026-06-08T19:21:54.793Z Checking opaque-debug v0.3.1
29532026-06-08T19:21:54.849Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29542026-06-08T19:21:54.862Z Checking poly1305 v0.8.0
29552026-06-08T19:21:54.932Z Checking postcard v1.1.3
29562026-06-08T19:21:54.966Z Checking ciborium-ll v0.2.2
29572026-06-08T19:21:55.120Z Compiling proc-macro-crate v3.4.0
29582026-06-08T19:21:55.138Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29592026-06-08T19:21:55.216Z Checking password-hash v0.5.0
29602026-06-08T19:21:55.249Z Checking chacha20 v0.9.1
29612026-06-08T19:21:55.407Z Compiling proc-macro-crate v1.3.1
29622026-06-08T19:21:55.451Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29632026-06-08T19:21:55.465Z Checking blake2 v0.10.6
29642026-06-08T19:21:55.589Z Checking aead v0.5.2
29652026-06-08T19:21:55.671Z Compiling num_enum_derive v0.7.6
29662026-06-08T19:21:55.684Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29672026-06-08T19:21:55.697Z Compiling foreign-types-macros v0.2.3
29682026-06-08T19:21:55.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-08T19:21:55.805Z Checking thiserror-no-std v2.0.2
29702026-06-08T19:21:55.819Z Checking foreign-types-shared v0.3.1
29712026-06-08T19:21:55.886Z Checking cpufeatures v0.3.0
29722026-06-08T19:21:55.900Z Checking vsss-rs v3.3.4
29732026-06-08T19:21:55.912Z Compiling num_enum_derive v0.5.11
29742026-06-08T19:21:55.959Z Checking chacha20 v0.10.0
29752026-06-08T19:21:55.973Z Checking chacha20poly1305 v0.10.1
29762026-06-08T19:21:56.098Z Checking argon2 v0.5.3
29772026-06-08T19:21:56.171Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29782026-06-08T19:21:56.281Z Checking foreign-types v0.5.0
29792026-06-08T19:21:56.361Z Checking ciborium v0.2.2
29802026-06-08T19:21:56.523Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29812026-06-08T19:21:56.548Z Checking tabwriter v1.4.1
29822026-06-08T19:21:56.691Z Checking byte-wrapper v0.1.0
29832026-06-08T19:21:56.706Z Checking num_enum v0.7.6
29842026-06-08T19:21:56.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29852026-06-08T19:21:56.802Z Checking cstr-argument v0.1.2
29862026-06-08T19:21:56.818Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29872026-06-08T19:21:56.897Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29882026-06-08T19:21:56.925Z Checking num_enum v0.5.11
29892026-06-08T19:21:56.928Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-06-08T19:21:56.993Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29912026-06-08T19:21:57.035Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29922026-06-08T19:21:57.100Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-08T19:21:57.114Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-06-08T19:21:57.195Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-06-08T19:21:57.214Z Checking ingot-types v0.1.2
29962026-06-08T19:21:57.254Z Checking rand v0.10.0
29972026-06-08T19:21:57.269Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-06-08T19:21:57.298Z Checking indent_write v2.2.0
29992026-06-08T19:21:57.313Z Checking colored v3.1.1
30002026-06-08T19:21:57.429Z Compiling zone_cfg_derive v0.3.1
30012026-06-08T19:21:57.521Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30022026-06-08T19:21:57.571Z Checking ingot v0.1.1
30032026-06-08T19:21:57.586Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30042026-06-08T19:21:57.609Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-08T19:21:57.648Z Checking itertools v0.12.1
30062026-06-08T19:21:57.689Z Compiling num-derive v0.4.2
30072026-06-08T19:21:57.707Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-08T19:21:57.752Z Checking swrite v0.1.0
30092026-06-08T19:21:57.844Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-08T19:21:57.906Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30112026-06-08T19:21:58.063Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-08T19:21:58.074Z Checking dropshot-api-manager-types v0.7.2
30132026-06-08T19:21:58.090Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-08T19:21:58.156Z Checking smf v0.2.3
30152026-06-08T19:21:58.171Z Checking nanorand v0.7.0
30162026-06-08T19:21:58.237Z Checking whoami v1.6.1
30172026-06-08T19:21:58.367Z Checking flume v0.11.1
30182026-06-08T19:21:58.385Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30192026-06-08T19:21:58.599Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30202026-06-08T19:21:58.636Z Checking zone v0.3.1
30212026-06-08T19:21:59.155Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-08T19:22:00.132Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-08T19:22:01.014Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30242026-06-08T19:22:04.221Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30252026-06-08T19:22:06.278Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30262026-06-08T19:22:07.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.81s
30272026-06-08T19:22:07.577Z
30282026-06-08T19:22:07.577Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/297)
30292026-06-08T19:22:08.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-06-08T19:22:08.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-06-08T19:22:08.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30322026-06-08T19:22:08.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30332026-06-08T19:22:08.168Z
30342026-06-08T19:22:08.170Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/297)
30352026-06-08T19:22:08.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-06-08T19:22:08.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-06-08T19:22:08.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-06-08T19:22:08.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30392026-06-08T19:22:08.766Z
30402026-06-08T19:22:08.766Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/297)
30412026-06-08T19:22:09.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-06-08T19:22:09.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-06-08T19:22:09.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-06-08T19:22:09.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30452026-06-08T19:22:09.377Z
30462026-06-08T19:22:09.377Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/297)
30472026-06-08T19:22:10.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-06-08T19:22:10.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-06-08T19:22:10.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-06-08T19:22:10.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-06-08T19:22:10.898Z
30522026-06-08T19:22:10.898Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/297)
30532026-06-08T19:22:10.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-06-08T19:22:10.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-06-08T19:22:10.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-06-08T19:22:10.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30572026-06-08T19:22:10.899Z
30582026-06-08T19:22:10.899Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/297)
30592026-06-08T19:22:11.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-06-08T19:22:11.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-06-08T19:22:11.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-06-08T19:22:11.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30632026-06-08T19:22:11.187Z
30642026-06-08T19:22:11.188Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/297)
30652026-06-08T19:22:11.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-06-08T19:22:11.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-06-08T19:22:11.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-06-08T19:22:11.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-06-08T19:22:11.793Z
30702026-06-08T19:22:11.793Zinfo: running `cargo check --bins` on cockroach-admin-client (112/297)
30712026-06-08T19:22:12.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-06-08T19:22:12.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-06-08T19:22:12.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-06-08T19:22:12.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30752026-06-08T19:22:12.378Z
30762026-06-08T19:22:12.379Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/297)
30772026-06-08T19:22:12.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-06-08T19:22:12.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-06-08T19:22:12.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-06-08T19:22:12.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30812026-06-08T19:22:12.982Z
30822026-06-08T19:22:12.982Zinfo: running `cargo check --bins` on dns-service-client (114/297)
30832026-06-08T19:22:13.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-06-08T19:22:13.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-06-08T19:22:13.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-06-08T19:22:13.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-06-08T19:22:13.588Z
30882026-06-08T19:22:13.588Zinfo: running `cargo check --bins` on installinator-client (115/297)
30892026-06-08T19:22:14.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-06-08T19:22:14.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-06-08T19:22:14.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-06-08T19:22:14.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30932026-06-08T19:22:14.198Z
30942026-06-08T19:22:14.198Zinfo: running `cargo check --bins` on nexus-client (116/297)
30952026-06-08T19:22:14.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-06-08T19:22:14.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-06-08T19:22:14.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-06-08T19:22:14.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30992026-06-08T19:22:14.843Z
31002026-06-08T19:22:14.843Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/297)
31012026-06-08T19:22:15.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-06-08T19:22:15.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-06-08T19:22:15.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-06-08T19:22:15.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31052026-06-08T19:22:15.491Z
31062026-06-08T19:22:15.491Zinfo: running `cargo check --bins` on ntp-admin-client (118/297)
31072026-06-08T19:22:15.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-06-08T19:22:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-06-08T19:22:15.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-06-08T19:22:16.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31112026-06-08T19:22:16.087Z
31122026-06-08T19:22:16.087Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/297)
31132026-06-08T19:22:16.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-06-08T19:22:16.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-06-08T19:22:16.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-06-08T19:22:16.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31172026-06-08T19:22:16.680Z
31182026-06-08T19:22:16.680Zinfo: running `cargo check --bins` on oxide-client (120/297)
31192026-06-08T19:22:17.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-06-08T19:22:17.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-06-08T19:22:17.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-06-08T19:22:17.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31232026-06-08T19:22:17.275Z
31242026-06-08T19:22:17.275Zinfo: running `cargo check --bins` on oximeter-client (121/297)
31252026-06-08T19:22:17.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-06-08T19:22:17.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-06-08T19:22:17.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-06-08T19:22:17.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31292026-06-08T19:22:17.877Z
31302026-06-08T19:22:17.877Zinfo: running `cargo check --bins` on repo-depot-client (122/297)
31312026-06-08T19:22:18.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-06-08T19:22:18.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-06-08T19:22:18.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-06-08T19:22:18.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31352026-06-08T19:22:18.470Z
31362026-06-08T19:22:18.470Zinfo: running `cargo check --bins` on sled-agent-client (123/297)
31372026-06-08T19:22:18.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-06-08T19:22:18.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-06-08T19:22:18.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-06-08T19:22:18.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31412026-06-08T19:22:19.082Z
31422026-06-08T19:22:19.083Zinfo: running `cargo check --bins` on wicketd-client (124/297)
31432026-06-08T19:22:19.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-06-08T19:22:19.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-06-08T19:22:19.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-06-08T19:22:19.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31472026-06-08T19:22:19.719Z
31482026-06-08T19:22:19.719Zinfo: running `cargo check --bins` on installinator-common (125/297)
31492026-06-08T19:22:20.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-06-08T19:22:20.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-06-08T19:22:20.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-06-08T19:22:20.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-06-08T19:22:20.338Z
31542026-06-08T19:22:20.338Zinfo: running `cargo check --bins` on installinator-common-versions (126/297)
31552026-06-08T19:22:20.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-06-08T19:22:20.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-06-08T19:22:20.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-06-08T19:22:20.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31592026-06-08T19:22:20.935Z
31602026-06-08T19:22:20.935Zinfo: running `cargo check --bins` on wicket-common (127/297)
31612026-06-08T19:22:21.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-06-08T19:22:21.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-06-08T19:22:21.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-06-08T19:22:21.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31652026-06-08T19:22:21.561Z
31662026-06-08T19:22:21.561Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/297)
31672026-06-08T19:22:22.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-06-08T19:22:22.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-06-08T19:22:22.267Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31702026-06-08T19:22:22.383Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31712026-06-08T19:22:22.390Z Checking csv-core v0.1.13
31722026-06-08T19:22:22.398Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31732026-06-08T19:22:22.405Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-08T19:22:22.415Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31752026-06-08T19:22:22.428Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31762026-06-08T19:22:22.439Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-06-08T19:22:22.547Z Checking csv v1.4.0
31782026-06-08T19:22:22.589Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31792026-06-08T19:22:22.592Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31802026-06-08T19:22:22.632Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31812026-06-08T19:22:22.648Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31822026-06-08T19:22:22.886Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31832026-06-08T19:22:23.254Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-08T19:22:23.257Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-06-08T19:22:23.591Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31862026-06-08T19:22:29.508Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31872026-06-08T19:22:30.035Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31882026-06-08T19:22:32.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s
31892026-06-08T19:22:32.566Z
31902026-06-08T19:22:32.566Zinfo: running `cargo check --bins` on cockroach-admin-api (129/297)
31912026-06-08T19:22:33.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-06-08T19:22:33.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-06-08T19:22:33.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-06-08T19:22:33.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-06-08T19:22:33.169Z
31962026-06-08T19:22:33.169Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/297)
31972026-06-08T19:22:33.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-06-08T19:22:33.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-06-08T19:22:33.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-06-08T19:22:33.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32012026-06-08T19:22:33.855Z
32022026-06-08T19:22:33.856Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/297)
32032026-06-08T19:22:34.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-06-08T19:22:34.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-06-08T19:22:34.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-06-08T19:22:34.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32072026-06-08T19:22:34.543Z
32082026-06-08T19:22:34.543Zinfo: running `cargo check --bins` on gateway-test-utils (132/297)
32092026-06-08T19:22:35.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-06-08T19:22:35.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-06-08T19:22:35.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-06-08T19:22:35.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32132026-06-08T19:22:35.191Z
32142026-06-08T19:22:35.191Zinfo: running `cargo check --bins` on omicron-gateway (133/297)
32152026-06-08T19:22:35.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-06-08T19:22:35.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-06-08T19:22:35.959Z Compiling regress v0.11.1
32182026-06-08T19:22:36.102Z Compiling unsafe-libyaml v0.2.11
32192026-06-08T19:22:36.112Z Compiling semver v0.1.20
32202026-06-08T19:22:36.112Z Compiling radium v0.7.0
32212026-06-08T19:22:36.135Z Checking nom v8.0.0
32222026-06-08T19:22:36.135Z Checking tap v1.0.1
32232026-06-08T19:22:36.138Z Compiling maybe-uninit v2.0.0
32242026-06-08T19:22:36.247Z Checking wyz v0.5.1
32252026-06-08T19:22:36.383Z Compiling rustc_version v0.1.7
32262026-06-08T19:22:36.437Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32272026-06-08T19:22:36.470Z Compiling zerocopy-derive v0.6.6
32282026-06-08T19:22:36.564Z Compiling cancel-safe-futures v0.1.5
32292026-06-08T19:22:36.595Z Compiling newtype_derive v0.1.6
32302026-06-08T19:22:36.767Z Compiling serde_yaml v0.9.34+deprecated
32312026-06-08T19:22:36.816Z Checking funty v2.0.0
32322026-06-08T19:22:36.838Z Checking crc-catalog v2.4.0
32332026-06-08T19:22:36.930Z Compiling owo-colors v4.3.0
32342026-06-08T19:22:37.140Z Compiling packed_struct v0.10.1
32352026-06-08T19:22:37.304Z Checking bitvec v1.0.1
32362026-06-08T19:22:37.318Z Checking zerocopy v0.6.6
32372026-06-08T19:22:37.408Z Checking crc v3.4.0
32382026-06-08T19:22:37.529Z Checking typify-impl v0.6.2
32392026-06-08T19:22:37.750Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32402026-06-08T19:22:37.919Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32412026-06-08T19:22:38.054Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32422026-06-08T19:22:38.220Z Compiling packed_struct_codegen v0.10.1
32432026-06-08T19:22:38.259Z Checking libsw-core v0.3.2
32442026-06-08T19:22:38.287Z Compiling bitfield-macros v0.19.4
32452026-06-08T19:22:38.405Z Compiling indexmap v1.9.3
32462026-06-08T19:22:38.604Z Checking nodrop v0.1.14
32472026-06-08T19:22:38.619Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32482026-06-08T19:22:38.674Z Checking libsw v3.5.0
32492026-06-08T19:22:38.689Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-08T19:22:38.702Z Checking array-init v0.0.4
32512026-06-08T19:22:38.828Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-06-08T19:22:39.008Z Checking bitfield v0.19.4
32532026-06-08T19:22:39.023Z Checking smallvec v0.6.14
32542026-06-08T19:22:39.039Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-06-08T19:22:39.287Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32562026-06-08T19:22:39.303Z Checking hashbrown v0.12.3
32572026-06-08T19:22:39.336Z Checking smawk v0.3.2
32582026-06-08T19:22:39.409Z Checking base64 v0.21.7
32592026-06-08T19:22:39.461Z Checking tagptr v0.2.0
32602026-06-08T19:22:39.476Z Checking unicode-linebreak v0.1.5
32612026-06-08T19:22:39.604Z Checking linear-map v1.2.0
32622026-06-08T19:22:39.649Z Checking ron v0.8.1
32632026-06-08T19:22:39.686Z Checking textwrap v0.16.2
32642026-06-08T19:22:39.777Z Checking moka v0.12.13
32652026-06-08T19:22:39.837Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32662026-06-08T19:22:39.900Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32672026-06-08T19:22:40.034Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32682026-06-08T19:22:40.070Z Checking steno v0.4.1
32692026-06-08T19:22:40.165Z Checking serde-hex v0.1.0
32702026-06-08T19:22:40.344Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32712026-06-08T19:22:40.404Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32722026-06-08T19:22:40.565Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32732026-06-08T19:22:40.830Z Checking hashbrown v0.13.2
32742026-06-08T19:22:41.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-06-08T19:22:41.089Z Checking crc-any v2.5.0
32762026-06-08T19:22:41.145Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-08T19:22:41.258Z Checking object v0.30.4
32782026-06-08T19:22:41.271Z Checking hickory-resolver v0.25.2
32792026-06-08T19:22:41.285Z Checking void v1.0.2
32802026-06-08T19:22:41.309Z Checking half v1.8.3
32812026-06-08T19:22:41.378Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32822026-06-08T19:22:41.392Z Checking utf-8 v0.7.6
32832026-06-08T19:22:41.481Z Checking path-slash v0.1.5
32842026-06-08T19:22:41.503Z Checking serde_cbor v0.11.2
32852026-06-08T19:22:41.527Z Checking tungstenite v0.23.0
32862026-06-08T19:22:41.584Z Checking lzss v0.8.2
32872026-06-08T19:22:41.767Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-06-08T19:22:41.781Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-06-08T19:22:41.881Z Checking nix v0.27.1
32902026-06-08T19:22:41.924Z Checking kstat-rs v0.2.4
32912026-06-08T19:22:41.939Z Checking fxhash v0.2.1
32922026-06-08T19:22:41.959Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32932026-06-08T19:22:42.012Z Checking serde_bytes v0.11.19
32942026-06-08T19:22:42.057Z Checking tokio-tungstenite v0.23.1
32952026-06-08T19:22:42.107Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32962026-06-08T19:22:42.148Z Compiling typify-macro v0.6.2
32972026-06-08T19:22:42.186Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32982026-06-08T19:22:42.313Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32992026-06-08T19:22:42.374Z Checking signal-hook-tokio v0.3.1
33002026-06-08T19:22:43.285Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33012026-06-08T19:22:43.332Z Compiling typify v0.6.2
33022026-06-08T19:22:43.409Z Compiling progenitor-impl v0.14.0
33032026-06-08T19:22:44.185Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33042026-06-08T19:22:44.486Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33052026-06-08T19:22:44.864Z Compiling progenitor-macro v0.14.0
33062026-06-08T19:22:47.153Z Checking progenitor v0.14.0
33072026-06-08T19:22:47.275Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33082026-06-08T19:22:47.278Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-08T19:22:49.928Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-08T19:22:57.709Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-08T19:23:04.011Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-08T19:23:05.381Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-08T19:23:05.883Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-08T19:23:07.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.75s
33152026-06-08T19:23:08.145Z
33162026-06-08T19:23:08.145Zinfo: running `cargo check --bins` on gateway-api (134/297)
33172026-06-08T19:23:08.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-08T19:23:08.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-08T19:23:08.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-08T19:23:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-06-08T19:23:08.748Z
33222026-06-08T19:23:08.749Zinfo: running `cargo check --bins` on ipcc (135/297)
33232026-06-08T19:23:09.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-08T19:23:09.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-08T19:23:09.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-08T19:23:09.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33272026-06-08T19:23:09.356Z
33282026-06-08T19:23:09.356Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/297)
33292026-06-08T19:23:09.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-08T19:23:09.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-08T19:23:09.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-08T19:23:09.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33332026-06-08T19:23:09.946Z
33342026-06-08T19:23:09.946Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/297)
33352026-06-08T19:23:10.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-08T19:23:10.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-08T19:23:10.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-08T19:23:10.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33392026-06-08T19:23:10.573Z
33402026-06-08T19:23:10.573Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/297)
33412026-06-08T19:23:11.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-08T19:23:11.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-08T19:23:11.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-08T19:23:11.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-06-08T19:23:11.184Z
33462026-06-08T19:23:11.184Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/297)
33472026-06-08T19:23:11.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-08T19:23:11.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-08T19:23:11.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-08T19:23:11.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-06-08T19:23:11.800Z
33522026-06-08T19:23:11.800Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/297)
33532026-06-08T19:23:12.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-08T19:23:12.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-08T19:23:12.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-08T19:23:12.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-06-08T19:23:12.405Z
33582026-06-08T19:23:12.405Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/297)
33592026-06-08T19:23:12.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-08T19:23:12.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-08T19:23:12.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-08T19:23:12.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-08T19:23:13.032Z
33642026-06-08T19:23:13.032Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/297)
33652026-06-08T19:23:13.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-08T19:23:13.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-08T19:23:13.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-08T19:23:13.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-06-08T19:23:13.638Z
33702026-06-08T19:23:13.639Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/297)
33712026-06-08T19:23:14.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-08T19:23:14.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-08T19:23:14.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-08T19:23:14.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-06-08T19:23:14.251Z
33762026-06-08T19:23:14.251Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/297)
33772026-06-08T19:23:14.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-08T19:23:14.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-08T19:23:14.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-08T19:23:14.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33812026-06-08T19:23:14.866Z
33822026-06-08T19:23:14.866Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/297)
33832026-06-08T19:23:15.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-08T19:23:15.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-08T19:23:15.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-08T19:23:15.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-06-08T19:23:15.474Z
33882026-06-08T19:23:15.474Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/297)
33892026-06-08T19:23:15.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-08T19:23:15.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-08T19:23:15.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-08T19:23:15.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-06-08T19:23:16.085Z
33942026-06-08T19:23:16.085Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/297)
33952026-06-08T19:23:16.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-08T19:23:16.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-08T19:23:16.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-08T19:23:16.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-06-08T19:23:16.696Z
34002026-06-08T19:23:16.696Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/297)
34012026-06-08T19:23:17.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-08T19:23:17.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-08T19:23:17.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-08T19:23:17.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34052026-06-08T19:23:17.319Z
34062026-06-08T19:23:17.319Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/297)
34072026-06-08T19:23:17.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-08T19:23:17.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-08T19:23:17.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-08T19:23:17.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34112026-06-08T19:23:17.948Z
34122026-06-08T19:23:17.948Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/297)
34132026-06-08T19:23:18.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-08T19:23:18.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-08T19:23:18.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-08T19:23:18.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-08T19:23:18.568Z
34182026-06-08T19:23:18.568Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/297)
34192026-06-08T19:23:19.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-08T19:23:19.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-08T19:23:19.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-08T19:23:19.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-06-08T19:23:19.193Z
34242026-06-08T19:23:19.193Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/297)
34252026-06-08T19:23:19.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-08T19:23:19.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-08T19:23:19.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-08T19:23:19.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-06-08T19:23:19.809Z
34302026-06-08T19:23:19.809Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/297)
34312026-06-08T19:23:20.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-08T19:23:20.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-08T19:23:20.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-08T19:23:20.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-08T19:23:20.432Z
34362026-06-08T19:23:20.432Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/297)
34372026-06-08T19:23:20.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-08T19:23:20.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-08T19:23:20.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-08T19:23:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34412026-06-08T19:23:21.055Z
34422026-06-08T19:23:21.055Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/297)
34432026-06-08T19:23:21.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-08T19:23:21.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-08T19:23:21.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-08T19:23:21.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-08T19:23:21.675Z
34482026-06-08T19:23:21.675Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/297)
34492026-06-08T19:23:22.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-08T19:23:22.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-08T19:23:22.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-08T19:23:22.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-08T19:23:22.298Z
34542026-06-08T19:23:22.298Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/297)
34552026-06-08T19:23:22.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-08T19:23:22.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-08T19:23:22.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-08T19:23:22.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-08T19:23:22.924Z
34602026-06-08T19:23:22.926Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/297)
34612026-06-08T19:23:23.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-08T19:23:23.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-08T19:23:23.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-08T19:23:23.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-06-08T19:23:23.529Z
34662026-06-08T19:23:23.529Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/297)
34672026-06-08T19:23:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-08T19:23:24.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-08T19:23:24.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-08T19:23:24.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-06-08T19:23:24.137Z
34722026-06-08T19:23:24.137Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/297)
34732026-06-08T19:23:24.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-08T19:23:24.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-08T19:23:24.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-08T19:23:24.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-06-08T19:23:24.747Z
34782026-06-08T19:23:24.747Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/297)
34792026-06-08T19:23:25.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-08T19:23:25.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-08T19:23:25.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-08T19:23:25.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-06-08T19:23:25.357Z
34842026-06-08T19:23:25.357Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/297)
34852026-06-08T19:23:25.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-08T19:23:25.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-08T19:23:25.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-08T19:23:25.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34892026-06-08T19:23:25.970Z
34902026-06-08T19:23:25.970Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/297)
34912026-06-08T19:23:26.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-08T19:23:26.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-08T19:23:26.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-08T19:23:26.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-06-08T19:23:26.576Z
34962026-06-08T19:23:26.576Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/297)
34972026-06-08T19:23:27.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-08T19:23:27.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-08T19:23:27.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-08T19:23:27.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-06-08T19:23:27.183Z
35022026-06-08T19:23:27.183Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/297)
35032026-06-08T19:23:27.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-08T19:23:27.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-08T19:23:27.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-08T19:23:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-06-08T19:23:27.788Z
35082026-06-08T19:23:27.788Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/297)
35092026-06-08T19:23:28.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-08T19:23:28.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-08T19:23:28.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-08T19:23:28.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-08T19:23:28.411Z
35142026-06-08T19:23:28.411Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/297)
35152026-06-08T19:23:28.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-08T19:23:28.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-08T19:23:28.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-08T19:23:28.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35192026-06-08T19:23:29.036Z
35202026-06-08T19:23:29.036Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/297)
35212026-06-08T19:23:29.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-08T19:23:29.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-08T19:23:29.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-08T19:23:29.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35252026-06-08T19:23:29.665Z
35262026-06-08T19:23:29.665Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/297)
35272026-06-08T19:23:30.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-08T19:23:30.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-08T19:23:30.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-08T19:23:30.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35312026-06-08T19:23:30.301Z
35322026-06-08T19:23:30.301Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/297)
35332026-06-08T19:23:30.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-08T19:23:30.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-08T19:23:30.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-08T19:23:30.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35372026-06-08T19:23:30.934Z
35382026-06-08T19:23:30.934Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/297)
35392026-06-08T19:23:31.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-08T19:23:31.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-08T19:23:31.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-08T19:23:31.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35432026-06-08T19:23:31.559Z
35442026-06-08T19:23:31.559Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/297)
35452026-06-08T19:23:32.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-08T19:23:32.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-08T19:23:32.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-08T19:23:32.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35492026-06-08T19:23:32.182Z
35502026-06-08T19:23:32.182Zinfo: running `cargo check --bins` on oximeter-producer (173/297)
35512026-06-08T19:23:32.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-08T19:23:32.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-08T19:23:32.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-08T19:23:32.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-06-08T19:23:32.825Z
35562026-06-08T19:23:32.825Zinfo: running `cargo check --bins` on internal-dns-resolver (174/297)
35572026-06-08T19:23:33.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-08T19:23:33.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-08T19:23:33.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-08T19:23:33.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-08T19:23:33.427Z
35622026-06-08T19:23:33.427Zinfo: running `cargo check --bins` on dns-server (175/297)
35632026-06-08T19:23:33.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-08T19:23:33.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-08T19:23:34.097Z Compiling parking_lot_core v0.8.6
35662026-06-08T19:23:34.097Z Compiling atomicwrites v0.4.4
35672026-06-08T19:23:34.100Z Compiling git-stub v1.0.0
35682026-06-08T19:23:34.100Z Checking prefix-trie v0.7.0
35692026-06-08T19:23:34.100Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35702026-06-08T19:23:34.336Z Compiling git-stub-vcs v0.1.0
35712026-06-08T19:23:34.502Z Checking hickory-server v0.25.2
35722026-06-08T19:23:34.608Z Checking parking_lot v0.11.2
35732026-06-08T19:23:34.621Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35742026-06-08T19:23:34.697Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-08T19:23:34.697Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-08T19:23:34.776Z Checking sled v0.34.7
35772026-06-08T19:23:36.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
35782026-06-08T19:23:36.847Z
35792026-06-08T19:23:36.847Zinfo: running `cargo check --bins` on dns-server-api (176/297)
35802026-06-08T19:23:37.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-08T19:23:37.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-08T19:23:37.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-08T19:23:37.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-06-08T19:23:37.439Z
35852026-06-08T19:23:37.439Zinfo: running `cargo check --bins` on oximeter-producer-api (177/297)
35862026-06-08T19:23:37.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-08T19:23:37.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-08T19:23:37.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-08T19:23:37.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-06-08T19:23:38.043Z
35912026-06-08T19:23:38.044Zinfo: running `cargo check --bins` on sp-sim (178/297)
35922026-06-08T19:23:38.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-08T19:23:38.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-08T19:23:38.779Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-08T19:23:40.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35962026-06-08T19:23:40.716Z
35972026-06-08T19:23:40.716Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/297)
35982026-06-08T19:23:41.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-08T19:23:41.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-08T19:23:41.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-08T19:23:41.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36022026-06-08T19:23:41.383Z
36032026-06-08T19:23:41.383Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/297)
36042026-06-08T19:23:41.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-08T19:23:41.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-08T19:23:41.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-08T19:23:41.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36082026-06-08T19:23:42.058Z
36092026-06-08T19:23:42.058Zinfo: running `cargo check --bins` on db-macros (181/297)
36102026-06-08T19:23:42.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-08T19:23:42.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-08T19:23:42.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-08T19:23:42.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36142026-06-08T19:23:42.652Z
36152026-06-08T19:23:42.652Zinfo: running `cargo check --bins` on nexus-macros-common (182/297)
36162026-06-08T19:23:43.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-08T19:23:43.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-08T19:23:43.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-08T19:23:43.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36202026-06-08T19:23:43.252Z
36212026-06-08T19:23:43.252Zinfo: running `cargo check --bins` on nexus-auth (183/297)
36222026-06-08T19:23:43.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-08T19:23:43.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-08T19:23:43.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-08T19:23:43.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36262026-06-08T19:23:43.915Z
36272026-06-08T19:23:43.915Zinfo: running `cargo check --bins` on authz-macros (184/297)
36282026-06-08T19:23:44.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-08T19:23:44.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-08T19:23:44.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-08T19:23:44.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-06-08T19:23:44.506Z
36332026-06-08T19:23:44.506Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/297)
36342026-06-08T19:23:45.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-08T19:23:45.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-08T19:23:45.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-08T19:23:45.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36382026-06-08T19:23:45.161Z
36392026-06-08T19:23:45.161Zinfo: running `cargo check --bins` on nexus-db-model (186/297)
36402026-06-08T19:23:45.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-08T19:23:45.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-08T19:23:45.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-08T19:23:45.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36442026-06-08T19:23:45.797Z
36452026-06-08T19:23:45.797Zinfo: running `cargo check --bins` on nexus-db-schema (187/297)
36462026-06-08T19:23:46.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-08T19:23:46.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-08T19:23:46.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-08T19:23:46.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-06-08T19:23:46.389Z
36512026-06-08T19:23:46.389Zinfo: running `cargo check --bins` on omicron-rpaths (188/297)
36522026-06-08T19:23:46.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-08T19:23:46.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-08T19:23:46.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-08T19:23:46.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36562026-06-08T19:23:46.977Z
36572026-06-08T19:23:46.977Zinfo: running `cargo check --bins` on nexus-defaults (189/297)
36582026-06-08T19:23:47.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-08T19:23:47.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-08T19:23:47.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-08T19:23:47.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-08T19:23:47.579Z
36632026-06-08T19:23:47.579Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/297)
36642026-06-08T19:23:48.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-08T19:23:48.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-08T19:23:48.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-08T19:23:48.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-08T19:23:48.164Z
36692026-06-08T19:23:48.164Zinfo: running `cargo check --bins` on parallel-task-set (191/297)
36702026-06-08T19:23:48.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-08T19:23:48.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-08T19:23:48.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-08T19:23:48.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-08T19:23:48.750Z
36752026-06-08T19:23:48.750Zinfo: running `cargo check --bins` on nexus-db-errors (192/297)
36762026-06-08T19:23:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-08T19:23:49.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-08T19:23:49.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-08T19:23:49.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-06-08T19:23:49.395Z
36812026-06-08T19:23:49.395Zinfo: running `cargo check --bins` on nexus-db-lookup (193/297)
36822026-06-08T19:23:49.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-08T19:23:49.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-08T19:23:49.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-08T19:23:49.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-08T19:23:50.049Z
36872026-06-08T19:23:50.049Zinfo: running `cargo check --bins` on nexus-inventory (194/297)
36882026-06-08T19:23:50.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-08T19:23:50.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-08T19:23:50.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-08T19:23:50.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-06-08T19:23:50.693Z
36932026-06-08T19:23:50.693Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/297)
36942026-06-08T19:23:51.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-08T19:23:51.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-08T19:23:51.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-08T19:23:51.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-06-08T19:23:51.323Z
36992026-06-08T19:23:51.323Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/297)
37002026-06-08T19:23:51.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-08T19:23:51.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-08T19:23:51.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-08T19:23:51.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37042026-06-08T19:23:51.949Z
37052026-06-08T19:23:51.950Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/297)
37062026-06-08T19:23:52.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-08T19:23:52.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-08T19:23:52.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-08T19:23:52.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-08T19:23:52.567Z
37112026-06-08T19:23:52.567Zinfo: running `cargo check --bins` on key-manager (198/297)
37122026-06-08T19:23:53.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-08T19:23:53.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-08T19:23:53.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-08T19:23:53.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37162026-06-08T19:23:53.171Z
37172026-06-08T19:23:53.171Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/297)
37182026-06-08T19:23:53.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-08T19:23:53.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-08T19:23:53.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-08T19:23:53.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-08T19:23:53.792Z
37232026-06-08T19:23:53.792Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/297)
37242026-06-08T19:23:54.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-08T19:23:54.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-08T19:23:54.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-08T19:23:54.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37282026-06-08T19:23:54.412Z
37292026-06-08T19:23:54.412Zinfo: running `cargo check --bins` on typed-rng (201/297)
37302026-06-08T19:23:54.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-08T19:23:54.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-08T19:23:54.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-08T19:23:54.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-08T19:23:54.997Z
37352026-06-08T19:23:54.997Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/297)
37362026-06-08T19:23:55.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-08T19:23:55.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-08T19:23:55.859Z Compiling libefi-sys v0.1.0
37392026-06-08T19:23:55.862Z Compiling bitfield-struct v0.6.2
37402026-06-08T19:23:56.007Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-08T19:23:56.031Z Compiling xshell-macros v0.2.7
37422026-06-08T19:23:56.034Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-08T19:23:56.037Z Compiling typify-impl v0.4.3
37442026-06-08T19:23:56.037Z Compiling salty v0.3.0
37452026-06-08T19:23:56.037Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-08T19:23:56.141Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-08T19:23:56.230Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-08T19:23:56.360Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-06-08T19:23:56.394Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37502026-06-08T19:23:56.432Z Checking xshell v0.2.7
37512026-06-08T19:23:56.594Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-08T19:23:56.611Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37532026-06-08T19:23:56.625Z Checking primeorder v0.13.6
37542026-06-08T19:23:56.640Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37552026-06-08T19:23:56.750Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-08T19:23:56.767Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-08T19:23:56.844Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37582026-06-08T19:23:56.860Z Checking p384 v0.13.1
37592026-06-08T19:23:56.975Z Checking tungstenite v0.21.0
37602026-06-08T19:23:57.028Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-06-08T19:23:57.075Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-08T19:23:57.139Z Compiling proc-macro-error2 v2.0.1
37632026-06-08T19:23:57.452Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37642026-06-08T19:23:57.596Z Compiling tabled_derive v0.11.0
37652026-06-08T19:23:57.674Z Checking tokio-tungstenite v0.21.0
37662026-06-08T19:23:57.827Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37672026-06-08T19:23:57.927Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37682026-06-08T19:23:57.951Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37692026-06-08T19:23:58.222Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37702026-06-08T19:23:58.326Z Checking papergrid v0.17.0
37712026-06-08T19:23:58.527Z Checking libscf-sys v1.2.0
37722026-06-08T19:23:58.631Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-08T19:23:58.663Z Checking testing_table v0.3.0
37742026-06-08T19:23:58.738Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37752026-06-08T19:23:58.755Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37762026-06-08T19:23:58.770Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37772026-06-08T19:23:58.993Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-06-08T19:23:59.104Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37792026-06-08T19:23:59.147Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37802026-06-08T19:23:59.191Z Checking corncobs v0.1.4
37812026-06-08T19:23:59.209Z Compiling unicase v2.9.0
37822026-06-08T19:23:59.283Z Compiling illumos-nvpair-sys v0.2.0
37832026-06-08T19:23:59.319Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-08T19:23:59.390Z Checking tabled v0.20.0
37852026-06-08T19:23:59.416Z Compiling mime_guess v2.0.5
37862026-06-08T19:23:59.514Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37872026-06-08T19:23:59.566Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-08T19:23:59.582Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37892026-06-08T19:23:59.680Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37902026-06-08T19:23:59.724Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
37912026-06-08T19:23:59.821Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37922026-06-08T19:23:59.912Z Checking progenitor-client v0.11.2
37932026-06-08T19:23:59.951Z Checking secrecy v0.8.0
37942026-06-08T19:24:00.076Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37952026-06-08T19:24:00.283Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-08T19:24:00.431Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37972026-06-08T19:24:00.456Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37982026-06-08T19:24:00.544Z Compiling typify-macro v0.4.3
37992026-06-08T19:24:00.562Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38002026-06-08T19:24:00.565Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38012026-06-08T19:24:00.717Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38022026-06-08T19:24:00.733Z Checking filetime v0.2.27
38032026-06-08T19:24:00.887Z Checking xattr v1.6.1
38042026-06-08T19:24:01.008Z Checking http-range v0.1.5
38052026-06-08T19:24:01.024Z Checking crc8 v0.1.1
38062026-06-08T19:24:01.123Z Checking tar v0.4.45
38072026-06-08T19:24:01.140Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38082026-06-08T19:24:01.332Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38092026-06-08T19:24:01.379Z Checking illumos-nvpair v0.3.0
38102026-06-08T19:24:01.511Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-08T19:24:01.536Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-08T19:24:01.580Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38132026-06-08T19:24:01.907Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38142026-06-08T19:24:01.926Z Checking atty v0.2.14
38152026-06-08T19:24:02.004Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-06-08T19:24:02.026Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38172026-06-08T19:24:02.148Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38182026-06-08T19:24:02.243Z Compiling typify v0.4.3
38192026-06-08T19:24:02.359Z Compiling progenitor-impl v0.11.2
38202026-06-08T19:24:02.489Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38212026-06-08T19:24:02.676Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-06-08T19:24:02.693Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38232026-06-08T19:24:02.828Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38242026-06-08T19:24:02.919Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38252026-06-08T19:24:02.999Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38262026-06-08T19:24:03.207Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38272026-06-08T19:24:03.223Z Checking hyper-staticfile v0.10.1
38282026-06-08T19:24:03.344Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38292026-06-08T19:24:03.515Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38302026-06-08T19:24:03.601Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-08T19:24:03.640Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38322026-06-08T19:24:03.805Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38332026-06-08T19:24:03.872Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-08T19:24:04.047Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38352026-06-08T19:24:04.143Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-06-08T19:24:04.222Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38372026-06-08T19:24:04.336Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38382026-06-08T19:24:04.809Z Compiling progenitor-macro v0.11.2
38392026-06-08T19:24:07.217Z Checking progenitor v0.11.2
38402026-06-08T19:24:07.346Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38412026-06-08T19:24:07.535Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38422026-06-08T19:24:11.984Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38432026-06-08T19:24:22.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.94s
38442026-06-08T19:24:23.155Z
38452026-06-08T19:24:23.155Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/297)
38462026-06-08T19:24:23.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-06-08T19:24:23.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-06-08T19:24:23.934Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38492026-06-08T19:24:34.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38502026-06-08T19:24:34.754Z
38512026-06-08T19:24:34.754Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/297)
38522026-06-08T19:24:35.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-06-08T19:24:35.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-06-08T19:24:35.533Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38552026-06-08T19:24:46.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38562026-06-08T19:24:46.309Z
38572026-06-08T19:24:46.309Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/297)
38582026-06-08T19:24:46.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-06-08T19:24:46.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-06-08T19:24:47.095Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38612026-06-08T19:24:57.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38622026-06-08T19:24:57.877Z
38632026-06-08T19:24:57.877Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/297)
38642026-06-08T19:24:58.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-06-08T19:24:58.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-06-08T19:24:58.661Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38672026-06-08T19:25:09.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38682026-06-08T19:25:09.477Z
38692026-06-08T19:25:09.477Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/297)
38702026-06-08T19:25:10.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-06-08T19:25:10.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-06-08T19:25:10.263Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38732026-06-08T19:25:20.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38742026-06-08T19:25:21.101Z
38752026-06-08T19:25:21.101Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/297)
38762026-06-08T19:25:21.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-06-08T19:25:21.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-06-08T19:25:21.894Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-06-08T19:25:32.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38802026-06-08T19:25:32.735Z
38812026-06-08T19:25:32.735Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/297)
38822026-06-08T19:25:33.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-06-08T19:25:33.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-06-08T19:25:33.521Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38852026-06-08T19:25:44.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
38862026-06-08T19:25:44.307Z
38872026-06-08T19:25:44.307Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/297)
38882026-06-08T19:25:44.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-06-08T19:25:44.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-06-08T19:25:44.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-06-08T19:25:44.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38922026-06-08T19:25:44.916Z
38932026-06-08T19:25:44.916Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/297)
38942026-06-08T19:25:45.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-06-08T19:25:45.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-06-08T19:25:45.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-06-08T19:25:45.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38982026-06-08T19:25:45.533Z
38992026-06-08T19:25:45.533Zinfo: running `cargo check --bins` on range-requests (212/297)
39002026-06-08T19:25:46.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-06-08T19:25:46.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-06-08T19:25:46.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39032026-06-08T19:25:46.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39042026-06-08T19:25:46.137Z
39052026-06-08T19:25:46.137Zinfo: running `cargo check --bins` on repo-depot-api (213/297)
39062026-06-08T19:25:46.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-06-08T19:25:46.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-06-08T19:25:46.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-06-08T19:25:46.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39102026-06-08T19:25:46.738Z
39112026-06-08T19:25:46.738Zinfo: running `cargo check --bins` on sled-agent-api (214/297)
39122026-06-08T19:25:47.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-06-08T19:25:47.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-06-08T19:25:47.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39152026-06-08T19:25:47.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39162026-06-08T19:25:47.361Z
39172026-06-08T19:25:47.361Zinfo: running `cargo check --bins` on sled-diagnostics (215/297)
39182026-06-08T19:25:47.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-06-08T19:25:47.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-06-08T19:25:47.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39212026-06-08T19:25:47.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39222026-06-08T19:25:47.983Z
39232026-06-08T19:25:47.983Zinfo: running `cargo check --bins` on zfs-test-harness (216/297)
39242026-06-08T19:25:48.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-06-08T19:25:48.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-06-08T19:25:48.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-06-08T19:25:48.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39282026-06-08T19:25:48.612Z
39292026-06-08T19:25:48.612Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/297)
39302026-06-08T19:25:49.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-06-08T19:25:49.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-06-08T19:25:49.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-06-08T19:25:49.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39342026-06-08T19:25:49.245Z
39352026-06-08T19:25:49.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/297)
39362026-06-08T19:25:49.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-06-08T19:25:49.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-06-08T19:25:49.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-06-08T19:25:49.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39402026-06-08T19:25:49.878Z
39412026-06-08T19:25:49.878Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/297)
39422026-06-08T19:25:50.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-06-08T19:25:50.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-06-08T19:25:50.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-06-08T19:25:50.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39462026-06-08T19:25:50.509Z
39472026-06-08T19:25:50.509Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/297)
39482026-06-08T19:25:51.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-06-08T19:25:51.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-06-08T19:25:51.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-06-08T19:25:51.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39522026-06-08T19:25:51.136Z
39532026-06-08T19:25:51.136Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/297)
39542026-06-08T19:25:51.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-06-08T19:25:51.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-06-08T19:25:51.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-06-08T19:25:51.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39582026-06-08T19:25:51.766Z
39592026-06-08T19:25:51.766Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/297)
39602026-06-08T19:25:52.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-06-08T19:25:52.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-06-08T19:25:52.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-06-08T19:25:52.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39642026-06-08T19:25:52.395Z
39652026-06-08T19:25:52.395Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/297)
39662026-06-08T19:25:52.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-06-08T19:25:52.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-06-08T19:25:52.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-06-08T19:25:52.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39702026-06-08T19:25:53.024Z
39712026-06-08T19:25:53.024Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/297)
39722026-06-08T19:25:53.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-06-08T19:25:53.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-06-08T19:25:53.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-06-08T19:25:53.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39762026-06-08T19:25:53.677Z
39772026-06-08T19:25:53.677Zinfo: running `cargo check --bins` on trust-quorum (225/297)
39782026-06-08T19:25:54.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-06-08T19:25:54.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-06-08T19:25:54.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-06-08T19:25:54.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39822026-06-08T19:25:54.309Z
39832026-06-08T19:25:54.309Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/297)
39842026-06-08T19:25:54.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-06-08T19:25:54.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-06-08T19:25:54.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-06-08T19:25:54.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39882026-06-08T19:25:54.955Z
39892026-06-08T19:25:54.955Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/297)
39902026-06-08T19:25:55.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-06-08T19:25:55.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-06-08T19:25:55.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-06-08T19:25:55.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39942026-06-08T19:25:55.619Z
39952026-06-08T19:25:55.619Zinfo: running `cargo check --bins` on update-common (228/297)
39962026-06-08T19:25:56.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-06-08T19:25:56.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-06-08T19:25:56.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-06-08T19:25:56.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40002026-06-08T19:25:56.237Z
40012026-06-08T19:25:56.237Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/297)
40022026-06-08T19:25:56.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-06-08T19:25:56.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-06-08T19:25:56.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-06-08T19:25:56.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40062026-06-08T19:25:56.899Z
40072026-06-08T19:25:56.899Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/297)
40082026-06-08T19:25:57.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-06-08T19:25:57.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-06-08T19:25:57.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-06-08T19:25:57.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40122026-06-08T19:25:57.490Z
40132026-06-08T19:25:57.490Zinfo: running `cargo check --bins` on reconfigurator-cli (231/297)
40142026-06-08T19:25:58.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-06-08T19:25:58.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-06-08T19:25:58.270Z Compiling fs-err v2.11.0
40172026-06-08T19:25:58.274Z Checking ignore v0.4.25
40182026-06-08T19:25:58.274Z Checking arc-swap v1.8.2
40192026-06-08T19:25:58.408Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40202026-06-08T19:25:58.408Z Checking predicates-tree v1.0.13
40212026-06-08T19:25:58.411Z Checking parse-size v1.1.0
40222026-06-08T19:25:58.438Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40232026-06-08T19:25:58.450Z Checking rand_seeder v0.4.0
40242026-06-08T19:25:58.513Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40252026-06-08T19:25:58.536Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40262026-06-08T19:25:58.586Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40272026-06-08T19:25:58.600Z Checking slog-scope v4.4.1
40282026-06-08T19:25:58.636Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40292026-06-08T19:25:58.725Z Checking slog-stdlog v4.1.1
40302026-06-08T19:25:58.741Z Compiling petname v2.0.2
40312026-06-08T19:25:58.757Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40322026-06-08T19:25:58.772Z Checking globwalk v0.9.1
40332026-06-08T19:25:58.818Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40342026-06-08T19:25:58.843Z Checking slog-envlogger v2.2.0
40352026-06-08T19:25:58.945Z Checking camino-tempfile-ext v0.3.3
40362026-06-08T19:25:58.998Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40372026-06-08T19:25:59.028Z Checking sapling-renderdag v0.1.0
40382026-06-08T19:25:59.139Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40392026-06-08T19:25:59.186Z Checking subprocess v0.2.15
40402026-06-08T19:25:59.266Z Checking sync-ptr v0.1.4
40412026-06-08T19:25:59.372Z Checking colored v2.2.0
40422026-06-08T19:25:59.385Z Checking assert_matches v1.5.0
40432026-06-08T19:25:59.465Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40442026-06-08T19:25:59.635Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-06-08T19:25:59.638Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40462026-06-08T19:26:00.276Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40472026-06-08T19:26:01.588Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40482026-06-08T19:26:03.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
40492026-06-08T19:26:03.966Z
40502026-06-08T19:26:03.966Zinfo: running `cargo check --bins` on omicron-repl-utils (232/297)
40512026-06-08T19:26:04.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-06-08T19:26:04.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-06-08T19:26:04.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40542026-06-08T19:26:04.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40552026-06-08T19:26:04.557Z
40562026-06-08T19:26:04.557Zinfo: running `cargo check --bins` on transient-dns-server (233/297)
40572026-06-08T19:26:05.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-06-08T19:26:05.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-06-08T19:26:05.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-06-08T19:26:05.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40612026-06-08T19:26:05.170Z
40622026-06-08T19:26:05.170Zinfo: running `cargo check --bins` on nexus-test-interface (234/297)
40632026-06-08T19:26:05.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-06-08T19:26:05.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-06-08T19:26:05.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-06-08T19:26:05.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40672026-06-08T19:26:05.828Z
40682026-06-08T19:26:05.828Zinfo: running `cargo check --bins` on oximeter-collector (235/297)
40692026-06-08T19:26:06.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-06-08T19:26:06.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-06-08T19:26:06.555Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-08T19:26:06.555Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40732026-06-08T19:26:07.204Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40742026-06-08T19:26:08.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
40752026-06-08T19:26:08.964Z
40762026-06-08T19:26:08.964Zinfo: running `cargo check --bins` on oximeter-api (236/297)
40772026-06-08T19:26:09.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-06-08T19:26:09.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-06-08T19:26:09.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-06-08T19:26:09.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40812026-06-08T19:26:09.566Z
40822026-06-08T19:26:09.566Zinfo: running `cargo check --bins` on cert-dev (237/297)
40832026-06-08T19:26:10.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-06-08T19:26:10.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-06-08T19:26:10.172Z Checking yasna v0.5.2
40862026-06-08T19:26:10.582Z Checking rcgen v0.12.1
40872026-06-08T19:26:10.831Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40882026-06-08T19:26:11.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40892026-06-08T19:26:11.194Z
40902026-06-08T19:26:11.194Zinfo: running `cargo check --bins` on clickana (238/297)
40912026-06-08T19:26:11.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-06-08T19:26:11.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-06-08T19:26:11.847Z Compiling darling_core v0.23.0
40942026-06-08T19:26:11.955Z Compiling instability v0.3.11
40952026-06-08T19:26:11.963Z Checking castaway v0.2.4
40962026-06-08T19:26:11.966Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40972026-06-08T19:26:11.969Z Compiling indoc v2.0.7
40982026-06-08T19:26:11.984Z Checking unicode-truncate v1.1.0
40992026-06-08T19:26:11.986Z Checking lru v0.12.5
41002026-06-08T19:26:11.986Z Checking cassowary v0.3.0
41012026-06-08T19:26:12.052Z Checking compact_str v0.8.1
41022026-06-08T19:26:13.264Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41032026-06-08T19:26:13.368Z Compiling darling_macro v0.23.0
41042026-06-08T19:26:13.443Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41052026-06-08T19:26:13.770Z Compiling darling v0.23.0
41062026-06-08T19:26:14.387Z Checking ratatui v0.29.0
41072026-06-08T19:26:15.429Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41082026-06-08T19:26:16.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
41092026-06-08T19:26:16.273Z
41102026-06-08T19:26:16.273Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/297)
41112026-06-08T19:26:16.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-06-08T19:26:16.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-06-08T19:26:16.997Z Checking headers-core v0.3.0
41142026-06-08T19:26:17.000Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41152026-06-08T19:26:17.193Z Checking headers v0.4.1
41162026-06-08T19:26:17.560Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41172026-06-08T19:26:18.395Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41182026-06-08T19:26:18.880Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41192026-06-08T19:26:19.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
41202026-06-08T19:26:19.484Z
41212026-06-08T19:26:19.485Zinfo: running `cargo check --bins` on ch-dev (240/297)
41222026-06-08T19:26:20.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-06-08T19:26:20.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-06-08T19:26:20.214Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41252026-06-08T19:26:20.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
41262026-06-08T19:26:21.153Z
41272026-06-08T19:26:21.153Zinfo: running `cargo check --bins` on dev-tools-common (241/297)
41282026-06-08T19:26:21.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-06-08T19:26:21.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-06-08T19:26:21.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41312026-06-08T19:26:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41322026-06-08T19:26:21.619Z
41332026-06-08T19:26:21.619Zinfo: running `cargo check --bins` on crdb-seed (242/297)
41342026-06-08T19:26:22.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-06-08T19:26:22.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-06-08T19:26:22.342Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41372026-06-08T19:26:23.318Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41382026-06-08T19:26:23.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s
41392026-06-08T19:26:23.855Z
41402026-06-08T19:26:23.855Zinfo: running `cargo check --bins` on db-dev (243/297)
41412026-06-08T19:26:24.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41422026-06-08T19:26:24.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41432026-06-08T19:26:24.582Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41442026-06-08T19:26:25.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
41452026-06-08T19:26:25.516Z
41462026-06-08T19:26:25.516Zinfo: running `cargo check --bins` on omicron-dev-lib (244/297)
41472026-06-08T19:26:26.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41482026-06-08T19:26:26.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41492026-06-08T19:26:26.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41502026-06-08T19:26:26.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41512026-06-08T19:26:26.156Z
41522026-06-08T19:26:26.156Zinfo: running `cargo check --bins` on xtask-downloader (245/297)
41532026-06-08T19:26:26.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-06-08T19:26:26.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-06-08T19:26:26.772Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41562026-06-08T19:26:27.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41572026-06-08T19:26:27.637Z
41582026-06-08T19:26:27.637Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/297)
41592026-06-08T19:26:28.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-06-08T19:26:28.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-06-08T19:26:28.398Z Compiling progenitor-impl v0.13.0
41622026-06-08T19:26:28.520Z Checking progenitor-client v0.13.0
41632026-06-08T19:26:28.520Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41642026-06-08T19:26:28.523Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41652026-06-08T19:26:28.553Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41662026-06-08T19:26:28.565Z Checking git-stub v1.0.0
41672026-06-08T19:26:28.568Z Compiling trait-variant v0.1.2
41682026-06-08T19:26:28.712Z Checking maplit v1.0.2
41692026-06-08T19:26:28.748Z Checking is_ci v1.2.0
41702026-06-08T19:26:28.763Z Checking git-stub-vcs v0.1.0
41712026-06-08T19:26:28.796Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41722026-06-08T19:26:28.843Z Checking supports-color v3.0.2
41732026-06-08T19:26:28.952Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41742026-06-08T19:26:28.975Z Checking drift v0.2.0
41752026-06-08T19:26:29.102Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-08T19:26:29.163Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41772026-06-08T19:26:29.301Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41782026-06-08T19:26:29.334Z Checking dropshot-api-manager v0.7.2
41792026-06-08T19:26:29.376Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41802026-06-08T19:26:29.391Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41812026-06-08T19:26:29.505Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41822026-06-08T19:26:29.661Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41832026-06-08T19:26:29.854Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41842026-06-08T19:26:29.869Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41852026-06-08T19:26:30.372Z Compiling progenitor-macro v0.13.0
41862026-06-08T19:26:32.749Z Checking progenitor v0.13.0
41872026-06-08T19:26:32.864Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41882026-06-08T19:26:37.890Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41892026-06-08T19:26:38.977Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41902026-06-08T19:26:39.533Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41912026-06-08T19:26:39.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s
41922026-06-08T19:26:40.163Z
41932026-06-08T19:26:40.163Zinfo: running `cargo check --bins` on installinator-api (247/297)
41942026-06-08T19:26:40.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41952026-06-08T19:26:40.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41962026-06-08T19:26:40.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41972026-06-08T19:26:40.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41982026-06-08T19:26:40.764Z
41992026-06-08T19:26:40.764Zinfo: running `cargo check --bins` on nexus-external-api (248/297)
42002026-06-08T19:26:41.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42012026-06-08T19:26:41.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42022026-06-08T19:26:41.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42032026-06-08T19:26:41.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42042026-06-08T19:26:41.401Z
42052026-06-08T19:26:41.401Zinfo: running `cargo check --bins` on nexus-internal-api (249/297)
42062026-06-08T19:26:41.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-06-08T19:26:41.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-06-08T19:26:41.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42092026-06-08T19:26:41.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42102026-06-08T19:26:42.046Z
42112026-06-08T19:26:42.046Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/297)
42122026-06-08T19:26:42.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-06-08T19:26:42.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-06-08T19:26:42.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-06-08T19:26:42.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42162026-06-08T19:26:42.687Z
42172026-06-08T19:26:42.690Zinfo: running `cargo check --bins` on ntp-admin-api (251/297)
42182026-06-08T19:26:43.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-06-08T19:26:43.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-06-08T19:26:43.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-06-08T19:26:43.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42222026-06-08T19:26:43.293Z
42232026-06-08T19:26:43.293Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/297)
42242026-06-08T19:26:43.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-06-08T19:26:43.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-06-08T19:26:43.797Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-06-08T19:26:43.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42282026-06-08T19:26:43.884Z
42292026-06-08T19:26:43.884Zinfo: running `cargo check --bins` on wicketd-api (253/297)
42302026-06-08T19:26:44.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-06-08T19:26:44.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-06-08T19:26:44.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-06-08T19:26:44.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42342026-06-08T19:26:44.505Z
42352026-06-08T19:26:44.505Zinfo: running `cargo check --bins` on omicron-ls-apis (254/297)
42362026-06-08T19:26:45.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-06-08T19:26:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-06-08T19:26:45.121Z Checking typeid v1.0.3
42392026-06-08T19:26:45.235Z Checking ordered-float v2.10.1
42402026-06-08T19:26:45.254Z Checking unicode-xid v0.2.6
42412026-06-08T19:26:45.268Z Checking cargo-platform v0.2.0
42422026-06-08T19:26:45.277Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42432026-06-08T19:26:45.301Z Checking erased-serde v0.4.9
42442026-06-08T19:26:45.435Z Checking serde-value v0.7.0
42452026-06-08T19:26:45.615Z Checking serde-untagged v0.1.9
42462026-06-08T19:26:45.770Z Checking cargo-util-schemas v0.8.2
42472026-06-08T19:26:46.450Z Checking cargo_metadata v0.21.0
42482026-06-08T19:26:47.053Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42492026-06-08T19:26:47.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
42502026-06-08T19:26:47.981Z
42512026-06-08T19:26:47.981Zinfo: running `cargo check --bins` on mgs-dev (255/297)
42522026-06-08T19:26:48.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-06-08T19:26:48.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-06-08T19:26:48.717Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42552026-06-08T19:26:49.330Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42562026-06-08T19:26:49.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
42572026-06-08T19:26:50.032Z
42582026-06-08T19:26:50.032Zinfo: running `cargo check --bins` on omicron-omdb (256/297)
42592026-06-08T19:26:50.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-06-08T19:26:50.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-06-08T19:26:50.980Z Compiling vergen-lib v0.1.6
42622026-06-08T19:26:50.980Z Compiling vergen-gitcl v1.0.8
42632026-06-08T19:26:50.980Z Compiling dirs-sys-next v0.1.2
42642026-06-08T19:26:50.980Z Compiling crunchy v0.2.4
42652026-06-08T19:26:50.984Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42662026-06-08T19:26:50.984Z Compiling diesel_derives v2.3.7
42672026-06-08T19:26:51.136Z Compiling glob v0.3.3
42682026-06-08T19:26:51.199Z Compiling dsl_auto_type v0.2.0
42692026-06-08T19:26:51.313Z Compiling dirs-next v2.0.0
42702026-06-08T19:26:51.371Z Checking scheduled-thread-pool v0.2.7
42712026-06-08T19:26:51.387Z Compiling diesel_table_macro_syntax v0.3.0
42722026-06-08T19:26:51.432Z Compiling tiny-keccak v2.0.2
42732026-06-08T19:26:51.512Z Checking r2d2 v0.8.10
42742026-06-08T19:26:51.528Z Compiling term v0.7.0
42752026-06-08T19:26:51.560Z Compiling clang-sys v1.8.1
42762026-06-08T19:26:51.667Z Compiling bit-vec v0.6.3
42772026-06-08T19:26:51.690Z Checking downcast-rs v2.0.2
42782026-06-08T19:26:51.795Z Compiling ascii-canvas v3.0.0
42792026-06-08T19:26:51.884Z Compiling bit-set v0.5.3
42802026-06-08T19:26:51.973Z Compiling itertools v0.10.5
42812026-06-08T19:26:52.035Z Compiling ena v0.14.4
42822026-06-08T19:26:52.051Z Compiling libloading v0.8.9
42832026-06-08T19:26:52.074Z Compiling diff v0.1.13
42842026-06-08T19:26:52.183Z Compiling regex-syntax v0.6.29
42852026-06-08T19:26:52.200Z Compiling bindgen v0.71.1
42862026-06-08T19:26:52.261Z Compiling cexpr v0.6.0
42872026-06-08T19:26:52.334Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42882026-06-08T19:26:52.524Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42892026-06-08T19:26:52.640Z Compiling rustc-hash v2.1.1
42902026-06-08T19:26:52.705Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42912026-06-08T19:26:52.773Z Compiling libxml v0.3.3
42922026-06-08T19:26:52.922Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42932026-06-08T19:26:53.011Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42942026-06-08T19:26:53.031Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42952026-06-08T19:26:53.220Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42962026-06-08T19:26:53.329Z Compiling strum_macros v0.24.3
42972026-06-08T19:26:53.449Z Compiling indoc v1.0.9
42982026-06-08T19:26:53.486Z Compiling lalrpop v0.19.12
42992026-06-08T19:26:54.300Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43002026-06-08T19:26:54.489Z Checking derive_builder v0.20.2
43012026-06-08T19:26:54.611Z Compiling oso-derive v0.27.3
43022026-06-08T19:26:54.714Z Checking quick-xml v0.37.5
43032026-06-08T19:26:54.836Z Compiling impl-trait-for-tuples v0.2.3
43042026-06-08T19:26:55.111Z Checking openssl-probe v0.1.6
43052026-06-08T19:26:55.255Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43062026-06-08T19:26:55.580Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43072026-06-08T19:26:55.774Z Checking bb8 v0.8.6
43082026-06-08T19:26:55.947Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43092026-06-08T19:26:55.978Z Compiling libz-sys v1.1.24
43102026-06-08T19:26:56.054Z Checking nonempty v0.12.0
43112026-06-08T19:26:56.160Z Compiling strsim v0.10.0
43122026-06-08T19:26:56.219Z Compiling libgit2-sys v0.18.3+1.9.2
43132026-06-08T19:26:56.354Z Compiling darling_core v0.13.4
43142026-06-08T19:26:56.490Z Compiling vergen-git2 v9.1.0
43152026-06-08T19:26:56.563Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43162026-06-08T19:26:56.707Z Compiling rustls v0.21.12
43172026-06-08T19:26:56.752Z Compiling base64 v0.21.7
43182026-06-08T19:26:56.947Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43192026-06-08T19:26:57.073Z Compiling ron v0.8.1
43202026-06-08T19:26:57.076Z Checking diesel v2.3.7
43212026-06-08T19:26:57.908Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43222026-06-08T19:26:58.047Z Checking rustls-webpki v0.101.7
43232026-06-08T19:26:58.097Z Checking sct v0.7.1
43242026-06-08T19:26:58.223Z Compiling darling_macro v0.13.4
43252026-06-08T19:26:58.262Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43262026-06-08T19:26:58.697Z Compiling darling v0.13.4
43272026-06-08T19:26:58.790Z Compiling serde_with_macros v1.5.2
43282026-06-08T19:26:58.955Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43292026-06-08T19:26:59.667Z Compiling serde_with v1.14.0
43302026-06-08T19:26:59.761Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43312026-06-08T19:27:00.661Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43322026-06-08T19:27:00.808Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43332026-06-08T19:27:01.490Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43342026-06-08T19:27:02.139Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43352026-06-08T19:27:02.241Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43362026-06-08T19:27:02.333Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43372026-06-08T19:27:02.337Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43382026-06-08T19:27:02.429Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43392026-06-08T19:27:02.524Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43402026-06-08T19:27:02.665Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43412026-06-08T19:27:02.730Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-06-08T19:27:02.752Z Checking tokio-rustls v0.24.1
43432026-06-08T19:27:02.952Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43442026-06-08T19:27:03.436Z Checking rustls-pemfile v1.0.4
43452026-06-08T19:27:03.558Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43462026-06-08T19:27:03.579Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43472026-06-08T19:27:03.770Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-08T19:27:03.816Z Checking twox-hash v2.1.2
43492026-06-08T19:27:04.132Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43502026-06-08T19:27:04.150Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43512026-06-08T19:27:04.191Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43522026-06-08T19:27:04.735Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43532026-06-08T19:27:04.893Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43542026-06-08T19:27:05.849Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43552026-06-08T19:27:06.147Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43562026-06-08T19:27:06.167Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43572026-06-08T19:27:06.515Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43582026-06-08T19:27:06.693Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43592026-06-08T19:27:06.793Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43602026-06-08T19:27:07.205Z Checking console v0.16.2
43612026-06-08T19:27:07.516Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43622026-06-08T19:27:07.664Z Checking fatfs v0.3.6
43632026-06-08T19:27:07.773Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43642026-06-08T19:27:08.126Z Checking unit-prefix v0.5.2
43652026-06-08T19:27:08.261Z Compiling seq-macro v0.3.6
43662026-06-08T19:27:08.812Z Checking indicatif v0.18.4
43672026-06-08T19:27:09.221Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43682026-06-08T19:27:09.285Z Checking support-bundle-viewer v0.1.2
43692026-06-08T19:27:09.444Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43702026-06-08T19:27:09.527Z Checking multimap v0.10.1
43712026-06-08T19:27:15.542Z Checking diesel-dtrace v0.5.0
43722026-06-08T19:27:15.794Z Checking async-bb8-diesel v0.2.1
43732026-06-08T19:27:17.984Z Compiling samael v0.0.19
43742026-06-08T19:27:20.216Z Compiling git2 v0.20.4
43752026-06-08T19:27:23.530Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43762026-06-08T19:27:24.878Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43772026-06-08T19:27:26.191Z Compiling polar-core v0.27.3
43782026-06-08T19:27:30.706Z Checking oso v0.27.3
43792026-06-08T19:27:57.401Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-06-08T19:29:07.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
43812026-06-08T19:29:08.155Z
43822026-06-08T19:29:08.155Zinfo: running `cargo check --bins` on nexus-networking (257/297)
43832026-06-08T19:29:08.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-08T19:29:08.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-08T19:29:08.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-08T19:29:08.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43872026-06-08T19:29:08.861Z
43882026-06-08T19:29:08.861Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/297)
43892026-06-08T19:29:09.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-08T19:29:09.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-08T19:29:09.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-08T19:29:09.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-08T19:29:09.523Z
43942026-06-08T19:29:09.523Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/297)
43952026-06-08T19:29:10.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-08T19:29:10.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-08T19:29:10.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-08T19:29:10.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43992026-06-08T19:29:10.176Z
44002026-06-08T19:29:10.176Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/297)
44012026-06-08T19:29:10.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-08T19:29:10.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-08T19:29:10.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44042026-06-08T19:29:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44052026-06-08T19:29:10.772Z
44062026-06-08T19:29:10.772Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/297)
44072026-06-08T19:29:11.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-08T19:29:11.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-08T19:29:11.623Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-08T19:29:12.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
44112026-06-08T19:29:12.605Z
44122026-06-08T19:29:12.605Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/297)
44132026-06-08T19:29:13.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-08T19:29:13.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-08T19:29:13.442Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44162026-06-08T19:29:49.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.05s
44172026-06-08T19:29:49.885Z
44182026-06-08T19:29:49.886Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/297)
44192026-06-08T19:29:50.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-08T19:29:50.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-08T19:29:50.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-08T19:29:50.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44232026-06-08T19:29:50.478Z
44242026-06-08T19:29:50.478Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/297)
44252026-06-08T19:29:51.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-08T19:29:51.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-08T19:29:51.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-08T19:29:51.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44292026-06-08T19:29:51.134Z
44302026-06-08T19:29:51.134Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/297)
44312026-06-08T19:29:51.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-08T19:29:51.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-08T19:29:51.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-08T19:29:51.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44352026-06-08T19:29:51.795Z
44362026-06-08T19:29:51.795Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/297)
44372026-06-08T19:29:52.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-08T19:29:52.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-08T19:29:52.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-08T19:29:52.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44412026-06-08T19:29:52.463Z
44422026-06-08T19:29:52.463Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/297)
44432026-06-08T19:29:53.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-08T19:29:53.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-08T19:29:53.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-08T19:29:53.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44472026-06-08T19:29:53.107Z
44482026-06-08T19:29:53.107Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/297)
44492026-06-08T19:29:53.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-08T19:29:53.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-08T19:29:53.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-08T19:29:53.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-06-08T19:29:53.770Z
44542026-06-08T19:29:53.770Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/297)
44552026-06-08T19:29:54.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-08T19:29:54.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-08T19:29:54.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-08T19:29:54.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44592026-06-08T19:29:54.435Z
44602026-06-08T19:29:54.435Zinfo: running `cargo check --bins` on support-bundle-collection (270/297)
44612026-06-08T19:29:54.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-08T19:29:54.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-08T19:29:54.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-06-08T19:29:55.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44652026-06-08T19:29:55.100Z
44662026-06-08T19:29:55.100Zinfo: running `cargo check --bins` on omicron-dev (271/297)
44672026-06-08T19:29:55.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-06-08T19:29:55.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-06-08T19:29:56.011Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44702026-06-08T19:29:56.011Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44712026-06-08T19:29:56.203Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44722026-06-08T19:29:56.230Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44732026-06-08T19:29:56.249Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44742026-06-08T19:29:56.270Z Checking diff v0.1.13
44752026-06-08T19:29:56.274Z Checking yansi v1.0.1
44762026-06-08T19:29:56.274Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44772026-06-08T19:29:56.338Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44782026-06-08T19:29:56.529Z Checking pretty_assertions v1.4.1
44792026-06-08T19:29:57.147Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44802026-06-08T19:29:57.289Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44812026-06-08T19:30:20.979Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44822026-06-08T19:30:20.984Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44832026-06-08T19:30:20.984Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44842026-06-08T19:30:20.984Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44852026-06-08T19:30:20.984Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44862026-06-08T19:30:20.984Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44872026-06-08T19:30:21.797Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44882026-06-08T19:30:21.800Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44892026-06-08T19:30:22.990Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44902026-06-08T19:30:59.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44912026-06-08T19:30:59.450Z
44922026-06-08T19:30:59.450Zinfo: running `cargo check --bins` on omicron-pins (272/297)
44932026-06-08T19:30:59.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-08T19:30:59.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-08T19:30:59.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44962026-06-08T19:30:59.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44972026-06-08T19:31:00.051Z
44982026-06-08T19:31:00.051Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/297)
44992026-06-08T19:31:00.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-06-08T19:31:00.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-06-08T19:31:00.836Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45022026-06-08T19:31:00.960Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45032026-06-08T19:31:00.960Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45042026-06-08T19:31:26.732Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45052026-06-08T19:31:27.127Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45062026-06-08T19:31:28.793Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45072026-06-08T19:31:29.257Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45082026-06-08T19:31:32.137Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45092026-06-08T19:31:54.834Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45102026-06-08T19:31:55.526Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45112026-06-08T19:31:57.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.07s
45122026-06-08T19:31:57.336Z
45132026-06-08T19:31:57.336Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/297)
45142026-06-08T19:31:57.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-08T19:31:57.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-08T19:31:58.067Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45172026-06-08T19:31:58.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45182026-06-08T19:31:58.948Z
45192026-06-08T19:31:58.948Zinfo: running `cargo check --bins` on omicron-releng (275/297)
45202026-06-08T19:31:59.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-06-08T19:31:59.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-06-08T19:31:59.601Z Compiling blake3 v1.8.3
45232026-06-08T19:31:59.713Z Checking arrayvec v0.7.6
45242026-06-08T19:31:59.716Z Checking arrayref v0.3.9
45252026-06-08T19:31:59.716Z Checking constant_time_eq v0.4.2
45262026-06-08T19:31:59.733Z Checking topological-sort v0.2.2
45272026-06-08T19:31:59.737Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45282026-06-08T19:31:59.737Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45292026-06-08T19:31:59.737Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45302026-06-08T19:31:59.777Z Checking shell-words v1.1.1
45312026-06-08T19:32:00.591Z Checking omicron-zone-package v0.12.2
45322026-06-08T19:32:01.297Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45332026-06-08T19:32:02.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
45342026-06-08T19:32:02.334Z
45352026-06-08T19:32:02.335Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/297)
45362026-06-08T19:32:02.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-06-08T19:32:02.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-06-08T19:32:02.984Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45392026-06-08T19:32:03.303Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45402026-06-08T19:32:03.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45412026-06-08T19:32:03.896Z
45422026-06-08T19:32:03.896Zinfo: running `cargo check --bins` on schema (277/297)
45432026-06-08T19:32:04.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-08T19:32:04.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-08T19:32:04.627Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45462026-06-08T19:32:05.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45472026-06-08T19:32:05.519Z
45482026-06-08T19:32:05.519Zinfo: running `cargo check --bins` on xtask (278/297)
45492026-06-08T19:32:05.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-08T19:32:05.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-08T19:32:05.977Z Checking libc v0.2.185
45522026-06-08T19:32:05.980Z Checking serde v1.0.228
45532026-06-08T19:32:06.064Z Checking zerofrom v0.1.6
45542026-06-08T19:32:06.068Z Checking bitflags v2.11.0
45552026-06-08T19:32:06.073Z Checking smallvec v1.15.1
45562026-06-08T19:32:06.079Z Checking indexmap v2.14.0
45572026-06-08T19:32:06.088Z Checking serde_json v1.0.149
45582026-06-08T19:32:06.099Z Checking scroll v0.12.0
45592026-06-08T19:32:06.158Z Checking yoke v0.8.1
45602026-06-08T19:32:06.211Z Checking num-traits v0.2.19
45612026-06-08T19:32:06.243Z Checking thiserror v1.0.69
45622026-06-08T19:32:06.312Z Checking log v0.4.29
45632026-06-08T19:32:06.326Z Checking zerovec v0.11.5
45642026-06-08T19:32:06.337Z Checking zerotrie v0.2.3
45652026-06-08T19:32:06.350Z Checking errno v0.3.14
45662026-06-08T19:32:06.438Z Checking serde_spanned v0.6.9
45672026-06-08T19:32:06.459Z Checking toml_datetime v0.6.11
45682026-06-08T19:32:06.470Z Checking rustix v1.1.3
45692026-06-08T19:32:06.558Z Checking percent-encoding v2.3.2
45702026-06-08T19:32:06.572Z Checking goblin v0.8.2
45712026-06-08T19:32:06.594Z Checking zerocopy v0.7.35
45722026-06-08T19:32:06.633Z Checking toml_edit v0.22.27
45732026-06-08T19:32:06.683Z Checking getrandom v0.4.1
45742026-06-08T19:32:06.694Z Checking form_urlencoded v1.2.2
45752026-06-08T19:32:06.723Z Checking ordered-float v2.10.1
45762026-06-08T19:32:06.749Z Checking tinystr v0.8.2
45772026-06-08T19:32:06.808Z Checking potential_utf v0.1.4
45782026-06-08T19:32:06.819Z Checking thiserror v2.0.18
45792026-06-08T19:32:06.915Z Checking syn v2.0.117
45802026-06-08T19:32:06.926Z Checking icu_locale_core v2.1.1
45812026-06-08T19:32:06.935Z Checking icu_collections v2.1.1
45822026-06-08T19:32:06.944Z Checking serde-value v0.7.0
45832026-06-08T19:32:07.082Z Checking dtrace-parser v0.2.0
45842026-06-08T19:32:07.143Z Checking thread-id v4.2.2
45852026-06-08T19:32:07.224Z Checking once_cell v1.21.3
45862026-06-08T19:32:07.243Z Checking cargo-platform v0.2.0
45872026-06-08T19:32:07.258Z Checking terminal_size v0.4.3
45882026-06-08T19:32:07.321Z Checking memmap v0.7.0
45892026-06-08T19:32:07.378Z Checking clap_builder v4.6.0
45902026-06-08T19:32:07.394Z Checking tempfile v3.25.0
45912026-06-08T19:32:07.415Z Checking textwrap v0.16.2
45922026-06-08T19:32:07.446Z Checking fs-err v3.3.0
45932026-06-08T19:32:07.489Z Checking icu_provider v2.1.1
45942026-06-08T19:32:07.626Z Checking camino-tempfile v1.4.1
45952026-06-08T19:32:07.662Z Checking tabled v0.15.0
45962026-06-08T19:32:07.662Z Checking anyhow v1.0.102
45972026-06-08T19:32:07.728Z Checking icu_properties v2.1.2
45982026-06-08T19:32:07.779Z Checking icu_normalizer v2.1.1
45992026-06-08T19:32:07.779Z Checking toml v0.8.23
46002026-06-08T19:32:07.823Z Checking macaddr v1.0.1
46012026-06-08T19:32:08.006Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46022026-06-08T19:32:08.091Z Checking cargo_toml v0.21.0
46032026-06-08T19:32:08.452Z Checking dof v0.3.0
46042026-06-08T19:32:08.505Z Checking idna_adapter v1.2.1
46052026-06-08T19:32:08.565Z Checking clap v4.6.1
46062026-06-08T19:32:08.628Z Checking idna v1.1.0
46072026-06-08T19:32:08.732Z Checking usdt-impl v0.5.0
46082026-06-08T19:32:08.861Z Checking url v2.5.8
46092026-06-08T19:32:08.984Z Checking usdt v0.5.0
46102026-06-08T19:32:09.212Z Checking cargo-util-schemas v0.8.2
46112026-06-08T19:32:09.879Z Checking cargo_metadata v0.21.0
46122026-06-08T19:32:10.479Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46132026-06-08T19:32:10.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
46142026-06-08T19:32:11.005Z
46152026-06-08T19:32:11.005Zinfo: running `cargo check --bins` on dnsadm (279/297)
46162026-06-08T19:32:11.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46172026-06-08T19:32:11.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46182026-06-08T19:32:11.656Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46192026-06-08T19:32:12.142Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46202026-06-08T19:32:12.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
46212026-06-08T19:32:12.730Z
46222026-06-08T19:32:12.730Zinfo: running `cargo check --bins` on end-to-end-tests (280/297)
46232026-06-08T19:32:13.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-06-08T19:32:13.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-06-08T19:32:13.541Z Checking polyval v0.6.2
46262026-06-08T19:32:13.670Z Checking ctr v0.9.2
46272026-06-08T19:32:13.683Z Checking ssh-encoding v0.2.0
46282026-06-08T19:32:13.683Z Checking blowfish v0.9.1
46292026-06-08T19:32:13.700Z Checking password-hash v0.4.2
46302026-06-08T19:32:13.715Z Checking p521 v0.13.3
46312026-06-08T19:32:13.718Z Checking p256 v0.13.2
46322026-06-08T19:32:13.742Z Checking russh-cryptovec v0.7.3
46332026-06-08T19:32:13.813Z Checking ghash v0.5.1
46342026-06-08T19:32:13.828Z Checking md5 v0.7.0
46352026-06-08T19:32:13.843Z Checking bcrypt-pbkdf v0.10.0
46362026-06-08T19:32:13.856Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46372026-06-08T19:32:13.873Z Checking num-bigint v0.4.6
46382026-06-08T19:32:13.920Z Checking pbkdf2 v0.11.0
46392026-06-08T19:32:13.933Z Checking aes-gcm v0.10.3
46402026-06-08T19:32:13.976Z Checking des v0.8.1
46412026-06-08T19:32:13.992Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46422026-06-08T19:32:13.995Z Checking hex-literal v0.4.1
46432026-06-08T19:32:14.077Z Checking ssh-cipher v0.2.0
46442026-06-08T19:32:14.095Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46452026-06-08T19:32:14.111Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46462026-06-08T19:32:14.125Z Checking socket2 v0.5.10
46472026-06-08T19:32:14.128Z Checking internet-checksum v0.2.1
46482026-06-08T19:32:14.244Z Checking ssh-key v0.6.7
46492026-06-08T19:32:14.427Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46502026-06-08T19:32:14.877Z Checking russh-keys v0.45.0
46512026-06-08T19:32:15.431Z Checking russh v0.45.0
46522026-06-08T19:32:31.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.92s
46532026-06-08T19:32:31.860Z
46542026-06-08T19:32:31.860Zinfo: running `cargo check --bins` on gateway-cli (281/297)
46552026-06-08T19:32:32.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-06-08T19:32:32.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-06-08T19:32:32.508Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46582026-06-08T19:32:32.618Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46592026-06-08T19:32:32.626Z Checking termios v0.3.3
46602026-06-08T19:32:33.822Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46612026-06-08T19:32:33.968Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46622026-06-08T19:32:35.744Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46632026-06-08T19:32:36.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
46642026-06-08T19:32:36.491Z
46652026-06-08T19:32:36.491Zinfo: running `cargo check --bins --no-default-features` on installinator (282/297)
46662026-06-08T19:32:37.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46672026-06-08T19:32:37.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46682026-06-08T19:32:37.201Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46692026-06-08T19:32:37.205Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46702026-06-08T19:32:37.205Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46712026-06-08T19:32:37.205Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46722026-06-08T19:32:37.338Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46732026-06-08T19:32:37.347Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46742026-06-08T19:32:38.064Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46752026-06-08T19:32:38.407Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46762026-06-08T19:32:38.407Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46772026-06-08T19:32:39.039Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46782026-06-08T19:32:40.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
46792026-06-08T19:32:40.846Z
46802026-06-08T19:32:40.846Zinfo: running `cargo check --bins` on internal-dns-cli (283/297)
46812026-06-08T19:32:41.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46822026-06-08T19:32:41.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46832026-06-08T19:32:41.483Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46842026-06-08T19:32:41.934Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46852026-06-08T19:32:42.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
46862026-06-08T19:32:42.448Z
46872026-06-08T19:32:42.448Zinfo: running `cargo check --bins` on omicron-live-tests (284/297)
46882026-06-08T19:32:42.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-08T19:32:42.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-08T19:32:42.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-08T19:32:42.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46922026-06-08T19:32:43.040Z
46932026-06-08T19:32:43.040Zinfo: running `cargo check --bins` on live-tests-macros (285/297)
46942026-06-08T19:32:43.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-08T19:32:43.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-08T19:32:43.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46972026-06-08T19:32:43.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46982026-06-08T19:32:43.629Z
46992026-06-08T19:32:43.629Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/297)
47002026-06-08T19:32:44.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-08T19:32:44.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-08T19:32:44.379Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47032026-06-08T19:32:44.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
47042026-06-08T19:32:45.175Z
47052026-06-08T19:32:45.176Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/297)
47062026-06-08T19:32:45.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-06-08T19:32:45.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-06-08T19:32:45.826Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47092026-06-08T19:32:45.829Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47102026-06-08T19:32:46.104Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47112026-06-08T19:32:46.104Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47122026-06-08T19:32:46.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
47132026-06-08T19:32:47.077Z
47142026-06-08T19:32:47.077Zinfo: running `cargo check --bins` on ntp-admin-types (288/297)
47152026-06-08T19:32:47.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-08T19:32:47.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-08T19:32:47.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47182026-06-08T19:32:47.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
47192026-06-08T19:32:47.677Z
47202026-06-08T19:32:47.677Zinfo: running `cargo check --bins` on omicron-package (289/297)
47212026-06-08T19:32:48.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-08T19:32:48.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-08T19:32:48.370Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47242026-06-08T19:32:49.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
47252026-06-08T19:32:49.640Z
47262026-06-08T19:32:49.640Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (290/297)
47272026-06-08T19:32:50.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47282026-06-08T19:32:50.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47292026-06-08T19:32:50.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47302026-06-08T19:32:50.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47312026-06-08T19:32:50.266Z
47322026-06-08T19:32:50.266Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (291/297)
47332026-06-08T19:32:50.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47342026-06-08T19:32:50.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47352026-06-08T19:32:50.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47362026-06-08T19:32:50.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47372026-06-08T19:32:50.889Z
47382026-06-08T19:32:50.889Zinfo: running `cargo check --bins` on tqdb (292/297)
47392026-06-08T19:32:51.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47402026-06-08T19:32:51.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47412026-06-08T19:32:51.680Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47422026-06-08T19:32:52.033Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47432026-06-08T19:32:52.537Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47442026-06-08T19:32:52.537Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47452026-06-08T19:32:58.481Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47462026-06-08T19:32:58.486Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47472026-06-08T19:32:59.060Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47482026-06-08T19:32:59.081Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47492026-06-08T19:32:59.081Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47502026-06-08T19:32:59.081Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47512026-06-08T19:32:59.831Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47522026-06-08T19:33:00.808Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47532026-06-08T19:33:01.553Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47542026-06-08T19:33:02.189Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47552026-06-08T19:33:06.586Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47562026-06-08T19:33:12.969Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47572026-06-08T19:33:12.973Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47582026-06-08T19:33:12.973Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47592026-06-08T19:33:12.975Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47602026-06-08T19:33:14.444Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47612026-06-08T19:33:15.735Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47622026-06-08T19:33:16.411Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47632026-06-08T19:33:17.605Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47642026-06-08T19:33:18.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.24s
47652026-06-08T19:33:18.353Z
47662026-06-08T19:33:18.353Zinfo: running `cargo check --bins` on wicket-dbg (293/297)
47672026-06-08T19:33:18.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47682026-06-08T19:33:18.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47692026-06-08T19:33:19.081Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47702026-06-08T19:33:19.087Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47712026-06-08T19:33:19.201Z Checking rtoolbox v0.0.3
47722026-06-08T19:33:19.209Z Checking tui-tree-widget v0.23.1
47732026-06-08T19:33:19.311Z Checking rpassword v7.4.0
47742026-06-08T19:33:20.317Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47752026-06-08T19:33:23.276Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-08T19:33:25.090Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47772026-06-08T19:33:25.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.63s
47782026-06-08T19:33:26.175Z
47792026-06-08T19:33:26.175Zinfo: running `cargo check --bins` on wicket (294/297)
47802026-06-08T19:33:26.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47812026-06-08T19:33:26.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47822026-06-08T19:33:26.877Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47832026-06-08T19:33:27.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47842026-06-08T19:33:27.443Z
47852026-06-08T19:33:27.444Zinfo: running `cargo check --bins` on wicketd (295/297)
47862026-06-08T19:33:27.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47872026-06-08T19:33:28.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47882026-06-08T19:33:28.191Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47892026-06-08T19:33:28.195Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47902026-06-08T19:33:28.195Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47912026-06-08T19:33:28.195Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47922026-06-08T19:33:29.170Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47932026-06-08T19:33:29.740Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47942026-06-08T19:33:32.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47952026-06-08T19:33:32.876Z
47962026-06-08T19:33:32.876Zinfo: running `cargo check --bins` on omicron-workspace-hack (296/297)
47972026-06-08T19:33:33.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-06-08T19:33:33.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-06-08T19:33:33.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48002026-06-08T19:33:33.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
48012026-06-08T19:33:33.471Z
48022026-06-08T19:33:33.471Zinfo: running `cargo check --bins` on zone-setup (297/297)
48032026-06-08T19:33:34.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-06-08T19:33:34.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-06-08T19:33:34.147Z Checking uzers v0.12.2
48062026-06-08T19:33:34.419Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48072026-06-08T19:33:35.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
48082026-06-08T19:33:35.376Z
48092026-06-08T19:33:35.377Zreal 14:06.535369777
48102026-06-08T19:33:35.377Zuser 21:07.014847793
48112026-06-08T19:33:35.377Zsys 4:21.926398577
48122026-06-08T19:33:35.377Ztrap 0.338331406
48132026-06-08T19:33:35.377Ztflt 0.650356782
48142026-06-08T19:33:35.377Zdflt 1.295731421
48152026-06-08T19:33:35.377Zkflt 0.004822022
48162026-06-08T19:33:35.377Zlock 1:18:36.167495542
48172026-06-08T19:33:35.377Zslp 1:41:04.246612015
48182026-06-08T19:33:35.377Zlat 59.280684526
48192026-06-08T19:33:35.377Zstop 3:43.388931038
48202026-06-08T19:33:35.380Zprocess exited: duration 985745 ms, exit code 0
 
48212026-06-08T19:33:35.390Zfound 0 output files