01KQDAE8DMSWZK3CYDQF34C7AH: 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: 01KQDAENYJJCKXS9D8MRSAHA6D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-29T19:12:22.027Zjob assigned to worker 01KQDAEVBFZZ1K5AYRD5S4B47D [factory aws, i-043cd51ec755f52b1] (queued for 48 s)
 
22026-04-29T19:12:30.322Zstarting task 0: "setup"
32026-04-29T19:12:30.326Z++ uname -s
42026-04-29T19:12:30.329Z+ kern=SunOS
52026-04-29T19:12:30.329Z+ build_user=build
62026-04-29T19:12:30.329Z+ build_uid=12345
72026-04-29T19:12:30.329Z+ work_dir=/work
82026-04-29T19:12:30.329Z+ input_dir=/input
92026-04-29T19:12:30.329Z+ [[ 0 == 12345 ]]
102026-04-29T19:12:30.329Z+ case "$kern" in
112026-04-29T19:12:30.329Z+ groupadd -g 12345 build
122026-04-29T19:12:30.332Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-29T19:12:32.337Z+ zfs create -o mountpoint=/work rpool/work
142026-04-29T19:12:32.437Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-29T19:12:32.440Z+ home_fs=zfs
162026-04-29T19:12:32.440Z+ [[ zfs == autofs ]]
172026-04-29T19:12:32.440Z+ mkdir -p /home/build
182026-04-29T19:12:32.440Z+ chown build:build /home/build /work
192026-04-29T19:12:34.441Z+ chmod 0700 /home/build /work
202026-04-29T19:12:34.445Zprocess exited: duration 4124 ms, exit code 0
 
212026-04-29T19:12:34.451Zstarting task 1: "rust-toolchain"
222026-04-29T19:12:34.455Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-29T19:12:34.455Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-29T19:12:34.455Z * rust toolchain channel = "1.94.0"
252026-04-29T19:12:34.455Z * rust toolchain profile = "default"
262026-04-29T19:12:34.455Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-29T19:12:34.455Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-29T19:12:34.458Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-29T19:12:34.458Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-29T19:12:34.577Zinfo: downloading installer
312026-04-29T19:12:36.244Zwarn: It looks like you have an existing installation of Rust at:
322026-04-29T19:12:36.244Zwarn: /opt/ooce/bin
332026-04-29T19:12:36.244Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-29T19:12:36.244Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-29T19:12:36.244Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-29T19:12:36.244Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-29T19:12:36.244Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-29T19:12:36.244Zerror: cannot install while Rust is installed
392026-04-29T19:12:36.244Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-29T19:12:36.244Zwarn: It looks like you have an existing rustup settings file at:
412026-04-29T19:12:36.244Zwarn: /home/build/.rustup/settings.toml
422026-04-29T19:12:36.244Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-29T19:12:36.244Zwarn: instead of the one inferred from the default host triple.
442026-04-29T19:12:36.275Zinfo: profile set to default
452026-04-29T19:12:36.275Zinfo: default host triple is x86_64-unknown-illumos
462026-04-29T19:12:36.278Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-29T19:12:36.420Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-29T19:12:36.423Zinfo: downloading 6 components
492026-04-29T19:12:51.110Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-29T19:12:51.110Z
512026-04-29T19:12:51.141Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-29T19:12:51.141Z
532026-04-29T19:12:51.141Z
542026-04-29T19:12:51.142ZRust is installed now. Great!
552026-04-29T19:12:51.142Z
562026-04-29T19:12:51.144ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-29T19:12:51.145Zenvironment variable. This has not been done automatically.
582026-04-29T19:12:51.145Z
592026-04-29T19:12:51.145ZTo configure your current shell, you need to source
602026-04-29T19:12:51.145Zthe corresponding env file under $HOME/.cargo.
612026-04-29T19:12:51.145Z
622026-04-29T19:12:51.145ZThis is usually done by running one of the following (note the leading DOT):
632026-04-29T19:12:51.145Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-29T19:12:51.145Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-29T19:12:51.145Zsource "~/.cargo/env.nu" # For nushell
662026-04-29T19:12:51.145Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-29T19:12:51.145Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-29T19:12:51.145Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-29T19:12:51.145Zwarn: no default linker (`cc`) was found in your PATH
702026-04-29T19:12:51.145Zwarn: many Rust crates require a system C toolchain to build
712026-04-29T19:12:51.243Z+ rustup --version
722026-04-29T19:12:51.252Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-29T19:12:51.255Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-29T19:12:51.274Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-29T19:12:51.277Z+ cargo --version
762026-04-29T19:12:51.290Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-29T19:12:51.293Z+ rustc --version
782026-04-29T19:12:51.313Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-29T19:12:51.316Zprocess exited: duration 16864 ms, exit code 0
 
802026-04-29T19:12:51.322Zstarting task 2: "authentication"
812026-04-29T19:12:51.338Zprocess exited: duration 16 ms, exit code 0
 
822026-04-29T19:12:51.343Zstarting task 3: "clone repository"
832026-04-29T19:12:51.347Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-29T19:12:51.349Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-29T19:12:51.591ZCloning into '/work/oxidecomputer/omicron'...
862026-04-29T19:13:02.006Z+ cd /work/oxidecomputer/omicron
872026-04-29T19:13:02.006Z+ git fetch origin 4f0da8594292a62ad69aa3458d3c2d36ca291e2f
882026-04-29T19:13:02.310ZFrom https://github.com/oxidecomputer/omicron
892026-04-29T19:13:02.310Z * branch 4f0da8594292a62ad69aa3458d3c2d36ca291e2f -> FETCH_HEAD
902026-04-29T19:13:02.319Z+ [[ -n john/move-more-networking-types ]]
912026-04-29T19:13:02.322Z++ git branch --show-current
922026-04-29T19:13:02.322Z+ current=main
932026-04-29T19:13:02.322Z+ [[ main != john/move-more-networking-types ]]
942026-04-29T19:13:02.322Z+ git branch -f john/move-more-networking-types 4f0da8594292a62ad69aa3458d3c2d36ca291e2f
952026-04-29T19:13:02.325Z+ git checkout -f john/move-more-networking-types
962026-04-29T19:13:02.439ZSwitched to branch 'john/move-more-networking-types'
972026-04-29T19:13:02.442Z+ git reset --hard 4f0da8594292a62ad69aa3458d3c2d36ca291e2f
982026-04-29T19:13:02.554ZHEAD is now at 4f0da8594 minor cleanup
992026-04-29T19:13:02.558Zprocess exited: duration 11211 ms, exit code 0
 
1002026-04-29T19:13:02.565Zstarting task 4: "build"
1012026-04-29T19:13:02.569Z+ source .github/buildomat/ci-env.sh
1022026-04-29T19:13:02.572Z++ export CARGO_TERM_COLOR=always
1032026-04-29T19:13:02.572Z++ CARGO_TERM_COLOR=always
1042026-04-29T19:13:02.572Z+ cargo --version
1052026-04-29T19:13:02.579Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-29T19:13:02.583Z+ rustc --version
1072026-04-29T19:13:02.602Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-29T19:13:02.605Z+ source ./env.sh
1092026-04-29T19:13:02.606Z++ OLD_SHELL_OPTS=ehxB
1102026-04-29T19:13:02.606Z++ set -o xtrace
1112026-04-29T19:13:02.608Z++++ dirname ./env.sh
1122026-04-29T19:13:02.611Z+++ readlink -f .
1132026-04-29T19:13:02.627Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ 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-29T19:13:02.629Z++ case $OLD_SHELL_OPTS in
1232026-04-29T19:13:02.629Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-29T19:13:02.629Z+ 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-29T19:13:02.629Z+ 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-29T19:13:02.629Z+ banner prerequisites
1272026-04-29T19:13:02.632Z
1282026-04-29T19:13:02.632Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-29T19:13:02.632Z # # # # # # # # # # # # # # #
1302026-04-29T19:13:02.632Z # # # # ##### # # ##### # # # # # #### #
1312026-04-29T19:13:02.632Z ##### ##### # ##### # # # # # # # # #
1322026-04-29T19:13:02.633Z # # # # # # # # # # # # # # #
1332026-04-29T19:13:02.633Z # # # ###### # # ###### ### # #### # #### #
1342026-04-29T19:13:02.633Z
1352026-04-29T19:13:02.633Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-29T19:13:13.616Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-29T19:13:21.080Z Startup: Caching catalogs ... Done
1382026-04-29T19:13:27.709ZPlanning: Solver setup ... Done (5.082s)
1392026-04-29T19:13:27.745ZPlanning: Running solver ... Done (0.035s)
1402026-04-29T19:13:27.880ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-29T19:13:27.892ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-29T19:13:28.006ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-29T19:13:28.042ZPlanning: Package planning ... Done (0.036s)
1442026-04-29T19:13:28.079ZPlanning: Merging actions ... Done (0.036s)
1452026-04-29T19:13:28.327ZPlanning: Checking for conflicting actions ... Done (0.248s)
1462026-04-29T19:13:28.336ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-29T19:13:30.464ZPlanning: Evaluating mediators ... Done (2.128s)
1482026-04-29T19:13:30.473ZPlanning: Planning completed in 9.23 seconds
1492026-04-29T19:13:30.691Z Packages to install: 5
1502026-04-29T19:13:30.691Z Mediators to change: 3
1512026-04-29T19:13:30.691Z Services to change: 1
1522026-04-29T19:13:30.691Z Estimated space available: 155.34 GB
1532026-04-29T19:13:30.691ZEstimated space to be consumed: 1.89 GB
1542026-04-29T19:13:30.695Z Create boot environment: No
1552026-04-29T19:13:30.695ZCreate backup boot environment: No
1562026-04-29T19:13:30.695Z Rebuild boot archive: No
1572026-04-29T19:13:30.695Z
1582026-04-29T19:13:30.695ZChanged mediators:
1592026-04-29T19:13:30.695Z mediator clang:
1602026-04-29T19:13:30.695Z version: None -> 15 (system default)
1612026-04-29T19:13:30.695Z
1622026-04-29T19:13:30.695Z mediator llvm:
1632026-04-29T19:13:30.695Z version: 14 (system default) -> 15 (system default)
1642026-04-29T19:13:30.695Z
1652026-04-29T19:13:30.695Z mediator postgresql:
1662026-04-29T19:13:30.695Z version: 15 (system default) -> 18 (system default)
1672026-04-29T19:13:30.695Z
1682026-04-29T19:13:30.695ZChanged packages:
1692026-04-29T19:13:30.695Zhelios-dev
1702026-04-29T19:13:30.695Z developer/build-essential
1712026-04-29T19:13:30.695Z None -> 11-2.0
1722026-04-29T19:13:30.695Z library/libxmlsec1
1732026-04-29T19:13:30.695Z None -> 1.2.35-2.0
1742026-04-29T19:13:30.695Z ooce/developer/clang-15
1752026-04-29T19:13:30.695Z None -> 15.0.7-2.0
1762026-04-29T19:13:30.695Z ooce/developer/llvm-15
1772026-04-29T19:13:30.695Z None -> 15.0.7-2.0
1782026-04-29T19:13:30.695Z ooce/library/postgresql-18
1792026-04-29T19:13:30.695Z None -> 18.1-2.0
1802026-04-29T19:13:30.695Z
1812026-04-29T19:13:30.695ZServices:
1822026-04-29T19:13:30.695Z restart_fmri:
1832026-04-29T19:13:30.695Z svc:/system/update-man-index:default
1842026-04-29T19:13:30.760Z
1852026-04-29T19:13:30.760ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-29T19:13:36.337ZDownload: 2223/4272 items 118.6/219.0MB 54% complete (29.3M/s)
1872026-04-29T19:13:41.340ZDownload: 3242/4272 items 202.8/219.0MB 92% complete (20.2M/s)
1882026-04-29T19:13:46.389ZDownload: 4248/4272 items 218.7/219.0MB 99% complete (10.2M/s)
1892026-04-29T19:13:51.149ZDownload: Completed 218.99 MB in 20.39 seconds (10.7M/s)
1902026-04-29T19:13:51.316Z Actions: 1/4789 actions (Installing new actions)
1912026-04-29T19:13:54.942Z Actions: Completed 4789 actions in 3.63 seconds.
1922026-04-29T19:13:55.243Z Done (0.295s)
1932026-04-29T19:13:55.243Z Done (0.000s)
1942026-04-29T19:13:55.989Z Done (0.746s)
1952026-04-29T19:13:59.534Z Done (3.201s)
1962026-04-29T19:13:59.629Z Done (0.034s)
1972026-04-29T19:13:59.633Z Done (0.000s)
1982026-04-29T19:14:00.431Z Done (0.000s)
1992026-04-29T19:14:01.302ZPlanning: Evaluating mediator changes ... Done
2002026-04-29T19:14:01.408ZPlanning: Checking for conflicting actions ... Done
2012026-04-29T19:14:01.411ZPlanning: Consolidating action changes ... Done
2022026-04-29T19:14:01.569ZPlanning: Evaluating mediators ... Done
2032026-04-29T19:14:01.572ZPlanning: Planning completed in 0.27 seconds
2042026-04-29T19:14:01.592Z Mediators to change: 2
2052026-04-29T19:14:01.592Z Create boot environment: No
2062026-04-29T19:14:01.592ZCreate backup boot environment: No
2072026-04-29T19:14:01.651Z Done
2082026-04-29T19:14:01.651Z Done
2092026-04-29T19:14:02.261Z Done
2102026-04-29T19:14:04.807Z Done
2112026-04-29T19:14:04.878Z Done
2122026-04-29T19:14:04.881Z Done
2132026-04-29T19:14:05.431Z Done
2142026-04-29T19:14:05.687ZPlanning: Evaluating mediator changes ... Done
2152026-04-29T19:14:05.793ZPlanning: Checking for conflicting actions ... Done
2162026-04-29T19:14:05.796ZPlanning: Consolidating action changes ... Done
2172026-04-29T19:14:05.953ZPlanning: Evaluating mediators ... Done
2182026-04-29T19:14:05.956ZPlanning: Planning completed in 0.27 seconds
2192026-04-29T19:14:05.975Z Mediators to change: 1
2202026-04-29T19:14:05.975Z Create boot environment: No
2212026-04-29T19:14:05.975ZCreate backup boot environment: No
2222026-04-29T19:14:06.039Z Done
2232026-04-29T19:14:06.039Z Done
2242026-04-29T19:14:06.644Z Done
2252026-04-29T19:14:09.115Z Done
2262026-04-29T19:14:09.186Z Done
2272026-04-29T19:14:09.189Z Done
2282026-04-29T19:14:09.698Z Done
2292026-04-29T19:14:09.987ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2302026-04-29T19:14:09.987Zclang system 15 system
2312026-04-29T19:14:09.987Zcsh system system illumos
2322026-04-29T19:14:09.987Zctags system system illumos
2332026-04-29T19:14:09.987Zfile system system illumos
2342026-04-29T19:14:09.987Zgcc vendor 12 vendor
2352026-04-29T19:14:09.987Zgcc system 14 system
2362026-04-29T19:14:09.987Zgcc system 10 system
2372026-04-29T19:14:09.987Zgo system 1.20 system
2382026-04-29T19:14:09.987Zgo system 1.19 system
2392026-04-29T19:14:09.987Zllvm system 15 system
2402026-04-29T19:14:09.987Zllvm system 14 system
2412026-04-29T19:14:09.987Zmariadb system 10.6 system
2422026-04-29T19:14:09.987Zmta vendor vendor dma
2432026-04-29T19:14:09.987Zopenjdk system 17 system
2442026-04-29T19:14:09.987Zopenjdk system 11 system
2452026-04-29T19:14:09.987Zopenjdk system 1.8 system
2462026-04-29T19:14:09.987Zopenssl vendor 3 vendor
2472026-04-29T19:14:09.987Zperl system 5.36 system
2482026-04-29T19:14:09.987Zpostgresql system 18 system
2492026-04-29T19:14:09.987Zpostgresql system 15 system
2502026-04-29T19:14:09.987Zpostgresql system 13 system
2512026-04-29T19:14:09.988Zpython vendor 3 vendor
2522026-04-29T19:14:09.988Zpython system 2 system
2532026-04-29T19:14:09.988Zpython3 system 3.11 system
2542026-04-29T19:14:09.988Zruby system 3.0 system
2552026-04-29T19:14:09.988Zwords vendor vendor american-english
2562026-04-29T19:14:09.988Zwords system system australian-english
2572026-04-29T19:14:09.988Zwords system system british-english
2582026-04-29T19:14:09.988Zwords system system canadian-english
2592026-04-29T19:14:09.988Zwords system system french
2602026-04-29T19:14:09.988Zwords system system italian
2612026-04-29T19:14:09.988Zwords system system ngerman
2622026-04-29T19:14:09.988Zwords system system ogerman
2632026-04-29T19:14:09.988Zwords system system spanish
2642026-04-29T19:14:10.215ZPUBLISHER TYPE STATUS P LOCATION
2652026-04-29T19:14:10.215Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662026-04-29T19:14:14.768ZFMRI IFO
2672026-04-29T19:14:14.768Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682026-04-29T19:14:14.768Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692026-04-29T19:14:14.768Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702026-04-29T19:14:14.768Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712026-04-29T19:14:14.768Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722026-04-29T19:14:14.768Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2732026-04-29T19:14:14.768Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2742026-04-29T19:14:14.768Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2752026-04-29T19:14:14.768Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2762026-04-29T19:14:14.768Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2772026-04-29T19:14:14.768Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2782026-04-29T19:14:14.768Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2792026-04-29T19:14:14.768Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2802026-04-29T19:14:14.768Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2812026-04-29T19:14:14.769Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2822026-04-29T19:14:14.769Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2832026-04-29T19:14:14.769Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2842026-04-29T19:14:15.902Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2852026-04-29T19:14:16.169Z Updating crates.io index
2862026-04-29T19:14:16.203Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872026-04-29T19:14:16.494Z Updating git repository `https://github.com/oxidecomputer/lldp`
2882026-04-29T19:14:17.512Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892026-04-29T19:14:18.066Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-04-29T19:14:18.873Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2912026-04-29T19:14:19.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
2922026-04-29T19:14:20.755Z Updating git repository `https://github.com/oxidecomputer/opte`
2932026-04-29T19:14:21.444Z Updating git repository `https://github.com/oxidecomputer/tofino`
2942026-04-29T19:14:21.887Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2952026-04-29T19:14:22.793Z Updating git repository `https://github.com/oxidecomputer/clickward`
2962026-04-29T19:14:23.189Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2972026-04-29T19:14:23.538Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2982026-04-29T19:14:23.865Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2992026-04-29T19:14:24.849Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3002026-04-29T19:14:25.423Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3012026-04-29T19:14:25.670Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3022026-04-29T19:14:26.055Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3032026-04-29T19:14:26.577Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3042026-04-29T19:14:26.819Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3052026-04-29T19:14:27.057Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3062026-04-29T19:14:27.329Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-04-29T19:14:27.731Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3082026-04-29T19:14:28.347Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-04-29T19:14:28.771Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-04-29T19:14:29.106Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-04-29T19:14:29.743Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-04-29T19:14:30.919Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-04-29T19:14:31.485Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-04-29T19:14:31.979Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3152026-04-29T19:14:32.447Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3162026-04-29T19:14:32.828Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172026-04-29T19:14:33.132Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3182026-04-29T19:14:33.467Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3192026-04-29T19:14:33.839Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-04-29T19:14:34.343Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-04-29T19:14:34.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-04-29T19:14:34.845Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-04-29T19:14:35.188Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-04-29T19:14:46.680Z Downloading crates ...
3252026-04-29T19:14:46.732Z Downloaded errno v0.3.14
3262026-04-29T19:14:46.744Z Downloaded scroll_derive v0.12.1
3272026-04-29T19:14:46.744Z Downloaded percent-encoding v2.3.2
3282026-04-29T19:14:46.751Z Downloaded crypto-common v0.1.7
3292026-04-29T19:14:46.754Z Downloaded toml v0.8.23
3302026-04-29T19:14:46.755Z Downloaded thiserror-impl v2.0.18
3312026-04-29T19:14:46.755Z Downloaded fs-err v3.3.0
3322026-04-29T19:14:46.759Z Downloaded equivalent v1.0.2
3332026-04-29T19:14:46.759Z Downloaded dtrace-parser v0.2.0
3342026-04-29T19:14:46.764Z Downloaded textwrap v0.16.2
3352026-04-29T19:14:46.764Z Downloaded zerofrom v0.1.6
3362026-04-29T19:14:46.764Z Downloaded typeid v1.0.3
3372026-04-29T19:14:46.768Z Downloaded colorchoice v1.0.4
3382026-04-29T19:14:46.769Z Downloaded block-buffer v0.10.4
3392026-04-29T19:14:46.769Z Downloaded tinystr v0.8.2
3402026-04-29T19:14:46.769Z Downloaded fastrand v2.3.0
3412026-04-29T19:14:46.769Z Downloaded anstyle v1.0.13
3422026-04-29T19:14:46.773Z Downloaded version_check v0.9.5
3432026-04-29T19:14:46.773Z Downloaded erased-serde v0.4.9
3442026-04-29T19:14:46.773Z Downloaded yoke-derive v0.8.1
3452026-04-29T19:14:46.773Z Downloaded digest v0.10.7
3462026-04-29T19:14:46.773Z Downloaded unicode-linebreak v0.1.5
3472026-04-29T19:14:46.778Z Downloaded serde-value v0.7.0
3482026-04-29T19:14:46.778Z Downloaded icu_collections v2.1.1
3492026-04-29T19:14:46.778Z Downloaded toml_write v0.1.2
3502026-04-29T19:14:46.782Z Downloaded form_urlencoded v1.2.2
3512026-04-29T19:14:46.782Z Downloaded thread-id v4.2.2
3522026-04-29T19:14:46.782Z Downloaded dof v0.3.0
3532026-04-29T19:14:46.782Z Downloaded cfg-if v1.0.4
3542026-04-29T19:14:46.782Z Downloaded utf8_iter v1.0.4
3552026-04-29T19:14:46.782Z Downloaded toml_datetime v0.6.11
3562026-04-29T19:14:46.782Z Downloaded clap_lex v1.0.0
3572026-04-29T19:14:46.786Z Downloaded ordered-float v2.10.1
3582026-04-29T19:14:46.786Z Downloaded icu_properties v2.1.2
3592026-04-29T19:14:46.786Z Downloaded camino-tempfile v1.4.1
3602026-04-29T19:14:46.786Z Downloaded cargo-platform v0.2.0
3612026-04-29T19:14:46.787Z Downloaded camino v1.2.2
3622026-04-29T19:14:46.791Z Downloaded generic-array v0.14.7
3632026-04-29T19:14:46.795Z Downloaded fnv v1.0.7
3642026-04-29T19:14:46.795Z Downloaded utf8parse v0.2.2
3652026-04-29T19:14:46.795Z Downloaded unicode-xid v0.2.6
3662026-04-29T19:14:46.795Z Downloaded is_terminal_polyfill v1.70.2
3672026-04-29T19:14:46.799Z Downloaded zerofrom-derive v0.1.6
3682026-04-29T19:14:46.799Z Downloaded usdt-attr-macro v0.5.0
3692026-04-29T19:14:46.799Z Downloaded writeable v0.6.2
3702026-04-29T19:14:46.799Z Downloaded icu_locale_core v2.1.1
3712026-04-29T19:14:46.804Z Downloaded zmij v1.0.21
3722026-04-29T19:14:46.804Z Downloaded idna_adapter v1.2.1
3732026-04-29T19:14:46.808Z Downloaded zerocopy-derive v0.7.35
3742026-04-29T19:14:46.808Z Downloaded smawk v0.3.2
3752026-04-29T19:14:46.808Z Downloaded yoke v0.8.1
3762026-04-29T19:14:46.812Z Downloaded anstyle-query v1.1.5
3772026-04-29T19:14:46.812Z Downloaded usdt-macro v0.5.0
3782026-04-29T19:14:46.812Z Downloaded thiserror-impl v1.0.69
3792026-04-29T19:14:46.817Z Downloaded usdt-impl v0.5.0
3802026-04-29T19:14:46.817Z Downloaded ucd-trie v0.1.7
3812026-04-29T19:14:46.817Z Downloaded anstream v0.6.21
3822026-04-29T19:14:46.817Z Downloaded byteorder v1.5.0
3832026-04-29T19:14:46.821Z Downloaded proc-macro2 v1.0.106
3842026-04-29T19:14:46.821Z Downloaded bitflags v2.11.0
3852026-04-29T19:14:46.821Z Downloaded usdt v0.5.0
3862026-04-29T19:14:46.825Z Downloaded zerovec-derive v0.11.2
3872026-04-29T19:14:46.825Z Downloaded thiserror v2.0.18
3882026-04-29T19:14:46.825Z Downloaded swrite v0.1.0
3892026-04-29T19:14:46.825Z Downloaded pretty-hex v0.4.1
3902026-04-29T19:14:46.829Z Downloaded plain v0.2.3
3912026-04-29T19:14:46.829Z Downloaded cargo-util-schemas v0.8.2
3922026-04-29T19:14:46.829Z Downloaded terminal_size v0.4.3
3932026-04-29T19:14:46.833Z Downloaded heck v0.4.1
3942026-04-29T19:14:46.833Z Downloaded memmap v0.7.0
3952026-04-29T19:14:46.833Z Downloaded heck v0.5.0
3962026-04-29T19:14:46.837Z Downloaded unicode-ident v1.0.24
3972026-04-29T19:14:46.843Z Downloaded strsim v0.11.1
3982026-04-29T19:14:46.843Z Downloaded toml_edit v0.22.27
3992026-04-29T19:14:46.847Z Downloaded typenum v1.19.0
4002026-04-29T19:14:46.847Z Downloaded zerotrie v0.2.3
4012026-04-29T19:14:46.847Z Downloaded tabled_derive v0.7.0
4022026-04-29T19:14:46.851Z Downloaded proc-macro-error-attr v1.0.4
4032026-04-29T19:14:46.851Z Downloaded cpufeatures v0.2.17
4042026-04-29T19:14:46.856Z Downloaded url v2.5.8
4052026-04-29T19:14:46.856Z Downloaded potential_utf v0.1.4
4062026-04-29T19:14:46.856Z Downloaded itoa v1.0.17
4072026-04-29T19:14:46.860Z Downloaded stable_deref_trait v1.2.1
4082026-04-29T19:14:46.864Z Downloaded anstyle-parse v0.2.7
4092026-04-29T19:14:46.868Z Downloaded quote v1.0.45
4102026-04-29T19:14:46.872Z Downloaded cargo_toml v0.21.0
4112026-04-29T19:14:46.872Z Downloaded zerovec v0.11.5
4122026-04-29T19:14:46.875Z Downloaded zerocopy v0.7.35
4132026-04-29T19:14:46.881Z Downloaded sha2 v0.10.9
4142026-04-29T19:14:46.885Z Downloaded synstructure v0.13.2
4152026-04-29T19:14:46.885Z Downloaded serde_tokenstream v0.2.3
4162026-04-29T19:14:46.885Z Downloaded proc-macro-error v1.0.4
4172026-04-29T19:14:46.889Z Downloaded autocfg v1.5.0
4182026-04-29T19:14:46.889Z Downloaded serde_spanned v0.6.9
4192026-04-29T19:14:46.889Z Downloaded clap_derive v4.5.55
4202026-04-29T19:14:46.889Z Downloaded macaddr v1.0.1
4212026-04-29T19:14:46.889Z Downloaded bytecount v0.6.9
4222026-04-29T19:14:46.892Z Downloaded serde-untagged v0.1.9
4232026-04-29T19:14:46.892Z Downloaded winnow v0.7.14
4242026-04-29T19:14:46.895Z Downloaded cargo_metadata v0.21.0
4252026-04-29T19:14:46.897Z Downloaded unicode-width v0.2.0
4262026-04-29T19:14:46.901Z Downloaded unicode-width v0.1.14
4272026-04-29T19:14:46.903Z Downloaded anyhow v1.0.102
4282026-04-29T19:14:46.908Z Downloaded scroll v0.12.0
4292026-04-29T19:14:46.908Z Downloaded displaydoc v0.2.5
4302026-04-29T19:14:46.908Z Downloaded pest_generator v2.8.6
4312026-04-29T19:14:46.911Z Downloaded once_cell v1.21.3
4322026-04-29T19:14:46.913Z Downloaded getrandom v0.4.1
4332026-04-29T19:14:46.917Z Downloaded semver v1.0.28
4342026-04-29T19:14:46.922Z Downloaded smallvec v1.15.1
4352026-04-29T19:14:46.925Z Downloaded pest_derive v2.8.6
4362026-04-29T19:14:46.930Z Downloaded litemap v0.8.1
4372026-04-29T19:14:46.939Z Downloaded icu_normalizer v2.1.1
4382026-04-29T19:14:46.942Z Downloaded serde_derive v1.0.228
4392026-04-29T19:14:46.945Z Downloaded icu_provider v2.1.1
4402026-04-29T19:14:46.945Z Downloaded clap v4.5.60
4412026-04-29T19:14:46.950Z Downloaded serde_core v1.0.228
4422026-04-29T19:14:46.952Z Downloaded thiserror v1.0.69
4432026-04-29T19:14:46.955Z Downloaded papergrid v0.11.0
4442026-04-29T19:14:46.958Z Downloaded log v0.4.29
4452026-04-29T19:14:46.961Z Downloaded num-traits v0.2.19
4462026-04-29T19:14:46.964Z Downloaded tempfile v3.25.0
4472026-04-29T19:14:46.967Z Downloaded pest_meta v2.8.6
4482026-04-29T19:14:46.970Z Downloaded memchr v2.8.0
4492026-04-29T19:14:46.973Z Downloaded icu_normalizer_data v2.1.1
4502026-04-29T19:14:46.986Z Downloaded serde v1.0.228
4512026-04-29T19:14:47.005Z Downloaded indexmap v2.14.0
4522026-04-29T19:14:47.015Z Downloaded hashbrown v0.17.0
4532026-04-29T19:14:47.019Z Downloaded pest v2.8.6
4542026-04-29T19:14:47.026Z Downloaded idna v1.1.0
4552026-04-29T19:14:47.034Z Downloaded icu_properties_data v2.1.2
4562026-04-29T19:14:47.039Z Downloaded goblin v0.8.2
4572026-04-29T19:14:47.046Z Downloaded clap_builder v4.5.60
4582026-04-29T19:14:47.050Z Downloaded serde_json v1.0.149
4592026-04-29T19:14:47.055Z Downloaded tabled v0.15.0
4602026-04-29T19:14:47.064Z Downloaded syn v2.0.117
4612026-04-29T19:14:47.071Z Downloaded syn v1.0.109
4622026-04-29T19:14:47.092Z Downloaded rustix v1.1.3
4632026-04-29T19:14:47.119Z Downloaded libc v0.2.185
4642026-04-29T19:14:47.188Z Compiling proc-macro2 v1.0.106
4652026-04-29T19:14:47.188Z Compiling quote v1.0.45
4662026-04-29T19:14:47.188Z Compiling unicode-ident v1.0.24
4672026-04-29T19:14:47.191Z Compiling serde_core v1.0.228
4682026-04-29T19:14:47.191Z Compiling libc v0.2.185
4692026-04-29T19:14:47.191Z Compiling version_check v0.9.5
4702026-04-29T19:14:47.191Z Compiling memchr v2.8.0
4712026-04-29T19:14:47.191Z Compiling serde v1.0.228
4722026-04-29T19:14:47.532Z Compiling stable_deref_trait v1.2.1
4732026-04-29T19:14:47.642Z Compiling zmij v1.0.21
4742026-04-29T19:14:48.030Z Compiling itoa v1.0.17
4752026-04-29T19:14:48.085Z Compiling autocfg v1.5.0
4762026-04-29T19:14:48.130Z Compiling ucd-trie v0.1.7
4772026-04-29T19:14:48.189Z Compiling thiserror v1.0.69
4782026-04-29T19:14:48.270Z Compiling writeable v0.6.2
4792026-04-29T19:14:48.413Z Compiling pest v2.8.6
4802026-04-29T19:14:48.429Z Compiling litemap v0.8.1
4812026-04-29T19:14:48.512Z Compiling byteorder v1.5.0
4822026-04-29T19:14:48.538Z Compiling icu_normalizer_data v2.1.1
4832026-04-29T19:14:48.661Z Compiling icu_properties_data v2.1.2
4842026-04-29T19:14:48.720Z Compiling rustix v1.1.3
4852026-04-29T19:14:48.864Z Compiling errno v0.3.14
4862026-04-29T19:14:48.962Z Compiling syn v2.0.117
4872026-04-29T19:14:49.012Z Compiling serde_json v1.0.149
4882026-04-29T19:14:49.038Z Compiling bitflags v2.11.0
4892026-04-29T19:14:49.232Z Compiling num-traits v0.2.19
4902026-04-29T19:14:49.352Z Compiling typeid v1.0.3
4912026-04-29T19:14:49.358Z Compiling smallvec v1.15.1
4922026-04-29T19:14:49.530Z Compiling pest_meta v2.8.6
4932026-04-29T19:14:49.561Z Compiling hashbrown v0.17.0
4942026-04-29T19:14:49.637Z Compiling equivalent v1.0.2
4952026-04-29T19:14:49.762Z Compiling thread-id v4.2.2
4962026-04-29T19:14:49.845Z Compiling proc-macro-error-attr v1.0.4
4972026-04-29T19:14:49.895Z Compiling usdt-impl v0.5.0
4982026-04-29T19:14:50.002Z Compiling syn v1.0.109
4992026-04-29T19:14:50.030Z Compiling winnow v0.7.14
5002026-04-29T19:14:50.106Z Compiling indexmap v2.14.0
5012026-04-29T19:14:50.123Z Compiling erased-serde v0.4.9
5022026-04-29T19:14:50.329Z Compiling toml_write v0.1.2
5032026-04-29T19:14:50.689Z Compiling proc-macro-error v1.0.4
5042026-04-29T19:14:50.758Z Compiling log v0.4.29
5052026-04-29T19:14:50.905Z Compiling percent-encoding v2.3.2
5062026-04-29T19:14:50.946Z Compiling utf8parse v0.2.2
5072026-04-29T19:14:51.062Z Compiling camino v1.2.2
5082026-04-29T19:14:51.104Z Compiling plain v0.2.3
5092026-04-29T19:14:51.180Z Compiling utf8_iter v1.0.4
5102026-04-29T19:14:51.197Z Compiling getrandom v0.4.1
5112026-04-29T19:14:51.217Z Compiling thiserror v2.0.18
5122026-04-29T19:14:51.329Z Compiling ordered-float v2.10.1
5132026-04-29T19:14:51.395Z Compiling anstyle-parse v0.2.7
5142026-04-29T19:14:51.430Z Compiling form_urlencoded v1.2.2
5152026-04-29T19:14:51.625Z Compiling terminal_size v0.4.3
5162026-04-29T19:14:51.672Z Compiling synstructure v0.13.2
5172026-04-29T19:14:51.756Z Compiling pest_generator v2.8.6
5182026-04-29T19:14:51.776Z Compiling anstyle-query v1.1.5
5192026-04-29T19:14:51.857Z Compiling colorchoice v1.0.4
5202026-04-29T19:14:51.880Z Compiling is_terminal_polyfill v1.70.2
5212026-04-29T19:14:51.972Z Compiling anstyle v1.0.13
5222026-04-29T19:14:51.990Z Compiling cfg-if v1.0.4
5232026-04-29T19:14:52.006Z Compiling pretty-hex v0.4.1
5242026-04-29T19:14:52.051Z Compiling serde-untagged v0.1.9
5252026-04-29T19:14:52.137Z Compiling anstream v0.6.21
5262026-04-29T19:14:52.264Z Compiling semver v1.0.28
5272026-04-29T19:14:52.308Z Compiling fs-err v3.3.0
5282026-04-29T19:14:52.441Z Compiling fnv v1.0.7
5292026-04-29T19:14:52.459Z Compiling unicode-xid v0.2.6
5302026-04-29T19:14:52.493Z Compiling bytecount v0.6.9
5312026-04-29T19:14:52.541Z Compiling anyhow v1.0.102
5322026-04-29T19:14:52.575Z Compiling clap_lex v1.0.0
5332026-04-29T19:14:52.590Z Compiling once_cell v1.21.3
5342026-04-29T19:14:52.611Z Compiling heck v0.4.1
5352026-04-29T19:14:52.627Z Compiling heck v0.5.0
5362026-04-29T19:14:52.798Z Compiling unicode-width v0.1.14
5372026-04-29T19:14:52.833Z Compiling strsim v0.11.1
5382026-04-29T19:14:52.850Z Compiling fastrand v2.3.0
5392026-04-29T19:14:53.072Z Compiling tempfile v3.25.0
5402026-04-29T19:14:53.089Z Compiling clap_builder v4.5.60
5412026-04-29T19:14:53.106Z Compiling papergrid v0.11.0
5422026-04-29T19:14:53.169Z Compiling memmap v0.7.0
5432026-04-29T19:14:53.222Z Compiling unicode-linebreak v0.1.5
5442026-04-29T19:14:53.319Z Compiling serde_derive v1.0.228
5452026-04-29T19:14:53.348Z Compiling zerofrom-derive v0.1.6
5462026-04-29T19:14:53.439Z Compiling yoke-derive v0.8.1
5472026-04-29T19:14:53.461Z Compiling zerovec-derive v0.11.2
5482026-04-29T19:14:53.632Z Compiling displaydoc v0.2.5
5492026-04-29T19:14:54.381Z Compiling thiserror-impl v1.0.69
5502026-04-29T19:14:54.585Z Compiling zerocopy-derive v0.7.35
5512026-04-29T19:14:54.602Z Compiling pest_derive v2.8.6
5522026-04-29T19:14:54.630Z Compiling scroll_derive v0.12.1
5532026-04-29T19:14:54.723Z Compiling zerofrom v0.1.6
5542026-04-29T19:14:54.854Z Compiling yoke v0.8.1
5552026-04-29T19:14:55.028Z Compiling zerovec v0.11.5
5562026-04-29T19:14:55.048Z Compiling zerotrie v0.2.3
5572026-04-29T19:14:55.294Z Compiling scroll v0.12.0
5582026-04-29T19:14:55.350Z Compiling thiserror-impl v2.0.18
5592026-04-29T19:14:55.445Z Compiling zerocopy v0.7.35
5602026-04-29T19:14:55.528Z Compiling tinystr v0.8.2
5612026-04-29T19:14:55.569Z Compiling potential_utf v0.1.4
5622026-04-29T19:14:55.728Z Compiling icu_locale_core v2.1.1
5632026-04-29T19:14:55.728Z Compiling icu_collections v2.1.1
5642026-04-29T19:14:55.762Z Compiling dtrace-parser v0.2.0
5652026-04-29T19:14:55.990Z Compiling goblin v0.8.2
5662026-04-29T19:14:56.135Z Compiling tabled_derive v0.7.0
5672026-04-29T19:14:56.209Z Compiling clap_derive v4.5.55
5682026-04-29T19:14:56.227Z Compiling unicode-width v0.2.0
5692026-04-29T19:14:56.495Z Compiling icu_provider v2.1.1
5702026-04-29T19:14:56.627Z Compiling smawk v0.3.2
5712026-04-29T19:14:56.762Z Compiling serde_spanned v0.6.9
5722026-04-29T19:14:56.786Z Compiling toml_datetime v0.6.11
5732026-04-29T19:14:56.819Z Compiling icu_normalizer v2.1.1
5742026-04-29T19:14:56.837Z Compiling icu_properties v2.1.2
5752026-04-29T19:14:56.923Z Compiling serde-value v0.7.0
5762026-04-29T19:14:57.035Z Compiling toml_edit v0.22.27
5772026-04-29T19:14:57.051Z Compiling dof v0.3.0
5782026-04-29T19:14:57.066Z Compiling serde_tokenstream v0.2.3
5792026-04-29T19:14:57.281Z Compiling cargo-platform v0.2.0
5802026-04-29T19:14:57.377Z Compiling tabled v0.15.0
5812026-04-29T19:14:57.433Z Compiling textwrap v0.16.2
5822026-04-29T19:14:57.554Z Compiling macaddr v1.0.1
5832026-04-29T19:14:57.777Z Compiling idna_adapter v1.2.1
5842026-04-29T19:14:57.886Z Compiling camino-tempfile v1.4.1
5852026-04-29T19:14:57.909Z Compiling idna v1.1.0
5862026-04-29T19:14:57.952Z Compiling clap v4.5.60
5872026-04-29T19:14:57.955Z Compiling usdt-attr-macro v0.5.0
5882026-04-29T19:14:58.078Z Compiling usdt-macro v0.5.0
5892026-04-29T19:14:58.197Z Compiling url v2.5.8
5902026-04-29T19:14:58.470Z Compiling toml v0.8.23
5912026-04-29T19:14:58.637Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5922026-04-29T19:14:58.655Z Compiling swrite v0.1.0
5932026-04-29T19:14:58.886Z Compiling cargo-util-schemas v0.8.2
5942026-04-29T19:14:59.102Z Compiling cargo_toml v0.21.0
5952026-04-29T19:14:59.258Z Compiling usdt v0.5.0
5962026-04-29T19:14:59.832Z Compiling cargo_metadata v0.21.0
5972026-04-29T19:15:00.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5982026-04-29T19:15:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.13s
5992026-04-29T19:15:03.091Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6002026-04-29T19:15:03.655Z Downloading crates ...
6012026-04-29T19:15:03.776Z Downloaded crucible-workspace-hack v0.1.0
6022026-04-29T19:15:03.784Z Downloaded bitflags v1.3.2
6032026-04-29T19:15:03.784Z Downloaded dyn-clone v1.0.20
6042026-04-29T19:15:03.784Z Downloaded allocator-api2 v0.2.21
6052026-04-29T19:15:03.784Z Downloaded crc32fast v1.5.0
6062026-04-29T19:15:03.784Z Downloaded dropshot-api-manager-types v0.7.1
6072026-04-29T19:15:03.784Z Downloaded bitfield-struct v0.6.2
6082026-04-29T19:15:03.793Z Downloaded crypto-bigint v0.5.5
6092026-04-29T19:15:03.793Z Downloaded crossbeam-utils v0.8.21
6102026-04-29T19:15:03.793Z Downloaded ena v0.14.4
6112026-04-29T19:15:03.800Z Downloaded cstr-argument v0.1.2
6122026-04-29T19:15:03.801Z Downloaded castaway v0.2.4
6132026-04-29T19:15:03.801Z Downloaded daft-derive v0.1.5
6142026-04-29T19:15:03.801Z Downloaded endian-type v0.1.2
6152026-04-29T19:15:03.801Z Downloaded crc8 v0.1.1
6162026-04-29T19:15:03.801Z Downloaded block-padding v0.3.3
6172026-04-29T19:15:03.801Z Downloaded atomic-waker v1.1.2
6182026-04-29T19:15:03.801Z Downloaded atty v0.2.14
6192026-04-29T19:15:03.801Z Downloaded adler2 v2.0.1
6202026-04-29T19:15:03.805Z Downloaded ecdsa v0.16.9
6212026-04-29T19:15:03.805Z Downloaded dirs-sys-next v0.1.2
6222026-04-29T19:15:03.805Z Downloaded ctr v0.9.2
6232026-04-29T19:15:03.805Z Downloaded async-stream-impl v0.3.6
6242026-04-29T19:15:03.806Z Downloaded convert_case v0.10.0
6252026-04-29T19:15:03.806Z Downloaded bit-vec v0.8.0
6262026-04-29T19:15:03.806Z Downloaded bit-vec v0.6.3
6272026-04-29T19:15:03.806Z Downloaded array-init v0.0.4
6282026-04-29T19:15:03.813Z Downloaded embedded-io v0.4.0
6292026-04-29T19:15:03.813Z Downloaded dirs-next v2.0.0
6302026-04-29T19:15:03.813Z Downloaded defmt v0.3.100
6312026-04-29T19:15:03.819Z Downloaded ff v0.13.1
6322026-04-29T19:15:03.819Z Downloaded darling v0.20.11
6332026-04-29T19:15:03.819Z Downloaded cmake v0.1.57
6342026-04-29T19:15:03.819Z Downloaded byte-wrapper v0.1.0
6352026-04-29T19:15:03.827Z Downloaded convert_case v0.4.0
6362026-04-29T19:15:03.827Z Downloaded defmt-parser v1.0.0
6372026-04-29T19:15:03.827Z Downloaded argon2 v0.5.3
6382026-04-29T19:15:03.827Z Downloaded crossbeam-channel v0.5.15
6392026-04-29T19:15:03.827Z Downloaded dsl_auto_type v0.2.0
6402026-04-29T19:15:03.831Z Downloaded assert_matches v1.5.0
6412026-04-29T19:15:03.832Z Downloaded deranged v0.5.8
6422026-04-29T19:15:03.836Z Downloaded corncobs v0.1.4
6432026-04-29T19:15:03.836Z Downloaded chacha20 v0.9.1
6442026-04-29T19:15:03.840Z Downloaded blowfish v0.9.1
6452026-04-29T19:15:03.843Z Downloaded darling v0.23.0
6462026-04-29T19:15:03.843Z Downloaded float-ord v0.3.2
6472026-04-29T19:15:03.843Z Downloaded debug-ignore v1.0.5
6482026-04-29T19:15:03.846Z Downloaded crunchy v0.2.4
6492026-04-29T19:15:03.846Z Downloaded bb8 v0.8.6
6502026-04-29T19:15:03.846Z Downloaded async-stream v0.3.6
6512026-04-29T19:15:03.852Z Downloaded console v0.15.11
6522026-04-29T19:15:03.856Z Downloaded darling_macro v0.20.11
6532026-04-29T19:15:03.856Z Downloaded compression-core v0.4.31
6542026-04-29T19:15:03.856Z Downloaded clang-sys v1.8.1
6552026-04-29T19:15:03.856Z Downloaded cexpr v0.6.0
6562026-04-29T19:15:03.860Z Downloaded aead v0.5.2
6572026-04-29T19:15:03.860Z Downloaded foreign-types-shared v0.1.1
6582026-04-29T19:15:03.860Z Downloaded crc-catalog v2.4.0
6592026-04-29T19:15:03.864Z Downloaded camino-tempfile-ext v0.3.3
6602026-04-29T19:15:03.864Z Downloaded curve25519-dalek-derive v0.1.1
6612026-04-29T19:15:03.865Z Downloaded float-cmp v0.10.0
6622026-04-29T19:15:03.865Z Downloaded backoff v0.4.0
6632026-04-29T19:15:03.869Z Downloaded atomicwrites v0.4.4
6642026-04-29T19:15:03.869Z Downloaded difflib v0.4.0
6652026-04-29T19:15:03.869Z Downloaded darling_macro v0.23.0
6662026-04-29T19:15:03.872Z Downloaded fd-lock v4.0.4
6672026-04-29T19:15:03.872Z Downloaded dof v0.4.0
6682026-04-29T19:15:03.875Z Downloaded flagset v0.4.7
6692026-04-29T19:15:03.878Z Downloaded darling_macro v0.21.3
6702026-04-29T19:15:03.880Z Downloaded cargo-platform v0.1.9
6712026-04-29T19:15:03.880Z Downloaded bit-set v0.8.0
6722026-04-29T19:15:03.881Z Downloaded cpufeatures v0.3.0
6732026-04-29T19:15:03.883Z Downloaded ed25519 v2.2.3
6742026-04-29T19:15:03.883Z Downloaded foreign-types v0.5.0
6752026-04-29T19:15:03.888Z Downloaded cobs v0.3.0
6762026-04-29T19:15:03.888Z Downloaded embedded-io v0.6.1
6772026-04-29T19:15:03.892Z Downloaded buf-list v1.1.2
6782026-04-29T19:15:03.896Z Downloaded diesel_table_macro_syntax v0.3.0
6792026-04-29T19:15:03.896Z Downloaded constant_time_eq v0.4.2
6802026-04-29T19:15:03.896Z Downloaded display-error-chain v0.2.2
6812026-04-29T19:15:03.896Z Downloaded cipher v0.4.4
6822026-04-29T19:15:03.901Z Downloaded chacha20 v0.10.0
6832026-04-29T19:15:03.905Z Downloaded futures-core v0.3.32
6842026-04-29T19:15:03.905Z Downloaded dunce v1.0.5
6852026-04-29T19:15:03.905Z Downloaded bcrypt-pbkdf v0.10.0
6862026-04-29T19:15:03.912Z Downloaded crc v3.4.0
6872026-04-29T19:15:03.912Z Downloaded ciborium-ll v0.2.2
6882026-04-29T19:15:03.913Z Downloaded base16ct v0.2.0
6892026-04-29T19:15:03.916Z Downloaded cfg_aliases v0.2.1
6902026-04-29T19:15:03.916Z Downloaded bitfield-macros v0.19.4
6912026-04-29T19:15:03.916Z Downloaded bit-set v0.5.3
6922026-04-29T19:15:03.916Z Downloaded async-recursion v1.1.1
6932026-04-29T19:15:03.916Z Downloaded dtrace-parser v0.3.0
6942026-04-29T19:15:03.916Z Downloaded futures-io v0.3.32
6952026-04-29T19:15:03.920Z Downloaded bitfield v0.19.4
6962026-04-29T19:15:03.920Z Downloaded derive_builder_macro v0.20.2
6972026-04-29T19:15:03.920Z Downloaded ascii-canvas v3.0.0
6982026-04-29T19:15:03.920Z Downloaded gethostname v0.5.0
6992026-04-29T19:15:03.925Z Downloaded arrayref v0.3.9
7002026-04-29T19:15:03.925Z Downloaded futures-task v0.3.32
7012026-04-29T19:15:03.925Z Downloaded enum-as-inner v0.6.1
7022026-04-29T19:15:03.925Z Downloaded funty v2.0.0
7032026-04-29T19:15:03.925Z Downloaded ciborium-io v0.2.2
7042026-04-29T19:15:03.928Z Downloaded ghash v0.5.1
7052026-04-29T19:15:03.928Z Downloaded hash32 v0.3.1
7062026-04-29T19:15:03.928Z Downloaded hash32 v0.2.1
7072026-04-29T19:15:03.928Z Downloaded fxhash v0.2.1
7082026-04-29T19:15:03.931Z Downloaded fixedbitset v0.4.2
7092026-04-29T19:15:03.934Z Downloaded colored v2.2.0
7102026-04-29T19:15:03.938Z Downloaded futures-sink v0.3.32
7112026-04-29T19:15:03.938Z Downloaded base64ct v1.8.3
7122026-04-29T19:15:03.942Z Downloaded downcast-rs v2.0.2
7132026-04-29T19:15:03.943Z Downloaded der_derive v0.7.3
7142026-04-29T19:15:03.943Z Downloaded critical-section v1.2.0
7152026-04-29T19:15:03.947Z Downloaded darling_core v0.20.11
7162026-04-29T19:15:03.947Z Downloaded diesel-dtrace v0.5.0
7172026-04-29T19:15:03.951Z Downloaded bcs v0.1.6
7182026-04-29T19:15:03.951Z Downloaded fs-err v2.11.0
7192026-04-29T19:15:03.951Z Downloaded document-features v0.2.12
7202026-04-29T19:15:03.951Z Downloaded arrayvec v0.7.6
7212026-04-29T19:15:03.956Z Downloaded derive-ex v0.1.8
7222026-04-29T19:15:03.956Z Downloaded diff v0.1.13
7232026-04-29T19:15:03.956Z Downloaded hex v0.4.3
7242026-04-29T19:15:03.956Z Downloaded foldhash v0.2.0
7252026-04-29T19:15:03.959Z Downloaded env_logger v0.11.9
7262026-04-29T19:15:03.961Z Downloaded crc-any v2.5.0
7272026-04-29T19:15:03.964Z Downloaded foreign-types-macros v0.2.3
7282026-04-29T19:15:03.964Z Downloaded foreign-types v0.3.2
7292026-04-29T19:15:03.964Z Downloaded colored v3.1.1
7302026-04-29T19:15:03.967Z Downloaded futures-macro v0.3.32
7312026-04-29T19:15:03.967Z Downloaded foreign-types-shared v0.3.1
7322026-04-29T19:15:03.970Z Downloaded cbc v0.1.2
7332026-04-29T19:15:03.970Z Downloaded cfg_aliases v0.1.1
7342026-04-29T19:15:03.973Z Downloaded home v0.5.12
7352026-04-29T19:15:03.973Z Downloaded headers-core v0.3.0
7362026-04-29T19:15:03.973Z Downloaded globwalk v0.9.1
7372026-04-29T19:15:03.976Z Downloaded git-stub v1.0.0
7382026-04-29T19:15:03.976Z Downloaded hex-literal v0.4.1
7392026-04-29T19:15:03.976Z Downloaded httpdate v1.0.3
7402026-04-29T19:15:03.979Z Downloaded http-range v0.1.5
7412026-04-29T19:15:03.979Z Downloaded http-body v1.0.1
7422026-04-29T19:15:03.979Z Downloaded hostname v0.4.2
7432026-04-29T19:15:03.982Z Downloaded hubpack v0.1.2
7442026-04-29T19:15:03.982Z Downloaded hyper-tls v0.6.0
7452026-04-29T19:15:03.985Z Downloaded env_filter v1.0.0
7462026-04-29T19:15:03.985Z Downloaded cassowary v0.3.0
7472026-04-29T19:15:03.987Z Downloaded glob v0.3.3
7482026-04-29T19:15:03.987Z Downloaded fixedbitset v0.5.7
7492026-04-29T19:15:03.990Z Downloaded crossbeam-deque v0.8.6
7502026-04-29T19:15:03.990Z Downloaded compression-codecs v0.4.37
7512026-04-29T19:15:03.993Z Downloaded foldhash v0.1.5
7522026-04-29T19:15:03.993Z Downloaded drift v0.1.3
7532026-04-29T19:15:03.996Z Downloaded async-trait v0.1.89
7542026-04-29T19:15:03.999Z Downloaded globset v0.4.18
7552026-04-29T19:15:03.999Z Downloaded csv-core v0.1.13
7562026-04-29T19:15:04.002Z Downloaded indent_write v2.2.0
7572026-04-29T19:15:04.002Z Downloaded filetime v0.2.27
7582026-04-29T19:15:04.003Z Downloaded data-encoding v2.10.0
7592026-04-29T19:15:04.003Z Downloaded defmt v1.0.1
7602026-04-29T19:15:04.005Z Downloaded bzip2 v0.6.1
7612026-04-29T19:15:04.008Z Downloaded indoc v1.0.9
7622026-04-29T19:15:04.009Z Downloaded erased-serde v0.3.31
7632026-04-29T19:15:04.011Z Downloaded cancel-safe-futures v0.1.5
7642026-04-29T19:15:04.011Z Downloaded async-bb8-diesel v0.2.1
7652026-04-29T19:15:04.014Z Downloaded hubpack_derive v0.1.1
7662026-04-29T19:15:04.014Z Downloaded const-oid v0.9.6
7672026-04-29T19:15:04.017Z Downloaded ciborium v0.2.2
7682026-04-29T19:15:04.017Z Downloaded des v0.8.1
7692026-04-29T19:15:04.021Z Downloaded cargo_metadata v0.19.2
7702026-04-29T19:15:04.021Z Downloaded backon v1.6.0
7712026-04-29T19:15:04.025Z Downloaded internet-checksum v0.2.1
7722026-04-29T19:15:04.025Z Downloaded instant v0.1.13
7732026-04-29T19:15:04.025Z Downloaded is-terminal v0.4.17
7742026-04-29T19:15:04.025Z Downloaded git-stub-vcs v0.1.0
7752026-04-29T19:15:04.030Z Downloaded ident_case v1.0.1
7762026-04-29T19:15:04.030Z Downloaded group v0.13.0
7772026-04-29T19:15:04.030Z Downloaded dropshot_endpoint v0.17.0
7782026-04-29T19:15:04.030Z Downloaded console v0.16.2
7792026-04-29T19:15:04.033Z Downloaded bzip2 v0.4.4
7802026-04-29T19:15:04.033Z Downloaded blake2 v0.10.6
7812026-04-29T19:15:04.033Z Downloaded bytes v1.11.1
7822026-04-29T19:15:04.037Z Downloaded instability v0.3.11
7832026-04-29T19:15:04.037Z Downloaded is_ci v1.2.0
7842026-04-29T19:15:04.042Z Downloaded darling v0.21.3
7852026-04-29T19:15:04.042Z Downloaded inout v0.1.4
7862026-04-29T19:15:04.042Z Downloaded ahash v0.8.12
7872026-04-29T19:15:04.045Z Downloaded futures-executor v0.3.32
7882026-04-29T19:15:04.045Z Downloaded hostname v0.3.1
7892026-04-29T19:15:04.045Z Downloaded highway v1.3.0
7902026-04-29T19:15:04.048Z Downloaded futures-channel v0.3.32
7912026-04-29T19:15:04.048Z Downloaded find-msvc-tools v0.1.9
7922026-04-29T19:15:04.048Z Downloaded either v1.15.0
7932026-04-29T19:15:04.050Z Downloaded lalrpop-util v0.19.12
7942026-04-29T19:15:04.051Z Downloaded keccak v0.1.6
7952026-04-29T19:15:04.051Z Downloaded derive_builder_core v0.20.2
7962026-04-29T19:15:04.054Z Downloaded lazy_static v1.5.0
7972026-04-29T19:15:04.054Z Downloaded lru-cache v0.1.2
7982026-04-29T19:15:04.054Z Downloaded kstat-rs v0.2.4
7992026-04-29T19:15:04.057Z Downloaded defmt-macros v1.0.1
8002026-04-29T19:15:04.057Z Downloaded getrandom v0.2.17
8012026-04-29T19:15:04.061Z Downloaded http-body-util v0.1.3
8022026-04-29T19:15:04.061Z Downloaded const_format_proc_macros v0.2.34
8032026-04-29T19:15:04.061Z Downloaded match_cfg v0.1.0
8042026-04-29T19:15:04.065Z Downloaded maplit v1.0.2
8052026-04-29T19:15:04.065Z Downloaded lru-slab v0.1.2
8062026-04-29T19:15:04.065Z Downloaded base64 v0.22.1
8072026-04-29T19:15:04.070Z Downloaded crossbeam-epoch v0.9.18
8082026-04-29T19:15:04.073Z Downloaded indoc v2.0.7
8092026-04-29T19:15:04.078Z Downloaded managed v0.8.0
8102026-04-29T19:15:04.078Z Downloaded md-5 v0.10.6
8112026-04-29T19:15:04.082Z Downloaded lru v0.12.5
8122026-04-29T19:15:04.082Z Downloaded fallible-iterator v0.2.0
8132026-04-29T19:15:04.082Z Downloaded daft v0.1.5
8142026-04-29T19:15:04.082Z Downloaded derive_builder v0.20.2
8152026-04-29T19:15:04.087Z Downloaded humantime v2.3.0
8162026-04-29T19:15:04.087Z Downloaded cookie v0.18.1
8172026-04-29T19:15:04.089Z Downloaded lzss v0.8.2
8182026-04-29T19:15:04.089Z Downloaded linked-hash-map v0.5.6
8192026-04-29T19:15:04.090Z Downloaded hyper-staticfile v0.10.1
8202026-04-29T19:15:04.090Z Downloaded memoffset v0.9.1
8212026-04-29T19:15:04.093Z Downloaded md5 v0.7.0
8222026-04-29T19:15:04.093Z Downloaded mime v0.3.17
8232026-04-29T19:15:04.093Z Downloaded nibble_vec v0.1.0
8242026-04-29T19:15:04.096Z Downloaded new_debug_unreachable v1.0.6
8252026-04-29T19:15:04.096Z Downloaded elliptic-curve v0.13.8
8262026-04-29T19:15:04.099Z Downloaded ingot-types v0.1.2
8272026-04-29T19:15:04.099Z Downloaded dropshot_endpoint v0.16.7
8282026-04-29T19:15:04.099Z Downloaded ipnet v2.11.0
8292026-04-29T19:15:04.104Z Downloaded ingot v0.1.1
8302026-04-29T19:15:04.107Z Downloaded newline-converter v0.3.0
8312026-04-29T19:15:04.107Z Downloaded ipnetwork v0.21.1
8322026-04-29T19:15:04.110Z Downloaded newtype_derive v0.1.6
8332026-04-29T19:15:04.113Z Downloaded multimap v0.10.1
8342026-04-29T19:15:04.113Z Downloaded num v0.4.3
8352026-04-29T19:15:04.113Z Downloaded nonempty v0.12.0
8362026-04-29T19:15:04.116Z Downloaded nodrop v0.1.14
8372026-04-29T19:15:04.116Z Downloaded normalize-line-endings v0.3.0
8382026-04-29T19:15:04.116Z Downloaded newtype-uuid-macros v0.1.0
8392026-04-29T19:15:04.120Z Downloaded libefi-sys v0.1.0
8402026-04-29T19:15:04.123Z Downloaded num-derive v0.3.3
8412026-04-29T19:15:04.126Z Downloaded fs_extra v1.3.0
8422026-04-29T19:15:04.129Z Downloaded olpc-cjson v0.1.4
8432026-04-29T19:15:04.129Z Downloaded num_threads v0.1.7
8442026-04-29T19:15:04.129Z Downloaded openssl-macros v0.1.1
8452026-04-29T19:15:04.129Z Downloaded num-iter v0.1.45
8462026-04-29T19:15:04.132Z Downloaded num-derive v0.4.2
8472026-04-29T19:15:04.135Z Downloaded getrandom v0.3.4
8482026-04-29T19:15:04.135Z Downloaded linear-map v1.2.0
8492026-04-29T19:15:04.138Z Downloaded libsw-core v0.3.2
8502026-04-29T19:15:04.138Z Downloaded iana-time-zone v0.1.65
8512026-04-29T19:15:04.141Z Downloaded half v2.7.1
8522026-04-29T19:15:04.141Z Downloaded num-conv v0.2.0
8532026-04-29T19:15:04.141Z Downloaded cookie_store v0.22.1
8542026-04-29T19:15:04.144Z Downloaded libscf-sys v1.1.0
8552026-04-29T19:15:04.144Z Downloaded lock_api v0.4.14
8562026-04-29T19:15:04.147Z Downloaded maybe-uninit v2.0.0
8572026-04-29T19:15:04.147Z Downloaded libloading v0.8.9
8582026-04-29T19:15:04.147Z Downloaded opaque-debug v0.3.1
8592026-04-29T19:15:04.150Z Downloaded num_enum_derive v0.5.11
8602026-04-29T19:15:04.150Z Downloaded jobserver v0.1.34
8612026-04-29T19:15:04.153Z Downloaded oso-derive v0.27.3
8622026-04-29T19:15:04.153Z Downloaded compact_str v0.8.1
8632026-04-29T19:15:04.156Z Downloaded libsw v3.5.0
8642026-04-29T19:15:04.170Z Downloaded packed_struct_codegen v0.10.1
8652026-04-29T19:15:04.173Z Downloaded parse-size v1.1.0
8662026-04-29T19:15:04.173Z Downloaded newtype-uuid v1.3.2
8672026-04-29T19:15:04.173Z Downloaded openssl-probe v0.2.1
8682026-04-29T19:15:04.173Z Downloaded base64 v0.21.7
8692026-04-29T19:15:04.176Z Downloaded async-compression v0.4.41
8702026-04-29T19:15:04.179Z Downloaded hmac v0.12.1
8712026-04-29T19:15:04.182Z Downloaded cc v1.2.56
8722026-04-29T19:15:04.184Z Downloaded native-tls v0.2.18
8732026-04-29T19:15:04.184Z Downloaded nanorand v0.7.0
8742026-04-29T19:15:04.184Z Downloaded peg-runtime v0.8.5
8752026-04-29T19:15:04.189Z Downloaded path-slash v0.1.5
8762026-04-29T19:15:04.189Z Downloaded mime_guess v2.0.5
8772026-04-29T19:15:04.189Z Downloaded ingot-macros v0.1.1
8782026-04-29T19:15:04.194Z Downloaded hyper-rustls v0.27.7
8792026-04-29T19:15:04.194Z Downloaded fatfs v0.3.6
8802026-04-29T19:15:04.194Z Downloaded multer v3.1.0
8812026-04-29T19:15:04.197Z Downloaded derive_more v0.99.20
8822026-04-29T19:15:04.197Z Downloaded pbkdf2 v0.11.0
8832026-04-29T19:15:04.200Z Downloaded pbkdf2 v0.12.2
8842026-04-29T19:15:04.200Z Downloaded parse-display v0.10.0
8852026-04-29T19:15:04.200Z Downloaded openssl-probe v0.1.6
8862026-04-29T19:15:04.203Z Downloaded derive-where v1.6.0
8872026-04-29T19:15:04.205Z Downloaded half v1.8.3
8882026-04-29T19:15:04.220Z Downloaded indexmap v1.9.3
8892026-04-29T19:15:04.223Z Downloaded ignore v0.4.25
8902026-04-29T19:15:04.223Z Downloaded nu-ansi-term v0.50.3
8912026-04-29T19:15:04.226Z Downloaded httparse v1.10.1
8922026-04-29T19:15:04.226Z Downloaded num_enum_derive v0.7.5
8932026-04-29T19:15:04.262Z Downloaded num_enum v0.7.5
8942026-04-29T19:15:04.262Z Downloaded phf_shared v0.13.1
8952026-04-29T19:15:04.262Z Downloaded phf_shared v0.12.1
8962026-04-29T19:15:04.262Z Downloaded packed_struct v0.10.1
8972026-04-29T19:15:04.262Z Downloaded oxnet v0.1.4
8982026-04-29T19:15:04.262Z Downloaded oxide-tokio-rt v0.1.4
8992026-04-29T19:15:04.262Z Downloaded predicates-tree v1.0.13
9002026-04-29T19:15:04.262Z Downloaded proc-macro-error-attr2 v2.0.0
9012026-04-29T19:15:04.262Z Downloaded pin-utils v0.1.0
9022026-04-29T19:15:04.262Z Downloaded litrs v1.0.0
9032026-04-29T19:15:04.262Z Downloaded proc-macro-crate v3.4.0
9042026-04-29T19:15:04.262Z Downloaded heapless v0.8.0
9052026-04-29T19:15:04.262Z Downloaded parking_lot_core v0.8.6
9062026-04-29T19:15:04.262Z Downloaded heapless v0.7.17
9072026-04-29T19:15:04.262Z Downloaded powerfmt v0.2.0
9082026-04-29T19:15:04.262Z Downloaded owo-colors v4.3.0
9092026-04-29T19:15:04.262Z Downloaded ar_archive_writer v0.5.1
9102026-04-29T19:15:04.262Z Downloaded num-rational v0.4.2
9112026-04-29T19:15:04.262Z Downloaded num-integer v0.1.46
9122026-04-29T19:15:04.262Z Downloaded pem-rfc7468 v0.7.0
9132026-04-29T19:15:04.262Z Downloaded precomputed-hash v0.1.1
9142026-04-29T19:15:04.262Z Downloaded memmap2 v0.9.10
9152026-04-29T19:15:04.274Z Downloaded paste v1.0.15
9162026-04-29T19:15:04.274Z Downloaded progenitor-macro v0.11.2
9172026-04-29T19:15:04.274Z Downloaded impl-trait-for-tuples v0.2.3
9182026-04-29T19:15:04.274Z Downloaded phf v0.13.1
9192026-04-29T19:15:04.274Z Downloaded flume v0.11.1
9202026-04-29T19:15:04.279Z Downloaded predicates-core v1.0.10
9212026-04-29T19:15:04.279Z Downloaded arc-swap v1.8.2
9222026-04-29T19:15:04.279Z Downloaded libbz2-rs-sys v0.2.2
9232026-04-29T19:15:04.279Z Downloaded progenitor-client v0.14.0
9242026-04-29T19:15:04.279Z Downloaded progenitor-client v0.11.2
9252026-04-29T19:15:04.279Z Downloaded pem v3.0.6
9262026-04-29T19:15:04.279Z Downloaded progenitor-client v0.10.0
9272026-04-29T19:15:04.279Z Downloaded crossterm v0.29.0
9282026-04-29T19:15:04.283Z Downloaded psl-types v2.0.11
9292026-04-29T19:15:04.283Z Downloaded progenitor-macro v0.14.0
9302026-04-29T19:15:04.283Z Downloaded password-hash v0.4.2
9312026-04-29T19:15:04.284Z Downloaded num-complex v0.4.6
9322026-04-29T19:15:04.287Z Downloaded const_format v0.2.35
9332026-04-29T19:15:04.287Z Downloaded chacha20poly1305 v0.10.1
9342026-04-29T19:15:04.290Z Downloaded indicatif v0.18.4
9352026-04-29T19:15:04.293Z Downloaded phf_shared v0.11.3
9362026-04-29T19:15:04.296Z Downloaded pkg-config v0.3.32
9372026-04-29T19:15:04.296Z Downloaded phf v0.12.1
9382026-04-29T19:15:04.296Z Downloaded peg-macros v0.8.5
9392026-04-29T19:15:04.299Z Downloaded peg v0.8.5
9402026-04-29T19:15:04.299Z Downloaded parse-display-derive v0.10.0
9412026-04-29T19:15:04.302Z Downloaded progenitor-macro v0.13.0
9422026-04-29T19:15:04.302Z Downloaded quick-error v1.2.3
9432026-04-29T19:15:04.302Z Downloaded radium v0.7.0
9442026-04-29T19:15:04.305Z Downloaded headers v0.4.1
9452026-04-29T19:15:04.307Z Downloaded bumpalo v3.20.2
9462026-04-29T19:15:04.310Z Downloaded futures v0.3.32
9472026-04-29T19:15:04.313Z Downloaded ppv-lite86 v0.2.21
9482026-04-29T19:15:04.316Z Downloaded proc-macro-crate v1.3.1
9492026-04-29T19:15:04.319Z Downloaded parking_lot v0.11.2
9502026-04-29T19:15:04.319Z Downloaded pkcs8 v0.10.2
9512026-04-29T19:15:04.322Z Downloaded parking_lot v0.12.5
9522026-04-29T19:15:04.324Z Downloaded pin-project-lite v0.2.17
9532026-04-29T19:15:04.329Z Downloaded rand_chacha v0.3.1
9542026-04-29T19:15:04.329Z Downloaded pin-project-internal v1.1.11
9552026-04-29T19:15:04.329Z Downloaded rand_xorshift v0.4.0
9562026-04-29T19:15:04.333Z Downloaded darling_core v0.21.3
9572026-04-29T19:15:04.333Z Downloaded progenitor-client v0.13.0
9582026-04-29T19:15:04.336Z Downloaded proc-macro-error2 v2.0.1
9592026-04-29T19:15:04.336Z Downloaded polyval v0.6.2
9602026-04-29T19:15:04.336Z Downloaded primeorder v0.13.6
9612026-04-29T19:15:04.336Z Downloaded password-hash v0.5.0
9622026-04-29T19:15:04.341Z Downloaded parking_lot_core v0.9.12
9632026-04-29T19:15:04.343Z Downloaded flate2 v1.1.9
9642026-04-29T19:15:04.343Z Downloaded derive_more v2.1.1
9652026-04-29T19:15:04.349Z Downloaded pkcs1 v0.7.5
9662026-04-29T19:15:04.353Z Downloaded derive_more-impl v2.1.1
9672026-04-29T19:15:04.356Z Downloaded postgres-protocol v0.6.10
9682026-04-29T19:15:04.356Z Downloaded darling_core v0.23.0
9692026-04-29T19:15:04.359Z Downloaded rfc6979 v0.4.0
9702026-04-29T19:15:04.359Z Downloaded recursive-proc-macro-impl v0.1.1
9712026-04-29T19:15:04.362Z Downloaded rtoolbox v0.0.3
9722026-04-29T19:15:04.362Z Downloaded progenitor-extras v0.2.0
9732026-04-29T19:15:04.362Z Downloaded pkcs5 v0.7.1
9742026-04-29T19:15:04.366Z Downloaded ref-cast v1.0.25
9752026-04-29T19:15:04.369Z Downloaded ref-cast-impl v1.0.25
9762026-04-29T19:15:04.369Z Downloaded recursive v0.1.1
9772026-04-29T19:15:04.369Z Downloaded progenitor v0.13.0
9782026-04-29T19:15:04.369Z Downloaded omicron-zone-package v0.12.2
9792026-04-29T19:15:04.372Z Downloaded postcard v1.1.3
9802026-04-29T19:15:04.372Z Downloaded dropshot-api-manager v0.7.1
9812026-04-29T19:15:04.375Z Downloaded r2d2 v0.8.10
9822026-04-29T19:15:04.375Z Downloaded psm v0.1.30
9832026-04-29T19:15:04.378Z Downloaded crossterm v0.28.1
9842026-04-29T19:15:04.382Z Downloaded rustc-hash v2.1.1
9852026-04-29T19:15:04.382Z Downloaded russh-cryptovec v0.7.3
9862026-04-29T19:15:04.385Z Downloaded progenitor v0.11.2
9872026-04-29T19:15:04.385Z Downloaded progenitor v0.10.0
9882026-04-29T19:15:04.385Z Downloaded progenitor-macro v0.10.0
9892026-04-29T19:15:04.389Z Downloaded rustc_version v0.1.7
9902026-04-29T19:15:04.391Z Downloaded p256 v0.13.2
9912026-04-29T19:15:04.398Z Downloaded hickory-resolver v0.25.2
9922026-04-29T19:15:04.402Z Downloaded rand_seeder v0.4.0
9932026-04-29T19:15:04.412Z Downloaded rand_chacha v0.9.0
9942026-04-29T19:15:04.416Z Downloaded num_enum v0.5.11
9952026-04-29T19:15:04.420Z Downloaded salsa20 v0.10.2
9962026-04-29T19:15:04.420Z Downloaded rand_core v0.9.5
9972026-04-29T19:15:04.420Z Downloaded oso v0.27.3
9982026-04-29T19:15:04.425Z Downloaded jiff-static v0.2.21
9992026-04-29T19:15:04.425Z Downloaded der v0.7.10
10002026-04-29T19:15:04.428Z Downloaded rand_core v0.6.4
10012026-04-29T19:15:04.428Z Downloaded postgres-types v0.2.12
10022026-04-29T19:15:04.430Z Downloaded aes-gcm v0.10.3
10032026-04-29T19:15:04.434Z Downloaded scheduled-thread-pool v0.2.7
10042026-04-29T19:15:04.437Z Downloaded same-file v1.0.6
10052026-04-29T19:15:04.437Z Downloaded scrypt v0.11.0
10062026-04-29T19:15:04.440Z Downloaded expectorate v1.2.0
10072026-04-29T19:15:04.443Z Downloaded aho-corasick v1.1.4
10082026-04-29T19:15:04.445Z Downloaded progenitor v0.14.0
10092026-04-29T19:15:04.445Z Downloaded poly1305 v0.8.0
10102026-04-29T19:15:04.448Z Downloaded hashbrown v0.12.3
10112026-04-29T19:15:04.451Z Downloaded scopeguard v1.2.0
10122026-04-29T19:15:04.451Z Downloaded predicates v3.1.4
10132026-04-29T19:15:04.454Z Downloaded curve25519-dalek v4.1.3
10142026-04-29T19:15:04.458Z Downloaded serde_bytes v0.11.19
10152026-04-29T19:15:04.461Z Downloaded serde_plain v1.0.2
10162026-04-29T19:15:04.461Z Downloaded papergrid v0.17.0
10172026-04-29T19:15:04.465Z Downloaded miniz_oxide v0.8.9
10182026-04-29T19:15:04.467Z Downloaded prefix-trie v0.7.0
10192026-04-29T19:15:04.468Z Downloaded aes v0.8.4
10202026-04-29T19:15:04.471Z Downloaded seq-macro v0.3.6
10212026-04-29T19:15:04.475Z Downloaded serde_repr v0.1.20
10222026-04-29T19:15:04.475Z Downloaded semver v0.1.20
10232026-04-29T19:15:04.475Z Downloaded secrecy v0.10.3
10242026-04-29T19:15:04.479Z Downloaded secrecy v0.8.0
10252026-04-29T19:15:04.479Z Downloaded scroll_derive v0.13.1
10262026-04-29T19:15:04.479Z Downloaded rustc_version v0.4.1
10272026-04-29T19:15:04.479Z Downloaded serde-big-array v0.5.1
10282026-04-29T19:15:04.479Z Downloaded serde_urlencoded v0.7.1
10292026-04-29T19:15:04.483Z Downloaded rustls-native-certs v0.8.3
10302026-04-29T19:15:04.483Z Downloaded hickory-resolver v0.24.4
10312026-04-29T19:15:04.484Z Downloaded rustversion v1.0.22
10322026-04-29T19:15:04.488Z Downloaded rustls-pemfile v2.2.0
10332026-04-29T19:15:04.488Z Downloaded rustls-pemfile v1.0.4
10342026-04-29T19:15:04.494Z Downloaded sigpipe v0.1.3
10352026-04-29T19:15:04.494Z Downloaded signature v2.2.0
10362026-04-29T19:15:04.494Z Downloaded shell-words v1.1.1
10372026-04-29T19:15:04.499Z Downloaded rusty-fork v0.3.1
10382026-04-29T19:15:04.499Z Downloaded sha1 v0.10.6
10392026-04-29T19:15:04.499Z Downloaded pin-project v1.1.11
10402026-04-29T19:15:04.510Z Downloaded signal-hook-mio v0.2.5
10412026-04-29T19:15:04.516Z Downloaded progenitor-impl v0.10.0
10422026-04-29T19:15:04.517Z Downloaded progenitor-impl v0.11.2
10432026-04-29T19:15:04.517Z Downloaded resolv-conf v0.7.6
10442026-04-29T19:15:04.517Z Downloaded rand_core v0.10.0
10452026-04-29T19:15:04.517Z Downloaded quinn-udp v0.5.14
10462026-04-29T19:15:04.517Z Downloaded ed25519-dalek v2.2.0
10472026-04-29T19:15:04.520Z Downloaded diesel_derives v2.3.7
10482026-04-29T19:15:04.520Z Downloaded slog-bunyan v2.5.0
10492026-04-29T19:15:04.520Z Downloaded sct v0.7.1
10502026-04-29T19:15:04.524Z Downloaded scroll v0.13.0
10512026-04-29T19:15:04.524Z Downloaded sapling-renderdag v0.1.0
10522026-04-29T19:15:04.524Z Downloaded openssl-sys v0.9.111
10532026-04-29T19:15:04.527Z Downloaded hyper-util v0.1.20
10542026-04-29T19:15:04.530Z Downloaded siphasher v1.0.2
10552026-04-29T19:15:04.530Z Downloaded http v1.4.0
10562026-04-29T19:15:04.537Z Downloaded sec1 v0.7.3
10572026-04-29T19:15:04.541Z Downloaded schemars_derive v0.8.22
10582026-04-29T19:15:04.541Z Downloaded minimal-lexical v0.2.1
10592026-04-29T19:15:04.554Z Downloaded serde_derive_internals v0.29.1
10602026-04-29T19:15:04.554Z Downloaded progenitor-impl v0.14.0
10612026-04-29T19:15:04.561Z Downloaded russh-keys v0.45.0
10622026-04-29T19:15:04.561Z Downloaded serde_path_to_error v0.1.20
10632026-04-29T19:15:04.561Z Downloaded progenitor-impl v0.13.0
10642026-04-29T19:15:04.561Z Downloaded serde_spanned v1.0.4
10652026-04-29T19:15:04.565Z Downloaded rustls-pki-types v1.14.0
10662026-04-29T19:15:04.565Z Downloaded ssh-encoding v0.2.0
10672026-04-29T19:15:04.565Z Downloaded hashbrown v0.13.2
10682026-04-29T19:15:04.569Z Downloaded strip-ansi-escapes v0.2.1
10692026-04-29T19:15:04.573Z Downloaded structmeta-derive v0.3.0
10702026-04-29T19:15:04.573Z Downloaded slog-dtrace v0.3.0
10712026-04-29T19:15:04.573Z Downloaded signal-hook-registry v1.4.8
10722026-04-29T19:15:04.573Z Downloaded shlex v1.3.0
10732026-04-29T19:15:04.576Z Downloaded hickory-server v0.25.2
10742026-04-29T19:15:04.576Z Downloaded signal-hook-tokio v0.3.1
10752026-04-29T19:15:04.580Z Downloaded ssh-cipher v0.2.0
10762026-04-29T19:15:04.580Z Downloaded sqlparser_derive v0.5.0
10772026-04-29T19:15:04.585Z Downloaded simd-adler32 v0.3.8
10782026-04-29T19:15:04.588Z Downloaded slog-term v2.9.2
10792026-04-29T19:15:04.588Z Downloaded slog-json v2.6.1
10802026-04-29T19:15:04.588Z Downloaded slog-envlogger v2.2.0
10812026-04-29T19:15:04.592Z Downloaded sync_wrapper v1.0.2
10822026-04-29T19:15:04.592Z Downloaded sync-ptr v0.1.4
10832026-04-29T19:15:04.592Z Downloaded supports-color v3.0.2
10842026-04-29T19:15:04.599Z Downloaded slog-scope v4.4.1
10852026-04-29T19:15:04.602Z Downloaded slog-async v2.8.0
10862026-04-29T19:15:04.602Z Downloaded tap v1.0.1
10872026-04-29T19:15:04.602Z Downloaded structmeta v0.3.0
10882026-04-29T19:15:04.605Z Downloaded smf v0.2.3
10892026-04-29T19:15:04.610Z Downloaded termtree v0.5.1
10902026-04-29T19:15:04.610Z Downloaded pretty_assertions v1.4.1
10912026-04-29T19:15:04.614Z Downloaded bitvec v1.0.1
10922026-04-29T19:15:04.617Z Downloaded snafu-derive v0.8.9
10932026-04-29T19:15:04.620Z Downloaded serde_cbor v0.11.2
10942026-04-29T19:15:04.623Z Downloaded subtle v2.6.1
10952026-04-29T19:15:04.624Z Downloaded strum v0.27.2
10962026-04-29T19:15:04.624Z Downloaded rcgen v0.12.1
10972026-04-29T19:15:04.626Z Downloaded smallvec v0.6.14
10982026-04-29T19:15:04.626Z Downloaded slog-stdlog v4.1.1
10992026-04-29T19:15:04.626Z Downloaded prettyplease v0.2.37
11002026-04-29T19:15:04.629Z Downloaded hashbrown v0.16.1
11012026-04-29T19:15:04.632Z Downloaded nom v7.1.3
11022026-04-29T19:15:04.635Z Downloaded strum v0.26.3
11032026-04-29T19:15:04.635Z Downloaded tabwriter v1.4.1
11042026-04-29T19:15:04.638Z Downloaded tabled_derive v0.11.0
11052026-04-29T19:15:04.638Z Downloaded thiserror-impl-no-std v2.0.2
11062026-04-29T19:15:04.641Z Downloaded take_mut v0.2.2
11072026-04-29T19:15:04.641Z Downloaded tinyvec_macros v0.1.1
11082026-04-29T19:15:04.641Z Downloaded time-core v0.1.8
11092026-04-29T19:15:04.641Z Downloaded thread-id v5.1.0
11102026-04-29T19:15:04.644Z Downloaded tagptr v0.2.0
11112026-04-29T19:15:04.644Z Downloaded stringprep v0.1.5
11122026-04-29T19:15:04.644Z Downloaded slab v0.4.12
11132026-04-29T19:15:04.644Z Downloaded tokio-macros v2.7.0
11142026-04-29T19:15:04.648Z Downloaded rustls-platform-verifier v0.6.2
11152026-04-29T19:15:04.655Z Downloaded spki v0.7.3
11162026-04-29T19:15:04.655Z Downloaded serde_with_macros v3.17.0
11172026-04-29T19:15:04.655Z Downloaded itertools v0.10.5
11182026-04-29T19:15:04.658Z Downloaded libxml v0.3.3
11192026-04-29T19:15:04.661Z Downloaded num-bigint v0.4.6
11202026-04-29T19:15:04.663Z Downloaded sqlformat v0.3.5
11212026-04-29T19:15:04.663Z Downloaded ryu v1.0.23
11222026-04-29T19:15:04.666Z Downloaded schemars v0.8.22
11232026-04-29T19:15:04.671Z Downloaded static_assertions v1.1.0
11242026-04-29T19:15:04.673Z Downloaded quinn v0.11.9
11252026-04-29T19:15:04.678Z Downloaded rand v0.8.5
11262026-04-29T19:15:04.681Z Downloaded string_cache v0.8.9
11272026-04-29T19:15:04.684Z Downloaded stacker v0.1.23
11282026-04-29T19:15:04.687Z Downloaded termios v0.3.3
11292026-04-29T19:15:04.694Z Downloaded support-bundle-viewer v0.1.2
11302026-04-29T19:15:04.699Z Downloaded tiny-keccak v2.0.2
11312026-04-29T19:15:04.699Z Downloaded try-lock v0.2.5
11322026-04-29T19:15:04.699Z Downloaded trait-variant v0.1.2
11332026-04-29T19:15:04.699Z Downloaded ron v0.8.1
11342026-04-29T19:15:04.703Z Downloaded strum_macros v0.24.3
11352026-04-29T19:15:04.703Z Downloaded mio v1.2.0
11362026-04-29T19:15:04.706Z Downloaded hashbrown v0.15.5
11372026-04-29T19:15:04.710Z Downloaded qorb v0.4.1
11382026-04-29T19:15:04.714Z Downloaded testing_table v0.3.0
11392026-04-29T19:15:04.714Z Downloaded strum_macros v0.27.2
11402026-04-29T19:15:04.725Z Downloaded serde_yaml v0.9.34+deprecated
11412026-04-29T19:15:04.725Z Downloaded tokio-native-tls v0.3.1
11422026-04-29T19:15:04.730Z Downloaded tls_codec_derive v0.4.2
11432026-04-29T19:15:04.730Z Downloaded topological-sort v0.2.2
11442026-04-29T19:15:04.730Z Downloaded thread_local v1.1.9
11452026-04-29T19:15:04.730Z Downloaded serde-hex v0.1.0
11462026-04-29T19:15:04.730Z Downloaded tower-service v0.3.3
11472026-04-29T19:15:04.730Z Downloaded tower-layer v0.3.3
11482026-04-29T19:15:04.730Z Downloaded publicsuffix v2.3.0
11492026-04-29T19:15:04.730Z Downloaded thiserror-no-std v2.0.2
11502026-04-29T19:15:04.730Z Downloaded signal-hook v0.3.18
11512026-04-29T19:15:04.735Z Downloaded spin v0.9.8
11522026-04-29T19:15:04.740Z Downloaded tls_codec v0.4.2
11532026-04-29T19:15:04.745Z Downloaded slog v2.8.2
11542026-04-29T19:15:04.750Z Downloaded tokio-tungstenite v0.23.1
11552026-04-29T19:15:04.750Z Downloaded typify-macro v0.4.3
11562026-04-29T19:15:04.754Z Downloaded futures-util v0.3.32
11572026-04-29T19:15:04.759Z Downloaded schemars v0.9.0
11582026-04-29T19:15:04.768Z Downloaded untrusted v0.9.0
11592026-04-29T19:15:04.776Z Downloaded untrusted v0.7.1
11602026-04-29T19:15:04.776Z Downloaded rayon-core v1.13.0
11612026-04-29T19:15:04.776Z Downloaded usdt v0.6.0
11622026-04-29T19:15:04.776Z Downloaded rand v0.9.2
11632026-04-29T19:15:04.780Z Downloaded unicode-truncate v1.1.0
11642026-04-29T19:15:04.780Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11652026-04-29T19:15:04.780Z Downloaded strum_macros v0.26.4
11662026-04-29T19:15:04.780Z Downloaded socket2 v0.5.10
11672026-04-29T19:15:04.780Z Downloaded tokio-rustls v0.25.0
11682026-04-29T19:15:04.780Z Downloaded toml_writer v1.0.6+spec-1.1.0
11692026-04-29T19:15:04.780Z Downloaded want v0.3.1
11702026-04-29T19:15:04.784Z Downloaded wait-timeout v0.2.1
11712026-04-29T19:15:04.784Z Downloaded usdt-macro v0.6.0
11722026-04-29T19:15:04.784Z Downloaded unit-prefix v0.5.2
11732026-04-29T19:15:04.791Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11742026-04-29T19:15:04.791Z Downloaded blake3 v1.8.3
11752026-04-29T19:15:04.799Z Downloaded tui-tree-widget v0.23.1
11762026-04-29T19:15:04.799Z Downloaded iri-string v0.7.10
11772026-04-29T19:15:04.799Z Downloaded itertools v0.14.0
11782026-04-29T19:15:04.802Z Downloaded usdt-attr-macro v0.6.0
11792026-04-29T19:15:04.803Z Downloaded universal-hash v0.5.1
11802026-04-29T19:15:04.803Z Downloaded typify-macro v0.6.2
11812026-04-29T19:15:04.803Z Downloaded time-macros v0.2.27
11822026-04-29T19:15:04.806Z Downloaded tokio-dtrace v0.1.1
11832026-04-29T19:15:04.806Z Downloaded similar v2.7.0
11842026-04-29T19:15:04.809Z Downloaded xattr v1.6.1
11852026-04-29T19:15:04.809Z Downloaded void v1.0.2
11862026-04-29T19:15:04.809Z Downloaded hkdf v0.12.4
11872026-04-29T19:15:04.814Z Downloaded utf-8 v0.7.6
11882026-04-29T19:15:04.814Z Downloaded tokio-rustls v0.24.1
11892026-04-29T19:15:04.814Z Downloaded rsa v0.9.10
11902026-04-29T19:15:04.817Z Downloaded num-bigint-dig v0.8.6
11912026-04-29T19:15:04.817Z Downloaded itertools v0.13.0
11922026-04-29T19:15:04.821Z Downloaded tokio-rustls v0.26.4
11932026-04-29T19:15:04.824Z Downloaded unicase v2.9.0
11942026-04-29T19:15:04.824Z Downloaded unarray v0.1.4
11952026-04-29T19:15:04.824Z Downloaded subprocess v0.2.15
11962026-04-29T19:15:04.828Z Downloaded zeroize_derive v1.4.3
11972026-04-29T19:15:04.828Z Downloaded itertools v0.12.1
11982026-04-29T19:15:04.831Z Downloaded waitgroup v0.1.2
11992026-04-29T19:15:04.831Z Downloaded russh v0.45.0
12002026-04-29T19:15:04.836Z Downloaded rustls-webpki v0.103.9
12012026-04-29T19:15:04.839Z Downloaded term v0.7.0
12022026-04-29T19:15:04.839Z Downloaded iddqd v0.3.18
12032026-04-29T19:15:04.842Z Downloaded test-strategy v0.4.5
12042026-04-29T19:15:04.849Z Downloaded schemars v1.2.1
12052026-04-29T19:15:04.852Z Downloaded tokio-tungstenite v0.21.0
12062026-04-29T19:15:04.855Z Downloaded walkdir v2.5.0
12072026-04-29T19:15:04.855Z Downloaded vsss-rs v3.3.4
12082026-04-29T19:15:04.858Z Downloaded snafu v0.8.9
12092026-04-29T19:15:04.861Z Downloaded tracing-attributes v0.1.31
12102026-04-29T19:15:04.861Z Downloaded term v1.2.1
12112026-04-29T19:15:04.863Z Downloaded samael v0.0.19
12122026-04-29T19:15:04.866Z Downloaded xshell-macros v0.2.7
12132026-04-29T19:15:04.869Z Downloaded twox-hash v2.1.2
12142026-04-29T19:15:04.869Z Downloaded whoami v2.1.0
12152026-04-29T19:15:04.876Z Downloaded libm v0.2.16
12162026-04-29T19:15:04.883Z Downloaded tokio-stream v0.1.18
12172026-04-29T19:15:04.886Z Downloaded wyz v0.5.1
12182026-04-29T19:15:04.889Z Downloaded xshell v0.2.7
12192026-04-29T19:15:04.892Z Downloaded toml_parser v1.0.9+spec-1.1.0
12202026-04-29T19:15:04.892Z Downloaded uzers v0.12.2
12212026-04-29T19:15:04.895Z Downloaded usdt-impl v0.6.0
12222026-04-29T19:15:04.895Z Downloaded tar v0.4.45
12232026-04-29T19:15:04.898Z Downloaded vergen-git2 v1.0.7
12242026-04-29T19:15:04.901Z Downloaded zone_cfg_derive v0.3.1
12252026-04-29T19:15:04.901Z Downloaded zone v0.3.1
12262026-04-29T19:15:04.904Z Downloaded h2 v0.4.13
12272026-04-29T19:15:04.907Z Downloaded bindgen v0.71.1
12282026-04-29T19:15:04.910Z Downloaded vergen-lib v0.1.6
12292026-04-29T19:15:04.913Z Downloaded vergen-gitcl v1.0.8
12302026-04-29T19:15:04.914Z Downloaded socket2 v0.6.3
12312026-04-29T19:15:04.914Z Downloaded rand v0.10.0
12322026-04-29T19:15:04.917Z Downloaded tinyvec v1.10.0
12332026-04-29T19:15:04.917Z Downloaded rustyline v14.0.0
12342026-04-29T19:15:04.920Z Downloaded tracing-core v0.1.36
12352026-04-29T19:15:04.922Z Downloaded typify v0.6.2
12362026-04-29T19:15:04.958Z Downloaded hyper v1.8.1
12372026-04-29T19:15:04.958Z Downloaded chrono v0.4.44
12382026-04-29T19:15:04.958Z Downloaded whoami v1.6.1
12392026-04-29T19:15:04.958Z Downloaded unicode-properties v0.1.4
12402026-04-29T19:15:04.958Z Downloaded toml v0.7.8
12412026-04-29T19:15:04.958Z Downloaded p521 v0.13.3
12422026-04-29T19:15:04.958Z Downloaded rpassword v7.4.0
12432026-04-29T19:15:04.958Z Downloaded toml_edit v0.23.10+spec-1.0.0
12442026-04-29T19:15:04.963Z Downloaded zeroize v1.8.2
12452026-04-29T19:15:04.967Z Downloaded toml v0.9.12+spec-1.1.0
12462026-04-29T19:15:04.971Z Downloaded toml v1.0.6+spec-1.1.0
12472026-04-29T19:15:04.975Z Downloaded vergen v9.0.6
12482026-04-29T19:15:04.979Z Downloaded zstd-safe v7.2.4
12492026-04-29T19:15:04.979Z Downloaded zstd v0.13.3
12502026-04-29T19:15:04.986Z Downloaded tungstenite v0.23.0
12512026-04-29T19:15:04.989Z Downloaded typify v0.4.3
12522026-04-29T19:15:04.992Z Downloaded tungstenite v0.21.0
12532026-04-29T19:15:04.996Z Downloaded git2 v0.20.4
12542026-04-29T19:15:05.003Z Downloaded steno v0.4.1
12552026-04-29T19:15:05.015Z Downloaded unicode-bidi v0.3.18
12562026-04-29T19:15:05.018Z Downloaded yasna v0.5.2
12572026-04-29T19:15:05.023Z Downloaded zerocopy v0.6.6
12582026-04-29T19:15:05.033Z Downloaded reqwest v0.13.2
12592026-04-29T19:15:05.038Z Downloaded aws-lc-rs v1.16.0
12602026-04-29T19:15:05.044Z Downloaded unsafe-libyaml v0.2.11
12612026-04-29T19:15:05.047Z Downloaded zip v0.6.6
12622026-04-29T19:15:05.049Z Downloaded unicode_categories v0.1.1
12632026-04-29T19:15:05.050Z Downloaded toml_edit v0.19.15
12642026-04-29T19:15:05.058Z Downloaded vte v0.14.1
12652026-04-29T19:15:05.062Z Downloaded ssh-key v0.6.7
12662026-04-29T19:15:05.068Z Downloaded regex v1.12.3
12672026-04-29T19:15:05.071Z Downloaded reqwest v0.12.28
12682026-04-29T19:15:05.074Z Downloaded reedline v0.40.0
12692026-04-29T19:15:05.086Z Downloaded zopfli v0.8.3
12702026-04-29T19:15:05.096Z Downloaded uuid v1.23.0
12712026-04-29T19:15:05.098Z Downloaded rustls-webpki v0.101.7
12722026-04-29T19:15:05.107Z Downloaded typed-path v0.9.3
12732026-04-29T19:15:05.114Z Downloaded x509-cert v0.2.5
12742026-04-29T19:15:05.128Z Downloaded yansi v1.0.1
12752026-04-29T19:15:05.146Z Downloaded rayon v1.11.0
12762026-04-29T19:15:05.151Z Downloaded tokio-util v0.7.18
12772026-04-29T19:15:05.163Z Downloaded proptest v1.10.0
12782026-04-29T19:15:05.168Z Downloaded zip v4.6.1
12792026-04-29T19:15:05.171Z Downloaded tokio-postgres v0.7.16
12802026-04-29T19:15:05.174Z Downloaded object v0.30.4
12812026-04-29T19:15:05.197Z Downloaded lalrpop v0.19.12
12822026-04-29T19:15:05.210Z Downloaded portable-atomic v1.13.1
12832026-04-29T19:15:05.214Z Downloaded salty v0.3.0
12842026-04-29T19:15:05.221Z Downloaded p384 v0.13.1
12852026-04-29T19:15:05.223Z Downloaded zerocopy-derive v0.8.40
12862026-04-29T19:15:05.228Z Downloaded unicode-segmentation v1.12.0
12872026-04-29T19:15:05.231Z Downloaded quick-xml v0.37.5
12882026-04-29T19:15:05.234Z Downloaded moka v0.12.13
12892026-04-29T19:15:05.237Z Downloaded tower v0.5.3
12902026-04-29T19:15:05.242Z Downloaded nix v0.27.1
12912026-04-29T19:15:05.256Z Downloaded winnow v0.6.26
12922026-04-29T19:15:05.261Z Downloaded quinn-proto v0.11.13
12932026-04-29T19:15:05.265Z Downloaded radix_trie v0.2.1
12942026-04-29T19:15:05.273Z Downloaded unicode-normalization v0.1.25
12952026-04-29T19:15:05.277Z Downloaded serde_with v3.17.0
12962026-04-29T19:15:05.282Z Downloaded tough v0.20.0
12972026-04-29T19:15:05.285Z Downloaded tower-http v0.6.8
12982026-04-29T19:15:05.289Z Downloaded openssl v0.10.75
12992026-04-29T19:15:05.295Z Downloaded rustls-webpki v0.102.8
13002026-04-29T19:15:05.307Z Downloaded petname v2.0.2
13012026-04-29T19:15:05.310Z Downloaded goblin v0.10.5
13022026-04-29T19:15:05.315Z Downloaded rustls v0.21.12
13032026-04-29T19:15:05.322Z Downloaded time v0.3.47
13042026-04-29T19:15:05.329Z Downloaded nix v0.28.0
13052026-04-29T19:15:05.342Z Downloaded bstr v1.12.1
13062026-04-29T19:15:05.352Z Downloaded regex-syntax v0.6.29
13072026-04-29T19:15:05.356Z Downloaded winnow v0.5.40
13082026-04-29T19:15:05.359Z Downloaded object v0.37.3
13092026-04-29T19:15:05.367Z Downloaded hickory-proto v0.24.4
13102026-04-29T19:15:05.381Z Downloaded polar-core v0.27.3
13112026-04-29T19:15:05.387Z Downloaded vcpkg v0.2.15
13122026-04-29T19:15:05.411Z Downloaded hickory-proto v0.25.2
13132026-04-29T19:15:05.419Z Downloaded regress v0.10.5
13142026-04-29T19:15:05.425Z Downloaded tabled v0.20.0
13152026-04-29T19:15:05.434Z Downloaded rustls v0.22.4
13162026-04-29T19:15:05.441Z Downloaded regex-syntax v0.8.10
13172026-04-29T19:15:05.445Z Downloaded nix v0.29.0
13182026-04-29T19:15:05.452Z Downloaded openapiv3 v2.2.0
13192026-04-29T19:15:05.464Z Downloaded smoltcp v0.9.1
13202026-04-29T19:15:05.468Z Downloaded rustls v0.23.37
13212026-04-29T19:15:05.474Z Downloaded dropshot v0.16.7
13222026-04-29T19:15:05.486Z Downloaded zlib-rs v0.6.2
13232026-04-29T19:15:05.489Z Downloaded rustix v0.38.44
13242026-04-29T19:15:05.502Z Downloaded webpki-roots v1.0.6
13252026-04-29T19:15:05.504Z Downloaded dropshot v0.17.0
13262026-04-29T19:15:05.516Z Downloaded zerocopy v0.8.40
13272026-04-29T19:15:05.521Z Downloaded smoltcp v0.11.0
13282026-04-29T19:15:05.529Z Downloaded nix v0.31.2
13292026-04-29T19:15:05.535Z Downloaded regress v0.11.1
13302026-04-29T19:15:05.540Z Downloaded diesel v2.3.7
13312026-04-29T19:15:05.565Z Downloaded sled v0.34.7
13322026-04-29T19:15:05.571Z Downloaded typify-impl v0.6.2
13332026-04-29T19:15:05.587Z Downloaded tracing v0.1.44
13342026-04-29T19:15:05.599Z Downloaded ratatui v0.29.0
13352026-04-29T19:15:05.611Z Downloaded sqlparser v0.61.0
13362026-04-29T19:15:05.617Z Downloaded bzip2-sys v0.1.13+1.0.8
13372026-04-29T19:15:05.645Z Downloaded regex-automata v0.4.14
13382026-04-29T19:15:05.665Z Downloaded jiff v0.2.21
13392026-04-29T19:15:05.678Z Downloaded typify-impl v0.4.3
13402026-04-29T19:15:05.684Z Downloaded chrono-tz v0.10.4
13412026-04-29T19:15:05.695Z Downloaded petgraph v0.8.3
13422026-04-29T19:15:05.728Z Downloaded zerocopy-derive v0.6.6
13432026-04-29T19:15:05.738Z Downloaded tokio v1.52.1
13442026-04-29T19:15:05.760Z Downloaded petgraph v0.6.5
13452026-04-29T19:15:05.813Z Downloaded csv v1.4.0
13462026-04-29T19:15:05.831Z Downloaded libz-sys v1.1.24
13472026-04-29T19:15:05.847Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13482026-04-29T19:15:05.857Z Downloaded sha3 v0.10.8
13492026-04-29T19:15:05.880Z Downloaded libgit2-sys v0.18.3+1.9.2
13502026-04-29T19:15:05.933Z Downloaded encoding_rs v0.8.35
13512026-04-29T19:15:05.949Z Downloaded ring v0.17.14
13522026-04-29T19:15:06.513Z Downloaded aws-lc-sys v0.37.1
13532026-04-29T19:15:06.760Z Compiling libc v0.2.185
13542026-04-29T19:15:06.760Z Compiling serde v1.0.228
13552026-04-29T19:15:06.763Z Compiling log v0.4.29
13562026-04-29T19:15:06.763Z Compiling find-msvc-tools v0.1.9
13572026-04-29T19:15:06.763Z Compiling shlex v1.3.0
13582026-04-29T19:15:06.763Z Compiling smallvec v1.15.1
13592026-04-29T19:15:06.918Z Compiling syn v2.0.117
13602026-04-29T19:15:06.927Z Compiling typenum v1.19.0
13612026-04-29T19:15:07.097Z Compiling generic-array v0.14.7
13622026-04-29T19:15:07.116Z Compiling subtle v2.6.1
13632026-04-29T19:15:07.142Z Compiling scopeguard v1.2.0
13642026-04-29T19:15:07.157Z Compiling const-oid v0.9.6
13652026-04-29T19:15:07.228Z Compiling lock_api v0.4.14
13662026-04-29T19:15:07.245Z Compiling portable-atomic v1.13.1
13672026-04-29T19:15:07.285Z Compiling zerocopy v0.8.40
13682026-04-29T19:15:07.344Z Compiling serde_json v1.0.149
13692026-04-29T19:15:07.454Z Compiling critical-section v1.2.0
13702026-04-29T19:15:07.554Z Compiling parking_lot_core v0.9.12
13712026-04-29T19:15:07.568Z Compiling pin-project-lite v0.2.17
13722026-04-29T19:15:07.723Z Compiling pkg-config v0.3.32
13732026-04-29T19:15:07.744Z Compiling getrandom v0.2.17
13742026-04-29T19:15:07.783Z Compiling jobserver v0.1.34
13752026-04-29T19:15:07.801Z Compiling errno v0.3.14
13762026-04-29T19:15:07.881Z Compiling rand_core v0.6.4
13772026-04-29T19:15:07.978Z Compiling signal-hook-registry v1.4.8
13782026-04-29T19:15:08.154Z Compiling cc v1.2.56
13792026-04-29T19:15:08.168Z Compiling bitflags v2.11.0
13802026-04-29T19:15:08.242Z Compiling libm v0.2.16
13812026-04-29T19:15:08.247Z Compiling parking_lot v0.12.5
13822026-04-29T19:15:08.282Z Compiling mio v1.2.0
13832026-04-29T19:15:08.375Z Compiling once_cell v1.21.3
13842026-04-29T19:15:08.396Z Compiling num-traits v0.2.19
13852026-04-29T19:15:08.566Z Compiling futures-core v0.3.32
13862026-04-29T19:15:08.618Z Compiling percent-encoding v2.3.2
13872026-04-29T19:15:08.713Z Compiling socket2 v0.6.3
13882026-04-29T19:15:08.727Z Compiling cpufeatures v0.2.17
13892026-04-29T19:15:08.745Z Compiling futures-sink v0.3.32
13902026-04-29T19:15:08.766Z Compiling slab v0.4.12
13912026-04-29T19:15:08.799Z Compiling futures-task v0.3.32
13922026-04-29T19:15:08.813Z Compiling futures-io v0.3.32
13932026-04-29T19:15:08.848Z Compiling futures-channel v0.3.32
13942026-04-29T19:15:08.947Z Compiling getrandom v0.4.1
13952026-04-29T19:15:08.964Z Compiling rustversion v1.0.22
13962026-04-29T19:15:08.979Z Compiling getrandom v0.3.4
13972026-04-29T19:15:09.073Z Compiling rand_core v0.10.0
13982026-04-29T19:15:09.112Z Compiling indexmap v2.14.0
13992026-04-29T19:15:09.642Z Compiling cmake v0.1.57
14002026-04-29T19:15:09.722Z Compiling form_urlencoded v1.2.2
14012026-04-29T19:15:09.785Z Compiling synstructure v0.13.2
14022026-04-29T19:15:09.876Z Compiling fs_extra v1.3.0
14032026-04-29T19:15:09.908Z Compiling ident_case v1.0.1
14042026-04-29T19:15:10.016Z Compiling base64ct v1.8.3
14052026-04-29T19:15:10.029Z Compiling dunce v1.0.5
14062026-04-29T19:15:10.043Z Compiling flagset v0.4.7
14072026-04-29T19:15:10.056Z Compiling rand_core v0.9.5
14082026-04-29T19:15:10.071Z Compiling rustix v1.1.3
14092026-04-29T19:15:10.127Z Compiling iana-time-zone v0.1.65
14102026-04-29T19:15:10.160Z Compiling aws-lc-sys v0.37.1
14112026-04-29T19:15:10.174Z Compiling ring v0.17.14
14122026-04-29T19:15:10.322Z Compiling pem-rfc7468 v0.7.0
14132026-04-29T19:15:10.343Z Compiling uuid v1.23.0
14142026-04-29T19:15:10.359Z Compiling rustc_version v0.4.1
14152026-04-29T19:15:10.419Z Compiling regex-syntax v0.8.10
14162026-04-29T19:15:10.642Z Compiling vcpkg v0.2.15
14172026-04-29T19:15:10.664Z Compiling aws-lc-rs v1.16.0
14182026-04-29T19:15:10.955Z Compiling tracing-core v0.1.36
14192026-04-29T19:15:11.062Z Compiling pest_generator v2.8.6
14202026-04-29T19:15:11.397Z Compiling openssl-sys v0.9.111
14212026-04-29T19:15:11.522Z Compiling serde_derive_internals v0.29.1
14222026-04-29T19:15:11.563Z Compiling serde_derive v1.0.228
14232026-04-29T19:15:11.791Z Compiling zeroize_derive v1.4.3
14242026-04-29T19:15:11.879Z Compiling zerofrom-derive v0.1.6
14252026-04-29T19:15:11.925Z Compiling yoke-derive v0.8.1
14262026-04-29T19:15:12.449Z Compiling zerocopy-derive v0.8.40
14272026-04-29T19:15:12.465Z Compiling zeroize v1.8.2
14282026-04-29T19:15:12.803Z Compiling zerovec-derive v0.11.2
14292026-04-29T19:15:13.090Z Compiling displaydoc v0.2.5
14302026-04-29T19:15:13.204Z Compiling crypto-common v0.1.7
14312026-04-29T19:15:13.276Z Compiling zerofrom v0.1.6
14322026-04-29T19:15:13.355Z Compiling block-buffer v0.10.4
14332026-04-29T19:15:13.404Z Compiling yoke v0.8.1
14342026-04-29T19:15:13.536Z Compiling digest v0.10.7
14352026-04-29T19:15:13.594Z Compiling tokio-macros v2.7.0
14362026-04-29T19:15:13.769Z Compiling hmac v0.12.1
14372026-04-29T19:15:13.829Z Compiling zerotrie v0.2.3
14382026-04-29T19:15:13.902Z Compiling zerovec v0.11.5
14392026-04-29T19:15:13.934Z Compiling futures-macro v0.3.32
14402026-04-29T19:15:14.121Z Compiling block-padding v0.3.3
14412026-04-29T19:15:14.310Z Compiling inout v0.1.4
14422026-04-29T19:15:14.340Z Compiling sha2 v0.10.9
14432026-04-29T19:15:14.439Z Compiling tinystr v0.8.2
14442026-04-29T19:15:14.481Z Compiling potential_utf v0.1.4
14452026-04-29T19:15:14.639Z Compiling icu_locale_core v2.1.1
14462026-04-29T19:15:14.639Z Compiling icu_collections v2.1.1
14472026-04-29T19:15:14.774Z Compiling futures-util v0.3.32
14482026-04-29T19:15:15.052Z Compiling bytes v1.11.1
14492026-04-29T19:15:15.130Z Compiling cipher v0.4.4
14502026-04-29T19:15:15.390Z Compiling icu_provider v2.1.1
14512026-04-29T19:15:15.491Z Compiling der_derive v0.7.3
14522026-04-29T19:15:15.537Z Compiling tokio v1.52.1
14532026-04-29T19:15:15.661Z Compiling icu_normalizer v2.1.1
14542026-04-29T19:15:15.686Z Compiling icu_properties v2.1.2
14552026-04-29T19:15:15.733Z Compiling http v1.4.0
14562026-04-29T19:15:16.189Z Compiling salsa20 v0.10.2
14572026-04-29T19:15:16.329Z Compiling chrono v0.4.44
14582026-04-29T19:15:16.464Z Compiling der v0.7.10
14592026-04-29T19:15:16.621Z Compiling idna_adapter v1.2.1
14602026-04-29T19:15:16.753Z Compiling ppv-lite86 v0.2.21
14612026-04-29T19:15:16.768Z Compiling idna v1.1.0
14622026-04-29T19:15:16.904Z Compiling pbkdf2 v0.12.2
14632026-04-29T19:15:17.018Z Compiling thiserror-impl v2.0.18
14642026-04-29T19:15:17.032Z Compiling scrypt v0.11.0
14652026-04-29T19:15:17.073Z Compiling url v2.5.8
14662026-04-29T19:15:17.287Z Compiling spki v0.7.3
14672026-04-29T19:15:17.407Z Compiling rand_chacha v0.9.0
14682026-04-29T19:15:17.493Z Compiling cbc v0.1.2
14692026-04-29T19:15:17.607Z Compiling aes v0.8.4
14702026-04-29T19:15:17.643Z Compiling rustls-pki-types v1.14.0
14712026-04-29T19:15:17.674Z Compiling tracing-attributes v0.1.31
14722026-04-29T19:15:17.857Z Compiling rand v0.9.2
14732026-04-29T19:15:18.087Z Compiling pkcs5 v0.7.1
14742026-04-29T19:15:18.101Z Compiling http-body v1.0.1
14752026-04-29T19:15:18.320Z Compiling thiserror v2.0.18
14762026-04-29T19:15:18.348Z Compiling schemars v0.8.22
14772026-04-29T19:15:18.428Z Compiling untrusted v0.7.1
14782026-04-29T19:15:18.546Z Compiling untrusted v0.9.0
14792026-04-29T19:15:18.561Z Compiling httparse v1.10.1
14802026-04-29T19:15:18.564Z Compiling base64 v0.22.1
14812026-04-29T19:15:18.640Z Compiling openssl-probe v0.2.1
14822026-04-29T19:15:18.687Z Compiling pkcs8 v0.10.2
14832026-04-29T19:15:18.816Z Compiling schemars_derive v0.8.22
14842026-04-29T19:15:18.890Z Compiling pest_derive v2.8.6
14852026-04-29T19:15:18.950Z Compiling scroll_derive v0.13.1
14862026-04-29T19:15:18.969Z Compiling tracing v0.1.44
14872026-04-29T19:15:18.992Z Compiling darling_core v0.20.11
14882026-04-29T19:15:19.288Z Compiling tokio-util v0.7.18
14892026-04-29T19:15:19.352Z Compiling try-lock v0.2.5
14902026-04-29T19:15:19.465Z Compiling dyn-clone v1.0.20
14912026-04-29T19:15:19.609Z Compiling tower-service v0.3.3
14922026-04-29T19:15:19.710Z Compiling tinyvec_macros v0.1.1
14932026-04-29T19:15:19.773Z Compiling rustls v0.23.37
14942026-04-29T19:15:19.787Z Compiling atomic-waker v1.1.2
14952026-04-29T19:15:19.916Z Compiling tower-layer v0.3.3
14962026-04-29T19:15:19.945Z Compiling scroll v0.13.0
14972026-04-29T19:15:20.082Z Compiling h2 v0.4.13
14982026-04-29T19:15:20.214Z Compiling tinyvec v1.10.0
14992026-04-29T19:15:20.329Z Compiling want v0.3.1
15002026-04-29T19:15:20.496Z Compiling ipnet v2.11.0
15012026-04-29T19:15:20.556Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15022026-04-29T19:15:20.753Z Compiling spin v0.9.8
15032026-04-29T19:15:20.992Z Compiling aho-corasick v1.1.4
15042026-04-29T19:15:20.999Z Compiling crc32fast v1.5.0
15052026-04-29T19:15:20.999Z Compiling num-conv v0.2.0
15062026-04-29T19:15:21.118Z Compiling openssl v0.10.75
15072026-04-29T19:15:21.190Z Compiling powerfmt v0.2.0
15082026-04-29T19:15:21.235Z Compiling foreign-types-shared v0.1.1
15092026-04-29T19:15:21.278Z Compiling darling_macro v0.20.11
15102026-04-29T19:15:21.323Z Compiling pin-utils v0.1.0
15112026-04-29T19:15:21.345Z Compiling time-core v0.1.8
15122026-04-29T19:15:21.358Z Compiling httpdate v1.0.3
15132026-04-29T19:15:21.403Z Compiling deranged v0.5.8
15142026-04-29T19:15:21.419Z Compiling foreign-types v0.3.2
15152026-04-29T19:15:21.486Z Compiling time-macros v0.2.27
15162026-04-29T19:15:21.500Z Compiling tempfile v3.25.0
15172026-04-29T19:15:21.736Z Compiling darling v0.20.11
15182026-04-29T19:15:21.821Z Compiling regex-automata v0.4.14
15192026-04-29T19:15:21.866Z Compiling goblin v0.10.5
15202026-04-29T19:15:22.540Z Compiling openssl-macros v0.1.1
15212026-04-29T19:15:22.639Z Compiling wait-timeout v0.2.1
15222026-04-29T19:15:22.877Z Compiling simd-adler32 v0.3.8
15232026-04-29T19:15:22.907Z Compiling syn v1.0.109
15242026-04-29T19:15:22.925Z Compiling siphasher v1.0.2
15252026-04-29T19:15:23.113Z Compiling hyper v1.8.1
15262026-04-29T19:15:23.127Z Compiling usdt-impl v0.6.0
15272026-04-29T19:15:23.210Z Compiling crossbeam-utils v0.8.21
15282026-04-29T19:15:23.330Z Compiling quick-error v1.2.3
15292026-04-29T19:15:23.440Z Compiling num_threads v0.1.7
15302026-04-29T19:15:23.494Z Compiling bit-vec v0.8.0
15312026-04-29T19:15:23.537Z Compiling native-tls v0.2.18
15322026-04-29T19:15:23.728Z Compiling bit-set v0.8.0
15332026-04-29T19:15:23.761Z Compiling time v0.3.47
15342026-04-29T19:15:23.912Z Compiling rusty-fork v0.3.1
15352026-04-29T19:15:24.227Z Compiling hyper-util v0.1.20
15362026-04-29T19:15:24.741Z Compiling dof v0.4.0
15372026-04-29T19:15:25.411Z Compiling derive_builder_core v0.20.2
15382026-04-29T19:15:25.946Z Compiling unicode-normalization v0.1.25
15392026-04-29T19:15:26.019Z Compiling dtrace-parser v0.3.0
15402026-04-29T19:15:26.107Z Compiling rustls-native-certs v0.8.3
15412026-04-29T19:15:26.137Z Compiling signature v2.2.0
15422026-04-29T19:15:26.274Z Compiling thiserror-impl v1.0.69
15432026-04-29T19:15:26.316Z Compiling scroll_derive v0.12.1
15442026-04-29T19:15:26.392Z Compiling heapless v0.7.17
15452026-04-29T19:15:26.406Z Compiling rand_xorshift v0.4.0
15462026-04-29T19:15:26.568Z Compiling slog v2.8.2
15472026-04-29T19:15:26.630Z Compiling darling_core v0.21.3
15482026-04-29T19:15:26.752Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-29T19:15:26.767Z Compiling sync_wrapper v1.0.2
15502026-04-29T19:15:26.876Z Compiling thread-id v5.1.0
15512026-04-29T19:15:26.962Z Compiling cookie v0.18.1
15522026-04-29T19:15:26.976Z Compiling unarray v0.1.4
15532026-04-29T19:15:26.990Z Compiling zstd-safe v7.2.4
15542026-04-29T19:15:27.027Z Compiling paste v1.0.15
15552026-04-29T19:15:27.084Z Compiling unicode-bidi v0.3.18
15562026-04-29T19:15:27.139Z Compiling unicode-properties v0.1.4
15572026-04-29T19:15:27.177Z Compiling adler2 v2.0.1
15582026-04-29T19:15:27.294Z Compiling signal-hook v0.3.18
15592026-04-29T19:15:27.310Z Compiling anyhow v1.0.102
15602026-04-29T19:15:27.347Z Compiling allocator-api2 v0.2.21
15612026-04-29T19:15:27.487Z Compiling stringprep v0.1.5
15622026-04-29T19:15:27.515Z Compiling thiserror v1.0.69
15632026-04-29T19:15:27.643Z Compiling miniz_oxide v0.8.9
15642026-04-29T19:15:27.698Z Compiling proptest v1.10.0
15652026-04-29T19:15:27.843Z Compiling scroll v0.12.0
15662026-04-29T19:15:28.049Z Compiling tower v0.5.3
15672026-04-29T19:15:28.176Z Compiling derive_builder_macro v0.20.2
15682026-04-29T19:15:28.517Z Compiling ipnetwork v0.21.1
15692026-04-29T19:15:28.551Z Compiling http-body-util v0.1.3
15702026-04-29T19:15:28.623Z Compiling webpki-roots v1.0.6
15712026-04-29T19:15:28.745Z Compiling rand_chacha v0.3.1
15722026-04-29T19:15:28.792Z Compiling serde_tokenstream v0.2.3
15732026-04-29T19:15:28.902Z Compiling erased-serde v0.3.31
15742026-04-29T19:15:28.982Z Compiling serde_spanned v0.6.9
15752026-04-29T19:15:29.104Z Compiling toml_datetime v0.6.11
15762026-04-29T19:15:29.124Z Compiling darling_macro v0.21.3
15772026-04-29T19:15:29.139Z Compiling md-5 v0.10.6
15782026-04-29T19:15:29.313Z Compiling zerocopy-derive v0.7.35
15792026-04-29T19:15:29.398Z Compiling curve25519-dalek v4.1.3
15802026-04-29T19:15:29.413Z Compiling vergen-lib v0.1.6
15812026-04-29T19:15:29.599Z Compiling num-integer v0.1.46
15822026-04-29T19:15:29.614Z Compiling hash32 v0.2.1
15832026-04-29T19:15:29.635Z Compiling ff v0.13.1
15842026-04-29T19:15:29.745Z Compiling memoffset v0.9.1
15852026-04-29T19:15:29.773Z Compiling psl-types v2.0.11
15862026-04-29T19:15:29.807Z Compiling cfg_aliases v0.2.1
15872026-04-29T19:15:29.885Z Compiling iri-string v0.7.10
15882026-04-29T19:15:29.901Z Compiling base16ct v0.2.0
15892026-04-29T19:15:29.928Z Compiling ryu v1.0.23
15902026-04-29T19:15:29.942Z Compiling num-bigint-dig v0.8.6
15912026-04-29T19:15:30.080Z Compiling rustix v0.38.44
15922026-04-29T19:15:30.114Z Compiling fallible-iterator v0.2.0
15932026-04-29T19:15:30.130Z Compiling smoltcp v0.9.1
15942026-04-29T19:15:30.186Z Compiling ref-cast v1.0.25
15952026-04-29T19:15:30.426Z Compiling zlib-rs v0.6.2
15962026-04-29T19:15:30.440Z Compiling litrs v1.0.0
15972026-04-29T19:15:30.539Z Compiling postgres-protocol v0.6.10
15982026-04-29T19:15:30.571Z Compiling zerocopy v0.7.35
15992026-04-29T19:15:30.944Z Compiling document-features v0.2.12
16002026-04-29T19:15:31.081Z Compiling tower-http v0.6.8
16012026-04-29T19:15:31.137Z Compiling serde_urlencoded v0.7.1
16022026-04-29T19:15:31.380Z Compiling sec1 v0.7.3
16032026-04-29T19:15:31.394Z Compiling newtype-uuid v1.3.2
16042026-04-29T19:15:31.529Z Compiling nix v0.31.2
16052026-04-29T19:15:31.582Z Compiling publicsuffix v2.3.0
16062026-04-29T19:15:31.656Z Compiling num-iter v0.1.45
16072026-04-29T19:15:31.777Z Compiling group v0.13.0
16082026-04-29T19:15:31.832Z Compiling darling v0.21.3
16092026-04-29T19:15:31.974Z Compiling rand v0.8.5
16102026-04-29T19:15:31.981Z Compiling oxnet v0.1.4
16112026-04-29T19:15:32.180Z Compiling derive_builder v0.20.2
16122026-04-29T19:15:32.312Z Compiling tokio-native-tls v0.3.1
16132026-04-29T19:15:32.327Z Compiling hubpack_derive v0.1.1
16142026-04-29T19:15:32.346Z Compiling goblin v0.8.2
16152026-04-29T19:15:32.834Z Compiling regex v1.12.3
16162026-04-29T19:15:33.071Z Compiling phf_shared v0.13.1
16172026-04-29T19:15:33.133Z Compiling lazy_static v1.5.0
16182026-04-29T19:15:33.231Z Compiling cargo-platform v0.1.9
16192026-04-29T19:15:33.258Z Compiling hkdf v0.12.4
16202026-04-29T19:15:33.273Z Compiling crypto-bigint v0.5.5
16212026-04-29T19:15:33.310Z Compiling terminal_size v0.4.3
16222026-04-29T19:15:33.427Z Compiling flate2 v1.1.9
16232026-04-29T19:15:33.453Z Compiling strum_macros v0.27.2
16242026-04-29T19:15:33.489Z Compiling daft-derive v0.1.5
16252026-04-29T19:15:33.701Z Compiling ref-cast-impl v1.0.25
16262026-04-29T19:15:33.839Z Compiling curve25519-dalek-derive v0.1.1
16272026-04-29T19:15:34.200Z Compiling async-trait v0.1.89
16282026-04-29T19:15:34.294Z Compiling vergen v9.0.6
16292026-04-29T19:15:34.483Z Compiling fs-err v3.3.0
16302026-04-29T19:15:34.527Z Compiling ahash v0.8.12
16312026-04-29T19:15:34.673Z Compiling managed v0.8.0
16322026-04-29T19:15:34.733Z Compiling bitflags v1.3.2
16332026-04-29T19:15:34.818Z Compiling libbz2-rs-sys v0.2.2
16342026-04-29T19:15:34.897Z Compiling bumpalo v3.20.2
16352026-04-29T19:15:35.166Z Compiling winnow v0.5.40
16362026-04-29T19:15:35.247Z Compiling unicode-segmentation v1.12.0
16372026-04-29T19:15:35.426Z Compiling object v0.37.3
16382026-04-29T19:15:35.475Z Compiling foldhash v0.1.5
16392026-04-29T19:15:35.524Z Compiling foldhash v0.2.0
16402026-04-29T19:15:35.648Z Compiling clap_builder v4.5.60
16412026-04-29T19:15:35.648Z Compiling hashbrown v0.15.5
16422026-04-29T19:15:35.740Z Compiling hashbrown v0.16.1
16432026-04-29T19:15:35.754Z Compiling strum v0.27.2
16442026-04-29T19:15:35.848Z Compiling bzip2 v0.6.1
16452026-04-29T19:15:35.885Z Compiling zopfli v0.8.3
16462026-04-29T19:15:36.323Z Compiling dof v0.3.0
16472026-04-29T19:15:36.545Z Compiling toml_edit v0.19.15
16482026-04-29T19:15:36.712Z Compiling daft v0.1.5
16492026-04-29T19:15:36.867Z Compiling elliptic-curve v0.13.8
16502026-04-29T19:15:36.989Z Compiling cargo_metadata v0.19.2
16512026-04-29T19:15:37.030Z Compiling phf v0.13.1
16522026-04-29T19:15:37.263Z Compiling signal-hook-mio v0.2.5
16532026-04-29T19:15:37.388Z Compiling cookie_store v0.22.1
16542026-04-29T19:15:38.056Z Compiling hubpack v0.1.2
16552026-04-29T19:15:38.336Z Compiling zstd v0.13.3
16562026-04-29T19:15:38.604Z Compiling hyper-tls v0.6.0
16572026-04-29T19:15:38.620Z Compiling bzip2 v0.4.4
16582026-04-29T19:15:38.640Z Compiling serde_with_macros v3.17.0
16592026-04-29T19:15:38.823Z Compiling postgres-types v0.2.12
16602026-04-29T19:15:38.851Z Compiling usdt-attr-macro v0.6.0
16612026-04-29T19:15:39.171Z Compiling usdt-macro v0.6.0
16622026-04-29T19:15:39.338Z Compiling dtrace-parser v0.2.0
16632026-04-29T19:15:39.421Z Compiling ed25519 v2.2.3
16642026-04-29T19:15:39.677Z Compiling bstr v1.12.1
16652026-04-29T19:15:39.794Z Compiling phf_shared v0.11.3
16662026-04-29T19:15:39.965Z Compiling pkcs1 v0.7.5
16672026-04-29T19:15:39.969Z Compiling hex v0.4.3
16682026-04-29T19:15:39.996Z Compiling serde-big-array v0.5.1
16692026-04-29T19:15:40.097Z Compiling rfc6979 v0.4.0
16702026-04-29T19:15:40.142Z Compiling serde_repr v0.1.20
16712026-04-29T19:15:40.230Z Compiling enum-as-inner v0.6.1
16722026-04-29T19:15:40.230Z Compiling strum_macros v0.26.4
16732026-04-29T19:15:40.336Z Compiling clap_derive v4.5.55
16742026-04-29T19:15:40.354Z Compiling float-cmp v0.10.0
16752026-04-29T19:15:40.369Z Compiling memmap2 v0.9.10
16762026-04-29T19:15:40.503Z Compiling thread-id v4.2.2
16772026-04-29T19:15:40.582Z Compiling env_filter v1.0.0
16782026-04-29T19:15:40.596Z Compiling encoding_rs v0.8.35
16792026-04-29T19:15:40.671Z Compiling fixedbitset v0.4.2
16802026-04-29T19:15:40.731Z Compiling precomputed-hash v0.1.1
16812026-04-29T19:15:40.829Z Compiling jiff v0.2.21
16822026-04-29T19:15:40.912Z Compiling rustc-hash v2.1.1
16832026-04-29T19:15:40.956Z Compiling mime v0.3.17
16842026-04-29T19:15:41.020Z Compiling difflib v0.4.0
16852026-04-29T19:15:41.173Z Compiling fixedbitset v0.5.7
16862026-04-29T19:15:41.474Z Compiling keccak v0.1.6
16872026-04-29T19:15:41.600Z Compiling predicates-core v1.0.10
16882026-04-29T19:15:41.784Z Compiling new_debug_unreachable v1.0.6
16892026-04-29T19:15:41.866Z Compiling whoami v2.1.0
16902026-04-29T19:15:42.029Z Compiling normalize-line-endings v0.3.0
16912026-04-29T19:15:42.093Z Compiling data-encoding v2.10.0
16922026-04-29T19:15:42.116Z Compiling either v1.15.0
16932026-04-29T19:15:42.132Z Compiling static_assertions v1.1.0
16942026-04-29T19:15:42.209Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16952026-04-29T19:15:42.283Z Compiling tokio-postgres v0.7.16
16962026-04-29T19:15:42.298Z Compiling itertools v0.13.0
16972026-04-29T19:15:42.329Z Compiling clap v4.5.60
16982026-04-29T19:15:42.415Z Compiling hickory-proto v0.25.2
16992026-04-29T19:15:42.782Z Compiling predicates v3.1.4
17002026-04-29T19:15:42.837Z Compiling toml_edit v0.22.27
17012026-04-29T19:15:43.432Z Compiling zip v4.6.1
17022026-04-29T19:15:43.539Z Compiling strum v0.26.3
17032026-04-29T19:15:43.675Z Compiling string_cache v0.8.9
17042026-04-29T19:15:43.902Z Compiling sha3 v0.10.8
17052026-04-29T19:15:44.383Z Compiling petgraph v0.8.3
17062026-04-29T19:15:44.411Z Compiling iddqd v0.3.18
17072026-04-29T19:15:44.511Z Compiling petgraph v0.6.5
17082026-04-29T19:15:45.044Z Compiling env_logger v0.11.9
17092026-04-29T19:15:45.059Z Compiling usdt-impl v0.5.0
17102026-04-29T19:15:45.411Z Compiling usdt v0.6.0
17112026-04-29T19:15:45.577Z Compiling ecdsa v0.16.9
17122026-04-29T19:15:45.619Z Compiling serde_with v3.17.0
17132026-04-29T19:15:45.647Z Compiling rsa v0.9.10
17142026-04-29T19:15:45.677Z Compiling similar v2.7.0
17152026-04-29T19:15:45.971Z Compiling crossterm v0.28.1
17162026-04-29T19:15:45.994Z Compiling ed25519-dalek v2.2.0
17172026-04-29T19:15:46.550Z Compiling zip v0.6.6
17182026-04-29T19:15:47.060Z Compiling toml v0.7.8
17192026-04-29T19:15:47.317Z Compiling heck v0.4.1
17202026-04-29T19:15:47.384Z Compiling toml_parser v1.0.9+spec-1.1.0
17212026-04-29T19:15:47.545Z Compiling crossbeam-epoch v0.9.18
17222026-04-29T19:15:47.559Z Compiling tokio-stream v0.1.18
17232026-04-29T19:15:47.665Z Compiling buf-list v1.1.2
17242026-04-29T19:15:47.746Z Compiling x509-cert v0.2.5
17252026-04-29T19:15:47.869Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17262026-04-29T19:15:47.947Z Compiling openapiv3 v2.2.0
17272026-04-29T19:15:48.014Z Compiling sha1 v0.10.6
17282026-04-29T19:15:48.017Z Compiling toml_datetime v0.7.5+spec-1.1.0
17292026-04-29T19:15:48.173Z Compiling lalrpop-util v0.19.12
17302026-04-29T19:15:48.240Z Compiling peg-runtime v0.8.5
17312026-04-29T19:15:48.315Z Compiling thread_local v1.1.9
17322026-04-29T19:15:48.368Z Compiling slog-async v2.8.0
17332026-04-29T19:15:48.525Z Compiling crossbeam-channel v0.5.15
17342026-04-29T19:15:48.563Z Compiling futures-executor v0.3.32
17352026-04-29T19:15:48.694Z Compiling is-terminal v0.4.17
17362026-04-29T19:15:48.796Z Compiling filetime v0.2.27
17372026-04-29T19:15:48.825Z Compiling take_mut v0.2.2
17382026-04-29T19:15:48.942Z Compiling term v1.2.1
17392026-04-29T19:15:48.973Z Compiling xattr v1.6.1
17402026-04-29T19:15:48.988Z Compiling futures v0.3.32
17412026-04-29T19:15:49.143Z Compiling tar v0.4.45
17422026-04-29T19:15:49.396Z Compiling slog-term v2.9.2
17432026-04-29T19:15:55.914Z Compiling rustls-webpki v0.103.9
17442026-04-29T19:15:58.698Z Compiling tokio-rustls v0.26.4
17452026-04-29T19:15:58.698Z Compiling rustls-platform-verifier v0.6.2
17462026-04-29T19:15:58.907Z Compiling hyper-rustls v0.27.7
17472026-04-29T19:15:59.111Z Compiling reqwest v0.13.2
17482026-04-29T19:15:59.111Z Compiling reqwest v0.12.28
17492026-04-29T19:16:01.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17502026-04-29T19:16:01.487Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17512026-04-29T19:16:04.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17522026-04-29T19:16:04.495Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17532026-04-29T19:16:04.547ZApr 29 19:16:03.673 INFO Starting download, target: Cockroach
17542026-04-29T19:16:04.547ZApr 29 19:16:03.674 INFO Starting download, target: Console
17552026-04-29T19:16:04.547ZApr 29 19:16:03.674 INFO Starting download, target: DendriteStub
17562026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Starting download, target: Clickhouse
17572026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Starting download, target: MaghemiteMgd
17582026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Starting download, target: TransceiverControl
17592026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17602026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17612026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17632026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-04-29T19:16:04.556ZApr 29 19:16:03.674 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17652026-04-29T19:16:05.229ZApr 29 19:16:04.350 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17662026-04-29T19:16:05.433ZApr 29 19:16:04.559 INFO Download complete, target: TransceiverControl
17672026-04-29T19:16:05.628ZApr 29 19:16:04.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-04-29T19:16:05.856ZApr 29 19:16:04.977 INFO Download complete, target: Console
17692026-04-29T19:16:06.429ZApr 29 19:16:05.557 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17702026-04-29T19:16:06.513ZApr 29 19:16:05.638 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17712026-04-29T19:16:06.774ZApr 29 19:16:05.901 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-04-29T19:16:07.098ZApr 29 19:16:06.226 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-04-29T19:16:07.098ZApr 29 19:16:06.226 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-04-29T19:16:08.856ZApr 29 19:16:07.983 INFO Download complete, target: DendriteStub
17752026-04-29T19:16:09.093ZApr 29 19:16:08.220 INFO Download complete, target: MaghemiteMgd
17762026-04-29T19:16:13.020ZApr 29 19:16:12.148 INFO Checking that binary works, target: Cockroach
17772026-04-29T19:16:13.188ZApr 29 19:16:12.316 INFO Download complete, target: Cockroach
17782026-04-29T19:16:13.688ZApr 29 19:16:12.815 INFO Checking that binary works, target: Clickhouse
17792026-04-29T19:16:14.011ZApr 29 19:16:13.139 INFO Download complete, target: Clickhouse
17802026-04-29T19:16:14.035ZAll builder prerequisites installed successfully, and PATH looks valid
17812026-04-29T19:16:14.037Z
17822026-04-29T19:16:14.038Zreal 3:11.397342934
17832026-04-29T19:16:14.038Zuser 7:17.661867093
17842026-04-29T19:16:14.038Zsys 1:24.242299857
17852026-04-29T19:16:14.038Ztrap 0.213693691
17862026-04-29T19:16:14.038Ztflt 1.106568518
17872026-04-29T19:16:14.038Zdflt 1.496516005
17882026-04-29T19:16:14.038Zkflt 0.071020663
17892026-04-29T19:16:14.038Zlock 21:15.399323790
17902026-04-29T19:16:14.038Zslp 22:15.869148778
17912026-04-29T19:16:14.038Zlat 42.764831814
17922026-04-29T19:16:14.038Zstop 1:56.537111400
17932026-04-29T19:16:14.038Z+ banner hack-check
17942026-04-29T19:16:14.038Z
17952026-04-29T19:16:14.038Z # # ## #### # # #### # # ###### #### # #
17962026-04-29T19:16:14.038Z # # # # # # # # # # # # # # # # #
17972026-04-29T19:16:14.038Z ###### # # # #### ##### # ###### ##### # ####
17982026-04-29T19:16:14.038Z # # ###### # # # # # # # # # #
17992026-04-29T19:16:14.038Z # # # # # # # # # # # # # # # # #
18002026-04-29T19:16:14.038Z # # # # #### # # #### # # ###### #### # #
18012026-04-29T19:16:14.038Z
18022026-04-29T19:16:14.038Z+ export CARGO_INCREMENTAL=0
18032026-04-29T19:16:14.038Z+ CARGO_INCREMENTAL=0
18042026-04-29T19:16:14.038Z+ ptime -m timeout 2h cargo xtask check-features --ci
18052026-04-29T19:16:14.589Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18062026-04-29T19:16:14.809Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18072026-04-29T19:16:16.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18082026-04-29T19:16:16.767Z Running `target/debug/xtask check-features --ci`
18092026-04-29T19:16:16.794Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18102026-04-29T19:16:16.798Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18112026-04-29T19:16:17.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18122026-04-29T19:16:17.310Z Running `target/debug/xtask download cargo-hack`
18132026-04-29T19:16:18.102Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18142026-04-29T19:16:18.416Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18152026-04-29T19:16:20.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.56s
18162026-04-29T19:16:21.083Z Running `target/debug/xtask-downloader cargo-hack`
18172026-04-29T19:16:21.127ZApr 29 19:16:20.255 INFO Starting download, target: CargoHack
18182026-04-29T19:16:21.130ZApr 29 19:16:20.255 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18192026-04-29T19:16:21.753ZApr 29 19:16:20.881 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18202026-04-29T19:16:21.803ZApr 29 19:16:20.931 INFO Download complete, target: CargoHack
18212026-04-29T19:16:21.806Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18222026-04-29T19:16:21.820Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18232026-04-29T19:16:21.972Zinfo: running `cargo check --bins` on api_identity (1/272)
18242026-04-29T19:16:22.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-29T19:16:22.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-29T19:16:22.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-29T19:16:22.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18282026-04-29T19:16:22.563Z
18292026-04-29T19:16:22.563Zinfo: running `cargo check --bins` on bootstore (2/272)
18302026-04-29T19:16:23.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-29T19:16:23.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-29T19:16:23.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-29T19:16:23.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18342026-04-29T19:16:23.152Z
18352026-04-29T19:16:23.152Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18362026-04-29T19:16:23.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-29T19:16:23.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-29T19:16:23.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-29T19:16:23.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18402026-04-29T19:16:23.734Z
18412026-04-29T19:16:23.734Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18422026-04-29T19:16:24.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-29T19:16:24.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-29T19:16:24.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-29T19:16:24.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18462026-04-29T19:16:24.329Z
18472026-04-29T19:16:24.329Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18482026-04-29T19:16:24.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-29T19:16:24.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-29T19:16:24.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-29T19:16:24.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18522026-04-29T19:16:24.922Z
18532026-04-29T19:16:24.923Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18542026-04-29T19:16:25.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-29T19:16:25.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-29T19:16:25.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-29T19:16:25.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18582026-04-29T19:16:25.517Z
18592026-04-29T19:16:25.517Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18602026-04-29T19:16:26.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-29T19:16:26.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-29T19:16:26.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-29T19:16:26.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18642026-04-29T19:16:26.119Z
18652026-04-29T19:16:26.119Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18662026-04-29T19:16:26.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-29T19:16:26.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-29T19:16:26.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-29T19:16:26.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18702026-04-29T19:16:26.714Z
18712026-04-29T19:16:26.714Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18722026-04-29T19:16:27.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-29T19:16:27.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-29T19:16:27.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-29T19:16:27.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-04-29T19:16:27.183Z
18772026-04-29T19:16:27.184Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18782026-04-29T19:16:27.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-29T19:16:27.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-29T19:16:27.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-29T19:16:27.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18822026-04-29T19:16:27.700Z
18832026-04-29T19:16:27.700Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18842026-04-29T19:16:28.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-29T19:16:28.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-29T19:16:28.074Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-29T19:16:28.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18882026-04-29T19:16:28.133Z
18892026-04-29T19:16:28.133Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18902026-04-29T19:16:28.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-29T19:16:28.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-29T19:16:28.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-29T19:16:28.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18942026-04-29T19:16:28.608Z
18952026-04-29T19:16:28.608Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18962026-04-29T19:16:29.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-29T19:16:29.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-29T19:16:29.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-29T19:16:29.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19002026-04-29T19:16:29.077Z
19012026-04-29T19:16:29.077Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
19022026-04-29T19:16:29.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-29T19:16:29.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-29T19:16:29.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-29T19:16:29.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19062026-04-29T19:16:29.548Z
19072026-04-29T19:16:29.548Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19082026-04-29T19:16:29.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-29T19:16:29.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-29T19:16:29.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-29T19:16:29.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19122026-04-29T19:16:30.020Z
19132026-04-29T19:16:30.020Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19142026-04-29T19:16:30.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-29T19:16:30.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-29T19:16:30.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-29T19:16:30.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19182026-04-29T19:16:30.491Z
19192026-04-29T19:16:30.491Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19202026-04-29T19:16:30.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-29T19:16:30.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-29T19:16:30.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-29T19:16:30.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19242026-04-29T19:16:30.969Z
19252026-04-29T19:16:30.969Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19262026-04-29T19:16:31.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-29T19:16:31.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-29T19:16:31.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-29T19:16:31.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19302026-04-29T19:16:31.445Z
19312026-04-29T19:16:31.445Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19322026-04-29T19:16:31.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-29T19:16:31.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-29T19:16:31.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-29T19:16:31.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19362026-04-29T19:16:31.915Z
19372026-04-29T19:16:31.916Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19382026-04-29T19:16:32.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-29T19:16:32.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-29T19:16:32.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-29T19:16:32.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19422026-04-29T19:16:32.390Z
19432026-04-29T19:16:32.390Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19442026-04-29T19:16:32.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-29T19:16:32.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-29T19:16:32.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-29T19:16:32.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19482026-04-29T19:16:32.865Z
19492026-04-29T19:16:32.865Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19502026-04-29T19:16:33.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-29T19:16:33.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-29T19:16:33.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-29T19:16:33.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19542026-04-29T19:16:33.343Z
19552026-04-29T19:16:33.343Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19562026-04-29T19:16:33.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-29T19:16:33.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-29T19:16:33.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-29T19:16:33.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19602026-04-29T19:16:33.815Z
19612026-04-29T19:16:33.815Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19622026-04-29T19:16:34.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-29T19:16:34.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-29T19:16:34.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-29T19:16:34.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19662026-04-29T19:16:34.294Z
19672026-04-29T19:16:34.294Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19682026-04-29T19:16:34.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-29T19:16:34.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-29T19:16:34.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-29T19:16:34.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19722026-04-29T19:16:34.772Z
19732026-04-29T19:16:34.772Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19742026-04-29T19:16:35.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-29T19:16:35.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-29T19:16:35.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-29T19:16:35.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19782026-04-29T19:16:35.250Z
19792026-04-29T19:16:35.250Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19802026-04-29T19:16:35.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-29T19:16:35.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-29T19:16:35.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-29T19:16:35.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19842026-04-29T19:16:35.728Z
19852026-04-29T19:16:35.728Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19862026-04-29T19:16:36.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-29T19:16:36.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-29T19:16:36.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-29T19:16:36.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19902026-04-29T19:16:36.201Z
19912026-04-29T19:16:36.201Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19922026-04-29T19:16:36.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-29T19:16:36.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-29T19:16:36.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-29T19:16:36.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19962026-04-29T19:16:36.678Z
19972026-04-29T19:16:36.678Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19982026-04-29T19:16:37.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-29T19:16:37.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-29T19:16:37.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-29T19:16:37.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20022026-04-29T19:16:37.157Z
20032026-04-29T19:16:37.157Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20042026-04-29T19:16:37.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-29T19:16:37.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-29T19:16:37.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-29T19:16:37.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20082026-04-29T19:16:37.635Z
20092026-04-29T19:16:37.635Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20102026-04-29T19:16:38.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-29T19:16:38.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-29T19:16:38.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-29T19:16:38.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20142026-04-29T19:16:38.111Z
20152026-04-29T19:16:38.111Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20162026-04-29T19:16:38.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-29T19:16:38.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-29T19:16:38.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-29T19:16:38.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20202026-04-29T19:16:38.589Z
20212026-04-29T19:16:38.589Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20222026-04-29T19:16:39.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-29T19:16:39.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-29T19:16:39.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-29T19:16:39.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20262026-04-29T19:16:39.064Z
20272026-04-29T19:16:39.064Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20282026-04-29T19:16:39.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-29T19:16:39.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-29T19:16:39.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-29T19:16:39.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20322026-04-29T19:16:39.540Z
20332026-04-29T19:16:39.540Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20342026-04-29T19:16:39.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-29T19:16:39.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-29T19:16:39.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-29T19:16:39.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20382026-04-29T19:16:40.019Z
20392026-04-29T19:16:40.019Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20402026-04-29T19:16:40.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-29T19:16:40.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-29T19:16:40.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-29T19:16:40.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20442026-04-29T19:16:40.491Z
20452026-04-29T19:16:40.491Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20462026-04-29T19:16:40.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-29T19:16:40.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-29T19:16:40.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-29T19:16:40.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-29T19:16:40.961Z
20512026-04-29T19:16:40.961Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20522026-04-29T19:16:41.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-29T19:16:41.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-29T19:16:41.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-29T19:16:41.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-29T19:16:41.431Z
20572026-04-29T19:16:41.431Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20582026-04-29T19:16:41.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-29T19:16:41.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-29T19:16:41.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-29T19:16:41.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20622026-04-29T19:16:41.908Z
20632026-04-29T19:16:41.908Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20642026-04-29T19:16:42.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-29T19:16:42.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-29T19:16:42.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-29T19:16:42.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20682026-04-29T19:16:42.389Z
20692026-04-29T19:16:42.389Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20702026-04-29T19:16:42.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-29T19:16:42.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-29T19:16:42.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-29T19:16:42.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20742026-04-29T19:16:42.866Z
20752026-04-29T19:16:42.866Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20762026-04-29T19:16:43.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-29T19:16:43.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-29T19:16:43.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-29T19:16:43.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20802026-04-29T19:16:43.341Z
20812026-04-29T19:16:43.341Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20822026-04-29T19:16:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-29T19:16:43.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-29T19:16:43.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-29T19:16:43.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20862026-04-29T19:16:43.819Z
20872026-04-29T19:16:43.819Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20882026-04-29T19:16:44.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-29T19:16:44.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-29T19:16:44.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-29T19:16:44.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20922026-04-29T19:16:44.291Z
20932026-04-29T19:16:44.291Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20942026-04-29T19:16:44.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-29T19:16:44.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-29T19:16:44.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-29T19:16:44.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20982026-04-29T19:16:44.767Z
20992026-04-29T19:16:44.767Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
21002026-04-29T19:16:45.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-29T19:16:45.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-29T19:16:45.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-29T19:16:45.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-04-29T19:16:45.239Z
21052026-04-29T19:16:45.239Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21062026-04-29T19:16:45.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-29T19:16:45.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-29T19:16:45.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-29T19:16:45.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21102026-04-29T19:16:45.714Z
21112026-04-29T19:16:45.714Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21122026-04-29T19:16:46.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-29T19:16:46.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-29T19:16:46.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-29T19:16:46.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21162026-04-29T19:16:46.356Z
21172026-04-29T19:16:46.356Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21182026-04-29T19:16:46.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-29T19:16:46.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-29T19:16:46.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-29T19:16:46.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21222026-04-29T19:16:46.998Z
21232026-04-29T19:16:46.998Zinfo: running `cargo check --bins` on nexus-config (51/272)
21242026-04-29T19:16:47.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-29T19:16:47.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-29T19:16:47.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-29T19:16:47.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21282026-04-29T19:16:47.635Z
21292026-04-29T19:16:47.635Zinfo: running `cargo check --bins` on nexus-types (52/272)
21302026-04-29T19:16:48.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-29T19:16:48.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-29T19:16:48.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-29T19:16:48.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21342026-04-29T19:16:48.278Z
21352026-04-29T19:16:48.278Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21362026-04-29T19:16:48.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-29T19:16:48.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-29T19:16:48.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-29T19:16:48.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-04-29T19:16:48.881Z
21412026-04-29T19:16:48.881Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21422026-04-29T19:16:49.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-29T19:16:49.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-29T19:16:49.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-29T19:16:49.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-04-29T19:16:49.463Z
21472026-04-29T19:16:49.463Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21482026-04-29T19:16:49.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-29T19:16:49.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-29T19:16:49.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-29T19:16:49.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21522026-04-29T19:16:50.060Z
21532026-04-29T19:16:50.060Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21542026-04-29T19:16:50.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-29T19:16:50.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-29T19:16:50.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-29T19:16:50.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21582026-04-29T19:16:50.663Z
21592026-04-29T19:16:50.663Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21602026-04-29T19:16:51.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-29T19:16:51.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-29T19:16:51.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-29T19:16:51.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21642026-04-29T19:16:51.270Z
21652026-04-29T19:16:51.270Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21662026-04-29T19:16:51.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-29T19:16:51.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-29T19:16:51.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-29T19:16:51.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21702026-04-29T19:16:51.877Z
21712026-04-29T19:16:51.877Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21722026-04-29T19:16:52.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-29T19:16:52.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-29T19:16:52.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-29T19:16:52.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-04-29T19:16:52.461Z
21772026-04-29T19:16:52.462Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21782026-04-29T19:16:52.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-29T19:16:52.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-29T19:16:52.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-29T19:16:52.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21822026-04-29T19:16:53.045Z
21832026-04-29T19:16:53.045Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21842026-04-29T19:16:53.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-29T19:16:53.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-29T19:16:53.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-29T19:16:53.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21882026-04-29T19:16:53.623Z
21892026-04-29T19:16:53.623Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21902026-04-29T19:16:54.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-29T19:16:54.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-29T19:16:54.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-29T19:16:54.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21942026-04-29T19:16:54.202Z
21952026-04-29T19:16:54.202Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21962026-04-29T19:16:54.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-29T19:16:54.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-29T19:16:54.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-29T19:16:54.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-04-29T19:16:54.799Z
22012026-04-29T19:16:54.799Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
22022026-04-29T19:16:55.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-29T19:16:55.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-29T19:16:55.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-29T19:16:55.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062026-04-29T19:16:55.401Z
22072026-04-29T19:16:55.402Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22082026-04-29T19:16:55.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-29T19:16:55.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-29T19:16:55.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-29T19:16:55.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-04-29T19:16:55.984Z
22132026-04-29T19:16:55.984Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22142026-04-29T19:16:56.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-29T19:16:56.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-29T19:16:56.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-29T19:16:56.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-04-29T19:16:56.566Z
22192026-04-29T19:16:56.566Zinfo: running `cargo check --bins` on ereport-types (67/272)
22202026-04-29T19:16:57.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-29T19:16:57.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-29T19:16:57.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-29T19:16:57.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22242026-04-29T19:16:57.157Z
22252026-04-29T19:16:57.157Zinfo: running `cargo check --bins` on gateway-client (68/272)
22262026-04-29T19:16:57.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-29T19:16:57.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-29T19:16:57.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-29T19:16:57.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22302026-04-29T19:16:57.750Z
22312026-04-29T19:16:57.750Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22322026-04-29T19:16:58.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-29T19:16:58.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-29T19:16:58.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-29T19:16:58.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22362026-04-29T19:16:58.345Z
22372026-04-29T19:16:58.345Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22382026-04-29T19:16:58.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-29T19:16:58.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-29T19:16:58.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-29T19:16:58.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-04-29T19:16:58.949Z
22432026-04-29T19:16:58.949Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22442026-04-29T19:16:59.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-29T19:16:59.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-29T19:16:59.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-29T19:16:59.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22482026-04-29T19:16:59.539Z
22492026-04-29T19:16:59.539Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22502026-04-29T19:17:00.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-29T19:17:00.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-29T19:17:00.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-29T19:17:00.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542026-04-29T19:17:00.137Z
22552026-04-29T19:17:00.137Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22562026-04-29T19:17:00.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-29T19:17:00.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-29T19:17:00.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-29T19:17:00.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-04-29T19:17:00.749Z
22612026-04-29T19:17:00.749Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22622026-04-29T19:17:01.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-29T19:17:01.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-29T19:17:01.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-29T19:17:01.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22662026-04-29T19:17:01.363Z
22672026-04-29T19:17:01.363Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22682026-04-29T19:17:01.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-29T19:17:01.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-29T19:17:01.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-04-29T19:17:01.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22722026-04-29T19:17:01.952Z
22732026-04-29T19:17:01.952Zinfo: running `cargo check --bins` on oxlog (76/272)
22742026-04-29T19:17:02.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-04-29T19:17:02.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-04-29T19:17:02.567Z Checking cfg-if v1.0.4
22772026-04-29T19:17:02.571Z Checking libc v0.2.185
22782026-04-29T19:17:02.571Z Checking serde_core v1.0.228
22792026-04-29T19:17:02.688Z Checking zeroize v1.8.2
22802026-04-29T19:17:02.696Z Checking memchr v2.8.0
22812026-04-29T19:17:02.704Z Checking log v0.4.29
22822026-04-29T19:17:02.713Z Checking smallvec v1.15.1
22832026-04-29T19:17:02.723Z Checking typenum v1.19.0
22842026-04-29T19:17:02.723Z Checking subtle v2.6.1
22852026-04-29T19:17:02.826Z Checking itoa v1.0.17
22862026-04-29T19:17:02.862Z Checking scopeguard v1.2.0
22872026-04-29T19:17:02.876Z Checking stable_deref_trait v1.2.1
22882026-04-29T19:17:02.886Z Checking const-oid v0.9.6
22892026-04-29T19:17:02.948Z Checking portable-atomic v1.13.1
22902026-04-29T19:17:02.962Z Checking lock_api v0.4.14
22912026-04-29T19:17:02.973Z Checking zerofrom v0.1.6
22922026-04-29T19:17:03.072Z Checking critical-section v1.2.0
22932026-04-29T19:17:03.084Z Checking getrandom v0.2.17
22942026-04-29T19:17:03.084Z Checking errno v0.3.14
22952026-04-29T19:17:03.161Z Checking yoke v0.8.1
22962026-04-29T19:17:03.175Z Checking parking_lot_core v0.9.12
22972026-04-29T19:17:03.206Z Checking signal-hook-registry v1.4.8
22982026-04-29T19:17:03.226Z Checking rand_core v0.6.4
22992026-04-29T19:17:03.242Z Checking generic-array v0.14.7
23002026-04-29T19:17:03.327Z Checking zerovec v0.11.5
23012026-04-29T19:17:03.344Z Checking once_cell v1.21.3
23022026-04-29T19:17:03.355Z Checking zerocopy v0.8.40
23032026-04-29T19:17:03.365Z Checking pin-project-lite v0.2.17
23042026-04-29T19:17:03.398Z Checking parking_lot v0.12.5
23052026-04-29T19:17:03.451Z Checking mio v1.2.0
23062026-04-29T19:17:03.512Z Checking socket2 v0.6.3
23072026-04-29T19:17:03.563Z Checking libm v0.2.16
23082026-04-29T19:17:03.582Z Checking zmij v1.0.21
23092026-04-29T19:17:03.677Z Checking crypto-common v0.1.7
23102026-04-29T19:17:03.723Z Checking block-buffer v0.10.4
23112026-04-29T19:17:03.750Z Checking tinystr v0.8.2
23122026-04-29T19:17:03.750Z Checking equivalent v1.0.2
23132026-04-29T19:17:03.789Z Checking writeable v0.6.2
23142026-04-29T19:17:03.801Z Checking litemap v0.8.1
23152026-04-29T19:17:03.834Z Checking percent-encoding v2.3.2
23162026-04-29T19:17:03.861Z Checking digest v0.10.7
23172026-04-29T19:17:03.939Z Checking futures-core v0.3.32
23182026-04-29T19:17:03.947Z Checking potential_utf v0.1.4
23192026-04-29T19:17:03.989Z Checking icu_locale_core v2.1.1
23202026-04-29T19:17:04.002Z Checking zerotrie v0.2.3
23212026-04-29T19:17:04.059Z Checking cpufeatures v0.2.17
23222026-04-29T19:17:04.092Z Checking hmac v0.12.1
23232026-04-29T19:17:04.109Z Checking icu_collections v2.1.1
23242026-04-29T19:17:04.130Z Checking block-padding v0.3.3
23252026-04-29T19:17:04.181Z Checking serde v1.0.228
23262026-04-29T19:17:04.220Z Checking bitflags v2.11.0
23272026-04-29T19:17:04.239Z Checking serde_json v1.0.149
23282026-04-29T19:17:04.261Z Checking icu_normalizer_data v2.1.1
23292026-04-29T19:17:04.274Z Checking num-traits v0.2.19
23302026-04-29T19:17:04.333Z Checking icu_properties_data v2.1.2
23312026-04-29T19:17:04.384Z Checking rand_core v0.10.0
23322026-04-29T19:17:04.413Z Checking hashbrown v0.17.0
23332026-04-29T19:17:04.463Z Checking futures-sink v0.3.32
23342026-04-29T19:17:04.524Z Checking getrandom v0.4.1
23352026-04-29T19:17:04.537Z Checking icu_provider v2.1.1
23362026-04-29T19:17:04.559Z Checking futures-channel v0.3.32
23372026-04-29T19:17:04.589Z Checking bytes v1.11.1
23382026-04-29T19:17:04.664Z Checking inout v0.1.4
23392026-04-29T19:17:04.744Z Checking futures-task v0.3.32
23402026-04-29T19:17:04.762Z Checking icu_properties v2.1.2
23412026-04-29T19:17:04.798Z Checking icu_normalizer v2.1.1
23422026-04-29T19:17:04.802Z Checking futures-io v0.3.32
23432026-04-29T19:17:04.870Z Checking indexmap v2.14.0
23442026-04-29T19:17:04.881Z Checking slab v0.4.12
23452026-04-29T19:17:04.892Z Checking cipher v0.4.4
23462026-04-29T19:17:04.920Z Checking sha2 v0.10.9
23472026-04-29T19:17:05.029Z Checking tokio v1.52.1
23482026-04-29T19:17:05.041Z Checking futures-util v0.3.32
23492026-04-29T19:17:05.099Z Checking getrandom v0.3.4
23502026-04-29T19:17:05.111Z Checking utf8_iter v1.0.4
23512026-04-29T19:17:05.188Z Checking base64ct v1.8.3
23522026-04-29T19:17:05.226Z Checking byteorder v1.5.0
23532026-04-29T19:17:05.240Z Checking form_urlencoded v1.2.2
23542026-04-29T19:17:05.370Z Checking flagset v0.4.7
23552026-04-29T19:17:05.414Z Checking fnv v1.0.7
23562026-04-29T19:17:05.416Z Checking pem-rfc7468 v0.7.0
23572026-04-29T19:17:05.437Z Checking rand_core v0.9.5
23582026-04-29T19:17:05.491Z Checking salsa20 v0.10.2
23592026-04-29T19:17:05.505Z Checking http v1.4.0
23602026-04-29T19:17:05.580Z Checking der v0.7.10
23612026-04-29T19:17:05.591Z Checking idna_adapter v1.2.1
23622026-04-29T19:17:05.609Z Checking uuid v1.23.0
23632026-04-29T19:17:05.622Z Checking pbkdf2 v0.12.2
23642026-04-29T19:17:05.705Z Checking idna v1.1.0
23652026-04-29T19:17:05.730Z Checking scrypt v0.11.0
23662026-04-29T19:17:05.866Z Checking aes v0.8.4
23672026-04-29T19:17:05.916Z Checking cbc v0.1.2
23682026-04-29T19:17:05.947Z Checking url v2.5.8
23692026-04-29T19:17:06.051Z Checking rustix v1.1.3
23702026-04-29T19:17:06.072Z Checking tracing-core v0.1.36
23712026-04-29T19:17:06.109Z Checking ppv-lite86 v0.2.21
23722026-04-29T19:17:06.262Z Checking rustls-pki-types v1.14.0
23732026-04-29T19:17:06.319Z Checking spki v0.7.3
23742026-04-29T19:17:06.372Z Checking regex-syntax v0.8.10
23752026-04-29T19:17:06.390Z Checking iana-time-zone v0.1.65
23762026-04-29T19:17:06.402Z Checking rand_chacha v0.9.0
23772026-04-29T19:17:06.484Z Checking pkcs5 v0.7.1
23782026-04-29T19:17:06.497Z Checking chrono v0.4.44
23792026-04-29T19:17:06.543Z Checking tracing v0.1.44
23802026-04-29T19:17:06.596Z Checking rand v0.9.2
23812026-04-29T19:17:06.731Z Checking http-body v1.0.1
23822026-04-29T19:17:06.745Z Checking aws-lc-sys v0.37.1
23832026-04-29T19:17:06.864Z Checking openssl-probe v0.2.1
23842026-04-29T19:17:06.878Z Checking base64 v0.22.1
23852026-04-29T19:17:06.944Z Checking untrusted v0.7.1
23862026-04-29T19:17:06.970Z Checking untrusted v0.9.0
23872026-04-29T19:17:07.061Z Checking pkcs8 v0.10.2
23882026-04-29T19:17:07.077Z Checking tower-service v0.3.3
23892026-04-29T19:17:07.088Z Checking ring v0.17.14
23902026-04-29T19:17:07.113Z Checking plain v0.2.3
23912026-04-29T19:17:07.164Z Checking tinyvec_macros v0.1.1
23922026-04-29T19:17:07.216Z Checking try-lock v0.2.5
23932026-04-29T19:17:07.230Z Checking tower-layer v0.3.3
23942026-04-29T19:17:07.242Z Checking atomic-waker v1.1.2
23952026-04-29T19:17:07.253Z Checking aws-lc-rs v1.16.0
23962026-04-29T19:17:07.313Z Checking want v0.3.1
23972026-04-29T19:17:07.335Z Checking tinyvec v1.10.0
23982026-04-29T19:17:07.351Z Checking ipnet v2.11.0
23992026-04-29T19:17:07.374Z Checking semver v1.0.28
24002026-04-29T19:17:07.432Z Checking httparse v1.10.1
24012026-04-29T19:17:07.581Z Checking spin v0.9.8
24022026-04-29T19:17:07.606Z Checking fastrand v2.3.0
24032026-04-29T19:17:07.640Z Checking dyn-clone v1.0.20
24042026-04-29T19:17:07.640Z Checking unicode-ident v1.0.24
24052026-04-29T19:17:07.677Z Checking ucd-trie v0.1.7
24062026-04-29T19:17:07.747Z Checking httpdate v1.0.3
24072026-04-29T19:17:07.747Z Checking pin-utils v0.1.0
24082026-04-29T19:17:07.769Z Checking foreign-types-shared v0.1.1
24092026-04-29T19:17:07.781Z Checking tempfile v3.25.0
24102026-04-29T19:17:07.804Z Checking pest v2.8.6
24112026-04-29T19:17:07.822Z Checking proc-macro2 v1.0.106
24122026-04-29T19:17:07.845Z Checking foreign-types v0.3.2
24132026-04-29T19:17:07.892Z Checking schemars v0.8.22
24142026-04-29T19:17:07.915Z Checking openssl-sys v0.9.111
24152026-04-29T19:17:07.971Z Checking thiserror v2.0.18
24162026-04-29T19:17:08.074Z Checking wait-timeout v0.2.1
24172026-04-29T19:17:08.087Z Checking aho-corasick v1.1.4
24182026-04-29T19:17:08.091Z Checking rustls-webpki v0.103.9
24192026-04-29T19:17:08.132Z Checking simd-adler32 v0.3.8
24202026-04-29T19:17:08.197Z Checking anstyle v1.0.13
24212026-04-29T19:17:08.249Z Checking tokio-util v0.7.18
24222026-04-29T19:17:08.301Z Checking bit-vec v0.8.0
24232026-04-29T19:17:08.379Z Checking siphasher v1.0.2
24242026-04-29T19:17:08.406Z Checking utf8parse v0.2.2
24252026-04-29T19:17:08.497Z Checking quick-error v1.2.3
24262026-04-29T19:17:08.510Z Checking powerfmt v0.2.0
24272026-04-29T19:17:08.512Z Checking rustls v0.23.37
24282026-04-29T19:17:08.531Z Checking pretty-hex v0.4.1
24292026-04-29T19:17:08.546Z Checking anstyle-parse v0.2.7
24302026-04-29T19:17:08.593Z Checking rusty-fork v0.3.1
24312026-04-29T19:17:08.643Z Checking bit-set v0.8.0
24322026-04-29T19:17:08.655Z Checking deranged v0.5.8
24332026-04-29T19:17:08.693Z Checking openssl v0.10.75
24342026-04-29T19:17:08.765Z Checking quote v1.0.45
24352026-04-29T19:17:08.780Z Checking regex-automata v0.4.14
24362026-04-29T19:17:08.795Z Compiling newtype-uuid v1.3.2
24372026-04-29T19:17:08.862Z Checking h2 v0.4.13
24382026-04-29T19:17:08.890Z Checking unicode-normalization v0.1.25
24392026-04-29T19:17:08.935Z Checking rustls-native-certs v0.8.3
24402026-04-29T19:17:08.991Z Checking crossbeam-utils v0.8.21
24412026-04-29T19:17:09.064Z Checking rand_xorshift v0.4.0
24422026-04-29T19:17:09.185Z Checking crc32fast v1.5.0
24432026-04-29T19:17:09.293Z Checking scroll v0.13.0
24442026-04-29T19:17:09.323Z Checking sync_wrapper v1.0.2
24452026-04-29T19:17:09.336Z Checking signature v2.2.0
24462026-04-29T19:17:09.427Z Checking adler2 v2.0.1
24472026-04-29T19:17:09.465Z Checking anstyle-query v1.1.5
24482026-04-29T19:17:09.522Z Checking unicode-bidi v0.3.18
24492026-04-29T19:17:09.534Z Checking unarray v0.1.4
24502026-04-29T19:17:09.557Z Checking allocator-api2 v0.2.21
24512026-04-29T19:17:09.613Z Checking num_threads v0.1.7
24522026-04-29T19:17:09.635Z Checking unicode-properties v0.1.4
24532026-04-29T19:17:09.699Z Checking colorchoice v1.0.4
24542026-04-29T19:17:09.802Z Checking is_terminal_polyfill v1.70.2
24552026-04-29T19:17:09.820Z Checking time-core v0.1.8
24562026-04-29T19:17:09.832Z Checking num-conv v0.2.0
24572026-04-29T19:17:09.842Z Checking stringprep v0.1.5
24582026-04-29T19:17:09.888Z Checking anstream v0.6.21
24592026-04-29T19:17:09.945Z Checking proptest v1.10.0
24602026-04-29T19:17:09.958Z Checking time v0.3.47
24612026-04-29T19:17:09.990Z Checking miniz_oxide v0.8.9
24622026-04-29T19:17:10.082Z Checking goblin v0.10.5
24632026-04-29T19:17:10.338Z Checking tower v0.5.3
24642026-04-29T19:17:10.630Z Checking crossbeam-epoch v0.9.18
24652026-04-29T19:17:10.702Z Checking native-tls v0.2.18
24662026-04-29T19:17:10.726Z Compiling daft v0.1.5
24672026-04-29T19:17:10.851Z Checking syn v2.0.117
24682026-04-29T19:17:10.878Z Checking ipnetwork v0.21.1
24692026-04-29T19:17:10.906Z Checking tokio-rustls v0.26.4
24702026-04-29T19:17:11.007Z Checking http-body-util v0.1.3
24712026-04-29T19:17:11.074Z Checking webpki-roots v1.0.6
24722026-04-29T19:17:11.094Z Checking rand_chacha v0.3.1
24732026-04-29T19:17:11.133Z Checking thiserror v1.0.69
24742026-04-29T19:17:11.189Z Checking scroll v0.12.0
24752026-04-29T19:17:11.226Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-04-29T19:17:11.239Z Checking hash32 v0.2.1
24772026-04-29T19:17:11.304Z Checking num-integer v0.1.46
24782026-04-29T19:17:11.336Z Checking toml_datetime v0.6.11
24792026-04-29T19:17:11.419Z Checking serde_spanned v0.6.9
24802026-04-29T19:17:11.423Z Checking md-5 v0.10.6
24812026-04-29T19:17:11.516Z Checking ff v0.13.1
24822026-04-29T19:17:11.529Z Checking zlib-rs v0.6.2
24832026-04-29T19:17:11.530Z Checking fallible-iterator v0.2.0
24842026-04-29T19:17:11.552Z Checking psl-types v2.0.11
24852026-04-29T19:17:11.564Z Checking hyper v1.8.1
24862026-04-29T19:17:11.642Z Checking iri-string v0.7.10
24872026-04-29T19:17:11.665Z Checking ryu v1.0.23
24882026-04-29T19:17:11.739Z Checking base16ct v0.2.0
24892026-04-29T19:17:11.798Z Checking serde_urlencoded v0.7.1
24902026-04-29T19:17:11.810Z Checking postgres-protocol v0.6.10
24912026-04-29T19:17:11.865Z Checking sec1 v0.7.3
24922026-04-29T19:17:12.067Z Checking publicsuffix v2.3.0
24932026-04-29T19:17:12.116Z Compiling iddqd v0.3.18
24942026-04-29T19:17:12.156Z Checking group v0.13.0
24952026-04-29T19:17:12.226Z Checking num-iter v0.1.45
24962026-04-29T19:17:12.303Z Checking goblin v0.8.2
24972026-04-29T19:17:12.338Z Checking heapless v0.7.17
24982026-04-29T19:17:12.404Z Checking dof v0.4.0
24992026-04-29T19:17:12.424Z Checking flate2 v1.1.9
25002026-04-29T19:17:12.453Z Checking hyper-util v0.1.20
25012026-04-29T19:17:12.656Z Checking tower-http v0.6.8
25022026-04-29T19:17:12.719Z Checking zstd-safe v7.2.4
25032026-04-29T19:17:12.741Z Checking rand v0.8.5
25042026-04-29T19:17:12.884Z Checking oxnet v0.1.4
25052026-04-29T19:17:12.929Z Checking cookie v0.18.1
25062026-04-29T19:17:13.030Z Checking tokio-native-tls v0.3.1
25072026-04-29T19:17:13.129Z Checking dtrace-parser v0.3.0
25082026-04-29T19:17:13.144Z Checking phf_shared v0.13.1
25092026-04-29T19:17:13.160Z Checking lazy_static v1.5.0
25102026-04-29T19:17:13.184Z Checking terminal_size v0.4.3
25112026-04-29T19:17:13.246Z Checking zerocopy v0.7.35
25122026-04-29T19:17:13.259Z Checking bzip2-sys v0.1.13+1.0.8
25132026-04-29T19:17:13.262Z Checking signal-hook v0.3.18
25142026-04-29T19:17:13.294Z Checking hkdf v0.12.4
25152026-04-29T19:17:13.334Z Checking crypto-bigint v0.5.5
25162026-04-29T19:17:13.348Z Checking thread-id v5.1.0
25172026-04-29T19:17:13.364Z Checking strsim v0.11.1
25182026-04-29T19:17:13.422Z Checking libbz2-rs-sys v0.2.2
25192026-04-29T19:17:13.422Z Checking clap_lex v1.0.0
25202026-04-29T19:17:13.453Z Checking winnow v0.5.40
25212026-04-29T19:17:13.527Z Checking bitflags v1.3.2
25222026-04-29T19:17:13.573Z Compiling rayon-core v1.13.0
25232026-04-29T19:17:13.600Z Checking winnow v0.7.14
25242026-04-29T19:17:13.711Z Checking hyper-rustls v0.27.7
25252026-04-29T19:17:13.734Z Checking foldhash v0.1.5
25262026-04-29T19:17:13.748Z Checking managed v0.8.0
25272026-04-29T19:17:13.844Z Checking bumpalo v3.20.2
25282026-04-29T19:17:13.869Z Checking either v1.15.0
25292026-04-29T19:17:13.935Z Checking foldhash v0.2.0
25302026-04-29T19:17:13.950Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25312026-04-29T19:17:14.045Z Checking zopfli v0.8.3
25322026-04-29T19:17:14.064Z Checking smoltcp v0.9.1
25332026-04-29T19:17:14.090Z Checking hashbrown v0.16.1
25342026-04-29T19:17:14.141Z Checking hashbrown v0.15.5
25352026-04-29T19:17:14.208Z Checking dof v0.3.0
25362026-04-29T19:17:14.249Z Checking elliptic-curve v0.13.8
25372026-04-29T19:17:14.385Z Checking bzip2 v0.6.1
25382026-04-29T19:17:14.515Z Checking hyper-tls v0.6.0
25392026-04-29T19:17:14.550Z Checking clap_builder v4.5.60
25402026-04-29T19:17:14.562Z Checking signal-hook-mio v0.2.5
25412026-04-29T19:17:14.587Z Checking usdt-impl v0.6.0
25422026-04-29T19:17:14.610Z Checking bzip2 v0.4.4
25432026-04-29T19:17:14.621Z Checking toml_edit v0.19.15
25442026-04-29T19:17:14.654Z Checking phf v0.13.1
25452026-04-29T19:17:14.667Z Checking num-bigint-dig v0.8.6
25462026-04-29T19:17:14.681Z Checking cookie_store v0.22.1
25472026-04-29T19:17:14.790Z Checking zstd v0.13.3
25482026-04-29T19:17:14.803Z Checking postgres-types v0.2.12
25492026-04-29T19:17:14.866Z Checking dtrace-parser v0.2.0
25502026-04-29T19:17:14.973Z Checking rustls-platform-verifier v0.6.2
25512026-04-29T19:17:15.008Z Checking crossbeam-deque v0.8.6
25522026-04-29T19:17:15.011Z Checking regex v1.12.3
25532026-04-29T19:17:15.097Z Checking bstr v1.12.1
25542026-04-29T19:17:15.111Z Checking ed25519 v2.2.3
25552026-04-29T19:17:15.114Z Checking phf_shared v0.11.3
25562026-04-29T19:17:15.190Z Checking curve25519-dalek v4.1.3
25572026-04-29T19:17:15.261Z Checking ref-cast v1.0.25
25582026-04-29T19:17:15.283Z Checking strum v0.27.2
25592026-04-29T19:17:15.295Z Checking hubpack v0.1.2
25602026-04-29T19:17:15.358Z Checking memoffset v0.9.1
25612026-04-29T19:17:15.393Z Checking rustix v0.38.44
25622026-04-29T19:17:15.436Z Checking pkcs1 v0.7.5
25632026-04-29T19:17:15.459Z Checking float-cmp v0.10.0
25642026-04-29T19:17:15.479Z Checking serde-big-array v0.5.1
25652026-04-29T19:17:15.491Z Checking hex v0.4.3
25662026-04-29T19:17:15.584Z Checking erased-serde v0.3.31
25672026-04-29T19:17:15.623Z Checking rfc6979 v0.4.0
25682026-04-29T19:17:15.645Z Checking memmap2 v0.9.10
25692026-04-29T19:17:15.657Z Checking thread-id v4.2.2
25702026-04-29T19:17:15.712Z Checking env_filter v1.0.0
25712026-04-29T19:17:15.726Z Checking encoding_rs v0.8.35
25722026-04-29T19:17:15.736Z Checking fixedbitset v0.5.7
25732026-04-29T19:17:15.780Z Checking rustc-hash v2.1.1
25742026-04-29T19:17:15.803Z Checking data-encoding v2.10.0
25752026-04-29T19:17:15.853Z Checking fixedbitset v0.4.2
25762026-04-29T19:17:15.896Z Checking new_debug_unreachable v1.0.6
25772026-04-29T19:17:15.928Z Checking toml_write v0.1.2
25782026-04-29T19:17:15.963Z Checking keccak v0.1.6
25792026-04-29T19:17:15.976Z Checking difflib v0.4.0
25802026-04-29T19:17:15.987Z Checking precomputed-hash v0.1.1
25812026-04-29T19:17:16.001Z Checking static_assertions v1.1.0
25822026-04-29T19:17:16.068Z Checking jiff v0.2.21
25832026-04-29T19:17:16.071Z Checking normalize-line-endings v0.3.0
25842026-04-29T19:17:16.092Z Checking whoami v2.1.0
25852026-04-29T19:17:16.103Z Checking unicode-segmentation v1.12.0
25862026-04-29T19:17:16.130Z Checking mime v0.3.17
25872026-04-29T19:17:16.153Z Checking predicates-core v1.0.10
25882026-04-29T19:17:16.165Z Checking sha3 v0.10.8
25892026-04-29T19:17:16.193Z Checking crossterm v0.28.1
25902026-04-29T19:17:16.275Z Checking predicates v3.1.4
25912026-04-29T19:17:16.287Z Checking tokio-postgres v0.7.16
25922026-04-29T19:17:16.299Z Checking toml_edit v0.22.27
25932026-04-29T19:17:16.368Z Checking hickory-proto v0.25.2
25942026-04-29T19:17:16.411Z Checking similar v2.7.0
25952026-04-29T19:17:16.571Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25962026-04-29T19:17:16.672Z Checking reqwest v0.12.28
25972026-04-29T19:17:16.791Z Checking string_cache v0.8.9
25982026-04-29T19:17:16.918Z Checking petgraph v0.6.5
25992026-04-29T19:17:16.963Z Checking ed25519-dalek v2.2.0
26002026-04-29T19:17:17.195Z Checking slog v2.8.2
26012026-04-29T19:17:17.380Z Checking petgraph v0.8.3
26022026-04-29T19:17:17.522Z Checking env_logger v0.11.9
26032026-04-29T19:17:17.555Z Checking usdt v0.6.0
26042026-04-29T19:17:17.712Z Checking clap v4.5.60
26052026-04-29T19:17:17.724Z Checking usdt-impl v0.5.0
26062026-04-29T19:17:17.790Z Checking ecdsa v0.16.9
26072026-04-29T19:17:18.005Z Checking serde_with v3.17.0
26082026-04-29T19:17:18.125Z Checking toml v0.7.8
26092026-04-29T19:17:18.163Z Checking rsa v0.9.10
26102026-04-29T19:17:18.302Z Checking nix v0.31.2
26112026-04-29T19:17:18.305Z Checking zip v4.6.1
26122026-04-29T19:17:18.626Z Checking reqwest v0.13.2
26132026-04-29T19:17:18.762Z Checking toml_parser v1.0.9+spec-1.1.0
26142026-04-29T19:17:18.840Z Checking zip v0.6.6
26152026-04-29T19:17:18.895Z Checking itertools v0.13.0
26162026-04-29T19:17:18.930Z Checking strum v0.26.3
26172026-04-29T19:17:19.046Z Checking tokio-stream v0.1.18
26182026-04-29T19:17:19.101Z Checking fs-err v3.3.0
26192026-04-29T19:17:19.163Z Checking ahash v0.8.12
26202026-04-29T19:17:19.176Z Checking object v0.37.3
26212026-04-29T19:17:19.314Z Checking buf-list v1.1.2
26222026-04-29T19:17:19.363Z Checking camino v1.2.2
26232026-04-29T19:17:19.403Z Checking anyhow v1.0.102
26242026-04-29T19:17:19.432Z Checking x509-cert v0.2.5
26252026-04-29T19:17:19.455Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26262026-04-29T19:17:19.499Z Checking openapiv3 v2.2.0
26272026-04-29T19:17:19.511Z Checking toml_datetime v0.7.5+spec-1.1.0
26282026-04-29T19:17:19.605Z Checking sha1 v0.10.6
26292026-04-29T19:17:19.618Z Checking peg-runtime v0.8.5
26302026-04-29T19:17:19.705Z Checking lalrpop-util v0.19.12
26312026-04-29T19:17:19.719Z Checking rayon v1.11.0
26322026-04-29T19:17:19.755Z Checking sigpipe v0.1.3
26332026-04-29T19:17:19.767Z Checking glob v0.3.3
26342026-04-29T19:17:21.363Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26352026-04-29T19:17:21.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.68s
26362026-04-29T19:17:21.805Z
26372026-04-29T19:17:21.805Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26382026-04-29T19:17:22.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-29T19:17:22.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-29T19:17:22.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-29T19:17:22.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26422026-04-29T19:17:22.413Z
26432026-04-29T19:17:22.413Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26442026-04-29T19:17:22.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-29T19:17:22.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-29T19:17:22.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-29T19:17:22.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-04-29T19:17:23.023Z
26492026-04-29T19:17:23.023Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26502026-04-29T19:17:23.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-29T19:17:23.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-29T19:17:23.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-29T19:17:23.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26542026-04-29T19:17:23.646Z
26552026-04-29T19:17:23.646Zinfo: running `cargo check --bins` on oxql-types (80/272)
26562026-04-29T19:17:24.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-29T19:17:24.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-29T19:17:24.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-29T19:17:24.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26602026-04-29T19:17:24.255Z
26612026-04-29T19:17:24.255Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26622026-04-29T19:17:24.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-29T19:17:24.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-29T19:17:24.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-29T19:17:24.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26662026-04-29T19:17:24.856Z
26672026-04-29T19:17:24.856Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26682026-04-29T19:17:25.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-29T19:17:25.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-29T19:17:25.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-04-29T19:17:25.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26722026-04-29T19:17:25.461Z
26732026-04-29T19:17:25.461Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26742026-04-29T19:17:25.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-04-29T19:17:25.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-04-29T19:17:25.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26772026-04-29T19:17:25.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26782026-04-29T19:17:26.051Z
26792026-04-29T19:17:26.051Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26802026-04-29T19:17:26.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26812026-04-29T19:17:26.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26822026-04-29T19:17:26.740Z Compiling structmeta-derive v0.3.0
26832026-04-29T19:17:26.857Z Compiling rustls v0.22.4
26842026-04-29T19:17:26.866Z Compiling multer v3.1.0
26852026-04-29T19:17:26.876Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-04-29T19:17:26.879Z Compiling async-stream-impl v0.3.6
26872026-04-29T19:17:26.900Z Compiling dropshot v0.17.0
26882026-04-29T19:17:26.915Z Compiling dropshot_endpoint v0.17.0
26892026-04-29T19:17:26.915Z Compiling newtype-uuid-macros v0.1.0
26902026-04-29T19:17:27.038Z Checking newtype-uuid v1.3.2
26912026-04-29T19:17:27.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26922026-04-29T19:17:27.158Z Checking rustls-webpki v0.102.8
26932026-04-29T19:17:27.238Z Checking daft v0.1.5
26942026-04-29T19:17:27.253Z Checking futures-executor v0.3.32
26952026-04-29T19:17:27.467Z Checking thread_local v1.1.9
26962026-04-29T19:17:27.481Z Compiling match_cfg v0.1.0
26972026-04-29T19:17:27.520Z Compiling compression-core v0.4.31
26982026-04-29T19:17:27.604Z Checking hostname v0.3.1
26992026-04-29T19:17:27.632Z Compiling compression-codecs v0.4.37
27002026-04-29T19:17:27.691Z Checking iddqd v0.3.18
27012026-04-29T19:17:27.846Z Checking futures v0.3.32
27022026-04-29T19:17:27.872Z Checking crossbeam-channel v0.5.15
27032026-04-29T19:17:27.908Z Compiling structmeta v0.3.0
27042026-04-29T19:17:27.925Z Checking slog-json v2.6.1
27052026-04-29T19:17:28.122Z Compiling derive-ex v0.1.8
27062026-04-29T19:17:28.162Z Compiling parse-display-derive v0.10.0
27072026-04-29T19:17:28.208Z Compiling toml_datetime v1.0.0+spec-1.1.0
27082026-04-29T19:17:28.287Z Compiling serde_spanned v1.0.4
27092026-04-29T19:17:28.549Z Checking is-terminal v0.4.17
27102026-04-29T19:17:28.572Z Checking take_mut v0.2.2
27112026-04-29T19:17:28.642Z Compiling toml_writer v1.0.6+spec-1.1.0
27122026-04-29T19:17:28.679Z Checking term v1.2.1
27132026-04-29T19:17:28.703Z Checking debug-ignore v1.0.5
27142026-04-29T19:17:28.802Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27152026-04-29T19:17:28.884Z Checking toml v1.0.6+spec-1.1.0
27162026-04-29T19:17:28.910Z Checking slog-term v2.9.2
27172026-04-29T19:17:28.923Z Checking slog-async v2.8.0
27182026-04-29T19:17:29.103Z Compiling slog-bunyan v2.5.0
27192026-04-29T19:17:29.186Z Checking tokio-rustls v0.25.0
27202026-04-29T19:17:29.241Z Checking async-compression v0.4.41
27212026-04-29T19:17:29.385Z Compiling async-stream v0.3.6
27222026-04-29T19:17:29.488Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27232026-04-29T19:17:29.601Z Checking progenitor-client v0.14.0
27242026-04-29T19:17:29.624Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27252026-04-29T19:17:29.826Z Checking backon v1.6.0
27262026-04-29T19:17:29.841Z Compiling test-strategy v0.4.5
27272026-04-29T19:17:29.856Z Checking waitgroup v0.1.2
27282026-04-29T19:17:29.959Z Checking rustls-pemfile v2.2.0
27292026-04-29T19:17:30.167Z Checking serde_path_to_error v0.1.20
27302026-04-29T19:17:30.190Z Compiling hostname v0.4.2
27312026-04-29T19:17:30.237Z Checking instant v0.1.13
27322026-04-29T19:17:30.319Z Compiling prettyplease v0.2.37
27332026-04-29T19:17:30.343Z Checking backoff v0.4.0
27342026-04-29T19:17:30.426Z Compiling progenitor-extras v0.2.0
27352026-04-29T19:17:30.559Z Compiling parse-display v0.10.0
27362026-04-29T19:17:30.668Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27372026-04-29T19:17:30.764Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27382026-04-29T19:17:30.886Z Checking progenitor-client v0.10.0
27392026-04-29T19:17:31.011Z Checking itertools v0.14.0
27402026-04-29T19:17:31.117Z Checking regress v0.10.5
27412026-04-29T19:17:31.142Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27422026-04-29T19:17:31.201Z Checking num-rational v0.4.2
27432026-04-29T19:17:31.333Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27442026-04-29T19:17:32.042Z Checking num-complex v0.4.6
27452026-04-29T19:17:32.352Z Compiling macaddr v1.0.1
27462026-04-29T19:17:32.511Z Checking num v0.4.3
27472026-04-29T19:17:32.559Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27482026-04-29T19:17:32.580Z Compiling usdt-macro v0.5.0
27492026-04-29T19:17:32.594Z Compiling usdt-attr-macro v0.5.0
27502026-04-29T19:17:32.742Z Checking memmap v0.7.0
27512026-04-29T19:17:32.800Z Checking float-ord v0.3.2
27522026-04-29T19:17:32.902Z Compiling toml v0.8.23
27532026-04-29T19:17:32.983Z Compiling minimal-lexical v0.2.1
27542026-04-29T19:17:33.257Z Checking linked-hash-map v0.5.6
27552026-04-29T19:17:33.376Z Checking usdt v0.5.0
27562026-04-29T19:17:33.412Z Checking lru-cache v0.1.2
27572026-04-29T19:17:33.525Z Compiling nom v7.1.3
27582026-04-29T19:17:33.923Z Checking hickory-proto v0.24.4
27592026-04-29T19:17:34.055Z Checking phf_shared v0.12.1
27602026-04-29T19:17:34.077Z Compiling slog-dtrace v0.3.0
27612026-04-29T19:17:34.199Z Checking heck v0.5.0
27622026-04-29T19:17:34.276Z Compiling convert_case v0.4.0
27632026-04-29T19:17:34.331Z Checking resolv-conf v0.7.6
27642026-04-29T19:17:34.518Z Compiling chrono-tz v0.10.4
27652026-04-29T19:17:34.658Z Compiling const_format_proc_macros v0.2.34
27662026-04-29T19:17:34.720Z Compiling derive_more v0.99.20
27672026-04-29T19:17:34.923Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27682026-04-29T19:17:34.936Z Checking phf v0.12.1
27692026-04-29T19:17:35.080Z Checking tokio-dtrace v0.1.1
27702026-04-29T19:17:35.274Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27712026-04-29T19:17:35.411Z Compiling derive-where v1.6.0
27722026-04-29T19:17:35.703Z Checking highway v1.3.0
27732026-04-29T19:17:35.747Z Checking hickory-resolver v0.24.4
27742026-04-29T19:17:35.935Z Checking const_format v0.2.35
27752026-04-29T19:17:35.970Z Checking oxide-tokio-rt v0.1.4
27762026-04-29T19:17:36.202Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27772026-04-29T19:17:36.394Z Checking gethostname v0.5.0
27782026-04-29T19:17:36.483Z Checking bcs v0.1.6
27792026-04-29T19:17:36.496Z Compiling async-recursion v1.1.1
27802026-04-29T19:17:36.720Z Checking termtree v0.5.1
27812026-04-29T19:17:36.733Z Checking qorb v0.4.1
27822026-04-29T19:17:37.267Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-04-29T19:17:37.731Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27842026-04-29T19:17:37.927Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27852026-04-29T19:17:37.931Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27862026-04-29T19:17:39.962Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-04-29T19:17:43.276Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-04-29T19:17:45.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.35s
27892026-04-29T19:17:45.597Z
27902026-04-29T19:17:45.597Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27912026-04-29T19:17:46.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-04-29T19:17:46.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-04-29T19:17:46.289Z Compiling ar_archive_writer v0.5.1
27942026-04-29T19:17:46.400Z Compiling stacker v0.1.23
27952026-04-29T19:17:46.403Z Compiling cfg_aliases v0.1.1
27962026-04-29T19:17:46.414Z Compiling convert_case v0.10.0
27972026-04-29T19:17:46.421Z Checking unicode-width v0.1.14
27982026-04-29T19:17:46.429Z Compiling proc-macro-error v1.0.4
27992026-04-29T19:17:46.439Z Checking fd-lock v4.0.4
28002026-04-29T19:17:46.439Z Checking nibble_vec v0.1.0
28012026-04-29T19:17:46.466Z Compiling nix v0.28.0
28022026-04-29T19:17:46.550Z Checking vte v0.14.1
28032026-04-29T19:17:46.566Z Compiling recursive-proc-macro-impl v0.1.1
28042026-04-29T19:17:46.655Z Checking bytecount v0.6.9
28052026-04-29T19:17:46.671Z Checking endian-type v0.1.2
28062026-04-29T19:17:46.716Z Compiling derive_more-impl v2.1.1
28072026-04-29T19:17:46.730Z Compiling tabled_derive v0.7.0
28082026-04-29T19:17:46.733Z Checking strip-ansi-escapes v0.2.1
28092026-04-29T19:17:46.754Z Checking papergrid v0.11.0
28102026-04-29T19:17:46.831Z Checking radix_trie v0.2.1
28112026-04-29T19:17:46.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-04-29T19:17:46.973Z Compiling peg-macros v0.8.5
28132026-04-29T19:17:47.038Z Checking winnow v0.6.26
28142026-04-29T19:17:47.232Z Compiling psm v0.1.30
28152026-04-29T19:17:47.307Z Compiling sqlparser_derive v0.5.0
28162026-04-29T19:17:47.373Z Checking home v0.5.12
28172026-04-29T19:17:47.481Z Checking nu-ansi-term v0.50.3
28182026-04-29T19:17:47.519Z Checking derive_more v2.1.1
28192026-04-29T19:17:47.599Z Checking unicode-width v0.2.0
28202026-04-29T19:17:47.688Z Checking unicode_categories v0.1.1
28212026-04-29T19:17:47.700Z Checking tabled v0.15.0
28222026-04-29T19:17:47.740Z Checking rustyline v14.0.0
28232026-04-29T19:17:47.839Z Checking crossterm v0.29.0
28242026-04-29T19:17:47.851Z Checking reedline v0.40.0
28252026-04-29T19:17:48.002Z Checking recursive v0.1.1
28262026-04-29T19:17:48.091Z Checking display-error-chain v0.2.2
28272026-04-29T19:17:48.105Z Checking sqlparser v0.61.0
28282026-04-29T19:17:48.185Z Checking sqlformat v0.3.5
28292026-04-29T19:17:48.343Z Checking peg v0.8.5
28302026-04-29T19:17:59.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.76s
28312026-04-29T19:17:59.545Z
28322026-04-29T19:17:59.545Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28332026-04-29T19:18:00.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-04-29T19:18:00.074Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-04-29T19:18:00.223Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28362026-04-29T19:18:03.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28372026-04-29T19:18:03.802Z
28382026-04-29T19:18:03.802Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28392026-04-29T19:18:04.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-04-29T19:18:04.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-04-29T19:18:04.476Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-04-29T19:18:06.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28432026-04-29T19:18:07.070Z
28442026-04-29T19:18:07.070Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28452026-04-29T19:18:07.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-04-29T19:18:07.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-04-29T19:18:07.748Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-04-29T19:18:10.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28492026-04-29T19:18:11.128Z
28502026-04-29T19:18:11.128Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28512026-04-29T19:18:11.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-04-29T19:18:11.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-04-29T19:18:11.810Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-04-29T19:18:15.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
28552026-04-29T19:18:15.220Z
28562026-04-29T19:18:15.220Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28572026-04-29T19:18:15.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-04-29T19:18:15.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-04-29T19:18:15.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-04-29T19:18:18.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28612026-04-29T19:18:18.652Z
28622026-04-29T19:18:18.652Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28632026-04-29T19:18:19.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-04-29T19:18:19.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-04-29T19:18:19.335Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-04-29T19:18:21.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.24s
28672026-04-29T19:18:22.095Z
28682026-04-29T19:18:22.095Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28692026-04-29T19:18:22.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-04-29T19:18:22.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-04-29T19:18:22.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-04-29T19:18:26.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28732026-04-29T19:18:26.338Z
28742026-04-29T19:18:26.338Zinfo: running `cargo check --bins` on oximeter (93/272)
28752026-04-29T19:18:26.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-04-29T19:18:26.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-04-29T19:18:26.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-04-29T19:18:26.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28792026-04-29T19:18:26.950Z
28802026-04-29T19:18:26.950Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28812026-04-29T19:18:27.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-04-29T19:18:27.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-04-29T19:18:27.593Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28842026-04-29T19:18:27.757Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-04-29T19:18:27.772Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28862026-04-29T19:18:28.099Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28872026-04-29T19:18:30.997Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28882026-04-29T19:18:32.226Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892026-04-29T19:18:32.393Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28902026-04-29T19:18:33.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.12s
28912026-04-29T19:18:33.257Z
28922026-04-29T19:18:33.257Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28932026-04-29T19:18:33.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-04-29T19:18:33.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-04-29T19:18:33.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-04-29T19:18:33.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28972026-04-29T19:18:33.861Z
28982026-04-29T19:18:33.862Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28992026-04-29T19:18:34.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-04-29T19:18:34.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-04-29T19:18:34.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-04-29T19:18:34.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29032026-04-29T19:18:34.504Z
29042026-04-29T19:18:34.504Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
29052026-04-29T19:18:35.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-04-29T19:18:35.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-04-29T19:18:35.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-04-29T19:18:35.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29092026-04-29T19:18:35.121Z
29102026-04-29T19:18:35.121Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29112026-04-29T19:18:35.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-04-29T19:18:35.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-04-29T19:18:35.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-04-29T19:18:35.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-04-29T19:18:35.731Z
29162026-04-29T19:18:35.731Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29172026-04-29T19:18:36.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-04-29T19:18:36.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-04-29T19:18:36.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-04-29T19:18:36.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-04-29T19:18:36.341Z
29222026-04-29T19:18:36.341Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29232026-04-29T19:18:36.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-04-29T19:18:36.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-04-29T19:18:36.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-04-29T19:18:36.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-04-29T19:18:36.957Z
29282026-04-29T19:18:36.957Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29292026-04-29T19:18:37.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-04-29T19:18:37.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-04-29T19:18:37.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-04-29T19:18:37.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29332026-04-29T19:18:37.558Z
29342026-04-29T19:18:37.558Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29352026-04-29T19:18:38.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-04-29T19:18:38.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-04-29T19:18:38.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-04-29T19:18:38.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29392026-04-29T19:18:38.176Z
29402026-04-29T19:18:38.176Zinfo: running `cargo check --bins` on update-engine (103/272)
29412026-04-29T19:18:38.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-04-29T19:18:38.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-04-29T19:18:38.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-04-29T19:18:38.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29452026-04-29T19:18:38.771Z
29462026-04-29T19:18:38.771Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29472026-04-29T19:18:39.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-04-29T19:18:39.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-04-29T19:18:39.504Z Compiling crucible-workspace-hack v0.1.0
29502026-04-29T19:18:40.137Z Checking secrecy v0.10.3
29512026-04-29T19:18:40.137Z Compiling heapless v0.8.0
29522026-04-29T19:18:40.137Z Compiling ingot-macros v0.1.1
29532026-04-29T19:18:40.137Z Compiling toml_edit v0.23.10+spec-1.0.0
29542026-04-29T19:18:40.137Z Checking hash32 v0.3.1
29552026-04-29T19:18:40.137Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-04-29T19:18:40.138Z Compiling smoltcp v0.11.0
29572026-04-29T19:18:40.138Z Checking cobs v0.3.0
29582026-04-29T19:18:40.138Z Compiling thiserror-impl-no-std v2.0.2
29592026-04-29T19:18:40.138Z Checking half v2.7.1
29602026-04-29T19:18:40.138Z Checking universal-hash v0.5.1
29612026-04-29T19:18:40.138Z Checking opaque-debug v0.3.1
29622026-04-29T19:18:40.138Z Checking ciborium-io v0.2.2
29632026-04-29T19:18:40.138Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29642026-04-29T19:18:40.138Z Checking poly1305 v0.8.0
29652026-04-29T19:18:40.186Z Checking postcard v1.1.3
29662026-04-29T19:18:40.186Z Checking ciborium-ll v0.2.2
29672026-04-29T19:18:40.189Z Compiling proc-macro-crate v3.4.0
29682026-04-29T19:18:40.307Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29692026-04-29T19:18:40.310Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29702026-04-29T19:18:40.361Z Checking password-hash v0.5.0
29712026-04-29T19:18:40.582Z Checking chacha20 v0.9.1
29722026-04-29T19:18:40.597Z Compiling proc-macro-crate v1.3.1
29732026-04-29T19:18:40.608Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29742026-04-29T19:18:40.684Z Checking blake2 v0.10.6
29752026-04-29T19:18:40.741Z Compiling num_enum_derive v0.7.5
29762026-04-29T19:18:40.777Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-04-29T19:18:40.846Z Checking aead v0.5.2
29782026-04-29T19:18:40.926Z Compiling foreign-types-macros v0.2.3
29792026-04-29T19:18:40.939Z Checking thiserror-no-std v2.0.2
29802026-04-29T19:18:40.988Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29812026-04-29T19:18:40.988Z Checking cpufeatures v0.3.0
29822026-04-29T19:18:41.018Z Checking foreign-types-shared v0.3.1
29832026-04-29T19:18:41.031Z Checking vsss-rs v3.3.4
29842026-04-29T19:18:41.063Z Checking chacha20 v0.10.0
29852026-04-29T19:18:41.110Z Compiling num_enum_derive v0.5.11
29862026-04-29T19:18:41.241Z Checking chacha20poly1305 v0.10.1
29872026-04-29T19:18:41.277Z Checking argon2 v0.5.3
29882026-04-29T19:18:41.368Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29892026-04-29T19:18:41.509Z Checking foreign-types v0.5.0
29902026-04-29T19:18:41.620Z Checking ciborium v0.2.2
29912026-04-29T19:18:41.694Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29922026-04-29T19:18:41.746Z Checking console v0.15.11
29932026-04-29T19:18:41.784Z Checking num_enum v0.7.5
29942026-04-29T19:18:41.898Z Checking tabwriter v1.4.1
29952026-04-29T19:18:41.974Z Checking newline-converter v0.3.0
29962026-04-29T19:18:42.021Z Checking atomicwrites v0.4.4
29972026-04-29T19:18:42.041Z Checking camino-tempfile v1.4.1
29982026-04-29T19:18:42.054Z Checking byte-wrapper v0.1.0
29992026-04-29T19:18:42.085Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-04-29T19:18:42.138Z Checking cstr-argument v0.1.2
30012026-04-29T19:18:42.151Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30022026-04-29T19:18:42.154Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30032026-04-29T19:18:42.198Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30042026-04-29T19:18:42.258Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30052026-04-29T19:18:42.271Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30062026-04-29T19:18:42.362Z Checking expectorate v1.2.0
30072026-04-29T19:18:42.425Z Checking num_enum v0.5.11
30082026-04-29T19:18:42.447Z Checking ingot-types v0.1.2
30092026-04-29T19:18:42.489Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-04-29T19:18:42.502Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30112026-04-29T19:18:42.542Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-04-29T19:18:42.590Z Checking rand v0.10.0
30132026-04-29T19:18:42.609Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30142026-04-29T19:18:42.652Z Checking indent_write v2.2.0
30152026-04-29T19:18:42.746Z Checking colored v3.1.1
30162026-04-29T19:18:42.786Z Compiling zone_cfg_derive v0.3.1
30172026-04-29T19:18:42.810Z Checking ingot v0.1.1
30182026-04-29T19:18:42.826Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-04-29T19:18:42.885Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-04-29T19:18:42.915Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30212026-04-29T19:18:42.927Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-04-29T19:18:42.948Z Checking itertools v0.12.1
30232026-04-29T19:18:43.055Z Compiling num-derive v0.4.2
30242026-04-29T19:18:43.097Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-04-29T19:18:43.283Z Checking swrite v0.1.0
30262026-04-29T19:18:43.302Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30272026-04-29T19:18:43.379Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-04-29T19:18:43.445Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30292026-04-29T19:18:43.600Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30302026-04-29T19:18:43.699Z Checking dropshot-api-manager-types v0.7.1
30312026-04-29T19:18:43.716Z Checking smf v0.2.3
30322026-04-29T19:18:43.897Z Checking nanorand v0.7.0
30332026-04-29T19:18:43.916Z Checking whoami v1.6.1
30342026-04-29T19:18:44.005Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30352026-04-29T19:18:44.008Z Checking zone v0.3.1
30362026-04-29T19:18:44.053Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30372026-04-29T19:18:44.053Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30382026-04-29T19:18:44.091Z Checking flume v0.11.1
30392026-04-29T19:18:44.474Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-04-29T19:18:45.459Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-04-29T19:18:46.341Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-04-29T19:18:49.364Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30432026-04-29T19:18:51.421Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30442026-04-29T19:18:52.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.69s
30452026-04-29T19:18:52.678Z
30462026-04-29T19:18:52.678Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30472026-04-29T19:18:53.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30482026-04-29T19:18:53.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30492026-04-29T19:18:53.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30502026-04-29T19:18:53.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30512026-04-29T19:18:53.281Z
30522026-04-29T19:18:53.281Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30532026-04-29T19:18:53.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30542026-04-29T19:18:53.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30552026-04-29T19:18:53.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30562026-04-29T19:18:53.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30572026-04-29T19:18:53.884Z
30582026-04-29T19:18:53.884Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30592026-04-29T19:18:54.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30602026-04-29T19:18:54.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30612026-04-29T19:18:54.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30622026-04-29T19:18:54.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30632026-04-29T19:18:54.492Z
30642026-04-29T19:18:54.492Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30652026-04-29T19:18:55.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30662026-04-29T19:18:55.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30672026-04-29T19:18:55.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30682026-04-29T19:18:55.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30692026-04-29T19:18:55.101Z
30702026-04-29T19:18:55.101Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30712026-04-29T19:18:55.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30722026-04-29T19:18:55.611Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30732026-04-29T19:18:55.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30742026-04-29T19:18:55.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30752026-04-29T19:18:55.702Z
30762026-04-29T19:18:55.702Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30772026-04-29T19:18:56.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30782026-04-29T19:18:56.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30792026-04-29T19:18:56.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30802026-04-29T19:18:56.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30812026-04-29T19:18:56.301Z
30822026-04-29T19:18:56.301Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30832026-04-29T19:18:56.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30842026-04-29T19:18:56.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30852026-04-29T19:18:56.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30862026-04-29T19:18:56.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30872026-04-29T19:18:56.903Z
30882026-04-29T19:18:56.903Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30892026-04-29T19:18:57.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30902026-04-29T19:18:57.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30912026-04-29T19:18:57.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30922026-04-29T19:18:57.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30932026-04-29T19:18:57.489Z
30942026-04-29T19:18:57.489Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30952026-04-29T19:18:57.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30962026-04-29T19:18:58.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30972026-04-29T19:18:58.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30982026-04-29T19:18:58.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30992026-04-29T19:18:58.093Z
31002026-04-29T19:18:58.093Zinfo: running `cargo check --bins` on dns-service-client (114/272)
31012026-04-29T19:18:58.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31022026-04-29T19:18:58.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31032026-04-29T19:18:58.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31042026-04-29T19:18:58.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31052026-04-29T19:18:58.698Z
31062026-04-29T19:18:58.698Zinfo: running `cargo check --bins` on installinator-client (115/272)
31072026-04-29T19:18:59.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31082026-04-29T19:18:59.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31092026-04-29T19:18:59.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31102026-04-29T19:18:59.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31112026-04-29T19:18:59.301Z
31122026-04-29T19:18:59.301Zinfo: running `cargo check --bins` on nexus-client (116/272)
31132026-04-29T19:18:59.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31142026-04-29T19:18:59.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31152026-04-29T19:18:59.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31162026-04-29T19:18:59.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31172026-04-29T19:18:59.946Z
31182026-04-29T19:18:59.946Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31192026-04-29T19:19:00.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31202026-04-29T19:19:00.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31212026-04-29T19:19:00.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31222026-04-29T19:19:00.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31232026-04-29T19:19:00.587Z
31242026-04-29T19:19:00.587Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31252026-04-29T19:19:01.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-04-29T19:19:01.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-04-29T19:19:01.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-04-29T19:19:01.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31292026-04-29T19:19:01.176Z
31302026-04-29T19:19:01.176Zinfo: running `cargo check --bins` on oxide-client (119/272)
31312026-04-29T19:19:01.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-04-29T19:19:01.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-04-29T19:19:01.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-04-29T19:19:01.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31352026-04-29T19:19:01.762Z
31362026-04-29T19:19:01.762Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31372026-04-29T19:19:02.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-04-29T19:19:02.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-04-29T19:19:02.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-04-29T19:19:02.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-04-29T19:19:02.361Z
31422026-04-29T19:19:02.361Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31432026-04-29T19:19:02.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-04-29T19:19:02.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-04-29T19:19:02.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-04-29T19:19:02.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31472026-04-29T19:19:02.951Z
31482026-04-29T19:19:02.951Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31492026-04-29T19:19:03.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-04-29T19:19:03.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-04-29T19:19:03.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-04-29T19:19:03.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31532026-04-29T19:19:03.565Z
31542026-04-29T19:19:03.565Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31552026-04-29T19:19:04.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-04-29T19:19:04.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-04-29T19:19:04.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-04-29T19:19:04.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31592026-04-29T19:19:04.199Z
31602026-04-29T19:19:04.199Zinfo: running `cargo check --bins` on installinator-common (124/272)
31612026-04-29T19:19:04.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-04-29T19:19:04.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-04-29T19:19:04.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-04-29T19:19:04.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31652026-04-29T19:19:04.811Z
31662026-04-29T19:19:04.811Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31672026-04-29T19:19:05.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-04-29T19:19:05.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-04-29T19:19:05.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-04-29T19:19:05.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-04-29T19:19:05.400Z
31722026-04-29T19:19:05.401Zinfo: running `cargo check --bins` on wicket-common (126/272)
31732026-04-29T19:19:05.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-04-29T19:19:05.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-04-29T19:19:05.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-04-29T19:19:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31772026-04-29T19:19:06.015Z
31782026-04-29T19:19:06.015Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31792026-04-29T19:19:06.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-04-29T19:19:06.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-04-29T19:19:06.706Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31822026-04-29T19:19:06.822Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31832026-04-29T19:19:06.829Z Checking csv-core v0.1.13
31842026-04-29T19:19:06.837Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-04-29T19:19:06.840Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31862026-04-29T19:19:06.854Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31872026-04-29T19:19:06.865Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31882026-04-29T19:19:06.875Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31892026-04-29T19:19:06.987Z Checking csv v1.4.0
31902026-04-29T19:19:07.005Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31912026-04-29T19:19:07.055Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31922026-04-29T19:19:07.084Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31932026-04-29T19:19:07.321Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31942026-04-29T19:19:07.686Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-04-29T19:19:07.686Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31962026-04-29T19:19:08.023Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-04-29T19:19:13.897Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31982026-04-29T19:19:14.422Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31992026-04-29T19:19:16.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.77s
32002026-04-29T19:19:16.985Z
32012026-04-29T19:19:16.986Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
32022026-04-29T19:19:17.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-04-29T19:19:17.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-04-29T19:19:17.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-04-29T19:19:17.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32062026-04-29T19:19:17.585Z
32072026-04-29T19:19:17.585Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32082026-04-29T19:19:18.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-04-29T19:19:18.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-04-29T19:19:18.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-04-29T19:19:18.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32122026-04-29T19:19:18.279Z
32132026-04-29T19:19:18.279Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32142026-04-29T19:19:18.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-04-29T19:19:18.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-04-29T19:19:18.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-04-29T19:19:18.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32182026-04-29T19:19:18.966Z
32192026-04-29T19:19:18.966Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32202026-04-29T19:19:19.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-04-29T19:19:19.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-04-29T19:19:19.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-04-29T19:19:19.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242026-04-29T19:19:19.611Z
32252026-04-29T19:19:19.611Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32262026-04-29T19:19:20.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-04-29T19:19:20.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-04-29T19:19:20.378Z Compiling regress v0.11.1
32292026-04-29T19:19:20.516Z Compiling unsafe-libyaml v0.2.11
32302026-04-29T19:19:20.529Z Compiling radium v0.7.0
32312026-04-29T19:19:20.532Z Compiling semver v0.1.20
32322026-04-29T19:19:20.554Z Compiling pin-project-internal v1.1.11
32332026-04-29T19:19:20.558Z Compiling maybe-uninit v2.0.0
32342026-04-29T19:19:20.566Z Checking tap v1.0.1
32352026-04-29T19:19:20.678Z Checking wyz v0.5.1
32362026-04-29T19:19:20.803Z Compiling rustc_version v0.1.7
32372026-04-29T19:19:20.861Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32382026-04-29T19:19:20.881Z Checking progenitor-client v0.13.0
32392026-04-29T19:19:20.987Z Compiling snafu-derive v0.8.9
32402026-04-29T19:19:21.026Z Compiling serde_yaml v0.9.34+deprecated
32412026-04-29T19:19:21.116Z Compiling newtype_derive v0.1.6
32422026-04-29T19:19:21.253Z Compiling zerocopy-derive v0.6.6
32432026-04-29T19:19:21.338Z Checking funty v2.0.0
32442026-04-29T19:19:21.662Z Checking pin-project v1.1.11
32452026-04-29T19:19:21.676Z Compiling packed_struct v0.10.1
32462026-04-29T19:19:21.762Z Compiling cancel-safe-futures v0.1.5
32472026-04-29T19:19:21.926Z Checking same-file v1.0.6
32482026-04-29T19:19:21.957Z Checking typify-impl v0.6.2
32492026-04-29T19:19:21.971Z Checking crc-catalog v2.4.0
32502026-04-29T19:19:22.066Z Compiling owo-colors v4.3.0
32512026-04-29T19:19:22.106Z Checking zerocopy v0.6.6
32522026-04-29T19:19:22.380Z Checking crc v3.4.0
32532026-04-29T19:19:22.409Z Checking walkdir v2.5.0
32542026-04-29T19:19:22.486Z Checking bitvec v1.0.1
32552026-04-29T19:19:22.564Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32562026-04-29T19:19:22.577Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32572026-04-29T19:19:22.620Z Checking globset v0.4.18
32582026-04-29T19:19:22.891Z Checking olpc-cjson v0.1.4
32592026-04-29T19:19:22.917Z Checking snafu v0.8.9
32602026-04-29T19:19:22.933Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32612026-04-29T19:19:23.032Z Checking pem v3.0.6
32622026-04-29T19:19:23.105Z Compiling packed_struct_codegen v0.10.1
32632026-04-29T19:19:23.121Z Checking libsw-core v0.3.2
32642026-04-29T19:19:23.165Z Checking serde_plain v1.0.2
32652026-04-29T19:19:23.188Z Compiling bitfield-macros v0.19.4
32662026-04-29T19:19:23.202Z Compiling indexmap v1.9.3
32672026-04-29T19:19:23.264Z Checking nodrop v0.1.14
32682026-04-29T19:19:23.312Z Checking typed-path v0.9.3
32692026-04-29T19:19:23.358Z Checking array-init v0.0.4
32702026-04-29T19:19:23.417Z Checking libsw v3.5.0
32712026-04-29T19:19:23.574Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-04-29T19:19:23.660Z Checking smallvec v0.6.14
32732026-04-29T19:19:23.805Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32742026-04-29T19:19:23.892Z Checking bitfield v0.19.4
32752026-04-29T19:19:24.012Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-04-29T19:19:24.085Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32772026-04-29T19:19:24.116Z Checking tough v0.20.0
32782026-04-29T19:19:24.164Z Checking smawk v0.3.2
32792026-04-29T19:19:24.194Z Checking tagptr v0.2.0
32802026-04-29T19:19:24.209Z Checking linear-map v1.2.0
32812026-04-29T19:19:24.231Z Checking hashbrown v0.12.3
32822026-04-29T19:19:24.291Z Checking unicode-linebreak v0.1.5
32832026-04-29T19:19:24.334Z Checking base64 v0.21.7
32842026-04-29T19:19:24.379Z Checking moka v0.12.13
32852026-04-29T19:19:24.447Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32862026-04-29T19:19:24.510Z Checking textwrap v0.16.2
32872026-04-29T19:19:24.581Z Checking ron v0.8.1
32882026-04-29T19:19:24.727Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32892026-04-29T19:19:24.901Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32902026-04-29T19:19:24.974Z Checking serde-hex v0.1.0
32912026-04-29T19:19:25.040Z Checking steno v0.4.1
32922026-04-29T19:19:25.107Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32932026-04-29T19:19:25.244Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-04-29T19:19:25.269Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32952026-04-29T19:19:25.712Z Checking hashbrown v0.13.2
32962026-04-29T19:19:25.729Z Checking crc-any v2.5.0
32972026-04-29T19:19:25.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-04-29T19:19:25.912Z Checking humantime v2.3.0
32992026-04-29T19:19:26.043Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-04-29T19:19:26.074Z Checking hickory-resolver v0.25.2
33012026-04-29T19:19:26.101Z Checking void v1.0.2
33022026-04-29T19:19:26.116Z Checking path-slash v0.1.5
33032026-04-29T19:19:26.139Z Checking object v0.30.4
33042026-04-29T19:19:26.207Z Checking half v1.8.3
33052026-04-29T19:19:26.220Z Checking utf-8 v0.7.6
33062026-04-29T19:19:26.224Z Checking lzss v0.8.2
33072026-04-29T19:19:26.358Z Checking tungstenite v0.23.0
33082026-04-29T19:19:26.402Z Checking serde_cbor v0.11.2
33092026-04-29T19:19:26.494Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33102026-04-29T19:19:26.556Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33112026-04-29T19:19:26.656Z Checking nix v0.27.1
33122026-04-29T19:19:26.671Z Compiling typify-macro v0.6.2
33132026-04-29T19:19:26.775Z Checking kstat-rs v0.2.4
33142026-04-29T19:19:26.777Z Checking fxhash v0.2.1
33152026-04-29T19:19:26.778Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33162026-04-29T19:19:26.816Z Checking serde_bytes v0.11.19
33172026-04-29T19:19:26.909Z Checking tokio-tungstenite v0.23.1
33182026-04-29T19:19:26.961Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33192026-04-29T19:19:26.987Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33202026-04-29T19:19:27.156Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33212026-04-29T19:19:27.170Z Checking signal-hook-tokio v0.3.1
33222026-04-29T19:19:28.077Z Compiling typify v0.6.2
33232026-04-29T19:19:28.171Z Compiling progenitor-impl v0.13.0
33242026-04-29T19:19:28.171Z Compiling progenitor-impl v0.14.0
33252026-04-29T19:19:28.219Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33262026-04-29T19:19:29.164Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33272026-04-29T19:19:29.489Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33282026-04-29T19:19:29.797Z Compiling progenitor-macro v0.13.0
33292026-04-29T19:19:29.836Z Compiling progenitor-macro v0.14.0
33302026-04-29T19:19:32.372Z Checking progenitor v0.13.0
33312026-04-29T19:19:32.479Z Checking progenitor v0.14.0
33322026-04-29T19:19:32.496Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33332026-04-29T19:19:32.600Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-04-29T19:19:35.535Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33352026-04-29T19:19:43.250Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33362026-04-29T19:19:49.547Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33372026-04-29T19:19:50.941Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33382026-04-29T19:19:51.458Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33392026-04-29T19:19:53.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.97s
33402026-04-29T19:19:53.790Z
33412026-04-29T19:19:53.790Zinfo: running `cargo check --bins` on gateway-api (133/272)
33422026-04-29T19:19:54.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-29T19:19:54.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-29T19:19:54.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-29T19:19:54.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33462026-04-29T19:19:54.404Z
33472026-04-29T19:19:54.404Zinfo: running `cargo check --bins` on ipcc (134/272)
33482026-04-29T19:19:54.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-29T19:19:54.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-29T19:19:54.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-29T19:19:54.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-29T19:19:55.001Z
33532026-04-29T19:19:55.001Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33542026-04-29T19:19:55.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-29T19:19:55.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-29T19:19:55.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-29T19:19:55.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33582026-04-29T19:19:55.587Z
33592026-04-29T19:19:55.587Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33602026-04-29T19:19:56.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-29T19:19:56.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-29T19:19:56.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-29T19:19:56.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33642026-04-29T19:19:56.195Z
33652026-04-29T19:19:56.195Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33662026-04-29T19:19:56.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-29T19:19:56.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-29T19:19:56.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-29T19:19:56.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33702026-04-29T19:19:56.801Z
33712026-04-29T19:19:56.801Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33722026-04-29T19:19:57.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-29T19:19:57.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-29T19:19:57.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-29T19:19:57.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33762026-04-29T19:19:57.408Z
33772026-04-29T19:19:57.408Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33782026-04-29T19:19:57.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-29T19:19:57.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-29T19:19:57.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-29T19:19:57.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33822026-04-29T19:19:58.016Z
33832026-04-29T19:19:58.016Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33842026-04-29T19:19:58.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-29T19:19:58.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-29T19:19:58.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-29T19:19:58.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33882026-04-29T19:19:58.621Z
33892026-04-29T19:19:58.621Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33902026-04-29T19:19:59.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-29T19:19:59.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-29T19:19:59.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-29T19:19:59.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33942026-04-29T19:19:59.231Z
33952026-04-29T19:19:59.231Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33962026-04-29T19:19:59.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-29T19:19:59.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-29T19:19:59.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-29T19:19:59.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34002026-04-29T19:19:59.836Z
34012026-04-29T19:19:59.836Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
34022026-04-29T19:20:00.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-29T19:20:00.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-29T19:20:00.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-29T19:20:00.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34062026-04-29T19:20:00.442Z
34072026-04-29T19:20:00.442Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
34082026-04-29T19:20:00.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-29T19:20:00.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-29T19:20:00.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-29T19:20:00.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34122026-04-29T19:20:01.047Z
34132026-04-29T19:20:01.047Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34142026-04-29T19:20:01.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-29T19:20:01.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-29T19:20:01.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-29T19:20:01.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34182026-04-29T19:20:01.653Z
34192026-04-29T19:20:01.653Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34202026-04-29T19:20:02.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-29T19:20:02.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-29T19:20:02.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-29T19:20:02.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34242026-04-29T19:20:02.259Z
34252026-04-29T19:20:02.259Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34262026-04-29T19:20:02.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-29T19:20:02.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-29T19:20:02.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-29T19:20:02.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-29T19:20:02.862Z
34312026-04-29T19:20:02.862Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34322026-04-29T19:20:03.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-29T19:20:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-29T19:20:03.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-29T19:20:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34362026-04-29T19:20:03.467Z
34372026-04-29T19:20:03.467Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34382026-04-29T19:20:03.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-29T19:20:03.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-29T19:20:03.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-29T19:20:03.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-29T19:20:04.073Z
34432026-04-29T19:20:04.073Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34442026-04-29T19:20:04.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-29T19:20:04.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-29T19:20:04.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-29T19:20:04.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34482026-04-29T19:20:04.677Z
34492026-04-29T19:20:04.677Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34502026-04-29T19:20:05.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-29T19:20:05.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-29T19:20:05.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-29T19:20:05.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-04-29T19:20:05.282Z
34552026-04-29T19:20:05.282Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34562026-04-29T19:20:05.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-29T19:20:05.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-29T19:20:05.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-29T19:20:05.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34602026-04-29T19:20:05.890Z
34612026-04-29T19:20:05.890Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34622026-04-29T19:20:06.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-29T19:20:06.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-29T19:20:06.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-29T19:20:06.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-04-29T19:20:06.494Z
34672026-04-29T19:20:06.494Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34682026-04-29T19:20:07.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-29T19:20:07.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-29T19:20:07.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34712026-04-29T19:20:07.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34722026-04-29T19:20:07.141Z
34732026-04-29T19:20:07.141Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34742026-04-29T19:20:07.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-04-29T19:20:07.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-04-29T19:20:07.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-04-29T19:20:07.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34782026-04-29T19:20:07.748Z
34792026-04-29T19:20:07.748Zinfo: running `cargo check --bins` on dns-server (156/272)
34802026-04-29T19:20:08.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-04-29T19:20:08.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-04-29T19:20:08.403Z Compiling parking_lot_core v0.8.6
34832026-04-29T19:20:08.403Z Compiling git-stub v1.0.0
34842026-04-29T19:20:08.403Z Compiling atomicwrites v0.4.4
34852026-04-29T19:20:08.407Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34862026-04-29T19:20:08.407Z Checking prefix-trie v0.7.0
34872026-04-29T19:20:08.642Z Compiling git-stub-vcs v0.1.0
34882026-04-29T19:20:08.815Z Checking hickory-server v0.25.2
34892026-04-29T19:20:08.917Z Checking parking_lot v0.11.2
34902026-04-29T19:20:08.930Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34912026-04-29T19:20:09.008Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-04-29T19:20:09.013Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34932026-04-29T19:20:09.095Z Checking sled v0.34.7
34942026-04-29T19:20:11.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
34952026-04-29T19:20:11.205Z
34962026-04-29T19:20:11.205Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34972026-04-29T19:20:11.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-29T19:20:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-29T19:20:11.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-04-29T19:20:11.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35012026-04-29T19:20:11.808Z
35022026-04-29T19:20:11.808Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
35032026-04-29T19:20:12.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-29T19:20:12.322Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-29T19:20:12.322Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-29T19:20:12.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35072026-04-29T19:20:12.412Z
35082026-04-29T19:20:12.412Zinfo: running `cargo check --bins` on sp-sim (159/272)
35092026-04-29T19:20:12.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-29T19:20:12.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-29T19:20:13.143Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-04-29T19:20:14.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
35132026-04-29T19:20:15.137Z
35142026-04-29T19:20:15.137Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35152026-04-29T19:20:15.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-29T19:20:15.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-29T19:20:15.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-29T19:20:15.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35192026-04-29T19:20:15.799Z
35202026-04-29T19:20:15.799Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35212026-04-29T19:20:16.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-29T19:20:16.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-29T19:20:16.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-29T19:20:16.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35252026-04-29T19:20:16.460Z
35262026-04-29T19:20:16.460Zinfo: running `cargo check --bins` on db-macros (162/272)
35272026-04-29T19:20:16.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-29T19:20:16.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-29T19:20:16.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-29T19:20:16.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-04-29T19:20:17.048Z
35322026-04-29T19:20:17.048Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35332026-04-29T19:20:17.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-29T19:20:17.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-29T19:20:17.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-29T19:20:17.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-04-29T19:20:17.634Z
35382026-04-29T19:20:17.634Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35392026-04-29T19:20:18.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-29T19:20:18.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-29T19:20:18.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-29T19:20:18.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35432026-04-29T19:20:18.293Z
35442026-04-29T19:20:18.293Zinfo: running `cargo check --bins` on authz-macros (165/272)
35452026-04-29T19:20:18.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-29T19:20:18.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-29T19:20:18.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-29T19:20:18.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-04-29T19:20:18.882Z
35502026-04-29T19:20:18.882Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35512026-04-29T19:20:19.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-29T19:20:19.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-29T19:20:19.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-29T19:20:19.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35552026-04-29T19:20:19.534Z
35562026-04-29T19:20:19.534Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35572026-04-29T19:20:20.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-29T19:20:20.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-29T19:20:20.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-29T19:20:20.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35612026-04-29T19:20:20.192Z
35622026-04-29T19:20:20.192Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35632026-04-29T19:20:20.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-29T19:20:20.696Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-29T19:20:20.696Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-29T19:20:20.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-04-29T19:20:20.786Z
35682026-04-29T19:20:20.786Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35692026-04-29T19:20:21.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-29T19:20:21.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-29T19:20:21.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-29T19:20:21.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-04-29T19:20:21.374Z
35742026-04-29T19:20:21.374Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35752026-04-29T19:20:21.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-29T19:20:21.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-29T19:20:21.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-29T19:20:21.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35792026-04-29T19:20:21.979Z
35802026-04-29T19:20:21.980Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35812026-04-29T19:20:22.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-29T19:20:22.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-29T19:20:22.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-29T19:20:22.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35852026-04-29T19:20:22.575Z
35862026-04-29T19:20:22.575Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35872026-04-29T19:20:23.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-29T19:20:23.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-29T19:20:23.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-29T19:20:23.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35912026-04-29T19:20:23.169Z
35922026-04-29T19:20:23.169Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35932026-04-29T19:20:23.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-29T19:20:23.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-29T19:20:23.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-29T19:20:23.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35972026-04-29T19:20:23.830Z
35982026-04-29T19:20:23.830Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35992026-04-29T19:20:24.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-29T19:20:24.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-29T19:20:24.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-29T19:20:24.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36032026-04-29T19:20:24.491Z
36042026-04-29T19:20:24.491Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
36052026-04-29T19:20:25.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-29T19:20:25.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-29T19:20:25.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-29T19:20:25.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36092026-04-29T19:20:25.144Z
36102026-04-29T19:20:25.144Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
36112026-04-29T19:20:25.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-29T19:20:25.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-29T19:20:25.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-29T19:20:25.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36152026-04-29T19:20:25.773Z
36162026-04-29T19:20:25.773Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36172026-04-29T19:20:26.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-29T19:20:26.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-29T19:20:26.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-29T19:20:26.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36212026-04-29T19:20:26.397Z
36222026-04-29T19:20:26.397Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36232026-04-29T19:20:26.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-29T19:20:26.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-29T19:20:26.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-29T19:20:26.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36272026-04-29T19:20:27.020Z
36282026-04-29T19:20:27.020Zinfo: running `cargo check --bins` on key-manager (179/272)
36292026-04-29T19:20:27.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-29T19:20:27.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-29T19:20:27.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-29T19:20:27.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-04-29T19:20:27.627Z
36342026-04-29T19:20:27.627Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36352026-04-29T19:20:28.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-29T19:20:28.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-29T19:20:28.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-29T19:20:28.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36392026-04-29T19:20:28.255Z
36402026-04-29T19:20:28.255Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36412026-04-29T19:20:28.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-29T19:20:28.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-29T19:20:28.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-04-29T19:20:28.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36452026-04-29T19:20:28.885Z
36462026-04-29T19:20:28.885Zinfo: running `cargo check --bins` on typed-rng (182/272)
36472026-04-29T19:20:29.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-04-29T19:20:29.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-04-29T19:20:29.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-04-29T19:20:29.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36512026-04-29T19:20:29.478Z
36522026-04-29T19:20:29.478Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36532026-04-29T19:20:30.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-04-29T19:20:30.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-04-29T19:20:30.338Z Compiling typify-impl v0.4.3
36562026-04-29T19:20:30.341Z Compiling libefi-sys v0.1.0
36572026-04-29T19:20:30.341Z Compiling bitfield-struct v0.6.2
36582026-04-29T19:20:30.488Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36592026-04-29T19:20:30.497Z Compiling xshell-macros v0.2.7
36602026-04-29T19:20:30.510Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36612026-04-29T19:20:30.537Z Compiling salty v0.3.0
36622026-04-29T19:20:30.581Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36632026-04-29T19:20:30.724Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36642026-04-29T19:20:30.848Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36652026-04-29T19:20:30.862Z Checking xshell v0.2.7
36662026-04-29T19:20:30.885Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36672026-04-29T19:20:31.055Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36682026-04-29T19:20:31.089Z Checking primeorder v0.13.6
36692026-04-29T19:20:31.104Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36702026-04-29T19:20:31.225Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36712026-04-29T19:20:31.258Z Compiling proc-macro-error-attr2 v2.0.0
36722026-04-29T19:20:31.325Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-04-29T19:20:31.342Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36742026-04-29T19:20:31.380Z Checking tungstenite v0.21.0
36752026-04-29T19:20:31.545Z Checking p384 v0.13.1
36762026-04-29T19:20:31.577Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36772026-04-29T19:20:31.647Z Compiling proc-macro-error2 v2.0.1
36782026-04-29T19:20:31.705Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36792026-04-29T19:20:31.805Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36802026-04-29T19:20:31.961Z Compiling num-derive v0.3.3
36812026-04-29T19:20:31.975Z Compiling unicase v2.9.0
36822026-04-29T19:20:32.138Z Compiling tabled_derive v0.11.0
36832026-04-29T19:20:32.224Z Compiling mime_guess v2.0.5
36842026-04-29T19:20:32.361Z Checking tokio-tungstenite v0.21.0
36852026-04-29T19:20:32.453Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-04-29T19:20:32.720Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-29T19:20:32.788Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-04-29T19:20:32.850Z Checking libscf-sys v1.1.0
36892026-04-29T19:20:32.983Z Checking papergrid v0.17.0
36902026-04-29T19:20:33.110Z Checking testing_table v0.3.0
36912026-04-29T19:20:33.165Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36922026-04-29T19:20:33.207Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-04-29T19:20:33.292Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-04-29T19:20:33.403Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-04-29T19:20:33.616Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-04-29T19:20:33.632Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36972026-04-29T19:20:33.731Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36982026-04-29T19:20:33.769Z Checking corncobs v0.1.4
36992026-04-29T19:20:33.808Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-04-29T19:20:33.860Z Checking tabled v0.20.0
37012026-04-29T19:20:33.908Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-04-29T19:20:34.039Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-04-29T19:20:34.075Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-04-29T19:20:34.095Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-04-29T19:20:34.198Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37062026-04-29T19:20:34.214Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-04-29T19:20:34.285Z Checking progenitor-client v0.11.2
37082026-04-29T19:20:34.357Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37092026-04-29T19:20:34.374Z Checking secrecy v0.8.0
37102026-04-29T19:20:34.471Z Checking filetime v0.2.27
37112026-04-29T19:20:34.501Z Checking http-range v0.1.5
37122026-04-29T19:20:34.518Z Checking xattr v1.6.1
37132026-04-29T19:20:34.650Z Checking tar v0.4.45
37142026-04-29T19:20:34.964Z Compiling typify-macro v0.4.3
37152026-04-29T19:20:34.983Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37162026-04-29T19:20:35.077Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37172026-04-29T19:20:35.109Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37182026-04-29T19:20:35.175Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-04-29T19:20:35.203Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37202026-04-29T19:20:35.566Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37212026-04-29T19:20:35.661Z Checking atty v0.2.14
37222026-04-29T19:20:35.678Z Checking crc8 v0.1.1
37232026-04-29T19:20:35.763Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37242026-04-29T19:20:35.782Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37252026-04-29T19:20:35.921Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37262026-04-29T19:20:36.129Z Checking hyper-staticfile v0.10.1
37272026-04-29T19:20:36.227Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37282026-04-29T19:20:36.272Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37292026-04-29T19:20:36.425Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37302026-04-29T19:20:36.519Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37312026-04-29T19:20:36.651Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37322026-04-29T19:20:36.669Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37332026-04-29T19:20:36.698Z Compiling typify v0.4.3
37342026-04-29T19:20:36.783Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37352026-04-29T19:20:36.817Z Compiling progenitor-impl v0.10.0
37362026-04-29T19:20:36.831Z Compiling progenitor-impl v0.11.2
37372026-04-29T19:20:37.208Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37382026-04-29T19:20:37.259Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37392026-04-29T19:20:37.779Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37402026-04-29T19:20:38.236Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37412026-04-29T19:20:38.327Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37422026-04-29T19:20:38.363Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-04-29T19:20:38.530Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37442026-04-29T19:20:38.632Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37452026-04-29T19:20:38.822Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37462026-04-29T19:20:38.964Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37472026-04-29T19:20:39.195Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37482026-04-29T19:20:39.429Z Compiling progenitor-macro v0.10.0
37492026-04-29T19:20:39.458Z Compiling progenitor-macro v0.11.2
37502026-04-29T19:20:42.358Z Checking progenitor v0.11.2
37512026-04-29T19:20:42.464Z Checking progenitor v0.10.0
37522026-04-29T19:20:42.490Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-04-29T19:20:42.585Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37542026-04-29T19:20:47.189Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-04-29T19:20:58.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.82s
37562026-04-29T19:20:58.523Z
37572026-04-29T19:20:58.523Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37582026-04-29T19:20:59.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-04-29T19:20:59.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-04-29T19:20:59.315Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-04-29T19:21:10.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37622026-04-29T19:21:10.617Z
37632026-04-29T19:21:10.617Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37642026-04-29T19:21:11.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-04-29T19:21:11.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-04-29T19:21:11.396Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-04-29T19:21:22.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
37682026-04-29T19:21:22.781Z
37692026-04-29T19:21:22.781Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37702026-04-29T19:21:23.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-04-29T19:21:23.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-04-29T19:21:23.559Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-04-29T19:21:34.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.97s
37742026-04-29T19:21:34.973Z
37752026-04-29T19:21:34.973Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37762026-04-29T19:21:35.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-04-29T19:21:35.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-04-29T19:21:35.752Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-04-29T19:21:47.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.04s
37802026-04-29T19:21:47.233Z
37812026-04-29T19:21:47.233Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37822026-04-29T19:21:47.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-04-29T19:21:47.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-04-29T19:21:48.017Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-04-29T19:21:59.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s
37862026-04-29T19:21:59.460Z
37872026-04-29T19:21:59.460Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37882026-04-29T19:22:00.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-04-29T19:22:00.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-04-29T19:22:00.236Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-04-29T19:22:11.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.95s
37922026-04-29T19:22:11.630Z
37932026-04-29T19:22:11.630Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37942026-04-29T19:22:12.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-04-29T19:22:12.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-04-29T19:22:12.402Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-04-29T19:22:23.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37982026-04-29T19:22:23.726Z
37992026-04-29T19:22:23.726Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
38002026-04-29T19:22:24.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-04-29T19:22:24.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-04-29T19:22:24.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-04-29T19:22:24.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-04-29T19:22:24.330Z
38052026-04-29T19:22:24.330Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38062026-04-29T19:22:24.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-04-29T19:22:24.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-04-29T19:22:24.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-04-29T19:22:24.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-04-29T19:22:24.938Z
38112026-04-29T19:22:24.939Zinfo: running `cargo check --bins` on range-requests (193/272)
38122026-04-29T19:22:25.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-04-29T19:22:25.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-04-29T19:22:25.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-04-29T19:22:25.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-04-29T19:22:25.531Z
38172026-04-29T19:22:25.531Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38182026-04-29T19:22:26.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-04-29T19:22:26.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-04-29T19:22:26.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-04-29T19:22:26.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-04-29T19:22:26.132Z
38232026-04-29T19:22:26.132Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38242026-04-29T19:22:26.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-04-29T19:22:26.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-04-29T19:22:26.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-04-29T19:22:26.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38282026-04-29T19:22:26.757Z
38292026-04-29T19:22:26.757Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38302026-04-29T19:22:27.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-04-29T19:22:27.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-04-29T19:22:27.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-04-29T19:22:27.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-04-29T19:22:27.381Z
38352026-04-29T19:22:27.381Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38362026-04-29T19:22:27.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-04-29T19:22:27.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-04-29T19:22:27.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-04-29T19:22:27.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-04-29T19:22:28.003Z
38412026-04-29T19:22:28.003Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38422026-04-29T19:22:28.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-04-29T19:22:28.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-04-29T19:22:28.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-04-29T19:22:28.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38462026-04-29T19:22:28.629Z
38472026-04-29T19:22:28.629Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38482026-04-29T19:22:29.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-04-29T19:22:29.157Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-04-29T19:22:29.157Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-04-29T19:22:29.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38522026-04-29T19:22:29.254Z
38532026-04-29T19:22:29.254Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38542026-04-29T19:22:29.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-04-29T19:22:29.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-04-29T19:22:29.779Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-04-29T19:22:29.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38582026-04-29T19:22:29.877Z
38592026-04-29T19:22:29.877Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38602026-04-29T19:22:30.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-04-29T19:22:30.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-04-29T19:22:30.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-04-29T19:22:30.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-04-29T19:22:30.506Z
38652026-04-29T19:22:30.507Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38662026-04-29T19:22:31.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-04-29T19:22:31.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-04-29T19:22:31.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-04-29T19:22:31.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38702026-04-29T19:22:31.133Z
38712026-04-29T19:22:31.133Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38722026-04-29T19:22:31.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-04-29T19:22:31.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-04-29T19:22:31.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-04-29T19:22:31.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-04-29T19:22:31.756Z
38772026-04-29T19:22:31.756Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38782026-04-29T19:22:32.269Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-04-29T19:22:32.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-04-29T19:22:32.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-04-29T19:22:32.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38822026-04-29T19:22:32.368Z
38832026-04-29T19:22:32.368Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38842026-04-29T19:22:32.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-04-29T19:22:32.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-04-29T19:22:32.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-04-29T19:22:32.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38882026-04-29T19:22:32.994Z
38892026-04-29T19:22:32.994Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38902026-04-29T19:22:33.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-04-29T19:22:33.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-04-29T19:22:33.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-04-29T19:22:33.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38942026-04-29T19:22:33.634Z
38952026-04-29T19:22:33.634Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38962026-04-29T19:22:34.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-04-29T19:22:34.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-04-29T19:22:34.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-04-29T19:22:34.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39002026-04-29T19:22:34.293Z
39012026-04-29T19:22:34.293Zinfo: running `cargo check --bins` on update-common (208/272)
39022026-04-29T19:22:34.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-04-29T19:22:34.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-04-29T19:22:34.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-04-29T19:22:34.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39062026-04-29T19:22:34.905Z
39072026-04-29T19:22:34.905Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39082026-04-29T19:22:35.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-04-29T19:22:35.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-04-29T19:22:35.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-04-29T19:22:35.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39122026-04-29T19:22:35.562Z
39132026-04-29T19:22:35.562Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39142026-04-29T19:22:36.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-04-29T19:22:36.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-04-29T19:22:36.332Z Compiling fs-err v2.11.0
39172026-04-29T19:22:36.335Z Checking ignore v0.4.25
39182026-04-29T19:22:36.335Z Checking arc-swap v1.8.2
39192026-04-29T19:22:36.335Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39202026-04-29T19:22:36.468Z Checking predicates-tree v1.0.13
39212026-04-29T19:22:36.484Z Checking parse-size v1.1.0
39222026-04-29T19:22:36.497Z Checking rand_seeder v0.4.0
39232026-04-29T19:22:36.500Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39242026-04-29T19:22:36.575Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-04-29T19:22:36.595Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39262026-04-29T19:22:36.638Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39272026-04-29T19:22:36.657Z Checking slog-scope v4.4.1
39282026-04-29T19:22:36.782Z Compiling petname v2.0.2
39292026-04-29T19:22:36.797Z Checking slog-stdlog v4.1.1
39302026-04-29T19:22:36.809Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39312026-04-29T19:22:36.838Z Checking globwalk v0.9.1
39322026-04-29T19:22:36.892Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39332026-04-29T19:22:36.912Z Checking slog-envlogger v2.2.0
39342026-04-29T19:22:37.017Z Checking camino-tempfile-ext v0.3.3
39352026-04-29T19:22:37.035Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39362026-04-29T19:22:37.063Z Checking sapling-renderdag v0.1.0
39372026-04-29T19:22:37.199Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39382026-04-29T19:22:37.213Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39392026-04-29T19:22:37.296Z Checking subprocess v0.2.15
39402026-04-29T19:22:37.380Z Checking sync-ptr v0.1.4
39412026-04-29T19:22:37.428Z Checking colored v2.2.0
39422026-04-29T19:22:37.473Z Checking assert_matches v1.5.0
39432026-04-29T19:22:37.574Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39442026-04-29T19:22:37.590Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39452026-04-29T19:22:37.707Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39462026-04-29T19:22:37.707Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39472026-04-29T19:22:38.292Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39482026-04-29T19:22:39.606Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39492026-04-29T19:22:41.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s
39502026-04-29T19:22:42.031Z
39512026-04-29T19:22:42.032Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39522026-04-29T19:22:42.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-04-29T19:22:42.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-04-29T19:22:42.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-04-29T19:22:42.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39562026-04-29T19:22:42.610Z
39572026-04-29T19:22:42.610Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39582026-04-29T19:22:43.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-29T19:22:43.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-29T19:22:43.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-04-29T19:22:43.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39622026-04-29T19:22:43.269Z
39632026-04-29T19:22:43.269Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39642026-04-29T19:22:43.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-29T19:22:43.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-29T19:22:43.996Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39672026-04-29T19:22:43.996Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39682026-04-29T19:22:44.666Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39692026-04-29T19:22:46.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
39702026-04-29T19:22:46.468Z
39712026-04-29T19:22:46.468Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39722026-04-29T19:22:46.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-29T19:22:46.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-29T19:22:46.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-04-29T19:22:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39762026-04-29T19:22:47.069Z
39772026-04-29T19:22:47.069Zinfo: running `cargo check --bins` on cert-dev (215/272)
39782026-04-29T19:22:47.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-04-29T19:22:47.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-04-29T19:22:47.674Z Checking yasna v0.5.2
39812026-04-29T19:22:48.080Z Checking rcgen v0.12.1
39822026-04-29T19:22:48.330Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39832026-04-29T19:22:48.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
39842026-04-29T19:22:48.694Z
39852026-04-29T19:22:48.694Zinfo: running `cargo check --bins` on clickana (216/272)
39862026-04-29T19:22:49.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-04-29T19:22:49.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-04-29T19:22:49.346Z Compiling darling_core v0.23.0
39892026-04-29T19:22:49.349Z Compiling instability v0.3.11
39902026-04-29T19:22:49.454Z Checking castaway v0.2.4
39912026-04-29T19:22:49.462Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39922026-04-29T19:22:49.468Z Compiling indoc v2.0.7
39932026-04-29T19:22:49.483Z Checking unicode-truncate v1.1.0
39942026-04-29T19:22:49.485Z Checking lru v0.12.5
39952026-04-29T19:22:49.485Z Checking cassowary v0.3.0
39962026-04-29T19:22:49.553Z Checking compact_str v0.8.1
39972026-04-29T19:22:50.422Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39982026-04-29T19:22:50.608Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39992026-04-29T19:22:50.885Z Compiling darling_macro v0.23.0
40002026-04-29T19:22:51.295Z Compiling darling v0.23.0
40012026-04-29T19:22:51.893Z Checking ratatui v0.29.0
40022026-04-29T19:22:52.946Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40032026-04-29T19:22:53.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.91s
40042026-04-29T19:22:53.788Z
40052026-04-29T19:22:53.788Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40062026-04-29T19:22:54.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40072026-04-29T19:22:54.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40082026-04-29T19:22:54.516Z Checking headers-core v0.3.0
40092026-04-29T19:22:54.516Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40102026-04-29T19:22:54.716Z Checking headers v0.4.1
40112026-04-29T19:22:55.082Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40122026-04-29T19:22:55.934Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40132026-04-29T19:22:56.429Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40142026-04-29T19:22:56.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
40152026-04-29T19:22:57.055Z
40162026-04-29T19:22:57.055Zinfo: running `cargo check --bins` on ch-dev (218/272)
40172026-04-29T19:22:57.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-04-29T19:22:57.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-04-29T19:22:57.774Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40202026-04-29T19:22:58.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40212026-04-29T19:22:58.716Z
40222026-04-29T19:22:58.716Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40232026-04-29T19:22:59.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-04-29T19:22:59.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-04-29T19:22:59.128Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-04-29T19:22:59.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40272026-04-29T19:22:59.189Z
40282026-04-29T19:22:59.189Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40292026-04-29T19:22:59.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-04-29T19:22:59.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-04-29T19:22:59.907Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40322026-04-29T19:23:00.887Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40332026-04-29T19:23:01.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40342026-04-29T19:23:01.428Z
40352026-04-29T19:23:01.428Zinfo: running `cargo check --bins` on db-dev (221/272)
40362026-04-29T19:23:01.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40372026-04-29T19:23:01.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40382026-04-29T19:23:02.154Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40392026-04-29T19:23:02.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s
40402026-04-29T19:23:03.126Z
40412026-04-29T19:23:03.126Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40422026-04-29T19:23:03.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40432026-04-29T19:23:03.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40442026-04-29T19:23:03.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40452026-04-29T19:23:03.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40462026-04-29T19:23:03.771Z
40472026-04-29T19:23:03.771Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40482026-04-29T19:23:04.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-04-29T19:23:04.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-04-29T19:23:04.380Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40512026-04-29T19:23:05.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40522026-04-29T19:23:05.238Z
40532026-04-29T19:23:05.238Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40542026-04-29T19:23:05.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-04-29T19:23:05.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-04-29T19:23:05.989Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40572026-04-29T19:23:05.989Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40582026-04-29T19:23:05.989Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40592026-04-29T19:23:05.992Z Checking git-stub v1.0.0
40602026-04-29T19:23:05.992Z Compiling trait-variant v0.1.2
40612026-04-29T19:23:05.992Z Checking maplit v1.0.2
40622026-04-29T19:23:05.992Z Checking is_ci v1.2.0
40632026-04-29T19:23:05.992Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40642026-04-29T19:23:06.180Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40652026-04-29T19:23:06.192Z Checking supports-color v3.0.2
40662026-04-29T19:23:06.271Z Checking git-stub-vcs v0.1.0
40672026-04-29T19:23:06.314Z Checking drift v0.1.3
40682026-04-29T19:23:06.348Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40692026-04-29T19:23:06.378Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40702026-04-29T19:23:06.469Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40712026-04-29T19:23:06.540Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40722026-04-29T19:23:06.600Z Checking dropshot-api-manager v0.7.1
40732026-04-29T19:23:06.663Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40742026-04-29T19:23:06.677Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40752026-04-29T19:23:06.895Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40762026-04-29T19:23:06.909Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40772026-04-29T19:23:07.049Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40782026-04-29T19:23:07.401Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40792026-04-29T19:23:12.330Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40802026-04-29T19:23:13.420Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40812026-04-29T19:23:13.989Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40822026-04-29T19:23:14.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
40832026-04-29T19:23:14.630Z
40842026-04-29T19:23:14.630Zinfo: running `cargo check --bins` on installinator-api (225/272)
40852026-04-29T19:23:15.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40862026-04-29T19:23:15.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40872026-04-29T19:23:15.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40882026-04-29T19:23:15.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40892026-04-29T19:23:15.240Z
40902026-04-29T19:23:15.240Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40912026-04-29T19:23:15.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40922026-04-29T19:23:15.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40932026-04-29T19:23:15.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40942026-04-29T19:23:15.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40952026-04-29T19:23:15.891Z
40962026-04-29T19:23:15.891Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40972026-04-29T19:23:16.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-04-29T19:23:16.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-04-29T19:23:16.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-04-29T19:23:16.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41012026-04-29T19:23:16.544Z
41022026-04-29T19:23:16.544Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
41032026-04-29T19:23:17.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-04-29T19:23:17.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-04-29T19:23:17.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-04-29T19:23:17.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41072026-04-29T19:23:17.193Z
41082026-04-29T19:23:17.193Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41092026-04-29T19:23:17.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-04-29T19:23:17.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-04-29T19:23:17.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-04-29T19:23:17.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41132026-04-29T19:23:17.797Z
41142026-04-29T19:23:17.797Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41152026-04-29T19:23:18.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-04-29T19:23:18.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-04-29T19:23:18.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-04-29T19:23:18.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41192026-04-29T19:23:18.387Z
41202026-04-29T19:23:18.387Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41212026-04-29T19:23:18.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-04-29T19:23:18.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-04-29T19:23:18.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-04-29T19:23:18.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41252026-04-29T19:23:19.002Z
41262026-04-29T19:23:19.003Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41272026-04-29T19:23:19.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-04-29T19:23:19.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-04-29T19:23:19.603Z Checking typeid v1.0.3
41302026-04-29T19:23:19.716Z Checking ordered-float v2.10.1
41312026-04-29T19:23:19.736Z Checking unicode-xid v0.2.6
41322026-04-29T19:23:19.755Z Checking cargo-platform v0.2.0
41332026-04-29T19:23:19.782Z Checking erased-serde v0.4.9
41342026-04-29T19:23:19.919Z Checking serde-value v0.7.0
41352026-04-29T19:23:20.093Z Checking serde-untagged v0.1.9
41362026-04-29T19:23:20.246Z Checking cargo-util-schemas v0.8.2
41372026-04-29T19:23:20.926Z Checking cargo_metadata v0.21.0
41382026-04-29T19:23:21.526Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41392026-04-29T19:23:22.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
41402026-04-29T19:23:22.378Z
41412026-04-29T19:23:22.378Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41422026-04-29T19:23:22.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-04-29T19:23:22.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-04-29T19:23:23.114Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41452026-04-29T19:23:23.746Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41462026-04-29T19:23:24.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.88s
41472026-04-29T19:23:24.467Z
41482026-04-29T19:23:24.467Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41492026-04-29T19:23:25.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-04-29T19:23:25.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-04-29T19:23:25.329Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-04-29T19:23:25.329Z Compiling vergen-gitcl v1.0.8
41532026-04-29T19:23:25.329Z Compiling dirs-sys-next v0.1.2
41542026-04-29T19:23:25.329Z Compiling glob v0.3.3
41552026-04-29T19:23:25.330Z Compiling crunchy v0.2.4
41562026-04-29T19:23:25.330Z Compiling diesel_derives v2.3.7
41572026-04-29T19:23:25.332Z Compiling dsl_auto_type v0.2.0
41582026-04-29T19:23:25.332Z Checking scheduled-thread-pool v0.2.7
41592026-04-29T19:23:25.600Z Compiling dirs-next v2.0.0
41602026-04-29T19:23:25.669Z Compiling diesel_table_macro_syntax v0.3.0
41612026-04-29T19:23:25.682Z Compiling tiny-keccak v2.0.2
41622026-04-29T19:23:25.721Z Compiling term v0.7.0
41632026-04-29T19:23:25.879Z Checking r2d2 v0.8.10
41642026-04-29T19:23:25.892Z Compiling clang-sys v1.8.1
41652026-04-29T19:23:25.906Z Compiling bit-vec v0.6.3
41662026-04-29T19:23:25.920Z Checking downcast-rs v2.0.2
41672026-04-29T19:23:26.061Z Compiling ascii-canvas v3.0.0
41682026-04-29T19:23:26.121Z Compiling bit-set v0.5.3
41692026-04-29T19:23:26.268Z Compiling itertools v0.10.5
41702026-04-29T19:23:26.281Z Compiling ena v0.14.4
41712026-04-29T19:23:26.305Z Compiling libloading v0.8.9
41722026-04-29T19:23:26.320Z Compiling regex-syntax v0.6.29
41732026-04-29T19:23:26.350Z Compiling bindgen v0.71.1
41742026-04-29T19:23:26.425Z Compiling diff v0.1.13
41752026-04-29T19:23:26.511Z Compiling cexpr v0.6.0
41762026-04-29T19:23:26.686Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41772026-04-29T19:23:26.795Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782026-04-29T19:23:26.896Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41792026-04-29T19:23:26.944Z Compiling libxml v0.3.3
41802026-04-29T19:23:27.168Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41812026-04-29T19:23:27.215Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41822026-04-29T19:23:27.322Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41832026-04-29T19:23:27.481Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41842026-04-29T19:23:27.508Z Compiling strum_macros v0.24.3
41852026-04-29T19:23:27.549Z Compiling indoc v1.0.9
41862026-04-29T19:23:27.750Z Compiling lalrpop v0.19.12
41872026-04-29T19:23:28.498Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41882026-04-29T19:23:28.687Z Checking derive_builder v0.20.2
41892026-04-29T19:23:28.810Z Compiling oso-derive v0.27.3
41902026-04-29T19:23:28.859Z Checking quick-xml v0.37.5
41912026-04-29T19:23:29.038Z Compiling impl-trait-for-tuples v0.2.3
41922026-04-29T19:23:29.360Z Checking openssl-probe v0.1.6
41932026-04-29T19:23:29.502Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41942026-04-29T19:23:29.755Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41952026-04-29T19:23:29.952Z Checking bb8 v0.8.6
41962026-04-29T19:23:30.223Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41972026-04-29T19:23:30.243Z Checking nonempty v0.12.0
41982026-04-29T19:23:30.260Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41992026-04-29T19:23:30.410Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-04-29T19:23:30.446Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42012026-04-29T19:23:30.480Z Checking console v0.16.2
42022026-04-29T19:23:30.595Z Checking unit-prefix v0.5.2
42032026-04-29T19:23:30.630Z Checking support-bundle-viewer v0.1.2
42042026-04-29T19:23:30.730Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42052026-04-29T19:23:30.787Z Checking indicatif v0.18.4
42062026-04-29T19:23:30.878Z Checking multimap v0.10.1
42072026-04-29T19:23:31.392Z Checking diesel v2.3.7
42082026-04-29T19:23:33.242Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42092026-04-29T19:23:33.561Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42102026-04-29T19:23:33.815Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42112026-04-29T19:23:34.940Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42122026-04-29T19:23:35.372Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42132026-04-29T19:23:35.433Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42142026-04-29T19:23:36.023Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42152026-04-29T19:23:36.027Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42162026-04-29T19:23:38.095Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42172026-04-29T19:23:43.017Z Compiling samael v0.0.19
42182026-04-29T19:23:46.785Z Checking diesel-dtrace v0.5.0
42192026-04-29T19:23:47.020Z Checking async-bb8-diesel v0.2.1
42202026-04-29T19:23:48.144Z Compiling polar-core v0.27.3
42212026-04-29T19:23:52.598Z Checking oso v0.27.3
42222026-04-29T19:24:29.530Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42232026-04-29T19:25:02.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42242026-04-29T19:25:03.023Z
42252026-04-29T19:25:03.023Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42262026-04-29T19:25:03.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42272026-04-29T19:25:03.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42282026-04-29T19:25:03.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42292026-04-29T19:25:03.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42302026-04-29T19:25:03.689Z
42312026-04-29T19:25:03.689Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42322026-04-29T19:25:04.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42332026-04-29T19:25:04.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42342026-04-29T19:25:04.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42352026-04-29T19:25:04.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42362026-04-29T19:25:04.340Z
42372026-04-29T19:25:04.340Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42382026-04-29T19:25:04.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42392026-04-29T19:25:04.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42402026-04-29T19:25:04.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42412026-04-29T19:25:04.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42422026-04-29T19:25:05.009Z
42432026-04-29T19:25:05.009Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42442026-04-29T19:25:05.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42452026-04-29T19:25:05.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42462026-04-29T19:25:05.806Z Compiling libz-sys v1.1.24
42472026-04-29T19:25:05.942Z Compiling libgit2-sys v0.18.3+1.9.2
42482026-04-29T19:25:05.969Z Compiling vergen-git2 v1.0.7
42492026-04-29T19:25:05.983Z Compiling rustls v0.21.12
42502026-04-29T19:25:05.983Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42512026-04-29T19:25:05.983Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42522026-04-29T19:25:05.983Z Checking sct v0.7.1
42532026-04-29T19:25:05.983Z Checking rustls-webpki v0.101.7
42542026-04-29T19:25:06.125Z Compiling nix v0.29.0
42552026-04-29T19:25:06.201Z Compiling dropshot v0.16.7
42562026-04-29T19:25:06.289Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42572026-04-29T19:25:06.303Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42582026-04-29T19:25:06.440Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42592026-04-29T19:25:06.460Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42602026-04-29T19:25:06.472Z Checking toml v0.9.12+spec-1.1.0
42612026-04-29T19:25:06.487Z Compiling dropshot_endpoint v0.16.7
42622026-04-29T19:25:06.687Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42632026-04-29T19:25:06.738Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42642026-04-29T19:25:06.941Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-04-29T19:25:07.054Z Checking rustls-pemfile v1.0.4
42662026-04-29T19:25:07.195Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42672026-04-29T19:25:07.332Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42682026-04-29T19:25:07.527Z Checking twox-hash v2.1.2
42692026-04-29T19:25:07.607Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42702026-04-29T19:25:07.628Z Checking tokio-rustls v0.24.1
42712026-04-29T19:25:08.237Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42722026-04-29T19:25:08.270Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42732026-04-29T19:25:08.499Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42742026-04-29T19:25:08.954Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42752026-04-29T19:25:08.999Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42762026-04-29T19:25:09.037Z Checking fatfs v0.3.6
42772026-04-29T19:25:09.146Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42782026-04-29T19:25:09.207Z Compiling seq-macro v0.3.6
42792026-04-29T19:25:12.874Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42802026-04-29T19:25:12.999Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42812026-04-29T19:25:13.255Z Compiling git2 v0.20.4
42822026-04-29T19:25:15.488Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42832026-04-29T19:26:02.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.53s
42842026-04-29T19:26:02.687Z
42852026-04-29T19:26:02.687Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42862026-04-29T19:26:03.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-04-29T19:26:03.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-04-29T19:26:03.581Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42892026-04-29T19:26:42.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.83s
42902026-04-29T19:26:42.750Z
42912026-04-29T19:26:42.750Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42922026-04-29T19:26:43.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-04-29T19:26:43.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-04-29T19:26:43.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-04-29T19:26:43.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42962026-04-29T19:26:43.340Z
42972026-04-29T19:26:43.340Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42982026-04-29T19:26:43.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-04-29T19:26:43.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-04-29T19:26:43.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-04-29T19:26:43.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43022026-04-29T19:26:43.982Z
43032026-04-29T19:26:43.982Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
43042026-04-29T19:26:44.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-04-29T19:26:44.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-04-29T19:26:44.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-04-29T19:26:44.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43082026-04-29T19:26:44.647Z
43092026-04-29T19:26:44.647Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43102026-04-29T19:26:45.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-04-29T19:26:45.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-04-29T19:26:45.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-04-29T19:26:45.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-04-29T19:26:45.315Z
43152026-04-29T19:26:45.315Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43162026-04-29T19:26:45.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-04-29T19:26:45.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-04-29T19:26:45.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-04-29T19:26:45.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43202026-04-29T19:26:45.967Z
43212026-04-29T19:26:45.967Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43222026-04-29T19:26:46.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-04-29T19:26:46.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-04-29T19:26:46.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-04-29T19:26:46.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43262026-04-29T19:26:46.656Z
43272026-04-29T19:26:46.656Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43282026-04-29T19:26:47.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-04-29T19:26:47.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-04-29T19:26:47.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-04-29T19:26:47.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43322026-04-29T19:26:47.309Z
43332026-04-29T19:26:47.310Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43342026-04-29T19:26:47.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-04-29T19:26:47.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-04-29T19:26:47.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43372026-04-29T19:26:47.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43382026-04-29T19:26:47.957Z
43392026-04-29T19:26:47.957Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43402026-04-29T19:26:48.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43412026-04-29T19:26:48.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43422026-04-29T19:26:48.855Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43432026-04-29T19:26:48.855Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43442026-04-29T19:26:49.041Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43452026-04-29T19:26:49.079Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43462026-04-29T19:26:49.086Z Checking yansi v1.0.1
43472026-04-29T19:26:49.094Z Checking diff v0.1.13
43482026-04-29T19:26:49.099Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43492026-04-29T19:26:49.120Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43502026-04-29T19:26:49.179Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43512026-04-29T19:26:49.337Z Checking pretty_assertions v1.4.1
43522026-04-29T19:26:50.033Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43532026-04-29T19:27:13.584Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43542026-04-29T19:27:13.588Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43552026-04-29T19:27:13.589Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43562026-04-29T19:27:13.589Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43572026-04-29T19:27:13.589Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43582026-04-29T19:27:13.589Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43592026-04-29T19:27:14.397Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43602026-04-29T19:27:15.494Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43612026-04-29T19:27:54.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
43622026-04-29T19:27:54.556Z
43632026-04-29T19:27:54.556Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43642026-04-29T19:27:55.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-04-29T19:27:55.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-04-29T19:27:55.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43672026-04-29T19:27:55.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43682026-04-29T19:27:55.154Z
43692026-04-29T19:27:55.154Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43702026-04-29T19:27:55.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43712026-04-29T19:27:55.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43722026-04-29T19:27:55.933Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43732026-04-29T19:27:56.056Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43742026-04-29T19:27:56.060Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43752026-04-29T19:28:21.863Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43762026-04-29T19:28:22.257Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43772026-04-29T19:28:23.972Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43782026-04-29T19:28:24.432Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43792026-04-29T19:28:27.386Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43802026-04-29T19:28:50.091Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43812026-04-29T19:28:50.806Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43822026-04-29T19:28:52.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.30s
43832026-04-29T19:28:52.706Z
43842026-04-29T19:28:52.706Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43852026-04-29T19:28:53.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-04-29T19:28:53.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-04-29T19:28:53.402Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43882026-04-29T19:28:54.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
43892026-04-29T19:28:54.288Z
43902026-04-29T19:28:54.288Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43912026-04-29T19:28:54.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43922026-04-29T19:28:54.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43932026-04-29T19:28:54.949Z Compiling blake3 v1.8.3
43942026-04-29T19:28:55.060Z Checking constant_time_eq v0.4.2
43952026-04-29T19:28:55.060Z Checking arrayvec v0.7.6
43962026-04-29T19:28:55.064Z Checking arrayref v0.3.9
43972026-04-29T19:28:55.080Z Checking topological-sort v0.2.2
43982026-04-29T19:28:55.083Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43992026-04-29T19:28:55.083Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44002026-04-29T19:28:55.083Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44012026-04-29T19:28:55.132Z Checking shell-words v1.1.1
44022026-04-29T19:28:55.930Z Checking omicron-zone-package v0.12.2
44032026-04-29T19:28:56.646Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44042026-04-29T19:28:57.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
44052026-04-29T19:28:57.682Z
44062026-04-29T19:28:57.682Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
44072026-04-29T19:28:58.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44082026-04-29T19:28:58.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44092026-04-29T19:28:58.337Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44102026-04-29T19:28:58.661Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44112026-04-29T19:28:59.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44122026-04-29T19:28:59.270Z
44132026-04-29T19:28:59.270Zinfo: running `cargo check --bins` on schema (254/272)
44142026-04-29T19:28:59.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-04-29T19:28:59.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-04-29T19:29:00.011Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44172026-04-29T19:29:00.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44182026-04-29T19:29:00.922Z
44192026-04-29T19:29:00.922Zinfo: running `cargo check --bins` on xtask (255/272)
44202026-04-29T19:29:01.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44212026-04-29T19:29:01.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44222026-04-29T19:29:01.381Z Checking libc v0.2.185
44232026-04-29T19:29:01.384Z Checking serde v1.0.228
44242026-04-29T19:29:01.461Z Checking zerofrom v0.1.6
44252026-04-29T19:29:01.471Z Checking bitflags v2.11.0
44262026-04-29T19:29:01.476Z Checking smallvec v1.15.1
44272026-04-29T19:29:01.480Z Checking indexmap v2.14.0
44282026-04-29T19:29:01.492Z Checking serde_json v1.0.149
44292026-04-29T19:29:01.495Z Checking num-traits v0.2.19
44302026-04-29T19:29:01.565Z Checking yoke v0.8.1
44312026-04-29T19:29:01.623Z Checking scroll v0.12.0
44322026-04-29T19:29:01.648Z Checking thiserror v1.0.69
44332026-04-29T19:29:01.734Z Checking zerovec v0.11.5
44342026-04-29T19:29:01.745Z Checking zerotrie v0.2.3
44352026-04-29T19:29:01.762Z Checking errno v0.3.14
44362026-04-29T19:29:01.859Z Checking toml_datetime v0.6.11
44372026-04-29T19:29:01.859Z Checking serde_spanned v0.6.9
44382026-04-29T19:29:01.881Z Checking rustix v1.1.3
44392026-04-29T19:29:01.983Z Checking percent-encoding v2.3.2
44402026-04-29T19:29:01.995Z Checking log v0.4.29
44412026-04-29T19:29:02.018Z Checking ordered-float v2.10.1
44422026-04-29T19:29:02.028Z Checking zerocopy v0.7.35
44432026-04-29T19:29:02.038Z Checking toml_edit v0.22.27
44442026-04-29T19:29:02.106Z Checking getrandom v0.4.1
44452026-04-29T19:29:02.126Z Checking form_urlencoded v1.2.2
44462026-04-29T19:29:02.141Z Checking goblin v0.8.2
44472026-04-29T19:29:02.167Z Checking tinystr v0.8.2
44482026-04-29T19:29:02.240Z Checking potential_utf v0.1.4
44492026-04-29T19:29:02.251Z Checking serde-value v0.7.0
44502026-04-29T19:29:02.254Z Checking thiserror v2.0.18
44512026-04-29T19:29:02.345Z Checking icu_locale_core v2.1.1
44522026-04-29T19:29:02.356Z Checking syn v2.0.117
44532026-04-29T19:29:02.371Z Checking icu_collections v2.1.1
44542026-04-29T19:29:02.447Z Checking dtrace-parser v0.2.0
44552026-04-29T19:29:02.522Z Checking thread-id v4.2.2
44562026-04-29T19:29:02.599Z Checking once_cell v1.21.3
44572026-04-29T19:29:02.680Z Checking cargo-platform v0.2.0
44582026-04-29T19:29:02.691Z Checking memmap v0.7.0
44592026-04-29T19:29:02.701Z Checking terminal_size v0.4.3
44602026-04-29T19:29:02.772Z Checking tempfile v3.25.0
44612026-04-29T19:29:02.813Z Checking clap_builder v4.5.60
44622026-04-29T19:29:02.817Z Checking textwrap v0.16.2
44632026-04-29T19:29:02.853Z Checking fs-err v3.3.0
44642026-04-29T19:29:02.912Z Checking icu_provider v2.1.1
44652026-04-29T19:29:02.965Z Checking camino-tempfile v1.4.1
44662026-04-29T19:29:03.033Z Checking tabled v0.15.0
44672026-04-29T19:29:03.033Z Checking anyhow v1.0.102
44682026-04-29T19:29:03.122Z Checking macaddr v1.0.1
44692026-04-29T19:29:03.133Z Checking toml v0.8.23
44702026-04-29T19:29:03.161Z Checking icu_properties v2.1.2
44712026-04-29T19:29:03.244Z Checking icu_normalizer v2.1.1
44722026-04-29T19:29:03.298Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44732026-04-29T19:29:03.451Z Checking cargo_toml v0.21.0
44742026-04-29T19:29:03.968Z Checking idna_adapter v1.2.1
44752026-04-29T19:29:04.018Z Checking dof v0.3.0
44762026-04-29T19:29:04.021Z Checking clap v4.5.60
44772026-04-29T19:29:04.088Z Checking idna v1.1.0
44782026-04-29T19:29:04.288Z Checking usdt-impl v0.5.0
44792026-04-29T19:29:04.312Z Checking url v2.5.8
44802026-04-29T19:29:04.535Z Checking usdt v0.5.0
44812026-04-29T19:29:04.659Z Checking cargo-util-schemas v0.8.2
44822026-04-29T19:29:05.362Z Checking cargo_metadata v0.21.0
44832026-04-29T19:29:05.973Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44842026-04-29T19:29:06.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
44852026-04-29T19:29:06.522Z
44862026-04-29T19:29:06.522Zinfo: running `cargo check --bins` on dnsadm (256/272)
44872026-04-29T19:29:07.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-04-29T19:29:07.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-04-29T19:29:07.180Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44902026-04-29T19:29:07.661Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44912026-04-29T19:29:08.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
44922026-04-29T19:29:08.264Z
44932026-04-29T19:29:08.264Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44942026-04-29T19:29:08.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-04-29T19:29:08.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-04-29T19:29:09.083Z Checking polyval v0.6.2
44972026-04-29T19:29:09.207Z Checking ctr v0.9.2
44982026-04-29T19:29:09.219Z Checking ssh-encoding v0.2.0
44992026-04-29T19:29:09.222Z Checking blowfish v0.9.1
45002026-04-29T19:29:09.240Z Checking password-hash v0.4.2
45012026-04-29T19:29:09.255Z Checking p256 v0.13.2
45022026-04-29T19:29:09.255Z Checking p521 v0.13.3
45032026-04-29T19:29:09.282Z Checking russh-cryptovec v0.7.3
45042026-04-29T19:29:09.351Z Checking ghash v0.5.1
45052026-04-29T19:29:09.365Z Checking bcrypt-pbkdf v0.10.0
45062026-04-29T19:29:09.368Z Checking md5 v0.7.0
45072026-04-29T19:29:09.393Z Checking num-bigint v0.4.6
45082026-04-29T19:29:09.410Z Checking des v0.8.1
45092026-04-29T19:29:09.464Z Checking pbkdf2 v0.11.0
45102026-04-29T19:29:09.495Z Checking aes-gcm v0.10.3
45112026-04-29T19:29:09.515Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45122026-04-29T19:29:09.529Z Checking hex-literal v0.4.1
45132026-04-29T19:29:09.542Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45142026-04-29T19:29:09.595Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45152026-04-29T19:29:09.622Z Checking socket2 v0.5.10
45162026-04-29T19:29:09.635Z Checking internet-checksum v0.2.1
45172026-04-29T19:29:09.649Z Checking ssh-cipher v0.2.0
45182026-04-29T19:29:09.812Z Checking ssh-key v0.6.7
45192026-04-29T19:29:09.906Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45202026-04-29T19:29:10.437Z Checking russh-keys v0.45.0
45212026-04-29T19:29:10.990Z Checking russh v0.45.0
45222026-04-29T19:29:25.793Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45232026-04-29T19:29:27.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
45242026-04-29T19:29:27.247Z
45252026-04-29T19:29:27.247Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45262026-04-29T19:29:27.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45272026-04-29T19:29:27.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45282026-04-29T19:29:27.896Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45292026-04-29T19:29:28.004Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45302026-04-29T19:29:28.011Z Checking termios v0.3.3
45312026-04-29T19:29:29.209Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45322026-04-29T19:29:29.362Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45332026-04-29T19:29:31.151Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45342026-04-29T19:29:31.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45352026-04-29T19:29:32.231Z
45362026-04-29T19:29:32.232Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45372026-04-29T19:29:33.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45382026-04-29T19:29:33.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45392026-04-29T19:29:33.101Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45402026-04-29T19:29:33.101Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45412026-04-29T19:29:33.101Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45422026-04-29T19:29:33.101Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45432026-04-29T19:29:33.101Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45442026-04-29T19:29:33.101Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45452026-04-29T19:29:33.510Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45462026-04-29T19:29:34.014Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45472026-04-29T19:29:34.117Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45482026-04-29T19:29:34.481Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45492026-04-29T19:29:36.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45502026-04-29T19:29:36.347Z
45512026-04-29T19:29:36.347Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45522026-04-29T19:29:36.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-04-29T19:29:36.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-04-29T19:29:37.111Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45552026-04-29T19:29:37.449Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45562026-04-29T19:29:41.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
45572026-04-29T19:29:41.235Z
45582026-04-29T19:29:41.235Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45592026-04-29T19:29:41.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-04-29T19:29:41.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-04-29T19:29:41.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45622026-04-29T19:29:41.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45632026-04-29T19:29:41.236Z
45642026-04-29T19:29:41.236Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45652026-04-29T19:29:41.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-04-29T19:29:41.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-04-29T19:29:41.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45682026-04-29T19:29:41.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45692026-04-29T19:29:41.236Z
45702026-04-29T19:29:41.236Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45712026-04-29T19:29:41.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-04-29T19:29:41.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-04-29T19:29:41.236Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45742026-04-29T19:29:41.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45752026-04-29T19:29:41.277Z
45762026-04-29T19:29:41.277Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45772026-04-29T19:29:41.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-04-29T19:29:41.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-04-29T19:29:41.360Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45802026-04-29T19:29:41.391Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45812026-04-29T19:29:41.613Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45822026-04-29T19:29:41.613Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45832026-04-29T19:29:42.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45842026-04-29T19:29:42.610Z
45852026-04-29T19:29:42.610Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45862026-04-29T19:29:43.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-04-29T19:29:43.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-04-29T19:29:43.135Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45892026-04-29T19:29:43.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45902026-04-29T19:29:43.200Z
45912026-04-29T19:29:43.200Zinfo: running `cargo check --bins` on omicron-package (266/272)
45922026-04-29T19:29:43.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-04-29T19:29:43.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-04-29T19:29:43.881Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45952026-04-29T19:29:44.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
45962026-04-29T19:29:45.154Z
45972026-04-29T19:29:45.154Zinfo: running `cargo check --bins` on tqdb (267/272)
45982026-04-29T19:29:45.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-04-29T19:29:45.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-04-29T19:29:45.945Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46012026-04-29T19:29:46.300Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46022026-04-29T19:29:46.816Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46032026-04-29T19:29:46.821Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46042026-04-29T19:29:52.655Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46052026-04-29T19:29:52.659Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46062026-04-29T19:29:53.225Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46072026-04-29T19:29:53.236Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46082026-04-29T19:29:53.236Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46092026-04-29T19:29:53.237Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46102026-04-29T19:29:53.975Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46112026-04-29T19:29:55.015Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46122026-04-29T19:29:55.779Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46132026-04-29T19:29:56.391Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46142026-04-29T19:30:00.595Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46152026-04-29T19:30:06.999Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46162026-04-29T19:30:07.004Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46172026-04-29T19:30:07.004Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46182026-04-29T19:30:07.004Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46192026-04-29T19:30:08.478Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46202026-04-29T19:30:09.804Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46212026-04-29T19:30:10.475Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46222026-04-29T19:30:11.963Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46232026-04-29T19:30:12.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.10s
46242026-04-29T19:30:12.486Z
46252026-04-29T19:30:12.486Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46262026-04-29T19:30:13.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46272026-04-29T19:30:13.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46282026-04-29T19:30:13.207Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46292026-04-29T19:30:13.210Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46302026-04-29T19:30:13.210Z Checking rtoolbox v0.0.3
46312026-04-29T19:30:13.340Z Checking tui-tree-widget v0.23.1
46322026-04-29T19:30:13.440Z Checking rpassword v7.4.0
46332026-04-29T19:30:14.452Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46342026-04-29T19:30:17.436Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46352026-04-29T19:30:19.295Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46362026-04-29T19:30:20.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s
46372026-04-29T19:30:20.401Z
46382026-04-29T19:30:20.401Zinfo: running `cargo check --bins` on wicket (269/272)
46392026-04-29T19:30:20.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46402026-04-29T19:30:20.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46412026-04-29T19:30:21.270Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46422026-04-29T19:30:21.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46432026-04-29T19:30:21.663Z
46442026-04-29T19:30:21.663Zinfo: running `cargo check --bins` on wicketd (270/272)
46452026-04-29T19:30:22.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46462026-04-29T19:30:22.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46472026-04-29T19:30:22.403Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46482026-04-29T19:30:22.408Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46492026-04-29T19:30:22.408Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46502026-04-29T19:30:22.408Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46512026-04-29T19:30:23.403Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46522026-04-29T19:30:23.979Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46532026-04-29T19:30:26.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
46542026-04-29T19:30:27.149Z
46552026-04-29T19:30:27.149Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46562026-04-29T19:30:27.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-04-29T19:30:27.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-04-29T19:30:27.648Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46592026-04-29T19:30:27.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46602026-04-29T19:30:27.734Z
46612026-04-29T19:30:27.734Zinfo: running `cargo check --bins` on zone-setup (272/272)
46622026-04-29T19:30:28.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-04-29T19:30:28.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-04-29T19:30:28.424Z Checking uzers v0.12.2
46652026-04-29T19:30:28.695Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46662026-04-29T19:30:29.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46672026-04-29T19:30:29.666Z
46682026-04-29T19:30:29.666Zreal 14:15.598076668
46692026-04-29T19:30:29.666Zuser 20:44.160857375
46702026-04-29T19:30:29.666Zsys 4:16.099745461
46712026-04-29T19:30:29.666Ztrap 0.327346344
46722026-04-29T19:30:29.666Ztflt 0.320226404
46732026-04-29T19:30:29.666Zdflt 0.873810471
46742026-04-29T19:30:29.666Zkflt 0.004260327
46752026-04-29T19:30:29.666Zlock 1:17:29.560283516
46762026-04-29T19:30:29.666Zslp 1:39:20.215742878
46772026-04-29T19:30:29.666Zlat 57.299040467
46782026-04-29T19:30:29.666Zstop 3:30.092665172
46792026-04-29T19:30:29.671Zprocess exited: duration 1047067 ms, exit code 0
 
46802026-04-29T19:30:29.688Zfound 0 output files