01KN51A60M4YKASFHDK2YN6KKM: 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: 01KN51AFHYN3GRN337PR1BJVWG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T17:27:25.124Zjob assigned to worker 01KN51AM1FKRRDWA72W2SWZFSR [factory aws, i-0431cb480e43bf781] (queued for 45 s)
 
22026-04-01T17:27:31.755Zstarting task 0: "setup"
32026-04-01T17:27:31.762Z++ uname -s
42026-04-01T17:27:31.765Z+ kern=SunOS
52026-04-01T17:27:31.765Z+ build_user=build
62026-04-01T17:27:31.765Z+ build_uid=12345
72026-04-01T17:27:31.765Z+ work_dir=/work
82026-04-01T17:27:31.765Z+ input_dir=/input
92026-04-01T17:27:31.765Z+ [[ 0 == 12345 ]]
102026-04-01T17:27:31.765Z+ case "$kern" in
112026-04-01T17:27:31.765Z+ groupadd -g 12345 build
122026-04-01T17:27:31.768Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T17:27:33.772Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T17:27:33.842Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T17:27:33.845Z+ home_fs=zfs
162026-04-01T17:27:33.845Z+ [[ zfs == autofs ]]
172026-04-01T17:27:33.845Z+ mkdir -p /home/build
182026-04-01T17:27:33.845Z+ chown build:build /home/build /work
192026-04-01T17:27:35.846Z+ chmod 0700 /home/build /work
202026-04-01T17:27:35.849Zprocess exited: duration 4092 ms, exit code 0
 
212026-04-01T17:27:35.856Zstarting task 1: "rust-toolchain"
222026-04-01T17:27:35.860Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-01T17:27:35.860Z * rust toolchain channel = "1.94.0"
242026-04-01T17:27:35.860Z * rust toolchain profile = "default"
252026-04-01T17:27:35.860Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T17:27:35.860Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T17:27:35.860Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T17:27:35.863Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T17:27:35.863Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-01T17:27:35.982Zinfo: downloading installer
312026-04-01T17:27:38.786Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T17:27:38.786Zwarn: /opt/ooce/bin
332026-04-01T17:27:38.786Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T17:27:38.786Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T17:27:38.786Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T17:27:38.786Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T17:27:38.787Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T17:27:38.787Zerror: cannot install while Rust is installed
392026-04-01T17:27:38.787Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T17:27:38.787Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T17:27:38.787Zwarn: /home/build/.rustup/settings.toml
422026-04-01T17:27:38.787Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T17:27:38.787Zwarn: instead of the one inferred from the default host triple.
442026-04-01T17:27:38.810Zinfo: profile set to default
452026-04-01T17:27:38.810Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T17:27:38.813Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-01T17:27:38.973Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-01T17:27:38.978Zinfo: downloading 6 components
492026-04-01T17:27:53.697Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-01T17:27:53.697Z
512026-04-01T17:27:53.732Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-01T17:27:53.732Z
532026-04-01T17:27:53.732Z
542026-04-01T17:27:53.732ZRust is installed now. Great!
552026-04-01T17:27:53.732Z
562026-04-01T17:27:53.732ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T17:27:53.732Zenvironment variable. This has not been done automatically.
582026-04-01T17:27:53.732Z
592026-04-01T17:27:53.732ZTo configure your current shell, you need to source
602026-04-01T17:27:53.732Zthe corresponding env file under $HOME/.cargo.
612026-04-01T17:27:53.732Z
622026-04-01T17:27:53.732ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T17:27:53.732Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T17:27:53.732Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T17:27:53.732Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T17:27:53.733Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T17:27:53.733Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T17:27:53.733Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T17:27:53.738Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T17:27:53.738Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T17:27:53.829Z+ rustup --version
722026-04-01T17:27:53.838Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T17:27:53.842Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T17:27:53.859Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-01T17:27:53.862Z+ cargo --version
762026-04-01T17:27:53.875Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-01T17:27:53.878Z+ rustc --version
782026-04-01T17:27:53.898Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-01T17:27:53.904Zprocess exited: duration 18040 ms, exit code 0
 
802026-04-01T17:27:53.913Zstarting task 2: "authentication"
812026-04-01T17:27:53.928Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T17:27:53.935Zstarting task 3: "clone repository"
832026-04-01T17:27:53.938Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-01T17:27:53.941Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-01T17:27:54.096ZCloning into '/work/oxidecomputer/omicron'...
862026-04-01T17:28:04.702Z+ cd /work/oxidecomputer/omicron
872026-04-01T17:28:04.702Z+ git fetch origin c7fd6b80a3c779dade4c1bf5784a724a27c6d37a
882026-04-01T17:28:05.000ZFrom https://github.com/oxidecomputer/omicron
892026-04-01T17:28:05.000Z * branch c7fd6b80a3c779dade4c1bf5784a724a27c6d37a -> FETCH_HEAD
902026-04-01T17:28:05.009Z+ [[ -n zl/multicast-m2p-forwarding ]]
912026-04-01T17:28:05.012Z++ git branch --show-current
922026-04-01T17:28:05.012Z+ current=main
932026-04-01T17:28:05.012Z+ [[ main != zl/multicast-m2p-forwarding ]]
942026-04-01T17:28:05.012Z+ git branch -f zl/multicast-m2p-forwarding c7fd6b80a3c779dade4c1bf5784a724a27c6d37a
952026-04-01T17:28:05.016Z+ git checkout -f zl/multicast-m2p-forwarding
962026-04-01T17:28:05.242ZSwitched to branch 'zl/multicast-m2p-forwarding'
972026-04-01T17:28:05.245Z+ git reset --hard c7fd6b80a3c779dade4c1bf5784a724a27c6d37a
982026-04-01T17:28:05.272ZHEAD is now at c7fd6b80a maghemite update
992026-04-01T17:28:05.276Zprocess exited: duration 11336 ms, exit code 0
 
1002026-04-01T17:28:05.282Zstarting task 4: "build"
1012026-04-01T17:28:05.287Z+ source .github/buildomat/ci-env.sh
1022026-04-01T17:28:05.290Z++ export CARGO_TERM_COLOR=always
1032026-04-01T17:28:05.290Z++ CARGO_TERM_COLOR=always
1042026-04-01T17:28:05.290Z+ cargo --version
1052026-04-01T17:28:05.297Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-01T17:28:05.300Z+ rustc --version
1072026-04-01T17:28:05.320Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-01T17:28:05.323Z+ source ./env.sh
1092026-04-01T17:28:05.323Z++ OLD_SHELL_OPTS=ehxB
1102026-04-01T17:28:05.323Z++ set -o xtrace
1112026-04-01T17:28:05.327Z++++ dirname ./env.sh
1122026-04-01T17:28:05.327Z+++ readlink -f .
1132026-04-01T17:28:05.355Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-01T17:28:05.360Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-01T17:28:05.360Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-01T17:28:05.360Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-01T17:28:05.360Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-01T17:28:05.360Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-01T17:28:05.360Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-01T17:28:05.360Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-01T17:28:05.360Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-01T17:28:05.360Z++ case $OLD_SHELL_OPTS in
1232026-04-01T17:28:05.360Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-01T17:28:05.360Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-01T17:28:05.360Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-01T17:28:05.360Z+ banner prerequisites
1272026-04-01T17:28:05.360Z
1282026-04-01T17:28:05.360Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-01T17:28:05.360Z # # # # # # # # # # # # # # #
1302026-04-01T17:28:05.360Z # # # # ##### # # ##### # # # # # #### #
1312026-04-01T17:28:05.360Z ##### ##### # ##### # # # # # # # # #
1322026-04-01T17:28:05.360Z # # # # # # # # # # # # # # #
1332026-04-01T17:28:05.360Z # # # ###### # # ###### ### # #### # #### #
1342026-04-01T17:28:05.360Z
1352026-04-01T17:28:05.360Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-01T17:28:14.291Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-01T17:28:21.075Z Startup: Caching catalogs ... Done
1382026-04-01T17:28:25.572ZPlanning: Solver setup ... Done (2.978s)
1392026-04-01T17:28:25.592ZPlanning: Running solver ... Done (0.019s)
1402026-04-01T17:28:25.708ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-01T17:28:25.721ZPlanning: Fetching manifests: 0/4 0% complete
1422026-04-01T17:28:25.818ZPlanning: Fetching manifests: 4/4 100% complete
1432026-04-01T17:28:25.849ZPlanning: Package planning ... Done (0.031s)
1442026-04-01T17:28:25.876ZPlanning: Merging actions ... Done (0.028s)
1452026-04-01T17:28:26.051ZPlanning: Checking for conflicting actions ... Done (0.174s)
1462026-04-01T17:28:26.058ZPlanning: Consolidating action changes ... Done (0.007s)
1472026-04-01T17:28:26.729ZPlanning: Evaluating mediators ... Done (0.670s)
1482026-04-01T17:28:26.735ZPlanning: Planning completed in 5.50 seconds
1492026-04-01T17:28:26.746Z Packages to install: 4
1502026-04-01T17:28:26.749Z Mediators to change: 2
1512026-04-01T17:28:26.749Z Services to change: 1
1522026-04-01T17:28:26.749Z Estimated space available: 155.35 GB
1532026-04-01T17:28:26.749ZEstimated space to be consumed: 1.84 GB
1542026-04-01T17:28:26.749Z Create boot environment: No
1552026-04-01T17:28:26.749ZCreate backup boot environment: No
1562026-04-01T17:28:26.750Z Rebuild boot archive: No
1572026-04-01T17:28:26.750Z
1582026-04-01T17:28:26.750ZChanged mediators:
1592026-04-01T17:28:26.750Z mediator clang:
1602026-04-01T17:28:26.750Z version: None -> 15 (system default)
1612026-04-01T17:28:26.750Z
1622026-04-01T17:28:26.750Z mediator llvm:
1632026-04-01T17:28:26.750Z version: 14 (system default) -> 15 (system default)
1642026-04-01T17:28:26.750Z
1652026-04-01T17:28:26.750ZChanged packages:
1662026-04-01T17:28:26.750Zhelios-dev
1672026-04-01T17:28:26.750Z developer/build-essential
1682026-04-01T17:28:26.750Z None -> 11-2.0
1692026-04-01T17:28:26.750Z library/libxmlsec1
1702026-04-01T17:28:26.750Z None -> 1.2.35-2.0
1712026-04-01T17:28:26.750Z ooce/developer/clang-15
1722026-04-01T17:28:26.750Z None -> 15.0.7-2.0
1732026-04-01T17:28:26.750Z ooce/developer/llvm-15
1742026-04-01T17:28:26.750Z None -> 15.0.7-2.0
1752026-04-01T17:28:26.750Z
1762026-04-01T17:28:26.750ZServices:
1772026-04-01T17:28:26.750Z restart_fmri:
1782026-04-01T17:28:26.750Z svc:/system/update-man-index:default
1792026-04-01T17:28:26.789Z
1802026-04-01T17:28:26.789ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-04-01T17:28:32.409ZDownload: 1187/3290 items 46.3/212.6MB 21% complete (9.6M/s)
1822026-04-01T17:28:37.410ZDownload: 2132/3290 items 117.5/212.6MB 55% complete (12.4M/s)
1832026-04-01T17:28:43.431ZDownload: 3274/3290 items 208.6/212.6MB 98% complete (16.2M/s)
1842026-04-01T17:28:50.202ZDownload: 3286/3290 items 211.2/212.6MB 99% complete (15.1M/s)
1852026-04-01T17:28:50.233ZDownload: Completed 212.60 MB in 23.44 seconds (9.1M/s)
1862026-04-01T17:28:50.407Z Actions: 1/3689 actions (Installing new actions)
1872026-04-01T17:28:53.880Z Actions: Completed 3689 actions in 3.47 seconds.
1882026-04-01T17:28:54.176Z Done (0.292s)
1892026-04-01T17:28:54.176Z Done (0.000s)
1902026-04-01T17:28:54.872Z Done (0.697s)
1912026-04-01T17:28:58.173Z Done (2.965s)
1922026-04-01T17:28:58.249Z Done (0.014s)
1932026-04-01T17:28:58.252Z Done (0.000s)
1942026-04-01T17:28:58.414Z Done (0.000s)
1952026-04-01T17:28:59.252ZPlanning: Evaluating mediator changes ... Done
1962026-04-01T17:28:59.360ZPlanning: Checking for conflicting actions ... Done
1972026-04-01T17:28:59.364ZPlanning: Consolidating action changes ... Done
1982026-04-01T17:28:59.520ZPlanning: Evaluating mediators ... Done
1992026-04-01T17:28:59.523ZPlanning: Planning completed in 0.27 seconds
2002026-04-01T17:28:59.542Z Mediators to change: 2
2012026-04-01T17:28:59.542Z Create boot environment: No
2022026-04-01T17:28:59.542ZCreate backup boot environment: No
2032026-04-01T17:28:59.614Z Done
2042026-04-01T17:28:59.614Z Done
2052026-04-01T17:29:00.204Z Done
2062026-04-01T17:29:02.760Z Done
2072026-04-01T17:29:02.829Z Done
2082026-04-01T17:29:02.833Z Done
2092026-04-01T17:29:02.981Z Done
2102026-04-01T17:29:03.381ZPlanning: Evaluating mediator changes ... Done
2112026-04-01T17:29:03.384ZPlanning: Merging actions ... Done
2122026-04-01T17:29:03.520ZPlanning: Checking for conflicting actions ... Done
2132026-04-01T17:29:03.523ZPlanning: Consolidating action changes ... Done
2142026-04-01T17:29:03.658ZPlanning: Evaluating mediators ... Done
2152026-04-01T17:29:03.686ZPlanning: Planning completed in 0.45 seconds
2162026-04-01T17:29:03.708Z Packages to change: 1
2172026-04-01T17:29:03.708Z Mediators to change: 1
2182026-04-01T17:29:03.708Z Services to change: 1
2192026-04-01T17:29:03.708Z Create boot environment: No
2202026-04-01T17:29:03.708ZCreate backup boot environment: Yes
2212026-04-01T17:29:06.061Z Actions: 1/6 actions (Updating modified actions)
2222026-04-01T17:29:06.089Z Actions: Completed 6 actions in 0.03 seconds.
2232026-04-01T17:29:06.092Z Done
2242026-04-01T17:29:06.092Z Done
2252026-04-01T17:29:06.231Z Done
2262026-04-01T17:29:08.726Z Done
2272026-04-01T17:29:08.797Z Done
2282026-04-01T17:29:08.797Z Done
2292026-04-01T17:29:08.949Z Done
2302026-04-01T17:29:09.237ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2312026-04-01T17:29:09.237Zclang system 15 system
2322026-04-01T17:29:09.237Zcsh system system illumos
2332026-04-01T17:29:09.237Zctags system system illumos
2342026-04-01T17:29:09.237Zfile system system illumos
2352026-04-01T17:29:09.237Zgcc vendor 12 vendor
2362026-04-01T17:29:09.237Zgcc system 14 system
2372026-04-01T17:29:09.237Zgcc system 10 system
2382026-04-01T17:29:09.237Zgo system 1.20 system
2392026-04-01T17:29:09.237Zgo system 1.19 system
2402026-04-01T17:29:09.237Zllvm system 15 system
2412026-04-01T17:29:09.237Zllvm system 14 system
2422026-04-01T17:29:09.237Zmariadb system 10.6 system
2432026-04-01T17:29:09.237Zmta vendor vendor dma
2442026-04-01T17:29:09.237Zopenjdk system 17 system
2452026-04-01T17:29:09.237Zopenjdk system 11 system
2462026-04-01T17:29:09.237Zopenjdk system 1.8 system
2472026-04-01T17:29:09.238Zopenssl vendor 3 vendor
2482026-04-01T17:29:09.238Zperl system 5.36 system
2492026-04-01T17:29:09.238Zpostgresql system 15 system
2502026-04-01T17:29:09.238Zpostgresql system 13 system
2512026-04-01T17:29:09.238Zpython vendor 3 vendor
2522026-04-01T17:29:09.238Zpython system 2 system
2532026-04-01T17:29:09.238Zpython3 system 3.11 system
2542026-04-01T17:29:09.238Zruby system 3.0 system
2552026-04-01T17:29:09.238Zwords vendor vendor american-english
2562026-04-01T17:29:09.238Zwords system system australian-english
2572026-04-01T17:29:09.238Zwords system system british-english
2582026-04-01T17:29:09.238Zwords system system canadian-english
2592026-04-01T17:29:09.238Zwords system system french
2602026-04-01T17:29:09.238Zwords system system italian
2612026-04-01T17:29:09.238Zwords system system ngerman
2622026-04-01T17:29:09.238Zwords system system ogerman
2632026-04-01T17:29:09.238Zwords system system spanish
2642026-04-01T17:29:09.459ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-01T17:29:09.459Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-01T17:29:13.794ZFMRI IFO
2672026-04-01T17:29:13.795Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-01T17:29:13.795Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-01T17:29:13.795Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-01T17:29:13.795Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-01T17:29:13.795Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-01T17:29:13.795Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-01T17:29:13.795Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742026-04-01T17:29:13.795Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-01T17:29:13.795Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-01T17:29:13.795Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-01T17:29:13.795Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-01T17:29:13.795Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-01T17:29:13.795Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-01T17:29:13.795Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-01T17:29:13.795Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-01T17:29:13.795Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-01T17:29:14.887Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-01T17:29:15.155Z Updating crates.io index
2852026-04-01T17:29:15.194Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-01T17:29:16.038Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-01T17:29:16.534Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-01T17:29:17.028Z Updating git repository `https://github.com/oxidecomputer/falcon`
2892026-04-01T17:29:17.993Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-04-01T17:29:18.435Z Updating git repository `https://github.com/oxidecomputer/propolis`
2912026-04-01T17:29:19.868Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-01T17:29:21.211Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-01T17:29:22.028Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-01T17:29:22.389Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-01T17:29:23.247Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-01T17:29:23.636Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-01T17:29:24.010Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-01T17:29:24.508Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-01T17:29:25.383Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-01T17:29:25.836Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-01T17:29:26.210Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-01T17:29:26.551Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-01T17:29:26.946Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-01T17:29:27.200Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-01T17:29:27.434Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-01T17:29:27.692Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-01T17:29:28.186Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-01T17:29:28.772Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-01T17:29:29.312Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-01T17:29:29.572Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-01T17:29:30.062Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-01T17:29:31.303Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-01T17:29:31.922Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-01T17:29:32.279Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-04-01T17:29:32.899Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-01T17:29:33.183Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-01T17:29:33.555Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-01T17:29:33.889Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-01T17:29:34.343Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-01T17:29:34.569Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-01T17:29:34.810Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-01T17:29:35.065Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-01T17:29:35.384Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-01T17:29:46.698Z Downloading crates ...
3252026-04-01T17:29:46.752Z Downloaded cargo_metadata v0.21.0
3262026-04-01T17:29:46.757Z Downloaded crypto-common v0.1.7
3272026-04-01T17:29:46.760Z Downloaded block-buffer v0.10.4
3282026-04-01T17:29:46.760Z Downloaded autocfg v1.5.0
3292026-04-01T17:29:46.763Z Downloaded cfg-if v1.0.4
3302026-04-01T17:29:46.767Z Downloaded serde-value v0.7.0
3312026-04-01T17:29:46.772Z Downloaded clap_lex v1.0.0
3322026-04-01T17:29:46.775Z Downloaded usdt-impl v0.5.0
3332026-04-01T17:29:46.776Z Downloaded dtrace-parser v0.2.0
3342026-04-01T17:29:46.776Z Downloaded cpufeatures v0.2.17
3352026-04-01T17:29:46.779Z Downloaded unicode-xid v0.2.6
3362026-04-01T17:29:46.785Z Downloaded dof v0.3.0
3372026-04-01T17:29:46.789Z Downloaded colorchoice v1.0.4
3382026-04-01T17:29:46.789Z Downloaded cargo-platform v0.2.0
3392026-04-01T17:29:46.789Z Downloaded version_check v0.9.5
3402026-04-01T17:29:46.789Z Downloaded unicode-linebreak v0.1.5
3412026-04-01T17:29:46.792Z Downloaded usdt v0.5.0
3422026-04-01T17:29:46.792Z Downloaded equivalent v1.0.2
3432026-04-01T17:29:46.792Z Downloaded yoke-derive v0.8.1
3442026-04-01T17:29:46.792Z Downloaded cargo_toml v0.21.0
3452026-04-01T17:29:46.792Z Downloaded camino-tempfile v1.4.1
3462026-04-01T17:29:46.796Z Downloaded bytecount v0.6.9
3472026-04-01T17:29:46.799Z Downloaded zerofrom-derive v0.1.6
3482026-04-01T17:29:46.799Z Downloaded toml_write v0.1.2
3492026-04-01T17:29:46.799Z Downloaded displaydoc v0.2.5
3502026-04-01T17:29:46.799Z Downloaded toml_datetime v0.6.11
3512026-04-01T17:29:46.804Z Downloaded utf8_iter v1.0.4
3522026-04-01T17:29:46.804Z Downloaded heck v0.5.0
3532026-04-01T17:29:46.804Z Downloaded getrandom v0.4.1
3542026-04-01T17:29:46.804Z Downloaded camino v1.2.2
3552026-04-01T17:29:46.807Z Downloaded digest v0.10.7
3562026-04-01T17:29:46.807Z Downloaded idna_adapter v1.2.1
3572026-04-01T17:29:46.807Z Downloaded generic-array v0.14.7
3582026-04-01T17:29:46.807Z Downloaded typeid v1.0.3
3592026-04-01T17:29:46.807Z Downloaded byteorder v1.5.0
3602026-04-01T17:29:46.811Z Downloaded zerofrom v0.1.6
3612026-04-01T17:29:46.811Z Downloaded usdt-attr-macro v0.5.0
3622026-04-01T17:29:46.811Z Downloaded thread-id v4.2.2
3632026-04-01T17:29:46.811Z Downloaded anstyle-query v1.1.5
3642026-04-01T17:29:46.811Z Downloaded ordered-float v2.10.1
3652026-04-01T17:29:46.811Z Downloaded anstyle-parse v0.2.7
3662026-04-01T17:29:46.816Z Downloaded anstyle v1.0.13
3672026-04-01T17:29:46.816Z Downloaded clap_derive v4.5.55
3682026-04-01T17:29:46.816Z Downloaded cargo-util-schemas v0.8.2
3692026-04-01T17:29:46.817Z Downloaded usdt-macro v0.5.0
3702026-04-01T17:29:46.820Z Downloaded fs-err v3.3.0
3712026-04-01T17:29:46.824Z Downloaded anstream v0.6.21
3722026-04-01T17:29:46.824Z Downloaded scroll_derive v0.12.1
3732026-04-01T17:29:46.827Z Downloaded pretty-hex v0.4.1
3742026-04-01T17:29:46.827Z Downloaded utf8parse v0.2.2
3752026-04-01T17:29:46.827Z Downloaded is_terminal_polyfill v1.70.2
3762026-04-01T17:29:46.827Z Downloaded itoa v1.0.17
3772026-04-01T17:29:46.830Z Downloaded potential_utf v0.1.4
3782026-04-01T17:29:46.830Z Downloaded fastrand v2.3.0
3792026-04-01T17:29:46.830Z Downloaded typenum v1.19.0
3802026-04-01T17:29:46.833Z Downloaded form_urlencoded v1.2.2
3812026-04-01T17:29:46.833Z Downloaded tinystr v0.8.2
3822026-04-01T17:29:46.833Z Downloaded heck v0.4.1
3832026-04-01T17:29:46.833Z Downloaded thiserror-impl v1.0.69
3842026-04-01T17:29:46.836Z Downloaded thiserror v2.0.18
3852026-04-01T17:29:46.839Z Downloaded macaddr v1.0.1
3862026-04-01T17:29:46.842Z Downloaded writeable v0.6.2
3872026-04-01T17:29:46.842Z Downloaded thiserror-impl v2.0.18
3882026-04-01T17:29:46.842Z Downloaded zerovec-derive v0.11.2
3892026-04-01T17:29:46.842Z Downloaded yoke v0.8.1
3902026-04-01T17:29:46.845Z Downloaded percent-encoding v2.3.2
3912026-04-01T17:29:46.845Z Downloaded terminal_size v0.4.3
3922026-04-01T17:29:46.848Z Downloaded zerocopy-derive v0.7.35
3932026-04-01T17:29:46.848Z Downloaded errno v0.3.14
3942026-04-01T17:29:46.851Z Downloaded proc-macro-error-attr v1.0.4
3952026-04-01T17:29:46.851Z Downloaded thiserror v1.0.69
3962026-04-01T17:29:46.854Z Downloaded ucd-trie v0.1.7
3972026-04-01T17:29:46.854Z Downloaded scroll v0.12.0
3982026-04-01T17:29:46.854Z Downloaded bitflags v2.11.0
3992026-04-01T17:29:46.857Z Downloaded anyhow v1.0.102
4002026-04-01T17:29:46.857Z Downloaded zmij v1.0.21
4012026-04-01T17:29:46.862Z Downloaded toml v0.8.23
4022026-04-01T17:29:46.862Z Downloaded clap v4.5.60
4032026-04-01T17:29:46.865Z Downloaded tabled_derive v0.7.0
4042026-04-01T17:29:46.865Z Downloaded strsim v0.11.1
4052026-04-01T17:29:46.865Z Downloaded stable_deref_trait v1.2.1
4062026-04-01T17:29:46.868Z Downloaded textwrap v0.16.2
4072026-04-01T17:29:46.868Z Downloaded unicode-ident v1.0.24
4082026-04-01T17:29:46.872Z Downloaded zerotrie v0.2.3
4092026-04-01T17:29:46.875Z Downloaded toml_edit v0.22.27
4102026-04-01T17:29:46.875Z Downloaded swrite v0.1.0
4112026-04-01T17:29:46.880Z Downloaded fnv v1.0.7
4122026-04-01T17:29:46.883Z Downloaded url v2.5.8
4132026-04-01T17:29:46.883Z Downloaded smawk v0.3.2
4142026-04-01T17:29:46.887Z Downloaded memmap v0.7.0
4152026-04-01T17:29:46.887Z Downloaded plain v0.2.3
4162026-04-01T17:29:46.890Z Downloaded erased-serde v0.4.9
4172026-04-01T17:29:46.896Z Downloaded serde_spanned v0.6.9
4182026-04-01T17:29:46.899Z Downloaded synstructure v0.13.2
4192026-04-01T17:29:46.899Z Downloaded litemap v0.8.1
4202026-04-01T17:29:46.903Z Downloaded once_cell v1.21.3
4212026-04-01T17:29:46.903Z Downloaded zerovec v0.11.5
4222026-04-01T17:29:46.906Z Downloaded quote v1.0.44
4232026-04-01T17:29:46.910Z Downloaded semver v1.0.27
4242026-04-01T17:29:46.915Z Downloaded proc-macro-error v1.0.4
4252026-04-01T17:29:46.919Z Downloaded zerocopy v0.7.35
4262026-04-01T17:29:46.924Z Downloaded winnow v0.7.15
4272026-04-01T17:29:46.929Z Downloaded pest_generator v2.8.6
4282026-04-01T17:29:46.933Z Downloaded unicode-width v0.2.0
4292026-04-01T17:29:46.937Z Downloaded sha2 v0.10.9
4302026-04-01T17:29:46.937Z Downloaded serde_tokenstream v0.2.3
4312026-04-01T17:29:46.937Z Downloaded serde-untagged v0.1.9
4322026-04-01T17:29:46.938Z Downloaded unicode-width v0.1.14
4332026-04-01T17:29:46.941Z Downloaded smallvec v1.15.1
4342026-04-01T17:29:46.953Z Downloaded icu_provider v2.1.1
4352026-04-01T17:29:46.962Z Downloaded tempfile v3.25.0
4362026-04-01T17:29:46.966Z Downloaded log v0.4.29
4372026-04-01T17:29:46.972Z Downloaded icu_properties v2.1.2
4382026-04-01T17:29:46.976Z Downloaded num-traits v0.2.19
4392026-04-01T17:29:46.979Z Downloaded serde_derive v1.0.228
4402026-04-01T17:29:46.985Z Downloaded serde_core v1.0.228
4412026-04-01T17:29:46.988Z Downloaded pest_derive v2.8.6
4422026-04-01T17:29:46.991Z Downloaded icu_locale_core v2.1.1
4432026-04-01T17:29:46.996Z Downloaded icu_collections v2.1.1
4442026-04-01T17:29:47.000Z Downloaded pest_meta v2.8.6
4452026-04-01T17:29:47.000Z Downloaded proc-macro2 v1.0.106
4462026-04-01T17:29:47.000Z Downloaded icu_normalizer_data v2.1.1
4472026-04-01T17:29:47.005Z Downloaded papergrid v0.11.0
4482026-04-01T17:29:47.005Z Downloaded icu_normalizer v2.1.1
4492026-04-01T17:29:47.009Z Downloaded memchr v2.8.0
4502026-04-01T17:29:47.013Z Downloaded indexmap v2.13.0
4512026-04-01T17:29:47.021Z Downloaded serde v1.0.228
4522026-04-01T17:29:47.045Z Downloaded pest v2.8.6
4532026-04-01T17:29:47.051Z Downloaded clap_builder v4.5.60
4542026-04-01T17:29:47.056Z Downloaded hashbrown v0.16.1
4552026-04-01T17:29:47.059Z Downloaded idna v1.1.0
4562026-04-01T17:29:47.068Z Downloaded icu_properties_data v2.1.2
4572026-04-01T17:29:47.071Z Downloaded serde_json v1.0.149
4582026-04-01T17:29:47.081Z Downloaded goblin v0.8.2
4592026-04-01T17:29:47.091Z Downloaded tabled v0.15.0
4602026-04-01T17:29:47.104Z Downloaded syn v1.0.109
4612026-04-01T17:29:47.153Z Downloaded syn v2.0.117
4622026-04-01T17:29:47.159Z Downloaded rustix v1.1.3
4632026-04-01T17:29:47.162Z Downloaded libc v0.2.180
4642026-04-01T17:29:47.226Z Compiling proc-macro2 v1.0.106
4652026-04-01T17:29:47.226Z Compiling unicode-ident v1.0.24
4662026-04-01T17:29:47.231Z Compiling quote v1.0.44
4672026-04-01T17:29:47.231Z Compiling serde_core v1.0.228
4682026-04-01T17:29:47.231Z Compiling libc v0.2.180
4692026-04-01T17:29:47.231Z Compiling version_check v0.9.5
4702026-04-01T17:29:47.231Z Compiling serde v1.0.228
4712026-04-01T17:29:47.231Z Compiling memchr v2.8.0
4722026-04-01T17:29:47.571Z Compiling stable_deref_trait v1.2.1
4732026-04-01T17:29:47.648Z Compiling zmij v1.0.21
4742026-04-01T17:29:47.754Z Compiling autocfg v1.5.0
4752026-04-01T17:29:48.042Z Compiling ucd-trie v0.1.7
4762026-04-01T17:29:48.137Z Compiling thiserror v1.0.69
4772026-04-01T17:29:48.286Z Compiling itoa v1.0.17
4782026-04-01T17:29:48.479Z Compiling pest v2.8.6
4792026-04-01T17:29:48.482Z Compiling litemap v0.8.1
4802026-04-01T17:29:48.640Z Compiling writeable v0.6.2
4812026-04-01T17:29:48.717Z Compiling icu_normalizer_data v2.1.1
4822026-04-01T17:29:48.888Z Compiling rustix v1.1.3
4832026-04-01T17:29:48.906Z Compiling icu_properties_data v2.1.2
4842026-04-01T17:29:48.931Z Compiling byteorder v1.5.0
4852026-04-01T17:29:49.155Z Compiling errno v0.3.14
4862026-04-01T17:29:49.171Z Compiling bitflags v2.11.0
4872026-04-01T17:29:49.314Z Compiling syn v2.0.117
4882026-04-01T17:29:49.371Z Compiling serde_json v1.0.149
4892026-04-01T17:29:49.466Z Compiling num-traits v0.2.19
4902026-04-01T17:29:49.546Z Compiling equivalent v1.0.2
4912026-04-01T17:29:49.587Z Compiling pest_meta v2.8.6
4922026-04-01T17:29:49.657Z Compiling hashbrown v0.16.1
4932026-04-01T17:29:49.797Z Compiling typeid v1.0.3
4942026-04-01T17:29:49.832Z Compiling smallvec v1.15.1
4952026-04-01T17:29:50.127Z Compiling thread-id v4.2.2
4962026-04-01T17:29:50.209Z Compiling indexmap v2.13.0
4972026-04-01T17:29:50.226Z Compiling usdt-impl v0.5.0
4982026-04-01T17:29:50.267Z Compiling proc-macro-error-attr v1.0.4
4992026-04-01T17:29:50.284Z Compiling winnow v0.7.15
5002026-04-01T17:29:50.437Z Compiling syn v1.0.109
5012026-04-01T17:29:50.456Z Compiling erased-serde v0.4.9
5022026-04-01T17:29:50.720Z Compiling toml_write v0.1.2
5032026-04-01T17:29:50.926Z Compiling proc-macro-error v1.0.4
5042026-04-01T17:29:50.967Z Compiling thiserror v2.0.18
5052026-04-01T17:29:51.111Z Compiling percent-encoding v2.3.2
5062026-04-01T17:29:51.247Z Compiling plain v0.2.3
5072026-04-01T17:29:51.296Z Compiling getrandom v0.4.1
5082026-04-01T17:29:51.313Z Compiling utf8_iter v1.0.4
5092026-04-01T17:29:51.360Z Compiling utf8parse v0.2.2
5102026-04-01T17:29:51.442Z Compiling log v0.4.29
5112026-04-01T17:29:51.462Z Compiling camino v1.2.2
5122026-04-01T17:29:51.478Z Compiling anstyle-parse v0.2.7
5132026-04-01T17:29:51.625Z Compiling ordered-float v2.10.1
5142026-04-01T17:29:51.676Z Compiling form_urlencoded v1.2.2
5152026-04-01T17:29:51.850Z Compiling terminal_size v0.4.3
5162026-04-01T17:29:51.925Z Compiling synstructure v0.13.2
5172026-04-01T17:29:51.928Z Compiling pest_generator v2.8.6
5182026-04-01T17:29:51.996Z Compiling cfg-if v1.0.4
5192026-04-01T17:29:52.074Z Compiling anstyle v1.0.13
5202026-04-01T17:29:52.092Z Compiling anstyle-query v1.1.5
5212026-04-01T17:29:52.206Z Compiling colorchoice v1.0.4
5222026-04-01T17:29:52.225Z Compiling pretty-hex v0.4.1
5232026-04-01T17:29:52.256Z Compiling is_terminal_polyfill v1.70.2
5242026-04-01T17:29:52.298Z Compiling serde-untagged v0.1.9
5252026-04-01T17:29:52.352Z Compiling anstream v0.6.21
5262026-04-01T17:29:52.500Z Compiling semver v1.0.27
5272026-04-01T17:29:52.555Z Compiling fs-err v3.3.0
5282026-04-01T17:29:52.616Z Compiling strsim v0.11.1
5292026-04-01T17:29:52.653Z Compiling clap_lex v1.0.0
5302026-04-01T17:29:52.740Z Compiling heck v0.4.1
5312026-04-01T17:29:52.805Z Compiling unicode-width v0.1.14
5322026-04-01T17:29:52.823Z Compiling fastrand v2.3.0
5332026-04-01T17:29:52.885Z Compiling fnv v1.0.7
5342026-04-01T17:29:52.960Z Compiling anyhow v1.0.102
5352026-04-01T17:29:52.994Z Compiling heck v0.5.0
5362026-04-01T17:29:53.076Z Compiling once_cell v1.21.3
5372026-04-01T17:29:53.094Z Compiling unicode-xid v0.2.6
5382026-04-01T17:29:53.219Z Compiling bytecount v0.6.9
5392026-04-01T17:29:53.237Z Compiling clap_builder v4.5.60
5402026-04-01T17:29:53.264Z Compiling tempfile v3.25.0
5412026-04-01T17:29:53.354Z Compiling papergrid v0.11.0
5422026-04-01T17:29:53.398Z Compiling memmap v0.7.0
5432026-04-01T17:29:53.497Z Compiling unicode-linebreak v0.1.5
5442026-04-01T17:29:53.579Z Compiling smawk v0.3.2
5452026-04-01T17:29:53.582Z Compiling serde_derive v1.0.228
5462026-04-01T17:29:53.634Z Compiling zerofrom-derive v0.1.6
5472026-04-01T17:29:53.717Z Compiling yoke-derive v0.8.1
5482026-04-01T17:29:53.735Z Compiling zerovec-derive v0.11.2
5492026-04-01T17:29:53.840Z Compiling displaydoc v0.2.5
5502026-04-01T17:29:54.628Z Compiling thiserror-impl v1.0.69
5512026-04-01T17:29:54.794Z Compiling zerocopy-derive v0.7.35
5522026-04-01T17:29:54.872Z Compiling pest_derive v2.8.6
5532026-04-01T17:29:54.905Z Compiling scroll_derive v0.12.1
5542026-04-01T17:29:55.089Z Compiling zerofrom v0.1.6
5552026-04-01T17:29:55.226Z Compiling yoke v0.8.1
5562026-04-01T17:29:55.319Z Compiling thiserror-impl v2.0.18
5572026-04-01T17:29:55.419Z Compiling zerovec v0.11.5
5582026-04-01T17:29:55.566Z Compiling zerotrie v0.2.3
5592026-04-01T17:29:55.673Z Compiling zerocopy v0.7.35
5602026-04-01T17:29:55.866Z Compiling tinystr v0.8.2
5612026-04-01T17:29:55.917Z Compiling potential_utf v0.1.4
5622026-04-01T17:29:55.996Z Compiling dtrace-parser v0.2.0
5632026-04-01T17:29:56.070Z Compiling icu_locale_core v2.1.1
5642026-04-01T17:29:56.089Z Compiling icu_collections v2.1.1
5652026-04-01T17:29:56.227Z Compiling scroll v0.12.0
5662026-04-01T17:29:56.246Z Compiling tabled_derive v0.7.0
5672026-04-01T17:29:56.482Z Compiling goblin v0.8.2
5682026-04-01T17:29:56.500Z Compiling clap_derive v4.5.55
5692026-04-01T17:29:56.566Z Compiling unicode-width v0.2.0
5702026-04-01T17:29:56.749Z Compiling icu_provider v2.1.1
5712026-04-01T17:29:56.938Z Compiling textwrap v0.16.2
5722026-04-01T17:29:57.044Z Compiling toml_datetime v0.6.11
5732026-04-01T17:29:57.090Z Compiling serde_spanned v0.6.9
5742026-04-01T17:29:57.137Z Compiling icu_properties v2.1.2
5752026-04-01T17:29:57.160Z Compiling icu_normalizer v2.1.1
5762026-04-01T17:29:57.236Z Compiling toml_edit v0.22.27
5772026-04-01T17:29:57.308Z Compiling dof v0.3.0
5782026-04-01T17:29:57.313Z Compiling serde_tokenstream v0.2.3
5792026-04-01T17:29:57.391Z Compiling serde-value v0.7.0
5802026-04-01T17:29:57.702Z Compiling cargo-platform v0.2.0
5812026-04-01T17:29:57.719Z Compiling tabled v0.15.0
5822026-04-01T17:29:57.747Z Compiling macaddr v1.0.1
5832026-04-01T17:29:57.977Z Compiling idna_adapter v1.2.1
5842026-04-01T17:29:57.981Z Compiling camino-tempfile v1.4.1
5852026-04-01T17:29:58.124Z Compiling idna v1.1.0
5862026-04-01T17:29:58.234Z Compiling clap v4.5.60
5872026-04-01T17:29:58.264Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-04-01T17:29:58.269Z Compiling usdt-macro v0.5.0
5892026-04-01T17:29:58.317Z Compiling usdt-attr-macro v0.5.0
5902026-04-01T17:29:58.496Z Compiling url v2.5.8
5912026-04-01T17:29:58.499Z Compiling swrite v0.1.0
5922026-04-01T17:29:58.614Z Compiling toml v0.8.23
5932026-04-01T17:29:59.041Z Compiling cargo-util-schemas v0.8.2
5942026-04-01T17:29:59.281Z Compiling cargo_toml v0.21.0
5952026-04-01T17:29:59.583Z Compiling usdt v0.5.0
5962026-04-01T17:29:59.975Z Compiling cargo_metadata v0.21.0
5972026-04-01T17:30:00.906Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-01T17:30:02.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.25s
5992026-04-01T17:30:03.202Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-01T17:30:03.770Z Downloading crates ...
6012026-04-01T17:30:03.871Z Downloaded assert_matches v1.5.0
6022026-04-01T17:30:03.876Z Downloaded bcs v0.1.6
6032026-04-01T17:30:03.879Z Downloaded argon2 v0.5.3
6042026-04-01T17:30:03.879Z Downloaded darling_macro v0.21.3
6052026-04-01T17:30:03.881Z Downloaded crossbeam-deque v0.8.6
6062026-04-01T17:30:03.881Z Downloaded cpufeatures v0.3.0
6072026-04-01T17:30:03.885Z Downloaded ciborium-ll v0.2.2
6082026-04-01T17:30:03.885Z Downloaded darling v0.23.0
6092026-04-01T17:30:03.887Z Downloaded des v0.8.1
6102026-04-01T17:30:03.891Z Downloaded convert_case v0.4.0
6112026-04-01T17:30:03.891Z Downloaded const-oid v0.9.6
6122026-04-01T17:30:03.891Z Downloaded base64 v0.21.7
6132026-04-01T17:30:03.894Z Downloaded darling v0.20.11
6142026-04-01T17:30:03.898Z Downloaded document-features v0.2.12
6152026-04-01T17:30:03.898Z Downloaded display-error-chain v0.2.2
6162026-04-01T17:30:03.901Z Downloaded adler2 v2.0.1
6172026-04-01T17:30:03.901Z Downloaded backon v1.6.0
6182026-04-01T17:30:03.901Z Downloaded colored v2.2.0
6192026-04-01T17:30:03.904Z Downloaded foreign-types-macros v0.2.3
6202026-04-01T17:30:03.904Z Downloaded critical-section v1.2.0
6212026-04-01T17:30:03.905Z Downloaded flate2 v1.1.9
6222026-04-01T17:30:03.908Z Downloaded endian-type v0.1.2
6232026-04-01T17:30:03.911Z Downloaded deranged v0.5.8
6242026-04-01T17:30:03.911Z Downloaded blake2 v0.10.6
6252026-04-01T17:30:03.916Z Downloaded drift v0.1.3
6262026-04-01T17:30:03.919Z Downloaded csv-core v0.1.13
6272026-04-01T17:30:03.919Z Downloaded bitfield-macros v0.19.4
6282026-04-01T17:30:03.919Z Downloaded bit-set v0.5.3
6292026-04-01T17:30:03.919Z Downloaded foreign-types-shared v0.1.1
6302026-04-01T17:30:03.919Z Downloaded darling_macro v0.23.0
6312026-04-01T17:30:03.919Z Downloaded defmt v1.0.1
6322026-04-01T17:30:03.922Z Downloaded arrayref v0.3.9
6332026-04-01T17:30:03.922Z Downloaded blowfish v0.9.1
6342026-04-01T17:30:03.922Z Downloaded bitflags v1.3.2
6352026-04-01T17:30:03.925Z Downloaded bcrypt-pbkdf v0.10.0
6362026-04-01T17:30:03.925Z Downloaded base16ct v1.0.0
6372026-04-01T17:30:03.925Z Downloaded bit-set v0.8.0
6382026-04-01T17:30:03.929Z Downloaded block-padding v0.3.3
6392026-04-01T17:30:03.933Z Downloaded futures-io v0.3.32
6402026-04-01T17:30:03.939Z Downloaded debug-ignore v1.0.5
6412026-04-01T17:30:03.939Z Downloaded bzip2 v0.6.1
6422026-04-01T17:30:03.942Z Downloaded bb8 v0.8.6
6432026-04-01T17:30:03.942Z Downloaded base16ct v0.2.0
6442026-04-01T17:30:03.942Z Downloaded base64ct v1.8.3
6452026-04-01T17:30:03.942Z Downloaded funty v2.0.0
6462026-04-01T17:30:03.942Z Downloaded foreign-types v0.5.0
6472026-04-01T17:30:03.942Z Downloaded atty v0.2.14
6482026-04-01T17:30:03.945Z Downloaded dtrace-parser v0.3.0
6492026-04-01T17:30:03.945Z Downloaded defmt-parser v1.0.0
6502026-04-01T17:30:03.945Z Downloaded bitfield-struct v0.6.2
6512026-04-01T17:30:03.945Z Downloaded dirs-next v2.0.0
6522026-04-01T17:30:03.948Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-04-01T17:30:03.948Z Downloaded float-ord v0.3.2
6542026-04-01T17:30:03.948Z Downloaded bit-vec v0.8.0
6552026-04-01T17:30:03.951Z Downloaded flagset v0.4.7
6562026-04-01T17:30:03.952Z Downloaded darling_macro v0.20.11
6572026-04-01T17:30:03.952Z Downloaded crunchy v0.2.4
6582026-04-01T17:30:03.952Z Downloaded fd-lock v4.0.4
6592026-04-01T17:30:03.955Z Downloaded camino-tempfile-ext v0.3.3
6602026-04-01T17:30:03.955Z Downloaded fixedbitset v0.4.2
6612026-04-01T17:30:03.959Z Downloaded crc8 v0.1.1
6622026-04-01T17:30:03.959Z Downloaded cfg_aliases v0.1.1
6632026-04-01T17:30:03.959Z Downloaded async-stream-impl v0.3.6
6642026-04-01T17:30:03.959Z Downloaded dunce v1.0.5
6652026-04-01T17:30:03.962Z Downloaded curve25519-dalek-derive v0.1.1
6662026-04-01T17:30:03.963Z Downloaded cstr-argument v0.1.2
6672026-04-01T17:30:03.963Z Downloaded crucible-workspace-hack v0.1.0
6682026-04-01T17:30:03.963Z Downloaded cfg_aliases v0.2.1
6692026-04-01T17:30:03.963Z Downloaded embedded-io v0.4.0
6702026-04-01T17:30:03.966Z Downloaded cexpr v0.6.0
6712026-04-01T17:30:03.966Z Downloaded array-init v0.0.4
6722026-04-01T17:30:03.966Z Downloaded atomicwrites v0.4.4
6732026-04-01T17:30:03.969Z Downloaded bitfield v0.19.4
6742026-04-01T17:30:03.969Z Downloaded bit-vec v0.6.3
6752026-04-01T17:30:03.969Z Downloaded enum-as-inner v0.6.1
6762026-04-01T17:30:03.972Z Downloaded foreign-types v0.3.2
6772026-04-01T17:30:03.972Z Downloaded crc-catalog v2.4.0
6782026-04-01T17:30:03.972Z Downloaded embedded-io v0.6.1
6792026-04-01T17:30:03.975Z Downloaded cargo-platform v0.1.9
6802026-04-01T17:30:03.975Z Downloaded dropshot-api-manager-types v0.6.0
6812026-04-01T17:30:03.978Z Downloaded dirs-sys-next v0.1.2
6822026-04-01T17:30:03.981Z Downloaded async-recursion v1.1.1
6832026-04-01T17:30:03.984Z Downloaded ascii-canvas v3.0.0
6842026-04-01T17:30:03.984Z Downloaded dyn-clone v1.0.20
6852026-04-01T17:30:03.987Z Downloaded float-cmp v0.10.0
6862026-04-01T17:30:03.987Z Downloaded downcast-rs v2.0.2
6872026-04-01T17:30:03.987Z Downloaded ciborium-io v0.2.2
6882026-04-01T17:30:03.987Z Downloaded difflib v0.4.0
6892026-04-01T17:30:03.990Z Downloaded dsl_auto_type v0.2.0
6902026-04-01T17:30:03.990Z Downloaded dof v0.4.0
6912026-04-01T17:30:03.990Z Downloaded derive_builder_macro v0.20.2
6922026-04-01T17:30:03.990Z Downloaded cobs v0.3.0
6932026-04-01T17:30:03.993Z Downloaded env_logger v0.11.9
6942026-04-01T17:30:03.993Z Downloaded defmt v0.3.100
6952026-04-01T17:30:03.993Z Downloaded castaway v0.2.4
6962026-04-01T17:30:04.032Z Downloaded futures-core v0.3.32
6972026-04-01T17:30:04.032Z Downloaded atomic-waker v1.1.2
6982026-04-01T17:30:04.032Z Downloaded hash32 v0.2.1
6992026-04-01T17:30:04.032Z Downloaded fxhash v0.2.1
7002026-04-01T17:30:04.032Z Downloaded cmake v0.1.57
7012026-04-01T17:30:04.032Z Downloaded ciborium v0.2.2
7022026-04-01T17:30:04.032Z Downloaded bzip2 v0.4.4
7032026-04-01T17:30:04.032Z Downloaded crc v3.4.0
7042026-04-01T17:30:04.032Z Downloaded foreign-types-shared v0.3.1
7052026-04-01T17:30:04.032Z Downloaded http-body v1.0.1
7062026-04-01T17:30:04.032Z Downloaded fs_extra v1.3.0
7072026-04-01T17:30:04.032Z Downloaded either v1.15.0
7082026-04-01T17:30:04.032Z Downloaded ghash v0.5.1
7092026-04-01T17:30:04.032Z Downloaded ecdsa v0.16.9
7102026-04-01T17:30:04.033Z Downloaded globwalk v0.9.1
7112026-04-01T17:30:04.033Z Downloaded git-stub v1.0.0
7122026-04-01T17:30:04.033Z Downloaded derive_builder_core v0.20.2
7132026-04-01T17:30:04.033Z Downloaded defmt-macros v1.0.1
7142026-04-01T17:30:04.033Z Downloaded daft-derive v0.1.5
7152026-04-01T17:30:04.033Z Downloaded fallible-iterator v0.2.0
7162026-04-01T17:30:04.033Z Downloaded diesel-dtrace v0.5.0
7172026-04-01T17:30:04.033Z Downloaded chacha20 v0.9.1
7182026-04-01T17:30:04.033Z Downloaded cbc v0.1.2
7192026-04-01T17:30:04.033Z Downloaded byte-wrapper v0.1.0
7202026-04-01T17:30:04.037Z Downloaded headers-core v0.3.0
7212026-04-01T17:30:04.037Z Downloaded daft v0.1.5
7222026-04-01T17:30:04.037Z Downloaded hash32 v0.3.1
7232026-04-01T17:30:04.037Z Downloaded derive-ex v0.1.8
7242026-04-01T17:30:04.041Z Downloaded ed25519 v2.2.3
7252026-04-01T17:30:04.041Z Downloaded ctr v0.9.2
7262026-04-01T17:30:04.041Z Downloaded buf-list v1.1.2
7272026-04-01T17:30:04.047Z Downloaded env_filter v1.0.0
7282026-04-01T17:30:04.047Z Downloaded backoff v0.4.0
7292026-04-01T17:30:04.047Z Downloaded filetime v0.2.27
7302026-04-01T17:30:04.053Z Downloaded convert_case v0.10.0
7312026-04-01T17:30:04.053Z Downloaded crossbeam-channel v0.5.15
7322026-04-01T17:30:04.053Z Downloaded home v0.5.12
7332026-04-01T17:30:04.053Z Downloaded cassowary v0.3.0
7342026-04-01T17:30:04.058Z Downloaded hyper-tls v0.6.0
7352026-04-01T17:30:04.058Z Downloaded hubpack_derive v0.1.1
7362026-04-01T17:30:04.058Z Downloaded httpdate v1.0.3
7372026-04-01T17:30:04.058Z Downloaded constant_time_eq v0.4.2
7382026-04-01T17:30:04.058Z Downloaded const_format_proc_macros v0.2.34
7392026-04-01T17:30:04.063Z Downloaded async-trait v0.1.89
7402026-04-01T17:30:04.063Z Downloaded arrayvec v0.7.6
7412026-04-01T17:30:04.066Z Downloaded hex v0.4.3
7422026-04-01T17:30:04.066Z Downloaded ff v0.13.1
7432026-04-01T17:30:04.066Z Downloaded hex-literal v0.4.1
7442026-04-01T17:30:04.066Z Downloaded aead v0.5.2
7452026-04-01T17:30:04.066Z Downloaded gethostname v0.5.0
7462026-04-01T17:30:04.069Z Downloaded hostname v0.4.2
7472026-04-01T17:30:04.069Z Downloaded foldhash v0.1.5
7482026-04-01T17:30:04.069Z Downloaded http-range v0.1.5
7492026-04-01T17:30:04.073Z Downloaded group v0.13.0
7502026-04-01T17:30:04.074Z Downloaded hubpack v0.1.2
7512026-04-01T17:30:04.074Z Downloaded corncobs v0.1.4
7522026-04-01T17:30:04.077Z Downloaded async-stream v0.3.6
7532026-04-01T17:30:04.077Z Downloaded fs-err v2.11.0
7542026-04-01T17:30:04.077Z Downloaded futures-executor v0.3.32
7552026-04-01T17:30:04.080Z Downloaded is-terminal v0.4.17
7562026-04-01T17:30:04.080Z Downloaded inout v0.1.4
7572026-04-01T17:30:04.080Z Downloaded indent_write v2.2.0
7582026-04-01T17:30:04.081Z Downloaded glob v0.3.3
7592026-04-01T17:30:04.084Z Downloaded ident_case v1.0.1
7602026-04-01T17:30:04.084Z Downloaded git-stub-vcs v0.1.0
7612026-04-01T17:30:04.084Z Downloaded globset v0.4.18
7622026-04-01T17:30:04.087Z Downloaded futures-task v0.3.32
7632026-04-01T17:30:04.087Z Downloaded crc32fast v1.5.0
7642026-04-01T17:30:04.087Z Downloaded clang-sys v1.8.1
7652026-04-01T17:30:04.090Z Downloaded cookie v0.18.1
7662026-04-01T17:30:04.090Z Downloaded cipher v0.4.4
7672026-04-01T17:30:04.095Z Downloaded find-msvc-tools v0.1.9
7682026-04-01T17:30:04.095Z Downloaded internet-checksum v0.2.1
7692026-04-01T17:30:04.095Z Downloaded diff v0.1.13
7702026-04-01T17:30:04.098Z Downloaded instant v0.1.13
7712026-04-01T17:30:04.098Z Downloaded ena v0.14.4
7722026-04-01T17:30:04.098Z Downloaded fixedbitset v0.5.7
7732026-04-01T17:30:04.098Z Downloaded darling v0.21.3
7742026-04-01T17:30:04.101Z Downloaded data-encoding v2.10.0
7752026-04-01T17:30:04.101Z Downloaded console v0.16.2
7762026-04-01T17:30:04.105Z Downloaded crossbeam-utils v0.8.21
7772026-04-01T17:30:04.106Z Downloaded colored v3.1.1
7782026-04-01T17:30:04.110Z Downloaded derive_builder v0.20.2
7792026-04-01T17:30:04.113Z Downloaded derive_more v0.99.20
7802026-04-01T17:30:04.113Z Downloaded is_ci v1.2.0
7812026-04-01T17:30:04.117Z Downloaded lalrpop-util v0.19.12
7822026-04-01T17:30:04.117Z Downloaded keccak v0.1.6
7832026-04-01T17:30:04.117Z Downloaded cookie_store v0.22.1
7842026-04-01T17:30:04.121Z Downloaded hostname v0.3.1
7852026-04-01T17:30:04.121Z Downloaded chacha20 v0.10.0
7862026-04-01T17:30:04.121Z Downloaded kstat-rs v0.2.4
7872026-04-01T17:30:04.124Z Downloaded hyper-staticfile v0.10.1
7882026-04-01T17:30:04.124Z Downloaded console v0.15.11
7892026-04-01T17:30:04.127Z Downloaded cargo_metadata v0.19.2
7902026-04-01T17:30:04.127Z Downloaded cancel-safe-futures v0.1.5
7912026-04-01T17:30:04.130Z Downloaded managed v0.8.0
7922026-04-01T17:30:04.130Z Downloaded dropshot-api-manager v0.6.0
7932026-04-01T17:30:04.133Z Downloaded lru-cache v0.1.2
7942026-04-01T17:30:04.133Z Downloaded linked-hash-map v0.5.6
7952026-04-01T17:30:04.133Z Downloaded der_derive v0.7.3
7962026-04-01T17:30:04.139Z Downloaded base64 v0.22.1
7972026-04-01T17:30:04.139Z Downloaded getrandom v0.2.17
7982026-04-01T17:30:04.143Z Downloaded lru v0.12.5
7992026-04-01T17:30:04.143Z Downloaded indoc v1.0.9
8002026-04-01T17:30:04.143Z Downloaded highway v1.3.0
8012026-04-01T17:30:04.143Z Downloaded maplit v1.0.2
8022026-04-01T17:30:04.143Z Downloaded lazy_static v1.5.0
8032026-04-01T17:30:04.147Z Downloaded futures-channel v0.3.32
8042026-04-01T17:30:04.147Z Downloaded lru-slab v0.1.2
8052026-04-01T17:30:04.147Z Downloaded ahash v0.8.12
8062026-04-01T17:30:04.150Z Downloaded futures-macro v0.3.32
8072026-04-01T17:30:04.150Z Downloaded md-5 v0.10.6
8082026-04-01T17:30:04.150Z Downloaded multimap v0.10.1
8092026-04-01T17:30:04.150Z Downloaded memoffset v0.9.1
8102026-04-01T17:30:04.153Z Downloaded lzss v0.8.2
8112026-04-01T17:30:04.154Z Downloaded md5 v0.7.0
8122026-04-01T17:30:04.154Z Downloaded ingot-types v0.1.2
8132026-04-01T17:30:04.154Z Downloaded ingot v0.1.1
8142026-04-01T17:30:04.157Z Downloaded maybe-uninit v2.0.0
8152026-04-01T17:30:04.157Z Downloaded ipnetwork v0.21.1
8162026-04-01T17:30:04.157Z Downloaded indoc v2.0.7
8172026-04-01T17:30:04.160Z Downloaded newtype-uuid-macros v0.1.0
8182026-04-01T17:30:04.160Z Downloaded elliptic-curve v0.13.8
8192026-04-01T17:30:04.163Z Downloaded dropshot_endpoint v0.16.7
8202026-04-01T17:30:04.166Z Downloaded crossbeam-epoch v0.9.18
8212026-04-01T17:30:04.166Z Downloaded derive-where v1.6.0
8222026-04-01T17:30:04.169Z Downloaded mime v0.3.17
8232026-04-01T17:30:04.169Z Downloaded match_cfg v0.1.0
8242026-04-01T17:30:04.172Z Downloaded libscf-sys v1.1.0
8252026-04-01T17:30:04.172Z Downloaded futures-sink v0.3.32
8262026-04-01T17:30:04.172Z Downloaded foldhash v0.2.0
8272026-04-01T17:30:04.172Z Downloaded erased-serde v0.3.31
8282026-04-01T17:30:04.179Z Downloaded newtype_derive v0.1.6
8292026-04-01T17:30:04.179Z Downloaded nibble_vec v0.1.0
8302026-04-01T17:30:04.179Z Downloaded instability v0.3.11
8312026-04-01T17:30:04.183Z Downloaded async-bb8-diesel v0.2.1
8322026-04-01T17:30:04.183Z Downloaded nodrop v0.1.14
8332026-04-01T17:30:04.183Z Downloaded jobserver v0.1.34
8342026-04-01T17:30:04.183Z Downloaded cargo_toml v0.22.3
8352026-04-01T17:30:04.183Z Downloaded num-derive v0.4.2
8362026-04-01T17:30:04.186Z Downloaded nonempty v0.12.0
8372026-04-01T17:30:04.186Z Downloaded new_debug_unreachable v1.0.6
8382026-04-01T17:30:04.186Z Downloaded newline-converter v0.3.0
8392026-04-01T17:30:04.186Z Downloaded allocator-api2 v0.2.21
8402026-04-01T17:30:04.189Z Downloaded ipnet v2.11.0
8412026-04-01T17:30:04.189Z Downloaded num v0.4.3
8422026-04-01T17:30:04.189Z Downloaded normalize-line-endings v0.3.0
8432026-04-01T17:30:04.190Z Downloaded arc-swap v1.8.2
8442026-04-01T17:30:04.193Z Downloaded libsw-core v0.3.2
8452026-04-01T17:30:04.193Z Downloaded libsw v3.5.0
8462026-04-01T17:30:04.197Z Downloaded lock_api v0.4.14
8472026-04-01T17:30:04.197Z Downloaded humantime v2.3.0
8482026-04-01T17:30:04.197Z Downloaded hyper-rustls v0.27.7
8492026-04-01T17:30:04.200Z Downloaded openssl-probe v0.2.1
8502026-04-01T17:30:04.200Z Downloaded libloading v0.8.9
8512026-04-01T17:30:04.200Z Downloaded libefi-sys v0.1.0
8522026-04-01T17:30:04.203Z Downloaded httparse v1.10.1
8532026-04-01T17:30:04.203Z Downloaded num-derive v0.3.3
8542026-04-01T17:30:04.206Z Downloaded num-conv v0.2.0
8552026-04-01T17:30:04.206Z Downloaded http-body-util v0.1.3
8562026-04-01T17:30:04.206Z Downloaded linear-map v1.2.0
8572026-04-01T17:30:04.209Z Downloaded crc-any v2.5.0
8582026-04-01T17:30:04.213Z Downloaded num-iter v0.1.45
8592026-04-01T17:30:04.213Z Downloaded hmac v0.12.1
8602026-04-01T17:30:04.216Z Downloaded num_threads v0.1.7
8612026-04-01T17:30:04.216Z Downloaded olpc-cjson v0.1.4
8622026-04-01T17:30:04.216Z Downloaded ingot-macros v0.1.1
8632026-04-01T17:30:04.216Z Downloaded getrandom v0.3.4
8642026-04-01T17:30:04.220Z Downloaded openssl-macros v0.1.1
8652026-04-01T17:30:04.220Z Downloaded impl-trait-for-tuples v0.2.3
8662026-04-01T17:30:04.251Z Downloaded mime_guess v2.0.5
8672026-04-01T17:30:04.251Z Downloaded half v1.8.3
8682026-04-01T17:30:04.251Z Downloaded opaque-debug v0.3.1
8692026-04-01T17:30:04.251Z Downloaded parse-display v0.10.0
8702026-04-01T17:30:04.251Z Downloaded packed_struct_codegen v0.10.1
8712026-04-01T17:30:04.251Z Downloaded oso-derive v0.27.3
8722026-04-01T17:30:04.251Z Downloaded newtype-uuid v1.3.2
8732026-04-01T17:30:04.262Z Downloaded darling_core v0.21.3
8742026-04-01T17:30:04.262Z Downloaded const_format v0.2.35
8752026-04-01T17:30:04.263Z Downloaded darling_core v0.20.11
8762026-04-01T17:30:04.263Z Downloaded pbkdf2 v0.12.2
8772026-04-01T17:30:04.263Z Downloaded native-tls v0.2.18
8782026-04-01T17:30:04.263Z Downloaded nanorand v0.7.0
8792026-04-01T17:30:04.263Z Downloaded pbkdf2 v0.11.0
8802026-04-01T17:30:04.263Z Downloaded phf_shared v0.12.1
8812026-04-01T17:30:04.267Z Downloaded peg-runtime v0.8.5
8822026-04-01T17:30:04.267Z Downloaded num-complex v0.4.6
8832026-04-01T17:30:04.267Z Downloaded num-rational v0.4.2
8842026-04-01T17:30:04.267Z Downloaded num_enum v0.7.5
8852026-04-01T17:30:04.270Z Downloaded path-slash v0.1.5
8862026-04-01T17:30:04.270Z Downloaded nu-ansi-term v0.50.3
8872026-04-01T17:30:04.270Z Downloaded phf_shared v0.11.3
8882026-04-01T17:30:04.286Z Downloaded pin-utils v0.1.0
8892026-04-01T17:30:04.289Z Downloaded phf_shared v0.13.1
8902026-04-01T17:30:04.289Z Downloaded oxide-tokio-rt v0.1.3
8912026-04-01T17:30:04.289Z Downloaded num_enum_derive v0.7.5
8922026-04-01T17:30:04.292Z Downloaded num_enum_derive v0.5.11
8932026-04-01T17:30:04.292Z Downloaded num-integer v0.1.46
8942026-04-01T17:30:04.293Z Downloaded memmap2 v0.9.10
8952026-04-01T17:30:04.295Z Downloaded litrs v1.0.0
8962026-04-01T17:30:04.295Z Downloaded oxnet v0.1.4
8972026-04-01T17:30:04.300Z Downloaded multer v3.1.0
8982026-04-01T17:30:04.300Z Downloaded ignore v0.4.25
8992026-04-01T17:30:04.304Z Downloaded headers v0.4.1
9002026-04-01T17:30:04.304Z Downloaded proc-macro-crate v3.4.0
9012026-04-01T17:30:04.304Z Downloaded proc-macro-crate v1.3.1
9022026-04-01T17:30:04.307Z Downloaded predicates-tree v1.0.13
9032026-04-01T17:30:04.307Z Downloaded predicates-core v1.0.10
9042026-04-01T17:30:04.307Z Downloaded precomputed-hash v0.1.1
9052026-04-01T17:30:04.307Z Downloaded powerfmt v0.2.0
9062026-04-01T17:30:04.310Z Downloaded proc-macro-error-attr2 v2.0.0
9072026-04-01T17:30:04.310Z Downloaded progenitor-client v0.10.0
9082026-04-01T17:30:04.310Z Downloaded parse-display-derive v0.10.0
9092026-04-01T17:30:04.310Z Downloaded heapless v0.7.17
9102026-04-01T17:30:04.316Z Downloaded flume v0.11.1
9112026-04-01T17:30:04.319Z Downloaded fatfs v0.3.6
9122026-04-01T17:30:04.319Z Downloaded derive_more v2.1.1
9132026-04-01T17:30:04.325Z Downloaded psl-types v2.0.11
9142026-04-01T17:30:04.328Z Downloaded paste v1.0.15
9152026-04-01T17:30:04.328Z Downloaded password-hash v0.5.0
9162026-04-01T17:30:04.328Z Downloaded password-hash v0.4.2
9172026-04-01T17:30:04.331Z Downloaded parse-size v1.1.0
9182026-04-01T17:30:04.332Z Downloaded parking_lot_core v0.8.6
9192026-04-01T17:30:04.334Z Downloaded quick-error v1.2.3
9202026-04-01T17:30:04.335Z Downloaded progenitor-client v0.11.2
9212026-04-01T17:30:04.335Z Downloaded phf v0.12.1
9222026-04-01T17:30:04.335Z Downloaded libbz2-rs-sys v0.2.2
9232026-04-01T17:30:04.337Z Downloaded heapless v0.8.0
9242026-04-01T17:30:04.341Z Downloaded phf v0.13.1
9252026-04-01T17:30:04.341Z Downloaded radium v0.7.0
9262026-04-01T17:30:04.341Z Downloaded futures v0.3.32
9272026-04-01T17:30:04.344Z Downloaded pem v3.0.6
9282026-04-01T17:30:04.344Z Downloaded peg-macros v0.8.5
9292026-04-01T17:30:04.347Z Downloaded owo-colors v4.3.0
9302026-04-01T17:30:04.347Z Downloaded polyval v0.6.2
9312026-04-01T17:30:04.350Z Downloaded pin-project-lite v0.2.17
9322026-04-01T17:30:04.353Z Downloaded pkcs8 v0.10.2
9332026-04-01T17:30:04.353Z Downloaded pin-project-internal v1.1.11
9342026-04-01T17:30:04.353Z Downloaded peg v0.8.5
9352026-04-01T17:30:04.358Z Downloaded progenitor-macro v0.13.0
9362026-04-01T17:30:04.358Z Downloaded progenitor-macro v0.10.0
9372026-04-01T17:30:04.361Z Downloaded poly1305 v0.8.0
9382026-04-01T17:30:04.361Z Downloaded crypto-bigint v0.5.5
9392026-04-01T17:30:04.366Z Downloaded cc v1.2.56
9402026-04-01T17:30:04.366Z Downloaded parking_lot v0.12.5
9412026-04-01T17:30:04.370Z Downloaded pkg-config v0.3.32
9422026-04-01T17:30:04.370Z Downloaded ppv-lite86 v0.2.21
9432026-04-01T17:30:04.370Z Downloaded postgres-protocol v0.6.10
9442026-04-01T17:30:04.373Z Downloaded ref-cast-impl v1.0.25
9452026-04-01T17:30:04.373Z Downloaded rand_xorshift v0.4.0
9462026-04-01T17:30:04.373Z Downloaded primeorder v0.13.6
9472026-04-01T17:30:04.373Z Downloaded packed_struct v0.10.1
9482026-04-01T17:30:04.378Z Downloaded progenitor-client v0.13.0
9492026-04-01T17:30:04.378Z Downloaded expectorate v1.2.0
9502026-04-01T17:30:04.382Z Downloaded progenitor v0.11.2
9512026-04-01T17:30:04.382Z Downloaded proc-macro-error2 v2.0.1
9522026-04-01T17:30:04.382Z Downloaded parking_lot v0.11.2
9532026-04-01T17:30:04.385Z Downloaded der v0.7.10
9542026-04-01T17:30:04.385Z Downloaded recursive-proc-macro-impl v0.1.1
9552026-04-01T17:30:04.386Z Downloaded predicates v3.1.4
9562026-04-01T17:30:04.388Z Downloaded ed25519-dalek v2.2.0
9572026-04-01T17:30:04.389Z Downloaded derive_more-impl v2.1.1
9582026-04-01T17:30:04.392Z Downloaded progenitor v0.10.0
9592026-04-01T17:30:04.395Z Downloaded indicatif v0.18.4
9602026-04-01T17:30:04.398Z Downloaded ref-cast v1.0.25
9612026-04-01T17:30:04.398Z Downloaded progenitor-macro v0.11.2
9622026-04-01T17:30:04.401Z Downloaded recursive v0.1.1
9632026-04-01T17:30:04.401Z Downloaded rfc6979 v0.4.0
9642026-04-01T17:30:04.401Z Downloaded hickory-resolver v0.25.2
9652026-04-01T17:30:04.405Z Downloaded progenitor-extras v0.1.1
9662026-04-01T17:30:04.405Z Downloaded bytes v1.11.1
9672026-04-01T17:30:04.410Z Downloaded rtoolbox v0.0.3
9682026-04-01T17:30:04.410Z Downloaded bumpalo v3.20.2
9692026-04-01T17:30:04.410Z Downloaded ar_archive_writer v0.5.1
9702026-04-01T17:30:04.413Z Downloaded rand_chacha v0.3.1
9712026-04-01T17:30:04.413Z Downloaded pkcs5 v0.7.1
9722026-04-01T17:30:04.419Z Downloaded rustc_version v0.1.7
9732026-04-01T17:30:04.420Z Downloaded rustc_version v0.4.1
9742026-04-01T17:30:04.420Z Downloaded oso v0.27.3
9752026-04-01T17:30:04.420Z Downloaded psm v0.1.30
9762026-04-01T17:30:04.425Z Downloaded pkcs1 v0.7.5
9772026-04-01T17:30:04.425Z Downloaded compact_str v0.8.1
9782026-04-01T17:30:04.425Z Downloaded indexmap v1.9.3
9792026-04-01T17:30:04.425Z Downloaded russh-cryptovec v0.7.3
9802026-04-01T17:30:04.429Z Downloaded rand_core v0.10.0
9812026-04-01T17:30:04.430Z Downloaded rustc-hash v2.1.1
9822026-04-01T17:30:04.430Z Downloaded rand_core v0.9.5
9832026-04-01T17:30:04.430Z Downloaded r2d2 v0.8.10
9842026-04-01T17:30:04.430Z Downloaded omicron-zone-package v0.12.2
9852026-04-01T17:30:04.438Z Downloaded miniz_oxide v0.8.9
9862026-04-01T17:30:04.438Z Downloaded half v2.7.1
9872026-04-01T17:30:04.439Z Downloaded rand_seeder v0.4.0
9882026-04-01T17:30:04.445Z Downloaded postcard v1.1.3
9892026-04-01T17:30:04.445Z Downloaded darling_core v0.23.0
9902026-04-01T17:30:04.445Z Downloaded openssl-probe v0.1.6
9912026-04-01T17:30:04.445Z Downloaded num_enum v0.5.11
9922026-04-01T17:30:04.457Z Downloaded salsa20 v0.10.2
9932026-04-01T17:30:04.457Z Downloaded hashbrown v0.12.3
9942026-04-01T17:30:04.457Z Downloaded diesel_derives v2.3.7
9952026-04-01T17:30:04.468Z Downloaded parking_lot_core v0.9.12
9962026-04-01T17:30:04.468Z Downloaded scheduled-thread-pool v0.2.7
9972026-04-01T17:30:04.468Z Downloaded rand_core v0.6.4
9982026-04-01T17:30:04.468Z Downloaded scrypt v0.11.0
9992026-04-01T17:30:04.468Z Downloaded scroll_derive v0.13.1
10002026-04-01T17:30:04.468Z Downloaded aes v0.8.4
10012026-04-01T17:30:04.468Z Downloaded scopeguard v1.2.0
10022026-04-01T17:30:04.477Z Downloaded sapling-renderdag v0.1.0
10032026-04-01T17:30:04.477Z Downloaded same-file v1.0.6
10042026-04-01T17:30:04.478Z Downloaded hickory-resolver v0.24.4
10052026-04-01T17:30:04.478Z Downloaded quinn-udp v0.5.14
10062026-04-01T17:30:04.478Z Downloaded secrecy v0.10.3
10072026-04-01T17:30:04.478Z Downloaded rand_chacha v0.9.0
10082026-04-01T17:30:04.478Z Downloaded progenitor v0.13.0
10092026-04-01T17:30:04.478Z Downloaded seq-macro v0.3.6
10102026-04-01T17:30:04.478Z Downloaded secrecy v0.8.0
10112026-04-01T17:30:04.478Z Downloaded pem-rfc7468 v0.7.0
10122026-04-01T17:30:04.493Z Downloaded jiff-static v0.2.21
10132026-04-01T17:30:04.493Z Downloaded chacha20poly1305 v0.10.1
10142026-04-01T17:30:04.493Z Downloaded http v1.4.0
10152026-04-01T17:30:04.493Z Downloaded pin-project v1.1.11
10162026-04-01T17:30:04.512Z Downloaded serde-big-array v0.5.1
10172026-04-01T17:30:04.512Z Downloaded openssl-sys v0.9.111
10182026-04-01T17:30:04.513Z Downloaded serde_spanned v1.0.4
10192026-04-01T17:30:04.513Z Downloaded serde_urlencoded v0.7.1
10202026-04-01T17:30:04.513Z Downloaded serde_repr v0.1.20
10212026-04-01T17:30:04.513Z Downloaded sha1 v0.10.6
10222026-04-01T17:30:04.513Z Downloaded serde_bytes v0.11.19
10232026-04-01T17:30:04.513Z Downloaded iana-time-zone v0.1.65
10242026-04-01T17:30:04.513Z Downloaded signal-hook-tokio v0.3.1
10252026-04-01T17:30:04.526Z Downloaded signal-hook-mio v0.2.5
10262026-04-01T17:30:04.526Z Downloaded signature v2.2.0
10272026-04-01T17:30:04.527Z Downloaded rustls-pemfile v1.0.4
10282026-04-01T17:30:04.527Z Downloaded serde_plain v1.0.2
10292026-04-01T17:30:04.527Z Downloaded sigpipe v0.1.3
10302026-04-01T17:30:04.527Z Downloaded minimal-lexical v0.2.1
10312026-04-01T17:30:04.527Z Downloaded hashbrown v0.13.2
10322026-04-01T17:30:04.527Z Downloaded p256 v0.13.2
10332026-04-01T17:30:04.527Z Downloaded rustversion v1.0.22
10342026-04-01T17:30:04.527Z Downloaded postgres-types v0.2.12
10352026-04-01T17:30:04.527Z Downloaded papergrid v0.17.0
10362026-04-01T17:30:04.565Z Downloaded slog-envlogger v2.2.0
10372026-04-01T17:30:04.566Z Downloaded shell-words v1.1.1
10382026-04-01T17:30:04.566Z Downloaded siphasher v1.0.2
10392026-04-01T17:30:04.566Z Downloaded slog-bunyan v2.5.0
10402026-04-01T17:30:04.566Z Downloaded crossterm v0.28.1
10412026-04-01T17:30:04.578Z Downloaded schemars_derive v0.8.22
10422026-04-01T17:30:04.579Z Downloaded progenitor-impl v0.10.0
10432026-04-01T17:30:04.579Z Downloaded semver v0.1.20
10442026-04-01T17:30:04.579Z Downloaded resolv-conf v0.7.6
10452026-04-01T17:30:04.579Z Downloaded sec1 v0.7.3
10462026-04-01T17:30:04.579Z Downloaded serde-hex v0.1.0
10472026-04-01T17:30:04.580Z Downloaded progenitor-impl v0.11.2
10482026-04-01T17:30:04.580Z Downloaded sct v0.7.1
10492026-04-01T17:30:04.580Z Downloaded serde_derive_internals v0.29.1
10502026-04-01T17:30:04.580Z Downloaded serde_path_to_error v0.1.20
10512026-04-01T17:30:04.591Z Downloaded rustls-pemfile v2.2.0
10522026-04-01T17:30:04.592Z Downloaded prettyplease v0.2.37
10532026-04-01T17:30:04.592Z Downloaded ssh-encoding v0.2.0
10542026-04-01T17:30:04.592Z Downloaded rustls-native-certs v0.8.3
10552026-04-01T17:30:04.592Z Downloaded strum v0.27.2
10562026-04-01T17:30:04.592Z Downloaded sqlparser_derive v0.5.0
10572026-04-01T17:30:04.592Z Downloaded shlex v1.3.0
10582026-04-01T17:30:04.592Z Downloaded ssh-cipher v0.2.0
10592026-04-01T17:30:04.600Z Downloaded structmeta-derive v0.3.0
10602026-04-01T17:30:04.600Z Downloaded rustls-pki-types v1.14.0
10612026-04-01T17:30:04.600Z Downloaded strum v0.26.3
10622026-04-01T17:30:04.600Z Downloaded mio v1.1.1
10632026-04-01T17:30:04.600Z Downloaded strip-ansi-escapes v0.2.1
10642026-04-01T17:30:04.601Z Downloaded pretty_assertions v1.4.1
10652026-04-01T17:30:04.601Z Downloaded signal-hook-registry v1.4.8
10662026-04-01T17:30:04.601Z Downloaded prefix-trie v0.7.0
10672026-04-01T17:30:04.606Z Downloaded hyper-util v0.1.20
10682026-04-01T17:30:04.606Z Downloaded take_mut v0.2.2
10692026-04-01T17:30:04.606Z Downloaded tabwriter v1.4.1
10702026-04-01T17:30:04.606Z Downloaded tagptr v0.2.0
10712026-04-01T17:30:04.607Z Downloaded itertools v0.10.5
10722026-04-01T17:30:04.611Z Downloaded slog-dtrace v0.3.0
10732026-04-01T17:30:04.611Z Downloaded slab v0.4.12
10742026-04-01T17:30:04.611Z Downloaded simd-adler32 v0.3.8
10752026-04-01T17:30:04.615Z Downloaded crossterm v0.29.0
10762026-04-01T17:30:04.620Z Downloaded slog-term v2.9.2
10772026-04-01T17:30:04.620Z Downloaded tabled_derive v0.11.0
10782026-04-01T17:30:04.620Z Downloaded sync-ptr v0.1.4
10792026-04-01T17:30:04.620Z Downloaded tap v1.0.1
10802026-04-01T17:30:04.625Z Downloaded supports-color v3.0.2
10812026-04-01T17:30:04.625Z Downloaded scroll v0.13.0
10822026-04-01T17:30:04.626Z Downloaded testing_table v0.3.0
10832026-04-01T17:30:04.626Z Downloaded slog-async v2.8.0
10842026-04-01T17:30:04.626Z Downloaded progenitor-impl v0.13.0
10852026-04-01T17:30:04.630Z Downloaded aes-gcm v0.10.3
10862026-04-01T17:30:04.630Z Downloaded slog-json v2.6.1
10872026-04-01T17:30:04.630Z Downloaded sync_wrapper v1.0.2
10882026-04-01T17:30:04.630Z Downloaded rusty-fork v0.3.1
10892026-04-01T17:30:04.635Z Downloaded slog-stdlog v4.1.1
10902026-04-01T17:30:04.636Z Downloaded smallvec v0.6.14
10912026-04-01T17:30:04.636Z Downloaded slog-scope v4.4.1
10922026-04-01T17:30:04.636Z Downloaded ron v0.8.1
10932026-04-01T17:30:04.639Z Downloaded snafu-derive v0.8.9
10942026-04-01T17:30:04.640Z Downloaded termtree v0.5.1
10952026-04-01T17:30:04.640Z Downloaded smf v0.2.3
10962026-04-01T17:30:04.643Z Downloaded time-core v0.1.8
10972026-04-01T17:30:04.643Z Downloaded thread-id v5.1.0
10982026-04-01T17:30:04.643Z Downloaded serde_cbor v0.11.2
10992026-04-01T17:30:04.647Z Downloaded hickory-server v0.25.2
11002026-04-01T17:30:04.647Z Downloaded russh-keys v0.45.0
11012026-04-01T17:30:04.655Z Downloaded static_assertions v1.1.0
11022026-04-01T17:30:04.658Z Downloaded stacker v0.1.23
11032026-04-01T17:30:04.658Z Downloaded string_cache v0.8.9
11042026-04-01T17:30:04.662Z Downloaded sqlformat v0.3.5
11052026-04-01T17:30:04.662Z Downloaded structmeta v0.3.0
11062026-04-01T17:30:04.669Z Downloaded ryu v1.0.23
11072026-04-01T17:30:04.673Z Downloaded nom v7.1.3
11082026-04-01T17:30:04.676Z Downloaded subtle v2.6.1
11092026-04-01T17:30:04.676Z Downloaded rcgen v0.12.1
11102026-04-01T17:30:04.680Z Downloaded tinyvec_macros v0.1.1
11112026-04-01T17:30:04.680Z Downloaded support-bundle-viewer v0.1.2
11122026-04-01T17:30:04.680Z Downloaded strum_macros v0.26.4
11132026-04-01T17:30:04.683Z Downloaded rayon-core v1.13.0
11142026-04-01T17:30:04.686Z Downloaded schemars v0.8.22
11152026-04-01T17:30:04.691Z Downloaded strum_macros v0.27.2
11162026-04-01T17:30:04.703Z Downloaded spki v0.7.3
11172026-04-01T17:30:04.707Z Downloaded quinn v0.11.9
11182026-04-01T17:30:04.718Z Downloaded thread_local v1.1.9
11192026-04-01T17:30:04.753Z Downloaded thiserror-impl-no-std v2.0.2
11202026-04-01T17:30:04.753Z Downloaded termios v0.3.3
11212026-04-01T17:30:04.753Z Downloaded qorb v0.4.1
11222026-04-01T17:30:04.758Z Downloaded libxml v0.3.3
11232026-04-01T17:30:04.758Z Downloaded tower-layer v0.3.3
11242026-04-01T17:30:04.759Z Downloaded spin v0.9.8
11252026-04-01T17:30:04.759Z Downloaded thiserror-no-std v2.0.2
11262026-04-01T17:30:04.759Z Downloaded try-lock v0.2.5
11272026-04-01T17:30:04.759Z Downloaded signal-hook v0.3.18
11282026-04-01T17:30:04.759Z Downloaded typify-macro v0.4.3
11292026-04-01T17:30:04.759Z Downloaded stringprep v0.1.5
11302026-04-01T17:30:04.759Z Downloaded time-macros v0.2.27
11312026-04-01T17:30:04.759Z Downloaded topological-sort v0.2.2
11322026-04-01T17:30:04.759Z Downloaded tokio-native-tls v0.3.1
11332026-04-01T17:30:04.759Z Downloaded rustls-platform-verifier v0.6.2
11342026-04-01T17:30:04.759Z Downloaded trait-variant v0.1.2
11352026-04-01T17:30:04.759Z Downloaded tower-service v0.3.3
11362026-04-01T17:30:04.759Z Downloaded tiny-keccak v2.0.2
11372026-04-01T17:30:04.759Z Downloaded tokio-dtrace v0.1.1
11382026-04-01T17:30:04.759Z Downloaded unarray v0.1.4
11392026-04-01T17:30:04.759Z Downloaded itertools v0.13.0
11402026-04-01T17:30:04.759Z Downloaded unicode-truncate v1.1.0
11412026-04-01T17:30:04.759Z Downloaded tls_codec v0.4.2
11422026-04-01T17:30:04.759Z Downloaded similar v2.7.0
11432026-04-01T17:30:04.764Z Downloaded tls_codec_derive v0.4.2
11442026-04-01T17:30:04.764Z Downloaded typify-macro v0.6.1
11452026-04-01T17:30:04.768Z Downloaded term v1.2.1
11462026-04-01T17:30:04.768Z Downloaded utf-8 v0.7.6
11472026-04-01T17:30:04.768Z Downloaded usdt-attr-macro v0.6.0
11482026-04-01T17:30:04.768Z Downloaded usdt v0.6.0
11492026-04-01T17:30:04.771Z Downloaded tokio-macros v2.6.0
11502026-04-01T17:30:04.771Z Downloaded itertools v0.12.1
11512026-04-01T17:30:04.774Z Downloaded untrusted v0.9.0
11522026-04-01T17:30:04.777Z Downloaded untrusted v0.7.1
11532026-04-01T17:30:04.777Z Downloaded unit-prefix v0.5.2
11542026-04-01T17:30:04.777Z Downloaded hyper v1.8.1
11552026-04-01T17:30:04.780Z Downloaded tokio-tungstenite v0.21.0
11562026-04-01T17:30:04.784Z Downloaded usdt-macro v0.6.0
11572026-04-01T17:30:04.784Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11582026-04-01T17:30:04.784Z Downloaded tokio-rustls v0.25.0
11592026-04-01T17:30:04.787Z Downloaded futures-util v0.3.32
11602026-04-01T17:30:04.791Z Downloaded void v1.0.2
11612026-04-01T17:30:04.793Z Downloaded toml_writer v1.0.6+spec-1.1.0
11622026-04-01T17:30:04.794Z Downloaded socket2 v0.5.10
11632026-04-01T17:30:04.794Z Downloaded publicsuffix v2.3.0
11642026-04-01T17:30:04.797Z Downloaded tokio-tungstenite v0.23.1
11652026-04-01T17:30:04.797Z Downloaded serde_with_macros v3.17.0
11662026-04-01T17:30:04.800Z Downloaded iddqd v0.3.17
11672026-04-01T17:30:04.803Z Downloaded hashbrown v0.15.5
11682026-04-01T17:30:04.806Z Downloaded rand v0.8.5
11692026-04-01T17:30:04.810Z Downloaded waitgroup v0.1.2
11702026-04-01T17:30:04.810Z Downloaded wait-timeout v0.2.1
11712026-04-01T17:30:04.810Z Downloaded want v0.3.1
11722026-04-01T17:30:04.810Z Downloaded serde_yaml v0.9.34+deprecated
11732026-04-01T17:30:04.813Z Downloaded tui-tree-widget v0.23.1
11742026-04-01T17:30:04.813Z Downloaded term v0.7.0
11752026-04-01T17:30:04.816Z Downloaded socket2 v0.6.2
11762026-04-01T17:30:04.816Z Downloaded universal-hash v0.5.1
11772026-04-01T17:30:04.816Z Downloaded strum_macros v0.24.3
11782026-04-01T17:30:04.819Z Downloaded rand v0.9.2
11792026-04-01T17:30:04.824Z Downloaded blake3 v1.8.3
11802026-04-01T17:30:04.827Z Downloaded unicase v2.9.0
11812026-04-01T17:30:04.827Z Downloaded tokio-rustls v0.24.1
11822026-04-01T17:30:04.827Z Downloaded rustls-webpki v0.103.9
11832026-04-01T17:30:04.830Z Downloaded itertools v0.14.0
11842026-04-01T17:30:04.833Z Downloaded slog v2.8.2
11852026-04-01T17:30:04.836Z Downloaded schemars v0.9.0
11862026-04-01T17:30:04.843Z Downloaded schemars v1.2.1
11872026-04-01T17:30:04.849Z Downloaded xshell-macros v0.2.7
11882026-04-01T17:30:04.852Z Downloaded xattr v1.6.1
11892026-04-01T17:30:04.852Z Downloaded tokio-rustls v0.26.4
11902026-04-01T17:30:04.852Z Downloaded subprocess v0.2.15
11912026-04-01T17:30:04.854Z Downloaded usdt-impl v0.6.0
11922026-04-01T17:30:04.855Z Downloaded samael v0.0.19
11932026-04-01T17:30:04.858Z Downloaded zone_cfg_derive v0.3.1
11942026-04-01T17:30:04.860Z Downloaded zone v0.3.1
11952026-04-01T17:30:04.861Z Downloaded tokio-stream v0.1.18
11962026-04-01T17:30:04.863Z Downloaded test-strategy v0.4.5
11972026-04-01T17:30:04.864Z Downloaded snafu v0.8.9
11982026-04-01T17:30:04.867Z Downloaded vergen-gitcl v1.0.8
11992026-04-01T17:30:04.871Z Downloaded tinyvec v1.10.0
12002026-04-01T17:30:04.871Z Downloaded rand v0.10.0
12012026-04-01T17:30:04.874Z Downloaded num-bigint-dig v0.8.6
12022026-04-01T17:30:04.877Z Downloaded twox-hash v2.1.2
12032026-04-01T17:30:04.877Z Downloaded tracing-attributes v0.1.31
12042026-04-01T17:30:04.877Z Downloaded num-bigint v0.4.6
12052026-04-01T17:30:04.881Z Downloaded h2 v0.4.13
12062026-04-01T17:30:04.885Z Downloaded toml_parser v1.0.9+spec-1.1.0
12072026-04-01T17:30:04.888Z Downloaded libm v0.2.16
12082026-04-01T17:30:04.891Z Downloaded unicode-properties v0.1.4
12092026-04-01T17:30:04.894Z Downloaded aho-corasick v1.1.4
12102026-04-01T17:30:04.898Z Downloaded vsss-rs v3.3.4
12112026-04-01T17:30:04.898Z Downloaded vergen-git2 v1.0.7
12122026-04-01T17:30:04.898Z Downloaded bindgen v0.71.1
12132026-04-01T17:30:04.901Z Downloaded tar v0.4.45
12142026-04-01T17:30:04.905Z Downloaded wyz v0.5.1
12152026-04-01T17:30:04.905Z Downloaded whoami v2.1.0
12162026-04-01T17:30:04.909Z Downloaded whoami v1.6.1
12172026-04-01T17:30:04.909Z Downloaded walkdir v2.5.0
12182026-04-01T17:30:04.909Z Downloaded hkdf v0.12.4
12192026-04-01T17:30:04.909Z Downloaded rsa v0.9.10
12202026-04-01T17:30:04.912Z Downloaded iri-string v0.7.10
12212026-04-01T17:30:04.916Z Downloaded vergen-lib v0.1.6
12222026-04-01T17:30:04.919Z Downloaded vergen v9.0.6
12232026-04-01T17:30:04.919Z Downloaded xz2 v0.1.7
12242026-04-01T17:30:04.919Z Downloaded uzers v0.12.2
12252026-04-01T17:30:04.919Z Downloaded toml v0.7.8
12262026-04-01T17:30:04.936Z Downloaded zeroize_derive v1.4.3
12272026-04-01T17:30:04.941Z Downloaded russh v0.45.0
12282026-04-01T17:30:04.946Z Downloaded p521 v0.13.3
12292026-04-01T17:30:04.946Z Downloaded zeroize v1.8.2
12302026-04-01T17:30:04.950Z Downloaded steno v0.4.1
12312026-04-01T17:30:04.957Z Downloaded tungstenite v0.23.0
12322026-04-01T17:30:04.961Z Downloaded typify v0.4.3
12332026-04-01T17:30:04.964Z Downloaded zstd-safe v7.2.4
12342026-04-01T17:30:04.967Z Downloaded typify v0.6.1
12352026-04-01T17:30:04.971Z Downloaded unicode-bidi v0.3.18
12362026-04-01T17:30:04.976Z Downloaded xshell v0.2.7
12372026-04-01T17:30:04.976Z Downloaded ron v0.12.0
12382026-04-01T17:30:04.980Z Downloaded unsafe-libyaml v0.2.11
12392026-04-01T17:30:04.980Z Downloaded tracing-core v0.1.36
12402026-04-01T17:30:04.983Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-04-01T17:30:04.990Z Downloaded toml v0.9.12+spec-1.1.0
12422026-04-01T17:30:04.992Z Downloaded zerocopy v0.6.6
12432026-04-01T17:30:05.008Z Downloaded rustyline v14.0.0
12442026-04-01T17:30:05.011Z Downloaded zstd v0.13.3
12452026-04-01T17:30:05.014Z Downloaded yasna v0.5.2
12462026-04-01T17:30:05.014Z Downloaded rpassword v7.4.0
12472026-04-01T17:30:05.017Z Downloaded aws-lc-rs v1.16.0
12482026-04-01T17:30:05.027Z Downloaded reedline v0.40.0
12492026-04-01T17:30:05.037Z Downloaded bitvec v1.0.1
12502026-04-01T17:30:05.045Z Downloaded zopfli v0.8.3
12512026-04-01T17:30:05.048Z Downloaded tokio-postgres v0.7.16
12522026-04-01T17:30:05.051Z Downloaded git2 v0.20.4
12532026-04-01T17:30:05.055Z Downloaded ssh-key v0.6.7
12542026-04-01T17:30:05.059Z Downloaded chrono v0.4.44
12552026-04-01T17:30:05.062Z Downloaded tungstenite v0.21.0
12562026-04-01T17:30:05.065Z Downloaded uuid v1.21.0
12572026-04-01T17:30:05.065Z Downloaded p384 v0.13.1
12582026-04-01T17:30:05.071Z Downloaded reqwest v0.13.2
12592026-04-01T17:30:05.076Z Downloaded toml_edit v0.19.15
12602026-04-01T17:30:05.085Z Downloaded portable-atomic v1.13.1
12612026-04-01T17:30:05.092Z Downloaded vte v0.14.1
12622026-04-01T17:30:05.097Z Downloaded unicode_categories v0.1.1
12632026-04-01T17:30:05.101Z Downloaded rayon v1.11.0
12642026-04-01T17:30:05.105Z Downloaded yansi v1.0.1
12652026-04-01T17:30:05.109Z Downloaded regex v1.12.3
12662026-04-01T17:30:05.109Z Downloaded reqwest v0.12.28
12672026-04-01T17:30:05.113Z Downloaded quick-xml v0.37.5
12682026-04-01T17:30:05.117Z Downloaded zip v0.6.6
12692026-04-01T17:30:05.117Z Downloaded rustls-webpki v0.101.7
12702026-04-01T17:30:05.124Z Downloaded lalrpop v0.19.12
12712026-04-01T17:30:05.130Z Downloaded typed-path v0.9.3
12722026-04-01T17:30:05.134Z Downloaded proptest v1.10.0
12732026-04-01T17:30:05.138Z Downloaded x509-cert v0.2.5
12742026-04-01T17:30:05.142Z Downloaded zerocopy-derive v0.8.40
12752026-04-01T17:30:05.147Z Downloaded tough v0.20.0
12762026-04-01T17:30:05.151Z Downloaded unicode-segmentation v1.12.0
12772026-04-01T17:30:05.156Z Downloaded salty v0.3.0
12782026-04-01T17:30:05.160Z Downloaded tower v0.5.3
12792026-04-01T17:30:05.163Z Downloaded goblin v0.10.5
12802026-04-01T17:30:05.166Z Downloaded moka v0.12.13
12812026-04-01T17:30:05.170Z Downloaded petname v2.0.2
12822026-04-01T17:30:05.180Z Downloaded tokio-util v0.7.18
12832026-04-01T17:30:05.191Z Downloaded tower-http v0.6.8
12842026-04-01T17:30:05.195Z Downloaded zip v4.6.1
12852026-04-01T17:30:05.199Z Downloaded bstr v1.12.1
12862026-04-01T17:30:05.203Z Downloaded unicode-normalization v0.1.25
12872026-04-01T17:30:05.207Z Downloaded curve25519-dalek v4.1.3
12882026-04-01T17:30:05.215Z Downloaded object v0.30.4
12892026-04-01T17:30:05.221Z Downloaded serde_with v3.17.0
12902026-04-01T17:30:05.227Z Downloaded radix_trie v0.2.1
12912026-04-01T17:30:05.231Z Downloaded dropshot v0.16.7
12922026-04-01T17:30:05.242Z Downloaded winnow v0.6.26
12932026-04-01T17:30:05.248Z Downloaded winnow v0.5.40
12942026-04-01T17:30:05.253Z Downloaded quinn-proto v0.11.13
12952026-04-01T17:30:05.256Z Downloaded nix v0.27.1
12962026-04-01T17:30:05.261Z Downloaded rustls-webpki v0.102.8
12972026-04-01T17:30:05.272Z Downloaded openssl v0.10.75
12982026-04-01T17:30:05.287Z Downloaded nix v0.29.0
12992026-04-01T17:30:05.299Z Downloaded polar-core v0.27.3
13002026-04-01T17:30:05.303Z Downloaded tabled v0.20.0
13012026-04-01T17:30:05.317Z Downloaded nix v0.28.0
13022026-04-01T17:30:05.323Z Downloaded time v0.3.47
13032026-04-01T17:30:05.329Z Downloaded nix v0.31.1
13042026-04-01T17:30:05.336Z Downloaded zlib-rs v0.6.2
13052026-04-01T17:30:05.339Z Downloaded rustls v0.21.12
13062026-04-01T17:30:05.345Z Downloaded vcpkg v0.2.15
13072026-04-01T17:30:05.366Z Downloaded webpki-roots v1.0.6
13082026-04-01T17:30:05.369Z Downloaded openapiv3 v2.2.0
13092026-04-01T17:30:05.375Z Downloaded zerocopy v0.8.40
13102026-04-01T17:30:05.380Z Downloaded hickory-proto v0.24.4
13112026-04-01T17:30:05.389Z Downloaded rustls v0.22.4
13122026-04-01T17:30:05.395Z Downloaded regress v0.10.5
13132026-04-01T17:30:05.401Z Downloaded regex-syntax v0.8.10
13142026-04-01T17:30:05.405Z Downloaded diesel v2.3.7
13152026-04-01T17:30:05.416Z Downloaded hickory-proto v0.25.2
13162026-04-01T17:30:05.425Z Downloaded smoltcp v0.11.0
13172026-04-01T17:30:05.432Z Downloaded object v0.37.3
13182026-04-01T17:30:05.441Z Downloaded rustix v0.38.44
13192026-04-01T17:30:05.451Z Downloaded rustls v0.23.37
13202026-04-01T17:30:05.458Z Downloaded sqlparser v0.61.0
13212026-04-01T17:30:05.464Z Downloaded smoltcp v0.9.1
13222026-04-01T17:30:05.470Z Downloaded regex-syntax v0.6.29
13232026-04-01T17:30:05.489Z Downloaded bzip2-sys v0.1.13+1.0.8
13242026-04-01T17:30:05.497Z Downloaded typify-impl v0.4.3
13252026-04-01T17:30:05.546Z Downloaded sled v0.34.7
13262026-04-01T17:30:05.553Z Downloaded tracing v0.1.44
13272026-04-01T17:30:05.568Z Downloaded typify-impl v0.6.1
13282026-04-01T17:30:05.574Z Downloaded ratatui v0.29.0
13292026-04-01T17:30:05.585Z Downloaded jiff v0.2.21
13302026-04-01T17:30:05.596Z Downloaded chrono-tz v0.10.4
13312026-04-01T17:30:05.615Z Downloaded regex-automata v0.4.14
13322026-04-01T17:30:05.623Z Downloaded zerocopy-derive v0.6.6
13332026-04-01T17:30:05.629Z Downloaded petgraph v0.8.3
13342026-04-01T17:30:05.642Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-04-01T17:30:05.653Z Downloaded tokio v1.49.0
13362026-04-01T17:30:05.676Z Downloaded petgraph v0.6.5
13372026-04-01T17:30:05.689Z Downloaded lzma-sys v0.1.20
13382026-04-01T17:30:05.718Z Downloaded libz-sys v1.1.24
13392026-04-01T17:30:05.735Z Downloaded csv v1.4.0
13402026-04-01T17:30:05.743Z Downloaded sha3 v0.10.8
13412026-04-01T17:30:05.791Z Downloaded encoding_rs v0.8.35
13422026-04-01T17:30:05.804Z Downloaded ring v0.17.14
13432026-04-01T17:30:05.830Z Downloaded libgit2-sys v0.18.3+1.9.2
13442026-04-01T17:30:06.350Z Downloaded aws-lc-sys v0.37.1
13452026-04-01T17:30:06.599Z Compiling libc v0.2.180
13462026-04-01T17:30:06.600Z Compiling serde v1.0.228
13472026-04-01T17:30:06.604Z Compiling log v0.4.29
13482026-04-01T17:30:06.604Z Compiling shlex v1.3.0
13492026-04-01T17:30:06.604Z Compiling find-msvc-tools v0.1.9
13502026-04-01T17:30:06.739Z Compiling smallvec v1.15.1
13512026-04-01T17:30:06.746Z Compiling syn v2.0.117
13522026-04-01T17:30:06.771Z Compiling typenum v1.19.0
13532026-04-01T17:30:06.937Z Compiling generic-array v0.14.7
13542026-04-01T17:30:06.950Z Compiling subtle v2.6.1
13552026-04-01T17:30:06.967Z Compiling scopeguard v1.2.0
13562026-04-01T17:30:06.989Z Compiling portable-atomic v1.13.1
13572026-04-01T17:30:07.057Z Compiling const-oid v0.9.6
13582026-04-01T17:30:07.069Z Compiling lock_api v0.4.14
13592026-04-01T17:30:07.110Z Compiling critical-section v1.2.0
13602026-04-01T17:30:07.185Z Compiling zerocopy v0.8.40
13612026-04-01T17:30:07.212Z Compiling serde_json v1.0.149
13622026-04-01T17:30:07.289Z Compiling parking_lot_core v0.9.12
13632026-04-01T17:30:07.402Z Compiling pin-project-lite v0.2.17
13642026-04-01T17:30:07.547Z Compiling pkg-config v0.3.32
13652026-04-01T17:30:07.572Z Compiling getrandom v0.2.17
13662026-04-01T17:30:07.635Z Compiling jobserver v0.1.34
13672026-04-01T17:30:07.724Z Compiling rand_core v0.6.4
13682026-04-01T17:30:07.767Z Compiling errno v0.3.14
13692026-04-01T17:30:07.845Z Compiling cc v1.2.56
13702026-04-01T17:30:07.919Z Compiling once_cell v1.21.3
13712026-04-01T17:30:07.965Z Compiling signal-hook-registry v1.4.8
13722026-04-01T17:30:08.003Z Compiling mio v1.1.1
13732026-04-01T17:30:08.089Z Compiling bitflags v2.11.0
13742026-04-01T17:30:08.123Z Compiling libm v0.2.16
13752026-04-01T17:30:08.227Z Compiling parking_lot v0.12.5
13762026-04-01T17:30:08.269Z Compiling num-traits v0.2.19
13772026-04-01T17:30:08.314Z Compiling futures-core v0.3.32
13782026-04-01T17:30:08.457Z Compiling socket2 v0.6.2
13792026-04-01T17:30:08.479Z Compiling percent-encoding v2.3.2
13802026-04-01T17:30:08.590Z Compiling allocator-api2 v0.2.21
13812026-04-01T17:30:08.609Z Compiling cpufeatures v0.2.17
13822026-04-01T17:30:08.624Z Compiling futures-sink v0.3.32
13832026-04-01T17:30:08.662Z Compiling foldhash v0.2.0
13842026-04-01T17:30:08.684Z Compiling futures-io v0.3.32
13852026-04-01T17:30:08.724Z Compiling futures-channel v0.3.32
13862026-04-01T17:30:08.852Z Compiling futures-task v0.3.32
13872026-04-01T17:30:08.894Z Compiling getrandom v0.4.1
13882026-04-01T17:30:08.992Z Compiling hashbrown v0.16.1
13892026-04-01T17:30:09.015Z Compiling slab v0.4.12
13902026-04-01T17:30:09.036Z Compiling rand_core v0.10.0
13912026-04-01T17:30:09.082Z Compiling rustversion v1.0.22
13922026-04-01T17:30:09.197Z Compiling getrandom v0.3.4
13932026-04-01T17:30:09.200Z Compiling form_urlencoded v1.2.2
13942026-04-01T17:30:09.505Z Compiling cmake v0.1.57
13952026-04-01T17:30:09.600Z Compiling synstructure v0.13.2
13962026-04-01T17:30:09.619Z Compiling indexmap v2.13.0
13972026-04-01T17:30:09.686Z Compiling dunce v1.0.5
13982026-04-01T17:30:09.794Z Compiling ident_case v1.0.1
13992026-04-01T17:30:09.924Z Compiling base64ct v1.8.3
14002026-04-01T17:30:09.938Z Compiling fs_extra v1.3.0
14012026-04-01T17:30:09.958Z Compiling flagset v0.4.7
14022026-04-01T17:30:10.076Z Compiling iana-time-zone v0.1.65
14032026-04-01T17:30:10.096Z Compiling rustix v1.1.3
14042026-04-01T17:30:10.222Z Compiling pem-rfc7468 v0.7.0
14052026-04-01T17:30:10.239Z Compiling aws-lc-sys v0.37.1
14062026-04-01T17:30:10.239Z Compiling rand_core v0.9.5
14072026-04-01T17:30:10.251Z Compiling uuid v1.21.0
14082026-04-01T17:30:10.282Z Compiling ring v0.17.14
14092026-04-01T17:30:10.310Z Compiling rustc_version v0.4.1
14102026-04-01T17:30:10.515Z Compiling aws-lc-rs v1.16.0
14112026-04-01T17:30:10.537Z Compiling regex-syntax v0.8.10
14122026-04-01T17:30:10.643Z Compiling vcpkg v0.2.15
14132026-04-01T17:30:10.804Z Compiling tracing-core v0.1.36
14142026-04-01T17:30:10.974Z Compiling crossbeam-utils v0.8.21
14152026-04-01T17:30:11.292Z Compiling pest_generator v2.8.6
14162026-04-01T17:30:11.355Z Compiling serde_derive v1.0.228
14172026-04-01T17:30:11.369Z Compiling zeroize_derive v1.4.3
14182026-04-01T17:30:11.392Z Compiling zerofrom-derive v0.1.6
14192026-04-01T17:30:11.859Z Compiling yoke-derive v0.8.1
14202026-04-01T17:30:12.015Z Compiling zerocopy-derive v0.8.40
14212026-04-01T17:30:12.030Z Compiling zeroize v1.8.2
14222026-04-01T17:30:12.800Z Compiling crypto-common v0.1.7
14232026-04-01T17:30:12.812Z Compiling zerofrom v0.1.6
14242026-04-01T17:30:12.928Z Compiling block-buffer v0.10.4
14252026-04-01T17:30:12.943Z Compiling zerovec-derive v0.11.2
14262026-04-01T17:30:12.957Z Compiling displaydoc v0.2.5
14272026-04-01T17:30:13.028Z Compiling yoke v0.8.1
14282026-04-01T17:30:13.116Z Compiling digest v0.10.7
14292026-04-01T17:30:13.261Z Compiling tokio-macros v2.6.0
14302026-04-01T17:30:13.377Z Compiling hmac v0.12.1
14312026-04-01T17:30:13.534Z Compiling futures-macro v0.3.32
14322026-04-01T17:30:13.746Z Compiling zerotrie v0.2.3
14332026-04-01T17:30:14.024Z Compiling block-padding v0.3.3
14342026-04-01T17:30:14.053Z Compiling sha2 v0.10.9
14352026-04-01T17:30:14.101Z Compiling zerovec v0.11.5
14362026-04-01T17:30:14.182Z Compiling inout v0.1.4
14372026-04-01T17:30:14.355Z Compiling cipher v0.4.4
14382026-04-01T17:30:14.370Z Compiling futures-util v0.3.32
14392026-04-01T17:30:14.612Z Compiling tinystr v0.8.2
14402026-04-01T17:30:14.625Z Compiling potential_utf v0.1.4
14412026-04-01T17:30:14.785Z Compiling icu_locale_core v2.1.1
14422026-04-01T17:30:14.808Z Compiling bytes v1.11.1
14432026-04-01T17:30:14.878Z Compiling icu_collections v2.1.1
14442026-04-01T17:30:15.352Z Compiling tokio v1.49.0
14452026-04-01T17:30:15.409Z Compiling icu_provider v2.1.1
14462026-04-01T17:30:15.434Z Compiling der_derive v0.7.3
14472026-04-01T17:30:15.655Z Compiling icu_normalizer v2.1.1
14482026-04-01T17:30:15.700Z Compiling icu_properties v2.1.2
14492026-04-01T17:30:16.174Z Compiling http v1.4.0
14502026-04-01T17:30:16.368Z Compiling ppv-lite86 v0.2.21
14512026-04-01T17:30:16.506Z Compiling der v0.7.10
14522026-04-01T17:30:16.633Z Compiling idna_adapter v1.2.1
14532026-04-01T17:30:16.648Z Compiling chrono v0.4.44
14542026-04-01T17:30:16.679Z Compiling salsa20 v0.10.2
14552026-04-01T17:30:16.763Z Compiling idna v1.1.0
14562026-04-01T17:30:16.780Z Compiling pbkdf2 v0.12.2
14572026-04-01T17:30:16.812Z Compiling thiserror-impl v2.0.18
14582026-04-01T17:30:16.888Z Compiling scrypt v0.11.0
14592026-04-01T17:30:17.082Z Compiling url v2.5.8
14602026-04-01T17:30:17.137Z Compiling rand_chacha v0.9.0
14612026-04-01T17:30:17.395Z Compiling spki v0.7.3
14622026-04-01T17:30:17.600Z Compiling cbc v0.1.2
14632026-04-01T17:30:17.670Z Compiling aes v0.8.4
14642026-04-01T17:30:17.745Z Compiling rustls-pki-types v1.14.0
14652026-04-01T17:30:17.817Z Compiling openssl-sys v0.9.111
14662026-04-01T17:30:17.853Z Compiling tracing-attributes v0.1.31
14672026-04-01T17:30:17.978Z Compiling rand v0.9.2
14682026-04-01T17:30:18.105Z Compiling thiserror v2.0.18
14692026-04-01T17:30:18.182Z Compiling pkcs5 v0.7.1
14702026-04-01T17:30:18.211Z Compiling http-body v1.0.1
14712026-04-01T17:30:18.361Z Compiling serde_derive_internals v0.29.1
14722026-04-01T17:30:18.378Z Compiling openssl-probe v0.2.1
14732026-04-01T17:30:18.551Z Compiling syn v1.0.109
14742026-04-01T17:30:18.656Z Compiling schemars v0.8.22
14752026-04-01T17:30:18.704Z Compiling httparse v1.10.1
14762026-04-01T17:30:18.752Z Compiling untrusted v0.7.1
14772026-04-01T17:30:18.867Z Compiling untrusted v0.9.0
14782026-04-01T17:30:18.908Z Compiling base64 v0.22.1
14792026-04-01T17:30:19.007Z Compiling tokio-util v0.7.18
14802026-04-01T17:30:19.106Z Compiling pkcs8 v0.10.2
14812026-04-01T17:30:19.132Z Compiling tracing v0.1.44
14822026-04-01T17:30:19.228Z Compiling pest_derive v2.8.6
14832026-04-01T17:30:19.281Z Compiling schemars_derive v0.8.22
14842026-04-01T17:30:19.395Z Compiling scroll_derive v0.13.1
14852026-04-01T17:30:19.644Z Compiling darling_core v0.20.11
14862026-04-01T17:30:19.901Z Compiling tower-service v0.3.3
14872026-04-01T17:30:20.001Z Compiling tower-layer v0.3.3
14882026-04-01T17:30:20.032Z Compiling try-lock v0.2.5
14892026-04-01T17:30:20.142Z Compiling atomic-waker v1.1.2
14902026-04-01T17:30:20.161Z Compiling tinyvec_macros v0.1.1
14912026-04-01T17:30:20.183Z Compiling dyn-clone v1.0.20
14922026-04-01T17:30:20.232Z Compiling rustls v0.23.37
14932026-04-01T17:30:20.268Z Compiling h2 v0.4.13
14942026-04-01T17:30:20.320Z Compiling tinyvec v1.10.0
14952026-04-01T17:30:20.398Z Compiling scroll v0.13.0
14962026-04-01T17:30:20.659Z Compiling want v0.3.1
14972026-04-01T17:30:20.822Z Compiling ipnet v2.11.0
14982026-04-01T17:30:20.931Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14992026-04-01T17:30:20.958Z Compiling spin v0.9.8
15002026-04-01T17:30:21.161Z Compiling aho-corasick v1.1.4
15012026-04-01T17:30:21.312Z Compiling foreign-types-shared v0.1.1
15022026-04-01T17:30:21.312Z Compiling crc32fast v1.5.0
15032026-04-01T17:30:21.400Z Compiling powerfmt v0.2.0
15042026-04-01T17:30:21.587Z Compiling pin-utils v0.1.0
15052026-04-01T17:30:21.604Z Compiling openssl v0.10.75
15062026-04-01T17:30:21.663Z Compiling num-conv v0.2.0
15072026-04-01T17:30:21.793Z Compiling httpdate v1.0.3
15082026-04-01T17:30:21.807Z Compiling time-core v0.1.8
15092026-04-01T17:30:21.844Z Compiling tempfile v3.25.0
15102026-04-01T17:30:21.900Z Compiling darling_macro v0.20.11
15112026-04-01T17:30:21.947Z Compiling time-macros v0.2.27
15122026-04-01T17:30:22.004Z Compiling regex-automata v0.4.14
15132026-04-01T17:30:22.254Z Compiling deranged v0.5.8
15142026-04-01T17:30:22.366Z Compiling darling v0.20.11
15152026-04-01T17:30:22.450Z Compiling foreign-types v0.3.2
15162026-04-01T17:30:22.828Z Compiling goblin v0.10.5
15172026-04-01T17:30:23.205Z Compiling hyper v1.8.1
15182026-04-01T17:30:23.526Z Compiling openssl-macros v0.1.1
15192026-04-01T17:30:23.925Z Compiling thiserror-impl v1.0.69
15202026-04-01T17:30:24.171Z Compiling socket2 v0.5.10
15212026-04-01T17:30:24.572Z Compiling wait-timeout v0.2.1
15222026-04-01T17:30:24.612Z Compiling either v1.15.0
15232026-04-01T17:30:24.821Z Compiling native-tls v0.2.18
15242026-04-01T17:30:24.824Z Compiling usdt-impl v0.6.0
15252026-04-01T17:30:24.849Z Compiling bit-vec v0.8.0
15262026-04-01T17:30:25.022Z Compiling siphasher v1.0.2
15272026-04-01T17:30:25.036Z Compiling quick-error v1.2.3
15282026-04-01T17:30:25.079Z Compiling num_threads v0.1.7
15292026-04-01T17:30:25.143Z Compiling simd-adler32 v0.3.8
15302026-04-01T17:30:25.177Z Compiling time v0.3.47
15312026-04-01T17:30:25.193Z Compiling thiserror v1.0.69
15322026-04-01T17:30:25.209Z Compiling rusty-fork v0.3.1
15332026-04-01T17:30:25.312Z Compiling bit-set v0.8.0
15342026-04-01T17:30:25.408Z Compiling hyper-util v0.1.20
15352026-04-01T17:30:25.517Z Compiling derive_builder_core v0.20.2
15362026-04-01T17:30:26.095Z Compiling dof v0.4.0
15372026-04-01T17:30:26.560Z Compiling unicode-normalization v0.1.25
15382026-04-01T17:30:26.733Z Compiling crossbeam-epoch v0.9.18
15392026-04-01T17:30:27.014Z Compiling dtrace-parser v0.3.0
15402026-04-01T17:30:27.058Z Compiling rustls-native-certs v0.8.3
15412026-04-01T17:30:27.082Z Compiling signature v2.2.0
15422026-04-01T17:30:27.096Z Compiling scroll_derive v0.12.1
15432026-04-01T17:30:27.252Z Compiling heapless v0.7.17
15442026-04-01T17:30:27.266Z Compiling rand_xorshift v0.4.0
15452026-04-01T17:30:27.335Z Compiling slog v2.8.2
15462026-04-01T17:30:27.424Z Compiling darling_core v0.21.3
15472026-04-01T17:30:27.487Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-04-01T17:30:27.516Z Compiling sync_wrapper v1.0.2
15492026-04-01T17:30:27.622Z Compiling thread-id v5.1.0
15502026-04-01T17:30:27.708Z Compiling cookie v0.18.1
15512026-04-01T17:30:27.736Z Compiling unicode-bidi v0.3.18
15522026-04-01T17:30:27.752Z Compiling unarray v0.1.4
15532026-04-01T17:30:27.764Z Compiling zstd-safe v7.2.4
15542026-04-01T17:30:27.857Z Compiling anyhow v1.0.102
15552026-04-01T17:30:27.882Z Compiling adler2 v2.0.1
15562026-04-01T17:30:27.953Z Compiling unicode-segmentation v1.12.0
15572026-04-01T17:30:28.011Z Compiling rayon-core v1.13.0
15582026-04-01T17:30:28.155Z Compiling unicode-properties v0.1.4
15592026-04-01T17:30:28.229Z Compiling paste v1.0.15
15602026-04-01T17:30:28.267Z Compiling signal-hook v0.3.18
15612026-04-01T17:30:28.326Z Compiling stringprep v0.1.5
15622026-04-01T17:30:28.371Z Compiling miniz_oxide v0.8.9
15632026-04-01T17:30:28.495Z Compiling proptest v1.10.0
15642026-04-01T17:30:28.562Z Compiling scroll v0.12.0
15652026-04-01T17:30:28.819Z Compiling tower v0.5.3
15662026-04-01T17:30:29.210Z Compiling crossbeam-deque v0.8.6
15672026-04-01T17:30:29.225Z Compiling derive_builder_macro v0.20.2
15682026-04-01T17:30:29.315Z Compiling ipnetwork v0.21.1
15692026-04-01T17:30:29.361Z Compiling http-body-util v0.1.3
15702026-04-01T17:30:29.378Z Compiling webpki-roots v1.0.6
15712026-04-01T17:30:29.401Z Compiling rand_chacha v0.3.1
15722026-04-01T17:30:29.496Z Compiling serde_spanned v0.6.9
15732026-04-01T17:30:29.604Z Compiling toml_datetime v0.6.11
15742026-04-01T17:30:29.643Z Compiling erased-serde v0.3.31
15752026-04-01T17:30:29.681Z Compiling serde_tokenstream v0.2.3
15762026-04-01T17:30:29.714Z Compiling md-5 v0.10.6
15772026-04-01T17:30:29.864Z Compiling zerocopy-derive v0.7.35
15782026-04-01T17:30:29.879Z Compiling curve25519-dalek v4.1.3
15792026-04-01T17:30:29.929Z Compiling darling_macro v0.21.3
15802026-04-01T17:30:29.991Z Compiling vergen-lib v0.1.6
15812026-04-01T17:30:30.131Z Compiling num-integer v0.1.46
15822026-04-01T17:30:30.169Z Compiling hash32 v0.2.1
15832026-04-01T17:30:30.206Z Compiling ff v0.13.1
15842026-04-01T17:30:30.219Z Compiling memoffset v0.9.1
15852026-04-01T17:30:30.342Z Compiling num-bigint-dig v0.8.6
15862026-04-01T17:30:30.360Z Compiling base16ct v0.2.0
15872026-04-01T17:30:30.400Z Compiling psl-types v2.0.11
15882026-04-01T17:30:30.415Z Compiling fallible-iterator v0.2.0
15892026-04-01T17:30:30.446Z Compiling cfg_aliases v0.2.1
15902026-04-01T17:30:30.518Z Compiling iri-string v0.7.10
15912026-04-01T17:30:30.532Z Compiling rustix v0.38.44
15922026-04-01T17:30:30.535Z Compiling smoltcp v0.9.1
15932026-04-01T17:30:30.535Z Compiling zlib-rs v0.6.2
15942026-04-01T17:30:30.715Z Compiling litrs v1.0.0
15952026-04-01T17:30:30.732Z Compiling ref-cast v1.0.25
15962026-04-01T17:30:30.880Z Compiling ryu v1.0.23
15972026-04-01T17:30:31.006Z Compiling serde_urlencoded v0.7.1
15982026-04-01T17:30:31.057Z Compiling newtype-uuid v1.3.2
15992026-04-01T17:30:31.071Z Compiling zerocopy v0.7.35
16002026-04-01T17:30:31.207Z Compiling document-features v0.2.12
16012026-04-01T17:30:31.246Z Compiling postgres-protocol v0.6.10
16022026-04-01T17:30:31.406Z Compiling nix v0.31.1
16032026-04-01T17:30:31.605Z Compiling tower-http v0.6.8
16042026-04-01T17:30:31.769Z Compiling publicsuffix v2.3.0
16052026-04-01T17:30:31.783Z Compiling sec1 v0.7.3
16062026-04-01T17:30:31.893Z Compiling darling v0.21.3
16072026-04-01T17:30:31.936Z Compiling num-iter v0.1.45
16082026-04-01T17:30:31.975Z Compiling group v0.13.0
16092026-04-01T17:30:32.073Z Compiling derive_builder v0.20.2
16102026-04-01T17:30:32.086Z Compiling rand v0.8.5
16112026-04-01T17:30:32.145Z Compiling oxnet v0.1.4
16122026-04-01T17:30:32.435Z Compiling proc-macro-error v1.0.4
16132026-04-01T17:30:32.439Z Compiling tokio-native-tls v0.3.1
16142026-04-01T17:30:32.633Z Compiling goblin v0.8.2
16152026-04-01T17:30:33.076Z Compiling heck v0.4.1
16162026-04-01T17:30:33.202Z Compiling phf_shared v0.13.1
16172026-04-01T17:30:33.299Z Compiling flate2 v1.1.9
16182026-04-01T17:30:33.337Z Compiling hubpack_derive v0.1.1
16192026-04-01T17:30:33.340Z Compiling regex v1.12.3
16202026-04-01T17:30:33.444Z Compiling lazy_static v1.5.0
16212026-04-01T17:30:33.542Z Compiling cargo-platform v0.1.9
16222026-04-01T17:30:33.675Z Compiling hkdf v0.12.4
16232026-04-01T17:30:33.705Z Compiling crypto-bigint v0.5.5
16242026-04-01T17:30:33.774Z Compiling terminal_size v0.4.3
16252026-04-01T17:30:33.777Z Compiling strum_macros v0.27.2
16262026-04-01T17:30:33.802Z Compiling async-trait v0.1.89
16272026-04-01T17:30:33.890Z Compiling curve25519-dalek-derive v0.1.1
16282026-04-01T17:30:33.964Z Compiling ref-cast-impl v1.0.25
16292026-04-01T17:30:34.509Z Compiling daft-derive v0.1.5
16302026-04-01T17:30:34.533Z Compiling vergen v9.0.6
16312026-04-01T17:30:34.713Z Compiling fs-err v3.3.0
16322026-04-01T17:30:34.871Z Compiling ahash v0.8.12
16332026-04-01T17:30:34.903Z Compiling foldhash v0.1.5
16342026-04-01T17:30:35.074Z Compiling bumpalo v3.20.2
16352026-04-01T17:30:35.089Z Compiling libbz2-rs-sys v0.2.2
16362026-04-01T17:30:35.231Z Compiling bitflags v1.3.2
16372026-04-01T17:30:35.310Z Compiling winnow v0.5.40
16382026-04-01T17:30:35.327Z Compiling object v0.37.3
16392026-04-01T17:30:35.595Z Compiling managed v0.8.0
16402026-04-01T17:30:35.803Z Compiling strum v0.27.2
16412026-04-01T17:30:35.834Z Compiling bzip2 v0.6.1
16422026-04-01T17:30:35.863Z Compiling zopfli v0.8.3
16432026-04-01T17:30:35.930Z Compiling daft v0.1.5
16442026-04-01T17:30:36.086Z Compiling hashbrown v0.15.5
16452026-04-01T17:30:36.112Z Compiling clap_builder v4.5.60
16462026-04-01T17:30:36.199Z Compiling console v0.16.2
16472026-04-01T17:30:36.549Z Compiling toml_edit v0.19.15
16482026-04-01T17:30:36.618Z Compiling dof v0.3.0
16492026-04-01T17:30:36.659Z Compiling elliptic-curve v0.13.8
16502026-04-01T17:30:36.845Z Compiling hubpack v0.1.2
16512026-04-01T17:30:37.047Z Compiling cargo_metadata v0.19.2
16522026-04-01T17:30:37.316Z Compiling phf v0.13.1
16532026-04-01T17:30:37.478Z Compiling zone_cfg_derive v0.3.1
16542026-04-01T17:30:38.109Z Compiling signal-hook-mio v0.2.5
16552026-04-01T17:30:38.241Z Compiling cookie_store v0.22.1
16562026-04-01T17:30:38.721Z Compiling zstd v0.13.3
16572026-04-01T17:30:38.934Z Compiling bzip2 v0.4.4
16582026-04-01T17:30:39.020Z Compiling hyper-tls v0.6.0
16592026-04-01T17:30:39.142Z Compiling rayon v1.11.0
16602026-04-01T17:30:39.158Z Compiling serde_with_macros v3.17.0
16612026-04-01T17:30:39.260Z Compiling postgres-types v0.2.12
16622026-04-01T17:30:39.439Z Compiling usdt-attr-macro v0.6.0
16632026-04-01T17:30:39.663Z Compiling usdt-macro v0.6.0
16642026-04-01T17:30:39.835Z Compiling ed25519 v2.2.3
16652026-04-01T17:30:40.228Z Compiling dtrace-parser v0.2.0
16662026-04-01T17:30:40.275Z Compiling phf_shared v0.11.3
16672026-04-01T17:30:40.390Z Compiling itertools v0.12.1
16682026-04-01T17:30:40.404Z Compiling bstr v1.12.1
16692026-04-01T17:30:40.458Z Compiling pkcs1 v0.7.5
16702026-04-01T17:30:40.738Z Compiling hex v0.4.3
16712026-04-01T17:30:40.861Z Compiling serde-big-array v0.5.1
16722026-04-01T17:30:40.875Z Compiling rfc6979 v0.4.0
16732026-04-01T17:30:40.975Z Compiling strum_macros v0.26.4
16742026-04-01T17:30:40.998Z Compiling clap_derive v4.5.55
16752026-04-01T17:30:41.001Z Compiling enum-as-inner v0.6.1
16762026-04-01T17:30:41.001Z Compiling serde_repr v0.1.20
16772026-04-01T17:30:41.039Z Compiling float-cmp v0.10.0
16782026-04-01T17:30:41.182Z Compiling thread-id v4.2.2
16792026-04-01T17:30:41.271Z Compiling memmap2 v0.9.10
16802026-04-01T17:30:41.486Z Compiling env_filter v1.0.0
16812026-04-01T17:30:41.486Z Compiling encoding_rs v0.8.35
16822026-04-01T17:30:41.549Z Compiling keccak v0.1.6
16832026-04-01T17:30:41.580Z Compiling unit-prefix v0.5.2
16842026-04-01T17:30:41.737Z Compiling static_assertions v1.1.0
16852026-04-01T17:30:41.792Z Compiling whoami v2.1.0
16862026-04-01T17:30:41.816Z Compiling jiff v0.2.21
16872026-04-01T17:30:42.171Z Compiling data-encoding v2.10.0
16882026-04-01T17:30:42.355Z Compiling predicates-core v1.0.10
16892026-04-01T17:30:42.532Z Compiling precomputed-hash v0.1.1
16902026-04-01T17:30:42.625Z Compiling fixedbitset v0.4.2
16912026-04-01T17:30:42.683Z Compiling fixedbitset v0.5.7
16922026-04-01T17:30:42.703Z Compiling mime v0.3.17
16932026-04-01T17:30:42.782Z Compiling difflib v0.4.0
16942026-04-01T17:30:42.843Z Compiling rustc-hash v2.1.1
16952026-04-01T17:30:42.871Z Compiling normalize-line-endings v0.3.0
16962026-04-01T17:30:42.956Z Compiling new_debug_unreachable v1.0.6
16972026-04-01T17:30:42.969Z Compiling iddqd v0.3.17
16982026-04-01T17:30:42.972Z Compiling petgraph v0.8.3
16992026-04-01T17:30:42.982Z Compiling toml_edit v0.22.27
17002026-04-01T17:30:43.016Z Compiling predicates v3.1.4
17012026-04-01T17:30:43.030Z Compiling string_cache v0.8.9
17022026-04-01T17:30:43.256Z Compiling clap v4.5.60
17032026-04-01T17:30:43.342Z Compiling petgraph v0.6.5
17042026-04-01T17:30:43.358Z Compiling strum v0.26.3
17052026-04-01T17:30:43.491Z Compiling hickory-proto v0.25.2
17062026-04-01T17:30:43.649Z Compiling tokio-postgres v0.7.16
17072026-04-01T17:30:44.103Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17082026-04-01T17:30:44.866Z Compiling zip v4.6.1
17092026-04-01T17:30:44.930Z Compiling sha3 v0.10.8
17102026-04-01T17:30:45.397Z Compiling indicatif v0.18.4
17112026-04-01T17:30:45.759Z Compiling env_logger v0.11.9
17122026-04-01T17:30:45.834Z Compiling zone v0.3.1
17132026-04-01T17:30:45.874Z Compiling usdt v0.6.0
17142026-04-01T17:30:46.064Z Compiling usdt-impl v0.5.0
17152026-04-01T17:30:46.112Z Compiling ecdsa v0.16.9
17162026-04-01T17:30:46.134Z Compiling serde_with v3.17.0
17172026-04-01T17:30:46.244Z Compiling similar v2.7.0
17182026-04-01T17:30:46.497Z Compiling rsa v0.9.10
17192026-04-01T17:30:46.513Z Compiling crossterm v0.28.1
17202026-04-01T17:30:46.647Z Compiling ed25519-dalek v2.2.0
17212026-04-01T17:30:47.108Z Compiling zip v0.6.6
17222026-04-01T17:30:47.681Z Compiling toml v0.7.8
17232026-04-01T17:30:48.042Z Compiling toml_parser v1.0.9+spec-1.1.0
17242026-04-01T17:30:48.108Z Compiling itertools v0.13.0
17252026-04-01T17:30:48.146Z Compiling tokio-stream v0.1.18
17262026-04-01T17:30:48.280Z Compiling buf-list v1.1.2
17272026-04-01T17:30:48.294Z Compiling x509-cert v0.2.5
17282026-04-01T17:30:48.556Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17292026-04-01T17:30:48.608Z Compiling openapiv3 v2.2.0
17302026-04-01T17:30:48.668Z Compiling sha1 v0.10.6
17312026-04-01T17:30:48.881Z Compiling toml_datetime v0.7.5+spec-1.1.0
17322026-04-01T17:30:48.905Z Compiling peg-runtime v0.8.5
17332026-04-01T17:30:49.172Z Compiling lalrpop-util v0.19.12
17342026-04-01T17:30:49.197Z Compiling thread_local v1.1.9
17352026-04-01T17:30:49.366Z Compiling slog-async v2.8.0
17362026-04-01T17:30:49.369Z Compiling crossbeam-channel v0.5.15
17372026-04-01T17:30:49.457Z Compiling futures-executor v0.3.32
17382026-04-01T17:30:49.696Z Compiling filetime v0.2.27
17392026-04-01T17:30:49.724Z Compiling is-terminal v0.4.17
17402026-04-01T17:30:49.825Z Compiling xattr v1.6.1
17412026-04-01T17:30:49.853Z Compiling take_mut v0.2.2
17422026-04-01T17:30:49.874Z Compiling term v1.2.1
17432026-04-01T17:30:49.877Z Compiling futures v0.3.32
17442026-04-01T17:30:49.960Z Compiling tar v0.4.45
17452026-04-01T17:30:50.251Z Compiling slog-term v2.9.2
17462026-04-01T17:30:56.001Z Compiling rustls-webpki v0.103.9
17472026-04-01T17:30:58.775Z Compiling tokio-rustls v0.26.4
17482026-04-01T17:30:58.776Z Compiling rustls-platform-verifier v0.6.2
17492026-04-01T17:30:58.994Z Compiling hyper-rustls v0.27.7
17502026-04-01T17:30:59.201Z Compiling reqwest v0.13.2
17512026-04-01T17:30:59.201Z Compiling reqwest v0.12.28
17522026-04-01T17:31:01.311Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17532026-04-01T17:31:01.525Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17542026-04-01T17:31:04.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17552026-04-01T17:31:04.465Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17562026-04-01T17:31:04.522ZApr 01 17:31:03.470 INFO Starting download, target: Console
17572026-04-01T17:31:04.522ZApr 01 17:31:03.470 INFO Starting download, target: Clickhouse
17582026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Starting download, target: DendriteStub
17592026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Starting download, target: Cockroach
17602026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Starting download, target: MaghemiteMgd
17612026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Starting download, target: TransceiverControl
17622026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17642026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17662026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17672026-04-01T17:31:04.526ZApr 01 17:31:03.470 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17682026-04-01T17:31:05.119ZApr 01 17:31:04.065 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17692026-04-01T17:31:05.329ZApr 01 17:31:04.273 INFO Download complete, target: TransceiverControl
17702026-04-01T17:31:05.567ZApr 01 17:31:04.512 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17712026-04-01T17:31:05.801ZApr 01 17:31:04.745 INFO Download complete, target: Console
17722026-04-01T17:31:06.362ZApr 01 17:31:05.299 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-04-01T17:31:06.837ZApr 01 17:31:05.782 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-04-01T17:31:07.555ZApr 01 17:31:06.502 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17752026-04-01T17:31:08.129ZApr 01 17:31:07.077 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17762026-04-01T17:31:08.129ZApr 01 17:31:07.077 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17772026-04-01T17:31:09.386ZApr 01 17:31:08.333 INFO Download complete, target: DendriteStub
17782026-04-01T17:31:09.959ZApr 01 17:31:08.906 INFO Download complete, target: MaghemiteMgd
17792026-04-01T17:31:12.741ZApr 01 17:31:11.687 INFO Checking that binary works, target: Cockroach
17802026-04-01T17:31:12.835ZApr 01 17:31:11.782 INFO Download complete, target: Cockroach
17812026-04-01T17:31:13.227ZApr 01 17:31:12.174 INFO Checking that binary works, target: Clickhouse
17822026-04-01T17:31:13.422ZApr 01 17:31:12.368 INFO Download complete, target: Clickhouse
17832026-04-01T17:31:13.499ZAll builder prerequisites installed successfully, and PATH looks valid
17842026-04-01T17:31:13.502Z
17852026-04-01T17:31:13.502Zreal 3:08.104728260
17862026-04-01T17:31:13.502Zuser 7:17.340400352
17872026-04-01T17:31:13.502Zsys 1:24.728317978
17882026-04-01T17:31:13.503Ztrap 0.227877619
17892026-04-01T17:31:13.503Ztflt 1.471432810
17902026-04-01T17:31:13.503Zdflt 1.982526943
17912026-04-01T17:31:13.503Zkflt 0.056548849
17922026-04-01T17:31:13.503Zlock 21:24.141796786
17932026-04-01T17:31:13.503Zslp 22:27.885002391
17942026-04-01T17:31:13.503Zlat 43.339473297
17952026-04-01T17:31:13.503Zstop 1:56.340006929
17962026-04-01T17:31:13.503Z+ banner hack-check
17972026-04-01T17:31:13.503Z
17982026-04-01T17:31:13.503Z # # ## #### # # #### # # ###### #### # #
17992026-04-01T17:31:13.503Z # # # # # # # # # # # # # # # # #
18002026-04-01T17:31:13.503Z ###### # # # #### ##### # ###### ##### # ####
18012026-04-01T17:31:13.503Z # # ###### # # # # # # # # # #
18022026-04-01T17:31:13.503Z # # # # # # # # # # # # # # # # #
18032026-04-01T17:31:13.503Z # # # # #### # # #### # # ###### #### # #
18042026-04-01T17:31:13.503Z
18052026-04-01T17:31:13.503Z+ export CARGO_INCREMENTAL=0
18062026-04-01T17:31:13.503Z+ CARGO_INCREMENTAL=0
18072026-04-01T17:31:13.503Z+ ptime -m timeout 2h cargo xtask check-features --ci
18082026-04-01T17:31:14.039Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18092026-04-01T17:31:14.258Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18102026-04-01T17:31:16.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18112026-04-01T17:31:16.214Z Running `target/debug/xtask check-features --ci`
18122026-04-01T17:31:16.241Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18132026-04-01T17:31:16.245Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18142026-04-01T17:31:16.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18152026-04-01T17:31:16.757Z Running `target/debug/xtask download cargo-hack`
18162026-04-01T17:31:17.543Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18172026-04-01T17:31:17.861Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18182026-04-01T17:31:20.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18192026-04-01T17:31:20.469Z Running `target/debug/xtask-downloader cargo-hack`
18202026-04-01T17:31:20.511ZApr 01 17:31:19.456 INFO Starting download, target: CargoHack
18212026-04-01T17:31:20.514ZApr 01 17:31:19.456 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18222026-04-01T17:31:20.962ZApr 01 17:31:19.907 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18232026-04-01T17:31:21.011ZApr 01 17:31:19.956 INFO Download complete, target: CargoHack
18242026-04-01T17:31:21.015Zrunning: "/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"
18252026-04-01T17:31:21.026Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18262026-04-01T17:31:21.176Zinfo: running `cargo check --bins` on api_identity (1/272)
18272026-04-01T17:31:21.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-04-01T17:31:21.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-04-01T17:31:21.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-04-01T17:31:21.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-04-01T17:31:21.754Z
18322026-04-01T17:31:21.754Zinfo: running `cargo check --bins` on bootstore (2/272)
18332026-04-01T17:31:22.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-04-01T17:31:22.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-04-01T17:31:22.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-04-01T17:31:22.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18372026-04-01T17:31:22.339Z
18382026-04-01T17:31:22.339Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18392026-04-01T17:31:22.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-04-01T17:31:22.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-04-01T17:31:22.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-04-01T17:31:22.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-04-01T17:31:22.920Z
18442026-04-01T17:31:22.920Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18452026-04-01T17:31:23.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-04-01T17:31:23.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-04-01T17:31:23.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-04-01T17:31:23.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-04-01T17:31:23.501Z
18502026-04-01T17:31:23.501Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18512026-04-01T17:31:23.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-04-01T17:31:23.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-04-01T17:31:23.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-04-01T17:31:23.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18552026-04-01T17:31:24.075Z
18562026-04-01T17:31:24.075Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18572026-04-01T17:31:24.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-04-01T17:31:24.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-04-01T17:31:24.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-04-01T17:31:24.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18612026-04-01T17:31:24.668Z
18622026-04-01T17:31:24.668Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18632026-04-01T17:31:25.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-04-01T17:31:25.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-04-01T17:31:25.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-04-01T17:31:25.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18672026-04-01T17:31:25.275Z
18682026-04-01T17:31:25.275Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18692026-04-01T17:31:25.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-04-01T17:31:25.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-04-01T17:31:25.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-04-01T17:31:25.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18732026-04-01T17:31:25.865Z
18742026-04-01T17:31:25.865Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18752026-04-01T17:31:26.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-04-01T17:31:26.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-04-01T17:31:26.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-04-01T17:31:26.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18792026-04-01T17:31:26.340Z
18802026-04-01T17:31:26.340Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18812026-04-01T17:31:26.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-04-01T17:31:26.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-04-01T17:31:26.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-04-01T17:31:26.757Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18852026-04-01T17:31:26.811Z
18862026-04-01T17:31:26.811Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18872026-04-01T17:31:27.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-04-01T17:31:27.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-04-01T17:31:27.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-04-01T17:31:27.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18912026-04-01T17:31:27.288Z
18922026-04-01T17:31:27.288Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18932026-04-01T17:31:27.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-04-01T17:31:27.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-04-01T17:31:27.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-04-01T17:31:27.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-04-01T17:31:27.760Z
18982026-04-01T17:31:27.760Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18992026-04-01T17:31:28.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-04-01T17:31:28.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-04-01T17:31:28.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-04-01T17:31:28.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19032026-04-01T17:31:28.233Z
19042026-04-01T17:31:28.233Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19052026-04-01T17:31:28.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-04-01T17:31:28.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-04-01T17:31:28.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-04-01T17:31:28.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19092026-04-01T17:31:28.706Z
19102026-04-01T17:31:28.706Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19112026-04-01T17:31:29.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-04-01T17:31:29.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-04-01T17:31:29.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-04-01T17:31:29.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-04-01T17:31:29.181Z
19162026-04-01T17:31:29.181Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19172026-04-01T17:31:29.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-04-01T17:31:29.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-04-01T17:31:29.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-04-01T17:31:29.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-04-01T17:31:29.652Z
19222026-04-01T17:31:29.653Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19232026-04-01T17:31:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-04-01T17:31:30.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-04-01T17:31:30.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-04-01T17:31:30.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-04-01T17:31:30.124Z
19282026-04-01T17:31:30.124Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19292026-04-01T17:31:30.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-04-01T17:31:30.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-04-01T17:31:30.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-04-01T17:31:30.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-04-01T17:31:30.598Z
19342026-04-01T17:31:30.598Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19352026-04-01T17:31:31.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-04-01T17:31:31.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-04-01T17:31:31.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-04-01T17:31:31.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-04-01T17:31:31.068Z
19402026-04-01T17:31:31.068Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19412026-04-01T17:31:31.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-04-01T17:31:31.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-04-01T17:31:31.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-04-01T17:31:31.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-04-01T17:31:31.536Z
19462026-04-01T17:31:31.536Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19472026-04-01T17:31:31.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-04-01T17:31:31.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-04-01T17:31:31.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-04-01T17:31:31.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-04-01T17:31:32.006Z
19522026-04-01T17:31:32.006Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19532026-04-01T17:31:32.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-04-01T17:31:32.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-04-01T17:31:32.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-04-01T17:31:32.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-04-01T17:31:32.474Z
19582026-04-01T17:31:32.474Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19592026-04-01T17:31:32.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-04-01T17:31:32.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-04-01T17:31:32.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-04-01T17:31:32.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-04-01T17:31:32.943Z
19642026-04-01T17:31:32.943Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19652026-04-01T17:31:33.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-04-01T17:31:33.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-04-01T17:31:33.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-04-01T17:31:33.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19692026-04-01T17:31:33.412Z
19702026-04-01T17:31:33.412Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19712026-04-01T17:31:33.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-04-01T17:31:33.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-04-01T17:31:33.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-04-01T17:31:33.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-04-01T17:31:33.877Z
19762026-04-01T17:31:33.877Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19772026-04-01T17:31:34.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-04-01T17:31:34.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-04-01T17:31:34.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-04-01T17:31:34.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19812026-04-01T17:31:34.347Z
19822026-04-01T17:31:34.347Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19832026-04-01T17:31:34.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-04-01T17:31:34.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-04-01T17:31:34.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-04-01T17:31:34.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-04-01T17:31:34.818Z
19882026-04-01T17:31:34.818Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19892026-04-01T17:31:35.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-04-01T17:31:35.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-04-01T17:31:35.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-04-01T17:31:35.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-04-01T17:31:35.292Z
19942026-04-01T17:31:35.292Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19952026-04-01T17:31:35.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-04-01T17:31:35.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-04-01T17:31:35.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-04-01T17:31:35.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-04-01T17:31:35.765Z
20002026-04-01T17:31:35.765Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
20012026-04-01T17:31:36.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-04-01T17:31:36.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-04-01T17:31:36.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-04-01T17:31:36.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-04-01T17:31:36.233Z
20062026-04-01T17:31:36.233Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20072026-04-01T17:31:36.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-04-01T17:31:36.645Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-04-01T17:31:36.645Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-04-01T17:31:36.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-04-01T17:31:36.701Z
20122026-04-01T17:31:36.701Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20132026-04-01T17:31:37.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-04-01T17:31:37.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-04-01T17:31:37.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-04-01T17:31:37.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-04-01T17:31:37.171Z
20182026-04-01T17:31:37.171Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20192026-04-01T17:31:37.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-04-01T17:31:37.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-04-01T17:31:37.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-04-01T17:31:37.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-04-01T17:31:37.637Z
20242026-04-01T17:31:37.637Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20252026-04-01T17:31:38.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-04-01T17:31:38.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-04-01T17:31:38.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-04-01T17:31:38.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-04-01T17:31:38.107Z
20302026-04-01T17:31:38.107Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20312026-04-01T17:31:38.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-04-01T17:31:38.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-04-01T17:31:38.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-04-01T17:31:38.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-04-01T17:31:38.576Z
20362026-04-01T17:31:38.576Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20372026-04-01T17:31:38.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-04-01T17:31:38.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-04-01T17:31:38.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-04-01T17:31:38.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-04-01T17:31:39.045Z
20422026-04-01T17:31:39.045Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20432026-04-01T17:31:39.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-04-01T17:31:39.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-04-01T17:31:39.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-04-01T17:31:39.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-04-01T17:31:39.518Z
20482026-04-01T17:31:39.518Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20492026-04-01T17:31:39.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-04-01T17:31:39.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-04-01T17:31:39.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-04-01T17:31:39.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-04-01T17:31:39.988Z
20542026-04-01T17:31:39.988Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20552026-04-01T17:31:40.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-04-01T17:31:40.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-04-01T17:31:40.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-04-01T17:31:40.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20592026-04-01T17:31:40.467Z
20602026-04-01T17:31:40.467Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20612026-04-01T17:31:40.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-04-01T17:31:40.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-04-01T17:31:40.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-04-01T17:31:40.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-04-01T17:31:40.937Z
20662026-04-01T17:31:40.937Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20672026-04-01T17:31:41.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-04-01T17:31:41.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-04-01T17:31:41.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-04-01T17:31:41.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-04-01T17:31:41.414Z
20722026-04-01T17:31:41.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20732026-04-01T17:31:41.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-04-01T17:31:41.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-04-01T17:31:41.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-04-01T17:31:41.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-04-01T17:31:41.890Z
20782026-04-01T17:31:41.890Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20792026-04-01T17:31:42.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-04-01T17:31:42.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-04-01T17:31:42.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-04-01T17:31:42.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-04-01T17:31:42.363Z
20842026-04-01T17:31:42.363Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20852026-04-01T17:31:42.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-04-01T17:31:42.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-04-01T17:31:42.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-04-01T17:31:42.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20892026-04-01T17:31:42.838Z
20902026-04-01T17:31:42.838Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20912026-04-01T17:31:43.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-04-01T17:31:43.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-04-01T17:31:43.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-04-01T17:31:43.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-04-01T17:31:43.315Z
20962026-04-01T17:31:43.315Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20972026-04-01T17:31:43.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-04-01T17:31:43.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-04-01T17:31:43.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-04-01T17:31:43.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-04-01T17:31:43.790Z
21022026-04-01T17:31:43.790Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21032026-04-01T17:31:44.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-04-01T17:31:44.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-04-01T17:31:44.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-04-01T17:31:44.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21072026-04-01T17:31:44.266Z
21082026-04-01T17:31:44.266Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21092026-04-01T17:31:44.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-04-01T17:31:44.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-04-01T17:31:44.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-04-01T17:31:44.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21132026-04-01T17:31:44.737Z
21142026-04-01T17:31:44.737Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21152026-04-01T17:31:45.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-04-01T17:31:45.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-04-01T17:31:45.522Z Checking cfg-if v1.0.4
21182026-04-01T17:31:45.654Z Checking libc v0.2.180
21192026-04-01T17:31:45.657Z Checking serde_core v1.0.228
21202026-04-01T17:31:45.674Z Checking memchr v2.8.0
21212026-04-01T17:31:45.686Z Checking itoa v1.0.17
21222026-04-01T17:31:45.686Z Checking smallvec v1.15.1
21232026-04-01T17:31:45.712Z Checking log v0.4.29
21242026-04-01T17:31:45.712Z Checking zeroize v1.8.2
21252026-04-01T17:31:45.737Z Checking stable_deref_trait v1.2.1
21262026-04-01T17:31:45.811Z Checking zerofrom v0.1.6
21272026-04-01T17:31:45.826Z Checking zmij v1.0.21
21282026-04-01T17:31:45.870Z Checking percent-encoding v2.3.2
21292026-04-01T17:31:45.873Z Checking writeable v0.6.2
21302026-04-01T17:31:45.873Z Checking litemap v0.8.1
21312026-04-01T17:31:45.922Z Checking yoke v0.8.1
21322026-04-01T17:31:46.008Z Checking libm v0.2.16
21332026-04-01T17:31:46.031Z Checking scopeguard v1.2.0
21342026-04-01T17:31:46.034Z Checking icu_normalizer_data v2.1.1
21352026-04-01T17:31:46.088Z Checking icu_properties_data v2.1.2
21362026-04-01T17:31:46.101Z Checking getrandom v0.2.17
21372026-04-01T17:31:46.103Z Checking errno v0.3.14
21382026-04-01T17:31:46.103Z Checking zerovec v0.11.5
21392026-04-01T17:31:46.143Z Checking zerotrie v0.2.3
21402026-04-01T17:31:46.164Z Checking lock_api v0.4.14
21412026-04-01T17:31:46.215Z Checking subtle v2.6.1
21422026-04-01T17:31:46.230Z Checking utf8_iter v1.0.4
21432026-04-01T17:31:46.245Z Checking rand_core v0.6.4
21442026-04-01T17:31:46.349Z Checking form_urlencoded v1.2.2
21452026-04-01T17:31:46.365Z Checking rand_core v0.10.0
21462026-04-01T17:31:46.378Z Checking pin-project-lite v0.2.17
21472026-04-01T17:31:46.394Z Checking portable-atomic v1.13.1
21482026-04-01T17:31:46.420Z Checking typenum v1.19.0
21492026-04-01T17:31:46.469Z Checking critical-section v1.2.0
21502026-04-01T17:31:46.485Z Checking iana-time-zone v0.1.65
21512026-04-01T17:31:46.504Z Checking getrandom v0.4.1
21522026-04-01T17:31:46.559Z Checking tinystr v0.8.2
21532026-04-01T17:31:46.573Z Checking potential_utf v0.1.4
21542026-04-01T17:31:46.591Z Checking signal-hook-registry v1.4.8
21552026-04-01T17:31:46.652Z Checking parking_lot_core v0.9.12
21562026-04-01T17:31:46.701Z Checking icu_collections v2.1.1
21572026-04-01T17:31:46.735Z Checking icu_locale_core v2.1.1
21582026-04-01T17:31:46.749Z Checking num-traits v0.2.19
21592026-04-01T17:31:46.764Z Checking socket2 v0.6.2
21602026-04-01T17:31:46.796Z Checking once_cell v1.21.3
21612026-04-01T17:31:46.844Z Checking parking_lot v0.12.5
21622026-04-01T17:31:46.948Z Checking generic-array v0.14.7
21632026-04-01T17:31:46.972Z Checking mio v1.1.1
21642026-04-01T17:31:47.006Z Checking zerocopy v0.8.40
21652026-04-01T17:31:47.023Z Checking futures-core v0.3.32
21662026-04-01T17:31:47.038Z Checking dyn-clone v1.0.20
21672026-04-01T17:31:47.134Z Checking serde v1.0.228
21682026-04-01T17:31:47.150Z Checking serde_json v1.0.149
21692026-04-01T17:31:47.163Z Checking bitflags v2.11.0
21702026-04-01T17:31:47.255Z Checking uuid v1.21.0
21712026-04-01T17:31:47.277Z Checking semver v1.0.27
21722026-04-01T17:31:47.292Z Checking icu_provider v2.1.1
21732026-04-01T17:31:47.332Z Checking equivalent v1.0.2
21742026-04-01T17:31:47.388Z Checking crypto-common v0.1.7
21752026-04-01T17:31:47.416Z Checking allocator-api2 v0.2.21
21762026-04-01T17:31:47.480Z Checking const-oid v0.9.6
21772026-04-01T17:31:47.512Z Checking foldhash v0.2.0
21782026-04-01T17:31:47.526Z Checking icu_properties v2.1.2
21792026-04-01T17:31:47.542Z Checking bytes v1.11.1
21802026-04-01T17:31:47.568Z Checking icu_normalizer v2.1.1
21812026-04-01T17:31:47.663Z Checking chrono v0.4.44
21822026-04-01T17:31:47.700Z Checking hashbrown v0.16.1
21832026-04-01T17:31:47.814Z Checking futures-sink v0.3.32
21842026-04-01T17:31:47.876Z Checking block-buffer v0.10.4
21852026-04-01T17:31:47.916Z Checking futures-channel v0.3.32
21862026-04-01T17:31:47.972Z Checking tokio v1.49.0
21872026-04-01T17:31:48.013Z Checking futures-task v0.3.32
21882026-04-01T17:31:48.107Z Checking slab v0.4.12
21892026-04-01T17:31:48.146Z Checking futures-io v0.3.32
21902026-04-01T17:31:48.160Z Checking digest v0.10.7
21912026-04-01T17:31:48.191Z Checking thiserror v2.0.18
21922026-04-01T17:31:48.258Z Checking byteorder v1.5.0
21932026-04-01T17:31:48.261Z Checking futures-util v0.3.32
21942026-04-01T17:31:48.292Z Checking base64 v0.22.1
21952026-04-01T17:31:48.330Z Checking idna_adapter v1.2.1
21962026-04-01T17:31:48.355Z Checking indexmap v2.13.0
21972026-04-01T17:31:48.452Z Checking idna v1.1.0
21982026-04-01T17:31:48.468Z Checking cpufeatures v0.2.17
21992026-04-01T17:31:48.513Z Checking http v1.4.0
22002026-04-01T17:31:48.531Z Checking fnv v1.0.7
22012026-04-01T17:31:48.547Z Checking unicode-ident v1.0.24
22022026-04-01T17:31:48.627Z Checking tracing-core v0.1.36
22032026-04-01T17:31:48.659Z Checking proc-macro2 v1.0.106
22042026-04-01T17:31:48.714Z Checking url v2.5.8
22052026-04-01T17:31:48.924Z Checking thiserror v1.0.69
22062026-04-01T17:31:48.944Z Checking tracing v0.1.44
22072026-04-01T17:31:48.974Z Checking rustls-pki-types v1.14.0
22082026-04-01T17:31:49.026Z Checking regex-syntax v0.8.10
22092026-04-01T17:31:49.071Z Checking quote v1.0.44
22102026-04-01T17:31:49.147Z Checking schemars v0.8.22
22112026-04-01T17:31:49.164Z Checking untrusted v0.9.0
22122026-04-01T17:31:49.241Z Checking syn v2.0.117
22132026-04-01T17:31:49.266Z Checking ipnet v2.11.0
22142026-04-01T17:31:49.282Z Checking ring v0.17.14
22152026-04-01T17:31:49.526Z Checking httparse v1.10.1
22162026-04-01T17:31:49.736Z Checking ppv-lite86 v0.2.21
22172026-04-01T17:31:49.753Z Checking http-body v1.0.1
22182026-04-01T17:31:49.794Z Checking block-padding v0.3.3
22192026-04-01T17:31:49.908Z Checking rustix v1.1.3
22202026-04-01T17:31:49.931Z Checking getrandom v0.3.4
22212026-04-01T17:31:50.037Z Checking atomic-waker v1.1.2
22222026-04-01T17:31:50.086Z Checking inout v0.1.4
22232026-04-01T17:31:50.143Z Checking hmac v0.12.1
22242026-04-01T17:31:50.179Z Checking aws-lc-sys v0.37.1
22252026-04-01T17:31:50.234Z Checking aho-corasick v1.1.4
22262026-04-01T17:31:50.285Z Checking tower-layer v0.3.3
22272026-04-01T17:31:50.301Z Checking httpdate v1.0.3
22282026-04-01T17:31:50.359Z Checking tower-service v0.3.3
22292026-04-01T17:31:50.435Z Checking openssl-probe v0.2.1
22302026-04-01T17:31:50.449Z Checking untrusted v0.7.1
22312026-04-01T17:31:50.452Z Checking powerfmt v0.2.0
22322026-04-01T17:31:50.542Z Checking try-lock v0.2.5
22332026-04-01T17:31:50.562Z Checking cipher v0.4.4
22342026-04-01T17:31:50.610Z Checking deranged v0.5.8
22352026-04-01T17:31:50.643Z Checking want v0.3.1
22362026-04-01T17:31:50.685Z Checking aws-lc-rs v1.16.0
22372026-04-01T17:31:50.745Z Checking rand_core v0.9.5
22382026-04-01T17:31:50.766Z Checking time-core v0.1.8
22392026-04-01T17:31:50.780Z Checking base64ct v1.8.3
22402026-04-01T17:31:50.908Z Checking num_threads v0.1.7
22412026-04-01T17:31:50.911Z Checking regex-automata v0.4.14
22422026-04-01T17:31:50.936Z Checking pin-utils v0.1.0
22432026-04-01T17:31:50.997Z Checking num-conv v0.2.0
22442026-04-01T17:31:51.014Z Checking sha2 v0.10.9
22452026-04-01T17:31:51.031Z Checking erased-serde v0.3.31
22462026-04-01T17:31:51.115Z Checking socket2 v0.5.10
22472026-04-01T17:31:51.150Z Checking tokio-util v0.7.18
22482026-04-01T17:31:51.291Z Checking pretty-hex v0.4.1
22492026-04-01T17:31:51.355Z Checking rand_chacha v0.9.0
22502026-04-01T17:31:51.408Z Checking slog v2.8.2
22512026-04-01T17:31:51.425Z Checking ryu v1.0.23
22522026-04-01T17:31:51.505Z Checking rustls-webpki v0.103.9
22532026-04-01T17:31:51.520Z Checking time v0.3.47
22542026-04-01T17:31:51.533Z Checking fastrand v2.3.0
22552026-04-01T17:31:51.556Z Checking rand v0.9.2
22562026-04-01T17:31:51.574Z Checking pem-rfc7468 v0.7.0
22572026-04-01T17:31:51.668Z Checking rustls-native-certs v0.8.3
22582026-04-01T17:31:51.713Z Checking http-body-util v0.1.3
22592026-04-01T17:31:51.730Z Checking ipnetwork v0.21.1
22602026-04-01T17:31:51.751Z Checking h2 v0.4.13
22612026-04-01T17:31:51.799Z Checking sync_wrapper v1.0.2
22622026-04-01T17:31:51.904Z Checking spin v0.9.8
22632026-04-01T17:31:51.920Z Checking rustls v0.23.37
22642026-04-01T17:31:51.934Z Checking plain v0.2.3
22652026-04-01T17:31:51.949Z Checking flagset v0.4.7
22662026-04-01T17:31:52.016Z Checking tower v0.5.3
22672026-04-01T17:31:52.041Z Checking serde_urlencoded v0.7.1
22682026-04-01T17:31:52.069Z Checking der v0.7.10
22692026-04-01T17:31:52.085Z Checking rand_chacha v0.3.1
22702026-04-01T17:31:52.246Z Checking webpki-roots v1.0.6
22712026-04-01T17:31:52.296Z Checking iri-string v0.7.10
22722026-04-01T17:31:52.366Z Checking tinyvec_macros v0.1.1
22732026-04-01T17:31:52.403Z Checking ucd-trie v0.1.7
22742026-04-01T17:31:52.437Z Checking tinyvec v1.10.0
22752026-04-01T17:31:52.541Z Checking pest v2.8.6
22762026-04-01T17:31:52.633Z Checking rand v0.8.5
22772026-04-01T17:31:52.747Z Checking tempfile v3.25.0
22782026-04-01T17:31:52.764Z Checking salsa20 v0.10.2
22792026-04-01T17:31:52.799Z Checking spki v0.7.3
22802026-04-01T17:31:52.896Z Checking pbkdf2 v0.12.2
22812026-04-01T17:31:52.940Z Checking unicode-width v0.2.0
22822026-04-01T17:31:52.963Z Checking foreign-types-shared v0.1.1
22832026-04-01T17:31:53.011Z Checking scrypt v0.11.0
22842026-04-01T17:31:53.048Z Checking foreign-types v0.3.2
22852026-04-01T17:31:53.120Z Checking regex v1.12.3
22862026-04-01T17:31:53.145Z Checking cbc v0.1.2
22872026-04-01T17:31:53.160Z Checking aes v0.8.4
22882026-04-01T17:31:53.187Z Checking anyhow v1.0.102
22892026-04-01T17:31:53.274Z Checking openssl-sys v0.9.111
22902026-04-01T17:31:53.313Z Checking tower-http v0.6.8
22912026-04-01T17:31:53.388Z Checking crossbeam-utils v0.8.21
22922026-04-01T17:31:53.402Z Checking oxnet v0.1.4
22932026-04-01T17:31:53.544Z Checking pkcs5 v0.7.1
22942026-04-01T17:31:53.587Z Checking mime v0.3.17
22952026-04-01T17:31:53.603Z Checking openapiv3 v2.2.0
22962026-04-01T17:31:53.637Z Checking scroll v0.12.0
22972026-04-01T17:31:53.730Z Checking encoding_rs v0.8.35
22982026-04-01T17:31:53.759Z Checking openssl v0.10.75
22992026-04-01T17:31:53.762Z Checking siphasher v1.0.2
23002026-04-01T17:31:53.800Z Checking pkcs8 v0.10.2
23012026-04-01T17:31:53.868Z Checking winnow v0.7.15
23022026-04-01T17:31:53.928Z Checking data-encoding v2.10.0
23032026-04-01T17:31:53.978Z Checking goblin v0.8.2
23042026-04-01T17:31:54.198Z Checking lazy_static v1.5.0
23052026-04-01T17:31:54.257Z Checking tokio-rustls v0.26.4
23062026-04-01T17:31:54.291Z Checking zerocopy v0.7.35
23072026-04-01T17:31:54.385Z Checking hyper v1.8.1
23082026-04-01T17:31:54.489Z Checking wait-timeout v0.2.1
23092026-04-01T17:31:54.617Z Checking managed v0.8.0
23102026-04-01T17:31:54.657Z Checking utf8parse v0.2.2
23112026-04-01T17:31:54.781Z Checking anstyle v1.0.13
23122026-04-01T17:31:54.799Z Checking quick-error v1.2.3
23132026-04-01T17:31:54.815Z Checking either v1.15.0
23142026-04-01T17:31:54.900Z Checking psl-types v2.0.11
23152026-04-01T17:31:54.913Z Checking bit-vec v0.8.0
23162026-04-01T17:31:54.968Z Checking bitflags v1.3.2
23172026-04-01T17:31:55.006Z Checking rusty-fork v0.3.1
23182026-04-01T17:31:55.020Z Checking publicsuffix v2.3.0
23192026-04-01T17:31:55.038Z Checking anstyle-parse v0.2.7
23202026-04-01T17:31:55.052Z Checking dtrace-parser v0.2.0
23212026-04-01T17:31:55.115Z Checking bit-set v0.8.0
23222026-04-01T17:31:55.176Z Checking unicode-normalization v0.1.25
23232026-04-01T17:31:55.179Z Checking cookie v0.18.1
23242026-04-01T17:31:55.204Z Checking rand_xorshift v0.4.0
23252026-04-01T17:31:55.263Z Checking sha1 v0.10.6
23262026-04-01T17:31:55.284Z Checking hex v0.4.3
23272026-04-01T17:31:55.300Z Checking hyper-util v0.1.20
23282026-04-01T17:31:55.322Z Checking thread-id v4.2.2
23292026-04-01T17:31:55.420Z Checking is_terminal_polyfill v1.70.2
23302026-04-01T17:31:55.426Z Checking unarray v0.1.4
23312026-04-01T17:31:55.435Z Checking colorchoice v1.0.4
23322026-04-01T17:31:55.496Z Checking anstyle-query v1.1.5
23332026-04-01T17:31:55.511Z Checking cookie_store v0.22.1
23342026-04-01T17:31:55.525Z Checking proptest v1.10.0
23352026-04-01T17:31:55.538Z Checking rustls-platform-verifier v0.6.2
23362026-04-01T17:31:55.589Z Checking anstream v0.6.21
23372026-04-01T17:31:55.593Z Checking crossbeam-epoch v0.9.18
23382026-04-01T17:31:55.675Z Checking terminal_size v0.4.3
23392026-04-01T17:31:55.739Z Checking native-tls v0.2.18
23402026-04-01T17:31:55.786Z Checking scroll v0.13.0
23412026-04-01T17:31:55.801Z Checking num-integer v0.1.46
23422026-04-01T17:31:55.823Z Checking simd-adler32 v0.3.8
23432026-04-01T17:31:55.837Z Checking crossbeam-deque v0.8.6
23442026-04-01T17:31:55.888Z Checking dof v0.3.0
23452026-04-01T17:31:55.920Z Checking tokio-native-tls v0.3.1
23462026-04-01T17:31:55.989Z Checking bstr v1.12.1
23472026-04-01T17:31:56.007Z Checking ref-cast v1.0.25
23482026-04-01T17:31:56.021Z Checking goblin v0.10.5
23492026-04-01T17:31:56.024Z Checking rustix v0.38.44
23502026-04-01T17:31:56.079Z Checking camino v1.2.2
23512026-04-01T17:31:56.105Z Checking crc32fast v1.5.0
23522026-04-01T17:31:56.168Z Checking usdt-impl v0.5.0
23532026-04-01T17:31:56.246Z Checking signature v2.2.0
23542026-04-01T17:31:56.337Z Checking toml_datetime v0.6.11
23552026-04-01T17:31:56.381Z Checking serde_spanned v0.6.9
23562026-04-01T17:31:56.384Z Checking ff v0.13.1
23572026-04-01T17:31:56.451Z Checking clap_lex v1.0.0
23582026-04-01T17:31:56.510Z Checking unicode-properties v0.1.4
23592026-04-01T17:31:56.524Z Checking adler2 v2.0.1
23602026-04-01T17:31:56.527Z Checking base16ct v0.2.0
23612026-04-01T17:31:56.551Z Checking hyper-rustls v0.27.7
23622026-04-01T17:31:56.599Z Checking hyper-tls v0.6.0
23632026-04-01T17:31:56.630Z Checking strsim v0.11.1
23642026-04-01T17:31:56.662Z Checking unicode-bidi v0.3.18
23652026-04-01T17:31:56.697Z Checking sec1 v0.7.3
23662026-04-01T17:31:56.762Z Checking reqwest v0.13.2
23672026-04-01T17:31:56.778Z Checking reqwest v0.12.28
23682026-04-01T17:31:56.794Z Checking clap_builder v4.5.60
23692026-04-01T17:31:56.816Z Checking miniz_oxide v0.8.9
23702026-04-01T17:31:56.903Z Checking group v0.13.0
23712026-04-01T17:31:56.950Z Checking stringprep v0.1.5
23722026-04-01T17:31:57.055Z Checking num-iter v0.1.45
23732026-04-01T17:31:57.104Z Checking rayon-core v1.13.0
23742026-04-01T17:31:57.170Z Checking toml_parser v1.0.9+spec-1.1.0
23752026-04-01T17:31:57.170Z Checking dtrace-parser v0.3.0
23762026-04-01T17:31:57.283Z Checking newtype-uuid v1.3.2
23772026-04-01T17:31:57.404Z Checking hkdf v0.12.4
23782026-04-01T17:31:57.421Z Checking strum v0.26.3
23792026-04-01T17:31:57.490Z Checking daft v0.1.5
23802026-04-01T17:31:57.506Z Checking zstd-sys v2.0.16+zstd.1.5.7
23812026-04-01T17:31:57.534Z Checking hash32 v0.2.1
23822026-04-01T17:31:57.548Z Checking md-5 v0.10.6
23832026-04-01T17:31:57.596Z Checking crypto-bigint v0.5.5
23842026-04-01T17:31:57.611Z Checking toml_datetime v0.7.5+spec-1.1.0
23852026-04-01T17:31:57.625Z Checking thread-id v5.1.0
23862026-04-01T17:31:57.680Z Checking fallible-iterator v0.2.0
23872026-04-01T17:31:57.694Z Checking unicode-segmentation v1.12.0
23882026-04-01T17:31:57.708Z Checking zlib-rs v0.6.2
23892026-04-01T17:31:57.724Z Checking heapless v0.7.17
23902026-04-01T17:31:57.806Z Checking zstd-safe v7.2.4
23912026-04-01T17:31:57.953Z Checking postgres-protocol v0.6.10
23922026-04-01T17:31:57.977Z Checking rayon v1.11.0
23932026-04-01T17:31:58.004Z Checking itertools v0.12.1
23942026-04-01T17:31:58.019Z Checking clap v4.5.60
23952026-04-01T17:31:58.097Z Checking phf_shared v0.13.1
23962026-04-01T17:31:58.139Z Checking console v0.16.2
23972026-04-01T17:31:58.269Z Checking curve25519-dalek v4.1.3
23982026-04-01T17:31:58.295Z Checking memoffset v0.9.1
23992026-04-01T17:31:58.325Z Checking dof v0.4.0
24002026-04-01T17:31:58.378Z Checking bzip2-sys v0.1.13+1.0.8
24012026-04-01T17:31:58.430Z Checking signal-hook v0.3.18
24022026-04-01T17:31:58.466Z Checking memmap2 v0.9.10
24032026-04-01T17:31:58.481Z Checking elliptic-curve v0.13.8
24042026-04-01T17:31:58.572Z Checking flate2 v1.1.9
24052026-04-01T17:31:58.615Z Checking bumpalo v3.20.2
24062026-04-01T17:31:58.630Z Checking unit-prefix v0.5.2
24072026-04-01T17:31:58.754Z Checking fixedbitset v0.4.2
24082026-04-01T17:31:58.783Z Checking libbz2-rs-sys v0.2.2
24092026-04-01T17:31:58.813Z Checking toml_write v0.1.2
24102026-04-01T17:31:58.858Z Checking winnow v0.5.40
24112026-04-01T17:31:58.902Z Checking foldhash v0.1.5
24122026-04-01T17:31:58.947Z Checking usdt-impl v0.6.0
24132026-04-01T17:31:58.978Z Checking toml_edit v0.22.27
24142026-04-01T17:31:58.993Z Checking zone v0.3.1
24152026-04-01T17:31:59.023Z Checking petgraph v0.6.5
24162026-04-01T17:31:59.039Z Checking hashbrown v0.15.5
24172026-04-01T17:31:59.173Z Checking bzip2 v0.6.1
24182026-04-01T17:31:59.225Z Checking usdt v0.6.0
24192026-04-01T17:31:59.336Z Checking zopfli v0.8.3
24202026-04-01T17:31:59.350Z Checking signal-hook-mio v0.2.5
24212026-04-01T17:31:59.390Z Checking bzip2 v0.4.4
24222026-04-01T17:31:59.406Z Checking indicatif v0.18.4
24232026-04-01T17:31:59.450Z Checking nix v0.31.1
24242026-04-01T17:31:59.496Z Checking phf v0.13.1
24252026-04-01T17:31:59.555Z Checking postgres-types v0.2.12
24262026-04-01T17:31:59.646Z Checking smoltcp v0.9.1
24272026-04-01T17:31:59.660Z Checking similar v2.7.0
24282026-04-01T17:31:59.769Z Checking zstd v0.13.3
24292026-04-01T17:31:59.881Z Checking num-bigint-dig v0.8.6
24302026-04-01T17:31:59.967Z Checking ed25519 v2.2.3
24312026-04-01T17:31:59.990Z Checking toml_edit v0.19.15
24322026-04-01T17:32:00.048Z Checking pkcs1 v0.7.5
24332026-04-01T17:32:00.090Z Checking phf_shared v0.11.3
24342026-04-01T17:32:00.154Z Checking tokio-stream v0.1.18
24352026-04-01T17:32:00.237Z Checking strum v0.27.2
24362026-04-01T17:32:00.252Z Checking hubpack v0.1.2
24372026-04-01T17:32:00.264Z Checking rfc6979 v0.4.0
24382026-04-01T17:32:00.283Z Checking serde-big-array v0.5.1
24392026-04-01T17:32:00.349Z Checking float-cmp v0.10.0
24402026-04-01T17:32:00.380Z Checking env_filter v1.0.0
24412026-04-01T17:32:00.413Z Checking predicates-core v1.0.10
24422026-04-01T17:32:00.427Z Checking precomputed-hash v0.1.1
24432026-04-01T17:32:00.466Z Checking jiff v0.2.21
24442026-04-01T17:32:00.480Z Checking whoami v2.1.0
24452026-04-01T17:32:00.509Z Checking static_assertions v1.1.0
24462026-04-01T17:32:00.533Z Checking fixedbitset v0.5.7
24472026-04-01T17:32:00.541Z Checking new_debug_unreachable v1.0.6
24482026-04-01T17:32:00.555Z Checking keccak v0.1.6
24492026-04-01T17:32:00.580Z Checking difflib v0.4.0
24502026-04-01T17:32:00.609Z Checking rustc-hash v2.1.1
24512026-04-01T17:32:00.673Z Checking normalize-line-endings v0.3.0
24522026-04-01T17:32:00.702Z Checking rsa v0.9.10
24532026-04-01T17:32:00.718Z Checking sha3 v0.10.8
24542026-04-01T17:32:00.718Z Checking petgraph v0.8.3
24552026-04-01T17:32:00.745Z Checking iddqd v0.3.17
24562026-04-01T17:32:00.759Z Checking tokio-postgres v0.7.16
24572026-04-01T17:32:00.771Z Checking predicates v3.1.4
24582026-04-01T17:32:00.924Z Checking string_cache v0.8.9
24592026-04-01T17:32:01.010Z Checking toml v0.7.8
24602026-04-01T17:32:01.067Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24612026-04-01T17:32:01.095Z Checking env_logger v0.11.9
24622026-04-01T17:32:01.175Z Checking ecdsa v0.16.9
24632026-04-01T17:32:01.283Z Checking ed25519-dalek v2.2.0
24642026-04-01T17:32:01.325Z Checking zip v0.6.6
24652026-04-01T17:32:01.514Z Checking crossterm v0.28.1
24662026-04-01T17:32:01.514Z Checking serde_with v3.17.0
24672026-04-01T17:32:01.570Z Checking itertools v0.13.0
24682026-04-01T17:32:01.647Z Checking hickory-proto v0.25.2
24692026-04-01T17:32:01.996Z Checking x509-cert v0.2.5
24702026-04-01T17:32:02.225Z Checking fs-err v3.3.0
24712026-04-01T17:32:02.260Z Checking ahash v0.8.12
24722026-04-01T17:32:02.464Z Checking object v0.37.3
24732026-04-01T17:32:02.522Z Checking buf-list v1.1.2
24742026-04-01T17:32:02.578Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24752026-04-01T17:32:02.644Z Checking lalrpop-util v0.19.12
24762026-04-01T17:32:02.674Z Checking zip v4.6.1
24772026-04-01T17:32:02.717Z Checking peg-runtime v0.8.5
24782026-04-01T17:32:02.806Z Compiling structmeta-derive v0.3.0
24792026-04-01T17:32:02.844Z Compiling rustls v0.22.4
24802026-04-01T17:32:02.871Z Compiling newtype-uuid-macros v0.1.0
24812026-04-01T17:32:02.914Z Compiling multer v3.1.0
24822026-04-01T17:32:03.043Z Compiling async-stream-impl v0.3.6
24832026-04-01T17:32:03.154Z Checking futures-executor v0.3.32
24842026-04-01T17:32:03.255Z Checking regress v0.10.5
24852026-04-01T17:32:03.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24862026-04-01T17:32:03.629Z Compiling dropshot v0.16.7
24872026-04-01T17:32:03.644Z Checking futures v0.3.32
24882026-04-01T17:32:03.703Z Compiling dropshot_endpoint v0.16.7
24892026-04-01T17:32:03.725Z Checking thread_local v1.1.9
24902026-04-01T17:32:03.872Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24912026-04-01T17:32:03.886Z Compiling structmeta v0.3.0
24922026-04-01T17:32:03.900Z Checking crossbeam-channel v0.5.15
24932026-04-01T17:32:04.101Z Compiling derive-ex v0.1.8
24942026-04-01T17:32:04.207Z Checking is-terminal v0.4.17
24952026-04-01T17:32:04.232Z Checking term v1.2.1
24962026-04-01T17:32:04.306Z Checking take_mut v0.2.2
24972026-04-01T17:32:04.416Z Checking slog-async v2.8.0
24982026-04-01T17:32:04.434Z Compiling parse-display-derive v0.10.0
24992026-04-01T17:32:04.459Z Checking slog-term v2.9.2
25002026-04-01T17:32:04.599Z Checking rustls-webpki v0.102.8
25012026-04-01T17:32:04.679Z Checking serde_spanned v1.0.4
25022026-04-01T17:32:04.723Z Checking debug-ignore v1.0.5
25032026-04-01T17:32:04.762Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-04-01T17:32:04.815Z Checking match_cfg v0.1.0
25052026-04-01T17:32:04.842Z Checking toml_writer v1.0.6+spec-1.1.0
25062026-04-01T17:32:04.859Z Checking slog-json v2.6.1
25072026-04-01T17:32:04.889Z Checking hostname v0.3.1
25082026-04-01T17:32:04.996Z Checking macaddr v1.0.1
25092026-04-01T17:32:05.019Z Checking slog-bunyan v2.5.0
25102026-04-01T17:32:05.034Z Checking toml v0.9.12+spec-1.1.0
25112026-04-01T17:32:05.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25122026-04-01T17:32:05.182Z Checking async-stream v0.3.6
25132026-04-01T17:32:05.485Z Checking waitgroup v0.1.2
25142026-04-01T17:32:05.549Z Checking rustls-pemfile v2.2.0
25152026-04-01T17:32:05.565Z Checking serde_path_to_error v0.1.20
25162026-04-01T17:32:05.592Z Checking hostname v0.4.2
25172026-04-01T17:32:05.623Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25182026-04-01T17:32:05.693Z Checking progenitor-client v0.13.0
25192026-04-01T17:32:05.696Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25202026-04-01T17:32:05.737Z Checking progenitor-client v0.10.0
25212026-04-01T17:32:05.821Z Compiling test-strategy v0.4.5
25222026-04-01T17:32:05.837Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-04-01T17:32:05.854Z Checking backon v1.6.0
25242026-04-01T17:32:05.932Z Checking instant v0.1.13
25252026-04-01T17:32:05.967Z Checking itertools v0.14.0
25262026-04-01T17:32:06.021Z Checking progenitor-extras v0.1.1
25272026-04-01T17:32:06.021Z Checking backoff v0.4.0
25282026-04-01T17:32:06.052Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25292026-04-01T17:32:06.161Z Checking parse-display v0.10.0
25302026-04-01T17:32:06.211Z Checking heck v0.5.0
25312026-04-01T17:32:06.311Z Compiling crucible-workspace-hack v0.1.0
25322026-04-01T17:32:06.443Z Compiling convert_case v0.4.0
25332026-04-01T17:32:06.461Z Checking tokio-rustls v0.25.0
25342026-04-01T17:32:06.538Z Checking secrecy v0.10.3
25352026-04-01T17:32:06.596Z Compiling prettyplease v0.2.37
25362026-04-01T17:32:06.655Z Compiling typify-impl v0.6.1
25372026-04-01T17:32:06.813Z Compiling derive_more v0.99.20
25382026-04-01T17:32:07.104Z Compiling unsafe-libyaml v0.2.11
25392026-04-01T17:32:07.297Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25402026-04-01T17:32:07.680Z Compiling serde_yaml v0.9.34+deprecated
25412026-04-01T17:32:07.839Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25422026-04-01T17:32:08.439Z Checking half v2.7.1
25432026-04-01T17:32:08.534Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25442026-04-01T17:32:08.653Z Compiling toml_edit v0.23.10+spec-1.0.0
25452026-04-01T17:32:08.706Z Compiling thiserror-impl-no-std v2.0.2
25462026-04-01T17:32:08.893Z Checking universal-hash v0.5.1
25472026-04-01T17:32:09.384Z Checking ciborium-io v0.2.2
25482026-04-01T17:32:09.384Z Checking opaque-debug v0.3.1
25492026-04-01T17:32:09.493Z Compiling heapless v0.8.0
25502026-04-01T17:32:09.560Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25512026-04-01T17:32:09.705Z Checking ciborium-ll v0.2.2
25522026-04-01T17:32:09.847Z Checking poly1305 v0.8.0
25532026-04-01T17:32:09.922Z Checking thiserror-no-std v2.0.2
25542026-04-01T17:32:10.000Z Compiling proc-macro-crate v3.4.0
25552026-04-01T17:32:10.268Z Compiling ingot-macros v0.1.1
25562026-04-01T17:32:10.553Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25572026-04-01T17:32:10.676Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
25582026-04-01T17:32:10.847Z Compiling typify-impl v0.4.3
25592026-04-01T17:32:11.108Z Compiling typify-macro v0.6.1
25602026-04-01T17:32:11.178Z Checking toml v0.8.23
25612026-04-01T17:32:11.511Z Checking num-rational v0.4.2
25622026-04-01T17:32:11.553Z Checking byte-wrapper v0.1.0
25632026-04-01T17:32:11.589Z Checking tabwriter v1.4.1
25642026-04-01T17:32:11.769Z Checking password-hash v0.5.0
25652026-04-01T17:32:11.787Z Checking chacha20 v0.9.1
25662026-04-01T17:32:12.004Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
25672026-04-01T17:32:12.044Z Checking hash32 v0.3.1
25682026-04-01T17:32:12.180Z Checking blake2 v0.10.6
25692026-04-01T17:32:12.244Z Checking aead v0.5.2
25702026-04-01T17:32:12.393Z Checking num-complex v0.4.6
25712026-04-01T17:32:12.660Z Compiling smoltcp v0.11.0
25722026-04-01T17:32:12.734Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25732026-04-01T17:32:12.805Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25742026-04-01T17:32:12.842Z Compiling typify v0.6.1
25752026-04-01T17:32:12.880Z Checking num v0.4.3
25762026-04-01T17:32:12.955Z Checking argon2 v0.5.3
25772026-04-01T17:32:12.958Z Checking chacha20poly1305 v0.10.1
25782026-04-01T17:32:13.019Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
25792026-04-01T17:32:13.061Z Checking ingot-types v0.1.2
25802026-04-01T17:32:13.199Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25812026-04-01T17:32:13.296Z Compiling num_enum_derive v0.7.5
25822026-04-01T17:32:13.427Z Checking vsss-rs v3.3.4
25832026-04-01T17:32:13.490Z Checking ciborium v0.2.2
25842026-04-01T17:32:14.348Z Compiling usdt-macro v0.5.0
25852026-04-01T17:32:14.468Z Compiling usdt-attr-macro v0.5.0
25862026-04-01T17:32:14.508Z Checking cobs v0.3.0
25872026-04-01T17:32:14.662Z Checking memmap v0.7.0
25882026-04-01T17:32:14.856Z Compiling foreign-types-macros v0.2.3
25892026-04-01T17:32:14.960Z Checking colored v3.1.1
25902026-04-01T17:32:14.976Z Checking float-ord v0.3.2
25912026-04-01T17:32:15.047Z Checking foreign-types-shared v0.3.1
25922026-04-01T17:32:15.084Z Checking indent_write v2.2.0
25932026-04-01T17:32:15.113Z Checking cpufeatures v0.3.0
25942026-04-01T17:32:15.127Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25952026-04-01T17:32:15.192Z Checking chacha20 v0.10.0
25962026-04-01T17:32:15.272Z Checking postcard v1.1.3
25972026-04-01T17:32:15.287Z Checking usdt v0.5.0
25982026-04-01T17:32:15.302Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25992026-04-01T17:32:15.338Z Compiling typify-macro v0.4.3
26002026-04-01T17:32:15.410Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
26012026-04-01T17:32:15.451Z Checking foreign-types v0.5.0
26022026-04-01T17:32:15.466Z Checking num_enum v0.7.5
26032026-04-01T17:32:15.534Z Checking ingot v0.1.1
26042026-04-01T17:32:15.567Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26052026-04-01T17:32:15.692Z Compiling progenitor-impl v0.13.0
26062026-04-01T17:32:15.893Z Compiling proc-macro-crate v1.3.1
26072026-04-01T17:32:16.332Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26082026-04-01T17:32:16.407Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
26092026-04-01T17:32:16.519Z Checking cstr-argument v0.1.2
26102026-04-01T17:32:16.623Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
26112026-04-01T17:32:16.691Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
26122026-04-01T17:32:16.761Z Checking swrite v0.1.0
26132026-04-01T17:32:16.777Z Compiling semver v0.1.20
26142026-04-01T17:32:16.857Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26152026-04-01T17:32:16.871Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26162026-04-01T17:32:16.905Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26172026-04-01T17:32:16.969Z Compiling rustc_version v0.1.7
26182026-04-01T17:32:17.036Z Compiling num_enum_derive v0.5.11
26192026-04-01T17:32:17.051Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
26202026-04-01T17:32:17.064Z Checking rand v0.10.0
26212026-04-01T17:32:17.158Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
26222026-04-01T17:32:17.544Z Compiling pin-project-internal v1.1.11
26232026-04-01T17:32:17.953Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
26242026-04-01T17:32:18.074Z Checking linked-hash-map v0.5.6
26252026-04-01T17:32:18.095Z Compiling minimal-lexical v0.2.1
26262026-04-01T17:32:18.253Z Checking lru-cache v0.1.2
26272026-04-01T17:32:18.317Z Compiling progenitor-macro v0.13.0
26282026-04-01T17:32:18.378Z Compiling nom v7.1.3
26292026-04-01T17:32:18.416Z Checking num_enum v0.5.11
26302026-04-01T17:32:18.669Z Checking pin-project v1.1.11
26312026-04-01T17:32:18.725Z Compiling newtype_derive v0.1.6
26322026-04-01T17:32:18.775Z Compiling typify v0.4.3
26332026-04-01T17:32:19.353Z Checking newline-converter v0.3.0
26342026-04-01T17:32:19.405Z Checking atomicwrites v0.4.4
26352026-04-01T17:32:19.473Z Checking camino-tempfile v1.4.1
26362026-04-01T17:32:19.540Z Checking hickory-proto v0.24.4
26372026-04-01T17:32:19.640Z Checking phf_shared v0.12.1
26382026-04-01T17:32:19.726Z Checking console v0.15.11
26392026-04-01T17:32:19.792Z Compiling snafu-derive v0.8.9
26402026-04-01T17:32:19.971Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26412026-04-01T17:32:20.059Z Checking pem v3.0.6
26422026-04-01T17:32:20.125Z Checking csv-core v0.1.13
26432026-04-01T17:32:20.231Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26442026-04-01T17:32:20.302Z Compiling async-recursion v1.1.1
26452026-04-01T17:32:20.490Z Compiling derive-where v1.6.0
26462026-04-01T17:32:20.973Z Compiling slog-dtrace v0.3.0
26472026-04-01T17:32:20.998Z Checking highway v1.3.0
26482026-04-01T17:32:21.176Z Checking resolv-conf v0.7.6
26492026-04-01T17:32:21.245Z Compiling cancel-safe-futures v0.1.5
26502026-04-01T17:32:21.366Z Checking unicode-width v0.1.14
26512026-04-01T17:32:21.419Z Compiling chrono-tz v0.10.4
26522026-04-01T17:32:21.436Z Compiling owo-colors v4.3.0
26532026-04-01T17:32:21.453Z Checking same-file v1.0.6
26542026-04-01T17:32:21.575Z Checking walkdir v2.5.0
26552026-04-01T17:32:21.632Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26562026-04-01T17:32:21.651Z Checking hickory-resolver v0.24.4
26572026-04-01T17:32:21.747Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-04-01T17:32:21.761Z Checking snafu v0.8.9
26592026-04-01T17:32:21.824Z Compiling const_format_proc_macros v0.2.34
26602026-04-01T17:32:21.955Z Checking csv v1.4.0
26612026-04-01T17:32:22.125Z Checking expectorate v1.2.0
26622026-04-01T17:32:22.265Z Checking phf v0.12.1
26632026-04-01T17:32:22.321Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-04-01T17:32:22.467Z Compiling progenitor-impl v0.10.0
26652026-04-01T17:32:22.491Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
26662026-04-01T17:32:22.638Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26672026-04-01T17:32:22.804Z Checking tokio-dtrace v0.1.1
26682026-04-01T17:32:22.821Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26692026-04-01T17:32:22.901Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26702026-04-01T17:32:23.010Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
26712026-04-01T17:32:23.192Z Checking globset v0.4.18
26722026-04-01T17:32:23.386Z Checking progenitor v0.13.0
26732026-04-01T17:32:23.403Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-04-01T17:32:23.440Z Checking olpc-cjson v0.1.4
26752026-04-01T17:32:23.455Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
26762026-04-01T17:32:23.526Z Checking libsw-core v0.3.2
26772026-04-01T17:32:23.541Z Checking smf v0.2.3
26782026-04-01T17:32:23.582Z Checking serde_plain v1.0.2
26792026-04-01T17:32:23.679Z Checking arc-swap v1.8.2
26802026-04-01T17:32:23.716Z Compiling lzma-sys v0.1.20
26812026-04-01T17:32:23.738Z Checking sigpipe v0.1.3
26822026-04-01T17:32:23.780Z Compiling num-derive v0.4.2
26832026-04-01T17:32:23.822Z Checking utf-8 v0.7.6
26842026-04-01T17:32:23.908Z Checking glob v0.3.3
26852026-04-01T17:32:23.966Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26862026-04-01T17:32:24.118Z Checking bytecount v0.6.9
26872026-04-01T17:32:24.158Z Checking typed-path v0.9.3
26882026-04-01T17:32:24.227Z Checking papergrid v0.11.0
26892026-04-01T17:32:24.242Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26902026-04-01T17:32:24.347Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26912026-04-01T17:32:24.405Z Checking tungstenite v0.21.0
26922026-04-01T17:32:24.520Z Checking slog-scope v4.4.1
26932026-04-01T17:32:24.554Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26942026-04-01T17:32:24.661Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
26952026-04-01T17:32:24.717Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26962026-04-01T17:32:24.789Z Checking libsw v3.5.0
26972026-04-01T17:32:24.907Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=c570ac2126dbbebbd8e98e73b580c5be6b7e460e#c570ac21)
26982026-04-01T17:32:24.910Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
26992026-04-01T17:32:24.966Z Checking tough v0.20.0
27002026-04-01T17:32:25.027Z Checking oxide-tokio-rt v0.1.3
27012026-04-01T17:32:25.100Z Checking const_format v0.2.35
27022026-04-01T17:32:25.129Z Compiling progenitor-macro v0.10.0
27032026-04-01T17:32:25.194Z Checking qorb v0.4.1
27042026-04-01T17:32:25.211Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27052026-04-01T17:32:25.332Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27062026-04-01T17:32:26.381Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27072026-04-01T17:32:26.435Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27082026-04-01T17:32:26.452Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27092026-04-01T17:32:26.509Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27102026-04-01T17:32:26.620Z Compiling cargo_toml v0.22.3
27112026-04-01T17:32:26.860Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
27122026-04-01T17:32:26.950Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27132026-04-01T17:32:26.977Z Checking gethostname v0.5.0
27142026-04-01T17:32:26.981Z Compiling tabled_derive v0.7.0
27152026-04-01T17:32:27.008Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27162026-04-01T17:32:27.074Z Checking bcs v0.1.6
27172026-04-01T17:32:27.246Z Checking unicode-linebreak v0.1.5
27182026-04-01T17:32:27.249Z Checking whoami v1.6.1
27192026-04-01T17:32:27.312Z Checking smawk v0.3.2
27202026-04-01T17:32:27.442Z Checking linear-map v1.2.0
27212026-04-01T17:32:27.457Z Checking termtree v0.5.1
27222026-04-01T17:32:27.471Z Checking textwrap v0.16.2
27232026-04-01T17:32:27.619Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27242026-04-01T17:32:27.688Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27252026-04-01T17:32:27.951Z Checking tabled v0.15.0
27262026-04-01T17:32:28.700Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27272026-04-01T17:32:28.891Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27282026-04-01T17:32:28.945Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27292026-04-01T17:32:29.086Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27302026-04-01T17:32:29.303Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27312026-04-01T17:32:29.368Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27322026-04-01T17:32:29.511Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27332026-04-01T17:32:29.514Z Checking steno v0.4.1
27342026-04-01T17:32:29.694Z Checking tokio-tungstenite v0.21.0
27352026-04-01T17:32:29.930Z Checking slog-stdlog v4.1.1
27362026-04-01T17:32:30.039Z Checking progenitor v0.10.0
27372026-04-01T17:32:30.057Z Checking typeid v1.0.3
27382026-04-01T17:32:30.115Z Checking humantime v2.3.0
27392026-04-01T17:32:30.164Z Checking base64 v0.21.7
27402026-04-01T17:32:30.188Z Checking ron v0.12.0
27412026-04-01T17:32:30.303Z Checking xz2 v0.1.7
27422026-04-01T17:32:30.306Z Checking slog-envlogger v2.2.0
27432026-04-01T17:32:30.415Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27442026-04-01T17:32:30.471Z Checking yasna v0.5.2
27452026-04-01T17:32:30.486Z Checking headers-core v0.3.0
27462026-04-01T17:32:30.600Z Checking filetime v0.2.27
27472026-04-01T17:32:30.617Z Checking base16ct v1.0.0
27482026-04-01T17:32:30.746Z Checking xattr v1.6.1
27492026-04-01T17:32:30.761Z Checking headers v0.4.1
27502026-04-01T17:32:30.861Z Checking rcgen v0.12.1
27512026-04-01T17:32:30.883Z Checking tar v0.4.45
27522026-04-01T17:32:30.930Z Checking subprocess v0.2.15
27532026-04-01T17:32:36.408Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27542026-04-01T17:32:42.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27552026-04-01T17:32:43.769Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27562026-04-01T17:32:44.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
27572026-04-01T17:32:45.181Z
27582026-04-01T17:32:45.181Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
27592026-04-01T17:32:45.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27602026-04-01T17:32:45.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27612026-04-01T17:32:45.935Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27622026-04-01T17:32:47.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
27632026-04-01T17:32:47.474Z
27642026-04-01T17:32:47.474Zinfo: running `cargo check --bins` on nexus-config (51/272)
27652026-04-01T17:32:48.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27662026-04-01T17:32:48.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27672026-04-01T17:32:48.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27682026-04-01T17:32:48.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27692026-04-01T17:32:48.113Z
27702026-04-01T17:32:48.113Zinfo: running `cargo check --bins` on nexus-types (52/272)
27712026-04-01T17:32:48.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27722026-04-01T17:32:48.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27732026-04-01T17:32:48.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27742026-04-01T17:32:48.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27752026-04-01T17:32:48.747Z
27762026-04-01T17:32:48.747Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/272)
27772026-04-01T17:32:49.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27782026-04-01T17:32:49.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27792026-04-01T17:32:49.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27802026-04-01T17:32:49.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27812026-04-01T17:32:49.347Z
27822026-04-01T17:32:49.347Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/272)
27832026-04-01T17:32:49.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27842026-04-01T17:32:49.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27852026-04-01T17:32:49.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27862026-04-01T17:32:49.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27872026-04-01T17:32:49.948Z
27882026-04-01T17:32:49.948Zinfo: running `cargo check --bins` on cockroach-admin-types (55/272)
27892026-04-01T17:32:50.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27902026-04-01T17:32:50.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27912026-04-01T17:32:50.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27922026-04-01T17:32:50.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27932026-04-01T17:32:50.530Z
27942026-04-01T17:32:50.531Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/272)
27952026-04-01T17:32:51.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27962026-04-01T17:32:51.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27972026-04-01T17:32:51.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27982026-04-01T17:32:51.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
27992026-04-01T17:32:51.117Z
28002026-04-01T17:32:51.117Zinfo: running `cargo check --bins` on ereport-types (57/272)
28012026-04-01T17:32:51.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28022026-04-01T17:32:51.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28032026-04-01T17:32:51.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28042026-04-01T17:32:51.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28052026-04-01T17:32:51.707Z
28062026-04-01T17:32:51.707Zinfo: running `cargo check --bins` on gateway-client (58/272)
28072026-04-01T17:32:52.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28082026-04-01T17:32:52.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28092026-04-01T17:32:52.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28102026-04-01T17:32:52.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28112026-04-01T17:32:52.303Z
28122026-04-01T17:32:52.303Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/272)
28132026-04-01T17:32:52.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28142026-04-01T17:32:52.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28152026-04-01T17:32:52.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28162026-04-01T17:32:52.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28172026-04-01T17:32:52.898Z
28182026-04-01T17:32:52.898Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/272)
28192026-04-01T17:32:53.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28202026-04-01T17:32:53.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28212026-04-01T17:32:53.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28222026-04-01T17:32:53.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28232026-04-01T17:32:53.506Z
28242026-04-01T17:32:53.506Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/272)
28252026-04-01T17:32:54.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28262026-04-01T17:32:54.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28272026-04-01T17:32:54.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28282026-04-01T17:32:54.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28292026-04-01T17:32:54.095Z
28302026-04-01T17:32:54.095Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/272)
28312026-04-01T17:32:54.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28322026-04-01T17:32:54.602Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28332026-04-01T17:32:54.602Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28342026-04-01T17:32:54.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28352026-04-01T17:32:54.692Z
28362026-04-01T17:32:54.692Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/272)
28372026-04-01T17:32:55.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28382026-04-01T17:32:55.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28392026-04-01T17:32:55.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28402026-04-01T17:32:55.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28412026-04-01T17:32:55.310Z
28422026-04-01T17:32:55.310Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/272)
28432026-04-01T17:32:55.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28442026-04-01T17:32:55.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28452026-04-01T17:32:55.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28462026-04-01T17:32:55.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28472026-04-01T17:32:55.937Z
28482026-04-01T17:32:55.937Zinfo: running `cargo check --bins` on key-manager-types (65/272)
28492026-04-01T17:32:56.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28502026-04-01T17:32:56.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28512026-04-01T17:32:56.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28522026-04-01T17:32:56.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28532026-04-01T17:32:56.530Z
28542026-04-01T17:32:56.530Zinfo: running `cargo check --bins` on oxlog (66/272)
28552026-04-01T17:32:57.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-04-01T17:32:57.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-04-01T17:32:57.146Z Compiling newtype-uuid v1.3.2
28582026-04-01T17:32:57.353Z Compiling daft v0.1.5
28592026-04-01T17:32:57.547Z Compiling iddqd v0.3.17
28602026-04-01T17:32:58.458Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28612026-04-01T17:32:58.691Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28622026-04-01T17:32:58.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
28632026-04-01T17:32:59.142Z
28642026-04-01T17:32:59.142Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (67/272)
28652026-04-01T17:32:59.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-01T17:32:59.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-01T17:32:59.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-04-01T17:32:59.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28692026-04-01T17:32:59.752Z
28702026-04-01T17:32:59.752Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (68/272)
28712026-04-01T17:33:00.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-04-01T17:33:00.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-04-01T17:33:00.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-04-01T17:33:00.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28752026-04-01T17:33:00.366Z
28762026-04-01T17:33:00.367Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (69/272)
28772026-04-01T17:33:00.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-01T17:33:00.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-01T17:33:00.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-01T17:33:00.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28812026-04-01T17:33:00.977Z
28822026-04-01T17:33:00.977Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (70/272)
28832026-04-01T17:33:01.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-01T17:33:01.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-01T17:33:01.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-01T17:33:01.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28872026-04-01T17:33:01.585Z
28882026-04-01T17:33:01.585Zinfo: running `cargo check --bins` on omicron-passwords (71/272)
28892026-04-01T17:33:02.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-01T17:33:02.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-01T17:33:02.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-01T17:33:02.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28932026-04-01T17:33:02.185Z
28942026-04-01T17:33:02.186Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (72/272)
28952026-04-01T17:33:02.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-01T17:33:02.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-01T17:33:02.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-01T17:33:02.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-01T17:33:02.774Z
29002026-04-01T17:33:02.774Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (73/272)
29012026-04-01T17:33:03.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-01T17:33:03.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-01T17:33:03.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-01T17:33:03.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29052026-04-01T17:33:03.369Z
29062026-04-01T17:33:03.369Zinfo: running `cargo check --bins --no-default-features` on gfss (74/272)
29072026-04-01T17:33:03.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-01T17:33:03.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-01T17:33:03.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-01T17:33:03.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29112026-04-01T17:33:03.960Z
29122026-04-01T17:33:03.960Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (75/272)
29132026-04-01T17:33:04.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-01T17:33:04.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-01T17:33:04.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-01T17:33:04.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-04-01T17:33:04.552Z
29182026-04-01T17:33:04.552Zinfo: running `cargo check --bins` on internal-dns-types (76/272)
29192026-04-01T17:33:05.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-01T17:33:05.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-01T17:33:05.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-04-01T17:33:05.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29232026-04-01T17:33:05.156Z
29242026-04-01T17:33:05.156Zinfo: running `cargo check --bins` on internal-dns-types-versions (77/272)
29252026-04-01T17:33:05.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-04-01T17:33:05.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-04-01T17:33:05.669Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-04-01T17:33:05.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29292026-04-01T17:33:05.763Z
29302026-04-01T17:33:05.763Zinfo: running `cargo check --bins` on nexus-types-versions (78/272)
29312026-04-01T17:33:06.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-04-01T17:33:06.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-04-01T17:33:06.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-04-01T17:33:06.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29352026-04-01T17:33:06.390Z
29362026-04-01T17:33:06.390Zinfo: running `cargo check --bins` on oxql-types (79/272)
29372026-04-01T17:33:06.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-04-01T17:33:06.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-04-01T17:33:06.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-04-01T17:33:06.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29412026-04-01T17:33:07.002Z
29422026-04-01T17:33:07.002Zinfo: running `cargo check --bins` on oximeter-types (80/272)
29432026-04-01T17:33:07.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-04-01T17:33:07.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-04-01T17:33:07.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-04-01T17:33:07.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29472026-04-01T17:33:07.609Z
29482026-04-01T17:33:07.609Zinfo: running `cargo check --bins` on oximeter-types-versions (81/272)
29492026-04-01T17:33:08.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-04-01T17:33:08.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-04-01T17:33:08.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-04-01T17:33:08.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29532026-04-01T17:33:08.216Z
29542026-04-01T17:33:08.216Zinfo: running `cargo check --bins` on oximeter-macro-impl (82/272)
29552026-04-01T17:33:08.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-04-01T17:33:08.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-04-01T17:33:08.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29582026-04-01T17:33:08.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29592026-04-01T17:33:08.803Z
29602026-04-01T17:33:08.803Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/272)
29612026-04-01T17:33:09.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-04-01T17:33:09.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-04-01T17:33:09.469Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29642026-04-01T17:33:09.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s
29652026-04-01T17:33:10.198Z
29662026-04-01T17:33:10.199Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/272)
29672026-04-01T17:33:10.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29682026-04-01T17:33:10.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29692026-04-01T17:33:10.882Z Compiling ar_archive_writer v0.5.1
29702026-04-01T17:33:10.993Z Compiling stacker v0.1.23
29712026-04-01T17:33:11.002Z Compiling cfg_aliases v0.1.1
29722026-04-01T17:33:11.007Z Compiling convert_case v0.10.0
29732026-04-01T17:33:11.015Z Checking fd-lock v4.0.4
29742026-04-01T17:33:11.018Z Checking nibble_vec v0.1.0
29752026-04-01T17:33:11.018Z Checking vte v0.14.1
29762026-04-01T17:33:11.018Z Compiling recursive-proc-macro-impl v0.1.1
29772026-04-01T17:33:11.059Z Compiling nix v0.28.0
29782026-04-01T17:33:11.125Z Checking endian-type v0.1.2
29792026-04-01T17:33:11.156Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-04-01T17:33:11.191Z Checking strip-ansi-escapes v0.2.1
29812026-04-01T17:33:11.250Z Checking radix_trie v0.2.1
29822026-04-01T17:33:11.263Z Compiling peg-macros v0.8.5
29832026-04-01T17:33:11.292Z Compiling derive_more-impl v2.1.1
29842026-04-01T17:33:11.292Z Checking winnow v0.6.26
29852026-04-01T17:33:11.418Z Compiling sqlparser_derive v0.5.0
29862026-04-01T17:33:11.452Z Checking nu-ansi-term v0.50.3
29872026-04-01T17:33:11.624Z Checking unicode_categories v0.1.1
29882026-04-01T17:33:11.661Z Checking home v0.5.12
29892026-04-01T17:33:11.768Z Checking reedline v0.40.0
29902026-04-01T17:33:11.823Z Checking display-error-chain v0.2.2
29912026-04-01T17:33:11.850Z Compiling psm v0.1.30
29922026-04-01T17:33:12.114Z Checking derive_more v2.1.1
29932026-04-01T17:33:12.195Z Checking crossterm v0.29.0
29942026-04-01T17:33:12.363Z Checking rustyline v14.0.0
29952026-04-01T17:33:12.400Z Checking peg v0.8.5
29962026-04-01T17:33:12.412Z Checking sqlformat v0.3.5
29972026-04-01T17:33:12.602Z Checking recursive v0.1.1
29982026-04-01T17:33:12.694Z Checking sqlparser v0.61.0
29992026-04-01T17:33:23.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.70s
30002026-04-01T17:33:24.123Z
30012026-04-01T17:33:24.123Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/272)
30022026-04-01T17:33:24.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-04-01T17:33:24.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-04-01T17:33:24.805Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30052026-04-01T17:33:28.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
30062026-04-01T17:33:28.409Z
30072026-04-01T17:33:28.409Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/272)
30082026-04-01T17:33:28.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-04-01T17:33:28.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-04-01T17:33:29.087Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30112026-04-01T17:33:31.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
30122026-04-01T17:33:31.705Z
30132026-04-01T17:33:31.705Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/272)
30142026-04-01T17:33:32.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-04-01T17:33:32.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-04-01T17:33:32.379Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30172026-04-01T17:33:35.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
30182026-04-01T17:33:35.804Z
30192026-04-01T17:33:35.804Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/272)
30202026-04-01T17:33:36.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-04-01T17:33:36.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-04-01T17:33:36.487Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30232026-04-01T17:33:39.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s
30242026-04-01T17:33:39.929Z
30252026-04-01T17:33:39.929Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/272)
30262026-04-01T17:33:40.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-04-01T17:33:40.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-04-01T17:33:40.608Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292026-04-01T17:33:43.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
30302026-04-01T17:33:43.366Z
30312026-04-01T17:33:43.366Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/272)
30322026-04-01T17:33:43.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-04-01T17:33:43.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-04-01T17:33:44.046Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30352026-04-01T17:33:46.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
30362026-04-01T17:33:46.850Z
30372026-04-01T17:33:46.850Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/272)
30382026-04-01T17:33:47.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-04-01T17:33:47.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-04-01T17:33:47.526Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30412026-04-01T17:33:50.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
30422026-04-01T17:33:51.124Z
30432026-04-01T17:33:51.124Zinfo: running `cargo check --bins` on oximeter (92/272)
30442026-04-01T17:33:51.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-04-01T17:33:51.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-04-01T17:33:51.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30472026-04-01T17:33:51.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30482026-04-01T17:33:51.730Z
30492026-04-01T17:33:51.730Zinfo: running `cargo check --bins` on oximeter-schema (93/272)
30502026-04-01T17:33:52.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30512026-04-01T17:33:52.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30522026-04-01T17:33:52.373Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30532026-04-01T17:33:52.540Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30542026-04-01T17:33:52.543Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-04-01T17:33:52.880Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30562026-04-01T17:33:56.345Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30572026-04-01T17:33:56.670Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30582026-04-01T17:33:57.762Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30592026-04-01T17:33:58.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.71s
30602026-04-01T17:33:58.624Z
30612026-04-01T17:33:58.624Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/272)
30622026-04-01T17:33:59.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30632026-04-01T17:33:59.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30642026-04-01T17:33:59.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30652026-04-01T17:33:59.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30662026-04-01T17:33:59.224Z
30672026-04-01T17:33:59.224Zinfo: running `cargo check --bins` on oximeter-test-utils (95/272)
30682026-04-01T17:33:59.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30692026-04-01T17:33:59.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30702026-04-01T17:33:59.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30712026-04-01T17:33:59.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30722026-04-01T17:33:59.869Z
30732026-04-01T17:33:59.869Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/272)
30742026-04-01T17:34:00.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30752026-04-01T17:34:00.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30762026-04-01T17:34:00.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30772026-04-01T17:34:00.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30782026-04-01T17:34:00.483Z
30792026-04-01T17:34:00.483Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/272)
30802026-04-01T17:34:00.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30812026-04-01T17:34:01.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30822026-04-01T17:34:01.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30832026-04-01T17:34:01.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30842026-04-01T17:34:01.095Z
30852026-04-01T17:34:01.095Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/272)
30862026-04-01T17:34:01.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30872026-04-01T17:34:01.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30882026-04-01T17:34:01.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30892026-04-01T17:34:01.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30902026-04-01T17:34:01.704Z
30912026-04-01T17:34:01.705Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/272)
30922026-04-01T17:34:02.222Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30932026-04-01T17:34:02.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30942026-04-01T17:34:02.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30952026-04-01T17:34:02.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30962026-04-01T17:34:02.319Z
30972026-04-01T17:34:02.319Zinfo: running `cargo check --bins` on trust-quorum-types (100/272)
30982026-04-01T17:34:02.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30992026-04-01T17:34:02.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31002026-04-01T17:34:02.821Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31012026-04-01T17:34:02.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31022026-04-01T17:34:02.907Z
31032026-04-01T17:34:02.907Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/272)
31042026-04-01T17:34:03.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31052026-04-01T17:34:03.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31062026-04-01T17:34:03.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31072026-04-01T17:34:03.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31082026-04-01T17:34:03.515Z
31092026-04-01T17:34:03.515Zinfo: running `cargo check --bins` on update-engine (102/272)
31102026-04-01T17:34:04.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31112026-04-01T17:34:04.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31122026-04-01T17:34:04.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31132026-04-01T17:34:04.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31142026-04-01T17:34:04.108Z
31152026-04-01T17:34:04.108Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/272)
31162026-04-01T17:34:04.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-04-01T17:34:04.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-04-01T17:34:04.813Z Checking dropshot-api-manager-types v0.6.0
31192026-04-01T17:34:04.816Z Checking nanorand v0.7.0
31202026-04-01T17:34:05.062Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31212026-04-01T17:34:05.085Z Checking flume v0.11.1
31222026-04-01T17:34:05.300Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31232026-04-01T17:34:06.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.22s
31242026-04-01T17:34:06.534Z
31252026-04-01T17:34:06.534Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/272)
31262026-04-01T17:34:07.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-04-01T17:34:07.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-04-01T17:34:07.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-04-01T17:34:07.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31302026-04-01T17:34:07.142Z
31312026-04-01T17:34:07.142Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/272)
31322026-04-01T17:34:07.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-04-01T17:34:07.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-04-01T17:34:07.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-04-01T17:34:07.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31362026-04-01T17:34:07.760Z
31372026-04-01T17:34:07.760Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/272)
31382026-04-01T17:34:08.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-04-01T17:34:08.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-04-01T17:34:08.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-04-01T17:34:08.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31422026-04-01T17:34:08.379Z
31432026-04-01T17:34:08.379Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/272)
31442026-04-01T17:34:08.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-04-01T17:34:08.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-04-01T17:34:08.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-04-01T17:34:08.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31482026-04-01T17:34:08.997Z
31492026-04-01T17:34:08.997Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/272)
31502026-04-01T17:34:09.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-04-01T17:34:09.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-04-01T17:34:09.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-04-01T17:34:09.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31542026-04-01T17:34:09.610Z
31552026-04-01T17:34:09.610Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/272)
31562026-04-01T17:34:10.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-04-01T17:34:10.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-04-01T17:34:10.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-04-01T17:34:10.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31602026-04-01T17:34:10.222Z
31612026-04-01T17:34:10.222Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/272)
31622026-04-01T17:34:10.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-04-01T17:34:10.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-04-01T17:34:10.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-04-01T17:34:10.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31662026-04-01T17:34:10.844Z
31672026-04-01T17:34:10.845Zinfo: running `cargo check --bins` on cockroach-admin-client (111/272)
31682026-04-01T17:34:11.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-04-01T17:34:11.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-04-01T17:34:11.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-04-01T17:34:11.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31722026-04-01T17:34:11.444Z
31732026-04-01T17:34:11.444Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/272)
31742026-04-01T17:34:11.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-04-01T17:34:11.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-04-01T17:34:11.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-04-01T17:34:11.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31782026-04-01T17:34:12.054Z
31792026-04-01T17:34:12.054Zinfo: running `cargo check --bins` on dns-service-client (113/272)
31802026-04-01T17:34:12.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-04-01T17:34:12.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-04-01T17:34:12.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-04-01T17:34:12.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31842026-04-01T17:34:12.667Z
31852026-04-01T17:34:12.667Zinfo: running `cargo check --bins` on installinator-client (114/272)
31862026-04-01T17:34:13.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-01T17:34:13.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-01T17:34:13.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-01T17:34:13.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31902026-04-01T17:34:13.287Z
31912026-04-01T17:34:13.287Zinfo: running `cargo check --bins` on nexus-client (115/272)
31922026-04-01T17:34:13.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-01T17:34:13.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-01T17:34:13.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-01T17:34:13.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31962026-04-01T17:34:13.934Z
31972026-04-01T17:34:13.934Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/272)
31982026-04-01T17:34:14.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-01T17:34:14.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-01T17:34:14.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-04-01T17:34:14.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32022026-04-01T17:34:14.585Z
32032026-04-01T17:34:14.585Zinfo: running `cargo check --bins` on ntp-admin-client (117/272)
32042026-04-01T17:34:15.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-01T17:34:15.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-01T17:34:15.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-01T17:34:15.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32082026-04-01T17:34:15.189Z
32092026-04-01T17:34:15.189Zinfo: running `cargo check --bins` on oxide-client (118/272)
32102026-04-01T17:34:15.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-01T17:34:15.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-01T17:34:15.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-04-01T17:34:15.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32142026-04-01T17:34:15.793Z
32152026-04-01T17:34:15.794Zinfo: running `cargo check --bins` on oximeter-client (119/272)
32162026-04-01T17:34:16.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-04-01T17:34:16.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-04-01T17:34:16.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-04-01T17:34:16.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32202026-04-01T17:34:16.411Z
32212026-04-01T17:34:16.411Zinfo: running `cargo check --bins` on repo-depot-client (120/272)
32222026-04-01T17:34:16.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-04-01T17:34:16.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-04-01T17:34:16.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-04-01T17:34:16.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32262026-04-01T17:34:17.012Z
32272026-04-01T17:34:17.013Zinfo: running `cargo check --bins` on sled-agent-client (121/272)
32282026-04-01T17:34:17.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-04-01T17:34:17.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-04-01T17:34:17.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-04-01T17:34:17.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32322026-04-01T17:34:17.640Z
32332026-04-01T17:34:17.640Zinfo: running `cargo check --bins` on wicketd-client (122/272)
32342026-04-01T17:34:18.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-04-01T17:34:18.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-04-01T17:34:18.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-04-01T17:34:18.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32382026-04-01T17:34:18.280Z
32392026-04-01T17:34:18.280Zinfo: running `cargo check --bins` on installinator-common (123/272)
32402026-04-01T17:34:18.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-04-01T17:34:18.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-04-01T17:34:18.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-04-01T17:34:18.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32442026-04-01T17:34:18.905Z
32452026-04-01T17:34:18.905Zinfo: running `cargo check --bins` on installinator-common-versions (124/272)
32462026-04-01T17:34:19.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-04-01T17:34:19.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-04-01T17:34:19.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32492026-04-01T17:34:19.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32502026-04-01T17:34:19.504Z
32512026-04-01T17:34:19.504Zinfo: running `cargo check --bins` on wicket-common (125/272)
32522026-04-01T17:34:20.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32532026-04-01T17:34:20.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32542026-04-01T17:34:20.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32552026-04-01T17:34:20.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32562026-04-01T17:34:20.135Z
32572026-04-01T17:34:20.135Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/272)
32582026-04-01T17:34:20.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32592026-04-01T17:34:20.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32602026-04-01T17:34:20.836Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32612026-04-01T17:34:20.950Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32622026-04-01T17:34:20.959Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32632026-04-01T17:34:20.965Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32642026-04-01T17:34:20.972Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32652026-04-01T17:34:20.975Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32662026-04-01T17:34:20.994Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32672026-04-01T17:34:21.005Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32682026-04-01T17:34:21.137Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32692026-04-01T17:34:21.183Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32702026-04-01T17:34:21.208Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32712026-04-01T17:34:21.359Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-04-01T17:34:21.359Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32732026-04-01T17:34:22.133Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32742026-04-01T17:34:27.448Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32752026-04-01T17:34:28.093Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32762026-04-01T17:34:30.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s
32772026-04-01T17:34:30.673Z
32782026-04-01T17:34:30.673Zinfo: running `cargo check --bins` on cockroach-admin-api (127/272)
32792026-04-01T17:34:31.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-04-01T17:34:31.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-04-01T17:34:31.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-04-01T17:34:31.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32832026-04-01T17:34:31.288Z
32842026-04-01T17:34:31.288Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/272)
32852026-04-01T17:34:31.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-04-01T17:34:31.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-04-01T17:34:31.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-04-01T17:34:31.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32892026-04-01T17:34:31.977Z
32902026-04-01T17:34:31.978Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/272)
32912026-04-01T17:34:32.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-04-01T17:34:32.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-04-01T17:34:32.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-04-01T17:34:32.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32952026-04-01T17:34:32.671Z
32962026-04-01T17:34:32.671Zinfo: running `cargo check --bins` on gateway-test-utils (130/272)
32972026-04-01T17:34:33.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-04-01T17:34:33.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-04-01T17:34:33.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-04-01T17:34:33.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
33012026-04-01T17:34:33.334Z
33022026-04-01T17:34:33.334Zinfo: running `cargo check --bins` on omicron-gateway (131/272)
33032026-04-01T17:34:33.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-04-01T17:34:33.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-04-01T17:34:34.082Z Compiling radium v0.7.0
33062026-04-01T17:34:34.202Z Compiling maybe-uninit v2.0.0
33072026-04-01T17:34:34.202Z Checking tap v1.0.1
33082026-04-01T17:34:34.217Z Compiling zerocopy-derive v0.6.6
33092026-04-01T17:34:34.226Z Checking funty v2.0.0
33102026-04-01T17:34:34.230Z Checking crc-catalog v2.4.0
33112026-04-01T17:34:34.230Z Compiling packed_struct v0.10.1
33122026-04-01T17:34:34.262Z Compiling packed_struct_codegen v0.10.1
33132026-04-01T17:34:34.292Z Checking wyz v0.5.1
33142026-04-01T17:34:34.324Z Checking crc v3.4.0
33152026-04-01T17:34:34.481Z Compiling bitfield-macros v0.19.4
33162026-04-01T17:34:34.506Z Compiling indexmap v1.9.3
33172026-04-01T17:34:34.530Z Checking nodrop v0.1.14
33182026-04-01T17:34:34.561Z Checking hashbrown v0.12.3
33192026-04-01T17:34:34.573Z Checking smallvec v0.6.14
33202026-04-01T17:34:34.619Z Checking array-init v0.0.4
33212026-04-01T17:34:34.643Z Checking bitvec v1.0.1
33222026-04-01T17:34:34.723Z Checking tagptr v0.2.0
33232026-04-01T17:34:34.784Z Checking ron v0.8.1
33242026-04-01T17:34:34.873Z Checking moka v0.12.13
33252026-04-01T17:34:34.930Z Checking serde-hex v0.1.0
33262026-04-01T17:34:35.046Z Checking zerocopy v0.6.6
33272026-04-01T17:34:35.211Z Checking bitfield v0.19.4
33282026-04-01T17:34:35.319Z Checking hashbrown v0.13.2
33292026-04-01T17:34:35.333Z Checking crc-any v2.5.0
33302026-04-01T17:34:35.345Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33312026-04-01T17:34:35.348Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-04-01T17:34:35.479Z Checking half v1.8.3
33332026-04-01T17:34:35.503Z Checking path-slash v0.1.5
33342026-04-01T17:34:35.516Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-04-01T17:34:35.519Z Checking hickory-resolver v0.25.2
33362026-04-01T17:34:35.560Z Checking void v1.0.2
33372026-04-01T17:34:35.664Z Checking lzss v0.8.2
33382026-04-01T17:34:35.677Z Checking tungstenite v0.23.0
33392026-04-01T17:34:35.681Z Checking serde_cbor v0.11.2
33402026-04-01T17:34:35.732Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33412026-04-01T17:34:35.745Z Checking object v0.30.4
33422026-04-01T17:34:35.856Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33432026-04-01T17:34:36.014Z Checking nix v0.27.1
33442026-04-01T17:34:36.062Z Checking kstat-rs v0.2.4
33452026-04-01T17:34:36.095Z Checking fxhash v0.2.1
33462026-04-01T17:34:36.219Z Checking serde_bytes v0.11.19
33472026-04-01T17:34:36.233Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-04-01T17:34:36.248Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33492026-04-01T17:34:36.393Z Checking tokio-tungstenite v0.23.1
33502026-04-01T17:34:36.412Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33512026-04-01T17:34:36.529Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33522026-04-01T17:34:36.652Z Checking signal-hook-tokio v0.3.1
33532026-04-01T17:34:36.964Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33542026-04-01T17:34:37.354Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33552026-04-01T17:34:39.503Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-04-01T17:34:40.365Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33572026-04-01T17:34:40.643Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33582026-04-01T17:34:41.713Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33592026-04-01T17:34:43.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.40s
33602026-04-01T17:34:43.944Z
33612026-04-01T17:34:43.944Zinfo: running `cargo check --bins` on gateway-api (132/272)
33622026-04-01T17:34:44.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-04-01T17:34:44.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-04-01T17:34:44.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-04-01T17:34:44.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33662026-04-01T17:34:44.557Z
33672026-04-01T17:34:44.557Zinfo: running `cargo check --bins` on ipcc (133/272)
33682026-04-01T17:34:45.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-04-01T17:34:45.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-04-01T17:34:45.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-04-01T17:34:45.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33722026-04-01T17:34:45.164Z
33732026-04-01T17:34:45.164Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (134/272)
33742026-04-01T17:34:45.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-04-01T17:34:45.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-04-01T17:34:45.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-04-01T17:34:45.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33782026-04-01T17:34:45.755Z
33792026-04-01T17:34:45.755Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (135/272)
33802026-04-01T17:34:46.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-04-01T17:34:46.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-04-01T17:34:46.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-04-01T17:34:46.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33842026-04-01T17:34:46.368Z
33852026-04-01T17:34:46.368Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (136/272)
33862026-04-01T17:34:46.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-04-01T17:34:46.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-04-01T17:34:46.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-04-01T17:34:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33902026-04-01T17:34:46.978Z
33912026-04-01T17:34:46.978Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (137/272)
33922026-04-01T17:34:47.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-04-01T17:34:47.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-04-01T17:34:47.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-04-01T17:34:47.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33962026-04-01T17:34:47.581Z
33972026-04-01T17:34:47.581Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (138/272)
33982026-04-01T17:34:48.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-04-01T17:34:48.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-04-01T17:34:48.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-04-01T17:34:48.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34022026-04-01T17:34:48.189Z
34032026-04-01T17:34:48.189Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (139/272)
34042026-04-01T17:34:48.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-04-01T17:34:48.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-04-01T17:34:48.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-04-01T17:34:48.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34082026-04-01T17:34:48.801Z
34092026-04-01T17:34:48.801Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (140/272)
34102026-04-01T17:34:49.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-04-01T17:34:49.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-04-01T17:34:49.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-04-01T17:34:49.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34142026-04-01T17:34:49.412Z
34152026-04-01T17:34:49.413Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (141/272)
34162026-04-01T17:34:49.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-04-01T17:34:49.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-04-01T17:34:49.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-04-01T17:34:49.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34202026-04-01T17:34:50.027Z
34212026-04-01T17:34:50.028Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (142/272)
34222026-04-01T17:34:50.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-04-01T17:34:50.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-04-01T17:34:50.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-04-01T17:34:50.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34262026-04-01T17:34:50.637Z
34272026-04-01T17:34:50.637Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (143/272)
34282026-04-01T17:34:51.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-04-01T17:34:51.151Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-04-01T17:34:51.151Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-04-01T17:34:51.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34322026-04-01T17:34:51.246Z
34332026-04-01T17:34:51.246Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (144/272)
34342026-04-01T17:34:51.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-04-01T17:34:51.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-04-01T17:34:51.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-04-01T17:34:51.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34382026-04-01T17:34:51.860Z
34392026-04-01T17:34:51.860Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (145/272)
34402026-04-01T17:34:52.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-04-01T17:34:52.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-04-01T17:34:52.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-04-01T17:34:52.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34442026-04-01T17:34:52.474Z
34452026-04-01T17:34:52.475Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (146/272)
34462026-04-01T17:34:52.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-04-01T17:34:52.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-04-01T17:34:52.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-04-01T17:34:52.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34502026-04-01T17:34:53.085Z
34512026-04-01T17:34:53.085Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (147/272)
34522026-04-01T17:34:53.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-04-01T17:34:53.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-04-01T17:34:53.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-04-01T17:34:53.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34562026-04-01T17:34:53.698Z
34572026-04-01T17:34:53.698Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (148/272)
34582026-04-01T17:34:54.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-04-01T17:34:54.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-04-01T17:34:54.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-04-01T17:34:54.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34622026-04-01T17:34:54.310Z
34632026-04-01T17:34:54.310Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (149/272)
34642026-04-01T17:34:54.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-04-01T17:34:54.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-04-01T17:34:54.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-04-01T17:34:54.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34682026-04-01T17:34:54.922Z
34692026-04-01T17:34:54.922Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (150/272)
34702026-04-01T17:34:55.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-04-01T17:34:55.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-04-01T17:34:55.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-04-01T17:34:55.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34742026-04-01T17:34:55.531Z
34752026-04-01T17:34:55.531Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (151/272)
34762026-04-01T17:34:56.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-04-01T17:34:56.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-04-01T17:34:56.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-04-01T17:34:56.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34802026-04-01T17:34:56.141Z
34812026-04-01T17:34:56.141Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (152/272)
34822026-04-01T17:34:56.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-04-01T17:34:56.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-04-01T17:34:56.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-04-01T17:34:56.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34862026-04-01T17:34:56.749Z
34872026-04-01T17:34:56.749Zinfo: running `cargo check --bins` on oximeter-producer (153/272)
34882026-04-01T17:34:57.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-04-01T17:34:57.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-04-01T17:34:57.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34912026-04-01T17:34:57.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34922026-04-01T17:34:57.402Z
34932026-04-01T17:34:57.403Zinfo: running `cargo check --bins` on internal-dns-resolver (154/272)
34942026-04-01T17:34:57.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-04-01T17:34:57.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-04-01T17:34:57.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-04-01T17:34:57.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34982026-04-01T17:34:58.023Z
34992026-04-01T17:34:58.023Zinfo: running `cargo check --bins` on dns-server (155/272)
35002026-04-01T17:34:58.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-04-01T17:34:58.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-04-01T17:34:58.689Z Compiling parking_lot_core v0.8.6
35032026-04-01T17:34:58.692Z Compiling git-stub v1.0.0
35042026-04-01T17:34:58.692Z Compiling atomicwrites v0.4.4
35052026-04-01T17:34:58.692Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35062026-04-01T17:34:58.692Z Checking prefix-trie v0.7.0
35072026-04-01T17:34:58.926Z Compiling git-stub-vcs v0.1.0
35082026-04-01T17:34:59.102Z Checking hickory-server v0.25.2
35092026-04-01T17:34:59.200Z Checking parking_lot v0.11.2
35102026-04-01T17:34:59.204Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35112026-04-01T17:34:59.301Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35122026-04-01T17:34:59.301Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
35132026-04-01T17:34:59.372Z Checking sled v0.34.7
35142026-04-01T17:35:01.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
35152026-04-01T17:35:01.465Z
35162026-04-01T17:35:01.465Zinfo: running `cargo check --bins` on dns-server-api (156/272)
35172026-04-01T17:35:01.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-04-01T17:35:01.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-04-01T17:35:01.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-04-01T17:35:01.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35212026-04-01T17:35:02.080Z
35222026-04-01T17:35:02.080Zinfo: running `cargo check --bins` on sp-sim (157/272)
35232026-04-01T17:35:02.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-04-01T17:35:02.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-04-01T17:35:02.816Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35262026-04-01T17:35:04.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35272026-04-01T17:35:04.762Z
35282026-04-01T17:35:04.762Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/272)
35292026-04-01T17:35:05.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-04-01T17:35:05.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-04-01T17:35:05.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-04-01T17:35:05.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35332026-04-01T17:35:05.431Z
35342026-04-01T17:35:05.431Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/272)
35352026-04-01T17:35:05.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-04-01T17:35:05.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-04-01T17:35:05.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-04-01T17:35:06.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35392026-04-01T17:35:06.104Z
35402026-04-01T17:35:06.104Zinfo: running `cargo check --bins` on db-macros (160/272)
35412026-04-01T17:35:06.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-04-01T17:35:06.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-04-01T17:35:06.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-04-01T17:35:06.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35452026-04-01T17:35:06.706Z
35462026-04-01T17:35:06.706Zinfo: running `cargo check --bins` on nexus-macros-common (161/272)
35472026-04-01T17:35:07.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-04-01T17:35:07.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-04-01T17:35:07.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-04-01T17:35:07.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-04-01T17:35:07.303Z
35522026-04-01T17:35:07.304Zinfo: running `cargo check --bins` on nexus-auth (162/272)
35532026-04-01T17:35:07.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-04-01T17:35:07.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-04-01T17:35:07.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-04-01T17:35:07.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35572026-04-01T17:35:07.964Z
35582026-04-01T17:35:07.964Zinfo: running `cargo check --bins` on authz-macros (163/272)
35592026-04-01T17:35:08.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-04-01T17:35:08.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-04-01T17:35:08.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-04-01T17:35:08.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35632026-04-01T17:35:08.566Z
35642026-04-01T17:35:08.566Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/272)
35652026-04-01T17:35:09.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-04-01T17:35:09.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-04-01T17:35:09.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-04-01T17:35:09.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35692026-04-01T17:35:09.226Z
35702026-04-01T17:35:09.226Zinfo: running `cargo check --bins` on nexus-db-model (165/272)
35712026-04-01T17:35:09.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-04-01T17:35:09.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-04-01T17:35:09.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-04-01T17:35:09.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35752026-04-01T17:35:09.881Z
35762026-04-01T17:35:09.881Zinfo: running `cargo check --bins` on nexus-db-schema (166/272)
35772026-04-01T17:35:10.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-04-01T17:35:10.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-04-01T17:35:10.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-04-01T17:35:10.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35812026-04-01T17:35:10.491Z
35822026-04-01T17:35:10.491Zinfo: running `cargo check --bins` on omicron-rpaths (167/272)
35832026-04-01T17:35:10.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-04-01T17:35:11.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-04-01T17:35:11.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-04-01T17:35:11.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35872026-04-01T17:35:11.098Z
35882026-04-01T17:35:11.098Zinfo: running `cargo check --bins` on nexus-defaults (168/272)
35892026-04-01T17:35:11.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-04-01T17:35:11.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-04-01T17:35:11.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-04-01T17:35:11.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35932026-04-01T17:35:11.710Z
35942026-04-01T17:35:11.710Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/272)
35952026-04-01T17:35:12.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-04-01T17:35:12.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-04-01T17:35:12.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-04-01T17:35:12.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35992026-04-01T17:35:12.315Z
36002026-04-01T17:35:12.315Zinfo: running `cargo check --bins` on parallel-task-set (170/272)
36012026-04-01T17:35:12.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-04-01T17:35:12.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-04-01T17:35:12.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-04-01T17:35:12.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-04-01T17:35:12.919Z
36062026-04-01T17:35:12.919Zinfo: running `cargo check --bins` on nexus-db-errors (171/272)
36072026-04-01T17:35:13.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-04-01T17:35:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-04-01T17:35:13.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-04-01T17:35:13.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36112026-04-01T17:35:13.590Z
36122026-04-01T17:35:13.590Zinfo: running `cargo check --bins` on nexus-db-lookup (172/272)
36132026-04-01T17:35:14.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-04-01T17:35:14.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-04-01T17:35:14.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-04-01T17:35:14.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36172026-04-01T17:35:14.262Z
36182026-04-01T17:35:14.262Zinfo: running `cargo check --bins` on nexus-inventory (173/272)
36192026-04-01T17:35:14.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-04-01T17:35:14.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-04-01T17:35:14.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-04-01T17:35:14.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36232026-04-01T17:35:14.918Z
36242026-04-01T17:35:14.919Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/272)
36252026-04-01T17:35:15.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-04-01T17:35:15.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-04-01T17:35:15.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-04-01T17:35:15.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36292026-04-01T17:35:15.553Z
36302026-04-01T17:35:15.553Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/272)
36312026-04-01T17:35:16.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-04-01T17:35:16.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-04-01T17:35:16.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-04-01T17:35:16.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36352026-04-01T17:35:16.188Z
36362026-04-01T17:35:16.188Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/272)
36372026-04-01T17:35:16.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-04-01T17:35:16.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-04-01T17:35:16.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-04-01T17:35:16.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36412026-04-01T17:35:16.818Z
36422026-04-01T17:35:16.819Zinfo: running `cargo check --bins` on key-manager (177/272)
36432026-04-01T17:35:17.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-04-01T17:35:17.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-04-01T17:35:17.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-04-01T17:35:17.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36472026-04-01T17:35:17.429Z
36482026-04-01T17:35:17.429Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/272)
36492026-04-01T17:35:17.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-04-01T17:35:17.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-04-01T17:35:17.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-04-01T17:35:17.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36532026-04-01T17:35:18.058Z
36542026-04-01T17:35:18.058Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/272)
36552026-04-01T17:35:18.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-04-01T17:35:18.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-04-01T17:35:18.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-04-01T17:35:18.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36592026-04-01T17:35:18.684Z
36602026-04-01T17:35:18.684Zinfo: running `cargo check --bins` on typed-rng (180/272)
36612026-04-01T17:35:19.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-04-01T17:35:19.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-04-01T17:35:19.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-04-01T17:35:19.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36652026-04-01T17:35:19.287Z
36662026-04-01T17:35:19.287Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/272)
36672026-04-01T17:35:19.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-04-01T17:35:19.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-04-01T17:35:20.142Z Compiling libefi-sys v0.1.0
36702026-04-01T17:35:20.146Z Compiling bitfield-struct v0.6.2
36712026-04-01T17:35:20.287Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-04-01T17:35:20.297Z Compiling xshell-macros v0.2.7
36732026-04-01T17:35:20.307Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36742026-04-01T17:35:20.347Z Compiling salty v0.3.0
36752026-04-01T17:35:20.350Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36762026-04-01T17:35:20.354Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-04-01T17:35:20.354Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36782026-04-01T17:35:20.632Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36792026-04-01T17:35:20.647Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36802026-04-01T17:35:20.660Z Checking xshell v0.2.7
36812026-04-01T17:35:20.783Z Checking primeorder v0.13.6
36822026-04-01T17:35:20.814Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-04-01T17:35:20.852Z Compiling proc-macro-error-attr2 v2.0.0
36842026-04-01T17:35:20.869Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36852026-04-01T17:35:20.894Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36862026-04-01T17:35:20.918Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36872026-04-01T17:35:20.996Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36882026-04-01T17:35:21.019Z Checking p384 v0.13.1
36892026-04-01T17:35:21.077Z Compiling num-derive v0.3.3
36902026-04-01T17:35:21.136Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36912026-04-01T17:35:21.236Z Compiling proc-macro-error2 v2.0.1
36922026-04-01T17:35:21.325Z Compiling unicase v2.9.0
36932026-04-01T17:35:21.375Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36942026-04-01T17:35:21.532Z Compiling mime_guess v2.0.5
36952026-04-01T17:35:21.557Z Compiling tabled_derive v0.11.0
36962026-04-01T17:35:21.572Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36972026-04-01T17:35:21.590Z Compiling progenitor-impl v0.11.2
36982026-04-01T17:35:21.948Z Checking papergrid v0.17.0
36992026-04-01T17:35:21.963Z Checking libscf-sys v1.1.0
37002026-04-01T17:35:22.072Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37012026-04-01T17:35:22.099Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-04-01T17:35:22.233Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37032026-04-01T17:35:22.294Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37042026-04-01T17:35:22.730Z Checking testing_table v0.3.0
37052026-04-01T17:35:22.747Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37062026-04-01T17:35:22.812Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37072026-04-01T17:35:22.827Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-04-01T17:35:22.864Z Checking corncobs v0.1.4
37092026-04-01T17:35:22.915Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37102026-04-01T17:35:22.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37112026-04-01T17:35:23.011Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37122026-04-01T17:35:23.039Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37132026-04-01T17:35:23.075Z Checking tabled v0.20.0
37142026-04-01T17:35:23.172Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37152026-04-01T17:35:23.304Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37162026-04-01T17:35:23.369Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37172026-04-01T17:35:23.400Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37182026-04-01T17:35:23.637Z Checking progenitor-client v0.11.2
37192026-04-01T17:35:23.673Z Checking secrecy v0.8.0
37202026-04-01T17:35:23.804Z Checking http-range v0.1.5
37212026-04-01T17:35:23.934Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37222026-04-01T17:35:24.063Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37232026-04-01T17:35:24.066Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37242026-04-01T17:35:24.226Z Compiling progenitor-macro v0.11.2
37252026-04-01T17:35:24.376Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
37262026-04-01T17:35:24.409Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37272026-04-01T17:35:24.476Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37282026-04-01T17:35:24.601Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=multicast-e2e#8456ce46)
37292026-04-01T17:35:24.798Z Checking atty v0.2.14
37302026-04-01T17:35:24.813Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37312026-04-01T17:35:24.921Z Checking crc8 v0.1.1
37322026-04-01T17:35:24.965Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37332026-04-01T17:35:25.027Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4a98f905bcd56f74cfc77d1d317e77116d4c4827#4a98f905)
37342026-04-01T17:35:25.152Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37352026-04-01T17:35:25.271Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37362026-04-01T17:35:25.304Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37372026-04-01T17:35:25.529Z Checking hyper-staticfile v0.10.1
37382026-04-01T17:35:25.551Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-04-01T17:35:25.652Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37402026-04-01T17:35:25.832Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37412026-04-01T17:35:25.916Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37422026-04-01T17:35:25.976Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37432026-04-01T17:35:26.059Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-04-01T17:35:26.087Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-04-01T17:35:26.334Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37462026-04-01T17:35:26.467Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-04-01T17:35:26.615Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37482026-04-01T17:35:26.782Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37492026-04-01T17:35:27.006Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37502026-04-01T17:35:27.034Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37512026-04-01T17:35:27.278Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37522026-04-01T17:35:27.514Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37532026-04-01T17:35:27.942Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37542026-04-01T17:35:28.565Z Checking progenitor v0.11.2
37552026-04-01T17:35:28.707Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37562026-04-01T17:35:33.629Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37572026-04-01T17:35:44.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.54s
37582026-04-01T17:35:45.053Z
37592026-04-01T17:35:45.053Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/272)
37602026-04-01T17:35:45.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-04-01T17:35:45.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-04-01T17:35:45.846Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37632026-04-01T17:35:57.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s
37642026-04-01T17:35:57.319Z
37652026-04-01T17:35:57.319Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/272)
37662026-04-01T17:35:57.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-04-01T17:35:57.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-04-01T17:35:58.104Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37692026-04-01T17:36:09.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
37702026-04-01T17:36:09.517Z
37712026-04-01T17:36:09.517Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/272)
37722026-04-01T17:36:10.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-04-01T17:36:10.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-04-01T17:36:10.297Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37752026-04-01T17:36:21.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.07s
37762026-04-01T17:36:21.820Z
37772026-04-01T17:36:21.820Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/272)
37782026-04-01T17:36:22.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-04-01T17:36:22.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-04-01T17:36:22.602Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37812026-04-01T17:36:33.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.12s
37822026-04-01T17:36:34.171Z
37832026-04-01T17:36:34.171Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/272)
37842026-04-01T17:36:34.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-04-01T17:36:34.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-04-01T17:36:34.966Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37872026-04-01T17:36:46.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.99s
37882026-04-01T17:36:46.386Z
37892026-04-01T17:36:46.386Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/272)
37902026-04-01T17:36:46.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-04-01T17:36:46.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-04-01T17:36:47.168Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37932026-04-01T17:36:58.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s
37942026-04-01T17:36:58.720Z
37952026-04-01T17:36:58.720Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/272)
37962026-04-01T17:36:59.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-04-01T17:36:59.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-04-01T17:36:59.499Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37992026-04-01T17:37:10.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s
38002026-04-01T17:37:10.980Z
38012026-04-01T17:37:10.980Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/272)
38022026-04-01T17:37:11.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-04-01T17:37:11.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-04-01T17:37:11.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-04-01T17:37:11.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38062026-04-01T17:37:11.592Z
38072026-04-01T17:37:11.592Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/272)
38082026-04-01T17:37:12.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-04-01T17:37:12.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-04-01T17:37:12.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38112026-04-01T17:37:12.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38122026-04-01T17:37:12.202Z
38132026-04-01T17:37:12.202Zinfo: running `cargo check --bins` on range-requests (191/272)
38142026-04-01T17:37:12.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38152026-04-01T17:37:12.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38162026-04-01T17:37:12.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38172026-04-01T17:37:12.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38182026-04-01T17:37:12.803Z
38192026-04-01T17:37:12.803Zinfo: running `cargo check --bins` on repo-depot-api (192/272)
38202026-04-01T17:37:13.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38212026-04-01T17:37:13.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38222026-04-01T17:37:13.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38232026-04-01T17:37:13.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38242026-04-01T17:37:13.412Z
38252026-04-01T17:37:13.412Zinfo: running `cargo check --bins` on sled-agent-api (193/272)
38262026-04-01T17:37:13.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38272026-04-01T17:37:13.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38282026-04-01T17:37:13.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38292026-04-01T17:37:13.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38302026-04-01T17:37:14.041Z
38312026-04-01T17:37:14.042Zinfo: running `cargo check --bins` on sled-diagnostics (194/272)
38322026-04-01T17:37:14.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38332026-04-01T17:37:14.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38342026-04-01T17:37:14.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38352026-04-01T17:37:14.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38362026-04-01T17:37:14.674Z
38372026-04-01T17:37:14.674Zinfo: running `cargo check --bins` on zfs-test-harness (195/272)
38382026-04-01T17:37:15.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38392026-04-01T17:37:15.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38402026-04-01T17:37:15.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38412026-04-01T17:37:15.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38422026-04-01T17:37:15.292Z
38432026-04-01T17:37:15.292Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/272)
38442026-04-01T17:37:15.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38452026-04-01T17:37:15.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38462026-04-01T17:37:15.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38472026-04-01T17:37:15.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38482026-04-01T17:37:15.917Z
38492026-04-01T17:37:15.917Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/272)
38502026-04-01T17:37:16.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38512026-04-01T17:37:16.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38522026-04-01T17:37:16.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38532026-04-01T17:37:16.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38542026-04-01T17:37:16.549Z
38552026-04-01T17:37:16.549Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/272)
38562026-04-01T17:37:17.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38572026-04-01T17:37:17.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38582026-04-01T17:37:17.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38592026-04-01T17:37:17.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38602026-04-01T17:37:17.171Z
38612026-04-01T17:37:17.171Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/272)
38622026-04-01T17:37:17.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38632026-04-01T17:37:17.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38642026-04-01T17:37:17.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38652026-04-01T17:37:17.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38662026-04-01T17:37:17.795Z
38672026-04-01T17:37:17.796Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/272)
38682026-04-01T17:37:18.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-04-01T17:37:18.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-04-01T17:37:18.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38712026-04-01T17:37:18.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38722026-04-01T17:37:18.423Z
38732026-04-01T17:37:18.423Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/272)
38742026-04-01T17:37:18.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38752026-04-01T17:37:18.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38762026-04-01T17:37:18.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38772026-04-01T17:37:18.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38782026-04-01T17:37:19.051Z
38792026-04-01T17:37:19.052Zinfo: running `cargo check --bins` on transient-dns-server (202/272)
38802026-04-01T17:37:19.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38812026-04-01T17:37:19.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38822026-04-01T17:37:19.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38832026-04-01T17:37:19.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38842026-04-01T17:37:19.665Z
38852026-04-01T17:37:19.665Zinfo: running `cargo check --bins` on trust-quorum (203/272)
38862026-04-01T17:37:20.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-04-01T17:37:20.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-04-01T17:37:20.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-04-01T17:37:20.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38902026-04-01T17:37:20.297Z
38912026-04-01T17:37:20.297Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (204/272)
38922026-04-01T17:37:20.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-04-01T17:37:20.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-04-01T17:37:20.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-04-01T17:37:20.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38962026-04-01T17:37:20.941Z
38972026-04-01T17:37:20.941Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (205/272)
38982026-04-01T17:37:21.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-04-01T17:37:21.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-04-01T17:37:21.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-04-01T17:37:21.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39022026-04-01T17:37:21.604Z
39032026-04-01T17:37:21.604Zinfo: running `cargo check --bins` on update-common (206/272)
39042026-04-01T17:37:22.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-04-01T17:37:22.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-04-01T17:37:22.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-04-01T17:37:22.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39082026-04-01T17:37:22.222Z
39092026-04-01T17:37:22.222Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (207/272)
39102026-04-01T17:37:22.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-04-01T17:37:22.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-04-01T17:37:22.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39132026-04-01T17:37:22.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39142026-04-01T17:37:22.881Z
39152026-04-01T17:37:22.881Zinfo: running `cargo check --bins` on reconfigurator-cli (208/272)
39162026-04-01T17:37:23.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-04-01T17:37:23.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-04-01T17:37:23.654Z Compiling fs-err v2.11.0
39192026-04-01T17:37:23.657Z Checking ignore v0.4.25
39202026-04-01T17:37:23.785Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39212026-04-01T17:37:23.788Z Checking predicates-tree v1.0.13
39222026-04-01T17:37:23.791Z Checking parse-size v1.1.0
39232026-04-01T17:37:23.809Z Checking rand_seeder v0.4.0
39242026-04-01T17:37:23.813Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39252026-04-01T17:37:23.833Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-04-01T17:37:23.889Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39272026-04-01T17:37:23.910Z Compiling petname v2.0.2
39282026-04-01T17:37:23.948Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39292026-04-01T17:37:24.100Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39302026-04-01T17:37:24.115Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39312026-04-01T17:37:24.157Z Checking globwalk v0.9.1
39322026-04-01T17:37:24.236Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39332026-04-01T17:37:24.279Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39342026-04-01T17:37:24.337Z Checking camino-tempfile-ext v0.3.3
39352026-04-01T17:37:24.353Z Checking sapling-renderdag v0.1.0
39362026-04-01T17:37:24.467Z Checking sync-ptr v0.1.4
39372026-04-01T17:37:24.533Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39382026-04-01T17:37:24.586Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39392026-04-01T17:37:24.619Z Checking colored v2.2.0
39402026-04-01T17:37:24.667Z Checking assert_matches v1.5.0
39412026-04-01T17:37:24.878Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39422026-04-01T17:37:25.033Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39432026-04-01T17:37:25.036Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39442026-04-01T17:37:25.619Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39452026-04-01T17:37:26.906Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39462026-04-01T17:37:29.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.18s
39472026-04-01T17:37:29.291Z
39482026-04-01T17:37:29.291Zinfo: running `cargo check --bins` on omicron-repl-utils (209/272)
39492026-04-01T17:37:29.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-04-01T17:37:29.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-04-01T17:37:29.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39522026-04-01T17:37:29.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39532026-04-01T17:37:29.879Z
39542026-04-01T17:37:29.879Zinfo: running `cargo check --bins` on nexus-test-interface (210/272)
39552026-04-01T17:37:30.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-04-01T17:37:30.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-04-01T17:37:30.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39582026-04-01T17:37:30.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39592026-04-01T17:37:30.538Z
39602026-04-01T17:37:30.538Zinfo: running `cargo check --bins` on oximeter-collector (211/272)
39612026-04-01T17:37:31.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-04-01T17:37:31.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-04-01T17:37:31.271Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39642026-04-01T17:37:31.271Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39652026-04-01T17:37:31.916Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39662026-04-01T17:37:33.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s
39672026-04-01T17:37:33.667Z
39682026-04-01T17:37:33.667Zinfo: running `cargo check --bins` on oximeter-api (212/272)
39692026-04-01T17:37:34.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-04-01T17:37:34.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-04-01T17:37:34.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39722026-04-01T17:37:34.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39732026-04-01T17:37:34.277Z
39742026-04-01T17:37:34.277Zinfo: running `cargo check --bins` on cert-dev (213/272)
39752026-04-01T17:37:34.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39762026-04-01T17:37:34.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39772026-04-01T17:37:34.894Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-04-01T17:37:35.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s
39792026-04-01T17:37:35.351Z
39802026-04-01T17:37:35.351Zinfo: running `cargo check --bins` on clickana (214/272)
39812026-04-01T17:37:35.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-04-01T17:37:35.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-04-01T17:37:35.998Z Compiling darling_core v0.23.0
39842026-04-01T17:37:36.002Z Compiling instability v0.3.11
39852026-04-01T17:37:36.115Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39862026-04-01T17:37:36.119Z Checking castaway v0.2.4
39872026-04-01T17:37:36.124Z Compiling indoc v2.0.7
39882026-04-01T17:37:36.144Z Checking unicode-truncate v1.1.0
39892026-04-01T17:37:36.147Z Checking lru v0.12.5
39902026-04-01T17:37:36.147Z Checking cassowary v0.3.0
39912026-04-01T17:37:36.223Z Checking compact_str v0.8.1
39922026-04-01T17:37:37.064Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-04-01T17:37:37.246Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-04-01T17:37:37.511Z Compiling darling_macro v0.23.0
39952026-04-01T17:37:37.922Z Compiling darling v0.23.0
39962026-04-01T17:37:38.524Z Checking ratatui v0.29.0
39972026-04-01T17:37:39.576Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-04-01T17:37:40.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.89s
39992026-04-01T17:37:40.438Z
40002026-04-01T17:37:40.438Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/272)
40012026-04-01T17:37:40.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-01T17:37:40.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-01T17:37:41.174Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40042026-04-01T17:37:41.174Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40052026-04-01T17:37:41.762Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40062026-04-01T17:37:42.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
40072026-04-01T17:37:42.379Z
40082026-04-01T17:37:42.379Zinfo: running `cargo check --bins` on ch-dev (216/272)
40092026-04-01T17:37:42.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-04-01T17:37:42.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-04-01T17:37:43.109Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40122026-04-01T17:37:43.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40132026-04-01T17:37:44.048Z
40142026-04-01T17:37:44.048Zinfo: running `cargo check --bins` on dev-tools-common (217/272)
40152026-04-01T17:37:44.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-04-01T17:37:44.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-04-01T17:37:44.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40182026-04-01T17:37:44.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
40192026-04-01T17:37:44.528Z
40202026-04-01T17:37:44.528Zinfo: running `cargo check --bins` on crdb-seed (218/272)
40212026-04-01T17:37:45.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-04-01T17:37:45.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-04-01T17:37:45.265Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40242026-04-01T17:37:45.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s
40252026-04-01T17:37:45.924Z
40262026-04-01T17:37:45.924Zinfo: running `cargo check --bins` on db-dev (219/272)
40272026-04-01T17:37:46.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-04-01T17:37:46.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-04-01T17:37:46.650Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40302026-04-01T17:37:47.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40312026-04-01T17:37:47.619Z
40322026-04-01T17:37:47.619Zinfo: running `cargo check --bins` on omicron-dev-lib (220/272)
40332026-04-01T17:37:48.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-04-01T17:37:48.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-04-01T17:37:48.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40362026-04-01T17:37:48.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
40372026-04-01T17:37:48.276Z
40382026-04-01T17:37:48.276Zinfo: running `cargo check --bins` on xtask-downloader (221/272)
40392026-04-01T17:37:48.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-04-01T17:37:48.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-04-01T17:37:48.897Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40422026-04-01T17:37:49.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40432026-04-01T17:37:49.759Z
40442026-04-01T17:37:49.759Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/272)
40452026-04-01T17:37:50.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40462026-04-01T17:37:50.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40472026-04-01T17:37:50.504Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40482026-04-01T17:37:50.504Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40492026-04-01T17:37:50.504Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=abae2128f6e33a01cfb8dc2b75b362c48321bb9e#abae2128)
40502026-04-01T17:37:50.507Z Checking git-stub v1.0.0
40512026-04-01T17:37:50.507Z Compiling trait-variant v0.1.2
40522026-04-01T17:37:50.507Z Checking is_ci v1.2.0
40532026-04-01T17:37:50.507Z Checking maplit v1.0.2
40542026-04-01T17:37:50.507Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40552026-04-01T17:37:50.696Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40562026-04-01T17:37:50.746Z Checking supports-color v3.0.2
40572026-04-01T17:37:50.788Z Checking git-stub-vcs v0.1.0
40582026-04-01T17:37:50.874Z Checking drift v0.1.3
40592026-04-01T17:37:50.888Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40602026-04-01T17:37:50.906Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40612026-04-01T17:37:50.984Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40622026-04-01T17:37:51.081Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40632026-04-01T17:37:51.136Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40642026-04-01T17:37:51.157Z Checking dropshot-api-manager v0.6.0
40652026-04-01T17:37:51.185Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40662026-04-01T17:37:51.360Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40672026-04-01T17:37:51.402Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40682026-04-01T17:37:51.598Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=abae2128f6e33a01cfb8dc2b75b362c48321bb9e#abae2128)
40692026-04-01T17:37:51.868Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40702026-04-01T17:37:56.911Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40712026-04-01T17:37:57.911Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40722026-04-01T17:37:58.461Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40732026-04-01T17:37:58.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.11s
40742026-04-01T17:37:59.088Z
40752026-04-01T17:37:59.088Zinfo: running `cargo check --bins` on installinator-api (223/272)
40762026-04-01T17:37:59.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-04-01T17:37:59.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-04-01T17:37:59.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-04-01T17:37:59.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40802026-04-01T17:37:59.706Z
40812026-04-01T17:37:59.706Zinfo: running `cargo check --bins` on nexus-external-api (224/272)
40822026-04-01T17:38:00.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-04-01T17:38:00.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-04-01T17:38:00.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-04-01T17:38:00.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40862026-04-01T17:38:00.359Z
40872026-04-01T17:38:00.359Zinfo: running `cargo check --bins` on nexus-internal-api (225/272)
40882026-04-01T17:38:00.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-04-01T17:38:00.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-04-01T17:38:00.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-04-01T17:38:00.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40922026-04-01T17:38:01.006Z
40932026-04-01T17:38:01.006Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/272)
40942026-04-01T17:38:01.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-04-01T17:38:01.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-04-01T17:38:01.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-04-01T17:38:01.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40982026-04-01T17:38:01.652Z
40992026-04-01T17:38:01.652Zinfo: running `cargo check --bins` on ntp-admin-api (227/272)
41002026-04-01T17:38:02.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-04-01T17:38:02.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-04-01T17:38:02.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-04-01T17:38:02.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41042026-04-01T17:38:02.254Z
41052026-04-01T17:38:02.254Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/272)
41062026-04-01T17:38:02.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-04-01T17:38:02.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-04-01T17:38:02.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-04-01T17:38:02.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41102026-04-01T17:38:02.846Z
41112026-04-01T17:38:02.846Zinfo: running `cargo check --bins` on wicketd-api (229/272)
41122026-04-01T17:38:03.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-04-01T17:38:03.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-04-01T17:38:03.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-04-01T17:38:03.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41162026-04-01T17:38:03.463Z
41172026-04-01T17:38:03.463Zinfo: running `cargo check --bins` on omicron-ls-apis (230/272)
41182026-04-01T17:38:03.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-04-01T17:38:03.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-04-01T17:38:04.070Z Checking erased-serde v0.4.9
41212026-04-01T17:38:04.177Z Checking ordered-float v2.10.1
41222026-04-01T17:38:04.192Z Checking unicode-xid v0.2.6
41232026-04-01T17:38:04.209Z Checking cargo-platform v0.2.0
41242026-04-01T17:38:04.368Z Checking serde-value v0.7.0
41252026-04-01T17:38:04.476Z Checking serde-untagged v0.1.9
41262026-04-01T17:38:04.640Z Checking cargo-util-schemas v0.8.2
41272026-04-01T17:38:05.329Z Checking cargo_metadata v0.21.0
41282026-04-01T17:38:05.928Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41292026-04-01T17:38:06.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41302026-04-01T17:38:06.794Z
41312026-04-01T17:38:06.794Zinfo: running `cargo check --bins` on mgs-dev (231/272)
41322026-04-01T17:38:07.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-04-01T17:38:07.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-04-01T17:38:07.535Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41352026-04-01T17:38:08.153Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41362026-04-01T17:38:08.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41372026-04-01T17:38:08.855Z
41382026-04-01T17:38:08.855Zinfo: running `cargo check --bins --no-default-features` on omicron-omdb (232/272)
41392026-04-01T17:38:09.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-04-01T17:38:09.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-04-01T17:38:09.712Z Compiling vergen-gitcl v1.0.8
41422026-04-01T17:38:09.712Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41432026-04-01T17:38:09.712Z Compiling dirs-sys-next v0.1.2
41442026-04-01T17:38:09.712Z Compiling glob v0.3.3
41452026-04-01T17:38:09.712Z Compiling crunchy v0.2.4
41462026-04-01T17:38:09.715Z Compiling diesel_derives v2.3.7
41472026-04-01T17:38:09.715Z Compiling dsl_auto_type v0.2.0
41482026-04-01T17:38:09.715Z Checking scheduled-thread-pool v0.2.7
41492026-04-01T17:38:09.990Z Compiling diesel_table_macro_syntax v0.3.0
41502026-04-01T17:38:10.061Z Compiling dirs-next v2.0.0
41512026-04-01T17:38:10.120Z Compiling tiny-keccak v2.0.2
41522026-04-01T17:38:10.175Z Compiling term v0.7.0
41532026-04-01T17:38:10.204Z Checking r2d2 v0.8.10
41542026-04-01T17:38:10.258Z Checking downcast-rs v2.0.2
41552026-04-01T17:38:10.288Z Compiling clang-sys v1.8.1
41562026-04-01T17:38:10.334Z Compiling bit-vec v0.6.3
41572026-04-01T17:38:10.409Z Compiling itertools v0.10.5
41582026-04-01T17:38:10.553Z Compiling bit-set v0.5.3
41592026-04-01T17:38:10.665Z Compiling ascii-canvas v3.0.0
41602026-04-01T17:38:10.718Z Compiling ena v0.14.4
41612026-04-01T17:38:10.763Z Compiling libloading v0.8.9
41622026-04-01T17:38:10.777Z Compiling bindgen v0.71.1
41632026-04-01T17:38:10.810Z Compiling regex-syntax v0.6.29
41642026-04-01T17:38:10.912Z Compiling diff v0.1.13
41652026-04-01T17:38:10.971Z Compiling cexpr v0.6.0
41662026-04-01T17:38:11.181Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41672026-04-01T17:38:11.219Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41682026-04-01T17:38:11.389Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41692026-04-01T17:38:11.408Z Compiling libxml v0.3.3
41702026-04-01T17:38:11.469Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41712026-04-01T17:38:11.647Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41722026-04-01T17:38:11.667Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41732026-04-01T17:38:11.783Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41742026-04-01T17:38:11.860Z Compiling strum_macros v0.24.3
41752026-04-01T17:38:11.980Z Compiling indoc v1.0.9
41762026-04-01T17:38:12.422Z Compiling lalrpop v0.19.12
41772026-04-01T17:38:12.893Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41782026-04-01T17:38:12.908Z Checking derive_builder v0.20.2
41792026-04-01T17:38:13.028Z Compiling oso-derive v0.27.3
41802026-04-01T17:38:13.086Z Checking quick-xml v0.37.5
41812026-04-01T17:38:13.194Z Compiling impl-trait-for-tuples v0.2.3
41822026-04-01T17:38:13.525Z Checking openssl-probe v0.1.6
41832026-04-01T17:38:13.671Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41842026-04-01T17:38:13.970Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41852026-04-01T17:38:14.169Z Checking bb8 v0.8.6
41862026-04-01T17:38:14.435Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41872026-04-01T17:38:14.459Z Checking nonempty v0.12.0
41882026-04-01T17:38:14.593Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41892026-04-01T17:38:14.625Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41902026-04-01T17:38:14.664Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41912026-04-01T17:38:14.748Z Checking support-bundle-viewer v0.1.2
41922026-04-01T17:38:14.807Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41932026-04-01T17:38:14.843Z Checking multimap v0.10.1
41942026-04-01T17:38:15.732Z Checking diesel v2.3.7
41952026-04-01T17:38:17.124Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41962026-04-01T17:38:18.113Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41972026-04-01T17:38:18.449Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41982026-04-01T17:38:18.764Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41992026-04-01T17:38:19.811Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42002026-04-01T17:38:19.873Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42012026-04-01T17:38:20.003Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42022026-04-01T17:38:20.607Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42032026-04-01T17:38:22.607Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42042026-04-01T17:38:27.529Z Compiling samael v0.0.19
42052026-04-01T17:38:31.174Z Checking async-bb8-diesel v0.2.1
42062026-04-01T17:38:31.526Z Checking diesel-dtrace v0.5.0
42072026-04-01T17:38:32.483Z Compiling polar-core v0.27.3
42082026-04-01T17:38:36.894Z Checking oso v0.27.3
42092026-04-01T17:39:12.389Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42102026-04-01T17:39:45.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42112026-04-01T17:39:45.398Z
42122026-04-01T17:39:45.398Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-omdb (233/272)
42132026-04-01T17:39:45.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42142026-04-01T17:39:45.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42152026-04-01T17:39:46.201Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42162026-04-01T17:39:53.508Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.10s
42172026-04-01T17:39:53.742Z
42182026-04-01T17:39:53.742Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (234/272)
42192026-04-01T17:39:54.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42202026-04-01T17:39:54.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42212026-04-01T17:39:54.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42222026-04-01T17:39:54.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42232026-04-01T17:39:54.397Z
42242026-04-01T17:39:54.397Zinfo: running `cargo check --bins` on nexus-saga-recovery (235/272)
42252026-04-01T17:39:54.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42262026-04-01T17:39:54.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42272026-04-01T17:39:54.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42282026-04-01T17:39:54.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42292026-04-01T17:39:55.049Z
42302026-04-01T17:39:55.049Zinfo: running `cargo check --bins` on nexus-test-utils-macros (236/272)
42312026-04-01T17:39:55.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42322026-04-01T17:39:55.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42332026-04-01T17:39:55.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42342026-04-01T17:39:55.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42352026-04-01T17:39:55.637Z
42362026-04-01T17:39:55.637Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (237/272)
42372026-04-01T17:39:56.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42382026-04-01T17:39:56.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42392026-04-01T17:39:56.498Z Compiling libz-sys v1.1.24
42402026-04-01T17:39:56.630Z Compiling libgit2-sys v0.18.3+1.9.2
42412026-04-01T17:39:56.642Z Compiling vergen-git2 v1.0.7
42422026-04-01T17:39:56.667Z Compiling rustls v0.21.12
42432026-04-01T17:39:56.670Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42442026-04-01T17:39:56.670Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42452026-04-01T17:39:56.670Z Checking rustls-webpki v0.101.7
42462026-04-01T17:39:56.670Z Checking sct v0.7.1
42472026-04-01T17:39:56.844Z Compiling nix v0.29.0
42482026-04-01T17:39:56.893Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42492026-04-01T17:39:56.930Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42502026-04-01T17:39:56.965Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42512026-04-01T17:39:57.004Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42522026-04-01T17:39:57.182Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42532026-04-01T17:39:57.210Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42542026-04-01T17:39:57.238Z Checking rustls-pemfile v1.0.4
42552026-04-01T17:39:57.372Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42562026-04-01T17:39:57.476Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42572026-04-01T17:39:57.651Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42582026-04-01T17:39:57.670Z Checking twox-hash v2.1.2
42592026-04-01T17:39:57.800Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42602026-04-01T17:39:58.295Z Checking tokio-rustls v0.24.1
42612026-04-01T17:39:58.319Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42622026-04-01T17:39:58.425Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42632026-04-01T17:39:58.490Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42642026-04-01T17:39:58.540Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42652026-04-01T17:39:58.683Z Checking fatfs v0.3.6
42662026-04-01T17:39:58.980Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42672026-04-01T17:39:59.128Z Compiling seq-macro v0.3.6
42682026-04-01T17:40:03.119Z Compiling git2 v0.20.4
42692026-04-01T17:40:03.380Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42702026-04-01T17:40:03.511Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42712026-04-01T17:40:05.341Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42722026-04-01T17:40:51.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s
42732026-04-01T17:40:52.215Z
42742026-04-01T17:40:52.215Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/272)
42752026-04-01T17:40:52.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-04-01T17:40:52.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-04-01T17:40:53.099Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42782026-04-01T17:41:32.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.87s
42792026-04-01T17:41:32.307Z
42802026-04-01T17:41:32.307Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-nexus (239/272)
42812026-04-01T17:41:32.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-04-01T17:41:32.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-04-01T17:41:33.135Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-04-01T17:42:12.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.89s
42852026-04-01T17:42:12.442Z
42862026-04-01T17:42:12.442Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42872026-04-01T17:42:12.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-04-01T17:42:12.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-04-01T17:42:12.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-04-01T17:42:12.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42912026-04-01T17:42:13.040Z
42922026-04-01T17:42:13.040Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (241/272)
42932026-04-01T17:42:13.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-04-01T17:42:13.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-04-01T17:42:13.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-04-01T17:42:13.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42972026-04-01T17:42:13.701Z
42982026-04-01T17:42:13.702Zinfo: running `cargo check --bins` on nexus-mgs-updates (242/272)
42992026-04-01T17:42:14.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-04-01T17:42:14.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-04-01T17:42:14.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-04-01T17:42:14.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-04-01T17:42:14.349Z
43042026-04-01T17:42:14.349Zinfo: running `cargo check --bins` on nexus-networking (243/272)
43052026-04-01T17:42:14.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-04-01T17:42:14.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-04-01T17:42:14.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-04-01T17:42:14.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-04-01T17:42:15.007Z
43102026-04-01T17:42:15.007Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (244/272)
43112026-04-01T17:42:15.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-04-01T17:42:15.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-04-01T17:42:15.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-04-01T17:42:15.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-04-01T17:42:15.674Z
43162026-04-01T17:42:15.674Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (245/272)
43172026-04-01T17:42:16.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-04-01T17:42:16.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-04-01T17:42:16.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-04-01T17:42:16.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-04-01T17:42:16.345Z
43222026-04-01T17:42:16.345Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (246/272)
43232026-04-01T17:42:16.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-04-01T17:42:16.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-04-01T17:42:16.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-04-01T17:42:16.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43272026-04-01T17:42:17.001Z
43282026-04-01T17:42:17.002Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (247/272)
43292026-04-01T17:42:17.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-04-01T17:42:17.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-04-01T17:42:17.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-04-01T17:42:17.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43332026-04-01T17:42:17.672Z
43342026-04-01T17:42:17.672Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43352026-04-01T17:42:18.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-04-01T17:42:18.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-04-01T17:42:18.569Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43382026-04-01T17:42:18.572Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43392026-04-01T17:42:18.758Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43402026-04-01T17:42:18.789Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43412026-04-01T17:42:18.808Z Checking diff v0.1.13
43422026-04-01T17:42:18.811Z Checking yansi v1.0.1
43432026-04-01T17:42:18.811Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43442026-04-01T17:42:18.836Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43452026-04-01T17:42:18.896Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43462026-04-01T17:42:19.066Z Checking pretty_assertions v1.4.1
43472026-04-01T17:42:19.709Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43482026-04-01T17:42:42.675Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43492026-04-01T17:42:42.678Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43502026-04-01T17:42:42.678Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43512026-04-01T17:42:42.678Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43522026-04-01T17:42:42.678Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43532026-04-01T17:42:42.678Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43542026-04-01T17:42:43.371Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43552026-04-01T17:42:44.450Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43562026-04-01T17:43:22.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43572026-04-01T17:43:23.168Z
43582026-04-01T17:43:23.168Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43592026-04-01T17:43:23.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43602026-04-01T17:43:23.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43612026-04-01T17:43:23.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43622026-04-01T17:43:23.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43632026-04-01T17:43:23.772Z
43642026-04-01T17:43:23.772Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43652026-04-01T17:43:24.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43662026-04-01T17:43:24.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43672026-04-01T17:43:24.553Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43682026-04-01T17:43:24.675Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43692026-04-01T17:43:24.678Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43702026-04-01T17:43:49.759Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43712026-04-01T17:43:50.141Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43722026-04-01T17:43:51.820Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43732026-04-01T17:43:52.266Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43742026-04-01T17:43:55.201Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43752026-04-01T17:44:17.116Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43762026-04-01T17:44:17.745Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43772026-04-01T17:44:19.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.59s
43782026-04-01T17:44:19.599Z
43792026-04-01T17:44:19.599Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43802026-04-01T17:44:20.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43812026-04-01T17:44:20.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43822026-04-01T17:44:20.329Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43832026-04-01T17:44:21.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
43842026-04-01T17:44:21.209Z
43852026-04-01T17:44:21.209Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43862026-04-01T17:44:21.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43872026-04-01T17:44:21.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43882026-04-01T17:44:21.874Z Compiling blake3 v1.8.3
43892026-04-01T17:44:21.985Z Checking arrayref v0.3.9
43902026-04-01T17:44:21.985Z Checking constant_time_eq v0.4.2
43912026-04-01T17:44:21.988Z Checking arrayvec v0.7.6
43922026-04-01T17:44:22.004Z Checking topological-sort v0.2.2
43932026-04-01T17:44:22.007Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43942026-04-01T17:44:22.007Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43952026-04-01T17:44:22.007Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43962026-04-01T17:44:22.046Z Checking shell-words v1.1.1
43972026-04-01T17:44:22.878Z Checking omicron-zone-package v0.12.2
43982026-04-01T17:44:23.615Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43992026-04-01T17:44:24.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
44002026-04-01T17:44:24.690Z
44012026-04-01T17:44:24.690Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44022026-04-01T17:44:25.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-04-01T17:44:25.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-04-01T17:44:25.346Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44052026-04-01T17:44:25.673Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44062026-04-01T17:44:26.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44072026-04-01T17:44:26.278Z
44082026-04-01T17:44:26.278Zinfo: running `cargo check --bins` on schema (254/272)
44092026-04-01T17:44:26.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-04-01T17:44:26.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-04-01T17:44:27.011Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44122026-04-01T17:44:27.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44132026-04-01T17:44:27.919Z
44142026-04-01T17:44:27.919Zinfo: running `cargo check --bins` on xtask (255/272)
44152026-04-01T17:44:28.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-04-01T17:44:28.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-04-01T17:44:28.383Z Checking libc v0.2.180
44182026-04-01T17:44:28.465Z Checking serde v1.0.228
44192026-04-01T17:44:28.469Z Checking zerofrom v0.1.6
44202026-04-01T17:44:28.474Z Checking bitflags v2.11.0
44212026-04-01T17:44:28.480Z Checking hashbrown v0.16.1
44222026-04-01T17:44:28.483Z Checking smallvec v1.15.1
44232026-04-01T17:44:28.496Z Checking serde_json v1.0.149
44242026-04-01T17:44:28.506Z Checking scroll v0.12.0
44252026-04-01T17:44:28.569Z Checking yoke v0.8.1
44262026-04-01T17:44:28.623Z Checking num-traits v0.2.19
44272026-04-01T17:44:28.661Z Checking thiserror v1.0.69
44282026-04-01T17:44:28.729Z Checking log v0.4.29
44292026-04-01T17:44:28.741Z Checking zerovec v0.11.5
44302026-04-01T17:44:28.751Z Checking zerotrie v0.2.3
44312026-04-01T17:44:28.760Z Checking errno v0.3.14
44322026-04-01T17:44:28.854Z Checking serde_spanned v0.6.9
44332026-04-01T17:44:28.876Z Checking toml_datetime v0.6.11
44342026-04-01T17:44:28.879Z Checking rustix v1.1.3
44352026-04-01T17:44:28.922Z Checking indexmap v2.13.0
44362026-04-01T17:44:28.978Z Checking percent-encoding v2.3.2
44372026-04-01T17:44:28.988Z Checking goblin v0.8.2
44382026-04-01T17:44:29.061Z Checking zerocopy v0.7.35
44392026-04-01T17:44:29.099Z Checking getrandom v0.4.1
44402026-04-01T17:44:29.131Z Checking form_urlencoded v1.2.2
44412026-04-01T17:44:29.140Z Checking ordered-float v2.10.1
44422026-04-01T17:44:29.177Z Checking tinystr v0.8.2
44432026-04-01T17:44:29.262Z Checking potential_utf v0.1.4
44442026-04-01T17:44:29.265Z Checking thiserror v2.0.18
44452026-04-01T17:44:29.357Z Checking icu_locale_core v2.1.1
44462026-04-01T17:44:29.369Z Checking serde-value v0.7.0
44472026-04-01T17:44:29.377Z Checking syn v2.0.117
44482026-04-01T17:44:29.390Z Checking icu_collections v2.1.1
44492026-04-01T17:44:29.461Z Checking toml_edit v0.22.27
44502026-04-01T17:44:29.552Z Checking dtrace-parser v0.2.0
44512026-04-01T17:44:29.565Z Checking thread-id v4.2.2
44522026-04-01T17:44:29.648Z Checking once_cell v1.21.3
44532026-04-01T17:44:29.700Z Checking terminal_size v0.4.3
44542026-04-01T17:44:29.712Z Checking cargo-platform v0.2.0
44552026-04-01T17:44:29.787Z Checking memmap v0.7.0
44562026-04-01T17:44:29.817Z Checking clap_builder v4.5.60
44572026-04-01T17:44:29.820Z Checking tempfile v3.25.0
44582026-04-01T17:44:29.889Z Checking textwrap v0.16.2
44592026-04-01T17:44:29.912Z Checking icu_provider v2.1.1
44602026-04-01T17:44:29.923Z Checking fs-err v3.3.0
44612026-04-01T17:44:30.020Z Checking camino-tempfile v1.4.1
44622026-04-01T17:44:30.101Z Checking tabled v0.15.0
44632026-04-01T17:44:30.104Z Checking anyhow v1.0.102
44642026-04-01T17:44:30.151Z Checking icu_properties v2.1.2
44652026-04-01T17:44:30.180Z Checking icu_normalizer v2.1.1
44662026-04-01T17:44:30.311Z Checking macaddr v1.0.1
44672026-04-01T17:44:30.492Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44682026-04-01T17:44:30.553Z Checking toml v0.8.23
44692026-04-01T17:44:30.862Z Checking dof v0.3.0
44702026-04-01T17:44:30.865Z Checking cargo_toml v0.21.0
44712026-04-01T17:44:30.949Z Checking idna_adapter v1.2.1
44722026-04-01T17:44:31.003Z Checking clap v4.5.60
44732026-04-01T17:44:31.147Z Checking idna v1.1.0
44742026-04-01T17:44:31.159Z Checking usdt-impl v0.5.0
44752026-04-01T17:44:31.355Z Checking url v2.5.8
44762026-04-01T17:44:31.415Z Checking usdt v0.5.0
44772026-04-01T17:44:31.655Z Checking cargo-util-schemas v0.8.2
44782026-04-01T17:44:32.350Z Checking cargo_metadata v0.21.0
44792026-04-01T17:44:32.954Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44802026-04-01T17:44:33.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s
44812026-04-01T17:44:33.511Z
44822026-04-01T17:44:33.511Zinfo: running `cargo check --bins` on dnsadm (256/272)
44832026-04-01T17:44:34.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44842026-04-01T17:44:34.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44852026-04-01T17:44:34.156Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44862026-04-01T17:44:34.635Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44872026-04-01T17:44:35.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
44882026-04-01T17:44:35.219Z
44892026-04-01T17:44:35.219Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44902026-04-01T17:44:35.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-04-01T17:44:35.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-04-01T17:44:36.018Z Checking polyval v0.6.2
44932026-04-01T17:44:36.143Z Checking ctr v0.9.2
44942026-04-01T17:44:36.154Z Checking ssh-encoding v0.2.0
44952026-04-01T17:44:36.154Z Checking blowfish v0.9.1
44962026-04-01T17:44:36.176Z Checking password-hash v0.4.2
44972026-04-01T17:44:36.191Z Checking p521 v0.13.3
44982026-04-01T17:44:36.194Z Checking p256 v0.13.2
44992026-04-01T17:44:36.220Z Checking russh-cryptovec v0.7.3
45002026-04-01T17:44:36.290Z Checking ghash v0.5.1
45012026-04-01T17:44:36.308Z Checking bcrypt-pbkdf v0.10.0
45022026-04-01T17:44:36.310Z Checking md5 v0.7.0
45032026-04-01T17:44:36.376Z Checking num-bigint v0.4.6
45042026-04-01T17:44:36.376Z Checking des v0.8.1
45052026-04-01T17:44:36.409Z Checking pbkdf2 v0.11.0
45062026-04-01T17:44:36.447Z Checking aes-gcm v0.10.3
45072026-04-01T17:44:36.450Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45082026-04-01T17:44:36.509Z Checking hex-literal v0.4.1
45092026-04-01T17:44:36.523Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45102026-04-01T17:44:36.543Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45112026-04-01T17:44:36.579Z Checking internet-checksum v0.2.1
45122026-04-01T17:44:36.601Z Checking ssh-cipher v0.2.0
45132026-04-01T17:44:36.765Z Checking ssh-key v0.6.7
45142026-04-01T17:44:36.813Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45152026-04-01T17:44:37.391Z Checking russh-keys v0.45.0
45162026-04-01T17:44:37.940Z Checking russh v0.45.0
45172026-04-01T17:44:52.673Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45182026-04-01T17:44:53.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.64s
45192026-04-01T17:44:54.084Z
45202026-04-01T17:44:54.084Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45212026-04-01T17:44:54.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-04-01T17:44:54.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-04-01T17:44:54.737Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45242026-04-01T17:44:54.845Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45252026-04-01T17:44:54.853Z Checking termios v0.3.3
45262026-04-01T17:44:56.057Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45272026-04-01T17:44:56.208Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45282026-04-01T17:44:58.057Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45292026-04-01T17:44:58.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s
45302026-04-01T17:44:58.826Z
45312026-04-01T17:44:58.826Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45322026-04-01T17:44:59.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45332026-04-01T17:44:59.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45342026-04-01T17:44:59.545Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45352026-04-01T17:44:59.548Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45362026-04-01T17:44:59.669Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45372026-04-01T17:44:59.669Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45382026-04-01T17:44:59.682Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45392026-04-01T17:44:59.691Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45402026-04-01T17:45:00.406Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45412026-04-01T17:45:00.751Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45422026-04-01T17:45:00.751Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45432026-04-01T17:45:01.379Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45442026-04-01T17:45:02.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45452026-04-01T17:45:03.183Z
45462026-04-01T17:45:03.184Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45472026-04-01T17:45:03.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-04-01T17:45:03.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-04-01T17:45:03.825Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45502026-04-01T17:45:04.283Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45512026-04-01T17:45:04.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45522026-04-01T17:45:04.803Z
45532026-04-01T17:45:04.803Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45542026-04-01T17:45:05.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-04-01T17:45:05.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-04-01T17:45:05.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45572026-04-01T17:45:05.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45582026-04-01T17:45:05.400Z
45592026-04-01T17:45:05.400Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45602026-04-01T17:45:05.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45612026-04-01T17:45:05.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45622026-04-01T17:45:05.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45632026-04-01T17:45:05.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45642026-04-01T17:45:06.002Z
45652026-04-01T17:45:06.002Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45662026-04-01T17:45:06.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-04-01T17:45:06.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-04-01T17:45:06.753Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45692026-04-01T17:45:07.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45702026-04-01T17:45:07.569Z
45712026-04-01T17:45:07.569Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45722026-04-01T17:45:08.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-04-01T17:45:08.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-04-01T17:45:08.228Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45752026-04-01T17:45:08.232Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45762026-04-01T17:45:08.484Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45772026-04-01T17:45:08.487Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45782026-04-01T17:45:09.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45792026-04-01T17:45:09.482Z
45802026-04-01T17:45:09.482Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45812026-04-01T17:45:09.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45822026-04-01T17:45:09.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45832026-04-01T17:45:09.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45842026-04-01T17:45:09.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45852026-04-01T17:45:10.081Z
45862026-04-01T17:45:10.081Zinfo: running `cargo check --bins` on omicron-package (266/272)
45872026-04-01T17:45:10.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45882026-04-01T17:45:10.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45892026-04-01T17:45:10.766Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45902026-04-01T17:45:11.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45912026-04-01T17:45:12.043Z
45922026-04-01T17:45:12.043Zinfo: running `cargo check --bins` on tqdb (267/272)
45932026-04-01T17:45:12.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45942026-04-01T17:45:12.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45952026-04-01T17:45:12.820Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45962026-04-01T17:45:13.181Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45972026-04-01T17:45:13.698Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45982026-04-01T17:45:13.701Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45992026-04-01T17:45:19.075Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46002026-04-01T17:45:19.726Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46012026-04-01T17:45:19.729Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46022026-04-01T17:45:19.729Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46032026-04-01T17:45:19.729Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46042026-04-01T17:45:20.483Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46052026-04-01T17:45:21.496Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46062026-04-01T17:45:22.278Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46072026-04-01T17:45:22.889Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46082026-04-01T17:45:27.254Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46092026-04-01T17:45:33.324Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46102026-04-01T17:45:33.324Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46112026-04-01T17:45:33.327Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46122026-04-01T17:45:33.327Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46132026-04-01T17:45:34.779Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46142026-04-01T17:45:36.079Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46152026-04-01T17:45:36.738Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46162026-04-01T17:45:37.968Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46172026-04-01T17:45:38.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.45s
46182026-04-01T17:45:38.721Z
46192026-04-01T17:45:38.721Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46202026-04-01T17:45:39.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46212026-04-01T17:45:39.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46222026-04-01T17:45:39.429Z Checking rtoolbox v0.0.3
46232026-04-01T17:45:39.429Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46242026-04-01T17:45:39.434Z Checking tui-tree-widget v0.23.1
46252026-04-01T17:45:39.653Z Checking rpassword v7.4.0
46262026-04-01T17:45:40.549Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46272026-04-01T17:45:43.482Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46282026-04-01T17:45:45.252Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46292026-04-01T17:45:46.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.40s
46302026-04-01T17:45:46.331Z
46312026-04-01T17:45:46.331Zinfo: running `cargo check --bins` on wicket (269/272)
46322026-04-01T17:45:46.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46332026-04-01T17:45:46.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46342026-04-01T17:45:47.021Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46352026-04-01T17:45:47.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46362026-04-01T17:45:47.560Z
46372026-04-01T17:45:47.561Zinfo: running `cargo check --bins` on wicketd (270/272)
46382026-04-01T17:45:48.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-04-01T17:45:48.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-04-01T17:45:48.285Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46412026-04-01T17:45:48.288Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46422026-04-01T17:45:48.288Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46432026-04-01T17:45:48.288Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46442026-04-01T17:45:49.247Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46452026-04-01T17:45:49.814Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46462026-04-01T17:45:52.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s
46472026-04-01T17:45:52.933Z
46482026-04-01T17:45:52.933Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46492026-04-01T17:45:53.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-04-01T17:45:53.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-04-01T17:45:53.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46522026-04-01T17:45:53.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46532026-04-01T17:45:53.537Z
46542026-04-01T17:45:53.537Zinfo: running `cargo check --bins` on zone-setup (272/272)
46552026-04-01T17:45:54.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46562026-04-01T17:45:54.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46572026-04-01T17:45:54.213Z Checking uzers v0.12.2
46582026-04-01T17:45:54.493Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46592026-04-01T17:45:55.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
46602026-04-01T17:45:55.486Z
46612026-04-01T17:45:55.486Zreal 14:41.818269846
46622026-04-01T17:45:55.486Zuser 21:13.152216643
46632026-04-01T17:45:55.486Zsys 4:19.289287234
46642026-04-01T17:45:55.486Ztrap 0.326905471
46652026-04-01T17:45:55.486Ztflt 0.308759894
46662026-04-01T17:45:55.486Zdflt 0.588453269
46672026-04-01T17:45:55.489Zkflt 0.000976707
46682026-04-01T17:45:55.489Zlock 1:20:40.888130051
46692026-04-01T17:45:55.490Zslp 1:42:04.055312726
46702026-04-01T17:45:55.490Zlat 1:09.817345668
46712026-04-01T17:45:55.490Zstop 4:01.984129443
46722026-04-01T17:45:55.490Zprocess exited: duration 1070005 ms, exit code 0
 
46732026-04-01T17:45:55.498Zfound 0 output files