01KVKPVQMTX3EY5121QJTWADX8: 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: 01KVKPWBKP4WN97WKH27TYXB0D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T23:47:48.344Zjob assigned to worker 01KVKPWKV9DRFBPV7A1MVK20W9 [factory aws, i-0b378aa5b9682d963] (queued for 50 s)
 
22026-06-20T23:47:54.381Zstarting task 0: "setup"
32026-06-20T23:47:54.386Z++ uname -s
42026-06-20T23:47:54.386Z+ kern=SunOS
52026-06-20T23:47:54.386Z+ build_user=build
62026-06-20T23:47:54.386Z+ build_uid=12345
72026-06-20T23:47:54.386Z+ work_dir=/work
82026-06-20T23:47:54.386Z+ input_dir=/input
92026-06-20T23:47:54.389Z+ [[ 0 == 12345 ]]
102026-06-20T23:47:54.389Z+ case "$kern" in
112026-06-20T23:47:54.389Z+ groupadd -g 12345 build
122026-06-20T23:47:54.389Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T23:47:56.392Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T23:47:56.510Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T23:47:56.513Z+ home_fs=zfs
162026-06-20T23:47:56.513Z+ [[ zfs == autofs ]]
172026-06-20T23:47:56.513Z+ mkdir -p /home/build
182026-06-20T23:47:56.513Z+ chown build:build /home/build /work
192026-06-20T23:47:58.511Z+ chmod 0700 /home/build /work
202026-06-20T23:47:58.514Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-20T23:47:58.519Zstarting task 1: "rust-toolchain"
222026-06-20T23:47:58.524Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T23:47:58.525Z * rust toolchain channel = "1.94.0"
242026-06-20T23:47:58.525Z * rust toolchain profile = "default"
252026-06-20T23:47:58.525Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-20T23:47:58.528Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-20T23:47:58.528Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T23:47:58.528Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T23:47:58.528Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T23:47:58.653Zinfo: downloading installer
312026-06-20T23:48:00.189Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T23:48:00.189Zwarn: /home/build/.rustup/settings.toml
332026-06-20T23:48:00.189Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T23:48:00.189Zwarn: instead of the one inferred from the default host triple.
352026-06-20T23:48:00.201Zinfo: profile set to default
362026-06-20T23:48:00.201Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T23:48:00.205Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T23:48:00.385Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T23:48:00.388Zinfo: downloading 6 components
402026-06-20T23:48:15.669Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T23:48:15.669Z
422026-06-20T23:48:15.703Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T23:48:15.703Z
442026-06-20T23:48:15.703Z
452026-06-20T23:48:15.703ZRust is installed now. Great!
462026-06-20T23:48:15.703Z
472026-06-20T23:48:15.703ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T23:48:15.703Zenvironment variable. This has not been done automatically.
492026-06-20T23:48:15.706Z
502026-06-20T23:48:15.706ZTo configure your current shell, you need to source
512026-06-20T23:48:15.706Zthe corresponding env file under $HOME/.cargo.
522026-06-20T23:48:15.707Z
532026-06-20T23:48:15.707ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T23:48:15.707Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T23:48:15.707Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T23:48:15.707Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T23:48:15.707Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T23:48:15.707Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T23:48:15.707Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T23:48:15.707Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T23:48:15.707Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T23:48:15.795Z+ rustup --version
632026-06-20T23:48:15.802Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T23:48:15.805Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T23:48:15.823Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T23:48:15.826Z+ cargo --version
672026-06-20T23:48:15.839Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T23:48:15.841Z+ rustc --version
692026-06-20T23:48:15.861Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T23:48:15.865Zprocess exited: duration 17343 ms, exit code 0
 
712026-06-20T23:48:15.871Zstarting task 2: "authentication"
722026-06-20T23:48:15.889Zprocess exited: duration 17 ms, exit code 0
 
732026-06-20T23:48:15.897Zstarting task 3: "clone repository"
742026-06-20T23:48:15.899Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T23:48:15.899Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T23:48:15.930ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T23:48:25.690Z+ cd /work/oxidecomputer/omicron
782026-06-20T23:48:25.690Z+ git fetch origin 108ae7382e129097507a00e3280d1cfb45562d80
792026-06-20T23:48:25.939ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T23:48:25.940Z * branch 108ae7382e129097507a00e3280d1cfb45562d80 -> FETCH_HEAD
812026-06-20T23:48:25.947Z+ [[ -n '' ]]
822026-06-20T23:48:25.947Z+ git reset --hard 108ae7382e129097507a00e3280d1cfb45562d80
832026-06-20T23:48:26.031ZHEAD is now at 108ae7382 remove unused imports
842026-06-20T23:48:26.034Zprocess exited: duration 10138 ms, exit code 0
 
852026-06-20T23:48:26.041Zstarting task 4: "build"
862026-06-20T23:48:26.044Z+ source .github/buildomat/ci-env.sh
872026-06-20T23:48:26.044Z++ export CARGO_TERM_COLOR=always
882026-06-20T23:48:26.044Z++ CARGO_TERM_COLOR=always
892026-06-20T23:48:26.044Z+ cargo --version
902026-06-20T23:48:26.054Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-20T23:48:26.056Z+ rustc --version
922026-06-20T23:48:26.076Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-20T23:48:26.079Z+ source ./env.sh
942026-06-20T23:48:26.079Z++ OLD_SHELL_OPTS=ehxB
952026-06-20T23:48:26.079Z++ set -o xtrace
962026-06-20T23:48:26.083Z++++ dirname ./env.sh
972026-06-20T23:48:26.083Z+++ readlink -f .
982026-06-20T23:48:26.086Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-06-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ 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-20T23:48:26.086Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-20T23:48:26.086Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-20T23:48:26.086Z++ case $OLD_SHELL_OPTS in
1102026-06-20T23:48:26.087Z++ unset OLD_SHELL_OPTS OMICRON_WS
1112026-06-20T23:48:26.087Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1122026-06-20T23:48:26.087Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1132026-06-20T23:48:26.087Z+ banner prerequisites
1142026-06-20T23:48:26.087Z
1152026-06-20T23:48:26.087Z ##### ##### ###### ##### ###### #### # # # #### #
1162026-06-20T23:48:26.087Z # # # # # # # # # # # # # # #
1172026-06-20T23:48:26.087Z # # # # ##### # # ##### # # # # # #### #
1182026-06-20T23:48:26.087Z ##### ##### # ##### # # # # # # # # #
1192026-06-20T23:48:26.087Z # # # # # # # # # # # # # # #
1202026-06-20T23:48:26.087Z # # # ###### # # ###### ### # #### # #### #
1212026-06-20T23:48:26.087Z
1222026-06-20T23:48:26.087Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1232026-06-20T23:48:27.515Z Startup: Refreshing catalog 'helios' ... Done
1242026-06-20T23:48:27.603Z Startup: Caching catalogs ... Done
1252026-06-20T23:48:27.961ZPlanning: Solver setup ... Done (0.311s)
1262026-06-20T23:48:27.983ZPlanning: Running solver ... Done (0.022s)
1272026-06-20T23:48:27.995ZPlanning: Finding local manifests ... Done (0.005s)
1282026-06-20T23:48:28.006ZPlanning: Fetching manifests: 0/2 0% complete
1292026-06-20T23:48:28.029ZPlanning: Fetching manifests: 2/2 100% complete
1302026-06-20T23:48:28.044ZPlanning: Package planning ... Done (0.015s)
1312026-06-20T23:48:28.047ZPlanning: Merging actions ... Done (0.002s)
1322026-06-20T23:48:28.242ZPlanning: Checking for conflicting actions ... Done (0.196s)
1332026-06-20T23:48:28.245ZPlanning: Consolidating action changes ... Done (0.001s)
1342026-06-20T23:48:29.047ZPlanning: Evaluating mediators ... Done (0.804s)
1352026-06-20T23:48:29.049ZPlanning: Planning completed in 1.42 seconds
1362026-06-20T23:48:29.056Z Packages to install: 2
1372026-06-20T23:48:29.058Z Estimated space available: 156.07 GB
1382026-06-20T23:48:29.058ZEstimated space to be consumed: 26.78 MB
1392026-06-20T23:48:29.058Z Create boot environment: No
1402026-06-20T23:48:29.058ZCreate backup boot environment: No
1412026-06-20T23:48:29.058Z Rebuild boot archive: No
1422026-06-20T23:48:29.058Z
1432026-06-20T23:48:29.058ZChanged packages:
1442026-06-20T23:48:29.058Zhelios
1452026-06-20T23:48:29.058Z developer/build-essential
1462026-06-20T23:48:29.058Z None -> 11-3.0
1472026-06-20T23:48:29.058Z library/libxmlsec1
1482026-06-20T23:48:29.059Z None -> 1.2.35-3.0
1492026-06-20T23:48:29.080Z
1502026-06-20T23:48:29.080ZDownload: 0/214 items 0.0/1.3MB 0% complete
1512026-06-20T23:48:29.747ZDownload: Completed 1.28 MB in 0.67 seconds (1.9M/s)
1522026-06-20T23:48:29.810Z Actions: 1/268 actions (Installing new actions)
1532026-06-20T23:48:29.848Z Actions: Completed 268 actions in 0.04 seconds.
1542026-06-20T23:48:29.857ZFinalize: Updating package state database ... Done (0.008s)
1552026-06-20T23:48:29.857ZFinalize: Updating package cache ... Done (0.000s)
1562026-06-20T23:48:29.881ZFinalize: Updating image state ... Done (0.024s)
1572026-06-20T23:48:32.241ZFinalize: Creating fast lookup database ... Done (2.336s)
1582026-06-20T23:48:32.304ZFinalize: Reading search index ... Done (0.012s)
1592026-06-20T23:48:32.308ZFinalize: Updating search index ... Done (0.000s)
1602026-06-20T23:48:32.388ZFinalize: Updating package cache ... Done (0.000s)
1612026-06-20T23:48:32.700ZPlanning: Evaluating mediator changes ... Done
1622026-06-20T23:48:32.803ZPlanning: Checking for conflicting actions ... Done
1632026-06-20T23:48:32.806ZPlanning: Consolidating action changes ... Done
1642026-06-20T23:48:32.962ZPlanning: Evaluating mediators ... Done
1652026-06-20T23:48:32.965ZPlanning: Planning completed in 0.26 seconds
1662026-06-20T23:48:32.985Z Mediators to change: 2
1672026-06-20T23:48:32.985Z Create boot environment: No
1682026-06-20T23:48:32.985ZCreate backup boot environment: No
1692026-06-20T23:48:33.054ZFinalize: Updating package state database ... Done
1702026-06-20T23:48:33.054ZFinalize: Updating package cache ... Done
1712026-06-20T23:48:33.068ZFinalize: Updating image state ... Done
1722026-06-20T23:48:35.014ZFinalize: Creating fast lookup database ... Done
1732026-06-20T23:48:35.079ZFinalize: Reading search index ... Done
1742026-06-20T23:48:35.083ZFinalize: Updating search index ... Done
1752026-06-20T23:48:35.167ZFinalize: Updating package cache ... Done
1762026-06-20T23:48:35.449ZPlanning: Evaluating mediator changes ... Done
1772026-06-20T23:48:35.553ZPlanning: Checking for conflicting actions ... Done
1782026-06-20T23:48:35.556ZPlanning: Consolidating action changes ... Done
1792026-06-20T23:48:35.711ZPlanning: Evaluating mediators ... Done
1802026-06-20T23:48:35.713ZPlanning: Planning completed in 0.26 seconds
1812026-06-20T23:48:35.734Z Mediators to change: 1
1822026-06-20T23:48:35.734Z Create boot environment: No
1832026-06-20T23:48:35.734ZCreate backup boot environment: No
1842026-06-20T23:48:35.787ZFinalize: Updating package state database ... Done
1852026-06-20T23:48:35.787ZFinalize: Updating package cache ... Done
1862026-06-20T23:48:35.800ZFinalize: Updating image state ... Done
1872026-06-20T23:48:37.739ZFinalize: Creating fast lookup database ... Done
1882026-06-20T23:48:37.801ZFinalize: Reading search index ... Done
1892026-06-20T23:48:37.804ZFinalize: Updating search index ... Done
1902026-06-20T23:48:37.877ZFinalize: Updating package cache ... Done
1912026-06-20T23:48:38.187ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1922026-06-20T23:48:38.187Zapache system 2.4 system
1932026-06-20T23:48:38.187Zclang system 15 system
1942026-06-20T23:48:38.187Zcsh system system illumos
1952026-06-20T23:48:38.187Zctags system system illumos
1962026-06-20T23:48:38.187Zfile vendor vendor darwinsys
1972026-06-20T23:48:38.188Zfile system system illumos
1982026-06-20T23:48:38.188Zgcc vendor 14 vendor
1992026-06-20T23:48:38.188Zgcc system 13 system
2002026-06-20T23:48:38.188Zgcc system 10 system
2012026-06-20T23:48:38.188Zgo system 1.25 system
2022026-06-20T23:48:38.188Zllvm system 15 system
2032026-06-20T23:48:38.188Zmariadb system 11.4 system
2042026-06-20T23:48:38.188Zmta vendor vendor dma
2052026-06-20T23:48:38.188Zopenjdk system 17 system
2062026-06-20T23:48:38.188Zopenjdk system 11 system
2072026-06-20T23:48:38.188Zopenssl vendor 3 vendor
2082026-06-20T23:48:38.188Zperl system 5.40 system
2092026-06-20T23:48:38.188Zpostgresql system 18 system
2102026-06-20T23:48:38.188Zpostgresql system 17 system
2112026-06-20T23:48:38.188Zpython vendor 3 vendor
2122026-06-20T23:48:38.188Zpython system 2 system
2132026-06-20T23:48:38.188Zpython3 vendor 3.13 vendor
2142026-06-20T23:48:38.188Zruby system 3.4 system
2152026-06-20T23:48:38.188Zruby system 3.0 system
2162026-06-20T23:48:38.188Zwords vendor vendor american-english
2172026-06-20T23:48:38.188Zwords system system australian-english
2182026-06-20T23:48:38.188Zwords system system british-english
2192026-06-20T23:48:38.188Zwords system system canadian-english
2202026-06-20T23:48:38.188Zwords system system french
2212026-06-20T23:48:38.188Zwords system system italian
2222026-06-20T23:48:38.188Zwords system system ngerman
2232026-06-20T23:48:38.188Zwords system system ogerman
2242026-06-20T23:48:38.188Zwords system system spanish
2252026-06-20T23:48:38.479ZPUBLISHER TYPE STATUS P LOCATION
2262026-06-20T23:48:38.479Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2272026-06-20T23:48:38.731ZFMRI IFO
2282026-06-20T23:48:38.731Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2292026-06-20T23:48:38.731Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2302026-06-20T23:48:38.731Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2312026-06-20T23:48:38.731Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2322026-06-20T23:48:38.731Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2332026-06-20T23:48:38.732Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2342026-06-20T23:48:38.732Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2352026-06-20T23:48:38.732Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2362026-06-20T23:48:38.732Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2372026-06-20T23:48:38.972Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2382026-06-20T23:48:39.234Z Updating crates.io index
2392026-06-20T23:48:39.267Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2402026-06-20T23:48:40.025Z Updating git repository `https://github.com/oxidecomputer/lldp`
2412026-06-20T23:48:40.424Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2422026-06-20T23:48:40.695Z Updating git repository `https://github.com/oxidecomputer/propolis`
2432026-06-20T23:48:41.848Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2442026-06-20T23:48:42.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
2452026-06-20T23:48:43.848Z Updating git repository `https://github.com/oxidecomputer/opte`
2462026-06-20T23:48:44.729Z Updating git repository `https://github.com/oxidecomputer/tofino`
2472026-06-20T23:48:44.939Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2482026-06-20T23:48:45.958Z Updating git repository `https://github.com/oxidecomputer/clickward`
2492026-06-20T23:48:46.297Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2502026-06-20T23:48:46.671Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-06-20T23:48:47.038Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2522026-06-20T23:48:47.436Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-06-20T23:48:47.909Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-06-20T23:48:48.193Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2552026-06-20T23:48:48.474Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2562026-06-20T23:48:48.701Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2572026-06-20T23:48:49.136Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2582026-06-20T23:48:49.347Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2592026-06-20T23:48:49.548Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2602026-06-20T23:48:49.785Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2612026-06-20T23:48:50.136Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2622026-06-20T23:48:50.576Z Updating git repository `https://github.com/oxidecomputer/erebor`
2632026-06-20T23:48:50.823Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2642026-06-20T23:48:51.197Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2652026-06-20T23:48:51.505Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2662026-06-20T23:48:52.018Z Updating git repository `https://github.com/oxidecomputer/ispf`
2672026-06-20T23:48:52.296Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682026-06-20T23:48:53.567Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2692026-06-20T23:48:54.412Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2702026-06-20T23:48:54.790Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2712026-06-20T23:48:55.037Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-06-20T23:48:55.487Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2732026-06-20T23:48:55.749Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2742026-06-20T23:48:56.136Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2752026-06-20T23:48:56.752Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-06-20T23:48:56.972Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-06-20T23:48:57.215Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-06-20T23:48:57.511Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-06-20T23:48:59.522Z Downloading crates ...
2802026-06-20T23:48:59.602Z Downloaded zerofrom-derive v0.1.6
2812026-06-20T23:48:59.605Z Downloaded version_check v0.9.5
2822026-06-20T23:48:59.607Z Downloaded yoke-derive v0.8.1
2832026-06-20T23:48:59.611Z Downloaded usdt-macro v0.5.0
2842026-06-20T23:48:59.614Z Downloaded memmap v0.7.0
2852026-06-20T23:48:59.614Z Downloaded icu_properties_data v2.1.2
2862026-06-20T23:48:59.617Z Downloaded toml_datetime v0.6.11
2872026-06-20T23:48:59.620Z Downloaded zerofrom v0.1.6
2882026-06-20T23:48:59.620Z Downloaded textwrap v0.16.2
2892026-06-20T23:48:59.622Z Downloaded camino-tempfile v1.4.1
2902026-06-20T23:48:59.622Z Downloaded usdt v0.5.0
2912026-06-20T23:48:59.622Z Downloaded cargo-util-schemas v0.8.2
2922026-06-20T23:48:59.625Z Downloaded utf8parse v0.2.2
2932026-06-20T23:48:59.625Z Downloaded cfg-if v1.0.4
2942026-06-20T23:48:59.629Z Downloaded once_cell v1.21.3
2952026-06-20T23:48:59.633Z Downloaded unicode-xid v0.2.6
2962026-06-20T23:48:59.633Z Downloaded unicode-linebreak v0.1.5
2972026-06-20T23:48:59.635Z Downloaded toml_write v0.1.2
2982026-06-20T23:48:59.636Z Downloaded thread-id v4.2.2
2992026-06-20T23:48:59.640Z Downloaded usdt-attr-macro v0.5.0
3002026-06-20T23:48:59.642Z Downloaded generic-array v0.14.7
3012026-06-20T23:48:59.642Z Downloaded tabled_derive v0.7.0
3022026-06-20T23:48:59.646Z Downloaded typeid v1.0.3
3032026-06-20T23:48:59.652Z Downloaded cpufeatures v0.2.17
3042026-06-20T23:48:59.655Z Downloaded utf8_iter v1.0.4
3052026-06-20T23:48:59.657Z Downloaded writeable v0.6.2
3062026-06-20T23:48:59.657Z Downloaded thiserror v2.0.18
3072026-06-20T23:48:59.660Z Downloaded zerovec-derive v0.11.2
3082026-06-20T23:48:59.663Z Downloaded toml v0.8.23
3092026-06-20T23:48:59.663Z Downloaded equivalent v1.0.2
3102026-06-20T23:48:59.663Z Downloaded thiserror v1.0.69
3112026-06-20T23:48:59.665Z Downloaded yoke v0.8.1
3122026-06-20T23:48:59.669Z Downloaded thiserror-impl v1.0.69
3132026-06-20T23:48:59.669Z Downloaded serde-value v0.7.0
3142026-06-20T23:48:59.669Z Downloaded thiserror-impl v2.0.18
3152026-06-20T23:48:59.669Z Downloaded is_terminal_polyfill v1.70.2
3162026-06-20T23:48:59.674Z Downloaded anstyle-query v1.1.5
3172026-06-20T23:48:59.674Z Downloaded zmij v1.0.21
3182026-06-20T23:48:59.674Z Downloaded plain v0.2.3
3192026-06-20T23:48:59.675Z Downloaded errno v0.3.14
3202026-06-20T23:48:59.680Z Downloaded form_urlencoded v1.2.2
3212026-06-20T23:48:59.683Z Downloaded ucd-trie v0.1.7
3222026-06-20T23:48:59.683Z Downloaded zerocopy-derive v0.7.35
3232026-06-20T23:48:59.685Z Downloaded cargo-platform v0.2.0
3242026-06-20T23:48:59.685Z Downloaded serde_spanned v0.6.9
3252026-06-20T23:48:59.688Z Downloaded usdt-impl v0.5.0
3262026-06-20T23:48:59.688Z Downloaded tinystr v0.8.2
3272026-06-20T23:48:59.691Z Downloaded colorchoice v1.0.4
3282026-06-20T23:48:59.693Z Downloaded unicode-ident v1.0.24
3292026-06-20T23:48:59.696Z Downloaded macaddr v1.0.1
3302026-06-20T23:48:59.698Z Downloaded smawk v0.3.2
3312026-06-20T23:48:59.701Z Downloaded dtrace-parser v0.2.0
3322026-06-20T23:48:59.701Z Downloaded idna_adapter v1.2.1
3332026-06-20T23:48:59.706Z Downloaded crypto-common v0.1.7
3342026-06-20T23:48:59.709Z Downloaded zerotrie v0.2.3
3352026-06-20T23:48:59.709Z Downloaded proc-macro-error-attr v1.0.4
3362026-06-20T23:48:59.709Z Downloaded fnv v1.0.7
3372026-06-20T23:48:59.712Z Downloaded typenum v1.19.0
3382026-06-20T23:48:59.712Z Downloaded block-buffer v0.10.4
3392026-06-20T23:48:59.715Z Downloaded percent-encoding v2.3.2
3402026-06-20T23:48:59.717Z Downloaded anstyle v1.0.14
3412026-06-20T23:48:59.720Z Downloaded toml_edit v0.22.27
3422026-06-20T23:48:59.724Z Downloaded displaydoc v0.2.5
3432026-06-20T23:48:59.724Z Downloaded url v2.5.8
3442026-06-20T23:48:59.727Z Downloaded byteorder v1.5.0
3452026-06-20T23:48:59.727Z Downloaded fastrand v2.3.0
3462026-06-20T23:48:59.729Z Downloaded terminal_size v0.4.3
3472026-06-20T23:48:59.735Z Downloaded zerovec v0.11.5
3482026-06-20T23:48:59.738Z Downloaded scroll_derive v0.12.1
3492026-06-20T23:48:59.741Z Downloaded dof v0.3.0
3502026-06-20T23:48:59.741Z Downloaded swrite v0.1.0
3512026-06-20T23:48:59.741Z Downloaded potential_utf v0.1.4
3522026-06-20T23:48:59.743Z Downloaded strsim v0.11.1
3532026-06-20T23:48:59.744Z Downloaded zerocopy v0.7.35
3542026-06-20T23:48:59.750Z Downloaded pretty-hex v0.4.1
3552026-06-20T23:48:59.753Z Downloaded stable_deref_trait v1.2.1
3562026-06-20T23:48:59.753Z Downloaded ordered-float v2.10.1
3572026-06-20T23:48:59.753Z Downloaded winnow v0.7.14
3582026-06-20T23:48:59.756Z Downloaded heck v0.5.0
3592026-06-20T23:48:59.759Z Downloaded anstyle-parse v1.0.0
3602026-06-20T23:48:59.759Z Downloaded cargo_toml v0.21.0
3612026-06-20T23:48:59.759Z Downloaded itoa v1.0.17
3622026-06-20T23:48:59.762Z Downloaded unicode-width v0.2.0
3632026-06-20T23:48:59.767Z Downloaded unicode-width v0.1.14
3642026-06-20T23:48:59.769Z Downloaded synstructure v0.13.2
3652026-06-20T23:48:59.769Z Downloaded bytecount v0.6.9
3662026-06-20T23:48:59.772Z Downloaded anstream v1.0.0
3672026-06-20T23:48:59.772Z Downloaded cargo_metadata v0.21.0
3682026-06-20T23:48:59.772Z Downloaded clap_lex v1.0.0
3692026-06-20T23:48:59.777Z Downloaded proc-macro-error v1.0.4
3702026-06-20T23:48:59.780Z Downloaded scroll v0.12.0
3712026-06-20T23:48:59.783Z Downloaded fs-err v3.3.0
3722026-06-20T23:48:59.786Z Downloaded heck v0.4.1
3732026-06-20T23:48:59.789Z Downloaded serde_tokenstream v0.2.3
3742026-06-20T23:48:59.789Z Downloaded quote v1.0.45
3752026-06-20T23:48:59.795Z Downloaded serde-untagged v0.1.9
3762026-06-20T23:48:59.798Z Downloaded sha2 v0.10.9
3772026-06-20T23:48:59.801Z Downloaded erased-serde v0.4.9
3782026-06-20T23:48:59.805Z Downloaded digest v0.10.7
3792026-06-20T23:48:59.808Z Downloaded autocfg v1.5.0
3802026-06-20T23:48:59.808Z Downloaded semver v1.0.28
3812026-06-20T23:48:59.811Z Downloaded litemap v0.8.1
3822026-06-20T23:48:59.821Z Downloaded clap_derive v4.6.1
3832026-06-20T23:48:59.825Z Downloaded tempfile v3.25.0
3842026-06-20T23:48:59.833Z Downloaded smallvec v1.15.1
3852026-06-20T23:48:59.836Z Downloaded clap v4.6.1
3862026-06-20T23:48:59.839Z Downloaded pest_generator v2.8.6
3872026-06-20T23:48:59.903Z Downloaded bitflags v2.11.0
3882026-06-20T23:48:59.903Z Downloaded anyhow v1.0.102
3892026-06-20T23:48:59.903Z Downloaded log v0.4.29
3902026-06-20T23:48:59.903Z Downloaded getrandom v0.4.1
3912026-06-20T23:48:59.903Z Downloaded camino v1.2.2
3922026-06-20T23:48:59.903Z Downloaded pest_derive v2.8.6
3932026-06-20T23:48:59.903Z Downloaded num-traits v0.2.19
3942026-06-20T23:48:59.903Z Downloaded icu_provider v2.1.1
3952026-06-20T23:48:59.903Z Downloaded pest v2.8.6
3962026-06-20T23:48:59.903Z Downloaded indexmap v2.14.0
3972026-06-20T23:48:59.903Z Downloaded proc-macro2 v1.0.106
3982026-06-20T23:48:59.903Z Downloaded icu_normalizer v2.1.1
3992026-06-20T23:48:59.903Z Downloaded icu_normalizer_data v2.1.1
4002026-06-20T23:48:59.903Z Downloaded papergrid v0.11.0
4012026-06-20T23:48:59.903Z Downloaded serde_derive v1.0.228
4022026-06-20T23:48:59.903Z Downloaded icu_properties v2.1.2
4032026-06-20T23:48:59.903Z Downloaded serde_core v1.0.228
4042026-06-20T23:48:59.921Z Downloaded serde v1.0.228
4052026-06-20T23:48:59.924Z Downloaded icu_locale_core v2.1.1
4062026-06-20T23:48:59.927Z Downloaded pest_meta v2.8.6
4072026-06-20T23:48:59.934Z Downloaded memchr v2.8.0
4082026-06-20T23:48:59.934Z Downloaded icu_collections v2.1.1
4092026-06-20T23:48:59.948Z Downloaded idna v1.1.0
4102026-06-20T23:48:59.961Z Downloaded hashbrown v0.17.0
4112026-06-20T23:48:59.967Z Downloaded clap_builder v4.6.0
4122026-06-20T23:48:59.970Z Downloaded serde_json v1.0.149
4132026-06-20T23:48:59.990Z Downloaded tabled v0.15.0
4142026-06-20T23:48:59.998Z Downloaded goblin v0.8.2
4152026-06-20T23:49:00.004Z Downloaded syn v1.0.109
4162026-06-20T23:49:00.013Z Downloaded syn v2.0.117
4172026-06-20T23:49:00.028Z Downloaded rustix v1.1.3
4182026-06-20T23:49:00.059Z Downloaded libc v0.2.185
4192026-06-20T23:49:00.128Z Compiling proc-macro2 v1.0.106
4202026-06-20T23:49:00.128Z Compiling quote v1.0.45
4212026-06-20T23:49:00.132Z Compiling unicode-ident v1.0.24
4222026-06-20T23:49:00.132Z Compiling serde_core v1.0.228
4232026-06-20T23:49:00.132Z Compiling libc v0.2.185
4242026-06-20T23:49:00.133Z Compiling version_check v0.9.5
4252026-06-20T23:49:00.133Z Compiling stable_deref_trait v1.2.1
4262026-06-20T23:49:00.133Z Compiling memchr v2.8.0
4272026-06-20T23:49:00.473Z Compiling serde v1.0.228
4282026-06-20T23:49:00.493Z Compiling zmij v1.0.21
4292026-06-20T23:49:00.734Z Compiling thiserror v1.0.69
4302026-06-20T23:49:00.836Z Compiling ucd-trie v0.1.7
4312026-06-20T23:49:01.000Z Compiling itoa v1.0.17
4322026-06-20T23:49:01.082Z Compiling autocfg v1.5.0
4332026-06-20T23:49:01.171Z Compiling pest v2.8.6
4342026-06-20T23:49:01.171Z Compiling writeable v0.6.2
4352026-06-20T23:49:01.171Z Compiling litemap v0.8.1
4362026-06-20T23:49:01.258Z Compiling rustix v1.1.3
4372026-06-20T23:49:01.304Z Compiling icu_properties_data v2.1.2
4382026-06-20T23:49:01.344Z Compiling byteorder v1.5.0
4392026-06-20T23:49:01.543Z Compiling icu_normalizer_data v2.1.1
4402026-06-20T23:49:01.585Z Compiling syn v2.0.117
4412026-06-20T23:49:01.689Z Compiling errno v0.3.14
4422026-06-20T23:49:01.757Z Compiling serde_json v1.0.149
4432026-06-20T23:49:01.775Z Compiling bitflags v2.11.0
4442026-06-20T23:49:01.865Z Compiling num-traits v0.2.19
4452026-06-20T23:49:01.972Z Compiling equivalent v1.0.2
4462026-06-20T23:49:02.048Z Compiling smallvec v1.15.1
4472026-06-20T23:49:02.064Z Compiling pest_meta v2.8.6
4482026-06-20T23:49:02.195Z Compiling hashbrown v0.17.0
4492026-06-20T23:49:02.274Z Compiling typeid v1.0.3
4502026-06-20T23:49:02.481Z Compiling thread-id v4.2.2
4512026-06-20T23:49:02.530Z Compiling proc-macro-error-attr v1.0.4
4522026-06-20T23:49:02.565Z Compiling usdt-impl v0.5.0
4532026-06-20T23:49:02.593Z Compiling toml_write v0.1.2
4542026-06-20T23:49:02.710Z Compiling indexmap v2.14.0
4552026-06-20T23:49:02.745Z Compiling winnow v0.7.14
4562026-06-20T23:49:02.776Z Compiling syn v1.0.109
4572026-06-20T23:49:02.972Z Compiling erased-serde v0.4.9
4582026-06-20T23:49:03.359Z Compiling proc-macro-error v1.0.4
4592026-06-20T23:49:03.382Z Compiling getrandom v0.4.1
4602026-06-20T23:49:03.550Z Compiling utf8_iter v1.0.4
4612026-06-20T23:49:03.735Z Compiling thiserror v2.0.18
4622026-06-20T23:49:03.806Z Compiling plain v0.2.3
4632026-06-20T23:49:03.806Z Compiling camino v1.2.2
4642026-06-20T23:49:03.856Z Compiling percent-encoding v2.3.2
4652026-06-20T23:49:03.894Z Compiling log v0.4.29
4662026-06-20T23:49:03.908Z Compiling utf8parse v0.2.2
4672026-06-20T23:49:04.025Z Compiling anstyle-parse v1.0.0
4682026-06-20T23:49:04.041Z Compiling form_urlencoded v1.2.2
4692026-06-20T23:49:04.072Z Compiling ordered-float v2.10.1
4702026-06-20T23:49:04.261Z Compiling synstructure v0.13.2
4712026-06-20T23:49:04.277Z Compiling pest_generator v2.8.6
4722026-06-20T23:49:04.345Z Compiling terminal_size v0.4.3
4732026-06-20T23:49:04.488Z Compiling anstyle-query v1.1.5
4742026-06-20T23:49:04.576Z Compiling pretty-hex v0.4.1
4752026-06-20T23:49:04.603Z Compiling anstyle v1.0.14
4762026-06-20T23:49:04.618Z Compiling cfg-if v1.0.4
4772026-06-20T23:49:04.682Z Compiling is_terminal_polyfill v1.70.2
4782026-06-20T23:49:04.712Z Compiling colorchoice v1.0.4
4792026-06-20T23:49:04.800Z Compiling serde-untagged v0.1.9
4802026-06-20T23:49:04.838Z Compiling anstream v1.0.0
4812026-06-20T23:49:04.912Z Compiling semver v1.0.28
4822026-06-20T23:49:05.002Z Compiling fs-err v3.3.0
4832026-06-20T23:49:05.040Z Compiling clap_lex v1.0.0
4842026-06-20T23:49:05.142Z Compiling bytecount v0.6.9
4852026-06-20T23:49:05.193Z Compiling heck v0.4.1
4862026-06-20T23:49:05.279Z Compiling heck v0.5.0
4872026-06-20T23:49:05.313Z Compiling strsim v0.11.1
4882026-06-20T23:49:05.313Z Compiling unicode-xid v0.2.6
4892026-06-20T23:49:05.313Z Compiling anyhow v1.0.102
4902026-06-20T23:49:05.433Z Compiling once_cell v1.21.3
4912026-06-20T23:49:05.475Z Compiling fastrand v2.3.0
4922026-06-20T23:49:05.616Z Compiling fnv v1.0.7
4932026-06-20T23:49:05.650Z Compiling unicode-width v0.1.14
4942026-06-20T23:49:05.727Z Compiling tempfile v3.25.0
4952026-06-20T23:49:05.762Z Compiling clap_builder v4.6.0
4962026-06-20T23:49:05.843Z Compiling papergrid v0.11.0
4972026-06-20T23:49:05.887Z Compiling memmap v0.7.0
4982026-06-20T23:49:05.933Z Compiling unicode-linebreak v0.1.5
4992026-06-20T23:49:06.006Z Compiling serde_derive v1.0.228
5002026-06-20T23:49:06.091Z Compiling zerofrom-derive v0.1.6
5012026-06-20T23:49:06.131Z Compiling yoke-derive v0.8.1
5022026-06-20T23:49:06.162Z Compiling zerovec-derive v0.11.2
5032026-06-20T23:49:06.340Z Compiling displaydoc v0.2.5
5042026-06-20T23:49:07.068Z Compiling thiserror-impl v1.0.69
5052026-06-20T23:49:07.222Z Compiling zerocopy-derive v0.7.35
5062026-06-20T23:49:07.239Z Compiling pest_derive v2.8.6
5072026-06-20T23:49:07.242Z Compiling scroll_derive v0.12.1
5082026-06-20T23:49:07.403Z Compiling zerofrom v0.1.6
5092026-06-20T23:49:07.534Z Compiling yoke v0.8.1
5102026-06-20T23:49:07.660Z Compiling thiserror-impl v2.0.18
5112026-06-20T23:49:07.739Z Compiling zerovec v0.11.5
5122026-06-20T23:49:07.953Z Compiling zerotrie v0.2.3
5132026-06-20T23:49:08.146Z Compiling zerocopy v0.7.35
5142026-06-20T23:49:08.254Z Compiling tinystr v0.8.2
5152026-06-20T23:49:08.302Z Compiling potential_utf v0.1.4
5162026-06-20T23:49:08.485Z Compiling icu_locale_core v2.1.1
5172026-06-20T23:49:08.496Z Compiling icu_collections v2.1.1
5182026-06-20T23:49:08.504Z Compiling dtrace-parser v0.2.0
5192026-06-20T23:49:08.711Z Compiling scroll v0.12.0
5202026-06-20T23:49:08.765Z Compiling tabled_derive v0.7.0
5212026-06-20T23:49:08.991Z Compiling goblin v0.8.2
5222026-06-20T23:49:08.991Z Compiling clap_derive v4.6.1
5232026-06-20T23:49:09.151Z Compiling icu_provider v2.1.1
5242026-06-20T23:49:09.260Z Compiling smawk v0.3.2
5252026-06-20T23:49:09.395Z Compiling icu_properties v2.1.2
5262026-06-20T23:49:09.402Z Compiling icu_normalizer v2.1.1
5272026-06-20T23:49:09.407Z Compiling serde_spanned v0.6.9
5282026-06-20T23:49:09.433Z Compiling toml_datetime v0.6.11
5292026-06-20T23:49:09.448Z Compiling dof v0.3.0
5302026-06-20T23:49:09.565Z Compiling serde_tokenstream v0.2.3
5312026-06-20T23:49:09.656Z Compiling toml_edit v0.22.27
5322026-06-20T23:49:09.699Z Compiling serde-value v0.7.0
5332026-06-20T23:49:09.879Z Compiling cargo-platform v0.2.0
5342026-06-20T23:49:09.934Z Compiling unicode-width v0.2.0
5352026-06-20T23:49:10.060Z Compiling tabled v0.15.0
5362026-06-20T23:49:10.152Z Compiling textwrap v0.16.2
5372026-06-20T23:49:10.210Z Compiling macaddr v1.0.1
5382026-06-20T23:49:10.434Z Compiling idna_adapter v1.2.1
5392026-06-20T23:49:10.450Z Compiling usdt-attr-macro v0.5.0
5402026-06-20T23:49:10.474Z Compiling usdt-macro v0.5.0
5412026-06-20T23:49:10.575Z Compiling idna v1.1.0
5422026-06-20T23:49:10.613Z Compiling camino-tempfile v1.4.1
5432026-06-20T23:49:10.786Z Compiling clap v4.6.1
5442026-06-20T23:49:10.878Z Compiling url v2.5.8
5452026-06-20T23:49:11.107Z Compiling toml v0.8.23
5462026-06-20T23:49:11.243Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5472026-06-20T23:49:11.421Z Compiling swrite v0.1.0
5482026-06-20T23:49:11.495Z Compiling cargo-util-schemas v0.8.2
5492026-06-20T23:49:11.524Z Compiling cargo_toml v0.21.0
5502026-06-20T23:49:11.963Z Compiling usdt v0.5.0
5512026-06-20T23:49:12.432Z Compiling cargo_metadata v0.21.0
5522026-06-20T23:49:13.384Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5532026-06-20T23:49:15.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.65s
5542026-06-20T23:49:15.685Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5552026-06-20T23:49:16.179Z Downloading crates ...
5562026-06-20T23:49:16.271Z Downloaded adler2 v2.0.1
5572026-06-20T23:49:16.274Z Downloaded aead v0.5.2
5582026-06-20T23:49:16.277Z Downloaded array-init v0.0.4
5592026-06-20T23:49:16.277Z Downloaded argon2 v0.5.3
5602026-06-20T23:49:16.281Z Downloaded arrayref v0.3.9
5612026-06-20T23:49:16.286Z Downloaded arrayvec v0.7.6
5622026-06-20T23:49:16.291Z Downloaded ar_archive_writer v0.5.1
5632026-06-20T23:49:16.294Z Downloaded atty v0.2.14
5642026-06-20T23:49:16.297Z Downloaded atomic-waker v1.1.2
5652026-06-20T23:49:16.297Z Downloaded crc-any v2.5.0
5662026-06-20T23:49:16.299Z Downloaded arc-swap v1.8.2
5672026-06-20T23:49:16.301Z Downloaded bcs v0.1.6
5682026-06-20T23:49:16.302Z Downloaded derive_more v0.99.20
5692026-06-20T23:49:16.305Z Downloaded async-trait v0.1.89
5702026-06-20T23:49:16.308Z Downloaded buf-list v1.1.2
5712026-06-20T23:49:16.312Z Downloaded block-padding v0.3.3
5722026-06-20T23:49:16.312Z Downloaded base16ct v0.2.0
5732026-06-20T23:49:16.312Z Downloaded either v1.15.0
5742026-06-20T23:49:16.316Z Downloaded env_filter v1.0.0
5752026-06-20T23:49:16.316Z Downloaded crossbeam-epoch v0.9.18
5762026-06-20T23:49:16.316Z Downloaded anstyle-parse v0.2.7
5772026-06-20T23:49:16.319Z Downloaded cobs v0.3.0
5782026-06-20T23:49:16.319Z Downloaded async-stream-impl v0.3.6
5792026-06-20T23:49:16.319Z Downloaded crossbeam-utils v0.8.21
5802026-06-20T23:49:16.323Z Downloaded ena v0.14.4
5812026-06-20T23:49:16.323Z Downloaded crc32fast v1.5.0
5822026-06-20T23:49:16.323Z Downloaded crc-catalog v2.4.0
5832026-06-20T23:49:16.325Z Downloaded castaway v0.2.4
5842026-06-20T23:49:16.326Z Downloaded cassowary v0.3.0
5852026-06-20T23:49:16.326Z Downloaded bit-vec v0.6.3
5862026-06-20T23:49:16.328Z Downloaded difflib v0.4.0
5872026-06-20T23:49:16.328Z Downloaded chacha20 v0.9.1
5882026-06-20T23:49:16.334Z Downloaded debug-ignore v1.0.5
5892026-06-20T23:49:16.334Z Downloaded ascii-canvas v3.0.0
5902026-06-20T23:49:16.337Z Downloaded async-recursion v1.1.1
5912026-06-20T23:49:16.337Z Downloaded curve25519-dalek-derive v0.1.1
5922026-06-20T23:49:16.337Z Downloaded ctr v0.9.2
5932026-06-20T23:49:16.337Z Downloaded cstr-argument v0.1.2
5942026-06-20T23:49:16.343Z Downloaded crunchy v0.2.4
5952026-06-20T23:49:16.343Z Downloaded crossbeam-deque v0.8.6
5962026-06-20T23:49:16.343Z Downloaded cargo-platform v0.3.2
5972026-06-20T23:49:16.350Z Downloaded critical-section v1.2.0
5982026-06-20T23:49:16.351Z Downloaded ciborium-io v0.2.2
5992026-06-20T23:49:16.351Z Downloaded daft-derive v0.1.7
6002026-06-20T23:49:16.351Z Downloaded daft v0.1.7
6012026-06-20T23:49:16.356Z Downloaded cbc v0.1.2
6022026-06-20T23:49:16.356Z Downloaded enum-as-inner v0.6.1
6032026-06-20T23:49:16.356Z Downloaded cfg_aliases v0.2.1
6042026-06-20T23:49:16.356Z Downloaded bit-set v0.8.0
6052026-06-20T23:49:16.356Z Downloaded embedded-io v0.6.1
6062026-06-20T23:49:16.356Z Downloaded bitfield-struct v0.6.2
6072026-06-20T23:49:16.356Z Downloaded ciborium-ll v0.2.2
6082026-06-20T23:49:16.359Z Downloaded bit-vec v0.8.0
6092026-06-20T23:49:16.359Z Downloaded darling v0.21.3
6102026-06-20T23:49:16.359Z Downloaded cpufeatures v0.3.0
6112026-06-20T23:49:16.363Z Downloaded crc v3.4.0
6122026-06-20T23:49:16.363Z Downloaded ff v0.13.1
6132026-06-20T23:49:16.366Z Downloaded env_logger v0.11.9
6142026-06-20T23:49:16.366Z Downloaded bit-set v0.5.3
6152026-06-20T23:49:16.369Z Downloaded assert_matches v1.5.0
6162026-06-20T23:49:16.371Z Downloaded endian-type v0.1.2
6172026-06-20T23:49:16.371Z Downloaded display-error-chain v0.2.2
6182026-06-20T23:49:16.372Z Downloaded darling_macro v0.13.4
6192026-06-20T23:49:16.372Z Downloaded embedded-io v0.4.0
6202026-06-20T23:49:16.375Z Downloaded crucible-workspace-hack v0.1.0
6212026-06-20T23:49:16.375Z Downloaded constant_time_eq v0.4.2
6222026-06-20T23:49:16.377Z Downloaded data-encoding v2.10.0
6232026-06-20T23:49:16.377Z Downloaded elliptic-curve v0.13.8
6242026-06-20T23:49:16.381Z Downloaded csv-core v0.1.13
6252026-06-20T23:49:16.381Z Downloaded darling_macro v0.23.0
6262026-06-20T23:49:16.381Z Downloaded convert_case v0.10.0
6272026-06-20T23:49:16.385Z Downloaded defmt v0.3.100
6282026-06-20T23:49:16.385Z Downloaded foreign-types v0.3.2
6292026-06-20T23:49:16.385Z Downloaded bitfield-macros v0.19.4
6302026-06-20T23:49:16.389Z Downloaded document-features v0.2.12
6312026-06-20T23:49:16.391Z Downloaded fixedbitset v0.4.2
6322026-06-20T23:49:16.391Z Downloaded convert_case v0.4.0
6332026-06-20T23:49:16.391Z Downloaded darling_macro v0.21.3
6342026-06-20T23:49:16.391Z Downloaded async-stream v0.3.6
6352026-06-20T23:49:16.394Z Downloaded dropshot-api-manager-types v0.7.2
6362026-06-20T23:49:16.398Z Downloaded float-cmp v0.10.0
6372026-06-20T23:49:16.398Z Downloaded crc8 v0.1.1
6382026-06-20T23:49:16.401Z Downloaded dof v0.4.0
6392026-06-20T23:49:16.401Z Downloaded darling_macro v0.20.11
6402026-06-20T23:49:16.401Z Downloaded compression-core v0.4.31
6412026-06-20T23:49:16.401Z Downloaded dtrace-parser v0.3.0
6422026-06-20T23:49:16.401Z Downloaded derive_builder_macro v0.20.2
6432026-06-20T23:49:16.402Z Downloaded cfg_aliases v0.1.1
6442026-06-20T23:49:16.405Z Downloaded flagset v0.4.7
6452026-06-20T23:49:16.405Z Downloaded foreign-types-shared v0.1.1
6462026-06-20T23:49:16.405Z Downloaded fd-lock v4.0.4
6472026-06-20T23:49:16.409Z Downloaded foreign-types v0.5.0
6482026-06-20T23:49:16.409Z Downloaded bb8 v0.8.6
6492026-06-20T23:49:16.409Z Downloaded atomicwrites v0.4.4
6502026-06-20T23:49:16.412Z Downloaded dirs-sys-next v0.1.2
6512026-06-20T23:49:16.412Z Downloaded float-ord v0.3.2
6522026-06-20T23:49:16.412Z Downloaded dunce v1.0.5
6532026-06-20T23:49:16.412Z Downloaded defmt-parser v1.0.0
6542026-06-20T23:49:16.412Z Downloaded dirs-next v2.0.0
6552026-06-20T23:49:16.415Z Downloaded foreign-types-shared v0.3.1
6562026-06-20T23:49:16.415Z Downloaded foreign-types-macros v0.2.3
6572026-06-20T23:49:16.415Z Downloaded dsl_auto_type v0.2.0
6582026-06-20T23:49:16.418Z Downloaded futures-macro v0.3.32
6592026-06-20T23:49:16.418Z Downloaded diesel-dtrace v0.5.0
6602026-06-20T23:49:16.418Z Downloaded dyn-clone v1.0.20
6612026-06-20T23:49:16.420Z Downloaded futures-io v0.3.32
6622026-06-20T23:49:16.423Z Downloaded const_format_proc_macros v0.2.34
6632026-06-20T23:49:16.423Z Downloaded base64 v0.21.7
6642026-06-20T23:49:16.427Z Downloaded anstream v0.6.21
6652026-06-20T23:49:16.429Z Downloaded cargo_metadata v0.23.1
6662026-06-20T23:49:16.429Z Downloaded futures-sink v0.3.32
6672026-06-20T23:49:16.429Z Downloaded futures-core v0.3.32
6682026-06-20T23:49:16.432Z Downloaded git-stub v1.0.0
6692026-06-20T23:49:16.432Z Downloaded corncobs v0.1.4
6702026-06-20T23:49:16.432Z Downloaded fxhash v0.2.1
6712026-06-20T23:49:16.435Z Downloaded bzip2 v0.4.4
6722026-06-20T23:49:16.435Z Downloaded derive-ex v0.1.8
6732026-06-20T23:49:16.438Z Downloaded der_derive v0.7.3
6742026-06-20T23:49:16.438Z Downloaded ciborium v0.2.2
6752026-06-20T23:49:16.441Z Downloaded darling_core v0.13.4
6762026-06-20T23:49:16.441Z Downloaded gethostname v0.5.0
6772026-06-20T23:49:16.444Z Downloaded const-oid v0.9.6
6782026-06-20T23:49:16.444Z Downloaded ghash v0.5.1
6792026-06-20T23:49:16.444Z Downloaded blowfish v0.9.1
6802026-06-20T23:49:16.447Z Downloaded headers-core v0.3.0
6812026-06-20T23:49:16.447Z Downloaded globwalk v0.9.1
6822026-06-20T23:49:16.447Z Downloaded hash32 v0.3.1
6832026-06-20T23:49:16.450Z Downloaded hex-literal v0.4.1
6842026-06-20T23:49:16.450Z Downloaded hash32 v0.2.1
6852026-06-20T23:49:16.451Z Downloaded darling v0.13.4
6862026-06-20T23:49:16.454Z Downloaded cmake v0.1.57
6872026-06-20T23:49:16.454Z Downloaded futures-task v0.3.32
6882026-06-20T23:49:16.456Z Downloaded hex v0.4.3
6892026-06-20T23:49:16.456Z Downloaded home v0.5.12
6902026-06-20T23:49:16.456Z Downloaded downcast-rs v2.0.2
6912026-06-20T23:49:16.460Z Downloaded crypto-bigint v0.5.5
6922026-06-20T23:49:16.463Z Downloaded ed25519 v2.2.3
6932026-06-20T23:49:16.463Z Downloaded filetime v0.2.27
6942026-06-20T23:49:16.466Z Downloaded fallible-iterator v0.2.0
6952026-06-20T23:49:16.466Z Downloaded defmt v1.0.1
6962026-06-20T23:49:16.468Z Downloaded foldhash v0.2.0
6972026-06-20T23:49:16.468Z Downloaded compression-codecs v0.4.37
6982026-06-20T23:49:16.471Z Downloaded httpdate v1.0.3
6992026-06-20T23:49:16.474Z Downloaded hostname v0.4.2
7002026-06-20T23:49:16.474Z Downloaded cexpr v0.6.0
7012026-06-20T23:49:16.476Z Downloaded cipher v0.4.4
7022026-06-20T23:49:16.476Z Downloaded camino-tempfile-ext v0.3.3
7032026-06-20T23:49:16.479Z Downloaded fixedbitset v0.5.7
7042026-06-20T23:49:16.479Z Downloaded diesel_table_macro_syntax v0.3.0
7052026-06-20T23:49:16.479Z Downloaded derive_builder_core v0.20.2
7062026-06-20T23:49:16.482Z Downloaded fs-err v2.11.0
7072026-06-20T23:49:16.482Z Downloaded foldhash v0.1.5
7082026-06-20T23:49:16.485Z Downloaded hubpack v0.1.2
7092026-06-20T23:49:16.485Z Downloaded erased-serde v0.3.31
7102026-06-20T23:49:16.488Z Downloaded darling v0.23.0
7112026-06-20T23:49:16.490Z Downloaded glob v0.3.3
7122026-06-20T23:49:16.493Z Downloaded illumos-nvpair-sys v0.2.0
7132026-06-20T23:49:16.493Z Downloaded ident_case v1.0.1
7142026-06-20T23:49:16.493Z Downloaded hyper-tls v0.6.0
7152026-06-20T23:49:16.493Z Downloaded git-stub-vcs v0.1.0
7162026-06-20T23:49:16.497Z Downloaded clang-sys v1.8.1
7172026-06-20T23:49:16.497Z Downloaded drift v0.2.0
7182026-06-20T23:49:16.503Z Downloaded illumos-nvpair v0.3.0
7192026-06-20T23:49:16.506Z Downloaded hubpack_derive v0.1.1
7202026-06-20T23:49:16.506Z Downloaded colored v3.1.1
7212026-06-20T23:49:16.506Z Downloaded internet-checksum v0.2.1
7222026-06-20T23:49:16.506Z Downloaded indent_write v2.2.0
7232026-06-20T23:49:16.510Z Downloaded inout v0.1.4
7242026-06-20T23:49:16.510Z Downloaded indoc v1.0.9
7252026-06-20T23:49:16.512Z Downloaded globset v0.4.18
7262026-06-20T23:49:16.512Z Downloaded chacha20 v0.10.0
7272026-06-20T23:49:16.515Z Downloaded instant v0.1.13
7282026-06-20T23:49:16.516Z Downloaded derive_builder v0.20.2
7292026-06-20T23:49:16.518Z Downloaded ed25519-dalek v2.2.0
7302026-06-20T23:49:16.521Z Downloaded is_ci v1.2.0
7312026-06-20T23:49:16.521Z Downloaded is-terminal v0.4.17
7322026-06-20T23:49:16.525Z Downloaded darling v0.20.11
7332026-06-20T23:49:16.528Z Downloaded hostname v0.3.1
7342026-06-20T23:49:16.528Z Downloaded lazy_static v1.5.0
7352026-06-20T23:49:16.528Z Downloaded linked-hash-map v0.5.6
7362026-06-20T23:49:16.530Z Downloaded lalrpop-util v0.19.12
7372026-06-20T23:49:16.530Z Downloaded kstat-rs v0.2.4
7382026-06-20T23:49:16.531Z Downloaded instability v0.3.11
7392026-06-20T23:49:16.531Z Downloaded lru v0.12.5
7402026-06-20T23:49:16.533Z Downloaded keccak v0.1.6
7412026-06-20T23:49:16.533Z Downloaded cancel-safe-futures v0.1.5
7422026-06-20T23:49:16.538Z Downloaded console v0.16.2
7432026-06-20T23:49:16.538Z Downloaded colored v2.2.0
7442026-06-20T23:49:16.540Z Downloaded ahash v0.8.12
7452026-06-20T23:49:16.540Z Downloaded deranged v0.5.8
7462026-06-20T23:49:16.543Z Downloaded humantime v2.3.0
7472026-06-20T23:49:16.544Z Downloaded hyper-staticfile v0.10.1
7482026-06-20T23:49:16.547Z Downloaded http-body-util v0.1.3
7492026-06-20T23:49:16.547Z Downloaded libscf-sys v1.1.0
7502026-06-20T23:49:16.547Z Downloaded cookie_store v0.22.1
7512026-06-20T23:49:16.547Z Downloaded mime v0.3.17
7522026-06-20T23:49:16.552Z Downloaded blake2 v0.10.6
7532026-06-20T23:49:16.552Z Downloaded maplit v1.0.2
7542026-06-20T23:49:16.552Z Downloaded cookie v0.18.1
7552026-06-20T23:49:16.556Z Downloaded base64ct v1.8.3
7562026-06-20T23:49:16.556Z Downloaded futures-executor v0.3.32
7572026-06-20T23:49:16.556Z Downloaded lru-cache v0.1.2
7582026-06-20T23:49:16.560Z Downloaded memoffset v0.9.1
7592026-06-20T23:49:16.560Z Downloaded futures-channel v0.3.32
7602026-06-20T23:49:16.560Z Downloaded maybe-uninit v2.0.0
7612026-06-20T23:49:16.560Z Downloaded lru-slab v0.1.2
7622026-06-20T23:49:16.560Z Downloaded highway v1.3.0
7632026-06-20T23:49:16.562Z Downloaded bzip2 v0.6.1
7642026-06-20T23:49:16.563Z Downloaded half v1.8.3
7652026-06-20T23:49:16.563Z Downloaded console v0.15.11
7662026-06-20T23:49:16.566Z Downloaded md5 v0.7.0
7672026-06-20T23:49:16.566Z Downloaded group v0.13.0
7682026-06-20T23:49:16.568Z Downloaded match_cfg v0.1.0
7692026-06-20T23:49:16.568Z Downloaded backon v1.6.0
7702026-06-20T23:49:16.568Z Downloaded indoc v2.0.7
7712026-06-20T23:49:16.571Z Downloaded managed v0.8.0
7722026-06-20T23:49:16.571Z Downloaded md-5 v0.10.6
7732026-06-20T23:49:16.574Z Downloaded lzss v0.8.2
7742026-06-20T23:49:16.574Z Downloaded ipnetwork v0.21.1
7752026-06-20T23:49:16.576Z Downloaded ipnet v2.11.0
7762026-06-20T23:49:16.576Z Downloaded newtype_derive v0.1.6
7772026-06-20T23:49:16.576Z Downloaded nibble_vec v0.1.0
7782026-06-20T23:49:16.580Z Downloaded newtype-uuid-macros v0.1.0
7792026-06-20T23:49:16.580Z Downloaded fatfs v0.3.6
7802026-06-20T23:49:16.582Z Downloaded base64 v0.22.1
7812026-06-20T23:49:16.582Z Downloaded new_debug_unreachable v1.0.6
7822026-06-20T23:49:16.585Z Downloaded multimap v0.10.1
7832026-06-20T23:49:16.585Z Downloaded impl-trait-for-tuples v0.2.3
7842026-06-20T23:49:16.585Z Downloaded http-range v0.1.5
7852026-06-20T23:49:16.588Z Downloaded ingot v0.1.1
7862026-06-20T23:49:16.588Z Downloaded http-body v1.0.1
7872026-06-20T23:49:16.588Z Downloaded diff v0.1.13
7882026-06-20T23:49:16.591Z Downloaded fs_extra v1.3.0
7892026-06-20T23:49:16.591Z Downloaded ingot-types v0.1.2
7902026-06-20T23:49:16.593Z Downloaded ecdsa v0.16.9
7912026-06-20T23:49:16.593Z Downloaded nodrop v0.1.14
7922026-06-20T23:49:16.596Z Downloaded newline-converter v0.3.0
7932026-06-20T23:49:16.596Z Downloaded jobserver v0.1.34
7942026-06-20T23:49:16.596Z Downloaded nonempty v0.12.0
7952026-06-20T23:49:16.602Z Downloaded num-iter v0.1.45
7962026-06-20T23:49:16.602Z Downloaded normalize-line-endings v0.3.0
7972026-06-20T23:49:16.602Z Downloaded num-derive v0.4.2
7982026-06-20T23:49:16.651Z Downloaded num-derive v0.3.3
7992026-06-20T23:49:16.651Z Downloaded olpc-cjson v0.1.4
8002026-06-20T23:49:16.651Z Downloaded num-conv v0.2.0
8012026-06-20T23:49:16.651Z Downloaded libsw v3.5.0
8022026-06-20T23:49:16.651Z Downloaded defmt-macros v1.0.1
8032026-06-20T23:49:16.651Z Downloaded lock_api v0.4.14
8042026-06-20T23:49:16.651Z Downloaded dropshot_endpoint v0.17.0
8052026-06-20T23:49:16.651Z Downloaded libsw-core v0.3.2
8062026-06-20T23:49:16.651Z Downloaded aes v0.8.4
8072026-06-20T23:49:16.651Z Downloaded httparse v1.10.1
8082026-06-20T23:49:16.651Z Downloaded num_threads v0.1.7
8092026-06-20T23:49:16.651Z Downloaded darling_core v0.23.0
8102026-06-20T23:49:16.651Z Downloaded futures v0.3.32
8112026-06-20T23:49:16.651Z Downloaded hmac v0.12.1
8122026-06-20T23:49:16.651Z Downloaded flume v0.11.1
8132026-06-20T23:49:16.651Z Downloaded openssl-probe v0.2.1
8142026-06-20T23:49:16.651Z Downloaded openssl-probe v0.1.6
8152026-06-20T23:49:16.651Z Downloaded mime_guess v2.0.5
8162026-06-20T23:49:16.651Z Downloaded opaque-debug v0.3.1
8172026-06-20T23:49:16.651Z Downloaded packed_struct_codegen v0.10.1
8182026-06-20T23:49:16.652Z Downloaded linear-map v1.2.0
8192026-06-20T23:49:16.652Z Downloaded oso-derive v0.27.3
8202026-06-20T23:49:16.652Z Downloaded openssl-macros v0.1.1
8212026-06-20T23:49:16.652Z Downloaded libefi-sys v0.1.0
8222026-06-20T23:49:16.652Z Downloaded async-bb8-diesel v0.2.1
8232026-06-20T23:49:16.652Z Downloaded bitflags v1.3.2
8242026-06-20T23:49:16.652Z Downloaded find-msvc-tools v0.1.9
8252026-06-20T23:49:16.652Z Downloaded des v0.8.1
8262026-06-20T23:49:16.652Z Downloaded multer v3.1.0
8272026-06-20T23:49:16.652Z Downloaded iana-time-zone v0.1.65
8282026-06-20T23:49:16.652Z Downloaded byte-wrapper v0.1.0
8292026-06-20T23:49:16.652Z Downloaded half v2.7.1
8302026-06-20T23:49:16.652Z Downloaded funty v2.0.0
8312026-06-20T23:49:16.652Z Downloaded bytes v1.11.1
8322026-06-20T23:49:16.659Z Downloaded parse-display v0.10.0
8332026-06-20T23:49:16.659Z Downloaded bitfield v0.19.4
8342026-06-20T23:49:16.659Z Downloaded parse-size v1.1.0
8352026-06-20T23:49:16.659Z Downloaded native-tls v0.2.18
8362026-06-20T23:49:16.659Z Downloaded nanorand v0.7.0
8372026-06-20T23:49:16.659Z Downloaded pbkdf2 v0.11.0
8382026-06-20T23:49:16.659Z Downloaded pbkdf2 v0.12.2
8392026-06-20T23:49:16.659Z Downloaded path-slash v0.1.5
8402026-06-20T23:49:16.659Z Downloaded newtype-uuid v1.3.2
8412026-06-20T23:49:16.660Z Downloaded darling_core v0.21.3
8422026-06-20T23:49:16.680Z Downloaded getrandom v0.3.4
8432026-06-20T23:49:16.680Z Downloaded getrandom v0.2.17
8442026-06-20T23:49:16.680Z Downloaded nu-ansi-term v0.50.3
8452026-06-20T23:49:16.680Z Downloaded ingot-macros v0.1.1
8462026-06-20T23:49:16.685Z Downloaded bcrypt-pbkdf v0.10.0
8472026-06-20T23:49:16.685Z Downloaded backoff v0.4.0
8482026-06-20T23:49:16.685Z Downloaded peg-runtime v0.8.5
8492026-06-20T23:49:16.685Z Downloaded num-integer v0.1.46
8502026-06-20T23:49:16.685Z Downloaded num v0.4.3
8512026-06-20T23:49:16.685Z Downloaded num_enum v0.7.6
8522026-06-20T23:49:16.686Z Downloaded derive-where v1.6.0
8532026-06-20T23:49:16.686Z Downloaded num_enum_derive v0.7.6
8542026-06-20T23:49:16.686Z Downloaded pin-utils v0.1.0
8552026-06-20T23:49:16.686Z Downloaded phf_shared v0.12.1
8562026-06-20T23:49:16.686Z Downloaded phf_shared v0.11.3
8572026-06-20T23:49:16.686Z Downloaded num_enum v0.5.11
8582026-06-20T23:49:16.686Z Downloaded num-rational v0.4.2
8592026-06-20T23:49:16.686Z Downloaded num-complex v0.4.6
8602026-06-20T23:49:16.697Z Downloaded allocator-api2 v0.2.21
8612026-06-20T23:49:16.697Z Downloaded num_enum_derive v0.5.11
8622026-06-20T23:49:16.697Z Downloaded const_format v0.2.35
8632026-06-20T23:49:16.697Z Downloaded litrs v1.0.0
8642026-06-20T23:49:16.703Z Downloaded ignore v0.4.25
8652026-06-20T23:49:16.703Z Downloaded crossterm v0.28.1
8662026-06-20T23:49:16.703Z Downloaded oxnet v0.1.6
8672026-06-20T23:49:16.703Z Downloaded oxide-tokio-rt v0.1.4
8682026-06-20T23:49:16.703Z Downloaded powerfmt v0.2.0
8692026-06-20T23:49:16.703Z Downloaded libloading v0.8.9
8702026-06-20T23:49:16.709Z Downloaded owo-colors v4.3.0
8712026-06-20T23:49:16.709Z Downloaded predicates-tree v1.0.13
8722026-06-20T23:49:16.714Z Downloaded predicates-core v1.0.10
8732026-06-20T23:49:16.714Z Downloaded precomputed-hash v0.1.1
8742026-06-20T23:49:16.714Z Downloaded memmap2 v0.9.10
8752026-06-20T23:49:16.714Z Downloaded heapless v0.8.0
8762026-06-20T23:49:16.719Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-06-20T23:49:16.723Z Downloaded proc-macro-crate v3.4.0
8782026-06-20T23:49:16.723Z Downloaded proc-macro-crate v1.3.1
8792026-06-20T23:49:16.723Z Downloaded password-hash v0.4.2
8802026-06-20T23:49:16.728Z Downloaded progenitor-client v0.14.0
8812026-06-20T23:49:16.728Z Downloaded progenitor-macro v0.14.0
8822026-06-20T23:49:16.728Z Downloaded psl-types v2.0.11
8832026-06-20T23:49:16.734Z Downloaded parse-display-derive v0.10.0
8842026-06-20T23:49:16.734Z Downloaded progenitor-macro v0.13.0
8852026-06-20T23:49:16.734Z Downloaded flate2 v1.1.9
8862026-06-20T23:49:16.734Z Downloaded paste v1.0.15
8872026-06-20T23:49:16.740Z Downloaded password-hash v0.5.0
8882026-06-20T23:49:16.740Z Downloaded phf_shared v0.13.1
8892026-06-20T23:49:16.740Z Downloaded heapless v0.7.17
8902026-06-20T23:49:16.740Z Downloaded headers v0.4.1
8912026-06-20T23:49:16.743Z Downloaded pem v3.0.6
8922026-06-20T23:49:16.743Z Downloaded peg v0.8.5
8932026-06-20T23:49:16.748Z Downloaded derive_more v2.1.1
8942026-06-20T23:49:16.762Z Downloaded rand_chacha v0.3.1
8952026-06-20T23:49:16.766Z Downloaded crossbeam-channel v0.5.15
8962026-06-20T23:49:16.776Z Downloaded quick-error v1.2.3
8972026-06-20T23:49:16.776Z Downloaded poly1305 v0.8.0
8982026-06-20T23:49:16.776Z Downloaded pin-project-internal v1.1.11
8992026-06-20T23:49:16.780Z Downloaded rand_xorshift v0.4.0
9002026-06-20T23:49:16.781Z Downloaded predicates v3.1.4
9012026-06-20T23:49:16.781Z Downloaded ppv-lite86 v0.2.21
9022026-06-20T23:49:16.781Z Downloaded postgres-protocol v0.6.10
9032026-06-20T23:49:16.781Z Downloaded radium v0.7.0
9042026-06-20T23:49:16.781Z Downloaded chacha20poly1305 v0.10.1
9052026-06-20T23:49:16.781Z Downloaded phf v0.13.1
9062026-06-20T23:49:16.781Z Downloaded ref-cast v1.0.25
9072026-06-20T23:49:16.781Z Downloaded recursive-proc-macro-impl v0.1.1
9082026-06-20T23:49:16.787Z Downloaded packed_struct v0.10.1
9092026-06-20T23:49:16.787Z Downloaded libbz2-rs-sys v0.2.2
9102026-06-20T23:49:16.787Z Downloaded compact_str v0.8.1
9112026-06-20T23:49:16.787Z Downloaded indicatif v0.18.4
9122026-06-20T23:49:16.790Z Downloaded pkcs8 v0.10.2
9132026-06-20T23:49:16.790Z Downloaded omicron-zone-package v0.12.2
9142026-06-20T23:49:16.790Z Downloaded pkg-config v0.3.32
9152026-06-20T23:49:16.795Z Downloaded indexmap v1.9.3
9162026-06-20T23:49:16.795Z Downloaded recursive v0.1.1
9172026-06-20T23:49:16.802Z Downloaded phf v0.12.1
9182026-06-20T23:49:16.802Z Downloaded pem-rfc7468 v0.7.0
9192026-06-20T23:49:16.802Z Downloaded hyper-rustls v0.27.7
9202026-06-20T23:49:16.802Z Downloaded der v0.7.10
9212026-06-20T23:49:16.806Z Downloaded progenitor v0.13.0
9222026-06-20T23:49:16.806Z Downloaded parking_lot_core v0.9.12
9232026-06-20T23:49:16.806Z Downloaded parking_lot v0.11.2
9242026-06-20T23:49:16.806Z Downloaded derive_more-impl v2.1.1
9252026-06-20T23:49:16.811Z Downloaded peg-macros v0.8.5
9262026-06-20T23:49:16.811Z Downloaded primeorder v0.13.6
9272026-06-20T23:49:16.811Z Downloaded rfc6979 v0.4.0
9282026-06-20T23:49:16.817Z Downloaded parking_lot_core v0.8.6
9292026-06-20T23:49:16.817Z Downloaded psm v0.1.30
9302026-06-20T23:49:16.817Z Downloaded rustc_version v0.1.7
9312026-06-20T23:49:16.817Z Downloaded rustc-hash v2.1.1
9322026-06-20T23:49:16.822Z Downloaded rustc_version v0.4.1
9332026-06-20T23:49:16.822Z Downloaded russh-cryptovec v0.7.3
9342026-06-20T23:49:16.822Z Downloaded rtoolbox v0.0.3
9352026-06-20T23:49:16.822Z Downloaded progenitor-extras v0.2.0
9362026-06-20T23:49:16.822Z Downloaded proc-macro-error2 v2.0.1
9372026-06-20T23:49:16.822Z Downloaded expectorate v1.2.0
9382026-06-20T23:49:16.825Z Downloaded progenitor-client v0.13.0
9392026-06-20T23:49:16.825Z Downloaded hickory-resolver v0.25.2
9402026-06-20T23:49:16.826Z Downloaded hickory-resolver v0.24.4
9412026-06-20T23:49:16.835Z Downloaded rand_chacha v0.9.0
9422026-06-20T23:49:16.835Z Downloaded polyval v0.6.2
9432026-06-20T23:49:16.838Z Downloaded pkcs5 v0.7.1
9442026-06-20T23:49:16.838Z Downloaded pkcs1 v0.7.5
9452026-06-20T23:49:16.838Z Downloaded rand_seeder v0.4.0
9462026-06-20T23:49:16.838Z Downloaded postgres-types v0.2.12
9472026-06-20T23:49:16.838Z Downloaded oso v0.27.3
9482026-06-20T23:49:16.841Z Downloaded progenitor v0.14.0
9492026-06-20T23:49:16.841Z Downloaded cc v1.2.56
9502026-06-20T23:49:16.841Z Downloaded salsa20 v0.10.2
9512026-06-20T23:49:16.845Z Downloaded papergrid v0.17.0
9522026-06-20T23:49:16.845Z Downloaded r2d2 v0.8.10
9532026-06-20T23:49:16.849Z Downloaded darling_core v0.20.11
9542026-06-20T23:49:16.852Z Downloaded pin-project-lite v0.2.17
9552026-06-20T23:49:16.852Z Downloaded ref-cast-impl v1.0.25
9562026-06-20T23:49:16.857Z Downloaded hashbrown v0.13.2
9572026-06-20T23:49:16.857Z Downloaded rand_core v0.9.5
9582026-06-20T23:49:16.861Z Downloaded rand_core v0.6.4
9592026-06-20T23:49:16.861Z Downloaded sapling-renderdag v0.1.0
9602026-06-20T23:49:16.861Z Downloaded hashbrown v0.12.3
9612026-06-20T23:49:16.864Z Downloaded async-compression v0.4.41
9622026-06-20T23:49:16.864Z Downloaded secrecy v0.10.3
9632026-06-20T23:49:16.870Z Downloaded scheduled-thread-pool v0.2.7
9642026-06-20T23:49:16.870Z Downloaded jiff-static v0.2.21
9652026-06-20T23:49:16.875Z Downloaded scroll_derive v0.13.1
9662026-06-20T23:49:16.881Z Downloaded miniz_oxide v0.8.9
9672026-06-20T23:49:16.885Z Downloaded serde_bytes v0.11.19
9682026-06-20T23:49:16.885Z Downloaded parking_lot v0.12.5
9692026-06-20T23:49:16.885Z Downloaded p256 v0.13.2
9702026-06-20T23:49:16.893Z Downloaded resolv-conf v0.7.6
9712026-06-20T23:49:16.893Z Downloaded semver v0.1.20
9722026-06-20T23:49:16.893Z Downloaded secrecy v0.8.0
9732026-06-20T23:49:16.893Z Downloaded rustls-pemfile v1.0.4
9742026-06-20T23:49:16.896Z Downloaded seq-macro v0.3.6
9752026-06-20T23:49:16.896Z Downloaded serde-big-array v0.5.1
9762026-06-20T23:49:16.896Z Downloaded scrypt v0.11.0
9772026-06-20T23:49:16.896Z Downloaded scopeguard v1.2.0
9782026-06-20T23:49:16.896Z Downloaded serde_urlencoded v0.7.1
9792026-06-20T23:49:16.896Z Downloaded serde_repr v0.1.20
9802026-06-20T23:49:16.896Z Downloaded serde_spanned v1.0.4
9812026-06-20T23:49:16.911Z Downloaded rand_core v0.10.0
9822026-06-20T23:49:16.915Z Downloaded rustversion v1.0.22
9832026-06-20T23:49:16.916Z Downloaded rustls-pemfile v2.2.0
9842026-06-20T23:49:16.916Z Downloaded siphasher v1.0.2
9852026-06-20T23:49:16.916Z Downloaded signal-hook-tokio v0.3.1
9862026-06-20T23:49:16.916Z Downloaded shell-words v1.1.1
9872026-06-20T23:49:16.922Z Downloaded prefix-trie v0.7.0
9882026-06-20T23:49:16.925Z Downloaded sha1 v0.10.6
9892026-06-20T23:49:16.934Z Downloaded bumpalo v3.20.2
9902026-06-20T23:49:16.940Z Downloaded rustls-native-certs v0.8.3
9912026-06-20T23:49:16.940Z Downloaded quinn-udp v0.5.14
9922026-06-20T23:49:16.952Z Downloaded same-file v1.0.6
9932026-06-20T23:49:16.952Z Downloaded signal-hook-mio v0.2.5
9942026-06-20T23:49:16.953Z Downloaded slog-bunyan v2.5.0
9952026-06-20T23:49:16.953Z Downloaded sigpipe v0.1.3
9962026-06-20T23:49:16.953Z Downloaded diesel_derives v2.3.7
9972026-06-20T23:49:16.957Z Downloaded sec1 v0.7.3
9982026-06-20T23:49:16.957Z Downloaded sct v0.7.1
9992026-06-20T23:49:16.957Z Downloaded progenitor-impl v0.14.0
10002026-06-20T23:49:16.957Z Downloaded progenitor-impl v0.13.0
10012026-06-20T23:49:16.957Z Downloaded schemars_derive v0.8.22
10022026-06-20T23:49:16.963Z Downloaded russh-keys v0.45.0
10032026-06-20T23:49:16.963Z Downloaded slog-envlogger v2.2.0
10042026-06-20T23:49:16.972Z Downloaded serde-hex v0.1.0
10052026-06-20T23:49:16.975Z Downloaded serde_plain v1.0.2
10062026-06-20T23:49:16.975Z Downloaded serde_path_to_error v0.1.20
10072026-06-20T23:49:16.983Z Downloaded serde_derive_internals v0.29.1
10082026-06-20T23:49:16.983Z Downloaded sqlparser_derive v0.5.0
10092026-06-20T23:49:16.983Z Downloaded ssh-encoding v0.2.0
10102026-06-20T23:49:16.987Z Downloaded ssh-cipher v0.2.0
10112026-06-20T23:49:16.987Z Downloaded openssl-sys v0.9.115
10122026-06-20T23:49:16.987Z Downloaded serde_with_macros v1.5.2
10132026-06-20T23:49:16.987Z Downloaded rustls-pki-types v1.14.0
10142026-06-20T23:49:16.990Z Downloaded shlex v1.3.0
10152026-06-20T23:49:16.995Z Downloaded rusty-fork v0.3.1
10162026-06-20T23:49:16.999Z Downloaded strsim v0.10.0
10172026-06-20T23:49:16.999Z Downloaded pin-project v1.1.11
10182026-06-20T23:49:17.003Z Downloaded mio v1.2.0
10192026-06-20T23:49:17.009Z Downloaded strum v0.26.3
10202026-06-20T23:49:17.013Z Downloaded strip-ansi-escapes v0.2.1
10212026-06-20T23:49:17.013Z Downloaded signal-hook-registry v1.4.8
10222026-06-20T23:49:17.013Z Downloaded minimal-lexical v0.2.1
10232026-06-20T23:49:17.013Z Downloaded ron v0.8.1
10242026-06-20T23:49:17.018Z Downloaded strum v0.27.2
10252026-06-20T23:49:17.022Z Downloaded slog-async v2.8.0
10262026-06-20T23:49:17.022Z Downloaded slab v0.4.12
10272026-06-20T23:49:17.022Z Downloaded simd-adler32 v0.3.8
10282026-06-20T23:49:17.022Z Downloaded structmeta-derive v0.3.0
10292026-06-20T23:49:17.022Z Downloaded structmeta v0.3.0
10302026-06-20T23:49:17.028Z Downloaded signature v2.2.0
10312026-06-20T23:49:17.028Z Downloaded sync_wrapper v1.0.2
10322026-06-20T23:49:17.028Z Downloaded sync-ptr v0.1.4
10332026-06-20T23:49:17.028Z Downloaded slog-dtrace v0.3.0
10342026-06-20T23:49:17.028Z Downloaded rcgen v0.12.1
10352026-06-20T23:49:17.031Z Downloaded snafu-derive v0.8.9
10362026-06-20T23:49:17.031Z Downloaded aes-gcm v0.10.3
10372026-06-20T23:49:17.031Z Downloaded http v1.4.0
10382026-06-20T23:49:17.034Z Downloaded subtle v2.6.1
10392026-06-20T23:49:17.038Z Downloaded slog-stdlog v4.1.1
10402026-06-20T23:49:17.041Z Downloaded smallvec v0.6.14
10412026-06-20T23:49:17.041Z Downloaded slog-scope v4.4.1
10422026-06-20T23:49:17.041Z Downloaded smf v0.2.3
10432026-06-20T23:49:17.041Z Downloaded take_mut v0.2.2
10442026-06-20T23:49:17.041Z Downloaded tabwriter v1.4.1
10452026-06-20T23:49:17.046Z Downloaded tabled_derive v0.11.0
10462026-06-20T23:49:17.046Z Downloaded tagptr v0.2.0
10472026-06-20T23:49:17.046Z Downloaded supports-color v3.0.2
10482026-06-20T23:49:17.046Z Downloaded tap v1.0.1
10492026-06-20T23:49:17.050Z Downloaded crossterm v0.29.0
10502026-06-20T23:49:17.050Z Downloaded dropshot-api-manager v0.7.2
10512026-06-20T23:49:17.053Z Downloaded sqlformat v0.3.5
10522026-06-20T23:49:17.056Z Downloaded stacker v0.1.23
10532026-06-20T23:49:17.056Z Downloaded spki v0.7.3
10542026-06-20T23:49:17.056Z Downloaded serde_cbor v0.11.2
10552026-06-20T23:49:17.060Z Downloaded serde_with_macros v3.17.0
10562026-06-20T23:49:17.060Z Downloaded rustls-platform-verifier v0.6.2
10572026-06-20T23:49:17.063Z Downloaded thiserror-impl-no-std v2.0.2
10582026-06-20T23:49:17.063Z Downloaded testing_table v0.3.0
10592026-06-20T23:49:17.066Z Downloaded termtree v0.5.1
10602026-06-20T23:49:17.066Z Downloaded pretty_assertions v1.4.1
10612026-06-20T23:49:17.066Z Downloaded string_cache v0.8.9
10622026-06-20T23:49:17.069Z Downloaded thread-id v5.1.0
10632026-06-20T23:49:17.070Z Downloaded hickory-server v0.25.2
10642026-06-20T23:49:17.073Z Downloaded itertools v0.10.5
10652026-06-20T23:49:17.077Z Downloaded time-core v0.1.8
10662026-06-20T23:49:17.077Z Downloaded strum_macros v0.26.4
10672026-06-20T23:49:17.080Z Downloaded ryu v1.0.23
10682026-06-20T23:49:17.080Z Downloaded postcard v1.1.3
10692026-06-20T23:49:17.081Z Downloaded static_assertions v1.1.0
10702026-06-20T23:49:17.083Z Downloaded slog-term v2.9.2
10712026-06-20T23:49:17.083Z Downloaded stringprep v0.1.5
10722026-06-20T23:49:17.084Z Downloaded slog-json v2.6.1
10732026-06-20T23:49:17.088Z Downloaded scroll v0.13.0
10742026-06-20T23:49:17.088Z Downloaded tinyvec_macros v0.1.1
10752026-06-20T23:49:17.088Z Downloaded schemars v0.8.22
10762026-06-20T23:49:17.103Z Downloaded quinn v0.11.9
10772026-06-20T23:49:17.106Z Downloaded strum_macros v0.24.3
10782026-06-20T23:49:17.106Z Downloaded support-bundle-viewer v0.1.2
10792026-06-20T23:49:17.109Z Downloaded rayon-core v1.13.0
10802026-06-20T23:49:17.112Z Downloaded tokio-macros v2.7.0
10812026-06-20T23:49:17.115Z Downloaded libxml v0.3.3
10822026-06-20T23:49:17.119Z Downloaded spin v0.9.8
10832026-06-20T23:49:17.122Z Downloaded prettyplease v0.2.37
10842026-06-20T23:49:17.125Z Downloaded hyper-util v0.1.20
10852026-06-20T23:49:17.130Z Downloaded thiserror-no-std v2.0.2
10862026-06-20T23:49:17.133Z Downloaded termios v0.3.3
10872026-06-20T23:49:17.135Z Downloaded try-lock v0.2.5
10882026-06-20T23:49:17.135Z Downloaded topological-sort v0.2.2
10892026-06-20T23:49:17.138Z Downloaded hashbrown v0.15.5
10902026-06-20T23:49:17.141Z Downloaded time-macros v0.2.27
10912026-06-20T23:49:17.143Z Downloaded tower-layer v0.3.3
10922026-06-20T23:49:17.143Z Downloaded trait-variant v0.1.2
10932026-06-20T23:49:17.147Z Downloaded qorb v0.4.1
10942026-06-20T23:49:17.151Z Downloaded hashbrown v0.16.1
10952026-06-20T23:49:17.155Z Downloaded num-bigint v0.4.6
10962026-06-20T23:49:17.155Z Downloaded tiny-keccak v2.0.2
10972026-06-20T23:49:17.160Z Downloaded slog v2.8.2
10982026-06-20T23:49:17.160Z Downloaded similar v2.7.0
10992026-06-20T23:49:17.163Z Downloaded unarray v0.1.4
11002026-06-20T23:49:17.163Z Downloaded typify-macro v0.6.2
11012026-06-20T23:49:17.163Z Downloaded tower-service v0.3.3
11022026-06-20T23:49:17.163Z Downloaded tls_codec v0.4.2
11032026-06-20T23:49:17.167Z Downloaded strum_macros v0.27.2
11042026-06-20T23:49:17.167Z Downloaded signal-hook v0.3.18
11052026-06-20T23:49:17.167Z Downloaded itertools v0.12.1
11062026-06-20T23:49:17.175Z Downloaded usdt-attr-macro v0.6.0
11072026-06-20T23:49:17.175Z Downloaded tls_codec_derive v0.4.2
11082026-06-20T23:49:17.179Z Downloaded untrusted v0.7.1
11092026-06-20T23:49:17.179Z Downloaded unit-prefix v0.5.2
11102026-06-20T23:49:17.179Z Downloaded unicode-truncate v1.1.0
11112026-06-20T23:49:17.179Z Downloaded untrusted v0.9.0
11122026-06-20T23:49:17.179Z Downloaded universal-hash v0.5.1
11132026-06-20T23:49:17.179Z Downloaded rand v0.8.6
11142026-06-20T23:49:17.179Z Downloaded iri-string v0.7.10
11152026-06-20T23:49:17.182Z Downloaded usdt-macro v0.6.0
11162026-06-20T23:49:17.185Z Downloaded num-bigint-dig v0.8.6
11172026-06-20T23:49:17.188Z Downloaded thread_local v1.1.9
11182026-06-20T23:49:17.188Z Downloaded aho-corasick v1.1.4
11192026-06-20T23:49:17.191Z Downloaded tokio-tungstenite v0.23.1
11202026-06-20T23:49:17.191Z Downloaded tokio-tungstenite v0.21.0
11212026-06-20T23:49:17.196Z Downloaded tokio-native-tls v0.3.1
11222026-06-20T23:49:17.196Z Downloaded tokio-dtrace v0.1.1
11232026-06-20T23:49:17.196Z Downloaded socket2 v0.6.3
11242026-06-20T23:49:17.201Z Downloaded utf-8 v0.7.6
11252026-06-20T23:49:17.201Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11262026-06-20T23:49:17.201Z Downloaded publicsuffix v2.3.0
11272026-06-20T23:49:17.206Z Downloaded void v1.0.2
11282026-06-20T23:49:17.206Z Downloaded rustls-webpki v0.103.9
11292026-06-20T23:49:17.209Z Downloaded hyper v1.8.1
11302026-06-20T23:49:17.212Z Downloaded term v1.2.1
11312026-06-20T23:49:17.215Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11322026-06-20T23:49:17.215Z Downloaded term v0.7.0
11332026-06-20T23:49:17.252Z Downloaded want v0.3.1
11342026-06-20T23:49:17.252Z Downloaded wait-timeout v0.2.1
11352026-06-20T23:49:17.252Z Downloaded waitgroup v0.1.2
11362026-06-20T23:49:17.262Z Downloaded tui-tree-widget v0.23.1
11372026-06-20T23:49:17.262Z Downloaded schemars v0.9.0
11382026-06-20T23:49:17.262Z Downloaded serde_yaml v0.9.34+deprecated
11392026-06-20T23:49:17.262Z Downloaded toml_writer v1.0.6+spec-1.1.0
11402026-06-20T23:49:17.262Z Downloaded usdt v0.6.0
11412026-06-20T23:49:17.262Z Downloaded itertools v0.13.0
11422026-06-20T23:49:17.262Z Downloaded tokio-rustls v0.26.4
11432026-06-20T23:49:17.263Z Downloaded tokio-rustls v0.24.1
11442026-06-20T23:49:17.263Z Downloaded unicase v2.9.0
11452026-06-20T23:49:17.263Z Downloaded snafu v0.8.9
11462026-06-20T23:49:17.263Z Downloaded samael v0.0.19
11472026-06-20T23:49:17.263Z Downloaded uzers v0.12.2
11482026-06-20T23:49:17.269Z Downloaded tokio-stream v0.1.18
11492026-06-20T23:49:17.269Z Downloaded rand v0.9.2
11502026-06-20T23:49:17.269Z Downloaded xattr v1.6.1
11512026-06-20T23:49:17.269Z Downloaded vergen-lib v9.1.0
11522026-06-20T23:49:17.269Z Downloaded socket2 v0.5.10
11532026-06-20T23:49:17.269Z Downloaded subprocess v0.2.15
11542026-06-20T23:49:17.272Z Downloaded schemars v1.2.1
11552026-06-20T23:49:17.276Z Downloaded zone_cfg_derive v0.3.1
11562026-06-20T23:49:17.283Z Downloaded zone v0.3.1
11572026-06-20T23:49:17.283Z Downloaded xshell-macros v0.2.7
11582026-06-20T23:49:17.283Z Downloaded vergen-lib v0.1.6
11592026-06-20T23:49:17.283Z Downloaded zeroize_derive v1.4.3
11602026-06-20T23:49:17.288Z Downloaded vergen-gitcl v1.0.8
11612026-06-20T23:49:17.288Z Downloaded vergen-git2 v9.1.0
11622026-06-20T23:49:17.288Z Downloaded futures-util v0.3.32
11632026-06-20T23:49:17.292Z Downloaded walkdir v2.5.0
11642026-06-20T23:49:17.293Z Downloaded rsa v0.9.10
11652026-06-20T23:49:17.296Z Downloaded toml_parser v1.0.9+spec-1.1.0
11662026-06-20T23:49:17.296Z Downloaded test-strategy v0.4.5
11672026-06-20T23:49:17.300Z Downloaded tinyvec v1.10.0
11682026-06-20T23:49:17.300Z Downloaded usdt-impl v0.6.0
11692026-06-20T23:49:17.303Z Downloaded twox-hash v2.1.2
11702026-06-20T23:49:17.306Z Downloaded nom v7.1.3
11712026-06-20T23:49:17.309Z Downloaded unicode-properties v0.1.4
11722026-06-20T23:49:17.311Z Downloaded tracing-attributes v0.1.31
11732026-06-20T23:49:17.320Z Downloaded nom v8.0.0
11742026-06-20T23:49:17.325Z Downloaded whoami v1.6.1
11752026-06-20T23:49:17.325Z Downloaded vergen v9.1.0
11762026-06-20T23:49:17.329Z Downloaded zstd v0.13.3
11772026-06-20T23:49:17.333Z Downloaded hkdf v0.12.4
11782026-06-20T23:49:17.333Z Downloaded wyz v0.5.1
11792026-06-20T23:49:17.333Z Downloaded rand v0.10.0
11802026-06-20T23:49:17.337Z Downloaded zeroize v1.8.2
11812026-06-20T23:49:17.337Z Downloaded toml v0.7.8
11822026-06-20T23:49:17.337Z Downloaded xshell v0.2.7
11832026-06-20T23:49:17.341Z Downloaded vsss-rs v3.3.4
11842026-06-20T23:49:17.341Z Downloaded tar v0.4.45
11852026-06-20T23:49:17.341Z Downloaded tokio-rustls v0.25.0
11862026-06-20T23:49:17.344Z Downloaded rustyline v14.0.0
11872026-06-20T23:49:17.348Z Downloaded steno v0.4.1
11882026-06-20T23:49:17.352Z Downloaded whoami v2.1.0
11892026-06-20T23:49:17.355Z Downloaded p521 v0.13.3
11902026-06-20T23:49:17.357Z Downloaded toml v1.0.6+spec-1.1.0
11912026-06-20T23:49:17.360Z Downloaded zstd-safe v7.2.4
11922026-06-20T23:49:17.365Z Downloaded h2 v0.4.13
11932026-06-20T23:49:17.369Z Downloaded unicode-bidi v0.3.18
11942026-06-20T23:49:17.372Z Downloaded itertools v0.14.0
11952026-06-20T23:49:17.376Z Downloaded russh v0.45.0
11962026-06-20T23:49:17.379Z Downloaded tungstenite v0.21.0
11972026-06-20T23:49:17.384Z Downloaded tracing-core v0.1.36
11982026-06-20T23:49:17.387Z Downloaded zerocopy v0.6.6
11992026-06-20T23:49:17.390Z Downloaded blake3 v1.8.3
12002026-06-20T23:49:17.394Z Downloaded unsafe-libyaml v0.2.11
12012026-06-20T23:49:17.399Z Downloaded curve25519-dalek v4.1.3
12022026-06-20T23:49:17.403Z Downloaded libm v0.2.16
12032026-06-20T23:49:17.412Z Downloaded uuid v1.23.0
12042026-06-20T23:49:17.415Z Downloaded typify v0.6.2
12052026-06-20T23:49:17.415Z Downloaded yasna v0.5.2
12062026-06-20T23:49:17.415Z Downloaded toml_edit v0.23.10+spec-1.0.0
12072026-06-20T23:49:17.415Z Downloaded iddqd v0.4.2
12082026-06-20T23:49:17.418Z Downloaded vte v0.14.1
12092026-06-20T23:49:17.422Z Downloaded rpassword v7.4.0
12102026-06-20T23:49:17.430Z Downloaded tungstenite v0.23.0
12112026-06-20T23:49:17.444Z Downloaded zopfli v0.8.3
12122026-06-20T23:49:17.447Z Downloaded serde_with v1.14.0
12132026-06-20T23:49:17.457Z Downloaded reedline v0.40.0
12142026-06-20T23:49:17.461Z Downloaded regex v1.12.3
12152026-06-20T23:49:17.464Z Downloaded unicode_categories v0.1.1
12162026-06-20T23:49:17.469Z Downloaded ssh-key v0.6.7
12172026-06-20T23:49:17.473Z Downloaded tokio-postgres v0.7.16
12182026-06-20T23:49:17.482Z Downloaded bitvec v1.0.1
12192026-06-20T23:49:17.490Z Downloaded zip v0.6.6
12202026-06-20T23:49:17.492Z Downloaded aws-lc-rs v1.16.3
12212026-06-20T23:49:17.497Z Downloaded toml_edit v0.19.15
12222026-06-20T23:49:17.507Z Downloaded reqwest v0.13.2
12232026-06-20T23:49:17.510Z Downloaded p384 v0.13.1
12242026-06-20T23:49:17.525Z Downloaded typed-path v0.9.3
12252026-06-20T23:49:17.534Z Downloaded rayon v1.11.0
12262026-06-20T23:49:17.539Z Downloaded tower v0.5.3
12272026-06-20T23:49:17.543Z Downloaded reqwest v0.12.28
12282026-06-20T23:49:17.549Z Downloaded unicode-segmentation v1.12.0
12292026-06-20T23:49:17.557Z Downloaded quick-xml v0.37.5
12302026-06-20T23:49:17.561Z Downloaded lalrpop v0.19.12
12312026-06-20T23:49:17.564Z Downloaded x509-cert v0.2.5
12322026-06-20T23:49:17.567Z Downloaded yansi v1.0.1
12332026-06-20T23:49:17.571Z Downloaded salty v0.3.0
12342026-06-20T23:49:17.575Z Downloaded rustls-webpki v0.101.7
12352026-06-20T23:49:17.581Z Downloaded moka v0.12.13
12362026-06-20T23:49:17.584Z Downloaded unicode-normalization v0.1.25
12372026-06-20T23:49:17.588Z Downloaded goblin v0.10.5
12382026-06-20T23:49:17.591Z Downloaded git2 v0.20.4
12392026-06-20T23:49:17.596Z Downloaded zerocopy-derive v0.8.40
12402026-06-20T23:49:17.601Z Downloaded rustls-webpki v0.102.8
12412026-06-20T23:49:17.610Z Downloaded zip v4.6.1
12422026-06-20T23:49:17.613Z Downloaded tower-http v0.6.8
12432026-06-20T23:49:17.618Z Downloaded proptest v1.10.0
12442026-06-20T23:49:17.624Z Downloaded petname v2.0.2
12452026-06-20T23:49:17.630Z Downloaded tokio-util v0.7.18
12462026-06-20T23:49:17.634Z Downloaded portable-atomic v1.13.1
12472026-06-20T23:49:17.641Z Downloaded serde_with v3.17.0
12482026-06-20T23:49:17.647Z Downloaded bindgen v0.71.1
12492026-06-20T23:49:17.652Z Downloaded tough v0.22.0
12502026-06-20T23:49:17.652Z Downloaded chrono v0.4.44
12512026-06-20T23:49:17.668Z Downloaded quinn-proto v0.11.13
12522026-06-20T23:49:17.674Z Downloaded winnow v0.5.40
12532026-06-20T23:49:17.690Z Downloaded radix_trie v0.2.1
12542026-06-20T23:49:17.695Z Downloaded winnow v0.6.26
12552026-06-20T23:49:17.701Z Downloaded object v0.30.4
12562026-06-20T23:49:17.713Z Downloaded openssl v0.10.79
12572026-06-20T23:49:17.726Z Downloaded polar-core v0.27.3
12582026-06-20T23:49:17.733Z Downloaded nix v0.28.0
12592026-06-20T23:49:17.739Z Downloaded nix v0.27.1
12602026-06-20T23:49:17.745Z Downloaded tabled v0.20.0
12612026-06-20T23:49:17.756Z Downloaded time v0.3.47
12622026-06-20T23:49:17.762Z Downloaded zlib-rs v0.6.2
12632026-06-20T23:49:17.767Z Downloaded bstr v1.12.1
12642026-06-20T23:49:17.774Z Downloaded rustls v0.21.12
12652026-06-20T23:49:17.779Z Downloaded nix v0.31.2
12662026-06-20T23:49:17.786Z Downloaded regex-syntax v0.6.29
12672026-06-20T23:49:17.791Z Downloaded smoltcp v0.9.1
12682026-06-20T23:49:17.796Z Downloaded webpki-roots v1.0.6
12692026-06-20T23:49:17.800Z Downloaded vcpkg v0.2.15
12702026-06-20T23:49:17.822Z Downloaded zerocopy v0.8.40
12712026-06-20T23:49:17.861Z Downloaded dropshot v0.17.0
12722026-06-20T23:49:17.875Z Downloaded rustls v0.23.37
12732026-06-20T23:49:17.881Z Downloaded object v0.37.3
12742026-06-20T23:49:17.881Z Downloaded smoltcp v0.11.0
12752026-06-20T23:49:17.885Z Downloaded hickory-proto v0.24.4
12762026-06-20T23:49:17.893Z Downloaded regress v0.10.5
12772026-06-20T23:49:17.898Z Downloaded diesel v2.3.7
12782026-06-20T23:49:17.911Z Downloaded regress v0.11.1
12792026-06-20T23:49:17.915Z Downloaded regex-syntax v0.8.10
12802026-06-20T23:49:17.920Z Downloaded hickory-proto v0.25.2
12812026-06-20T23:49:17.929Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-06-20T23:49:17.935Z Downloaded rustix v0.38.44
12832026-06-20T23:49:17.947Z Downloaded typify-impl v0.6.2
12842026-06-20T23:49:17.955Z Downloaded openapiv3 v2.2.0
12852026-06-20T23:49:17.960Z Downloaded ratatui v0.29.0
12862026-06-20T23:49:17.974Z Downloaded rustls v0.22.4
12872026-06-20T23:49:17.988Z Downloaded regex-automata v0.4.14
12882026-06-20T23:49:17.999Z Downloaded sqlparser v0.61.0
12892026-06-20T23:49:18.009Z Downloaded chrono-tz v0.10.4
12902026-06-20T23:49:18.021Z Downloaded sled v0.34.7
12912026-06-20T23:49:18.030Z Downloaded tracing v0.1.44
12922026-06-20T23:49:18.054Z Downloaded sha3 v0.10.8
12932026-06-20T23:49:18.078Z Downloaded zerocopy-derive v0.6.6
12942026-06-20T23:49:18.117Z Downloaded jiff v0.2.21
12952026-06-20T23:49:18.128Z Downloaded petgraph v0.6.5
12962026-06-20T23:50:24.695Z Downloaded petgraph v0.8.3
12972026-06-20T23:50:24.695Z Downloaded libgit2-sys v0.18.3+1.9.2
12982026-06-20T23:50:24.695Z Downloaded csv v1.4.0
12992026-06-20T23:50:24.696Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-06-20T23:50:24.696Z Downloaded libz-sys v1.1.24
13012026-06-20T23:50:24.696Z Downloaded tokio v1.52.1
13022026-06-20T23:50:24.696Z Downloaded encoding_rs v0.8.35
13032026-06-20T23:50:24.696Z Downloaded ring v0.17.14
13042026-06-20T23:50:24.696Z Downloaded aws-lc-sys v0.40.0
13052026-06-20T23:50:24.696Z Compiling libc v0.2.185
13062026-06-20T23:50:24.696Z Compiling serde v1.0.228
13072026-06-20T23:50:24.696Z Compiling log v0.4.29
13082026-06-20T23:50:24.696Z Compiling find-msvc-tools v0.1.9
13092026-06-20T23:50:24.696Z Compiling shlex v1.3.0
13102026-06-20T23:50:24.696Z Compiling syn v2.0.117
13112026-06-20T23:50:24.696Z Compiling smallvec v1.15.1
13122026-06-20T23:50:24.696Z Compiling typenum v1.19.0
13132026-06-20T23:50:24.696Z Compiling generic-array v0.14.7
13142026-06-20T23:50:24.696Z Compiling subtle v2.6.1
13152026-06-20T23:50:24.696Z Compiling scopeguard v1.2.0
13162026-06-20T23:50:24.757Z Compiling const-oid v0.9.6
13172026-06-20T23:50:24.757Z Compiling lock_api v0.4.14
13182026-06-20T23:50:24.883Z Compiling serde_json v1.0.149
13192026-06-20T23:50:24.883Z Compiling zerocopy v0.8.40
13202026-06-20T23:50:24.884Z Compiling portable-atomic v1.13.1
13212026-06-20T23:50:24.884Z Compiling pin-project-lite v0.2.17
13222026-06-20T23:50:24.884Z Compiling parking_lot_core v0.9.12
13232026-06-20T23:50:24.884Z Compiling pkg-config v0.3.32
13242026-06-20T23:50:24.884Z Compiling getrandom v0.2.17
13252026-06-20T23:50:24.884Z Compiling jobserver v0.1.34
13262026-06-20T23:50:24.884Z Compiling errno v0.3.14
13272026-06-20T23:50:24.884Z Compiling rand_core v0.6.4
13282026-06-20T23:50:24.884Z Compiling cc v1.2.56
13292026-06-20T23:50:24.884Z Compiling signal-hook-registry v1.4.8
13302026-06-20T23:50:24.884Z Compiling bitflags v2.11.0
13312026-06-20T23:50:24.884Z Compiling libm v0.2.16
13322026-06-20T23:50:24.884Z Compiling futures-core v0.3.32
13332026-06-20T23:50:24.884Z Compiling critical-section v1.2.0
13342026-06-20T23:50:24.884Z Compiling parking_lot v0.12.5
13352026-06-20T23:50:24.884Z Compiling mio v1.2.0
13362026-06-20T23:50:24.884Z Compiling num-traits v0.2.19
13372026-06-20T23:50:24.884Z Compiling once_cell v1.21.3
13382026-06-20T23:50:24.884Z Compiling percent-encoding v2.3.2
13392026-06-20T23:50:24.884Z Compiling socket2 v0.6.3
13402026-06-20T23:50:24.884Z Compiling futures-sink v0.3.32
13412026-06-20T23:50:24.884Z Compiling futures-task v0.3.32
13422026-06-20T23:50:24.884Z Compiling getrandom v0.4.1
13432026-06-20T23:50:24.884Z Compiling futures-channel v0.3.32
13442026-06-20T23:50:24.884Z Compiling slab v0.4.12
13452026-06-20T23:50:24.885Z Compiling futures-io v0.3.32
13462026-06-20T23:50:24.885Z Compiling cpufeatures v0.2.17
13472026-06-20T23:50:24.885Z Compiling rand_core v0.10.0
13482026-06-20T23:50:24.885Z Compiling indexmap v2.14.0
13492026-06-20T23:50:24.885Z Compiling getrandom v0.3.4
13502026-06-20T23:50:24.885Z Compiling rustversion v1.0.22
13512026-06-20T23:50:24.885Z Compiling cmake v0.1.57
13522026-06-20T23:50:24.885Z Compiling form_urlencoded v1.2.2
13532026-06-20T23:50:24.885Z Compiling fs_extra v1.3.0
13542026-06-20T23:50:24.885Z Compiling dunce v1.0.5
13552026-06-20T23:50:24.885Z Compiling ident_case v1.0.1
13562026-06-20T23:50:24.885Z Compiling synstructure v0.13.2
13572026-06-20T23:50:24.885Z Compiling base64ct v1.8.3
13582026-06-20T23:50:24.885Z Compiling rustix v1.1.3
13592026-06-20T23:50:24.885Z Compiling aws-lc-sys v0.40.0
13602026-06-20T23:50:24.885Z Compiling pem-rfc7468 v0.7.0
13612026-06-20T23:50:24.885Z Compiling flagset v0.4.7
13622026-06-20T23:50:24.885Z Compiling regex-syntax v0.8.10
13632026-06-20T23:50:24.885Z Compiling iana-time-zone v0.1.65
13642026-06-20T23:50:24.885Z Compiling rand_core v0.9.5
13652026-06-20T23:50:24.885Z Compiling ring v0.17.14
13662026-06-20T23:50:24.885Z Compiling vcpkg v0.2.15
13672026-06-20T23:50:24.885Z Compiling aws-lc-rs v1.16.3
13682026-06-20T23:50:24.885Z Compiling uuid v1.23.0
13692026-06-20T23:50:24.886Z Compiling rustc_version v0.4.1
13702026-06-20T23:50:24.886Z Compiling tracing-core v0.1.36
13712026-06-20T23:50:24.886Z Compiling openssl-sys v0.9.115
13722026-06-20T23:50:24.886Z Compiling base64 v0.22.1
13732026-06-20T23:50:24.886Z Compiling serde_derive v1.0.228
13742026-06-20T23:50:24.886Z Compiling zeroize_derive v1.4.3
13752026-06-20T23:50:24.886Z Compiling zerofrom-derive v0.1.6
13762026-06-20T23:50:24.886Z Compiling yoke-derive v0.8.1
13772026-06-20T23:50:24.886Z Compiling zerovec-derive v0.11.2
13782026-06-20T23:50:24.886Z Compiling zeroize v1.8.2
13792026-06-20T23:50:24.886Z Compiling zerocopy-derive v0.8.40
13802026-06-20T23:50:24.886Z Compiling displaydoc v0.2.5
13812026-06-20T23:50:24.886Z Compiling tokio-macros v2.7.0
13822026-06-20T23:50:24.886Z Compiling crypto-common v0.1.7
13832026-06-20T23:50:24.886Z Compiling zerofrom v0.1.6
13842026-06-20T23:50:24.886Z Compiling block-buffer v0.10.4
13852026-06-20T23:50:24.886Z Compiling yoke v0.8.1
13862026-06-20T23:50:24.886Z Compiling digest v0.10.7
13872026-06-20T23:50:24.886Z Compiling zerovec v0.11.5
13882026-06-20T23:50:24.886Z Compiling futures-macro v0.3.32
13892026-06-20T23:50:24.886Z Compiling hmac v0.12.1
13902026-06-20T23:50:24.886Z Compiling zerotrie v0.2.3
13912026-06-20T23:50:24.886Z Compiling block-padding v0.3.3
13922026-06-20T23:50:24.886Z Compiling tinystr v0.8.2
13932026-06-20T23:50:24.886Z Compiling potential_utf v0.1.4
13942026-06-20T23:50:24.887Z Compiling inout v0.1.4
13952026-06-20T23:50:24.887Z Compiling icu_locale_core v2.1.1
13962026-06-20T23:50:24.887Z Compiling icu_collections v2.1.1
13972026-06-20T23:50:24.887Z Compiling cipher v0.4.4
13982026-06-20T23:50:24.887Z Compiling sha2 v0.10.9
13992026-06-20T23:50:24.887Z Compiling futures-util v0.3.32
14002026-06-20T23:50:24.887Z Compiling der_derive v0.7.3
14012026-06-20T23:50:24.887Z Compiling bytes v1.11.1
14022026-06-20T23:50:24.887Z Compiling icu_provider v2.1.1
14032026-06-20T23:50:24.887Z Compiling chrono v0.4.44
14042026-06-20T23:50:24.887Z Compiling icu_normalizer v2.1.1
14052026-06-20T23:50:24.887Z Compiling tokio v1.52.1
14062026-06-20T23:50:24.887Z Compiling icu_properties v2.1.2
14072026-06-20T23:50:24.887Z Compiling der v0.7.10
14082026-06-20T23:50:24.887Z Compiling http v1.4.0
14092026-06-20T23:50:24.887Z Compiling idna_adapter v1.2.1
14102026-06-20T23:50:24.887Z Compiling idna v1.1.0
14112026-06-20T23:50:24.887Z Compiling spki v0.7.3
14122026-06-20T23:50:24.887Z Compiling salsa20 v0.10.2
14132026-06-20T23:50:24.887Z Compiling pbkdf2 v0.12.2
14142026-06-20T23:50:24.887Z Compiling ppv-lite86 v0.2.21
14152026-06-20T23:50:24.887Z Compiling rustls-pki-types v1.14.0
14162026-06-20T23:50:24.887Z Compiling tracing-attributes v0.1.31
14172026-06-20T23:50:24.888Z Compiling url v2.5.8
14182026-06-20T23:50:25.186Z Compiling thiserror-impl v2.0.18
14192026-06-20T23:50:25.186Z Compiling rand_chacha v0.9.0
14202026-06-20T23:50:25.186Z Compiling scrypt v0.11.0
14212026-06-20T23:50:25.186Z Compiling http-body v1.0.1
14222026-06-20T23:50:25.186Z Compiling cbc v0.1.2
14232026-06-20T23:50:25.186Z Compiling aes v0.8.4
14242026-06-20T23:50:25.186Z Compiling untrusted v0.7.1
14252026-06-20T23:50:25.186Z Compiling tinyvec_macros v0.1.1
14262026-06-20T23:50:25.186Z Compiling untrusted v0.9.0
14272026-06-20T23:50:25.186Z Compiling httparse v1.10.1
14282026-06-20T23:50:25.186Z Compiling openssl-probe v0.2.1
14292026-06-20T23:50:25.186Z Compiling pkcs5 v0.7.1
14302026-06-20T23:50:25.186Z Compiling tinyvec v1.10.0
14312026-06-20T23:50:25.186Z Compiling tracing v0.1.44
14322026-06-20T23:50:25.186Z Compiling thiserror v2.0.18
14332026-06-20T23:50:25.186Z Compiling pest_generator v2.8.6
14342026-06-20T23:50:25.186Z Compiling rand v0.9.2
14352026-06-20T23:50:25.187Z Compiling serde_derive_internals v0.29.1
14362026-06-20T23:50:25.187Z Compiling aho-corasick v1.1.4
14372026-06-20T23:50:25.187Z Compiling schemars v0.8.22
14382026-06-20T23:50:25.188Z Compiling tower-layer v0.3.3
14392026-06-20T23:50:25.188Z Compiling rustls v0.23.37
14402026-06-20T23:50:25.188Z Compiling dyn-clone v1.0.20
14412026-06-20T23:50:25.188Z Compiling atomic-waker v1.1.2
14422026-06-20T23:50:25.188Z Compiling tower-service v0.3.3
14432026-06-20T23:50:25.188Z Compiling tokio-util v0.7.18
14442026-06-20T23:50:25.188Z Compiling try-lock v0.2.5
14452026-06-20T23:50:25.188Z Compiling regex-automata v0.4.14
14462026-06-20T23:50:25.188Z Compiling schemars_derive v0.8.22
14472026-06-20T23:50:25.188Z Compiling want v0.3.1
14482026-06-20T23:50:25.188Z Compiling pest_derive v2.8.6
14492026-06-20T23:50:25.188Z Compiling pkcs8 v0.10.2
14502026-06-20T23:50:25.188Z Compiling h2 v0.4.13
14512026-06-20T23:50:25.188Z Compiling ipnet v2.11.0
14522026-06-20T23:50:25.188Z Compiling scroll_derive v0.13.1
14532026-06-20T23:50:25.188Z Compiling darling_core v0.20.11
14542026-06-20T23:50:25.188Z Compiling foreign-types-shared v0.1.1
14552026-06-20T23:50:25.188Z Compiling pin-utils v0.1.0
14562026-06-20T23:50:25.188Z Compiling httpdate v1.0.3
14572026-06-20T23:50:25.188Z Compiling openssl v0.10.79
14582026-06-20T23:50:25.188Z Compiling foreign-types v0.3.2
14592026-06-20T23:50:25.188Z Compiling tempfile v3.25.0
14602026-06-20T23:50:25.188Z Compiling scroll v0.13.0
14612026-06-20T23:50:25.188Z Compiling unicode-normalization v0.1.25
14622026-06-20T23:50:25.189Z Compiling openssl-macros v0.1.1
14632026-06-20T23:50:25.189Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14642026-06-20T23:50:25.189Z Compiling socket2 v0.5.10
14652026-06-20T23:50:25.189Z Compiling spin v0.9.8
14662026-06-20T23:50:25.189Z Compiling num-conv v0.2.0
14672026-06-20T23:50:25.189Z Compiling time-core v0.1.8
14682026-06-20T23:50:25.189Z Compiling powerfmt v0.2.0
14692026-06-20T23:50:25.189Z Compiling crc32fast v1.5.0
14702026-06-20T23:50:25.189Z Compiling native-tls v0.2.18
14712026-06-20T23:50:25.189Z Compiling deranged v0.5.8
14722026-06-20T23:50:25.189Z Compiling time-macros v0.2.27
14732026-06-20T23:50:25.189Z Compiling darling_macro v0.20.11
14742026-06-20T23:50:25.189Z Compiling hyper v1.8.1
14752026-06-20T23:50:25.189Z Compiling darling v0.20.11
14762026-06-20T23:50:25.189Z Compiling goblin v0.10.5
14772026-06-20T23:50:25.189Z Compiling rustls-native-certs v0.8.3
14782026-06-20T23:50:25.189Z Compiling sync_wrapper v1.0.2
14792026-06-20T23:50:25.189Z Compiling wait-timeout v0.2.1
14802026-06-20T23:50:25.189Z Compiling simd-adler32 v0.3.8
14812026-06-20T23:50:25.189Z Compiling usdt-impl v0.6.0
14822026-06-20T23:50:25.189Z Compiling quick-error v1.2.3
14832026-06-20T23:50:25.189Z Compiling syn v1.0.109
14842026-06-20T23:50:25.189Z Compiling unicode-segmentation v1.12.0
14852026-06-20T23:50:25.189Z Compiling bit-vec v0.8.0
14862026-06-20T23:50:25.189Z Compiling hyper-util v0.1.20
14872026-06-20T23:50:25.190Z Compiling siphasher v1.0.2
14882026-06-20T23:50:25.190Z Compiling num_threads v0.1.7
14892026-06-20T23:50:25.190Z Compiling crossbeam-utils v0.8.21
14902026-06-20T23:50:25.190Z Compiling time v0.3.47
14912026-06-20T23:50:25.190Z Compiling bit-set v0.8.0
14922026-06-20T23:50:25.190Z Compiling rusty-fork v0.3.1
14932026-06-20T23:50:25.190Z Compiling tower v0.5.3
14942026-06-20T23:50:25.190Z Compiling derive_builder_core v0.20.2
14952026-06-20T23:50:25.190Z Compiling dtrace-parser v0.3.0
14962026-06-20T23:50:25.190Z Compiling http-body-util v0.1.3
14972026-06-20T23:50:25.190Z Compiling webpki-roots v1.0.6
14982026-06-20T23:50:25.190Z Compiling signature v2.2.0
14992026-06-20T23:50:25.190Z Compiling thiserror-impl v1.0.69
15002026-06-20T23:50:25.190Z Compiling scroll_derive v0.12.1
15012026-06-20T23:50:25.190Z Compiling heapless v0.7.17
15022026-06-20T23:50:25.190Z Compiling dof v0.4.0
15032026-06-20T23:50:25.190Z Compiling rand_xorshift v0.4.0
15042026-06-20T23:50:25.190Z Compiling slog v2.8.2
15052026-06-20T23:50:25.190Z Compiling darling_core v0.21.3
15062026-06-20T23:50:25.190Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-06-20T23:50:25.190Z Compiling thread-id v5.1.0
15082026-06-20T23:50:25.190Z Compiling cookie v0.18.1
15092026-06-20T23:50:25.190Z Compiling iri-string v0.7.10
15102026-06-20T23:50:25.190Z Compiling ryu v1.0.23
15112026-06-20T23:50:25.191Z Compiling signal-hook v0.3.18
15122026-06-20T23:50:25.191Z Compiling unicode-properties v0.1.4
15132026-06-20T23:50:25.191Z Compiling anyhow v1.0.102
15142026-06-20T23:50:25.191Z Compiling adler2 v2.0.1
15152026-06-20T23:50:25.191Z Compiling paste v1.0.15
15162026-06-20T23:50:25.191Z Compiling unicode-bidi v0.3.18
15172026-06-20T23:50:25.192Z Compiling unarray v0.1.4
15182026-06-20T23:50:25.348Z Compiling zstd-safe v7.2.4
15192026-06-20T23:50:25.348Z Compiling allocator-api2 v0.2.21
15202026-06-20T23:50:25.348Z Compiling proptest v1.10.0
15212026-06-20T23:50:25.348Z Compiling stringprep v0.1.5
15222026-06-20T23:50:25.348Z Compiling tower-http v0.6.8
15232026-06-20T23:50:25.348Z Compiling miniz_oxide v0.8.9
15242026-06-20T23:50:25.348Z Compiling thiserror v1.0.69
15252026-06-20T23:50:25.348Z Compiling serde_urlencoded v0.7.1
15262026-06-20T23:50:25.348Z Compiling scroll v0.12.0
15272026-06-20T23:50:25.348Z Compiling derive_builder_macro v0.20.2
15282026-06-20T23:50:25.348Z Compiling tokio-native-tls v0.3.1
15292026-06-20T23:50:25.348Z Compiling darling_macro v0.21.3
15302026-06-20T23:50:25.348Z Compiling heck v0.4.1
15312026-06-20T23:50:25.348Z Compiling ipnetwork v0.21.1
15322026-06-20T23:50:25.348Z Compiling bstr v1.12.1
15332026-06-20T23:50:25.348Z Compiling rand_chacha v0.3.1
15342026-06-20T23:50:25.349Z Compiling serde_spanned v0.6.9
15352026-06-20T23:50:25.349Z Compiling serde_tokenstream v0.2.3
15362026-06-20T23:50:25.349Z Compiling toml_datetime v0.6.11
15372026-06-20T23:50:25.349Z Compiling erased-serde v0.3.31
15382026-06-20T23:50:25.349Z Compiling md-5 v0.10.6
15392026-06-20T23:50:25.349Z Compiling pin-project-internal v1.1.11
15402026-06-20T23:50:25.349Z Compiling async-trait v0.1.89
15412026-06-20T23:50:25.349Z Compiling zerocopy-derive v0.7.35
15422026-06-20T23:50:25.349Z Compiling curve25519-dalek v4.1.3
15432026-06-20T23:50:25.349Z Compiling vergen-lib v9.1.0
15442026-06-20T23:50:25.349Z Compiling num-integer v0.1.46
15452026-06-20T23:50:25.349Z Compiling hash32 v0.2.1
15462026-06-20T23:50:25.349Z Compiling ff v0.13.1
15472026-06-20T23:50:25.349Z Compiling memoffset v0.9.1
15482026-06-20T23:50:25.349Z Compiling encoding_rs v0.8.35
15492026-06-20T23:50:25.349Z Compiling ref-cast v1.0.25
15502026-06-20T23:50:25.349Z Compiling psl-types v2.0.11
15512026-06-20T23:50:25.349Z Compiling litrs v1.0.0
15522026-06-20T23:50:25.349Z Compiling mime v0.3.17
15532026-06-20T23:50:25.349Z Compiling zlib-rs v0.6.2
15542026-06-20T23:50:25.349Z Compiling num-bigint-dig v0.8.6
15552026-06-20T23:50:25.349Z Compiling rustix v0.38.44
15562026-06-20T23:50:25.349Z Compiling smoltcp v0.9.1
15572026-06-20T23:50:25.349Z Compiling cfg_aliases v0.2.1
15582026-06-20T23:50:25.350Z Compiling base16ct v0.2.0
15592026-06-20T23:50:25.350Z Compiling fallible-iterator v0.2.0
15602026-06-20T23:50:25.350Z Compiling sec1 v0.7.3
15612026-06-20T23:50:25.350Z Compiling nix v0.31.2
15622026-06-20T23:50:25.350Z Compiling postgres-protocol v0.6.10
15632026-06-20T23:50:25.350Z Compiling document-features v0.2.12
15642026-06-20T23:50:25.350Z Compiling publicsuffix v2.3.0
15652026-06-20T23:50:25.350Z Compiling pin-project v1.1.11
15662026-06-20T23:50:25.350Z Compiling zerocopy v0.7.35
15672026-06-20T23:50:25.350Z Compiling group v0.13.0
15682026-06-20T23:50:25.350Z Compiling num-iter v0.1.45
15692026-06-20T23:50:25.350Z Compiling newtype-uuid v1.3.2
15702026-06-20T23:50:25.350Z Compiling rand v0.8.6
15712026-06-20T23:50:25.350Z Compiling hubpack_derive v0.1.1
15722026-06-20T23:50:25.350Z Compiling darling v0.21.3
15732026-06-20T23:50:25.350Z Compiling oxnet v0.1.6
15742026-06-20T23:50:25.350Z Compiling snafu-derive v0.8.9
15752026-06-20T23:50:25.350Z Compiling derive_builder v0.20.2
15762026-06-20T23:50:25.350Z Compiling hyper-tls v0.6.0
15772026-06-20T23:50:25.350Z Compiling goblin v0.8.2
15782026-06-20T23:50:25.350Z Compiling flate2 v1.1.9
15792026-06-20T23:50:25.350Z Compiling phf_shared v0.13.1
15802026-06-20T23:50:25.350Z Compiling lazy_static v1.5.0
15812026-06-20T23:50:25.350Z Compiling regex v1.12.3
15822026-06-20T23:50:25.350Z Compiling anstyle-parse v0.2.7
15832026-06-20T23:50:25.351Z Compiling strum_macros v0.27.2
15842026-06-20T23:50:25.351Z Compiling futures-executor v0.3.32
15852026-06-20T23:50:25.351Z Compiling hex v0.4.3
15862026-06-20T23:50:25.351Z Compiling hkdf v0.12.4
15872026-06-20T23:50:25.351Z Compiling crypto-bigint v0.5.5
15882026-06-20T23:50:25.351Z Compiling curve25519-dalek-derive v0.1.1
15892026-06-20T23:50:25.351Z Compiling ref-cast-impl v1.0.25
15902026-06-20T23:50:25.351Z Compiling daft-derive v0.1.7
15912026-06-20T23:50:25.351Z Compiling terminal_size v0.4.3
15922026-06-20T23:50:25.351Z Compiling vergen v9.1.0
15932026-06-20T23:50:25.351Z Compiling fs-err v3.3.0
15942026-06-20T23:50:25.351Z Compiling cargo-platform v0.3.2
15952026-06-20T23:50:25.351Z Compiling ahash v0.8.12
15962026-06-20T23:50:25.351Z Compiling bitflags v1.3.2
15972026-06-20T23:50:25.351Z Compiling object v0.37.3
15982026-06-20T23:50:25.351Z Compiling foldhash v0.2.0
15992026-06-20T23:50:25.351Z Compiling winnow v0.5.40
16002026-06-20T23:50:25.351Z Compiling same-file v1.0.6
16012026-06-20T23:50:25.351Z Compiling bumpalo v3.20.2
16022026-06-20T23:50:25.351Z Compiling managed v0.8.0
16032026-06-20T23:50:25.351Z Compiling foldhash v0.1.5
16042026-06-20T23:50:25.351Z Compiling libbz2-rs-sys v0.2.2
16052026-06-20T23:50:25.351Z Compiling hashbrown v0.15.5
16062026-06-20T23:50:25.351Z Compiling bzip2 v0.6.1
16072026-06-20T23:50:25.351Z Compiling strum v0.27.2
16082026-06-20T23:50:25.351Z Compiling zopfli v0.8.3
16092026-06-20T23:50:25.352Z Compiling walkdir v2.5.0
16102026-06-20T23:50:25.352Z Compiling clap_builder v4.6.0
16112026-06-20T23:50:25.352Z Compiling hashbrown v0.16.1
16122026-06-20T23:50:25.352Z Compiling toml_edit v0.19.15
16132026-06-20T23:50:25.352Z Compiling cargo_metadata v0.23.1
16142026-06-20T23:50:25.352Z Compiling elliptic-curve v0.13.8
16152026-06-20T23:50:25.352Z Compiling daft v0.1.7
16162026-06-20T23:50:25.352Z Compiling dof v0.3.0
16172026-06-20T23:50:25.352Z Compiling snafu v0.8.9
16182026-06-20T23:50:25.482Z Compiling futures v0.3.32
16192026-06-20T23:50:25.482Z Compiling anstream v0.6.21
16202026-06-20T23:50:25.482Z Compiling phf v0.13.1
16212026-06-20T23:50:25.483Z Compiling cookie_store v0.22.1
16222026-06-20T23:50:25.483Z Compiling signal-hook-mio v0.2.5
16232026-06-20T23:50:25.483Z Compiling zstd v0.13.3
16242026-06-20T23:50:25.483Z Compiling hubpack v0.1.2
16252026-06-20T23:50:25.483Z Compiling bzip2 v0.4.4
16262026-06-20T23:50:25.483Z Compiling serde_with_macros v3.17.0
16272026-06-20T23:50:25.483Z Compiling postgres-types v0.2.12
16282026-06-20T23:50:25.483Z Compiling usdt-attr-macro v0.6.0
16292026-06-20T23:50:25.483Z Compiling usdt-macro v0.6.0
16302026-06-20T23:50:25.483Z Compiling globset v0.4.18
16312026-06-20T23:50:25.483Z Compiling dtrace-parser v0.2.0
16322026-06-20T23:50:25.483Z Compiling ed25519 v2.2.3
16332026-06-20T23:50:25.483Z Compiling phf_shared v0.11.3
16342026-06-20T23:50:25.483Z Compiling olpc-cjson v0.1.4
16352026-06-20T23:50:25.483Z Compiling pkcs1 v0.7.5
16362026-06-20T23:50:25.484Z Compiling enum-as-inner v0.6.1
16372026-06-20T23:50:25.484Z Compiling clap_derive v4.6.1
16382026-06-20T23:50:25.484Z Compiling strum_macros v0.26.4
16392026-06-20T23:50:25.484Z Compiling serde_plain v1.0.2
16402026-06-20T23:50:25.484Z Compiling serde-big-array v0.5.1
16412026-06-20T23:50:25.484Z Compiling rfc6979 v0.4.0
16422026-06-20T23:50:25.484Z Compiling pem v3.0.6
16432026-06-20T23:50:25.484Z Compiling async-recursion v1.1.1
16442026-06-20T23:50:25.484Z Compiling serde_repr v0.1.20
16452026-06-20T23:50:25.484Z Compiling float-cmp v0.10.0
16462026-06-20T23:50:25.484Z Compiling thread-id v4.2.2
16472026-06-20T23:50:25.484Z Compiling memmap2 v0.9.10
16482026-06-20T23:50:25.484Z Compiling env_filter v1.0.0
16492026-06-20T23:50:25.484Z Compiling either v1.15.0
16502026-06-20T23:50:25.484Z Compiling precomputed-hash v0.1.1
16512026-06-20T23:50:25.484Z Compiling typed-path v0.9.3
16522026-06-20T23:50:25.484Z Compiling whoami v2.1.0
16532026-06-20T23:50:25.484Z Compiling normalize-line-endings v0.3.0
16542026-06-20T23:50:25.484Z Compiling predicates-core v1.0.10
16552026-06-20T23:50:25.484Z Compiling difflib v0.4.0
16562026-06-20T23:50:25.484Z Compiling new_debug_unreachable v1.0.6
16572026-06-20T23:50:25.484Z Compiling static_assertions v1.1.0
16582026-06-20T23:50:25.484Z Compiling fixedbitset v0.5.7
16592026-06-20T23:50:25.484Z Compiling fixedbitset v0.4.2
16602026-06-20T23:50:25.484Z Compiling jiff v0.2.21
16612026-06-20T23:50:25.484Z Compiling keccak v0.1.6
16622026-06-20T23:50:25.484Z Compiling data-encoding v2.10.0
16632026-06-20T23:50:25.484Z Compiling clap v4.6.1
16642026-06-20T23:50:25.484Z Compiling petgraph v0.8.3
16652026-06-20T23:50:25.484Z Compiling strum v0.26.3
16662026-06-20T23:50:25.484Z Compiling sha3 v0.10.8
16672026-06-20T23:50:25.484Z Compiling hickory-proto v0.25.2
16682026-06-20T23:50:25.485Z Compiling petgraph v0.6.5
16692026-06-20T23:50:25.485Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16702026-06-20T23:50:25.485Z Compiling predicates v3.1.4
16712026-06-20T23:50:25.485Z Compiling toml_edit v0.22.27
16722026-06-20T23:50:25.485Z Compiling string_cache v0.8.9
16732026-06-20T23:50:25.485Z Compiling tokio-postgres v0.7.16
16742026-06-20T23:50:25.485Z Compiling itertools v0.13.0
16752026-06-20T23:50:25.485Z Compiling env_logger v0.11.9
16762026-06-20T23:50:25.485Z Compiling zip v4.6.1
16772026-06-20T23:50:25.485Z Compiling usdt v0.6.0
16782026-06-20T23:50:25.485Z Compiling usdt-impl v0.5.0
16792026-06-20T23:50:25.485Z Compiling ecdsa v0.16.9
16802026-06-20T23:50:25.485Z Compiling rsa v0.9.10
16812026-06-20T23:50:25.485Z Compiling ed25519-dalek v2.2.0
16822026-06-20T23:50:25.485Z Compiling serde_with v3.17.0
16832026-06-20T23:50:25.485Z Compiling crossterm v0.28.1
16842026-06-20T23:50:25.485Z Compiling zip v0.6.6
16852026-06-20T23:50:25.485Z Compiling toml v0.7.8
16862026-06-20T23:50:25.485Z Compiling iddqd v0.4.2
16872026-06-20T23:50:25.485Z Compiling toml_parser v1.0.9+spec-1.1.0
16882026-06-20T23:50:25.485Z Compiling similar v2.7.0
16892026-06-20T23:50:25.487Z Compiling crossbeam-epoch v0.9.18
16902026-06-20T23:50:25.487Z Compiling tokio-stream v0.1.18
16912026-06-20T23:50:25.487Z Compiling buf-list v1.1.2
16922026-06-20T23:50:25.487Z Compiling x509-cert v0.2.5
16932026-06-20T23:50:25.487Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-06-20T23:50:25.487Z Compiling openapiv3 v2.2.0
16952026-06-20T23:50:25.487Z Compiling sha1 v0.10.6
16962026-06-20T23:50:25.487Z Compiling peg-runtime v0.8.5
16972026-06-20T23:50:25.487Z Compiling lalrpop-util v0.19.12
16982026-06-20T23:50:25.487Z Compiling thread_local v1.1.9
16992026-06-20T23:50:25.487Z Compiling slog-async v2.8.0
17002026-06-20T23:50:25.487Z Compiling crossbeam-channel v0.5.15
17012026-06-20T23:50:25.487Z Compiling is-terminal v0.4.17
17022026-06-20T23:50:25.487Z Compiling filetime v0.2.27
17032026-06-20T23:50:25.487Z Compiling term v1.2.1
17042026-06-20T23:50:25.487Z Compiling take_mut v0.2.2
17052026-06-20T23:50:25.487Z Compiling xattr v1.6.1
17062026-06-20T23:50:25.488Z Compiling tar v0.4.45
17072026-06-20T23:50:25.488Z Compiling slog-term v2.9.2
17082026-06-20T23:50:25.488Z Compiling rustls-webpki v0.103.9
17092026-06-20T23:50:25.488Z Compiling tokio-rustls v0.26.4
17102026-06-20T23:50:25.488Z Compiling rustls-platform-verifier v0.6.2
17112026-06-20T23:50:25.488Z Compiling hyper-rustls v0.27.7
17122026-06-20T23:50:25.488Z Compiling reqwest v0.12.28
17132026-06-20T23:50:25.488Z Compiling reqwest v0.13.2
17142026-06-20T23:50:25.490Z Compiling tough v0.22.0
17152026-06-20T23:50:25.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17162026-06-20T23:50:25.490Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17172026-06-20T23:50:25.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17182026-06-20T23:50:25.564Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17192026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: DendriteStub
17202026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: Console
17212026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: MaghemiteMgd
17222026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: Cockroach
17232026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: Clickhouse
17242026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: MaghemiteDdmd
17252026-06-20T23:50:25.564ZJun 20 23:50:20.678 INFO Starting download, target: TransceiverControl
17262026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17292026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-06-20T23:50:25.565ZJun 20 23:50:20.679 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-06-20T23:50:25.565ZJun 20 23:50:21.549 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17342026-06-20T23:50:25.565ZJun 20 23:50:21.787 INFO Download complete, target: Console
17352026-06-20T23:50:25.565ZJun 20 23:50:22.422 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-06-20T23:50:30.127ZJun 20 23:50:28.436 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-06-20T23:50:30.676ZJun 20 23:50:28.636 INFO Download complete, target: TransceiverControl
17382026-06-20T23:50:31.116ZJun 20 23:50:28.995 INFO Checking that binary works, target: Clickhouse
17392026-06-20T23:50:31.116ZJun 20 23:50:29.088 INFO Download complete, target: Clickhouse
17402026-06-20T23:50:44.936ZJun 20 23:50:43.323 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17412026-06-20T23:50:46.584ZJun 20 23:50:44.959 INFO Download complete, target: MaghemiteDdmd
17422026-06-20T23:50:47.468ZJun 20 23:50:45.854 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-20T23:50:48.366ZJun 20 23:50:46.745 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-06-20T23:50:49.844ZJun 20 23:50:48.196 INFO Download complete, target: DendriteStub
17452026-06-20T23:50:50.509ZJun 20 23:50:48.813 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-06-20T23:50:50.509ZJun 20 23:50:48.813 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-06-20T23:50:51.147ZJun 20 23:50:49.083 INFO Download complete, target: MaghemiteMgd
17482026-06-20T23:50:54.940ZJun 20 23:50:53.342 INFO Checking that binary works, target: Cockroach
17492026-06-20T23:50:55.046ZJun 20 23:50:53.451 INFO Download complete, target: Cockroach
17502026-06-20T23:50:55.066ZAll builder prerequisites installed successfully, and PATH looks valid
17512026-06-20T23:50:55.072Z
17522026-06-20T23:50:55.072Zreal 2:28.971252074
17532026-06-20T23:50:55.072Zuser 6:52.137279307
17542026-06-20T23:50:55.073Zsys 1:21.933756860
17552026-06-20T23:50:55.073Ztrap 0.204900735
17562026-06-20T23:50:55.073Ztflt 0.687649383
17572026-06-20T23:50:55.073Zdflt 0.485315309
17582026-06-20T23:50:55.073Zkflt 0.024325416
17592026-06-20T23:50:55.073Zlock 28:42.949308007
17602026-06-20T23:50:55.073Zslp 21:55.811502355
17612026-06-20T23:50:55.073Zlat 41.496679206
17622026-06-20T23:50:55.073Zstop 1:51.294018909
17632026-06-20T23:50:55.073Z+ banner hack-check
17642026-06-20T23:50:55.073Z
17652026-06-20T23:50:55.073Z # # ## #### # # #### # # ###### #### # #
17662026-06-20T23:50:55.073Z # # # # # # # # # # # # # # # # #
17672026-06-20T23:50:55.073Z ###### # # # #### ##### # ###### ##### # ####
17682026-06-20T23:50:55.073Z # # ###### # # # # # # # # # #
17692026-06-20T23:50:55.073Z # # # # # # # # # # # # # # # # #
17702026-06-20T23:50:55.073Z # # # # #### # # #### # # ###### #### # #
17712026-06-20T23:50:55.073Z
17722026-06-20T23:50:55.073Z+ export CARGO_INCREMENTAL=0
17732026-06-20T23:50:55.073Z+ CARGO_INCREMENTAL=0
17742026-06-20T23:50:55.073Z+ ptime -m timeout 2h cargo xtask check-features --ci
17752026-06-20T23:50:55.514Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17762026-06-20T23:50:55.725Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17772026-06-20T23:50:57.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
17782026-06-20T23:50:57.639Z Running `target/debug/xtask check-features --ci`
17792026-06-20T23:50:57.662Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17802026-06-20T23:50:57.662Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17812026-06-20T23:50:58.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
17822026-06-20T23:50:58.084Z Running `target/debug/xtask download cargo-hack`
17832026-06-20T23:50:58.798Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17842026-06-20T23:50:59.095Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17852026-06-20T23:51:01.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s
17862026-06-20T23:51:01.799Z Running `target/debug/xtask-downloader cargo-hack`
17872026-06-20T23:51:01.833ZJun 20 23:51:00.238 INFO Starting download, target: CargoHack
17882026-06-20T23:51:01.837ZJun 20 23:51:00.239 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17892026-06-20T23:51:02.203ZJun 20 23:51:00.606 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17902026-06-20T23:51:02.259ZJun 20 23:51:00.655 INFO Download complete, target: CargoHack
17912026-06-20T23:51:02.264Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17922026-06-20T23:51:02.272Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17932026-06-20T23:51:02.420Zinfo: running `cargo check --bins` on api_identity (1/298)
17942026-06-20T23:51:02.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17952026-06-20T23:51:02.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17962026-06-20T23:51:02.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17972026-06-20T23:51:02.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17982026-06-20T23:51:02.921Z
17992026-06-20T23:51:02.921Zinfo: running `cargo check --bins` on bootstore (2/298)
18002026-06-20T23:51:03.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18012026-06-20T23:51:03.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18022026-06-20T23:51:03.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18032026-06-20T23:51:03.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18042026-06-20T23:51:03.422Z
18052026-06-20T23:51:03.422Zinfo: running `cargo check --bins` on omicron-ledger (3/298)
18062026-06-20T23:51:03.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18072026-06-20T23:51:03.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18082026-06-20T23:51:03.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18092026-06-20T23:51:03.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18102026-06-20T23:51:03.928Z
18112026-06-20T23:51:03.928Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/298)
18122026-06-20T23:51:04.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18132026-06-20T23:51:04.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18142026-06-20T23:51:04.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18152026-06-20T23:51:04.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18162026-06-20T23:51:04.434Z
18172026-06-20T23:51:04.434Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/298)
18182026-06-20T23:51:04.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-06-20T23:51:04.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-06-20T23:51:04.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-06-20T23:51:04.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18222026-06-20T23:51:04.934Z
18232026-06-20T23:51:04.934Zinfo: running `cargo check --bins` on omicron-certificates (6/298)
18242026-06-20T23:51:05.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-06-20T23:51:05.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-06-20T23:51:05.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-06-20T23:51:05.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18282026-06-20T23:51:05.449Z
18292026-06-20T23:51:05.449Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/298)
18302026-06-20T23:51:06.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-06-20T23:51:06.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-06-20T23:51:06.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-06-20T23:51:06.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18342026-06-20T23:51:06.321Z
18352026-06-20T23:51:06.321Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/298)
18362026-06-20T23:51:06.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-06-20T23:51:06.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-06-20T23:51:06.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-06-20T23:51:06.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18402026-06-20T23:51:06.570Z
18412026-06-20T23:51:06.570Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/298)
18422026-06-20T23:51:06.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-06-20T23:51:06.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-06-20T23:51:06.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-06-20T23:51:06.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18462026-06-20T23:51:06.927Z
18472026-06-20T23:51:06.928Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/298)
18482026-06-20T23:51:07.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-06-20T23:51:07.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-06-20T23:51:07.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-06-20T23:51:07.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18522026-06-20T23:51:07.260Z
18532026-06-20T23:51:07.261Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/298)
18542026-06-20T23:51:07.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-06-20T23:51:07.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-06-20T23:51:07.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-06-20T23:51:07.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18582026-06-20T23:51:07.690Z
18592026-06-20T23:51:07.690Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/298)
18602026-06-20T23:51:08.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-06-20T23:51:08.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-06-20T23:51:08.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-06-20T23:51:08.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18642026-06-20T23:51:08.048Z
18652026-06-20T23:51:08.049Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/298)
18662026-06-20T23:51:08.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-06-20T23:51:08.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-06-20T23:51:08.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-06-20T23:51:08.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
18702026-06-20T23:51:08.449Z
18712026-06-20T23:51:08.449Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/298)
18722026-06-20T23:51:08.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-06-20T23:51:08.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-06-20T23:51:08.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-06-20T23:51:08.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18762026-06-20T23:51:08.843Z
18772026-06-20T23:51:08.843Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/298)
18782026-06-20T23:51:09.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-06-20T23:51:09.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-06-20T23:51:09.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-06-20T23:51:09.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18822026-06-20T23:51:09.196Z
18832026-06-20T23:51:09.197Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/298)
18842026-06-20T23:51:09.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-06-20T23:51:09.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-06-20T23:51:09.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-06-20T23:51:09.539Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18882026-06-20T23:51:09.584Z
18892026-06-20T23:51:09.584Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/298)
18902026-06-20T23:51:09.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-06-20T23:51:09.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-06-20T23:51:09.923Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-06-20T23:51:09.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
18942026-06-20T23:51:09.968Z
18952026-06-20T23:51:09.968Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/298)
18962026-06-20T23:51:10.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-06-20T23:51:10.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-06-20T23:51:10.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-06-20T23:51:10.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19002026-06-20T23:51:10.351Z
19012026-06-20T23:51:10.351Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/298)
19022026-06-20T23:51:10.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-06-20T23:51:10.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-06-20T23:51:10.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-06-20T23:51:10.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19062026-06-20T23:51:10.738Z
19072026-06-20T23:51:10.738Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/298)
19082026-06-20T23:51:11.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-06-20T23:51:11.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-06-20T23:51:11.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-06-20T23:51:11.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19122026-06-20T23:51:11.140Z
19132026-06-20T23:51:11.140Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/298)
19142026-06-20T23:51:11.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-06-20T23:51:11.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-06-20T23:51:11.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-06-20T23:51:11.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19182026-06-20T23:51:11.518Z
19192026-06-20T23:51:11.518Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/298)
19202026-06-20T23:51:11.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-06-20T23:51:11.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-06-20T23:51:11.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-06-20T23:51:11.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19242026-06-20T23:51:11.907Z
19252026-06-20T23:51:11.907Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/298)
19262026-06-20T23:51:12.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-06-20T23:51:12.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-06-20T23:51:12.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-06-20T23:51:12.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19302026-06-20T23:51:12.298Z
19312026-06-20T23:51:12.298Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/298)
19322026-06-20T23:51:12.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-06-20T23:51:12.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-06-20T23:51:12.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-06-20T23:51:12.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19362026-06-20T23:51:12.685Z
19372026-06-20T23:51:12.685Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/298)
19382026-06-20T23:51:13.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-06-20T23:51:13.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-06-20T23:51:13.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-06-20T23:51:13.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19422026-06-20T23:51:13.070Z
19432026-06-20T23:51:13.070Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/298)
19442026-06-20T23:51:13.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-06-20T23:51:13.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-06-20T23:51:13.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-06-20T23:51:13.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19482026-06-20T23:51:13.458Z
19492026-06-20T23:51:13.458Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/298)
19502026-06-20T23:51:13.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-06-20T23:51:13.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-06-20T23:51:13.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-06-20T23:51:13.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19542026-06-20T23:51:13.851Z
19552026-06-20T23:51:13.851Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/298)
19562026-06-20T23:51:14.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-06-20T23:51:14.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-06-20T23:51:14.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-06-20T23:51:14.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19602026-06-20T23:51:14.239Z
19612026-06-20T23:51:14.239Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/298)
19622026-06-20T23:51:14.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-06-20T23:51:14.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-06-20T23:51:14.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-06-20T23:51:14.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19662026-06-20T23:51:14.624Z
19672026-06-20T23:51:14.624Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/298)
19682026-06-20T23:51:14.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-06-20T23:51:14.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-06-20T23:51:14.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-06-20T23:51:14.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19722026-06-20T23:51:15.009Z
19732026-06-20T23:51:15.009Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/298)
19742026-06-20T23:51:15.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-06-20T23:51:15.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-06-20T23:51:15.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-06-20T23:51:15.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19782026-06-20T23:51:15.394Z
19792026-06-20T23:51:15.394Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/298)
19802026-06-20T23:51:15.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-06-20T23:51:15.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-06-20T23:51:15.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-06-20T23:51:15.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
19842026-06-20T23:51:15.783Z
19852026-06-20T23:51:15.783Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/298)
19862026-06-20T23:51:16.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-06-20T23:51:16.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-06-20T23:51:16.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-06-20T23:51:16.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19902026-06-20T23:51:16.170Z
19912026-06-20T23:51:16.170Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/298)
19922026-06-20T23:51:16.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-06-20T23:51:16.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-06-20T23:51:16.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-06-20T23:51:16.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
19962026-06-20T23:51:16.561Z
19972026-06-20T23:51:16.561Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/298)
19982026-06-20T23:51:16.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-06-20T23:51:16.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-06-20T23:51:16.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-06-20T23:51:16.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20022026-06-20T23:51:16.947Z
20032026-06-20T23:51:16.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/298)
20042026-06-20T23:51:17.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-06-20T23:51:17.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-06-20T23:51:17.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-06-20T23:51:17.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20082026-06-20T23:51:17.335Z
20092026-06-20T23:51:17.335Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/298)
20102026-06-20T23:51:17.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-06-20T23:51:17.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-06-20T23:51:17.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-06-20T23:51:17.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20142026-06-20T23:51:17.723Z
20152026-06-20T23:51:17.723Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/298)
20162026-06-20T23:51:18.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-06-20T23:51:18.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-06-20T23:51:18.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-06-20T23:51:18.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20202026-06-20T23:51:18.120Z
20212026-06-20T23:51:18.120Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/298)
20222026-06-20T23:51:18.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-06-20T23:51:18.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-06-20T23:51:18.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-06-20T23:51:18.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20262026-06-20T23:51:18.496Z
20272026-06-20T23:51:18.496Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/298)
20282026-06-20T23:51:18.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-06-20T23:51:18.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-06-20T23:51:18.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-06-20T23:51:18.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20322026-06-20T23:51:18.885Z
20332026-06-20T23:51:18.885Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/298)
20342026-06-20T23:51:19.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-06-20T23:51:19.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-06-20T23:51:19.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-06-20T23:51:19.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20382026-06-20T23:51:19.273Z
20392026-06-20T23:51:19.273Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/298)
20402026-06-20T23:51:19.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-06-20T23:51:19.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-06-20T23:51:19.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-06-20T23:51:19.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20442026-06-20T23:51:19.665Z
20452026-06-20T23:51:19.665Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/298)
20462026-06-20T23:51:20.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-06-20T23:51:20.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-06-20T23:51:20.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-06-20T23:51:20.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20502026-06-20T23:51:20.054Z
20512026-06-20T23:51:20.054Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/298)
20522026-06-20T23:51:20.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-06-20T23:51:20.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-06-20T23:51:20.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-06-20T23:51:20.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20562026-06-20T23:51:20.443Z
20572026-06-20T23:51:20.443Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/298)
20582026-06-20T23:51:20.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-06-20T23:51:20.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-06-20T23:51:20.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-06-20T23:51:20.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
20622026-06-20T23:51:20.834Z
20632026-06-20T23:51:20.834Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/298)
20642026-06-20T23:51:21.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-06-20T23:51:21.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-06-20T23:51:21.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-06-20T23:51:21.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20682026-06-20T23:51:21.220Z
20692026-06-20T23:51:21.220Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/298)
20702026-06-20T23:51:21.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-06-20T23:51:21.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-06-20T23:51:21.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-06-20T23:51:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20742026-06-20T23:51:21.608Z
20752026-06-20T23:51:21.608Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/298)
20762026-06-20T23:51:21.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-06-20T23:51:21.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-06-20T23:51:21.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-06-20T23:51:21.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s
20802026-06-20T23:51:21.996Z
20812026-06-20T23:51:21.996Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/298)
20822026-06-20T23:51:22.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-06-20T23:51:22.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-06-20T23:51:22.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-06-20T23:51:22.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20862026-06-20T23:51:22.549Z
20872026-06-20T23:51:22.549Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/298)
20882026-06-20T23:51:23.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-06-20T23:51:23.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-06-20T23:51:23.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-06-20T23:51:23.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20922026-06-20T23:51:23.104Z
20932026-06-20T23:51:23.104Zinfo: running `cargo check --bins` on nexus-config (51/298)
20942026-06-20T23:51:23.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-06-20T23:51:23.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-06-20T23:51:23.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-06-20T23:51:23.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20982026-06-20T23:51:23.656Z
20992026-06-20T23:51:23.656Zinfo: running `cargo check --bins` on nexus-types (52/298)
21002026-06-20T23:51:24.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-06-20T23:51:24.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-06-20T23:51:24.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-06-20T23:51:24.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21042026-06-20T23:51:24.205Z
21052026-06-20T23:51:24.205Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/298)
21062026-06-20T23:51:24.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-06-20T23:51:24.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-06-20T23:51:24.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-06-20T23:51:24.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21102026-06-20T23:51:24.725Z
21112026-06-20T23:51:24.725Zinfo: running `cargo check --bins` on omicron-passwords (54/298)
21122026-06-20T23:51:25.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-06-20T23:51:25.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-06-20T23:51:25.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-06-20T23:51:25.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21162026-06-20T23:51:25.224Z
21172026-06-20T23:51:25.224Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/298)
21182026-06-20T23:51:25.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-06-20T23:51:25.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-06-20T23:51:25.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-06-20T23:51:25.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21222026-06-20T23:51:25.743Z
21232026-06-20T23:51:25.743Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/298)
21242026-06-20T23:51:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-06-20T23:51:26.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-06-20T23:51:26.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-06-20T23:51:26.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21282026-06-20T23:51:26.265Z
21292026-06-20T23:51:26.265Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/298)
21302026-06-20T23:51:26.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-06-20T23:51:26.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-06-20T23:51:26.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-06-20T23:51:26.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21342026-06-20T23:51:26.789Z
21352026-06-20T23:51:26.789Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/298)
21362026-06-20T23:51:27.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-06-20T23:51:27.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-06-20T23:51:27.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-06-20T23:51:27.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21402026-06-20T23:51:27.318Z
21412026-06-20T23:51:27.318Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/298)
21422026-06-20T23:51:27.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-06-20T23:51:27.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-06-20T23:51:27.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-06-20T23:51:27.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21462026-06-20T23:51:27.823Z
21472026-06-20T23:51:27.824Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/298)
21482026-06-20T23:51:28.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-06-20T23:51:28.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-06-20T23:51:28.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-06-20T23:51:28.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21522026-06-20T23:51:28.332Z
21532026-06-20T23:51:28.332Zinfo: running `cargo check --bins --no-default-features` on gfss (61/298)
21542026-06-20T23:51:28.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-06-20T23:51:28.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-06-20T23:51:28.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-06-20T23:51:28.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21582026-06-20T23:51:28.833Z
21592026-06-20T23:51:28.833Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/298)
21602026-06-20T23:51:29.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-06-20T23:51:29.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-06-20T23:51:29.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-06-20T23:51:29.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21642026-06-20T23:51:29.335Z
21652026-06-20T23:51:29.335Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/298)
21662026-06-20T23:51:29.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-06-20T23:51:29.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-06-20T23:51:29.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-06-20T23:51:29.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
21702026-06-20T23:51:29.853Z
21712026-06-20T23:51:29.853Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/298)
21722026-06-20T23:51:30.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-06-20T23:51:30.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-06-20T23:51:30.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-06-20T23:51:30.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21762026-06-20T23:51:30.373Z
21772026-06-20T23:51:30.373Zinfo: running `cargo check --bins` on cockroach-admin-types (65/298)
21782026-06-20T23:51:30.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-06-20T23:51:30.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-06-20T23:51:30.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-06-20T23:51:30.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21822026-06-20T23:51:30.883Z
21832026-06-20T23:51:30.883Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/298)
21842026-06-20T23:51:31.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-06-20T23:51:31.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-06-20T23:51:31.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-06-20T23:51:31.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21882026-06-20T23:51:31.385Z
21892026-06-20T23:51:31.385Zinfo: running `cargo check --bins` on ereport-types (67/298)
21902026-06-20T23:51:31.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-06-20T23:51:31.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-06-20T23:51:31.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-06-20T23:51:31.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
21942026-06-20T23:51:31.893Z
21952026-06-20T23:51:31.893Zinfo: running `cargo check --bins` on gateway-client (68/298)
21962026-06-20T23:51:32.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-06-20T23:51:32.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-06-20T23:51:32.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-06-20T23:51:32.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22002026-06-20T23:51:32.405Z
22012026-06-20T23:51:32.405Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/298)
22022026-06-20T23:51:32.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-06-20T23:51:32.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-06-20T23:51:32.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-06-20T23:51:32.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22062026-06-20T23:51:32.913Z
22072026-06-20T23:51:32.913Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/298)
22082026-06-20T23:51:33.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-06-20T23:51:33.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-06-20T23:51:33.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-06-20T23:51:33.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22122026-06-20T23:51:33.416Z
22132026-06-20T23:51:33.416Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/298)
22142026-06-20T23:51:33.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-06-20T23:51:33.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-06-20T23:51:33.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-06-20T23:51:33.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22182026-06-20T23:51:33.923Z
22192026-06-20T23:51:33.923Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/298)
22202026-06-20T23:51:34.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-06-20T23:51:34.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-06-20T23:51:34.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-06-20T23:51:34.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
22242026-06-20T23:51:34.431Z
22252026-06-20T23:51:34.431Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/298)
22262026-06-20T23:51:34.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-06-20T23:51:34.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-06-20T23:51:34.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-06-20T23:51:34.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22302026-06-20T23:51:34.964Z
22312026-06-20T23:51:34.964Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/298)
22322026-06-20T23:51:35.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-06-20T23:51:35.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-06-20T23:51:35.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-06-20T23:51:35.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22362026-06-20T23:51:35.502Z
22372026-06-20T23:51:35.502Zinfo: running `cargo check --bins` on key-manager-types (75/298)
22382026-06-20T23:51:35.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-06-20T23:51:35.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-06-20T23:51:35.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-06-20T23:51:35.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
22422026-06-20T23:51:36.004Z
22432026-06-20T23:51:36.004Zinfo: running `cargo check --bins` on oxlog (76/298)
22442026-06-20T23:51:36.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-06-20T23:51:36.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-06-20T23:51:36.554Z Checking cfg-if v1.0.4
22472026-06-20T23:51:36.557Z Checking libc v0.2.185
22482026-06-20T23:51:36.557Z Checking serde_core v1.0.228
22492026-06-20T23:51:36.664Z Checking zeroize v1.8.2
22502026-06-20T23:51:36.670Z Checking memchr v2.8.0
22512026-06-20T23:51:36.678Z Checking log v0.4.29
22522026-06-20T23:51:36.687Z Checking smallvec v1.15.1
22532026-06-20T23:51:36.698Z Checking typenum v1.19.0
22542026-06-20T23:51:36.706Z Checking subtle v2.6.1
22552026-06-20T23:51:36.817Z Checking itoa v1.0.17
22562026-06-20T23:51:36.838Z Checking scopeguard v1.2.0
22572026-06-20T23:51:36.850Z Checking stable_deref_trait v1.2.1
22582026-06-20T23:51:36.860Z Checking const-oid v0.9.6
22592026-06-20T23:51:36.919Z Checking zerofrom v0.1.6
22602026-06-20T23:51:36.935Z Checking lock_api v0.4.14
22612026-06-20T23:51:36.948Z Checking pin-project-lite v0.2.17
22622026-06-20T23:51:37.028Z Checking yoke v0.8.1
22632026-06-20T23:51:37.039Z Checking portable-atomic v1.13.1
22642026-06-20T23:51:37.043Z Checking futures-core v0.3.32
22652026-06-20T23:51:37.051Z Checking getrandom v0.2.17
22662026-06-20T23:51:37.126Z Checking errno v0.3.14
22672026-06-20T23:51:37.185Z Checking parking_lot_core v0.9.12
22682026-06-20T23:51:37.185Z Checking zerovec v0.11.5
22692026-06-20T23:51:37.220Z Checking generic-array v0.14.7
22702026-06-20T23:51:37.231Z Checking rand_core v0.6.4
22712026-06-20T23:51:37.243Z Checking signal-hook-registry v1.4.8
22722026-06-20T23:51:37.364Z Checking critical-section v1.2.0
22732026-06-20T23:51:37.397Z Checking parking_lot v0.12.5
22742026-06-20T23:51:37.397Z Checking mio v1.2.0
22752026-06-20T23:51:37.461Z Checking zerocopy v0.8.40
22762026-06-20T23:51:37.473Z Checking once_cell v1.21.3
22772026-06-20T23:51:37.527Z Checking zmij v1.0.21
22782026-06-20T23:51:37.588Z Checking socket2 v0.6.3
22792026-06-20T23:51:37.613Z Checking tinystr v0.8.2
22802026-06-20T23:51:37.640Z Checking libm v0.2.16
22812026-06-20T23:51:37.651Z Checking crypto-common v0.1.7
22822026-06-20T23:51:37.672Z Checking block-buffer v0.10.4
22832026-06-20T23:51:37.734Z Checking percent-encoding v2.3.2
22842026-06-20T23:51:37.767Z Checking litemap v0.8.1
22852026-06-20T23:51:37.787Z Checking equivalent v1.0.2
22862026-06-20T23:51:37.805Z Checking digest v0.10.7
22872026-06-20T23:51:37.822Z Checking writeable v0.6.2
22882026-06-20T23:51:37.865Z Checking potential_utf v0.1.4
22892026-06-20T23:51:37.876Z Checking zerotrie v0.2.3
22902026-06-20T23:51:37.936Z Checking futures-sink v0.3.32
22912026-06-20T23:51:37.977Z Checking icu_locale_core v2.1.1
22922026-06-20T23:51:37.989Z Checking icu_collections v2.1.1
22932026-06-20T23:51:38.002Z Checking cpufeatures v0.2.17
22942026-06-20T23:51:38.029Z Checking futures-channel v0.3.32
22952026-06-20T23:51:38.070Z Checking futures-task v0.3.32
22962026-06-20T23:51:38.117Z Checking slab v0.4.12
22972026-06-20T23:51:38.133Z Checking serde v1.0.228
22982026-06-20T23:51:38.202Z Checking bitflags v2.11.0
22992026-06-20T23:51:38.212Z Checking serde_json v1.0.149
23002026-06-20T23:51:38.269Z Checking futures-io v0.3.32
23012026-06-20T23:51:38.285Z Checking hmac v0.12.1
23022026-06-20T23:51:38.332Z Checking num-traits v0.2.19
23032026-06-20T23:51:38.366Z Checking icu_properties_data v2.1.2
23042026-06-20T23:51:38.378Z Checking futures-util v0.3.32
23052026-06-20T23:51:38.411Z Checking icu_normalizer_data v2.1.1
23062026-06-20T23:51:38.483Z Checking rand_core v0.10.0
23072026-06-20T23:51:38.495Z Checking hashbrown v0.17.0
23082026-06-20T23:51:38.523Z Checking icu_provider v2.1.1
23092026-06-20T23:51:38.535Z Checking bytes v1.11.1
23102026-06-20T23:51:38.634Z Checking getrandom v0.4.1
23112026-06-20T23:51:38.766Z Checking icu_properties v2.1.2
23122026-06-20T23:51:38.782Z Checking icu_normalizer v2.1.1
23132026-06-20T23:51:38.878Z Checking block-padding v0.3.3
23142026-06-20T23:51:38.892Z Checking utf8_iter v1.0.4
23152026-06-20T23:51:38.967Z Checking indexmap v2.14.0
23162026-06-20T23:51:38.985Z Checking tokio v1.52.1
23172026-06-20T23:51:39.007Z Checking inout v0.1.4
23182026-06-20T23:51:39.021Z Checking sha2 v0.10.9
23192026-06-20T23:51:39.089Z Checking form_urlencoded v1.2.2
23202026-06-20T23:51:39.145Z Checking cipher v0.4.4
23212026-06-20T23:51:39.213Z Checking getrandom v0.3.4
23222026-06-20T23:51:39.286Z Checking fnv v1.0.7
23232026-06-20T23:51:39.355Z Checking byteorder v1.5.0
23242026-06-20T23:51:39.355Z Checking base64ct v1.8.3
23252026-06-20T23:51:39.378Z Checking flagset v0.4.7
23262026-06-20T23:51:39.502Z Checking rand_core v0.9.5
23272026-06-20T23:51:39.617Z Checking http v1.4.0
23282026-06-20T23:51:39.634Z Checking regex-syntax v0.8.10
23292026-06-20T23:51:39.634Z Checking pem-rfc7468 v0.7.0
23302026-06-20T23:51:39.634Z Checking idna_adapter v1.2.1
23312026-06-20T23:51:39.677Z Checking salsa20 v0.10.2
23322026-06-20T23:51:39.709Z Checking idna v1.1.0
23332026-06-20T23:51:39.758Z Checking der v0.7.10
23342026-06-20T23:51:39.808Z Checking uuid v1.23.0
23352026-06-20T23:51:39.952Z Checking url v2.5.8
23362026-06-20T23:51:40.076Z Checking pbkdf2 v0.12.2
23372026-06-20T23:51:40.117Z Checking rustix v1.1.3
23382026-06-20T23:51:40.186Z Checking tracing-core v0.1.36
23392026-06-20T23:51:40.224Z Checking ppv-lite86 v0.2.21
23402026-06-20T23:51:40.292Z Checking rustls-pki-types v1.14.0
23412026-06-20T23:51:40.397Z Checking iana-time-zone v0.1.65
23422026-06-20T23:51:40.486Z Checking base64 v0.22.1
23432026-06-20T23:51:40.489Z Checking spki v0.7.3
23442026-06-20T23:51:40.508Z Checking chrono v0.4.44
23452026-06-20T23:51:40.518Z Checking rand_chacha v0.9.0
23462026-06-20T23:51:40.573Z Checking tracing v0.1.44
23472026-06-20T23:51:40.656Z Checking scrypt v0.11.0
23482026-06-20T23:51:40.710Z Checking http-body v1.0.1
23492026-06-20T23:51:40.722Z Checking aes v0.8.4
23502026-06-20T23:51:40.776Z Checking cbc v0.1.2
23512026-06-20T23:51:40.792Z Checking aws-lc-sys v0.40.0
23522026-06-20T23:51:40.838Z Checking openssl-probe v0.2.1
23532026-06-20T23:51:40.870Z Checking untrusted v0.7.1
23542026-06-20T23:51:40.899Z Checking untrusted v0.9.0
23552026-06-20T23:51:40.941Z Checking tinyvec_macros v0.1.1
23562026-06-20T23:51:40.955Z Checking rand v0.9.2
23572026-06-20T23:51:40.976Z Checking try-lock v0.2.5
23582026-06-20T23:51:41.002Z Checking tinyvec v1.10.0
23592026-06-20T23:51:41.005Z Checking ring v0.17.14
23602026-06-20T23:51:41.071Z Checking tower-layer v0.3.3
23612026-06-20T23:51:41.108Z Checking pkcs5 v0.7.1
23622026-06-20T23:51:41.215Z Checking tower-service v0.3.3
23632026-06-20T23:51:41.297Z Checking aws-lc-rs v1.16.3
23642026-06-20T23:51:41.308Z Checking atomic-waker v1.1.2
23652026-06-20T23:51:41.320Z Checking want v0.3.1
23662026-06-20T23:51:41.355Z Checking ipnet v2.11.0
23672026-06-20T23:51:41.368Z Checking pkcs8 v0.10.2
23682026-06-20T23:51:41.400Z Checking httparse v1.10.1
23692026-06-20T23:51:41.416Z Checking aho-corasick v1.1.4
23702026-06-20T23:51:41.435Z Checking foreign-types-shared v0.1.1
23712026-06-20T23:51:41.514Z Checking plain v0.2.3
23722026-06-20T23:51:41.541Z Checking pin-utils v0.1.0
23732026-06-20T23:51:41.603Z Checking httpdate v1.0.3
23742026-06-20T23:51:41.615Z Checking fastrand v2.3.0
23752026-06-20T23:51:41.627Z Checking utf8parse v0.2.2
23762026-06-20T23:51:41.632Z Checking dyn-clone v1.0.20
23772026-06-20T23:51:41.724Z Checking foreign-types v0.3.2
23782026-06-20T23:51:41.738Z Checking unicode-normalization v0.1.25
23792026-06-20T23:51:41.750Z Checking semver v1.0.28
23802026-06-20T23:51:41.789Z Checking openssl-sys v0.9.115
23812026-06-20T23:51:41.792Z Checking tempfile v3.25.0
23822026-06-20T23:51:41.960Z Checking spin v0.9.8
23832026-06-20T23:51:41.982Z Checking socket2 v0.5.10
23842026-06-20T23:51:41.996Z Checking anstyle v1.0.14
23852026-06-20T23:51:42.089Z Checking regex-automata v0.4.14
23862026-06-20T23:51:42.135Z Checking rustls-webpki v0.103.9
23872026-06-20T23:51:42.135Z Checking ucd-trie v0.1.7
23882026-06-20T23:51:42.156Z Checking unicode-ident v1.0.24
23892026-06-20T23:51:42.175Z Checking openssl v0.10.79
23902026-06-20T23:51:42.188Z Checking schemars v0.8.22
23912026-06-20T23:51:42.199Z Checking tokio-util v0.7.18
23922026-06-20T23:51:42.221Z Checking rustls-native-certs v0.8.3
23932026-06-20T23:51:42.253Z Checking proc-macro2 v1.0.106
23942026-06-20T23:51:42.267Z Checking pest v2.8.6
23952026-06-20T23:51:42.345Z Checking thiserror v2.0.18
23962026-06-20T23:51:42.446Z Checking sync_wrapper v1.0.2
23972026-06-20T23:51:42.615Z Checking wait-timeout v0.2.1
23982026-06-20T23:51:42.622Z Checking rustls v0.23.37
23992026-06-20T23:51:42.622Z Checking is_terminal_polyfill v1.70.2
24002026-06-20T23:51:42.659Z Checking siphasher v1.0.2
24012026-06-20T23:51:42.668Z Checking powerfmt v0.2.0
24022026-06-20T23:51:42.788Z Checking h2 v0.4.13
24032026-06-20T23:51:42.810Z Checking pretty-hex v0.4.1
24042026-06-20T23:51:42.810Z Checking simd-adler32 v0.3.8
24052026-06-20T23:51:42.833Z Checking bit-vec v0.8.0
24062026-06-20T23:51:42.934Z Checking quick-error v1.2.3
24072026-06-20T23:51:42.975Z Checking anstyle-query v1.1.5
24082026-06-20T23:51:43.022Z Checking colorchoice v1.0.4
24092026-06-20T23:51:43.034Z Checking rusty-fork v0.3.1
24102026-06-20T23:51:43.062Z Checking bit-set v0.8.0
24112026-06-20T23:51:43.119Z Checking deranged v0.5.8
24122026-06-20T23:51:43.195Z Checking quote v1.0.45
24132026-06-20T23:51:43.208Z Checking tower v0.5.3
24142026-06-20T23:51:43.319Z Compiling newtype-uuid v1.3.2
24152026-06-20T23:51:43.363Z Checking http-body-util v0.1.3
24162026-06-20T23:51:43.498Z Checking crossbeam-utils v0.8.21
24172026-06-20T23:51:43.580Z Checking webpki-roots v1.0.6
24182026-06-20T23:51:43.604Z Checking rand_xorshift v0.4.0
24192026-06-20T23:51:43.699Z Checking crc32fast v1.5.0
24202026-06-20T23:51:43.724Z Checking scroll v0.13.0
24212026-06-20T23:51:43.842Z Checking signature v2.2.0
24222026-06-20T23:51:43.856Z Checking num-conv v0.2.0
24232026-06-20T23:51:43.910Z Checking allocator-api2 v0.2.21
24242026-06-20T23:51:43.954Z Checking num_threads v0.1.7
24252026-06-20T23:51:43.969Z Checking unicode-properties v0.1.4
24262026-06-20T23:51:43.969Z Checking unarray v0.1.4
24272026-06-20T23:51:44.038Z Checking time-core v0.1.8
24282026-06-20T23:51:44.055Z Checking unicode-bidi v0.3.18
24292026-06-20T23:51:44.081Z Checking iri-string v0.7.10
24302026-06-20T23:51:44.160Z Checking adler2 v2.0.1
24312026-06-20T23:51:44.179Z Checking ryu v1.0.23
24322026-06-20T23:51:44.201Z Checking time v0.3.47
24332026-06-20T23:51:44.223Z Checking native-tls v0.2.18
24342026-06-20T23:51:44.263Z Checking miniz_oxide v0.8.9
24352026-06-20T23:51:44.313Z Checking serde_urlencoded v0.7.1
24362026-06-20T23:51:44.346Z Checking stringprep v0.1.5
24372026-06-20T23:51:44.397Z Checking tokio-native-tls v0.3.1
24382026-06-20T23:51:44.496Z Checking proptest v1.10.0
24392026-06-20T23:51:44.513Z Checking goblin v0.10.5
24402026-06-20T23:51:44.554Z Checking bstr v1.12.1
24412026-06-20T23:51:44.608Z Checking crossbeam-epoch v0.9.18
24422026-06-20T23:51:44.828Z Compiling daft v0.1.7
24432026-06-20T23:51:44.939Z Checking syn v2.0.117
24442026-06-20T23:51:44.952Z Checking tokio-rustls v0.26.4
24452026-06-20T23:51:45.091Z Checking tower-http v0.6.8
24462026-06-20T23:51:45.105Z Checking ipnetwork v0.21.1
24472026-06-20T23:51:45.177Z Checking anstyle-parse v1.0.0
24482026-06-20T23:51:45.317Z Checking rand_chacha v0.3.1
24492026-06-20T23:51:45.330Z Checking thiserror v1.0.69
24502026-06-20T23:51:45.333Z Checking scroll v0.12.0
24512026-06-20T23:51:45.357Z Checking hash32 v0.2.1
24522026-06-20T23:51:45.436Z Checking zstd-sys v2.0.16+zstd.1.5.7
24532026-06-20T23:51:45.492Z Checking hyper v1.8.1
24542026-06-20T23:51:45.510Z Checking num-integer v0.1.46
24552026-06-20T23:51:45.522Z Checking toml_datetime v0.6.11
24562026-06-20T23:51:45.541Z Checking serde_spanned v0.6.9
24572026-06-20T23:51:45.554Z Checking md-5 v0.10.6
24582026-06-20T23:51:45.665Z Checking ff v0.13.1
24592026-06-20T23:51:45.748Z Checking encoding_rs v0.8.35
24602026-06-20T23:51:45.753Z Checking psl-types v2.0.11
24612026-06-20T23:51:45.753Z Checking zlib-rs v0.6.2
24622026-06-20T23:51:45.791Z Checking fallible-iterator v0.2.0
24632026-06-20T23:51:45.814Z Checking mime v0.3.17
24642026-06-20T23:51:45.986Z Checking base16ct v0.2.0
24652026-06-20T23:51:46.058Z Checking postgres-protocol v0.6.10
24662026-06-20T23:51:46.110Z Checking sec1 v0.7.3
24672026-06-20T23:51:46.316Z Checking publicsuffix v2.3.0
24682026-06-20T23:51:46.370Z Checking group v0.13.0
24692026-06-20T23:51:46.387Z Checking hyper-util v0.1.20
24702026-06-20T23:51:46.440Z Checking num-iter v0.1.45
24712026-06-20T23:51:46.472Z Checking goblin v0.8.2
24722026-06-20T23:51:46.515Z Checking zstd-safe v7.2.4
24732026-06-20T23:51:46.547Z Checking rand v0.8.6
24742026-06-20T23:51:46.606Z Checking flate2 v1.1.9
24752026-06-20T23:51:46.618Z Checking heapless v0.7.17
24762026-06-20T23:51:46.678Z Checking cookie v0.18.1
24772026-06-20T23:51:46.836Z Checking dof v0.4.0
24782026-06-20T23:51:46.894Z Checking anstream v1.0.0
24792026-06-20T23:51:46.906Z Checking oxnet v0.1.6
24802026-06-20T23:51:47.025Z Compiling iddqd v0.4.2
24812026-06-20T23:51:47.058Z Checking dtrace-parser v0.3.0
24822026-06-20T23:51:47.088Z Checking phf_shared v0.13.1
24832026-06-20T23:51:47.161Z Checking lazy_static v1.5.0
24842026-06-20T23:51:47.209Z Checking anstyle-parse v0.2.7
24852026-06-20T23:51:47.257Z Checking pin-project v1.1.11
24862026-06-20T23:51:47.280Z Checking zerocopy v0.7.35
24872026-06-20T23:51:47.283Z Checking bzip2-sys v0.1.13+1.0.8
24882026-06-20T23:51:47.347Z Checking signal-hook v0.3.18
24892026-06-20T23:51:47.358Z Checking terminal_size v0.4.3
24902026-06-20T23:51:47.370Z Checking futures-executor v0.3.32
24912026-06-20T23:51:47.460Z Checking hex v0.4.3
24922026-06-20T23:51:47.475Z Checking hkdf v0.12.4
24932026-06-20T23:51:47.514Z Checking crypto-bigint v0.5.5
24942026-06-20T23:51:47.531Z Checking thread-id v5.1.0
24952026-06-20T23:51:47.596Z Checking either v1.15.0
24962026-06-20T23:51:47.607Z Checking same-file v1.0.6
24972026-06-20T23:51:47.629Z Checking hyper-rustls v0.27.7
24982026-06-20T23:51:47.678Z Checking hyper-tls v0.6.0
24992026-06-20T23:51:47.714Z Checking bitflags v1.3.2
25002026-06-20T23:51:47.763Z Compiling rayon-core v1.13.0
25012026-06-20T23:51:47.774Z Checking winnow v0.7.14
25022026-06-20T23:51:47.784Z Checking winnow v0.5.40
25032026-06-20T23:51:47.834Z Checking clap_lex v1.0.0
25042026-06-20T23:51:47.850Z Checking managed v0.8.0
25052026-06-20T23:51:47.934Z Checking libbz2-rs-sys v0.2.2
25062026-06-20T23:51:47.984Z Checking bumpalo v3.20.2
25072026-06-20T23:51:48.032Z Checking foldhash v0.2.0
25082026-06-20T23:51:48.179Z Checking foldhash v0.1.5
25092026-06-20T23:51:48.191Z Checking strsim v0.11.1
25102026-06-20T23:51:48.295Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-06-20T23:51:48.313Z Checking hashbrown v0.15.5
25122026-06-20T23:51:48.324Z Checking bzip2 v0.6.1
25132026-06-20T23:51:48.347Z Checking clap_builder v4.6.0
25142026-06-20T23:51:48.358Z Checking dof v0.3.0
25152026-06-20T23:51:48.397Z Checking elliptic-curve v0.13.8
25162026-06-20T23:51:48.472Z Checking hashbrown v0.16.1
25172026-06-20T23:51:48.486Z Checking zopfli v0.8.3
25182026-06-20T23:51:48.648Z Checking smoltcp v0.9.1
25192026-06-20T23:51:48.723Z Checking reqwest v0.12.28
25202026-06-20T23:51:48.782Z Checking walkdir v2.5.0
25212026-06-20T23:51:48.830Z Checking usdt-impl v0.6.0
25222026-06-20T23:51:48.933Z Checking toml_edit v0.19.15
25232026-06-20T23:51:48.945Z Checking signal-hook-mio v0.2.5
25242026-06-20T23:51:48.990Z Checking futures v0.3.32
25252026-06-20T23:51:49.013Z Checking bzip2 v0.4.4
25262026-06-20T23:51:49.041Z Checking anstream v0.6.21
25272026-06-20T23:51:49.067Z Checking snafu v0.8.9
25282026-06-20T23:51:49.111Z Checking phf v0.13.1
25292026-06-20T23:51:49.163Z Checking num-bigint-dig v0.8.6
25302026-06-20T23:51:49.248Z Checking cookie_store v0.22.1
25312026-06-20T23:51:49.258Z Checking zstd v0.13.3
25322026-06-20T23:51:49.303Z Checking postgres-types v0.2.12
25332026-06-20T23:51:49.440Z Checking dtrace-parser v0.2.0
25342026-06-20T23:51:49.469Z Checking rustls-platform-verifier v0.6.2
25352026-06-20T23:51:49.570Z Checking globset v0.4.18
25362026-06-20T23:51:49.582Z Checking crossbeam-deque v0.8.6
25372026-06-20T23:51:49.594Z Checking ed25519 v2.2.3
25382026-06-20T23:51:49.603Z Checking regex v1.12.3
25392026-06-20T23:51:49.613Z Checking phf_shared v0.11.3
25402026-06-20T23:51:49.673Z Checking olpc-cjson v0.1.4
25412026-06-20T23:51:49.746Z Checking ref-cast v1.0.25
25422026-06-20T23:51:49.749Z Checking curve25519-dalek v4.1.3
25432026-06-20T23:51:49.768Z Checking strum v0.27.2
25442026-06-20T23:51:49.805Z Checking hubpack v0.1.2
25452026-06-20T23:51:49.816Z Checking memoffset v0.9.1
25462026-06-20T23:51:49.839Z Checking rustix v0.38.44
25472026-06-20T23:51:49.870Z Checking pkcs1 v0.7.5
25482026-06-20T23:51:49.882Z Checking pem v3.0.6
25492026-06-20T23:51:49.892Z Checking float-cmp v0.10.0
25502026-06-20T23:51:49.962Z Checking serde-big-array v0.5.1
25512026-06-20T23:51:49.973Z Checking serde_plain v1.0.2
25522026-06-20T23:51:49.982Z Checking erased-serde v0.3.31
25532026-06-20T23:51:50.008Z Checking rfc6979 v0.4.0
25542026-06-20T23:51:50.026Z Checking thread-id v4.2.2
25552026-06-20T23:51:50.073Z Checking memmap2 v0.9.10
25562026-06-20T23:51:50.090Z Checking env_filter v1.0.0
25572026-06-20T23:51:50.101Z Checking unicode-segmentation v1.12.0
25582026-06-20T23:51:50.113Z Checking precomputed-hash v0.1.1
25592026-06-20T23:51:50.122Z Checking normalize-line-endings v0.3.0
25602026-06-20T23:51:50.189Z Checking jiff v0.2.21
25612026-06-20T23:51:50.205Z Checking keccak v0.1.6
25622026-06-20T23:51:50.224Z Checking difflib v0.4.0
25632026-06-20T23:51:50.236Z Checking fixedbitset v0.4.2
25642026-06-20T23:51:50.359Z Checking static_assertions v1.1.0
25652026-06-20T23:51:50.370Z Checking predicates-core v1.0.10
25662026-06-20T23:51:50.382Z Checking data-encoding v2.10.0
25672026-06-20T23:51:50.400Z Checking whoami v2.1.0
25682026-06-20T23:51:50.412Z Checking typed-path v0.9.3
25692026-06-20T23:51:50.426Z Checking fixedbitset v0.5.7
25702026-06-20T23:51:50.487Z Checking toml_write v0.1.2
25712026-06-20T23:51:50.532Z Checking new_debug_unreachable v1.0.6
25722026-06-20T23:51:50.589Z Checking tokio-postgres v0.7.16
25732026-06-20T23:51:50.604Z Checking string_cache v0.8.9
25742026-06-20T23:51:50.614Z Checking petgraph v0.8.3
25752026-06-20T23:51:50.632Z Checking crossterm v0.28.1
25762026-06-20T23:51:50.643Z Checking hickory-proto v0.25.2
25772026-06-20T23:51:50.653Z Checking toml_edit v0.22.27
25782026-06-20T23:51:50.758Z Checking ed25519-dalek v2.2.0
25792026-06-20T23:51:50.987Z Checking predicates v3.1.4
25802026-06-20T23:51:51.185Z Checking tough v0.22.0
25812026-06-20T23:51:51.284Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25822026-06-20T23:51:51.328Z Checking similar v2.7.0
25832026-06-20T23:51:51.705Z Checking petgraph v0.6.5
25842026-06-20T23:51:51.719Z Checking sha3 v0.10.8
25852026-06-20T23:51:51.816Z Checking slog v2.8.2
25862026-06-20T23:51:51.918Z Checking usdt v0.6.0
25872026-06-20T23:51:52.077Z Checking env_logger v0.11.9
25882026-06-20T23:51:52.089Z Checking ecdsa v0.16.9
25892026-06-20T23:51:52.154Z Checking usdt-impl v0.5.0
25902026-06-20T23:51:52.263Z Checking rsa v0.9.10
25912026-06-20T23:51:52.405Z Checking zip v4.6.1
25922026-06-20T23:51:52.422Z Checking toml v0.7.8
25932026-06-20T23:51:52.434Z Checking nix v0.31.2
25942026-06-20T23:51:52.951Z Checking reqwest v0.13.2
25952026-06-20T23:51:52.964Z Checking clap v4.6.1
25962026-06-20T23:51:53.041Z Checking zip v0.6.6
25972026-06-20T23:51:53.059Z Checking toml_parser v1.0.9+spec-1.1.0
25982026-06-20T23:51:53.202Z Checking itertools v0.13.0
25992026-06-20T23:51:53.360Z Checking serde_with v3.17.0
26002026-06-20T23:51:53.377Z Checking strum v0.26.3
26012026-06-20T23:51:53.408Z Checking fs-err v3.3.0
26022026-06-20T23:51:53.476Z Checking ahash v0.8.12
26032026-06-20T23:51:53.490Z Checking object v0.37.3
26042026-06-20T23:51:53.559Z Checking tokio-stream v0.1.18
26052026-06-20T23:51:53.644Z Checking buf-list v1.1.2
26062026-06-20T23:51:53.676Z Checking camino v1.2.2
26072026-06-20T23:51:53.722Z Checking anyhow v1.0.102
26082026-06-20T23:51:53.823Z Checking x509-cert v0.2.5
26092026-06-20T23:51:53.836Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26102026-06-20T23:51:53.921Z Checking openapiv3 v2.2.0
26112026-06-20T23:51:53.932Z Checking sha1 v0.10.6
26122026-06-20T23:51:53.952Z Checking lalrpop-util v0.19.12
26132026-06-20T23:51:54.087Z Checking peg-runtime v0.8.5
26142026-06-20T23:51:54.099Z Checking rayon v1.11.0
26152026-06-20T23:51:54.111Z Checking sigpipe v0.1.3
26162026-06-20T23:51:54.187Z Checking glob v0.3.3
26172026-06-20T23:51:55.735Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-06-20T23:51:56.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.00s
26192026-06-20T23:51:56.161Z
26202026-06-20T23:51:56.161Zinfo: running `cargo check --bins` on internal-dns-types (77/298)
26212026-06-20T23:51:56.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-06-20T23:51:56.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-06-20T23:51:56.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-06-20T23:51:56.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26252026-06-20T23:51:56.682Z
26262026-06-20T23:51:56.682Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/298)
26272026-06-20T23:51:57.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-06-20T23:51:57.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-06-20T23:51:57.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-06-20T23:51:57.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26312026-06-20T23:51:57.206Z
26322026-06-20T23:51:57.206Zinfo: running `cargo check --bins` on nexus-types-versions (79/298)
26332026-06-20T23:51:57.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-06-20T23:51:57.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-06-20T23:51:57.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-06-20T23:51:57.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
26372026-06-20T23:51:57.748Z
26382026-06-20T23:51:57.748Zinfo: running `cargo check --bins` on oxql-types (80/298)
26392026-06-20T23:51:58.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-06-20T23:51:58.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-06-20T23:51:58.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-06-20T23:51:58.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26432026-06-20T23:51:58.274Z
26442026-06-20T23:51:58.274Zinfo: running `cargo check --bins` on oximeter-types (81/298)
26452026-06-20T23:51:58.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-06-20T23:51:58.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-06-20T23:51:58.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-06-20T23:51:58.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26492026-06-20T23:51:58.803Z
26502026-06-20T23:51:58.803Zinfo: running `cargo check --bins` on oximeter-types-versions (82/298)
26512026-06-20T23:51:59.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-06-20T23:51:59.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-06-20T23:51:59.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-06-20T23:51:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
26552026-06-20T23:51:59.328Z
26562026-06-20T23:51:59.328Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/298)
26572026-06-20T23:51:59.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-06-20T23:51:59.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-06-20T23:51:59.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-06-20T23:51:59.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
26612026-06-20T23:51:59.838Z
26622026-06-20T23:51:59.838Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/298)
26632026-06-20T23:52:00.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-06-20T23:52:00.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-06-20T23:52:00.466Z Compiling structmeta-derive v0.3.0
26662026-06-20T23:52:00.574Z Compiling rustls v0.22.4
26672026-06-20T23:52:00.585Z Compiling multer v3.1.0
26682026-06-20T23:52:00.595Z Compiling async-stream-impl v0.3.6
26692026-06-20T23:52:00.599Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-06-20T23:52:00.617Z Compiling dropshot v0.17.0
26712026-06-20T23:52:00.633Z Compiling newtype-uuid-macros v0.1.0
26722026-06-20T23:52:00.633Z Compiling dropshot_endpoint v0.17.0
26732026-06-20T23:52:00.748Z Checking newtype-uuid v1.3.2
26742026-06-20T23:52:00.813Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-06-20T23:52:00.870Z Checking rustls-webpki v0.102.8
26762026-06-20T23:52:00.943Z Checking daft v0.1.7
26772026-06-20T23:52:00.983Z Checking thread_local v1.1.9
26782026-06-20T23:52:01.151Z Checking compression-core v0.4.31
26792026-06-20T23:52:01.169Z Checking match_cfg v0.1.0
26802026-06-20T23:52:01.186Z Checking iddqd v0.4.2
26812026-06-20T23:52:01.203Z Checking crossbeam-channel v0.5.15
26822026-06-20T23:52:01.234Z Checking hostname v0.3.1
26832026-06-20T23:52:01.272Z Checking compression-codecs v0.4.37
26842026-06-20T23:52:01.330Z Checking atomicwrites v0.4.4
26852026-06-20T23:52:01.385Z Checking slog-json v2.6.1
26862026-06-20T23:52:01.436Z Checking is-terminal v0.4.17
26872026-06-20T23:52:01.453Z Checking serde_spanned v1.0.4
26882026-06-20T23:52:01.523Z Checking toml_datetime v1.0.0+spec-1.1.0
26892026-06-20T23:52:01.537Z Checking take_mut v0.2.2
26902026-06-20T23:52:01.549Z Checking debug-ignore v1.0.5
26912026-06-20T23:52:01.585Z Checking term v1.2.1
26922026-06-20T23:52:01.635Z Checking toml_writer v1.0.6+spec-1.1.0
26932026-06-20T23:52:01.638Z Compiling structmeta v0.3.0
26942026-06-20T23:52:01.658Z Checking slog-async v2.8.0
26952026-06-20T23:52:01.720Z Checking slog-bunyan v2.5.0
26962026-06-20T23:52:01.803Z Checking slog-term v2.9.2
26972026-06-20T23:52:01.814Z Checking toml v1.0.6+spec-1.1.0
26982026-06-20T23:52:01.827Z Checking async-compression v0.4.41
26992026-06-20T23:52:01.838Z Checking async-stream v0.3.6
27002026-06-20T23:52:01.855Z Compiling derive-ex v0.1.8
27012026-06-20T23:52:01.964Z Compiling parse-display-derive v0.10.0
27022026-06-20T23:52:02.055Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27032026-06-20T23:52:02.067Z Checking progenitor-client v0.14.0
27042026-06-20T23:52:02.103Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27052026-06-20T23:52:02.160Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27062026-06-20T23:52:02.292Z Checking waitgroup v0.1.2
27072026-06-20T23:52:02.305Z Checking backon v1.6.0
27082026-06-20T23:52:02.397Z Checking rustls-pemfile v2.2.0
27092026-06-20T23:52:02.411Z Checking serde_path_to_error v0.1.20
27102026-06-20T23:52:02.415Z Checking hostname v0.4.2
27112026-06-20T23:52:02.462Z Checking instant v0.1.13
27122026-06-20T23:52:02.547Z Checking backoff v0.4.0
27132026-06-20T23:52:02.668Z Checking progenitor-extras v0.2.0
27142026-06-20T23:52:02.686Z Checking tokio-rustls v0.25.0
27152026-06-20T23:52:02.700Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27162026-06-20T23:52:02.716Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27172026-06-20T23:52:02.905Z Checking itertools v0.14.0
27182026-06-20T23:52:02.919Z Checking regress v0.10.5
27192026-06-20T23:52:03.083Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
27202026-06-20T23:52:03.329Z Checking macaddr v1.0.1
27212026-06-20T23:52:03.535Z Compiling test-strategy v0.4.5
27222026-06-20T23:52:03.616Z Checking parse-display v0.10.0
27232026-06-20T23:52:03.699Z Checking humantime v2.3.0
27242026-06-20T23:52:04.751Z Compiling prettyplease v0.2.37
27252026-06-20T23:52:05.059Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27262026-06-20T23:52:05.200Z Checking num-rational v0.4.2
27272026-06-20T23:52:05.423Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27282026-06-20T23:52:05.679Z Checking num-complex v0.4.6
27292026-06-20T23:52:06.280Z Checking num v0.4.3
27302026-06-20T23:52:06.399Z Compiling usdt-attr-macro v0.5.0
27312026-06-20T23:52:06.433Z Compiling usdt-macro v0.5.0
27322026-06-20T23:52:06.509Z Checking memmap v0.7.0
27332026-06-20T23:52:06.521Z Checking float-ord v0.3.2
27342026-06-20T23:52:06.623Z Checking unicode-width v0.2.0
27352026-06-20T23:52:06.640Z Compiling convert_case v0.4.0
27362026-06-20T23:52:06.872Z Checking console v0.15.11
27372026-06-20T23:52:07.024Z Compiling derive_more v0.99.20
27382026-06-20T23:52:07.152Z Checking newline-converter v0.3.0
27392026-06-20T23:52:07.165Z Compiling toml v0.8.23
27402026-06-20T23:52:07.176Z Checking usdt v0.5.0
27412026-06-20T23:52:07.261Z Checking linked-hash-map v0.5.6
27422026-06-20T23:52:07.341Z Compiling minimal-lexical v0.2.1
27432026-06-20T23:52:07.433Z Checking lru-cache v0.1.2
27442026-06-20T23:52:07.557Z Compiling nom v7.1.3
27452026-06-20T23:52:07.601Z Checking expectorate v1.2.0
27462026-06-20T23:52:08.130Z Checking camino-tempfile v1.4.1
27472026-06-20T23:52:08.296Z Checking hickory-proto v0.24.4
27482026-06-20T23:52:08.309Z Checking phf_shared v0.12.1
27492026-06-20T23:52:08.425Z Compiling slog-dtrace v0.3.0
27502026-06-20T23:52:08.449Z Checking heck v0.5.0
27512026-06-20T23:52:08.580Z Compiling chrono-tz v0.10.4
27522026-06-20T23:52:08.649Z Checking resolv-conf v0.7.6
27532026-06-20T23:52:08.744Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27542026-06-20T23:52:08.831Z Compiling const_format_proc_macros v0.2.34
27552026-06-20T23:52:08.843Z Checking phf v0.12.1
27562026-06-20T23:52:08.908Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-06-20T23:52:08.984Z Checking tokio-dtrace v0.1.1
27582026-06-20T23:52:09.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-20T23:52:09.389Z Compiling derive-where v1.6.0
27602026-06-20T23:52:09.700Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-20T23:52:09.719Z Checking highway v1.3.0
27622026-06-20T23:52:09.886Z Checking const_format v0.2.35
27632026-06-20T23:52:10.124Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27642026-06-20T23:52:10.150Z Checking hickory-resolver v0.24.4
27652026-06-20T23:52:10.260Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27662026-06-20T23:52:10.383Z Checking oxide-tokio-rt v0.1.4
27672026-06-20T23:52:10.516Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-20T23:52:10.551Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-20T23:52:10.887Z Checking qorb v0.4.1
27702026-06-20T23:52:10.922Z Checking gethostname v0.5.0
27712026-06-20T23:52:10.986Z Checking bcs v0.1.6
27722026-06-20T23:52:11.010Z Checking termtree v0.5.1
27732026-06-20T23:52:11.123Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27742026-06-20T23:52:13.989Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-20T23:52:16.555Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-20T23:52:18.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.80s
27772026-06-20T23:52:18.809Z
27782026-06-20T23:52:18.809Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/298)
27792026-06-20T23:52:19.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-20T23:52:19.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-20T23:52:19.436Z Compiling ar_archive_writer v0.5.1
27822026-06-20T23:52:19.604Z Compiling stacker v0.1.23
27832026-06-20T23:52:19.612Z Compiling cfg_aliases v0.1.1
27842026-06-20T23:52:19.612Z Compiling convert_case v0.10.0
27852026-06-20T23:52:19.612Z Checking unicode-width v0.1.14
27862026-06-20T23:52:19.612Z Compiling proc-macro-error v1.0.4
27872026-06-20T23:52:19.612Z Checking fd-lock v4.0.4
27882026-06-20T23:52:19.612Z Checking nibble_vec v0.1.0
27892026-06-20T23:52:19.612Z Compiling nix v0.28.0
27902026-06-20T23:52:19.688Z Checking vte v0.14.1
27912026-06-20T23:52:19.699Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-20T23:52:19.791Z Checking bytecount v0.6.9
27932026-06-20T23:52:19.803Z Checking endian-type v0.1.2
27942026-06-20T23:52:19.852Z Compiling derive_more-impl v2.1.1
27952026-06-20T23:52:19.852Z Compiling tabled_derive v0.7.0
27962026-06-20T23:52:19.855Z Checking strip-ansi-escapes v0.2.1
27972026-06-20T23:52:19.902Z Checking papergrid v0.11.0
27982026-06-20T23:52:19.918Z Checking radix_trie v0.2.1
27992026-06-20T23:52:19.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-20T23:52:20.096Z Compiling peg-macros v0.8.5
28012026-06-20T23:52:20.123Z Checking winnow v0.6.26
28022026-06-20T23:52:20.376Z Compiling psm v0.1.30
28032026-06-20T23:52:20.453Z Compiling sqlparser_derive v0.5.0
28042026-06-20T23:52:20.503Z Checking nu-ansi-term v0.50.3
28052026-06-20T23:52:20.681Z Checking derive_more v2.1.1
28062026-06-20T23:52:20.710Z Checking unicode_categories v0.1.1
28072026-06-20T23:52:20.757Z Checking home v0.5.12
28082026-06-20T23:52:20.819Z Checking tabled v0.15.0
28092026-06-20T23:52:20.860Z Checking crossterm v0.29.0
28102026-06-20T23:52:20.872Z Checking reedline v0.40.0
28112026-06-20T23:52:20.895Z Checking rustyline v14.0.0
28122026-06-20T23:52:21.156Z Checking recursive v0.1.1
28132026-06-20T23:52:21.232Z Checking display-error-chain v0.2.2
28142026-06-20T23:52:21.246Z Checking sqlparser v0.61.0
28152026-06-20T23:52:21.249Z Checking sqlformat v0.3.5
28162026-06-20T23:52:21.460Z Checking peg v0.8.5
28172026-06-20T23:53:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.65s
28182026-06-20T23:53:27.699Z
28192026-06-20T23:53:27.699Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/298)
28202026-06-20T23:53:27.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-20T23:53:27.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-20T23:53:27.699Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-20T23:53:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28242026-06-20T23:53:27.699Z
28252026-06-20T23:53:27.699Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/298)
28262026-06-20T23:53:27.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-20T23:53:27.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-20T23:53:27.699Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-20T23:53:27.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
28302026-06-20T23:53:27.699Z
28312026-06-20T23:53:27.699Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/298)
28322026-06-20T23:53:27.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-20T23:53:27.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-20T23:53:27.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-20T23:53:27.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
28362026-06-20T23:53:27.700Z
28372026-06-20T23:53:27.700Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/298)
28382026-06-20T23:53:27.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-20T23:53:27.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-20T23:53:27.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-20T23:53:27.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28422026-06-20T23:53:27.700Z
28432026-06-20T23:53:27.700Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/298)
28442026-06-20T23:53:27.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-20T23:53:27.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-20T23:53:27.700Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-20T23:53:27.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
28482026-06-20T23:53:27.700Z
28492026-06-20T23:53:27.701Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/298)
28502026-06-20T23:53:27.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-20T23:53:27.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-20T23:53:27.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-20T23:53:27.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28542026-06-20T23:53:27.701Z
28552026-06-20T23:53:27.701Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/298)
28562026-06-20T23:53:27.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-20T23:53:27.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-20T23:53:27.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-20T23:53:27.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
28602026-06-20T23:53:27.701Z
28612026-06-20T23:53:27.701Zinfo: running `cargo check --bins` on oximeter (93/298)
28622026-06-20T23:53:27.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-20T23:53:27.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-20T23:53:27.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-20T23:53:27.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28662026-06-20T23:53:27.702Z
28672026-06-20T23:53:27.702Zinfo: running `cargo check --bins` on oximeter-schema (94/298)
28682026-06-20T23:53:27.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-20T23:53:27.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-20T23:53:27.702Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-20T23:53:27.702Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-20T23:53:27.702Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-20T23:53:27.702Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-20T23:53:27.702Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-20T23:53:27.702Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-20T23:53:27.702Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-20T23:53:27.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s
28782026-06-20T23:53:27.702Z
28792026-06-20T23:53:27.702Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/298)
28802026-06-20T23:53:27.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-20T23:53:28.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-20T23:53:28.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-20T23:53:28.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28842026-06-20T23:53:28.026Z
28852026-06-20T23:53:28.026Zinfo: running `cargo check --bins` on oximeter-test-utils (96/298)
28862026-06-20T23:53:28.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-20T23:53:28.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-20T23:53:28.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-20T23:53:28.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28902026-06-20T23:53:28.026Z
28912026-06-20T23:53:28.026Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/298)
28922026-06-20T23:53:28.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-20T23:53:28.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-20T23:53:28.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-20T23:53:28.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
28962026-06-20T23:53:28.026Z
28972026-06-20T23:53:28.026Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/298)
28982026-06-20T23:53:28.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-20T23:53:28.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-20T23:53:28.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-20T23:53:28.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29022026-06-20T23:53:28.028Z
29032026-06-20T23:53:28.028Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/298)
29042026-06-20T23:53:28.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-20T23:53:28.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-20T23:53:28.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-20T23:53:28.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29082026-06-20T23:53:28.028Z
29092026-06-20T23:53:28.028Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/298)
29102026-06-20T23:53:28.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-20T23:53:28.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-20T23:53:28.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-20T23:53:28.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29142026-06-20T23:53:28.028Z
29152026-06-20T23:53:28.028Zinfo: running `cargo check --bins` on trust-quorum-types (101/298)
29162026-06-20T23:53:28.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-20T23:53:28.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-20T23:53:28.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-20T23:53:28.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29202026-06-20T23:53:28.028Z
29212026-06-20T23:53:28.029Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/298)
29222026-06-20T23:53:28.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-20T23:53:28.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-20T23:53:28.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-20T23:53:28.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
29262026-06-20T23:53:28.029Z
29272026-06-20T23:53:28.029Zinfo: running `cargo check --bins` on update-engine (103/298)
29282026-06-20T23:53:28.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-20T23:53:28.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-20T23:53:28.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-20T23:53:28.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
29322026-06-20T23:53:28.029Z
29332026-06-20T23:53:28.029Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/298)
29342026-06-20T23:53:28.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-20T23:53:28.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-20T23:53:28.029Z Compiling crucible-workspace-hack v0.1.0
29372026-06-20T23:53:28.029Z Checking secrecy v0.10.3
29382026-06-20T23:53:28.029Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-06-20T23:53:28.029Z Compiling heapless v0.8.0
29402026-06-20T23:53:28.029Z Compiling ingot-macros v0.1.1
29412026-06-20T23:53:28.029Z Checking hash32 v0.3.1
29422026-06-20T23:53:28.029Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-06-20T23:53:28.029Z Compiling smoltcp v0.11.0
29442026-06-20T23:53:28.029Z Checking cobs v0.3.0
29452026-06-20T23:53:28.029Z Compiling thiserror-impl-no-std v2.0.2
29462026-06-20T23:53:28.030Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-06-20T23:53:28.030Z Checking universal-hash v0.5.1
29482026-06-20T23:53:28.030Z Checking half v2.7.1
29492026-06-20T23:53:28.030Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29502026-06-20T23:53:28.030Z Checking opaque-debug v0.3.1
29512026-06-20T23:53:28.030Z Checking ciborium-io v0.2.2
29522026-06-20T23:53:28.030Z Checking poly1305 v0.8.0
29532026-06-20T23:53:28.030Z Checking postcard v1.1.3
29542026-06-20T23:53:28.030Z Checking ciborium-ll v0.2.2
29552026-06-20T23:53:28.030Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-20T23:53:28.030Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-06-20T23:53:28.030Z Checking password-hash v0.5.0
29582026-06-20T23:53:28.030Z Compiling proc-macro-crate v3.4.0
29592026-06-20T23:53:28.030Z Checking chacha20 v0.9.1
29602026-06-20T23:53:28.030Z Compiling proc-macro-crate v1.3.1
29612026-06-20T23:53:28.030Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-20T23:53:28.030Z Checking blake2 v0.10.6
29632026-06-20T23:53:28.030Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29642026-06-20T23:53:28.030Z Checking aead v0.5.2
29652026-06-20T23:53:28.030Z Compiling num_enum_derive v0.7.6
29662026-06-20T23:53:28.030Z Checking thiserror-no-std v2.0.2
29672026-06-20T23:53:28.030Z Compiling foreign-types-macros v0.2.3
29682026-06-20T23:53:28.030Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29692026-06-20T23:53:28.030Z Checking foreign-types-shared v0.3.1
29702026-06-20T23:53:28.030Z Checking cpufeatures v0.3.0
29712026-06-20T23:53:28.031Z Checking chacha20poly1305 v0.10.1
29722026-06-20T23:53:28.031Z Checking chacha20 v0.10.0
29732026-06-20T23:53:28.031Z Checking vsss-rs v3.3.4
29742026-06-20T23:53:28.031Z Checking argon2 v0.5.3
29752026-06-20T23:53:28.031Z Compiling num_enum_derive v0.5.11
29762026-06-20T23:53:28.031Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-20T23:53:28.031Z Checking ciborium v0.2.2
29782026-06-20T23:53:28.031Z Checking foreign-types v0.5.0
29792026-06-20T23:53:28.031Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-20T23:53:28.031Z Checking tabwriter v1.4.1
29812026-06-20T23:53:28.098Z Checking byte-wrapper v0.1.0
29822026-06-20T23:53:28.098Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-06-20T23:53:28.098Z Checking num_enum v0.7.6
29842026-06-20T23:53:28.098Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
29852026-06-20T23:53:28.098Z Checking cstr-argument v0.1.2
29862026-06-20T23:53:28.098Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-20T23:53:28.098Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-06-20T23:53:28.098Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-06-20T23:53:28.099Z Checking num_enum v0.5.11
29902026-06-20T23:53:28.099Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-06-20T23:53:28.099Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29922026-06-20T23:53:28.099Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29932026-06-20T23:53:28.099Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-06-20T23:53:28.099Z Checking ingot-types v0.1.2
29952026-06-20T23:53:28.099Z Checking rand v0.10.0
29962026-06-20T23:53:28.099Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-20T23:53:28.099Z Checking colored v3.1.1
29982026-06-20T23:53:28.099Z Checking indent_write v2.2.0
29992026-06-20T23:53:28.099Z Compiling zone_cfg_derive v0.3.1
30002026-06-20T23:53:28.099Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-20T23:53:28.099Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-20T23:53:28.099Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30032026-06-20T23:53:28.099Z Checking ingot v0.1.1
30042026-06-20T23:53:28.099Z Checking itertools v0.12.1
30052026-06-20T23:53:28.099Z Compiling num-derive v0.4.2
30062026-06-20T23:53:28.099Z Checking swrite v0.1.0
30072026-06-20T23:53:28.099Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-20T23:53:28.099Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30092026-06-20T23:53:28.099Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-06-20T23:53:28.099Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30112026-06-20T23:53:28.099Z Checking dropshot-api-manager-types v0.7.2
30122026-06-20T23:53:28.099Z Checking smf v0.2.3
30132026-06-20T23:53:28.099Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30142026-06-20T23:53:28.099Z Checking nanorand v0.7.0
30152026-06-20T23:53:28.100Z Checking whoami v1.6.1
30162026-06-20T23:53:28.100Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-20T23:53:28.100Z Checking flume v0.11.1
30182026-06-20T23:53:28.100Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-20T23:53:28.100Z Checking zone v0.3.1
30202026-06-20T23:53:28.100Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30212026-06-20T23:53:28.100Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30222026-06-20T23:53:28.100Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
30232026-06-20T23:53:28.100Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-20T23:53:28.100Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-20T23:53:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s
30262026-06-20T23:53:28.100Z
30272026-06-20T23:53:28.100Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/298)
30282026-06-20T23:53:28.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-20T23:53:28.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-20T23:53:28.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-20T23:53:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30322026-06-20T23:53:28.100Z
30332026-06-20T23:53:28.100Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/298)
30342026-06-20T23:53:28.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-20T23:53:28.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-20T23:53:28.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-20T23:53:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30382026-06-20T23:53:28.100Z
30392026-06-20T23:53:28.100Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/298)
30402026-06-20T23:53:28.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-20T23:53:28.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-20T23:53:28.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-20T23:53:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30442026-06-20T23:53:28.100Z
30452026-06-20T23:53:28.100Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/298)
30462026-06-20T23:53:28.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-20T23:53:28.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-20T23:53:28.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-20T23:53:28.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30502026-06-20T23:53:28.100Z
30512026-06-20T23:53:28.100Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/298)
30522026-06-20T23:53:28.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-20T23:53:28.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-20T23:53:28.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-20T23:53:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30562026-06-20T23:53:28.101Z
30572026-06-20T23:53:28.101Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/298)
30582026-06-20T23:53:28.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-20T23:53:28.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-20T23:53:28.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-20T23:53:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30622026-06-20T23:53:28.101Z
30632026-06-20T23:53:28.101Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/298)
30642026-06-20T23:53:28.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-20T23:53:28.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-20T23:53:28.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-20T23:53:28.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30682026-06-20T23:53:28.102Z
30692026-06-20T23:53:28.102Zinfo: running `cargo check --bins` on cockroach-admin-client (112/298)
30702026-06-20T23:53:28.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-20T23:53:28.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-20T23:53:28.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-20T23:53:28.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
30742026-06-20T23:53:28.351Z
30752026-06-20T23:53:28.351Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/298)
30762026-06-20T23:53:29.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-20T23:53:29.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-20T23:53:29.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-20T23:53:29.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30802026-06-20T23:53:29.117Z
30812026-06-20T23:53:29.117Zinfo: running `cargo check --bins` on dns-service-client (114/298)
30822026-06-20T23:53:29.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-20T23:53:29.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-20T23:53:29.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-20T23:53:29.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30862026-06-20T23:53:29.402Z
30872026-06-20T23:53:29.402Zinfo: running `cargo check --bins` on installinator-client (115/298)
30882026-06-20T23:53:29.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-20T23:53:29.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-20T23:53:29.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-20T23:53:29.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
30922026-06-20T23:53:29.934Z
30932026-06-20T23:53:29.934Zinfo: running `cargo check --bins` on nexus-client (116/298)
30942026-06-20T23:53:30.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-20T23:53:30.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-20T23:53:30.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-20T23:53:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-06-20T23:53:30.499Z
30992026-06-20T23:53:30.499Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/298)
31002026-06-20T23:53:30.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-20T23:53:30.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-20T23:53:30.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-20T23:53:30.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-06-20T23:53:31.063Z
31052026-06-20T23:53:31.063Zinfo: running `cargo check --bins` on ntp-admin-client (118/298)
31062026-06-20T23:53:31.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-20T23:53:31.499Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-20T23:53:31.499Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-20T23:53:31.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31102026-06-20T23:53:31.579Z
31112026-06-20T23:53:31.579Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/298)
31122026-06-20T23:53:32.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-20T23:53:32.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-20T23:53:32.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-20T23:53:32.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31162026-06-20T23:53:32.091Z
31172026-06-20T23:53:32.091Zinfo: running `cargo check --bins` on oxide-client (120/298)
31182026-06-20T23:53:32.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-20T23:53:32.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-20T23:53:32.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-20T23:53:32.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31222026-06-20T23:53:32.604Z
31232026-06-20T23:53:32.604Zinfo: running `cargo check --bins` on oximeter-client (121/298)
31242026-06-20T23:53:33.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-20T23:53:33.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-20T23:53:33.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-20T23:53:33.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31282026-06-20T23:53:33.128Z
31292026-06-20T23:53:33.128Zinfo: running `cargo check --bins` on repo-depot-client (122/298)
31302026-06-20T23:53:33.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-20T23:53:33.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-20T23:53:33.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-20T23:53:33.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31342026-06-20T23:53:33.642Z
31352026-06-20T23:53:33.642Zinfo: running `cargo check --bins` on sled-agent-client (123/298)
31362026-06-20T23:53:34.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-20T23:53:34.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-20T23:53:34.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-20T23:53:34.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31402026-06-20T23:53:34.177Z
31412026-06-20T23:53:34.177Zinfo: running `cargo check --bins` on wicketd-client (124/298)
31422026-06-20T23:53:34.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-20T23:53:34.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-20T23:53:34.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-20T23:53:34.644Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31462026-06-20T23:53:34.730Z
31472026-06-20T23:53:34.730Zinfo: running `cargo check --bins` on installinator-common (125/298)
31482026-06-20T23:53:35.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-20T23:53:35.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-20T23:53:35.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-20T23:53:35.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31522026-06-20T23:53:35.267Z
31532026-06-20T23:53:35.267Zinfo: running `cargo check --bins` on installinator-common-versions (126/298)
31542026-06-20T23:53:35.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-20T23:53:35.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-20T23:53:35.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-20T23:53:35.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
31582026-06-20T23:53:35.780Z
31592026-06-20T23:53:35.780Zinfo: running `cargo check --bins` on wicket-common (127/298)
31602026-06-20T23:53:36.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-20T23:53:36.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-20T23:53:36.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-20T23:53:36.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31642026-06-20T23:53:36.317Z
31652026-06-20T23:53:36.317Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/298)
31662026-06-20T23:53:36.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-20T23:53:36.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-20T23:53:36.947Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-20T23:53:37.055Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-20T23:53:37.061Z Checking csv-core v0.1.13
31712026-06-20T23:53:37.068Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-20T23:53:37.071Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31732026-06-20T23:53:37.082Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31742026-06-20T23:53:37.092Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-20T23:53:37.105Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-20T23:53:37.214Z Checking csv v1.4.0
31772026-06-20T23:53:37.244Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-20T23:53:37.270Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-20T23:53:37.296Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-20T23:53:37.317Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-20T23:53:37.550Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-20T23:53:37.916Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-06-20T23:53:37.920Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31842026-06-20T23:53:38.257Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-20T23:53:44.197Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-20T23:53:44.727Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-20T23:53:47.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.73s
31882026-06-20T23:53:47.234Z
31892026-06-20T23:53:47.234Zinfo: running `cargo check --bins` on cockroach-admin-api (129/298)
31902026-06-20T23:53:47.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-20T23:53:47.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-20T23:53:47.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-20T23:53:47.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
31942026-06-20T23:53:47.762Z
31952026-06-20T23:53:47.762Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/298)
31962026-06-20T23:53:48.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-20T23:53:48.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-20T23:53:48.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-20T23:53:48.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32002026-06-20T23:53:48.366Z
32012026-06-20T23:53:48.367Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/298)
32022026-06-20T23:53:48.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-20T23:53:48.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-20T23:53:48.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-20T23:53:48.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32062026-06-20T23:53:48.975Z
32072026-06-20T23:53:48.975Zinfo: running `cargo check --bins` on gateway-test-utils (132/298)
32082026-06-20T23:53:49.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-20T23:53:49.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-20T23:53:49.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-20T23:53:49.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32122026-06-20T23:53:49.546Z
32132026-06-20T23:53:49.546Zinfo: running `cargo check --bins` on omicron-gateway (133/298)
32142026-06-20T23:53:50.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-20T23:53:50.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-20T23:53:50.248Z Compiling regress v0.11.1
32172026-06-20T23:53:50.382Z Compiling unsafe-libyaml v0.2.11
32182026-06-20T23:53:50.393Z Compiling radium v0.7.0
32192026-06-20T23:53:50.396Z Compiling semver v0.1.20
32202026-06-20T23:53:50.411Z Checking nom v8.0.0
32212026-06-20T23:53:50.412Z Compiling maybe-uninit v2.0.0
32222026-06-20T23:53:50.434Z Checking tap v1.0.1
32232026-06-20T23:53:50.534Z Checking wyz v0.5.1
32242026-06-20T23:53:50.650Z Compiling rustc_version v0.1.7
32252026-06-20T23:53:50.712Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32262026-06-20T23:53:50.740Z Compiling zerocopy-derive v0.6.6
32272026-06-20T23:53:50.840Z Compiling owo-colors v4.3.0
32282026-06-20T23:53:50.872Z Compiling newtype_derive v0.1.6
32292026-06-20T23:53:51.058Z Compiling serde_yaml v0.9.34+deprecated
32302026-06-20T23:53:51.124Z Compiling cancel-safe-futures v0.1.5
32312026-06-20T23:53:51.160Z Compiling packed_struct v0.10.1
32322026-06-20T23:53:51.349Z Checking crc-catalog v2.4.0
32332026-06-20T23:53:51.417Z Checking funty v2.0.0
32342026-06-20T23:53:51.424Z Checking crc v3.4.0
32352026-06-20T23:53:51.596Z Checking zerocopy v0.6.6
32362026-06-20T23:53:51.770Z Checking bitvec v1.0.1
32372026-06-20T23:53:51.805Z Checking typify-impl v0.6.2
32382026-06-20T23:53:51.891Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-20T23:53:52.181Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32402026-06-20T23:53:52.313Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32412026-06-20T23:53:52.422Z Compiling packed_struct_codegen v0.10.1
32422026-06-20T23:53:52.504Z Checking libsw-core v0.3.2
32432026-06-20T23:53:52.526Z Compiling bitfield-macros v0.19.4
32442026-06-20T23:53:52.648Z Compiling indexmap v1.9.3
32452026-06-20T23:53:52.847Z Checking nodrop v0.1.14
32462026-06-20T23:53:52.942Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32472026-06-20T23:53:52.957Z Checking array-init v0.0.4
32482026-06-20T23:53:53.037Z Checking libsw v3.5.0
32492026-06-20T23:53:53.055Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-06-20T23:53:53.191Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-06-20T23:53:53.241Z Checking bitfield v0.19.4
32522026-06-20T23:53:53.254Z Checking smallvec v0.6.14
32532026-06-20T23:53:53.365Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32542026-06-20T23:53:53.529Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32552026-06-20T23:53:53.550Z Checking tagptr v0.2.0
32562026-06-20T23:53:53.652Z Checking linear-map v1.2.0
32572026-06-20T23:53:53.716Z Checking base64 v0.21.7
32582026-06-20T23:53:53.776Z Checking hashbrown v0.12.3
32592026-06-20T23:53:53.814Z Checking unicode-linebreak v0.1.5
32602026-06-20T23:53:53.829Z Checking smawk v0.3.2
32612026-06-20T23:53:53.960Z Checking ron v0.8.1
32622026-06-20T23:53:53.963Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-06-20T23:53:54.029Z Checking textwrap v0.16.2
32642026-06-20T23:53:54.058Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32652026-06-20T23:53:54.136Z Checking moka v0.12.13
32662026-06-20T23:53:54.248Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32672026-06-20T23:53:54.504Z Checking steno v0.4.1
32682026-06-20T23:53:54.524Z Checking serde-hex v0.1.0
32692026-06-20T23:53:54.606Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-20T23:53:54.778Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32712026-06-20T23:53:54.940Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32722026-06-20T23:53:55.058Z Checking hashbrown v0.13.2
32732026-06-20T23:53:55.334Z Checking crc-any v2.5.0
32742026-06-20T23:53:55.487Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32752026-06-20T23:53:55.503Z Checking object v0.30.4
32762026-06-20T23:53:55.514Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32772026-06-20T23:53:55.527Z Checking hickory-resolver v0.25.2
32782026-06-20T23:53:55.691Z Checking void v1.0.2
32792026-06-20T23:53:55.708Z Checking half v1.8.3
32802026-06-20T23:53:55.799Z Checking utf-8 v0.7.6
32812026-06-20T23:53:55.906Z Checking path-slash v0.1.5
32822026-06-20T23:53:55.937Z Checking tungstenite v0.23.0
32832026-06-20T23:53:56.018Z Checking serde_cbor v0.11.2
32842026-06-20T23:53:56.022Z Checking lzss v0.8.2
32852026-06-20T23:53:56.237Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32862026-06-20T23:53:56.292Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32872026-06-20T23:53:56.323Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32882026-06-20T23:53:56.354Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32892026-06-20T23:53:56.375Z Checking nix v0.27.1
32902026-06-20T23:53:56.389Z Compiling typify-macro v0.6.2
32912026-06-20T23:53:56.389Z Checking kstat-rs v0.2.4
32922026-06-20T23:53:56.479Z Checking fxhash v0.2.1
32932026-06-20T23:53:56.588Z Checking serde_bytes v0.11.19
32942026-06-20T23:53:56.602Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32952026-06-20T23:53:56.606Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32962026-06-20T23:53:56.642Z Checking tokio-tungstenite v0.23.1
32972026-06-20T23:53:56.760Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32982026-06-20T23:53:56.886Z Checking signal-hook-tokio v0.3.1
32992026-06-20T23:53:57.612Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33002026-06-20T23:53:57.729Z Compiling typify v0.6.2
33012026-06-20T23:53:57.808Z Compiling progenitor-impl v0.14.0
33022026-06-20T23:53:58.512Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33032026-06-20T23:53:58.820Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33042026-06-20T23:53:59.255Z Compiling progenitor-macro v0.14.0
33052026-06-20T23:54:01.582Z Checking progenitor v0.14.0
33062026-06-20T23:54:01.708Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33072026-06-20T23:54:01.710Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-06-20T23:54:04.358Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33092026-06-20T23:54:12.464Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33102026-06-20T23:54:18.931Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33112026-06-20T23:54:20.283Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33122026-06-20T23:54:20.781Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33132026-06-20T23:54:22.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.28s
33142026-06-20T23:54:23.019Z
33152026-06-20T23:54:23.019Zinfo: running `cargo check --bins` on gateway-api (134/298)
33162026-06-20T23:54:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-06-20T23:54:23.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-06-20T23:54:23.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-06-20T23:54:23.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33202026-06-20T23:54:23.546Z
33212026-06-20T23:54:23.546Zinfo: running `cargo check --bins` on ipcc (135/298)
33222026-06-20T23:54:23.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-06-20T23:54:23.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-06-20T23:54:23.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33252026-06-20T23:54:23.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33262026-06-20T23:54:24.073Z
33272026-06-20T23:54:24.073Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/298)
33282026-06-20T23:54:24.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33292026-06-20T23:54:24.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33302026-06-20T23:54:24.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33312026-06-20T23:54:24.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
33322026-06-20T23:54:24.584Z
33332026-06-20T23:54:24.584Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/298)
33342026-06-20T23:54:25.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-06-20T23:54:25.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-06-20T23:54:25.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-06-20T23:54:25.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33382026-06-20T23:54:25.128Z
33392026-06-20T23:54:25.128Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/298)
33402026-06-20T23:54:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-06-20T23:54:25.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-06-20T23:54:25.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-06-20T23:54:25.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33442026-06-20T23:54:25.655Z
33452026-06-20T23:54:25.655Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/298)
33462026-06-20T23:54:26.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-06-20T23:54:26.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-06-20T23:54:26.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-06-20T23:54:26.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33502026-06-20T23:54:26.213Z
33512026-06-20T23:54:26.213Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/298)
33522026-06-20T23:54:26.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-06-20T23:54:26.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-06-20T23:54:26.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-06-20T23:54:26.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33562026-06-20T23:54:26.708Z
33572026-06-20T23:54:26.708Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/298)
33582026-06-20T23:54:27.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-06-20T23:54:27.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-06-20T23:54:27.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-06-20T23:54:27.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33622026-06-20T23:54:27.250Z
33632026-06-20T23:54:27.250Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/298)
33642026-06-20T23:54:27.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-06-20T23:54:27.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-06-20T23:54:27.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-06-20T23:54:27.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33682026-06-20T23:54:27.777Z
33692026-06-20T23:54:27.777Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/298)
33702026-06-20T23:55:26.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-06-20T23:55:26.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-06-20T23:55:26.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-06-20T23:55:26.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33742026-06-20T23:55:26.365Z
33752026-06-20T23:55:26.365Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/298)
33762026-06-20T23:55:26.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-06-20T23:55:26.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-06-20T23:55:26.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-06-20T23:55:26.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33802026-06-20T23:55:26.365Z
33812026-06-20T23:55:26.365Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/298)
33822026-06-20T23:55:26.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-06-20T23:55:26.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-06-20T23:55:26.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-06-20T23:55:26.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33862026-06-20T23:55:26.366Z
33872026-06-20T23:55:26.366Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/298)
33882026-06-20T23:55:26.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-06-20T23:55:26.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-06-20T23:55:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-06-20T23:55:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33922026-06-20T23:55:26.933Z
33932026-06-20T23:55:26.933Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/298)
33942026-06-20T23:55:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-06-20T23:55:26.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-06-20T23:55:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-06-20T23:55:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
33982026-06-20T23:55:26.933Z
33992026-06-20T23:55:26.933Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/298)
34002026-06-20T23:55:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-06-20T23:55:26.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-06-20T23:55:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-06-20T23:55:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34042026-06-20T23:55:26.933Z
34052026-06-20T23:55:26.933Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/298)
34062026-06-20T23:55:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-06-20T23:55:26.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-06-20T23:55:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-06-20T23:55:26.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34102026-06-20T23:55:26.933Z
34112026-06-20T23:55:26.934Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/298)
34122026-06-20T23:55:26.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-06-20T23:55:26.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-06-20T23:55:26.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-06-20T23:55:26.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34162026-06-20T23:55:26.934Z
34172026-06-20T23:55:26.934Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/298)
34182026-06-20T23:55:26.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-06-20T23:55:26.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-06-20T23:55:26.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-06-20T23:55:26.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34222026-06-20T23:55:26.934Z
34232026-06-20T23:55:26.934Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/298)
34242026-06-20T23:55:26.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-06-20T23:55:26.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-06-20T23:55:26.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-06-20T23:55:26.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34282026-06-20T23:55:26.934Z
34292026-06-20T23:55:26.935Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/298)
34302026-06-20T23:55:26.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-06-20T23:55:26.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-06-20T23:55:26.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-06-20T23:55:26.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34342026-06-20T23:55:26.935Z
34352026-06-20T23:55:26.935Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/298)
34362026-06-20T23:55:26.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-06-20T23:55:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-06-20T23:55:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-06-20T23:55:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34402026-06-20T23:55:26.936Z
34412026-06-20T23:55:26.936Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/298)
34422026-06-20T23:55:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-06-20T23:55:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-06-20T23:55:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-06-20T23:55:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34462026-06-20T23:55:26.936Z
34472026-06-20T23:55:26.936Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/298)
34482026-06-20T23:55:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-06-20T23:55:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-06-20T23:55:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-06-20T23:55:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34522026-06-20T23:55:26.936Z
34532026-06-20T23:55:26.936Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/298)
34542026-06-20T23:55:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-06-20T23:55:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-06-20T23:55:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-06-20T23:55:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
34582026-06-20T23:55:26.936Z
34592026-06-20T23:55:26.936Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/298)
34602026-06-20T23:55:26.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-06-20T23:55:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-06-20T23:55:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-06-20T23:55:26.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34642026-06-20T23:55:26.937Z
34652026-06-20T23:55:26.937Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/298)
34662026-06-20T23:55:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-06-20T23:55:26.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-06-20T23:55:26.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-06-20T23:55:26.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34702026-06-20T23:55:26.937Z
34712026-06-20T23:55:26.937Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/298)
34722026-06-20T23:55:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-06-20T23:55:26.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-06-20T23:55:26.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-06-20T23:55:26.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34762026-06-20T23:55:26.937Z
34772026-06-20T23:55:26.937Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/298)
34782026-06-20T23:55:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-06-20T23:55:26.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-06-20T23:55:26.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-06-20T23:55:26.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34822026-06-20T23:55:26.937Z
34832026-06-20T23:55:26.937Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/298)
34842026-06-20T23:55:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-06-20T23:55:26.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-06-20T23:55:26.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-06-20T23:55:26.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34882026-06-20T23:55:27.197Z
34892026-06-20T23:55:27.197Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/298)
34902026-06-20T23:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-06-20T23:55:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-06-20T23:55:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-06-20T23:55:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
34942026-06-20T23:55:27.197Z
34952026-06-20T23:55:27.197Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/298)
34962026-06-20T23:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-06-20T23:55:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-06-20T23:55:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-06-20T23:55:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35002026-06-20T23:55:27.197Z
35012026-06-20T23:55:27.197Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/298)
35022026-06-20T23:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-06-20T23:55:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-06-20T23:55:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-06-20T23:55:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35062026-06-20T23:55:27.197Z
35072026-06-20T23:55:27.197Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/298)
35082026-06-20T23:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-06-20T23:55:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-06-20T23:55:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-06-20T23:55:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35122026-06-20T23:55:27.197Z
35132026-06-20T23:55:27.197Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/298)
35142026-06-20T23:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-06-20T23:55:27.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-06-20T23:55:27.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-06-20T23:55:27.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35182026-06-20T23:55:27.197Z
35192026-06-20T23:55:27.197Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/298)
35202026-06-20T23:55:27.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-06-20T23:55:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-06-20T23:55:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-06-20T23:55:27.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35242026-06-20T23:55:27.198Z
35252026-06-20T23:55:27.198Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/298)
35262026-06-20T23:55:27.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-06-20T23:55:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-06-20T23:55:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-06-20T23:55:27.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35302026-06-20T23:55:27.198Z
35312026-06-20T23:55:27.198Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/298)
35322026-06-20T23:55:27.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-06-20T23:55:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-06-20T23:55:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-06-20T23:55:27.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35362026-06-20T23:55:27.198Z
35372026-06-20T23:55:27.198Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/298)
35382026-06-20T23:55:27.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-06-20T23:55:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-06-20T23:55:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-06-20T23:55:27.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35422026-06-20T23:55:27.198Z
35432026-06-20T23:55:27.198Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/298)
35442026-06-20T23:55:27.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-06-20T23:55:27.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-06-20T23:55:27.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-06-20T23:55:27.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35482026-06-20T23:55:27.198Z
35492026-06-20T23:55:27.198Zinfo: running `cargo check --bins` on oximeter-producer (173/298)
35502026-06-20T23:55:27.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-06-20T23:55:27.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-06-20T23:55:27.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-06-20T23:55:27.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35542026-06-20T23:55:27.199Z
35552026-06-20T23:55:27.199Zinfo: running `cargo check --bins` on internal-dns-resolver (174/298)
35562026-06-20T23:55:27.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-06-20T23:55:27.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-06-20T23:55:27.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-06-20T23:55:27.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
35602026-06-20T23:55:27.199Z
35612026-06-20T23:55:27.199Zinfo: running `cargo check --bins` on dns-server (175/298)
35622026-06-20T23:55:27.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-06-20T23:55:27.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-06-20T23:55:27.199Z Compiling parking_lot_core v0.8.6
35652026-06-20T23:55:27.199Z Compiling git-stub v1.0.0
35662026-06-20T23:55:27.199Z Checking prefix-trie v0.7.0
35672026-06-20T23:55:27.199Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35682026-06-20T23:55:27.199Z Compiling git-stub-vcs v0.1.0
35692026-06-20T23:55:27.199Z Checking hickory-server v0.25.2
35702026-06-20T23:55:27.200Z Checking parking_lot v0.11.2
35712026-06-20T23:55:27.200Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35722026-06-20T23:55:27.200Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35732026-06-20T23:55:27.200Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35742026-06-20T23:55:27.201Z Checking sled v0.34.7
35752026-06-20T23:55:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
35762026-06-20T23:55:27.202Z
35772026-06-20T23:55:27.202Zinfo: running `cargo check --bins` on dns-server-api (176/298)
35782026-06-20T23:55:27.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-06-20T23:55:27.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-06-20T23:55:27.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-06-20T23:55:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
35822026-06-20T23:55:27.202Z
35832026-06-20T23:55:27.202Zinfo: running `cargo check --bins` on oximeter-producer-api (177/298)
35842026-06-20T23:55:27.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-06-20T23:55:27.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-06-20T23:55:27.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-06-20T23:55:27.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
35882026-06-20T23:55:27.884Z
35892026-06-20T23:55:27.884Zinfo: running `cargo check --bins` on sp-sim (178/298)
35902026-06-20T23:55:27.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-06-20T23:55:27.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-06-20T23:55:27.884Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35932026-06-20T23:55:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s
35942026-06-20T23:55:27.885Z
35952026-06-20T23:55:27.885Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/298)
35962026-06-20T23:55:27.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-06-20T23:55:27.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-06-20T23:55:27.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-06-20T23:55:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36002026-06-20T23:55:27.885Z
36012026-06-20T23:55:27.885Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/298)
36022026-06-20T23:55:27.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-06-20T23:55:27.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-06-20T23:55:27.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-06-20T23:55:27.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36062026-06-20T23:55:27.885Z
36072026-06-20T23:55:27.886Zinfo: running `cargo check --bins` on db-macros (181/298)
36082026-06-20T23:55:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-06-20T23:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-06-20T23:55:27.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-06-20T23:55:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36122026-06-20T23:55:27.886Z
36132026-06-20T23:55:27.886Zinfo: running `cargo check --bins` on nexus-macros-common (182/298)
36142026-06-20T23:55:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-06-20T23:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-06-20T23:55:27.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-06-20T23:55:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36182026-06-20T23:55:27.886Z
36192026-06-20T23:55:27.886Zinfo: running `cargo check --bins` on nexus-auth (183/298)
36202026-06-20T23:55:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-06-20T23:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-06-20T23:55:27.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-06-20T23:55:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36242026-06-20T23:55:27.886Z
36252026-06-20T23:55:27.886Zinfo: running `cargo check --bins` on authz-macros (184/298)
36262026-06-20T23:55:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-06-20T23:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-06-20T23:55:27.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-06-20T23:55:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36302026-06-20T23:55:27.886Z
36312026-06-20T23:55:27.886Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/298)
36322026-06-20T23:55:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-06-20T23:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-06-20T23:55:27.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36352026-06-20T23:55:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36362026-06-20T23:55:27.886Z
36372026-06-20T23:55:27.886Zinfo: running `cargo check --bins` on nexus-db-model (186/298)
36382026-06-20T23:55:27.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36392026-06-20T23:55:27.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36402026-06-20T23:55:27.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36412026-06-20T23:55:27.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36422026-06-20T23:55:27.887Z
36432026-06-20T23:55:27.887Zinfo: running `cargo check --bins` on nexus-db-schema (187/298)
36442026-06-20T23:55:27.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36452026-06-20T23:55:27.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36462026-06-20T23:55:27.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36472026-06-20T23:55:27.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36482026-06-20T23:55:27.888Z
36492026-06-20T23:55:27.888Zinfo: running `cargo check --bins` on omicron-rpaths (188/298)
36502026-06-20T23:55:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36512026-06-20T23:55:27.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36522026-06-20T23:55:27.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36532026-06-20T23:55:27.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
36542026-06-20T23:55:27.888Z
36552026-06-20T23:55:27.888Zinfo: running `cargo check --bins` on nexus-defaults (189/298)
36562026-06-20T23:55:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36572026-06-20T23:55:27.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36582026-06-20T23:55:27.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36592026-06-20T23:55:27.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
36602026-06-20T23:55:27.888Z
36612026-06-20T23:55:27.888Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/298)
36622026-06-20T23:55:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36632026-06-20T23:55:27.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36642026-06-20T23:55:27.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36652026-06-20T23:55:27.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36662026-06-20T23:55:27.888Z
36672026-06-20T23:55:27.889Zinfo: running `cargo check --bins` on parallel-task-set (191/298)
36682026-06-20T23:55:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36692026-06-20T23:55:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36702026-06-20T23:55:27.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36712026-06-20T23:55:27.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36722026-06-20T23:55:27.889Z
36732026-06-20T23:55:27.889Zinfo: running `cargo check --bins` on omicron-git-version (192/298)
36742026-06-20T23:55:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36752026-06-20T23:55:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36762026-06-20T23:55:27.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36772026-06-20T23:55:27.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
36782026-06-20T23:55:27.889Z
36792026-06-20T23:55:27.889Zinfo: running `cargo check --bins` on nexus-db-errors (193/298)
36802026-06-20T23:55:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36812026-06-20T23:55:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36822026-06-20T23:55:27.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36832026-06-20T23:55:27.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36842026-06-20T23:55:27.889Z
36852026-06-20T23:55:27.889Zinfo: running `cargo check --bins` on nexus-db-lookup (194/298)
36862026-06-20T23:55:27.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36872026-06-20T23:55:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36882026-06-20T23:55:28.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36892026-06-20T23:55:28.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36902026-06-20T23:55:28.139Z
36912026-06-20T23:55:28.139Zinfo: running `cargo check --bins` on nexus-inventory (195/298)
36922026-06-20T23:55:28.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36932026-06-20T23:55:28.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36942026-06-20T23:55:28.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36952026-06-20T23:55:28.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.02s
36962026-06-20T23:55:28.140Z
36972026-06-20T23:55:28.140Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/298)
36982026-06-20T23:55:28.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36992026-06-20T23:55:28.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37002026-06-20T23:55:28.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37012026-06-20T23:55:28.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37022026-06-20T23:55:28.140Z
37032026-06-20T23:55:28.140Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/298)
37042026-06-20T23:55:28.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37052026-06-20T23:55:28.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37062026-06-20T23:55:28.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37072026-06-20T23:55:28.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37082026-06-20T23:55:28.140Z
37092026-06-20T23:55:28.140Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/298)
37102026-06-20T23:55:28.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37112026-06-20T23:55:28.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37122026-06-20T23:55:28.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37132026-06-20T23:55:28.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37142026-06-20T23:55:28.731Z
37152026-06-20T23:55:28.731Zinfo: running `cargo check --bins` on key-manager (199/298)
37162026-06-20T23:55:28.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37172026-06-20T23:55:28.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37182026-06-20T23:55:28.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37192026-06-20T23:55:28.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
37202026-06-20T23:55:28.933Z
37212026-06-20T23:55:28.933Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/298)
37222026-06-20T23:55:29.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37232026-06-20T23:55:30.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37242026-06-20T23:55:30.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37252026-06-20T23:55:30.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37262026-06-20T23:55:30.719Z
37272026-06-20T23:55:30.719Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/298)
37282026-06-20T23:55:30.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37292026-06-20T23:55:30.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37302026-06-20T23:55:30.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37312026-06-20T23:55:30.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37322026-06-20T23:55:30.719Z
37332026-06-20T23:55:30.720Zinfo: running `cargo check --bins` on typed-rng (202/298)
37342026-06-20T23:55:30.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37352026-06-20T23:55:30.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37362026-06-20T23:55:30.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37372026-06-20T23:55:30.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
37382026-06-20T23:55:30.720Z
37392026-06-20T23:55:30.720Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/298)
37402026-06-20T23:55:30.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-06-20T23:55:30.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-06-20T23:55:31.238Z Compiling libefi-sys v0.1.0
37432026-06-20T23:55:31.448Z Compiling bitfield-struct v0.6.2
37442026-06-20T23:55:31.448Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37452026-06-20T23:55:31.448Z Compiling xshell-macros v0.2.7
37462026-06-20T23:55:31.629Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37472026-06-20T23:55:31.629Z Compiling salty v0.3.0
37482026-06-20T23:55:31.629Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37492026-06-20T23:55:31.630Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37502026-06-20T23:55:31.630Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-20T23:55:31.630Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-20T23:55:31.831Z Checking primeorder v0.13.6
37532026-06-20T23:55:31.831Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37542026-06-20T23:55:31.831Z Compiling proc-macro-error-attr2 v2.0.0
37552026-06-20T23:55:31.831Z Checking xshell v0.2.7
37562026-06-20T23:55:32.059Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-20T23:55:32.059Z Checking tungstenite v0.21.0
37582026-06-20T23:55:32.060Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37592026-06-20T23:55:32.060Z Checking p384 v0.13.1
37602026-06-20T23:55:32.060Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37612026-06-20T23:55:32.124Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37622026-06-20T23:55:32.124Z Compiling num-derive v0.3.3
37632026-06-20T23:55:32.125Z Compiling proc-macro-error2 v2.0.1
37642026-06-20T23:55:32.237Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37652026-06-20T23:55:32.341Z Checking tokio-tungstenite v0.21.0
37662026-06-20T23:55:32.342Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37672026-06-20T23:55:32.342Z Checking papergrid v0.17.0
37682026-06-20T23:55:32.503Z Compiling tabled_derive v0.11.0
37692026-06-20T23:55:32.503Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37702026-06-20T23:55:32.503Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37712026-06-20T23:55:32.709Z Compiling progenitor-impl v0.13.0
37722026-06-20T23:55:32.710Z Checking testing_table v0.3.0
37732026-06-20T23:55:33.016Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37742026-06-20T23:55:33.016Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37752026-06-20T23:55:33.016Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37762026-06-20T23:55:33.016Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37772026-06-20T23:55:33.016Z Compiling unicase v2.9.0
37782026-06-20T23:55:33.016Z Checking libscf-sys v1.1.0
37792026-06-20T23:55:33.184Z Checking corncobs v0.1.4
37802026-06-20T23:55:33.185Z Compiling illumos-nvpair-sys v0.2.0
37812026-06-20T23:55:33.185Z Compiling mime_guess v2.0.5
37822026-06-20T23:55:33.185Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37832026-06-20T23:55:33.626Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-20T23:55:33.626Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37852026-06-20T23:55:33.626Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
37862026-06-20T23:55:33.626Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-06-20T23:55:33.747Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-06-20T23:55:33.747Z Checking tabled v0.20.0
37892026-06-20T23:55:33.747Z Checking progenitor-client v0.13.0
37902026-06-20T23:55:33.747Z Checking secrecy v0.8.0
37912026-06-20T23:55:33.777Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37922026-06-20T23:55:33.823Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37932026-06-20T23:55:33.926Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37942026-06-20T23:55:33.979Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
37952026-06-20T23:55:34.283Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37962026-06-20T23:55:34.341Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-20T23:55:34.341Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37982026-06-20T23:55:34.462Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37992026-06-20T23:55:34.586Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38002026-06-20T23:55:34.688Z Checking filetime v0.2.27
38012026-06-20T23:55:34.689Z Checking xattr v1.6.1
38022026-06-20T23:55:34.838Z Checking http-range v0.1.5
38032026-06-20T23:55:34.948Z Checking crc8 v0.1.1
38042026-06-20T23:55:34.949Z Checking tar v0.4.45
38052026-06-20T23:55:34.949Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38062026-06-20T23:55:35.032Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38072026-06-20T23:55:35.102Z Checking illumos-nvpair v0.3.0
38082026-06-20T23:55:35.102Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38092026-06-20T23:55:35.168Z Compiling progenitor-macro v0.13.0
38102026-06-20T23:55:35.244Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38112026-06-20T23:55:35.321Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38122026-06-20T23:55:35.394Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-20T23:55:35.601Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38142026-06-20T23:55:35.721Z Checking atty v0.2.14
38152026-06-20T23:55:35.721Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-06-20T23:55:35.830Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38172026-06-20T23:55:35.955Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38182026-06-20T23:55:36.024Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38192026-06-20T23:55:36.024Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-20T23:55:36.024Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38212026-06-20T23:55:36.024Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38222026-06-20T23:55:36.235Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-20T23:55:36.258Z Checking hyper-staticfile v0.10.1
38242026-06-20T23:55:36.281Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38252026-06-20T23:55:36.319Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38262026-06-20T23:55:36.540Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38272026-06-20T23:55:36.624Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38282026-06-20T23:55:36.869Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38292026-06-20T23:55:36.946Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38302026-06-20T23:55:37.112Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38312026-06-20T23:55:37.466Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38322026-06-20T23:55:37.921Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38332026-06-20T23:55:38.387Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38342026-06-20T23:55:38.808Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38352026-06-20T23:55:39.140Z Checking progenitor v0.13.0
38362026-06-20T23:55:39.276Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38372026-06-20T23:55:41.190Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38382026-06-20T23:55:44.541Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38392026-06-20T23:55:55.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.15s
38402026-06-20T23:55:55.715Z
38412026-06-20T23:55:55.715Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/298)
38422026-06-20T23:55:56.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-06-20T23:55:56.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-06-20T23:55:56.429Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38452026-06-20T23:56:07.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38462026-06-20T23:56:07.257Z
38472026-06-20T23:56:07.257Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/298)
38482026-06-20T23:56:07.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-06-20T23:56:07.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-06-20T23:56:07.967Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38512026-06-20T23:56:18.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
38522026-06-20T23:56:18.869Z
38532026-06-20T23:56:18.870Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/298)
38542026-06-20T23:56:19.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-06-20T23:56:19.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-06-20T23:56:19.577Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38572026-06-20T23:56:30.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
38582026-06-20T23:56:30.335Z
38592026-06-20T23:56:30.335Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/298)
38602026-06-20T23:56:30.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-06-20T23:56:30.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-06-20T23:56:31.047Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38632026-06-20T23:56:41.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38642026-06-20T23:56:41.917Z
38652026-06-20T23:56:41.917Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/298)
38662026-06-20T23:56:42.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-06-20T23:56:42.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-06-20T23:56:42.635Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38692026-06-20T23:56:53.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38702026-06-20T23:56:53.462Z
38712026-06-20T23:56:53.462Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/298)
38722026-06-20T23:56:53.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-06-20T23:56:53.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-06-20T23:56:54.178Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38752026-06-20T23:57:04.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38762026-06-20T23:57:05.009Z
38772026-06-20T23:57:05.009Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/298)
38782026-06-20T23:57:05.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-06-20T23:57:05.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-06-20T23:57:05.720Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38812026-06-20T23:57:16.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38822026-06-20T23:57:16.582Z
38832026-06-20T23:57:16.582Zinfo: running `cargo check --bins` on bootstrap-agent-api (211/298)
38842026-06-20T23:57:17.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-06-20T23:57:17.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-06-20T23:57:17.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-06-20T23:57:17.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38882026-06-20T23:57:17.111Z
38892026-06-20T23:57:17.111Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (212/298)
38902026-06-20T23:57:17.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-06-20T23:57:17.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-06-20T23:57:17.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-06-20T23:57:17.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
38942026-06-20T23:57:17.644Z
38952026-06-20T23:57:17.645Zinfo: running `cargo check --bins` on range-requests (213/298)
38962026-06-20T23:57:18.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-06-20T23:57:18.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-06-20T23:57:18.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-06-20T23:57:18.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39002026-06-20T23:57:18.161Z
39012026-06-20T23:57:18.162Zinfo: running `cargo check --bins` on repo-depot-api (214/298)
39022026-06-20T23:57:18.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-06-20T23:57:18.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-06-20T23:57:18.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-06-20T23:57:18.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
39062026-06-20T23:57:18.682Z
39072026-06-20T23:57:18.682Zinfo: running `cargo check --bins` on sled-agent-api (215/298)
39082026-06-20T23:57:19.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-06-20T23:57:19.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-06-20T23:57:19.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-06-20T23:57:19.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39122026-06-20T23:57:19.229Z
39132026-06-20T23:57:19.229Zinfo: running `cargo check --bins` on sled-diagnostics (216/298)
39142026-06-20T23:57:19.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-06-20T23:57:19.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-06-20T23:57:19.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-06-20T23:57:19.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39182026-06-20T23:57:19.775Z
39192026-06-20T23:57:19.775Zinfo: running `cargo check --bins` on zfs-test-harness (217/298)
39202026-06-20T23:57:20.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-06-20T23:57:20.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-06-20T23:57:20.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39232026-06-20T23:57:20.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39242026-06-20T23:57:20.326Z
39252026-06-20T23:57:20.326Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (218/298)
39262026-06-20T23:57:20.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39272026-06-20T23:57:20.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39282026-06-20T23:57:20.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39292026-06-20T23:57:20.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39302026-06-20T23:57:20.880Z
39312026-06-20T23:57:20.880Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (219/298)
39322026-06-20T23:57:21.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39332026-06-20T23:57:21.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39342026-06-20T23:57:21.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39352026-06-20T23:57:21.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39362026-06-20T23:57:21.431Z
39372026-06-20T23:57:21.431Zinfo: running `cargo check --bins` on sled-agent-early-networking (220/298)
39382026-06-20T23:57:21.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-06-20T23:57:21.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-06-20T23:57:21.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-06-20T23:57:21.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39422026-06-20T23:57:21.983Z
39432026-06-20T23:57:21.983Zinfo: running `cargo check --bins` on sled-agent-health-monitor (221/298)
39442026-06-20T23:57:22.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-06-20T23:57:22.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-06-20T23:57:22.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-06-20T23:57:22.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39482026-06-20T23:57:22.532Z
39492026-06-20T23:57:22.532Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (222/298)
39502026-06-20T23:57:22.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-06-20T23:57:22.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-06-20T23:57:22.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-06-20T23:57:23.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39542026-06-20T23:57:23.085Z
39552026-06-20T23:57:23.085Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (223/298)
39562026-06-20T23:57:23.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-06-20T23:57:23.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-06-20T23:57:23.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39592026-06-20T23:57:23.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39602026-06-20T23:57:23.639Z
39612026-06-20T23:57:23.639Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (224/298)
39622026-06-20T23:57:24.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-06-20T23:57:24.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-06-20T23:57:24.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-06-20T23:57:24.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39662026-06-20T23:57:24.194Z
39672026-06-20T23:57:24.194Zinfo: running `cargo check --bins` on sled-agent-rack-setup (225/298)
39682026-06-20T23:57:24.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-06-20T23:57:24.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-06-20T23:57:24.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-06-20T23:57:24.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39722026-06-20T23:57:24.769Z
39732026-06-20T23:57:24.769Zinfo: running `cargo check --bins` on trust-quorum (226/298)
39742026-06-20T23:57:25.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-06-20T23:57:25.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-06-20T23:57:25.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39772026-06-20T23:57:25.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39782026-06-20T23:57:25.321Z
39792026-06-20T23:57:25.321Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (227/298)
39802026-06-20T23:57:25.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-06-20T23:57:25.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-06-20T23:57:25.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-06-20T23:57:25.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39842026-06-20T23:57:25.890Z
39852026-06-20T23:57:25.890Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (228/298)
39862026-06-20T23:57:26.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-06-20T23:57:26.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-06-20T23:57:26.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39892026-06-20T23:57:26.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39902026-06-20T23:57:26.469Z
39912026-06-20T23:57:26.469Zinfo: running `cargo check --bins` on update-common (229/298)
39922026-06-20T23:57:26.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-06-20T23:57:26.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-06-20T23:57:26.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39952026-06-20T23:57:26.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
39962026-06-20T23:57:27.006Z
39972026-06-20T23:57:27.006Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (230/298)
39982026-06-20T23:57:27.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-06-20T23:57:27.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-06-20T23:57:27.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40012026-06-20T23:57:27.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40022026-06-20T23:57:27.587Z
40032026-06-20T23:57:27.587Zinfo: running `cargo check --bins` on omicron-deployment-graph (231/298)
40042026-06-20T23:57:28.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40052026-06-20T23:57:28.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40062026-06-20T23:57:28.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40072026-06-20T23:57:28.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40082026-06-20T23:57:28.126Z
40092026-06-20T23:57:28.126Zinfo: running `cargo check --bins` on reconfigurator-cli (232/298)
40102026-06-20T23:57:28.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40112026-06-20T23:57:28.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40122026-06-20T23:57:28.817Z Compiling fs-err v2.11.0
40132026-06-20T23:57:28.819Z Checking ignore v0.4.25
40142026-06-20T23:57:28.819Z Checking arc-swap v1.8.2
40152026-06-20T23:57:28.942Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40162026-06-20T23:57:28.942Z Checking predicates-tree v1.0.13
40172026-06-20T23:57:28.948Z Checking parse-size v1.1.0
40182026-06-20T23:57:28.969Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40192026-06-20T23:57:28.972Z Checking rand_seeder v0.4.0
40202026-06-20T23:57:29.049Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40212026-06-20T23:57:29.068Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40222026-06-20T23:57:29.119Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40232026-06-20T23:57:29.135Z Checking slog-scope v4.4.1
40242026-06-20T23:57:29.169Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40252026-06-20T23:57:29.259Z Compiling petname v2.0.2
40262026-06-20T23:57:29.274Z Checking slog-stdlog v4.1.1
40272026-06-20T23:57:29.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40282026-06-20T23:57:29.307Z Checking globwalk v0.9.1
40292026-06-20T23:57:29.358Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40302026-06-20T23:57:29.391Z Checking slog-envlogger v2.2.0
40312026-06-20T23:57:29.484Z Checking camino-tempfile-ext v0.3.3
40322026-06-20T23:57:29.538Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40332026-06-20T23:57:29.576Z Checking sapling-renderdag v0.1.0
40342026-06-20T23:57:29.675Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40352026-06-20T23:57:29.725Z Checking subprocess v0.2.15
40362026-06-20T23:57:29.886Z Checking sync-ptr v0.1.4
40372026-06-20T23:57:29.904Z Checking colored v2.2.0
40382026-06-20T23:57:29.926Z Checking assert_matches v1.5.0
40392026-06-20T23:57:30.006Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40402026-06-20T23:57:30.161Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40412026-06-20T23:57:30.166Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40422026-06-20T23:57:30.868Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40432026-06-20T23:57:32.192Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40442026-06-20T23:57:34.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s
40452026-06-20T23:57:34.568Z
40462026-06-20T23:57:34.568Zinfo: running `cargo check --bins` on omicron-repl-utils (233/298)
40472026-06-20T23:57:35.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-06-20T23:57:35.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-06-20T23:57:35.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-06-20T23:57:35.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
40512026-06-20T23:57:35.084Z
40522026-06-20T23:57:35.084Zinfo: running `cargo check --bins` on transient-dns-server (234/298)
40532026-06-20T23:57:35.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-06-20T23:57:35.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-06-20T23:57:35.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-06-20T23:57:35.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40572026-06-20T23:57:35.624Z
40582026-06-20T23:57:35.624Zinfo: running `cargo check --bins` on nexus-test-interface (235/298)
40592026-06-20T23:57:36.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-06-20T23:57:36.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-06-20T23:57:36.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-06-20T23:57:36.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-06-20T23:57:36.206Z
40642026-06-20T23:57:36.206Zinfo: running `cargo check --bins` on oximeter-collector (236/298)
40652026-06-20T23:57:36.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-06-20T23:57:36.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-06-20T23:57:36.868Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40682026-06-20T23:57:36.868Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40692026-06-20T23:57:37.499Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40702026-06-20T23:57:39.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
40712026-06-20T23:57:39.240Z
40722026-06-20T23:57:39.240Zinfo: running `cargo check --bins` on oximeter-api (237/298)
40732026-06-20T23:57:39.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-06-20T23:57:39.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-06-20T23:57:39.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-06-20T23:57:39.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40772026-06-20T23:57:39.771Z
40782026-06-20T23:57:39.771Zinfo: running `cargo check --bins` on cert-dev (238/298)
40792026-06-20T23:57:40.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-06-20T23:57:40.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-06-20T23:57:40.309Z Checking yasna v0.5.2
40822026-06-20T23:57:40.702Z Checking rcgen v0.12.1
40832026-06-20T23:57:40.945Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40842026-06-20T23:57:41.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
40852026-06-20T23:57:41.268Z
40862026-06-20T23:57:41.268Zinfo: running `cargo check --bins` on clickana (239/298)
40872026-06-20T23:57:41.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-06-20T23:57:41.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-06-20T23:57:41.856Z Compiling darling_core v0.23.0
40902026-06-20T23:57:41.958Z Compiling instability v0.3.11
40912026-06-20T23:57:41.964Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40922026-06-20T23:57:41.966Z Checking castaway v0.2.4
40932026-06-20T23:57:41.973Z Compiling indoc v2.0.7
40942026-06-20T23:57:41.976Z Checking unicode-truncate v1.1.0
40952026-06-20T23:57:41.989Z Checking lru v0.12.5
40962026-06-20T23:57:41.991Z Checking cassowary v0.3.0
40972026-06-20T23:57:42.057Z Checking compact_str v0.8.1
40982026-06-20T23:57:43.262Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40992026-06-20T23:57:43.364Z Compiling darling_macro v0.23.0
41002026-06-20T23:57:43.437Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41012026-06-20T23:57:43.769Z Compiling darling v0.23.0
41022026-06-20T23:57:44.381Z Checking ratatui v0.29.0
41032026-06-20T23:57:45.422Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41042026-06-20T23:57:46.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s
41052026-06-20T23:57:46.234Z
41062026-06-20T23:57:46.234Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (240/298)
41072026-06-20T23:57:46.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-06-20T23:57:46.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-06-20T23:57:46.896Z Checking headers-core v0.3.0
41102026-06-20T23:57:46.899Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41112026-06-20T23:57:47.085Z Checking headers v0.4.1
41122026-06-20T23:57:47.449Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41132026-06-20T23:57:48.305Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41142026-06-20T23:57:48.805Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41152026-06-20T23:57:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.94s
41162026-06-20T23:57:49.364Z
41172026-06-20T23:57:49.365Zinfo: running `cargo check --bins` on ch-dev (241/298)
41182026-06-20T23:57:49.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-06-20T23:57:49.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-06-20T23:57:50.027Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41212026-06-20T23:57:50.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41222026-06-20T23:57:50.932Z
41232026-06-20T23:57:50.932Zinfo: running `cargo check --bins` on dev-tools-common (242/298)
41242026-06-20T23:57:51.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-06-20T23:57:51.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-06-20T23:57:51.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-06-20T23:57:51.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s
41282026-06-20T23:57:51.325Z
41292026-06-20T23:57:51.325Zinfo: running `cargo check --bins` on crdb-seed (243/298)
41302026-06-20T23:57:51.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-06-20T23:57:51.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-06-20T23:57:51.983Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41332026-06-20T23:57:52.969Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41342026-06-20T23:57:53.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
41352026-06-20T23:57:53.472Z
41362026-06-20T23:57:53.472Zinfo: running `cargo check --bins` on db-dev (244/298)
41372026-06-20T23:57:53.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-06-20T23:57:53.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-06-20T23:57:54.223Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41402026-06-20T23:57:54.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
41412026-06-20T23:57:55.035Z
41422026-06-20T23:57:55.035Zinfo: running `cargo check --bins` on omicron-dev-lib (245/298)
41432026-06-20T23:57:55.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-06-20T23:57:55.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-06-20T23:57:55.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-06-20T23:57:55.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41472026-06-20T23:57:55.598Z
41482026-06-20T23:57:55.598Zinfo: running `cargo check --bins` on xtask-downloader (246/298)
41492026-06-20T23:57:56.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-06-20T23:57:56.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-06-20T23:57:56.144Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41522026-06-20T23:57:56.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s
41532026-06-20T23:57:56.981Z
41542026-06-20T23:57:56.981Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/298)
41552026-06-20T23:57:57.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-06-20T23:57:57.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-06-20T23:57:57.672Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41582026-06-20T23:57:57.672Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41592026-06-20T23:57:57.675Z Checking git-stub v1.0.0
41602026-06-20T23:57:57.676Z Compiling trait-variant v0.1.2
41612026-06-20T23:57:57.800Z Checking maplit v1.0.2
41622026-06-20T23:57:57.803Z Checking is_ci v1.2.0
41632026-06-20T23:57:57.807Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41642026-06-20T23:57:57.817Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41652026-06-20T23:57:57.871Z Checking drift v0.2.0
41662026-06-20T23:57:57.927Z Checking supports-color v3.0.2
41672026-06-20T23:57:57.939Z Checking git-stub-vcs v0.1.0
41682026-06-20T23:57:57.995Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41692026-06-20T23:57:58.015Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41702026-06-20T23:57:58.031Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41712026-06-20T23:57:58.109Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41722026-06-20T23:57:58.213Z Checking dropshot-api-manager v0.7.2
41732026-06-20T23:57:58.239Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41742026-06-20T23:57:58.269Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41752026-06-20T23:57:58.308Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41762026-06-20T23:57:58.539Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41772026-06-20T23:57:59.023Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41782026-06-20T23:57:59.992Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41792026-06-20T23:58:01.200Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41802026-06-20T23:58:01.777Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41812026-06-20T23:58:02.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
41822026-06-20T23:58:02.391Z
41832026-06-20T23:58:02.391Zinfo: running `cargo check --bins` on installinator-api (248/298)
41842026-06-20T23:58:02.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41852026-06-20T23:58:02.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41862026-06-20T23:58:02.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41872026-06-20T23:58:02.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
41882026-06-20T23:58:02.922Z
41892026-06-20T23:58:02.922Zinfo: running `cargo check --bins` on nexus-external-api (249/298)
41902026-06-20T23:58:03.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41912026-06-20T23:58:03.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41922026-06-20T23:58:03.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41932026-06-20T23:58:03.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41942026-06-20T23:58:03.491Z
41952026-06-20T23:58:03.491Zinfo: running `cargo check --bins` on nexus-internal-api (250/298)
41962026-06-20T23:58:03.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41972026-06-20T23:58:03.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41982026-06-20T23:58:03.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41992026-06-20T23:58:03.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42002026-06-20T23:58:04.062Z
42012026-06-20T23:58:04.062Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/298)
42022026-06-20T23:58:04.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42032026-06-20T23:58:04.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42042026-06-20T23:58:04.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42052026-06-20T23:58:04.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42062026-06-20T23:58:04.627Z
42072026-06-20T23:58:04.627Zinfo: running `cargo check --bins` on ntp-admin-api (252/298)
42082026-06-20T23:58:05.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42092026-06-20T23:58:05.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42102026-06-20T23:58:05.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42112026-06-20T23:58:05.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
42122026-06-20T23:58:05.156Z
42132026-06-20T23:58:05.156Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/298)
42142026-06-20T23:58:05.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42152026-06-20T23:58:05.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42162026-06-20T23:58:05.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42172026-06-20T23:58:05.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
42182026-06-20T23:58:05.676Z
42192026-06-20T23:58:05.676Zinfo: running `cargo check --bins` on wicketd-api (254/298)
42202026-06-20T23:58:06.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42212026-06-20T23:58:06.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42222026-06-20T23:58:06.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42232026-06-20T23:58:06.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
42242026-06-20T23:58:06.222Z
42252026-06-20T23:58:06.222Zinfo: running `cargo check --bins` on omicron-ls-apis (255/298)
42262026-06-20T23:58:06.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-06-20T23:58:06.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-06-20T23:58:06.778Z Checking typeid v1.0.3
42292026-06-20T23:58:06.883Z Checking ordered-float v2.10.1
42302026-06-20T23:58:06.901Z Checking unicode-xid v0.2.6
42312026-06-20T23:58:06.913Z Checking cargo-platform v0.2.0
42322026-06-20T23:58:06.923Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42332026-06-20T23:58:06.950Z Checking erased-serde v0.4.9
42342026-06-20T23:58:07.085Z Checking serde-value v0.7.0
42352026-06-20T23:58:07.259Z Checking serde-untagged v0.1.9
42362026-06-20T23:58:07.411Z Checking cargo-util-schemas v0.8.2
42372026-06-20T23:58:08.096Z Checking cargo_metadata v0.21.0
42382026-06-20T23:58:08.699Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42392026-06-20T23:58:09.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
42402026-06-20T23:58:09.599Z
42412026-06-20T23:58:09.599Zinfo: running `cargo check --bins` on mgs-dev (256/298)
42422026-06-20T23:58:10.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-06-20T23:58:10.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-06-20T23:58:10.277Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42452026-06-20T23:58:10.877Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42462026-06-20T23:58:11.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
42472026-06-20T23:58:11.548Z
42482026-06-20T23:58:11.548Zinfo: running `cargo check --bins` on omicron-omdb (257/298)
42492026-06-20T23:58:12.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42502026-06-20T23:58:12.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42512026-06-20T23:58:12.453Z Compiling vergen-lib v0.1.6
42522026-06-20T23:58:12.453Z Compiling diesel_derives v2.3.7
42532026-06-20T23:58:12.453Z Compiling dsl_auto_type v0.2.0
42542026-06-20T23:58:12.457Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42552026-06-20T23:58:12.457Z Checking scheduled-thread-pool v0.2.7
42562026-06-20T23:58:12.457Z Compiling vergen-gitcl v1.0.8
42572026-06-20T23:58:12.457Z Compiling diesel_table_macro_syntax v0.3.0
42582026-06-20T23:58:12.457Z Compiling dirs-sys-next v0.1.2
42592026-06-20T23:58:12.776Z Compiling glob v0.3.3
42602026-06-20T23:58:12.790Z Compiling crunchy v0.2.4
42612026-06-20T23:58:12.825Z Checking r2d2 v0.8.10
42622026-06-20T23:58:12.887Z Compiling dirs-next v2.0.0
42632026-06-20T23:58:12.902Z Checking downcast-rs v2.0.2
42642026-06-20T23:58:12.997Z Compiling tiny-keccak v2.0.2
42652026-06-20T23:58:13.013Z Compiling term v0.7.0
42662026-06-20T23:58:13.029Z Compiling bit-vec v0.6.3
42672026-06-20T23:58:13.165Z Compiling clang-sys v1.8.1
42682026-06-20T23:58:13.241Z Compiling bit-set v0.5.3
42692026-06-20T23:58:13.257Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42702026-06-20T23:58:13.402Z Compiling ascii-canvas v3.0.0
42712026-06-20T23:58:13.441Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42722026-06-20T23:58:13.531Z Compiling itertools v0.10.5
42732026-06-20T23:58:13.573Z Compiling ena v0.14.4
42742026-06-20T23:58:13.603Z Compiling libloading v0.8.9
42752026-06-20T23:58:13.632Z Compiling regex-syntax v0.6.29
42762026-06-20T23:58:13.661Z Compiling bindgen v0.71.1
42772026-06-20T23:58:13.711Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
42782026-06-20T23:58:13.798Z Compiling diff v0.1.13
42792026-06-20T23:58:14.091Z Compiling cexpr v0.6.0
42802026-06-20T23:58:14.129Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42812026-06-20T23:58:14.318Z Compiling rustc-hash v2.1.1
42822026-06-20T23:58:14.473Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42832026-06-20T23:58:14.509Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42842026-06-20T23:58:14.608Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42852026-06-20T23:58:14.755Z Compiling libxml v0.3.3
42862026-06-20T23:58:14.828Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42872026-06-20T23:58:14.868Z Compiling strum_macros v0.24.3
42882026-06-20T23:58:14.982Z Compiling lalrpop v0.19.12
42892026-06-20T23:58:15.050Z Compiling indoc v1.0.9
42902026-06-20T23:58:15.780Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42912026-06-20T23:58:15.972Z Checking derive_builder v0.20.2
42922026-06-20T23:58:16.090Z Compiling oso-derive v0.27.3
42932026-06-20T23:58:16.232Z Checking quick-xml v0.37.5
42942026-06-20T23:58:16.299Z Compiling impl-trait-for-tuples v0.2.3
42952026-06-20T23:58:16.594Z Checking openssl-probe v0.1.6
42962026-06-20T23:58:16.738Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42972026-06-20T23:58:17.101Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42982026-06-20T23:58:17.297Z Checking bb8 v0.8.6
42992026-06-20T23:58:17.484Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-06-20T23:58:17.505Z Checking nonempty v0.12.0
43012026-06-20T23:58:17.577Z Compiling libz-sys v1.1.24
43022026-06-20T23:58:17.672Z Compiling strsim v0.10.0
43032026-06-20T23:58:17.711Z Compiling libgit2-sys v0.18.3+1.9.2
43042026-06-20T23:58:17.850Z Compiling darling_core v0.13.4
43052026-06-20T23:58:18.012Z Compiling vergen-git2 v9.1.0
43062026-06-20T23:58:18.148Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43072026-06-20T23:58:18.231Z Compiling base64 v0.21.7
43082026-06-20T23:58:18.342Z Compiling rustls v0.21.12
43092026-06-20T23:58:18.512Z Checking diesel v2.3.7
43102026-06-20T23:58:18.549Z Compiling ron v0.8.1
43112026-06-20T23:58:18.640Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43122026-06-20T23:58:19.533Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43132026-06-20T23:58:19.634Z Checking rustls-webpki v0.101.7
43142026-06-20T23:58:19.726Z Checking sct v0.7.1
43152026-06-20T23:58:19.828Z Compiling darling_macro v0.13.4
43162026-06-20T23:58:19.892Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43172026-06-20T23:58:20.295Z Compiling darling v0.13.4
43182026-06-20T23:58:20.387Z Compiling serde_with_macros v1.5.2
43192026-06-20T23:58:20.645Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43202026-06-20T23:58:21.227Z Compiling serde_with v1.14.0
43212026-06-20T23:58:21.308Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43222026-06-20T23:58:22.312Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43232026-06-20T23:58:22.388Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43242026-06-20T23:58:23.048Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43252026-06-20T23:58:23.719Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43262026-06-20T23:58:23.901Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-06-20T23:58:23.917Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43282026-06-20T23:58:23.938Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43292026-06-20T23:58:24.090Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-06-20T23:58:24.109Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43312026-06-20T23:58:24.129Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43322026-06-20T23:58:24.277Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-20T23:58:24.446Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43342026-06-20T23:58:24.481Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43352026-06-20T23:58:24.499Z Checking tokio-rustls v0.24.1
43362026-06-20T23:58:24.705Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43372026-06-20T23:58:25.124Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43382026-06-20T23:58:25.237Z Checking rustls-pemfile v1.0.4
43392026-06-20T23:58:25.382Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43402026-06-20T23:58:25.564Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43412026-06-20T23:58:25.746Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43422026-06-20T23:58:25.763Z Checking twox-hash v2.1.2
43432026-06-20T23:58:25.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-20T23:58:26.067Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-20T23:58:26.146Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-20T23:58:26.257Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43472026-06-20T23:58:26.412Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
43482026-06-20T23:58:27.665Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43492026-06-20T23:58:27.813Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43502026-06-20T23:58:28.076Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43512026-06-20T23:58:28.339Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43522026-06-20T23:58:28.775Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-20T23:58:28.969Z Checking console v0.16.2
43542026-06-20T23:58:29.294Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43552026-06-20T23:58:29.348Z Checking fatfs v0.3.6
43562026-06-20T23:58:29.442Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43572026-06-20T23:58:29.809Z Checking unit-prefix v0.5.2
43582026-06-20T23:58:29.948Z Compiling seq-macro v0.3.6
43592026-06-20T23:58:30.478Z Checking indicatif v0.18.4
43602026-06-20T23:58:30.789Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43612026-06-20T23:58:30.841Z Checking support-bundle-viewer v0.1.2
43622026-06-20T23:58:30.881Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43632026-06-20T23:58:31.090Z Checking multimap v0.10.1
43642026-06-20T23:58:35.212Z Checking async-bb8-diesel v0.2.1
43652026-06-20T23:58:35.571Z Checking diesel-dtrace v0.5.0
43662026-06-20T23:58:40.294Z Compiling samael v0.0.19
43672026-06-20T23:58:45.809Z Compiling git2 v0.20.4
43682026-06-20T23:58:46.901Z Compiling polar-core v0.27.3
43692026-06-20T23:58:46.916Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-20T23:58:48.180Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43712026-06-20T23:58:51.383Z Checking oso v0.27.3
43722026-06-20T23:59:20.712Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-06-21T00:00:31.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
43742026-06-21T00:00:32.089Z
43752026-06-21T00:00:32.089Zinfo: running `cargo check --bins` on nexus-networking (258/298)
43762026-06-21T00:00:32.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43772026-06-21T00:00:32.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43782026-06-21T00:00:32.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43792026-06-21T00:00:32.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43802026-06-21T00:00:32.714Z
43812026-06-21T00:00:32.714Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (259/298)
43822026-06-21T00:00:33.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-06-21T00:00:33.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-06-21T00:00:33.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43852026-06-21T00:00:33.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43862026-06-21T00:00:33.305Z
43872026-06-21T00:00:33.305Zinfo: running `cargo check --bins` on nexus-saga-recovery (260/298)
43882026-06-21T00:00:33.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43892026-06-21T00:00:33.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43902026-06-21T00:00:33.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43912026-06-21T00:00:33.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43922026-06-21T00:00:33.894Z
43932026-06-21T00:00:33.894Zinfo: running `cargo check --bins` on nexus-test-utils-macros (261/298)
43942026-06-21T00:00:34.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43952026-06-21T00:00:34.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43962026-06-21T00:00:34.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43972026-06-21T00:00:34.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
43982026-06-21T00:00:34.410Z
43992026-06-21T00:00:34.410Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (262/298)
44002026-06-21T00:00:34.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-06-21T00:00:34.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-06-21T00:00:35.188Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44032026-06-21T00:00:35.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44042026-06-21T00:00:36.115Z
44052026-06-21T00:00:36.115Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (263/298)
44062026-06-21T00:00:36.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-06-21T00:00:36.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-06-21T00:00:36.883Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44092026-06-21T00:01:13.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.55s
44102026-06-21T00:01:13.876Z
44112026-06-21T00:01:13.876Zinfo: running `cargo check --bins` on nexus-background-task-interface (264/298)
44122026-06-21T00:01:14.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-06-21T00:01:14.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-06-21T00:01:14.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-06-21T00:01:14.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
44162026-06-21T00:01:14.406Z
44172026-06-21T00:01:14.406Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (265/298)
44182026-06-21T00:01:14.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-06-21T00:01:14.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-06-21T00:01:14.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-06-21T00:01:14.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44222026-06-21T00:01:14.964Z
44232026-06-21T00:01:14.964Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (266/298)
44242026-06-21T00:01:15.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-06-21T00:01:15.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-06-21T00:01:15.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-06-21T00:01:15.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44282026-06-21T00:01:15.561Z
44292026-06-21T00:01:15.561Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (267/298)
44302026-06-21T00:01:16.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-06-21T00:01:16.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-06-21T00:01:16.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-06-21T00:01:16.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44342026-06-21T00:01:16.129Z
44352026-06-21T00:01:16.129Zinfo: running `cargo check --bins` on nexus-mgs-updates (268/298)
44362026-06-21T00:01:16.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-06-21T00:01:16.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-06-21T00:01:16.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-06-21T00:01:16.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44402026-06-21T00:01:16.697Z
44412026-06-21T00:01:16.697Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (269/298)
44422026-06-21T00:01:17.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-06-21T00:01:17.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-06-21T00:01:17.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-06-21T00:01:17.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44462026-06-21T00:01:17.279Z
44472026-06-21T00:01:17.279Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (270/298)
44482026-06-21T00:01:17.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-06-21T00:01:17.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-06-21T00:01:17.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-06-21T00:01:17.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44522026-06-21T00:01:17.861Z
44532026-06-21T00:01:17.861Zinfo: running `cargo check --bins` on nexus-switch-config (271/298)
44542026-06-21T00:01:18.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-06-21T00:01:18.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-06-21T00:01:18.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-06-21T00:01:18.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44582026-06-21T00:01:18.427Z
44592026-06-21T00:01:18.427Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (272/298)
44602026-06-21T00:01:18.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-06-21T00:01:18.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-06-21T00:01:18.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44632026-06-21T00:01:18.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44642026-06-21T00:01:19.006Z
44652026-06-21T00:01:19.006Zinfo: running `cargo check --bins` on support-bundle-collection (273/298)
44662026-06-21T00:01:19.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-06-21T00:01:19.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-06-21T00:01:19.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-06-21T00:01:19.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-06-21T00:01:19.586Z
44712026-06-21T00:01:19.586Zinfo: running `cargo check --bins` on omicron-dev (274/298)
44722026-06-21T00:01:20.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-06-21T00:01:20.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-06-21T00:01:20.421Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44752026-06-21T00:01:20.424Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44762026-06-21T00:01:20.569Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44772026-06-21T00:01:20.586Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44782026-06-21T00:01:20.600Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44792026-06-21T00:01:20.613Z Checking yansi v1.0.1
44802026-06-21T00:01:20.613Z Checking diff v0.1.13
44812026-06-21T00:01:20.638Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44822026-06-21T00:01:20.737Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44832026-06-21T00:01:20.858Z Checking pretty_assertions v1.4.1
44842026-06-21T00:01:21.569Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44852026-06-21T00:01:21.672Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44862026-06-21T00:01:45.634Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44872026-06-21T00:01:45.638Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44882026-06-21T00:01:45.638Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44892026-06-21T00:01:45.638Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44902026-06-21T00:01:45.638Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
44912026-06-21T00:01:45.638Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44922026-06-21T00:01:45.638Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44932026-06-21T00:01:46.422Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44942026-06-21T00:01:46.425Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44952026-06-21T00:01:47.645Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44962026-06-21T00:02:24.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44972026-06-21T00:02:24.488Z
44982026-06-21T00:02:24.488Zinfo: running `cargo check --bins` on omicron-pins (275/298)
44992026-06-21T00:02:24.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45002026-06-21T00:02:24.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45012026-06-21T00:02:24.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45022026-06-21T00:02:24.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
45032026-06-21T00:02:25.041Z
45042026-06-21T00:02:25.042Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (276/298)
45052026-06-21T00:02:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45062026-06-21T00:02:25.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45072026-06-21T00:02:25.716Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45082026-06-21T00:02:25.837Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45092026-06-21T00:02:25.848Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45102026-06-21T00:02:52.196Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45112026-06-21T00:02:52.569Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45122026-06-21T00:02:54.261Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45132026-06-21T00:02:54.705Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45142026-06-21T00:02:57.622Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45152026-06-21T00:03:20.684Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45162026-06-21T00:03:21.375Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45172026-06-21T00:03:22.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.96s
45182026-06-21T00:03:23.161Z
45192026-06-21T00:03:23.161Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (277/298)
45202026-06-21T00:03:23.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45212026-06-21T00:03:23.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45222026-06-21T00:03:23.818Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45232026-06-21T00:03:24.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
45242026-06-21T00:03:24.663Z
45252026-06-21T00:03:24.663Zinfo: running `cargo check --bins` on omicron-releng (278/298)
45262026-06-21T00:03:25.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-06-21T00:03:25.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-06-21T00:03:25.252Z Compiling blake3 v1.8.3
45292026-06-21T00:03:25.355Z Checking constant_time_eq v0.4.2
45302026-06-21T00:03:25.355Z Checking arrayvec v0.7.6
45312026-06-21T00:03:25.358Z Checking arrayref v0.3.9
45322026-06-21T00:03:25.371Z Checking topological-sort v0.2.2
45332026-06-21T00:03:25.374Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45342026-06-21T00:03:25.374Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45352026-06-21T00:03:25.374Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45362026-06-21T00:03:25.420Z Checking shell-words v1.1.1
45372026-06-21T00:03:26.238Z Checking omicron-zone-package v0.12.2
45382026-06-21T00:03:26.950Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45392026-06-21T00:03:27.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45402026-06-21T00:03:27.970Z
45412026-06-21T00:03:27.970Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (279/298)
45422026-06-21T00:03:28.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-06-21T00:03:28.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-06-21T00:03:28.552Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45452026-06-21T00:03:28.868Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45462026-06-21T00:03:29.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45472026-06-21T00:03:29.421Z
45482026-06-21T00:03:29.421Zinfo: running `cargo check --bins` on schema (280/298)
45492026-06-21T00:03:29.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-06-21T00:03:29.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-06-21T00:03:30.084Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45522026-06-21T00:03:30.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45532026-06-21T00:03:30.938Z
45542026-06-21T00:03:30.939Zinfo: running `cargo check --bins` on xtask (281/298)
45552026-06-21T00:03:31.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-06-21T00:03:31.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-06-21T00:03:31.326Z Checking libc v0.2.185
45582026-06-21T00:03:31.400Z Checking serde v1.0.228
45592026-06-21T00:03:31.405Z Checking zerofrom v0.1.6
45602026-06-21T00:03:31.408Z Checking bitflags v2.11.0
45612026-06-21T00:03:31.413Z Checking smallvec v1.15.1
45622026-06-21T00:03:31.419Z Checking indexmap v2.14.0
45632026-06-21T00:03:31.428Z Checking serde_json v1.0.149
45642026-06-21T00:03:31.431Z Checking scroll v0.12.0
45652026-06-21T00:03:31.500Z Checking yoke v0.8.1
45662026-06-21T00:03:31.551Z Checking num-traits v0.2.19
45672026-06-21T00:03:31.585Z Checking thiserror v1.0.69
45682026-06-21T00:03:31.666Z Checking percent-encoding v2.3.2
45692026-06-21T00:03:31.675Z Checking zerovec v0.11.5
45702026-06-21T00:03:31.685Z Checking zerotrie v0.2.3
45712026-06-21T00:03:31.695Z Checking errno v0.3.14
45722026-06-21T00:03:31.799Z Checking serde_spanned v0.6.9
45732026-06-21T00:03:31.810Z Checking toml_datetime v0.6.11
45742026-06-21T00:03:31.810Z Checking rustix v1.1.3
45752026-06-21T00:03:31.920Z Checking log v0.4.29
45762026-06-21T00:03:31.932Z Checking zerocopy v0.7.35
45772026-06-21T00:03:31.949Z Checking form_urlencoded v1.2.2
45782026-06-21T00:03:31.983Z Checking toml_edit v0.22.27
45792026-06-21T00:03:32.044Z Checking getrandom v0.4.1
45802026-06-21T00:03:32.066Z Checking goblin v0.8.2
45812026-06-21T00:03:32.075Z Checking thiserror v2.0.18
45822026-06-21T00:03:32.084Z Checking ordered-float v2.10.1
45832026-06-21T00:03:32.103Z Checking tinystr v0.8.2
45842026-06-21T00:03:32.170Z Checking potential_utf v0.1.4
45852026-06-21T00:03:32.173Z Checking syn v2.0.117
45862026-06-21T00:03:32.279Z Checking icu_locale_core v2.1.1
45872026-06-21T00:03:32.299Z Checking serde-value v0.7.0
45882026-06-21T00:03:32.302Z Checking icu_collections v2.1.1
45892026-06-21T00:03:32.419Z Checking dtrace-parser v0.2.0
45902026-06-21T00:03:32.507Z Checking thread-id v4.2.2
45912026-06-21T00:03:32.587Z Checking once_cell v1.21.3
45922026-06-21T00:03:32.616Z Checking cargo-platform v0.2.0
45932026-06-21T00:03:32.639Z Checking terminal_size v0.4.3
45942026-06-21T00:03:32.654Z Checking memmap v0.7.0
45952026-06-21T00:03:32.756Z Checking clap_builder v4.6.0
45962026-06-21T00:03:32.766Z Checking tempfile v3.25.0
45972026-06-21T00:03:32.780Z Checking textwrap v0.16.2
45982026-06-21T00:03:32.790Z Checking fs-err v3.3.0
45992026-06-21T00:03:32.833Z Checking icu_provider v2.1.1
46002026-06-21T00:03:32.953Z Checking camino-tempfile v1.4.1
46012026-06-21T00:03:32.964Z Checking tabled v0.15.0
46022026-06-21T00:03:32.989Z Checking anyhow v1.0.102
46032026-06-21T00:03:33.071Z Checking icu_normalizer v2.1.1
46042026-06-21T00:03:33.081Z Checking icu_properties v2.1.2
46052026-06-21T00:03:33.106Z Checking toml v0.8.23
46062026-06-21T00:03:33.185Z Checking macaddr v1.0.1
46072026-06-21T00:03:33.365Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-06-21T00:03:33.425Z Checking cargo_toml v0.21.0
46092026-06-21T00:03:33.892Z Checking idna_adapter v1.2.1
46102026-06-21T00:03:33.932Z Checking dof v0.3.0
46112026-06-21T00:03:33.942Z Checking clap v4.6.1
46122026-06-21T00:03:34.005Z Checking idna v1.1.0
46132026-06-21T00:03:34.192Z Checking usdt-impl v0.5.0
46142026-06-21T00:03:34.225Z Checking url v2.5.8
46152026-06-21T00:03:34.435Z Checking usdt v0.5.0
46162026-06-21T00:03:34.561Z Checking cargo-util-schemas v0.8.2
46172026-06-21T00:03:35.259Z Checking cargo_metadata v0.21.0
46182026-06-21T00:03:35.874Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46192026-06-21T00:03:36.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
46202026-06-21T00:03:36.392Z
46212026-06-21T00:03:36.392Zinfo: running `cargo check --bins` on dnsadm (282/298)
46222026-06-21T00:03:36.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-06-21T00:03:36.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-06-21T00:03:36.986Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46252026-06-21T00:03:37.448Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46262026-06-21T00:03:37.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
46272026-06-21T00:03:38.000Z
46282026-06-21T00:03:38.000Zinfo: running `cargo check --bins` on end-to-end-tests (283/298)
46292026-06-21T00:03:38.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-06-21T00:03:38.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-06-21T00:03:38.741Z Checking polyval v0.6.2
46322026-06-21T00:03:38.860Z Checking ctr v0.9.2
46332026-06-21T00:03:38.869Z Checking ssh-encoding v0.2.0
46342026-06-21T00:03:38.869Z Checking blowfish v0.9.1
46352026-06-21T00:03:38.887Z Checking password-hash v0.4.2
46362026-06-21T00:03:38.901Z Checking p256 v0.13.2
46372026-06-21T00:03:38.901Z Checking p521 v0.13.3
46382026-06-21T00:03:38.926Z Checking russh-cryptovec v0.7.3
46392026-06-21T00:03:38.998Z Checking ghash v0.5.1
46402026-06-21T00:03:39.011Z Checking bcrypt-pbkdf v0.10.0
46412026-06-21T00:03:39.014Z Checking md5 v0.7.0
46422026-06-21T00:03:39.040Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46432026-06-21T00:03:39.056Z Checking num-bigint v0.4.6
46442026-06-21T00:03:39.094Z Checking pbkdf2 v0.11.0
46452026-06-21T00:03:39.110Z Checking aes-gcm v0.10.3
46462026-06-21T00:03:39.140Z Checking des v0.8.1
46472026-06-21T00:03:39.166Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46482026-06-21T00:03:39.201Z Checking hex-literal v0.4.1
46492026-06-21T00:03:39.242Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46502026-06-21T00:03:39.256Z Checking ssh-cipher v0.2.0
46512026-06-21T00:03:39.268Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46522026-06-21T00:03:39.299Z Checking internet-checksum v0.2.1
46532026-06-21T00:03:39.416Z Checking ssh-key v0.6.7
46542026-06-21T00:03:39.535Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46552026-06-21T00:03:40.054Z Checking russh-keys v0.45.0
46562026-06-21T00:03:40.614Z Checking russh v0.45.0
46572026-06-21T00:03:56.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.84s
46582026-06-21T00:03:57.031Z
46592026-06-21T00:03:57.031Zinfo: running `cargo check --bins` on gateway-cli (284/298)
46602026-06-21T00:03:57.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-21T00:03:57.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-21T00:03:57.608Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46632026-06-21T00:03:57.710Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46642026-06-21T00:03:57.717Z Checking termios v0.3.3
46652026-06-21T00:03:58.921Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46662026-06-21T00:03:59.069Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46672026-06-21T00:04:00.712Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46682026-06-21T00:04:01.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
46692026-06-21T00:04:01.432Z
46702026-06-21T00:04:01.432Zinfo: running `cargo check --bins --no-default-features` on installinator (285/298)
46712026-06-21T00:04:01.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-06-21T00:04:01.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-06-21T00:04:02.082Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46742026-06-21T00:04:02.085Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46752026-06-21T00:04:02.196Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46762026-06-21T00:04:02.200Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46772026-06-21T00:04:02.208Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46782026-06-21T00:04:02.216Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46792026-06-21T00:04:02.947Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46802026-06-21T00:04:03.296Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46812026-06-21T00:04:03.296Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46822026-06-21T00:04:03.922Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46832026-06-21T00:04:05.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
46842026-06-21T00:04:05.698Z
46852026-06-21T00:04:05.698Zinfo: running `cargo check --bins` on internal-dns-cli (286/298)
46862026-06-21T00:04:06.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46872026-06-21T00:04:06.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46882026-06-21T00:04:06.269Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46892026-06-21T00:04:06.710Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46902026-06-21T00:04:07.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46912026-06-21T00:04:07.186Z
46922026-06-21T00:04:07.186Zinfo: running `cargo check --bins` on omicron-live-tests (287/298)
46932026-06-21T00:04:07.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46942026-06-21T00:04:07.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46952026-06-21T00:04:07.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46962026-06-21T00:04:07.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
46972026-06-21T00:04:07.699Z
46982026-06-21T00:04:07.699Zinfo: running `cargo check --bins` on live-tests-macros (288/298)
46992026-06-21T00:04:08.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47002026-06-21T00:04:08.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47012026-06-21T00:04:08.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47022026-06-21T00:04:08.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47032026-06-21T00:04:08.211Z
47042026-06-21T00:04:08.211Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (289/298)
47052026-06-21T00:04:08.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47062026-06-21T00:04:08.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47072026-06-21T00:04:08.895Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
47082026-06-21T00:04:09.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s
47092026-06-21T00:04:09.646Z
47102026-06-21T00:04:09.646Zinfo: running `cargo check --bins` on omicron-ntp-admin (290/298)
47112026-06-21T00:04:10.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47122026-06-21T00:04:10.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47132026-06-21T00:04:10.229Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47142026-06-21T00:04:10.232Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47152026-06-21T00:04:10.500Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47162026-06-21T00:04:10.500Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47172026-06-21T00:04:11.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
47182026-06-21T00:04:11.457Z
47192026-06-21T00:04:11.457Zinfo: running `cargo check --bins` on ntp-admin-types (291/298)
47202026-06-21T00:04:11.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47212026-06-21T00:04:11.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47222026-06-21T00:04:11.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47232026-06-21T00:04:11.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47242026-06-21T00:04:11.976Z
47252026-06-21T00:04:11.976Zinfo: running `cargo check --bins` on omicron-package (292/298)
47262026-06-21T00:04:12.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47272026-06-21T00:04:12.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47282026-06-21T00:04:12.591Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47292026-06-21T00:04:13.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47302026-06-21T00:04:13.830Z
47312026-06-21T00:04:13.830Zinfo: running `cargo check --bins` on tqdb (293/298)
47322026-06-21T00:04:14.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47332026-06-21T00:04:14.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47342026-06-21T00:04:14.538Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47352026-06-21T00:04:14.886Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47362026-06-21T00:04:15.403Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47372026-06-21T00:04:15.403Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47382026-06-21T00:04:21.359Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47392026-06-21T00:04:21.362Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47402026-06-21T00:04:21.935Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47412026-06-21T00:04:21.935Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47422026-06-21T00:04:21.938Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47432026-06-21T00:04:21.938Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47442026-06-21T00:04:22.678Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47452026-06-21T00:04:23.712Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47462026-06-21T00:04:24.499Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47472026-06-21T00:04:25.104Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47482026-06-21T00:04:29.761Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47492026-06-21T00:04:36.271Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47502026-06-21T00:04:36.273Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47512026-06-21T00:04:36.274Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47522026-06-21T00:04:36.274Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47532026-06-21T00:04:37.744Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47542026-06-21T00:04:39.077Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47552026-06-21T00:04:39.748Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47562026-06-21T00:04:40.975Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47572026-06-21T00:04:41.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.68s
47582026-06-21T00:04:41.705Z
47592026-06-21T00:04:41.705Zinfo: running `cargo check --bins` on wicket-dbg (294/298)
47602026-06-21T00:04:42.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-06-21T00:04:42.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-06-21T00:04:42.348Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47632026-06-21T00:04:42.349Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47642026-06-21T00:04:42.352Z Checking rtoolbox v0.0.3
47652026-06-21T00:04:42.468Z Checking tui-tree-widget v0.23.1
47662026-06-21T00:04:42.564Z Checking rpassword v7.4.0
47672026-06-21T00:04:43.615Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47682026-06-21T00:04:46.747Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47692026-06-21T00:04:48.568Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47702026-06-21T00:04:49.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.75s
47712026-06-21T00:04:49.643Z
47722026-06-21T00:04:49.644Zinfo: running `cargo check --bins` on wicket (295/298)
47732026-06-21T00:04:50.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47742026-06-21T00:04:50.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47752026-06-21T00:04:50.272Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47762026-06-21T00:04:50.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s
47772026-06-21T00:04:50.790Z
47782026-06-21T00:04:50.790Zinfo: running `cargo check --bins` on wicketd (296/298)
47792026-06-21T00:04:51.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-21T00:04:51.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-21T00:04:51.437Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47822026-06-21T00:04:51.443Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47832026-06-21T00:04:51.443Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47842026-06-21T00:04:51.443Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47852026-06-21T00:04:52.445Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47862026-06-21T00:04:53.011Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47872026-06-21T00:04:55.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
47882026-06-21T00:04:56.161Z
47892026-06-21T00:04:56.161Zinfo: running `cargo check --bins` on omicron-workspace-hack (297/298)
47902026-06-21T00:04:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-06-21T00:04:56.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-06-21T00:04:56.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47932026-06-21T00:04:56.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
47942026-06-21T00:04:56.690Z
47952026-06-21T00:04:56.690Zinfo: running `cargo check --bins` on zone-setup (298/298)
47962026-06-21T00:04:57.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47972026-06-21T00:04:57.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47982026-06-21T00:04:57.275Z Checking uzers v0.12.2
47992026-06-21T00:04:57.538Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48002026-06-21T00:04:58.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
48012026-06-21T00:04:58.466Z
48022026-06-21T00:04:58.466Zreal 14:03.394124762
48032026-06-21T00:04:58.466Zuser 20:41.361896286
48042026-06-21T00:04:58.466Zsys 4:05.326226923
48052026-06-21T00:04:58.466Ztrap 0.333137321
48062026-06-21T00:04:58.466Ztflt 0.679842723
48072026-06-21T00:04:58.475Zdflt 1.073996616
48082026-06-21T00:04:58.475Zkflt 0.005014260
48092026-06-21T00:04:58.475Zlock 1:13:55.735337287
48102026-06-21T00:04:58.475Zslp 1:41:17.112934610
48112026-06-21T00:04:58.475Zlat 50.980106218
48122026-06-21T00:04:58.475Zstop 3:13.357296973
48132026-06-21T00:04:58.475Zprocess exited: duration 992417 ms, exit code 0
 
48142026-06-21T00:04:58.485Zfound 0 output files