01KMH1TYFCT673JPS3B74AH115: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMH1VDJXEN5TNFBC1SJX92ZE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T23:11:55.667Zjob assigned to worker 01KMH1VGJ7Q9D54YJVK0E3RKBW [factory aws, i-02fdb8b44f9ebd300] (queued for 49 s)
 
22026-03-24T23:12:03.500Zstarting task 0: "setup"
32026-03-24T23:12:03.504Z++ uname -s
42026-03-24T23:12:03.507Z+ kern=SunOS
52026-03-24T23:12:03.507Z+ build_user=build
62026-03-24T23:12:03.507Z+ build_uid=12345
72026-03-24T23:12:03.507Z+ work_dir=/work
82026-03-24T23:12:03.507Z+ input_dir=/input
92026-03-24T23:12:03.507Z+ [[ 0 == 12345 ]]
102026-03-24T23:12:03.507Z+ case "$kern" in
112026-03-24T23:12:03.507Z+ groupadd -g 12345 build
122026-03-24T23:12:03.510Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T23:12:05.516Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T23:12:05.563Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T23:12:05.566Z+ home_fs=zfs
162026-03-24T23:12:05.566Z+ [[ zfs == autofs ]]
172026-03-24T23:12:05.566Z+ mkdir -p /home/build
182026-03-24T23:12:05.566Z+ chown build:build /home/build /work
192026-03-24T23:12:07.579Z+ chmod 0700 /home/build /work
202026-03-24T23:12:07.603Zprocess exited: duration 4071 ms, exit code 0
 
212026-03-24T23:12:07.688Zstarting task 1: "rust-toolchain"
222026-03-24T23:12:07.709Z * rust toolchain channel = "1.94.0"
232026-03-24T23:12:07.709Z * rust toolchain profile = "default"
242026-03-24T23:12:07.709Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
252026-03-24T23:12:07.709Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-24T23:12:07.709Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T23:12:07.709Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T23:12:07.709Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T23:12:07.709Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T23:12:07.779Zinfo: downloading installer
312026-03-24T23:12:09.537Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T23:12:09.537Zwarn: /opt/ooce/bin
332026-03-24T23:12:09.537Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T23:12:09.537Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T23:12:09.537Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T23:12:09.538Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T23:12:09.538Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T23:12:09.538Zerror: cannot install while Rust is installed
392026-03-24T23:12:09.538Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T23:12:09.538Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T23:12:09.538Zwarn: /home/build/.rustup/settings.toml
422026-03-24T23:12:09.538Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T23:12:09.538Zwarn: instead of the one inferred from the default host triple.
442026-03-24T23:12:09.562Zinfo: profile set to default
452026-03-24T23:12:09.562Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T23:12:09.565Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T23:12:09.731Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T23:12:09.734Zinfo: downloading 6 components
492026-03-24T23:12:26.513Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T23:12:26.513Z
512026-03-24T23:12:26.557Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T23:12:26.557Z
532026-03-24T23:12:26.557Z
542026-03-24T23:12:26.561ZRust is installed now. Great!
552026-03-24T23:12:26.561Z
562026-03-24T23:12:26.561ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T23:12:26.561Zenvironment variable. This has not been done automatically.
582026-03-24T23:12:26.561Z
592026-03-24T23:12:26.561ZTo configure your current shell, you need to source
602026-03-24T23:12:26.561Zthe corresponding env file under $HOME/.cargo.
612026-03-24T23:12:26.561Z
622026-03-24T23:12:26.561ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T23:12:26.561Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T23:12:26.561Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T23:12:26.561Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T23:12:26.561Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T23:12:26.561Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T23:12:26.561Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T23:12:26.561Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T23:12:26.561Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T23:12:26.673Z+ rustup --version
722026-03-24T23:12:26.684Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T23:12:26.687Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T23:12:26.711Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T23:12:26.714Z+ cargo --version
762026-03-24T23:12:26.730Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T23:12:26.734Z+ rustc --version
782026-03-24T23:12:26.759Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T23:12:26.763Zprocess exited: duration 19114 ms, exit code 0
 
802026-03-24T23:12:26.772Zstarting task 2: "authentication"
812026-03-24T23:12:26.790Zprocess exited: duration 19 ms, exit code 0
 
822026-03-24T23:12:26.798Zstarting task 3: "clone repository"
832026-03-24T23:12:26.801Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T23:12:26.804Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T23:12:26.826ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T23:12:38.349Z+ cd /work/oxidecomputer/omicron
872026-03-24T23:12:38.349Z+ git fetch origin a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
882026-03-24T23:12:38.644ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T23:12:38.644Z * branch a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e -> FETCH_HEAD
902026-03-24T23:12:38.655Z+ [[ -n txn-sitrep-insert ]]
912026-03-24T23:12:38.658Z++ git branch --show-current
922026-03-24T23:12:38.661Z+ current=main
932026-03-24T23:12:38.661Z+ [[ main != txn-sitrep-insert ]]
942026-03-24T23:12:38.661Z+ git branch -f txn-sitrep-insert a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
952026-03-24T23:12:38.664Z+ git checkout -f txn-sitrep-insert
962026-03-24T23:12:38.980ZSwitched to branch 'txn-sitrep-insert'
972026-03-24T23:12:38.983Z+ git reset --hard a1d650fe707307ba5c4ed7d5748ada8b2eeaf42e
982026-03-24T23:12:39.041ZHEAD is now at a1d650fe7 better error context
992026-03-24T23:12:39.044Zprocess exited: duration 12237 ms, exit code 0
 
1002026-03-24T23:12:39.050Zstarting task 4: "build"
1012026-03-24T23:12:39.054Z+ source .github/buildomat/ci-env.sh
1022026-03-24T23:12:39.057Z++ export CARGO_TERM_COLOR=always
1032026-03-24T23:12:39.057Z++ CARGO_TERM_COLOR=always
1042026-03-24T23:12:39.057Z+ cargo --version
1052026-03-24T23:12:39.066Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T23:12:39.069Z+ rustc --version
1072026-03-24T23:12:39.094Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T23:12:39.098Z+ source ./env.sh
1092026-03-24T23:12:39.098Z++ OLD_SHELL_OPTS=ehxB
1102026-03-24T23:12:39.098Z++ set -o xtrace
1112026-03-24T23:12:39.101Z++++ dirname ./env.sh
1122026-03-24T23:12:39.101Z+++ readlink -f .
1132026-03-24T23:12:39.104Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-24T23:12:39.104Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-24T23:12:39.104Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-24T23:12:39.104Z++ 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
1172026-03-24T23:12:39.104Z++ 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
1182026-03-24T23:12:39.104Z++ 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
1192026-03-24T23:12:39.104Z++ 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
1202026-03-24T23:12:39.104Z++ 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
1212026-03-24T23:12:39.104Z++ 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
1222026-03-24T23:12:39.104Z++ case $OLD_SHELL_OPTS in
1232026-03-24T23:12:39.104Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-24T23:12:39.104Z+ 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
1252026-03-24T23:12:39.104Z+ 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
1262026-03-24T23:12:39.104Z+ banner prerequisites
1272026-03-24T23:12:39.108Z
1282026-03-24T23:12:39.108Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-24T23:12:39.108Z # # # # # # # # # # # # # # #
1302026-03-24T23:12:39.108Z # # # # ##### # # ##### # # # # # #### #
1312026-03-24T23:12:39.108Z ##### ##### # ##### # # # # # # # # #
1322026-03-24T23:12:39.108Z # # # # # # # # # # # # # # #
1332026-03-24T23:12:39.108Z # # # ###### # # ###### ### # #### # #### #
1342026-03-24T23:12:39.108Z
1352026-03-24T23:12:39.108Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-24T23:12:49.175Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-24T23:12:58.993Z Startup: Caching catalogs ... Done
1382026-03-24T23:13:21.174ZPlanning: Solver setup ... Done (20.773s)
1392026-03-24T23:13:21.333ZPlanning: Running solver ... Done (0.158s)
1402026-03-24T23:13:21.588ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-24T23:13:21.608ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-24T23:13:21.642ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-24T23:13:21.691ZPlanning: Package planning ... Done (0.043s)
1442026-03-24T23:13:21.730ZPlanning: Merging actions ... Done (0.043s)
1452026-03-24T23:13:21.964ZPlanning: Checking for conflicting actions ... Done (0.234s)
1462026-03-24T23:13:21.972ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-24T23:13:22.694ZPlanning: Evaluating mediators ... Done (0.721s)
1482026-03-24T23:13:22.703ZPlanning: Planning completed in 23.55 seconds
1492026-03-24T23:13:22.851Z Packages to install: 4
1502026-03-24T23:13:22.851Z Mediators to change: 2
1512026-03-24T23:13:22.852Z Services to change: 1
1522026-03-24T23:13:22.855Z Estimated space available: 155.43 GB
1532026-03-24T23:13:22.855ZEstimated space to be consumed: 1.83 GB
1542026-03-24T23:13:22.855Z Create boot environment: No
1552026-03-24T23:13:22.855ZCreate backup boot environment: No
1562026-03-24T23:13:22.855Z Rebuild boot archive: No
1572026-03-24T23:13:22.855Z
1582026-03-24T23:13:22.855ZChanged mediators:
1592026-03-24T23:13:22.855Z mediator clang:
1602026-03-24T23:13:22.855Z version: None -> 15 (system default)
1612026-03-24T23:13:22.855Z
1622026-03-24T23:13:22.855Z mediator llvm:
1632026-03-24T23:13:22.855Z version: 14 (system default) -> 15 (system default)
1642026-03-24T23:13:22.855Z
1652026-03-24T23:13:22.855ZChanged packages:
1662026-03-24T23:13:22.855Zhelios-dev
1672026-03-24T23:13:22.855Z developer/build-essential
1682026-03-24T23:13:22.855Z None -> 11-2.0
1692026-03-24T23:13:22.855Z library/libxmlsec1
1702026-03-24T23:13:22.855Z None -> 1.2.35-2.0
1712026-03-24T23:13:22.855Z ooce/developer/clang-15
1722026-03-24T23:13:22.855Z None -> 15.0.7-2.0
1732026-03-24T23:13:22.855Z ooce/developer/llvm-15
1742026-03-24T23:13:22.855Z None -> 15.0.7-2.0
1752026-03-24T23:13:22.855Z
1762026-03-24T23:13:22.856ZServices:
1772026-03-24T23:13:22.856Z restart_fmri:
1782026-03-24T23:13:22.856Z svc:/system/update-man-index:default
1792026-03-24T23:13:22.898Z
1802026-03-24T23:13:22.898ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-24T23:13:27.903ZDownload: 2224/3290 items 116.9/212.6MB 54% complete (23.3M/s)
1822026-03-24T23:13:31.594ZDownload: Completed 212.60 MB in 8.69 seconds (24.5M/s)
1832026-03-24T23:13:32.157Z Actions: 1/3689 actions (Installing new actions)
1842026-03-24T23:13:36.292Z Actions: Completed 3689 actions in 4.13 seconds.
1852026-03-24T23:13:37.037Z Done (0.740s)
1862026-03-24T23:13:37.037Z Done (0.000s)
1872026-03-24T23:13:38.075Z Done (1.002s)
1882026-03-24T23:13:41.906Z Done (3.509s)
1892026-03-24T23:13:41.988Z Done (0.013s)
1902026-03-24T23:13:41.991Z Done (0.000s)
1912026-03-24T23:13:42.118Z Done (0.000s)
1922026-03-24T23:13:43.073ZPlanning: Evaluating mediator changes ... Done
1932026-03-24T23:13:43.215ZPlanning: Checking for conflicting actions ... Done
1942026-03-24T23:13:43.217ZPlanning: Consolidating action changes ... Done
1952026-03-24T23:13:43.438ZPlanning: Evaluating mediators ... Done
1962026-03-24T23:13:43.442ZPlanning: Planning completed in 0.37 seconds
1972026-03-24T23:13:43.467Z Mediators to change: 2
1982026-03-24T23:13:43.467Z Create boot environment: No
1992026-03-24T23:13:43.470ZCreate backup boot environment: No
2002026-03-24T23:13:43.534Z Done
2012026-03-24T23:13:43.534Z Done
2022026-03-24T23:13:44.257Z Done
2032026-03-24T23:13:47.566Z Done
2042026-03-24T23:13:47.652Z Done
2052026-03-24T23:13:47.655Z Done
2062026-03-24T23:13:47.799Z Done
2072026-03-24T23:13:48.330ZPlanning: Evaluating mediator changes ... Done
2082026-03-24T23:13:48.332ZPlanning: Merging actions ... Done
2092026-03-24T23:13:48.496ZPlanning: Checking for conflicting actions ... Done
2102026-03-24T23:13:48.499ZPlanning: Consolidating action changes ... Done
2112026-03-24T23:13:48.716ZPlanning: Evaluating mediators ... Done
2122026-03-24T23:13:48.759ZPlanning: Planning completed in 0.63 seconds
2132026-03-24T23:13:48.788Z Packages to change: 1
2142026-03-24T23:13:48.788Z Mediators to change: 1
2152026-03-24T23:13:48.791Z Services to change: 1
2162026-03-24T23:13:48.791Z Create boot environment: No
2172026-03-24T23:13:48.791ZCreate backup boot environment: Yes
2182026-03-24T23:13:51.115Z Actions: 1/6 actions (Updating modified actions)
2192026-03-24T23:13:51.118Z Actions: Completed 6 actions in 0.00 seconds.
2202026-03-24T23:13:51.118Z Done
2212026-03-24T23:13:51.118Z Done
2222026-03-24T23:13:51.306Z Done
2232026-03-24T23:13:54.577Z Done
2242026-03-24T23:13:54.660Z Done
2252026-03-24T23:13:54.663Z Done
2262026-03-24T23:13:54.822Z Done
2272026-03-24T23:13:55.199ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2282026-03-24T23:13:55.199Zclang system 15 system
2292026-03-24T23:13:55.199Zcsh system system illumos
2302026-03-24T23:13:55.199Zctags system system illumos
2312026-03-24T23:13:55.199Zfile system system illumos
2322026-03-24T23:13:55.199Zgcc vendor 12 vendor
2332026-03-24T23:13:55.199Zgcc system 10 system
2342026-03-24T23:13:55.199Zgcc system 7 system
2352026-03-24T23:13:55.199Zgo system 1.20 system
2362026-03-24T23:13:55.199Zgo system 1.19 system
2372026-03-24T23:13:55.199Zllvm system 15 system
2382026-03-24T23:13:55.199Zllvm system 14 system
2392026-03-24T23:13:55.199Zmariadb system 10.6 system
2402026-03-24T23:13:55.199Zmta vendor vendor dma
2412026-03-24T23:13:55.199Zopenjdk system 17 system
2422026-03-24T23:13:55.199Zopenjdk system 11 system
2432026-03-24T23:13:55.199Zopenjdk system 1.8 system
2442026-03-24T23:13:55.199Zopenssl vendor 3 vendor
2452026-03-24T23:13:55.199Zperl system 5.36 system
2462026-03-24T23:13:55.199Zpostgresql system 15 system
2472026-03-24T23:13:55.199Zpostgresql system 13 system
2482026-03-24T23:13:55.199Zpython vendor 3 vendor
2492026-03-24T23:13:55.200Zpython system 2 system
2502026-03-24T23:13:55.200Zpython3 system 3.11 system
2512026-03-24T23:13:55.200Zruby system 3.0 system
2522026-03-24T23:13:55.200Zwords vendor vendor american-english
2532026-03-24T23:13:55.200Zwords system system australian-english
2542026-03-24T23:13:55.200Zwords system system british-english
2552026-03-24T23:13:55.200Zwords system system canadian-english
2562026-03-24T23:13:55.200Zwords system system french
2572026-03-24T23:13:55.200Zwords system system italian
2582026-03-24T23:13:55.200Zwords system system ngerman
2592026-03-24T23:13:55.200Zwords system system ogerman
2602026-03-24T23:13:55.200Zwords system system spanish
2612026-03-24T23:13:55.495ZPUBLISHER TYPE STATUS P LOCATION
2622026-03-24T23:13:55.495Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632026-03-24T23:14:01.455ZFMRI IFO
2642026-03-24T23:14:01.455Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652026-03-24T23:14:01.455Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662026-03-24T23:14:01.455Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672026-03-24T23:14:01.455Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682026-03-24T23:14:01.455Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692026-03-24T23:14:01.455Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2702026-03-24T23:14:01.455Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2712026-03-24T23:14:01.455Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2722026-03-24T23:14:01.455Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2732026-03-24T23:14:01.455Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2742026-03-24T23:14:01.455Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2752026-03-24T23:14:01.455Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2762026-03-24T23:14:01.455Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2772026-03-24T23:14:01.455Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2782026-03-24T23:14:01.455Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2792026-03-24T23:14:01.456Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2802026-03-24T23:14:02.707Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2812026-03-24T23:14:02.978Z Updating crates.io index
2822026-03-24T23:14:02.981Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2832026-03-24T23:14:03.526Z Updating git repository `https://github.com/oxidecomputer/lldp`
2842026-03-24T23:14:03.938Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2852026-03-24T23:14:04.246Z Updating git repository `https://github.com/oxidecomputer/falcon`
2862026-03-24T23:14:05.232Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2872026-03-24T23:14:05.751Z Updating git repository `https://github.com/oxidecomputer/propolis`
2882026-03-24T23:14:07.238Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-03-24T23:14:08.897Z Updating git repository `https://github.com/oxidecomputer/opte`
2902026-03-24T23:14:09.845Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912026-03-24T23:14:10.150Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2922026-03-24T23:14:11.056Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932026-03-24T23:14:11.560Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942026-03-24T23:14:12.125Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952026-03-24T23:14:12.537Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2962026-03-24T23:14:13.394Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972026-03-24T23:14:14.068Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982026-03-24T23:14:14.347Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2992026-03-24T23:14:14.637Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3002026-03-24T23:14:15.280Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012026-03-24T23:14:15.500Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022026-03-24T23:14:15.729Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032026-03-24T23:14:16.009Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-24T23:14:16.428Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3052026-03-24T23:14:16.824Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3062026-03-24T23:14:17.538Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3072026-03-24T23:14:17.861Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3082026-03-24T23:14:18.205Z Updating git repository `https://github.com/oxidecomputer/ispf`
3092026-03-24T23:14:18.501Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3102026-03-24T23:14:20.010Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3112026-03-24T23:14:20.673Z Updating git repository `https://github.com/oxidecomputer/crucible`
3122026-03-24T23:14:21.484Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-24T23:14:21.849Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-24T23:14:22.205Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-24T23:14:22.539Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-24T23:14:22.904Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-24T23:14:23.465Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-24T23:14:23.708Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-24T23:14:24.020Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-24T23:14:24.463Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-24T23:14:39.223Z Downloading crates ...
3222026-03-24T23:14:39.300Z Downloaded zerovec-derive v0.11.2
3232026-03-24T23:14:39.309Z Downloaded toml v0.8.23
3242026-03-24T23:14:39.312Z Downloaded thiserror v2.0.18
3252026-03-24T23:14:39.315Z Downloaded form_urlencoded v1.2.2
3262026-03-24T23:14:39.318Z Downloaded zerocopy-derive v0.7.35
3272026-03-24T23:14:39.321Z Downloaded zerofrom-derive v0.1.6
3282026-03-24T23:14:39.321Z Downloaded usdt-impl v0.5.0
3292026-03-24T23:14:39.323Z Downloaded thread-id v4.2.2
3302026-03-24T23:14:39.323Z Downloaded heck v0.4.1
3312026-03-24T23:14:39.326Z Downloaded generic-array v0.14.7
3322026-03-24T23:14:39.326Z Downloaded usdt-macro v0.5.0
3332026-03-24T23:14:39.329Z Downloaded usdt-attr-macro v0.5.0
3342026-03-24T23:14:39.329Z Downloaded version_check v0.9.5
3352026-03-24T23:14:39.329Z Downloaded unicode-ident v1.0.24
3362026-03-24T23:14:39.334Z Downloaded fs-err v3.3.0
3372026-03-24T23:14:39.334Z Downloaded typeid v1.0.3
3382026-03-24T23:14:39.337Z Downloaded errno v0.3.14
3392026-03-24T23:14:39.337Z Downloaded zerofrom v0.1.6
3402026-03-24T23:14:39.341Z Downloaded unicode-linebreak v0.1.5
3412026-03-24T23:14:39.344Z Downloaded proc-macro-error-attr v1.0.4
3422026-03-24T23:14:39.344Z Downloaded toml_write v0.1.2
3432026-03-24T23:14:39.344Z Downloaded writeable v0.6.2
3442026-03-24T23:14:39.347Z Downloaded clap_lex v1.0.0
3452026-03-24T23:14:39.350Z Downloaded percent-encoding v2.3.2
3462026-03-24T23:14:39.350Z Downloaded fnv v1.0.7
3472026-03-24T23:14:39.350Z Downloaded utf8parse v0.2.2
3482026-03-24T23:14:39.352Z Downloaded yoke-derive v0.8.1
3492026-03-24T23:14:39.353Z Downloaded usdt v0.5.0
3502026-03-24T23:14:39.356Z Downloaded block-buffer v0.10.4
3512026-03-24T23:14:39.359Z Downloaded colorchoice v1.0.4
3522026-03-24T23:14:39.359Z Downloaded unicode-xid v0.2.6
3532026-03-24T23:14:39.362Z Downloaded serde-untagged v0.1.9
3542026-03-24T23:14:39.362Z Downloaded pretty-hex v0.4.1
3552026-03-24T23:14:39.362Z Downloaded memmap v0.7.0
3562026-03-24T23:14:39.365Z Downloaded is_terminal_polyfill v1.70.2
3572026-03-24T23:14:39.365Z Downloaded equivalent v1.0.2
3582026-03-24T23:14:39.368Z Downloaded zmij v1.0.21
3592026-03-24T23:14:39.371Z Downloaded utf8_iter v1.0.4
3602026-03-24T23:14:39.371Z Downloaded thiserror-impl v2.0.18
3612026-03-24T23:14:39.379Z Downloaded tinystr v0.8.2
3622026-03-24T23:14:39.381Z Downloaded thiserror v1.0.69
3632026-03-24T23:14:39.384Z Downloaded smawk v0.3.2
3642026-03-24T23:14:39.387Z Downloaded potential_utf v0.1.4
3652026-03-24T23:14:39.387Z Downloaded toml_datetime v0.6.11
3662026-03-24T23:14:39.387Z Downloaded anstream v0.6.21
3672026-03-24T23:14:39.390Z Downloaded dof v0.3.0
3682026-03-24T23:14:39.390Z Downloaded zerotrie v0.2.3
3692026-03-24T23:14:39.393Z Downloaded icu_locale_core v2.1.1
3702026-03-24T23:14:39.396Z Downloaded yoke v0.8.1
3712026-03-24T23:14:39.399Z Downloaded toml_edit v0.22.27
3722026-03-24T23:14:39.403Z Downloaded textwrap v0.16.2
3732026-03-24T23:14:39.406Z Downloaded icu_collections v2.1.1
3742026-03-24T23:14:39.408Z Downloaded url v2.5.8
3752026-03-24T23:14:39.411Z Downloaded thiserror-impl v1.0.69
3762026-03-24T23:14:39.412Z Downloaded ucd-trie v0.1.7
3772026-03-24T23:14:39.412Z Downloaded scroll_derive v0.12.1
3782026-03-24T23:14:39.414Z Downloaded bitflags v2.11.0
3792026-03-24T23:14:39.417Z Downloaded typenum v1.19.0
3802026-03-24T23:14:39.420Z Downloaded tabled_derive v0.7.0
3812026-03-24T23:14:39.423Z Downloaded cargo-platform v0.2.0
3822026-03-24T23:14:39.426Z Downloaded stable_deref_trait v1.2.1
3832026-03-24T23:14:39.426Z Downloaded swrite v0.1.0
3842026-03-24T23:14:39.426Z Downloaded plain v0.2.3
3852026-03-24T23:14:39.429Z Downloaded serde-value v0.7.0
3862026-03-24T23:14:39.429Z Downloaded bytecount v0.6.9
3872026-03-24T23:14:39.434Z Downloaded autocfg v1.5.0
3882026-03-24T23:14:39.441Z Downloaded idna_adapter v1.2.1
3892026-03-24T23:14:39.447Z Downloaded zerocopy v0.7.35
3902026-03-24T23:14:39.457Z Downloaded zerovec v0.11.5
3912026-03-24T23:14:39.461Z Downloaded ordered-float v2.10.1
3922026-03-24T23:14:39.464Z Downloaded serde_spanned v0.6.9
3932026-03-24T23:14:39.464Z Downloaded macaddr v1.0.1
3942026-03-24T23:14:39.469Z Downloaded fastrand v2.3.0
3952026-03-24T23:14:39.469Z Downloaded unicode-width v0.2.0
3962026-03-24T23:14:39.472Z Downloaded strsim v0.11.1
3972026-03-24T23:14:39.472Z Downloaded unicode-width v0.1.14
3982026-03-24T23:14:39.475Z Downloaded itoa v1.0.17
3992026-03-24T23:14:39.475Z Downloaded dtrace-parser v0.2.0
4002026-03-24T23:14:39.478Z Downloaded cfg-if v1.0.4
4012026-03-24T23:14:39.478Z Downloaded cpufeatures v0.2.17
4022026-03-24T23:14:39.478Z Downloaded winnow v0.7.14
4032026-03-24T23:14:39.483Z Downloaded crypto-common v0.1.7
4042026-03-24T23:14:39.490Z Downloaded byteorder v1.5.0
4052026-03-24T23:14:39.493Z Downloaded getrandom v0.4.1
4062026-03-24T23:14:39.496Z Downloaded anstyle-query v1.1.5
4072026-03-24T23:14:39.496Z Downloaded quote v1.0.44
4082026-03-24T23:14:39.502Z Downloaded heck v0.5.0
4092026-03-24T23:14:39.507Z Downloaded synstructure v0.13.2
4102026-03-24T23:14:39.511Z Downloaded terminal_size v0.4.3
4112026-03-24T23:14:39.511Z Downloaded anstyle v1.0.13
4122026-03-24T23:14:39.514Z Downloaded sha2 v0.10.9
4132026-03-24T23:14:39.514Z Downloaded cargo_toml v0.21.0
4142026-03-24T23:14:39.517Z Downloaded pest_generator v2.8.6
4152026-03-24T23:14:39.520Z Downloaded cargo-util-schemas v0.8.2
4162026-03-24T23:14:39.526Z Downloaded anstyle-parse v0.2.7
4172026-03-24T23:14:39.537Z Downloaded cargo_metadata v0.21.0
4182026-03-24T23:14:39.540Z Downloaded digest v0.10.7
4192026-03-24T23:14:39.546Z Downloaded serde_tokenstream v0.2.3
4202026-03-24T23:14:39.546Z Downloaded icu_normalizer v2.1.1
4212026-03-24T23:14:39.548Z Downloaded erased-serde v0.4.9
4222026-03-24T23:14:39.548Z Downloaded camino-tempfile v1.4.1
4232026-03-24T23:14:39.551Z Downloaded semver v1.0.27
4242026-03-24T23:14:39.551Z Downloaded scroll v0.12.0
4252026-03-24T23:14:39.563Z Downloaded clap_derive v4.5.55
4262026-03-24T23:14:39.566Z Downloaded tempfile v3.25.0
4272026-03-24T23:14:39.569Z Downloaded once_cell v1.21.3
4282026-03-24T23:14:39.576Z Downloaded anyhow v1.0.102
4292026-03-24T23:14:39.582Z Downloaded litemap v0.8.1
4302026-03-24T23:14:39.589Z Downloaded displaydoc v0.2.5
4312026-03-24T23:14:39.592Z Downloaded pest_derive v2.8.6
4322026-03-24T23:14:39.595Z Downloaded proc-macro-error v1.0.4
4332026-03-24T23:14:39.599Z Downloaded icu_provider v2.1.1
4342026-03-24T23:14:39.606Z Downloaded num-traits v0.2.19
4352026-03-24T23:14:39.610Z Downloaded proc-macro2 v1.0.106
4362026-03-24T23:14:39.610Z Downloaded hashbrown v0.16.1
4372026-03-24T23:14:39.613Z Downloaded icu_normalizer_data v2.1.1
4382026-03-24T23:14:39.616Z Downloaded serde v1.0.228
4392026-03-24T23:14:39.616Z Downloaded serde_core v1.0.228
4402026-03-24T23:14:39.619Z Downloaded papergrid v0.11.0
4412026-03-24T23:14:39.623Z Downloaded log v0.4.29
4422026-03-24T23:14:39.626Z Downloaded clap v4.5.60
4432026-03-24T23:14:39.630Z Downloaded smallvec v1.15.1
4442026-03-24T23:14:39.632Z Downloaded serde_derive v1.0.228
4452026-03-24T23:14:39.633Z Downloaded icu_properties v2.1.2
4462026-03-24T23:14:39.636Z Downloaded memchr v2.8.0
4472026-03-24T23:14:39.643Z Downloaded pest_meta v2.8.6
4482026-03-24T23:14:39.646Z Downloaded camino v1.2.2
4492026-03-24T23:14:39.666Z Downloaded indexmap v2.13.0
4502026-03-24T23:14:39.672Z Downloaded pest v2.8.6
4512026-03-24T23:14:39.698Z Downloaded serde_json v1.0.149
4522026-03-24T23:14:39.702Z Downloaded idna v1.1.0
4532026-03-24T23:14:39.705Z Downloaded goblin v0.8.2
4542026-03-24T23:14:39.716Z Downloaded clap_builder v4.5.60
4552026-03-24T23:14:39.731Z Downloaded icu_properties_data v2.1.2
4562026-03-24T23:14:39.750Z Downloaded tabled v0.15.0
4572026-03-24T23:14:39.764Z Downloaded syn v1.0.109
4582026-03-24T23:14:39.785Z Downloaded syn v2.0.117
4592026-03-24T23:14:39.797Z Downloaded rustix v1.1.3
4602026-03-24T23:14:39.834Z Downloaded libc v0.2.180
4612026-03-24T23:14:39.922Z Compiling proc-macro2 v1.0.106
4622026-03-24T23:14:39.925Z Compiling unicode-ident v1.0.24
4632026-03-24T23:14:39.925Z Compiling quote v1.0.44
4642026-03-24T23:14:39.925Z Compiling serde_core v1.0.228
4652026-03-24T23:14:39.925Z Compiling libc v0.2.180
4662026-03-24T23:14:39.925Z Compiling version_check v0.9.5
4672026-03-24T23:14:39.925Z Compiling serde v1.0.228
4682026-03-24T23:14:39.925Z Compiling memchr v2.8.0
4692026-03-24T23:14:40.340Z Compiling stable_deref_trait v1.2.1
4702026-03-24T23:14:40.454Z Compiling zmij v1.0.21
4712026-03-24T23:14:40.712Z Compiling autocfg v1.5.0
4722026-03-24T23:14:40.851Z Compiling thiserror v1.0.69
4732026-03-24T23:14:40.898Z Compiling ucd-trie v0.1.7
4742026-03-24T23:14:41.213Z Compiling itoa v1.0.17
4752026-03-24T23:14:41.291Z Compiling pest v2.8.6
4762026-03-24T23:14:41.318Z Compiling litemap v0.8.1
4772026-03-24T23:14:41.362Z Compiling writeable v0.6.2
4782026-03-24T23:14:41.446Z Compiling icu_properties_data v2.1.2
4792026-03-24T23:14:41.574Z Compiling byteorder v1.5.0
4802026-03-24T23:14:41.630Z Compiling icu_normalizer_data v2.1.1
4812026-03-24T23:14:41.859Z Compiling rustix v1.1.3
4822026-03-24T23:14:41.932Z Compiling syn v2.0.117
4832026-03-24T23:14:42.006Z Compiling errno v0.3.14
4842026-03-24T23:14:42.037Z Compiling serde_json v1.0.149
4852026-03-24T23:14:42.060Z Compiling bitflags v2.11.0
4862026-03-24T23:14:42.362Z Compiling num-traits v0.2.19
4872026-03-24T23:14:42.406Z Compiling typeid v1.0.3
4882026-03-24T23:14:42.585Z Compiling smallvec v1.15.1
4892026-03-24T23:14:42.631Z Compiling hashbrown v0.16.1
4902026-03-24T23:14:42.734Z Compiling pest_meta v2.8.6
4912026-03-24T23:14:42.863Z Compiling equivalent v1.0.2
4922026-03-24T23:14:43.052Z Compiling thread-id v4.2.2
4932026-03-24T23:14:43.152Z Compiling usdt-impl v0.5.0
4942026-03-24T23:14:43.230Z Compiling proc-macro-error-attr v1.0.4
4952026-03-24T23:14:43.340Z Compiling indexmap v2.13.0
4962026-03-24T23:14:43.411Z Compiling erased-serde v0.4.9
4972026-03-24T23:14:43.457Z Compiling syn v1.0.109
4982026-03-24T23:14:43.495Z Compiling winnow v0.7.14
4992026-03-24T23:14:43.761Z Compiling toml_write v0.1.2
5002026-03-24T23:14:44.222Z Compiling proc-macro-error v1.0.4
5012026-03-24T23:14:44.360Z Compiling utf8parse v0.2.2
5022026-03-24T23:14:44.474Z Compiling getrandom v0.4.1
5032026-03-24T23:14:44.501Z Compiling percent-encoding v2.3.2
5042026-03-24T23:14:44.744Z Compiling utf8_iter v1.0.4
5052026-03-24T23:14:44.935Z Compiling thiserror v2.0.18
5062026-03-24T23:14:44.958Z Compiling log v0.4.29
5072026-03-24T23:14:45.044Z Compiling plain v0.2.3
5082026-03-24T23:14:45.193Z Compiling camino v1.2.2
5092026-03-24T23:14:45.216Z Compiling ordered-float v2.10.1
5102026-03-24T23:14:45.267Z Compiling form_urlencoded v1.2.2
5112026-03-24T23:14:45.504Z Compiling anstyle-parse v0.2.7
5122026-03-24T23:14:45.649Z Compiling terminal_size v0.4.3
5132026-03-24T23:14:45.677Z Compiling synstructure v0.13.2
5142026-03-24T23:14:45.701Z Compiling pest_generator v2.8.6
5152026-03-24T23:14:45.823Z Compiling anstyle-query v1.1.5
5162026-03-24T23:14:45.963Z Compiling is_terminal_polyfill v1.70.2
5172026-03-24T23:14:46.012Z Compiling anstyle v1.0.13
5182026-03-24T23:14:46.064Z Compiling colorchoice v1.0.4
5192026-03-24T23:14:46.088Z Compiling pretty-hex v0.4.1
5202026-03-24T23:14:46.215Z Compiling cfg-if v1.0.4
5212026-03-24T23:14:46.215Z Compiling serde-untagged v0.1.9
5222026-03-24T23:14:46.261Z Compiling anstream v0.6.21
5232026-03-24T23:14:46.515Z Compiling semver v1.0.27
5242026-03-24T23:14:46.563Z Compiling fs-err v3.3.0
5252026-03-24T23:14:46.658Z Compiling anyhow v1.0.102
5262026-03-24T23:14:46.662Z Compiling heck v0.4.1
5272026-03-24T23:14:46.808Z Compiling fastrand v2.3.0
5282026-03-24T23:14:46.961Z Compiling heck v0.5.0
5292026-03-24T23:14:46.985Z Compiling bytecount v0.6.9
5302026-03-24T23:14:47.008Z Compiling once_cell v1.21.3
5312026-03-24T23:14:47.062Z Compiling clap_lex v1.0.0
5322026-03-24T23:14:47.143Z Compiling unicode-width v0.1.14
5332026-03-24T23:14:47.275Z Compiling strsim v0.11.1
5342026-03-24T23:14:47.279Z Compiling fnv v1.0.7
5352026-03-24T23:14:47.354Z Compiling unicode-xid v0.2.6
5362026-03-24T23:14:47.426Z Compiling tempfile v3.25.0
5372026-03-24T23:14:47.499Z Compiling papergrid v0.11.0
5382026-03-24T23:14:47.567Z Compiling clap_builder v4.5.60
5392026-03-24T23:14:47.800Z Compiling memmap v0.7.0
5402026-03-24T23:14:47.850Z Compiling unicode-width v0.2.0
5412026-03-24T23:14:47.930Z Compiling unicode-linebreak v0.1.5
5422026-03-24T23:14:48.033Z Compiling smawk v0.3.2
5432026-03-24T23:14:48.198Z Compiling textwrap v0.16.2
5442026-03-24T23:14:48.270Z Compiling serde_derive v1.0.228
5452026-03-24T23:14:48.559Z Compiling zerofrom-derive v0.1.6
5462026-03-24T23:14:48.595Z Compiling yoke-derive v0.8.1
5472026-03-24T23:14:48.721Z Compiling zerovec-derive v0.11.2
5482026-03-24T23:14:48.806Z Compiling displaydoc v0.2.5
5492026-03-24T23:14:49.445Z Compiling thiserror-impl v1.0.69
5502026-03-24T23:14:49.773Z Compiling zerocopy-derive v0.7.35
5512026-03-24T23:14:50.192Z Compiling pest_derive v2.8.6
5522026-03-24T23:14:50.195Z Compiling scroll_derive v0.12.1
5532026-03-24T23:14:50.496Z Compiling zerofrom v0.1.6
5542026-03-24T23:14:50.667Z Compiling yoke v0.8.1
5552026-03-24T23:14:50.732Z Compiling thiserror-impl v2.0.18
5562026-03-24T23:14:50.916Z Compiling zerovec v0.11.5
5572026-03-24T23:14:50.941Z Compiling zerotrie v0.2.3
5582026-03-24T23:14:51.077Z Compiling zerocopy v0.7.35
5592026-03-24T23:14:51.324Z Compiling dtrace-parser v0.2.0
5602026-03-24T23:14:51.347Z Compiling scroll v0.12.0
5612026-03-24T23:14:51.598Z Compiling tinystr v0.8.2
5622026-03-24T23:14:51.690Z Compiling potential_utf v0.1.4
5632026-03-24T23:14:51.791Z Compiling goblin v0.8.2
5642026-03-24T23:14:51.856Z Compiling icu_locale_core v2.1.1
5652026-03-24T23:14:51.880Z Compiling icu_collections v2.1.1
5662026-03-24T23:14:51.907Z Compiling tabled_derive v0.7.0
5672026-03-24T23:14:52.184Z Compiling clap_derive v4.5.55
5682026-03-24T23:14:52.532Z Compiling camino-tempfile v1.4.1
5692026-03-24T23:14:52.645Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5702026-03-24T23:14:52.831Z Compiling icu_provider v2.1.1
5712026-03-24T23:14:52.959Z Compiling serde_spanned v0.6.9
5722026-03-24T23:14:53.014Z Compiling toml_datetime v0.6.11
5732026-03-24T23:14:53.085Z Compiling dof v0.3.0
5742026-03-24T23:14:53.109Z Compiling serde_tokenstream v0.2.3
5752026-03-24T23:14:53.134Z Compiling serde-value v0.7.0
5762026-03-24T23:14:53.157Z Compiling cargo-platform v0.2.0
5772026-03-24T23:14:53.229Z Compiling icu_normalizer v2.1.1
5782026-03-24T23:14:53.365Z Compiling icu_properties v2.1.2
5792026-03-24T23:14:53.506Z Compiling toml_edit v0.22.27
5802026-03-24T23:14:53.600Z Compiling tabled v0.15.0
5812026-03-24T23:14:53.625Z Compiling macaddr v1.0.1
5822026-03-24T23:14:53.919Z Compiling swrite v0.1.0
5832026-03-24T23:14:54.186Z Compiling usdt-macro v0.5.0
5842026-03-24T23:14:54.186Z Compiling usdt-attr-macro v0.5.0
5852026-03-24T23:14:54.444Z Compiling clap v4.5.60
5862026-03-24T23:14:54.549Z Compiling idna_adapter v1.2.1
5872026-03-24T23:14:54.688Z Compiling idna v1.1.0
5882026-03-24T23:14:55.067Z Compiling url v2.5.8
5892026-03-24T23:14:55.493Z Compiling toml v0.8.23
5902026-03-24T23:14:55.755Z Compiling usdt v0.5.0
5912026-03-24T23:14:56.051Z Compiling cargo-util-schemas v0.8.2
5922026-03-24T23:14:56.082Z Compiling cargo_toml v0.21.0
5932026-03-24T23:14:57.199Z Compiling cargo_metadata v0.21.0
5942026-03-24T23:14:58.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-24T23:15:01.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.77s
5962026-03-24T23:15:01.576Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-24T23:15:02.338Z Downloading crates ...
5982026-03-24T23:15:02.452Z Downloaded adler2 v2.0.1
5992026-03-24T23:15:02.466Z Downloaded aes v0.8.4
6002026-03-24T23:15:02.469Z Downloaded darling_macro v0.23.0
6012026-03-24T23:15:02.476Z Downloaded critical-section v1.2.0
6022026-03-24T23:15:02.483Z Downloaded crossbeam-epoch v0.9.18
6032026-03-24T23:15:02.486Z Downloaded embedded-io v0.4.0
6042026-03-24T23:15:02.489Z Downloaded atomicwrites v0.4.4
6052026-03-24T23:15:02.491Z Downloaded bitfield-macros v0.19.4
6062026-03-24T23:15:02.491Z Downloaded foreign-types v0.5.0
6072026-03-24T23:15:02.491Z Downloaded fixedbitset v0.4.2
6082026-03-24T23:15:02.494Z Downloaded filetime v0.2.27
6092026-03-24T23:15:02.494Z Downloaded crc8 v0.1.1
6102026-03-24T23:15:02.497Z Downloaded darling_core v0.21.3
6112026-03-24T23:15:02.502Z Downloaded diff v0.1.13
6122026-03-24T23:15:02.505Z Downloaded backoff v0.4.0
6132026-03-24T23:15:02.505Z Downloaded ciborium-io v0.2.2
6142026-03-24T23:15:02.507Z Downloaded crossbeam-utils v0.8.21
6152026-03-24T23:15:02.510Z Downloaded darling v0.21.3
6162026-03-24T23:15:02.513Z Downloaded daft v0.1.5
6172026-03-24T23:15:02.515Z Downloaded fixedbitset v0.5.7
6182026-03-24T23:15:02.519Z Downloaded cbc v0.1.2
6192026-03-24T23:15:02.519Z Downloaded arrayref v0.3.9
6202026-03-24T23:15:02.524Z Downloaded darling_macro v0.20.11
6212026-03-24T23:15:02.524Z Downloaded crossbeam-channel v0.5.15
6222026-03-24T23:15:02.528Z Downloaded dtrace-parser v0.3.0
6232026-03-24T23:15:02.528Z Downloaded debug-ignore v1.0.5
6242026-03-24T23:15:02.528Z Downloaded bzip2 v0.4.4
6252026-03-24T23:15:02.530Z Downloaded futures-io v0.3.32
6262026-03-24T23:15:02.530Z Downloaded fs-err v2.11.0
6272026-03-24T23:15:02.535Z Downloaded bitfield-struct v0.6.2
6282026-03-24T23:15:02.535Z Downloaded fallible-iterator v0.2.0
6292026-03-24T23:15:02.538Z Downloaded env_logger v0.11.9
6302026-03-24T23:15:02.538Z Downloaded dyn-clone v1.0.20
6312026-03-24T23:15:02.541Z Downloaded derive-ex v0.1.8
6322026-03-24T23:15:02.541Z Downloaded atty v0.2.14
6332026-03-24T23:15:02.541Z Downloaded data-encoding v2.10.0
6342026-03-24T23:15:02.544Z Downloaded git-stub v1.0.0
6352026-03-24T23:15:02.546Z Downloaded fd-lock v4.0.4
6362026-03-24T23:15:02.550Z Downloaded enum-as-inner v0.6.1
6372026-03-24T23:15:02.550Z Downloaded dirs-next v2.0.0
6382026-03-24T23:15:02.558Z Downloaded flagset v0.4.7
6392026-03-24T23:15:02.558Z Downloaded cobs v0.3.0
6402026-03-24T23:15:02.563Z Downloaded defmt v1.0.1
6412026-03-24T23:15:02.563Z Downloaded chacha20 v0.9.1
6422026-03-24T23:15:02.563Z Downloaded foreign-types-shared v0.1.1
6432026-03-24T23:15:02.563Z Downloaded dropshot-api-manager-types v0.6.0
6442026-03-24T23:15:02.565Z Downloaded cfg_aliases v0.1.1
6452026-03-24T23:15:02.565Z Downloaded curve25519-dalek-derive v0.1.1
6462026-03-24T23:15:02.566Z Downloaded convert_case v0.4.0
6472026-03-24T23:15:02.566Z Downloaded document-features v0.2.12
6482026-03-24T23:15:02.569Z Downloaded castaway v0.2.4
6492026-03-24T23:15:02.570Z Downloaded crucible-workspace-hack v0.1.0
6502026-03-24T23:15:02.570Z Downloaded bit-set v0.8.0
6512026-03-24T23:15:02.573Z Downloaded base16ct v1.0.0
6522026-03-24T23:15:02.573Z Downloaded foldhash v0.2.0
6532026-03-24T23:15:02.573Z Downloaded erased-serde v0.3.31
6542026-03-24T23:15:02.575Z Downloaded ed25519 v2.2.3
6552026-03-24T23:15:02.578Z Downloaded downcast-rs v2.0.2
6562026-03-24T23:15:02.578Z Downloaded bb8 v0.8.6
6572026-03-24T23:15:02.582Z Downloaded block-padding v0.3.3
6582026-03-24T23:15:02.582Z Downloaded ascii-canvas v3.0.0
6592026-03-24T23:15:02.586Z Downloaded crunchy v0.2.4
6602026-03-24T23:15:02.586Z Downloaded float-ord v0.3.2
6612026-03-24T23:15:02.586Z Downloaded difflib v0.4.0
6622026-03-24T23:15:02.586Z Downloaded float-cmp v0.10.0
6632026-03-24T23:15:02.587Z Downloaded crc-catalog v2.4.0
6642026-03-24T23:15:02.590Z Downloaded cfg_aliases v0.2.1
6652026-03-24T23:15:02.590Z Downloaded dof v0.4.0
6662026-03-24T23:15:02.590Z Downloaded bit-set v0.5.3
6672026-03-24T23:15:02.593Z Downloaded futures-sink v0.3.32
6682026-03-24T23:15:02.593Z Downloaded embedded-io v0.6.1
6692026-03-24T23:15:02.596Z Downloaded cstr-argument v0.1.2
6702026-03-24T23:15:02.597Z Downloaded env_filter v1.0.0
6712026-03-24T23:15:02.597Z Downloaded ed25519-dalek v2.2.0
6722026-03-24T23:15:02.600Z Downloaded bit-vec v0.8.0
6732026-03-24T23:15:02.603Z Downloaded corncobs v0.1.4
6742026-03-24T23:15:02.603Z Downloaded byte-wrapper v0.1.0
6752026-03-24T23:15:02.606Z Downloaded dirs-sys-next v0.1.2
6762026-03-24T23:15:02.606Z Downloaded ghash v0.5.1
6772026-03-24T23:15:02.610Z Downloaded futures-macro v0.3.32
6782026-03-24T23:15:02.610Z Downloaded foreign-types-macros v0.2.3
6792026-03-24T23:15:02.613Z Downloaded foreign-types v0.3.2
6802026-03-24T23:15:02.613Z Downloaded futures-task v0.3.32
6812026-03-24T23:15:02.613Z Downloaded foreign-types-shared v0.3.1
6822026-03-24T23:15:02.613Z Downloaded hash32 v0.3.1
6832026-03-24T23:15:02.617Z Downloaded globwalk v0.9.1
6842026-03-24T23:15:02.617Z Downloaded foldhash v0.1.5
6852026-03-24T23:15:02.621Z Downloaded ff v0.13.1
6862026-03-24T23:15:02.621Z Downloaded dunce v1.0.5
6872026-03-24T23:15:02.621Z Downloaded ctr v0.9.2
6882026-03-24T23:15:02.624Z Downloaded hex-literal v0.4.1
6892026-03-24T23:15:02.624Z Downloaded headers-core v0.3.0
6902026-03-24T23:15:02.624Z Downloaded funty v2.0.0
6912026-03-24T23:15:02.627Z Downloaded hex v0.4.3
6922026-03-24T23:15:02.627Z Downloaded crossbeam-deque v0.8.6
6932026-03-24T23:15:02.630Z Downloaded hostname v0.3.1
6942026-03-24T23:15:02.630Z Downloaded http-body v1.0.1
6952026-03-24T23:15:02.633Z Downloaded home v0.5.12
6962026-03-24T23:15:02.633Z Downloaded hash32 v0.2.1
6972026-03-24T23:15:02.633Z Downloaded gethostname v0.5.0
6982026-03-24T23:15:02.637Z Downloaded cpufeatures v0.3.0
6992026-03-24T23:15:02.637Z Downloaded fxhash v0.2.1
7002026-03-24T23:15:02.640Z Downloaded hubpack_derive v0.1.1
7012026-03-24T23:15:02.640Z Downloaded httpdate v1.0.3
7022026-03-24T23:15:02.640Z Downloaded hostname v0.4.2
7032026-03-24T23:15:02.643Z Downloaded http-range v0.1.5
7042026-03-24T23:15:02.643Z Downloaded convert_case v0.10.0
7052026-03-24T23:15:02.690Z Downloaded globset v0.4.18
7062026-03-24T23:15:02.690Z Downloaded der v0.7.10
7072026-03-24T23:15:02.690Z Downloaded bcs v0.1.6
7082026-03-24T23:15:02.690Z Downloaded const_format_proc_macros v0.2.34
7092026-03-24T23:15:02.690Z Downloaded hubpack v0.1.2
7102026-03-24T23:15:02.690Z Downloaded async-bb8-diesel v0.2.1
7112026-03-24T23:15:02.690Z Downloaded bitflags v1.3.2
7122026-03-24T23:15:02.690Z Downloaded ar_archive_writer v0.5.1
7132026-03-24T23:15:02.690Z Downloaded is_ci v1.2.0
7142026-03-24T23:15:02.690Z Downloaded internet-checksum v0.2.1
7152026-03-24T23:15:02.690Z Downloaded indoc v1.0.9
7162026-03-24T23:15:02.690Z Downloaded inout v0.1.4
7172026-03-24T23:15:02.690Z Downloaded lalrpop-util v0.19.12
7182026-03-24T23:15:02.690Z Downloaded futures-core v0.3.32
7192026-03-24T23:15:02.695Z Downloaded defmt-macros v1.0.1
7202026-03-24T23:15:02.695Z Downloaded crypto-bigint v0.5.5
7212026-03-24T23:15:02.699Z Downloaded deranged v0.5.8
7222026-03-24T23:15:02.699Z Downloaded indent_write v2.2.0
7232026-03-24T23:15:02.699Z Downloaded is-terminal v0.4.17
7242026-03-24T23:15:02.704Z Downloaded lazy_static v1.5.0
7252026-03-24T23:15:02.704Z Downloaded libscf-sys v1.1.0
7262026-03-24T23:15:02.704Z Downloaded kstat-rs v0.2.4
7272026-03-24T23:15:02.707Z Downloaded group v0.13.0
7282026-03-24T23:15:02.707Z Downloaded git-stub-vcs v0.1.0
7292026-03-24T23:15:02.707Z Downloaded hyper-staticfile v0.10.1
7302026-03-24T23:15:02.711Z Downloaded humantime v2.3.0
7312026-03-24T23:15:02.711Z Downloaded highway v1.3.0
7322026-03-24T23:15:02.715Z Downloaded console v0.16.2
7332026-03-24T23:15:02.715Z Downloaded des v0.8.1
7342026-03-24T23:15:02.718Z Downloaded argon2 v0.5.3
7352026-03-24T23:15:02.718Z Downloaded derive_builder_core v0.20.2
7362026-03-24T23:15:02.721Z Downloaded cookie_store v0.22.1
7372026-03-24T23:15:02.724Z Downloaded linked-hash-map v0.5.6
7382026-03-24T23:15:02.724Z Downloaded ciborium v0.2.2
7392026-03-24T23:15:02.727Z Downloaded either v1.15.0
7402026-03-24T23:15:02.732Z Downloaded derive_more v0.99.20
7412026-03-24T23:15:02.735Z Downloaded memoffset v0.9.1
7422026-03-24T23:15:02.735Z Downloaded mime v0.3.17
7432026-03-24T23:15:02.735Z Downloaded lru-cache v0.1.2
7442026-03-24T23:15:02.738Z Downloaded instant v0.1.13
7452026-03-24T23:15:02.738Z Downloaded md-5 v0.10.6
7462026-03-24T23:15:02.745Z Downloaded impl-trait-for-tuples v0.2.3
7472026-03-24T23:15:02.745Z Downloaded lru-slab v0.1.2
7482026-03-24T23:15:02.750Z Downloaded ingot v0.1.1
7492026-03-24T23:15:02.750Z Downloaded crc32fast v1.5.0
7502026-03-24T23:15:02.750Z Downloaded futures-channel v0.3.32
7512026-03-24T23:15:02.750Z Downloaded newline-converter v0.3.0
7522026-03-24T23:15:02.755Z Downloaded instability v0.3.11
7532026-03-24T23:15:02.755Z Downloaded ingot-types v0.1.2
7542026-03-24T23:15:02.755Z Downloaded indoc v2.0.7
7552026-03-24T23:15:02.758Z Downloaded new_debug_unreachable v1.0.6
7562026-03-24T23:15:02.758Z Downloaded multimap v0.10.1
7572026-03-24T23:15:02.759Z Downloaded chacha20 v0.10.0
7582026-03-24T23:15:02.762Z Downloaded hmac v0.12.1
7592026-03-24T23:15:02.763Z Downloaded half v1.8.3
7602026-03-24T23:15:02.766Z Downloaded jobserver v0.1.34
7612026-03-24T23:15:02.766Z Downloaded hickory-client v0.25.2
7622026-03-24T23:15:02.769Z Downloaded num v0.4.3
7632026-03-24T23:15:02.769Z Downloaded newtype-uuid-macros v0.1.0
7642026-03-24T23:15:02.773Z Downloaded newtype_derive v0.1.6
7652026-03-24T23:15:02.773Z Downloaded libsw v3.5.0
7662026-03-24T23:15:02.773Z Downloaded nonempty v0.12.0
7672026-03-24T23:15:02.779Z Downloaded nodrop v0.1.14
7682026-03-24T23:15:02.779Z Downloaded libloading v0.8.9
7692026-03-24T23:15:02.779Z Downloaded hyper-rustls v0.27.7
7702026-03-24T23:15:02.782Z Downloaded keccak v0.1.6
7712026-03-24T23:15:02.782Z Downloaded num-conv v0.2.0
7722026-03-24T23:15:02.782Z Downloaded libefi-sys v0.1.0
7732026-03-24T23:15:02.785Z Downloaded libsw-core v0.3.2
7742026-03-24T23:15:02.785Z Downloaded derive-where v1.6.0
7752026-03-24T23:15:02.788Z Downloaded lock_api v0.4.14
7762026-03-24T23:15:02.791Z Downloaded linear-map v1.2.0
7772026-03-24T23:15:02.794Z Downloaded num-derive v0.4.2
7782026-03-24T23:15:02.794Z Downloaded num_threads v0.1.7
7792026-03-24T23:15:02.797Z Downloaded num-iter v0.1.45
7802026-03-24T23:15:02.798Z Downloaded dropshot_endpoint v0.16.7
7812026-03-24T23:15:02.802Z Downloaded iana-time-zone v0.1.65
7822026-03-24T23:15:02.806Z Downloaded multer v3.1.0
7832026-03-24T23:15:02.806Z Downloaded managed v0.8.0
7842026-03-24T23:15:02.806Z Downloaded ipnetwork v0.21.1
7852026-03-24T23:15:02.809Z Downloaded opaque-debug v0.3.1
7862026-03-24T23:15:02.809Z Downloaded md5 v0.7.0
7872026-03-24T23:15:02.809Z Downloaded oso-derive v0.27.3
7882026-03-24T23:15:02.812Z Downloaded openssl-probe v0.2.1
7892026-03-24T23:15:02.812Z Downloaded openssl-probe v0.1.6
7902026-03-24T23:15:02.812Z Downloaded ingot-macros v0.1.1
7912026-03-24T23:15:02.818Z Downloaded openssl-macros v0.1.1
7922026-03-24T23:15:02.818Z Downloaded nanorand v0.7.0
7932026-03-24T23:15:02.821Z Downloaded newtype-uuid v1.3.2
7942026-03-24T23:15:02.821Z Downloaded packed_struct_codegen v0.10.1
7952026-03-24T23:15:02.821Z Downloaded getrandom v0.3.4
7962026-03-24T23:15:02.825Z Downloaded futures v0.3.32
7972026-03-24T23:15:02.828Z Downloaded native-tls v0.2.18
7982026-03-24T23:15:02.831Z Downloaded olpc-cjson v0.1.4
7992026-03-24T23:15:02.831Z Downloaded chacha20poly1305 v0.10.1
8002026-03-24T23:15:02.834Z Downloaded normalize-line-endings v0.3.0
8012026-03-24T23:15:02.834Z Downloaded httparse v1.10.1
8022026-03-24T23:15:02.837Z Downloaded parse-display v0.10.0
8032026-03-24T23:15:02.837Z Downloaded num-complex v0.4.6
8042026-03-24T23:15:02.841Z Downloaded nibble_vec v0.1.0
8052026-03-24T23:15:02.841Z Downloaded nu-ansi-term v0.50.3
8062026-03-24T23:15:02.847Z Downloaded flume v0.11.1
8072026-03-24T23:15:02.850Z Downloaded path-slash v0.1.5
8082026-03-24T23:15:02.850Z Downloaded parse-size v1.1.0
8092026-03-24T23:15:02.850Z Downloaded darling v0.20.11
8102026-03-24T23:15:02.853Z Downloaded pbkdf2 v0.12.2
8112026-03-24T23:15:02.854Z Downloaded peg-runtime v0.8.5
8122026-03-24T23:15:02.858Z Downloaded crc-any v2.5.0
8132026-03-24T23:15:02.858Z Downloaded compact_str v0.8.1
8142026-03-24T23:15:02.861Z Downloaded phf_shared v0.13.1
8152026-03-24T23:15:02.861Z Downloaded pin-utils v0.1.0
8162026-03-24T23:15:02.861Z Downloaded arc-swap v1.8.2
8172026-03-24T23:15:02.865Z Downloaded num_enum v0.7.5
8182026-03-24T23:15:02.868Z Downloaded phf_shared v0.11.3
8192026-03-24T23:15:02.872Z Downloaded pbkdf2 v0.11.0
8202026-03-24T23:15:02.876Z Downloaded num_enum_derive v0.7.5
8212026-03-24T23:15:02.876Z Downloaded cc v1.2.56
8222026-03-24T23:15:02.879Z Downloaded base64 v0.22.1
8232026-03-24T23:15:02.882Z Downloaded num_enum_derive v0.5.11
8242026-03-24T23:15:02.882Z Downloaded num-rational v0.4.2
8252026-03-24T23:15:02.885Z Downloaded num-integer v0.1.46
8262026-03-24T23:15:02.885Z Downloaded predicates-tree v1.0.13
8272026-03-24T23:15:02.885Z Downloaded predicates-core v1.0.10
8282026-03-24T23:15:02.888Z Downloaded powerfmt v0.2.0
8292026-03-24T23:15:02.888Z Downloaded proc-macro-crate v3.4.0
8302026-03-24T23:15:02.891Z Downloaded mime_guess v2.0.5
8312026-03-24T23:15:02.891Z Downloaded oxide-tokio-rt v0.1.3
8322026-03-24T23:15:02.894Z Downloaded oxnet v0.1.4
8332026-03-24T23:15:02.897Z Downloaded owo-colors v4.3.0
8342026-03-24T23:15:02.897Z Downloaded heapless v0.7.17
8352026-03-24T23:15:02.900Z Downloaded getrandom v0.2.17
8362026-03-24T23:15:02.903Z Downloaded heapless v0.8.0
8372026-03-24T23:15:02.907Z Downloaded proc-macro-error-attr2 v2.0.0
8382026-03-24T23:15:02.910Z Downloaded progenitor-client v0.11.2
8392026-03-24T23:15:02.910Z Downloaded headers v0.4.1
8402026-03-24T23:15:02.913Z Downloaded quick-error v1.2.3
8412026-03-24T23:15:02.916Z Downloaded psl-types v2.0.11
8422026-03-24T23:15:02.916Z Downloaded progenitor-macro v0.13.0
8432026-03-24T23:15:02.921Z Downloaded progenitor-macro v0.11.2
8442026-03-24T23:15:02.921Z Downloaded parse-display-derive v0.10.0
8452026-03-24T23:15:02.921Z Downloaded flate2 v1.1.9
8462026-03-24T23:15:02.926Z Downloaded progenitor-macro v0.10.0
8472026-03-24T23:15:02.930Z Downloaded derive_more v2.1.1
8482026-03-24T23:15:02.934Z Downloaded radium v0.7.0
8492026-03-24T23:15:02.940Z Downloaded pin-project-lite v0.2.17
8502026-03-24T23:15:02.943Z Downloaded phf v0.12.1
8512026-03-24T23:15:02.943Z Downloaded rand_chacha v0.3.1
8522026-03-24T23:15:02.943Z Downloaded const_format v0.2.35
8532026-03-24T23:15:02.947Z Downloaded crossterm v0.28.1
8542026-03-24T23:15:02.952Z Downloaded pin-project-internal v1.1.11
8552026-03-24T23:15:02.955Z Downloaded pkcs8 v0.10.2
8562026-03-24T23:15:02.958Z Downloaded postgres-protocol v0.6.10
8572026-03-24T23:15:02.961Z Downloaded polyval v0.6.2
8582026-03-24T23:15:02.961Z Downloaded rand_xorshift v0.4.0
8592026-03-24T23:15:02.964Z Downloaded poly1305 v0.8.0
8602026-03-24T23:15:02.967Z Downloaded ref-cast-impl v1.0.25
8612026-03-24T23:15:02.967Z Downloaded ref-cast v1.0.25
8622026-03-24T23:15:02.969Z Downloaded proc-macro-crate v1.3.1
8632026-03-24T23:15:02.969Z Downloaded predicates v3.1.4
8642026-03-24T23:15:02.973Z Downloaded progenitor v0.10.0
8652026-03-24T23:15:02.976Z Downloaded proc-macro-error2 v2.0.1
8662026-03-24T23:15:02.979Z Downloaded ppv-lite86 v0.2.21
8672026-03-24T23:15:02.979Z Downloaded indicatif v0.18.4
8682026-03-24T23:15:02.982Z Downloaded recursive v0.1.1
8692026-03-24T23:15:02.985Z Downloaded progenitor-extras v0.1.1
8702026-03-24T23:15:02.985Z Downloaded progenitor-client v0.13.0
8712026-03-24T23:15:02.985Z Downloaded progenitor v0.11.2
8722026-03-24T23:15:02.990Z Downloaded parking_lot_core v0.9.12
8732026-03-24T23:15:02.993Z Downloaded ignore v0.4.25
8742026-03-24T23:15:02.993Z Downloaded parking_lot v0.11.2
8752026-03-24T23:15:02.996Z Downloaded parking_lot_core v0.8.6
8762026-03-24T23:15:02.996Z Downloaded r2d2 v0.8.10
8772026-03-24T23:15:03.000Z Downloaded parking_lot v0.12.5
8782026-03-24T23:15:03.003Z Downloaded phf_shared v0.12.1
8792026-03-24T23:15:03.003Z Downloaded peg-macros v0.8.5
8802026-03-24T23:15:03.003Z Downloaded rustc_version v0.1.7
8812026-03-24T23:15:03.003Z Downloaded rtoolbox v0.0.3
8822026-03-24T23:15:03.006Z Downloaded rustc-hash v2.1.1
8832026-03-24T23:15:03.006Z Downloaded pkcs1 v0.7.5
8842026-03-24T23:15:03.009Z Downloaded expectorate v1.2.0
8852026-03-24T23:15:03.012Z Downloaded rand_chacha v0.9.0
8862026-03-24T23:15:03.012Z Downloaded hickory-resolver v0.25.2
8872026-03-24T23:15:03.016Z Downloaded miniz_oxide v0.8.9
8882026-03-24T23:15:03.019Z Downloaded psm v0.1.30
8892026-03-24T23:15:03.022Z Downloaded rustc_version v0.4.1
8902026-03-24T23:15:03.024Z Downloaded russh-cryptovec v0.7.3
8912026-03-24T23:15:03.024Z Downloaded oso v0.27.3
8922026-03-24T23:15:03.027Z Downloaded pkg-config v0.3.32
8932026-03-24T23:15:03.030Z Downloaded rand_core v0.6.4
8942026-03-24T23:15:03.030Z Downloaded same-file v1.0.6
8952026-03-24T23:15:03.033Z Downloaded sapling-renderdag v0.1.0
8962026-03-24T23:15:03.033Z Downloaded salsa20 v0.10.2
8972026-03-24T23:15:03.036Z Downloaded pkcs5 v0.7.1
8982026-03-24T23:15:03.039Z Downloaded jiff-static v0.2.21
8992026-03-24T23:15:03.042Z Downloaded rand_seeder v0.4.0
9002026-03-24T23:15:03.042Z Downloaded dropshot-api-manager v0.6.0
9012026-03-24T23:15:03.045Z Downloaded rand_core v0.10.0
9022026-03-24T23:15:03.048Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-03-24T23:15:03.048Z Downloaded scheduled-thread-pool v0.2.7
9042026-03-24T23:15:03.051Z Downloaded http v1.4.0
9052026-03-24T23:15:03.054Z Downloaded p256 v0.13.2
9062026-03-24T23:15:03.056Z Downloaded rfc6979 v0.4.0
9072026-03-24T23:15:03.057Z Downloaded scrypt v0.11.0
9082026-03-24T23:15:03.059Z Downloaded progenitor v0.13.0
9092026-03-24T23:15:03.059Z Downloaded scroll_derive v0.13.1
9102026-03-24T23:15:03.062Z Downloaded serde-big-array v0.5.1
9112026-03-24T23:15:03.062Z Downloaded papergrid v0.17.0
9122026-03-24T23:15:03.067Z Downloaded resolv-conf v0.7.6
9132026-03-24T23:15:03.070Z Downloaded diesel_derives v2.3.7
9142026-03-24T23:15:03.074Z Downloaded serde_repr v0.1.20
9152026-03-24T23:15:03.077Z Downloaded quinn-udp v0.5.14
9162026-03-24T23:15:03.080Z Downloaded seq-macro v0.3.6
9172026-03-24T23:15:03.080Z Downloaded rustls-pemfile v2.2.0
9182026-03-24T23:15:03.082Z Downloaded serde_spanned v1.0.4
9192026-03-24T23:15:03.085Z Downloaded sha1 v0.10.6
9202026-03-24T23:15:03.085Z Downloaded signal-hook-tokio v0.3.1
9212026-03-24T23:15:03.088Z Downloaded signal-hook-mio v0.2.5
9222026-03-24T23:15:03.088Z Downloaded rustls-pemfile v1.0.4
9232026-03-24T23:15:03.092Z Downloaded hickory-resolver v0.24.4
9242026-03-24T23:15:03.095Z Downloaded rustls-native-certs v0.8.3
9252026-03-24T23:15:03.098Z Downloaded shell-words v1.1.1
9262026-03-24T23:15:03.098Z Downloaded serde_urlencoded v0.7.1
9272026-03-24T23:15:03.101Z Downloaded serde_plain v1.0.2
9282026-03-24T23:15:03.101Z Downloaded serde_bytes v0.11.19
9292026-03-24T23:15:03.104Z Downloaded secrecy v0.10.3
9302026-03-24T23:15:03.104Z Downloaded secrecy v0.8.0
9312026-03-24T23:15:03.107Z Downloaded sigpipe v0.1.3
9322026-03-24T23:15:03.107Z Downloaded scopeguard v1.2.0
9332026-03-24T23:15:03.107Z Downloaded rand_core v0.9.5
9342026-03-24T23:15:03.110Z Downloaded sec1 v0.7.3
9352026-03-24T23:15:03.110Z Downloaded hashbrown v0.13.2
9362026-03-24T23:15:03.115Z Downloaded pin-project v1.1.11
9372026-03-24T23:15:03.123Z Downloaded slog-envlogger v2.2.0
9382026-03-24T23:15:03.125Z Downloaded rustversion v1.0.22
9392026-03-24T23:15:03.128Z Downloaded siphasher v1.0.2
9402026-03-24T23:15:03.128Z Downloaded slog-bunyan v2.5.0
9412026-03-24T23:15:03.131Z Downloaded sct v0.7.1
9422026-03-24T23:15:03.134Z Downloaded scroll v0.13.0
9432026-03-24T23:15:03.137Z Downloaded prefix-trie v0.7.0
9442026-03-24T23:15:03.137Z Downloaded minimal-lexical v0.2.1
9452026-03-24T23:15:03.141Z Downloaded schemars_derive v0.8.22
9462026-03-24T23:15:03.144Z Downloaded hashbrown v0.12.3
9472026-03-24T23:15:03.146Z Downloaded primeorder v0.13.6
9482026-03-24T23:15:03.149Z Downloaded progenitor-impl v0.13.0
9492026-03-24T23:15:03.152Z Downloaded progenitor-impl v0.10.0
9502026-03-24T23:15:03.152Z Downloaded postgres-types v0.2.12
9512026-03-24T23:15:03.155Z Downloaded simd-adler32 v0.3.8
9522026-03-24T23:15:03.159Z Downloaded serde_path_to_error v0.1.20
9532026-03-24T23:15:03.159Z Downloaded ssh-encoding v0.2.0
9542026-03-24T23:15:03.163Z Downloaded structmeta-derive v0.3.0
9552026-03-24T23:15:03.163Z Downloaded ssh-cipher v0.2.0
9562026-03-24T23:15:03.163Z Downloaded sqlparser_derive v0.5.0
9572026-03-24T23:15:03.166Z Downloaded serde_derive_internals v0.29.1
9582026-03-24T23:15:03.166Z Downloaded hickory-server v0.25.2
9592026-03-24T23:15:03.169Z Downloaded postcard v1.1.3
9602026-03-24T23:15:03.172Z Downloaded openssl-sys v0.9.111
9612026-03-24T23:15:03.176Z Downloaded hyper-util v0.1.20
9622026-03-24T23:15:03.181Z Downloaded strum v0.26.3
9632026-03-24T23:15:03.184Z Downloaded strum v0.27.2
9642026-03-24T23:15:03.184Z Downloaded structmeta v0.3.0
9652026-03-24T23:15:03.188Z Downloaded strip-ansi-escapes v0.2.1
9662026-03-24T23:15:03.188Z Downloaded supports-color v3.0.2
9672026-03-24T23:15:03.188Z Downloaded subtle v2.6.1
9682026-03-24T23:15:03.191Z Downloaded take_mut v0.2.2
9692026-03-24T23:15:03.191Z Downloaded tagptr v0.2.0
9702026-03-24T23:15:03.192Z Downloaded signal-hook-registry v1.4.8
9712026-03-24T23:15:03.194Z Downloaded rusty-fork v0.3.1
9722026-03-24T23:15:03.194Z Downloaded rustls-pki-types v1.14.0
9732026-03-24T23:15:03.197Z Downloaded slog-term v2.9.2
9742026-03-24T23:15:03.200Z Downloaded ron v0.8.1
9752026-03-24T23:15:03.203Z Downloaded tap v1.0.1
9762026-03-24T23:15:03.206Z Downloaded slog-json v2.6.1
9772026-03-24T23:15:03.209Z Downloaded testing_table v0.3.0
9782026-03-24T23:15:03.209Z Downloaded tabled_derive v0.11.0
9792026-03-24T23:15:03.209Z Downloaded termtree v0.5.1
9802026-03-24T23:15:03.212Z Downloaded sync-ptr v0.1.4
9812026-03-24T23:15:03.212Z Downloaded smallvec v0.6.14
9822026-03-24T23:15:03.215Z Downloaded num-bigint v0.4.6
9832026-03-24T23:15:03.218Z Downloaded itertools v0.10.5
9842026-03-24T23:15:03.222Z Downloaded snafu-derive v0.8.9
9852026-03-24T23:15:03.225Z Downloaded smf v0.2.3
9862026-03-24T23:15:03.225Z Downloaded slog-stdlog v4.1.1
9872026-03-24T23:15:03.229Z Downloaded thiserror-impl-no-std v2.0.2
9882026-03-24T23:15:03.229Z Downloaded time-core v0.1.8
9892026-03-24T23:15:03.232Z Downloaded serde_with_macros v3.17.0
9902026-03-24T23:15:03.232Z Downloaded tabwriter v1.4.1
9912026-03-24T23:15:03.235Z Downloaded sync_wrapper v1.0.2
9922026-03-24T23:15:03.235Z Downloaded serde_cbor v0.11.2
9932026-03-24T23:15:03.238Z Downloaded static_assertions v1.1.0
9942026-03-24T23:15:03.241Z Downloaded stacker v0.1.23
9952026-03-24T23:15:03.241Z Downloaded string_cache v0.8.9
9962026-03-24T23:15:03.244Z Downloaded stringprep v0.1.5
9972026-03-24T23:15:03.244Z Downloaded russh-keys v0.45.0
9982026-03-24T23:15:03.247Z Downloaded sqlformat v0.3.5
9992026-03-24T23:15:03.249Z Downloaded spki v0.7.3
10002026-03-24T23:15:03.252Z Downloaded shlex v1.3.0
10012026-03-24T23:15:03.252Z Downloaded slog-dtrace v0.3.0
10022026-03-24T23:15:03.255Z Downloaded slab v0.4.12
10032026-03-24T23:15:03.255Z Downloaded strum_macros v0.27.2
10042026-03-24T23:15:03.258Z Downloaded schemars v0.8.22
10052026-03-24T23:15:03.266Z Downloaded strum_macros v0.26.4
10062026-03-24T23:15:03.269Z Downloaded slog-scope v4.4.1
10072026-03-24T23:15:03.272Z Downloaded mio v1.1.1
10082026-03-24T23:15:03.275Z Downloaded termios v0.3.3
10092026-03-24T23:15:03.278Z Downloaded support-bundle-viewer v0.1.2
10102026-03-24T23:15:03.281Z Downloaded strum_macros v0.24.3
10112026-03-24T23:15:03.281Z Downloaded slog-async v2.8.0
10122026-03-24T23:15:03.284Z Downloaded publicsuffix v2.3.0
10132026-03-24T23:15:03.287Z Downloaded thread_local v1.1.9
10142026-03-24T23:15:03.287Z Downloaded hashbrown v0.15.5
10152026-03-24T23:15:03.290Z Downloaded spin v0.9.8
10162026-03-24T23:15:03.293Z Downloaded prettyplease v0.2.37
10172026-03-24T23:15:03.296Z Downloaded topological-sort v0.2.2
10182026-03-24T23:15:03.299Z Downloaded progenitor-impl v0.11.2
10192026-03-24T23:15:03.302Z Downloaded libxml v0.3.3
10202026-03-24T23:15:03.304Z Downloaded tower-service v0.3.3
10212026-03-24T23:15:03.307Z Downloaded qorb v0.4.1
10222026-03-24T23:15:03.310Z Downloaded tower-layer v0.3.3
10232026-03-24T23:15:03.313Z Downloaded tls_codec_derive v0.4.2
10242026-03-24T23:15:03.313Z Downloaded tiny-keccak v2.0.2
10252026-03-24T23:15:03.316Z Downloaded time-macros v0.2.27
10262026-03-24T23:15:03.318Z Downloaded pretty_assertions v1.4.1
10272026-03-24T23:15:03.318Z Downloaded tls_codec v0.4.2
10282026-03-24T23:15:03.321Z Downloaded tinyvec_macros v0.1.1
10292026-03-24T23:15:03.321Z Downloaded itertools v0.12.1
10302026-03-24T23:15:03.327Z Downloaded try-lock v0.2.5
10312026-03-24T23:15:03.330Z Downloaded aes-gcm v0.10.3
10322026-03-24T23:15:03.333Z Downloaded trait-variant v0.1.2
10332026-03-24T23:15:03.336Z Downloaded typify-macro v0.6.1
10342026-03-24T23:15:03.336Z Downloaded slog v2.8.2
10352026-03-24T23:15:03.339Z Downloaded tokio-tungstenite v0.23.1
10362026-03-24T23:15:03.339Z Downloaded rayon-core v1.13.0
10372026-03-24T23:15:03.344Z Downloaded iddqd v0.3.17
10382026-03-24T23:15:03.348Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10392026-03-24T23:15:03.351Z Downloaded crossterm v0.29.0
10402026-03-24T23:15:03.355Z Downloaded usdt-macro v0.6.0
10412026-03-24T23:15:03.358Z Downloaded socket2 v0.6.2
10422026-03-24T23:15:03.358Z Downloaded nom v7.1.3
10432026-03-24T23:15:03.363Z Downloaded usdt-attr-macro v0.6.0
10442026-03-24T23:15:03.366Z Downloaded untrusted v0.9.0
10452026-03-24T23:15:03.366Z Downloaded untrusted v0.7.1
10462026-03-24T23:15:03.368Z Downloaded rand v0.9.2
10472026-03-24T23:15:03.371Z Downloaded toml_writer v1.0.6+spec-1.1.0
10482026-03-24T23:15:03.371Z Downloaded schemars v0.9.0
10492026-03-24T23:15:03.381Z Downloaded utf-8 v0.7.6
10502026-03-24T23:15:03.384Z Downloaded signal-hook v0.3.18
10512026-03-24T23:15:03.387Z Downloaded samael v0.0.19
10522026-03-24T23:15:03.390Z Downloaded unarray v0.1.4
10532026-03-24T23:15:03.393Z Downloaded rustls-webpki v0.103.9
10542026-03-24T23:15:03.396Z Downloaded void v1.0.2
10552026-03-24T23:15:03.396Z Downloaded hyper v1.8.1
10562026-03-24T23:15:03.401Z Downloaded want v0.3.1
10572026-03-24T23:15:03.404Z Downloaded wait-timeout v0.2.1
10582026-03-24T23:15:03.404Z Downloaded universal-hash v0.5.1
10592026-03-24T23:15:03.404Z Downloaded unicase v2.9.0
10602026-03-24T23:15:03.407Z Downloaded tokio-rustls v0.24.1
10612026-03-24T23:15:03.407Z Downloaded socket2 v0.5.10
10622026-03-24T23:15:03.410Z Downloaded itertools v0.14.0
10632026-03-24T23:15:03.413Z Downloaded unit-prefix v0.5.2
10642026-03-24T23:15:03.416Z Downloaded tokio-stream v0.1.18
10652026-03-24T23:15:03.419Z Downloaded zone v0.3.1
10662026-03-24T23:15:03.419Z Downloaded tokio-rustls v0.26.4
10672026-03-24T23:15:03.422Z Downloaded term v0.7.0
10682026-03-24T23:15:03.425Z Downloaded schemars v1.2.1
10692026-03-24T23:15:03.436Z Downloaded usdt-impl v0.6.0
10702026-03-24T23:15:03.439Z Downloaded usdt v0.6.0
10712026-03-24T23:15:03.439Z Downloaded xshell-macros v0.2.7
10722026-03-24T23:15:03.441Z Downloaded bitvec v1.0.1
10732026-03-24T23:15:03.451Z Downloaded zone_cfg_derive v0.3.1
10742026-03-24T23:15:03.454Z Downloaded zeroize_derive v1.4.3
10752026-03-24T23:15:03.454Z Downloaded tui-tree-widget v0.23.1
10762026-03-24T23:15:03.457Z Downloaded toml_parser v1.0.9+spec-1.1.0
10772026-03-24T23:15:03.457Z Downloaded tracing-attributes v0.1.31
10782026-03-24T23:15:03.459Z Downloaded rand v0.8.5
10792026-03-24T23:15:03.462Z Downloaded vsss-rs v3.3.4
10802026-03-24T23:15:03.481Z Downloaded vergen-git2 v1.0.7
10812026-03-24T23:15:03.481Z Downloaded uzers v0.12.2
10822026-03-24T23:15:03.484Z Downloaded walkdir v2.5.0
10832026-03-24T23:15:03.484Z Downloaded vergen-gitcl v1.0.8
10842026-03-24T23:15:03.484Z Downloaded tokio-native-tls v0.3.1
10852026-03-24T23:15:03.484Z Downloaded twox-hash v2.1.2
10862026-03-24T23:15:03.484Z Downloaded tinyvec v1.10.0
10872026-03-24T23:15:03.484Z Downloaded aho-corasick v1.1.4
10882026-03-24T23:15:03.484Z Downloaded whoami v1.6.1
10892026-03-24T23:15:03.484Z Downloaded wyz v0.5.1
10902026-03-24T23:15:03.484Z Downloaded vergen-lib v0.1.6
10912026-03-24T23:15:03.488Z Downloaded futures-util v0.3.32
10922026-03-24T23:15:03.494Z Downloaded xz2 v0.1.7
10932026-03-24T23:15:03.497Z Downloaded xattr v1.6.1
10942026-03-24T23:15:03.500Z Downloaded whoami v2.1.0
10952026-03-24T23:15:03.500Z Downloaded test-strategy v0.4.5
10962026-03-24T23:15:03.503Z Downloaded zstd v0.13.3
10972026-03-24T23:15:03.505Z Downloaded xshell v0.2.7
10982026-03-24T23:15:03.509Z Downloaded zstd-safe v7.2.4
10992026-03-24T23:15:03.509Z Downloaded tar v0.4.44
11002026-03-24T23:15:03.512Z Downloaded zeroize v1.8.2
11012026-03-24T23:15:03.513Z Downloaded vergen v9.0.6
11022026-03-24T23:15:03.515Z Downloaded tracing-core v0.1.36
11032026-03-24T23:15:03.520Z Downloaded rustyline v14.0.0
11042026-03-24T23:15:03.523Z Downloaded typify v0.6.1
11052026-03-24T23:15:03.526Z Downloaded unicode-bidi v0.3.18
11062026-03-24T23:15:03.529Z Downloaded tungstenite v0.21.0
11072026-03-24T23:15:03.529Z Downloaded typify v0.4.3
11082026-03-24T23:15:03.532Z Downloaded hkdf v0.12.4
11092026-03-24T23:15:03.535Z Downloaded rand v0.10.0
11102026-03-24T23:15:03.539Z Downloaded yasna v0.5.2
11112026-03-24T23:15:03.544Z Downloaded unicode-properties v0.1.4
11122026-03-24T23:15:03.544Z Downloaded toml_edit v0.23.10+spec-1.0.0
11132026-03-24T23:15:03.547Z Downloaded unsafe-libyaml v0.2.11
11142026-03-24T23:15:03.550Z Downloaded h2 v0.4.13
11152026-03-24T23:15:03.553Z Downloaded steno v0.4.1
11162026-03-24T23:15:03.556Z Downloaded zerocopy v0.6.6
11172026-03-24T23:15:03.559Z Downloaded rpassword v7.4.0
11182026-03-24T23:15:03.563Z Downloaded ron v0.12.0
11192026-03-24T23:15:03.567Z Downloaded libm v0.2.16
11202026-03-24T23:15:03.575Z Downloaded russh v0.45.0
11212026-03-24T23:15:03.579Z Downloaded vte v0.14.1
11222026-03-24T23:15:03.582Z Downloaded p521 v0.13.3
11232026-03-24T23:15:03.585Z Downloaded toml v0.9.12+spec-1.1.0
11242026-03-24T23:15:03.588Z Downloaded uuid v1.21.0
11252026-03-24T23:15:03.591Z Downloaded toml v0.7.8
11262026-03-24T23:15:03.593Z Downloaded toml_edit v0.19.15
11272026-03-24T23:15:03.607Z Downloaded ssh-key v0.6.7
11282026-03-24T23:15:03.614Z Downloaded tungstenite v0.23.0
11292026-03-24T23:15:03.616Z Downloaded blake3 v1.8.3
11302026-03-24T23:15:03.624Z Downloaded zopfli v0.8.3
11312026-03-24T23:15:03.624Z Downloaded git2 v0.20.4
11322026-03-24T23:15:03.631Z Downloaded yansi v1.0.1
11332026-03-24T23:15:03.633Z Downloaded tokio-postgres v0.7.16
11342026-03-24T23:15:03.637Z Downloaded reqwest v0.13.2
11352026-03-24T23:15:03.642Z Downloaded reedline v0.40.0
11362026-03-24T23:15:03.648Z Downloaded zip v0.6.6
11372026-03-24T23:15:03.651Z Downloaded bindgen v0.71.1
11382026-03-24T23:15:03.657Z Downloaded aws-lc-rs v1.16.0
11392026-03-24T23:15:03.665Z Downloaded rayon v1.11.0
11402026-03-24T23:15:03.673Z Downloaded p384 v0.13.1
11412026-03-24T23:15:03.677Z Downloaded typed-path v0.9.3
11422026-03-24T23:15:03.681Z Downloaded unicode_categories v0.1.1
11432026-03-24T23:15:03.684Z Downloaded chrono v0.4.44
11442026-03-24T23:15:03.689Z Downloaded zerocopy-derive v0.8.40
11452026-03-24T23:15:03.696Z Downloaded salty v0.3.0
11462026-03-24T23:15:03.704Z Downloaded portable-atomic v1.13.1
11472026-03-24T23:15:03.708Z Downloaded quick-xml v0.37.5
11482026-03-24T23:15:03.713Z Downloaded lalrpop v0.19.12
11492026-03-24T23:15:03.722Z Downloaded x509-cert v0.2.5
11502026-03-24T23:15:03.727Z Downloaded tower v0.5.3
11512026-03-24T23:15:03.734Z Downloaded unicode-segmentation v1.12.0
11522026-03-24T23:15:03.737Z Downloaded tokio-util v0.7.18
11532026-03-24T23:15:03.743Z Downloaded serde_with v3.17.0
11542026-03-24T23:15:03.753Z Downloaded tough v0.20.0
11552026-03-24T23:15:03.760Z Downloaded tower-http v0.6.8
11562026-03-24T23:15:03.766Z Downloaded unicode-normalization v0.1.25
11572026-03-24T23:15:03.769Z Downloaded curve25519-dalek v4.1.3
11582026-03-24T23:15:03.777Z Downloaded proptest v1.10.0
11592026-03-24T23:15:03.784Z Downloaded petname v2.0.2
11602026-03-24T23:15:03.788Z Downloaded bstr v1.12.1
11612026-03-24T23:15:03.795Z Downloaded rustls-webpki v0.101.7
11622026-03-24T23:15:03.808Z Downloaded quinn-proto v0.11.13
11632026-03-24T23:15:03.813Z Downloaded object v0.30.4
11642026-03-24T23:15:03.820Z Downloaded nix v0.27.1
11652026-03-24T23:15:03.828Z Downloaded winnow v0.6.26
11662026-03-24T23:15:03.835Z Downloaded zip v4.6.1
11672026-03-24T23:15:03.839Z Downloaded rustls-webpki v0.102.8
11682026-03-24T23:15:03.855Z Downloaded winnow v0.5.40
11692026-03-24T23:15:03.865Z Downloaded nix v0.29.0
11702026-03-24T23:15:03.870Z Downloaded radix_trie v0.2.1
11712026-03-24T23:15:03.874Z Downloaded tabled v0.20.0
11722026-03-24T23:15:03.889Z Downloaded time v0.3.47
11732026-03-24T23:15:03.898Z Downloaded rustls v0.21.12
11742026-03-24T23:15:03.906Z Downloaded smoltcp v0.9.1
11752026-03-24T23:15:03.914Z Downloaded regex-syntax v0.6.29
11762026-03-24T23:15:03.921Z Downloaded object v0.37.3
11772026-03-24T23:15:03.929Z Downloaded zlib-rs v0.6.2
11782026-03-24T23:15:03.934Z Downloaded vcpkg v0.2.15
11792026-03-24T23:15:03.965Z Downloaded nix v0.31.1
11802026-03-24T23:15:03.974Z Downloaded rustls v0.22.4
11812026-03-24T23:15:03.984Z Downloaded smoltcp v0.11.0
11822026-03-24T23:15:03.994Z Downloaded zerocopy v0.8.40
11832026-03-24T23:15:04.001Z Downloaded regress v0.10.5
11842026-03-24T23:15:04.008Z Downloaded rustix v0.38.44
11852026-03-24T23:15:04.027Z Downloaded diesel v2.3.7
11862026-03-24T23:15:04.042Z Downloaded rustls v0.23.37
11872026-03-24T23:15:04.051Z Downloaded hickory-proto v0.25.2
11882026-03-24T23:15:04.064Z Downloaded webpki-roots v1.0.6
11892026-03-24T23:15:04.067Z Downloaded regex-syntax v0.8.10
11902026-03-24T23:15:04.073Z Downloaded openapiv3 v2.2.0
11912026-03-24T23:15:04.084Z Downloaded hickory-proto v0.24.4
11922026-03-24T23:15:04.095Z Downloaded nix v0.28.0
11932026-03-24T23:15:04.104Z Downloaded polar-core v0.27.3
11942026-03-24T23:15:04.110Z Downloaded sqlparser v0.61.0
11952026-03-24T23:15:04.121Z Downloaded sled v0.34.7
11962026-03-24T23:15:04.130Z Downloaded ratatui v0.29.0
11972026-03-24T23:15:04.142Z Downloaded typify-impl v0.6.1
11982026-03-24T23:15:04.153Z Downloaded typify-impl v0.4.3
11992026-03-24T23:15:04.167Z Downloaded tracing v0.1.44
12002026-03-24T23:15:04.184Z Downloaded dropshot v0.16.7
12012026-03-24T23:15:04.199Z Downloaded bzip2-sys v0.1.13+1.0.8
12022026-03-24T23:15:04.209Z Downloaded zerocopy-derive v0.6.6
12032026-03-24T23:15:04.218Z Downloaded openssl v0.10.75
12042026-03-24T23:15:04.224Z Downloaded goblin v0.10.5
12052026-03-24T23:15:04.229Z Downloaded moka v0.12.13
12062026-03-24T23:15:04.236Z Downloaded petgraph v0.6.5
12072026-03-24T23:15:04.250Z Downloaded regex-automata v0.4.14
12082026-03-24T23:15:04.262Z Downloaded jiff v0.2.21
12092026-03-24T23:15:04.276Z Downloaded reqwest v0.12.28
12102026-03-24T23:15:04.280Z Downloaded regex v1.12.3
12112026-03-24T23:15:04.284Z Downloaded snafu v0.8.9
12122026-03-24T23:15:04.290Z Downloaded waitgroup v0.1.2
12132026-03-24T23:15:04.293Z Downloaded subprocess v0.2.15
12142026-03-24T23:15:04.293Z Downloaded petgraph v0.8.3
12152026-03-24T23:15:04.308Z Downloaded chrono-tz v0.10.4
12162026-03-24T23:15:04.322Z Downloaded rsa v0.9.10
12172026-03-24T23:15:04.326Z Downloaded quinn v0.11.9
12182026-03-24T23:15:04.329Z Downloaded lzma-sys v0.1.20
12192026-03-24T23:15:04.350Z Downloaded csv v1.4.0
12202026-03-24T23:15:04.365Z Downloaded unicode-truncate v1.1.0
12212026-03-24T23:15:04.370Z Downloaded libz-sys v1.1.24
12222026-03-24T23:15:04.382Z Downloaded itertools v0.13.0
12232026-03-24T23:15:04.387Z Downloaded tokio-tungstenite v0.21.0
12242026-03-24T23:15:04.390Z Downloaded tokio-rustls v0.25.0
12252026-03-24T23:15:04.393Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12262026-03-24T23:15:04.404Z Downloaded term v1.2.1
12272026-03-24T23:15:04.407Z Downloaded sha3 v0.10.8
12282026-03-24T23:15:04.412Z Downloaded tokio v1.49.0
12292026-03-24T23:15:04.441Z Downloaded num-bigint-dig v0.8.6
12302026-03-24T23:15:04.443Z Downloaded typify-macro v0.4.3
12312026-03-24T23:15:04.447Z Downloaded tokio-macros v2.6.0
12322026-03-24T23:15:04.447Z Downloaded tokio-dtrace v0.1.1
12332026-03-24T23:15:04.447Z Downloaded similar v2.7.0
12342026-03-24T23:15:04.451Z Downloaded rustls-platform-verifier v0.6.2
12352026-03-24T23:15:04.454Z Downloaded iri-string v0.7.10
12362026-03-24T23:15:04.459Z Downloaded thread-id v5.1.0
12372026-03-24T23:15:04.459Z Downloaded thiserror-no-std v2.0.2
12382026-03-24T23:15:04.462Z Downloaded serde_yaml v0.9.34+deprecated
12392026-03-24T23:15:04.465Z Downloaded ryu v1.0.23
12402026-03-24T23:15:04.468Z Downloaded rcgen v0.12.1
12412026-03-24T23:15:04.468Z Downloaded serde-hex v0.1.0
12422026-03-24T23:15:04.471Z Downloaded semver v0.1.20
12432026-03-24T23:15:04.471Z Downloaded signature v2.2.0
12442026-03-24T23:15:04.471Z Downloaded derive_more-impl v2.1.1
12452026-03-24T23:15:04.474Z Downloaded phf v0.13.1
12462026-03-24T23:15:04.478Z Downloaded omicron-zone-package v0.12.2
12472026-03-24T23:15:04.483Z Downloaded bumpalo v3.20.2
12482026-03-24T23:15:04.483Z Downloaded base64 v0.21.7
12492026-03-24T23:15:04.487Z Downloaded pem-rfc7468 v0.7.0
12502026-03-24T23:15:04.487Z Downloaded pem v3.0.6
12512026-03-24T23:15:04.487Z Downloaded peg v0.8.5
12522026-03-24T23:15:04.491Z Downloaded encoding_rs v0.8.35
12532026-03-24T23:15:04.505Z Downloaded paste v1.0.15
12542026-03-24T23:15:04.508Z Downloaded password-hash v0.5.0
12552026-03-24T23:15:04.511Z Downloaded password-hash v0.4.2
12562026-03-24T23:15:04.512Z Downloaded progenitor-client v0.10.0
12572026-03-24T23:15:04.512Z Downloaded num-derive v0.3.3
12582026-03-24T23:15:04.512Z Downloaded packed_struct v0.10.1
12592026-03-24T23:15:04.514Z Downloaded libbz2-rs-sys v0.2.2
12602026-03-24T23:15:04.514Z Downloaded half v2.7.1
12612026-03-24T23:15:04.517Z Downloaded elliptic-curve v0.13.8
12622026-03-24T23:15:04.520Z Downloaded memmap2 v0.9.10
12632026-03-24T23:15:04.520Z Downloaded indexmap v1.9.3
12642026-03-24T23:15:04.523Z Downloaded precomputed-hash v0.1.1
12652026-03-24T23:15:04.523Z Downloaded darling_core v0.20.11
12662026-03-24T23:15:04.526Z Downloaded num_enum v0.5.11
12672026-03-24T23:15:04.533Z Downloaded litrs v1.0.0
12682026-03-24T23:15:04.542Z Downloaded bytes v1.11.1
12692026-03-24T23:15:04.542Z Downloaded ring v0.17.14
12702026-03-24T23:15:04.569Z Downloaded clang-sys v1.8.1
12712026-03-24T23:15:04.573Z Downloaded bitfield v0.19.4
12722026-03-24T23:15:04.573Z Downloaded ahash v0.8.12
12732026-03-24T23:15:04.573Z Downloaded ipnet v2.11.0
12742026-03-24T23:15:04.573Z Downloaded glob v0.3.3
12752026-03-24T23:15:04.576Z Downloaded blake2 v0.10.6
12762026-03-24T23:15:04.576Z Downloaded darling v0.23.0
12772026-03-24T23:15:04.579Z Downloaded maybe-uninit v2.0.0
12782026-03-24T23:15:04.579Z Downloaded match_cfg v0.1.0
12792026-03-24T23:15:04.579Z Downloaded maplit v1.0.2
12802026-03-24T23:15:04.582Z Downloaded lzss v0.8.2
12812026-03-24T23:15:04.582Z Downloaded lru v0.12.5
12822026-03-24T23:15:04.582Z Downloaded hyper-tls v0.6.0
12832026-03-24T23:15:04.585Z Downloaded http-body-util v0.1.3
12842026-03-24T23:15:04.585Z Downloaded futures-executor v0.3.32
12852026-03-24T23:15:04.585Z Downloaded cancel-safe-futures v0.1.5
12862026-03-24T23:15:04.589Z Downloaded cmake v0.1.57
12872026-03-24T23:15:04.589Z Downloaded darling_core v0.23.0
12882026-03-24T23:15:04.592Z Downloaded cargo_metadata v0.19.2
12892026-03-24T23:15:04.594Z Downloaded bzip2 v0.6.1
12902026-03-24T23:15:04.595Z Downloaded cookie v0.18.1
12912026-03-24T23:15:04.598Z Downloaded console v0.15.11
12922026-03-24T23:15:04.602Z Downloaded colored v2.2.0
12932026-03-24T23:15:04.602Z Downloaded libgit2-sys v0.18.3+1.9.2
12942026-03-24T23:15:04.642Z Downloaded backon v1.6.0
12952026-03-24T23:15:04.645Z Downloaded find-msvc-tools v0.1.9
12962026-03-24T23:15:04.645Z Downloaded derive_builder v0.20.2
12972026-03-24T23:15:04.648Z Downloaded ident_case v1.0.1
12982026-03-24T23:15:04.651Z Downloaded fs_extra v1.3.0
12992026-03-24T23:15:04.651Z Downloaded fatfs v0.3.6
13002026-03-24T23:15:04.654Z Downloaded drift v0.1.3
13012026-03-24T23:15:04.658Z Downloaded diesel-dtrace v0.5.0
13022026-03-24T23:15:04.658Z Downloaded der_derive v0.7.3
13032026-03-24T23:15:04.661Z Downloaded constant_time_eq v0.4.2
13042026-03-24T23:15:04.661Z Downloaded cipher v0.4.4
13052026-03-24T23:15:04.661Z Downloaded cexpr v0.6.0
13062026-03-24T23:15:04.664Z Downloaded blowfish v0.9.1
13072026-03-24T23:15:04.664Z Downloaded bit-vec v0.6.3
13082026-03-24T23:15:04.666Z Downloaded arrayvec v0.7.6
13092026-03-24T23:15:04.666Z Downloaded defmt v0.3.100
13102026-03-24T23:15:04.666Z Downloaded camino-tempfile-ext v0.3.3
13112026-03-24T23:15:04.670Z Downloaded ecdsa v0.16.9
13122026-03-24T23:15:04.670Z Downloaded async-stream-impl v0.3.6
13132026-03-24T23:15:04.670Z Downloaded array-init v0.0.4
13142026-03-24T23:15:04.670Z Downloaded ena v0.14.4
13152026-03-24T23:15:04.672Z Downloaded defmt-parser v1.0.0
13162026-03-24T23:15:04.672Z Downloaded ciborium-ll v0.2.2
13172026-03-24T23:15:04.672Z Downloaded darling_macro v0.21.3
13182026-03-24T23:15:04.672Z Downloaded aead v0.5.2
13192026-03-24T23:15:04.675Z Downloaded crc v3.4.0
13202026-03-24T23:15:04.675Z Downloaded assert_matches v1.5.0
13212026-03-24T23:15:04.676Z Downloaded diesel_table_macro_syntax v0.3.0
13222026-03-24T23:15:04.676Z Downloaded const-oid v0.9.6
13232026-03-24T23:15:04.678Z Downloaded cargo_toml v0.22.3
13242026-03-24T23:15:04.678Z Downloaded async-stream v0.3.6
13252026-03-24T23:15:04.681Z Downloaded cargo-platform v0.1.9
13262026-03-24T23:15:04.681Z Downloaded buf-list v1.1.2
13272026-03-24T23:15:04.684Z Downloaded base16ct v0.2.0
13282026-03-24T23:15:04.684Z Downloaded colored v3.1.1
13292026-03-24T23:15:04.687Z Downloaded async-trait v0.1.89
13302026-03-24T23:15:04.687Z Downloaded allocator-api2 v0.2.21
13312026-03-24T23:15:04.690Z Downloaded csv-core v0.1.13
13322026-03-24T23:15:04.690Z Downloaded endian-type v0.1.2
13332026-03-24T23:15:04.693Z Downloaded display-error-chain v0.2.2
13342026-03-24T23:15:04.693Z Downloaded derive_builder_macro v0.20.2
13352026-03-24T23:15:04.693Z Downloaded async-recursion v1.1.1
13362026-03-24T23:15:04.696Z Downloaded dsl_auto_type v0.2.0
13372026-03-24T23:15:04.696Z Downloaded daft-derive v0.1.5
13382026-03-24T23:15:04.698Z Downloaded cassowary v0.3.0
13392026-03-24T23:15:04.701Z Downloaded bcrypt-pbkdf v0.10.0
13402026-03-24T23:15:04.701Z Downloaded base64ct v1.8.3
13412026-03-24T23:15:04.743Z Downloaded atomic-waker v1.1.2
13422026-03-24T23:15:05.200Z Downloaded aws-lc-sys v0.37.1
13432026-03-24T23:15:05.518Z Compiling libc v0.2.180
13442026-03-24T23:15:05.520Z Compiling serde v1.0.228
13452026-03-24T23:15:05.520Z Compiling log v0.4.29
13462026-03-24T23:15:05.521Z Compiling find-msvc-tools v0.1.9
13472026-03-24T23:15:05.733Z Compiling shlex v1.3.0
13482026-03-24T23:15:05.733Z Compiling smallvec v1.15.1
13492026-03-24T23:15:05.769Z Compiling syn v2.0.117
13502026-03-24T23:15:05.772Z Compiling typenum v1.19.0
13512026-03-24T23:15:05.959Z Compiling generic-array v0.14.7
13522026-03-24T23:15:05.993Z Compiling subtle v2.6.1
13532026-03-24T23:15:06.030Z Compiling scopeguard v1.2.0
13542026-03-24T23:15:06.082Z Compiling portable-atomic v1.13.1
13552026-03-24T23:15:06.122Z Compiling const-oid v0.9.6
13562026-03-24T23:15:06.165Z Compiling lock_api v0.4.14
13572026-03-24T23:15:06.220Z Compiling critical-section v1.2.0
13582026-03-24T23:15:06.276Z Compiling zerocopy v0.8.40
13592026-03-24T23:15:06.353Z Compiling parking_lot_core v0.9.12
13602026-03-24T23:15:06.493Z Compiling pin-project-lite v0.2.17
13612026-03-24T23:15:06.608Z Compiling serde_json v1.0.149
13622026-03-24T23:15:06.688Z Compiling pkg-config v0.3.32
13632026-03-24T23:15:06.871Z Compiling getrandom v0.2.17
13642026-03-24T23:15:06.890Z Compiling jobserver v0.1.34
13652026-03-24T23:15:06.950Z Compiling errno v0.3.14
13662026-03-24T23:15:07.105Z Compiling rand_core v0.6.4
13672026-03-24T23:15:07.142Z Compiling signal-hook-registry v1.4.8
13682026-03-24T23:15:07.256Z Compiling cc v1.2.56
13692026-03-24T23:15:07.389Z Compiling once_cell v1.21.3
13702026-03-24T23:15:07.452Z Compiling mio v1.1.1
13712026-03-24T23:15:07.490Z Compiling bitflags v2.11.0
13722026-03-24T23:15:07.509Z Compiling libm v0.2.16
13732026-03-24T23:15:07.656Z Compiling num-traits v0.2.19
13742026-03-24T23:15:07.786Z Compiling parking_lot v0.12.5
13752026-03-24T23:15:07.832Z Compiling futures-core v0.3.32
13762026-03-24T23:15:08.015Z Compiling socket2 v0.6.2
13772026-03-24T23:15:08.079Z Compiling percent-encoding v2.3.2
13782026-03-24T23:15:08.125Z Compiling allocator-api2 v0.2.21
13792026-03-24T23:15:08.296Z Compiling futures-sink v0.3.32
13802026-03-24T23:15:08.323Z Compiling cpufeatures v0.2.17
13812026-03-24T23:15:08.420Z Compiling foldhash v0.2.0
13822026-03-24T23:15:08.439Z Compiling futures-channel v0.3.32
13832026-03-24T23:15:08.560Z Compiling futures-task v0.3.32
13842026-03-24T23:15:08.579Z Compiling slab v0.4.12
13852026-03-24T23:15:08.692Z Compiling hashbrown v0.16.1
13862026-03-24T23:15:08.726Z Compiling futures-io v0.3.32
13872026-03-24T23:15:08.753Z Compiling getrandom v0.4.1
13882026-03-24T23:15:08.773Z Compiling getrandom v0.3.4
13892026-03-24T23:15:08.795Z Compiling rand_core v0.10.0
13902026-03-24T23:15:08.920Z Compiling rustversion v1.0.22
13912026-03-24T23:15:08.998Z Compiling form_urlencoded v1.2.2
13922026-03-24T23:15:09.408Z Compiling indexmap v2.13.0
13932026-03-24T23:15:09.466Z Compiling cmake v0.1.57
13942026-03-24T23:15:09.515Z Compiling dunce v1.0.5
13952026-03-24T23:15:09.535Z Compiling ident_case v1.0.1
13962026-03-24T23:15:09.632Z Compiling base64ct v1.8.3
13972026-03-24T23:15:09.682Z Compiling fs_extra v1.3.0
13982026-03-24T23:15:10.015Z Compiling synstructure v0.13.2
13992026-03-24T23:15:10.034Z Compiling pem-rfc7468 v0.7.0
14002026-03-24T23:15:10.054Z Compiling flagset v0.4.7
14012026-03-24T23:15:10.085Z Compiling aws-lc-sys v0.37.1
14022026-03-24T23:15:10.108Z Compiling rand_core v0.9.5
14032026-03-24T23:15:10.219Z Compiling iana-time-zone v0.1.65
14042026-03-24T23:15:10.222Z Compiling rustix v1.1.3
14052026-03-24T23:15:10.324Z Compiling ring v0.17.14
14062026-03-24T23:15:10.428Z Compiling uuid v1.21.0
14072026-03-24T23:15:10.450Z Compiling rustc_version v0.4.1
14082026-03-24T23:15:10.493Z Compiling aws-lc-rs v1.16.0
14092026-03-24T23:15:10.841Z Compiling vcpkg v0.2.15
14102026-03-24T23:15:10.863Z Compiling regex-syntax v0.8.10
14112026-03-24T23:15:10.883Z Compiling tracing-core v0.1.36
14122026-03-24T23:15:11.340Z Compiling crossbeam-utils v0.8.21
14132026-03-24T23:15:11.626Z Compiling pest_generator v2.8.6
14142026-03-24T23:15:11.725Z Compiling serde_derive_internals v0.29.1
14152026-03-24T23:15:11.826Z Compiling openssl-sys v0.9.111
14162026-03-24T23:15:12.502Z Compiling serde_derive v1.0.228
14172026-03-24T23:15:12.551Z Compiling zeroize_derive v1.4.3
14182026-03-24T23:15:12.570Z Compiling zerofrom-derive v0.1.6
14192026-03-24T23:15:12.591Z Compiling yoke-derive v0.8.1
14202026-03-24T23:15:12.955Z Compiling zerocopy-derive v0.8.40
14212026-03-24T23:15:13.384Z Compiling zeroize v1.8.2
14222026-03-24T23:15:14.060Z Compiling zerovec-derive v0.11.2
14232026-03-24T23:15:14.143Z Compiling displaydoc v0.2.5
14242026-03-24T23:15:14.419Z Compiling crypto-common v0.1.7
14252026-03-24T23:15:14.466Z Compiling zerofrom v0.1.6
14262026-03-24T23:15:14.596Z Compiling yoke v0.8.1
14272026-03-24T23:15:14.620Z Compiling block-buffer v0.10.4
14282026-03-24T23:15:14.842Z Compiling digest v0.10.7
14292026-03-24T23:15:14.878Z Compiling tokio-macros v2.6.0
14302026-03-24T23:15:15.100Z Compiling zerotrie v0.2.3
14312026-03-24T23:15:15.123Z Compiling hmac v0.12.1
14322026-03-24T23:15:15.174Z Compiling futures-macro v0.3.32
14332026-03-24T23:15:15.319Z Compiling block-padding v0.3.3
14342026-03-24T23:15:15.494Z Compiling inout v0.1.4
14352026-03-24T23:15:15.527Z Compiling sha2 v0.10.9
14362026-03-24T23:15:15.572Z Compiling zerovec v0.11.5
14372026-03-24T23:15:15.708Z Compiling cipher v0.4.4
14382026-03-24T23:15:15.886Z Compiling der_derive v0.7.3
14392026-03-24T23:15:16.108Z Compiling salsa20 v0.10.2
14402026-03-24T23:15:16.244Z Compiling tinystr v0.8.2
14412026-03-24T23:15:16.263Z Compiling potential_utf v0.1.4
14422026-03-24T23:15:16.284Z Compiling futures-util v0.3.32
14432026-03-24T23:15:16.471Z Compiling icu_locale_core v2.1.1
14442026-03-24T23:15:16.501Z Compiling icu_collections v2.1.1
14452026-03-24T23:15:17.137Z Compiling bytes v1.11.1
14462026-03-24T23:15:17.182Z Compiling der v0.7.10
14472026-03-24T23:15:17.212Z Compiling chrono v0.4.44
14482026-03-24T23:15:17.389Z Compiling icu_provider v2.1.1
14492026-03-24T23:15:17.681Z Compiling icu_properties v2.1.2
14502026-03-24T23:15:17.758Z Compiling tokio v1.49.0
14512026-03-24T23:15:17.951Z Compiling icu_normalizer v2.1.1
14522026-03-24T23:15:18.647Z Compiling spki v0.7.3
14532026-03-24T23:15:18.785Z Compiling http v1.4.0
14542026-03-24T23:15:18.908Z Compiling idna_adapter v1.2.1
14552026-03-24T23:15:19.053Z Compiling ppv-lite86 v0.2.21
14562026-03-24T23:15:19.076Z Compiling idna v1.1.0
14572026-03-24T23:15:19.191Z Compiling pbkdf2 v0.12.2
14582026-03-24T23:15:19.237Z Compiling thiserror-impl v2.0.18
14592026-03-24T23:15:19.330Z Compiling scrypt v0.11.0
14602026-03-24T23:15:19.363Z Compiling aes v0.8.4
14612026-03-24T23:15:19.489Z Compiling url v2.5.8
14622026-03-24T23:15:19.651Z Compiling rand_chacha v0.9.0
14632026-03-24T23:15:19.952Z Compiling cbc v0.1.2
14642026-03-24T23:15:20.060Z Compiling rustls-pki-types v1.14.0
14652026-03-24T23:15:20.138Z Compiling tracing-attributes v0.1.31
14662026-03-24T23:15:20.584Z Compiling pkcs5 v0.7.1
14672026-03-24T23:15:20.603Z Compiling rand v0.9.2
14682026-03-24T23:15:20.673Z Compiling http-body v1.0.1
14692026-03-24T23:15:20.815Z Compiling openssl-probe v0.2.1
14702026-03-24T23:15:20.861Z Compiling untrusted v0.9.0
14712026-03-24T23:15:21.012Z Compiling untrusted v0.7.1
14722026-03-24T23:15:21.038Z Compiling httparse v1.10.1
14732026-03-24T23:15:21.060Z Compiling thiserror v2.0.18
14742026-03-24T23:15:21.164Z Compiling base64 v0.22.1
14752026-03-24T23:15:21.189Z Compiling schemars v0.8.22
14762026-03-24T23:15:21.228Z Compiling syn v1.0.109
14772026-03-24T23:15:21.546Z Compiling pkcs8 v0.10.2
14782026-03-24T23:15:21.568Z Compiling schemars_derive v0.8.22
14792026-03-24T23:15:21.630Z Compiling pest_derive v2.8.6
14802026-03-24T23:15:21.672Z Compiling scroll_derive v0.13.1
14812026-03-24T23:15:21.968Z Compiling tracing v0.1.44
14822026-03-24T23:15:22.165Z Compiling darling_core v0.20.11
14832026-03-24T23:15:22.306Z Compiling rustls v0.23.37
14842026-03-24T23:15:22.519Z Compiling dyn-clone v1.0.20
14852026-03-24T23:15:22.593Z Compiling tower-layer v0.3.3
14862026-03-24T23:15:22.690Z Compiling tower-service v0.3.3
14872026-03-24T23:15:22.721Z Compiling tinyvec_macros v0.1.1
14882026-03-24T23:15:22.798Z Compiling tokio-util v0.7.18
14892026-03-24T23:15:22.817Z Compiling try-lock v0.2.5
14902026-03-24T23:15:22.817Z Compiling atomic-waker v1.1.2
14912026-03-24T23:15:22.966Z Compiling want v0.3.1
14922026-03-24T23:15:22.966Z Compiling tinyvec v1.10.0
14932026-03-24T23:15:23.173Z Compiling scroll v0.13.0
14942026-03-24T23:15:23.884Z Compiling h2 v0.4.13
14952026-03-24T23:15:23.903Z Compiling ipnet v2.11.0
14962026-03-24T23:15:24.173Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-24T23:15:24.570Z Compiling spin v0.9.8
14982026-03-24T23:15:24.665Z Compiling aho-corasick v1.1.4
14992026-03-24T23:15:24.879Z Compiling openssl v0.10.75
15002026-03-24T23:15:25.049Z Compiling foreign-types-shared v0.1.1
15012026-03-24T23:15:25.163Z Compiling num-conv v0.2.0
15022026-03-24T23:15:25.181Z Compiling crc32fast v1.5.0
15032026-03-24T23:15:25.336Z Compiling powerfmt v0.2.0
15042026-03-24T23:15:25.398Z Compiling darling_macro v0.20.11
15052026-03-24T23:15:25.524Z Compiling time-core v0.1.8
15062026-03-24T23:15:25.604Z Compiling pin-utils v0.1.0
15072026-03-24T23:15:25.694Z Compiling httpdate v1.0.3
15082026-03-24T23:15:25.716Z Compiling tempfile v3.25.0
15092026-03-24T23:15:25.739Z Compiling time-macros v0.2.27
15102026-03-24T23:15:25.979Z Compiling regex-automata v0.4.14
15112026-03-24T23:15:25.998Z Compiling darling v0.20.11
15122026-03-24T23:15:26.159Z Compiling deranged v0.5.8
15132026-03-24T23:15:26.239Z Compiling foreign-types v0.3.2
15142026-03-24T23:15:27.037Z Compiling goblin v0.10.5
15152026-03-24T23:15:27.480Z Compiling thiserror-impl v1.0.69
15162026-03-24T23:15:27.864Z Compiling hyper v1.8.1
15172026-03-24T23:15:29.028Z Compiling openssl-macros v0.1.1
15182026-03-24T23:15:29.111Z Compiling wait-timeout v0.2.1
15192026-03-24T23:15:29.201Z Compiling siphasher v1.0.2
15202026-03-24T23:15:29.446Z Compiling num_threads v0.1.7
15212026-03-24T23:15:29.465Z Compiling usdt-impl v0.6.0
15222026-03-24T23:15:29.507Z Compiling bit-vec v0.8.0
15232026-03-24T23:15:29.563Z Compiling either v1.15.0
15242026-03-24T23:15:29.712Z Compiling simd-adler32 v0.3.8
15252026-03-24T23:15:29.834Z Compiling native-tls v0.2.18
15262026-03-24T23:15:29.879Z Compiling quick-error v1.2.3
15272026-03-24T23:15:29.954Z Compiling bit-set v0.8.0
15282026-03-24T23:15:30.011Z Compiling rusty-fork v0.3.1
15292026-03-24T23:15:30.120Z Compiling time v0.3.47
15302026-03-24T23:15:30.161Z Compiling hyper-util v0.1.20
15312026-03-24T23:15:30.430Z Compiling thiserror v1.0.69
15322026-03-24T23:15:30.798Z Compiling dof v0.4.0
15332026-03-24T23:15:31.748Z Compiling derive_builder_core v0.20.2
15342026-03-24T23:15:32.260Z Compiling unicode-normalization v0.1.25
15352026-03-24T23:15:32.387Z Compiling crossbeam-epoch v0.9.18
15362026-03-24T23:15:32.433Z Compiling dtrace-parser v0.3.0
15372026-03-24T23:15:32.817Z Compiling rustls-native-certs v0.8.3
15382026-03-24T23:15:32.863Z Compiling signature v2.2.0
15392026-03-24T23:15:32.917Z Compiling scroll_derive v0.12.1
15402026-03-24T23:15:32.981Z Compiling heapless v0.7.17
15412026-03-24T23:15:33.078Z Compiling rand_xorshift v0.4.0
15422026-03-24T23:15:33.189Z Compiling slog v2.8.2
15432026-03-24T23:15:33.270Z Compiling darling_core v0.21.3
15442026-03-24T23:15:33.274Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-24T23:15:33.413Z Compiling sync_wrapper v1.0.2
15462026-03-24T23:15:33.463Z Compiling thread-id v5.1.0
15472026-03-24T23:15:33.544Z Compiling cookie v0.18.1
15482026-03-24T23:15:33.566Z Compiling paste v1.0.15
15492026-03-24T23:15:33.604Z Compiling anyhow v1.0.102
15502026-03-24T23:15:33.767Z Compiling rayon-core v1.13.0
15512026-03-24T23:15:33.767Z Compiling unicode-properties v0.1.4
15522026-03-24T23:15:33.899Z Compiling unicode-segmentation v1.12.0
15532026-03-24T23:15:33.989Z Compiling unicode-bidi v0.3.18
15542026-03-24T23:15:34.008Z Compiling adler2 v2.0.1
15552026-03-24T23:15:34.056Z Compiling zstd-safe v7.2.4
15562026-03-24T23:15:34.168Z Compiling signal-hook v0.3.18
15572026-03-24T23:15:34.223Z Compiling unarray v0.1.4
15582026-03-24T23:15:34.291Z Compiling miniz_oxide v0.8.9
15592026-03-24T23:15:34.357Z Compiling proptest v1.10.0
15602026-03-24T23:15:34.402Z Compiling stringprep v0.1.5
15612026-03-24T23:15:34.705Z Compiling scroll v0.12.0
15622026-03-24T23:15:34.991Z Compiling tower v0.5.3
15632026-03-24T23:15:35.200Z Compiling derive_builder_macro v0.20.2
15642026-03-24T23:15:35.560Z Compiling crossbeam-deque v0.8.6
15652026-03-24T23:15:35.580Z Compiling ipnetwork v0.21.1
15662026-03-24T23:15:35.580Z Compiling http-body-util v0.1.3
15672026-03-24T23:15:35.619Z Compiling webpki-roots v1.0.6
15682026-03-24T23:15:35.772Z Compiling rand_chacha v0.3.1
15692026-03-24T23:15:35.772Z Compiling erased-serde v0.3.31
15702026-03-24T23:15:35.810Z Compiling serde_spanned v0.6.9
15712026-03-24T23:15:35.915Z Compiling serde_tokenstream v0.2.3
15722026-03-24T23:15:35.985Z Compiling toml_datetime v0.6.11
15732026-03-24T23:15:36.094Z Compiling md-5 v0.10.6
15742026-03-24T23:15:36.297Z Compiling zerocopy-derive v0.7.35
15752026-03-24T23:15:36.318Z Compiling curve25519-dalek v4.1.3
15762026-03-24T23:15:36.318Z Compiling vergen-lib v0.1.6
15772026-03-24T23:15:36.486Z Compiling num-integer v0.1.46
15782026-03-24T23:15:36.557Z Compiling hash32 v0.2.1
15792026-03-24T23:15:36.728Z Compiling ff v0.13.1
15802026-03-24T23:15:36.812Z Compiling memoffset v0.9.1
15812026-03-24T23:15:36.832Z Compiling ref-cast v1.0.25
15822026-03-24T23:15:36.866Z Compiling darling_macro v0.21.3
15832026-03-24T23:15:36.897Z Compiling iri-string v0.7.10
15842026-03-24T23:15:36.917Z Compiling fallible-iterator v0.2.0
15852026-03-24T23:15:37.044Z Compiling cfg_aliases v0.2.1
15862026-03-24T23:15:37.135Z Compiling psl-types v2.0.11
15872026-03-24T23:15:37.207Z Compiling ryu v1.0.23
15882026-03-24T23:15:37.288Z Compiling num-bigint-dig v0.8.6
15892026-03-24T23:15:37.321Z Compiling smoltcp v0.9.1
15902026-03-24T23:15:37.439Z Compiling zlib-rs v0.6.2
15912026-03-24T23:15:37.458Z Compiling litrs v1.0.0
15922026-03-24T23:15:37.478Z Compiling rustix v0.38.44
15932026-03-24T23:15:37.519Z Compiling base16ct v0.2.0
15942026-03-24T23:15:37.744Z Compiling sec1 v0.7.3
15952026-03-24T23:15:37.791Z Compiling newtype-uuid v1.3.2
15962026-03-24T23:15:38.049Z Compiling darling v0.21.3
15972026-03-24T23:15:38.097Z Compiling zerocopy v0.7.35
15982026-03-24T23:15:38.145Z Compiling document-features v0.2.12
15992026-03-24T23:15:38.164Z Compiling serde_urlencoded v0.7.1
16002026-03-24T23:15:38.217Z Compiling postgres-protocol v0.6.10
16012026-03-24T23:15:38.495Z Compiling tower-http v0.6.8
16022026-03-24T23:15:38.876Z Compiling publicsuffix v2.3.0
16032026-03-24T23:15:38.948Z Compiling nix v0.31.1
16042026-03-24T23:15:39.013Z Compiling group v0.13.0
16052026-03-24T23:15:39.037Z Compiling num-iter v0.1.45
16062026-03-24T23:15:39.226Z Compiling rand v0.8.5
16072026-03-24T23:15:39.244Z Compiling oxnet v0.1.4
16082026-03-24T23:15:39.427Z Compiling derive_builder v0.20.2
16092026-03-24T23:15:39.692Z Compiling proc-macro-error v1.0.4
16102026-03-24T23:15:39.743Z Compiling tokio-native-tls v0.3.1
16112026-03-24T23:15:39.883Z Compiling goblin v0.8.2
16122026-03-24T23:15:40.781Z Compiling heck v0.4.1
16132026-03-24T23:15:40.785Z Compiling phf_shared v0.13.1
16142026-03-24T23:15:40.827Z Compiling hubpack_derive v0.1.1
16152026-03-24T23:15:41.072Z Compiling regex v1.12.3
16162026-03-24T23:15:41.097Z Compiling lazy_static v1.5.0
16172026-03-24T23:15:41.117Z Compiling cargo-platform v0.1.9
16182026-03-24T23:15:41.208Z Compiling hkdf v0.12.4
16192026-03-24T23:15:41.371Z Compiling crypto-bigint v0.5.5
16202026-03-24T23:15:41.413Z Compiling strum_macros v0.27.2
16212026-03-24T23:15:41.439Z Compiling curve25519-dalek-derive v0.1.1
16222026-03-24T23:15:41.648Z Compiling flate2 v1.1.9
16232026-03-24T23:15:42.038Z Compiling daft-derive v0.1.5
16242026-03-24T23:15:42.214Z Compiling ref-cast-impl v1.0.25
16252026-03-24T23:15:42.282Z Compiling async-trait v0.1.89
16262026-03-24T23:15:42.900Z Compiling terminal_size v0.4.3
16272026-03-24T23:15:42.978Z Compiling vergen v9.0.6
16282026-03-24T23:15:43.073Z Compiling fs-err v3.3.0
16292026-03-24T23:15:43.201Z Compiling ahash v0.8.12
16302026-03-24T23:15:43.302Z Compiling foldhash v0.1.5
16312026-03-24T23:15:43.454Z Compiling managed v0.8.0
16322026-03-24T23:15:43.521Z Compiling bumpalo v3.20.2
16332026-03-24T23:15:43.695Z Compiling object v0.37.3
16342026-03-24T23:15:43.732Z Compiling libbz2-rs-sys v0.2.2
16352026-03-24T23:15:43.847Z Compiling bitflags v1.3.2
16362026-03-24T23:15:43.943Z Compiling winnow v0.5.40
16372026-03-24T23:15:44.033Z Compiling clap_builder v4.5.60
16382026-03-24T23:15:44.087Z Compiling strum v0.27.2
16392026-03-24T23:15:44.250Z Compiling console v0.16.2
16402026-03-24T23:15:44.287Z Compiling bzip2 v0.6.1
16412026-03-24T23:15:44.655Z Compiling zopfli v0.8.3
16422026-03-24T23:15:44.812Z Compiling hashbrown v0.15.5
16432026-03-24T23:15:45.255Z Compiling daft v0.1.5
16442026-03-24T23:15:45.550Z Compiling dof v0.3.0
16452026-03-24T23:15:45.618Z Compiling elliptic-curve v0.13.8
16462026-03-24T23:15:45.716Z Compiling hubpack v0.1.2
16472026-03-24T23:15:45.978Z Compiling toml_edit v0.19.15
16482026-03-24T23:15:45.999Z Compiling cargo_metadata v0.19.2
16492026-03-24T23:15:46.530Z Compiling zone_cfg_derive v0.3.1
16502026-03-24T23:15:47.347Z Compiling phf v0.13.1
16512026-03-24T23:15:47.552Z Compiling signal-hook-mio v0.2.5
16522026-03-24T23:15:47.701Z Compiling zstd v0.13.3
16532026-03-24T23:15:48.049Z Compiling cookie_store v0.22.1
16542026-03-24T23:15:48.278Z Compiling rayon v1.11.0
16552026-03-24T23:15:48.318Z Compiling hyper-tls v0.6.0
16562026-03-24T23:15:48.564Z Compiling bzip2 v0.4.4
16572026-03-24T23:15:48.739Z Compiling postgres-types v0.2.12
16582026-03-24T23:15:48.836Z Compiling serde_with_macros v3.17.0
16592026-03-24T23:15:49.497Z Compiling usdt-macro v0.6.0
16602026-03-24T23:15:49.602Z Compiling usdt-attr-macro v0.6.0
16612026-03-24T23:15:49.714Z Compiling ed25519 v2.2.3
16622026-03-24T23:15:50.356Z Compiling dtrace-parser v0.2.0
16632026-03-24T23:15:50.511Z Compiling itertools v0.12.1
16642026-03-24T23:15:50.531Z Compiling phf_shared v0.11.3
16652026-03-24T23:15:50.691Z Compiling bstr v1.12.1
16662026-03-24T23:15:50.752Z Compiling pkcs1 v0.7.5
16672026-03-24T23:15:50.779Z Compiling serde-big-array v0.5.1
16682026-03-24T23:15:50.903Z Compiling hex v0.4.3
16692026-03-24T23:15:50.956Z Compiling rfc6979 v0.4.0
16702026-03-24T23:15:51.109Z Compiling clap_derive v4.5.55
16712026-03-24T23:15:51.254Z Compiling serde_repr v0.1.20
16722026-03-24T23:15:51.286Z Compiling enum-as-inner v0.6.1
16732026-03-24T23:15:51.409Z Compiling strum_macros v0.26.4
16742026-03-24T23:15:51.570Z Compiling float-cmp v0.10.0
16752026-03-24T23:15:51.756Z Compiling thread-id v4.2.2
16762026-03-24T23:15:51.889Z Compiling memmap2 v0.9.10
16772026-03-24T23:15:51.943Z Compiling env_filter v1.0.0
16782026-03-24T23:15:51.946Z Compiling encoding_rs v0.8.35
16792026-03-24T23:15:52.145Z Compiling jiff v0.2.21
16802026-03-24T23:15:52.171Z Compiling data-encoding v2.10.0
16812026-03-24T23:15:52.337Z Compiling precomputed-hash v0.1.1
16822026-03-24T23:15:52.448Z Compiling difflib v0.4.0
16832026-03-24T23:15:53.146Z Compiling rustc-hash v2.1.1
16842026-03-24T23:15:53.213Z Compiling unit-prefix v0.5.2
16852026-03-24T23:15:53.304Z Compiling new_debug_unreachable v1.0.6
16862026-03-24T23:15:53.398Z Compiling static_assertions v1.1.0
16872026-03-24T23:15:53.418Z Compiling mime v0.3.17
16882026-03-24T23:15:53.447Z Compiling keccak v0.1.6
16892026-03-24T23:15:53.491Z Compiling fixedbitset v0.5.7
16902026-03-24T23:15:53.516Z Compiling normalize-line-endings v0.3.0
16912026-03-24T23:15:53.636Z Compiling whoami v2.1.0
16922026-03-24T23:15:53.751Z Compiling predicates-core v1.0.10
16932026-03-24T23:15:53.857Z Compiling fixedbitset v0.4.2
16942026-03-24T23:15:53.894Z Compiling predicates v3.1.4
16952026-03-24T23:15:53.975Z Compiling tokio-postgres v0.7.16
16962026-03-24T23:15:53.995Z Compiling strum v0.26.3
16972026-03-24T23:15:54.135Z Compiling petgraph v0.6.5
16982026-03-24T23:15:54.152Z Compiling petgraph v0.8.3
16992026-03-24T23:15:54.157Z Compiling sha3 v0.10.8
17002026-03-24T23:15:54.562Z Compiling toml_edit v0.22.27
17012026-03-24T23:15:54.759Z Compiling clap v4.5.60
17022026-03-24T23:15:54.778Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-03-24T23:15:54.886Z Compiling string_cache v0.8.9
17042026-03-24T23:15:55.181Z Compiling indicatif v0.18.4
17052026-03-24T23:15:56.192Z Compiling zip v4.6.1
17062026-03-24T23:15:56.338Z Compiling iddqd v0.3.17
17072026-03-24T23:15:56.825Z Compiling hickory-proto v0.25.2
17082026-03-24T23:15:57.026Z Compiling env_logger v0.11.9
17092026-03-24T23:15:57.502Z Compiling usdt v0.6.0
17102026-03-24T23:15:57.505Z Compiling zone v0.3.1
17112026-03-24T23:15:57.857Z Compiling usdt-impl v0.5.0
17122026-03-24T23:15:57.876Z Compiling similar v2.7.0
17132026-03-24T23:15:58.109Z Compiling serde_with v3.17.0
17142026-03-24T23:15:58.420Z Compiling ecdsa v0.16.9
17152026-03-24T23:15:58.457Z Compiling rsa v0.9.10
17162026-03-24T23:15:58.507Z Compiling crossterm v0.28.1
17172026-03-24T23:15:58.632Z Compiling ed25519-dalek v2.2.0
17182026-03-24T23:15:58.930Z Compiling zip v0.6.6
17192026-03-24T23:15:59.695Z Compiling toml v0.7.8
17202026-03-24T23:16:00.559Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-24T23:16:00.610Z Compiling itertools v0.13.0
17222026-03-24T23:16:00.631Z Compiling tokio-stream v0.1.18
17232026-03-24T23:16:01.064Z Compiling buf-list v1.1.2
17242026-03-24T23:16:01.249Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17252026-03-24T23:16:01.414Z Compiling x509-cert v0.2.5
17262026-03-24T23:16:01.433Z Compiling openapiv3 v2.2.0
17272026-03-24T23:16:01.661Z Compiling sha1 v0.10.6
17282026-03-24T23:16:01.951Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-24T23:16:02.296Z Compiling peg-runtime v0.8.5
17302026-03-24T23:16:02.335Z Compiling lalrpop-util v0.19.12
17312026-03-24T23:16:02.583Z Compiling thread_local v1.1.9
17322026-03-24T23:16:02.660Z Compiling slog-async v2.8.0
17332026-03-24T23:16:02.693Z Compiling crossbeam-channel v0.5.15
17342026-03-24T23:16:02.908Z Compiling futures-executor v0.3.32
17352026-03-24T23:16:03.064Z Compiling filetime v0.2.27
17362026-03-24T23:16:03.254Z Compiling is-terminal v0.4.17
17372026-03-24T23:16:03.283Z Compiling term v1.2.1
17382026-03-24T23:16:03.303Z Compiling take_mut v0.2.2
17392026-03-24T23:16:03.325Z Compiling xattr v1.6.1
17402026-03-24T23:16:03.372Z Compiling futures v0.3.32
17412026-03-24T23:16:03.479Z Compiling tar v0.4.44
17422026-03-24T23:16:03.689Z Compiling slog-term v2.9.2
17432026-03-24T23:16:10.244Z Compiling rustls-webpki v0.103.9
17442026-03-24T23:16:14.249Z Compiling tokio-rustls v0.26.4
17452026-03-24T23:16:14.249Z Compiling rustls-platform-verifier v0.6.2
17462026-03-24T23:16:14.519Z Compiling hyper-rustls v0.27.7
17472026-03-24T23:16:14.782Z Compiling reqwest v0.12.28
17482026-03-24T23:16:14.782Z Compiling reqwest v0.13.2
17492026-03-24T23:16:17.699Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-24T23:16:17.970Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-24T23:16:21.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17522026-03-24T23:16:21.916Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-24T23:16:21.980ZMar 24 23:16:21.187 INFO Starting download, target: Clickhouse
17542026-03-24T23:16:21.980ZMar 24 23:16:21.187 INFO Starting download, target: Console
17552026-03-24T23:16:21.980ZMar 24 23:16:21.187 INFO Starting download, target: DendriteStub
17562026-03-24T23:16:21.982ZMar 24 23:16:21.187 INFO Starting download, target: TransceiverControl
17572026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Starting download, target: Cockroach
17582026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Starting download, target: MaghemiteMgd
17592026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17642026-03-24T23:16:21.983ZMar 24 23:16:21.187 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-24T23:16:22.287ZMar 24 23:16:21.489 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-24T23:16:22.636ZMar 24 23:16:21.842 INFO Download complete, target: TransceiverControl
17672026-03-24T23:16:22.886ZMar 24 23:16:22.093 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-24T23:16:23.259ZMar 24 23:16:22.465 INFO Download complete, target: Console
17692026-03-24T23:16:23.494ZMar 24 23:16:22.700 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-24T23:16:23.526ZMar 24 23:16:22.732 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-24T23:16:23.996ZMar 24 23:16:23.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-03-24T23:16:24.605ZMar 24 23:16:23.810 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-24T23:16:24.605ZMar 24 23:16:23.811 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-24T23:16:27.166ZMar 24 23:16:26.369 INFO Download complete, target: DendriteStub
17752026-03-24T23:16:27.211ZMar 24 23:16:26.414 INFO Download complete, target: MaghemiteMgd
17762026-03-24T23:16:32.180ZMar 24 23:16:31.380 INFO Checking that binary works, target: Cockroach
17772026-03-24T23:16:32.292ZMar 24 23:16:31.493 INFO Download complete, target: Cockroach
17782026-03-24T23:16:35.114ZMar 24 23:16:34.312 INFO Checking that binary works, target: Clickhouse
17792026-03-24T23:16:35.290ZMar 24 23:16:34.487 INFO Download complete, target: Clickhouse
17802026-03-24T23:16:35.390ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-24T23:16:35.393Z
17822026-03-24T23:16:35.393Zreal 3:56.122167965
17832026-03-24T23:16:35.393Zuser 10:19.447514539
17842026-03-24T23:16:35.393Zsys 1:48.170403292
17852026-03-24T23:16:35.393Ztrap 0.310619732
17862026-03-24T23:16:35.393Ztflt 0.608720427
17872026-03-24T23:16:35.393Zdflt 0.791583232
17882026-03-24T23:16:35.393Zkflt 0.021471456
17892026-03-24T23:16:35.393Zlock 30:15.032952360
17902026-03-24T23:16:35.393Zslp 28:54.161919221
17912026-03-24T23:16:35.394Zlat 55.936739761
17922026-03-24T23:16:35.394Zstop 2:39.024662201
17932026-03-24T23:16:35.394Z+ banner hack-check
17942026-03-24T23:16:35.394Z
17952026-03-24T23:16:35.394Z # # ## #### # # #### # # ###### #### # #
17962026-03-24T23:16:35.394Z # # # # # # # # # # # # # # # # #
17972026-03-24T23:16:35.394Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-24T23:16:35.394Z # # ###### # # # # # # # # # #
17992026-03-24T23:16:35.394Z # # # # # # # # # # # # # # # # #
18002026-03-24T23:16:35.394Z # # # # #### # # #### # # ###### #### # #
18012026-03-24T23:16:35.394Z
18022026-03-24T23:16:35.394Z+ export CARGO_INCREMENTAL=0
18032026-03-24T23:16:35.394Z+ CARGO_INCREMENTAL=0
18042026-03-24T23:16:35.394Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-24T23:16:36.106Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-24T23:16:36.381Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-24T23:16:38.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18082026-03-24T23:16:38.969Z Running `target/debug/xtask check-features --ci`
18092026-03-24T23:16:38.999Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-24T23:16:39.002Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-24T23:16:39.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18122026-03-24T23:16:39.675Z Running `target/debug/xtask download cargo-hack`
18132026-03-24T23:16:40.727Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-24T23:16:41.104Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-24T23:16:44.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
18162026-03-24T23:16:44.527Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-24T23:16:44.572ZMar 24 23:16:43.764 INFO Starting download, target: CargoHack
18182026-03-24T23:16:44.575ZMar 24 23:16:43.765 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-24T23:16:44.943ZMar 24 23:16:44.134 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-24T23:16:45.023ZMar 24 23:16:44.215 INFO Download complete, target: CargoHack
18212026-03-24T23:16:45.027Zrunning: "/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"
18222026-03-24T23:16:45.044Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-24T23:16:45.244Zinfo: running `cargo check --bins` on api_identity (1/267)
18242026-03-24T23:16:45.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-24T23:16:45.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-24T23:16:45.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-24T23:16:45.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18282026-03-24T23:16:46.033Z
18292026-03-24T23:16:46.033Zinfo: running `cargo check --bins` on bootstore (2/267)
18302026-03-24T23:16:46.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-24T23:16:46.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-24T23:16:46.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-24T23:16:46.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18342026-03-24T23:16:46.818Z
18352026-03-24T23:16:46.818Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18362026-03-24T23:16:47.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-24T23:16:47.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-24T23:16:47.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-24T23:16:47.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18402026-03-24T23:16:47.595Z
18412026-03-24T23:16:47.595Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18422026-03-24T23:16:48.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-24T23:16:48.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-24T23:16:48.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-24T23:16:48.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18462026-03-24T23:16:48.385Z
18472026-03-24T23:16:48.385Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18482026-03-24T23:16:49.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-24T23:16:49.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-24T23:16:49.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-24T23:16:49.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18522026-03-24T23:16:49.166Z
18532026-03-24T23:16:49.166Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18542026-03-24T23:16:49.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-24T23:16:49.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-24T23:16:49.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-24T23:16:49.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18582026-03-24T23:16:49.969Z
18592026-03-24T23:16:49.969Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18602026-03-24T23:16:50.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-24T23:16:50.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-24T23:16:50.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-24T23:16:50.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18642026-03-24T23:16:50.763Z
18652026-03-24T23:16:50.763Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18662026-03-24T23:16:51.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-24T23:16:51.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-24T23:16:51.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-24T23:16:51.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18702026-03-24T23:16:51.557Z
18712026-03-24T23:16:51.557Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18722026-03-24T23:16:52.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-24T23:16:52.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-24T23:16:52.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-24T23:16:52.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18762026-03-24T23:16:52.187Z
18772026-03-24T23:16:52.187Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18782026-03-24T23:16:52.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-24T23:16:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-24T23:16:52.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-24T23:16:52.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18822026-03-24T23:16:52.820Z
18832026-03-24T23:16:52.820Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18842026-03-24T23:16:53.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-24T23:16:53.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-24T23:16:53.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-24T23:16:53.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18882026-03-24T23:16:53.451Z
18892026-03-24T23:16:53.451Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18902026-03-24T23:16:54.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-24T23:16:54.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-24T23:16:54.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-24T23:16:54.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18942026-03-24T23:16:54.077Z
18952026-03-24T23:16:54.077Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18962026-03-24T23:16:54.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-24T23:16:54.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-24T23:16:54.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-24T23:16:54.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19002026-03-24T23:16:54.702Z
19012026-03-24T23:16:54.702Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19022026-03-24T23:16:55.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-24T23:16:55.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-24T23:16:55.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-24T23:16:55.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19062026-03-24T23:16:55.329Z
19072026-03-24T23:16:55.329Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19082026-03-24T23:16:55.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-24T23:16:55.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-24T23:16:55.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-24T23:16:55.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19122026-03-24T23:16:55.969Z
19132026-03-24T23:16:55.969Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19142026-03-24T23:16:56.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-24T23:16:56.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-24T23:16:56.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-24T23:16:56.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19182026-03-24T23:16:56.584Z
19192026-03-24T23:16:56.584Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19202026-03-24T23:16:57.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-24T23:16:57.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-24T23:16:57.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-24T23:16:57.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19242026-03-24T23:16:57.207Z
19252026-03-24T23:16:57.207Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19262026-03-24T23:16:57.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-24T23:16:57.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-24T23:16:57.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-24T23:16:57.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19302026-03-24T23:16:57.832Z
19312026-03-24T23:16:57.832Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19322026-03-24T23:16:58.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-24T23:16:58.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-24T23:16:58.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-24T23:16:58.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19362026-03-24T23:16:58.463Z
19372026-03-24T23:16:58.463Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19382026-03-24T23:16:59.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-24T23:16:59.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-24T23:16:59.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-24T23:16:59.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19422026-03-24T23:16:59.096Z
19432026-03-24T23:16:59.096Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19442026-03-24T23:16:59.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-24T23:16:59.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-24T23:16:59.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-24T23:16:59.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19482026-03-24T23:16:59.728Z
19492026-03-24T23:16:59.729Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19502026-03-24T23:17:00.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-24T23:17:00.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-24T23:17:00.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-24T23:17:00.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19542026-03-24T23:17:00.356Z
19552026-03-24T23:17:00.356Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19562026-03-24T23:17:00.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-24T23:17:00.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-24T23:17:00.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-24T23:17:00.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19602026-03-24T23:17:00.984Z
19612026-03-24T23:17:00.984Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19622026-03-24T23:17:01.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-24T23:17:01.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-24T23:17:01.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-24T23:17:01.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19662026-03-24T23:17:01.613Z
19672026-03-24T23:17:01.613Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19682026-03-24T23:17:02.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-24T23:17:02.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-24T23:17:02.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-24T23:17:02.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19722026-03-24T23:17:02.242Z
19732026-03-24T23:17:02.243Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19742026-03-24T23:17:02.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-24T23:17:02.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-24T23:17:02.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-24T23:17:02.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19782026-03-24T23:17:02.876Z
19792026-03-24T23:17:02.876Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19802026-03-24T23:17:03.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-24T23:17:03.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-24T23:17:03.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-24T23:17:03.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19842026-03-24T23:17:03.502Z
19852026-03-24T23:17:03.502Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19862026-03-24T23:17:04.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-24T23:17:04.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-24T23:17:04.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-24T23:17:04.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19902026-03-24T23:17:04.128Z
19912026-03-24T23:17:04.128Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19922026-03-24T23:17:04.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-24T23:17:04.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-24T23:17:04.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-24T23:17:04.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19962026-03-24T23:17:04.759Z
19972026-03-24T23:17:04.759Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19982026-03-24T23:17:05.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-24T23:17:05.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-24T23:17:05.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-24T23:17:05.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20022026-03-24T23:17:05.389Z
20032026-03-24T23:17:05.389Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20042026-03-24T23:17:05.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-24T23:17:05.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-24T23:17:05.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-24T23:17:05.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20082026-03-24T23:17:06.015Z
20092026-03-24T23:17:06.016Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20102026-03-24T23:17:06.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-24T23:17:06.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-24T23:17:06.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-24T23:17:06.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20142026-03-24T23:17:06.639Z
20152026-03-24T23:17:06.639Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20162026-03-24T23:17:07.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-24T23:17:07.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-24T23:17:07.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-24T23:17:07.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20202026-03-24T23:17:07.270Z
20212026-03-24T23:17:07.270Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20222026-03-24T23:17:07.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-24T23:17:07.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-24T23:17:07.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-24T23:17:07.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20262026-03-24T23:17:07.904Z
20272026-03-24T23:17:07.904Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20282026-03-24T23:17:08.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-24T23:17:08.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-24T23:17:08.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-24T23:17:08.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20322026-03-24T23:17:08.535Z
20332026-03-24T23:17:08.535Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20342026-03-24T23:17:09.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-24T23:17:09.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-24T23:17:09.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-24T23:17:09.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20382026-03-24T23:17:09.167Z
20392026-03-24T23:17:09.167Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20402026-03-24T23:17:09.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-24T23:17:09.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-24T23:17:09.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-24T23:17:09.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20442026-03-24T23:17:09.796Z
20452026-03-24T23:17:09.796Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20462026-03-24T23:17:10.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-24T23:17:10.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-24T23:17:10.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-24T23:17:10.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20502026-03-24T23:17:10.429Z
20512026-03-24T23:17:10.429Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20522026-03-24T23:17:10.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-24T23:17:10.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-24T23:17:10.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-24T23:17:10.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20562026-03-24T23:17:11.061Z
20572026-03-24T23:17:11.061Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20582026-03-24T23:17:11.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-24T23:17:11.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-24T23:17:11.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-24T23:17:11.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20622026-03-24T23:17:11.699Z
20632026-03-24T23:17:11.699Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20642026-03-24T23:17:12.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-24T23:17:12.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-24T23:17:12.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-24T23:17:12.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20682026-03-24T23:17:12.335Z
20692026-03-24T23:17:12.335Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20702026-03-24T23:17:12.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-24T23:17:12.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-24T23:17:12.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-24T23:17:12.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20742026-03-24T23:17:12.965Z
20752026-03-24T23:17:12.965Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20762026-03-24T23:17:13.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-24T23:17:13.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-24T23:17:13.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-24T23:17:13.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20802026-03-24T23:17:13.600Z
20812026-03-24T23:17:13.600Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20822026-03-24T23:17:14.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-24T23:17:14.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-24T23:17:14.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-24T23:17:14.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20862026-03-24T23:17:14.232Z
20872026-03-24T23:17:14.232Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20882026-03-24T23:17:14.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-24T23:17:14.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-24T23:17:14.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-24T23:17:14.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20922026-03-24T23:17:14.874Z
20932026-03-24T23:17:14.874Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20942026-03-24T23:17:15.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-24T23:17:15.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-24T23:17:15.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-24T23:17:15.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20982026-03-24T23:17:15.513Z
20992026-03-24T23:17:15.513Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21002026-03-24T23:17:16.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-24T23:17:16.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-24T23:17:16.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-24T23:17:16.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21042026-03-24T23:17:16.151Z
21052026-03-24T23:17:16.151Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21062026-03-24T23:17:16.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-24T23:17:16.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-24T23:17:16.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-24T23:17:16.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21102026-03-24T23:17:16.789Z
21112026-03-24T23:17:16.789Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21122026-03-24T23:17:17.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-24T23:17:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-24T23:17:17.906Z Checking cfg-if v1.0.4
21152026-03-24T23:17:18.065Z Checking libc v0.2.180
21162026-03-24T23:17:18.068Z Checking serde_core v1.0.228
21172026-03-24T23:17:18.102Z Checking memchr v2.8.0
21182026-03-24T23:17:18.125Z Checking smallvec v1.15.1
21192026-03-24T23:17:18.125Z Checking itoa v1.0.17
21202026-03-24T23:17:18.159Z Checking log v0.4.29
21212026-03-24T23:17:18.164Z Checking zeroize v1.8.2
21222026-03-24T23:17:18.199Z Checking stable_deref_trait v1.2.1
21232026-03-24T23:17:18.293Z Checking zerofrom v0.1.6
21242026-03-24T23:17:18.331Z Checking zmij v1.0.21
21252026-03-24T23:17:18.364Z Checking writeable v0.6.2
21262026-03-24T23:17:18.384Z Checking percent-encoding v2.3.2
21272026-03-24T23:17:18.384Z Checking litemap v0.8.1
21282026-03-24T23:17:18.439Z Checking yoke v0.8.1
21292026-03-24T23:17:18.569Z Checking libm v0.2.16
21302026-03-24T23:17:18.569Z Checking scopeguard v1.2.0
21312026-03-24T23:17:18.608Z Checking icu_properties_data v2.1.2
21322026-03-24T23:17:18.609Z Checking icu_normalizer_data v2.1.1
21332026-03-24T23:17:18.648Z Checking subtle v2.6.1
21342026-03-24T23:17:18.668Z Checking zerovec v0.11.5
21352026-03-24T23:17:18.687Z Checking getrandom v0.2.17
21362026-03-24T23:17:18.708Z Checking errno v0.3.14
21372026-03-24T23:17:18.726Z Checking zerotrie v0.2.3
21382026-03-24T23:17:18.767Z Checking lock_api v0.4.14
21392026-03-24T23:17:18.839Z Checking utf8_iter v1.0.4
21402026-03-24T23:17:18.860Z Checking form_urlencoded v1.2.2
21412026-03-24T23:17:18.879Z Checking rand_core v0.6.4
21422026-03-24T23:17:18.990Z Checking rand_core v0.10.0
21432026-03-24T23:17:19.015Z Checking pin-project-lite v0.2.17
21442026-03-24T23:17:19.038Z Checking portable-atomic v1.13.1
21452026-03-24T23:17:19.038Z Checking typenum v1.19.0
21462026-03-24T23:17:19.101Z Checking critical-section v1.2.0
21472026-03-24T23:17:19.127Z Checking iana-time-zone v0.1.65
21482026-03-24T23:17:19.168Z Checking getrandom v0.4.1
21492026-03-24T23:17:19.225Z Checking signal-hook-registry v1.4.8
21502026-03-24T23:17:19.255Z Checking tinystr v0.8.2
21512026-03-24T23:17:19.276Z Checking potential_utf v0.1.4
21522026-03-24T23:17:19.348Z Checking parking_lot_core v0.9.12
21532026-03-24T23:17:19.430Z Checking socket2 v0.6.2
21542026-03-24T23:17:19.449Z Checking icu_collections v2.1.1
21552026-03-24T23:17:19.480Z Checking icu_locale_core v2.1.1
21562026-03-24T23:17:19.531Z Checking num-traits v0.2.19
21572026-03-24T23:17:19.581Z Checking parking_lot v0.12.5
21582026-03-24T23:17:19.638Z Checking once_cell v1.21.3
21592026-03-24T23:17:19.745Z Checking generic-array v0.14.7
21602026-03-24T23:17:19.764Z Checking mio v1.1.1
21612026-03-24T23:17:19.828Z Checking zerocopy v0.8.40
21622026-03-24T23:17:19.851Z Checking futures-core v0.3.32
21632026-03-24T23:17:19.873Z Checking dyn-clone v1.0.20
21642026-03-24T23:17:20.000Z Checking allocator-api2 v0.2.21
21652026-03-24T23:17:20.018Z Checking equivalent v1.0.2
21662026-03-24T23:17:20.119Z Checking const-oid v0.9.6
21672026-03-24T23:17:20.143Z Checking foldhash v0.2.0
21682026-03-24T23:17:20.225Z Checking serde v1.0.228
21692026-03-24T23:17:20.246Z Checking serde_json v1.0.149
21702026-03-24T23:17:20.312Z Checking icu_provider v2.1.1
21712026-03-24T23:17:20.336Z Checking bitflags v2.11.0
21722026-03-24T23:17:20.369Z Checking uuid v1.21.0
21732026-03-24T23:17:20.389Z Checking crypto-common v0.1.7
21742026-03-24T23:17:20.545Z Checking semver v1.0.27
21752026-03-24T23:17:20.565Z Checking hashbrown v0.16.1
21762026-03-24T23:17:20.615Z Checking icu_properties v2.1.2
21772026-03-24T23:17:20.784Z Checking icu_normalizer v2.1.1
21782026-03-24T23:17:20.804Z Checking bytes v1.11.1
21792026-03-24T23:17:20.825Z Checking chrono v0.4.44
21802026-03-24T23:17:21.138Z Checking futures-sink v0.3.32
21812026-03-24T23:17:21.181Z Checking block-buffer v0.10.4
21822026-03-24T23:17:21.201Z Checking futures-io v0.3.32
21832026-03-24T23:17:21.231Z Checking slab v0.4.12
21842026-03-24T23:17:21.264Z Checking futures-channel v0.3.32
21852026-03-24T23:17:21.343Z Checking futures-task v0.3.32
21862026-03-24T23:17:21.362Z Checking digest v0.10.7
21872026-03-24T23:17:21.411Z Checking tokio v1.49.0
21882026-03-24T23:17:21.434Z Checking thiserror v2.0.18
21892026-03-24T23:17:21.511Z Checking byteorder v1.5.0
21902026-03-24T23:17:21.531Z Checking futures-util v0.3.32
21912026-03-24T23:17:21.555Z Checking base64 v0.22.1
21922026-03-24T23:17:21.612Z Checking indexmap v2.13.0
21932026-03-24T23:17:21.774Z Checking idna_adapter v1.2.1
21942026-03-24T23:17:21.785Z Checking cpufeatures v0.2.17
21952026-03-24T23:17:21.866Z Checking http v1.4.0
21962026-03-24T23:17:21.889Z Checking fnv v1.0.7
21972026-03-24T23:17:21.920Z Checking idna v1.1.0
21982026-03-24T23:17:21.995Z Checking unicode-ident v1.0.24
21992026-03-24T23:17:22.022Z Checking tracing-core v0.1.36
22002026-03-24T23:17:22.136Z Checking proc-macro2 v1.0.106
22012026-03-24T23:17:22.235Z Checking url v2.5.8
22022026-03-24T23:17:22.380Z Checking thiserror v1.0.69
22032026-03-24T23:17:22.428Z Checking tracing v0.1.44
22042026-03-24T23:17:22.500Z Checking rustls-pki-types v1.14.0
22052026-03-24T23:17:22.553Z Checking regex-syntax v0.8.10
22062026-03-24T23:17:22.640Z Checking quote v1.0.44
22072026-03-24T23:17:22.693Z Checking untrusted v0.9.0
22082026-03-24T23:17:22.812Z Checking schemars v0.8.22
22092026-03-24T23:17:22.843Z Checking ring v0.17.14
22102026-03-24T23:17:22.877Z Checking syn v2.0.117
22112026-03-24T23:17:22.908Z Checking ipnet v2.11.0
22122026-03-24T23:17:23.262Z Checking httparse v1.10.1
22132026-03-24T23:17:23.539Z Checking http-body v1.0.1
22142026-03-24T23:17:23.711Z Checking rustix v1.1.3
22152026-03-24T23:17:23.711Z Checking block-padding v0.3.3
22162026-03-24T23:17:23.855Z Checking ppv-lite86 v0.2.21
22172026-03-24T23:17:23.877Z Checking getrandom v0.3.4
22182026-03-24T23:17:24.061Z Checking atomic-waker v1.1.2
22192026-03-24T23:17:24.162Z Checking inout v0.1.4
22202026-03-24T23:17:24.186Z Checking hmac v0.12.1
22212026-03-24T23:17:24.226Z Checking aws-lc-sys v0.37.1
22222026-03-24T23:17:24.266Z Checking aho-corasick v1.1.4
22232026-03-24T23:17:24.339Z Checking httpdate v1.0.3
22242026-03-24T23:17:24.360Z Checking try-lock v0.2.5
22252026-03-24T23:17:24.380Z Checking tower-service v0.3.3
22262026-03-24T23:17:24.481Z Checking powerfmt v0.2.0
22272026-03-24T23:17:24.501Z Checking tower-layer v0.3.3
22282026-03-24T23:17:24.524Z Checking openssl-probe v0.2.1
22292026-03-24T23:17:24.655Z Checking untrusted v0.7.1
22302026-03-24T23:17:24.675Z Checking deranged v0.5.8
22312026-03-24T23:17:24.695Z Checking want v0.3.1
22322026-03-24T23:17:24.794Z Checking cipher v0.4.4
22332026-03-24T23:17:24.853Z Checking rand_core v0.9.5
22342026-03-24T23:17:24.897Z Checking pin-utils v0.1.0
22352026-03-24T23:17:24.931Z Checking aws-lc-rs v1.16.0
22362026-03-24T23:17:24.986Z Checking base64ct v1.8.3
22372026-03-24T23:17:25.062Z Checking num-conv v0.2.0
22382026-03-24T23:17:25.084Z Checking num_threads v0.1.7
22392026-03-24T23:17:25.178Z Checking regex-automata v0.4.14
22402026-03-24T23:17:25.199Z Checking time-core v0.1.8
22412026-03-24T23:17:25.221Z Checking sha2 v0.10.9
22422026-03-24T23:17:25.294Z Checking erased-serde v0.3.31
22432026-03-24T23:17:25.382Z Checking pretty-hex v0.4.1
22442026-03-24T23:17:25.535Z Checking rand_chacha v0.9.0
22452026-03-24T23:17:25.584Z Checking ryu v1.0.23
22462026-03-24T23:17:25.722Z Checking tokio-util v0.7.18
22472026-03-24T23:17:25.759Z Checking fastrand v2.3.0
22482026-03-24T23:17:25.795Z Checking rand v0.9.2
22492026-03-24T23:17:25.860Z Checking slog v2.8.2
22502026-03-24T23:17:25.968Z Checking time v0.3.47
22512026-03-24T23:17:25.992Z Checking pem-rfc7468 v0.7.0
22522026-03-24T23:17:26.057Z Checking rustls-webpki v0.103.9
22532026-03-24T23:17:26.107Z Checking rustls-native-certs v0.8.3
22542026-03-24T23:17:26.196Z Checking ipnetwork v0.21.1
22552026-03-24T23:17:26.216Z Checking http-body-util v0.1.3
22562026-03-24T23:17:26.271Z Checking sync_wrapper v1.0.2
22572026-03-24T23:17:26.400Z Checking spin v0.9.8
22582026-03-24T23:17:26.426Z Checking flagset v0.4.7
22592026-03-24T23:17:26.475Z Checking plain v0.2.3
22602026-03-24T23:17:26.501Z Checking tower v0.5.3
22612026-03-24T23:17:26.528Z Checking h2 v0.4.13
22622026-03-24T23:17:26.580Z Checking der v0.7.10
22632026-03-24T23:17:26.606Z Checking serde_urlencoded v0.7.1
22642026-03-24T23:17:26.629Z Checking rustls v0.23.37
22652026-03-24T23:17:26.648Z Checking rand_chacha v0.3.1
22662026-03-24T23:17:26.877Z Checking webpki-roots v1.0.6
22672026-03-24T23:17:26.915Z Checking tinyvec_macros v0.1.1
22682026-03-24T23:17:27.004Z Checking ucd-trie v0.1.7
22692026-03-24T23:17:27.026Z Checking iri-string v0.7.10
22702026-03-24T23:17:27.048Z Checking tinyvec v1.10.0
22712026-03-24T23:17:27.170Z Checking pest v2.8.6
22722026-03-24T23:17:27.463Z Checking rand v0.8.5
22732026-03-24T23:17:27.516Z Checking tempfile v3.25.0
22742026-03-24T23:17:27.586Z Checking spki v0.7.3
22752026-03-24T23:17:27.719Z Checking salsa20 v0.10.2
22762026-03-24T23:17:27.769Z Checking pbkdf2 v0.12.2
22772026-03-24T23:17:27.797Z Checking foreign-types-shared v0.1.1
22782026-03-24T23:17:27.886Z Checking unicode-width v0.2.0
22792026-03-24T23:17:27.907Z Checking scrypt v0.11.0
22802026-03-24T23:17:27.910Z Checking foreign-types v0.3.2
22812026-03-24T23:17:28.014Z Checking regex v1.12.3
22822026-03-24T23:17:28.082Z Checking cbc v0.1.2
22832026-03-24T23:17:28.185Z Checking aes v0.8.4
22842026-03-24T23:17:28.205Z Checking anyhow v1.0.102
22852026-03-24T23:17:28.244Z Checking openssl-sys v0.9.111
22862026-03-24T23:17:28.418Z Checking crossbeam-utils v0.8.21
22872026-03-24T23:17:28.464Z Checking oxnet v0.1.4
22882026-03-24T23:17:28.489Z Checking tower-http v0.6.8
22892026-03-24T23:17:28.648Z Checking mime v0.3.17
22902026-03-24T23:17:28.728Z Checking pkcs5 v0.7.1
22912026-03-24T23:17:28.777Z Checking openapiv3 v2.2.0
22922026-03-24T23:17:28.867Z Checking scroll v0.12.0
22932026-03-24T23:17:28.887Z Checking encoding_rs v0.8.35
22942026-03-24T23:17:28.890Z Checking siphasher v1.0.2
22952026-03-24T23:17:28.926Z Checking openssl v0.10.75
22962026-03-24T23:17:29.065Z Checking pkcs8 v0.10.2
22972026-03-24T23:17:29.113Z Checking winnow v0.7.14
22982026-03-24T23:17:29.167Z Checking data-encoding v2.10.0
22992026-03-24T23:17:29.292Z Checking goblin v0.8.2
23002026-03-24T23:17:29.524Z Checking lazy_static v1.5.0
23012026-03-24T23:17:29.636Z Checking zerocopy v0.7.35
23022026-03-24T23:17:29.859Z Checking tokio-rustls v0.26.4
23032026-03-24T23:17:30.149Z Checking wait-timeout v0.2.1
23042026-03-24T23:17:30.152Z Checking hyper v1.8.1
23052026-03-24T23:17:30.189Z Checking bitflags v1.3.2
23062026-03-24T23:17:30.282Z Checking bit-vec v0.8.0
23072026-03-24T23:17:30.303Z Checking psl-types v2.0.11
23082026-03-24T23:17:30.329Z Checking either v1.15.0
23092026-03-24T23:17:30.454Z Checking utf8parse v0.2.2
23102026-03-24T23:17:30.531Z Checking anstyle v1.0.13
23112026-03-24T23:17:30.534Z Checking quick-error v1.2.3
23122026-03-24T23:17:30.576Z Checking managed v0.8.0
23132026-03-24T23:17:30.596Z Checking anstyle-parse v0.2.7
23142026-03-24T23:17:30.657Z Checking rusty-fork v0.3.1
23152026-03-24T23:17:30.721Z Checking bit-set v0.8.0
23162026-03-24T23:17:30.784Z Checking publicsuffix v2.3.0
23172026-03-24T23:17:30.787Z Checking dtrace-parser v0.2.0
23182026-03-24T23:17:30.824Z Checking cookie v0.18.1
23192026-03-24T23:17:30.868Z Checking unicode-normalization v0.1.25
23202026-03-24T23:17:30.910Z Checking rand_xorshift v0.4.0
23212026-03-24T23:17:31.002Z Checking sha1 v0.10.6
23222026-03-24T23:17:31.059Z Checking hex v0.4.3
23232026-03-24T23:17:31.091Z Checking thread-id v4.2.2
23242026-03-24T23:17:31.115Z Checking anstyle-query v1.1.5
23252026-03-24T23:17:31.190Z Checking unarray v0.1.4
23262026-03-24T23:17:31.209Z Checking is_terminal_polyfill v1.70.2
23272026-03-24T23:17:31.231Z Checking colorchoice v1.0.4
23282026-03-24T23:17:31.317Z Checking proptest v1.10.0
23292026-03-24T23:17:31.320Z Checking cookie_store v0.22.1
23302026-03-24T23:17:31.359Z Checking anstream v0.6.21
23312026-03-24T23:17:31.381Z Checking rustls-platform-verifier v0.6.2
23322026-03-24T23:17:31.384Z Checking hyper-util v0.1.20
23332026-03-24T23:17:31.419Z Checking crossbeam-epoch v0.9.18
23342026-03-24T23:17:31.552Z Checking terminal_size v0.4.3
23352026-03-24T23:17:31.614Z Checking scroll v0.13.0
23362026-03-24T23:17:31.695Z Checking num-integer v0.1.46
23372026-03-24T23:17:31.715Z Checking simd-adler32 v0.3.8
23382026-03-24T23:17:31.739Z Checking native-tls v0.2.18
23392026-03-24T23:17:31.759Z Checking crossbeam-deque v0.8.6
23402026-03-24T23:17:31.918Z Checking goblin v0.10.5
23412026-03-24T23:17:31.920Z Checking dof v0.3.0
23422026-03-24T23:17:31.960Z Checking bstr v1.12.1
23432026-03-24T23:17:31.979Z Checking tokio-native-tls v0.3.1
23442026-03-24T23:17:31.982Z Checking ref-cast v1.0.25
23452026-03-24T23:17:32.018Z Checking rustix v0.38.44
23462026-03-24T23:17:32.118Z Checking camino v1.2.2
23472026-03-24T23:17:32.178Z Checking crc32fast v1.5.0
23482026-03-24T23:17:32.304Z Checking usdt-impl v0.5.0
23492026-03-24T23:17:32.353Z Checking signature v2.2.0
23502026-03-24T23:17:32.465Z Checking toml_datetime v0.6.11
23512026-03-24T23:17:32.491Z Checking serde_spanned v0.6.9
23522026-03-24T23:17:32.515Z Checking ff v0.13.1
23532026-03-24T23:17:32.648Z Checking adler2 v2.0.1
23542026-03-24T23:17:32.668Z Checking clap_lex v1.0.0
23552026-03-24T23:17:32.688Z Checking strsim v0.11.1
23562026-03-24T23:17:32.708Z Checking unicode-properties v0.1.4
23572026-03-24T23:17:32.783Z Checking unicode-bidi v0.3.18
23582026-03-24T23:17:32.858Z Checking base16ct v0.2.0
23592026-03-24T23:17:32.892Z Checking clap_builder v4.5.60
23602026-03-24T23:17:32.951Z Checking miniz_oxide v0.8.9
23612026-03-24T23:17:33.018Z Checking sec1 v0.7.3
23622026-03-24T23:17:33.050Z Checking hyper-rustls v0.27.7
23632026-03-24T23:17:33.142Z Checking hyper-tls v0.6.0
23642026-03-24T23:17:33.171Z Checking stringprep v0.1.5
23652026-03-24T23:17:33.298Z Checking group v0.13.0
23662026-03-24T23:17:33.330Z Checking reqwest v0.13.2
23672026-03-24T23:17:33.377Z Checking reqwest v0.12.28
23682026-03-24T23:17:33.397Z Checking num-iter v0.1.45
23692026-03-24T23:17:33.434Z Checking rayon-core v1.13.0
23702026-03-24T23:17:33.491Z Checking toml_parser v1.0.9+spec-1.1.0
23712026-03-24T23:17:33.546Z Checking dtrace-parser v0.3.0
23722026-03-24T23:17:33.828Z Checking newtype-uuid v1.3.2
23732026-03-24T23:17:33.849Z Checking hkdf v0.12.4
23742026-03-24T23:17:33.872Z Checking strum v0.26.3
23752026-03-24T23:17:33.923Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-24T23:17:34.005Z Checking hash32 v0.2.1
23772026-03-24T23:17:34.024Z Checking md-5 v0.10.6
23782026-03-24T23:17:34.068Z Checking crypto-bigint v0.5.5
23792026-03-24T23:17:34.086Z Checking daft v0.1.5
23802026-03-24T23:17:34.194Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-24T23:17:34.213Z Checking thread-id v5.1.0
23822026-03-24T23:17:34.312Z Checking zlib-rs v0.6.2
23832026-03-24T23:17:34.396Z Checking fallible-iterator v0.2.0
23842026-03-24T23:17:34.445Z Checking unicode-segmentation v1.12.0
23852026-03-24T23:17:34.467Z Checking heapless v0.7.17
23862026-03-24T23:17:34.497Z Checking zstd-safe v7.2.4
23872026-03-24T23:17:34.587Z Checking clap v4.5.60
23882026-03-24T23:17:34.693Z Checking rayon v1.11.0
23892026-03-24T23:17:34.711Z Checking itertools v0.12.1
23902026-03-24T23:17:34.769Z Checking postgres-protocol v0.6.10
23912026-03-24T23:17:34.863Z Checking phf_shared v0.13.1
23922026-03-24T23:17:35.027Z Checking console v0.16.2
23932026-03-24T23:17:35.125Z Checking curve25519-dalek v4.1.3
23942026-03-24T23:17:35.146Z Checking dof v0.4.0
23952026-03-24T23:17:35.173Z Checking memoffset v0.9.1
23962026-03-24T23:17:35.275Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-24T23:17:35.378Z Checking signal-hook v0.3.18
23982026-03-24T23:17:35.403Z Checking elliptic-curve v0.13.8
23992026-03-24T23:17:35.422Z Checking memmap2 v0.9.10
24002026-03-24T23:17:35.513Z Checking flate2 v1.1.9
24012026-03-24T23:17:35.617Z Checking fixedbitset v0.4.2
24022026-03-24T23:17:35.636Z Checking unit-prefix v0.5.2
24032026-03-24T23:17:35.790Z Checking libbz2-rs-sys v0.2.2
24042026-03-24T23:17:35.808Z Checking toml_write v0.1.2
24052026-03-24T23:17:35.811Z Checking bumpalo v3.20.2
24062026-03-24T23:17:35.908Z Checking foldhash v0.1.5
24072026-03-24T23:17:35.993Z Checking usdt-impl v0.6.0
24082026-03-24T23:17:36.023Z Checking winnow v0.5.40
24092026-03-24T23:17:36.078Z Checking hashbrown v0.15.5
24102026-03-24T23:17:36.082Z Checking zone v0.3.1
24112026-03-24T23:17:36.082Z Checking zopfli v0.8.3
24122026-03-24T23:17:36.152Z Checking toml_edit v0.22.27
24132026-03-24T23:17:36.297Z Checking bzip2 v0.6.1
24142026-03-24T23:17:36.351Z Checking usdt v0.6.0
24152026-03-24T23:17:36.505Z Checking petgraph v0.6.5
24162026-03-24T23:17:36.549Z Checking signal-hook-mio v0.2.5
24172026-03-24T23:17:36.552Z Checking bzip2 v0.4.4
24182026-03-24T23:17:36.591Z Checking nix v0.31.1
24192026-03-24T23:17:36.685Z Checking postgres-types v0.2.12
24202026-03-24T23:17:36.706Z Checking phf v0.13.1
24212026-03-24T23:17:36.726Z Checking indicatif v0.18.4
24222026-03-24T23:17:36.782Z Checking smoltcp v0.9.1
24232026-03-24T23:17:36.898Z Checking similar v2.7.0
24242026-03-24T23:17:37.096Z Checking zstd v0.13.3
24252026-03-24T23:17:37.235Z Checking num-bigint-dig v0.8.6
24262026-03-24T23:17:37.338Z Checking ed25519 v2.2.3
24272026-03-24T23:17:37.397Z Checking pkcs1 v0.7.5
24282026-03-24T23:17:37.574Z Checking phf_shared v0.11.3
24292026-03-24T23:17:37.579Z Checking toml_edit v0.19.15
24302026-03-24T23:17:37.614Z Checking tokio-stream v0.1.18
24312026-03-24T23:17:37.636Z Checking strum v0.27.2
24322026-03-24T23:17:37.669Z Checking hubpack v0.1.2
24332026-03-24T23:17:37.764Z Checking rfc6979 v0.4.0
24342026-03-24T23:17:37.782Z Checking serde-big-array v0.5.1
24352026-03-24T23:17:37.886Z Checking float-cmp v0.10.0
24362026-03-24T23:17:37.907Z Checking env_filter v1.0.0
24372026-03-24T23:17:37.949Z Checking new_debug_unreachable v1.0.6
24382026-03-24T23:17:37.996Z Checking static_assertions v1.1.0
24392026-03-24T23:17:38.036Z Checking normalize-line-endings v0.3.0
24402026-03-24T23:17:38.058Z Checking fixedbitset v0.5.7
24412026-03-24T23:17:38.084Z Checking keccak v0.1.6
24422026-03-24T23:17:38.105Z Checking whoami v2.1.0
24432026-03-24T23:17:38.125Z Checking predicates-core v1.0.10
24442026-03-24T23:17:38.149Z Checking jiff v0.2.21
24452026-03-24T23:17:38.199Z Checking difflib v0.4.0
24462026-03-24T23:17:38.297Z Checking rustc-hash v2.1.1
24472026-03-24T23:17:38.316Z Checking precomputed-hash v0.1.1
24482026-03-24T23:17:38.337Z Checking petgraph v0.8.3
24492026-03-24T23:17:38.370Z Checking tokio-postgres v0.7.16
24502026-03-24T23:17:38.392Z Checking rsa v0.9.10
24512026-03-24T23:17:38.420Z Checking string_cache v0.8.9
24522026-03-24T23:17:38.441Z Checking iddqd v0.3.17
24532026-03-24T23:17:38.444Z Checking predicates v3.1.4
24542026-03-24T23:17:38.640Z Checking sha3 v0.10.8
24552026-03-24T23:17:38.868Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24562026-03-24T23:17:38.911Z Checking env_logger v0.11.9
24572026-03-24T23:17:39.018Z Checking ecdsa v0.16.9
24582026-03-24T23:17:39.042Z Checking toml v0.7.8
24592026-03-24T23:17:39.155Z Checking ed25519-dalek v2.2.0
24602026-03-24T23:17:39.456Z Checking zip v0.6.6
24612026-03-24T23:17:39.477Z Checking crossterm v0.28.1
24622026-03-24T23:17:39.479Z Checking serde_with v3.17.0
24632026-03-24T23:17:39.607Z Checking itertools v0.13.0
24642026-03-24T23:17:39.894Z Checking hickory-proto v0.25.2
24652026-03-24T23:17:40.023Z Checking x509-cert v0.2.5
24662026-03-24T23:17:40.442Z Checking fs-err v3.3.0
24672026-03-24T23:17:40.482Z Checking ahash v0.8.12
24682026-03-24T23:17:40.737Z Checking object v0.37.3
24692026-03-24T23:17:40.825Z Checking buf-list v1.1.2
24702026-03-24T23:17:40.894Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-24T23:17:41.012Z Checking lalrpop-util v0.19.12
24722026-03-24T23:17:41.060Z Checking peg-runtime v0.8.5
24732026-03-24T23:17:41.217Z Compiling structmeta-derive v0.3.0
24742026-03-24T23:17:41.239Z Checking zip v4.6.1
24752026-03-24T23:17:41.257Z Compiling rustls v0.22.4
24762026-03-24T23:17:41.260Z Compiling newtype-uuid-macros v0.1.0
24772026-03-24T23:17:41.475Z Compiling multer v3.1.0
24782026-03-24T23:17:41.520Z Compiling async-stream-impl v0.3.6
24792026-03-24T23:17:41.770Z Checking futures-executor v0.3.32
24802026-03-24T23:17:41.874Z Checking regress v0.10.5
24812026-03-24T23:17:42.003Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-24T23:17:42.277Z Compiling dropshot v0.16.7
24832026-03-24T23:17:42.340Z Checking futures v0.3.32
24842026-03-24T23:17:42.408Z Compiling dropshot_endpoint v0.16.7
24852026-03-24T23:17:42.503Z Checking thread_local v1.1.9
24862026-03-24T23:17:42.585Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-24T23:17:42.663Z Compiling structmeta v0.3.0
24882026-03-24T23:17:42.717Z Checking crossbeam-channel v0.5.15
24892026-03-24T23:17:42.934Z Compiling derive-ex v0.1.8
24902026-03-24T23:17:43.042Z Checking is-terminal v0.4.17
24912026-03-24T23:17:43.157Z Checking take_mut v0.2.2
24922026-03-24T23:17:43.177Z Checking term v1.2.1
24932026-03-24T23:17:43.295Z Checking slog-async v2.8.0
24942026-03-24T23:17:43.645Z Checking slog-term v2.9.2
24952026-03-24T23:17:43.653Z Compiling parse-display-derive v0.10.0
24962026-03-24T23:17:43.710Z Checking rustls-webpki v0.102.8
24972026-03-24T23:17:43.833Z Checking serde_spanned v1.0.4
24982026-03-24T23:17:43.836Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-24T23:17:44.020Z Checking debug-ignore v1.0.5
25002026-03-24T23:17:44.040Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25012026-03-24T23:17:44.071Z Checking match_cfg v0.1.0
25022026-03-24T23:17:44.133Z Checking toml v0.9.12+spec-1.1.0
25032026-03-24T23:17:44.156Z Checking slog-json v2.6.1
25042026-03-24T23:17:44.175Z Checking hostname v0.3.1
25052026-03-24T23:17:44.299Z Checking macaddr v1.0.1
25062026-03-24T23:17:44.353Z Checking slog-bunyan v2.5.0
25072026-03-24T23:17:44.500Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-24T23:17:44.530Z Checking async-stream v0.3.6
25092026-03-24T23:17:44.815Z Checking waitgroup v0.1.2
25102026-03-24T23:17:44.949Z Checking rustls-pemfile v2.2.0
25112026-03-24T23:17:44.970Z Checking serde_path_to_error v0.1.20
25122026-03-24T23:17:44.991Z Checking hostname v0.4.2
25132026-03-24T23:17:45.012Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-24T23:17:45.115Z Checking progenitor-client v0.13.0
25152026-03-24T23:17:45.136Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25162026-03-24T23:17:45.156Z Checking progenitor-client v0.10.0
25172026-03-24T23:17:45.289Z Compiling test-strategy v0.4.5
25182026-03-24T23:17:45.319Z Compiling itertools v0.14.0
25192026-03-24T23:17:45.343Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-24T23:17:45.409Z Checking backon v1.6.0
25212026-03-24T23:17:45.452Z Checking instant v0.1.13
25222026-03-24T23:17:45.564Z Checking backoff v0.4.0
25232026-03-24T23:17:45.631Z Checking progenitor-extras v0.1.1
25242026-03-24T23:17:45.813Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25252026-03-24T23:17:45.893Z Checking parse-display v0.10.0
25262026-03-24T23:17:45.914Z Checking heck v0.5.0
25272026-03-24T23:17:45.997Z Compiling crucible-workspace-hack v0.1.0
25282026-03-24T23:17:46.186Z Checking tokio-rustls v0.25.0
25292026-03-24T23:17:46.298Z Compiling toml_edit v0.23.10+spec-1.0.0
25302026-03-24T23:17:46.332Z Compiling heapless v0.8.0
25312026-03-24T23:17:46.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25322026-03-24T23:17:46.664Z Compiling convert_case v0.4.0
25332026-03-24T23:17:46.947Z Checking hash32 v0.3.1
25342026-03-24T23:17:47.006Z Compiling ingot-macros v0.1.1
25352026-03-24T23:17:47.044Z Compiling proc-macro-crate v3.4.0
25362026-03-24T23:17:47.107Z Checking secrecy v0.10.3
25372026-03-24T23:17:47.157Z Compiling derive_more v0.99.20
25382026-03-24T23:17:47.259Z Compiling prettyplease v0.2.37
25392026-03-24T23:17:47.333Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25402026-03-24T23:17:47.508Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-24T23:17:47.731Z Compiling smoltcp v0.11.0
25422026-03-24T23:17:47.789Z Compiling num_enum_derive v0.7.5
25432026-03-24T23:17:47.861Z Compiling typify-impl v0.6.1
25442026-03-24T23:17:48.216Z Checking tabwriter v1.4.1
25452026-03-24T23:17:48.398Z Checking cobs v0.3.0
25462026-03-24T23:17:48.429Z Compiling foreign-types-macros v0.2.3
25472026-03-24T23:17:48.587Z Compiling unsafe-libyaml v0.2.11
25482026-03-24T23:17:48.972Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25492026-03-24T23:17:49.206Z Checking cpufeatures v0.3.0
25502026-03-24T23:17:49.247Z Checking foreign-types-shared v0.3.1
25512026-03-24T23:17:49.364Z Checking foreign-types v0.5.0
25522026-03-24T23:17:49.446Z Checking chacha20 v0.10.0
25532026-03-24T23:17:49.467Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-24T23:17:49.571Z Checking num_enum v0.7.5
25552026-03-24T23:17:49.718Z Checking postcard v1.1.3
25562026-03-24T23:17:50.643Z Compiling proc-macro-crate v1.3.1
25572026-03-24T23:17:50.725Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-24T23:17:50.874Z Checking ingot-types v0.1.2
25592026-03-24T23:17:51.186Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-24T23:17:51.256Z Checking cstr-argument v0.1.2
25612026-03-24T23:17:51.347Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-24T23:17:51.367Z Checking ingot v0.1.1
25632026-03-24T23:17:51.409Z Checking colored v3.1.1
25642026-03-24T23:17:51.466Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-24T23:17:51.501Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-24T23:17:51.647Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-24T23:17:51.676Z Compiling num_enum_derive v0.5.11
25682026-03-24T23:17:51.743Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-24T23:17:51.784Z Checking rand v0.10.0
25702026-03-24T23:17:52.930Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-24T23:17:53.328Z Checking num_enum v0.5.11
25722026-03-24T23:17:53.673Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-24T23:17:54.297Z Compiling typify-macro v0.6.1
25742026-03-24T23:17:54.318Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-24T23:17:54.636Z Compiling typify-impl v0.4.3
25762026-03-24T23:17:54.678Z Checking camino-tempfile v1.4.1
25772026-03-24T23:17:54.702Z Checking num-rational v0.4.2
25782026-03-24T23:17:55.143Z Checking half v2.7.1
25792026-03-24T23:17:55.263Z Compiling thiserror-impl-no-std v2.0.2
25802026-03-24T23:17:55.455Z Checking universal-hash v0.5.1
25812026-03-24T23:17:55.497Z Checking num-complex v0.4.6
25822026-03-24T23:17:55.619Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25832026-03-24T23:17:55.939Z Checking ciborium-io v0.2.2
25842026-03-24T23:17:55.994Z Checking opaque-debug v0.3.1
25852026-03-24T23:17:56.015Z Checking num v0.4.3
25862026-03-24T23:17:56.055Z Checking ciborium-ll v0.2.2
25872026-03-24T23:17:56.081Z Checking poly1305 v0.8.0
25882026-03-24T23:17:56.191Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25892026-03-24T23:17:56.258Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25902026-03-24T23:17:56.282Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25912026-03-24T23:17:56.431Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25922026-03-24T23:17:56.505Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25932026-03-24T23:17:56.618Z Compiling typify v0.6.1
25942026-03-24T23:17:56.782Z Checking toml v0.8.23
25952026-03-24T23:17:56.804Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25962026-03-24T23:17:56.837Z Checking thiserror-no-std v2.0.2
25972026-03-24T23:17:56.875Z Checking byte-wrapper v0.1.0
25982026-03-24T23:17:56.949Z Checking password-hash v0.5.0
25992026-03-24T23:17:57.038Z Checking chacha20 v0.9.1
26002026-03-24T23:17:57.249Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26012026-03-24T23:17:57.289Z Compiling usdt-macro v0.5.0
26022026-03-24T23:17:57.503Z Compiling usdt-attr-macro v0.5.0
26032026-03-24T23:17:57.552Z Checking smf v0.2.3
26042026-03-24T23:17:57.858Z Checking blake2 v0.10.6
26052026-03-24T23:17:58.048Z Checking aead v0.5.2
26062026-03-24T23:17:58.181Z Checking sigpipe v0.1.3
26072026-03-24T23:17:58.251Z Checking memmap v0.7.0
26082026-03-24T23:17:58.320Z Compiling num-derive v0.4.2
26092026-03-24T23:17:58.340Z Checking glob v0.3.3
26102026-03-24T23:17:58.434Z Checking float-ord v0.3.2
26112026-03-24T23:17:58.553Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26122026-03-24T23:17:58.574Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-24T23:17:58.594Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26142026-03-24T23:17:58.831Z Checking usdt v0.5.0
26152026-03-24T23:17:58.907Z Checking chacha20poly1305 v0.10.1
26162026-03-24T23:17:58.988Z Checking argon2 v0.5.3
26172026-03-24T23:17:59.050Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26182026-03-24T23:17:59.069Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26192026-03-24T23:17:59.341Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-24T23:17:59.438Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26212026-03-24T23:17:59.556Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-24T23:17:59.639Z Checking vsss-rs v3.3.4
26232026-03-24T23:17:59.853Z Compiling progenitor-impl v0.13.0
26242026-03-24T23:18:00.369Z Checking ciborium v0.2.2
26252026-03-24T23:18:00.423Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26262026-03-24T23:18:00.558Z Checking indent_write v2.2.0
26272026-03-24T23:18:00.728Z Compiling semver v0.1.20
26282026-03-24T23:18:00.877Z Checking whoami v1.6.1
26292026-03-24T23:18:01.036Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26302026-03-24T23:18:01.039Z Compiling typify-macro v0.4.3
26312026-03-24T23:18:01.090Z Compiling rustc_version v0.1.7
26322026-03-24T23:18:01.111Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26332026-03-24T23:18:01.275Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26342026-03-24T23:18:01.382Z Compiling pin-project-internal v1.1.11
26352026-03-24T23:18:02.222Z Checking linked-hash-map v0.5.6
26362026-03-24T23:18:02.314Z Checking swrite v0.1.0
26372026-03-24T23:18:02.431Z Compiling minimal-lexical v0.2.1
26382026-03-24T23:18:02.450Z Checking lru-cache v0.1.2
26392026-03-24T23:18:02.604Z Compiling newtype_derive v0.1.6
26402026-03-24T23:18:02.703Z Compiling nom v7.1.3
26412026-03-24T23:18:02.918Z Checking pin-project v1.1.11
26422026-03-24T23:18:03.043Z Checking newline-converter v0.3.0
26432026-03-24T23:18:03.185Z Checking atomicwrites v0.4.4
26442026-03-24T23:18:03.338Z Compiling typify v0.4.3
26452026-03-24T23:18:03.396Z Checking hickory-proto v0.24.4
26462026-03-24T23:18:03.479Z Checking phf_shared v0.12.1
26472026-03-24T23:18:03.504Z Checking console v0.15.11
26482026-03-24T23:18:03.525Z Compiling progenitor-macro v0.13.0
26492026-03-24T23:18:03.668Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-24T23:18:03.880Z Checking pem v3.0.6
26512026-03-24T23:18:04.094Z Checking csv-core v0.1.13
26522026-03-24T23:18:04.359Z Compiling snafu-derive v0.8.9
26532026-03-24T23:18:04.392Z Compiling async-recursion v1.1.1
26542026-03-24T23:18:04.615Z Compiling derive-where v1.6.0
26552026-03-24T23:18:05.272Z Compiling slog-dtrace v0.3.0
26562026-03-24T23:18:05.512Z Checking same-file v1.0.6
26572026-03-24T23:18:05.669Z Compiling owo-colors v4.3.0
26582026-03-24T23:18:05.841Z Checking resolv-conf v0.7.6
26592026-03-24T23:18:06.082Z Checking highway v1.3.0
26602026-03-24T23:18:06.102Z Compiling chrono-tz v0.10.4
26612026-03-24T23:18:06.329Z Compiling cancel-safe-futures v0.1.5
26622026-03-24T23:18:06.376Z Checking unicode-width v0.1.14
26632026-03-24T23:18:06.396Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-24T23:18:06.459Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26652026-03-24T23:18:06.641Z Checking hickory-resolver v0.24.4
26662026-03-24T23:18:06.775Z Compiling const_format_proc_macros v0.2.34
26672026-03-24T23:18:07.002Z Checking snafu v0.8.9
26682026-03-24T23:18:07.319Z Checking walkdir v2.5.0
26692026-03-24T23:18:07.426Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26702026-03-24T23:18:07.605Z Checking csv v1.4.0
26712026-03-24T23:18:07.668Z Checking expectorate v1.2.0
26722026-03-24T23:18:07.833Z Checking phf v0.12.1
26732026-03-24T23:18:07.883Z Compiling progenitor-impl v0.10.0
26742026-03-24T23:18:08.048Z Checking tokio-dtrace v0.1.1
26752026-03-24T23:18:08.084Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26762026-03-24T23:18:08.105Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26772026-03-24T23:18:08.294Z Checking globset v0.4.18
26782026-03-24T23:18:08.430Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26792026-03-24T23:18:08.563Z Checking olpc-cjson v0.1.4
26802026-03-24T23:18:08.643Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26812026-03-24T23:18:08.751Z Checking libsw-core v0.3.2
26822026-03-24T23:18:08.846Z Checking serde_plain v1.0.2
26832026-03-24T23:18:08.945Z Checking arc-swap v1.8.2
26842026-03-24T23:18:08.988Z Compiling lzma-sys v0.1.20
26852026-03-24T23:18:09.041Z Checking bytecount v0.6.9
26862026-03-24T23:18:09.180Z Checking typed-path v0.9.3
26872026-03-24T23:18:09.241Z Checking utf-8 v0.7.6
26882026-03-24T23:18:09.522Z Checking tungstenite v0.21.0
26892026-03-24T23:18:10.089Z Checking slog-scope v4.4.1
26902026-03-24T23:18:10.135Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-03-24T23:18:10.264Z Checking tough v0.20.0
26922026-03-24T23:18:10.284Z Checking papergrid v0.11.0
26932026-03-24T23:18:10.351Z Checking libsw v3.5.0
26942026-03-24T23:18:10.542Z Checking oxide-tokio-rt v0.1.3
26952026-03-24T23:18:10.594Z Checking progenitor v0.13.0
26962026-03-24T23:18:10.755Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26972026-03-24T23:18:10.777Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26982026-03-24T23:18:11.228Z Checking const_format v0.2.35
26992026-03-24T23:18:11.311Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-24T23:18:11.475Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27012026-03-24T23:18:11.524Z Compiling progenitor-macro v0.10.0
27022026-03-24T23:18:12.291Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-24T23:18:12.563Z Checking qorb v0.4.1
27042026-03-24T23:18:12.869Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27052026-03-24T23:18:13.024Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27062026-03-24T23:18:13.045Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27072026-03-24T23:18:13.073Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27082026-03-24T23:18:13.513Z Compiling cargo_toml v0.22.3
27092026-03-24T23:18:13.567Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27102026-03-24T23:18:13.780Z Checking gethostname v0.5.0
27112026-03-24T23:18:13.804Z Compiling tabled_derive v0.7.0
27122026-03-24T23:18:13.898Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27132026-03-24T23:18:13.957Z Checking bcs v0.1.6
27142026-03-24T23:18:14.192Z Checking linear-map v1.2.0
27152026-03-24T23:18:14.216Z Checking unicode-linebreak v0.1.5
27162026-03-24T23:18:14.273Z Checking smawk v0.3.2
27172026-03-24T23:18:14.421Z Checking termtree v0.5.1
27182026-03-24T23:18:14.448Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27192026-03-24T23:18:14.498Z Checking textwrap v0.16.2
27202026-03-24T23:18:14.622Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27212026-03-24T23:18:14.787Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27222026-03-24T23:18:15.121Z Checking tabled v0.15.0
27232026-03-24T23:18:15.312Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27242026-03-24T23:18:15.775Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-03-24T23:18:16.174Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-24T23:18:16.328Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27272026-03-24T23:18:16.591Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27282026-03-24T23:18:16.716Z Checking steno v0.4.1
27292026-03-24T23:18:16.812Z Checking typeid v1.0.3
27302026-03-24T23:18:16.948Z Checking slog-stdlog v4.1.1
27312026-03-24T23:18:17.105Z Checking tokio-tungstenite v0.21.0
27322026-03-24T23:18:17.391Z Checking humantime v2.3.0
27332026-03-24T23:18:17.455Z Checking base64 v0.21.7
27342026-03-24T23:18:17.499Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-24T23:18:17.629Z Checking xz2 v0.1.7
27362026-03-24T23:18:17.768Z Checking slog-envlogger v2.2.0
27372026-03-24T23:18:17.849Z Checking ron v0.12.0
27382026-03-24T23:18:17.956Z Checking yasna v0.5.2
27392026-03-24T23:18:18.044Z Checking headers-core v0.3.0
27402026-03-24T23:18:18.190Z Checking filetime v0.2.27
27412026-03-24T23:18:18.386Z Checking base16ct v1.0.0
27422026-03-24T23:18:18.475Z Checking xattr v1.6.1
27432026-03-24T23:18:18.495Z Checking rcgen v0.12.1
27442026-03-24T23:18:18.556Z Checking headers v0.4.1
27452026-03-24T23:18:18.622Z Checking progenitor v0.10.0
27462026-03-24T23:18:18.642Z Checking tar v0.4.44
27472026-03-24T23:18:18.697Z Checking subprocess v0.2.15
27482026-03-24T23:18:18.794Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27492026-03-24T23:18:26.435Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27502026-03-24T23:18:34.792Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-03-24T23:18:36.608Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-24T23:18:38.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27532026-03-24T23:18:38.400Z
27542026-03-24T23:18:38.400Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27552026-03-24T23:18:39.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-24T23:18:39.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-24T23:18:39.453Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27582026-03-24T23:18:41.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s
27592026-03-24T23:18:41.405Z
27602026-03-24T23:18:41.405Zinfo: running `cargo check --bins` on nexus-config (51/267)
27612026-03-24T23:18:42.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-24T23:18:42.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-24T23:18:42.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-24T23:18:42.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27652026-03-24T23:18:42.264Z
27662026-03-24T23:18:42.264Zinfo: running `cargo check --bins` on nexus-types (52/267)
27672026-03-24T23:18:43.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-24T23:18:43.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-24T23:18:43.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-24T23:18:43.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27712026-03-24T23:18:43.121Z
27722026-03-24T23:18:43.121Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27732026-03-24T23:18:43.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-24T23:18:43.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-24T23:18:43.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-24T23:18:43.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27772026-03-24T23:18:43.930Z
27782026-03-24T23:18:43.930Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27792026-03-24T23:18:44.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-24T23:18:44.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-24T23:18:44.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-24T23:18:44.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27832026-03-24T23:18:44.739Z
27842026-03-24T23:18:44.742Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27852026-03-24T23:18:45.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-24T23:18:45.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-24T23:18:45.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-24T23:18:45.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27892026-03-24T23:18:45.532Z
27902026-03-24T23:18:45.532Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27912026-03-24T23:18:46.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-24T23:18:46.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-24T23:18:46.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-24T23:18:46.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27952026-03-24T23:18:46.326Z
27962026-03-24T23:18:46.326Zinfo: running `cargo check --bins` on ereport-types (57/267)
27972026-03-24T23:18:47.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-24T23:18:47.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-24T23:18:47.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-24T23:18:47.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28012026-03-24T23:18:47.129Z
28022026-03-24T23:18:47.129Zinfo: running `cargo check --bins` on gateway-client (58/267)
28032026-03-24T23:18:47.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-24T23:18:47.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-24T23:18:47.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-24T23:18:47.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28072026-03-24T23:18:47.933Z
28082026-03-24T23:18:47.933Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28092026-03-24T23:18:48.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-24T23:18:48.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-24T23:18:48.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-24T23:18:48.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28132026-03-24T23:18:48.735Z
28142026-03-24T23:18:48.735Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28152026-03-24T23:18:49.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-24T23:18:49.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-24T23:18:49.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-24T23:18:49.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28192026-03-24T23:18:49.536Z
28202026-03-24T23:18:49.536Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28212026-03-24T23:18:50.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-24T23:18:50.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-24T23:18:50.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-24T23:18:50.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28252026-03-24T23:18:50.338Z
28262026-03-24T23:18:50.338Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28272026-03-24T23:18:51.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-24T23:18:51.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-24T23:18:51.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-24T23:18:51.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-24T23:18:51.141Z
28322026-03-24T23:18:51.141Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28332026-03-24T23:18:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-24T23:18:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-24T23:18:51.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-24T23:18:51.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28372026-03-24T23:18:51.958Z
28382026-03-24T23:18:51.958Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28392026-03-24T23:18:52.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-24T23:18:52.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-24T23:18:52.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-24T23:18:52.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28432026-03-24T23:18:52.777Z
28442026-03-24T23:18:52.777Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28452026-03-24T23:18:53.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-24T23:18:53.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-24T23:18:53.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28482026-03-24T23:18:53.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28492026-03-24T23:18:53.565Z
28502026-03-24T23:18:53.565Zinfo: running `cargo check --bins` on oxlog (66/267)
28512026-03-24T23:18:54.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-03-24T23:18:54.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-03-24T23:18:54.401Z Compiling newtype-uuid v1.3.2
28542026-03-24T23:18:54.663Z Compiling daft v0.1.5
28552026-03-24T23:18:54.930Z Compiling iddqd v0.3.17
28562026-03-24T23:18:56.184Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28572026-03-24T23:18:56.463Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28582026-03-24T23:18:56.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28592026-03-24T23:18:57.025Z
28602026-03-24T23:18:57.025Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28612026-03-24T23:18:57.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-24T23:18:57.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-24T23:18:57.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-24T23:18:57.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28652026-03-24T23:18:57.830Z
28662026-03-24T23:18:57.830Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28672026-03-24T23:18:58.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-24T23:18:58.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-24T23:18:58.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-24T23:18:58.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-24T23:18:58.634Z
28722026-03-24T23:18:58.634Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28732026-03-24T23:18:59.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-24T23:18:59.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-24T23:18:59.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-24T23:18:59.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28772026-03-24T23:18:59.477Z
28782026-03-24T23:18:59.477Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28792026-03-24T23:19:00.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-24T23:19:00.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-24T23:19:00.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-24T23:19:00.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28832026-03-24T23:19:00.268Z
28842026-03-24T23:19:00.268Zinfo: running `cargo check --bins` on oxql-types (71/267)
28852026-03-24T23:19:00.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-24T23:19:00.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-24T23:19:00.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-24T23:19:00.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28892026-03-24T23:19:01.074Z
28902026-03-24T23:19:01.074Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28912026-03-24T23:19:01.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-24T23:19:01.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-24T23:19:01.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-24T23:19:01.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28952026-03-24T23:19:01.882Z
28962026-03-24T23:19:01.882Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28972026-03-24T23:19:02.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-24T23:19:02.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-24T23:19:02.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-24T23:19:02.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29012026-03-24T23:19:02.689Z
29022026-03-24T23:19:02.689Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29032026-03-24T23:19:03.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-24T23:19:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-24T23:19:03.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-24T23:19:03.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29072026-03-24T23:19:03.478Z
29082026-03-24T23:19:03.478Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29092026-03-24T23:19:04.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-24T23:19:04.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-24T23:19:04.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-24T23:19:04.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29132026-03-24T23:19:04.307Z
29142026-03-24T23:19:04.307Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29152026-03-24T23:19:05.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-24T23:19:05.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-24T23:19:05.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-24T23:19:05.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29192026-03-24T23:19:05.134Z
29202026-03-24T23:19:05.134Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29212026-03-24T23:19:05.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-24T23:19:05.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-24T23:19:05.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-24T23:19:05.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29252026-03-24T23:19:05.965Z
29262026-03-24T23:19:05.965Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29272026-03-24T23:19:06.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-24T23:19:06.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-24T23:19:06.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-24T23:19:06.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29312026-03-24T23:19:06.798Z
29322026-03-24T23:19:06.798Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29332026-03-24T23:19:07.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-24T23:19:07.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-24T23:19:07.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-24T23:19:07.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29372026-03-24T23:19:07.591Z
29382026-03-24T23:19:07.591Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29392026-03-24T23:19:08.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-24T23:19:08.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-24T23:19:08.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-24T23:19:08.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29432026-03-24T23:19:08.385Z
29442026-03-24T23:19:08.385Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29452026-03-24T23:19:09.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-24T23:19:09.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-24T23:19:09.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-24T23:19:09.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29492026-03-24T23:19:09.182Z
29502026-03-24T23:19:09.182Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29512026-03-24T23:19:09.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-24T23:19:09.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-24T23:19:09.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29542026-03-24T23:19:09.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29552026-03-24T23:19:09.965Z
29562026-03-24T23:19:09.965Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29572026-03-24T23:19:10.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-24T23:19:10.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-24T23:19:10.867Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-03-24T23:19:11.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
29612026-03-24T23:19:11.775Z
29622026-03-24T23:19:11.775Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29632026-03-24T23:19:12.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-03-24T23:19:12.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-03-24T23:19:12.682Z Compiling ar_archive_writer v0.5.1
29662026-03-24T23:19:12.814Z Compiling stacker v0.1.23
29672026-03-24T23:19:12.822Z Compiling cfg_aliases v0.1.1
29682026-03-24T23:19:12.836Z Compiling convert_case v0.10.0
29692026-03-24T23:19:12.848Z Checking fd-lock v4.0.4
29702026-03-24T23:19:12.854Z Checking nibble_vec v0.1.0
29712026-03-24T23:19:12.855Z Checking vte v0.14.1
29722026-03-24T23:19:12.855Z Compiling recursive-proc-macro-impl v0.1.1
29732026-03-24T23:19:12.900Z Compiling nix v0.28.0
29742026-03-24T23:19:12.995Z Checking endian-type v0.1.2
29752026-03-24T23:19:13.048Z Checking strip-ansi-escapes v0.2.1
29762026-03-24T23:19:13.068Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-24T23:19:13.142Z Compiling peg-macros v0.8.5
29782026-03-24T23:19:13.163Z Checking radix_trie v0.2.1
29792026-03-24T23:19:13.175Z Checking winnow v0.6.26
29802026-03-24T23:19:13.242Z Compiling derive_more-impl v2.1.1
29812026-03-24T23:19:13.432Z Compiling sqlparser_derive v0.5.0
29822026-03-24T23:19:13.461Z Checking home v0.5.12
29832026-03-24T23:19:13.591Z Checking unicode_categories v0.1.1
29842026-03-24T23:19:13.690Z Checking nu-ansi-term v0.50.3
29852026-03-24T23:19:13.823Z Checking display-error-chain v0.2.2
29862026-03-24T23:19:13.964Z Checking reedline v0.40.0
29872026-03-24T23:19:14.001Z Compiling psm v0.1.30
29882026-03-24T23:19:14.304Z Checking derive_more v2.1.1
29892026-03-24T23:19:14.399Z Checking crossterm v0.29.0
29902026-03-24T23:19:14.665Z Checking peg v0.8.5
29912026-03-24T23:19:14.725Z Checking sqlformat v0.3.5
29922026-03-24T23:19:14.742Z Checking rustyline v14.0.0
29932026-03-24T23:19:14.935Z Checking recursive v0.1.1
29942026-03-24T23:19:15.043Z Checking sqlparser v0.61.0
29952026-03-24T23:19:30.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
29962026-03-24T23:19:31.068Z
29972026-03-24T23:19:31.068Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29982026-03-24T23:19:31.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-24T23:19:31.797Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-24T23:19:31.990Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-24T23:19:39.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.53s
30022026-03-24T23:19:39.785Z
30032026-03-24T23:19:39.785Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30042026-03-24T23:19:39.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-24T23:19:39.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-24T23:19:39.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-24T23:19:41.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
30082026-03-24T23:19:41.296Z
30092026-03-24T23:19:41.296Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30102026-03-24T23:19:41.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-24T23:19:41.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-24T23:19:42.172Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-24T23:19:46.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
30142026-03-24T23:19:46.780Z
30152026-03-24T23:19:46.780Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30162026-03-24T23:19:47.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-24T23:19:47.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-24T23:19:47.701Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-24T23:19:52.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s
30202026-03-24T23:19:52.327Z
30212026-03-24T23:19:52.327Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30222026-03-24T23:19:53.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-24T23:19:53.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-24T23:19:53.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-24T23:19:56.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s
30262026-03-24T23:19:56.901Z
30272026-03-24T23:19:56.901Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30282026-03-24T23:19:57.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-24T23:19:57.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-24T23:19:57.824Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-24T23:20:01.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30322026-03-24T23:20:01.539Z
30332026-03-24T23:20:01.539Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30342026-03-24T23:20:02.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-24T23:20:02.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-24T23:20:02.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30372026-03-24T23:20:07.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s
30382026-03-24T23:20:07.291Z
30392026-03-24T23:20:07.292Zinfo: running `cargo check --bins` on oximeter (92/267)
30402026-03-24T23:20:07.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-24T23:20:07.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-24T23:20:07.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-03-24T23:20:07.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30442026-03-24T23:20:08.097Z
30452026-03-24T23:20:08.097Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30462026-03-24T23:20:08.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-03-24T23:20:08.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-03-24T23:20:08.973Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-03-24T23:20:09.167Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-03-24T23:20:09.195Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-03-24T23:20:09.618Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30522026-03-24T23:20:14.416Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30532026-03-24T23:20:14.835Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30542026-03-24T23:20:16.363Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30552026-03-24T23:20:17.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s
30562026-03-24T23:20:17.443Z
30572026-03-24T23:20:17.443Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30582026-03-24T23:20:18.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-24T23:20:18.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-24T23:20:18.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-24T23:20:18.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30622026-03-24T23:20:18.267Z
30632026-03-24T23:20:18.267Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30642026-03-24T23:20:19.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-24T23:20:19.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-24T23:20:19.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-24T23:20:19.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
30682026-03-24T23:20:19.150Z
30692026-03-24T23:20:19.150Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30702026-03-24T23:20:19.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-24T23:20:19.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-24T23:20:19.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-24T23:20:19.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30742026-03-24T23:20:19.990Z
30752026-03-24T23:20:19.990Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30762026-03-24T23:20:20.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-24T23:20:20.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-24T23:20:20.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-24T23:20:20.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30802026-03-24T23:20:20.832Z
30812026-03-24T23:20:20.832Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30822026-03-24T23:20:21.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-24T23:20:21.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-24T23:20:21.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-24T23:20:21.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30862026-03-24T23:20:21.675Z
30872026-03-24T23:20:21.675Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30882026-03-24T23:20:22.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-24T23:20:22.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-24T23:20:22.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-24T23:20:22.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30922026-03-24T23:20:22.514Z
30932026-03-24T23:20:22.514Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30942026-03-24T23:20:23.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-24T23:20:23.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-24T23:20:23.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-24T23:20:23.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30982026-03-24T23:20:23.318Z
30992026-03-24T23:20:23.318Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31002026-03-24T23:20:24.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-24T23:20:24.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-24T23:20:24.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-24T23:20:24.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31042026-03-24T23:20:24.158Z
31052026-03-24T23:20:24.158Zinfo: running `cargo check --bins` on update-engine (102/267)
31062026-03-24T23:20:24.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-24T23:20:24.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-24T23:20:24.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-03-24T23:20:24.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31102026-03-24T23:20:24.957Z
31112026-03-24T23:20:24.957Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31122026-03-24T23:20:25.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-03-24T23:20:25.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-03-24T23:20:25.918Z Checking dropshot-api-manager-types v0.6.0
31152026-03-24T23:20:25.921Z Checking nanorand v0.7.0
31162026-03-24T23:20:26.218Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31172026-03-24T23:20:26.262Z Checking flume v0.11.1
31182026-03-24T23:20:26.534Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31192026-03-24T23:20:27.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
31202026-03-24T23:20:28.024Z
31212026-03-24T23:20:28.024Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31222026-03-24T23:20:28.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-24T23:20:28.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-24T23:20:28.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-24T23:20:28.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31262026-03-24T23:20:28.850Z
31272026-03-24T23:20:28.850Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31282026-03-24T23:20:29.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-24T23:20:29.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-24T23:20:29.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-24T23:20:29.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31322026-03-24T23:20:29.683Z
31332026-03-24T23:20:29.683Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31342026-03-24T23:20:30.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-24T23:20:30.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-24T23:20:30.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-24T23:20:30.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31382026-03-24T23:20:30.508Z
31392026-03-24T23:20:30.508Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31402026-03-24T23:20:31.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-24T23:20:31.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-24T23:20:31.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-24T23:20:31.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31442026-03-24T23:20:31.356Z
31452026-03-24T23:20:31.356Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31462026-03-24T23:20:32.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-24T23:20:32.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-24T23:20:32.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-24T23:20:32.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31502026-03-24T23:20:32.179Z
31512026-03-24T23:20:32.179Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31522026-03-24T23:20:32.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-24T23:20:32.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-24T23:20:32.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-24T23:20:32.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31562026-03-24T23:20:33.002Z
31572026-03-24T23:20:33.002Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31582026-03-24T23:20:33.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-24T23:20:33.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-24T23:20:33.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-24T23:20:33.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31622026-03-24T23:20:33.826Z
31632026-03-24T23:20:33.826Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31642026-03-24T23:20:34.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-24T23:20:34.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-24T23:20:34.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-24T23:20:34.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31682026-03-24T23:20:34.629Z
31692026-03-24T23:20:34.629Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31702026-03-24T23:20:35.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-24T23:20:35.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-24T23:20:35.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-24T23:20:35.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31742026-03-24T23:20:35.469Z
31752026-03-24T23:20:35.469Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31762026-03-24T23:20:36.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-24T23:20:36.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-24T23:20:36.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-24T23:20:36.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31802026-03-24T23:20:36.266Z
31812026-03-24T23:20:36.266Zinfo: running `cargo check --bins` on installinator-client (114/267)
31822026-03-24T23:20:36.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-24T23:20:36.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-24T23:20:36.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-24T23:20:36.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31862026-03-24T23:20:37.089Z
31872026-03-24T23:20:37.089Zinfo: running `cargo check --bins` on nexus-client (115/267)
31882026-03-24T23:20:37.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-24T23:20:37.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-24T23:20:37.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-24T23:20:37.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31922026-03-24T23:20:37.960Z
31932026-03-24T23:20:37.960Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31942026-03-24T23:20:38.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-24T23:20:38.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-24T23:20:38.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-24T23:20:38.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31982026-03-24T23:20:38.832Z
31992026-03-24T23:20:38.832Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32002026-03-24T23:20:39.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-24T23:20:39.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-24T23:20:39.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-24T23:20:39.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32042026-03-24T23:20:39.629Z
32052026-03-24T23:20:39.630Zinfo: running `cargo check --bins` on oxide-client (118/267)
32062026-03-24T23:20:40.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-24T23:20:40.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-24T23:20:40.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-24T23:20:40.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32102026-03-24T23:20:40.440Z
32112026-03-24T23:20:40.440Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32122026-03-24T23:20:41.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-24T23:20:41.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-24T23:20:41.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-24T23:20:41.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32162026-03-24T23:20:41.262Z
32172026-03-24T23:20:41.262Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32182026-03-24T23:20:41.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-24T23:20:41.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-24T23:20:41.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-24T23:20:41.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32222026-03-24T23:20:42.062Z
32232026-03-24T23:20:42.063Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32242026-03-24T23:20:42.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-24T23:20:42.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-24T23:20:42.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-24T23:20:42.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32282026-03-24T23:20:42.908Z
32292026-03-24T23:20:42.908Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32302026-03-24T23:20:43.645Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-24T23:20:43.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-24T23:20:43.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-24T23:20:43.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32342026-03-24T23:20:43.763Z
32352026-03-24T23:20:43.763Zinfo: running `cargo check --bins` on installinator-common (123/267)
32362026-03-24T23:20:44.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-24T23:20:44.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-24T23:20:44.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-24T23:20:44.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32402026-03-24T23:20:44.586Z
32412026-03-24T23:20:44.586Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32422026-03-24T23:20:45.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-24T23:20:45.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-24T23:20:45.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-24T23:20:45.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32462026-03-24T23:20:45.379Z
32472026-03-24T23:20:45.379Zinfo: running `cargo check --bins` on wicket-common (125/267)
32482026-03-24T23:20:46.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-24T23:20:46.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-24T23:20:46.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32512026-03-24T23:20:46.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32522026-03-24T23:20:46.230Z
32532026-03-24T23:20:46.230Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32542026-03-24T23:20:46.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552026-03-24T23:20:46.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562026-03-24T23:20:47.156Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32572026-03-24T23:20:47.160Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32582026-03-24T23:20:47.160Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32592026-03-24T23:20:47.314Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32602026-03-24T23:20:47.318Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-03-24T23:20:47.475Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32622026-03-24T23:20:47.508Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32632026-03-24T23:20:47.801Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-03-24T23:20:47.804Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652026-03-24T23:20:50.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
32662026-03-24T23:20:50.862Z
32672026-03-24T23:20:50.862Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32682026-03-24T23:20:51.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-24T23:20:51.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-24T23:20:51.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-24T23:20:51.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32722026-03-24T23:20:51.672Z
32732026-03-24T23:20:51.672Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32742026-03-24T23:20:52.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-24T23:20:52.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-24T23:20:52.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-24T23:20:52.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32782026-03-24T23:20:52.609Z
32792026-03-24T23:20:52.609Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32802026-03-24T23:20:53.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-24T23:20:53.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-24T23:20:53.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32832026-03-24T23:20:53.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32842026-03-24T23:20:53.543Z
32852026-03-24T23:20:53.543Zinfo: running `cargo check --bins` on dns-server (130/267)
32862026-03-24T23:20:54.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32872026-03-24T23:20:54.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32882026-03-24T23:20:54.459Z Compiling parking_lot_core v0.8.6
32892026-03-24T23:20:54.459Z Compiling git-stub v1.0.0
32902026-03-24T23:20:54.462Z Compiling atomicwrites v0.4.4
32912026-03-24T23:20:54.462Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32922026-03-24T23:20:54.622Z Checking tagptr v0.2.0
32932026-03-24T23:20:54.640Z Checking prefix-trie v0.7.0
32942026-03-24T23:20:54.640Z Checking fxhash v0.2.1
32952026-03-24T23:20:54.644Z Checking hickory-client v0.25.2
32962026-03-24T23:20:54.801Z Compiling git-stub-vcs v0.1.0
32972026-03-24T23:20:54.832Z Checking moka v0.12.13
32982026-03-24T23:20:55.124Z Checking hickory-server v0.25.2
32992026-03-24T23:20:55.143Z Checking parking_lot v0.11.2
33002026-03-24T23:20:55.168Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-24T23:20:55.238Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33022026-03-24T23:20:55.238Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33032026-03-24T23:20:55.241Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-03-24T23:20:55.373Z Checking sled v0.34.7
33052026-03-24T23:20:55.662Z Checking hickory-resolver v0.25.2
33062026-03-24T23:20:58.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
33072026-03-24T23:20:58.352Z
33082026-03-24T23:20:58.353Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33092026-03-24T23:20:59.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-24T23:20:59.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-24T23:20:59.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-24T23:20:59.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33132026-03-24T23:20:59.168Z
33142026-03-24T23:20:59.168Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33152026-03-24T23:20:59.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-24T23:20:59.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-24T23:20:59.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-03-24T23:20:59.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33192026-03-24T23:21:00.056Z
33202026-03-24T23:21:00.057Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33212026-03-24T23:21:00.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-03-24T23:21:00.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-03-24T23:21:01.088Z Compiling radium v0.7.0
33242026-03-24T23:21:01.231Z Compiling maybe-uninit v2.0.0
33252026-03-24T23:21:01.234Z Checking tap v1.0.1
33262026-03-24T23:21:01.260Z Compiling zerocopy-derive v0.6.6
33272026-03-24T23:21:01.275Z Checking funty v2.0.0
33282026-03-24T23:21:01.278Z Checking crc-catalog v2.4.0
33292026-03-24T23:21:01.278Z Compiling packed_struct v0.10.1
33302026-03-24T23:21:01.328Z Compiling packed_struct_codegen v0.10.1
33312026-03-24T23:21:01.354Z Checking wyz v0.5.1
33322026-03-24T23:21:01.427Z Checking crc v3.4.0
33332026-03-24T23:21:01.592Z Compiling bitfield-macros v0.19.4
33342026-03-24T23:21:01.650Z Compiling indexmap v1.9.3
33352026-03-24T23:21:01.668Z Checking nodrop v0.1.14
33362026-03-24T23:21:01.718Z Checking smallvec v0.6.14
33372026-03-24T23:21:01.740Z Checking hashbrown v0.12.3
33382026-03-24T23:21:01.777Z Checking array-init v0.0.4
33392026-03-24T23:21:01.795Z Checking bitvec v1.0.1
33402026-03-24T23:21:01.915Z Checking ron v0.8.1
33412026-03-24T23:21:01.974Z Checking hashbrown v0.13.2
33422026-03-24T23:21:02.249Z Checking serde-hex v0.1.0
33432026-03-24T23:21:02.361Z Checking zerocopy v0.6.6
33442026-03-24T23:21:02.518Z Checking bitfield v0.19.4
33452026-03-24T23:21:02.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-03-24T23:21:02.627Z Checking crc-any v2.5.0
33472026-03-24T23:21:02.730Z Checking object v0.30.4
33482026-03-24T23:21:02.749Z Checking half v1.8.3
33492026-03-24T23:21:02.766Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-03-24T23:21:02.810Z Checking void v1.0.2
33512026-03-24T23:21:02.858Z Checking path-slash v0.1.5
33522026-03-24T23:21:02.885Z Checking tungstenite v0.23.0
33532026-03-24T23:21:02.935Z Checking lzss v0.8.2
33542026-03-24T23:21:02.955Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-03-24T23:21:03.009Z Checking serde_cbor v0.11.2
33562026-03-24T23:21:03.142Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33572026-03-24T23:21:03.161Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33582026-03-24T23:21:03.178Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33592026-03-24T23:21:03.346Z Checking nix v0.27.1
33602026-03-24T23:21:03.438Z Checking kstat-rs v0.2.4
33612026-03-24T23:21:03.544Z Checking serde_bytes v0.11.19
33622026-03-24T23:21:03.676Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-03-24T23:21:03.707Z Checking tokio-tungstenite v0.23.1
33642026-03-24T23:21:03.775Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33652026-03-24T23:21:04.034Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33662026-03-24T23:21:04.080Z Checking signal-hook-tokio v0.3.1
33672026-03-24T23:21:05.054Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-03-24T23:21:05.306Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33692026-03-24T23:21:08.583Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-24T23:21:09.771Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-03-24T23:21:10.138Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33722026-03-24T23:21:11.614Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33732026-03-24T23:21:14.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.29s
33742026-03-24T23:21:14.599Z
33752026-03-24T23:21:14.599Zinfo: running `cargo check --bins` on gateway-api (134/267)
33762026-03-24T23:21:15.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-24T23:21:15.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-24T23:21:15.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-24T23:21:15.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33802026-03-24T23:21:15.419Z
33812026-03-24T23:21:15.419Zinfo: running `cargo check --bins` on ipcc (135/267)
33822026-03-24T23:21:16.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-24T23:21:16.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-24T23:21:16.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-24T23:21:16.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33862026-03-24T23:21:16.237Z
33872026-03-24T23:21:16.237Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33882026-03-24T23:21:16.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-24T23:21:16.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-24T23:21:16.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-24T23:21:16.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33922026-03-24T23:21:17.031Z
33932026-03-24T23:21:17.031Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33942026-03-24T23:21:17.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-24T23:21:17.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-24T23:21:17.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-24T23:21:17.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33982026-03-24T23:21:17.851Z
33992026-03-24T23:21:17.851Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34002026-03-24T23:21:18.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-24T23:21:18.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-24T23:21:18.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-24T23:21:18.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34042026-03-24T23:21:18.668Z
34052026-03-24T23:21:18.668Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34062026-03-24T23:21:19.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-24T23:21:19.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-24T23:21:19.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-24T23:21:19.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34102026-03-24T23:21:19.477Z
34112026-03-24T23:21:19.477Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34122026-03-24T23:21:20.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-24T23:21:20.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-24T23:21:20.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-24T23:21:20.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34162026-03-24T23:21:20.295Z
34172026-03-24T23:21:20.295Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34182026-03-24T23:21:20.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-24T23:21:21.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-24T23:21:21.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-24T23:21:21.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34222026-03-24T23:21:21.112Z
34232026-03-24T23:21:21.112Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34242026-03-24T23:21:21.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-24T23:21:21.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-24T23:21:21.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-24T23:21:21.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34282026-03-24T23:21:21.929Z
34292026-03-24T23:21:21.929Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34302026-03-24T23:21:22.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-24T23:21:22.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-24T23:21:22.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-24T23:21:22.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34342026-03-24T23:21:22.751Z
34352026-03-24T23:21:22.751Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34362026-03-24T23:21:23.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-24T23:21:23.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-24T23:21:23.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-24T23:21:23.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34402026-03-24T23:21:23.573Z
34412026-03-24T23:21:23.573Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34422026-03-24T23:21:24.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-24T23:21:24.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-24T23:21:24.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-24T23:21:24.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34462026-03-24T23:21:24.394Z
34472026-03-24T23:21:24.394Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34482026-03-24T23:21:25.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-24T23:21:25.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-24T23:21:25.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-24T23:21:25.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34522026-03-24T23:21:25.214Z
34532026-03-24T23:21:25.214Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34542026-03-24T23:21:25.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-24T23:21:25.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-24T23:21:25.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-24T23:21:25.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34582026-03-24T23:21:26.027Z
34592026-03-24T23:21:26.027Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34602026-03-24T23:21:26.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-24T23:21:26.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-24T23:21:26.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-03-24T23:21:26.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34642026-03-24T23:21:26.846Z
34652026-03-24T23:21:26.846Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34662026-03-24T23:21:27.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-24T23:21:27.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-24T23:21:27.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-24T23:21:27.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34702026-03-24T23:21:27.662Z
34712026-03-24T23:21:27.662Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34722026-03-24T23:21:28.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-24T23:21:28.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-24T23:21:28.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-24T23:21:28.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34762026-03-24T23:21:28.480Z
34772026-03-24T23:21:28.480Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34782026-03-24T23:21:29.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-24T23:21:29.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-24T23:21:29.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-24T23:21:29.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34822026-03-24T23:21:29.297Z
34832026-03-24T23:21:29.298Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34842026-03-24T23:21:30.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-24T23:21:30.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-24T23:21:30.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-24T23:21:30.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34882026-03-24T23:21:30.116Z
34892026-03-24T23:21:30.116Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34902026-03-24T23:21:30.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-24T23:21:30.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-24T23:21:30.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-24T23:21:30.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34942026-03-24T23:21:30.938Z
34952026-03-24T23:21:30.938Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34962026-03-24T23:21:31.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-24T23:21:31.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-24T23:21:31.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-24T23:21:31.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35002026-03-24T23:21:31.753Z
35012026-03-24T23:21:31.753Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35022026-03-24T23:21:32.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-24T23:21:32.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-24T23:21:32.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-24T23:21:32.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35062026-03-24T23:21:32.625Z
35072026-03-24T23:21:32.625Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35082026-03-24T23:21:33.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-24T23:21:33.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-24T23:21:33.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-24T23:21:33.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35122026-03-24T23:21:33.441Z
35132026-03-24T23:21:33.441Zinfo: running `cargo check --bins` on sp-sim (157/267)
35142026-03-24T23:21:34.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-24T23:21:34.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-24T23:21:34.437Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35172026-03-24T23:21:36.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
35182026-03-24T23:21:36.989Z
35192026-03-24T23:21:36.990Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35202026-03-24T23:21:37.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-24T23:21:37.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-24T23:21:37.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-24T23:21:37.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35242026-03-24T23:21:37.882Z
35252026-03-24T23:21:37.882Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35262026-03-24T23:21:38.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-24T23:21:38.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-24T23:21:38.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-24T23:21:38.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35302026-03-24T23:21:38.781Z
35312026-03-24T23:21:38.781Zinfo: running `cargo check --bins` on db-macros (160/267)
35322026-03-24T23:21:39.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-24T23:21:39.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-24T23:21:39.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-24T23:21:39.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35362026-03-24T23:21:39.583Z
35372026-03-24T23:21:39.583Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35382026-03-24T23:21:40.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-24T23:21:40.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-24T23:21:40.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-24T23:21:40.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35422026-03-24T23:21:40.384Z
35432026-03-24T23:21:40.384Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35442026-03-24T23:21:41.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-24T23:21:41.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-24T23:21:41.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-24T23:21:41.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35482026-03-24T23:21:41.270Z
35492026-03-24T23:21:41.270Zinfo: running `cargo check --bins` on authz-macros (163/267)
35502026-03-24T23:21:41.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-24T23:21:41.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-24T23:21:41.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-24T23:21:41.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35542026-03-24T23:21:42.067Z
35552026-03-24T23:21:42.067Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35562026-03-24T23:21:42.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-24T23:21:42.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-24T23:21:42.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-24T23:21:42.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35602026-03-24T23:21:42.945Z
35612026-03-24T23:21:42.945Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35622026-03-24T23:21:43.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-24T23:21:43.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-24T23:21:43.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-24T23:21:43.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35662026-03-24T23:21:43.824Z
35672026-03-24T23:21:43.824Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35682026-03-24T23:21:44.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-24T23:21:44.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-24T23:21:44.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-24T23:21:44.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35722026-03-24T23:21:44.628Z
35732026-03-24T23:21:44.628Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35742026-03-24T23:21:45.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-24T23:21:45.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-24T23:21:45.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-24T23:21:45.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35782026-03-24T23:21:45.425Z
35792026-03-24T23:21:45.425Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35802026-03-24T23:21:46.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-24T23:21:46.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-24T23:21:46.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-24T23:21:46.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35842026-03-24T23:21:46.247Z
35852026-03-24T23:21:46.247Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35862026-03-24T23:21:46.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-24T23:21:46.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-24T23:21:46.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-24T23:21:46.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35902026-03-24T23:21:47.053Z
35912026-03-24T23:21:47.053Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35922026-03-24T23:21:47.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-24T23:21:47.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-24T23:21:47.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-24T23:21:47.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35962026-03-24T23:21:47.848Z
35972026-03-24T23:21:47.848Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35982026-03-24T23:21:48.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-24T23:21:48.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-24T23:21:48.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-24T23:21:48.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36022026-03-24T23:21:48.736Z
36032026-03-24T23:21:48.736Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36042026-03-24T23:21:49.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-24T23:21:49.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-24T23:21:49.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-03-24T23:21:49.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
36082026-03-24T23:21:49.630Z
36092026-03-24T23:21:49.630Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36102026-03-24T23:21:50.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-03-24T23:21:50.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-03-24T23:21:50.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-03-24T23:21:50.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
36142026-03-24T23:21:50.512Z
36152026-03-24T23:21:50.512Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36162026-03-24T23:21:51.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-03-24T23:21:51.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-03-24T23:21:51.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-03-24T23:21:51.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
36202026-03-24T23:21:51.360Z
36212026-03-24T23:21:51.360Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36222026-03-24T23:21:52.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-03-24T23:21:52.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-03-24T23:21:52.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-03-24T23:21:52.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36262026-03-24T23:21:52.191Z
36272026-03-24T23:21:52.191Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36282026-03-24T23:21:52.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-03-24T23:21:52.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-03-24T23:21:52.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-03-24T23:21:52.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36322026-03-24T23:21:53.027Z
36332026-03-24T23:21:53.027Zinfo: running `cargo check --bins` on key-manager (177/267)
36342026-03-24T23:21:53.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-03-24T23:21:53.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-03-24T23:21:53.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-03-24T23:21:53.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36382026-03-24T23:21:53.848Z
36392026-03-24T23:21:53.848Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36402026-03-24T23:21:54.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-03-24T23:21:54.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-03-24T23:21:54.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-03-24T23:21:54.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36442026-03-24T23:21:54.682Z
36452026-03-24T23:21:54.682Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36462026-03-24T23:21:55.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-03-24T23:21:55.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-03-24T23:21:55.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-03-24T23:21:55.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36502026-03-24T23:21:55.510Z
36512026-03-24T23:21:55.510Zinfo: running `cargo check --bins` on typed-rng (180/267)
36522026-03-24T23:21:56.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-03-24T23:21:56.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-03-24T23:21:56.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-03-24T23:21:56.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36562026-03-24T23:21:56.310Z
36572026-03-24T23:21:56.310Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36582026-03-24T23:21:57.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-03-24T23:21:57.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-03-24T23:21:57.495Z Compiling libefi-sys v0.1.0
36612026-03-24T23:21:57.499Z Compiling bitfield-struct v0.6.2
36622026-03-24T23:21:57.672Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36632026-03-24T23:21:57.685Z Compiling xshell-macros v0.2.7
36642026-03-24T23:21:57.703Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36652026-03-24T23:21:57.725Z Compiling salty v0.3.0
36662026-03-24T23:21:57.746Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36672026-03-24T23:21:57.769Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-24T23:21:57.769Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-03-24T23:21:58.116Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36702026-03-24T23:21:58.138Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-03-24T23:21:58.157Z Checking xshell v0.2.7
36722026-03-24T23:21:58.301Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-03-24T23:21:58.346Z Checking primeorder v0.13.6
36742026-03-24T23:21:58.386Z Compiling proc-macro-error-attr2 v2.0.0
36752026-03-24T23:21:58.407Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36762026-03-24T23:21:58.457Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36772026-03-24T23:21:58.485Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-24T23:21:58.661Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-03-24T23:21:58.680Z Checking p384 v0.13.1
36802026-03-24T23:21:58.700Z Compiling num-derive v0.3.3
36812026-03-24T23:21:58.817Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36822026-03-24T23:21:58.888Z Compiling proc-macro-error2 v2.0.1
36832026-03-24T23:21:59.083Z Compiling unicase v2.9.0
36842026-03-24T23:21:59.118Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36852026-03-24T23:21:59.254Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-03-24T23:21:59.293Z Compiling tabled_derive v0.11.0
36872026-03-24T23:21:59.342Z Compiling mime_guess v2.0.5
36882026-03-24T23:21:59.398Z Compiling progenitor-impl v0.11.2
36892026-03-24T23:21:59.733Z Checking papergrid v0.17.0
36902026-03-24T23:21:59.874Z Checking libscf-sys v1.1.0
36912026-03-24T23:22:00.041Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36922026-03-24T23:22:00.062Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36932026-03-24T23:22:00.171Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36942026-03-24T23:22:00.273Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36952026-03-24T23:22:00.812Z Checking testing_table v0.3.0
36962026-03-24T23:22:00.866Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36972026-03-24T23:22:00.920Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-03-24T23:22:00.941Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36992026-03-24T23:22:01.021Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37002026-03-24T23:22:01.113Z Checking corncobs v0.1.4
37012026-03-24T23:22:01.133Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37022026-03-24T23:22:01.222Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37032026-03-24T23:22:01.256Z Checking tabled v0.20.0
37042026-03-24T23:22:01.276Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37052026-03-24T23:22:01.439Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37062026-03-24T23:22:01.567Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37072026-03-24T23:22:01.606Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37082026-03-24T23:22:01.850Z Checking progenitor-client v0.11.2
37092026-03-24T23:22:02.025Z Checking secrecy v0.8.0
37102026-03-24T23:22:02.184Z Checking http-range v0.1.5
37112026-03-24T23:22:02.413Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37122026-03-24T23:22:02.556Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37132026-03-24T23:22:02.686Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37142026-03-24T23:22:02.803Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37152026-03-24T23:22:02.904Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37162026-03-24T23:22:03.090Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37172026-03-24T23:22:03.111Z Compiling progenitor-macro v0.11.2
37182026-03-24T23:22:03.298Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37192026-03-24T23:22:03.318Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37202026-03-24T23:22:03.451Z Checking atty v0.2.14
37212026-03-24T23:22:03.476Z Checking crc8 v0.1.1
37222026-03-24T23:22:03.574Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37232026-03-24T23:22:03.602Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-03-24T23:22:04.031Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-03-24T23:22:04.166Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37262026-03-24T23:22:04.482Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-03-24T23:22:04.516Z Checking hyper-staticfile v0.10.1
37282026-03-24T23:22:04.538Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37292026-03-24T23:22:04.776Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37302026-03-24T23:22:04.880Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37312026-03-24T23:22:04.908Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-03-24T23:22:05.161Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-03-24T23:22:05.222Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37342026-03-24T23:22:05.244Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37352026-03-24T23:22:05.572Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-03-24T23:22:05.764Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37372026-03-24T23:22:05.950Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37382026-03-24T23:22:06.015Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37392026-03-24T23:22:06.230Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37402026-03-24T23:22:06.542Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37412026-03-24T23:22:06.849Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37422026-03-24T23:22:06.885Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37432026-03-24T23:22:07.397Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37442026-03-24T23:22:08.584Z Checking progenitor v0.11.2
37452026-03-24T23:22:08.749Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37462026-03-24T23:22:15.498Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-03-24T23:22:31.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.86s
37482026-03-24T23:22:31.461Z
37492026-03-24T23:22:31.461Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37502026-03-24T23:22:32.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-24T23:22:32.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-24T23:22:32.556Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-03-24T23:22:48.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.75s
37542026-03-24T23:22:48.483Z
37552026-03-24T23:22:48.483Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37562026-03-24T23:22:49.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-24T23:22:49.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-24T23:22:49.580Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-03-24T23:23:05.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
37602026-03-24T23:23:05.471Z
37612026-03-24T23:23:05.471Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37622026-03-24T23:23:06.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-24T23:23:06.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-24T23:23:06.573Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-03-24T23:23:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
37662026-03-24T23:23:22.465Z
37672026-03-24T23:23:22.465Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37682026-03-24T23:23:23.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-24T23:23:23.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-24T23:23:23.567Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-03-24T23:23:39.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.75s
37722026-03-24T23:23:39.486Z
37732026-03-24T23:23:39.486Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37742026-03-24T23:23:40.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-24T23:23:40.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-24T23:23:40.583Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-03-24T23:23:56.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.73s
37782026-03-24T23:23:56.481Z
37792026-03-24T23:23:56.481Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37802026-03-24T23:23:57.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-24T23:23:57.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-24T23:23:57.576Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-03-24T23:24:13.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.83s
37842026-03-24T23:24:13.577Z
37852026-03-24T23:24:13.578Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37862026-03-24T23:24:14.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-24T23:24:14.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-24T23:24:14.678Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37892026-03-24T23:24:30.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.72s
37902026-03-24T23:24:30.559Z
37912026-03-24T23:24:30.559Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37922026-03-24T23:24:31.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-24T23:24:31.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-24T23:24:31.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-24T23:24:31.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37962026-03-24T23:24:31.403Z
37972026-03-24T23:24:31.403Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37982026-03-24T23:24:32.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-24T23:24:32.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-24T23:24:32.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-24T23:24:32.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38022026-03-24T23:24:32.241Z
38032026-03-24T23:24:32.241Zinfo: running `cargo check --bins` on range-requests (191/267)
38042026-03-24T23:24:32.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-24T23:24:32.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-24T23:24:32.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-24T23:24:32.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38082026-03-24T23:24:33.048Z
38092026-03-24T23:24:33.048Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38102026-03-24T23:24:33.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-24T23:24:33.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-24T23:24:33.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-24T23:24:33.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38142026-03-24T23:24:33.858Z
38152026-03-24T23:24:33.858Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38162026-03-24T23:24:34.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-24T23:24:34.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-24T23:24:34.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-24T23:24:34.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38202026-03-24T23:24:34.698Z
38212026-03-24T23:24:34.698Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38222026-03-24T23:24:35.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-24T23:24:35.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-24T23:24:35.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-24T23:24:35.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38262026-03-24T23:24:35.529Z
38272026-03-24T23:24:35.529Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38282026-03-24T23:24:36.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-24T23:24:36.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-24T23:24:36.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-24T23:24:36.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38322026-03-24T23:24:36.361Z
38332026-03-24T23:24:36.361Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38342026-03-24T23:24:37.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-24T23:24:37.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-24T23:24:37.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-24T23:24:37.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38382026-03-24T23:24:37.207Z
38392026-03-24T23:24:37.207Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38402026-03-24T23:24:37.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-24T23:24:37.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-24T23:24:37.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-24T23:24:37.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38442026-03-24T23:24:38.052Z
38452026-03-24T23:24:38.052Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38462026-03-24T23:24:38.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-24T23:24:38.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-24T23:24:38.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-03-24T23:24:38.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38502026-03-24T23:24:38.888Z
38512026-03-24T23:24:38.888Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38522026-03-24T23:24:39.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-03-24T23:24:39.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-03-24T23:24:39.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-03-24T23:24:39.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38562026-03-24T23:24:39.728Z
38572026-03-24T23:24:39.728Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38582026-03-24T23:24:40.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-03-24T23:24:40.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-03-24T23:24:40.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-03-24T23:24:40.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38622026-03-24T23:24:40.574Z
38632026-03-24T23:24:40.574Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38642026-03-24T23:24:41.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-03-24T23:24:41.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-03-24T23:24:41.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-03-24T23:24:41.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38682026-03-24T23:24:41.450Z
38692026-03-24T23:24:41.450Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38702026-03-24T23:24:42.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-03-24T23:24:42.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-03-24T23:24:42.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-03-24T23:24:42.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38742026-03-24T23:24:42.299Z
38752026-03-24T23:24:42.299Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38762026-03-24T23:24:43.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-03-24T23:24:43.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-03-24T23:24:43.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-03-24T23:24:43.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38802026-03-24T23:24:43.201Z
38812026-03-24T23:24:43.201Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38822026-03-24T23:24:43.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-03-24T23:24:43.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-03-24T23:24:43.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-03-24T23:24:43.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38862026-03-24T23:24:44.046Z
38872026-03-24T23:24:44.046Zinfo: running `cargo check --bins` on update-common (205/267)
38882026-03-24T23:24:44.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-03-24T23:24:44.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-03-24T23:24:44.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-03-24T23:24:44.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38922026-03-24T23:24:44.875Z
38932026-03-24T23:24:44.875Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38942026-03-24T23:24:45.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-03-24T23:24:45.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-03-24T23:24:45.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-03-24T23:24:45.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38982026-03-24T23:24:45.765Z
38992026-03-24T23:24:45.765Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39002026-03-24T23:24:46.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-03-24T23:24:46.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-03-24T23:24:46.849Z Compiling fs-err v2.11.0
39032026-03-24T23:24:46.852Z Checking ignore v0.4.25
39042026-03-24T23:24:47.008Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39052026-03-24T23:24:47.021Z Checking predicates-tree v1.0.13
39062026-03-24T23:24:47.024Z Checking parse-size v1.1.0
39072026-03-24T23:24:47.053Z Checking rand_seeder v0.4.0
39082026-03-24T23:24:47.056Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39092026-03-24T23:24:47.089Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39102026-03-24T23:24:47.145Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-03-24T23:24:47.176Z Compiling petname v2.0.2
39122026-03-24T23:24:47.232Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-03-24T23:24:47.415Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39142026-03-24T23:24:47.435Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39152026-03-24T23:24:47.512Z Checking globwalk v0.9.1
39162026-03-24T23:24:47.545Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39172026-03-24T23:24:47.638Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39182026-03-24T23:24:47.740Z Checking camino-tempfile-ext v0.3.3
39192026-03-24T23:24:47.760Z Checking sapling-renderdag v0.1.0
39202026-03-24T23:24:47.865Z Checking sync-ptr v0.1.4
39212026-03-24T23:24:47.988Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39222026-03-24T23:24:48.024Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39232026-03-24T23:24:48.098Z Checking colored v2.2.0
39242026-03-24T23:24:48.130Z Checking assert_matches v1.5.0
39252026-03-24T23:24:48.453Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39262026-03-24T23:24:48.573Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39272026-03-24T23:24:48.576Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39282026-03-24T23:24:49.324Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39292026-03-24T23:24:51.090Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39302026-03-24T23:24:54.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.23s
39312026-03-24T23:24:54.244Z
39322026-03-24T23:24:54.244Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39332026-03-24T23:24:54.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39342026-03-24T23:24:54.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39352026-03-24T23:24:54.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39362026-03-24T23:24:54.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39372026-03-24T23:24:55.042Z
39382026-03-24T23:24:55.042Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39392026-03-24T23:24:55.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-24T23:24:55.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-24T23:24:55.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39422026-03-24T23:24:55.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39432026-03-24T23:24:55.932Z
39442026-03-24T23:24:55.932Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39452026-03-24T23:24:56.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-24T23:24:56.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-24T23:24:56.928Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39482026-03-24T23:24:56.931Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39492026-03-24T23:24:57.769Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39502026-03-24T23:24:59.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
39512026-03-24T23:25:00.029Z
39522026-03-24T23:25:00.029Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39532026-03-24T23:25:00.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-03-24T23:25:00.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-03-24T23:25:00.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-03-24T23:25:00.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
39572026-03-24T23:25:00.848Z
39582026-03-24T23:25:00.848Zinfo: running `cargo check --bins` on cert-dev (212/267)
39592026-03-24T23:25:01.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-03-24T23:25:01.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-03-24T23:25:01.691Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39622026-03-24T23:25:02.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
39632026-03-24T23:25:02.248Z
39642026-03-24T23:25:02.248Zinfo: running `cargo check --bins` on clickana (213/267)
39652026-03-24T23:25:02.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-03-24T23:25:02.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-03-24T23:25:03.145Z Compiling darling_core v0.23.0
39682026-03-24T23:25:03.275Z Compiling instability v0.3.11
39692026-03-24T23:25:03.289Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39702026-03-24T23:25:03.292Z Checking castaway v0.2.4
39712026-03-24T23:25:03.299Z Compiling indoc v2.0.7
39722026-03-24T23:25:03.328Z Checking unicode-truncate v1.1.0
39732026-03-24T23:25:03.330Z Checking lru v0.12.5
39742026-03-24T23:25:03.330Z Checking cassowary v0.3.0
39752026-03-24T23:25:03.453Z Checking compact_str v0.8.1
39762026-03-24T23:25:04.571Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39772026-03-24T23:25:04.786Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39782026-03-24T23:25:05.259Z Compiling darling_macro v0.23.0
39792026-03-24T23:25:05.777Z Compiling darling v0.23.0
39802026-03-24T23:25:06.543Z Checking ratatui v0.29.0
39812026-03-24T23:25:08.058Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39822026-03-24T23:25:08.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
39832026-03-24T23:25:09.115Z
39842026-03-24T23:25:09.115Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39852026-03-24T23:25:09.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39862026-03-24T23:25:09.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39872026-03-24T23:25:10.120Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-03-24T23:25:10.124Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39892026-03-24T23:25:10.867Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39902026-03-24T23:25:11.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.25s
39912026-03-24T23:25:11.622Z
39922026-03-24T23:25:11.622Zinfo: running `cargo check --bins` on ch-dev (215/267)
39932026-03-24T23:25:12.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-03-24T23:25:12.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-03-24T23:25:12.628Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39962026-03-24T23:25:13.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
39972026-03-24T23:25:13.787Z
39982026-03-24T23:25:13.787Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
39992026-03-24T23:25:14.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-03-24T23:25:14.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-03-24T23:25:14.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-03-24T23:25:14.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40032026-03-24T23:25:14.423Z
40042026-03-24T23:25:14.423Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40052026-03-24T23:25:15.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-24T23:25:15.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-24T23:25:15.412Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40082026-03-24T23:25:15.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
40092026-03-24T23:25:16.191Z
40102026-03-24T23:25:16.191Zinfo: running `cargo check --bins` on db-dev (218/267)
40112026-03-24T23:25:16.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-24T23:25:16.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-24T23:25:17.190Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40142026-03-24T23:25:18.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
40152026-03-24T23:25:18.374Z
40162026-03-24T23:25:18.374Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40172026-03-24T23:25:19.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-24T23:25:19.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-24T23:25:19.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-24T23:25:19.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40212026-03-24T23:25:19.244Z
40222026-03-24T23:25:19.244Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40232026-03-24T23:25:19.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-24T23:25:19.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-24T23:25:20.087Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40262026-03-24T23:25:20.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
40272026-03-24T23:25:21.188Z
40282026-03-24T23:25:21.189Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40292026-03-24T23:25:21.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-24T23:25:21.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-24T23:25:22.234Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40322026-03-24T23:25:22.234Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-24T23:25:22.237Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40342026-03-24T23:25:22.375Z Checking git-stub v1.0.0
40352026-03-24T23:25:22.389Z Compiling trait-variant v0.1.2
40362026-03-24T23:25:22.392Z Checking maplit v1.0.2
40372026-03-24T23:25:22.415Z Checking is_ci v1.2.0
40382026-03-24T23:25:22.432Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40392026-03-24T23:25:22.510Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40402026-03-24T23:25:22.566Z Checking supports-color v3.0.2
40412026-03-24T23:25:22.620Z Checking git-stub-vcs v0.1.0
40422026-03-24T23:25:22.644Z Checking drift v0.1.3
40432026-03-24T23:25:22.718Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40442026-03-24T23:25:22.739Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-24T23:25:22.872Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40462026-03-24T23:25:22.987Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40472026-03-24T23:25:23.020Z Checking dropshot-api-manager v0.6.0
40482026-03-24T23:25:23.072Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40492026-03-24T23:25:23.097Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40502026-03-24T23:25:23.348Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40512026-03-24T23:25:23.415Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-03-24T23:25:23.634Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40532026-03-24T23:25:24.096Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40542026-03-24T23:25:30.909Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40552026-03-24T23:25:32.286Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40562026-03-24T23:25:33.056Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40572026-03-24T23:25:33.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
40582026-03-24T23:25:33.814Z
40592026-03-24T23:25:33.814Zinfo: running `cargo check --bins` on installinator-api (222/267)
40602026-03-24T23:25:34.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-03-24T23:25:34.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-03-24T23:25:34.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40632026-03-24T23:25:34.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40642026-03-24T23:25:34.634Z
40652026-03-24T23:25:34.634Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40662026-03-24T23:25:35.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-03-24T23:25:35.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-03-24T23:25:35.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40692026-03-24T23:25:35.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40702026-03-24T23:25:35.504Z
40712026-03-24T23:25:35.504Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40722026-03-24T23:25:36.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40732026-03-24T23:25:36.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40742026-03-24T23:25:36.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40752026-03-24T23:25:36.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40762026-03-24T23:25:36.372Z
40772026-03-24T23:25:36.372Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40782026-03-24T23:25:37.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40792026-03-24T23:25:37.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40802026-03-24T23:25:37.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40812026-03-24T23:25:37.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40822026-03-24T23:25:37.241Z
40832026-03-24T23:25:37.241Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40842026-03-24T23:25:37.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40852026-03-24T23:25:37.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40862026-03-24T23:25:37.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40872026-03-24T23:25:37.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40882026-03-24T23:25:38.053Z
40892026-03-24T23:25:38.053Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40902026-03-24T23:25:38.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-03-24T23:25:38.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-03-24T23:25:38.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-03-24T23:25:38.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40942026-03-24T23:25:38.851Z
40952026-03-24T23:25:38.851Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40962026-03-24T23:25:39.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-03-24T23:25:39.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-03-24T23:25:39.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-03-24T23:25:39.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
41002026-03-24T23:25:39.694Z
41012026-03-24T23:25:39.694Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41022026-03-24T23:25:40.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-03-24T23:25:40.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-03-24T23:25:40.540Z Checking erased-serde v0.4.9
41052026-03-24T23:25:40.668Z Checking ordered-float v2.10.1
41062026-03-24T23:25:40.691Z Checking unicode-xid v0.2.6
41072026-03-24T23:25:40.741Z Checking cargo-platform v0.2.0
41082026-03-24T23:25:40.954Z Checking serde-value v0.7.0
41092026-03-24T23:25:41.121Z Checking serde-untagged v0.1.9
41102026-03-24T23:25:41.331Z Checking cargo-util-schemas v0.8.2
41112026-03-24T23:25:42.316Z Checking cargo_metadata v0.21.0
41122026-03-24T23:25:43.174Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41132026-03-24T23:25:44.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s
41142026-03-24T23:25:44.301Z
41152026-03-24T23:25:44.301Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41162026-03-24T23:25:45.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-03-24T23:25:45.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-03-24T23:25:45.347Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41192026-03-24T23:25:46.108Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41202026-03-24T23:25:46.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
41212026-03-24T23:25:46.975Z
41222026-03-24T23:25:46.975Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41232026-03-24T23:25:47.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-24T23:25:47.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-24T23:25:48.175Z Compiling vergen-gitcl v1.0.8
41262026-03-24T23:25:48.175Z Compiling dirs-sys-next v0.1.2
41272026-03-24T23:25:48.175Z Compiling crunchy v0.2.4
41282026-03-24T23:25:48.178Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41292026-03-24T23:25:48.178Z Compiling diesel_derives v2.3.7
41302026-03-24T23:25:48.178Z Compiling glob v0.3.3
41312026-03-24T23:25:48.178Z Compiling dsl_auto_type v0.2.0
41322026-03-24T23:25:48.178Z Checking scheduled-thread-pool v0.2.7
41332026-03-24T23:25:48.549Z Compiling diesel_table_macro_syntax v0.3.0
41342026-03-24T23:25:48.674Z Compiling dirs-next v2.0.0
41352026-03-24T23:25:48.693Z Compiling tiny-keccak v2.0.2
41362026-03-24T23:25:48.797Z Compiling term v0.7.0
41372026-03-24T23:25:48.837Z Checking r2d2 v0.8.10
41382026-03-24T23:25:48.866Z Compiling clang-sys v1.8.1
41392026-03-24T23:25:48.915Z Compiling bit-vec v0.6.3
41402026-03-24T23:25:48.966Z Checking downcast-rs v2.0.2
41412026-03-24T23:25:49.088Z Compiling itertools v0.10.5
41422026-03-24T23:25:49.193Z Compiling ascii-canvas v3.0.0
41432026-03-24T23:25:49.352Z Compiling bit-set v0.5.3
41442026-03-24T23:25:49.471Z Compiling ena v0.14.4
41452026-03-24T23:25:49.507Z Compiling libloading v0.8.9
41462026-03-24T23:25:49.535Z Compiling diff v0.1.13
41472026-03-24T23:25:49.555Z Compiling regex-syntax v0.6.29
41482026-03-24T23:25:49.604Z Compiling bindgen v0.71.1
41492026-03-24T23:25:49.771Z Compiling cexpr v0.6.0
41502026-03-24T23:25:49.875Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41512026-03-24T23:25:50.114Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41522026-03-24T23:25:50.197Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41532026-03-24T23:25:50.308Z Compiling libxml v0.3.3
41542026-03-24T23:25:50.557Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41552026-03-24T23:25:50.623Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41562026-03-24T23:25:50.689Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41572026-03-24T23:25:50.925Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41582026-03-24T23:25:50.949Z Compiling strum_macros v0.24.3
41592026-03-24T23:25:50.969Z Compiling indoc v1.0.9
41602026-03-24T23:25:51.527Z Compiling lalrpop v0.19.12
41612026-03-24T23:25:52.343Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41622026-03-24T23:25:52.432Z Checking derive_builder v0.20.2
41632026-03-24T23:25:52.573Z Compiling oso-derive v0.27.3
41642026-03-24T23:25:52.595Z Checking quick-xml v0.37.5
41652026-03-24T23:25:52.771Z Compiling impl-trait-for-tuples v0.2.3
41662026-03-24T23:25:53.199Z Checking openssl-probe v0.1.6
41672026-03-24T23:25:53.373Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41682026-03-24T23:25:53.842Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41692026-03-24T23:25:54.082Z Checking bb8 v0.8.6
41702026-03-24T23:25:54.424Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41712026-03-24T23:25:54.462Z Checking nonempty v0.12.0
41722026-03-24T23:25:54.683Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41732026-03-24T23:25:54.709Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41742026-03-24T23:25:54.912Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41752026-03-24T23:25:54.979Z Checking support-bundle-viewer v0.1.2
41762026-03-24T23:25:54.999Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41772026-03-24T23:25:55.252Z Checking multimap v0.10.1
41782026-03-24T23:25:56.304Z Checking diesel v2.3.7
41792026-03-24T23:25:58.042Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41802026-03-24T23:25:59.376Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41812026-03-24T23:25:59.718Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41822026-03-24T23:26:00.236Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41832026-03-24T23:26:01.551Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41842026-03-24T23:26:01.620Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41852026-03-24T23:26:01.707Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-03-24T23:26:02.511Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41872026-03-24T23:26:05.087Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41882026-03-24T23:26:11.090Z Compiling samael v0.0.19
41892026-03-24T23:26:16.803Z Checking async-bb8-diesel v0.2.1
41902026-03-24T23:26:17.081Z Checking diesel-dtrace v0.5.0
41912026-03-24T23:26:18.458Z Compiling polar-core v0.27.3
41922026-03-24T23:26:24.203Z Checking oso v0.27.3
41932026-03-24T23:27:18.185Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41942026-03-24T23:28:04.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
41952026-03-24T23:28:04.505Z
41962026-03-24T23:28:04.505Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41972026-03-24T23:28:05.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41982026-03-24T23:28:05.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41992026-03-24T23:28:05.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42002026-03-24T23:28:05.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42012026-03-24T23:28:05.400Z
42022026-03-24T23:28:05.400Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42032026-03-24T23:28:06.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42042026-03-24T23:28:06.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42052026-03-24T23:28:06.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42062026-03-24T23:28:06.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42072026-03-24T23:28:06.274Z
42082026-03-24T23:28:06.274Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42092026-03-24T23:28:06.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42102026-03-24T23:28:06.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42112026-03-24T23:28:06.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42122026-03-24T23:28:06.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42132026-03-24T23:28:07.069Z
42142026-03-24T23:28:07.069Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42152026-03-24T23:28:07.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42162026-03-24T23:28:07.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42172026-03-24T23:28:08.268Z Compiling libz-sys v1.1.24
42182026-03-24T23:28:08.425Z Compiling libgit2-sys v0.18.3+1.9.2
42192026-03-24T23:28:08.444Z Compiling vergen-git2 v1.0.7
42202026-03-24T23:28:08.461Z Compiling rustls v0.21.12
42212026-03-24T23:28:08.479Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42222026-03-24T23:28:08.498Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42232026-03-24T23:28:08.501Z Checking sct v0.7.1
42242026-03-24T23:28:08.501Z Checking rustls-webpki v0.101.7
42252026-03-24T23:28:08.687Z Compiling nix v0.29.0
42262026-03-24T23:28:08.730Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42272026-03-24T23:28:08.769Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42282026-03-24T23:28:08.794Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42292026-03-24T23:28:08.944Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42302026-03-24T23:28:09.111Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42312026-03-24T23:28:09.132Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42322026-03-24T23:28:09.197Z Checking rustls-pemfile v1.0.4
42332026-03-24T23:28:09.361Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42342026-03-24T23:28:09.529Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42352026-03-24T23:28:09.692Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-03-24T23:28:09.758Z Checking twox-hash v2.1.2
42372026-03-24T23:28:09.845Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42382026-03-24T23:28:10.537Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42392026-03-24T23:28:10.675Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-03-24T23:28:10.724Z Checking tokio-rustls v0.24.1
42412026-03-24T23:28:10.852Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42422026-03-24T23:28:10.972Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42432026-03-24T23:28:11.146Z Checking fatfs v0.3.6
42442026-03-24T23:28:11.368Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42452026-03-24T23:28:11.663Z Compiling seq-macro v0.3.6
42462026-03-24T23:28:16.519Z Compiling git2 v0.20.4
42472026-03-24T23:28:17.483Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42482026-03-24T23:28:17.640Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-24T23:28:19.731Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42502026-03-24T23:29:28.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42512026-03-24T23:29:28.772Z
42522026-03-24T23:29:28.772Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42532026-03-24T23:29:29.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-24T23:29:29.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-24T23:29:30.007Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42562026-03-24T23:30:28.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.61s
42572026-03-24T23:30:28.689Z
42582026-03-24T23:30:28.689Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42592026-03-24T23:30:29.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-03-24T23:30:29.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-03-24T23:30:29.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-03-24T23:30:29.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42632026-03-24T23:30:29.496Z
42642026-03-24T23:30:29.496Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42652026-03-24T23:30:30.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-03-24T23:30:30.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-03-24T23:30:30.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-03-24T23:30:30.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42692026-03-24T23:30:30.385Z
42702026-03-24T23:30:30.385Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42712026-03-24T23:30:31.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-03-24T23:30:31.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-03-24T23:30:31.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-03-24T23:30:31.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42752026-03-24T23:30:31.263Z
42762026-03-24T23:30:31.263Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42772026-03-24T23:30:32.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-24T23:30:32.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-24T23:30:32.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-24T23:30:32.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42812026-03-24T23:30:32.135Z
42822026-03-24T23:30:32.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42832026-03-24T23:30:32.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-24T23:30:32.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-24T23:30:32.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-03-24T23:30:32.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42872026-03-24T23:30:33.023Z
42882026-03-24T23:30:33.023Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42892026-03-24T23:30:33.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-03-24T23:30:33.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-03-24T23:30:33.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-03-24T23:30:33.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42932026-03-24T23:30:33.894Z
42942026-03-24T23:30:33.894Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42952026-03-24T23:30:34.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-03-24T23:30:34.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-03-24T23:30:34.640Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-03-24T23:30:34.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42992026-03-24T23:30:34.757Z
43002026-03-24T23:30:34.757Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43012026-03-24T23:30:35.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-03-24T23:30:35.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-03-24T23:30:35.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-03-24T23:30:35.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
43052026-03-24T23:30:35.649Z
43062026-03-24T23:30:35.649Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43072026-03-24T23:30:36.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-24T23:30:36.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-24T23:30:36.896Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43102026-03-24T23:30:36.899Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43112026-03-24T23:30:37.090Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43122026-03-24T23:30:37.114Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43132026-03-24T23:30:37.117Z Checking yansi v1.0.1
43142026-03-24T23:30:37.117Z Checking diff v0.1.13
43152026-03-24T23:30:37.133Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43162026-03-24T23:30:37.173Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43172026-03-24T23:30:37.308Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43182026-03-24T23:30:37.472Z Checking pretty_assertions v1.4.1
43192026-03-24T23:30:38.321Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43202026-03-24T23:31:10.636Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43212026-03-24T23:31:10.639Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43222026-03-24T23:31:10.639Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43232026-03-24T23:31:10.639Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43242026-03-24T23:31:10.639Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43252026-03-24T23:31:10.639Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43262026-03-24T23:31:11.572Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43272026-03-24T23:31:12.957Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43282026-03-24T23:32:12.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
43292026-03-24T23:32:12.485Z
43302026-03-24T23:32:12.485Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43312026-03-24T23:32:13.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-03-24T23:32:13.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-03-24T23:32:13.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-03-24T23:32:13.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
43352026-03-24T23:32:13.286Z
43362026-03-24T23:32:13.286Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43372026-03-24T23:32:14.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-03-24T23:32:14.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-03-24T23:32:14.372Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43402026-03-24T23:32:14.516Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43412026-03-24T23:32:14.520Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43422026-03-24T23:32:51.378Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43432026-03-24T23:32:51.849Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43442026-03-24T23:32:54.181Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43452026-03-24T23:32:54.733Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43462026-03-24T23:32:58.771Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43472026-03-24T23:33:30.514Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43482026-03-24T23:33:31.311Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43492026-03-24T23:33:33.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43502026-03-24T23:33:33.650Z
43512026-03-24T23:33:33.650Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43522026-03-24T23:33:34.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-03-24T23:33:34.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-03-24T23:33:34.639Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43552026-03-24T23:33:35.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
43562026-03-24T23:33:35.758Z
43572026-03-24T23:33:35.758Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43582026-03-24T23:33:36.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-03-24T23:33:36.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-03-24T23:33:36.658Z Compiling blake3 v1.8.3
43612026-03-24T23:33:36.789Z Checking arrayvec v0.7.6
43622026-03-24T23:33:36.792Z Checking arrayref v0.3.9
43632026-03-24T23:33:36.792Z Checking constant_time_eq v0.4.2
43642026-03-24T23:33:36.829Z Checking topological-sort v0.2.2
43652026-03-24T23:33:36.832Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43662026-03-24T23:33:36.833Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-24T23:33:36.833Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43682026-03-24T23:33:36.896Z Checking shell-words v1.1.1
43692026-03-24T23:33:37.794Z Checking omicron-zone-package v0.12.2
43702026-03-24T23:33:38.806Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43712026-03-24T23:33:39.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
43722026-03-24T23:33:40.116Z
43732026-03-24T23:33:40.116Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43742026-03-24T23:33:40.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-03-24T23:33:40.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-03-24T23:33:41.000Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43772026-03-24T23:33:41.394Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43782026-03-24T23:33:41.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43792026-03-24T23:33:42.143Z
43802026-03-24T23:33:42.143Zinfo: running `cargo check --bins` on xtask (251/267)
43812026-03-24T23:33:42.731Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-03-24T23:33:42.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-03-24T23:33:42.764Z Checking libc v0.2.180
43842026-03-24T23:33:42.861Z Checking serde v1.0.228
43852026-03-24T23:33:42.871Z Checking zerofrom v0.1.6
43862026-03-24T23:33:42.879Z Checking bitflags v2.11.0
43872026-03-24T23:33:42.890Z Checking hashbrown v0.16.1
43882026-03-24T23:33:42.901Z Checking smallvec v1.15.1
43892026-03-24T23:33:42.917Z Checking serde_json v1.0.149
43902026-03-24T23:33:42.920Z Checking scroll v0.12.0
43912026-03-24T23:33:43.005Z Checking yoke v0.8.1
43922026-03-24T23:33:43.072Z Checking num-traits v0.2.19
43932026-03-24T23:33:43.134Z Checking thiserror v1.0.69
43942026-03-24T23:33:43.222Z Checking zerovec v0.11.5
43952026-03-24T23:33:43.236Z Checking zerotrie v0.2.3
43962026-03-24T23:33:43.252Z Checking percent-encoding v2.3.2
43972026-03-24T23:33:43.292Z Checking errno v0.3.14
43982026-03-24T23:33:43.432Z Checking serde_spanned v0.6.9
43992026-03-24T23:33:43.432Z Checking toml_datetime v0.6.11
44002026-03-24T23:33:43.459Z Checking rustix v1.1.3
44012026-03-24T23:33:43.500Z Checking indexmap v2.13.0
44022026-03-24T23:33:43.548Z Checking log v0.4.29
44032026-03-24T23:33:43.595Z Checking zerocopy v0.7.35
44042026-03-24T23:33:43.663Z Checking form_urlencoded v1.2.2
44052026-03-24T23:33:43.739Z Checking goblin v0.8.2
44062026-03-24T23:33:43.775Z Checking getrandom v0.4.1
44072026-03-24T23:33:43.813Z Checking tinystr v0.8.2
44082026-03-24T23:33:43.827Z Checking potential_utf v0.1.4
44092026-03-24T23:33:43.852Z Checking ordered-float v2.10.1
44102026-03-24T23:33:43.938Z Checking thiserror v2.0.18
44112026-03-24T23:33:43.986Z Checking icu_collections v2.1.1
44122026-03-24T23:33:44.039Z Checking icu_locale_core v2.1.1
44132026-03-24T23:33:44.087Z Checking syn v2.0.117
44142026-03-24T23:33:44.163Z Checking serde-value v0.7.0
44152026-03-24T23:33:44.245Z Checking toml_edit v0.22.27
44162026-03-24T23:33:44.303Z Checking dtrace-parser v0.2.0
44172026-03-24T23:33:44.393Z Checking thread-id v4.2.2
44182026-03-24T23:33:44.431Z Checking once_cell v1.21.3
44192026-03-24T23:33:44.491Z Checking cargo-platform v0.2.0
44202026-03-24T23:33:44.612Z Checking terminal_size v0.4.3
44212026-03-24T23:33:44.626Z Checking memmap v0.7.0
44222026-03-24T23:33:44.651Z Checking tempfile v3.25.0
44232026-03-24T23:33:44.716Z Checking fs-err v3.3.0
44242026-03-24T23:33:44.749Z Checking clap_builder v4.5.60
44252026-03-24T23:33:44.786Z Checking textwrap v0.16.2
44262026-03-24T23:33:44.809Z Checking icu_provider v2.1.1
44272026-03-24T23:33:44.903Z Checking camino-tempfile v1.4.1
44282026-03-24T23:33:44.947Z Checking tabled v0.15.0
44292026-03-24T23:33:45.060Z Checking anyhow v1.0.102
44302026-03-24T23:33:45.105Z Checking macaddr v1.0.1
44312026-03-24T23:33:45.120Z Checking icu_properties v2.1.2
44322026-03-24T23:33:45.317Z Checking icu_normalizer v2.1.1
44332026-03-24T23:33:45.331Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44342026-03-24T23:33:45.737Z Checking toml v0.8.23
44352026-03-24T23:33:46.166Z Checking cargo_toml v0.21.0
44362026-03-24T23:33:46.258Z Checking idna_adapter v1.2.1
44372026-03-24T23:33:46.307Z Checking dof v0.3.0
44382026-03-24T23:33:46.368Z Checking clap v4.5.60
44392026-03-24T23:33:46.403Z Checking idna v1.1.0
44402026-03-24T23:33:46.658Z Checking usdt-impl v0.5.0
44412026-03-24T23:33:46.694Z Checking url v2.5.8
44422026-03-24T23:33:46.983Z Checking usdt v0.5.0
44432026-03-24T23:33:47.165Z Checking cargo-util-schemas v0.8.2
44442026-03-24T23:33:48.175Z Checking cargo_metadata v0.21.0
44452026-03-24T23:33:49.032Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44462026-03-24T23:33:49.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
44472026-03-24T23:33:49.745Z
44482026-03-24T23:33:49.745Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44492026-03-24T23:33:50.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44502026-03-24T23:33:50.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44512026-03-24T23:33:50.866Z Checking polyval v0.6.2
44522026-03-24T23:33:51.016Z Checking ctr v0.9.2
44532026-03-24T23:33:51.036Z Checking ssh-encoding v0.2.0
44542026-03-24T23:33:51.039Z Checking blowfish v0.9.1
44552026-03-24T23:33:51.073Z Checking password-hash v0.4.2
44562026-03-24T23:33:51.096Z Checking p521 v0.13.3
44572026-03-24T23:33:51.098Z Checking p256 v0.13.2
44582026-03-24T23:33:51.132Z Checking russh-cryptovec v0.7.3
44592026-03-24T23:33:51.195Z Checking ghash v0.5.1
44602026-03-24T23:33:51.216Z Checking md5 v0.7.0
44612026-03-24T23:33:51.236Z Checking bcrypt-pbkdf v0.10.0
44622026-03-24T23:33:51.267Z Checking num-bigint v0.4.6
44632026-03-24T23:33:51.297Z Checking des v0.8.1
44642026-03-24T23:33:51.339Z Checking aes-gcm v0.10.3
44652026-03-24T23:33:51.358Z Checking pbkdf2 v0.11.0
44662026-03-24T23:33:51.427Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44672026-03-24T23:33:51.447Z Checking hex-literal v0.4.1
44682026-03-24T23:33:51.467Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44692026-03-24T23:33:51.488Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44702026-03-24T23:33:51.525Z Checking ssh-cipher v0.2.0
44712026-03-24T23:33:51.566Z Checking socket2 v0.5.10
44722026-03-24T23:33:51.569Z Checking internet-checksum v0.2.1
44732026-03-24T23:33:51.733Z Checking ssh-key v0.6.7
44742026-03-24T23:33:51.933Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44752026-03-24T23:33:52.624Z Checking russh-keys v0.45.0
44762026-03-24T23:33:53.365Z Checking russh v0.45.0
44772026-03-24T23:34:14.725Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44782026-03-24T23:34:16.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.48s
44792026-03-24T23:34:16.507Z
44802026-03-24T23:34:16.507Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44812026-03-24T23:34:17.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-24T23:34:17.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-24T23:34:17.395Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44842026-03-24T23:34:17.549Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44852026-03-24T23:34:17.552Z Checking termios v0.3.3
44862026-03-24T23:34:19.226Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44872026-03-24T23:34:19.410Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44882026-03-24T23:34:22.029Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44892026-03-24T23:34:22.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
44902026-03-24T23:34:22.995Z
44912026-03-24T23:34:22.995Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44922026-03-24T23:34:23.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44932026-03-24T23:34:23.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44942026-03-24T23:34:23.970Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44952026-03-24T23:34:24.107Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44962026-03-24T23:34:24.136Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44972026-03-24T23:34:24.138Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44982026-03-24T23:34:24.139Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44992026-03-24T23:34:24.402Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45002026-03-24T23:34:24.402Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45012026-03-24T23:34:25.351Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45022026-03-24T23:34:25.650Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45032026-03-24T23:34:25.653Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45042026-03-24T23:34:26.499Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45052026-03-24T23:34:28.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
45062026-03-24T23:34:28.844Z
45072026-03-24T23:34:28.845Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45082026-03-24T23:34:29.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-03-24T23:34:29.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-03-24T23:34:29.729Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45112026-03-24T23:34:30.296Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45122026-03-24T23:34:30.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45132026-03-24T23:34:30.940Z
45142026-03-24T23:34:30.940Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45152026-03-24T23:34:31.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45162026-03-24T23:34:31.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45172026-03-24T23:34:31.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45182026-03-24T23:34:31.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45192026-03-24T23:34:31.741Z
45202026-03-24T23:34:31.742Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45212026-03-24T23:34:32.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-03-24T23:34:32.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-03-24T23:34:32.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45242026-03-24T23:34:32.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45252026-03-24T23:34:32.544Z
45262026-03-24T23:34:32.544Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45272026-03-24T23:34:33.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-24T23:34:33.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-24T23:34:33.591Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45302026-03-24T23:34:34.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
45312026-03-24T23:34:34.546Z
45322026-03-24T23:34:34.546Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45332026-03-24T23:34:35.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-24T23:34:35.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-24T23:34:35.443Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45362026-03-24T23:34:35.445Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45372026-03-24T23:34:35.752Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45382026-03-24T23:34:35.755Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-03-24T23:34:36.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45402026-03-24T23:34:36.988Z
45412026-03-24T23:34:36.988Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45422026-03-24T23:34:37.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-24T23:34:37.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-24T23:34:37.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45452026-03-24T23:34:37.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45462026-03-24T23:34:37.794Z
45472026-03-24T23:34:37.794Zinfo: running `cargo check --bins` on omicron-package (261/267)
45482026-03-24T23:34:38.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-24T23:34:38.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-24T23:34:38.717Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45512026-03-24T23:34:40.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
45522026-03-24T23:34:40.346Z
45532026-03-24T23:34:40.346Zinfo: running `cargo check --bins` on tqdb (262/267)
45542026-03-24T23:34:41.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-03-24T23:34:41.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-03-24T23:34:41.438Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45572026-03-24T23:34:41.887Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45582026-03-24T23:34:42.594Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45592026-03-24T23:34:42.597Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45602026-03-24T23:34:49.250Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45612026-03-24T23:34:50.174Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45622026-03-24T23:34:50.177Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45632026-03-24T23:34:50.177Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45642026-03-24T23:34:50.177Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45652026-03-24T23:34:51.155Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45662026-03-24T23:35:00.649Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45672026-03-24T23:35:09.102Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45682026-03-24T23:35:09.109Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45692026-03-24T23:35:09.109Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45702026-03-24T23:35:09.109Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45712026-03-24T23:35:11.049Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45722026-03-24T23:35:12.842Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45732026-03-24T23:35:13.703Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45742026-03-24T23:35:15.390Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45752026-03-24T23:35:19.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.69s
45762026-03-24T23:35:19.163Z
45772026-03-24T23:35:19.163Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45782026-03-24T23:35:19.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-03-24T23:35:19.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-03-24T23:35:19.164Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45812026-03-24T23:35:19.164Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45822026-03-24T23:35:19.164Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45832026-03-24T23:35:19.164Z Checking rtoolbox v0.0.3
45842026-03-24T23:35:19.164Z Checking tui-tree-widget v0.23.1
45852026-03-24T23:35:19.164Z Checking rpassword v7.4.0
45862026-03-24T23:35:19.164Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45872026-03-24T23:35:19.164Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45882026-03-24T23:35:25.309Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-03-24T23:35:26.221Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45902026-03-24T23:35:27.605Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45912026-03-24T23:35:31.729Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45922026-03-24T23:35:34.247Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45932026-03-24T23:35:35.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.08s
45942026-03-24T23:35:35.658Z
45952026-03-24T23:35:35.658Zinfo: running `cargo check --bins` on wicket (264/267)
45962026-03-24T23:35:36.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45972026-03-24T23:35:36.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45982026-03-24T23:35:36.608Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45992026-03-24T23:35:37.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46002026-03-24T23:35:37.288Z
46012026-03-24T23:35:37.288Zinfo: running `cargo check --bins` on wicketd (265/267)
46022026-03-24T23:35:38.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46032026-03-24T23:35:38.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46042026-03-24T23:35:38.280Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46052026-03-24T23:35:38.283Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46062026-03-24T23:35:38.283Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46072026-03-24T23:35:38.418Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46082026-03-24T23:35:39.827Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46092026-03-24T23:35:40.610Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46102026-03-24T23:35:44.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.34s
46112026-03-24T23:35:44.892Z
46122026-03-24T23:35:44.892Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46132026-03-24T23:35:45.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-03-24T23:35:45.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-03-24T23:35:45.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46162026-03-24T23:35:45.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
46172026-03-24T23:35:45.687Z
46182026-03-24T23:35:45.687Zinfo: running `cargo check --bins` on zone-setup (267/267)
46192026-03-24T23:35:46.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46202026-03-24T23:35:46.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46212026-03-24T23:35:46.601Z Checking uzers v0.12.2
46222026-03-24T23:35:46.953Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46232026-03-24T23:35:47.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
46242026-03-24T23:35:48.165Z
46252026-03-24T23:35:48.168Zreal 19:11.988795874
46262026-03-24T23:35:48.168Zuser 28:29.875893842
46272026-03-24T23:35:48.168Zsys 5:18.086156222
46282026-03-24T23:35:48.168Ztrap 0.492617637
46292026-03-24T23:35:48.168Ztflt 0.326288740
46302026-03-24T23:35:48.168Zdflt 0.706884371
46312026-03-24T23:35:48.168Zkflt 0.000841140
46322026-03-24T23:35:48.168Zlock 1:43:03.412072554
46332026-03-24T23:35:48.168Zslp 2:13:56.766737210
46342026-03-24T23:35:48.168Zlat 1:23.866424325
46352026-03-24T23:35:48.168Zstop 5:21.022969497
46362026-03-24T23:35:48.168Zprocess exited: duration 1388174 ms, exit code 0
 
46372026-03-24T23:35:48.175Zfound 0 output files