01KS8S6KWP8CTPTXZD1570KK6V: 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: 01KS8S6XX60EFSMCVVYACHBXE7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T21:25:27.030Zjob assigned to worker 01KS8S7461JX4GC78033SGCVV8 [factory aws, i-05c7a61ca4b5d5d00] (queued for 47 s)
 
22026-05-22T21:25:33.526Zstarting task 0: "setup"
32026-05-22T21:25:33.530Z++ uname -s
42026-05-22T21:25:33.533Z+ kern=SunOS
52026-05-22T21:25:33.533Z+ build_user=build
62026-05-22T21:25:33.533Z+ build_uid=12345
72026-05-22T21:25:33.533Z+ work_dir=/work
82026-05-22T21:25:33.533Z+ input_dir=/input
92026-05-22T21:25:33.533Z+ [[ 0 == 12345 ]]
102026-05-22T21:25:33.533Z+ case "$kern" in
112026-05-22T21:25:33.533Z+ groupadd -g 12345 build
122026-05-22T21:25:33.536Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T21:25:35.543Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T21:25:35.614Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T21:25:35.617Z+ home_fs=zfs
162026-05-22T21:25:35.617Z+ [[ zfs == autofs ]]
172026-05-22T21:25:35.617Z+ mkdir -p /home/build
182026-05-22T21:25:35.617Z+ chown build:build /home/build /work
192026-05-22T21:25:37.619Z+ chmod 0700 /home/build /work
202026-05-22T21:25:37.622Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-22T21:25:37.628Zstarting task 1: "rust-toolchain"
222026-05-22T21:25:37.632Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-22T21:25:37.632Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-22T21:25:37.638Z * rust toolchain channel = "1.94.0"
252026-05-22T21:25:37.638Z * rust toolchain profile = "default"
262026-05-22T21:25:37.638Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T21:25:37.638Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T21:25:37.638Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T21:25:37.638Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-22T21:25:37.693Zinfo: downloading installer
312026-05-22T21:25:39.031Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T21:25:39.031Zwarn: /home/build/.rustup/settings.toml
332026-05-22T21:25:39.031Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T21:25:39.031Zwarn: instead of the one inferred from the default host triple.
352026-05-22T21:25:39.043Zinfo: profile set to default
362026-05-22T21:25:39.043Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T21:25:39.046Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-22T21:25:39.182Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-22T21:25:39.185Zinfo: downloading 6 components
402026-05-22T21:25:52.813Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-22T21:25:52.813Z
422026-05-22T21:25:52.841Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-22T21:25:52.841Z
442026-05-22T21:25:52.841Z
452026-05-22T21:25:52.841ZRust is installed now. Great!
462026-05-22T21:25:52.841Z
472026-05-22T21:25:52.841ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T21:25:52.841Zenvironment variable. This has not been done automatically.
492026-05-22T21:25:52.841Z
502026-05-22T21:25:52.841ZTo configure your current shell, you need to source
512026-05-22T21:25:52.841Zthe corresponding env file under $HOME/.cargo.
522026-05-22T21:25:52.841Z
532026-05-22T21:25:52.841ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T21:25:52.844Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T21:25:52.844Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T21:25:52.844Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T21:25:52.844Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T21:25:52.844Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T21:25:52.844Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T21:25:52.844Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T21:25:52.844Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T21:25:52.928Z+ rustup --version
632026-05-22T21:25:52.937Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T21:25:52.940Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T21:25:52.958Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-22T21:25:52.961Z+ cargo --version
672026-05-22T21:25:52.973Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-22T21:25:52.976Z+ rustc --version
692026-05-22T21:25:52.995Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-22T21:25:52.998Zprocess exited: duration 15369 ms, exit code 0
 
712026-05-22T21:25:53.004Zstarting task 2: "authentication"
722026-05-22T21:25:53.020Zprocess exited: duration 16 ms, exit code 0
 
732026-05-22T21:25:53.026Zstarting task 3: "clone repository"
742026-05-22T21:25:53.029Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-22T21:25:53.033Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-22T21:25:53.072ZCloning into '/work/oxidecomputer/omicron'...
772026-05-22T21:26:04.852Z+ cd /work/oxidecomputer/omicron
782026-05-22T21:26:04.852Z+ git fetch origin dd347a40fafd94a70d9c67f8f124788c46d922eb
792026-05-22T21:26:05.134ZFrom https://github.com/oxidecomputer/omicron
802026-05-22T21:26:05.134Z * branch dd347a40fafd94a70d9c67f8f124788c46d922eb -> FETCH_HEAD
812026-05-22T21:26:05.144Z+ [[ -n emunn/omdb-db-system-version ]]
822026-05-22T21:26:05.147Z++ git branch --show-current
832026-05-22T21:26:05.147Z+ current=main
842026-05-22T21:26:05.147Z+ [[ main != emunn/omdb-db-system-version ]]
852026-05-22T21:26:05.147Z+ git branch -f emunn/omdb-db-system-version dd347a40fafd94a70d9c67f8f124788c46d922eb
862026-05-22T21:26:05.149Z+ git checkout -f emunn/omdb-db-system-version
872026-05-22T21:26:05.390ZSwitched to branch 'emunn/omdb-db-system-version'
882026-05-22T21:26:05.393Z+ git reset --hard dd347a40fafd94a70d9c67f8f124788c46d922eb
892026-05-22T21:26:05.625ZHEAD is now at dd347a40f Change the sorting order for --all, keep the convention in omdb db saga and omdb nexus blueprints list
902026-05-22T21:26:05.628Zprocess exited: duration 12601 ms, exit code 0
 
912026-05-22T21:26:05.634Zstarting task 4: "build"
922026-05-22T21:26:05.639Z+ source .github/buildomat/ci-env.sh
932026-05-22T21:26:05.639Z++ export CARGO_TERM_COLOR=always
942026-05-22T21:26:05.639Z++ CARGO_TERM_COLOR=always
952026-05-22T21:26:05.639Z+ cargo --version
962026-05-22T21:26:05.650Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-22T21:26:05.652Z+ rustc --version
982026-05-22T21:26:05.673Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-22T21:26:05.676Z+ source ./env.sh
1002026-05-22T21:26:05.676Z++ OLD_SHELL_OPTS=ehxB
1012026-05-22T21:26:05.676Z++ set -o xtrace
1022026-05-22T21:26:05.679Z++++ dirname ./env.sh
1032026-05-22T21:26:05.682Z+++ readlink -f .
1042026-05-22T21:26:05.685Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ 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-05-22T21:26:05.685Z++ case $OLD_SHELL_OPTS in
1142026-05-22T21:26:05.685Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-22T21:26:05.685Z+ 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-05-22T21:26:05.685Z+ 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-05-22T21:26:05.685Z+ banner prerequisites
1182026-05-22T21:26:05.688Z
1192026-05-22T21:26:05.688Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-22T21:26:05.688Z # # # # # # # # # # # # # # #
1212026-05-22T21:26:05.688Z # # # # ##### # # ##### # # # # # #### #
1222026-05-22T21:26:05.688Z ##### ##### # ##### # # # # # # # # #
1232026-05-22T21:26:05.688Z # # # # # # # # # # # # # # #
1242026-05-22T21:26:05.688Z # # # ###### # # ###### ### # #### # #### #
1252026-05-22T21:26:05.688Z
1262026-05-22T21:26:05.688Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-22T21:26:07.663Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-22T21:26:07.730Z Startup: Caching catalogs ... Done
1292026-05-22T21:26:07.990ZPlanning: Solver setup ... Done (0.224s)
1302026-05-22T21:26:08.008ZPlanning: Running solver ... Done (0.018s)
1312026-05-22T21:26:08.015ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-22T21:26:08.027ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-22T21:26:08.044ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-22T21:26:08.057ZPlanning: Package planning ... Done (0.013s)
1352026-05-22T21:26:08.060ZPlanning: Merging actions ... Done (0.002s)
1362026-05-22T21:26:08.248ZPlanning: Checking for conflicting actions ... Done (0.189s)
1372026-05-22T21:26:08.251ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-22T21:26:09.064ZPlanning: Evaluating mediators ... Done (0.815s)
1392026-05-22T21:26:09.067ZPlanning: Planning completed in 1.32 seconds
1402026-05-22T21:26:09.073Z Packages to install: 2
1412026-05-22T21:26:09.073Z Estimated space available: 156.07 GB
1422026-05-22T21:26:09.076ZEstimated space to be consumed: 22.53 MB
1432026-05-22T21:26:09.076Z Create boot environment: No
1442026-05-22T21:26:09.076ZCreate backup boot environment: No
1452026-05-22T21:26:09.076Z Rebuild boot archive: No
1462026-05-22T21:26:09.076Z
1472026-05-22T21:26:09.076ZChanged packages:
1482026-05-22T21:26:09.076Zhelios
1492026-05-22T21:26:09.076Z developer/build-essential
1502026-05-22T21:26:09.076Z None -> 11-3.0
1512026-05-22T21:26:09.076Z library/libxmlsec1
1522026-05-22T21:26:09.076Z None -> 1.2.35-3.0
1532026-05-22T21:26:09.101Z
1542026-05-22T21:26:09.101ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-22T21:26:09.637ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1562026-05-22T21:26:09.719Z Actions: 1/268 actions (Installing new actions)
1572026-05-22T21:26:09.757Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-22T21:26:09.790ZFinalize: Updating package state database ... Done (0.033s)
1592026-05-22T21:26:09.790ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-22T21:26:09.810ZFinalize: Updating image state ... Done (0.019s)
1612026-05-22T21:26:12.138ZFinalize: Creating fast lookup database ... Done (2.306s)
1622026-05-22T21:26:12.204ZFinalize: Reading search index ... Done (0.013s)
1632026-05-22T21:26:12.207ZFinalize: Updating search index ... Done (0.000s)
1642026-05-22T21:26:12.292ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-22T21:26:12.594ZPlanning: Evaluating mediator changes ... Done
1662026-05-22T21:26:12.698ZPlanning: Checking for conflicting actions ... Done
1672026-05-22T21:26:12.701ZPlanning: Consolidating action changes ... Done
1682026-05-22T21:26:12.859ZPlanning: Evaluating mediators ... Done
1692026-05-22T21:26:12.862ZPlanning: Planning completed in 0.27 seconds
1702026-05-22T21:26:12.882Z Mediators to change: 2
1712026-05-22T21:26:12.882Z Create boot environment: No
1722026-05-22T21:26:12.882ZCreate backup boot environment: No
1732026-05-22T21:26:12.953ZFinalize: Updating package state database ... Done
1742026-05-22T21:26:12.953ZFinalize: Updating package cache ... Done
1752026-05-22T21:26:12.964ZFinalize: Updating image state ... Done
1762026-05-22T21:26:14.902ZFinalize: Creating fast lookup database ... Done
1772026-05-22T21:26:14.963ZFinalize: Reading search index ... Done
1782026-05-22T21:26:14.966ZFinalize: Updating search index ... Done
1792026-05-22T21:26:15.037ZFinalize: Updating package cache ... Done
1802026-05-22T21:26:15.321ZPlanning: Evaluating mediator changes ... Done
1812026-05-22T21:26:15.427ZPlanning: Checking for conflicting actions ... Done
1822026-05-22T21:26:15.430ZPlanning: Consolidating action changes ... Done
1832026-05-22T21:26:15.586ZPlanning: Evaluating mediators ... Done
1842026-05-22T21:26:15.589ZPlanning: Planning completed in 0.27 seconds
1852026-05-22T21:26:15.609Z Mediators to change: 1
1862026-05-22T21:26:15.609Z Create boot environment: No
1872026-05-22T21:26:15.609ZCreate backup boot environment: No
1882026-05-22T21:26:15.664ZFinalize: Updating package state database ... Done
1892026-05-22T21:26:15.664ZFinalize: Updating package cache ... Done
1902026-05-22T21:26:15.675ZFinalize: Updating image state ... Done
1912026-05-22T21:26:17.621ZFinalize: Creating fast lookup database ... Done
1922026-05-22T21:26:17.686ZFinalize: Reading search index ... Done
1932026-05-22T21:26:17.696ZFinalize: Updating search index ... Done
1942026-05-22T21:26:17.826ZFinalize: Updating package cache ... Done
1952026-05-22T21:26:18.138ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-22T21:26:18.138Zapache system 2.4 system
1972026-05-22T21:26:18.138Zclang system 15 system
1982026-05-22T21:26:18.138Zcsh system system illumos
1992026-05-22T21:26:18.138Zctags system system illumos
2002026-05-22T21:26:18.138Zfile vendor vendor darwinsys
2012026-05-22T21:26:18.139Zfile system system illumos
2022026-05-22T21:26:18.139Zgcc vendor 14 vendor
2032026-05-22T21:26:18.139Zgcc system 13 system
2042026-05-22T21:26:18.139Zgcc system 10 system
2052026-05-22T21:26:18.139Zgo system 1.25 system
2062026-05-22T21:26:18.139Zllvm system 15 system
2072026-05-22T21:26:18.139Zmariadb system 11.4 system
2082026-05-22T21:26:18.139Zmta vendor vendor dma
2092026-05-22T21:26:18.139Zopenjdk system 17 system
2102026-05-22T21:26:18.139Zopenjdk system 11 system
2112026-05-22T21:26:18.139Zopenssl vendor 3 vendor
2122026-05-22T21:26:18.139Zperl system 5.40 system
2132026-05-22T21:26:18.139Zpostgresql system 18 system
2142026-05-22T21:26:18.139Zpostgresql system 17 system
2152026-05-22T21:26:18.139Zpython vendor 3 vendor
2162026-05-22T21:26:18.139Zpython system 2 system
2172026-05-22T21:26:18.139Zpython3 vendor 3.13 vendor
2182026-05-22T21:26:18.139Zruby system 3.4 system
2192026-05-22T21:26:18.139Zruby system 3.0 system
2202026-05-22T21:26:18.139Zwords vendor vendor american-english
2212026-05-22T21:26:18.139Zwords system system australian-english
2222026-05-22T21:26:18.139Zwords system system british-english
2232026-05-22T21:26:18.139Zwords system system canadian-english
2242026-05-22T21:26:18.139Zwords system system french
2252026-05-22T21:26:18.139Zwords system system italian
2262026-05-22T21:26:18.139Zwords system system ngerman
2272026-05-22T21:26:18.139Zwords system system ogerman
2282026-05-22T21:26:18.139Zwords system system spanish
2292026-05-22T21:26:18.398ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-22T21:26:18.398Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-22T21:26:18.675ZFMRI IFO
2322026-05-22T21:26:18.675Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-22T21:26:18.675Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-22T21:26:18.675Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-22T21:26:18.675Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-22T21:26:18.675Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-22T21:26:18.675Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-22T21:26:18.675Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-22T21:26:18.675Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-22T21:26:18.675Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-22T21:26:18.919Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-22T21:26:19.175Z Updating crates.io index
2432026-05-22T21:26:19.178Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-22T21:26:19.701Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-22T21:26:20.006Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-22T21:26:20.578Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-22T21:26:21.414Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-22T21:26:21.913Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-22T21:26:23.224Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-22T21:26:23.945Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-22T21:26:24.296Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-22T21:26:25.081Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-22T21:26:25.474Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-22T21:26:25.907Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-22T21:26:26.224Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-22T21:26:27.111Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-22T21:26:27.574Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-22T21:26:27.830Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-22T21:26:28.220Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-22T21:26:28.541Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-22T21:26:28.850Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-22T21:26:29.143Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-22T21:26:29.402Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-22T21:26:29.654Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-22T21:26:30.024Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-22T21:26:30.398Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-22T21:26:30.935Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-22T21:26:31.347Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-22T21:26:31.656Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-22T21:26:32.615Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-22T21:26:33.265Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722026-05-22T21:26:34.118Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-22T21:26:34.568Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-22T21:26:34.926Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-22T21:26:35.208Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-22T21:26:35.559Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-22T21:26:36.108Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-22T21:26:36.347Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-22T21:26:36.574Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-22T21:26:36.810Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-22T21:26:37.241Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-22T21:26:49.021Z Downloading crates ...
2832026-05-22T21:26:49.082Z Downloaded thiserror v1.0.69
2842026-05-22T21:26:49.086Z Downloaded cargo-util-schemas v0.8.2
2852026-05-22T21:26:49.088Z Downloaded anstream v0.6.21
2862026-05-22T21:26:49.089Z Downloaded zerofrom-derive v0.1.6
2872026-05-22T21:26:49.091Z Downloaded anstyle-query v1.1.5
2882026-05-22T21:26:49.091Z Downloaded usdt-impl v0.5.0
2892026-05-22T21:26:49.091Z Downloaded fastrand v2.3.0
2902026-05-22T21:26:49.094Z Downloaded dtrace-parser v0.2.0
2912026-05-22T21:26:49.094Z Downloaded equivalent v1.0.2
2922026-05-22T21:26:49.097Z Downloaded anstyle-parse v0.2.7
2932026-05-22T21:26:49.097Z Downloaded toml v0.8.23
2942026-05-22T21:26:49.100Z Downloaded unicode-linebreak v0.1.5
2952026-05-22T21:26:49.101Z Downloaded toml_datetime v0.6.11
2962026-05-22T21:26:49.101Z Downloaded memchr v2.8.0
2972026-05-22T21:26:49.104Z Downloaded goblin v0.8.2
2982026-05-22T21:26:49.106Z Downloaded zerofrom v0.1.6
2992026-05-22T21:26:49.107Z Downloaded utf8parse v0.2.2
3002026-05-22T21:26:49.109Z Downloaded typeid v1.0.3
3012026-05-22T21:26:49.109Z Downloaded getrandom v0.4.1
3022026-05-22T21:26:49.112Z Downloaded usdt v0.5.0
3032026-05-22T21:26:49.112Z Downloaded generic-array v0.14.7
3042026-05-22T21:26:49.112Z Downloaded unicode-xid v0.2.6
3052026-05-22T21:26:49.115Z Downloaded utf8_iter v1.0.4
3062026-05-22T21:26:49.115Z Downloaded anyhow v1.0.102
3072026-05-22T21:26:49.119Z Downloaded toml_write v0.1.2
3082026-05-22T21:26:49.119Z Downloaded usdt-macro v0.5.0
3092026-05-22T21:26:49.119Z Downloaded form_urlencoded v1.2.2
3102026-05-22T21:26:49.119Z Downloaded digest v0.10.7
3112026-05-22T21:26:49.122Z Downloaded heck v0.4.1
3122026-05-22T21:26:49.122Z Downloaded version_check v0.9.5
3132026-05-22T21:26:49.122Z Downloaded usdt-attr-macro v0.5.0
3142026-05-22T21:26:49.122Z Downloaded cargo_metadata v0.21.0
3152026-05-22T21:26:49.122Z Downloaded erased-serde v0.4.9
3162026-05-22T21:26:49.125Z Downloaded serde-untagged v0.1.9
3172026-05-22T21:26:49.125Z Downloaded thread-id v4.2.2
3182026-05-22T21:26:49.125Z Downloaded autocfg v1.5.0
3192026-05-22T21:26:49.128Z Downloaded yoke v0.8.1
3202026-05-22T21:26:49.128Z Downloaded zerovec-derive v0.11.2
3212026-05-22T21:26:49.131Z Downloaded idna_adapter v1.2.1
3222026-05-22T21:26:49.131Z Downloaded crypto-common v0.1.7
3232026-05-22T21:26:49.131Z Downloaded zmij v1.0.21
3242026-05-22T21:26:49.131Z Downloaded percent-encoding v2.3.2
3252026-05-22T21:26:49.134Z Downloaded thiserror-impl v2.0.18
3262026-05-22T21:26:49.134Z Downloaded tinystr v0.8.2
3272026-05-22T21:26:49.137Z Downloaded cfg-if v1.0.4
3282026-05-22T21:26:49.137Z Downloaded displaydoc v0.2.5
3292026-05-22T21:26:49.141Z Downloaded yoke-derive v0.8.1
3302026-05-22T21:26:49.141Z Downloaded itoa v1.0.17
3312026-05-22T21:26:49.141Z Downloaded writeable v0.6.2
3322026-05-22T21:26:49.141Z Downloaded terminal_size v0.4.3
3332026-05-22T21:26:49.143Z Downloaded proc-macro-error v1.0.4
3342026-05-22T21:26:49.143Z Downloaded plain v0.2.3
3352026-05-22T21:26:49.144Z Downloaded thiserror-impl v1.0.69
3362026-05-22T21:26:49.146Z Downloaded clap_lex v1.0.0
3372026-05-22T21:26:49.146Z Downloaded anstyle v1.0.13
3382026-05-22T21:26:49.146Z Downloaded memmap v0.7.0
3392026-05-22T21:26:49.149Z Downloaded proc-macro-error-attr v1.0.4
3402026-05-22T21:26:49.149Z Downloaded cargo-platform v0.2.0
3412026-05-22T21:26:49.149Z Downloaded fnv v1.0.7
3422026-05-22T21:26:49.149Z Downloaded colorchoice v1.0.4
3432026-05-22T21:26:49.149Z Downloaded thiserror v2.0.18
3442026-05-22T21:26:49.152Z Downloaded ucd-trie v0.1.7
3452026-05-22T21:26:49.155Z Downloaded tabled_derive v0.7.0
3462026-05-22T21:26:49.157Z Downloaded zerocopy-derive v0.7.35
3472026-05-22T21:26:49.160Z Downloaded typenum v1.19.0
3482026-05-22T21:26:49.160Z Downloaded textwrap v0.16.2
3492026-05-22T21:26:49.163Z Downloaded strsim v0.11.1
3502026-05-22T21:26:49.163Z Downloaded unicode-ident v1.0.24
3512026-05-22T21:26:49.166Z Downloaded errno v0.3.14
3522026-05-22T21:26:49.166Z Downloaded smawk v0.3.2
3532026-05-22T21:26:49.166Z Downloaded pretty-hex v0.4.1
3542026-05-22T21:26:49.169Z Downloaded heck v0.5.0
3552026-05-22T21:26:49.169Z Downloaded is_terminal_polyfill v1.70.2
3562026-05-22T21:26:49.169Z Downloaded serde-value v0.7.0
3572026-05-22T21:26:49.169Z Downloaded cpufeatures v0.2.17
3582026-05-22T21:26:49.172Z Downloaded scroll_derive v0.12.1
3592026-05-22T21:26:49.172Z Downloaded url v2.5.8
3602026-05-22T21:26:49.174Z Downloaded potential_utf v0.1.4
3612026-05-22T21:26:49.174Z Downloaded zerotrie v0.2.3
3622026-05-22T21:26:49.177Z Downloaded serde_spanned v0.6.9
3632026-05-22T21:26:49.178Z Downloaded dof v0.3.0
3642026-05-22T21:26:49.178Z Downloaded ordered-float v2.10.1
3652026-05-22T21:26:49.180Z Downloaded toml_edit v0.22.27
3662026-05-22T21:26:49.183Z Downloaded swrite v0.1.0
3672026-05-22T21:26:49.183Z Downloaded macaddr v1.0.1
3682026-05-22T21:26:49.192Z Downloaded icu_normalizer v2.1.1
3692026-05-22T21:26:49.195Z Downloaded zerocopy v0.7.35
3702026-05-22T21:26:49.198Z Downloaded zerovec v0.11.5
3712026-05-22T21:26:49.202Z Downloaded stable_deref_trait v1.2.1
3722026-05-22T21:26:49.205Z Downloaded cargo_toml v0.21.0
3732026-05-22T21:26:49.207Z Downloaded winnow v0.7.14
3742026-05-22T21:26:49.211Z Downloaded quote v1.0.45
3752026-05-22T21:26:49.214Z Downloaded bytecount v0.6.9
3762026-05-22T21:26:49.214Z Downloaded unicode-width v0.1.14
3772026-05-22T21:26:49.217Z Downloaded serde_tokenstream v0.2.3
3782026-05-22T21:26:49.220Z Downloaded scroll v0.12.0
3792026-05-22T21:26:49.220Z Downloaded unicode-width v0.2.0
3802026-05-22T21:26:49.223Z Downloaded sha2 v0.10.9
3812026-05-22T21:26:49.225Z Downloaded fs-err v3.3.0
3822026-05-22T21:26:49.225Z Downloaded block-buffer v0.10.4
3832026-05-22T21:26:49.228Z Downloaded tempfile v3.25.0
3842026-05-22T21:26:49.230Z Downloaded bitflags v2.11.0
3852026-05-22T21:26:49.238Z Downloaded synstructure v0.13.2
3862026-05-22T21:26:49.241Z Downloaded smallvec v1.15.1
3872026-05-22T21:26:49.244Z Downloaded clap_derive v4.5.55
3882026-05-22T21:26:49.246Z Downloaded semver v1.0.28
3892026-05-22T21:26:49.249Z Downloaded pest_derive v2.8.6
3902026-05-22T21:26:49.254Z Downloaded litemap v0.8.1
3912026-05-22T21:26:49.257Z Downloaded once_cell v1.21.3
3922026-05-22T21:26:49.259Z Downloaded icu_provider v2.1.1
3932026-05-22T21:26:49.259Z Downloaded byteorder v1.5.0
3942026-05-22T21:26:49.259Z Downloaded camino-tempfile v1.4.1
3952026-05-22T21:26:49.262Z Downloaded pest_generator v2.8.6
3962026-05-22T21:26:49.265Z Downloaded serde_derive v1.0.228
3972026-05-22T21:26:49.268Z Downloaded log v0.4.29
3982026-05-22T21:26:49.270Z Downloaded camino v1.2.2
3992026-05-22T21:26:49.285Z Downloaded icu_properties v2.1.2
4002026-05-22T21:26:49.289Z Downloaded clap v4.5.60
4012026-05-22T21:26:49.294Z Downloaded serde_core v1.0.228
4022026-05-22T21:26:49.297Z Downloaded papergrid v0.11.0
4032026-05-22T21:26:49.299Z Downloaded icu_locale_core v2.1.1
4042026-05-22T21:26:49.302Z Downloaded icu_normalizer_data v2.1.1
4052026-05-22T21:26:49.305Z Downloaded pest_meta v2.8.6
4062026-05-22T21:26:49.305Z Downloaded num-traits v0.2.19
4072026-05-22T21:26:49.308Z Downloaded proc-macro2 v1.0.106
4082026-05-22T21:26:49.310Z Downloaded serde v1.0.228
4092026-05-22T21:26:49.313Z Downloaded icu_collections v2.1.1
4102026-05-22T21:26:49.327Z Downloaded indexmap v2.14.0
4112026-05-22T21:26:49.352Z Downloaded idna v1.1.0
4122026-05-22T21:26:49.359Z Downloaded pest v2.8.6
4132026-05-22T21:26:49.362Z Downloaded hashbrown v0.17.0
4142026-05-22T21:26:49.365Z Downloaded icu_properties_data v2.1.2
4152026-05-22T21:26:49.370Z Downloaded clap_builder v4.5.60
4162026-05-22T21:26:49.376Z Downloaded serde_json v1.0.149
4172026-05-22T21:26:49.394Z Downloaded tabled v0.15.0
4182026-05-22T21:26:49.402Z Downloaded syn v2.0.117
4192026-05-22T21:26:49.409Z Downloaded syn v1.0.109
4202026-05-22T21:26:49.423Z Downloaded rustix v1.1.3
4212026-05-22T21:26:49.450Z Downloaded libc v0.2.185
4222026-05-22T21:26:49.517Z Compiling proc-macro2 v1.0.106
4232026-05-22T21:26:49.517Z Compiling quote v1.0.45
4242026-05-22T21:26:49.520Z Compiling unicode-ident v1.0.24
4252026-05-22T21:26:49.520Z Compiling serde_core v1.0.228
4262026-05-22T21:26:49.520Z Compiling libc v0.2.185
4272026-05-22T21:26:49.520Z Compiling version_check v0.9.5
4282026-05-22T21:26:49.521Z Compiling memchr v2.8.0
4292026-05-22T21:26:49.521Z Compiling serde v1.0.228
4302026-05-22T21:26:49.847Z Compiling stable_deref_trait v1.2.1
4312026-05-22T21:26:49.919Z Compiling zmij v1.0.21
4322026-05-22T21:26:50.086Z Compiling thiserror v1.0.69
4332026-05-22T21:26:50.100Z Compiling ucd-trie v0.1.7
4342026-05-22T21:26:50.363Z Compiling autocfg v1.5.0
4352026-05-22T21:26:50.379Z Compiling itoa v1.0.17
4362026-05-22T21:26:50.475Z Compiling pest v2.8.6
4372026-05-22T21:26:50.490Z Compiling litemap v0.8.1
4382026-05-22T21:26:50.490Z Compiling writeable v0.6.2
4392026-05-22T21:26:50.682Z Compiling icu_normalizer_data v2.1.1
4402026-05-22T21:26:50.696Z Compiling byteorder v1.5.0
4412026-05-22T21:26:50.860Z Compiling icu_properties_data v2.1.2
4422026-05-22T21:26:50.863Z Compiling rustix v1.1.3
4432026-05-22T21:26:50.986Z Compiling syn v2.0.117
4442026-05-22T21:26:51.037Z Compiling errno v0.3.14
4452026-05-22T21:26:51.065Z Compiling serde_json v1.0.149
4462026-05-22T21:26:51.081Z Compiling bitflags v2.11.0
4472026-05-22T21:26:51.297Z Compiling num-traits v0.2.19
4482026-05-22T21:26:51.312Z Compiling smallvec v1.15.1
4492026-05-22T21:26:51.345Z Compiling equivalent v1.0.2
4502026-05-22T21:26:51.429Z Compiling typeid v1.0.3
4512026-05-22T21:26:51.473Z Compiling hashbrown v0.17.0
4522026-05-22T21:26:51.513Z Compiling pest_meta v2.8.6
4532026-05-22T21:26:51.897Z Compiling thread-id v4.2.2
4542026-05-22T21:26:51.911Z Compiling proc-macro-error-attr v1.0.4
4552026-05-22T21:26:51.924Z Compiling usdt-impl v0.5.0
4562026-05-22T21:26:51.981Z Compiling indexmap v2.14.0
4572026-05-22T21:26:51.998Z Compiling syn v1.0.109
4582026-05-22T21:26:52.089Z Compiling winnow v0.7.14
4592026-05-22T21:26:52.126Z Compiling erased-serde v0.4.9
4602026-05-22T21:26:52.320Z Compiling toml_write v0.1.2
4612026-05-22T21:26:52.593Z Compiling proc-macro-error v1.0.4
4622026-05-22T21:26:52.689Z Compiling thiserror v2.0.18
4632026-05-22T21:26:52.829Z Compiling log v0.4.29
4642026-05-22T21:26:53.019Z Compiling utf8parse v0.2.2
4652026-05-22T21:26:53.044Z Compiling getrandom v0.4.1
4662026-05-22T21:26:53.134Z Compiling utf8_iter v1.0.4
4672026-05-22T21:26:53.164Z Compiling plain v0.2.3
4682026-05-22T21:26:53.201Z Compiling percent-encoding v2.3.2
4692026-05-22T21:26:53.278Z Compiling camino v1.2.2
4702026-05-22T21:26:53.292Z Compiling ordered-float v2.10.1
4712026-05-22T21:26:53.420Z Compiling form_urlencoded v1.2.2
4722026-05-22T21:26:53.420Z Compiling anstyle-parse v0.2.7
4732026-05-22T21:26:53.572Z Compiling synstructure v0.13.2
4742026-05-22T21:26:53.605Z Compiling pest_generator v2.8.6
4752026-05-22T21:26:53.693Z Compiling terminal_size v0.4.3
4762026-05-22T21:26:53.831Z Compiling anstyle-query v1.1.5
4772026-05-22T21:26:53.939Z Compiling anstyle v1.0.13
4782026-05-22T21:26:53.955Z Compiling is_terminal_polyfill v1.70.2
4792026-05-22T21:26:54.045Z Compiling pretty-hex v0.4.1
4802026-05-22T21:26:54.061Z Compiling cfg-if v1.0.4
4812026-05-22T21:26:54.105Z Compiling colorchoice v1.0.4
4822026-05-22T21:26:54.165Z Compiling serde-untagged v0.1.9
4832026-05-22T21:26:54.221Z Compiling anstream v0.6.21
4842026-05-22T21:26:54.280Z Compiling semver v1.0.28
4852026-05-22T21:26:54.316Z Compiling fs-err v3.3.0
4862026-05-22T21:26:54.408Z Compiling anyhow v1.0.102
4872026-05-22T21:26:54.503Z Compiling strsim v0.11.1
4882026-05-22T21:26:54.523Z Compiling clap_lex v1.0.0
4892026-05-22T21:26:54.570Z Compiling heck v0.4.1
4902026-05-22T21:26:54.604Z Compiling unicode-width v0.1.14
4912026-05-22T21:26:54.716Z Compiling bytecount v0.6.9
4922026-05-22T21:26:54.752Z Compiling heck v0.5.0
4932026-05-22T21:26:54.849Z Compiling unicode-xid v0.2.6
4942026-05-22T21:26:54.852Z Compiling once_cell v1.21.3
4952026-05-22T21:26:54.878Z Compiling fastrand v2.3.0
4962026-05-22T21:26:54.973Z Compiling fnv v1.0.7
4972026-05-22T21:26:55.072Z Compiling papergrid v0.11.0
4982026-05-22T21:26:55.075Z Compiling tempfile v3.25.0
4992026-05-22T21:26:55.101Z Compiling clap_builder v4.5.60
5002026-05-22T21:26:55.198Z Compiling memmap v0.7.0
5012026-05-22T21:26:55.229Z Compiling unicode-width v0.2.0
5022026-05-22T21:26:55.262Z Compiling serde_derive v1.0.228
5032026-05-22T21:26:55.376Z Compiling zerofrom-derive v0.1.6
5042026-05-22T21:26:55.449Z Compiling yoke-derive v0.8.1
5052026-05-22T21:26:55.493Z Compiling zerovec-derive v0.11.2
5062026-05-22T21:26:55.680Z Compiling displaydoc v0.2.5
5072026-05-22T21:26:56.401Z Compiling thiserror-impl v1.0.69
5082026-05-22T21:26:56.465Z Compiling zerocopy-derive v0.7.35
5092026-05-22T21:26:56.565Z Compiling pest_derive v2.8.6
5102026-05-22T21:26:56.581Z Compiling scroll_derive v0.12.1
5112026-05-22T21:26:56.735Z Compiling zerofrom v0.1.6
5122026-05-22T21:26:56.866Z Compiling yoke v0.8.1
5132026-05-22T21:26:56.985Z Compiling thiserror-impl v2.0.18
5142026-05-22T21:26:57.053Z Compiling zerovec v0.11.5
5152026-05-22T21:26:57.229Z Compiling zerotrie v0.2.3
5162026-05-22T21:26:57.312Z Compiling zerocopy v0.7.35
5172026-05-22T21:26:57.537Z Compiling tinystr v0.8.2
5182026-05-22T21:26:57.569Z Compiling potential_utf v0.1.4
5192026-05-22T21:26:57.755Z Compiling icu_locale_core v2.1.1
5202026-05-22T21:26:57.793Z Compiling icu_collections v2.1.1
5212026-05-22T21:26:57.808Z Compiling dtrace-parser v0.2.0
5222026-05-22T21:26:57.903Z Compiling scroll v0.12.0
5232026-05-22T21:26:58.062Z Compiling tabled_derive v0.7.0
5242026-05-22T21:26:58.147Z Compiling goblin v0.8.2
5252026-05-22T21:26:58.173Z Compiling clap_derive v4.5.55
5262026-05-22T21:26:58.487Z Compiling icu_provider v2.1.1
5272026-05-22T21:26:58.546Z Compiling unicode-linebreak v0.1.5
5282026-05-22T21:26:58.658Z Compiling serde_spanned v0.6.9
5292026-05-22T21:26:58.704Z Compiling toml_datetime v0.6.11
5302026-05-22T21:26:58.797Z Compiling icu_properties v2.1.2
5312026-05-22T21:26:58.834Z Compiling icu_normalizer v2.1.1
5322026-05-22T21:26:58.853Z Compiling dof v0.3.0
5332026-05-22T21:26:58.853Z Compiling serde_tokenstream v0.2.3
5342026-05-22T21:26:58.966Z Compiling toml_edit v0.22.27
5352026-05-22T21:26:58.996Z Compiling serde-value v0.7.0
5362026-05-22T21:26:59.236Z Compiling cargo-platform v0.2.0
5372026-05-22T21:26:59.415Z Compiling smawk v0.3.2
5382026-05-22T21:26:59.485Z Compiling tabled v0.15.0
5392026-05-22T21:26:59.556Z Compiling textwrap v0.16.2
5402026-05-22T21:26:59.556Z Compiling macaddr v1.0.1
5412026-05-22T21:26:59.750Z Compiling idna_adapter v1.2.1
5422026-05-22T21:26:59.801Z Compiling usdt-macro v0.5.0
5432026-05-22T21:26:59.884Z Compiling idna v1.1.0
5442026-05-22T21:26:59.904Z Compiling usdt-attr-macro v0.5.0
5452026-05-22T21:26:59.949Z Compiling clap v4.5.60
5462026-05-22T21:26:59.979Z Compiling camino-tempfile v1.4.1
5472026-05-22T21:27:00.189Z Compiling url v2.5.8
5482026-05-22T21:27:00.384Z Compiling toml v0.8.23
5492026-05-22T21:27:00.537Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5502026-05-22T21:27:00.663Z Compiling swrite v0.1.0
5512026-05-22T21:27:00.764Z Compiling cargo-util-schemas v0.8.2
5522026-05-22T21:27:00.792Z Compiling cargo_toml v0.21.0
5532026-05-22T21:27:01.263Z Compiling usdt v0.5.0
5542026-05-22T21:27:01.660Z Compiling cargo_metadata v0.21.0
5552026-05-22T21:27:02.566Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5562026-05-22T21:27:04.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.88s
5572026-05-22T21:27:04.879Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5582026-05-22T21:27:05.431Z Downloading crates ...
5592026-05-22T21:27:05.536Z Downloaded bit-set v0.8.0
5602026-05-22T21:27:05.539Z Downloaded bit-set v0.5.3
5612026-05-22T21:27:05.545Z Downloaded downcast-rs v2.0.2
5622026-05-22T21:27:05.548Z Downloaded crunchy v0.2.4
5632026-05-22T21:27:05.548Z Downloaded dirs-next v2.0.0
5642026-05-22T21:27:05.548Z Downloaded cstr-argument v0.1.2
5652026-05-22T21:27:05.552Z Downloaded adler2 v2.0.1
5662026-05-22T21:27:05.554Z Downloaded darling_macro v0.23.0
5672026-05-22T21:27:05.554Z Downloaded critical-section v1.2.0
5682026-05-22T21:27:05.557Z Downloaded fixedbitset v0.4.2
5692026-05-22T21:27:05.557Z Downloaded fd-lock v4.0.4
5702026-05-22T21:27:05.560Z Downloaded debug-ignore v1.0.5
5712026-05-22T21:27:05.560Z Downloaded dsl_auto_type v0.2.0
5722026-05-22T21:27:05.560Z Downloaded difflib v0.4.0
5732026-05-22T21:27:05.562Z Downloaded flagset v0.4.7
5742026-05-22T21:27:05.562Z Downloaded argon2 v0.5.3
5752026-05-22T21:27:05.562Z Downloaded crucible-workspace-hack v0.1.0
5762026-05-22T21:27:05.566Z Downloaded castaway v0.2.4
5772026-05-22T21:27:05.566Z Downloaded async-stream v0.3.6
5782026-05-22T21:27:05.570Z Downloaded darling_macro v0.21.3
5792026-05-22T21:27:05.570Z Downloaded arc-swap v1.8.2
5802026-05-22T21:27:05.570Z Downloaded embedded-io v0.6.1
5812026-05-22T21:27:05.573Z Downloaded ahash v0.8.12
5822026-05-22T21:27:05.573Z Downloaded dunce v1.0.5
5832026-05-22T21:27:05.573Z Downloaded dropshot-api-manager-types v0.7.1
5842026-05-22T21:27:05.573Z Downloaded endian-type v0.1.2
5852026-05-22T21:27:05.573Z Downloaded dirs-sys-next v0.1.2
5862026-05-22T21:27:05.576Z Downloaded darling_macro v0.20.11
5872026-05-22T21:27:05.576Z Downloaded bcrypt-pbkdf v0.10.0
5882026-05-22T21:27:05.576Z Downloaded crc8 v0.1.1
5892026-05-22T21:27:05.576Z Downloaded allocator-api2 v0.2.21
5902026-05-22T21:27:05.579Z Downloaded arrayvec v0.7.6
5912026-05-22T21:27:05.579Z Downloaded aead v0.5.2
5922026-05-22T21:27:05.582Z Downloaded dof v0.4.0
5932026-05-22T21:27:05.584Z Downloaded dtrace-parser v0.3.0
5942026-05-22T21:27:05.587Z Downloaded curve25519-dalek-derive v0.1.1
5952026-05-22T21:27:05.587Z Downloaded crc-catalog v2.4.0
5962026-05-22T21:27:05.589Z Downloaded backoff v0.4.0
5972026-05-22T21:27:05.592Z Downloaded convert_case v0.4.0
5982026-05-22T21:27:05.592Z Downloaded cfg_aliases v0.1.1
5992026-05-22T21:27:05.592Z Downloaded arrayref v0.3.9
6002026-05-22T21:27:05.595Z Downloaded cfg_aliases v0.2.1
6012026-05-22T21:27:05.595Z Downloaded base16ct v0.2.0
6022026-05-22T21:27:05.601Z Downloaded float-cmp v0.10.0
6032026-05-22T21:27:05.603Z Downloaded embedded-io v0.4.0
6042026-05-22T21:27:05.603Z Downloaded colored v3.1.1
6052026-05-22T21:27:05.606Z Downloaded blake2 v0.10.6
6062026-05-22T21:27:05.609Z Downloaded document-features v0.2.12
6072026-05-22T21:27:05.609Z Downloaded dyn-clone v1.0.20
6082026-05-22T21:27:05.611Z Downloaded bitfield-struct v0.6.2
6092026-05-22T21:27:05.611Z Downloaded crossbeam-deque v0.8.6
6102026-05-22T21:27:05.614Z Downloaded defmt v0.3.100
6112026-05-22T21:27:05.614Z Downloaded async-recursion v1.1.1
6122026-05-22T21:27:05.617Z Downloaded assert_matches v1.5.0
6132026-05-22T21:27:05.617Z Downloaded bitflags v1.3.2
6142026-05-22T21:27:05.620Z Downloaded enum-as-inner v0.6.1
6152026-05-22T21:27:05.622Z Downloaded cobs v0.3.0
6162026-05-22T21:27:05.623Z Downloaded float-ord v0.3.2
6172026-05-22T21:27:05.623Z Downloaded env_filter v1.0.0
6182026-05-22T21:27:05.625Z Downloaded ciborium-ll v0.2.2
6192026-05-22T21:27:05.625Z Downloaded atomic-waker v1.1.2
6202026-05-22T21:27:05.625Z Downloaded crc v3.4.0
6212026-05-22T21:27:05.628Z Downloaded compression-core v0.4.31
6222026-05-22T21:27:05.628Z Downloaded derive_builder_macro v0.20.2
6232026-05-22T21:27:05.628Z Downloaded ascii-canvas v3.0.0
6242026-05-22T21:27:05.628Z Downloaded atomicwrites v0.4.4
6252026-05-22T21:27:05.631Z Downloaded atty v0.2.14
6262026-05-22T21:27:05.631Z Downloaded buf-list v1.1.2
6272026-05-22T21:27:05.634Z Downloaded foreign-types-shared v0.1.1
6282026-05-22T21:27:05.634Z Downloaded foreign-types-shared v0.3.1
6292026-05-22T21:27:05.634Z Downloaded defmt-parser v1.0.0
6302026-05-22T21:27:05.634Z Downloaded foreign-types v0.5.0
6312026-05-22T21:27:05.637Z Downloaded ecdsa v0.16.9
6322026-05-22T21:27:05.637Z Downloaded foreign-types-macros v0.2.3
6332026-05-22T21:27:05.637Z Downloaded bb8 v0.8.6
6342026-05-22T21:27:05.640Z Downloaded futures-macro v0.3.32
6352026-05-22T21:27:05.640Z Downloaded find-msvc-tools v0.1.9
6362026-05-22T21:27:05.642Z Downloaded corncobs v0.1.4
6372026-05-22T21:27:05.642Z Downloaded diesel-dtrace v0.5.0
6382026-05-22T21:27:05.642Z Downloaded daft-derive v0.1.7
6392026-05-22T21:27:05.645Z Downloaded futures-io v0.3.32
6402026-05-22T21:27:05.648Z Downloaded base64ct v1.8.3
6412026-05-22T21:27:05.648Z Downloaded bitfield-macros v0.19.4
6422026-05-22T21:27:05.650Z Downloaded convert_case v0.10.0
6432026-05-22T21:27:05.650Z Downloaded erased-serde v0.3.31
6442026-05-22T21:27:05.653Z Downloaded either v1.15.0
6452026-05-22T21:27:05.653Z Downloaded fallible-iterator v0.2.0
6462026-05-22T21:27:05.653Z Downloaded ena v0.14.4
6472026-05-22T21:27:05.656Z Downloaded der_derive v0.7.3
6482026-05-22T21:27:05.656Z Downloaded derive_builder_core v0.20.2
6492026-05-22T21:27:05.658Z Downloaded console v0.15.11
6502026-05-22T21:27:05.661Z Downloaded filetime v0.2.27
6512026-05-22T21:27:05.661Z Downloaded data-encoding v2.10.0
6522026-05-22T21:27:05.664Z Downloaded funty v2.0.0
6532026-05-22T21:27:05.664Z Downloaded cmake v0.1.57
6542026-05-22T21:27:05.664Z Downloaded byte-wrapper v0.1.0
6552026-05-22T21:27:05.666Z Downloaded cargo-platform v0.1.9
6562026-05-22T21:27:05.667Z Downloaded fxhash v0.2.1
6572026-05-22T21:27:05.669Z Downloaded crossbeam-channel v0.5.15
6582026-05-22T21:27:05.669Z Downloaded ed25519 v2.2.3
6592026-05-22T21:27:05.672Z Downloaded foldhash v0.2.0
6602026-05-22T21:27:05.675Z Downloaded darling v0.21.3
6612026-05-22T21:27:05.677Z Downloaded gethostname v0.5.0
6622026-05-22T21:27:05.677Z Downloaded git-stub v1.0.0
6632026-05-22T21:27:05.677Z Downloaded futures-task v0.3.32
6642026-05-22T21:27:05.680Z Downloaded ciborium v0.2.2
6652026-05-22T21:27:05.680Z Downloaded defmt-macros v1.0.1
6662026-05-22T21:27:05.683Z Downloaded foreign-types v0.3.2
6672026-05-22T21:27:05.685Z Downloaded cancel-safe-futures v0.1.5
6682026-05-22T21:27:05.685Z Downloaded diesel_table_macro_syntax v0.3.0
6692026-05-22T21:27:05.688Z Downloaded ciborium-io v0.2.2
6702026-05-22T21:27:05.688Z Downloaded crossbeam-utils v0.8.21
6712026-05-22T21:27:05.688Z Downloaded cexpr v0.6.0
6722026-05-22T21:27:05.692Z Downloaded env_logger v0.11.9
6732026-05-22T21:27:05.695Z Downloaded globwalk v0.9.1
6742026-05-22T21:27:05.695Z Downloaded array-init v0.0.4
6752026-05-22T21:27:05.695Z Downloaded block-padding v0.3.3
6762026-05-22T21:27:05.695Z Downloaded constant_time_eq v0.4.2
6772026-05-22T21:27:05.698Z Downloaded futures-sink v0.3.32
6782026-05-22T21:27:05.698Z Downloaded futures-core v0.3.32
6792026-05-22T21:27:05.698Z Downloaded ctr v0.9.2
6802026-05-22T21:27:05.700Z Downloaded hex-literal v0.4.1
6812026-05-22T21:27:05.700Z Downloaded hex v0.4.3
6822026-05-22T21:27:05.703Z Downloaded fs_extra v1.3.0
6832026-05-22T21:27:05.703Z Downloaded cargo_metadata v0.19.2
6842026-05-22T21:27:05.706Z Downloaded fs-err v2.11.0
6852026-05-22T21:27:05.706Z Downloaded darling v0.20.11
6862026-05-22T21:27:05.709Z Downloaded const_format_proc_macros v0.2.34
6872026-05-22T21:27:05.712Z Downloaded cbc v0.1.2
6882026-05-22T21:27:05.712Z Downloaded csv-core v0.1.13
6892026-05-22T21:27:05.714Z Downloaded bcs v0.1.6
6902026-05-22T21:27:05.714Z Downloaded derive_builder v0.20.2
6912026-05-22T21:27:05.717Z Downloaded hostname v0.3.1
6922026-05-22T21:27:05.720Z Downloaded http-range v0.1.5
6932026-05-22T21:27:05.720Z Downloaded http-body v1.0.1
6942026-05-22T21:27:05.720Z Downloaded hostname v0.4.2
6952026-05-22T21:27:05.723Z Downloaded hubpack_derive v0.1.1
6962026-05-22T21:27:05.723Z Downloaded headers-core v0.3.0
6972026-05-22T21:27:05.723Z Downloaded ghash v0.5.1
6982026-05-22T21:27:05.723Z Downloaded darling v0.23.0
6992026-05-22T21:27:05.727Z Downloaded home v0.5.12
7002026-05-22T21:27:05.729Z Downloaded crc32fast v1.5.0
7012026-05-22T21:27:05.729Z Downloaded foldhash v0.1.5
7022026-05-22T21:27:05.732Z Downloaded daft v0.1.7
7032026-05-22T21:27:05.732Z Downloaded colored v2.2.0
7042026-05-22T21:27:05.735Z Downloaded hyper-tls v0.6.0
7052026-05-22T21:27:05.735Z Downloaded illumos-nvpair v0.3.0
7062026-05-22T21:27:05.737Z Downloaded glob v0.3.3
7072026-05-22T21:27:05.738Z Downloaded base64 v0.21.7
7082026-05-22T21:27:05.740Z Downloaded ident_case v1.0.1
7092026-05-22T21:27:05.740Z Downloaded hubpack v0.1.2
7102026-05-22T21:27:05.740Z Downloaded compression-codecs v0.4.37
7112026-05-22T21:27:05.743Z Downloaded indoc v1.0.9
7122026-05-22T21:27:05.747Z Downloaded indent_write v2.2.0
7132026-05-22T21:27:05.747Z Downloaded cpufeatures v0.3.0
7142026-05-22T21:27:05.750Z Downloaded illumos-nvpair-sys v0.2.0
7152026-05-22T21:27:05.750Z Downloaded bit-vec v0.6.3
7162026-05-22T21:27:05.750Z Downloaded instability v0.3.11
7172026-05-22T21:27:05.753Z Downloaded globset v0.4.18
7182026-05-22T21:27:05.753Z Downloaded instant v0.1.13
7192026-05-22T21:27:05.753Z Downloaded fixedbitset v0.5.7
7202026-05-22T21:27:05.756Z Downloaded drift v0.1.4
7212026-05-22T21:27:05.759Z Downloaded is_ci v1.2.0
7222026-05-22T21:27:05.762Z Downloaded group v0.13.0
7232026-05-22T21:27:05.762Z Downloaded futures-executor v0.3.32
7242026-05-22T21:27:05.765Z Downloaded is-terminal v0.4.17
7252026-05-22T21:27:05.765Z Downloaded bzip2 v0.6.1
7262026-05-22T21:27:05.765Z Downloaded internet-checksum v0.2.1
7272026-05-22T21:27:05.768Z Downloaded console v0.16.2
7282026-05-22T21:27:05.768Z Downloaded lalrpop-util v0.19.12
7292026-05-22T21:27:05.768Z Downloaded keccak v0.1.6
7302026-05-22T21:27:05.770Z Downloaded clang-sys v1.8.1
7312026-05-22T21:27:05.770Z Downloaded lazy_static v1.5.0
7322026-05-22T21:27:05.773Z Downloaded kstat-rs v0.2.4
7332026-05-22T21:27:05.773Z Downloaded highway v1.3.0
7342026-05-22T21:27:05.776Z Downloaded camino-tempfile-ext v0.3.3
7352026-05-22T21:27:05.776Z Downloaded cassowary v0.3.0
7362026-05-22T21:27:05.780Z Downloaded libscf-sys v1.1.0
7372026-05-22T21:27:05.780Z Downloaded dropshot_endpoint v0.16.7
7382026-05-22T21:27:05.782Z Downloaded ff v0.13.1
7392026-05-22T21:27:05.783Z Downloaded humantime v2.3.0
7402026-05-22T21:27:05.783Z Downloaded derive_more v0.99.20
7412026-05-22T21:27:05.785Z Downloaded half v1.8.3
7422026-05-22T21:27:05.788Z Downloaded cookie_store v0.22.1
7432026-05-22T21:27:05.790Z Downloaded diff v0.1.13
7442026-05-22T21:27:05.790Z Downloaded crossbeam-epoch v0.9.18
7452026-05-22T21:27:05.794Z Downloaded elliptic-curve v0.13.8
7462026-05-22T21:27:05.796Z Downloaded compact_str v0.8.1
7472026-05-22T21:27:05.796Z Downloaded md5 v0.7.0
7482026-05-22T21:27:05.799Z Downloaded lru-cache v0.1.2
7492026-05-22T21:27:05.799Z Downloaded httpdate v1.0.3
7502026-05-22T21:27:05.802Z Downloaded http-body-util v0.1.3
7512026-05-22T21:27:05.802Z Downloaded linked-hash-map v0.5.6
7522026-05-22T21:27:05.802Z Downloaded lru-slab v0.1.2
7532026-05-22T21:27:05.805Z Downloaded lru v0.12.5
7542026-05-22T21:27:05.805Z Downloaded hyper-staticfile v0.10.1
7552026-05-22T21:27:05.808Z Downloaded async-bb8-diesel v0.2.1
7562026-05-22T21:27:05.808Z Downloaded match_cfg v0.1.0
7572026-05-22T21:27:05.808Z Downloaded git-stub-vcs v0.1.0
7582026-05-22T21:27:05.811Z Downloaded maplit v1.0.2
7592026-05-22T21:27:05.811Z Downloaded managed v0.8.0
7602026-05-22T21:27:05.811Z Downloaded indoc v2.0.7
7612026-05-22T21:27:05.820Z Downloaded futures-channel v0.3.32
7622026-05-22T21:27:05.820Z Downloaded memoffset v0.9.1
7632026-05-22T21:27:05.820Z Downloaded md-5 v0.10.6
7642026-05-22T21:27:05.820Z Downloaded lzss v0.8.2
7652026-05-22T21:27:05.820Z Downloaded getrandom v0.2.17
7662026-05-22T21:27:05.820Z Downloaded dropshot_endpoint v0.17.0
7672026-05-22T21:27:05.824Z Downloaded maybe-uninit v2.0.0
7682026-05-22T21:27:05.824Z Downloaded fatfs v0.3.6
7692026-05-22T21:27:05.826Z Downloaded new_debug_unreachable v1.0.6
7702026-05-22T21:27:05.826Z Downloaded multimap v0.10.1
7712026-05-22T21:27:05.826Z Downloaded ingot-types v0.1.2
7722026-05-22T21:27:05.829Z Downloaded derive-where v1.6.0
7732026-05-22T21:27:05.832Z Downloaded ipnet v2.11.0
7742026-05-22T21:27:05.832Z Downloaded cipher v0.4.4
7752026-05-22T21:27:05.835Z Downloaded bit-vec v0.8.0
7762026-05-22T21:27:05.835Z Downloaded deranged v0.5.8
7772026-05-22T21:27:05.835Z Downloaded blowfish v0.9.1
7782026-05-22T21:27:05.838Z Downloaded async-trait v0.1.89
7792026-05-22T21:27:05.840Z Downloaded cookie v0.18.1
7802026-05-22T21:27:05.840Z Downloaded num v0.4.3
7812026-05-22T21:27:05.843Z Downloaded num-derive v0.4.2
7822026-05-22T21:27:05.843Z Downloaded normalize-line-endings v0.3.0
7832026-05-22T21:27:05.843Z Downloaded libloading v0.8.9
7842026-05-22T21:27:05.846Z Downloaded libefi-sys v0.1.0
7852026-05-22T21:27:05.846Z Downloaded libsw-core v0.3.2
7862026-05-22T21:27:05.849Z Downloaded darling_core v0.21.3
7872026-05-22T21:27:05.852Z Downloaded libsw v3.5.0
7882026-05-22T21:27:05.852Z Downloaded des v0.8.1
7892026-05-22T21:27:05.854Z Downloaded const-oid v0.9.6
7902026-05-22T21:27:05.857Z Downloaded nonempty v0.12.0
7912026-05-22T21:27:05.857Z Downloaded lock_api v0.4.14
7922026-05-22T21:27:05.857Z Downloaded num-conv v0.2.0
7932026-05-22T21:27:05.859Z Downloaded linear-map v1.2.0
7942026-05-22T21:27:05.859Z Downloaded defmt v1.0.1
7952026-05-22T21:27:05.862Z Downloaded num_threads v0.1.7
7962026-05-22T21:27:05.862Z Downloaded num-iter v0.1.45
7972026-05-22T21:27:05.865Z Downloaded num_enum_derive v0.5.11
7982026-05-22T21:27:05.865Z Downloaded httparse v1.10.1
7992026-05-22T21:27:05.868Z Downloaded crypto-bigint v0.5.5
8002026-05-22T21:27:05.870Z Downloaded openssl-probe v0.1.6
8012026-05-22T21:27:05.871Z Downloaded openssl-macros v0.1.1
8022026-05-22T21:27:05.873Z Downloaded hyper-rustls v0.27.7
8032026-05-22T21:27:05.873Z Downloaded mime_guess v2.0.5
8042026-05-22T21:27:05.876Z Downloaded jobserver v0.1.34
8052026-05-22T21:27:05.876Z Downloaded openssl-probe v0.2.1
8062026-05-22T21:27:05.878Z Downloaded iana-time-zone v0.1.65
8072026-05-22T21:27:05.878Z Downloaded olpc-cjson v0.1.4
8082026-05-22T21:27:05.881Z Downloaded mime v0.3.17
8092026-05-22T21:27:05.881Z Downloaded const_format v0.2.35
8102026-05-22T21:27:05.884Z Downloaded aho-corasick v1.1.4
8112026-05-22T21:27:05.887Z Downloaded oso-derive v0.27.3
8122026-05-22T21:27:05.889Z Downloaded packed_struct_codegen v0.10.1
8132026-05-22T21:27:05.889Z Downloaded ingot v0.1.1
8142026-05-22T21:27:05.892Z Downloaded impl-trait-for-tuples v0.2.3
8152026-05-22T21:27:05.892Z Downloaded darling_core v0.23.0
8162026-05-22T21:27:05.895Z Downloaded newline-converter v0.3.0
8172026-05-22T21:27:05.897Z Downloaded nanorand v0.7.0
8182026-05-22T21:27:05.897Z Downloaded bytes v1.11.1
8192026-05-22T21:27:05.900Z Downloaded newtype-uuid v1.3.2
8202026-05-22T21:27:05.903Z Downloaded native-tls v0.2.18
8212026-05-22T21:27:05.903Z Downloaded nodrop v0.1.14
8222026-05-22T21:27:05.905Z Downloaded multer v3.1.0
8232026-05-22T21:27:05.905Z Downloaded ipnetwork v0.21.1
8242026-05-22T21:27:05.908Z Downloaded pbkdf2 v0.12.2
8252026-05-22T21:27:05.908Z Downloaded pbkdf2 v0.11.0
8262026-05-22T21:27:05.912Z Downloaded parse-size v1.1.0
8272026-05-22T21:27:05.912Z Downloaded path-slash v0.1.5
8282026-05-22T21:27:05.914Z Downloaded peg-runtime v0.8.5
8292026-05-22T21:27:05.914Z Downloaded async-compression v0.4.41
8302026-05-22T21:27:05.917Z Downloaded nu-ansi-term v0.50.3
8312026-05-22T21:27:05.920Z Downloaded opaque-debug v0.3.1
8322026-05-22T21:27:05.920Z Downloaded chacha20poly1305 v0.10.1
8332026-05-22T21:27:05.922Z Downloaded hmac v0.12.1
8342026-05-22T21:27:05.922Z Downloaded derive_more v2.1.1
8352026-05-22T21:27:05.928Z Downloaded num-rational v0.4.2
8362026-05-22T21:27:05.931Z Downloaded litrs v1.0.0
8372026-05-22T21:27:05.933Z Downloaded num_enum v0.7.5
8382026-05-22T21:27:05.937Z Downloaded phf_shared v0.13.1
8392026-05-22T21:27:05.937Z Downloaded phf_shared v0.12.1
8402026-05-22T21:27:05.937Z Downloaded num_enum v0.5.11
8412026-05-22T21:27:05.955Z Downloaded pin-utils v0.1.0
8422026-05-22T21:27:05.958Z Downloaded headers v0.4.1
8432026-05-22T21:27:05.961Z Downloaded crc-any v2.5.0
8442026-05-22T21:27:05.961Z Downloaded phf_shared v0.11.3
8452026-05-22T21:27:05.965Z Downloaded packed_struct v0.10.1
8462026-05-22T21:27:05.965Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-05-22T21:27:05.965Z Downloaded proc-macro-crate v3.4.0
8482026-05-22T21:27:05.965Z Downloaded proc-macro-crate v1.3.1
8492026-05-22T21:27:05.969Z Downloaded predicates-tree v1.0.13
8502026-05-22T21:27:05.969Z Downloaded predicates-core v1.0.10
8512026-05-22T21:27:05.969Z Downloaded precomputed-hash v0.1.1
8522026-05-22T21:27:05.969Z Downloaded oxnet v0.1.4
8532026-05-22T21:27:05.972Z Downloaded powerfmt v0.2.0
8542026-05-22T21:27:05.972Z Downloaded base64 v0.22.1
8552026-05-22T21:27:05.975Z Downloaded pem-rfc7468 v0.7.0
8562026-05-22T21:27:05.975Z Downloaded heapless v0.7.17
8572026-05-22T21:27:05.978Z Downloaded progenitor-macro v0.10.0
8582026-05-22T21:27:05.982Z Downloaded progenitor-client v0.14.0
8592026-05-22T21:27:05.982Z Downloaded pem v3.0.6
8602026-05-22T21:27:05.982Z Downloaded password-hash v0.4.2
8612026-05-22T21:27:05.982Z Downloaded libbz2-rs-sys v0.2.2
8622026-05-22T21:27:05.985Z Downloaded cc v1.2.56
8632026-05-22T21:27:05.988Z Downloaded peg-macros v0.8.5
8642026-05-22T21:27:05.988Z Downloaded paste v1.0.15
8652026-05-22T21:27:05.990Z Downloaded progenitor-client v0.11.2
8662026-05-22T21:27:05.990Z Downloaded parse-display-derive v0.10.0
8672026-05-22T21:27:05.990Z Downloaded progenitor-macro v0.14.0
8682026-05-22T21:27:05.993Z Downloaded ed25519-dalek v2.2.0
8692026-05-22T21:27:05.993Z Downloaded der v0.7.10
8702026-05-22T21:27:05.997Z Downloaded pkcs8 v0.10.2
8712026-05-22T21:27:06.001Z Downloaded diesel_derives v2.3.7
8722026-05-22T21:27:06.004Z Downloaded phf v0.12.1
8732026-05-22T21:27:06.007Z Downloaded psl-types v2.0.11
8742026-05-22T21:27:06.007Z Downloaded password-hash v0.5.0
8752026-05-22T21:27:06.007Z Downloaded omicron-zone-package v0.12.2
8762026-05-22T21:27:06.010Z Downloaded derive_more-impl v2.1.1
8772026-05-22T21:27:06.013Z Downloaded radium v0.7.0
8782026-05-22T21:27:06.013Z Downloaded quick-error v1.2.3
8792026-05-22T21:27:06.013Z Downloaded pin-project-internal v1.1.11
8802026-05-22T21:27:06.016Z Downloaded bumpalo v3.20.2
8812026-05-22T21:27:06.016Z Downloaded postgres-protocol v0.6.10
8822026-05-22T21:27:06.019Z Downloaded progenitor-macro v0.13.0
8832026-05-22T21:27:06.019Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-05-22T21:27:06.019Z Downloaded parking_lot_core v0.8.6
8852026-05-22T21:27:06.021Z Downloaded crossterm v0.29.0
8862026-05-22T21:27:06.025Z Downloaded rand_xorshift v0.4.0
8872026-05-22T21:27:06.025Z Downloaded ingot-macros v0.1.1
8882026-05-22T21:27:06.027Z Downloaded parking_lot v0.12.5
8892026-05-22T21:27:06.027Z Downloaded ref-cast-impl v1.0.25
8902026-05-22T21:27:06.027Z Downloaded ref-cast v1.0.25
8912026-05-22T21:27:06.030Z Downloaded progenitor v0.11.2
8922026-05-22T21:27:06.033Z Downloaded ppv-lite86 v0.2.21
8932026-05-22T21:27:06.033Z Downloaded recursive v0.1.1
8942026-05-22T21:27:06.033Z Downloaded parking_lot_core v0.9.12
8952026-05-22T21:27:06.035Z Downloaded hickory-resolver v0.24.4
8962026-05-22T21:27:06.038Z Downloaded progenitor-extras v0.2.0
8972026-05-22T21:27:06.038Z Downloaded predicates v3.1.4
8982026-05-22T21:27:06.042Z Downloaded indicatif v0.18.4
8992026-05-22T21:27:06.045Z Downloaded expectorate v1.2.0
9002026-05-22T21:27:06.045Z Downloaded pkg-config v0.3.32
9012026-05-22T21:27:06.045Z Downloaded heapless v0.8.0
9022026-05-22T21:27:06.047Z Downloaded progenitor v0.10.0
9032026-05-22T21:27:06.047Z Downloaded pkcs5 v0.7.1
9042026-05-22T21:27:06.050Z Downloaded psm v0.1.30
9052026-05-22T21:27:06.053Z Downloaded peg v0.8.5
9062026-05-22T21:27:06.056Z Downloaded rfc6979 v0.4.0
9072026-05-22T21:27:06.056Z Downloaded progenitor v0.14.0
9082026-05-22T21:27:06.056Z Downloaded phf v0.13.1
9092026-05-22T21:27:06.056Z Downloaded proc-macro-error2 v2.0.1
9102026-05-22T21:27:06.059Z Downloaded primeorder v0.13.6
9112026-05-22T21:27:06.059Z Downloaded rustc_version v0.4.1
9122026-05-22T21:27:06.061Z Downloaded rustc_version v0.1.7
9132026-05-22T21:27:06.061Z Downloaded polyval v0.6.2
9142026-05-22T21:27:06.064Z Downloaded rand_chacha v0.3.1
9152026-05-22T21:27:06.064Z Downloaded poly1305 v0.8.0
9162026-05-22T21:27:06.064Z Downloaded parking_lot v0.11.2
9172026-05-22T21:27:06.067Z Downloaded hickory-resolver v0.25.2
9182026-05-22T21:27:06.070Z Downloaded progenitor-macro v0.11.2
9192026-05-22T21:27:06.070Z Downloaded pkcs1 v0.7.5
9202026-05-22T21:27:06.073Z Downloaded postcard v1.1.3
9212026-05-22T21:27:06.073Z Downloaded r2d2 v0.8.10
9222026-05-22T21:27:06.073Z Downloaded pin-project-lite v0.2.17
9232026-05-22T21:27:06.075Z Downloaded russh-cryptovec v0.7.3
9242026-05-22T21:27:06.078Z Downloaded rand_core v0.10.0
9252026-05-22T21:27:06.078Z Downloaded oso v0.27.3
9262026-05-22T21:27:06.081Z Downloaded progenitor-client v0.10.0
9272026-05-22T21:27:06.081Z Downloaded miniz_oxide v0.8.9
9282026-05-22T21:27:06.083Z Downloaded rand_core v0.6.4
9292026-05-22T21:27:06.084Z Downloaded rand_chacha v0.9.0
9302026-05-22T21:27:06.084Z Downloaded jiff-static v0.2.21
9312026-05-22T21:27:06.086Z Downloaded rand_core v0.9.5
9322026-05-22T21:27:06.089Z Downloaded postgres-types v0.2.12
9332026-05-22T21:27:06.089Z Downloaded p256 v0.13.2
9342026-05-22T21:27:06.092Z Downloaded same-file v1.0.6
9352026-05-22T21:27:06.092Z Downloaded num-complex v0.4.6
9362026-05-22T21:27:06.092Z Downloaded flate2 v1.1.9
9372026-05-22T21:27:06.095Z Downloaded scheduled-thread-pool v0.2.7
9382026-05-22T21:27:06.097Z Downloaded salsa20 v0.10.2
9392026-05-22T21:27:06.097Z Downloaded oxide-tokio-rt v0.1.4
9402026-05-22T21:27:06.100Z Downloaded scroll_derive v0.13.1
9412026-05-22T21:27:06.100Z Downloaded owo-colors v4.3.0
9422026-05-22T21:27:06.100Z Downloaded sapling-renderdag v0.1.0
9432026-05-22T21:27:06.103Z Downloaded scrypt v0.11.0
9442026-05-22T21:27:06.103Z Downloaded secrecy v0.8.0
9452026-05-22T21:27:06.103Z Downloaded progenitor v0.13.0
9462026-05-22T21:27:06.105Z Downloaded num_enum_derive v0.7.5
9472026-05-22T21:27:06.105Z Downloaded memmap2 v0.9.10
9482026-05-22T21:27:06.105Z Downloaded indexmap v1.9.3
9492026-05-22T21:27:06.108Z Downloaded secrecy v0.10.3
9502026-05-22T21:27:06.108Z Downloaded progenitor-client v0.13.0
9512026-05-22T21:27:06.111Z Downloaded dropshot-api-manager v0.7.1
9522026-05-22T21:27:06.111Z Downloaded ignore v0.4.25
9532026-05-22T21:27:06.114Z Downloaded half v2.7.1
9542026-05-22T21:27:06.116Z Downloaded futures v0.3.32
9552026-05-22T21:27:06.119Z Downloaded rtoolbox v0.0.3
9562026-05-22T21:27:06.119Z Downloaded seq-macro v0.3.6
9572026-05-22T21:27:06.119Z Downloaded rustc-hash v2.1.1
9582026-05-22T21:27:06.122Z Downloaded pin-project v1.1.11
9592026-05-22T21:27:06.126Z Downloaded serde_plain v1.0.2
9602026-05-22T21:27:06.129Z Downloaded sha1 v0.10.6
9612026-05-22T21:27:06.129Z Downloaded serde_repr v0.1.20
9622026-05-22T21:27:06.131Z Downloaded serde_bytes v0.11.19
9632026-05-22T21:27:06.131Z Downloaded semver v0.1.20
9642026-05-22T21:27:06.131Z Downloaded serde_urlencoded v0.7.1
9652026-05-22T21:27:06.134Z Downloaded resolv-conf v0.7.6
9662026-05-22T21:27:06.134Z Downloaded num-integer v0.1.46
9672026-05-22T21:27:06.137Z Downloaded ar_archive_writer v0.5.1
9682026-05-22T21:27:06.137Z Downloaded parse-display v0.10.0
9692026-05-22T21:27:06.139Z Downloaded nibble_vec v0.1.0
9702026-05-22T21:27:06.139Z Downloaded flume v0.11.1
9712026-05-22T21:27:06.142Z Downloaded quinn-udp v0.5.14
9722026-05-22T21:27:06.142Z Downloaded getrandom v0.3.4
9732026-05-22T21:27:06.145Z Downloaded serde_spanned v1.0.4
9742026-05-22T21:27:06.145Z Downloaded rustls-native-certs v0.8.3
9752026-05-22T21:27:06.148Z Downloaded chacha20 v0.10.0
9762026-05-22T21:27:06.148Z Downloaded signal-hook-mio v0.2.5
9772026-05-22T21:27:06.151Z Downloaded num-derive v0.3.3
9782026-05-22T21:27:06.151Z Downloaded shell-words v1.1.1
9792026-05-22T21:27:06.151Z Downloaded sigpipe v0.1.3
9802026-05-22T21:27:06.154Z Downloaded serde-big-array v0.5.1
9812026-05-22T21:27:06.154Z Downloaded signature v2.2.0
9822026-05-22T21:27:06.155Z Downloaded rusty-fork v0.3.1
9832026-05-22T21:27:06.155Z Downloaded rustls-pemfile v1.0.4
9842026-05-22T21:27:06.157Z Downloaded rustls-pemfile v2.2.0
9852026-05-22T21:27:06.157Z Downloaded darling_core v0.20.11
9862026-05-22T21:27:06.160Z Downloaded papergrid v0.17.0
9872026-05-22T21:27:06.163Z Downloaded rustversion v1.0.22
9882026-05-22T21:27:06.165Z Downloaded newtype_derive v0.1.6
9892026-05-22T21:27:06.165Z Downloaded newtype-uuid-macros v0.1.0
9902026-05-22T21:27:06.165Z Downloaded siphasher v1.0.2
9912026-05-22T21:27:06.171Z Downloaded derive-ex v0.1.8
9922026-05-22T21:27:06.171Z Downloaded inout v0.1.4
9932026-05-22T21:27:06.171Z Downloaded rand_seeder v0.4.0
9942026-05-22T21:27:06.174Z Downloaded sec1 v0.7.3
9952026-05-22T21:27:06.174Z Downloaded sct v0.7.1
9962026-05-22T21:27:06.174Z Downloaded http v1.4.0
9972026-05-22T21:27:06.177Z Downloaded scroll v0.13.0
9982026-05-22T21:27:06.177Z Downloaded slog-bunyan v2.5.0
9992026-05-22T21:27:06.177Z Downloaded slog-envlogger v2.2.0
10002026-05-22T21:27:06.179Z Downloaded hashbrown v0.12.3
10012026-05-22T21:27:06.179Z Downloaded scopeguard v1.2.0
10022026-05-22T21:27:06.182Z Downloaded schemars_derive v0.8.22
10032026-05-22T21:27:06.182Z Downloaded hashbrown v0.13.2
10042026-05-22T21:27:06.185Z Downloaded aes-gcm v0.10.3
10052026-05-22T21:27:06.188Z Downloaded progenitor-impl v0.13.0
10062026-05-22T21:27:06.188Z Downloaded chacha20 v0.9.1
10072026-05-22T21:27:06.191Z Downloaded bzip2 v0.4.4
10082026-05-22T21:27:06.191Z Downloaded bitfield v0.19.4
10092026-05-22T21:27:06.191Z Downloaded backon v1.6.0
10102026-05-22T21:27:06.194Z Downloaded hash32 v0.3.1
10112026-05-22T21:27:06.194Z Downloaded progenitor-impl v0.11.2
10122026-05-22T21:27:06.197Z Downloaded progenitor-impl v0.10.0
10132026-05-22T21:27:06.197Z Downloaded russh-keys v0.45.0
10142026-05-22T21:27:06.200Z Downloaded hash32 v0.2.1
10152026-05-22T21:27:06.200Z Downloaded sqlparser_derive v0.5.0
10162026-05-22T21:27:06.200Z Downloaded serde_path_to_error v0.1.20
10172026-05-22T21:27:06.205Z Downloaded crossterm v0.28.1
10182026-05-22T21:27:06.208Z Downloaded serde-hex v0.1.0
10192026-05-22T21:27:06.208Z Downloaded display-error-chain v0.2.2
10202026-05-22T21:27:06.208Z Downloaded async-stream-impl v0.3.6
10212026-05-22T21:27:06.211Z Downloaded aes v0.8.4
10222026-05-22T21:27:06.213Z Downloaded ssh-encoding v0.2.0
10232026-05-22T21:27:06.213Z Downloaded ssh-cipher v0.2.0
10242026-05-22T21:27:06.224Z Downloaded strum v0.26.3
10252026-05-22T21:27:06.226Z Downloaded simd-adler32 v0.3.8
10262026-05-22T21:27:06.226Z Downloaded signal-hook-tokio v0.3.1
10272026-05-22T21:27:06.226Z Downloaded shlex v1.3.0
10282026-05-22T21:27:06.229Z Downloaded structmeta v0.3.0
10292026-05-22T21:27:06.229Z Downloaded structmeta-derive v0.3.0
10302026-05-22T21:27:06.229Z Downloaded strip-ansi-escapes v0.2.1
10312026-05-22T21:27:06.232Z Downloaded pretty_assertions v1.4.1
10322026-05-22T21:27:06.232Z Downloaded itertools v0.10.5
10332026-05-22T21:27:06.234Z Downloaded signal-hook-registry v1.4.8
10342026-05-22T21:27:06.238Z Downloaded minimal-lexical v0.2.1
10352026-05-22T21:27:06.241Z Downloaded supports-color v3.0.2
10362026-05-22T21:27:06.241Z Downloaded subtle v2.6.1
10372026-05-22T21:27:06.241Z Downloaded strum v0.27.2
10382026-05-22T21:27:06.243Z Downloaded slog-json v2.6.1
10392026-05-22T21:27:06.243Z Downloaded slab v0.4.12
10402026-05-22T21:27:06.243Z Downloaded rustls-pki-types v1.14.0
10412026-05-22T21:27:06.246Z Downloaded slog-dtrace v0.3.0
10422026-05-22T21:27:06.249Z Downloaded sync_wrapper v1.0.2
10432026-05-22T21:27:06.252Z Downloaded tabwriter v1.4.1
10442026-05-22T21:27:06.252Z Downloaded sync-ptr v0.1.4
10452026-05-22T21:27:06.252Z Downloaded smallvec v0.6.14
10462026-05-22T21:27:06.254Z Downloaded slog-async v2.8.0
10472026-05-22T21:27:06.259Z Downloaded progenitor-impl v0.14.0
10482026-05-22T21:27:06.261Z Downloaded serde_derive_internals v0.29.1
10492026-05-22T21:27:06.264Z Downloaded tap v1.0.1
10502026-05-22T21:27:06.264Z Downloaded smf v0.2.3
10512026-05-22T21:27:06.266Z Downloaded take_mut v0.2.2
10522026-05-22T21:27:06.266Z Downloaded tagptr v0.2.0
10532026-05-22T21:27:06.266Z Downloaded tabled_derive v0.11.0
10542026-05-22T21:27:06.269Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-22T21:27:06.269Z Downloaded testing_table v0.3.0
10562026-05-22T21:27:06.269Z Downloaded thread-id v5.1.0
10572026-05-22T21:27:06.272Z Downloaded tinyvec_macros v0.1.1
10582026-05-22T21:27:06.272Z Downloaded slog-stdlog v4.1.1
10592026-05-22T21:27:06.272Z Downloaded ron v0.8.1
10602026-05-22T21:27:06.276Z Downloaded spki v0.7.3
10612026-05-22T21:27:06.279Z Downloaded openssl-sys v0.9.115
10622026-05-22T21:27:06.282Z Downloaded sqlformat v0.3.5
10632026-05-22T21:27:06.285Z Downloaded rustls-platform-verifier v0.6.2
10642026-05-22T21:27:06.288Z Downloaded time-core v0.1.8
10652026-05-22T21:27:06.288Z Downloaded static_assertions v1.1.0
10662026-05-22T21:27:06.288Z Downloaded serde_with_macros v3.17.0
10672026-05-22T21:27:06.292Z Downloaded stringprep v0.1.5
10682026-05-22T21:27:06.292Z Downloaded snafu-derive v0.8.9
10692026-05-22T21:27:06.295Z Downloaded tokio-macros v2.7.0
10702026-05-22T21:27:06.297Z Downloaded prefix-trie v0.7.0
10712026-05-22T21:27:06.300Z Downloaded rayon-core v1.13.0
10722026-05-22T21:27:06.300Z Downloaded string_cache v0.8.9
10732026-05-22T21:27:06.303Z Downloaded hashbrown v0.15.5
10742026-05-22T21:27:06.306Z Downloaded strum_macros v0.27.2
10752026-05-22T21:27:06.306Z Downloaded prettyplease v0.2.37
10762026-05-22T21:27:06.309Z Downloaded hyper-util v0.1.20
10772026-05-22T21:27:06.311Z Downloaded strum_macros v0.26.4
10782026-05-22T21:27:06.314Z Downloaded schemars v0.8.22
10792026-05-22T21:27:06.319Z Downloaded support-bundle-viewer v0.1.2
10802026-05-22T21:27:06.322Z Downloaded aws-lc-rs v1.16.3
10812026-05-22T21:27:06.327Z Downloaded publicsuffix v2.3.0
10822026-05-22T21:27:06.330Z Downloaded slog-term v2.9.2
10832026-05-22T21:27:06.330Z Downloaded nom v7.1.3
10842026-05-22T21:27:06.332Z Downloaded thiserror-no-std v2.0.2
10852026-05-22T21:27:06.335Z Downloaded termtree v0.5.1
10862026-05-22T21:27:06.338Z Downloaded termios v0.3.3
10872026-05-22T21:27:06.338Z Downloaded tower-service v0.3.3
10882026-05-22T21:27:06.338Z Downloaded tower-layer v0.3.3
10892026-05-22T21:27:06.338Z Downloaded bindgen v0.71.1
10902026-05-22T21:27:06.343Z Downloaded tls_codec_derive v0.4.2
10912026-05-22T21:27:06.346Z Downloaded serde_cbor v0.11.2
10922026-05-22T21:27:06.346Z Downloaded rand v0.8.6
10932026-05-22T21:27:06.349Z Downloaded quinn v0.11.9
10942026-05-22T21:27:06.351Z Downloaded topological-sort v0.2.2
10952026-05-22T21:27:06.352Z Downloaded tiny-keccak v2.0.2
10962026-05-22T21:27:06.352Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-22T21:27:06.354Z Downloaded tokio-dtrace v0.1.1
10982026-05-22T21:27:06.357Z Downloaded time-macros v0.2.27
10992026-05-22T21:27:06.357Z Downloaded trait-variant v0.1.2
11002026-05-22T21:27:06.359Z Downloaded qorb v0.4.1
11012026-05-22T21:27:06.359Z Downloaded itertools v0.12.1
11022026-05-22T21:27:06.363Z Downloaded signal-hook v0.3.18
11032026-05-22T21:27:06.366Z Downloaded try-lock v0.2.5
11042026-05-22T21:27:06.366Z Downloaded libxml v0.3.3
11052026-05-22T21:27:06.369Z Downloaded strum_macros v0.24.3
11062026-05-22T21:27:06.372Z Downloaded mio v1.2.0
11072026-05-22T21:27:06.374Z Downloaded tls_codec v0.4.2
11082026-05-22T21:27:06.377Z Downloaded stacker v0.1.23
11092026-05-22T21:27:06.377Z Downloaded thread_local v1.1.9
11102026-05-22T21:27:06.377Z Downloaded unicode-truncate v1.1.0
11112026-05-22T21:27:06.380Z Downloaded num-bigint v0.4.6
11122026-05-22T21:27:06.383Z Downloaded untrusted v0.7.1
11132026-05-22T21:27:06.383Z Downloaded tokio-tungstenite v0.23.1
11142026-05-22T21:27:06.385Z Downloaded spin v0.9.8
11152026-05-22T21:27:06.385Z Downloaded schemars v0.9.0
11162026-05-22T21:27:06.391Z Downloaded num-bigint-dig v0.8.6
11172026-05-22T21:27:06.394Z Downloaded term v1.2.1
11182026-05-22T21:27:06.396Z Downloaded term v0.7.0
11192026-05-22T21:27:06.399Z Downloaded usdt-attr-macro v0.6.0
11202026-05-22T21:27:06.399Z Downloaded iri-string v0.7.10
11212026-05-22T21:27:06.402Z Downloaded utf-8 v0.7.6
11222026-05-22T21:27:06.405Z Downloaded usdt-macro v0.6.0
11232026-05-22T21:27:06.405Z Downloaded tokio-tungstenite v0.21.0
11242026-05-22T21:27:06.405Z Downloaded typify-macro v0.4.3
11252026-05-22T21:27:06.408Z Downloaded slog-scope v4.4.1
11262026-05-22T21:27:06.408Z Downloaded typify-macro v0.6.2
11272026-05-22T21:27:06.408Z Downloaded unit-prefix v0.5.2
11282026-05-22T21:27:06.408Z Downloaded hickory-server v0.25.2
11292026-05-22T21:27:06.411Z Downloaded usdt v0.6.0
11302026-05-22T21:27:06.414Z Downloaded untrusted v0.9.0
11312026-05-22T21:27:06.414Z Downloaded hashbrown v0.16.1
11322026-05-22T21:27:06.416Z Downloaded socket2 v0.5.10
11332026-05-22T21:27:06.419Z Downloaded rsa v0.9.10
11342026-05-22T21:27:06.422Z Downloaded void v1.0.2
11352026-05-22T21:27:06.422Z Downloaded ryu v1.0.23
11362026-05-22T21:27:06.424Z Downloaded rcgen v0.12.1
11372026-05-22T21:27:06.425Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11382026-05-22T21:27:06.425Z Downloaded socket2 v0.6.3
11392026-05-22T21:27:06.427Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11402026-05-22T21:27:06.430Z Downloaded tokio-rustls v0.26.4
11412026-05-22T21:27:06.432Z Downloaded unarray v0.1.4
11422026-05-22T21:27:06.433Z Downloaded tokio-rustls v0.25.0
11432026-05-22T21:27:06.435Z Downloaded want v0.3.1
11442026-05-22T21:27:06.435Z Downloaded waitgroup v0.1.2
11452026-05-22T21:27:06.435Z Downloaded wait-timeout v0.2.1
11462026-05-22T21:27:06.439Z Downloaded tokio-rustls v0.24.1
11472026-05-22T21:27:06.442Z Downloaded snafu v0.8.9
11482026-05-22T21:27:06.444Z Downloaded subprocess v0.2.15
11492026-05-22T21:27:06.447Z Downloaded futures-util v0.3.32
11502026-05-22T21:27:06.452Z Downloaded xshell-macros v0.2.7
11512026-05-22T21:27:06.455Z Downloaded xattr v1.6.1
11522026-05-22T21:27:06.455Z Downloaded schemars v1.2.1
11532026-05-22T21:27:06.461Z Downloaded tui-tree-widget v0.23.1
11542026-05-22T21:27:06.464Z Downloaded hyper v1.8.1
11552026-05-22T21:27:06.466Z Downloaded itertools v0.14.0
11562026-05-22T21:27:06.470Z Downloaded libm v0.2.16
11572026-05-22T21:27:06.475Z Downloaded zone v0.3.1
11582026-05-22T21:27:06.478Z Downloaded unicase v2.9.0
11592026-05-22T21:27:06.478Z Downloaded tokio-native-tls v0.3.1
11602026-05-22T21:27:06.478Z Downloaded zone_cfg_derive v0.3.1
11612026-05-22T21:27:06.481Z Downloaded test-strategy v0.4.5
11622026-05-22T21:27:06.481Z Downloaded universal-hash v0.5.1
11632026-05-22T21:27:06.484Z Downloaded itertools v0.13.0
11642026-05-22T21:27:06.486Z Downloaded tracing-attributes v0.1.31
11652026-05-22T21:27:06.489Z Downloaded h2 v0.4.13
11662026-05-22T21:27:06.492Z Downloaded rustls-webpki v0.103.9
11672026-05-22T21:27:06.494Z Downloaded tinyvec v1.10.0
11682026-05-22T21:27:06.494Z Downloaded slog v2.8.2
11692026-05-22T21:27:06.497Z Downloaded usdt-impl v0.6.0
11702026-05-22T21:27:06.497Z Downloaded samael v0.0.19
11712026-05-22T21:27:06.500Z Downloaded vergen-lib v0.1.6
11722026-05-22T21:27:06.503Z Downloaded toml_parser v1.0.9+spec-1.1.0
11732026-05-22T21:27:06.503Z Downloaded toml_writer v1.0.6+spec-1.1.0
11742026-05-22T21:27:06.505Z Downloaded rand v0.9.2
11752026-05-22T21:27:06.508Z Downloaded tokio-stream v0.1.18
11762026-05-22T21:27:06.508Z Downloaded wyz v0.5.1
11772026-05-22T21:27:06.511Z Downloaded walkdir v2.5.0
11782026-05-22T21:27:06.511Z Downloaded rand v0.10.0
11792026-05-22T21:27:06.514Z Downloaded vergen-git2 v1.0.7
11802026-05-22T21:27:06.514Z Downloaded p521 v0.13.3
11812026-05-22T21:27:06.517Z Downloaded uzers v0.12.2
11822026-05-22T21:27:06.517Z Downloaded whoami v1.6.1
11832026-05-22T21:27:06.519Z Downloaded iddqd v0.4.1
11842026-05-22T21:27:06.522Z Downloaded xshell v0.2.7
11852026-05-22T21:27:06.525Z Downloaded twox-hash v2.1.2
11862026-05-22T21:27:06.525Z Downloaded similar v2.7.0
11872026-05-22T21:27:06.528Z Downloaded zeroize v1.8.2
11882026-05-22T21:27:06.528Z Downloaded toml v0.9.12+spec-1.1.0
11892026-05-22T21:27:06.533Z Downloaded tar v0.4.45
11902026-05-22T21:27:06.536Z Downloaded toml v0.7.8
11912026-05-22T21:27:06.539Z Downloaded steno v0.4.1
11922026-05-22T21:27:06.539Z Downloaded unicode-properties v0.1.4
11932026-05-22T21:27:06.542Z Downloaded zstd v0.13.3
11942026-05-22T21:27:06.545Z Downloaded zeroize_derive v1.4.3
11952026-05-22T21:27:06.548Z Downloaded russh v0.45.0
11962026-05-22T21:27:06.550Z Downloaded hkdf v0.12.4
11972026-05-22T21:27:06.553Z Downloaded tungstenite v0.23.0
11982026-05-22T21:27:06.557Z Downloaded zstd-safe v7.2.4
11992026-05-22T21:27:06.557Z Downloaded vergen-gitcl v1.0.8
12002026-05-22T21:27:06.560Z Downloaded toml v1.0.6+spec-1.1.0
12012026-05-22T21:27:06.562Z Downloaded typify v0.4.3
12022026-05-22T21:27:06.565Z Downloaded vsss-rs v3.3.4
12032026-05-22T21:27:06.565Z Downloaded rustyline v14.0.0
12042026-05-22T21:27:06.568Z Downloaded unicode-bidi v0.3.18
12052026-05-22T21:27:06.570Z Downloaded typify v0.6.2
12062026-05-22T21:27:06.573Z Downloaded tungstenite v0.21.0
12072026-05-22T21:27:06.573Z Downloaded yasna v0.5.2
12082026-05-22T21:27:06.576Z Downloaded zerocopy v0.6.6
12092026-05-22T21:27:06.579Z Downloaded vergen v9.0.6
12102026-05-22T21:27:06.579Z Downloaded unsafe-libyaml v0.2.11
12112026-05-22T21:27:06.582Z Downloaded whoami v2.1.0
12122026-05-22T21:27:06.586Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-05-22T21:27:06.593Z Downloaded uuid v1.23.0
12142026-05-22T21:27:06.604Z Downloaded rpassword v7.4.0
12152026-05-22T21:27:06.606Z Downloaded vte v0.14.1
12162026-05-22T21:27:06.617Z Downloaded tracing-core v0.1.36
12172026-05-22T21:27:06.623Z Downloaded blake3 v1.8.3
12182026-05-22T21:27:06.630Z Downloaded toml_edit v0.19.15
12192026-05-22T21:27:06.639Z Downloaded tokio-postgres v0.7.16
12202026-05-22T21:27:06.647Z Downloaded zopfli v0.8.3
12212026-05-22T21:27:06.651Z Downloaded reedline v0.40.0
12222026-05-22T21:27:06.658Z Downloaded yansi v1.0.1
12232026-05-22T21:27:06.662Z Downloaded chrono v0.4.44
12242026-05-22T21:27:06.666Z Downloaded ssh-key v0.6.7
12252026-05-22T21:27:06.670Z Downloaded reqwest v0.13.2
12262026-05-22T21:27:06.673Z Downloaded bitvec v1.0.1
12272026-05-22T21:27:06.681Z Downloaded portable-atomic v1.13.1
12282026-05-22T21:27:06.686Z Downloaded reqwest v0.12.28
12292026-05-22T21:27:06.690Z Downloaded zip v0.6.6
12302026-05-22T21:27:06.714Z Downloaded rayon v1.11.0
12312026-05-22T21:27:06.719Z Downloaded regex v1.12.3
12322026-05-22T21:27:06.722Z Downloaded p384 v0.13.1
12332026-05-22T21:27:06.725Z Downloaded x509-cert v0.2.5
12342026-05-22T21:27:06.728Z Downloaded unicode_categories v0.1.1
12352026-05-22T21:27:06.730Z Downloaded unicode-segmentation v1.12.0
12362026-05-22T21:27:06.733Z Downloaded lalrpop v0.19.12
12372026-05-22T21:27:06.738Z Downloaded git2 v0.20.4
12382026-05-22T21:27:06.745Z Downloaded quick-xml v0.37.5
12392026-05-22T21:27:06.747Z Downloaded goblin v0.10.5
12402026-05-22T21:27:06.752Z Downloaded tower v0.5.3
12412026-05-22T21:27:06.756Z Downloaded zerocopy-derive v0.8.40
12422026-05-22T21:27:06.761Z Downloaded tough v0.22.0
12432026-05-22T21:27:06.766Z Downloaded proptest v1.10.0
12442026-05-22T21:27:06.774Z Downloaded salty v0.3.0
12452026-05-22T21:27:06.777Z Downloaded rustls-webpki v0.102.8
12462026-05-22T21:27:06.784Z Downloaded rustls-webpki v0.101.7
12472026-05-22T21:27:06.793Z Downloaded typed-path v0.9.3
12482026-05-22T21:27:06.796Z Downloaded serde_with v3.17.0
12492026-05-22T21:27:06.803Z Downloaded petname v2.0.2
12502026-05-22T21:27:06.806Z Downloaded curve25519-dalek v4.1.3
12512026-05-22T21:27:06.811Z Downloaded zip v4.6.1
12522026-05-22T21:27:06.814Z Downloaded tower-http v0.6.8
12532026-05-22T21:27:06.818Z Downloaded tokio-util v0.7.18
12542026-05-22T21:27:06.822Z Downloaded object v0.30.4
12552026-05-22T21:27:06.827Z Downloaded unicode-normalization v0.1.25
12562026-05-22T21:27:06.829Z Downloaded moka v0.12.13
12572026-05-22T21:27:06.833Z Downloaded bstr v1.12.1
12582026-05-22T21:27:06.845Z Downloaded radix_trie v0.2.1
12592026-05-22T21:27:06.848Z Downloaded winnow v0.6.26
12602026-05-22T21:27:06.853Z Downloaded quinn-proto v0.11.13
12612026-05-22T21:27:06.857Z Downloaded polar-core v0.27.3
12622026-05-22T21:27:06.861Z Downloaded nix v0.27.1
12632026-05-22T21:27:06.868Z Downloaded openssl v0.10.79
12642026-05-22T21:27:06.873Z Downloaded winnow v0.5.40
12652026-05-22T21:27:06.910Z Downloaded dropshot v0.16.7
12662026-05-22T21:27:06.922Z Downloaded time v0.3.47
12672026-05-22T21:27:06.929Z Downloaded object v0.37.3
12682026-05-22T21:27:06.935Z Downloaded dropshot v0.17.0
12692026-05-22T21:27:06.947Z Downloaded webpki-roots v1.0.6
12702026-05-22T21:27:06.950Z Downloaded nix v0.28.0
12712026-05-22T21:27:06.955Z Downloaded regex-syntax v0.6.29
12722026-05-22T21:27:06.959Z Downloaded openapiv3 v2.2.0
12732026-05-22T21:27:06.965Z Downloaded zerocopy v0.8.40
12742026-05-22T21:27:06.971Z Downloaded tabled v0.20.0
12752026-05-22T21:27:06.980Z Downloaded zlib-rs v0.6.2
12762026-05-22T21:27:06.983Z Downloaded rustix v0.38.44
12772026-05-22T21:27:06.996Z Downloaded nix v0.31.2
12782026-05-22T21:27:07.002Z Downloaded vcpkg v0.2.15
12792026-05-22T21:27:07.023Z Downloaded regress v0.11.1
12802026-05-22T21:27:07.028Z Downloaded hickory-proto v0.24.4
12812026-05-22T21:27:07.037Z Downloaded rustls v0.22.4
12822026-05-22T21:27:07.044Z Downloaded regress v0.10.5
12832026-05-22T21:27:07.049Z Downloaded smoltcp v0.11.0
12842026-05-22T21:27:07.056Z Downloaded regex-syntax v0.8.10
12852026-05-22T21:27:07.061Z Downloaded rustls v0.23.37
12862026-05-22T21:27:07.068Z Downloaded sqlparser v0.61.0
12872026-05-22T21:27:07.073Z Downloaded diesel v2.3.7
12882026-05-22T21:27:07.084Z Downloaded smoltcp v0.9.1
12892026-05-22T21:27:07.090Z Downloaded sled v0.34.7
12902026-05-22T21:27:07.096Z Downloaded hickory-proto v0.25.2
12912026-05-22T21:27:07.105Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-05-22T21:27:07.112Z Downloaded tracing v0.1.44
12932026-05-22T21:27:07.124Z Downloaded rustls v0.21.12
12942026-05-22T21:27:07.130Z Downloaded nix v0.29.0
12952026-05-22T21:27:07.145Z Downloaded regex-automata v0.4.14
12962026-05-22T21:27:07.154Z Downloaded typify-impl v0.6.2
12972026-05-22T21:27:07.162Z Downloaded petgraph v0.6.5
12982026-05-22T21:27:07.174Z Downloaded typify-impl v0.4.3
12992026-05-22T21:27:07.182Z Downloaded ratatui v0.29.0
13002026-05-22T21:27:07.192Z Downloaded chrono-tz v0.10.4
13012026-05-22T21:27:07.213Z Downloaded zerocopy-derive v0.6.6
13022026-05-22T21:27:07.218Z Downloaded libz-sys v1.1.24
13032026-05-22T21:27:07.230Z Downloaded sha3 v0.10.8
13042026-05-22T21:27:07.234Z Downloaded tokio v1.52.1
13052026-05-22T21:27:07.256Z Downloaded jiff v0.2.21
13062026-05-22T21:27:07.294Z Downloaded csv v1.4.0
13072026-05-22T21:27:07.306Z Downloaded petgraph v0.8.3
13082026-05-22T21:27:07.327Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-22T21:27:07.415Z Downloaded encoding_rs v0.8.35
13102026-05-22T21:27:07.430Z Downloaded ring v0.17.14
13112026-05-22T21:27:07.464Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-05-22T21:27:07.789Z Downloaded aws-lc-sys v0.40.0
13132026-05-22T21:27:08.027Z Compiling libc v0.2.185
13142026-05-22T21:27:08.030Z Compiling serde v1.0.228
13152026-05-22T21:27:08.030Z Compiling log v0.4.29
13162026-05-22T21:27:08.030Z Compiling shlex v1.3.0
13172026-05-22T21:27:08.175Z Compiling find-msvc-tools v0.1.9
13182026-05-22T21:27:08.183Z Compiling smallvec v1.15.1
13192026-05-22T21:27:08.202Z Compiling syn v2.0.117
13202026-05-22T21:27:08.213Z Compiling typenum v1.19.0
13212026-05-22T21:27:08.361Z Compiling generic-array v0.14.7
13222026-05-22T21:27:08.374Z Compiling subtle v2.6.1
13232026-05-22T21:27:08.415Z Compiling scopeguard v1.2.0
13242026-05-22T21:27:08.473Z Compiling const-oid v0.9.6
13252026-05-22T21:27:08.496Z Compiling serde_json v1.0.149
13262026-05-22T21:27:08.523Z Compiling lock_api v0.4.14
13272026-05-22T21:27:08.549Z Compiling zerocopy v0.8.40
13282026-05-22T21:27:08.617Z Compiling parking_lot_core v0.9.12
13292026-05-22T21:27:08.752Z Compiling portable-atomic v1.13.1
13302026-05-22T21:27:08.849Z Compiling pin-project-lite v0.2.17
13312026-05-22T21:27:08.972Z Compiling pkg-config v0.3.32
13322026-05-22T21:27:08.988Z Compiling bitflags v2.11.0
13332026-05-22T21:27:09.081Z Compiling getrandom v0.2.17
13342026-05-22T21:27:09.182Z Compiling jobserver v0.1.34
13352026-05-22T21:27:09.212Z Compiling errno v0.3.14
13362026-05-22T21:27:09.225Z Compiling rand_core v0.6.4
13372026-05-22T21:27:09.316Z Compiling signal-hook-registry v1.4.8
13382026-05-22T21:27:09.498Z Compiling cc v1.2.56
13392026-05-22T21:27:09.532Z Compiling libm v0.2.16
13402026-05-22T21:27:09.562Z Compiling critical-section v1.2.0
13412026-05-22T21:27:09.594Z Compiling futures-core v0.3.32
13422026-05-22T21:27:09.651Z Compiling parking_lot v0.12.5
13432026-05-22T21:27:09.667Z Compiling mio v1.2.0
13442026-05-22T21:27:09.743Z Compiling once_cell v1.21.3
13452026-05-22T21:27:09.789Z Compiling num-traits v0.2.19
13462026-05-22T21:27:09.858Z Compiling percent-encoding v2.3.2
13472026-05-22T21:27:09.975Z Compiling socket2 v0.6.3
13482026-05-22T21:27:10.047Z Compiling futures-sink v0.3.32
13492026-05-22T21:27:10.051Z Compiling futures-task v0.3.32
13502026-05-22T21:27:10.140Z Compiling futures-channel v0.3.32
13512026-05-22T21:27:10.154Z Compiling slab v0.4.12
13522026-05-22T21:27:10.167Z Compiling getrandom v0.4.1
13532026-05-22T21:27:10.224Z Compiling cpufeatures v0.2.17
13542026-05-22T21:27:10.300Z Compiling futures-io v0.3.32
13552026-05-22T21:27:10.324Z Compiling rand_core v0.10.0
13562026-05-22T21:27:10.361Z Compiling indexmap v2.14.0
13572026-05-22T21:27:10.375Z Compiling getrandom v0.3.4
13582026-05-22T21:27:10.448Z Compiling rustversion v1.0.22
13592026-05-22T21:27:10.487Z Compiling cmake v0.1.57
13602026-05-22T21:27:10.837Z Compiling form_urlencoded v1.2.2
13612026-05-22T21:27:10.897Z Compiling fs_extra v1.3.0
13622026-05-22T21:27:10.967Z Compiling dunce v1.0.5
13632026-05-22T21:27:11.013Z Compiling synstructure v0.13.2
13642026-05-22T21:27:11.061Z Compiling ident_case v1.0.1
13652026-05-22T21:27:11.074Z Compiling base64ct v1.8.3
13662026-05-22T21:27:11.168Z Compiling aws-lc-sys v0.40.0
13672026-05-22T21:27:11.183Z Compiling rustix v1.1.3
13682026-05-22T21:27:11.334Z Compiling pem-rfc7468 v0.7.0
13692026-05-22T21:27:11.365Z Compiling regex-syntax v0.8.10
13702026-05-22T21:27:11.380Z Compiling iana-time-zone v0.1.65
13712026-05-22T21:27:11.528Z Compiling flagset v0.4.7
13722026-05-22T21:27:11.572Z Compiling rand_core v0.9.5
13732026-05-22T21:27:11.624Z Compiling ring v0.17.14
13742026-05-22T21:27:11.637Z Compiling aws-lc-rs v1.16.3
13752026-05-22T21:27:11.653Z Compiling vcpkg v0.2.15
13762026-05-22T21:27:11.849Z Compiling uuid v1.23.0
13772026-05-22T21:27:11.907Z Compiling rustc_version v0.4.1
13782026-05-22T21:27:12.231Z Compiling tracing-core v0.1.36
13792026-05-22T21:27:12.368Z Compiling openssl-sys v0.9.115
13802026-05-22T21:27:12.528Z Compiling base64 v0.22.1
13812026-05-22T21:27:12.736Z Compiling serde_derive v1.0.228
13822026-05-22T21:27:12.810Z Compiling zeroize_derive v1.4.3
13832026-05-22T21:27:12.905Z Compiling zerofrom-derive v0.1.6
13842026-05-22T21:27:12.936Z Compiling yoke-derive v0.8.1
13852026-05-22T21:27:12.955Z Compiling zerovec-derive v0.11.2
13862026-05-22T21:27:13.443Z Compiling zeroize v1.8.2
13872026-05-22T21:27:13.734Z Compiling zerocopy-derive v0.8.40
13882026-05-22T21:27:14.062Z Compiling displaydoc v0.2.5
13892026-05-22T21:27:14.094Z Compiling tokio-macros v2.7.0
13902026-05-22T21:27:14.209Z Compiling crypto-common v0.1.7
13912026-05-22T21:27:14.299Z Compiling zerofrom v0.1.6
13922026-05-22T21:27:14.353Z Compiling block-buffer v0.10.4
13932026-05-22T21:27:14.422Z Compiling yoke v0.8.1
13942026-05-22T21:27:14.519Z Compiling digest v0.10.7
13952026-05-22T21:27:14.603Z Compiling zerovec v0.11.5
13962026-05-22T21:27:14.764Z Compiling futures-macro v0.3.32
13972026-05-22T21:27:14.785Z Compiling zerotrie v0.2.3
13982026-05-22T21:27:14.805Z Compiling hmac v0.12.1
13992026-05-22T21:27:14.954Z Compiling block-padding v0.3.3
14002026-05-22T21:27:15.069Z Compiling tinystr v0.8.2
14012026-05-22T21:27:15.096Z Compiling potential_utf v0.1.4
14022026-05-22T21:27:15.109Z Compiling inout v0.1.4
14032026-05-22T21:27:15.251Z Compiling icu_locale_core v2.1.1
14042026-05-22T21:27:15.264Z Compiling icu_collections v2.1.1
14052026-05-22T21:27:15.277Z Compiling cipher v0.4.4
14062026-05-22T21:27:15.524Z Compiling sha2 v0.10.9
14072026-05-22T21:27:15.539Z Compiling futures-util v0.3.32
14082026-05-22T21:27:15.721Z Compiling der_derive v0.7.3
14092026-05-22T21:27:16.105Z Compiling bytes v1.11.1
14102026-05-22T21:27:16.150Z Compiling icu_provider v2.1.1
14112026-05-22T21:27:16.268Z Compiling chrono v0.4.44
14122026-05-22T21:27:16.437Z Compiling icu_properties v2.1.2
14132026-05-22T21:27:16.676Z Compiling tokio v1.52.1
14142026-05-22T21:27:16.698Z Compiling icu_normalizer v2.1.1
14152026-05-22T21:27:16.880Z Compiling der v0.7.10
14162026-05-22T21:27:17.221Z Compiling http v1.4.0
14172026-05-22T21:27:17.505Z Compiling idna_adapter v1.2.1
14182026-05-22T21:27:17.614Z Compiling idna v1.1.0
14192026-05-22T21:27:17.637Z Compiling salsa20 v0.10.2
14202026-05-22T21:27:17.728Z Compiling spki v0.7.3
14212026-05-22T21:27:17.835Z Compiling pbkdf2 v0.12.2
14222026-05-22T21:27:17.952Z Compiling ppv-lite86 v0.2.21
14232026-05-22T21:27:17.966Z Compiling url v2.5.8
14242026-05-22T21:27:18.071Z Compiling rustls-pki-types v1.14.0
14252026-05-22T21:27:18.085Z Compiling tracing-attributes v0.1.31
14262026-05-22T21:27:18.114Z Compiling thiserror-impl v2.0.18
14272026-05-22T21:27:18.267Z Compiling rand_chacha v0.9.0
14282026-05-22T21:27:18.301Z Compiling scrypt v0.11.0
14292026-05-22T21:27:18.511Z Compiling http-body v1.0.1
14302026-05-22T21:27:18.551Z Compiling cbc v0.1.2
14312026-05-22T21:27:18.661Z Compiling aes v0.8.4
14322026-05-22T21:27:18.758Z Compiling openssl-probe v0.2.1
14332026-05-22T21:27:18.772Z Compiling untrusted v0.7.1
14342026-05-22T21:27:18.901Z Compiling httparse v1.10.1
14352026-05-22T21:27:18.930Z Compiling untrusted v0.9.0
14362026-05-22T21:27:18.957Z Compiling tinyvec_macros v0.1.1
14372026-05-22T21:27:19.049Z Compiling pkcs5 v0.7.1
14382026-05-22T21:27:19.278Z Compiling tinyvec v1.10.0
14392026-05-22T21:27:19.372Z Compiling tracing v0.1.44
14402026-05-22T21:27:19.427Z Compiling thiserror v2.0.18
14412026-05-22T21:27:19.521Z Compiling pest_generator v2.8.6
14422026-05-22T21:27:19.535Z Compiling rand v0.9.2
14432026-05-22T21:27:19.610Z Compiling serde_derive_internals v0.29.1
14442026-05-22T21:27:19.625Z Compiling aho-corasick v1.1.4
14452026-05-22T21:27:19.707Z Compiling try-lock v0.2.5
14462026-05-22T21:27:19.813Z Compiling atomic-waker v1.1.2
14472026-05-22T21:27:19.937Z Compiling schemars v0.8.22
14482026-05-22T21:27:20.130Z Compiling dyn-clone v1.0.20
14492026-05-22T21:27:20.204Z Compiling tower-layer v0.3.3
14502026-05-22T21:27:20.265Z Compiling rustls v0.23.37
14512026-05-22T21:27:20.317Z Compiling tower-service v0.3.3
14522026-05-22T21:27:20.359Z Compiling tokio-util v0.7.18
14532026-05-22T21:27:20.410Z Compiling regex-automata v0.4.14
14542026-05-22T21:27:20.427Z Compiling pest_derive v2.8.6
14552026-05-22T21:27:20.474Z Compiling schemars_derive v0.8.22
14562026-05-22T21:27:20.778Z Compiling want v0.3.1
14572026-05-22T21:27:20.835Z Compiling pkcs8 v0.10.2
14582026-05-22T21:27:21.131Z Compiling h2 v0.4.13
14592026-05-22T21:27:21.222Z Compiling ipnet v2.11.0
14602026-05-22T21:27:21.251Z Compiling scroll_derive v0.13.1
14612026-05-22T21:27:21.355Z Compiling darling_core v0.20.11
14622026-05-22T21:27:21.685Z Compiling foreign-types-shared v0.1.1
14632026-05-22T21:27:21.703Z Compiling openssl v0.10.79
14642026-05-22T21:27:21.770Z Compiling pin-utils v0.1.0
14652026-05-22T21:27:21.842Z Compiling httpdate v1.0.3
14662026-05-22T21:27:21.946Z Compiling foreign-types v0.3.2
14672026-05-22T21:27:22.017Z Compiling tempfile v3.25.0
14682026-05-22T21:27:22.030Z Compiling scroll v0.13.0
14692026-05-22T21:27:22.273Z Compiling unicode-normalization v0.1.25
14702026-05-22T21:27:22.378Z Compiling openssl-macros v0.1.1
14712026-05-22T21:27:22.693Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14722026-05-22T21:27:22.728Z Compiling spin v0.9.8
14732026-05-22T21:27:22.785Z Compiling powerfmt v0.2.0
14742026-05-22T21:27:22.977Z Compiling crc32fast v1.5.0
14752026-05-22T21:27:22.991Z Compiling time-core v0.1.8
14762026-05-22T21:27:23.114Z Compiling native-tls v0.2.18
14772026-05-22T21:27:23.136Z Compiling num-conv v0.2.0
14782026-05-22T21:27:23.266Z Compiling time-macros v0.2.27
14792026-05-22T21:27:23.327Z Compiling deranged v0.5.8
14802026-05-22T21:27:23.619Z Compiling darling_macro v0.20.11
14812026-05-22T21:27:24.076Z Compiling hyper v1.8.1
14822026-05-22T21:27:24.276Z Compiling darling v0.20.11
14832026-05-22T21:27:24.311Z Compiling goblin v0.10.5
14842026-05-22T21:27:24.356Z Compiling rustls-native-certs v0.8.3
14852026-05-22T21:27:24.458Z Compiling sync_wrapper v1.0.2
14862026-05-22T21:27:24.563Z Compiling wait-timeout v0.2.1
14872026-05-22T21:27:24.639Z Compiling num_threads v0.1.7
14882026-05-22T21:27:24.736Z Compiling simd-adler32 v0.3.8
14892026-05-22T21:27:24.821Z Compiling crossbeam-utils v0.8.21
14902026-05-22T21:27:24.979Z Compiling bit-vec v0.8.0
14912026-05-22T21:27:25.020Z Compiling syn v1.0.109
14922026-05-22T21:27:25.099Z Compiling hyper-util v0.1.20
14932026-05-22T21:27:25.197Z Compiling quick-error v1.2.3
14942026-05-22T21:27:25.303Z Compiling usdt-impl v0.6.0
14952026-05-22T21:27:25.317Z Compiling siphasher v1.0.2
14962026-05-22T21:27:25.531Z Compiling rusty-fork v0.3.1
14972026-05-22T21:27:25.601Z Compiling bit-set v0.8.0
14982026-05-22T21:27:25.778Z Compiling time v0.3.47
14992026-05-22T21:27:25.833Z Compiling tower v0.5.3
15002026-05-22T21:27:25.863Z Compiling derive_builder_core v0.20.2
15012026-05-22T21:27:26.312Z Compiling dtrace-parser v0.3.0
15022026-05-22T21:27:26.476Z Compiling http-body-util v0.1.3
15032026-05-22T21:27:26.706Z Compiling webpki-roots v1.0.6
15042026-05-22T21:27:26.720Z Compiling signature v2.2.0
15052026-05-22T21:27:26.788Z Compiling thiserror-impl v1.0.69
15062026-05-22T21:27:26.823Z Compiling scroll_derive v0.12.1
15072026-05-22T21:27:26.896Z Compiling heapless v0.7.17
15082026-05-22T21:27:27.057Z Compiling dof v0.4.0
15092026-05-22T21:27:27.132Z Compiling rand_xorshift v0.4.0
15102026-05-22T21:27:27.294Z Compiling slog v2.8.2
15112026-05-22T21:27:27.325Z Compiling darling_core v0.21.3
15122026-05-22T21:27:27.466Z Compiling bzip2-sys v0.1.13+1.0.8
15132026-05-22T21:27:27.480Z Compiling thread-id v5.1.0
15142026-05-22T21:27:27.559Z Compiling cookie v0.18.1
15152026-05-22T21:27:27.781Z Compiling allocator-api2 v0.2.21
15162026-05-22T21:27:27.794Z Compiling paste v1.0.15
15172026-05-22T21:27:28.053Z Compiling adler2 v2.0.1
15182026-05-22T21:27:28.068Z Compiling iri-string v0.7.10
15192026-05-22T21:27:28.100Z Compiling anyhow v1.0.102
15202026-05-22T21:27:28.184Z Compiling ryu v1.0.23
15212026-05-22T21:27:28.227Z Compiling zstd-safe v7.2.4
15222026-05-22T21:27:28.360Z Compiling unicode-bidi v0.3.18
15232026-05-22T21:27:28.400Z Compiling unicode-properties v0.1.4
15242026-05-22T21:27:28.416Z Compiling unarray v0.1.4
15252026-05-22T21:27:28.457Z Compiling signal-hook v0.3.18
15262026-05-22T21:27:28.519Z Compiling proptest v1.10.0
15272026-05-22T21:27:28.641Z Compiling serde_urlencoded v0.7.1
15282026-05-22T21:27:28.816Z Compiling stringprep v0.1.5
15292026-05-22T21:27:28.877Z Compiling miniz_oxide v0.8.9
15302026-05-22T21:27:28.892Z Compiling thiserror v1.0.69
15312026-05-22T21:27:29.246Z Compiling tower-http v0.6.8
15322026-05-22T21:27:29.563Z Compiling scroll v0.12.0
15332026-05-22T21:27:29.676Z Compiling derive_builder_macro v0.20.2
15342026-05-22T21:27:29.816Z Compiling tokio-native-tls v0.3.1
15352026-05-22T21:27:29.846Z Compiling darling_macro v0.21.3
15362026-05-22T21:27:29.976Z Compiling ipnetwork v0.21.1
15372026-05-22T21:27:30.070Z Compiling bstr v1.12.1
15382026-05-22T21:27:30.113Z Compiling rand_chacha v0.3.1
15392026-05-22T21:27:30.268Z Compiling serde_spanned v0.6.9
15402026-05-22T21:27:30.303Z Compiling toml_datetime v0.6.11
15412026-05-22T21:27:30.368Z Compiling erased-serde v0.3.31
15422026-05-22T21:27:30.408Z Compiling serde_tokenstream v0.2.3
15432026-05-22T21:27:30.555Z Compiling md-5 v0.10.6
15442026-05-22T21:27:30.699Z Compiling async-trait v0.1.89
15452026-05-22T21:27:30.716Z Compiling zerocopy-derive v0.7.35
15462026-05-22T21:27:30.720Z Compiling pin-project-internal v1.1.11
15472026-05-22T21:27:30.838Z Compiling curve25519-dalek v4.1.3
15482026-05-22T21:27:30.906Z Compiling vergen-lib v0.1.6
15492026-05-22T21:27:31.085Z Compiling num-integer v0.1.46
15502026-05-22T21:27:31.163Z Compiling hash32 v0.2.1
15512026-05-22T21:27:31.357Z Compiling ff v0.13.1
15522026-05-22T21:27:31.403Z Compiling memoffset v0.9.1
15532026-05-22T21:27:31.494Z Compiling num-bigint-dig v0.8.6
15542026-05-22T21:27:31.571Z Compiling psl-types v2.0.11
15552026-05-22T21:27:31.591Z Compiling fallible-iterator v0.2.0
15562026-05-22T21:27:31.681Z Compiling litrs v1.0.0
15572026-05-22T21:27:31.695Z Compiling base16ct v0.2.0
15582026-05-22T21:27:31.708Z Compiling ref-cast v1.0.25
15592026-05-22T21:27:31.791Z Compiling rustix v0.38.44
15602026-05-22T21:27:31.869Z Compiling cfg_aliases v0.2.1
15612026-05-22T21:27:31.901Z Compiling smoltcp v0.9.1
15622026-05-22T21:27:31.941Z Compiling zlib-rs v0.6.2
15632026-05-22T21:27:32.050Z Compiling nix v0.31.2
15642026-05-22T21:27:32.180Z Compiling document-features v0.2.12
15652026-05-22T21:27:32.219Z Compiling postgres-protocol v0.6.10
15662026-05-22T21:27:32.250Z Compiling sec1 v0.7.3
15672026-05-22T21:27:32.407Z Compiling pin-project v1.1.11
15682026-05-22T21:27:32.524Z Compiling publicsuffix v2.3.0
15692026-05-22T21:27:32.641Z Compiling zerocopy v0.7.35
15702026-05-22T21:27:32.692Z Compiling group v0.13.0
15712026-05-22T21:27:32.792Z Compiling num-iter v0.1.45
15722026-05-22T21:27:32.943Z Compiling newtype-uuid v1.3.2
15732026-05-22T21:27:33.229Z Compiling rand v0.8.6
15742026-05-22T21:27:33.243Z Compiling darling v0.21.3
15752026-05-22T21:27:33.273Z Compiling oxnet v0.1.4
15762026-05-22T21:27:33.318Z Compiling derive_builder v0.20.2
15772026-05-22T21:27:33.371Z Compiling hyper-tls v0.6.0
15782026-05-22T21:27:33.649Z Compiling goblin v0.8.2
15792026-05-22T21:27:33.728Z Compiling hubpack_derive v0.1.1
15802026-05-22T21:27:35.876Z Compiling phf_shared v0.13.1
15812026-05-22T21:27:35.898Z Compiling lazy_static v1.5.0
15822026-05-22T21:27:35.898Z Compiling regex v1.12.3
15832026-05-22T21:27:35.899Z Compiling futures-executor v0.3.32
15842026-05-22T21:27:35.899Z Compiling hex v0.4.3
15852026-05-22T21:27:35.899Z Compiling cargo-platform v0.1.9
15862026-05-22T21:27:35.899Z Compiling hkdf v0.12.4
15872026-05-22T21:27:35.899Z Compiling crypto-bigint v0.5.5
15882026-05-22T21:27:35.899Z Compiling daft-derive v0.1.7
15892026-05-22T21:27:35.899Z Compiling ref-cast-impl v1.0.25
15902026-05-22T21:27:35.899Z Compiling flate2 v1.1.9
15912026-05-22T21:27:35.899Z Compiling curve25519-dalek-derive v0.1.1
15922026-05-22T21:27:35.899Z Compiling snafu-derive v0.8.9
15932026-05-22T21:27:35.899Z Compiling strum_macros v0.27.2
15942026-05-22T21:27:35.899Z Compiling terminal_size v0.4.3
15952026-05-22T21:27:35.899Z Compiling vergen v9.0.6
15962026-05-22T21:27:35.899Z Compiling fs-err v3.3.0
15972026-05-22T21:27:35.899Z Compiling ahash v0.8.12
15982026-05-22T21:27:35.910Z Compiling encoding_rs v0.8.35
15992026-05-22T21:27:37.475Z Compiling managed v0.8.0
16002026-05-22T21:27:37.481Z Compiling bumpalo v3.20.2
16012026-05-22T21:27:37.481Z Compiling foldhash v0.1.5
16022026-05-22T21:27:37.481Z Compiling libbz2-rs-sys v0.2.2
16032026-05-22T21:27:37.481Z Compiling foldhash v0.2.0
16042026-05-22T21:27:37.481Z Compiling unicode-segmentation v1.12.0
16052026-05-22T21:27:37.481Z Compiling object v0.37.3
16062026-05-22T21:27:37.481Z Compiling mime v0.3.17
16072026-05-22T21:27:37.481Z Compiling bitflags v1.3.2
16082026-05-22T21:27:37.481Z Compiling winnow v0.5.40
16092026-05-22T21:27:37.481Z Compiling same-file v1.0.6
16102026-05-22T21:27:37.482Z Compiling clap_builder v4.5.60
16112026-05-22T21:27:37.482Z Compiling strum v0.27.2
16122026-05-22T21:27:37.482Z Compiling walkdir v2.5.0
16132026-05-22T21:27:37.482Z Compiling snafu v0.8.9
16142026-05-22T21:27:37.534Z Compiling bzip2 v0.6.1
16152026-05-22T21:27:38.011Z Compiling hashbrown v0.16.1
16162026-05-22T21:27:38.022Z Compiling hashbrown v0.15.5
16172026-05-22T21:27:38.022Z Compiling zopfli v0.8.3
16182026-05-22T21:27:38.401Z Compiling dof v0.3.0
16192026-05-22T21:27:38.409Z Compiling elliptic-curve v0.13.8
16202026-05-22T21:27:38.473Z Compiling daft v0.1.7
16212026-05-22T21:27:39.215Z Compiling toml_edit v0.19.15
16222026-05-22T21:27:39.215Z Compiling cargo_metadata v0.19.2
16232026-05-22T21:27:39.215Z Compiling futures v0.3.32
16242026-05-22T21:27:39.215Z Compiling phf v0.13.1
16252026-05-22T21:27:39.215Z Compiling signal-hook-mio v0.2.5
16262026-05-22T21:27:39.522Z Compiling hubpack v0.1.2
16272026-05-22T21:27:39.526Z Compiling cookie_store v0.22.1
16282026-05-22T21:27:39.648Z Compiling bzip2 v0.4.4
16292026-05-22T21:27:40.675Z Compiling zstd v0.13.3
16302026-05-22T21:27:40.687Z Compiling serde_with_macros v3.17.0
16312026-05-22T21:27:40.687Z Compiling postgres-types v0.2.12
16322026-05-22T21:27:40.687Z Compiling usdt-attr-macro v0.6.0
16332026-05-22T21:27:40.687Z Compiling usdt-macro v0.6.0
16342026-05-22T21:27:41.429Z Compiling globset v0.4.18
16352026-05-22T21:27:41.436Z Compiling dtrace-parser v0.2.0
16362026-05-22T21:27:41.436Z Compiling ed25519 v2.2.3
16372026-05-22T21:27:41.436Z Compiling phf_shared v0.11.3
16382026-05-22T21:27:41.436Z Compiling olpc-cjson v0.1.4
16392026-05-22T21:27:41.436Z Compiling pkcs1 v0.7.5
16402026-05-22T21:27:41.436Z Compiling serde-big-array v0.5.1
16412026-05-22T21:27:41.436Z Compiling serde_plain v1.0.2
16422026-05-22T21:27:41.601Z Compiling rfc6979 v0.4.0
16432026-05-22T21:27:41.619Z Compiling pem v3.0.6
16442026-05-22T21:27:41.768Z Compiling strum_macros v0.26.4
16452026-05-22T21:27:41.777Z Compiling async-recursion v1.1.1
16462026-05-22T21:27:41.777Z Compiling clap_derive v4.5.55
16472026-05-22T21:27:42.274Z Compiling enum-as-inner v0.6.1
16482026-05-22T21:27:42.284Z Compiling serde_repr v0.1.20
16492026-05-22T21:27:42.284Z Compiling float-cmp v0.10.0
16502026-05-22T21:27:42.284Z Compiling thread-id v4.2.2
16512026-05-22T21:27:42.354Z Compiling memmap2 v0.9.10
16522026-05-22T21:27:42.476Z Compiling env_filter v1.0.0
16532026-05-22T21:27:42.480Z Compiling typed-path v0.9.3
16542026-05-22T21:27:42.480Z Compiling fixedbitset v0.5.7
16552026-05-22T21:27:42.558Z Compiling predicates-core v1.0.10
16562026-05-22T21:27:42.714Z Compiling either v1.15.0
16572026-05-22T21:27:42.754Z Compiling jiff v0.2.21
16582026-05-22T21:27:42.798Z Compiling data-encoding v2.10.0
16592026-05-22T21:27:42.924Z Compiling keccak v0.1.6
16602026-05-22T21:27:43.447Z Compiling precomputed-hash v0.1.1
16612026-05-22T21:27:43.482Z Compiling whoami v2.1.0
16622026-05-22T21:27:43.532Z Compiling static_assertions v1.1.0
16632026-05-22T21:27:43.547Z Compiling normalize-line-endings v0.3.0
16642026-05-22T21:27:43.609Z Compiling new_debug_unreachable v1.0.6
16652026-05-22T21:27:43.623Z Compiling fixedbitset v0.4.2
16662026-05-22T21:27:43.638Z Compiling difflib v0.4.0
16672026-05-22T21:27:43.681Z Compiling tokio-postgres v0.7.16
16682026-05-22T21:27:43.735Z Compiling string_cache v0.8.9
16692026-05-22T21:27:43.839Z Compiling petgraph v0.6.5
16702026-05-22T21:27:43.854Z Compiling toml_edit v0.22.27
16712026-05-22T21:27:43.967Z Compiling predicates v3.1.4
16722026-05-22T21:27:44.208Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-22T21:27:44.608Z Compiling clap v4.5.60
16742026-05-22T21:27:44.692Z Compiling strum v0.26.3
16752026-05-22T21:27:44.771Z Compiling hickory-proto v0.25.2
16762026-05-22T21:27:44.820Z Compiling sha3 v0.10.8
16772026-05-22T21:27:45.276Z Compiling itertools v0.13.0
16782026-05-22T21:27:45.292Z Compiling petgraph v0.8.3
16792026-05-22T21:27:45.852Z Compiling zip v4.6.1
16802026-05-22T21:27:46.490Z Compiling env_logger v0.11.9
16812026-05-22T21:27:46.523Z Compiling usdt v0.6.0
16822026-05-22T21:27:46.787Z Compiling usdt-impl v0.5.0
16832026-05-22T21:27:46.794Z Compiling ecdsa v0.16.9
16842026-05-22T21:27:46.831Z Compiling rsa v0.9.10
16852026-05-22T21:27:46.914Z Compiling ed25519-dalek v2.2.0
16862026-05-22T21:27:46.987Z Compiling serde_with v3.17.0
16872026-05-22T21:27:47.179Z Compiling crossterm v0.28.1
16882026-05-22T21:27:47.349Z Compiling toml v0.7.8
16892026-05-22T21:27:47.565Z Compiling zip v0.6.6
16902026-05-22T21:27:48.144Z Compiling iddqd v0.4.1
16912026-05-22T21:27:48.700Z Compiling heck v0.4.1
16922026-05-22T21:27:48.732Z Compiling similar v2.7.0
16932026-05-22T21:27:48.764Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-05-22T21:27:48.925Z Compiling crossbeam-epoch v0.9.18
16952026-05-22T21:27:49.249Z Compiling tokio-stream v0.1.18
16962026-05-22T21:27:49.363Z Compiling buf-list v1.1.2
16972026-05-22T21:27:49.383Z Compiling x509-cert v0.2.5
16982026-05-22T21:27:49.428Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16992026-05-22T21:27:49.589Z Compiling openapiv3 v2.2.0
17002026-05-22T21:27:49.639Z Compiling sha1 v0.10.6
17012026-05-22T21:27:49.705Z Compiling toml_datetime v0.7.5+spec-1.1.0
17022026-05-22T21:27:49.726Z Compiling lalrpop-util v0.19.12
17032026-05-22T21:27:49.856Z Compiling peg-runtime v0.8.5
17042026-05-22T21:27:49.920Z Compiling thread_local v1.1.9
17052026-05-22T21:27:49.991Z Compiling slog-async v2.8.0
17062026-05-22T21:27:50.133Z Compiling crossbeam-channel v0.5.15
17072026-05-22T21:27:50.149Z Compiling filetime v0.2.27
17082026-05-22T21:27:50.171Z Compiling is-terminal v0.4.17
17092026-05-22T21:27:50.267Z Compiling take_mut v0.2.2
17102026-05-22T21:27:50.299Z Compiling xattr v1.6.1
17112026-05-22T21:27:50.317Z Compiling term v1.2.1
17122026-05-22T21:27:50.566Z Compiling tar v0.4.45
17132026-05-22T21:27:50.885Z Compiling slog-term v2.9.2
17142026-05-22T21:28:00.669Z Compiling rustls-webpki v0.103.9
17152026-05-22T21:28:03.440Z Compiling tokio-rustls v0.26.4
17162026-05-22T21:28:03.440Z Compiling rustls-platform-verifier v0.6.2
17172026-05-22T21:28:03.624Z Compiling hyper-rustls v0.27.7
17182026-05-22T21:28:03.828Z Compiling reqwest v0.12.28
17192026-05-22T21:28:03.829Z Compiling reqwest v0.13.2
17202026-05-22T21:28:05.085Z Compiling tough v0.22.0
17212026-05-22T21:28:07.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-05-22T21:28:07.806Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-05-22T21:28:10.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
17242026-05-22T21:28:10.744Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-05-22T21:28:10.797ZMay 22 21:28:09.263 INFO Starting download, target: Console
17262026-05-22T21:28:10.797ZMay 22 21:28:09.263 INFO Starting download, target: DendriteStub
17272026-05-22T21:28:10.800ZMay 22 21:28:09.263 INFO Starting download, target: Clickhouse
17282026-05-22T21:28:10.800ZMay 22 21:28:09.263 INFO Starting download, target: Cockroach
17292026-05-22T21:28:10.800ZMay 22 21:28:09.263 INFO Starting download, target: MaghemiteMgd
17302026-05-22T21:28:10.800ZMay 22 21:28:09.263 INFO Starting download, target: TransceiverControl
17312026-05-22T21:28:10.801ZMay 22 21:28:09.263 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-05-22T21:28:10.801ZMay 22 21:28:09.263 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-22T21:28:10.801ZMay 22 21:28:09.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-05-22T21:28:10.801ZMay 22 21:28:09.263 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-22T21:28:10.801ZMay 22 21:28:09.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-05-22T21:28:10.801ZMay 22 21:28:09.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-22T21:28:11.604ZMay 22 21:28:10.029 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-05-22T21:28:11.727ZMay 22 21:28:10.193 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-05-22T21:28:11.764ZMay 22 21:28:10.230 INFO Download complete, target: TransceiverControl
17402026-05-22T21:28:12.073ZMay 22 21:28:10.418 INFO Download complete, target: Console
17412026-05-22T21:28:13.236ZMay 22 21:28:11.645 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-05-22T21:28:15.150ZMay 22 21:28:13.603 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-22T21:28:15.273ZMay 22 21:28:13.663 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-22T21:28:16.495ZMay 22 21:28:14.957 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-05-22T21:28:16.496ZMay 22 21:28:14.957 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-05-22T21:28:17.472ZMay 22 21:28:15.937 INFO Download complete, target: DendriteStub
17472026-05-22T21:28:17.553ZMay 22 21:28:16.018 INFO Download complete, target: MaghemiteMgd
17482026-05-22T21:28:19.857ZMay 22 21:28:18.299 INFO Checking that binary works, target: Clickhouse
17492026-05-22T21:28:19.957ZMay 22 21:28:18.396 INFO Download complete, target: Clickhouse
17502026-05-22T21:28:21.079ZMay 22 21:28:19.534 INFO Checking that binary works, target: Cockroach
17512026-05-22T21:28:21.194ZMay 22 21:28:19.648 INFO Download complete, target: Cockroach
17522026-05-22T21:28:21.216ZAll builder prerequisites installed successfully, and PATH looks valid
17532026-05-22T21:28:21.216Z
17542026-05-22T21:28:21.216Zreal 2:15.510807588
17552026-05-22T21:28:21.216Zuser 6:51.700923063
17562026-05-22T21:28:21.216Zsys 1:20.788644787
17572026-05-22T21:28:21.216Ztrap 0.218310569
17582026-05-22T21:28:21.216Ztflt 0.724582135
17592026-05-22T21:28:21.216Zdflt 0.581087918
17602026-05-22T21:28:21.216Zkflt 0.030763875
17612026-05-22T21:28:21.216Zlock 21:29.972147489
17622026-05-22T21:28:21.216Zslp 21:08.517196268
17632026-05-22T21:28:21.216Zlat 43.054321713
17642026-05-22T21:28:21.216Zstop 1:50.259467528
17652026-05-22T21:28:21.216Z+ banner hack-check
17662026-05-22T21:28:21.216Z
17672026-05-22T21:28:21.217Z # # ## #### # # #### # # ###### #### # #
17682026-05-22T21:28:21.217Z # # # # # # # # # # # # # # # # #
17692026-05-22T21:28:21.217Z ###### # # # #### ##### # ###### ##### # ####
17702026-05-22T21:28:21.217Z # # ###### # # # # # # # # # #
17712026-05-22T21:28:21.217Z # # # # # # # # # # # # # # # # #
17722026-05-22T21:28:21.217Z # # # # #### # # #### # # ###### #### # #
17732026-05-22T21:28:21.217Z
17742026-05-22T21:28:21.217Z+ export CARGO_INCREMENTAL=0
17752026-05-22T21:28:21.218Z+ CARGO_INCREMENTAL=0
17762026-05-22T21:28:21.218Z+ ptime -m timeout 2h cargo xtask check-features --ci
17772026-05-22T21:28:21.741Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17782026-05-22T21:28:21.940Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17792026-05-22T21:28:23.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
17802026-05-22T21:28:23.879Z Running `target/debug/xtask check-features --ci`
17812026-05-22T21:28:23.906Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17822026-05-22T21:28:23.909Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
17832026-05-22T21:28:24.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17842026-05-22T21:28:24.410Z Running `target/debug/xtask download cargo-hack`
17852026-05-22T21:28:25.195Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17862026-05-22T21:28:25.508Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17872026-05-22T21:28:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
17882026-05-22T21:28:28.122Z Running `target/debug/xtask-downloader cargo-hack`
17892026-05-22T21:28:28.163ZMay 22 21:28:26.628 INFO Starting download, target: CargoHack
17902026-05-22T21:28:28.167ZMay 22 21:28:26.629 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
17912026-05-22T21:28:28.714ZMay 22 21:28:27.181 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
17922026-05-22T21:28:28.764ZMay 22 21:28:27.229 INFO Download complete, target: CargoHack
17932026-05-22T21:28:28.768Zrunning: "/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-05-22T21:28:28.780Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
17952026-05-22T21:28:28.935Zinfo: running `cargo check --bins` on api_identity (1/276)
17962026-05-22T21:28:29.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17972026-05-22T21:28:29.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17982026-05-22T21:28:29.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17992026-05-22T21:28:29.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18002026-05-22T21:28:29.501Z
18012026-05-22T21:28:29.501Zinfo: running `cargo check --bins` on bootstore (2/276)
18022026-05-22T21:28:29.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18032026-05-22T21:28:29.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18042026-05-22T21:28:29.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18052026-05-22T21:28:29.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18062026-05-22T21:28:30.076Z
18072026-05-22T21:28:30.076Zinfo: running `cargo check --bins` on omicron-ledger (3/276)
18082026-05-22T21:28:30.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18092026-05-22T21:28:30.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18102026-05-22T21:28:30.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18112026-05-22T21:28:30.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18122026-05-22T21:28:30.655Z
18132026-05-22T21:28:30.655Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/276)
18142026-05-22T21:28:31.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18152026-05-22T21:28:31.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18162026-05-22T21:28:31.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18172026-05-22T21:28:31.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18182026-05-22T21:28:31.232Z
18192026-05-22T21:28:31.232Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/276)
18202026-05-22T21:28:31.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18212026-05-22T21:28:31.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18222026-05-22T21:28:31.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18232026-05-22T21:28:31.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18242026-05-22T21:28:31.812Z
18252026-05-22T21:28:31.813Zinfo: running `cargo check --bins` on omicron-certificates (6/276)
18262026-05-22T21:28:32.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-22T21:28:32.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-22T21:28:32.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-22T21:28:32.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18302026-05-22T21:28:32.397Z
18312026-05-22T21:28:32.397Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/276)
18322026-05-22T21:28:32.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-22T21:28:32.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-22T21:28:32.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-22T21:28:32.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18362026-05-22T21:28:32.983Z
18372026-05-22T21:28:32.983Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/276)
18382026-05-22T21:28:33.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-22T21:28:33.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-22T21:28:33.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-22T21:28:33.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-22T21:28:33.572Z
18432026-05-22T21:28:33.572Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/276)
18442026-05-22T21:28:33.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-22T21:28:33.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-22T21:28:33.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-22T21:28:33.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18482026-05-22T21:28:34.034Z
18492026-05-22T21:28:34.034Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/276)
18502026-05-22T21:28:34.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-22T21:28:34.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-22T21:28:34.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-22T21:28:34.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18542026-05-22T21:28:34.503Z
18552026-05-22T21:28:34.503Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/276)
18562026-05-22T21:28:34.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-22T21:28:34.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-22T21:28:34.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-22T21:28:34.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18602026-05-22T21:28:34.961Z
18612026-05-22T21:28:34.961Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/276)
18622026-05-22T21:28:35.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-22T21:28:35.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-22T21:28:35.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-22T21:28:35.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18662026-05-22T21:28:35.421Z
18672026-05-22T21:28:35.421Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/276)
18682026-05-22T21:28:35.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-22T21:28:35.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-22T21:28:35.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-22T21:28:35.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18722026-05-22T21:28:35.883Z
18732026-05-22T21:28:35.883Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/276)
18742026-05-22T21:28:36.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-22T21:28:36.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-22T21:28:36.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-22T21:28:36.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18782026-05-22T21:28:36.343Z
18792026-05-22T21:28:36.343Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/276)
18802026-05-22T21:28:36.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-22T21:28:36.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-22T21:28:36.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-22T21:28:36.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18842026-05-22T21:28:36.808Z
18852026-05-22T21:28:36.808Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/276)
18862026-05-22T21:28:37.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-22T21:28:37.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-22T21:28:37.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-22T21:28:37.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18902026-05-22T21:28:37.269Z
18912026-05-22T21:28:37.269Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/276)
18922026-05-22T21:28:37.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-22T21:28:37.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-22T21:28:37.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-22T21:28:37.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18962026-05-22T21:28:37.730Z
18972026-05-22T21:28:37.730Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/276)
18982026-05-22T21:28:38.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-22T21:28:38.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-22T21:28:38.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-22T21:28:38.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19022026-05-22T21:28:38.196Z
19032026-05-22T21:28:38.196Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/276)
19042026-05-22T21:28:38.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-22T21:28:38.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-22T21:28:38.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-22T21:28:38.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19082026-05-22T21:28:38.664Z
19092026-05-22T21:28:38.664Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/276)
19102026-05-22T21:28:39.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-22T21:28:39.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-22T21:28:39.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-22T21:28:39.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19142026-05-22T21:28:39.131Z
19152026-05-22T21:28:39.131Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/276)
19162026-05-22T21:28:39.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-22T21:28:39.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-22T21:28:39.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-22T21:28:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19202026-05-22T21:28:39.601Z
19212026-05-22T21:28:39.601Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/276)
19222026-05-22T21:28:40.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-22T21:28:40.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-22T21:28:40.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-22T21:28:40.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19262026-05-22T21:28:40.061Z
19272026-05-22T21:28:40.061Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/276)
19282026-05-22T21:28:40.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-22T21:28:40.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-22T21:28:40.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-22T21:28:40.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19322026-05-22T21:28:40.527Z
19332026-05-22T21:28:40.527Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/276)
19342026-05-22T21:28:40.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-22T21:28:40.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-22T21:28:40.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-22T21:28:40.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19382026-05-22T21:28:40.994Z
19392026-05-22T21:28:40.994Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/276)
19402026-05-22T21:28:41.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-22T21:28:41.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-22T21:28:41.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-22T21:28:41.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19442026-05-22T21:28:41.462Z
19452026-05-22T21:28:41.462Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/276)
19462026-05-22T21:28:41.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-22T21:28:41.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-22T21:28:41.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-22T21:28:41.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19502026-05-22T21:28:41.926Z
19512026-05-22T21:28:41.926Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/276)
19522026-05-22T21:28:42.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-22T21:28:42.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-22T21:28:42.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-22T21:28:42.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19562026-05-22T21:28:42.390Z
19572026-05-22T21:28:42.390Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/276)
19582026-05-22T21:28:42.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-22T21:28:42.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-22T21:28:42.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-22T21:28:42.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19622026-05-22T21:28:42.855Z
19632026-05-22T21:28:42.855Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/276)
19642026-05-22T21:28:43.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-22T21:28:43.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-22T21:28:43.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-22T21:28:43.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19682026-05-22T21:28:43.322Z
19692026-05-22T21:28:43.322Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/276)
19702026-05-22T21:28:43.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-22T21:28:43.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-22T21:28:43.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-22T21:28:43.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19742026-05-22T21:28:43.787Z
19752026-05-22T21:28:43.787Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/276)
19762026-05-22T21:28:44.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-22T21:28:44.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-22T21:28:44.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-22T21:28:44.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19802026-05-22T21:28:44.253Z
19812026-05-22T21:28:44.253Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/276)
19822026-05-22T21:28:44.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-22T21:28:44.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-22T21:28:44.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-22T21:28:44.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19862026-05-22T21:28:44.721Z
19872026-05-22T21:28:44.721Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/276)
19882026-05-22T21:28:45.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-22T21:28:45.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-22T21:28:45.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-22T21:28:45.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19922026-05-22T21:28:45.189Z
19932026-05-22T21:28:45.189Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/276)
19942026-05-22T21:28:45.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-22T21:28:45.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-22T21:28:45.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-22T21:28:45.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19982026-05-22T21:28:45.651Z
19992026-05-22T21:28:45.651Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/276)
20002026-05-22T21:28:46.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-22T21:28:46.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-22T21:28:46.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-22T21:28:46.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20042026-05-22T21:28:46.110Z
20052026-05-22T21:28:46.110Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/276)
20062026-05-22T21:28:46.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-22T21:28:46.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-22T21:28:46.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-22T21:28:46.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20102026-05-22T21:28:46.570Z
20112026-05-22T21:28:46.570Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/276)
20122026-05-22T21:28:46.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-22T21:28:46.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-22T21:28:46.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-22T21:28:46.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20162026-05-22T21:28:47.032Z
20172026-05-22T21:28:47.032Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/276)
20182026-05-22T21:28:47.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-22T21:28:47.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-22T21:28:47.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-22T21:28:47.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20222026-05-22T21:28:47.493Z
20232026-05-22T21:28:47.493Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/276)
20242026-05-22T21:28:47.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-22T21:28:47.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-22T21:28:47.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-22T21:28:47.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20282026-05-22T21:28:47.957Z
20292026-05-22T21:28:47.957Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/276)
20302026-05-22T21:28:48.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-22T21:28:48.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-22T21:28:48.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-22T21:28:48.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20342026-05-22T21:28:48.424Z
20352026-05-22T21:28:48.424Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/276)
20362026-05-22T21:28:48.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-22T21:28:48.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-22T21:28:48.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-22T21:28:48.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20402026-05-22T21:28:48.891Z
20412026-05-22T21:28:48.891Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/276)
20422026-05-22T21:28:49.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-22T21:28:49.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-22T21:28:49.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-22T21:28:49.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20462026-05-22T21:28:49.355Z
20472026-05-22T21:28:49.355Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/276)
20482026-05-22T21:28:49.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-22T21:28:49.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-22T21:28:49.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-22T21:28:49.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20522026-05-22T21:28:49.816Z
20532026-05-22T21:28:49.816Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/276)
20542026-05-22T21:28:50.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-22T21:28:50.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-22T21:28:50.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-22T21:28:50.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20582026-05-22T21:28:50.281Z
20592026-05-22T21:28:50.281Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/276)
20602026-05-22T21:28:50.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-22T21:28:50.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-22T21:28:50.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-22T21:28:50.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20642026-05-22T21:28:50.750Z
20652026-05-22T21:28:50.750Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/276)
20662026-05-22T21:28:51.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-22T21:28:51.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-22T21:28:51.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-22T21:28:51.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20702026-05-22T21:28:51.219Z
20712026-05-22T21:28:51.219Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/276)
20722026-05-22T21:28:51.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-22T21:28:51.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-22T21:28:51.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-22T21:28:51.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20762026-05-22T21:28:51.687Z
20772026-05-22T21:28:51.687Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/276)
20782026-05-22T21:28:52.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-22T21:28:52.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-22T21:28:52.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-22T21:28:52.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20822026-05-22T21:28:52.149Z
20832026-05-22T21:28:52.149Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/276)
20842026-05-22T21:28:52.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-22T21:28:52.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-22T21:28:52.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-22T21:28:52.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
20882026-05-22T21:28:52.773Z
20892026-05-22T21:28:52.773Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/276)
20902026-05-22T21:28:53.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-22T21:28:53.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-22T21:28:53.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-22T21:28:53.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20942026-05-22T21:28:53.404Z
20952026-05-22T21:28:53.404Zinfo: running `cargo check --bins` on nexus-config (51/276)
20962026-05-22T21:28:53.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-22T21:28:53.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-22T21:28:53.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-22T21:28:53.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21002026-05-22T21:28:54.028Z
21012026-05-22T21:28:54.028Zinfo: running `cargo check --bins` on nexus-types (52/276)
21022026-05-22T21:28:54.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-22T21:28:54.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-22T21:28:54.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-22T21:28:54.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21062026-05-22T21:28:54.654Z
21072026-05-22T21:28:54.654Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/276)
21082026-05-22T21:28:55.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-22T21:28:55.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-22T21:28:55.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-22T21:28:55.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21122026-05-22T21:28:55.255Z
21132026-05-22T21:28:55.255Zinfo: running `cargo check --bins` on omicron-passwords (54/276)
21142026-05-22T21:28:55.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-22T21:28:55.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-22T21:28:55.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-22T21:28:55.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21182026-05-22T21:28:55.835Z
21192026-05-22T21:28:55.835Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/276)
21202026-05-22T21:28:56.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-22T21:28:56.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-22T21:28:56.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-22T21:28:56.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21242026-05-22T21:28:56.434Z
21252026-05-22T21:28:56.434Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/276)
21262026-05-22T21:28:56.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-22T21:28:56.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-22T21:28:56.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-22T21:28:56.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21302026-05-22T21:28:57.033Z
21312026-05-22T21:28:57.033Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/276)
21322026-05-22T21:28:57.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-22T21:28:57.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-22T21:28:57.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-22T21:28:57.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21362026-05-22T21:28:57.633Z
21372026-05-22T21:28:57.633Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/276)
21382026-05-22T21:28:58.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-22T21:28:58.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-22T21:28:58.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-22T21:28:58.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21422026-05-22T21:28:58.230Z
21432026-05-22T21:28:58.230Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/276)
21442026-05-22T21:28:58.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-22T21:28:58.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-22T21:28:58.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-22T21:28:58.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21482026-05-22T21:28:58.814Z
21492026-05-22T21:28:58.814Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/276)
21502026-05-22T21:28:59.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-22T21:28:59.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-22T21:28:59.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-22T21:28:59.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21542026-05-22T21:28:59.391Z
21552026-05-22T21:28:59.391Zinfo: running `cargo check --bins --no-default-features` on gfss (61/276)
21562026-05-22T21:28:59.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-22T21:28:59.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-22T21:28:59.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-22T21:28:59.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21602026-05-22T21:28:59.966Z
21612026-05-22T21:28:59.966Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/276)
21622026-05-22T21:29:00.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-22T21:29:00.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-22T21:29:00.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-22T21:29:00.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21662026-05-22T21:29:00.549Z
21672026-05-22T21:29:00.549Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/276)
21682026-05-22T21:29:01.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-22T21:29:01.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-22T21:29:01.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-22T21:29:01.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-05-22T21:29:01.139Z
21732026-05-22T21:29:01.139Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/276)
21742026-05-22T21:29:01.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-22T21:29:01.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-22T21:29:01.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-22T21:29:01.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-22T21:29:01.739Z
21792026-05-22T21:29:01.740Zinfo: running `cargo check --bins` on cockroach-admin-types (65/276)
21802026-05-22T21:29:02.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-22T21:29:02.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-22T21:29:02.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-22T21:29:02.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21842026-05-22T21:29:02.319Z
21852026-05-22T21:29:02.319Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/276)
21862026-05-22T21:29:02.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-22T21:29:02.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-22T21:29:02.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-22T21:29:02.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21902026-05-22T21:29:02.903Z
21912026-05-22T21:29:02.903Zinfo: running `cargo check --bins` on ereport-types (67/276)
21922026-05-22T21:29:03.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-22T21:29:03.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-22T21:29:03.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-22T21:29:03.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21962026-05-22T21:29:03.487Z
21972026-05-22T21:29:03.487Zinfo: running `cargo check --bins` on gateway-client (68/276)
21982026-05-22T21:29:03.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-22T21:29:03.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-22T21:29:03.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-22T21:29:03.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22022026-05-22T21:29:04.079Z
22032026-05-22T21:29:04.079Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/276)
22042026-05-22T21:29:04.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-22T21:29:04.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-22T21:29:04.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-22T21:29:04.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22082026-05-22T21:29:04.668Z
22092026-05-22T21:29:04.668Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/276)
22102026-05-22T21:29:05.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-22T21:29:05.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-22T21:29:05.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-22T21:29:05.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22142026-05-22T21:29:05.257Z
22152026-05-22T21:29:05.257Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/276)
22162026-05-22T21:29:05.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-22T21:29:05.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-22T21:29:05.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-22T21:29:05.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22202026-05-22T21:29:05.845Z
22212026-05-22T21:29:05.845Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/276)
22222026-05-22T21:29:06.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-22T21:29:06.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-22T21:29:06.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-22T21:29:06.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22262026-05-22T21:29:06.430Z
22272026-05-22T21:29:06.430Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/276)
22282026-05-22T21:29:06.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-22T21:29:06.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-22T21:29:06.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-22T21:29:06.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-22T21:29:07.041Z
22332026-05-22T21:29:07.041Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/276)
22342026-05-22T21:29:07.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-22T21:29:07.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-22T21:29:07.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-22T21:29:07.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-22T21:29:07.646Z
22392026-05-22T21:29:07.646Zinfo: running `cargo check --bins` on key-manager-types (75/276)
22402026-05-22T21:29:08.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-22T21:29:08.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-22T21:29:08.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-22T21:29:08.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22442026-05-22T21:29:08.225Z
22452026-05-22T21:29:08.225Zinfo: running `cargo check --bins` on oxlog (76/276)
22462026-05-22T21:29:08.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-22T21:29:08.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-22T21:29:08.835Z Checking cfg-if v1.0.4
22492026-05-22T21:29:08.838Z Checking libc v0.2.185
22502026-05-22T21:29:08.838Z Checking serde_core v1.0.228
22512026-05-22T21:29:08.953Z Checking zeroize v1.8.2
22522026-05-22T21:29:08.960Z Checking memchr v2.8.0
22532026-05-22T21:29:08.969Z Checking log v0.4.29
22542026-05-22T21:29:08.978Z Checking smallvec v1.15.1
22552026-05-22T21:29:08.990Z Checking typenum v1.19.0
22562026-05-22T21:29:08.990Z Checking subtle v2.6.1
22572026-05-22T21:29:09.092Z Checking itoa v1.0.17
22582026-05-22T21:29:09.126Z Checking scopeguard v1.2.0
22592026-05-22T21:29:09.145Z Checking stable_deref_trait v1.2.1
22602026-05-22T21:29:09.148Z Checking const-oid v0.9.6
22612026-05-22T21:29:09.217Z Checking lock_api v0.4.14
22622026-05-22T21:29:09.230Z Checking zerofrom v0.1.6
22632026-05-22T21:29:09.245Z Checking pin-project-lite v0.2.17
22642026-05-22T21:29:09.320Z Checking portable-atomic v1.13.1
22652026-05-22T21:29:09.341Z Checking getrandom v0.2.17
22662026-05-22T21:29:09.341Z Checking errno v0.3.14
22672026-05-22T21:29:09.361Z Checking yoke v0.8.1
22682026-05-22T21:29:09.416Z Checking parking_lot_core v0.9.12
22692026-05-22T21:29:09.450Z Checking signal-hook-registry v1.4.8
22702026-05-22T21:29:09.489Z Checking rand_core v0.6.4
22712026-05-22T21:29:09.515Z Checking generic-array v0.14.7
22722026-05-22T21:29:09.526Z Checking zerovec v0.11.5
22732026-05-22T21:29:09.597Z Checking critical-section v1.2.0
22742026-05-22T21:29:09.609Z Checking futures-core v0.3.32
22752026-05-22T21:29:09.659Z Checking parking_lot v0.12.5
22762026-05-22T21:29:09.692Z Checking mio v1.2.0
22772026-05-22T21:29:09.711Z Checking once_cell v1.21.3
22782026-05-22T21:29:09.725Z Checking zerocopy v0.8.40
22792026-05-22T21:29:09.821Z Checking zmij v1.0.21
22802026-05-22T21:29:09.843Z Checking socket2 v0.6.3
22812026-05-22T21:29:09.878Z Checking libm v0.2.16
22822026-05-22T21:29:09.941Z Checking crypto-common v0.1.7
22832026-05-22T21:29:09.953Z Checking block-buffer v0.10.4
22842026-05-22T21:29:09.964Z Checking tinystr v0.8.2
22852026-05-22T21:29:10.026Z Checking percent-encoding v2.3.2
22862026-05-22T21:29:10.062Z Checking writeable v0.6.2
22872026-05-22T21:29:10.076Z Checking litemap v0.8.1
22882026-05-22T21:29:10.088Z Checking digest v0.10.7
22892026-05-22T21:29:10.138Z Checking equivalent v1.0.2
22902026-05-22T21:29:10.162Z Checking potential_utf v0.1.4
22912026-05-22T21:29:10.216Z Checking zerotrie v0.2.3
22922026-05-22T21:29:10.227Z Checking futures-sink v0.3.32
22932026-05-22T21:29:10.242Z Checking icu_locale_core v2.1.1
22942026-05-22T21:29:10.278Z Checking futures-task v0.3.32
22952026-05-22T21:29:10.290Z Checking icu_collections v2.1.1
22962026-05-22T21:29:10.319Z Checking futures-channel v0.3.32
22972026-05-22T21:29:10.403Z Checking serde v1.0.228
22982026-05-22T21:29:10.415Z Checking bitflags v2.11.0
22992026-05-22T21:29:10.450Z Checking serde_json v1.0.149
23002026-05-22T21:29:10.507Z Checking slab v0.4.12
23012026-05-22T21:29:10.569Z Checking num-traits v0.2.19
23022026-05-22T21:29:10.577Z Checking futures-io v0.3.32
23032026-05-22T21:29:10.597Z Checking cpufeatures v0.2.17
23042026-05-22T21:29:10.663Z Checking hmac v0.12.1
23052026-05-22T21:29:10.674Z Checking icu_normalizer_data v2.1.1
23062026-05-22T21:29:10.686Z Checking futures-util v0.3.32
23072026-05-22T21:29:10.740Z Checking icu_properties_data v2.1.2
23082026-05-22T21:29:10.786Z Checking rand_core v0.10.0
23092026-05-22T21:29:10.789Z Checking icu_provider v2.1.1
23102026-05-22T21:29:10.810Z Checking bytes v1.11.1
23112026-05-22T21:29:10.863Z Checking hashbrown v0.17.0
23122026-05-22T21:29:10.924Z Checking getrandom v0.4.1
23132026-05-22T21:29:11.026Z Checking icu_properties v2.1.2
23142026-05-22T21:29:11.067Z Checking icu_normalizer v2.1.1
23152026-05-22T21:29:11.081Z Checking block-padding v0.3.3
23162026-05-22T21:29:11.100Z Checking utf8_iter v1.0.4
23172026-05-22T21:29:11.210Z Checking inout v0.1.4
23182026-05-22T21:29:11.224Z Checking sha2 v0.10.9
23192026-05-22T21:29:11.241Z Checking tokio v1.52.1
23202026-05-22T21:29:11.316Z Checking indexmap v2.14.0
23212026-05-22T21:29:11.344Z Checking cipher v0.4.4
23222026-05-22T21:29:11.364Z Checking form_urlencoded v1.2.2
23232026-05-22T21:29:11.488Z Checking getrandom v0.3.4
23242026-05-22T21:29:11.501Z Checking byteorder v1.5.0
23252026-05-22T21:29:11.545Z Checking base64ct v1.8.3
23262026-05-22T21:29:11.630Z Checking fnv v1.0.7
23272026-05-22T21:29:11.693Z Checking flagset v0.4.7
23282026-05-22T21:29:11.723Z Checking rand_core v0.9.5
23292026-05-22T21:29:11.776Z Checking pem-rfc7468 v0.7.0
23302026-05-22T21:29:11.816Z Checking http v1.4.0
23312026-05-22T21:29:11.838Z Checking idna_adapter v1.2.1
23322026-05-22T21:29:11.865Z Checking regex-syntax v0.8.10
23332026-05-22T21:29:11.893Z Checking salsa20 v0.10.2
23342026-05-22T21:29:11.927Z Checking der v0.7.10
23352026-05-22T21:29:11.954Z Checking idna v1.1.0
23362026-05-22T21:29:12.023Z Checking uuid v1.23.0
23372026-05-22T21:29:12.192Z Checking url v2.5.8
23382026-05-22T21:29:12.325Z Checking pbkdf2 v0.12.2
23392026-05-22T21:29:12.372Z Checking rustix v1.1.3
23402026-05-22T21:29:12.430Z Checking tracing-core v0.1.36
23412026-05-22T21:29:12.447Z Checking ppv-lite86 v0.2.21
23422026-05-22T21:29:12.559Z Checking rustls-pki-types v1.14.0
23432026-05-22T21:29:12.621Z Checking iana-time-zone v0.1.65
23442026-05-22T21:29:12.646Z Checking spki v0.7.3
23452026-05-22T21:29:12.725Z Checking base64 v0.22.1
23462026-05-22T21:29:12.738Z Checking rand_chacha v0.9.0
23472026-05-22T21:29:12.749Z Checking chrono v0.4.44
23482026-05-22T21:29:12.807Z Checking tracing v0.1.44
23492026-05-22T21:29:12.844Z Checking scrypt v0.11.0
23502026-05-22T21:29:12.930Z Checking http-body v1.0.1
23512026-05-22T21:29:12.955Z Checking aes v0.8.4
23522026-05-22T21:29:12.978Z Checking cbc v0.1.2
23532026-05-22T21:29:13.007Z Checking aws-lc-sys v0.40.0
23542026-05-22T21:29:13.058Z Checking untrusted v0.9.0
23552026-05-22T21:29:13.102Z Checking untrusted v0.7.1
23562026-05-22T21:29:13.145Z Checking tinyvec_macros v0.1.1
23572026-05-22T21:29:13.163Z Checking openssl-probe v0.2.1
23582026-05-22T21:29:13.186Z Checking ring v0.17.14
23592026-05-22T21:29:13.208Z Checking tinyvec v1.10.0
23602026-05-22T21:29:13.222Z Checking rand v0.9.2
23612026-05-22T21:29:13.264Z Checking atomic-waker v1.1.2
23622026-05-22T21:29:13.339Z Checking pkcs5 v0.7.1
23632026-05-22T21:29:13.360Z Checking tower-layer v0.3.3
23642026-05-22T21:29:13.502Z Checking tower-service v0.3.3
23652026-05-22T21:29:13.506Z Checking aws-lc-rs v1.16.3
23662026-05-22T21:29:13.531Z Checking try-lock v0.2.5
23672026-05-22T21:29:13.583Z Checking pkcs8 v0.10.2
23682026-05-22T21:29:13.597Z Checking ipnet v2.11.0
23692026-05-22T21:29:13.610Z Checking httparse v1.10.1
23702026-05-22T21:29:13.622Z Checking want v0.3.1
23712026-05-22T21:29:13.707Z Checking aho-corasick v1.1.4
23722026-05-22T21:29:13.762Z Checking plain v0.2.3
23732026-05-22T21:29:13.774Z Checking dyn-clone v1.0.20
23742026-05-22T21:29:13.814Z Checking httpdate v1.0.3
23752026-05-22T21:29:13.863Z Checking fastrand v2.3.0
23762026-05-22T21:29:13.876Z Checking pin-utils v0.1.0
23772026-05-22T21:29:13.892Z Checking foreign-types-shared v0.1.1
23782026-05-22T21:29:13.946Z Checking unicode-normalization v0.1.25
23792026-05-22T21:29:13.960Z Checking semver v1.0.28
23802026-05-22T21:29:13.971Z Checking foreign-types v0.3.2
23812026-05-22T21:29:14.035Z Checking openssl-sys v0.9.115
23822026-05-22T21:29:14.047Z Checking tempfile v3.25.0
23832026-05-22T21:29:14.167Z Checking spin v0.9.8
23842026-05-22T21:29:14.182Z Checking ucd-trie v0.1.7
23852026-05-22T21:29:14.245Z Checking unicode-ident v1.0.24
23862026-05-22T21:29:14.317Z Checking pest v2.8.6
23872026-05-22T21:29:14.348Z Checking proc-macro2 v1.0.106
23882026-05-22T21:29:14.360Z Checking schemars v0.8.22
23892026-05-22T21:29:14.372Z Checking rustls-webpki v0.103.9
23902026-05-22T21:29:14.375Z Checking rustls-native-certs v0.8.3
23912026-05-22T21:29:14.393Z Checking regex-automata v0.4.14
23922026-05-22T21:29:14.416Z Checking openssl v0.10.79
23932026-05-22T21:29:14.431Z Checking tokio-util v0.7.18
23942026-05-22T21:29:14.503Z Checking thiserror v2.0.18
23952026-05-22T21:29:14.601Z Checking sync_wrapper v1.0.2
23962026-05-22T21:29:14.649Z Checking wait-timeout v0.2.1
23972026-05-22T21:29:14.702Z Checking pretty-hex v0.4.1
23982026-05-22T21:29:14.766Z Checking quick-error v1.2.3
23992026-05-22T21:29:14.784Z Checking rustls v0.23.37
24002026-05-22T21:29:14.816Z Checking powerfmt v0.2.0
24012026-05-22T21:29:14.863Z Checking bit-vec v0.8.0
24022026-05-22T21:29:14.965Z Checking utf8parse v0.2.2
24032026-05-22T21:29:14.985Z Checking simd-adler32 v0.3.8
24042026-05-22T21:29:15.030Z Checking h2 v0.4.13
24052026-05-22T21:29:15.056Z Checking siphasher v1.0.2
24062026-05-22T21:29:15.068Z Checking anstyle v1.0.13
24072026-05-22T21:29:15.151Z Checking anstyle-parse v0.2.7
24082026-05-22T21:29:15.209Z Checking bit-set v0.8.0
24092026-05-22T21:29:15.243Z Checking deranged v0.5.8
24102026-05-22T21:29:15.299Z Checking rusty-fork v0.3.1
24112026-05-22T21:29:15.349Z Checking tower v0.5.3
24122026-05-22T21:29:15.361Z Checking quote v1.0.45
24132026-05-22T21:29:15.463Z Compiling newtype-uuid v1.3.2
24142026-05-22T21:29:15.529Z Checking http-body-util v0.1.3
24152026-05-22T21:29:15.644Z Checking webpki-roots v1.0.6
24162026-05-22T21:29:15.738Z Checking crossbeam-utils v0.8.21
24172026-05-22T21:29:15.750Z Checking rand_xorshift v0.4.0
24182026-05-22T21:29:15.761Z Checking crc32fast v1.5.0
24192026-05-22T21:29:15.862Z Checking scroll v0.13.0
24202026-05-22T21:29:15.893Z Checking signature v2.2.0
24212026-05-22T21:29:16.022Z Checking adler2 v2.0.1
24222026-05-22T21:29:16.061Z Checking unarray v0.1.4
24232026-05-22T21:29:16.089Z Checking is_terminal_polyfill v1.70.2
24242026-05-22T21:29:16.126Z Checking ryu v1.0.23
24252026-05-22T21:29:16.138Z Checking unicode-bidi v0.3.18
24262026-05-22T21:29:16.160Z Checking colorchoice v1.0.4
24272026-05-22T21:29:16.172Z Checking iri-string v0.7.10
24282026-05-22T21:29:16.184Z Checking allocator-api2 v0.2.21
24292026-05-22T21:29:16.255Z Checking time-core v0.1.8
24302026-05-22T21:29:16.270Z Checking num-conv v0.2.0
24312026-05-22T21:29:16.382Z Checking num_threads v0.1.7
24322026-05-22T21:29:16.396Z Checking unicode-properties v0.1.4
24332026-05-22T21:29:16.407Z Checking native-tls v0.2.18
24342026-05-22T21:29:16.421Z Checking anstyle-query v1.1.5
24352026-05-22T21:29:16.460Z Checking serde_urlencoded v0.7.1
24362026-05-22T21:29:16.474Z Checking time v0.3.47
24372026-05-22T21:29:16.507Z Checking anstream v0.6.21
24382026-05-22T21:29:16.574Z Checking stringprep v0.1.5
24392026-05-22T21:29:16.578Z Checking tokio-native-tls v0.3.1
24402026-05-22T21:29:16.667Z Checking bstr v1.12.1
24412026-05-22T21:29:16.702Z Checking proptest v1.10.0
24422026-05-22T21:29:16.725Z Checking miniz_oxide v0.8.9
24432026-05-22T21:29:16.738Z Checking goblin v0.10.5
24442026-05-22T21:29:17.055Z Checking crossbeam-epoch v0.9.18
24452026-05-22T21:29:17.069Z Compiling daft v0.1.7
24462026-05-22T21:29:17.094Z Checking tokio-rustls v0.26.4
24472026-05-22T21:29:17.162Z Checking tower-http v0.6.8
24482026-05-22T21:29:17.278Z Checking syn v2.0.117
24492026-05-22T21:29:17.323Z Checking ipnetwork v0.21.1
24502026-05-22T21:29:17.339Z Checking rand_chacha v0.3.1
24512026-05-22T21:29:17.440Z Checking scroll v0.12.0
24522026-05-22T21:29:17.534Z Checking thiserror v1.0.69
24532026-05-22T21:29:17.547Z Checking zstd-sys v2.0.16+zstd.1.5.7
24542026-05-22T21:29:17.573Z Checking hash32 v0.2.1
24552026-05-22T21:29:17.627Z Checking num-integer v0.1.46
24562026-05-22T21:29:17.655Z Checking toml_datetime v0.6.11
24572026-05-22T21:29:17.668Z Checking serde_spanned v0.6.9
24582026-05-22T21:29:17.680Z Checking hyper v1.8.1
24592026-05-22T21:29:17.730Z Checking md-5 v0.10.6
24602026-05-22T21:29:17.788Z Checking ff v0.13.1
24612026-05-22T21:29:17.828Z Checking zlib-rs v0.6.2
24622026-05-22T21:29:17.856Z Checking psl-types v2.0.11
24632026-05-22T21:29:17.869Z Checking fallible-iterator v0.2.0
24642026-05-22T21:29:17.920Z Checking base16ct v0.2.0
24652026-05-22T21:29:17.960Z Checking publicsuffix v2.3.0
24662026-05-22T21:29:18.038Z Checking sec1 v0.7.3
24672026-05-22T21:29:18.120Z Checking group v0.13.0
24682026-05-22T21:29:18.133Z Checking postgres-protocol v0.6.10
24692026-05-22T21:29:18.239Z Checking num-iter v0.1.45
24702026-05-22T21:29:18.256Z Checking heapless v0.7.17
24712026-05-22T21:29:18.354Z Checking goblin v0.8.2
24722026-05-22T21:29:18.422Z Checking zstd-safe v7.2.4
24732026-05-22T21:29:18.565Z Checking hyper-util v0.1.20
24742026-05-22T21:29:18.584Z Checking cookie v0.18.1
24752026-05-22T21:29:18.607Z Checking rand v0.8.6
24762026-05-22T21:29:18.668Z Checking oxnet v0.1.4
24772026-05-22T21:29:18.701Z Checking flate2 v1.1.9
24782026-05-22T21:29:18.832Z Compiling iddqd v0.4.1
24792026-05-22T21:29:18.903Z Checking dtrace-parser v0.3.0
24802026-05-22T21:29:19.000Z Checking phf_shared v0.13.1
24812026-05-22T21:29:19.053Z Checking dof v0.4.0
24822026-05-22T21:29:19.124Z Checking lazy_static v1.5.0
24832026-05-22T21:29:19.138Z Checking zerocopy v0.7.35
24842026-05-22T21:29:19.195Z Checking pin-project v1.1.11
24852026-05-22T21:29:19.213Z Checking bzip2-sys v0.1.13+1.0.8
24862026-05-22T21:29:19.288Z Checking signal-hook v0.3.18
24872026-05-22T21:29:19.303Z Checking terminal_size v0.4.3
24882026-05-22T21:29:19.413Z Checking futures-executor v0.3.32
24892026-05-22T21:29:19.476Z Checking hex v0.4.3
24902026-05-22T21:29:19.554Z Checking hkdf v0.12.4
24912026-05-22T21:29:19.568Z Checking crypto-bigint v0.5.5
24922026-05-22T21:29:19.618Z Checking thread-id v5.1.0
24932026-05-22T21:29:19.677Z Checking encoding_rs v0.8.35
24942026-05-22T21:29:19.688Z Checking either v1.15.0
24952026-05-22T21:29:19.700Z Checking bumpalo v3.20.2
24962026-05-22T21:29:19.704Z Checking winnow v0.7.14
24972026-05-22T21:29:19.804Z Checking hyper-rustls v0.27.7
24982026-05-22T21:29:19.865Z Checking hyper-tls v0.6.0
24992026-05-22T21:29:19.896Z Checking winnow v0.5.40
25002026-05-22T21:29:20.012Z Compiling rayon-core v1.13.0
25012026-05-22T21:29:20.030Z Checking bitflags v1.3.2
25022026-05-22T21:29:20.042Z Checking clap_lex v1.0.0
25032026-05-22T21:29:20.101Z Checking libbz2-rs-sys v0.2.2
25042026-05-22T21:29:20.186Z Checking foldhash v0.1.5
25052026-05-22T21:29:20.199Z Checking managed v0.8.0
25062026-05-22T21:29:20.251Z Checking foldhash v0.2.0
25072026-05-22T21:29:20.316Z Checking strsim v0.11.1
25082026-05-22T21:29:20.379Z Checking same-file v1.0.6
25092026-05-22T21:29:20.403Z Checking mime v0.3.17
25102026-05-22T21:29:20.447Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25112026-05-22T21:29:20.475Z Checking clap_builder v4.5.60
25122026-05-22T21:29:20.487Z Checking bzip2 v0.6.1
25132026-05-22T21:29:20.499Z Checking walkdir v2.5.0
25142026-05-22T21:29:20.576Z Checking elliptic-curve v0.13.8
25152026-05-22T21:29:20.601Z Checking reqwest v0.12.28
25162026-05-22T21:29:20.625Z Checking hashbrown v0.16.1
25172026-05-22T21:29:20.647Z Checking smoltcp v0.9.1
25182026-05-22T21:29:20.659Z Checking hashbrown v0.15.5
25192026-05-22T21:29:20.874Z Checking dof v0.3.0
25202026-05-22T21:29:20.907Z Checking zopfli v0.8.3
25212026-05-22T21:29:21.036Z Checking toml_edit v0.19.15
25222026-05-22T21:29:21.114Z Checking usdt-impl v0.6.0
25232026-05-22T21:29:21.127Z Checking futures v0.3.32
25242026-05-22T21:29:21.154Z Checking signal-hook-mio v0.2.5
25252026-05-22T21:29:21.200Z Checking bzip2 v0.4.4
25262026-05-22T21:29:21.230Z Checking snafu v0.8.9
25272026-05-22T21:29:21.233Z Checking num-bigint-dig v0.8.6
25282026-05-22T21:29:21.253Z Checking phf v0.13.1
25292026-05-22T21:29:21.387Z Checking cookie_store v0.22.1
25302026-05-22T21:29:21.399Z Checking zstd v0.13.3
25312026-05-22T21:29:21.430Z Checking postgres-types v0.2.12
25322026-05-22T21:29:21.454Z Checking dtrace-parser v0.2.0
25332026-05-22T21:29:21.577Z Checking crossbeam-deque v0.8.6
25342026-05-22T21:29:21.596Z Checking rustls-platform-verifier v0.6.2
25352026-05-22T21:29:21.676Z Checking globset v0.4.18
25362026-05-22T21:29:21.688Z Checking regex v1.12.3
25372026-05-22T21:29:21.707Z Checking ed25519 v2.2.3
25382026-05-22T21:29:21.731Z Checking phf_shared v0.11.3
25392026-05-22T21:29:21.734Z Checking olpc-cjson v0.1.4
25402026-05-22T21:29:21.755Z Checking ref-cast v1.0.25
25412026-05-22T21:29:21.847Z Checking curve25519-dalek v4.1.3
25422026-05-22T21:29:21.869Z Checking strum v0.27.2
25432026-05-22T21:29:21.881Z Checking hubpack v0.1.2
25442026-05-22T21:29:21.885Z Checking memoffset v0.9.1
25452026-05-22T21:29:21.923Z Checking rustix v0.38.44
25462026-05-22T21:29:21.952Z Checking pkcs1 v0.7.5
25472026-05-22T21:29:21.966Z Checking pem v3.0.6
25482026-05-22T21:29:21.978Z Checking float-cmp v0.10.0
25492026-05-22T21:29:22.032Z Checking serde_plain v1.0.2
25502026-05-22T21:29:22.045Z Checking serde-big-array v0.5.1
25512026-05-22T21:29:22.064Z Checking erased-serde v0.3.31
25522026-05-22T21:29:22.099Z Checking rfc6979 v0.4.0
25532026-05-22T21:29:22.115Z Checking thread-id v4.2.2
25542026-05-22T21:29:22.155Z Checking memmap2 v0.9.10
25552026-05-22T21:29:22.168Z Checking env_filter v1.0.0
25562026-05-22T21:29:22.172Z Checking difflib v0.4.0
25572026-05-22T21:29:22.190Z Checking unicode-segmentation v1.12.0
25582026-05-22T21:29:22.208Z Checking fixedbitset v0.5.7
25592026-05-22T21:29:22.309Z Checking toml_write v0.1.2
25602026-05-22T21:29:22.325Z Checking normalize-line-endings v0.3.0
25612026-05-22T21:29:22.336Z Checking fixedbitset v0.4.2
25622026-05-22T21:29:22.398Z Checking predicates-core v1.0.10
25632026-05-22T21:29:22.411Z Checking whoami v2.1.0
25642026-05-22T21:29:22.441Z Checking new_debug_unreachable v1.0.6
25652026-05-22T21:29:22.472Z Checking precomputed-hash v0.1.1
25662026-05-22T21:29:22.484Z Checking typed-path v0.9.3
25672026-05-22T21:29:22.495Z Checking jiff v0.2.21
25682026-05-22T21:29:22.507Z Checking data-encoding v2.10.0
25692026-05-22T21:29:22.519Z Checking keccak v0.1.6
25702026-05-22T21:29:22.552Z Checking static_assertions v1.1.0
25712026-05-22T21:29:22.600Z Checking tokio-postgres v0.7.16
25722026-05-22T21:29:22.616Z Checking ed25519-dalek v2.2.0
25732026-05-22T21:29:22.628Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
25742026-05-22T21:29:22.682Z Checking sha3 v0.10.8
25752026-05-22T21:29:22.720Z Checking crossterm v0.28.1
25762026-05-22T21:29:22.775Z Checking hickory-proto v0.25.2
25772026-05-22T21:29:22.842Z Checking string_cache v0.8.9
25782026-05-22T21:29:22.885Z Checking predicates v3.1.4
25792026-05-22T21:29:23.006Z Checking similar v2.7.0
25802026-05-22T21:29:23.178Z Checking petgraph v0.6.5
25812026-05-22T21:29:23.247Z Checking tough v0.22.0
25822026-05-22T21:29:23.384Z Checking toml_edit v0.22.27
25832026-05-22T21:29:23.422Z Checking slog v2.8.2
25842026-05-22T21:29:23.699Z Checking petgraph v0.8.3
25852026-05-22T21:29:23.844Z Checking env_logger v0.11.9
25862026-05-22T21:29:24.041Z Checking usdt v0.6.0
25872026-05-22T21:29:24.208Z Checking ecdsa v0.16.9
25882026-05-22T21:29:24.420Z Checking usdt-impl v0.5.0
25892026-05-22T21:29:24.472Z Checking rsa v0.9.10
25902026-05-22T21:29:24.539Z Checking toml v0.7.8
25912026-05-22T21:29:24.694Z Checking zip v4.6.1
25922026-05-22T21:29:24.707Z Checking nix v0.31.2
25932026-05-22T21:29:24.934Z Checking reqwest v0.13.2
25942026-05-22T21:29:25.210Z Checking clap v4.5.60
25952026-05-22T21:29:25.230Z Checking zip v0.6.6
25962026-05-22T21:29:25.249Z Checking toml_parser v1.0.9+spec-1.1.0
25972026-05-22T21:29:25.284Z Checking itertools v0.13.0
25982026-05-22T21:29:25.296Z Checking serde_with v3.17.0
25992026-05-22T21:29:25.534Z Checking strum v0.26.3
26002026-05-22T21:29:25.550Z Checking fs-err v3.3.0
26012026-05-22T21:29:25.567Z Checking ahash v0.8.12
26022026-05-22T21:29:25.641Z Checking object v0.37.3
26032026-05-22T21:29:25.683Z Checking tokio-stream v0.1.18
26042026-05-22T21:29:25.753Z Checking buf-list v1.1.2
26052026-05-22T21:29:25.756Z Checking camino v1.2.2
26062026-05-22T21:29:25.777Z Checking anyhow v1.0.102
26072026-05-22T21:29:25.843Z Checking x509-cert v0.2.5
26082026-05-22T21:29:25.942Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
26092026-05-22T21:29:25.967Z Checking openapiv3 v2.2.0
26102026-05-22T21:29:25.996Z Checking sha1 v0.10.6
26112026-05-22T21:29:26.062Z Checking toml_datetime v0.7.5+spec-1.1.0
26122026-05-22T21:29:26.153Z Checking lalrpop-util v0.19.12
26132026-05-22T21:29:26.204Z Checking peg-runtime v0.8.5
26142026-05-22T21:29:26.258Z Checking rayon v1.11.0
26152026-05-22T21:29:26.288Z Checking sigpipe v0.1.3
26162026-05-22T21:29:26.311Z Checking glob v0.3.3
26172026-05-22T21:29:27.808Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-05-22T21:29:28.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
26192026-05-22T21:29:28.248Z
26202026-05-22T21:29:28.248Zinfo: running `cargo check --bins` on internal-dns-types (77/276)
26212026-05-22T21:29:28.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26222026-05-22T21:29:28.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26232026-05-22T21:29:28.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26242026-05-22T21:29:28.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26252026-05-22T21:29:28.849Z
26262026-05-22T21:29:28.849Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/276)
26272026-05-22T21:29:29.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26282026-05-22T21:29:29.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26292026-05-22T21:29:29.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26302026-05-22T21:29:29.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26312026-05-22T21:29:29.443Z
26322026-05-22T21:29:29.443Zinfo: running `cargo check --bins` on nexus-types-versions (79/276)
26332026-05-22T21:29:29.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26342026-05-22T21:29:29.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26352026-05-22T21:29:29.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26362026-05-22T21:29:29.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26372026-05-22T21:29:30.046Z
26382026-05-22T21:29:30.046Zinfo: running `cargo check --bins` on oxql-types (80/276)
26392026-05-22T21:29:30.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26402026-05-22T21:29:30.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26412026-05-22T21:29:30.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26422026-05-22T21:29:30.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26432026-05-22T21:29:30.642Z
26442026-05-22T21:29:30.642Zinfo: running `cargo check --bins` on oximeter-types (81/276)
26452026-05-22T21:29:31.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26462026-05-22T21:29:31.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26472026-05-22T21:29:31.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26482026-05-22T21:29:31.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26492026-05-22T21:29:31.237Z
26502026-05-22T21:29:31.237Zinfo: running `cargo check --bins` on oximeter-types-versions (82/276)
26512026-05-22T21:29:31.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26522026-05-22T21:29:31.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26532026-05-22T21:29:31.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26542026-05-22T21:29:31.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26552026-05-22T21:29:31.832Z
26562026-05-22T21:29:31.832Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/276)
26572026-05-22T21:29:32.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-05-22T21:29:32.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-05-22T21:29:32.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-05-22T21:29:32.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26612026-05-22T21:29:32.410Z
26622026-05-22T21:29:32.411Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/276)
26632026-05-22T21:29:32.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-05-22T21:29:32.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-05-22T21:29:33.098Z Compiling structmeta-derive v0.3.0
26662026-05-22T21:29:33.214Z Compiling rustls v0.22.4
26672026-05-22T21:29:33.225Z Compiling multer v3.1.0
26682026-05-22T21:29:33.234Z Compiling async-stream-impl v0.3.6
26692026-05-22T21:29:33.237Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26702026-05-22T21:29:33.256Z Compiling dropshot v0.17.0
26712026-05-22T21:29:33.271Z Compiling dropshot_endpoint v0.17.0
26722026-05-22T21:29:33.271Z Compiling newtype-uuid-macros v0.1.0
26732026-05-22T21:29:33.388Z Checking newtype-uuid v1.3.2
26742026-05-22T21:29:33.449Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26752026-05-22T21:29:33.517Z Checking rustls-webpki v0.102.8
26762026-05-22T21:29:33.586Z Checking daft v0.1.7
26772026-05-22T21:29:33.616Z Checking thread_local v1.1.9
26782026-05-22T21:29:33.798Z Checking match_cfg v0.1.0
26792026-05-22T21:29:33.813Z Checking compression-core v0.4.31
26802026-05-22T21:29:33.828Z Checking iddqd v0.4.1
26812026-05-22T21:29:33.848Z Checking crossbeam-channel v0.5.15
26822026-05-22T21:29:33.863Z Checking hostname v0.3.1
26832026-05-22T21:29:33.938Z Checking compression-codecs v0.4.37
26842026-05-22T21:29:33.957Z Checking slog-json v2.6.1
26852026-05-22T21:29:34.031Z Checking serde_spanned v1.0.4
26862026-05-22T21:29:34.097Z Checking toml_datetime v1.0.0+spec-1.1.0
26872026-05-22T21:29:34.110Z Checking is-terminal v0.4.17
26882026-05-22T21:29:34.159Z Checking take_mut v0.2.2
26892026-05-22T21:29:34.177Z Checking debug-ignore v1.0.5
26902026-05-22T21:29:34.195Z Checking term v1.2.1
26912026-05-22T21:29:34.262Z Checking toml_writer v1.0.6+spec-1.1.0
26922026-05-22T21:29:34.275Z Checking slog-async v2.8.0
26932026-05-22T21:29:34.285Z Compiling structmeta v0.3.0
26942026-05-22T21:29:34.299Z Checking slog-bunyan v2.5.0
26952026-05-22T21:29:34.408Z Checking async-compression v0.4.41
26962026-05-22T21:29:34.421Z Checking slog-term v2.9.2
26972026-05-22T21:29:34.435Z Checking toml v1.0.6+spec-1.1.0
26982026-05-22T21:29:34.448Z Checking async-stream v0.3.6
26992026-05-22T21:29:34.491Z Compiling derive-ex v0.1.8
27002026-05-22T21:29:34.573Z Compiling parse-display-derive v0.10.0
27012026-05-22T21:29:34.646Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27022026-05-22T21:29:34.673Z Checking progenitor-client v0.14.0
27032026-05-22T21:29:34.743Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27042026-05-22T21:29:34.756Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27052026-05-22T21:29:34.892Z Checking waitgroup v0.1.2
27062026-05-22T21:29:34.905Z Checking backon v1.6.0
27072026-05-22T21:29:34.993Z Checking rustls-pemfile v2.2.0
27082026-05-22T21:29:35.036Z Checking serde_path_to_error v0.1.20
27092026-05-22T21:29:35.041Z Checking hostname v0.4.2
27102026-05-22T21:29:35.068Z Checking instant v0.1.13
27112026-05-22T21:29:35.157Z Checking backoff v0.4.0
27122026-05-22T21:29:35.309Z Checking progenitor-extras v0.2.0
27132026-05-22T21:29:35.326Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27142026-05-22T21:29:35.339Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27152026-05-22T21:29:35.342Z Checking tokio-rustls v0.25.0
27162026-05-22T21:29:35.539Z Checking itertools v0.14.0
27172026-05-22T21:29:35.552Z Checking progenitor-client v0.10.0
27182026-05-22T21:29:35.701Z Checking regress v0.10.5
27192026-05-22T21:29:35.742Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27202026-05-22T21:29:35.976Z Checking macaddr v1.0.1
27212026-05-22T21:29:36.151Z Compiling test-strategy v0.4.5
27222026-05-22T21:29:36.220Z Checking parse-display v0.10.0
27232026-05-22T21:29:37.276Z Compiling prettyplease v0.2.37
27242026-05-22T21:29:37.609Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27252026-05-22T21:29:37.723Z Checking num-rational v0.4.2
27262026-05-22T21:29:37.985Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27272026-05-22T21:29:38.226Z Checking num-complex v0.4.6
27282026-05-22T21:29:38.845Z Checking num v0.4.3
27292026-05-22T21:29:38.917Z Compiling usdt-macro v0.5.0
27302026-05-22T21:29:38.930Z Compiling usdt-attr-macro v0.5.0
27312026-05-22T21:29:39.045Z Checking memmap v0.7.0
27322026-05-22T21:29:39.079Z Compiling float-ord v0.3.2
27332026-05-22T21:29:39.181Z Checking unicode-width v0.2.0
27342026-05-22T21:29:39.198Z Compiling convert_case v0.4.0
27352026-05-22T21:29:39.434Z Checking console v0.15.11
27362026-05-22T21:29:39.581Z Compiling derive_more v0.99.20
27372026-05-22T21:29:39.651Z Checking newline-converter v0.3.0
27382026-05-22T21:29:39.709Z Checking usdt v0.5.0
27392026-05-22T21:29:39.725Z Checking atomicwrites v0.4.4
27402026-05-22T21:29:39.759Z Compiling toml v0.8.23
27412026-05-22T21:29:39.852Z Compiling minimal-lexical v0.2.1
27422026-05-22T21:29:39.873Z Checking linked-hash-map v0.5.6
27432026-05-22T21:29:40.044Z Checking lru-cache v0.1.2
27442026-05-22T21:29:40.108Z Compiling nom v7.1.3
27452026-05-22T21:29:40.164Z Checking expectorate v1.2.0
27462026-05-22T21:29:40.717Z Checking camino-tempfile v1.4.1
27472026-05-22T21:29:40.804Z Checking hickory-proto v0.24.4
27482026-05-22T21:29:40.878Z Checking phf_shared v0.12.1
27492026-05-22T21:29:41.020Z Compiling slog-dtrace v0.3.0
27502026-05-22T21:29:41.151Z Checking heck v0.5.0
27512026-05-22T21:29:41.213Z Checking resolv-conf v0.7.6
27522026-05-22T21:29:41.278Z Compiling chrono-tz v0.10.4
27532026-05-22T21:29:41.403Z Compiling const_format_proc_macros v0.2.34
27542026-05-22T21:29:41.428Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27552026-05-22T21:29:41.525Z Checking phf v0.12.1
27562026-05-22T21:29:41.574Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27572026-05-22T21:29:41.670Z Checking tokio-dtrace v0.1.1
27582026-05-22T21:29:41.856Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27592026-05-22T21:29:41.899Z Compiling derive-where v1.6.0
27602026-05-22T21:29:42.117Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27612026-05-22T21:29:42.376Z Checking highway v1.3.0
27622026-05-22T21:29:42.568Z Checking hickory-resolver v0.24.4
27632026-05-22T21:29:42.610Z Checking const_format v0.2.35
27642026-05-22T21:29:42.842Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27652026-05-22T21:29:42.915Z Checking oxide-tokio-rt v0.1.4
27662026-05-22T21:29:43.073Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-05-22T21:29:43.275Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27682026-05-22T21:29:43.288Z Checking qorb v0.4.1
27692026-05-22T21:29:43.322Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-05-22T21:29:43.336Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27712026-05-22T21:29:43.425Z Checking gethostname v0.5.0
27722026-05-22T21:29:43.476Z Checking bcs v0.1.6
27732026-05-22T21:29:43.514Z Checking termtree v0.5.1
27742026-05-22T21:29:46.744Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27752026-05-22T21:29:49.422Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27762026-05-22T21:29:51.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.12s
27772026-05-22T21:29:51.713Z
27782026-05-22T21:29:51.713Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/276)
27792026-05-22T21:29:52.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-05-22T21:29:52.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-05-22T21:29:52.390Z Compiling ar_archive_writer v0.5.1
27822026-05-22T21:29:52.393Z Compiling stacker v0.1.23
27832026-05-22T21:29:52.501Z Compiling cfg_aliases v0.1.1
27842026-05-22T21:29:52.513Z Compiling convert_case v0.10.0
27852026-05-22T21:29:52.513Z Checking unicode-width v0.1.14
27862026-05-22T21:29:52.528Z Compiling proc-macro-error v1.0.4
27872026-05-22T21:29:52.540Z Checking fd-lock v4.0.4
27882026-05-22T21:29:52.543Z Checking nibble_vec v0.1.0
27892026-05-22T21:29:52.563Z Compiling nix v0.28.0
27902026-05-22T21:29:52.650Z Checking vte v0.14.1
27912026-05-22T21:29:52.668Z Compiling recursive-proc-macro-impl v0.1.1
27922026-05-22T21:29:52.745Z Checking bytecount v0.6.9
27932026-05-22T21:29:52.761Z Checking endian-type v0.1.2
27942026-05-22T21:29:52.795Z Checking strip-ansi-escapes v0.2.1
27952026-05-22T21:29:52.810Z Compiling derive_more-impl v2.1.1
27962026-05-22T21:29:52.822Z Compiling tabled_derive v0.7.0
27972026-05-22T21:29:52.843Z Checking papergrid v0.11.0
27982026-05-22T21:29:52.883Z Checking radix_trie v0.2.1
27992026-05-22T21:29:52.909Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28002026-05-22T21:29:53.060Z Compiling peg-macros v0.8.5
28012026-05-22T21:29:53.085Z Checking winnow v0.6.26
28022026-05-22T21:29:53.332Z Compiling psm v0.1.30
28032026-05-22T21:29:53.367Z Compiling sqlparser_derive v0.5.0
28042026-05-22T21:29:53.467Z Checking unicode_categories v0.1.1
28052026-05-22T21:29:53.596Z Checking derive_more v2.1.1
28062026-05-22T21:29:53.621Z Checking home v0.5.12
28072026-05-22T21:29:53.720Z Checking nu-ansi-term v0.50.3
28082026-05-22T21:29:53.770Z Checking crossterm v0.29.0
28092026-05-22T21:29:53.852Z Checking tabled v0.15.0
28102026-05-22T21:29:53.894Z Checking rustyline v14.0.0
28112026-05-22T21:29:53.929Z Checking reedline v0.40.0
28122026-05-22T21:29:54.162Z Checking recursive v0.1.1
28132026-05-22T21:29:54.181Z Checking display-error-chain v0.2.2
28142026-05-22T21:29:54.252Z Checking sqlparser v0.61.0
28152026-05-22T21:29:54.274Z Checking sqlformat v0.3.5
28162026-05-22T21:29:54.421Z Checking peg v0.8.5
28172026-05-22T21:30:05.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.63s
28182026-05-22T21:30:05.559Z
28192026-05-22T21:30:05.560Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/276)
28202026-05-22T21:30:06.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28212026-05-22T21:30:06.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28222026-05-22T21:30:06.237Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28232026-05-22T21:30:09.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
28242026-05-22T21:30:09.842Z
28252026-05-22T21:30:09.842Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/276)
28262026-05-22T21:30:10.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-05-22T21:30:10.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-05-22T21:30:10.516Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-05-22T21:30:12.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28302026-05-22T21:30:13.109Z
28312026-05-22T21:30:13.109Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/276)
28322026-05-22T21:30:13.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-22T21:30:13.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-22T21:30:13.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-22T21:30:17.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28362026-05-22T21:30:17.182Z
28372026-05-22T21:30:17.182Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/276)
28382026-05-22T21:30:17.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-22T21:30:17.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-22T21:30:17.860Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-22T21:30:21.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28422026-05-22T21:30:21.278Z
28432026-05-22T21:30:21.278Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/276)
28442026-05-22T21:30:21.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-22T21:30:21.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-22T21:30:21.955Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-22T21:30:24.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28482026-05-22T21:30:24.699Z
28492026-05-22T21:30:24.699Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/276)
28502026-05-22T21:30:25.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-22T21:30:25.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-22T21:30:25.381Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-22T21:30:27.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28542026-05-22T21:30:28.159Z
28552026-05-22T21:30:28.159Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/276)
28562026-05-22T21:30:28.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-22T21:30:28.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-22T21:30:28.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-22T21:30:32.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28602026-05-22T21:30:32.390Z
28612026-05-22T21:30:32.390Zinfo: running `cargo check --bins` on oximeter (93/276)
28622026-05-22T21:30:32.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-22T21:30:32.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-22T21:30:32.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-05-22T21:30:32.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28662026-05-22T21:30:32.996Z
28672026-05-22T21:30:32.996Zinfo: running `cargo check --bins` on oximeter-schema (94/276)
28682026-05-22T21:30:33.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-22T21:30:33.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-22T21:30:33.642Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28712026-05-22T21:30:33.807Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28722026-05-22T21:30:33.823Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28732026-05-22T21:30:34.143Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742026-05-22T21:30:37.027Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28752026-05-22T21:30:38.227Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28762026-05-22T21:30:38.391Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28772026-05-22T21:30:39.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.06s
28782026-05-22T21:30:39.247Z
28792026-05-22T21:30:39.247Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/276)
28802026-05-22T21:30:39.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-22T21:30:39.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-22T21:30:39.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-05-22T21:30:39.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28842026-05-22T21:30:39.850Z
28852026-05-22T21:30:39.850Zinfo: running `cargo check --bins` on oximeter-test-utils (96/276)
28862026-05-22T21:30:40.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-05-22T21:30:40.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-05-22T21:30:40.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-05-22T21:30:40.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28902026-05-22T21:30:40.498Z
28912026-05-22T21:30:40.498Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/276)
28922026-05-22T21:30:41.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-22T21:30:41.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-22T21:30:41.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-22T21:30:41.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28962026-05-22T21:30:41.110Z
28972026-05-22T21:30:41.110Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/276)
28982026-05-22T21:30:41.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-22T21:30:41.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-22T21:30:41.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-22T21:30:41.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29022026-05-22T21:30:41.726Z
29032026-05-22T21:30:41.726Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/276)
29042026-05-22T21:30:42.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-22T21:30:42.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-22T21:30:42.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-22T21:30:42.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29082026-05-22T21:30:42.337Z
29092026-05-22T21:30:42.337Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/276)
29102026-05-22T21:30:42.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-22T21:30:42.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-22T21:30:42.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-22T21:30:42.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29142026-05-22T21:30:42.949Z
29152026-05-22T21:30:42.949Zinfo: running `cargo check --bins` on trust-quorum-types (101/276)
29162026-05-22T21:30:43.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-22T21:30:43.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-22T21:30:43.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-22T21:30:43.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29202026-05-22T21:30:43.545Z
29212026-05-22T21:30:43.545Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/276)
29222026-05-22T21:30:44.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-22T21:30:44.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-22T21:30:44.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-22T21:30:44.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29262026-05-22T21:30:44.156Z
29272026-05-22T21:30:44.156Zinfo: running `cargo check --bins` on update-engine (103/276)
29282026-05-22T21:30:44.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-22T21:30:44.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-22T21:30:44.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-22T21:30:44.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-05-22T21:30:44.750Z
29332026-05-22T21:30:44.750Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/276)
29342026-05-22T21:30:45.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-22T21:30:45.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-22T21:30:45.476Z Compiling crucible-workspace-hack v0.1.0
29372026-05-22T21:30:45.595Z Checking secrecy v0.10.3
29382026-05-22T21:30:45.604Z Compiling heapless v0.8.0
29392026-05-22T21:30:45.611Z Compiling ingot-macros v0.1.1
29402026-05-22T21:30:45.618Z Compiling toml_edit v0.23.10+spec-1.0.0
29412026-05-22T21:30:45.621Z Checking hash32 v0.3.1
29422026-05-22T21:30:45.638Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29432026-05-22T21:30:45.638Z Compiling smoltcp v0.11.0
29442026-05-22T21:30:45.698Z Checking cobs v0.3.0
29452026-05-22T21:30:45.743Z Compiling thiserror-impl-no-std v2.0.2
29462026-05-22T21:30:45.844Z Checking universal-hash v0.5.1
29472026-05-22T21:30:45.847Z Checking half v2.7.1
29482026-05-22T21:30:45.868Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29492026-05-22T21:30:45.964Z Checking ciborium-io v0.2.2
29502026-05-22T21:30:45.996Z Checking opaque-debug v0.3.1
29512026-05-22T21:30:46.063Z Checking postcard v1.1.3
29522026-05-22T21:30:46.063Z Checking poly1305 v0.8.0
29532026-05-22T21:30:46.087Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29542026-05-22T21:30:46.104Z Checking ciborium-ll v0.2.2
29552026-05-22T21:30:46.278Z Compiling proc-macro-crate v3.4.0
29562026-05-22T21:30:46.317Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29572026-05-22T21:30:46.354Z Checking password-hash v0.5.0
29582026-05-22T21:30:46.368Z Checking chacha20 v0.9.1
29592026-05-22T21:30:46.556Z Compiling proc-macro-crate v1.3.1
29602026-05-22T21:30:46.574Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29612026-05-22T21:30:46.590Z Checking blake2 v0.10.6
29622026-05-22T21:30:46.636Z Checking aead v0.5.2
29632026-05-22T21:30:46.784Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29642026-05-22T21:30:46.805Z Compiling foreign-types-macros v0.2.3
29652026-05-22T21:30:46.825Z Compiling num_enum_derive v0.7.5
29662026-05-22T21:30:46.828Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29672026-05-22T21:30:46.907Z Checking thiserror-no-std v2.0.2
29682026-05-22T21:30:46.965Z Checking foreign-types-shared v0.3.1
29692026-05-22T21:30:46.986Z Checking cpufeatures v0.3.0
29702026-05-22T21:30:46.998Z Checking vsss-rs v3.3.4
29712026-05-22T21:30:47.055Z Checking chacha20 v0.10.0
29722026-05-22T21:30:47.058Z Compiling num_enum_derive v0.5.11
29732026-05-22T21:30:47.081Z Checking argon2 v0.5.3
29742026-05-22T21:30:47.269Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29752026-05-22T21:30:47.382Z Checking foreign-types v0.5.0
29762026-05-22T21:30:47.412Z Checking chacha20poly1305 v0.10.1
29772026-05-22T21:30:47.459Z Checking ciborium v0.2.2
29782026-05-22T21:30:47.643Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29792026-05-22T21:30:47.665Z Checking tabwriter v1.4.1
29802026-05-22T21:30:47.812Z Checking byte-wrapper v0.1.0
29812026-05-22T21:30:47.851Z Checking num_enum v0.7.5
29822026-05-22T21:30:47.874Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29832026-05-22T21:30:47.922Z Checking cstr-argument v0.1.2
29842026-05-22T21:30:47.961Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
29852026-05-22T21:30:48.018Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29862026-05-22T21:30:48.044Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29872026-05-22T21:30:48.074Z Checking num_enum v0.5.11
29882026-05-22T21:30:48.087Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29892026-05-22T21:30:48.187Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-05-22T21:30:48.214Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29912026-05-22T21:30:48.231Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29922026-05-22T21:30:48.288Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-05-22T21:30:48.370Z Checking rand v0.10.0
29942026-05-22T21:30:48.374Z Checking ingot-types v0.1.2
29952026-05-22T21:30:48.396Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29962026-05-22T21:30:48.409Z Checking indent_write v2.2.0
29972026-05-22T21:30:48.425Z Checking colored v3.1.1
29982026-05-22T21:30:48.539Z Compiling zone_cfg_derive v0.3.1
29992026-05-22T21:30:48.653Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30002026-05-22T21:30:48.748Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-05-22T21:30:48.760Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30022026-05-22T21:30:48.773Z Checking ingot v0.1.1
30032026-05-22T21:30:48.796Z Checking itertools v0.12.1
30042026-05-22T21:30:48.840Z Compiling num-derive v0.4.2
30052026-05-22T21:30:48.858Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30062026-05-22T21:30:48.921Z Checking swrite v0.1.0
30072026-05-22T21:30:49.013Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30082026-05-22T21:30:49.057Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30092026-05-22T21:30:49.185Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30102026-05-22T21:30:49.204Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-05-22T21:30:49.220Z Checking dropshot-api-manager-types v0.7.1
30122026-05-22T21:30:49.293Z Checking smf v0.2.3
30132026-05-22T21:30:49.319Z Checking nanorand v0.7.0
30142026-05-22T21:30:49.388Z Checking whoami v1.6.1
30152026-05-22T21:30:49.517Z Checking flume v0.11.1
30162026-05-22T21:30:49.531Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30172026-05-22T21:30:49.762Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30182026-05-22T21:30:49.805Z Checking zone v0.3.1
30192026-05-22T21:30:50.324Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30202026-05-22T21:30:51.272Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30212026-05-22T21:30:52.138Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
30222026-05-22T21:30:55.189Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30232026-05-22T21:30:57.231Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30242026-05-22T21:30:58.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.57s
30252026-05-22T21:30:58.528Z
30262026-05-22T21:30:58.528Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/276)
30272026-05-22T21:30:59.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282026-05-22T21:30:59.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292026-05-22T21:30:59.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30302026-05-22T21:30:59.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30312026-05-22T21:30:59.136Z
30322026-05-22T21:30:59.136Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/276)
30332026-05-22T21:30:59.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30342026-05-22T21:30:59.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30352026-05-22T21:30:59.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30362026-05-22T21:30:59.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30372026-05-22T21:30:59.746Z
30382026-05-22T21:30:59.746Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/276)
30392026-05-22T21:31:00.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-22T21:31:00.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-22T21:31:00.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-22T21:31:00.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30432026-05-22T21:31:00.361Z
30442026-05-22T21:31:00.361Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/276)
30452026-05-22T21:31:00.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-22T21:31:00.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-22T21:31:00.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-22T21:31:00.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30492026-05-22T21:31:00.977Z
30502026-05-22T21:31:00.977Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/276)
30512026-05-22T21:31:01.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-22T21:31:01.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-22T21:31:01.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-22T21:31:01.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30552026-05-22T21:31:01.586Z
30562026-05-22T21:31:01.586Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/276)
30572026-05-22T21:31:02.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-22T21:31:02.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-22T21:31:02.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-22T21:31:02.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30612026-05-22T21:31:02.199Z
30622026-05-22T21:31:02.199Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/276)
30632026-05-22T21:31:02.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-22T21:31:02.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-22T21:31:02.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-22T21:31:02.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30672026-05-22T21:31:02.813Z
30682026-05-22T21:31:02.814Zinfo: running `cargo check --bins` on cockroach-admin-client (112/276)
30692026-05-22T21:31:03.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-22T21:31:03.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-22T21:31:03.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-22T21:31:03.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-22T21:31:03.409Z
30742026-05-22T21:31:03.409Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/276)
30752026-05-22T21:31:03.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-22T21:31:03.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-22T21:31:03.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-22T21:31:03.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30792026-05-22T21:31:04.019Z
30802026-05-22T21:31:04.019Zinfo: running `cargo check --bins` on dns-service-client (114/276)
30812026-05-22T21:31:04.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-22T21:31:04.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-22T21:31:04.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-22T21:31:04.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30852026-05-22T21:31:04.631Z
30862026-05-22T21:31:04.631Zinfo: running `cargo check --bins` on installinator-client (115/276)
30872026-05-22T21:31:05.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-22T21:31:05.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-22T21:31:05.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-22T21:31:05.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30912026-05-22T21:31:05.241Z
30922026-05-22T21:31:05.241Zinfo: running `cargo check --bins` on nexus-client (116/276)
30932026-05-22T21:31:05.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-22T21:31:05.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-22T21:31:05.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-22T21:31:05.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30972026-05-22T21:31:05.887Z
30982026-05-22T21:31:05.887Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/276)
30992026-05-22T21:31:06.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-22T21:31:06.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-22T21:31:06.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-22T21:31:06.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31032026-05-22T21:31:06.533Z
31042026-05-22T21:31:06.534Zinfo: running `cargo check --bins` on ntp-admin-client (118/276)
31052026-05-22T21:31:07.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-22T21:31:07.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-22T21:31:07.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-22T21:31:07.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31092026-05-22T21:31:07.131Z
31102026-05-22T21:31:07.132Zinfo: running `cargo check --bins` on ntp-admin-v1-client (119/276)
31112026-05-22T21:31:07.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-22T21:31:07.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-22T21:31:07.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-22T21:31:07.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31152026-05-22T21:31:07.727Z
31162026-05-22T21:31:07.727Zinfo: running `cargo check --bins` on oxide-client (120/276)
31172026-05-22T21:31:08.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-22T21:31:08.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-22T21:31:08.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-22T21:31:08.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31212026-05-22T21:31:08.326Z
31222026-05-22T21:31:08.326Zinfo: running `cargo check --bins` on oximeter-client (121/276)
31232026-05-22T21:31:08.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-22T21:31:08.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-22T21:31:08.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-22T21:31:08.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31272026-05-22T21:31:08.934Z
31282026-05-22T21:31:08.934Zinfo: running `cargo check --bins` on repo-depot-client (122/276)
31292026-05-22T21:31:09.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-22T21:31:09.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-22T21:31:09.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-22T21:31:09.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-22T21:31:09.531Z
31342026-05-22T21:31:09.531Zinfo: running `cargo check --bins` on sled-agent-client (123/276)
31352026-05-22T21:31:10.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-22T21:31:10.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-22T21:31:10.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-22T21:31:10.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31392026-05-22T21:31:10.148Z
31402026-05-22T21:31:10.148Zinfo: running `cargo check --bins` on wicketd-client (124/276)
31412026-05-22T21:31:10.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-22T21:31:10.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-22T21:31:10.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-22T21:31:10.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31452026-05-22T21:31:10.781Z
31462026-05-22T21:31:10.781Zinfo: running `cargo check --bins` on installinator-common (125/276)
31472026-05-22T21:31:11.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-22T21:31:11.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-22T21:31:11.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-22T21:31:11.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-22T21:31:11.406Z
31522026-05-22T21:31:11.406Zinfo: running `cargo check --bins` on installinator-common-versions (126/276)
31532026-05-22T21:31:11.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-22T21:31:11.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-22T21:31:11.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-22T21:31:11.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31572026-05-22T21:31:12.002Z
31582026-05-22T21:31:12.002Zinfo: running `cargo check --bins` on wicket-common (127/276)
31592026-05-22T21:31:12.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-22T21:31:12.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-22T21:31:12.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-22T21:31:12.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31632026-05-22T21:31:12.619Z
31642026-05-22T21:31:12.619Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/276)
31652026-05-22T21:31:13.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-22T21:31:13.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-22T21:31:13.315Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31682026-05-22T21:31:13.432Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31692026-05-22T21:31:13.440Z Checking csv-core v0.1.13
31702026-05-22T21:31:13.447Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-05-22T21:31:13.454Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31722026-05-22T21:31:13.457Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-05-22T21:31:13.475Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31742026-05-22T21:31:13.487Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31752026-05-22T21:31:13.597Z Checking csv v1.4.0
31762026-05-22T21:31:13.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31772026-05-22T21:31:13.641Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31782026-05-22T21:31:13.684Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31792026-05-22T21:31:13.698Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31802026-05-22T21:31:13.934Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31812026-05-22T21:31:14.296Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31822026-05-22T21:31:14.296Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31832026-05-22T21:31:14.638Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31842026-05-22T21:31:20.447Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31852026-05-22T21:31:20.977Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31862026-05-22T21:31:23.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.66s
31872026-05-22T21:31:23.482Z
31882026-05-22T21:31:23.482Zinfo: running `cargo check --bins` on cockroach-admin-api (129/276)
31892026-05-22T21:31:23.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-05-22T21:31:23.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-05-22T21:31:23.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-05-22T21:31:23.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31932026-05-22T21:31:24.079Z
31942026-05-22T21:31:24.079Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/276)
31952026-05-22T21:31:24.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-05-22T21:31:24.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-05-22T21:31:24.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-05-22T21:31:24.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31992026-05-22T21:31:24.766Z
32002026-05-22T21:31:24.766Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/276)
32012026-05-22T21:31:25.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-22T21:31:25.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-22T21:31:25.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-22T21:31:25.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052026-05-22T21:31:25.452Z
32062026-05-22T21:31:25.452Zinfo: running `cargo check --bins` on gateway-test-utils (132/276)
32072026-05-22T21:31:26.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-22T21:31:26.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-22T21:31:26.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-22T21:31:26.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32112026-05-22T21:31:26.111Z
32122026-05-22T21:31:26.111Zinfo: running `cargo check --bins` on omicron-gateway (133/276)
32132026-05-22T21:31:26.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-22T21:31:26.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-22T21:31:26.880Z Compiling regress v0.11.1
32162026-05-22T21:31:27.017Z Compiling unsafe-libyaml v0.2.11
32172026-05-22T21:31:27.029Z Compiling semver v0.1.20
32182026-05-22T21:31:27.040Z Compiling radium v0.7.0
32192026-05-22T21:31:27.054Z Checking tap v1.0.1
32202026-05-22T21:31:27.054Z Compiling maybe-uninit v2.0.0
32212026-05-22T21:31:27.081Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-05-22T21:31:27.152Z Checking wyz v0.5.1
32232026-05-22T21:31:27.303Z Compiling rustc_version v0.1.7
32242026-05-22T21:31:27.330Z Checking progenitor-client v0.13.0
32252026-05-22T21:31:27.395Z Compiling zerocopy-derive v0.6.6
32262026-05-22T21:31:27.484Z Compiling cancel-safe-futures v0.1.5
32272026-05-22T21:31:27.519Z Compiling newtype_derive v0.1.6
32282026-05-22T21:31:27.564Z Compiling serde_yaml v0.9.34+deprecated
32292026-05-22T21:31:27.689Z Checking crc-catalog v2.4.0
32302026-05-22T21:31:27.705Z Compiling owo-colors v4.3.0
32312026-05-22T21:31:27.754Z Compiling packed_struct v0.10.1
32322026-05-22T21:31:27.780Z Checking funty v2.0.0
32332026-05-22T21:31:28.036Z Checking crc v3.4.0
32342026-05-22T21:31:28.096Z Checking bitvec v1.0.1
32352026-05-22T21:31:28.210Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-05-22T21:31:28.225Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-05-22T21:31:28.249Z Checking zerocopy v0.6.6
32382026-05-22T21:31:28.428Z Checking typify-impl v0.6.2
32392026-05-22T21:31:28.554Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32402026-05-22T21:31:28.554Z Compiling packed_struct_codegen v0.10.1
32412026-05-22T21:31:28.752Z Checking libsw-core v0.3.2
32422026-05-22T21:31:28.830Z Compiling bitfield-macros v0.19.4
32432026-05-22T21:31:28.901Z Compiling indexmap v1.9.3
32442026-05-22T21:31:29.026Z Checking nodrop v0.1.14
32452026-05-22T21:31:29.119Z Checking array-init v0.0.4
32462026-05-22T21:31:29.133Z Checking libsw v3.5.0
32472026-05-22T21:31:29.285Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32482026-05-22T21:31:29.388Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32492026-05-22T21:31:29.417Z Checking smallvec v0.6.14
32502026-05-22T21:31:29.536Z Checking bitfield v0.19.4
32512026-05-22T21:31:29.565Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-05-22T21:31:29.699Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32532026-05-22T21:31:29.802Z Checking base64 v0.21.7
32542026-05-22T21:31:29.817Z Checking tagptr v0.2.0
32552026-05-22T21:31:29.831Z Checking unicode-linebreak v0.1.5
32562026-05-22T21:31:29.958Z Checking linear-map v1.2.0
32572026-05-22T21:31:29.984Z Checking smawk v0.3.2
32582026-05-22T21:31:30.036Z Checking hashbrown v0.12.3
32592026-05-22T21:31:30.039Z Checking ron v0.8.1
32602026-05-22T21:31:30.112Z Checking textwrap v0.16.2
32612026-05-22T21:31:30.125Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-05-22T21:31:30.209Z Checking moka v0.12.13
32632026-05-22T21:31:30.238Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32642026-05-22T21:31:30.291Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32652026-05-22T21:31:30.320Z Checking steno v0.4.1
32662026-05-22T21:31:30.568Z Checking serde-hex v0.1.0
32672026-05-22T21:31:30.685Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32682026-05-22T21:31:30.764Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32692026-05-22T21:31:30.827Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32702026-05-22T21:31:30.923Z Checking hashbrown v0.13.2
32712026-05-22T21:31:31.072Z Checking humantime v2.3.0
32722026-05-22T21:31:31.258Z Checking crc-any v2.5.0
32732026-05-22T21:31:31.302Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32742026-05-22T21:31:31.336Z Checking object v0.30.4
32752026-05-22T21:31:31.389Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-05-22T21:31:31.433Z Checking hickory-resolver v0.25.2
32772026-05-22T21:31:31.484Z Checking utf-8 v0.7.6
32782026-05-22T21:31:31.516Z Checking half v1.8.3
32792026-05-22T21:31:31.551Z Checking void v1.0.2
32802026-05-22T21:31:31.616Z Checking path-slash v0.1.5
32812026-05-22T21:31:31.658Z Checking lzss v0.8.2
32822026-05-22T21:31:31.710Z Checking serde_cbor v0.11.2
32832026-05-22T21:31:31.724Z Checking tungstenite v0.23.0
32842026-05-22T21:31:31.977Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32852026-05-22T21:31:32.049Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32862026-05-22T21:31:32.084Z Checking nix v0.27.1
32872026-05-22T21:31:32.125Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32882026-05-22T21:31:32.140Z Checking kstat-rs v0.2.4
32892026-05-22T21:31:32.143Z Checking fxhash v0.2.1
32902026-05-22T21:31:32.269Z Checking serde_bytes v0.11.19
32912026-05-22T21:31:32.283Z Checking tokio-tungstenite v0.23.1
32922026-05-22T21:31:32.327Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32932026-05-22T21:31:32.442Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32942026-05-22T21:31:32.537Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32952026-05-22T21:31:32.553Z Checking signal-hook-tokio v0.3.1
32962026-05-22T21:31:32.868Z Compiling typify-macro v0.6.2
32972026-05-22T21:31:33.571Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-22T21:31:33.997Z Compiling typify v0.6.2
32992026-05-22T21:31:34.076Z Compiling progenitor-impl v0.13.0
33002026-05-22T21:31:34.077Z Compiling progenitor-impl v0.14.0
33012026-05-22T21:31:34.468Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33022026-05-22T21:31:34.792Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
33032026-05-22T21:31:35.664Z Compiling progenitor-macro v0.14.0
33042026-05-22T21:31:35.678Z Compiling progenitor-macro v0.13.0
33052026-05-22T21:31:38.236Z Checking progenitor v0.13.0
33062026-05-22T21:31:38.239Z Checking progenitor v0.14.0
33072026-05-22T21:31:38.366Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33082026-05-22T21:31:38.369Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33092026-05-22T21:31:41.358Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33102026-05-22T21:31:48.986Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33112026-05-22T21:31:55.228Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33122026-05-22T21:31:56.581Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33132026-05-22T21:31:57.083Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33142026-05-22T21:31:59.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.03s
33152026-05-22T21:31:59.349Z
33162026-05-22T21:31:59.349Zinfo: running `cargo check --bins` on gateway-api (134/276)
33172026-05-22T21:31:59.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-05-22T21:31:59.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-05-22T21:31:59.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-05-22T21:31:59.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33212026-05-22T21:31:59.954Z
33222026-05-22T21:31:59.954Zinfo: running `cargo check --bins` on ipcc (135/276)
33232026-05-22T21:32:00.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-05-22T21:32:00.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-05-22T21:32:00.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33262026-05-22T21:32:00.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33272026-05-22T21:32:00.554Z
33282026-05-22T21:32:00.554Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/276)
33292026-05-22T21:32:01.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-05-22T21:32:01.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-05-22T21:32:01.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-05-22T21:32:01.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33332026-05-22T21:32:01.144Z
33342026-05-22T21:32:01.144Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/276)
33352026-05-22T21:32:01.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-05-22T21:32:01.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-05-22T21:32:01.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-05-22T21:32:01.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33392026-05-22T21:32:01.751Z
33402026-05-22T21:32:01.751Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/276)
33412026-05-22T21:32:02.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-22T21:32:02.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-22T21:32:02.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-22T21:32:02.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33452026-05-22T21:32:02.358Z
33462026-05-22T21:32:02.358Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/276)
33472026-05-22T21:32:02.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-22T21:32:02.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-22T21:32:02.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-22T21:32:02.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33512026-05-22T21:32:02.961Z
33522026-05-22T21:32:02.961Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/276)
33532026-05-22T21:32:03.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-22T21:32:03.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-22T21:32:03.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-22T21:32:03.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33572026-05-22T21:32:03.566Z
33582026-05-22T21:32:03.566Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/276)
33592026-05-22T21:32:04.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-22T21:32:04.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-22T21:32:04.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-22T21:32:04.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33632026-05-22T21:32:04.167Z
33642026-05-22T21:32:04.167Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/276)
33652026-05-22T21:32:04.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-22T21:32:04.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-22T21:32:04.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-22T21:32:04.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-22T21:32:04.774Z
33702026-05-22T21:32:04.774Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/276)
33712026-05-22T21:32:05.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-22T21:32:05.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-22T21:32:05.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-22T21:32:05.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33752026-05-22T21:32:05.382Z
33762026-05-22T21:32:05.382Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/276)
33772026-05-22T21:32:05.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-22T21:32:05.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-22T21:32:05.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-22T21:32:05.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-22T21:32:05.983Z
33822026-05-22T21:32:05.984Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/276)
33832026-05-22T21:32:06.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-22T21:32:06.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-22T21:32:06.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-22T21:32:06.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-22T21:32:06.590Z
33882026-05-22T21:32:06.590Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/276)
33892026-05-22T21:32:07.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-22T21:32:07.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-22T21:32:07.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-22T21:32:07.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33932026-05-22T21:32:07.199Z
33942026-05-22T21:32:07.199Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/276)
33952026-05-22T21:32:07.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-22T21:32:07.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-22T21:32:07.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-22T21:32:07.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-22T21:32:07.812Z
34002026-05-22T21:32:07.812Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/276)
34012026-05-22T21:32:08.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-22T21:32:08.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-22T21:32:08.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-22T21:32:08.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34052026-05-22T21:32:08.424Z
34062026-05-22T21:32:08.424Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/276)
34072026-05-22T21:32:08.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-22T21:32:08.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-22T21:32:08.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-22T21:32:08.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34112026-05-22T21:32:09.032Z
34122026-05-22T21:32:09.033Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/276)
34132026-05-22T21:32:09.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-22T21:32:09.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-22T21:32:09.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-22T21:32:09.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-22T21:32:09.637Z
34182026-05-22T21:32:09.637Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/276)
34192026-05-22T21:32:10.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-22T21:32:10.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-22T21:32:10.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-22T21:32:10.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-22T21:32:10.247Z
34242026-05-22T21:32:10.247Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/276)
34252026-05-22T21:32:10.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-22T21:32:10.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-22T21:32:10.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-22T21:32:10.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34292026-05-22T21:32:10.856Z
34302026-05-22T21:32:10.856Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/276)
34312026-05-22T21:32:11.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-22T21:32:11.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-22T21:32:11.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-22T21:32:11.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34352026-05-22T21:32:11.464Z
34362026-05-22T21:32:11.464Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/276)
34372026-05-22T21:32:11.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-22T21:32:11.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-22T21:32:11.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-22T21:32:11.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-22T21:32:12.077Z
34422026-05-22T21:32:12.077Zinfo: running `cargo check --bins` on oximeter-producer (155/276)
34432026-05-22T21:32:12.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-22T21:32:12.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-22T21:32:12.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-22T21:32:12.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34472026-05-22T21:32:12.725Z
34482026-05-22T21:32:12.725Zinfo: running `cargo check --bins` on internal-dns-resolver (156/276)
34492026-05-22T21:32:13.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-22T21:32:13.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-22T21:32:13.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-22T21:32:13.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-22T21:32:13.339Z
34542026-05-22T21:32:13.339Zinfo: running `cargo check --bins` on dns-server (157/276)
34552026-05-22T21:32:13.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-22T21:32:13.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-22T21:32:13.996Z Compiling parking_lot_core v0.8.6
34582026-05-22T21:32:13.996Z Compiling atomicwrites v0.4.4
34592026-05-22T21:32:14.000Z Compiling git-stub v1.0.0
34602026-05-22T21:32:14.000Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34612026-05-22T21:32:14.000Z Checking prefix-trie v0.7.0
34622026-05-22T21:32:14.238Z Compiling git-stub-vcs v0.1.0
34632026-05-22T21:32:14.387Z Checking hickory-server v0.25.2
34642026-05-22T21:32:14.501Z Checking parking_lot v0.11.2
34652026-05-22T21:32:14.514Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34662026-05-22T21:32:14.589Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34672026-05-22T21:32:14.589Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34682026-05-22T21:32:14.672Z Checking sled v0.34.7
34692026-05-22T21:32:16.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
34702026-05-22T21:32:16.723Z
34712026-05-22T21:32:16.723Zinfo: running `cargo check --bins` on dns-server-api (158/276)
34722026-05-22T21:32:17.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-22T21:32:17.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-22T21:32:17.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-05-22T21:32:17.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34762026-05-22T21:32:17.326Z
34772026-05-22T21:32:17.326Zinfo: running `cargo check --bins` on oximeter-producer-api (159/276)
34782026-05-22T21:32:17.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-05-22T21:32:17.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-05-22T21:32:17.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-05-22T21:32:17.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34822026-05-22T21:32:17.937Z
34832026-05-22T21:32:17.937Zinfo: running `cargo check --bins` on sp-sim (160/276)
34842026-05-22T21:32:18.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-05-22T21:32:18.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-05-22T21:32:18.667Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34872026-05-22T21:32:20.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
34882026-05-22T21:32:20.636Z
34892026-05-22T21:32:20.636Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (161/276)
34902026-05-22T21:32:21.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-05-22T21:32:21.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-05-22T21:32:21.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-05-22T21:32:21.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34942026-05-22T21:32:21.295Z
34952026-05-22T21:32:21.295Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (162/276)
34962026-05-22T21:32:21.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-22T21:32:21.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-22T21:32:21.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-22T21:32:21.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35002026-05-22T21:32:21.959Z
35012026-05-22T21:32:21.959Zinfo: running `cargo check --bins` on db-macros (163/276)
35022026-05-22T21:32:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-22T21:32:22.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-22T21:32:22.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-22T21:32:22.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-05-22T21:32:22.549Z
35072026-05-22T21:32:22.549Zinfo: running `cargo check --bins` on nexus-macros-common (164/276)
35082026-05-22T21:32:23.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-22T21:32:23.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-22T21:32:23.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-05-22T21:32:23.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35122026-05-22T21:32:23.145Z
35132026-05-22T21:32:23.145Zinfo: running `cargo check --bins` on nexus-auth (165/276)
35142026-05-22T21:32:23.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-22T21:32:23.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-22T21:32:23.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-22T21:32:23.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-22T21:32:23.807Z
35192026-05-22T21:32:23.807Zinfo: running `cargo check --bins` on authz-macros (166/276)
35202026-05-22T21:32:24.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-22T21:32:24.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-22T21:32:24.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-22T21:32:24.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-05-22T21:32:24.391Z
35252026-05-22T21:32:24.391Zinfo: running `cargo check --bins` on nexus-db-fixed-data (167/276)
35262026-05-22T21:32:24.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-22T21:32:24.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-22T21:32:24.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-22T21:32:24.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35302026-05-22T21:32:25.036Z
35312026-05-22T21:32:25.036Zinfo: running `cargo check --bins` on nexus-db-model (168/276)
35322026-05-22T21:32:25.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-22T21:32:25.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-22T21:32:25.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-22T21:32:25.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35362026-05-22T21:32:25.682Z
35372026-05-22T21:32:25.682Zinfo: running `cargo check --bins` on nexus-db-schema (169/276)
35382026-05-22T21:32:26.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-22T21:32:26.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-22T21:32:26.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-22T21:32:26.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-05-22T21:32:26.271Z
35432026-05-22T21:32:26.271Zinfo: running `cargo check --bins` on omicron-rpaths (170/276)
35442026-05-22T21:32:26.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-22T21:32:26.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-22T21:32:26.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-22T21:32:26.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-22T21:32:26.858Z
35492026-05-22T21:32:26.858Zinfo: running `cargo check --bins` on nexus-defaults (171/276)
35502026-05-22T21:32:27.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-22T21:32:27.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-22T21:32:27.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-22T21:32:27.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35542026-05-22T21:32:27.461Z
35552026-05-22T21:32:27.461Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (172/276)
35562026-05-22T21:32:27.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-22T21:32:27.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-22T21:32:27.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-22T21:32:27.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35602026-05-22T21:32:28.056Z
35612026-05-22T21:32:28.056Zinfo: running `cargo check --bins` on parallel-task-set (173/276)
35622026-05-22T21:32:28.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-22T21:32:28.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-22T21:32:28.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-22T21:32:28.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-05-22T21:32:28.642Z
35672026-05-22T21:32:28.642Zinfo: running `cargo check --bins` on nexus-db-errors (174/276)
35682026-05-22T21:32:29.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-22T21:32:29.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-22T21:32:29.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-22T21:32:29.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35722026-05-22T21:32:29.289Z
35732026-05-22T21:32:29.289Zinfo: running `cargo check --bins` on nexus-db-lookup (175/276)
35742026-05-22T21:32:29.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-22T21:32:29.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-22T21:32:29.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-22T21:32:29.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35782026-05-22T21:32:29.935Z
35792026-05-22T21:32:29.936Zinfo: running `cargo check --bins` on nexus-inventory (176/276)
35802026-05-22T21:32:30.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-22T21:32:30.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-22T21:32:30.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-22T21:32:30.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35842026-05-22T21:32:30.580Z
35852026-05-22T21:32:30.580Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (177/276)
35862026-05-22T21:32:31.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-22T21:32:31.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-22T21:32:31.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-22T21:32:31.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35902026-05-22T21:32:31.192Z
35912026-05-22T21:32:31.192Zinfo: running `cargo check --bins --no-default-features` on sled-storage (178/276)
35922026-05-22T21:32:31.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-22T21:32:31.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-22T21:32:31.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-22T21:32:31.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35962026-05-22T21:32:31.809Z
35972026-05-22T21:32:31.809Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (179/276)
35982026-05-22T21:32:32.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-22T21:32:32.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-22T21:32:32.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-22T21:32:32.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36022026-05-22T21:32:32.425Z
36032026-05-22T21:32:32.425Zinfo: running `cargo check --bins` on key-manager (180/276)
36042026-05-22T21:32:32.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-22T21:32:32.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-22T21:32:32.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-22T21:32:32.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36082026-05-22T21:32:33.024Z
36092026-05-22T21:32:33.024Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (181/276)
36102026-05-22T21:32:33.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-22T21:32:33.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-22T21:32:33.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-22T21:32:33.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-22T21:32:33.641Z
36152026-05-22T21:32:33.641Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (182/276)
36162026-05-22T21:32:34.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-22T21:32:34.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-22T21:32:34.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-22T21:32:34.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36202026-05-22T21:32:34.257Z
36212026-05-22T21:32:34.257Zinfo: running `cargo check --bins` on typed-rng (183/276)
36222026-05-22T21:32:34.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-22T21:32:34.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-22T21:32:34.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-22T21:32:34.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36262026-05-22T21:32:34.844Z
36272026-05-22T21:32:34.845Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (184/276)
36282026-05-22T21:32:35.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-22T21:32:35.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-22T21:32:35.708Z Compiling typify-impl v0.4.3
36312026-05-22T21:32:35.708Z Compiling libefi-sys v0.1.0
36322026-05-22T21:32:35.851Z Compiling bitfield-struct v0.6.2
36332026-05-22T21:32:35.859Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36342026-05-22T21:32:35.868Z Compiling xshell-macros v0.2.7
36352026-05-22T21:32:35.880Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36362026-05-22T21:32:35.922Z Compiling salty v0.3.0
36372026-05-22T21:32:35.925Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36382026-05-22T21:32:36.078Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
36392026-05-22T21:32:36.201Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36402026-05-22T21:32:36.216Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-05-22T21:32:36.229Z Checking xshell v0.2.7
36422026-05-22T21:32:36.346Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36432026-05-22T21:32:36.443Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36442026-05-22T21:32:36.457Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36452026-05-22T21:32:36.528Z Checking primeorder v0.13.6
36462026-05-22T21:32:36.609Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36472026-05-22T21:32:36.691Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-05-22T21:32:36.733Z Compiling proc-macro-error-attr2 v2.0.0
36492026-05-22T21:32:36.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36502026-05-22T21:32:36.805Z Checking tungstenite v0.21.0
36512026-05-22T21:32:36.921Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36522026-05-22T21:32:36.986Z Checking p384 v0.13.1
36532026-05-22T21:32:37.085Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36542026-05-22T21:32:37.115Z Compiling proc-macro-error2 v2.0.1
36552026-05-22T21:32:37.391Z Compiling num-derive v0.3.3
36562026-05-22T21:32:37.428Z Compiling tabled_derive v0.11.0
36572026-05-22T21:32:37.553Z Checking tokio-tungstenite v0.21.0
36582026-05-22T21:32:37.779Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36592026-05-22T21:32:37.832Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-05-22T21:32:37.883Z Checking papergrid v0.17.0
36612026-05-22T21:32:38.204Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36622026-05-22T21:32:38.260Z Checking libscf-sys v1.1.0
36632026-05-22T21:32:38.391Z Checking testing_table v0.3.0
36642026-05-22T21:32:38.468Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36652026-05-22T21:32:38.488Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-22T21:32:38.567Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-05-22T21:32:38.672Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36682026-05-22T21:32:38.850Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36692026-05-22T21:32:38.884Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36702026-05-22T21:32:38.954Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36712026-05-22T21:32:39.039Z Compiling illumos-nvpair-sys v0.2.0
36722026-05-22T21:32:39.053Z Checking corncobs v0.1.4
36732026-05-22T21:32:39.076Z Compiling unicase v2.9.0
36742026-05-22T21:32:39.192Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36752026-05-22T21:32:39.257Z Checking tabled v0.20.0
36762026-05-22T21:32:39.271Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36772026-05-22T21:32:39.285Z Compiling mime_guess v2.0.5
36782026-05-22T21:32:39.373Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36792026-05-22T21:32:39.449Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36802026-05-22T21:32:39.481Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
36812026-05-22T21:32:39.654Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-05-22T21:32:39.673Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36832026-05-22T21:32:39.783Z Checking progenitor-client v0.11.2
36842026-05-22T21:32:39.821Z Checking secrecy v0.8.0
36852026-05-22T21:32:39.946Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36862026-05-22T21:32:40.094Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36872026-05-22T21:32:40.234Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
36882026-05-22T21:32:40.249Z Compiling typify-macro v0.4.3
36892026-05-22T21:32:40.306Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36902026-05-22T21:32:40.362Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36912026-05-22T21:32:40.398Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36922026-05-22T21:32:40.577Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
36932026-05-22T21:32:40.580Z Checking filetime v0.2.27
36942026-05-22T21:32:40.727Z Checking http-range v0.1.5
36952026-05-22T21:32:40.746Z Checking crc8 v0.1.1
36962026-05-22T21:32:40.816Z Checking xattr v1.6.1
36972026-05-22T21:32:40.859Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-05-22T21:32:40.948Z Checking tar v0.4.45
36992026-05-22T21:32:41.045Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37002026-05-22T21:32:41.262Z Checking illumos-nvpair v0.3.0
37012026-05-22T21:32:41.338Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-05-22T21:32:41.418Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37032026-05-22T21:32:41.478Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37042026-05-22T21:32:41.737Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37052026-05-22T21:32:41.754Z Checking atty v0.2.14
37062026-05-22T21:32:41.810Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37072026-05-22T21:32:41.830Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37082026-05-22T21:32:41.849Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37092026-05-22T21:32:41.931Z Compiling typify v0.4.3
37102026-05-22T21:32:42.157Z Compiling progenitor-impl v0.11.2
37112026-05-22T21:32:42.311Z Compiling progenitor-impl v0.10.0
37122026-05-22T21:32:42.533Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37132026-05-22T21:32:42.638Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-05-22T21:32:42.890Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37152026-05-22T21:32:43.042Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37162026-05-22T21:32:43.483Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37172026-05-22T21:32:43.671Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37182026-05-22T21:32:43.857Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37192026-05-22T21:32:44.008Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
37202026-05-22T21:32:44.036Z Checking hyper-staticfile v0.10.1
37212026-05-22T21:32:44.073Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-05-22T21:32:44.236Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37232026-05-22T21:32:44.328Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37242026-05-22T21:32:44.344Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37252026-05-22T21:32:44.607Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37262026-05-22T21:32:44.611Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37272026-05-22T21:32:44.694Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37282026-05-22T21:32:44.753Z Compiling progenitor-macro v0.11.2
37292026-05-22T21:32:44.880Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37302026-05-22T21:32:44.913Z Compiling progenitor-macro v0.10.0
37312026-05-22T21:32:47.402Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37322026-05-22T21:32:47.470Z Checking progenitor v0.11.2
37332026-05-22T21:32:47.600Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37342026-05-22T21:32:47.762Z Checking progenitor v0.10.0
37352026-05-22T21:32:47.888Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37362026-05-22T21:32:52.205Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
37372026-05-22T21:33:02.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.14s
37382026-05-22T21:33:03.201Z
37392026-05-22T21:33:03.201Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (185/276)
37402026-05-22T21:33:03.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37412026-05-22T21:33:03.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37422026-05-22T21:33:03.985Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37432026-05-22T21:33:14.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
37442026-05-22T21:33:14.799Z
37452026-05-22T21:33:14.799Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (186/276)
37462026-05-22T21:33:15.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37472026-05-22T21:33:15.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37482026-05-22T21:33:15.578Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37492026-05-22T21:33:26.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37502026-05-22T21:33:26.403Z
37512026-05-22T21:33:26.403Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (187/276)
37522026-05-22T21:33:26.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37532026-05-22T21:33:26.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37542026-05-22T21:33:27.187Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-22T21:33:37.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
37562026-05-22T21:33:38.017Z
37572026-05-22T21:33:38.017Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (188/276)
37582026-05-22T21:33:38.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-22T21:33:38.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-22T21:33:38.801Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-22T21:33:49.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
37622026-05-22T21:33:49.590Z
37632026-05-22T21:33:49.590Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (189/276)
37642026-05-22T21:33:50.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-22T21:33:50.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-22T21:33:50.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-22T21:34:01.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.41s
37682026-05-22T21:34:01.222Z
37692026-05-22T21:34:01.222Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (190/276)
37702026-05-22T21:34:01.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-22T21:34:01.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-22T21:34:02.008Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-22T21:34:12.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
37742026-05-22T21:34:12.825Z
37752026-05-22T21:34:12.826Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (191/276)
37762026-05-22T21:34:13.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-22T21:34:13.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-22T21:34:13.609Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-22T21:34:24.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
37802026-05-22T21:34:24.386Z
37812026-05-22T21:34:24.386Zinfo: running `cargo check --bins` on bootstrap-agent-api (192/276)
37822026-05-22T21:34:24.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-22T21:34:24.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-22T21:34:24.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37852026-05-22T21:34:24.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37862026-05-22T21:34:25.002Z
37872026-05-22T21:34:25.002Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (193/276)
37882026-05-22T21:34:25.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-22T21:34:25.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-22T21:34:25.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37912026-05-22T21:34:25.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37922026-05-22T21:34:25.599Z
37932026-05-22T21:34:25.599Zinfo: running `cargo check --bins` on range-requests (194/276)
37942026-05-22T21:34:26.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-22T21:34:26.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-22T21:34:26.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37972026-05-22T21:34:26.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37982026-05-22T21:34:26.190Z
37992026-05-22T21:34:26.190Zinfo: running `cargo check --bins` on repo-depot-api (195/276)
38002026-05-22T21:34:26.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-22T21:34:26.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-22T21:34:26.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-22T21:34:26.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38042026-05-22T21:34:26.782Z
38052026-05-22T21:34:26.782Zinfo: running `cargo check --bins` on sled-agent-api (196/276)
38062026-05-22T21:34:27.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-22T21:34:27.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-22T21:34:27.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-22T21:34:27.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38102026-05-22T21:34:27.399Z
38112026-05-22T21:34:27.400Zinfo: running `cargo check --bins` on sled-diagnostics (197/276)
38122026-05-22T21:34:27.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-22T21:34:27.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-22T21:34:27.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-22T21:34:27.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38162026-05-22T21:34:28.016Z
38172026-05-22T21:34:28.016Zinfo: running `cargo check --bins` on zfs-test-harness (198/276)
38182026-05-22T21:34:28.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-22T21:34:28.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-22T21:34:28.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-22T21:34:28.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38222026-05-22T21:34:28.636Z
38232026-05-22T21:34:28.636Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (199/276)
38242026-05-22T21:34:29.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-22T21:34:29.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-22T21:34:29.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-22T21:34:29.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-05-22T21:34:29.263Z
38292026-05-22T21:34:29.263Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (200/276)
38302026-05-22T21:34:29.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-22T21:34:29.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-22T21:34:29.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-22T21:34:29.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38342026-05-22T21:34:29.892Z
38352026-05-22T21:34:29.892Zinfo: running `cargo check --bins` on sled-agent-early-networking (201/276)
38362026-05-22T21:34:30.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-22T21:34:30.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-22T21:34:30.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-22T21:34:30.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-22T21:34:30.516Z
38412026-05-22T21:34:30.516Zinfo: running `cargo check --bins` on sled-agent-health-monitor (202/276)
38422026-05-22T21:34:31.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-22T21:34:31.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-22T21:34:31.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-22T21:34:31.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-05-22T21:34:31.136Z
38472026-05-22T21:34:31.136Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (203/276)
38482026-05-22T21:34:31.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-22T21:34:31.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-22T21:34:31.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-22T21:34:31.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-22T21:34:31.764Z
38532026-05-22T21:34:31.764Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (204/276)
38542026-05-22T21:34:32.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-22T21:34:32.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-22T21:34:32.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-22T21:34:32.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-05-22T21:34:32.388Z
38592026-05-22T21:34:32.388Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (205/276)
38602026-05-22T21:34:32.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-22T21:34:32.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-22T21:34:32.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-22T21:34:32.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38642026-05-22T21:34:33.006Z
38652026-05-22T21:34:33.006Zinfo: running `cargo check --bins` on sled-agent-rack-setup (206/276)
38662026-05-22T21:34:33.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-22T21:34:33.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-22T21:34:33.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-22T21:34:33.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38702026-05-22T21:34:33.650Z
38712026-05-22T21:34:33.650Zinfo: running `cargo check --bins` on trust-quorum (207/276)
38722026-05-22T21:34:34.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-22T21:34:34.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-22T21:34:34.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-22T21:34:34.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-05-22T21:34:34.277Z
38772026-05-22T21:34:34.277Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (208/276)
38782026-05-22T21:34:34.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-22T21:34:34.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-22T21:34:34.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-22T21:34:34.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38822026-05-22T21:34:34.910Z
38832026-05-22T21:34:34.910Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (209/276)
38842026-05-22T21:34:35.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-22T21:34:35.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-22T21:34:35.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-22T21:34:35.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38882026-05-22T21:34:35.564Z
38892026-05-22T21:34:35.564Zinfo: running `cargo check --bins` on update-common (210/276)
38902026-05-22T21:34:36.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-22T21:34:36.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-22T21:34:36.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-22T21:34:36.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38942026-05-22T21:34:36.175Z
38952026-05-22T21:34:36.175Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (211/276)
38962026-05-22T21:34:36.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-22T21:34:36.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-22T21:34:36.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-22T21:34:36.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-05-22T21:34:36.828Z
39012026-05-22T21:34:36.828Zinfo: running `cargo check --bins` on omicron-deployment-graph (212/276)
39022026-05-22T21:34:37.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-22T21:34:37.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-22T21:34:37.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-22T21:34:37.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39062026-05-22T21:34:37.414Z
39072026-05-22T21:34:37.414Zinfo: running `cargo check --bins` on reconfigurator-cli (213/276)
39082026-05-22T21:34:37.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-22T21:34:37.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-22T21:34:38.189Z Compiling fs-err v2.11.0
39112026-05-22T21:34:38.192Z Checking ignore v0.4.25
39122026-05-22T21:34:38.192Z Checking arc-swap v1.8.2
39132026-05-22T21:34:38.321Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39142026-05-22T21:34:38.325Z Checking predicates-tree v1.0.13
39152026-05-22T21:34:38.334Z Checking parse-size v1.1.0
39162026-05-22T21:34:38.356Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39172026-05-22T21:34:38.360Z Checking rand_seeder v0.4.0
39182026-05-22T21:34:38.421Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-05-22T21:34:38.454Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-05-22T21:34:38.522Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39212026-05-22T21:34:38.522Z Checking slog-scope v4.4.1
39222026-05-22T21:34:38.577Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39232026-05-22T21:34:38.652Z Compiling petname v2.0.2
39242026-05-22T21:34:38.665Z Checking slog-stdlog v4.1.1
39252026-05-22T21:34:38.681Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-05-22T21:34:38.695Z Checking globwalk v0.9.1
39272026-05-22T21:34:38.777Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39282026-05-22T21:34:38.792Z Checking slog-envlogger v2.2.0
39292026-05-22T21:34:38.873Z Checking camino-tempfile-ext v0.3.3
39302026-05-22T21:34:38.937Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39312026-05-22T21:34:38.972Z Checking sapling-renderdag v0.1.0
39322026-05-22T21:34:39.066Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39332026-05-22T21:34:39.137Z Checking subprocess v0.2.15
39342026-05-22T21:34:39.205Z Checking sync-ptr v0.1.4
39352026-05-22T21:34:39.293Z Checking colored v2.2.0
39362026-05-22T21:34:39.323Z Checking assert_matches v1.5.0
39372026-05-22T21:34:39.412Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-05-22T21:34:39.567Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
39392026-05-22T21:34:39.570Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39402026-05-22T21:34:40.246Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39412026-05-22T21:34:41.550Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39422026-05-22T21:34:43.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
39432026-05-22T21:34:43.922Z
39442026-05-22T21:34:43.922Zinfo: running `cargo check --bins` on omicron-repl-utils (214/276)
39452026-05-22T21:34:44.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-05-22T21:34:44.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-05-22T21:34:44.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-05-22T21:34:44.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39492026-05-22T21:34:44.506Z
39502026-05-22T21:34:44.506Zinfo: running `cargo check --bins` on transient-dns-server (215/276)
39512026-05-22T21:34:45.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-22T21:34:45.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-22T21:34:45.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-22T21:34:45.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39552026-05-22T21:34:45.113Z
39562026-05-22T21:34:45.113Zinfo: running `cargo check --bins` on nexus-test-interface (216/276)
39572026-05-22T21:34:45.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-22T21:34:45.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-22T21:34:45.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-22T21:34:45.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39612026-05-22T21:34:45.768Z
39622026-05-22T21:34:45.768Zinfo: running `cargo check --bins` on oximeter-collector (217/276)
39632026-05-22T21:34:46.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-22T21:34:46.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-22T21:34:46.497Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39662026-05-22T21:34:46.497Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39672026-05-22T21:34:47.153Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39682026-05-22T21:34:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.95s
39692026-05-22T21:34:48.932Z
39702026-05-22T21:34:48.932Zinfo: running `cargo check --bins` on oximeter-api (218/276)
39712026-05-22T21:34:49.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-05-22T21:34:49.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-05-22T21:34:49.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-05-22T21:34:49.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-05-22T21:34:49.526Z
39762026-05-22T21:34:49.526Zinfo: running `cargo check --bins` on cert-dev (219/276)
39772026-05-22T21:34:50.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-22T21:34:50.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-22T21:34:50.129Z Checking yasna v0.5.2
39802026-05-22T21:34:50.532Z Checking rcgen v0.12.1
39812026-05-22T21:34:50.782Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39822026-05-22T21:34:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39832026-05-22T21:34:51.131Z
39842026-05-22T21:34:51.132Zinfo: running `cargo check --bins` on clickana (220/276)
39852026-05-22T21:34:51.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-05-22T21:34:51.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-05-22T21:34:51.784Z Compiling darling_core v0.23.0
39882026-05-22T21:34:51.787Z Compiling instability v0.3.11
39892026-05-22T21:34:51.787Z Checking castaway v0.2.4
39902026-05-22T21:34:51.892Z Compiling indoc v2.0.7
39912026-05-22T21:34:51.896Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39922026-05-22T21:34:51.920Z Checking unicode-truncate v1.1.0
39932026-05-22T21:34:51.923Z Checking lru v0.12.5
39942026-05-22T21:34:51.923Z Checking cassowary v0.3.0
39952026-05-22T21:34:51.986Z Checking compact_str v0.8.1
39962026-05-22T21:34:52.953Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39972026-05-22T21:34:53.138Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39982026-05-22T21:34:53.278Z Compiling darling_macro v0.23.0
39992026-05-22T21:34:53.682Z Compiling darling v0.23.0
40002026-05-22T21:34:54.285Z Checking ratatui v0.29.0
40012026-05-22T21:34:55.320Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40022026-05-22T21:34:55.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.85s
40032026-05-22T21:34:56.171Z
40042026-05-22T21:34:56.171Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (221/276)
40052026-05-22T21:34:56.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-05-22T21:34:56.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-05-22T21:34:56.887Z Checking headers-core v0.3.0
40082026-05-22T21:34:56.887Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40092026-05-22T21:34:57.085Z Checking headers v0.4.1
40102026-05-22T21:34:57.450Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40112026-05-22T21:34:58.303Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40122026-05-22T21:34:58.807Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40132026-05-22T21:34:59.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40142026-05-22T21:34:59.425Z
40152026-05-22T21:34:59.425Zinfo: running `cargo check --bins` on ch-dev (222/276)
40162026-05-22T21:34:59.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40172026-05-22T21:34:59.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40182026-05-22T21:35:00.144Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40192026-05-22T21:35:00.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40202026-05-22T21:35:01.091Z
40212026-05-22T21:35:01.091Zinfo: running `cargo check --bins` on dev-tools-common (223/276)
40222026-05-22T21:35:01.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-22T21:35:01.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-22T21:35:01.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40252026-05-22T21:35:01.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40262026-05-22T21:35:01.563Z
40272026-05-22T21:35:01.563Zinfo: running `cargo check --bins` on crdb-seed (224/276)
40282026-05-22T21:35:02.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-22T21:35:02.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-22T21:35:02.277Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40312026-05-22T21:35:03.259Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40322026-05-22T21:35:03.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40332026-05-22T21:35:03.805Z
40342026-05-22T21:35:03.805Zinfo: running `cargo check --bins` on db-dev (225/276)
40352026-05-22T21:35:04.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-22T21:35:04.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-22T21:35:04.523Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40382026-05-22T21:35:05.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40392026-05-22T21:35:05.498Z
40402026-05-22T21:35:05.498Zinfo: running `cargo check --bins` on omicron-dev-lib (226/276)
40412026-05-22T21:35:06.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-22T21:35:06.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-22T21:35:06.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-05-22T21:35:06.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40452026-05-22T21:35:06.145Z
40462026-05-22T21:35:06.145Zinfo: running `cargo check --bins` on xtask-downloader (227/276)
40472026-05-22T21:35:06.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-22T21:35:06.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-22T21:35:06.761Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40502026-05-22T21:35:07.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40512026-05-22T21:35:07.626Z
40522026-05-22T21:35:07.627Zinfo: running `cargo check --bins` on omicron-dropshot-apis (228/276)
40532026-05-22T21:35:08.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-22T21:35:08.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-22T21:35:08.376Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40562026-05-22T21:35:08.376Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-05-22T21:35:08.379Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40582026-05-22T21:35:08.379Z Checking git-stub v1.0.0
40592026-05-22T21:35:08.379Z Compiling trait-variant v0.1.2
40602026-05-22T21:35:08.379Z Checking is_ci v1.2.0
40612026-05-22T21:35:08.516Z Checking maplit v1.0.2
40622026-05-22T21:35:08.525Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40632026-05-22T21:35:08.580Z Checking supports-color v3.0.2
40642026-05-22T21:35:08.627Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40652026-05-22T21:35:08.645Z Checking git-stub-vcs v0.1.0
40662026-05-22T21:35:08.708Z Checking drift v0.1.4
40672026-05-22T21:35:08.769Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40682026-05-22T21:35:08.833Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-05-22T21:35:08.848Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40702026-05-22T21:35:09.004Z Checking dropshot-api-manager v0.7.1
40712026-05-22T21:35:09.039Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
40722026-05-22T21:35:09.056Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40732026-05-22T21:35:09.070Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40742026-05-22T21:35:09.219Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40752026-05-22T21:35:09.277Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-05-22T21:35:09.453Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
40772026-05-22T21:35:09.769Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40782026-05-22T21:35:14.661Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40792026-05-22T21:35:15.737Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40802026-05-22T21:35:16.301Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40812026-05-22T21:35:16.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40822026-05-22T21:35:16.933Z
40832026-05-22T21:35:16.933Zinfo: running `cargo check --bins` on installinator-api (229/276)
40842026-05-22T21:35:17.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-05-22T21:35:17.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-05-22T21:35:17.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-05-22T21:35:17.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40882026-05-22T21:35:17.540Z
40892026-05-22T21:35:17.540Zinfo: running `cargo check --bins` on nexus-external-api (230/276)
40902026-05-22T21:35:18.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-22T21:35:18.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-22T21:35:18.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-22T21:35:18.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40942026-05-22T21:35:18.192Z
40952026-05-22T21:35:18.192Zinfo: running `cargo check --bins` on nexus-internal-api (231/276)
40962026-05-22T21:35:18.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-22T21:35:18.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-22T21:35:18.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-22T21:35:18.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41002026-05-22T21:35:18.834Z
41012026-05-22T21:35:18.834Zinfo: running `cargo check --bins` on nexus-lockstep-api (232/276)
41022026-05-22T21:35:19.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-22T21:35:19.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-22T21:35:19.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-22T21:35:19.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41062026-05-22T21:35:19.475Z
41072026-05-22T21:35:19.475Zinfo: running `cargo check --bins` on ntp-admin-api (233/276)
41082026-05-22T21:35:19.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-22T21:35:19.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-22T21:35:19.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-22T21:35:19.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41122026-05-22T21:35:20.078Z
41132026-05-22T21:35:20.078Zinfo: running `cargo check --bins` on ntp-admin-types-versions (234/276)
41142026-05-22T21:35:20.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-22T21:35:20.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-22T21:35:20.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-22T21:35:20.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-22T21:35:20.672Z
41192026-05-22T21:35:20.672Zinfo: running `cargo check --bins` on wicketd-api (235/276)
41202026-05-22T21:35:21.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-22T21:35:21.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-22T21:35:21.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-22T21:35:21.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41242026-05-22T21:35:21.292Z
41252026-05-22T21:35:21.292Zinfo: running `cargo check --bins` on omicron-ls-apis (236/276)
41262026-05-22T21:35:21.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-22T21:35:21.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-22T21:35:21.906Z Checking typeid v1.0.3
41292026-05-22T21:35:22.020Z Checking ordered-float v2.10.1
41302026-05-22T21:35:22.039Z Checking unicode-xid v0.2.6
41312026-05-22T21:35:22.053Z Checking cargo-platform v0.2.0
41322026-05-22T21:35:22.056Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41332026-05-22T21:35:22.087Z Checking erased-serde v0.4.9
41342026-05-22T21:35:22.220Z Checking serde-value v0.7.0
41352026-05-22T21:35:22.397Z Checking serde-untagged v0.1.9
41362026-05-22T21:35:22.551Z Checking cargo-util-schemas v0.8.2
41372026-05-22T21:35:23.220Z Checking cargo_metadata v0.21.0
41382026-05-22T21:35:23.817Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-05-22T21:35:24.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41402026-05-22T21:35:24.674Z
41412026-05-22T21:35:24.674Zinfo: running `cargo check --bins` on mgs-dev (237/276)
41422026-05-22T21:35:25.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-22T21:35:25.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-22T21:35:25.414Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-05-22T21:35:26.037Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-05-22T21:35:26.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
41472026-05-22T21:35:26.752Z
41482026-05-22T21:35:26.752Zinfo: running `cargo check --bins` on omicron-omdb (238/276)
41492026-05-22T21:35:27.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-05-22T21:35:27.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-05-22T21:35:27.616Z Compiling vergen-gitcl v1.0.8
41522026-05-22T21:35:27.617Z Compiling dirs-sys-next v0.1.2
41532026-05-22T21:35:27.617Z Compiling crunchy v0.2.4
41542026-05-22T21:35:27.617Z Compiling diesel_derives v2.3.7
41552026-05-22T21:35:27.617Z Compiling glob v0.3.3
41562026-05-22T21:35:27.617Z Compiling dsl_auto_type v0.2.0
41572026-05-22T21:35:27.620Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-22T21:35:27.620Z Checking scheduled-thread-pool v0.2.7
41592026-05-22T21:35:27.892Z Compiling diesel_table_macro_syntax v0.3.0
41602026-05-22T21:35:27.945Z Compiling dirs-next v2.0.0
41612026-05-22T21:35:27.958Z Compiling tiny-keccak v2.0.2
41622026-05-22T21:35:28.069Z Compiling term v0.7.0
41632026-05-22T21:35:28.095Z Checking r2d2 v0.8.10
41642026-05-22T21:35:28.135Z Compiling bit-vec v0.6.3
41652026-05-22T21:35:28.170Z Checking downcast-rs v2.0.2
41662026-05-22T21:35:28.184Z Compiling clang-sys v1.8.1
41672026-05-22T21:35:28.281Z Compiling itertools v0.10.5
41682026-05-22T21:35:28.352Z Compiling ascii-canvas v3.0.0
41692026-05-22T21:35:28.554Z Compiling bit-set v0.5.3
41702026-05-22T21:35:28.596Z Compiling ena v0.14.4
41712026-05-22T21:35:28.613Z Compiling libloading v0.8.9
41722026-05-22T21:35:28.636Z Compiling bindgen v0.71.1
41732026-05-22T21:35:28.692Z Compiling diff v0.1.13
41742026-05-22T21:35:28.722Z Compiling regex-syntax v0.6.29
41752026-05-22T21:35:28.830Z Compiling cexpr v0.6.0
41762026-05-22T21:35:28.958Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-05-22T21:35:29.130Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-05-22T21:35:29.146Z Compiling rustc-hash v2.1.1
41792026-05-22T21:35:29.280Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-05-22T21:35:29.315Z Compiling libxml v0.3.3
41812026-05-22T21:35:29.342Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-05-22T21:35:29.496Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-05-22T21:35:29.563Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-05-22T21:35:29.652Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-05-22T21:35:29.754Z Compiling strum_macros v0.24.3
41862026-05-22T21:35:29.868Z Compiling indoc v1.0.9
41872026-05-22T21:35:30.302Z Compiling lalrpop v0.19.12
41882026-05-22T21:35:30.764Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-05-22T21:35:30.780Z Checking derive_builder v0.20.2
41902026-05-22T21:35:30.894Z Compiling oso-derive v0.27.3
41912026-05-22T21:35:30.952Z Checking quick-xml v0.37.5
41922026-05-22T21:35:31.083Z Compiling impl-trait-for-tuples v0.2.3
41932026-05-22T21:35:31.383Z Checking openssl-probe v0.1.6
41942026-05-22T21:35:31.527Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-05-22T21:35:31.815Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-05-22T21:35:32.009Z Checking bb8 v0.8.6
41972026-05-22T21:35:32.272Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-05-22T21:35:32.293Z Checking nonempty v0.12.0
41992026-05-22T21:35:32.432Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-05-22T21:35:32.456Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-05-22T21:35:32.493Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-05-22T21:35:32.607Z Checking console v0.16.2
42032026-05-22T21:35:32.643Z Checking unit-prefix v0.5.2
42042026-05-22T21:35:32.677Z Checking support-bundle-viewer v0.1.2
42052026-05-22T21:35:32.774Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42062026-05-22T21:35:32.914Z Checking indicatif v0.18.4
42072026-05-22T21:35:32.917Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42082026-05-22T21:35:33.066Z Checking multimap v0.10.1
42092026-05-22T21:35:33.529Z Checking diesel v2.3.7
42102026-05-22T21:35:35.427Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42112026-05-22T21:35:35.906Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42122026-05-22T21:35:35.948Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42132026-05-22T21:35:36.234Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-05-22T21:35:37.028Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42152026-05-22T21:35:37.087Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42162026-05-22T21:35:37.619Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42172026-05-22T21:35:38.287Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42182026-05-22T21:35:40.335Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42192026-05-22T21:35:44.977Z Compiling samael v0.0.19
42202026-05-22T21:35:49.574Z Checking diesel-dtrace v0.5.0
42212026-05-22T21:35:49.807Z Checking async-bb8-diesel v0.2.1
42222026-05-22T21:35:50.912Z Compiling polar-core v0.27.3
42232026-05-22T21:35:55.309Z Checking oso v0.27.3
42242026-05-22T21:36:31.123Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42252026-05-22T21:37:04.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42262026-05-22T21:37:04.536Z
42272026-05-22T21:37:04.536Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (239/276)
42282026-05-22T21:37:05.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-05-22T21:37:05.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-05-22T21:37:05.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-05-22T21:37:05.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42322026-05-22T21:37:05.199Z
42332026-05-22T21:37:05.199Zinfo: running `cargo check --bins` on nexus-saga-recovery (240/276)
42342026-05-22T21:37:05.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-05-22T21:37:05.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-05-22T21:37:05.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-05-22T21:37:05.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42382026-05-22T21:37:05.858Z
42392026-05-22T21:37:05.858Zinfo: running `cargo check --bins` on nexus-test-utils-macros (241/276)
42402026-05-22T21:37:06.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-22T21:37:06.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-22T21:37:06.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-22T21:37:06.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-05-22T21:37:06.452Z
42452026-05-22T21:37:06.452Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/276)
42462026-05-22T21:37:07.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-22T21:37:07.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-22T21:37:07.330Z Compiling libz-sys v1.1.24
42492026-05-22T21:37:07.462Z Compiling libgit2-sys v0.18.3+1.9.2
42502026-05-22T21:37:07.474Z Compiling vergen-git2 v1.0.7
42512026-05-22T21:37:07.507Z Compiling rustls v0.21.12
42522026-05-22T21:37:07.510Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42532026-05-22T21:37:07.510Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-05-22T21:37:07.513Z Checking rustls-webpki v0.101.7
42552026-05-22T21:37:07.513Z Checking sct v0.7.1
42562026-05-22T21:37:07.661Z Compiling nix v0.29.0
42572026-05-22T21:37:07.680Z Compiling dropshot v0.16.7
42582026-05-22T21:37:07.719Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42592026-05-22T21:37:07.767Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-05-22T21:37:07.851Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42612026-05-22T21:37:07.933Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42622026-05-22T21:37:07.950Z Checking toml v0.9.12+spec-1.1.0
42632026-05-22T21:37:08.020Z Compiling dropshot_endpoint v0.16.7
42642026-05-22T21:37:08.146Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42652026-05-22T21:37:08.283Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42662026-05-22T21:37:08.497Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-22T21:37:08.531Z Checking rustls-pemfile v1.0.4
42682026-05-22T21:37:08.687Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42692026-05-22T21:37:08.879Z Checking twox-hash v2.1.2
42702026-05-22T21:37:08.910Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42712026-05-22T21:37:09.177Z Checking tokio-rustls v0.24.1
42722026-05-22T21:37:09.651Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42732026-05-22T21:37:09.795Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42742026-05-22T21:37:09.839Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42752026-05-22T21:37:10.333Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42762026-05-22T21:37:10.380Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42772026-05-22T21:37:10.499Z Checking fatfs v0.3.6
42782026-05-22T21:37:10.519Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42792026-05-22T21:37:10.537Z Compiling seq-macro v0.3.6
42802026-05-22T21:37:14.340Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-05-22T21:37:14.466Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42822026-05-22T21:37:14.760Z Compiling git2 v0.20.4
42832026-05-22T21:37:16.963Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42842026-05-22T21:38:02.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.46s
42852026-05-22T21:38:03.138Z
42862026-05-22T21:38:03.138Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/276)
42872026-05-22T21:38:03.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-05-22T21:38:03.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-05-22T21:38:04.033Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42902026-05-22T21:38:42.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.19s
42912026-05-22T21:38:42.561Z
42922026-05-22T21:38:42.561Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/276)
42932026-05-22T21:38:43.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-05-22T21:38:43.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-05-22T21:38:43.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-05-22T21:38:43.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42972026-05-22T21:38:43.157Z
42982026-05-22T21:38:43.157Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/276)
42992026-05-22T21:38:43.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-22T21:38:43.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-22T21:38:43.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-05-22T21:38:43.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-05-22T21:38:43.803Z
43042026-05-22T21:38:43.803Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/276)
43052026-05-22T21:38:44.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-22T21:38:44.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-22T21:38:44.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-22T21:38:44.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-05-22T21:38:44.456Z
43102026-05-22T21:38:44.456Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/276)
43112026-05-22T21:38:45.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-22T21:38:45.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-22T21:38:45.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-22T21:38:45.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-05-22T21:38:45.118Z
43162026-05-22T21:38:45.118Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/276)
43172026-05-22T21:38:45.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-22T21:38:45.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-22T21:38:45.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-22T21:38:45.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43212026-05-22T21:38:45.757Z
43222026-05-22T21:38:45.757Zinfo: running `cargo check --bins` on nexus-networking (249/276)
43232026-05-22T21:38:46.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-22T21:38:46.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-22T21:38:46.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-22T21:38:46.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-05-22T21:38:46.418Z
43282026-05-22T21:38:46.418Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (250/276)
43292026-05-22T21:38:46.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-22T21:38:46.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-22T21:38:46.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-22T21:38:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43332026-05-22T21:38:47.081Z
43342026-05-22T21:38:47.082Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (251/276)
43352026-05-22T21:38:47.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-22T21:38:47.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-22T21:38:47.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-22T21:38:47.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43392026-05-22T21:38:47.748Z
43402026-05-22T21:38:47.748Zinfo: running `cargo check --bins` on omicron-dev (252/276)
43412026-05-22T21:38:48.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-22T21:38:48.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-22T21:38:48.652Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43442026-05-22T21:38:48.652Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43452026-05-22T21:38:48.841Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43462026-05-22T21:38:48.872Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43472026-05-22T21:38:48.892Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43482026-05-22T21:38:48.898Z Checking yansi v1.0.1
43492026-05-22T21:38:48.898Z Checking diff v0.1.13
43502026-05-22T21:38:48.909Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43512026-05-22T21:38:48.977Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43522026-05-22T21:38:49.171Z Checking pretty_assertions v1.4.1
43532026-05-22T21:38:49.815Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43542026-05-22T21:38:49.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552026-05-22T21:39:13.387Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43562026-05-22T21:39:13.390Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43572026-05-22T21:39:13.390Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43582026-05-22T21:39:13.390Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43592026-05-22T21:39:13.390Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43602026-05-22T21:39:13.390Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43612026-05-22T21:39:14.193Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43622026-05-22T21:39:15.287Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43632026-05-22T21:39:53.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43642026-05-22T21:39:53.751Z
43652026-05-22T21:39:53.751Zinfo: running `cargo check --bins` on omicron-pins (253/276)
43662026-05-22T21:39:54.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-05-22T21:39:54.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-05-22T21:39:54.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43692026-05-22T21:39:54.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43702026-05-22T21:39:54.346Z
43712026-05-22T21:39:54.346Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (254/276)
43722026-05-22T21:39:54.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43732026-05-22T21:39:54.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43742026-05-22T21:39:55.117Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43752026-05-22T21:39:55.240Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43762026-05-22T21:39:55.243Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43772026-05-22T21:40:20.771Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43782026-05-22T21:40:21.161Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43792026-05-22T21:40:22.839Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43802026-05-22T21:40:23.291Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43812026-05-22T21:40:26.180Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43822026-05-22T21:40:48.746Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43832026-05-22T21:40:49.448Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43842026-05-22T21:40:51.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.72s
43852026-05-22T21:40:51.283Z
43862026-05-22T21:40:51.283Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (255/276)
43872026-05-22T21:40:51.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-22T21:40:51.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-22T21:40:51.999Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43902026-05-22T21:40:52.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43912026-05-22T21:40:52.885Z
43922026-05-22T21:40:52.885Zinfo: running `cargo check --bins` on omicron-releng (256/276)
43932026-05-22T21:40:53.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43942026-05-22T21:40:53.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43952026-05-22T21:40:53.536Z Compiling blake3 v1.8.3
43962026-05-22T21:40:53.645Z Checking arrayvec v0.7.6
43972026-05-22T21:40:53.647Z Checking constant_time_eq v0.4.2
43982026-05-22T21:40:53.651Z Checking arrayref v0.3.9
43992026-05-22T21:40:53.665Z Checking topological-sort v0.2.2
44002026-05-22T21:40:53.668Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44012026-05-22T21:40:53.668Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44022026-05-22T21:40:53.668Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44032026-05-22T21:40:53.717Z Checking shell-words v1.1.1
44042026-05-22T21:40:54.427Z Checking omicron-zone-package v0.12.2
44052026-05-22T21:40:55.137Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44062026-05-22T21:40:56.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.11s
44072026-05-22T21:40:56.210Z
44082026-05-22T21:40:56.210Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (257/276)
44092026-05-22T21:40:56.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-05-22T21:40:56.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-05-22T21:40:56.855Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44122026-05-22T21:40:57.174Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44132026-05-22T21:40:57.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44142026-05-22T21:40:57.767Z
44152026-05-22T21:40:57.767Zinfo: running `cargo check --bins` on schema (258/276)
44162026-05-22T21:40:58.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44172026-05-22T21:40:58.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44182026-05-22T21:40:58.491Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44192026-05-22T21:40:59.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44202026-05-22T21:40:59.378Z
44212026-05-22T21:40:59.378Zinfo: running `cargo check --bins` on xtask (259/276)
44222026-05-22T21:40:59.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-22T21:40:59.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-22T21:40:59.835Z Checking libc v0.2.185
44252026-05-22T21:40:59.840Z Checking serde v1.0.228
44262026-05-22T21:40:59.920Z Checking zerofrom v0.1.6
44272026-05-22T21:40:59.925Z Checking bitflags v2.11.0
44282026-05-22T21:40:59.930Z Checking smallvec v1.15.1
44292026-05-22T21:40:59.935Z Checking indexmap v2.14.0
44302026-05-22T21:40:59.945Z Checking serde_json v1.0.149
44312026-05-22T21:40:59.950Z Checking scroll v0.12.0
44322026-05-22T21:41:00.018Z Checking yoke v0.8.1
44332026-05-22T21:41:00.076Z Checking num-traits v0.2.19
44342026-05-22T21:41:00.203Z Checking thiserror v1.0.69
44352026-05-22T21:41:00.203Z Checking log v0.4.29
44362026-05-22T21:41:00.203Z Checking zerovec v0.11.5
44372026-05-22T21:41:00.203Z Checking zerotrie v0.2.3
44382026-05-22T21:41:00.206Z Checking errno v0.3.14
44392026-05-22T21:41:00.301Z Checking toml_datetime v0.6.11
44402026-05-22T21:41:00.314Z Checking serde_spanned v0.6.9
44412026-05-22T21:41:00.317Z Checking rustix v1.1.3
44422026-05-22T21:41:00.426Z Checking percent-encoding v2.3.2
44432026-05-22T21:41:00.443Z Checking goblin v0.8.2
44442026-05-22T21:41:00.454Z Checking zerocopy v0.7.35
44452026-05-22T21:41:00.476Z Checking toml_edit v0.22.27
44462026-05-22T21:41:00.539Z Checking getrandom v0.4.1
44472026-05-22T21:41:00.568Z Checking form_urlencoded v1.2.2
44482026-05-22T21:41:00.579Z Checking ordered-float v2.10.1
44492026-05-22T21:41:00.605Z Checking tinystr v0.8.2
44502026-05-22T21:41:00.665Z Checking potential_utf v0.1.4
44512026-05-22T21:41:00.693Z Checking thiserror v2.0.18
44522026-05-22T21:41:00.782Z Checking icu_locale_core v2.1.1
44532026-05-22T21:41:00.792Z Checking serde-value v0.7.0
44542026-05-22T21:41:00.795Z Checking icu_collections v2.1.1
44552026-05-22T21:41:00.801Z Checking syn v2.0.117
44562026-05-22T21:41:00.935Z Checking dtrace-parser v0.2.0
44572026-05-22T21:41:01.013Z Checking thread-id v4.2.2
44582026-05-22T21:41:01.093Z Checking once_cell v1.21.3
44592026-05-22T21:41:01.106Z Checking cargo-platform v0.2.0
44602026-05-22T21:41:01.121Z Checking terminal_size v0.4.3
44612026-05-22T21:41:01.168Z Checking memmap v0.7.0
44622026-05-22T21:41:01.231Z Checking clap_builder v4.5.60
44632026-05-22T21:41:01.265Z Checking tempfile v3.25.0
44642026-05-22T21:41:01.278Z Checking textwrap v0.16.2
44652026-05-22T21:41:01.316Z Checking fs-err v3.3.0
44662026-05-22T21:41:01.333Z Checking icu_provider v2.1.1
44672026-05-22T21:41:01.451Z Checking camino-tempfile v1.4.1
44682026-05-22T21:41:01.481Z Checking tabled v0.15.0
44692026-05-22T21:41:01.491Z Checking anyhow v1.0.102
44702026-05-22T21:41:01.560Z Checking toml v0.8.23
44712026-05-22T21:41:01.571Z Checking icu_normalizer v2.1.1
44722026-05-22T21:41:01.601Z Checking icu_properties v2.1.2
44732026-05-22T21:41:01.683Z Checking macaddr v1.0.1
44742026-05-22T21:41:01.860Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44752026-05-22T21:41:01.872Z Checking cargo_toml v0.21.0
44762026-05-22T21:41:02.309Z Checking dof v0.3.0
44772026-05-22T21:41:02.396Z Checking idna_adapter v1.2.1
44782026-05-22T21:41:02.430Z Checking clap v4.5.60
44792026-05-22T21:41:02.513Z Checking idna v1.1.0
44802026-05-22T21:41:02.593Z Checking usdt-impl v0.5.0
44812026-05-22T21:41:02.726Z Checking url v2.5.8
44822026-05-22T21:41:02.839Z Checking usdt v0.5.0
44832026-05-22T21:41:03.058Z Checking cargo-util-schemas v0.8.2
44842026-05-22T21:41:03.739Z Checking cargo_metadata v0.21.0
44852026-05-22T21:41:04.337Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44862026-05-22T21:41:04.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
44872026-05-22T21:41:04.871Z
44882026-05-22T21:41:04.871Zinfo: running `cargo check --bins` on dnsadm (260/276)
44892026-05-22T21:41:05.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44902026-05-22T21:41:05.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44912026-05-22T21:41:05.506Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44922026-05-22T21:41:05.985Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44932026-05-22T21:41:06.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44942026-05-22T21:41:06.573Z
44952026-05-22T21:41:06.573Zinfo: running `cargo check --bins` on end-to-end-tests (261/276)
44962026-05-22T21:41:07.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-05-22T21:41:07.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-05-22T21:41:07.368Z Checking polyval v0.6.2
44992026-05-22T21:41:07.492Z Checking ctr v0.9.2
45002026-05-22T21:41:07.503Z Checking ssh-encoding v0.2.0
45012026-05-22T21:41:07.503Z Checking blowfish v0.9.1
45022026-05-22T21:41:07.523Z Checking password-hash v0.4.2
45032026-05-22T21:41:07.539Z Checking p256 v0.13.2
45042026-05-22T21:41:07.539Z Checking p521 v0.13.3
45052026-05-22T21:41:07.567Z Checking russh-cryptovec v0.7.3
45062026-05-22T21:41:07.634Z Checking ghash v0.5.1
45072026-05-22T21:41:07.652Z Checking bcrypt-pbkdf v0.10.0
45082026-05-22T21:41:07.652Z Checking md5 v0.7.0
45092026-05-22T21:41:07.717Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45102026-05-22T21:41:07.732Z Checking num-bigint v0.4.6
45112026-05-22T21:41:07.745Z Checking pbkdf2 v0.11.0
45122026-05-22T21:41:07.788Z Checking aes-gcm v0.10.3
45132026-05-22T21:41:07.805Z Checking des v0.8.1
45142026-05-22T21:41:07.838Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-05-22T21:41:07.864Z Checking hex-literal v0.4.1
45162026-05-22T21:41:07.914Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45172026-05-22T21:41:07.932Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45182026-05-22T21:41:07.945Z Checking ssh-cipher v0.2.0
45192026-05-22T21:41:07.965Z Checking socket2 v0.5.10
45202026-05-22T21:41:07.970Z Checking internet-checksum v0.2.1
45212026-05-22T21:41:08.107Z Checking ssh-key v0.6.7
45222026-05-22T21:41:08.228Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45232026-05-22T21:41:08.727Z Checking russh-keys v0.45.0
45242026-05-22T21:41:09.272Z Checking russh v0.45.0
45252026-05-22T21:41:25.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
45262026-05-22T21:41:25.498Z
45272026-05-22T21:41:25.498Zinfo: running `cargo check --bins` on gateway-cli (262/276)
45282026-05-22T21:41:26.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-05-22T21:41:26.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-05-22T21:41:26.141Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45312026-05-22T21:41:26.250Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45322026-05-22T21:41:26.257Z Checking termios v0.3.3
45332026-05-22T21:41:27.449Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45342026-05-22T21:41:27.599Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45352026-05-22T21:41:29.417Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45362026-05-22T21:41:29.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s
45372026-05-22T21:41:30.577Z
45382026-05-22T21:41:30.577Zinfo: running `cargo check --bins --no-default-features` on installinator (263/276)
45392026-05-22T21:41:30.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45402026-05-22T21:41:30.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45412026-05-22T21:41:30.878Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45422026-05-22T21:41:30.991Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45432026-05-22T21:41:30.999Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45442026-05-22T21:41:31.005Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45452026-05-22T21:41:31.013Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45462026-05-22T21:41:31.020Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45472026-05-22T21:41:31.733Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45482026-05-22T21:41:32.063Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45492026-05-22T21:41:32.066Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45502026-05-22T21:41:32.706Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45512026-05-22T21:41:34.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45522026-05-22T21:41:34.526Z
45532026-05-22T21:41:34.526Zinfo: running `cargo check --bins` on internal-dns-cli (264/276)
45542026-05-22T21:41:35.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-22T21:41:35.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-22T21:41:35.162Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45572026-05-22T21:41:35.610Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45582026-05-22T21:41:35.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45592026-05-22T21:41:36.157Z
45602026-05-22T21:41:36.157Zinfo: running `cargo check --bins` on omicron-live-tests (265/276)
45612026-05-22T21:41:36.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-05-22T21:41:36.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-05-22T21:41:36.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-05-22T21:41:36.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45652026-05-22T21:41:36.711Z
45662026-05-22T21:41:36.711Zinfo: running `cargo check --bins` on live-tests-macros (266/276)
45672026-05-22T21:41:37.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-22T21:41:37.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-22T21:41:37.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-05-22T21:41:37.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45712026-05-22T21:41:37.297Z
45722026-05-22T21:41:37.297Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (267/276)
45732026-05-22T21:41:37.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-22T21:41:37.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-22T21:41:38.046Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45762026-05-22T21:41:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45772026-05-22T21:41:38.840Z
45782026-05-22T21:41:38.840Zinfo: running `cargo check --bins` on omicron-ntp-admin (268/276)
45792026-05-22T21:41:39.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-22T21:41:39.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-22T21:41:39.484Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45822026-05-22T21:41:39.489Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45832026-05-22T21:41:39.760Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45842026-05-22T21:41:39.760Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45852026-05-22T21:41:40.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45862026-05-22T21:41:40.739Z
45872026-05-22T21:41:40.739Zinfo: running `cargo check --bins` on ntp-admin-types (269/276)
45882026-05-22T21:41:41.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-22T21:41:41.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-22T21:41:41.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45912026-05-22T21:41:41.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45922026-05-22T21:41:41.341Z
45932026-05-22T21:41:41.341Zinfo: running `cargo check --bins` on omicron-package (270/276)
45942026-05-22T21:41:41.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-22T21:41:41.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-22T21:41:42.006Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45972026-05-22T21:41:43.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
45982026-05-22T21:41:43.259Z
45992026-05-22T21:41:43.260Zinfo: running `cargo check --bins` on tqdb (271/276)
46002026-05-22T21:41:43.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-22T21:41:43.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-22T21:41:44.037Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46032026-05-22T21:41:44.387Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46042026-05-22T21:41:44.894Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46052026-05-22T21:41:44.898Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46062026-05-22T21:41:50.711Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46072026-05-22T21:41:50.719Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46082026-05-22T21:41:51.275Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46092026-05-22T21:41:51.275Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46102026-05-22T21:41:51.284Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46112026-05-22T21:41:51.285Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46122026-05-22T21:41:52.029Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46132026-05-22T21:41:56.860Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46142026-05-22T21:41:56.923Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46152026-05-22T21:41:56.923Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46162026-05-22T21:41:58.635Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46172026-05-22T21:42:04.955Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46182026-05-22T21:42:04.958Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46192026-05-22T21:42:04.958Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46202026-05-22T21:42:04.958Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46212026-05-22T21:42:06.433Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46222026-05-22T21:42:07.753Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46232026-05-22T21:42:08.424Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46242026-05-22T21:42:09.648Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46252026-05-22T21:42:10.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.93s
46262026-05-22T21:42:10.405Z
46272026-05-22T21:42:10.405Zinfo: running `cargo check --bins` on wicket-dbg (272/276)
46282026-05-22T21:42:10.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-05-22T21:42:10.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-05-22T21:42:11.116Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46312026-05-22T21:42:11.116Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46322026-05-22T21:42:11.119Z Checking rtoolbox v0.0.3
46332026-05-22T21:42:11.245Z Checking tui-tree-widget v0.23.1
46342026-05-22T21:42:11.342Z Checking rpassword v7.4.0
46352026-05-22T21:42:12.345Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46362026-05-22T21:42:15.266Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46372026-05-22T21:42:17.088Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46382026-05-22T21:42:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
46392026-05-22T21:42:18.183Z
46402026-05-22T21:42:18.183Zinfo: running `cargo check --bins` on wicket (273/276)
46412026-05-22T21:42:18.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-22T21:42:18.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-22T21:42:18.870Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46442026-05-22T21:42:19.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46452026-05-22T21:42:19.436Z
46462026-05-22T21:42:19.436Zinfo: running `cargo check --bins` on wicketd (274/276)
46472026-05-22T21:42:19.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46482026-05-22T21:42:19.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46492026-05-22T21:42:20.153Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46502026-05-22T21:42:20.156Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46512026-05-22T21:42:20.157Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46522026-05-22T21:42:20.157Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46532026-05-22T21:42:21.135Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542026-05-22T21:42:21.711Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46552026-05-22T21:42:24.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s
46562026-05-22T21:42:24.841Z
46572026-05-22T21:42:24.841Zinfo: running `cargo check --bins` on omicron-workspace-hack (275/276)
46582026-05-22T21:42:25.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46592026-05-22T21:42:25.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46602026-05-22T21:42:25.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46612026-05-22T21:42:25.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46622026-05-22T21:42:25.420Z
46632026-05-22T21:42:25.421Zinfo: running `cargo check --bins` on zone-setup (276/276)
46642026-05-22T21:42:25.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-05-22T21:42:25.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-05-22T21:42:26.090Z Checking uzers v0.12.2
46672026-05-22T21:42:26.358Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46682026-05-22T21:42:27.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46692026-05-22T21:42:27.302Z
46702026-05-22T21:42:27.303Zreal 14:06.097152652
46712026-05-22T21:42:27.303Zuser 20:27.721944062
46722026-05-22T21:42:27.303Zsys 4:15.370448853
46732026-05-22T21:42:27.303Ztrap 0.327239099
46742026-05-22T21:42:27.303Ztflt 0.692846350
46752026-05-22T21:42:27.303Zdflt 1.160734498
46762026-05-22T21:42:27.303Zkflt 0.006082799
46772026-05-22T21:42:27.303Zlock 1:16:14.418826216
46782026-05-22T21:42:27.303Zslp 1:37:56.678422553
46792026-05-22T21:42:27.303Zlat 56.313879367
46802026-05-22T21:42:27.303Zstop 3:29.289891795
46812026-05-22T21:42:27.306Zprocess exited: duration 981666 ms, exit code 0
 
46822026-05-22T21:42:27.314Zfound 0 output files