01KKWRV7CRJPJ23J477C0NJ1HS: 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: 01KKWRVGTJQ44YB9N45STG100H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T02:10:06.944Zjob assigned to worker 01KKWRVP4HD28S3130HD24F880 [factory aws, i-024535c099840c7ef] (queued for 1 m 3 s)
 
22026-03-17T02:10:14.657Zstarting task 0: "setup"
32026-03-17T02:10:14.664Z++ uname -s
42026-03-17T02:10:14.668Z+ kern=SunOS
52026-03-17T02:10:14.668Z+ build_user=build
62026-03-17T02:10:14.668Z+ build_uid=12345
72026-03-17T02:10:14.668Z+ work_dir=/work
82026-03-17T02:10:14.668Z+ input_dir=/input
92026-03-17T02:10:14.668Z+ [[ 0 == 12345 ]]
102026-03-17T02:10:14.668Z+ case "$kern" in
112026-03-17T02:10:14.668Z+ groupadd -g 12345 build
122026-03-17T02:10:14.671Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T02:10:16.675Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T02:10:16.784Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T02:10:16.787Z+ home_fs=zfs
162026-03-17T02:10:16.787Z+ [[ zfs == autofs ]]
172026-03-17T02:10:16.787Z+ mkdir -p /home/build
182026-03-17T02:10:16.790Z+ chown build:build /home/build /work
192026-03-17T02:10:18.790Z+ chmod 0700 /home/build /work
202026-03-17T02:10:18.793Zprocess exited: duration 4135 ms, exit code 0
 
212026-03-17T02:10:18.799Zstarting task 1: "rust-toolchain"
222026-03-17T02:10:18.802Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T02:10:18.802Z * rust toolchain channel = "1.94.0"
242026-03-17T02:10:18.802Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-17T02:10:18.803Z * rust toolchain profile = "default"
262026-03-17T02:10:18.803Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T02:10:18.803Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T02:10:18.805Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T02:10:18.805Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T02:10:18.943Zinfo: downloading installer
312026-03-17T02:10:20.657Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T02:10:20.657Zwarn: /opt/ooce/bin
332026-03-17T02:10:20.657Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T02:10:20.657Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T02:10:20.657Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T02:10:20.657Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T02:10:20.657Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T02:10:20.657Zerror: cannot install while Rust is installed
392026-03-17T02:10:20.657Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T02:10:20.657Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T02:10:20.658Zwarn: /home/build/.rustup/settings.toml
422026-03-17T02:10:20.658Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T02:10:20.658Zwarn: instead of the one inferred from the default host triple.
442026-03-17T02:10:20.670Zinfo: profile set to default
452026-03-17T02:10:20.670Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T02:10:20.672Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T02:10:20.820Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T02:10:20.823Zinfo: downloading 6 components
492026-03-17T02:10:36.630Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T02:10:36.630Z
512026-03-17T02:10:36.668Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T02:10:36.668Z
532026-03-17T02:10:36.668Z
542026-03-17T02:10:36.668ZRust is installed now. Great!
552026-03-17T02:10:36.668Z
562026-03-17T02:10:36.672ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T02:10:36.672Zenvironment variable. This has not been done automatically.
582026-03-17T02:10:36.672Z
592026-03-17T02:10:36.672ZTo configure your current shell, you need to source
602026-03-17T02:10:36.672Zthe corresponding env file under $HOME/.cargo.
612026-03-17T02:10:36.672Z
622026-03-17T02:10:36.672ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T02:10:36.672Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T02:10:36.672Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T02:10:36.672Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T02:10:36.672Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T02:10:36.672Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T02:10:36.672Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T02:10:36.672Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T02:10:36.672Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T02:10:36.779Z+ rustup --version
722026-03-17T02:10:36.790Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T02:10:36.793Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T02:10:36.817Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T02:10:36.819Z+ cargo --version
762026-03-17T02:10:36.836Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T02:10:36.839Z+ rustc --version
782026-03-17T02:10:36.867Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T02:10:36.869Zprocess exited: duration 18069 ms, exit code 0
 
802026-03-17T02:10:36.876Zstarting task 2: "authentication"
812026-03-17T02:10:36.896Zprocess exited: duration 19 ms, exit code 0
 
822026-03-17T02:10:36.902Zstarting task 3: "clone repository"
832026-03-17T02:10:36.906Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T02:10:36.909Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T02:10:36.941ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T02:10:46.869Z+ cd /work/oxidecomputer/omicron
872026-03-17T02:10:46.869Z+ git fetch origin 2ba1215588cee323052ac78057d9284da554a096
882026-03-17T02:10:47.173ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T02:10:47.173Z * branch 2ba1215588cee323052ac78057d9284da554a096 -> FETCH_HEAD
902026-03-17T02:10:47.184Z+ [[ -n zl/omdb-mcast ]]
912026-03-17T02:10:47.187Z++ git branch --show-current
922026-03-17T02:10:47.190Z+ current=main
932026-03-17T02:10:47.190Z+ [[ main != zl/omdb-mcast ]]
942026-03-17T02:10:47.190Z+ git branch -f zl/omdb-mcast 2ba1215588cee323052ac78057d9284da554a096
952026-03-17T02:10:47.193Z+ git checkout -f zl/omdb-mcast
962026-03-17T02:10:47.503ZSwitched to branch 'zl/omdb-mcast'
972026-03-17T02:10:47.506Z+ git reset --hard 2ba1215588cee323052ac78057d9284da554a096
982026-03-17T02:10:47.560ZHEAD is now at 2ba121558 merge multicast-e2e into omdb-mcast
992026-03-17T02:10:47.563Zprocess exited: duration 10660 ms, exit code 0
 
1002026-03-17T02:10:47.569Zstarting task 4: "build"
1012026-03-17T02:10:47.573Z+ source .github/buildomat/ci-env.sh
1022026-03-17T02:10:47.576Z++ export CARGO_TERM_COLOR=always
1032026-03-17T02:10:47.576Z++ CARGO_TERM_COLOR=always
1042026-03-17T02:10:47.576Z+ cargo --version
1052026-03-17T02:10:47.586Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-17T02:10:47.588Z+ rustc --version
1072026-03-17T02:10:47.613Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-17T02:10:47.616Z+ source ./env.sh
1092026-03-17T02:10:47.616Z++ OLD_SHELL_OPTS=ehxB
1102026-03-17T02:10:47.616Z++ set -o xtrace
1112026-03-17T02:10:47.619Z++++ dirname ./env.sh
1122026-03-17T02:10:47.622Z+++ readlink -f .
1132026-03-17T02:10:47.626Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-17T02:10:47.626Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-03-17T02:10:47.626Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-17T02:10:47.626Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-03-17T02:10:47.626Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-03-17T02:10:47.626Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-03-17T02:10:47.626Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-03-17T02:10:47.626Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-03-17T02:10:47.626Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-03-17T02:10:47.626Z++ case $OLD_SHELL_OPTS in
1232026-03-17T02:10:47.626Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-17T02:10:47.626Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-03-17T02:10:47.626Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-03-17T02:10:47.626Z+ banner prerequisites
1272026-03-17T02:10:47.629Z
1282026-03-17T02:10:47.629Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-17T02:10:47.629Z # # # # # # # # # # # # # # #
1302026-03-17T02:10:47.629Z # # # # ##### # # ##### # # # # # #### #
1312026-03-17T02:10:47.629Z ##### ##### # ##### # # # # # # # # #
1322026-03-17T02:10:47.629Z # # # # # # # # # # # # # # #
1332026-03-17T02:10:47.629Z # # # ###### # # ###### ### # #### # #### #
1342026-03-17T02:10:47.629Z
1352026-03-17T02:10:47.629Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-17T02:10:57.670Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-17T02:11:07.392Z Startup: Caching catalogs ... Done
1382026-03-17T02:11:29.534ZPlanning: Solver setup ... Done (20.495s)
1392026-03-17T02:11:29.684ZPlanning: Running solver ... Done (0.150s)
1402026-03-17T02:11:29.873ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-17T02:11:29.885ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-17T02:11:30.011ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-17T02:11:30.053ZPlanning: Package planning ... Done (0.042s)
1442026-03-17T02:11:30.093ZPlanning: Merging actions ... Done (0.040s)
1452026-03-17T02:11:30.333ZPlanning: Checking for conflicting actions ... Done (0.240s)
1462026-03-17T02:11:30.343ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-17T02:11:31.208ZPlanning: Evaluating mediators ... Done (0.863s)
1482026-03-17T02:11:31.215ZPlanning: Planning completed in 23.67 seconds
1492026-03-17T02:11:31.229Z Packages to install: 4
1502026-03-17T02:11:31.233Z Mediators to change: 2
1512026-03-17T02:11:31.233Z Services to change: 1
1522026-03-17T02:11:31.233Z Estimated space available: 155.43 GB
1532026-03-17T02:11:31.233ZEstimated space to be consumed: 1.83 GB
1542026-03-17T02:11:31.233Z Create boot environment: No
1552026-03-17T02:11:31.233ZCreate backup boot environment: No
1562026-03-17T02:11:31.233Z Rebuild boot archive: No
1572026-03-17T02:11:31.233Z
1582026-03-17T02:11:31.234ZChanged mediators:
1592026-03-17T02:11:31.234Z mediator clang:
1602026-03-17T02:11:31.234Z version: None -> 15 (system default)
1612026-03-17T02:11:31.234Z
1622026-03-17T02:11:31.234Z mediator llvm:
1632026-03-17T02:11:31.234Z version: 14 (system default) -> 15 (system default)
1642026-03-17T02:11:31.234Z
1652026-03-17T02:11:31.234ZChanged packages:
1662026-03-17T02:11:31.234Zhelios-dev
1672026-03-17T02:11:31.234Z developer/build-essential
1682026-03-17T02:11:31.234Z None -> 11-2.0
1692026-03-17T02:11:31.234Z library/libxmlsec1
1702026-03-17T02:11:31.234Z None -> 1.2.35-2.0
1712026-03-17T02:11:31.234Z ooce/developer/clang-15
1722026-03-17T02:11:31.234Z None -> 15.0.7-2.0
1732026-03-17T02:11:31.234Z ooce/developer/llvm-15
1742026-03-17T02:11:31.235Z None -> 15.0.7-2.0
1752026-03-17T02:11:31.235Z
1762026-03-17T02:11:31.235ZServices:
1772026-03-17T02:11:31.235Z restart_fmri:
1782026-03-17T02:11:31.235Z svc:/system/update-man-index:default
1792026-03-17T02:11:31.278Z
1802026-03-17T02:11:31.278ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-17T02:11:36.278ZDownload: 1236/3290 items 91.0/212.6MB 42% complete (18.0M/s)
1822026-03-17T02:11:41.280ZDownload: 2770/3290 items 120.7/212.6MB 56% complete (12.3M/s)
1832026-03-17T02:11:46.738ZDownload: 3286/3290 items 212.2/212.6MB 99% complete (16.1M/s)
1842026-03-17T02:11:46.766ZDownload: Completed 212.60 MB in 15.49 seconds (13.7M/s)
1852026-03-17T02:11:46.919Z Actions: 1/3689 actions (Installing new actions)
1862026-03-17T02:11:51.036Z Actions: Completed 3689 actions in 4.12 seconds.
1872026-03-17T02:11:51.412Z Done (0.371s)
1882026-03-17T02:11:51.412Z Done (0.000s)
1892026-03-17T02:11:52.410Z Done (0.998s)
1902026-03-17T02:11:56.446Z Done (3.693s)
1912026-03-17T02:11:56.534Z Done (0.018s)
1922026-03-17T02:11:56.537Z Done (0.000s)
1932026-03-17T02:11:56.717Z Done (0.000s)
1942026-03-17T02:11:57.710ZPlanning: Evaluating mediator changes ... Done
1952026-03-17T02:11:57.860ZPlanning: Checking for conflicting actions ... Done
1962026-03-17T02:11:57.863ZPlanning: Consolidating action changes ... Done
1972026-03-17T02:11:58.085ZPlanning: Evaluating mediators ... Done
1982026-03-17T02:11:58.088ZPlanning: Planning completed in 0.38 seconds
1992026-03-17T02:11:58.115Z Mediators to change: 2
2002026-03-17T02:11:58.115Z Create boot environment: No
2012026-03-17T02:11:58.117ZCreate backup boot environment: No
2022026-03-17T02:11:58.182Z Done
2032026-03-17T02:11:58.182Z Done
2042026-03-17T02:11:58.935Z Done
2052026-03-17T02:12:02.281Z Done
2062026-03-17T02:12:02.373Z Done
2072026-03-17T02:12:02.377Z Done
2082026-03-17T02:12:02.524Z Done
2092026-03-17T02:12:03.066ZPlanning: Evaluating mediator changes ... Done
2102026-03-17T02:12:03.069ZPlanning: Merging actions ... Done
2112026-03-17T02:12:03.235ZPlanning: Checking for conflicting actions ... Done
2122026-03-17T02:12:03.238ZPlanning: Consolidating action changes ... Done
2132026-03-17T02:12:03.455ZPlanning: Evaluating mediators ... Done
2142026-03-17T02:12:03.498ZPlanning: Planning completed in 0.63 seconds
2152026-03-17T02:12:03.528Z Packages to change: 1
2162026-03-17T02:12:03.528Z Mediators to change: 1
2172026-03-17T02:12:03.531Z Services to change: 1
2182026-03-17T02:12:03.531Z Create boot environment: No
2192026-03-17T02:12:03.531ZCreate backup boot environment: Yes
2202026-03-17T02:12:06.103Z Actions: 1/6 actions (Updating modified actions)
2212026-03-17T02:12:06.106Z Actions: Completed 6 actions in 0.00 seconds.
2222026-03-17T02:12:06.106Z Done
2232026-03-17T02:12:06.106Z Done
2242026-03-17T02:12:06.324Z Done
2252026-03-17T02:12:09.583Z Done
2262026-03-17T02:12:09.670Z Done
2272026-03-17T02:12:09.672Z Done
2282026-03-17T02:12:09.835Z Done
2292026-03-17T02:12:10.230ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-03-17T02:12:10.230Zclang system 15 system
2312026-03-17T02:12:10.230Zcsh system system illumos
2322026-03-17T02:12:10.230Zctags system system illumos
2332026-03-17T02:12:10.230Zfile system system illumos
2342026-03-17T02:12:10.230Zgcc vendor 12 vendor
2352026-03-17T02:12:10.230Zgcc system 10 system
2362026-03-17T02:12:10.230Zgcc system 7 system
2372026-03-17T02:12:10.230Zgo system 1.20 system
2382026-03-17T02:12:10.230Zgo system 1.19 system
2392026-03-17T02:12:10.230Zllvm system 15 system
2402026-03-17T02:12:10.230Zllvm system 14 system
2412026-03-17T02:12:10.230Zmariadb system 10.6 system
2422026-03-17T02:12:10.230Zmta vendor vendor dma
2432026-03-17T02:12:10.230Zopenjdk system 17 system
2442026-03-17T02:12:10.230Zopenjdk system 11 system
2452026-03-17T02:12:10.230Zopenjdk system 1.8 system
2462026-03-17T02:12:10.230Zopenssl vendor 3 vendor
2472026-03-17T02:12:10.230Zperl system 5.36 system
2482026-03-17T02:12:10.230Zpostgresql system 15 system
2492026-03-17T02:12:10.230Zpostgresql system 13 system
2502026-03-17T02:12:10.230Zpython vendor 3 vendor
2512026-03-17T02:12:10.230Zpython system 2 system
2522026-03-17T02:12:10.230Zpython3 system 3.11 system
2532026-03-17T02:12:10.230Zruby system 3.0 system
2542026-03-17T02:12:10.230Zwords vendor vendor american-english
2552026-03-17T02:12:10.230Zwords system system australian-english
2562026-03-17T02:12:10.230Zwords system system british-english
2572026-03-17T02:12:10.230Zwords system system canadian-english
2582026-03-17T02:12:10.230Zwords system system french
2592026-03-17T02:12:10.231Zwords system system italian
2602026-03-17T02:12:10.231Zwords system system ngerman
2612026-03-17T02:12:10.231Zwords system system ogerman
2622026-03-17T02:12:10.231Zwords system system spanish
2632026-03-17T02:12:10.518ZPUBLISHER TYPE STATUS P LOCATION
2642026-03-17T02:12:10.518Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-03-17T02:12:16.489ZFMRI IFO
2662026-03-17T02:12:16.489Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-03-17T02:12:16.489Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-03-17T02:12:16.489Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-03-17T02:12:16.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-03-17T02:12:16.489Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-03-17T02:12:16.489Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-03-17T02:12:16.489Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732026-03-17T02:12:16.490Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2742026-03-17T02:12:16.490Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752026-03-17T02:12:16.490Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762026-03-17T02:12:16.490Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2772026-03-17T02:12:16.490Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782026-03-17T02:12:16.490Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792026-03-17T02:12:16.490Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2802026-03-17T02:12:16.490Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812026-03-17T02:12:16.490Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822026-03-17T02:12:17.763Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832026-03-17T02:12:18.044Z Updating crates.io index
2842026-03-17T02:12:18.079Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2852026-03-17T02:12:18.315Z Updating git repository `https://github.com/oxidecomputer/lldp`
2862026-03-17T02:12:18.925Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-03-17T02:12:19.178Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-03-17T02:12:19.593Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-03-17T02:12:20.280Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-03-17T02:12:20.877Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-03-17T02:12:22.289Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-03-17T02:12:23.937Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-03-17T02:12:24.807Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-03-17T02:12:25.082Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-03-17T02:12:26.292Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-03-17T02:12:26.548Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-03-17T02:12:27.013Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-03-17T02:12:27.380Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-03-17T02:12:28.449Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-03-17T02:12:28.983Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-03-17T02:12:29.462Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-03-17T02:12:29.695Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-03-17T02:12:30.256Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-03-17T02:12:30.490Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-03-17T02:12:30.708Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-03-17T02:12:30.959Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-03-17T02:12:31.478Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-03-17T02:12:31.833Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-03-17T02:12:32.356Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-03-17T02:12:32.707Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-03-17T02:12:33.176Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-03-17T02:12:33.449Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3132026-03-17T02:12:34.123Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3142026-03-17T02:12:34.532Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3152026-03-17T02:12:35.114Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3162026-03-17T02:12:35.387Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3172026-03-17T02:12:35.934Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182026-03-17T02:12:36.183Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192026-03-17T02:12:36.432Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202026-03-17T02:12:36.765Z Updating git repository `https://github.com/illumos/smf-rs`
3212026-03-17T02:12:37.093Z Updating git repository `https://github.com/oxidecomputer/omicron`
3222026-03-17T02:12:51.132Z Downloading crates ...
3232026-03-17T02:12:51.198Z Downloaded equivalent v1.0.2
3242026-03-17T02:12:51.203Z Downloaded is_terminal_polyfill v1.70.2
3252026-03-17T02:12:51.208Z Downloaded camino v1.2.2
3262026-03-17T02:12:51.211Z Downloaded scroll_derive v0.12.1
3272026-03-17T02:12:51.211Z Downloaded proc-macro-error-attr v1.0.4
3282026-03-17T02:12:51.214Z Downloaded cfg-if v1.0.4
3292026-03-17T02:12:51.217Z Downloaded erased-serde v0.4.9
3302026-03-17T02:12:51.219Z Downloaded form_urlencoded v1.2.2
3312026-03-17T02:12:51.219Z Downloaded autocfg v1.5.0
3322026-03-17T02:12:51.222Z Downloaded digest v0.10.7
3332026-03-17T02:12:51.225Z Downloaded anstream v0.6.21
3342026-03-17T02:12:51.225Z Downloaded colorchoice v1.0.4
3352026-03-17T02:12:51.225Z Downloaded cargo_toml v0.21.0
3362026-03-17T02:12:51.232Z Downloaded clap_builder v4.5.60
3372026-03-17T02:12:51.235Z Downloaded clap_derive v4.5.55
3382026-03-17T02:12:51.238Z Downloaded anyhow v1.0.102
3392026-03-17T02:12:51.241Z Downloaded thread-id v4.2.2
3402026-03-17T02:12:51.244Z Downloaded clap_lex v1.0.0
3412026-03-17T02:12:51.244Z Downloaded cargo-util-schemas v0.8.2
3422026-03-17T02:12:51.247Z Downloaded zerofrom v0.1.6
3432026-03-17T02:12:51.249Z Downloaded unicode-xid v0.2.6
3442026-03-17T02:12:51.252Z Downloaded dof v0.3.0
3452026-03-17T02:12:51.252Z Downloaded anstyle v1.0.13
3462026-03-17T02:12:51.252Z Downloaded byteorder v1.5.0
3472026-03-17T02:12:51.255Z Downloaded pest_meta v2.8.6
3482026-03-17T02:12:51.257Z Downloaded clap v4.5.60
3492026-03-17T02:12:51.261Z Downloaded utf8_iter v1.0.4
3502026-03-17T02:12:51.264Z Downloaded usdt-macro v0.5.0
3512026-03-17T02:12:51.264Z Downloaded smawk v0.3.2
3522026-03-17T02:12:51.264Z Downloaded usdt-attr-macro v0.5.0
3532026-03-17T02:12:51.267Z Downloaded serde_core v1.0.228
3542026-03-17T02:12:51.267Z Downloaded serde_spanned v0.6.9
3552026-03-17T02:12:51.269Z Downloaded yoke-derive v0.8.1
3562026-03-17T02:12:51.269Z Downloaded potential_utf v0.1.4
3572026-03-17T02:12:51.270Z Downloaded plain v0.2.3
3582026-03-17T02:12:51.272Z Downloaded dtrace-parser v0.2.0
3592026-03-17T02:12:51.272Z Downloaded zerofrom-derive v0.1.6
3602026-03-17T02:12:51.272Z Downloaded toml_write v0.1.2
3612026-03-17T02:12:51.275Z Downloaded usdt v0.5.0
3622026-03-17T02:12:51.275Z Downloaded swrite v0.1.0
3632026-03-17T02:12:51.275Z Downloaded heck v0.4.1
3642026-03-17T02:12:51.275Z Downloaded version_check v0.9.5
3652026-03-17T02:12:51.278Z Downloaded generic-array v0.14.7
3662026-03-17T02:12:51.278Z Downloaded ordered-float v2.10.1
3672026-03-17T02:12:51.278Z Downloaded displaydoc v0.2.5
3682026-03-17T02:12:51.281Z Downloaded thiserror v2.0.18
3692026-03-17T02:12:51.284Z Downloaded toml_datetime v0.6.11
3702026-03-17T02:12:51.288Z Downloaded unicode-linebreak v0.1.5
3712026-03-17T02:12:51.288Z Downloaded thiserror-impl v2.0.18
3722026-03-17T02:12:51.291Z Downloaded thiserror-impl v1.0.69
3732026-03-17T02:12:51.291Z Downloaded thiserror v1.0.69
3742026-03-17T02:12:51.294Z Downloaded cpufeatures v0.2.17
3752026-03-17T02:12:51.294Z Downloaded url v2.5.8
3762026-03-17T02:12:51.297Z Downloaded tinystr v0.8.2
3772026-03-17T02:12:51.297Z Downloaded anstyle-query v1.1.5
3782026-03-17T02:12:51.299Z Downloaded zerovec-derive v0.11.2
3792026-03-17T02:12:51.299Z Downloaded writeable v0.6.2
3802026-03-17T02:12:51.302Z Downloaded stable_deref_trait v1.2.1
3812026-03-17T02:12:51.302Z Downloaded cargo-platform v0.2.0
3822026-03-17T02:12:51.302Z Downloaded yoke v0.8.1
3832026-03-17T02:12:51.305Z Downloaded zmij v1.0.21
3842026-03-17T02:12:51.305Z Downloaded usdt-impl v0.5.0
3852026-03-17T02:12:51.308Z Downloaded tabled_derive v0.7.0
3862026-03-17T02:12:51.308Z Downloaded idna_adapter v1.2.1
3872026-03-17T02:12:51.308Z Downloaded macaddr v1.0.1
3882026-03-17T02:12:51.311Z Downloaded zerocopy-derive v0.7.35
3892026-03-17T02:12:51.314Z Downloaded terminal_size v0.4.3
3902026-03-17T02:12:51.314Z Downloaded fnv v1.0.7
3912026-03-17T02:12:51.314Z Downloaded ucd-trie v0.1.7
3922026-03-17T02:12:51.317Z Downloaded fastrand v2.3.0
3932026-03-17T02:12:51.317Z Downloaded pretty-hex v0.4.1
3942026-03-17T02:12:51.317Z Downloaded errno v0.3.14
3952026-03-17T02:12:51.320Z Downloaded utf8parse v0.2.2
3962026-03-17T02:12:51.320Z Downloaded block-buffer v0.10.4
3972026-03-17T02:12:51.320Z Downloaded typeid v1.0.3
3982026-03-17T02:12:51.320Z Downloaded textwrap v0.16.2
3992026-03-17T02:12:51.323Z Downloaded itoa v1.0.17
4002026-03-17T02:12:51.323Z Downloaded heck v0.5.0
4012026-03-17T02:12:51.325Z Downloaded proc-macro-error v1.0.4
4022026-03-17T02:12:51.329Z Downloaded toml v0.8.23
4032026-03-17T02:12:51.332Z Downloaded typenum v1.19.0
4042026-03-17T02:12:51.334Z Downloaded unicode-ident v1.0.24
4052026-03-17T02:12:51.337Z Downloaded fs-err v3.3.0
4062026-03-17T02:12:51.337Z Downloaded toml_edit v0.22.27
4072026-03-17T02:12:51.340Z Downloaded camino-tempfile v1.4.1
4082026-03-17T02:12:51.343Z Downloaded zerotrie v0.2.3
4092026-03-17T02:12:51.346Z Downloaded percent-encoding v2.3.2
4102026-03-17T02:12:51.351Z Downloaded semver v1.0.27
4112026-03-17T02:12:51.354Z Downloaded bytecount v0.6.9
4122026-03-17T02:12:51.357Z Downloaded strsim v0.11.1
4132026-03-17T02:12:51.357Z Downloaded serde-untagged v0.1.9
4142026-03-17T02:12:51.362Z Downloaded memmap v0.7.0
4152026-03-17T02:12:51.365Z Downloaded zerovec v0.11.5
4162026-03-17T02:12:51.368Z Downloaded zerocopy v0.7.35
4172026-03-17T02:12:51.380Z Downloaded sha2 v0.10.9
4182026-03-17T02:12:51.383Z Downloaded winnow v0.7.14
4192026-03-17T02:12:51.389Z Downloaded synstructure v0.13.2
4202026-03-17T02:12:51.391Z Downloaded scroll v0.12.0
4212026-03-17T02:12:51.392Z Downloaded quote v1.0.44
4222026-03-17T02:12:51.394Z Downloaded unicode-width v0.2.0
4232026-03-17T02:12:51.397Z Downloaded unicode-width v0.1.14
4242026-03-17T02:12:51.403Z Downloaded serde_tokenstream v0.2.3
4252026-03-17T02:12:51.406Z Downloaded smallvec v1.15.1
4262026-03-17T02:12:51.406Z Downloaded serde_derive v1.0.228
4272026-03-17T02:12:51.406Z Downloaded once_cell v1.21.3
4282026-03-17T02:12:51.410Z Downloaded tempfile v3.25.0
4292026-03-17T02:12:51.413Z Downloaded anstyle-parse v0.2.7
4302026-03-17T02:12:51.413Z Downloaded papergrid v0.11.0
4312026-03-17T02:12:51.418Z Downloaded icu_normalizer_data v2.1.1
4322026-03-17T02:12:51.418Z Downloaded bitflags v2.11.0
4332026-03-17T02:12:51.421Z Downloaded pest_generator v2.8.6
4342026-03-17T02:12:51.422Z Downloaded cargo_metadata v0.21.0
4352026-03-17T02:12:51.425Z Downloaded litemap v0.8.1
4362026-03-17T02:12:51.427Z Downloaded num-traits v0.2.19
4372026-03-17T02:12:51.430Z Downloaded pest_derive v2.8.6
4382026-03-17T02:12:51.433Z Downloaded log v0.4.29
4392026-03-17T02:12:51.433Z Downloaded icu_normalizer v2.1.1
4402026-03-17T02:12:51.437Z Downloaded serde v1.0.228
4412026-03-17T02:12:51.439Z Downloaded getrandom v0.4.1
4422026-03-17T02:12:51.443Z Downloaded icu_provider v2.1.1
4432026-03-17T02:12:51.447Z Downloaded icu_properties v2.1.2
4442026-03-17T02:12:51.447Z Downloaded proc-macro2 v1.0.106
4452026-03-17T02:12:51.453Z Downloaded serde-value v0.7.0
4462026-03-17T02:12:51.466Z Downloaded memchr v2.8.0
4472026-03-17T02:12:51.473Z Downloaded icu_locale_core v2.1.1
4482026-03-17T02:12:51.477Z Downloaded indexmap v2.13.0
4492026-03-17T02:12:51.480Z Downloaded icu_properties_data v2.1.2
4502026-03-17T02:12:51.487Z Downloaded icu_collections v2.1.1
4512026-03-17T02:12:51.492Z Downloaded pest v2.8.6
4522026-03-17T02:12:51.499Z Downloaded goblin v0.8.2
4532026-03-17T02:12:51.504Z Downloaded serde_json v1.0.149
4542026-03-17T02:12:51.509Z Downloaded idna v1.1.0
4552026-03-17T02:12:51.512Z Downloaded hashbrown v0.16.1
4562026-03-17T02:12:51.520Z Downloaded syn v1.0.109
4572026-03-17T02:12:51.529Z Downloaded tabled v0.15.0
4582026-03-17T02:12:51.540Z Downloaded crypto-common v0.1.7
4592026-03-17T02:12:51.548Z Downloaded syn v2.0.117
4602026-03-17T02:12:51.569Z Downloaded rustix v1.1.3
4612026-03-17T02:12:51.595Z Downloaded libc v0.2.180
4622026-03-17T02:12:51.685Z Compiling proc-macro2 v1.0.106
4632026-03-17T02:12:51.685Z Compiling quote v1.0.44
4642026-03-17T02:12:51.689Z Compiling unicode-ident v1.0.24
4652026-03-17T02:12:51.689Z Compiling serde_core v1.0.228
4662026-03-17T02:12:51.689Z Compiling libc v0.2.180
4672026-03-17T02:12:51.689Z Compiling version_check v0.9.5
4682026-03-17T02:12:51.689Z Compiling stable_deref_trait v1.2.1
4692026-03-17T02:12:51.689Z Compiling serde v1.0.228
4702026-03-17T02:12:52.068Z Compiling memchr v2.8.0
4712026-03-17T02:12:52.187Z Compiling zmij v1.0.21
4722026-03-17T02:12:52.397Z Compiling itoa v1.0.17
4732026-03-17T02:12:52.500Z Compiling ucd-trie v0.1.7
4742026-03-17T02:12:52.681Z Compiling thiserror v1.0.69
4752026-03-17T02:12:52.805Z Compiling autocfg v1.5.0
4762026-03-17T02:12:52.915Z Compiling pest v2.8.6
4772026-03-17T02:12:52.939Z Compiling litemap v0.8.1
4782026-03-17T02:12:52.971Z Compiling writeable v0.6.2
4792026-03-17T02:12:53.186Z Compiling byteorder v1.5.0
4802026-03-17T02:12:53.223Z Compiling icu_normalizer_data v2.1.1
4812026-03-17T02:12:53.393Z Compiling rustix v1.1.3
4822026-03-17T02:12:53.453Z Compiling icu_properties_data v2.1.2
4832026-03-17T02:12:53.663Z Compiling syn v2.0.117
4842026-03-17T02:12:53.738Z Compiling errno v0.3.14
4852026-03-17T02:12:53.761Z Compiling serde_json v1.0.149
4862026-03-17T02:12:53.930Z Compiling bitflags v2.11.0
4872026-03-17T02:12:54.099Z Compiling num-traits v0.2.19
4882026-03-17T02:12:54.151Z Compiling typeid v1.0.3
4892026-03-17T02:12:54.220Z Compiling hashbrown v0.16.1
4902026-03-17T02:12:54.334Z Compiling equivalent v1.0.2
4912026-03-17T02:12:54.447Z Compiling pest_meta v2.8.6
4922026-03-17T02:12:54.487Z Compiling smallvec v1.15.1
4932026-03-17T02:12:54.944Z Compiling indexmap v2.13.0
4942026-03-17T02:12:54.989Z Compiling thread-id v4.2.2
4952026-03-17T02:12:55.068Z Compiling proc-macro-error-attr v1.0.4
4962026-03-17T02:12:55.094Z Compiling usdt-impl v0.5.0
4972026-03-17T02:12:55.118Z Compiling toml_write v0.1.2
4982026-03-17T02:12:55.309Z Compiling winnow v0.7.14
4992026-03-17T02:12:55.368Z Compiling syn v1.0.109
5002026-03-17T02:12:55.392Z Compiling erased-serde v0.4.9
5012026-03-17T02:12:55.942Z Compiling proc-macro-error v1.0.4
5022026-03-17T02:12:56.059Z Compiling utf8_iter v1.0.4
5032026-03-17T02:12:56.181Z Compiling camino v1.2.2
5042026-03-17T02:12:56.247Z Compiling getrandom v0.4.1
5052026-03-17T02:12:56.581Z Compiling thiserror v2.0.18
5062026-03-17T02:12:56.671Z Compiling plain v0.2.3
5072026-03-17T02:12:56.813Z Compiling log v0.4.29
5082026-03-17T02:12:56.837Z Compiling utf8parse v0.2.2
5092026-03-17T02:12:56.864Z Compiling percent-encoding v2.3.2
5102026-03-17T02:12:56.983Z Compiling anstyle-parse v0.2.7
5112026-03-17T02:12:57.053Z Compiling form_urlencoded v1.2.2
5122026-03-17T02:12:57.125Z Compiling ordered-float v2.10.1
5132026-03-17T02:12:57.357Z Compiling terminal_size v0.4.3
5142026-03-17T02:12:57.405Z Compiling anstyle v1.0.13
5152026-03-17T02:12:57.490Z Compiling synstructure v0.13.2
5162026-03-17T02:12:57.530Z Compiling pest_generator v2.8.6
5172026-03-17T02:12:57.643Z Compiling colorchoice v1.0.4
5182026-03-17T02:12:57.704Z Compiling is_terminal_polyfill v1.70.2
5192026-03-17T02:12:57.793Z Compiling pretty-hex v0.4.1
5202026-03-17T02:12:57.817Z Compiling anstyle-query v1.1.5
5212026-03-17T02:12:57.840Z Compiling cfg-if v1.0.4
5222026-03-17T02:12:57.926Z Compiling anstream v0.6.21
5232026-03-17T02:12:57.976Z Compiling serde-untagged v0.1.9
5242026-03-17T02:12:58.172Z Compiling semver v1.0.27
5252026-03-17T02:12:58.318Z Compiling fs-err v3.3.0
5262026-03-17T02:12:58.342Z Compiling anyhow v1.0.102
5272026-03-17T02:12:58.489Z Compiling fnv v1.0.7
5282026-03-17T02:12:58.557Z Compiling unicode-width v0.1.14
5292026-03-17T02:12:58.604Z Compiling once_cell v1.21.3
5302026-03-17T02:12:58.629Z Compiling unicode-xid v0.2.6
5312026-03-17T02:12:58.672Z Compiling heck v0.5.0
5322026-03-17T02:12:58.747Z Compiling fastrand v2.3.0
5332026-03-17T02:12:58.798Z Compiling heck v0.4.1
5342026-03-17T02:12:58.919Z Compiling clap_lex v1.0.0
5352026-03-17T02:12:58.989Z Compiling bytecount v0.6.9
5362026-03-17T02:12:59.088Z Compiling strsim v0.11.1
5372026-03-17T02:12:59.111Z Compiling tempfile v3.25.0
5382026-03-17T02:12:59.162Z Compiling papergrid v0.11.0
5392026-03-17T02:12:59.407Z Compiling clap_builder v4.5.60
5402026-03-17T02:12:59.528Z Compiling memmap v0.7.0
5412026-03-17T02:12:59.554Z Compiling unicode-width v0.2.0
5422026-03-17T02:12:59.603Z Compiling smawk v0.3.2
5432026-03-17T02:12:59.799Z Compiling unicode-linebreak v0.1.5
5442026-03-17T02:13:00.066Z Compiling serde_derive v1.0.228
5452026-03-17T02:13:00.125Z Compiling zerofrom-derive v0.1.6
5462026-03-17T02:13:00.304Z Compiling yoke-derive v0.8.1
5472026-03-17T02:13:00.332Z Compiling zerovec-derive v0.11.2
5482026-03-17T02:13:00.338Z Compiling displaydoc v0.2.5
5492026-03-17T02:13:01.230Z Compiling thiserror-impl v1.0.69
5502026-03-17T02:13:01.330Z Compiling zerocopy-derive v0.7.35
5512026-03-17T02:13:01.840Z Compiling pest_derive v2.8.6
5522026-03-17T02:13:01.896Z Compiling scroll_derive v0.12.1
5532026-03-17T02:13:02.062Z Compiling zerofrom v0.1.6
5542026-03-17T02:13:02.235Z Compiling yoke v0.8.1
5552026-03-17T02:13:02.374Z Compiling thiserror-impl v2.0.18
5562026-03-17T02:13:02.483Z Compiling zerovec v0.11.5
5572026-03-17T02:13:02.507Z Compiling zerotrie v0.2.3
5582026-03-17T02:13:02.757Z Compiling zerocopy v0.7.35
5592026-03-17T02:13:02.919Z Compiling scroll v0.12.0
5602026-03-17T02:13:03.083Z Compiling dtrace-parser v0.2.0
5612026-03-17T02:13:03.173Z Compiling tinystr v0.8.2
5622026-03-17T02:13:03.275Z Compiling potential_utf v0.1.4
5632026-03-17T02:13:03.444Z Compiling icu_locale_core v2.1.1
5642026-03-17T02:13:03.491Z Compiling icu_collections v2.1.1
5652026-03-17T02:13:03.555Z Compiling goblin v0.8.2
5662026-03-17T02:13:03.742Z Compiling tabled_derive v0.7.0
5672026-03-17T02:13:04.113Z Compiling clap_derive v4.5.55
5682026-03-17T02:13:04.140Z Compiling textwrap v0.16.2
5692026-03-17T02:13:04.330Z Compiling icu_provider v2.1.1
5702026-03-17T02:13:04.688Z Compiling icu_normalizer v2.1.1
5712026-03-17T02:13:04.727Z Compiling icu_properties v2.1.2
5722026-03-17T02:13:04.825Z Compiling camino-tempfile v1.4.1
5732026-03-17T02:13:04.955Z Compiling serde_spanned v0.6.9
5742026-03-17T02:13:04.982Z Compiling toml_datetime v0.6.11
5752026-03-17T02:13:05.009Z Compiling dof v0.3.0
5762026-03-17T02:13:05.136Z Compiling serde_tokenstream v0.2.3
5772026-03-17T02:13:05.160Z Compiling serde-value v0.7.0
5782026-03-17T02:13:05.334Z Compiling toml_edit v0.22.27
5792026-03-17T02:13:05.539Z Compiling cargo-platform v0.2.0
5802026-03-17T02:13:05.565Z Compiling tabled v0.15.0
5812026-03-17T02:13:05.671Z Compiling macaddr v1.0.1
5822026-03-17T02:13:05.912Z Compiling swrite v0.1.0
5832026-03-17T02:13:05.979Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5842026-03-17T02:13:06.042Z Compiling idna_adapter v1.2.1
5852026-03-17T02:13:06.227Z Compiling idna v1.1.0
5862026-03-17T02:13:06.291Z Compiling usdt-attr-macro v0.5.0
5872026-03-17T02:13:06.319Z Compiling usdt-macro v0.5.0
5882026-03-17T02:13:06.540Z Compiling clap v4.5.60
5892026-03-17T02:13:07.044Z Compiling url v2.5.8
5902026-03-17T02:13:07.303Z Compiling toml v0.8.23
5912026-03-17T02:13:07.515Z Compiling usdt v0.5.0
5922026-03-17T02:13:07.825Z Compiling cargo-util-schemas v0.8.2
5932026-03-17T02:13:07.851Z Compiling cargo_toml v0.21.0
5942026-03-17T02:13:09.009Z Compiling cargo_metadata v0.21.0
5952026-03-17T02:13:10.334Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5962026-03-17T02:13:13.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.62s
5972026-03-17T02:13:13.449Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5982026-03-17T02:13:14.192Z Downloading crates ...
5992026-03-17T02:13:14.310Z Downloaded atomic-waker v1.1.2
6002026-03-17T02:13:14.312Z Downloaded arrayref v0.3.9
6012026-03-17T02:13:14.315Z Downloaded ascii-canvas v3.0.0
6022026-03-17T02:13:14.324Z Downloaded arrayvec v0.7.6
6032026-03-17T02:13:14.329Z Downloaded base16ct v1.0.0
6042026-03-17T02:13:14.329Z Downloaded bcrypt-pbkdf v0.10.0
6052026-03-17T02:13:14.329Z Downloaded async-recursion v1.1.1
6062026-03-17T02:13:14.331Z Downloaded ar_archive_writer v0.5.1
6072026-03-17T02:13:14.334Z Downloaded atty v0.2.14
6082026-03-17T02:13:14.336Z Downloaded async-bb8-diesel v0.2.1
6092026-03-17T02:13:14.338Z Downloaded base64ct v1.8.3
6102026-03-17T02:13:14.341Z Downloaded argon2 v0.5.3
6112026-03-17T02:13:14.341Z Downloaded foreign-types-macros v0.2.3
6122026-03-17T02:13:14.344Z Downloaded atomicwrites v0.4.4
6132026-03-17T02:13:14.344Z Downloaded chacha20 v0.9.1
6142026-03-17T02:13:14.346Z Downloaded bit-vec v0.6.3
6152026-03-17T02:13:14.349Z Downloaded bit-set v0.5.3
6162026-03-17T02:13:14.349Z Downloaded ahash v0.8.12
6172026-03-17T02:13:14.351Z Downloaded display-error-chain v0.2.2
6182026-03-17T02:13:14.354Z Downloaded ciborium-io v0.2.2
6192026-03-17T02:13:14.354Z Downloaded bitfield-macros v0.19.4
6202026-03-17T02:13:14.357Z Downloaded bcs v0.1.6
6212026-03-17T02:13:14.357Z Downloaded async-trait v0.1.89
6222026-03-17T02:13:14.359Z Downloaded crossterm v0.28.1
6232026-03-17T02:13:14.364Z Downloaded cfg_aliases v0.1.1
6242026-03-17T02:13:14.367Z Downloaded cargo-platform v0.1.9
6252026-03-17T02:13:14.367Z Downloaded debug-ignore v1.0.5
6262026-03-17T02:13:14.369Z Downloaded darling_macro v0.21.3
6272026-03-17T02:13:14.369Z Downloaded ctr v0.9.2
6282026-03-17T02:13:14.372Z Downloaded daft v0.1.5
6292026-03-17T02:13:14.375Z Downloaded allocator-api2 v0.2.21
6302026-03-17T02:13:14.375Z Downloaded base64 v0.21.7
6312026-03-17T02:13:14.377Z Downloaded darling v0.21.3
6322026-03-17T02:13:14.382Z Downloaded document-features v0.2.12
6332026-03-17T02:13:14.384Z Downloaded defmt-macros v1.0.1
6342026-03-17T02:13:14.387Z Downloaded assert_matches v1.5.0
6352026-03-17T02:13:14.390Z Downloaded bit-set v0.8.0
6362026-03-17T02:13:14.390Z Downloaded bb8 v0.8.6
6372026-03-17T02:13:14.393Z Downloaded bitfield-struct v0.6.2
6382026-03-17T02:13:14.393Z Downloaded env_filter v1.0.0
6392026-03-17T02:13:14.393Z Downloaded cpufeatures v0.3.0
6402026-03-17T02:13:14.395Z Downloaded foreign-types v0.5.0
6412026-03-17T02:13:14.395Z Downloaded cobs v0.3.0
6422026-03-17T02:13:14.398Z Downloaded embedded-io v0.4.0
6432026-03-17T02:13:14.398Z Downloaded base16ct v0.2.0
6442026-03-17T02:13:14.401Z Downloaded crunchy v0.2.4
6452026-03-17T02:13:14.401Z Downloaded async-stream-impl v0.3.6
6462026-03-17T02:13:14.401Z Downloaded dirs-next v2.0.0
6472026-03-17T02:13:14.404Z Downloaded endian-type v0.1.2
6482026-03-17T02:13:14.404Z Downloaded fallible-iterator v0.2.0
6492026-03-17T02:13:14.407Z Downloaded dtrace-parser v0.3.0
6502026-03-17T02:13:14.407Z Downloaded dof v0.4.0
6512026-03-17T02:13:14.409Z Downloaded difflib v0.4.0
6522026-03-17T02:13:14.409Z Downloaded crc8 v0.1.1
6532026-03-17T02:13:14.409Z Downloaded castaway v0.2.4
6542026-03-17T02:13:14.412Z Downloaded crc-catalog v2.4.0
6552026-03-17T02:13:14.412Z Downloaded foreign-types-shared v0.1.1
6562026-03-17T02:13:14.415Z Downloaded flagset v0.4.7
6572026-03-17T02:13:14.415Z Downloaded ciborium-ll v0.2.2
6582026-03-17T02:13:14.418Z Downloaded fd-lock v4.0.4
6592026-03-17T02:13:14.418Z Downloaded cfg_aliases v0.2.1
6602026-03-17T02:13:14.418Z Downloaded ena v0.14.4
6612026-03-17T02:13:14.422Z Downloaded dunce v1.0.5
6622026-03-17T02:13:14.422Z Downloaded defmt v1.0.1
6632026-03-17T02:13:14.424Z Downloaded data-encoding v2.10.0
6642026-03-17T02:13:14.427Z Downloaded env_logger v0.11.9
6652026-03-17T02:13:14.427Z Downloaded cstr-argument v0.1.2
6662026-03-17T02:13:14.430Z Downloaded derive_builder v0.20.2
6672026-03-17T02:13:14.432Z Downloaded dropshot-api-manager-types v0.6.0
6682026-03-17T02:13:14.435Z Downloaded diff v0.1.13
6692026-03-17T02:13:14.438Z Downloaded diesel_table_macro_syntax v0.3.0
6702026-03-17T02:13:14.438Z Downloaded embedded-io v0.6.1
6712026-03-17T02:13:14.440Z Downloaded dyn-clone v1.0.20
6722026-03-17T02:13:14.440Z Downloaded aead v0.5.2
6732026-03-17T02:13:14.443Z Downloaded curve25519-dalek-derive v0.1.1
6742026-03-17T02:13:14.443Z Downloaded convert_case v0.4.0
6752026-03-17T02:13:14.443Z Downloaded darling v0.20.11
6762026-03-17T02:13:14.447Z Downloaded foreign-types-shared v0.3.1
6772026-03-17T02:13:14.449Z Downloaded float-cmp v0.10.0
6782026-03-17T02:13:14.449Z Downloaded fixedbitset v0.4.2
6792026-03-17T02:13:14.452Z Downloaded const_format_proc_macros v0.2.34
6802026-03-17T02:13:14.455Z Downloaded convert_case v0.10.0
6812026-03-17T02:13:14.455Z Downloaded cbc v0.1.2
6822026-03-17T02:13:14.457Z Downloaded der_derive v0.7.3
6832026-03-17T02:13:14.457Z Downloaded cmake v0.1.57
6842026-03-17T02:13:14.460Z Downloaded blowfish v0.9.1
6852026-03-17T02:13:14.460Z Downloaded foldhash v0.1.5
6862026-03-17T02:13:14.463Z Downloaded cassowary v0.3.0
6872026-03-17T02:13:14.463Z Downloaded camino-tempfile-ext v0.3.3
6882026-03-17T02:13:14.466Z Downloaded async-stream v0.3.6
6892026-03-17T02:13:14.466Z Downloaded darling_macro v0.20.11
6902026-03-17T02:13:14.469Z Downloaded hex v0.4.3
6912026-03-17T02:13:14.469Z Downloaded drift v0.1.3
6922026-03-17T02:13:14.472Z Downloaded ghash v0.5.1
6932026-03-17T02:13:14.475Z Downloaded fxhash v0.2.1
6942026-03-17T02:13:14.475Z Downloaded globwalk v0.9.1
6952026-03-17T02:13:14.477Z Downloaded funty v2.0.0
6962026-03-17T02:13:14.478Z Downloaded gethostname v0.5.0
6972026-03-17T02:13:14.480Z Downloaded futures-core v0.3.32
6982026-03-17T02:13:14.480Z Downloaded futures-sink v0.3.32
6992026-03-17T02:13:14.480Z Downloaded futures-io v0.3.32
7002026-03-17T02:13:14.483Z Downloaded foldhash v0.2.0
7012026-03-17T02:13:14.483Z Downloaded futures-macro v0.3.32
7022026-03-17T02:13:14.486Z Downloaded diesel-dtrace v0.5.0
7032026-03-17T02:13:14.486Z Downloaded headers-core v0.3.0
7042026-03-17T02:13:14.486Z Downloaded futures-task v0.3.32
7052026-03-17T02:13:14.489Z Downloaded hex-literal v0.4.1
7062026-03-17T02:13:14.489Z Downloaded erased-serde v0.3.31
7072026-03-17T02:13:14.491Z Downloaded hostname v0.4.2
7082026-03-17T02:13:14.494Z Downloaded derive-where v1.6.0
7092026-03-17T02:13:14.497Z Downloaded group v0.13.0
7102026-03-17T02:13:14.497Z Downloaded backoff v0.4.0
7112026-03-17T02:13:14.499Z Downloaded bitflags v1.3.2
7122026-03-17T02:13:14.502Z Downloaded http-body v1.0.1
7132026-03-17T02:13:14.504Z Downloaded home v0.5.12
7142026-03-17T02:13:14.505Z Downloaded bit-vec v0.8.0
7152026-03-17T02:13:14.508Z Downloaded derive_more-impl v2.1.1
7162026-03-17T02:13:14.510Z Downloaded hubpack_derive v0.1.1
7172026-03-17T02:13:14.510Z Downloaded crossbeam-epoch v0.9.18
7182026-03-17T02:13:14.513Z Downloaded dropshot_endpoint v0.16.7
7192026-03-17T02:13:14.515Z Downloaded constant_time_eq v0.4.2
7202026-03-17T02:13:14.518Z Downloaded buf-list v1.1.2
7212026-03-17T02:13:14.520Z Downloaded derive_more v0.99.20
7222026-03-17T02:13:14.523Z Downloaded console v0.16.2
7232026-03-17T02:13:14.542Z Downloaded ident_case v1.0.1
7242026-03-17T02:13:14.544Z Downloaded httpdate v1.0.3
7252026-03-17T02:13:14.545Z Downloaded http-body-util v0.1.3
7262026-03-17T02:13:14.548Z Downloaded hash32 v0.3.1
7272026-03-17T02:13:14.548Z Downloaded futures-executor v0.3.32
7282026-03-17T02:13:14.550Z Downloaded glob v0.3.3
7292026-03-17T02:13:14.551Z Downloaded internet-checksum v0.2.1
7302026-03-17T02:13:14.553Z Downloaded inout v0.1.4
7312026-03-17T02:13:14.553Z Downloaded instability v0.3.11
7322026-03-17T02:13:14.556Z Downloaded indent_write v2.2.0
7332026-03-17T02:13:14.556Z Downloaded hyper-tls v0.6.0
7342026-03-17T02:13:14.556Z Downloaded globset v0.4.18
7352026-03-17T02:13:14.559Z Downloaded lalrpop-util v0.19.12
7362026-03-17T02:13:14.559Z Downloaded crc32fast v1.5.0
7372026-03-17T02:13:14.561Z Downloaded lazy_static v1.5.0
7382026-03-17T02:13:14.564Z Downloaded chacha20 v0.10.0
7392026-03-17T02:13:14.564Z Downloaded clang-sys v1.8.1
7402026-03-17T02:13:14.567Z Downloaded bitfield v0.19.4
7412026-03-17T02:13:14.569Z Downloaded ciborium v0.2.2
7422026-03-17T02:13:14.572Z Downloaded is-terminal v0.4.17
7432026-03-17T02:13:14.572Z Downloaded colored v2.2.0
7442026-03-17T02:13:14.575Z Downloaded cookie v0.18.1
7452026-03-17T02:13:14.577Z Downloaded bzip2 v0.6.1
7462026-03-17T02:13:14.577Z Downloaded cancel-safe-futures v0.1.5
7472026-03-17T02:13:14.580Z Downloaded libscf-sys v1.1.0
7482026-03-17T02:13:14.583Z Downloaded highway v1.3.0
7492026-03-17T02:13:14.583Z Downloaded cargo_toml v0.22.3
7502026-03-17T02:13:14.585Z Downloaded fs_extra v1.3.0
7512026-03-17T02:13:14.588Z Downloaded managed v0.8.0
7522026-03-17T02:13:14.588Z Downloaded hyper-rustls v0.27.7
7532026-03-17T02:13:14.592Z Downloaded lru-cache v0.1.2
7542026-03-17T02:13:14.592Z Downloaded lru v0.12.5
7552026-03-17T02:13:14.595Z Downloaded linked-hash-map v0.5.6
7562026-03-17T02:13:14.595Z Downloaded fs-err v2.11.0
7572026-03-17T02:13:14.595Z Downloaded lru-slab v0.1.2
7582026-03-17T02:13:14.598Z Downloaded lzss v0.8.2
7592026-03-17T02:13:14.598Z Downloaded cookie_store v0.22.1
7602026-03-17T02:13:14.601Z Downloaded chacha20poly1305 v0.10.1
7612026-03-17T02:13:14.603Z Downloaded hyper-staticfile v0.10.1
7622026-03-17T02:13:14.603Z Downloaded indoc v1.0.9
7632026-03-17T02:13:14.606Z Downloaded memoffset v0.9.1
7642026-03-17T02:13:14.609Z Downloaded md5 v0.7.0
7652026-03-17T02:13:14.609Z Downloaded maybe-uninit v2.0.0
7662026-03-17T02:13:14.609Z Downloaded match_cfg v0.1.0
7672026-03-17T02:13:14.612Z Downloaded iana-time-zone v0.1.65
7682026-03-17T02:13:14.614Z Downloaded getrandom v0.2.17
7692026-03-17T02:13:14.622Z Downloaded ingot-types v0.1.2
7702026-03-17T02:13:14.622Z Downloaded ipnet v2.11.0
7712026-03-17T02:13:14.622Z Downloaded git-stub-vcs v0.1.0
7722026-03-17T02:13:14.622Z Downloaded mime v0.3.17
7732026-03-17T02:13:14.622Z Downloaded jobserver v0.1.34
7742026-03-17T02:13:14.625Z Downloaded nonempty v0.12.0
7752026-03-17T02:13:14.625Z Downloaded ingot-macros v0.1.1
7762026-03-17T02:13:14.628Z Downloaded linear-map v1.2.0
7772026-03-17T02:13:14.628Z Downloaded new_debug_unreachable v1.0.6
7782026-03-17T02:13:14.628Z Downloaded md-5 v0.10.6
7792026-03-17T02:13:14.631Z Downloaded console v0.15.11
7802026-03-17T02:13:14.634Z Downloaded multimap v0.10.1
7812026-03-17T02:13:14.634Z Downloaded crypto-bigint v0.5.5
7822026-03-17T02:13:14.638Z Downloaded diesel_derives v2.3.7
7832026-03-17T02:13:14.644Z Downloaded num-derive v0.4.2
7842026-03-17T02:13:14.647Z Downloaded derive_more v2.1.1
7852026-03-17T02:13:14.655Z Downloaded nodrop v0.1.14
7862026-03-17T02:13:14.661Z Downloaded nibble_vec v0.1.0
7872026-03-17T02:13:14.661Z Downloaded newtype-uuid v1.3.2
7882026-03-17T02:13:14.664Z Downloaded libsw v3.5.0
7892026-03-17T02:13:14.664Z Downloaded hickory-client v0.25.2
7902026-03-17T02:13:14.664Z Downloaded heapless v0.7.17
7912026-03-17T02:13:14.670Z Downloaded httparse v1.10.1
7922026-03-17T02:13:14.673Z Downloaded openssl-macros v0.1.1
7932026-03-17T02:13:14.673Z Downloaded num-conv v0.2.0
7942026-03-17T02:13:14.673Z Downloaded num v0.4.3
7952026-03-17T02:13:14.673Z Downloaded base64 v0.22.1
7962026-03-17T02:13:14.676Z Downloaded openssl-probe v0.1.6
7972026-03-17T02:13:14.676Z Downloaded getrandom v0.3.4
7982026-03-17T02:13:14.678Z Downloaded num_enum v0.7.5
7992026-03-17T02:13:14.682Z Downloaded mime_guess v2.0.5
8002026-03-17T02:13:14.685Z Downloaded half v2.7.1
8012026-03-17T02:13:14.688Z Downloaded num_enum_derive v0.5.11
8022026-03-17T02:13:14.688Z Downloaded opaque-debug v0.3.1
8032026-03-17T02:13:14.693Z Downloaded impl-trait-for-tuples v0.2.3
8042026-03-17T02:13:14.696Z Downloaded crc-any v2.5.0
8052026-03-17T02:13:14.696Z Downloaded native-tls v0.2.18
8062026-03-17T02:13:14.696Z Downloaded half v1.8.3
8072026-03-17T02:13:14.699Z Downloaded hashbrown v0.13.2
8082026-03-17T02:13:14.702Z Downloaded compact_str v0.8.1
8092026-03-17T02:13:14.704Z Downloaded openssl-probe v0.2.1
8102026-03-17T02:13:14.707Z Downloaded parse-display v0.10.0
8112026-03-17T02:13:14.707Z Downloaded oxide-tokio-rt v0.1.3
8122026-03-17T02:13:14.707Z Downloaded oso-derive v0.27.3
8132026-03-17T02:13:14.712Z Downloaded memmap2 v0.9.10
8142026-03-17T02:13:14.712Z Downloaded olpc-cjson v0.1.4
8152026-03-17T02:13:14.712Z Downloaded num_threads v0.1.7
8162026-03-17T02:13:14.712Z Downloaded num-iter v0.1.45
8172026-03-17T02:13:14.717Z Downloaded libbz2-rs-sys v0.2.2
8182026-03-17T02:13:14.717Z Downloaded indicatif v0.18.4
8192026-03-17T02:13:14.720Z Downloaded owo-colors v4.3.0
8202026-03-17T02:13:14.722Z Downloaded packed_struct_codegen v0.10.1
8212026-03-17T02:13:14.727Z Downloaded expectorate v1.2.0
8222026-03-17T02:13:14.730Z Downloaded derive_builder_macro v0.20.2
8232026-03-17T02:13:14.730Z Downloaded crossterm v0.29.0
8242026-03-17T02:13:14.733Z Downloaded lock_api v0.4.14
8252026-03-17T02:13:14.733Z Downloaded litrs v1.0.0
8262026-03-17T02:13:14.735Z Downloaded darling_macro v0.23.0
8272026-03-17T02:13:14.739Z Downloaded libsw-core v0.3.2
8282026-03-17T02:13:14.739Z Downloaded num-derive v0.3.3
8292026-03-17T02:13:14.746Z Downloaded num-complex v0.4.6
8302026-03-17T02:13:14.746Z Downloaded hashbrown v0.15.5
8312026-03-17T02:13:14.751Z Downloaded pbkdf2 v0.11.0
8322026-03-17T02:13:14.751Z Downloaded pbkdf2 v0.12.2
8332026-03-17T02:13:14.751Z Downloaded futures v0.3.32
8342026-03-17T02:13:14.753Z Downloaded num_enum_derive v0.7.5
8352026-03-17T02:13:14.756Z Downloaded num-integer v0.1.46
8362026-03-17T02:13:14.756Z Downloaded phf_shared v0.13.1
8372026-03-17T02:13:14.758Z Downloaded path-slash v0.1.5
8382026-03-17T02:13:14.758Z Downloaded enum-as-inner v0.6.1
8392026-03-17T02:13:14.761Z Downloaded parse-display-derive v0.10.0
8402026-03-17T02:13:14.761Z Downloaded num-rational v0.4.2
8412026-03-17T02:13:14.764Z Downloaded const_format v0.2.35
8422026-03-17T02:13:14.766Z Downloaded phf_shared v0.12.1
8432026-03-17T02:13:14.768Z Downloaded foreign-types v0.3.2
8442026-03-17T02:13:14.768Z Downloaded bumpalo v3.20.2
8452026-03-17T02:13:14.771Z Downloaded num_enum v0.5.11
8462026-03-17T02:13:14.774Z Downloaded defmt-parser v1.0.0
8472026-03-17T02:13:14.776Z Downloaded pem v3.0.6
8482026-03-17T02:13:14.776Z Downloaded critical-section v1.2.0
8492026-03-17T02:13:14.779Z Downloaded pin-utils v0.1.0
8502026-03-17T02:13:14.779Z Downloaded itertools v0.10.5
8512026-03-17T02:13:14.783Z Downloaded parking_lot_core v0.9.12
8522026-03-17T02:13:14.786Z Downloaded precomputed-hash v0.1.1
8532026-03-17T02:13:14.788Z Downloaded powerfmt v0.2.0
8542026-03-17T02:13:14.788Z Downloaded minimal-lexical v0.2.1
8552026-03-17T02:13:14.791Z Downloaded phf v0.12.1
8562026-03-17T02:13:14.795Z Downloaded git-stub v1.0.0
8572026-03-17T02:13:14.795Z Downloaded float-ord v0.3.2
8582026-03-17T02:13:14.797Z Downloaded daft-derive v0.1.5
8592026-03-17T02:13:14.800Z Downloaded normalize-line-endings v0.3.0
8602026-03-17T02:13:14.800Z Downloaded packed_struct v0.10.1
8612026-03-17T02:13:14.803Z Downloaded crossbeam-deque v0.8.6
8622026-03-17T02:13:14.803Z Downloaded bytes v1.11.1
8632026-03-17T02:13:14.805Z Downloaded proc-macro-error-attr2 v2.0.0
8642026-03-17T02:13:14.808Z Downloaded proc-macro-crate v3.4.0
8652026-03-17T02:13:14.808Z Downloaded predicates-tree v1.0.13
8662026-03-17T02:13:14.810Z Downloaded parse-size v1.1.0
8672026-03-17T02:13:14.810Z Downloaded hashbrown v0.12.3
8682026-03-17T02:13:14.813Z Downloaded poly1305 v0.8.0
8692026-03-17T02:13:14.816Z Downloaded peg-macros v0.8.5
8702026-03-17T02:13:14.819Z Downloaded fixedbitset v0.5.7
8712026-03-17T02:13:14.819Z Downloaded filetime v0.2.27
8722026-03-17T02:13:14.822Z Downloaded postgres-protocol v0.6.10
8732026-03-17T02:13:14.822Z Downloaded futures-util v0.3.32
8742026-03-17T02:13:14.830Z Downloaded progenitor-macro v0.13.0
8752026-03-17T02:13:14.833Z Downloaded progenitor-macro v0.11.2
8762026-03-17T02:13:14.833Z Downloaded progenitor-client v0.11.2
8772026-03-17T02:13:14.836Z Downloaded iddqd v0.3.17
8782026-03-17T02:13:14.839Z Downloaded pkcs8 v0.10.2
8792026-03-17T02:13:14.842Z Downloaded hubpack v0.1.2
8802026-03-17T02:13:14.845Z Downloaded psl-types v2.0.11
8812026-03-17T02:13:14.845Z Downloaded pem-rfc7468 v0.7.0
8822026-03-17T02:13:14.847Z Downloaded cc v1.2.56
8832026-03-17T02:13:14.850Z Downloaded radium v0.7.0
8842026-03-17T02:13:14.850Z Downloaded defmt v0.3.100
8852026-03-17T02:13:14.853Z Downloaded omicron-zone-package v0.12.2
8862026-03-17T02:13:14.855Z Downloaded crucible-workspace-hack v0.1.0
8872026-03-17T02:13:14.855Z Downloaded pin-project-internal v1.1.11
8882026-03-17T02:13:14.858Z Downloaded phf_shared v0.11.3
8892026-03-17T02:13:14.858Z Downloaded phf v0.13.1
8902026-03-17T02:13:14.858Z Downloaded rand_xorshift v0.4.0
8912026-03-17T02:13:14.861Z Downloaded primeorder v0.13.6
8922026-03-17T02:13:14.861Z Downloaded pin-project-lite v0.2.17
8932026-03-17T02:13:14.864Z Downloaded ecdsa v0.16.9
8942026-03-17T02:13:14.868Z Downloaded quick-error v1.2.3
8952026-03-17T02:13:14.868Z Downloaded rand_chacha v0.3.1
8962026-03-17T02:13:14.871Z Downloaded downcast-rs v2.0.2
8972026-03-17T02:13:14.871Z Downloaded is_ci v1.2.0
8982026-03-17T02:13:14.873Z Downloaded hyper v1.8.1
8992026-03-17T02:13:14.877Z Downloaded ppv-lite86 v0.2.21
9002026-03-17T02:13:14.881Z Downloaded darling_core v0.23.0
9012026-03-17T02:13:14.884Z Downloaded peg-runtime v0.8.5
9022026-03-17T02:13:14.884Z Downloaded instant v0.1.13
9032026-03-17T02:13:14.887Z Downloaded maplit v1.0.2
9042026-03-17T02:13:14.887Z Downloaded hostname v0.3.1
9052026-03-17T02:13:14.887Z Downloaded derive_builder_core v0.20.2
9062026-03-17T02:13:14.889Z Downloaded postgres-types v0.2.12
9072026-03-17T02:13:14.893Z Downloaded crossbeam-utils v0.8.21
9082026-03-17T02:13:14.893Z Downloaded rand_seeder v0.4.0
9092026-03-17T02:13:14.897Z Downloaded rand_core v0.10.0
9102026-03-17T02:13:14.897Z Downloaded recursive v0.1.1
9112026-03-17T02:13:14.900Z Downloaded deranged v0.5.8
9122026-03-17T02:13:14.900Z Downloaded progenitor v0.10.0
9132026-03-17T02:13:14.900Z Downloaded progenitor-client v0.13.0
9142026-03-17T02:13:14.904Z Downloaded progenitor v0.13.0
9152026-03-17T02:13:14.904Z Downloaded progenitor v0.11.2
9162026-03-17T02:13:14.907Z Downloaded proc-macro-error2 v2.0.1
9172026-03-17T02:13:14.907Z Downloaded pkcs5 v0.7.1
9182026-03-17T02:13:14.909Z Downloaded ipnetwork v0.21.1
9192026-03-17T02:13:14.912Z Downloaded parking_lot v0.12.5
9202026-03-17T02:13:14.915Z Downloaded nom v7.1.3
9212026-03-17T02:13:14.917Z Downloaded indoc v2.0.7
9222026-03-17T02:13:14.920Z Downloaded fatfs v0.3.6
9232026-03-17T02:13:14.923Z Downloaded recursive-proc-macro-impl v0.1.1
9242026-03-17T02:13:14.926Z Downloaded humantime v2.3.0
9252026-03-17T02:13:14.926Z Downloaded ed25519 v2.2.3
9262026-03-17T02:13:14.928Z Downloaded hkdf v0.12.4
9272026-03-17T02:13:14.928Z Downloaded multer v3.1.0
9282026-03-17T02:13:14.931Z Downloaded oxnet v0.1.4
9292026-03-17T02:13:14.934Z Downloaded ff v0.13.1
9302026-03-17T02:13:14.934Z Downloaded either v1.15.0
9312026-03-17T02:13:14.936Z Downloaded pkg-config v0.3.32
9322026-03-17T02:13:14.936Z Downloaded iri-string v0.7.10
9332026-03-17T02:13:14.942Z Downloaded proc-macro-crate v1.3.1
9342026-03-17T02:13:14.944Z Downloaded psm v0.1.30
9352026-03-17T02:13:14.947Z Downloaded russh-cryptovec v0.7.3
9362026-03-17T02:13:14.947Z Downloaded rtoolbox v0.0.3
9372026-03-17T02:13:14.950Z Downloaded r2d2 v0.8.10
9382026-03-17T02:13:14.950Z Downloaded progenitor-macro v0.10.0
9392026-03-17T02:13:14.953Z Downloaded peg v0.8.5
9402026-03-17T02:13:14.956Z Downloaded nu-ansi-term v0.50.3
9412026-03-17T02:13:14.956Z Downloaded hickory-resolver v0.25.2
9422026-03-17T02:13:14.959Z Downloaded rfc6979 v0.4.0
9432026-03-17T02:13:14.962Z Downloaded rustc_version v0.4.1
9442026-03-17T02:13:14.962Z Downloaded p256 v0.13.2
9452026-03-17T02:13:14.965Z Downloaded rand_chacha v0.9.0
9462026-03-17T02:13:14.968Z Downloaded parking_lot v0.11.2
9472026-03-17T02:13:14.971Z Downloaded ref-cast v1.0.25
9482026-03-17T02:13:14.974Z Downloaded rand_core v0.9.5
9492026-03-17T02:13:14.974Z Downloaded ref-cast-impl v1.0.25
9502026-03-17T02:13:14.974Z Downloaded semver v0.1.20
9512026-03-17T02:13:14.977Z Downloaded progenitor-client v0.10.0
9522026-03-17T02:13:14.977Z Downloaded oso v0.27.3
9532026-03-17T02:13:14.980Z Downloaded rustc-hash v2.1.1
9542026-03-17T02:13:14.983Z Downloaded salsa20 v0.10.2
9552026-03-17T02:13:14.983Z Downloaded serde_bytes v0.11.19
9562026-03-17T02:13:14.986Z Downloaded same-file v1.0.6
9572026-03-17T02:13:14.986Z Downloaded predicates v3.1.4
9582026-03-17T02:13:14.988Z Downloaded progenitor-extras v0.1.1
9592026-03-17T02:13:14.991Z Downloaded papergrid v0.17.0
9602026-03-17T02:13:14.994Z Downloaded polyval v0.6.2
9612026-03-17T02:13:14.996Z Downloaded paste v1.0.15
9622026-03-17T02:13:14.999Z Downloaded parking_lot_core v0.8.6
9632026-03-17T02:13:14.999Z Downloaded libm v0.2.16
9642026-03-17T02:13:15.006Z Downloaded secrecy v0.10.3
9652026-03-17T02:13:15.009Z Downloaded resolv-conf v0.7.6
9662026-03-17T02:13:15.012Z Downloaded jiff-static v0.2.21
9672026-03-17T02:13:15.012Z Downloaded secrecy v0.8.0
9682026-03-17T02:13:15.015Z Downloaded serde_spanned v1.0.4
9692026-03-17T02:13:15.015Z Downloaded signature v2.2.0
9702026-03-17T02:13:15.017Z Downloaded seq-macro v0.3.6
9712026-03-17T02:13:15.020Z Downloaded scopeguard v1.2.0
9722026-03-17T02:13:15.020Z Downloaded sapling-renderdag v0.1.0
9732026-03-17T02:13:15.023Z Downloaded indexmap v1.9.3
9742026-03-17T02:13:15.025Z Downloaded serde_plain v1.0.2
9752026-03-17T02:13:15.025Z Downloaded openssl-sys v0.9.111
9762026-03-17T02:13:15.029Z Downloaded serde_urlencoded v0.7.1
9772026-03-17T02:13:15.032Z Downloaded sha1 v0.10.6
9782026-03-17T02:13:15.034Z Downloaded predicates-core v1.0.10
9792026-03-17T02:13:15.034Z Downloaded postcard v1.1.3
9802026-03-17T02:13:15.037Z Downloaded rustls-pemfile v2.2.0
9812026-03-17T02:13:15.040Z Downloaded sigpipe v0.1.3
9822026-03-17T02:13:15.040Z Downloaded signal-hook-tokio v0.3.1
9832026-03-17T02:13:15.043Z Downloaded signal-hook-mio v0.2.5
9842026-03-17T02:13:15.043Z Downloaded scrypt v0.11.0
9852026-03-17T02:13:15.045Z Downloaded pkcs1 v0.7.5
9862026-03-17T02:13:15.048Z Downloaded aes-gcm v0.10.3
9872026-03-17T02:13:15.051Z Downloaded siphasher v1.0.2
9882026-03-17T02:13:15.051Z Downloaded scroll_derive v0.13.1
9892026-03-17T02:13:15.051Z Downloaded rustc_version v0.1.7
9902026-03-17T02:13:15.054Z Downloaded hickory-server v0.25.2
9912026-03-17T02:13:15.056Z Downloaded hmac v0.12.1
9922026-03-17T02:13:15.059Z Downloaded serde_repr v0.1.20
9932026-03-17T02:13:15.061Z Downloaded scheduled-thread-pool v0.2.7
9942026-03-17T02:13:15.061Z Downloaded prefix-trie v0.7.0
9952026-03-17T02:13:15.064Z Downloaded rustversion v1.0.22
9962026-03-17T02:13:15.067Z Downloaded scroll v0.13.0
9972026-03-17T02:13:15.067Z Downloaded kstat-rs v0.2.4
9982026-03-17T02:13:15.070Z Downloaded http-range v0.1.5
9992026-03-17T02:13:15.070Z Downloaded password-hash v0.5.0
10002026-03-17T02:13:15.073Z Downloaded password-hash v0.4.2
10012026-03-17T02:13:15.073Z Downloaded slog-envlogger v2.2.0
10022026-03-17T02:13:15.075Z Downloaded dirs-sys-next v0.1.2
10032026-03-17T02:13:15.075Z Downloaded progenitor-impl v0.10.0
10042026-03-17T02:13:15.078Z Downloaded headers v0.4.1
10052026-03-17T02:13:15.081Z Downloaded schemars_derive v0.8.22
10062026-03-17T02:13:15.084Z Downloaded quinn-udp v0.5.14
10072026-03-17T02:13:15.087Z Downloaded serde-big-array v0.5.1
10082026-03-17T02:13:15.087Z Downloaded elliptic-curve v0.13.8
10092026-03-17T02:13:15.090Z Downloaded serde_path_to_error v0.1.20
10102026-03-17T02:13:15.092Z Downloaded rusty-fork v0.3.1
10112026-03-17T02:13:15.095Z Downloaded flume v0.11.1
10122026-03-17T02:13:15.098Z Downloaded serde_derive_internals v0.29.1
10132026-03-17T02:13:15.098Z Downloaded des v0.8.1
10142026-03-17T02:13:15.100Z Downloaded darling v0.23.0
10152026-03-17T02:13:15.103Z Downloaded ssh-cipher v0.2.0
10162026-03-17T02:13:15.106Z Downloaded hickory-resolver v0.24.4
10172026-03-17T02:13:15.108Z Downloaded progenitor-impl v0.13.0
10182026-03-17T02:13:15.111Z Downloaded slog-bunyan v2.5.0
10192026-03-17T02:13:15.114Z Downloaded newtype_derive v0.1.6
10202026-03-17T02:13:15.114Z Downloaded newtype-uuid-macros v0.1.0
10212026-03-17T02:13:15.114Z Downloaded structmeta-derive v0.3.0
10222026-03-17T02:13:15.117Z Downloaded ssh-encoding v0.2.0
10232026-03-17T02:13:15.117Z Downloaded nanorand v0.7.0
10242026-03-17T02:13:15.120Z Downloaded libloading v0.8.9
10252026-03-17T02:13:15.123Z Downloaded strum v0.27.2
10262026-03-17T02:13:15.123Z Downloaded rustls-pemfile v1.0.4
10272026-03-17T02:13:15.126Z Downloaded libefi-sys v0.1.0
10282026-03-17T02:13:15.126Z Downloaded signal-hook-registry v1.4.8
10292026-03-17T02:13:15.126Z Downloaded russh-keys v0.45.0
10302026-03-17T02:13:15.128Z Downloaded heapless v0.8.0
10312026-03-17T02:13:15.131Z Downloaded newline-converter v0.3.0
10322026-03-17T02:13:15.134Z Downloaded slab v0.4.12
10332026-03-17T02:13:15.134Z Downloaded ignore v0.4.25
10342026-03-17T02:13:15.137Z Downloaded subtle v2.6.1
10352026-03-17T02:13:15.137Z Downloaded supports-color v3.0.2
10362026-03-17T02:13:15.140Z Downloaded colored v3.1.1
10372026-03-17T02:13:15.140Z Downloaded take_mut v0.2.2
10382026-03-17T02:13:15.143Z Downloaded tabwriter v1.4.1
10392026-03-17T02:13:15.143Z Downloaded sync_wrapper v1.0.2
10402026-03-17T02:13:15.146Z Downloaded pin-project v1.1.11
10412026-03-17T02:13:15.153Z Downloaded serde-hex v0.1.0
10422026-03-17T02:13:15.156Z Downloaded rand_core v0.6.4
10432026-03-17T02:13:15.158Z Downloaded sct v0.7.1
10442026-03-17T02:13:15.161Z Downloaded snafu-derive v0.8.9
10452026-03-17T02:13:15.161Z Downloaded termtree v0.5.1
10462026-03-17T02:13:15.164Z Downloaded smf v0.2.3
10472026-03-17T02:13:15.164Z Downloaded slog-json v2.6.1
10482026-03-17T02:13:15.167Z Downloaded serde_cbor v0.11.2
10492026-03-17T02:13:15.167Z Downloaded slog-async v2.8.0
10502026-03-17T02:13:15.170Z Downloaded progenitor-impl v0.11.2
10512026-03-17T02:13:15.172Z Downloaded slog-stdlog v4.1.1
10522026-03-17T02:13:15.175Z Downloaded dropshot-api-manager v0.6.0
10532026-03-17T02:13:15.177Z Downloaded crossbeam-channel v0.5.15
10542026-03-17T02:13:15.179Z Downloaded stacker v0.1.23
10552026-03-17T02:13:15.182Z Downloaded qorb v0.4.1
10562026-03-17T02:13:15.185Z Downloaded thread-id v5.1.0
10572026-03-17T02:13:15.187Z Downloaded static_assertions v1.1.0
10582026-03-17T02:13:15.188Z Downloaded spki v0.7.3
10592026-03-17T02:13:15.191Z Downloaded slog-term v2.9.2
10602026-03-17T02:13:15.193Z Downloaded thiserror-impl-no-std v2.0.2
10612026-03-17T02:13:15.193Z Downloaded slog-scope v4.4.1
10622026-03-17T02:13:15.196Z Downloaded testing_table v0.3.0
10632026-03-17T02:13:15.196Z Downloaded pretty_assertions v1.4.1
10642026-03-17T02:13:15.199Z Downloaded miniz_oxide v0.8.9
10652026-03-17T02:13:15.199Z Downloaded futures-channel v0.3.32
10662026-03-17T02:13:15.201Z Downloaded flate2 v1.1.9
10672026-03-17T02:13:15.205Z Downloaded simd-adler32 v0.3.8
10682026-03-17T02:13:15.207Z Downloaded shlex v1.3.0
10692026-03-17T02:13:15.210Z Downloaded sec1 v0.7.3
10702026-03-17T02:13:15.210Z Downloaded ed25519-dalek v2.2.0
10712026-03-17T02:13:15.213Z Downloaded sqlformat v0.3.5
10722026-03-17T02:13:15.216Z Downloaded shell-words v1.1.1
10732026-03-17T02:13:15.216Z Downloaded tagptr v0.2.0
10742026-03-17T02:13:15.219Z Downloaded support-bundle-viewer v0.1.2
10752026-03-17T02:13:15.219Z Downloaded aes v0.8.4
10762026-03-17T02:13:15.222Z Downloaded keccak v0.1.6
10772026-03-17T02:13:15.225Z Downloaded serde_with_macros v3.17.0
10782026-03-17T02:13:15.225Z Downloaded libxml v0.3.3
10792026-03-17T02:13:15.229Z Downloaded http v1.4.0
10802026-03-17T02:13:15.233Z Downloaded smallvec v0.6.14
10812026-03-17T02:13:15.236Z Downloaded schemars v0.8.22
10822026-03-17T02:13:15.243Z Downloaded strum_macros v0.24.3
10832026-03-17T02:13:15.246Z Downloaded ryu v1.0.23
10842026-03-17T02:13:15.249Z Downloaded structmeta v0.3.0
10852026-03-17T02:13:15.251Z Downloaded slog-dtrace v0.3.0
10862026-03-17T02:13:15.251Z Downloaded rustls-pki-types v1.14.0
10872026-03-17T02:13:15.254Z Downloaded sqlparser_derive v0.5.0
10882026-03-17T02:13:15.254Z Downloaded tower-service v0.3.3
10892026-03-17T02:13:15.257Z Downloaded tower-layer v0.3.3
10902026-03-17T02:13:15.257Z Downloaded signal-hook v0.3.18
10912026-03-17T02:13:15.260Z Downloaded serde_yaml v0.9.34+deprecated
10922026-03-17T02:13:15.262Z Downloaded thiserror-no-std v2.0.2
10932026-03-17T02:13:15.266Z Downloaded thread_local v1.1.9
10942026-03-17T02:13:15.269Z Downloaded publicsuffix v2.3.0
10952026-03-17T02:13:15.269Z Downloaded rustls-native-certs v0.8.3
10962026-03-17T02:13:15.271Z Downloaded similar v2.7.0
10972026-03-17T02:13:15.273Z Downloaded time-macros v0.2.27
10982026-03-17T02:13:15.276Z Downloaded tls_codec_derive v0.4.2
10992026-03-17T02:13:15.279Z Downloaded slog v2.8.2
11002026-03-17T02:13:15.282Z Downloaded string_cache v0.8.9
11012026-03-17T02:13:15.282Z Downloaded prettyplease v0.2.37
11022026-03-17T02:13:15.284Z Downloaded itertools v0.13.0
11032026-03-17T02:13:15.291Z Downloaded tokio-macros v2.6.0
11042026-03-17T02:13:15.293Z Downloaded rustls-platform-verifier v0.6.2
11052026-03-17T02:13:15.296Z Downloaded typify-macro v0.4.3
11062026-03-17T02:13:15.299Z Downloaded rand v0.8.5
11072026-03-17T02:13:15.301Z Downloaded tiny-keccak v2.0.2
11082026-03-17T02:13:15.301Z Downloaded aho-corasick v1.1.4
11092026-03-17T02:13:15.307Z Downloaded sync-ptr v0.1.4
11102026-03-17T02:13:15.310Z Downloaded stringprep v0.1.5
11112026-03-17T02:13:15.310Z Downloaded itertools v0.12.1
11122026-03-17T02:13:15.314Z Downloaded unicode-truncate v1.1.0
11132026-03-17T02:13:15.317Z Downloaded tls_codec v0.4.2
11142026-03-17T02:13:15.320Z Downloaded strum_macros v0.27.2
11152026-03-17T02:13:15.320Z Downloaded termios v0.3.3
11162026-03-17T02:13:15.323Z Downloaded itertools v0.14.0
11172026-03-17T02:13:15.327Z Downloaded tokio-tungstenite v0.23.1
11182026-03-17T02:13:15.330Z Downloaded socket2 v0.6.2
11192026-03-17T02:13:15.334Z Downloaded num-bigint-dig v0.8.6
11202026-03-17T02:13:15.336Z Downloaded utf-8 v0.7.6
11212026-03-17T02:13:15.337Z Downloaded usdt-attr-macro v0.6.0
11222026-03-17T02:13:15.339Z Downloaded universal-hash v0.5.1
11232026-03-17T02:13:15.339Z Downloaded tokio-stream v0.1.18
11242026-03-17T02:13:15.342Z Downloaded hyper-util v0.1.20
11252026-03-17T02:13:15.346Z Downloaded strum_macros v0.26.4
11262026-03-17T02:13:15.349Z Downloaded socket2 v0.5.10
11272026-03-17T02:13:15.352Z Downloaded wait-timeout v0.2.1
11282026-03-17T02:13:15.352Z Downloaded rustls-webpki v0.103.9
11292026-03-17T02:13:15.354Z Downloaded tokio-dtrace v0.1.1
11302026-03-17T02:13:15.357Z Downloaded strum v0.26.3
11312026-03-17T02:13:15.357Z Downloaded mio v1.1.1
11322026-03-17T02:13:15.360Z Downloaded strip-ansi-escapes v0.2.1
11332026-03-17T02:13:15.363Z Downloaded num-bigint v0.4.6
11342026-03-17T02:13:15.367Z Downloaded rand v0.10.0
11352026-03-17T02:13:15.370Z Downloaded rand v0.9.2
11362026-03-17T02:13:15.372Z Downloaded ron v0.8.1
11372026-03-17T02:13:15.375Z Downloaded rcgen v0.12.1
11382026-03-17T02:13:15.378Z Downloaded ingot v0.1.1
11392026-03-17T02:13:15.381Z Downloaded tar v0.4.44
11402026-03-17T02:13:15.383Z Downloaded moka v0.12.13
11412026-03-17T02:13:15.388Z Downloaded unicase v2.9.0
11422026-03-17T02:13:15.391Z Downloaded quinn v0.11.9
11432026-03-17T02:13:15.394Z Downloaded untrusted v0.9.0
11442026-03-17T02:13:15.394Z Downloaded typify-macro v0.6.1
11452026-03-17T02:13:15.397Z Downloaded waitgroup v0.1.2
11462026-03-17T02:13:15.397Z Downloaded unit-prefix v0.5.2
11472026-03-17T02:13:15.399Z Downloaded test-strategy v0.4.5
11482026-03-17T02:13:15.402Z Downloaded schemars v1.2.1
11492026-03-17T02:13:15.411Z Downloaded usdt v0.6.0
11502026-03-17T02:13:15.414Z Downloaded untrusted v0.7.1
11512026-03-17T02:13:15.414Z Downloaded unarray v0.1.4
11522026-03-17T02:13:15.418Z Downloaded xshell-macros v0.2.7
11532026-03-17T02:13:15.418Z Downloaded toml_parser v1.0.9+spec-1.1.0
11542026-03-17T02:13:15.418Z Downloaded usdt-impl v0.6.0
11552026-03-17T02:13:15.420Z Downloaded trait-variant v0.1.2
11562026-03-17T02:13:15.421Z Downloaded tokio-tungstenite v0.21.0
11572026-03-17T02:13:15.423Z Downloaded schemars v0.9.0
11582026-03-17T02:13:15.431Z Downloaded zeroize_derive v1.4.3
11592026-03-17T02:13:15.434Z Downloaded rsa v0.9.10
11602026-03-17T02:13:15.437Z Downloaded xattr v1.6.1
11612026-03-17T02:13:15.439Z Downloaded h2 v0.4.13
11622026-03-17T02:13:15.443Z Downloaded vergen-git2 v1.0.7
11632026-03-17T02:13:15.446Z Downloaded snafu v0.8.9
11642026-03-17T02:13:15.449Z Downloaded tracing-attributes v0.1.31
11652026-03-17T02:13:15.452Z Downloaded p521 v0.13.3
11662026-03-17T02:13:15.455Z Downloaded twox-hash v2.1.2
11672026-03-17T02:13:15.459Z Downloaded ron v0.12.0
11682026-03-17T02:13:15.463Z Downloaded zone_cfg_derive v0.3.1
11692026-03-17T02:13:15.465Z Downloaded zone v0.3.1
11702026-03-17T02:13:15.465Z Downloaded vergen-gitcl v1.0.8
11712026-03-17T02:13:15.467Z Downloaded tabled_derive v0.11.0
11722026-03-17T02:13:15.470Z Downloaded spin v0.9.8
11732026-03-17T02:13:15.470Z Downloaded blake3 v1.8.3
11742026-03-17T02:13:15.476Z Downloaded whoami v2.1.0
11752026-03-17T02:13:15.479Z Downloaded aws-lc-rs v1.16.0
11762026-03-17T02:13:15.486Z Downloaded wyz v0.5.1
11772026-03-17T02:13:15.489Z Downloaded whoami v1.6.1
11782026-03-17T02:13:15.491Z Downloaded xshell v0.2.7
11792026-03-17T02:13:15.491Z Downloaded usdt-macro v0.6.0
11802026-03-17T02:13:15.492Z Downloaded term v0.7.0
11812026-03-17T02:13:15.495Z Downloaded vsss-rs v3.3.4
11822026-03-17T02:13:15.497Z Downloaded unicode-properties v0.1.4
11832026-03-17T02:13:15.500Z Downloaded tui-tree-widget v0.23.1
11842026-03-17T02:13:15.500Z Downloaded topological-sort v0.2.2
11852026-03-17T02:13:15.502Z Downloaded xz2 v0.1.7
11862026-03-17T02:13:15.502Z Downloaded rayon-core v1.13.0
11872026-03-17T02:13:15.505Z Downloaded russh v0.45.0
11882026-03-17T02:13:15.509Z Downloaded steno v0.4.1
11892026-03-17T02:13:15.512Z Downloaded toml_writer v1.0.6+spec-1.1.0
11902026-03-17T02:13:15.515Z Downloaded uzers v0.12.2
11912026-03-17T02:13:15.518Z Downloaded walkdir v2.5.0
11922026-03-17T02:13:15.518Z Downloaded toml v0.9.12+spec-1.1.0
11932026-03-17T02:13:15.521Z Downloaded tinyvec_macros v0.1.1
11942026-03-17T02:13:15.521Z Downloaded term v1.2.1
11952026-03-17T02:13:15.524Z Downloaded samael v0.0.19
11962026-03-17T02:13:15.528Z Downloaded typify v0.4.3
11972026-03-17T02:13:15.531Z Downloaded tracing-core v0.1.36
11982026-03-17T02:13:15.534Z Downloaded tungstenite v0.21.0
11992026-03-17T02:13:15.536Z Downloaded bindgen v0.71.1
12002026-03-17T02:13:15.542Z Downloaded zstd v0.13.3
12012026-03-17T02:13:15.544Z Downloaded vergen v9.0.6
12022026-03-17T02:13:15.547Z Downloaded unicode-bidi v0.3.18
12032026-03-17T02:13:15.550Z Downloaded tokio-rustls v0.26.4
12042026-03-17T02:13:15.550Z Downloaded find-msvc-tools v0.1.9
12052026-03-17T02:13:15.552Z Downloaded der v0.7.10
12062026-03-17T02:13:15.554Z Downloaded rustyline v14.0.0
12072026-03-17T02:13:15.558Z Downloaded toml_edit v0.23.10+spec-1.0.0
12082026-03-17T02:13:15.561Z Downloaded dropshot v0.16.7
12092026-03-17T02:13:15.578Z Downloaded zstd-safe v7.2.4
12102026-03-17T02:13:15.581Z Downloaded bitvec v1.0.1
12112026-03-17T02:13:15.590Z Downloaded vte v0.14.1
12122026-03-17T02:13:15.595Z Downloaded typify v0.6.1
12132026-03-17T02:13:15.611Z Downloaded subprocess v0.2.15
12142026-03-17T02:13:15.611Z Downloaded zerocopy v0.6.6
12152026-03-17T02:13:15.611Z Downloaded rpassword v7.4.0
12162026-03-17T02:13:15.611Z Downloaded corncobs v0.1.4
12172026-03-17T02:13:15.611Z Downloaded git2 v0.20.4
12182026-03-17T02:13:15.611Z Downloaded toml_edit v0.19.15
12192026-03-17T02:13:15.622Z Downloaded zopfli v0.8.3
12202026-03-17T02:13:15.624Z Downloaded uuid v1.21.0
12212026-03-17T02:13:15.627Z Downloaded yansi v1.0.1
12222026-03-17T02:13:15.630Z Downloaded ssh-key v0.6.7
12232026-03-17T02:13:15.633Z Downloaded tungstenite v0.23.0
12242026-03-17T02:13:15.636Z Downloaded petname v2.0.2
12252026-03-17T02:13:15.640Z Downloaded tokio-postgres v0.7.16
12262026-03-17T02:13:15.644Z Downloaded tap v1.0.1
12272026-03-17T02:13:15.647Z Downloaded quick-xml v0.37.5
12282026-03-17T02:13:15.650Z Downloaded p384 v0.13.1
12292026-03-17T02:13:15.653Z Downloaded regex v1.12.3
12302026-03-17T02:13:15.657Z Downloaded zip v0.6.6
12312026-03-17T02:13:15.661Z Downloaded bzip2 v0.4.4
12322026-03-17T02:13:15.663Z Downloaded time-core v0.1.8
12332026-03-17T02:13:15.663Z Downloaded reqwest v0.13.2
12342026-03-17T02:13:15.668Z Downloaded reqwest v0.12.28
12352026-03-17T02:13:15.672Z Downloaded lalrpop v0.19.12
12362026-03-17T02:13:15.681Z Downloaded chrono v0.4.44
12372026-03-17T02:13:15.687Z Downloaded unicode_categories v0.1.1
12382026-03-17T02:13:15.690Z Downloaded goblin v0.10.5
12392026-03-17T02:13:15.694Z Downloaded salty v0.3.0
12402026-03-17T02:13:15.699Z Downloaded vergen-lib v0.1.6
12412026-03-17T02:13:15.702Z Downloaded portable-atomic v1.13.1
12422026-03-17T02:13:15.706Z Downloaded rustls-webpki v0.101.7
12432026-03-17T02:13:15.717Z Downloaded rustls-webpki v0.102.8
12442026-03-17T02:13:15.731Z Downloaded x509-cert v0.2.5
12452026-03-17T02:13:15.735Z Downloaded typed-path v0.9.3
12462026-03-17T02:13:15.740Z Downloaded unicode-segmentation v1.12.0
12472026-03-17T02:13:15.742Z Downloaded zerocopy-derive v0.8.40
12482026-03-17T02:13:15.749Z Downloaded tokio-rustls v0.24.1
12492026-03-17T02:13:15.752Z Downloaded tokio-rustls v0.25.0
12502026-03-17T02:13:15.754Z Downloaded quinn-proto v0.11.13
12512026-03-17T02:13:15.758Z Downloaded tokio-native-tls v0.3.1
12522026-03-17T02:13:15.761Z Downloaded tinyvec v1.10.0
12532026-03-17T02:13:15.764Z Downloaded serde_with v3.17.0
12542026-03-17T02:13:15.770Z Downloaded try-lock v0.2.5
12552026-03-17T02:13:15.773Z Downloaded unicode-normalization v0.1.25
12562026-03-17T02:13:15.776Z Downloaded tower-http v0.6.8
12572026-03-17T02:13:15.780Z Downloaded zip v4.6.1
12582026-03-17T02:13:15.783Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12592026-03-17T02:13:15.786Z Downloaded want v0.3.1
12602026-03-17T02:13:15.786Z Downloaded void v1.0.2
12612026-03-17T02:13:15.786Z Downloaded tough v0.20.0
12622026-03-17T02:13:15.792Z Downloaded tokio-util v0.7.18
12632026-03-17T02:13:15.797Z Downloaded object v0.30.4
12642026-03-17T02:13:15.805Z Downloaded rayon v1.11.0
12652026-03-17T02:13:15.811Z Downloaded proptest v1.10.0
12662026-03-17T02:13:15.818Z Downloaded zeroize v1.8.2
12672026-03-17T02:13:15.821Z Downloaded object v0.37.3
12682026-03-17T02:13:15.828Z Downloaded curve25519-dalek v4.1.3
12692026-03-17T02:13:15.835Z Downloaded reedline v0.40.0
12702026-03-17T02:13:15.840Z Downloaded blake2 v0.10.6
12712026-03-17T02:13:15.843Z Downloaded cipher v0.4.4
12722026-03-17T02:13:15.846Z Downloaded cexpr v0.6.0
12732026-03-17T02:13:15.846Z Downloaded cargo_metadata v0.19.2
12742026-03-17T02:13:15.848Z Downloaded derive-ex v0.1.8
12752026-03-17T02:13:15.848Z Downloaded winnow v0.5.40
12762026-03-17T02:13:15.853Z Downloaded const-oid v0.9.6
12772026-03-17T02:13:15.856Z Downloaded backon v1.6.0
12782026-03-17T02:13:15.858Z Downloaded arc-swap v1.8.2
12792026-03-17T02:13:15.861Z Downloaded yasna v0.5.2
12802026-03-17T02:13:15.864Z Downloaded toml v0.7.8
12812026-03-17T02:13:15.864Z Downloaded hash32 v0.2.1
12822026-03-17T02:13:15.867Z Downloaded darling_core v0.20.11
12832026-03-17T02:13:15.869Z Downloaded csv-core v0.1.13
12842026-03-17T02:13:15.869Z Downloaded crc v3.4.0
12852026-03-17T02:13:15.872Z Downloaded block-padding v0.3.3
12862026-03-17T02:13:15.872Z Downloaded dsl_auto_type v0.2.0
12872026-03-17T02:13:15.874Z Downloaded unsafe-libyaml v0.2.11
12882026-03-17T02:13:15.874Z Downloaded radix_trie v0.2.1
12892026-03-17T02:13:15.878Z Downloaded polar-core v0.27.3
12902026-03-17T02:13:15.884Z Downloaded time v0.3.47
12912026-03-17T02:13:15.894Z Downloaded winnow v0.6.26
12922026-03-17T02:13:15.900Z Downloaded nix v0.28.0
12932026-03-17T02:13:15.908Z Downloaded tabled v0.20.0
12942026-03-17T02:13:15.921Z Downloaded openssl v0.10.75
12952026-03-17T02:13:15.928Z Downloaded bstr v1.12.1
12962026-03-17T02:13:15.935Z Downloaded nix v0.29.0
12972026-03-17T02:13:15.944Z Downloaded smoltcp v0.9.1
12982026-03-17T02:13:15.951Z Downloaded regex-syntax v0.6.29
12992026-03-17T02:13:15.957Z Downloaded hickory-proto v0.24.4
13002026-03-17T02:13:15.968Z Downloaded vcpkg v0.2.15
13012026-03-17T02:13:15.998Z Downloaded zlib-rs v0.6.2
13022026-03-17T02:13:16.002Z Downloaded hickory-proto v0.25.2
13032026-03-17T02:13:16.014Z Downloaded zerocopy v0.8.40
13042026-03-17T02:13:16.021Z Downloaded regress v0.10.5
13052026-03-17T02:13:16.028Z Downloaded rustix v0.38.44
13062026-03-17T02:13:16.045Z Downloaded webpki-roots v1.0.6
13072026-03-17T02:13:16.048Z Downloaded rustls v0.23.37
13082026-03-17T02:13:16.057Z Downloaded diesel v2.3.7
13092026-03-17T02:13:16.072Z Downloaded regex-syntax v0.8.10
13102026-03-17T02:13:16.078Z Downloaded openapiv3 v2.2.0
13112026-03-17T02:13:16.087Z Downloaded nix v0.31.1
13122026-03-17T02:13:16.096Z Downloaded smoltcp v0.11.0
13132026-03-17T02:13:16.105Z Downloaded rustls v0.22.4
13142026-03-17T02:13:16.115Z Downloaded tower v0.5.3
13152026-03-17T02:13:16.121Z Downloaded rustls v0.21.12
13162026-03-17T02:13:16.130Z Downloaded nix v0.27.1
13172026-03-17T02:13:16.138Z Downloaded darling_core v0.21.3
13182026-03-17T02:13:16.141Z Downloaded array-init v0.0.4
13192026-03-17T02:13:16.144Z Downloaded adler2 v2.0.1
13202026-03-17T02:13:16.160Z Downloaded sqlparser v0.61.0
13212026-03-17T02:13:16.168Z Downloaded ratatui v0.29.0
13222026-03-17T02:13:16.183Z Downloaded sled v0.34.7
13232026-03-17T02:13:16.191Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-03-17T02:13:16.201Z Downloaded typify-impl v0.6.1
13252026-03-17T02:13:16.218Z Downloaded tracing v0.1.44
13262026-03-17T02:13:16.253Z Downloaded regex-automata v0.4.14
13272026-03-17T02:13:16.265Z Downloaded jiff v0.2.21
13282026-03-17T02:13:16.278Z Downloaded petgraph v0.6.5
13292026-03-17T02:13:16.292Z Downloaded lzma-sys v0.1.20
13302026-03-17T02:13:16.314Z Downloaded chrono-tz v0.10.4
13312026-03-17T02:13:16.336Z Downloaded libz-sys v1.1.24
13322026-03-17T02:13:16.352Z Downloaded petgraph v0.8.3
13332026-03-17T02:13:16.368Z Downloaded zerocopy-derive v0.6.6
13342026-03-17T02:13:16.376Z Downloaded typify-impl v0.4.3
13352026-03-17T02:13:16.387Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13362026-03-17T02:13:16.405Z Downloaded csv v1.4.0
13372026-03-17T02:13:16.421Z Downloaded sha3 v0.10.8
13382026-03-17T02:13:16.467Z Downloaded tokio v1.49.0
13392026-03-17T02:13:16.496Z Downloaded encoding_rs v0.8.35
13402026-03-17T02:13:16.532Z Downloaded ring v0.17.14
13412026-03-17T02:13:16.587Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-03-17T02:13:17.102Z Downloaded aws-lc-sys v0.37.1
13432026-03-17T02:13:17.433Z Compiling libc v0.2.180
13442026-03-17T02:13:17.435Z Compiling serde v1.0.228
13452026-03-17T02:13:17.435Z Compiling log v0.4.29
13462026-03-17T02:13:17.435Z Compiling shlex v1.3.0
13472026-03-17T02:13:17.606Z Compiling find-msvc-tools v0.1.9
13482026-03-17T02:13:17.609Z Compiling smallvec v1.15.1
13492026-03-17T02:13:17.615Z Compiling syn v2.0.117
13502026-03-17T02:13:17.629Z Compiling typenum v1.19.0
13512026-03-17T02:13:17.842Z Compiling generic-array v0.14.7
13522026-03-17T02:13:17.867Z Compiling subtle v2.6.1
13532026-03-17T02:13:17.924Z Compiling scopeguard v1.2.0
13542026-03-17T02:13:17.985Z Compiling portable-atomic v1.13.1
13552026-03-17T02:13:18.003Z Compiling const-oid v0.9.6
13562026-03-17T02:13:18.055Z Compiling lock_api v0.4.14
13572026-03-17T02:13:18.093Z Compiling critical-section v1.2.0
13582026-03-17T02:13:18.164Z Compiling zerocopy v0.8.40
13592026-03-17T02:13:18.236Z Compiling pin-project-lite v0.2.17
13602026-03-17T02:13:18.345Z Compiling serde_json v1.0.149
13612026-03-17T02:13:18.364Z Compiling parking_lot_core v0.9.12
13622026-03-17T02:13:18.697Z Compiling pkg-config v0.3.32
13632026-03-17T02:13:18.730Z Compiling bitflags v2.11.0
13642026-03-17T02:13:18.832Z Compiling getrandom v0.2.17
13652026-03-17T02:13:18.936Z Compiling jobserver v0.1.34
13662026-03-17T02:13:19.015Z Compiling rand_core v0.6.4
13672026-03-17T02:13:19.093Z Compiling errno v0.3.14
13682026-03-17T02:13:19.277Z Compiling cc v1.2.56
13692026-03-17T02:13:19.330Z Compiling once_cell v1.21.3
13702026-03-17T02:13:19.350Z Compiling signal-hook-registry v1.4.8
13712026-03-17T02:13:19.422Z Compiling parking_lot v0.12.5
13722026-03-17T02:13:19.441Z Compiling mio v1.1.1
13732026-03-17T02:13:19.474Z Compiling libm v0.2.16
13742026-03-17T02:13:19.593Z Compiling num-traits v0.2.19
13752026-03-17T02:13:19.704Z Compiling futures-core v0.3.32
13762026-03-17T02:13:20.022Z Compiling socket2 v0.6.2
13772026-03-17T02:13:20.042Z Compiling percent-encoding v2.3.2
13782026-03-17T02:13:20.163Z Compiling allocator-api2 v0.2.21
13792026-03-17T02:13:20.183Z Compiling futures-sink v0.3.32
13802026-03-17T02:13:20.224Z Compiling cpufeatures v0.2.17
13812026-03-17T02:13:20.291Z Compiling foldhash v0.2.0
13822026-03-17T02:13:20.318Z Compiling futures-channel v0.3.32
13832026-03-17T02:13:20.321Z Compiling futures-task v0.3.32
13842026-03-17T02:13:20.563Z Compiling hashbrown v0.16.1
13852026-03-17T02:13:20.582Z Compiling slab v0.4.12
13862026-03-17T02:13:20.601Z Compiling futures-io v0.3.32
13872026-03-17T02:13:20.619Z Compiling getrandom v0.4.1
13882026-03-17T02:13:20.623Z Compiling rustversion v1.0.22
13892026-03-17T02:13:20.804Z Compiling getrandom v0.3.4
13902026-03-17T02:13:20.822Z Compiling rand_core v0.10.0
13912026-03-17T02:13:21.097Z Compiling cmake v0.1.57
13922026-03-17T02:13:21.403Z Compiling indexmap v2.13.0
13932026-03-17T02:13:21.555Z Compiling form_urlencoded v1.2.2
13942026-03-17T02:13:21.671Z Compiling dunce v1.0.5
13952026-03-17T02:13:21.730Z Compiling ident_case v1.0.1
13962026-03-17T02:13:21.766Z Compiling synstructure v0.13.2
13972026-03-17T02:13:21.784Z Compiling base64ct v1.8.3
13982026-03-17T02:13:21.883Z Compiling fs_extra v1.3.0
13992026-03-17T02:13:21.983Z Compiling flagset v0.4.7
14002026-03-17T02:13:22.111Z Compiling pem-rfc7468 v0.7.0
14012026-03-17T02:13:22.160Z Compiling rand_core v0.9.5
14022026-03-17T02:13:22.195Z Compiling iana-time-zone v0.1.65
14032026-03-17T02:13:22.239Z Compiling aws-lc-sys v0.37.1
14042026-03-17T02:13:22.319Z Compiling rustix v1.1.3
14052026-03-17T02:13:22.339Z Compiling ring v0.17.14
14062026-03-17T02:13:22.457Z Compiling uuid v1.21.0
14072026-03-17T02:13:22.520Z Compiling rustc_version v0.4.1
14082026-03-17T02:13:22.523Z Compiling regex-syntax v0.8.10
14092026-03-17T02:13:22.633Z Compiling aws-lc-rs v1.16.0
14102026-03-17T02:13:22.990Z Compiling vcpkg v0.2.15
14112026-03-17T02:13:23.010Z Compiling tracing-core v0.1.36
14122026-03-17T02:13:23.393Z Compiling crossbeam-utils v0.8.21
14132026-03-17T02:13:23.786Z Compiling pest_generator v2.8.6
14142026-03-17T02:13:23.805Z Compiling serde_derive_internals v0.29.1
14152026-03-17T02:13:23.996Z Compiling openssl-sys v0.9.111
14162026-03-17T02:13:24.427Z Compiling serde_derive v1.0.228
14172026-03-17T02:13:24.655Z Compiling zeroize_derive v1.4.3
14182026-03-17T02:13:24.718Z Compiling zerofrom-derive v0.1.6
14192026-03-17T02:13:24.763Z Compiling yoke-derive v0.8.1
14202026-03-17T02:13:25.098Z Compiling zerocopy-derive v0.8.40
14212026-03-17T02:13:25.555Z Compiling zeroize v1.8.2
14222026-03-17T02:13:25.895Z Compiling zerovec-derive v0.11.2
14232026-03-17T02:13:26.379Z Compiling displaydoc v0.2.5
14242026-03-17T02:13:26.592Z Compiling crypto-common v0.1.7
14252026-03-17T02:13:26.670Z Compiling zerofrom v0.1.6
14262026-03-17T02:13:26.770Z Compiling block-buffer v0.10.4
14272026-03-17T02:13:26.824Z Compiling yoke v0.8.1
14282026-03-17T02:13:26.979Z Compiling digest v0.10.7
14292026-03-17T02:13:27.060Z Compiling tokio-macros v2.6.0
14302026-03-17T02:13:27.230Z Compiling futures-macro v0.3.32
14312026-03-17T02:13:27.303Z Compiling hmac v0.12.1
14322026-03-17T02:13:27.343Z Compiling zerotrie v0.2.3
14332026-03-17T02:13:27.385Z Compiling zerovec v0.11.5
14342026-03-17T02:13:27.496Z Compiling block-padding v0.3.3
14352026-03-17T02:13:27.695Z Compiling inout v0.1.4
14362026-03-17T02:13:27.735Z Compiling sha2 v0.10.9
14372026-03-17T02:13:27.907Z Compiling cipher v0.4.4
14382026-03-17T02:13:28.030Z Compiling tinystr v0.8.2
14392026-03-17T02:13:28.073Z Compiling potential_utf v0.1.4
14402026-03-17T02:13:28.253Z Compiling icu_locale_core v2.1.1
14412026-03-17T02:13:28.293Z Compiling icu_collections v2.1.1
14422026-03-17T02:13:28.312Z Compiling futures-util v0.3.32
14432026-03-17T02:13:28.316Z Compiling der_derive v0.7.3
14442026-03-17T02:13:28.933Z Compiling salsa20 v0.10.2
14452026-03-17T02:13:29.109Z Compiling icu_provider v2.1.1
14462026-03-17T02:13:29.244Z Compiling bytes v1.11.1
14472026-03-17T02:13:29.488Z Compiling icu_normalizer v2.1.1
14482026-03-17T02:13:29.507Z Compiling icu_properties v2.1.2
14492026-03-17T02:13:29.590Z Compiling der v0.7.10
14502026-03-17T02:13:29.607Z Compiling chrono v0.4.44
14512026-03-17T02:13:30.100Z Compiling tokio v1.49.0
14522026-03-17T02:13:30.264Z Compiling http v1.4.0
14532026-03-17T02:13:31.138Z Compiling idna_adapter v1.2.1
14542026-03-17T02:13:31.307Z Compiling ppv-lite86 v0.2.21
14552026-03-17T02:13:31.326Z Compiling idna v1.1.0
14562026-03-17T02:13:31.441Z Compiling spki v0.7.3
14572026-03-17T02:13:31.468Z Compiling pbkdf2 v0.12.2
14582026-03-17T02:13:31.494Z Compiling thiserror-impl v2.0.18
14592026-03-17T02:13:31.555Z Compiling aes v0.8.4
14602026-03-17T02:13:31.604Z Compiling scrypt v0.11.0
14612026-03-17T02:13:31.694Z Compiling url v2.5.8
14622026-03-17T02:13:31.738Z Compiling rand_chacha v0.9.0
14632026-03-17T02:13:31.930Z Compiling cbc v0.1.2
14642026-03-17T02:13:32.112Z Compiling rustls-pki-types v1.14.0
14652026-03-17T02:13:32.204Z Compiling tracing-attributes v0.1.31
14662026-03-17T02:13:32.619Z Compiling pkcs5 v0.7.1
14672026-03-17T02:13:32.714Z Compiling rand v0.9.2
14682026-03-17T02:13:32.740Z Compiling http-body v1.0.1
14692026-03-17T02:13:32.951Z Compiling httparse v1.10.1
14702026-03-17T02:13:33.007Z Compiling untrusted v0.9.0
14712026-03-17T02:13:33.161Z Compiling untrusted v0.7.1
14722026-03-17T02:13:33.256Z Compiling base64 v0.22.1
14732026-03-17T02:13:33.275Z Compiling thiserror v2.0.18
14742026-03-17T02:13:33.316Z Compiling schemars v0.8.22
14752026-03-17T02:13:33.377Z Compiling syn v1.0.109
14762026-03-17T02:13:33.404Z Compiling openssl-probe v0.2.1
14772026-03-17T02:13:33.654Z Compiling pkcs8 v0.10.2
14782026-03-17T02:13:33.672Z Compiling schemars_derive v0.8.22
14792026-03-17T02:13:33.744Z Compiling pest_derive v2.8.6
14802026-03-17T02:13:33.820Z Compiling scroll_derive v0.13.1
14812026-03-17T02:13:34.020Z Compiling tracing v0.1.44
14822026-03-17T02:13:34.280Z Compiling darling_core v0.20.11
14832026-03-17T02:13:34.369Z Compiling rustls v0.23.37
14842026-03-17T02:13:34.583Z Compiling atomic-waker v1.1.2
14852026-03-17T02:13:34.725Z Compiling tower-layer v0.3.3
14862026-03-17T02:13:34.788Z Compiling tinyvec_macros v0.1.1
14872026-03-17T02:13:34.877Z Compiling try-lock v0.2.5
14882026-03-17T02:13:34.920Z Compiling dyn-clone v1.0.20
14892026-03-17T02:13:34.946Z Compiling tower-service v0.3.3
14902026-03-17T02:13:35.011Z Compiling want v0.3.1
14912026-03-17T02:13:35.065Z Compiling scroll v0.13.0
14922026-03-17T02:13:35.094Z Compiling tinyvec v1.10.0
14932026-03-17T02:13:35.221Z Compiling tokio-util v0.7.18
14942026-03-17T02:13:35.943Z Compiling ipnet v2.11.0
14952026-03-17T02:13:36.160Z Compiling h2 v0.4.13
14962026-03-17T02:13:36.617Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14972026-03-17T02:13:36.637Z Compiling spin v0.9.8
14982026-03-17T02:13:36.901Z Compiling aho-corasick v1.1.4
14992026-03-17T02:13:37.115Z Compiling time-core v0.1.8
15002026-03-17T02:13:37.192Z Compiling foreign-types-shared v0.1.1
15012026-03-17T02:13:37.300Z Compiling pin-utils v0.1.0
15022026-03-17T02:13:37.300Z Compiling httpdate v1.0.3
15032026-03-17T02:13:37.392Z Compiling powerfmt v0.2.0
15042026-03-17T02:13:37.603Z Compiling num-conv v0.2.0
15052026-03-17T02:13:37.623Z Compiling darling_macro v0.20.11
15062026-03-17T02:13:37.652Z Compiling openssl v0.10.75
15072026-03-17T02:13:37.770Z Compiling crc32fast v1.5.0
15082026-03-17T02:13:37.965Z Compiling time-macros v0.2.27
15092026-03-17T02:13:38.070Z Compiling regex-automata v0.4.14
15102026-03-17T02:13:38.166Z Compiling deranged v0.5.8
15112026-03-17T02:13:38.214Z Compiling darling v0.20.11
15122026-03-17T02:13:38.320Z Compiling tempfile v3.25.0
15132026-03-17T02:13:38.820Z Compiling foreign-types v0.3.2
15142026-03-17T02:13:39.296Z Compiling goblin v0.10.5
15152026-03-17T02:13:39.528Z Compiling thiserror-impl v1.0.69
15162026-03-17T02:13:40.131Z Compiling openssl-macros v0.1.1
15172026-03-17T02:13:40.628Z Compiling hyper v1.8.1
15182026-03-17T02:13:41.093Z Compiling wait-timeout v0.2.1
15192026-03-17T02:13:41.251Z Compiling either v1.15.0
15202026-03-17T02:13:41.433Z Compiling usdt-impl v0.6.0
15212026-03-17T02:13:41.519Z Compiling siphasher v1.0.2
15222026-03-17T02:13:41.558Z Compiling simd-adler32 v0.3.8
15232026-03-17T02:13:41.683Z Compiling num_threads v0.1.7
15242026-03-17T02:13:41.763Z Compiling bit-vec v0.8.0
15252026-03-17T02:13:41.800Z Compiling native-tls v0.2.18
15262026-03-17T02:13:41.884Z Compiling quick-error v1.2.3
15272026-03-17T02:13:42.017Z Compiling hyper-util v0.1.20
15282026-03-17T02:13:42.065Z Compiling bit-set v0.8.0
15292026-03-17T02:13:42.087Z Compiling rusty-fork v0.3.1
15302026-03-17T02:13:42.274Z Compiling time v0.3.47
15312026-03-17T02:13:42.522Z Compiling thiserror v1.0.69
15322026-03-17T02:13:42.744Z Compiling derive_builder_core v0.20.2
15332026-03-17T02:13:43.941Z Compiling dof v0.4.0
15342026-03-17T02:13:44.188Z Compiling unicode-normalization v0.1.25
15352026-03-17T02:13:44.329Z Compiling crossbeam-epoch v0.9.18
15362026-03-17T02:13:44.428Z Compiling dtrace-parser v0.3.0
15372026-03-17T02:13:44.795Z Compiling rustls-native-certs v0.8.3
15382026-03-17T02:13:44.813Z Compiling signature v2.2.0
15392026-03-17T02:13:45.036Z Compiling scroll_derive v0.12.1
15402026-03-17T02:13:45.175Z Compiling heapless v0.7.17
15412026-03-17T02:13:45.336Z Compiling rand_xorshift v0.4.0
15422026-03-17T02:13:45.475Z Compiling slog v2.8.2
15432026-03-17T02:13:45.512Z Compiling darling_core v0.21.3
15442026-03-17T02:13:45.539Z Compiling bzip2-sys v0.1.13+1.0.8
15452026-03-17T02:13:45.605Z Compiling sync_wrapper v1.0.2
15462026-03-17T02:13:45.704Z Compiling thread-id v5.1.0
15472026-03-17T02:13:45.734Z Compiling cookie v0.18.1
15482026-03-17T02:13:45.805Z Compiling rayon-core v1.13.0
15492026-03-17T02:13:45.878Z Compiling paste v1.0.15
15502026-03-17T02:13:45.906Z Compiling unicode-segmentation v1.12.0
15512026-03-17T02:13:45.956Z Compiling adler2 v2.0.1
15522026-03-17T02:13:46.017Z Compiling zstd-safe v7.2.4
15532026-03-17T02:13:46.120Z Compiling unicode-bidi v0.3.18
15542026-03-17T02:13:46.218Z Compiling unicode-properties v0.1.4
15552026-03-17T02:13:46.256Z Compiling anyhow v1.0.102
15562026-03-17T02:13:46.409Z Compiling unarray v0.1.4
15572026-03-17T02:13:46.489Z Compiling signal-hook v0.3.18
15582026-03-17T02:13:46.542Z Compiling stringprep v0.1.5
15592026-03-17T02:13:46.722Z Compiling proptest v1.10.0
15602026-03-17T02:13:46.856Z Compiling miniz_oxide v0.8.9
15612026-03-17T02:13:46.935Z Compiling scroll v0.12.0
15622026-03-17T02:13:47.273Z Compiling tower v0.5.3
15632026-03-17T02:13:47.676Z Compiling crossbeam-deque v0.8.6
15642026-03-17T02:13:47.696Z Compiling derive_builder_macro v0.20.2
15652026-03-17T02:13:47.731Z Compiling ipnetwork v0.21.1
15662026-03-17T02:13:47.889Z Compiling http-body-util v0.1.3
15672026-03-17T02:13:47.915Z Compiling webpki-roots v1.0.6
15682026-03-17T02:13:47.934Z Compiling rand_chacha v0.3.1
15692026-03-17T02:13:48.065Z Compiling serde_tokenstream v0.2.3
15702026-03-17T02:13:48.205Z Compiling serde_spanned v0.6.9
15712026-03-17T02:13:48.251Z Compiling erased-serde v0.3.31
15722026-03-17T02:13:48.288Z Compiling toml_datetime v0.6.11
15732026-03-17T02:13:48.382Z Compiling md-5 v0.10.6
15742026-03-17T02:13:48.474Z Compiling zerocopy-derive v0.7.35
15752026-03-17T02:13:48.587Z Compiling curve25519-dalek v4.1.3
15762026-03-17T02:13:48.620Z Compiling num-integer v0.1.46
15772026-03-17T02:13:48.970Z Compiling vergen-lib v0.1.6
15782026-03-17T02:13:48.990Z Compiling hash32 v0.2.1
15792026-03-17T02:13:49.009Z Compiling ff v0.13.1
15802026-03-17T02:13:49.049Z Compiling memoffset v0.9.1
15812026-03-17T02:13:49.081Z Compiling darling_macro v0.21.3
15822026-03-17T02:13:49.177Z Compiling iri-string v0.7.10
15832026-03-17T02:13:49.197Z Compiling fallible-iterator v0.2.0
15842026-03-17T02:13:49.236Z Compiling base16ct v0.2.0
15852026-03-17T02:13:49.284Z Compiling ryu v1.0.23
15862026-03-17T02:13:49.456Z Compiling smoltcp v0.9.1
15872026-03-17T02:13:49.515Z Compiling ref-cast v1.0.25
15882026-03-17T02:13:49.598Z Compiling cfg_aliases v0.2.1
15892026-03-17T02:13:49.621Z Compiling psl-types v2.0.11
15902026-03-17T02:13:49.688Z Compiling num-bigint-dig v0.8.6
15912026-03-17T02:13:49.705Z Compiling rustix v0.38.44
15922026-03-17T02:13:49.816Z Compiling zlib-rs v0.6.2
15932026-03-17T02:13:49.927Z Compiling litrs v1.0.0
15942026-03-17T02:13:50.021Z Compiling newtype-uuid v1.3.2
15952026-03-17T02:13:50.039Z Compiling publicsuffix v2.3.0
15962026-03-17T02:13:50.248Z Compiling darling v0.21.3
15972026-03-17T02:13:50.281Z Compiling nix v0.31.1
15982026-03-17T02:13:50.348Z Compiling zerocopy v0.7.35
15992026-03-17T02:13:50.443Z Compiling postgres-protocol v0.6.10
16002026-03-17T02:13:50.619Z Compiling document-features v0.2.12
16012026-03-17T02:13:50.776Z Compiling serde_urlencoded v0.7.1
16022026-03-17T02:13:51.117Z Compiling tower-http v0.6.8
16032026-03-17T02:13:51.160Z Compiling sec1 v0.7.3
16042026-03-17T02:13:51.381Z Compiling group v0.13.0
16052026-03-17T02:13:51.490Z Compiling num-iter v0.1.45
16062026-03-17T02:13:51.599Z Compiling derive_builder v0.20.2
16072026-03-17T02:13:51.638Z Compiling rand v0.8.5
16082026-03-17T02:13:51.657Z Compiling oxnet v0.1.4
16092026-03-17T02:13:51.957Z Compiling proc-macro-error v1.0.4
16102026-03-17T02:13:52.148Z Compiling tokio-native-tls v0.3.1
16112026-03-17T02:13:52.167Z Compiling goblin v0.8.2
16122026-03-17T02:13:53.080Z Compiling heck v0.4.1
16132026-03-17T02:13:53.099Z Compiling phf_shared v0.13.1
16142026-03-17T02:13:53.118Z Compiling regex v1.12.3
16152026-03-17T02:13:53.313Z Compiling hubpack_derive v0.1.1
16162026-03-17T02:13:53.369Z Compiling lazy_static v1.5.0
16172026-03-17T02:13:53.422Z Compiling cargo-platform v0.1.9
16182026-03-17T02:13:53.483Z Compiling hkdf v0.12.4
16192026-03-17T02:13:53.685Z Compiling crypto-bigint v0.5.5
16202026-03-17T02:13:53.710Z Compiling curve25519-dalek-derive v0.1.1
16212026-03-17T02:13:53.748Z Compiling daft-derive v0.1.5
16222026-03-17T02:13:53.865Z Compiling strum_macros v0.27.2
16232026-03-17T02:13:54.574Z Compiling flate2 v1.1.9
16242026-03-17T02:13:54.593Z Compiling ref-cast-impl v1.0.25
16252026-03-17T02:13:54.700Z Compiling async-trait v0.1.89
16262026-03-17T02:13:55.165Z Compiling terminal_size v0.4.3
16272026-03-17T02:13:55.334Z Compiling vergen v9.0.6
16282026-03-17T02:13:55.352Z Compiling fs-err v3.3.0
16292026-03-17T02:13:55.559Z Compiling ahash v0.8.12
16302026-03-17T02:13:55.583Z Compiling foldhash v0.1.5
16312026-03-17T02:13:55.798Z Compiling object v0.37.3
16322026-03-17T02:13:55.816Z Compiling winnow v0.5.40
16332026-03-17T02:13:56.134Z Compiling bitflags v1.3.2
16342026-03-17T02:13:56.154Z Compiling bumpalo v3.20.2
16352026-03-17T02:13:56.229Z Compiling managed v0.8.0
16362026-03-17T02:13:56.482Z Compiling libbz2-rs-sys v0.2.2
16372026-03-17T02:13:56.508Z Compiling clap_builder v4.5.60
16382026-03-17T02:13:56.632Z Compiling strum v0.27.2
16392026-03-17T02:13:56.794Z Compiling zopfli v0.8.3
16402026-03-17T02:13:57.124Z Compiling bzip2 v0.6.1
16412026-03-17T02:13:57.383Z Compiling console v0.16.2
16422026-03-17T02:13:57.520Z Compiling hashbrown v0.15.5
16432026-03-17T02:13:57.680Z Compiling toml_edit v0.19.15
16442026-03-17T02:13:57.897Z Compiling dof v0.3.0
16452026-03-17T02:13:57.930Z Compiling elliptic-curve v0.13.8
16462026-03-17T02:13:58.134Z Compiling daft v0.1.5
16472026-03-17T02:13:58.449Z Compiling hubpack v0.1.2
16482026-03-17T02:13:58.488Z Compiling cargo_metadata v0.19.2
16492026-03-17T02:13:58.885Z Compiling zone_cfg_derive v0.3.1
16502026-03-17T02:13:59.727Z Compiling phf v0.13.1
16512026-03-17T02:13:59.952Z Compiling signal-hook-mio v0.2.5
16522026-03-17T02:14:00.447Z Compiling cookie_store v0.22.1
16532026-03-17T02:14:00.596Z Compiling zstd v0.13.3
16542026-03-17T02:14:00.781Z Compiling hyper-tls v0.6.0
16552026-03-17T02:14:00.947Z Compiling rayon v1.11.0
16562026-03-17T02:14:00.970Z Compiling bzip2 v0.4.4
16572026-03-17T02:14:01.176Z Compiling postgres-types v0.2.12
16582026-03-17T02:14:01.261Z Compiling serde_with_macros v3.17.0
16592026-03-17T02:14:01.483Z Compiling usdt-attr-macro v0.6.0
16602026-03-17T02:14:01.928Z Compiling usdt-macro v0.6.0
16612026-03-17T02:14:02.223Z Compiling ed25519 v2.2.3
16622026-03-17T02:14:02.514Z Compiling dtrace-parser v0.2.0
16632026-03-17T02:14:02.778Z Compiling phf_shared v0.11.3
16642026-03-17T02:14:02.916Z Compiling itertools v0.12.1
16652026-03-17T02:14:02.953Z Compiling bstr v1.12.1
16662026-03-17T02:14:03.023Z Compiling pkcs1 v0.7.5
16672026-03-17T02:14:03.377Z Compiling hex v0.4.3
16682026-03-17T02:14:03.399Z Compiling serde-big-array v0.5.1
16692026-03-17T02:14:03.571Z Compiling rfc6979 v0.4.0
16702026-03-17T02:14:03.591Z Compiling strum_macros v0.26.4
16712026-03-17T02:14:03.591Z Compiling serde_repr v0.1.20
16722026-03-17T02:14:03.726Z Compiling clap_derive v4.5.55
16732026-03-17T02:14:03.730Z Compiling enum-as-inner v0.6.1
16742026-03-17T02:14:03.838Z Compiling float-cmp v0.10.0
16752026-03-17T02:14:04.028Z Compiling memmap2 v0.9.10
16762026-03-17T02:14:04.295Z Compiling thread-id v4.2.2
16772026-03-17T02:14:04.326Z Compiling env_filter v1.0.0
16782026-03-17T02:14:04.395Z Compiling encoding_rs v0.8.35
16792026-03-17T02:14:04.414Z Compiling new_debug_unreachable v1.0.6
16802026-03-17T02:14:04.505Z Compiling jiff v0.2.21
16812026-03-17T02:14:04.578Z Compiling fixedbitset v0.5.7
16822026-03-17T02:14:04.708Z Compiling normalize-line-endings v0.3.0
16832026-03-17T02:14:04.850Z Compiling whoami v2.1.0
16842026-03-17T02:14:05.020Z Compiling static_assertions v1.1.0
16852026-03-17T02:14:05.117Z Compiling data-encoding v2.10.0
16862026-03-17T02:14:05.383Z Compiling keccak v0.1.6
16872026-03-17T02:14:06.068Z Compiling precomputed-hash v0.1.1
16882026-03-17T02:14:06.107Z Compiling unit-prefix v0.5.2
16892026-03-17T02:14:06.182Z Compiling predicates-core v1.0.10
16902026-03-17T02:14:06.254Z Compiling mime v0.3.17
16912026-03-17T02:14:06.258Z Compiling rustc-hash v2.1.1
16922026-03-17T02:14:06.293Z Compiling fixedbitset v0.4.2
16932026-03-17T02:14:06.407Z Compiling difflib v0.4.0
16942026-03-17T02:14:06.427Z Compiling iddqd v0.3.17
16952026-03-17T02:14:06.480Z Compiling petgraph v0.6.5
16962026-03-17T02:14:06.516Z Compiling clap v4.5.60
16972026-03-17T02:14:06.571Z Compiling indicatif v0.18.4
16982026-03-17T02:14:06.590Z Compiling string_cache v0.8.9
16992026-03-17T02:14:06.617Z Compiling strum v0.26.3
17002026-03-17T02:14:06.783Z Compiling predicates v3.1.4
17012026-03-17T02:14:06.875Z Compiling sha3 v0.10.8
17022026-03-17T02:14:07.170Z Compiling hickory-proto v0.25.2
17032026-03-17T02:14:07.461Z Compiling tokio-postgres v0.7.16
17042026-03-17T02:14:07.651Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17052026-03-17T02:14:07.728Z Compiling petgraph v0.8.3
17062026-03-17T02:14:07.960Z Compiling toml_edit v0.22.27
17072026-03-17T02:14:08.552Z Compiling zip v4.6.1
17082026-03-17T02:14:09.879Z Compiling env_logger v0.11.9
17092026-03-17T02:14:10.362Z Compiling zone v0.3.1
17102026-03-17T02:14:10.405Z Compiling usdt-impl v0.5.0
17112026-03-17T02:14:10.494Z Compiling usdt v0.6.0
17122026-03-17T02:14:10.526Z Compiling ecdsa v0.16.9
17132026-03-17T02:14:10.827Z Compiling serde_with v3.17.0
17142026-03-17T02:14:11.041Z Compiling similar v2.7.0
17152026-03-17T02:14:11.197Z Compiling rsa v0.9.10
17162026-03-17T02:14:11.274Z Compiling crossterm v0.28.1
17172026-03-17T02:14:11.462Z Compiling ed25519-dalek v2.2.0
17182026-03-17T02:14:12.218Z Compiling zip v0.6.6
17192026-03-17T02:14:12.830Z Compiling toml v0.7.8
17202026-03-17T02:14:13.389Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-03-17T02:14:13.534Z Compiling itertools v0.13.0
17222026-03-17T02:14:13.660Z Compiling tokio-stream v0.1.18
17232026-03-17T02:14:13.683Z Compiling buf-list v1.1.2
17242026-03-17T02:14:13.854Z Compiling x509-cert v0.2.5
17252026-03-17T02:14:14.046Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17262026-03-17T02:14:14.249Z Compiling openapiv3 v2.2.0
17272026-03-17T02:14:14.269Z Compiling sha1 v0.10.6
17282026-03-17T02:14:14.444Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-03-17T02:14:14.552Z Compiling lalrpop-util v0.19.12
17302026-03-17T02:14:14.832Z Compiling peg-runtime v0.8.5
17312026-03-17T02:14:14.862Z Compiling thread_local v1.1.9
17322026-03-17T02:14:15.194Z Compiling slog-async v2.8.0
17332026-03-17T02:14:15.212Z Compiling crossbeam-channel v0.5.15
17342026-03-17T02:14:15.301Z Compiling futures-executor v0.3.32
17352026-03-17T02:14:15.382Z Compiling is-terminal v0.4.17
17362026-03-17T02:14:15.503Z Compiling filetime v0.2.27
17372026-03-17T02:14:15.595Z Compiling xattr v1.6.1
17382026-03-17T02:14:15.644Z Compiling take_mut v0.2.2
17392026-03-17T02:14:15.720Z Compiling term v1.2.1
17402026-03-17T02:14:15.778Z Compiling tar v0.4.44
17412026-03-17T02:14:15.822Z Compiling futures v0.3.32
17422026-03-17T02:14:16.179Z Compiling slog-term v2.9.2
17432026-03-17T02:14:22.849Z Compiling rustls-webpki v0.103.9
17442026-03-17T02:14:26.903Z Compiling tokio-rustls v0.26.4
17452026-03-17T02:14:26.903Z Compiling rustls-platform-verifier v0.6.2
17462026-03-17T02:14:27.164Z Compiling hyper-rustls v0.27.7
17472026-03-17T02:14:27.425Z Compiling reqwest v0.13.2
17482026-03-17T02:14:27.425Z Compiling reqwest v0.12.28
17492026-03-17T02:14:30.416Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-03-17T02:14:30.689Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-03-17T02:14:34.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
17522026-03-17T02:14:34.683Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-03-17T02:14:34.750ZMar 17 02:14:33.761 INFO Starting download, target: Console
17542026-03-17T02:14:34.750ZMar 17 02:14:33.761 INFO Starting download, target: Cockroach
17552026-03-17T02:14:34.750ZMar 17 02:14:33.761 INFO Starting download, target: Clickhouse
17562026-03-17T02:14:34.750ZMar 17 02:14:33.761 INFO Starting download, target: MaghemiteMgd
17572026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Starting download, target: TransceiverControl
17582026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Starting download, target: DendriteStub
17592026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-17T02:14:34.753ZMar 17 02:14:33.761 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-03-17T02:14:35.236ZMar 17 02:14:34.245 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-03-17T02:14:35.585ZMar 17 02:14:34.593 INFO Download complete, target: TransceiverControl
17672026-03-17T02:14:35.886ZMar 17 02:14:34.895 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-03-17T02:14:36.270ZMar 17 02:14:35.273 INFO Download complete, target: Console
17692026-03-17T02:14:36.484ZMar 17 02:14:35.493 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-17T02:14:36.610ZMar 17 02:14:35.614 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-03-17T02:14:36.805ZMar 17 02:14:35.812 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-03-17T02:14:37.760ZMar 17 02:14:36.771 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-03-17T02:14:37.760ZMar 17 02:14:36.771 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-03-17T02:14:40.466ZMar 17 02:14:39.476 INFO Download complete, target: DendriteStub
17752026-03-17T02:14:40.511ZMar 17 02:14:39.522 INFO Download complete, target: MaghemiteMgd
17762026-03-17T02:14:45.557ZMar 17 02:14:44.568 INFO Checking that binary works, target: Cockroach
17772026-03-17T02:14:45.672ZMar 17 02:14:44.682 INFO Download complete, target: Cockroach
17782026-03-17T02:14:47.834ZMar 17 02:14:46.844 INFO Checking that binary works, target: Clickhouse
17792026-03-17T02:14:48.006ZMar 17 02:14:47.016 INFO Download complete, target: Clickhouse
17802026-03-17T02:14:48.023ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-03-17T02:14:48.026Z
17822026-03-17T02:14:48.026Zreal 4:00.396055743
17832026-03-17T02:14:48.026Zuser 10:26.398219070
17842026-03-17T02:14:48.026Zsys 1:47.747899754
17852026-03-17T02:14:48.026Ztrap 0.327115940
17862026-03-17T02:14:48.026Ztflt 0.662704126
17872026-03-17T02:14:48.026Zdflt 0.632414814
17882026-03-17T02:14:48.026Zkflt 0.020869595
17892026-03-17T02:14:48.027Zlock 30:40.767346294
17902026-03-17T02:14:48.027Zslp 29:21.413714699
17912026-03-17T02:14:48.027Zlat 56.114718660
17922026-03-17T02:14:48.027Zstop 2:39.618063583
17932026-03-17T02:14:48.027Z+ banner hack-check
17942026-03-17T02:14:48.027Z
17952026-03-17T02:14:48.027Z # # ## #### # # #### # # ###### #### # #
17962026-03-17T02:14:48.027Z # # # # # # # # # # # # # # # # #
17972026-03-17T02:14:48.027Z ###### # # # #### ##### # ###### ##### # ####
17982026-03-17T02:14:48.027Z # # ###### # # # # # # # # # #
17992026-03-17T02:14:48.027Z # # # # # # # # # # # # # # # # #
18002026-03-17T02:14:48.027Z # # # # #### # # #### # # ###### #### # #
18012026-03-17T02:14:48.027Z
18022026-03-17T02:14:48.027Z+ export CARGO_INCREMENTAL=0
18032026-03-17T02:14:48.027Z+ CARGO_INCREMENTAL=0
18042026-03-17T02:14:48.027Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-03-17T02:14:48.741Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-03-17T02:14:49.014Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-03-17T02:14:51.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18082026-03-17T02:14:51.632Z Running `target/debug/xtask check-features --ci`
18092026-03-17T02:14:51.661Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-03-17T02:14:51.667Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-03-17T02:14:52.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s
18122026-03-17T02:14:52.331Z Running `target/debug/xtask download cargo-hack`
18132026-03-17T02:14:53.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-03-17T02:14:53.739Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-03-17T02:14:57.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s
18162026-03-17T02:14:57.256Z Running `target/debug/xtask-downloader cargo-hack`
18172026-03-17T02:14:57.301ZMar 17 02:14:56.312 INFO Starting download, target: CargoHack
18182026-03-17T02:14:57.304ZMar 17 02:14:56.312 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-03-17T02:14:57.847ZMar 17 02:14:56.858 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-03-17T02:14:57.928ZMar 17 02:14:56.939 INFO Download complete, target: CargoHack
18212026-03-17T02:14:57.931Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-03-17T02:14:57.949Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-03-17T02:14:58.152Zinfo: running `cargo check --bins` on api_identity (1/259)
18242026-03-17T02:14:58.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-03-17T02:14:58.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-03-17T02:14:58.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-03-17T02:14:58.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18282026-03-17T02:14:58.923Z
18292026-03-17T02:14:58.923Zinfo: running `cargo check --bins` on bootstore (2/259)
18302026-03-17T02:14:59.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-03-17T02:14:59.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-03-17T02:14:59.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-03-17T02:14:59.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18342026-03-17T02:14:59.701Z
18352026-03-17T02:14:59.701Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18362026-03-17T02:15:00.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-17T02:15:00.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-17T02:15:00.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-17T02:15:00.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18402026-03-17T02:15:00.473Z
18412026-03-17T02:15:00.473Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18422026-03-17T02:15:01.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-17T02:15:01.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-17T02:15:01.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-17T02:15:01.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18462026-03-17T02:15:01.245Z
18472026-03-17T02:15:01.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18482026-03-17T02:15:01.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-17T02:15:01.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-17T02:15:01.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-17T02:15:01.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18522026-03-17T02:15:02.024Z
18532026-03-17T02:15:02.024Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18542026-03-17T02:15:02.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-17T02:15:02.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-17T02:15:02.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-17T02:15:02.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18582026-03-17T02:15:02.806Z
18592026-03-17T02:15:02.806Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18602026-03-17T02:15:03.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-17T02:15:03.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-17T02:15:03.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-17T02:15:03.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18642026-03-17T02:15:03.591Z
18652026-03-17T02:15:03.591Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18662026-03-17T02:15:04.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-17T02:15:04.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-17T02:15:04.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-17T02:15:04.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18702026-03-17T02:15:04.382Z
18712026-03-17T02:15:04.383Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18722026-03-17T02:15:04.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-17T02:15:04.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-17T02:15:04.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-17T02:15:04.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18762026-03-17T02:15:04.994Z
18772026-03-17T02:15:04.994Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18782026-03-17T02:15:05.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-17T02:15:05.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-17T02:15:05.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-17T02:15:05.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18822026-03-17T02:15:05.611Z
18832026-03-17T02:15:05.611Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18842026-03-17T02:15:06.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-17T02:15:06.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-17T02:15:06.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-17T02:15:06.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18882026-03-17T02:15:06.223Z
18892026-03-17T02:15:06.223Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18902026-03-17T02:15:06.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-17T02:15:06.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-17T02:15:06.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-17T02:15:06.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18942026-03-17T02:15:06.837Z
18952026-03-17T02:15:06.837Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
18962026-03-17T02:15:07.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-17T02:15:07.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-17T02:15:07.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-17T02:15:07.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19002026-03-17T02:15:07.450Z
19012026-03-17T02:15:07.450Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19022026-03-17T02:15:07.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-17T02:15:07.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-17T02:15:07.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-17T02:15:08.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19062026-03-17T02:15:08.069Z
19072026-03-17T02:15:08.069Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19082026-03-17T02:15:08.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-17T02:15:08.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-17T02:15:08.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-17T02:15:08.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19122026-03-17T02:15:08.688Z
19132026-03-17T02:15:08.688Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19142026-03-17T02:15:09.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-17T02:15:09.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-17T02:15:09.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-17T02:15:09.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19182026-03-17T02:15:09.293Z
19192026-03-17T02:15:09.293Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19202026-03-17T02:15:09.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-17T02:15:09.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-17T02:15:09.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-17T02:15:09.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19242026-03-17T02:15:09.903Z
19252026-03-17T02:15:09.903Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19262026-03-17T02:15:10.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-17T02:15:10.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-17T02:15:10.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-17T02:15:10.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19302026-03-17T02:15:10.519Z
19312026-03-17T02:15:10.519Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19322026-03-17T02:15:11.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-17T02:15:11.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-17T02:15:11.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-17T02:15:11.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19362026-03-17T02:15:11.137Z
19372026-03-17T02:15:11.137Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19382026-03-17T02:15:11.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-17T02:15:11.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-17T02:15:11.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-17T02:15:11.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19422026-03-17T02:15:11.747Z
19432026-03-17T02:15:11.747Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19442026-03-17T02:15:13.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-17T02:15:13.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-17T02:15:13.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-17T02:15:13.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19482026-03-17T02:15:13.303Z
19492026-03-17T02:15:13.303Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19502026-03-17T02:15:13.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-17T02:15:13.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-17T02:15:13.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-17T02:15:13.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19542026-03-17T02:15:13.304Z
19552026-03-17T02:15:13.304Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19562026-03-17T02:15:13.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-17T02:15:13.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-17T02:15:13.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-17T02:15:13.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19602026-03-17T02:15:13.610Z
19612026-03-17T02:15:13.610Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19622026-03-17T02:15:14.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-17T02:15:14.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-17T02:15:14.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-17T02:15:14.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19662026-03-17T02:15:14.220Z
19672026-03-17T02:15:14.220Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19682026-03-17T02:15:14.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-17T02:15:14.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-17T02:15:14.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-17T02:15:14.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19722026-03-17T02:15:14.832Z
19732026-03-17T02:15:14.832Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19742026-03-17T02:15:15.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-17T02:15:15.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-17T02:15:15.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-17T02:15:15.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19782026-03-17T02:15:15.448Z
19792026-03-17T02:15:15.448Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19802026-03-17T02:15:15.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-17T02:15:15.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-17T02:15:15.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-17T02:15:16.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19842026-03-17T02:15:16.068Z
19852026-03-17T02:15:16.068Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19862026-03-17T02:15:16.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-17T02:15:16.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-17T02:15:16.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-17T02:15:16.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19902026-03-17T02:15:16.689Z
19912026-03-17T02:15:16.689Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19922026-03-17T02:15:17.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-17T02:15:17.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-17T02:15:17.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-17T02:15:17.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19962026-03-17T02:15:17.310Z
19972026-03-17T02:15:17.310Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
19982026-03-17T02:15:17.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-17T02:15:17.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-17T02:15:17.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-17T02:15:17.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20022026-03-17T02:15:17.929Z
20032026-03-17T02:15:17.929Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20042026-03-17T02:15:18.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-17T02:15:18.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-17T02:15:18.477Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-17T02:15:18.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20082026-03-17T02:15:18.545Z
20092026-03-17T02:15:18.545Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20102026-03-17T02:15:19.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-17T02:15:19.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-17T02:15:19.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-17T02:15:19.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20142026-03-17T02:15:19.161Z
20152026-03-17T02:15:19.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20162026-03-17T02:15:19.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-17T02:15:19.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-17T02:15:19.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-17T02:15:19.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20202026-03-17T02:15:19.773Z
20212026-03-17T02:15:19.773Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20222026-03-17T02:15:20.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-17T02:15:20.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-17T02:15:20.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-17T02:15:20.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20262026-03-17T02:15:20.391Z
20272026-03-17T02:15:20.391Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20282026-03-17T02:15:20.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-17T02:15:20.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-17T02:15:20.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-17T02:15:20.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20322026-03-17T02:15:21.014Z
20332026-03-17T02:15:21.014Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20342026-03-17T02:15:21.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-17T02:15:21.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-17T02:15:21.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-17T02:15:21.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20382026-03-17T02:15:21.627Z
20392026-03-17T02:15:21.627Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20402026-03-17T02:15:22.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-17T02:15:22.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-17T02:15:22.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-17T02:15:22.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20442026-03-17T02:15:22.247Z
20452026-03-17T02:15:22.247Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20462026-03-17T02:15:22.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-17T02:15:22.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-17T02:15:22.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-17T02:15:22.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20502026-03-17T02:15:22.864Z
20512026-03-17T02:15:22.864Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20522026-03-17T02:15:23.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-17T02:15:23.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-17T02:15:23.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-17T02:15:23.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20562026-03-17T02:15:23.481Z
20572026-03-17T02:15:23.481Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20582026-03-17T02:15:24.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-17T02:15:24.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-17T02:15:24.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-17T02:15:24.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20622026-03-17T02:15:24.103Z
20632026-03-17T02:15:24.103Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20642026-03-17T02:15:24.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-17T02:15:24.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-17T02:15:24.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-17T02:15:24.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20682026-03-17T02:15:24.722Z
20692026-03-17T02:15:24.722Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20702026-03-17T02:15:25.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-17T02:15:25.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-17T02:15:25.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-17T02:15:25.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20742026-03-17T02:15:25.340Z
20752026-03-17T02:15:25.340Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20762026-03-17T02:15:25.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-17T02:15:25.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-17T02:15:25.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-17T02:15:25.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20802026-03-17T02:15:25.959Z
20812026-03-17T02:15:25.959Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20822026-03-17T02:15:26.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-17T02:15:26.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-17T02:15:26.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-17T02:15:26.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20862026-03-17T02:15:26.575Z
20872026-03-17T02:15:26.575Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20882026-03-17T02:15:27.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-17T02:15:27.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-17T02:15:27.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-17T02:15:27.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-03-17T02:15:27.194Z
20932026-03-17T02:15:27.194Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
20942026-03-17T02:15:27.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-17T02:15:27.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-17T02:15:27.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-17T02:15:27.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-03-17T02:15:27.815Z
20992026-03-17T02:15:27.815Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21002026-03-17T02:15:28.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-17T02:15:28.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-17T02:15:28.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-17T02:15:28.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21042026-03-17T02:15:28.433Z
21052026-03-17T02:15:28.433Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21062026-03-17T02:15:28.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-17T02:15:28.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-17T02:15:28.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-17T02:15:28.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21102026-03-17T02:15:29.052Z
21112026-03-17T02:15:29.052Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21122026-03-17T02:15:29.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-17T02:15:29.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-17T02:15:30.153Z Checking cfg-if v1.0.4
21152026-03-17T02:15:30.309Z Checking libc v0.2.180
21162026-03-17T02:15:30.312Z Checking serde_core v1.0.228
21172026-03-17T02:15:30.344Z Checking memchr v2.8.0
21182026-03-17T02:15:30.364Z Checking itoa v1.0.17
21192026-03-17T02:15:30.367Z Checking smallvec v1.15.1
21202026-03-17T02:15:30.399Z Checking log v0.4.29
21212026-03-17T02:15:30.402Z Checking zeroize v1.8.2
21222026-03-17T02:15:30.440Z Checking stable_deref_trait v1.2.1
21232026-03-17T02:15:30.533Z Checking zerofrom v0.1.6
21242026-03-17T02:15:30.559Z Checking zmij v1.0.21
21252026-03-17T02:15:30.590Z Checking scopeguard v1.2.0
21262026-03-17T02:15:30.615Z Checking subtle v2.6.1
21272026-03-17T02:15:30.635Z Checking writeable v0.6.2
21282026-03-17T02:15:30.678Z Checking yoke v0.8.1
21292026-03-17T02:15:30.713Z Checking lock_api v0.4.14
21302026-03-17T02:15:30.808Z Checking litemap v0.8.1
21312026-03-17T02:15:30.829Z Checking percent-encoding v2.3.2
21322026-03-17T02:15:30.849Z Checking libm v0.2.16
21332026-03-17T02:15:30.869Z Checking icu_properties_data v2.1.2
21342026-03-17T02:15:30.893Z Checking zerovec v0.11.5
21352026-03-17T02:15:30.914Z Checking getrandom v0.2.17
21362026-03-17T02:15:30.982Z Checking errno v0.3.14
21372026-03-17T02:15:31.003Z Checking zerotrie v0.2.3
21382026-03-17T02:15:31.026Z Checking icu_normalizer_data v2.1.1
21392026-03-17T02:15:31.047Z Checking pin-project-lite v0.2.17
21402026-03-17T02:15:31.094Z Checking rand_core v0.6.4
21412026-03-17T02:15:31.117Z Checking utf8_iter v1.0.4
21422026-03-17T02:15:31.139Z Checking form_urlencoded v1.2.2
21432026-03-17T02:15:31.157Z Checking typenum v1.19.0
21442026-03-17T02:15:31.266Z Checking portable-atomic v1.13.1
21452026-03-17T02:15:31.296Z Checking critical-section v1.2.0
21462026-03-17T02:15:31.320Z Checking rand_core v0.10.0
21472026-03-17T02:15:31.339Z Checking signal-hook-registry v1.4.8
21482026-03-17T02:15:31.421Z Checking parking_lot_core v0.9.12
21492026-03-17T02:15:31.489Z Checking tinystr v0.8.2
21502026-03-17T02:15:31.509Z Checking potential_utf v0.1.4
21512026-03-17T02:15:31.540Z Checking getrandom v0.4.1
21522026-03-17T02:15:31.664Z Checking parking_lot v0.12.5
21532026-03-17T02:15:31.684Z Checking icu_collections v2.1.1
21542026-03-17T02:15:31.723Z Checking icu_locale_core v2.1.1
21552026-03-17T02:15:31.745Z Checking mio v1.1.1
21562026-03-17T02:15:31.835Z Checking num-traits v0.2.19
21572026-03-17T02:15:31.860Z Checking once_cell v1.21.3
21582026-03-17T02:15:31.889Z Checking generic-array v0.14.7
21592026-03-17T02:15:31.910Z Checking socket2 v0.6.2
21602026-03-17T02:15:32.085Z Checking zerocopy v0.8.40
21612026-03-17T02:15:32.106Z Checking iana-time-zone v0.1.65
21622026-03-17T02:15:32.135Z Checking futures-core v0.3.32
21632026-03-17T02:15:32.233Z Checking allocator-api2 v0.2.21
21642026-03-17T02:15:32.252Z Checking equivalent v1.0.2
21652026-03-17T02:15:32.289Z Checking foldhash v0.2.0
21662026-03-17T02:15:32.352Z Checking const-oid v0.9.6
21672026-03-17T02:15:32.484Z Checking icu_provider v2.1.1
21682026-03-17T02:15:32.506Z Checking serde v1.0.228
21692026-03-17T02:15:32.506Z Checking serde_json v1.0.149
21702026-03-17T02:15:32.544Z Checking bitflags v2.11.0
21712026-03-17T02:15:32.605Z Checking crypto-common v0.1.7
21722026-03-17T02:15:32.629Z Checking uuid v1.21.0
21732026-03-17T02:15:32.755Z Checking hashbrown v0.16.1
21742026-03-17T02:15:32.776Z Checking dyn-clone v1.0.20
21752026-03-17T02:15:32.795Z Checking icu_normalizer v2.1.1
21762026-03-17T02:15:32.901Z Checking icu_properties v2.1.2
21772026-03-17T02:15:33.046Z Checking futures-sink v0.3.32
21782026-03-17T02:15:33.078Z Checking bytes v1.11.1
21792026-03-17T02:15:33.171Z Checking chrono v0.4.44
21802026-03-17T02:15:33.194Z Checking futures-channel v0.3.32
21812026-03-17T02:15:33.362Z Checking block-buffer v0.10.4
21822026-03-17T02:15:33.435Z Checking semver v1.0.27
21832026-03-17T02:15:33.454Z Checking futures-io v0.3.32
21842026-03-17T02:15:33.474Z Checking slab v0.4.12
21852026-03-17T02:15:33.534Z Checking futures-task v0.3.32
21862026-03-17T02:15:33.597Z Checking digest v0.10.7
21872026-03-17T02:15:33.676Z Checking thiserror v2.0.18
21882026-03-17T02:15:33.701Z Checking tokio v1.49.0
21892026-03-17T02:15:33.721Z Checking byteorder v1.5.0
21902026-03-17T02:15:33.724Z Checking futures-util v0.3.32
21912026-03-17T02:15:33.799Z Checking indexmap v2.13.0
21922026-03-17T02:15:33.851Z Checking cpufeatures v0.2.17
21932026-03-17T02:15:33.941Z Checking http v1.4.0
21942026-03-17T02:15:33.989Z Checking fnv v1.0.7
21952026-03-17T02:15:34.061Z Checking idna_adapter v1.2.1
21962026-03-17T02:15:34.111Z Checking base64 v0.22.1
21972026-03-17T02:15:34.207Z Checking idna v1.1.0
21982026-03-17T02:15:34.350Z Checking unicode-ident v1.0.24
21992026-03-17T02:15:34.432Z Checking tracing-core v0.1.36
22002026-03-17T02:15:34.488Z Checking proc-macro2 v1.0.106
22012026-03-17T02:15:34.520Z Checking url v2.5.8
22022026-03-17T02:15:34.583Z Checking rustls-pki-types v1.14.0
22032026-03-17T02:15:34.744Z Checking regex-syntax v0.8.10
22042026-03-17T02:15:34.835Z Checking tracing v0.1.44
22052026-03-17T02:15:34.901Z Checking quote v1.0.44
22062026-03-17T02:15:34.959Z Checking untrusted v0.9.0
22072026-03-17T02:15:35.094Z Checking schemars v0.8.22
22082026-03-17T02:15:35.094Z Checking ring v0.17.14
22092026-03-17T02:15:35.135Z Checking syn v2.0.117
22102026-03-17T02:15:35.155Z Checking thiserror v1.0.69
22112026-03-17T02:15:35.277Z Checking ipnet v2.11.0
22122026-03-17T02:15:35.622Z Checking httparse v1.10.1
22132026-03-17T02:15:35.898Z Checking http-body v1.0.1
22142026-03-17T02:15:35.979Z Checking rustix v1.1.3
22152026-03-17T02:15:36.061Z Checking block-padding v0.3.3
22162026-03-17T02:15:36.091Z Checking ppv-lite86 v0.2.21
22172026-03-17T02:15:36.232Z Checking getrandom v0.3.4
22182026-03-17T02:15:36.377Z Checking atomic-waker v1.1.2
22192026-03-17T02:15:36.420Z Checking inout v0.1.4
22202026-03-17T02:15:36.452Z Checking hmac v0.12.1
22212026-03-17T02:15:36.499Z Checking aws-lc-sys v0.37.1
22222026-03-17T02:15:36.499Z Checking aho-corasick v1.1.4
22232026-03-17T02:15:36.543Z Checking tower-service v0.3.3
22242026-03-17T02:15:36.599Z Checking powerfmt v0.2.0
22252026-03-17T02:15:36.636Z Checking untrusted v0.7.1
22262026-03-17T02:15:36.656Z Checking try-lock v0.2.5
22272026-03-17T02:15:36.778Z Checking tower-layer v0.3.3
22282026-03-17T02:15:36.797Z Checking openssl-probe v0.2.1
22292026-03-17T02:15:36.817Z Checking httpdate v1.0.3
22302026-03-17T02:15:36.932Z Checking deranged v0.5.8
22312026-03-17T02:15:36.972Z Checking want v0.3.1
22322026-03-17T02:15:37.000Z Checking cipher v0.4.4
22332026-03-17T02:15:37.128Z Checking rand_core v0.9.5
22342026-03-17T02:15:37.203Z Checking base64ct v1.8.3
22352026-03-17T02:15:37.257Z Checking aws-lc-rs v1.16.0
22362026-03-17T02:15:37.278Z Checking num_threads v0.1.7
22372026-03-17T02:15:37.357Z Checking time-core v0.1.8
22382026-03-17T02:15:37.384Z Checking num-conv v0.2.0
22392026-03-17T02:15:37.443Z Checking regex-automata v0.4.14
22402026-03-17T02:15:37.515Z Checking pin-utils v0.1.0
22412026-03-17T02:15:37.539Z Checking sha2 v0.10.9
22422026-03-17T02:15:37.542Z Checking erased-serde v0.3.31
22432026-03-17T02:15:37.603Z Checking pretty-hex v0.4.1
22442026-03-17T02:15:37.755Z Checking rand_chacha v0.9.0
22452026-03-17T02:15:37.891Z Checking ryu v1.0.23
22462026-03-17T02:15:38.024Z Checking fastrand v2.3.0
22472026-03-17T02:15:38.071Z Checking rand v0.9.2
22482026-03-17T02:15:38.095Z Checking tokio-util v0.7.18
22492026-03-17T02:15:38.126Z Checking slog v2.8.2
22502026-03-17T02:15:38.227Z Checking time v0.3.47
22512026-03-17T02:15:38.257Z Checking pem-rfc7468 v0.7.0
22522026-03-17T02:15:38.397Z Checking rustls-webpki v0.103.9
22532026-03-17T02:15:38.427Z Checking rustls-native-certs v0.8.3
22542026-03-17T02:15:38.456Z Checking http-body-util v0.1.3
22552026-03-17T02:15:38.479Z Checking ipnetwork v0.21.1
22562026-03-17T02:15:38.588Z Checking sync_wrapper v1.0.2
22572026-03-17T02:15:38.707Z Checking spin v0.9.8
22582026-03-17T02:15:38.728Z Checking flagset v0.4.7
22592026-03-17T02:15:38.749Z Checking plain v0.2.3
22602026-03-17T02:15:38.770Z Checking tower v0.5.3
22612026-03-17T02:15:38.878Z Checking serde_urlencoded v0.7.1
22622026-03-17T02:15:38.900Z Checking der v0.7.10
22632026-03-17T02:15:38.921Z Checking h2 v0.4.13
22642026-03-17T02:15:38.942Z Checking rand_chacha v0.3.1
22652026-03-17T02:15:38.962Z Checking rustls v0.23.37
22662026-03-17T02:15:39.155Z Checking webpki-roots v1.0.6
22672026-03-17T02:15:39.211Z Checking ucd-trie v0.1.7
22682026-03-17T02:15:39.294Z Checking iri-string v0.7.10
22692026-03-17T02:15:39.315Z Checking tinyvec_macros v0.1.1
22702026-03-17T02:15:39.384Z Checking pest v2.8.6
22712026-03-17T02:15:39.404Z Checking tinyvec v1.10.0
22722026-03-17T02:15:39.792Z Checking rand v0.8.5
22732026-03-17T02:15:39.822Z Checking tempfile v3.25.0
22742026-03-17T02:15:39.940Z Checking spki v0.7.3
22752026-03-17T02:15:39.961Z Checking salsa20 v0.10.2
22762026-03-17T02:15:40.081Z Checking pbkdf2 v0.12.2
22772026-03-17T02:15:40.126Z Checking foreign-types-shared v0.1.1
22782026-03-17T02:15:40.148Z Checking unicode-width v0.2.0
22792026-03-17T02:15:40.222Z Checking scrypt v0.11.0
22802026-03-17T02:15:40.245Z Checking foreign-types v0.3.2
22812026-03-17T02:15:40.340Z Checking regex v1.12.3
22822026-03-17T02:15:40.399Z Checking cbc v0.1.2
22832026-03-17T02:15:40.465Z Checking aes v0.8.4
22842026-03-17T02:15:40.495Z Checking anyhow v1.0.102
22852026-03-17T02:15:40.557Z Checking openssl-sys v0.9.111
22862026-03-17T02:15:40.717Z Checking crossbeam-utils v0.8.21
22872026-03-17T02:15:40.751Z Checking tower-http v0.6.8
22882026-03-17T02:15:40.754Z Checking oxnet v0.1.4
22892026-03-17T02:15:40.864Z Checking mime v0.3.17
22902026-03-17T02:15:41.001Z Checking pkcs5 v0.7.1
22912026-03-17T02:15:41.079Z Checking openapiv3 v2.2.0
22922026-03-17T02:15:41.099Z Checking scroll v0.12.0
22932026-03-17T02:15:41.119Z Checking encoding_rs v0.8.35
22942026-03-17T02:15:41.173Z Checking data-encoding v2.10.0
22952026-03-17T02:15:41.206Z Checking openssl v0.10.75
22962026-03-17T02:15:41.333Z Checking pkcs8 v0.10.2
22972026-03-17T02:15:41.402Z Checking winnow v0.7.14
22982026-03-17T02:15:41.528Z Checking siphasher v1.0.2
22992026-03-17T02:15:41.562Z Checking goblin v0.8.2
23002026-03-17T02:15:41.744Z Checking lazy_static v1.5.0
23012026-03-17T02:15:41.858Z Checking zerocopy v0.7.35
23022026-03-17T02:15:42.208Z Checking tokio-rustls v0.26.4
23032026-03-17T02:15:42.433Z Checking wait-timeout v0.2.1
23042026-03-17T02:15:42.504Z Checking managed v0.8.0
23052026-03-17T02:15:42.563Z Checking hyper v1.8.1
23062026-03-17T02:15:42.583Z Checking anstyle v1.0.13
23072026-03-17T02:15:42.587Z Checking psl-types v2.0.11
23082026-03-17T02:15:42.747Z Checking bitflags v1.3.2
23092026-03-17T02:15:42.750Z Checking either v1.15.0
23102026-03-17T02:15:42.820Z Checking quick-error v1.2.3
23112026-03-17T02:15:42.840Z Checking bit-vec v0.8.0
23122026-03-17T02:15:42.909Z Checking utf8parse v0.2.2
23132026-03-17T02:15:42.944Z Checking rusty-fork v0.3.1
23142026-03-17T02:15:43.014Z Checking publicsuffix v2.3.0
23152026-03-17T02:15:43.036Z Checking anstyle-parse v0.2.7
23162026-03-17T02:15:43.066Z Checking dtrace-parser v0.2.0
23172026-03-17T02:15:43.092Z Checking bit-set v0.8.0
23182026-03-17T02:15:43.158Z Checking unicode-normalization v0.1.25
23192026-03-17T02:15:43.215Z Checking cookie v0.18.1
23202026-03-17T02:15:43.234Z Checking rand_xorshift v0.4.0
23212026-03-17T02:15:43.277Z Checking sha1 v0.10.6
23222026-03-17T02:15:43.374Z Checking thread-id v4.2.2
23232026-03-17T02:15:43.393Z Checking anstyle-query v1.1.5
23242026-03-17T02:15:43.474Z Checking is_terminal_polyfill v1.70.2
23252026-03-17T02:15:43.495Z Checking colorchoice v1.0.4
23262026-03-17T02:15:43.514Z Checking unarray v0.1.4
23272026-03-17T02:15:43.534Z Checking cookie_store v0.22.1
23282026-03-17T02:15:43.585Z Checking rustls-platform-verifier v0.6.2
23292026-03-17T02:15:43.617Z Checking anstream v0.6.21
23302026-03-17T02:15:43.641Z Checking proptest v1.10.0
23312026-03-17T02:15:43.689Z Checking crossbeam-epoch v0.9.18
23322026-03-17T02:15:43.755Z Checking terminal_size v0.4.3
23332026-03-17T02:15:43.790Z Checking hyper-util v0.1.20
23342026-03-17T02:15:43.876Z Checking scroll v0.13.0
23352026-03-17T02:15:43.897Z Checking hex v0.4.3
23362026-03-17T02:15:43.968Z Checking num-integer v0.1.46
23372026-03-17T02:15:43.988Z Checking simd-adler32 v0.3.8
23382026-03-17T02:15:44.049Z Checking native-tls v0.2.18
23392026-03-17T02:15:44.180Z Checking goblin v0.10.5
23402026-03-17T02:15:44.200Z Checking crossbeam-deque v0.8.6
23412026-03-17T02:15:44.219Z Checking bstr v1.12.1
23422026-03-17T02:15:44.222Z Checking dof v0.3.0
23432026-03-17T02:15:44.274Z Checking ref-cast v1.0.25
23442026-03-17T02:15:44.277Z Checking tokio-native-tls v0.3.1
23452026-03-17T02:15:44.394Z Checking rustix v0.38.44
23462026-03-17T02:15:44.420Z Checking camino v1.2.2
23472026-03-17T02:15:44.488Z Checking crc32fast v1.5.0
23482026-03-17T02:15:44.605Z Checking usdt-impl v0.5.0
23492026-03-17T02:15:44.666Z Checking signature v2.2.0
23502026-03-17T02:15:44.751Z Checking serde_spanned v0.6.9
23512026-03-17T02:15:44.771Z Checking toml_datetime v0.6.11
23522026-03-17T02:15:44.825Z Checking ff v0.13.1
23532026-03-17T02:15:44.907Z Checking adler2 v2.0.1
23542026-03-17T02:15:44.960Z Checking strsim v0.11.1
23552026-03-17T02:15:44.986Z Checking clap_lex v1.0.0
23562026-03-17T02:15:45.007Z Checking unicode-properties v0.1.4
23572026-03-17T02:15:45.042Z Checking base16ct v0.2.0
23582026-03-17T02:15:45.163Z Checking unicode-bidi v0.3.18
23592026-03-17T02:15:45.183Z Checking clap_builder v4.5.60
23602026-03-17T02:15:45.204Z Checking sec1 v0.7.3
23612026-03-17T02:15:45.247Z Checking miniz_oxide v0.8.9
23622026-03-17T02:15:45.469Z Checking hyper-rustls v0.27.7
23632026-03-17T02:15:45.490Z Checking hyper-tls v0.6.0
23642026-03-17T02:15:45.540Z Checking group v0.13.0
23652026-03-17T02:15:45.561Z Checking stringprep v0.1.5
23662026-03-17T02:15:45.703Z Checking rayon-core v1.13.0
23672026-03-17T02:15:45.723Z Checking num-iter v0.1.45
23682026-03-17T02:15:45.727Z Checking toml_parser v1.0.9+spec-1.1.0
23692026-03-17T02:15:45.762Z Checking dtrace-parser v0.3.0
23702026-03-17T02:15:45.782Z Checking reqwest v0.12.28
23712026-03-17T02:15:45.863Z Checking reqwest v0.13.2
23722026-03-17T02:15:46.069Z Checking hkdf v0.12.4
23732026-03-17T02:15:46.127Z Checking strum v0.26.3
23742026-03-17T02:15:46.177Z Checking newtype-uuid v1.3.2
23752026-03-17T02:15:46.197Z Checking zstd-sys v2.0.16+zstd.1.5.7
23762026-03-17T02:15:46.237Z Checking hash32 v0.2.1
23772026-03-17T02:15:46.264Z Checking md-5 v0.10.6
23782026-03-17T02:15:46.341Z Checking crypto-bigint v0.5.5
23792026-03-17T02:15:46.431Z Checking daft v0.1.5
23802026-03-17T02:15:46.452Z Checking toml_datetime v0.7.5+spec-1.1.0
23812026-03-17T02:15:46.452Z Checking thread-id v5.1.0
23822026-03-17T02:15:46.550Z Checking zlib-rs v0.6.2
23832026-03-17T02:15:46.738Z Checking fallible-iterator v0.2.0
23842026-03-17T02:15:46.760Z Checking unicode-segmentation v1.12.0
23852026-03-17T02:15:46.885Z Checking clap v4.5.60
23862026-03-17T02:15:46.930Z Checking heapless v0.7.17
23872026-03-17T02:15:46.984Z Checking zstd-safe v7.2.4
23882026-03-17T02:15:47.011Z Checking rayon v1.11.0
23892026-03-17T02:15:47.105Z Checking postgres-protocol v0.6.10
23902026-03-17T02:15:47.173Z Checking itertools v0.12.1
23912026-03-17T02:15:47.197Z Checking phf_shared v0.13.1
23922026-03-17T02:15:47.431Z Checking dof v0.4.0
23932026-03-17T02:15:47.461Z Checking console v0.16.2
23942026-03-17T02:15:47.482Z Checking curve25519-dalek v4.1.3
23952026-03-17T02:15:47.522Z Checking memoffset v0.9.1
23962026-03-17T02:15:47.621Z Checking bzip2-sys v0.1.13+1.0.8
23972026-03-17T02:15:47.671Z Checking elliptic-curve v0.13.8
23982026-03-17T02:15:47.729Z Checking signal-hook v0.3.18
23992026-03-17T02:15:47.813Z Checking flate2 v1.1.9
24002026-03-17T02:15:47.850Z Checking memmap2 v0.9.10
24012026-03-17T02:15:47.967Z Checking winnow v0.5.40
24022026-03-17T02:15:48.059Z Checking fixedbitset v0.4.2
24032026-03-17T02:15:48.083Z Checking libbz2-rs-sys v0.2.2
24042026-03-17T02:15:48.208Z Checking foldhash v0.1.5
24052026-03-17T02:15:48.253Z Checking bumpalo v3.20.2
24062026-03-17T02:15:48.289Z Checking usdt-impl v0.6.0
24072026-03-17T02:15:48.376Z Checking toml_write v0.1.2
24082026-03-17T02:15:48.517Z Checking unit-prefix v0.5.2
24092026-03-17T02:15:48.520Z Checking zopfli v0.8.3
24102026-03-17T02:15:48.557Z Checking zone v0.3.1
24112026-03-17T02:15:48.588Z Checking toml_edit v0.22.27
24122026-03-17T02:15:48.608Z Checking bzip2 v0.6.1
24132026-03-17T02:15:48.646Z Checking usdt v0.6.0
24142026-03-17T02:15:48.690Z Checking hashbrown v0.15.5
24152026-03-17T02:15:48.815Z Checking petgraph v0.6.5
24162026-03-17T02:15:48.853Z Checking signal-hook-mio v0.2.5
24172026-03-17T02:15:48.943Z Checking bzip2 v0.4.4
24182026-03-17T02:15:48.979Z Checking nix v0.31.1
24192026-03-17T02:15:49.024Z Checking postgres-types v0.2.12
24202026-03-17T02:15:49.063Z Checking indicatif v0.18.4
24212026-03-17T02:15:49.150Z Checking smoltcp v0.9.1
24222026-03-17T02:15:49.325Z Checking phf v0.13.1
24232026-03-17T02:15:49.447Z Checking zstd v0.13.3
24242026-03-17T02:15:49.520Z Checking similar v2.7.0
24252026-03-17T02:15:49.553Z Checking toml_edit v0.19.15
24262026-03-17T02:15:49.558Z Checking num-bigint-dig v0.8.6
24272026-03-17T02:15:49.690Z Checking ed25519 v2.2.3
24282026-03-17T02:15:49.924Z Checking phf_shared v0.11.3
24292026-03-17T02:15:49.963Z Checking pkcs1 v0.7.5
24302026-03-17T02:15:50.033Z Checking tokio-stream v0.1.18
24312026-03-17T02:15:50.099Z Checking strum v0.27.2
24322026-03-17T02:15:50.119Z Checking hubpack v0.1.2
24332026-03-17T02:15:50.236Z Checking rfc6979 v0.4.0
24342026-03-17T02:15:50.264Z Checking serde-big-array v0.5.1
24352026-03-17T02:15:50.333Z Checking float-cmp v0.10.0
24362026-03-17T02:15:50.379Z Checking env_filter v1.0.0
24372026-03-17T02:15:50.398Z Checking predicates-core v1.0.10
24382026-03-17T02:15:50.433Z Checking normalize-line-endings v0.3.0
24392026-03-17T02:15:50.492Z Checking static_assertions v1.1.0
24402026-03-17T02:15:50.533Z Checking precomputed-hash v0.1.1
24412026-03-17T02:15:50.553Z Checking keccak v0.1.6
24422026-03-17T02:15:50.553Z Checking difflib v0.4.0
24432026-03-17T02:15:50.556Z Checking new_debug_unreachable v1.0.6
24442026-03-17T02:15:50.611Z Checking jiff v0.2.21
24452026-03-17T02:15:50.614Z Checking rustc-hash v2.1.1
24462026-03-17T02:15:50.651Z Checking whoami v2.1.0
24472026-03-17T02:15:50.670Z Checking fixedbitset v0.5.7
24482026-03-17T02:15:50.710Z Checking rsa v0.9.10
24492026-03-17T02:15:50.773Z Checking iddqd v0.3.17
24502026-03-17T02:15:50.793Z Checking predicates v3.1.4
24512026-03-17T02:15:50.811Z Checking sha3 v0.10.8
24522026-03-17T02:15:50.901Z Checking tokio-postgres v0.7.16
24532026-03-17T02:15:50.924Z Checking petgraph v0.8.3
24542026-03-17T02:15:50.980Z Checking toml v0.7.8
24552026-03-17T02:15:51.081Z Checking string_cache v0.8.9
24562026-03-17T02:15:51.193Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24572026-03-17T02:15:51.293Z Checking env_logger v0.11.9
24582026-03-17T02:15:51.339Z Checking ecdsa v0.16.9
24592026-03-17T02:15:51.410Z Checking ed25519-dalek v2.2.0
24602026-03-17T02:15:51.539Z Checking zip v0.6.6
24612026-03-17T02:15:51.720Z Checking crossterm v0.28.1
24622026-03-17T02:15:51.804Z Checking serde_with v3.17.0
24632026-03-17T02:15:51.970Z Checking itertools v0.13.0
24642026-03-17T02:15:51.990Z Checking hickory-proto v0.25.2
24652026-03-17T02:15:52.581Z Checking x509-cert v0.2.5
24662026-03-17T02:15:52.703Z Checking fs-err v3.3.0
24672026-03-17T02:15:53.087Z Checking ahash v0.8.12
24682026-03-17T02:15:53.124Z Checking buf-list v1.1.2
24692026-03-17T02:15:53.340Z Checking object v0.37.3
24702026-03-17T02:15:53.361Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24712026-03-17T02:15:53.380Z Checking lalrpop-util v0.19.12
24722026-03-17T02:15:53.464Z Checking peg-runtime v0.8.5
24732026-03-17T02:15:53.584Z Compiling structmeta-derive v0.3.0
24742026-03-17T02:15:53.647Z Compiling rustls v0.22.4
24752026-03-17T02:15:53.716Z Compiling newtype-uuid-macros v0.1.0
24762026-03-17T02:15:53.737Z Checking zip v4.6.1
24772026-03-17T02:15:53.813Z Compiling multer v3.1.0
24782026-03-17T02:15:53.892Z Compiling async-stream-impl v0.3.6
24792026-03-17T02:15:54.113Z Checking futures-executor v0.3.32
24802026-03-17T02:15:54.253Z Checking regress v0.10.5
24812026-03-17T02:15:54.512Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24822026-03-17T02:15:54.682Z Compiling dropshot v0.16.7
24832026-03-17T02:15:54.723Z Checking futures v0.3.32
24842026-03-17T02:15:54.823Z Compiling dropshot_endpoint v0.16.7
24852026-03-17T02:15:54.981Z Checking thread_local v1.1.9
24862026-03-17T02:15:55.019Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-03-17T02:15:55.039Z Compiling structmeta v0.3.0
24882026-03-17T02:15:55.194Z Checking crossbeam-channel v0.5.15
24892026-03-17T02:15:55.313Z Compiling derive-ex v0.1.8
24902026-03-17T02:15:55.476Z Checking is-terminal v0.4.17
24912026-03-17T02:15:55.594Z Checking term v1.2.1
24922026-03-17T02:15:55.648Z Checking take_mut v0.2.2
24932026-03-17T02:15:55.781Z Checking slog-async v2.8.0
24942026-03-17T02:15:55.855Z Compiling parse-display-derive v0.10.0
24952026-03-17T02:15:55.882Z Checking slog-term v2.9.2
24962026-03-17T02:15:56.002Z Checking rustls-webpki v0.102.8
24972026-03-17T02:15:56.195Z Checking serde_spanned v1.0.4
24982026-03-17T02:15:56.226Z Checking toml_writer v1.0.6+spec-1.1.0
24992026-03-17T02:15:56.364Z Checking debug-ignore v1.0.5
25002026-03-17T02:15:56.465Z Checking match_cfg v0.1.0
25012026-03-17T02:15:56.505Z Checking toml v0.9.12+spec-1.1.0
25022026-03-17T02:15:56.552Z Checking hostname v0.3.1
25032026-03-17T02:15:56.630Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-17T02:15:56.697Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25052026-03-17T02:15:56.727Z Checking slog-json v2.6.1
25062026-03-17T02:15:56.886Z Checking macaddr v1.0.1
25072026-03-17T02:15:56.931Z Checking slog-bunyan v2.5.0
25082026-03-17T02:15:57.078Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25092026-03-17T02:15:57.131Z Checking async-stream v0.3.6
25102026-03-17T02:15:57.296Z Checking waitgroup v0.1.2
25112026-03-17T02:15:57.375Z Checking rustls-pemfile v2.2.0
25122026-03-17T02:15:57.427Z Checking serde_path_to_error v0.1.20
25132026-03-17T02:15:57.552Z Checking hostname v0.4.2
25142026-03-17T02:15:57.555Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25152026-03-17T02:15:57.594Z Checking progenitor-client v0.13.0
25162026-03-17T02:15:57.686Z Checking progenitor-client v0.10.0
25172026-03-17T02:15:57.689Z Compiling test-strategy v0.4.5
25182026-03-17T02:15:57.725Z Compiling itertools v0.14.0
25192026-03-17T02:15:57.797Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25202026-03-17T02:15:57.896Z Checking backon v1.6.0
25212026-03-17T02:15:57.980Z Checking instant v0.1.13
25222026-03-17T02:15:58.094Z Checking backoff v0.4.0
25232026-03-17T02:15:58.116Z Checking progenitor-extras v0.1.1
25242026-03-17T02:15:58.201Z Checking parse-display v0.10.0
25252026-03-17T02:15:58.322Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25262026-03-17T02:15:58.387Z Checking heck v0.5.0
25272026-03-17T02:15:58.537Z Checking tokio-rustls v0.25.0
25282026-03-17T02:15:58.591Z Compiling toml_edit v0.23.10+spec-1.0.0
25292026-03-17T02:15:58.691Z Compiling crucible-workspace-hack v0.1.0
25302026-03-17T02:15:58.908Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25312026-03-17T02:15:58.945Z Compiling convert_case v0.4.0
25322026-03-17T02:15:59.165Z Compiling heapless v0.8.0
25332026-03-17T02:15:59.424Z Compiling ingot-macros v0.1.1
25342026-03-17T02:15:59.453Z Compiling derive_more v0.99.20
25352026-03-17T02:15:59.525Z Compiling proc-macro-crate v3.4.0
25362026-03-17T02:15:59.760Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-17T02:15:59.837Z Checking hash32 v0.3.1
25382026-03-17T02:16:00.001Z Checking secrecy v0.10.3
25392026-03-17T02:16:00.087Z Compiling smoltcp v0.11.0
25402026-03-17T02:16:00.152Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25412026-03-17T02:16:00.262Z Compiling prettyplease v0.2.37
25422026-03-17T02:16:00.265Z Compiling num_enum_derive v0.7.5
25432026-03-17T02:16:00.577Z Compiling typify-impl v0.6.1
25442026-03-17T02:16:00.647Z Checking tabwriter v1.4.1
25452026-03-17T02:16:00.833Z Checking cobs v0.3.0
25462026-03-17T02:16:00.928Z Compiling foreign-types-macros v0.2.3
25472026-03-17T02:16:01.026Z Checking cpufeatures v0.3.0
25482026-03-17T02:16:01.120Z Checking foreign-types-shared v0.3.1
25492026-03-17T02:16:01.293Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25502026-03-17T02:16:01.326Z Compiling unsafe-libyaml v0.2.11
25512026-03-17T02:16:01.709Z Checking num_enum v0.7.5
25522026-03-17T02:16:01.752Z Checking foreign-types v0.5.0
25532026-03-17T02:16:01.870Z Checking chacha20 v0.10.0
25542026-03-17T02:16:01.908Z Checking postcard v1.1.3
25552026-03-17T02:16:02.169Z Compiling serde_yaml v0.9.34+deprecated
25562026-03-17T02:16:02.970Z Compiling proc-macro-crate v1.3.1
25572026-03-17T02:16:03.115Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25582026-03-17T02:16:03.356Z Checking ingot-types v0.1.2
25592026-03-17T02:16:03.517Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25602026-03-17T02:16:03.645Z Checking cstr-argument v0.1.2
25612026-03-17T02:16:03.797Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-17T02:16:03.797Z Checking colored v3.1.1
25632026-03-17T02:16:03.851Z Checking ingot v0.1.1
25642026-03-17T02:16:03.947Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25652026-03-17T02:16:04.076Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25662026-03-17T02:16:04.119Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25672026-03-17T02:16:04.200Z Compiling num_enum_derive v0.5.11
25682026-03-17T02:16:04.251Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25692026-03-17T02:16:04.401Z Checking rand v0.10.0
25702026-03-17T02:16:05.472Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25712026-03-17T02:16:05.868Z Checking num_enum v0.5.11
25722026-03-17T02:16:06.136Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25732026-03-17T02:16:06.562Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25742026-03-17T02:16:06.979Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25752026-03-17T02:16:07.097Z Compiling typify-macro v0.6.1
25762026-03-17T02:16:07.132Z Compiling typify-impl v0.4.3
25772026-03-17T02:16:07.239Z Checking camino-tempfile v1.4.1
25782026-03-17T02:16:07.329Z Checking num-rational v0.4.2
25792026-03-17T02:16:07.725Z Checking half v2.7.1
25802026-03-17T02:16:07.823Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25812026-03-17T02:16:08.006Z Compiling thiserror-impl-no-std v2.0.2
25822026-03-17T02:16:08.083Z Checking universal-hash v0.5.1
25832026-03-17T02:16:08.126Z Checking num-complex v0.4.6
25842026-03-17T02:16:08.247Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25852026-03-17T02:16:08.554Z Checking opaque-debug v0.3.1
25862026-03-17T02:16:08.587Z Checking ciborium-io v0.2.2
25872026-03-17T02:16:08.612Z Checking num v0.4.3
25882026-03-17T02:16:08.642Z Checking poly1305 v0.8.0
25892026-03-17T02:16:08.701Z Checking ciborium-ll v0.2.2
25902026-03-17T02:16:08.804Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25912026-03-17T02:16:08.826Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25922026-03-17T02:16:08.926Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-03-17T02:16:08.986Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25942026-03-17T02:16:09.212Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25952026-03-17T02:16:09.438Z Compiling typify v0.6.1
25962026-03-17T02:16:09.600Z Checking toml v0.8.23
25972026-03-17T02:16:09.619Z Checking thiserror-no-std v2.0.2
25982026-03-17T02:16:09.729Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25992026-03-17T02:16:09.972Z Checking password-hash v0.5.0
26002026-03-17T02:16:10.061Z Checking chacha20 v0.9.1
26012026-03-17T02:16:10.279Z Compiling usdt-attr-macro v0.5.0
26022026-03-17T02:16:10.326Z Compiling usdt-macro v0.5.0
26032026-03-17T02:16:10.531Z Checking smf v0.2.3
26042026-03-17T02:16:10.837Z Checking blake2 v0.10.6
26052026-03-17T02:16:10.977Z Checking aead v0.5.2
26062026-03-17T02:16:10.997Z Checking memmap v0.7.0
26072026-03-17T02:16:11.159Z Checking sigpipe v0.1.3
26082026-03-17T02:16:11.181Z Compiling num-derive v0.4.2
26092026-03-17T02:16:11.261Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-03-17T02:16:11.285Z Checking float-ord v0.3.2
26112026-03-17T02:16:11.308Z Checking glob v0.3.3
26122026-03-17T02:16:11.413Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26132026-03-17T02:16:11.517Z Checking usdt v0.5.0
26142026-03-17T02:16:11.539Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26152026-03-17T02:16:11.785Z Checking chacha20poly1305 v0.10.1
26162026-03-17T02:16:11.805Z Checking argon2 v0.5.3
26172026-03-17T02:16:11.947Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26182026-03-17T02:16:11.999Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26192026-03-17T02:16:12.199Z Checking vsss-rs v3.3.4
26202026-03-17T02:16:12.219Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26212026-03-17T02:16:12.258Z Compiling progenitor-impl v0.13.0
26222026-03-17T02:16:12.477Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26232026-03-17T02:16:12.966Z Checking ciborium v0.2.2
26242026-03-17T02:16:13.057Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26252026-03-17T02:16:13.351Z Checking indent_write v2.2.0
26262026-03-17T02:16:13.372Z Checking whoami v1.6.1
26272026-03-17T02:16:13.427Z Compiling semver v0.1.20
26282026-03-17T02:16:13.518Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26292026-03-17T02:16:13.626Z Compiling typify-macro v0.4.3
26302026-03-17T02:16:13.766Z Compiling rustc_version v0.1.7
26312026-03-17T02:16:13.865Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26322026-03-17T02:16:14.068Z Compiling pin-project-internal v1.1.11
26332026-03-17T02:16:14.665Z Checking swrite v0.1.0
26342026-03-17T02:16:14.730Z Compiling minimal-lexical v0.2.1
26352026-03-17T02:16:14.781Z Checking linked-hash-map v0.5.6
26362026-03-17T02:16:15.005Z Checking lru-cache v0.1.2
26372026-03-17T02:16:15.063Z Compiling nom v7.1.3
26382026-03-17T02:16:15.164Z Compiling newtype_derive v0.1.6
26392026-03-17T02:16:15.632Z Checking pin-project v1.1.11
26402026-03-17T02:16:15.759Z Checking newline-converter v0.3.0
26412026-03-17T02:16:15.902Z Checking atomicwrites v0.4.4
26422026-03-17T02:16:15.945Z Compiling typify v0.4.3
26432026-03-17T02:16:15.966Z Compiling progenitor-macro v0.13.0
26442026-03-17T02:16:16.041Z Checking phf_shared v0.12.1
26452026-03-17T02:16:16.062Z Checking hickory-proto v0.24.4
26462026-03-17T02:16:16.065Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26472026-03-17T02:16:16.226Z Checking console v0.15.11
26482026-03-17T02:16:16.637Z Checking pem v3.0.6
26492026-03-17T02:16:16.849Z Checking csv-core v0.1.13
26502026-03-17T02:16:16.944Z Compiling snafu-derive v0.8.9
26512026-03-17T02:16:16.983Z Compiling async-recursion v1.1.1
26522026-03-17T02:16:17.093Z Compiling derive-where v1.6.0
26532026-03-17T02:16:17.873Z Compiling slog-dtrace v0.3.0
26542026-03-17T02:16:18.118Z Checking unicode-width v0.1.14
26552026-03-17T02:16:18.453Z Compiling chrono-tz v0.10.4
26562026-03-17T02:16:18.515Z Compiling owo-colors v4.3.0
26572026-03-17T02:16:18.676Z Checking same-file v1.0.6
26582026-03-17T02:16:18.834Z Compiling cancel-safe-futures v0.1.5
26592026-03-17T02:16:18.886Z Checking highway v1.3.0
26602026-03-17T02:16:18.928Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26612026-03-17T02:16:19.080Z Checking resolv-conf v0.7.6
26622026-03-17T02:16:19.128Z Compiling const_format_proc_macros v0.2.34
26632026-03-17T02:16:19.195Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-17T02:16:19.324Z Checking hickory-resolver v0.24.4
26652026-03-17T02:16:19.637Z Checking snafu v0.8.9
26662026-03-17T02:16:20.025Z Checking walkdir v2.5.0
26672026-03-17T02:16:20.248Z Checking csv v1.4.0
26682026-03-17T02:16:20.292Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26692026-03-17T02:16:20.313Z Checking expectorate v1.2.0
26702026-03-17T02:16:20.375Z Checking phf v0.12.1
26712026-03-17T02:16:20.399Z Compiling progenitor-impl v0.10.0
26722026-03-17T02:16:20.625Z Checking tokio-dtrace v0.1.1
26732026-03-17T02:16:20.757Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26742026-03-17T02:16:20.860Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26752026-03-17T02:16:20.900Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-03-17T02:16:20.925Z Checking globset v0.4.18
26772026-03-17T02:16:21.145Z Checking olpc-cjson v0.1.4
26782026-03-17T02:16:21.280Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26792026-03-17T02:16:21.323Z Checking libsw-core v0.3.2
26802026-03-17T02:16:21.511Z Checking serde_plain v1.0.2
26812026-03-17T02:16:21.545Z Checking arc-swap v1.8.2
26822026-03-17T02:16:21.650Z Compiling lzma-sys v0.1.20
26832026-03-17T02:16:21.741Z Checking bytecount v0.6.9
26842026-03-17T02:16:21.888Z Checking typed-path v0.9.3
26852026-03-17T02:16:22.148Z Checking utf-8 v0.7.6
26862026-03-17T02:16:22.321Z Checking tungstenite v0.21.0
26872026-03-17T02:16:22.849Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26882026-03-17T02:16:22.918Z Checking papergrid v0.11.0
26892026-03-17T02:16:23.016Z Checking tough v0.20.0
26902026-03-17T02:16:23.063Z Checking slog-scope v4.4.1
26912026-03-17T02:16:23.229Z Checking progenitor v0.13.0
26922026-03-17T02:16:23.249Z Checking libsw v3.5.0
26932026-03-17T02:16:23.402Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26942026-03-17T02:16:23.475Z Checking oxide-tokio-rt v0.1.3
26952026-03-17T02:16:23.687Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26962026-03-17T02:16:23.805Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26972026-03-17T02:16:24.031Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26982026-03-17T02:16:24.127Z Compiling progenitor-macro v0.10.0
26992026-03-17T02:16:24.885Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27002026-03-17T02:16:25.133Z Checking qorb v0.4.1
27012026-03-17T02:16:25.257Z Checking const_format v0.2.35
27022026-03-17T02:16:25.567Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27032026-03-17T02:16:25.722Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27042026-03-17T02:16:25.744Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27052026-03-17T02:16:25.782Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27062026-03-17T02:16:26.206Z Compiling cargo_toml v0.22.3
27072026-03-17T02:16:26.226Z Checking gethostname v0.5.0
27082026-03-17T02:16:26.343Z Compiling tabled_derive v0.7.0
27092026-03-17T02:16:26.391Z Checking bcs v0.1.6
27102026-03-17T02:16:26.414Z Checking smawk v0.3.2
27112026-03-17T02:16:26.578Z Checking linear-map v1.2.0
27122026-03-17T02:16:26.745Z Checking unicode-linebreak v0.1.5
27132026-03-17T02:16:26.765Z Checking termtree v0.5.1
27142026-03-17T02:16:26.879Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27152026-03-17T02:16:26.942Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27162026-03-17T02:16:27.028Z Checking textwrap v0.16.2
27172026-03-17T02:16:27.320Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27182026-03-17T02:16:27.471Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27192026-03-17T02:16:27.676Z Checking tabled v0.15.0
27202026-03-17T02:16:28.464Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-03-17T02:16:28.577Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27222026-03-17T02:16:28.624Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27232026-03-17T02:16:28.836Z Checking steno v0.4.1
27242026-03-17T02:16:28.858Z Checking typeid v1.0.3
27252026-03-17T02:16:28.989Z Checking slog-stdlog v4.1.1
27262026-03-17T02:16:29.144Z Checking tokio-tungstenite v0.21.0
27272026-03-17T02:16:29.440Z Checking base64 v0.21.7
27282026-03-17T02:16:29.497Z Checking humantime v2.3.0
27292026-03-17T02:16:29.743Z Checking xz2 v0.1.7
27302026-03-17T02:16:29.763Z Checking slog-envlogger v2.2.0
27312026-03-17T02:16:29.950Z Checking ron v0.12.0
27322026-03-17T02:16:29.970Z Checking yasna v0.5.2
27332026-03-17T02:16:30.191Z Checking headers-core v0.3.0
27342026-03-17T02:16:30.325Z Checking filetime v0.2.27
27352026-03-17T02:16:30.328Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27362026-03-17T02:16:30.490Z Checking base16ct v1.0.0
27372026-03-17T02:16:30.509Z Checking xattr v1.6.1
27382026-03-17T02:16:30.528Z Checking rcgen v0.12.1
27392026-03-17T02:16:30.657Z Checking headers v0.4.1
27402026-03-17T02:16:30.687Z Checking tar v0.4.44
27412026-03-17T02:16:30.960Z Checking subprocess v0.2.15
27422026-03-17T02:16:31.207Z Checking progenitor v0.10.0
27432026-03-17T02:16:31.377Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27442026-03-17T02:16:39.398Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27452026-03-17T02:16:47.504Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-03-17T02:16:49.268Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27472026-03-17T02:16:50.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27482026-03-17T02:16:51.062Z
27492026-03-17T02:16:51.062Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27502026-03-17T02:16:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27512026-03-17T02:16:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27522026-03-17T02:16:52.118Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27532026-03-17T02:16:53.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.77s
27542026-03-17T02:16:54.073Z
27552026-03-17T02:16:54.073Zinfo: running `cargo check --bins` on nexus-config (51/259)
27562026-03-17T02:16:54.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27572026-03-17T02:16:54.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27582026-03-17T02:16:54.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27592026-03-17T02:16:54.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27602026-03-17T02:16:54.927Z
27612026-03-17T02:16:54.927Zinfo: running `cargo check --bins` on nexus-types (52/259)
27622026-03-17T02:16:55.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27632026-03-17T02:16:55.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27642026-03-17T02:16:55.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27652026-03-17T02:16:55.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27662026-03-17T02:16:55.783Z
27672026-03-17T02:16:55.783Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27682026-03-17T02:16:56.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-03-17T02:16:56.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-03-17T02:16:56.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-03-17T02:16:56.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27722026-03-17T02:16:56.588Z
27732026-03-17T02:16:56.588Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27742026-03-17T02:16:57.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-03-17T02:16:57.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-03-17T02:16:57.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-03-17T02:16:57.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27782026-03-17T02:16:57.397Z
27792026-03-17T02:16:57.397Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27802026-03-17T02:16:58.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-03-17T02:16:58.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-03-17T02:16:58.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-03-17T02:16:58.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27842026-03-17T02:16:58.183Z
27852026-03-17T02:16:58.183Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27862026-03-17T02:16:58.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-03-17T02:16:58.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-03-17T02:16:58.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-03-17T02:16:58.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27902026-03-17T02:16:58.966Z
27912026-03-17T02:16:58.966Zinfo: running `cargo check --bins` on ereport-types (57/259)
27922026-03-17T02:16:59.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-03-17T02:16:59.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-03-17T02:16:59.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-03-17T02:16:59.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27962026-03-17T02:16:59.758Z
27972026-03-17T02:16:59.758Zinfo: running `cargo check --bins` on gateway-client (58/259)
27982026-03-17T02:17:00.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-03-17T02:17:00.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-03-17T02:17:00.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-03-17T02:17:00.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28022026-03-17T02:17:00.557Z
28032026-03-17T02:17:00.557Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28042026-03-17T02:17:01.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-03-17T02:17:01.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-03-17T02:17:01.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-03-17T02:17:01.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28082026-03-17T02:17:01.352Z
28092026-03-17T02:17:01.352Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28102026-03-17T02:17:02.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-03-17T02:17:02.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-03-17T02:17:02.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28132026-03-17T02:17:02.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28142026-03-17T02:17:02.141Z
28152026-03-17T02:17:02.141Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28162026-03-17T02:17:02.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172026-03-17T02:17:02.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182026-03-17T02:17:02.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192026-03-17T02:17:02.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28202026-03-17T02:17:02.939Z
28212026-03-17T02:17:02.939Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28222026-03-17T02:17:03.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232026-03-17T02:17:03.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242026-03-17T02:17:03.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252026-03-17T02:17:03.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28262026-03-17T02:17:03.740Z
28272026-03-17T02:17:03.740Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28282026-03-17T02:17:04.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292026-03-17T02:17:04.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302026-03-17T02:17:04.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28312026-03-17T02:17:04.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28322026-03-17T02:17:04.558Z
28332026-03-17T02:17:04.558Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28342026-03-17T02:17:05.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352026-03-17T02:17:05.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362026-03-17T02:17:05.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28372026-03-17T02:17:05.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28382026-03-17T02:17:05.360Z
28392026-03-17T02:17:05.360Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28402026-03-17T02:17:06.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28412026-03-17T02:17:06.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28422026-03-17T02:17:06.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28432026-03-17T02:17:06.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28442026-03-17T02:17:06.141Z
28452026-03-17T02:17:06.141Zinfo: running `cargo check --bins` on oxlog (66/259)
28462026-03-17T02:17:06.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-03-17T02:17:06.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-03-17T02:17:06.976Z Compiling newtype-uuid v1.3.2
28492026-03-17T02:17:07.230Z Compiling daft v0.1.5
28502026-03-17T02:17:07.498Z Compiling iddqd v0.3.17
28512026-03-17T02:17:08.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28522026-03-17T02:17:09.028Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28532026-03-17T02:17:09.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28542026-03-17T02:17:09.584Z
28552026-03-17T02:17:09.584Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28562026-03-17T02:17:10.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-03-17T02:17:10.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-03-17T02:17:10.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28592026-03-17T02:17:10.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28602026-03-17T02:17:10.379Z
28612026-03-17T02:17:10.379Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28622026-03-17T02:17:11.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-03-17T02:17:11.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-03-17T02:17:11.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28652026-03-17T02:17:11.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28662026-03-17T02:17:11.182Z
28672026-03-17T02:17:11.182Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28682026-03-17T02:17:11.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-03-17T02:17:11.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-03-17T02:17:11.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-03-17T02:17:11.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
28722026-03-17T02:17:12.022Z
28732026-03-17T02:17:12.022Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28742026-03-17T02:17:12.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-03-17T02:17:12.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-03-17T02:17:12.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-03-17T02:17:12.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28782026-03-17T02:17:12.810Z
28792026-03-17T02:17:12.810Zinfo: running `cargo check --bins` on oxql-types (71/259)
28802026-03-17T02:17:13.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-03-17T02:17:13.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-03-17T02:17:13.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28832026-03-17T02:17:13.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28842026-03-17T02:17:13.622Z
28852026-03-17T02:17:13.622Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28862026-03-17T02:17:14.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-03-17T02:17:14.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-03-17T02:17:14.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-03-17T02:17:14.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28902026-03-17T02:17:14.413Z
28912026-03-17T02:17:14.413Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28922026-03-17T02:17:15.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-03-17T02:17:15.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-03-17T02:17:15.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-03-17T02:17:15.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28962026-03-17T02:17:15.205Z
28972026-03-17T02:17:15.206Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
28982026-03-17T02:17:15.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-03-17T02:17:15.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-03-17T02:17:15.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-03-17T02:17:15.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29022026-03-17T02:17:15.987Z
29032026-03-17T02:17:15.987Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29042026-03-17T02:17:16.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-03-17T02:17:16.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-03-17T02:17:16.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-03-17T02:17:16.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29082026-03-17T02:17:16.802Z
29092026-03-17T02:17:16.802Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29102026-03-17T02:17:17.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-03-17T02:17:17.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-03-17T02:17:17.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-03-17T02:17:17.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29142026-03-17T02:17:17.626Z
29152026-03-17T02:17:17.626Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29162026-03-17T02:17:18.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-03-17T02:17:18.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-03-17T02:17:18.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-03-17T02:17:18.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29202026-03-17T02:17:18.447Z
29212026-03-17T02:17:18.447Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29222026-03-17T02:17:19.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-03-17T02:17:19.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-03-17T02:17:19.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-03-17T02:17:19.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29262026-03-17T02:17:19.267Z
29272026-03-17T02:17:19.267Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29282026-03-17T02:17:19.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-03-17T02:17:19.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-03-17T02:17:19.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-03-17T02:17:19.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29322026-03-17T02:17:20.049Z
29332026-03-17T02:17:20.049Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29342026-03-17T02:17:20.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-03-17T02:17:20.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-03-17T02:17:20.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-03-17T02:17:20.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29382026-03-17T02:17:20.828Z
29392026-03-17T02:17:20.828Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29402026-03-17T02:17:21.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-03-17T02:17:21.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-03-17T02:17:21.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-03-17T02:17:21.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29442026-03-17T02:17:21.600Z
29452026-03-17T02:17:21.600Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29462026-03-17T02:17:22.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-03-17T02:17:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-03-17T02:17:22.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29492026-03-17T02:17:22.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29502026-03-17T02:17:22.382Z
29512026-03-17T02:17:22.382Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29522026-03-17T02:17:23.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29532026-03-17T02:17:23.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29542026-03-17T02:17:23.283Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29552026-03-17T02:17:23.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
29562026-03-17T02:17:24.181Z
29572026-03-17T02:17:24.181Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29582026-03-17T02:17:24.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29592026-03-17T02:17:24.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29602026-03-17T02:17:25.100Z Compiling ar_archive_writer v0.5.1
29612026-03-17T02:17:25.233Z Compiling stacker v0.1.23
29622026-03-17T02:17:25.233Z Compiling cfg_aliases v0.1.1
29632026-03-17T02:17:25.251Z Compiling convert_case v0.10.0
29642026-03-17T02:17:25.263Z Checking fd-lock v4.0.4
29652026-03-17T02:17:25.266Z Checking nibble_vec v0.1.0
29662026-03-17T02:17:25.266Z Checking vte v0.14.1
29672026-03-17T02:17:25.266Z Compiling recursive-proc-macro-impl v0.1.1
29682026-03-17T02:17:25.324Z Compiling nix v0.28.0
29692026-03-17T02:17:25.406Z Checking endian-type v0.1.2
29702026-03-17T02:17:25.467Z Checking strip-ansi-escapes v0.2.1
29712026-03-17T02:17:25.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29722026-03-17T02:17:25.563Z Compiling peg-macros v0.8.5
29732026-03-17T02:17:25.593Z Checking winnow v0.6.26
29742026-03-17T02:17:25.609Z Checking radix_trie v0.2.1
29752026-03-17T02:17:25.642Z Compiling derive_more-impl v2.1.1
29762026-03-17T02:17:25.802Z Compiling sqlparser_derive v0.5.0
29772026-03-17T02:17:25.883Z Checking unicode_categories v0.1.1
29782026-03-17T02:17:26.085Z Checking home v0.5.12
29792026-03-17T02:17:26.121Z Checking nu-ansi-term v0.50.3
29802026-03-17T02:17:26.247Z Checking display-error-chain v0.2.2
29812026-03-17T02:17:26.392Z Checking reedline v0.40.0
29822026-03-17T02:17:26.410Z Compiling psm v0.1.30
29832026-03-17T02:17:26.762Z Checking derive_more v2.1.1
29842026-03-17T02:17:26.856Z Checking crossterm v0.29.0
29852026-03-17T02:17:27.121Z Checking peg v0.8.5
29862026-03-17T02:17:27.147Z Checking rustyline v14.0.0
29872026-03-17T02:17:27.182Z Checking sqlformat v0.3.5
29882026-03-17T02:17:27.359Z Checking recursive v0.1.1
29892026-03-17T02:17:27.466Z Checking sqlparser v0.61.0
29902026-03-17T02:17:43.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.22s
29912026-03-17T02:17:43.623Z
29922026-03-17T02:17:43.623Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
29932026-03-17T02:17:44.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-03-17T02:17:44.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-03-17T02:17:44.545Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29962026-03-17T02:17:49.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.57s
29972026-03-17T02:17:49.423Z
29982026-03-17T02:17:49.423Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
29992026-03-17T02:17:50.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-03-17T02:17:50.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-03-17T02:17:50.341Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30022026-03-17T02:17:53.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
30032026-03-17T02:17:53.868Z
30042026-03-17T02:17:53.868Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30052026-03-17T02:17:54.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-03-17T02:17:54.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-03-17T02:17:54.779Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30082026-03-17T02:17:59.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.31s
30092026-03-17T02:17:59.394Z
30102026-03-17T02:17:59.394Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30112026-03-17T02:18:00.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-03-17T02:18:00.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-03-17T02:18:00.309Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30142026-03-17T02:18:04.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
30152026-03-17T02:18:05.007Z
30162026-03-17T02:18:05.007Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30172026-03-17T02:18:05.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-03-17T02:18:05.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-03-17T02:18:05.918Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30202026-03-17T02:18:09.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s
30212026-03-17T02:18:09.607Z
30222026-03-17T02:18:09.607Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30232026-03-17T02:18:10.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-03-17T02:18:10.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-03-17T02:18:10.523Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30262026-03-17T02:18:14.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
30272026-03-17T02:18:14.275Z
30282026-03-17T02:18:14.275Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30292026-03-17T02:18:14.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30302026-03-17T02:18:14.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30312026-03-17T02:18:15.187Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30322026-03-17T02:18:19.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
30332026-03-17T02:18:20.041Z
30342026-03-17T02:18:20.041Zinfo: running `cargo check --bins` on oximeter (92/259)
30352026-03-17T02:18:20.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30362026-03-17T02:18:20.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30372026-03-17T02:18:20.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30382026-03-17T02:18:20.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30392026-03-17T02:18:20.827Z
30402026-03-17T02:18:20.827Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30412026-03-17T02:18:21.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30422026-03-17T02:18:21.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30432026-03-17T02:18:21.695Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30442026-03-17T02:18:21.886Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-03-17T02:18:21.906Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30462026-03-17T02:18:22.335Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30472026-03-17T02:18:27.219Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30482026-03-17T02:18:27.635Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30492026-03-17T02:18:29.207Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30502026-03-17T02:18:30.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.25s
30512026-03-17T02:18:30.304Z
30522026-03-17T02:18:30.304Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30532026-03-17T02:18:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-03-17T02:18:30.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-03-17T02:18:30.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-03-17T02:18:30.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30572026-03-17T02:18:31.105Z
30582026-03-17T02:18:31.105Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30592026-03-17T02:18:31.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-03-17T02:18:31.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-03-17T02:18:31.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-03-17T02:18:31.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
30632026-03-17T02:18:31.962Z
30642026-03-17T02:18:31.962Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30652026-03-17T02:18:32.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-03-17T02:18:32.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-03-17T02:18:32.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-03-17T02:18:32.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30692026-03-17T02:18:32.774Z
30702026-03-17T02:18:32.774Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30712026-03-17T02:18:33.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-03-17T02:18:33.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-03-17T02:18:33.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-03-17T02:18:33.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30752026-03-17T02:18:33.592Z
30762026-03-17T02:18:33.592Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30772026-03-17T02:18:34.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-03-17T02:18:34.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-03-17T02:18:34.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-03-17T02:18:34.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30812026-03-17T02:18:34.412Z
30822026-03-17T02:18:34.412Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30832026-03-17T02:18:35.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-03-17T02:18:35.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-03-17T02:18:35.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-03-17T02:18:35.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30872026-03-17T02:18:35.234Z
30882026-03-17T02:18:35.234Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30892026-03-17T02:18:35.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-03-17T02:18:35.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-03-17T02:18:35.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-03-17T02:18:35.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
30932026-03-17T02:18:36.015Z
30942026-03-17T02:18:36.015Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
30952026-03-17T02:18:36.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-03-17T02:18:36.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-03-17T02:18:36.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-03-17T02:18:36.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30992026-03-17T02:18:36.822Z
31002026-03-17T02:18:36.822Zinfo: running `cargo check --bins` on update-engine (102/259)
31012026-03-17T02:18:37.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-03-17T02:18:37.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-03-17T02:18:37.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-03-17T02:18:37.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31052026-03-17T02:18:37.608Z
31062026-03-17T02:18:37.609Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31072026-03-17T02:18:38.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-03-17T02:18:38.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-03-17T02:18:38.547Z Checking dropshot-api-manager-types v0.6.0
31102026-03-17T02:18:38.550Z Checking nanorand v0.7.0
31112026-03-17T02:18:38.855Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31122026-03-17T02:18:38.878Z Checking flume v0.11.1
31132026-03-17T02:18:39.152Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31142026-03-17T02:18:40.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
31152026-03-17T02:18:40.647Z
31162026-03-17T02:18:40.647Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31172026-03-17T02:18:41.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-03-17T02:18:41.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-03-17T02:18:41.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-03-17T02:18:41.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31212026-03-17T02:18:41.441Z
31222026-03-17T02:18:41.441Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31232026-03-17T02:18:42.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-03-17T02:18:42.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-03-17T02:18:42.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-03-17T02:18:42.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31272026-03-17T02:18:42.239Z
31282026-03-17T02:18:42.239Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31292026-03-17T02:18:42.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-03-17T02:18:42.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-03-17T02:18:42.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-03-17T02:18:42.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31332026-03-17T02:18:43.035Z
31342026-03-17T02:18:43.035Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31352026-03-17T02:18:43.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-03-17T02:18:43.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-03-17T02:18:43.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-03-17T02:18:43.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31392026-03-17T02:18:43.853Z
31402026-03-17T02:18:43.853Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31412026-03-17T02:18:44.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-03-17T02:18:44.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-03-17T02:18:44.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-03-17T02:18:44.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31452026-03-17T02:18:44.655Z
31462026-03-17T02:18:44.655Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31472026-03-17T02:18:45.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-03-17T02:18:45.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-03-17T02:18:45.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-03-17T02:18:45.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31512026-03-17T02:18:45.456Z
31522026-03-17T02:18:45.456Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31532026-03-17T02:18:46.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-03-17T02:18:46.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-03-17T02:18:46.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-03-17T02:18:46.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31572026-03-17T02:18:46.256Z
31582026-03-17T02:18:46.256Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31592026-03-17T02:18:46.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-03-17T02:18:46.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-03-17T02:18:46.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-03-17T02:18:46.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31632026-03-17T02:18:47.031Z
31642026-03-17T02:18:47.032Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31652026-03-17T02:18:47.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-03-17T02:18:47.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-03-17T02:18:47.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-03-17T02:18:47.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31692026-03-17T02:18:47.825Z
31702026-03-17T02:18:47.825Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31712026-03-17T02:18:48.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-03-17T02:18:48.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-03-17T02:18:48.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31742026-03-17T02:18:48.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31752026-03-17T02:18:48.627Z
31762026-03-17T02:18:48.627Zinfo: running `cargo check --bins` on installinator-client (114/259)
31772026-03-17T02:18:49.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31782026-03-17T02:18:49.318Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31792026-03-17T02:18:49.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31802026-03-17T02:18:49.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31812026-03-17T02:18:49.422Z
31822026-03-17T02:18:49.423Zinfo: running `cargo check --bins` on nexus-client (115/259)
31832026-03-17T02:18:50.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31842026-03-17T02:18:50.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31852026-03-17T02:18:50.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31862026-03-17T02:18:50.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31872026-03-17T02:18:50.267Z
31882026-03-17T02:18:50.267Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31892026-03-17T02:18:50.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31902026-03-17T02:18:50.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31912026-03-17T02:18:50.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31922026-03-17T02:18:51.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31932026-03-17T02:18:51.112Z
31942026-03-17T02:18:51.112Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
31952026-03-17T02:18:51.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-03-17T02:18:51.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-03-17T02:18:51.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-03-17T02:18:51.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31992026-03-17T02:18:51.891Z
32002026-03-17T02:18:51.891Zinfo: running `cargo check --bins` on oxide-client (118/259)
32012026-03-17T02:18:52.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-03-17T02:18:52.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-03-17T02:18:52.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-03-17T02:18:52.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32052026-03-17T02:18:52.677Z
32062026-03-17T02:18:52.678Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32072026-03-17T02:18:53.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-03-17T02:18:53.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-03-17T02:18:53.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-03-17T02:18:53.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32112026-03-17T02:18:53.471Z
32122026-03-17T02:18:53.471Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32132026-03-17T02:18:54.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-03-17T02:18:54.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-03-17T02:18:54.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-03-17T02:18:54.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32172026-03-17T02:18:54.244Z
32182026-03-17T02:18:54.244Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32192026-03-17T02:18:54.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-03-17T02:18:54.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-03-17T02:18:54.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-03-17T02:18:54.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32232026-03-17T02:18:55.056Z
32242026-03-17T02:18:55.056Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32252026-03-17T02:18:55.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-03-17T02:18:55.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-03-17T02:18:55.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32282026-03-17T02:18:55.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32292026-03-17T02:18:55.879Z
32302026-03-17T02:18:55.879Zinfo: running `cargo check --bins` on installinator-common (123/259)
32312026-03-17T02:18:56.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32322026-03-17T02:18:56.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32332026-03-17T02:18:56.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32342026-03-17T02:18:56.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32352026-03-17T02:18:56.690Z
32362026-03-17T02:18:56.690Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32372026-03-17T02:18:57.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32382026-03-17T02:18:57.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32392026-03-17T02:18:57.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32402026-03-17T02:18:57.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32412026-03-17T02:18:57.467Z
32422026-03-17T02:18:57.467Zinfo: running `cargo check --bins` on wicket-common (125/259)
32432026-03-17T02:18:58.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-03-17T02:18:58.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-03-17T02:18:58.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-03-17T02:18:58.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32472026-03-17T02:18:58.296Z
32482026-03-17T02:18:58.296Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32492026-03-17T02:18:58.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-03-17T02:18:58.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-03-17T02:18:59.200Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32522026-03-17T02:18:59.204Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-03-17T02:18:59.204Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32542026-03-17T02:18:59.351Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32552026-03-17T02:18:59.355Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32562026-03-17T02:18:59.509Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32572026-03-17T02:18:59.542Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32582026-03-17T02:18:59.818Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32592026-03-17T02:18:59.821Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-03-17T02:19:02.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s
32612026-03-17T02:19:02.882Z
32622026-03-17T02:19:02.882Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32632026-03-17T02:19:03.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-17T02:19:03.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-17T02:19:03.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-03-17T02:19:03.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32672026-03-17T02:19:03.674Z
32682026-03-17T02:19:03.674Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32692026-03-17T02:19:04.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-17T02:19:04.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-17T02:19:04.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32722026-03-17T02:19:04.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32732026-03-17T02:19:04.598Z
32742026-03-17T02:19:04.598Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32752026-03-17T02:19:05.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32762026-03-17T02:19:05.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32772026-03-17T02:19:05.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32782026-03-17T02:19:05.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32792026-03-17T02:19:05.510Z
32802026-03-17T02:19:05.511Zinfo: running `cargo check --bins` on dns-server (130/259)
32812026-03-17T02:19:06.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32822026-03-17T02:19:06.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32832026-03-17T02:19:06.415Z Compiling parking_lot_core v0.8.6
32842026-03-17T02:19:06.418Z Compiling git-stub v1.0.0
32852026-03-17T02:19:06.418Z Compiling atomicwrites v0.4.4
32862026-03-17T02:19:06.418Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32872026-03-17T02:19:06.578Z Checking tagptr v0.2.0
32882026-03-17T02:19:06.594Z Checking prefix-trie v0.7.0
32892026-03-17T02:19:06.597Z Checking fxhash v0.2.1
32902026-03-17T02:19:06.626Z Checking hickory-client v0.25.2
32912026-03-17T02:19:06.758Z Compiling git-stub-vcs v0.1.0
32922026-03-17T02:19:06.776Z Checking moka v0.12.13
32932026-03-17T02:19:07.016Z Checking hickory-server v0.25.2
32942026-03-17T02:19:07.111Z Checking parking_lot v0.11.2
32952026-03-17T02:19:07.136Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32962026-03-17T02:19:07.229Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-03-17T02:19:07.232Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32982026-03-17T02:19:07.232Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32992026-03-17T02:19:07.340Z Checking sled v0.34.7
33002026-03-17T02:19:07.610Z Checking hickory-resolver v0.25.2
33012026-03-17T02:19:10.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.58s
33022026-03-17T02:19:10.323Z
33032026-03-17T02:19:10.323Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33042026-03-17T02:19:11.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33052026-03-17T02:19:11.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33062026-03-17T02:19:11.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33072026-03-17T02:19:11.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33082026-03-17T02:19:11.118Z
33092026-03-17T02:19:11.119Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33102026-03-17T02:19:11.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33112026-03-17T02:19:11.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33122026-03-17T02:19:11.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33132026-03-17T02:19:11.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
33142026-03-17T02:19:11.994Z
33152026-03-17T02:19:11.995Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33162026-03-17T02:19:12.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33172026-03-17T02:19:12.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33182026-03-17T02:19:12.994Z Compiling radium v0.7.0
33192026-03-17T02:19:13.151Z Compiling maybe-uninit v2.0.0
33202026-03-17T02:19:13.155Z Checking tap v1.0.1
33212026-03-17T02:19:13.161Z Compiling zerocopy-derive v0.6.6
33222026-03-17T02:19:13.164Z Compiling packed_struct v0.10.1
33232026-03-17T02:19:13.164Z Checking funty v2.0.0
33242026-03-17T02:19:13.164Z Checking crc-catalog v2.4.0
33252026-03-17T02:19:13.273Z Compiling packed_struct_codegen v0.10.1
33262026-03-17T02:19:13.320Z Checking crc v3.4.0
33272026-03-17T02:19:13.389Z Checking wyz v0.5.1
33282026-03-17T02:19:13.556Z Compiling bitfield-macros v0.19.4
33292026-03-17T02:19:13.579Z Compiling indexmap v1.9.3
33302026-03-17T02:19:13.629Z Checking nodrop v0.1.14
33312026-03-17T02:19:13.650Z Checking hashbrown v0.12.3
33322026-03-17T02:19:13.683Z Checking smallvec v0.6.14
33332026-03-17T02:19:13.701Z Checking bitvec v1.0.1
33342026-03-17T02:19:13.739Z Checking array-init v0.0.4
33352026-03-17T02:19:13.844Z Checking ron v0.8.1
33362026-03-17T02:19:13.940Z Checking hashbrown v0.13.2
33372026-03-17T02:19:14.210Z Checking serde-hex v0.1.0
33382026-03-17T02:19:14.380Z Checking zerocopy v0.6.6
33392026-03-17T02:19:14.494Z Checking bitfield v0.19.4
33402026-03-17T02:19:14.519Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33412026-03-17T02:19:14.558Z Checking crc-any v2.5.0
33422026-03-17T02:19:14.668Z Checking object v0.30.4
33432026-03-17T02:19:14.703Z Checking half v1.8.3
33442026-03-17T02:19:14.780Z Checking void v1.0.2
33452026-03-17T02:19:14.799Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-03-17T02:19:14.802Z Checking path-slash v0.1.5
33472026-03-17T02:19:14.865Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33482026-03-17T02:19:14.905Z Checking lzss v0.8.2
33492026-03-17T02:19:14.939Z Checking tungstenite v0.23.0
33502026-03-17T02:19:14.964Z Checking serde_cbor v0.11.2
33512026-03-17T02:19:14.990Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-17T02:19:15.142Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-03-17T02:19:15.187Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33542026-03-17T02:19:15.230Z Checking nix v0.27.1
33552026-03-17T02:19:15.488Z Checking kstat-rs v0.2.4
33562026-03-17T02:19:15.507Z Checking serde_bytes v0.11.19
33572026-03-17T02:19:15.668Z Checking tokio-tungstenite v0.23.1
33582026-03-17T02:19:15.725Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33592026-03-17T02:19:15.729Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-03-17T02:19:15.936Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-03-17T02:19:15.994Z Checking signal-hook-tokio v0.3.1
33622026-03-17T02:19:16.996Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-03-17T02:19:17.331Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33642026-03-17T02:19:20.576Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-03-17T02:19:21.771Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33662026-03-17T02:19:22.140Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33672026-03-17T02:19:23.628Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33682026-03-17T02:19:26.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.40s
33692026-03-17T02:19:26.637Z
33702026-03-17T02:19:26.637Zinfo: running `cargo check --bins` on gateway-api (134/259)
33712026-03-17T02:19:27.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-03-17T02:19:27.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-03-17T02:19:27.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-03-17T02:19:27.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33752026-03-17T02:19:27.434Z
33762026-03-17T02:19:27.434Zinfo: running `cargo check --bins` on ipcc (135/259)
33772026-03-17T02:19:28.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-03-17T02:19:28.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-03-17T02:19:28.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-03-17T02:19:28.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33812026-03-17T02:19:28.233Z
33822026-03-17T02:19:28.233Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33832026-03-17T02:19:28.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-03-17T02:19:28.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-03-17T02:19:28.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-03-17T02:19:28.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33872026-03-17T02:19:29.010Z
33882026-03-17T02:19:29.010Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33892026-03-17T02:19:29.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-03-17T02:19:29.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-03-17T02:19:29.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-03-17T02:19:29.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33932026-03-17T02:19:29.812Z
33942026-03-17T02:19:29.812Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
33952026-03-17T02:19:30.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-03-17T02:19:30.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-03-17T02:19:30.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-03-17T02:19:30.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33992026-03-17T02:19:30.608Z
34002026-03-17T02:19:30.608Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34012026-03-17T02:19:31.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-03-17T02:19:31.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-03-17T02:19:31.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-03-17T02:19:31.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34052026-03-17T02:19:31.405Z
34062026-03-17T02:19:31.405Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34072026-03-17T02:19:32.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-03-17T02:19:32.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-03-17T02:19:32.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-03-17T02:19:32.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34112026-03-17T02:19:32.204Z
34122026-03-17T02:19:32.204Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34132026-03-17T02:19:32.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-03-17T02:19:32.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-03-17T02:19:32.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-03-17T02:19:32.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34172026-03-17T02:19:33.008Z
34182026-03-17T02:19:33.008Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34192026-03-17T02:19:33.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-03-17T02:19:33.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-03-17T02:19:33.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-03-17T02:19:33.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34232026-03-17T02:19:33.811Z
34242026-03-17T02:19:33.811Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34252026-03-17T02:19:34.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-03-17T02:19:34.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-03-17T02:19:34.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-03-17T02:19:34.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34292026-03-17T02:19:34.613Z
34302026-03-17T02:19:34.613Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34312026-03-17T02:19:35.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-03-17T02:19:35.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-03-17T02:19:35.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-03-17T02:19:35.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34352026-03-17T02:19:35.399Z
34362026-03-17T02:19:35.399Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34372026-03-17T02:19:36.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-03-17T02:19:36.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-03-17T02:19:36.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-03-17T02:19:36.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34412026-03-17T02:19:36.198Z
34422026-03-17T02:19:36.198Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34432026-03-17T02:19:36.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-03-17T02:19:36.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-03-17T02:19:36.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-03-17T02:19:36.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34472026-03-17T02:19:36.992Z
34482026-03-17T02:19:36.992Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34492026-03-17T02:19:37.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-03-17T02:19:37.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-03-17T02:19:37.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-03-17T02:19:37.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34532026-03-17T02:19:37.844Z
34542026-03-17T02:19:37.844Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34552026-03-17T02:19:38.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-03-17T02:19:38.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-03-17T02:19:38.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-03-17T02:19:38.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34592026-03-17T02:19:38.648Z
34602026-03-17T02:19:38.648Zinfo: running `cargo check --bins` on sp-sim (149/259)
34612026-03-17T02:19:39.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-03-17T02:19:39.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-03-17T02:19:39.628Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-03-17T02:19:41.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
34652026-03-17T02:19:42.183Z
34662026-03-17T02:19:42.183Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34672026-03-17T02:19:42.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-03-17T02:19:42.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-03-17T02:19:42.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-03-17T02:19:42.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34712026-03-17T02:19:43.063Z
34722026-03-17T02:19:43.063Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34732026-03-17T02:19:43.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-03-17T02:19:43.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-03-17T02:19:43.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-03-17T02:19:43.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34772026-03-17T02:19:43.942Z
34782026-03-17T02:19:43.942Zinfo: running `cargo check --bins` on db-macros (152/259)
34792026-03-17T02:19:44.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-03-17T02:19:44.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-03-17T02:19:44.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-03-17T02:19:44.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34832026-03-17T02:19:44.721Z
34842026-03-17T02:19:44.721Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34852026-03-17T02:19:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-03-17T02:19:45.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-03-17T02:19:45.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-03-17T02:19:45.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34892026-03-17T02:19:45.500Z
34902026-03-17T02:19:45.500Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34912026-03-17T02:19:46.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-03-17T02:19:46.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-03-17T02:19:46.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-03-17T02:19:46.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34952026-03-17T02:19:46.367Z
34962026-03-17T02:19:46.367Zinfo: running `cargo check --bins` on authz-macros (155/259)
34972026-03-17T02:19:47.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-03-17T02:19:47.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-03-17T02:19:47.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-03-17T02:19:47.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35012026-03-17T02:19:47.148Z
35022026-03-17T02:19:47.148Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35032026-03-17T02:19:47.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-03-17T02:19:47.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-03-17T02:19:47.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-03-17T02:19:47.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35072026-03-17T02:19:48.010Z
35082026-03-17T02:19:48.010Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35092026-03-17T02:19:48.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-03-17T02:19:48.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-03-17T02:19:48.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-03-17T02:19:48.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35132026-03-17T02:19:48.872Z
35142026-03-17T02:19:48.872Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35152026-03-17T02:19:49.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-03-17T02:19:49.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-03-17T02:19:49.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-03-17T02:19:49.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35192026-03-17T02:19:49.661Z
35202026-03-17T02:19:49.661Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35212026-03-17T02:19:50.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-03-17T02:19:50.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-03-17T02:19:50.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-03-17T02:19:50.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35252026-03-17T02:19:50.434Z
35262026-03-17T02:19:50.434Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35272026-03-17T02:19:51.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-03-17T02:19:51.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-03-17T02:19:51.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-03-17T02:19:51.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35312026-03-17T02:19:51.234Z
35322026-03-17T02:19:51.234Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35332026-03-17T02:19:51.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-03-17T02:19:51.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-03-17T02:19:51.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-03-17T02:19:51.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35372026-03-17T02:19:52.016Z
35382026-03-17T02:19:52.016Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35392026-03-17T02:19:52.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-03-17T02:19:52.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-03-17T02:19:52.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-03-17T02:19:52.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35432026-03-17T02:19:52.789Z
35442026-03-17T02:19:52.789Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35452026-03-17T02:19:53.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-03-17T02:19:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-03-17T02:19:53.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-03-17T02:19:53.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35492026-03-17T02:19:53.656Z
35502026-03-17T02:19:53.656Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35512026-03-17T02:19:54.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-03-17T02:19:54.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-03-17T02:19:54.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-03-17T02:19:54.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35552026-03-17T02:19:54.533Z
35562026-03-17T02:19:54.533Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35572026-03-17T02:19:55.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-03-17T02:19:55.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-03-17T02:19:55.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-03-17T02:19:55.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35612026-03-17T02:19:55.401Z
35622026-03-17T02:19:55.401Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35632026-03-17T02:19:56.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-03-17T02:19:56.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-03-17T02:19:56.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-03-17T02:19:56.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35672026-03-17T02:19:56.226Z
35682026-03-17T02:19:56.226Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35692026-03-17T02:19:56.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-03-17T02:19:56.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-03-17T02:19:56.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-03-17T02:19:56.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35732026-03-17T02:19:57.039Z
35742026-03-17T02:19:57.039Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35752026-03-17T02:19:57.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-03-17T02:19:57.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-03-17T02:19:57.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-03-17T02:19:57.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35792026-03-17T02:19:57.854Z
35802026-03-17T02:19:57.854Zinfo: running `cargo check --bins` on key-manager (169/259)
35812026-03-17T02:19:58.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-03-17T02:19:58.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-03-17T02:19:58.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-03-17T02:19:58.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35852026-03-17T02:19:58.654Z
35862026-03-17T02:19:58.654Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35872026-03-17T02:19:59.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-03-17T02:19:59.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-03-17T02:19:59.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-03-17T02:19:59.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35912026-03-17T02:19:59.468Z
35922026-03-17T02:19:59.468Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
35932026-03-17T02:20:00.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-03-17T02:20:00.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-03-17T02:20:00.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-03-17T02:20:00.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35972026-03-17T02:20:00.278Z
35982026-03-17T02:20:00.278Zinfo: running `cargo check --bins` on typed-rng (172/259)
35992026-03-17T02:20:00.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-03-17T02:20:00.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-03-17T02:20:00.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-03-17T02:20:00.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36032026-03-17T02:20:01.056Z
36042026-03-17T02:20:01.056Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36052026-03-17T02:20:01.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-03-17T02:20:01.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-03-17T02:20:02.222Z Compiling libefi-sys v0.1.0
36082026-03-17T02:20:02.225Z Compiling bitfield-struct v0.6.2
36092026-03-17T02:20:02.396Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36102026-03-17T02:20:02.411Z Compiling xshell-macros v0.2.7
36112026-03-17T02:20:02.430Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36122026-03-17T02:20:02.451Z Compiling salty v0.3.0
36132026-03-17T02:20:02.478Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36142026-03-17T02:20:02.496Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36152026-03-17T02:20:02.496Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36162026-03-17T02:20:02.829Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36172026-03-17T02:20:02.851Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36182026-03-17T02:20:02.889Z Checking xshell v0.2.7
36192026-03-17T02:20:03.013Z Checking primeorder v0.13.6
36202026-03-17T02:20:03.059Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36212026-03-17T02:20:03.124Z Compiling proc-macro-error-attr2 v2.0.0
36222026-03-17T02:20:03.127Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36232026-03-17T02:20:03.189Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36242026-03-17T02:20:03.192Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36252026-03-17T02:20:03.332Z Checking p384 v0.13.1
36262026-03-17T02:20:03.361Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36272026-03-17T02:20:03.410Z Compiling num-derive v0.3.3
36282026-03-17T02:20:03.517Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36292026-03-17T02:20:03.626Z Compiling proc-macro-error2 v2.0.1
36302026-03-17T02:20:03.770Z Compiling unicase v2.9.0
36312026-03-17T02:20:03.820Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36322026-03-17T02:20:04.002Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36332026-03-17T02:20:04.029Z Compiling mime_guess v2.0.5
36342026-03-17T02:20:04.032Z Compiling tabled_derive v0.11.0
36352026-03-17T02:20:04.070Z Checking papergrid v0.17.0
36362026-03-17T02:20:04.484Z Compiling progenitor-impl v0.11.2
36372026-03-17T02:20:04.604Z Checking libscf-sys v1.1.0
36382026-03-17T02:20:04.754Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36392026-03-17T02:20:04.774Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36402026-03-17T02:20:04.892Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36412026-03-17T02:20:04.998Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-03-17T02:20:05.439Z Checking testing_table v0.3.0
36432026-03-17T02:20:05.565Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36442026-03-17T02:20:05.619Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36452026-03-17T02:20:05.655Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36462026-03-17T02:20:05.750Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36472026-03-17T02:20:05.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-17T02:20:05.840Z Checking corncobs v0.1.4
36492026-03-17T02:20:05.876Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36502026-03-17T02:20:05.990Z Checking tabled v0.20.0
36512026-03-17T02:20:06.010Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-17T02:20:06.086Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36532026-03-17T02:20:06.298Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36542026-03-17T02:20:06.370Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36552026-03-17T02:20:06.596Z Checking progenitor-client v0.11.2
36562026-03-17T02:20:06.826Z Checking secrecy v0.8.0
36572026-03-17T02:20:06.924Z Checking http-range v0.1.5
36582026-03-17T02:20:07.182Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36592026-03-17T02:20:07.225Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-17T02:20:07.279Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36612026-03-17T02:20:07.645Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36622026-03-17T02:20:07.672Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36632026-03-17T02:20:07.807Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36642026-03-17T02:20:07.833Z Checking atty v0.2.14
36652026-03-17T02:20:07.956Z Checking crc8 v0.1.1
36662026-03-17T02:20:07.988Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-17T02:20:08.058Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36682026-03-17T02:20:08.080Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36692026-03-17T02:20:08.238Z Compiling progenitor-macro v0.11.2
36702026-03-17T02:20:08.259Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36712026-03-17T02:20:08.521Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36722026-03-17T02:20:08.636Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36732026-03-17T02:20:08.833Z Checking hyper-staticfile v0.10.1
36742026-03-17T02:20:08.963Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36752026-03-17T02:20:08.985Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36762026-03-17T02:20:09.194Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36772026-03-17T02:20:09.197Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36782026-03-17T02:20:09.257Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36792026-03-17T02:20:09.510Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36802026-03-17T02:20:09.913Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36812026-03-17T02:20:10.045Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36822026-03-17T02:20:10.254Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36832026-03-17T02:20:10.390Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36842026-03-17T02:20:10.414Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36852026-03-17T02:20:10.959Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36862026-03-17T02:20:11.078Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36872026-03-17T02:20:11.375Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36882026-03-17T02:20:11.599Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36892026-03-17T02:20:12.168Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36902026-03-17T02:20:13.214Z Checking progenitor v0.11.2
36912026-03-17T02:20:13.382Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36922026-03-17T02:20:20.137Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36932026-03-17T02:20:36.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.03s
36942026-03-17T02:20:36.353Z
36952026-03-17T02:20:36.353Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
36962026-03-17T02:20:37.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36972026-03-17T02:20:37.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36982026-03-17T02:20:37.420Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36992026-03-17T02:20:53.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.16s
37002026-03-17T02:20:53.766Z
37012026-03-17T02:20:53.766Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37022026-03-17T02:20:54.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37032026-03-17T02:20:54.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37042026-03-17T02:20:54.833Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37052026-03-17T02:21:10.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37062026-03-17T02:21:11.155Z
37072026-03-17T02:21:11.155Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37082026-03-17T02:21:11.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37092026-03-17T02:21:11.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37102026-03-17T02:21:12.242Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37112026-03-17T02:21:28.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37122026-03-17T02:21:28.536Z
37132026-03-17T02:21:28.536Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37142026-03-17T02:21:29.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37152026-03-17T02:21:29.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37162026-03-17T02:21:29.627Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37172026-03-17T02:21:45.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.32s
37182026-03-17T02:21:46.105Z
37192026-03-17T02:21:46.105Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37202026-03-17T02:21:46.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37212026-03-17T02:21:46.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37222026-03-17T02:21:47.193Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37232026-03-17T02:22:03.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s
37242026-03-17T02:22:03.531Z
37252026-03-17T02:22:03.531Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37262026-03-17T02:22:04.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37272026-03-17T02:22:04.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37282026-03-17T02:22:04.621Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37292026-03-17T02:22:20.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37302026-03-17T02:22:21.009Z
37312026-03-17T02:22:21.009Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37322026-03-17T02:22:21.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37332026-03-17T02:22:21.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37342026-03-17T02:22:22.106Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37352026-03-17T02:22:38.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.20s
37362026-03-17T02:22:38.465Z
37372026-03-17T02:22:38.465Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37382026-03-17T02:22:39.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37392026-03-17T02:22:39.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37402026-03-17T02:22:39.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37412026-03-17T02:22:39.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37422026-03-17T02:22:39.289Z
37432026-03-17T02:22:39.289Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37442026-03-17T02:22:39.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-03-17T02:22:39.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-03-17T02:22:39.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37472026-03-17T02:22:40.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37482026-03-17T02:22:40.109Z
37492026-03-17T02:22:40.109Zinfo: running `cargo check --bins` on range-requests (183/259)
37502026-03-17T02:22:40.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-03-17T02:22:40.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-03-17T02:22:40.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37532026-03-17T02:22:40.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37542026-03-17T02:22:40.901Z
37552026-03-17T02:22:40.901Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37562026-03-17T02:22:41.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-03-17T02:22:41.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-03-17T02:22:41.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37592026-03-17T02:22:41.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37602026-03-17T02:22:41.698Z
37612026-03-17T02:22:41.698Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37622026-03-17T02:22:42.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-03-17T02:22:42.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-03-17T02:22:42.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37652026-03-17T02:22:42.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37662026-03-17T02:22:42.521Z
37672026-03-17T02:22:42.521Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37682026-03-17T02:22:43.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-03-17T02:22:43.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-03-17T02:22:43.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37712026-03-17T02:22:43.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37722026-03-17T02:22:43.327Z
37732026-03-17T02:22:43.327Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37742026-03-17T02:22:44.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-03-17T02:22:44.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-03-17T02:22:44.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37772026-03-17T02:22:44.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37782026-03-17T02:22:44.143Z
37792026-03-17T02:22:44.143Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37802026-03-17T02:22:44.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-03-17T02:22:44.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-03-17T02:22:44.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37832026-03-17T02:22:44.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37842026-03-17T02:22:44.973Z
37852026-03-17T02:22:44.973Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37862026-03-17T02:22:45.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-03-17T02:22:45.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-03-17T02:22:45.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-03-17T02:22:45.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37902026-03-17T02:22:45.801Z
37912026-03-17T02:22:45.801Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37922026-03-17T02:22:46.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-03-17T02:22:46.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-03-17T02:22:46.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-03-17T02:22:46.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37962026-03-17T02:22:46.622Z
37972026-03-17T02:22:46.622Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
37982026-03-17T02:22:47.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-03-17T02:22:47.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-03-17T02:22:47.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-03-17T02:22:47.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38022026-03-17T02:22:47.452Z
38032026-03-17T02:22:47.452Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38042026-03-17T02:22:48.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-03-17T02:22:48.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-03-17T02:22:48.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-03-17T02:22:48.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38082026-03-17T02:22:48.285Z
38092026-03-17T02:22:48.285Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38102026-03-17T02:22:48.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-03-17T02:22:48.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-03-17T02:22:48.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-03-17T02:22:49.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38142026-03-17T02:22:49.108Z
38152026-03-17T02:22:49.108Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38162026-03-17T02:22:49.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-03-17T02:22:49.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-03-17T02:22:49.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-03-17T02:22:49.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38202026-03-17T02:22:49.936Z
38212026-03-17T02:22:49.936Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38222026-03-17T02:22:50.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-03-17T02:22:50.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-03-17T02:22:50.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-03-17T02:22:50.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38262026-03-17T02:22:50.786Z
38272026-03-17T02:22:50.787Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38282026-03-17T02:22:51.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-03-17T02:22:51.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-03-17T02:22:51.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-03-17T02:22:51.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38322026-03-17T02:22:51.662Z
38332026-03-17T02:22:51.662Zinfo: running `cargo check --bins` on update-common (197/259)
38342026-03-17T02:22:52.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-03-17T02:22:52.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-03-17T02:22:52.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-03-17T02:22:52.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38382026-03-17T02:22:52.477Z
38392026-03-17T02:22:52.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38402026-03-17T02:22:53.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-03-17T02:22:53.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-03-17T02:22:53.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-03-17T02:22:53.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38442026-03-17T02:22:53.353Z
38452026-03-17T02:22:53.353Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38462026-03-17T02:22:54.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-03-17T02:22:54.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-03-17T02:22:54.415Z Compiling fs-err v2.11.0
38492026-03-17T02:22:54.557Z Checking ignore v0.4.25
38502026-03-17T02:22:54.575Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38512026-03-17T02:22:54.578Z Checking predicates-tree v1.0.13
38522026-03-17T02:22:54.578Z Checking parse-size v1.1.0
38532026-03-17T02:22:54.624Z Checking rand_seeder v0.4.0
38542026-03-17T02:22:54.627Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38552026-03-17T02:22:54.665Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-17T02:22:54.714Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38572026-03-17T02:22:54.745Z Compiling petname v2.0.2
38582026-03-17T02:22:54.799Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38592026-03-17T02:22:54.982Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38602026-03-17T02:22:55.002Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38612026-03-17T02:22:55.083Z Checking globwalk v0.9.1
38622026-03-17T02:22:55.106Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38632026-03-17T02:22:55.207Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38642026-03-17T02:22:55.311Z Checking camino-tempfile-ext v0.3.3
38652026-03-17T02:22:55.340Z Checking sapling-renderdag v0.1.0
38662026-03-17T02:22:55.439Z Checking sync-ptr v0.1.4
38672026-03-17T02:22:55.573Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38682026-03-17T02:22:55.591Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38692026-03-17T02:22:55.691Z Checking colored v2.2.0
38702026-03-17T02:22:55.713Z Checking assert_matches v1.5.0
38712026-03-17T02:22:56.045Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38722026-03-17T02:22:56.148Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-17T02:22:56.152Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38742026-03-17T02:22:56.926Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38752026-03-17T02:22:58.670Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38762026-03-17T02:23:01.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.29s
38772026-03-17T02:23:01.894Z
38782026-03-17T02:23:01.894Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38792026-03-17T02:23:02.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-17T02:23:02.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-17T02:23:02.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-17T02:23:02.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38832026-03-17T02:23:02.678Z
38842026-03-17T02:23:02.678Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38852026-03-17T02:23:03.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-17T02:23:03.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-17T02:23:03.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-17T02:23:03.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38892026-03-17T02:23:03.550Z
38902026-03-17T02:23:03.550Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38912026-03-17T02:23:04.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-17T02:23:04.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-17T02:23:04.525Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38942026-03-17T02:23:04.529Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38952026-03-17T02:23:05.380Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38962026-03-17T02:23:07.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
38972026-03-17T02:23:07.659Z
38982026-03-17T02:23:07.659Zinfo: running `cargo check --bins` on oximeter-api (203/259)
38992026-03-17T02:23:08.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-03-17T02:23:08.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-03-17T02:23:08.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-03-17T02:23:08.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39032026-03-17T02:23:08.456Z
39042026-03-17T02:23:08.456Zinfo: running `cargo check --bins` on cert-dev (204/259)
39052026-03-17T02:23:09.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-03-17T02:23:09.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-03-17T02:23:09.282Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39082026-03-17T02:23:09.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39092026-03-17T02:23:09.835Z
39102026-03-17T02:23:09.835Zinfo: running `cargo check --bins` on clickana (205/259)
39112026-03-17T02:23:10.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-03-17T02:23:10.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-03-17T02:23:10.716Z Compiling darling_core v0.23.0
39142026-03-17T02:23:10.842Z Compiling instability v0.3.11
39152026-03-17T02:23:10.856Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39162026-03-17T02:23:10.859Z Checking castaway v0.2.4
39172026-03-17T02:23:10.866Z Compiling indoc v2.0.7
39182026-03-17T02:23:10.869Z Checking unicode-truncate v1.1.0
39192026-03-17T02:23:10.869Z Checking lru v0.12.5
39202026-03-17T02:23:10.869Z Checking cassowary v0.3.0
39212026-03-17T02:23:11.026Z Checking compact_str v0.8.1
39222026-03-17T02:23:12.150Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39232026-03-17T02:23:12.371Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39242026-03-17T02:23:12.859Z Compiling darling_macro v0.23.0
39252026-03-17T02:23:13.389Z Compiling darling v0.23.0
39262026-03-17T02:23:14.160Z Checking ratatui v0.29.0
39272026-03-17T02:23:15.694Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39282026-03-17T02:23:16.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
39292026-03-17T02:23:16.748Z
39302026-03-17T02:23:16.748Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39312026-03-17T02:23:17.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-03-17T02:23:17.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-03-17T02:23:17.741Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39342026-03-17T02:23:17.744Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39352026-03-17T02:23:18.477Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39362026-03-17T02:23:18.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.23s
39372026-03-17T02:23:19.229Z
39382026-03-17T02:23:19.229Zinfo: running `cargo check --bins` on ch-dev (207/259)
39392026-03-17T02:23:19.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-03-17T02:23:19.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-03-17T02:23:20.215Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39422026-03-17T02:23:21.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39432026-03-17T02:23:21.380Z
39442026-03-17T02:23:21.380Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39452026-03-17T02:23:21.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39462026-03-17T02:23:21.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39472026-03-17T02:23:21.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39482026-03-17T02:23:21.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39492026-03-17T02:23:22.000Z
39502026-03-17T02:23:22.000Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39512026-03-17T02:23:22.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-03-17T02:23:22.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-03-17T02:23:22.981Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39542026-03-17T02:23:23.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39552026-03-17T02:23:23.777Z
39562026-03-17T02:23:23.777Zinfo: running `cargo check --bins` on db-dev (210/259)
39572026-03-17T02:23:24.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-03-17T02:23:24.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-03-17T02:23:24.767Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39602026-03-17T02:23:25.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39612026-03-17T02:23:25.943Z
39622026-03-17T02:23:25.943Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39632026-03-17T02:23:26.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-03-17T02:23:26.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-03-17T02:23:26.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-03-17T02:23:26.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39672026-03-17T02:23:26.807Z
39682026-03-17T02:23:26.807Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39692026-03-17T02:23:27.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-03-17T02:23:27.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-03-17T02:23:27.640Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39722026-03-17T02:23:28.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s
39732026-03-17T02:23:28.733Z
39742026-03-17T02:23:28.733Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39752026-03-17T02:23:29.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-03-17T02:23:29.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-03-17T02:23:29.764Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-17T02:23:29.764Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39792026-03-17T02:23:29.767Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
39802026-03-17T02:23:29.767Z Checking git-stub v1.0.0
39812026-03-17T02:23:29.903Z Compiling trait-variant v0.1.2
39822026-03-17T02:23:29.906Z Checking is_ci v1.2.0
39832026-03-17T02:23:29.932Z Checking maplit v1.0.2
39842026-03-17T02:23:29.965Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39852026-03-17T02:23:30.044Z Checking supports-color v3.0.2
39862026-03-17T02:23:30.080Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39872026-03-17T02:23:30.099Z Checking git-stub-vcs v0.1.0
39882026-03-17T02:23:30.182Z Checking drift v0.1.3
39892026-03-17T02:23:30.201Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39902026-03-17T02:23:30.294Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39912026-03-17T02:23:30.344Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39922026-03-17T02:23:30.532Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39932026-03-17T02:23:30.554Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39942026-03-17T02:23:30.574Z Checking dropshot-api-manager v0.6.0
39952026-03-17T02:23:30.634Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39962026-03-17T02:23:30.815Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39972026-03-17T02:23:30.927Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39982026-03-17T02:23:31.215Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=e8a68118b5c2333f586d9bdcc4a1f63f2db98631#e8a68118)
39992026-03-17T02:23:31.598Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40002026-03-17T02:23:38.525Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40012026-03-17T02:23:39.914Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40022026-03-17T02:23:40.688Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40032026-03-17T02:23:41.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s
40042026-03-17T02:23:41.449Z
40052026-03-17T02:23:41.449Zinfo: running `cargo check --bins` on installinator-api (214/259)
40062026-03-17T02:23:42.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-03-17T02:23:42.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-03-17T02:23:42.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40092026-03-17T02:23:42.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40102026-03-17T02:23:42.258Z
40112026-03-17T02:23:42.258Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40122026-03-17T02:23:42.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-17T02:23:42.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-17T02:23:42.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40152026-03-17T02:23:42.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40162026-03-17T02:23:43.114Z
40172026-03-17T02:23:43.114Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40182026-03-17T02:23:43.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-03-17T02:23:43.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-03-17T02:23:43.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-03-17T02:23:43.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40222026-03-17T02:23:43.968Z
40232026-03-17T02:23:43.968Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40242026-03-17T02:23:44.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-03-17T02:23:44.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-03-17T02:23:44.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40272026-03-17T02:23:44.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40282026-03-17T02:23:44.823Z
40292026-03-17T02:23:44.823Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40302026-03-17T02:23:45.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40312026-03-17T02:23:45.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40322026-03-17T02:23:45.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40332026-03-17T02:23:45.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40342026-03-17T02:23:45.627Z
40352026-03-17T02:23:45.628Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40362026-03-17T02:23:46.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-03-17T02:23:46.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-03-17T02:23:46.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40392026-03-17T02:23:46.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40402026-03-17T02:23:46.411Z
40412026-03-17T02:23:46.411Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40422026-03-17T02:23:47.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-03-17T02:23:47.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-03-17T02:23:47.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-03-17T02:23:47.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40462026-03-17T02:23:47.249Z
40472026-03-17T02:23:47.249Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40482026-03-17T02:23:47.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-03-17T02:23:47.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-03-17T02:23:48.086Z Checking erased-serde v0.4.9
40512026-03-17T02:23:48.213Z Checking ordered-float v2.10.1
40522026-03-17T02:23:48.236Z Checking unicode-xid v0.2.6
40532026-03-17T02:23:48.288Z Checking cargo-platform v0.2.0
40542026-03-17T02:23:48.498Z Checking serde-value v0.7.0
40552026-03-17T02:23:48.663Z Checking serde-untagged v0.1.9
40562026-03-17T02:23:48.870Z Checking cargo-util-schemas v0.8.2
40572026-03-17T02:23:49.877Z Checking cargo_metadata v0.21.0
40582026-03-17T02:23:50.742Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40592026-03-17T02:23:51.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
40602026-03-17T02:23:51.872Z
40612026-03-17T02:23:51.872Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40622026-03-17T02:23:52.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-03-17T02:23:52.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-03-17T02:23:52.895Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40652026-03-17T02:23:53.658Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40662026-03-17T02:23:54.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
40672026-03-17T02:23:54.523Z
40682026-03-17T02:23:54.523Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (223/259)
40692026-03-17T02:23:55.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-17T02:23:55.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-17T02:23:55.722Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40722026-03-17T02:23:55.726Z Compiling vergen-gitcl v1.0.8
40732026-03-17T02:23:55.726Z Compiling dirs-sys-next v0.1.2
40742026-03-17T02:23:55.726Z Compiling crunchy v0.2.4
40752026-03-17T02:23:55.726Z Compiling glob v0.3.3
40762026-03-17T02:23:55.726Z Compiling diesel_derives v2.3.7
40772026-03-17T02:23:55.909Z Compiling dsl_auto_type v0.2.0
40782026-03-17T02:23:55.927Z Checking scheduled-thread-pool v0.2.7
40792026-03-17T02:23:56.106Z Compiling diesel_table_macro_syntax v0.3.0
40802026-03-17T02:23:56.126Z Compiling tiny-keccak v2.0.2
40812026-03-17T02:23:56.171Z Compiling dirs-next v2.0.0
40822026-03-17T02:23:56.322Z Compiling term v0.7.0
40832026-03-17T02:23:56.343Z Checking r2d2 v0.8.10
40842026-03-17T02:23:56.385Z Checking downcast-rs v2.0.2
40852026-03-17T02:23:56.422Z Compiling clang-sys v1.8.1
40862026-03-17T02:23:56.449Z Compiling bit-vec v0.6.3
40872026-03-17T02:23:56.567Z Compiling itertools v0.10.5
40882026-03-17T02:23:56.740Z Compiling ascii-canvas v3.0.0
40892026-03-17T02:23:56.920Z Compiling bit-set v0.5.3
40902026-03-17T02:23:57.053Z Compiling ena v0.14.4
40912026-03-17T02:23:57.073Z Compiling libloading v0.8.9
40922026-03-17T02:23:57.094Z Compiling diff v0.1.13
40932026-03-17T02:23:57.118Z Compiling regex-syntax v0.6.29
40942026-03-17T02:23:57.144Z Compiling bindgen v0.71.1
40952026-03-17T02:23:57.341Z Compiling cexpr v0.6.0
40962026-03-17T02:23:57.440Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40972026-03-17T02:23:57.689Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40982026-03-17T02:23:57.741Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40992026-03-17T02:23:57.875Z Compiling libxml v0.3.3
41002026-03-17T02:23:58.014Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41012026-03-17T02:23:58.193Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41022026-03-17T02:23:58.274Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41032026-03-17T02:23:58.412Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41042026-03-17T02:23:58.505Z Compiling strum_macros v0.24.3
41052026-03-17T02:23:58.526Z Compiling indoc v1.0.9
41062026-03-17T02:23:59.089Z Compiling lalrpop v0.19.12
41072026-03-17T02:23:59.911Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41082026-03-17T02:24:00.066Z Checking derive_builder v0.20.2
41092026-03-17T02:24:00.144Z Compiling oso-derive v0.27.3
41102026-03-17T02:24:00.211Z Checking quick-xml v0.37.5
41112026-03-17T02:24:00.351Z Compiling impl-trait-for-tuples v0.2.3
41122026-03-17T02:24:00.774Z Checking openssl-probe v0.1.6
41132026-03-17T02:24:00.947Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41142026-03-17T02:24:01.435Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41152026-03-17T02:24:01.709Z Checking bb8 v0.8.6
41162026-03-17T02:24:01.987Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41172026-03-17T02:24:02.076Z Checking nonempty v0.12.0
41182026-03-17T02:24:02.256Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-17T02:24:02.286Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41202026-03-17T02:24:02.524Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41212026-03-17T02:24:02.565Z Checking support-bundle-viewer v0.1.2
41222026-03-17T02:24:02.591Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41232026-03-17T02:24:02.878Z Checking multimap v0.10.1
41242026-03-17T02:24:04.011Z Checking diesel v2.3.7
41252026-03-17T02:24:05.400Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41262026-03-17T02:24:06.819Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41272026-03-17T02:24:07.540Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41282026-03-17T02:24:07.637Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41292026-03-17T02:24:08.986Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41302026-03-17T02:24:09.128Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41312026-03-17T02:24:09.573Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41322026-03-17T02:24:10.044Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41332026-03-17T02:24:12.724Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41342026-03-17T02:24:18.794Z Compiling samael v0.0.19
41352026-03-17T02:24:24.054Z Checking diesel-dtrace v0.5.0
41362026-03-17T02:24:24.375Z Checking async-bb8-diesel v0.2.1
41372026-03-17T02:24:25.423Z Compiling polar-core v0.27.3
41382026-03-17T02:24:31.257Z Checking oso v0.27.3
41392026-03-17T02:25:27.103Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41402026-03-17T02:26:14.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41412026-03-17T02:26:14.574Z
41422026-03-17T02:26:14.574Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (224/259)
41432026-03-17T02:26:15.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-17T02:26:15.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-17T02:26:15.698Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41462026-03-17T02:26:26.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.42s
41472026-03-17T02:26:26.254Z
41482026-03-17T02:26:26.254Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (225/259)
41492026-03-17T02:26:27.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-03-17T02:26:27.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-03-17T02:26:27.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-03-17T02:26:27.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41532026-03-17T02:26:27.136Z
41542026-03-17T02:26:27.136Zinfo: running `cargo check --bins` on nexus-saga-recovery (226/259)
41552026-03-17T02:26:27.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-03-17T02:26:27.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-03-17T02:26:27.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-03-17T02:26:27.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41592026-03-17T02:26:28.019Z
41602026-03-17T02:26:28.019Zinfo: running `cargo check --bins` on nexus-test-utils-macros (227/259)
41612026-03-17T02:26:28.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-03-17T02:26:28.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-03-17T02:26:28.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-03-17T02:26:28.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41652026-03-17T02:26:28.807Z
41662026-03-17T02:26:28.808Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (228/259)
41672026-03-17T02:26:29.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-03-17T02:26:29.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-03-17T02:26:30.007Z Compiling libz-sys v1.1.24
41702026-03-17T02:26:30.163Z Compiling libgit2-sys v0.18.3+1.9.2
41712026-03-17T02:26:30.182Z Compiling vergen-git2 v1.0.7
41722026-03-17T02:26:30.197Z Compiling rustls v0.21.12
41732026-03-17T02:26:30.215Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41742026-03-17T02:26:30.234Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41752026-03-17T02:26:30.237Z Checking sct v0.7.1
41762026-03-17T02:26:30.238Z Checking rustls-webpki v0.101.7
41772026-03-17T02:26:30.397Z Compiling nix v0.29.0
41782026-03-17T02:26:30.458Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41792026-03-17T02:26:30.500Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41802026-03-17T02:26:30.527Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41812026-03-17T02:26:30.672Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41822026-03-17T02:26:30.840Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41832026-03-17T02:26:30.860Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41842026-03-17T02:26:30.938Z Checking rustls-pemfile v1.0.4
41852026-03-17T02:26:31.110Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41862026-03-17T02:26:31.241Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41872026-03-17T02:26:31.459Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41882026-03-17T02:26:31.480Z Checking twox-hash v2.1.2
41892026-03-17T02:26:31.604Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41902026-03-17T02:26:32.359Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41912026-03-17T02:26:32.490Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-03-17T02:26:32.517Z Checking tokio-rustls v0.24.1
41932026-03-17T02:26:32.643Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41942026-03-17T02:26:32.763Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41952026-03-17T02:26:32.938Z Checking fatfs v0.3.6
41962026-03-17T02:26:33.200Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41972026-03-17T02:26:33.475Z Compiling seq-macro v0.3.6
41982026-03-17T02:26:38.336Z Compiling git2 v0.20.4
41992026-03-17T02:26:39.402Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42002026-03-17T02:26:39.556Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42012026-03-17T02:26:41.571Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42022026-03-17T02:27:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
42032026-03-17T02:27:51.490Z
42042026-03-17T02:27:51.490Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (229/259)
42052026-03-17T02:27:52.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-03-17T02:27:52.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-03-17T02:27:52.725Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42082026-03-17T02:28:52.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42092026-03-17T02:28:52.739Z
42102026-03-17T02:28:52.739Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (230/259)
42112026-03-17T02:28:53.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-03-17T02:28:53.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-03-17T02:28:53.897Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42142026-03-17T02:29:53.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42152026-03-17T02:29:53.522Z
42162026-03-17T02:29:53.522Zinfo: running `cargo check --bins` on nexus-background-task-interface (231/259)
42172026-03-17T02:29:54.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-03-17T02:29:54.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-03-17T02:29:54.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-03-17T02:29:54.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42212026-03-17T02:29:54.318Z
42222026-03-17T02:29:54.318Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (232/259)
42232026-03-17T02:29:55.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-03-17T02:29:55.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-03-17T02:29:55.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-03-17T02:29:55.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42272026-03-17T02:29:55.198Z
42282026-03-17T02:29:55.198Zinfo: running `cargo check --bins` on nexus-mgs-updates (233/259)
42292026-03-17T02:29:55.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-03-17T02:29:55.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-03-17T02:29:55.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-03-17T02:29:55.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42332026-03-17T02:29:56.065Z
42342026-03-17T02:29:56.065Zinfo: running `cargo check --bins` on nexus-networking (234/259)
42352026-03-17T02:29:56.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-03-17T02:29:56.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-03-17T02:29:56.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-03-17T02:29:56.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42392026-03-17T02:29:56.949Z
42402026-03-17T02:29:56.949Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (235/259)
42412026-03-17T02:29:57.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-03-17T02:29:57.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-03-17T02:29:57.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-03-17T02:29:57.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42452026-03-17T02:29:57.834Z
42462026-03-17T02:29:57.834Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (236/259)
42472026-03-17T02:29:58.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-03-17T02:29:58.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-03-17T02:29:58.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-03-17T02:29:58.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42512026-03-17T02:29:58.720Z
42522026-03-17T02:29:58.720Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42532026-03-17T02:29:59.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-03-17T02:29:59.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-03-17T02:29:59.967Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42562026-03-17T02:30:00.018Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42572026-03-17T02:30:00.156Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42582026-03-17T02:30:00.181Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42592026-03-17T02:30:00.201Z Checking yansi v1.0.1
42602026-03-17T02:30:00.204Z Checking diff v0.1.13
42612026-03-17T02:30:00.240Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42622026-03-17T02:30:00.242Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42632026-03-17T02:30:00.374Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42642026-03-17T02:30:00.545Z Checking pretty_assertions v1.4.1
42652026-03-17T02:30:01.425Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42662026-03-17T02:30:34.430Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42672026-03-17T02:30:34.434Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-03-17T02:30:34.434Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42692026-03-17T02:30:34.434Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42702026-03-17T02:30:34.434Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42712026-03-17T02:30:34.434Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42722026-03-17T02:30:35.411Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42732026-03-17T02:30:36.844Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42742026-03-17T02:31:36.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42752026-03-17T02:31:36.525Z
42762026-03-17T02:31:36.525Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42772026-03-17T02:31:37.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-03-17T02:31:37.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-03-17T02:31:37.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-03-17T02:31:37.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42812026-03-17T02:31:37.302Z
42822026-03-17T02:31:37.302Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42832026-03-17T02:31:38.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-03-17T02:31:38.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-03-17T02:31:38.358Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42862026-03-17T02:31:38.504Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42872026-03-17T02:31:38.507Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42882026-03-17T02:32:15.427Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42892026-03-17T02:32:15.924Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42902026-03-17T02:32:18.298Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42912026-03-17T02:32:18.886Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42922026-03-17T02:32:22.981Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42932026-03-17T02:32:54.960Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42942026-03-17T02:32:55.790Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42952026-03-17T02:32:57.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
42962026-03-17T02:32:58.180Z
42972026-03-17T02:32:58.180Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
42982026-03-17T02:32:58.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-03-17T02:32:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-03-17T02:32:59.166Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43012026-03-17T02:33:00.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s
43022026-03-17T02:33:00.309Z
43032026-03-17T02:33:00.309Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43042026-03-17T02:33:01.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-17T02:33:01.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-17T02:33:01.200Z Compiling blake3 v1.8.3
43072026-03-17T02:33:01.330Z Checking constant_time_eq v0.4.2
43082026-03-17T02:33:01.334Z Checking arrayref v0.3.9
43092026-03-17T02:33:01.334Z Checking arrayvec v0.7.6
43102026-03-17T02:33:01.370Z Checking topological-sort v0.2.2
43112026-03-17T02:33:01.373Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43122026-03-17T02:33:01.373Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43132026-03-17T02:33:01.373Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43142026-03-17T02:33:01.438Z Checking shell-words v1.1.1
43152026-03-17T02:33:02.359Z Checking omicron-zone-package v0.12.2
43162026-03-17T02:33:03.354Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43172026-03-17T02:33:04.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
43182026-03-17T02:33:04.678Z
43192026-03-17T02:33:04.678Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43202026-03-17T02:33:05.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-03-17T02:33:05.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-03-17T02:33:05.565Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43232026-03-17T02:33:05.960Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43242026-03-17T02:33:06.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
43252026-03-17T02:33:06.702Z
43262026-03-17T02:33:06.702Zinfo: running `cargo check --bins` on xtask (243/259)
43272026-03-17T02:33:07.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-03-17T02:33:07.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-03-17T02:33:07.313Z Checking libc v0.2.180
43302026-03-17T02:33:07.408Z Checking serde v1.0.228
43312026-03-17T02:33:07.417Z Checking zerofrom v0.1.6
43322026-03-17T02:33:07.425Z Checking bitflags v2.11.0
43332026-03-17T02:33:07.434Z Checking hashbrown v0.16.1
43342026-03-17T02:33:07.444Z Checking smallvec v1.15.1
43352026-03-17T02:33:07.459Z Checking serde_json v1.0.149
43362026-03-17T02:33:07.462Z Checking scroll v0.12.0
43372026-03-17T02:33:07.551Z Checking yoke v0.8.1
43382026-03-17T02:33:07.620Z Checking num-traits v0.2.19
43392026-03-17T02:33:07.679Z Checking thiserror v1.0.69
43402026-03-17T02:33:07.771Z Checking log v0.4.29
43412026-03-17T02:33:07.785Z Checking zerovec v0.11.5
43422026-03-17T02:33:07.801Z Checking zerotrie v0.2.3
43432026-03-17T02:33:07.817Z Checking errno v0.3.14
43442026-03-17T02:33:07.963Z Checking percent-encoding v2.3.2
43452026-03-17T02:33:07.966Z Checking serde_spanned v0.6.9
43462026-03-17T02:33:07.988Z Checking rustix v1.1.3
43472026-03-17T02:33:08.055Z Checking indexmap v2.13.0
43482026-03-17T02:33:08.114Z Checking toml_datetime v0.6.11
43492026-03-17T02:33:08.128Z Checking goblin v0.8.2
43502026-03-17T02:33:08.141Z Checking form_urlencoded v1.2.2
43512026-03-17T02:33:08.300Z Checking zerocopy v0.7.35
43522026-03-17T02:33:08.354Z Checking getrandom v0.4.1
43532026-03-17T02:33:08.357Z Checking thiserror v2.0.18
43542026-03-17T02:33:08.393Z Checking tinystr v0.8.2
43552026-03-17T02:33:08.419Z Checking potential_utf v0.1.4
43562026-03-17T02:33:08.501Z Checking ordered-float v2.10.1
43572026-03-17T02:33:08.529Z Checking syn v2.0.117
43582026-03-17T02:33:08.588Z Checking icu_collections v2.1.1
43592026-03-17T02:33:08.629Z Checking icu_locale_core v2.1.1
43602026-03-17T02:33:08.806Z Checking toml_edit v0.22.27
43612026-03-17T02:33:08.823Z Checking serde-value v0.7.0
43622026-03-17T02:33:08.996Z Checking dtrace-parser v0.2.0
43632026-03-17T02:33:09.009Z Checking thread-id v4.2.2
43642026-03-17T02:33:09.097Z Checking once_cell v1.21.3
43652026-03-17T02:33:09.113Z Checking cargo-platform v0.2.0
43662026-03-17T02:33:09.142Z Checking terminal_size v0.4.3
43672026-03-17T02:33:09.286Z Checking clap_builder v4.5.60
43682026-03-17T02:33:09.308Z Checking memmap v0.7.0
43692026-03-17T02:33:09.322Z Checking tempfile v3.25.0
43702026-03-17T02:33:09.336Z Checking textwrap v0.16.2
43712026-03-17T02:33:09.406Z Checking icu_provider v2.1.1
43722026-03-17T02:33:09.470Z Checking fs-err v3.3.0
43732026-03-17T02:33:09.572Z Checking camino-tempfile v1.4.1
43742026-03-17T02:33:09.602Z Checking anyhow v1.0.102
43752026-03-17T02:33:09.706Z Checking tabled v0.15.0
43762026-03-17T02:33:09.729Z Checking icu_normalizer v2.1.1
43772026-03-17T02:33:09.782Z Checking icu_properties v2.1.2
43782026-03-17T02:33:09.868Z Checking macaddr v1.0.1
43792026-03-17T02:33:10.099Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43802026-03-17T02:33:10.348Z Checking toml v0.8.23
43812026-03-17T02:33:10.774Z Checking dof v0.3.0
43822026-03-17T02:33:10.777Z Checking cargo_toml v0.21.0
43832026-03-17T02:33:10.923Z Checking idna_adapter v1.2.1
43842026-03-17T02:33:10.947Z Checking clap v4.5.60
43852026-03-17T02:33:11.070Z Checking idna v1.1.0
43862026-03-17T02:33:11.147Z Checking usdt-impl v0.5.0
43872026-03-17T02:33:11.363Z Checking url v2.5.8
43882026-03-17T02:33:11.476Z Checking usdt v0.5.0
43892026-03-17T02:33:11.840Z Checking cargo-util-schemas v0.8.2
43902026-03-17T02:33:12.835Z Checking cargo_metadata v0.21.0
43912026-03-17T02:33:13.705Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43922026-03-17T02:33:14.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
43932026-03-17T02:33:14.417Z
43942026-03-17T02:33:14.417Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
43952026-03-17T02:33:15.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43962026-03-17T02:33:15.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43972026-03-17T02:33:15.534Z Checking polyval v0.6.2
43982026-03-17T02:33:15.681Z Checking ctr v0.9.2
43992026-03-17T02:33:15.699Z Checking ssh-encoding v0.2.0
44002026-03-17T02:33:15.702Z Checking blowfish v0.9.1
44012026-03-17T02:33:15.733Z Checking password-hash v0.4.2
44022026-03-17T02:33:15.755Z Checking p521 v0.13.3
44032026-03-17T02:33:15.758Z Checking p256 v0.13.2
44042026-03-17T02:33:15.793Z Checking russh-cryptovec v0.7.3
44052026-03-17T02:33:15.860Z Checking ghash v0.5.1
44062026-03-17T02:33:15.880Z Checking md5 v0.7.0
44072026-03-17T02:33:15.900Z Checking bcrypt-pbkdf v0.10.0
44082026-03-17T02:33:15.931Z Checking num-bigint v0.4.6
44092026-03-17T02:33:15.955Z Checking des v0.8.1
44102026-03-17T02:33:16.006Z Checking aes-gcm v0.10.3
44112026-03-17T02:33:16.026Z Checking pbkdf2 v0.11.0
44122026-03-17T02:33:16.092Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44132026-03-17T02:33:16.111Z Checking hex-literal v0.4.1
44142026-03-17T02:33:16.132Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44152026-03-17T02:33:16.152Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44162026-03-17T02:33:16.192Z Checking ssh-cipher v0.2.0
44172026-03-17T02:33:16.230Z Checking socket2 v0.5.10
44182026-03-17T02:33:16.249Z Checking internet-checksum v0.2.1
44192026-03-17T02:33:16.402Z Checking ssh-key v0.6.7
44202026-03-17T02:33:16.604Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44212026-03-17T02:33:17.291Z Checking russh-keys v0.45.0
44222026-03-17T02:33:18.025Z Checking russh v0.45.0
44232026-03-17T02:33:39.616Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44242026-03-17T02:33:41.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.74s
44252026-03-17T02:33:41.417Z
44262026-03-17T02:33:41.417Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44272026-03-17T02:33:42.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44282026-03-17T02:33:42.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44292026-03-17T02:33:42.298Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44302026-03-17T02:33:42.448Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44312026-03-17T02:33:42.452Z Checking termios v0.3.3
44322026-03-17T02:33:44.150Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44332026-03-17T02:33:44.334Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44342026-03-17T02:33:47.022Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44352026-03-17T02:33:47.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.36s
44362026-03-17T02:33:47.991Z
44372026-03-17T02:33:47.991Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44382026-03-17T02:33:48.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-03-17T02:33:48.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-03-17T02:33:48.949Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44412026-03-17T02:33:49.085Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44422026-03-17T02:33:49.127Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44432026-03-17T02:33:49.130Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44442026-03-17T02:33:49.130Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44452026-03-17T02:33:49.384Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44462026-03-17T02:33:49.387Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44472026-03-17T02:33:50.342Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44482026-03-17T02:33:50.629Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44492026-03-17T02:33:50.633Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44502026-03-17T02:33:51.490Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44512026-03-17T02:33:53.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s
44522026-03-17T02:33:53.857Z
44532026-03-17T02:33:53.857Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44542026-03-17T02:33:54.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-03-17T02:33:54.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-03-17T02:33:54.726Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44572026-03-17T02:33:55.293Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44582026-03-17T02:33:55.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44592026-03-17T02:33:55.913Z
44602026-03-17T02:33:55.913Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44612026-03-17T02:33:56.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-17T02:33:56.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-17T02:33:56.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44642026-03-17T02:33:56.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44652026-03-17T02:33:56.699Z
44662026-03-17T02:33:56.699Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44672026-03-17T02:33:57.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44682026-03-17T02:33:57.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44692026-03-17T02:33:57.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44702026-03-17T02:33:57.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44712026-03-17T02:33:57.485Z
44722026-03-17T02:33:57.485Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44732026-03-17T02:33:58.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44742026-03-17T02:33:58.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44752026-03-17T02:33:58.525Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44762026-03-17T02:33:59.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44772026-03-17T02:33:59.506Z
44782026-03-17T02:33:59.506Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44792026-03-17T02:34:00.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44802026-03-17T02:34:00.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44812026-03-17T02:34:00.394Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44822026-03-17T02:34:00.398Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44832026-03-17T02:34:00.699Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44842026-03-17T02:34:00.702Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44852026-03-17T02:34:01.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44862026-03-17T02:34:01.903Z
44872026-03-17T02:34:01.903Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44882026-03-17T02:34:02.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-03-17T02:34:02.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-03-17T02:34:02.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-03-17T02:34:02.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44922026-03-17T02:34:02.680Z
44932026-03-17T02:34:02.680Zinfo: running `cargo check --bins` on omicron-package (253/259)
44942026-03-17T02:34:03.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-03-17T02:34:03.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-03-17T02:34:03.590Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44972026-03-17T02:34:04.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
44982026-03-17T02:34:05.211Z
44992026-03-17T02:34:05.211Zinfo: running `cargo check --bins` on tqdb (254/259)
45002026-03-17T02:34:05.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-03-17T02:34:05.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-03-17T02:34:06.301Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45032026-03-17T02:34:06.749Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45042026-03-17T02:34:07.461Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45052026-03-17T02:34:07.464Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45062026-03-17T02:34:14.225Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45072026-03-17T02:34:15.160Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45082026-03-17T02:34:15.163Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45092026-03-17T02:34:15.163Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45102026-03-17T02:34:15.163Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45112026-03-17T02:34:16.152Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45122026-03-17T02:34:25.731Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45132026-03-17T02:34:33.878Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45142026-03-17T02:34:33.886Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45152026-03-17T02:34:33.886Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45162026-03-17T02:34:33.886Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45172026-03-17T02:34:35.808Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45182026-03-17T02:34:37.582Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45192026-03-17T02:34:41.718Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45202026-03-17T02:34:41.741Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45212026-03-17T02:34:41.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.71s
45222026-03-17T02:34:41.741Z
45232026-03-17T02:34:41.741Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45242026-03-17T02:34:41.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-03-17T02:34:41.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-03-17T02:34:42.142Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45272026-03-17T02:34:42.145Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45282026-03-17T02:34:42.294Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45292026-03-17T02:34:42.327Z Checking rtoolbox v0.0.3
45302026-03-17T02:34:42.331Z Checking tui-tree-widget v0.23.1
45312026-03-17T02:34:42.526Z Checking rpassword v7.4.0
45322026-03-17T02:34:42.604Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45332026-03-17T02:34:43.574Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45342026-03-17T02:34:50.301Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45352026-03-17T02:34:51.224Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45362026-03-17T02:34:52.614Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45372026-03-17T02:34:56.780Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45382026-03-17T02:34:59.352Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45392026-03-17T02:35:00.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
45402026-03-17T02:35:00.747Z
45412026-03-17T02:35:00.747Zinfo: running `cargo check --bins` on wicket (256/259)
45422026-03-17T02:35:01.473Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45432026-03-17T02:35:01.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45442026-03-17T02:35:01.689Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45452026-03-17T02:35:02.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45462026-03-17T02:35:02.363Z
45472026-03-17T02:35:02.363Zinfo: running `cargo check --bins` on wicketd (257/259)
45482026-03-17T02:35:03.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45492026-03-17T02:35:03.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45502026-03-17T02:35:03.350Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45512026-03-17T02:35:03.354Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45522026-03-17T02:35:03.485Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45532026-03-17T02:35:03.489Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45542026-03-17T02:35:04.906Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45552026-03-17T02:35:05.691Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45562026-03-17T02:35:09.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s
45572026-03-17T02:35:10.008Z
45582026-03-17T02:35:10.008Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45592026-03-17T02:35:10.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-03-17T02:35:10.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-03-17T02:35:10.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-03-17T02:35:10.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45632026-03-17T02:35:10.794Z
45642026-03-17T02:35:10.794Zinfo: running `cargo check --bins` on zone-setup (259/259)
45652026-03-17T02:35:11.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-03-17T02:35:11.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-03-17T02:35:11.707Z Checking uzers v0.12.2
45682026-03-17T02:35:12.055Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45692026-03-17T02:35:13.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45702026-03-17T02:35:13.280Z
45712026-03-17T02:35:13.283Zreal 20:25.252279958
45722026-03-17T02:35:13.283Zuser 29:47.858586738
45732026-03-17T02:35:13.283Zsys 5:17.268568975
45742026-03-17T02:35:13.283Ztrap 0.500251844
45752026-03-17T02:35:13.283Ztflt 0.351845725
45762026-03-17T02:35:13.283Zdflt 0.594661767
45772026-03-17T02:35:13.283Zkflt 0.000997218
45782026-03-17T02:35:13.283Zlock 1:52:28.058432826
45792026-03-17T02:35:13.283Zslp 2:21:41.327346897
45802026-03-17T02:35:13.283Zlat 1:22.434646803
45812026-03-17T02:35:13.284Zstop 5:24.870107728
45822026-03-17T02:35:13.284Zprocess exited: duration 1465713 ms, exit code 0
 
45832026-03-17T02:35:13.290Zfound 0 output files