01KTM948B1SCQAQ5TFFDNK4PTE: 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: 01KTM94SNG7Q74V2XRHH0BQXHM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T18:51:12.377Zjob assigned to worker 01KTM94X0VBCVPVTS6BRS5F5AX [factory aws, i-0da188da1391e97a5] (queued for 45 s)
 
22026-06-08T18:51:19.211Zstarting task 0: "setup"
32026-06-08T18:51:19.216Z++ uname -s
42026-06-08T18:51:19.220Z+ kern=SunOS
52026-06-08T18:51:19.220Z+ build_user=build
62026-06-08T18:51:19.220Z+ build_uid=12345
72026-06-08T18:51:19.220Z+ work_dir=/work
82026-06-08T18:51:19.220Z+ input_dir=/input
92026-06-08T18:51:19.220Z+ [[ 0 == 12345 ]]
102026-06-08T18:51:19.220Z+ case "$kern" in
112026-06-08T18:51:19.220Z+ groupadd -g 12345 build
122026-06-08T18:51:19.220Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T18:51:21.225Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T18:51:21.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T18:51:21.318Z+ home_fs=zfs
162026-06-08T18:51:21.318Z+ [[ zfs == autofs ]]
172026-06-08T18:51:21.318Z+ mkdir -p /home/build
182026-06-08T18:51:21.318Z+ chown build:build /home/build /work
192026-06-08T18:51:23.321Z+ chmod 0700 /home/build /work
202026-06-08T18:51:23.325Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-08T18:51:23.332Zstarting task 1: "rust-toolchain"
222026-06-08T18:51:23.336Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T18:51:23.336Z * rust toolchain channel = "1.94.0"
242026-06-08T18:51:23.336Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-08T18:51:23.336Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-08T18:51:23.336Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T18:51:23.336Z * rust toolchain profile = "default"
282026-06-08T18:51:23.339Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T18:51:23.339Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T18:51:23.422Zinfo: downloading installer
312026-06-08T18:51:24.834Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T18:51:24.834Zwarn: /home/build/.rustup/settings.toml
332026-06-08T18:51:24.834Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T18:51:24.834Zwarn: instead of the one inferred from the default host triple.
352026-06-08T18:51:24.852Zinfo: profile set to default
362026-06-08T18:51:24.852Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T18:51:24.852Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T18:51:24.993Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T18:51:24.997Zinfo: downloading 6 components
402026-06-08T18:51:41.377Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T18:51:41.377Z
422026-06-08T18:51:41.403Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T18:51:41.403Z
442026-06-08T18:51:41.403Z
452026-06-08T18:51:41.403ZRust is installed now. Great!
462026-06-08T18:51:41.403Z
472026-06-08T18:51:41.410ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T18:51:41.410Zenvironment variable. This has not been done automatically.
492026-06-08T18:51:41.410Z
502026-06-08T18:51:41.410ZTo configure your current shell, you need to source
512026-06-08T18:51:41.410Zthe corresponding env file under $HOME/.cargo.
522026-06-08T18:51:41.410Z
532026-06-08T18:51:41.410ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T18:51:41.410Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T18:51:41.410Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T18:51:41.410Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T18:51:41.410Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T18:51:41.410Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T18:51:41.410Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T18:51:41.410Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T18:51:41.410Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T18:51:41.494Z+ rustup --version
632026-06-08T18:51:41.503Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T18:51:41.503Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T18:51:41.525Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T18:51:41.533Z+ cargo --version
672026-06-08T18:51:41.544Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T18:51:41.544Z+ rustc --version
692026-06-08T18:51:41.562Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T18:51:41.571Zprocess exited: duration 18227 ms, exit code 0
 
712026-06-08T18:51:41.589Zstarting task 2: "authentication"
722026-06-08T18:51:41.606Zprocess exited: duration 16 ms, exit code 0
 
732026-06-08T18:51:41.630Zstarting task 3: "clone repository"
742026-06-08T18:51:41.639Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T18:51:41.639Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T18:51:41.669ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T18:51:57.242Z+ cd /work/oxidecomputer/omicron
782026-06-08T18:51:57.242Z+ git fetch origin 73050fb4c40a29067033094b0daff8707dfdd61c
792026-06-08T18:51:57.520ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T18:51:57.520Z * branch 73050fb4c40a29067033094b0daff8707dfdd61c -> FETCH_HEAD
812026-06-08T18:51:57.530Z+ [[ -n nsk/bgp-config-update-endpoint ]]
822026-06-08T18:51:57.534Z++ git branch --show-current
832026-06-08T18:51:57.534Z+ current=main
842026-06-08T18:51:57.534Z+ [[ main != nsk/bgp-config-update-endpoint ]]
852026-06-08T18:51:57.534Z+ git branch -f nsk/bgp-config-update-endpoint 73050fb4c40a29067033094b0daff8707dfdd61c
862026-06-08T18:51:57.538Z+ git checkout -f nsk/bgp-config-update-endpoint
872026-06-08T18:51:58.025ZSwitched to branch 'nsk/bgp-config-update-endpoint'
882026-06-08T18:51:58.033Z+ git reset --hard 73050fb4c40a29067033094b0daff8707dfdd61c
892026-06-08T18:51:58.034ZHEAD is now at 73050fb4c add bgp_config_update endpoint
902026-06-08T18:51:58.034Zprocess exited: duration 16191 ms, exit code 0
 
912026-06-08T18:51:58.040Zstarting task 4: "build"
922026-06-08T18:51:58.044Z+ source .github/buildomat/ci-env.sh
932026-06-08T18:51:58.044Z++ export CARGO_TERM_COLOR=always
942026-06-08T18:51:58.044Z++ CARGO_TERM_COLOR=always
952026-06-08T18:51:58.045Z+ cargo --version
962026-06-08T18:51:58.054Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T18:51:58.058Z+ rustc --version
982026-06-08T18:51:58.076Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T18:51:58.080Z+ source ./env.sh
1002026-06-08T18:51:58.080Z++ OLD_SHELL_OPTS=ehxB
1012026-06-08T18:51:58.080Z++ set -o xtrace
1022026-06-08T18:51:58.083Z++++ dirname ./env.sh
1032026-06-08T18:51:58.083Z+++ readlink -f .
1042026-06-08T18:51:58.087Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-08T18:51:58.087Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-08T18:51:58.087Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-08T18:51:58.088Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-08T18:51:58.088Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-06-08T18:51:58.088Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-06-08T18:51:58.088Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-06-08T18:51:58.088Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-06-08T18:51:58.088Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-06-08T18:51:58.088Z++ case $OLD_SHELL_OPTS in
1142026-06-08T18:51:58.088Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-06-08T18:51:58.088Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1162026-06-08T18:51:58.088Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1172026-06-08T18:51:58.088Z+ banner prerequisites
1182026-06-08T18:51:58.088Z
1192026-06-08T18:51:58.089Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-08T18:51:58.089Z # # # # # # # # # # # # # # #
1212026-06-08T18:51:58.089Z # # # # ##### # # ##### # # # # # #### #
1222026-06-08T18:51:58.089Z ##### ##### # ##### # # # # # # # # #
1232026-06-08T18:51:58.089Z # # # # # # # # # # # # # # #
1242026-06-08T18:51:58.093Z # # # ###### # # ###### ### # #### # #### #
1252026-06-08T18:51:58.093Z
1262026-06-08T18:51:58.093Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-08T18:51:59.586Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-08T18:51:59.644Z Startup: Caching catalogs ... Done
1292026-06-08T18:51:59.964ZPlanning: Solver setup ... Done (0.282s)
1302026-06-08T18:51:59.984ZPlanning: Running solver ... Done (0.021s)
1312026-06-08T18:51:59.991ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-08T18:52:00.008ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-08T18:52:00.046ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-08T18:52:00.060ZPlanning: Package planning ... Done (0.013s)
1352026-06-08T18:52:00.064ZPlanning: Merging actions ... Done (0.002s)
1362026-06-08T18:52:00.248ZPlanning: Checking for conflicting actions ... Done (0.187s)
1372026-06-08T18:52:00.252ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-08T18:52:01.045ZPlanning: Evaluating mediators ... Done (0.796s)
1392026-06-08T18:52:01.049ZPlanning: Planning completed in 1.38 seconds
1402026-06-08T18:52:01.054Z Packages to install: 2
1412026-06-08T18:52:01.054Z Estimated space available: 156.07 GB
1422026-06-08T18:52:01.059ZEstimated space to be consumed: 25.33 MB
1432026-06-08T18:52:01.059Z Create boot environment: No
1442026-06-08T18:52:01.059ZCreate backup boot environment: No
1452026-06-08T18:52:01.059Z Rebuild boot archive: No
1462026-06-08T18:52:01.059Z
1472026-06-08T18:52:01.059ZChanged packages:
1482026-06-08T18:52:01.060Zhelios
1492026-06-08T18:52:01.060Z developer/build-essential
1502026-06-08T18:52:01.060Z None -> 11-3.0
1512026-06-08T18:52:01.060Z library/libxmlsec1
1522026-06-08T18:52:01.060Z None -> 1.2.35-3.0
1532026-06-08T18:52:01.080Z
1542026-06-08T18:52:01.080ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-08T18:52:02.337ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1562026-06-08T18:52:02.420Z Actions: 1/268 actions (Installing new actions)
1572026-06-08T18:52:02.459Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-08T18:52:02.467ZFinalize: Updating package state database ... Done (0.008s)
1592026-06-08T18:52:02.471ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-08T18:52:02.491ZFinalize: Updating image state ... Done (0.024s)
1612026-06-08T18:52:04.906ZFinalize: Creating fast lookup database ... Done (2.393s)
1622026-06-08T18:52:04.976ZFinalize: Reading search index ... Done (0.012s)
1632026-06-08T18:52:04.980ZFinalize: Updating search index ... Done (0.000s)
1642026-06-08T18:52:05.056ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-08T18:52:05.364ZPlanning: Evaluating mediator changes ... Done
1662026-06-08T18:52:05.472ZPlanning: Checking for conflicting actions ... Done
1672026-06-08T18:52:05.476ZPlanning: Consolidating action changes ... Done
1682026-06-08T18:52:05.629ZPlanning: Evaluating mediators ... Done
1692026-06-08T18:52:05.633ZPlanning: Planning completed in 0.27 seconds
1702026-06-08T18:52:05.652Z Mediators to change: 2
1712026-06-08T18:52:05.652Z Create boot environment: No
1722026-06-08T18:52:05.656ZCreate backup boot environment: No
1732026-06-08T18:52:05.721ZFinalize: Updating package state database ... Done
1742026-06-08T18:52:05.721ZFinalize: Updating package cache ... Done
1752026-06-08T18:52:05.734ZFinalize: Updating image state ... Done
1762026-06-08T18:52:07.700ZFinalize: Creating fast lookup database ... Done
1772026-06-08T18:52:07.761ZFinalize: Reading search index ... Done
1782026-06-08T18:52:07.764ZFinalize: Updating search index ... Done
1792026-06-08T18:52:07.837ZFinalize: Updating package cache ... Done
1802026-06-08T18:52:08.122ZPlanning: Evaluating mediator changes ... Done
1812026-06-08T18:52:08.231ZPlanning: Checking for conflicting actions ... Done
1822026-06-08T18:52:08.235ZPlanning: Consolidating action changes ... Done
1832026-06-08T18:52:08.393ZPlanning: Evaluating mediators ... Done
1842026-06-08T18:52:08.397ZPlanning: Planning completed in 0.27 seconds
1852026-06-08T18:52:08.417Z Mediators to change: 1
1862026-06-08T18:52:08.417Z Create boot environment: No
1872026-06-08T18:52:08.421ZCreate backup boot environment: No
1882026-06-08T18:52:08.473ZFinalize: Updating package state database ... Done
1892026-06-08T18:52:08.473ZFinalize: Updating package cache ... Done
1902026-06-08T18:52:08.483ZFinalize: Updating image state ... Done
1912026-06-08T18:52:10.452ZFinalize: Creating fast lookup database ... Done
1922026-06-08T18:52:10.512ZFinalize: Reading search index ... Done
1932026-06-08T18:52:10.517ZFinalize: Updating search index ... Done
1942026-06-08T18:52:10.600ZFinalize: Updating package cache ... Done
1952026-06-08T18:52:10.915ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-08T18:52:10.915Zapache system 2.4 system
1972026-06-08T18:52:10.915Zclang system 15 system
1982026-06-08T18:52:10.915Zcsh system system illumos
1992026-06-08T18:52:10.915Zctags system system illumos
2002026-06-08T18:52:10.915Zfile vendor vendor darwinsys
2012026-06-08T18:52:10.915Zfile system system illumos
2022026-06-08T18:52:10.915Zgcc vendor 14 vendor
2032026-06-08T18:52:10.915Zgcc system 13 system
2042026-06-08T18:52:10.915Zgcc system 10 system
2052026-06-08T18:52:10.915Zgo system 1.25 system
2062026-06-08T18:52:10.915Zllvm system 15 system
2072026-06-08T18:52:10.915Zmariadb system 11.4 system
2082026-06-08T18:52:10.915Zmta vendor vendor dma
2092026-06-08T18:52:10.915Zopenjdk system 17 system
2102026-06-08T18:52:10.915Zopenjdk system 11 system
2112026-06-08T18:52:10.915Zopenssl vendor 3 vendor
2122026-06-08T18:52:10.916Zperl system 5.40 system
2132026-06-08T18:52:10.916Zpostgresql system 18 system
2142026-06-08T18:52:10.916Zpostgresql system 17 system
2152026-06-08T18:52:10.916Zpython vendor 3 vendor
2162026-06-08T18:52:10.916Zpython system 2 system
2172026-06-08T18:52:10.916Zpython3 vendor 3.13 vendor
2182026-06-08T18:52:10.916Zruby system 3.4 system
2192026-06-08T18:52:10.916Zruby system 3.0 system
2202026-06-08T18:52:10.916Zwords vendor vendor american-english
2212026-06-08T18:52:10.916Zwords system system australian-english
2222026-06-08T18:52:10.916Zwords system system british-english
2232026-06-08T18:52:10.916Zwords system system canadian-english
2242026-06-08T18:52:10.916Zwords system system french
2252026-06-08T18:52:10.916Zwords system system italian
2262026-06-08T18:52:10.916Zwords system system ngerman
2272026-06-08T18:52:10.916Zwords system system ogerman
2282026-06-08T18:52:10.916Zwords system system spanish
2292026-06-08T18:52:11.169ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-08T18:52:11.170Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-08T18:52:11.458ZFMRI IFO
2322026-06-08T18:52:11.458Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-08T18:52:11.458Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-08T18:52:11.458Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-08T18:52:11.458Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-08T18:52:11.458Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-08T18:52:11.458Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-08T18:52:11.458Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-08T18:52:11.458Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-08T18:52:11.458Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-08T18:52:11.701Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-08T18:52:12.019Z Updating crates.io index
2432026-06-08T18:52:12.023Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-08T18:52:12.311Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-08T18:52:13.276Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-08T18:52:13.954Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-08T18:52:14.823Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-08T18:52:15.417Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-08T18:52:16.958Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-08T18:52:17.889Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-08T18:52:18.183Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-08T18:52:19.827Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-08T18:52:20.460Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-08T18:52:20.988Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-08T18:52:21.324Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-08T18:52:22.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-08T18:52:22.920Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-08T18:52:23.269Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-08T18:52:23.550Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-08T18:52:23.853Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-08T18:52:24.367Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-08T18:52:24.605Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-08T18:52:24.858Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-08T18:52:25.171Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-08T18:52:25.605Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-08T18:52:26.184Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-08T18:52:26.446Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-06-08T18:52:26.896Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-06-08T18:52:27.434Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-06-08T18:52:27.773Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-06-08T18:52:28.077Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-06-08T18:52:29.298Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-06-08T18:52:30.083Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-06-08T18:52:30.458Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-06-08T18:52:30.814Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-06-08T18:52:31.140Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-06-08T18:52:31.530Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-06-08T18:52:31.833Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-06-08T18:52:32.322Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-06-08T18:52:32.595Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-06-08T18:52:32.914Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-06-08T18:52:33.353Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-06-08T18:52:48.798Z Downloading crates ...
2842026-06-08T18:52:48.830Z Downloaded colorchoice v1.0.4
2852026-06-08T18:52:48.870Z Downloaded errno v0.3.14
2862026-06-08T18:52:48.870Z Downloaded displaydoc v0.2.5
2872026-06-08T18:52:48.870Z Downloaded memmap v0.7.0
2882026-06-08T18:52:48.870Z Downloaded ordered-float v2.10.1
2892026-06-08T18:52:48.870Z Downloaded pest_generator v2.8.6
2902026-06-08T18:52:48.870Z Downloaded zerofrom v0.1.6
2912026-06-08T18:52:48.870Z Downloaded textwrap v0.16.2
2922026-06-08T18:52:48.870Z Downloaded writeable v0.6.2
2932026-06-08T18:52:48.871Z Downloaded anstyle v1.0.13
2942026-06-08T18:52:48.871Z Downloaded unicode-ident v1.0.24
2952026-06-08T18:52:48.871Z Downloaded zerocopy-derive v0.7.35
2962026-06-08T18:52:48.871Z Downloaded unicode-xid v0.2.6
2972026-06-08T18:52:48.882Z Downloaded utf8parse v0.2.2
2982026-06-08T18:52:48.882Z Downloaded thiserror-impl v1.0.69
2992026-06-08T18:52:48.882Z Downloaded hashbrown v0.17.0
3002026-06-08T18:52:48.882Z Downloaded unicode-linebreak v0.1.5
3012026-06-08T18:52:48.883Z Downloaded anstream v0.6.21
3022026-06-08T18:52:48.883Z Downloaded toml_write v0.1.2
3032026-06-08T18:52:48.883Z Downloaded zerofrom-derive v0.1.6
3042026-06-08T18:52:48.883Z Downloaded tinystr v0.8.2
3052026-06-08T18:52:48.883Z Downloaded thiserror v2.0.18
3062026-06-08T18:52:48.883Z Downloaded plain v0.2.3
3072026-06-08T18:52:48.883Z Downloaded form_urlencoded v1.2.2
3082026-06-08T18:52:48.883Z Downloaded thread-id v4.2.2
3092026-06-08T18:52:48.883Z Downloaded is_terminal_polyfill v1.70.2
3102026-06-08T18:52:48.883Z Downloaded clap_lex v1.0.0
3112026-06-08T18:52:48.883Z Downloaded usdt v0.5.0
3122026-06-08T18:52:48.884Z Downloaded typeid v1.0.3
3132026-06-08T18:52:48.884Z Downloaded scroll_derive v0.12.1
3142026-06-08T18:52:48.915Z Downloaded yoke-derive v0.8.1
3152026-06-08T18:52:48.915Z Downloaded version_check v0.9.5
3162026-06-08T18:52:48.915Z Downloaded usdt-attr-macro v0.5.0
3172026-06-08T18:52:48.915Z Downloaded strsim v0.11.1
3182026-06-08T18:52:48.915Z Downloaded yoke v0.8.1
3192026-06-08T18:52:48.915Z Downloaded zmij v1.0.21
3202026-06-08T18:52:48.925Z Downloaded usdt-macro v0.5.0
3212026-06-08T18:52:48.925Z Downloaded thiserror v1.0.69
3222026-06-08T18:52:48.926Z Downloaded zerovec-derive v0.11.2
3232026-06-08T18:52:48.926Z Downloaded toml_datetime v0.6.11
3242026-06-08T18:52:48.926Z Downloaded usdt-impl v0.5.0
3252026-06-08T18:52:48.940Z Downloaded utf8_iter v1.0.4
3262026-06-08T18:52:48.940Z Downloaded thiserror-impl v2.0.18
3272026-06-08T18:52:48.940Z Downloaded proc-macro-error v1.0.4
3282026-06-08T18:52:48.940Z Downloaded icu_locale_core v2.1.1
3292026-06-08T18:52:48.940Z Downloaded bitflags v2.11.0
3302026-06-08T18:52:48.940Z Downloaded camino-tempfile v1.4.1
3312026-06-08T18:52:48.940Z Downloaded dof v0.3.0
3322026-06-08T18:52:48.941Z Downloaded cargo-platform v0.2.0
3332026-06-08T18:52:48.941Z Downloaded toml v0.8.23
3342026-06-08T18:52:48.941Z Downloaded fastrand v2.3.0
3352026-06-08T18:52:48.941Z Downloaded ucd-trie v0.1.7
3362026-06-08T18:52:48.941Z Downloaded serde-value v0.7.0
3372026-06-08T18:52:48.941Z Downloaded macaddr v1.0.1
3382026-06-08T18:52:48.941Z Downloaded heck v0.4.1
3392026-06-08T18:52:48.941Z Downloaded anstyle-query v1.1.5
3402026-06-08T18:52:48.941Z Downloaded zerotrie v0.2.3
3412026-06-08T18:52:48.941Z Downloaded proc-macro-error-attr v1.0.4
3422026-06-08T18:52:48.942Z Downloaded fnv v1.0.7
3432026-06-08T18:52:48.942Z Downloaded crypto-common v0.1.7
3442026-06-08T18:52:48.942Z Downloaded percent-encoding v2.3.2
3452026-06-08T18:52:48.942Z Downloaded typenum v1.19.0
3462026-06-08T18:52:48.951Z Downloaded serde_spanned v0.6.9
3472026-06-08T18:52:48.951Z Downloaded url v2.5.8
3482026-06-08T18:52:48.951Z Downloaded heck v0.5.0
3492026-06-08T18:52:48.952Z Downloaded dtrace-parser v0.2.0
3502026-06-08T18:52:48.952Z Downloaded terminal_size v0.4.3
3512026-06-08T18:52:48.952Z Downloaded smawk v0.3.2
3522026-06-08T18:52:48.952Z Downloaded toml_edit v0.22.27
3532026-06-08T18:52:48.952Z Downloaded equivalent v1.0.2
3542026-06-08T18:52:48.952Z Downloaded block-buffer v0.10.4
3552026-06-08T18:52:48.952Z Downloaded cpufeatures v0.2.17
3562026-06-08T18:52:48.952Z Downloaded zerovec v0.11.5
3572026-06-08T18:52:48.952Z Downloaded winnow v0.7.14
3582026-06-08T18:52:48.968Z Downloaded cfg-if v1.0.4
3592026-06-08T18:52:48.968Z Downloaded once_cell v1.21.3
3602026-06-08T18:52:48.998Z Downloaded idna_adapter v1.2.1
3612026-06-08T18:52:48.998Z Downloaded zerocopy v0.7.35
3622026-06-08T18:52:48.998Z Downloaded swrite v0.1.0
3632026-06-08T18:52:48.998Z Downloaded unicode-width v0.2.0
3642026-06-08T18:52:48.999Z Downloaded pretty-hex v0.4.1
3652026-06-08T18:52:48.999Z Downloaded potential_utf v0.1.4
3662026-06-08T18:52:48.999Z Downloaded unicode-width v0.1.14
3672026-06-08T18:52:48.999Z Downloaded itoa v1.0.17
3682026-06-08T18:52:48.999Z Downloaded tabled_derive v0.7.0
3692026-06-08T18:52:48.999Z Downloaded digest v0.10.7
3702026-06-08T18:52:49.011Z Downloaded serde_core v1.0.228
3712026-06-08T18:52:49.011Z Downloaded num-traits v0.2.19
3722026-06-08T18:52:49.011Z Downloaded icu_normalizer_data v2.1.1
3732026-06-08T18:52:49.011Z Downloaded synstructure v0.13.2
3742026-06-08T18:52:49.011Z Downloaded serde-untagged v0.1.9
3752026-06-08T18:52:49.011Z Downloaded scroll v0.12.0
3762026-06-08T18:52:49.011Z Downloaded stable_deref_trait v1.2.1
3772026-06-08T18:52:49.011Z Downloaded bytecount v0.6.9
3782026-06-08T18:52:49.012Z Downloaded autocfg v1.5.0
3792026-06-08T18:52:49.012Z Downloaded cargo_metadata v0.21.0
3802026-06-08T18:52:49.030Z Downloaded byteorder v1.5.0
3812026-06-08T18:52:49.030Z Downloaded icu_provider v2.1.1
3822026-06-08T18:52:49.030Z Downloaded icu_collections v2.1.1
3832026-06-08T18:52:49.030Z Downloaded icu_properties v2.1.2
3842026-06-08T18:52:49.030Z Downloaded erased-serde v0.4.9
3852026-06-08T18:52:49.030Z Downloaded serde_tokenstream v0.2.3
3862026-06-08T18:52:49.030Z Downloaded generic-array v0.14.7
3872026-06-08T18:52:49.036Z Downloaded anstyle-parse v0.2.7
3882026-06-08T18:52:49.046Z Downloaded quote v1.0.45
3892026-06-08T18:52:49.051Z Downloaded clap_derive v4.5.55
3902026-06-08T18:52:49.051Z Downloaded sha2 v0.10.9
3912026-06-08T18:52:49.051Z Downloaded anyhow v1.0.102
3922026-06-08T18:52:49.054Z Downloaded cargo-util-schemas v0.8.2
3932026-06-08T18:52:49.054Z Downloaded camino v1.2.2
3942026-06-08T18:52:49.059Z Downloaded semver v1.0.28
3952026-06-08T18:52:49.059Z Downloaded cargo_toml v0.21.0
3962026-06-08T18:52:49.065Z Downloaded pest_derive v2.8.6
3972026-06-08T18:52:49.088Z Downloaded fs-err v3.3.0
3982026-06-08T18:52:49.098Z Downloaded tempfile v3.25.0
3992026-06-08T18:52:49.098Z Downloaded litemap v0.8.1
4002026-06-08T18:52:49.098Z Downloaded proc-macro2 v1.0.106
4012026-06-08T18:52:49.099Z Downloaded memchr v2.8.0
4022026-06-08T18:52:49.104Z Downloaded serde_derive v1.0.228
4032026-06-08T18:52:49.105Z Downloaded smallvec v1.15.1
4042026-06-08T18:52:49.105Z Downloaded papergrid v0.11.0
4052026-06-08T18:52:49.105Z Downloaded getrandom v0.4.1
4062026-06-08T18:52:49.105Z Downloaded pest_meta v2.8.6
4072026-06-08T18:52:49.108Z Downloaded log v0.4.29
4082026-06-08T18:52:49.109Z Downloaded icu_normalizer v2.1.1
4092026-06-08T18:52:49.109Z Downloaded clap v4.5.60
4102026-06-08T18:52:49.120Z Downloaded indexmap v2.14.0
4112026-06-08T18:52:49.130Z Downloaded serde v1.0.228
4122026-06-08T18:52:49.142Z Downloaded idna v1.1.0
4132026-06-08T18:52:49.170Z Downloaded pest v2.8.6
4142026-06-08T18:52:49.192Z Downloaded icu_properties_data v2.1.2
4152026-06-08T18:52:49.192Z Downloaded serde_json v1.0.149
4162026-06-08T18:52:49.202Z Downloaded goblin v0.8.2
4172026-06-08T18:52:49.202Z Downloaded clap_builder v4.5.60
4182026-06-08T18:52:49.208Z Downloaded tabled v0.15.0
4192026-06-08T18:52:49.212Z Downloaded syn v2.0.117
4202026-06-08T18:52:49.221Z Downloaded syn v1.0.109
4212026-06-08T18:52:49.244Z Downloaded rustix v1.1.3
4222026-06-08T18:52:49.280Z Downloaded libc v0.2.185
4232026-06-08T18:52:49.345Z Compiling proc-macro2 v1.0.106
4242026-06-08T18:52:49.345Z Compiling unicode-ident v1.0.24
4252026-06-08T18:52:49.360Z Compiling quote v1.0.45
4262026-06-08T18:52:49.360Z Compiling serde_core v1.0.228
4272026-06-08T18:52:49.360Z Compiling libc v0.2.185
4282026-06-08T18:52:49.360Z Compiling version_check v0.9.5
4292026-06-08T18:52:49.360Z Compiling stable_deref_trait v1.2.1
4302026-06-08T18:52:49.360Z Compiling memchr v2.8.0
4312026-06-08T18:52:49.662Z Compiling serde v1.0.228
4322026-06-08T18:52:49.681Z Compiling zmij v1.0.21
4332026-06-08T18:52:49.915Z Compiling thiserror v1.0.69
4342026-06-08T18:52:50.041Z Compiling autocfg v1.5.0
4352026-06-08T18:52:50.174Z Compiling itoa v1.0.17
4362026-06-08T18:52:50.204Z Compiling ucd-trie v0.1.7
4372026-06-08T18:52:50.329Z Compiling litemap v0.8.1
4382026-06-08T18:52:50.346Z Compiling pest v2.8.6
4392026-06-08T18:52:50.362Z Compiling writeable v0.6.2
4402026-06-08T18:52:50.461Z Compiling icu_properties_data v2.1.2
4412026-06-08T18:52:50.486Z Compiling rustix v1.1.3
4422026-06-08T18:52:50.698Z Compiling icu_normalizer_data v2.1.1
4432026-06-08T18:52:50.848Z Compiling syn v2.0.117
4442026-06-08T18:52:50.864Z Compiling byteorder v1.5.0
4452026-06-08T18:52:50.947Z Compiling errno v0.3.14
4462026-06-08T18:52:50.970Z Compiling serde_json v1.0.149
4472026-06-08T18:52:51.099Z Compiling bitflags v2.11.0
4482026-06-08T18:52:51.181Z Compiling num-traits v0.2.19
4492026-06-08T18:52:51.212Z Compiling equivalent v1.0.2
4502026-06-08T18:52:51.346Z Compiling typeid v1.0.3
4512026-06-08T18:52:51.371Z Compiling hashbrown v0.17.0
4522026-06-08T18:52:51.522Z Compiling pest_meta v2.8.6
4532026-06-08T18:52:51.615Z Compiling smallvec v1.15.1
4542026-06-08T18:52:51.837Z Compiling thread-id v4.2.2
4552026-06-08T18:52:51.895Z Compiling indexmap v2.14.0
4562026-06-08T18:52:51.915Z Compiling usdt-impl v0.5.0
4572026-06-08T18:52:51.931Z Compiling proc-macro-error-attr v1.0.4
4582026-06-08T18:52:51.934Z Compiling toml_write v0.1.2
4592026-06-08T18:52:52.121Z Compiling syn v1.0.109
4602026-06-08T18:52:52.136Z Compiling winnow v0.7.14
4612026-06-08T18:52:52.152Z Compiling erased-serde v0.4.9
4622026-06-08T18:52:52.536Z Compiling proc-macro-error v1.0.4
4632026-06-08T18:52:52.634Z Compiling utf8parse v0.2.2
4642026-06-08T18:52:52.726Z Compiling log v0.4.29
4652026-06-08T18:52:52.749Z Compiling camino v1.2.2
4662026-06-08T18:52:52.928Z Compiling thiserror v2.0.18
4672026-06-08T18:52:53.084Z Compiling plain v0.2.3
4682026-06-08T18:52:53.101Z Compiling getrandom v0.4.1
4692026-06-08T18:52:53.160Z Compiling percent-encoding v2.3.2
4702026-06-08T18:52:53.199Z Compiling utf8_iter v1.0.4
4712026-06-08T18:52:53.350Z Compiling form_urlencoded v1.2.2
4722026-06-08T18:52:53.363Z Compiling ordered-float v2.10.1
4732026-06-08T18:52:53.462Z Compiling synstructure v0.13.2
4742026-06-08T18:52:53.478Z Compiling pest_generator v2.8.6
4752026-06-08T18:52:53.513Z Compiling anstyle-parse v0.2.7
4762026-06-08T18:52:53.637Z Compiling terminal_size v0.4.3
4772026-06-08T18:52:53.778Z Compiling colorchoice v1.0.4
4782026-06-08T18:52:53.903Z Compiling anstyle v1.0.13
4792026-06-08T18:52:53.920Z Compiling pretty-hex v0.4.1
4802026-06-08T18:52:53.925Z Compiling anstyle-query v1.1.5
4812026-06-08T18:52:53.998Z Compiling is_terminal_polyfill v1.70.2
4822026-06-08T18:52:54.049Z Compiling cfg-if v1.0.4
4832026-06-08T18:52:54.066Z Compiling serde-untagged v0.1.9
4842026-06-08T18:52:54.099Z Compiling anstream v0.6.21
4852026-06-08T18:52:54.177Z Compiling semver v1.0.28
4862026-06-08T18:52:54.296Z Compiling fs-err v3.3.0
4872026-06-08T18:52:54.313Z Compiling clap_lex v1.0.0
4882026-06-08T18:52:54.404Z Compiling bytecount v0.6.9
4892026-06-08T18:52:54.487Z Compiling fastrand v2.3.0
4902026-06-08T18:52:54.503Z Compiling anyhow v1.0.102
4912026-06-08T18:52:54.519Z Compiling fnv v1.0.7
4922026-06-08T18:52:54.540Z Compiling heck v0.5.0
4932026-06-08T18:52:54.547Z Compiling unicode-width v0.1.14
4942026-06-08T18:52:54.623Z Compiling heck v0.4.1
4952026-06-08T18:52:54.800Z Compiling once_cell v1.21.3
4962026-06-08T18:52:54.820Z Compiling unicode-xid v0.2.6
4972026-06-08T18:52:54.830Z Compiling strsim v0.11.1
4982026-06-08T18:52:54.963Z Compiling papergrid v0.11.0
4992026-06-08T18:52:55.025Z Compiling clap_builder v4.5.60
5002026-06-08T18:52:55.049Z Compiling tempfile v3.25.0
5012026-06-08T18:52:55.156Z Compiling serde_derive v1.0.228
5022026-06-08T18:52:55.172Z Compiling zerofrom-derive v0.1.6
5032026-06-08T18:52:55.176Z Compiling yoke-derive v0.8.1
5042026-06-08T18:52:55.419Z Compiling zerovec-derive v0.11.2
5052026-06-08T18:52:55.846Z Compiling displaydoc v0.2.5
5062026-06-08T18:52:56.382Z Compiling thiserror-impl v1.0.69
5072026-06-08T18:52:56.396Z Compiling zerocopy-derive v0.7.35
5082026-06-08T18:52:56.413Z Compiling pest_derive v2.8.6
5092026-06-08T18:52:56.594Z Compiling zerofrom v0.1.6
5102026-06-08T18:52:56.608Z Compiling scroll_derive v0.12.1
5112026-06-08T18:52:56.727Z Compiling yoke v0.8.1
5122026-06-08T18:52:56.835Z Compiling thiserror-impl v2.0.18
5132026-06-08T18:52:56.927Z Compiling zerovec v0.11.5
5142026-06-08T18:52:57.272Z Compiling zerotrie v0.2.3
5152026-06-08T18:52:57.290Z Compiling zerocopy v0.7.35
5162026-06-08T18:52:57.450Z Compiling tinystr v0.8.2
5172026-06-08T18:52:57.576Z Compiling potential_utf v0.1.4
5182026-06-08T18:52:57.681Z Compiling icu_locale_core v2.1.1
5192026-06-08T18:52:57.755Z Compiling icu_collections v2.1.1
5202026-06-08T18:52:57.777Z Compiling dtrace-parser v0.2.0
5212026-06-08T18:52:57.846Z Compiling scroll v0.12.0
5222026-06-08T18:52:58.097Z Compiling goblin v0.8.2
5232026-06-08T18:52:58.155Z Compiling tabled_derive v0.7.0
5242026-06-08T18:52:58.229Z Compiling clap_derive v4.5.55
5252026-06-08T18:52:58.268Z Compiling memmap v0.7.0
5262026-06-08T18:52:58.453Z Compiling icu_provider v2.1.1
5272026-06-08T18:52:58.521Z Compiling unicode-width v0.2.0
5282026-06-08T18:52:58.578Z Compiling toml_datetime v0.6.11
5292026-06-08T18:52:58.613Z Compiling serde_spanned v0.6.9
5302026-06-08T18:52:58.632Z Compiling dof v0.3.0
5312026-06-08T18:52:58.754Z Compiling icu_normalizer v2.1.1
5322026-06-08T18:52:58.770Z Compiling icu_properties v2.1.2
5332026-06-08T18:52:58.795Z Compiling toml_edit v0.22.27
5342026-06-08T18:52:58.834Z Compiling serde_tokenstream v0.2.3
5352026-06-08T18:52:59.079Z Compiling serde-value v0.7.0
5362026-06-08T18:52:59.148Z Compiling cargo-platform v0.2.0
5372026-06-08T18:52:59.323Z Compiling unicode-linebreak v0.1.5
5382026-06-08T18:52:59.424Z Compiling smawk v0.3.2
5392026-06-08T18:52:59.444Z Compiling tabled v0.15.0
5402026-06-08T18:52:59.568Z Compiling textwrap v0.16.2
5412026-06-08T18:52:59.583Z Compiling macaddr v1.0.1
5422026-06-08T18:52:59.646Z Compiling idna_adapter v1.2.1
5432026-06-08T18:52:59.795Z Compiling idna v1.1.0
5442026-06-08T18:52:59.820Z Compiling usdt-macro v0.5.0
5452026-06-08T18:52:59.878Z Compiling usdt-attr-macro v0.5.0
5462026-06-08T18:52:59.997Z Compiling clap v4.5.60
5472026-06-08T18:53:00.027Z Compiling camino-tempfile v1.4.1
5482026-06-08T18:53:00.086Z Compiling url v2.5.8
5492026-06-08T18:53:00.256Z Compiling toml v0.8.23
5502026-06-08T18:53:00.919Z Compiling cargo-util-schemas v0.8.2
5512026-06-08T18:53:00.973Z Compiling cargo_toml v0.21.0
5522026-06-08T18:53:01.012Z Compiling swrite v0.1.0
5532026-06-08T18:53:01.056Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5542026-06-08T18:53:01.236Z Compiling usdt v0.5.0
5552026-06-08T18:53:01.740Z Compiling cargo_metadata v0.21.0
5562026-06-08T18:53:02.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5572026-06-08T18:53:08.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.20s
5582026-06-08T18:53:08.321Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5592026-06-08T18:53:08.321Z Downloading crates ...
5602026-06-08T18:53:08.321Z Downloaded atomicwrites v0.4.4
5612026-06-08T18:53:08.321Z Downloaded camino-tempfile-ext v0.3.3
5622026-06-08T18:53:08.321Z Downloaded assert_matches v1.5.0
5632026-06-08T18:53:08.321Z Downloaded async-recursion v1.1.1
5642026-06-08T18:53:08.321Z Downloaded arrayref v0.3.9
5652026-06-08T18:53:08.322Z Downloaded adler2 v2.0.1
5662026-06-08T18:53:08.322Z Downloaded array-init v0.0.4
5672026-06-08T18:53:08.322Z Downloaded ascii-canvas v3.0.0
5682026-06-08T18:53:08.322Z Downloaded async-stream-impl v0.3.6
5692026-06-08T18:53:08.322Z Downloaded atty v0.2.14
5702026-06-08T18:53:08.322Z Downloaded atomic-waker v1.1.2
5712026-06-08T18:53:08.322Z Downloaded argon2 v0.5.3
5722026-06-08T18:53:08.322Z Downloaded bit-set v0.8.0
5732026-06-08T18:53:08.322Z Downloaded diesel_derives v2.3.7
5742026-06-08T18:53:08.322Z Downloaded crossbeam-channel v0.5.15
5752026-06-08T18:53:08.322Z Downloaded async-stream v0.3.6
5762026-06-08T18:53:08.322Z Downloaded bit-vec v0.6.3
5772026-06-08T18:53:08.322Z Downloaded cfg_aliases v0.2.1
5782026-06-08T18:53:08.322Z Downloaded backoff v0.4.0
5792026-06-08T18:53:08.322Z Downloaded ctr v0.9.2
5802026-06-08T18:53:08.322Z Downloaded crossbeam-epoch v0.9.18
5812026-06-08T18:53:08.322Z Downloaded arrayvec v0.7.6
5822026-06-08T18:53:08.322Z Downloaded crossbeam-deque v0.8.6
5832026-06-08T18:53:08.322Z Downloaded crc8 v0.1.1
5842026-06-08T18:53:08.322Z Downloaded aead v0.5.2
5852026-06-08T18:53:08.322Z Downloaded dyn-clone v1.0.20
5862026-06-08T18:53:08.322Z Downloaded daft-derive v0.1.7
5872026-06-08T18:53:08.322Z Downloaded float-ord v0.3.2
5882026-06-08T18:53:08.322Z Downloaded cstr-argument v0.1.2
5892026-06-08T18:53:08.322Z Downloaded dirs-sys-next v0.1.2
5902026-06-08T18:53:08.322Z Downloaded block-padding v0.3.3
5912026-06-08T18:53:08.322Z Downloaded allocator-api2 v0.2.21
5922026-06-08T18:53:08.323Z Downloaded crc32fast v1.5.0
5932026-06-08T18:53:08.323Z Downloaded bcs v0.1.6
5942026-06-08T18:53:08.323Z Downloaded env_filter v1.0.0
5952026-06-08T18:53:08.323Z Downloaded cargo-platform v0.3.2
5962026-06-08T18:53:08.323Z Downloaded ar_archive_writer v0.5.1
5972026-06-08T18:53:08.323Z Downloaded bitfield-struct v0.6.2
5982026-06-08T18:53:08.323Z Downloaded base16ct v0.2.0
5992026-06-08T18:53:08.323Z Downloaded darling v0.23.0
6002026-06-08T18:53:08.323Z Downloaded defmt-macros v1.0.1
6012026-06-08T18:53:08.323Z Downloaded cpufeatures v0.3.0
6022026-06-08T18:53:08.323Z Downloaded bcrypt-pbkdf v0.10.0
6032026-06-08T18:53:08.323Z Downloaded darling_core v0.13.4
6042026-06-08T18:53:08.324Z Downloaded convert_case v0.4.0
6052026-06-08T18:53:08.324Z Downloaded compression-core v0.4.31
6062026-06-08T18:53:08.324Z Downloaded ciborium-io v0.2.2
6072026-06-08T18:53:08.324Z Downloaded diff v0.1.13
6082026-06-08T18:53:08.324Z Downloaded defmt v0.3.100
6092026-06-08T18:53:08.324Z Downloaded cmake v0.1.57
6102026-06-08T18:53:08.324Z Downloaded bit-vec v0.8.0
6112026-06-08T18:53:08.324Z Downloaded display-error-chain v0.2.2
6122026-06-08T18:53:08.324Z Downloaded diesel_table_macro_syntax v0.3.0
6132026-06-08T18:53:08.324Z Downloaded ciborium-ll v0.2.2
6142026-06-08T18:53:08.324Z Downloaded cfg_aliases v0.1.1
6152026-06-08T18:53:08.324Z Downloaded dirs-next v2.0.0
6162026-06-08T18:53:08.324Z Downloaded castaway v0.2.4
6172026-06-08T18:53:08.324Z Downloaded dropshot-api-manager-types v0.7.2
6182026-06-08T18:53:08.324Z Downloaded darling_macro v0.13.4
6192026-06-08T18:53:08.324Z Downloaded endian-type v0.1.2
6202026-06-08T18:53:08.324Z Downloaded bitfield-macros v0.19.4
6212026-06-08T18:53:08.324Z Downloaded flagset v0.4.7
6222026-06-08T18:53:08.324Z Downloaded bit-set v0.5.3
6232026-06-08T18:53:08.324Z Downloaded foldhash v0.1.5
6242026-06-08T18:53:08.324Z Downloaded fixedbitset v0.5.7
6252026-06-08T18:53:08.324Z Downloaded derive_builder_core v0.20.2
6262026-06-08T18:53:08.324Z Downloaded dropshot_endpoint v0.17.0
6272026-06-08T18:53:08.324Z Downloaded derive_builder_macro v0.20.2
6282026-06-08T18:53:08.324Z Downloaded darling_macro v0.23.0
6292026-06-08T18:53:08.324Z Downloaded debug-ignore v1.0.5
6302026-06-08T18:53:08.324Z Downloaded crunchy v0.2.4
6312026-06-08T18:53:08.324Z Downloaded cobs v0.3.0
6322026-06-08T18:53:08.324Z Downloaded fd-lock v4.0.4
6332026-06-08T18:53:08.324Z Downloaded darling v0.13.4
6342026-06-08T18:53:08.325Z Downloaded embedded-io v0.4.0
6352026-06-08T18:53:08.325Z Downloaded byte-wrapper v0.1.0
6362026-06-08T18:53:08.325Z Downloaded blowfish v0.9.1
6372026-06-08T18:53:08.325Z Downloaded embedded-io v0.6.1
6382026-06-08T18:53:08.325Z Downloaded dunce v1.0.5
6392026-06-08T18:53:08.325Z Downloaded dof v0.4.0
6402026-06-08T18:53:08.325Z Downloaded darling v0.21.3
6412026-06-08T18:53:08.325Z Downloaded crypto-bigint v0.5.5
6422026-06-08T18:53:08.325Z Downloaded darling_macro v0.20.11
6432026-06-08T18:53:08.325Z Downloaded daft v0.1.7
6442026-06-08T18:53:08.327Z Downloaded crc v3.4.0
6452026-06-08T18:53:08.327Z Downloaded bb8 v0.8.6
6462026-06-08T18:53:08.327Z Downloaded find-msvc-tools v0.1.9
6472026-06-08T18:53:08.327Z Downloaded foreign-types-macros v0.2.3
6482026-06-08T18:53:08.327Z Downloaded enum-as-inner v0.6.1
6492026-06-08T18:53:08.327Z Downloaded downcast-rs v2.0.2
6502026-06-08T18:53:08.327Z Downloaded funty v2.0.0
6512026-06-08T18:53:08.327Z Downloaded foreign-types v0.3.2
6522026-06-08T18:53:08.327Z Downloaded futures-sink v0.3.32
6532026-06-08T18:53:08.327Z Downloaded crossbeam-utils v0.8.21
6542026-06-08T18:53:08.327Z Downloaded foreign-types-shared v0.3.1
6552026-06-08T18:53:08.327Z Downloaded foreign-types-shared v0.1.1
6562026-06-08T18:53:08.327Z Downloaded futures-core v0.3.32
6572026-06-08T18:53:08.371Z Downloaded expectorate v1.2.0
6582026-06-08T18:53:08.371Z Downloaded futures-macro v0.3.32
6592026-06-08T18:53:08.371Z Downloaded futures-io v0.3.32
6602026-06-08T18:53:08.371Z Downloaded diesel-dtrace v0.5.0
6612026-06-08T18:53:08.371Z Downloaded foreign-types v0.5.0
6622026-06-08T18:53:08.371Z Downloaded dtrace-parser v0.3.0
6632026-06-08T18:53:08.371Z Downloaded globwalk v0.9.1
6642026-06-08T18:53:08.371Z Downloaded async-bb8-diesel v0.2.1
6652026-06-08T18:53:08.371Z Downloaded hash32 v0.2.1
6662026-06-08T18:53:08.371Z Downloaded bzip2 v0.4.4
6672026-06-08T18:53:08.371Z Downloaded csv-core v0.1.13
6682026-06-08T18:53:08.371Z Downloaded backon v1.6.0
6692026-06-08T18:53:08.371Z Downloaded darling_core v0.23.0
6702026-06-08T18:53:08.371Z Downloaded ghash v0.5.1
6712026-06-08T18:53:08.372Z Downloaded cookie v0.18.1
6722026-06-08T18:53:08.372Z Downloaded fxhash v0.2.1
6732026-06-08T18:53:08.372Z Downloaded cbc v0.1.2
6742026-06-08T18:53:08.372Z Downloaded filetime v0.2.27
6752026-06-08T18:53:08.372Z Downloaded gethostname v0.5.0
6762026-06-08T18:53:08.372Z Downloaded dsl_auto_type v0.2.0
6772026-06-08T18:53:08.372Z Downloaded defmt-parser v1.0.0
6782026-06-08T18:53:08.372Z Downloaded darling_macro v0.21.3
6792026-06-08T18:53:08.372Z Downloaded ed25519 v2.2.3
6802026-06-08T18:53:08.372Z Downloaded futures-task v0.3.32
6812026-06-08T18:53:08.372Z Downloaded fallible-iterator v0.2.0
6822026-06-08T18:53:08.372Z Downloaded fixedbitset v0.4.2
6832026-06-08T18:53:08.372Z Downloaded crucible-workspace-hack v0.1.0
6842026-06-08T18:53:08.372Z Downloaded crc-catalog v2.4.0
6852026-06-08T18:53:08.372Z Downloaded bitfield v0.19.4
6862026-06-08T18:53:08.372Z Downloaded ena v0.14.4
6872026-06-08T18:53:08.372Z Downloaded either v1.15.0
6882026-06-08T18:53:08.372Z Downloaded buf-list v1.1.2
6892026-06-08T18:53:08.374Z Downloaded der v0.7.10
6902026-06-08T18:53:08.374Z Downloaded glob v0.3.3
6912026-06-08T18:53:08.374Z Downloaded erased-serde v0.3.31
6922026-06-08T18:53:08.374Z Downloaded derive_builder v0.20.2
6932026-06-08T18:53:08.374Z Downloaded git-stub v1.0.0
6942026-06-08T18:53:08.374Z Downloaded hash32 v0.3.1
6952026-06-08T18:53:08.374Z Downloaded difflib v0.4.0
6962026-06-08T18:53:08.374Z Downloaded constant_time_eq v0.4.2
6972026-06-08T18:53:08.374Z Downloaded hex v0.4.3
6982026-06-08T18:53:08.374Z Downloaded headers-core v0.3.0
6992026-06-08T18:53:08.374Z Downloaded hex-literal v0.4.1
7002026-06-08T18:53:08.374Z Downloaded float-cmp v0.10.0
7012026-06-08T18:53:08.375Z Downloaded cexpr v0.6.0
7022026-06-08T18:53:08.375Z Downloaded cargo_metadata v0.23.1
7032026-06-08T18:53:08.375Z Downloaded ciborium v0.2.2
7042026-06-08T18:53:08.377Z Downloaded async-trait v0.1.89
7052026-06-08T18:53:08.377Z Downloaded convert_case v0.10.0
7062026-06-08T18:53:08.377Z Downloaded cassowary v0.3.0
7072026-06-08T18:53:08.377Z Downloaded base64ct v1.8.3
7082026-06-08T18:53:08.377Z Downloaded const_format_proc_macros v0.2.34
7092026-06-08T18:53:08.377Z Downloaded derive_more v0.99.20
7102026-06-08T18:53:08.377Z Downloaded foldhash v0.2.0
7112026-06-08T18:53:08.377Z Downloaded corncobs v0.1.4
7122026-06-08T18:53:08.377Z Downloaded cipher v0.4.4
7132026-06-08T18:53:08.377Z Downloaded curve25519-dalek-derive v0.1.1
7142026-06-08T18:53:08.377Z Downloaded derive-ex v0.1.8
7152026-06-08T18:53:08.379Z Downloaded fs-err v2.11.0
7162026-06-08T18:53:08.379Z Downloaded hostname v0.4.2
7172026-06-08T18:53:08.379Z Downloaded fs_extra v1.3.0
7182026-06-08T18:53:08.379Z Downloaded hostname v0.3.1
7192026-06-08T18:53:08.379Z Downloaded home v0.5.12
7202026-06-08T18:53:08.379Z Downloaded darling_core v0.21.3
7212026-06-08T18:53:08.379Z Downloaded hubpack v0.1.2
7222026-06-08T18:53:08.379Z Downloaded illumos-nvpair v0.3.0
7232026-06-08T18:53:08.379Z Downloaded arc-swap v1.8.2
7242026-06-08T18:53:08.380Z Downloaded hyper-tls v0.6.0
7252026-06-08T18:53:08.380Z Downloaded httpdate v1.0.3
7262026-06-08T18:53:08.380Z Downloaded indoc v1.0.9
7272026-06-08T18:53:08.380Z Downloaded illumos-nvpair-sys v0.2.0
7282026-06-08T18:53:08.380Z Downloaded ident_case v1.0.1
7292026-06-08T18:53:08.380Z Downloaded hubpack_derive v0.1.1
7302026-06-08T18:53:08.380Z Downloaded aes v0.8.4
7312026-06-08T18:53:08.380Z Downloaded http-range v0.1.5
7322026-06-08T18:53:08.380Z Downloaded http-body v1.0.1
7332026-06-08T18:53:08.380Z Downloaded futures-executor v0.3.32
7342026-06-08T18:53:08.380Z Downloaded critical-section v1.2.0
7352026-06-08T18:53:08.380Z Downloaded env_logger v0.11.9
7362026-06-08T18:53:08.380Z Downloaded document-features v0.2.12
7372026-06-08T18:53:08.380Z Downloaded ff v0.13.1
7382026-06-08T18:53:08.380Z Downloaded is_ci v1.2.0
7392026-06-08T18:53:08.380Z Downloaded colored v3.1.1
7402026-06-08T18:53:08.380Z Downloaded bzip2 v0.6.1
7412026-06-08T18:53:08.382Z Downloaded globset v0.4.18
7422026-06-08T18:53:08.382Z Downloaded data-encoding v2.10.0
7432026-06-08T18:53:08.382Z Downloaded darling_core v0.20.11
7442026-06-08T18:53:08.382Z Downloaded highway v1.3.0
7452026-06-08T18:53:08.382Z Downloaded der_derive v0.7.3
7462026-06-08T18:53:08.382Z Downloaded const-oid v0.9.6
7472026-06-08T18:53:08.382Z Downloaded cookie_store v0.22.1
7482026-06-08T18:53:08.382Z Downloaded flume v0.11.1
7492026-06-08T18:53:08.382Z Downloaded hyper-staticfile v0.10.1
7502026-06-08T18:53:08.382Z Downloaded internet-checksum v0.2.1
7512026-06-08T18:53:08.382Z Downloaded group v0.13.0
7522026-06-08T18:53:08.382Z Downloaded git-stub-vcs v0.1.0
7532026-06-08T18:53:08.382Z Downloaded instant v0.1.13
7542026-06-08T18:53:08.382Z Downloaded ecdsa v0.16.9
7552026-06-08T18:53:08.382Z Downloaded inout v0.1.4
7562026-06-08T18:53:08.382Z Downloaded chacha20 v0.9.1
7572026-06-08T18:53:08.397Z Downloaded kstat-rs v0.2.4
7582026-06-08T18:53:08.397Z Downloaded ahash v0.8.12
7592026-06-08T18:53:08.397Z Downloaded console v0.16.2
7602026-06-08T18:53:08.397Z Downloaded bitflags v1.3.2
7612026-06-08T18:53:08.397Z Downloaded deranged v0.5.8
7622026-06-08T18:53:08.397Z Downloaded drift v0.2.0
7632026-06-08T18:53:08.397Z Downloaded indent_write v2.2.0
7642026-06-08T18:53:08.398Z Downloaded futures-channel v0.3.32
7652026-06-08T18:53:08.398Z Downloaded is-terminal v0.4.17
7662026-06-08T18:53:08.398Z Downloaded console v0.15.11
7672026-06-08T18:53:08.399Z Downloaded lazy_static v1.5.0
7682026-06-08T18:53:08.399Z Downloaded compression-codecs v0.4.37
7692026-06-08T18:53:08.399Z Downloaded match_cfg v0.1.0
7702026-06-08T18:53:08.399Z Downloaded lru v0.12.5
7712026-06-08T18:53:08.399Z Downloaded clang-sys v1.8.1
7722026-06-08T18:53:08.399Z Downloaded impl-trait-for-tuples v0.2.3
7732026-06-08T18:53:08.399Z Downloaded defmt v1.0.1
7742026-06-08T18:53:08.399Z Downloaded ingot v0.1.1
7752026-06-08T18:53:08.399Z Downloaded humantime v2.3.0
7762026-06-08T18:53:08.399Z Downloaded crc-any v2.5.0
7772026-06-08T18:53:08.399Z Downloaded memoffset v0.9.1
7782026-06-08T18:53:08.399Z Downloaded md5 v0.7.0
7792026-06-08T18:53:08.399Z Downloaded maplit v1.0.2
7802026-06-08T18:53:08.399Z Downloaded chacha20poly1305 v0.10.1
7812026-06-08T18:53:08.399Z Downloaded colored v2.2.0
7822026-06-08T18:53:08.399Z Downloaded cancel-safe-futures v0.1.5
7832026-06-08T18:53:08.399Z Downloaded darling v0.20.11
7842026-06-08T18:53:08.399Z Downloaded lalrpop-util v0.19.12
7852026-06-08T18:53:08.399Z Downloaded ingot-types v0.1.2
7862026-06-08T18:53:08.399Z Downloaded libscf-sys v1.1.0
7872026-06-08T18:53:08.399Z Downloaded indoc v2.0.7
7882026-06-08T18:53:08.399Z Downloaded getrandom v0.2.17
7892026-06-08T18:53:08.399Z Downloaded mime v0.3.17
7902026-06-08T18:53:08.399Z Downloaded newline-converter v0.3.0
7912026-06-08T18:53:08.399Z Downloaded des v0.8.1
7922026-06-08T18:53:08.399Z Downloaded multimap v0.10.1
7932026-06-08T18:53:08.402Z Downloaded nibble_vec v0.1.0
7942026-06-08T18:53:08.402Z Downloaded newtype_derive v0.1.6
7952026-06-08T18:53:08.402Z Downloaded newtype-uuid-macros v0.1.0
7962026-06-08T18:53:08.402Z Downloaded linked-hash-map v0.5.6
7972026-06-08T18:53:08.402Z Downloaded ipnetwork v0.21.1
7982026-06-08T18:53:08.402Z Downloaded base64 v0.21.7
7992026-06-08T18:53:08.402Z Downloaded num-conv v0.2.0
8002026-06-08T18:53:08.402Z Downloaded md-5 v0.10.6
8012026-06-08T18:53:08.402Z Downloaded lru-slab v0.1.2
8022026-06-08T18:53:08.402Z Downloaded maybe-uninit v2.0.0
8032026-06-08T18:53:08.402Z Downloaded blake2 v0.10.6
8042026-06-08T18:53:08.403Z Downloaded half v1.8.3
8052026-06-08T18:53:08.403Z Downloaded ipnet v2.11.0
8062026-06-08T18:53:08.405Z Downloaded managed v0.8.0
8072026-06-08T18:53:08.405Z Downloaded lzss v0.8.2
8082026-06-08T18:53:08.405Z Downloaded num v0.4.3
8092026-06-08T18:53:08.405Z Downloaded new_debug_unreachable v1.0.6
8102026-06-08T18:53:08.405Z Downloaded jobserver v0.1.34
8112026-06-08T18:53:08.405Z Downloaded httparse v1.10.1
8122026-06-08T18:53:08.405Z Downloaded hyper-rustls v0.27.7
8132026-06-08T18:53:08.405Z Downloaded keccak v0.1.6
8142026-06-08T18:53:08.405Z Downloaded http-body-util v0.1.3
8152026-06-08T18:53:08.405Z Downloaded nonempty v0.12.0
8162026-06-08T18:53:08.405Z Downloaded libloading v0.8.9
8172026-06-08T18:53:08.405Z Downloaded num-derive v0.4.2
8182026-06-08T18:53:08.405Z Downloaded opaque-debug v0.3.1
8192026-06-08T18:53:08.405Z Downloaded num_enum_derive v0.5.11
8202026-06-08T18:53:08.405Z Downloaded num-derive v0.3.3
8212026-06-08T18:53:08.405Z Downloaded normalize-line-endings v0.3.0
8222026-06-08T18:53:08.405Z Downloaded nodrop v0.1.14
8232026-06-08T18:53:08.405Z Downloaded openssl-probe v0.2.1
8242026-06-08T18:53:08.405Z Downloaded lru-cache v0.1.2
8252026-06-08T18:53:08.405Z Downloaded num_threads v0.1.7
8262026-06-08T18:53:08.406Z Downloaded mime_guess v2.0.5
8272026-06-08T18:53:08.406Z Downloaded linear-map v1.2.0
8282026-06-08T18:53:08.406Z Downloaded libsw-core v0.3.2
8292026-06-08T18:53:08.406Z Downloaded oso-derive v0.27.3
8302026-06-08T18:53:08.406Z Downloaded hmac v0.12.1
8312026-06-08T18:53:08.406Z Downloaded openssl-macros v0.1.1
8322026-06-08T18:53:08.406Z Downloaded lock_api v0.4.14
8332026-06-08T18:53:08.406Z Downloaded async-compression v0.4.41
8342026-06-08T18:53:08.406Z Downloaded nanorand v0.7.0
8352026-06-08T18:53:08.406Z Downloaded openssl-probe v0.1.6
8362026-06-08T18:53:08.406Z Downloaded parse-size v1.1.0
8372026-06-08T18:53:08.406Z Downloaded parse-display v0.10.0
8382026-06-08T18:53:08.406Z Downloaded olpc-cjson v0.1.4
8392026-06-08T18:53:08.406Z Downloaded newtype-uuid v1.3.2
8402026-06-08T18:53:08.406Z Downloaded native-tls v0.2.18
8412026-06-08T18:53:08.406Z Downloaded instability v0.3.11
8422026-06-08T18:53:08.406Z Downloaded iana-time-zone v0.1.65
8432026-06-08T18:53:08.406Z Downloaded packed_struct_codegen v0.10.1
8442026-06-08T18:53:08.406Z Downloaded multer v3.1.0
8452026-06-08T18:53:08.407Z Downloaded ingot-macros v0.1.1
8462026-06-08T18:53:08.408Z Downloaded pbkdf2 v0.11.0
8472026-06-08T18:53:08.408Z Downloaded headers v0.4.1
8482026-06-08T18:53:08.408Z Downloaded peg-runtime v0.8.5
8492026-06-08T18:53:08.408Z Downloaded ed25519-dalek v2.2.0
8502026-06-08T18:53:08.408Z Downloaded chacha20 v0.10.0
8512026-06-08T18:53:08.408Z Downloaded flate2 v1.1.9
8522026-06-08T18:53:08.408Z Downloaded half v2.7.1
8532026-06-08T18:53:08.408Z Downloaded derive_more-impl v2.1.1
8542026-06-08T18:53:08.408Z Downloaded getrandom v0.3.4
8552026-06-08T18:53:08.408Z Downloaded fatfs v0.3.6
8562026-06-08T18:53:08.408Z Downloaded phf_shared v0.12.1
8572026-06-08T18:53:08.413Z Downloaded num_enum v0.7.5
8582026-06-08T18:53:08.413Z Downloaded num_enum v0.5.11
8592026-06-08T18:53:08.413Z Downloaded pbkdf2 v0.12.2
8602026-06-08T18:53:08.413Z Downloaded num-rational v0.4.2
8612026-06-08T18:53:08.413Z Downloaded crossterm v0.29.0
8622026-06-08T18:53:08.413Z Downloaded bytes v1.11.1
8632026-06-08T18:53:08.413Z Downloaded indexmap v1.9.3
8642026-06-08T18:53:08.413Z Downloaded elliptic-curve v0.13.8
8652026-06-08T18:53:08.413Z Downloaded num_enum_derive v0.7.5
8662026-06-08T18:53:08.413Z Downloaded derive-where v1.6.0
8672026-06-08T18:53:08.413Z Downloaded path-slash v0.1.5
8682026-06-08T18:53:08.413Z Downloaded oxide-tokio-rt v0.1.4
8692026-06-08T18:53:08.413Z Downloaded phf_shared v0.13.1
8702026-06-08T18:53:08.415Z Downloaded num-iter v0.1.45
8712026-06-08T18:53:08.416Z Downloaded libsw v3.5.0
8722026-06-08T18:53:08.416Z Downloaded litrs v1.0.0
8732026-06-08T18:53:08.416Z Downloaded proc-macro-crate v3.4.0
8742026-06-08T18:53:08.416Z Downloaded proc-macro-crate v1.3.1
8752026-06-08T18:53:08.416Z Downloaded libefi-sys v0.1.0
8762026-06-08T18:53:08.416Z Downloaded futures v0.3.32
8772026-06-08T18:53:08.416Z Downloaded memmap2 v0.9.10
8782026-06-08T18:53:08.416Z Downloaded pin-utils v0.1.0
8792026-06-08T18:53:08.416Z Downloaded phf_shared v0.11.3
8802026-06-08T18:53:08.416Z Downloaded parking_lot_core v0.8.6
8812026-06-08T18:53:08.416Z Downloaded oxnet v0.1.4
8822026-06-08T18:53:08.416Z Downloaded heapless v0.8.0
8832026-06-08T18:53:08.416Z Downloaded powerfmt v0.2.0
8842026-06-08T18:53:08.416Z Downloaded ignore v0.4.25
8852026-06-08T18:53:08.416Z Downloaded compact_str v0.8.1
8862026-06-08T18:53:08.416Z Downloaded libbz2-rs-sys v0.2.2
8872026-06-08T18:53:08.416Z Downloaded peg v0.8.5
8882026-06-08T18:53:08.416Z Downloaded progenitor-macro v0.13.0
8892026-06-08T18:53:08.416Z Downloaded progenitor-client v0.10.0
8902026-06-08T18:53:08.416Z Downloaded password-hash v0.4.2
8912026-06-08T18:53:08.416Z Downloaded progenitor-macro v0.11.2
8922026-06-08T18:53:08.416Z Downloaded parse-display-derive v0.10.0
8932026-06-08T18:53:08.416Z Downloaded packed_struct v0.10.1
8942026-06-08T18:53:08.417Z Downloaded progenitor-macro v0.14.0
8952026-06-08T18:53:08.417Z Downloaded progenitor-client v0.11.2
8962026-06-08T18:53:08.417Z Downloaded predicates-tree v1.0.13
8972026-06-08T18:53:08.417Z Downloaded phf v0.13.1
8982026-06-08T18:53:08.417Z Downloaded paste v1.0.15
8992026-06-08T18:53:08.417Z Downloaded base64 v0.22.1
9002026-06-08T18:53:08.417Z Downloaded predicates-core v1.0.10
9012026-06-08T18:53:08.417Z Downloaded precomputed-hash v0.1.1
9022026-06-08T18:53:08.417Z Downloaded derive_more v2.1.1
9032026-06-08T18:53:08.417Z Downloaded postgres-protocol v0.6.10
9042026-06-08T18:53:08.417Z Downloaded polyval v0.6.2
9052026-06-08T18:53:08.417Z Downloaded pkcs8 v0.10.2
9062026-06-08T18:53:08.417Z Downloaded radium v0.7.0
9072026-06-08T18:53:08.417Z Downloaded num-integer v0.1.46
9082026-06-08T18:53:08.418Z Downloaded rand_chacha v0.3.1
9092026-06-08T18:53:08.418Z Downloaded cc v1.2.56
9102026-06-08T18:53:08.418Z Downloaded password-hash v0.5.0
9112026-06-08T18:53:08.418Z Downloaded progenitor-client v0.14.0
9122026-06-08T18:53:08.418Z Downloaded recursive-proc-macro-impl v0.1.1
9132026-06-08T18:53:08.418Z Downloaded recursive v0.1.1
9142026-06-08T18:53:08.418Z Downloaded ref-cast v1.0.25
9152026-06-08T18:53:08.418Z Downloaded psl-types v2.0.11
9162026-06-08T18:53:08.418Z Downloaded omicron-zone-package v0.12.2
9172026-06-08T18:53:08.418Z Downloaded phf v0.12.1
9182026-06-08T18:53:08.418Z Downloaded pem-rfc7468 v0.7.0
9192026-06-08T18:53:08.418Z Downloaded num-complex v0.4.6
9202026-06-08T18:53:08.418Z Downloaded proc-macro-error-attr2 v2.0.0
9212026-06-08T18:53:08.418Z Downloaded progenitor v0.11.2
9222026-06-08T18:53:08.419Z Downloaded pin-project-lite v0.2.17
9232026-06-08T18:53:08.419Z Downloaded quick-error v1.2.3
9242026-06-08T18:53:08.419Z Downloaded parking_lot v0.11.2
9252026-06-08T18:53:08.419Z Downloaded indicatif v0.18.4
9262026-06-08T18:53:08.419Z Downloaded proc-macro-error2 v2.0.1
9272026-06-08T18:53:08.419Z Downloaded parking_lot v0.12.5
9282026-06-08T18:53:08.419Z Downloaded peg-macros v0.8.5
9292026-06-08T18:53:08.419Z Downloaded progenitor v0.13.0
9302026-06-08T18:53:08.419Z Downloaded progenitor v0.14.0
9312026-06-08T18:53:08.419Z Downloaded const_format v0.2.35
9322026-06-08T18:53:08.419Z Downloaded progenitor-extras v0.2.0
9332026-06-08T18:53:08.419Z Downloaded poly1305 v0.8.0
9342026-06-08T18:53:08.419Z Downloaded pkg-config v0.3.32
9352026-06-08T18:53:08.419Z Downloaded rand_xorshift v0.4.0
9362026-06-08T18:53:08.419Z Downloaded ref-cast-impl v1.0.25
9372026-06-08T18:53:08.419Z Downloaded nu-ansi-term v0.50.3
9382026-06-08T18:53:08.419Z Downloaded owo-colors v4.3.0
9392026-06-08T18:53:08.419Z Downloaded ppv-lite86 v0.2.21
9402026-06-08T18:53:08.419Z Downloaded pkcs1 v0.7.5
9412026-06-08T18:53:08.420Z Downloaded rustc_version v0.1.7
9422026-06-08T18:53:08.420Z Downloaded rustc_version v0.4.1
9432026-06-08T18:53:08.420Z Downloaded crossterm v0.28.1
9442026-06-08T18:53:08.420Z Downloaded russh-cryptovec v0.7.3
9452026-06-08T18:53:08.420Z Downloaded rand_core v0.10.0
9462026-06-08T18:53:08.420Z Downloaded papergrid v0.17.0
9472026-06-08T18:53:08.420Z Downloaded rfc6979 v0.4.0
9482026-06-08T18:53:08.421Z Downloaded rand_core v0.9.5
9492026-06-08T18:53:08.421Z Downloaded rand_chacha v0.9.0
9502026-06-08T18:53:08.421Z Downloaded psm v0.1.30
9512026-06-08T18:53:08.421Z Downloaded miniz_oxide v0.8.9
9522026-06-08T18:53:08.421Z Downloaded heapless v0.7.17
9532026-06-08T18:53:08.421Z Downloaded hickory-resolver v0.25.2
9542026-06-08T18:53:08.421Z Downloaded rand_core v0.6.4
9552026-06-08T18:53:08.421Z Downloaded r2d2 v0.8.10
9562026-06-08T18:53:08.421Z Downloaded progenitor-client v0.13.0
9572026-06-08T18:53:08.425Z Downloaded primeorder v0.13.6
9582026-06-08T18:53:08.425Z Downloaded predicates v3.1.4
9592026-06-08T18:53:08.425Z Downloaded salsa20 v0.10.2
9602026-06-08T18:53:08.425Z Downloaded rustc-hash v2.1.1
9612026-06-08T18:53:08.425Z Downloaded hickory-server v0.25.2
9622026-06-08T18:53:08.425Z Downloaded pem v3.0.6
9632026-06-08T18:53:08.426Z Downloaded hyper-util v0.1.20
9642026-06-08T18:53:08.426Z Downloaded bumpalo v3.20.2
9652026-06-08T18:53:08.426Z Downloaded pin-project-internal v1.1.11
9662026-06-08T18:53:08.426Z Downloaded scheduled-thread-pool v0.2.7
9672026-06-08T18:53:08.426Z Downloaded rand_seeder v0.4.0
9682026-06-08T18:53:08.426Z Downloaded resolv-conf v0.7.6
9692026-06-08T18:53:08.426Z Downloaded same-file v1.0.6
9702026-06-08T18:53:08.426Z Downloaded sapling-renderdag v0.1.0
9712026-06-08T18:53:08.426Z Downloaded jiff-static v0.2.21
9722026-06-08T18:53:08.426Z Downloaded quinn-udp v0.5.14
9732026-06-08T18:53:08.426Z Downloaded pkcs5 v0.7.1
9742026-06-08T18:53:08.426Z Downloaded scrypt v0.11.0
9752026-06-08T18:53:08.426Z Downloaded secrecy v0.8.0
9762026-06-08T18:53:08.426Z Downloaded scopeguard v1.2.0
9772026-06-08T18:53:08.426Z Downloaded parking_lot_core v0.9.12
9782026-06-08T18:53:08.426Z Downloaded serde-big-array v0.5.1
9792026-06-08T18:53:08.426Z Downloaded serde_spanned v1.0.4
9802026-06-08T18:53:08.426Z Downloaded serde_urlencoded v0.7.1
9812026-06-08T18:53:08.426Z Downloaded postcard v1.1.3
9822026-06-08T18:53:08.427Z Downloaded rustls-pemfile v2.2.0
9832026-06-08T18:53:08.427Z Downloaded secrecy v0.10.3
9842026-06-08T18:53:08.427Z Downloaded minimal-lexical v0.2.1
9852026-06-08T18:53:08.427Z Downloaded serde_bytes v0.11.19
9862026-06-08T18:53:08.427Z Downloaded seq-macro v0.3.6
9872026-06-08T18:53:08.427Z Downloaded scroll_derive v0.13.1
9882026-06-08T18:53:08.427Z Downloaded rustls-pemfile v1.0.4
9892026-06-08T18:53:08.427Z Downloaded sha1 v0.10.6
9902026-06-08T18:53:08.427Z Downloaded hickory-resolver v0.24.4
9912026-06-08T18:53:08.427Z Downloaded hashbrown v0.13.2
9922026-06-08T18:53:08.427Z Downloaded signal-hook-mio v0.2.5
9932026-06-08T18:53:08.427Z Downloaded rustversion v1.0.22
9942026-06-08T18:53:08.427Z Downloaded serde_plain v1.0.2
9952026-06-08T18:53:08.427Z Downloaded rtoolbox v0.0.3
9962026-06-08T18:53:08.427Z Downloaded http v1.4.0
9972026-06-08T18:53:08.427Z Downloaded progenitor-impl v0.14.0
9982026-06-08T18:53:08.427Z Downloaded rustls-native-certs v0.8.3
9992026-06-08T18:53:08.427Z Downloaded siphasher v1.0.2
10002026-06-08T18:53:08.428Z Downloaded pin-project v1.1.11
10012026-06-08T18:53:08.429Z Downloaded sec1 v0.7.3
10022026-06-08T18:53:08.429Z Downloaded dropshot-api-manager v0.7.2
10032026-06-08T18:53:08.429Z Downloaded shell-words v1.1.1
10042026-06-08T18:53:08.429Z Downloaded rusty-fork v0.3.1
10052026-06-08T18:53:08.429Z Downloaded sigpipe v0.1.3
10062026-06-08T18:53:08.429Z Downloaded sct v0.7.1
10072026-06-08T18:53:08.429Z Downloaded slog-envlogger v2.2.0
10082026-06-08T18:53:08.429Z Downloaded semver v0.1.20
10092026-06-08T18:53:08.429Z Downloaded slog-bunyan v2.5.0
10102026-06-08T18:53:08.429Z Downloaded signature v2.2.0
10112026-06-08T18:53:08.429Z Downloaded signal-hook-tokio v0.3.1
10122026-06-08T18:53:08.429Z Downloaded oso v0.27.3
10132026-06-08T18:53:08.429Z Downloaded pretty_assertions v1.4.1
10142026-06-08T18:53:08.429Z Downloaded postgres-types v0.2.12
10152026-06-08T18:53:08.429Z Downloaded serde-hex v0.1.0
10162026-06-08T18:53:08.429Z Downloaded scroll v0.13.0
10172026-06-08T18:53:08.429Z Downloaded prettyplease v0.2.37
10182026-06-08T18:53:08.429Z Downloaded prefix-trie v0.7.0
10192026-06-08T18:53:08.429Z Downloaded openssl-sys v0.9.115
10202026-06-08T18:53:08.429Z Downloaded serde_derive_internals v0.29.1
10212026-06-08T18:53:08.429Z Downloaded p256 v0.13.2
10222026-06-08T18:53:08.429Z Downloaded serde_with_macros v1.5.2
10232026-06-08T18:53:08.429Z Downloaded schemars_derive v0.8.22
10242026-06-08T18:53:08.429Z Downloaded ssh-cipher v0.2.0
10252026-06-08T18:53:08.429Z Downloaded ssh-encoding v0.2.0
10262026-06-08T18:53:08.432Z Downloaded shlex v1.3.0
10272026-06-08T18:53:08.432Z Downloaded serde_repr v0.1.20
10282026-06-08T18:53:08.432Z Downloaded serde_path_to_error v0.1.20
10292026-06-08T18:53:08.432Z Downloaded progenitor-impl v0.13.0
10302026-06-08T18:53:08.432Z Downloaded progenitor-impl v0.11.2
10312026-06-08T18:53:08.432Z Downloaded num-bigint v0.4.6
10322026-06-08T18:53:08.432Z Downloaded structmeta v0.3.0
10332026-06-08T18:53:08.432Z Downloaded strip-ansi-escapes v0.2.1
10342026-06-08T18:53:08.432Z Downloaded slab v0.4.12
10352026-06-08T18:53:08.432Z Downloaded simd-adler32 v0.3.8
10362026-06-08T18:53:08.432Z Downloaded russh-keys v0.45.0
10372026-06-08T18:53:08.432Z Downloaded hashbrown v0.12.3
10382026-06-08T18:53:08.432Z Downloaded slog-term v2.9.2
10392026-06-08T18:53:08.432Z Downloaded slog-stdlog v4.1.1
10402026-06-08T18:53:08.432Z Downloaded strum v0.27.2
10412026-06-08T18:53:08.433Z Downloaded slog-scope v4.4.1
10422026-06-08T18:53:08.433Z Downloaded signal-hook-registry v1.4.8
10432026-06-08T18:53:08.433Z Downloaded strum v0.26.3
10442026-06-08T18:53:08.433Z Downloaded strsim v0.10.0
10452026-06-08T18:53:08.433Z Downloaded slog-async v2.8.0
10462026-06-08T18:53:08.433Z Downloaded subtle v2.6.1
10472026-06-08T18:53:08.433Z Downloaded smallvec v0.6.14
10482026-06-08T18:53:08.433Z Downloaded rustls-pki-types v1.14.0
10492026-06-08T18:53:08.433Z Downloaded slog-json v2.6.1
10502026-06-08T18:53:08.433Z Downloaded slog-dtrace v0.3.0
10512026-06-08T18:53:08.433Z Downloaded rcgen v0.12.1
10522026-06-08T18:53:08.433Z Downloaded smf v0.2.3
10532026-06-08T18:53:08.434Z Downloaded take_mut v0.2.2
10542026-06-08T18:53:08.434Z Downloaded tabled_derive v0.11.0
10552026-06-08T18:53:08.434Z Downloaded sync_wrapper v1.0.2
10562026-06-08T18:53:08.434Z Downloaded tagptr v0.2.0
10572026-06-08T18:53:08.438Z Downloaded serde_with_macros v3.17.0
10582026-06-08T18:53:08.438Z Downloaded tabwriter v1.4.1
10592026-06-08T18:53:08.438Z Downloaded spki v0.7.3
10602026-06-08T18:53:08.438Z Downloaded supports-color v3.0.2
10612026-06-08T18:53:08.438Z Downloaded stacker v0.1.23
10622026-06-08T18:53:08.438Z Downloaded testing_table v0.3.0
10632026-06-08T18:53:08.438Z Downloaded termtree v0.5.1
10642026-06-08T18:53:08.438Z Downloaded tap v1.0.1
10652026-06-08T18:53:08.438Z Downloaded thread-id v5.1.0
10662026-06-08T18:53:08.438Z Downloaded sqlparser_derive v0.5.0
10672026-06-08T18:53:08.438Z Downloaded ron v0.8.1
10682026-06-08T18:53:08.438Z Downloaded thiserror-impl-no-std v2.0.2
10692026-06-08T18:53:08.438Z Downloaded aes-gcm v0.10.3
10702026-06-08T18:53:08.439Z Downloaded tinyvec_macros v0.1.1
10712026-06-08T18:53:08.439Z Downloaded structmeta-derive v0.3.0
10722026-06-08T18:53:08.439Z Downloaded stringprep v0.1.5
10732026-06-08T18:53:08.439Z Downloaded static_assertions v1.1.0
10742026-06-08T18:53:08.439Z Downloaded string_cache v0.8.9
10752026-06-08T18:53:08.439Z Downloaded publicsuffix v2.3.0
10762026-06-08T18:53:08.439Z Downloaded time-core v0.1.8
10772026-06-08T18:53:08.439Z Downloaded strum_macros v0.24.3
10782026-06-08T18:53:08.440Z Downloaded strum_macros v0.27.2
10792026-06-08T18:53:08.440Z Downloaded support-bundle-viewer v0.1.2
10802026-06-08T18:53:08.440Z Downloaded snafu-derive v0.8.9
10812026-06-08T18:53:08.440Z Downloaded serde_cbor v0.11.2
10822026-06-08T18:53:08.440Z Downloaded h2 v0.4.13
10832026-06-08T18:53:08.440Z Downloaded mio v1.2.0
10842026-06-08T18:53:08.441Z Downloaded sqlformat v0.3.5
10852026-06-08T18:53:08.441Z Downloaded ryu v1.0.23
10862026-06-08T18:53:08.441Z Downloaded serde_yaml v0.9.34+deprecated
10872026-06-08T18:53:08.441Z Downloaded rustls-platform-verifier v0.6.2
10882026-06-08T18:53:08.441Z Downloaded topological-sort v0.2.2
10892026-06-08T18:53:08.441Z Downloaded schemars v0.8.22
10902026-06-08T18:53:08.441Z Downloaded tower-service v0.3.3
10912026-06-08T18:53:08.441Z Downloaded tower-layer v0.3.3
10922026-06-08T18:53:08.441Z Downloaded thiserror-no-std v2.0.2
10932026-06-08T18:53:08.441Z Downloaded itertools v0.12.1
10942026-06-08T18:53:08.441Z Downloaded sync-ptr v0.1.4
10952026-06-08T18:53:08.441Z Downloaded rsa v0.9.10
10962026-06-08T18:53:08.441Z Downloaded signal-hook v0.3.18
10972026-06-08T18:53:08.441Z Downloaded tls_codec_derive v0.4.2
10982026-06-08T18:53:08.441Z Downloaded tls_codec v0.4.2
10992026-06-08T18:53:08.441Z Downloaded try-lock v0.2.5
11002026-06-08T18:53:08.441Z Downloaded spin v0.9.8
11012026-06-08T18:53:08.441Z Downloaded termios v0.3.3
11022026-06-08T18:53:08.441Z Downloaded strum_macros v0.26.4
11032026-06-08T18:53:08.441Z Downloaded trait-variant v0.1.2
11042026-06-08T18:53:08.442Z Downloaded tokio-native-tls v0.3.1
11052026-06-08T18:53:08.442Z Downloaded tokio-macros v2.7.0
11062026-06-08T18:53:08.442Z Downloaded quinn v0.11.9
11072026-06-08T18:53:08.442Z Downloaded hashbrown v0.15.5
11082026-06-08T18:53:08.442Z Downloaded unarray v0.1.4
11092026-06-08T18:53:08.442Z Downloaded typify-macro v0.6.2
11102026-06-08T18:53:08.442Z Downloaded universal-hash v0.5.1
11112026-06-08T18:53:08.442Z Downloaded itertools v0.10.5
11122026-06-08T18:53:08.444Z Downloaded rustls-webpki v0.103.9
11132026-06-08T18:53:08.444Z Downloaded thread_local v1.1.9
11142026-06-08T18:53:08.444Z Downloaded itertools v0.13.0
11152026-06-08T18:53:08.444Z Downloaded term v0.7.0
11162026-06-08T18:53:08.444Z Downloaded hkdf v0.12.4
11172026-06-08T18:53:08.444Z Downloaded time-macros v0.2.27
11182026-06-08T18:53:08.444Z Downloaded untrusted v0.7.1
11192026-06-08T18:53:08.444Z Downloaded unit-prefix v0.5.2
11202026-06-08T18:53:08.444Z Downloaded samael v0.0.19
11212026-06-08T18:53:08.444Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-06-08T18:53:08.444Z Downloaded hyper v1.8.1
11232026-06-08T18:53:08.444Z Downloaded rand v0.8.6
11242026-06-08T18:53:08.444Z Downloaded rayon-core v1.13.0
11252026-06-08T18:53:08.444Z Downloaded qorb v0.4.1
11262026-06-08T18:53:08.444Z Downloaded tokio-dtrace v0.1.1
11272026-06-08T18:53:08.444Z Downloaded usdt-macro v0.6.0
11282026-06-08T18:53:08.444Z Downloaded usdt v0.6.0
11292026-06-08T18:53:08.444Z Downloaded utf-8 v0.7.6
11302026-06-08T18:53:08.446Z Downloaded tui-tree-widget v0.23.1
11312026-06-08T18:53:08.446Z Downloaded tokio-tungstenite v0.21.0
11322026-06-08T18:53:08.446Z Downloaded libxml v0.3.3
11332026-06-08T18:53:08.446Z Downloaded iri-string v0.7.10
11342026-06-08T18:53:08.446Z Downloaded libm v0.2.16
11352026-06-08T18:53:08.446Z Downloaded void v1.0.2
11362026-06-08T18:53:08.446Z Downloaded snafu v0.8.9
11372026-06-08T18:53:08.446Z Downloaded untrusted v0.9.0
11382026-06-08T18:53:08.446Z Downloaded tokio-rustls v0.26.4
11392026-06-08T18:53:08.446Z Downloaded slog v2.8.2
11402026-06-08T18:53:08.450Z Downloaded typify-macro v0.4.3
11412026-06-08T18:53:08.450Z Downloaded similar v2.7.0
11422026-06-08T18:53:08.450Z Downloaded rand v0.10.0
11432026-06-08T18:53:08.450Z Downloaded want v0.3.1
11442026-06-08T18:53:08.450Z Downloaded waitgroup v0.1.2
11452026-06-08T18:53:08.450Z Downloaded wait-timeout v0.2.1
11462026-06-08T18:53:08.453Z Downloaded schemars v0.9.0
11472026-06-08T18:53:08.457Z Downloaded unicode-truncate v1.1.0
11482026-06-08T18:53:08.460Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-06-08T18:53:08.460Z Downloaded tokio-tungstenite v0.23.1
11502026-06-08T18:53:08.463Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11512026-06-08T18:53:08.463Z Downloaded term v1.2.1
11522026-06-08T18:53:08.463Z Downloaded socket2 v0.5.10
11532026-06-08T18:53:08.466Z Downloaded xshell-macros v0.2.7
11542026-06-08T18:53:08.470Z Downloaded hashbrown v0.16.1
11552026-06-08T18:53:08.472Z Downloaded nom v7.1.3
11562026-06-08T18:53:08.479Z Downloaded tinyvec v1.10.0
11572026-06-08T18:53:08.479Z Downloaded num-bigint-dig v0.8.6
11582026-06-08T18:53:08.479Z Downloaded tracing-attributes v0.1.31
11592026-06-08T18:53:08.482Z Downloaded uzers v0.12.2
11602026-06-08T18:53:08.482Z Downloaded tiny-keccak v2.0.2
11612026-06-08T18:53:08.490Z Downloaded xattr v1.6.1
11622026-06-08T18:53:08.496Z Downloaded zeroize_derive v1.4.3
11632026-06-08T18:53:08.499Z Downloaded vergen-lib v9.1.0
11642026-06-08T18:53:08.499Z Downloaded vergen-gitcl v1.0.8
11652026-06-08T18:53:08.504Z Downloaded vergen-lib v0.1.6
11662026-06-08T18:53:08.507Z Downloaded tokio-rustls v0.25.0
11672026-06-08T18:53:08.507Z Downloaded unicase v2.9.0
11682026-06-08T18:53:08.510Z Downloaded tokio-rustls v0.24.1
11692026-06-08T18:53:08.513Z Downloaded walkdir v2.5.0
11702026-06-08T18:53:08.513Z Downloaded vsss-rs v3.3.4
11712026-06-08T18:53:08.516Z Downloaded zone v0.3.1
11722026-06-08T18:53:08.516Z Downloaded whoami v1.6.1
11732026-06-08T18:53:08.516Z Downloaded zone_cfg_derive v0.3.1
11742026-06-08T18:53:08.519Z Downloaded tokio-stream v0.1.18
11752026-06-08T18:53:08.523Z Downloaded steno v0.4.1
11762026-06-08T18:53:08.526Z Downloaded tar v0.4.45
11772026-06-08T18:53:08.587Z Downloaded usdt-attr-macro v0.6.0
11782026-06-08T18:53:08.587Z Downloaded toml v0.7.8
11792026-06-08T18:53:08.587Z Downloaded usdt-impl v0.6.0
11802026-06-08T18:53:08.587Z Downloaded subprocess v0.2.15
11812026-06-08T18:53:08.587Z Downloaded wyz v0.5.1
11822026-06-08T18:53:08.587Z Downloaded xshell v0.2.7
11832026-06-08T18:53:08.588Z Downloaded schemars v1.2.1
11842026-06-08T18:53:08.588Z Downloaded socket2 v0.6.3
11852026-06-08T18:53:08.588Z Downloaded vergen-git2 v9.1.0
11862026-06-08T18:53:08.588Z Downloaded tracing-core v0.1.36
11872026-06-08T18:53:08.588Z Downloaded test-strategy v0.4.5
11882026-06-08T18:53:08.588Z Downloaded itertools v0.14.0
11892026-06-08T18:53:08.588Z Downloaded toml_parser v1.0.9+spec-1.1.0
11902026-06-08T18:53:08.588Z Downloaded typify v0.6.2
11912026-06-08T18:53:08.588Z Downloaded twox-hash v2.1.2
11922026-06-08T18:53:08.588Z Downloaded whoami v2.1.0
11932026-06-08T18:53:08.588Z Downloaded aho-corasick v1.1.4
11942026-06-08T18:53:08.592Z Downloaded unsafe-libyaml v0.2.11
11952026-06-08T18:53:08.592Z Downloaded yasna v0.5.2
11962026-06-08T18:53:08.595Z Downloaded unicode-properties v0.1.4
11972026-06-08T18:53:08.602Z Downloaded rand v0.9.2
11982026-06-08T18:53:08.606Z Downloaded zerocopy v0.6.6
11992026-06-08T18:53:08.606Z Downloaded git2 v0.20.4
12002026-06-08T18:53:08.612Z Downloaded zeroize v1.8.2
12012026-06-08T18:53:08.615Z Downloaded uuid v1.23.0
12022026-06-08T18:53:08.615Z Downloaded vergen v9.1.0
12032026-06-08T18:53:08.616Z Downloaded toml v1.0.6+spec-1.1.0
12042026-06-08T18:53:08.619Z Downloaded zstd v0.13.3
12052026-06-08T18:53:08.622Z Downloaded aws-lc-rs v1.16.3
12062026-06-08T18:53:08.625Z Downloaded zstd-safe v7.2.4
12072026-06-08T18:53:08.628Z Downloaded reedline v0.40.0
12082026-06-08T18:53:08.632Z Downloaded ssh-key v0.6.7
12092026-06-08T18:53:08.641Z Downloaded reqwest v0.13.2
12102026-06-08T18:53:08.645Z Downloaded typify v0.4.3
12112026-06-08T18:53:08.648Z Downloaded russh v0.45.0
12122026-06-08T18:53:08.651Z Downloaded tungstenite v0.21.0
12132026-06-08T18:53:08.656Z Downloaded reqwest v0.12.28
12142026-06-08T18:53:08.664Z Downloaded unicode-bidi v0.3.18
12152026-06-08T18:53:08.667Z Downloaded vte v0.14.1
12162026-06-08T18:53:08.671Z Downloaded zopfli v0.8.3
12172026-06-08T18:53:08.675Z Downloaded regex v1.12.3
12182026-06-08T18:53:08.679Z Downloaded unicode_categories v0.1.1
12192026-06-08T18:53:08.679Z Downloaded rustyline v14.0.0
12202026-06-08T18:53:08.688Z Downloaded yansi v1.0.1
12212026-06-08T18:53:08.691Z Downloaded futures-util v0.3.32
12222026-06-08T18:53:08.696Z Downloaded iddqd v0.4.2
12232026-06-08T18:53:08.701Z Downloaded zip v0.6.6
12242026-06-08T18:53:08.705Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-06-08T18:53:08.708Z Downloaded p521 v0.13.3
12262026-06-08T18:53:08.708Z Downloaded tungstenite v0.23.0
12272026-06-08T18:53:08.711Z Downloaded rpassword v7.4.0
12282026-06-08T18:53:08.711Z Downloaded serde_with v1.14.0
12292026-06-08T18:53:08.713Z Downloaded tower v0.5.3
12302026-06-08T18:53:08.718Z Downloaded salty v0.3.0
12312026-06-08T18:53:08.722Z Downloaded goblin v0.10.5
12322026-06-08T18:53:08.727Z Downloaded moka v0.12.13
12332026-06-08T18:53:08.741Z Downloaded x509-cert v0.2.5
12342026-06-08T18:53:08.749Z Downloaded bindgen v0.71.1
12352026-06-08T18:53:08.753Z Downloaded curve25519-dalek v4.1.3
12362026-06-08T18:53:08.758Z Downloaded zerocopy-derive v0.8.40
12372026-06-08T18:53:08.763Z Downloaded toml_edit v0.19.15
12382026-06-08T18:53:08.771Z Downloaded unicode-segmentation v1.12.0
12392026-06-08T18:53:08.774Z Downloaded tokio-util v0.7.18
12402026-06-08T18:53:08.778Z Downloaded bitvec v1.0.1
12412026-06-08T18:53:08.785Z Downloaded zip v4.6.1
12422026-06-08T18:53:08.788Z Downloaded rustls-webpki v0.101.7
12432026-06-08T18:53:08.795Z Downloaded tower-http v0.6.8
12442026-06-08T18:53:08.800Z Downloaded tokio-postgres v0.7.16
12452026-06-08T18:53:08.803Z Downloaded blake3 v1.8.3
12462026-06-08T18:53:08.807Z Downloaded quinn-proto v0.11.13
12472026-06-08T18:53:08.812Z Downloaded p384 v0.13.1
12482026-06-08T18:53:08.815Z Downloaded quick-xml v0.37.5
12492026-06-08T18:53:08.818Z Downloaded object v0.30.4
12502026-06-08T18:53:08.823Z Downloaded diesel v2.3.7
12512026-06-08T18:53:08.835Z Downloaded winnow v0.6.26
12522026-06-08T18:53:08.858Z Downloaded winnow v0.5.40
12532026-06-08T18:53:08.874Z Downloaded rustls v0.21.12
12542026-06-08T18:53:08.880Z Downloaded typed-path v0.9.3
12552026-06-08T18:53:08.883Z Downloaded rayon v1.11.0
12562026-06-08T18:53:08.898Z Downloaded regex-syntax v0.6.29
12572026-06-08T18:53:08.901Z Downloaded object v0.37.3
12582026-06-08T18:53:08.907Z Downloaded portable-atomic v1.13.1
12592026-06-08T18:53:08.912Z Downloaded nix v0.31.2
12602026-06-08T18:53:08.918Z Downloaded lalrpop v0.19.12
12612026-06-08T18:53:08.924Z Downloaded chrono v0.4.44
12622026-06-08T18:53:08.928Z Downloaded hickory-proto v0.24.4
12632026-06-08T18:53:08.937Z Downloaded rustls v0.22.4
12642026-06-08T18:53:08.945Z Downloaded smoltcp v0.11.0
12652026-06-08T18:53:08.952Z Downloaded openapiv3 v2.2.0
12662026-06-08T18:53:08.959Z Downloaded hickory-proto v0.25.2
12672026-06-08T18:53:08.968Z Downloaded unicode-normalization v0.1.25
12682026-06-08T18:53:08.971Z Downloaded serde_with v3.17.0
12692026-06-08T18:53:08.976Z Downloaded rustls-webpki v0.102.8
12702026-06-08T18:53:08.987Z Downloaded regex-syntax v0.8.10
12712026-06-08T18:53:08.991Z Downloaded dropshot v0.17.0
12722026-06-08T18:53:09.004Z Downloaded petname v2.0.2
12732026-06-08T18:53:09.008Z Downloaded proptest v1.10.0
12742026-06-08T18:53:09.025Z Downloaded nix v0.27.1
12752026-06-08T18:53:09.035Z Downloaded tracing v0.1.44
12762026-06-08T18:53:09.048Z Downloaded tough v0.22.0
12772026-06-08T18:53:09.052Z Downloaded typify-impl v0.4.3
12782026-06-08T18:53:09.062Z Downloaded radix_trie v0.2.1
12792026-06-08T18:53:09.095Z Downloaded tabled v0.20.0
12802026-06-08T18:53:09.126Z Downloaded polar-core v0.27.3
12812026-06-08T18:53:09.129Z Downloaded bstr v1.12.1
12822026-06-08T18:53:09.135Z Downloaded petgraph v0.8.3
12832026-06-08T18:53:09.147Z Downloaded openssl v0.10.79
12842026-06-08T18:53:09.152Z Downloaded csv v1.4.0
12852026-06-08T18:53:09.165Z Downloaded sha3 v0.10.8
12862026-06-08T18:53:09.168Z Downloaded smoltcp v0.9.1
12872026-06-08T18:53:09.174Z Downloaded nix v0.28.0
12882026-06-08T18:53:09.181Z Downloaded time v0.3.47
12892026-06-08T18:53:09.210Z Downloaded zlib-rs v0.6.2
12902026-06-08T18:53:09.217Z Downloaded vcpkg v0.2.15
12912026-06-08T18:53:09.236Z Downloaded webpki-roots v1.0.6
12922026-06-08T18:53:09.238Z Downloaded encoding_rs v0.8.35
12932026-06-08T18:53:09.251Z Downloaded ring v0.17.14
12942026-06-08T18:53:09.275Z Downloaded zerocopy v0.8.40
12952026-06-08T18:53:09.284Z Downloaded regress v0.10.5
12962026-06-08T18:53:09.313Z Downloaded rustls v0.23.37
12972026-06-08T18:53:09.320Z Downloaded regress v0.11.1
12982026-06-08T18:53:09.340Z Downloaded rustix v0.38.44
12992026-06-08T18:53:09.430Z Downloaded sqlparser v0.61.0
13002026-06-08T18:53:09.482Z Downloaded sled v0.34.7
13012026-06-08T18:53:09.513Z Downloaded typify-impl v0.6.2
13022026-06-08T18:53:09.521Z Downloaded ratatui v0.29.0
13032026-06-08T18:53:09.543Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-06-08T18:53:09.565Z Downloaded zerocopy-derive v0.6.6
13052026-06-08T18:53:09.597Z Downloaded regex-automata v0.4.14
13062026-06-08T18:53:09.625Z Downloaded chrono-tz v0.10.4
13072026-06-08T18:53:09.636Z Downloaded petgraph v0.6.5
13082026-06-08T18:53:09.646Z Downloaded jiff v0.2.21
13092026-06-08T18:53:09.686Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-06-08T18:53:09.704Z Downloaded libz-sys v1.1.24
13112026-06-08T18:53:09.720Z Downloaded tokio v1.52.1
13122026-06-08T18:53:09.872Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-06-08T18:53:10.499Z Downloaded aws-lc-sys v0.40.0
13142026-06-08T18:53:10.739Z Compiling libc v0.2.185
13152026-06-08T18:53:10.739Z Compiling serde v1.0.228
13162026-06-08T18:53:10.756Z Compiling log v0.4.29
13172026-06-08T18:53:10.756Z Compiling find-msvc-tools v0.1.9
13182026-06-08T18:53:10.888Z Compiling shlex v1.3.0
13192026-06-08T18:53:10.898Z Compiling smallvec v1.15.1
13202026-06-08T18:53:10.906Z Compiling syn v2.0.117
13212026-06-08T18:53:10.926Z Compiling typenum v1.19.0
13222026-06-08T18:53:11.095Z Compiling generic-array v0.14.7
13232026-06-08T18:53:11.109Z Compiling subtle v2.6.1
13242026-06-08T18:53:11.128Z Compiling scopeguard v1.2.0
13252026-06-08T18:53:11.161Z Compiling const-oid v0.9.6
13262026-06-08T18:53:11.221Z Compiling lock_api v0.4.14
13272026-06-08T18:53:11.238Z Compiling serde_json v1.0.149
13282026-06-08T18:53:11.276Z Compiling zerocopy v0.8.40
13292026-06-08T18:53:11.347Z Compiling parking_lot_core v0.9.12
13302026-06-08T18:53:11.456Z Compiling portable-atomic v1.13.1
13312026-06-08T18:53:11.588Z Compiling pin-project-lite v0.2.17
13322026-06-08T18:53:11.720Z Compiling pkg-config v0.3.32
13332026-06-08T18:53:11.740Z Compiling bitflags v2.11.0
13342026-06-08T18:53:11.828Z Compiling getrandom v0.2.17
13352026-06-08T18:53:11.904Z Compiling jobserver v0.1.34
13362026-06-08T18:53:11.921Z Compiling errno v0.3.14
13372026-06-08T18:53:11.983Z Compiling rand_core v0.6.4
13382026-06-08T18:53:12.065Z Compiling signal-hook-registry v1.4.8
13392026-06-08T18:53:12.270Z Compiling cc v1.2.56
13402026-06-08T18:53:12.284Z Compiling critical-section v1.2.0
13412026-06-08T18:53:12.296Z Compiling futures-core v0.3.32
13422026-06-08T18:53:12.342Z Compiling libm v0.2.16
13432026-06-08T18:53:12.375Z Compiling parking_lot v0.12.5
13442026-06-08T18:53:12.402Z Compiling mio v1.2.0
13452026-06-08T18:53:12.475Z Compiling once_cell v1.21.3
13462026-06-08T18:53:12.538Z Compiling num-traits v0.2.19
13472026-06-08T18:53:12.634Z Compiling percent-encoding v2.3.2
13482026-06-08T18:53:12.691Z Compiling socket2 v0.6.3
13492026-06-08T18:53:12.763Z Compiling futures-sink v0.3.32
13502026-06-08T18:53:12.831Z Compiling cpufeatures v0.2.17
13512026-06-08T18:53:12.867Z Compiling futures-channel v0.3.32
13522026-06-08T18:53:12.894Z Compiling getrandom v0.4.1
13532026-06-08T18:53:12.898Z Compiling futures-task v0.3.32
13542026-06-08T18:53:12.918Z Compiling futures-io v0.3.32
13552026-06-08T18:53:13.074Z Compiling slab v0.4.12
13562026-06-08T18:53:13.078Z Compiling rand_core v0.10.0
13572026-06-08T18:53:13.100Z Compiling indexmap v2.14.0
13582026-06-08T18:53:13.100Z Compiling rustversion v1.0.22
13592026-06-08T18:53:13.251Z Compiling getrandom v0.3.4
13602026-06-08T18:53:13.265Z Compiling cmake v0.1.57
13612026-06-08T18:53:13.549Z Compiling form_urlencoded v1.2.2
13622026-06-08T18:53:13.690Z Compiling fs_extra v1.3.0
13632026-06-08T18:53:13.739Z Compiling dunce v1.0.5
13642026-06-08T18:53:13.783Z Compiling synstructure v0.13.2
13652026-06-08T18:53:13.839Z Compiling base64ct v1.8.3
13662026-06-08T18:53:13.867Z Compiling ident_case v1.0.1
13672026-06-08T18:53:13.984Z Compiling aws-lc-sys v0.40.0
13682026-06-08T18:53:13.996Z Compiling regex-syntax v0.8.10
13692026-06-08T18:53:14.103Z Compiling pem-rfc7468 v0.7.0
13702026-06-08T18:53:14.140Z Compiling rustix v1.1.3
13712026-06-08T18:53:14.247Z Compiling iana-time-zone v0.1.65
13722026-06-08T18:53:14.393Z Compiling flagset v0.4.7
13732026-06-08T18:53:14.407Z Compiling rand_core v0.9.5
13742026-06-08T18:53:14.411Z Compiling ring v0.17.14
13752026-06-08T18:53:14.447Z Compiling vcpkg v0.2.15
13762026-06-08T18:53:14.524Z Compiling aws-lc-rs v1.16.3
13772026-06-08T18:53:14.677Z Compiling uuid v1.23.0
13782026-06-08T18:53:14.811Z Compiling rustc_version v0.4.1
13792026-06-08T18:53:15.137Z Compiling tracing-core v0.1.36
13802026-06-08T18:53:15.166Z Compiling openssl-sys v0.9.115
13812026-06-08T18:53:15.372Z Compiling base64 v0.22.1
13822026-06-08T18:53:15.505Z Compiling serde_derive v1.0.228
13832026-06-08T18:53:15.682Z Compiling zeroize_derive v1.4.3
13842026-06-08T18:53:15.735Z Compiling zerofrom-derive v0.1.6
13852026-06-08T18:53:15.756Z Compiling yoke-derive v0.8.1
13862026-06-08T18:53:15.913Z Compiling zerovec-derive v0.11.2
13872026-06-08T18:53:16.355Z Compiling zeroize v1.8.2
13882026-06-08T18:53:16.358Z Compiling zerocopy-derive v0.8.40
13892026-06-08T18:53:16.938Z Compiling displaydoc v0.2.5
13902026-06-08T18:53:17.039Z Compiling tokio-macros v2.7.0
13912026-06-08T18:53:17.115Z Compiling crypto-common v0.1.7
13922026-06-08T18:53:17.147Z Compiling zerofrom v0.1.6
13932026-06-08T18:53:17.262Z Compiling yoke v0.8.1
13942026-06-08T18:53:17.275Z Compiling block-buffer v0.10.4
13952026-06-08T18:53:17.441Z Compiling zerovec v0.11.5
13962026-06-08T18:53:17.441Z Compiling digest v0.10.7
13972026-06-08T18:53:17.667Z Compiling zerotrie v0.2.3
13982026-06-08T18:53:17.699Z Compiling futures-macro v0.3.32
13992026-06-08T18:53:17.741Z Compiling hmac v0.12.1
14002026-06-08T18:53:17.895Z Compiling tinystr v0.8.2
14012026-06-08T18:53:17.937Z Compiling potential_utf v0.1.4
14022026-06-08T18:53:17.962Z Compiling block-padding v0.3.3
14032026-06-08T18:53:18.095Z Compiling icu_locale_core v2.1.1
14042026-06-08T18:53:18.095Z Compiling icu_collections v2.1.1
14052026-06-08T18:53:18.119Z Compiling inout v0.1.4
14062026-06-08T18:53:18.286Z Compiling cipher v0.4.4
14072026-06-08T18:53:18.497Z Compiling futures-util v0.3.32
14082026-06-08T18:53:18.544Z Compiling sha2 v0.10.9
14092026-06-08T18:53:18.573Z Compiling der_derive v0.7.3
14102026-06-08T18:53:18.959Z Compiling bytes v1.11.1
14112026-06-08T18:53:19.011Z Compiling icu_provider v2.1.1
14122026-06-08T18:53:19.091Z Compiling chrono v0.4.44
14132026-06-08T18:53:19.301Z Compiling icu_normalizer v2.1.1
14142026-06-08T18:53:19.514Z Compiling tokio v1.52.1
14152026-06-08T18:53:19.567Z Compiling icu_properties v2.1.2
14162026-06-08T18:53:19.848Z Compiling der v0.7.10
14172026-06-08T18:53:19.924Z Compiling http v1.4.0
14182026-06-08T18:53:20.474Z Compiling idna_adapter v1.2.1
14192026-06-08T18:53:20.664Z Compiling idna v1.1.0
14202026-06-08T18:53:20.679Z Compiling ppv-lite86 v0.2.21
14212026-06-08T18:53:20.776Z Compiling spki v0.7.3
14222026-06-08T18:53:20.787Z Compiling salsa20 v0.10.2
14232026-06-08T18:53:20.838Z Compiling pbkdf2 v0.12.2
14242026-06-08T18:53:20.925Z Compiling rustls-pki-types v1.14.0
14252026-06-08T18:53:20.956Z Compiling url v2.5.8
14262026-06-08T18:53:20.978Z Compiling thiserror-impl v2.0.18
14272026-06-08T18:53:20.996Z Compiling tracing-attributes v0.1.31
14282026-06-08T18:53:21.093Z Compiling rand_chacha v0.9.0
14292026-06-08T18:53:21.315Z Compiling scrypt v0.11.0
14302026-06-08T18:53:21.381Z Compiling http-body v1.0.1
14312026-06-08T18:53:21.538Z Compiling aes v0.8.4
14322026-06-08T18:53:21.571Z Compiling cbc v0.1.2
14332026-06-08T18:53:21.756Z Compiling untrusted v0.9.0
14342026-06-08T18:53:21.793Z Compiling tinyvec_macros v0.1.1
14352026-06-08T18:53:21.807Z Compiling openssl-probe v0.2.1
14362026-06-08T18:53:21.865Z Compiling untrusted v0.7.1
14372026-06-08T18:53:21.878Z Compiling httparse v1.10.1
14382026-06-08T18:53:21.983Z Compiling pkcs5 v0.7.1
14392026-06-08T18:53:21.996Z Compiling tinyvec v1.10.0
14402026-06-08T18:53:22.299Z Compiling thiserror v2.0.18
14412026-06-08T18:53:22.302Z Compiling tracing v0.1.44
14422026-06-08T18:53:22.326Z Compiling pest_generator v2.8.6
14432026-06-08T18:53:22.406Z Compiling rand v0.9.2
14442026-06-08T18:53:22.451Z Compiling serde_derive_internals v0.29.1
14452026-06-08T18:53:22.573Z Compiling aho-corasick v1.1.4
14462026-06-08T18:53:22.604Z Compiling try-lock v0.2.5
14472026-06-08T18:53:22.715Z Compiling dyn-clone v1.0.20
14482026-06-08T18:53:22.856Z Compiling schemars v0.8.22
14492026-06-08T18:53:23.007Z Compiling tower-service v0.3.3
14502026-06-08T18:53:23.056Z Compiling rustls v0.23.37
14512026-06-08T18:53:23.185Z Compiling atomic-waker v1.1.2
14522026-06-08T18:53:23.192Z Compiling tower-layer v0.3.3
14532026-06-08T18:53:23.238Z Compiling tokio-util v0.7.18
14542026-06-08T18:53:23.254Z Compiling pest_derive v2.8.6
14552026-06-08T18:53:23.340Z Compiling schemars_derive v0.8.22
14562026-06-08T18:53:23.372Z Compiling regex-automata v0.4.14
14572026-06-08T18:53:23.670Z Compiling want v0.3.1
14582026-06-08T18:53:24.017Z Compiling h2 v0.4.13
14592026-06-08T18:53:24.143Z Compiling pkcs8 v0.10.2
14602026-06-08T18:53:24.249Z Compiling ipnet v2.11.0
14612026-06-08T18:53:24.272Z Compiling scroll_derive v0.13.1
14622026-06-08T18:53:24.464Z Compiling darling_core v0.20.11
14632026-06-08T18:53:24.588Z Compiling pin-utils v0.1.0
14642026-06-08T18:53:24.680Z Compiling openssl v0.10.79
14652026-06-08T18:53:24.741Z Compiling foreign-types-shared v0.1.1
14662026-06-08T18:53:24.837Z Compiling httpdate v1.0.3
14672026-06-08T18:53:24.902Z Compiling foreign-types v0.3.2
14682026-06-08T18:53:25.140Z Compiling tempfile v3.25.0
14692026-06-08T18:53:25.237Z Compiling scroll v0.13.0
14702026-06-08T18:53:25.254Z Compiling unicode-normalization v0.1.25
14712026-06-08T18:53:25.360Z Compiling openssl-macros v0.1.1
14722026-06-08T18:53:25.690Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14732026-06-08T18:53:25.739Z Compiling spin v0.9.8
14742026-06-08T18:53:25.766Z Compiling time-core v0.1.8
14752026-06-08T18:53:25.919Z Compiling crc32fast v1.5.0
14762026-06-08T18:53:25.943Z Compiling num-conv v0.2.0
14772026-06-08T18:53:26.073Z Compiling native-tls v0.2.18
14782026-06-08T18:53:26.076Z Compiling powerfmt v0.2.0
14792026-06-08T18:53:26.236Z Compiling deranged v0.5.8
14802026-06-08T18:53:26.310Z Compiling time-macros v0.2.27
14812026-06-08T18:53:26.744Z Compiling darling_macro v0.20.11
14822026-06-08T18:53:27.205Z Compiling hyper v1.8.1
14832026-06-08T18:53:27.205Z Compiling darling v0.20.11
14842026-06-08T18:53:27.291Z Compiling goblin v0.10.5
14852026-06-08T18:53:27.363Z Compiling rustls-native-certs v0.8.3
14862026-06-08T18:53:27.445Z Compiling sync_wrapper v1.0.2
14872026-06-08T18:53:27.554Z Compiling wait-timeout v0.2.1
14882026-06-08T18:53:27.655Z Compiling bit-vec v0.8.0
14892026-06-08T18:53:27.818Z Compiling num_threads v0.1.7
14902026-06-08T18:53:27.890Z Compiling crossbeam-utils v0.8.21
14912026-06-08T18:53:27.918Z Compiling simd-adler32 v0.3.8
14922026-06-08T18:53:27.962Z Compiling usdt-impl v0.6.0
14932026-06-08T18:53:28.157Z Compiling quick-error v1.2.3
14942026-06-08T18:53:28.172Z Compiling syn v1.0.109
14952026-06-08T18:53:28.185Z Compiling siphasher v1.0.2
14962026-06-08T18:53:28.266Z Compiling hyper-util v0.1.20
14972026-06-08T18:53:28.369Z Compiling rusty-fork v0.3.1
14982026-06-08T18:53:28.559Z Compiling time v0.3.47
14992026-06-08T18:53:28.775Z Compiling bit-set v0.8.0
15002026-06-08T18:53:28.939Z Compiling tower v0.5.3
15012026-06-08T18:53:28.993Z Compiling derive_builder_core v0.20.2
15022026-06-08T18:53:29.404Z Compiling dtrace-parser v0.3.0
15032026-06-08T18:53:29.527Z Compiling http-body-util v0.1.3
15042026-06-08T18:53:29.775Z Compiling webpki-roots v1.0.6
15052026-06-08T18:53:29.858Z Compiling signature v2.2.0
15062026-06-08T18:53:29.901Z Compiling thiserror-impl v1.0.69
15072026-06-08T18:53:29.988Z Compiling dof v0.4.0
15082026-06-08T18:53:30.040Z Compiling scroll_derive v0.12.1
15092026-06-08T18:53:30.120Z Compiling heapless v0.7.17
15102026-06-08T18:53:30.146Z Compiling rand_xorshift v0.4.0
15112026-06-08T18:53:30.314Z Compiling slog v2.8.2
15122026-06-08T18:53:30.361Z Compiling darling_core v0.21.3
15132026-06-08T18:53:30.497Z Compiling bzip2-sys v0.1.13+1.0.8
15142026-06-08T18:53:30.722Z Compiling thread-id v5.1.0
15152026-06-08T18:53:30.811Z Compiling cookie v0.18.1
15162026-06-08T18:53:30.811Z Compiling iri-string v0.7.10
15172026-06-08T18:53:30.995Z Compiling anyhow v1.0.102
15182026-06-08T18:53:31.160Z Compiling zstd-safe v7.2.4
15192026-06-08T18:53:31.204Z Compiling unarray v0.1.4
15202026-06-08T18:53:31.309Z Compiling allocator-api2 v0.2.21
15212026-06-08T18:53:31.323Z Compiling signal-hook v0.3.18
15222026-06-08T18:53:31.354Z Compiling adler2 v2.0.1
15232026-06-08T18:53:31.490Z Compiling unicode-bidi v0.3.18
15242026-06-08T18:53:31.503Z Compiling unicode-properties v0.1.4
15252026-06-08T18:53:31.515Z Compiling paste v1.0.15
15262026-06-08T18:53:31.638Z Compiling ryu v1.0.23
15272026-06-08T18:53:31.728Z Compiling miniz_oxide v0.8.9
15282026-06-08T18:53:31.819Z Compiling stringprep v0.1.5
15292026-06-08T18:53:31.833Z Compiling serde_urlencoded v0.7.1
15302026-06-08T18:53:32.026Z Compiling tower-http v0.6.8
15312026-06-08T18:53:32.252Z Compiling proptest v1.10.0
15322026-06-08T18:53:32.285Z Compiling thiserror v1.0.69
15332026-06-08T18:53:32.386Z Compiling scroll v0.12.0
15342026-06-08T18:53:32.478Z Compiling derive_builder_macro v0.20.2
15352026-06-08T18:53:32.644Z Compiling tokio-native-tls v0.3.1
15362026-06-08T18:53:32.901Z Compiling darling_macro v0.21.3
15372026-06-08T18:53:32.920Z Compiling ipnetwork v0.21.1
15382026-06-08T18:53:32.959Z Compiling bstr v1.12.1
15392026-06-08T18:53:33.080Z Compiling rand_chacha v0.3.1
15402026-06-08T18:53:33.296Z Compiling serde_tokenstream v0.2.3
15412026-06-08T18:53:33.309Z Compiling erased-serde v0.3.31
15422026-06-08T18:53:33.371Z Compiling toml_datetime v0.6.11
15432026-06-08T18:53:33.587Z Compiling serde_spanned v0.6.9
15442026-06-08T18:53:33.610Z Compiling md-5 v0.10.6
15452026-06-08T18:53:33.631Z Compiling async-trait v0.1.89
15462026-06-08T18:53:33.729Z Compiling zerocopy-derive v0.7.35
15472026-06-08T18:53:33.775Z Compiling pin-project-internal v1.1.11
15482026-06-08T18:53:33.787Z Compiling curve25519-dalek v4.1.3
15492026-06-08T18:53:33.885Z Compiling vergen-lib v9.1.0
15502026-06-08T18:53:34.068Z Compiling num-integer v0.1.46
15512026-06-08T18:53:34.117Z Compiling hash32 v0.2.1
15522026-06-08T18:53:34.313Z Compiling ff v0.13.1
15532026-06-08T18:53:34.389Z Compiling memoffset v0.9.1
15542026-06-08T18:53:34.452Z Compiling encoding_rs v0.8.35
15552026-06-08T18:53:34.578Z Compiling mime v0.3.17
15562026-06-08T18:53:34.593Z Compiling litrs v1.0.0
15572026-06-08T18:53:34.635Z Compiling ref-cast v1.0.25
15582026-06-08T18:53:34.847Z Compiling base16ct v0.2.0
15592026-06-08T18:53:34.888Z Compiling num-bigint-dig v0.8.6
15602026-06-08T18:53:34.945Z Compiling smoltcp v0.9.1
15612026-06-08T18:53:35.025Z Compiling psl-types v2.0.11
15622026-06-08T18:53:35.074Z Compiling zlib-rs v0.6.2
15632026-06-08T18:53:35.101Z Compiling fallible-iterator v0.2.0
15642026-06-08T18:53:35.153Z Compiling rustix v0.38.44
15652026-06-08T18:53:35.279Z Compiling cfg_aliases v0.2.1
15662026-06-08T18:53:35.360Z Compiling nix v0.31.2
15672026-06-08T18:53:35.412Z Compiling postgres-protocol v0.6.10
15682026-06-08T18:53:35.677Z Compiling publicsuffix v2.3.0
15692026-06-08T18:53:35.776Z Compiling document-features v0.2.12
15702026-06-08T18:53:35.874Z Compiling sec1 v0.7.3
15712026-06-08T18:53:36.027Z Compiling pin-project v1.1.11
15722026-06-08T18:53:36.129Z Compiling zerocopy v0.7.35
15732026-06-08T18:53:36.142Z Compiling newtype-uuid v1.3.2
15742026-06-08T18:53:36.154Z Compiling group v0.13.0
15752026-06-08T18:53:36.337Z Compiling num-iter v0.1.45
15762026-06-08T18:53:36.535Z Compiling darling v0.21.3
15772026-06-08T18:53:36.622Z Compiling rand v0.8.6
15782026-06-08T18:53:36.672Z Compiling oxnet v0.1.4
15792026-06-08T18:53:36.776Z Compiling hubpack_derive v0.1.1
15802026-06-08T18:53:36.886Z Compiling derive_builder v0.20.2
15812026-06-08T18:53:37.012Z Compiling hyper-tls v0.6.0
15822026-06-08T18:53:37.066Z Compiling goblin v0.8.2
15832026-06-08T18:53:37.565Z Compiling phf_shared v0.13.1
15842026-06-08T18:53:37.677Z Compiling lazy_static v1.5.0
15852026-06-08T18:53:37.727Z Compiling regex v1.12.3
15862026-06-08T18:53:37.767Z Compiling futures-executor v0.3.32
15872026-06-08T18:53:37.780Z Compiling hex v0.4.3
15882026-06-08T18:53:37.803Z Compiling hkdf v0.12.4
15892026-06-08T18:53:37.971Z Compiling flate2 v1.1.9
15902026-06-08T18:53:38.026Z Compiling crypto-bigint v0.5.5
15912026-06-08T18:53:38.041Z Compiling terminal_size v0.4.3
15922026-06-08T18:53:38.149Z Compiling ref-cast-impl v1.0.25
15932026-06-08T18:53:38.184Z Compiling strum_macros v0.27.2
15942026-06-08T18:53:38.309Z Compiling daft-derive v0.1.7
15952026-06-08T18:53:38.371Z Compiling curve25519-dalek-derive v0.1.1
15962026-06-08T18:53:38.684Z Compiling snafu-derive v0.8.9
15972026-06-08T18:53:39.015Z Compiling vergen v9.1.0
15982026-06-08T18:53:39.030Z Compiling fs-err v3.3.0
15992026-06-08T18:53:39.199Z Compiling cargo-platform v0.3.2
16002026-06-08T18:53:39.222Z Compiling ahash v0.8.12
16012026-06-08T18:53:39.425Z Compiling foldhash v0.1.5
16022026-06-08T18:53:39.523Z Compiling managed v0.8.0
16032026-06-08T18:53:39.598Z Compiling same-file v1.0.6
16042026-06-08T18:53:39.713Z Compiling libbz2-rs-sys v0.2.2
16052026-06-08T18:53:39.769Z Compiling unicode-segmentation v1.12.0
16062026-06-08T18:53:40.120Z Compiling foldhash v0.2.0
16072026-06-08T18:53:40.133Z Compiling bumpalo v3.20.2
16082026-06-08T18:53:40.152Z Compiling object v0.37.3
16092026-06-08T18:53:40.339Z Compiling bitflags v1.3.2
16102026-06-08T18:53:40.381Z Compiling winnow v0.5.40
16112026-06-08T18:53:40.392Z Compiling zopfli v0.8.3
16122026-06-08T18:53:40.476Z Compiling hashbrown v0.16.1
16132026-06-08T18:53:40.480Z Compiling clap_builder v4.5.60
16142026-06-08T18:53:40.563Z Compiling snafu v0.8.9
16152026-06-08T18:53:40.923Z Compiling strum v0.27.2
16162026-06-08T18:53:41.060Z Compiling bzip2 v0.6.1
16172026-06-08T18:53:41.104Z Compiling walkdir v2.5.0
16182026-06-08T18:53:41.127Z Compiling hashbrown v0.15.5
16192026-06-08T18:53:41.272Z Compiling cargo_metadata v0.23.1
16202026-06-08T18:53:41.416Z Compiling dof v0.3.0
16212026-06-08T18:53:41.446Z Compiling daft v0.1.7
16222026-06-08T18:53:41.720Z Compiling toml_edit v0.19.15
16232026-06-08T18:53:41.845Z Compiling elliptic-curve v0.13.8
16242026-06-08T18:53:42.243Z Compiling futures v0.3.32
16252026-06-08T18:53:42.246Z Compiling phf v0.13.1
16262026-06-08T18:53:42.416Z Compiling signal-hook-mio v0.2.5
16272026-06-08T18:53:42.634Z Compiling cookie_store v0.22.1
16282026-06-08T18:53:42.898Z Compiling hubpack v0.1.2
16292026-06-08T18:53:43.125Z Compiling zstd v0.13.3
16302026-06-08T18:53:43.281Z Compiling bzip2 v0.4.4
16312026-06-08T18:53:43.294Z Compiling serde_with_macros v3.17.0
16322026-06-08T18:53:43.480Z Compiling postgres-types v0.2.12
16332026-06-08T18:53:43.531Z Compiling usdt-attr-macro v0.6.0
16342026-06-08T18:53:44.030Z Compiling usdt-macro v0.6.0
16352026-06-08T18:53:44.323Z Compiling globset v0.4.18
16362026-06-08T18:53:44.334Z Compiling dtrace-parser v0.2.0
16372026-06-08T18:53:44.411Z Compiling ed25519 v2.2.3
16382026-06-08T18:53:44.607Z Compiling phf_shared v0.11.3
16392026-06-08T18:53:44.661Z Compiling olpc-cjson v0.1.4
16402026-06-08T18:53:44.765Z Compiling pkcs1 v0.7.5
16412026-06-08T18:53:44.796Z Compiling serde-big-array v0.5.1
16422026-06-08T18:53:44.826Z Compiling serde_plain v1.0.2
16432026-06-08T18:53:44.940Z Compiling rfc6979 v0.4.0
16442026-06-08T18:53:44.995Z Compiling pem v3.0.6
16452026-06-08T18:53:45.022Z Compiling serde_repr v0.1.20
16462026-06-08T18:53:45.065Z Compiling async-recursion v1.1.1
16472026-06-08T18:53:45.081Z Compiling strum_macros v0.26.4
16482026-06-08T18:53:45.165Z Compiling enum-as-inner v0.6.1
16492026-06-08T18:53:45.315Z Compiling clap_derive v4.5.55
16502026-06-08T18:53:45.327Z Compiling float-cmp v0.10.0
16512026-06-08T18:53:45.475Z Compiling thread-id v4.2.2
16522026-06-08T18:53:45.539Z Compiling memmap2 v0.9.10
16532026-06-08T18:53:45.576Z Compiling env_filter v1.0.0
16542026-06-08T18:53:45.713Z Compiling normalize-line-endings v0.3.0
16552026-06-08T18:53:45.725Z Compiling difflib v0.4.0
16562026-06-08T18:53:45.792Z Compiling data-encoding v2.10.0
16572026-06-08T18:53:45.810Z Compiling typed-path v0.9.3
16582026-06-08T18:53:45.901Z Compiling whoami v2.1.0
16592026-06-08T18:53:46.283Z Compiling predicates-core v1.0.10
16602026-06-08T18:53:46.297Z Compiling precomputed-hash v0.1.1
16612026-06-08T18:53:46.395Z Compiling keccak v0.1.6
16622026-06-08T18:53:46.463Z Compiling fixedbitset v0.5.7
16632026-06-08T18:53:46.506Z Compiling new_debug_unreachable v1.0.6
16642026-06-08T18:53:46.585Z Compiling fixedbitset v0.4.2
16652026-06-08T18:53:46.776Z Compiling jiff v0.2.21
16662026-06-08T18:53:46.805Z Compiling either v1.15.0
16672026-06-08T18:53:46.881Z Compiling static_assertions v1.1.0
16682026-06-08T18:53:46.959Z Compiling toml_edit v0.22.27
16692026-06-08T18:53:47.012Z Compiling itertools v0.13.0
16702026-06-08T18:53:47.039Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16712026-06-08T18:53:47.127Z Compiling clap v4.5.60
16722026-06-08T18:53:47.208Z Compiling strum v0.26.3
16732026-06-08T18:53:47.224Z Compiling petgraph v0.6.5
16742026-06-08T18:53:47.342Z Compiling petgraph v0.8.3
16752026-06-08T18:53:47.966Z Compiling string_cache v0.8.9
16762026-06-08T18:53:48.193Z Compiling sha3 v0.10.8
16772026-06-08T18:53:48.255Z Compiling predicates v3.1.4
16782026-06-08T18:53:48.646Z Compiling tokio-postgres v0.7.16
16792026-06-08T18:53:48.685Z Compiling hickory-proto v0.25.2
16802026-06-08T18:53:48.903Z Compiling env_logger v0.11.9
16812026-06-08T18:53:49.268Z Compiling usdt v0.6.0
16822026-06-08T18:53:49.283Z Compiling usdt-impl v0.5.0
16832026-06-08T18:53:49.531Z Compiling zip v4.6.1
16842026-06-08T18:53:49.637Z Compiling ecdsa v0.16.9
16852026-06-08T18:53:49.809Z Compiling rsa v0.9.10
16862026-06-08T18:53:49.868Z Compiling ed25519-dalek v2.2.0
16872026-06-08T18:53:50.034Z Compiling serde_with v3.17.0
16882026-06-08T18:53:50.487Z Compiling crossterm v0.28.1
16892026-06-08T18:53:50.850Z Compiling zip v0.6.6
16902026-06-08T18:53:50.917Z Compiling toml v0.7.8
16912026-06-08T18:53:51.539Z Compiling iddqd v0.4.2
16922026-06-08T18:53:52.076Z Compiling toml_parser v1.0.9+spec-1.1.0
16932026-06-08T18:53:52.091Z Compiling similar v2.7.0
16942026-06-08T18:53:52.219Z Compiling heck v0.4.1
16952026-06-08T18:53:52.455Z Compiling crossbeam-epoch v0.9.18
16962026-06-08T18:53:52.703Z Compiling tokio-stream v0.1.18
16972026-06-08T18:53:52.791Z Compiling buf-list v1.1.2
16982026-06-08T18:53:52.815Z Compiling x509-cert v0.2.5
16992026-06-08T18:53:52.955Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17002026-06-08T18:53:53.074Z Compiling openapiv3 v2.2.0
17012026-06-08T18:53:53.167Z Compiling sha1 v0.10.6
17022026-06-08T18:53:53.183Z Compiling lalrpop-util v0.19.12
17032026-06-08T18:53:53.260Z Compiling peg-runtime v0.8.5
17042026-06-08T18:53:53.376Z Compiling thread_local v1.1.9
17052026-06-08T18:53:53.389Z Compiling slog-async v2.8.0
17062026-06-08T18:53:53.442Z Compiling crossbeam-channel v0.5.15
17072026-06-08T18:53:53.547Z Compiling is-terminal v0.4.17
17082026-06-08T18:53:53.627Z Compiling filetime v0.2.27
17092026-06-08T18:53:53.646Z Compiling take_mut v0.2.2
17102026-06-08T18:53:53.706Z Compiling term v1.2.1
17112026-06-08T18:53:53.757Z Compiling xattr v1.6.1
17122026-06-08T18:53:53.927Z Compiling tar v0.4.45
17132026-06-08T18:53:54.260Z Compiling slog-term v2.9.2
17142026-06-08T18:54:03.270Z Compiling rustls-webpki v0.103.9
17152026-06-08T18:54:06.043Z Compiling tokio-rustls v0.26.4
17162026-06-08T18:54:06.044Z Compiling rustls-platform-verifier v0.6.2
17172026-06-08T18:54:06.240Z Compiling hyper-rustls v0.27.7
17182026-06-08T18:54:06.439Z Compiling reqwest v0.12.28
17192026-06-08T18:54:06.459Z Compiling reqwest v0.13.2
17202026-06-08T18:54:07.693Z Compiling tough v0.22.0
17212026-06-08T18:54:10.239Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-06-08T18:54:10.457Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-06-08T18:54:13.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
17242026-06-08T18:54:13.479Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-06-08T18:54:13.532ZJun 08 18:54:11.882 INFO Starting download, target: Clickhouse
17262026-06-08T18:54:13.532ZJun 08 18:54:11.882 INFO Starting download, target: Console
17272026-06-08T18:54:13.532ZJun 08 18:54:11.882 INFO Starting download, target: Cockroach
17282026-06-08T18:54:13.532ZJun 08 18:54:11.882 INFO Starting download, target: DendriteStub
17292026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Starting download, target: MaghemiteMgd
17302026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Starting download, target: TransceiverControl
17312026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17322026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17332026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-06-08T18:54:13.537ZJun 08 18:54:11.882 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-06-08T18:54:14.119ZJun 08 18:54:12.469 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-06-08T18:54:14.365ZJun 08 18:54:12.707 INFO Download complete, target: TransceiverControl
17392026-06-08T18:54:14.505ZJun 08 18:54:12.856 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-06-08T18:54:14.743ZJun 08 18:54:13.095 INFO Download complete, target: Console
17412026-06-08T18:54:15.321ZJun 08 18:54:13.673 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-06-08T18:54:15.359ZJun 08 18:54:13.708 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-06-08T18:54:15.427ZJun 08 18:54:13.774 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-06-08T18:54:15.853ZJun 08 18:54:14.206 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-06-08T18:54:15.853ZJun 08 18:54:14.206 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-06-08T18:54:17.799ZJun 08 18:54:16.151 INFO Download complete, target: MaghemiteMgd
17472026-06-08T18:54:17.818ZJun 08 18:54:16.170 INFO Download complete, target: DendriteStub
17482026-06-08T18:54:20.528ZJun 08 18:54:18.881 INFO Checking that binary works, target: Cockroach
17492026-06-08T18:54:20.646ZJun 08 18:54:18.998 INFO Download complete, target: Cockroach
17502026-06-08T18:54:22.221ZJun 08 18:54:20.573 INFO Checking that binary works, target: Clickhouse
17512026-06-08T18:54:22.313ZJun 08 18:54:20.665 INFO Download complete, target: Clickhouse
17522026-06-08T18:54:22.330ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-06-08T18:54:22.334Z
17542026-06-08T18:54:22.334Zreal 2:24.240430870
17552026-06-08T18:54:22.334Zuser 6:57.203869328
17562026-06-08T18:54:22.334Zsys 1:22.871277876
17572026-06-08T18:54:22.334Ztrap 0.225662580
17582026-06-08T18:54:22.334Ztflt 0.670908301
17592026-06-08T18:54:22.336Zdflt 0.631306194
17602026-06-08T18:54:22.336Zkflt 0.027616767
17612026-06-08T18:54:22.336Zlock 21:45.135629937
17622026-06-08T18:54:22.336Zslp 21:37.283170851
17632026-06-08T18:54:22.336Zlat 42.000694626
17642026-06-08T18:54:22.336Zstop 1:54.898881974
17652026-06-08T18:54:22.336Z+ banner hack-check
17662026-06-08T18:54:22.336Z
17672026-06-08T18:54:22.336Z # # ## #### # # #### # # ###### #### # #
17682026-06-08T18:54:22.336Z # # # # # # # # # # # # # # # # #
17692026-06-08T18:54:22.336Z ###### # # # #### ##### # ###### ##### # ####
17702026-06-08T18:54:22.336Z # # ###### # # # # # # # # # #
17712026-06-08T18:54:22.337Z # # # # # # # # # # # # # # # # #
17722026-06-08T18:54:22.337Z # # # # #### # # #### # # ###### #### # #
17732026-06-08T18:54:22.337Z
17742026-06-08T18:54:22.337Z+ export CARGO_INCREMENTAL=0
17752026-06-08T18:54:22.337Z+ CARGO_INCREMENTAL=0
17762026-06-08T18:54:22.337Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-06-08T18:54:22.868Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-06-08T18:54:23.090Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-06-08T18:54:24.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s
17802026-06-08T18:54:25.061Z Running `target/debug/xtask check-features --ci`
17812026-06-08T18:54:25.066Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-06-08T18:54:25.069Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-06-08T18:54:25.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-06-08T18:54:25.573Z Running `target/debug/xtask download cargo-hack`
17852026-06-08T18:54:26.359Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-06-08T18:54:26.682Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-06-08T18:54:29.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
17882026-06-08T18:54:29.338Z Running `target/debug/xtask-downloader cargo-hack`
17892026-06-08T18:54:29.378ZJun 08 18:54:27.731 INFO Starting download, target: CargoHack
17902026-06-08T18:54:29.381ZJun 08 18:54:27.731 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-06-08T18:54:29.762ZJun 08 18:54:28.114 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-06-08T18:54:29.812ZJun 08 18:54:28.165 INFO Download complete, target: CargoHack
17932026-06-08T18:54:29.815Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
17942026-06-08T18:54:29.828Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-06-08T18:54:29.987Zinfo: running `cargo check --bins` on api_identity (1/295)
17962026-06-08T18:54:30.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-06-08T18:54:30.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-06-08T18:54:30.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-06-08T18:54:30.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18002026-06-08T18:54:30.570Z
18012026-06-08T18:54:30.570Zinfo: running `cargo check --bins` on bootstore (2/295)
18022026-06-08T18:54:31.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-06-08T18:54:31.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-06-08T18:54:31.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-06-08T18:54:31.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18062026-06-08T18:54:31.156Z
18072026-06-08T18:54:31.156Zinfo: running `cargo check --bins` on omicron-ledger (3/295)
18082026-06-08T18:54:31.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-06-08T18:54:31.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-06-08T18:54:31.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-06-08T18:54:31.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-06-08T18:54:31.733Z
18132026-06-08T18:54:31.733Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/295)
18142026-06-08T18:54:32.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-06-08T18:54:32.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-06-08T18:54:32.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-06-08T18:54:32.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-06-08T18:54:32.317Z
18192026-06-08T18:54:32.318Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/295)
18202026-06-08T18:54:32.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-06-08T18:54:32.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-06-08T18:54:32.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-06-08T18:54:32.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18242026-06-08T18:54:32.906Z
18252026-06-08T18:54:32.906Zinfo: running `cargo check --bins` on omicron-certificates (6/295)
18262026-06-08T18:54:33.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-06-08T18:54:33.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-06-08T18:54:33.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-06-08T18:54:33.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-06-08T18:54:33.496Z
18312026-06-08T18:54:33.496Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/295)
18322026-06-08T18:54:33.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-06-08T18:54:33.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-06-08T18:54:33.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-06-08T18:54:34.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18362026-06-08T18:54:34.081Z
18372026-06-08T18:54:34.081Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/295)
18382026-06-08T18:54:34.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-06-08T18:54:34.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-06-08T18:54:34.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-06-08T18:54:34.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-06-08T18:54:34.668Z
18432026-06-08T18:54:34.668Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/295)
18442026-06-08T18:54:35.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-06-08T18:54:35.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-06-08T18:54:35.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-06-08T18:54:35.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-06-08T18:54:35.132Z
18492026-06-08T18:54:35.132Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/295)
18502026-06-08T18:54:35.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-06-08T18:54:35.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-06-08T18:54:35.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-06-08T18:54:35.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18542026-06-08T18:54:35.599Z
18552026-06-08T18:54:35.599Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/295)
18562026-06-08T18:54:36.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-06-08T18:54:36.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-06-08T18:54:36.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-06-08T18:54:36.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18602026-06-08T18:54:36.071Z
18612026-06-08T18:54:36.071Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/295)
18622026-06-08T18:54:36.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-06-08T18:54:36.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-06-08T18:54:36.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-06-08T18:54:36.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18662026-06-08T18:54:36.540Z
18672026-06-08T18:54:36.540Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/295)
18682026-06-08T18:54:36.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-06-08T18:54:36.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-06-08T18:54:36.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-06-08T18:54:36.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-06-08T18:54:37.009Z
18732026-06-08T18:54:37.010Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/295)
18742026-06-08T18:54:37.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-06-08T18:54:37.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-06-08T18:54:37.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-06-08T18:54:37.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18782026-06-08T18:54:37.476Z
18792026-06-08T18:54:37.476Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/295)
18802026-06-08T18:54:37.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-06-08T18:54:37.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-06-08T18:54:37.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-06-08T18:54:37.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-06-08T18:54:37.949Z
18852026-06-08T18:54:37.949Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/295)
18862026-06-08T18:54:38.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-06-08T18:54:38.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-06-08T18:54:38.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-06-08T18:54:38.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-06-08T18:54:38.419Z
18912026-06-08T18:54:38.419Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/295)
18922026-06-08T18:54:38.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-06-08T18:54:38.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-06-08T18:54:38.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-06-08T18:54:38.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-06-08T18:54:38.889Z
18972026-06-08T18:54:38.889Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/295)
18982026-06-08T18:54:39.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-06-08T18:54:39.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-06-08T18:54:39.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-06-08T18:54:39.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-06-08T18:54:39.358Z
19032026-06-08T18:54:39.358Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/295)
19042026-06-08T18:54:39.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-06-08T18:54:39.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-06-08T18:54:39.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-06-08T18:54:39.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-06-08T18:54:39.831Z
19092026-06-08T18:54:39.831Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/295)
19102026-06-08T18:54:40.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-06-08T18:54:40.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-06-08T18:54:40.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-06-08T18:54:40.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-06-08T18:54:40.302Z
19152026-06-08T18:54:40.302Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/295)
19162026-06-08T18:54:41.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-06-08T18:54:41.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-06-08T18:54:41.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-06-08T18:54:41.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-06-08T18:54:41.141Z
19212026-06-08T18:54:41.141Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/295)
19222026-06-08T18:54:41.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-06-08T18:54:41.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-06-08T18:54:41.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-06-08T18:54:41.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-06-08T18:54:41.241Z
19272026-06-08T18:54:41.241Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/295)
19282026-06-08T18:54:41.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-06-08T18:54:41.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-06-08T18:54:41.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-06-08T18:54:41.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19322026-06-08T18:54:41.713Z
19332026-06-08T18:54:41.714Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/295)
19342026-06-08T18:54:42.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-06-08T18:54:42.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-06-08T18:54:42.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-06-08T18:54:42.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-06-08T18:54:42.184Z
19392026-06-08T18:54:42.184Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/295)
19402026-06-08T18:54:42.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-06-08T18:54:42.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-06-08T18:54:42.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-06-08T18:54:42.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-06-08T18:54:42.652Z
19452026-06-08T18:54:42.652Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/295)
19462026-06-08T18:54:43.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-06-08T18:54:43.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-06-08T18:54:43.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-06-08T18:54:43.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19502026-06-08T18:54:43.125Z
19512026-06-08T18:54:43.126Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/295)
19522026-06-08T18:54:43.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-06-08T18:54:43.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-06-08T18:54:43.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-06-08T18:54:43.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-06-08T18:54:43.598Z
19572026-06-08T18:54:43.598Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/295)
19582026-06-08T18:54:44.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-06-08T18:54:44.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-06-08T18:54:44.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-06-08T18:54:44.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19622026-06-08T18:54:44.074Z
19632026-06-08T18:54:44.074Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/295)
19642026-06-08T18:54:44.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-06-08T18:54:44.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-06-08T18:54:44.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-06-08T18:54:44.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-06-08T18:54:44.548Z
19692026-06-08T18:54:44.548Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/295)
19702026-06-08T18:54:44.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-06-08T18:54:44.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-06-08T18:54:44.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-06-08T18:54:44.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-06-08T18:54:45.019Z
19752026-06-08T18:54:45.019Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/295)
19762026-06-08T18:54:45.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-06-08T18:54:45.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-06-08T18:54:45.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-06-08T18:54:45.429Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-06-08T18:54:45.486Z
19812026-06-08T18:54:45.486Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/295)
19822026-06-08T18:54:45.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-06-08T18:54:45.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-06-08T18:54:45.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-06-08T18:54:45.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-06-08T18:54:45.958Z
19872026-06-08T18:54:45.958Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/295)
19882026-06-08T18:54:46.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-06-08T18:54:46.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-06-08T18:54:46.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-06-08T18:54:46.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-06-08T18:54:46.427Z
19932026-06-08T18:54:46.427Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/295)
19942026-06-08T18:54:46.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-06-08T18:54:46.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-06-08T18:54:46.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-06-08T18:54:46.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-06-08T18:54:46.901Z
19992026-06-08T18:54:46.901Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/295)
20002026-06-08T18:54:47.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-06-08T18:54:47.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-06-08T18:54:47.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-06-08T18:54:47.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-06-08T18:54:47.367Z
20052026-06-08T18:54:47.367Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/295)
20062026-06-08T18:54:47.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-06-08T18:54:47.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-06-08T18:54:47.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-06-08T18:54:47.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-06-08T18:54:47.833Z
20112026-06-08T18:54:47.833Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/295)
20122026-06-08T18:54:48.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-06-08T18:54:48.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-06-08T18:54:48.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-06-08T18:54:48.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-06-08T18:54:48.295Z
20172026-06-08T18:54:48.295Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/295)
20182026-06-08T18:54:48.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-06-08T18:54:48.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-06-08T18:54:48.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-06-08T18:54:48.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-06-08T18:54:48.765Z
20232026-06-08T18:54:48.765Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/295)
20242026-06-08T18:54:49.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-06-08T18:54:49.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-06-08T18:54:49.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-06-08T18:54:49.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-06-08T18:54:49.227Z
20292026-06-08T18:54:49.227Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/295)
20302026-06-08T18:54:49.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-06-08T18:54:49.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-06-08T18:54:49.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-06-08T18:54:49.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-06-08T18:54:49.693Z
20352026-06-08T18:54:49.693Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/295)
20362026-06-08T18:54:50.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-06-08T18:54:50.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-06-08T18:54:50.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-06-08T18:54:50.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-06-08T18:54:50.158Z
20412026-06-08T18:54:50.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/295)
20422026-06-08T18:54:50.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-06-08T18:54:50.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-06-08T18:54:50.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-06-08T18:54:50.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-06-08T18:54:50.623Z
20472026-06-08T18:54:50.623Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/295)
20482026-06-08T18:54:51.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-06-08T18:54:51.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-06-08T18:54:51.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-06-08T18:54:51.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-06-08T18:54:51.091Z
20532026-06-08T18:54:51.091Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/295)
20542026-06-08T18:54:51.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-06-08T18:54:51.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-06-08T18:54:51.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-06-08T18:54:51.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-06-08T18:54:51.563Z
20592026-06-08T18:54:51.563Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/295)
20602026-06-08T18:54:51.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-06-08T18:54:51.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-06-08T18:54:51.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-06-08T18:54:51.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-06-08T18:54:52.036Z
20652026-06-08T18:54:52.037Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/295)
20662026-06-08T18:54:52.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-06-08T18:54:52.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-06-08T18:54:52.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-06-08T18:54:52.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-06-08T18:54:52.506Z
20712026-06-08T18:54:52.506Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/295)
20722026-06-08T18:54:52.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-06-08T18:54:52.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-06-08T18:54:52.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-06-08T18:54:52.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-06-08T18:54:52.978Z
20772026-06-08T18:54:52.978Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/295)
20782026-06-08T18:54:53.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-06-08T18:54:53.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-06-08T18:54:53.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-06-08T18:54:53.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-06-08T18:54:53.447Z
20832026-06-08T18:54:53.447Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/295)
20842026-06-08T18:54:53.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-06-08T18:54:53.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-06-08T18:54:53.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-06-08T18:54:53.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20882026-06-08T18:54:54.079Z
20892026-06-08T18:54:54.079Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/295)
20902026-06-08T18:54:54.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-06-08T18:54:54.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-06-08T18:54:54.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-06-08T18:54:54.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-06-08T18:54:54.713Z
20952026-06-08T18:54:54.713Zinfo: running `cargo check --bins` on nexus-config (51/295)
20962026-06-08T18:54:55.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-06-08T18:54:55.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-06-08T18:54:55.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-06-08T18:54:55.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-06-08T18:54:55.347Z
21012026-06-08T18:54:55.347Zinfo: running `cargo check --bins` on nexus-types (52/295)
21022026-06-08T18:54:55.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-06-08T18:54:55.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-06-08T18:54:55.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-06-08T18:54:55.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21062026-06-08T18:54:55.974Z
21072026-06-08T18:54:55.974Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/295)
21082026-06-08T18:54:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-06-08T18:54:56.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-06-08T18:54:56.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-06-08T18:54:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21122026-06-08T18:54:56.583Z
21132026-06-08T18:54:56.583Zinfo: running `cargo check --bins` on omicron-passwords (54/295)
21142026-06-08T18:54:57.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-06-08T18:54:57.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-06-08T18:54:57.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-06-08T18:54:57.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-06-08T18:54:57.169Z
21192026-06-08T18:54:57.169Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/295)
21202026-06-08T18:54:57.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-06-08T18:54:57.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-06-08T18:54:57.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-06-08T18:54:57.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21242026-06-08T18:54:57.773Z
21252026-06-08T18:54:57.773Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/295)
21262026-06-08T18:54:58.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-06-08T18:54:58.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-06-08T18:54:58.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-06-08T18:54:58.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-06-08T18:54:58.375Z
21312026-06-08T18:54:58.375Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/295)
21322026-06-08T18:54:58.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-06-08T18:54:58.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-06-08T18:54:58.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-06-08T18:54:58.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-06-08T18:54:58.983Z
21372026-06-08T18:54:58.983Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/295)
21382026-06-08T18:54:59.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-06-08T18:54:59.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-06-08T18:54:59.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-06-08T18:54:59.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21422026-06-08T18:54:59.589Z
21432026-06-08T18:54:59.589Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/295)
21442026-06-08T18:55:00.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-06-08T18:55:00.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-06-08T18:55:00.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-06-08T18:55:00.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-06-08T18:55:00.177Z
21492026-06-08T18:55:00.177Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/295)
21502026-06-08T18:55:00.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-06-08T18:55:00.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-06-08T18:55:00.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-06-08T18:55:00.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-06-08T18:55:00.765Z
21552026-06-08T18:55:00.765Zinfo: running `cargo check --bins --no-default-features` on gfss (61/295)
21562026-06-08T18:55:01.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-06-08T18:55:01.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-06-08T18:55:01.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-06-08T18:55:01.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21602026-06-08T18:55:01.342Z
21612026-06-08T18:55:01.342Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/295)
21622026-06-08T18:55:01.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-06-08T18:55:01.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-06-08T18:55:01.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-06-08T18:55:01.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-06-08T18:55:01.922Z
21672026-06-08T18:55:01.922Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/295)
21682026-06-08T18:55:02.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-06-08T18:55:02.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-06-08T18:55:02.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-06-08T18:55:02.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-06-08T18:55:02.521Z
21732026-06-08T18:55:02.521Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/295)
21742026-06-08T18:55:03.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-06-08T18:55:03.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-06-08T18:55:03.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-06-08T18:55:03.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-06-08T18:55:03.122Z
21792026-06-08T18:55:03.122Zinfo: running `cargo check --bins` on cockroach-admin-types (65/295)
21802026-06-08T18:55:03.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-06-08T18:55:03.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-06-08T18:55:03.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-06-08T18:55:03.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-06-08T18:55:03.708Z
21852026-06-08T18:55:03.708Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/295)
21862026-06-08T18:55:04.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-06-08T18:55:04.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-06-08T18:55:04.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-06-08T18:55:04.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-06-08T18:55:04.294Z
21912026-06-08T18:55:04.294Zinfo: running `cargo check --bins` on ereport-types (67/295)
21922026-06-08T18:55:04.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-06-08T18:55:04.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-06-08T18:55:04.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-06-08T18:55:04.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-06-08T18:55:04.884Z
21972026-06-08T18:55:04.884Zinfo: running `cargo check --bins` on gateway-client (68/295)
21982026-06-08T18:55:05.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-06-08T18:55:05.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-06-08T18:55:05.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-06-08T18:55:05.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22022026-06-08T18:55:05.474Z
22032026-06-08T18:55:05.474Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/295)
22042026-06-08T18:55:05.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-06-08T18:55:05.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-06-08T18:55:05.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-06-08T18:55:05.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22082026-06-08T18:55:06.063Z
22092026-06-08T18:55:06.063Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/295)
22102026-06-08T18:55:06.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-06-08T18:55:06.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-06-08T18:55:06.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-06-08T18:55:06.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-06-08T18:55:06.654Z
22152026-06-08T18:55:06.654Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/295)
22162026-06-08T18:55:07.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-06-08T18:55:07.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-06-08T18:55:07.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-06-08T18:55:07.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-06-08T18:55:07.248Z
22212026-06-08T18:55:07.248Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/295)
22222026-06-08T18:55:07.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-06-08T18:55:07.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-06-08T18:55:07.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-06-08T18:55:07.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22262026-06-08T18:55:07.844Z
22272026-06-08T18:55:07.844Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/295)
22282026-06-08T18:55:08.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-06-08T18:55:08.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-06-08T18:55:08.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-06-08T18:55:08.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-06-08T18:55:08.455Z
22332026-06-08T18:55:08.455Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/295)
22342026-06-08T18:55:08.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-06-08T18:55:08.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-06-08T18:55:08.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-06-08T18:55:08.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-06-08T18:55:09.063Z
22392026-06-08T18:55:09.063Zinfo: running `cargo check --bins` on key-manager-types (75/295)
22402026-06-08T18:55:09.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-06-08T18:55:09.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-06-08T18:55:09.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-06-08T18:55:09.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-06-08T18:55:09.643Z
22452026-06-08T18:55:09.643Zinfo: running `cargo check --bins` on oxlog (76/295)
22462026-06-08T18:55:10.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-06-08T18:55:10.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-06-08T18:55:10.256Z Checking cfg-if v1.0.4
22492026-06-08T18:55:10.258Z Checking libc v0.2.185
22502026-06-08T18:55:10.258Z Checking serde_core v1.0.228
22512026-06-08T18:55:10.373Z Checking zeroize v1.8.2
22522026-06-08T18:55:10.381Z Checking memchr v2.8.0
22532026-06-08T18:55:10.391Z Checking log v0.4.29
22542026-06-08T18:55:10.394Z Checking smallvec v1.15.1
22552026-06-08T18:55:10.412Z Checking typenum v1.19.0
22562026-06-08T18:55:10.412Z Checking subtle v2.6.1
22572026-06-08T18:55:10.510Z Checking itoa v1.0.17
22582026-06-08T18:55:10.548Z Checking scopeguard v1.2.0
22592026-06-08T18:55:10.569Z Checking stable_deref_trait v1.2.1
22602026-06-08T18:55:10.581Z Checking const-oid v0.9.6
22612026-06-08T18:55:10.642Z Checking zerofrom v0.1.6
22622026-06-08T18:55:10.655Z Checking lock_api v0.4.14
22632026-06-08T18:55:10.677Z Checking pin-project-lite v0.2.17
22642026-06-08T18:55:10.753Z Checking yoke v0.8.1
22652026-06-08T18:55:10.765Z Checking portable-atomic v1.13.1
22662026-06-08T18:55:10.768Z Checking getrandom v0.2.17
22672026-06-08T18:55:10.768Z Checking errno v0.3.14
22682026-06-08T18:55:10.848Z Checking parking_lot_core v0.9.12
22692026-06-08T18:55:10.918Z Checking zerovec v0.11.5
22702026-06-08T18:55:10.930Z Checking generic-array v0.14.7
22712026-06-08T18:55:10.935Z Checking signal-hook-registry v1.4.8
22722026-06-08T18:55:10.959Z Checking rand_core v0.6.4
22732026-06-08T18:55:11.034Z Checking critical-section v1.2.0
22742026-06-08T18:55:11.094Z Checking futures-core v0.3.32
22752026-06-08T18:55:11.130Z Checking parking_lot v0.12.5
22762026-06-08T18:55:11.133Z Checking mio v1.2.0
22772026-06-08T18:55:11.195Z Checking once_cell v1.21.3
22782026-06-08T18:55:11.216Z Checking zerocopy v0.8.40
22792026-06-08T18:55:11.259Z Checking zmij v1.0.21
22802026-06-08T18:55:11.316Z Checking socket2 v0.6.3
22812026-06-08T18:55:11.343Z Checking tinystr v0.8.2
22822026-06-08T18:55:11.357Z Checking crypto-common v0.1.7
22832026-06-08T18:55:11.370Z Checking block-buffer v0.10.4
22842026-06-08T18:55:11.421Z Checking libm v0.2.16
22852026-06-08T18:55:11.465Z Checking writeable v0.6.2
22862026-06-08T18:55:11.479Z Checking litemap v0.8.1
22872026-06-08T18:55:11.502Z Checking digest v0.10.7
22882026-06-08T18:55:11.514Z Checking equivalent v1.0.2
22892026-06-08T18:55:11.557Z Checking percent-encoding v2.3.2
22902026-06-08T18:55:11.593Z Checking potential_utf v0.1.4
22912026-06-08T18:55:11.626Z Checking zerotrie v0.2.3
22922026-06-08T18:55:11.645Z Checking icu_locale_core v2.1.1
22932026-06-08T18:55:11.694Z Checking futures-sink v0.3.32
22942026-06-08T18:55:11.708Z Checking slab v0.4.12
22952026-06-08T18:55:11.720Z Checking icu_collections v2.1.1
22962026-06-08T18:55:11.795Z Checking futures-channel v0.3.32
22972026-06-08T18:55:11.843Z Checking serde v1.0.228
22982026-06-08T18:55:11.869Z Checking bitflags v2.11.0
22992026-06-08T18:55:11.873Z Checking serde_json v1.0.149
23002026-06-08T18:55:11.981Z Checking futures-task v0.3.32
23012026-06-08T18:55:12.021Z Checking cpufeatures v0.2.17
23022026-06-08T18:55:12.021Z Checking futures-io v0.3.32
23032026-06-08T18:55:12.092Z Checking hmac v0.12.1
23042026-06-08T18:55:12.120Z Checking icu_normalizer_data v2.1.1
23052026-06-08T18:55:12.131Z Checking num-traits v0.2.19
23062026-06-08T18:55:12.142Z Checking futures-util v0.3.32
23072026-06-08T18:55:12.188Z Checking icu_properties_data v2.1.2
23082026-06-08T18:55:12.201Z Checking icu_provider v2.1.1
23092026-06-08T18:55:12.220Z Checking rand_core v0.10.0
23102026-06-08T18:55:12.238Z Checking bytes v1.11.1
23112026-06-08T18:55:12.315Z Checking hashbrown v0.17.0
23122026-06-08T18:55:12.357Z Checking getrandom v0.4.1
23132026-06-08T18:55:12.429Z Checking icu_properties v2.1.2
23142026-06-08T18:55:12.505Z Checking icu_normalizer v2.1.1
23152026-06-08T18:55:12.538Z Checking block-padding v0.3.3
23162026-06-08T18:55:12.651Z Checking utf8_iter v1.0.4
23172026-06-08T18:55:12.668Z Checking inout v0.1.4
23182026-06-08T18:55:12.682Z Checking tokio v1.52.1
23192026-06-08T18:55:12.780Z Checking sha2 v0.10.9
23202026-06-08T18:55:12.792Z Checking indexmap v2.14.0
23212026-06-08T18:55:12.805Z Checking cipher v0.4.4
23222026-06-08T18:55:12.823Z Checking form_urlencoded v1.2.2
23232026-06-08T18:55:12.953Z Checking getrandom v0.3.4
23242026-06-08T18:55:13.017Z Checking base64ct v1.8.3
23252026-06-08T18:55:13.055Z Checking byteorder v1.5.0
23262026-06-08T18:55:13.096Z Checking fnv v1.0.7
23272026-06-08T18:55:13.194Z Checking flagset v0.4.7
23282026-06-08T18:55:13.249Z Checking pem-rfc7468 v0.7.0
23292026-06-08T18:55:13.261Z Checking rand_core v0.9.5
23302026-06-08T18:55:13.272Z Checking idna_adapter v1.2.1
23312026-06-08T18:55:13.315Z Checking http v1.4.0
23322026-06-08T18:55:13.349Z Checking regex-syntax v0.8.10
23332026-06-08T18:55:13.387Z Checking idna v1.1.0
23342026-06-08T18:55:13.402Z Checking der v0.7.10
23352026-06-08T18:55:13.433Z Checking salsa20 v0.10.2
23362026-06-08T18:55:13.564Z Checking uuid v1.23.0
23372026-06-08T18:55:13.631Z Checking url v2.5.8
23382026-06-08T18:55:13.876Z Checking pbkdf2 v0.12.2
23392026-06-08T18:55:13.889Z Checking rustix v1.1.3
23402026-06-08T18:55:13.987Z Checking tracing-core v0.1.36
23412026-06-08T18:55:14.004Z Checking ppv-lite86 v0.2.21
23422026-06-08T18:55:14.063Z Checking rustls-pki-types v1.14.0
23432026-06-08T18:55:14.080Z Checking base64 v0.22.1
23442026-06-08T18:55:14.143Z Checking spki v0.7.3
23452026-06-08T18:55:14.289Z Checking iana-time-zone v0.1.65
23462026-06-08T18:55:14.303Z Checking rand_chacha v0.9.0
23472026-06-08T18:55:14.315Z Checking tracing v0.1.44
23482026-06-08T18:55:14.327Z Checking scrypt v0.11.0
23492026-06-08T18:55:14.341Z Checking http-body v1.0.1
23502026-06-08T18:55:14.393Z Checking chrono v0.4.44
23512026-06-08T18:55:14.461Z Checking aes v0.8.4
23522026-06-08T18:55:14.473Z Checking cbc v0.1.2
23532026-06-08T18:55:14.496Z Checking aws-lc-sys v0.40.0
23542026-06-08T18:55:14.517Z Checking untrusted v0.9.0
23552026-06-08T18:55:14.597Z Checking untrusted v0.7.1
23562026-06-08T18:55:14.624Z Checking openssl-probe v0.2.1
23572026-06-08T18:55:14.664Z Checking tinyvec_macros v0.1.1
23582026-06-08T18:55:14.708Z Checking ring v0.17.14
23592026-06-08T18:55:14.728Z Checking tinyvec v1.10.0
23602026-06-08T18:55:14.741Z Checking rand v0.9.2
23612026-06-08T18:55:14.755Z Checking try-lock v0.2.5
23622026-06-08T18:55:14.849Z Checking pkcs5 v0.7.1
23632026-06-08T18:55:14.860Z Checking tower-layer v0.3.3
23642026-06-08T18:55:15.002Z Checking aws-lc-rs v1.16.3
23652026-06-08T18:55:15.014Z Checking atomic-waker v1.1.2
23662026-06-08T18:55:15.034Z Checking tower-service v0.3.3
23672026-06-08T18:55:15.097Z Checking pkcs8 v0.10.2
23682026-06-08T18:55:15.109Z Checking want v0.3.1
23692026-06-08T18:55:15.124Z Checking ipnet v2.11.0
23702026-06-08T18:55:15.210Z Checking httparse v1.10.1
23712026-06-08T18:55:15.226Z Checking aho-corasick v1.1.4
23722026-06-08T18:55:15.241Z Checking plain v0.2.3
23732026-06-08T18:55:15.272Z Checking foreign-types-shared v0.1.1
23742026-06-08T18:55:15.343Z Checking pin-utils v0.1.0
23752026-06-08T18:55:15.357Z Checking dyn-clone v1.0.20
23762026-06-08T18:55:15.379Z Checking httpdate v1.0.3
23772026-06-08T18:55:15.409Z Checking fastrand v2.3.0
23782026-06-08T18:55:15.442Z Checking foreign-types v0.3.2
23792026-06-08T18:55:15.458Z Checking unicode-normalization v0.1.25
23802026-06-08T18:55:15.489Z Checking semver v1.0.28
23812026-06-08T18:55:15.521Z Checking openssl-sys v0.9.115
23822026-06-08T18:55:15.587Z Checking tempfile v3.25.0
23832026-06-08T18:55:15.694Z Checking spin v0.9.8
23842026-06-08T18:55:15.708Z Checking unicode-ident v1.0.24
23852026-06-08T18:55:15.786Z Checking ucd-trie v0.1.7
23862026-06-08T18:55:15.819Z Checking proc-macro2 v1.0.106
23872026-06-08T18:55:15.841Z Checking rustls-webpki v0.103.9
23882026-06-08T18:55:15.856Z Checking schemars v0.8.22
23892026-06-08T18:55:15.882Z Checking rustls-native-certs v0.8.3
23902026-06-08T18:55:15.897Z Checking regex-automata v0.4.14
23912026-06-08T18:55:15.900Z Checking openssl v0.10.79
23922026-06-08T18:55:15.920Z Checking pest v2.8.6
23932026-06-08T18:55:15.934Z Checking tokio-util v0.7.18
23942026-06-08T18:55:16.005Z Checking thiserror v2.0.18
23952026-06-08T18:55:16.107Z Checking sync_wrapper v1.0.2
23962026-06-08T18:55:16.122Z Checking wait-timeout v0.2.1
23972026-06-08T18:55:16.211Z Checking pretty-hex v0.4.1
23982026-06-08T18:55:16.242Z Checking simd-adler32 v0.3.8
23992026-06-08T18:55:16.262Z Checking rustls v0.23.37
24002026-06-08T18:55:16.325Z Checking quick-error v1.2.3
24012026-06-08T18:55:16.409Z Checking utf8parse v0.2.2
24022026-06-08T18:55:16.425Z Checking bit-vec v0.8.0
24032026-06-08T18:55:16.493Z Checking anstyle v1.0.13
24042026-06-08T18:55:16.508Z Checking powerfmt v0.2.0
24052026-06-08T18:55:16.540Z Checking h2 v0.4.13
24062026-06-08T18:55:16.619Z Checking siphasher v1.0.2
24072026-06-08T18:55:16.656Z Checking deranged v0.5.8
24082026-06-08T18:55:16.669Z Checking bit-set v0.8.0
24092026-06-08T18:55:16.775Z Checking anstyle-parse v0.2.7
24102026-06-08T18:55:16.813Z Checking rusty-fork v0.3.1
24112026-06-08T18:55:16.926Z Checking tower v0.5.3
24122026-06-08T18:55:16.981Z Checking quote v1.0.45
24132026-06-08T18:55:16.996Z Compiling newtype-uuid v1.3.2
24142026-06-08T18:55:17.149Z Checking http-body-util v0.1.3
24152026-06-08T18:55:17.175Z Checking webpki-roots v1.0.6
24162026-06-08T18:55:17.292Z Checking crossbeam-utils v0.8.21
24172026-06-08T18:55:17.306Z Checking rand_xorshift v0.4.0
24182026-06-08T18:55:17.364Z Checking crc32fast v1.5.0
24192026-06-08T18:55:17.422Z Checking scroll v0.13.0
24202026-06-08T18:55:17.502Z Checking signature v2.2.0
24212026-06-08T18:55:17.566Z Checking anstyle-query v1.1.5
24222026-06-08T18:55:17.623Z Checking unarray v0.1.4
24232026-06-08T18:55:17.636Z Checking num-conv v0.2.0
24242026-06-08T18:55:17.649Z Checking unicode-bidi v0.3.18
24252026-06-08T18:55:17.661Z Checking adler2 v2.0.1
24262026-06-08T18:55:17.701Z Checking allocator-api2 v0.2.21
24272026-06-08T18:55:17.745Z Checking colorchoice v1.0.4
24282026-06-08T18:55:17.768Z Checking iri-string v0.7.10
24292026-06-08T18:55:17.780Z Checking num_threads v0.1.7
24302026-06-08T18:55:17.846Z Checking is_terminal_polyfill v1.70.2
24312026-06-08T18:55:17.864Z Checking time-core v0.1.8
24322026-06-08T18:55:17.918Z Checking native-tls v0.2.18
24332026-06-08T18:55:17.935Z Checking unicode-properties v0.1.4
24342026-06-08T18:55:17.955Z Checking ryu v1.0.23
24352026-06-08T18:55:17.990Z Checking anstream v0.6.21
24362026-06-08T18:55:18.009Z Checking time v0.3.47
24372026-06-08T18:55:18.092Z Checking serde_urlencoded v0.7.1
24382026-06-08T18:55:18.104Z Checking tokio-native-tls v0.3.1
24392026-06-08T18:55:18.122Z Checking stringprep v0.1.5
24402026-06-08T18:55:18.193Z Checking miniz_oxide v0.8.9
24412026-06-08T18:55:18.261Z Checking proptest v1.10.0
24422026-06-08T18:55:18.276Z Checking bstr v1.12.1
24432026-06-08T18:55:18.294Z Checking goblin v0.10.5
24442026-06-08T18:55:18.578Z Checking crossbeam-epoch v0.9.18
24452026-06-08T18:55:18.673Z Checking syn v2.0.117
24462026-06-08T18:55:18.687Z Checking tokio-rustls v0.26.4
24472026-06-08T18:55:18.770Z Compiling daft v0.1.7
24482026-06-08T18:55:18.806Z Checking tower-http v0.6.8
24492026-06-08T18:55:18.918Z Checking ipnetwork v0.21.1
24502026-06-08T18:55:19.050Z Checking rand_chacha v0.3.1
24512026-06-08T18:55:19.084Z Checking scroll v0.12.0
24522026-06-08T18:55:19.140Z Checking thiserror v1.0.69
24532026-06-08T18:55:19.154Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-06-08T18:55:19.238Z Checking hash32 v0.2.1
24552026-06-08T18:55:19.259Z Checking num-integer v0.1.46
24562026-06-08T18:55:19.276Z Checking serde_spanned v0.6.9
24572026-06-08T18:55:19.284Z Checking hyper v1.8.1
24582026-06-08T18:55:19.315Z Checking toml_datetime v0.6.11
24592026-06-08T18:55:19.392Z Checking md-5 v0.10.6
24602026-06-08T18:55:19.409Z Checking ff v0.13.1
24612026-06-08T18:55:19.481Z Checking encoding_rs v0.8.35
24622026-06-08T18:55:19.497Z Checking base16ct v0.2.0
24632026-06-08T18:55:19.526Z Checking zlib-rs v0.6.2
24642026-06-08T18:55:19.538Z Checking psl-types v2.0.11
24652026-06-08T18:55:19.621Z Checking fallible-iterator v0.2.0
24662026-06-08T18:55:19.650Z Checking mime v0.3.17
24672026-06-08T18:55:19.826Z Checking publicsuffix v2.3.0
24682026-06-08T18:55:19.895Z Checking postgres-protocol v0.6.10
24692026-06-08T18:55:19.986Z Checking sec1 v0.7.3
24702026-06-08T18:55:20.162Z Checking hyper-util v0.1.20
24712026-06-08T18:55:20.192Z Checking group v0.13.0
24722026-06-08T18:55:20.198Z Checking num-iter v0.1.45
24732026-06-08T18:55:20.211Z Checking heapless v0.7.17
24742026-06-08T18:55:20.309Z Checking goblin v0.8.2
24752026-06-08T18:55:20.328Z Checking zstd-safe v7.2.4
24762026-06-08T18:55:20.397Z Checking flate2 v1.1.9
24772026-06-08T18:55:20.410Z Checking rand v0.8.6
24782026-06-08T18:55:20.492Z Checking cookie v0.18.1
24792026-06-08T18:55:20.625Z Checking oxnet v0.1.4
24802026-06-08T18:55:20.641Z Checking dof v0.4.0
24812026-06-08T18:55:20.693Z Compiling iddqd v0.4.2
24822026-06-08T18:55:20.723Z Checking dtrace-parser v0.3.0
24832026-06-08T18:55:20.866Z Checking phf_shared v0.13.1
24842026-06-08T18:55:20.919Z Checking lazy_static v1.5.0
24852026-06-08T18:55:20.959Z Checking pin-project v1.1.11
24862026-06-08T18:55:20.961Z Checking zerocopy v0.7.35
24872026-06-08T18:55:21.007Z Checking terminal_size v0.4.3
24882026-06-08T18:55:21.054Z Checking bzip2-sys v0.1.13+1.0.8
24892026-06-08T18:55:21.065Z Checking signal-hook v0.3.18
24902026-06-08T18:55:21.119Z Checking futures-executor v0.3.32
24912026-06-08T18:55:21.139Z Checking hex v0.4.3
24922026-06-08T18:55:21.251Z Checking hkdf v0.12.4
24932026-06-08T18:55:21.269Z Checking crypto-bigint v0.5.5
24942026-06-08T18:55:21.282Z Checking thread-id v5.1.0
24952026-06-08T18:55:21.361Z Checking same-file v1.0.6
24962026-06-08T18:55:21.374Z Checking either v1.15.0
24972026-06-08T18:55:21.386Z Checking foldhash v0.2.0
24982026-06-08T18:55:21.429Z Checking hyper-rustls v0.27.7
24992026-06-08T18:55:21.450Z Checking hyper-tls v0.6.0
25002026-06-08T18:55:21.476Z Checking strsim v0.11.1
25012026-06-08T18:55:21.535Z Checking libbz2-rs-sys v0.2.2
25022026-06-08T18:55:21.558Z Checking bumpalo v3.20.2
25032026-06-08T18:55:21.620Z Checking winnow v0.7.14
25042026-06-08T18:55:21.634Z Checking bitflags v1.3.2
25052026-06-08T18:55:21.637Z Checking foldhash v0.1.5
25062026-06-08T18:55:21.706Z Checking managed v0.8.0
25072026-06-08T18:55:21.755Z Checking winnow v0.5.40
25082026-06-08T18:55:21.778Z Checking clap_lex v1.0.0
25092026-06-08T18:55:21.895Z Compiling rayon-core v1.13.0
25102026-06-08T18:55:21.924Z Checking bzip2 v0.6.1
25112026-06-08T18:55:21.937Z Checking clap_builder v4.5.60
25122026-06-08T18:55:21.954Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25132026-06-08T18:55:22.083Z Checking smoltcp v0.9.1
25142026-06-08T18:55:22.099Z Checking hashbrown v0.15.5
25152026-06-08T18:55:22.139Z Checking zopfli v0.8.3
25162026-06-08T18:55:22.162Z Checking elliptic-curve v0.13.8
25172026-06-08T18:55:22.190Z Checking dof v0.3.0
25182026-06-08T18:55:22.462Z Checking reqwest v0.12.28
25192026-06-08T18:55:22.465Z Checking hashbrown v0.16.1
25202026-06-08T18:55:22.465Z Checking walkdir v2.5.0
25212026-06-08T18:55:22.565Z Checking usdt-impl v0.6.0
25222026-06-08T18:55:22.645Z Checking futures v0.3.32
25232026-06-08T18:55:22.666Z Checking signal-hook-mio v0.2.5
25242026-06-08T18:55:22.745Z Checking bzip2 v0.4.4
25252026-06-08T18:55:22.789Z Checking phf v0.13.1
25262026-06-08T18:55:22.815Z Checking snafu v0.8.9
25272026-06-08T18:55:22.857Z Checking num-bigint-dig v0.8.6
25282026-06-08T18:55:22.912Z Checking toml_edit v0.19.15
25292026-06-08T18:55:22.938Z Checking cookie_store v0.22.1
25302026-06-08T18:55:22.995Z Checking zstd v0.13.3
25312026-06-08T18:55:23.057Z Checking postgres-types v0.2.12
25322026-06-08T18:55:23.167Z Checking dtrace-parser v0.2.0
25332026-06-08T18:55:23.182Z Checking crossbeam-deque v0.8.6
25342026-06-08T18:55:23.191Z Checking rustls-platform-verifier v0.6.2
25352026-06-08T18:55:23.281Z Checking globset v0.4.18
25362026-06-08T18:55:23.327Z Checking regex v1.12.3
25372026-06-08T18:55:23.344Z Checking ed25519 v2.2.3
25382026-06-08T18:55:23.355Z Checking phf_shared v0.11.3
25392026-06-08T18:55:23.372Z Checking olpc-cjson v0.1.4
25402026-06-08T18:55:23.394Z Checking ref-cast v1.0.25
25412026-06-08T18:55:23.492Z Checking curve25519-dalek v4.1.3
25422026-06-08T18:55:23.497Z Checking strum v0.27.2
25432026-06-08T18:55:23.517Z Checking hubpack v0.1.2
25442026-06-08T18:55:23.527Z Checking memoffset v0.9.1
25452026-06-08T18:55:23.537Z Checking rustix v0.38.44
25462026-06-08T18:55:23.598Z Checking pkcs1 v0.7.5
25472026-06-08T18:55:23.601Z Checking pem v3.0.6
25482026-06-08T18:55:23.601Z Checking float-cmp v0.10.0
25492026-06-08T18:55:23.678Z Checking serde-big-array v0.5.1
25502026-06-08T18:55:23.686Z Checking serde_plain v1.0.2
25512026-06-08T18:55:23.734Z Checking erased-serde v0.3.31
25522026-06-08T18:55:23.753Z Checking rfc6979 v0.4.0
25532026-06-08T18:55:23.810Z Checking thread-id v4.2.2
25542026-06-08T18:55:23.829Z Checking memmap2 v0.9.10
25552026-06-08T18:55:23.832Z Checking env_filter v1.0.0
25562026-06-08T18:55:23.865Z Checking normalize-line-endings v0.3.0
25572026-06-08T18:55:23.888Z Checking static_assertions v1.1.0
25582026-06-08T18:55:23.947Z Checking precomputed-hash v0.1.1
25592026-06-08T18:55:23.963Z Checking whoami v2.1.0
25602026-06-08T18:55:23.963Z Checking keccak v0.1.6
25612026-06-08T18:55:23.982Z Checking fixedbitset v0.4.2
25622026-06-08T18:55:23.993Z Checking difflib v0.4.0
25632026-06-08T18:55:24.028Z Checking unicode-segmentation v1.12.0
25642026-06-08T18:55:24.113Z Checking toml_write v0.1.2
25652026-06-08T18:55:24.126Z Checking jiff v0.2.21
25662026-06-08T18:55:24.137Z Checking predicates-core v1.0.10
25672026-06-08T18:55:24.155Z Checking typed-path v0.9.3
25682026-06-08T18:55:24.167Z Checking fixedbitset v0.5.7
25692026-06-08T18:55:24.256Z Checking new_debug_unreachable v1.0.6
25702026-06-08T18:55:24.270Z Checking data-encoding v2.10.0
25712026-06-08T18:55:24.283Z Checking toml_edit v0.22.27
25722026-06-08T18:55:24.324Z Checking string_cache v0.8.9
25732026-06-08T18:55:24.338Z Checking crossterm v0.28.1
25742026-06-08T18:55:24.348Z Checking similar v2.7.0
25752026-06-08T18:55:24.360Z Checking petgraph v0.8.3
25762026-06-08T18:55:24.489Z Checking ed25519-dalek v2.2.0
25772026-06-08T18:55:24.538Z Checking hickory-proto v0.25.2
25782026-06-08T18:55:24.714Z Checking predicates v3.1.4
25792026-06-08T18:55:24.727Z Checking tokio-postgres v0.7.16
25802026-06-08T18:55:24.931Z Checking tough v0.22.0
25812026-06-08T18:55:25.005Z Checking petgraph v0.6.5
25822026-06-08T18:55:25.039Z Checking sha3 v0.10.8
25832026-06-08T18:55:25.249Z Checking slog v2.8.2
25842026-06-08T18:55:25.361Z Checking usdt v0.6.0
25852026-06-08T18:55:25.513Z Checking env_logger v0.11.9
25862026-06-08T18:55:25.531Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
25872026-06-08T18:55:25.704Z Checking toml v0.7.8
25882026-06-08T18:55:25.926Z Checking usdt-impl v0.5.0
25892026-06-08T18:55:25.962Z Checking ecdsa v0.16.9
25902026-06-08T18:55:26.013Z Checking rsa v0.9.10
25912026-06-08T18:55:26.206Z Checking nix v0.31.2
25922026-06-08T18:55:26.331Z Checking zip v4.6.1
25932026-06-08T18:55:26.477Z Checking reqwest v0.13.2
25942026-06-08T18:55:26.618Z Checking clap v4.5.60
25952026-06-08T18:55:26.700Z Checking zip v0.6.6
25962026-06-08T18:55:26.899Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-06-08T18:55:26.953Z Checking itertools v0.13.0
25982026-06-08T18:55:27.021Z Checking serde_with v3.17.0
25992026-06-08T18:55:27.125Z Checking strum v0.26.3
26002026-06-08T18:55:27.226Z Checking fs-err v3.3.0
26012026-06-08T18:55:27.238Z Checking ahash v0.8.12
26022026-06-08T18:55:27.267Z Checking object v0.37.3
26032026-06-08T18:55:27.312Z Checking tokio-stream v0.1.18
26042026-06-08T18:55:27.325Z Checking buf-list v1.1.2
26052026-06-08T18:55:27.428Z Checking anyhow v1.0.102
26062026-06-08T18:55:27.506Z Checking camino v1.2.2
26072026-06-08T18:55:27.525Z Checking x509-cert v0.2.5
26082026-06-08T18:55:27.623Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26092026-06-08T18:55:27.696Z Checking openapiv3 v2.2.0
26102026-06-08T18:55:27.771Z Checking sha1 v0.10.6
26112026-06-08T18:55:27.820Z Checking peg-runtime v0.8.5
26122026-06-08T18:55:27.891Z Checking lalrpop-util v0.19.12
26132026-06-08T18:55:27.934Z Checking rayon v1.11.0
26142026-06-08T18:55:27.963Z Checking sigpipe v0.1.3
26152026-06-08T18:55:28.027Z Checking glob v0.3.3
26162026-06-08T18:55:29.483Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26172026-06-08T18:55:29.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.11s
26182026-06-08T18:55:29.927Z
26192026-06-08T18:55:29.927Zinfo: running `cargo check --bins` on internal-dns-types (77/295)
26202026-06-08T18:55:30.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-06-08T18:55:30.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-06-08T18:55:30.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-06-08T18:55:30.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26242026-06-08T18:55:30.533Z
26252026-06-08T18:55:30.533Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/295)
26262026-06-08T18:55:31.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-06-08T18:55:31.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-06-08T18:55:31.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-06-08T18:55:31.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26302026-06-08T18:55:31.128Z
26312026-06-08T18:55:31.128Zinfo: running `cargo check --bins` on nexus-types-versions (79/295)
26322026-06-08T18:55:31.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-06-08T18:55:31.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-06-08T18:55:31.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-06-08T18:55:31.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26362026-06-08T18:55:31.739Z
26372026-06-08T18:55:31.740Zinfo: running `cargo check --bins` on oxql-types (80/295)
26382026-06-08T18:55:32.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-06-08T18:55:32.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-06-08T18:55:32.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-06-08T18:55:32.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-06-08T18:55:32.337Z
26432026-06-08T18:55:32.337Zinfo: running `cargo check --bins` on oximeter-types (81/295)
26442026-06-08T18:55:32.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-06-08T18:55:32.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-06-08T18:55:32.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-06-08T18:55:32.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-06-08T18:55:32.976Z
26492026-06-08T18:55:32.976Zinfo: running `cargo check --bins` on oximeter-types-versions (82/295)
26502026-06-08T18:55:33.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-06-08T18:55:33.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-06-08T18:55:33.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-06-08T18:55:33.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26542026-06-08T18:55:33.536Z
26552026-06-08T18:55:33.536Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/295)
26562026-06-08T18:55:34.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-06-08T18:55:34.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-06-08T18:55:34.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-06-08T18:55:34.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-06-08T18:55:34.117Z
26612026-06-08T18:55:34.117Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/295)
26622026-06-08T18:55:34.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-06-08T18:55:34.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-06-08T18:55:34.803Z Compiling structmeta-derive v0.3.0
26652026-06-08T18:55:34.920Z Compiling rustls v0.22.4
26662026-06-08T18:55:34.930Z Compiling multer v3.1.0
26672026-06-08T18:55:34.938Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26682026-06-08T18:55:34.938Z Compiling async-stream-impl v0.3.6
26692026-06-08T18:55:34.960Z Compiling dropshot v0.17.0
26702026-06-08T18:55:34.975Z Compiling dropshot_endpoint v0.17.0
26712026-06-08T18:55:34.975Z Compiling newtype-uuid-macros v0.1.0
26722026-06-08T18:55:35.097Z Checking newtype-uuid v1.3.2
26732026-06-08T18:55:35.158Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26742026-06-08T18:55:35.204Z Checking rustls-webpki v0.102.8
26752026-06-08T18:55:35.289Z Checking daft v0.1.7
26762026-06-08T18:55:35.311Z Checking thread_local v1.1.9
26772026-06-08T18:55:35.476Z Checking compression-core v0.4.31
26782026-06-08T18:55:35.523Z Checking match_cfg v0.1.0
26792026-06-08T18:55:35.541Z Checking iddqd v0.4.2
26802026-06-08T18:55:35.559Z Checking crossbeam-channel v0.5.15
26812026-06-08T18:55:35.590Z Checking hostname v0.3.1
26822026-06-08T18:55:35.602Z Checking compression-codecs v0.4.37
26832026-06-08T18:55:35.687Z Checking slog-json v2.6.1
26842026-06-08T18:55:35.729Z Checking is-terminal v0.4.17
26852026-06-08T18:55:35.765Z Checking toml_datetime v1.0.0+spec-1.1.0
26862026-06-08T18:55:35.821Z Checking serde_spanned v1.0.4
26872026-06-08T18:55:35.840Z Checking toml_writer v1.0.6+spec-1.1.0
26882026-06-08T18:55:35.887Z Checking take_mut v0.2.2
26892026-06-08T18:55:35.952Z Checking term v1.2.1
26902026-06-08T18:55:35.966Z Compiling structmeta v0.3.0
26912026-06-08T18:55:35.969Z Checking debug-ignore v1.0.5
26922026-06-08T18:55:35.990Z Checking slog-async v2.8.0
26932026-06-08T18:55:36.016Z Checking toml v1.0.6+spec-1.1.0
26942026-06-08T18:55:36.074Z Checking slog-bunyan v2.5.0
26952026-06-08T18:55:36.159Z Checking async-compression v0.4.41
26962026-06-08T18:55:36.171Z Checking slog-term v2.9.2
26972026-06-08T18:55:36.184Z Compiling derive-ex v0.1.8
26982026-06-08T18:55:36.196Z Compiling parse-display-derive v0.10.0
26992026-06-08T18:55:36.403Z Checking async-stream v0.3.6
27002026-06-08T18:55:36.422Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27012026-06-08T18:55:36.448Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27022026-06-08T18:55:36.524Z Checking progenitor-client v0.14.0
27032026-06-08T18:55:36.527Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27042026-06-08T18:55:36.587Z Checking waitgroup v0.1.2
27052026-06-08T18:55:36.680Z Checking backon v1.6.0
27062026-06-08T18:55:36.692Z Checking rustls-pemfile v2.2.0
27072026-06-08T18:55:36.756Z Checking serde_path_to_error v0.1.20
27082026-06-08T18:55:36.770Z Checking hostname v0.4.2
27092026-06-08T18:55:36.824Z Checking instant v0.1.13
27102026-06-08T18:55:36.911Z Checking backoff v0.4.0
27112026-06-08T18:55:37.014Z Checking tokio-rustls v0.25.0
27122026-06-08T18:55:37.029Z Checking progenitor-extras v0.2.0
27132026-06-08T18:55:37.055Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-06-08T18:55:37.082Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-06-08T18:55:37.273Z Checking itertools v0.14.0
27162026-06-08T18:55:37.276Z Checking progenitor-client v0.10.0
27172026-06-08T18:55:37.445Z Checking regress v0.10.5
27182026-06-08T18:55:37.487Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27192026-06-08T18:55:37.714Z Checking macaddr v1.0.1
27202026-06-08T18:55:37.883Z Compiling test-strategy v0.4.5
27212026-06-08T18:55:37.896Z Checking parse-display v0.10.0
27222026-06-08T18:55:38.037Z Checking humantime v2.3.0
27232026-06-08T18:55:39.100Z Compiling prettyplease v0.2.37
27242026-06-08T18:55:39.370Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-06-08T18:55:39.564Z Checking num-rational v0.4.2
27262026-06-08T18:55:39.739Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-06-08T18:55:40.017Z Checking num-complex v0.4.6
27282026-06-08T18:55:40.738Z Compiling num v0.4.3
27292026-06-08T18:55:40.812Z Compiling usdt-attr-macro v0.5.0
27302026-06-08T18:55:40.825Z Compiling usdt-macro v0.5.0
27312026-06-08T18:55:40.828Z Checking memmap v0.7.0
27322026-06-08T18:55:40.849Z Compiling float-ord v0.3.2
27332026-06-08T18:55:40.953Z Compiling convert_case v0.4.0
27342026-06-08T18:55:40.966Z Checking unicode-width v0.2.0
27352026-06-08T18:55:41.221Z Checking console v0.15.11
27362026-06-08T18:55:41.326Z Compiling derive_more v0.99.20
27372026-06-08T18:55:41.496Z Checking newline-converter v0.3.0
27382026-06-08T18:55:41.560Z Checking atomicwrites v0.4.4
27392026-06-08T18:55:41.583Z Checking usdt v0.5.0
27402026-06-08T18:55:41.605Z Compiling toml v0.8.23
27412026-06-08T18:55:41.688Z Checking linked-hash-map v0.5.6
27422026-06-08T18:55:41.750Z Compiling minimal-lexical v0.2.1
27432026-06-08T18:55:41.860Z Checking lru-cache v0.1.2
27442026-06-08T18:55:41.985Z Compiling nom v7.1.3
27452026-06-08T18:55:42.010Z Checking expectorate v1.2.0
27462026-06-08T18:55:42.559Z Checking camino-tempfile v1.4.1
27472026-06-08T18:55:42.662Z Checking hickory-proto v0.24.4
27482026-06-08T18:55:42.776Z Checking phf_shared v0.12.1
27492026-06-08T18:55:42.926Z Compiling slog-dtrace v0.3.0
27502026-06-08T18:55:42.955Z Checking resolv-conf v0.7.6
27512026-06-08T18:55:43.121Z Compiling chrono-tz v0.10.4
27522026-06-08T18:55:43.143Z Checking heck v0.5.0
27532026-06-08T18:55:43.276Z Compiling const_format_proc_macros v0.2.34
27542026-06-08T18:55:43.344Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27552026-06-08T18:55:43.375Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27562026-06-08T18:55:43.384Z Checking phf v0.12.1
27572026-06-08T18:55:43.526Z Checking tokio-dtrace v0.1.1
27582026-06-08T18:55:43.719Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-06-08T18:55:43.855Z Compiling derive-where v1.6.0
27602026-06-08T18:55:43.928Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-06-08T18:55:44.245Z Checking highway v1.3.0
27622026-06-08T18:55:44.479Z Checking const_format v0.2.35
27632026-06-08T18:55:44.532Z Checking hickory-resolver v0.24.4
27642026-06-08T18:55:44.685Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-06-08T18:55:44.735Z Checking oxide-tokio-rt v0.1.4
27662026-06-08T18:55:44.888Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-06-08T18:55:45.147Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-06-08T18:55:45.186Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27692026-06-08T18:55:45.261Z Checking qorb v0.4.1
27702026-06-08T18:55:45.366Z Checking gethostname v0.5.0
27712026-06-08T18:55:45.391Z Checking bcs v0.1.6
27722026-06-08T18:55:45.449Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27732026-06-08T18:55:45.455Z Checking termtree v0.5.1
27742026-06-08T18:55:48.695Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-06-08T18:55:51.720Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-06-08T18:55:53.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.75s
27772026-06-08T18:55:54.063Z
27782026-06-08T18:55:54.063Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/295)
27792026-06-08T18:55:54.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-06-08T18:55:54.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-06-08T18:55:54.737Z Compiling ar_archive_writer v0.5.1
27822026-06-08T18:55:54.850Z Compiling stacker v0.1.23
27832026-06-08T18:55:54.855Z Compiling cfg_aliases v0.1.1
27842026-06-08T18:55:54.861Z Compiling convert_case v0.10.0
27852026-06-08T18:55:54.865Z Checking unicode-width v0.1.14
27862026-06-08T18:55:54.897Z Compiling proc-macro-error v1.0.4
27872026-06-08T18:55:54.901Z Checking fd-lock v4.0.4
27882026-06-08T18:55:54.901Z Checking nibble_vec v0.1.0
27892026-06-08T18:55:54.911Z Compiling nix v0.28.0
27902026-06-08T18:55:55.002Z Checking vte v0.14.1
27912026-06-08T18:55:55.017Z Compiling recursive-proc-macro-impl v0.1.1
27922026-06-08T18:55:55.103Z Checking endian-type v0.1.2
27932026-06-08T18:55:55.139Z Checking bytecount v0.6.9
27942026-06-08T18:55:55.148Z Checking strip-ansi-escapes v0.2.1
27952026-06-08T18:55:55.160Z Compiling derive_more-impl v2.1.1
27962026-06-08T18:55:55.190Z Compiling tabled_derive v0.7.0
27972026-06-08T18:55:55.209Z Checking papergrid v0.11.0
27982026-06-08T18:55:55.223Z Checking radix_trie v0.2.1
27992026-06-08T18:55:55.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-06-08T18:55:55.410Z Compiling peg-macros v0.8.5
28012026-06-08T18:55:55.426Z Checking winnow v0.6.26
28022026-06-08T18:55:55.676Z Compiling psm v0.1.30
28032026-06-08T18:55:55.735Z Compiling sqlparser_derive v0.5.0
28042026-06-08T18:55:55.820Z Checking unicode_categories v0.1.1
28052026-06-08T18:55:55.953Z Checking derive_more v2.1.1
28062026-06-08T18:55:55.980Z Checking home v0.5.12
28072026-06-08T18:55:56.032Z Checking nu-ansi-term v0.50.3
28082026-06-08T18:55:56.085Z Checking crossterm v0.29.0
28092026-06-08T18:55:56.131Z Checking tabled v0.15.0
28102026-06-08T18:55:56.191Z Checking rustyline v14.0.0
28112026-06-08T18:55:56.243Z Checking reedline v0.40.0
28122026-06-08T18:55:56.466Z Checking recursive v0.1.1
28132026-06-08T18:55:56.535Z Checking display-error-chain v0.2.2
28142026-06-08T18:55:56.548Z Checking sqlparser v0.61.0
28152026-06-08T18:55:56.581Z Checking sqlformat v0.3.5
28162026-06-08T18:55:56.770Z Checking peg v0.8.5
28172026-06-08T18:56:07.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
28182026-06-08T18:56:07.883Z
28192026-06-08T18:56:07.883Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/295)
28202026-06-08T18:56:08.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-06-08T18:56:08.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-06-08T18:56:08.553Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-06-08T18:56:12.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
28242026-06-08T18:56:12.189Z
28252026-06-08T18:56:12.189Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/295)
28262026-06-08T18:56:12.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-06-08T18:56:12.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-06-08T18:56:12.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-06-08T18:56:15.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
28302026-06-08T18:56:15.527Z
28312026-06-08T18:56:15.527Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/295)
28322026-06-08T18:56:16.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-06-08T18:56:16.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-06-08T18:56:16.199Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-06-08T18:56:19.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28362026-06-08T18:56:19.661Z
28372026-06-08T18:56:19.662Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/295)
28382026-06-08T18:56:20.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-06-08T18:56:20.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-06-08T18:56:20.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-06-08T18:56:23.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28422026-06-08T18:56:23.805Z
28432026-06-08T18:56:23.805Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/295)
28442026-06-08T18:56:24.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-06-08T18:56:24.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-06-08T18:56:24.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-06-08T18:56:27.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28482026-06-08T18:56:27.295Z
28492026-06-08T18:56:27.295Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/295)
28502026-06-08T18:56:27.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-06-08T18:56:27.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-06-08T18:56:27.981Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-06-08T18:56:30.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
28542026-06-08T18:56:30.804Z
28552026-06-08T18:56:30.804Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/295)
28562026-06-08T18:56:31.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-06-08T18:56:31.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-06-08T18:56:31.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-06-08T18:56:34.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28602026-06-08T18:56:35.090Z
28612026-06-08T18:56:35.090Zinfo: running `cargo check --bins` on oximeter (93/295)
28622026-06-08T18:56:35.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-06-08T18:56:35.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-06-08T18:56:35.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-06-08T18:56:35.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28662026-06-08T18:56:35.703Z
28672026-06-08T18:56:35.703Zinfo: running `cargo check --bins` on oximeter-schema (94/295)
28682026-06-08T18:56:36.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-06-08T18:56:36.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-06-08T18:56:36.339Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-06-08T18:56:36.501Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28722026-06-08T18:56:36.501Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28732026-06-08T18:56:36.842Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-06-08T18:56:39.755Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-06-08T18:56:40.956Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-06-08T18:56:41.169Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-06-08T18:56:41.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
28782026-06-08T18:56:42.032Z
28792026-06-08T18:56:42.032Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/295)
28802026-06-08T18:56:42.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-06-08T18:56:42.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-06-08T18:56:42.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-06-08T18:56:42.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-06-08T18:56:42.640Z
28852026-06-08T18:56:42.640Zinfo: running `cargo check --bins` on oximeter-test-utils (96/295)
28862026-06-08T18:56:43.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-06-08T18:56:43.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-06-08T18:56:43.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-06-08T18:56:43.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-06-08T18:56:43.287Z
28912026-06-08T18:56:43.287Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/295)
28922026-06-08T18:56:43.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-06-08T18:56:43.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-06-08T18:56:43.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-06-08T18:56:43.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-06-08T18:56:43.896Z
28972026-06-08T18:56:43.896Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/295)
28982026-06-08T18:56:44.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-06-08T18:56:44.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-06-08T18:56:44.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-06-08T18:56:44.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-06-08T18:56:44.513Z
29032026-06-08T18:56:44.513Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/295)
29042026-06-08T18:56:45.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-06-08T18:56:45.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-06-08T18:56:45.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-06-08T18:56:45.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-06-08T18:56:45.125Z
29092026-06-08T18:56:45.125Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/295)
29102026-06-08T18:56:45.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-06-08T18:56:45.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-06-08T18:56:45.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-06-08T18:56:45.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-06-08T18:56:45.940Z
29152026-06-08T18:56:45.940Zinfo: running `cargo check --bins` on trust-quorum-types (101/295)
29162026-06-08T18:56:46.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-06-08T18:56:46.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-06-08T18:56:46.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-06-08T18:56:46.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29202026-06-08T18:56:46.323Z
29212026-06-08T18:56:46.323Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/295)
29222026-06-08T18:56:46.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-06-08T18:56:46.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-06-08T18:56:46.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-06-08T18:56:46.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-06-08T18:56:46.942Z
29272026-06-08T18:56:46.959Zinfo: running `cargo check --bins` on update-engine (103/295)
29282026-06-08T18:56:47.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-06-08T18:56:47.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-06-08T18:56:47.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-06-08T18:56:47.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-06-08T18:56:47.530Z
29332026-06-08T18:56:47.530Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/295)
29342026-06-08T18:56:48.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-06-08T18:56:48.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-06-08T18:56:48.252Z Compiling crucible-workspace-hack v0.1.0
29372026-06-08T18:56:48.371Z Checking secrecy v0.10.3
29382026-06-08T18:56:48.381Z Compiling toml_datetime v0.7.5+spec-1.1.0
29392026-06-08T18:56:48.424Z Compiling heapless v0.8.0
29402026-06-08T18:56:48.424Z Compiling ingot-macros v0.1.1
29412026-06-08T18:56:48.433Z Checking hash32 v0.3.1
29422026-06-08T18:56:48.433Z Compiling smoltcp v0.11.0
29432026-06-08T18:56:48.433Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29442026-06-08T18:56:48.471Z Checking cobs v0.3.0
29452026-06-08T18:56:48.517Z Compiling toml_edit v0.23.10+spec-1.0.0
29462026-06-08T18:56:48.607Z Compiling thiserror-impl-no-std v2.0.2
29472026-06-08T18:56:48.620Z Checking universal-hash v0.5.1
29482026-06-08T18:56:48.632Z Checking half v2.7.1
29492026-06-08T18:56:48.671Z Checking ciborium-io v0.2.2
29502026-06-08T18:56:48.785Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29512026-06-08T18:56:48.802Z Checking opaque-debug v0.3.1
29522026-06-08T18:56:48.803Z Checking postcard v1.1.3
29532026-06-08T18:56:48.835Z Checking poly1305 v0.8.0
29542026-06-08T18:56:48.883Z Checking ciborium-ll v0.2.2
29552026-06-08T18:56:48.949Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29562026-06-08T18:56:49.060Z Compiling proc-macro-crate v3.4.0
29572026-06-08T18:56:49.070Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29582026-06-08T18:56:49.137Z Checking password-hash v0.5.0
29592026-06-08T18:56:49.318Z Checking chacha20 v0.9.1
29602026-06-08T18:56:49.339Z Compiling proc-macro-crate v1.3.1
29612026-06-08T18:56:49.363Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29622026-06-08T18:56:49.513Z Checking blake2 v0.10.6
29632026-06-08T18:56:49.573Z Checking aead v0.5.2
29642026-06-08T18:56:49.594Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29652026-06-08T18:56:49.614Z Compiling num_enum_derive v0.7.5
29662026-06-08T18:56:49.718Z Compiling foreign-types-macros v0.2.3
29672026-06-08T18:56:49.754Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29682026-06-08T18:56:49.762Z Checking cpufeatures v0.3.0
29692026-06-08T18:56:49.780Z Checking thiserror-no-std v2.0.2
29702026-06-08T18:56:49.801Z Checking foreign-types-shared v0.3.1
29712026-06-08T18:56:49.840Z Checking chacha20 v0.10.0
29722026-06-08T18:56:49.865Z Checking vsss-rs v3.3.4
29732026-06-08T18:56:49.891Z Checking argon2 v0.5.3
29742026-06-08T18:56:51.018Z Compiling num_enum_derive v0.5.11
29752026-06-08T18:56:51.028Z Checking chacha20poly1305 v0.10.1
29762026-06-08T18:56:51.029Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
29772026-06-08T18:56:51.029Z Checking ciborium v0.2.2
29782026-06-08T18:56:51.029Z Checking foreign-types v0.5.0
29792026-06-08T18:56:51.029Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29802026-06-08T18:56:51.029Z Checking tabwriter v1.4.1
29812026-06-08T18:56:51.029Z Checking byte-wrapper v0.1.0
29822026-06-08T18:56:51.029Z Checking num_enum v0.7.5
29832026-06-08T18:56:51.029Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-06-08T18:56:51.029Z Checking cstr-argument v0.1.2
29852026-06-08T18:56:51.029Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29862026-06-08T18:56:51.029Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-06-08T18:56:51.029Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29882026-06-08T18:56:51.029Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-06-08T18:56:51.029Z Checking num_enum v0.5.11
29902026-06-08T18:56:51.095Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29912026-06-08T18:56:51.131Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29922026-06-08T18:56:51.131Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-06-08T18:56:51.157Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29942026-06-08T18:56:51.210Z Checking rand v0.10.0
29952026-06-08T18:56:51.226Z Checking ingot-types v0.1.2
29962026-06-08T18:56:51.256Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29972026-06-08T18:56:51.272Z Checking colored v3.1.1
29982026-06-08T18:56:51.350Z Checking indent_write v2.2.0
29992026-06-08T18:56:51.449Z Compiling zone_cfg_derive v0.3.1
30002026-06-08T18:56:51.521Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30012026-06-08T18:56:51.557Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30022026-06-08T18:56:51.591Z Checking ingot v0.1.1
30032026-06-08T18:56:51.637Z Checking itertools v0.12.1
30042026-06-08T18:56:51.646Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30052026-06-08T18:56:51.704Z Compiling num-derive v0.4.2
30062026-06-08T18:56:51.721Z Checking swrite v0.1.0
30072026-06-08T18:56:51.746Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30082026-06-08T18:56:51.811Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-06-08T18:56:51.953Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30102026-06-08T18:56:52.084Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-06-08T18:56:52.100Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30122026-06-08T18:56:52.128Z Checking dropshot-api-manager-types v0.7.2
30132026-06-08T18:56:52.138Z Checking smf v0.2.3
30142026-06-08T18:56:52.200Z Checking nanorand v0.7.0
30152026-06-08T18:56:52.273Z Checking whoami v1.6.1
30162026-06-08T18:56:52.353Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-06-08T18:56:52.394Z Checking flume v0.11.1
30182026-06-08T18:56:52.597Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30192026-06-08T18:56:52.635Z Checking zone v0.3.1
30202026-06-08T18:56:53.194Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-06-08T18:56:54.155Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-06-08T18:56:58.585Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30232026-06-08T18:56:58.693Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30242026-06-08T18:57:00.197Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30252026-06-08T18:57:01.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s
30262026-06-08T18:57:01.514Z
30272026-06-08T18:57:01.514Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/295)
30282026-06-08T18:57:02.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-06-08T18:57:02.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-06-08T18:57:02.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30312026-06-08T18:57:02.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30322026-06-08T18:57:02.117Z
30332026-06-08T18:57:02.117Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/295)
30342026-06-08T18:57:02.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-06-08T18:57:02.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-06-08T18:57:02.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-06-08T18:57:02.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30382026-06-08T18:57:02.721Z
30392026-06-08T18:57:02.722Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/295)
30402026-06-08T18:57:03.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-06-08T18:57:03.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-06-08T18:57:03.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-06-08T18:57:03.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30442026-06-08T18:57:03.331Z
30452026-06-08T18:57:03.331Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/295)
30462026-06-08T18:57:03.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-06-08T18:57:03.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-06-08T18:57:03.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-06-08T18:57:03.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30502026-06-08T18:57:03.942Z
30512026-06-08T18:57:03.942Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/295)
30522026-06-08T18:57:04.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-06-08T18:57:04.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-06-08T18:57:04.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-06-08T18:57:04.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-06-08T18:57:04.548Z
30572026-06-08T18:57:04.548Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/295)
30582026-06-08T18:57:05.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-06-08T18:57:05.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-06-08T18:57:05.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-06-08T18:57:05.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-06-08T18:57:05.155Z
30632026-06-08T18:57:05.155Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/295)
30642026-06-08T18:57:05.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-06-08T18:57:05.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-06-08T18:57:05.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-06-08T18:57:05.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-06-08T18:57:05.759Z
30692026-06-08T18:57:05.759Zinfo: running `cargo check --bins` on cockroach-admin-client (112/295)
30702026-06-08T18:57:06.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-06-08T18:57:06.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-06-08T18:57:06.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-06-08T18:57:06.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30742026-06-08T18:57:06.347Z
30752026-06-08T18:57:06.347Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/295)
30762026-06-08T18:57:06.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-06-08T18:57:06.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-06-08T18:57:06.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-06-08T18:57:06.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-06-08T18:57:06.963Z
30812026-06-08T18:57:06.963Zinfo: running `cargo check --bins` on dns-service-client (114/295)
30822026-06-08T18:57:07.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-06-08T18:57:07.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-06-08T18:57:07.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-06-08T18:57:07.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30862026-06-08T18:57:07.554Z
30872026-06-08T18:57:07.554Zinfo: running `cargo check --bins` on installinator-client (115/295)
30882026-06-08T18:57:08.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-06-08T18:57:08.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-06-08T18:57:08.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-06-08T18:57:08.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30922026-06-08T18:57:08.163Z
30932026-06-08T18:57:08.163Zinfo: running `cargo check --bins` on nexus-client (116/295)
30942026-06-08T18:57:08.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-06-08T18:57:08.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-06-08T18:57:08.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-06-08T18:57:08.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30982026-06-08T18:57:08.802Z
30992026-06-08T18:57:08.802Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/295)
31002026-06-08T18:57:09.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-06-08T18:57:09.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-06-08T18:57:09.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-06-08T18:57:09.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31042026-06-08T18:57:09.439Z
31052026-06-08T18:57:09.439Zinfo: running `cargo check --bins` on ntp-admin-client (118/295)
31062026-06-08T18:57:09.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-06-08T18:57:09.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-06-08T18:57:09.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-06-08T18:57:09.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-06-08T18:57:10.027Z
31112026-06-08T18:57:10.027Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/295)
31122026-06-08T18:57:10.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-06-08T18:57:10.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-06-08T18:57:10.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-06-08T18:57:10.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31162026-06-08T18:57:10.619Z
31172026-06-08T18:57:10.619Zinfo: running `cargo check --bins` on oxide-client (120/295)
31182026-06-08T18:57:11.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-06-08T18:57:11.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-06-08T18:57:11.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-06-08T18:57:11.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31222026-06-08T18:57:11.211Z
31232026-06-08T18:57:11.211Zinfo: running `cargo check --bins` on oximeter-client (121/295)
31242026-06-08T18:57:11.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-06-08T18:57:11.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-06-08T18:57:11.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-06-08T18:57:11.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31282026-06-08T18:57:11.825Z
31292026-06-08T18:57:11.825Zinfo: running `cargo check --bins` on repo-depot-client (122/295)
31302026-06-08T18:57:12.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-06-08T18:57:12.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-06-08T18:57:12.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-06-08T18:57:12.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-06-08T18:57:12.417Z
31352026-06-08T18:57:12.417Zinfo: running `cargo check --bins` on sled-agent-client (123/295)
31362026-06-08T18:57:12.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-06-08T18:57:12.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-06-08T18:57:12.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-06-08T18:57:12.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-06-08T18:57:13.020Z
31412026-06-08T18:57:13.020Zinfo: running `cargo check --bins` on wicketd-client (124/295)
31422026-06-08T18:57:13.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-06-08T18:57:13.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-06-08T18:57:13.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-06-08T18:57:13.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31462026-06-08T18:57:13.643Z
31472026-06-08T18:57:13.643Zinfo: running `cargo check --bins` on installinator-common (125/295)
31482026-06-08T18:57:14.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-06-08T18:57:14.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-06-08T18:57:14.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-06-08T18:57:14.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-06-08T18:57:14.264Z
31532026-06-08T18:57:14.264Zinfo: running `cargo check --bins` on installinator-common-versions (126/295)
31542026-06-08T18:57:14.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-06-08T18:57:14.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-06-08T18:57:14.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-06-08T18:57:14.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31582026-06-08T18:57:14.853Z
31592026-06-08T18:57:14.853Zinfo: running `cargo check --bins` on wicket-common (127/295)
31602026-06-08T18:57:15.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-06-08T18:57:15.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-06-08T18:57:15.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-06-08T18:57:15.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31642026-06-08T18:57:15.472Z
31652026-06-08T18:57:15.472Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/295)
31662026-06-08T18:57:15.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-06-08T18:57:15.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-06-08T18:57:16.170Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31692026-06-08T18:57:16.284Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31702026-06-08T18:57:16.291Z Checking csv-core v0.1.13
31712026-06-08T18:57:16.298Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31722026-06-08T18:57:16.305Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-06-08T18:57:16.310Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31742026-06-08T18:57:16.326Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31752026-06-08T18:57:16.338Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31762026-06-08T18:57:16.452Z Checking csv v1.4.0
31772026-06-08T18:57:16.491Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31782026-06-08T18:57:16.506Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-06-08T18:57:16.531Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31802026-06-08T18:57:16.545Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31812026-06-08T18:57:16.793Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31822026-06-08T18:57:17.160Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31832026-06-08T18:57:17.163Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31842026-06-08T18:57:17.489Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31852026-06-08T18:57:23.485Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31862026-06-08T18:57:24.019Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31872026-06-08T18:57:26.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s
31882026-06-08T18:57:26.579Z
31892026-06-08T18:57:26.579Zinfo: running `cargo check --bins` on cockroach-admin-api (129/295)
31902026-06-08T18:57:27.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-06-08T18:57:27.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-06-08T18:57:27.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-06-08T18:57:27.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31942026-06-08T18:57:27.176Z
31952026-06-08T18:57:27.176Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/295)
31962026-06-08T18:57:27.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-06-08T18:57:27.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-06-08T18:57:27.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-06-08T18:57:27.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32002026-06-08T18:57:27.862Z
32012026-06-08T18:57:27.862Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/295)
32022026-06-08T18:57:28.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-06-08T18:57:28.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-06-08T18:57:28.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-06-08T18:57:28.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32062026-06-08T18:57:28.544Z
32072026-06-08T18:57:28.544Zinfo: running `cargo check --bins` on gateway-test-utils (132/295)
32082026-06-08T18:57:29.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-06-08T18:57:29.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-06-08T18:57:29.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-06-08T18:57:29.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122026-06-08T18:57:29.192Z
32132026-06-08T18:57:29.192Zinfo: running `cargo check --bins` on omicron-gateway (133/295)
32142026-06-08T18:57:29.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-06-08T18:57:29.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-06-08T18:57:29.959Z Compiling regress v0.11.1
32172026-06-08T18:57:30.098Z Compiling unsafe-libyaml v0.2.11
32182026-06-08T18:57:30.111Z Compiling semver v0.1.20
32192026-06-08T18:57:30.114Z Compiling radium v0.7.0
32202026-06-08T18:57:30.136Z Compiling maybe-uninit v2.0.0
32212026-06-08T18:57:30.138Z Checking tap v1.0.1
32222026-06-08T18:57:30.161Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-08T18:57:30.237Z Checking wyz v0.5.1
32242026-06-08T18:57:30.383Z Compiling rustc_version v0.1.7
32252026-06-08T18:57:30.427Z Checking progenitor-client v0.13.0
32262026-06-08T18:57:30.461Z Compiling zerocopy-derive v0.6.6
32272026-06-08T18:57:30.569Z Compiling cancel-safe-futures v0.1.5
32282026-06-08T18:57:30.605Z Compiling serde_yaml v0.9.34+deprecated
32292026-06-08T18:57:30.661Z Compiling newtype_derive v0.1.6
32302026-06-08T18:57:30.783Z Compiling packed_struct v0.10.1
32312026-06-08T18:57:30.836Z Compiling owo-colors v4.3.0
32322026-06-08T18:57:30.857Z Checking funty v2.0.0
32332026-06-08T18:57:31.070Z Checking crc-catalog v2.4.0
32342026-06-08T18:57:31.175Z Checking crc v3.4.0
32352026-06-08T18:57:31.189Z Checking bitvec v1.0.1
32362026-06-08T18:57:31.304Z Checking zerocopy v0.6.6
32372026-06-08T18:57:31.348Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-06-08T18:57:31.389Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-08T18:57:31.528Z Checking typify-impl v0.6.2
32402026-06-08T18:57:31.655Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32412026-06-08T18:57:31.727Z Compiling packed_struct_codegen v0.10.1
32422026-06-08T18:57:31.886Z Checking libsw-core v0.3.2
32432026-06-08T18:57:31.914Z Compiling bitfield-macros v0.19.4
32442026-06-08T18:57:32.037Z Compiling indexmap v1.9.3
32452026-06-08T18:57:32.093Z Checking nodrop v0.1.14
32462026-06-08T18:57:32.188Z Checking array-init v0.0.4
32472026-06-08T18:57:32.254Z Checking libsw v3.5.0
32482026-06-08T18:57:32.409Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-08T18:57:32.482Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-06-08T18:57:32.496Z Checking smallvec v0.6.14
32512026-06-08T18:57:32.625Z Checking bitfield v0.19.4
32522026-06-08T18:57:32.662Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-06-08T18:57:32.852Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32542026-06-08T18:57:32.909Z Checking base64 v0.21.7
32552026-06-08T18:57:32.966Z Checking tagptr v0.2.0
32562026-06-08T18:57:32.978Z Checking smawk v0.3.2
32572026-06-08T18:57:33.107Z Checking unicode-linebreak v0.1.5
32582026-06-08T18:57:33.133Z Checking linear-map v1.2.0
32592026-06-08T18:57:33.147Z Checking hashbrown v0.12.3
32602026-06-08T18:57:33.153Z Checking ron v0.8.1
32612026-06-08T18:57:33.294Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-06-08T18:57:33.328Z Checking textwrap v0.16.2
32632026-06-08T18:57:33.362Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-06-08T18:57:33.376Z Checking moka v0.12.13
32652026-06-08T18:57:33.466Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32662026-06-08T18:57:33.538Z Checking steno v0.4.1
32672026-06-08T18:57:33.683Z Checking serde-hex v0.1.0
32682026-06-08T18:57:33.873Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-06-08T18:57:33.920Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32702026-06-08T18:57:34.004Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32712026-06-08T18:57:34.038Z Checking hashbrown v0.13.2
32722026-06-08T18:57:34.279Z Checking crc-any v2.5.0
32732026-06-08T18:57:34.462Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-06-08T18:57:34.475Z Checking object v0.30.4
32752026-06-08T18:57:34.552Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-06-08T18:57:34.576Z Checking hickory-resolver v0.25.2
32772026-06-08T18:57:34.616Z Checking void v1.0.2
32782026-06-08T18:57:34.669Z Checking half v1.8.3
32792026-06-08T18:57:34.718Z Checking utf-8 v0.7.6
32802026-06-08T18:57:34.733Z Checking path-slash v0.1.5
32812026-06-08T18:57:34.836Z Checking lzss v0.8.2
32822026-06-08T18:57:34.855Z Checking tungstenite v0.23.0
32832026-06-08T18:57:34.869Z Checking serde_cbor v0.11.2
32842026-06-08T18:57:35.161Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-06-08T18:57:35.188Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-06-08T18:57:35.247Z Checking nix v0.27.1
32872026-06-08T18:57:35.262Z Checking kstat-rs v0.2.4
32882026-06-08T18:57:35.265Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32892026-06-08T18:57:35.321Z Checking fxhash v0.2.1
32902026-06-08T18:57:35.421Z Checking serde_bytes v0.11.19
32912026-06-08T18:57:35.441Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32922026-06-08T18:57:35.444Z Checking tokio-tungstenite v0.23.1
32932026-06-08T18:57:35.595Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-06-08T18:57:35.689Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-06-08T18:57:35.716Z Checking signal-hook-tokio v0.3.1
32962026-06-08T18:57:36.003Z Compiling typify-macro v0.6.2
32972026-06-08T18:57:36.870Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-06-08T18:57:37.155Z Compiling typify v0.6.2
32992026-06-08T18:57:37.236Z Compiling progenitor-impl v0.13.0
33002026-06-08T18:57:37.236Z Compiling progenitor-impl v0.14.0
33012026-06-08T18:57:37.777Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-06-08T18:57:38.109Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33032026-06-08T18:57:38.866Z Compiling progenitor-macro v0.14.0
33042026-06-08T18:57:38.897Z Compiling progenitor-macro v0.13.0
33052026-06-08T18:57:41.493Z Checking progenitor v0.13.0
33062026-06-08T18:57:41.496Z Checking progenitor v0.14.0
33072026-06-08T18:57:41.626Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33082026-06-08T18:57:41.629Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33092026-06-08T18:57:44.652Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-06-08T18:57:52.380Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-06-08T18:57:58.753Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-06-08T18:58:00.118Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-06-08T18:58:00.633Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-06-08T18:58:02.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.53s
33152026-06-08T18:58:02.927Z
33162026-06-08T18:58:02.927Zinfo: running `cargo check --bins` on gateway-api (134/295)
33172026-06-08T18:58:03.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-06-08T18:58:03.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-06-08T18:58:03.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-06-08T18:58:03.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33212026-06-08T18:58:03.534Z
33222026-06-08T18:58:03.534Zinfo: running `cargo check --bins` on ipcc (135/295)
33232026-06-08T18:58:04.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-06-08T18:58:04.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-06-08T18:58:04.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-06-08T18:58:04.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-06-08T18:58:04.145Z
33282026-06-08T18:58:04.146Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/295)
33292026-06-08T18:58:04.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-06-08T18:58:04.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-06-08T18:58:04.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-06-08T18:58:04.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-06-08T18:58:04.724Z
33342026-06-08T18:58:04.724Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/295)
33352026-06-08T18:58:05.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-06-08T18:58:05.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-06-08T18:58:05.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-06-08T18:58:05.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-06-08T18:58:05.350Z
33402026-06-08T18:58:05.350Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/295)
33412026-06-08T18:58:05.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-06-08T18:58:05.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-06-08T18:58:05.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-06-08T18:58:05.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-06-08T18:58:05.938Z
33462026-06-08T18:58:05.938Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/295)
33472026-06-08T18:58:06.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-06-08T18:58:06.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-06-08T18:58:06.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-06-08T18:58:06.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-06-08T18:58:06.544Z
33522026-06-08T18:58:06.544Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/295)
33532026-06-08T18:58:07.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-06-08T18:58:07.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-06-08T18:58:07.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-06-08T18:58:07.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33572026-06-08T18:58:07.153Z
33582026-06-08T18:58:07.153Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/295)
33592026-06-08T18:58:07.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-06-08T18:58:07.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-06-08T18:58:07.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-06-08T18:58:07.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33632026-06-08T18:58:07.778Z
33642026-06-08T18:58:07.780Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/295)
33652026-06-08T18:58:08.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-06-08T18:58:08.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-06-08T18:58:08.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-06-08T18:58:08.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33692026-06-08T18:58:08.391Z
33702026-06-08T18:58:08.391Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/295)
33712026-06-08T18:58:08.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-06-08T18:58:08.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-06-08T18:58:08.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-06-08T18:58:08.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-06-08T18:58:09.001Z
33762026-06-08T18:58:09.001Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/295)
33772026-06-08T18:58:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-06-08T18:58:09.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-06-08T18:58:09.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-06-08T18:58:09.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33812026-06-08T18:58:09.608Z
33822026-06-08T18:58:09.609Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/295)
33832026-06-08T18:58:10.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-06-08T18:58:10.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-06-08T18:58:10.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-06-08T18:58:10.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33872026-06-08T18:58:10.217Z
33882026-06-08T18:58:10.217Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/295)
33892026-06-08T18:58:10.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-06-08T18:58:10.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-06-08T18:58:10.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-06-08T18:58:10.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-06-08T18:58:10.828Z
33942026-06-08T18:58:10.828Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/295)
33952026-06-08T18:58:11.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-06-08T18:58:11.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-06-08T18:58:11.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-06-08T18:58:11.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-06-08T18:58:11.434Z
34002026-06-08T18:58:11.434Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/295)
34012026-06-08T18:58:11.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-06-08T18:58:11.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-06-08T18:58:11.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-06-08T18:58:11.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34052026-06-08T18:58:12.069Z
34062026-06-08T18:58:12.069Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/295)
34072026-06-08T18:58:12.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-06-08T18:58:12.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-06-08T18:58:12.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-06-08T18:58:12.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34112026-06-08T18:58:12.703Z
34122026-06-08T18:58:12.703Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/295)
34132026-06-08T18:58:13.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-06-08T18:58:13.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-06-08T18:58:13.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-06-08T18:58:13.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34172026-06-08T18:58:13.326Z
34182026-06-08T18:58:13.326Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/295)
34192026-06-08T18:58:13.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-06-08T18:58:13.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-06-08T18:58:13.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-06-08T18:58:13.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34232026-06-08T18:58:13.957Z
34242026-06-08T18:58:13.957Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/295)
34252026-06-08T18:58:14.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-06-08T18:58:14.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-06-08T18:58:14.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-06-08T18:58:14.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34292026-06-08T18:58:14.588Z
34302026-06-08T18:58:14.588Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/295)
34312026-06-08T18:58:15.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-06-08T18:58:15.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-06-08T18:58:15.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-06-08T18:58:15.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34352026-06-08T18:58:15.218Z
34362026-06-08T18:58:15.218Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/295)
34372026-06-08T18:58:15.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-06-08T18:58:15.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-06-08T18:58:15.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-06-08T18:58:15.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34412026-06-08T18:58:15.861Z
34422026-06-08T18:58:15.861Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/295)
34432026-06-08T18:58:16.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-06-08T18:58:16.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-06-08T18:58:16.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-06-08T18:58:16.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34472026-06-08T18:58:16.481Z
34482026-06-08T18:58:16.481Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/295)
34492026-06-08T18:58:17.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-06-08T18:58:17.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-06-08T18:58:17.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-06-08T18:58:17.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34532026-06-08T18:58:17.128Z
34542026-06-08T18:58:17.128Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/295)
34552026-06-08T18:58:17.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-06-08T18:58:17.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-06-08T18:58:17.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-06-08T18:58:17.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34592026-06-08T18:58:17.742Z
34602026-06-08T18:58:17.742Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/295)
34612026-06-08T18:58:18.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-06-08T18:58:18.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-06-08T18:58:18.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-06-08T18:58:18.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-06-08T18:58:18.355Z
34662026-06-08T18:58:18.355Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/295)
34672026-06-08T18:58:18.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-06-08T18:58:18.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-06-08T18:58:18.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-06-08T18:58:18.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34712026-06-08T18:58:18.961Z
34722026-06-08T18:58:18.961Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/295)
34732026-06-08T18:58:19.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-06-08T18:58:19.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-06-08T18:58:19.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-06-08T18:58:19.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-06-08T18:58:19.608Z
34782026-06-08T18:58:19.608Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/295)
34792026-06-08T18:58:20.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-06-08T18:58:20.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-06-08T18:58:20.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-06-08T18:58:20.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34832026-06-08T18:58:20.199Z
34842026-06-08T18:58:20.199Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/295)
34852026-06-08T18:58:20.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-06-08T18:58:20.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-06-08T18:58:20.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-06-08T18:58:20.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-06-08T18:58:20.819Z
34902026-06-08T18:58:20.819Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/295)
34912026-06-08T18:58:21.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-06-08T18:58:21.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-06-08T18:58:21.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-06-08T18:58:21.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34952026-06-08T18:58:21.401Z
34962026-06-08T18:58:21.401Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/295)
34972026-06-08T18:58:21.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-06-08T18:58:21.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-06-08T18:58:21.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-06-08T18:58:21.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35012026-06-08T18:58:22.030Z
35022026-06-08T18:58:22.030Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/295)
35032026-06-08T18:58:22.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-06-08T18:58:22.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-06-08T18:58:22.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-06-08T18:58:22.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-06-08T18:58:22.629Z
35082026-06-08T18:58:22.629Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/295)
35092026-06-08T18:58:23.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-06-08T18:58:23.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-06-08T18:58:23.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-06-08T18:58:23.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35132026-06-08T18:58:23.260Z
35142026-06-08T18:58:23.260Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/295)
35152026-06-08T18:58:23.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-06-08T18:58:23.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-06-08T18:58:23.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-06-08T18:58:23.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35192026-06-08T18:58:23.894Z
35202026-06-08T18:58:23.894Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/295)
35212026-06-08T18:58:24.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-06-08T18:58:24.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-06-08T18:58:24.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-06-08T18:58:24.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35252026-06-08T18:58:24.519Z
35262026-06-08T18:58:24.519Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/295)
35272026-06-08T18:58:25.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-06-08T18:58:25.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-06-08T18:58:25.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-06-08T18:58:25.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35312026-06-08T18:58:25.149Z
35322026-06-08T18:58:25.149Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/295)
35332026-06-08T18:58:25.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-06-08T18:58:25.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-06-08T18:58:25.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-06-08T18:58:25.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35372026-06-08T18:58:25.792Z
35382026-06-08T18:58:25.792Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/295)
35392026-06-08T18:58:26.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-06-08T18:58:26.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-06-08T18:58:26.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-06-08T18:58:26.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35432026-06-08T18:58:26.407Z
35442026-06-08T18:58:26.407Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/295)
35452026-06-08T18:58:26.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-06-08T18:58:26.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-06-08T18:58:26.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-06-08T18:58:26.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35492026-06-08T18:58:27.041Z
35502026-06-08T18:58:27.041Zinfo: running `cargo check --bins` on oximeter-producer (173/295)
35512026-06-08T18:58:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-06-08T18:58:27.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-06-08T18:58:27.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-06-08T18:58:27.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-06-08T18:58:28.265Z
35562026-06-08T18:58:28.265Zinfo: running `cargo check --bins` on internal-dns-resolver (174/295)
35572026-06-08T18:58:28.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-06-08T18:58:28.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-06-08T18:58:28.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-06-08T18:58:28.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35612026-06-08T18:58:28.306Z
35622026-06-08T18:58:28.306Zinfo: running `cargo check --bins` on dns-server (175/295)
35632026-06-08T18:58:28.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-06-08T18:58:28.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-06-08T18:58:28.972Z Compiling parking_lot_core v0.8.6
35662026-06-08T18:58:28.975Z Compiling atomicwrites v0.4.4
35672026-06-08T18:58:28.975Z Compiling git-stub v1.0.0
35682026-06-08T18:58:28.975Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35692026-06-08T18:58:29.102Z Checking prefix-trie v0.7.0
35702026-06-08T18:58:29.210Z Compiling git-stub-vcs v0.1.0
35712026-06-08T18:58:29.393Z Checking hickory-server v0.25.2
35722026-06-08T18:58:29.487Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35732026-06-08T18:58:29.503Z Checking parking_lot v0.11.2
35742026-06-08T18:58:29.569Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35752026-06-08T18:58:29.569Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35762026-06-08T18:58:29.699Z Checking sled v0.34.7
35772026-06-08T18:58:31.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
35782026-06-08T18:58:31.756Z
35792026-06-08T18:58:31.756Zinfo: running `cargo check --bins` on dns-server-api (176/295)
35802026-06-08T18:58:32.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-06-08T18:58:32.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-06-08T18:58:32.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-06-08T18:58:32.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35842026-06-08T18:58:32.371Z
35852026-06-08T18:58:32.371Zinfo: running `cargo check --bins` on oximeter-producer-api (177/295)
35862026-06-08T18:58:32.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-06-08T18:58:32.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-06-08T18:58:32.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-06-08T18:58:32.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-06-08T18:58:32.982Z
35912026-06-08T18:58:32.982Zinfo: running `cargo check --bins` on sp-sim (178/295)
35922026-06-08T18:58:33.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-06-08T18:58:33.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-06-08T18:58:33.700Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-06-08T18:58:35.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.47s
35962026-06-08T18:58:35.664Z
35972026-06-08T18:58:35.664Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/295)
35982026-06-08T18:58:36.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-06-08T18:58:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-06-08T18:58:36.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-06-08T18:58:36.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-06-08T18:58:36.315Z
36032026-06-08T18:58:36.315Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/295)
36042026-06-08T18:58:36.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-06-08T18:58:36.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-06-08T18:58:36.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-06-08T18:58:36.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36082026-06-08T18:58:36.976Z
36092026-06-08T18:58:36.976Zinfo: running `cargo check --bins` on db-macros (181/295)
36102026-06-08T18:58:37.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-06-08T18:58:37.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-06-08T18:58:37.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-06-08T18:58:37.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36142026-06-08T18:58:37.564Z
36152026-06-08T18:58:37.564Zinfo: running `cargo check --bins` on nexus-macros-common (182/295)
36162026-06-08T18:58:38.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-06-08T18:58:38.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-06-08T18:58:38.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-06-08T18:58:38.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36202026-06-08T18:58:38.154Z
36212026-06-08T18:58:38.154Zinfo: running `cargo check --bins` on nexus-auth (183/295)
36222026-06-08T18:58:38.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-06-08T18:58:38.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-06-08T18:58:38.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-06-08T18:58:38.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36262026-06-08T18:58:38.807Z
36272026-06-08T18:58:38.807Zinfo: running `cargo check --bins` on authz-macros (184/295)
36282026-06-08T18:58:39.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-06-08T18:58:39.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-06-08T18:58:39.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-06-08T18:58:39.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36322026-06-08T18:58:39.396Z
36332026-06-08T18:58:39.396Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/295)
36342026-06-08T18:58:39.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-06-08T18:58:39.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-06-08T18:58:39.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-06-08T18:58:39.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36382026-06-08T18:58:40.039Z
36392026-06-08T18:58:40.039Zinfo: running `cargo check --bins` on nexus-db-model (186/295)
36402026-06-08T18:58:40.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-06-08T18:58:40.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-06-08T18:58:40.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-06-08T18:58:40.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36442026-06-08T18:58:40.686Z
36452026-06-08T18:58:40.686Zinfo: running `cargo check --bins` on nexus-db-schema (187/295)
36462026-06-08T18:58:41.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-06-08T18:58:41.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-06-08T18:58:41.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-06-08T18:58:41.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36502026-06-08T18:58:41.277Z
36512026-06-08T18:58:41.277Zinfo: running `cargo check --bins` on omicron-rpaths (188/295)
36522026-06-08T18:58:41.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-06-08T18:58:41.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-06-08T18:58:41.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-06-08T18:58:41.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36562026-06-08T18:58:41.858Z
36572026-06-08T18:58:41.858Zinfo: running `cargo check --bins` on nexus-defaults (189/295)
36582026-06-08T18:58:42.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-06-08T18:58:42.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-06-08T18:58:42.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-06-08T18:58:42.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36622026-06-08T18:58:42.458Z
36632026-06-08T18:58:42.458Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/295)
36642026-06-08T18:58:42.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-06-08T18:58:42.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-06-08T18:58:42.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-06-08T18:58:42.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36682026-06-08T18:58:43.048Z
36692026-06-08T18:58:43.049Zinfo: running `cargo check --bins` on parallel-task-set (191/295)
36702026-06-08T18:58:43.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-06-08T18:58:43.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-06-08T18:58:43.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-06-08T18:58:43.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36742026-06-08T18:58:43.631Z
36752026-06-08T18:58:43.631Zinfo: running `cargo check --bins` on nexus-db-errors (192/295)
36762026-06-08T18:58:44.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-06-08T18:58:44.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-06-08T18:58:44.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-06-08T18:58:44.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36802026-06-08T18:58:44.278Z
36812026-06-08T18:58:44.278Zinfo: running `cargo check --bins` on nexus-db-lookup (193/295)
36822026-06-08T18:58:44.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-06-08T18:58:44.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-06-08T18:58:44.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-06-08T18:58:44.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36862026-06-08T18:58:44.932Z
36872026-06-08T18:58:44.932Zinfo: running `cargo check --bins` on nexus-inventory (194/295)
36882026-06-08T18:58:45.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-06-08T18:58:45.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-06-08T18:58:45.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-06-08T18:58:45.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36922026-06-08T18:58:45.577Z
36932026-06-08T18:58:45.577Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (195/295)
36942026-06-08T18:58:46.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-06-08T18:58:46.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-06-08T18:58:46.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-06-08T18:58:46.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36982026-06-08T18:58:46.196Z
36992026-06-08T18:58:46.196Zinfo: running `cargo check --bins --no-default-features` on sled-storage (196/295)
37002026-06-08T18:58:46.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-06-08T18:58:46.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-06-08T18:58:46.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-06-08T18:58:46.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37042026-06-08T18:58:46.813Z
37052026-06-08T18:58:46.813Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (197/295)
37062026-06-08T18:58:47.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-06-08T18:58:47.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-06-08T18:58:47.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-06-08T18:58:47.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37102026-06-08T18:58:47.434Z
37112026-06-08T18:58:47.434Zinfo: running `cargo check --bins` on key-manager (198/295)
37122026-06-08T18:58:47.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-06-08T18:58:47.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-06-08T18:58:47.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-06-08T18:58:47.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37162026-06-08T18:58:48.035Z
37172026-06-08T18:58:48.036Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (199/295)
37182026-06-08T18:58:48.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-06-08T18:58:48.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-06-08T18:58:48.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-06-08T18:58:48.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37222026-06-08T18:58:48.654Z
37232026-06-08T18:58:48.654Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (200/295)
37242026-06-08T18:58:49.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-06-08T18:58:49.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-06-08T18:58:49.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-06-08T18:58:49.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37282026-06-08T18:58:49.271Z
37292026-06-08T18:58:49.271Zinfo: running `cargo check --bins` on typed-rng (201/295)
37302026-06-08T18:58:49.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-06-08T18:58:49.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-06-08T18:58:49.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-06-08T18:58:49.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-06-08T18:58:49.857Z
37352026-06-08T18:58:49.857Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/295)
37362026-06-08T18:58:50.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-06-08T18:58:50.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-06-08T18:58:50.719Z Compiling libefi-sys v0.1.0
37392026-06-08T18:58:50.854Z Compiling bitfield-struct v0.6.2
37402026-06-08T18:58:50.864Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37412026-06-08T18:58:50.873Z Compiling xshell-macros v0.2.7
37422026-06-08T18:58:50.897Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37432026-06-08T18:58:50.900Z Compiling typify-impl v0.4.3
37442026-06-08T18:58:50.900Z Compiling salty v0.3.0
37452026-06-08T18:58:50.904Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37462026-06-08T18:58:50.974Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
37472026-06-08T18:58:51.059Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37482026-06-08T18:58:51.207Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37492026-06-08T18:58:51.284Z Checking xshell v0.2.7
37502026-06-08T18:58:51.308Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37512026-06-08T18:58:51.444Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37522026-06-08T18:58:51.458Z Checking primeorder v0.13.6
37532026-06-08T18:58:51.471Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37542026-06-08T18:58:51.475Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37552026-06-08T18:58:51.584Z Compiling proc-macro-error-attr2 v2.0.0
37562026-06-08T18:58:51.614Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37572026-06-08T18:58:51.691Z Checking tungstenite v0.21.0
37582026-06-08T18:58:51.721Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37592026-06-08T18:58:51.821Z Checking p384 v0.13.1
37602026-06-08T18:58:51.933Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37612026-06-08T18:58:51.959Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37622026-06-08T18:58:51.974Z Compiling proc-macro-error2 v2.0.1
37632026-06-08T18:58:52.293Z Compiling num-derive v0.3.3
37642026-06-08T18:58:52.450Z Compiling tabled_derive v0.11.0
37652026-06-08T18:58:52.583Z Checking tokio-tungstenite v0.21.0
37662026-06-08T18:58:52.830Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37672026-06-08T18:58:52.875Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37682026-06-08T18:58:53.116Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37692026-06-08T18:58:53.212Z Checking libscf-sys v1.1.0
37702026-06-08T18:58:53.410Z Checking papergrid v0.17.0
37712026-06-08T18:58:53.484Z Checking testing_table v0.3.0
37722026-06-08T18:58:53.528Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37732026-06-08T18:58:53.584Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37742026-06-08T18:58:53.633Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37752026-06-08T18:58:53.772Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37762026-06-08T18:58:53.982Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37772026-06-08T18:58:53.997Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37782026-06-08T18:58:54.027Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37792026-06-08T18:58:54.104Z Compiling illumos-nvpair-sys v0.2.0
37802026-06-08T18:58:54.181Z Compiling unicase v2.9.0
37812026-06-08T18:58:54.193Z Checking corncobs v0.1.4
37822026-06-08T18:58:54.277Z Checking tabled v0.20.0
37832026-06-08T18:58:54.327Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37842026-06-08T18:58:54.345Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37852026-06-08T18:58:54.383Z Compiling mime_guess v2.0.5
37862026-06-08T18:58:54.404Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37872026-06-08T18:58:54.566Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37882026-06-08T18:58:54.582Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37892026-06-08T18:58:54.675Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37902026-06-08T18:58:54.703Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37912026-06-08T18:58:54.784Z Checking progenitor-client v0.11.2
37922026-06-08T18:58:54.923Z Checking secrecy v0.8.0
37932026-06-08T18:58:55.020Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37942026-06-08T18:58:55.282Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
37952026-06-08T18:58:55.296Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37962026-06-08T18:58:55.390Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37972026-06-08T18:58:55.393Z Compiling typify-macro v0.4.3
37982026-06-08T18:58:55.420Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37992026-06-08T18:58:55.561Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38002026-06-08T18:58:55.616Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38012026-06-08T18:58:55.660Z Checking filetime v0.2.27
38022026-06-08T18:58:55.785Z Checking xattr v1.6.1
38032026-06-08T18:58:55.927Z Checking crc8 v0.1.1
38042026-06-08T18:58:55.966Z Checking http-range v0.1.5
38052026-06-08T18:58:56.041Z Checking tar v0.4.45
38062026-06-08T18:58:56.094Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38072026-06-08T18:58:56.289Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38082026-06-08T18:58:56.320Z Checking illumos-nvpair v0.3.0
38092026-06-08T18:58:56.418Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38102026-06-08T18:58:56.485Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38112026-06-08T18:58:56.500Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
38122026-06-08T18:58:56.806Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38132026-06-08T18:58:56.851Z Checking atty v0.2.14
38142026-06-08T18:58:56.951Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
38152026-06-08T18:58:56.967Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38162026-06-08T18:58:57.000Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38172026-06-08T18:58:57.112Z Compiling typify v0.4.3
38182026-06-08T18:58:57.220Z Compiling progenitor-impl v0.11.2
38192026-06-08T18:58:57.393Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38202026-06-08T18:58:57.555Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38212026-06-08T18:58:57.614Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
38222026-06-08T18:58:57.725Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38232026-06-08T18:58:57.910Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38242026-06-08T18:58:57.935Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
38252026-06-08T18:58:58.106Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-06-08T18:58:58.163Z Checking hyper-staticfile v0.10.1
38272026-06-08T18:58:58.398Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38282026-06-08T18:58:58.454Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38292026-06-08T18:58:58.557Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38302026-06-08T18:58:58.657Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-06-08T18:58:58.808Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38322026-06-08T18:58:58.824Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
38332026-06-08T18:58:59.044Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38342026-06-08T18:58:59.082Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
38352026-06-08T18:58:59.114Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
38362026-06-08T18:58:59.321Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38372026-06-08T18:58:59.812Z Compiling progenitor-macro v0.11.2
38382026-06-08T18:59:02.208Z Checking progenitor v0.11.2
38392026-06-08T18:59:02.344Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
38402026-06-08T18:59:02.417Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38412026-06-08T18:59:06.968Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38422026-06-08T18:59:17.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.94s
38432026-06-08T18:59:18.020Z
38442026-06-08T18:59:18.020Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/295)
38452026-06-08T18:59:18.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-06-08T18:59:18.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-06-08T18:59:18.806Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38482026-06-08T18:59:29.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38492026-06-08T18:59:29.654Z
38502026-06-08T18:59:29.655Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/295)
38512026-06-08T18:59:30.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-06-08T18:59:30.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-06-08T18:59:30.429Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38542026-06-08T18:59:41.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
38552026-06-08T18:59:41.246Z
38562026-06-08T18:59:41.246Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/295)
38572026-06-08T18:59:41.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-06-08T18:59:41.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-06-08T18:59:42.026Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-06-08T18:59:52.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38612026-06-08T18:59:52.889Z
38622026-06-08T18:59:52.891Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/295)
38632026-06-08T18:59:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-06-08T18:59:53.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-06-08T18:59:53.672Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38662026-06-08T19:00:04.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
38672026-06-08T19:00:04.523Z
38682026-06-08T19:00:04.523Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/295)
38692026-06-08T19:00:05.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-06-08T19:00:05.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-06-08T19:00:05.313Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38722026-06-08T19:00:19.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38732026-06-08T19:00:19.489Z
38742026-06-08T19:00:19.489Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/295)
38752026-06-08T19:00:19.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-06-08T19:00:19.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-06-08T19:00:19.490Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38782026-06-08T19:00:27.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.46s
38792026-06-08T19:00:27.901Z
38802026-06-08T19:00:27.901Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/295)
38812026-06-08T19:00:28.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-06-08T19:00:28.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-06-08T19:00:28.686Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-06-08T19:00:39.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
38852026-06-08T19:00:39.547Z
38862026-06-08T19:00:39.547Zinfo: running `cargo check --bins` on bootstrap-agent-api (210/295)
38872026-06-08T19:00:40.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-06-08T19:00:40.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-06-08T19:00:40.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-06-08T19:00:40.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38912026-06-08T19:00:40.155Z
38922026-06-08T19:00:40.155Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/295)
38932026-06-08T19:00:40.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-06-08T19:00:40.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-06-08T19:00:40.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-06-08T19:00:40.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38972026-06-08T19:00:40.760Z
38982026-06-08T19:00:40.760Zinfo: running `cargo check --bins` on range-requests (212/295)
38992026-06-08T19:00:41.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-06-08T19:00:41.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-06-08T19:00:41.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-06-08T19:00:41.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39032026-06-08T19:00:41.355Z
39042026-06-08T19:00:41.355Zinfo: running `cargo check --bins` on repo-depot-api (213/295)
39052026-06-08T19:00:41.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-06-08T19:00:41.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-06-08T19:00:41.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-06-08T19:00:41.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39092026-06-08T19:00:41.949Z
39102026-06-08T19:00:41.949Zinfo: running `cargo check --bins` on sled-agent-api (214/295)
39112026-06-08T19:00:42.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-06-08T19:00:42.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-06-08T19:00:42.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-06-08T19:00:42.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39152026-06-08T19:00:42.571Z
39162026-06-08T19:00:42.571Zinfo: running `cargo check --bins` on sled-diagnostics (215/295)
39172026-06-08T19:00:43.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-06-08T19:00:43.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-06-08T19:00:43.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-06-08T19:00:43.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39212026-06-08T19:00:43.192Z
39222026-06-08T19:00:43.192Zinfo: running `cargo check --bins` on zfs-test-harness (216/295)
39232026-06-08T19:00:43.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-06-08T19:00:43.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-06-08T19:00:43.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-06-08T19:00:43.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39272026-06-08T19:00:43.813Z
39282026-06-08T19:00:43.813Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/295)
39292026-06-08T19:00:44.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-06-08T19:00:44.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-06-08T19:00:44.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-06-08T19:00:44.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39332026-06-08T19:00:44.439Z
39342026-06-08T19:00:44.439Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/295)
39352026-06-08T19:00:44.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-06-08T19:00:44.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-06-08T19:00:44.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-06-08T19:00:44.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39392026-06-08T19:00:45.067Z
39402026-06-08T19:00:45.068Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/295)
39412026-06-08T19:00:45.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-06-08T19:00:45.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-06-08T19:00:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-06-08T19:00:45.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39452026-06-08T19:00:45.687Z
39462026-06-08T19:00:45.687Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/295)
39472026-06-08T19:00:46.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-06-08T19:00:46.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-06-08T19:00:46.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-06-08T19:00:46.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39512026-06-08T19:00:46.310Z
39522026-06-08T19:00:46.310Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/295)
39532026-06-08T19:00:46.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-06-08T19:00:46.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-06-08T19:00:46.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-06-08T19:00:46.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39572026-06-08T19:00:46.938Z
39582026-06-08T19:00:46.938Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/295)
39592026-06-08T19:00:47.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-06-08T19:00:47.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-06-08T19:00:47.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-06-08T19:00:47.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39632026-06-08T19:00:47.564Z
39642026-06-08T19:00:47.564Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/295)
39652026-06-08T19:00:48.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-06-08T19:00:48.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-06-08T19:00:48.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-06-08T19:00:48.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39692026-06-08T19:00:48.192Z
39702026-06-08T19:00:48.192Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/295)
39712026-06-08T19:00:48.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-06-08T19:00:48.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-06-08T19:00:48.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-06-08T19:00:48.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39752026-06-08T19:00:48.834Z
39762026-06-08T19:00:48.834Zinfo: running `cargo check --bins` on trust-quorum (225/295)
39772026-06-08T19:00:49.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-06-08T19:00:49.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-06-08T19:00:49.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-06-08T19:00:49.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39812026-06-08T19:00:49.459Z
39822026-06-08T19:00:49.459Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/295)
39832026-06-08T19:00:49.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-06-08T19:00:49.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-06-08T19:00:49.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-06-08T19:00:49.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39872026-06-08T19:00:50.091Z
39882026-06-08T19:00:50.091Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/295)
39892026-06-08T19:00:50.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-06-08T19:00:50.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-06-08T19:00:50.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-06-08T19:00:50.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39932026-06-08T19:00:50.742Z
39942026-06-08T19:00:50.742Zinfo: running `cargo check --bins` on update-common (228/295)
39952026-06-08T19:00:51.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-06-08T19:00:51.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-06-08T19:00:51.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-06-08T19:00:51.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39992026-06-08T19:00:51.342Z
40002026-06-08T19:00:51.342Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/295)
40012026-06-08T19:00:51.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-06-08T19:00:51.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-06-08T19:00:51.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-06-08T19:00:51.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40052026-06-08T19:00:51.989Z
40062026-06-08T19:00:51.989Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/295)
40072026-06-08T19:00:52.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-06-08T19:00:52.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-06-08T19:00:52.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-06-08T19:00:52.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40112026-06-08T19:00:52.583Z
40122026-06-08T19:00:52.583Zinfo: running `cargo check --bins` on reconfigurator-cli (231/295)
40132026-06-08T19:00:53.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-06-08T19:00:53.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-06-08T19:00:53.362Z Compiling fs-err v2.11.0
40162026-06-08T19:00:53.366Z Checking ignore v0.4.25
40172026-06-08T19:00:53.366Z Checking arc-swap v1.8.2
40182026-06-08T19:00:53.498Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40192026-06-08T19:00:53.500Z Checking predicates-tree v1.0.13
40202026-06-08T19:00:53.503Z Checking parse-size v1.1.0
40212026-06-08T19:00:53.528Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40222026-06-08T19:00:53.540Z Checking rand_seeder v0.4.0
40232026-06-08T19:00:53.612Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40242026-06-08T19:00:53.628Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40252026-06-08T19:00:53.677Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40262026-06-08T19:00:53.694Z Checking slog-scope v4.4.1
40272026-06-08T19:00:53.781Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40282026-06-08T19:00:53.817Z Compiling petname v2.0.2
40292026-06-08T19:00:53.834Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40302026-06-08T19:00:53.860Z Checking globwalk v0.9.1
40312026-06-08T19:00:53.873Z Checking slog-stdlog v4.1.1
40322026-06-08T19:00:53.935Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40332026-06-08T19:00:53.991Z Checking slog-envlogger v2.2.0
40342026-06-08T19:00:54.040Z Checking camino-tempfile-ext v0.3.3
40352026-06-08T19:00:54.141Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40362026-06-08T19:00:54.156Z Checking sapling-renderdag v0.1.0
40372026-06-08T19:00:54.236Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40382026-06-08T19:00:54.333Z Checking subprocess v0.2.15
40392026-06-08T19:00:54.392Z Checking sync-ptr v0.1.4
40402026-06-08T19:00:54.462Z Checking colored v2.2.0
40412026-06-08T19:00:54.510Z Checking assert_matches v1.5.0
40422026-06-08T19:00:54.610Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40432026-06-08T19:00:54.745Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40442026-06-08T19:00:54.748Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
40452026-06-08T19:00:55.500Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40462026-06-08T19:00:56.822Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40472026-06-08T19:00:59.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.45s
40482026-06-08T19:00:59.262Z
40492026-06-08T19:00:59.266Zinfo: running `cargo check --bins` on omicron-repl-utils (232/295)
40502026-06-08T19:00:59.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-06-08T19:00:59.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-06-08T19:00:59.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40532026-06-08T19:00:59.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40542026-06-08T19:00:59.828Z
40552026-06-08T19:00:59.828Zinfo: running `cargo check --bins` on transient-dns-server (233/295)
40562026-06-08T19:01:00.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-06-08T19:01:00.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-06-08T19:01:00.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40592026-06-08T19:01:00.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40602026-06-08T19:01:00.439Z
40612026-06-08T19:01:00.439Zinfo: running `cargo check --bins` on nexus-test-interface (234/295)
40622026-06-08T19:01:00.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-06-08T19:01:00.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-06-08T19:01:00.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-06-08T19:01:00.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40662026-06-08T19:01:01.098Z
40672026-06-08T19:01:01.098Zinfo: running `cargo check --bins` on oximeter-collector (235/295)
40682026-06-08T19:01:01.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-06-08T19:01:01.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-06-08T19:01:01.823Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40712026-06-08T19:01:01.827Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40722026-06-08T19:01:02.472Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40732026-06-08T19:01:04.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40742026-06-08T19:01:04.276Z
40752026-06-08T19:01:04.276Zinfo: running `cargo check --bins` on oximeter-api (236/295)
40762026-06-08T19:01:04.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-06-08T19:01:04.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-06-08T19:01:04.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-06-08T19:01:04.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40802026-06-08T19:01:04.879Z
40812026-06-08T19:01:04.879Zinfo: running `cargo check --bins` on cert-dev (237/295)
40822026-06-08T19:01:05.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-06-08T19:01:05.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-06-08T19:01:05.488Z Checking yasna v0.5.2
40852026-06-08T19:01:05.900Z Checking rcgen v0.12.1
40862026-06-08T19:01:06.150Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40872026-06-08T19:01:06.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40882026-06-08T19:01:06.513Z
40892026-06-08T19:01:06.513Zinfo: running `cargo check --bins` on clickana (238/295)
40902026-06-08T19:01:07.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-06-08T19:01:07.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-06-08T19:01:07.157Z Compiling darling_core v0.23.0
40932026-06-08T19:01:07.268Z Compiling instability v0.3.11
40942026-06-08T19:01:07.271Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40952026-06-08T19:01:07.271Z Checking castaway v0.2.4
40962026-06-08T19:01:07.280Z Compiling indoc v2.0.7
40972026-06-08T19:01:07.288Z Checking unicode-truncate v1.1.0
40982026-06-08T19:01:07.291Z Checking lru v0.12.5
40992026-06-08T19:01:07.291Z Checking cassowary v0.3.0
41002026-06-08T19:01:07.367Z Checking compact_str v0.8.1
41012026-06-08T19:01:08.593Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41022026-06-08T19:01:08.693Z Compiling darling_macro v0.23.0
41032026-06-08T19:01:08.773Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41042026-06-08T19:01:09.108Z Compiling darling v0.23.0
41052026-06-08T19:01:09.719Z Checking ratatui v0.29.0
41062026-06-08T19:01:10.766Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41072026-06-08T19:01:11.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.93s
41082026-06-08T19:01:11.629Z
41092026-06-08T19:01:11.629Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/295)
41102026-06-08T19:01:12.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-06-08T19:01:12.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-06-08T19:01:12.354Z Checking headers-core v0.3.0
41132026-06-08T19:01:12.358Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41142026-06-08T19:01:12.556Z Checking headers v0.4.1
41152026-06-08T19:01:12.945Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41162026-06-08T19:01:13.805Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41172026-06-08T19:01:14.305Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41182026-06-08T19:01:14.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
41192026-06-08T19:01:14.929Z
41202026-06-08T19:01:14.929Zinfo: running `cargo check --bins` on ch-dev (240/295)
41212026-06-08T19:01:15.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-06-08T19:01:15.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-06-08T19:01:15.656Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41242026-06-08T19:01:16.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
41252026-06-08T19:01:16.620Z
41262026-06-08T19:01:16.620Zinfo: running `cargo check --bins` on dev-tools-common (241/295)
41272026-06-08T19:01:17.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-06-08T19:01:17.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-06-08T19:01:17.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-06-08T19:01:17.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
41312026-06-08T19:01:17.090Z
41322026-06-08T19:01:17.091Zinfo: running `cargo check --bins` on crdb-seed (242/295)
41332026-06-08T19:01:17.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-06-08T19:01:17.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-06-08T19:01:17.820Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-06-08T19:01:18.805Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41372026-06-08T19:01:19.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
41382026-06-08T19:01:19.349Z
41392026-06-08T19:01:19.349Zinfo: running `cargo check --bins` on db-dev (243/295)
41402026-06-08T19:01:19.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-06-08T19:01:19.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-06-08T19:01:20.076Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41432026-06-08T19:01:20.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
41442026-06-08T19:01:21.053Z
41452026-06-08T19:01:21.053Zinfo: running `cargo check --bins` on omicron-dev-lib (244/295)
41462026-06-08T19:01:21.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-06-08T19:01:21.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-06-08T19:01:21.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41492026-06-08T19:01:21.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41502026-06-08T19:01:21.699Z
41512026-06-08T19:01:21.700Zinfo: running `cargo check --bins` on xtask-downloader (245/295)
41522026-06-08T19:01:22.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41532026-06-08T19:01:22.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41542026-06-08T19:01:22.316Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41552026-06-08T19:01:23.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
41562026-06-08T19:01:23.198Z
41572026-06-08T19:01:23.198Zinfo: running `cargo check --bins` on omicron-dropshot-apis (246/295)
41582026-06-08T19:01:23.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-06-08T19:01:23.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-06-08T19:01:23.941Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41612026-06-08T19:01:23.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41622026-06-08T19:01:23.941Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41632026-06-08T19:01:23.945Z Checking git-stub v1.0.0
41642026-06-08T19:01:23.947Z Compiling trait-variant v0.1.2
41652026-06-08T19:01:23.947Z Checking maplit v1.0.2
41662026-06-08T19:01:23.967Z Checking is_ci v1.2.0
41672026-06-08T19:01:24.103Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
41682026-06-08T19:01:24.154Z Checking supports-color v3.0.2
41692026-06-08T19:01:24.168Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41702026-06-08T19:01:24.200Z Checking git-stub-vcs v0.1.0
41712026-06-08T19:01:24.267Z Checking drift v0.2.0
41722026-06-08T19:01:24.363Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41732026-06-08T19:01:24.399Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41742026-06-08T19:01:24.403Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41752026-06-08T19:01:24.621Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41762026-06-08T19:01:24.637Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41772026-06-08T19:01:24.650Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
41782026-06-08T19:01:24.670Z Checking dropshot-api-manager v0.7.2
41792026-06-08T19:01:24.840Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41802026-06-08T19:01:24.870Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41812026-06-08T19:01:24.996Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
41822026-06-08T19:01:25.343Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41832026-06-08T19:01:30.268Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41842026-06-08T19:01:31.375Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41852026-06-08T19:01:31.937Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
41862026-06-08T19:01:32.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s
41872026-06-08T19:01:32.564Z
41882026-06-08T19:01:32.564Zinfo: running `cargo check --bins` on installinator-api (247/295)
41892026-06-08T19:01:33.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41902026-06-08T19:01:33.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41912026-06-08T19:01:33.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41922026-06-08T19:01:33.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41932026-06-08T19:01:33.169Z
41942026-06-08T19:01:33.169Zinfo: running `cargo check --bins` on nexus-external-api (248/295)
41952026-06-08T19:01:33.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41962026-06-08T19:01:33.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41972026-06-08T19:01:33.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41982026-06-08T19:01:33.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41992026-06-08T19:01:33.816Z
42002026-06-08T19:01:33.816Zinfo: running `cargo check --bins` on nexus-internal-api (249/295)
42012026-06-08T19:01:34.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42022026-06-08T19:01:34.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42032026-06-08T19:01:34.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42042026-06-08T19:01:34.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42052026-06-08T19:01:34.463Z
42062026-06-08T19:01:34.463Zinfo: running `cargo check --bins` on nexus-lockstep-api (250/295)
42072026-06-08T19:01:35.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42082026-06-08T19:01:35.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42092026-06-08T19:01:35.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42102026-06-08T19:01:35.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42112026-06-08T19:01:35.105Z
42122026-06-08T19:01:35.106Zinfo: running `cargo check --bins` on ntp-admin-api (251/295)
42132026-06-08T19:01:35.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-06-08T19:01:35.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-06-08T19:01:35.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42162026-06-08T19:01:35.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42172026-06-08T19:01:35.711Z
42182026-06-08T19:01:35.711Zinfo: running `cargo check --bins` on ntp-admin-types-versions (252/295)
42192026-06-08T19:01:36.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-06-08T19:01:36.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-06-08T19:01:36.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-06-08T19:01:36.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42232026-06-08T19:01:36.306Z
42242026-06-08T19:01:36.306Zinfo: running `cargo check --bins` on wicketd-api (253/295)
42252026-06-08T19:01:36.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-06-08T19:01:36.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-06-08T19:01:36.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-06-08T19:01:36.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42292026-06-08T19:01:36.923Z
42302026-06-08T19:01:36.923Zinfo: running `cargo check --bins` on omicron-ls-apis (254/295)
42312026-06-08T19:01:37.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-06-08T19:01:37.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-06-08T19:01:37.539Z Checking typeid v1.0.3
42342026-06-08T19:01:37.651Z Checking ordered-float v2.10.1
42352026-06-08T19:01:37.670Z Checking unicode-xid v0.2.6
42362026-06-08T19:01:37.675Z Checking cargo-platform v0.2.0
42372026-06-08T19:01:37.693Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42382026-06-08T19:01:37.718Z Checking erased-serde v0.4.9
42392026-06-08T19:01:37.860Z Checking serde-value v0.7.0
42402026-06-08T19:01:38.028Z Checking serde-untagged v0.1.9
42412026-06-08T19:01:38.183Z Checking cargo-util-schemas v0.8.2
42422026-06-08T19:01:38.859Z Checking cargo_metadata v0.21.0
42432026-06-08T19:01:39.454Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42442026-06-08T19:01:40.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
42452026-06-08T19:01:40.360Z
42462026-06-08T19:01:40.361Zinfo: running `cargo check --bins` on mgs-dev (255/295)
42472026-06-08T19:01:40.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-06-08T19:01:40.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-06-08T19:01:41.103Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42502026-06-08T19:01:41.731Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42512026-06-08T19:01:42.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s
42522026-06-08T19:01:42.440Z
42532026-06-08T19:01:42.440Zinfo: running `cargo check --bins` on omicron-omdb (256/295)
42542026-06-08T19:01:43.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-06-08T19:01:43.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-06-08T19:01:43.393Z Compiling vergen-lib v0.1.6
42572026-06-08T19:01:43.394Z Compiling vergen-gitcl v1.0.8
42582026-06-08T19:01:43.394Z Compiling dirs-sys-next v0.1.2
42592026-06-08T19:01:43.397Z Compiling diesel_derives v2.3.7
42602026-06-08T19:01:43.397Z Compiling glob v0.3.3
42612026-06-08T19:01:43.397Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42622026-06-08T19:01:43.397Z Compiling crunchy v0.2.4
42632026-06-08T19:01:43.598Z Compiling dsl_auto_type v0.2.0
42642026-06-08T19:01:43.757Z Compiling dirs-next v2.0.0
42652026-06-08T19:01:43.794Z Checking scheduled-thread-pool v0.2.7
42662026-06-08T19:01:43.878Z Compiling diesel_table_macro_syntax v0.3.0
42672026-06-08T19:01:43.893Z Compiling tiny-keccak v2.0.2
42682026-06-08T19:01:43.910Z Compiling clang-sys v1.8.1
42692026-06-08T19:01:43.944Z Checking r2d2 v0.8.10
42702026-06-08T19:01:44.084Z Compiling term v0.7.0
42712026-06-08T19:01:44.115Z Compiling bit-vec v0.6.3
42722026-06-08T19:01:44.128Z Checking downcast-rs v2.0.2
42732026-06-08T19:01:44.231Z Compiling itertools v0.10.5
42742026-06-08T19:01:44.280Z Compiling bit-set v0.5.3
42752026-06-08T19:01:44.333Z Compiling ena v0.14.4
42762026-06-08T19:01:44.440Z Compiling ascii-canvas v3.0.0
42772026-06-08T19:01:44.547Z Compiling libloading v0.8.9
42782026-06-08T19:01:44.563Z Compiling bindgen v0.71.1
42792026-06-08T19:01:44.585Z Compiling diff v0.1.13
42802026-06-08T19:01:44.635Z Compiling regex-syntax v0.6.29
42812026-06-08T19:01:44.760Z Compiling cexpr v0.6.0
42822026-06-08T19:01:44.850Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42832026-06-08T19:01:45.012Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42842026-06-08T19:01:45.053Z Compiling rustc-hash v2.1.1
42852026-06-08T19:01:45.184Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-06-08T19:01:45.204Z Compiling libxml v0.3.3
42872026-06-08T19:01:45.280Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42882026-06-08T19:01:45.440Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42892026-06-08T19:01:45.460Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42902026-06-08T19:01:45.724Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42912026-06-08T19:01:45.760Z Compiling strum_macros v0.24.3
42922026-06-08T19:01:45.786Z Compiling indoc v1.0.9
42932026-06-08T19:01:46.226Z Compiling lalrpop v0.19.12
42942026-06-08T19:01:46.560Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-06-08T19:01:46.728Z Checking derive_builder v0.20.2
42962026-06-08T19:01:46.752Z Compiling oso-derive v0.27.3
42972026-06-08T19:01:46.846Z Checking quick-xml v0.37.5
42982026-06-08T19:01:47.119Z Compiling impl-trait-for-tuples v0.2.3
42992026-06-08T19:01:47.247Z Checking openssl-probe v0.1.6
43002026-06-08T19:01:47.389Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43012026-06-08T19:01:47.717Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43022026-06-08T19:01:47.920Z Checking bb8 v0.8.6
43032026-06-08T19:01:48.182Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43042026-06-08T19:01:48.211Z Compiling libz-sys v1.1.24
43052026-06-08T19:01:48.355Z Checking nonempty v0.12.0
43062026-06-08T19:01:48.400Z Compiling strsim v0.10.0
43072026-06-08T19:01:48.529Z Compiling libgit2-sys v0.18.3+1.9.2
43082026-06-08T19:01:48.672Z Compiling darling_core v0.13.4
43092026-06-08T19:01:48.742Z Compiling vergen-git2 v9.1.0
43102026-06-08T19:01:48.822Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43112026-06-08T19:01:48.981Z Compiling base64 v0.21.7
43122026-06-08T19:01:49.012Z Compiling rustls v0.21.12
43132026-06-08T19:01:49.222Z Compiling ron v0.8.1
43142026-06-08T19:01:49.335Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43152026-06-08T19:01:49.566Z Checking diesel v2.3.7
43162026-06-08T19:01:50.182Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43172026-06-08T19:01:50.258Z Checking sct v0.7.1
43182026-06-08T19:01:50.377Z Checking rustls-webpki v0.101.7
43192026-06-08T19:01:50.427Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
43202026-06-08T19:01:50.567Z Compiling darling_macro v0.13.4
43212026-06-08T19:01:51.048Z Compiling darling v0.13.4
43222026-06-08T19:01:51.143Z Compiling serde_with_macros v1.5.2
43232026-06-08T19:01:51.424Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43242026-06-08T19:01:51.984Z Compiling serde_with v1.14.0
43252026-06-08T19:01:52.006Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43262026-06-08T19:01:53.140Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43272026-06-08T19:01:53.164Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43282026-06-08T19:01:53.810Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43292026-06-08T19:01:54.482Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43302026-06-08T19:01:54.679Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43312026-06-08T19:01:54.730Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43322026-06-08T19:01:54.758Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43332026-06-08T19:01:54.870Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43342026-06-08T19:01:54.912Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43352026-06-08T19:01:55.097Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43362026-06-08T19:01:55.128Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43372026-06-08T19:01:55.149Z Checking tokio-rustls v0.24.1
43382026-06-08T19:01:55.353Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43392026-06-08T19:01:55.935Z Checking rustls-pemfile v1.0.4
43402026-06-08T19:01:55.980Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43412026-06-08T19:01:56.082Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43422026-06-08T19:01:56.164Z Checking twox-hash v2.1.2
43432026-06-08T19:01:56.272Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-06-08T19:01:56.497Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43452026-06-08T19:01:56.555Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43462026-06-08T19:01:56.629Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43472026-06-08T19:01:56.784Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43482026-06-08T19:01:58.097Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43492026-06-08T19:01:58.265Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43502026-06-08T19:01:58.545Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43512026-06-08T19:01:58.822Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43522026-06-08T19:01:59.254Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43532026-06-08T19:01:59.506Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43542026-06-08T19:01:59.769Z Checking console v0.16.2
43552026-06-08T19:02:00.464Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43562026-06-08T19:02:00.470Z Checking fatfs v0.3.6
43572026-06-08T19:02:00.485Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43582026-06-08T19:02:00.701Z Compiling seq-macro v0.3.6
43592026-06-08T19:02:00.953Z Checking unit-prefix v0.5.2
43602026-06-08T19:02:01.092Z Checking indicatif v0.18.4
43612026-06-08T19:02:01.292Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43622026-06-08T19:02:01.500Z Checking support-bundle-viewer v0.1.2
43632026-06-08T19:02:01.746Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43642026-06-08T19:02:01.809Z Checking multimap v0.10.1
43652026-06-08T19:02:07.769Z Checking diesel-dtrace v0.5.0
43662026-06-08T19:02:08.014Z Checking async-bb8-diesel v0.2.1
43672026-06-08T19:02:11.269Z Compiling samael v0.0.19
43682026-06-08T19:02:16.123Z Compiling git2 v0.20.4
43692026-06-08T19:02:18.102Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43702026-06-08T19:02:18.131Z Compiling polar-core v0.27.3
43712026-06-08T19:02:18.582Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
43722026-06-08T19:02:22.380Z Checking oso v0.27.3
43732026-06-08T19:02:50.307Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43742026-06-08T19:04:00.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
43752026-06-08T19:04:00.990Z
43762026-06-08T19:04:00.990Zinfo: running `cargo check --bins` on nexus-networking (257/295)
43772026-06-08T19:04:01.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-06-08T19:04:01.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-06-08T19:04:01.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43802026-06-08T19:04:01.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
43812026-06-08T19:04:01.704Z
43822026-06-08T19:04:01.704Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (258/295)
43832026-06-08T19:04:02.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-06-08T19:04:02.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-06-08T19:04:02.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43862026-06-08T19:04:02.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43872026-06-08T19:04:02.368Z
43882026-06-08T19:04:02.368Zinfo: running `cargo check --bins` on nexus-saga-recovery (259/295)
43892026-06-08T19:04:02.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-06-08T19:04:02.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-06-08T19:04:02.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43922026-06-08T19:04:02.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43932026-06-08T19:04:03.028Z
43942026-06-08T19:04:03.028Zinfo: running `cargo check --bins` on nexus-test-utils-macros (260/295)
43952026-06-08T19:04:03.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-06-08T19:04:03.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-06-08T19:04:03.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43982026-06-08T19:04:03.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43992026-06-08T19:04:03.621Z
44002026-06-08T19:04:03.621Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (261/295)
44012026-06-08T19:04:04.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-06-08T19:04:04.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-06-08T19:04:04.460Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44042026-06-08T19:04:05.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s
44052026-06-08T19:04:05.461Z
44062026-06-08T19:04:05.461Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (262/295)
44072026-06-08T19:04:06.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-06-08T19:04:06.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-06-08T19:04:06.295Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44102026-06-08T19:04:42.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s
44112026-06-08T19:04:42.750Z
44122026-06-08T19:04:42.750Zinfo: running `cargo check --bins` on nexus-background-task-interface (263/295)
44132026-06-08T19:04:43.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44142026-06-08T19:04:43.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44152026-06-08T19:04:43.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44162026-06-08T19:04:43.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44172026-06-08T19:04:43.340Z
44182026-06-08T19:04:43.340Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (264/295)
44192026-06-08T19:04:43.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44202026-06-08T19:04:43.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44212026-06-08T19:04:43.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44222026-06-08T19:04:43.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44232026-06-08T19:04:43.989Z
44242026-06-08T19:04:43.989Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (265/295)
44252026-06-08T19:04:44.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-06-08T19:04:44.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-06-08T19:04:44.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44282026-06-08T19:04:44.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44292026-06-08T19:04:44.655Z
44302026-06-08T19:04:44.655Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (266/295)
44312026-06-08T19:04:45.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-06-08T19:04:45.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-06-08T19:04:45.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44342026-06-08T19:04:45.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44352026-06-08T19:04:45.322Z
44362026-06-08T19:04:45.322Zinfo: running `cargo check --bins` on nexus-mgs-updates (267/295)
44372026-06-08T19:04:45.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-06-08T19:04:45.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-06-08T19:04:45.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44402026-06-08T19:04:45.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
44412026-06-08T19:04:45.969Z
44422026-06-08T19:04:45.969Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (268/295)
44432026-06-08T19:04:46.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44442026-06-08T19:04:46.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44452026-06-08T19:04:46.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44462026-06-08T19:04:46.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44472026-06-08T19:04:46.631Z
44482026-06-08T19:04:46.631Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (269/295)
44492026-06-08T19:04:47.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-06-08T19:04:47.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-06-08T19:04:47.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44522026-06-08T19:04:47.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44532026-06-08T19:04:47.295Z
44542026-06-08T19:04:47.296Zinfo: running `cargo check --bins` on support-bundle-collection (270/295)
44552026-06-08T19:04:47.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44562026-06-08T19:04:47.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44572026-06-08T19:04:47.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44582026-06-08T19:04:47.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
44592026-06-08T19:04:47.959Z
44602026-06-08T19:04:47.959Zinfo: running `cargo check --bins` on omicron-dev (271/295)
44612026-06-08T19:04:48.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-06-08T19:04:48.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-06-08T19:04:48.864Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44642026-06-08T19:04:48.867Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
44652026-06-08T19:04:49.052Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
44662026-06-08T19:04:49.083Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
44672026-06-08T19:04:49.102Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
44682026-06-08T19:04:49.118Z Checking yansi v1.0.1
44692026-06-08T19:04:49.122Z Checking diff v0.1.13
44702026-06-08T19:04:49.122Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44712026-06-08T19:04:49.190Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
44722026-06-08T19:04:49.387Z Checking pretty_assertions v1.4.1
44732026-06-08T19:04:50.016Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44742026-06-08T19:04:50.171Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
44752026-06-08T19:05:13.895Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
44762026-06-08T19:05:13.898Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44772026-06-08T19:05:13.898Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
44782026-06-08T19:05:13.898Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792026-06-08T19:05:13.898Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44802026-06-08T19:05:13.898Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44812026-06-08T19:05:14.731Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
44822026-06-08T19:05:14.734Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
44832026-06-08T19:05:15.949Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44842026-06-08T19:05:52.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
44852026-06-08T19:05:52.794Z
44862026-06-08T19:05:52.794Zinfo: running `cargo check --bins` on omicron-pins (272/295)
44872026-06-08T19:05:53.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-06-08T19:05:53.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-06-08T19:05:53.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44902026-06-08T19:05:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44912026-06-08T19:05:53.394Z
44922026-06-08T19:05:53.394Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (273/295)
44932026-06-08T19:05:53.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-06-08T19:05:53.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-06-08T19:05:54.177Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
44962026-06-08T19:05:54.299Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
44972026-06-08T19:05:54.303Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
44982026-06-08T19:06:20.022Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
44992026-06-08T19:06:20.409Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45002026-06-08T19:06:22.113Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45012026-06-08T19:06:22.570Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45022026-06-08T19:06:25.494Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45032026-06-08T19:06:48.575Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45042026-06-08T19:06:49.279Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052026-06-08T19:06:50.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.52s
45062026-06-08T19:06:51.136Z
45072026-06-08T19:06:51.137Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (274/295)
45082026-06-08T19:06:51.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-06-08T19:06:51.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-06-08T19:06:51.861Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45112026-06-08T19:06:53.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45122026-06-08T19:06:53.547Z
45132026-06-08T19:06:53.547Zinfo: running `cargo check --bins` on omicron-releng (275/295)
45142026-06-08T19:06:53.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-06-08T19:06:53.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-06-08T19:06:53.547Z Compiling blake3 v1.8.3
45172026-06-08T19:06:53.547Z Checking arrayvec v0.7.6
45182026-06-08T19:06:53.547Z Checking constant_time_eq v0.4.2
45192026-06-08T19:06:53.547Z Checking arrayref v0.3.9
45202026-06-08T19:06:53.547Z Checking topological-sort v0.2.2
45212026-06-08T19:06:53.547Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
45222026-06-08T19:06:53.547Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
45232026-06-08T19:06:53.547Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
45242026-06-08T19:06:53.598Z Checking shell-words v1.1.1
45252026-06-08T19:06:54.321Z Checking omicron-zone-package v0.12.2
45262026-06-08T19:06:55.035Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
45272026-06-08T19:06:55.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
45282026-06-08T19:06:56.072Z
45292026-06-08T19:06:56.072Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (276/295)
45302026-06-08T19:06:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-06-08T19:06:56.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-06-08T19:06:56.724Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
45332026-06-08T19:06:57.041Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
45342026-06-08T19:06:57.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45352026-06-08T19:06:57.623Z
45362026-06-08T19:06:57.623Zinfo: running `cargo check --bins` on schema (277/295)
45372026-06-08T19:06:58.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-06-08T19:06:58.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-06-08T19:06:58.355Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
45402026-06-08T19:06:59.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45412026-06-08T19:06:59.242Z
45422026-06-08T19:06:59.242Zinfo: running `cargo check --bins` on xtask (278/295)
45432026-06-08T19:06:59.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-06-08T19:06:59.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-06-08T19:06:59.697Z Checking libc v0.2.185
45462026-06-08T19:06:59.779Z Checking serde v1.0.228
45472026-06-08T19:06:59.785Z Checking zerofrom v0.1.6
45482026-06-08T19:06:59.789Z Checking bitflags v2.11.0
45492026-06-08T19:06:59.794Z Checking smallvec v1.15.1
45502026-06-08T19:06:59.800Z Checking indexmap v2.14.0
45512026-06-08T19:06:59.810Z Checking serde_json v1.0.149
45522026-06-08T19:06:59.813Z Checking scroll v0.12.0
45532026-06-08T19:06:59.883Z Checking yoke v0.8.1
45542026-06-08T19:06:59.932Z Checking num-traits v0.2.19
45552026-06-08T19:06:59.965Z Checking thiserror v1.0.69
45562026-06-08T19:07:00.038Z Checking log v0.4.29
45572026-06-08T19:07:00.053Z Checking zerovec v0.11.5
45582026-06-08T19:07:00.066Z Checking zerotrie v0.2.3
45592026-06-08T19:07:00.076Z Checking errno v0.3.14
45602026-06-08T19:07:00.170Z Checking toml_datetime v0.6.11
45612026-06-08T19:07:00.184Z Checking serde_spanned v0.6.9
45622026-06-08T19:07:00.194Z Checking rustix v1.1.3
45632026-06-08T19:07:00.299Z Checking percent-encoding v2.3.2
45642026-06-08T19:07:00.310Z Checking zerocopy v0.7.35
45652026-06-08T19:07:00.327Z Checking goblin v0.8.2
45662026-06-08T19:07:00.343Z Checking toml_edit v0.22.27
45672026-06-08T19:07:00.411Z Checking getrandom v0.4.1
45682026-06-08T19:07:00.436Z Checking form_urlencoded v1.2.2
45692026-06-08T19:07:00.457Z Checking ordered-float v2.10.1
45702026-06-08T19:07:00.485Z Checking tinystr v0.8.2
45712026-06-08T19:07:00.540Z Checking potential_utf v0.1.4
45722026-06-08T19:07:00.562Z Checking thiserror v2.0.18
45732026-06-08T19:07:00.660Z Checking syn v2.0.117
45742026-06-08T19:07:00.664Z Checking icu_locale_core v2.1.1
45752026-06-08T19:07:00.679Z Checking icu_collections v2.1.1
45762026-06-08T19:07:00.684Z Checking serde-value v0.7.0
45772026-06-08T19:07:00.797Z Checking dtrace-parser v0.2.0
45782026-06-08T19:07:00.890Z Checking thread-id v4.2.2
45792026-06-08T19:07:00.971Z Checking once_cell v1.21.3
45802026-06-08T19:07:00.984Z Checking cargo-platform v0.2.0
45812026-06-08T19:07:00.988Z Checking terminal_size v0.4.3
45822026-06-08T19:07:01.030Z Checking memmap v0.7.0
45832026-06-08T19:07:01.125Z Checking clap_builder v4.5.60
45842026-06-08T19:07:01.143Z Checking tempfile v3.25.0
45852026-06-08T19:07:01.163Z Checking textwrap v0.16.2
45862026-06-08T19:07:01.181Z Checking fs-err v3.3.0
45872026-06-08T19:07:01.216Z Checking icu_provider v2.1.1
45882026-06-08T19:07:01.330Z Checking camino-tempfile v1.4.1
45892026-06-08T19:07:01.358Z Checking tabled v0.15.0
45902026-06-08T19:07:01.370Z Checking anyhow v1.0.102
45912026-06-08T19:07:01.431Z Checking toml v0.8.23
45922026-06-08T19:07:01.449Z Checking icu_normalizer v2.1.1
45932026-06-08T19:07:01.484Z Checking icu_properties v2.1.2
45942026-06-08T19:07:01.567Z Checking macaddr v1.0.1
45952026-06-08T19:07:01.747Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45962026-06-08T19:07:01.758Z Checking cargo_toml v0.21.0
45972026-06-08T19:07:02.183Z Checking dof v0.3.0
45982026-06-08T19:07:02.275Z Checking idna_adapter v1.2.1
45992026-06-08T19:07:02.309Z Checking clap v4.5.60
46002026-06-08T19:07:02.392Z Checking idna v1.1.0
46012026-06-08T19:07:02.461Z Checking usdt-impl v0.5.0
46022026-06-08T19:07:02.613Z Checking url v2.5.8
46032026-06-08T19:07:02.708Z Checking usdt v0.5.0
46042026-06-08T19:07:02.953Z Checking cargo-util-schemas v0.8.2
46052026-06-08T19:07:03.631Z Checking cargo_metadata v0.21.0
46062026-06-08T19:07:04.237Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46072026-06-08T19:07:04.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
46082026-06-08T19:07:04.764Z
46092026-06-08T19:07:04.764Zinfo: running `cargo check --bins` on dnsadm (279/295)
46102026-06-08T19:07:05.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-06-08T19:07:05.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-06-08T19:07:05.411Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46132026-06-08T19:07:05.890Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46142026-06-08T19:07:06.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
46152026-06-08T19:07:06.457Z
46162026-06-08T19:07:06.457Zinfo: running `cargo check --bins` on end-to-end-tests (280/295)
46172026-06-08T19:07:07.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46182026-06-08T19:07:07.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46192026-06-08T19:07:07.252Z Checking polyval v0.6.2
46202026-06-08T19:07:07.378Z Checking ctr v0.9.2
46212026-06-08T19:07:07.388Z Checking ssh-encoding v0.2.0
46222026-06-08T19:07:07.388Z Checking blowfish v0.9.1
46232026-06-08T19:07:07.408Z Checking password-hash v0.4.2
46242026-06-08T19:07:07.422Z Checking p256 v0.13.2
46252026-06-08T19:07:07.422Z Checking p521 v0.13.3
46262026-06-08T19:07:07.448Z Checking russh-cryptovec v0.7.3
46272026-06-08T19:07:07.517Z Checking ghash v0.5.1
46282026-06-08T19:07:07.526Z Checking md5 v0.7.0
46292026-06-08T19:07:07.535Z Checking bcrypt-pbkdf v0.10.0
46302026-06-08T19:07:07.601Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
46312026-06-08T19:07:07.618Z Checking pbkdf2 v0.11.0
46322026-06-08T19:07:07.621Z Checking num-bigint v0.4.6
46332026-06-08T19:07:07.663Z Checking des v0.8.1
46342026-06-08T19:07:07.678Z Checking aes-gcm v0.10.3
46352026-06-08T19:07:07.722Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46362026-06-08T19:07:07.746Z Checking hex-literal v0.4.1
46372026-06-08T19:07:07.784Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
46382026-06-08T19:07:07.814Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
46392026-06-08T19:07:07.827Z Checking ssh-cipher v0.2.0
46402026-06-08T19:07:07.839Z Checking socket2 v0.5.10
46412026-06-08T19:07:07.852Z Checking internet-checksum v0.2.1
46422026-06-08T19:07:07.991Z Checking ssh-key v0.6.7
46432026-06-08T19:07:08.115Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
46442026-06-08T19:07:08.608Z Checking russh-keys v0.45.0
46452026-06-08T19:07:09.154Z Checking russh v0.45.0
46462026-06-08T19:07:25.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.01s
46472026-06-08T19:07:25.678Z
46482026-06-08T19:07:25.678Zinfo: running `cargo check --bins` on gateway-cli (281/295)
46492026-06-08T19:07:26.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-06-08T19:07:26.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-06-08T19:07:26.316Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
46522026-06-08T19:07:26.425Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
46532026-06-08T19:07:26.433Z Checking termios v0.3.3
46542026-06-08T19:07:27.627Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
46552026-06-08T19:07:27.776Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
46562026-06-08T19:07:29.541Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
46572026-06-08T19:07:30.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
46582026-06-08T19:07:30.288Z
46592026-06-08T19:07:30.288Zinfo: running `cargo check --bins --no-default-features` on installinator (282/295)
46602026-06-08T19:07:30.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-06-08T19:07:30.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-06-08T19:07:30.991Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
46632026-06-08T19:07:31.108Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46642026-06-08T19:07:31.115Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
46652026-06-08T19:07:31.118Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
46662026-06-08T19:07:31.128Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
46672026-06-08T19:07:31.138Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
46682026-06-08T19:07:31.853Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46692026-06-08T19:07:32.187Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
46702026-06-08T19:07:32.187Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
46712026-06-08T19:07:32.818Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
46722026-06-08T19:07:34.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
46732026-06-08T19:07:34.642Z
46742026-06-08T19:07:34.642Zinfo: running `cargo check --bins` on internal-dns-cli (283/295)
46752026-06-08T19:07:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46762026-06-08T19:07:35.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46772026-06-08T19:07:35.276Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
46782026-06-08T19:07:35.727Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
46792026-06-08T19:07:36.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46802026-06-08T19:07:36.222Z
46812026-06-08T19:07:36.222Zinfo: running `cargo check --bins` on omicron-live-tests (284/295)
46822026-06-08T19:07:36.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-06-08T19:07:36.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-06-08T19:07:36.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-06-08T19:07:36.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46862026-06-08T19:07:36.816Z
46872026-06-08T19:07:36.816Zinfo: running `cargo check --bins` on live-tests-macros (285/295)
46882026-06-08T19:07:37.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-06-08T19:07:37.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-06-08T19:07:37.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46912026-06-08T19:07:37.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46922026-06-08T19:07:37.397Z
46932026-06-08T19:07:37.398Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (286/295)
46942026-06-08T19:07:37.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-06-08T19:07:37.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-06-08T19:07:38.144Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
46972026-06-08T19:07:38.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
46982026-06-08T19:07:38.955Z
46992026-06-08T19:07:38.955Zinfo: running `cargo check --bins` on omicron-ntp-admin (287/295)
47002026-06-08T19:07:39.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-06-08T19:07:39.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-06-08T19:07:39.605Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
47032026-06-08T19:07:39.608Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
47042026-06-08T19:07:39.885Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
47052026-06-08T19:07:39.885Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
47062026-06-08T19:07:40.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
47072026-06-08T19:07:40.867Z
47082026-06-08T19:07:40.867Zinfo: running `cargo check --bins` on ntp-admin-types (288/295)
47092026-06-08T19:07:41.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47102026-06-08T19:07:41.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47112026-06-08T19:07:41.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47122026-06-08T19:07:41.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47132026-06-08T19:07:41.450Z
47142026-06-08T19:07:41.451Zinfo: running `cargo check --bins` on omicron-package (289/295)
47152026-06-08T19:07:41.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47162026-06-08T19:07:41.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47172026-06-08T19:07:42.128Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
47182026-06-08T19:07:43.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
47192026-06-08T19:07:43.389Z
47202026-06-08T19:07:43.389Zinfo: running `cargo check --bins` on tqdb (290/295)
47212026-06-08T19:07:43.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47222026-06-08T19:07:43.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47232026-06-08T19:07:44.178Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
47242026-06-08T19:07:44.529Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
47252026-06-08T19:07:45.040Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
47262026-06-08T19:07:45.040Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
47272026-06-08T19:07:50.953Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
47282026-06-08T19:07:50.953Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
47292026-06-08T19:07:51.521Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
47302026-06-08T19:07:51.521Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
47312026-06-08T19:07:51.524Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47322026-06-08T19:07:51.524Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
47332026-06-08T19:07:52.273Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
47342026-06-08T19:07:53.298Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47352026-06-08T19:07:54.062Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47362026-06-08T19:07:54.667Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
47372026-06-08T19:07:59.015Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
47382026-06-08T19:08:05.343Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
47392026-06-08T19:08:05.346Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
47402026-06-08T19:08:05.346Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
47412026-06-08T19:08:05.346Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
47422026-06-08T19:08:06.822Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
47432026-06-08T19:08:08.145Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47442026-06-08T19:08:08.816Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47452026-06-08T19:08:10.046Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
47462026-06-08T19:08:10.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.19s
47472026-06-08T19:08:10.803Z
47482026-06-08T19:08:10.803Zinfo: running `cargo check --bins` on wicket-dbg (291/295)
47492026-06-08T19:08:11.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47502026-06-08T19:08:11.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47512026-06-08T19:08:11.519Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
47522026-06-08T19:08:11.522Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
47532026-06-08T19:08:11.522Z Checking rtoolbox v0.0.3
47542026-06-08T19:08:11.649Z Checking tui-tree-widget v0.23.1
47552026-06-08T19:08:11.746Z Checking rpassword v7.4.0
47562026-06-08T19:08:12.762Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
47572026-06-08T19:08:15.733Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47582026-06-08T19:08:17.585Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
47592026-06-08T19:08:18.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
47602026-06-08T19:08:18.695Z
47612026-06-08T19:08:18.695Zinfo: running `cargo check --bins` on wicket (292/295)
47622026-06-08T19:08:19.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47632026-06-08T19:08:19.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47642026-06-08T19:08:19.399Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
47652026-06-08T19:08:19.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
47662026-06-08T19:08:19.966Z
47672026-06-08T19:08:19.966Zinfo: running `cargo check --bins` on wicketd (293/295)
47682026-06-08T19:08:20.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47692026-06-08T19:08:20.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47702026-06-08T19:08:20.695Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
47712026-06-08T19:08:20.711Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
47722026-06-08T19:08:20.711Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
47732026-06-08T19:08:20.712Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
47742026-06-08T19:08:21.673Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
47752026-06-08T19:08:22.252Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
47762026-06-08T19:08:25.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
47772026-06-08T19:08:25.394Z
47782026-06-08T19:08:25.395Zinfo: running `cargo check --bins` on omicron-workspace-hack (294/295)
47792026-06-08T19:08:25.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47802026-06-08T19:08:25.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47812026-06-08T19:08:25.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47822026-06-08T19:08:25.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
47832026-06-08T19:08:25.993Z
47842026-06-08T19:08:25.993Zinfo: running `cargo check --bins` on zone-setup (295/295)
47852026-06-08T19:08:26.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47862026-06-08T19:08:26.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47872026-06-08T19:08:26.648Z Checking uzers v0.12.2
47882026-06-08T19:08:26.933Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
47892026-06-08T19:08:27.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
47902026-06-08T19:08:27.878Z
47912026-06-08T19:08:27.878Zreal 14:05.533543150
47922026-06-08T19:08:27.878Zuser 21:05.454049447
47932026-06-08T19:08:27.883Zsys 4:21.653982641
47942026-06-08T19:08:27.883Ztrap 0.333030841
47952026-06-08T19:08:27.883Ztflt 0.851016171
47962026-06-08T19:08:27.883Zdflt 1.066608603
47972026-06-08T19:08:27.883Zkflt 0.005304952
47982026-06-08T19:08:27.883Zlock 1:18:25.490895427
47992026-06-08T19:08:27.883Zslp 1:41:16.316703979
48002026-06-08T19:08:27.883Zlat 57.963269325
48012026-06-08T19:08:27.883Zstop 3:40.629668432
48022026-06-08T19:08:27.883Zprocess exited: duration 989828 ms, exit code 0
 
48032026-06-08T19:08:27.891Zfound 0 output files