01KMG59PA2J9WDZA532HTHSYHB: 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: 01KMG5A1M1W6DM4JSESM1V9DT6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T14:53:28.465Zjob assigned to worker 01KMG5A4D4233D6RRGAXRVH016 [factory aws, i-097e29ef7d5402b9f] (queued for 1 m 12 s)
 
22026-03-24T14:53:36.247Zstarting task 0: "setup"
32026-03-24T14:53:36.253Z++ uname -s
42026-03-24T14:53:36.257Z+ kern=SunOS
52026-03-24T14:53:36.257Z+ build_user=build
62026-03-24T14:53:36.257Z+ build_uid=12345
72026-03-24T14:53:36.257Z+ work_dir=/work
82026-03-24T14:53:36.257Z+ input_dir=/input
92026-03-24T14:53:36.257Z+ [[ 0 == 12345 ]]
102026-03-24T14:53:36.257Z+ case "$kern" in
112026-03-24T14:53:36.257Z+ groupadd -g 12345 build
122026-03-24T14:53:36.260Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T14:53:38.264Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T14:53:38.391Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T14:53:38.394Z+ home_fs=zfs
162026-03-24T14:53:38.394Z+ [[ zfs == autofs ]]
172026-03-24T14:53:38.394Z+ mkdir -p /home/build
182026-03-24T14:53:38.394Z+ chown build:build /home/build /work
192026-03-24T14:53:40.397Z+ chmod 0700 /home/build /work
202026-03-24T14:53:40.400Zprocess exited: duration 4152 ms, exit code 0
 
212026-03-24T14:53:40.407Zstarting task 1: "rust-toolchain"
222026-03-24T14:53:40.411Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-24T14:53:40.411Z * rust toolchain channel = "1.94.0"
242026-03-24T14:53:40.411Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T14:53:40.411Z * rust toolchain profile = "default"
262026-03-24T14:53:40.412Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T14:53:40.412Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T14:53:40.414Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T14:53:40.414Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-24T14:53:40.527Zinfo: downloading installer
312026-03-24T14:53:42.141Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T14:53:42.141Zwarn: /opt/ooce/bin
332026-03-24T14:53:42.141Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T14:53:42.141Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T14:53:42.141Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T14:53:42.141Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T14:53:42.141Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T14:53:42.141Zerror: cannot install while Rust is installed
392026-03-24T14:53:42.141Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T14:53:42.141Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T14:53:42.141Zwarn: /home/build/.rustup/settings.toml
422026-03-24T14:53:42.141Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T14:53:42.141Zwarn: instead of the one inferred from the default host triple.
442026-03-24T14:53:42.157Zinfo: profile set to default
452026-03-24T14:53:42.157Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T14:53:42.160Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-24T14:53:42.302Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-24T14:53:42.305Zinfo: downloading 6 components
492026-03-24T14:53:58.899Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-24T14:53:58.899Z
512026-03-24T14:53:58.934Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-24T14:53:58.934Z
532026-03-24T14:53:58.937Z
542026-03-24T14:53:58.937ZRust is installed now. Great!
552026-03-24T14:53:58.937Z
562026-03-24T14:53:58.937ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T14:53:58.937Zenvironment variable. This has not been done automatically.
582026-03-24T14:53:58.937Z
592026-03-24T14:53:58.937ZTo configure your current shell, you need to source
602026-03-24T14:53:58.937Zthe corresponding env file under $HOME/.cargo.
612026-03-24T14:53:58.937Z
622026-03-24T14:53:58.937ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T14:53:58.937Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T14:53:58.937Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T14:53:58.937Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T14:53:58.937Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T14:53:58.937Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T14:53:58.937Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T14:53:58.937Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T14:53:58.937Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T14:53:59.048Z+ rustup --version
722026-03-24T14:53:59.060Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T14:53:59.063Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T14:53:59.084Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-24T14:53:59.087Z+ cargo --version
762026-03-24T14:53:59.103Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-24T14:53:59.106Z+ rustc --version
782026-03-24T14:53:59.134Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-24T14:53:59.138Zprocess exited: duration 18727 ms, exit code 0
 
802026-03-24T14:53:59.144Zstarting task 2: "authentication"
812026-03-24T14:53:59.164Zprocess exited: duration 20 ms, exit code 0
 
822026-03-24T14:53:59.170Zstarting task 3: "clone repository"
832026-03-24T14:53:59.174Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-24T14:53:59.177Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-24T14:53:59.216ZCloning into '/work/oxidecomputer/omicron'...
862026-03-24T14:54:10.034Z+ cd /work/oxidecomputer/omicron
872026-03-24T14:54:10.034Z+ git fetch origin f1b6f852320eaa602dac68a26782419c729aca65
882026-03-24T14:54:10.367ZFrom https://github.com/oxidecomputer/omicron
892026-03-24T14:54:10.367Z * branch f1b6f852320eaa602dac68a26782419c729aca65 -> FETCH_HEAD
902026-03-24T14:54:10.378Z+ [[ -n jmcarp/clickhouse-smf-backup ]]
912026-03-24T14:54:10.380Z++ git branch --show-current
922026-03-24T14:54:10.383Z+ current=main
932026-03-24T14:54:10.383Z+ [[ main != jmcarp/clickhouse-smf-backup ]]
942026-03-24T14:54:10.383Z+ git branch -f jmcarp/clickhouse-smf-backup f1b6f852320eaa602dac68a26782419c729aca65
952026-03-24T14:54:10.386Z+ git checkout -f jmcarp/clickhouse-smf-backup
962026-03-24T14:54:10.607ZSwitched to branch 'jmcarp/clickhouse-smf-backup'
972026-03-24T14:54:10.612Z+ git reset --hard f1b6f852320eaa602dac68a26782419c729aca65
982026-03-24T14:54:10.830ZHEAD is now at f1b6f8523 Configure clickhouse backup path for single-node topology.
992026-03-24T14:54:10.834Zprocess exited: duration 11662 ms, exit code 0
 
1002026-03-24T14:54:10.839Zstarting task 4: "build"
1012026-03-24T14:54:10.843Z+ source .github/buildomat/ci-env.sh
1022026-03-24T14:54:10.846Z++ export CARGO_TERM_COLOR=always
1032026-03-24T14:54:10.846Z++ CARGO_TERM_COLOR=always
1042026-03-24T14:54:10.846Z+ cargo --version
1052026-03-24T14:54:10.856Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-24T14:54:10.863Z+ rustc --version
1072026-03-24T14:54:10.884Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-24T14:54:10.887Z+ source ./env.sh
1092026-03-24T14:54:10.887Z++ OLD_SHELL_OPTS=ehxB
1102026-03-24T14:54:10.887Z++ set -o xtrace
1112026-03-24T14:54:10.891Z++++ dirname ./env.sh
1122026-03-24T14:54:10.894Z+++ readlink -f .
1132026-03-24T14:54:10.894Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ 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-24T14:54:10.894Z++ case $OLD_SHELL_OPTS in
1232026-03-24T14:54:10.894Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-24T14:54:10.895Z+ 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-24T14:54:10.895Z+ 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-24T14:54:10.895Z+ banner prerequisites
1272026-03-24T14:54:10.898Z
1282026-03-24T14:54:10.898Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-24T14:54:10.898Z # # # # # # # # # # # # # # #
1302026-03-24T14:54:10.898Z # # # # ##### # # ##### # # # # # #### #
1312026-03-24T14:54:10.898Z ##### ##### # ##### # # # # # # # # #
1322026-03-24T14:54:10.898Z # # # # # # # # # # # # # # #
1332026-03-24T14:54:10.898Z # # # ###### # # ###### ### # #### # #### #
1342026-03-24T14:54:10.898Z
1352026-03-24T14:54:10.898Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-24T14:54:20.762Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-24T14:54:30.607Z Startup: Caching catalogs ... Done
1382026-03-24T14:54:53.090ZPlanning: Solver setup ... Done (21.078s)
1392026-03-24T14:54:53.253ZPlanning: Running solver ... Done (0.163s)
1402026-03-24T14:54:53.433ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-24T14:54:53.456ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-24T14:54:55.400ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-24T14:54:55.443ZPlanning: Package planning ... Done (0.042s)
1442026-03-24T14:54:55.486ZPlanning: Merging actions ... Done (0.043s)
1452026-03-24T14:54:55.730ZPlanning: Checking for conflicting actions ... Done (0.245s)
1462026-03-24T14:54:55.741ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-24T14:54:56.595ZPlanning: Evaluating mediators ... Done (0.854s)
1482026-03-24T14:54:56.603ZPlanning: Planning completed in 25.85 seconds
1492026-03-24T14:54:56.617Z Packages to install: 4
1502026-03-24T14:54:56.620Z Mediators to change: 2
1512026-03-24T14:54:56.620Z Services to change: 1
1522026-03-24T14:54:56.620Z Estimated space available: 155.43 GB
1532026-03-24T14:54:56.620ZEstimated space to be consumed: 1.83 GB
1542026-03-24T14:54:56.620Z Create boot environment: No
1552026-03-24T14:54:56.620ZCreate backup boot environment: No
1562026-03-24T14:54:56.620Z Rebuild boot archive: No
1572026-03-24T14:54:56.620Z
1582026-03-24T14:54:56.620ZChanged mediators:
1592026-03-24T14:54:56.620Z mediator clang:
1602026-03-24T14:54:56.620Z version: None -> 15 (system default)
1612026-03-24T14:54:56.620Z
1622026-03-24T14:54:56.620Z mediator llvm:
1632026-03-24T14:54:56.620Z version: 14 (system default) -> 15 (system default)
1642026-03-24T14:54:56.620Z
1652026-03-24T14:54:56.620ZChanged packages:
1662026-03-24T14:54:56.620Zhelios-dev
1672026-03-24T14:54:56.620Z developer/build-essential
1682026-03-24T14:54:56.620Z None -> 11-2.0
1692026-03-24T14:54:56.620Z library/libxmlsec1
1702026-03-24T14:54:56.620Z None -> 1.2.35-2.0
1712026-03-24T14:54:56.620Z ooce/developer/clang-15
1722026-03-24T14:54:56.620Z None -> 15.0.7-2.0
1732026-03-24T14:54:56.620Z ooce/developer/llvm-15
1742026-03-24T14:54:56.620Z None -> 15.0.7-2.0
1752026-03-24T14:54:56.620Z
1762026-03-24T14:54:56.621ZServices:
1772026-03-24T14:54:56.621Z restart_fmri:
1782026-03-24T14:54:56.621Z svc:/system/update-man-index:default
1792026-03-24T14:54:56.668Z
1802026-03-24T14:54:56.668ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-24T14:55:01.668ZDownload: 1368/3290 items 111.8/212.6MB 52% complete (22.5M/s)
1822026-03-24T14:55:07.543ZDownload: 3246/3290 items 203.1/212.6MB 95% complete (20.8M/s)
1832026-03-24T14:55:10.221ZDownload: Completed 212.60 MB in 13.55 seconds (15.7M/s)
1842026-03-24T14:55:11.531Z Actions: 1/3689 actions (Installing new actions)
1852026-03-24T14:55:15.650Z Actions: Completed 3689 actions in 4.12 seconds.
1862026-03-24T14:55:16.417Z Done (0.763s)
1872026-03-24T14:55:16.417Z Done (0.000s)
1882026-03-24T14:55:17.425Z Done (1.007s)
1892026-03-24T14:55:21.173Z Done (3.389s)
1902026-03-24T14:55:21.259Z Done (0.018s)
1912026-03-24T14:55:21.261Z Done (0.000s)
1922026-03-24T14:55:21.398Z Done (0.000s)
1932026-03-24T14:55:22.363ZPlanning: Evaluating mediator changes ... Done
1942026-03-24T14:55:22.510ZPlanning: Checking for conflicting actions ... Done
1952026-03-24T14:55:22.513ZPlanning: Consolidating action changes ... Done
1962026-03-24T14:55:22.736ZPlanning: Evaluating mediators ... Done
1972026-03-24T14:55:22.739ZPlanning: Planning completed in 0.37 seconds
1982026-03-24T14:55:22.767Z Mediators to change: 2
1992026-03-24T14:55:22.767Z Create boot environment: No
2002026-03-24T14:55:22.769ZCreate backup boot environment: No
2012026-03-24T14:55:22.849Z Done
2022026-03-24T14:55:22.849Z Done
2032026-03-24T14:55:23.604Z Done
2042026-03-24T14:55:26.915Z Done
2052026-03-24T14:55:26.999Z Done
2062026-03-24T14:55:27.002Z Done
2072026-03-24T14:55:27.151Z Done
2082026-03-24T14:55:27.686ZPlanning: Evaluating mediator changes ... Done
2092026-03-24T14:55:27.688ZPlanning: Merging actions ... Done
2102026-03-24T14:55:27.855ZPlanning: Checking for conflicting actions ... Done
2112026-03-24T14:55:27.858ZPlanning: Consolidating action changes ... Done
2122026-03-24T14:55:28.078ZPlanning: Evaluating mediators ... Done
2132026-03-24T14:55:28.121ZPlanning: Planning completed in 0.64 seconds
2142026-03-24T14:55:28.151Z Packages to change: 1
2152026-03-24T14:55:28.151Z Mediators to change: 1
2162026-03-24T14:55:28.154Z Services to change: 1
2172026-03-24T14:55:28.154Z Create boot environment: No
2182026-03-24T14:55:28.154ZCreate backup boot environment: Yes
2192026-03-24T14:55:30.601Z Actions: 1/6 actions (Updating modified actions)
2202026-03-24T14:55:30.604Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-24T14:55:30.604Z Done
2222026-03-24T14:55:30.604Z Done
2232026-03-24T14:55:30.796Z Done
2242026-03-24T14:55:34.079Z Done
2252026-03-24T14:55:34.165Z Done
2262026-03-24T14:55:34.167Z Done
2272026-03-24T14:55:34.320Z Done
2282026-03-24T14:55:34.697ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-24T14:55:34.697Zclang system 15 system
2302026-03-24T14:55:34.697Zcsh system system illumos
2312026-03-24T14:55:34.697Zctags system system illumos
2322026-03-24T14:55:34.697Zfile system system illumos
2332026-03-24T14:55:34.697Zgcc vendor 12 vendor
2342026-03-24T14:55:34.697Zgcc system 10 system
2352026-03-24T14:55:34.697Zgcc system 7 system
2362026-03-24T14:55:34.697Zgo system 1.20 system
2372026-03-24T14:55:34.697Zgo system 1.19 system
2382026-03-24T14:55:34.697Zllvm system 15 system
2392026-03-24T14:55:34.697Zllvm system 14 system
2402026-03-24T14:55:34.697Zmariadb system 10.6 system
2412026-03-24T14:55:34.697Zmta vendor vendor dma
2422026-03-24T14:55:34.698Zopenjdk system 17 system
2432026-03-24T14:55:34.698Zopenjdk system 11 system
2442026-03-24T14:55:34.698Zopenjdk system 1.8 system
2452026-03-24T14:55:34.698Zopenssl vendor 3 vendor
2462026-03-24T14:55:34.698Zperl system 5.36 system
2472026-03-24T14:55:34.698Zpostgresql system 15 system
2482026-03-24T14:55:34.698Zpostgresql system 13 system
2492026-03-24T14:55:34.698Zpython vendor 3 vendor
2502026-03-24T14:55:34.698Zpython system 2 system
2512026-03-24T14:55:34.698Zpython3 system 3.11 system
2522026-03-24T14:55:34.698Zruby system 3.0 system
2532026-03-24T14:55:34.698Zwords vendor vendor american-english
2542026-03-24T14:55:34.698Zwords system system australian-english
2552026-03-24T14:55:34.698Zwords system system british-english
2562026-03-24T14:55:34.698Zwords system system canadian-english
2572026-03-24T14:55:34.698Zwords system system french
2582026-03-24T14:55:34.698Zwords system system italian
2592026-03-24T14:55:34.698Zwords system system ngerman
2602026-03-24T14:55:34.698Zwords system system ogerman
2612026-03-24T14:55:34.698Zwords system system spanish
2622026-03-24T14:55:34.997ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-24T14:55:34.997Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-24T14:55:40.959ZFMRI IFO
2652026-03-24T14:55:40.959Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-24T14:55:40.959Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-24T14:55:40.959Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-24T14:55:40.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-24T14:55:40.959Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-24T14:55:40.959Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-24T14:55:40.959Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-24T14:55:40.959Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-24T14:55:40.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-24T14:55:40.959Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-24T14:55:40.959Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-24T14:55:40.959Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-24T14:55:40.959Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-24T14:55:40.959Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-24T14:55:40.959Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-24T14:55:40.959Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-24T14:55:42.184Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-24T14:55:42.492Z Updating crates.io index
2832026-03-24T14:55:42.532Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-24T14:55:43.385Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-24T14:55:43.900Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-03-24T14:55:44.498Z Updating git repository `https://github.com/oxidecomputer/falcon`
2872026-03-24T14:55:49.984Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882026-03-24T14:55:50.600Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-03-24T14:55:52.092Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902026-03-24T14:55:53.731Z Updating git repository `https://github.com/oxidecomputer/opte`
2912026-03-24T14:55:54.770Z Updating git repository `https://github.com/oxidecomputer/tofino`
2922026-03-24T14:55:55.029Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2932026-03-24T14:55:56.093Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942026-03-24T14:55:56.572Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-03-24T14:55:56.898Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2962026-03-24T14:55:57.364Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2972026-03-24T14:55:58.447Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2982026-03-24T14:55:58.917Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2992026-03-24T14:55:59.332Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002026-03-24T14:55:59.697Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3012026-03-24T14:56:00.230Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3022026-03-24T14:56:00.671Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3032026-03-24T14:56:00.932Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3042026-03-24T14:56:01.204Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-03-24T14:56:01.692Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062026-03-24T14:56:02.280Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3072026-03-24T14:56:02.708Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3082026-03-24T14:56:03.104Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3092026-03-24T14:56:05.647Z Updating git repository `https://github.com/oxidecomputer/ispf`
3102026-03-24T14:56:06.820Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3112026-03-24T14:56:07.097Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-24T14:56:07.912Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-03-24T14:56:08.571Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-24T14:56:08.943Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-24T14:56:09.458Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-24T14:56:09.790Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-24T14:56:10.423Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-24T14:56:10.693Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-24T14:56:10.989Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-24T14:56:11.343Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-24T14:56:11.716Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-24T14:56:26.380Z Downloading crates ...
3232026-03-24T14:56:26.437Z Downloaded cfg-if v1.0.4
3242026-03-24T14:56:26.443Z Downloaded block-buffer v0.10.4
3252026-03-24T14:56:26.447Z Downloaded anstyle-query v1.1.5
3262026-03-24T14:56:26.447Z Downloaded clap_lex v1.0.0
3272026-03-24T14:56:26.451Z Downloaded usdt-attr-macro v0.5.0
3282026-03-24T14:56:26.451Z Downloaded clap_derive v4.5.55
3292026-03-24T14:56:26.454Z Downloaded colorchoice v1.0.4
3302026-03-24T14:56:26.454Z Downloaded bytecount v0.6.9
3312026-03-24T14:56:26.460Z Downloaded autocfg v1.5.0
3322026-03-24T14:56:26.461Z Downloaded byteorder v1.5.0
3332026-03-24T14:56:26.465Z Downloaded bitflags v2.11.0
3342026-03-24T14:56:26.465Z Downloaded toml v0.8.23
3352026-03-24T14:56:26.465Z Downloaded thiserror v2.0.18
3362026-03-24T14:56:26.469Z Downloaded zerofrom-derive v0.1.6
3372026-03-24T14:56:26.474Z Downloaded yoke v0.8.1
3382026-03-24T14:56:26.474Z Downloaded dtrace-parser v0.2.0
3392026-03-24T14:56:26.474Z Downloaded percent-encoding v2.3.2
3402026-03-24T14:56:26.474Z Downloaded cpufeatures v0.2.17
3412026-03-24T14:56:26.475Z Downloaded camino v1.2.2
3422026-03-24T14:56:26.479Z Downloaded zerofrom v0.1.6
3432026-03-24T14:56:26.479Z Downloaded camino-tempfile v1.4.1
3442026-03-24T14:56:26.479Z Downloaded utf8parse v0.2.2
3452026-03-24T14:56:26.479Z Downloaded unicode-linebreak v0.1.5
3462026-03-24T14:56:26.479Z Downloaded typeid v1.0.3
3472026-03-24T14:56:26.486Z Downloaded anstyle v1.0.13
3482026-03-24T14:56:26.486Z Downloaded anstream v0.6.21
3492026-03-24T14:56:26.486Z Downloaded version_check v0.9.5
3502026-03-24T14:56:26.486Z Downloaded typenum v1.19.0
3512026-03-24T14:56:26.490Z Downloaded usdt v0.5.0
3522026-03-24T14:56:26.491Z Downloaded utf8_iter v1.0.4
3532026-03-24T14:56:26.491Z Downloaded thread-id v4.2.2
3542026-03-24T14:56:26.491Z Downloaded potential_utf v0.1.4
3552026-03-24T14:56:26.491Z Downloaded form_urlencoded v1.2.2
3562026-03-24T14:56:26.491Z Downloaded fastrand v2.3.0
3572026-03-24T14:56:26.491Z Downloaded toml_write v0.1.2
3582026-03-24T14:56:26.491Z Downloaded stable_deref_trait v1.2.1
3592026-03-24T14:56:26.495Z Downloaded toml_datetime v0.6.11
3602026-03-24T14:56:26.495Z Downloaded digest v0.10.7
3612026-03-24T14:56:26.496Z Downloaded pretty-hex v0.4.1
3622026-03-24T14:56:26.496Z Downloaded clap v4.5.60
3632026-03-24T14:56:26.500Z Downloaded yoke-derive v0.8.1
3642026-03-24T14:56:26.506Z Downloaded fnv v1.0.7
3652026-03-24T14:56:26.506Z Downloaded unicode-xid v0.2.6
3662026-03-24T14:56:26.506Z Downloaded strsim v0.11.1
3672026-03-24T14:56:26.506Z Downloaded ordered-float v2.10.1
3682026-03-24T14:56:26.506Z Downloaded memmap v0.7.0
3692026-03-24T14:56:26.510Z Downloaded dof v0.3.0
3702026-03-24T14:56:26.510Z Downloaded idna_adapter v1.2.1
3712026-03-24T14:56:26.510Z Downloaded generic-array v0.14.7
3722026-03-24T14:56:26.510Z Downloaded anstyle-parse v0.2.7
3732026-03-24T14:56:26.513Z Downloaded zerovec-derive v0.11.2
3742026-03-24T14:56:26.513Z Downloaded usdt-macro v0.5.0
3752026-03-24T14:56:26.513Z Downloaded usdt-impl v0.5.0
3762026-03-24T14:56:26.513Z Downloaded tinystr v0.8.2
3772026-03-24T14:56:26.516Z Downloaded thiserror-impl v2.0.18
3782026-03-24T14:56:26.516Z Downloaded terminal_size v0.4.3
3792026-03-24T14:56:26.519Z Downloaded thiserror-impl v1.0.69
3802026-03-24T14:56:26.521Z Downloaded heck v0.5.0
3812026-03-24T14:56:26.524Z Downloaded writeable v0.6.2
3822026-03-24T14:56:26.524Z Downloaded zmij v1.0.21
3832026-03-24T14:56:26.527Z Downloaded is_terminal_polyfill v1.70.2
3842026-03-24T14:56:26.530Z Downloaded thiserror v1.0.69
3852026-03-24T14:56:26.533Z Downloaded smawk v0.3.2
3862026-03-24T14:56:26.536Z Downloaded ucd-trie v0.1.7
3872026-03-24T14:56:26.536Z Downloaded heck v0.4.1
3882026-03-24T14:56:26.539Z Downloaded equivalent v1.0.2
3892026-03-24T14:56:26.540Z Downloaded itoa v1.0.17
3902026-03-24T14:56:26.540Z Downloaded crypto-common v0.1.7
3912026-03-24T14:56:26.546Z Downloaded serde-value v0.7.0
3922026-03-24T14:56:26.546Z Downloaded unicode-ident v1.0.24
3932026-03-24T14:56:26.546Z Downloaded serde_spanned v0.6.9
3942026-03-24T14:56:26.546Z Downloaded proc-macro-error-attr v1.0.4
3952026-03-24T14:56:26.550Z Downloaded textwrap v0.16.2
3962026-03-24T14:56:26.550Z Downloaded log v0.4.29
3972026-03-24T14:56:26.554Z Downloaded zerocopy-derive v0.7.35
3982026-03-24T14:56:26.557Z Downloaded scroll_derive v0.12.1
3992026-03-24T14:56:26.557Z Downloaded litemap v0.8.1
4002026-03-24T14:56:26.557Z Downloaded swrite v0.1.0
4012026-03-24T14:56:26.562Z Downloaded toml_edit v0.22.27
4022026-03-24T14:56:26.562Z Downloaded zerotrie v0.2.3
4032026-03-24T14:56:26.566Z Downloaded url v2.5.8
4042026-03-24T14:56:26.566Z Downloaded tabled_derive v0.7.0
4052026-03-24T14:56:26.566Z Downloaded macaddr v1.0.1
4062026-03-24T14:56:26.569Z Downloaded plain v0.2.3
4072026-03-24T14:56:26.569Z Downloaded errno v0.3.14
4082026-03-24T14:56:26.569Z Downloaded cargo-platform v0.2.0
4092026-03-24T14:56:26.572Z Downloaded serde-untagged v0.1.9
4102026-03-24T14:56:26.572Z Downloaded once_cell v1.21.3
4112026-03-24T14:56:26.576Z Downloaded serde_tokenstream v0.2.3
4122026-03-24T14:56:26.576Z Downloaded proc-macro-error v1.0.4
4132026-03-24T14:56:26.579Z Downloaded cargo_metadata v0.21.0
4142026-03-24T14:56:26.579Z Downloaded erased-serde v0.4.9
4152026-03-24T14:56:26.582Z Downloaded pest_generator v2.8.6
4162026-03-24T14:56:26.585Z Downloaded zerovec v0.11.5
4172026-03-24T14:56:26.588Z Downloaded fs-err v3.3.0
4182026-03-24T14:56:26.592Z Downloaded synstructure v0.13.2
4192026-03-24T14:56:26.595Z Downloaded displaydoc v0.2.5
4202026-03-24T14:56:26.597Z Downloaded zerocopy v0.7.35
4212026-03-24T14:56:26.607Z Downloaded winnow v0.7.14
4222026-03-24T14:56:26.613Z Downloaded semver v1.0.27
4232026-03-24T14:56:26.616Z Downloaded unicode-width v0.1.14
4242026-03-24T14:56:26.619Z Downloaded sha2 v0.10.9
4252026-03-24T14:56:26.621Z Downloaded unicode-width v0.2.0
4262026-03-24T14:56:26.624Z Downloaded quote v1.0.44
4272026-03-24T14:56:26.627Z Downloaded cargo-util-schemas v0.8.2
4282026-03-24T14:56:26.629Z Downloaded pest_derive v2.8.6
4292026-03-24T14:56:26.629Z Downloaded cargo_toml v0.21.0
4302026-03-24T14:56:26.630Z Downloaded icu_provider v2.1.1
4312026-03-24T14:56:26.632Z Downloaded num-traits v0.2.19
4322026-03-24T14:56:26.645Z Downloaded icu_properties v2.1.2
4332026-03-24T14:56:26.645Z Downloaded tempfile v3.25.0
4342026-03-24T14:56:26.645Z Downloaded smallvec v1.15.1
4352026-03-24T14:56:26.645Z Downloaded getrandom v0.4.1
4362026-03-24T14:56:26.651Z Downloaded serde_core v1.0.228
4372026-03-24T14:56:26.659Z Downloaded scroll v0.12.0
4382026-03-24T14:56:26.666Z Downloaded icu_normalizer v2.1.1
4392026-03-24T14:56:26.673Z Downloaded serde_derive v1.0.228
4402026-03-24T14:56:26.673Z Downloaded icu_normalizer_data v2.1.1
4412026-03-24T14:56:26.673Z Downloaded icu_collections v2.1.1
4422026-03-24T14:56:26.682Z Downloaded pest_meta v2.8.6
4432026-03-24T14:56:26.682Z Downloaded anyhow v1.0.102
4442026-03-24T14:56:26.686Z Downloaded papergrid v0.11.0
4452026-03-24T14:56:26.686Z Downloaded icu_locale_core v2.1.1
4462026-03-24T14:56:26.691Z Downloaded proc-macro2 v1.0.106
4472026-03-24T14:56:26.695Z Downloaded memchr v2.8.0
4482026-03-24T14:56:26.699Z Downloaded serde v1.0.228
4492026-03-24T14:56:26.703Z Downloaded indexmap v2.13.0
4502026-03-24T14:56:26.717Z Downloaded clap_builder v4.5.60
4512026-03-24T14:56:26.724Z Downloaded pest v2.8.6
4522026-03-24T14:56:26.730Z Downloaded icu_properties_data v2.1.2
4532026-03-24T14:56:26.738Z Downloaded idna v1.1.0
4542026-03-24T14:56:26.744Z Downloaded serde_json v1.0.149
4552026-03-24T14:56:26.748Z Downloaded hashbrown v0.16.1
4562026-03-24T14:56:26.755Z Downloaded goblin v0.8.2
4572026-03-24T14:56:26.771Z Downloaded tabled v0.15.0
4582026-03-24T14:56:26.781Z Downloaded syn v1.0.109
4592026-03-24T14:56:26.791Z Downloaded syn v2.0.117
4602026-03-24T14:56:26.809Z Downloaded rustix v1.1.3
4612026-03-24T14:56:26.833Z Downloaded libc v0.2.180
4622026-03-24T14:56:26.920Z Compiling proc-macro2 v1.0.106
4632026-03-24T14:56:26.932Z Compiling unicode-ident v1.0.24
4642026-03-24T14:56:26.932Z Compiling quote v1.0.44
4652026-03-24T14:56:26.933Z Compiling serde_core v1.0.228
4662026-03-24T14:56:26.933Z Compiling libc v0.2.180
4672026-03-24T14:56:26.933Z Compiling version_check v0.9.5
4682026-03-24T14:56:26.933Z Compiling serde v1.0.228
4692026-03-24T14:56:26.933Z Compiling stable_deref_trait v1.2.1
4702026-03-24T14:56:27.288Z Compiling memchr v2.8.0
4712026-03-24T14:56:27.320Z Compiling zmij v1.0.21
4722026-03-24T14:56:27.595Z Compiling ucd-trie v0.1.7
4732026-03-24T14:56:27.734Z Compiling thiserror v1.0.69
4742026-03-24T14:56:27.933Z Compiling autocfg v1.5.0
4752026-03-24T14:56:28.106Z Compiling itoa v1.0.17
4762026-03-24T14:56:28.203Z Compiling pest v2.8.6
4772026-03-24T14:56:28.225Z Compiling writeable v0.6.2
4782026-03-24T14:56:28.333Z Compiling litemap v0.8.1
4792026-03-24T14:56:28.401Z Compiling byteorder v1.5.0
4802026-03-24T14:56:28.479Z Compiling rustix v1.1.3
4812026-03-24T14:56:28.505Z Compiling icu_properties_data v2.1.2
4822026-03-24T14:56:28.713Z Compiling icu_normalizer_data v2.1.1
4832026-03-24T14:56:28.922Z Compiling syn v2.0.117
4842026-03-24T14:56:29.013Z Compiling errno v0.3.14
4852026-03-24T14:56:29.041Z Compiling bitflags v2.11.0
4862026-03-24T14:56:29.169Z Compiling serde_json v1.0.149
4872026-03-24T14:56:29.427Z Compiling num-traits v0.2.19
4882026-03-24T14:56:29.483Z Compiling equivalent v1.0.2
4892026-03-24T14:56:29.511Z Compiling smallvec v1.15.1
4902026-03-24T14:56:29.660Z Compiling hashbrown v0.16.1
4912026-03-24T14:56:29.791Z Compiling pest_meta v2.8.6
4922026-03-24T14:56:29.839Z Compiling typeid v1.0.3
4932026-03-24T14:56:30.241Z Compiling thread-id v4.2.2
4942026-03-24T14:56:30.264Z Compiling proc-macro-error-attr v1.0.4
4952026-03-24T14:56:30.354Z Compiling indexmap v2.13.0
4962026-03-24T14:56:30.416Z Compiling usdt-impl v0.5.0
4972026-03-24T14:56:30.499Z Compiling winnow v0.7.14
4982026-03-24T14:56:30.523Z Compiling erased-serde v0.4.9
4992026-03-24T14:56:30.684Z Compiling syn v1.0.109
5002026-03-24T14:56:30.947Z Compiling toml_write v0.1.2
5012026-03-24T14:56:31.267Z Compiling proc-macro-error v1.0.4
5022026-03-24T14:56:31.418Z Compiling plain v0.2.3
5032026-03-24T14:56:31.482Z Compiling percent-encoding v2.3.2
5042026-03-24T14:56:31.562Z Compiling getrandom v0.4.1
5052026-03-24T14:56:31.727Z Compiling thiserror v2.0.18
5062026-03-24T14:56:31.979Z Compiling utf8_iter v1.0.4
5072026-03-24T14:56:32.159Z Compiling utf8parse v0.2.2
5082026-03-24T14:56:32.185Z Compiling log v0.4.29
5092026-03-24T14:56:32.190Z Compiling camino v1.2.2
5102026-03-24T14:56:32.304Z Compiling anstyle-parse v0.2.7
5112026-03-24T14:56:32.333Z Compiling ordered-float v2.10.1
5122026-03-24T14:56:32.456Z Compiling form_urlencoded v1.2.2
5132026-03-24T14:56:32.634Z Compiling terminal_size v0.4.3
5142026-03-24T14:56:32.681Z Compiling synstructure v0.13.2
5152026-03-24T14:56:32.681Z Compiling pest_generator v2.8.6
5162026-03-24T14:56:32.828Z Compiling is_terminal_polyfill v1.70.2
5172026-03-24T14:56:32.947Z Compiling anstyle-query v1.1.5
5182026-03-24T14:56:32.997Z Compiling anstyle v1.0.13
5192026-03-24T14:56:33.052Z Compiling cfg-if v1.0.4
5202026-03-24T14:56:33.084Z Compiling pretty-hex v0.4.1
5212026-03-24T14:56:33.144Z Compiling colorchoice v1.0.4
5222026-03-24T14:56:33.258Z Compiling anstream v0.6.21
5232026-03-24T14:56:33.291Z Compiling serde-untagged v0.1.9
5242026-03-24T14:56:33.449Z Compiling semver v1.0.27
5252026-03-24T14:56:33.605Z Compiling fs-err v3.3.0
5262026-03-24T14:56:33.654Z Compiling once_cell v1.21.3
5272026-03-24T14:56:33.678Z Compiling unicode-width v0.1.14
5282026-03-24T14:56:33.842Z Compiling unicode-xid v0.2.6
5292026-03-24T14:56:33.875Z Compiling anyhow v1.0.102
5302026-03-24T14:56:33.936Z Compiling fastrand v2.3.0
5312026-03-24T14:56:33.967Z Compiling fnv v1.0.7
5322026-03-24T14:56:34.008Z Compiling strsim v0.11.1
5332026-03-24T14:56:34.050Z Compiling bytecount v0.6.9
5342026-03-24T14:56:34.089Z Compiling clap_lex v1.0.0
5352026-03-24T14:56:34.283Z Compiling heck v0.5.0
5362026-03-24T14:56:34.314Z Compiling heck v0.4.1
5372026-03-24T14:56:34.438Z Compiling clap_builder v4.5.60
5382026-03-24T14:56:34.604Z Compiling tempfile v3.25.0
5392026-03-24T14:56:34.607Z Compiling papergrid v0.11.0
5402026-03-24T14:56:34.779Z Compiling memmap v0.7.0
5412026-03-24T14:56:34.812Z Compiling smawk v0.3.2
5422026-03-24T14:56:34.988Z Compiling unicode-width v0.2.0
5432026-03-24T14:56:35.014Z Compiling unicode-linebreak v0.1.5
5442026-03-24T14:56:35.149Z Compiling camino-tempfile v1.4.1
5452026-03-24T14:56:35.284Z Compiling serde_derive v1.0.228
5462026-03-24T14:56:35.329Z Compiling zerofrom-derive v0.1.6
5472026-03-24T14:56:35.353Z Compiling yoke-derive v0.8.1
5482026-03-24T14:56:35.453Z Compiling zerovec-derive v0.11.2
5492026-03-24T14:56:35.678Z Compiling displaydoc v0.2.5
5502026-03-24T14:56:36.610Z Compiling thiserror-impl v1.0.69
5512026-03-24T14:56:36.643Z Compiling zerocopy-derive v0.7.35
5522026-03-24T14:56:36.908Z Compiling pest_derive v2.8.6
5532026-03-24T14:56:36.933Z Compiling scroll_derive v0.12.1
5542026-03-24T14:56:37.248Z Compiling zerofrom v0.1.6
5552026-03-24T14:56:37.415Z Compiling yoke v0.8.1
5562026-03-24T14:56:37.438Z Compiling thiserror-impl v2.0.18
5572026-03-24T14:56:37.664Z Compiling zerovec v0.11.5
5582026-03-24T14:56:37.793Z Compiling zerotrie v0.2.3
5592026-03-24T14:56:37.815Z Compiling zerocopy v0.7.35
5602026-03-24T14:56:38.189Z Compiling scroll v0.12.0
5612026-03-24T14:56:38.308Z Compiling tinystr v0.8.2
5622026-03-24T14:56:38.499Z Compiling potential_utf v0.1.4
5632026-03-24T14:56:38.548Z Compiling icu_locale_core v2.1.1
5642026-03-24T14:56:38.575Z Compiling dtrace-parser v0.2.0
5652026-03-24T14:56:38.598Z Compiling goblin v0.8.2
5662026-03-24T14:56:38.708Z Compiling icu_collections v2.1.1
5672026-03-24T14:56:38.741Z Compiling tabled_derive v0.7.0
5682026-03-24T14:56:39.347Z Compiling clap_derive v4.5.55
5692026-03-24T14:56:39.433Z Compiling textwrap v0.16.2
5702026-03-24T14:56:39.700Z Compiling icu_provider v2.1.1
5712026-03-24T14:56:40.015Z Compiling toml_datetime v0.6.11
5722026-03-24T14:56:40.072Z Compiling icu_properties v2.1.2
5732026-03-24T14:56:40.099Z Compiling icu_normalizer v2.1.1
5742026-03-24T14:56:40.130Z Compiling serde_spanned v0.6.9
5752026-03-24T14:56:40.155Z Compiling dof v0.3.0
5762026-03-24T14:56:40.321Z Compiling toml_edit v0.22.27
5772026-03-24T14:56:40.369Z Compiling serde_tokenstream v0.2.3
5782026-03-24T14:56:40.392Z Compiling serde-value v0.7.0
5792026-03-24T14:56:40.790Z Compiling cargo-platform v0.2.0
5802026-03-24T14:56:40.845Z Compiling tabled v0.15.0
5812026-03-24T14:56:40.882Z Compiling macaddr v1.0.1
5822026-03-24T14:56:41.181Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5832026-03-24T14:56:41.490Z Compiling idna_adapter v1.2.1
5842026-03-24T14:56:41.525Z Compiling swrite v0.1.0
5852026-03-24T14:56:41.549Z Compiling usdt-macro v0.5.0
5862026-03-24T14:56:41.641Z Compiling idna v1.1.0
5872026-03-24T14:56:41.668Z Compiling usdt-attr-macro v0.5.0
5882026-03-24T14:56:41.759Z Compiling clap v4.5.60
5892026-03-24T14:56:42.036Z Compiling url v2.5.8
5902026-03-24T14:56:42.311Z Compiling toml v0.8.23
5912026-03-24T14:56:42.814Z Compiling cargo-util-schemas v0.8.2
5922026-03-24T14:56:42.938Z Compiling usdt v0.5.0
5932026-03-24T14:56:43.042Z Compiling cargo_toml v0.21.0
5942026-03-24T14:56:44.047Z Compiling cargo_metadata v0.21.0
5952026-03-24T14:56:45.359Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-24T14:56:48.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
5972026-03-24T14:56:48.528Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-24T14:56:49.296Z Downloading crates ...
5992026-03-24T14:56:49.404Z Downloaded base16ct v0.2.0
6002026-03-24T14:56:49.408Z Downloaded ascii-canvas v3.0.0
6012026-03-24T14:56:49.411Z Downloaded atomic-waker v1.1.2
6022026-03-24T14:56:49.414Z Downloaded atomicwrites v0.4.4
6032026-03-24T14:56:49.414Z Downloaded aead v0.5.2
6042026-03-24T14:56:49.417Z Downloaded async-recursion v1.1.1
6052026-03-24T14:56:49.420Z Downloaded assert_matches v1.5.0
6062026-03-24T14:56:49.423Z Downloaded atty v0.2.14
6072026-03-24T14:56:49.424Z Downloaded adler2 v2.0.1
6082026-03-24T14:56:49.426Z Downloaded backoff v0.4.0
6092026-03-24T14:56:49.429Z Downloaded crunchy v0.2.4
6102026-03-24T14:56:49.432Z Downloaded arrayvec v0.7.6
6112026-03-24T14:56:49.436Z Downloaded backon v1.6.0
6122026-03-24T14:56:49.438Z Downloaded ctr v0.9.2
6132026-03-24T14:56:49.442Z Downloaded crossbeam-epoch v0.9.18
6142026-03-24T14:56:49.447Z Downloaded enum-as-inner v0.6.1
6152026-03-24T14:56:49.447Z Downloaded bitfield-struct v0.6.2
6162026-03-24T14:56:49.447Z Downloaded derive_builder_macro v0.20.2
6172026-03-24T14:56:49.447Z Downloaded async-trait v0.1.89
6182026-03-24T14:56:49.451Z Downloaded embedded-io v0.4.0
6192026-03-24T14:56:49.451Z Downloaded des v0.8.1
6202026-03-24T14:56:49.454Z Downloaded crc v3.4.0
6212026-03-24T14:56:49.454Z Downloaded cfg_aliases v0.1.1
6222026-03-24T14:56:49.457Z Downloaded bit-set v0.5.3
6232026-03-24T14:56:49.457Z Downloaded argon2 v0.5.3
6242026-03-24T14:56:49.459Z Downloaded ahash v0.8.12
6252026-03-24T14:56:49.462Z Downloaded float-ord v0.3.2
6262026-03-24T14:56:49.462Z Downloaded data-encoding v2.10.0
6272026-03-24T14:56:49.462Z Downloaded ecdsa v0.16.9
6282026-03-24T14:56:49.465Z Downloaded cmake v0.1.57
6292026-03-24T14:56:49.465Z Downloaded bitflags v1.3.2
6302026-03-24T14:56:49.468Z Downloaded find-msvc-tools v0.1.9
6312026-03-24T14:56:49.471Z Downloaded dunce v1.0.5
6322026-03-24T14:56:49.473Z Downloaded defmt v0.3.100
6332026-03-24T14:56:49.473Z Downloaded env_filter v1.0.0
6342026-03-24T14:56:49.473Z Downloaded crc-catalog v2.4.0
6352026-03-24T14:56:49.476Z Downloaded cstr-argument v0.1.2
6362026-03-24T14:56:49.476Z Downloaded fallible-iterator v0.2.0
6372026-03-24T14:56:49.479Z Downloaded drift v0.1.3
6382026-03-24T14:56:49.482Z Downloaded flagset v0.4.7
6392026-03-24T14:56:49.485Z Downloaded diff v0.1.13
6402026-03-24T14:56:49.488Z Downloaded dropshot_endpoint v0.16.7
6412026-03-24T14:56:49.490Z Downloaded fixedbitset v0.5.7
6422026-03-24T14:56:49.493Z Downloaded constant_time_eq v0.4.2
6432026-03-24T14:56:49.493Z Downloaded darling_core v0.21.3
6442026-03-24T14:56:49.498Z Downloaded downcast-rs v2.0.2
6452026-03-24T14:56:49.501Z Downloaded arrayref v0.3.9
6462026-03-24T14:56:49.501Z Downloaded daft v0.1.5
6472026-03-24T14:56:49.504Z Downloaded ciborium-io v0.2.2
6482026-03-24T14:56:49.504Z Downloaded bitfield-macros v0.19.4
6492026-03-24T14:56:49.504Z Downloaded csv-core v0.1.13
6502026-03-24T14:56:49.507Z Downloaded daft-derive v0.1.5
6512026-03-24T14:56:49.510Z Downloaded filetime v0.2.27
6522026-03-24T14:56:49.512Z Downloaded cbc v0.1.2
6532026-03-24T14:56:49.513Z Downloaded cargo-platform v0.1.9
6542026-03-24T14:56:49.516Z Downloaded castaway v0.2.4
6552026-03-24T14:56:49.516Z Downloaded dropshot-api-manager-types v0.6.0
6562026-03-24T14:56:49.519Z Downloaded foreign-types v0.3.2
6572026-03-24T14:56:49.519Z Downloaded endian-type v0.1.2
6582026-03-24T14:56:49.519Z Downloaded block-padding v0.3.3
6592026-03-24T14:56:49.522Z Downloaded dirs-next v2.0.0
6602026-03-24T14:56:49.522Z Downloaded cpufeatures v0.3.0
6612026-03-24T14:56:49.522Z Downloaded bcrypt-pbkdf v0.10.0
6622026-03-24T14:56:49.525Z Downloaded foreign-types-macros v0.2.3
6632026-03-24T14:56:49.525Z Downloaded document-features v0.2.12
6642026-03-24T14:56:49.529Z Downloaded foreign-types-shared v0.1.1
6652026-03-24T14:56:49.529Z Downloaded async-stream v0.3.6
6662026-03-24T14:56:49.531Z Downloaded fd-lock v4.0.4
6672026-03-24T14:56:49.531Z Downloaded darling_macro v0.23.0
6682026-03-24T14:56:49.531Z Downloaded array-init v0.0.4
6692026-03-24T14:56:49.534Z Downloaded defmt-parser v1.0.0
6702026-03-24T14:56:49.534Z Downloaded funty v2.0.0
6712026-03-24T14:56:49.534Z Downloaded crossbeam-deque v0.8.6
6722026-03-24T14:56:49.537Z Downloaded blowfish v0.9.1
6732026-03-24T14:56:49.537Z Downloaded futures-sink v0.3.32
6742026-03-24T14:56:49.539Z Downloaded futures-task v0.3.32
6752026-03-24T14:56:49.540Z Downloaded ff v0.13.1
6762026-03-24T14:56:49.542Z Downloaded futures-core v0.3.32
6772026-03-24T14:56:49.542Z Downloaded foldhash v0.1.5
6782026-03-24T14:56:49.545Z Downloaded cexpr v0.6.0
6792026-03-24T14:56:49.545Z Downloaded crucible-workspace-hack v0.1.0
6802026-03-24T14:56:49.545Z Downloaded base64ct v1.8.3
6812026-03-24T14:56:49.548Z Downloaded foreign-types v0.5.0
6822026-03-24T14:56:49.548Z Downloaded dirs-sys-next v0.1.2
6832026-03-24T14:56:49.551Z Downloaded embedded-io v0.6.1
6842026-03-24T14:56:49.551Z Downloaded float-cmp v0.10.0
6852026-03-24T14:56:49.554Z Downloaded byte-wrapper v0.1.0
6862026-03-24T14:56:49.557Z Downloaded dtrace-parser v0.3.0
6872026-03-24T14:56:49.557Z Downloaded diesel_table_macro_syntax v0.3.0
6882026-03-24T14:56:49.557Z Downloaded git-stub v1.0.0
6892026-03-24T14:56:49.560Z Downloaded foreign-types-shared v0.3.1
6902026-03-24T14:56:49.560Z Downloaded ghash v0.5.1
6912026-03-24T14:56:49.563Z Downloaded fixedbitset v0.4.2
6922026-03-24T14:56:49.563Z Downloaded futures-io v0.3.32
6932026-03-24T14:56:49.563Z Downloaded darling_macro v0.20.11
6942026-03-24T14:56:49.563Z Downloaded chacha20 v0.9.1
6952026-03-24T14:56:49.566Z Downloaded darling_macro v0.21.3
6962026-03-24T14:56:49.566Z Downloaded convert_case v0.10.0
6972026-03-24T14:56:49.570Z Downloaded cargo_metadata v0.19.2
6982026-03-24T14:56:49.570Z Downloaded cassowary v0.3.0
6992026-03-24T14:56:49.572Z Downloaded futures-macro v0.3.32
7002026-03-24T14:56:49.572Z Downloaded dyn-clone v1.0.20
7012026-03-24T14:56:49.577Z Downloaded fxhash v0.2.1
7022026-03-24T14:56:49.577Z Downloaded cipher v0.4.4
7032026-03-24T14:56:49.577Z Downloaded globwalk v0.9.1
7042026-03-24T14:56:49.579Z Downloaded fs-err v2.11.0
7052026-03-24T14:56:49.579Z Downloaded dsl_auto_type v0.2.0
7062026-03-24T14:56:49.579Z Downloaded hash32 v0.3.1
7072026-03-24T14:56:49.582Z Downloaded hash32 v0.2.1
7082026-03-24T14:56:49.582Z Downloaded gethostname v0.5.0
7092026-03-24T14:56:49.585Z Downloaded hex-literal v0.4.1
7102026-03-24T14:56:49.585Z Downloaded headers-core v0.3.0
7112026-03-24T14:56:49.585Z Downloaded cancel-safe-futures v0.1.5
7122026-03-24T14:56:49.588Z Downloaded corncobs v0.1.4
7132026-03-24T14:56:49.591Z Downloaded hex v0.4.3
7142026-03-24T14:56:49.591Z Downloaded defmt v1.0.1
7152026-03-24T14:56:49.594Z Downloaded dof v0.4.0
7162026-03-24T14:56:49.596Z Downloaded futures-executor v0.3.32
7172026-03-24T14:56:49.596Z Downloaded fs_extra v1.3.0
7182026-03-24T14:56:49.599Z Downloaded critical-section v1.2.0
7192026-03-24T14:56:49.602Z Downloaded hubpack_derive v0.1.1
7202026-03-24T14:56:49.602Z Downloaded erased-serde v0.3.31
7212026-03-24T14:56:49.619Z Downloaded ident_case v1.0.1
7222026-03-24T14:56:49.622Z Downloaded crossbeam-utils v0.8.21
7232026-03-24T14:56:49.625Z Downloaded hostname v0.4.2
7242026-03-24T14:56:49.625Z Downloaded git-stub-vcs v0.1.0
7252026-03-24T14:56:49.625Z Downloaded ed25519 v2.2.3
7262026-03-24T14:56:49.631Z Downloaded indent_write v2.2.0
7272026-03-24T14:56:49.631Z Downloaded httpdate v1.0.3
7282026-03-24T14:56:49.634Z Downloaded http-range v0.1.5
7292026-03-24T14:56:49.634Z Downloaded hostname v0.3.1
7302026-03-24T14:56:49.634Z Downloaded indoc v1.0.9
7312026-03-24T14:56:49.636Z Downloaded colored v3.1.1
7322026-03-24T14:56:49.636Z Downloaded inout v0.1.4
7332026-03-24T14:56:49.639Z Downloaded cookie_store v0.22.1
7342026-03-24T14:56:49.639Z Downloaded cargo_toml v0.22.3
7352026-03-24T14:56:49.642Z Downloaded keccak v0.1.6
7362026-03-24T14:56:49.645Z Downloaded env_logger v0.11.9
7372026-03-24T14:56:49.645Z Downloaded either v1.15.0
7382026-03-24T14:56:49.647Z Downloaded diesel-dtrace v0.5.0
7392026-03-24T14:56:49.647Z Downloaded console v0.16.2
7402026-03-24T14:56:49.650Z Downloaded globset v0.4.18
7412026-03-24T14:56:49.650Z Downloaded ena v0.14.4
7422026-03-24T14:56:49.653Z Downloaded deranged v0.5.8
7432026-03-24T14:56:49.655Z Downloaded bzip2 v0.4.4
7442026-03-24T14:56:49.656Z Downloaded glob v0.3.3
7452026-03-24T14:56:49.658Z Downloaded highway v1.3.0
7462026-03-24T14:56:49.661Z Downloaded internet-checksum v0.2.1
7472026-03-24T14:56:49.661Z Downloaded instant v0.1.13
7482026-03-24T14:56:49.661Z Downloaded futures-channel v0.3.32
7492026-03-24T14:56:49.664Z Downloaded is_ci v1.2.0
7502026-03-24T14:56:49.664Z Downloaded instability v0.3.11
7512026-03-24T14:56:49.667Z Downloaded kstat-rs v0.2.4
7522026-03-24T14:56:49.667Z Downloaded darling v0.21.3
7532026-03-24T14:56:49.671Z Downloaded memoffset v0.9.1
7542026-03-24T14:56:49.674Z Downloaded match_cfg v0.1.0
7552026-03-24T14:56:49.674Z Downloaded maplit v1.0.2
7562026-03-24T14:56:49.677Z Downloaded lru-slab v0.1.2
7572026-03-24T14:56:49.677Z Downloaded lru-cache v0.1.2
7582026-03-24T14:56:49.680Z Downloaded linked-hash-map v0.5.6
7592026-03-24T14:56:49.680Z Downloaded blake2 v0.10.6
7602026-03-24T14:56:49.683Z Downloaded libscf-sys v1.1.0
7612026-03-24T14:56:49.683Z Downloaded lalrpop-util v0.19.12
7622026-03-24T14:56:49.683Z Downloaded hyper-tls v0.6.0
7632026-03-24T14:56:49.686Z Downloaded ingot-types v0.1.2
7642026-03-24T14:56:49.686Z Downloaded mime v0.3.17
7652026-03-24T14:56:49.689Z Downloaded md-5 v0.10.6
7662026-03-24T14:56:49.689Z Downloaded derive-where v1.6.0
7672026-03-24T14:56:49.692Z Downloaded lazy_static v1.5.0
7682026-03-24T14:56:49.694Z Downloaded crc-any v2.5.0
7692026-03-24T14:56:49.694Z Downloaded const_format v0.2.35
7702026-03-24T14:56:49.698Z Downloaded lru v0.12.5
7712026-03-24T14:56:49.701Z Downloaded half v1.8.3
7722026-03-24T14:56:49.703Z Downloaded newline-converter v0.3.0
7732026-03-24T14:56:49.703Z Downloaded managed v0.8.0
7742026-03-24T14:56:49.706Z Downloaded nibble_vec v0.1.0
7752026-03-24T14:56:49.706Z Downloaded lzss v0.8.2
7762026-03-24T14:56:49.709Z Downloaded md5 v0.7.0
7772026-03-24T14:56:49.709Z Downloaded maybe-uninit v2.0.0
7782026-03-24T14:56:49.712Z Downloaded hyper-staticfile v0.10.1
7792026-03-24T14:56:49.712Z Downloaded http-body-util v0.1.3
7802026-03-24T14:56:49.714Z Downloaded jobserver v0.1.34
7812026-03-24T14:56:49.717Z Downloaded libloading v0.8.9
7822026-03-24T14:56:49.717Z Downloaded newtype_derive v0.1.6
7832026-03-24T14:56:49.720Z Downloaded num v0.4.3
7842026-03-24T14:56:49.720Z Downloaded normalize-line-endings v0.3.0
7852026-03-24T14:56:49.723Z Downloaded nodrop v0.1.14
7862026-03-24T14:56:49.723Z Downloaded new_debug_unreachable v1.0.6
7872026-03-24T14:56:49.723Z Downloaded newtype-uuid-macros v0.1.0
7882026-03-24T14:56:49.725Z Downloaded nonempty v0.12.0
7892026-03-24T14:56:49.725Z Downloaded console v0.15.11
7902026-03-24T14:56:49.728Z Downloaded clang-sys v1.8.1
7912026-03-24T14:56:49.731Z Downloaded darling v0.20.11
7922026-03-24T14:56:49.734Z Downloaded libsw-core v0.3.2
7932026-03-24T14:56:49.737Z Downloaded num-derive v0.4.2
7942026-03-24T14:56:49.740Z Downloaded libsw v3.5.0
7952026-03-24T14:56:49.740Z Downloaded hyper-rustls v0.27.7
7962026-03-24T14:56:49.742Z Downloaded opaque-debug v0.3.1
7972026-03-24T14:56:49.742Z Downloaded crc32fast v1.5.0
7982026-03-24T14:56:49.745Z Downloaded olpc-cjson v0.1.4
7992026-03-24T14:56:49.745Z Downloaded num_threads v0.1.7
8002026-03-24T14:56:49.748Z Downloaded num_enum_derive v0.5.11
8012026-03-24T14:56:49.748Z Downloaded hickory-client v0.25.2
8022026-03-24T14:56:49.751Z Downloaded ipnetwork v0.21.1
8032026-03-24T14:56:49.754Z Downloaded num-conv v0.2.0
8042026-03-24T14:56:49.754Z Downloaded base64 v0.22.1
8052026-03-24T14:56:49.757Z Downloaded futures v0.3.32
8062026-03-24T14:56:49.760Z Downloaded multimap v0.10.1
8072026-03-24T14:56:49.763Z Downloaded bumpalo v3.20.2
8082026-03-24T14:56:49.766Z Downloaded arc-swap v1.8.2
8092026-03-24T14:56:49.768Z Downloaded multer v3.1.0
8102026-03-24T14:56:49.771Z Downloaded num-derive v0.3.3
8112026-03-24T14:56:49.771Z Downloaded num-iter v0.1.45
8122026-03-24T14:56:49.774Z Downloaded linear-map v1.2.0
8132026-03-24T14:56:49.774Z Downloaded half v2.7.1
8142026-03-24T14:56:49.777Z Downloaded newtype-uuid v1.3.2
8152026-03-24T14:56:49.779Z Downloaded chacha20poly1305 v0.10.1
8162026-03-24T14:56:49.779Z Downloaded libefi-sys v0.1.0
8172026-03-24T14:56:49.782Z Downloaded openssl-macros v0.1.1
8182026-03-24T14:56:49.783Z Downloaded is-terminal v0.4.17
8192026-03-24T14:56:49.783Z Downloaded parse-display v0.10.0
8202026-03-24T14:56:49.785Z Downloaded ipnet v2.11.0
8212026-03-24T14:56:49.785Z Downloaded openssl-probe v0.2.1
8222026-03-24T14:56:49.788Z Downloaded indoc v2.0.7
8232026-03-24T14:56:49.791Z Downloaded peg-runtime v0.8.5
8242026-03-24T14:56:49.791Z Downloaded path-slash v0.1.5
8252026-03-24T14:56:49.794Z Downloaded hmac v0.12.1
8262026-03-24T14:56:49.794Z Downloaded oso-derive v0.27.3
8272026-03-24T14:56:49.794Z Downloaded openssl-probe v0.1.6
8282026-03-24T14:56:49.797Z Downloaded lock_api v0.4.14
8292026-03-24T14:56:49.797Z Downloaded phf_shared v0.12.1
8302026-03-24T14:56:49.800Z Downloaded humantime v2.3.0
8312026-03-24T14:56:49.800Z Downloaded mime_guess v2.0.5
8322026-03-24T14:56:49.803Z Downloaded litrs v1.0.0
8332026-03-24T14:56:49.806Z Downloaded iana-time-zone v0.1.65
8342026-03-24T14:56:49.809Z Downloaded nu-ansi-term v0.50.3
8352026-03-24T14:56:49.809Z Downloaded parse-size v1.1.0
8362026-03-24T14:56:49.812Z Downloaded num_enum_derive v0.7.5
8372026-03-24T14:56:49.812Z Downloaded num_enum v0.7.5
8382026-03-24T14:56:49.816Z Downloaded memmap2 v0.9.10
8392026-03-24T14:56:49.820Z Downloaded pbkdf2 v0.12.2
8402026-03-24T14:56:49.820Z Downloaded pbkdf2 v0.11.0
8412026-03-24T14:56:49.824Z Downloaded native-tls v0.2.18
8422026-03-24T14:56:49.824Z Downloaded ignore v0.4.25
8432026-03-24T14:56:49.827Z Downloaded nanorand v0.7.0
8442026-03-24T14:56:49.827Z Downloaded cc v1.2.56
8452026-03-24T14:56:49.833Z Downloaded fatfs v0.3.6
8462026-03-24T14:56:49.836Z Downloaded allocator-api2 v0.2.21
8472026-03-24T14:56:49.836Z Downloaded owo-colors v4.3.0
8482026-03-24T14:56:49.839Z Downloaded ingot-macros v0.1.1
8492026-03-24T14:56:49.840Z Downloaded getrandom v0.3.4
8502026-03-24T14:56:49.843Z Downloaded precomputed-hash v0.1.1
8512026-03-24T14:56:49.843Z Downloaded phf_shared v0.11.3
8522026-03-24T14:56:49.846Z Downloaded powerfmt v0.2.0
8532026-03-24T14:56:49.846Z Downloaded predicates-core v1.0.10
8542026-03-24T14:56:49.846Z Downloaded pin-utils v0.1.0
8552026-03-24T14:56:49.849Z Downloaded proc-macro-crate v1.3.1
8562026-03-24T14:56:49.849Z Downloaded getrandom v0.2.17
8572026-03-24T14:56:49.853Z Downloaded proc-macro-error-attr2 v2.0.0
8582026-03-24T14:56:49.853Z Downloaded proc-macro-crate v3.4.0
8592026-03-24T14:56:49.855Z Downloaded elliptic-curve v0.13.8
8602026-03-24T14:56:49.858Z Downloaded progenitor-client v0.11.2
8612026-03-24T14:56:49.858Z Downloaded num-complex v0.4.6
8622026-03-24T14:56:49.860Z Downloaded num-rational v0.4.2
8632026-03-24T14:56:49.863Z Downloaded headers v0.4.1
8642026-03-24T14:56:49.866Z Downloaded derive_more v0.99.20
8652026-03-24T14:56:49.869Z Downloaded parking_lot_core v0.8.6
8662026-03-24T14:56:49.872Z Downloaded paste v1.0.15
8672026-03-24T14:56:49.874Z Downloaded phf_shared v0.13.1
8682026-03-24T14:56:49.877Z Downloaded ar_archive_writer v0.5.1
8692026-03-24T14:56:49.880Z Downloaded crossbeam-channel v0.5.15
8702026-03-24T14:56:49.883Z Downloaded predicates-tree v1.0.13
8712026-03-24T14:56:49.883Z Downloaded pem-rfc7468 v0.7.0
8722026-03-24T14:56:49.886Z Downloaded pin-project-internal v1.1.11
8732026-03-24T14:56:49.888Z Downloaded phf v0.13.1
8742026-03-24T14:56:49.888Z Downloaded pem v3.0.6
8752026-03-24T14:56:49.891Z Downloaded progenitor-macro v0.10.0
8762026-03-24T14:56:49.891Z Downloaded peg v0.8.5
8772026-03-24T14:56:49.894Z Downloaded progenitor-macro v0.11.2
8782026-03-24T14:56:49.894Z Downloaded indexmap v1.9.3
8792026-03-24T14:56:49.897Z Downloaded httparse v1.10.1
8802026-03-24T14:56:49.900Z Downloaded password-hash v0.4.2
8812026-03-24T14:56:49.903Z Downloaded packed_struct_codegen v0.10.1
8822026-03-24T14:56:49.903Z Downloaded quick-error v1.2.3
8832026-03-24T14:56:49.906Z Downloaded psl-types v2.0.11
8842026-03-24T14:56:49.906Z Downloaded radium v0.7.0
8852026-03-24T14:56:49.909Z Downloaded progenitor-macro v0.13.0
8862026-03-24T14:56:49.909Z Downloaded progenitor-client v0.10.0
8872026-03-24T14:56:49.911Z Downloaded phf v0.12.1
8882026-03-24T14:56:49.912Z Downloaded flume v0.11.1
8892026-03-24T14:56:49.914Z Downloaded polyval v0.6.2
8902026-03-24T14:56:49.917Z Downloaded postgres-protocol v0.6.10
8912026-03-24T14:56:49.920Z Downloaded darling_core v0.20.11
8922026-03-24T14:56:49.923Z Downloaded primeorder v0.13.6
8932026-03-24T14:56:49.923Z Downloaded progenitor v0.13.0
8942026-03-24T14:56:49.926Z Downloaded progenitor v0.10.0
8952026-03-24T14:56:49.926Z Downloaded proc-macro-error2 v2.0.1
8962026-03-24T14:56:49.929Z Downloaded predicates v3.1.4
8972026-03-24T14:56:49.931Z Downloaded packed_struct v0.10.1
8982026-03-24T14:56:49.934Z Downloaded ref-cast-impl v1.0.25
8992026-03-24T14:56:49.934Z Downloaded oxnet v0.1.4
9002026-03-24T14:56:49.937Z Downloaded oxide-tokio-rt v0.1.3
9012026-03-24T14:56:49.942Z Downloaded rand_chacha v0.3.1
9022026-03-24T14:56:49.942Z Downloaded rand_xorshift v0.4.0
9032026-03-24T14:56:49.945Z Downloaded ed25519-dalek v2.2.0
9042026-03-24T14:56:49.945Z Downloaded flate2 v1.1.9
9052026-03-24T14:56:49.948Z Downloaded parking_lot_core v0.9.12
9062026-03-24T14:56:49.951Z Downloaded pkg-config v0.3.32
9072026-03-24T14:56:49.951Z Downloaded peg-macros v0.8.5
9082026-03-24T14:56:49.954Z Downloaded recursive-proc-macro-impl v0.1.1
9092026-03-24T14:56:49.954Z Downloaded rfc6979 v0.4.0
9102026-03-24T14:56:49.957Z Downloaded heapless v0.8.0
9112026-03-24T14:56:49.960Z Downloaded recursive v0.1.1
9122026-03-24T14:56:49.960Z Downloaded pkcs8 v0.10.2
9132026-03-24T14:56:49.965Z Downloaded progenitor-extras v0.1.1
9142026-03-24T14:56:49.965Z Downloaded pkcs1 v0.7.5
9152026-03-24T14:56:49.967Z Downloaded num-integer v0.1.46
9162026-03-24T14:56:49.967Z Downloaded ref-cast v1.0.25
9172026-03-24T14:56:49.970Z Downloaded progenitor v0.11.2
9182026-03-24T14:56:49.973Z Downloaded ppv-lite86 v0.2.21
9192026-03-24T14:56:49.973Z Downloaded libbz2-rs-sys v0.2.2
9202026-03-24T14:56:49.976Z Downloaded parking_lot v0.12.5
9212026-03-24T14:56:49.979Z Downloaded rtoolbox v0.0.3
9222026-03-24T14:56:49.979Z Downloaded rustc-hash v2.1.1
9232026-03-24T14:56:49.982Z Downloaded pkcs5 v0.7.1
9242026-03-24T14:56:49.984Z Downloaded parking_lot v0.11.2
9252026-03-24T14:56:49.987Z Downloaded omicron-zone-package v0.12.2
9262026-03-24T14:56:49.990Z Downloaded num_enum v0.5.11
9272026-03-24T14:56:49.992Z Downloaded rustc_version v0.1.7
9282026-03-24T14:56:49.995Z Downloaded postgres-types v0.2.12
9292026-03-24T14:56:49.998Z Downloaded rustc_version v0.4.1
9302026-03-24T14:56:49.998Z Downloaded rand_seeder v0.4.0
9312026-03-24T14:56:50.001Z Downloaded russh-cryptovec v0.7.3
9322026-03-24T14:56:50.001Z Downloaded psm v0.1.30
9332026-03-24T14:56:50.004Z Downloaded der v0.7.10
9342026-03-24T14:56:50.008Z Downloaded darling_core v0.23.0
9352026-03-24T14:56:50.012Z Downloaded progenitor-client v0.13.0
9362026-03-24T14:56:50.015Z Downloaded rand_core v0.10.0
9372026-03-24T14:56:50.015Z Downloaded rand_core v0.9.5
9382026-03-24T14:56:50.015Z Downloaded parse-display-derive v0.10.0
9392026-03-24T14:56:50.018Z Downloaded oso v0.27.3
9402026-03-24T14:56:50.020Z Downloaded papergrid v0.17.0
9412026-03-24T14:56:50.023Z Downloaded r2d2 v0.8.10
9422026-03-24T14:56:50.026Z Downloaded jiff-static v0.2.21
9432026-03-24T14:56:50.029Z Downloaded password-hash v0.5.0
9442026-03-24T14:56:50.029Z Downloaded scroll_derive v0.13.1
9452026-03-24T14:56:50.032Z Downloaded expectorate v1.2.0
9462026-03-24T14:56:50.032Z Downloaded dropshot-api-manager v0.6.0
9472026-03-24T14:56:50.034Z Downloaded resolv-conf v0.7.6
9482026-03-24T14:56:50.037Z Downloaded sapling-renderdag v0.1.0
9492026-03-24T14:56:50.040Z Downloaded scheduled-thread-pool v0.2.7
9502026-03-24T14:56:50.040Z Downloaded serde-big-array v0.5.1
9512026-03-24T14:56:50.043Z Downloaded scopeguard v1.2.0
9522026-03-24T14:56:50.043Z Downloaded seq-macro v0.3.6
9532026-03-24T14:56:50.046Z Downloaded scrypt v0.11.0
9542026-03-24T14:56:50.046Z Downloaded semver v0.1.20
9552026-03-24T14:56:50.048Z Downloaded secrecy v0.10.3
9562026-03-24T14:56:50.048Z Downloaded secrecy v0.8.0
9572026-03-24T14:56:50.048Z Downloaded hickory-resolver v0.25.2
9582026-03-24T14:56:50.051Z Downloaded same-file v1.0.6
9592026-03-24T14:56:50.054Z Downloaded salsa20 v0.10.2
9602026-03-24T14:56:50.054Z Downloaded poly1305 v0.8.0
9612026-03-24T14:56:50.057Z Downloaded serde_bytes v0.11.19
9622026-03-24T14:56:50.061Z Downloaded serde_urlencoded v0.7.1
9632026-03-24T14:56:50.061Z Downloaded rand_chacha v0.9.0
9642026-03-24T14:56:50.064Z Downloaded signal-hook-mio v0.2.5
9652026-03-24T14:56:50.064Z Downloaded heapless v0.7.17
9662026-03-24T14:56:50.067Z Downloaded signature v2.2.0
9672026-03-24T14:56:50.067Z Downloaded rustls-pemfile v1.0.4
9682026-03-24T14:56:50.070Z Downloaded crypto-bigint v0.5.5
9692026-03-24T14:56:50.074Z Downloaded rand_core v0.6.4
9702026-03-24T14:56:50.077Z Downloaded prefix-trie v0.7.0
9712026-03-24T14:56:50.080Z Downloaded miniz_oxide v0.8.9
9722026-03-24T14:56:50.082Z Downloaded p256 v0.13.2
9732026-03-24T14:56:50.085Z Downloaded rustls-native-certs v0.8.3
9742026-03-24T14:56:50.088Z Downloaded serde_plain v1.0.2
9752026-03-24T14:56:50.088Z Downloaded sha1 v0.10.6
9762026-03-24T14:56:50.091Z Downloaded signal-hook-tokio v0.3.1
9772026-03-24T14:56:50.091Z Downloaded shell-words v1.1.1
9782026-03-24T14:56:50.094Z Downloaded rusty-fork v0.3.1
9792026-03-24T14:56:50.094Z Downloaded hickory-server v0.25.2
9802026-03-24T14:56:50.096Z Downloaded rustversion v1.0.22
9812026-03-24T14:56:50.100Z Downloaded serde_repr v0.1.20
9822026-03-24T14:56:50.102Z Downloaded diesel_derives v2.3.7
9832026-03-24T14:56:50.106Z Downloaded siphasher v1.0.2
9842026-03-24T14:56:50.108Z Downloaded derive_more v2.1.1
9852026-03-24T14:56:50.117Z Downloaded sec1 v0.7.3
9862026-03-24T14:56:50.119Z Downloaded progenitor-impl v0.13.0
9872026-03-24T14:56:50.124Z Downloaded pin-project v1.1.11
9882026-03-24T14:56:50.130Z Downloaded sigpipe v0.1.3
9892026-03-24T14:56:50.132Z Downloaded sct v0.7.1
9902026-03-24T14:56:50.135Z Downloaded serde_spanned v1.0.4
9912026-03-24T14:56:50.135Z Downloaded serde-hex v0.1.0
9922026-03-24T14:56:50.138Z Downloaded russh-keys v0.45.0
9932026-03-24T14:56:50.141Z Downloaded openssl-sys v0.9.111
9942026-03-24T14:56:50.144Z Downloaded strip-ansi-escapes v0.2.1
9952026-03-24T14:56:50.147Z Downloaded quinn-udp v0.5.14
9962026-03-24T14:56:50.147Z Downloaded crossterm v0.29.0
9972026-03-24T14:56:50.151Z Downloaded slog-envlogger v2.2.0
9982026-03-24T14:56:50.154Z Downloaded prettyplease v0.2.37
9992026-03-24T14:56:50.156Z Downloaded scroll v0.13.0
10002026-03-24T14:56:50.159Z Downloaded rustls-pemfile v2.2.0
10012026-03-24T14:56:50.162Z Downloaded sqlparser_derive v0.5.0
10022026-03-24T14:56:50.162Z Downloaded rcgen v0.12.1
10032026-03-24T14:56:50.165Z Downloaded http v1.4.0
10042026-03-24T14:56:50.167Z Downloaded serde_path_to_error v0.1.20
10052026-03-24T14:56:50.170Z Downloaded itertools v0.10.5
10062026-03-24T14:56:50.173Z Downloaded signal-hook-registry v1.4.8
10072026-03-24T14:56:50.176Z Downloaded ssh-cipher v0.2.0
10082026-03-24T14:56:50.176Z Downloaded shlex v1.3.0
10092026-03-24T14:56:50.178Z Downloaded serde_derive_internals v0.29.1
10102026-03-24T14:56:50.178Z Downloaded slab v0.4.12
10112026-03-24T14:56:50.181Z Downloaded subtle v2.6.1
10122026-03-24T14:56:50.181Z Downloaded rustls-pki-types v1.14.0
10132026-03-24T14:56:50.184Z Downloaded hashbrown v0.13.2
10142026-03-24T14:56:50.187Z Downloaded num-bigint v0.4.6
10152026-03-24T14:56:50.190Z Downloaded progenitor-impl v0.10.0
10162026-03-24T14:56:50.193Z Downloaded tabwriter v1.4.1
10172026-03-24T14:56:50.196Z Downloaded sync-ptr v0.1.4
10182026-03-24T14:56:50.196Z Downloaded supports-color v3.0.2
10192026-03-24T14:56:50.199Z Downloaded slog-json v2.6.1
10202026-03-24T14:56:50.199Z Downloaded derive_more-impl v2.1.1
10212026-03-24T14:56:50.202Z Downloaded termtree v0.5.1
10222026-03-24T14:56:50.205Z Downloaded structmeta-derive v0.3.0
10232026-03-24T14:56:50.205Z Downloaded structmeta v0.3.0
10242026-03-24T14:56:50.208Z Downloaded strum v0.26.3
10252026-03-24T14:56:50.208Z Downloaded ssh-encoding v0.2.0
10262026-03-24T14:56:50.210Z Downloaded schemars_derive v0.8.22
10272026-03-24T14:56:50.213Z Downloaded crossterm v0.28.1
10282026-03-24T14:56:50.216Z Downloaded strum v0.27.2
10292026-03-24T14:56:50.220Z Downloaded string_cache v0.8.9
10302026-03-24T14:56:50.220Z Downloaded thread-id v5.1.0
10312026-03-24T14:56:50.223Z Downloaded testing_table v0.3.0
10322026-03-24T14:56:50.223Z Downloaded rustls-platform-verifier v0.6.2
10332026-03-24T14:56:50.226Z Downloaded aho-corasick v1.1.4
10342026-03-24T14:56:50.229Z Downloaded tabled_derive v0.11.0
10352026-03-24T14:56:50.232Z Downloaded take_mut v0.2.2
10362026-03-24T14:56:50.232Z Downloaded tap v1.0.1
10372026-03-24T14:56:50.235Z Downloaded tagptr v0.2.0
10382026-03-24T14:56:50.235Z Downloaded sync_wrapper v1.0.2
10392026-03-24T14:56:50.238Z Downloaded slog-stdlog v4.1.1
10402026-03-24T14:56:50.238Z Downloaded slog-scope v4.4.1
10412026-03-24T14:56:50.241Z Downloaded slog-dtrace v0.3.0
10422026-03-24T14:56:50.241Z Downloaded slog-async v2.8.0
10432026-03-24T14:56:50.244Z Downloaded smf v0.2.3
10442026-03-24T14:56:50.244Z Downloaded smallvec v0.6.14
10452026-03-24T14:56:50.246Z Downloaded slog-bunyan v2.5.0
10462026-03-24T14:56:50.246Z Downloaded rayon-core v1.13.0
10472026-03-24T14:56:50.249Z Downloaded hyper-util v0.1.20
10482026-03-24T14:56:50.253Z Downloaded thiserror-impl-no-std v2.0.2
10492026-03-24T14:56:50.256Z Downloaded strum_macros v0.27.2
10502026-03-24T14:56:50.259Z Downloaded strum_macros v0.26.4
10512026-03-24T14:56:50.259Z Downloaded strum_macros v0.24.3
10522026-03-24T14:56:50.261Z Downloaded spki v0.7.3
10532026-03-24T14:56:50.264Z Downloaded hashbrown v0.12.3
10542026-03-24T14:56:50.267Z Downloaded sqlformat v0.3.5
10552026-03-24T14:56:50.270Z Downloaded slog-term v2.9.2
10562026-03-24T14:56:50.270Z Downloaded nom v7.1.3
10572026-03-24T14:56:50.274Z Downloaded support-bundle-viewer v0.1.2
10582026-03-24T14:56:50.277Z Downloaded static_assertions v1.1.0
10592026-03-24T14:56:50.280Z Downloaded quinn v0.11.9
10602026-03-24T14:56:50.283Z Downloaded tinyvec_macros v0.1.1
10612026-03-24T14:56:50.283Z Downloaded rand v0.8.5
10622026-03-24T14:56:50.285Z Downloaded iddqd v0.3.17
10632026-03-24T14:56:50.290Z Downloaded serde_with_macros v3.17.0
10642026-03-24T14:56:50.294Z Downloaded topological-sort v0.2.2
10652026-03-24T14:56:50.296Z Downloaded schemars v0.8.22
10662026-03-24T14:56:50.304Z Downloaded pretty_assertions v1.4.1
10672026-03-24T14:56:50.306Z Downloaded time-core v0.1.8
10682026-03-24T14:56:50.309Z Downloaded tls_codec_derive v0.4.2
10692026-03-24T14:56:50.310Z Downloaded thiserror-no-std v2.0.2
10702026-03-24T14:56:50.313Z Downloaded trait-variant v0.1.2
10712026-03-24T14:56:50.316Z Downloaded tower-service v0.3.3
10722026-03-24T14:56:50.316Z Downloaded termios v0.3.3
10732026-03-24T14:56:50.316Z Downloaded ryu v1.0.23
10742026-03-24T14:56:50.319Z Downloaded tower-layer v0.3.3
10752026-03-24T14:56:50.321Z Downloaded ron v0.8.1
10762026-03-24T14:56:50.324Z Downloaded itertools v0.13.0
10772026-03-24T14:56:50.330Z Downloaded unarray v0.1.4
10782026-03-24T14:56:50.333Z Downloaded typify-macro v0.6.1
10792026-03-24T14:56:50.333Z Downloaded tokio-dtrace v0.1.1
10802026-03-24T14:56:50.337Z Downloaded serde_yaml v0.9.34+deprecated
10812026-03-24T14:56:50.340Z Downloaded stacker v0.1.23
10822026-03-24T14:56:50.340Z Downloaded progenitor-impl v0.11.2
10832026-03-24T14:56:50.342Z Downloaded mio v1.1.1
10842026-03-24T14:56:50.345Z Downloaded tokio-tungstenite v0.21.0
10852026-03-24T14:56:50.348Z Downloaded qorb v0.4.1
10862026-03-24T14:56:50.351Z Downloaded term v1.2.1
10872026-03-24T14:56:50.354Z Downloaded similar v2.7.0
10882026-03-24T14:56:50.358Z Downloaded publicsuffix v2.3.0
10892026-03-24T14:56:50.361Z Downloaded futures-util v0.3.32
10902026-03-24T14:56:50.370Z Downloaded toml_writer v1.0.6+spec-1.1.0
10912026-03-24T14:56:50.373Z Downloaded tokio-macros v2.6.0
10922026-03-24T14:56:50.373Z Downloaded stringprep v0.1.5
10932026-03-24T14:56:50.376Z Downloaded typify-macro v0.4.3
10942026-03-24T14:56:50.376Z Downloaded h2 v0.4.13
10952026-03-24T14:56:50.380Z Downloaded untrusted v0.9.0
10962026-03-24T14:56:50.383Z Downloaded tokio-native-tls v0.3.1
10972026-03-24T14:56:50.385Z Downloaded try-lock v0.2.5
10982026-03-24T14:56:50.385Z Downloaded untrusted v0.7.1
10992026-03-24T14:56:50.385Z Downloaded wait-timeout v0.2.1
11002026-03-24T14:56:50.388Z Downloaded unit-prefix v0.5.2
11012026-03-24T14:56:50.388Z Downloaded rustls-webpki v0.103.9
11022026-03-24T14:56:50.391Z Downloaded samael v0.0.19
11032026-03-24T14:56:50.396Z Downloaded itertools v0.14.0
11042026-03-24T14:56:50.401Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-03-24T14:56:50.404Z Downloaded universal-hash v0.5.1
11062026-03-24T14:56:50.404Z Downloaded tls_codec v0.4.2
11072026-03-24T14:56:50.407Z Downloaded unicode-truncate v1.1.0
11082026-03-24T14:56:50.407Z Downloaded usdt-macro v0.6.0
11092026-03-24T14:56:50.410Z Downloaded want v0.3.1
11102026-03-24T14:56:50.410Z Downloaded usdt-attr-macro v0.6.0
11112026-03-24T14:56:50.410Z Downloaded tiny-keccak v2.0.2
11122026-03-24T14:56:50.422Z Downloaded usdt v0.6.0
11132026-03-24T14:56:50.422Z Downloaded utf-8 v0.7.6
11142026-03-24T14:56:50.422Z Downloaded term v0.7.0
11152026-03-24T14:56:50.422Z Downloaded slog v2.8.2
11162026-03-24T14:56:50.422Z Downloaded tokio-stream v0.1.18
11172026-03-24T14:56:50.426Z Downloaded unicase v2.9.0
11182026-03-24T14:56:50.426Z Downloaded tar v0.4.44
11192026-03-24T14:56:50.430Z Downloaded xshell-macros v0.2.7
11202026-03-24T14:56:50.430Z Downloaded xattr v1.6.1
11212026-03-24T14:56:50.430Z Downloaded time-macros v0.2.27
11222026-03-24T14:56:50.433Z Downloaded socket2 v0.6.2
11232026-03-24T14:56:50.436Z Downloaded socket2 v0.5.10
11242026-03-24T14:56:50.436Z Downloaded spin v0.9.8
11252026-03-24T14:56:50.439Z Downloaded waitgroup v0.1.2
11262026-03-24T14:56:50.439Z Downloaded void v1.0.2
11272026-03-24T14:56:50.439Z Downloaded thread_local v1.1.9
11282026-03-24T14:56:50.441Z Downloaded rsa v0.9.10
11292026-03-24T14:56:50.444Z Downloaded vergen-git2 v1.0.7
11302026-03-24T14:56:50.447Z Downloaded snafu v0.8.9
11312026-03-24T14:56:50.450Z Downloaded zeroize_derive v1.4.3
11322026-03-24T14:56:50.453Z Downloaded rand v0.9.2
11332026-03-24T14:56:50.455Z Downloaded vergen-gitcl v1.0.8
11342026-03-24T14:56:50.458Z Downloaded iri-string v0.7.10
11352026-03-24T14:56:50.462Z Downloaded schemars v0.9.0
11362026-03-24T14:56:50.471Z Downloaded zone v0.3.1
11372026-03-24T14:56:50.474Z Downloaded tokio-rustls v0.26.4
11382026-03-24T14:56:50.477Z Downloaded hashbrown v0.15.5
11392026-03-24T14:56:50.479Z Downloaded tokio-tungstenite v0.23.1
11402026-03-24T14:56:50.482Z Downloaded libxml v0.3.3
11412026-03-24T14:56:50.485Z Downloaded usdt-impl v0.6.0
11422026-03-24T14:56:50.488Z Downloaded whoami v2.1.0
11432026-03-24T14:56:50.491Z Downloaded vsss-rs v3.3.4
11442026-03-24T14:56:50.491Z Downloaded tui-tree-widget v0.23.1
11452026-03-24T14:56:50.494Z Downloaded tracing-attributes v0.1.31
11462026-03-24T14:56:50.494Z Downloaded zone_cfg_derive v0.3.1
11472026-03-24T14:56:50.497Z Downloaded hyper v1.8.1
11482026-03-24T14:56:50.500Z Downloaded toml_parser v1.0.9+spec-1.1.0
11492026-03-24T14:56:50.503Z Downloaded xshell v0.2.7
11502026-03-24T14:56:50.505Z Downloaded tokio-rustls v0.24.1
11512026-03-24T14:56:50.508Z Downloaded rand v0.10.0
11522026-03-24T14:56:50.511Z Downloaded blake3 v1.8.3
11532026-03-24T14:56:50.516Z Downloaded xz2 v0.1.7
11542026-03-24T14:56:50.518Z Downloaded zeroize v1.8.2
11552026-03-24T14:56:50.521Z Downloaded walkdir v2.5.0
11562026-03-24T14:56:50.521Z Downloaded vergen-lib v0.1.6
11572026-03-24T14:56:50.524Z Downloaded uzers v0.12.2
11582026-03-24T14:56:50.524Z Downloaded test-strategy v0.4.5
11592026-03-24T14:56:50.527Z Downloaded tracing-core v0.1.36
11602026-03-24T14:56:50.530Z Downloaded rustyline v14.0.0
11612026-03-24T14:56:50.533Z Downloaded signal-hook v0.3.18
11622026-03-24T14:56:50.539Z Downloaded tokio-rustls v0.25.0
11632026-03-24T14:56:50.542Z Downloaded schemars v1.2.1
11642026-03-24T14:56:50.549Z Downloaded wyz v0.5.1
11652026-03-24T14:56:50.553Z Downloaded typify v0.6.1
11662026-03-24T14:56:50.553Z Downloaded typify v0.4.3
11672026-03-24T14:56:50.556Z Downloaded unicode-bidi v0.3.18
11682026-03-24T14:56:50.559Z Downloaded ron v0.12.0
11692026-03-24T14:56:50.565Z Downloaded toml v0.9.12+spec-1.1.0
11702026-03-24T14:56:50.568Z Downloaded vergen v9.0.6
11712026-03-24T14:56:50.571Z Downloaded bitvec v1.0.1
11722026-03-24T14:56:50.581Z Downloaded hkdf v0.12.4
11732026-03-24T14:56:50.584Z Downloaded zstd-safe v7.2.4
11742026-03-24T14:56:50.587Z Downloaded toml v0.7.8
11752026-03-24T14:56:50.590Z Downloaded vte v0.14.1
11762026-03-24T14:56:50.590Z Downloaded zstd v0.13.3
11772026-03-24T14:56:50.593Z Downloaded steno v0.4.1
11782026-03-24T14:56:50.597Z Downloaded whoami v1.6.1
11792026-03-24T14:56:50.600Z Downloaded subprocess v0.2.15
11802026-03-24T14:56:50.600Z Downloaded tungstenite v0.21.0
11812026-03-24T14:56:50.603Z Downloaded rpassword v7.4.0
11822026-03-24T14:56:50.607Z Downloaded twox-hash v2.1.2
11832026-03-24T14:56:50.607Z Downloaded tinyvec v1.10.0
11842026-03-24T14:56:50.610Z Downloaded zerocopy v0.6.6
11852026-03-24T14:56:50.610Z Downloaded aws-lc-rs v1.16.0
11862026-03-24T14:56:50.617Z Downloaded yasna v0.5.2
11872026-03-24T14:56:50.620Z Downloaded unicode-properties v0.1.4
11882026-03-24T14:56:50.623Z Downloaded git2 v0.20.4
11892026-03-24T14:56:50.627Z Downloaded uuid v1.21.0
11902026-03-24T14:56:50.630Z Downloaded bindgen v0.71.1
11912026-03-24T14:56:50.635Z Downloaded unsafe-libyaml v0.2.11
11922026-03-24T14:56:50.638Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-03-24T14:56:50.642Z Downloaded p384 v0.13.1
11942026-03-24T14:56:50.645Z Downloaded russh v0.45.0
11952026-03-24T14:56:50.650Z Downloaded num-bigint-dig v0.8.6
11962026-03-24T14:56:50.653Z Downloaded tokio-postgres v0.7.16
11972026-03-24T14:56:50.660Z Downloaded p521 v0.13.3
11982026-03-24T14:56:50.664Z Downloaded yansi v1.0.1
11992026-03-24T14:56:50.664Z Downloaded tungstenite v0.23.0
12002026-03-24T14:56:50.667Z Downloaded portable-atomic v1.13.1
12012026-03-24T14:56:50.671Z Downloaded itertools v0.12.1
12022026-03-24T14:56:50.677Z Downloaded rayon v1.11.0
12032026-03-24T14:56:50.684Z Downloaded reedline v0.40.0
12042026-03-24T14:56:50.690Z Downloaded snafu-derive v0.8.9
12052026-03-24T14:56:50.693Z Downloaded simd-adler32 v0.3.8
12062026-03-24T14:56:50.693Z Downloaded zopfli v0.8.3
12072026-03-24T14:56:50.696Z Downloaded serde_cbor v0.11.2
12082026-03-24T14:56:50.699Z Downloaded toml_edit v0.19.15
12092026-03-24T14:56:50.710Z Downloaded pin-project-lite v0.2.17
12102026-03-24T14:56:50.713Z Downloaded moka v0.12.13
12112026-03-24T14:56:50.719Z Downloaded minimal-lexical v0.2.1
12122026-03-24T14:56:50.723Z Downloaded ssh-key v0.6.7
12132026-03-24T14:56:50.728Z Downloaded chrono v0.4.44
12142026-03-24T14:56:50.734Z Downloaded x509-cert v0.2.5
12152026-03-24T14:56:50.739Z Downloaded libm v0.2.16
12162026-03-24T14:56:50.749Z Downloaded zip v0.6.6
12172026-03-24T14:56:50.752Z Downloaded goblin v0.10.5
12182026-03-24T14:56:50.755Z Downloaded rustls-webpki v0.101.7
12192026-03-24T14:56:50.766Z Downloaded lalrpop v0.19.12
12202026-03-24T14:56:50.775Z Downloaded tokio-util v0.7.18
12212026-03-24T14:56:50.780Z Downloaded zerocopy-derive v0.8.40
12222026-03-24T14:56:50.787Z Downloaded unicode_categories v0.1.1
12232026-03-24T14:56:50.790Z Downloaded unicode-segmentation v1.12.0
12242026-03-24T14:56:50.793Z Downloaded reqwest v0.12.28
12252026-03-24T14:56:50.796Z Downloaded reqwest v0.13.2
12262026-03-24T14:56:50.801Z Downloaded petname v2.0.2
12272026-03-24T14:56:50.805Z Downloaded unicode-normalization v0.1.25
12282026-03-24T14:56:50.808Z Downloaded tower v0.5.3
12292026-03-24T14:56:50.814Z Downloaded quick-xml v0.37.5
12302026-03-24T14:56:50.819Z Downloaded typed-path v0.9.3
12312026-03-24T14:56:50.824Z Downloaded salty v0.3.0
12322026-03-24T14:56:50.829Z Downloaded nix v0.27.1
12332026-03-24T14:56:50.837Z Downloaded serde_with v3.17.0
12342026-03-24T14:56:50.847Z Downloaded proptest v1.10.0
12352026-03-24T14:56:50.854Z Downloaded zip v4.6.1
12362026-03-24T14:56:50.858Z Downloaded regex v1.12.3
12372026-03-24T14:56:50.862Z Downloaded hickory-resolver v0.24.4
12382026-03-24T14:56:50.866Z Downloaded indicatif v0.18.4
12392026-03-24T14:56:50.869Z Downloaded postcard v1.1.3
12402026-03-24T14:56:50.871Z Downloaded aes-gcm v0.10.3
12412026-03-24T14:56:50.874Z Downloaded bytes v1.11.1
12422026-03-24T14:56:50.878Z Downloaded base64 v0.21.7
12432026-03-24T14:56:50.881Z Downloaded compact_str v0.8.1
12442026-03-24T14:56:50.884Z Downloaded ingot v0.1.1
12452026-03-24T14:56:50.884Z Downloaded impl-trait-for-tuples v0.2.3
12462026-03-24T14:56:50.887Z Downloaded group v0.13.0
12472026-03-24T14:56:50.887Z Downloaded foldhash v0.2.0
12482026-03-24T14:56:50.890Z Downloaded winnow v0.6.26
12492026-03-24T14:56:50.895Z Downloaded winnow v0.5.40
12502026-03-24T14:56:50.901Z Downloaded rustls-webpki v0.102.8
12512026-03-24T14:56:50.916Z Downloaded derive_builder v0.20.2
12522026-03-24T14:56:50.919Z Downloaded darling v0.23.0
12532026-03-24T14:56:50.923Z Downloaded colored v2.2.0
12542026-03-24T14:56:50.926Z Downloaded bstr v1.12.1
12552026-03-24T14:56:50.932Z Downloaded tower-http v0.6.8
12562026-03-24T14:56:50.938Z Downloaded smoltcp v0.9.1
12572026-03-24T14:56:50.946Z Downloaded object v0.30.4
12582026-03-24T14:56:50.954Z Downloaded time v0.3.47
12592026-03-24T14:56:50.963Z Downloaded radix_trie v0.2.1
12602026-03-24T14:56:50.967Z Downloaded object v0.37.3
12612026-03-24T14:56:50.976Z Downloaded quinn-proto v0.11.13
12622026-03-24T14:56:50.982Z Downloaded zlib-rs v0.6.2
12632026-03-24T14:56:50.986Z Downloaded curve25519-dalek v4.1.3
12642026-03-24T14:56:50.993Z Downloaded regex-syntax v0.6.29
12652026-03-24T14:56:50.999Z Downloaded openssl v0.10.75
12662026-03-24T14:56:51.007Z Downloaded smoltcp v0.11.0
12672026-03-24T14:56:51.017Z Downloaded tough v0.20.0
12682026-03-24T14:56:51.023Z Downloaded rustls v0.22.4
12692026-03-24T14:56:51.032Z Downloaded zerocopy v0.8.40
12702026-03-24T14:56:51.040Z Downloaded tabled v0.20.0
12712026-03-24T14:56:51.053Z Downloaded rustls v0.23.37
12722026-03-24T14:56:51.062Z Downloaded rustls v0.21.12
12732026-03-24T14:56:51.072Z Downloaded nix v0.31.1
12742026-03-24T14:56:51.081Z Downloaded rustix v0.38.44
12752026-03-24T14:56:51.099Z Downloaded webpki-roots v1.0.6
12762026-03-24T14:56:51.101Z Downloaded hickory-proto v0.24.4
12772026-03-24T14:56:51.113Z Downloaded regress v0.10.5
12782026-03-24T14:56:51.120Z Downloaded openapiv3 v2.2.0
12792026-03-24T14:56:51.130Z Downloaded hickory-proto v0.25.2
12802026-03-24T14:56:51.141Z Downloaded vcpkg v0.2.15
12812026-03-24T14:56:51.172Z Downloaded dropshot v0.16.7
12822026-03-24T14:56:51.188Z Downloaded nix v0.29.0
12832026-03-24T14:56:51.196Z Downloaded regex-syntax v0.8.10
12842026-03-24T14:56:51.202Z Downloaded diesel v2.3.7
12852026-03-24T14:56:51.219Z Downloaded sled v0.34.7
12862026-03-24T14:56:51.227Z Downloaded ratatui v0.29.0
12872026-03-24T14:56:51.242Z Downloaded tracing v0.1.44
12882026-03-24T14:56:51.260Z Downloaded nix v0.28.0
12892026-03-24T14:56:51.268Z Downloaded polar-core v0.27.3
12902026-03-24T14:56:51.275Z Downloaded sqlparser v0.61.0
12912026-03-24T14:56:51.286Z Downloaded bit-vec v0.8.0
12922026-03-24T14:56:51.293Z Downloaded ciborium v0.2.2
12932026-03-24T14:56:51.293Z Downloaded defmt-macros v1.0.1
12942026-03-24T14:56:51.293Z Downloaded typify-impl v0.6.1
12952026-03-24T14:56:51.299Z Downloaded zerocopy-derive v0.6.6
12962026-03-24T14:56:51.307Z Downloaded typify-impl v0.4.3
12972026-03-24T14:56:51.319Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-03-24T14:56:51.329Z Downloaded regex-automata v0.4.14
12992026-03-24T14:56:51.344Z Downloaded petgraph v0.6.5
13002026-03-24T14:56:51.355Z Downloaded cookie v0.18.1
13012026-03-24T14:56:51.358Z Downloaded lzma-sys v0.1.20
13022026-03-24T14:56:51.379Z Downloaded chrono-tz v0.10.4
13032026-03-24T14:56:51.392Z Downloaded const-oid v0.9.6
13042026-03-24T14:56:51.395Z Downloaded chacha20 v0.10.0
13052026-03-24T14:56:51.398Z Downloaded petgraph v0.8.3
13062026-03-24T14:56:51.413Z Downloaded bzip2 v0.6.1
13072026-03-24T14:56:51.416Z Downloaded jiff v0.2.21
13082026-03-24T14:56:51.428Z Downloaded buf-list v1.1.2
13092026-03-24T14:56:51.431Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-03-24T14:56:51.443Z Downloaded derive_builder_core v0.20.2
13112026-03-24T14:56:51.446Z Downloaded der_derive v0.7.3
13122026-03-24T14:56:51.446Z Downloaded hubpack v0.1.2
13132026-03-24T14:56:51.449Z Downloaded http-body v1.0.1
13142026-03-24T14:56:51.449Z Downloaded home v0.5.12
13152026-03-24T14:56:51.449Z Downloaded const_format_proc_macros v0.2.34
13162026-03-24T14:56:51.452Z Downloaded bitfield v0.19.4
13172026-03-24T14:56:51.452Z Downloaded aes v0.8.4
13182026-03-24T14:56:51.455Z Downloaded bit-vec v0.6.3
13192026-03-24T14:56:51.455Z Downloaded camino-tempfile-ext v0.3.3
13202026-03-24T14:56:51.458Z Downloaded bcs v0.1.6
13212026-03-24T14:56:51.458Z Downloaded debug-ignore v1.0.5
13222026-03-24T14:56:51.458Z Downloaded async-stream-impl v0.3.6
13232026-03-24T14:56:51.461Z Downloaded ciborium-ll v0.2.2
13242026-03-24T14:56:51.461Z Downloaded display-error-chain v0.2.2
13252026-03-24T14:56:51.461Z Downloaded difflib v0.4.0
13262026-03-24T14:56:51.461Z Downloaded bit-set v0.8.0
13272026-03-24T14:56:51.464Z Downloaded tokio v1.49.0
13282026-03-24T14:56:51.491Z Downloaded bb8 v0.8.6
13292026-03-24T14:56:51.494Z Downloaded derive-ex v0.1.8
13302026-03-24T14:56:51.494Z Downloaded csv v1.4.0
13312026-03-24T14:56:51.508Z Downloaded curve25519-dalek-derive v0.1.1
13322026-03-24T14:56:51.511Z Downloaded convert_case v0.4.0
13332026-03-24T14:56:51.511Z Downloaded cobs v0.3.0
13342026-03-24T14:56:51.511Z Downloaded cfg_aliases v0.2.1
13352026-03-24T14:56:51.514Z Downloaded sha3 v0.10.8
13362026-03-24T14:56:51.517Z Downloaded libz-sys v1.1.24
13372026-03-24T14:56:51.532Z Downloaded base16ct v1.0.0
13382026-03-24T14:56:51.536Z Downloaded crc8 v0.1.1
13392026-03-24T14:56:51.536Z Downloaded async-bb8-diesel v0.2.1
13402026-03-24T14:56:51.606Z Downloaded encoding_rs v0.8.35
13412026-03-24T14:56:51.642Z Downloaded ring v0.17.14
13422026-03-24T14:56:51.683Z Downloaded libgit2-sys v0.18.3+1.9.2
13432026-03-24T14:56:52.241Z Downloaded aws-lc-sys v0.37.1
13442026-03-24T14:56:52.568Z Compiling libc v0.2.180
13452026-03-24T14:56:52.571Z Compiling serde v1.0.228
13462026-03-24T14:56:52.571Z Compiling log v0.4.29
13472026-03-24T14:56:52.571Z Compiling find-msvc-tools v0.1.9
13482026-03-24T14:56:52.773Z Compiling shlex v1.3.0
13492026-03-24T14:56:52.776Z Compiling smallvec v1.15.1
13502026-03-24T14:56:52.807Z Compiling syn v2.0.117
13512026-03-24T14:56:52.811Z Compiling typenum v1.19.0
13522026-03-24T14:56:53.014Z Compiling generic-array v0.14.7
13532026-03-24T14:56:53.041Z Compiling subtle v2.6.1
13542026-03-24T14:56:53.041Z Compiling scopeguard v1.2.0
13552026-03-24T14:56:53.085Z Compiling portable-atomic v1.13.1
13562026-03-24T14:56:53.160Z Compiling lock_api v0.4.14
13572026-03-24T14:56:53.203Z Compiling const-oid v0.9.6
13582026-03-24T14:56:53.289Z Compiling critical-section v1.2.0
13592026-03-24T14:56:53.327Z Compiling zerocopy v0.8.40
13602026-03-24T14:56:53.416Z Compiling parking_lot_core v0.9.12
13612026-03-24T14:56:53.455Z Compiling serde_json v1.0.149
13622026-03-24T14:56:53.689Z Compiling pin-project-lite v0.2.17
13632026-03-24T14:56:53.801Z Compiling pkg-config v0.3.32
13642026-03-24T14:56:53.876Z Compiling getrandom v0.2.17
13652026-03-24T14:56:53.944Z Compiling jobserver v0.1.34
13662026-03-24T14:56:54.058Z Compiling rand_core v0.6.4
13672026-03-24T14:56:54.154Z Compiling errno v0.3.14
13682026-03-24T14:56:54.344Z Compiling cc v1.2.56
13692026-03-24T14:56:54.478Z Compiling once_cell v1.21.3
13702026-03-24T14:56:54.519Z Compiling signal-hook-registry v1.4.8
13712026-03-24T14:56:54.558Z Compiling mio v1.1.1
13722026-03-24T14:56:54.700Z Compiling bitflags v2.11.0
13732026-03-24T14:56:54.747Z Compiling libm v0.2.16
13742026-03-24T14:56:54.878Z Compiling parking_lot v0.12.5
13752026-03-24T14:56:54.913Z Compiling num-traits v0.2.19
13762026-03-24T14:56:55.015Z Compiling futures-core v0.3.32
13772026-03-24T14:56:55.210Z Compiling socket2 v0.6.2
13782026-03-24T14:56:55.239Z Compiling percent-encoding v2.3.2
13792026-03-24T14:56:55.345Z Compiling allocator-api2 v0.2.21
13802026-03-24T14:56:55.399Z Compiling cpufeatures v0.2.17
13812026-03-24T14:56:55.487Z Compiling foldhash v0.2.0
13822026-03-24T14:56:55.505Z Compiling futures-sink v0.3.32
13832026-03-24T14:56:55.532Z Compiling futures-task v0.3.32
13842026-03-24T14:56:55.641Z Compiling futures-channel v0.3.32
13852026-03-24T14:56:55.759Z Compiling hashbrown v0.16.1
13862026-03-24T14:56:55.778Z Compiling slab v0.4.12
13872026-03-24T14:56:55.798Z Compiling futures-io v0.3.32
13882026-03-24T14:56:55.798Z Compiling getrandom v0.4.1
13892026-03-24T14:56:55.956Z Compiling getrandom v0.3.4
13902026-03-24T14:56:55.999Z Compiling rustversion v1.0.22
13912026-03-24T14:56:56.018Z Compiling rand_core v0.10.0
13922026-03-24T14:56:56.236Z Compiling form_urlencoded v1.2.2
13932026-03-24T14:56:56.560Z Compiling indexmap v2.13.0
13942026-03-24T14:56:56.610Z Compiling cmake v0.1.57
13952026-03-24T14:56:56.630Z Compiling dunce v1.0.5
13962026-03-24T14:56:56.749Z Compiling fs_extra v1.3.0
13972026-03-24T14:56:56.874Z Compiling ident_case v1.0.1
13982026-03-24T14:56:56.911Z Compiling synstructure v0.13.2
13992026-03-24T14:56:57.102Z Compiling base64ct v1.8.3
14002026-03-24T14:56:57.162Z Compiling aws-lc-sys v0.37.1
14012026-03-24T14:56:57.334Z Compiling flagset v0.4.7
14022026-03-24T14:56:57.358Z Compiling rand_core v0.9.5
14032026-03-24T14:56:57.448Z Compiling pem-rfc7468 v0.7.0
14042026-03-24T14:56:57.481Z Compiling rustix v1.1.3
14052026-03-24T14:56:57.499Z Compiling iana-time-zone v0.1.65
14062026-03-24T14:56:57.518Z Compiling ring v0.17.14
14072026-03-24T14:56:57.715Z Compiling uuid v1.21.0
14082026-03-24T14:56:57.758Z Compiling rustc_version v0.4.1
14092026-03-24T14:56:57.784Z Compiling vcpkg v0.2.15
14102026-03-24T14:56:57.862Z Compiling regex-syntax v0.8.10
14112026-03-24T14:56:58.210Z Compiling aws-lc-rs v1.16.0
14122026-03-24T14:56:58.577Z Compiling tracing-core v0.1.36
14132026-03-24T14:56:58.656Z Compiling crossbeam-utils v0.8.21
14142026-03-24T14:56:58.815Z Compiling openssl-sys v0.9.111
14152026-03-24T14:56:59.042Z Compiling pest_generator v2.8.6
14162026-03-24T14:56:59.359Z Compiling serde_derive_internals v0.29.1
14172026-03-24T14:56:59.582Z Compiling untrusted v0.7.1
14182026-03-24T14:56:59.614Z Compiling serde_derive v1.0.228
14192026-03-24T14:56:59.738Z Compiling zeroize_derive v1.4.3
14202026-03-24T14:56:59.924Z Compiling zerofrom-derive v0.1.6
14212026-03-24T14:57:00.007Z Compiling yoke-derive v0.8.1
14222026-03-24T14:57:00.589Z Compiling zeroize v1.8.2
14232026-03-24T14:57:00.637Z Compiling zerocopy-derive v0.8.40
14242026-03-24T14:57:01.169Z Compiling zerovec-derive v0.11.2
14252026-03-24T14:57:01.559Z Compiling crypto-common v0.1.7
14262026-03-24T14:57:01.618Z Compiling block-buffer v0.10.4
14272026-03-24T14:57:01.742Z Compiling displaydoc v0.2.5
14282026-03-24T14:57:01.825Z Compiling digest v0.10.7
14292026-03-24T14:57:01.843Z Compiling zerofrom v0.1.6
14302026-03-24T14:57:01.998Z Compiling yoke v0.8.1
14312026-03-24T14:57:02.138Z Compiling tokio-macros v2.6.0
14322026-03-24T14:57:02.230Z Compiling hmac v0.12.1
14332026-03-24T14:57:02.419Z Compiling futures-macro v0.3.32
14342026-03-24T14:57:02.438Z Compiling block-padding v0.3.3
14352026-03-24T14:57:02.629Z Compiling zerovec v0.11.5
14362026-03-24T14:57:02.666Z Compiling inout v0.1.4
14372026-03-24T14:57:02.703Z Compiling zerotrie v0.2.3
14382026-03-24T14:57:02.876Z Compiling cipher v0.4.4
14392026-03-24T14:57:03.092Z Compiling sha2 v0.10.9
14402026-03-24T14:57:03.095Z Compiling der_derive v0.7.3
14412026-03-24T14:57:03.216Z Compiling salsa20 v0.10.2
14422026-03-24T14:57:03.315Z Compiling tinystr v0.8.2
14432026-03-24T14:57:03.395Z Compiling potential_utf v0.1.4
14442026-03-24T14:57:03.500Z Compiling futures-util v0.3.32
14452026-03-24T14:57:03.586Z Compiling icu_locale_core v2.1.1
14462026-03-24T14:57:03.608Z Compiling icu_collections v2.1.1
14472026-03-24T14:57:04.307Z Compiling pbkdf2 v0.12.2
14482026-03-24T14:57:04.386Z Compiling bytes v1.11.1
14492026-03-24T14:57:04.426Z Compiling der v0.7.10
14502026-03-24T14:57:04.446Z Compiling chrono v0.4.44
14512026-03-24T14:57:04.885Z Compiling icu_provider v2.1.1
14522026-03-24T14:57:05.004Z Compiling thiserror-impl v2.0.18
14532026-03-24T14:57:05.227Z Compiling tokio v1.49.0
14542026-03-24T14:57:05.272Z Compiling icu_properties v2.1.2
14552026-03-24T14:57:06.091Z Compiling icu_normalizer v2.1.1
14562026-03-24T14:57:06.344Z Compiling spki v0.7.3
14572026-03-24T14:57:06.602Z Compiling idna_adapter v1.2.1
14582026-03-24T14:57:06.644Z Compiling http v1.4.0
14592026-03-24T14:57:06.769Z Compiling ppv-lite86 v0.2.21
14602026-03-24T14:57:06.788Z Compiling idna v1.1.0
14612026-03-24T14:57:06.792Z Compiling thiserror v2.0.18
14622026-03-24T14:57:06.826Z Compiling scrypt v0.11.0
14632026-03-24T14:57:06.933Z Compiling cbc v0.1.2
14642026-03-24T14:57:06.991Z Compiling aes v0.8.4
14652026-03-24T14:57:07.116Z Compiling rustls-pki-types v1.14.0
14662026-03-24T14:57:07.147Z Compiling url v2.5.8
14672026-03-24T14:57:07.205Z Compiling rand_chacha v0.9.0
14682026-03-24T14:57:07.651Z Compiling tracing-attributes v0.1.31
14692026-03-24T14:57:07.720Z Compiling pkcs5 v0.7.1
14702026-03-24T14:57:07.888Z Compiling http-body v1.0.1
14712026-03-24T14:57:08.080Z Compiling rand v0.9.2
14722026-03-24T14:57:08.098Z Compiling syn v1.0.109
14732026-03-24T14:57:08.185Z Compiling httparse v1.10.1
14742026-03-24T14:57:08.351Z Compiling openssl-probe v0.2.1
14752026-03-24T14:57:08.373Z Compiling untrusted v0.9.0
14762026-03-24T14:57:08.477Z Compiling base64 v0.22.1
14772026-03-24T14:57:08.521Z Compiling schemars v0.8.22
14782026-03-24T14:57:08.723Z Compiling pkcs8 v0.10.2
14792026-03-24T14:57:08.797Z Compiling schemars_derive v0.8.22
14802026-03-24T14:57:08.890Z Compiling pest_derive v2.8.6
14812026-03-24T14:57:09.114Z Compiling scroll_derive v0.13.1
14822026-03-24T14:57:09.452Z Compiling darling_core v0.20.11
14832026-03-24T14:57:09.471Z Compiling tracing v0.1.44
14842026-03-24T14:57:09.826Z Compiling rustls v0.23.37
14852026-03-24T14:57:09.843Z Compiling tower-layer v0.3.3
14862026-03-24T14:57:10.043Z Compiling dyn-clone v1.0.20
14872026-03-24T14:57:10.060Z Compiling tinyvec_macros v0.1.1
14882026-03-24T14:57:10.150Z Compiling atomic-waker v1.1.2
14892026-03-24T14:57:10.213Z Compiling try-lock v0.2.5
14902026-03-24T14:57:10.231Z Compiling tower-service v0.3.3
14912026-03-24T14:57:10.296Z Compiling tokio-util v0.7.18
14922026-03-24T14:57:10.341Z Compiling want v0.3.1
14932026-03-24T14:57:10.344Z Compiling scroll v0.13.0
14942026-03-24T14:57:10.552Z Compiling tinyvec v1.10.0
14952026-03-24T14:57:11.107Z Compiling ipnet v2.11.0
14962026-03-24T14:57:11.398Z Compiling h2 v0.4.13
14972026-03-24T14:57:11.708Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-03-24T14:57:11.786Z Compiling spin v0.9.8
14992026-03-24T14:57:12.056Z Compiling aho-corasick v1.1.4
15002026-03-24T14:57:12.208Z Compiling powerfmt v0.2.0
15012026-03-24T14:57:12.321Z Compiling openssl v0.10.75
15022026-03-24T14:57:12.468Z Compiling num-conv v0.2.0
15032026-03-24T14:57:12.605Z Compiling pin-utils v0.1.0
15042026-03-24T14:57:12.640Z Compiling crc32fast v1.5.0
15052026-03-24T14:57:12.690Z Compiling foreign-types-shared v0.1.1
15062026-03-24T14:57:12.753Z Compiling darling_macro v0.20.11
15072026-03-24T14:57:12.801Z Compiling time-core v0.1.8
15082026-03-24T14:57:12.969Z Compiling httpdate v1.0.3
15092026-03-24T14:57:12.991Z Compiling tempfile v3.25.0
15102026-03-24T14:57:13.130Z Compiling time-macros v0.2.27
15112026-03-24T14:57:13.251Z Compiling regex-automata v0.4.14
15122026-03-24T14:57:13.345Z Compiling darling v0.20.11
15132026-03-24T14:57:13.483Z Compiling foreign-types v0.3.2
15142026-03-24T14:57:13.530Z Compiling deranged v0.5.8
15152026-03-24T14:57:14.440Z Compiling goblin v0.10.5
15162026-03-24T14:57:14.604Z Compiling thiserror-impl v1.0.69
15172026-03-24T14:57:14.938Z Compiling openssl-macros v0.1.1
15182026-03-24T14:57:16.110Z Compiling hyper v1.8.1
15192026-03-24T14:57:16.299Z Compiling wait-timeout v0.2.1
15202026-03-24T14:57:16.398Z Compiling bit-vec v0.8.0
15212026-03-24T14:57:16.636Z Compiling usdt-impl v0.6.0
15222026-03-24T14:57:16.690Z Compiling siphasher v1.0.2
15232026-03-24T14:57:16.844Z Compiling native-tls v0.2.18
15242026-03-24T14:57:16.883Z Compiling quick-error v1.2.3
15252026-03-24T14:57:16.938Z Compiling either v1.15.0
15262026-03-24T14:57:17.012Z Compiling num_threads v0.1.7
15272026-03-24T14:57:17.088Z Compiling simd-adler32 v0.3.8
15282026-03-24T14:57:17.130Z Compiling time v0.3.47
15292026-03-24T14:57:17.233Z Compiling rusty-fork v0.3.1
15302026-03-24T14:57:17.445Z Compiling bit-set v0.8.0
15312026-03-24T14:57:17.644Z Compiling hyper-util v0.1.20
15322026-03-24T14:57:17.647Z Compiling thiserror v1.0.69
15332026-03-24T14:57:18.263Z Compiling dof v0.4.0
15342026-03-24T14:57:19.342Z Compiling derive_builder_core v0.20.2
15352026-03-24T14:57:19.370Z Compiling unicode-normalization v0.1.25
15362026-03-24T14:57:19.941Z Compiling crossbeam-epoch v0.9.18
15372026-03-24T14:57:19.985Z Compiling dtrace-parser v0.3.0
15382026-03-24T14:57:20.004Z Compiling rustls-native-certs v0.8.3
15392026-03-24T14:57:20.374Z Compiling signature v2.2.0
15402026-03-24T14:57:20.377Z Compiling scroll_derive v0.12.1
15412026-03-24T14:57:20.553Z Compiling heapless v0.7.17
15422026-03-24T14:57:20.571Z Compiling rand_xorshift v0.4.0
15432026-03-24T14:57:20.603Z Compiling slog v2.8.2
15442026-03-24T14:57:20.769Z Compiling darling_core v0.21.3
15452026-03-24T14:57:20.829Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-03-24T14:57:20.848Z Compiling sync_wrapper v1.0.2
15472026-03-24T14:57:20.977Z Compiling thread-id v5.1.0
15482026-03-24T14:57:21.022Z Compiling cookie v0.18.1
15492026-03-24T14:57:21.077Z Compiling signal-hook v0.3.18
15502026-03-24T14:57:21.169Z Compiling unicode-properties v0.1.4
15512026-03-24T14:57:21.235Z Compiling anyhow v1.0.102
15522026-03-24T14:57:21.255Z Compiling rayon-core v1.13.0
15532026-03-24T14:57:21.284Z Compiling unarray v0.1.4
15542026-03-24T14:57:21.419Z Compiling zstd-safe v7.2.4
15552026-03-24T14:57:21.438Z Compiling unicode-segmentation v1.12.0
15562026-03-24T14:57:21.461Z Compiling paste v1.0.15
15572026-03-24T14:57:21.615Z Compiling adler2 v2.0.1
15582026-03-24T14:57:21.652Z Compiling unicode-bidi v0.3.18
15592026-03-24T14:57:21.777Z Compiling miniz_oxide v0.8.9
15602026-03-24T14:57:21.901Z Compiling proptest v1.10.0
15612026-03-24T14:57:22.011Z Compiling scroll v0.12.0
15622026-03-24T14:57:22.118Z Compiling stringprep v0.1.5
15632026-03-24T14:57:22.378Z Compiling tower v0.5.3
15642026-03-24T14:57:22.790Z Compiling derive_builder_macro v0.20.2
15652026-03-24T14:57:22.793Z Compiling crossbeam-deque v0.8.6
15662026-03-24T14:57:22.994Z Compiling ipnetwork v0.21.1
15672026-03-24T14:57:23.025Z Compiling http-body-util v0.1.3
15682026-03-24T14:57:23.047Z Compiling webpki-roots v1.0.6
15692026-03-24T14:57:23.126Z Compiling rand_chacha v0.3.1
15702026-03-24T14:57:23.192Z Compiling serde_spanned v0.6.9
15712026-03-24T14:57:23.338Z Compiling toml_datetime v0.6.11
15722026-03-24T14:57:23.370Z Compiling serde_tokenstream v0.2.3
15732026-03-24T14:57:23.370Z Compiling erased-serde v0.3.31
15742026-03-24T14:57:23.516Z Compiling md-5 v0.10.6
15752026-03-24T14:57:23.673Z Compiling zerocopy-derive v0.7.35
15762026-03-24T14:57:23.717Z Compiling curve25519-dalek v4.1.3
15772026-03-24T14:57:23.793Z Compiling vergen-lib v0.1.6
15782026-03-24T14:57:24.011Z Compiling num-integer v0.1.46
15792026-03-24T14:57:24.092Z Compiling hash32 v0.2.1
15802026-03-24T14:57:24.131Z Compiling ff v0.13.1
15812026-03-24T14:57:24.164Z Compiling memoffset v0.9.1
15822026-03-24T14:57:24.341Z Compiling psl-types v2.0.11
15832026-03-24T14:57:24.360Z Compiling darling_macro v0.21.3
15842026-03-24T14:57:24.387Z Compiling ref-cast v1.0.25
15852026-03-24T14:57:24.444Z Compiling fallible-iterator v0.2.0
15862026-03-24T14:57:24.497Z Compiling smoltcp v0.9.1
15872026-03-24T14:57:24.516Z Compiling base16ct v0.2.0
15882026-03-24T14:57:24.739Z Compiling cfg_aliases v0.2.1
15892026-03-24T14:57:24.777Z Compiling iri-string v0.7.10
15902026-03-24T14:57:24.834Z Compiling ryu v1.0.23
15912026-03-24T14:57:24.857Z Compiling litrs v1.0.0
15922026-03-24T14:57:24.875Z Compiling rustix v0.38.44
15932026-03-24T14:57:24.929Z Compiling num-bigint-dig v0.8.6
15942026-03-24T14:57:24.981Z Compiling zlib-rs v0.6.2
15952026-03-24T14:57:25.064Z Compiling serde_urlencoded v0.7.1
15962026-03-24T14:57:25.188Z Compiling darling v0.21.3
15972026-03-24T14:57:25.292Z Compiling newtype-uuid v1.3.2
15982026-03-24T14:57:25.421Z Compiling zerocopy v0.7.35
15992026-03-24T14:57:25.438Z Compiling nix v0.31.1
16002026-03-24T14:57:25.557Z Compiling document-features v0.2.12
16012026-03-24T14:57:25.713Z Compiling postgres-protocol v0.6.10
16022026-03-24T14:57:25.974Z Compiling sec1 v0.7.3
16032026-03-24T14:57:26.193Z Compiling publicsuffix v2.3.0
16042026-03-24T14:57:26.344Z Compiling num-iter v0.1.45
16052026-03-24T14:57:26.407Z Compiling tower-http v0.6.8
16062026-03-24T14:57:26.438Z Compiling group v0.13.0
16072026-03-24T14:57:26.657Z Compiling rand v0.8.5
16082026-03-24T14:57:26.928Z Compiling derive_builder v0.20.2
16092026-03-24T14:57:26.947Z Compiling oxnet v0.1.4
16102026-03-24T14:57:27.091Z Compiling proc-macro-error v1.0.4
16112026-03-24T14:57:27.125Z Compiling tokio-native-tls v0.3.1
16122026-03-24T14:57:27.449Z Compiling goblin v0.8.2
16132026-03-24T14:57:28.141Z Compiling heck v0.4.1
16142026-03-24T14:57:28.203Z Compiling phf_shared v0.13.1
16152026-03-24T14:57:28.231Z Compiling hubpack_derive v0.1.1
16162026-03-24T14:57:28.432Z Compiling regex v1.12.3
16172026-03-24T14:57:28.526Z Compiling lazy_static v1.5.0
16182026-03-24T14:57:28.591Z Compiling cargo-platform v0.1.9
16192026-03-24T14:57:28.640Z Compiling hkdf v0.12.4
16202026-03-24T14:57:28.781Z Compiling crypto-bigint v0.5.5
16212026-03-24T14:57:28.845Z Compiling async-trait v0.1.89
16222026-03-24T14:57:28.914Z Compiling strum_macros v0.27.2
16232026-03-24T14:57:29.022Z Compiling curve25519-dalek-derive v0.1.1
16242026-03-24T14:57:29.646Z Compiling flate2 v1.1.9
16252026-03-24T14:57:29.904Z Compiling daft-derive v0.1.5
16262026-03-24T14:57:30.263Z Compiling ref-cast-impl v1.0.25
16272026-03-24T14:57:30.328Z Compiling terminal_size v0.4.3
16282026-03-24T14:57:30.495Z Compiling vergen v9.0.6
16292026-03-24T14:57:30.714Z Compiling fs-err v3.3.0
16302026-03-24T14:57:30.851Z Compiling ahash v0.8.12
16312026-03-24T14:57:30.947Z Compiling bumpalo v3.20.2
16322026-03-24T14:57:30.952Z Compiling libbz2-rs-sys v0.2.2
16332026-03-24T14:57:31.093Z Compiling object v0.37.3
16342026-03-24T14:57:31.288Z Compiling winnow v0.5.40
16352026-03-24T14:57:31.429Z Compiling managed v0.8.0
16362026-03-24T14:57:31.716Z Compiling foldhash v0.1.5
16372026-03-24T14:57:31.735Z Compiling bitflags v1.3.2
16382026-03-24T14:57:31.756Z Compiling console v0.16.2
16392026-03-24T14:57:31.847Z Compiling strum v0.27.2
16402026-03-24T14:57:31.937Z Compiling hashbrown v0.15.5
16412026-03-24T14:57:32.009Z Compiling bzip2 v0.6.1
16422026-03-24T14:57:32.273Z Compiling clap_builder v4.5.60
16432026-03-24T14:57:32.448Z Compiling zopfli v0.8.3
16442026-03-24T14:57:32.693Z Compiling daft v0.1.5
16452026-03-24T14:57:32.825Z Compiling dof v0.3.0
16462026-03-24T14:57:32.926Z Compiling elliptic-curve v0.13.8
16472026-03-24T14:57:33.061Z Compiling toml_edit v0.19.15
16482026-03-24T14:57:33.345Z Compiling cargo_metadata v0.19.2
16492026-03-24T14:57:33.461Z Compiling hubpack v0.1.2
16502026-03-24T14:57:33.817Z Compiling phf v0.13.1
16512026-03-24T14:57:34.027Z Compiling zone_cfg_derive v0.3.1
16522026-03-24T14:57:34.900Z Compiling zstd v0.13.3
16532026-03-24T14:57:35.251Z Compiling signal-hook-mio v0.2.5
16542026-03-24T14:57:35.290Z Compiling cookie_store v0.22.1
16552026-03-24T14:57:35.882Z Compiling rayon v1.11.0
16562026-03-24T14:57:36.185Z Compiling bzip2 v0.4.4
16572026-03-24T14:57:36.248Z Compiling hyper-tls v0.6.0
16582026-03-24T14:57:36.539Z Compiling postgres-types v0.2.12
16592026-03-24T14:57:36.635Z Compiling serde_with_macros v3.17.0
16602026-03-24T14:57:36.882Z Compiling usdt-attr-macro v0.6.0
16612026-03-24T14:57:37.217Z Compiling usdt-macro v0.6.0
16622026-03-24T14:57:37.303Z Compiling ed25519 v2.2.3
16632026-03-24T14:57:37.941Z Compiling dtrace-parser v0.2.0
16642026-03-24T14:57:38.181Z Compiling itertools v0.12.1
16652026-03-24T14:57:38.200Z Compiling phf_shared v0.11.3
16662026-03-24T14:57:38.203Z Compiling bstr v1.12.1
16672026-03-24T14:57:38.340Z Compiling pkcs1 v0.7.5
16682026-03-24T14:57:38.445Z Compiling serde-big-array v0.5.1
16692026-03-24T14:57:38.464Z Compiling hex v0.4.3
16702026-03-24T14:57:38.628Z Compiling rfc6979 v0.4.0
16712026-03-24T14:57:38.780Z Compiling clap_derive v4.5.55
16722026-03-24T14:57:38.822Z Compiling strum_macros v0.26.4
16732026-03-24T14:57:38.885Z Compiling serde_repr v0.1.20
16742026-03-24T14:57:39.011Z Compiling enum-as-inner v0.6.1
16752026-03-24T14:57:39.108Z Compiling float-cmp v0.10.0
16762026-03-24T14:57:39.331Z Compiling thread-id v4.2.2
16772026-03-24T14:57:39.437Z Compiling memmap2 v0.9.10
16782026-03-24T14:57:39.611Z Compiling env_filter v1.0.0
16792026-03-24T14:57:39.711Z Compiling encoding_rs v0.8.35
16802026-03-24T14:57:39.730Z Compiling whoami v2.1.0
16812026-03-24T14:57:39.879Z Compiling unit-prefix v0.5.2
16822026-03-24T14:57:40.015Z Compiling normalize-line-endings v0.3.0
16832026-03-24T14:57:40.062Z Compiling data-encoding v2.10.0
16842026-03-24T14:57:40.137Z Compiling predicates-core v1.0.10
16852026-03-24T14:57:40.254Z Compiling difflib v0.4.0
16862026-03-24T14:57:40.369Z Compiling fixedbitset v0.5.7
16872026-03-24T14:57:40.773Z Compiling mime v0.3.17
16882026-03-24T14:57:41.020Z Compiling rustc-hash v2.1.1
16892026-03-24T14:57:41.038Z Compiling keccak v0.1.6
16902026-03-24T14:57:41.120Z Compiling fixedbitset v0.4.2
16912026-03-24T14:57:41.181Z Compiling static_assertions v1.1.0
16922026-03-24T14:57:41.249Z Compiling precomputed-hash v0.1.1
16932026-03-24T14:57:41.272Z Compiling new_debug_unreachable v1.0.6
16942026-03-24T14:57:41.292Z Compiling jiff v0.2.21
16952026-03-24T14:57:41.295Z Compiling clap v4.5.60
16962026-03-24T14:57:41.356Z Compiling string_cache v0.8.9
16972026-03-24T14:57:41.375Z Compiling petgraph v0.6.5
16982026-03-24T14:57:41.400Z Compiling strum v0.26.3
16992026-03-24T14:57:41.422Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-24T14:57:41.555Z Compiling sha3 v0.10.8
17012026-03-24T14:57:41.642Z Compiling iddqd v0.3.17
17022026-03-24T14:57:41.773Z Compiling petgraph v0.8.3
17032026-03-24T14:57:42.143Z Compiling predicates v3.1.4
17042026-03-24T14:57:42.161Z Compiling hickory-proto v0.25.2
17052026-03-24T14:57:43.015Z Compiling toml_edit v0.22.27
17062026-03-24T14:57:43.176Z Compiling tokio-postgres v0.7.16
17072026-03-24T14:57:43.415Z Compiling indicatif v0.18.4
17082026-03-24T14:57:44.454Z Compiling env_logger v0.11.9
17092026-03-24T14:57:44.598Z Compiling zone v0.3.1
17102026-03-24T14:57:44.937Z Compiling zip v4.6.1
17112026-03-24T14:57:45.172Z Compiling usdt v0.6.0
17122026-03-24T14:57:45.510Z Compiling usdt-impl v0.5.0
17132026-03-24T14:57:45.530Z Compiling similar v2.7.0
17142026-03-24T14:57:46.193Z Compiling serde_with v3.17.0
17152026-03-24T14:57:46.237Z Compiling ecdsa v0.16.9
17162026-03-24T14:57:46.287Z Compiling rsa v0.9.10
17172026-03-24T14:57:46.704Z Compiling crossterm v0.28.1
17182026-03-24T14:57:46.752Z Compiling ed25519-dalek v2.2.0
17192026-03-24T14:57:47.242Z Compiling zip v0.6.6
17202026-03-24T14:57:48.003Z Compiling toml v0.7.8
17212026-03-24T14:57:48.664Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-03-24T14:57:48.785Z Compiling itertools v0.13.0
17232026-03-24T14:57:48.836Z Compiling tokio-stream v0.1.18
17242026-03-24T14:57:48.856Z Compiling buf-list v1.1.2
17252026-03-24T14:57:48.958Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-24T14:57:49.222Z Compiling x509-cert v0.2.5
17272026-03-24T14:57:49.401Z Compiling openapiv3 v2.2.0
17282026-03-24T14:57:49.473Z Compiling sha1 v0.10.6
17292026-03-24T14:57:49.549Z Compiling toml_datetime v0.7.5+spec-1.1.0
17302026-03-24T14:57:49.761Z Compiling lalrpop-util v0.19.12
17312026-03-24T14:57:49.949Z Compiling peg-runtime v0.8.5
17322026-03-24T14:57:50.007Z Compiling thread_local v1.1.9
17332026-03-24T14:57:50.320Z Compiling slog-async v2.8.0
17342026-03-24T14:57:50.337Z Compiling crossbeam-channel v0.5.15
17352026-03-24T14:57:50.557Z Compiling futures-executor v0.3.32
17362026-03-24T14:57:50.563Z Compiling filetime v0.2.27
17372026-03-24T14:57:50.732Z Compiling is-terminal v0.4.17
17382026-03-24T14:57:50.783Z Compiling take_mut v0.2.2
17392026-03-24T14:57:50.848Z Compiling xattr v1.6.1
17402026-03-24T14:57:50.884Z Compiling term v1.2.1
17412026-03-24T14:57:50.952Z Compiling futures v0.3.32
17422026-03-24T14:57:51.051Z Compiling tar v0.4.44
17432026-03-24T14:57:51.521Z Compiling slog-term v2.9.2
17442026-03-24T14:57:58.026Z Compiling rustls-webpki v0.103.9
17452026-03-24T14:58:02.058Z Compiling tokio-rustls v0.26.4
17462026-03-24T14:58:02.058Z Compiling rustls-platform-verifier v0.6.2
17472026-03-24T14:58:02.322Z Compiling hyper-rustls v0.27.7
17482026-03-24T14:58:02.584Z Compiling reqwest v0.12.28
17492026-03-24T14:58:02.584Z Compiling reqwest v0.13.2
17502026-03-24T14:58:05.560Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17512026-03-24T14:58:05.834Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17522026-03-24T14:58:09.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17532026-03-24T14:58:09.796Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17542026-03-24T14:58:09.859ZMar 24 14:58:09.046 INFO Starting download, target: DendriteStub
17552026-03-24T14:58:09.859ZMar 24 14:58:09.046 INFO Starting download, target: MaghemiteMgd
17562026-03-24T14:58:09.859ZMar 24 14:58:09.046 INFO Starting download, target: Cockroach
17572026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Starting download, target: Console
17582026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Starting download, target: TransceiverControl
17592026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Starting download, target: Clickhouse
17602026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-03-24T14:58:09.863ZMar 24 14:58:09.046 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-03-24T14:58:10.382ZMar 24 14:58:09.568 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-03-24T14:58:10.725ZMar 24 14:58:09.905 INFO Download complete, target: TransceiverControl
17682026-03-24T14:58:11.106ZMar 24 14:58:10.287 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-03-24T14:58:11.492ZMar 24 14:58:10.677 INFO Download complete, target: Console
17702026-03-24T14:58:11.544ZMar 24 14:58:10.731 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-03-24T14:58:11.774ZMar 24 14:58:10.960 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-24T14:58:11.903ZMar 24 14:58:11.088 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-03-24T14:58:12.208ZMar 24 14:58:11.395 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17742026-03-24T14:58:12.209ZMar 24 14:58:11.395 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17752026-03-24T14:58:15.232ZMar 24 14:58:14.419 INFO Download complete, target: DendriteStub
17762026-03-24T14:58:15.393ZMar 24 14:58:14.580 INFO Download complete, target: MaghemiteMgd
17772026-03-24T14:58:19.819ZMar 24 14:58:19.006 INFO Checking that binary works, target: Cockroach
17782026-03-24T14:58:19.935ZMar 24 14:58:19.122 INFO Download complete, target: Cockroach
17792026-03-24T14:58:23.130ZMar 24 14:58:22.316 INFO Checking that binary works, target: Clickhouse
17802026-03-24T14:58:23.297ZMar 24 14:58:22.484 INFO Download complete, target: Clickhouse
17812026-03-24T14:58:23.315ZAll builder prerequisites installed successfully, and PATH looks valid
17822026-03-24T14:58:23.319Z
17832026-03-24T14:58:23.319Zreal 4:12.420448536
17842026-03-24T14:58:23.319Zuser 10:27.584551868
17852026-03-24T14:58:23.319Zsys 1:46.688963001
17862026-03-24T14:58:23.319Ztrap 0.328906748
17872026-03-24T14:58:23.319Ztflt 0.676517620
17882026-03-24T14:58:23.319Zdflt 0.738062229
17892026-03-24T14:58:23.319Zkflt 0.029690623
17902026-03-24T14:58:23.319Zlock 30:32.180081781
17912026-03-24T14:58:23.319Zslp 29:49.576812134
17922026-03-24T14:58:23.319Zlat 56.269146106
17932026-03-24T14:58:23.319Zstop 2:40.699097885
17942026-03-24T14:58:23.319Z+ banner hack-check
17952026-03-24T14:58:23.319Z
17962026-03-24T14:58:23.319Z # # ## #### # # #### # # ###### #### # #
17972026-03-24T14:58:23.319Z # # # # # # # # # # # # # # # # #
17982026-03-24T14:58:23.319Z ###### # # # #### ##### # ###### ##### # ####
17992026-03-24T14:58:23.319Z # # ###### # # # # # # # # # #
18002026-03-24T14:58:23.319Z # # # # # # # # # # # # # # # # #
18012026-03-24T14:58:23.319Z # # # # #### # # #### # # ###### #### # #
18022026-03-24T14:58:23.319Z
18032026-03-24T14:58:23.319Z+ export CARGO_INCREMENTAL=0
18042026-03-24T14:58:23.319Z+ CARGO_INCREMENTAL=0
18052026-03-24T14:58:23.319Z+ ptime -m timeout 2h cargo xtask check-features --ci
18062026-03-24T14:58:24.044Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18072026-03-24T14:58:24.314Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18082026-03-24T14:58:26.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s
18092026-03-24T14:58:26.899Z Running `target/debug/xtask check-features --ci`
18102026-03-24T14:58:26.932Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18112026-03-24T14:58:26.936Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18122026-03-24T14:58:27.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18132026-03-24T14:58:27.610Z Running `target/debug/xtask download cargo-hack`
18142026-03-24T14:58:28.668Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18152026-03-24T14:58:29.056Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18162026-03-24T14:58:32.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
18172026-03-24T14:58:32.508Z Running `target/debug/xtask-downloader cargo-hack`
18182026-03-24T14:58:32.555ZMar 24 14:58:31.742 INFO Starting download, target: CargoHack
18192026-03-24T14:58:32.558ZMar 24 14:58:31.742 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18202026-03-24T14:58:33.167ZMar 24 14:58:32.354 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18212026-03-24T14:58:33.247ZMar 24 14:58:32.434 INFO Download complete, target: CargoHack
18222026-03-24T14:58:33.252Zrunning: "/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"
18232026-03-24T14:58:33.268Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18242026-03-24T14:58:33.469Zinfo: running `cargo check --bins` on api_identity (1/267)
18252026-03-24T14:58:34.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-03-24T14:58:34.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-03-24T14:58:34.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-03-24T14:58:34.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18292026-03-24T14:58:34.259Z
18302026-03-24T14:58:34.259Zinfo: running `cargo check --bins` on bootstore (2/267)
18312026-03-24T14:58:34.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-24T14:58:34.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-24T14:58:34.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-24T14:58:34.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18352026-03-24T14:58:35.050Z
18362026-03-24T14:58:35.050Zinfo: running `cargo check --bins` on omicron-ledger (3/267)
18372026-03-24T14:58:35.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-24T14:58:35.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-24T14:58:35.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-24T14:58:35.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18412026-03-24T14:58:35.836Z
18422026-03-24T14:58:35.837Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/267)
18432026-03-24T14:58:36.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-24T14:58:36.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-24T14:58:36.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-24T14:58:36.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18472026-03-24T14:58:36.628Z
18482026-03-24T14:58:36.628Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/267)
18492026-03-24T14:58:37.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-24T14:58:37.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-24T14:58:37.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-24T14:58:37.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18532026-03-24T14:58:37.406Z
18542026-03-24T14:58:37.406Zinfo: running `cargo check --bins` on omicron-certificates (6/267)
18552026-03-24T14:58:38.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-24T14:58:38.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-24T14:58:38.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-24T14:58:38.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
18592026-03-24T14:58:38.213Z
18602026-03-24T14:58:38.214Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/267)
18612026-03-24T14:58:38.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-24T14:58:38.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-24T14:58:38.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-24T14:58:38.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18652026-03-24T14:58:39.018Z
18662026-03-24T14:58:39.018Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/267)
18672026-03-24T14:58:39.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-24T14:58:39.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-24T14:58:39.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-24T14:58:39.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
18712026-03-24T14:58:39.822Z
18722026-03-24T14:58:39.822Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/267)
18732026-03-24T14:58:40.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-24T14:58:40.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-24T14:58:40.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-24T14:58:40.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18772026-03-24T14:58:40.456Z
18782026-03-24T14:58:40.456Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/267)
18792026-03-24T14:58:41.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-24T14:58:41.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-24T14:58:41.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-24T14:58:41.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18832026-03-24T14:58:41.095Z
18842026-03-24T14:58:41.095Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/267)
18852026-03-24T14:58:41.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-24T14:58:41.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-24T14:58:41.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-24T14:58:41.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18892026-03-24T14:58:41.729Z
18902026-03-24T14:58:41.729Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/267)
18912026-03-24T14:58:42.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-24T14:58:42.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-24T14:58:42.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-24T14:58:42.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
18952026-03-24T14:58:42.364Z
18962026-03-24T14:58:42.364Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/267)
18972026-03-24T14:58:42.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-24T14:58:42.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-24T14:58:42.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-24T14:58:42.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19012026-03-24T14:58:43.000Z
19022026-03-24T14:58:43.000Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/267)
19032026-03-24T14:58:43.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-24T14:58:43.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-24T14:58:43.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-24T14:58:43.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19072026-03-24T14:58:43.631Z
19082026-03-24T14:58:43.631Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/267)
19092026-03-24T14:58:44.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-24T14:58:44.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-24T14:58:44.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-24T14:58:44.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19132026-03-24T14:58:44.268Z
19142026-03-24T14:58:44.268Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/267)
19152026-03-24T14:58:44.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-24T14:58:44.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-24T14:58:44.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-24T14:58:44.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19192026-03-24T14:58:44.905Z
19202026-03-24T14:58:44.905Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/267)
19212026-03-24T14:58:45.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-24T14:58:45.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-24T14:58:45.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-24T14:58:45.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19252026-03-24T14:58:45.541Z
19262026-03-24T14:58:45.542Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/267)
19272026-03-24T14:58:46.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-24T14:58:46.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-24T14:58:46.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-24T14:58:46.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19312026-03-24T14:58:46.179Z
19322026-03-24T14:58:46.179Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/267)
19332026-03-24T14:58:46.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-24T14:58:46.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-24T14:58:46.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-24T14:58:46.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19372026-03-24T14:58:46.809Z
19382026-03-24T14:58:46.809Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/267)
19392026-03-24T14:58:47.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-24T14:58:47.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-24T14:58:47.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-24T14:58:47.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19432026-03-24T14:58:47.448Z
19442026-03-24T14:58:47.448Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/267)
19452026-03-24T14:58:48.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-24T14:58:48.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-24T14:58:48.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-24T14:58:48.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19492026-03-24T14:58:48.090Z
19502026-03-24T14:58:48.090Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/267)
19512026-03-24T14:58:48.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-24T14:58:48.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-24T14:58:48.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-24T14:58:48.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19552026-03-24T14:58:48.723Z
19562026-03-24T14:58:48.723Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/267)
19572026-03-24T14:58:49.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-24T14:58:49.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-24T14:58:49.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-24T14:58:49.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19612026-03-24T14:58:49.355Z
19622026-03-24T14:58:49.355Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/267)
19632026-03-24T14:58:49.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-24T14:58:49.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-24T14:58:49.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-24T14:58:49.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19672026-03-24T14:58:49.996Z
19682026-03-24T14:58:49.996Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/267)
19692026-03-24T14:58:50.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-24T14:58:50.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-24T14:58:50.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-24T14:58:50.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19732026-03-24T14:58:50.629Z
19742026-03-24T14:58:50.629Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/267)
19752026-03-24T14:58:51.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-24T14:58:51.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-24T14:58:51.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-24T14:58:51.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19792026-03-24T14:58:51.260Z
19802026-03-24T14:58:51.263Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/267)
19812026-03-24T14:58:51.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-24T14:58:51.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-24T14:58:51.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-24T14:58:51.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19852026-03-24T14:58:51.900Z
19862026-03-24T14:58:51.900Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/267)
19872026-03-24T14:58:52.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-24T14:58:52.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-24T14:58:52.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-24T14:58:52.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19912026-03-24T14:58:52.535Z
19922026-03-24T14:58:52.536Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/267)
19932026-03-24T14:58:53.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-24T14:58:53.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-24T14:58:53.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-24T14:58:53.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
19972026-03-24T14:58:53.174Z
19982026-03-24T14:58:53.177Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/267)
19992026-03-24T14:58:53.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-24T14:58:53.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-24T14:58:53.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-24T14:58:53.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20032026-03-24T14:58:53.809Z
20042026-03-24T14:58:53.809Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/267)
20052026-03-24T14:58:54.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-24T14:58:54.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-24T14:58:54.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-24T14:58:54.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20092026-03-24T14:58:54.447Z
20102026-03-24T14:58:54.447Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/267)
20112026-03-24T14:58:55.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-24T14:58:55.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-24T14:58:55.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-24T14:58:55.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20152026-03-24T14:58:55.085Z
20162026-03-24T14:58:55.085Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/267)
20172026-03-24T14:58:55.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-24T14:58:55.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-24T14:58:55.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-24T14:58:55.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20212026-03-24T14:58:55.721Z
20222026-03-24T14:58:55.721Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/267)
20232026-03-24T14:58:56.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-24T14:58:56.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-24T14:58:56.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-24T14:58:56.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20272026-03-24T14:58:56.361Z
20282026-03-24T14:58:56.361Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/267)
20292026-03-24T14:58:56.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-24T14:58:56.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-24T14:58:56.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-24T14:58:56.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20332026-03-24T14:58:56.999Z
20342026-03-24T14:58:56.999Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/267)
20352026-03-24T14:58:57.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-24T14:58:57.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-24T14:58:57.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-24T14:58:57.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20392026-03-24T14:58:57.635Z
20402026-03-24T14:58:57.635Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/267)
20412026-03-24T14:58:58.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-24T14:58:58.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-24T14:58:58.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-24T14:58:58.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20452026-03-24T14:58:58.270Z
20462026-03-24T14:58:58.271Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/267)
20472026-03-24T14:58:58.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-24T14:58:58.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-24T14:58:58.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-24T14:58:58.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20512026-03-24T14:58:58.908Z
20522026-03-24T14:58:58.908Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/267)
20532026-03-24T14:58:59.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-24T14:58:59.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-24T14:58:59.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-24T14:58:59.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20572026-03-24T14:58:59.540Z
20582026-03-24T14:58:59.540Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/267)
20592026-03-24T14:59:00.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-24T14:59:00.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-24T14:59:00.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-24T14:59:00.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20632026-03-24T14:59:00.179Z
20642026-03-24T14:59:00.179Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/267)
20652026-03-24T14:59:00.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-24T14:59:00.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-24T14:59:00.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-24T14:59:00.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20692026-03-24T14:59:00.811Z
20702026-03-24T14:59:00.811Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/267)
20712026-03-24T14:59:01.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-24T14:59:01.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-24T14:59:01.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-24T14:59:01.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20752026-03-24T14:59:01.446Z
20762026-03-24T14:59:01.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/267)
20772026-03-24T14:59:02.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-24T14:59:02.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-24T14:59:02.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-24T14:59:02.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20812026-03-24T14:59:02.080Z
20822026-03-24T14:59:02.080Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/267)
20832026-03-24T14:59:02.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-24T14:59:02.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-24T14:59:02.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-24T14:59:02.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20872026-03-24T14:59:02.718Z
20882026-03-24T14:59:02.718Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/267)
20892026-03-24T14:59:03.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-24T14:59:03.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-24T14:59:03.283Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-24T14:59:03.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20932026-03-24T14:59:03.354Z
20942026-03-24T14:59:03.354Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/267)
20952026-03-24T14:59:03.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-24T14:59:03.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-24T14:59:03.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-24T14:59:03.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
20992026-03-24T14:59:03.995Z
21002026-03-24T14:59:03.995Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/267)
21012026-03-24T14:59:04.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-24T14:59:04.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-24T14:59:04.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-24T14:59:04.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21052026-03-24T14:59:04.632Z
21062026-03-24T14:59:04.632Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/267)
21072026-03-24T14:59:05.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-24T14:59:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-24T14:59:05.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-24T14:59:05.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21112026-03-24T14:59:05.267Z
21122026-03-24T14:59:05.267Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/267)
21132026-03-24T14:59:06.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-24T14:59:06.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-24T14:59:06.384Z Checking cfg-if v1.0.4
21162026-03-24T14:59:06.546Z Checking libc v0.2.180
21172026-03-24T14:59:06.549Z Checking serde_core v1.0.228
21182026-03-24T14:59:06.579Z Checking memchr v2.8.0
21192026-03-24T14:59:06.600Z Checking itoa v1.0.17
21202026-03-24T14:59:06.600Z Checking smallvec v1.15.1
21212026-03-24T14:59:06.637Z Checking log v0.4.29
21222026-03-24T14:59:06.637Z Checking zeroize v1.8.2
21232026-03-24T14:59:06.676Z Checking stable_deref_trait v1.2.1
21242026-03-24T14:59:06.767Z Checking zerofrom v0.1.6
21252026-03-24T14:59:06.802Z Checking zmij v1.0.21
21262026-03-24T14:59:06.833Z Checking percent-encoding v2.3.2
21272026-03-24T14:59:06.853Z Checking litemap v0.8.1
21282026-03-24T14:59:06.856Z Checking writeable v0.6.2
21292026-03-24T14:59:06.913Z Checking yoke v0.8.1
21302026-03-24T14:59:07.007Z Checking libm v0.2.16
21312026-03-24T14:59:07.074Z Checking scopeguard v1.2.0
21322026-03-24T14:59:07.094Z Checking icu_normalizer_data v2.1.1
21332026-03-24T14:59:07.094Z Checking icu_properties_data v2.1.2
21342026-03-24T14:59:07.135Z Checking getrandom v0.2.17
21352026-03-24T14:59:07.135Z Checking errno v0.3.14
21362026-03-24T14:59:07.135Z Checking zerovec v0.11.5
21372026-03-24T14:59:07.193Z Checking zerotrie v0.2.3
21382026-03-24T14:59:07.212Z Checking lock_api v0.4.14
21392026-03-24T14:59:07.279Z Checking subtle v2.6.1
21402026-03-24T14:59:07.300Z Checking utf8_iter v1.0.4
21412026-03-24T14:59:07.355Z Checking rand_core v0.6.4
21422026-03-24T14:59:07.448Z Checking form_urlencoded v1.2.2
21432026-03-24T14:59:07.477Z Checking rand_core v0.10.0
21442026-03-24T14:59:07.497Z Checking pin-project-lite v0.2.17
21452026-03-24T14:59:07.518Z Checking typenum v1.19.0
21462026-03-24T14:59:07.579Z Checking portable-atomic v1.13.1
21472026-03-24T14:59:07.607Z Checking critical-section v1.2.0
21482026-03-24T14:59:07.628Z Checking iana-time-zone v0.1.65
21492026-03-24T14:59:07.652Z Checking getrandom v0.4.1
21502026-03-24T14:59:07.733Z Checking signal-hook-registry v1.4.8
21512026-03-24T14:59:07.753Z Checking tinystr v0.8.2
21522026-03-24T14:59:07.773Z Checking potential_utf v0.1.4
21532026-03-24T14:59:07.838Z Checking parking_lot_core v0.9.12
21542026-03-24T14:59:07.935Z Checking icu_collections v2.1.1
21552026-03-24T14:59:07.957Z Checking socket2 v0.6.2
21562026-03-24T14:59:07.978Z Checking num-traits v0.2.19
21572026-03-24T14:59:07.981Z Checking icu_locale_core v2.1.1
21582026-03-24T14:59:08.082Z Checking parking_lot v0.12.5
21592026-03-24T14:59:08.164Z Checking once_cell v1.21.3
21602026-03-24T14:59:08.231Z Checking generic-array v0.14.7
21612026-03-24T14:59:08.280Z Checking mio v1.1.1
21622026-03-24T14:59:08.331Z Checking zerocopy v0.8.40
21632026-03-24T14:59:08.354Z Checking futures-core v0.3.32
21642026-03-24T14:59:08.391Z Checking dyn-clone v1.0.20
21652026-03-24T14:59:08.510Z Checking equivalent v1.0.2
21662026-03-24T14:59:08.530Z Checking allocator-api2 v0.2.21
21672026-03-24T14:59:08.615Z Checking const-oid v0.9.6
21682026-03-24T14:59:08.662Z Checking foldhash v0.2.0
21692026-03-24T14:59:08.719Z Checking serde v1.0.228
21702026-03-24T14:59:08.750Z Checking serde_json v1.0.149
21712026-03-24T14:59:08.771Z Checking icu_provider v2.1.1
21722026-03-24T14:59:08.857Z Checking bitflags v2.11.0
21732026-03-24T14:59:08.878Z Checking crypto-common v0.1.7
21742026-03-24T14:59:08.907Z Checking uuid v1.21.0
21752026-03-24T14:59:09.031Z Checking semver v1.0.27
21762026-03-24T14:59:09.076Z Checking hashbrown v0.16.1
21772026-03-24T14:59:09.095Z Checking icu_normalizer v2.1.1
21782026-03-24T14:59:09.293Z Checking bytes v1.11.1
21792026-03-24T14:59:09.313Z Checking icu_properties v2.1.2
21802026-03-24T14:59:09.332Z Checking chrono v0.4.44
21812026-03-24T14:59:09.493Z Checking futures-sink v0.3.32
21822026-03-24T14:59:09.619Z Checking futures-channel v0.3.32
21832026-03-24T14:59:09.639Z Checking block-buffer v0.10.4
21842026-03-24T14:59:09.688Z Checking slab v0.4.12
21852026-03-24T14:59:09.755Z Checking futures-io v0.3.32
21862026-03-24T14:59:09.812Z Checking futures-task v0.3.32
21872026-03-24T14:59:09.871Z Checking digest v0.10.7
21882026-03-24T14:59:09.895Z Checking tokio v1.49.0
21892026-03-24T14:59:09.915Z Checking thiserror v2.0.18
21902026-03-24T14:59:09.920Z Checking byteorder v1.5.0
21912026-03-24T14:59:09.989Z Checking futures-util v0.3.32
21922026-03-24T14:59:10.038Z Checking base64 v0.22.1
21932026-03-24T14:59:10.127Z Checking indexmap v2.13.0
21942026-03-24T14:59:10.199Z Checking cpufeatures v0.2.17
21952026-03-24T14:59:10.295Z Checking http v1.4.0
21962026-03-24T14:59:10.353Z Checking fnv v1.0.7
21972026-03-24T14:59:10.473Z Checking unicode-ident v1.0.24
21982026-03-24T14:59:10.494Z Checking idna_adapter v1.2.1
21992026-03-24T14:59:10.522Z Checking tracing-core v0.1.36
22002026-03-24T14:59:10.605Z Checking proc-macro2 v1.0.106
22012026-03-24T14:59:10.639Z Checking idna v1.1.0
22022026-03-24T14:59:10.923Z Checking thiserror v1.0.69
22032026-03-24T14:59:10.943Z Checking tracing v0.1.44
22042026-03-24T14:59:10.963Z Checking url v2.5.8
22052026-03-24T14:59:11.014Z Checking rustls-pki-types v1.14.0
22062026-03-24T14:59:11.045Z Checking regex-syntax v0.8.10
22072026-03-24T14:59:11.074Z Checking quote v1.0.44
22082026-03-24T14:59:11.204Z Checking untrusted v0.9.0
22092026-03-24T14:59:11.302Z Checking syn v2.0.117
22102026-03-24T14:59:11.343Z Checking ring v0.17.14
22112026-03-24T14:59:11.400Z Checking ipnet v2.11.0
22122026-03-24T14:59:11.553Z Checking schemars v0.8.22
22132026-03-24T14:59:11.758Z Checking httparse v1.10.1
22142026-03-24T14:59:12.038Z Checking http-body v1.0.1
22152026-03-24T14:59:12.209Z Checking rustix v1.1.3
22162026-03-24T14:59:12.423Z Checking ppv-lite86 v0.2.21
22172026-03-24T14:59:12.446Z Checking block-padding v0.3.3
22182026-03-24T14:59:12.613Z Checking getrandom v0.3.4
22192026-03-24T14:59:12.685Z Checking atomic-waker v1.1.2
22202026-03-24T14:59:12.713Z Checking inout v0.1.4
22212026-03-24T14:59:12.792Z Checking hmac v0.12.1
22222026-03-24T14:59:12.815Z Checking aws-lc-sys v0.37.1
22232026-03-24T14:59:12.843Z Checking aho-corasick v1.1.4
22242026-03-24T14:59:12.884Z Checking untrusted v0.7.1
22252026-03-24T14:59:12.884Z Checking try-lock v0.2.5
22262026-03-24T14:59:12.959Z Checking powerfmt v0.2.0
22272026-03-24T14:59:13.009Z Checking httpdate v1.0.3
22282026-03-24T14:59:13.046Z Checking tower-service v0.3.3
22292026-03-24T14:59:13.157Z Checking tower-layer v0.3.3
22302026-03-24T14:59:13.177Z Checking openssl-probe v0.2.1
22312026-03-24T14:59:13.199Z Checking deranged v0.5.8
22322026-03-24T14:59:13.310Z Checking want v0.3.1
22332026-03-24T14:59:13.347Z Checking cipher v0.4.4
22342026-03-24T14:59:13.397Z Checking rand_core v0.9.5
22352026-03-24T14:59:13.471Z Checking num_threads v0.1.7
22362026-03-24T14:59:13.528Z Checking aws-lc-rs v1.16.0
22372026-03-24T14:59:13.577Z Checking time-core v0.1.8
22382026-03-24T14:59:13.615Z Checking pin-utils v0.1.0
22392026-03-24T14:59:13.636Z Checking num-conv v0.2.0
22402026-03-24T14:59:13.704Z Checking base64ct v1.8.3
22412026-03-24T14:59:13.764Z Checking sha2 v0.10.9
22422026-03-24T14:59:13.785Z Checking regex-automata v0.4.14
22432026-03-24T14:59:13.806Z Checking erased-serde v0.3.31
22442026-03-24T14:59:14.016Z Checking pretty-hex v0.4.1
22452026-03-24T14:59:14.125Z Checking rand_chacha v0.9.0
22462026-03-24T14:59:14.170Z Checking fastrand v2.3.0
22472026-03-24T14:59:14.274Z Checking tokio-util v0.7.18
22482026-03-24T14:59:14.383Z Checking slog v2.8.2
22492026-03-24T14:59:14.405Z Checking ryu v1.0.23
22502026-03-24T14:59:14.428Z Checking rand v0.9.2
22512026-03-24T14:59:14.497Z Checking time v0.3.47
22522026-03-24T14:59:14.585Z Checking pem-rfc7468 v0.7.0
22532026-03-24T14:59:14.638Z Checking rustls-native-certs v0.8.3
22542026-03-24T14:59:14.684Z Checking rustls-webpki v0.103.9
22552026-03-24T14:59:14.749Z Checking ipnetwork v0.21.1
22562026-03-24T14:59:14.791Z Checking http-body-util v0.1.3
22572026-03-24T14:59:14.812Z Checking sync_wrapper v1.0.2
22582026-03-24T14:59:14.941Z Checking spin v0.9.8
22592026-03-24T14:59:15.023Z Checking plain v0.2.3
22602026-03-24T14:59:15.074Z Checking flagset v0.4.7
22612026-03-24T14:59:15.093Z Checking tower v0.5.3
22622026-03-24T14:59:15.116Z Checking h2 v0.4.13
22632026-03-24T14:59:15.155Z Checking serde_urlencoded v0.7.1
22642026-03-24T14:59:15.177Z Checking rand_chacha v0.3.1
22652026-03-24T14:59:15.229Z Checking der v0.7.10
22662026-03-24T14:59:15.251Z Checking rustls v0.23.37
22672026-03-24T14:59:15.451Z Checking webpki-roots v1.0.6
22682026-03-24T14:59:15.456Z Checking iri-string v0.7.10
22692026-03-24T14:59:15.580Z Checking ucd-trie v0.1.7
22702026-03-24T14:59:15.615Z Checking tinyvec_macros v0.1.1
22712026-03-24T14:59:15.704Z Checking tinyvec v1.10.0
22722026-03-24T14:59:15.747Z Checking pest v2.8.6
22732026-03-24T14:59:16.072Z Checking rand v0.8.5
22742026-03-24T14:59:16.132Z Checking tempfile v3.25.0
22752026-03-24T14:59:16.258Z Checking spki v0.7.3
22762026-03-24T14:59:16.310Z Checking salsa20 v0.10.2
22772026-03-24T14:59:16.395Z Checking pbkdf2 v0.12.2
22782026-03-24T14:59:16.476Z Checking unicode-width v0.2.0
22792026-03-24T14:59:16.502Z Checking foreign-types-shared v0.1.1
22802026-03-24T14:59:16.533Z Checking scrypt v0.11.0
22812026-03-24T14:59:16.608Z Checking foreign-types v0.3.2
22822026-03-24T14:59:16.699Z Checking regex v1.12.3
22832026-03-24T14:59:16.720Z Checking cbc v0.1.2
22842026-03-24T14:59:16.796Z Checking aes v0.8.4
22852026-03-24T14:59:16.817Z Checking anyhow v1.0.102
22862026-03-24T14:59:16.882Z Checking openssl-sys v0.9.111
22872026-03-24T14:59:16.934Z Checking tower-http v0.6.8
22882026-03-24T14:59:17.077Z Checking crossbeam-utils v0.8.21
22892026-03-24T14:59:17.097Z Checking oxnet v0.1.4
22902026-03-24T14:59:17.238Z Checking mime v0.3.17
22912026-03-24T14:59:17.302Z Checking openapiv3 v2.2.0
22922026-03-24T14:59:17.337Z Checking pkcs5 v0.7.1
22932026-03-24T14:59:17.411Z Checking scroll v0.12.0
22942026-03-24T14:59:17.469Z Checking encoding_rs v0.8.35
22952026-03-24T14:59:17.521Z Checking openssl v0.10.75
22962026-03-24T14:59:17.542Z Checking data-encoding v2.10.0
22972026-03-24T14:59:17.677Z Checking pkcs8 v0.10.2
22982026-03-24T14:59:17.711Z Checking siphasher v1.0.2
22992026-03-24T14:59:17.897Z Checking winnow v0.7.14
23002026-03-24T14:59:17.918Z Checking goblin v0.8.2
23012026-03-24T14:59:17.938Z Checking lazy_static v1.5.0
23022026-03-24T14:59:18.048Z Checking zerocopy v0.7.35
23032026-03-24T14:59:18.525Z Checking tokio-rustls v0.26.4
23042026-03-24T14:59:18.750Z Checking wait-timeout v0.2.1
23052026-03-24T14:59:18.782Z Checking utf8parse v0.2.2
23062026-03-24T14:59:18.814Z Checking hyper v1.8.1
23072026-03-24T14:59:18.835Z Checking managed v0.8.0
23082026-03-24T14:59:18.904Z Checking psl-types v2.0.11
23092026-03-24T14:59:18.924Z Checking either v1.15.0
23102026-03-24T14:59:19.054Z Checking bitflags v1.3.2
23112026-03-24T14:59:19.081Z Checking anstyle v1.0.13
23122026-03-24T14:59:19.107Z Checking bit-vec v0.8.0
23132026-03-24T14:59:19.149Z Checking quick-error v1.2.3
23142026-03-24T14:59:19.174Z Checking publicsuffix v2.3.0
23152026-03-24T14:59:19.272Z Checking rusty-fork v0.3.1
23162026-03-24T14:59:19.323Z Checking anstyle-parse v0.2.7
23172026-03-24T14:59:19.362Z Checking bit-set v0.8.0
23182026-03-24T14:59:19.382Z Checking dtrace-parser v0.2.0
23192026-03-24T14:59:19.486Z Checking unicode-normalization v0.1.25
23202026-03-24T14:59:19.517Z Checking cookie v0.18.1
23212026-03-24T14:59:19.548Z Checking rand_xorshift v0.4.0
23222026-03-24T14:59:19.567Z Checking sha1 v0.10.6
23232026-03-24T14:59:19.692Z Checking hex v0.4.3
23242026-03-24T14:59:19.711Z Checking thread-id v4.2.2
23252026-03-24T14:59:19.771Z Checking colorchoice v1.0.4
23262026-03-24T14:59:19.809Z Checking anstyle-query v1.1.5
23272026-03-24T14:59:19.829Z Checking unarray v0.1.4
23282026-03-24T14:59:19.897Z Checking is_terminal_polyfill v1.70.2
23292026-03-24T14:59:19.924Z Checking cookie_store v0.22.1
23302026-03-24T14:59:19.959Z Checking proptest v1.10.0
23312026-03-24T14:59:19.988Z Checking rustls-platform-verifier v0.6.2
23322026-03-24T14:59:20.009Z Checking anstream v0.6.21
23332026-03-24T14:59:20.030Z Checking crossbeam-epoch v0.9.18
23342026-03-24T14:59:20.049Z Checking hyper-util v0.1.20
23352026-03-24T14:59:20.161Z Checking terminal_size v0.4.3
23362026-03-24T14:59:20.266Z Checking scroll v0.13.0
23372026-03-24T14:59:20.306Z Checking num-integer v0.1.46
23382026-03-24T14:59:20.336Z Checking simd-adler32 v0.3.8
23392026-03-24T14:59:20.358Z Checking native-tls v0.2.18
23402026-03-24T14:59:20.361Z Checking crossbeam-deque v0.8.6
23412026-03-24T14:59:20.558Z Checking bstr v1.12.1
23422026-03-24T14:59:20.580Z Checking goblin v0.10.5
23432026-03-24T14:59:20.580Z Checking dof v0.3.0
23442026-03-24T14:59:20.621Z Checking ref-cast v1.0.25
23452026-03-24T14:59:20.624Z Checking rustix v0.38.44
23462026-03-24T14:59:20.624Z Checking tokio-native-tls v0.3.1
23472026-03-24T14:59:20.740Z Checking camino v1.2.2
23482026-03-24T14:59:20.855Z Checking crc32fast v1.5.0
23492026-03-24T14:59:20.967Z Checking usdt-impl v0.5.0
23502026-03-24T14:59:21.034Z Checking signature v2.2.0
23512026-03-24T14:59:21.090Z Checking toml_datetime v0.6.11
23522026-03-24T14:59:21.113Z Checking serde_spanned v0.6.9
23532026-03-24T14:59:21.196Z Checking ff v0.13.1
23542026-03-24T14:59:21.273Z Checking adler2 v2.0.1
23552026-03-24T14:59:21.317Z Checking strsim v0.11.1
23562026-03-24T14:59:21.320Z Checking base16ct v0.2.0
23572026-03-24T14:59:21.359Z Checking clap_lex v1.0.0
23582026-03-24T14:59:21.413Z Checking unicode-bidi v0.3.18
23592026-03-24T14:59:21.509Z Checking unicode-properties v0.1.4
23602026-03-24T14:59:21.529Z Checking sec1 v0.7.3
23612026-03-24T14:59:21.564Z Checking clap_builder v4.5.60
23622026-03-24T14:59:21.758Z Checking miniz_oxide v0.8.9
23632026-03-24T14:59:21.780Z Checking hyper-rustls v0.27.7
23642026-03-24T14:59:21.800Z Checking hyper-tls v0.6.0
23652026-03-24T14:59:21.821Z Checking stringprep v0.1.5
23662026-03-24T14:59:21.824Z Checking group v0.13.0
23672026-03-24T14:59:22.014Z Checking num-iter v0.1.45
23682026-03-24T14:59:22.035Z Checking rayon-core v1.13.0
23692026-03-24T14:59:22.038Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-24T14:59:22.073Z Checking reqwest v0.12.28
23712026-03-24T14:59:22.158Z Checking reqwest v0.13.2
23722026-03-24T14:59:22.230Z Checking dtrace-parser v0.3.0
23732026-03-24T14:59:22.469Z Checking hkdf v0.12.4
23742026-03-24T14:59:22.497Z Checking strum v0.26.3
23752026-03-24T14:59:22.519Z Checking newtype-uuid v1.3.2
23762026-03-24T14:59:22.545Z Checking zstd-sys v2.0.16+zstd.1.5.7
23772026-03-24T14:59:22.634Z Checking hash32 v0.2.1
23782026-03-24T14:59:22.656Z Checking md-5 v0.10.6
23792026-03-24T14:59:22.689Z Checking crypto-bigint v0.5.5
23802026-03-24T14:59:22.774Z Checking daft v0.1.5
23812026-03-24T14:59:22.824Z Checking toml_datetime v0.7.5+spec-1.1.0
23822026-03-24T14:59:22.847Z Checking thread-id v5.1.0
23832026-03-24T14:59:22.947Z Checking zlib-rs v0.6.2
23842026-03-24T14:59:23.087Z Checking unicode-segmentation v1.12.0
23852026-03-24T14:59:23.090Z Checking fallible-iterator v0.2.0
23862026-03-24T14:59:23.235Z Checking heapless v0.7.17
23872026-03-24T14:59:23.261Z Checking clap v4.5.60
23882026-03-24T14:59:23.304Z Checking zstd-safe v7.2.4
23892026-03-24T14:59:23.358Z Checking rayon v1.11.0
23902026-03-24T14:59:23.481Z Checking postgres-protocol v0.6.10
23912026-03-24T14:59:23.505Z Checking itertools v0.12.1
23922026-03-24T14:59:23.526Z Checking phf_shared v0.13.1
23932026-03-24T14:59:23.795Z Checking console v0.16.2
23942026-03-24T14:59:23.818Z Checking curve25519-dalek v4.1.3
23952026-03-24T14:59:23.838Z Checking dof v0.4.0
23962026-03-24T14:59:23.905Z Checking memoffset v0.9.1
23972026-03-24T14:59:24.005Z Checking bzip2-sys v0.1.13+1.0.8
23982026-03-24T14:59:24.024Z Checking elliptic-curve v0.13.8
23992026-03-24T14:59:24.111Z Checking signal-hook v0.3.18
24002026-03-24T14:59:24.166Z Checking flate2 v1.1.9
24012026-03-24T14:59:24.189Z Checking memmap2 v0.9.10
24022026-03-24T14:59:24.351Z Checking fixedbitset v0.4.2
24032026-03-24T14:59:24.389Z Checking foldhash v0.1.5
24042026-03-24T14:59:24.432Z Checking libbz2-rs-sys v0.2.2
24052026-03-24T14:59:24.538Z Checking bumpalo v3.20.2
24062026-03-24T14:59:24.562Z Checking unit-prefix v0.5.2
24072026-03-24T14:59:24.580Z Checking toml_write v0.1.2
24082026-03-24T14:59:24.697Z Checking usdt-impl v0.6.0
24092026-03-24T14:59:24.719Z Checking winnow v0.5.40
24102026-03-24T14:59:24.796Z Checking toml_edit v0.22.27
24112026-03-24T14:59:24.816Z Checking zopfli v0.8.3
24122026-03-24T14:59:24.868Z Checking hashbrown v0.15.5
24132026-03-24T14:59:24.893Z Checking zone v0.3.1
24142026-03-24T14:59:24.953Z Checking bzip2 v0.6.1
24152026-03-24T14:59:25.070Z Checking usdt v0.6.0
24162026-03-24T14:59:25.165Z Checking petgraph v0.6.5
24172026-03-24T14:59:25.252Z Checking signal-hook-mio v0.2.5
24182026-03-24T14:59:25.274Z Checking bzip2 v0.4.4
24192026-03-24T14:59:25.355Z Checking nix v0.31.1
24202026-03-24T14:59:25.382Z Checking postgres-types v0.2.12
24212026-03-24T14:59:25.404Z Checking indicatif v0.18.4
24222026-03-24T14:59:25.483Z Checking smoltcp v0.9.1
24232026-03-24T14:59:25.518Z Checking phf v0.13.1
24242026-03-24T14:59:25.714Z Checking zstd v0.13.3
24252026-03-24T14:59:25.804Z Checking similar v2.7.0
24262026-03-24T14:59:25.894Z Checking num-bigint-dig v0.8.6
24272026-03-24T14:59:25.961Z Checking ed25519 v2.2.3
24282026-03-24T14:59:26.196Z Checking phf_shared v0.11.3
24292026-03-24T14:59:26.299Z Checking pkcs1 v0.7.5
24302026-03-24T14:59:26.319Z Checking toml_edit v0.19.15
24312026-03-24T14:59:26.322Z Checking tokio-stream v0.1.18
24322026-03-24T14:59:26.322Z Checking strum v0.27.2
24332026-03-24T14:59:26.385Z Checking hubpack v0.1.2
24342026-03-24T14:59:26.467Z Checking rfc6979 v0.4.0
24352026-03-24T14:59:26.590Z Checking serde-big-array v0.5.1
24362026-03-24T14:59:26.618Z Checking float-cmp v0.10.0
24372026-03-24T14:59:26.638Z Checking env_filter v1.0.0
24382026-03-24T14:59:26.766Z Checking difflib v0.4.0
24392026-03-24T14:59:26.786Z Checking new_debug_unreachable v1.0.6
24402026-03-24T14:59:26.806Z Checking static_assertions v1.1.0
24412026-03-24T14:59:26.826Z Checking rustc-hash v2.1.1
24422026-03-24T14:59:26.872Z Checking fixedbitset v0.5.7
24432026-03-24T14:59:26.893Z Checking jiff v0.2.21
24442026-03-24T14:59:26.912Z Checking whoami v2.1.0
24452026-03-24T14:59:26.934Z Checking precomputed-hash v0.1.1
24462026-03-24T14:59:26.967Z Checking keccak v0.1.6
24472026-03-24T14:59:26.990Z Checking normalize-line-endings v0.3.0
24482026-03-24T14:59:27.034Z Checking predicates-core v1.0.10
24492026-03-24T14:59:27.081Z Checking rsa v0.9.10
24502026-03-24T14:59:27.099Z Checking string_cache v0.8.9
24512026-03-24T14:59:27.127Z Checking petgraph v0.8.3
24522026-03-24T14:59:27.162Z Checking tokio-postgres v0.7.16
24532026-03-24T14:59:27.183Z Checking sha3 v0.10.8
24542026-03-24T14:59:27.204Z Checking predicates v3.1.4
24552026-03-24T14:59:27.309Z Checking iddqd v0.3.17
24562026-03-24T14:59:27.456Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-03-24T14:59:27.604Z Checking env_logger v0.11.9
24582026-03-24T14:59:27.714Z Checking ecdsa v0.16.9
24592026-03-24T14:59:27.810Z Checking toml v0.7.8
24602026-03-24T14:59:27.850Z Checking ed25519-dalek v2.2.0
24612026-03-24T14:59:28.152Z Checking zip v0.6.6
24622026-03-24T14:59:28.172Z Checking crossterm v0.28.1
24632026-03-24T14:59:28.246Z Checking serde_with v3.17.0
24642026-03-24T14:59:28.463Z Checking itertools v0.13.0
24652026-03-24T14:59:28.583Z Checking hickory-proto v0.25.2
24662026-03-24T14:59:28.841Z Checking x509-cert v0.2.5
24672026-03-24T14:59:29.151Z Checking fs-err v3.3.0
24682026-03-24T14:59:29.312Z Checking ahash v0.8.12
24692026-03-24T14:59:29.547Z Checking object v0.37.3
24702026-03-24T14:59:29.569Z Checking buf-list v1.1.2
24712026-03-24T14:59:29.724Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-24T14:59:29.802Z Checking lalrpop-util v0.19.12
24732026-03-24T14:59:29.886Z Checking peg-runtime v0.8.5
24742026-03-24T14:59:30.012Z Compiling structmeta-derive v0.3.0
24752026-03-24T14:59:30.033Z Checking zip v4.6.1
24762026-03-24T14:59:30.068Z Compiling rustls v0.22.4
24772026-03-24T14:59:30.088Z Compiling newtype-uuid-macros v0.1.0
24782026-03-24T14:59:30.265Z Compiling multer v3.1.0
24792026-03-24T14:59:30.317Z Compiling async-stream-impl v0.3.6
24802026-03-24T14:59:30.519Z Checking futures-executor v0.3.32
24812026-03-24T14:59:30.559Z Checking regress v0.10.5
24822026-03-24T14:59:30.813Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24832026-03-24T14:59:31.095Z Compiling dropshot v0.16.7
24842026-03-24T14:59:31.115Z Checking futures v0.3.32
24852026-03-24T14:59:31.215Z Compiling dropshot_endpoint v0.16.7
24862026-03-24T14:59:31.314Z Checking thread_local v1.1.9
24872026-03-24T14:59:31.413Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-03-24T14:59:31.490Z Compiling structmeta v0.3.0
24892026-03-24T14:59:31.540Z Checking crossbeam-channel v0.5.15
24902026-03-24T14:59:31.762Z Compiling derive-ex v0.1.8
24912026-03-24T14:59:31.884Z Checking is-terminal v0.4.17
24922026-03-24T14:59:31.993Z Checking take_mut v0.2.2
24932026-03-24T14:59:32.013Z Checking term v1.2.1
24942026-03-24T14:59:32.127Z Checking slog-async v2.8.0
24952026-03-24T14:59:32.310Z Checking slog-term v2.9.2
24962026-03-24T14:59:32.358Z Compiling parse-display-derive v0.10.0
24972026-03-24T14:59:32.476Z Checking rustls-webpki v0.102.8
24982026-03-24T14:59:32.550Z Checking serde_spanned v1.0.4
24992026-03-24T14:59:32.655Z Checking match_cfg v0.1.0
25002026-03-24T14:59:32.719Z Checking debug-ignore v1.0.5
25012026-03-24T14:59:32.745Z Checking toml_writer v1.0.6+spec-1.1.0
25022026-03-24T14:59:32.852Z Checking hostname v0.3.1
25032026-03-24T14:59:32.917Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-24T14:59:32.978Z Checking slog-json v2.6.1
25052026-03-24T14:59:32.999Z Checking toml v0.9.12+spec-1.1.0
25062026-03-24T14:59:33.024Z Checking macaddr v1.0.1
25072026-03-24T14:59:33.182Z Checking slog-bunyan v2.5.0
25082026-03-24T14:59:33.262Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-24T14:59:33.328Z Checking async-stream v0.3.6
25102026-03-24T14:59:33.670Z Checking waitgroup v0.1.2
25112026-03-24T14:59:33.769Z Checking rustls-pemfile v2.2.0
25122026-03-24T14:59:33.790Z Checking serde_path_to_error v0.1.20
25132026-03-24T14:59:33.811Z Checking hostname v0.4.2
25142026-03-24T14:59:33.831Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-24T14:59:33.934Z Checking progenitor-client v0.13.0
25162026-03-24T14:59:33.955Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25172026-03-24T14:59:33.975Z Checking progenitor-client v0.10.0
25182026-03-24T14:59:34.136Z Compiling itertools v0.14.0
25192026-03-24T14:59:34.157Z Compiling test-strategy v0.4.5
25202026-03-24T14:59:34.176Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25212026-03-24T14:59:34.236Z Checking backon v1.6.0
25222026-03-24T14:59:34.270Z Checking instant v0.1.13
25232026-03-24T14:59:34.380Z Checking backoff v0.4.0
25242026-03-24T14:59:34.464Z Checking progenitor-extras v0.1.1
25252026-03-24T14:59:34.609Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-24T14:59:34.662Z Checking parse-display v0.10.0
25272026-03-24T14:59:34.747Z Checking heck v0.5.0
25282026-03-24T14:59:34.870Z Compiling crucible-workspace-hack v0.1.0
25292026-03-24T14:59:34.976Z Checking tokio-rustls v0.25.0
25302026-03-24T14:59:35.118Z Compiling toml_edit v0.23.10+spec-1.0.0
25312026-03-24T14:59:35.223Z Compiling heapless v0.8.0
25322026-03-24T14:59:35.246Z Compiling convert_case v0.4.0
25332026-03-24T14:59:35.591Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25342026-03-24T14:59:35.744Z Compiling derive_more v0.99.20
25352026-03-24T14:59:35.848Z Compiling ingot-macros v0.1.1
25362026-03-24T14:59:35.897Z Compiling proc-macro-crate v3.4.0
25372026-03-24T14:59:36.141Z Checking hash32 v0.3.1
25382026-03-24T14:59:36.197Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25392026-03-24T14:59:36.301Z Checking secrecy v0.10.3
25402026-03-24T14:59:36.504Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-24T14:59:36.662Z Compiling prettyplease v0.2.37
25422026-03-24T14:59:36.686Z Compiling smoltcp v0.11.0
25432026-03-24T14:59:36.713Z Compiling num_enum_derive v0.7.5
25442026-03-24T14:59:36.949Z Compiling typify-impl v0.6.1
25452026-03-24T14:59:37.157Z Checking tabwriter v1.4.1
25462026-03-24T14:59:37.302Z Checking cobs v0.3.0
25472026-03-24T14:59:37.350Z Compiling foreign-types-macros v0.2.3
25482026-03-24T14:59:37.586Z Compiling unsafe-libyaml v0.2.11
25492026-03-24T14:59:37.789Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502026-03-24T14:59:38.112Z Checking cpufeatures v0.3.0
25512026-03-24T14:59:38.155Z Checking foreign-types-shared v0.3.1
25522026-03-24T14:59:38.206Z Checking chacha20 v0.10.0
25532026-03-24T14:59:38.267Z Checking foreign-types v0.5.0
25542026-03-24T14:59:38.337Z Compiling serde_yaml v0.9.34+deprecated
25552026-03-24T14:59:38.368Z Checking num_enum v0.7.5
25562026-03-24T14:59:38.612Z Checking postcard v1.1.3
25572026-03-24T14:59:39.436Z Compiling proc-macro-crate v1.3.1
25582026-03-24T14:59:39.543Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25592026-03-24T14:59:39.712Z Checking ingot-types v0.1.2
25602026-03-24T14:59:39.984Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25612026-03-24T14:59:40.065Z Checking cstr-argument v0.1.2
25622026-03-24T14:59:40.212Z Checking ingot v0.1.1
25632026-03-24T14:59:40.232Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25642026-03-24T14:59:40.267Z Checking colored v3.1.1
25652026-03-24T14:59:40.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25662026-03-24T14:59:40.397Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25672026-03-24T14:59:40.527Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25682026-03-24T14:59:40.547Z Compiling num_enum_derive v0.5.11
25692026-03-24T14:59:40.617Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25702026-03-24T14:59:40.659Z Checking rand v0.10.0
25712026-03-24T14:59:41.812Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-24T14:59:42.295Z Checking num_enum v0.5.11
25732026-03-24T14:59:42.572Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25742026-03-24T14:59:43.277Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-24T14:59:43.456Z Compiling typify-macro v0.6.1
25762026-03-24T14:59:43.496Z Compiling typify-impl v0.4.3
25772026-03-24T14:59:43.563Z Checking camino-tempfile v1.4.1
25782026-03-24T14:59:43.610Z Checking num-rational v0.4.2
25792026-03-24T14:59:44.045Z Checking half v2.7.1
25802026-03-24T14:59:44.147Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-24T14:59:44.346Z Checking universal-hash v0.5.1
25822026-03-24T14:59:44.394Z Checking num-complex v0.4.6
25832026-03-24T14:59:44.507Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-24T14:59:44.814Z Checking ciborium-io v0.2.2
25852026-03-24T14:59:44.889Z Checking opaque-debug v0.3.1
25862026-03-24T14:59:44.929Z Checking ciborium-ll v0.2.2
25872026-03-24T14:59:44.932Z Checking num v0.4.3
25882026-03-24T14:59:44.978Z Checking poly1305 v0.8.0
25892026-03-24T14:59:45.128Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-24T14:59:45.157Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25912026-03-24T14:59:45.187Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25922026-03-24T14:59:45.323Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25932026-03-24T14:59:45.407Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25942026-03-24T14:59:45.706Z Checking toml v0.8.23
25952026-03-24T14:59:45.747Z Checking thiserror-no-std v2.0.2
25962026-03-24T14:59:45.795Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
25972026-03-24T14:59:45.816Z Compiling typify v0.6.1
25982026-03-24T14:59:45.854Z Checking byte-wrapper v0.1.0
25992026-03-24T14:59:45.951Z Checking password-hash v0.5.0
26002026-03-24T14:59:46.120Z Checking chacha20 v0.9.1
26012026-03-24T14:59:46.251Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26022026-03-24T14:59:46.365Z Compiling usdt-macro v0.5.0
26032026-03-24T14:59:46.496Z Compiling usdt-attr-macro v0.5.0
26042026-03-24T14:59:46.612Z Checking smf v0.2.3
26052026-03-24T14:59:46.933Z Checking blake2 v0.10.6
26062026-03-24T14:59:47.005Z Checking aead v0.5.2
26072026-03-24T14:59:47.254Z Checking memmap v0.7.0
26082026-03-24T14:59:47.281Z Checking sigpipe v0.1.3
26092026-03-24T14:59:47.369Z Compiling num-derive v0.4.2
26102026-03-24T14:59:47.388Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26112026-03-24T14:59:47.426Z Checking glob v0.3.3
26122026-03-24T14:59:47.519Z Checking float-ord v0.3.2
26132026-03-24T14:59:47.644Z Checking usdt v0.5.0
26142026-03-24T14:59:47.664Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-03-24T14:59:47.684Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26162026-03-24T14:59:47.875Z Checking argon2 v0.5.3
26172026-03-24T14:59:47.896Z Checking chacha20poly1305 v0.10.1
26182026-03-24T14:59:47.996Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26192026-03-24T14:59:48.056Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26202026-03-24T14:59:48.322Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-24T14:59:48.343Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26222026-03-24T14:59:48.541Z Compiling progenitor-impl v0.13.0
26232026-03-24T14:59:48.582Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26242026-03-24T14:59:48.877Z Checking vsss-rs v3.3.4
26252026-03-24T14:59:49.338Z Checking ciborium v0.2.2
26262026-03-24T14:59:49.533Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26272026-03-24T14:59:49.732Z Checking indent_write v2.2.0
26282026-03-24T14:59:49.818Z Compiling semver v0.1.20
26292026-03-24T14:59:49.902Z Checking whoami v1.6.1
26302026-03-24T14:59:49.935Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26312026-03-24T14:59:49.956Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26322026-03-24T14:59:50.005Z Compiling typify-macro v0.4.3
26332026-03-24T14:59:50.078Z Compiling rustc_version v0.1.7
26342026-03-24T14:59:50.369Z Compiling pin-project-internal v1.1.11
26352026-03-24T14:59:50.527Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26362026-03-24T14:59:51.092Z Checking swrite v0.1.0
26372026-03-24T14:59:51.212Z Compiling minimal-lexical v0.2.1
26382026-03-24T14:59:51.399Z Checking linked-hash-map v0.5.6
26392026-03-24T14:59:51.578Z Compiling nom v7.1.3
26402026-03-24T14:59:51.652Z Checking lru-cache v0.1.2
26412026-03-24T14:59:51.811Z Compiling newtype_derive v0.1.6
26422026-03-24T14:59:51.977Z Checking pin-project v1.1.11
26432026-03-24T14:59:52.103Z Checking newline-converter v0.3.0
26442026-03-24T14:59:52.244Z Checking atomicwrites v0.4.4
26452026-03-24T14:59:52.269Z Compiling progenitor-macro v0.13.0
26462026-03-24T14:59:52.333Z Compiling typify v0.4.3
26472026-03-24T14:59:52.408Z Checking phf_shared v0.12.1
26482026-03-24T14:59:52.469Z Checking hickory-proto v0.24.4
26492026-03-24T14:59:52.632Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26502026-03-24T14:59:52.761Z Checking console v0.15.11
26512026-03-24T14:59:53.298Z Checking pem v3.0.6
26522026-03-24T14:59:53.454Z Checking csv-core v0.1.13
26532026-03-24T14:59:53.502Z Compiling snafu-derive v0.8.9
26542026-03-24T14:59:53.648Z Compiling derive-where v1.6.0
26552026-03-24T14:59:53.690Z Compiling async-recursion v1.1.1
26562026-03-24T14:59:54.578Z Compiling slog-dtrace v0.3.0
26572026-03-24T14:59:54.822Z Compiling cancel-safe-futures v0.1.5
26582026-03-24T14:59:54.903Z Checking same-file v1.0.6
26592026-03-24T14:59:55.059Z Checking unicode-width v0.1.14
26602026-03-24T14:59:55.092Z Compiling owo-colors v4.3.0
26612026-03-24T14:59:55.391Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26622026-03-24T14:59:55.448Z Compiling chrono-tz v0.10.4
26632026-03-24T14:59:55.493Z Checking highway v1.3.0
26642026-03-24T14:59:55.515Z Checking resolv-conf v0.7.6
26652026-03-24T14:59:55.670Z Compiling const_format_proc_macros v0.2.34
26662026-03-24T14:59:55.753Z Checking hickory-resolver v0.24.4
26672026-03-24T14:59:55.794Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26682026-03-24T14:59:56.189Z Checking snafu v0.8.9
26692026-03-24T14:59:56.682Z Checking walkdir v2.5.0
26702026-03-24T14:59:56.792Z Checking csv v1.4.0
26712026-03-24T14:59:56.835Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26722026-03-24T14:59:56.853Z Checking expectorate v1.2.0
26732026-03-24T14:59:56.949Z Checking phf v0.12.1
26742026-03-24T14:59:57.022Z Compiling progenitor-impl v0.10.0
26752026-03-24T14:59:57.228Z Checking tokio-dtrace v0.1.1
26762026-03-24T14:59:57.311Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26772026-03-24T14:59:57.406Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26782026-03-24T14:59:57.452Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26792026-03-24T14:59:57.475Z Checking globset v0.4.18
26802026-03-24T14:59:57.568Z Checking olpc-cjson v0.1.4
26812026-03-24T14:59:57.748Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26822026-03-24T14:59:57.818Z Checking libsw-core v0.3.2
26832026-03-24T14:59:58.005Z Checking serde_plain v1.0.2
26842026-03-24T14:59:58.087Z Checking arc-swap v1.8.2
26852026-03-24T14:59:58.127Z Compiling lzma-sys v0.1.20
26862026-03-24T14:59:58.196Z Checking bytecount v0.6.9
26872026-03-24T14:59:58.332Z Checking utf-8 v0.7.6
26882026-03-24T14:59:58.381Z Checking typed-path v0.9.3
26892026-03-24T14:59:58.652Z Checking tungstenite v0.21.0
26902026-03-24T14:59:59.225Z Checking slog-scope v4.4.1
26912026-03-24T14:59:59.359Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26922026-03-24T14:59:59.399Z Checking papergrid v0.11.0
26932026-03-24T14:59:59.442Z Checking progenitor v0.13.0
26942026-03-24T14:59:59.499Z Checking tough v0.20.0
26952026-03-24T14:59:59.569Z Checking libsw v3.5.0
26962026-03-24T14:59:59.612Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26972026-03-24T14:59:59.798Z Checking oxide-tokio-rt v0.1.3
26982026-03-24T15:00:00.012Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26992026-03-24T15:00:00.342Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27002026-03-24T15:00:00.701Z Compiling progenitor-macro v0.10.0
27012026-03-24T15:00:00.934Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27022026-03-24T15:00:01.262Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27032026-03-24T15:00:01.621Z Checking const_format v0.2.35
27042026-03-24T15:00:01.918Z Checking qorb v0.4.1
27052026-03-24T15:00:02.134Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27062026-03-24T15:00:02.248Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-03-24T15:00:02.277Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27082026-03-24T15:00:02.299Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27092026-03-24T15:00:02.738Z Compiling cargo_toml v0.22.3
27102026-03-24T15:00:02.910Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27112026-03-24T15:00:02.950Z Checking gethostname v0.5.0
27122026-03-24T15:00:02.972Z Compiling tabled_derive v0.7.0
27132026-03-24T15:00:03.071Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27142026-03-24T15:00:03.294Z Checking bcs v0.1.6
27152026-03-24T15:00:03.376Z Checking unicode-linebreak v0.1.5
27162026-03-24T15:00:03.533Z Checking termtree v0.5.1
27172026-03-24T15:00:03.604Z Checking smawk v0.3.2
27182026-03-24T15:00:03.653Z Checking linear-map v1.2.0
27192026-03-24T15:00:03.707Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27202026-03-24T15:00:03.770Z Checking textwrap v0.16.2
27212026-03-24T15:00:03.884Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-03-24T15:00:04.057Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27232026-03-24T15:00:04.281Z Checking tabled v0.15.0
27242026-03-24T15:00:04.574Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-03-24T15:00:04.595Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27262026-03-24T15:00:05.404Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27272026-03-24T15:00:05.611Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27282026-03-24T15:00:05.875Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27292026-03-24T15:00:05.897Z Checking steno v0.4.1
27302026-03-24T15:00:06.097Z Checking slog-stdlog v4.1.1
27312026-03-24T15:00:06.254Z Checking tokio-tungstenite v0.21.0
27322026-03-24T15:00:06.537Z Checking typeid v1.0.3
27332026-03-24T15:00:06.668Z Checking humantime v2.3.0
27342026-03-24T15:00:06.760Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-24T15:00:06.781Z Checking base64 v0.21.7
27362026-03-24T15:00:06.910Z Checking xz2 v0.1.7
27372026-03-24T15:00:07.101Z Checking ron v0.12.0
27382026-03-24T15:00:07.132Z Checking slog-envlogger v2.2.0
27392026-03-24T15:00:07.250Z Checking yasna v0.5.2
27402026-03-24T15:00:07.319Z Checking headers-core v0.3.0
27412026-03-24T15:00:07.459Z Checking filetime v0.2.27
27422026-03-24T15:00:07.637Z Checking base16ct v1.0.0
27432026-03-24T15:00:07.775Z Checking xattr v1.6.1
27442026-03-24T15:00:07.801Z Checking rcgen v0.12.1
27452026-03-24T15:00:07.823Z Checking headers v0.4.1
27462026-03-24T15:00:07.895Z Checking progenitor v0.10.0
27472026-03-24T15:00:07.941Z Checking tar v0.4.44
27482026-03-24T15:00:07.987Z Checking subprocess v0.2.15
27492026-03-24T15:00:08.068Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27502026-03-24T15:00:15.468Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27512026-03-24T15:00:23.933Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-03-24T15:00:25.761Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-24T15:00:27.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27542026-03-24T15:00:27.571Z
27552026-03-24T15:00:27.571Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/267)
27562026-03-24T15:00:28.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-24T15:00:28.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-24T15:00:28.632Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27592026-03-24T15:00:30.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
27602026-03-24T15:00:30.590Z
27612026-03-24T15:00:30.590Zinfo: running `cargo check --bins` on nexus-config (51/267)
27622026-03-24T15:00:31.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-24T15:00:31.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-24T15:00:31.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-24T15:00:31.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
27662026-03-24T15:00:31.464Z
27672026-03-24T15:00:31.464Zinfo: running `cargo check --bins` on nexus-types (52/267)
27682026-03-24T15:00:32.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-24T15:00:32.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-24T15:00:32.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-24T15:00:32.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27722026-03-24T15:00:32.332Z
27732026-03-24T15:00:32.332Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/267)
27742026-03-24T15:00:33.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-24T15:00:33.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-24T15:00:33.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-24T15:00:33.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27782026-03-24T15:00:33.150Z
27792026-03-24T15:00:33.150Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/267)
27802026-03-24T15:00:33.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-24T15:00:33.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-24T15:00:33.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-24T15:00:33.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27842026-03-24T15:00:33.970Z
27852026-03-24T15:00:33.970Zinfo: running `cargo check --bins` on cockroach-admin-types (55/267)
27862026-03-24T15:00:34.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-24T15:00:34.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-24T15:00:34.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-24T15:00:34.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27902026-03-24T15:00:34.774Z
27912026-03-24T15:00:34.774Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/267)
27922026-03-24T15:00:35.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-24T15:00:35.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-24T15:00:35.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-24T15:00:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27962026-03-24T15:00:35.569Z
27972026-03-24T15:00:35.569Zinfo: running `cargo check --bins` on ereport-types (57/267)
27982026-03-24T15:00:36.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-24T15:00:36.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-24T15:00:36.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-24T15:00:36.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28022026-03-24T15:00:36.371Z
28032026-03-24T15:00:36.371Zinfo: running `cargo check --bins` on gateway-client (58/267)
28042026-03-24T15:00:39.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-24T15:00:39.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-24T15:00:39.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-24T15:00:39.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28082026-03-24T15:00:39.525Z
28092026-03-24T15:00:39.525Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/267)
28102026-03-24T15:00:39.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-24T15:00:39.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-24T15:00:39.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-24T15:00:39.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28142026-03-24T15:00:39.525Z
28152026-03-24T15:00:39.525Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/267)
28162026-03-24T15:00:39.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-24T15:00:39.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-24T15:00:39.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-24T15:00:39.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28202026-03-24T15:00:39.525Z
28212026-03-24T15:00:39.525Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/267)
28222026-03-24T15:00:40.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-24T15:00:40.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-24T15:00:40.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-24T15:00:40.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28262026-03-24T15:00:40.808Z
28272026-03-24T15:00:40.809Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/267)
28282026-03-24T15:00:40.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-24T15:00:40.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-24T15:00:40.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-24T15:00:40.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28322026-03-24T15:00:40.809Z
28332026-03-24T15:00:40.809Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/267)
28342026-03-24T15:00:41.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-24T15:00:41.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-24T15:00:41.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-24T15:00:41.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28382026-03-24T15:00:41.740Z
28392026-03-24T15:00:41.741Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/267)
28402026-03-24T15:00:42.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-24T15:00:42.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-24T15:00:42.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-24T15:00:42.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28442026-03-24T15:00:42.700Z
28452026-03-24T15:00:42.700Zinfo: running `cargo check --bins` on key-manager-types (65/267)
28462026-03-24T15:00:43.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-24T15:00:43.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-24T15:00:43.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28492026-03-24T15:00:43.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28502026-03-24T15:00:43.071Z
28512026-03-24T15:00:43.071Zinfo: running `cargo check --bins` on oxlog (66/267)
28522026-03-24T15:00:43.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-03-24T15:00:43.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-03-24T15:00:43.742Z Compiling newtype-uuid v1.3.2
28552026-03-24T15:00:43.997Z Compiling daft v0.1.5
28562026-03-24T15:00:44.266Z Compiling iddqd v0.3.17
28572026-03-24T15:00:45.531Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28582026-03-24T15:00:45.808Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28592026-03-24T15:00:46.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28602026-03-24T15:00:46.364Z
28612026-03-24T15:00:46.365Zinfo: running `cargo check --bins` on internal-dns-types (67/267)
28622026-03-24T15:00:47.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-24T15:00:47.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-24T15:00:47.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-24T15:00:47.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28662026-03-24T15:00:47.173Z
28672026-03-24T15:00:47.173Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/267)
28682026-03-24T15:00:47.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-24T15:00:47.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-24T15:00:47.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-24T15:00:47.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28722026-03-24T15:00:47.988Z
28732026-03-24T15:00:47.988Zinfo: running `cargo check --bins` on nexus-types-versions (69/267)
28742026-03-24T15:00:48.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-24T15:00:48.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-24T15:00:48.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-24T15:00:48.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
28782026-03-24T15:00:48.843Z
28792026-03-24T15:00:48.843Zinfo: running `cargo check --bins` on omicron-passwords (70/267)
28802026-03-24T15:00:49.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-24T15:00:49.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-24T15:00:49.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-24T15:00:49.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28842026-03-24T15:00:49.634Z
28852026-03-24T15:00:49.634Zinfo: running `cargo check --bins` on oxql-types (71/267)
28862026-03-24T15:00:50.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-24T15:00:50.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-24T15:00:50.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-24T15:00:50.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28902026-03-24T15:00:50.446Z
28912026-03-24T15:00:50.446Zinfo: running `cargo check --bins` on oximeter-types (72/267)
28922026-03-24T15:00:51.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-24T15:00:51.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-24T15:00:51.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-24T15:00:51.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28962026-03-24T15:00:51.261Z
28972026-03-24T15:00:51.261Zinfo: running `cargo check --bins` on oximeter-types-versions (73/267)
28982026-03-24T15:00:51.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-24T15:00:51.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-24T15:00:51.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-24T15:00:51.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29022026-03-24T15:00:52.069Z
29032026-03-24T15:00:52.069Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/267)
29042026-03-24T15:00:52.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-24T15:00:52.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-24T15:00:52.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-24T15:00:52.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29082026-03-24T15:00:52.925Z
29092026-03-24T15:00:52.925Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/267)
29102026-03-24T15:00:53.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-24T15:00:53.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-24T15:00:53.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-24T15:00:53.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29142026-03-24T15:00:53.721Z
29152026-03-24T15:00:53.722Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/267)
29162026-03-24T15:00:54.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-24T15:00:54.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-24T15:00:54.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-24T15:00:54.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29202026-03-24T15:00:54.542Z
29212026-03-24T15:00:54.542Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/267)
29222026-03-24T15:00:55.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-24T15:00:55.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-24T15:00:55.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-24T15:00:55.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29262026-03-24T15:00:55.404Z
29272026-03-24T15:00:55.404Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/267)
29282026-03-24T15:00:56.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-24T15:00:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-24T15:00:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-24T15:00:56.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
29322026-03-24T15:00:56.217Z
29332026-03-24T15:00:56.217Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/267)
29342026-03-24T15:00:56.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-24T15:00:56.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-24T15:00:56.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-24T15:00:56.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29382026-03-24T15:00:57.020Z
29392026-03-24T15:00:57.020Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/267)
29402026-03-24T15:00:57.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-24T15:00:57.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-24T15:00:57.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-24T15:00:57.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29442026-03-24T15:00:57.822Z
29452026-03-24T15:00:57.823Zinfo: running `cargo check --bins --no-default-features` on gfss (81/267)
29462026-03-24T15:00:58.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-24T15:00:58.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-24T15:00:58.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-24T15:00:58.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29502026-03-24T15:00:58.615Z
29512026-03-24T15:00:58.615Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/267)
29522026-03-24T15:00:59.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-24T15:00:59.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-24T15:00:59.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29552026-03-24T15:00:59.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29562026-03-24T15:00:59.412Z
29572026-03-24T15:00:59.412Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/267)
29582026-03-24T15:01:00.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-24T15:01:00.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-24T15:01:00.318Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29612026-03-24T15:01:00.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
29622026-03-24T15:01:01.235Z
29632026-03-24T15:01:01.235Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/267)
29642026-03-24T15:01:01.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652026-03-24T15:01:01.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662026-03-24T15:01:02.159Z Compiling ar_archive_writer v0.5.1
29672026-03-24T15:01:02.291Z Compiling stacker v0.1.23
29682026-03-24T15:01:02.294Z Compiling cfg_aliases v0.1.1
29692026-03-24T15:01:02.314Z Compiling convert_case v0.10.0
29702026-03-24T15:01:02.328Z Checking fd-lock v4.0.4
29712026-03-24T15:01:02.332Z Checking nibble_vec v0.1.0
29722026-03-24T15:01:02.332Z Checking vte v0.14.1
29732026-03-24T15:01:02.332Z Compiling recursive-proc-macro-impl v0.1.1
29742026-03-24T15:01:02.435Z Compiling nix v0.28.0
29752026-03-24T15:01:02.509Z Checking endian-type v0.1.2
29762026-03-24T15:01:02.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29772026-03-24T15:01:02.616Z Checking strip-ansi-escapes v0.2.1
29782026-03-24T15:01:02.637Z Compiling peg-macros v0.8.5
29792026-03-24T15:01:02.668Z Checking radix_trie v0.2.1
29802026-03-24T15:01:02.710Z Compiling derive_more-impl v2.1.1
29812026-03-24T15:01:02.737Z Checking winnow v0.6.26
29822026-03-24T15:01:02.884Z Compiling sqlparser_derive v0.5.0
29832026-03-24T15:01:02.945Z Checking unicode_categories v0.1.1
29842026-03-24T15:01:03.150Z Checking nu-ansi-term v0.50.3
29852026-03-24T15:01:03.176Z Checking home v0.5.12
29862026-03-24T15:01:03.335Z Checking display-error-chain v0.2.2
29872026-03-24T15:01:03.425Z Checking reedline v0.40.0
29882026-03-24T15:01:03.468Z Compiling psm v0.1.30
29892026-03-24T15:01:03.805Z Checking derive_more v2.1.1
29902026-03-24T15:01:03.898Z Checking crossterm v0.29.0
29912026-03-24T15:01:04.172Z Checking peg v0.8.5
29922026-03-24T15:01:04.249Z Checking rustyline v14.0.0
29932026-03-24T15:01:04.289Z Checking sqlformat v0.3.5
29942026-03-24T15:01:04.412Z Checking recursive v0.1.1
29952026-03-24T15:01:04.519Z Checking sqlparser v0.61.0
29962026-03-24T15:01:20.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
29972026-03-24T15:01:20.539Z
29982026-03-24T15:01:20.539Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/267)
29992026-03-24T15:01:21.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-24T15:01:21.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-24T15:01:21.461Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-24T15:01:26.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
30032026-03-24T15:01:26.366Z
30042026-03-24T15:01:26.366Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/267)
30052026-03-24T15:01:27.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-24T15:01:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-24T15:01:27.289Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-24T15:01:30.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
30092026-03-24T15:01:30.805Z
30102026-03-24T15:01:30.805Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/267)
30112026-03-24T15:01:31.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-24T15:01:31.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-24T15:01:31.721Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-24T15:01:36.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
30152026-03-24T15:01:36.322Z
30162026-03-24T15:01:36.322Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/267)
30172026-03-24T15:01:37.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-24T15:01:37.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-24T15:01:37.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-24T15:01:41.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s
30212026-03-24T15:01:41.897Z
30222026-03-24T15:01:41.897Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/267)
30232026-03-24T15:01:42.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-24T15:01:42.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-24T15:01:42.825Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-24T15:01:46.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
30272026-03-24T15:01:46.537Z
30282026-03-24T15:01:46.537Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/267)
30292026-03-24T15:01:47.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-24T15:01:47.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-24T15:01:47.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-24T15:01:50.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30332026-03-24T15:01:51.212Z
30342026-03-24T15:01:51.212Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/267)
30352026-03-24T15:01:51.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-24T15:01:51.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-24T15:01:52.149Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30382026-03-24T15:01:56.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
30392026-03-24T15:01:56.992Z
30402026-03-24T15:01:56.992Zinfo: running `cargo check --bins` on oximeter (92/267)
30412026-03-24T15:01:57.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-24T15:01:57.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-24T15:01:57.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30442026-03-24T15:01:57.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30452026-03-24T15:01:57.807Z
30462026-03-24T15:01:57.807Zinfo: running `cargo check --bins` on oximeter-schema (93/267)
30472026-03-24T15:01:58.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-03-24T15:01:58.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-03-24T15:01:58.688Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30502026-03-24T15:01:58.886Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-03-24T15:01:58.905Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30522026-03-24T15:01:59.329Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30532026-03-24T15:02:04.174Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30542026-03-24T15:02:04.602Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30552026-03-24T15:02:06.126Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30562026-03-24T15:02:07.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
30572026-03-24T15:02:07.238Z
30582026-03-24T15:02:07.238Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/267)
30592026-03-24T15:02:07.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-24T15:02:07.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-24T15:02:07.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-24T15:02:07.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30632026-03-24T15:02:08.051Z
30642026-03-24T15:02:08.051Zinfo: running `cargo check --bins` on oximeter-test-utils (95/267)
30652026-03-24T15:02:08.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-24T15:02:08.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-24T15:02:08.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-24T15:02:08.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
30692026-03-24T15:02:08.932Z
30702026-03-24T15:02:08.932Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/267)
30712026-03-24T15:02:09.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-24T15:02:09.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-24T15:02:09.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-24T15:02:09.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30752026-03-24T15:02:09.771Z
30762026-03-24T15:02:09.771Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/267)
30772026-03-24T15:02:10.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-24T15:02:10.505Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-24T15:02:10.505Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-24T15:02:10.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30812026-03-24T15:02:10.614Z
30822026-03-24T15:02:10.614Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/267)
30832026-03-24T15:02:11.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-24T15:02:11.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-24T15:02:11.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-24T15:02:11.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30872026-03-24T15:02:11.455Z
30882026-03-24T15:02:11.455Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/267)
30892026-03-24T15:02:12.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-24T15:02:12.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-24T15:02:12.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-24T15:02:12.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
30932026-03-24T15:02:12.290Z
30942026-03-24T15:02:12.290Zinfo: running `cargo check --bins` on trust-quorum-types (100/267)
30952026-03-24T15:02:12.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-24T15:02:12.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-24T15:02:12.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-24T15:02:12.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30992026-03-24T15:02:13.085Z
31002026-03-24T15:02:13.086Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/267)
31012026-03-24T15:02:13.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-24T15:02:13.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-24T15:02:13.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-24T15:02:13.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31052026-03-24T15:02:13.924Z
31062026-03-24T15:02:13.924Zinfo: running `cargo check --bins` on update-engine (102/267)
31072026-03-24T15:02:14.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-24T15:02:14.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-24T15:02:14.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-03-24T15:02:14.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31112026-03-24T15:02:14.735Z
31122026-03-24T15:02:14.735Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/267)
31132026-03-24T15:02:15.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-03-24T15:02:15.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-03-24T15:02:15.680Z Checking dropshot-api-manager-types v0.6.0
31162026-03-24T15:02:15.683Z Checking nanorand v0.7.0
31172026-03-24T15:02:15.990Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31182026-03-24T15:02:16.014Z Checking flume v0.11.1
31192026-03-24T15:02:16.288Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31202026-03-24T15:02:17.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.81s
31212026-03-24T15:02:17.794Z
31222026-03-24T15:02:17.794Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/267)
31232026-03-24T15:02:18.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-24T15:02:18.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-24T15:02:18.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-24T15:02:18.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31272026-03-24T15:02:18.617Z
31282026-03-24T15:02:18.617Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/267)
31292026-03-24T15:02:19.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-24T15:02:19.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-24T15:02:19.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-24T15:02:19.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31332026-03-24T15:02:19.434Z
31342026-03-24T15:02:19.434Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/267)
31352026-03-24T15:02:20.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-24T15:02:20.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-24T15:02:20.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-24T15:02:20.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31392026-03-24T15:02:20.274Z
31402026-03-24T15:02:20.275Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/267)
31412026-03-24T15:02:20.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-24T15:02:20.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-24T15:02:20.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-24T15:02:21.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31452026-03-24T15:02:21.111Z
31462026-03-24T15:02:21.111Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/267)
31472026-03-24T15:02:21.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-24T15:02:21.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-24T15:02:21.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-24T15:02:21.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31512026-03-24T15:02:21.931Z
31522026-03-24T15:02:21.931Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/267)
31532026-03-24T15:02:22.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-24T15:02:22.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-24T15:02:22.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-24T15:02:22.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31572026-03-24T15:02:22.754Z
31582026-03-24T15:02:22.754Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/267)
31592026-03-24T15:02:23.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-24T15:02:23.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-24T15:02:23.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-24T15:02:23.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31632026-03-24T15:02:23.577Z
31642026-03-24T15:02:23.577Zinfo: running `cargo check --bins` on cockroach-admin-client (111/267)
31652026-03-24T15:02:24.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-24T15:02:24.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-24T15:02:24.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-24T15:02:24.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31692026-03-24T15:02:24.381Z
31702026-03-24T15:02:24.381Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/267)
31712026-03-24T15:02:25.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-24T15:02:25.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-24T15:02:25.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-24T15:02:25.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31752026-03-24T15:02:25.204Z
31762026-03-24T15:02:25.204Zinfo: running `cargo check --bins` on dns-service-client (113/267)
31772026-03-24T15:02:25.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-24T15:02:25.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-24T15:02:25.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-24T15:02:25.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31812026-03-24T15:02:26.019Z
31822026-03-24T15:02:26.019Zinfo: running `cargo check --bins` on installinator-client (114/267)
31832026-03-24T15:02:26.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-24T15:02:26.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-24T15:02:26.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-24T15:02:26.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31872026-03-24T15:02:26.845Z
31882026-03-24T15:02:26.845Zinfo: running `cargo check --bins` on nexus-client (115/267)
31892026-03-24T15:02:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-24T15:02:27.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-24T15:02:27.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-24T15:02:27.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
31932026-03-24T15:02:27.708Z
31942026-03-24T15:02:27.708Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/267)
31952026-03-24T15:02:28.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-24T15:02:28.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-24T15:02:28.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-24T15:02:28.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
31992026-03-24T15:02:28.582Z
32002026-03-24T15:02:28.582Zinfo: running `cargo check --bins` on ntp-admin-client (117/267)
32012026-03-24T15:02:29.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-24T15:02:29.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-24T15:02:29.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-24T15:02:29.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32052026-03-24T15:02:29.383Z
32062026-03-24T15:02:29.383Zinfo: running `cargo check --bins` on oxide-client (118/267)
32072026-03-24T15:02:30.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-24T15:02:30.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-24T15:02:30.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-24T15:02:30.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32112026-03-24T15:02:30.190Z
32122026-03-24T15:02:30.190Zinfo: running `cargo check --bins` on oximeter-client (119/267)
32132026-03-24T15:02:30.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-24T15:02:30.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-24T15:02:30.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-24T15:02:30.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32172026-03-24T15:02:31.010Z
32182026-03-24T15:02:31.010Zinfo: running `cargo check --bins` on repo-depot-client (120/267)
32192026-03-24T15:02:31.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-24T15:02:31.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-24T15:02:31.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-24T15:02:31.708Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32232026-03-24T15:02:31.813Z
32242026-03-24T15:02:31.813Zinfo: running `cargo check --bins` on sled-agent-client (121/267)
32252026-03-24T15:02:32.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-24T15:02:32.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-24T15:02:32.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-24T15:02:32.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32292026-03-24T15:02:32.653Z
32302026-03-24T15:02:32.653Zinfo: running `cargo check --bins` on wicketd-client (122/267)
32312026-03-24T15:02:33.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-24T15:02:33.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-24T15:02:33.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-24T15:02:33.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32352026-03-24T15:02:33.507Z
32362026-03-24T15:02:33.507Zinfo: running `cargo check --bins` on installinator-common (123/267)
32372026-03-24T15:02:34.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-24T15:02:34.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-24T15:02:34.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-24T15:02:34.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32412026-03-24T15:02:34.344Z
32422026-03-24T15:02:34.344Zinfo: running `cargo check --bins` on installinator-common-versions (124/267)
32432026-03-24T15:02:35.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-24T15:02:35.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-24T15:02:35.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-24T15:02:35.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32472026-03-24T15:02:35.145Z
32482026-03-24T15:02:35.145Zinfo: running `cargo check --bins` on wicket-common (125/267)
32492026-03-24T15:02:35.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-24T15:02:35.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-24T15:02:35.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-03-24T15:02:35.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32532026-03-24T15:02:35.997Z
32542026-03-24T15:02:35.997Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/267)
32552026-03-24T15:02:36.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-03-24T15:02:36.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-03-24T15:02:36.928Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32582026-03-24T15:02:36.931Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32592026-03-24T15:02:36.931Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32602026-03-24T15:02:37.083Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32612026-03-24T15:02:37.083Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32622026-03-24T15:02:37.238Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32632026-03-24T15:02:37.261Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32642026-03-24T15:02:37.561Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32652026-03-24T15:02:37.564Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-03-24T15:02:40.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
32672026-03-24T15:02:40.642Z
32682026-03-24T15:02:40.643Zinfo: running `cargo check --bins` on cockroach-admin-api (127/267)
32692026-03-24T15:02:41.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-24T15:02:41.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-24T15:02:41.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-24T15:02:41.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32732026-03-24T15:02:41.459Z
32742026-03-24T15:02:41.459Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/267)
32752026-03-24T15:02:42.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-24T15:02:42.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-24T15:02:42.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-24T15:02:42.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32792026-03-24T15:02:42.395Z
32802026-03-24T15:02:42.395Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/267)
32812026-03-24T15:02:43.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-24T15:02:43.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-24T15:02:43.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32842026-03-24T15:02:43.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
32852026-03-24T15:02:43.337Z
32862026-03-24T15:02:43.337Zinfo: running `cargo check --bins` on dns-server (130/267)
32872026-03-24T15:02:44.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32882026-03-24T15:02:44.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32892026-03-24T15:02:44.250Z Compiling parking_lot_core v0.8.6
32902026-03-24T15:02:44.250Z Compiling git-stub v1.0.0
32912026-03-24T15:02:44.253Z Compiling atomicwrites v0.4.4
32922026-03-24T15:02:44.253Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-03-24T15:02:44.422Z Checking tagptr v0.2.0
32942026-03-24T15:02:44.436Z Checking prefix-trie v0.7.0
32952026-03-24T15:02:44.439Z Checking fxhash v0.2.1
32962026-03-24T15:02:44.468Z Checking hickory-client v0.25.2
32972026-03-24T15:02:44.581Z Compiling git-stub-vcs v0.1.0
32982026-03-24T15:02:44.596Z Checking moka v0.12.13
32992026-03-24T15:02:44.863Z Checking hickory-server v0.25.2
33002026-03-24T15:02:44.954Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33012026-03-24T15:02:44.971Z Checking parking_lot v0.11.2
33022026-03-24T15:02:45.035Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33032026-03-24T15:02:45.043Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-24T15:02:45.043Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33052026-03-24T15:02:45.201Z Checking sled v0.34.7
33062026-03-24T15:02:45.443Z Checking hickory-resolver v0.25.2
33072026-03-24T15:02:47.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
33082026-03-24T15:02:48.205Z
33092026-03-24T15:02:48.205Zinfo: running `cargo check --bins` on dns-server-api (131/267)
33102026-03-24T15:02:48.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-24T15:02:48.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-24T15:02:48.972Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-24T15:02:48.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33142026-03-24T15:02:49.016Z
33152026-03-24T15:02:49.016Zinfo: running `cargo check --bins` on gateway-test-utils (132/267)
33162026-03-24T15:02:49.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-24T15:02:49.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-24T15:02:49.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33192026-03-24T15:02:49.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33202026-03-24T15:02:49.952Z
33212026-03-24T15:02:49.952Zinfo: running `cargo check --bins` on omicron-gateway (133/267)
33222026-03-24T15:02:50.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33232026-03-24T15:02:50.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33242026-03-24T15:02:50.953Z Compiling radium v0.7.0
33252026-03-24T15:02:51.096Z Checking tap v1.0.1
33262026-03-24T15:02:51.103Z Compiling maybe-uninit v2.0.0
33272026-03-24T15:02:51.128Z Compiling zerocopy-derive v0.6.6
33282026-03-24T15:02:51.146Z Checking funty v2.0.0
33292026-03-24T15:02:51.161Z Compiling packed_struct v0.10.1
33302026-03-24T15:02:51.176Z Checking crc-catalog v2.4.0
33312026-03-24T15:02:51.195Z Compiling packed_struct_codegen v0.10.1
33322026-03-24T15:02:51.222Z Checking wyz v0.5.1
33332026-03-24T15:02:51.303Z Checking crc v3.4.0
33342026-03-24T15:02:51.470Z Compiling bitfield-macros v0.19.4
33352026-03-24T15:02:51.544Z Compiling indexmap v1.9.3
33362026-03-24T15:02:51.551Z Checking nodrop v0.1.14
33372026-03-24T15:02:51.597Z Checking smallvec v0.6.14
33382026-03-24T15:02:51.653Z Checking hashbrown v0.12.3
33392026-03-24T15:02:51.671Z Checking array-init v0.0.4
33402026-03-24T15:02:51.685Z Checking bitvec v1.0.1
33412026-03-24T15:02:51.792Z Checking ron v0.8.1
33422026-03-24T15:02:51.861Z Checking hashbrown v0.13.2
33432026-03-24T15:02:52.237Z Checking serde-hex v0.1.0
33442026-03-24T15:02:52.297Z Checking zerocopy v0.6.6
33452026-03-24T15:02:52.428Z Checking bitfield v0.19.4
33462026-03-24T15:02:52.437Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-03-24T15:02:52.530Z Checking crc-any v2.5.0
33482026-03-24T15:02:52.636Z Checking object v0.30.4
33492026-03-24T15:02:52.692Z Checking half v1.8.3
33502026-03-24T15:02:52.753Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-24T15:02:52.753Z Checking path-slash v0.1.5
33522026-03-24T15:02:52.773Z Checking void v1.0.2
33532026-03-24T15:02:52.808Z Checking tungstenite v0.23.0
33542026-03-24T15:02:52.961Z Checking lzss v0.8.2
33552026-03-24T15:02:53.020Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-24T15:02:53.020Z Checking serde_cbor v0.11.2
33572026-03-24T15:02:53.041Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33582026-03-24T15:02:53.114Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-03-24T15:02:53.129Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33602026-03-24T15:02:53.210Z Checking nix v0.27.1
33612026-03-24T15:02:53.432Z Checking kstat-rs v0.2.4
33622026-03-24T15:02:53.456Z Checking serde_bytes v0.11.19
33632026-03-24T15:02:53.591Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33642026-03-24T15:02:53.627Z Checking tokio-tungstenite v0.23.1
33652026-03-24T15:02:53.680Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-03-24T15:02:53.911Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33672026-03-24T15:02:53.968Z Checking signal-hook-tokio v0.3.1
33682026-03-24T15:02:55.013Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-03-24T15:02:55.254Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33702026-03-24T15:02:58.574Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-24T15:02:59.787Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33722026-03-24T15:03:00.156Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33732026-03-24T15:03:01.630Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33742026-03-24T15:03:04.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s
33752026-03-24T15:03:04.635Z
33762026-03-24T15:03:04.635Zinfo: running `cargo check --bins` on gateway-api (134/267)
33772026-03-24T15:03:05.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-24T15:03:05.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-24T15:03:05.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-24T15:03:05.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33812026-03-24T15:03:05.452Z
33822026-03-24T15:03:05.452Zinfo: running `cargo check --bins` on ipcc (135/267)
33832026-03-24T15:03:06.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-24T15:03:06.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-24T15:03:06.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-24T15:03:06.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
33872026-03-24T15:03:06.274Z
33882026-03-24T15:03:06.274Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/267)
33892026-03-24T15:03:06.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-24T15:03:06.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-24T15:03:06.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-24T15:03:06.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33932026-03-24T15:03:07.071Z
33942026-03-24T15:03:07.071Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/267)
33952026-03-24T15:03:07.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-24T15:03:07.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-24T15:03:07.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-24T15:03:07.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
33992026-03-24T15:03:07.893Z
34002026-03-24T15:03:07.893Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/267)
34012026-03-24T15:03:08.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-24T15:03:08.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-24T15:03:08.603Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-24T15:03:08.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34052026-03-24T15:03:08.715Z
34062026-03-24T15:03:08.715Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/267)
34072026-03-24T15:03:09.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-24T15:03:09.423Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-24T15:03:09.423Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-24T15:03:09.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34112026-03-24T15:03:09.535Z
34122026-03-24T15:03:09.535Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/267)
34132026-03-24T15:03:10.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-24T15:03:10.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-24T15:03:10.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-24T15:03:10.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34172026-03-24T15:03:10.354Z
34182026-03-24T15:03:10.355Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/267)
34192026-03-24T15:03:11.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-24T15:03:11.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-24T15:03:11.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-24T15:03:11.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34232026-03-24T15:03:11.174Z
34242026-03-24T15:03:11.174Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/267)
34252026-03-24T15:03:11.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-24T15:03:11.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-24T15:03:11.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-24T15:03:11.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34292026-03-24T15:03:11.990Z
34302026-03-24T15:03:11.990Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/267)
34312026-03-24T15:03:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-24T15:03:12.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-24T15:03:12.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-24T15:03:12.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34352026-03-24T15:03:12.810Z
34362026-03-24T15:03:12.811Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/267)
34372026-03-24T15:03:13.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-24T15:03:13.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-24T15:03:13.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-24T15:03:13.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34412026-03-24T15:03:13.629Z
34422026-03-24T15:03:13.629Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/267)
34432026-03-24T15:03:14.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-24T15:03:14.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-24T15:03:14.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-24T15:03:14.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34472026-03-24T15:03:14.448Z
34482026-03-24T15:03:14.448Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/267)
34492026-03-24T15:03:15.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-24T15:03:15.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-24T15:03:15.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-24T15:03:15.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34532026-03-24T15:03:15.265Z
34542026-03-24T15:03:15.265Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/267)
34552026-03-24T15:03:15.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-24T15:03:15.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-24T15:03:15.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-24T15:03:15.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34592026-03-24T15:03:16.083Z
34602026-03-24T15:03:16.083Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/267)
34612026-03-24T15:03:16.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-24T15:03:16.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-24T15:03:16.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-03-24T15:03:16.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34652026-03-24T15:03:16.900Z
34662026-03-24T15:03:16.900Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/267)
34672026-03-24T15:03:17.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-24T15:03:17.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-24T15:03:17.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-24T15:03:17.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34712026-03-24T15:03:17.714Z
34722026-03-24T15:03:17.714Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/267)
34732026-03-24T15:03:18.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-24T15:03:18.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-24T15:03:18.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-24T15:03:18.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34772026-03-24T15:03:18.531Z
34782026-03-24T15:03:18.531Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/267)
34792026-03-24T15:03:19.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-24T15:03:19.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-24T15:03:19.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-24T15:03:19.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34832026-03-24T15:03:19.347Z
34842026-03-24T15:03:19.347Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/267)
34852026-03-24T15:03:20.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-24T15:03:20.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-24T15:03:20.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-24T15:03:20.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
34892026-03-24T15:03:20.176Z
34902026-03-24T15:03:20.176Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/267)
34912026-03-24T15:03:20.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-24T15:03:20.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-24T15:03:20.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-24T15:03:20.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34952026-03-24T15:03:20.984Z
34962026-03-24T15:03:20.984Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/267)
34972026-03-24T15:03:21.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-24T15:03:21.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-24T15:03:21.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-24T15:03:21.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35012026-03-24T15:03:21.797Z
35022026-03-24T15:03:21.797Zinfo: running `cargo check --bins` on oximeter-producer (155/267)
35032026-03-24T15:03:22.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-24T15:03:22.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-24T15:03:22.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-24T15:03:22.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35072026-03-24T15:03:22.667Z
35082026-03-24T15:03:22.667Zinfo: running `cargo check --bins` on internal-dns-resolver (156/267)
35092026-03-24T15:03:23.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-24T15:03:23.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-24T15:03:23.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-24T15:03:23.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35132026-03-24T15:03:23.490Z
35142026-03-24T15:03:23.490Zinfo: running `cargo check --bins` on sp-sim (157/267)
35152026-03-24T15:03:24.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-24T15:03:24.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-24T15:03:24.487Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-03-24T15:03:26.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
35192026-03-24T15:03:27.090Z
35202026-03-24T15:03:27.090Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/267)
35212026-03-24T15:03:27.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-24T15:03:27.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-24T15:03:27.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-24T15:03:27.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35252026-03-24T15:03:27.979Z
35262026-03-24T15:03:27.980Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/267)
35272026-03-24T15:03:28.749Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-24T15:03:28.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-24T15:03:28.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-24T15:03:28.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
35312026-03-24T15:03:28.879Z
35322026-03-24T15:03:28.879Zinfo: running `cargo check --bins` on db-macros (160/267)
35332026-03-24T15:03:29.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-24T15:03:29.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-24T15:03:29.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-24T15:03:29.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35372026-03-24T15:03:29.678Z
35382026-03-24T15:03:29.678Zinfo: running `cargo check --bins` on nexus-macros-common (161/267)
35392026-03-24T15:03:30.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-24T15:03:30.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-24T15:03:30.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-24T15:03:30.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35432026-03-24T15:03:30.482Z
35442026-03-24T15:03:30.482Zinfo: running `cargo check --bins` on nexus-auth (162/267)
35452026-03-24T15:03:31.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-24T15:03:31.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-24T15:03:31.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-24T15:03:31.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
35492026-03-24T15:03:31.372Z
35502026-03-24T15:03:31.372Zinfo: running `cargo check --bins` on authz-macros (163/267)
35512026-03-24T15:03:32.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-24T15:03:32.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-24T15:03:32.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-24T15:03:32.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35552026-03-24T15:03:32.172Z
35562026-03-24T15:03:32.172Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/267)
35572026-03-24T15:03:32.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-24T15:03:32.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-24T15:03:32.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-24T15:03:32.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35612026-03-24T15:03:33.046Z
35622026-03-24T15:03:33.046Zinfo: running `cargo check --bins` on nexus-db-model (165/267)
35632026-03-24T15:03:33.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-24T15:03:33.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-24T15:03:33.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-24T15:03:33.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35672026-03-24T15:03:33.917Z
35682026-03-24T15:03:33.917Zinfo: running `cargo check --bins` on nexus-db-schema (166/267)
35692026-03-24T15:03:34.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-24T15:03:34.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-24T15:03:34.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-24T15:03:34.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35732026-03-24T15:03:34.723Z
35742026-03-24T15:03:34.723Zinfo: running `cargo check --bins` on omicron-rpaths (167/267)
35752026-03-24T15:03:35.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-24T15:03:35.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-24T15:03:35.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-24T15:03:35.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35792026-03-24T15:03:35.512Z
35802026-03-24T15:03:35.512Zinfo: running `cargo check --bins` on nexus-defaults (168/267)
35812026-03-24T15:03:36.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-24T15:03:36.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-24T15:03:36.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-24T15:03:36.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35852026-03-24T15:03:36.332Z
35862026-03-24T15:03:36.332Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/267)
35872026-03-24T15:03:37.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-24T15:03:37.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-24T15:03:37.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-24T15:03:37.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35912026-03-24T15:03:37.133Z
35922026-03-24T15:03:37.133Zinfo: running `cargo check --bins` on parallel-task-set (170/267)
35932026-03-24T15:03:37.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-24T15:03:37.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-24T15:03:37.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-24T15:03:37.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35972026-03-24T15:03:37.921Z
35982026-03-24T15:03:37.921Zinfo: running `cargo check --bins` on nexus-db-errors (171/267)
35992026-03-24T15:03:38.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-24T15:03:38.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-24T15:03:38.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-24T15:03:38.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36032026-03-24T15:03:38.805Z
36042026-03-24T15:03:38.805Zinfo: running `cargo check --bins` on nexus-db-lookup (172/267)
36052026-03-24T15:03:39.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-24T15:03:39.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-24T15:03:39.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-03-24T15:03:39.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36092026-03-24T15:03:39.691Z
36102026-03-24T15:03:39.691Zinfo: running `cargo check --bins` on nexus-inventory (173/267)
36112026-03-24T15:03:40.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-03-24T15:03:40.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-03-24T15:03:40.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-03-24T15:03:40.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
36152026-03-24T15:03:40.574Z
36162026-03-24T15:03:40.574Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/267)
36172026-03-24T15:03:41.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-03-24T15:03:41.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-03-24T15:03:41.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-03-24T15:03:41.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36212026-03-24T15:03:41.420Z
36222026-03-24T15:03:41.420Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/267)
36232026-03-24T15:03:42.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-03-24T15:03:42.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-03-24T15:03:42.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-03-24T15:03:42.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36272026-03-24T15:03:42.252Z
36282026-03-24T15:03:42.252Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/267)
36292026-03-24T15:03:42.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-03-24T15:03:42.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-03-24T15:03:42.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-03-24T15:03:42.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
36332026-03-24T15:03:43.086Z
36342026-03-24T15:03:43.086Zinfo: running `cargo check --bins` on key-manager (177/267)
36352026-03-24T15:03:43.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-03-24T15:03:43.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-03-24T15:03:43.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-03-24T15:03:43.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36392026-03-24T15:03:43.904Z
36402026-03-24T15:03:43.904Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/267)
36412026-03-24T15:03:44.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-03-24T15:03:44.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-03-24T15:03:44.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-03-24T15:03:44.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36452026-03-24T15:03:44.739Z
36462026-03-24T15:03:44.740Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/267)
36472026-03-24T15:03:45.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-03-24T15:03:45.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-03-24T15:03:45.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-03-24T15:03:45.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
36512026-03-24T15:03:45.563Z
36522026-03-24T15:03:45.563Zinfo: running `cargo check --bins` on typed-rng (180/267)
36532026-03-24T15:03:46.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-03-24T15:03:46.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-03-24T15:03:46.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-03-24T15:03:46.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
36572026-03-24T15:03:46.352Z
36582026-03-24T15:03:46.352Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/267)
36592026-03-24T15:03:47.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-03-24T15:03:47.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-03-24T15:03:47.528Z Compiling libefi-sys v0.1.0
36622026-03-24T15:03:47.532Z Compiling bitfield-struct v0.6.2
36632026-03-24T15:03:47.709Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36642026-03-24T15:03:47.721Z Compiling xshell-macros v0.2.7
36652026-03-24T15:03:47.740Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36662026-03-24T15:03:47.762Z Compiling salty v0.3.0
36672026-03-24T15:03:47.782Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36682026-03-24T15:03:47.805Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36692026-03-24T15:03:47.805Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36702026-03-24T15:03:48.153Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36712026-03-24T15:03:48.175Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-03-24T15:03:48.201Z Checking xshell v0.2.7
36732026-03-24T15:03:48.338Z Checking primeorder v0.13.6
36742026-03-24T15:03:48.381Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36752026-03-24T15:03:48.424Z Compiling proc-macro-error-attr2 v2.0.0
36762026-03-24T15:03:48.445Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36772026-03-24T15:03:48.496Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-03-24T15:03:48.517Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36792026-03-24T15:03:48.656Z Checking p384 v0.13.1
36802026-03-24T15:03:48.656Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36812026-03-24T15:03:48.725Z Compiling num-derive v0.3.3
36822026-03-24T15:03:48.847Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36832026-03-24T15:03:48.931Z Compiling proc-macro-error2 v2.0.1
36842026-03-24T15:03:49.088Z Compiling unicase v2.9.0
36852026-03-24T15:03:49.161Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36862026-03-24T15:03:49.287Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-03-24T15:03:49.337Z Compiling tabled_derive v0.11.0
36882026-03-24T15:03:49.362Z Compiling mime_guess v2.0.5
36892026-03-24T15:03:49.382Z Compiling progenitor-impl v0.11.2
36902026-03-24T15:03:49.761Z Checking papergrid v0.17.0
36912026-03-24T15:03:49.919Z Checking libscf-sys v1.1.0
36922026-03-24T15:03:50.054Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-24T15:03:50.082Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-03-24T15:03:50.219Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36952026-03-24T15:03:50.316Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36962026-03-24T15:03:50.891Z Checking testing_table v0.3.0
36972026-03-24T15:03:50.950Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36982026-03-24T15:03:50.976Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36992026-03-24T15:03:51.006Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37002026-03-24T15:03:51.075Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37012026-03-24T15:03:51.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37022026-03-24T15:03:51.220Z Checking corncobs v0.1.4
37032026-03-24T15:03:51.275Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37042026-03-24T15:03:51.316Z Checking tabled v0.20.0
37052026-03-24T15:03:51.376Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-03-24T15:03:51.458Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37072026-03-24T15:03:51.657Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37082026-03-24T15:03:51.754Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37092026-03-24T15:03:51.998Z Checking progenitor-client v0.11.2
37102026-03-24T15:03:52.201Z Checking secrecy v0.8.0
37112026-03-24T15:03:52.359Z Checking http-range v0.1.5
37122026-03-24T15:03:52.557Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37132026-03-24T15:03:52.747Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37142026-03-24T15:03:52.768Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37152026-03-24T15:03:52.964Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37162026-03-24T15:03:52.997Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37172026-03-24T15:03:53.148Z Compiling progenitor-macro v0.11.2
37182026-03-24T15:03:53.290Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37192026-03-24T15:03:53.458Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37202026-03-24T15:03:53.480Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37212026-03-24T15:03:53.563Z Checking atty v0.2.14
37222026-03-24T15:03:53.629Z Checking crc8 v0.1.1
37232026-03-24T15:03:53.685Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37242026-03-24T15:03:53.754Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37252026-03-24T15:03:54.120Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37262026-03-24T15:03:54.283Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37272026-03-24T15:03:54.575Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37282026-03-24T15:03:54.624Z Checking hyper-staticfile v0.10.1
37292026-03-24T15:03:54.698Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37302026-03-24T15:03:54.905Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37312026-03-24T15:03:55.002Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37322026-03-24T15:03:55.050Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37332026-03-24T15:03:55.281Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37342026-03-24T15:03:55.346Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37352026-03-24T15:03:55.386Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37362026-03-24T15:03:55.681Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37372026-03-24T15:03:55.899Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37382026-03-24T15:03:56.068Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37392026-03-24T15:03:56.210Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37402026-03-24T15:03:56.362Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37412026-03-24T15:03:56.585Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37422026-03-24T15:03:56.911Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37432026-03-24T15:03:57.074Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37442026-03-24T15:03:57.614Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37452026-03-24T15:03:58.768Z Checking progenitor v0.11.2
37462026-03-24T15:03:58.940Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37472026-03-24T15:04:05.749Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-03-24T15:04:21.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.21s
37492026-03-24T15:04:21.835Z
37502026-03-24T15:04:21.835Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/267)
37512026-03-24T15:04:22.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-24T15:04:22.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-24T15:04:22.949Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-03-24T15:04:39.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s
37552026-03-24T15:04:39.890Z
37562026-03-24T15:04:39.891Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/267)
37572026-03-24T15:04:39.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-24T15:04:39.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-24T15:04:40.144Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-03-24T15:04:56.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37612026-03-24T15:04:56.262Z
37622026-03-24T15:04:56.262Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/267)
37632026-03-24T15:04:57.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-24T15:04:57.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-24T15:04:57.372Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-03-24T15:05:13.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.95s
37672026-03-24T15:05:13.470Z
37682026-03-24T15:05:13.470Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/267)
37692026-03-24T15:05:14.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-24T15:05:14.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-24T15:05:14.583Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-03-24T15:05:30.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37732026-03-24T15:05:30.713Z
37742026-03-24T15:05:30.713Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/267)
37752026-03-24T15:05:31.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-24T15:05:31.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-24T15:05:31.816Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-03-24T15:05:47.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37792026-03-24T15:05:47.991Z
37802026-03-24T15:05:47.992Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/267)
37812026-03-24T15:05:48.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-24T15:05:48.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-24T15:05:49.088Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-03-24T15:06:05.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37852026-03-24T15:06:05.329Z
37862026-03-24T15:06:05.329Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/267)
37872026-03-24T15:06:06.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-24T15:06:06.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-24T15:06:06.485Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-03-24T15:06:22.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.05s
37912026-03-24T15:06:22.630Z
37922026-03-24T15:06:22.630Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/267)
37932026-03-24T15:06:23.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-24T15:06:23.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-24T15:06:23.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-24T15:06:23.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37972026-03-24T15:06:23.487Z
37982026-03-24T15:06:23.487Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/267)
37992026-03-24T15:06:24.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-24T15:06:24.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-24T15:06:24.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-24T15:06:24.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38032026-03-24T15:06:24.313Z
38042026-03-24T15:06:24.314Zinfo: running `cargo check --bins` on range-requests (191/267)
38052026-03-24T15:06:25.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-24T15:06:25.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-24T15:06:25.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-24T15:06:25.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38092026-03-24T15:06:25.125Z
38102026-03-24T15:06:25.125Zinfo: running `cargo check --bins` on repo-depot-api (192/267)
38112026-03-24T15:06:25.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-24T15:06:25.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-24T15:06:25.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-24T15:06:25.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38152026-03-24T15:06:25.939Z
38162026-03-24T15:06:25.939Zinfo: running `cargo check --bins` on sled-agent-api (193/267)
38172026-03-24T15:06:26.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-24T15:06:26.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-24T15:06:26.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-24T15:06:26.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38212026-03-24T15:06:26.782Z
38222026-03-24T15:06:26.782Zinfo: running `cargo check --bins` on sled-diagnostics (194/267)
38232026-03-24T15:06:27.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-24T15:06:27.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-24T15:06:27.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-24T15:06:27.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38272026-03-24T15:06:27.608Z
38282026-03-24T15:06:27.608Zinfo: running `cargo check --bins` on zfs-test-harness (195/267)
38292026-03-24T15:06:28.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-24T15:06:28.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-24T15:06:28.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-24T15:06:28.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38332026-03-24T15:06:28.447Z
38342026-03-24T15:06:28.447Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/267)
38352026-03-24T15:06:29.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-24T15:06:29.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-24T15:06:29.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-24T15:06:29.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38392026-03-24T15:06:29.293Z
38402026-03-24T15:06:29.293Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/267)
38412026-03-24T15:06:30.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-24T15:06:30.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-24T15:06:30.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-24T15:06:30.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38452026-03-24T15:06:30.143Z
38462026-03-24T15:06:30.143Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/267)
38472026-03-24T15:06:30.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-24T15:06:30.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-24T15:06:30.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-24T15:06:30.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38512026-03-24T15:06:30.989Z
38522026-03-24T15:06:30.990Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/267)
38532026-03-24T15:06:31.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-24T15:06:31.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-24T15:06:31.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-03-24T15:06:31.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38572026-03-24T15:06:31.842Z
38582026-03-24T15:06:31.842Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/267)
38592026-03-24T15:06:32.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-03-24T15:06:32.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-03-24T15:06:32.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-03-24T15:06:32.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38632026-03-24T15:06:32.693Z
38642026-03-24T15:06:32.693Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/267)
38652026-03-24T15:06:33.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-03-24T15:06:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-03-24T15:06:33.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-03-24T15:06:33.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38692026-03-24T15:06:33.548Z
38702026-03-24T15:06:33.548Zinfo: running `cargo check --bins` on trust-quorum (202/267)
38712026-03-24T15:06:34.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-03-24T15:06:34.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-03-24T15:06:34.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-03-24T15:06:34.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38752026-03-24T15:06:34.403Z
38762026-03-24T15:06:34.403Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/267)
38772026-03-24T15:06:35.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-03-24T15:06:35.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-03-24T15:06:35.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-03-24T15:06:35.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38812026-03-24T15:06:35.275Z
38822026-03-24T15:06:35.275Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/267)
38832026-03-24T15:06:36.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-03-24T15:06:36.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-03-24T15:06:36.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-03-24T15:06:36.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38872026-03-24T15:06:36.159Z
38882026-03-24T15:06:36.159Zinfo: running `cargo check --bins` on update-common (205/267)
38892026-03-24T15:06:36.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-03-24T15:06:36.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-03-24T15:06:36.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-03-24T15:06:36.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38932026-03-24T15:06:36.992Z
38942026-03-24T15:06:36.992Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/267)
38952026-03-24T15:06:37.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-03-24T15:06:37.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-03-24T15:06:37.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-03-24T15:06:37.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38992026-03-24T15:06:37.884Z
39002026-03-24T15:06:37.884Zinfo: running `cargo check --bins` on reconfigurator-cli (207/267)
39012026-03-24T15:06:38.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-03-24T15:06:38.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-03-24T15:06:38.965Z Compiling fs-err v2.11.0
39042026-03-24T15:06:38.968Z Checking ignore v0.4.25
39052026-03-24T15:06:39.125Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39062026-03-24T15:06:39.140Z Checking predicates-tree v1.0.13
39072026-03-24T15:06:39.157Z Checking parse-size v1.1.0
39082026-03-24T15:06:39.178Z Checking rand_seeder v0.4.0
39092026-03-24T15:06:39.183Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39102026-03-24T15:06:39.212Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39112026-03-24T15:06:39.268Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39122026-03-24T15:06:39.299Z Compiling petname v2.0.2
39132026-03-24T15:06:39.352Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39142026-03-24T15:06:39.544Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39152026-03-24T15:06:39.564Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39162026-03-24T15:06:39.642Z Checking globwalk v0.9.1
39172026-03-24T15:06:39.671Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39182026-03-24T15:06:39.771Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39192026-03-24T15:06:39.878Z Checking camino-tempfile-ext v0.3.3
39202026-03-24T15:06:39.899Z Checking sapling-renderdag v0.1.0
39212026-03-24T15:06:40.002Z Checking sync-ptr v0.1.4
39222026-03-24T15:06:40.135Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39232026-03-24T15:06:40.153Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39242026-03-24T15:06:40.251Z Checking colored v2.2.0
39252026-03-24T15:06:40.278Z Checking assert_matches v1.5.0
39262026-03-24T15:06:40.601Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39272026-03-24T15:06:40.731Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-03-24T15:06:40.734Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39292026-03-24T15:06:41.508Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39302026-03-24T15:06:43.301Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39312026-03-24T15:06:46.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.34s
39322026-03-24T15:06:46.482Z
39332026-03-24T15:06:46.482Zinfo: running `cargo check --bins` on omicron-repl-utils (208/267)
39342026-03-24T15:06:47.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39352026-03-24T15:06:47.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39362026-03-24T15:06:47.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39372026-03-24T15:06:47.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39382026-03-24T15:06:47.288Z
39392026-03-24T15:06:47.288Zinfo: running `cargo check --bins` on nexus-test-interface (209/267)
39402026-03-24T15:06:48.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39412026-03-24T15:06:48.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39422026-03-24T15:06:48.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39432026-03-24T15:06:48.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
39442026-03-24T15:06:48.179Z
39452026-03-24T15:06:48.180Zinfo: running `cargo check --bins` on oximeter-collector (210/267)
39462026-03-24T15:06:48.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-24T15:06:48.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-24T15:06:49.175Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39492026-03-24T15:06:49.175Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39502026-03-24T15:06:50.029Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39512026-03-24T15:06:52.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
39522026-03-24T15:06:52.305Z
39532026-03-24T15:06:52.305Zinfo: running `cargo check --bins` on oximeter-api (211/267)
39542026-03-24T15:06:53.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-24T15:06:53.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-24T15:06:53.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-03-24T15:06:53.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
39582026-03-24T15:06:53.128Z
39592026-03-24T15:06:53.128Zinfo: running `cargo check --bins` on cert-dev (212/267)
39602026-03-24T15:06:53.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-24T15:06:53.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-24T15:06:53.975Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39632026-03-24T15:06:54.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
39642026-03-24T15:06:54.526Z
39652026-03-24T15:06:54.526Zinfo: running `cargo check --bins` on clickana (213/267)
39662026-03-24T15:06:55.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-03-24T15:06:55.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-03-24T15:06:55.417Z Compiling darling_core v0.23.0
39692026-03-24T15:06:55.546Z Compiling instability v0.3.11
39702026-03-24T15:06:55.562Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39712026-03-24T15:06:55.565Z Checking castaway v0.2.4
39722026-03-24T15:06:55.565Z Compiling indoc v2.0.7
39732026-03-24T15:06:55.587Z Checking unicode-truncate v1.1.0
39742026-03-24T15:06:55.619Z Checking lru v0.12.5
39752026-03-24T15:06:55.622Z Checking cassowary v0.3.0
39762026-03-24T15:06:55.696Z Checking compact_str v0.8.1
39772026-03-24T15:06:56.860Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39782026-03-24T15:06:57.093Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39792026-03-24T15:06:57.561Z Compiling darling_macro v0.23.0
39802026-03-24T15:06:58.090Z Compiling darling v0.23.0
39812026-03-24T15:06:58.869Z Checking ratatui v0.29.0
39822026-03-24T15:07:00.405Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39832026-03-24T15:07:01.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
39842026-03-24T15:07:01.483Z
39852026-03-24T15:07:01.483Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (214/267)
39862026-03-24T15:07:02.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-03-24T15:07:02.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-03-24T15:07:02.503Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39892026-03-24T15:07:02.506Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39902026-03-24T15:07:03.266Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39912026-03-24T15:07:03.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
39922026-03-24T15:07:04.015Z
39932026-03-24T15:07:04.015Zinfo: running `cargo check --bins` on ch-dev (215/267)
39942026-03-24T15:07:04.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39952026-03-24T15:07:04.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39962026-03-24T15:07:05.027Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39972026-03-24T15:07:05.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s
39982026-03-24T15:07:06.197Z
39992026-03-24T15:07:06.197Zinfo: running `cargo check --bins` on dev-tools-common (216/267)
40002026-03-24T15:07:06.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40012026-03-24T15:07:06.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40022026-03-24T15:07:06.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40032026-03-24T15:07:06.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40042026-03-24T15:07:06.839Z
40052026-03-24T15:07:06.839Zinfo: running `cargo check --bins` on crdb-seed (217/267)
40062026-03-24T15:07:07.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-24T15:07:07.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-24T15:07:07.840Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40092026-03-24T15:07:08.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
40102026-03-24T15:07:08.636Z
40112026-03-24T15:07:08.636Zinfo: running `cargo check --bins` on db-dev (218/267)
40122026-03-24T15:07:09.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-24T15:07:09.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-24T15:07:09.658Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40152026-03-24T15:07:10.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s
40162026-03-24T15:07:10.831Z
40172026-03-24T15:07:10.831Zinfo: running `cargo check --bins` on omicron-dev-lib (219/267)
40182026-03-24T15:07:11.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-24T15:07:11.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-24T15:07:11.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-24T15:07:11.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40222026-03-24T15:07:11.713Z
40232026-03-24T15:07:11.713Zinfo: running `cargo check --bins` on xtask-downloader (220/267)
40242026-03-24T15:07:12.406Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-24T15:07:12.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-24T15:07:12.565Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40272026-03-24T15:07:13.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40282026-03-24T15:07:13.677Z
40292026-03-24T15:07:13.677Zinfo: running `cargo check --bins` on omicron-dropshot-apis (221/267)
40302026-03-24T15:07:14.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-24T15:07:14.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-24T15:07:14.719Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40332026-03-24T15:07:14.719Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40342026-03-24T15:07:14.722Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40352026-03-24T15:07:14.722Z Checking git-stub v1.0.0
40362026-03-24T15:07:14.722Z Compiling trait-variant v0.1.2
40372026-03-24T15:07:14.722Z Checking maplit v1.0.2
40382026-03-24T15:07:14.878Z Checking is_ci v1.2.0
40392026-03-24T15:07:14.906Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40402026-03-24T15:07:14.978Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40412026-03-24T15:07:15.039Z Checking supports-color v3.0.2
40422026-03-24T15:07:15.145Z Checking drift v0.1.3
40432026-03-24T15:07:15.163Z Checking git-stub-vcs v0.1.0
40442026-03-24T15:07:15.189Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40452026-03-24T15:07:15.207Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40462026-03-24T15:07:15.418Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40472026-03-24T15:07:15.436Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40482026-03-24T15:07:15.513Z Checking dropshot-api-manager v0.6.0
40492026-03-24T15:07:15.557Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40502026-03-24T15:07:15.582Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40512026-03-24T15:07:15.823Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40522026-03-24T15:07:15.879Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-03-24T15:07:16.136Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40542026-03-24T15:07:16.557Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40552026-03-24T15:07:23.503Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40562026-03-24T15:07:24.943Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40572026-03-24T15:07:25.729Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40582026-03-24T15:07:26.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.58s
40592026-03-24T15:07:26.508Z
40602026-03-24T15:07:26.508Zinfo: running `cargo check --bins` on installinator-api (222/267)
40612026-03-24T15:07:27.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-24T15:07:27.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-24T15:07:27.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40642026-03-24T15:07:27.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40652026-03-24T15:07:27.327Z
40662026-03-24T15:07:27.327Zinfo: running `cargo check --bins` on nexus-external-api (223/267)
40672026-03-24T15:07:28.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40682026-03-24T15:07:28.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40692026-03-24T15:07:28.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40702026-03-24T15:07:28.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40712026-03-24T15:07:28.201Z
40722026-03-24T15:07:28.201Zinfo: running `cargo check --bins` on nexus-internal-api (224/267)
40732026-03-24T15:07:28.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40742026-03-24T15:07:28.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40752026-03-24T15:07:28.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40762026-03-24T15:07:28.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
40772026-03-24T15:07:29.079Z
40782026-03-24T15:07:29.079Zinfo: running `cargo check --bins` on nexus-lockstep-api (225/267)
40792026-03-24T15:07:29.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-24T15:07:29.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-24T15:07:29.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40822026-03-24T15:07:29.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
40832026-03-24T15:07:29.943Z
40842026-03-24T15:07:29.943Zinfo: running `cargo check --bins` on ntp-admin-api (226/267)
40852026-03-24T15:07:30.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-03-24T15:07:30.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-03-24T15:07:30.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-03-24T15:07:30.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40892026-03-24T15:07:30.764Z
40902026-03-24T15:07:30.764Zinfo: running `cargo check --bins` on ntp-admin-types-versions (227/267)
40912026-03-24T15:07:31.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-03-24T15:07:31.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-03-24T15:07:31.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-03-24T15:07:31.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40952026-03-24T15:07:31.569Z
40962026-03-24T15:07:31.569Zinfo: running `cargo check --bins` on wicketd-api (228/267)
40972026-03-24T15:07:32.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-03-24T15:07:32.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-03-24T15:07:32.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-03-24T15:07:32.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
41012026-03-24T15:07:32.423Z
41022026-03-24T15:07:32.423Zinfo: running `cargo check --bins` on omicron-ls-apis (229/267)
41032026-03-24T15:07:33.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-03-24T15:07:33.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-03-24T15:07:33.280Z Checking erased-serde v0.4.9
41062026-03-24T15:07:33.405Z Checking ordered-float v2.10.1
41072026-03-24T15:07:33.428Z Checking unicode-xid v0.2.6
41082026-03-24T15:07:33.487Z Checking cargo-platform v0.2.0
41092026-03-24T15:07:33.693Z Checking serde-value v0.7.0
41102026-03-24T15:07:33.868Z Checking serde-untagged v0.1.9
41112026-03-24T15:07:34.076Z Checking cargo-util-schemas v0.8.2
41122026-03-24T15:07:35.071Z Checking cargo_metadata v0.21.0
41132026-03-24T15:07:35.937Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41142026-03-24T15:07:36.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s
41152026-03-24T15:07:37.069Z
41162026-03-24T15:07:37.069Zinfo: running `cargo check --bins` on mgs-dev (230/267)
41172026-03-24T15:07:37.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-03-24T15:07:37.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-03-24T15:07:38.112Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41202026-03-24T15:07:38.878Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41212026-03-24T15:07:39.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
41222026-03-24T15:07:39.742Z
41232026-03-24T15:07:39.742Zinfo: running `cargo check --bins` on omicron-omdb (231/267)
41242026-03-24T15:07:40.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-03-24T15:07:40.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-03-24T15:07:40.954Z Compiling vergen-gitcl v1.0.8
41272026-03-24T15:07:40.954Z Compiling dirs-sys-next v0.1.2
41282026-03-24T15:07:40.957Z Compiling diesel_derives v2.3.7
41292026-03-24T15:07:40.957Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41302026-03-24T15:07:40.957Z Compiling crunchy v0.2.4
41312026-03-24T15:07:40.957Z Compiling glob v0.3.3
41322026-03-24T15:07:40.957Z Compiling dsl_auto_type v0.2.0
41332026-03-24T15:07:40.957Z Checking scheduled-thread-pool v0.2.7
41342026-03-24T15:07:41.335Z Compiling diesel_table_macro_syntax v0.3.0
41352026-03-24T15:07:41.372Z Compiling tiny-keccak v2.0.2
41362026-03-24T15:07:41.400Z Compiling dirs-next v2.0.0
41372026-03-24T15:07:41.556Z Compiling term v0.7.0
41382026-03-24T15:07:41.605Z Checking r2d2 v0.8.10
41392026-03-24T15:07:41.643Z Checking downcast-rs v2.0.2
41402026-03-24T15:07:41.672Z Compiling bit-vec v0.6.3
41412026-03-24T15:07:41.692Z Compiling clang-sys v1.8.1
41422026-03-24T15:07:41.835Z Compiling itertools v0.10.5
41432026-03-24T15:07:41.957Z Compiling ascii-canvas v3.0.0
41442026-03-24T15:07:42.177Z Compiling bit-set v0.5.3
41452026-03-24T15:07:42.281Z Compiling ena v0.14.4
41462026-03-24T15:07:42.308Z Compiling libloading v0.8.9
41472026-03-24T15:07:42.328Z Compiling bindgen v0.71.1
41482026-03-24T15:07:42.375Z Compiling diff v0.1.13
41492026-03-24T15:07:42.395Z Compiling regex-syntax v0.6.29
41502026-03-24T15:07:42.578Z Compiling cexpr v0.6.0
41512026-03-24T15:07:42.725Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41522026-03-24T15:07:42.883Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41532026-03-24T15:07:42.995Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41542026-03-24T15:07:43.078Z Compiling libxml v0.3.3
41552026-03-24T15:07:43.327Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41562026-03-24T15:07:43.394Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41572026-03-24T15:07:43.528Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41582026-03-24T15:07:43.721Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41592026-03-24T15:07:43.742Z Compiling strum_macros v0.24.3
41602026-03-24T15:07:43.766Z Compiling indoc v1.0.9
41612026-03-24T15:07:44.342Z Compiling lalrpop v0.19.12
41622026-03-24T15:07:45.136Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41632026-03-24T15:07:45.370Z Checking derive_builder v0.20.2
41642026-03-24T15:07:45.390Z Compiling oso-derive v0.27.3
41652026-03-24T15:07:45.515Z Checking quick-xml v0.37.5
41662026-03-24T15:07:45.573Z Compiling impl-trait-for-tuples v0.2.3
41672026-03-24T15:07:46.024Z Checking openssl-probe v0.1.6
41682026-03-24T15:07:46.195Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41692026-03-24T15:07:46.792Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41702026-03-24T15:07:47.034Z Checking bb8 v0.8.6
41712026-03-24T15:07:47.225Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41722026-03-24T15:07:47.402Z Checking nonempty v0.12.0
41732026-03-24T15:07:47.491Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41742026-03-24T15:07:47.622Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41752026-03-24T15:07:47.754Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41762026-03-24T15:07:47.781Z Checking support-bundle-viewer v0.1.2
41772026-03-24T15:07:47.882Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41782026-03-24T15:07:48.090Z Checking multimap v0.10.1
41792026-03-24T15:07:49.204Z Checking diesel v2.3.7
41802026-03-24T15:07:51.027Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41812026-03-24T15:07:52.283Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41822026-03-24T15:07:52.705Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41832026-03-24T15:07:53.020Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41842026-03-24T15:07:53.295Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41852026-03-24T15:07:54.017Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41862026-03-24T15:07:54.611Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41872026-03-24T15:07:55.520Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41882026-03-24T15:07:58.195Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41892026-03-24T15:08:04.554Z Compiling samael v0.0.19
41902026-03-24T15:08:09.488Z Checking diesel-dtrace v0.5.0
41912026-03-24T15:08:09.790Z Checking async-bb8-diesel v0.2.1
41922026-03-24T15:08:11.128Z Compiling polar-core v0.27.3
41932026-03-24T15:08:17.043Z Checking oso v0.27.3
41942026-03-24T15:09:12.110Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41952026-03-24T15:09:58.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s
41962026-03-24T15:09:58.785Z
41972026-03-24T15:09:58.785Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (232/267)
41982026-03-24T15:09:59.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-24T15:09:59.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-24T15:09:59.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-03-24T15:09:59.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42022026-03-24T15:09:59.690Z
42032026-03-24T15:09:59.690Zinfo: running `cargo check --bins` on nexus-saga-recovery (233/267)
42042026-03-24T15:10:00.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-24T15:10:00.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-24T15:10:00.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-24T15:10:00.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42082026-03-24T15:10:00.589Z
42092026-03-24T15:10:00.589Zinfo: running `cargo check --bins` on nexus-test-utils-macros (234/267)
42102026-03-24T15:10:01.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-24T15:10:01.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-24T15:10:01.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-24T15:10:01.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
42142026-03-24T15:10:01.396Z
42152026-03-24T15:10:01.396Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (235/267)
42162026-03-24T15:10:02.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-24T15:10:02.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-24T15:10:02.614Z Compiling libz-sys v1.1.24
42192026-03-24T15:10:02.774Z Compiling libgit2-sys v0.18.3+1.9.2
42202026-03-24T15:10:02.793Z Compiling vergen-git2 v1.0.7
42212026-03-24T15:10:02.810Z Compiling rustls v0.21.12
42222026-03-24T15:10:02.828Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42232026-03-24T15:10:02.847Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42242026-03-24T15:10:02.850Z Checking rustls-webpki v0.101.7
42252026-03-24T15:10:02.850Z Checking sct v0.7.1
42262026-03-24T15:10:03.057Z Compiling nix v0.29.0
42272026-03-24T15:10:03.079Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42282026-03-24T15:10:03.098Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42292026-03-24T15:10:03.151Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42302026-03-24T15:10:03.285Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42312026-03-24T15:10:03.461Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42322026-03-24T15:10:03.482Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42332026-03-24T15:10:03.539Z Checking rustls-pemfile v1.0.4
42342026-03-24T15:10:03.703Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42352026-03-24T15:10:03.877Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42362026-03-24T15:10:04.084Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-03-24T15:10:04.109Z Checking twox-hash v2.1.2
42382026-03-24T15:10:04.222Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42392026-03-24T15:10:04.880Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42402026-03-24T15:10:05.046Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42412026-03-24T15:10:05.094Z Checking tokio-rustls v0.24.1
42422026-03-24T15:10:05.236Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42432026-03-24T15:10:05.354Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42442026-03-24T15:10:05.528Z Checking fatfs v0.3.6
42452026-03-24T15:10:05.906Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42462026-03-24T15:10:06.058Z Compiling seq-macro v0.3.6
42472026-03-24T15:10:10.989Z Compiling git2 v0.20.4
42482026-03-24T15:10:12.053Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42492026-03-24T15:10:12.212Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42502026-03-24T15:10:14.245Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42512026-03-24T15:11:23.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42522026-03-24T15:11:23.364Z
42532026-03-24T15:11:23.364Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (236/267)
42542026-03-24T15:11:24.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-03-24T15:11:24.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-03-24T15:11:24.593Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-03-24T15:12:24.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42582026-03-24T15:12:24.566Z
42592026-03-24T15:12:24.566Zinfo: running `cargo check --bins` on nexus-background-task-interface (237/267)
42602026-03-24T15:12:25.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-24T15:12:25.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-24T15:12:25.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42632026-03-24T15:12:25.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42642026-03-24T15:12:25.368Z
42652026-03-24T15:12:25.368Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (238/267)
42662026-03-24T15:12:26.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42672026-03-24T15:12:26.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42682026-03-24T15:12:26.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42692026-03-24T15:12:26.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42702026-03-24T15:12:26.256Z
42712026-03-24T15:12:26.256Zinfo: running `cargo check --bins` on nexus-mgs-updates (239/267)
42722026-03-24T15:12:27.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42732026-03-24T15:12:27.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42742026-03-24T15:12:27.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42752026-03-24T15:12:27.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42762026-03-24T15:12:27.134Z
42772026-03-24T15:12:27.134Zinfo: running `cargo check --bins` on nexus-networking (240/267)
42782026-03-24T15:12:27.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-03-24T15:12:27.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-03-24T15:12:27.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42812026-03-24T15:12:27.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42822026-03-24T15:12:28.030Z
42832026-03-24T15:12:28.030Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (241/267)
42842026-03-24T15:12:28.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-24T15:12:28.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-24T15:12:28.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-03-24T15:12:28.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42882026-03-24T15:12:28.928Z
42892026-03-24T15:12:28.928Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (242/267)
42902026-03-24T15:12:29.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-24T15:12:29.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-24T15:12:29.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-03-24T15:12:29.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
42942026-03-24T15:12:29.826Z
42952026-03-24T15:12:29.826Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/267)
42962026-03-24T15:12:30.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-03-24T15:12:30.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-03-24T15:12:30.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-03-24T15:12:30.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
43002026-03-24T15:12:30.705Z
43012026-03-24T15:12:30.705Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/267)
43022026-03-24T15:12:31.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-03-24T15:12:31.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-03-24T15:12:31.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-03-24T15:12:31.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
43062026-03-24T15:12:31.617Z
43072026-03-24T15:12:31.617Zinfo: running `cargo check --bins` on omicron-dev (245/267)
43082026-03-24T15:12:32.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-03-24T15:12:32.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-03-24T15:12:32.870Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43112026-03-24T15:12:32.875Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43122026-03-24T15:12:33.064Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43132026-03-24T15:12:33.089Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43142026-03-24T15:12:33.109Z Checking diff v0.1.13
43152026-03-24T15:12:33.112Z Checking yansi v1.0.1
43162026-03-24T15:12:33.128Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43172026-03-24T15:12:33.132Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43182026-03-24T15:12:33.278Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43192026-03-24T15:12:33.473Z Checking pretty_assertions v1.4.1
43202026-03-24T15:12:34.340Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43212026-03-24T15:13:07.318Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43222026-03-24T15:13:07.321Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43232026-03-24T15:13:07.321Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43242026-03-24T15:13:07.321Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43252026-03-24T15:13:07.321Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43262026-03-24T15:13:07.321Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43272026-03-24T15:13:08.251Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43282026-03-24T15:13:09.681Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43292026-03-24T15:14:09.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
43302026-03-24T15:14:09.514Z
43312026-03-24T15:14:09.514Zinfo: running `cargo check --bins` on omicron-pins (246/267)
43322026-03-24T15:14:10.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-03-24T15:14:10.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-03-24T15:14:10.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-03-24T15:14:10.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
43362026-03-24T15:14:10.318Z
43372026-03-24T15:14:10.318Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (247/267)
43382026-03-24T15:14:11.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-03-24T15:14:11.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-03-24T15:14:11.404Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43412026-03-24T15:14:11.551Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43422026-03-24T15:14:11.566Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43432026-03-24T15:14:48.447Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43442026-03-24T15:14:48.925Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43452026-03-24T15:14:51.281Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43462026-03-24T15:14:51.841Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43472026-03-24T15:14:55.912Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43482026-03-24T15:15:27.993Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-03-24T15:15:28.806Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43502026-03-24T15:15:30.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
43512026-03-24T15:15:31.169Z
43522026-03-24T15:15:31.169Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (248/267)
43532026-03-24T15:15:31.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-03-24T15:15:31.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-03-24T15:15:32.167Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43562026-03-24T15:15:33.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
43572026-03-24T15:15:33.297Z
43582026-03-24T15:15:33.297Zinfo: running `cargo check --bins` on omicron-releng (249/267)
43592026-03-24T15:15:34.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-03-24T15:15:34.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-03-24T15:15:34.224Z Compiling blake3 v1.8.3
43622026-03-24T15:15:34.357Z Checking arrayvec v0.7.6
43632026-03-24T15:15:34.367Z Checking arrayref v0.3.9
43642026-03-24T15:15:34.367Z Checking constant_time_eq v0.4.2
43652026-03-24T15:15:34.387Z Checking topological-sort v0.2.2
43662026-03-24T15:15:34.396Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43672026-03-24T15:15:34.396Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43682026-03-24T15:15:34.396Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43692026-03-24T15:15:34.434Z Checking shell-words v1.1.1
43702026-03-24T15:15:35.389Z Checking omicron-zone-package v0.12.2
43712026-03-24T15:15:36.370Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43722026-03-24T15:15:37.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s
43732026-03-24T15:15:37.696Z
43742026-03-24T15:15:37.696Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (250/267)
43752026-03-24T15:15:41.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43762026-03-24T15:15:41.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43772026-03-24T15:15:41.319Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43782026-03-24T15:15:41.319Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43792026-03-24T15:15:41.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s
43802026-03-24T15:15:41.319Z
43812026-03-24T15:15:41.319Zinfo: running `cargo check --bins` on xtask (251/267)
43822026-03-24T15:15:41.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-24T15:15:41.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-24T15:15:41.319Z Checking libc v0.2.180
43852026-03-24T15:15:41.319Z Checking serde v1.0.228
43862026-03-24T15:15:41.319Z Checking zerofrom v0.1.6
43872026-03-24T15:15:41.319Z Checking bitflags v2.11.0
43882026-03-24T15:15:41.319Z Checking hashbrown v0.16.1
43892026-03-24T15:15:41.319Z Checking smallvec v1.15.1
43902026-03-24T15:15:41.320Z Checking serde_json v1.0.149
43912026-03-24T15:15:41.320Z Checking scroll v0.12.0
43922026-03-24T15:15:41.320Z Checking yoke v0.8.1
43932026-03-24T15:15:41.320Z Checking num-traits v0.2.19
43942026-03-24T15:15:41.320Z Checking thiserror v1.0.69
43952026-03-24T15:15:41.320Z Checking percent-encoding v2.3.2
43962026-03-24T15:15:41.320Z Checking zerovec v0.11.5
43972026-03-24T15:15:41.320Z Checking zerotrie v0.2.3
43982026-03-24T15:15:41.320Z Checking errno v0.3.14
43992026-03-24T15:15:41.320Z Checking log v0.4.29
44002026-03-24T15:15:41.320Z Checking rustix v1.1.3
44012026-03-24T15:15:41.320Z Checking serde_spanned v0.6.9
44022026-03-24T15:15:41.320Z Checking indexmap v2.13.0
44032026-03-24T15:15:41.320Z Checking toml_datetime v0.6.11
44042026-03-24T15:15:41.320Z Checking zerocopy v0.7.35
44052026-03-24T15:15:41.320Z Checking goblin v0.8.2
44062026-03-24T15:15:41.400Z Checking form_urlencoded v1.2.2
44072026-03-24T15:15:41.420Z Checking getrandom v0.4.1
44082026-03-24T15:15:41.452Z Checking tinystr v0.8.2
44092026-03-24T15:15:41.483Z Checking potential_utf v0.1.4
44102026-03-24T15:15:41.555Z Checking ordered-float v2.10.1
44112026-03-24T15:15:41.585Z Checking thiserror v2.0.18
44122026-03-24T15:15:41.649Z Checking icu_collections v2.1.1
44132026-03-24T15:15:41.680Z Checking icu_locale_core v2.1.1
44142026-03-24T15:15:41.710Z Checking syn v2.0.117
44152026-03-24T15:15:41.874Z Checking serde-value v0.7.0
44162026-03-24T15:15:41.889Z Checking toml_edit v0.22.27
44172026-03-24T15:15:41.909Z Checking dtrace-parser v0.2.0
44182026-03-24T15:15:42.056Z Checking thread-id v4.2.2
44192026-03-24T15:15:42.148Z Checking once_cell v1.21.3
44202026-03-24T15:15:42.164Z Checking cargo-platform v0.2.0
44212026-03-24T15:15:42.203Z Checking terminal_size v0.4.3
44222026-03-24T15:15:42.243Z Checking memmap v0.7.0
44232026-03-24T15:15:42.343Z Checking clap_builder v4.5.60
44242026-03-24T15:15:42.383Z Checking tempfile v3.25.0
44252026-03-24T15:15:42.413Z Checking textwrap v0.16.2
44262026-03-24T15:15:42.413Z Checking fs-err v3.3.0
44272026-03-24T15:15:42.445Z Checking icu_provider v2.1.1
44282026-03-24T15:15:42.638Z Checking tabled v0.15.0
44292026-03-24T15:15:42.641Z Checking camino-tempfile v1.4.1
44302026-03-24T15:15:42.665Z Checking anyhow v1.0.102
44312026-03-24T15:15:42.769Z Checking icu_normalizer v2.1.1
44322026-03-24T15:15:42.857Z Checking icu_properties v2.1.2
44332026-03-24T15:15:42.928Z Checking macaddr v1.0.1
44342026-03-24T15:15:43.161Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44352026-03-24T15:15:43.413Z Checking toml v0.8.23
44362026-03-24T15:15:43.847Z Checking cargo_toml v0.21.0
44372026-03-24T15:15:43.887Z Checking dof v0.3.0
44382026-03-24T15:15:44.015Z Checking idna_adapter v1.2.1
44392026-03-24T15:15:44.032Z Checking clap v4.5.60
44402026-03-24T15:15:44.165Z Checking idna v1.1.0
44412026-03-24T15:15:44.353Z Checking usdt-impl v0.5.0
44422026-03-24T15:15:44.462Z Checking url v2.5.8
44432026-03-24T15:15:44.685Z Checking usdt v0.5.0
44442026-03-24T15:15:44.937Z Checking cargo-util-schemas v0.8.2
44452026-03-24T15:15:45.947Z Checking cargo_metadata v0.21.0
44462026-03-24T15:15:46.811Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44472026-03-24T15:15:47.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.64s
44482026-03-24T15:15:47.537Z
44492026-03-24T15:15:47.538Zinfo: running `cargo check --bins` on end-to-end-tests (252/267)
44502026-03-24T15:15:48.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44512026-03-24T15:15:48.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44522026-03-24T15:15:48.667Z Checking polyval v0.6.2
44532026-03-24T15:15:48.818Z Checking ctr v0.9.2
44542026-03-24T15:15:48.839Z Checking ssh-encoding v0.2.0
44552026-03-24T15:15:48.842Z Checking blowfish v0.9.1
44562026-03-24T15:15:48.875Z Checking password-hash v0.4.2
44572026-03-24T15:15:48.898Z Checking p521 v0.13.3
44582026-03-24T15:15:48.901Z Checking p256 v0.13.2
44592026-03-24T15:15:48.936Z Checking russh-cryptovec v0.7.3
44602026-03-24T15:15:48.998Z Checking ghash v0.5.1
44612026-03-24T15:15:49.022Z Checking md5 v0.7.0
44622026-03-24T15:15:49.041Z Checking bcrypt-pbkdf v0.10.0
44632026-03-24T15:15:49.072Z Checking num-bigint v0.4.6
44642026-03-24T15:15:49.100Z Checking des v0.8.1
44652026-03-24T15:15:49.144Z Checking aes-gcm v0.10.3
44662026-03-24T15:15:49.163Z Checking pbkdf2 v0.11.0
44672026-03-24T15:15:49.233Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44682026-03-24T15:15:49.234Z Checking hex-literal v0.4.1
44692026-03-24T15:15:49.273Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44702026-03-24T15:15:49.299Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44712026-03-24T15:15:49.330Z Checking ssh-cipher v0.2.0
44722026-03-24T15:15:49.369Z Checking socket2 v0.5.10
44732026-03-24T15:15:49.388Z Checking internet-checksum v0.2.1
44742026-03-24T15:15:49.543Z Checking ssh-key v0.6.7
44752026-03-24T15:15:49.748Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44762026-03-24T15:15:50.441Z Checking russh-keys v0.45.0
44772026-03-24T15:15:51.189Z Checking russh v0.45.0
44782026-03-24T15:16:12.634Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44792026-03-24T15:16:14.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.66s
44802026-03-24T15:16:14.470Z
44812026-03-24T15:16:14.470Zinfo: running `cargo check --bins` on gateway-cli (253/267)
44822026-03-24T15:16:15.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-24T15:16:15.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-24T15:16:15.377Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44852026-03-24T15:16:15.508Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44862026-03-24T15:16:15.522Z Checking termios v0.3.3
44872026-03-24T15:16:17.217Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44882026-03-24T15:16:17.415Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44892026-03-24T15:16:20.028Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44902026-03-24T15:16:20.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.31s
44912026-03-24T15:16:21.017Z
44922026-03-24T15:16:21.017Zinfo: running `cargo check --bins --no-default-features` on installinator (254/267)
44932026-03-24T15:16:21.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44942026-03-24T15:16:21.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44952026-03-24T15:16:21.986Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44962026-03-24T15:16:22.125Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44972026-03-24T15:16:22.143Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44982026-03-24T15:16:22.145Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44992026-03-24T15:16:22.169Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45002026-03-24T15:16:22.425Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45012026-03-24T15:16:22.425Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45022026-03-24T15:16:23.364Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45032026-03-24T15:16:23.665Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45042026-03-24T15:16:23.703Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45052026-03-24T15:16:24.515Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45062026-03-24T15:16:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
45072026-03-24T15:16:26.872Z
45082026-03-24T15:16:26.872Zinfo: running `cargo check --bins` on internal-dns-cli (255/267)
45092026-03-24T15:16:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-03-24T15:16:27.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-03-24T15:16:27.757Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45122026-03-24T15:16:28.326Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45132026-03-24T15:16:28.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45142026-03-24T15:16:28.974Z
45152026-03-24T15:16:28.974Zinfo: running `cargo check --bins` on omicron-live-tests (256/267)
45162026-03-24T15:16:29.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45172026-03-24T15:16:29.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45182026-03-24T15:16:29.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45192026-03-24T15:16:29.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45202026-03-24T15:16:29.782Z
45212026-03-24T15:16:29.782Zinfo: running `cargo check --bins` on live-tests-macros (257/267)
45222026-03-24T15:16:30.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45232026-03-24T15:16:30.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45242026-03-24T15:16:30.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45252026-03-24T15:16:30.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45262026-03-24T15:16:30.585Z
45272026-03-24T15:16:30.585Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (258/267)
45282026-03-24T15:16:31.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45292026-03-24T15:16:31.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45302026-03-24T15:16:31.640Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45312026-03-24T15:16:32.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45322026-03-24T15:16:32.600Z
45332026-03-24T15:16:32.600Zinfo: running `cargo check --bins` on omicron-ntp-admin (259/267)
45342026-03-24T15:16:33.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-03-24T15:16:33.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-03-24T15:16:33.500Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45372026-03-24T15:16:33.503Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45382026-03-24T15:16:33.814Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45392026-03-24T15:16:33.814Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45402026-03-24T15:16:34.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
45412026-03-24T15:16:35.047Z
45422026-03-24T15:16:35.047Zinfo: running `cargo check --bins` on ntp-admin-types (260/267)
45432026-03-24T15:16:35.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-03-24T15:16:35.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-03-24T15:16:35.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-03-24T15:16:35.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
45472026-03-24T15:16:35.852Z
45482026-03-24T15:16:35.852Zinfo: running `cargo check --bins` on omicron-package (261/267)
45492026-03-24T15:16:36.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-24T15:16:36.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-24T15:16:36.777Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45522026-03-24T15:16:38.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
45532026-03-24T15:16:38.412Z
45542026-03-24T15:16:38.412Zinfo: running `cargo check --bins` on tqdb (262/267)
45552026-03-24T15:16:39.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-24T15:16:39.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-24T15:16:39.499Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45582026-03-24T15:16:39.948Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45592026-03-24T15:16:40.654Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45602026-03-24T15:16:40.657Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45612026-03-24T15:16:47.749Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45622026-03-24T15:16:48.674Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45632026-03-24T15:16:48.674Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45642026-03-24T15:16:48.677Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45652026-03-24T15:16:48.677Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45662026-03-24T15:16:49.669Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45672026-03-24T15:16:59.242Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45682026-03-24T15:17:07.691Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45692026-03-24T15:17:07.695Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45702026-03-24T15:17:07.695Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45712026-03-24T15:17:07.695Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45722026-03-24T15:17:09.656Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45732026-03-24T15:17:11.453Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45742026-03-24T15:17:12.338Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45752026-03-24T15:17:14.048Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45762026-03-24T15:17:14.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.32s
45772026-03-24T15:17:14.985Z
45782026-03-24T15:17:14.985Zinfo: running `cargo check --bins` on wicket-dbg (263/267)
45792026-03-24T15:17:15.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-03-24T15:17:15.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-03-24T15:17:15.976Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-03-24T15:17:15.979Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45832026-03-24T15:17:16.131Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45842026-03-24T15:17:16.175Z Checking rtoolbox v0.0.3
45852026-03-24T15:17:16.178Z Checking tui-tree-widget v0.23.1
45862026-03-24T15:17:16.342Z Checking rpassword v7.4.0
45872026-03-24T15:17:16.436Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45882026-03-24T15:17:17.402Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45892026-03-24T15:17:24.559Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45902026-03-24T15:17:25.489Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45912026-03-24T15:17:26.934Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45922026-03-24T15:17:31.142Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45932026-03-24T15:17:33.671Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45942026-03-24T15:17:34.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.85s
45952026-03-24T15:17:35.080Z
45962026-03-24T15:17:35.080Zinfo: running `cargo check --bins` on wicket (264/267)
45972026-03-24T15:17:35.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45982026-03-24T15:17:35.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45992026-03-24T15:17:36.034Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46002026-03-24T15:17:36.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
46012026-03-24T15:17:36.715Z
46022026-03-24T15:17:36.715Zinfo: running `cargo check --bins` on wicketd (265/267)
46032026-03-24T15:17:37.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-03-24T15:17:37.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-03-24T15:17:37.710Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46062026-03-24T15:17:37.713Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46072026-03-24T15:17:37.848Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46082026-03-24T15:17:37.862Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46092026-03-24T15:17:39.043Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46102026-03-24T15:17:39.828Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46112026-03-24T15:17:43.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
46122026-03-24T15:17:44.127Z
46132026-03-24T15:17:44.127Zinfo: running `cargo check --bins` on omicron-workspace-hack (266/267)
46142026-03-24T15:17:44.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46152026-03-24T15:17:44.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46162026-03-24T15:17:44.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46172026-03-24T15:17:44.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
46182026-03-24T15:17:44.934Z
46192026-03-24T15:17:44.934Zinfo: running `cargo check --bins` on zone-setup (267/267)
46202026-03-24T15:17:45.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-03-24T15:17:45.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-03-24T15:17:45.862Z Checking uzers v0.12.2
46232026-03-24T15:17:46.212Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46242026-03-24T15:17:47.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
46252026-03-24T15:17:47.433Z
46262026-03-24T15:17:47.436Zreal 19:24.130417853
46272026-03-24T15:17:47.436Zuser 28:54.702660257
46282026-03-24T15:17:47.436Zsys 5:17.645274622
46292026-03-24T15:17:47.436Ztrap 0.487841453
46302026-03-24T15:17:47.436Ztflt 0.305155642
46312026-03-24T15:17:47.436Zdflt 0.666796552
46322026-03-24T15:17:47.436Zkflt 0.001126680
46332026-03-24T15:17:47.436Zlock 1:44:53.894289456
46342026-03-24T15:17:47.436Zslp 2:15:30.296113998
46352026-03-24T15:17:47.436Zlat 1:23.650809644
46362026-03-24T15:17:47.436Zstop 5:27.046078035
46372026-03-24T15:17:47.436Zprocess exited: duration 1416615 ms, exit code 0
 
46382026-03-24T15:17:47.442Zfound 0 output files