01KNMJ3WTH6RD31WFYN5G09BCY: 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: 01KNMJ4AZWAPEWEZ7X0AYJ88MT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-07T18:09:56.206Zjob assigned to worker 01KNMJ4H4XSYHZ99TD2CKA9QAN [factory aws, i-0f28ea01006c3c9d1] (queued for 55 s)
 
22026-04-07T18:10:03.456Zstarting task 0: "setup"
32026-04-07T18:10:03.461Z++ uname -s
42026-04-07T18:10:03.461Z+ kern=SunOS
52026-04-07T18:10:03.461Z+ build_user=build
62026-04-07T18:10:03.461Z+ build_uid=12345
72026-04-07T18:10:03.461Z+ work_dir=/work
82026-04-07T18:10:03.461Z+ input_dir=/input
92026-04-07T18:10:03.461Z+ [[ 0 == 12345 ]]
102026-04-07T18:10:03.461Z+ case "$kern" in
112026-04-07T18:10:03.461Z+ groupadd -g 12345 build
122026-04-07T18:10:03.466Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-07T18:10:05.469Z+ zfs create -o mountpoint=/work rpool/work
142026-04-07T18:10:05.543Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-07T18:10:05.550Z+ home_fs=zfs
162026-04-07T18:10:05.550Z+ [[ zfs == autofs ]]
172026-04-07T18:10:05.550Z+ mkdir -p /home/build
182026-04-07T18:10:05.550Z+ chown build:build /home/build /work
192026-04-07T18:10:07.547Z+ chmod 0700 /home/build /work
202026-04-07T18:10:07.551Zprocess exited: duration 4099 ms, exit code 0
 
212026-04-07T18:10:07.559Zstarting task 1: "rust-toolchain"
222026-04-07T18:10:07.564Z * rust toolchain channel = "1.94.0"
232026-04-07T18:10:07.564Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-04-07T18:10:07.564Z * rust toolchain profile = "default"
252026-04-07T18:10:07.564Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-07T18:10:07.564Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-07T18:10:07.564Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-07T18:10:07.568Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-07T18:10:07.568Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-07T18:10:07.688Zinfo: downloading installer
312026-04-07T18:10:09.243Zwarn: It looks like you have an existing installation of Rust at:
322026-04-07T18:10:09.243Zwarn: /opt/ooce/bin
332026-04-07T18:10:09.243Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-07T18:10:09.243Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-07T18:10:09.243Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-07T18:10:09.243Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-07T18:10:09.244Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-07T18:10:09.244Zerror: cannot install while Rust is installed
392026-04-07T18:10:09.244Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-07T18:10:09.244Zwarn: It looks like you have an existing rustup settings file at:
412026-04-07T18:10:09.244Zwarn: /home/build/.rustup/settings.toml
422026-04-07T18:10:09.244Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-07T18:10:09.244Zwarn: instead of the one inferred from the default host triple.
442026-04-07T18:10:09.281Zinfo: profile set to default
452026-04-07T18:10:09.281Zinfo: default host triple is x86_64-unknown-illumos
462026-04-07T18:10:09.299Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-07T18:10:09.425Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-07T18:10:09.435Zinfo: downloading 6 components
492026-04-07T18:10:25.141Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-07T18:10:25.141Z
512026-04-07T18:10:25.175Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-07T18:10:25.175Z
532026-04-07T18:10:25.175Z
542026-04-07T18:10:25.175ZRust is installed now. Great!
552026-04-07T18:10:25.175Z
562026-04-07T18:10:25.175ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-07T18:10:25.175Zenvironment variable. This has not been done automatically.
582026-04-07T18:10:25.176Z
592026-04-07T18:10:25.176ZTo configure your current shell, you need to source
602026-04-07T18:10:25.176Zthe corresponding env file under $HOME/.cargo.
612026-04-07T18:10:25.176Z
622026-04-07T18:10:25.180ZThis is usually done by running one of the following (note the leading DOT):
632026-04-07T18:10:25.180Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-07T18:10:25.180Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-07T18:10:25.180Zsource "~/.cargo/env.nu" # For nushell
662026-04-07T18:10:25.180Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-07T18:10:25.181Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-07T18:10:25.181Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-07T18:10:25.181Zwarn: no default linker (`cc`) was found in your PATH
702026-04-07T18:10:25.181Zwarn: many Rust crates require a system C toolchain to build
712026-04-07T18:10:25.286Z+ rustup --version
722026-04-07T18:10:25.296Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-07T18:10:25.300Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-07T18:10:25.321Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-07T18:10:25.325Z+ cargo --version
762026-04-07T18:10:25.339Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-07T18:10:25.343Z+ rustc --version
782026-04-07T18:10:25.364Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-07T18:10:25.368Zprocess exited: duration 17807 ms, exit code 0
 
802026-04-07T18:10:25.376Zstarting task 2: "authentication"
812026-04-07T18:10:25.396Zprocess exited: duration 19 ms, exit code 0
 
822026-04-07T18:10:25.404Zstarting task 3: "clone repository"
832026-04-07T18:10:25.409Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-07T18:10:25.413Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-07T18:10:25.599ZCloning into '/work/oxidecomputer/omicron'...
862026-04-07T18:10:38.994Z+ cd /work/oxidecomputer/omicron
872026-04-07T18:10:38.994Z+ git fetch origin c45696127cf130180ff8a8715a7e087e632f4206
882026-04-07T18:10:39.030ZFrom https://github.com/oxidecomputer/omicron
892026-04-07T18:10:39.031Z * branch c45696127cf130180ff8a8715a7e087e632f4206 -> FETCH_HEAD
902026-04-07T18:10:39.031Z+ [[ -n ixi/api-manifest-notes ]]
912026-04-07T18:10:39.031Z++ git branch --show-current
922026-04-07T18:10:39.031Z+ current=main
932026-04-07T18:10:39.031Z+ [[ main != ixi/api-manifest-notes ]]
942026-04-07T18:10:39.031Z+ git branch -f ixi/api-manifest-notes c45696127cf130180ff8a8715a7e087e632f4206
952026-04-07T18:10:39.031Z+ git checkout -f ixi/api-manifest-notes
962026-04-07T18:10:39.031ZSwitched to branch 'ixi/api-manifest-notes'
972026-04-07T18:10:39.031Z+ git reset --hard c45696127cf130180ff8a8715a7e087e632f4206
982026-04-07T18:10:39.031ZHEAD is now at c45696127 filter rules should note newer relevant Omicron issues
992026-04-07T18:10:39.031Zprocess exited: duration 13233 ms, exit code 0
 
1002026-04-07T18:10:39.075Zstarting task 4: "build"
1012026-04-07T18:10:39.084Z+ source .github/buildomat/ci-env.sh
1022026-04-07T18:10:39.084Z++ export CARGO_TERM_COLOR=always
1032026-04-07T18:10:39.084Z++ CARGO_TERM_COLOR=always
1042026-04-07T18:10:39.085Z+ cargo --version
1052026-04-07T18:10:39.085Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-07T18:10:39.085Z+ rustc --version
1072026-04-07T18:10:39.107Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-07T18:10:39.115Z+ source ./env.sh
1092026-04-07T18:10:39.115Z++ OLD_SHELL_OPTS=ehxB
1102026-04-07T18:10:39.115Z++ set -o xtrace
1112026-04-07T18:10:39.115Z++++ dirname ./env.sh
1122026-04-07T18:10:39.115Z+++ readlink -f .
1132026-04-07T18:10:39.128Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-07T18:10:39.128Z++ 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-04-07T18:10:39.128Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-07T18:10:39.133Z++ 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-04-07T18:10:39.133Z++ 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-04-07T18:10:39.133Z++ 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-04-07T18:10:39.133Z++ 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-04-07T18:10:39.133Z++ 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-04-07T18:10:39.134Z++ 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-04-07T18:10:39.134Z++ case $OLD_SHELL_OPTS in
1232026-04-07T18:10:39.134Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-07T18:10:39.134Z+ 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-04-07T18:10:39.134Z+ 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-04-07T18:10:39.134Z+ banner prerequisites
1272026-04-07T18:10:39.134Z
1282026-04-07T18:10:39.134Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-07T18:10:39.134Z # # # # # # # # # # # # # # #
1302026-04-07T18:10:39.134Z # # # # ##### # # ##### # # # # # #### #
1312026-04-07T18:10:39.134Z ##### ##### # ##### # # # # # # # # #
1322026-04-07T18:10:39.134Z # # # # # # # # # # # # # # #
1332026-04-07T18:10:39.134Z # # # ###### # # ###### ### # #### # #### #
1342026-04-07T18:10:39.134Z
1352026-04-07T18:10:39.134Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-07T18:10:49.608Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-07T18:10:57.318Z Startup: Caching catalogs ... Done
1382026-04-07T18:11:02.828ZPlanning: Solver setup ... Done (3.713s)
1392026-04-07T18:11:02.851ZPlanning: Running solver ... Done (0.023s)
1402026-04-07T18:11:02.984ZPlanning: Finding local manifests ... Done (0.004s)
1412026-04-07T18:11:02.998ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-07T18:11:03.099ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-07T18:11:03.132ZPlanning: Package planning ... Done (0.033s)
1442026-04-07T18:11:03.162ZPlanning: Merging actions ... Done (0.029s)
1452026-04-07T18:11:03.849ZPlanning: Checking for conflicting actions ... Done (0.686s)
1462026-04-07T18:11:03.855ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-07T18:11:12.516ZPlanning: Evaluating mediators ... Done (8.660s)
1482026-04-07T18:11:12.522ZPlanning: Planning completed in 15.02 seconds
1492026-04-07T18:11:12.534Z Packages to install: 4
1502026-04-07T18:11:12.534Z Mediators to change: 2
1512026-04-07T18:11:12.534Z Services to change: 1
1522026-04-07T18:11:12.538Z Estimated space available: 155.35 GB
1532026-04-07T18:11:12.538ZEstimated space to be consumed: 1.84 GB
1542026-04-07T18:11:12.538Z Create boot environment: No
1552026-04-07T18:11:12.538ZCreate backup boot environment: No
1562026-04-07T18:11:12.538Z Rebuild boot archive: No
1572026-04-07T18:11:12.538Z
1582026-04-07T18:11:12.538ZChanged mediators:
1592026-04-07T18:11:12.539Z mediator clang:
1602026-04-07T18:11:12.539Z version: None -> 15 (system default)
1612026-04-07T18:11:12.539Z
1622026-04-07T18:11:12.539Z mediator llvm:
1632026-04-07T18:11:12.539Z version: 14 (system default) -> 15 (system default)
1642026-04-07T18:11:12.539Z
1652026-04-07T18:11:12.539ZChanged packages:
1662026-04-07T18:11:12.539Zhelios-dev
1672026-04-07T18:11:12.539Z developer/build-essential
1682026-04-07T18:11:12.539Z None -> 11-2.0
1692026-04-07T18:11:12.539Z library/libxmlsec1
1702026-04-07T18:11:12.539Z None -> 1.2.35-2.0
1712026-04-07T18:11:12.539Z ooce/developer/clang-15
1722026-04-07T18:11:12.539Z None -> 15.0.7-2.0
1732026-04-07T18:11:12.539Z ooce/developer/llvm-15
1742026-04-07T18:11:12.539Z None -> 15.0.7-2.0
1752026-04-07T18:11:12.539Z
1762026-04-07T18:11:12.539ZServices:
1772026-04-07T18:11:12.539Z restart_fmri:
1782026-04-07T18:11:12.539Z svc:/system/update-man-index:default
1792026-04-07T18:11:12.746Z
1802026-04-07T18:11:12.747ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-07T18:11:17.830ZDownload: 1193/3290 items 83.5/212.6MB 39% complete (16.7M/s)
1822026-04-07T18:11:23.677ZDownload: 2224/3290 items 119.2/212.6MB 56% complete (12.7M/s)
1832026-04-07T18:11:29.362ZDownload: 3244/3290 items 203.1/212.6MB 95% complete (13.2M/s)
1842026-04-07T18:11:35.251ZDownload: 3274/3290 items 208.6/212.6MB 98% complete (8.9M/s)
1852026-04-07T18:11:39.824ZDownload: Completed 212.60 MB in 27.08 seconds (7.8M/s)
1862026-04-07T18:11:39.955Z Actions: 1/3689 actions (Installing new actions)
1872026-04-07T18:11:43.959Z Actions: Completed 3689 actions in 4.00 seconds.
1882026-04-07T18:11:44.305Z Done (0.343s)
1892026-04-07T18:11:44.306Z Done (0.000s)
1902026-04-07T18:11:45.091Z Done (0.783s)
1912026-04-07T18:11:50.525Z Done (5.062s)
1922026-04-07T18:11:50.636Z Done (0.042s)
1932026-04-07T18:11:50.641Z Done (0.000s)
1942026-04-07T18:11:50.772Z Done (0.000s)
1952026-04-07T18:11:51.714ZPlanning: Evaluating mediator changes ... Done
1962026-04-07T18:11:51.831ZPlanning: Checking for conflicting actions ... Done
1972026-04-07T18:11:51.835ZPlanning: Consolidating action changes ... Done
1982026-04-07T18:11:52.009ZPlanning: Evaluating mediators ... Done
1992026-04-07T18:11:52.013ZPlanning: Planning completed in 0.30 seconds
2002026-04-07T18:11:52.033Z Mediators to change: 2
2012026-04-07T18:11:52.033Z Create boot environment: No
2022026-04-07T18:11:52.033ZCreate backup boot environment: No
2032026-04-07T18:11:52.107Z Done
2042026-04-07T18:11:52.107Z Done
2052026-04-07T18:11:52.775Z Done
2062026-04-07T18:11:55.558Z Done
2072026-04-07T18:11:55.634Z Done
2082026-04-07T18:11:55.639Z Done
2092026-04-07T18:11:55.769Z Done
2102026-04-07T18:11:56.195ZPlanning: Evaluating mediator changes ... Done
2112026-04-07T18:11:56.201ZPlanning: Merging actions ... Done
2122026-04-07T18:11:56.348ZPlanning: Checking for conflicting actions ... Done
2132026-04-07T18:11:56.353ZPlanning: Consolidating action changes ... Done
2142026-04-07T18:11:56.494ZPlanning: Evaluating mediators ... Done
2152026-04-07T18:11:56.523ZPlanning: Planning completed in 0.48 seconds
2162026-04-07T18:11:56.547Z Packages to change: 1
2172026-04-07T18:11:56.547Z Mediators to change: 1
2182026-04-07T18:11:56.547Z Services to change: 1
2192026-04-07T18:11:56.552Z Create boot environment: No
2202026-04-07T18:11:56.552ZCreate backup boot environment: Yes
2212026-04-07T18:11:59.079Z Actions: 1/6 actions (Updating modified actions)
2222026-04-07T18:11:59.193Z Actions: Completed 6 actions in 0.11 seconds.
2232026-04-07T18:11:59.193Z Done
2242026-04-07T18:11:59.193Z Done
2252026-04-07T18:11:59.343Z Done
2262026-04-07T18:12:02.064Z Done
2272026-04-07T18:12:02.150Z Done
2282026-04-07T18:12:02.154Z Done
2292026-04-07T18:12:02.281Z Done
2302026-04-07T18:12:02.589ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-07T18:12:02.589Zclang system 15 system
2322026-04-07T18:12:02.589Zcsh system system illumos
2332026-04-07T18:12:02.589Zctags system system illumos
2342026-04-07T18:12:02.589Zfile system system illumos
2352026-04-07T18:12:02.589Zgcc vendor 12 vendor
2362026-04-07T18:12:02.590Zgcc system 14 system
2372026-04-07T18:12:02.590Zgcc system 10 system
2382026-04-07T18:12:02.590Zgo system 1.20 system
2392026-04-07T18:12:02.590Zgo system 1.19 system
2402026-04-07T18:12:02.590Zllvm system 15 system
2412026-04-07T18:12:02.590Zllvm system 14 system
2422026-04-07T18:12:02.590Zmariadb system 10.6 system
2432026-04-07T18:12:02.590Zmta vendor vendor dma
2442026-04-07T18:12:02.590Zopenjdk system 17 system
2452026-04-07T18:12:02.590Zopenjdk system 11 system
2462026-04-07T18:12:02.590Zopenjdk system 1.8 system
2472026-04-07T18:12:02.590Zopenssl vendor 3 vendor
2482026-04-07T18:12:02.590Zperl system 5.36 system
2492026-04-07T18:12:02.590Zpostgresql system 15 system
2502026-04-07T18:12:02.590Zpostgresql system 13 system
2512026-04-07T18:12:02.590Zpython vendor 3 vendor
2522026-04-07T18:12:02.590Zpython system 2 system
2532026-04-07T18:12:02.591Zpython3 system 3.11 system
2542026-04-07T18:12:02.591Zruby system 3.0 system
2552026-04-07T18:12:02.591Zwords vendor vendor american-english
2562026-04-07T18:12:02.591Zwords system system australian-english
2572026-04-07T18:12:02.591Zwords system system british-english
2582026-04-07T18:12:02.591Zwords system system canadian-english
2592026-04-07T18:12:02.591Zwords system system french
2602026-04-07T18:12:02.591Zwords system system italian
2612026-04-07T18:12:02.591Zwords system system ngerman
2622026-04-07T18:12:02.591Zwords system system ogerman
2632026-04-07T18:12:02.591Zwords system system spanish
2642026-04-07T18:12:02.836ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-07T18:12:02.836Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-07T18:12:07.598ZFMRI IFO
2672026-04-07T18:12:07.598Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-07T18:12:07.598Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-07T18:12:07.598Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-07T18:12:07.598Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-07T18:12:07.598Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-07T18:12:07.598Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-07T18:12:07.598Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-04-07T18:12:07.598Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-07T18:12:07.598Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-07T18:12:07.598Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-07T18:12:07.598Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-07T18:12:07.598Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-07T18:12:07.598Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-07T18:12:07.598Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-07T18:12:07.598Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-07T18:12:07.598Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-07T18:12:08.830Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-07T18:12:09.097Z Updating crates.io index
2852026-04-07T18:12:09.136Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-07T18:12:09.956Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-07T18:12:10.538Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-07T18:12:11.212Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-04-07T18:12:11.740Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-07T18:12:13.282Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-07T18:12:14.795Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-07T18:12:16.095Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-07T18:12:16.528Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-07T18:12:17.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-07T18:12:17.753Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-07T18:12:18.140Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-07T18:12:18.681Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-07T18:12:19.907Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-07T18:12:20.452Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-07T18:12:20.925Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-07T18:12:21.286Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-07T18:12:21.879Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-07T18:12:22.335Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-07T18:12:22.599Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-07T18:12:23.060Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-07T18:12:23.707Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-07T18:12:24.360Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-07T18:12:24.862Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-07T18:12:25.154Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-07T18:12:25.504Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-07T18:12:26.746Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-07T18:12:27.539Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-04-07T18:12:28.053Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-07T18:12:28.831Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-07T18:12:29.235Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-07T18:12:29.597Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-07T18:12:29.944Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-07T18:12:30.669Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-07T18:12:30.943Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-07T18:12:31.218Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-07T18:12:31.536Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-07T18:12:32.008Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-07T18:12:44.850Z Downloading crates ...
3242026-04-07T18:12:44.906Z Downloaded anstream v0.6.21
3252026-04-07T18:12:44.914Z Downloaded digest v0.10.7
3262026-04-07T18:12:44.918Z Downloaded cargo-util-schemas v0.8.2
3272026-04-07T18:12:44.918Z Downloaded dtrace-parser v0.2.0
3282026-04-07T18:12:44.925Z Downloaded quote v1.0.44
3292026-04-07T18:12:44.930Z Downloaded block-buffer v0.10.4
3302026-04-07T18:12:44.933Z Downloaded textwrap v0.16.2
3312026-04-07T18:12:44.937Z Downloaded thiserror v2.0.18
3322026-04-07T18:12:44.938Z Downloaded heck v0.5.0
3332026-04-07T18:12:44.941Z Downloaded usdt-macro v0.5.0
3342026-04-07T18:12:44.947Z Downloaded thiserror v1.0.69
3352026-04-07T18:12:44.947Z Downloaded usdt-attr-macro v0.5.0
3362026-04-07T18:12:44.951Z Downloaded thread-id v4.2.2
3372026-04-07T18:12:44.951Z Downloaded icu_collections v2.1.1
3382026-04-07T18:12:44.951Z Downloaded autocfg v1.5.0
3392026-04-07T18:12:44.955Z Downloaded anstyle-parse v0.2.7
3402026-04-07T18:12:44.955Z Downloaded version_check v0.9.5
3412026-04-07T18:12:44.956Z Downloaded anstyle v1.0.13
3422026-04-07T18:12:44.961Z Downloaded bitflags v2.11.0
3432026-04-07T18:12:44.965Z Downloaded yoke-derive v0.8.1
3442026-04-07T18:12:44.965Z Downloaded utf8parse v0.2.2
3452026-04-07T18:12:44.969Z Downloaded utf8_iter v1.0.4
3462026-04-07T18:12:44.969Z Downloaded unicode-linebreak v0.1.5
3472026-04-07T18:12:44.973Z Downloaded proc-macro2 v1.0.106
3482026-04-07T18:12:44.973Z Downloaded icu_normalizer v2.1.1
3492026-04-07T18:12:44.973Z Downloaded zerofrom v0.1.6
3502026-04-07T18:12:44.977Z Downloaded tabled_derive v0.7.0
3512026-04-07T18:12:44.977Z Downloaded cpufeatures v0.2.17
3522026-04-07T18:12:44.977Z Downloaded cargo-platform v0.2.0
3532026-04-07T18:12:44.977Z Downloaded byteorder v1.5.0
3542026-04-07T18:12:44.977Z Downloaded typeid v1.0.3
3552026-04-07T18:12:44.981Z Downloaded toml_write v0.1.2
3562026-04-07T18:12:44.981Z Downloaded toml_datetime v0.6.11
3572026-04-07T18:12:44.981Z Downloaded zerofrom-derive v0.1.6
3582026-04-07T18:12:44.985Z Downloaded generic-array v0.14.7
3592026-04-07T18:12:44.985Z Downloaded cfg-if v1.0.4
3602026-04-07T18:12:44.985Z Downloaded swrite v0.1.0
3612026-04-07T18:12:44.985Z Downloaded idna_adapter v1.2.1
3622026-04-07T18:12:44.989Z Downloaded unicode-xid v0.2.6
3632026-04-07T18:12:44.989Z Downloaded usdt v0.5.0
3642026-04-07T18:12:44.994Z Downloaded serde-value v0.7.0
3652026-04-07T18:12:44.994Z Downloaded pretty-hex v0.4.1
3662026-04-07T18:12:44.994Z Downloaded colorchoice v1.0.4
3672026-04-07T18:12:44.997Z Downloaded usdt-impl v0.5.0
3682026-04-07T18:12:45.001Z Downloaded tinystr v0.8.2
3692026-04-07T18:12:45.002Z Downloaded thiserror-impl v1.0.69
3702026-04-07T18:12:45.005Z Downloaded zmij v1.0.21
3712026-04-07T18:12:45.005Z Downloaded is_terminal_polyfill v1.70.2
3722026-04-07T18:12:45.005Z Downloaded thiserror-impl v2.0.18
3732026-04-07T18:12:45.011Z Downloaded memmap v0.7.0
3742026-04-07T18:12:45.015Z Downloaded form_urlencoded v1.2.2
3752026-04-07T18:12:45.015Z Downloaded zerovec-derive v0.11.2
3762026-04-07T18:12:45.015Z Downloaded fnv v1.0.7
3772026-04-07T18:12:45.015Z Downloaded writeable v0.6.2
3782026-04-07T18:12:45.019Z Downloaded zerocopy-derive v0.7.35
3792026-04-07T18:12:45.019Z Downloaded heck v0.4.1
3802026-04-07T18:12:45.023Z Downloaded icu_normalizer_data v2.1.1
3812026-04-07T18:12:45.029Z Downloaded toml_edit v0.22.27
3822026-04-07T18:12:45.029Z Downloaded ucd-trie v0.1.7
3832026-04-07T18:12:45.033Z Downloaded smawk v0.3.2
3842026-04-07T18:12:45.037Z Downloaded clap_lex v1.0.0
3852026-04-07T18:12:45.037Z Downloaded toml v0.8.23
3862026-04-07T18:12:45.041Z Downloaded crypto-common v0.1.7
3872026-04-07T18:12:45.045Z Downloaded yoke v0.8.1
3882026-04-07T18:12:45.049Z Downloaded itoa v1.0.17
3892026-04-07T18:12:45.049Z Downloaded strsim v0.11.1
3902026-04-07T18:12:45.049Z Downloaded plain v0.2.3
3912026-04-07T18:12:45.049Z Downloaded anstyle-query v1.1.5
3922026-04-07T18:12:45.049Z Downloaded zerotrie v0.2.3
3932026-04-07T18:12:45.053Z Downloaded zerovec v0.11.5
3942026-04-07T18:12:45.056Z Downloaded unicode-ident v1.0.24
3952026-04-07T18:12:45.056Z Downloaded url v2.5.8
3962026-04-07T18:12:45.056Z Downloaded ordered-float v2.10.1
3972026-04-07T18:12:45.060Z Downloaded serde_spanned v0.6.9
3982026-04-07T18:12:45.060Z Downloaded equivalent v1.0.2
3992026-04-07T18:12:45.060Z Downloaded fastrand v2.3.0
4002026-04-07T18:12:45.060Z Downloaded potential_utf v0.1.4
4012026-04-07T18:12:45.060Z Downloaded typenum v1.19.0
4022026-04-07T18:12:45.064Z Downloaded dof v0.3.0
4032026-04-07T18:12:45.068Z Downloaded stable_deref_trait v1.2.1
4042026-04-07T18:12:45.073Z Downloaded errno v0.3.14
4052026-04-07T18:12:45.076Z Downloaded terminal_size v0.4.3
4062026-04-07T18:12:45.080Z Downloaded scroll_derive v0.12.1
4072026-04-07T18:12:45.080Z Downloaded proc-macro-error-attr v1.0.4
4082026-04-07T18:12:45.080Z Downloaded zerocopy v0.7.35
4092026-04-07T18:12:45.088Z Downloaded serde-untagged v0.1.9
4102026-04-07T18:12:45.092Z Downloaded percent-encoding v2.3.2
4112026-04-07T18:12:45.092Z Downloaded winnow v0.7.14
4122026-04-07T18:12:45.096Z Downloaded unicode-width v0.1.14
4132026-04-07T18:12:45.100Z Downloaded pest_generator v2.8.6
4142026-04-07T18:12:45.100Z Downloaded synstructure v0.13.2
4152026-04-07T18:12:45.100Z Downloaded icu_provider v2.1.1
4162026-04-07T18:12:45.105Z Downloaded unicode-width v0.2.0
4172026-04-07T18:12:45.105Z Downloaded sha2 v0.10.9
4182026-04-07T18:12:45.109Z Downloaded icu_locale_core v2.1.1
4192026-04-07T18:12:45.114Z Downloaded macaddr v1.0.1
4202026-04-07T18:12:45.114Z Downloaded displaydoc v0.2.5
4212026-04-07T18:12:45.114Z Downloaded semver v1.0.27
4222026-04-07T18:12:45.114Z Downloaded scroll v0.12.0
4232026-04-07T18:12:45.119Z Downloaded bytecount v0.6.9
4242026-04-07T18:12:45.119Z Downloaded serde_tokenstream v0.2.3
4252026-04-07T18:12:45.119Z Downloaded camino-tempfile v1.4.1
4262026-04-07T18:12:45.122Z Downloaded cargo_metadata v0.21.0
4272026-04-07T18:12:45.130Z Downloaded once_cell v1.21.3
4282026-04-07T18:12:45.137Z Downloaded anyhow v1.0.102
4292026-04-07T18:12:45.142Z Downloaded serde_core v1.0.228
4302026-04-07T18:12:45.146Z Downloaded erased-serde v0.4.9
4312026-04-07T18:12:45.152Z Downloaded tempfile v3.25.0
4322026-04-07T18:12:45.156Z Downloaded cargo_toml v0.21.0
4332026-04-07T18:12:45.156Z Downloaded fs-err v3.3.0
4342026-04-07T18:12:45.156Z Downloaded camino v1.2.2
4352026-04-07T18:12:45.160Z Downloaded smallvec v1.15.1
4362026-04-07T18:12:45.163Z Downloaded proc-macro-error v1.0.4
4372026-04-07T18:12:45.163Z Downloaded clap_derive v4.5.55
4382026-04-07T18:12:45.167Z Downloaded litemap v0.8.1
4392026-04-07T18:12:45.171Z Downloaded icu_properties v2.1.2
4402026-04-07T18:12:45.175Z Downloaded clap v4.5.60
4412026-04-07T18:12:45.180Z Downloaded getrandom v0.3.4
4422026-04-07T18:12:45.184Z Downloaded papergrid v0.11.0
4432026-04-07T18:12:45.187Z Downloaded serde_derive v1.0.228
4442026-04-07T18:12:45.187Z Downloaded pest_derive v2.8.6
4452026-04-07T18:12:45.191Z Downloaded pest_meta v2.8.6
4462026-04-07T18:12:45.191Z Downloaded num-traits v0.2.19
4472026-04-07T18:12:45.209Z Downloaded log v0.4.29
4482026-04-07T18:12:45.214Z Downloaded memchr v2.8.0
4492026-04-07T18:12:45.220Z Downloaded serde v1.0.228
4502026-04-07T18:12:45.224Z Downloaded hashbrown v0.16.1
4512026-04-07T18:12:45.232Z Downloaded indexmap v2.13.0
4522026-04-07T18:12:45.241Z Downloaded serde_json v1.0.149
4532026-04-07T18:12:45.260Z Downloaded pest v2.8.6
4542026-04-07T18:12:45.265Z Downloaded icu_properties_data v2.1.2
4552026-04-07T18:12:45.275Z Downloaded clap_builder v4.5.60
4562026-04-07T18:12:45.282Z Downloaded idna v1.1.0
4572026-04-07T18:12:45.295Z Downloaded goblin v0.8.2
4582026-04-07T18:12:45.304Z Downloaded tabled v0.15.0
4592026-04-07T18:12:45.315Z Downloaded syn v1.0.109
4602026-04-07T18:12:45.328Z Downloaded syn v2.0.117
4612026-04-07T18:12:45.351Z Downloaded rustix v1.1.3
4622026-04-07T18:12:45.384Z Downloaded libc v0.2.180
4632026-04-07T18:12:45.458Z Compiling proc-macro2 v1.0.106
4642026-04-07T18:12:45.459Z Compiling unicode-ident v1.0.24
4652026-04-07T18:12:45.462Z Compiling quote v1.0.44
4662026-04-07T18:12:45.462Z Compiling serde_core v1.0.228
4672026-04-07T18:12:45.462Z Compiling libc v0.2.180
4682026-04-07T18:12:45.462Z Compiling version_check v0.9.5
4692026-04-07T18:12:45.462Z Compiling serde v1.0.228
4702026-04-07T18:12:45.462Z Compiling memchr v2.8.0
4712026-04-07T18:12:45.840Z Compiling stable_deref_trait v1.2.1
4722026-04-07T18:12:45.931Z Compiling zmij v1.0.21
4732026-04-07T18:12:46.064Z Compiling autocfg v1.5.0
4742026-04-07T18:12:46.349Z Compiling thiserror v1.0.69
4752026-04-07T18:12:46.487Z Compiling itoa v1.0.17
4762026-04-07T18:12:46.764Z Compiling ucd-trie v0.1.7
4772026-04-07T18:12:46.916Z Compiling litemap v0.8.1
4782026-04-07T18:12:47.043Z Compiling pest v2.8.6
4792026-04-07T18:12:47.063Z Compiling writeable v0.6.2
4802026-04-07T18:12:47.154Z Compiling rustix v1.1.3
4812026-04-07T18:12:47.269Z Compiling icu_properties_data v2.1.2
4822026-04-07T18:12:47.343Z Compiling icu_normalizer_data v2.1.1
4832026-04-07T18:12:47.476Z Compiling byteorder v1.5.0
4842026-04-07T18:12:47.622Z Compiling errno v0.3.14
4852026-04-07T18:12:47.788Z Compiling bitflags v2.11.0
4862026-04-07T18:12:47.815Z Compiling serde_json v1.0.149
4872026-04-07T18:12:47.965Z Compiling syn v2.0.117
4882026-04-07T18:12:48.074Z Compiling num-traits v0.2.19
4892026-04-07T18:12:48.092Z Compiling smallvec v1.15.1
4902026-04-07T18:12:48.294Z Compiling pest_meta v2.8.6
4912026-04-07T18:12:48.353Z Compiling equivalent v1.0.2
4922026-04-07T18:12:48.375Z Compiling hashbrown v0.16.1
4932026-04-07T18:12:48.457Z Compiling typeid v1.0.3
4942026-04-07T18:12:48.727Z Compiling thread-id v4.2.2
4952026-04-07T18:12:48.894Z Compiling usdt-impl v0.5.0
4962026-04-07T18:12:48.915Z Compiling proc-macro-error-attr v1.0.4
4972026-04-07T18:12:49.011Z Compiling indexmap v2.13.0
4982026-04-07T18:12:49.144Z Compiling toml_write v0.1.2
4992026-04-07T18:12:49.163Z Compiling erased-serde v0.4.9
5002026-04-07T18:12:49.283Z Compiling winnow v0.7.14
5012026-04-07T18:12:49.303Z Compiling syn v1.0.109
5022026-04-07T18:12:49.701Z Compiling proc-macro-error v1.0.4
5032026-04-07T18:12:49.723Z Compiling getrandom v0.3.4
5042026-04-07T18:12:49.918Z Compiling percent-encoding v2.3.2
5052026-04-07T18:12:50.141Z Compiling utf8parse v0.2.2
5062026-04-07T18:12:50.145Z Compiling utf8_iter v1.0.4
5072026-04-07T18:12:50.273Z Compiling thiserror v2.0.18
5082026-04-07T18:12:50.278Z Compiling log v0.4.29
5092026-04-07T18:12:50.330Z Compiling camino v1.2.2
5102026-04-07T18:12:50.404Z Compiling plain v0.2.3
5112026-04-07T18:12:50.522Z Compiling ordered-float v2.10.1
5122026-04-07T18:12:50.563Z Compiling anstyle-parse v0.2.7
5132026-04-07T18:12:50.587Z Compiling form_urlencoded v1.2.2
5142026-04-07T18:12:50.809Z Compiling terminal_size v0.4.3
5152026-04-07T18:12:50.899Z Compiling anstyle-query v1.1.5
5162026-04-07T18:12:50.940Z Compiling synstructure v0.13.2
5172026-04-07T18:12:50.984Z Compiling pest_generator v2.8.6
5182026-04-07T18:12:51.026Z Compiling colorchoice v1.0.4
5192026-04-07T18:12:51.073Z Compiling is_terminal_polyfill v1.70.2
5202026-04-07T18:12:51.157Z Compiling cfg-if v1.0.4
5212026-04-07T18:12:51.181Z Compiling pretty-hex v0.4.1
5222026-04-07T18:12:51.246Z Compiling anstyle v1.0.13
5232026-04-07T18:12:51.315Z Compiling serde-untagged v0.1.9
5242026-04-07T18:12:51.459Z Compiling anstream v0.6.21
5252026-04-07T18:12:51.502Z Compiling semver v1.0.27
5262026-04-07T18:12:51.602Z Compiling fs-err v3.3.0
5272026-04-07T18:12:51.747Z Compiling fastrand v2.3.0
5282026-04-07T18:12:51.798Z Compiling strsim v0.11.1
5292026-04-07T18:12:51.819Z Compiling unicode-xid v0.2.6
5302026-04-07T18:12:51.857Z Compiling bytecount v0.6.9
5312026-04-07T18:12:51.913Z Compiling fnv v1.0.7
5322026-04-07T18:12:52.015Z Compiling heck v0.5.0
5332026-04-07T18:12:52.035Z Compiling clap_lex v1.0.0
5342026-04-07T18:12:52.055Z Compiling unicode-width v0.1.14
5352026-04-07T18:12:52.194Z Compiling once_cell v1.21.3
5362026-04-07T18:12:52.302Z Compiling anyhow v1.0.102
5372026-04-07T18:12:52.322Z Compiling heck v0.4.1
5382026-04-07T18:12:52.342Z Compiling clap_builder v4.5.60
5392026-04-07T18:12:52.411Z Compiling papergrid v0.11.0
5402026-04-07T18:12:52.482Z Compiling tempfile v3.25.0
5412026-04-07T18:12:52.692Z Compiling memmap v0.7.0
5422026-04-07T18:12:52.802Z Compiling serde_derive v1.0.228
5432026-04-07T18:12:52.888Z Compiling zerofrom-derive v0.1.6
5442026-04-07T18:12:52.909Z Compiling yoke-derive v0.8.1
5452026-04-07T18:12:52.929Z Compiling zerovec-derive v0.11.2
5462026-04-07T18:12:53.124Z Compiling displaydoc v0.2.5
5472026-04-07T18:12:53.872Z Compiling thiserror-impl v1.0.69
5482026-04-07T18:12:53.972Z Compiling zerocopy-derive v0.7.35
5492026-04-07T18:12:54.138Z Compiling pest_derive v2.8.6
5502026-04-07T18:12:54.179Z Compiling scroll_derive v0.12.1
5512026-04-07T18:12:54.405Z Compiling zerofrom v0.1.6
5522026-04-07T18:12:54.558Z Compiling yoke v0.8.1
5532026-04-07T18:12:54.604Z Compiling thiserror-impl v2.0.18
5542026-04-07T18:12:54.772Z Compiling zerovec v0.11.5
5552026-04-07T18:12:54.900Z Compiling zerotrie v0.2.3
5562026-04-07T18:12:54.934Z Compiling zerocopy v0.7.35
5572026-04-07T18:12:55.252Z Compiling scroll v0.12.0
5582026-04-07T18:12:55.361Z Compiling tinystr v0.8.2
5592026-04-07T18:12:55.401Z Compiling potential_utf v0.1.4
5602026-04-07T18:12:55.555Z Compiling icu_locale_core v2.1.1
5612026-04-07T18:12:55.576Z Compiling icu_collections v2.1.1
5622026-04-07T18:12:55.594Z Compiling dtrace-parser v0.2.0
5632026-04-07T18:12:55.614Z Compiling goblin v0.8.2
5642026-04-07T18:12:55.682Z Compiling tabled_derive v0.7.0
5652026-04-07T18:12:55.991Z Compiling clap_derive v4.5.55
5662026-04-07T18:12:56.253Z Compiling icu_provider v2.1.1
5672026-04-07T18:12:56.452Z Compiling smawk v0.3.2
5682026-04-07T18:12:56.563Z Compiling icu_normalizer v2.1.1
5692026-04-07T18:12:56.601Z Compiling serde_spanned v0.6.9
5702026-04-07T18:12:56.622Z Compiling toml_datetime v0.6.11
5712026-04-07T18:12:56.685Z Compiling icu_properties v2.1.2
5722026-04-07T18:12:56.706Z Compiling dof v0.3.0
5732026-04-07T18:12:56.726Z Compiling serde_tokenstream v0.2.3
5742026-04-07T18:12:56.765Z Compiling serde-value v0.7.0
5752026-04-07T18:12:56.914Z Compiling toml_edit v0.22.27
5762026-04-07T18:12:57.129Z Compiling cargo-platform v0.2.0
5772026-04-07T18:12:57.164Z Compiling unicode-width v0.2.0
5782026-04-07T18:12:57.164Z Compiling unicode-linebreak v0.1.5
5792026-04-07T18:12:57.490Z Compiling textwrap v0.16.2
5802026-04-07T18:12:57.494Z Compiling tabled v0.15.0
5812026-04-07T18:12:57.529Z Compiling macaddr v1.0.1
5822026-04-07T18:12:57.785Z Compiling idna_adapter v1.2.1
5832026-04-07T18:12:57.806Z Compiling usdt-macro v0.5.0
5842026-04-07T18:12:57.949Z Compiling idna v1.1.0
5852026-04-07T18:12:57.971Z Compiling usdt-attr-macro v0.5.0
5862026-04-07T18:12:57.996Z Compiling clap v4.5.60
5872026-04-07T18:12:58.097Z Compiling camino-tempfile v1.4.1
5882026-04-07T18:12:58.364Z Compiling url v2.5.8
5892026-04-07T18:12:58.515Z Compiling toml v0.8.23
5902026-04-07T18:12:58.718Z Compiling swrite v0.1.0
5912026-04-07T18:12:59.011Z Compiling cargo-util-schemas v0.8.2
5922026-04-07T18:12:59.189Z Compiling usdt v0.5.0
5932026-04-07T18:12:59.208Z Compiling cargo_toml v0.21.0
5942026-04-07T18:12:59.228Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5952026-04-07T18:13:00.000Z Compiling cargo_metadata v0.21.0
5962026-04-07T18:13:01.041Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-07T18:13:03.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.67s
5982026-04-07T18:13:03.582Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-07T18:13:04.187Z Downloading crates ...
6002026-04-07T18:13:04.280Z Downloaded adler2 v2.0.1
6012026-04-07T18:13:04.299Z Downloaded camino-tempfile-ext v0.3.3
6022026-04-07T18:13:04.304Z Downloaded corncobs v0.1.4
6032026-04-07T18:13:04.304Z Downloaded crc8 v0.1.1
6042026-04-07T18:13:04.305Z Downloaded aho-corasick v1.1.4
6052026-04-07T18:13:04.310Z Downloaded cstr-argument v0.1.2
6062026-04-07T18:13:04.320Z Downloaded bzip2 v0.4.4
6072026-04-07T18:13:04.320Z Downloaded crunchy v0.2.4
6082026-04-07T18:13:04.320Z Downloaded async-stream-impl v0.3.6
6092026-04-07T18:13:04.320Z Downloaded crossbeam-utils v0.8.21
6102026-04-07T18:13:04.321Z Downloaded backon v1.6.0
6112026-04-07T18:13:04.327Z Downloaded aead v0.5.2
6122026-04-07T18:13:04.327Z Downloaded crucible-workspace-hack v0.1.0
6132026-04-07T18:13:04.327Z Downloaded atty v0.2.14
6142026-04-07T18:13:04.332Z Downloaded async-trait v0.1.89
6152026-04-07T18:13:04.332Z Downloaded bcrypt-pbkdf v0.10.0
6162026-04-07T18:13:04.332Z Downloaded backoff v0.4.0
6172026-04-07T18:13:04.333Z Downloaded async-stream v0.3.6
6182026-04-07T18:13:04.337Z Downloaded defmt-parser v1.0.0
6192026-04-07T18:13:04.337Z Downloaded crypto-bigint v0.5.5
6202026-04-07T18:13:04.343Z Downloaded ctr v0.9.2
6212026-04-07T18:13:04.343Z Downloaded async-recursion v1.1.1
6222026-04-07T18:13:04.349Z Downloaded arrayref v0.3.9
6232026-04-07T18:13:04.350Z Downloaded defmt v0.3.100
6242026-04-07T18:13:04.350Z Downloaded crc32fast v1.5.0
6252026-04-07T18:13:04.350Z Downloaded crossterm v0.29.0
6262026-04-07T18:13:04.355Z Downloaded crossterm v0.28.1
6272026-04-07T18:13:04.355Z Downloaded darling_macro v0.21.3
6282026-04-07T18:13:04.361Z Downloaded crossbeam-channel v0.5.15
6292026-04-07T18:13:04.361Z Downloaded daft v0.1.5
6302026-04-07T18:13:04.361Z Downloaded darling v0.20.11
6312026-04-07T18:13:04.366Z Downloaded foreign-types-shared v0.3.1
6322026-04-07T18:13:04.366Z Downloaded derive_more v0.99.20
6332026-04-07T18:13:04.366Z Downloaded atomic-waker v1.1.2
6342026-04-07T18:13:04.373Z Downloaded csv-core v0.1.13
6352026-04-07T18:13:04.373Z Downloaded base16ct v0.2.0
6362026-04-07T18:13:04.373Z Downloaded ciborium-io v0.2.2
6372026-04-07T18:13:04.373Z Downloaded cfg_aliases v0.1.1
6382026-04-07T18:13:04.373Z Downloaded bitfield-struct v0.6.2
6392026-04-07T18:13:04.374Z Downloaded allocator-api2 v0.2.21
6402026-04-07T18:13:04.381Z Downloaded display-error-chain v0.2.2
6412026-04-07T18:13:04.381Z Downloaded assert_matches v1.5.0
6422026-04-07T18:13:04.381Z Downloaded embedded-io v0.6.1
6432026-04-07T18:13:04.382Z Downloaded deranged v0.5.8
6442026-04-07T18:13:04.386Z Downloaded bit-set v0.8.0
6452026-04-07T18:13:04.386Z Downloaded convert_case v0.4.0
6462026-04-07T18:13:04.386Z Downloaded dirs-next v2.0.0
6472026-04-07T18:13:04.386Z Downloaded atomicwrites v0.4.4
6482026-04-07T18:13:04.386Z Downloaded dyn-clone v1.0.20
6492026-04-07T18:13:04.386Z Downloaded debug-ignore v1.0.5
6502026-04-07T18:13:04.394Z Downloaded curve25519-dalek-derive v0.1.1
6512026-04-07T18:13:04.394Z Downloaded foldhash v0.1.5
6522026-04-07T18:13:04.394Z Downloaded downcast-rs v2.0.2
6532026-04-07T18:13:04.394Z Downloaded diesel_table_macro_syntax v0.3.0
6542026-04-07T18:13:04.394Z Downloaded defmt-macros v1.0.1
6552026-04-07T18:13:04.404Z Downloaded blowfish v0.9.1
6562026-04-07T18:13:04.410Z Downloaded cfg_aliases v0.2.1
6572026-04-07T18:13:04.410Z Downloaded dunce v1.0.5
6582026-04-07T18:13:04.410Z Downloaded derive_builder_macro v0.20.2
6592026-04-07T18:13:04.410Z Downloaded ascii-canvas v3.0.0
6602026-04-07T18:13:04.410Z Downloaded bit-set v0.5.3
6612026-04-07T18:13:04.410Z Downloaded dropshot-api-manager-types v0.6.0
6622026-04-07T18:13:04.414Z Downloaded ff v0.13.1
6632026-04-07T18:13:04.414Z Downloaded compression-core v0.4.31
6642026-04-07T18:13:04.414Z Downloaded drift v0.1.3
6652026-04-07T18:13:04.418Z Downloaded bb8 v0.8.6
6662026-04-07T18:13:04.418Z Downloaded ciborium-ll v0.2.2
6672026-04-07T18:13:04.418Z Downloaded crc-catalog v2.4.0
6682026-04-07T18:13:04.418Z Downloaded foreign-types v0.3.2
6692026-04-07T18:13:04.423Z Downloaded block-padding v0.3.3
6702026-04-07T18:13:04.423Z Downloaded float-ord v0.3.2
6712026-04-07T18:13:04.423Z Downloaded dof v0.4.0
6722026-04-07T18:13:04.423Z Downloaded darling_macro v0.20.11
6732026-04-07T18:13:04.423Z Downloaded castaway v0.2.4
6742026-04-07T18:13:04.430Z Downloaded array-init v0.0.4
6752026-04-07T18:13:04.431Z Downloaded enum-as-inner v0.6.1
6762026-04-07T18:13:04.431Z Downloaded foreign-types-shared v0.1.1
6772026-04-07T18:13:04.431Z Downloaded cpufeatures v0.3.0
6782026-04-07T18:13:04.431Z Downloaded foreign-types v0.5.0
6792026-04-07T18:13:04.431Z Downloaded bitfield-macros v0.19.4
6802026-04-07T18:13:04.431Z Downloaded dirs-sys-next v0.1.2
6812026-04-07T18:13:04.441Z Downloaded futures-io v0.3.32
6822026-04-07T18:13:04.441Z Downloaded difflib v0.4.0
6832026-04-07T18:13:04.441Z Downloaded endian-type v0.1.2
6842026-04-07T18:13:04.441Z Downloaded dsl_auto_type v0.2.0
6852026-04-07T18:13:04.441Z Downloaded cobs v0.3.0
6862026-04-07T18:13:04.441Z Downloaded crc v3.4.0
6872026-04-07T18:13:04.441Z Downloaded darling_macro v0.23.0
6882026-04-07T18:13:04.441Z Downloaded darling_core v0.20.11
6892026-04-07T18:13:04.446Z Downloaded futures-sink v0.3.32
6902026-04-07T18:13:04.446Z Downloaded ed25519 v2.2.3
6912026-04-07T18:13:04.446Z Downloaded futures-task v0.3.32
6922026-04-07T18:13:04.446Z Downloaded flume v0.11.1
6932026-04-07T18:13:04.450Z Downloaded fallible-iterator v0.2.0
6942026-04-07T18:13:04.450Z Downloaded globwalk v0.9.1
6952026-04-07T18:13:04.450Z Downloaded bit-vec v0.6.3
6962026-04-07T18:13:04.456Z Downloaded bcs v0.1.6
6972026-04-07T18:13:04.456Z Downloaded convert_case v0.10.0
6982026-04-07T18:13:04.456Z Downloaded gethostname v0.5.0
6992026-04-07T18:13:04.456Z Downloaded env_filter v1.0.0
7002026-04-07T18:13:04.456Z Downloaded ena v0.14.4
7012026-04-07T18:13:04.481Z Downloaded headers-core v0.3.0
7022026-04-07T18:13:04.482Z Downloaded bitfield v0.19.4
7032026-04-07T18:13:04.482Z Downloaded hash32 v0.2.1
7042026-04-07T18:13:04.482Z Downloaded erased-serde v0.3.31
7052026-04-07T18:13:04.482Z Downloaded cargo_metadata v0.19.2
7062026-04-07T18:13:04.488Z Downloaded env_logger v0.11.9
7072026-04-07T18:13:04.488Z Downloaded fxhash v0.2.1
7082026-04-07T18:13:04.488Z Downloaded embedded-io v0.4.0
7092026-04-07T18:13:04.488Z Downloaded futures-core v0.3.32
7102026-04-07T18:13:04.488Z Downloaded cbc v0.1.2
7112026-04-07T18:13:04.488Z Downloaded futures-macro v0.3.32
7122026-04-07T18:13:04.488Z Downloaded fixedbitset v0.4.2
7132026-04-07T18:13:04.488Z Downloaded cmake v0.1.57
7142026-04-07T18:13:04.488Z Downloaded async-bb8-diesel v0.2.1
7152026-04-07T18:13:04.489Z Downloaded hex v0.4.3
7162026-04-07T18:13:04.489Z Downloaded argon2 v0.5.3
7172026-04-07T18:13:04.489Z Downloaded fd-lock v4.0.4
7182026-04-07T18:13:04.489Z Downloaded console v0.15.11
7192026-04-07T18:13:04.489Z Downloaded bumpalo v3.20.2
7202026-04-07T18:13:04.489Z Downloaded funty v2.0.0
7212026-04-07T18:13:04.489Z Downloaded data-encoding v2.10.0
7222026-04-07T18:13:04.489Z Downloaded daft-derive v0.1.5
7232026-04-07T18:13:04.489Z Downloaded hash32 v0.3.1
7242026-04-07T18:13:04.489Z Downloaded git-stub v1.0.0
7252026-04-07T18:13:04.489Z Downloaded crossbeam-deque v0.8.6
7262026-04-07T18:13:04.489Z Downloaded hostname v0.4.2
7272026-04-07T18:13:04.489Z Downloaded darling v0.23.0
7282026-04-07T18:13:04.494Z Downloaded hex-literal v0.4.1
7292026-04-07T18:13:04.494Z Downloaded buf-list v1.1.2
7302026-04-07T18:13:04.501Z Downloaded derive_builder_core v0.20.2
7312026-04-07T18:13:04.501Z Downloaded ecdsa v0.16.9
7322026-04-07T18:13:04.501Z Downloaded chacha20 v0.9.1
7332026-04-07T18:13:04.510Z Downloaded fixedbitset v0.5.7
7342026-04-07T18:13:04.510Z Downloaded cargo-platform v0.1.9
7352026-04-07T18:13:04.510Z Downloaded home v0.5.12
7362026-04-07T18:13:04.510Z Downloaded float-cmp v0.10.0
7372026-04-07T18:13:04.510Z Downloaded dtrace-parser v0.3.0
7382026-04-07T18:13:04.516Z Downloaded document-features v0.2.12
7392026-04-07T18:13:04.516Z Downloaded glob v0.3.3
7402026-04-07T18:13:04.516Z Downloaded foreign-types-macros v0.2.3
7412026-04-07T18:13:04.516Z Downloaded constant_time_eq v0.4.2
7422026-04-07T18:13:04.523Z Downloaded cipher v0.4.4
7432026-04-07T18:13:04.523Z Downloaded cexpr v0.6.0
7442026-04-07T18:13:04.523Z Downloaded flagset v0.4.7
7452026-04-07T18:13:04.523Z Downloaded hubpack_derive v0.1.1
7462026-04-07T18:13:04.523Z Downloaded ghash v0.5.1
7472026-04-07T18:13:04.524Z Downloaded byte-wrapper v0.1.0
7482026-04-07T18:13:04.536Z Downloaded http-body v1.0.1
7492026-04-07T18:13:04.536Z Downloaded colored v2.2.0
7502026-04-07T18:13:04.536Z Downloaded cancel-safe-futures v0.1.5
7512026-04-07T18:13:04.536Z Downloaded http-range v0.1.5
7522026-04-07T18:13:04.536Z Downloaded fs_extra v1.3.0
7532026-04-07T18:13:04.536Z Downloaded defmt v1.0.1
7542026-04-07T18:13:04.540Z Downloaded ciborium v0.2.2
7552026-04-07T18:13:04.540Z Downloaded base64ct v1.8.3
7562026-04-07T18:13:04.540Z Downloaded either v1.15.0
7572026-04-07T18:13:04.540Z Downloaded der_derive v0.7.3
7582026-04-07T18:13:04.541Z Downloaded darling_core v0.21.3
7592026-04-07T18:13:04.541Z Downloaded hyper-tls v0.6.0
7602026-04-07T18:13:04.548Z Downloaded ident_case v1.0.1
7612026-04-07T18:13:04.548Z Downloaded instability v0.3.11
7622026-04-07T18:13:04.548Z Downloaded inout v0.1.4
7632026-04-07T18:13:04.548Z Downloaded httpdate v1.0.3
7642026-04-07T18:13:04.548Z Downloaded bzip2 v0.6.1
7652026-04-07T18:13:04.554Z Downloaded futures-executor v0.3.32
7662026-04-07T18:13:04.554Z Downloaded internet-checksum v0.2.1
7672026-04-07T18:13:04.554Z Downloaded compression-codecs v0.4.37
7682026-04-07T18:13:04.554Z Downloaded hubpack v0.1.2
7692026-04-07T18:13:04.554Z Downloaded console v0.16.2
7702026-04-07T18:13:04.559Z Downloaded indent_write v2.2.0
7712026-04-07T18:13:04.559Z Downloaded bitflags v1.3.2
7722026-04-07T18:13:04.559Z Downloaded fs-err v2.11.0
7732026-04-07T18:13:04.559Z Downloaded find-msvc-tools v0.1.9
7742026-04-07T18:13:04.559Z Downloaded bit-vec v0.8.0
7752026-04-07T18:13:04.565Z Downloaded getrandom v0.2.17
7762026-04-07T18:13:04.565Z Downloaded hostname v0.3.1
7772026-04-07T18:13:04.565Z Downloaded group v0.13.0
7782026-04-07T18:13:04.611Z Downloaded is-terminal v0.4.17
7792026-04-07T18:13:04.611Z Downloaded git-stub-vcs v0.1.0
7802026-04-07T18:13:04.611Z Downloaded darling v0.21.3
7812026-04-07T18:13:04.611Z Downloaded keccak v0.1.6
7822026-04-07T18:13:04.624Z Downloaded fatfs v0.3.6
7832026-04-07T18:13:04.624Z Downloaded libscf-sys v1.1.0
7842026-04-07T18:13:04.624Z Downloaded lazy_static v1.5.0
7852026-04-07T18:13:04.624Z Downloaded blake2 v0.10.6
7862026-04-07T18:13:04.625Z Downloaded kstat-rs v0.2.4
7872026-04-07T18:13:04.625Z Downloaded is_ci v1.2.0
7882026-04-07T18:13:04.625Z Downloaded diff v0.1.13
7892026-04-07T18:13:04.625Z Downloaded lalrpop-util v0.19.12
7902026-04-07T18:13:04.625Z Downloaded const_format_proc_macros v0.2.34
7912026-04-07T18:13:04.625Z Downloaded cookie v0.18.1
7922026-04-07T18:13:04.625Z Downloaded chacha20 v0.10.0
7932026-04-07T18:13:04.625Z Downloaded ahash v0.8.12
7942026-04-07T18:13:04.625Z Downloaded const-oid v0.9.6
7952026-04-07T18:13:04.625Z Downloaded lru-cache v0.1.2
7962026-04-07T18:13:04.625Z Downloaded lru v0.12.5
7972026-04-07T18:13:04.625Z Downloaded critical-section v1.2.0
7982026-04-07T18:13:04.625Z Downloaded filetime v0.2.27
7992026-04-07T18:13:04.625Z Downloaded linked-hash-map v0.5.6
8002026-04-07T18:13:04.625Z Downloaded maplit v1.0.2
8012026-04-07T18:13:04.625Z Downloaded lzss v0.8.2
8022026-04-07T18:13:04.625Z Downloaded http-body-util v0.1.3
8032026-04-07T18:13:04.625Z Downloaded foldhash v0.2.0
8042026-04-07T18:13:04.625Z Downloaded arrayvec v0.7.6
8052026-04-07T18:13:04.625Z Downloaded cassowary v0.3.0
8062026-04-07T18:13:04.625Z Downloaded des v0.8.1
8072026-04-07T18:13:04.625Z Downloaded colored v3.1.1
8082026-04-07T18:13:04.625Z Downloaded managed v0.8.0
8092026-04-07T18:13:04.625Z Downloaded memoffset v0.9.1
8102026-04-07T18:13:04.625Z Downloaded md5 v0.7.0
8112026-04-07T18:13:04.625Z Downloaded md-5 v0.10.6
8122026-04-07T18:13:04.626Z Downloaded match_cfg v0.1.0
8132026-04-07T18:13:04.626Z Downloaded mime v0.3.17
8142026-04-07T18:13:04.626Z Downloaded maybe-uninit v2.0.0
8152026-04-07T18:13:04.626Z Downloaded lru-slab v0.1.2
8162026-04-07T18:13:04.626Z Downloaded hyper-staticfile v0.10.1
8172026-04-07T18:13:04.636Z Downloaded indoc v1.0.9
8182026-04-07T18:13:04.636Z Downloaded impl-trait-for-tuples v0.2.3
8192026-04-07T18:13:04.636Z Downloaded newline-converter v0.3.0
8202026-04-07T18:13:04.636Z Downloaded indoc v2.0.7
8212026-04-07T18:13:04.636Z Downloaded globset v0.4.18
8222026-04-07T18:13:04.636Z Downloaded nibble_vec v0.1.0
8232026-04-07T18:13:04.636Z Downloaded newtype-uuid-macros v0.1.0
8242026-04-07T18:13:04.636Z Downloaded multimap v0.10.1
8252026-04-07T18:13:04.636Z Downloaded new_debug_unreachable v1.0.6
8262026-04-07T18:13:04.636Z Downloaded ipnetwork v0.21.1
8272026-04-07T18:13:04.636Z Downloaded ipnet v2.11.0
8282026-04-07T18:13:04.643Z Downloaded instant v0.1.13
8292026-04-07T18:13:04.643Z Downloaded ingot-types v0.1.2
8302026-04-07T18:13:04.643Z Downloaded derive-where v1.6.0
8312026-04-07T18:13:04.643Z Downloaded newtype_derive v0.1.6
8322026-04-07T18:13:04.643Z Downloaded num v0.4.3
8332026-04-07T18:13:04.643Z Downloaded nonempty v0.12.0
8342026-04-07T18:13:04.643Z Downloaded futures v0.3.32
8352026-04-07T18:13:04.677Z Downloaded derive_builder v0.20.2
8362026-04-07T18:13:04.677Z Downloaded num-derive v0.4.2
8372026-04-07T18:13:04.677Z Downloaded aes v0.8.4
8382026-04-07T18:13:04.677Z Downloaded num-derive v0.3.3
8392026-04-07T18:13:04.677Z Downloaded elliptic-curve v0.13.8
8402026-04-07T18:13:04.686Z Downloaded clang-sys v1.8.1
8412026-04-07T18:13:04.687Z Downloaded num_threads v0.1.7
8422026-04-07T18:13:04.687Z Downloaded base64 v0.22.1
8432026-04-07T18:13:04.687Z Downloaded num_enum_derive v0.5.11
8442026-04-07T18:13:04.687Z Downloaded num-iter v0.1.45
8452026-04-07T18:13:04.687Z Downloaded lock_api v0.4.14
8462026-04-07T18:13:04.687Z Downloaded libsw-core v0.3.2
8472026-04-07T18:13:04.687Z Downloaded libloading v0.8.9
8482026-04-07T18:13:04.687Z Downloaded linear-map v1.2.0
8492026-04-07T18:13:04.711Z Downloaded hyper-rustls v0.27.7
8502026-04-07T18:13:04.711Z Downloaded diesel-dtrace v0.5.0
8512026-04-07T18:13:04.711Z Downloaded libsw v3.5.0
8522026-04-07T18:13:04.711Z Downloaded olpc-cjson v0.1.4
8532026-04-07T18:13:04.711Z Downloaded openssl-probe v0.2.1
8542026-04-07T18:13:04.711Z Downloaded openssl-macros v0.1.1
8552026-04-07T18:13:04.712Z Downloaded mime_guess v2.0.5
8562026-04-07T18:13:04.712Z Downloaded half v2.7.1
8572026-04-07T18:13:04.712Z Downloaded humantime v2.3.0
8582026-04-07T18:13:04.712Z Downloaded hmac v0.12.1
8592026-04-07T18:13:04.722Z Downloaded ingot-macros v0.1.1
8602026-04-07T18:13:04.722Z Downloaded iana-time-zone v0.1.65
8612026-04-07T18:13:04.722Z Downloaded dropshot_endpoint v0.16.7
8622026-04-07T18:13:04.722Z Downloaded half v1.8.3
8632026-04-07T18:13:04.722Z Downloaded oso-derive v0.27.3
8642026-04-07T18:13:04.722Z Downloaded nanorand v0.7.0
8652026-04-07T18:13:04.722Z Downloaded multer v3.1.0
8662026-04-07T18:13:04.722Z Downloaded getrandom v0.4.1
8672026-04-07T18:13:04.722Z Downloaded futures-channel v0.3.32
8682026-04-07T18:13:04.722Z Downloaded darling_core v0.23.0
8692026-04-07T18:13:04.722Z Downloaded openssl-probe v0.1.6
8702026-04-07T18:13:04.722Z Downloaded opaque-debug v0.3.1
8712026-04-07T18:13:04.723Z Downloaded base64 v0.21.7
8722026-04-07T18:13:04.723Z Downloaded pbkdf2 v0.11.0
8732026-04-07T18:13:04.723Z Downloaded peg-runtime v0.8.5
8742026-04-07T18:13:04.723Z Downloaded pbkdf2 v0.12.2
8752026-04-07T18:13:04.729Z Downloaded path-slash v0.1.5
8762026-04-07T18:13:04.729Z Downloaded parse-size v1.1.0
8772026-04-07T18:13:04.729Z Downloaded nu-ansi-term v0.50.3
8782026-04-07T18:13:04.729Z Downloaded normalize-line-endings v0.3.0
8792026-04-07T18:13:04.729Z Downloaded async-compression v0.4.41
8802026-04-07T18:13:04.736Z Downloaded pin-utils v0.1.0
8812026-04-07T18:13:04.736Z Downloaded phf_shared v0.11.3
8822026-04-07T18:13:04.736Z Downloaded num-complex v0.4.6
8832026-04-07T18:13:04.736Z Downloaded crc-any v2.5.0
8842026-04-07T18:13:04.741Z Downloaded phf_shared v0.13.1
8852026-04-07T18:13:04.741Z Downloaded const_format v0.2.35
8862026-04-07T18:13:04.741Z Downloaded compact_str v0.8.1
8872026-04-07T18:13:04.747Z Downloaded chacha20poly1305 v0.10.1
8882026-04-07T18:13:04.747Z Downloaded num_enum_derive v0.7.5
8892026-04-07T18:13:04.747Z Downloaded num-integer v0.1.46
8902026-04-07T18:13:04.747Z Downloaded num_enum v0.7.5
8912026-04-07T18:13:04.754Z Downloaded phf_shared v0.12.1
8922026-04-07T18:13:04.754Z Downloaded num_enum v0.5.11
8932026-04-07T18:13:04.760Z Downloaded num-rational v0.4.2
8942026-04-07T18:13:04.760Z Downloaded precomputed-hash v0.1.1
8952026-04-07T18:13:04.760Z Downloaded ed25519-dalek v2.2.0
8962026-04-07T18:13:04.760Z Downloaded predicates-tree v1.0.13
8972026-04-07T18:13:04.760Z Downloaded dropshot_endpoint v0.17.0
8982026-04-07T18:13:04.766Z Downloaded memmap2 v0.9.10
8992026-04-07T18:13:04.766Z Downloaded bytes v1.11.1
9002026-04-07T18:13:04.766Z Downloaded arc-swap v1.8.2
9012026-04-07T18:13:04.773Z Downloaded packed_struct_codegen v0.10.1
9022026-04-07T18:13:04.774Z Downloaded predicates-core v1.0.10
9032026-04-07T18:13:04.775Z Downloaded newtype-uuid v1.3.2
9042026-04-07T18:13:04.775Z Downloaded crossbeam-epoch v0.9.18
9052026-04-07T18:13:04.784Z Downloaded powerfmt v0.2.0
9062026-04-07T18:13:04.784Z Downloaded proc-macro-crate v3.4.0
9072026-04-07T18:13:04.784Z Downloaded proc-macro-crate v1.3.1
9082026-04-07T18:13:04.785Z Downloaded httparse v1.10.1
9092026-04-07T18:13:04.785Z Downloaded headers v0.4.1
9102026-04-07T18:13:04.785Z Downloaded indexmap v1.9.3
9112026-04-07T18:13:04.790Z Downloaded packed_struct v0.10.1
9122026-04-07T18:13:04.790Z Downloaded oxide-tokio-rt v0.1.3
9132026-04-07T18:13:04.791Z Downloaded heapless v0.7.17
9142026-04-07T18:13:04.791Z Downloaded proc-macro-error-attr2 v2.0.0
9152026-04-07T18:13:04.791Z Downloaded parse-display v0.10.0
9162026-04-07T18:13:04.791Z Downloaded parking_lot_core v0.8.6
9172026-04-07T18:13:04.799Z Downloaded heapless v0.8.0
9182026-04-07T18:13:04.799Z Downloaded native-tls v0.2.18
9192026-04-07T18:13:04.799Z Downloaded derive_more v2.1.1
9202026-04-07T18:13:04.809Z Downloaded progenitor-macro v0.10.0
9212026-04-07T18:13:04.809Z Downloaded progenitor-client v0.10.0
9222026-04-07T18:13:04.809Z Downloaded phf v0.13.1
9232026-04-07T18:13:04.818Z Downloaded progenitor-macro v0.11.2
9242026-04-07T18:13:04.818Z Downloaded radium v0.7.0
9252026-04-07T18:13:04.818Z Downloaded psl-types v2.0.11
9262026-04-07T18:13:04.818Z Downloaded progenitor-macro v0.13.0
9272026-04-07T18:13:04.818Z Downloaded progenitor-client v0.11.2
9282026-04-07T18:13:04.819Z Downloaded pem v3.0.6
9292026-04-07T18:13:04.819Z Downloaded rand_chacha v0.3.1
9302026-04-07T18:13:04.819Z Downloaded quick-error v1.2.3
9312026-04-07T18:13:04.819Z Downloaded pem-rfc7468 v0.7.0
9322026-04-07T18:13:04.897Z Downloaded rand_xorshift v0.4.0
9332026-04-07T18:13:04.898Z Downloaded peg-macros v0.8.5
9342026-04-07T18:13:04.898Z Downloaded peg v0.8.5
9352026-04-07T18:13:04.898Z Downloaded paste v1.0.15
9362026-04-07T18:13:04.898Z Downloaded password-hash v0.5.0
9372026-04-07T18:13:04.898Z Downloaded parse-display-derive v0.10.0
9382026-04-07T18:13:04.898Z Downloaded oxnet v0.1.4
9392026-04-07T18:13:04.898Z Downloaded ar_archive_writer v0.5.1
9402026-04-07T18:13:04.898Z Downloaded aes-gcm v0.10.3
9412026-04-07T18:13:04.898Z Downloaded postgres-protocol v0.6.10
9422026-04-07T18:13:04.898Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-04-07T18:13:04.898Z Downloaded pin-project-internal v1.1.11
9442026-04-07T18:13:04.898Z Downloaded pkcs8 v0.10.2
9452026-04-07T18:13:04.898Z Downloaded litrs v1.0.0
9462026-04-07T18:13:04.898Z Downloaded recursive v0.1.1
9472026-04-07T18:13:04.898Z Downloaded pkg-config v0.3.32
9482026-04-07T18:13:04.898Z Downloaded pin-project-lite v0.2.17
9492026-04-07T18:13:04.898Z Downloaded ignore v0.4.25
9502026-04-07T18:13:04.898Z Downloaded flate2 v1.1.9
9512026-04-07T18:13:04.898Z Downloaded ref-cast-impl v1.0.25
9522026-04-07T18:13:04.898Z Downloaded polyval v0.6.2
9532026-04-07T18:13:04.898Z Downloaded libefi-sys v0.1.0
9542026-04-07T18:13:04.898Z Downloaded jobserver v0.1.34
9552026-04-07T18:13:04.899Z Downloaded highway v1.3.0
9562026-04-07T18:13:04.899Z Downloaded cookie_store v0.22.1
9572026-04-07T18:13:04.899Z Downloaded primeorder v0.13.6
9582026-04-07T18:13:04.899Z Downloaded ppv-lite86 v0.2.21
9592026-04-07T18:13:04.899Z Downloaded der v0.7.10
9602026-04-07T18:13:04.899Z Downloaded num-conv v0.2.0
9612026-04-07T18:13:04.899Z Downloaded nodrop v0.1.14
9622026-04-07T18:13:04.899Z Downloaded ingot v0.1.1
9632026-04-07T18:13:04.899Z Downloaded derive-ex v0.1.8
9642026-04-07T18:13:04.899Z Downloaded progenitor v0.11.2
9652026-04-07T18:13:04.899Z Downloaded password-hash v0.4.2
9662026-04-07T18:13:04.899Z Downloaded rtoolbox v0.0.3
9672026-04-07T18:13:04.899Z Downloaded rfc6979 v0.4.0
9682026-04-07T18:13:04.899Z Downloaded owo-colors v4.3.0
9692026-04-07T18:13:04.899Z Downloaded diesel_derives v2.3.7
9702026-04-07T18:13:04.899Z Downloaded progenitor v0.13.0
9712026-04-07T18:13:04.899Z Downloaded parking_lot_core v0.9.12
9722026-04-07T18:13:04.899Z Downloaded cc v1.2.56
9732026-04-07T18:13:04.899Z Downloaded r2d2 v0.8.10
9742026-04-07T18:13:04.899Z Downloaded progenitor-client v0.13.0
9752026-04-07T18:13:04.899Z Downloaded progenitor v0.10.0
9762026-04-07T18:13:04.899Z Downloaded psm v0.1.30
9772026-04-07T18:13:04.899Z Downloaded rustc-hash v2.1.1
9782026-04-07T18:13:04.899Z Downloaded russh-cryptovec v0.7.3
9792026-04-07T18:13:04.904Z Downloaded proc-macro-error2 v2.0.1
9802026-04-07T18:13:04.904Z Downloaded rustc_version v0.1.7
9812026-04-07T18:13:04.904Z Downloaded rustc_version v0.4.1
9822026-04-07T18:13:04.904Z Downloaded rand_seeder v0.4.0
9832026-04-07T18:13:04.904Z Downloaded rand_chacha v0.9.0
9842026-04-07T18:13:04.910Z Downloaded rand_core v0.9.5
9852026-04-07T18:13:04.910Z Downloaded rand_core v0.10.0
9862026-04-07T18:13:04.910Z Downloaded libbz2-rs-sys v0.2.2
9872026-04-07T18:13:04.915Z Downloaded pkcs1 v0.7.5
9882026-04-07T18:13:04.916Z Downloaded poly1305 v0.8.0
9892026-04-07T18:13:04.916Z Downloaded rand_core v0.6.4
9902026-04-07T18:13:04.920Z Downloaded postgres-types v0.2.12
9912026-04-07T18:13:04.920Z Downloaded oso v0.27.3
9922026-04-07T18:13:04.920Z Downloaded parking_lot v0.11.2
9932026-04-07T18:13:04.924Z Downloaded omicron-zone-package v0.12.2
9942026-04-07T18:13:04.931Z Downloaded sapling-renderdag v0.1.0
9952026-04-07T18:13:04.931Z Downloaded same-file v1.0.6
9962026-04-07T18:13:04.931Z Downloaded scrypt v0.11.0
9972026-04-07T18:13:04.931Z Downloaded semver v0.1.20
9982026-04-07T18:13:04.936Z Downloaded scheduled-thread-pool v0.2.7
9992026-04-07T18:13:04.936Z Downloaded ref-cast v1.0.25
10002026-04-07T18:13:04.936Z Downloaded seq-macro v0.3.6
10012026-04-07T18:13:04.936Z Downloaded scopeguard v1.2.0
10022026-04-07T18:13:04.941Z Downloaded predicates v3.1.4
10032026-04-07T18:13:04.941Z Downloaded parking_lot v0.12.5
10042026-04-07T18:13:04.942Z Downloaded indicatif v0.18.4
10052026-04-07T18:13:04.948Z Downloaded papergrid v0.17.0
10062026-04-07T18:13:04.957Z Downloaded serde_repr v0.1.20
10072026-04-07T18:13:04.957Z Downloaded secrecy v0.8.0
10082026-04-07T18:13:04.957Z Downloaded salsa20 v0.10.2
10092026-04-07T18:13:04.958Z Downloaded resolv-conf v0.7.6
10102026-04-07T18:13:04.958Z Downloaded serde-big-array v0.5.1
10112026-04-07T18:13:04.958Z Downloaded hickory-resolver v0.24.4
10122026-04-07T18:13:04.964Z Downloaded serde_spanned v1.0.4
10132026-04-07T18:13:04.965Z Downloaded serde_plain v1.0.2
10142026-04-07T18:13:04.965Z Downloaded progenitor-extras v0.1.1
10152026-04-07T18:13:04.965Z Downloaded hickory-resolver v0.25.2
10162026-04-07T18:13:04.965Z Downloaded dropshot-api-manager v0.6.0
10172026-04-07T18:13:04.965Z Downloaded phf v0.12.1
10182026-04-07T18:13:04.972Z Downloaded postcard v1.1.3
10192026-04-07T18:13:04.972Z Downloaded quinn-udp v0.5.14
10202026-04-07T18:13:04.972Z Downloaded sha1 v0.10.6
10212026-04-07T18:13:04.976Z Downloaded rustls-pemfile v2.2.0
10222026-04-07T18:13:04.977Z Downloaded serde_urlencoded v0.7.1
10232026-04-07T18:13:04.977Z Downloaded shell-words v1.1.1
10242026-04-07T18:13:04.981Z Downloaded rustls-native-certs v0.8.3
10252026-04-07T18:13:04.981Z Downloaded pin-project v1.1.11
10262026-04-07T18:13:04.991Z Downloaded jiff-static v0.2.21
10272026-04-07T18:13:05.000Z Downloaded signal-hook-mio v0.2.5
10282026-04-07T18:13:05.000Z Downloaded pkcs5 v0.7.1
10292026-04-07T18:13:05.000Z Downloaded miniz_oxide v0.8.9
10302026-04-07T18:13:05.000Z Downloaded scroll_derive v0.13.1
10312026-04-07T18:13:05.000Z Downloaded p256 v0.13.2
10322026-04-07T18:13:05.000Z Downloaded sigpipe v0.1.3
10332026-04-07T18:13:05.000Z Downloaded signal-hook-tokio v0.3.1
10342026-04-07T18:13:05.006Z Downloaded prefix-trie v0.7.0
10352026-04-07T18:13:05.006Z Downloaded slog-envlogger v2.2.0
10362026-04-07T18:13:05.006Z Downloaded rustversion v1.0.22
10372026-04-07T18:13:05.006Z Downloaded expectorate v1.2.0
10382026-04-07T18:13:05.014Z Downloaded derive_more-impl v2.1.1
10392026-04-07T18:13:05.014Z Downloaded siphasher v1.0.2
10402026-04-07T18:13:05.020Z Downloaded slog-bunyan v2.5.0
10412026-04-07T18:13:05.020Z Downloaded secrecy v0.10.3
10422026-04-07T18:13:05.020Z Downloaded sec1 v0.7.3
10432026-04-07T18:13:05.020Z Downloaded minimal-lexical v0.2.1
10442026-04-07T18:13:05.020Z Downloaded sct v0.7.1
10452026-04-07T18:13:05.024Z Downloaded scroll v0.13.0
10462026-04-07T18:13:05.024Z Downloaded serde-hex v0.1.0
10472026-04-07T18:13:05.033Z Downloaded hashbrown v0.13.2
10482026-04-07T18:13:05.033Z Downloaded serde_path_to_error v0.1.20
10492026-04-07T18:13:05.042Z Downloaded serde_derive_internals v0.29.1
10502026-04-07T18:13:05.042Z Downloaded serde_bytes v0.11.19
10512026-04-07T18:13:05.043Z Downloaded schemars_derive v0.8.22
10522026-04-07T18:13:05.043Z Downloaded hashbrown v0.12.3
10532026-04-07T18:13:05.043Z Downloaded progenitor-impl v0.11.2
10542026-04-07T18:13:05.047Z Downloaded progenitor-impl v0.10.0
10552026-04-07T18:13:05.047Z Downloaded russh-keys v0.45.0
10562026-04-07T18:13:05.052Z Downloaded sqlparser_derive v0.5.0
10572026-04-07T18:13:05.052Z Downloaded strip-ansi-escapes v0.2.1
10582026-04-07T18:13:05.059Z Downloaded rustls-pemfile v1.0.4
10592026-04-07T18:13:05.059Z Downloaded ssh-cipher v0.2.0
10602026-04-07T18:13:05.067Z Downloaded shlex v1.3.0
10612026-04-07T18:13:05.067Z Downloaded hickory-server v0.25.2
10622026-04-07T18:13:05.067Z Downloaded strum v0.26.3
10632026-04-07T18:13:05.067Z Downloaded strum v0.27.2
10642026-04-07T18:13:05.067Z Downloaded supports-color v3.0.2
10652026-04-07T18:13:05.072Z Downloaded rustls-pki-types v1.14.0
10662026-04-07T18:13:05.072Z Downloaded rusty-fork v0.3.1
10672026-04-07T18:13:05.080Z Downloaded mio v1.1.1
10682026-04-07T18:13:05.081Z Downloaded signature v2.2.0
10692026-04-07T18:13:05.087Z Downloaded hyper-util v0.1.20
10702026-04-07T18:13:05.087Z Downloaded signal-hook-registry v1.4.8
10712026-04-07T18:13:05.087Z Downloaded slog-async v2.8.0
10722026-04-07T18:13:05.087Z Downloaded simd-adler32 v0.3.8
10732026-04-07T18:13:05.087Z Downloaded subtle v2.6.1
10742026-04-07T18:13:05.087Z Downloaded openssl-sys v0.9.111
10752026-04-07T18:13:05.095Z Downloaded tagptr v0.2.0
10762026-04-07T18:13:05.095Z Downloaded structmeta-derive v0.3.0
10772026-04-07T18:13:05.099Z Downloaded smallvec v0.6.14
10782026-04-07T18:13:05.099Z Downloaded slog-scope v4.4.1
10792026-04-07T18:13:05.099Z Downloaded pretty_assertions v1.4.1
10802026-04-07T18:13:05.099Z Downloaded slog-json v2.6.1
10812026-04-07T18:13:05.108Z Downloaded slog-stdlog v4.1.1
10822026-04-07T18:13:05.108Z Downloaded slog-dtrace v0.3.0
10832026-04-07T18:13:05.108Z Downloaded tap v1.0.1
10842026-04-07T18:13:05.108Z Downloaded tabled_derive v0.11.0
10852026-04-07T18:13:05.108Z Downloaded sync-ptr v0.1.4
10862026-04-07T18:13:05.108Z Downloaded ssh-encoding v0.2.0
10872026-04-07T18:13:05.113Z Downloaded take_mut v0.2.2
10882026-04-07T18:13:05.113Z Downloaded snafu-derive v0.8.9
10892026-04-07T18:13:05.113Z Downloaded thread-id v5.1.0
10902026-04-07T18:13:05.113Z Downloaded sync_wrapper v1.0.2
10912026-04-07T18:13:05.113Z Downloaded testing_table v0.3.0
10922026-04-07T18:13:05.113Z Downloaded tabwriter v1.4.1
10932026-04-07T18:13:05.113Z Downloaded smf v0.2.3
10942026-04-07T18:13:05.113Z Downloaded progenitor-impl v0.13.0
10952026-04-07T18:13:05.117Z Downloaded ron v0.8.1
10962026-04-07T18:13:05.117Z Downloaded prettyplease v0.2.37
10972026-04-07T18:13:05.124Z Downloaded http v1.4.0
10982026-04-07T18:13:05.129Z Downloaded time-core v0.1.8
10992026-04-07T18:13:05.134Z Downloaded thiserror-impl-no-std v2.0.2
11002026-04-07T18:13:05.134Z Downloaded tinyvec_macros v0.1.1
11012026-04-07T18:13:05.141Z Downloaded aws-lc-rs v1.16.0
11022026-04-07T18:13:05.145Z Downloaded static_assertions v1.1.0
11032026-04-07T18:13:05.145Z Downloaded stacker v0.1.23
11042026-04-07T18:13:05.145Z Downloaded spki v0.7.3
11052026-04-07T18:13:05.145Z Downloaded sqlformat v0.3.5
11062026-04-07T18:13:05.150Z Downloaded rustls-platform-verifier v0.6.2
11072026-04-07T18:13:05.150Z Downloaded rcgen v0.12.1
11082026-04-07T18:13:05.158Z Downloaded support-bundle-viewer v0.1.2
11092026-04-07T18:13:05.158Z Downloaded strum_macros v0.24.3
11102026-04-07T18:13:05.158Z Downloaded rayon-core v1.13.0
11112026-04-07T18:13:05.158Z Downloaded strum_macros v0.27.2
11122026-04-07T18:13:05.166Z Downloaded ryu v1.0.23
11132026-04-07T18:13:05.173Z Downloaded stringprep v0.1.5
11142026-04-07T18:13:05.177Z Downloaded slab v0.4.12
11152026-04-07T18:13:05.186Z Downloaded hashbrown v0.15.5
11162026-04-07T18:13:05.186Z Downloaded itertools v0.10.5
11172026-04-07T18:13:05.193Z Downloaded slog-term v2.9.2
11182026-04-07T18:13:05.194Z Downloaded termtree v0.5.1
11192026-04-07T18:13:05.194Z Downloaded strum_macros v0.26.4
11202026-04-07T18:13:05.194Z Downloaded structmeta v0.3.0
11212026-04-07T18:13:05.194Z Downloaded termios v0.3.3
11222026-04-07T18:13:05.194Z Downloaded topological-sort v0.2.2
11232026-04-07T18:13:05.201Z Downloaded quinn v0.11.9
11242026-04-07T18:13:05.211Z Downloaded rand v0.8.5
11252026-04-07T18:13:05.211Z Downloaded serde_yaml v0.9.34+deprecated
11262026-04-07T18:13:05.223Z Downloaded serde_cbor v0.11.2
11272026-04-07T18:13:05.223Z Downloaded tower-service v0.3.3
11282026-04-07T18:13:05.223Z Downloaded thiserror-no-std v2.0.2
11292026-04-07T18:13:05.223Z Downloaded trait-variant v0.1.2
11302026-04-07T18:13:05.223Z Downloaded tls_codec_derive v0.4.2
11312026-04-07T18:13:05.223Z Downloaded tls_codec v0.4.2
11322026-04-07T18:13:05.229Z Downloaded thread_local v1.1.9
11332026-04-07T18:13:05.229Z Downloaded tiny-keccak v2.0.2
11342026-04-07T18:13:05.229Z Downloaded serde_with_macros v3.17.0
11352026-04-07T18:13:05.229Z Downloaded signal-hook v0.3.18
11362026-04-07T18:13:05.229Z Downloaded libxml v0.3.3
11372026-04-07T18:13:05.229Z Downloaded tokio-dtrace v0.1.1
11382026-04-07T18:13:05.236Z Downloaded tower-layer v0.3.3
11392026-04-07T18:13:05.236Z Downloaded try-lock v0.2.5
11402026-04-07T18:13:05.236Z Downloaded spin v0.9.8
11412026-04-07T18:13:05.236Z Downloaded publicsuffix v2.3.0
11422026-04-07T18:13:05.236Z Downloaded unicode-truncate v1.1.0
11432026-04-07T18:13:05.236Z Downloaded qorb v0.4.1
11442026-04-07T18:13:05.244Z Downloaded tokio-native-tls v0.3.1
11452026-04-07T18:13:05.244Z Downloaded num-bigint v0.4.6
11462026-04-07T18:13:05.249Z Downloaded tokio-macros v2.6.0
11472026-04-07T18:13:05.249Z Downloaded typify-macro v0.4.3
11482026-04-07T18:13:05.249Z Downloaded similar v2.7.0
11492026-04-07T18:13:05.249Z Downloaded tokio-rustls v0.25.0
11502026-04-07T18:13:05.249Z Downloaded typify-macro v0.6.1
11512026-04-07T18:13:05.249Z Downloaded schemars v0.8.22
11522026-04-07T18:13:05.255Z Downloaded unit-prefix v0.5.2
11532026-04-07T18:13:05.260Z Downloaded universal-hash v0.5.1
11542026-04-07T18:13:05.260Z Downloaded iddqd v0.3.17
11552026-04-07T18:13:05.267Z Downloaded usdt-attr-macro v0.6.0
11562026-04-07T18:13:05.267Z Downloaded untrusted v0.7.1
11572026-04-07T18:13:05.267Z Downloaded tokio-tungstenite v0.21.0
11582026-04-07T18:13:05.268Z Downloaded string_cache v0.8.9
11592026-04-07T18:13:05.268Z Downloaded slog v2.8.2
11602026-04-07T18:13:05.274Z Downloaded utf-8 v0.7.6
11612026-04-07T18:13:05.274Z Downloaded usdt v0.6.0
11622026-04-07T18:13:05.274Z Downloaded untrusted v0.9.0
11632026-04-07T18:13:05.285Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-04-07T18:13:05.285Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11652026-04-07T18:13:05.285Z Downloaded term v1.2.1
11662026-04-07T18:13:05.286Z Downloaded void v1.0.2
11672026-04-07T18:13:05.286Z Downloaded usdt-macro v0.6.0
11682026-04-07T18:13:05.286Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-04-07T18:13:05.294Z Downloaded socket2 v0.5.10
11702026-04-07T18:13:05.294Z Downloaded rsa v0.9.10
11712026-04-07T18:13:05.294Z Downloaded term v0.7.0
11722026-04-07T18:13:05.304Z Downloaded socket2 v0.6.2
11732026-04-07T18:13:05.304Z Downloaded time-macros v0.2.27
11742026-04-07T18:13:05.312Z Downloaded tui-tree-widget v0.23.1
11752026-04-07T18:13:05.312Z Downloaded waitgroup v0.1.2
11762026-04-07T18:13:05.312Z Downloaded wait-timeout v0.2.1
11772026-04-07T18:13:05.312Z Downloaded bindgen v0.71.1
11782026-04-07T18:13:05.322Z Downloaded xshell-macros v0.2.7
11792026-04-07T18:13:05.322Z Downloaded want v0.3.1
11802026-04-07T18:13:05.322Z Downloaded itertools v0.13.0
11812026-04-07T18:13:05.327Z Downloaded schemars v0.9.0
11822026-04-07T18:13:05.333Z Downloaded unicase v2.9.0
11832026-04-07T18:13:05.333Z Downloaded tokio-stream v0.1.18
11842026-04-07T18:13:05.333Z Downloaded xattr v1.6.1
11852026-04-07T18:13:05.340Z Downloaded tokio-rustls v0.26.4
11862026-04-07T18:13:05.340Z Downloaded tokio-rustls v0.24.1
11872026-04-07T18:13:05.340Z Downloaded samael v0.0.19
11882026-04-07T18:13:05.340Z Downloaded hyper v1.8.1
11892026-04-07T18:13:05.346Z Downloaded tokio-tungstenite v0.23.1
11902026-04-07T18:13:05.346Z Downloaded zeroize_derive v1.4.3
11912026-04-07T18:13:05.346Z Downloaded num-bigint-dig v0.8.6
11922026-04-07T18:13:05.352Z Downloaded rustls-webpki v0.103.9
11932026-04-07T18:13:05.357Z Downloaded toml_parser v1.0.9+spec-1.1.0
11942026-04-07T18:13:05.363Z Downloaded uzers v0.12.2
11952026-04-07T18:13:05.363Z Downloaded snafu v0.8.9
11962026-04-07T18:13:05.375Z Downloaded zone_cfg_derive v0.3.1
11972026-04-07T18:13:05.375Z Downloaded subprocess v0.2.15
11982026-04-07T18:13:05.375Z Downloaded vergen-lib v0.1.6
11992026-04-07T18:13:05.375Z Downloaded iri-string v0.7.10
12002026-04-07T18:13:05.380Z Downloaded test-strategy v0.4.5
12012026-04-07T18:13:05.380Z Downloaded rand v0.9.2
12022026-04-07T18:13:05.380Z Downloaded nom v7.1.3
12032026-04-07T18:13:05.380Z Downloaded whoami v1.6.1
12042026-04-07T18:13:05.384Z Downloaded rand v0.10.0
12052026-04-07T18:13:05.384Z Downloaded twox-hash v2.1.2
12062026-04-07T18:13:05.390Z Downloaded walkdir v2.5.0
12072026-04-07T18:13:05.390Z Downloaded hkdf v0.12.4
12082026-04-07T18:13:05.390Z Downloaded tracing-attributes v0.1.31
12092026-04-07T18:13:05.390Z Downloaded libm v0.2.16
12102026-04-07T18:13:05.398Z Downloaded itertools v0.14.0
12112026-04-07T18:13:05.407Z Downloaded unarray v0.1.4
12122026-04-07T18:13:05.407Z Downloaded itertools v0.12.1
12132026-04-07T18:13:05.412Z Downloaded tinyvec v1.10.0
12142026-04-07T18:13:05.412Z Downloaded h2 v0.4.13
12152026-04-07T18:13:05.412Z Downloaded zeroize v1.8.2
12162026-04-07T18:13:05.412Z Downloaded unicode-properties v0.1.4
12172026-04-07T18:13:05.418Z Downloaded toml v1.0.6+spec-1.1.0
12182026-04-07T18:13:05.418Z Downloaded wyz v0.5.1
12192026-04-07T18:13:05.418Z Downloaded usdt-impl v0.6.0
12202026-04-07T18:13:05.418Z Downloaded toml v0.9.12+spec-1.1.0
12212026-04-07T18:13:05.427Z Downloaded vergen-gitcl v1.0.8
12222026-04-07T18:13:05.428Z Downloaded schemars v1.2.1
12232026-04-07T18:13:05.432Z Downloaded toml v0.7.8
12242026-04-07T18:13:05.433Z Downloaded p521 v0.13.3
12252026-04-07T18:13:05.437Z Downloaded tar v0.4.45
12262026-04-07T18:13:05.437Z Downloaded vergen v9.0.6
12272026-04-07T18:13:05.437Z Downloaded zone v0.3.1
12282026-04-07T18:13:05.437Z Downloaded vsss-rs v3.3.4
12292026-04-07T18:13:05.441Z Downloaded russh v0.45.0
12302026-04-07T18:13:05.441Z Downloaded futures-util v0.3.32
12312026-04-07T18:13:05.448Z Downloaded zstd-safe v7.2.4
12322026-04-07T18:13:05.456Z Downloaded rustyline v14.0.0
12332026-04-07T18:13:05.461Z Downloaded tracing-core v0.1.36
12342026-04-07T18:13:05.465Z Downloaded blake3 v1.8.3
12352026-04-07T18:13:05.470Z Downloaded tungstenite v0.23.0
12362026-04-07T18:13:05.470Z Downloaded tungstenite v0.21.0
12372026-04-07T18:13:05.474Z Downloaded bitvec v1.0.1
12382026-04-07T18:13:05.480Z Downloaded uuid v1.23.0
12392026-04-07T18:13:05.488Z Downloaded zerocopy v0.6.6
12402026-04-07T18:13:05.488Z Downloaded unsafe-libyaml v0.2.11
12412026-04-07T18:13:05.488Z Downloaded yasna v0.5.2
12422026-04-07T18:13:05.503Z Downloaded xshell v0.2.7
12432026-04-07T18:13:05.503Z Downloaded unicode-bidi v0.3.18
12442026-04-07T18:13:05.503Z Downloaded whoami v2.1.0
12452026-04-07T18:13:05.508Z Downloaded rpassword v7.4.0
12462026-04-07T18:13:05.508Z Downloaded typify v0.6.1
12472026-04-07T18:13:05.508Z Downloaded typify v0.4.3
12482026-04-07T18:13:05.508Z Downloaded zstd v0.13.3
12492026-04-07T18:13:05.508Z Downloaded vergen-git2 v1.0.7
12502026-04-07T18:13:05.526Z Downloaded vte v0.14.1
12512026-04-07T18:13:05.532Z Downloaded reedline v0.40.0
12522026-04-07T18:13:05.533Z Downloaded steno v0.4.1
12532026-04-07T18:13:05.539Z Downloaded toml_edit v0.19.15
12542026-04-07T18:13:05.550Z Downloaded toml_edit v0.23.10+spec-1.0.0
12552026-04-07T18:13:05.558Z Downloaded zopfli v0.8.3
12562026-04-07T18:13:05.563Z Downloaded ssh-key v0.6.7
12572026-04-07T18:13:05.568Z Downloaded unicode_categories v0.1.1
12582026-04-07T18:13:05.573Z Downloaded tokio-postgres v0.7.16
12592026-04-07T18:13:05.573Z Downloaded p384 v0.13.1
12602026-04-07T18:13:05.580Z Downloaded zip v0.6.6
12612026-04-07T18:13:05.580Z Downloaded yansi v1.0.1
12622026-04-07T18:13:05.584Z Downloaded regex v1.12.3
12632026-04-07T18:13:05.590Z Downloaded tower v0.5.3
12642026-04-07T18:13:05.612Z Downloaded zerocopy-derive v0.8.40
12652026-04-07T18:13:05.618Z Downloaded unicode-segmentation v1.12.0
12662026-04-07T18:13:05.623Z Downloaded git2 v0.20.4
12672026-04-07T18:13:05.627Z Downloaded reqwest v0.13.2
12682026-04-07T18:13:05.627Z Downloaded chrono v0.4.44
12692026-04-07T18:13:05.633Z Downloaded lalrpop v0.19.12
12702026-04-07T18:13:05.639Z Downloaded reqwest v0.12.28
12712026-04-07T18:13:05.644Z Downloaded x509-cert v0.2.5
12722026-04-07T18:13:05.649Z Downloaded rayon v1.11.0
12732026-04-07T18:13:05.655Z Downloaded salty v0.3.0
12742026-04-07T18:13:05.659Z Downloaded rustls-webpki v0.101.7
12752026-04-07T18:13:05.663Z Downloaded quick-xml v0.37.5
12762026-04-07T18:13:05.675Z Downloaded tokio-util v0.7.18
12772026-04-07T18:13:05.687Z Downloaded portable-atomic v1.13.1
12782026-04-07T18:13:05.694Z Downloaded unicode-normalization v0.1.25
12792026-04-07T18:13:05.700Z Downloaded zip v4.6.1
12802026-04-07T18:13:05.710Z Downloaded moka v0.12.13
12812026-04-07T18:13:05.717Z Downloaded goblin v0.10.5
12822026-04-07T18:13:05.718Z Downloaded serde_with v3.17.0
12832026-04-07T18:13:05.724Z Downloaded tower-http v0.6.8
12842026-04-07T18:13:05.735Z Downloaded rustls-webpki v0.102.8
12852026-04-07T18:13:05.739Z Downloaded tough v0.20.0
12862026-04-07T18:13:05.739Z Downloaded curve25519-dalek v4.1.3
12872026-04-07T18:13:05.745Z Downloaded typed-path v0.9.3
12882026-04-07T18:13:05.757Z Downloaded proptest v1.10.0
12892026-04-07T18:13:05.764Z Downloaded petname v2.0.2
12902026-04-07T18:13:05.764Z Downloaded object v0.30.4
12912026-04-07T18:13:05.780Z Downloaded winnow v0.6.26
12922026-04-07T18:13:05.788Z Downloaded winnow v0.5.40
12932026-04-07T18:13:05.794Z Downloaded quinn-proto v0.11.13
12942026-04-07T18:13:05.803Z Downloaded radix_trie v0.2.1
12952026-04-07T18:13:05.832Z Downloaded nix v0.27.1
12962026-04-07T18:13:05.838Z Downloaded tabled v0.20.0
12972026-04-07T18:13:05.849Z Downloaded time v0.3.47
12982026-04-07T18:13:05.857Z Downloaded nix v0.28.0
12992026-04-07T18:13:05.863Z Downloaded dropshot v0.16.7
13002026-04-07T18:13:05.876Z Downloaded openssl v0.10.75
13012026-04-07T18:13:05.884Z Downloaded nix v0.31.1
13022026-04-07T18:13:05.892Z Downloaded zlib-rs v0.6.2
13032026-04-07T18:13:05.898Z Downloaded vcpkg v0.2.15
13042026-04-07T18:13:05.919Z Downloaded rustls v0.21.12
13052026-04-07T18:13:05.926Z Downloaded object v0.37.3
13062026-04-07T18:13:05.931Z Downloaded webpki-roots v1.0.6
13072026-04-07T18:13:05.935Z Downloaded hickory-proto v0.24.4
13082026-04-07T18:13:05.942Z Downloaded smoltcp v0.9.1
13092026-04-07T18:13:05.950Z Downloaded openapiv3 v2.2.0
13102026-04-07T18:13:05.955Z Downloaded regress v0.10.5
13112026-04-07T18:13:05.962Z Downloaded hickory-proto v0.25.2
13122026-04-07T18:13:05.970Z Downloaded zerocopy v0.8.40
13132026-04-07T18:13:05.978Z Downloaded smoltcp v0.11.0
13142026-04-07T18:13:05.983Z Downloaded rustls v0.22.4
13152026-04-07T18:13:05.994Z Downloaded rustls v0.23.37
13162026-04-07T18:13:05.999Z Downloaded rustix v0.38.44
13172026-04-07T18:13:06.013Z Downloaded diesel v2.3.7
13182026-04-07T18:13:06.025Z Downloaded regex-syntax v0.8.10
13192026-04-07T18:13:06.031Z Downloaded nix v0.29.0
13202026-04-07T18:13:06.036Z Downloaded dropshot v0.17.0
13212026-04-07T18:13:06.060Z Downloaded regex-syntax v0.6.29
13222026-04-07T18:13:06.075Z Downloaded polar-core v0.27.3
13232026-04-07T18:13:06.075Z Downloaded sqlparser v0.61.0
13242026-04-07T18:13:06.075Z Downloaded bstr v1.12.1
13252026-04-07T18:13:06.096Z Downloaded sled v0.34.7
13262026-04-07T18:13:06.104Z Downloaded tracing v0.1.44
13272026-04-07T18:13:06.117Z Downloaded typify-impl v0.6.1
13282026-04-07T18:13:06.127Z Downloaded ratatui v0.29.0
13292026-04-07T18:13:06.141Z Downloaded typify-impl v0.4.3
13302026-04-07T18:13:06.153Z Downloaded zerocopy-derive v0.6.6
13312026-04-07T18:13:06.158Z Downloaded bzip2-sys v0.1.13+1.0.8
13322026-04-07T18:13:06.164Z Downloaded regex-automata v0.4.14
13332026-04-07T18:13:06.175Z Downloaded petgraph v0.6.5
13342026-04-07T18:13:06.188Z Downloaded jiff v0.2.21
13352026-04-07T18:13:06.204Z Downloaded chrono-tz v0.10.4
13362026-04-07T18:13:06.221Z Downloaded petgraph v0.8.3
13372026-04-07T18:13:06.236Z Downloaded libz-sys v1.1.24
13382026-04-07T18:13:06.248Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13392026-04-07T18:13:06.269Z Downloaded sha3 v0.10.8
13402026-04-07T18:13:06.274Z Downloaded tokio v1.50.0
13412026-04-07T18:13:06.287Z Downloaded csv v1.4.0
13422026-04-07T18:13:06.332Z Downloaded encoding_rs v0.8.35
13432026-04-07T18:13:06.371Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-07T18:13:06.405Z Downloaded ring v0.17.14
13452026-04-07T18:13:06.990Z Downloaded aws-lc-sys v0.37.1
13462026-04-07T18:13:07.291Z Compiling libc v0.2.180
13472026-04-07T18:13:07.295Z Compiling serde v1.0.228
13482026-04-07T18:13:07.296Z Compiling find-msvc-tools v0.1.9
13492026-04-07T18:13:07.296Z Compiling log v0.4.29
13502026-04-07T18:13:07.296Z Compiling shlex v1.3.0
13512026-04-07T18:13:07.296Z Compiling smallvec v1.15.1
13522026-04-07T18:13:07.296Z Compiling syn v2.0.117
13532026-04-07T18:13:07.296Z Compiling typenum v1.19.0
13542026-04-07T18:13:07.650Z Compiling generic-array v0.14.7
13552026-04-07T18:13:07.663Z Compiling subtle v2.6.1
13562026-04-07T18:13:07.677Z Compiling scopeguard v1.2.0
13572026-04-07T18:13:07.722Z Compiling const-oid v0.9.6
13582026-04-07T18:13:07.802Z Compiling lock_api v0.4.14
13592026-04-07T18:13:07.866Z Compiling portable-atomic v1.13.1
13602026-04-07T18:13:07.910Z Compiling zerocopy v0.8.40
13612026-04-07T18:13:07.955Z Compiling critical-section v1.2.0
13622026-04-07T18:13:08.052Z Compiling serde_json v1.0.149
13632026-04-07T18:13:08.079Z Compiling parking_lot_core v0.9.12
13642026-04-07T18:13:08.296Z Compiling pin-project-lite v0.2.17
13652026-04-07T18:13:08.493Z Compiling pkg-config v0.3.32
13662026-04-07T18:13:08.525Z Compiling bitflags v2.11.0
13672026-04-07T18:13:08.532Z Compiling getrandom v0.2.17
13682026-04-07T18:13:08.561Z Compiling jobserver v0.1.34
13692026-04-07T18:13:08.588Z Compiling errno v0.3.14
13702026-04-07T18:13:08.736Z Compiling rand_core v0.6.4
13712026-04-07T18:13:08.772Z Compiling signal-hook-registry v1.4.8
13722026-04-07T18:13:08.996Z Compiling cc v1.2.56
13732026-04-07T18:13:09.048Z Compiling libm v0.2.16
13742026-04-07T18:13:09.073Z Compiling once_cell v1.21.3
13752026-04-07T18:13:09.078Z Compiling parking_lot v0.12.5
13762026-04-07T18:13:09.106Z Compiling mio v1.1.1
13772026-04-07T18:13:09.171Z Compiling num-traits v0.2.19
13782026-04-07T18:13:09.312Z Compiling futures-core v0.3.32
13792026-04-07T18:13:09.489Z Compiling percent-encoding v2.3.2
13802026-04-07T18:13:09.511Z Compiling socket2 v0.6.2
13812026-04-07T18:13:09.583Z Compiling allocator-api2 v0.2.21
13822026-04-07T18:13:09.636Z Compiling getrandom v0.3.4
13832026-04-07T18:13:09.702Z Compiling cpufeatures v0.2.17
13842026-04-07T18:13:09.717Z Compiling foldhash v0.2.0
13852026-04-07T18:13:09.805Z Compiling futures-sink v0.3.32
13862026-04-07T18:13:09.922Z Compiling hashbrown v0.16.1
13872026-04-07T18:13:09.962Z Compiling futures-channel v0.3.32
13882026-04-07T18:13:09.981Z Compiling futures-task v0.3.32
13892026-04-07T18:13:09.997Z Compiling futures-io v0.3.32
13902026-04-07T18:13:10.188Z Compiling slab v0.4.12
13912026-04-07T18:13:10.205Z Compiling rustversion v1.0.22
13922026-04-07T18:13:10.260Z Compiling cmake v0.1.57
13932026-04-07T18:13:10.635Z Compiling indexmap v2.13.0
13942026-04-07T18:13:10.665Z Compiling synstructure v0.13.2
13952026-04-07T18:13:10.732Z Compiling form_urlencoded v1.2.2
13962026-04-07T18:13:10.752Z Compiling base64ct v1.8.3
13972026-04-07T18:13:10.787Z Compiling dunce v1.0.5
13982026-04-07T18:13:10.908Z Compiling fs_extra v1.3.0
13992026-04-07T18:13:10.937Z Compiling ident_case v1.0.1
14002026-04-07T18:13:11.086Z Compiling getrandom v0.4.1
14012026-04-07T18:13:11.090Z Compiling pem-rfc7468 v0.7.0
14022026-04-07T18:13:11.120Z Compiling flagset v0.4.7
14032026-04-07T18:13:11.212Z Compiling aws-lc-sys v0.37.1
14042026-04-07T18:13:11.270Z Compiling rand_core v0.10.0
14052026-04-07T18:13:11.339Z Compiling rand_core v0.9.5
14062026-04-07T18:13:11.370Z Compiling iana-time-zone v0.1.65
14072026-04-07T18:13:11.394Z Compiling rustix v1.1.3
14082026-04-07T18:13:11.456Z Compiling ring v0.17.14
14092026-04-07T18:13:11.470Z Compiling rustc_version v0.4.1
14102026-04-07T18:13:11.596Z Compiling regex-syntax v0.8.10
14112026-04-07T18:13:11.653Z Compiling aws-lc-rs v1.16.0
14122026-04-07T18:13:11.753Z Compiling uuid v1.23.0
14132026-04-07T18:13:11.825Z Compiling vcpkg v0.2.15
14142026-04-07T18:13:11.965Z Compiling tracing-core v0.1.36
14152026-04-07T18:13:12.548Z Compiling pest_generator v2.8.6
14162026-04-07T18:13:12.617Z Compiling serde_derive_internals v0.29.1
14172026-04-07T18:13:12.647Z Compiling openssl-sys v0.9.111
14182026-04-07T18:13:12.666Z Compiling serde_derive v1.0.228
14192026-04-07T18:13:13.226Z Compiling zeroize_derive v1.4.3
14202026-04-07T18:13:13.320Z Compiling zerofrom-derive v0.1.6
14212026-04-07T18:13:13.337Z Compiling yoke-derive v0.8.1
14222026-04-07T18:13:13.605Z Compiling zerocopy-derive v0.8.40
14232026-04-07T18:13:13.939Z Compiling zeroize v1.8.2
14242026-04-07T18:13:14.235Z Compiling zerovec-derive v0.11.2
14252026-04-07T18:13:14.593Z Compiling displaydoc v0.2.5
14262026-04-07T18:13:14.759Z Compiling crypto-common v0.1.7
14272026-04-07T18:13:14.851Z Compiling zerofrom v0.1.6
14282026-04-07T18:13:14.945Z Compiling block-buffer v0.10.4
14292026-04-07T18:13:14.973Z Compiling yoke v0.8.1
14302026-04-07T18:13:15.116Z Compiling digest v0.10.7
14312026-04-07T18:13:15.193Z Compiling tokio-macros v2.6.0
14322026-04-07T18:13:15.401Z Compiling hmac v0.12.1
14332026-04-07T18:13:15.413Z Compiling zerotrie v0.2.3
14342026-04-07T18:13:15.436Z Compiling zerovec v0.11.5
14352026-04-07T18:13:15.570Z Compiling futures-macro v0.3.32
14362026-04-07T18:13:15.723Z Compiling block-padding v0.3.3
14372026-04-07T18:13:15.920Z Compiling inout v0.1.4
14382026-04-07T18:13:15.972Z Compiling tinystr v0.8.2
14392026-04-07T18:13:15.988Z Compiling potential_utf v0.1.4
14402026-04-07T18:13:16.114Z Compiling cipher v0.4.4
14412026-04-07T18:13:16.168Z Compiling icu_locale_core v2.1.1
14422026-04-07T18:13:16.185Z Compiling icu_collections v2.1.1
14432026-04-07T18:13:16.364Z Compiling bytes v1.11.1
14442026-04-07T18:13:16.409Z Compiling sha2 v0.10.9
14452026-04-07T18:13:16.421Z Compiling futures-util v0.3.32
14462026-04-07T18:13:16.707Z Compiling der_derive v0.7.3
14472026-04-07T18:13:16.962Z Compiling tokio v1.50.0
14482026-04-07T18:13:17.022Z Compiling icu_provider v2.1.1
14492026-04-07T18:13:17.411Z Compiling icu_normalizer v2.1.1
14502026-04-07T18:13:17.818Z Compiling icu_properties v2.1.2
14512026-04-07T18:13:17.961Z Compiling der v0.7.10
14522026-04-07T18:13:17.995Z Compiling http v1.4.0
14532026-04-07T18:13:18.477Z Compiling ppv-lite86 v0.2.21
14542026-04-07T18:13:18.824Z Compiling idna_adapter v1.2.1
14552026-04-07T18:13:18.953Z Compiling idna v1.1.0
14562026-04-07T18:13:18.974Z Compiling spki v0.7.3
14572026-04-07T18:13:18.996Z Compiling salsa20 v0.10.2
14582026-04-07T18:13:19.020Z Compiling chrono v0.4.44
14592026-04-07T18:13:19.141Z Compiling pbkdf2 v0.12.2
14602026-04-07T18:13:19.194Z Compiling thiserror-impl v2.0.18
14612026-04-07T18:13:19.353Z Compiling url v2.5.8
14622026-04-07T18:13:19.362Z Compiling scrypt v0.11.0
14632026-04-07T18:13:19.559Z Compiling rand_chacha v0.9.0
14642026-04-07T18:13:19.643Z Compiling aes v0.8.4
14652026-04-07T18:13:19.689Z Compiling cbc v0.1.2
14662026-04-07T18:13:19.858Z Compiling rustls-pki-types v1.14.0
14672026-04-07T18:13:20.133Z Compiling tracing-attributes v0.1.31
14682026-04-07T18:13:20.330Z Compiling pkcs5 v0.7.1
14692026-04-07T18:13:20.364Z Compiling rand v0.9.2
14702026-04-07T18:13:20.509Z Compiling http-body v1.0.1
14712026-04-07T18:13:20.642Z Compiling thiserror v2.0.18
14722026-04-07T18:13:20.757Z Compiling base64 v0.22.1
14732026-04-07T18:13:20.804Z Compiling untrusted v0.7.1
14742026-04-07T18:13:20.821Z Compiling httparse v1.10.1
14752026-04-07T18:13:20.855Z Compiling schemars v0.8.22
14762026-04-07T18:13:20.948Z Compiling untrusted v0.9.0
14772026-04-07T18:13:21.083Z Compiling tokio-util v0.7.18
14782026-04-07T18:13:21.100Z Compiling openssl-probe v0.2.1
14792026-04-07T18:13:21.331Z Compiling pkcs8 v0.10.2
14802026-04-07T18:13:21.338Z Compiling schemars_derive v0.8.22
14812026-04-07T18:13:21.338Z Compiling pest_derive v2.8.6
14822026-04-07T18:13:21.581Z Compiling scroll_derive v0.13.1
14832026-04-07T18:13:21.599Z Compiling tracing v0.1.44
14842026-04-07T18:13:21.764Z Compiling darling_core v0.20.11
14852026-04-07T18:13:21.898Z Compiling dyn-clone v1.0.20
14862026-04-07T18:13:22.050Z Compiling rustls v0.23.37
14872026-04-07T18:13:22.209Z Compiling atomic-waker v1.1.2
14882026-04-07T18:13:22.270Z Compiling tower-layer v0.3.3
14892026-04-07T18:13:22.440Z Compiling try-lock v0.2.5
14902026-04-07T18:13:22.454Z Compiling tower-service v0.3.3
14912026-04-07T18:13:22.471Z Compiling tinyvec_macros v0.1.1
14922026-04-07T18:13:22.508Z Compiling scroll v0.13.0
14932026-04-07T18:13:22.595Z Compiling tinyvec v1.10.0
14942026-04-07T18:13:22.602Z Compiling want v0.3.1
14952026-04-07T18:13:23.067Z Compiling h2 v0.4.13
14962026-04-07T18:13:23.077Z Compiling ipnet v2.11.0
14972026-04-07T18:13:23.148Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-04-07T18:13:23.165Z Compiling spin v0.9.8
14992026-04-07T18:13:23.293Z Compiling aho-corasick v1.1.4
15002026-04-07T18:13:23.403Z Compiling pin-utils v0.1.0
15012026-04-07T18:13:23.494Z Compiling httpdate v1.0.3
15022026-04-07T18:13:23.530Z Compiling foreign-types-shared v0.1.1
15032026-04-07T18:13:23.567Z Compiling openssl v0.10.75
15042026-04-07T18:13:23.619Z Compiling num-conv v0.2.0
15052026-04-07T18:13:23.741Z Compiling powerfmt v0.2.0
15062026-04-07T18:13:23.770Z Compiling time-core v0.1.8
15072026-04-07T18:13:23.826Z Compiling crc32fast v1.5.0
15082026-04-07T18:13:23.939Z Compiling time-macros v0.2.27
15092026-04-07T18:13:23.966Z Compiling deranged v0.5.8
15102026-04-07T18:13:24.153Z Compiling foreign-types v0.3.2
15112026-04-07T18:13:24.192Z Compiling regex-automata v0.4.14
15122026-04-07T18:13:24.337Z Compiling darling_macro v0.20.11
15132026-04-07T18:13:24.869Z Compiling darling v0.20.11
15142026-04-07T18:13:24.975Z Compiling tempfile v3.25.0
15152026-04-07T18:13:25.080Z Compiling goblin v0.10.5
15162026-04-07T18:13:25.180Z Compiling openssl-macros v0.1.1
15172026-04-07T18:13:25.395Z Compiling socket2 v0.5.10
15182026-04-07T18:13:25.630Z Compiling wait-timeout v0.2.1
15192026-04-07T18:13:25.751Z Compiling simd-adler32 v0.3.8
15202026-04-07T18:13:25.868Z Compiling syn v1.0.109
15212026-04-07T18:13:25.928Z Compiling num_threads v0.1.7
15222026-04-07T18:13:26.020Z Compiling usdt-impl v0.6.0
15232026-04-07T18:13:26.042Z Compiling hyper v1.8.1
15242026-04-07T18:13:26.213Z Compiling bit-vec v0.8.0
15252026-04-07T18:13:26.251Z Compiling quick-error v1.2.3
15262026-04-07T18:13:26.372Z Compiling siphasher v1.0.2
15272026-04-07T18:13:26.470Z Compiling native-tls v0.2.18
15282026-04-07T18:13:26.590Z Compiling crossbeam-utils v0.8.21
15292026-04-07T18:13:26.725Z Compiling bit-set v0.8.0
15302026-04-07T18:13:26.908Z Compiling rusty-fork v0.3.1
15312026-04-07T18:13:27.031Z Compiling time v0.3.47
15322026-04-07T18:13:27.308Z Compiling hyper-util v0.1.20
15332026-04-07T18:13:27.875Z Compiling derive_builder_core v0.20.2
15342026-04-07T18:13:28.832Z Compiling dof v0.4.0
15352026-04-07T18:13:28.867Z Compiling unicode-normalization v0.1.25
15362026-04-07T18:13:29.051Z Compiling dtrace-parser v0.3.0
15372026-04-07T18:13:29.247Z Compiling rustls-native-certs v0.8.3
15382026-04-07T18:13:29.363Z Compiling signature v2.2.0
15392026-04-07T18:13:29.558Z Compiling scroll_derive v0.12.1
15402026-04-07T18:13:29.566Z Compiling thiserror-impl v1.0.69
15412026-04-07T18:13:29.851Z Compiling heapless v0.7.17
15422026-04-07T18:13:29.867Z Compiling rand_xorshift v0.4.0
15432026-04-07T18:13:32.936Z Compiling slog v2.8.2
15442026-04-07T18:13:32.971Z Compiling darling_core v0.21.3
15452026-04-07T18:13:32.971Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-04-07T18:13:32.971Z Compiling sync_wrapper v1.0.2
15472026-04-07T18:13:32.971Z Compiling thread-id v5.1.0
15482026-04-07T18:13:32.971Z Compiling cookie v0.18.1
15492026-04-07T18:13:32.971Z Compiling signal-hook v0.3.18
15502026-04-07T18:13:32.971Z Compiling adler2 v2.0.1
15512026-04-07T18:13:32.971Z Compiling unicode-properties v0.1.4
15522026-04-07T18:13:32.971Z Compiling paste v1.0.15
15532026-04-07T18:13:32.971Z Compiling anyhow v1.0.102
15542026-04-07T18:13:32.972Z Compiling unarray v0.1.4
15552026-04-07T18:13:32.972Z Compiling zstd-safe v7.2.4
15562026-04-07T18:13:32.972Z Compiling unicode-bidi v0.3.18
15572026-04-07T18:13:32.972Z Compiling proptest v1.10.0
15582026-04-07T18:13:32.972Z Compiling thiserror v1.0.69
15592026-04-07T18:13:32.972Z Compiling miniz_oxide v0.8.9
15602026-04-07T18:13:32.972Z Compiling stringprep v0.1.5
15612026-04-07T18:13:32.972Z Compiling tower v0.5.3
15622026-04-07T18:13:32.972Z Compiling scroll v0.12.0
15632026-04-07T18:13:32.972Z Compiling derive_builder_macro v0.20.2
15642026-04-07T18:13:32.972Z Compiling ipnetwork v0.21.1
15652026-04-07T18:13:32.972Z Compiling http-body-util v0.1.3
15662026-04-07T18:13:32.972Z Compiling webpki-roots v1.0.6
15672026-04-07T18:13:32.973Z Compiling rand_chacha v0.3.1
15682026-04-07T18:13:32.973Z Compiling serde_spanned v0.6.9
15692026-04-07T18:13:32.973Z Compiling serde_tokenstream v0.2.3
15702026-04-07T18:13:32.973Z Compiling toml_datetime v0.6.11
15712026-04-07T18:13:32.973Z Compiling erased-serde v0.3.31
15722026-04-07T18:13:32.973Z Compiling md-5 v0.10.6
15732026-04-07T18:13:32.973Z Compiling zerocopy-derive v0.7.35
15742026-04-07T18:13:32.973Z Compiling darling_macro v0.21.3
15752026-04-07T18:13:32.983Z Compiling curve25519-dalek v4.1.3
15762026-04-07T18:13:33.123Z Compiling vergen-lib v0.1.6
15772026-04-07T18:13:33.304Z Compiling num-integer v0.1.46
15782026-04-07T18:13:33.336Z Compiling hash32 v0.2.1
15792026-04-07T18:13:33.356Z Compiling ff v0.13.1
15802026-04-07T18:13:33.421Z Compiling memoffset v0.9.1
15812026-04-07T18:13:33.511Z Compiling ref-cast v1.0.25
15822026-04-07T18:13:33.550Z Compiling iri-string v0.7.10
15832026-04-07T18:13:33.633Z Compiling fallible-iterator v0.2.0
15842026-04-07T18:13:33.664Z Compiling base16ct v0.2.0
15852026-04-07T18:13:33.790Z Compiling ryu v1.0.23
15862026-04-07T18:13:33.843Z Compiling num-bigint-dig v0.8.6
15872026-04-07T18:13:33.865Z Compiling zlib-rs v0.6.2
15882026-04-07T18:13:33.970Z Compiling smoltcp v0.9.1
15892026-04-07T18:13:33.989Z Compiling litrs v1.0.0
15902026-04-07T18:13:34.047Z Compiling rustix v0.38.44
15912026-04-07T18:13:34.340Z Compiling cfg_aliases v0.2.1
15922026-04-07T18:13:34.429Z Compiling psl-types v2.0.11
15932026-04-07T18:13:34.550Z Compiling publicsuffix v2.3.0
15942026-04-07T18:13:34.554Z Compiling document-features v0.2.12
15952026-04-07T18:13:34.585Z Compiling nix v0.31.1
15962026-04-07T18:13:34.801Z Compiling postgres-protocol v0.6.10
15972026-04-07T18:13:34.999Z Compiling tower-http v0.6.8
15982026-04-07T18:13:35.214Z Compiling serde_urlencoded v0.7.1
15992026-04-07T18:13:35.287Z Compiling sec1 v0.7.3
16002026-04-07T18:13:35.411Z Compiling zerocopy v0.7.35
16012026-04-07T18:13:35.495Z Compiling num-iter v0.1.45
16022026-04-07T18:13:35.609Z Compiling newtype-uuid v1.3.2
16032026-04-07T18:13:35.634Z Compiling group v0.13.0
16042026-04-07T18:13:35.837Z Compiling darling v0.21.3
16052026-04-07T18:13:36.027Z Compiling rand v0.8.5
16062026-04-07T18:13:36.033Z Compiling derive_builder v0.20.2
16072026-04-07T18:13:36.092Z Compiling oxnet v0.1.4
16082026-04-07T18:13:36.205Z Compiling hubpack_derive v0.1.1
16092026-04-07T18:13:36.283Z Compiling tokio-native-tls v0.3.1
16102026-04-07T18:13:36.428Z Compiling goblin v0.8.2
16112026-04-07T18:13:36.963Z Compiling regex v1.12.3
16122026-04-07T18:13:37.065Z Compiling flate2 v1.1.9
16132026-04-07T18:13:37.295Z Compiling phf_shared v0.13.1
16142026-04-07T18:13:37.503Z Compiling lazy_static v1.5.0
16152026-04-07T18:13:37.519Z Compiling cargo-platform v0.1.9
16162026-04-07T18:13:37.535Z Compiling hkdf v0.12.4
16172026-04-07T18:13:37.558Z Compiling crypto-bigint v0.5.5
16182026-04-07T18:13:37.583Z Compiling terminal_size v0.4.3
16192026-04-07T18:13:37.608Z Compiling ref-cast-impl v1.0.25
16202026-04-07T18:13:37.721Z Compiling curve25519-dalek-derive v0.1.1
16212026-04-07T18:13:37.736Z Compiling async-trait v0.1.89
16222026-04-07T18:13:37.800Z Compiling strum_macros v0.27.2
16232026-04-07T18:13:38.225Z Compiling daft-derive v0.1.5
16242026-04-07T18:13:38.439Z Compiling vergen v9.0.6
16252026-04-07T18:13:38.652Z Compiling fs-err v3.3.0
16262026-04-07T18:13:38.873Z Compiling ahash v0.8.12
16272026-04-07T18:13:38.901Z Compiling managed v0.8.0
16282026-04-07T18:13:39.031Z Compiling unicode-segmentation v1.12.0
16292026-04-07T18:13:39.104Z Compiling object v0.37.3
16302026-04-07T18:13:39.148Z Compiling winnow v0.5.40
16312026-04-07T18:13:39.432Z Compiling libbz2-rs-sys v0.2.2
16322026-04-07T18:13:39.483Z Compiling foldhash v0.1.5
16332026-04-07T18:13:39.681Z Compiling bitflags v1.3.2
16342026-04-07T18:13:39.778Z Compiling bumpalo v3.20.2
16352026-04-07T18:13:39.965Z Compiling bzip2 v0.6.1
16362026-04-07T18:13:40.048Z Compiling strum v0.27.2
16372026-04-07T18:13:40.075Z Compiling zopfli v0.8.3
16382026-04-07T18:13:40.197Z Compiling hashbrown v0.15.5
16392026-04-07T18:13:40.287Z Compiling clap_builder v4.5.60
16402026-04-07T18:13:40.469Z Compiling daft v0.1.5
16412026-04-07T18:13:40.759Z Compiling toml_edit v0.19.15
16422026-04-07T18:13:40.784Z Compiling dof v0.3.0
16432026-04-07T18:13:40.860Z Compiling elliptic-curve v0.13.8
16442026-04-07T18:13:41.253Z Compiling cargo_metadata v0.19.2
16452026-04-07T18:13:41.574Z Compiling phf v0.13.1
16462026-04-07T18:13:41.755Z Compiling cookie_store v0.22.1
16472026-04-07T18:13:42.503Z Compiling signal-hook-mio v0.2.5
16482026-04-07T18:13:42.756Z Compiling hubpack v0.1.2
16492026-04-07T18:13:43.002Z Compiling zstd v0.13.3
16502026-04-07T18:13:43.035Z Compiling hyper-tls v0.6.0
16512026-04-07T18:13:43.247Z Compiling bzip2 v0.4.4
16522026-04-07T18:13:43.295Z Compiling serde_with_macros v3.17.0
16532026-04-07T18:13:43.393Z Compiling postgres-types v0.2.12
16542026-04-07T18:13:43.647Z Compiling usdt-macro v0.6.0
16552026-04-07T18:13:43.685Z Compiling usdt-attr-macro v0.6.0
16562026-04-07T18:13:44.014Z Compiling dtrace-parser v0.2.0
16572026-04-07T18:13:44.256Z Compiling ed25519 v2.2.3
16582026-04-07T18:13:44.469Z Compiling bstr v1.12.1
16592026-04-07T18:13:44.540Z Compiling phf_shared v0.11.3
16602026-04-07T18:13:44.575Z Compiling pkcs1 v0.7.5
16612026-04-07T18:13:44.722Z Compiling serde-big-array v0.5.1
16622026-04-07T18:13:44.749Z Compiling hex v0.4.3
16632026-04-07T18:13:44.838Z Compiling rfc6979 v0.4.0
16642026-04-07T18:13:44.887Z Compiling serde_repr v0.1.20
16652026-04-07T18:13:44.981Z Compiling clap_derive v4.5.55
16662026-04-07T18:13:45.020Z Compiling strum_macros v0.26.4
16672026-04-07T18:13:45.056Z Compiling enum-as-inner v0.6.1
16682026-04-07T18:13:45.173Z Compiling float-cmp v0.10.0
16692026-04-07T18:13:45.259Z Compiling thread-id v4.2.2
16702026-04-07T18:13:45.341Z Compiling memmap2 v0.9.10
16712026-04-07T18:13:45.358Z Compiling env_filter v1.0.0
16722026-04-07T18:13:45.477Z Compiling encoding_rs v0.8.35
16732026-04-07T18:13:45.587Z Compiling keccak v0.1.6
16742026-04-07T18:13:45.616Z Compiling normalize-line-endings v0.3.0
16752026-04-07T18:13:45.700Z Compiling new_debug_unreachable v1.0.6
16762026-04-07T18:13:45.728Z Compiling either v1.15.0
16772026-04-07T18:13:45.783Z Compiling static_assertions v1.1.0
16782026-04-07T18:13:45.875Z Compiling fixedbitset v0.4.2
16792026-04-07T18:13:45.961Z Compiling precomputed-hash v0.1.1
16802026-04-07T18:13:46.069Z Compiling mime v0.3.17
16812026-04-07T18:13:46.127Z Compiling rustc-hash v2.1.1
16822026-04-07T18:13:46.274Z Compiling predicates-core v1.0.10
16832026-04-07T18:13:46.363Z Compiling difflib v0.4.0
16842026-04-07T18:13:46.481Z Compiling fixedbitset v0.5.7
16852026-04-07T18:13:46.500Z Compiling jiff v0.2.21
16862026-04-07T18:13:46.829Z Compiling whoami v2.1.0
16872026-04-07T18:13:46.968Z Compiling data-encoding v2.10.0
16882026-04-07T18:13:46.986Z Compiling strum v0.26.3
16892026-04-07T18:13:47.003Z Compiling clap v4.5.60
16902026-04-07T18:13:47.102Z Compiling tokio-postgres v0.7.16
16912026-04-07T18:13:47.138Z Compiling petgraph v0.8.3
16922026-04-07T18:13:47.205Z Compiling predicates v3.1.4
16932026-04-07T18:13:47.311Z Compiling iddqd v0.3.17
16942026-04-07T18:13:47.612Z Compiling hickory-proto v0.25.2
16952026-04-07T18:13:47.813Z Compiling petgraph v0.6.5
16962026-04-07T18:13:47.964Z Compiling string_cache v0.8.9
16972026-04-07T18:13:48.226Z Compiling itertools v0.13.0
16982026-04-07T18:13:48.581Z Compiling toml_edit v0.22.27
16992026-04-07T18:13:49.354Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-04-07T18:13:49.452Z Compiling sha3 v0.10.8
17012026-04-07T18:13:49.596Z Compiling zip v4.6.1
17022026-04-07T18:13:49.620Z Compiling env_logger v0.11.9
17032026-04-07T18:13:49.965Z Compiling usdt v0.6.0
17042026-04-07T18:13:50.016Z Compiling usdt-impl v0.5.0
17052026-04-07T18:13:50.262Z Compiling serde_with v3.17.0
17062026-04-07T18:13:50.680Z Compiling ecdsa v0.16.9
17072026-04-07T18:13:50.680Z Compiling similar v2.7.0
17082026-04-07T18:13:51.124Z Compiling rsa v0.9.10
17092026-04-07T18:13:51.297Z Compiling ed25519-dalek v2.2.0
17102026-04-07T18:13:51.624Z Compiling crossterm v0.28.1
17112026-04-07T18:13:52.054Z Compiling zip v0.6.6
17122026-04-07T18:13:52.486Z Compiling toml v0.7.8
17132026-04-07T18:13:53.059Z Compiling heck v0.4.1
17142026-04-07T18:13:53.165Z Compiling toml_parser v1.0.9+spec-1.1.0
17152026-04-07T18:13:53.188Z Compiling crossbeam-epoch v0.9.18
17162026-04-07T18:13:53.188Z Compiling tokio-stream v0.1.18
17172026-04-07T18:13:53.326Z Compiling buf-list v1.1.2
17182026-04-07T18:13:53.370Z Compiling x509-cert v0.2.5
17192026-04-07T18:13:53.578Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17202026-04-07T18:13:53.640Z Compiling openapiv3 v2.2.0
17212026-04-07T18:13:53.724Z Compiling sha1 v0.10.6
17222026-04-07T18:13:53.885Z Compiling toml_datetime v0.7.5+spec-1.1.0
17232026-04-07T18:13:53.914Z Compiling lalrpop-util v0.19.12
17242026-04-07T18:13:53.971Z Compiling peg-runtime v0.8.5
17252026-04-07T18:13:54.132Z Compiling thread_local v1.1.9
17262026-04-07T18:13:54.209Z Compiling slog-async v2.8.0
17272026-04-07T18:13:54.286Z Compiling crossbeam-channel v0.5.15
17282026-04-07T18:13:54.414Z Compiling futures-executor v0.3.32
17292026-04-07T18:13:54.573Z Compiling is-terminal v0.4.17
17302026-04-07T18:13:54.690Z Compiling filetime v0.2.27
17312026-04-07T18:13:54.721Z Compiling term v1.2.1
17322026-04-07T18:13:54.805Z Compiling xattr v1.6.1
17332026-04-07T18:13:54.896Z Compiling take_mut v0.2.2
17342026-04-07T18:13:54.917Z Compiling futures v0.3.32
17352026-04-07T18:13:54.998Z Compiling tar v0.4.45
17362026-04-07T18:13:55.017Z Compiling slog-term v2.9.2
17372026-04-07T18:14:02.380Z Compiling rustls-webpki v0.103.9
17382026-04-07T18:14:05.449Z Compiling tokio-rustls v0.26.4
17392026-04-07T18:14:05.449Z Compiling rustls-platform-verifier v0.6.2
17402026-04-07T18:14:05.669Z Compiling hyper-rustls v0.27.7
17412026-04-07T18:14:05.900Z Compiling reqwest v0.13.2
17422026-04-07T18:14:05.900Z Compiling reqwest v0.12.28
17432026-04-07T18:14:08.189Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442026-04-07T18:14:08.429Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452026-04-07T18:14:11.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17462026-04-07T18:14:11.690Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17472026-04-07T18:14:11.756ZApr 07 18:14:10.751 INFO Starting download, target: Clickhouse
17482026-04-07T18:14:11.756ZApr 07 18:14:10.752 INFO Starting download, target: Cockroach
17492026-04-07T18:14:11.756ZApr 07 18:14:10.752 INFO Starting download, target: Console
17502026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Starting download, target: DendriteStub
17512026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Starting download, target: MaghemiteMgd
17522026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Starting download, target: TransceiverControl
17532026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17542026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17552026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17572026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17582026-04-07T18:14:11.760ZApr 07 18:14:10.752 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-04-07T18:14:12.356ZApr 07 18:14:11.348 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-04-07T18:14:12.603ZApr 07 18:14:11.597 INFO Download complete, target: TransceiverControl
17612026-04-07T18:14:12.820ZApr 07 18:14:11.815 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-04-07T18:14:13.111ZApr 07 18:14:12.105 INFO Download complete, target: Console
17632026-04-07T18:14:13.574ZApr 07 18:14:12.569 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-07T18:14:13.619ZApr 07 18:14:12.614 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-07T18:14:14.096ZApr 07 18:14:13.091 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17662026-04-07T18:14:14.096ZApr 07 18:14:13.091 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17672026-04-07T18:14:15.255ZApr 07 18:14:14.249 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17682026-04-07T18:14:16.292ZApr 07 18:14:15.288 INFO Download complete, target: MaghemiteMgd
17692026-04-07T18:14:16.292ZApr 07 18:14:15.288 INFO Download complete, target: DendriteStub
17702026-04-07T18:14:19.155ZApr 07 18:14:18.151 INFO Checking that binary works, target: Cockroach
17712026-04-07T18:14:19.290ZApr 07 18:14:18.285 INFO Download complete, target: Cockroach
17722026-04-07T18:14:22.628ZApr 07 18:14:21.623 INFO Checking that binary works, target: Clickhouse
17732026-04-07T18:14:22.822ZApr 07 18:14:21.815 INFO Download complete, target: Clickhouse
17742026-04-07T18:14:22.927ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-04-07T18:14:22.933Z
17762026-04-07T18:14:22.933Zreal 3:43.793815062
17772026-04-07T18:14:22.933Zuser 8:03.978054094
17782026-04-07T18:14:22.933Zsys 1:35.267581988
17792026-04-07T18:14:22.933Ztrap 0.257785804
17802026-04-07T18:14:22.933Ztflt 2.288856569
17812026-04-07T18:14:22.933Zdflt 2.873102822
17822026-04-07T18:14:22.933Zkflt 0.162092730
17832026-04-07T18:14:22.933Zlock 25:25.610469986
17842026-04-07T18:14:22.933Zslp 25:23.714419510
17852026-04-07T18:14:22.933Zlat 47.398571886
17862026-04-07T18:14:22.934Zstop 2:18.958173803
17872026-04-07T18:14:22.934Z+ banner hack-check
17882026-04-07T18:14:22.934Z
17892026-04-07T18:14:22.934Z # # ## #### # # #### # # ###### #### # #
17902026-04-07T18:14:22.934Z # # # # # # # # # # # # # # # # #
17912026-04-07T18:14:22.934Z ###### # # # #### ##### # ###### ##### # ####
17922026-04-07T18:14:22.934Z # # ###### # # # # # # # # # #
17932026-04-07T18:14:22.934Z # # # # # # # # # # # # # # # # #
17942026-04-07T18:14:22.934Z # # # # #### # # #### # # ###### #### # #
17952026-04-07T18:14:22.934Z
17962026-04-07T18:14:22.934Z+ export CARGO_INCREMENTAL=0
17972026-04-07T18:14:22.934Z+ CARGO_INCREMENTAL=0
17982026-04-07T18:14:22.934Z+ ptime -m timeout 2h cargo xtask check-features --ci
17992026-04-07T18:14:23.510Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-04-07T18:14:23.753Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-04-07T18:14:25.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.84s
18022026-04-07T18:14:25.888Z Running `target/debug/xtask check-features --ci`
18032026-04-07T18:14:25.913Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18042026-04-07T18:14:25.917Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18052026-04-07T18:14:26.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18062026-04-07T18:14:26.465Z Running `target/debug/xtask download cargo-hack`
18072026-04-07T18:14:27.322Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-04-07T18:14:27.652Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-04-07T18:14:30.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
18102026-04-07T18:14:30.464Z Running `target/debug/xtask-downloader cargo-hack`
18112026-04-07T18:14:30.506ZApr 07 18:14:29.501 INFO Starting download, target: CargoHack
18122026-04-07T18:14:30.510ZApr 07 18:14:29.502 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18132026-04-07T18:14:31.236ZApr 07 18:14:30.231 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18142026-04-07T18:14:31.287ZApr 07 18:14:30.283 INFO Download complete, target: CargoHack
18152026-04-07T18:14:31.291Zrunning: "/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"
18162026-04-07T18:14:31.304Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18172026-04-07T18:14:31.462Zinfo: running `cargo check --bins` on api_identity (1/270)
18182026-04-07T18:14:32.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-04-07T18:14:32.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-04-07T18:14:32.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-04-07T18:14:32.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18222026-04-07T18:14:32.098Z
18232026-04-07T18:14:32.098Zinfo: running `cargo check --bins` on bootstore (2/270)
18242026-04-07T18:14:32.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-07T18:14:32.644Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-07T18:14:32.644Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-07T18:14:32.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18282026-04-07T18:14:32.737Z
18292026-04-07T18:14:32.737Zinfo: running `cargo check --bins` on omicron-ledger (3/270)
18302026-04-07T18:14:33.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-07T18:14:33.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-07T18:14:33.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-07T18:14:33.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18342026-04-07T18:14:33.365Z
18352026-04-07T18:14:33.365Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/270)
18362026-04-07T18:14:33.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-07T18:14:33.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-07T18:14:33.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-07T18:14:33.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18402026-04-07T18:14:34.039Z
18412026-04-07T18:14:34.039Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/270)
18422026-04-07T18:14:34.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-07T18:14:34.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-07T18:14:34.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-07T18:14:34.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18462026-04-07T18:14:34.608Z
18472026-04-07T18:14:34.608Zinfo: running `cargo check --bins` on omicron-certificates (6/270)
18482026-04-07T18:14:35.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-07T18:14:35.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-07T18:14:35.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-07T18:14:35.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18522026-04-07T18:14:35.261Z
18532026-04-07T18:14:35.261Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/270)
18542026-04-07T18:14:35.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-07T18:14:35.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-07T18:14:35.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-07T18:14:35.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18582026-04-07T18:14:35.910Z
18592026-04-07T18:14:35.910Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/270)
18602026-04-07T18:14:36.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-07T18:14:36.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-07T18:14:36.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-07T18:14:36.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18642026-04-07T18:14:36.559Z
18652026-04-07T18:14:36.559Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/270)
18662026-04-07T18:14:37.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-07T18:14:37.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-07T18:14:37.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-07T18:14:37.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18702026-04-07T18:14:37.072Z
18712026-04-07T18:14:37.072Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/270)
18722026-04-07T18:14:37.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-07T18:14:37.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-07T18:14:37.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-07T18:14:37.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18762026-04-07T18:14:37.579Z
18772026-04-07T18:14:37.579Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/270)
18782026-04-07T18:14:38.016Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-07T18:14:38.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-07T18:14:38.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-07T18:14:38.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18822026-04-07T18:14:38.085Z
18832026-04-07T18:14:38.085Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/270)
18842026-04-07T18:14:38.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-07T18:14:38.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-07T18:14:38.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-07T18:14:38.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18882026-04-07T18:14:38.586Z
18892026-04-07T18:14:38.586Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/270)
18902026-04-07T18:14:39.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-07T18:14:39.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-07T18:14:39.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-07T18:14:39.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
18942026-04-07T18:14:39.093Z
18952026-04-07T18:14:39.093Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/270)
18962026-04-07T18:14:39.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-07T18:14:39.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-07T18:14:39.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-07T18:14:39.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19002026-04-07T18:14:39.611Z
19012026-04-07T18:14:39.611Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/270)
19022026-04-07T18:14:40.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-07T18:14:40.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-07T18:14:40.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-07T18:14:40.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19062026-04-07T18:14:40.568Z
19072026-04-07T18:14:40.568Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/270)
19082026-04-07T18:14:40.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-07T18:14:40.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-07T18:14:40.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-07T18:14:40.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19122026-04-07T18:14:40.639Z
19132026-04-07T18:14:40.639Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/270)
19142026-04-07T18:14:41.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-07T18:14:41.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-07T18:14:41.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-07T18:14:41.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19182026-04-07T18:14:41.143Z
19192026-04-07T18:14:41.143Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/270)
19202026-04-07T18:14:41.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-07T18:14:41.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-07T18:14:41.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-07T18:14:41.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19242026-04-07T18:14:41.642Z
19252026-04-07T18:14:41.642Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/270)
19262026-04-07T18:14:42.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-07T18:14:42.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-07T18:14:42.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-07T18:14:42.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19302026-04-07T18:14:42.144Z
19312026-04-07T18:14:42.144Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/270)
19322026-04-07T18:14:42.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-07T18:14:42.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-07T18:14:42.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-07T18:14:42.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19362026-04-07T18:14:42.651Z
19372026-04-07T18:14:42.651Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/270)
19382026-04-07T18:14:43.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-07T18:14:43.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-07T18:14:43.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-07T18:14:43.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19422026-04-07T18:14:43.158Z
19432026-04-07T18:14:43.158Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/270)
19442026-04-07T18:14:43.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-07T18:14:43.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-07T18:14:43.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-07T18:14:43.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19482026-04-07T18:14:43.664Z
19492026-04-07T18:14:43.664Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/270)
19502026-04-07T18:14:44.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-07T18:14:44.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-07T18:14:44.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-07T18:14:44.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19542026-04-07T18:14:44.170Z
19552026-04-07T18:14:44.170Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/270)
19562026-04-07T18:14:44.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-07T18:14:44.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-07T18:14:44.614Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-07T18:14:44.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19602026-04-07T18:14:44.675Z
19612026-04-07T18:14:44.675Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/270)
19622026-04-07T18:14:45.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-07T18:14:45.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-07T18:14:45.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-07T18:14:45.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19662026-04-07T18:14:45.176Z
19672026-04-07T18:14:45.176Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/270)
19682026-04-07T18:14:45.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-07T18:14:45.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-07T18:14:45.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-07T18:14:45.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19722026-04-07T18:14:45.688Z
19732026-04-07T18:14:45.688Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/270)
19742026-04-07T18:14:46.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-07T18:14:46.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-07T18:14:46.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-07T18:14:46.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
19782026-04-07T18:14:46.208Z
19792026-04-07T18:14:46.208Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/270)
19802026-04-07T18:14:46.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-07T18:14:46.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-07T18:14:46.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-07T18:14:46.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19842026-04-07T18:14:46.719Z
19852026-04-07T18:14:46.719Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/270)
19862026-04-07T18:14:47.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-07T18:14:47.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-07T18:14:47.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-07T18:14:47.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
19902026-04-07T18:14:47.237Z
19912026-04-07T18:14:47.237Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/270)
19922026-04-07T18:14:47.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-07T18:14:47.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-07T18:14:47.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-07T18:14:47.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19962026-04-07T18:14:47.733Z
19972026-04-07T18:14:47.733Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/270)
19982026-04-07T18:14:48.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-07T18:14:48.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-07T18:14:48.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-07T18:14:48.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20022026-04-07T18:14:48.229Z
20032026-04-07T18:14:48.229Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/270)
20042026-04-07T18:14:48.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-07T18:14:48.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-07T18:14:48.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-07T18:14:48.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20082026-04-07T18:14:48.799Z
20092026-04-07T18:14:48.799Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/270)
20102026-04-07T18:14:49.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-07T18:14:49.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-07T18:14:49.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-07T18:14:49.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20142026-04-07T18:14:49.253Z
20152026-04-07T18:14:49.253Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/270)
20162026-04-07T18:14:49.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-07T18:14:49.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-07T18:14:49.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-07T18:14:49.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20202026-04-07T18:14:49.758Z
20212026-04-07T18:14:49.758Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/270)
20222026-04-07T18:14:50.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-07T18:14:50.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-07T18:14:50.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-07T18:14:50.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20262026-04-07T18:14:50.271Z
20272026-04-07T18:14:50.271Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/270)
20282026-04-07T18:14:50.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-07T18:14:50.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-07T18:14:50.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-07T18:14:50.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20322026-04-07T18:14:50.777Z
20332026-04-07T18:14:50.777Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/270)
20342026-04-07T18:14:51.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-07T18:14:51.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-07T18:14:51.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-07T18:14:51.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20382026-04-07T18:14:51.282Z
20392026-04-07T18:14:51.282Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/270)
20402026-04-07T18:14:51.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-07T18:14:51.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-07T18:14:51.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-07T18:14:51.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20442026-04-07T18:14:51.785Z
20452026-04-07T18:14:51.785Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/270)
20462026-04-07T18:14:52.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-07T18:14:52.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-07T18:14:52.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-07T18:14:52.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20502026-04-07T18:14:52.282Z
20512026-04-07T18:14:52.282Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/270)
20522026-04-07T18:14:52.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-07T18:14:52.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-07T18:14:52.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-07T18:14:52.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20562026-04-07T18:14:52.790Z
20572026-04-07T18:14:52.790Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/270)
20582026-04-07T18:14:53.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-07T18:14:53.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-07T18:14:53.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-07T18:14:53.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20622026-04-07T18:14:53.298Z
20632026-04-07T18:14:53.298Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/270)
20642026-04-07T18:14:53.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-07T18:14:53.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-07T18:14:53.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-07T18:14:53.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
20682026-04-07T18:14:53.797Z
20692026-04-07T18:14:53.797Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/270)
20702026-04-07T18:14:54.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-07T18:14:54.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-07T18:14:54.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-07T18:14:54.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20742026-04-07T18:14:54.304Z
20752026-04-07T18:14:54.304Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/270)
20762026-04-07T18:14:54.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-07T18:14:54.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-07T18:14:54.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-07T18:14:54.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20802026-04-07T18:14:54.815Z
20812026-04-07T18:14:54.815Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/270)
20822026-04-07T18:14:55.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-07T18:14:55.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-07T18:14:55.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-07T18:14:55.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20862026-04-07T18:14:55.334Z
20872026-04-07T18:14:55.334Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/270)
20882026-04-07T18:14:55.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-07T18:14:55.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-07T18:14:55.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-07T18:14:55.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20922026-04-07T18:14:55.845Z
20932026-04-07T18:14:55.845Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/270)
20942026-04-07T18:14:56.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-07T18:14:56.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-07T18:14:56.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-07T18:14:56.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
20982026-04-07T18:14:56.363Z
20992026-04-07T18:14:56.363Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/270)
21002026-04-07T18:14:56.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-07T18:14:56.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-07T18:14:56.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-07T18:14:56.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21042026-04-07T18:14:56.886Z
21052026-04-07T18:14:56.886Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/270)
21062026-04-07T18:14:57.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-07T18:14:57.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-07T18:14:57.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-07T18:14:57.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21102026-04-07T18:14:57.570Z
21112026-04-07T18:14:57.570Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/270)
21122026-04-07T18:14:58.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-07T18:14:58.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-07T18:14:58.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-07T18:14:58.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21162026-04-07T18:14:58.257Z
21172026-04-07T18:14:58.257Zinfo: running `cargo check --bins` on nexus-config (51/270)
21182026-04-07T18:14:58.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-07T18:14:58.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-07T18:14:58.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-07T18:14:58.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21222026-04-07T18:14:58.934Z
21232026-04-07T18:14:58.934Zinfo: running `cargo check --bins` on nexus-types (52/270)
21242026-04-07T18:14:59.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-07T18:14:59.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-07T18:14:59.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-07T18:14:59.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
21282026-04-07T18:14:59.616Z
21292026-04-07T18:14:59.616Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/270)
21302026-04-07T18:15:00.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-07T18:15:00.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-07T18:15:00.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-07T18:15:00.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342026-04-07T18:15:00.260Z
21352026-04-07T18:15:00.260Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/270)
21362026-04-07T18:15:00.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-07T18:15:00.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-07T18:15:00.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-07T18:15:00.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21402026-04-07T18:15:00.914Z
21412026-04-07T18:15:00.914Zinfo: running `cargo check --bins` on cockroach-admin-types (55/270)
21422026-04-07T18:15:01.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-07T18:15:01.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-07T18:15:01.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-07T18:15:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21462026-04-07T18:15:01.543Z
21472026-04-07T18:15:01.543Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/270)
21482026-04-07T18:15:02.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-07T18:15:02.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-07T18:15:02.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-07T18:15:02.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-04-07T18:15:02.156Z
21532026-04-07T18:15:02.156Zinfo: running `cargo check --bins` on ereport-types (57/270)
21542026-04-07T18:15:02.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-07T18:15:02.691Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-07T18:15:02.691Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-07T18:15:02.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21582026-04-07T18:15:02.787Z
21592026-04-07T18:15:02.787Zinfo: running `cargo check --bins` on gateway-client (58/270)
21602026-04-07T18:15:03.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-07T18:15:03.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-07T18:15:03.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-07T18:15:03.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21642026-04-07T18:15:03.419Z
21652026-04-07T18:15:03.419Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/270)
21662026-04-07T18:15:03.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-07T18:15:03.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-07T18:15:03.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-07T18:15:03.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21702026-04-07T18:15:04.045Z
21712026-04-07T18:15:04.045Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/270)
21722026-04-07T18:15:04.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-07T18:15:04.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-07T18:15:04.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-07T18:15:04.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21762026-04-07T18:15:04.688Z
21772026-04-07T18:15:04.688Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/270)
21782026-04-07T18:15:05.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-07T18:15:05.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-07T18:15:05.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-07T18:15:05.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21822026-04-07T18:15:05.335Z
21832026-04-07T18:15:05.335Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/270)
21842026-04-07T18:15:05.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-07T18:15:05.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-07T18:15:05.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-07T18:15:05.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21882026-04-07T18:15:05.977Z
21892026-04-07T18:15:05.977Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/270)
21902026-04-07T18:15:06.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-07T18:15:06.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-07T18:15:06.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-07T18:15:06.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21942026-04-07T18:15:06.642Z
21952026-04-07T18:15:06.642Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/270)
21962026-04-07T18:15:07.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-07T18:15:07.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-07T18:15:07.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-07T18:15:07.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
22002026-04-07T18:15:07.299Z
22012026-04-07T18:15:07.299Zinfo: running `cargo check --bins` on key-manager-types (65/270)
22022026-04-07T18:15:07.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-07T18:15:07.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-07T18:15:07.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-07T18:15:07.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22062026-04-07T18:15:07.930Z
22072026-04-07T18:15:07.930Zinfo: running `cargo check --bins` on oxlog (66/270)
22082026-04-07T18:15:08.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-07T18:15:08.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-07T18:15:08.600Z Checking cfg-if v1.0.4
22112026-04-07T18:15:08.604Z Checking libc v0.2.180
22122026-04-07T18:15:08.605Z Checking serde_core v1.0.228
22132026-04-07T18:15:08.728Z Checking zeroize v1.8.2
22142026-04-07T18:15:08.736Z Checking memchr v2.8.0
22152026-04-07T18:15:08.744Z Checking log v0.4.29
22162026-04-07T18:15:08.748Z Checking smallvec v1.15.1
22172026-04-07T18:15:08.766Z Checking typenum v1.19.0
22182026-04-07T18:15:08.776Z Checking subtle v2.6.1
22192026-04-07T18:15:08.881Z Checking itoa v1.0.17
22202026-04-07T18:15:08.919Z Checking scopeguard v1.2.0
22212026-04-07T18:15:08.937Z Checking const-oid v0.9.6
22222026-04-07T18:15:08.947Z Checking stable_deref_trait v1.2.1
22232026-04-07T18:15:09.029Z Checking lock_api v0.4.14
22242026-04-07T18:15:09.046Z Checking portable-atomic v1.13.1
22252026-04-07T18:15:09.063Z Checking zerofrom v0.1.6
22262026-04-07T18:15:09.164Z Checking critical-section v1.2.0
22272026-04-07T18:15:09.176Z Checking getrandom v0.2.17
22282026-04-07T18:15:09.187Z Checking errno v0.3.14
22292026-04-07T18:15:09.247Z Checking yoke v0.8.1
22302026-04-07T18:15:09.267Z Checking parking_lot_core v0.9.12
22312026-04-07T18:15:09.305Z Checking signal-hook-registry v1.4.8
22322026-04-07T18:15:09.331Z Checking rand_core v0.6.4
22332026-04-07T18:15:09.356Z Checking generic-array v0.14.7
22342026-04-07T18:15:09.426Z Checking zerovec v0.11.5
22352026-04-07T18:15:09.465Z Checking zerocopy v0.8.40
22362026-04-07T18:15:09.478Z Checking pin-project-lite v0.2.17
22372026-04-07T18:15:09.490Z Checking once_cell v1.21.3
22382026-04-07T18:15:09.523Z Checking parking_lot v0.12.5
22392026-04-07T18:15:09.572Z Checking mio v1.1.1
22402026-04-07T18:15:09.678Z Checking socket2 v0.6.2
22412026-04-07T18:15:09.707Z Checking libm v0.2.16
22422026-04-07T18:15:09.729Z Checking zmij v1.0.21
22432026-04-07T18:15:09.853Z Checking crypto-common v0.1.7
22442026-04-07T18:15:09.881Z Checking block-buffer v0.10.4
22452026-04-07T18:15:09.900Z Checking tinystr v0.8.2
22462026-04-07T18:15:09.942Z Checking equivalent v1.0.2
22472026-04-07T18:15:09.960Z Checking litemap v0.8.1
22482026-04-07T18:15:09.987Z Checking percent-encoding v2.3.2
22492026-04-07T18:15:10.029Z Checking futures-core v0.3.32
22502026-04-07T18:15:10.032Z Checking digest v0.10.7
22512026-04-07T18:15:10.097Z Checking writeable v0.6.2
22522026-04-07T18:15:10.144Z Checking allocator-api2 v0.2.21
22532026-04-07T18:15:10.157Z Checking potential_utf v0.1.4
22542026-04-07T18:15:10.169Z Checking zerotrie v0.2.3
22552026-04-07T18:15:10.258Z Checking cpufeatures v0.2.17
22562026-04-07T18:15:10.273Z Checking icu_locale_core v2.1.1
22572026-04-07T18:15:10.294Z Checking foldhash v0.2.0
22582026-04-07T18:15:10.333Z Checking icu_collections v2.1.1
22592026-04-07T18:15:10.393Z Checking serde v1.0.228
22602026-04-07T18:15:10.432Z Checking bitflags v2.11.0
22612026-04-07T18:15:10.455Z Checking serde_json v1.0.149
22622026-04-07T18:15:10.468Z Checking hashbrown v0.16.1
22632026-04-07T18:15:10.482Z Checking num-traits v0.2.19
22642026-04-07T18:15:10.615Z Checking hmac v0.12.1
22652026-04-07T18:15:10.673Z Checking block-padding v0.3.3
22662026-04-07T18:15:10.760Z Checking getrandom v0.3.4
22672026-04-07T18:15:10.818Z Checking icu_properties_data v2.1.2
22682026-04-07T18:15:10.835Z Checking bytes v1.11.1
22692026-04-07T18:15:10.880Z Checking icu_provider v2.1.1
22702026-04-07T18:15:10.912Z Checking icu_normalizer_data v2.1.1
22712026-04-07T18:15:10.955Z Checking futures-sink v0.3.32
22722026-04-07T18:15:10.995Z Checking inout v0.1.4
22732026-04-07T18:15:11.011Z Checking indexmap v2.13.0
22742026-04-07T18:15:11.065Z Checking futures-channel v0.3.32
22752026-04-07T18:15:11.078Z Checking futures-task v0.3.32
22762026-04-07T18:15:11.138Z Checking icu_normalizer v2.1.1
22772026-04-07T18:15:11.152Z Checking icu_properties v2.1.2
22782026-04-07T18:15:11.191Z Checking futures-io v0.3.32
22792026-04-07T18:15:11.225Z Checking slab v0.4.12
22802026-04-07T18:15:11.271Z Checking cipher v0.4.4
22812026-04-07T18:15:11.312Z Checking sha2 v0.10.9
22822026-04-07T18:15:11.325Z Checking tokio v1.50.0
22832026-04-07T18:15:11.394Z Checking futures-util v0.3.32
22842026-04-07T18:15:11.472Z Checking utf8_iter v1.0.4
22852026-04-07T18:15:11.499Z Checking byteorder v1.5.0
22862026-04-07T18:15:11.605Z Checking base64ct v1.8.3
22872026-04-07T18:15:11.620Z Checking form_urlencoded v1.2.2
22882026-04-07T18:15:11.634Z Checking fnv v1.0.7
22892026-04-07T18:15:11.732Z Checking flagset v0.4.7
22902026-04-07T18:15:11.736Z Checking rand_core v0.10.0
22912026-04-07T18:15:11.762Z Checking rand_core v0.9.5
22922026-04-07T18:15:11.869Z Checking pem-rfc7468 v0.7.0
22932026-04-07T18:15:11.885Z Checking salsa20 v0.10.2
22942026-04-07T18:15:11.899Z Checking getrandom v0.4.1
22952026-04-07T18:15:11.957Z Checking http v1.4.0
22962026-04-07T18:15:12.028Z Checking pbkdf2 v0.12.2
22972026-04-07T18:15:12.041Z Checking der v0.7.10
22982026-04-07T18:15:12.055Z Checking uuid v1.23.0
22992026-04-07T18:15:12.074Z Checking idna_adapter v1.2.1
23002026-04-07T18:15:12.147Z Checking scrypt v0.11.0
23012026-04-07T18:15:12.200Z Checking idna v1.1.0
23022026-04-07T18:15:12.303Z Checking aes v0.8.4
23032026-04-07T18:15:12.399Z Checking cbc v0.1.2
23042026-04-07T18:15:12.477Z Checking url v2.5.8
23052026-04-07T18:15:12.542Z Checking rustix v1.1.3
23062026-04-07T18:15:12.578Z Checking tracing-core v0.1.36
23072026-04-07T18:15:12.598Z Checking ppv-lite86 v0.2.21
23082026-04-07T18:15:12.738Z Checking rustls-pki-types v1.14.0
23092026-04-07T18:15:12.846Z Checking spki v0.7.3
23102026-04-07T18:15:12.912Z Checking rand_chacha v0.9.0
23112026-04-07T18:15:12.926Z Checking regex-syntax v0.8.10
23122026-04-07T18:15:12.973Z Checking iana-time-zone v0.1.65
23132026-04-07T18:15:13.022Z Checking pkcs5 v0.7.1
23142026-04-07T18:15:13.050Z Checking tracing v0.1.44
23152026-04-07T18:15:13.087Z Checking chrono v0.4.44
23162026-04-07T18:15:13.132Z Checking rand v0.9.2
23172026-04-07T18:15:13.268Z Checking http-body v1.0.1
23182026-04-07T18:15:13.292Z Checking aws-lc-sys v0.37.1
23192026-04-07T18:15:13.412Z Checking base64 v0.22.1
23202026-04-07T18:15:13.451Z Checking untrusted v0.7.1
23212026-04-07T18:15:13.552Z Checking openssl-probe v0.2.1
23222026-04-07T18:15:13.576Z Checking untrusted v0.9.0
23232026-04-07T18:15:13.646Z Checking pkcs8 v0.10.2
23242026-04-07T18:15:13.670Z Checking tower-layer v0.3.3
23252026-04-07T18:15:13.684Z Checking tower-service v0.3.3
23262026-04-07T18:15:13.697Z Checking ring v0.17.14
23272026-04-07T18:15:13.782Z Checking try-lock v0.2.5
23282026-04-07T18:15:13.833Z Checking tinyvec_macros v0.1.1
23292026-04-07T18:15:13.847Z Checking atomic-waker v1.1.2
23302026-04-07T18:15:13.859Z Checking aws-lc-rs v1.16.0
23312026-04-07T18:15:13.886Z Checking plain v0.2.3
23322026-04-07T18:15:13.903Z Checking tinyvec v1.10.0
23332026-04-07T18:15:13.950Z Checking want v0.3.1
23342026-04-07T18:15:14.001Z Checking ipnet v2.11.0
23352026-04-07T18:15:14.039Z Checking semver v1.0.27
23362026-04-07T18:15:14.086Z Checking httparse v1.10.1
23372026-04-07T18:15:14.243Z Checking spin v0.9.8
23382026-04-07T18:15:14.266Z Checking foreign-types-shared v0.1.1
23392026-04-07T18:15:14.280Z Checking ucd-trie v0.1.7
23402026-04-07T18:15:14.313Z Checking dyn-clone v1.0.20
23412026-04-07T18:15:14.354Z Checking pin-utils v0.1.0
23422026-04-07T18:15:14.376Z Checking fastrand v2.3.0
23432026-04-07T18:15:14.417Z Checking httpdate v1.0.3
23442026-04-07T18:15:14.432Z Checking unicode-ident v1.0.24
23452026-04-07T18:15:14.444Z Checking pest v2.8.6
23462026-04-07T18:15:14.448Z Checking schemars v0.8.22
23472026-04-07T18:15:14.547Z Checking proc-macro2 v1.0.106
23482026-04-07T18:15:14.572Z Checking tempfile v3.25.0
23492026-04-07T18:15:14.585Z Checking foreign-types v0.3.2
23502026-04-07T18:15:14.661Z Checking openssl-sys v0.9.111
23512026-04-07T18:15:14.756Z Checking thiserror v2.0.18
23522026-04-07T18:15:14.783Z Checking socket2 v0.5.10
23532026-04-07T18:15:14.786Z Checking rustls-webpki v0.103.9
23542026-04-07T18:15:14.864Z Checking wait-timeout v0.2.1
23552026-04-07T18:15:14.879Z Checking tokio-util v0.7.18
23562026-04-07T18:15:14.894Z Checking aho-corasick v1.1.4
23572026-04-07T18:15:14.997Z Checking siphasher v1.0.2
23582026-04-07T18:15:15.048Z Checking pretty-hex v0.4.1
23592026-04-07T18:15:15.168Z Checking utf8parse v0.2.2
23602026-04-07T18:15:15.172Z Checking simd-adler32 v0.3.8
23612026-04-07T18:15:15.192Z Checking anstyle v1.0.13
23622026-04-07T18:15:15.206Z Checking quick-error v1.2.3
23632026-04-07T18:15:15.259Z Checking rustls v0.23.37
23642026-04-07T18:15:15.277Z Checking powerfmt v0.2.0
23652026-04-07T18:15:15.310Z Checking bit-vec v0.8.0
23662026-04-07T18:15:15.357Z Checking rusty-fork v0.3.1
23672026-04-07T18:15:15.384Z Checking anstyle-parse v0.2.7
23682026-04-07T18:15:15.438Z Checking deranged v0.5.8
23692026-04-07T18:15:15.523Z Checking bit-set v0.8.0
23702026-04-07T18:15:15.544Z Checking openssl v0.10.75
23712026-04-07T18:15:15.560Z Checking quote v1.0.44
23722026-04-07T18:15:15.570Z Checking h2 v0.4.13
23732026-04-07T18:15:15.612Z Compiling newtype-uuid v1.3.2
23742026-04-07T18:15:15.647Z Checking regex-automata v0.4.14
23752026-04-07T18:15:15.679Z Checking unicode-normalization v0.1.25
23762026-04-07T18:15:15.738Z Checking rustls-native-certs v0.8.3
23772026-04-07T18:15:15.816Z Checking crossbeam-utils v0.8.21
23782026-04-07T18:15:15.884Z Checking rand_xorshift v0.4.0
23792026-04-07T18:15:16.019Z Checking crc32fast v1.5.0
23802026-04-07T18:15:16.132Z Checking scroll v0.13.0
23812026-04-07T18:15:16.176Z Checking signature v2.2.0
23822026-04-07T18:15:16.192Z Checking sync_wrapper v1.0.2
23832026-04-07T18:15:16.303Z Checking adler2 v2.0.1
23842026-04-07T18:15:16.317Z Checking colorchoice v1.0.4
23852026-04-07T18:15:16.383Z Checking num-conv v0.2.0
23862026-04-07T18:15:16.418Z Checking unarray v0.1.4
23872026-04-07T18:15:16.418Z Checking num_threads v0.1.7
23882026-04-07T18:15:16.480Z Checking unicode-bidi v0.3.18
23892026-04-07T18:15:16.511Z Checking is_terminal_polyfill v1.70.2
23902026-04-07T18:15:16.525Z Checking unicode-properties v0.1.4
23912026-04-07T18:15:16.540Z Checking anstyle-query v1.1.5
23922026-04-07T18:15:16.608Z Checking time-core v0.1.8
23932026-04-07T18:15:16.640Z Checking anstream v0.6.21
23942026-04-07T18:15:16.756Z Checking proptest v1.10.0
23952026-04-07T18:15:16.786Z Checking time v0.3.47
23962026-04-07T18:15:16.833Z Checking stringprep v0.1.5
23972026-04-07T18:15:16.868Z Checking miniz_oxide v0.8.9
23982026-04-07T18:15:16.999Z Checking goblin v0.10.5
23992026-04-07T18:15:17.264Z Checking tower v0.5.3
24002026-04-07T18:15:17.692Z Checking crossbeam-epoch v0.9.18
24012026-04-07T18:15:17.739Z Compiling daft v0.1.5
24022026-04-07T18:15:17.781Z Checking native-tls v0.2.18
24032026-04-07T18:15:17.915Z Checking tokio-rustls v0.26.4
24042026-04-07T18:15:17.945Z Checking syn v2.0.117
24052026-04-07T18:15:17.978Z Checking ipnetwork v0.21.1
24062026-04-07T18:15:18.043Z Checking http-body-util v0.1.3
24072026-04-07T18:15:18.063Z Checking webpki-roots v1.0.6
24082026-04-07T18:15:18.171Z Checking rand_chacha v0.3.1
24092026-04-07T18:15:18.194Z Checking scroll v0.12.0
24102026-04-07T18:15:18.218Z Checking thiserror v1.0.69
24112026-04-07T18:15:18.288Z Checking zstd-sys v2.0.16+zstd.1.5.7
24122026-04-07T18:15:18.326Z Checking hash32 v0.2.1
24132026-04-07T18:15:18.402Z Checking num-integer v0.1.46
24142026-04-07T18:15:18.415Z Checking toml_datetime v0.6.11
24152026-04-07T18:15:18.445Z Checking serde_spanned v0.6.9
24162026-04-07T18:15:18.498Z Checking md-5 v0.10.6
24172026-04-07T18:15:18.583Z Checking ff v0.13.1
24182026-04-07T18:15:18.609Z Checking hyper v1.8.1
24192026-04-07T18:15:18.625Z Checking base16ct v0.2.0
24202026-04-07T18:15:18.647Z Checking fallible-iterator v0.2.0
24212026-04-07T18:15:18.647Z Checking ryu v1.0.23
24222026-04-07T18:15:18.724Z Checking psl-types v2.0.11
24232026-04-07T18:15:18.760Z Checking zlib-rs v0.6.2
24242026-04-07T18:15:18.789Z Checking iri-string v0.7.10
24252026-04-07T18:15:18.811Z Checking serde_urlencoded v0.7.1
24262026-04-07T18:15:18.853Z Checking publicsuffix v2.3.0
24272026-04-07T18:15:18.954Z Checking postgres-protocol v0.6.10
24282026-04-07T18:15:19.031Z Compiling iddqd v0.3.17
24292026-04-07T18:15:19.217Z Checking sec1 v0.7.3
24302026-04-07T18:15:19.309Z Checking group v0.13.0
24312026-04-07T18:15:19.451Z Checking num-iter v0.1.45
24322026-04-07T18:15:19.475Z Checking heapless v0.7.17
24332026-04-07T18:15:19.575Z Checking goblin v0.8.2
24342026-04-07T18:15:19.605Z Checking dof v0.4.0
24352026-04-07T18:15:19.622Z Checking hyper-util v0.1.20
24362026-04-07T18:15:19.744Z Checking flate2 v1.1.9
24372026-04-07T18:15:19.929Z Checking zstd-safe v7.2.4
24382026-04-07T18:15:19.944Z Checking tower-http v0.6.8
24392026-04-07T18:15:20.080Z Checking rand v0.8.5
24402026-04-07T18:15:20.111Z Checking oxnet v0.1.4
24412026-04-07T18:15:20.256Z Checking cookie v0.18.1
24422026-04-07T18:15:20.275Z Checking tokio-native-tls v0.3.1
24432026-04-07T18:15:20.311Z Checking dtrace-parser v0.3.0
24442026-04-07T18:15:20.371Z Checking phf_shared v0.13.1
24452026-04-07T18:15:20.449Z Checking lazy_static v1.5.0
24462026-04-07T18:15:20.511Z Checking terminal_size v0.4.3
24472026-04-07T18:15:20.525Z Checking zerocopy v0.7.35
24482026-04-07T18:15:20.547Z Checking bzip2-sys v0.1.13+1.0.8
24492026-04-07T18:15:20.571Z Checking signal-hook v0.3.18
24502026-04-07T18:15:20.590Z Checking hkdf v0.12.4
24512026-04-07T18:15:20.635Z Checking crypto-bigint v0.5.5
24522026-04-07T18:15:20.648Z Checking thread-id v5.1.0
24532026-04-07T18:15:20.662Z Checking managed v0.8.0
24542026-04-07T18:15:20.731Z Checking foldhash v0.1.5
24552026-04-07T18:15:20.735Z Checking bitflags v1.3.2
24562026-04-07T18:15:20.777Z Checking winnow v0.7.14
24572026-04-07T18:15:20.823Z Checking bumpalo v3.20.2
24582026-04-07T18:15:20.864Z Checking winnow v0.5.40
24592026-04-07T18:15:20.880Z Compiling rayon-core v1.13.0
24602026-04-07T18:15:21.050Z Checking strsim v0.11.1
24612026-04-07T18:15:21.054Z Checking hyper-rustls v0.27.7
24622026-04-07T18:15:21.080Z Checking either v1.15.0
24632026-04-07T18:15:21.086Z Checking libbz2-rs-sys v0.2.2
24642026-04-07T18:15:21.251Z Checking clap_lex v1.0.0
24652026-04-07T18:15:21.294Z Checking hyper-tls v0.6.0
24662026-04-07T18:15:21.318Z Checking zopfli v0.8.3
24672026-04-07T18:15:21.414Z Checking clap_builder v4.5.60
24682026-04-07T18:15:21.484Z Checking hashbrown v0.15.5
24692026-04-07T18:15:21.521Z Checking bzip2 v0.6.1
24702026-04-07T18:15:21.659Z Checking elliptic-curve v0.13.8
24712026-04-07T18:15:21.693Z Checking smoltcp v0.9.1
24722026-04-07T18:15:21.718Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24732026-04-07T18:15:21.742Z Checking dof v0.3.0
24742026-04-07T18:15:21.927Z Checking signal-hook-mio v0.2.5
24752026-04-07T18:15:22.006Z Checking usdt-impl v0.6.0
24762026-04-07T18:15:22.043Z Checking num-bigint-dig v0.8.6
24772026-04-07T18:15:22.047Z Checking bzip2 v0.4.4
24782026-04-07T18:15:22.069Z Checking phf v0.13.1
24792026-04-07T18:15:22.135Z Checking cookie_store v0.22.1
24802026-04-07T18:15:22.177Z Checking toml_edit v0.19.15
24812026-04-07T18:15:22.233Z Checking zstd v0.13.3
24822026-04-07T18:15:22.313Z Checking postgres-types v0.2.12
24832026-04-07T18:15:22.360Z Checking dtrace-parser v0.2.0
24842026-04-07T18:15:22.446Z Checking crossbeam-deque v0.8.6
24852026-04-07T18:15:22.494Z Checking rustls-platform-verifier v0.6.2
24862026-04-07T18:15:22.498Z Checking bstr v1.12.1
24872026-04-07T18:15:22.611Z Checking regex v1.12.3
24882026-04-07T18:15:22.639Z Checking ed25519 v2.2.3
24892026-04-07T18:15:22.651Z Checking phf_shared v0.11.3
24902026-04-07T18:15:22.655Z Checking ref-cast v1.0.25
24912026-04-07T18:15:22.759Z Checking curve25519-dalek v4.1.3
24922026-04-07T18:15:22.808Z Checking strum v0.27.2
24932026-04-07T18:15:22.822Z Checking hubpack v0.1.2
24942026-04-07T18:15:22.836Z Checking memoffset v0.9.1
24952026-04-07T18:15:22.919Z Checking rustix v0.38.44
24962026-04-07T18:15:22.922Z Checking pkcs1 v0.7.5
24972026-04-07T18:15:22.922Z Checking float-cmp v0.10.0
24982026-04-07T18:15:22.943Z Checking hex v0.4.3
24992026-04-07T18:15:22.968Z Checking erased-serde v0.3.31
25002026-04-07T18:15:22.996Z Checking serde-big-array v0.5.1
25012026-04-07T18:15:23.077Z Checking rfc6979 v0.4.0
25022026-04-07T18:15:23.142Z Checking thread-id v4.2.2
25032026-04-07T18:15:23.156Z Checking memmap2 v0.9.10
25042026-04-07T18:15:23.191Z Checking env_filter v1.0.0
25052026-04-07T18:15:23.204Z Checking encoding_rs v0.8.35
25062026-04-07T18:15:23.224Z Checking static_assertions v1.1.0
25072026-04-07T18:15:23.300Z Checking normalize-line-endings v0.3.0
25082026-04-07T18:15:23.314Z Checking data-encoding v2.10.0
25092026-04-07T18:15:23.326Z Checking keccak v0.1.6
25102026-04-07T18:15:23.345Z Checking whoami v2.1.0
25112026-04-07T18:15:23.380Z Checking fixedbitset v0.5.7
25122026-04-07T18:15:23.393Z Checking predicates-core v1.0.10
25132026-04-07T18:15:23.500Z Checking rustc-hash v2.1.1
25142026-04-07T18:15:23.524Z Checking new_debug_unreachable v1.0.6
25152026-04-07T18:15:23.554Z Checking difflib v0.4.0
25162026-04-07T18:15:23.588Z Checking unicode-segmentation v1.12.0
25172026-04-07T18:15:23.601Z Checking precomputed-hash v0.1.1
25182026-04-07T18:15:23.601Z Checking fixedbitset v0.4.2
25192026-04-07T18:15:23.605Z Checking jiff v0.2.21
25202026-04-07T18:15:23.640Z Checking toml_write v0.1.2
25212026-04-07T18:15:23.702Z Checking mime v0.3.17
25222026-04-07T18:15:23.747Z Checking predicates v3.1.4
25232026-04-07T18:15:23.763Z Checking petgraph v0.6.5
25242026-04-07T18:15:23.797Z Checking crossterm v0.28.1
25252026-04-07T18:15:23.820Z Checking toml_edit v0.22.27
25262026-04-07T18:15:23.894Z Checking string_cache v0.8.9
25272026-04-07T18:15:23.930Z Checking similar v2.7.0
25282026-04-07T18:15:24.075Z Checking ed25519-dalek v2.2.0
25292026-04-07T18:15:24.268Z Checking reqwest v0.12.28
25302026-04-07T18:15:24.330Z Checking hickory-proto v0.25.2
25312026-04-07T18:15:24.356Z Checking petgraph v0.8.3
25322026-04-07T18:15:24.594Z Checking tokio-postgres v0.7.16
25332026-04-07T18:15:25.014Z Checking sha3 v0.10.8
25342026-04-07T18:15:25.030Z Checking slog v2.8.2
25352026-04-07T18:15:25.149Z Checking env_logger v0.11.9
25362026-04-07T18:15:25.202Z Checking usdt v0.6.0
25372026-04-07T18:15:25.242Z Checking toml v0.7.8
25382026-04-07T18:15:25.329Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25392026-04-07T18:15:25.359Z Checking usdt-impl v0.5.0
25402026-04-07T18:15:25.390Z Checking ecdsa v0.16.9
25412026-04-07T18:15:25.586Z Checking serde_with v3.17.0
25422026-04-07T18:15:25.671Z Checking rsa v0.9.10
25432026-04-07T18:15:25.756Z Checking nix v0.31.1
25442026-04-07T18:15:25.974Z Checking clap v4.5.60
25452026-04-07T18:15:26.064Z Checking reqwest v0.13.2
25462026-04-07T18:15:26.143Z Checking zip v4.6.1
25472026-04-07T18:15:26.182Z Checking zip v0.6.6
25482026-04-07T18:15:26.444Z Checking toml_parser v1.0.9+spec-1.1.0
25492026-04-07T18:15:26.565Z Checking itertools v0.13.0
25502026-04-07T18:15:26.780Z Checking strum v0.26.3
25512026-04-07T18:15:26.823Z Checking tokio-stream v0.1.18
25522026-04-07T18:15:26.877Z Checking fs-err v3.3.0
25532026-04-07T18:15:26.903Z Checking ahash v0.8.12
25542026-04-07T18:15:26.989Z Checking object v0.37.3
25552026-04-07T18:15:27.126Z Checking buf-list v1.1.2
25562026-04-07T18:15:27.181Z Checking camino v1.2.2
25572026-04-07T18:15:27.211Z Checking anyhow v1.0.102
25582026-04-07T18:15:27.249Z Checking x509-cert v0.2.5
25592026-04-07T18:15:27.336Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25602026-04-07T18:15:27.426Z Checking openapiv3 v2.2.0
25612026-04-07T18:15:27.440Z Checking toml_datetime v0.7.5+spec-1.1.0
25622026-04-07T18:15:27.461Z Checking sha1 v0.10.6
25632026-04-07T18:15:27.617Z Checking lalrpop-util v0.19.12
25642026-04-07T18:15:27.635Z Checking peg-runtime v0.8.5
25652026-04-07T18:15:27.648Z Checking rayon v1.11.0
25662026-04-07T18:15:27.720Z Checking sigpipe v0.1.3
25672026-04-07T18:15:27.785Z Checking glob v0.3.3
25682026-04-07T18:15:29.364Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25692026-04-07T18:15:29.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.72s
25702026-04-07T18:15:29.837Z
25712026-04-07T18:15:29.837Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/270)
25722026-04-07T18:15:30.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25732026-04-07T18:15:30.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25742026-04-07T18:15:30.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25752026-04-07T18:15:30.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25762026-04-07T18:15:30.482Z
25772026-04-07T18:15:30.482Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/270)
25782026-04-07T18:15:31.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25792026-04-07T18:15:31.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25802026-04-07T18:15:31.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25812026-04-07T18:15:31.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25822026-04-07T18:15:31.137Z
25832026-04-07T18:15:31.137Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/270)
25842026-04-07T18:15:31.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25852026-04-07T18:15:31.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25862026-04-07T18:15:31.699Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25872026-04-07T18:15:31.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25882026-04-07T18:15:31.792Z
25892026-04-07T18:15:31.792Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/270)
25902026-04-07T18:15:32.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25912026-04-07T18:15:32.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25922026-04-07T18:15:32.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25932026-04-07T18:15:32.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25942026-04-07T18:15:32.455Z
25952026-04-07T18:15:32.455Zinfo: running `cargo check --bins` on omicron-passwords (71/270)
25962026-04-07T18:15:32.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25972026-04-07T18:15:32.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25982026-04-07T18:15:32.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25992026-04-07T18:15:32.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26002026-04-07T18:15:33.089Z
26012026-04-07T18:15:33.089Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/270)
26022026-04-07T18:15:33.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26032026-04-07T18:15:33.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26042026-04-07T18:15:33.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26052026-04-07T18:15:33.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
26062026-04-07T18:15:33.719Z
26072026-04-07T18:15:33.719Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/270)
26082026-04-07T18:15:34.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26092026-04-07T18:15:34.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26102026-04-07T18:15:34.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26112026-04-07T18:15:34.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26122026-04-07T18:15:34.359Z
26132026-04-07T18:15:34.359Zinfo: running `cargo check --bins --no-default-features` on gfss (74/270)
26142026-04-07T18:15:34.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26152026-04-07T18:15:34.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26162026-04-07T18:15:34.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26172026-04-07T18:15:34.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26182026-04-07T18:15:34.997Z
26192026-04-07T18:15:34.997Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/270)
26202026-04-07T18:15:35.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26212026-04-07T18:15:35.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26222026-04-07T18:15:35.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26232026-04-07T18:15:35.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26242026-04-07T18:15:35.646Z
26252026-04-07T18:15:35.646Zinfo: running `cargo check --bins` on internal-dns-types (76/270)
26262026-04-07T18:15:36.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-04-07T18:15:36.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-04-07T18:15:36.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-04-07T18:15:36.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26302026-04-07T18:15:36.300Z
26312026-04-07T18:15:36.300Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/270)
26322026-04-07T18:15:36.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-07T18:15:36.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-07T18:15:36.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-07T18:15:36.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26362026-04-07T18:15:36.953Z
26372026-04-07T18:15:36.953Zinfo: running `cargo check --bins` on nexus-types-versions (78/270)
26382026-04-07T18:15:37.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-07T18:15:37.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-07T18:15:37.522Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-07T18:15:37.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
26422026-04-07T18:15:37.617Z
26432026-04-07T18:15:37.617Zinfo: running `cargo check --bins` on oxql-types (79/270)
26442026-04-07T18:15:38.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-07T18:15:38.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-07T18:15:38.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-07T18:15:38.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26482026-04-07T18:15:38.263Z
26492026-04-07T18:15:38.263Zinfo: running `cargo check --bins` on oximeter-types (80/270)
26502026-04-07T18:15:38.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-07T18:15:38.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-07T18:15:38.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-07T18:15:38.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26542026-04-07T18:15:38.912Z
26552026-04-07T18:15:38.912Zinfo: running `cargo check --bins` on oximeter-types-versions (81/270)
26562026-04-07T18:15:39.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-07T18:15:39.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-07T18:15:39.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-07T18:15:39.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
26602026-04-07T18:15:39.569Z
26612026-04-07T18:15:39.569Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/270)
26622026-04-07T18:15:40.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-07T18:15:40.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-07T18:15:40.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-07T18:15:40.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26662026-04-07T18:15:40.211Z
26672026-04-07T18:15:40.211Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/270)
26682026-04-07T18:15:40.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-07T18:15:40.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-07T18:15:40.963Z Compiling structmeta-derive v0.3.0
26712026-04-07T18:15:41.086Z Compiling rustls v0.22.4
26722026-04-07T18:15:41.096Z Compiling multer v3.1.0
26732026-04-07T18:15:41.106Z Compiling async-stream-impl v0.3.6
26742026-04-07T18:15:41.117Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-04-07T18:15:41.130Z Compiling dropshot v0.16.7
26762026-04-07T18:15:41.143Z Compiling newtype-uuid-macros v0.1.0
26772026-04-07T18:15:41.143Z Compiling dropshot_endpoint v0.16.7
26782026-04-07T18:15:41.295Z Checking newtype-uuid v1.3.2
26792026-04-07T18:15:41.368Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26802026-04-07T18:15:41.411Z Checking rustls-webpki v0.102.8
26812026-04-07T18:15:41.516Z Checking futures-executor v0.3.32
26822026-04-07T18:15:41.549Z Checking daft v0.1.5
26832026-04-07T18:15:41.734Z Checking thread_local v1.1.9
26842026-04-07T18:15:41.782Z Checking match_cfg v0.1.0
26852026-04-07T18:15:41.827Z Checking iddqd v0.3.17
26862026-04-07T18:15:41.859Z Checking hostname v0.3.1
26872026-04-07T18:15:41.946Z Checking futures v0.3.32
26882026-04-07T18:15:41.963Z Checking crossbeam-channel v0.5.15
26892026-04-07T18:15:42.032Z Checking slog-json v2.6.1
26902026-04-07T18:15:42.226Z Compiling structmeta v0.3.0
26912026-04-07T18:15:42.270Z Compiling serde_spanned v1.0.4
26922026-04-07T18:15:42.438Z Checking is-terminal v0.4.17
26932026-04-07T18:15:42.465Z Compiling derive-ex v0.1.8
26942026-04-07T18:15:42.483Z Compiling parse-display-derive v0.10.0
26952026-04-07T18:15:42.511Z Checking term v1.2.1
26962026-04-07T18:15:42.538Z Compiling toml_writer v1.0.6+spec-1.1.0
26972026-04-07T18:15:42.780Z Checking debug-ignore v1.0.5
26982026-04-07T18:15:42.793Z Checking take_mut v0.2.2
26992026-04-07T18:15:42.891Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-04-07T18:15:42.907Z Checking slog-async v2.8.0
27012026-04-07T18:15:42.954Z Checking toml v0.9.12+spec-1.1.0
27022026-04-07T18:15:42.982Z Checking slog-term v2.9.2
27032026-04-07T18:15:43.100Z Compiling slog-bunyan v2.5.0
27042026-04-07T18:15:43.270Z Checking async-stream v0.3.6
27052026-04-07T18:15:43.416Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27062026-04-07T18:15:43.530Z Checking tokio-rustls v0.25.0
27072026-04-07T18:15:43.564Z Checking progenitor-client v0.13.0
27082026-04-07T18:15:43.601Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27092026-04-07T18:15:43.774Z Checking backon v1.6.0
27102026-04-07T18:15:43.835Z Checking waitgroup v0.1.2
27112026-04-07T18:15:43.954Z Checking rustls-pemfile v2.2.0
27122026-04-07T18:15:44.307Z Checking serde_path_to_error v0.1.20
27132026-04-07T18:15:44.347Z Compiling test-strategy v0.4.5
27142026-04-07T18:15:44.359Z Compiling hostname v0.4.2
27152026-04-07T18:15:44.511Z Checking instant v0.1.13
27162026-04-07T18:15:44.593Z Compiling prettyplease v0.2.37
27172026-04-07T18:15:44.606Z Checking backoff v0.4.0
27182026-04-07T18:15:44.650Z Checking parse-display v0.10.0
27192026-04-07T18:15:44.810Z Compiling progenitor-extras v0.1.1
27202026-04-07T18:15:44.856Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-04-07T18:15:45.081Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-04-07T18:15:45.122Z Checking progenitor-client v0.10.0
27232026-04-07T18:15:45.364Z Checking itertools v0.14.0
27242026-04-07T18:15:45.368Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27252026-04-07T18:15:46.422Z Checking regress v0.10.5
27262026-04-07T18:15:46.440Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27272026-04-07T18:15:47.324Z Compiling macaddr v1.0.1
27282026-04-07T18:15:47.336Z Checking num-rational v0.4.2
27292026-04-07T18:15:47.336Z Compiling usdt-attr-macro v0.5.0
27302026-04-07T18:15:47.336Z Compiling usdt-macro v0.5.0
27312026-04-07T18:15:47.336Z Checking num-complex v0.4.6
27322026-04-07T18:15:48.491Z Checking memmap v0.7.0
27332026-04-07T18:15:48.508Z Checking num v0.4.3
27342026-04-07T18:15:48.508Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-04-07T18:15:48.508Z Compiling float-ord v0.3.2
27362026-04-07T18:15:48.508Z Compiling toml v0.8.23
27372026-04-07T18:15:48.508Z Checking linked-hash-map v0.5.6
27382026-04-07T18:15:48.508Z Checking usdt v0.5.0
27392026-04-07T18:15:48.509Z Compiling minimal-lexical v0.2.1
27402026-04-07T18:15:48.509Z Checking lru-cache v0.1.2
27412026-04-07T18:15:48.509Z Compiling nom v7.1.3
27422026-04-07T18:15:49.415Z Checking hickory-proto v0.24.4
27432026-04-07T18:15:49.429Z Checking phf_shared v0.12.1
27442026-04-07T18:15:49.429Z Compiling slog-dtrace v0.3.0
27452026-04-07T18:15:49.429Z Compiling chrono-tz v0.10.4
27462026-04-07T18:15:49.430Z Compiling convert_case v0.4.0
27472026-04-07T18:15:49.430Z Checking resolv-conf v0.7.6
27482026-04-07T18:15:49.458Z Checking heck v0.5.0
27492026-04-07T18:15:49.591Z Compiling const_format_proc_macros v0.2.34
27502026-04-07T18:15:49.603Z Checking phf v0.12.1
27512026-04-07T18:15:49.655Z Compiling derive_more v0.99.20
27522026-04-07T18:15:50.392Z Checking tokio-dtrace v0.1.1
27532026-04-07T18:15:50.415Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27542026-04-07T18:15:50.415Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27552026-04-07T18:15:50.415Z Compiling derive-where v1.6.0
27562026-04-07T18:15:50.574Z Checking highway v1.3.0
27572026-04-07T18:15:51.097Z Checking const_format v0.2.35
27582026-04-07T18:15:51.112Z Checking hickory-resolver v0.24.4
27592026-04-07T18:15:51.112Z Checking oxide-tokio-rt v0.1.3
27602026-04-07T18:15:51.307Z Checking gethostname v0.5.0
27612026-04-07T18:15:51.631Z Checking bcs v0.1.6
27622026-04-07T18:15:51.648Z Compiling async-recursion v1.1.1
27632026-04-07T18:15:52.066Z Checking termtree v0.5.1
27642026-04-07T18:15:52.073Z Checking qorb v0.4.1
27652026-04-07T18:15:52.468Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27662026-04-07T18:15:52.496Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27672026-04-07T18:15:52.888Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27682026-04-07T18:15:54.479Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-04-07T18:15:54.488Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-04-07T18:15:56.124Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27712026-04-07T18:16:00.034Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27722026-04-07T18:16:01.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s
27732026-04-07T18:16:01.601Z
27742026-04-07T18:16:01.601Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/270)
27752026-04-07T18:16:02.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-04-07T18:16:02.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-04-07T18:16:02.250Z Compiling ar_archive_writer v0.5.1
27782026-04-07T18:16:02.315Z Compiling stacker v0.1.23
27792026-04-07T18:16:02.325Z Compiling cfg_aliases v0.1.1
27802026-04-07T18:16:02.333Z Compiling convert_case v0.10.0
27812026-04-07T18:16:02.339Z Checking unicode-width v0.1.14
27822026-04-07T18:16:02.347Z Compiling proc-macro-error v1.0.4
27832026-04-07T18:16:03.127Z Checking fd-lock v4.0.4
27842026-04-07T18:16:03.147Z Checking nibble_vec v0.1.0
27852026-04-07T18:16:03.147Z Compiling nix v0.28.0
27862026-04-07T18:16:03.147Z Checking vte v0.14.1
27872026-04-07T18:16:03.147Z Compiling recursive-proc-macro-impl v0.1.1
27882026-04-07T18:16:03.148Z Checking bytecount v0.6.9
27892026-04-07T18:16:03.148Z Checking endian-type v0.1.2
27902026-04-07T18:16:03.148Z Checking strip-ansi-escapes v0.2.1
27912026-04-07T18:16:03.148Z Compiling derive_more-impl v2.1.1
27922026-04-07T18:16:03.148Z Compiling tabled_derive v0.7.0
27932026-04-07T18:16:03.148Z Checking papergrid v0.11.0
27942026-04-07T18:16:03.148Z Checking radix_trie v0.2.1
27952026-04-07T18:16:03.148Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-04-07T18:16:03.148Z Compiling peg-macros v0.8.5
27972026-04-07T18:16:03.148Z Checking winnow v0.6.26
27982026-04-07T18:16:03.395Z Compiling psm v0.1.30
27992026-04-07T18:16:03.401Z Compiling sqlparser_derive v0.5.0
28002026-04-07T18:16:03.450Z Checking home v0.5.12
28012026-04-07T18:16:03.570Z Checking unicode_categories v0.1.1
28022026-04-07T18:16:03.591Z Checking derive_more v2.1.1
28032026-04-07T18:16:03.683Z Checking nu-ansi-term v0.50.3
28042026-04-07T18:16:03.744Z Checking unicode-width v0.2.0
28052026-04-07T18:16:03.759Z Checking tabled v0.15.0
28062026-04-07T18:16:03.874Z Checking rustyline v14.0.0
28072026-04-07T18:16:03.915Z Checking crossterm v0.29.0
28082026-04-07T18:16:04.016Z Checking reedline v0.40.0
28092026-04-07T18:16:04.111Z Checking recursive v0.1.1
28102026-04-07T18:16:04.196Z Checking display-error-chain v0.2.2
28112026-04-07T18:16:04.214Z Checking sqlparser v0.61.0
28122026-04-07T18:16:04.268Z Checking sqlformat v0.3.5
28132026-04-07T18:16:04.467Z Checking peg v0.8.5
28142026-04-07T18:16:16.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.02s
28152026-04-07T18:16:16.663Z
28162026-04-07T18:16:16.663Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/270)
28172026-04-07T18:16:17.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-07T18:16:17.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-07T18:16:17.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-04-07T18:16:21.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
28212026-04-07T18:16:21.350Z
28222026-04-07T18:16:21.350Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/270)
28232026-04-07T18:16:21.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-07T18:16:21.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-07T18:16:22.078Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-07T18:16:24.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
28272026-04-07T18:16:24.892Z
28282026-04-07T18:16:24.892Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/270)
28292026-04-07T18:16:25.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-07T18:16:25.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-07T18:16:25.614Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-07T18:16:29.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
28332026-04-07T18:16:29.281Z
28342026-04-07T18:16:29.281Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/270)
28352026-04-07T18:16:29.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-07T18:16:29.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-07T18:16:30.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-07T18:16:33.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
28392026-04-07T18:16:33.770Z
28402026-04-07T18:16:33.770Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/270)
28412026-04-07T18:16:34.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-07T18:16:34.476Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-07T18:16:34.504Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-07T18:16:37.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
28452026-04-07T18:16:37.494Z
28462026-04-07T18:16:37.494Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/270)
28472026-04-07T18:16:39.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-07T18:16:39.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-07T18:16:39.200Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-04-07T18:16:41.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.58s
28512026-04-07T18:16:41.631Z
28522026-04-07T18:16:41.631Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/270)
28532026-04-07T18:16:41.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-07T18:16:41.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-07T18:16:42.012Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-04-07T18:16:45.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
28572026-04-07T18:16:45.872Z
28582026-04-07T18:16:45.872Zinfo: running `cargo check --bins` on oximeter (92/270)
28592026-04-07T18:16:46.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-04-07T18:16:46.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-04-07T18:16:46.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-04-07T18:16:46.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28632026-04-07T18:16:46.533Z
28642026-04-07T18:16:46.533Zinfo: running `cargo check --bins` on oximeter-schema (93/270)
28652026-04-07T18:16:47.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-07T18:16:47.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-07T18:16:47.217Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28682026-04-07T18:16:47.391Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28692026-04-07T18:16:47.395Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28702026-04-07T18:16:47.756Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28712026-04-07T18:16:51.550Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28722026-04-07T18:16:51.900Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28732026-04-07T18:16:53.094Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742026-04-07T18:16:53.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
28752026-04-07T18:16:54.034Z
28762026-04-07T18:16:54.034Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/270)
28772026-04-07T18:16:54.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-07T18:16:54.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-07T18:16:54.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-07T18:16:54.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28812026-04-07T18:16:54.695Z
28822026-04-07T18:16:54.695Zinfo: running `cargo check --bins` on oximeter-test-utils (95/270)
28832026-04-07T18:16:55.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-07T18:16:55.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-07T18:16:55.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-07T18:16:55.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
28872026-04-07T18:16:55.389Z
28882026-04-07T18:16:55.389Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/270)
28892026-04-07T18:16:55.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-07T18:16:55.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-07T18:16:55.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-07T18:16:55.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28932026-04-07T18:16:56.044Z
28942026-04-07T18:16:56.044Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/270)
28952026-04-07T18:16:56.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-07T18:16:56.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-07T18:16:56.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-07T18:16:56.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
28992026-04-07T18:16:56.698Z
29002026-04-07T18:16:56.698Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/270)
29012026-04-07T18:16:57.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-07T18:16:57.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-07T18:16:57.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-07T18:16:57.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29052026-04-07T18:16:57.356Z
29062026-04-07T18:16:57.356Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/270)
29072026-04-07T18:16:57.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-07T18:16:57.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-07T18:16:57.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-07T18:16:57.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29112026-04-07T18:16:58.013Z
29122026-04-07T18:16:58.013Zinfo: running `cargo check --bins` on trust-quorum-types (100/270)
29132026-04-07T18:16:58.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-07T18:16:58.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-07T18:16:58.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-07T18:16:58.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29172026-04-07T18:16:58.633Z
29182026-04-07T18:16:58.633Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/270)
29192026-04-07T18:16:59.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-07T18:16:59.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-07T18:16:59.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-04-07T18:16:59.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29232026-04-07T18:16:59.278Z
29242026-04-07T18:16:59.278Zinfo: running `cargo check --bins` on update-engine (102/270)
29252026-04-07T18:16:59.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-04-07T18:16:59.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-04-07T18:16:59.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-04-07T18:16:59.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29292026-04-07T18:16:59.893Z
29302026-04-07T18:16:59.893Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/270)
29312026-04-07T18:17:00.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-04-07T18:17:00.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-04-07T18:17:00.663Z Compiling crucible-workspace-hack v0.1.0
29342026-04-07T18:17:00.791Z Checking secrecy v0.10.3
29352026-04-07T18:17:00.798Z Compiling heapless v0.8.0
29362026-04-07T18:17:00.805Z Compiling ingot-macros v0.1.1
29372026-04-07T18:17:00.811Z Compiling toml_edit v0.23.10+spec-1.0.0
29382026-04-07T18:17:00.814Z Checking hash32 v0.3.1
29392026-04-07T18:17:00.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29402026-04-07T18:17:00.828Z Compiling smoltcp v0.11.0
29412026-04-07T18:17:00.903Z Checking cobs v0.3.0
29422026-04-07T18:17:00.947Z Compiling thiserror-impl-no-std v2.0.2
29432026-04-07T18:17:01.060Z Checking universal-hash v0.5.1
29442026-04-07T18:17:01.064Z Checking half v2.7.1
29452026-04-07T18:17:01.098Z Checking ciborium-io v0.2.2
29462026-04-07T18:17:01.191Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29472026-04-07T18:17:01.206Z Checking opaque-debug v0.3.1
29482026-04-07T18:17:01.238Z Checking postcard v1.1.3
29492026-04-07T18:17:01.305Z Checking poly1305 v0.8.0
29502026-04-07T18:17:01.353Z Checking ciborium-ll v0.2.2
29512026-04-07T18:17:01.382Z Compiling proc-macro-crate v3.4.0
29522026-04-07T18:17:01.573Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29532026-04-07T18:17:01.591Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29542026-04-07T18:17:01.605Z Checking password-hash v0.5.0
29552026-04-07T18:17:01.859Z Checking chacha20 v0.9.1
29562026-04-07T18:17:01.887Z Compiling proc-macro-crate v1.3.1
29572026-04-07T18:17:01.910Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29582026-04-07T18:17:01.963Z Checking blake2 v0.10.6
29592026-04-07T18:17:01.978Z Compiling num_enum_derive v0.7.5
29602026-04-07T18:17:02.072Z Checking aead v0.5.2
29612026-04-07T18:17:02.162Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29622026-04-07T18:17:02.227Z Compiling foreign-types-macros v0.2.3
29632026-04-07T18:17:02.231Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29642026-04-07T18:17:02.256Z Checking thiserror-no-std v2.0.2
29652026-04-07T18:17:02.333Z Checking foreign-types-shared v0.3.1
29662026-04-07T18:17:02.353Z Checking cpufeatures v0.3.0
29672026-04-07T18:17:02.390Z Checking vsss-rs v3.3.4
29682026-04-07T18:17:02.433Z Checking chacha20 v0.10.0
29692026-04-07T18:17:02.448Z Compiling num_enum_derive v0.5.11
29702026-04-07T18:17:02.515Z Checking argon2 v0.5.3
29712026-04-07T18:17:02.673Z Checking chacha20poly1305 v0.10.1
29722026-04-07T18:17:02.816Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
29732026-04-07T18:17:02.873Z Checking foreign-types v0.5.0
29742026-04-07T18:17:02.962Z Checking ciborium v0.2.2
29752026-04-07T18:17:02.999Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29762026-04-07T18:17:03.105Z Checking num_enum v0.7.5
29772026-04-07T18:17:03.105Z Checking console v0.15.11
29782026-04-07T18:17:03.246Z Checking tabwriter v1.4.1
29792026-04-07T18:17:03.311Z Checking newline-converter v0.3.0
29802026-04-07T18:17:03.410Z Checking atomicwrites v0.4.4
29812026-04-07T18:17:03.410Z Checking camino-tempfile v1.4.1
29822026-04-07T18:17:03.438Z Checking byte-wrapper v0.1.0
29832026-04-07T18:17:03.453Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-04-07T18:17:03.552Z Checking cstr-argument v0.1.2
29852026-04-07T18:17:03.568Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29862026-04-07T18:17:03.596Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-04-07T18:17:03.619Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-04-07T18:17:03.666Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29892026-04-07T18:17:03.685Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29902026-04-07T18:17:03.815Z Checking num_enum v0.5.11
29912026-04-07T18:17:03.866Z Checking expectorate v1.2.0
29922026-04-07T18:17:03.903Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-04-07T18:17:03.917Z Checking ingot-types v0.1.2
29942026-04-07T18:17:03.939Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-04-07T18:17:04.006Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-04-07T18:17:04.024Z Checking rand v0.10.0
29972026-04-07T18:17:04.042Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-04-07T18:17:04.117Z Checking indent_write v2.2.0
29992026-04-07T18:17:04.228Z Checking colored v3.1.1
30002026-04-07T18:17:04.268Z Compiling zone_cfg_derive v0.3.1
30012026-04-07T18:17:04.328Z Checking ingot v0.1.1
30022026-04-07T18:17:04.343Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30032026-04-07T18:17:04.382Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-04-07T18:17:04.401Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30052026-04-07T18:17:04.442Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30062026-04-07T18:17:04.509Z Checking itertools v0.12.1
30072026-04-07T18:17:04.570Z Compiling num-derive v0.4.2
30082026-04-07T18:17:04.634Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30092026-04-07T18:17:04.816Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30102026-04-07T18:17:04.840Z Checking swrite v0.1.0
30112026-04-07T18:17:04.944Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-04-07T18:17:04.995Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30132026-04-07T18:17:05.167Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-04-07T18:17:05.292Z Checking dropshot-api-manager-types v0.6.0
30152026-04-07T18:17:05.311Z Checking smf v0.2.3
30162026-04-07T18:17:05.442Z Checking nanorand v0.7.0
30172026-04-07T18:17:05.479Z Checking whoami v1.6.1
30182026-04-07T18:17:05.537Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30192026-04-07T18:17:05.571Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30202026-04-07T18:17:05.595Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30212026-04-07T18:17:05.613Z Checking zone v0.3.1
30222026-04-07T18:17:05.660Z Checking flume v0.11.1
30232026-04-07T18:17:06.105Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30242026-04-07T18:17:07.172Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30252026-04-07T18:17:08.089Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30262026-04-07T18:17:10.742Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-04-07T18:17:13.085Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-04-07T18:17:14.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s
30292026-04-07T18:17:14.419Z
30302026-04-07T18:17:14.419Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/270)
30312026-04-07T18:17:14.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-04-07T18:17:14.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-04-07T18:17:14.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-04-07T18:17:14.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30352026-04-07T18:17:15.068Z
30362026-04-07T18:17:15.068Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/270)
30372026-04-07T18:17:15.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-07T18:17:15.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-07T18:17:15.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-07T18:17:15.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30412026-04-07T18:17:15.715Z
30422026-04-07T18:17:15.715Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/270)
30432026-04-07T18:17:16.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-07T18:17:16.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-07T18:17:16.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-07T18:17:16.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30472026-04-07T18:17:16.360Z
30482026-04-07T18:17:16.360Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/270)
30492026-04-07T18:17:16.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-07T18:17:16.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-07T18:17:16.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-07T18:17:16.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30532026-04-07T18:17:16.992Z
30542026-04-07T18:17:16.992Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/270)
30552026-04-07T18:17:17.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-07T18:17:17.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-07T18:17:17.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-07T18:17:17.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
30592026-04-07T18:17:17.621Z
30602026-04-07T18:17:17.621Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/270)
30612026-04-07T18:17:18.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-07T18:17:18.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-07T18:17:18.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-07T18:17:18.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30652026-04-07T18:17:18.265Z
30662026-04-07T18:17:18.265Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/270)
30672026-04-07T18:17:18.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-07T18:17:18.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-07T18:17:18.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-07T18:17:18.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30712026-04-07T18:17:18.910Z
30722026-04-07T18:17:18.910Zinfo: running `cargo check --bins` on cockroach-admin-client (111/270)
30732026-04-07T18:17:19.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-07T18:17:19.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-07T18:17:19.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-07T18:17:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30772026-04-07T18:17:19.549Z
30782026-04-07T18:17:19.549Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/270)
30792026-04-07T18:17:20.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-07T18:17:20.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-07T18:17:20.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-07T18:17:20.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30832026-04-07T18:17:20.200Z
30842026-04-07T18:17:20.200Zinfo: running `cargo check --bins` on dns-service-client (113/270)
30852026-04-07T18:17:20.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-07T18:17:20.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-07T18:17:20.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-07T18:17:20.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30892026-04-07T18:17:20.849Z
30902026-04-07T18:17:20.849Zinfo: running `cargo check --bins` on installinator-client (114/270)
30912026-04-07T18:17:21.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-07T18:17:21.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-07T18:17:21.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-07T18:17:21.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30952026-04-07T18:17:21.491Z
30962026-04-07T18:17:21.491Zinfo: running `cargo check --bins` on nexus-client (115/270)
30972026-04-07T18:17:22.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-07T18:17:22.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-07T18:17:22.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-07T18:17:22.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
31012026-04-07T18:17:22.183Z
31022026-04-07T18:17:22.183Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/270)
31032026-04-07T18:17:22.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-07T18:17:22.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-07T18:17:22.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-07T18:17:22.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31072026-04-07T18:17:22.865Z
31082026-04-07T18:17:22.865Zinfo: running `cargo check --bins` on ntp-admin-client (117/270)
31092026-04-07T18:17:23.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-07T18:17:23.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-07T18:17:23.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-07T18:17:23.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31132026-04-07T18:17:23.487Z
31142026-04-07T18:17:23.487Zinfo: running `cargo check --bins` on oxide-client (118/270)
31152026-04-07T18:17:24.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-07T18:17:24.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-07T18:17:24.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-07T18:17:24.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31192026-04-07T18:17:24.125Z
31202026-04-07T18:17:24.125Zinfo: running `cargo check --bins` on oximeter-client (119/270)
31212026-04-07T18:17:24.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-07T18:17:24.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-07T18:17:24.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-07T18:17:24.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31252026-04-07T18:17:24.761Z
31262026-04-07T18:17:24.761Zinfo: running `cargo check --bins` on repo-depot-client (120/270)
31272026-04-07T18:17:25.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-07T18:17:25.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-07T18:17:25.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-07T18:17:25.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31312026-04-07T18:17:25.391Z
31322026-04-07T18:17:25.391Zinfo: running `cargo check --bins` on sled-agent-client (121/270)
31332026-04-07T18:17:25.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-07T18:17:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-07T18:17:25.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-07T18:17:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31372026-04-07T18:17:26.047Z
31382026-04-07T18:17:26.047Zinfo: running `cargo check --bins` on wicketd-client (122/270)
31392026-04-07T18:17:26.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-07T18:17:26.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-07T18:17:26.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-07T18:17:26.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31432026-04-07T18:17:26.714Z
31442026-04-07T18:17:26.714Zinfo: running `cargo check --bins` on installinator-common (123/270)
31452026-04-07T18:17:27.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-07T18:17:27.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-07T18:17:27.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-07T18:17:27.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31492026-04-07T18:17:27.368Z
31502026-04-07T18:17:27.368Zinfo: running `cargo check --bins` on installinator-common-versions (124/270)
31512026-04-07T18:17:27.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-07T18:17:27.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-07T18:17:27.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-04-07T18:17:27.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-04-07T18:17:27.976Z
31562026-04-07T18:17:27.976Zinfo: running `cargo check --bins` on wicket-common (125/270)
31572026-04-07T18:17:28.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-04-07T18:17:28.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-04-07T18:17:28.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-04-07T18:17:28.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31612026-04-07T18:17:28.627Z
31622026-04-07T18:17:28.627Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/270)
31632026-04-07T18:17:29.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-04-07T18:17:29.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-04-07T18:17:29.359Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-04-07T18:17:29.480Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-04-07T18:17:29.487Z Checking csv-core v0.1.13
31682026-04-07T18:17:29.495Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-04-07T18:17:29.501Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31702026-04-07T18:17:29.509Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-04-07T18:17:29.519Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-04-07T18:17:29.530Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-04-07T18:17:29.658Z Checking csv v1.4.0
31742026-04-07T18:17:29.675Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-04-07T18:17:29.736Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-04-07T18:17:29.764Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31772026-04-07T18:17:30.021Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31782026-04-07T18:17:30.430Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31792026-04-07T18:17:30.430Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31802026-04-07T18:17:30.801Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31812026-04-07T18:17:36.457Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-04-07T18:17:37.138Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-04-07T18:17:39.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.04s
31842026-04-07T18:17:39.890Z
31852026-04-07T18:17:39.890Zinfo: running `cargo check --bins` on cockroach-admin-api (127/270)
31862026-04-07T18:17:40.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-07T18:17:40.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-07T18:17:40.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-07T18:17:40.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31902026-04-07T18:17:40.537Z
31912026-04-07T18:17:40.537Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/270)
31922026-04-07T18:17:41.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-07T18:17:41.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-07T18:17:41.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-07T18:17:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
31962026-04-07T18:17:41.294Z
31972026-04-07T18:17:41.294Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/270)
31982026-04-07T18:17:41.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-07T18:17:41.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-07T18:17:41.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-04-07T18:17:41.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
32022026-04-07T18:17:42.029Z
32032026-04-07T18:17:42.029Zinfo: running `cargo check --bins` on gateway-test-utils (130/270)
32042026-04-07T18:17:42.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-07T18:17:42.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-07T18:17:42.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-07T18:17:42.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32082026-04-07T18:17:42.721Z
32092026-04-07T18:17:42.721Zinfo: running `cargo check --bins` on omicron-gateway (131/270)
32102026-04-07T18:17:43.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-07T18:17:43.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-07T18:17:43.530Z Compiling typify-impl v0.6.1
32132026-04-07T18:17:43.682Z Compiling unsafe-libyaml v0.2.11
32142026-04-07T18:17:43.694Z Compiling radium v0.7.0
32152026-04-07T18:17:43.702Z Compiling semver v0.1.20
32162026-04-07T18:17:43.714Z Compiling pin-project-internal v1.1.11
32172026-04-07T18:17:43.718Z Checking tap v1.0.1
32182026-04-07T18:17:43.738Z Compiling maybe-uninit v2.0.0
32192026-04-07T18:17:43.839Z Checking wyz v0.5.1
32202026-04-07T18:17:43.989Z Compiling rustc_version v0.1.7
32212026-04-07T18:17:44.053Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-04-07T18:17:44.113Z Compiling snafu-derive v0.8.9
32232026-04-07T18:17:44.199Z Compiling zerocopy-derive v0.6.6
32242026-04-07T18:17:44.240Z Compiling newtype_derive v0.1.6
32252026-04-07T18:17:44.452Z Compiling serde_yaml v0.9.34+deprecated
32262026-04-07T18:17:44.498Z Compiling owo-colors v4.3.0
32272026-04-07T18:17:44.867Z Checking same-file v1.0.6
32282026-04-07T18:17:44.964Z Checking pin-project v1.1.11
32292026-04-07T18:17:44.980Z Compiling packed_struct v0.10.1
32302026-04-07T18:17:45.006Z Checking funty v2.0.0
32312026-04-07T18:17:45.075Z Checking crc-catalog v2.4.0
32322026-04-07T18:17:45.151Z Compiling cancel-safe-futures v0.1.5
32332026-04-07T18:17:45.181Z Checking crc v3.4.0
32342026-04-07T18:17:45.284Z Checking zerocopy v0.6.6
32352026-04-07T18:17:45.365Z Checking bitvec v1.0.1
32362026-04-07T18:17:45.380Z Checking walkdir v2.5.0
32372026-04-07T18:17:45.565Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-04-07T18:17:45.611Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-04-07T18:17:45.628Z Checking globset v0.4.18
32402026-04-07T18:17:45.781Z Checking olpc-cjson v0.1.4
32412026-04-07T18:17:45.913Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32422026-04-07T18:17:45.937Z Checking pem v3.0.6
32432026-04-07T18:17:45.980Z Compiling packed_struct_codegen v0.10.1
32442026-04-07T18:17:46.091Z Checking libsw-core v0.3.2
32452026-04-07T18:17:46.117Z Checking serde_plain v1.0.2
32462026-04-07T18:17:46.158Z Compiling bitfield-macros v0.19.4
32472026-04-07T18:17:46.195Z Compiling indexmap v1.9.3
32482026-04-07T18:17:46.254Z Checking typed-path v0.9.3
32492026-04-07T18:17:46.271Z Checking snafu v0.8.9
32502026-04-07T18:17:46.286Z Checking nodrop v0.1.14
32512026-04-07T18:17:46.385Z Checking array-init v0.0.4
32522026-04-07T18:17:46.429Z Checking libsw v3.5.0
32532026-04-07T18:17:46.535Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-04-07T18:17:46.595Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-04-07T18:17:46.761Z Checking smallvec v0.6.14
32562026-04-07T18:17:46.833Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-04-07T18:17:46.978Z Checking bitfield v0.19.4
32582026-04-07T18:17:47.011Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32592026-04-07T18:17:47.150Z Checking tough v0.20.0
32602026-04-07T18:17:47.168Z Checking tagptr v0.2.0
32612026-04-07T18:17:47.267Z Checking base64 v0.21.7
32622026-04-07T18:17:47.289Z Checking unicode-linebreak v0.1.5
32632026-04-07T18:17:47.315Z Checking smawk v0.3.2
32642026-04-07T18:17:47.331Z Checking hashbrown v0.12.3
32652026-04-07T18:17:47.465Z Checking linear-map v1.2.0
32662026-04-07T18:17:47.531Z Checking textwrap v0.16.2
32672026-04-07T18:17:47.546Z Checking ron v0.8.1
32682026-04-07T18:17:47.564Z Checking moka v0.12.13
32692026-04-07T18:17:47.662Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32702026-04-07T18:17:47.774Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-04-07T18:17:47.970Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-04-07T18:17:48.129Z Checking serde-hex v0.1.0
32732026-04-07T18:17:48.171Z Checking steno v0.4.1
32742026-04-07T18:17:48.272Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32752026-04-07T18:17:48.398Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32762026-04-07T18:17:48.459Z Checking hashbrown v0.13.2
32772026-04-07T18:17:48.693Z Compiling typify-macro v0.6.1
32782026-04-07T18:17:48.896Z Checking crc-any v2.5.0
32792026-04-07T18:17:48.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-04-07T18:17:49.104Z Checking humantime v2.3.0
32812026-04-07T18:17:49.121Z Checking object v0.30.4
32822026-04-07T18:17:49.184Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-04-07T18:17:49.293Z Checking hickory-resolver v0.25.2
32842026-04-07T18:17:49.311Z Checking utf-8 v0.7.6
32852026-04-07T18:17:49.363Z Checking void v1.0.2
32862026-04-07T18:17:49.410Z Checking half v1.8.3
32872026-04-07T18:17:49.458Z Checking path-slash v0.1.5
32882026-04-07T18:17:49.487Z Checking lzss v0.8.2
32892026-04-07T18:17:49.579Z Checking tungstenite v0.23.0
32902026-04-07T18:17:49.629Z Checking serde_cbor v0.11.2
32912026-04-07T18:17:49.831Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32922026-04-07T18:17:49.848Z Checking nix v0.27.1
32932026-04-07T18:17:50.009Z Checking kstat-rs v0.2.4
32942026-04-07T18:17:50.033Z Checking fxhash v0.2.1
32952026-04-07T18:17:50.048Z Checking serde_bytes v0.11.19
32962026-04-07T18:17:50.078Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32972026-04-07T18:17:50.167Z Checking tokio-tungstenite v0.23.1
32982026-04-07T18:17:50.215Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32992026-04-07T18:17:50.241Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33002026-04-07T18:17:50.412Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33012026-04-07T18:17:50.453Z Checking signal-hook-tokio v0.3.1
33022026-04-07T18:17:50.607Z Compiling typify v0.6.1
33032026-04-07T18:17:50.697Z Compiling progenitor-impl v0.13.0
33042026-04-07T18:17:51.709Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33052026-04-07T18:17:52.339Z Compiling progenitor-macro v0.13.0
33062026-04-07T18:17:52.684Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33072026-04-07T18:17:53.011Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33082026-04-07T18:17:54.864Z Checking progenitor v0.13.0
33092026-04-07T18:17:54.992Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33102026-04-07T18:17:54.996Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33112026-04-07T18:17:58.301Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33122026-04-07T18:18:06.393Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33132026-04-07T18:18:13.052Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33142026-04-07T18:18:14.540Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33152026-04-07T18:18:15.167Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33162026-04-07T18:18:17.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.67s
33172026-04-07T18:18:17.622Z
33182026-04-07T18:18:17.623Zinfo: running `cargo check --bins` on gateway-api (132/270)
33192026-04-07T18:18:18.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33202026-04-07T18:18:18.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33212026-04-07T18:18:18.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33222026-04-07T18:18:18.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33232026-04-07T18:18:18.258Z
33242026-04-07T18:18:18.259Zinfo: running `cargo check --bins` on ipcc (133/270)
33252026-04-07T18:18:18.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33262026-04-07T18:18:18.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33272026-04-07T18:18:18.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33282026-04-07T18:18:18.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33292026-04-07T18:18:18.899Z
33302026-04-07T18:18:18.899Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/270)
33312026-04-07T18:18:19.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33322026-04-07T18:18:19.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33332026-04-07T18:18:19.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33342026-04-07T18:18:19.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33352026-04-07T18:18:19.533Z
33362026-04-07T18:18:19.533Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/270)
33372026-04-07T18:18:20.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33382026-04-07T18:18:20.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33392026-04-07T18:18:20.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33402026-04-07T18:18:20.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33412026-04-07T18:18:20.184Z
33422026-04-07T18:18:20.184Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/270)
33432026-04-07T18:18:20.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-04-07T18:18:20.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-04-07T18:18:20.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-04-07T18:18:20.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33472026-04-07T18:18:20.830Z
33482026-04-07T18:18:20.830Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/270)
33492026-04-07T18:18:21.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-04-07T18:18:21.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-04-07T18:18:21.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-04-07T18:18:21.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33532026-04-07T18:18:21.477Z
33542026-04-07T18:18:21.477Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/270)
33552026-04-07T18:18:22.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-04-07T18:18:22.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-04-07T18:18:22.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-04-07T18:18:22.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33592026-04-07T18:18:22.125Z
33602026-04-07T18:18:22.125Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/270)
33612026-04-07T18:18:22.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-04-07T18:18:22.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-04-07T18:18:22.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-04-07T18:18:22.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33652026-04-07T18:18:22.768Z
33662026-04-07T18:18:22.768Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/270)
33672026-04-07T18:18:23.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-04-07T18:18:23.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-04-07T18:18:23.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-04-07T18:18:23.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33712026-04-07T18:18:23.408Z
33722026-04-07T18:18:23.408Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/270)
33732026-04-07T18:18:23.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-04-07T18:18:23.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-04-07T18:18:23.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-04-07T18:18:23.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
33772026-04-07T18:18:24.060Z
33782026-04-07T18:18:24.060Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/270)
33792026-04-07T18:18:24.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-04-07T18:18:24.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-04-07T18:18:24.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-04-07T18:18:24.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33832026-04-07T18:18:24.722Z
33842026-04-07T18:18:24.722Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/270)
33852026-04-07T18:18:25.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-04-07T18:18:25.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-04-07T18:18:25.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-04-07T18:18:25.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33892026-04-07T18:18:25.385Z
33902026-04-07T18:18:25.385Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/270)
33912026-04-07T18:18:25.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-04-07T18:18:25.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-04-07T18:18:25.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-04-07T18:18:25.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33952026-04-07T18:18:26.036Z
33962026-04-07T18:18:26.036Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/270)
33972026-04-07T18:18:26.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-04-07T18:18:26.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-04-07T18:18:26.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-04-07T18:18:26.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34012026-04-07T18:18:26.688Z
34022026-04-07T18:18:26.688Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/270)
34032026-04-07T18:18:27.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-04-07T18:18:27.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-04-07T18:18:27.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-04-07T18:18:27.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34072026-04-07T18:18:27.324Z
34082026-04-07T18:18:27.324Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/270)
34092026-04-07T18:18:27.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-04-07T18:18:27.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-04-07T18:18:27.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-04-07T18:18:27.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34132026-04-07T18:18:27.971Z
34142026-04-07T18:18:27.971Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/270)
34152026-04-07T18:18:28.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-04-07T18:18:28.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-04-07T18:18:28.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-04-07T18:18:28.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34192026-04-07T18:18:28.616Z
34202026-04-07T18:18:28.616Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/270)
34212026-04-07T18:18:29.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-04-07T18:18:29.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-04-07T18:18:29.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-04-07T18:18:29.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34252026-04-07T18:18:29.277Z
34262026-04-07T18:18:29.277Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/270)
34272026-04-07T18:18:29.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-04-07T18:18:29.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-04-07T18:18:29.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-04-07T18:18:29.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34312026-04-07T18:18:29.936Z
34322026-04-07T18:18:29.936Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/270)
34332026-04-07T18:18:30.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-04-07T18:18:30.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-04-07T18:18:30.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-04-07T18:18:30.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34372026-04-07T18:18:30.598Z
34382026-04-07T18:18:30.598Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/270)
34392026-04-07T18:18:31.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-04-07T18:18:31.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-04-07T18:18:31.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-04-07T18:18:31.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34432026-04-07T18:18:31.256Z
34442026-04-07T18:18:31.256Zinfo: running `cargo check --bins` on oximeter-producer (153/270)
34452026-04-07T18:18:31.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-04-07T18:18:31.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-04-07T18:18:31.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-04-07T18:18:31.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34492026-04-07T18:18:31.967Z
34502026-04-07T18:18:31.968Zinfo: running `cargo check --bins` on internal-dns-resolver (154/270)
34512026-04-07T18:18:32.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-04-07T18:18:32.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-04-07T18:18:32.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-04-07T18:18:32.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
34552026-04-07T18:18:32.634Z
34562026-04-07T18:18:32.635Zinfo: running `cargo check --bins` on dns-server (155/270)
34572026-04-07T18:18:33.201Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-04-07T18:18:33.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-04-07T18:18:33.356Z Compiling parking_lot_core v0.8.6
34602026-04-07T18:18:33.356Z Compiling atomicwrites v0.4.4
34612026-04-07T18:18:33.356Z Compiling git-stub v1.0.0
34622026-04-07T18:18:33.360Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34632026-04-07T18:18:33.360Z Checking prefix-trie v0.7.0
34642026-04-07T18:18:33.615Z Compiling git-stub-vcs v0.1.0
34652026-04-07T18:18:33.796Z Checking hickory-server v0.25.2
34662026-04-07T18:18:33.917Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34672026-04-07T18:18:33.934Z Checking parking_lot v0.11.2
34682026-04-07T18:18:33.993Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34692026-04-07T18:18:33.998Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34702026-04-07T18:18:34.122Z Checking sled v0.34.7
34712026-04-07T18:18:36.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s
34722026-04-07T18:18:36.460Z
34732026-04-07T18:18:36.460Zinfo: running `cargo check --bins` on dns-server-api (156/270)
34742026-04-07T18:18:37.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-07T18:18:37.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-07T18:18:37.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-07T18:18:37.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
34782026-04-07T18:18:37.112Z
34792026-04-07T18:18:37.112Zinfo: running `cargo check --bins` on sp-sim (157/270)
34802026-04-07T18:18:37.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-07T18:18:37.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-07T18:18:37.877Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34832026-04-07T18:18:39.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.62s
34842026-04-07T18:18:39.967Z
34852026-04-07T18:18:39.967Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/270)
34862026-04-07T18:18:40.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-04-07T18:18:40.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-04-07T18:18:40.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-04-07T18:18:40.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34902026-04-07T18:18:40.671Z
34912026-04-07T18:18:40.671Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/270)
34922026-04-07T18:18:41.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-04-07T18:18:41.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-04-07T18:18:41.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-04-07T18:18:41.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
34962026-04-07T18:18:41.381Z
34972026-04-07T18:18:41.382Zinfo: running `cargo check --bins` on db-macros (160/270)
34982026-04-07T18:18:41.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-04-07T18:18:41.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-04-07T18:18:41.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-04-07T18:18:41.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35022026-04-07T18:18:42.016Z
35032026-04-07T18:18:42.016Zinfo: running `cargo check --bins` on nexus-macros-common (161/270)
35042026-04-07T18:18:42.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-04-07T18:18:42.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-04-07T18:18:42.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-04-07T18:18:42.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35082026-04-07T18:18:42.652Z
35092026-04-07T18:18:42.652Zinfo: running `cargo check --bins` on nexus-auth (162/270)
35102026-04-07T18:18:43.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-04-07T18:18:43.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-04-07T18:18:43.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-04-07T18:18:43.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35142026-04-07T18:18:43.370Z
35152026-04-07T18:18:43.370Zinfo: running `cargo check --bins` on authz-macros (163/270)
35162026-04-07T18:18:43.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-04-07T18:18:43.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-04-07T18:18:43.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-04-07T18:18:43.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35202026-04-07T18:18:44.011Z
35212026-04-07T18:18:44.011Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/270)
35222026-04-07T18:18:44.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-04-07T18:18:44.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-04-07T18:18:44.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-04-07T18:18:44.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35262026-04-07T18:18:44.709Z
35272026-04-07T18:18:44.709Zinfo: running `cargo check --bins` on nexus-db-model (165/270)
35282026-04-07T18:18:45.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-04-07T18:18:45.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-04-07T18:18:45.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-04-07T18:18:45.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35322026-04-07T18:18:45.418Z
35332026-04-07T18:18:45.419Zinfo: running `cargo check --bins` on nexus-db-schema (166/270)
35342026-04-07T18:18:45.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-04-07T18:18:45.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-04-07T18:18:45.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-04-07T18:18:45.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35382026-04-07T18:18:46.057Z
35392026-04-07T18:18:46.057Zinfo: running `cargo check --bins` on omicron-rpaths (167/270)
35402026-04-07T18:18:46.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-04-07T18:18:46.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-04-07T18:18:46.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-04-07T18:18:46.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35442026-04-07T18:18:46.688Z
35452026-04-07T18:18:46.688Zinfo: running `cargo check --bins` on nexus-defaults (168/270)
35462026-04-07T18:18:47.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-04-07T18:18:47.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-04-07T18:18:47.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-04-07T18:18:47.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35502026-04-07T18:18:47.333Z
35512026-04-07T18:18:47.333Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/270)
35522026-04-07T18:18:47.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-04-07T18:18:47.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-04-07T18:18:47.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-04-07T18:18:47.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35562026-04-07T18:18:47.970Z
35572026-04-07T18:18:47.970Zinfo: running `cargo check --bins` on parallel-task-set (170/270)
35582026-04-07T18:18:48.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-04-07T18:18:48.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-04-07T18:18:48.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-04-07T18:18:48.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35622026-04-07T18:18:48.604Z
35632026-04-07T18:18:48.604Zinfo: running `cargo check --bins` on nexus-db-errors (171/270)
35642026-04-07T18:18:49.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-04-07T18:18:49.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-04-07T18:18:49.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-04-07T18:18:49.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
35682026-04-07T18:18:49.321Z
35692026-04-07T18:18:49.321Zinfo: running `cargo check --bins` on nexus-db-lookup (172/270)
35702026-04-07T18:18:49.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-04-07T18:18:49.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-04-07T18:18:49.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-04-07T18:18:49.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
35742026-04-07T18:18:50.022Z
35752026-04-07T18:18:50.022Zinfo: running `cargo check --bins` on nexus-inventory (173/270)
35762026-04-07T18:18:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-04-07T18:18:50.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-04-07T18:18:50.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-04-07T18:18:50.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
35802026-04-07T18:18:50.730Z
35812026-04-07T18:18:50.730Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/270)
35822026-04-07T18:18:51.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-04-07T18:18:51.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-04-07T18:18:51.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-04-07T18:18:51.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35862026-04-07T18:18:51.412Z
35872026-04-07T18:18:51.412Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/270)
35882026-04-07T18:18:51.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-04-07T18:18:51.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-04-07T18:18:51.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-04-07T18:18:51.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35922026-04-07T18:18:52.082Z
35932026-04-07T18:18:52.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/270)
35942026-04-07T18:18:52.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-04-07T18:18:52.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-04-07T18:18:52.631Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-04-07T18:18:52.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35982026-04-07T18:18:52.734Z
35992026-04-07T18:18:52.734Zinfo: running `cargo check --bins` on key-manager (177/270)
36002026-04-07T18:18:53.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-04-07T18:18:53.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-04-07T18:18:53.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-04-07T18:18:53.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36042026-04-07T18:18:53.376Z
36052026-04-07T18:18:53.376Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/270)
36062026-04-07T18:18:53.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-04-07T18:18:53.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-04-07T18:18:53.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-04-07T18:18:53.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36102026-04-07T18:18:54.036Z
36112026-04-07T18:18:54.036Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/270)
36122026-04-07T18:18:54.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-04-07T18:18:54.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-04-07T18:18:54.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36152026-04-07T18:18:54.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36162026-04-07T18:18:54.705Z
36172026-04-07T18:18:54.705Zinfo: running `cargo check --bins` on typed-rng (180/270)
36182026-04-07T18:18:55.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36192026-04-07T18:18:55.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36202026-04-07T18:18:55.250Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36212026-04-07T18:18:55.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36222026-04-07T18:18:55.348Z
36232026-04-07T18:18:55.348Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/270)
36242026-04-07T18:18:55.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36252026-04-07T18:18:55.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36262026-04-07T18:18:56.248Z Compiling typify-impl v0.4.3
36272026-04-07T18:18:56.252Z Compiling libefi-sys v0.1.0
36282026-04-07T18:18:56.252Z Compiling bitfield-struct v0.6.2
36292026-04-07T18:18:56.408Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36302026-04-07T18:18:56.435Z Compiling xshell-macros v0.2.7
36312026-04-07T18:18:56.445Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36322026-04-07T18:18:56.450Z Compiling salty v0.3.0
36332026-04-07T18:18:56.524Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36342026-04-07T18:18:56.670Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36352026-04-07T18:18:56.800Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36362026-04-07T18:18:56.869Z Checking xshell v0.2.7
36372026-04-07T18:18:56.888Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36382026-04-07T18:18:57.064Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36392026-04-07T18:18:57.079Z Checking primeorder v0.13.6
36402026-04-07T18:18:57.095Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36412026-04-07T18:18:57.248Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-04-07T18:18:57.267Z Compiling proc-macro-error-attr2 v2.0.0
36432026-04-07T18:18:57.338Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36442026-04-07T18:18:57.354Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36452026-04-07T18:18:57.574Z Checking tungstenite v0.21.0
36462026-04-07T18:18:57.590Z Checking p384 v0.13.1
36472026-04-07T18:18:57.612Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36482026-04-07T18:18:57.705Z Compiling proc-macro-error2 v2.0.1
36492026-04-07T18:18:57.746Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36502026-04-07T18:18:58.046Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36512026-04-07T18:18:58.064Z Compiling num-derive v0.3.3
36522026-04-07T18:18:58.068Z Compiling unicase v2.9.0
36532026-04-07T18:18:58.308Z Checking compression-core v0.4.31
36542026-04-07T18:18:58.420Z Compiling mime_guess v2.0.5
36552026-04-07T18:18:58.463Z Checking compression-codecs v0.4.37
36562026-04-07T18:18:58.481Z Checking tokio-tungstenite v0.21.0
36572026-04-07T18:18:58.571Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36582026-04-07T18:18:58.654Z Compiling tabled_derive v0.11.0
36592026-04-07T18:18:58.788Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36602026-04-07T18:18:58.889Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36612026-04-07T18:18:59.032Z Checking libscf-sys v1.1.0
36622026-04-07T18:18:59.214Z Checking papergrid v0.17.0
36632026-04-07T18:18:59.341Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36642026-04-07T18:18:59.359Z Checking testing_table v0.3.0
36652026-04-07T18:18:59.458Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-04-07T18:18:59.476Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36672026-04-07T18:18:59.844Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36682026-04-07T18:18:59.930Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36692026-04-07T18:19:00.042Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36702026-04-07T18:19:00.061Z Checking toml_datetime v1.0.0+spec-1.1.0
36712026-04-07T18:19:00.078Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36722026-04-07T18:19:00.161Z Compiling dropshot v0.17.0
36732026-04-07T18:19:00.258Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36742026-04-07T18:19:00.283Z Checking corncobs v0.1.4
36752026-04-07T18:19:00.331Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36762026-04-07T18:19:00.356Z Checking toml v1.0.6+spec-1.1.0
36772026-04-07T18:19:00.424Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-04-07T18:19:00.465Z Checking tabled v0.20.0
36792026-04-07T18:19:00.506Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36802026-04-07T18:19:00.586Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36812026-04-07T18:19:00.632Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36822026-04-07T18:19:00.707Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36832026-04-07T18:19:00.912Z Checking async-compression v0.4.41
36842026-04-07T18:19:00.941Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36852026-04-07T18:19:01.011Z Checking progenitor-client v0.11.2
36862026-04-07T18:19:01.195Z Compiling dropshot_endpoint v0.17.0
36872026-04-07T18:19:01.252Z Checking secrecy v0.8.0
36882026-04-07T18:19:01.270Z Compiling typify-macro v0.4.3
36892026-04-07T18:19:01.291Z Checking filetime v0.2.27
36902026-04-07T18:19:01.394Z Checking xattr v1.6.1
36912026-04-07T18:19:01.423Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36922026-04-07T18:19:01.440Z Checking http-range v0.1.5
36932026-04-07T18:19:01.540Z Checking tar v0.4.45
36942026-04-07T18:19:01.889Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36952026-04-07T18:19:02.149Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
36962026-04-07T18:19:02.270Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36972026-04-07T18:19:02.677Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36982026-04-07T18:19:02.738Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36992026-04-07T18:19:02.819Z Checking atty v0.2.14
37002026-04-07T18:19:02.942Z Checking crc8 v0.1.1
37012026-04-07T18:19:03.121Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37022026-04-07T18:19:03.201Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37032026-04-07T18:19:03.220Z Compiling typify v0.4.3
37042026-04-07T18:19:03.352Z Compiling progenitor-impl v0.10.0
37052026-04-07T18:19:03.369Z Compiling progenitor-impl v0.11.2
37062026-04-07T18:19:03.838Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37072026-04-07T18:19:03.938Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37082026-04-07T18:19:04.001Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37092026-04-07T18:19:04.279Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37102026-04-07T18:19:04.396Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37112026-04-07T18:19:04.414Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37122026-04-07T18:19:04.434Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37132026-04-07T18:19:04.682Z Checking hyper-staticfile v0.10.1
37142026-04-07T18:19:04.705Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37152026-04-07T18:19:04.904Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37162026-04-07T18:19:04.996Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37172026-04-07T18:19:05.014Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37182026-04-07T18:19:05.282Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37192026-04-07T18:19:05.397Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37202026-04-07T18:19:05.650Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
37212026-04-07T18:19:05.702Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37222026-04-07T18:19:06.127Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37232026-04-07T18:19:06.167Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37242026-04-07T18:19:06.200Z Compiling progenitor-macro v0.10.0
37252026-04-07T18:19:06.263Z Compiling progenitor-macro v0.11.2
37262026-04-07T18:19:06.471Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37272026-04-07T18:19:06.833Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37282026-04-07T18:19:09.590Z Checking progenitor v0.10.0
37292026-04-07T18:19:09.682Z Checking progenitor v0.11.2
37302026-04-07T18:19:09.742Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37312026-04-07T18:19:09.832Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37322026-04-07T18:19:15.032Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37332026-04-07T18:19:26.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.58s
37342026-04-07T18:19:27.163Z
37352026-04-07T18:19:27.163Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/270)
37362026-04-07T18:19:27.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-04-07T18:19:27.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-04-07T18:19:28.019Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37392026-04-07T18:19:39.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.71s
37402026-04-07T18:19:40.129Z
37412026-04-07T18:19:40.129Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/270)
37422026-04-07T18:19:40.734Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-04-07T18:19:40.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-04-07T18:19:40.977Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37452026-04-07T18:19:53.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.87s
37462026-04-07T18:19:53.238Z
37472026-04-07T18:19:53.238Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/270)
37482026-04-07T18:19:53.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-04-07T18:19:53.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-04-07T18:19:54.092Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37512026-04-07T18:20:06.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.85s
37522026-04-07T18:20:06.339Z
37532026-04-07T18:20:06.339Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/270)
37542026-04-07T18:20:06.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-04-07T18:20:06.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-04-07T18:20:07.193Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-04-07T18:20:19.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.05s
37582026-04-07T18:20:19.634Z
37592026-04-07T18:20:19.635Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/270)
37602026-04-07T18:20:20.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-04-07T18:20:20.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-04-07T18:20:20.487Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-04-07T18:20:32.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.73s
37642026-04-07T18:20:32.614Z
37652026-04-07T18:20:32.614Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/270)
37662026-04-07T18:20:33.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-04-07T18:20:33.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-04-07T18:20:33.459Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-04-07T18:20:45.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.74s
37702026-04-07T18:20:45.592Z
37712026-04-07T18:20:45.592Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/270)
37722026-04-07T18:20:46.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-04-07T18:20:46.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-04-07T18:20:46.441Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-04-07T18:20:58.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.93s
37762026-04-07T18:20:58.765Z
37772026-04-07T18:20:58.765Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/270)
37782026-04-07T18:20:59.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-04-07T18:20:59.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-04-07T18:20:59.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-04-07T18:20:59.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37822026-04-07T18:20:59.409Z
37832026-04-07T18:20:59.409Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/270)
37842026-04-07T18:20:59.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-04-07T18:20:59.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-04-07T18:20:59.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-04-07T18:20:59.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
37882026-04-07T18:21:00.058Z
37892026-04-07T18:21:00.058Zinfo: running `cargo check --bins` on range-requests (191/270)
37902026-04-07T18:21:00.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-04-07T18:21:00.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-04-07T18:21:00.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-04-07T18:21:00.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
37942026-04-07T18:21:00.696Z
37952026-04-07T18:21:00.696Zinfo: running `cargo check --bins` on repo-depot-api (192/270)
37962026-04-07T18:21:01.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-04-07T18:21:01.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-04-07T18:21:01.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-04-07T18:21:01.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38002026-04-07T18:21:01.338Z
38012026-04-07T18:21:01.338Zinfo: running `cargo check --bins` on sled-agent-api (193/270)
38022026-04-07T18:21:01.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-04-07T18:21:01.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-04-07T18:21:01.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-04-07T18:21:01.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38062026-04-07T18:21:02.004Z
38072026-04-07T18:21:02.004Zinfo: running `cargo check --bins` on sled-diagnostics (194/270)
38082026-04-07T18:21:02.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-04-07T18:21:02.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-04-07T18:21:02.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-04-07T18:21:02.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38122026-04-07T18:21:02.661Z
38132026-04-07T18:21:02.661Zinfo: running `cargo check --bins` on zfs-test-harness (195/270)
38142026-04-07T18:21:03.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-04-07T18:21:03.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-04-07T18:21:03.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-04-07T18:21:03.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38182026-04-07T18:21:03.324Z
38192026-04-07T18:21:03.324Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/270)
38202026-04-07T18:21:03.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-04-07T18:21:03.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-04-07T18:21:03.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-04-07T18:21:03.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38242026-04-07T18:21:04.005Z
38252026-04-07T18:21:04.005Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/270)
38262026-04-07T18:21:04.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-04-07T18:21:04.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-04-07T18:21:04.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-04-07T18:21:04.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38302026-04-07T18:21:04.691Z
38312026-04-07T18:21:04.691Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/270)
38322026-04-07T18:21:05.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-04-07T18:21:05.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-04-07T18:21:05.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-04-07T18:21:05.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38362026-04-07T18:21:05.366Z
38372026-04-07T18:21:05.366Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/270)
38382026-04-07T18:21:05.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-04-07T18:21:05.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-04-07T18:21:05.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-04-07T18:21:05.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38422026-04-07T18:21:06.052Z
38432026-04-07T18:21:06.052Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/270)
38442026-04-07T18:21:06.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-04-07T18:21:06.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-04-07T18:21:06.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-04-07T18:21:06.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38482026-04-07T18:21:06.719Z
38492026-04-07T18:21:06.719Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/270)
38502026-04-07T18:21:07.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-04-07T18:21:07.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-04-07T18:21:07.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-04-07T18:21:07.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
38542026-04-07T18:21:07.419Z
38552026-04-07T18:21:07.419Zinfo: running `cargo check --bins` on transient-dns-server (202/270)
38562026-04-07T18:21:07.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-04-07T18:21:07.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-04-07T18:21:07.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-04-07T18:21:07.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38602026-04-07T18:21:08.094Z
38612026-04-07T18:21:08.094Zinfo: running `cargo check --bins` on trust-quorum (203/270)
38622026-04-07T18:21:08.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-04-07T18:21:08.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-04-07T18:21:08.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-04-07T18:21:08.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
38662026-04-07T18:21:08.784Z
38672026-04-07T18:21:08.784Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/270)
38682026-04-07T18:21:09.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-04-07T18:21:09.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-04-07T18:21:09.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-04-07T18:21:09.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38722026-04-07T18:21:09.493Z
38732026-04-07T18:21:09.493Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/270)
38742026-04-07T18:21:10.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-04-07T18:21:10.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-04-07T18:21:10.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-04-07T18:21:10.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38782026-04-07T18:21:10.208Z
38792026-04-07T18:21:10.208Zinfo: running `cargo check --bins` on update-common (206/270)
38802026-04-07T18:21:10.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-04-07T18:21:10.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-04-07T18:21:10.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-04-07T18:21:10.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38842026-04-07T18:21:10.876Z
38852026-04-07T18:21:10.876Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/270)
38862026-04-07T18:21:11.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-04-07T18:21:11.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-04-07T18:21:11.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-04-07T18:21:11.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
38902026-04-07T18:21:11.585Z
38912026-04-07T18:21:11.585Zinfo: running `cargo check --bins` on reconfigurator-cli (208/270)
38922026-04-07T18:21:12.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-04-07T18:21:12.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-04-07T18:21:12.426Z Compiling fs-err v2.11.0
38952026-04-07T18:21:12.430Z Checking ignore v0.4.25
38962026-04-07T18:21:12.430Z Checking arc-swap v1.8.2
38972026-04-07T18:21:12.430Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38982026-04-07T18:21:12.565Z Checking predicates-tree v1.0.13
38992026-04-07T18:21:12.578Z Checking parse-size v1.1.0
39002026-04-07T18:21:12.601Z Checking rand_seeder v0.4.0
39012026-04-07T18:21:12.605Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39022026-04-07T18:21:12.687Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39032026-04-07T18:21:12.709Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39042026-04-07T18:21:12.760Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39052026-04-07T18:21:12.783Z Checking slog-scope v4.4.1
39062026-04-07T18:21:12.923Z Compiling petname v2.0.2
39072026-04-07T18:21:12.941Z Checking slog-stdlog v4.1.1
39082026-04-07T18:21:12.956Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39092026-04-07T18:21:12.976Z Checking globwalk v0.9.1
39102026-04-07T18:21:13.042Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39112026-04-07T18:21:13.072Z Checking slog-envlogger v2.2.0
39122026-04-07T18:21:13.170Z Checking camino-tempfile-ext v0.3.3
39132026-04-07T18:21:13.205Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39142026-04-07T18:21:13.238Z Checking sapling-renderdag v0.1.0
39152026-04-07T18:21:13.388Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39162026-04-07T18:21:13.392Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39172026-04-07T18:21:13.506Z Checking subprocess v0.2.15
39182026-04-07T18:21:13.589Z Checking sync-ptr v0.1.4
39192026-04-07T18:21:13.642Z Checking colored v2.2.0
39202026-04-07T18:21:13.718Z Checking assert_matches v1.5.0
39212026-04-07T18:21:13.796Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39222026-04-07T18:21:13.819Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39232026-04-07T18:21:13.941Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39242026-04-07T18:21:13.945Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39252026-04-07T18:21:14.586Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39262026-04-07T18:21:16.013Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39272026-04-07T18:21:18.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.77s
39282026-04-07T18:21:18.594Z
39292026-04-07T18:21:18.594Zinfo: running `cargo check --bins` on omicron-repl-utils (209/270)
39302026-04-07T18:21:19.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-04-07T18:21:19.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-04-07T18:21:19.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-04-07T18:21:19.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39342026-04-07T18:21:19.236Z
39352026-04-07T18:21:19.236Zinfo: running `cargo check --bins` on nexus-test-interface (210/270)
39362026-04-07T18:21:19.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-04-07T18:21:19.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-04-07T18:21:19.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-04-07T18:21:19.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
39402026-04-07T18:21:19.947Z
39412026-04-07T18:21:19.947Zinfo: running `cargo check --bins` on oximeter-collector (211/270)
39422026-04-07T18:21:20.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-04-07T18:21:20.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-04-07T18:21:20.727Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39452026-04-07T18:21:20.728Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39462026-04-07T18:21:21.432Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39472026-04-07T18:21:23.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
39482026-04-07T18:21:23.326Z
39492026-04-07T18:21:23.326Zinfo: running `cargo check --bins` on oximeter-api (212/270)
39502026-04-07T18:21:23.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-04-07T18:21:23.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-04-07T18:21:23.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39532026-04-07T18:21:23.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39542026-04-07T18:21:23.962Z
39552026-04-07T18:21:23.962Zinfo: running `cargo check --bins` on cert-dev (213/270)
39562026-04-07T18:21:24.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-04-07T18:21:24.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-04-07T18:21:24.620Z Checking yasna v0.5.2
39592026-04-07T18:21:25.064Z Checking rcgen v0.12.1
39602026-04-07T18:21:25.339Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39612026-04-07T18:21:25.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
39622026-04-07T18:21:25.743Z
39632026-04-07T18:21:25.743Zinfo: running `cargo check --bins` on clickana (214/270)
39642026-04-07T18:21:26.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-07T18:21:26.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-07T18:21:26.440Z Compiling darling_core v0.23.0
39672026-04-07T18:21:26.444Z Compiling instability v0.3.11
39682026-04-07T18:21:26.567Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39692026-04-07T18:21:26.571Z Checking castaway v0.2.4
39702026-04-07T18:21:26.578Z Compiling indoc v2.0.7
39712026-04-07T18:21:26.585Z Checking unicode-truncate v1.1.0
39722026-04-07T18:21:26.588Z Checking lru v0.12.5
39732026-04-07T18:21:26.588Z Checking cassowary v0.3.0
39742026-04-07T18:21:26.675Z Checking compact_str v0.8.1
39752026-04-07T18:21:27.615Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39762026-04-07T18:21:27.814Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39772026-04-07T18:21:28.147Z Compiling darling_macro v0.23.0
39782026-04-07T18:21:28.597Z Compiling darling v0.23.0
39792026-04-07T18:21:29.254Z Checking ratatui v0.29.0
39802026-04-07T18:21:30.444Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39812026-04-07T18:21:31.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
39822026-04-07T18:21:31.357Z
39832026-04-07T18:21:31.357Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/270)
39842026-04-07T18:21:31.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-04-07T18:21:31.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-04-07T18:21:32.133Z Checking headers-core v0.3.0
39872026-04-07T18:21:32.137Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39882026-04-07T18:21:32.339Z Checking headers v0.4.1
39892026-04-07T18:21:32.739Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39902026-04-07T18:21:33.644Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39912026-04-07T18:21:34.171Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39922026-04-07T18:21:34.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
39932026-04-07T18:21:34.839Z
39942026-04-07T18:21:34.839Zinfo: running `cargo check --bins` on ch-dev (216/270)
39952026-04-07T18:21:35.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-04-07T18:21:35.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-04-07T18:21:35.630Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39982026-04-07T18:21:36.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s
39992026-04-07T18:21:36.655Z
40002026-04-07T18:21:36.655Zinfo: running `cargo check --bins` on dev-tools-common (217/270)
40012026-04-07T18:21:37.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-07T18:21:37.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-07T18:21:37.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-04-07T18:21:37.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
40052026-04-07T18:21:37.167Z
40062026-04-07T18:21:37.167Zinfo: running `cargo check --bins` on crdb-seed (218/270)
40072026-04-07T18:21:37.750Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-04-07T18:21:37.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-04-07T18:21:37.942Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40102026-04-07T18:21:38.980Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40112026-04-07T18:21:39.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
40122026-04-07T18:21:39.543Z
40132026-04-07T18:21:39.544Zinfo: running `cargo check --bins` on db-dev (219/270)
40142026-04-07T18:21:40.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-04-07T18:21:40.140Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-04-07T18:21:40.331Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40172026-04-07T18:21:41.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.58s
40182026-04-07T18:21:41.363Z
40192026-04-07T18:21:41.363Zinfo: running `cargo check --bins` on omicron-dev-lib (220/270)
40202026-04-07T18:21:41.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-04-07T18:21:41.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-04-07T18:21:41.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-04-07T18:21:41.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
40242026-04-07T18:21:42.067Z
40252026-04-07T18:21:42.067Zinfo: running `cargo check --bins` on xtask-downloader (221/270)
40262026-04-07T18:21:42.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-04-07T18:21:42.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-04-07T18:21:42.714Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40292026-04-07T18:21:43.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
40302026-04-07T18:21:43.664Z
40312026-04-07T18:21:43.665Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/270)
40322026-04-07T18:21:44.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-04-07T18:21:44.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-04-07T18:21:44.491Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40352026-04-07T18:21:44.491Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40362026-04-07T18:21:44.491Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40372026-04-07T18:21:44.495Z Checking git-stub v1.0.0
40382026-04-07T18:21:44.629Z Compiling trait-variant v0.1.2
40392026-04-07T18:21:44.636Z Checking maplit v1.0.2
40402026-04-07T18:21:44.644Z Checking is_ci v1.2.0
40412026-04-07T18:21:44.665Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40422026-04-07T18:21:44.737Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40432026-04-07T18:21:44.767Z Checking supports-color v3.0.2
40442026-04-07T18:21:44.791Z Checking git-stub-vcs v0.1.0
40452026-04-07T18:21:44.870Z Checking drift v0.1.3
40462026-04-07T18:21:44.911Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40472026-04-07T18:21:44.953Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40482026-04-07T18:21:45.021Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40492026-04-07T18:21:45.170Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40502026-04-07T18:21:45.221Z Checking dropshot-api-manager v0.6.0
40512026-04-07T18:21:45.236Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40522026-04-07T18:21:45.256Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40532026-04-07T18:21:45.482Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40542026-04-07T18:21:45.499Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40552026-04-07T18:21:45.687Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40562026-04-07T18:21:46.058Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40572026-04-07T18:21:51.410Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40582026-04-07T18:21:52.493Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40592026-04-07T18:21:53.073Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40602026-04-07T18:21:53.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s
40612026-04-07T18:21:53.731Z
40622026-04-07T18:21:53.731Zinfo: running `cargo check --bins` on installinator-api (223/270)
40632026-04-07T18:21:54.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-04-07T18:21:54.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-04-07T18:21:54.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40662026-04-07T18:21:54.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40672026-04-07T18:21:54.393Z
40682026-04-07T18:21:54.393Zinfo: running `cargo check --bins` on nexus-external-api (224/270)
40692026-04-07T18:21:54.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-04-07T18:21:54.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-04-07T18:21:54.997Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40722026-04-07T18:21:55.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40732026-04-07T18:21:55.110Z
40742026-04-07T18:21:55.110Zinfo: running `cargo check --bins` on nexus-internal-api (225/270)
40752026-04-07T18:21:55.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40762026-04-07T18:21:55.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40772026-04-07T18:21:55.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40782026-04-07T18:21:55.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
40792026-04-07T18:21:55.811Z
40802026-04-07T18:21:55.811Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/270)
40812026-04-07T18:21:56.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-04-07T18:21:56.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-04-07T18:21:56.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-04-07T18:21:56.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
40852026-04-07T18:21:56.526Z
40862026-04-07T18:21:56.526Zinfo: running `cargo check --bins` on ntp-admin-api (227/270)
40872026-04-07T18:21:57.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-04-07T18:21:57.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-04-07T18:21:57.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-04-07T18:21:57.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
40912026-04-07T18:21:57.196Z
40922026-04-07T18:21:57.196Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/270)
40932026-04-07T18:21:57.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-04-07T18:21:57.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-04-07T18:21:57.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-04-07T18:21:57.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40972026-04-07T18:21:57.829Z
40982026-04-07T18:21:57.830Zinfo: running `cargo check --bins` on wicketd-api (229/270)
40992026-04-07T18:21:58.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-04-07T18:21:58.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-04-07T18:21:58.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-04-07T18:21:58.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41032026-04-07T18:21:58.496Z
41042026-04-07T18:21:58.496Zinfo: running `cargo check --bins` on omicron-ls-apis (230/270)
41052026-04-07T18:21:59.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-04-07T18:21:59.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-04-07T18:21:59.164Z Checking typeid v1.0.3
41082026-04-07T18:21:59.287Z Checking ordered-float v2.10.1
41092026-04-07T18:21:59.309Z Checking unicode-xid v0.2.6
41102026-04-07T18:21:59.329Z Checking cargo-platform v0.2.0
41112026-04-07T18:21:59.358Z Checking erased-serde v0.4.9
41122026-04-07T18:21:59.511Z Checking serde-value v0.7.0
41132026-04-07T18:21:59.703Z Checking serde-untagged v0.1.9
41142026-04-07T18:21:59.878Z Checking cargo-util-schemas v0.8.2
41152026-04-07T18:22:00.628Z Checking cargo_metadata v0.21.0
41162026-04-07T18:22:01.295Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41172026-04-07T18:22:02.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s
41182026-04-07T18:22:02.251Z
41192026-04-07T18:22:02.251Zinfo: running `cargo check --bins` on mgs-dev (231/270)
41202026-04-07T18:22:02.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-04-07T18:22:02.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-04-07T18:22:03.052Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41232026-04-07T18:22:03.710Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41242026-04-07T18:22:04.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
41252026-04-07T18:22:04.459Z
41262026-04-07T18:22:04.459Zinfo: running `cargo check --bins` on omicron-omdb (232/270)
41272026-04-07T18:22:05.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-04-07T18:22:05.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-04-07T18:22:05.411Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41302026-04-07T18:22:05.411Z Compiling vergen-gitcl v1.0.8
41312026-04-07T18:22:05.411Z Compiling dirs-sys-next v0.1.2
41322026-04-07T18:22:05.411Z Compiling diesel_derives v2.3.7
41332026-04-07T18:22:05.415Z Compiling glob v0.3.3
41342026-04-07T18:22:05.415Z Compiling crunchy v0.2.4
41352026-04-07T18:22:05.415Z Compiling dsl_auto_type v0.2.0
41362026-04-07T18:22:05.415Z Checking scheduled-thread-pool v0.2.7
41372026-04-07T18:22:05.726Z Compiling diesel_table_macro_syntax v0.3.0
41382026-04-07T18:22:05.764Z Compiling tiny-keccak v2.0.2
41392026-04-07T18:22:05.870Z Compiling dirs-next v2.0.0
41402026-04-07T18:22:05.952Z Checking r2d2 v0.8.10
41412026-04-07T18:22:05.956Z Compiling clang-sys v1.8.1
41422026-04-07T18:22:05.985Z Compiling term v0.7.0
41432026-04-07T18:22:06.017Z Checking downcast-rs v2.0.2
41442026-04-07T18:22:06.038Z Compiling bit-vec v0.6.3
41452026-04-07T18:22:06.154Z Compiling itertools v0.10.5
41462026-04-07T18:22:06.282Z Compiling bit-set v0.5.3
41472026-04-07T18:22:06.385Z Compiling ascii-canvas v3.0.0
41482026-04-07T18:22:06.461Z Compiling ena v0.14.4
41492026-04-07T18:22:06.546Z Compiling libloading v0.8.9
41502026-04-07T18:22:06.582Z Compiling regex-syntax v0.6.29
41512026-04-07T18:22:06.619Z Compiling diff v0.1.13
41522026-04-07T18:22:06.661Z Compiling bindgen v0.71.1
41532026-04-07T18:22:06.708Z Compiling cexpr v0.6.0
41542026-04-07T18:22:06.929Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41552026-04-07T18:22:07.162Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41562026-04-07T18:22:07.209Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41572026-04-07T18:22:07.337Z Compiling libxml v0.3.3
41582026-04-07T18:22:07.368Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41592026-04-07T18:22:07.496Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41602026-04-07T18:22:07.615Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41612026-04-07T18:22:07.730Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41622026-04-07T18:22:07.832Z Compiling strum_macros v0.24.3
41632026-04-07T18:22:07.941Z Compiling indoc v1.0.9
41642026-04-07T18:22:08.433Z Compiling lalrpop v0.19.12
41652026-04-07T18:22:08.923Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41662026-04-07T18:22:08.991Z Checking derive_builder v0.20.2
41672026-04-07T18:22:09.125Z Compiling oso-derive v0.27.3
41682026-04-07T18:22:09.142Z Checking quick-xml v0.37.5
41692026-04-07T18:22:09.336Z Compiling impl-trait-for-tuples v0.2.3
41702026-04-07T18:22:09.673Z Checking openssl-probe v0.1.6
41712026-04-07T18:22:09.837Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41722026-04-07T18:22:10.125Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41732026-04-07T18:22:10.338Z Checking bb8 v0.8.6
41742026-04-07T18:22:10.682Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41752026-04-07T18:22:10.706Z Checking nonempty v0.12.0
41762026-04-07T18:22:10.911Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41772026-04-07T18:22:10.929Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41782026-04-07T18:22:10.946Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41792026-04-07T18:22:11.051Z Checking console v0.16.2
41802026-04-07T18:22:11.156Z Checking unit-prefix v0.5.2
41812026-04-07T18:22:11.176Z Checking support-bundle-viewer v0.1.2
41822026-04-07T18:22:11.309Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41832026-04-07T18:22:11.393Z Checking indicatif v0.18.4
41842026-04-07T18:22:11.452Z Checking multimap v0.10.1
41852026-04-07T18:22:12.196Z Checking diesel v2.3.7
41862026-04-07T18:22:14.080Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41872026-04-07T18:22:14.832Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41882026-04-07T18:22:14.866Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41892026-04-07T18:22:15.376Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41902026-04-07T18:22:15.955Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41912026-04-07T18:22:16.256Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41922026-04-07T18:22:16.776Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41932026-04-07T18:22:17.603Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41942026-04-07T18:22:19.815Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41952026-04-07T18:22:25.046Z Compiling samael v0.0.19
41962026-04-07T18:22:29.488Z Checking diesel-dtrace v0.5.0
41972026-04-07T18:22:29.749Z Checking async-bb8-diesel v0.2.1
41982026-04-07T18:22:31.038Z Compiling polar-core v0.27.3
41992026-04-07T18:22:35.909Z Checking oso v0.27.3
42002026-04-07T18:23:15.108Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42012026-04-07T18:23:50.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 46s
42022026-04-07T18:23:51.058Z
42032026-04-07T18:23:51.058Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/270)
42042026-04-07T18:23:51.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-04-07T18:23:51.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-04-07T18:23:51.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-04-07T18:23:51.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s
42082026-04-07T18:23:51.810Z
42092026-04-07T18:23:51.810Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/270)
42102026-04-07T18:23:52.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-04-07T18:23:52.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-04-07T18:23:52.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-04-07T18:23:52.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42142026-04-07T18:23:52.525Z
42152026-04-07T18:23:52.525Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/270)
42162026-04-07T18:23:53.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-04-07T18:23:53.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-04-07T18:23:53.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-04-07T18:23:53.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42202026-04-07T18:23:53.167Z
42212026-04-07T18:23:53.167Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/270)
42222026-04-07T18:23:53.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-04-07T18:23:53.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-04-07T18:23:54.115Z Compiling libz-sys v1.1.24
42252026-04-07T18:23:54.274Z Compiling libgit2-sys v0.18.3+1.9.2
42262026-04-07T18:23:54.284Z Compiling vergen-git2 v1.0.7
42272026-04-07T18:23:54.288Z Compiling rustls v0.21.12
42282026-04-07T18:23:54.288Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42292026-04-07T18:23:54.291Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42302026-04-07T18:23:54.291Z Checking sct v0.7.1
42312026-04-07T18:23:54.291Z Checking rustls-webpki v0.101.7
42322026-04-07T18:23:54.452Z Compiling nix v0.29.0
42332026-04-07T18:23:54.580Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42342026-04-07T18:23:54.610Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42352026-04-07T18:23:54.641Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42362026-04-07T18:23:54.737Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42372026-04-07T18:23:54.803Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42382026-04-07T18:23:54.943Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42392026-04-07T18:23:54.977Z Checking rustls-pemfile v1.0.4
42402026-04-07T18:23:55.127Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42412026-04-07T18:23:55.147Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42422026-04-07T18:23:55.351Z Checking twox-hash v2.1.2
42432026-04-07T18:23:55.385Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42442026-04-07T18:23:55.599Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42452026-04-07T18:23:56.098Z Checking tokio-rustls v0.24.1
42462026-04-07T18:23:56.215Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42472026-04-07T18:23:56.290Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42482026-04-07T18:23:56.317Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42492026-04-07T18:23:56.334Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42502026-04-07T18:23:56.870Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42512026-04-07T18:23:57.038Z Checking fatfs v0.3.6
42522026-04-07T18:23:57.057Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42532026-04-07T18:23:57.090Z Compiling seq-macro v0.3.6
42542026-04-07T18:24:01.524Z Compiling git2 v0.20.4
42552026-04-07T18:24:01.791Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42562026-04-07T18:24:01.932Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42572026-04-07T18:24:03.925Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42582026-04-07T18:24:55.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
42592026-04-07T18:24:56.038Z
42602026-04-07T18:24:56.038Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/270)
42612026-04-07T18:24:56.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42622026-04-07T18:24:56.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42632026-04-07T18:24:57.027Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42642026-04-07T18:25:39.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.11s
42652026-04-07T18:25:39.397Z
42662026-04-07T18:25:39.397Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/270)
42672026-04-07T18:25:39.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42682026-04-07T18:25:39.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42692026-04-07T18:25:39.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42702026-04-07T18:25:39.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42712026-04-07T18:25:40.064Z
42722026-04-07T18:25:40.064Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (239/270)
42732026-04-07T18:25:40.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42742026-04-07T18:25:40.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42752026-04-07T18:25:40.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42762026-04-07T18:25:40.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
42772026-04-07T18:25:40.787Z
42782026-04-07T18:25:40.787Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (240/270)
42792026-04-07T18:25:41.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42802026-04-07T18:25:41.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42812026-04-07T18:25:41.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42822026-04-07T18:25:41.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
42832026-04-07T18:25:41.514Z
42842026-04-07T18:25:41.514Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (241/270)
42852026-04-07T18:25:42.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-04-07T18:25:42.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-04-07T18:25:42.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42882026-04-07T18:25:42.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
42892026-04-07T18:25:42.243Z
42902026-04-07T18:25:42.243Zinfo: running `cargo check --bins` on nexus-mgs-updates (242/270)
42912026-04-07T18:25:42.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-04-07T18:25:42.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-04-07T18:25:42.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42942026-04-07T18:25:42.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
42952026-04-07T18:25:42.958Z
42962026-04-07T18:25:42.958Zinfo: running `cargo check --bins` on nexus-networking (243/270)
42972026-04-07T18:25:43.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42982026-04-07T18:25:43.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42992026-04-07T18:25:43.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43002026-04-07T18:25:43.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
43012026-04-07T18:25:43.684Z
43022026-04-07T18:25:43.684Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (244/270)
43032026-04-07T18:25:44.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-04-07T18:25:44.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-04-07T18:25:44.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43062026-04-07T18:25:44.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
43072026-04-07T18:25:44.410Z
43082026-04-07T18:25:44.410Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/270)
43092026-04-07T18:25:45.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-04-07T18:25:45.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-04-07T18:25:45.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43122026-04-07T18:25:45.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
43132026-04-07T18:25:45.129Z
43142026-04-07T18:25:45.129Zinfo: running `cargo check --bins` on omicron-dev (246/270)
43152026-04-07T18:25:45.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43162026-04-07T18:25:45.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43172026-04-07T18:25:46.103Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43182026-04-07T18:25:46.107Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43192026-04-07T18:25:46.297Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43202026-04-07T18:25:46.334Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43212026-04-07T18:25:46.353Z Checking diff v0.1.13
43222026-04-07T18:25:46.357Z Checking yansi v1.0.1
43232026-04-07T18:25:46.357Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43242026-04-07T18:25:46.357Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43252026-04-07T18:25:46.449Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43262026-04-07T18:25:46.633Z Checking pretty_assertions v1.4.1
43272026-04-07T18:25:47.325Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43282026-04-07T18:26:12.919Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43292026-04-07T18:26:12.919Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43302026-04-07T18:26:12.922Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43312026-04-07T18:26:12.922Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43322026-04-07T18:26:12.922Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43332026-04-07T18:26:12.922Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43342026-04-07T18:26:13.699Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43352026-04-07T18:26:14.896Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43362026-04-07T18:26:57.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
43372026-04-07T18:26:57.708Z
43382026-04-07T18:26:57.708Zinfo: running `cargo check --bins` on omicron-pins (247/270)
43392026-04-07T18:26:58.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43402026-04-07T18:26:58.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43412026-04-07T18:26:58.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43422026-04-07T18:26:58.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43432026-04-07T18:26:58.355Z
43442026-04-07T18:26:58.355Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/270)
43452026-04-07T18:26:58.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43462026-04-07T18:26:58.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43472026-04-07T18:26:59.213Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43482026-04-07T18:26:59.346Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43492026-04-07T18:26:59.351Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43502026-04-07T18:27:27.022Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43512026-04-07T18:27:27.428Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43522026-04-07T18:27:29.246Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43532026-04-07T18:27:29.725Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43542026-04-07T18:27:33.008Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43552026-04-07T18:27:57.442Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43562026-04-07T18:27:58.116Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43572026-04-07T18:27:59.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
43582026-04-07T18:28:00.086Z
43592026-04-07T18:28:00.086Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/270)
43602026-04-07T18:28:00.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43612026-04-07T18:28:00.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43622026-04-07T18:28:00.879Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43632026-04-07T18:28:01.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.49s
43642026-04-07T18:28:01.805Z
43652026-04-07T18:28:01.805Zinfo: running `cargo check --bins` on omicron-releng (250/270)
43662026-04-07T18:28:02.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43672026-04-07T18:28:02.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43682026-04-07T18:28:02.531Z Compiling blake3 v1.8.3
43692026-04-07T18:28:02.651Z Checking arrayvec v0.7.6
43702026-04-07T18:28:02.651Z Checking constant_time_eq v0.4.2
43712026-04-07T18:28:02.655Z Checking arrayref v0.3.9
43722026-04-07T18:28:02.670Z Checking topological-sort v0.2.2
43732026-04-07T18:28:02.675Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43742026-04-07T18:28:02.675Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43752026-04-07T18:28:02.675Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43762026-04-07T18:28:02.726Z Checking shell-words v1.1.1
43772026-04-07T18:28:03.618Z Checking omicron-zone-package v0.12.2
43782026-04-07T18:28:04.409Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43792026-04-07T18:28:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
43802026-04-07T18:28:05.508Z
43812026-04-07T18:28:05.508Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/270)
43822026-04-07T18:28:06.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-04-07T18:28:06.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-04-07T18:28:06.244Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43852026-04-07T18:28:06.605Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43862026-04-07T18:28:07.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
43872026-04-07T18:28:07.284Z
43882026-04-07T18:28:07.284Zinfo: running `cargo check --bins` on schema (252/270)
43892026-04-07T18:28:07.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-04-07T18:28:07.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-04-07T18:28:08.101Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43922026-04-07T18:28:08.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
43932026-04-07T18:28:09.069Z
43942026-04-07T18:28:09.069Zinfo: running `cargo check --bins` on xtask (253/270)
43952026-04-07T18:28:09.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-04-07T18:28:09.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-04-07T18:28:09.570Z Checking libc v0.2.180
43982026-04-07T18:28:09.574Z Checking serde v1.0.228
43992026-04-07T18:28:09.666Z Checking zerofrom v0.1.6
44002026-04-07T18:28:09.670Z Checking bitflags v2.11.0
44012026-04-07T18:28:09.676Z Checking smallvec v1.15.1
44022026-04-07T18:28:09.681Z Checking hashbrown v0.16.1
44032026-04-07T18:28:09.690Z Checking serde_json v1.0.149
44042026-04-07T18:28:09.695Z Checking scroll v0.12.0
44052026-04-07T18:28:09.778Z Checking yoke v0.8.1
44062026-04-07T18:28:09.836Z Checking num-traits v0.2.19
44072026-04-07T18:28:09.869Z Checking thiserror v1.0.69
44082026-04-07T18:28:09.945Z Checking percent-encoding v2.3.2
44092026-04-07T18:28:09.965Z Checking zerovec v0.11.5
44102026-04-07T18:28:09.977Z Checking zerotrie v0.2.3
44112026-04-07T18:28:09.992Z Checking errno v0.3.14
44122026-04-07T18:28:10.108Z Checking log v0.4.29
44132026-04-07T18:28:10.120Z Checking toml_datetime v0.6.11
44142026-04-07T18:28:10.130Z Checking rustix v1.1.3
44152026-04-07T18:28:10.207Z Checking indexmap v2.13.0
44162026-04-07T18:28:10.251Z Checking serde_spanned v0.6.9
44172026-04-07T18:28:10.275Z Checking goblin v0.8.2
44182026-04-07T18:28:10.323Z Checking form_urlencoded v1.2.2
44192026-04-07T18:28:10.391Z Checking zerocopy v0.7.35
44202026-04-07T18:28:10.406Z Checking getrandom v0.3.4
44212026-04-07T18:28:10.452Z Checking ordered-float v2.10.1
44222026-04-07T18:28:10.467Z Checking tinystr v0.8.2
44232026-04-07T18:28:10.472Z Checking potential_utf v0.1.4
44242026-04-07T18:28:10.553Z Checking thiserror v2.0.18
44252026-04-07T18:28:10.613Z Checking icu_collections v2.1.1
44262026-04-07T18:28:10.669Z Checking syn v2.0.117
44272026-04-07T18:28:10.677Z Checking icu_locale_core v2.1.1
44282026-04-07T18:28:10.717Z Checking serde-value v0.7.0
44292026-04-07T18:28:10.829Z Checking toml_edit v0.22.27
44302026-04-07T18:28:10.942Z Checking dtrace-parser v0.2.0
44312026-04-07T18:28:10.955Z Checking thread-id v4.2.2
44322026-04-07T18:28:10.968Z Checking once_cell v1.21.3
44332026-04-07T18:28:11.045Z Checking cargo-platform v0.2.0
44342026-04-07T18:28:11.072Z Checking terminal_size v0.4.3
44352026-04-07T18:28:11.164Z Checking tempfile v3.25.0
44362026-04-07T18:28:11.200Z Checking clap_builder v4.5.60
44372026-04-07T18:28:11.212Z Checking memmap v0.7.0
44382026-04-07T18:28:11.245Z Checking textwrap v0.16.2
44392026-04-07T18:28:11.334Z Checking icu_provider v2.1.1
44402026-04-07T18:28:11.355Z Checking fs-err v3.3.0
44412026-04-07T18:28:11.382Z Checking camino-tempfile v1.4.1
44422026-04-07T18:28:11.482Z Checking tabled v0.15.0
44432026-04-07T18:28:11.555Z Checking anyhow v1.0.102
44442026-04-07T18:28:11.567Z Checking macaddr v1.0.1
44452026-04-07T18:28:11.597Z Checking icu_properties v2.1.2
44462026-04-07T18:28:11.766Z Checking icu_normalizer v2.1.1
44472026-04-07T18:28:11.781Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44482026-04-07T18:28:12.081Z Checking toml v0.8.23
44492026-04-07T18:28:12.423Z Checking cargo_toml v0.21.0
44502026-04-07T18:28:12.461Z Checking dof v0.3.0
44512026-04-07T18:28:12.524Z Checking idna_adapter v1.2.1
44522026-04-07T18:28:12.594Z Checking clap v4.5.60
44532026-04-07T18:28:12.660Z Checking idna v1.1.0
44542026-04-07T18:28:12.792Z Checking usdt-impl v0.5.0
44552026-04-07T18:28:12.918Z Checking url v2.5.8
44562026-04-07T18:28:13.080Z Checking usdt v0.5.0
44572026-04-07T18:28:13.313Z Checking cargo-util-schemas v0.8.2
44582026-04-07T18:28:14.067Z Checking cargo_metadata v0.21.0
44592026-04-07T18:28:14.736Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44602026-04-07T18:28:15.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
44612026-04-07T18:28:15.336Z
44622026-04-07T18:28:15.336Zinfo: running `cargo check --bins` on dnsadm (254/270)
44632026-04-07T18:28:15.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44642026-04-07T18:28:15.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44652026-04-07T18:28:16.057Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44662026-04-07T18:28:16.573Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44672026-04-07T18:28:17.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
44682026-04-07T18:28:17.218Z
44692026-04-07T18:28:17.218Zinfo: running `cargo check --bins` on end-to-end-tests (255/270)
44702026-04-07T18:28:17.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-04-07T18:28:17.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-04-07T18:28:18.101Z Checking polyval v0.6.2
44732026-04-07T18:28:18.232Z Checking ctr v0.9.2
44742026-04-07T18:28:18.267Z Checking ssh-encoding v0.2.0
44752026-04-07T18:28:18.267Z Checking blowfish v0.9.1
44762026-04-07T18:28:18.272Z Checking password-hash v0.4.2
44772026-04-07T18:28:18.276Z Checking p521 v0.13.3
44782026-04-07T18:28:18.276Z Checking p256 v0.13.2
44792026-04-07T18:28:18.276Z Checking russh-cryptovec v0.7.3
44802026-04-07T18:28:18.380Z Checking ghash v0.5.1
44812026-04-07T18:28:18.384Z Checking md5 v0.7.0
44822026-04-07T18:28:18.439Z Checking num-bigint v0.4.6
44832026-04-07T18:28:18.482Z Checking des v0.8.1
44842026-04-07T18:28:18.511Z Checking aes-gcm v0.10.3
44852026-04-07T18:28:18.512Z Checking bcrypt-pbkdf v0.10.0
44862026-04-07T18:28:18.574Z Checking pbkdf2 v0.11.0
44872026-04-07T18:28:18.590Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44882026-04-07T18:28:18.595Z Checking hex-literal v0.4.1
44892026-04-07T18:28:18.647Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44902026-04-07T18:28:18.682Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44912026-04-07T18:28:18.698Z Checking ssh-cipher v0.2.0
44922026-04-07T18:28:18.711Z Checking internet-checksum v0.2.1
44932026-04-07T18:28:18.878Z Checking ssh-key v0.6.7
44942026-04-07T18:28:18.975Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44952026-04-07T18:28:19.581Z Checking russh-keys v0.45.0
44962026-04-07T18:28:20.199Z Checking russh v0.45.0
44972026-04-07T18:28:36.456Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44982026-04-07T18:28:37.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.53s
44992026-04-07T18:28:37.976Z
45002026-04-07T18:28:37.976Zinfo: running `cargo check --bins` on gateway-cli (256/270)
45012026-04-07T18:28:38.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-04-07T18:28:38.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-04-07T18:28:38.664Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45042026-04-07T18:28:38.778Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45052026-04-07T18:28:38.787Z Checking termios v0.3.3
45062026-04-07T18:28:40.096Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45072026-04-07T18:28:40.254Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45082026-04-07T18:28:42.265Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45092026-04-07T18:28:42.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
45102026-04-07T18:28:43.068Z
45112026-04-07T18:28:43.068Zinfo: running `cargo check --bins --no-default-features` on installinator (257/270)
45122026-04-07T18:28:43.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-04-07T18:28:43.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-04-07T18:28:43.845Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45152026-04-07T18:28:43.969Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45162026-04-07T18:28:43.978Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45172026-04-07T18:28:43.978Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45182026-04-07T18:28:43.984Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45192026-04-07T18:28:43.988Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45202026-04-07T18:28:44.789Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45212026-04-07T18:28:45.175Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45222026-04-07T18:28:45.178Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45232026-04-07T18:28:45.862Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45242026-04-07T18:28:47.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
45252026-04-07T18:28:47.821Z
45262026-04-07T18:28:47.821Zinfo: running `cargo check --bins` on internal-dns-cli (258/270)
45272026-04-07T18:28:48.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-04-07T18:28:48.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-04-07T18:28:48.516Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45302026-04-07T18:28:49.004Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45312026-04-07T18:28:49.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
45322026-04-07T18:28:49.571Z
45332026-04-07T18:28:49.571Zinfo: running `cargo check --bins` on omicron-live-tests (259/270)
45342026-04-07T18:28:50.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-04-07T18:28:50.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-04-07T18:28:50.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45372026-04-07T18:28:50.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
45382026-04-07T18:28:50.224Z
45392026-04-07T18:28:50.224Zinfo: running `cargo check --bins` on live-tests-macros (260/270)
45402026-04-07T18:28:50.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-04-07T18:28:50.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-04-07T18:28:50.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-04-07T18:28:50.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
45442026-04-07T18:28:50.859Z
45452026-04-07T18:28:50.859Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (261/270)
45462026-04-07T18:28:51.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-04-07T18:28:51.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-04-07T18:28:51.661Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45492026-04-07T18:28:52.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45502026-04-07T18:28:52.511Z
45512026-04-07T18:28:52.511Zinfo: running `cargo check --bins` on omicron-ntp-admin (262/270)
45522026-04-07T18:28:53.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-07T18:28:53.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-07T18:28:53.219Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45552026-04-07T18:28:53.223Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45562026-04-07T18:28:53.489Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45572026-04-07T18:28:53.489Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45582026-04-07T18:28:54.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
45592026-04-07T18:28:54.555Z
45602026-04-07T18:28:54.556Zinfo: running `cargo check --bins` on ntp-admin-types (263/270)
45612026-04-07T18:28:55.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-04-07T18:28:55.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-04-07T18:28:55.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45642026-04-07T18:28:55.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
45652026-04-07T18:28:55.193Z
45662026-04-07T18:28:55.193Zinfo: running `cargo check --bins` on omicron-package (264/270)
45672026-04-07T18:28:55.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-04-07T18:28:55.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-04-07T18:28:55.942Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45702026-04-07T18:28:57.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
45712026-04-07T18:28:57.322Z
45722026-04-07T18:28:57.322Zinfo: running `cargo check --bins` on tqdb (265/270)
45732026-04-07T18:28:57.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-04-07T18:28:57.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-04-07T18:28:58.171Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45762026-04-07T18:28:58.551Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45772026-04-07T18:28:59.104Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45782026-04-07T18:28:59.104Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45792026-04-07T18:29:04.873Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45802026-04-07T18:29:05.581Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45812026-04-07T18:29:05.582Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45822026-04-07T18:29:05.585Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45832026-04-07T18:29:05.585Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45842026-04-07T18:29:06.425Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45852026-04-07T18:29:07.457Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45862026-04-07T18:29:08.276Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45872026-04-07T18:29:08.942Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45882026-04-07T18:29:13.898Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45892026-04-07T18:29:20.582Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45902026-04-07T18:29:20.582Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45912026-04-07T18:29:20.586Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45922026-04-07T18:29:20.586Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45932026-04-07T18:29:22.177Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45942026-04-07T18:29:23.619Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45952026-04-07T18:29:24.340Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45962026-04-07T18:29:25.694Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45972026-04-07T18:29:26.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.94s
45982026-04-07T18:29:26.506Z
45992026-04-07T18:29:26.506Zinfo: running `cargo check --bins` on wicket-dbg (266/270)
46002026-04-07T18:29:27.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-04-07T18:29:27.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-04-07T18:29:27.267Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46032026-04-07T18:29:27.267Z Checking rtoolbox v0.0.3
46042026-04-07T18:29:27.271Z Checking tui-tree-widget v0.23.1
46052026-04-07T18:29:27.505Z Checking rpassword v7.4.0
46062026-04-07T18:29:28.473Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46072026-04-07T18:29:31.714Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46082026-04-07T18:29:33.627Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46092026-04-07T18:29:34.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.06s
46102026-04-07T18:29:34.786Z
46112026-04-07T18:29:34.786Zinfo: running `cargo check --bins` on wicket (267/270)
46122026-04-07T18:29:35.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-04-07T18:29:35.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-04-07T18:29:35.537Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46152026-04-07T18:29:35.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s
46162026-04-07T18:29:36.110Z
46172026-04-07T18:29:36.110Zinfo: running `cargo check --bins` on wicketd (268/270)
46182026-04-07T18:29:36.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-04-07T18:29:36.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-04-07T18:29:36.884Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46212026-04-07T18:29:36.888Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46222026-04-07T18:29:36.888Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46232026-04-07T18:29:36.888Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46242026-04-07T18:29:37.921Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46252026-04-07T18:29:38.525Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46262026-04-07T18:29:41.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
46272026-04-07T18:29:41.934Z
46282026-04-07T18:29:41.934Zinfo: running `cargo check --bins` on omicron-workspace-hack (269/270)
46292026-04-07T18:29:42.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-04-07T18:29:42.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-04-07T18:29:42.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46322026-04-07T18:29:42.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
46332026-04-07T18:29:42.591Z
46342026-04-07T18:29:42.591Zinfo: running `cargo check --bins` on zone-setup (270/270)
46352026-04-07T18:29:43.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46362026-04-07T18:29:43.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46372026-04-07T18:29:43.308Z Checking uzers v0.12.2
46382026-04-07T18:29:43.595Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46392026-04-07T18:29:44.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
46402026-04-07T18:29:44.650Z
46412026-04-07T18:29:44.650Zreal 15:21.712069747
46422026-04-07T18:29:44.650Zuser 22:26.416830808
46432026-04-07T18:29:44.650Zsys 4:35.759335514
46442026-04-07T18:29:44.650Ztrap 0.348671245
46452026-04-07T18:29:44.650Ztflt 0.377788498
46462026-04-07T18:29:44.650Zdflt 1.004642289
46472026-04-07T18:29:44.650Zkflt 0.001162257
46482026-04-07T18:29:44.655Zlock 1:24:24.188527636
46492026-04-07T18:29:44.655Zslp 1:46:52.410848537
46502026-04-07T18:29:44.655Zlat 1:09.994073729
46512026-04-07T18:29:44.655Zstop 4:07.228817043
46522026-04-07T18:29:44.655Zprocess exited: duration 1145578 ms, exit code 0
 
46532026-04-07T18:29:44.665Zfound 0 output files