01KP6WK69RYT1W7CN3R87ZNN6Q: 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: 01KP6WKG9DHNZ68Q0P06RBQ1KS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-14T20:59:08.872Zjob assigned to worker 01KP6WKMYSSW6T5VCTQR6ZBQYD [factory aws, i-08fd20a52a4303219] (queued for 45 s)
 
22026-04-14T20:59:15.867Zstarting task 0: "setup"
32026-04-14T20:59:15.870Z++ uname -s
42026-04-14T20:59:15.871Z+ kern=SunOS
52026-04-14T20:59:15.871Z+ build_user=build
62026-04-14T20:59:15.871Z+ build_uid=12345
72026-04-14T20:59:15.871Z+ work_dir=/work
82026-04-14T20:59:15.871Z+ input_dir=/input
92026-04-14T20:59:15.871Z+ [[ 0 == 12345 ]]
102026-04-14T20:59:15.871Z+ case "$kern" in
112026-04-14T20:59:15.871Z+ groupadd -g 12345 build
122026-04-14T20:59:15.874Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-14T20:59:17.880Z+ zfs create -o mountpoint=/work rpool/work
142026-04-14T20:59:18.051Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-14T20:59:18.054Z+ home_fs=zfs
162026-04-14T20:59:18.054Z+ [[ zfs == autofs ]]
172026-04-14T20:59:18.054Z+ mkdir -p /home/build
182026-04-14T20:59:18.054Z+ chown build:build /home/build /work
192026-04-14T20:59:20.056Z+ chmod 0700 /home/build /work
202026-04-14T20:59:20.059Zprocess exited: duration 4194 ms, exit code 0
 
212026-04-14T20:59:20.066Zstarting task 1: "rust-toolchain"
222026-04-14T20:59:20.070Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-14T20:59:20.070Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-14T20:59:20.070Z * rust toolchain channel = "1.94.0"
252026-04-14T20:59:20.070Z * rust toolchain profile = "default"
262026-04-14T20:59:20.070Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-14T20:59:20.070Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-14T20:59:20.074Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-14T20:59:20.074Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-14T20:59:20.169Zinfo: downloading installer
312026-04-14T20:59:21.537Zwarn: It looks like you have an existing installation of Rust at:
322026-04-14T20:59:21.537Zwarn: /opt/ooce/bin
332026-04-14T20:59:21.537Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-14T20:59:21.537Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-14T20:59:21.537Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-14T20:59:21.537Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-14T20:59:21.537Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-14T20:59:21.537Zerror: cannot install while Rust is installed
392026-04-14T20:59:21.537Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-14T20:59:21.540Zwarn: It looks like you have an existing rustup settings file at:
412026-04-14T20:59:21.541Zwarn: /home/build/.rustup/settings.toml
422026-04-14T20:59:21.541Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-14T20:59:21.541Zwarn: instead of the one inferred from the default host triple.
442026-04-14T20:59:21.551Zinfo: profile set to default
452026-04-14T20:59:21.551Zinfo: default host triple is x86_64-unknown-illumos
462026-04-14T20:59:21.554Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-14T20:59:21.694Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-14T20:59:21.697Zinfo: downloading 6 components
492026-04-14T20:59:36.288Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-14T20:59:36.288Z
512026-04-14T20:59:36.315Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-14T20:59:36.315Z
532026-04-14T20:59:36.315Z
542026-04-14T20:59:36.315ZRust is installed now. Great!
552026-04-14T20:59:36.315Z
562026-04-14T20:59:36.315ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-14T20:59:36.318Zenvironment variable. This has not been done automatically.
582026-04-14T20:59:36.318Z
592026-04-14T20:59:36.318ZTo configure your current shell, you need to source
602026-04-14T20:59:36.318Zthe corresponding env file under $HOME/.cargo.
612026-04-14T20:59:36.318Z
622026-04-14T20:59:36.318ZThis is usually done by running one of the following (note the leading DOT):
632026-04-14T20:59:36.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-14T20:59:36.318Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-14T20:59:36.318Zsource "~/.cargo/env.nu" # For nushell
662026-04-14T20:59:36.318Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-14T20:59:36.318Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-14T20:59:36.319Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-14T20:59:36.319Zwarn: no default linker (`cc`) was found in your PATH
702026-04-14T20:59:36.319Zwarn: many Rust crates require a system C toolchain to build
712026-04-14T20:59:36.406Z+ rustup --version
722026-04-14T20:59:36.415Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-14T20:59:36.418Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-14T20:59:36.437Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-14T20:59:36.440Z+ cargo --version
762026-04-14T20:59:36.453Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-14T20:59:36.455Z+ rustc --version
782026-04-14T20:59:36.476Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-14T20:59:36.479Zprocess exited: duration 16407 ms, exit code 0
 
802026-04-14T20:59:36.485Zstarting task 2: "authentication"
812026-04-14T20:59:36.501Zprocess exited: duration 15 ms, exit code 0
 
822026-04-14T20:59:36.506Zstarting task 3: "clone repository"
832026-04-14T20:59:36.509Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-14T20:59:36.512Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-14T20:59:36.650ZCloning into '/work/oxidecomputer/omicron'...
862026-04-14T20:59:47.768Z+ cd /work/oxidecomputer/omicron
872026-04-14T20:59:47.772Z+ git fetch origin be67bf9ea070e930531ced36f930ef23d4946ec8
882026-04-14T20:59:48.128ZFrom https://github.com/oxidecomputer/omicron
892026-04-14T20:59:48.128Z * branch be67bf9ea070e930531ced36f930ef23d4946ec8 -> FETCH_HEAD
902026-04-14T20:59:48.138Z+ [[ -n andy/pgsql18 ]]
912026-04-14T20:59:48.141Z++ git branch --show-current
922026-04-14T20:59:48.141Z+ current=main
932026-04-14T20:59:48.141Z+ [[ main != andy/pgsql18 ]]
942026-04-14T20:59:48.141Z+ git branch -f andy/pgsql18 be67bf9ea070e930531ced36f930ef23d4946ec8
952026-04-14T20:59:48.144Z+ git checkout -f andy/pgsql18
962026-04-14T20:59:48.226ZSwitched to branch 'andy/pgsql18'
972026-04-14T20:59:48.231Z+ git reset --hard be67bf9ea070e930531ced36f930ef23d4946ec8
982026-04-14T20:59:48.308ZHEAD is now at be67bf9ea Use PostgreSQL v18 client libraries
992026-04-14T20:59:48.312Zprocess exited: duration 11799 ms, exit code 0
 
1002026-04-14T20:59:48.317Zstarting task 4: "build"
1012026-04-14T20:59:48.321Z+ source .github/buildomat/ci-env.sh
1022026-04-14T20:59:48.324Z++ export CARGO_TERM_COLOR=always
1032026-04-14T20:59:48.324Z++ CARGO_TERM_COLOR=always
1042026-04-14T20:59:48.324Z+ cargo --version
1052026-04-14T20:59:48.331Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-14T20:59:48.335Z+ rustc --version
1072026-04-14T20:59:48.353Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-14T20:59:48.356Z+ source ./env.sh
1092026-04-14T20:59:48.356Z++ OLD_SHELL_OPTS=ehxB
1102026-04-14T20:59:48.356Z++ set -o xtrace
1112026-04-14T20:59:48.360Z++++ dirname ./env.sh
1122026-04-14T20:59:48.360Z+++ readlink -f .
1132026-04-14T20:59:48.363Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ 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-14T20:59:48.363Z++ case $OLD_SHELL_OPTS in
1232026-04-14T20:59:48.363Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-14T20:59:48.363Z+ 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-14T20:59:48.363Z+ 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-14T20:59:48.363Z+ banner prerequisites
1272026-04-14T20:59:48.366Z
1282026-04-14T20:59:48.366Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-14T20:59:48.367Z # # # # # # # # # # # # # # #
1302026-04-14T20:59:48.367Z # # # # ##### # # ##### # # # # # #### #
1312026-04-14T20:59:48.367Z ##### ##### # ##### # # # # # # # # #
1322026-04-14T20:59:48.367Z # # # # # # # # # # # # # # #
1332026-04-14T20:59:48.367Z # # # ###### # # ###### ### # #### # #### #
1342026-04-14T20:59:48.367Z
1352026-04-14T20:59:48.367Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-14T20:59:57.059Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-14T21:00:04.277Z Startup: Caching catalogs ... Done
1382026-04-14T21:00:09.434ZPlanning: Solver setup ... Done (3.820s)
1392026-04-14T21:00:09.460ZPlanning: Running solver ... Done (0.027s)
1402026-04-14T21:00:09.582ZPlanning: Finding local manifests ... Done (0.003s)
1412026-04-14T21:00:09.594ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-14T21:00:09.713ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-14T21:00:10.043ZPlanning: Package planning ... Done (0.330s)
1442026-04-14T21:00:10.080ZPlanning: Merging actions ... Done (0.037s)
1452026-04-14T21:00:10.264ZPlanning: Checking for conflicting actions ... Done (0.184s)
1462026-04-14T21:00:10.273ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-14T21:00:11.037ZPlanning: Evaluating mediators ... Done (0.764s)
1482026-04-14T21:00:11.044ZPlanning: Planning completed in 6.60 seconds
1492026-04-14T21:00:11.056Z Packages to install: 5
1502026-04-14T21:00:11.056Z Mediators to change: 3
1512026-04-14T21:00:11.059Z Services to change: 1
1522026-04-14T21:00:11.059Z Estimated space available: 155.35 GB
1532026-04-14T21:00:11.059ZEstimated space to be consumed: 1.88 GB
1542026-04-14T21:00:11.059Z Create boot environment: No
1552026-04-14T21:00:11.059ZCreate backup boot environment: No
1562026-04-14T21:00:11.059Z Rebuild boot archive: No
1572026-04-14T21:00:11.059Z
1582026-04-14T21:00:11.059ZChanged mediators:
1592026-04-14T21:00:11.059Z mediator clang:
1602026-04-14T21:00:11.059Z version: None -> 15 (system default)
1612026-04-14T21:00:11.059Z
1622026-04-14T21:00:11.059Z mediator llvm:
1632026-04-14T21:00:11.059Z version: 14 (system default) -> 15 (system default)
1642026-04-14T21:00:11.059Z
1652026-04-14T21:00:11.059Z mediator postgresql:
1662026-04-14T21:00:11.059Z version: 15 (system default) -> 18 (system default)
1672026-04-14T21:00:11.059Z
1682026-04-14T21:00:11.059ZChanged packages:
1692026-04-14T21:00:11.059Zhelios-dev
1702026-04-14T21:00:11.059Z developer/build-essential
1712026-04-14T21:00:11.059Z None -> 11-2.0
1722026-04-14T21:00:11.059Z library/libxmlsec1
1732026-04-14T21:00:11.059Z None -> 1.2.35-2.0
1742026-04-14T21:00:11.059Z ooce/developer/clang-15
1752026-04-14T21:00:11.059Z None -> 15.0.7-2.0
1762026-04-14T21:00:11.059Z ooce/developer/llvm-15
1772026-04-14T21:00:11.059Z None -> 15.0.7-2.0
1782026-04-14T21:00:11.059Z ooce/library/postgresql-18
1792026-04-14T21:00:11.059Z None -> 18.1-2.0
1802026-04-14T21:00:11.059Z
1812026-04-14T21:00:11.059ZServices:
1822026-04-14T21:00:11.059Z restart_fmri:
1832026-04-14T21:00:11.059Z svc:/system/update-man-index:default
1842026-04-14T21:00:11.100Z
1852026-04-14T21:00:11.100ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-14T21:00:16.102ZDownload: 2418/4272 items 119.9/219.0MB 54% complete (24.1M/s)
1872026-04-14T21:00:21.104ZDownload: 3693/4272 items 213.9/219.0MB 97% complete (21.5M/s)
1882026-04-14T21:00:23.776ZDownload: Completed 218.99 MB in 12.67 seconds (17.3M/s)
1892026-04-14T21:00:23.927Z Actions: 1/4789 actions (Installing new actions)
1902026-04-14T21:00:27.258Z Actions: Completed 4789 actions in 3.33 seconds.
1912026-04-14T21:00:27.563Z Done (0.301s)
1922026-04-14T21:00:27.563Z Done (0.000s)
1932026-04-14T21:00:28.281Z Done (0.717s)
1942026-04-14T21:00:31.527Z Done (2.917s)
1952026-04-14T21:00:31.601Z Done (0.013s)
1962026-04-14T21:00:31.605Z Done (0.000s)
1972026-04-14T21:00:32.347Z Done (0.000s)
1982026-04-14T21:00:33.196ZPlanning: Evaluating mediator changes ... Done
1992026-04-14T21:00:33.301ZPlanning: Checking for conflicting actions ... Done
2002026-04-14T21:00:33.305ZPlanning: Consolidating action changes ... Done
2012026-04-14T21:00:33.460ZPlanning: Evaluating mediators ... Done
2022026-04-14T21:00:33.463ZPlanning: Planning completed in 0.26 seconds
2032026-04-14T21:00:33.481Z Mediators to change: 2
2042026-04-14T21:00:33.481Z Create boot environment: No
2052026-04-14T21:00:33.481ZCreate backup boot environment: No
2062026-04-14T21:00:33.539Z Done
2072026-04-14T21:00:33.539Z Done
2082026-04-14T21:00:34.128Z Done
2092026-04-14T21:00:36.608Z Done
2102026-04-14T21:00:36.686Z Done
2112026-04-14T21:00:36.689Z Done
2122026-04-14T21:00:36.830Z Done
2132026-04-14T21:00:37.091ZPlanning: Evaluating mediator changes ... Done
2142026-04-14T21:00:37.198ZPlanning: Checking for conflicting actions ... Done
2152026-04-14T21:00:37.201ZPlanning: Consolidating action changes ... Done
2162026-04-14T21:00:37.353ZPlanning: Evaluating mediators ... Done
2172026-04-14T21:00:37.356ZPlanning: Planning completed in 0.26 seconds
2182026-04-14T21:00:37.374Z Mediators to change: 1
2192026-04-14T21:00:37.374Z Create boot environment: No
2202026-04-14T21:00:37.374ZCreate backup boot environment: No
2212026-04-14T21:00:37.413Z Done
2222026-04-14T21:00:37.413Z Done
2232026-04-14T21:00:38.004Z Done
2242026-04-14T21:00:40.485Z Done
2252026-04-14T21:00:40.555Z Done
2262026-04-14T21:00:40.558Z Done
2272026-04-14T21:00:40.690Z Done
2282026-04-14T21:00:40.979ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-04-14T21:00:40.979Zclang system 15 system
2302026-04-14T21:00:40.979Zcsh system system illumos
2312026-04-14T21:00:40.979Zctags system system illumos
2322026-04-14T21:00:40.979Zfile system system illumos
2332026-04-14T21:00:40.979Zgcc vendor 12 vendor
2342026-04-14T21:00:40.979Zgcc system 14 system
2352026-04-14T21:00:40.979Zgcc system 10 system
2362026-04-14T21:00:40.979Zgo system 1.20 system
2372026-04-14T21:00:40.979Zgo system 1.19 system
2382026-04-14T21:00:40.979Zllvm system 15 system
2392026-04-14T21:00:40.979Zllvm system 14 system
2402026-04-14T21:00:40.979Zmariadb system 10.6 system
2412026-04-14T21:00:40.979Zmta vendor vendor dma
2422026-04-14T21:00:40.979Zopenjdk system 17 system
2432026-04-14T21:00:40.979Zopenjdk system 11 system
2442026-04-14T21:00:40.979Zopenjdk system 1.8 system
2452026-04-14T21:00:40.979Zopenssl vendor 3 vendor
2462026-04-14T21:00:40.979Zperl system 5.36 system
2472026-04-14T21:00:40.979Zpostgresql system 18 system
2482026-04-14T21:00:40.979Zpostgresql system 15 system
2492026-04-14T21:00:40.979Zpostgresql system 13 system
2502026-04-14T21:00:40.979Zpython vendor 3 vendor
2512026-04-14T21:00:40.979Zpython system 2 system
2522026-04-14T21:00:40.979Zpython3 system 3.11 system
2532026-04-14T21:00:40.979Zruby system 3.0 system
2542026-04-14T21:00:40.979Zwords vendor vendor american-english
2552026-04-14T21:00:40.979Zwords system system australian-english
2562026-04-14T21:00:40.979Zwords system system british-english
2572026-04-14T21:00:40.979Zwords system system canadian-english
2582026-04-14T21:00:40.979Zwords system system french
2592026-04-14T21:00:40.980Zwords system system italian
2602026-04-14T21:00:40.980Zwords system system ngerman
2612026-04-14T21:00:40.980Zwords system system ogerman
2622026-04-14T21:00:40.980Zwords system system spanish
2632026-04-14T21:00:41.207ZPUBLISHER TYPE STATUS P LOCATION
2642026-04-14T21:00:41.207Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-04-14T21:00:45.620ZFMRI IFO
2662026-04-14T21:00:45.620Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-04-14T21:00:45.620Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-04-14T21:00:45.620Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-04-14T21:00:45.620Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-04-14T21:00:45.621Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-04-14T21:00:45.621Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-04-14T21:00:45.621Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-04-14T21:00:45.621Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-04-14T21:00:45.621Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-04-14T21:00:45.621Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-04-14T21:00:45.621Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-04-14T21:00:45.621Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-04-14T21:00:45.621Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-04-14T21:00:45.621Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-04-14T21:00:45.621Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-04-14T21:00:45.621Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-04-14T21:00:45.621Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-04-14T21:00:46.719Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-04-14T21:00:47.010Z Updating crates.io index
2852026-04-14T21:00:47.046Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-04-14T21:00:47.802Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-04-14T21:00:48.265Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-04-14T21:00:48.909Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-04-14T21:00:50.354Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-04-14T21:00:50.860Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-14T21:00:52.207Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-04-14T21:00:53.046Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-04-14T21:00:53.351Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-04-14T21:00:54.103Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-04-14T21:00:54.465Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-04-14T21:00:54.811Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-04-14T21:00:55.191Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-04-14T21:00:56.302Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-04-14T21:00:56.865Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-04-14T21:00:57.188Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-04-14T21:00:57.521Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-04-14T21:00:57.904Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-04-14T21:00:58.143Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-04-14T21:00:58.387Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-04-14T21:00:58.651Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-04-14T21:00:59.045Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-04-14T21:00:59.561Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-04-14T21:01:00.071Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-04-14T21:01:00.497Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-04-14T21:01:00.814Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-04-14T21:01:01.880Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-04-14T21:01:02.583Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-04-14T21:01:03.119Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-04-14T21:01:03.637Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-04-14T21:01:03.961Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-04-14T21:01:04.338Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-04-14T21:01:04.707Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-04-14T21:01:05.372Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-04-14T21:01:05.623Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-04-14T21:01:05.891Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-04-14T21:01:06.218Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-04-14T21:01:06.631Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-04-14T21:01:18.474Z Downloading crates ...
3242026-04-14T21:01:18.531Z Downloaded anstream v0.6.21
3252026-04-14T21:01:18.537Z Downloaded cpufeatures v0.2.17
3262026-04-14T21:01:18.541Z Downloaded terminal_size v0.4.3
3272026-04-14T21:01:18.541Z Downloaded memmap v0.7.0
3282026-04-14T21:01:18.541Z Downloaded stable_deref_trait v1.2.1
3292026-04-14T21:01:18.541Z Downloaded unicode-xid v0.2.6
3302026-04-14T21:01:18.544Z Downloaded proc-macro-error-attr v1.0.4
3312026-04-14T21:01:18.544Z Downloaded icu_provider v2.1.1
3322026-04-14T21:01:18.553Z Downloaded icu_locale_core v2.1.1
3332026-04-14T21:01:18.553Z Downloaded version_check v0.9.5
3342026-04-14T21:01:18.553Z Downloaded serde_derive v1.0.228
3352026-04-14T21:01:18.553Z Downloaded icu_properties v2.1.2
3362026-04-14T21:01:18.553Z Downloaded autocfg v1.5.0
3372026-04-14T21:01:18.562Z Downloaded tabled v0.15.0
3382026-04-14T21:01:18.570Z Downloaded zerotrie v0.2.3
3392026-04-14T21:01:18.573Z Downloaded fastrand v2.3.0
3402026-04-14T21:01:18.573Z Downloaded pest_generator v2.8.6
3412026-04-14T21:01:18.576Z Downloaded log v0.4.29
3422026-04-14T21:01:18.576Z Downloaded itoa v1.0.17
3432026-04-14T21:01:18.576Z Downloaded is_terminal_polyfill v1.70.2
3442026-04-14T21:01:18.576Z Downloaded fnv v1.0.7
3452026-04-14T21:01:18.579Z Downloaded cargo-platform v0.2.0
3462026-04-14T21:01:18.579Z Downloaded clap_lex v1.0.0
3472026-04-14T21:01:18.579Z Downloaded macaddr v1.0.1
3482026-04-14T21:01:18.579Z Downloaded anyhow v1.0.102
3492026-04-14T21:01:18.584Z Downloaded camino v1.2.2
3502026-04-14T21:01:18.587Z Downloaded smawk v0.3.2
3512026-04-14T21:01:18.590Z Downloaded digest v0.10.7
3522026-04-14T21:01:18.590Z Downloaded heck v0.4.1
3532026-04-14T21:01:18.590Z Downloaded fs-err v3.3.0
3542026-04-14T21:01:18.593Z Downloaded ordered-float v2.10.1
3552026-04-14T21:01:18.596Z Downloaded bitflags v2.11.0
3562026-04-14T21:01:18.596Z Downloaded percent-encoding v2.3.2
3572026-04-14T21:01:18.599Z Downloaded serde-value v0.7.0
3582026-04-14T21:01:18.599Z Downloaded cargo_toml v0.21.0
3592026-04-14T21:01:18.599Z Downloaded usdt-impl v0.5.0
3602026-04-14T21:01:18.603Z Downloaded cargo_metadata v0.21.0
3612026-04-14T21:01:18.603Z Downloaded serde_spanned v0.6.9
3622026-04-14T21:01:18.606Z Downloaded once_cell v1.21.3
3632026-04-14T21:01:18.606Z Downloaded icu_normalizer_data v2.1.1
3642026-04-14T21:01:18.611Z Downloaded getrandom v0.3.4
3652026-04-14T21:01:18.614Z Downloaded usdt-attr-macro v0.5.0
3662026-04-14T21:01:18.614Z Downloaded pretty-hex v0.4.1
3672026-04-14T21:01:18.614Z Downloaded tinystr v0.8.2
3682026-04-14T21:01:18.617Z Downloaded ucd-trie v0.1.7
3692026-04-14T21:01:18.620Z Downloaded anstyle-query v1.1.5
3702026-04-14T21:01:18.623Z Downloaded generic-array v0.14.7
3712026-04-14T21:01:18.623Z Downloaded colorchoice v1.0.4
3722026-04-14T21:01:18.623Z Downloaded plain v0.2.3
3732026-04-14T21:01:18.623Z Downloaded form_urlencoded v1.2.2
3742026-04-14T21:01:18.628Z Downloaded tabled_derive v0.7.0
3752026-04-14T21:01:18.630Z Downloaded potential_utf v0.1.4
3762026-04-14T21:01:18.630Z Downloaded thread-id v4.2.2
3772026-04-14T21:01:18.630Z Downloaded dtrace-parser v0.2.0
3782026-04-14T21:01:18.634Z Downloaded yoke-derive v0.8.1
3792026-04-14T21:01:18.637Z Downloaded scroll_derive v0.12.1
3802026-04-14T21:01:18.640Z Downloaded equivalent v1.0.2
3812026-04-14T21:01:18.643Z Downloaded usdt v0.5.0
3822026-04-14T21:01:18.643Z Downloaded typeid v1.0.3
3832026-04-14T21:01:18.646Z Downloaded toml_write v0.1.2
3842026-04-14T21:01:18.646Z Downloaded swrite v0.1.0
3852026-04-14T21:01:18.646Z Downloaded crypto-common v0.1.7
3862026-04-14T21:01:18.646Z Downloaded heck v0.5.0
3872026-04-14T21:01:18.649Z Downloaded utf8_iter v1.0.4
3882026-04-14T21:01:18.649Z Downloaded unicode-linebreak v0.1.5
3892026-04-14T21:01:18.651Z Downloaded zerofrom-derive v0.1.6
3902026-04-14T21:01:18.652Z Downloaded utf8parse v0.2.2
3912026-04-14T21:01:18.657Z Downloaded cfg-if v1.0.4
3922026-04-14T21:01:18.660Z Downloaded zerofrom v0.1.6
3932026-04-14T21:01:18.660Z Downloaded usdt-macro v0.5.0
3942026-04-14T21:01:18.660Z Downloaded strsim v0.11.1
3952026-04-14T21:01:18.664Z Downloaded toml_datetime v0.6.11
3962026-04-14T21:01:18.664Z Downloaded writeable v0.6.2
3972026-04-14T21:01:18.664Z Downloaded thiserror v2.0.18
3982026-04-14T21:01:18.667Z Downloaded thiserror v1.0.69
3992026-04-14T21:01:18.670Z Downloaded yoke v0.8.1
4002026-04-14T21:01:18.670Z Downloaded zerovec-derive v0.11.2
4012026-04-14T21:01:18.673Z Downloaded thiserror-impl v1.0.69
4022026-04-14T21:01:18.673Z Downloaded block-buffer v0.10.4
4032026-04-14T21:01:18.673Z Downloaded thiserror-impl v2.0.18
4042026-04-14T21:01:18.678Z Downloaded icu_normalizer v2.1.1
4052026-04-14T21:01:18.680Z Downloaded idna_adapter v1.2.1
4062026-04-14T21:01:18.680Z Downloaded dof v0.3.0
4072026-04-14T21:01:18.680Z Downloaded anstyle v1.0.13
4082026-04-14T21:01:18.684Z Downloaded zerocopy-derive v0.7.35
4092026-04-14T21:01:18.686Z Downloaded zmij v1.0.21
4102026-04-14T21:01:18.686Z Downloaded errno v0.3.14
4112026-04-14T21:01:18.689Z Downloaded quote v1.0.44
4122026-04-14T21:01:18.692Z Downloaded toml v0.8.23
4132026-04-14T21:01:18.692Z Downloaded serde_tokenstream v0.2.3
4142026-04-14T21:01:18.692Z Downloaded anstyle-parse v0.2.7
4152026-04-14T21:01:18.697Z Downloaded proc-macro-error v1.0.4
4162026-04-14T21:01:18.699Z Downloaded litemap v0.8.1
4172026-04-14T21:01:18.699Z Downloaded textwrap v0.16.2
4182026-04-14T21:01:18.704Z Downloaded unicode-ident v1.0.24
4192026-04-14T21:01:18.704Z Downloaded camino-tempfile v1.4.1
4202026-04-14T21:01:18.707Z Downloaded serde-untagged v0.1.9
4212026-04-14T21:01:18.707Z Downloaded toml_edit v0.22.27
4222026-04-14T21:01:18.710Z Downloaded smallvec v1.15.1
4232026-04-14T21:01:18.710Z Downloaded clap v4.5.60
4242026-04-14T21:01:18.713Z Downloaded sha2 v0.10.9
4252026-04-14T21:01:18.716Z Downloaded semver v1.0.27
4262026-04-14T21:01:18.716Z Downloaded indexmap v2.13.0
4272026-04-14T21:01:18.719Z Downloaded synstructure v0.13.2
4282026-04-14T21:01:18.719Z Downloaded clap_derive v4.5.55
4292026-04-14T21:01:18.722Z Downloaded displaydoc v0.2.5
4302026-04-14T21:01:18.722Z Downloaded typenum v1.19.0
4312026-04-14T21:01:18.725Z Downloaded scroll v0.12.0
4322026-04-14T21:01:18.725Z Downloaded serde_core v1.0.228
4332026-04-14T21:01:18.725Z Downloaded url v2.5.8
4342026-04-14T21:01:18.728Z Downloaded tempfile v3.25.0
4352026-04-14T21:01:18.728Z Downloaded proc-macro2 v1.0.106
4362026-04-14T21:01:18.731Z Downloaded cargo-util-schemas v0.8.2
4372026-04-14T21:01:18.732Z Downloaded pest_derive v2.8.6
4382026-04-14T21:01:18.732Z Downloaded pest_meta v2.8.6
4392026-04-14T21:01:18.735Z Downloaded bytecount v0.6.9
4402026-04-14T21:01:18.735Z Downloaded num-traits v0.2.19
4412026-04-14T21:01:18.735Z Downloaded erased-serde v0.4.9
4422026-04-14T21:01:18.739Z Downloaded winnow v0.7.14
4432026-04-14T21:01:18.742Z Downloaded papergrid v0.11.0
4442026-04-14T21:01:18.745Z Downloaded zerovec v0.11.5
4452026-04-14T21:01:18.746Z Downloaded zerocopy v0.7.35
4462026-04-14T21:01:18.753Z Downloaded byteorder v1.5.0
4472026-04-14T21:01:18.757Z Downloaded unicode-width v0.2.0
4482026-04-14T21:01:18.759Z Downloaded unicode-width v0.1.14
4492026-04-14T21:01:18.768Z Downloaded memchr v2.8.0
4502026-04-14T21:01:18.771Z Downloaded serde v1.0.228
4512026-04-14T21:01:18.779Z Downloaded icu_collections v2.1.1
4522026-04-14T21:01:18.797Z Downloaded goblin v0.8.2
4532026-04-14T21:01:18.800Z Downloaded pest v2.8.6
4542026-04-14T21:01:18.803Z Downloaded hashbrown v0.16.1
4552026-04-14T21:01:18.807Z Downloaded idna v1.1.0
4562026-04-14T21:01:18.812Z Downloaded icu_properties_data v2.1.2
4572026-04-14T21:01:18.817Z Downloaded serde_json v1.0.149
4582026-04-14T21:01:18.825Z Downloaded clap_builder v4.5.60
4592026-04-14T21:01:18.841Z Downloaded syn v1.0.109
4602026-04-14T21:01:18.852Z Downloaded syn v2.0.117
4612026-04-14T21:01:18.861Z Downloaded rustix v1.1.3
4622026-04-14T21:01:18.886Z Downloaded libc v0.2.180
4632026-04-14T21:01:18.953Z Compiling proc-macro2 v1.0.106
4642026-04-14T21:01:18.956Z Compiling unicode-ident v1.0.24
4652026-04-14T21:01:18.956Z Compiling quote v1.0.44
4662026-04-14T21:01:18.956Z Compiling serde_core v1.0.228
4672026-04-14T21:01:18.957Z Compiling libc v0.2.180
4682026-04-14T21:01:18.957Z Compiling version_check v0.9.5
4692026-04-14T21:01:18.957Z Compiling serde v1.0.228
4702026-04-14T21:01:19.132Z Compiling stable_deref_trait v1.2.1
4712026-04-14T21:01:19.234Z Compiling memchr v2.8.0
4722026-04-14T21:01:19.274Z Compiling zmij v1.0.21
4732026-04-14T21:01:19.565Z Compiling autocfg v1.5.0
4742026-04-14T21:01:19.611Z Compiling thiserror v1.0.69
4752026-04-14T21:01:19.745Z Compiling ucd-trie v0.1.7
4762026-04-14T21:01:19.863Z Compiling itoa v1.0.17
4772026-04-14T21:01:19.978Z Compiling pest v2.8.6
4782026-04-14T21:01:20.006Z Compiling writeable v0.6.2
4792026-04-14T21:01:20.026Z Compiling litemap v0.8.1
4802026-04-14T21:01:20.085Z Compiling icu_properties_data v2.1.2
4812026-04-14T21:01:20.195Z Compiling icu_normalizer_data v2.1.1
4822026-04-14T21:01:20.214Z Compiling rustix v1.1.3
4832026-04-14T21:01:20.349Z Compiling byteorder v1.5.0
4842026-04-14T21:01:20.451Z Compiling syn v2.0.117
4852026-04-14T21:01:20.531Z Compiling errno v0.3.14
4862026-04-14T21:01:20.547Z Compiling bitflags v2.11.0
4872026-04-14T21:01:20.580Z Compiling serde_json v1.0.149
4882026-04-14T21:01:20.838Z Compiling num-traits v0.2.19
4892026-04-14T21:01:20.855Z Compiling hashbrown v0.16.1
4902026-04-14T21:01:20.897Z Compiling smallvec v1.15.1
4912026-04-14T21:01:21.019Z Compiling equivalent v1.0.2
4922026-04-14T21:01:21.113Z Compiling pest_meta v2.8.6
4932026-04-14T21:01:21.113Z Compiling typeid v1.0.3
4942026-04-14T21:01:21.421Z Compiling indexmap v2.13.0
4952026-04-14T21:01:21.482Z Compiling thread-id v4.2.2
4962026-04-14T21:01:21.501Z Compiling proc-macro-error-attr v1.0.4
4972026-04-14T21:01:21.564Z Compiling usdt-impl v0.5.0
4982026-04-14T21:01:21.612Z Compiling syn v1.0.109
4992026-04-14T21:01:21.684Z Compiling erased-serde v0.4.9
5002026-04-14T21:01:21.910Z Compiling toml_write v0.1.2
5012026-04-14T21:01:21.927Z Compiling winnow v0.7.14
5022026-04-14T21:01:22.132Z Compiling proc-macro-error v1.0.4
5032026-04-14T21:01:22.233Z Compiling plain v0.2.3
5042026-04-14T21:01:22.322Z Compiling utf8_iter v1.0.4
5052026-04-14T21:01:22.352Z Compiling percent-encoding v2.3.2
5062026-04-14T21:01:22.474Z Compiling utf8parse v0.2.2
5072026-04-14T21:01:22.545Z Compiling camino v1.2.2
5082026-04-14T21:01:22.593Z Compiling thiserror v2.0.18
5092026-04-14T21:01:22.692Z Compiling log v0.4.29
5102026-04-14T21:01:22.776Z Compiling getrandom v0.3.4
5112026-04-14T21:01:22.810Z Compiling ordered-float v2.10.1
5122026-04-14T21:01:22.892Z Compiling anstyle-parse v0.2.7
5132026-04-14T21:01:22.921Z Compiling form_urlencoded v1.2.2
5142026-04-14T21:01:23.097Z Compiling synstructure v0.13.2
5152026-04-14T21:01:23.114Z Compiling pest_generator v2.8.6
5162026-04-14T21:01:23.407Z Compiling terminal_size v0.4.3
5172026-04-14T21:01:23.555Z Compiling anstyle v1.0.13
5182026-04-14T21:01:23.571Z Compiling cfg-if v1.0.4
5192026-04-14T21:01:23.587Z Compiling is_terminal_polyfill v1.70.2
5202026-04-14T21:01:23.647Z Compiling anstyle-query v1.1.5
5212026-04-14T21:01:23.687Z Compiling colorchoice v1.0.4
5222026-04-14T21:01:23.690Z Compiling pretty-hex v0.4.1
5232026-04-14T21:01:23.781Z Compiling serde-untagged v0.1.9
5242026-04-14T21:01:23.820Z Compiling anstream v0.6.21
5252026-04-14T21:01:23.831Z Compiling semver v1.0.27
5262026-04-14T21:01:23.933Z Compiling fs-err v3.3.0
5272026-04-14T21:01:24.015Z Compiling fastrand v2.3.0
5282026-04-14T21:01:24.117Z Compiling fnv v1.0.7
5292026-04-14T21:01:24.135Z Compiling heck v0.5.0
5302026-04-14T21:01:24.167Z Compiling clap_lex v1.0.0
5312026-04-14T21:01:24.204Z Compiling heck v0.4.1
5322026-04-14T21:01:24.220Z Compiling unicode-width v0.1.14
5332026-04-14T21:01:24.367Z Compiling anyhow v1.0.102
5342026-04-14T21:01:24.405Z Compiling bytecount v0.6.9
5352026-04-14T21:01:24.428Z Compiling once_cell v1.21.3
5362026-04-14T21:01:24.493Z Compiling unicode-xid v0.2.6
5372026-04-14T21:01:24.545Z Compiling strsim v0.11.1
5382026-04-14T21:01:24.585Z Compiling papergrid v0.11.0
5392026-04-14T21:01:24.621Z Compiling tempfile v3.25.0
5402026-04-14T21:01:24.742Z Compiling clap_builder v4.5.60
5412026-04-14T21:01:24.760Z Compiling serde_derive v1.0.228
5422026-04-14T21:01:24.880Z Compiling zerofrom-derive v0.1.6
5432026-04-14T21:01:24.903Z Compiling yoke-derive v0.8.1
5442026-04-14T21:01:24.995Z Compiling zerovec-derive v0.11.2
5452026-04-14T21:01:25.168Z Compiling displaydoc v0.2.5
5462026-04-14T21:01:25.905Z Compiling thiserror-impl v1.0.69
5472026-04-14T21:01:26.009Z Compiling zerocopy-derive v0.7.35
5482026-04-14T21:01:26.075Z Compiling pest_derive v2.8.6
5492026-04-14T21:01:26.098Z Compiling scroll_derive v0.12.1
5502026-04-14T21:01:26.269Z Compiling zerofrom v0.1.6
5512026-04-14T21:01:26.406Z Compiling yoke v0.8.1
5522026-04-14T21:01:26.493Z Compiling thiserror-impl v2.0.18
5532026-04-14T21:01:26.595Z Compiling zerovec v0.11.5
5542026-04-14T21:01:26.753Z Compiling zerotrie v0.2.3
5552026-04-14T21:01:26.879Z Compiling zerocopy v0.7.35
5562026-04-14T21:01:27.068Z Compiling tinystr v0.8.2
5572026-04-14T21:01:27.114Z Compiling potential_utf v0.1.4
5582026-04-14T21:01:27.267Z Compiling icu_locale_core v2.1.1
5592026-04-14T21:01:27.285Z Compiling icu_collections v2.1.1
5602026-04-14T21:01:27.288Z Compiling dtrace-parser v0.2.0
5612026-04-14T21:01:27.433Z Compiling scroll v0.12.0
5622026-04-14T21:01:27.700Z Compiling goblin v0.8.2
5632026-04-14T21:01:27.774Z Compiling tabled_derive v0.7.0
5642026-04-14T21:01:27.791Z Compiling clap_derive v4.5.55
5652026-04-14T21:01:27.933Z Compiling icu_provider v2.1.1
5662026-04-14T21:01:28.044Z Compiling memmap v0.7.0
5672026-04-14T21:01:28.144Z Compiling toml_datetime v0.6.11
5682026-04-14T21:01:28.223Z Compiling icu_normalizer v2.1.1
5692026-04-14T21:01:28.228Z Compiling icu_properties v2.1.2
5702026-04-14T21:01:28.241Z Compiling serde_spanned v0.6.9
5712026-04-14T21:01:28.278Z Compiling dof v0.3.0
5722026-04-14T21:01:28.406Z Compiling toml_edit v0.22.27
5732026-04-14T21:01:28.406Z Compiling serde_tokenstream v0.2.3
5742026-04-14T21:01:28.670Z Compiling serde-value v0.7.0
5752026-04-14T21:01:28.722Z Compiling cargo-platform v0.2.0
5762026-04-14T21:01:28.756Z Compiling unicode-linebreak v0.1.5
5772026-04-14T21:01:29.003Z Compiling smawk v0.3.2
5782026-04-14T21:01:29.021Z Compiling unicode-width v0.2.0
5792026-04-14T21:01:29.042Z Compiling tabled v0.15.0
5802026-04-14T21:01:29.140Z Compiling idna_adapter v1.2.1
5812026-04-14T21:01:29.287Z Compiling idna v1.1.0
5822026-04-14T21:01:29.303Z Compiling textwrap v0.16.2
5832026-04-14T21:01:29.318Z Compiling usdt-macro v0.5.0
5842026-04-14T21:01:29.334Z Compiling usdt-attr-macro v0.5.0
5852026-04-14T21:01:29.508Z Compiling clap v4.5.60
5862026-04-14T21:01:29.594Z Compiling url v2.5.8
5872026-04-14T21:01:29.754Z Compiling macaddr v1.0.1
5882026-04-14T21:01:29.926Z Compiling toml v0.8.23
5892026-04-14T21:01:29.999Z Compiling camino-tempfile v1.4.1
5902026-04-14T21:01:30.330Z Compiling cargo-util-schemas v0.8.2
5912026-04-14T21:01:30.517Z Compiling cargo_toml v0.21.0
5922026-04-14T21:01:30.537Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-04-14T21:01:30.625Z Compiling swrite v0.1.0
5942026-04-14T21:01:30.766Z Compiling usdt v0.5.0
5952026-04-14T21:01:31.314Z Compiling cargo_metadata v0.21.0
5962026-04-14T21:01:32.252Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-04-14T21:01:34.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.77s
5982026-04-14T21:01:34.570Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-04-14T21:01:35.124Z Downloading crates ...
6002026-04-14T21:01:35.215Z Downloaded adler2 v2.0.1
6012026-04-14T21:01:35.219Z Downloaded ahash v0.8.12
6022026-04-14T21:01:35.222Z Downloaded argon2 v0.5.3
6032026-04-14T21:01:35.225Z Downloaded bit-vec v0.6.3
6042026-04-14T21:01:35.225Z Downloaded aead v0.5.2
6052026-04-14T21:01:35.229Z Downloaded compression-core v0.4.31
6062026-04-14T21:01:35.229Z Downloaded ciborium-ll v0.2.2
6072026-04-14T21:01:35.232Z Downloaded bb8 v0.8.6
6082026-04-14T21:01:35.232Z Downloaded console v0.16.2
6092026-04-14T21:01:35.235Z Downloaded async-stream v0.3.6
6102026-04-14T21:01:35.238Z Downloaded atomic-waker v1.1.2
6112026-04-14T21:01:35.244Z Downloaded diff v0.1.13
6122026-04-14T21:01:35.247Z Downloaded dropshot-api-manager-types v0.6.0
6132026-04-14T21:01:35.250Z Downloaded des v0.8.1
6142026-04-14T21:01:35.250Z Downloaded defmt-parser v1.0.0
6152026-04-14T21:01:35.250Z Downloaded crypto-bigint v0.5.5
6162026-04-14T21:01:35.254Z Downloaded float-ord v0.3.2
6172026-04-14T21:01:35.257Z Downloaded derive_builder v0.20.2
6182026-04-14T21:01:35.259Z Downloaded cassowary v0.3.0
6192026-04-14T21:01:35.259Z Downloaded darling v0.20.11
6202026-04-14T21:01:35.262Z Downloaded daft-derive v0.1.5
6212026-04-14T21:01:35.265Z Downloaded critical-section v1.2.0
6222026-04-14T21:01:35.268Z Downloaded dunce v1.0.5
6232026-04-14T21:01:35.268Z Downloaded crossbeam-epoch v0.9.18
6242026-04-14T21:01:35.271Z Downloaded crc32fast v1.5.0
6252026-04-14T21:01:35.271Z Downloaded bzip2 v0.6.1
6262026-04-14T21:01:35.274Z Downloaded ctr v0.9.2
6272026-04-14T21:01:35.274Z Downloaded difflib v0.4.0
6282026-04-14T21:01:35.277Z Downloaded byte-wrapper v0.1.0
6292026-04-14T21:01:35.277Z Downloaded const_format_proc_macros v0.2.34
6302026-04-14T21:01:35.280Z Downloaded chacha20 v0.10.0
6312026-04-14T21:01:35.280Z Downloaded curve25519-dalek-derive v0.1.1
6322026-04-14T21:01:35.283Z Downloaded convert_case v0.10.0
6332026-04-14T21:01:35.283Z Downloaded async-bb8-diesel v0.2.1
6342026-04-14T21:01:35.286Z Downloaded darling_core v0.21.3
6352026-04-14T21:01:35.289Z Downloaded cfg_aliases v0.2.1
6362026-04-14T21:01:35.289Z Downloaded env_filter v1.0.0
6372026-04-14T21:01:35.292Z Downloaded atty v0.2.14
6382026-04-14T21:01:35.292Z Downloaded crossbeam-utils v0.8.21
6392026-04-14T21:01:35.295Z Downloaded elliptic-curve v0.13.8
6402026-04-14T21:01:35.295Z Downloaded foreign-types-shared v0.3.1
6412026-04-14T21:01:35.298Z Downloaded dsl_auto_type v0.2.0
6422026-04-14T21:01:35.298Z Downloaded crucible-workspace-hack v0.1.0
6432026-04-14T21:01:35.299Z Downloaded cpufeatures v0.3.0
6442026-04-14T21:01:35.302Z Downloaded dropshot_endpoint v0.17.0
6452026-04-14T21:01:35.302Z Downloaded dirs-next v2.0.0
6462026-04-14T21:01:35.305Z Downloaded derive_builder_macro v0.20.2
6472026-04-14T21:01:35.305Z Downloaded embedded-io v0.6.1
6482026-04-14T21:01:35.305Z Downloaded dyn-clone v1.0.20
6492026-04-14T21:01:35.315Z Downloaded ciborium-io v0.2.2
6502026-04-14T21:01:35.316Z Downloaded dtrace-parser v0.3.0
6512026-04-14T21:01:35.317Z Downloaded cobs v0.3.0
6522026-04-14T21:01:35.317Z Downloaded fixedbitset v0.4.2
6532026-04-14T21:01:35.329Z Downloaded convert_case v0.4.0
6542026-04-14T21:01:35.329Z Downloaded der_derive v0.7.3
6552026-04-14T21:01:35.329Z Downloaded castaway v0.2.4
6562026-04-14T21:01:35.329Z Downloaded foreign-types v0.5.0
6572026-04-14T21:01:35.329Z Downloaded array-init v0.0.4
6582026-04-14T21:01:35.329Z Downloaded async-stream-impl v0.3.6
6592026-04-14T21:01:35.329Z Downloaded async-recursion v1.1.1
6602026-04-14T21:01:35.329Z Downloaded base16ct v0.2.0
6612026-04-14T21:01:35.330Z Downloaded assert_matches v1.5.0
6622026-04-14T21:01:35.330Z Downloaded crc-catalog v2.4.0
6632026-04-14T21:01:35.330Z Downloaded cfg_aliases v0.1.1
6642026-04-14T21:01:35.330Z Downloaded cargo-platform v0.1.9
6652026-04-14T21:01:35.330Z Downloaded cstr-argument v0.1.2
6662026-04-14T21:01:35.330Z Downloaded crunchy v0.2.4
6672026-04-14T21:01:35.330Z Downloaded cancel-safe-futures v0.1.5
6682026-04-14T21:01:35.330Z Downloaded atomicwrites v0.4.4
6692026-04-14T21:01:35.342Z Downloaded darling_macro v0.21.3
6702026-04-14T21:01:35.342Z Downloaded crc v3.4.0
6712026-04-14T21:01:35.342Z Downloaded fd-lock v4.0.4
6722026-04-14T21:01:35.343Z Downloaded embedded-io v0.4.0
6732026-04-14T21:01:35.343Z Downloaded bit-set v0.5.3
6742026-04-14T21:01:35.343Z Downloaded bitfield-struct v0.6.2
6752026-04-14T21:01:35.343Z Downloaded crc-any v2.5.0
6762026-04-14T21:01:35.343Z Downloaded endian-type v0.1.2
6772026-04-14T21:01:35.343Z Downloaded dof v0.4.0
6782026-04-14T21:01:35.343Z Downloaded float-cmp v0.10.0
6792026-04-14T21:01:35.349Z Downloaded display-error-chain v0.2.2
6802026-04-14T21:01:35.349Z Downloaded diesel_table_macro_syntax v0.3.0
6812026-04-14T21:01:35.349Z Downloaded block-padding v0.3.3
6822026-04-14T21:01:35.349Z Downloaded darling_macro v0.23.0
6832026-04-14T21:01:35.349Z Downloaded dirs-sys-next v0.1.2
6842026-04-14T21:01:35.349Z Downloaded erased-serde v0.3.31
6852026-04-14T21:01:35.349Z Downloaded ascii-canvas v3.0.0
6862026-04-14T21:01:35.349Z Downloaded darling_core v0.20.11
6872026-04-14T21:01:35.349Z Downloaded bit-set v0.8.0
6882026-04-14T21:01:35.350Z Downloaded bcrypt-pbkdf v0.10.0
6892026-04-14T21:01:35.354Z Downloaded arrayref v0.3.9
6902026-04-14T21:01:35.354Z Downloaded flagset v0.4.7
6912026-04-14T21:01:35.354Z Downloaded foreign-types-shared v0.1.1
6922026-04-14T21:01:35.354Z Downloaded foreign-types-macros v0.2.3
6932026-04-14T21:01:35.354Z Downloaded foreign-types v0.3.2
6942026-04-14T21:01:35.360Z Downloaded funty v2.0.0
6952026-04-14T21:01:35.360Z Downloaded document-features v0.2.12
6962026-04-14T21:01:35.360Z Downloaded debug-ignore v1.0.5
6972026-04-14T21:01:35.360Z Downloaded futures-core v0.3.32
6982026-04-14T21:01:35.361Z Downloaded gethostname v0.5.0
6992026-04-14T21:01:35.367Z Downloaded ghash v0.5.1
7002026-04-14T21:01:35.367Z Downloaded fxhash v0.2.1
7012026-04-14T21:01:35.367Z Downloaded backoff v0.4.0
7022026-04-14T21:01:35.367Z Downloaded arrayvec v0.7.6
7032026-04-14T21:01:35.367Z Downloaded deranged v0.5.8
7042026-04-14T21:01:35.367Z Downloaded daft v0.1.5
7052026-04-14T21:01:35.370Z Downloaded downcast-rs v2.0.2
7062026-04-14T21:01:35.370Z Downloaded defmt v0.3.100
7072026-04-14T21:01:35.370Z Downloaded compression-codecs v0.4.37
7082026-04-14T21:01:35.370Z Downloaded futures-io v0.3.32
7092026-04-14T21:01:35.373Z Downloaded crc8 v0.1.1
7102026-04-14T21:01:35.373Z Downloaded globwalk v0.9.1
7112026-04-14T21:01:35.373Z Downloaded futures-macro v0.3.32
7122026-04-14T21:01:35.373Z Downloaded base64ct v1.8.3
7132026-04-14T21:01:35.378Z Downloaded cipher v0.4.4
7142026-04-14T21:01:35.378Z Downloaded cmake v0.1.57
7152026-04-14T21:01:35.382Z Downloaded git-stub v1.0.0
7162026-04-14T21:01:35.382Z Downloaded bitfield-macros v0.19.4
7172026-04-14T21:01:35.382Z Downloaded hash32 v0.3.1
7182026-04-14T21:01:35.382Z Downloaded darling_macro v0.20.11
7192026-04-14T21:01:35.385Z Downloaded find-msvc-tools v0.1.9
7202026-04-14T21:01:35.385Z Downloaded headers-core v0.3.0
7212026-04-14T21:01:35.388Z Downloaded defmt-macros v1.0.1
7222026-04-14T21:01:35.388Z Downloaded chacha20 v0.9.1
7232026-04-14T21:01:35.391Z Downloaded camino-tempfile-ext v0.3.3
7242026-04-14T21:01:35.391Z Downloaded bit-vec v0.8.0
7252026-04-14T21:01:35.394Z Downloaded colored v3.1.1
7262026-04-14T21:01:35.394Z Downloaded base64 v0.21.7
7272026-04-14T21:01:35.397Z Downloaded ff v0.13.1
7282026-04-14T21:01:35.397Z Downloaded hex v0.4.3
7292026-04-14T21:01:35.400Z Downloaded filetime v0.2.27
7302026-04-14T21:01:35.400Z Downloaded http-body v1.0.1
7312026-04-14T21:01:35.403Z Downloaded darling v0.23.0
7322026-04-14T21:01:35.406Z Downloaded hyper-tls v0.6.0
7332026-04-14T21:01:35.406Z Downloaded futures-task v0.3.32
7342026-04-14T21:01:35.409Z Downloaded cargo_metadata v0.19.2
7352026-04-14T21:01:35.409Z Downloaded futures-sink v0.3.32
7362026-04-14T21:01:35.409Z Downloaded bitfield v0.19.4
7372026-04-14T21:01:35.412Z Downloaded hubpack_derive v0.1.1
7382026-04-14T21:01:35.412Z Downloaded fs_extra v1.3.0
7392026-04-14T21:01:35.412Z Downloaded ident_case v1.0.1
7402026-04-14T21:01:35.418Z Downloaded http-range v0.1.5
7412026-04-14T21:01:35.418Z Downloaded fs-err v2.11.0
7422026-04-14T21:01:35.418Z Downloaded corncobs v0.1.4
7432026-04-14T21:01:35.421Z Downloaded constant_time_eq v0.4.2
7442026-04-14T21:01:35.421Z Downloaded globset v0.4.18
7452026-04-14T21:01:35.422Z Downloaded fixedbitset v0.5.7
7462026-04-14T21:01:35.422Z Downloaded glob v0.3.3
7472026-04-14T21:01:35.425Z Downloaded group v0.13.0
7482026-04-14T21:01:35.425Z Downloaded futures-executor v0.3.32
7492026-04-14T21:01:35.425Z Downloaded ecdsa v0.16.9
7502026-04-14T21:01:35.434Z Downloaded data-encoding v2.10.0
7512026-04-14T21:01:35.434Z Downloaded indent_write v2.2.0
7522026-04-14T21:01:35.434Z Downloaded hubpack v0.1.2
7532026-04-14T21:01:35.435Z Downloaded ena v0.14.4
7542026-04-14T21:01:35.435Z Downloaded instability v0.3.11
7552026-04-14T21:01:35.442Z Downloaded indoc v1.0.9
7562026-04-14T21:01:35.442Z Downloaded foldhash v0.2.0
7572026-04-14T21:01:35.442Z Downloaded either v1.15.0
7582026-04-14T21:01:35.442Z Downloaded git-stub-vcs v0.1.0
7592026-04-14T21:01:35.442Z Downloaded console v0.15.11
7602026-04-14T21:01:35.442Z Downloaded hash32 v0.2.1
7612026-04-14T21:01:35.445Z Downloaded drift v0.1.3
7622026-04-14T21:01:35.445Z Downloaded inout v0.1.4
7632026-04-14T21:01:35.445Z Downloaded is-terminal v0.4.17
7642026-04-14T21:01:35.446Z Downloaded colored v2.2.0
7652026-04-14T21:01:35.449Z Downloaded blake2 v0.10.6
7662026-04-14T21:01:35.449Z Downloaded internet-checksum v0.2.1
7672026-04-14T21:01:35.452Z Downloaded instant v0.1.13
7682026-04-14T21:01:35.452Z Downloaded backon v1.6.0
7692026-04-14T21:01:35.452Z Downloaded async-trait v0.1.89
7702026-04-14T21:01:35.455Z Downloaded const-oid v0.9.6
7712026-04-14T21:01:35.458Z Downloaded env_logger v0.11.9
7722026-04-14T21:01:35.458Z Downloaded defmt v1.0.1
7732026-04-14T21:01:35.461Z Downloaded darling v0.21.3
7742026-04-14T21:01:35.464Z Downloaded is_ci v1.2.0
7752026-04-14T21:01:35.467Z Downloaded clang-sys v1.8.1
7762026-04-14T21:01:35.467Z Downloaded libscf-sys v1.1.0
7772026-04-14T21:01:35.470Z Downloaded ciborium v0.2.2
7782026-04-14T21:01:35.470Z Downloaded lalrpop-util v0.19.12
7792026-04-14T21:01:35.470Z Downloaded kstat-rs v0.2.4
7802026-04-14T21:01:35.475Z Downloaded hex-literal v0.4.1
7812026-04-14T21:01:35.475Z Downloaded csv-core v0.1.13
7822026-04-14T21:01:35.475Z Downloaded foldhash v0.1.5
7832026-04-14T21:01:35.478Z Downloaded crossbeam-deque v0.8.6
7842026-04-14T21:01:35.478Z Downloaded cexpr v0.6.0
7852026-04-14T21:01:35.478Z Downloaded managed v0.8.0
7862026-04-14T21:01:35.478Z Downloaded lzss v0.8.2
7872026-04-14T21:01:35.481Z Downloaded highway v1.3.0
7882026-04-14T21:01:35.481Z Downloaded lazy_static v1.5.0
7892026-04-14T21:01:35.481Z Downloaded keccak v0.1.6
7902026-04-14T21:01:35.484Z Downloaded cbc v0.1.2
7912026-04-14T21:01:35.484Z Downloaded blowfish v0.9.1
7922026-04-14T21:01:35.487Z Downloaded hostname v0.3.1
7932026-04-14T21:01:35.487Z Downloaded home v0.5.12
7942026-04-14T21:01:35.487Z Downloaded lru-cache v0.1.2
7952026-04-14T21:01:35.487Z Downloaded lru v0.12.5
7962026-04-14T21:01:35.490Z Downloaded linked-hash-map v0.5.6
7972026-04-14T21:01:35.490Z Downloaded maybe-uninit v2.0.0
7982026-04-14T21:01:35.494Z Downloaded humantime v2.3.0
7992026-04-14T21:01:35.494Z Downloaded impl-trait-for-tuples v0.2.3
8002026-04-14T21:01:35.497Z Downloaded hyper-staticfile v0.10.1
8012026-04-14T21:01:35.497Z Downloaded diesel-dtrace v0.5.0
8022026-04-14T21:01:35.497Z Downloaded md-5 v0.10.6
8032026-04-14T21:01:35.502Z Downloaded match_cfg v0.1.0
8042026-04-14T21:01:35.502Z Downloaded maplit v1.0.2
8052026-04-14T21:01:35.502Z Downloaded md5 v0.7.0
8062026-04-14T21:01:35.502Z Downloaded lru-slab v0.1.2
8072026-04-14T21:01:35.502Z Downloaded derive-ex v0.1.8
8082026-04-14T21:01:35.505Z Downloaded buf-list v1.1.2
8092026-04-14T21:01:35.505Z Downloaded half v1.8.3
8102026-04-14T21:01:35.505Z Downloaded indoc v2.0.7
8112026-04-14T21:01:35.512Z Downloaded mime v0.3.17
8122026-04-14T21:01:35.512Z Downloaded bitflags v1.3.2
8132026-04-14T21:01:35.516Z Downloaded ingot v0.1.1
8142026-04-14T21:01:35.516Z Downloaded cookie_store v0.22.1
8152026-04-14T21:01:35.517Z Downloaded newline-converter v0.3.0
8162026-04-14T21:01:35.517Z Downloaded ipnet v2.11.0
8172026-04-14T21:01:35.521Z Downloaded ingot-types v0.1.2
8182026-04-14T21:01:35.521Z Downloaded dropshot-api-manager v0.6.0
8192026-04-14T21:01:35.521Z Downloaded nibble_vec v0.1.0
8202026-04-14T21:01:35.521Z Downloaded fatfs v0.3.6
8212026-04-14T21:01:35.526Z Downloaded cc v1.2.56
8222026-04-14T21:01:35.527Z Downloaded newtype_derive v0.1.6
8232026-04-14T21:01:35.527Z Downloaded new_debug_unreachable v1.0.6
8242026-04-14T21:01:35.531Z Downloaded derive-where v1.6.0
8252026-04-14T21:01:35.531Z Downloaded normalize-line-endings v0.3.0
8262026-04-14T21:01:35.531Z Downloaded multimap v0.10.1
8272026-04-14T21:01:35.531Z Downloaded nodrop v0.1.14
8282026-04-14T21:01:35.537Z Downloaded num-iter v0.1.45
8292026-04-14T21:01:35.537Z Downloaded num-conv v0.2.0
8302026-04-14T21:01:35.537Z Downloaded num-derive v0.4.2
8312026-04-14T21:01:35.537Z Downloaded num_enum_derive v0.5.11
8322026-04-14T21:01:35.538Z Downloaded num-derive v0.3.3
8332026-04-14T21:01:35.542Z Downloaded getrandom v0.2.17
8342026-04-14T21:01:35.542Z Downloaded nonempty v0.12.0
8352026-04-14T21:01:35.542Z Downloaded httparse v1.10.1
8362026-04-14T21:01:35.542Z Downloaded hyper-rustls v0.27.7
8372026-04-14T21:01:35.549Z Downloaded libefi-sys v0.1.0
8382026-04-14T21:01:35.550Z Downloaded http-body-util v0.1.3
8392026-04-14T21:01:35.550Z Downloaded newtype-uuid-macros v0.1.0
8402026-04-14T21:01:35.550Z Downloaded bzip2 v0.4.4
8412026-04-14T21:01:35.550Z Downloaded num_threads v0.1.7
8422026-04-14T21:01:35.550Z Downloaded libloading v0.8.9
8432026-04-14T21:01:35.554Z Downloaded openssl-probe v0.1.6
8442026-04-14T21:01:35.554Z Downloaded opaque-debug v0.3.1
8452026-04-14T21:01:35.554Z Downloaded openssl-macros v0.1.1
8462026-04-14T21:01:35.554Z Downloaded httpdate v1.0.3
8472026-04-14T21:01:35.554Z Downloaded hostname v0.4.2
8482026-04-14T21:01:35.558Z Downloaded enum-as-inner v0.6.1
8492026-04-14T21:01:35.558Z Downloaded linear-map v1.2.0
8502026-04-14T21:01:35.558Z Downloaded libsw-core v0.3.2
8512026-04-14T21:01:35.561Z Downloaded iana-time-zone v0.1.65
8522026-04-14T21:01:35.561Z Downloaded futures-channel v0.3.32
8532026-04-14T21:01:35.566Z Downloaded futures v0.3.32
8542026-04-14T21:01:35.569Z Downloaded getrandom v0.4.1
8552026-04-14T21:01:35.569Z Downloaded lock_api v0.4.14
8562026-04-14T21:01:35.569Z Downloaded half v2.7.1
8572026-04-14T21:01:35.572Z Downloaded oso-derive v0.27.3
8582026-04-14T21:01:35.572Z Downloaded memoffset v0.9.1
8592026-04-14T21:01:35.575Z Downloaded derive_more v0.99.20
8602026-04-14T21:01:35.578Z Downloaded mime_guess v2.0.5
8612026-04-14T21:01:35.578Z Downloaded flume v0.11.1
8622026-04-14T21:01:35.582Z Downloaded chacha20poly1305 v0.10.1
8632026-04-14T21:01:35.585Z Downloaded base64 v0.22.1
8642026-04-14T21:01:35.585Z Downloaded dropshot_endpoint v0.16.7
8652026-04-14T21:01:35.593Z Downloaded openssl-probe v0.2.1
8662026-04-14T21:01:35.596Z Downloaded multer v3.1.0
8672026-04-14T21:01:35.596Z Downloaded nanorand v0.7.0
8682026-04-14T21:01:35.596Z Downloaded path-slash v0.1.5
8692026-04-14T21:01:35.596Z Downloaded cookie v0.18.1
8702026-04-14T21:01:35.596Z Downloaded num v0.4.3
8712026-04-14T21:01:35.596Z Downloaded jobserver v0.1.34
8722026-04-14T21:01:35.599Z Downloaded nu-ansi-term v0.50.3
8732026-04-14T21:01:35.599Z Downloaded pbkdf2 v0.12.2
8742026-04-14T21:01:35.602Z Downloaded parse-display v0.10.0
8752026-04-14T21:01:35.602Z Downloaded pbkdf2 v0.11.0
8762026-04-14T21:01:35.605Z Downloaded phf_shared v0.12.1
8772026-04-14T21:01:35.605Z Downloaded phf_shared v0.13.1
8782026-04-14T21:01:35.605Z Downloaded parse-size v1.1.0
8792026-04-14T21:01:35.608Z Downloaded ipnetwork v0.21.1
8802026-04-14T21:01:35.608Z Downloaded ignore v0.4.25
8812026-04-14T21:01:35.612Z Downloaded crossterm v0.28.1
8822026-04-14T21:01:35.615Z Downloaded num-rational v0.4.2
8832026-04-14T21:01:35.615Z Downloaded peg-runtime v0.8.5
8842026-04-14T21:01:35.618Z Downloaded num-complex v0.4.6
8852026-04-14T21:01:35.619Z Downloaded libsw v3.5.0
8862026-04-14T21:01:35.619Z Downloaded num_enum v0.7.5
8872026-04-14T21:01:35.624Z Downloaded ed25519-dalek v2.2.0
8882026-04-14T21:01:35.628Z Downloaded newtype-uuid v1.3.2
8892026-04-14T21:01:35.628Z Downloaded const_format v0.2.35
8902026-04-14T21:01:35.631Z Downloaded phf_shared v0.11.3
8912026-04-14T21:01:35.631Z Downloaded num_enum_derive v0.7.5
8922026-04-14T21:01:35.631Z Downloaded hmac v0.12.1
8932026-04-14T21:01:35.635Z Downloaded oxnet v0.1.4
8942026-04-14T21:01:35.635Z Downloaded precomputed-hash v0.1.1
8952026-04-14T21:01:35.635Z Downloaded derive_builder_core v0.20.2
8962026-04-14T21:01:35.638Z Downloaded allocator-api2 v0.2.21
8972026-04-14T21:01:35.653Z Downloaded proc-macro-error-attr2 v2.0.0
8982026-04-14T21:01:35.655Z Downloaded crossbeam-channel v0.5.15
8992026-04-14T21:01:35.658Z Downloaded proc-macro-crate v3.4.0
9002026-04-14T21:01:35.658Z Downloaded proc-macro-crate v1.3.1
9012026-04-14T21:01:35.658Z Downloaded predicates-tree v1.0.13
9022026-04-14T21:01:35.658Z Downloaded predicates-core v1.0.10
9032026-04-14T21:01:35.662Z Downloaded pem-rfc7468 v0.7.0
9042026-04-14T21:01:35.662Z Downloaded packed_struct v0.10.1
9052026-04-14T21:01:35.665Z Downloaded ingot-macros v0.1.1
9062026-04-14T21:01:35.665Z Downloaded compact_str v0.8.1
9072026-04-14T21:01:35.665Z Downloaded bytes v1.11.1
9082026-04-14T21:01:35.668Z Downloaded progenitor-client v0.10.0
9092026-04-14T21:01:35.668Z Downloaded paste v1.0.15
9102026-04-14T21:01:35.671Z Downloaded arc-swap v1.8.2
9112026-04-14T21:01:35.674Z Downloaded pem v3.0.6
9122026-04-14T21:01:35.674Z Downloaded psl-types v2.0.11
9132026-04-14T21:01:35.677Z Downloaded parse-display-derive v0.10.0
9142026-04-14T21:01:35.677Z Downloaded progenitor-macro v0.10.0
9152026-04-14T21:01:35.677Z Downloaded progenitor-client v0.11.2
9162026-04-14T21:01:35.677Z Downloaded peg v0.8.5
9172026-04-14T21:01:35.680Z Downloaded parking_lot_core v0.8.6
9182026-04-14T21:01:35.680Z Downloaded num_enum v0.5.11
9192026-04-14T21:01:35.683Z Downloaded radium v0.7.0
9202026-04-14T21:01:35.686Z Downloaded progenitor-macro v0.11.2
9212026-04-14T21:01:35.686Z Downloaded password-hash v0.4.2
9222026-04-14T21:01:35.686Z Downloaded num-integer v0.1.46
9232026-04-14T21:01:35.689Z Downloaded quick-error v1.2.3
9242026-04-14T21:01:35.689Z Downloaded headers v0.4.1
9252026-04-14T21:01:35.692Z Downloaded phf v0.12.1
9262026-04-14T21:01:35.692Z Downloaded omicron-zone-package v0.12.2
9272026-04-14T21:01:35.695Z Downloaded parking_lot v0.11.2
9282026-04-14T21:01:35.698Z Downloaded libbz2-rs-sys v0.2.2
9292026-04-14T21:01:35.698Z Downloaded flate2 v1.1.9
9302026-04-14T21:01:35.702Z Downloaded derive_more v2.1.1
9312026-04-14T21:01:35.707Z Downloaded pkg-config v0.3.32
9322026-04-14T21:01:35.714Z Downloaded polyval v0.6.2
9332026-04-14T21:01:35.714Z Downloaded poly1305 v0.8.0
9342026-04-14T21:01:35.714Z Downloaded rand_chacha v0.3.1
9352026-04-14T21:01:35.714Z Downloaded recursive-proc-macro-impl v0.1.1
9362026-04-14T21:01:35.714Z Downloaded recursive v0.1.1
9372026-04-14T21:01:35.720Z Downloaded pin-project-lite v0.2.17
9382026-04-14T21:01:35.720Z Downloaded ref-cast v1.0.25
9392026-04-14T21:01:35.720Z Downloaded predicates v3.1.4
9402026-04-14T21:01:35.725Z Downloaded der v0.7.10
9412026-04-14T21:01:35.725Z Downloaded peg-macros v0.8.5
9422026-04-14T21:01:35.725Z Downloaded indicatif v0.18.4
9432026-04-14T21:01:35.728Z Downloaded owo-colors v4.3.0
9442026-04-14T21:01:35.728Z Downloaded parking_lot v0.12.5
9452026-04-14T21:01:35.732Z Downloaded expectorate v1.2.0
9462026-04-14T21:01:35.732Z Downloaded progenitor v0.10.0
9472026-04-14T21:01:35.732Z Downloaded password-hash v0.5.0
9482026-04-14T21:01:35.732Z Downloaded progenitor-client v0.13.0
9492026-04-14T21:01:35.736Z Downloaded async-compression v0.4.41
9502026-04-14T21:01:35.741Z Downloaded ref-cast-impl v1.0.25
9512026-04-14T21:01:35.741Z Downloaded ar_archive_writer v0.5.1
9522026-04-14T21:01:35.748Z Downloaded psm v0.1.30
9532026-04-14T21:01:35.748Z Downloaded parking_lot_core v0.9.12
9542026-04-14T21:01:35.748Z Downloaded hickory-resolver v0.25.2
9552026-04-14T21:01:35.752Z Downloaded progenitor-extras v0.1.1
9562026-04-14T21:01:35.752Z Downloaded proc-macro-error2 v2.0.1
9572026-04-14T21:01:35.752Z Downloaded rfc6979 v0.4.0
9582026-04-14T21:01:35.752Z Downloaded progenitor-macro v0.13.0
9592026-04-14T21:01:35.752Z Downloaded native-tls v0.2.18
9602026-04-14T21:01:35.752Z Downloaded progenitor v0.13.0
9612026-04-14T21:01:35.752Z Downloaded progenitor v0.11.2
9622026-04-14T21:01:35.760Z Downloaded r2d2 v0.8.10
9632026-04-14T21:01:35.760Z Downloaded primeorder v0.13.6
9642026-04-14T21:01:35.760Z Downloaded pkcs8 v0.10.2
9652026-04-14T21:01:35.760Z Downloaded rustc_version v0.1.7
9662026-04-14T21:01:35.760Z Downloaded rustc-hash v2.1.1
9672026-04-14T21:01:35.764Z Downloaded pin-project-internal v1.1.11
9682026-04-14T21:01:35.764Z Downloaded rustc_version v0.4.1
9692026-04-14T21:01:35.764Z Downloaded russh-cryptovec v0.7.3
9702026-04-14T21:01:35.764Z Downloaded heapless v0.7.17
9712026-04-14T21:01:35.764Z Downloaded rtoolbox v0.0.3
9722026-04-14T21:01:35.764Z Downloaded hickory-resolver v0.24.4
9732026-04-14T21:01:35.767Z Downloaded phf v0.13.1
9742026-04-14T21:01:35.770Z Downloaded olpc-cjson v0.1.4
9752026-04-14T21:01:35.770Z Downloaded oso v0.27.3
9762026-04-14T21:01:35.773Z Downloaded litrs v1.0.0
9772026-04-14T21:01:35.773Z Downloaded darling_core v0.23.0
9782026-04-14T21:01:35.777Z Downloaded pkcs5 v0.7.1
9792026-04-14T21:01:35.783Z Downloaded rand_core v0.10.0
9802026-04-14T21:01:35.783Z Downloaded rand_seeder v0.4.0
9812026-04-14T21:01:35.783Z Downloaded rand_xorshift v0.4.0
9822026-04-14T21:01:35.783Z Downloaded same-file v1.0.6
9832026-04-14T21:01:35.783Z Downloaded rand_chacha v0.9.0
9842026-04-14T21:01:35.791Z Downloaded rand_core v0.6.4
9852026-04-14T21:01:35.791Z Downloaded heapless v0.8.0
9862026-04-14T21:01:35.791Z Downloaded derive_more-impl v2.1.1
9872026-04-14T21:01:35.795Z Downloaded rand_core v0.9.5
9882026-04-14T21:01:35.795Z Downloaded papergrid v0.17.0
9892026-04-14T21:01:35.795Z Downloaded scheduled-thread-pool v0.2.7
9902026-04-14T21:01:35.795Z Downloaded postgres-types v0.2.12
9912026-04-14T21:01:35.795Z Downloaded sapling-renderdag v0.1.0
9922026-04-14T21:01:35.801Z Downloaded hashbrown v0.13.2
9932026-04-14T21:01:35.801Z Downloaded miniz_oxide v0.8.9
9942026-04-14T21:01:35.801Z Downloaded pkcs1 v0.7.5
9952026-04-14T21:01:35.804Z Downloaded ppv-lite86 v0.2.21
9962026-04-14T21:01:35.804Z Downloaded scrypt v0.11.0
9972026-04-14T21:01:35.805Z Downloaded salsa20 v0.10.2
9982026-04-14T21:01:35.805Z Downloaded scopeguard v1.2.0
9992026-04-14T21:01:35.808Z Downloaded resolv-conf v0.7.6
10002026-04-14T21:01:35.808Z Downloaded memmap2 v0.9.10
10012026-04-14T21:01:35.808Z Downloaded semver v0.1.20
10022026-04-14T21:01:35.808Z Downloaded secrecy v0.10.3
10032026-04-14T21:01:35.812Z Downloaded scroll_derive v0.13.1
10042026-04-14T21:01:35.812Z Downloaded serde-big-array v0.5.1
10052026-04-14T21:01:35.812Z Downloaded seq-macro v0.3.6
10062026-04-14T21:01:35.812Z Downloaded powerfmt v0.2.0
10072026-04-14T21:01:35.815Z Downloaded pin-utils v0.1.0
10082026-04-14T21:01:35.815Z Downloaded packed_struct_codegen v0.10.1
10092026-04-14T21:01:35.815Z Downloaded oxide-tokio-rt v0.1.3
10102026-04-14T21:01:35.815Z Downloaded indexmap v1.9.3
10112026-04-14T21:01:35.818Z Downloaded p256 v0.13.2
10122026-04-14T21:01:35.821Z Downloaded fallible-iterator v0.2.0
10132026-04-14T21:01:35.821Z Downloaded ed25519 v2.2.3
10142026-04-14T21:01:35.821Z Downloaded bcs v0.1.6
10152026-04-14T21:01:35.824Z Downloaded quinn-udp v0.5.14
10162026-04-14T21:01:35.824Z Downloaded rustls-pemfile v2.2.0
10172026-04-14T21:01:35.830Z Downloaded serde_spanned v1.0.4
10182026-04-14T21:01:35.831Z Downloaded serde_bytes v0.11.19
10192026-04-14T21:01:35.831Z Downloaded rustls-native-certs v0.8.3
10202026-04-14T21:01:35.831Z Downloaded secrecy v0.8.0
10212026-04-14T21:01:35.831Z Downloaded rustls-pemfile v1.0.4
10222026-04-14T21:01:35.836Z Downloaded sha1 v0.10.6
10232026-04-14T21:01:35.837Z Downloaded serde_urlencoded v0.7.1
10242026-04-14T21:01:35.837Z Downloaded pin-project v1.1.11
10252026-04-14T21:01:35.840Z Downloaded jiff-static v0.2.21
10262026-04-14T21:01:35.843Z Downloaded serde_repr v0.1.20
10272026-04-14T21:01:35.843Z Downloaded postgres-protocol v0.6.10
10282026-04-14T21:01:35.843Z Downloaded diesel_derives v2.3.7
10292026-04-14T21:01:35.847Z Downloaded serde_plain v1.0.2
10302026-04-14T21:01:35.849Z Downloaded signal-hook-mio v0.2.5
10312026-04-14T21:01:35.853Z Downloaded prefix-trie v0.7.0
10322026-04-14T21:01:35.858Z Downloaded shell-words v1.1.1
10332026-04-14T21:01:35.861Z Downloaded signature v2.2.0
10342026-04-14T21:01:35.861Z Downloaded signal-hook-tokio v0.3.1
10352026-04-14T21:01:35.861Z Downloaded bumpalo v3.20.2
10362026-04-14T21:01:35.864Z Downloaded slog-envlogger v2.2.0
10372026-04-14T21:01:35.864Z Downloaded rusty-fork v0.3.1
10382026-04-14T21:01:35.867Z Downloaded rustversion v1.0.22
10392026-04-14T21:01:35.870Z Downloaded progenitor-impl v0.13.0
10402026-04-14T21:01:35.870Z Downloaded postcard v1.1.3
10412026-04-14T21:01:35.873Z Downloaded siphasher v1.0.2
10422026-04-14T21:01:35.876Z Downloaded scroll v0.13.0
10432026-04-14T21:01:35.876Z Downloaded aes v0.8.4
10442026-04-14T21:01:35.880Z Downloaded sigpipe v0.1.3
10452026-04-14T21:01:35.883Z Downloaded slog-bunyan v2.5.0
10462026-04-14T21:01:35.886Z Downloaded serde-hex v0.1.0
10472026-04-14T21:01:35.886Z Downloaded serde_path_to_error v0.1.20
10482026-04-14T21:01:35.889Z Downloaded sec1 v0.7.3
10492026-04-14T21:01:35.889Z Downloaded progenitor-impl v0.11.2
10502026-04-14T21:01:35.895Z Downloaded progenitor-impl v0.10.0
10512026-04-14T21:01:35.895Z Downloaded sct v0.7.1
10522026-04-14T21:01:35.898Z Downloaded schemars_derive v0.8.22
10532026-04-14T21:01:35.898Z Downloaded russh-keys v0.45.0
10542026-04-14T21:01:35.903Z Downloaded rustls-pki-types v1.14.0
10552026-04-14T21:01:35.906Z Downloaded http v1.4.0
10562026-04-14T21:01:35.910Z Downloaded serde_derive_internals v0.29.1
10572026-04-14T21:01:35.924Z Downloaded sqlparser_derive v0.5.0
10582026-04-14T21:01:35.924Z Downloaded structmeta v0.3.0
10592026-04-14T21:01:35.924Z Downloaded structmeta-derive v0.3.0
10602026-04-14T21:01:35.925Z Downloaded hickory-server v0.25.2
10612026-04-14T21:01:35.932Z Downloaded ssh-encoding v0.2.0
10622026-04-14T21:01:35.932Z Downloaded pretty_assertions v1.4.1
10632026-04-14T21:01:35.932Z Downloaded ssh-cipher v0.2.0
10642026-04-14T21:01:35.932Z Downloaded strum v0.26.3
10652026-04-14T21:01:35.932Z Downloaded crossterm v0.29.0
10662026-04-14T21:01:35.935Z Downloaded slog-async v2.8.0
10672026-04-14T21:01:35.935Z Downloaded simd-adler32 v0.3.8
10682026-04-14T21:01:35.935Z Downloaded sync_wrapper v1.0.2
10692026-04-14T21:01:35.938Z Downloaded strip-ansi-escapes v0.2.1
10702026-04-14T21:01:35.938Z Downloaded subtle v2.6.1
10712026-04-14T21:01:35.938Z Downloaded signal-hook-registry v1.4.8
10722026-04-14T21:01:35.938Z Downloaded shlex v1.3.0
10732026-04-14T21:01:35.947Z Downloaded slog-scope v4.4.1
10742026-04-14T21:01:35.951Z Downloaded slog-json v2.6.1
10752026-04-14T21:01:35.951Z Downloaded tabled_derive v0.11.0
10762026-04-14T21:01:35.951Z Downloaded smallvec v0.6.14
10772026-04-14T21:01:35.954Z Downloaded hyper-util v0.1.20
10782026-04-14T21:01:35.957Z Downloaded termtree v0.5.1
10792026-04-14T21:01:35.957Z Downloaded openssl-sys v0.9.111
10802026-04-14T21:01:35.960Z Downloaded take_mut v0.2.2
10812026-04-14T21:01:35.960Z Downloaded tagptr v0.2.0
10822026-04-14T21:01:35.963Z Downloaded sync-ptr v0.1.4
10832026-04-14T21:01:35.963Z Downloaded minimal-lexical v0.2.1
10842026-04-14T21:01:35.967Z Downloaded slog-dtrace v0.3.0
10852026-04-14T21:01:35.967Z Downloaded hashbrown v0.12.3
10862026-04-14T21:01:35.972Z Downloaded spki v0.7.3
10872026-04-14T21:01:35.972Z Downloaded testing_table v0.3.0
10882026-04-14T21:01:35.972Z Downloaded slab v0.4.12
10892026-04-14T21:01:35.972Z Downloaded itertools v0.10.5
10902026-04-14T21:01:35.975Z Downloaded slog-stdlog v4.1.1
10912026-04-14T21:01:35.975Z Downloaded tap v1.0.1
10922026-04-14T21:01:35.978Z Downloaded supports-color v3.0.2
10932026-04-14T21:01:35.978Z Downloaded serde_cbor v0.11.2
10942026-04-14T21:01:35.978Z Downloaded ron v0.8.1
10952026-04-14T21:01:35.982Z Downloaded prettyplease v0.2.37
10962026-04-14T21:01:35.986Z Downloaded snafu-derive v0.8.9
10972026-04-14T21:01:35.989Z Downloaded rayon-core v1.13.0
10982026-04-14T21:01:35.993Z Downloaded time-core v0.1.8
10992026-04-14T21:01:35.993Z Downloaded thread-id v5.1.0
11002026-04-14T21:01:35.993Z Downloaded num-bigint v0.4.6
11012026-04-14T21:01:35.997Z Downloaded string_cache v0.8.9
11022026-04-14T21:01:35.997Z Downloaded blake3 v1.8.3
11032026-04-14T21:01:36.001Z Downloaded hashbrown v0.15.5
11042026-04-14T21:01:36.007Z Downloaded mio v1.1.1
11052026-04-14T21:01:36.011Z Downloaded thiserror-impl-no-std v2.0.2
11062026-04-14T21:01:36.011Z Downloaded strum_macros v0.26.4
11072026-04-14T21:01:36.011Z Downloaded support-bundle-viewer v0.1.2
11082026-04-14T21:01:36.019Z Downloaded static_assertions v1.1.0
11092026-04-14T21:01:36.019Z Downloaded ryu v1.0.23
11102026-04-14T21:01:36.019Z Downloaded tinyvec_macros v0.1.1
11112026-04-14T21:01:36.019Z Downloaded strum_macros v0.24.3
11122026-04-14T21:01:36.019Z Downloaded slog-term v2.9.2
11132026-04-14T21:01:36.019Z Downloaded strum v0.27.2
11142026-04-14T21:01:36.019Z Downloaded stringprep v0.1.5
11152026-04-14T21:01:36.022Z Downloaded rcgen v0.12.1
11162026-04-14T21:01:36.022Z Downloaded stacker v0.1.23
11172026-04-14T21:01:36.027Z Downloaded qorb v0.4.1
11182026-04-14T21:01:36.034Z Downloaded tabwriter v1.4.1
11192026-04-14T21:01:36.042Z Downloaded smf v0.2.3
11202026-04-14T21:01:36.046Z Downloaded topological-sort v0.2.2
11212026-04-14T21:01:36.050Z Downloaded tower-service v0.3.3
11222026-04-14T21:01:36.059Z Downloaded tower-layer v0.3.3
11232026-04-14T21:01:36.060Z Downloaded serde_with_macros v3.17.0
11242026-04-14T21:01:36.060Z Downloaded termios v0.3.3
11252026-04-14T21:01:36.060Z Downloaded serde_yaml v0.9.34+deprecated
11262026-04-14T21:01:36.068Z Downloaded publicsuffix v2.3.0
11272026-04-14T21:01:36.068Z Downloaded rustls-platform-verifier v0.6.2
11282026-04-14T21:01:36.071Z Downloaded sqlformat v0.3.5
11292026-04-14T21:01:36.071Z Downloaded spin v0.9.8
11302026-04-14T21:01:36.071Z Downloaded try-lock v0.2.5
11312026-04-14T21:01:36.071Z Downloaded trait-variant v0.1.2
11322026-04-14T21:01:36.071Z Downloaded time-macros v0.2.27
11332026-04-14T21:01:36.072Z Downloaded tiny-keccak v2.0.2
11342026-04-14T21:01:36.081Z Downloaded tls_codec v0.4.2
11352026-04-14T21:01:36.081Z Downloaded thiserror-no-std v2.0.2
11362026-04-14T21:01:36.082Z Downloaded thread_local v1.1.9
11372026-04-14T21:01:36.090Z Downloaded strum_macros v0.27.2
11382026-04-14T21:01:36.090Z Downloaded tokio-native-tls v0.3.1
11392026-04-14T21:01:36.090Z Downloaded quinn v0.11.9
11402026-04-14T21:01:36.090Z Downloaded rand v0.8.5
11412026-04-14T21:01:36.090Z Downloaded unarray v0.1.4
11422026-04-14T21:01:36.091Z Downloaded tls_codec_derive v0.4.2
11432026-04-14T21:01:36.091Z Downloaded libxml v0.3.3
11442026-04-14T21:01:36.095Z Downloaded itertools v0.12.1
11452026-04-14T21:01:36.095Z Downloaded unicode-truncate v1.1.0
11462026-04-14T21:01:36.095Z Downloaded typify-macro v0.6.1
11472026-04-14T21:01:36.099Z Downloaded typify-macro v0.4.3
11482026-04-14T21:01:36.099Z Downloaded tokio-tungstenite v0.21.0
11492026-04-14T21:01:36.099Z Downloaded schemars v0.8.22
11502026-04-14T21:01:36.106Z Downloaded untrusted v0.9.0
11512026-04-14T21:01:36.106Z Downloaded term v0.7.0
11522026-04-14T21:01:36.109Z Downloaded iddqd v0.3.17
11532026-04-14T21:01:36.112Z Downloaded unit-prefix v0.5.2
11542026-04-14T21:01:36.115Z Downloaded untrusted v0.7.1
11552026-04-14T21:01:36.115Z Downloaded schemars v0.9.0
11562026-04-14T21:01:36.119Z Downloaded universal-hash v0.5.1
11572026-04-14T21:01:36.123Z Downloaded utf-8 v0.7.6
11582026-04-14T21:01:36.123Z Downloaded usdt-attr-macro v0.6.0
11592026-04-14T21:01:36.123Z Downloaded usdt v0.6.0
11602026-04-14T21:01:36.123Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-04-14T21:01:36.126Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11622026-04-14T21:01:36.126Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11632026-04-14T21:01:36.130Z Downloaded tokio-tungstenite v0.23.1
11642026-04-14T21:01:36.130Z Downloaded usdt-macro v0.6.0
11652026-04-14T21:01:36.130Z Downloaded bitvec v1.0.1
11662026-04-14T21:01:36.137Z Downloaded aes-gcm v0.10.3
11672026-04-14T21:01:36.140Z Downloaded tokio-dtrace v0.1.1
11682026-04-14T21:01:36.144Z Downloaded term v1.2.1
11692026-04-14T21:01:36.144Z Downloaded wait-timeout v0.2.1
11702026-04-14T21:01:36.144Z Downloaded socket2 v0.6.2
11712026-04-14T21:01:36.148Z Downloaded waitgroup v0.1.2
11722026-04-14T21:01:36.148Z Downloaded void v1.0.2
11732026-04-14T21:01:36.148Z Downloaded socket2 v0.5.10
11742026-04-14T21:01:36.148Z Downloaded slog v2.8.2
11752026-04-14T21:01:36.151Z Downloaded want v0.3.1
11762026-04-14T21:01:36.151Z Downloaded tokio-rustls v0.26.4
11772026-04-14T21:01:36.151Z Downloaded tui-tree-widget v0.23.1
11782026-04-14T21:01:36.151Z Downloaded itertools v0.13.0
11792026-04-14T21:01:36.156Z Downloaded rustls-webpki v0.103.9
11802026-04-14T21:01:36.160Z Downloaded subprocess v0.2.15
11812026-04-14T21:01:36.160Z Downloaded rand v0.9.2
11822026-04-14T21:01:36.163Z Downloaded similar v2.7.0
11832026-04-14T21:01:36.166Z Downloaded unicase v2.9.0
11842026-04-14T21:01:36.166Z Downloaded aho-corasick v1.1.4
11852026-04-14T21:01:36.169Z Downloaded tokio-rustls v0.25.0
11862026-04-14T21:01:36.169Z Downloaded signal-hook v0.3.18
11872026-04-14T21:01:36.172Z Downloaded xattr v1.6.1
11882026-04-14T21:01:36.172Z Downloaded tokio-rustls v0.24.1
11892026-04-14T21:01:36.175Z Downloaded zeroize_derive v1.4.3
11902026-04-14T21:01:36.175Z Downloaded nom v7.1.3
11912026-04-14T21:01:36.178Z Downloaded tokio-macros v2.6.0
11922026-04-14T21:01:36.178Z Downloaded iri-string v0.7.10
11932026-04-14T21:01:36.181Z Downloaded schemars v1.2.1
11942026-04-14T21:01:36.189Z Downloaded xshell-macros v0.2.7
11952026-04-14T21:01:36.193Z Downloaded zone_cfg_derive v0.3.1
11962026-04-14T21:01:36.193Z Downloaded test-strategy v0.4.5
11972026-04-14T21:01:36.196Z Downloaded hyper v1.8.1
11982026-04-14T21:01:36.199Z Downloaded usdt-impl v0.6.0
11992026-04-14T21:01:36.199Z Downloaded toml_parser v1.0.9+spec-1.1.0
12002026-04-14T21:01:36.202Z Downloaded rsa v0.9.10
12012026-04-14T21:01:36.202Z Downloaded zone v0.3.1
12022026-04-14T21:01:36.205Z Downloaded samael v0.0.19
12032026-04-14T21:01:36.208Z Downloaded snafu v0.8.9
12042026-04-14T21:01:36.211Z Downloaded vergen-lib v0.1.6
12052026-04-14T21:01:36.213Z Downloaded vergen-gitcl v1.0.8
12062026-04-14T21:01:36.214Z Downloaded futures-util v0.3.32
12072026-04-14T21:01:36.218Z Downloaded twox-hash v2.1.2
12082026-04-14T21:01:36.221Z Downloaded libm v0.2.16
12092026-04-14T21:01:36.225Z Downloaded tinyvec v1.10.0
12102026-04-14T21:01:36.228Z Downloaded uzers v0.12.2
12112026-04-14T21:01:36.228Z Downloaded rand v0.10.0
12122026-04-14T21:01:36.232Z Downloaded num-bigint-dig v0.8.6
12132026-04-14T21:01:36.237Z Downloaded h2 v0.4.13
12142026-04-14T21:01:36.242Z Downloaded whoami v1.6.1
12152026-04-14T21:01:36.242Z Downloaded walkdir v2.5.0
12162026-04-14T21:01:36.242Z Downloaded tokio-stream v0.1.18
12172026-04-14T21:01:36.247Z Downloaded wyz v0.5.1
12182026-04-14T21:01:36.247Z Downloaded whoami v2.1.0
12192026-04-14T21:01:36.247Z Downloaded p521 v0.13.3
12202026-04-14T21:01:36.250Z Downloaded hkdf v0.12.4
12212026-04-14T21:01:36.253Z Downloaded tar v0.4.45
12222026-04-14T21:01:36.256Z Downloaded xshell v0.2.7
12232026-04-14T21:01:36.256Z Downloaded zeroize v1.8.2
12242026-04-14T21:01:36.256Z Downloaded toml v0.7.8
12252026-04-14T21:01:36.259Z Downloaded itertools v0.14.0
12262026-04-14T21:01:36.262Z Downloaded toml v1.0.6+spec-1.1.0
12272026-04-14T21:01:36.270Z Downloaded vergen v9.0.6
12282026-04-14T21:01:36.273Z Downloaded steno v0.4.1
12292026-04-14T21:01:36.276Z Downloaded vsss-rs v3.3.4
12302026-04-14T21:01:36.276Z Downloaded tracing-attributes v0.1.31
12312026-04-14T21:01:36.280Z Downloaded zstd-safe v7.2.4
12322026-04-14T21:01:36.283Z Downloaded tungstenite v0.21.0
12332026-04-14T21:01:36.286Z Downloaded tungstenite v0.23.0
12342026-04-14T21:01:36.289Z Downloaded unicode-bidi v0.3.18
12352026-04-14T21:01:36.289Z Downloaded vergen-git2 v1.0.7
12362026-04-14T21:01:36.291Z Downloaded tracing-core v0.1.36
12372026-04-14T21:01:36.295Z Downloaded typify v0.6.1
12382026-04-14T21:01:36.300Z Downloaded rustyline v14.0.0
12392026-04-14T21:01:36.303Z Downloaded typify v0.4.3
12402026-04-14T21:01:36.303Z Downloaded toml v0.9.12+spec-1.1.0
12412026-04-14T21:01:36.306Z Downloaded zstd v0.13.3
12422026-04-14T21:01:36.306Z Downloaded zerocopy v0.6.6
12432026-04-14T21:01:36.314Z Downloaded yasna v0.5.2
12442026-04-14T21:01:36.314Z Downloaded unicode-properties v0.1.4
12452026-04-14T21:01:36.326Z Downloaded unsafe-libyaml v0.2.11
12462026-04-14T21:01:36.332Z Downloaded toml_edit v0.23.10+spec-1.0.0
12472026-04-14T21:01:36.332Z Downloaded russh v0.45.0
12482026-04-14T21:01:36.340Z Downloaded tokio-postgres v0.7.16
12492026-04-14T21:01:36.354Z Downloaded zopfli v0.8.3
12502026-04-14T21:01:36.364Z Downloaded rpassword v7.4.0
12512026-04-14T21:01:36.390Z Downloaded git2 v0.20.4
12522026-04-14T21:01:36.398Z Downloaded reqwest v0.12.28
12532026-04-14T21:01:36.402Z Downloaded vte v0.14.1
12542026-04-14T21:01:36.412Z Downloaded ssh-key v0.6.7
12552026-04-14T21:01:36.416Z Downloaded toml_edit v0.19.15
12562026-04-14T21:01:36.425Z Downloaded zip v0.6.6
12572026-04-14T21:01:36.428Z Downloaded reedline v0.40.0
12582026-04-14T21:01:36.431Z Downloaded tower v0.5.3
12592026-04-14T21:01:36.437Z Downloaded rustls-webpki v0.101.7
12602026-04-14T21:01:36.444Z Downloaded p384 v0.13.1
12612026-04-14T21:01:36.449Z Downloaded regex v1.12.3
12622026-04-14T21:01:36.453Z Downloaded yansi v1.0.1
12632026-04-14T21:01:36.453Z Downloaded portable-atomic v1.13.1
12642026-04-14T21:01:36.456Z Downloaded unicode_categories v0.1.1
12652026-04-14T21:01:36.459Z Downloaded typed-path v0.9.3
12662026-04-14T21:01:36.463Z Downloaded reqwest v0.13.2
12672026-04-14T21:01:36.464Z Downloaded chrono v0.4.44
12682026-04-14T21:01:36.468Z Downloaded uuid v1.23.0
12692026-04-14T21:01:36.471Z Downloaded aws-lc-rs v1.16.0
12702026-04-14T21:01:36.478Z Downloaded rayon v1.11.0
12712026-04-14T21:01:36.481Z Downloaded goblin v0.10.5
12722026-04-14T21:01:36.487Z Downloaded zerocopy-derive v0.8.40
12732026-04-14T21:01:36.490Z Downloaded lalrpop v0.19.12
12742026-04-14T21:01:36.497Z Downloaded x509-cert v0.2.5
12752026-04-14T21:01:36.503Z Downloaded petname v2.0.2
12762026-04-14T21:01:36.503Z Downloaded proptest v1.10.0
12772026-04-14T21:01:36.507Z Downloaded moka v0.12.13
12782026-04-14T21:01:36.511Z Downloaded unicode-segmentation v1.12.0
12792026-04-14T21:01:36.514Z Downloaded bstr v1.12.1
12802026-04-14T21:01:36.519Z Downloaded bindgen v0.71.1
12812026-04-14T21:01:36.523Z Downloaded rustls-webpki v0.102.8
12822026-04-14T21:01:36.534Z Downloaded unicode-normalization v0.1.25
12832026-04-14T21:01:36.538Z Downloaded tower-http v0.6.8
12842026-04-14T21:01:36.541Z Downloaded tough v0.20.0
12852026-04-14T21:01:36.545Z Downloaded zip v4.6.1
12862026-04-14T21:01:36.548Z Downloaded object v0.30.4
12872026-04-14T21:01:36.552Z Downloaded tokio-util v0.7.18
12882026-04-14T21:01:36.557Z Downloaded salty v0.3.0
12892026-04-14T21:01:36.561Z Downloaded nix v0.27.1
12902026-04-14T21:01:36.570Z Downloaded quick-xml v0.37.5
12912026-04-14T21:01:36.573Z Downloaded curve25519-dalek v4.1.3
12922026-04-14T21:01:36.577Z Downloaded openssl v0.10.75
12932026-04-14T21:01:36.580Z Downloaded serde_with v3.17.0
12942026-04-14T21:01:36.587Z Downloaded nix v0.29.0
12952026-04-14T21:01:36.594Z Downloaded radix_trie v0.2.1
12962026-04-14T21:01:36.596Z Downloaded nix v0.28.0
12972026-04-14T21:01:36.615Z Downloaded winnow v0.5.40
12982026-04-14T21:01:36.620Z Downloaded winnow v0.6.26
12992026-04-14T21:01:36.625Z Downloaded quinn-proto v0.11.13
13002026-04-14T21:01:36.630Z Downloaded polar-core v0.27.3
13012026-04-14T21:01:36.638Z Downloaded object v0.37.3
13022026-04-14T21:01:36.649Z Downloaded vcpkg v0.2.15
13032026-04-14T21:01:36.672Z Downloaded webpki-roots v1.0.6
13042026-04-14T21:01:36.682Z Downloaded regress v0.10.5
13052026-04-14T21:01:36.702Z Downloaded openapiv3 v2.2.0
13062026-04-14T21:01:36.709Z Downloaded tabled v0.20.0
13072026-04-14T21:01:36.717Z Downloaded time v0.3.47
13082026-04-14T21:01:36.724Z Downloaded rustix v0.38.44
13092026-04-14T21:01:36.737Z Downloaded rustls v0.21.12
13102026-04-14T21:01:36.743Z Downloaded dropshot v0.17.0
13112026-04-14T21:01:36.756Z Downloaded zlib-rs v0.6.2
13122026-04-14T21:01:36.762Z Downloaded diesel v2.3.7
13132026-04-14T21:01:36.774Z Downloaded smoltcp v0.11.0
13142026-04-14T21:01:36.779Z Downloaded rustls v0.22.4
13152026-04-14T21:01:36.788Z Downloaded regex-syntax v0.8.10
13162026-04-14T21:01:36.793Z Downloaded zerocopy v0.8.40
13172026-04-14T21:01:36.800Z Downloaded rustls v0.23.37
13182026-04-14T21:01:36.806Z Downloaded hickory-proto v0.24.4
13192026-04-14T21:01:36.817Z Downloaded typify-impl v0.6.1
13202026-04-14T21:01:36.825Z Downloaded dropshot v0.16.7
13212026-04-14T21:01:36.838Z Downloaded regex-syntax v0.6.29
13222026-04-14T21:01:36.843Z Downloaded bzip2-sys v0.1.13+1.0.8
13232026-04-14T21:01:36.849Z Downloaded nix v0.31.1
13242026-04-14T21:01:36.857Z Downloaded hickory-proto v0.25.2
13252026-04-14T21:01:36.867Z Downloaded smoltcp v0.9.1
13262026-04-14T21:01:36.873Z Downloaded sqlparser v0.61.0
13272026-04-14T21:01:36.881Z Downloaded chrono-tz v0.10.4
13282026-04-14T21:01:36.897Z Downloaded sled v0.34.7
13292026-04-14T21:01:36.903Z Downloaded jiff v0.2.21
13302026-04-14T21:01:36.916Z Downloaded ratatui v0.29.0
13312026-04-14T21:01:36.928Z Downloaded tracing v0.1.44
13322026-04-14T21:01:36.939Z Downloaded typify-impl v0.4.3
13332026-04-14T21:01:36.964Z Downloaded regex-automata v0.4.14
13342026-04-14T21:01:36.976Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13352026-04-14T21:01:36.985Z Downloaded zerocopy-derive v0.6.6
13362026-04-14T21:01:36.989Z Downloaded sha3 v0.10.8
13372026-04-14T21:01:36.997Z Downloaded petgraph v0.6.5
13382026-04-14T21:01:37.005Z Downloaded tokio v1.50.0
13392026-04-14T21:01:37.027Z Downloaded csv v1.4.0
13402026-04-14T21:01:37.049Z Downloaded libz-sys v1.1.24
13412026-04-14T21:01:37.065Z Downloaded petgraph v0.8.3
13422026-04-14T21:01:37.089Z Downloaded encoding_rs v0.8.35
13432026-04-14T21:01:37.151Z Downloaded ring v0.17.14
13442026-04-14T21:01:37.196Z Downloaded libgit2-sys v0.18.3+1.9.2
13452026-04-14T21:01:37.724Z Downloaded aws-lc-sys v0.37.1
13462026-04-14T21:01:37.968Z Compiling libc v0.2.180
13472026-04-14T21:01:37.968Z Compiling serde v1.0.228
13482026-04-14T21:01:37.971Z Compiling log v0.4.29
13492026-04-14T21:01:37.971Z Compiling shlex v1.3.0
13502026-04-14T21:01:38.116Z Compiling find-msvc-tools v0.1.9
13512026-04-14T21:01:38.122Z Compiling smallvec v1.15.1
13522026-04-14T21:01:38.133Z Compiling syn v2.0.117
13532026-04-14T21:01:38.145Z Compiling typenum v1.19.0
13542026-04-14T21:01:38.307Z Compiling generic-array v0.14.7
13552026-04-14T21:01:38.312Z Compiling subtle v2.6.1
13562026-04-14T21:01:38.338Z Compiling scopeguard v1.2.0
13572026-04-14T21:01:38.804Z Compiling const-oid v0.9.6
13582026-04-14T21:01:38.810Z Compiling lock_api v0.4.14
13592026-04-14T21:01:38.810Z Compiling portable-atomic v1.13.1
13602026-04-14T21:01:38.810Z Compiling zerocopy v0.8.40
13612026-04-14T21:01:38.810Z Compiling critical-section v1.2.0
13622026-04-14T21:01:38.810Z Compiling serde_json v1.0.149
13632026-04-14T21:01:38.810Z Compiling parking_lot_core v0.9.12
13642026-04-14T21:01:38.851Z Compiling pin-project-lite v0.2.17
13652026-04-14T21:01:38.923Z Compiling getrandom v0.2.17
13662026-04-14T21:01:38.944Z Compiling jobserver v0.1.34
13672026-04-14T21:01:38.953Z Compiling errno v0.3.14
13682026-04-14T21:01:39.088Z Compiling rand_core v0.6.4
13692026-04-14T21:01:39.101Z Compiling pkg-config v0.3.32
13702026-04-14T21:01:39.118Z Compiling signal-hook-registry v1.4.8
13712026-04-14T21:01:39.317Z Compiling cc v1.2.56
13722026-04-14T21:01:39.353Z Compiling bitflags v2.11.0
13732026-04-14T21:01:39.380Z Compiling libm v0.2.16
13742026-04-14T21:01:39.423Z Compiling once_cell v1.21.3
13752026-04-14T21:01:39.493Z Compiling parking_lot v0.12.5
13762026-04-14T21:01:39.597Z Compiling mio v1.1.1
13772026-04-14T21:01:39.644Z Compiling num-traits v0.2.19
13782026-04-14T21:01:39.644Z Compiling futures-core v0.3.32
13792026-04-14T21:01:39.811Z Compiling percent-encoding v2.3.2
13802026-04-14T21:01:39.856Z Compiling socket2 v0.6.2
13812026-04-14T21:01:39.989Z Compiling allocator-api2 v0.2.21
13822026-04-14T21:01:40.002Z Compiling futures-sink v0.3.32
13832026-04-14T21:01:40.035Z Compiling getrandom v0.3.4
13842026-04-14T21:01:40.044Z Compiling cpufeatures v0.2.17
13852026-04-14T21:01:40.100Z Compiling foldhash v0.2.0
13862026-04-14T21:01:40.129Z Compiling futures-channel v0.3.32
13872026-04-14T21:01:40.245Z Compiling futures-task v0.3.32
13882026-04-14T21:01:40.304Z Compiling hashbrown v0.16.1
13892026-04-14T21:01:40.318Z Compiling slab v0.4.12
13902026-04-14T21:01:40.338Z Compiling futures-io v0.3.32
13912026-04-14T21:01:40.408Z Compiling rustversion v1.0.22
13922026-04-14T21:01:40.492Z Compiling cmake v0.1.57
13932026-04-14T21:01:40.848Z Compiling form_urlencoded v1.2.2
13942026-04-14T21:01:40.945Z Compiling indexmap v2.13.0
13952026-04-14T21:01:40.960Z Compiling synstructure v0.13.2
13962026-04-14T21:01:41.004Z Compiling getrandom v0.4.1
13972026-04-14T21:01:41.025Z Compiling base64ct v1.8.3
13982026-04-14T21:01:41.102Z Compiling fs_extra v1.3.0
13992026-04-14T21:01:41.197Z Compiling dunce v1.0.5
14002026-04-14T21:01:41.304Z Compiling ident_case v1.0.1
14012026-04-14T21:01:41.317Z Compiling pem-rfc7468 v0.7.0
14022026-04-14T21:01:41.371Z Compiling rand_core v0.10.0
14032026-04-14T21:01:41.383Z Compiling aws-lc-sys v0.37.1
14042026-04-14T21:01:41.427Z Compiling flagset v0.4.7
14052026-04-14T21:01:41.430Z Compiling rand_core v0.9.5
14062026-04-14T21:01:41.562Z Compiling iana-time-zone v0.1.65
14072026-04-14T21:01:41.576Z Compiling rustix v1.1.3
14082026-04-14T21:01:41.604Z Compiling ring v0.17.14
14092026-04-14T21:01:41.624Z Compiling rustc_version v0.4.1
14102026-04-14T21:01:41.718Z Compiling uuid v1.23.0
14112026-04-14T21:01:41.743Z Compiling vcpkg v0.2.15
14122026-04-14T21:01:41.776Z Compiling aws-lc-rs v1.16.0
14132026-04-14T21:01:41.958Z Compiling regex-syntax v0.8.10
14142026-04-14T21:01:42.070Z Compiling tracing-core v0.1.36
14152026-04-14T21:01:42.431Z Compiling pest_generator v2.8.6
14162026-04-14T21:01:42.512Z Compiling openssl-sys v0.9.111
14172026-04-14T21:01:42.649Z Compiling serde_derive_internals v0.29.1
14182026-04-14T21:01:42.766Z Compiling serde_derive v1.0.228
14192026-04-14T21:01:43.080Z Compiling zeroize_derive v1.4.3
14202026-04-14T21:01:43.167Z Compiling zerofrom-derive v0.1.6
14212026-04-14T21:01:43.367Z Compiling yoke-derive v0.8.1
14222026-04-14T21:01:43.565Z Compiling zerocopy-derive v0.8.40
14232026-04-14T21:01:43.725Z Compiling zeroize v1.8.2
14242026-04-14T21:01:44.351Z Compiling zerovec-derive v0.11.2
14252026-04-14T21:01:44.501Z Compiling crypto-common v0.1.7
14262026-04-14T21:01:44.543Z Compiling block-buffer v0.10.4
14272026-04-14T21:01:44.573Z Compiling zerofrom v0.1.6
14282026-04-14T21:01:44.643Z Compiling displaydoc v0.2.5
14292026-04-14T21:01:44.697Z Compiling yoke v0.8.1
14302026-04-14T21:01:44.711Z Compiling digest v0.10.7
14312026-04-14T21:01:44.876Z Compiling tokio-macros v2.6.0
14322026-04-14T21:01:44.951Z Compiling hmac v0.12.1
14332026-04-14T21:01:45.104Z Compiling futures-macro v0.3.32
14342026-04-14T21:01:45.363Z Compiling zerotrie v0.2.3
14352026-04-14T21:01:45.424Z Compiling zerovec v0.11.5
14362026-04-14T21:01:45.579Z Compiling block-padding v0.3.3
14372026-04-14T21:01:45.686Z Compiling sha2 v0.10.9
14382026-04-14T21:01:45.750Z Compiling inout v0.1.4
14392026-04-14T21:01:45.910Z Compiling futures-util v0.3.32
14402026-04-14T21:01:45.922Z Compiling tinystr v0.8.2
14412026-04-14T21:01:45.982Z Compiling potential_utf v0.1.4
14422026-04-14T21:01:46.124Z Compiling icu_locale_core v2.1.1
14432026-04-14T21:01:46.138Z Compiling icu_collections v2.1.1
14442026-04-14T21:01:46.264Z Compiling bytes v1.11.1
14452026-04-14T21:01:46.279Z Compiling cipher v0.4.4
14462026-04-14T21:01:46.546Z Compiling der_derive v0.7.3
14472026-04-14T21:01:46.621Z Compiling salsa20 v0.10.2
14482026-04-14T21:01:46.761Z Compiling icu_provider v2.1.1
14492026-04-14T21:01:46.868Z Compiling tokio v1.50.0
14502026-04-14T21:01:47.007Z Compiling icu_properties v2.1.2
14512026-04-14T21:01:47.056Z Compiling icu_normalizer v2.1.1
14522026-04-14T21:01:47.078Z Compiling http v1.4.0
14532026-04-14T21:01:47.483Z Compiling der v0.7.10
14542026-04-14T21:01:47.574Z Compiling chrono v0.4.44
14552026-04-14T21:01:47.963Z Compiling idna_adapter v1.2.1
14562026-04-14T21:01:47.980Z Compiling ppv-lite86 v0.2.21
14572026-04-14T21:01:48.058Z Compiling pbkdf2 v0.12.2
14582026-04-14T21:01:48.095Z Compiling idna v1.1.0
14592026-04-14T21:01:48.121Z Compiling thiserror-impl v2.0.18
14602026-04-14T21:01:48.169Z Compiling scrypt v0.11.0
14612026-04-14T21:01:48.294Z Compiling spki v0.7.3
14622026-04-14T21:01:48.416Z Compiling url v2.5.8
14632026-04-14T21:01:48.490Z Compiling rand_chacha v0.9.0
14642026-04-14T21:01:48.644Z Compiling aes v0.8.4
14652026-04-14T21:01:48.716Z Compiling cbc v0.1.2
14662026-04-14T21:01:48.864Z Compiling rustls-pki-types v1.14.0
14672026-04-14T21:01:48.924Z Compiling tracing-attributes v0.1.31
14682026-04-14T21:01:49.176Z Compiling pkcs5 v0.7.1
14692026-04-14T21:01:49.193Z Compiling rand v0.9.2
14702026-04-14T21:01:49.301Z Compiling http-body v1.0.1
14712026-04-14T21:01:49.412Z Compiling thiserror v2.0.18
14722026-04-14T21:01:49.511Z Compiling openssl-probe v0.2.1
14732026-04-14T21:01:49.525Z Compiling base64 v0.22.1
14742026-04-14T21:01:49.636Z Compiling untrusted v0.7.1
14752026-04-14T21:01:49.674Z Compiling httparse v1.10.1
14762026-04-14T21:01:49.688Z Compiling schemars v0.8.22
14772026-04-14T21:01:49.756Z Compiling untrusted v0.9.0
14782026-04-14T21:01:49.834Z Compiling pkcs8 v0.10.2
14792026-04-14T21:01:49.908Z Compiling schemars_derive v0.8.22
14802026-04-14T21:01:49.966Z Compiling pest_derive v2.8.6
14812026-04-14T21:01:50.044Z Compiling scroll_derive v0.13.1
14822026-04-14T21:01:50.129Z Compiling darling_core v0.20.11
14832026-04-14T21:01:50.208Z Compiling tracing v0.1.44
14842026-04-14T21:01:50.382Z Compiling tower-layer v0.3.3
14852026-04-14T21:01:50.473Z Compiling tokio-util v0.7.18
14862026-04-14T21:01:50.543Z Compiling tower-service v0.3.3
14872026-04-14T21:01:50.671Z Compiling try-lock v0.2.5
14882026-04-14T21:01:50.783Z Compiling atomic-waker v1.1.2
14892026-04-14T21:01:50.848Z Compiling rustls v0.23.37
14902026-04-14T21:01:50.909Z Compiling tinyvec_macros v0.1.1
14912026-04-14T21:01:50.984Z Compiling dyn-clone v1.0.20
14922026-04-14T21:01:51.016Z Compiling tinyvec v1.10.0
14932026-04-14T21:01:51.119Z Compiling scroll v0.13.0
14942026-04-14T21:01:51.362Z Compiling h2 v0.4.13
14952026-04-14T21:01:51.383Z Compiling want v0.3.1
14962026-04-14T21:01:51.550Z Compiling ipnet v2.11.0
14972026-04-14T21:01:51.677Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14982026-04-14T21:01:51.827Z Compiling spin v0.9.8
14992026-04-14T21:01:52.033Z Compiling aho-corasick v1.1.4
15002026-04-14T21:01:52.036Z Compiling powerfmt v0.2.0
15012026-04-14T21:01:52.062Z Compiling httpdate v1.0.3
15022026-04-14T21:01:52.233Z Compiling num-conv v0.2.0
15032026-04-14T21:01:52.280Z Compiling crc32fast v1.5.0
15042026-04-14T21:01:52.366Z Compiling pin-utils v0.1.0
15052026-04-14T21:01:52.413Z Compiling openssl v0.10.75
15062026-04-14T21:01:52.427Z Compiling darling_macro v0.20.11
15072026-04-14T21:01:52.431Z Compiling foreign-types-shared v0.1.1
15082026-04-14T21:01:52.453Z Compiling time-core v0.1.8
15092026-04-14T21:01:52.522Z Compiling foreign-types v0.3.2
15102026-04-14T21:01:52.581Z Compiling tempfile v3.25.0
15112026-04-14T21:01:52.594Z Compiling deranged v0.5.8
15122026-04-14T21:01:52.594Z Compiling time-macros v0.2.27
15132026-04-14T21:01:52.882Z Compiling darling v0.20.11
15142026-04-14T21:01:52.941Z Compiling regex-automata v0.4.14
15152026-04-14T21:01:52.962Z Compiling goblin v0.10.5
15162026-04-14T21:01:53.638Z Compiling openssl-macros v0.1.1
15172026-04-14T21:01:53.695Z Compiling socket2 v0.5.10
15182026-04-14T21:01:54.021Z Compiling wait-timeout v0.2.1
15192026-04-14T21:01:54.047Z Compiling usdt-impl v0.6.0
15202026-04-14T21:01:54.093Z Compiling simd-adler32 v0.3.8
15212026-04-14T21:01:54.251Z Compiling hyper v1.8.1
15222026-04-14T21:01:54.279Z Compiling quick-error v1.2.3
15232026-04-14T21:01:54.332Z Compiling syn v1.0.109
15242026-04-14T21:01:54.382Z Compiling siphasher v1.0.2
15252026-04-14T21:01:54.567Z Compiling crossbeam-utils v0.8.21
15262026-04-14T21:01:54.625Z Compiling bit-vec v0.8.0
15272026-04-14T21:01:54.847Z Compiling num_threads v0.1.7
15282026-04-14T21:01:54.861Z Compiling native-tls v0.2.18
15292026-04-14T21:01:54.946Z Compiling time v0.3.47
15302026-04-14T21:01:55.096Z Compiling bit-set v0.8.0
15312026-04-14T21:01:55.253Z Compiling hyper-util v0.1.20
15322026-04-14T21:01:55.268Z Compiling rusty-fork v0.3.1
15332026-04-14T21:01:55.580Z Compiling dof v0.4.0
15342026-04-14T21:01:56.556Z Compiling derive_builder_core v0.20.2
15352026-04-14T21:01:56.961Z Compiling unicode-normalization v0.1.25
15362026-04-14T21:01:56.991Z Compiling dtrace-parser v0.3.0
15372026-04-14T21:01:56.994Z Compiling rustls-native-certs v0.8.3
15382026-04-14T21:01:57.180Z Compiling signature v2.2.0
15392026-04-14T21:01:57.284Z Compiling scroll_derive v0.12.1
15402026-04-14T21:01:57.358Z Compiling thiserror-impl v1.0.69
15412026-04-14T21:01:57.397Z Compiling heapless v0.7.17
15422026-04-14T21:01:57.413Z Compiling rand_xorshift v0.4.0
15432026-04-14T21:01:57.570Z Compiling slog v2.8.2
15442026-04-14T21:01:57.630Z Compiling darling_core v0.21.3
15452026-04-14T21:01:57.722Z Compiling bzip2-sys v0.1.13+1.0.8
15462026-04-14T21:01:57.751Z Compiling sync_wrapper v1.0.2
15472026-04-14T21:01:57.860Z Compiling thread-id v5.1.0
15482026-04-14T21:01:57.930Z Compiling cookie v0.18.1
15492026-04-14T21:01:57.944Z Compiling paste v1.0.15
15502026-04-14T21:01:57.990Z Compiling adler2 v2.0.1
15512026-04-14T21:01:58.105Z Compiling signal-hook v0.3.18
15522026-04-14T21:01:58.120Z Compiling anyhow v1.0.102
15532026-04-14T21:01:58.201Z Compiling unicode-bidi v0.3.18
15542026-04-14T21:01:58.273Z Compiling unicode-properties v0.1.4
15552026-04-14T21:01:58.414Z Compiling unarray v0.1.4
15562026-04-14T21:01:58.477Z Compiling zstd-safe v7.2.4
15572026-04-14T21:01:58.523Z Compiling stringprep v0.1.5
15582026-04-14T21:01:58.593Z Compiling thiserror v1.0.69
15592026-04-14T21:01:58.666Z Compiling proptest v1.10.0
15602026-04-14T21:01:58.758Z Compiling miniz_oxide v0.8.9
15612026-04-14T21:01:58.959Z Compiling scroll v0.12.0
15622026-04-14T21:01:59.211Z Compiling tower v0.5.3
15632026-04-14T21:01:59.331Z Compiling derive_builder_macro v0.20.2
15642026-04-14T21:01:59.676Z Compiling ipnetwork v0.21.1
15652026-04-14T21:01:59.746Z Compiling http-body-util v0.1.3
15662026-04-14T21:01:59.777Z Compiling webpki-roots v1.0.6
15672026-04-14T21:01:59.898Z Compiling rand_chacha v0.3.1
15682026-04-14T21:01:59.979Z Compiling serde_tokenstream v0.2.3
15692026-04-14T21:02:00.005Z Compiling erased-serde v0.3.31
15702026-04-14T21:02:00.057Z Compiling toml_datetime v0.6.11
15712026-04-14T21:02:00.094Z Compiling darling_macro v0.21.3
15722026-04-14T21:02:00.281Z Compiling serde_spanned v0.6.9
15732026-04-14T21:02:00.303Z Compiling md-5 v0.10.6
15742026-04-14T21:02:00.423Z Compiling zerocopy-derive v0.7.35
15752026-04-14T21:02:00.469Z Compiling curve25519-dalek v4.1.3
15762026-04-14T21:02:00.483Z Compiling vergen-lib v0.1.6
15772026-04-14T21:02:00.569Z Compiling num-integer v0.1.46
15782026-04-14T21:02:00.722Z Compiling hash32 v0.2.1
15792026-04-14T21:02:00.739Z Compiling ff v0.13.1
15802026-04-14T21:02:00.824Z Compiling memoffset v0.9.1
15812026-04-14T21:02:00.875Z Compiling ryu v1.0.23
15822026-04-14T21:02:00.909Z Compiling num-bigint-dig v0.8.6
15832026-04-14T21:02:00.909Z Compiling base16ct v0.2.0
15842026-04-14T21:02:01.014Z Compiling zlib-rs v0.6.2
15852026-04-14T21:02:01.057Z Compiling smoltcp v0.9.1
15862026-04-14T21:02:01.089Z Compiling litrs v1.0.0
15872026-04-14T21:02:01.105Z Compiling cfg_aliases v0.2.1
15882026-04-14T21:02:01.179Z Compiling iri-string v0.7.10
15892026-04-14T21:02:01.348Z Compiling rustix v0.38.44
15902026-04-14T21:02:01.390Z Compiling fallible-iterator v0.2.0
15912026-04-14T21:02:01.599Z Compiling psl-types v2.0.11
15922026-04-14T21:02:01.690Z Compiling ref-cast v1.0.25
15932026-04-14T21:02:01.701Z Compiling publicsuffix v2.3.0
15942026-04-14T21:02:01.812Z Compiling postgres-protocol v0.6.10
15952026-04-14T21:02:01.864Z Compiling document-features v0.2.12
15962026-04-14T21:02:02.055Z Compiling zerocopy v0.7.35
15972026-04-14T21:02:02.345Z Compiling tower-http v0.6.8
15982026-04-14T21:02:02.430Z Compiling nix v0.31.1
15992026-04-14T21:02:02.615Z Compiling sec1 v0.7.3
16002026-04-14T21:02:02.743Z Compiling serde_urlencoded v0.7.1
16012026-04-14T21:02:02.781Z Compiling newtype-uuid v1.3.2
16022026-04-14T21:02:02.886Z Compiling group v0.13.0
16032026-04-14T21:02:03.061Z Compiling num-iter v0.1.45
16042026-04-14T21:02:03.086Z Compiling darling v0.21.3
16052026-04-14T21:02:03.169Z Compiling rand v0.8.5
16062026-04-14T21:02:03.183Z Compiling oxnet v0.1.4
16072026-04-14T21:02:03.201Z Compiling hubpack_derive v0.1.1
16082026-04-14T21:02:03.236Z Compiling derive_builder v0.20.2
16092026-04-14T21:02:03.474Z Compiling goblin v0.8.2
16102026-04-14T21:02:03.568Z Compiling tokio-native-tls v0.3.1
16112026-04-14T21:02:03.974Z Compiling flate2 v1.1.9
16122026-04-14T21:02:04.185Z Compiling regex v1.12.3
16132026-04-14T21:02:04.200Z Compiling phf_shared v0.13.1
16142026-04-14T21:02:04.232Z Compiling lazy_static v1.5.0
16152026-04-14T21:02:04.274Z Compiling cargo-platform v0.1.9
16162026-04-14T21:02:04.327Z Compiling hkdf v0.12.4
16172026-04-14T21:02:04.368Z Compiling crypto-bigint v0.5.5
16182026-04-14T21:02:04.437Z Compiling terminal_size v0.4.3
16192026-04-14T21:02:04.488Z Compiling async-trait v0.1.89
16202026-04-14T21:02:04.525Z Compiling strum_macros v0.27.2
16212026-04-14T21:02:04.568Z Compiling curve25519-dalek-derive v0.1.1
16222026-04-14T21:02:04.604Z Compiling daft-derive v0.1.5
16232026-04-14T21:02:05.204Z Compiling ref-cast-impl v1.0.25
16242026-04-14T21:02:05.327Z Compiling vergen v9.0.6
16252026-04-14T21:02:05.489Z Compiling fs-err v3.3.0
16262026-04-14T21:02:05.505Z Compiling ahash v0.8.12
16272026-04-14T21:02:05.678Z Compiling bumpalo v3.20.2
16282026-04-14T21:02:05.748Z Compiling unicode-segmentation v1.12.0
16292026-04-14T21:02:05.787Z Compiling winnow v0.5.40
16302026-04-14T21:02:05.938Z Compiling foldhash v0.1.5
16312026-04-14T21:02:06.122Z Compiling managed v0.8.0
16322026-04-14T21:02:06.143Z Compiling bitflags v1.3.2
16332026-04-14T21:02:06.221Z Compiling object v0.37.3
16342026-04-14T21:02:06.327Z Compiling libbz2-rs-sys v0.2.2
16352026-04-14T21:02:06.497Z Compiling clap_builder v4.5.60
16362026-04-14T21:02:06.497Z Compiling strum v0.27.2
16372026-04-14T21:02:06.631Z Compiling hashbrown v0.15.5
16382026-04-14T21:02:06.958Z Compiling bzip2 v0.6.1
16392026-04-14T21:02:07.010Z Compiling zopfli v0.8.3
16402026-04-14T21:02:07.160Z Compiling toml_edit v0.19.15
16412026-04-14T21:02:07.279Z Compiling dof v0.3.0
16422026-04-14T21:02:07.373Z Compiling daft v0.1.5
16432026-04-14T21:02:07.392Z Compiling elliptic-curve v0.13.8
16442026-04-14T21:02:07.673Z Compiling cargo_metadata v0.19.2
16452026-04-14T21:02:07.776Z Compiling phf v0.13.1
16462026-04-14T21:02:07.980Z Compiling signal-hook-mio v0.2.5
16472026-04-14T21:02:08.102Z Compiling cookie_store v0.22.1
16482026-04-14T21:02:08.976Z Compiling hyper-tls v0.6.0
16492026-04-14T21:02:09.098Z Compiling hubpack v0.1.2
16502026-04-14T21:02:09.208Z Compiling zstd v0.13.3
16512026-04-14T21:02:09.322Z Compiling bzip2 v0.4.4
16522026-04-14T21:02:09.444Z Compiling serde_with_macros v3.17.0
16532026-04-14T21:02:09.528Z Compiling postgres-types v0.2.12
16542026-04-14T21:02:09.594Z Compiling usdt-attr-macro v0.6.0
16552026-04-14T21:02:09.751Z Compiling usdt-macro v0.6.0
16562026-04-14T21:02:10.067Z Compiling dtrace-parser v0.2.0
16572026-04-14T21:02:10.370Z Compiling ed25519 v2.2.3
16582026-04-14T21:02:10.475Z Compiling bstr v1.12.1
16592026-04-14T21:02:10.547Z Compiling phf_shared v0.11.3
16602026-04-14T21:02:10.569Z Compiling pkcs1 v0.7.5
16612026-04-14T21:02:10.656Z Compiling hex v0.4.3
16622026-04-14T21:02:10.803Z Compiling serde-big-array v0.5.1
16632026-04-14T21:02:10.845Z Compiling rfc6979 v0.4.0
16642026-04-14T21:02:10.937Z Compiling strum_macros v0.26.4
16652026-04-14T21:02:10.956Z Compiling clap_derive v4.5.55
16662026-04-14T21:02:10.971Z Compiling enum-as-inner v0.6.1
16672026-04-14T21:02:11.027Z Compiling serde_repr v0.1.20
16682026-04-14T21:02:11.181Z Compiling float-cmp v0.10.0
16692026-04-14T21:02:11.308Z Compiling memmap2 v0.9.10
16702026-04-14T21:02:11.332Z Compiling thread-id v4.2.2
16712026-04-14T21:02:11.419Z Compiling env_filter v1.0.0
16722026-04-14T21:02:11.476Z Compiling encoding_rs v0.8.35
16732026-04-14T21:02:11.516Z Compiling static_assertions v1.1.0
16742026-04-14T21:02:11.557Z Compiling fixedbitset v0.4.2
16752026-04-14T21:02:11.594Z Compiling precomputed-hash v0.1.1
16762026-04-14T21:02:11.690Z Compiling mime v0.3.17
16772026-04-14T21:02:11.715Z Compiling keccak v0.1.6
16782026-04-14T21:02:11.783Z Compiling rustc-hash v2.1.1
16792026-04-14T21:02:11.913Z Compiling difflib v0.4.0
16802026-04-14T21:02:11.940Z Compiling predicates-core v1.0.10
16812026-04-14T21:02:12.117Z Compiling jiff v0.2.21
16822026-04-14T21:02:12.450Z Compiling either v1.15.0
16832026-04-14T21:02:12.535Z Compiling whoami v2.1.0
16842026-04-14T21:02:12.668Z Compiling new_debug_unreachable v1.0.6
16852026-04-14T21:02:12.681Z Compiling normalize-line-endings v0.3.0
16862026-04-14T21:02:12.708Z Compiling data-encoding v2.10.0
16872026-04-14T21:02:12.746Z Compiling fixedbitset v0.5.7
16882026-04-14T21:02:12.781Z Compiling predicates v3.1.4
16892026-04-14T21:02:12.914Z Compiling tokio-postgres v0.7.16
16902026-04-14T21:02:12.997Z Compiling petgraph v0.8.3
16912026-04-14T21:02:13.039Z Compiling hickory-proto v0.25.2
16922026-04-14T21:02:13.399Z Compiling string_cache v0.8.9
16932026-04-14T21:02:13.421Z Compiling clap v4.5.60
16942026-04-14T21:02:13.506Z Compiling strum v0.26.3
16952026-04-14T21:02:13.522Z Compiling itertools v0.13.0
16962026-04-14T21:02:13.620Z Compiling toml_edit v0.22.27
16972026-04-14T21:02:13.639Z Compiling iddqd v0.3.17
16982026-04-14T21:02:14.717Z Compiling zip v4.6.1
16992026-04-14T21:02:14.733Z Compiling sha3 v0.10.8
17002026-04-14T21:02:14.885Z Compiling petgraph v0.6.5
17012026-04-14T21:02:15.060Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-04-14T21:02:15.185Z Compiling env_logger v0.11.9
17032026-04-14T21:02:15.547Z Compiling usdt v0.6.0
17042026-04-14T21:02:15.665Z Compiling usdt-impl v0.5.0
17052026-04-14T21:02:15.829Z Compiling ecdsa v0.16.9
17062026-04-14T21:02:16.235Z Compiling similar v2.7.0
17072026-04-14T21:02:16.254Z Compiling serde_with v3.17.0
17082026-04-14T21:02:16.280Z Compiling rsa v0.9.10
17092026-04-14T21:02:16.294Z Compiling ed25519-dalek v2.2.0
17102026-04-14T21:02:16.380Z Compiling crossterm v0.28.1
17112026-04-14T21:02:17.104Z Compiling zip v0.6.6
17122026-04-14T21:02:17.677Z Compiling toml v0.7.8
17132026-04-14T21:02:18.043Z Compiling toml_parser v1.0.9+spec-1.1.0
17142026-04-14T21:02:18.081Z Compiling heck v0.4.1
17152026-04-14T21:02:18.096Z Compiling crossbeam-epoch v0.9.18
17162026-04-14T21:02:18.289Z Compiling tokio-stream v0.1.18
17172026-04-14T21:02:18.305Z Compiling buf-list v1.1.2
17182026-04-14T21:02:18.356Z Compiling x509-cert v0.2.5
17192026-04-14T21:02:18.417Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17202026-04-14T21:02:18.582Z Compiling openapiv3 v2.2.0
17212026-04-14T21:02:18.663Z Compiling sha1 v0.10.6
17222026-04-14T21:02:18.715Z Compiling toml_datetime v0.7.5+spec-1.1.0
17232026-04-14T21:02:18.744Z Compiling peg-runtime v0.8.5
17242026-04-14T21:02:18.894Z Compiling lalrpop-util v0.19.12
17252026-04-14T21:02:19.003Z Compiling thread_local v1.1.9
17262026-04-14T21:02:19.025Z Compiling slog-async v2.8.0
17272026-04-14T21:02:19.076Z Compiling crossbeam-channel v0.5.15
17282026-04-14T21:02:19.252Z Compiling futures-executor v0.3.32
17292026-04-14T21:02:19.342Z Compiling is-terminal v0.4.17
17302026-04-14T21:02:19.442Z Compiling filetime v0.2.27
17312026-04-14T21:02:19.514Z Compiling term v1.2.1
17322026-04-14T21:02:19.536Z Compiling take_mut v0.2.2
17332026-04-14T21:02:19.583Z Compiling xattr v1.6.1
17342026-04-14T21:02:19.621Z Compiling futures v0.3.32
17352026-04-14T21:02:19.701Z Compiling tar v0.4.45
17362026-04-14T21:02:19.956Z Compiling slog-term v2.9.2
17372026-04-14T21:02:27.272Z Compiling rustls-webpki v0.103.9
17382026-04-14T21:02:30.020Z Compiling tokio-rustls v0.26.4
17392026-04-14T21:02:30.020Z Compiling rustls-platform-verifier v0.6.2
17402026-04-14T21:02:30.227Z Compiling hyper-rustls v0.27.7
17412026-04-14T21:02:30.430Z Compiling reqwest v0.13.2
17422026-04-14T21:02:30.430Z Compiling reqwest v0.12.28
17432026-04-14T21:02:32.520Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17442026-04-14T21:02:32.736Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17452026-04-14T21:02:35.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17462026-04-14T21:02:35.671Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17472026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Starting download, target: Cockroach
17482026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Starting download, target: DendriteStub
17492026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Starting download, target: Console
17502026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Starting download, target: MaghemiteMgd
17512026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Starting download, target: Clickhouse
17522026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Starting download, target: TransceiverControl
17532026-04-14T21:02:35.727ZApr 14 21:02:34.026 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-04-14T21:02:35.731ZApr 14 21:02:34.026 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17552026-04-14T21:02:35.731ZApr 14 21:02:34.026 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17562026-04-14T21:02:35.731ZApr 14 21:02:34.026 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17572026-04-14T21:02:35.731ZApr 14 21:02:34.026 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17582026-04-14T21:02:35.731ZApr 14 21:02:34.026 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17592026-04-14T21:02:36.140ZApr 14 21:02:34.432 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17602026-04-14T21:02:36.361ZApr 14 21:02:34.657 INFO Download complete, target: TransceiverControl
17612026-04-14T21:02:36.674ZApr 14 21:02:34.966 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17622026-04-14T21:02:36.913ZApr 14 21:02:35.199 INFO Download complete, target: Console
17632026-04-14T21:02:37.445ZApr 14 21:02:35.739 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17642026-04-14T21:02:37.464ZApr 14 21:02:35.758 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17652026-04-14T21:02:37.982ZApr 14 21:02:36.279 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17662026-04-14T21:02:37.988ZApr 14 21:02:36.286 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17672026-04-14T21:02:37.988ZApr 14 21:02:36.286 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17682026-04-14T21:02:39.801ZApr 14 21:02:38.099 INFO Download complete, target: MaghemiteMgd
17692026-04-14T21:02:39.823ZApr 14 21:02:38.121 INFO Download complete, target: DendriteStub
17702026-04-14T21:02:42.545ZApr 14 21:02:40.842 INFO Checking that binary works, target: Cockroach
17712026-04-14T21:02:42.642ZApr 14 21:02:40.940 INFO Download complete, target: Cockroach
17722026-04-14T21:02:44.703ZApr 14 21:02:43.000 INFO Checking that binary works, target: Clickhouse
17732026-04-14T21:02:44.791ZApr 14 21:02:43.088 INFO Download complete, target: Clickhouse
17742026-04-14T21:02:44.803ZAll builder prerequisites installed successfully, and PATH looks valid
17752026-04-14T21:02:44.806Z
17762026-04-14T21:02:44.806Zreal 2:56.401839818
17772026-04-14T21:02:44.807Zuser 7:10.976832993
17782026-04-14T21:02:44.807Zsys 1:23.676326070
17792026-04-14T21:02:44.807Ztrap 0.214376796
17802026-04-14T21:02:44.807Ztflt 0.556926375
17812026-04-14T21:02:44.807Zdflt 0.531254275
17822026-04-14T21:02:44.807Zkflt 0.025525770
17832026-04-14T21:02:44.807Zlock 20:46.080313877
17842026-04-14T21:02:44.807Zslp 21:28.261793525
17852026-04-14T21:02:44.807Zlat 43.780627306
17862026-04-14T21:02:44.807Zstop 1:56.215447785
17872026-04-14T21:02:44.807Z+ banner hack-check
17882026-04-14T21:02:44.807Z
17892026-04-14T21:02:44.807Z # # ## #### # # #### # # ###### #### # #
17902026-04-14T21:02:44.807Z # # # # # # # # # # # # # # # # #
17912026-04-14T21:02:44.807Z ###### # # # #### ##### # ###### ##### # ####
17922026-04-14T21:02:44.807Z # # ###### # # # # # # # # # #
17932026-04-14T21:02:44.807Z # # # # # # # # # # # # # # # # #
17942026-04-14T21:02:44.807Z # # # # #### # # #### # # ###### #### # #
17952026-04-14T21:02:44.807Z
17962026-04-14T21:02:44.807Z+ export CARGO_INCREMENTAL=0
17972026-04-14T21:02:44.807Z+ CARGO_INCREMENTAL=0
17982026-04-14T21:02:44.807Z+ ptime -m timeout 2h cargo xtask check-features --ci
17992026-04-14T21:02:45.330Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18002026-04-14T21:02:45.551Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18012026-04-14T21:02:47.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18022026-04-14T21:02:47.485Z Running `target/debug/xtask check-features --ci`
18032026-04-14T21:02:47.512Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18042026-04-14T21:02:47.515Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18052026-04-14T21:02:47.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18062026-04-14T21:02:48.015Z Running `target/debug/xtask download cargo-hack`
18072026-04-14T21:02:48.781Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18082026-04-14T21:02:49.092Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18092026-04-14T21:02:51.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18102026-04-14T21:02:51.701Z Running `target/debug/xtask-downloader cargo-hack`
18112026-04-14T21:02:51.741ZApr 14 21:02:50.037 INFO Starting download, target: CargoHack
18122026-04-14T21:02:51.744ZApr 14 21:02:50.037 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18132026-04-14T21:02:52.104ZApr 14 21:02:50.400 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18142026-04-14T21:02:52.153ZApr 14 21:02:50.449 INFO Download complete, target: CargoHack
18152026-04-14T21:02:52.156Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18162026-04-14T21:02:52.169Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18172026-04-14T21:02:52.318Zinfo: running `cargo check --bins` on api_identity (1/271)
18182026-04-14T21:02:52.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18192026-04-14T21:02:52.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18202026-04-14T21:02:52.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18212026-04-14T21:02:52.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18222026-04-14T21:02:52.896Z
18232026-04-14T21:02:52.897Zinfo: running `cargo check --bins` on bootstore (2/271)
18242026-04-14T21:02:53.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18252026-04-14T21:02:53.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18262026-04-14T21:02:53.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18272026-04-14T21:02:53.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18282026-04-14T21:02:53.465Z
18292026-04-14T21:02:53.465Zinfo: running `cargo check --bins` on omicron-ledger (3/271)
18302026-04-14T21:02:53.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-04-14T21:02:53.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-04-14T21:02:53.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-04-14T21:02:53.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18342026-04-14T21:02:54.038Z
18352026-04-14T21:02:54.038Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/271)
18362026-04-14T21:02:54.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-04-14T21:02:54.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-04-14T21:02:54.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-04-14T21:02:54.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18402026-04-14T21:02:54.615Z
18412026-04-14T21:02:54.615Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/271)
18422026-04-14T21:02:55.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-04-14T21:02:55.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-04-14T21:02:55.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-04-14T21:02:55.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18462026-04-14T21:02:55.203Z
18472026-04-14T21:02:55.203Zinfo: running `cargo check --bins` on omicron-certificates (6/271)
18482026-04-14T21:02:55.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-04-14T21:02:55.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-04-14T21:02:55.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-04-14T21:02:55.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18522026-04-14T21:02:55.782Z
18532026-04-14T21:02:55.782Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/271)
18542026-04-14T21:02:56.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-04-14T21:02:56.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-04-14T21:02:56.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-04-14T21:02:56.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18582026-04-14T21:02:56.362Z
18592026-04-14T21:02:56.362Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/271)
18602026-04-14T21:02:56.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-04-14T21:02:56.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-04-14T21:02:56.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-04-14T21:02:56.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18642026-04-14T21:02:56.938Z
18652026-04-14T21:02:56.938Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/271)
18662026-04-14T21:02:57.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-04-14T21:02:57.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-04-14T21:02:57.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-04-14T21:02:57.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18702026-04-14T21:02:57.397Z
18712026-04-14T21:02:57.397Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/271)
18722026-04-14T21:02:57.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-04-14T21:02:57.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-04-14T21:02:57.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-04-14T21:02:57.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18762026-04-14T21:02:57.860Z
18772026-04-14T21:02:57.860Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/271)
18782026-04-14T21:02:58.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-04-14T21:02:58.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-04-14T21:02:58.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-04-14T21:02:58.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18822026-04-14T21:02:58.316Z
18832026-04-14T21:02:58.316Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/271)
18842026-04-14T21:02:58.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-04-14T21:02:58.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-04-14T21:02:58.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-04-14T21:02:58.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18882026-04-14T21:02:58.773Z
18892026-04-14T21:02:58.773Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/271)
18902026-04-14T21:02:59.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-04-14T21:02:59.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-04-14T21:02:59.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-04-14T21:02:59.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18942026-04-14T21:02:59.226Z
18952026-04-14T21:02:59.226Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/271)
18962026-04-14T21:02:59.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-04-14T21:02:59.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-04-14T21:02:59.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-04-14T21:02:59.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19002026-04-14T21:02:59.686Z
19012026-04-14T21:02:59.686Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/271)
19022026-04-14T21:03:00.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-04-14T21:03:00.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-04-14T21:03:00.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-04-14T21:03:00.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19062026-04-14T21:03:00.147Z
19072026-04-14T21:03:00.147Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/271)
19082026-04-14T21:03:00.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-04-14T21:03:00.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-04-14T21:03:00.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-04-14T21:03:00.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19122026-04-14T21:03:00.607Z
19132026-04-14T21:03:00.607Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/271)
19142026-04-14T21:03:01.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-04-14T21:03:01.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-04-14T21:03:01.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-04-14T21:03:01.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19182026-04-14T21:03:01.064Z
19192026-04-14T21:03:01.064Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/271)
19202026-04-14T21:03:01.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-04-14T21:03:01.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-04-14T21:03:01.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-04-14T21:03:01.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19242026-04-14T21:03:01.521Z
19252026-04-14T21:03:01.521Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/271)
19262026-04-14T21:03:01.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-04-14T21:03:01.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-04-14T21:03:01.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-04-14T21:03:01.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19302026-04-14T21:03:01.976Z
19312026-04-14T21:03:01.976Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/271)
19322026-04-14T21:03:02.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-04-14T21:03:02.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-04-14T21:03:02.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-04-14T21:03:02.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19362026-04-14T21:03:02.433Z
19372026-04-14T21:03:02.433Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/271)
19382026-04-14T21:03:02.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-04-14T21:03:02.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-04-14T21:03:02.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-04-14T21:03:02.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19422026-04-14T21:03:02.894Z
19432026-04-14T21:03:02.894Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/271)
19442026-04-14T21:03:03.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-04-14T21:03:03.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-04-14T21:03:03.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-04-14T21:03:03.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19482026-04-14T21:03:03.351Z
19492026-04-14T21:03:03.351Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/271)
19502026-04-14T21:03:03.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-04-14T21:03:03.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-04-14T21:03:03.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-04-14T21:03:03.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19542026-04-14T21:03:03.811Z
19552026-04-14T21:03:03.811Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/271)
19562026-04-14T21:03:04.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-04-14T21:03:04.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-04-14T21:03:04.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-04-14T21:03:04.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19602026-04-14T21:03:04.267Z
19612026-04-14T21:03:04.267Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/271)
19622026-04-14T21:03:04.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-04-14T21:03:04.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-04-14T21:03:04.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-04-14T21:03:04.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19662026-04-14T21:03:04.730Z
19672026-04-14T21:03:04.731Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/271)
19682026-04-14T21:03:05.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-04-14T21:03:05.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-04-14T21:03:05.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-04-14T21:03:05.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19722026-04-14T21:03:05.193Z
19732026-04-14T21:03:05.194Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/271)
19742026-04-14T21:03:05.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-04-14T21:03:05.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-04-14T21:03:05.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-04-14T21:03:05.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19782026-04-14T21:03:05.660Z
19792026-04-14T21:03:05.660Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/271)
19802026-04-14T21:03:06.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-04-14T21:03:06.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-04-14T21:03:06.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-04-14T21:03:06.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19842026-04-14T21:03:06.120Z
19852026-04-14T21:03:06.121Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/271)
19862026-04-14T21:03:06.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-04-14T21:03:06.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-04-14T21:03:06.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-04-14T21:03:06.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19902026-04-14T21:03:06.581Z
19912026-04-14T21:03:06.581Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/271)
19922026-04-14T21:03:06.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-04-14T21:03:06.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-04-14T21:03:06.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-04-14T21:03:06.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19962026-04-14T21:03:07.035Z
19972026-04-14T21:03:07.035Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/271)
19982026-04-14T21:03:07.433Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-04-14T21:03:07.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-04-14T21:03:07.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-04-14T21:03:07.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20022026-04-14T21:03:07.491Z
20032026-04-14T21:03:07.492Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/271)
20042026-04-14T21:03:07.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-04-14T21:03:07.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-04-14T21:03:07.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-04-14T21:03:07.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20082026-04-14T21:03:07.949Z
20092026-04-14T21:03:07.949Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/271)
20102026-04-14T21:03:08.347Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-04-14T21:03:08.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-04-14T21:03:08.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-04-14T21:03:08.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20142026-04-14T21:03:08.406Z
20152026-04-14T21:03:08.406Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/271)
20162026-04-14T21:03:08.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-04-14T21:03:08.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-04-14T21:03:08.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-04-14T21:03:08.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20202026-04-14T21:03:08.863Z
20212026-04-14T21:03:08.863Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/271)
20222026-04-14T21:03:09.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-04-14T21:03:09.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-04-14T21:03:09.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-04-14T21:03:09.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20262026-04-14T21:03:09.323Z
20272026-04-14T21:03:09.323Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/271)
20282026-04-14T21:03:09.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-04-14T21:03:09.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-04-14T21:03:09.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-04-14T21:03:09.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20322026-04-14T21:03:09.779Z
20332026-04-14T21:03:09.779Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/271)
20342026-04-14T21:03:10.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-04-14T21:03:10.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-04-14T21:03:10.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-04-14T21:03:10.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20382026-04-14T21:03:10.240Z
20392026-04-14T21:03:10.240Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/271)
20402026-04-14T21:03:10.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-04-14T21:03:10.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-04-14T21:03:10.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-04-14T21:03:10.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20442026-04-14T21:03:10.702Z
20452026-04-14T21:03:10.702Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/271)
20462026-04-14T21:03:11.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-04-14T21:03:11.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-04-14T21:03:11.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-04-14T21:03:11.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20502026-04-14T21:03:11.165Z
20512026-04-14T21:03:11.165Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/271)
20522026-04-14T21:03:11.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-04-14T21:03:11.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-04-14T21:03:11.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-04-14T21:03:11.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20562026-04-14T21:03:11.629Z
20572026-04-14T21:03:11.629Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/271)
20582026-04-14T21:03:12.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-04-14T21:03:12.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-04-14T21:03:12.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-04-14T21:03:12.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20622026-04-14T21:03:12.093Z
20632026-04-14T21:03:12.093Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/271)
20642026-04-14T21:03:12.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-04-14T21:03:12.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-04-14T21:03:12.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-04-14T21:03:12.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20682026-04-14T21:03:12.552Z
20692026-04-14T21:03:12.552Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/271)
20702026-04-14T21:03:12.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-04-14T21:03:12.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-04-14T21:03:12.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-04-14T21:03:12.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20742026-04-14T21:03:13.018Z
20752026-04-14T21:03:13.018Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/271)
20762026-04-14T21:03:13.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-04-14T21:03:13.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-04-14T21:03:13.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-04-14T21:03:13.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20802026-04-14T21:03:13.477Z
20812026-04-14T21:03:13.477Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/271)
20822026-04-14T21:03:13.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-04-14T21:03:13.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-04-14T21:03:13.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-04-14T21:03:13.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20862026-04-14T21:03:13.934Z
20872026-04-14T21:03:13.934Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/271)
20882026-04-14T21:03:14.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-04-14T21:03:14.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-04-14T21:03:14.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-04-14T21:03:14.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20922026-04-14T21:03:14.399Z
20932026-04-14T21:03:14.399Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/271)
20942026-04-14T21:03:14.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-04-14T21:03:14.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-04-14T21:03:14.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-04-14T21:03:14.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20982026-04-14T21:03:14.866Z
20992026-04-14T21:03:14.866Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/271)
21002026-04-14T21:03:15.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-04-14T21:03:15.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-04-14T21:03:15.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-04-14T21:03:15.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21042026-04-14T21:03:15.334Z
21052026-04-14T21:03:15.334Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/271)
21062026-04-14T21:03:15.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-04-14T21:03:15.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-04-14T21:03:15.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-04-14T21:03:15.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21102026-04-14T21:03:15.958Z
21112026-04-14T21:03:15.959Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/271)
21122026-04-14T21:03:16.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-04-14T21:03:16.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-04-14T21:03:16.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-04-14T21:03:16.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21162026-04-14T21:03:16.586Z
21172026-04-14T21:03:16.586Zinfo: running `cargo check --bins` on nexus-config (51/271)
21182026-04-14T21:03:17.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-04-14T21:03:17.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-04-14T21:03:17.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-04-14T21:03:17.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21222026-04-14T21:03:17.211Z
21232026-04-14T21:03:17.211Zinfo: running `cargo check --bins` on nexus-types (52/271)
21242026-04-14T21:03:17.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-04-14T21:03:17.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-04-14T21:03:17.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-04-14T21:03:17.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21282026-04-14T21:03:17.836Z
21292026-04-14T21:03:17.836Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/271)
21302026-04-14T21:03:18.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-04-14T21:03:18.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-04-14T21:03:18.338Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-04-14T21:03:18.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-04-14T21:03:18.427Z
21352026-04-14T21:03:18.427Zinfo: running `cargo check --bins` on omicron-passwords (54/271)
21362026-04-14T21:03:18.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-04-14T21:03:18.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-04-14T21:03:18.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-04-14T21:03:18.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21402026-04-14T21:03:18.993Z
21412026-04-14T21:03:18.993Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/271)
21422026-04-14T21:03:19.488Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-04-14T21:03:19.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-04-14T21:03:19.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-04-14T21:03:19.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21462026-04-14T21:03:19.580Z
21472026-04-14T21:03:19.580Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/271)
21482026-04-14T21:03:20.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-04-14T21:03:20.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-04-14T21:03:20.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-04-14T21:03:20.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21522026-04-14T21:03:20.172Z
21532026-04-14T21:03:20.172Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/271)
21542026-04-14T21:03:20.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-04-14T21:03:20.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-04-14T21:03:20.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-04-14T21:03:20.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21582026-04-14T21:03:20.767Z
21592026-04-14T21:03:20.768Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/271)
21602026-04-14T21:03:21.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-04-14T21:03:21.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-04-14T21:03:21.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-04-14T21:03:21.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21642026-04-14T21:03:21.355Z
21652026-04-14T21:03:21.355Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/271)
21662026-04-14T21:03:21.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-04-14T21:03:21.848Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-04-14T21:03:21.848Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-04-14T21:03:21.851Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21702026-04-14T21:03:21.932Z
21712026-04-14T21:03:21.932Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/271)
21722026-04-14T21:03:22.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-04-14T21:03:22.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-04-14T21:03:22.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-04-14T21:03:22.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21762026-04-14T21:03:22.511Z
21772026-04-14T21:03:22.511Zinfo: running `cargo check --bins --no-default-features` on gfss (61/271)
21782026-04-14T21:03:22.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-04-14T21:03:23.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-04-14T21:03:23.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-04-14T21:03:23.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21822026-04-14T21:03:23.087Z
21832026-04-14T21:03:23.087Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/271)
21842026-04-14T21:03:23.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-04-14T21:03:23.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-04-14T21:03:23.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-04-14T21:03:23.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21882026-04-14T21:03:23.663Z
21892026-04-14T21:03:23.663Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/271)
21902026-04-14T21:03:24.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-04-14T21:03:24.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-04-14T21:03:24.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-04-14T21:03:24.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21942026-04-14T21:03:24.257Z
21952026-04-14T21:03:24.258Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/271)
21962026-04-14T21:03:24.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-04-14T21:03:24.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-04-14T21:03:24.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-04-14T21:03:24.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22002026-04-14T21:03:24.849Z
22012026-04-14T21:03:24.849Zinfo: running `cargo check --bins` on cockroach-admin-types (65/271)
22022026-04-14T21:03:25.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-04-14T21:03:25.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-04-14T21:03:25.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-04-14T21:03:25.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22062026-04-14T21:03:25.431Z
22072026-04-14T21:03:25.431Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/271)
22082026-04-14T21:03:25.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-04-14T21:03:25.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-04-14T21:03:25.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-04-14T21:03:25.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22122026-04-14T21:03:26.007Z
22132026-04-14T21:03:26.007Zinfo: running `cargo check --bins` on ereport-types (67/271)
22142026-04-14T21:03:26.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-04-14T21:03:26.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-04-14T21:03:26.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-04-14T21:03:26.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22182026-04-14T21:03:26.591Z
22192026-04-14T21:03:26.591Zinfo: running `cargo check --bins` on gateway-client (68/271)
22202026-04-14T21:03:27.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-04-14T21:03:27.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-04-14T21:03:27.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-04-14T21:03:27.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22242026-04-14T21:03:27.183Z
22252026-04-14T21:03:27.183Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/271)
22262026-04-14T21:03:27.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-04-14T21:03:27.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-04-14T21:03:27.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-04-14T21:03:27.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22302026-04-14T21:03:27.766Z
22312026-04-14T21:03:27.766Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/271)
22322026-04-14T21:03:28.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-04-14T21:03:28.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-04-14T21:03:28.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-04-14T21:03:28.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22362026-04-14T21:03:28.353Z
22372026-04-14T21:03:28.353Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/271)
22382026-04-14T21:03:28.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-04-14T21:03:28.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-04-14T21:03:28.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-04-14T21:03:28.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422026-04-14T21:03:28.946Z
22432026-04-14T21:03:28.946Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/271)
22442026-04-14T21:03:29.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-04-14T21:03:29.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-04-14T21:03:29.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-04-14T21:03:29.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22482026-04-14T21:03:29.538Z
22492026-04-14T21:03:29.538Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/271)
22502026-04-14T21:03:30.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-04-14T21:03:30.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-04-14T21:03:30.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-04-14T21:03:30.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22542026-04-14T21:03:30.151Z
22552026-04-14T21:03:30.151Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/271)
22562026-04-14T21:03:30.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-04-14T21:03:30.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-04-14T21:03:30.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-04-14T21:03:30.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22602026-04-14T21:03:30.760Z
22612026-04-14T21:03:30.760Zinfo: running `cargo check --bins` on key-manager-types (75/271)
22622026-04-14T21:03:31.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-04-14T21:03:31.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-04-14T21:03:31.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-04-14T21:03:31.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22662026-04-14T21:03:31.337Z
22672026-04-14T21:03:31.337Zinfo: running `cargo check --bins` on oxlog (76/271)
22682026-04-14T21:03:31.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-04-14T21:03:31.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-04-14T21:03:31.945Z Checking cfg-if v1.0.4
22712026-04-14T21:03:31.948Z Checking libc v0.2.180
22722026-04-14T21:03:31.948Z Checking serde_core v1.0.228
22732026-04-14T21:03:32.063Z Checking zeroize v1.8.2
22742026-04-14T21:03:32.070Z Checking memchr v2.8.0
22752026-04-14T21:03:32.078Z Checking log v0.4.29
22762026-04-14T21:03:32.087Z Checking smallvec v1.15.1
22772026-04-14T21:03:32.098Z Checking typenum v1.19.0
22782026-04-14T21:03:32.107Z Checking subtle v2.6.1
22792026-04-14T21:03:32.201Z Checking itoa v1.0.17
22802026-04-14T21:03:32.231Z Checking scopeguard v1.2.0
22812026-04-14T21:03:32.250Z Checking const-oid v0.9.6
22822026-04-14T21:03:32.265Z Checking stable_deref_trait v1.2.1
22832026-04-14T21:03:32.330Z Checking lock_api v0.4.14
22842026-04-14T21:03:32.339Z Checking portable-atomic v1.13.1
22852026-04-14T21:03:32.350Z Checking zerofrom v0.1.6
22862026-04-14T21:03:32.439Z Checking critical-section v1.2.0
22872026-04-14T21:03:32.451Z Checking getrandom v0.2.17
22882026-04-14T21:03:32.463Z Checking errno v0.3.14
22892026-04-14T21:03:32.521Z Checking yoke v0.8.1
22902026-04-14T21:03:32.535Z Checking parking_lot_core v0.9.12
22912026-04-14T21:03:32.571Z Checking signal-hook-registry v1.4.8
22922026-04-14T21:03:32.590Z Checking rand_core v0.6.4
22932026-04-14T21:03:32.609Z Checking generic-array v0.14.7
22942026-04-14T21:03:32.685Z Checking zerovec v0.11.5
22952026-04-14T21:03:32.713Z Checking zerocopy v0.8.40
22962026-04-14T21:03:32.726Z Checking pin-project-lite v0.2.17
22972026-04-14T21:03:32.729Z Checking once_cell v1.21.3
22982026-04-14T21:03:32.761Z Checking parking_lot v0.12.5
22992026-04-14T21:03:32.815Z Checking mio v1.1.1
23002026-04-14T21:03:32.902Z Checking socket2 v0.6.2
23012026-04-14T21:03:32.915Z Checking libm v0.2.16
23022026-04-14T21:03:32.942Z Checking zmij v1.0.21
23032026-04-14T21:03:33.042Z Checking crypto-common v0.1.7
23042026-04-14T21:03:33.089Z Checking block-buffer v0.10.4
23052026-04-14T21:03:33.106Z Checking tinystr v0.8.2
23062026-04-14T21:03:33.136Z Checking litemap v0.8.1
23072026-04-14T21:03:33.149Z Checking allocator-api2 v0.2.21
23082026-04-14T21:03:33.161Z Checking futures-core v0.3.32
23092026-04-14T21:03:33.223Z Checking digest v0.10.7
23102026-04-14T21:03:33.276Z Checking percent-encoding v2.3.2
23112026-04-14T21:03:33.287Z Checking equivalent v1.0.2
23122026-04-14T21:03:33.303Z Checking writeable v0.6.2
23132026-04-14T21:03:33.365Z Checking potential_utf v0.1.4
23142026-04-14T21:03:33.412Z Checking zerotrie v0.2.3
23152026-04-14T21:03:33.425Z Checking cpufeatures v0.2.17
23162026-04-14T21:03:33.435Z Checking foldhash v0.2.0
23172026-04-14T21:03:33.458Z Checking icu_locale_core v2.1.1
23182026-04-14T21:03:33.488Z Checking hmac v0.12.1
23192026-04-14T21:03:33.491Z Checking icu_collections v2.1.1
23202026-04-14T21:03:33.503Z Checking serde v1.0.228
23212026-04-14T21:03:33.577Z Checking bitflags v2.11.0
23222026-04-14T21:03:33.594Z Checking num-traits v0.2.19
23232026-04-14T21:03:33.641Z Checking serde_json v1.0.149
23242026-04-14T21:03:33.653Z Checking hashbrown v0.16.1
23252026-04-14T21:03:33.744Z Checking block-padding v0.3.3
23262026-04-14T21:03:33.837Z Checking getrandom v0.3.4
23272026-04-14T21:03:33.874Z Checking icu_properties_data v2.1.2
23282026-04-14T21:03:33.917Z Checking bytes v1.11.1
23292026-04-14T21:03:33.976Z Checking icu_normalizer_data v2.1.1
23302026-04-14T21:03:33.994Z Checking icu_provider v2.1.1
23312026-04-14T21:03:34.008Z Checking futures-sink v0.3.32
23322026-04-14T21:03:34.047Z Checking inout v0.1.4
23332026-04-14T21:03:34.099Z Checking futures-channel v0.3.32
23342026-04-14T21:03:34.111Z Checking futures-task v0.3.32
23352026-04-14T21:03:34.135Z Checking indexmap v2.13.0
23362026-04-14T21:03:34.178Z Checking futures-io v0.3.32
23372026-04-14T21:03:34.222Z Checking icu_properties v2.1.2
23382026-04-14T21:03:34.241Z Checking icu_normalizer v2.1.1
23392026-04-14T21:03:34.284Z Checking slab v0.4.12
23402026-04-14T21:03:34.296Z Checking cipher v0.4.4
23412026-04-14T21:03:34.299Z Checking sha2 v0.10.9
23422026-04-14T21:03:34.343Z Checking tokio v1.50.0
23432026-04-14T21:03:34.436Z Checking futures-util v0.3.32
23442026-04-14T21:03:34.499Z Checking byteorder v1.5.0
23452026-04-14T21:03:34.536Z Checking base64ct v1.8.3
23462026-04-14T21:03:34.566Z Checking utf8_iter v1.0.4
23472026-04-14T21:03:34.684Z Checking form_urlencoded v1.2.2
23482026-04-14T21:03:34.697Z Checking rand_core v0.10.0
23492026-04-14T21:03:34.700Z Checking fnv v1.0.7
23502026-04-14T21:03:34.761Z Checking pem-rfc7468 v0.7.0
23512026-04-14T21:03:34.795Z Checking flagset v0.4.7
23522026-04-14T21:03:34.811Z Checking rand_core v0.9.5
23532026-04-14T21:03:34.833Z Checking getrandom v0.4.1
23542026-04-14T21:03:34.922Z Checking der v0.7.10
23552026-04-14T21:03:34.937Z Checking salsa20 v0.10.2
23562026-04-14T21:03:34.987Z Checking http v1.4.0
23572026-04-14T21:03:34.999Z Checking uuid v1.23.0
23582026-04-14T21:03:35.043Z Checking idna_adapter v1.2.1
23592026-04-14T21:03:35.067Z Checking pbkdf2 v0.12.2
23602026-04-14T21:03:35.162Z Checking idna v1.1.0
23612026-04-14T21:03:35.178Z Checking scrypt v0.11.0
23622026-04-14T21:03:35.317Z Checking aes v0.8.4
23632026-04-14T21:03:35.330Z Checking cbc v0.1.2
23642026-04-14T21:03:35.409Z Checking url v2.5.8
23652026-04-14T21:03:35.450Z Checking rustix v1.1.3
23662026-04-14T21:03:35.461Z Checking ppv-lite86 v0.2.21
23672026-04-14T21:03:35.558Z Checking tracing-core v0.1.36
23682026-04-14T21:03:35.669Z Checking spki v0.7.3
23692026-04-14T21:03:35.696Z Checking rustls-pki-types v1.14.0
23702026-04-14T21:03:35.744Z Checking rand_chacha v0.9.0
23712026-04-14T21:03:35.828Z Checking iana-time-zone v0.1.65
23722026-04-14T21:03:35.841Z Checking regex-syntax v0.8.10
23732026-04-14T21:03:35.854Z Checking tracing v0.1.44
23742026-04-14T21:03:35.931Z Checking chrono v0.4.44
23752026-04-14T21:03:35.943Z Checking rand v0.9.2
23762026-04-14T21:03:35.979Z Checking pkcs5 v0.7.1
23772026-04-14T21:03:36.050Z Checking http-body v1.0.1
23782026-04-14T21:03:36.179Z Checking aws-lc-sys v0.37.1
23792026-04-14T21:03:36.232Z Checking untrusted v0.7.1
23802026-04-14T21:03:36.269Z Checking base64 v0.22.1
23812026-04-14T21:03:36.330Z Checking openssl-probe v0.2.1
23822026-04-14T21:03:36.342Z Checking untrusted v0.9.0
23832026-04-14T21:03:36.401Z Checking pkcs8 v0.10.2
23842026-04-14T21:03:36.434Z Checking atomic-waker v1.1.2
23852026-04-14T21:03:36.446Z Checking ring v0.17.14
23862026-04-14T21:03:36.500Z Checking tower-service v0.3.3
23872026-04-14T21:03:36.529Z Checking tower-layer v0.3.3
23882026-04-14T21:03:36.576Z Checking try-lock v0.2.5
23892026-04-14T21:03:36.588Z Checking plain v0.2.3
23902026-04-14T21:03:36.672Z Checking tinyvec_macros v0.1.1
23912026-04-14T21:03:36.685Z Checking aws-lc-rs v1.16.0
23922026-04-14T21:03:36.696Z Checking want v0.3.1
23932026-04-14T21:03:36.709Z Checking ipnet v2.11.0
23942026-04-14T21:03:36.737Z Checking tinyvec v1.10.0
23952026-04-14T21:03:36.768Z Checking semver v1.0.27
23962026-04-14T21:03:36.814Z Checking httparse v1.10.1
23972026-04-14T21:03:36.958Z Checking spin v0.9.8
23982026-04-14T21:03:36.974Z Checking ucd-trie v0.1.7
23992026-04-14T21:03:37.018Z Checking unicode-ident v1.0.24
24002026-04-14T21:03:37.035Z Checking pin-utils v0.1.0
24012026-04-14T21:03:37.102Z Checking dyn-clone v1.0.20
24022026-04-14T21:03:37.113Z Checking foreign-types-shared v0.1.1
24032026-04-14T21:03:37.125Z Checking fastrand v2.3.0
24042026-04-14T21:03:37.135Z Checking httpdate v1.0.3
24052026-04-14T21:03:37.145Z Checking proc-macro2 v1.0.106
24062026-04-14T21:03:37.189Z Checking foreign-types v0.3.2
24072026-04-14T21:03:37.201Z Checking schemars v0.8.22
24082026-04-14T21:03:37.256Z Checking pest v2.8.6
24092026-04-14T21:03:37.275Z Checking openssl-sys v0.9.111
24102026-04-14T21:03:37.297Z Checking tempfile v3.25.0
24112026-04-14T21:03:37.414Z Checking thiserror v2.0.18
24122026-04-14T21:03:37.446Z Checking wait-timeout v0.2.1
24132026-04-14T21:03:37.488Z Checking socket2 v0.5.10
24142026-04-14T21:03:37.511Z Checking aho-corasick v1.1.4
24152026-04-14T21:03:37.514Z Checking rustls-webpki v0.103.9
24162026-04-14T21:03:37.536Z Checking tokio-util v0.7.18
24172026-04-14T21:03:37.567Z Checking utf8parse v0.2.2
24182026-04-14T21:03:37.668Z Checking siphasher v1.0.2
24192026-04-14T21:03:37.734Z Checking bit-vec v0.8.0
24202026-04-14T21:03:37.755Z Checking quick-error v1.2.3
24212026-04-14T21:03:37.821Z Checking simd-adler32 v0.3.8
24222026-04-14T21:03:37.842Z Checking pretty-hex v0.4.1
24232026-04-14T21:03:37.853Z Checking anstyle v1.0.13
24242026-04-14T21:03:37.922Z Checking powerfmt v0.2.0
24252026-04-14T21:03:37.934Z Checking rustls v0.23.37
24262026-04-14T21:03:37.952Z Checking bit-set v0.8.0
24272026-04-14T21:03:37.986Z Checking rusty-fork v0.3.1
24282026-04-14T21:03:38.031Z Checking openssl v0.10.75
24292026-04-14T21:03:38.065Z Checking deranged v0.5.8
24302026-04-14T21:03:38.095Z Checking anstyle-parse v0.2.7
24312026-04-14T21:03:38.129Z Checking h2 v0.4.13
24322026-04-14T21:03:38.149Z Checking quote v1.0.44
24332026-04-14T21:03:38.182Z Checking regex-automata v0.4.14
24342026-04-14T21:03:38.242Z Compiling newtype-uuid v1.3.2
24352026-04-14T21:03:38.305Z Checking unicode-normalization v0.1.25
24362026-04-14T21:03:38.318Z Checking rustls-native-certs v0.8.3
24372026-04-14T21:03:38.418Z Checking crossbeam-utils v0.8.21
24382026-04-14T21:03:38.440Z Checking rand_xorshift v0.4.0
24392026-04-14T21:03:38.558Z Checking crc32fast v1.5.0
24402026-04-14T21:03:38.696Z Checking scroll v0.13.0
24412026-04-14T21:03:38.709Z Checking signature v2.2.0
24422026-04-14T21:03:38.740Z Checking sync_wrapper v1.0.2
24432026-04-14T21:03:38.833Z Checking is_terminal_polyfill v1.70.2
24442026-04-14T21:03:38.846Z Checking unarray v0.1.4
24452026-04-14T21:03:38.918Z Checking colorchoice v1.0.4
24462026-04-14T21:03:38.921Z Checking num-conv v0.2.0
24472026-04-14T21:03:38.942Z Checking unicode-bidi v0.3.18
24482026-04-14T21:03:38.973Z Checking time-core v0.1.8
24492026-04-14T21:03:39.015Z Checking unicode-properties v0.1.4
24502026-04-14T21:03:39.041Z Checking num_threads v0.1.7
24512026-04-14T21:03:39.110Z Checking anstyle-query v1.1.5
24522026-04-14T21:03:39.125Z Checking adler2 v2.0.1
24532026-04-14T21:03:39.200Z Checking time v0.3.47
24542026-04-14T21:03:39.202Z Checking anstream v0.6.21
24552026-04-14T21:03:39.223Z Checking stringprep v0.1.5
24562026-04-14T21:03:39.234Z Checking miniz_oxide v0.8.9
24572026-04-14T21:03:39.370Z Checking proptest v1.10.0
24582026-04-14T21:03:39.401Z Checking goblin v0.10.5
24592026-04-14T21:03:39.576Z Checking tower v0.5.3
24602026-04-14T21:03:39.963Z Checking native-tls v0.2.18
24612026-04-14T21:03:39.978Z Checking crossbeam-epoch v0.9.18
24622026-04-14T21:03:39.992Z Compiling daft v0.1.5
24632026-04-14T21:03:40.145Z Checking syn v2.0.117
24642026-04-14T21:03:40.203Z Checking ipnetwork v0.21.1
24652026-04-14T21:03:40.265Z Checking http-body-util v0.1.3
24662026-04-14T21:03:40.287Z Checking tokio-rustls v0.26.4
24672026-04-14T21:03:40.318Z Checking webpki-roots v1.0.6
24682026-04-14T21:03:40.416Z Checking rand_chacha v0.3.1
24692026-04-14T21:03:40.433Z Checking scroll v0.12.0
24702026-04-14T21:03:40.479Z Checking thiserror v1.0.69
24712026-04-14T21:03:40.513Z Checking zstd-sys v2.0.16+zstd.1.5.7
24722026-04-14T21:03:40.575Z Checking hash32 v0.2.1
24732026-04-14T21:03:40.620Z Checking num-integer v0.1.46
24742026-04-14T21:03:40.620Z Checking serde_spanned v0.6.9
24752026-04-14T21:03:40.659Z Checking toml_datetime v0.6.11
24762026-04-14T21:03:40.730Z Checking md-5 v0.10.6
24772026-04-14T21:03:40.745Z Checking ff v0.13.1
24782026-04-14T21:03:40.790Z Checking hyper v1.8.1
24792026-04-14T21:03:40.841Z Checking iri-string v0.7.10
24802026-04-14T21:03:40.853Z Checking ryu v1.0.23
24812026-04-14T21:03:40.863Z Checking psl-types v2.0.11
24822026-04-14T21:03:40.875Z Checking zlib-rs v0.6.2
24832026-04-14T21:03:40.974Z Checking fallible-iterator v0.2.0
24842026-04-14T21:03:40.986Z Checking base16ct v0.2.0
24852026-04-14T21:03:41.108Z Checking sec1 v0.7.3
24862026-04-14T21:03:41.245Z Checking postgres-protocol v0.6.10
24872026-04-14T21:03:41.306Z Checking serde_urlencoded v0.7.1
24882026-04-14T21:03:41.319Z Checking publicsuffix v2.3.0
24892026-04-14T21:03:41.473Z Compiling iddqd v0.3.17
24902026-04-14T21:03:41.507Z Checking group v0.13.0
24912026-04-14T21:03:41.548Z Checking num-iter v0.1.45
24922026-04-14T21:03:41.652Z Checking heapless v0.7.17
24932026-04-14T21:03:41.664Z Checking goblin v0.8.2
24942026-04-14T21:03:41.676Z Checking hyper-util v0.1.20
24952026-04-14T21:03:41.730Z Checking flate2 v1.1.9
24962026-04-14T21:03:41.733Z Checking dof v0.4.0
24972026-04-14T21:03:41.840Z Checking tower-http v0.6.8
24982026-04-14T21:03:42.030Z Checking zstd-safe v7.2.4
24992026-04-14T21:03:42.047Z Checking rand v0.8.5
25002026-04-14T21:03:42.112Z Checking oxnet v0.1.4
25012026-04-14T21:03:42.222Z Checking cookie v0.18.1
25022026-04-14T21:03:42.352Z Checking tokio-native-tls v0.3.1
25032026-04-14T21:03:42.365Z Checking dtrace-parser v0.3.0
25042026-04-14T21:03:42.393Z Checking phf_shared v0.13.1
25052026-04-14T21:03:42.419Z Checking lazy_static v1.5.0
25062026-04-14T21:03:42.506Z Checking terminal_size v0.4.3
25072026-04-14T21:03:42.509Z Checking zerocopy v0.7.35
25082026-04-14T21:03:42.555Z Checking bzip2-sys v0.1.13+1.0.8
25092026-04-14T21:03:42.582Z Checking signal-hook v0.3.18
25102026-04-14T21:03:42.594Z Checking hkdf v0.12.4
25112026-04-14T21:03:42.594Z Checking crypto-bigint v0.5.5
25122026-04-14T21:03:42.618Z Checking thread-id v5.1.0
25132026-04-14T21:03:42.635Z Checking strsim v0.11.1
25142026-04-14T21:03:42.695Z Checking libbz2-rs-sys v0.2.2
25152026-04-14T21:03:42.723Z Checking bumpalo v3.20.2
25162026-04-14T21:03:42.771Z Checking either v1.15.0
25172026-04-14T21:03:42.793Z Checking winnow v0.5.40
25182026-04-14T21:03:42.900Z Checking hyper-rustls v0.27.7
25192026-04-14T21:03:42.917Z Checking clap_lex v1.0.0
25202026-04-14T21:03:42.951Z Checking managed v0.8.0
25212026-04-14T21:03:42.995Z Compiling rayon-core v1.13.0
25222026-04-14T21:03:43.066Z Checking bitflags v1.3.2
25232026-04-14T21:03:43.077Z Checking foldhash v0.1.5
25242026-04-14T21:03:43.106Z Checking winnow v0.7.14
25252026-04-14T21:03:43.129Z Checking bzip2 v0.6.1
25262026-04-14T21:03:43.141Z Checking smoltcp v0.9.1
25272026-04-14T21:03:43.184Z Checking clap_builder v4.5.60
25282026-04-14T21:03:43.201Z Checking hashbrown v0.15.5
25292026-04-14T21:03:43.286Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25302026-04-14T21:03:43.468Z Checking zopfli v0.8.3
25312026-04-14T21:03:43.494Z Checking elliptic-curve v0.13.8
25322026-04-14T21:03:43.516Z Checking dof v0.3.0
25332026-04-14T21:03:43.653Z Checking hyper-tls v0.6.0
25342026-04-14T21:03:43.717Z Checking signal-hook-mio v0.2.5
25352026-04-14T21:03:43.784Z Checking usdt-impl v0.6.0
25362026-04-14T21:03:43.796Z Checking bzip2 v0.4.4
25372026-04-14T21:03:43.799Z Checking phf v0.13.1
25382026-04-14T21:03:43.817Z Checking num-bigint-dig v0.8.6
25392026-04-14T21:03:43.828Z Checking cookie_store v0.22.1
25402026-04-14T21:03:43.941Z Checking toml_edit v0.19.15
25412026-04-14T21:03:43.954Z Checking zstd v0.13.3
25422026-04-14T21:03:44.053Z Checking postgres-types v0.2.12
25432026-04-14T21:03:44.137Z Checking dtrace-parser v0.2.0
25442026-04-14T21:03:44.158Z Checking rustls-platform-verifier v0.6.2
25452026-04-14T21:03:44.201Z Checking crossbeam-deque v0.8.6
25462026-04-14T21:03:44.278Z Checking bstr v1.12.1
25472026-04-14T21:03:44.293Z Checking regex v1.12.3
25482026-04-14T21:03:44.358Z Checking ed25519 v2.2.3
25492026-04-14T21:03:44.370Z Checking phf_shared v0.11.3
25502026-04-14T21:03:44.381Z Checking curve25519-dalek v4.1.3
25512026-04-14T21:03:44.398Z Checking ref-cast v1.0.25
25522026-04-14T21:03:44.495Z Checking strum v0.27.2
25532026-04-14T21:03:44.507Z Checking hubpack v0.1.2
25542026-04-14T21:03:44.540Z Checking memoffset v0.9.1
25552026-04-14T21:03:44.570Z Checking rustix v0.38.44
25562026-04-14T21:03:44.600Z Checking pkcs1 v0.7.5
25572026-04-14T21:03:44.613Z Checking float-cmp v0.10.0
25582026-04-14T21:03:44.623Z Checking erased-serde v0.3.31
25592026-04-14T21:03:44.660Z Checking hex v0.4.3
25602026-04-14T21:03:44.672Z Checking serde-big-array v0.5.1
25612026-04-14T21:03:44.734Z Checking rfc6979 v0.4.0
25622026-04-14T21:03:44.799Z Checking memmap2 v0.9.10
25632026-04-14T21:03:44.811Z Checking thread-id v4.2.2
25642026-04-14T21:03:44.848Z Checking env_filter v1.0.0
25652026-04-14T21:03:44.895Z Checking encoding_rs v0.8.35
25662026-04-14T21:03:44.898Z Checking predicates-core v1.0.10
25672026-04-14T21:03:44.975Z Checking static_assertions v1.1.0
25682026-04-14T21:03:44.979Z Checking fixedbitset v0.5.7
25692026-04-14T21:03:44.999Z Checking difflib v0.4.0
25702026-04-14T21:03:45.010Z Checking jiff v0.2.21
25712026-04-14T21:03:45.021Z Checking normalize-line-endings v0.3.0
25722026-04-14T21:03:45.043Z Checking keccak v0.1.6
25732026-04-14T21:03:45.107Z Checking precomputed-hash v0.1.1
25742026-04-14T21:03:45.162Z Checking unicode-segmentation v1.12.0
25752026-04-14T21:03:45.174Z Checking data-encoding v2.10.0
25762026-04-14T21:03:45.174Z Checking rustc-hash v2.1.1
25772026-04-14T21:03:45.197Z Checking toml_write v0.1.2
25782026-04-14T21:03:45.208Z Checking whoami v2.1.0
25792026-04-14T21:03:45.298Z Checking mime v0.3.17
25802026-04-14T21:03:45.364Z Checking fixedbitset v0.4.2
25812026-04-14T21:03:45.401Z Checking new_debug_unreachable v1.0.6
25822026-04-14T21:03:45.413Z Checking tokio-postgres v0.7.16
25832026-04-14T21:03:45.448Z Checking hickory-proto v0.25.2
25842026-04-14T21:03:45.467Z Checking string_cache v0.8.9
25852026-04-14T21:03:45.480Z Checking crossterm v0.28.1
25862026-04-14T21:03:45.483Z Checking similar v2.7.0
25872026-04-14T21:03:45.510Z Checking petgraph v0.6.5
25882026-04-14T21:03:45.631Z Checking toml_edit v0.22.27
25892026-04-14T21:03:45.857Z Checking reqwest v0.12.28
25902026-04-14T21:03:46.178Z Checking sha3 v0.10.8
25912026-04-14T21:03:46.382Z Checking petgraph v0.8.3
25922026-04-14T21:03:46.637Z Checking predicates v3.1.4
25932026-04-14T21:03:46.675Z Checking ed25519-dalek v2.2.0
25942026-04-14T21:03:46.700Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25952026-04-14T21:03:46.703Z Checking slog v2.8.2
25962026-04-14T21:03:46.739Z Checking env_logger v0.11.9
25972026-04-14T21:03:46.900Z Checking toml v0.7.8
25982026-04-14T21:03:46.923Z Checking usdt v0.6.0
25992026-04-14T21:03:46.926Z Checking serde_with v3.17.0
26002026-04-14T21:03:46.966Z Checking usdt-impl v0.5.0
26012026-04-14T21:03:47.088Z Checking ecdsa v0.16.9
26022026-04-14T21:03:47.205Z Checking rsa v0.9.10
26032026-04-14T21:03:47.233Z Checking zip v4.6.1
26042026-04-14T21:03:47.240Z Checking nix v0.31.1
26052026-04-14T21:03:47.429Z Checking clap v4.5.60
26062026-04-14T21:03:47.678Z Checking reqwest v0.13.2
26072026-04-14T21:03:47.774Z Checking toml_parser v1.0.9+spec-1.1.0
26082026-04-14T21:03:47.826Z Checking zip v0.6.6
26092026-04-14T21:03:47.950Z Checking itertools v0.13.0
26102026-04-14T21:03:48.095Z Checking strum v0.26.3
26112026-04-14T21:03:48.145Z Checking fs-err v3.3.0
26122026-04-14T21:03:48.177Z Checking ahash v0.8.12
26132026-04-14T21:03:48.202Z Checking tokio-stream v0.1.18
26142026-04-14T21:03:48.205Z Checking object v0.37.3
26152026-04-14T21:03:48.310Z Checking buf-list v1.1.2
26162026-04-14T21:03:48.367Z Checking anyhow v1.0.102
26172026-04-14T21:03:48.436Z Checking camino v1.2.2
26182026-04-14T21:03:48.491Z Checking x509-cert v0.2.5
26192026-04-14T21:03:48.515Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26202026-04-14T21:03:48.561Z Checking openapiv3 v2.2.0
26212026-04-14T21:03:48.588Z Checking toml_datetime v0.7.5+spec-1.1.0
26222026-04-14T21:03:48.681Z Checking sha1 v0.10.6
26232026-04-14T21:03:48.775Z Checking lalrpop-util v0.19.12
26242026-04-14T21:03:48.787Z Checking peg-runtime v0.8.5
26252026-04-14T21:03:48.843Z Checking rayon v1.11.0
26262026-04-14T21:03:48.882Z Checking sigpipe v0.1.3
26272026-04-14T21:03:48.920Z Checking glob v0.3.3
26282026-04-14T21:03:50.376Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26292026-04-14T21:03:50.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.30s
26302026-04-14T21:03:50.816Z
26312026-04-14T21:03:50.816Zinfo: running `cargo check --bins` on internal-dns-types (77/271)
26322026-04-14T21:03:51.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-14T21:03:51.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-14T21:03:51.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-14T21:03:51.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-04-14T21:03:51.406Z
26372026-04-14T21:03:51.406Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/271)
26382026-04-14T21:03:51.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-14T21:03:51.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-14T21:03:51.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-14T21:03:51.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26422026-04-14T21:03:52.000Z
26432026-04-14T21:03:52.000Zinfo: running `cargo check --bins` on nexus-types-versions (79/271)
26442026-04-14T21:03:52.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-14T21:03:52.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-14T21:03:52.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-14T21:03:52.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26482026-04-14T21:03:52.604Z
26492026-04-14T21:03:52.604Zinfo: running `cargo check --bins` on oxql-types (80/271)
26502026-04-14T21:03:53.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-14T21:03:53.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-14T21:03:53.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-14T21:03:53.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-04-14T21:03:53.196Z
26552026-04-14T21:03:53.196Zinfo: running `cargo check --bins` on oximeter-types (81/271)
26562026-04-14T21:03:53.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-14T21:03:53.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-14T21:03:53.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-14T21:03:53.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-04-14T21:03:53.788Z
26612026-04-14T21:03:53.788Zinfo: running `cargo check --bins` on oximeter-types-versions (82/271)
26622026-04-14T21:03:54.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-14T21:03:54.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-14T21:03:54.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-14T21:03:54.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26662026-04-14T21:03:54.380Z
26672026-04-14T21:03:54.380Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/271)
26682026-04-14T21:03:54.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-14T21:03:54.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-14T21:03:54.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26712026-04-14T21:03:54.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26722026-04-14T21:03:54.958Z
26732026-04-14T21:03:54.958Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/271)
26742026-04-14T21:03:55.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26752026-04-14T21:03:55.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26762026-04-14T21:03:55.629Z Compiling structmeta-derive v0.3.0
26772026-04-14T21:03:55.743Z Compiling rustls v0.22.4
26782026-04-14T21:03:55.755Z Compiling multer v3.1.0
26792026-04-14T21:03:55.765Z Compiling async-stream-impl v0.3.6
26802026-04-14T21:03:55.767Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26812026-04-14T21:03:55.787Z Compiling dropshot v0.16.7
26822026-04-14T21:03:55.801Z Compiling dropshot_endpoint v0.16.7
26832026-04-14T21:03:55.801Z Compiling newtype-uuid-macros v0.1.0
26842026-04-14T21:03:55.924Z Checking newtype-uuid v1.3.2
26852026-04-14T21:03:56.009Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26862026-04-14T21:03:56.041Z Checking rustls-webpki v0.102.8
26872026-04-14T21:03:56.116Z Checking daft v0.1.5
26882026-04-14T21:03:56.143Z Checking futures-executor v0.3.32
26892026-04-14T21:03:56.342Z Checking thread_local v1.1.9
26902026-04-14T21:03:56.356Z Compiling match_cfg v0.1.0
26912026-04-14T21:03:56.408Z Compiling hostname v0.3.1
26922026-04-14T21:03:56.426Z Checking iddqd v0.3.17
26932026-04-14T21:03:56.542Z Checking futures v0.3.32
26942026-04-14T21:03:56.557Z Checking crossbeam-channel v0.5.15
26952026-04-14T21:03:56.557Z Checking slog-json v2.6.1
26962026-04-14T21:03:56.779Z Compiling structmeta v0.3.0
26972026-04-14T21:03:56.820Z Checking is-terminal v0.4.17
26982026-04-14T21:03:56.897Z Compiling serde_spanned v1.0.4
26992026-04-14T21:03:56.990Z Compiling derive-ex v0.1.8
27002026-04-14T21:03:57.033Z Compiling parse-display-derive v0.10.0
27012026-04-14T21:03:57.046Z Checking toml_writer v1.0.6+spec-1.1.0
27022026-04-14T21:03:57.049Z Checking debug-ignore v1.0.5
27032026-04-14T21:03:57.143Z Checking term v1.2.1
27042026-04-14T21:03:57.232Z Checking take_mut v0.2.2
27052026-04-14T21:03:57.334Z Checking slog-async v2.8.0
27062026-04-14T21:03:57.357Z Checking slog-term v2.9.2
27072026-04-14T21:03:57.462Z Compiling toml v0.9.12+spec-1.1.0
27082026-04-14T21:03:57.502Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-04-14T21:03:57.579Z Compiling slog-bunyan v2.5.0
27102026-04-14T21:03:57.720Z Compiling async-stream v0.3.6
27112026-04-14T21:03:57.861Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27122026-04-14T21:03:57.903Z Checking tokio-rustls v0.25.0
27132026-04-14T21:03:57.967Z Checking progenitor-client v0.13.0
27142026-04-14T21:03:58.021Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27152026-04-14T21:03:58.159Z Checking backon v1.6.0
27162026-04-14T21:03:58.196Z Checking waitgroup v0.1.2
27172026-04-14T21:03:58.322Z Checking rustls-pemfile v2.2.0
27182026-04-14T21:03:58.646Z Compiling test-strategy v0.4.5
27192026-04-14T21:03:58.666Z Checking serde_path_to_error v0.1.20
27202026-04-14T21:03:58.680Z Compiling hostname v0.4.2
27212026-04-14T21:03:58.736Z Checking instant v0.1.13
27222026-04-14T21:03:58.819Z Compiling prettyplease v0.2.37
27232026-04-14T21:03:58.832Z Checking backoff v0.4.0
27242026-04-14T21:03:58.899Z Compiling parse-display v0.10.0
27252026-04-14T21:03:59.042Z Compiling progenitor-extras v0.1.1
27262026-04-14T21:03:59.170Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27272026-04-14T21:03:59.283Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27282026-04-14T21:03:59.403Z Checking progenitor-client v0.10.0
27292026-04-14T21:03:59.421Z Checking itertools v0.14.0
27302026-04-14T21:03:59.627Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27312026-04-14T21:04:00.033Z Checking regress v0.10.5
27322026-04-14T21:04:00.145Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27332026-04-14T21:04:00.695Z Compiling macaddr v1.0.1
27342026-04-14T21:04:00.863Z Checking num-rational v0.4.2
27352026-04-14T21:04:00.919Z Compiling usdt-macro v0.5.0
27362026-04-14T21:04:00.994Z Compiling usdt-attr-macro v0.5.0
27372026-04-14T21:04:01.109Z Checking num-complex v0.4.6
27382026-04-14T21:04:01.446Z Checking memmap v0.7.0
27392026-04-14T21:04:01.449Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27402026-04-14T21:04:01.482Z Checking num v0.4.3
27412026-04-14T21:04:01.555Z Compiling float-ord v0.3.2
27422026-04-14T21:04:01.643Z Compiling toml v0.8.23
27432026-04-14T21:04:01.671Z Compiling minimal-lexical v0.2.1
27442026-04-14T21:04:01.683Z Checking linked-hash-map v0.5.6
27452026-04-14T21:04:01.845Z Checking usdt v0.5.0
27462026-04-14T21:04:01.921Z Compiling nom v7.1.3
27472026-04-14T21:04:02.012Z Checking lru-cache v0.1.2
27482026-04-14T21:04:02.570Z Checking hickory-proto v0.24.4
27492026-04-14T21:04:02.652Z Checking phf_shared v0.12.1
27502026-04-14T21:04:02.760Z Compiling slog-dtrace v0.3.0
27512026-04-14T21:04:02.795Z Compiling convert_case v0.4.0
27522026-04-14T21:04:02.952Z Checking heck v0.5.0
27532026-04-14T21:04:03.080Z Compiling chrono-tz v0.10.4
27542026-04-14T21:04:03.167Z Checking resolv-conf v0.7.6
27552026-04-14T21:04:03.232Z Compiling const_format_proc_macros v0.2.34
27562026-04-14T21:04:03.244Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27572026-04-14T21:04:03.273Z Compiling derive_more v0.99.20
27582026-04-14T21:04:03.399Z Checking phf v0.12.1
27592026-04-14T21:04:03.543Z Checking tokio-dtrace v0.1.1
27602026-04-14T21:04:03.712Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27612026-04-14T21:04:03.730Z Compiling derive-where v1.6.0
27622026-04-14T21:04:04.230Z Checking highway v1.3.0
27632026-04-14T21:04:04.266Z Checking const_format v0.2.35
27642026-04-14T21:04:04.329Z Checking hickory-resolver v0.24.4
27652026-04-14T21:04:04.455Z Checking oxide-tokio-rt v0.1.3
27662026-04-14T21:04:04.847Z Checking gethostname v0.5.0
27672026-04-14T21:04:04.958Z Checking bcs v0.1.6
27682026-04-14T21:04:05.064Z Compiling async-recursion v1.1.1
27692026-04-14T21:04:05.084Z Checking qorb v0.4.1
27702026-04-14T21:04:05.196Z Checking termtree v0.5.1
27712026-04-14T21:04:05.643Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27722026-04-14T21:04:05.799Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27732026-04-14T21:04:06.022Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27742026-04-14T21:04:07.294Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27752026-04-14T21:04:07.297Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27762026-04-14T21:04:09.083Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27772026-04-14T21:04:11.769Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-04-14T21:04:13.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s
27792026-04-14T21:04:14.029Z
27802026-04-14T21:04:14.029Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/271)
27812026-04-14T21:04:14.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-04-14T21:04:14.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-04-14T21:04:14.702Z Compiling ar_archive_writer v0.5.1
27842026-04-14T21:04:14.811Z Compiling stacker v0.1.23
27852026-04-14T21:04:14.819Z Compiling cfg_aliases v0.1.1
27862026-04-14T21:04:14.826Z Compiling convert_case v0.10.0
27872026-04-14T21:04:14.828Z Checking unicode-width v0.1.14
27882026-04-14T21:04:14.842Z Compiling proc-macro-error v1.0.4
27892026-04-14T21:04:14.852Z Checking fd-lock v4.0.4
27902026-04-14T21:04:14.853Z Checking nibble_vec v0.1.0
27912026-04-14T21:04:14.915Z Compiling nix v0.28.0
27922026-04-14T21:04:14.977Z Checking vte v0.14.1
27932026-04-14T21:04:14.988Z Compiling recursive-proc-macro-impl v0.1.1
27942026-04-14T21:04:15.078Z Checking bytecount v0.6.9
27952026-04-14T21:04:15.110Z Checking endian-type v0.1.2
27962026-04-14T21:04:15.125Z Checking strip-ansi-escapes v0.2.1
27972026-04-14T21:04:15.167Z Compiling derive_more-impl v2.1.1
27982026-04-14T21:04:15.187Z Compiling tabled_derive v0.7.0
27992026-04-14T21:04:15.190Z Checking papergrid v0.11.0
28002026-04-14T21:04:15.223Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28012026-04-14T21:04:15.236Z Checking radix_trie v0.2.1
28022026-04-14T21:04:15.385Z Compiling peg-macros v0.8.5
28032026-04-14T21:04:15.435Z Checking winnow v0.6.26
28042026-04-14T21:04:15.665Z Compiling psm v0.1.30
28052026-04-14T21:04:15.682Z Compiling sqlparser_derive v0.5.0
28062026-04-14T21:04:15.817Z Checking nu-ansi-term v0.50.3
28072026-04-14T21:04:15.982Z Checking derive_more v2.1.1
28082026-04-14T21:04:16.026Z Checking unicode_categories v0.1.1
28092026-04-14T21:04:16.059Z Checking unicode-width v0.2.0
28102026-04-14T21:04:16.139Z Checking home v0.5.12
28112026-04-14T21:04:16.178Z Checking tabled v0.15.0
28122026-04-14T21:04:16.203Z Checking crossterm v0.29.0
28132026-04-14T21:04:16.239Z Checking rustyline v14.0.0
28142026-04-14T21:04:16.306Z Checking reedline v0.40.0
28152026-04-14T21:04:16.437Z Checking recursive v0.1.1
28162026-04-14T21:04:16.467Z Checking display-error-chain v0.2.2
28172026-04-14T21:04:16.539Z Checking sqlparser v0.61.0
28182026-04-14T21:04:16.557Z Checking sqlformat v0.3.5
28192026-04-14T21:04:16.734Z Checking peg v0.8.5
28202026-04-14T21:04:27.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.49s
28212026-04-14T21:04:27.705Z
28222026-04-14T21:04:27.705Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/271)
28232026-04-14T21:04:28.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-14T21:04:28.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-14T21:04:28.371Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-14T21:04:31.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
28272026-04-14T21:04:31.930Z
28282026-04-14T21:04:31.930Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/271)
28292026-04-14T21:04:32.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-14T21:04:32.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-14T21:04:32.598Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-14T21:04:34.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
28332026-04-14T21:04:35.185Z
28342026-04-14T21:04:35.185Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/271)
28352026-04-14T21:04:35.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-14T21:04:35.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-14T21:04:35.847Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-14T21:04:39.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28392026-04-14T21:04:39.228Z
28402026-04-14T21:04:39.228Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/271)
28412026-04-14T21:04:39.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-14T21:04:39.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-14T21:04:39.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-14T21:04:43.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28452026-04-14T21:04:43.274Z
28462026-04-14T21:04:43.274Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/271)
28472026-04-14T21:04:43.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-14T21:04:43.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-14T21:04:43.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-04-14T21:04:46.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28512026-04-14T21:04:46.681Z
28522026-04-14T21:04:46.681Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/271)
28532026-04-14T21:04:47.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-14T21:04:47.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-14T21:04:47.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-04-14T21:04:49.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
28572026-04-14T21:04:50.102Z
28582026-04-14T21:04:50.102Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/271)
28592026-04-14T21:04:50.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-04-14T21:04:50.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-04-14T21:04:50.765Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-04-14T21:04:54.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28632026-04-14T21:04:54.353Z
28642026-04-14T21:04:54.353Zinfo: running `cargo check --bins` on oximeter (93/271)
28652026-04-14T21:04:54.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-14T21:04:54.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-14T21:04:54.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-04-14T21:04:54.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28692026-04-14T21:04:54.942Z
28702026-04-14T21:04:54.942Zinfo: running `cargo check --bins` on oximeter-schema (94/271)
28712026-04-14T21:04:55.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-04-14T21:04:55.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-04-14T21:04:55.557Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28742026-04-14T21:04:55.719Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28752026-04-14T21:04:55.722Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28762026-04-14T21:04:56.057Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28772026-04-14T21:04:59.509Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28782026-04-14T21:04:59.831Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28792026-04-14T21:05:00.911Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28802026-04-14T21:05:01.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
28812026-04-14T21:05:01.762Z
28822026-04-14T21:05:01.762Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/271)
28832026-04-14T21:05:02.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-14T21:05:02.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-14T21:05:02.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-14T21:05:02.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28872026-04-14T21:05:02.351Z
28882026-04-14T21:05:02.351Zinfo: running `cargo check --bins` on oximeter-test-utils (96/271)
28892026-04-14T21:05:02.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-14T21:05:02.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-14T21:05:02.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-14T21:05:02.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28932026-04-14T21:05:02.981Z
28942026-04-14T21:05:02.981Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/271)
28952026-04-14T21:05:03.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-14T21:05:03.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-14T21:05:03.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-14T21:05:03.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-14T21:05:03.576Z
29002026-04-14T21:05:03.576Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/271)
29012026-04-14T21:05:04.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-14T21:05:04.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-14T21:05:04.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-14T21:05:04.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29052026-04-14T21:05:04.170Z
29062026-04-14T21:05:04.170Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/271)
29072026-04-14T21:05:04.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-14T21:05:04.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-14T21:05:04.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-14T21:05:04.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29112026-04-14T21:05:04.761Z
29122026-04-14T21:05:04.761Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/271)
29132026-04-14T21:05:05.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-14T21:05:05.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-14T21:05:05.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-14T21:05:05.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29172026-04-14T21:05:05.358Z
29182026-04-14T21:05:05.358Zinfo: running `cargo check --bins` on trust-quorum-types (101/271)
29192026-04-14T21:05:05.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-14T21:05:05.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-14T21:05:05.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-04-14T21:05:05.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29232026-04-14T21:05:05.927Z
29242026-04-14T21:05:05.927Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/271)
29252026-04-14T21:05:06.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-04-14T21:05:06.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-04-14T21:05:06.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-04-14T21:05:06.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29292026-04-14T21:05:06.523Z
29302026-04-14T21:05:06.524Zinfo: running `cargo check --bins` on update-engine (103/271)
29312026-04-14T21:05:07.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-04-14T21:05:07.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-04-14T21:05:07.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-04-14T21:05:07.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29352026-04-14T21:05:07.103Z
29362026-04-14T21:05:07.103Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/271)
29372026-04-14T21:05:07.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-04-14T21:05:07.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-04-14T21:05:07.817Z Compiling crucible-workspace-hack v0.1.0
29402026-04-14T21:05:07.932Z Checking secrecy v0.10.3
29412026-04-14T21:05:07.939Z Compiling heapless v0.8.0
29422026-04-14T21:05:07.946Z Compiling ingot-macros v0.1.1
29432026-04-14T21:05:07.953Z Compiling toml_edit v0.23.10+spec-1.0.0
29442026-04-14T21:05:07.953Z Checking hash32 v0.3.1
29452026-04-14T21:05:07.956Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29462026-04-14T21:05:07.961Z Compiling smoltcp v0.11.0
29472026-04-14T21:05:08.033Z Checking cobs v0.3.0
29482026-04-14T21:05:08.068Z Compiling thiserror-impl-no-std v2.0.2
29492026-04-14T21:05:08.166Z Checking universal-hash v0.5.1
29502026-04-14T21:05:08.189Z Checking half v2.7.1
29512026-04-14T21:05:08.206Z Checking ciborium-io v0.2.2
29522026-04-14T21:05:08.296Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29532026-04-14T21:05:08.321Z Checking opaque-debug v0.3.1
29542026-04-14T21:05:08.336Z Checking postcard v1.1.3
29552026-04-14T21:05:08.388Z Checking poly1305 v0.8.0
29562026-04-14T21:05:08.470Z Compiling proc-macro-crate v3.4.0
29572026-04-14T21:05:08.482Z Checking ciborium-ll v0.2.2
29582026-04-14T21:05:08.635Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29592026-04-14T21:05:08.648Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29602026-04-14T21:05:08.661Z Checking password-hash v0.5.0
29612026-04-14T21:05:08.888Z Checking chacha20 v0.9.1
29622026-04-14T21:05:08.913Z Compiling proc-macro-crate v1.3.1
29632026-04-14T21:05:08.927Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29642026-04-14T21:05:09.001Z Checking blake2 v0.10.6
29652026-04-14T21:05:09.014Z Compiling num_enum_derive v0.7.5
29662026-04-14T21:05:09.080Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29672026-04-14T21:05:09.159Z Checking aead v0.5.2
29682026-04-14T21:05:09.210Z Checking thiserror-no-std v2.0.2
29692026-04-14T21:05:09.235Z Compiling foreign-types-macros v0.2.3
29702026-04-14T21:05:09.287Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29712026-04-14T21:05:09.299Z Checking cpufeatures v0.3.0
29722026-04-14T21:05:09.310Z Checking foreign-types-shared v0.3.1
29732026-04-14T21:05:09.322Z Compiling num_enum_derive v0.5.11
29742026-04-14T21:05:09.369Z Checking chacha20 v0.10.0
29752026-04-14T21:05:09.397Z Checking chacha20poly1305 v0.10.1
29762026-04-14T21:05:09.517Z Checking vsss-rs v3.3.4
29772026-04-14T21:05:09.530Z Checking argon2 v0.5.3
29782026-04-14T21:05:09.580Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29792026-04-14T21:05:09.836Z Checking foreign-types v0.5.0
29802026-04-14T21:05:09.890Z Checking ciborium v0.2.2
29812026-04-14T21:05:10.035Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29822026-04-14T21:05:10.060Z Checking num_enum v0.7.5
29832026-04-14T21:05:10.122Z Checking console v0.15.11
29842026-04-14T21:05:10.174Z Checking tabwriter v1.4.1
29852026-04-14T21:05:10.312Z Checking newline-converter v0.3.0
29862026-04-14T21:05:10.326Z Checking camino-tempfile v1.4.1
29872026-04-14T21:05:10.326Z Checking atomicwrites v0.4.4
29882026-04-14T21:05:10.349Z Checking byte-wrapper v0.1.0
29892026-04-14T21:05:10.397Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29902026-04-14T21:05:10.420Z Checking cstr-argument v0.1.2
29912026-04-14T21:05:10.450Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29922026-04-14T21:05:10.494Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29932026-04-14T21:05:10.543Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29942026-04-14T21:05:10.559Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29952026-04-14T21:05:10.664Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29962026-04-14T21:05:10.694Z Checking expectorate v1.2.0
29972026-04-14T21:05:10.708Z Checking num_enum v0.5.11
29982026-04-14T21:05:10.728Z Checking ingot-types v0.1.2
29992026-04-14T21:05:10.818Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30002026-04-14T21:05:10.820Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30012026-04-14T21:05:10.820Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30022026-04-14T21:05:10.895Z Checking rand v0.10.0
30032026-04-14T21:05:10.926Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30042026-04-14T21:05:11.003Z Checking indent_write v2.2.0
30052026-04-14T21:05:11.030Z Checking colored v3.1.1
30062026-04-14T21:05:11.061Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30072026-04-14T21:05:11.084Z Checking ingot v0.1.1
30082026-04-14T21:05:11.128Z Compiling zone_cfg_derive v0.3.1
30092026-04-14T21:05:11.155Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30102026-04-14T21:05:11.180Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30112026-04-14T21:05:11.226Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30122026-04-14T21:05:11.239Z Checking itertools v0.12.1
30132026-04-14T21:05:11.347Z Compiling num-derive v0.4.2
30142026-04-14T21:05:11.397Z Checking swrite v0.1.0
30152026-04-14T21:05:11.492Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30162026-04-14T21:05:11.698Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30172026-04-14T21:05:11.748Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30182026-04-14T21:05:11.763Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30192026-04-14T21:05:11.915Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30202026-04-14T21:05:12.011Z Checking dropshot-api-manager-types v0.6.0
30212026-04-14T21:05:12.026Z Checking smf v0.2.3
30222026-04-14T21:05:12.151Z Checking nanorand v0.7.0
30232026-04-14T21:05:12.180Z Checking whoami v1.6.1
30242026-04-14T21:05:12.218Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30252026-04-14T21:05:12.247Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30262026-04-14T21:05:12.250Z Checking zone v0.3.1
30272026-04-14T21:05:12.271Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30282026-04-14T21:05:12.343Z Checking flume v0.11.1
30292026-04-14T21:05:12.672Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30302026-04-14T21:05:13.614Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30312026-04-14T21:05:14.442Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30322026-04-14T21:05:17.163Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30332026-04-14T21:05:19.179Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30342026-04-14T21:05:20.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.10s
30352026-04-14T21:05:20.403Z
30362026-04-14T21:05:20.403Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/271)
30372026-04-14T21:05:20.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-14T21:05:20.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-14T21:05:20.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-14T21:05:20.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-04-14T21:05:20.999Z
30422026-04-14T21:05:20.999Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/271)
30432026-04-14T21:05:21.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-14T21:05:21.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-14T21:05:21.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-14T21:05:21.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30472026-04-14T21:05:21.585Z
30482026-04-14T21:05:21.585Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/271)
30492026-04-14T21:05:22.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-14T21:05:22.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-14T21:05:22.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-14T21:05:22.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-04-14T21:05:22.187Z
30542026-04-14T21:05:22.187Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/271)
30552026-04-14T21:05:22.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-14T21:05:22.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-14T21:05:22.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-14T21:05:22.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30592026-04-14T21:05:22.779Z
30602026-04-14T21:05:22.779Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/271)
30612026-04-14T21:05:23.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-14T21:05:23.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-14T21:05:23.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-14T21:05:23.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30652026-04-14T21:05:23.365Z
30662026-04-14T21:05:23.366Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/271)
30672026-04-14T21:05:23.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-14T21:05:23.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-14T21:05:23.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-14T21:05:23.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-04-14T21:05:23.957Z
30722026-04-14T21:05:23.957Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/271)
30732026-04-14T21:05:24.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-14T21:05:24.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-14T21:05:24.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-14T21:05:24.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30772026-04-14T21:05:24.547Z
30782026-04-14T21:05:24.547Zinfo: running `cargo check --bins` on cockroach-admin-client (112/271)
30792026-04-14T21:05:25.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-14T21:05:25.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-14T21:05:25.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-14T21:05:25.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30832026-04-14T21:05:25.129Z
30842026-04-14T21:05:25.129Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/271)
30852026-04-14T21:05:25.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-14T21:05:25.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-14T21:05:25.626Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-14T21:05:25.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30892026-04-14T21:05:25.717Z
30902026-04-14T21:05:25.717Zinfo: running `cargo check --bins` on dns-service-client (114/271)
30912026-04-14T21:05:26.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-14T21:05:26.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-14T21:05:26.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-14T21:05:26.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30952026-04-14T21:05:26.303Z
30962026-04-14T21:05:26.303Zinfo: running `cargo check --bins` on installinator-client (115/271)
30972026-04-14T21:05:26.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-14T21:05:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-14T21:05:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-14T21:05:26.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31012026-04-14T21:05:26.892Z
31022026-04-14T21:05:26.892Zinfo: running `cargo check --bins` on nexus-client (116/271)
31032026-04-14T21:05:27.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-14T21:05:27.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-14T21:05:27.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-14T21:05:27.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31072026-04-14T21:05:27.519Z
31082026-04-14T21:05:27.519Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/271)
31092026-04-14T21:05:28.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-14T21:05:28.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-14T21:05:28.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-14T21:05:28.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31132026-04-14T21:05:28.146Z
31142026-04-14T21:05:28.146Zinfo: running `cargo check --bins` on ntp-admin-client (118/271)
31152026-04-14T21:05:28.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-14T21:05:28.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-14T21:05:28.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-14T21:05:28.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31192026-04-14T21:05:28.724Z
31202026-04-14T21:05:28.724Zinfo: running `cargo check --bins` on oxide-client (119/271)
31212026-04-14T21:05:29.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-14T21:05:29.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-14T21:05:29.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-14T21:05:29.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31252026-04-14T21:05:29.307Z
31262026-04-14T21:05:29.307Zinfo: running `cargo check --bins` on oximeter-client (120/271)
31272026-04-14T21:05:29.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-14T21:05:29.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-14T21:05:29.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-14T21:05:29.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31312026-04-14T21:05:29.903Z
31322026-04-14T21:05:29.903Zinfo: running `cargo check --bins` on repo-depot-client (121/271)
31332026-04-14T21:05:30.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-14T21:05:30.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-14T21:05:30.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-14T21:05:30.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31372026-04-14T21:05:30.483Z
31382026-04-14T21:05:30.484Zinfo: running `cargo check --bins` on sled-agent-client (122/271)
31392026-04-14T21:05:30.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-14T21:05:30.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-14T21:05:30.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-14T21:05:30.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31432026-04-14T21:05:31.083Z
31442026-04-14T21:05:31.083Zinfo: running `cargo check --bins` on wicketd-client (123/271)
31452026-04-14T21:05:31.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-14T21:05:31.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-14T21:05:31.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-14T21:05:31.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31492026-04-14T21:05:31.689Z
31502026-04-14T21:05:31.689Zinfo: running `cargo check --bins` on installinator-common (124/271)
31512026-04-14T21:05:32.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-14T21:05:32.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-14T21:05:32.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-04-14T21:05:32.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31552026-04-14T21:05:32.296Z
31562026-04-14T21:05:32.296Zinfo: running `cargo check --bins` on installinator-common-versions (125/271)
31572026-04-14T21:05:32.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-04-14T21:05:32.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-04-14T21:05:32.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-04-14T21:05:32.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31612026-04-14T21:05:32.873Z
31622026-04-14T21:05:32.873Zinfo: running `cargo check --bins` on wicket-common (126/271)
31632026-04-14T21:05:33.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-04-14T21:05:33.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-04-14T21:05:33.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-04-14T21:05:33.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31672026-04-14T21:05:33.475Z
31682026-04-14T21:05:33.475Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/271)
31692026-04-14T21:05:33.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-04-14T21:05:33.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-04-14T21:05:34.154Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31722026-04-14T21:05:34.268Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-04-14T21:05:34.276Z Checking csv-core v0.1.13
31742026-04-14T21:05:34.283Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-04-14T21:05:34.290Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31762026-04-14T21:05:34.299Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31772026-04-14T21:05:34.310Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31782026-04-14T21:05:34.320Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31792026-04-14T21:05:34.431Z Checking csv v1.4.0
31802026-04-14T21:05:34.446Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31812026-04-14T21:05:34.493Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31822026-04-14T21:05:34.523Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31832026-04-14T21:05:34.762Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31842026-04-14T21:05:35.126Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31852026-04-14T21:05:35.128Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31862026-04-14T21:05:35.444Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31872026-04-14T21:05:40.685Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31882026-04-14T21:05:41.205Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31892026-04-14T21:05:43.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
31902026-04-14T21:05:43.732Z
31912026-04-14T21:05:43.732Zinfo: running `cargo check --bins` on cockroach-admin-api (128/271)
31922026-04-14T21:05:44.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-14T21:05:44.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-14T21:05:44.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-14T21:05:44.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31962026-04-14T21:05:44.321Z
31972026-04-14T21:05:44.321Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/271)
31982026-04-14T21:05:44.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-14T21:05:44.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-14T21:05:44.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-04-14T21:05:44.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32022026-04-14T21:05:44.999Z
32032026-04-14T21:05:44.999Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/271)
32042026-04-14T21:05:45.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-14T21:05:45.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-14T21:05:45.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-14T21:05:45.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32082026-04-14T21:05:45.675Z
32092026-04-14T21:05:45.675Zinfo: running `cargo check --bins` on gateway-test-utils (131/271)
32102026-04-14T21:05:46.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-14T21:05:46.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-14T21:05:46.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-04-14T21:05:46.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32142026-04-14T21:05:46.312Z
32152026-04-14T21:05:46.312Zinfo: running `cargo check --bins` on omicron-gateway (132/271)
32162026-04-14T21:05:46.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-04-14T21:05:46.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-04-14T21:05:47.064Z Compiling typify-impl v0.6.1
32192026-04-14T21:05:47.203Z Compiling unsafe-libyaml v0.2.11
32202026-04-14T21:05:47.214Z Compiling semver v0.1.20
32212026-04-14T21:05:47.222Z Compiling radium v0.7.0
32222026-04-14T21:05:47.234Z Compiling pin-project-internal v1.1.11
32232026-04-14T21:05:47.237Z Checking tap v1.0.1
32242026-04-14T21:05:47.237Z Compiling maybe-uninit v2.0.0
32252026-04-14T21:05:47.345Z Checking wyz v0.5.1
32262026-04-14T21:05:47.481Z Compiling rustc_version v0.1.7
32272026-04-14T21:05:47.530Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-04-14T21:05:47.565Z Compiling snafu-derive v0.8.9
32292026-04-14T21:05:47.664Z Compiling zerocopy-derive v0.6.6
32302026-04-14T21:05:47.698Z Compiling serde_yaml v0.9.34+deprecated
32312026-04-14T21:05:47.922Z Compiling newtype_derive v0.1.6
32322026-04-14T21:05:48.110Z Checking funty v2.0.0
32332026-04-14T21:05:48.301Z Compiling owo-colors v4.3.0
32342026-04-14T21:05:48.330Z Checking pin-project v1.1.11
32352026-04-14T21:05:48.430Z Checking same-file v1.0.6
32362026-04-14T21:05:48.468Z Compiling cancel-safe-futures v0.1.5
32372026-04-14T21:05:48.499Z Compiling packed_struct v0.10.1
32382026-04-14T21:05:48.549Z Checking crc-catalog v2.4.0
32392026-04-14T21:05:48.644Z Checking crc v3.4.0
32402026-04-14T21:05:48.665Z Checking walkdir v2.5.0
32412026-04-14T21:05:48.697Z Checking zerocopy v0.6.6
32422026-04-14T21:05:48.766Z Checking bitvec v1.0.1
32432026-04-14T21:05:48.872Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-04-14T21:05:48.906Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-04-14T21:05:48.985Z Checking globset v0.4.18
32462026-04-14T21:05:48.999Z Checking olpc-cjson v0.1.4
32472026-04-14T21:05:49.133Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32482026-04-14T21:05:49.136Z Checking pem v3.0.6
32492026-04-14T21:05:49.232Z Compiling packed_struct_codegen v0.10.1
32502026-04-14T21:05:49.247Z Checking libsw-core v0.3.2
32512026-04-14T21:05:49.292Z Checking serde_plain v1.0.2
32522026-04-14T21:05:49.388Z Compiling bitfield-macros v0.19.4
32532026-04-14T21:05:49.391Z Compiling indexmap v1.9.3
32542026-04-14T21:05:49.415Z Checking nodrop v0.1.14
32552026-04-14T21:05:49.438Z Checking typed-path v0.9.3
32562026-04-14T21:05:49.460Z Checking snafu v0.8.9
32572026-04-14T21:05:49.503Z Checking array-init v0.0.4
32582026-04-14T21:05:49.611Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32592026-04-14T21:05:49.697Z Checking libsw v3.5.0
32602026-04-14T21:05:49.801Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-04-14T21:05:49.848Z Checking smallvec v0.6.14
32622026-04-14T21:05:50.033Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32632026-04-14T21:05:50.081Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32642026-04-14T21:05:50.106Z Checking bitfield v0.19.4
32652026-04-14T21:05:50.205Z Checking base64 v0.21.7
32662026-04-14T21:05:50.230Z Checking tough v0.20.0
32672026-04-14T21:05:50.297Z Checking hashbrown v0.12.3
32682026-04-14T21:05:50.375Z Checking tagptr v0.2.0
32692026-04-14T21:05:50.446Z Checking linear-map v1.2.0
32702026-04-14T21:05:50.460Z Checking smawk v0.3.2
32712026-04-14T21:05:50.518Z Checking unicode-linebreak v0.1.5
32722026-04-14T21:05:50.589Z Checking moka v0.12.13
32732026-04-14T21:05:50.621Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-04-14T21:05:50.635Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32752026-04-14T21:05:50.736Z Checking textwrap v0.16.2
32762026-04-14T21:05:50.793Z Checking ron v0.8.1
32772026-04-14T21:05:50.949Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32782026-04-14T21:05:51.028Z Checking steno v0.4.1
32792026-04-14T21:05:51.214Z Checking serde-hex v0.1.0
32802026-04-14T21:05:51.307Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32812026-04-14T21:05:51.360Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32822026-04-14T21:05:51.467Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32832026-04-14T21:05:51.608Z Compiling typify-macro v0.6.1
32842026-04-14T21:05:51.744Z Checking hashbrown v0.13.2
32852026-04-14T21:05:51.874Z Checking crc-any v2.5.0
32862026-04-14T21:05:52.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-04-14T21:05:52.029Z Checking humantime v2.3.0
32882026-04-14T21:05:52.053Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32892026-04-14T21:05:52.159Z Checking object v0.30.4
32902026-04-14T21:05:52.210Z Checking hickory-resolver v0.25.2
32912026-04-14T21:05:52.221Z Checking void v1.0.2
32922026-04-14T21:05:52.234Z Checking utf-8 v0.7.6
32932026-04-14T21:05:52.237Z Checking half v1.8.3
32942026-04-14T21:05:52.323Z Checking path-slash v0.1.5
32952026-04-14T21:05:52.366Z Checking tungstenite v0.23.0
32962026-04-14T21:05:52.428Z Checking lzss v0.8.2
32972026-04-14T21:05:52.441Z Checking serde_cbor v0.11.2
32982026-04-14T21:05:52.682Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-04-14T21:05:52.747Z Checking nix v0.27.1
33002026-04-14T21:05:52.777Z Checking kstat-rs v0.2.4
33012026-04-14T21:05:52.817Z Checking fxhash v0.2.1
33022026-04-14T21:05:52.837Z Checking serde_bytes v0.11.19
33032026-04-14T21:05:52.895Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33042026-04-14T21:05:52.933Z Checking tokio-tungstenite v0.23.1
33052026-04-14T21:05:52.962Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33062026-04-14T21:05:53.006Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33072026-04-14T21:05:53.187Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33082026-04-14T21:05:53.234Z Checking signal-hook-tokio v0.3.1
33092026-04-14T21:05:53.304Z Compiling typify v0.6.1
33102026-04-14T21:05:53.387Z Compiling progenitor-impl v0.13.0
33112026-04-14T21:05:54.274Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33122026-04-14T21:05:54.888Z Compiling progenitor-macro v0.13.0
33132026-04-14T21:05:55.169Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33142026-04-14T21:05:55.471Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33152026-04-14T21:05:57.191Z Checking progenitor v0.13.0
33162026-04-14T21:05:57.303Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33172026-04-14T21:05:57.306Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33182026-04-14T21:06:00.275Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33192026-04-14T21:06:07.480Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33202026-04-14T21:06:13.672Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33212026-04-14T21:06:15.015Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33222026-04-14T21:06:15.579Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33232026-04-14T21:06:17.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.28s
33242026-04-14T21:06:17.805Z
33252026-04-14T21:06:17.805Zinfo: running `cargo check --bins` on gateway-api (133/271)
33262026-04-14T21:06:18.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272026-04-14T21:06:18.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282026-04-14T21:06:18.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33292026-04-14T21:06:18.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33302026-04-14T21:06:18.396Z
33312026-04-14T21:06:18.396Zinfo: running `cargo check --bins` on ipcc (134/271)
33322026-04-14T21:06:18.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33332026-04-14T21:06:18.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33342026-04-14T21:06:18.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33352026-04-14T21:06:18.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33362026-04-14T21:06:18.987Z
33372026-04-14T21:06:18.987Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/271)
33382026-04-14T21:06:19.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33392026-04-14T21:06:19.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33402026-04-14T21:06:19.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33412026-04-14T21:06:19.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33422026-04-14T21:06:19.561Z
33432026-04-14T21:06:19.561Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/271)
33442026-04-14T21:06:20.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-04-14T21:06:20.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-04-14T21:06:20.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-04-14T21:06:20.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33482026-04-14T21:06:20.150Z
33492026-04-14T21:06:20.150Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/271)
33502026-04-14T21:06:20.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-04-14T21:06:20.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-04-14T21:06:20.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-04-14T21:06:20.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33542026-04-14T21:06:20.741Z
33552026-04-14T21:06:20.741Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/271)
33562026-04-14T21:06:21.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-04-14T21:06:21.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-04-14T21:06:21.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-04-14T21:06:21.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33602026-04-14T21:06:21.334Z
33612026-04-14T21:06:21.334Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/271)
33622026-04-14T21:06:21.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-04-14T21:06:21.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-04-14T21:06:21.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-04-14T21:06:21.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33662026-04-14T21:06:21.929Z
33672026-04-14T21:06:21.929Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/271)
33682026-04-14T21:06:22.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-04-14T21:06:22.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-04-14T21:06:22.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-04-14T21:06:22.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33722026-04-14T21:06:22.524Z
33732026-04-14T21:06:22.524Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/271)
33742026-04-14T21:06:23.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-04-14T21:06:23.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-04-14T21:06:23.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-04-14T21:06:23.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33782026-04-14T21:06:23.116Z
33792026-04-14T21:06:23.116Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/271)
33802026-04-14T21:06:23.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-04-14T21:06:23.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-04-14T21:06:23.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-04-14T21:06:23.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33842026-04-14T21:06:23.707Z
33852026-04-14T21:06:23.707Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/271)
33862026-04-14T21:06:24.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-04-14T21:06:24.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-04-14T21:06:24.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-04-14T21:06:24.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33902026-04-14T21:06:24.302Z
33912026-04-14T21:06:24.302Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/271)
33922026-04-14T21:06:24.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-04-14T21:06:24.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-04-14T21:06:24.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-04-14T21:06:24.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33962026-04-14T21:06:24.889Z
33972026-04-14T21:06:24.889Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/271)
33982026-04-14T21:06:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-04-14T21:06:25.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-04-14T21:06:25.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-04-14T21:06:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34022026-04-14T21:06:25.479Z
34032026-04-14T21:06:25.479Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/271)
34042026-04-14T21:06:25.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-04-14T21:06:25.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-04-14T21:06:25.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-04-14T21:06:25.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34082026-04-14T21:06:26.073Z
34092026-04-14T21:06:26.073Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/271)
34102026-04-14T21:06:26.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-04-14T21:06:26.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-04-14T21:06:26.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-04-14T21:06:26.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34142026-04-14T21:06:26.662Z
34152026-04-14T21:06:26.662Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/271)
34162026-04-14T21:06:27.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-04-14T21:06:27.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-04-14T21:06:27.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-04-14T21:06:27.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34202026-04-14T21:06:27.254Z
34212026-04-14T21:06:27.254Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/271)
34222026-04-14T21:06:27.755Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-04-14T21:06:27.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-04-14T21:06:27.758Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-04-14T21:06:27.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262026-04-14T21:06:27.850Z
34272026-04-14T21:06:27.850Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/271)
34282026-04-14T21:06:28.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-04-14T21:06:28.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-04-14T21:06:28.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-04-14T21:06:28.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34322026-04-14T21:06:28.443Z
34332026-04-14T21:06:28.444Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/271)
34342026-04-14T21:06:28.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-04-14T21:06:28.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-04-14T21:06:28.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-04-14T21:06:28.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34382026-04-14T21:06:29.038Z
34392026-04-14T21:06:29.038Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/271)
34402026-04-14T21:06:29.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-04-14T21:06:29.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-04-14T21:06:29.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-04-14T21:06:29.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34442026-04-14T21:06:29.635Z
34452026-04-14T21:06:29.635Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/271)
34462026-04-14T21:06:30.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-04-14T21:06:30.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-04-14T21:06:30.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-04-14T21:06:30.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34502026-04-14T21:06:30.228Z
34512026-04-14T21:06:30.228Zinfo: running `cargo check --bins` on oximeter-producer (154/271)
34522026-04-14T21:06:30.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-04-14T21:06:30.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-04-14T21:06:30.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-04-14T21:06:30.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34562026-04-14T21:06:30.860Z
34572026-04-14T21:06:30.860Zinfo: running `cargo check --bins` on internal-dns-resolver (155/271)
34582026-04-14T21:06:31.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-04-14T21:06:31.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-04-14T21:06:31.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-04-14T21:06:31.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34622026-04-14T21:06:31.449Z
34632026-04-14T21:06:31.449Zinfo: running `cargo check --bins` on dns-server (156/271)
34642026-04-14T21:06:31.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-04-14T21:06:31.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-04-14T21:06:32.093Z Compiling parking_lot_core v0.8.6
34672026-04-14T21:06:32.093Z Compiling atomicwrites v0.4.4
34682026-04-14T21:06:32.093Z Compiling git-stub v1.0.0
34692026-04-14T21:06:32.097Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34702026-04-14T21:06:32.211Z Checking prefix-trie v0.7.0
34712026-04-14T21:06:32.329Z Compiling git-stub-vcs v0.1.0
34722026-04-14T21:06:32.517Z Checking hickory-server v0.25.2
34732026-04-14T21:06:32.595Z Checking parking_lot v0.11.2
34742026-04-14T21:06:32.607Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34752026-04-14T21:06:32.678Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34762026-04-14T21:06:32.678Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34772026-04-14T21:06:32.765Z Checking sled v0.34.7
34782026-04-14T21:06:34.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s
34792026-04-14T21:06:34.814Z
34802026-04-14T21:06:34.814Zinfo: running `cargo check --bins` on dns-server-api (157/271)
34812026-04-14T21:06:35.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-04-14T21:06:35.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-04-14T21:06:35.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-04-14T21:06:35.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34852026-04-14T21:06:35.412Z
34862026-04-14T21:06:35.412Zinfo: running `cargo check --bins` on sp-sim (158/271)
34872026-04-14T21:06:35.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-04-14T21:06:35.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-04-14T21:06:36.127Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34902026-04-14T21:06:37.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
34912026-04-14T21:06:38.089Z
34922026-04-14T21:06:38.089Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (159/271)
34932026-04-14T21:06:38.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-04-14T21:06:38.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-04-14T21:06:38.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-04-14T21:06:38.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34972026-04-14T21:06:38.736Z
34982026-04-14T21:06:38.736Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (160/271)
34992026-04-14T21:06:39.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-04-14T21:06:39.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-04-14T21:06:39.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-04-14T21:06:39.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35032026-04-14T21:06:39.390Z
35042026-04-14T21:06:39.390Zinfo: running `cargo check --bins` on db-macros (161/271)
35052026-04-14T21:06:39.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-04-14T21:06:39.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-04-14T21:06:39.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-04-14T21:06:39.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35092026-04-14T21:06:39.978Z
35102026-04-14T21:06:39.978Zinfo: running `cargo check --bins` on nexus-macros-common (162/271)
35112026-04-14T21:06:40.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-04-14T21:06:40.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-04-14T21:06:40.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-04-14T21:06:40.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35152026-04-14T21:06:40.559Z
35162026-04-14T21:06:40.559Zinfo: running `cargo check --bins` on nexus-auth (163/271)
35172026-04-14T21:06:41.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-04-14T21:06:41.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-04-14T21:06:41.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-04-14T21:06:41.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35212026-04-14T21:06:41.209Z
35222026-04-14T21:06:41.209Zinfo: running `cargo check --bins` on authz-macros (164/271)
35232026-04-14T21:06:41.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-04-14T21:06:41.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-04-14T21:06:41.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-04-14T21:06:41.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35272026-04-14T21:06:41.794Z
35282026-04-14T21:06:41.794Zinfo: running `cargo check --bins` on nexus-db-fixed-data (165/271)
35292026-04-14T21:06:42.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-04-14T21:06:42.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-04-14T21:06:42.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-04-14T21:06:42.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35332026-04-14T21:06:42.433Z
35342026-04-14T21:06:42.434Zinfo: running `cargo check --bins` on nexus-db-model (166/271)
35352026-04-14T21:06:42.974Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-04-14T21:06:42.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-04-14T21:06:42.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-04-14T21:06:42.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35392026-04-14T21:06:43.075Z
35402026-04-14T21:06:43.075Zinfo: running `cargo check --bins` on nexus-db-schema (167/271)
35412026-04-14T21:06:43.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-04-14T21:06:43.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-04-14T21:06:43.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-04-14T21:06:43.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35452026-04-14T21:06:43.658Z
35462026-04-14T21:06:43.658Zinfo: running `cargo check --bins` on omicron-rpaths (168/271)
35472026-04-14T21:06:44.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-04-14T21:06:44.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-04-14T21:06:44.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-04-14T21:06:44.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35512026-04-14T21:06:44.242Z
35522026-04-14T21:06:44.242Zinfo: running `cargo check --bins` on nexus-defaults (169/271)
35532026-04-14T21:06:44.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-04-14T21:06:44.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-04-14T21:06:44.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-04-14T21:06:44.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-04-14T21:06:44.842Z
35582026-04-14T21:06:44.842Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (170/271)
35592026-04-14T21:06:45.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-04-14T21:06:45.340Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-04-14T21:06:45.340Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-04-14T21:06:45.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35632026-04-14T21:06:45.426Z
35642026-04-14T21:06:45.426Zinfo: running `cargo check --bins` on parallel-task-set (171/271)
35652026-04-14T21:06:45.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-04-14T21:06:45.920Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-04-14T21:06:45.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-04-14T21:06:45.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35692026-04-14T21:06:46.010Z
35702026-04-14T21:06:46.010Zinfo: running `cargo check --bins` on nexus-db-errors (172/271)
35712026-04-14T21:06:46.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-04-14T21:06:46.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-04-14T21:06:46.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-04-14T21:06:46.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-04-14T21:06:46.653Z
35762026-04-14T21:06:46.653Zinfo: running `cargo check --bins` on nexus-db-lookup (173/271)
35772026-04-14T21:06:47.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-04-14T21:06:47.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-04-14T21:06:47.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-04-14T21:06:47.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35812026-04-14T21:06:47.327Z
35822026-04-14T21:06:47.327Zinfo: running `cargo check --bins` on nexus-inventory (174/271)
35832026-04-14T21:06:47.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-04-14T21:06:47.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-04-14T21:06:47.845Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-04-14T21:06:47.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35872026-04-14T21:06:47.943Z
35882026-04-14T21:06:47.944Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (175/271)
35892026-04-14T21:06:48.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-04-14T21:06:48.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-04-14T21:06:48.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-04-14T21:06:48.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35932026-04-14T21:06:48.558Z
35942026-04-14T21:06:48.558Zinfo: running `cargo check --bins --no-default-features` on sled-storage (176/271)
35952026-04-14T21:06:49.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-04-14T21:06:49.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-04-14T21:06:49.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-04-14T21:06:49.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-04-14T21:06:49.169Z
36002026-04-14T21:06:49.169Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (177/271)
36012026-04-14T21:06:49.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-04-14T21:06:49.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-04-14T21:06:49.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-04-14T21:06:49.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36052026-04-14T21:06:49.786Z
36062026-04-14T21:06:49.786Zinfo: running `cargo check --bins` on key-manager (178/271)
36072026-04-14T21:06:50.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-04-14T21:06:50.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-04-14T21:06:50.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-04-14T21:06:50.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36112026-04-14T21:06:50.383Z
36122026-04-14T21:06:50.383Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (179/271)
36132026-04-14T21:06:50.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-04-14T21:06:50.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-04-14T21:06:50.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-04-14T21:06:50.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36172026-04-14T21:06:51.005Z
36182026-04-14T21:06:51.005Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (180/271)
36192026-04-14T21:06:51.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-04-14T21:06:51.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-04-14T21:06:51.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-04-14T21:06:51.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36232026-04-14T21:06:51.612Z
36242026-04-14T21:06:51.612Zinfo: running `cargo check --bins` on typed-rng (181/271)
36252026-04-14T21:06:52.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-04-14T21:06:52.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-04-14T21:06:52.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-04-14T21:06:52.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36292026-04-14T21:06:52.195Z
36302026-04-14T21:06:52.195Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (182/271)
36312026-04-14T21:06:52.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-04-14T21:06:52.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-04-14T21:06:53.036Z Compiling typify-impl v0.4.3
36342026-04-14T21:06:53.039Z Compiling libefi-sys v0.1.0
36352026-04-14T21:06:53.039Z Compiling bitfield-struct v0.6.2
36362026-04-14T21:06:53.190Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-04-14T21:06:53.201Z Compiling xshell-macros v0.2.7
36382026-04-14T21:06:53.214Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36392026-04-14T21:06:53.229Z Compiling salty v0.3.0
36402026-04-14T21:06:53.257Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36412026-04-14T21:06:53.410Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36422026-04-14T21:06:53.529Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36432026-04-14T21:06:53.544Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36442026-04-14T21:06:53.566Z Checking xshell v0.2.7
36452026-04-14T21:06:53.754Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36462026-04-14T21:06:53.770Z Checking primeorder v0.13.6
36472026-04-14T21:06:53.787Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36482026-04-14T21:06:53.918Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-04-14T21:06:53.935Z Compiling proc-macro-error-attr2 v2.0.0
36502026-04-14T21:06:54.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36512026-04-14T21:06:54.020Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36522026-04-14T21:06:54.154Z Checking tungstenite v0.21.0
36532026-04-14T21:06:54.209Z Checking p384 v0.13.1
36542026-04-14T21:06:54.252Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36552026-04-14T21:06:54.324Z Compiling proc-macro-error2 v2.0.1
36562026-04-14T21:06:54.418Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36572026-04-14T21:06:54.573Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36582026-04-14T21:06:54.625Z Compiling num-derive v0.3.3
36592026-04-14T21:06:54.640Z Compiling unicase v2.9.0
36602026-04-14T21:06:54.847Z Checking compression-core v0.4.31
36612026-04-14T21:06:54.902Z Compiling mime_guess v2.0.5
36622026-04-14T21:06:54.998Z Checking compression-codecs v0.4.37
36632026-04-14T21:06:55.091Z Compiling tabled_derive v0.11.0
36642026-04-14T21:06:55.120Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36652026-04-14T21:06:55.173Z Checking tokio-tungstenite v0.21.0
36662026-04-14T21:06:55.430Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36672026-04-14T21:06:55.465Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36682026-04-14T21:06:55.584Z Checking libscf-sys v1.1.0
36692026-04-14T21:06:55.719Z Checking papergrid v0.17.0
36702026-04-14T21:06:55.821Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36712026-04-14T21:06:55.835Z Checking testing_table v0.3.0
36722026-04-14T21:06:55.929Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-04-14T21:06:55.946Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36742026-04-14T21:06:56.256Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36752026-04-14T21:06:56.272Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36762026-04-14T21:06:56.453Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-04-14T21:06:56.468Z Checking toml_datetime v1.0.0+spec-1.1.0
36782026-04-14T21:06:56.487Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36792026-04-14T21:06:56.504Z Compiling dropshot v0.17.0
36802026-04-14T21:06:56.648Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36812026-04-14T21:06:56.669Z Checking corncobs v0.1.4
36822026-04-14T21:06:56.716Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36832026-04-14T21:06:56.732Z Checking toml v1.0.6+spec-1.1.0
36842026-04-14T21:06:56.747Z Checking tabled v0.20.0
36852026-04-14T21:06:56.800Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-04-14T21:06:56.878Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-14T21:06:56.929Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36882026-04-14T21:06:56.964Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36892026-04-14T21:06:57.051Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36902026-04-14T21:06:57.229Z Checking async-compression v0.4.41
36912026-04-14T21:06:57.251Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36922026-04-14T21:06:57.308Z Checking progenitor-client v0.11.2
36932026-04-14T21:06:57.477Z Compiling dropshot_endpoint v0.17.0
36942026-04-14T21:06:57.526Z Checking secrecy v0.8.0
36952026-04-14T21:06:57.543Z Checking filetime v0.2.27
36962026-04-14T21:06:57.589Z Compiling typify-macro v0.4.3
36972026-04-14T21:06:57.648Z Checking http-range v0.1.5
36982026-04-14T21:06:57.664Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36992026-04-14T21:06:57.678Z Checking xattr v1.6.1
37002026-04-14T21:06:57.804Z Checking tar v0.4.45
37012026-04-14T21:06:58.034Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37022026-04-14T21:06:58.322Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37032026-04-14T21:06:58.339Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37042026-04-14T21:06:58.696Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37052026-04-14T21:06:58.723Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37062026-04-14T21:06:58.752Z Checking atty v0.2.14
37072026-04-14T21:06:58.854Z Checking crc8 v0.1.1
37082026-04-14T21:06:58.956Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37092026-04-14T21:06:59.156Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37102026-04-14T21:06:59.289Z Compiling typify v0.4.3
37112026-04-14T21:06:59.349Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37122026-04-14T21:06:59.402Z Compiling progenitor-impl v0.11.2
37132026-04-14T21:06:59.417Z Compiling progenitor-impl v0.10.0
37142026-04-14T21:06:59.782Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37152026-04-14T21:06:59.884Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37162026-04-14T21:06:59.915Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37172026-04-14T21:07:00.214Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37182026-04-14T21:07:00.310Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37192026-04-14T21:07:00.434Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37202026-04-14T21:07:00.521Z Checking hyper-staticfile v0.10.1
37212026-04-14T21:07:00.658Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37222026-04-14T21:07:00.746Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37232026-04-14T21:07:00.816Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37242026-04-14T21:07:00.919Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37252026-04-14T21:07:01.112Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37262026-04-14T21:07:01.129Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37272026-04-14T21:07:01.179Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37282026-04-14T21:07:01.449Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37292026-04-14T21:07:01.745Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37302026-04-14T21:07:01.891Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37312026-04-14T21:07:02.019Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37322026-04-14T21:07:02.034Z Compiling progenitor-macro v0.11.2
37332026-04-14T21:07:02.113Z Compiling progenitor-macro v0.10.0
37342026-04-14T21:07:02.472Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37352026-04-14T21:07:04.849Z Checking progenitor v0.11.2
37362026-04-14T21:07:05.012Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37372026-04-14T21:07:05.027Z Checking progenitor v0.10.0
37382026-04-14T21:07:05.157Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-04-14T21:07:09.684Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37402026-04-14T21:07:20.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.38s
37412026-04-14T21:07:20.796Z
37422026-04-14T21:07:20.796Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (183/271)
37432026-04-14T21:07:21.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-04-14T21:07:21.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-04-14T21:07:21.575Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37462026-04-14T21:07:32.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37472026-04-14T21:07:32.814Z
37482026-04-14T21:07:32.814Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (184/271)
37492026-04-14T21:07:33.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-04-14T21:07:33.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-04-14T21:07:33.590Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37522026-04-14T21:07:44.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37532026-04-14T21:07:44.891Z
37542026-04-14T21:07:44.891Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (185/271)
37552026-04-14T21:07:45.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-04-14T21:07:45.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-04-14T21:07:45.667Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-04-14T21:07:56.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.74s
37592026-04-14T21:07:58.030Z
37602026-04-14T21:07:58.030Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (186/271)
37612026-04-14T21:07:58.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-04-14T21:07:58.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-04-14T21:07:58.033Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37642026-04-14T21:08:08.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37652026-04-14T21:08:08.887Z
37662026-04-14T21:08:08.887Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (187/271)
37672026-04-14T21:08:09.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-04-14T21:08:09.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-04-14T21:08:09.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37702026-04-14T21:08:20.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
37712026-04-14T21:08:20.874Z
37722026-04-14T21:08:20.874Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (188/271)
37732026-04-14T21:08:21.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-04-14T21:08:21.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-04-14T21:08:21.651Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-04-14T21:08:32.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.96s
37772026-04-14T21:08:33.051Z
37782026-04-14T21:08:33.051Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (189/271)
37792026-04-14T21:08:33.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-04-14T21:08:33.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-04-14T21:08:33.828Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-04-14T21:08:44.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s
37832026-04-14T21:08:45.150Z
37842026-04-14T21:08:45.150Zinfo: running `cargo check --bins` on bootstrap-agent-api (190/271)
37852026-04-14T21:08:45.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-04-14T21:08:45.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-04-14T21:08:45.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-04-14T21:08:45.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37892026-04-14T21:08:45.749Z
37902026-04-14T21:08:45.749Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (191/271)
37912026-04-14T21:08:46.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-04-14T21:08:46.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-04-14T21:08:46.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-04-14T21:08:46.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37952026-04-14T21:08:46.353Z
37962026-04-14T21:08:46.353Zinfo: running `cargo check --bins` on range-requests (192/271)
37972026-04-14T21:08:46.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-04-14T21:08:46.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-04-14T21:08:46.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-04-14T21:08:46.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38012026-04-14T21:08:46.936Z
38022026-04-14T21:08:46.936Zinfo: running `cargo check --bins` on repo-depot-api (193/271)
38032026-04-14T21:08:47.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-04-14T21:08:47.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-04-14T21:08:47.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-04-14T21:08:47.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38072026-04-14T21:08:47.519Z
38082026-04-14T21:08:47.519Zinfo: running `cargo check --bins` on sled-agent-api (194/271)
38092026-04-14T21:08:48.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-04-14T21:08:48.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-04-14T21:08:48.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-04-14T21:08:48.038Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38132026-04-14T21:08:48.126Z
38142026-04-14T21:08:48.126Zinfo: running `cargo check --bins` on sled-diagnostics (195/271)
38152026-04-14T21:08:48.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-04-14T21:08:48.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-04-14T21:08:48.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-04-14T21:08:48.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38192026-04-14T21:08:48.737Z
38202026-04-14T21:08:48.737Zinfo: running `cargo check --bins` on zfs-test-harness (196/271)
38212026-04-14T21:08:49.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-04-14T21:08:49.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-04-14T21:08:49.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-04-14T21:08:49.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38252026-04-14T21:08:49.349Z
38262026-04-14T21:08:49.349Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (197/271)
38272026-04-14T21:08:49.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-04-14T21:08:49.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-04-14T21:08:49.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-04-14T21:08:49.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38312026-04-14T21:08:49.969Z
38322026-04-14T21:08:49.969Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (198/271)
38332026-04-14T21:08:50.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-04-14T21:08:50.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-04-14T21:08:50.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-04-14T21:08:50.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38372026-04-14T21:08:50.581Z
38382026-04-14T21:08:50.582Zinfo: running `cargo check --bins` on sled-agent-health-monitor (199/271)
38392026-04-14T21:08:51.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-04-14T21:08:51.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-04-14T21:08:51.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-04-14T21:08:51.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38432026-04-14T21:08:51.193Z
38442026-04-14T21:08:51.193Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (200/271)
38452026-04-14T21:08:51.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-04-14T21:08:51.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-04-14T21:08:51.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-04-14T21:08:51.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38492026-04-14T21:08:51.808Z
38502026-04-14T21:08:51.808Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (201/271)
38512026-04-14T21:08:52.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-04-14T21:08:52.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-04-14T21:08:52.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-04-14T21:08:52.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38552026-04-14T21:08:52.419Z
38562026-04-14T21:08:52.419Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (202/271)
38572026-04-14T21:08:52.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-04-14T21:08:52.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-04-14T21:08:52.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-04-14T21:08:52.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38612026-04-14T21:08:53.038Z
38622026-04-14T21:08:53.038Zinfo: running `cargo check --bins` on transient-dns-server (203/271)
38632026-04-14T21:08:53.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-04-14T21:08:53.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-04-14T21:08:53.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-04-14T21:08:53.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38672026-04-14T21:08:53.644Z
38682026-04-14T21:08:53.644Zinfo: running `cargo check --bins` on trust-quorum (204/271)
38692026-04-14T21:08:54.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-04-14T21:08:54.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-04-14T21:08:54.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-04-14T21:08:54.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38732026-04-14T21:08:54.259Z
38742026-04-14T21:08:54.259Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (205/271)
38752026-04-14T21:08:54.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-04-14T21:08:54.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-04-14T21:08:54.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-04-14T21:08:54.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38792026-04-14T21:08:54.895Z
38802026-04-14T21:08:54.896Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (206/271)
38812026-04-14T21:08:55.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-04-14T21:08:55.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-04-14T21:08:55.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-04-14T21:08:55.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38852026-04-14T21:08:55.544Z
38862026-04-14T21:08:55.544Zinfo: running `cargo check --bins` on update-common (207/271)
38872026-04-14T21:08:56.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-04-14T21:08:56.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-04-14T21:08:56.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-04-14T21:08:56.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38912026-04-14T21:08:56.142Z
38922026-04-14T21:08:56.142Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (208/271)
38932026-04-14T21:08:56.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-04-14T21:08:56.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-04-14T21:08:56.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-04-14T21:08:56.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38972026-04-14T21:08:56.787Z
38982026-04-14T21:08:56.787Zinfo: running `cargo check --bins` on reconfigurator-cli (209/271)
38992026-04-14T21:08:57.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-04-14T21:08:57.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-04-14T21:08:57.547Z Compiling fs-err v2.11.0
39022026-04-14T21:08:57.550Z Checking ignore v0.4.25
39032026-04-14T21:08:57.550Z Checking arc-swap v1.8.2
39042026-04-14T21:08:57.550Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39052026-04-14T21:08:57.685Z Checking predicates-tree v1.0.13
39062026-04-14T21:08:57.692Z Checking parse-size v1.1.0
39072026-04-14T21:08:57.713Z Checking rand_seeder v0.4.0
39082026-04-14T21:08:57.717Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39092026-04-14T21:08:57.791Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39102026-04-14T21:08:57.815Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39112026-04-14T21:08:57.861Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39122026-04-14T21:08:57.904Z Checking slog-scope v4.4.1
39132026-04-14T21:08:57.986Z Compiling petname v2.0.2
39142026-04-14T21:08:58.032Z Checking slog-stdlog v4.1.1
39152026-04-14T21:08:58.049Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39162026-04-14T21:08:58.064Z Checking globwalk v0.9.1
39172026-04-14T21:08:58.112Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39182026-04-14T21:08:58.152Z Checking slog-envlogger v2.2.0
39192026-04-14T21:08:58.239Z Checking camino-tempfile-ext v0.3.3
39202026-04-14T21:08:58.253Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39212026-04-14T21:08:58.299Z Checking sapling-renderdag v0.1.0
39222026-04-14T21:08:58.416Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39232026-04-14T21:08:58.429Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39242026-04-14T21:08:58.537Z Checking subprocess v0.2.15
39252026-04-14T21:08:58.599Z Checking sync-ptr v0.1.4
39262026-04-14T21:08:58.633Z Checking colored v2.2.0
39272026-04-14T21:08:58.700Z Checking assert_matches v1.5.0
39282026-04-14T21:08:58.776Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39292026-04-14T21:08:58.814Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39302026-04-14T21:08:58.902Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39312026-04-14T21:08:58.905Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39322026-04-14T21:08:59.490Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39332026-04-14T21:09:00.784Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39342026-04-14T21:09:02.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
39352026-04-14T21:09:03.127Z
39362026-04-14T21:09:03.127Zinfo: running `cargo check --bins` on omicron-repl-utils (210/271)
39372026-04-14T21:09:03.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39382026-04-14T21:09:03.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39392026-04-14T21:09:03.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39402026-04-14T21:09:03.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39412026-04-14T21:09:03.706Z
39422026-04-14T21:09:03.706Zinfo: running `cargo check --bins` on nexus-test-interface (211/271)
39432026-04-14T21:09:04.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39442026-04-14T21:09:04.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39452026-04-14T21:09:04.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39462026-04-14T21:09:04.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39472026-04-14T21:09:04.358Z
39482026-04-14T21:09:04.358Zinfo: running `cargo check --bins` on oximeter-collector (212/271)
39492026-04-14T21:09:04.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39502026-04-14T21:09:04.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39512026-04-14T21:09:05.074Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39522026-04-14T21:09:05.074Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39532026-04-14T21:09:05.722Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39542026-04-14T21:09:07.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
39552026-04-14T21:09:07.449Z
39562026-04-14T21:09:07.449Zinfo: running `cargo check --bins` on oximeter-api (213/271)
39572026-04-14T21:09:07.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-04-14T21:09:07.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-04-14T21:09:07.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-04-14T21:09:07.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39612026-04-14T21:09:08.039Z
39622026-04-14T21:09:08.039Zinfo: running `cargo check --bins` on cert-dev (214/271)
39632026-04-14T21:09:08.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-04-14T21:09:08.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-04-14T21:09:08.633Z Checking yasna v0.5.2
39662026-04-14T21:09:09.043Z Checking rcgen v0.12.1
39672026-04-14T21:09:09.290Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39682026-04-14T21:09:09.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39692026-04-14T21:09:09.637Z
39702026-04-14T21:09:09.638Zinfo: running `cargo check --bins` on clickana (215/271)
39712026-04-14T21:09:10.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-04-14T21:09:10.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-04-14T21:09:10.274Z Compiling darling_core v0.23.0
39742026-04-14T21:09:10.381Z Compiling instability v0.3.11
39752026-04-14T21:09:10.389Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39762026-04-14T21:09:10.393Z Checking castaway v0.2.4
39772026-04-14T21:09:10.401Z Compiling indoc v2.0.7
39782026-04-14T21:09:10.410Z Checking unicode-truncate v1.1.0
39792026-04-14T21:09:10.413Z Checking lru v0.12.5
39802026-04-14T21:09:10.413Z Checking cassowary v0.3.0
39812026-04-14T21:09:10.488Z Checking compact_str v0.8.1
39822026-04-14T21:09:11.328Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39832026-04-14T21:09:11.508Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39842026-04-14T21:09:11.784Z Compiling darling_macro v0.23.0
39852026-04-14T21:09:12.190Z Compiling darling v0.23.0
39862026-04-14T21:09:12.780Z Checking ratatui v0.29.0
39872026-04-14T21:09:13.816Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39882026-04-14T21:09:14.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
39892026-04-14T21:09:14.661Z
39902026-04-14T21:09:14.661Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (216/271)
39912026-04-14T21:09:15.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-04-14T21:09:15.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-04-14T21:09:15.380Z Checking headers-core v0.3.0
39942026-04-14T21:09:15.383Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39952026-04-14T21:09:15.575Z Checking headers v0.4.1
39962026-04-14T21:09:15.942Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39972026-04-14T21:09:16.777Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39982026-04-14T21:09:17.255Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39992026-04-14T21:09:17.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s
40002026-04-14T21:09:17.861Z
40012026-04-14T21:09:17.861Zinfo: running `cargo check --bins` on ch-dev (217/271)
40022026-04-14T21:09:18.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-04-14T21:09:18.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-04-14T21:09:18.572Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40052026-04-14T21:09:19.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40062026-04-14T21:09:19.515Z
40072026-04-14T21:09:19.515Zinfo: running `cargo check --bins` on dev-tools-common (218/271)
40082026-04-14T21:09:19.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-04-14T21:09:19.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-04-14T21:09:19.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-04-14T21:09:19.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40122026-04-14T21:09:19.982Z
40132026-04-14T21:09:19.982Zinfo: running `cargo check --bins` on crdb-seed (219/271)
40142026-04-14T21:09:20.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-04-14T21:09:20.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-04-14T21:09:20.689Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40172026-04-14T21:09:21.648Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40182026-04-14T21:09:21.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
40192026-04-14T21:09:22.167Z
40202026-04-14T21:09:22.167Zinfo: running `cargo check --bins` on db-dev (220/271)
40212026-04-14T21:09:22.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-04-14T21:09:22.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-04-14T21:09:22.877Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40242026-04-14T21:09:23.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40252026-04-14T21:09:23.820Z
40262026-04-14T21:09:23.820Zinfo: running `cargo check --bins` on omicron-dev-lib (221/271)
40272026-04-14T21:09:24.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40282026-04-14T21:09:24.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40292026-04-14T21:09:24.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40302026-04-14T21:09:24.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40312026-04-14T21:09:24.449Z
40322026-04-14T21:09:24.449Zinfo: running `cargo check --bins` on xtask-downloader (222/271)
40332026-04-14T21:09:24.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40342026-04-14T21:09:24.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40352026-04-14T21:09:25.051Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40362026-04-14T21:09:25.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40372026-04-14T21:09:25.900Z
40382026-04-14T21:09:25.900Zinfo: running `cargo check --bins` on omicron-dropshot-apis (223/271)
40392026-04-14T21:09:26.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40402026-04-14T21:09:26.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40412026-04-14T21:09:26.633Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40422026-04-14T21:09:26.633Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-04-14T21:09:26.636Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40442026-04-14T21:09:26.636Z Checking git-stub v1.0.0
40452026-04-14T21:09:26.636Z Compiling trait-variant v0.1.2
40462026-04-14T21:09:26.750Z Checking maplit v1.0.2
40472026-04-14T21:09:26.758Z Checking is_ci v1.2.0
40482026-04-14T21:09:26.782Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40492026-04-14T21:09:26.835Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40502026-04-14T21:09:26.858Z Checking supports-color v3.0.2
40512026-04-14T21:09:26.895Z Checking git-stub-vcs v0.1.0
40522026-04-14T21:09:26.988Z Checking drift v0.1.3
40532026-04-14T21:09:27.003Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40542026-04-14T21:09:27.024Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40552026-04-14T21:09:27.087Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40562026-04-14T21:09:27.195Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40572026-04-14T21:09:27.266Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40582026-04-14T21:09:27.269Z Checking dropshot-api-manager v0.6.0
40592026-04-14T21:09:27.302Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40602026-04-14T21:09:27.482Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40612026-04-14T21:09:27.514Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40622026-04-14T21:09:27.710Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40632026-04-14T21:09:27.994Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40642026-04-14T21:09:32.902Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40652026-04-14T21:09:33.888Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40662026-04-14T21:09:34.430Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40672026-04-14T21:09:34.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s
40682026-04-14T21:09:35.049Z
40692026-04-14T21:09:35.049Zinfo: running `cargo check --bins` on installinator-api (224/271)
40702026-04-14T21:09:35.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40712026-04-14T21:09:35.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40722026-04-14T21:09:35.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40732026-04-14T21:09:35.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40742026-04-14T21:09:35.641Z
40752026-04-14T21:09:35.641Zinfo: running `cargo check --bins` on nexus-external-api (225/271)
40762026-04-14T21:09:36.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-04-14T21:09:36.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-04-14T21:09:36.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40792026-04-14T21:09:36.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40802026-04-14T21:09:36.273Z
40812026-04-14T21:09:36.273Zinfo: running `cargo check --bins` on nexus-internal-api (226/271)
40822026-04-14T21:09:36.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40832026-04-14T21:09:36.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40842026-04-14T21:09:36.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40852026-04-14T21:09:36.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40862026-04-14T21:09:36.900Z
40872026-04-14T21:09:36.900Zinfo: running `cargo check --bins` on nexus-lockstep-api (227/271)
40882026-04-14T21:09:37.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-04-14T21:09:37.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-04-14T21:09:37.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-04-14T21:09:37.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40922026-04-14T21:09:37.522Z
40932026-04-14T21:09:37.522Zinfo: running `cargo check --bins` on ntp-admin-api (228/271)
40942026-04-14T21:09:38.018Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-04-14T21:09:38.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-04-14T21:09:38.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40972026-04-14T21:09:38.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40982026-04-14T21:09:38.110Z
40992026-04-14T21:09:38.110Zinfo: running `cargo check --bins` on ntp-admin-types-versions (229/271)
41002026-04-14T21:09:38.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-04-14T21:09:38.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-04-14T21:09:38.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-04-14T21:09:38.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41042026-04-14T21:09:38.687Z
41052026-04-14T21:09:38.687Zinfo: running `cargo check --bins` on wicketd-api (230/271)
41062026-04-14T21:09:39.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-04-14T21:09:39.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-04-14T21:09:39.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-04-14T21:09:39.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41102026-04-14T21:09:39.284Z
41112026-04-14T21:09:39.284Zinfo: running `cargo check --bins` on omicron-ls-apis (231/271)
41122026-04-14T21:09:39.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-04-14T21:09:39.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-04-14T21:09:39.876Z Checking typeid v1.0.3
41152026-04-14T21:09:39.988Z Checking ordered-float v2.10.1
41162026-04-14T21:09:40.009Z Checking unicode-xid v0.2.6
41172026-04-14T21:09:40.028Z Checking cargo-platform v0.2.0
41182026-04-14T21:09:40.053Z Checking erased-serde v0.4.9
41192026-04-14T21:09:40.193Z Checking serde-value v0.7.0
41202026-04-14T21:09:40.362Z Checking serde-untagged v0.1.9
41212026-04-14T21:09:40.542Z Checking cargo-util-schemas v0.8.2
41222026-04-14T21:09:41.234Z Checking cargo_metadata v0.21.0
41232026-04-14T21:09:41.829Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41242026-04-14T21:09:42.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41252026-04-14T21:09:42.665Z
41262026-04-14T21:09:42.665Zinfo: running `cargo check --bins` on mgs-dev (232/271)
41272026-04-14T21:09:43.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-04-14T21:09:43.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-04-14T21:09:43.389Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41302026-04-14T21:09:44.003Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41312026-04-14T21:09:44.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41322026-04-14T21:09:44.696Z
41332026-04-14T21:09:44.696Zinfo: running `cargo check --bins` on omicron-omdb (233/271)
41342026-04-14T21:09:45.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-04-14T21:09:45.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-04-14T21:09:45.555Z Compiling vergen-gitcl v1.0.8
41372026-04-14T21:09:45.555Z Compiling dirs-sys-next v0.1.2
41382026-04-14T21:09:45.555Z Compiling crunchy v0.2.4
41392026-04-14T21:09:45.555Z Compiling glob v0.3.3
41402026-04-14T21:09:45.558Z Compiling diesel_derives v2.3.7
41412026-04-14T21:09:45.558Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41422026-04-14T21:09:45.558Z Compiling dsl_auto_type v0.2.0
41432026-04-14T21:09:45.559Z Checking scheduled-thread-pool v0.2.7
41442026-04-14T21:09:45.864Z Compiling diesel_table_macro_syntax v0.3.0
41452026-04-14T21:09:45.890Z Compiling dirs-next v2.0.0
41462026-04-14T21:09:45.907Z Compiling tiny-keccak v2.0.2
41472026-04-14T21:09:46.008Z Compiling term v0.7.0
41482026-04-14T21:09:46.036Z Checking r2d2 v0.8.10
41492026-04-14T21:09:46.066Z Compiling bit-vec v0.6.3
41502026-04-14T21:09:46.114Z Compiling clang-sys v1.8.1
41512026-04-14T21:09:46.117Z Checking downcast-rs v2.0.2
41522026-04-14T21:09:46.265Z Compiling ascii-canvas v3.0.0
41532026-04-14T21:09:46.282Z Compiling bit-set v0.5.3
41542026-04-14T21:09:46.439Z Compiling itertools v0.10.5
41552026-04-14T21:09:46.488Z Compiling ena v0.14.4
41562026-04-14T21:09:46.502Z Compiling libloading v0.8.9
41572026-04-14T21:09:46.545Z Compiling bindgen v0.71.1
41582026-04-14T21:09:46.575Z Compiling regex-syntax v0.6.29
41592026-04-14T21:09:46.623Z Compiling diff v0.1.13
41602026-04-14T21:09:46.706Z Compiling cexpr v0.6.0
41612026-04-14T21:09:46.886Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41622026-04-14T21:09:46.979Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41632026-04-14T21:09:47.094Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41642026-04-14T21:09:47.130Z Compiling libxml v0.3.3
41652026-04-14T21:09:47.351Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41662026-04-14T21:09:47.402Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41672026-04-14T21:09:47.496Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41682026-04-14T21:09:47.660Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41692026-04-14T21:09:47.682Z Compiling strum_macros v0.24.3
41702026-04-14T21:09:47.720Z Compiling indoc v1.0.9
41712026-04-14T21:09:47.929Z Compiling lalrpop v0.19.12
41722026-04-14T21:09:48.670Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41732026-04-14T21:09:48.861Z Checking derive_builder v0.20.2
41742026-04-14T21:09:48.982Z Compiling oso-derive v0.27.3
41752026-04-14T21:09:49.021Z Checking quick-xml v0.37.5
41762026-04-14T21:09:49.218Z Compiling impl-trait-for-tuples v0.2.3
41772026-04-14T21:09:49.472Z Checking openssl-probe v0.1.6
41782026-04-14T21:09:49.613Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41792026-04-14T21:09:49.897Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41802026-04-14T21:09:50.124Z Checking bb8 v0.8.6
41812026-04-14T21:09:50.351Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41822026-04-14T21:09:50.383Z Checking nonempty v0.12.0
41832026-04-14T21:09:50.413Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41842026-04-14T21:09:50.555Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41852026-04-14T21:09:50.575Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41862026-04-14T21:09:50.623Z Checking console v0.16.2
41872026-04-14T21:09:50.766Z Checking unit-prefix v0.5.2
41882026-04-14T21:09:50.798Z Checking support-bundle-viewer v0.1.2
41892026-04-14T21:09:50.904Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41902026-04-14T21:09:50.942Z Checking indicatif v0.18.4
41912026-04-14T21:09:51.047Z Checking multimap v0.10.1
41922026-04-14T21:09:51.505Z Checking diesel v2.3.7
41932026-04-14T21:09:53.281Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41942026-04-14T21:09:53.645Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41952026-04-14T21:09:53.926Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41962026-04-14T21:09:54.911Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41972026-04-14T21:09:55.398Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41982026-04-14T21:09:55.480Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41992026-04-14T21:09:56.016Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42002026-04-14T21:09:56.125Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42012026-04-14T21:09:58.175Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42022026-04-14T21:10:03.101Z Compiling samael v0.0.19
42032026-04-14T21:10:06.854Z Checking async-bb8-diesel v0.2.1
42042026-04-14T21:10:07.202Z Checking diesel-dtrace v0.5.0
42052026-04-14T21:10:08.072Z Compiling polar-core v0.27.3
42062026-04-14T21:10:12.459Z Checking oso v0.27.3
42072026-04-14T21:10:49.020Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42082026-04-14T21:11:21.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 36s
42092026-04-14T21:11:21.911Z
42102026-04-14T21:11:21.911Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (234/271)
42112026-04-14T21:11:22.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-04-14T21:11:22.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-04-14T21:11:22.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-04-14T21:11:22.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42152026-04-14T21:11:22.559Z
42162026-04-14T21:11:22.559Zinfo: running `cargo check --bins` on nexus-saga-recovery (235/271)
42172026-04-14T21:11:23.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-04-14T21:11:23.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-04-14T21:11:23.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-04-14T21:11:23.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42212026-04-14T21:11:23.199Z
42222026-04-14T21:11:23.199Zinfo: running `cargo check --bins` on nexus-test-utils-macros (236/271)
42232026-04-14T21:11:23.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-04-14T21:11:23.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-04-14T21:11:23.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-04-14T21:11:23.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42272026-04-14T21:11:23.773Z
42282026-04-14T21:11:23.773Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (237/271)
42292026-04-14T21:11:24.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-04-14T21:11:24.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-04-14T21:11:24.632Z Compiling libz-sys v1.1.24
42322026-04-14T21:11:24.762Z Compiling libgit2-sys v0.18.3+1.9.2
42332026-04-14T21:11:24.772Z Compiling vergen-git2 v1.0.7
42342026-04-14T21:11:24.781Z Compiling rustls v0.21.12
42352026-04-14T21:11:24.790Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42362026-04-14T21:11:24.793Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42372026-04-14T21:11:24.794Z Checking rustls-webpki v0.101.7
42382026-04-14T21:11:24.794Z Checking sct v0.7.1
42392026-04-14T21:11:24.973Z Compiling nix v0.29.0
42402026-04-14T21:11:24.987Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42412026-04-14T21:11:25.001Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42422026-04-14T21:11:25.074Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42432026-04-14T21:11:25.152Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42442026-04-14T21:11:25.281Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42452026-04-14T21:11:25.310Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42462026-04-14T21:11:25.361Z Checking rustls-pemfile v1.0.4
42472026-04-14T21:11:25.496Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42482026-04-14T21:11:25.598Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42492026-04-14T21:11:25.756Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42502026-04-14T21:11:25.785Z Checking twox-hash v2.1.2
42512026-04-14T21:11:25.869Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42522026-04-14T21:11:26.399Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42532026-04-14T21:11:26.484Z Checking tokio-rustls v0.24.1
42542026-04-14T21:11:26.540Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42552026-04-14T21:11:26.655Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42562026-04-14T21:11:26.676Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42572026-04-14T21:11:27.151Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42582026-04-14T21:11:27.193Z Checking fatfs v0.3.6
42592026-04-14T21:11:27.292Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42602026-04-14T21:11:27.312Z Compiling seq-macro v0.3.6
42612026-04-14T21:11:31.234Z Compiling git2 v0.20.4
42622026-04-14T21:11:31.475Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42632026-04-14T21:11:31.604Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42642026-04-14T21:11:33.437Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42652026-04-14T21:12:20.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.77s
42662026-04-14T21:12:20.779Z
42672026-04-14T21:12:20.779Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (238/271)
42682026-04-14T21:12:21.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-04-14T21:12:21.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-04-14T21:12:21.648Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42712026-04-14T21:13:00.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.64s
42722026-04-14T21:13:00.651Z
42732026-04-14T21:13:00.651Zinfo: running `cargo check --bins` on nexus-background-task-interface (239/271)
42742026-04-14T21:13:01.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42752026-04-14T21:13:01.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42762026-04-14T21:13:01.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42772026-04-14T21:13:01.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42782026-04-14T21:13:01.233Z
42792026-04-14T21:13:01.234Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (240/271)
42802026-04-14T21:13:01.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-04-14T21:13:01.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-04-14T21:13:01.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42832026-04-14T21:13:01.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42842026-04-14T21:13:01.868Z
42852026-04-14T21:13:01.868Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (241/271)
42862026-04-14T21:13:02.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-04-14T21:13:02.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-04-14T21:13:02.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-04-14T21:13:02.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42902026-04-14T21:13:02.518Z
42912026-04-14T21:13:02.518Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (242/271)
42922026-04-14T21:13:03.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-04-14T21:13:03.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-04-14T21:13:03.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-04-14T21:13:03.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42962026-04-14T21:13:03.162Z
42972026-04-14T21:13:03.162Zinfo: running `cargo check --bins` on nexus-mgs-updates (243/271)
42982026-04-14T21:13:03.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-04-14T21:13:03.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-04-14T21:13:03.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-04-14T21:13:03.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43022026-04-14T21:13:03.791Z
43032026-04-14T21:13:03.791Zinfo: running `cargo check --bins` on nexus-networking (244/271)
43042026-04-14T21:13:04.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-04-14T21:13:04.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-04-14T21:13:04.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-04-14T21:13:04.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43082026-04-14T21:13:04.448Z
43092026-04-14T21:13:04.448Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (245/271)
43102026-04-14T21:13:04.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-04-14T21:13:04.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-04-14T21:13:04.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-04-14T21:13:04.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43142026-04-14T21:13:05.079Z
43152026-04-14T21:13:05.079Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (246/271)
43162026-04-14T21:13:05.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-04-14T21:13:05.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-04-14T21:13:05.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-04-14T21:13:05.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43202026-04-14T21:13:05.723Z
43212026-04-14T21:13:05.723Zinfo: running `cargo check --bins` on omicron-dev (247/271)
43222026-04-14T21:13:06.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-04-14T21:13:06.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-04-14T21:13:06.605Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43252026-04-14T21:13:06.605Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43262026-04-14T21:13:06.790Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43272026-04-14T21:13:06.824Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43282026-04-14T21:13:06.841Z Checking yansi v1.0.1
43292026-04-14T21:13:06.844Z Checking diff v0.1.13
43302026-04-14T21:13:06.844Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43312026-04-14T21:13:06.844Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43322026-04-14T21:13:06.921Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43332026-04-14T21:13:07.106Z Checking pretty_assertions v1.4.1
43342026-04-14T21:13:07.727Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43352026-04-14T21:13:31.196Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-04-14T21:13:31.200Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-04-14T21:13:31.200Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43382026-04-14T21:13:31.200Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43392026-04-14T21:13:31.200Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-04-14T21:13:31.200Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43412026-04-14T21:13:31.891Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43422026-04-14T21:13:32.965Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43432026-04-14T21:14:11.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43442026-04-14T21:14:11.513Z
43452026-04-14T21:14:11.513Zinfo: running `cargo check --bins` on omicron-pins (248/271)
43462026-04-14T21:14:12.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43472026-04-14T21:14:12.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43482026-04-14T21:14:12.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43492026-04-14T21:14:12.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43502026-04-14T21:14:12.097Z
43512026-04-14T21:14:12.097Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (249/271)
43522026-04-14T21:14:12.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43532026-04-14T21:14:12.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43542026-04-14T21:14:12.868Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43552026-04-14T21:14:12.988Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43562026-04-14T21:14:12.995Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43572026-04-14T21:14:38.445Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43582026-04-14T21:14:38.812Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43592026-04-14T21:14:40.476Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43602026-04-14T21:14:40.909Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43612026-04-14T21:14:43.812Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43622026-04-14T21:15:06.044Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43632026-04-14T21:15:06.669Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43642026-04-14T21:15:08.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.15s
43652026-04-14T21:15:08.479Z
43662026-04-14T21:15:08.479Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (250/271)
43672026-04-14T21:15:09.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43682026-04-14T21:15:09.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43692026-04-14T21:15:09.188Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43702026-04-14T21:15:09.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43712026-04-14T21:15:10.060Z
43722026-04-14T21:15:10.060Zinfo: running `cargo check --bins` on omicron-releng (251/271)
43732026-04-14T21:15:10.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43742026-04-14T21:15:10.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43752026-04-14T21:15:10.706Z Compiling blake3 v1.8.3
43762026-04-14T21:15:10.815Z Checking constant_time_eq v0.4.2
43772026-04-14T21:15:10.819Z Checking arrayvec v0.7.6
43782026-04-14T21:15:10.819Z Checking arrayref v0.3.9
43792026-04-14T21:15:10.835Z Checking topological-sort v0.2.2
43802026-04-14T21:15:10.838Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43812026-04-14T21:15:10.838Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43822026-04-14T21:15:10.838Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43832026-04-14T21:15:10.884Z Checking shell-words v1.1.1
43842026-04-14T21:15:11.677Z Checking omicron-zone-package v0.12.2
43852026-04-14T21:15:12.385Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43862026-04-14T21:15:13.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
43872026-04-14T21:15:13.384Z
43882026-04-14T21:15:13.384Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (252/271)
43892026-04-14T21:15:13.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43902026-04-14T21:15:13.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43912026-04-14T21:15:14.021Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43922026-04-14T21:15:14.335Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43932026-04-14T21:15:14.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
43942026-04-14T21:15:14.906Z
43952026-04-14T21:15:14.906Zinfo: running `cargo check --bins` on schema (253/271)
43962026-04-14T21:15:15.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43972026-04-14T21:15:15.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43982026-04-14T21:15:15.621Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
43992026-04-14T21:15:16.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
44002026-04-14T21:15:16.483Z
44012026-04-14T21:15:16.483Zinfo: running `cargo check --bins` on xtask (254/271)
44022026-04-14T21:15:16.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-04-14T21:15:16.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-04-14T21:15:16.931Z Checking libc v0.2.180
44052026-04-14T21:15:17.012Z Checking serde v1.0.228
44062026-04-14T21:15:17.017Z Checking zerofrom v0.1.6
44072026-04-14T21:15:17.021Z Checking bitflags v2.11.0
44082026-04-14T21:15:17.027Z Checking hashbrown v0.16.1
44092026-04-14T21:15:17.033Z Checking smallvec v1.15.1
44102026-04-14T21:15:17.042Z Checking serde_json v1.0.149
44112026-04-14T21:15:17.045Z Checking scroll v0.12.0
44122026-04-14T21:15:17.112Z Checking yoke v0.8.1
44132026-04-14T21:15:17.160Z Checking num-traits v0.2.19
44142026-04-14T21:15:17.201Z Checking thiserror v1.0.69
44152026-04-14T21:15:17.258Z Checking log v0.4.29
44162026-04-14T21:15:17.276Z Checking zerovec v0.11.5
44172026-04-14T21:15:17.290Z Checking zerotrie v0.2.3
44182026-04-14T21:15:17.300Z Checking errno v0.3.14
44192026-04-14T21:15:17.405Z Checking percent-encoding v2.3.2
44202026-04-14T21:15:17.408Z Checking serde_spanned v0.6.9
44212026-04-14T21:15:17.425Z Checking rustix v1.1.3
44222026-04-14T21:15:17.477Z Checking indexmap v2.13.0
44232026-04-14T21:15:17.525Z Checking toml_datetime v0.6.11
44242026-04-14T21:15:17.537Z Checking zerocopy v0.7.35
44252026-04-14T21:15:17.547Z Checking form_urlencoded v1.2.2
44262026-04-14T21:15:17.656Z Checking goblin v0.8.2
44272026-04-14T21:15:17.670Z Checking getrandom v0.3.4
44282026-04-14T21:15:17.680Z Checking ordered-float v2.10.1
44292026-04-14T21:15:17.700Z Checking thiserror v2.0.18
44302026-04-14T21:15:17.709Z Checking tinystr v0.8.2
44312026-04-14T21:15:17.793Z Checking potential_utf v0.1.4
44322026-04-14T21:15:17.796Z Checking syn v2.0.117
44332026-04-14T21:15:17.880Z Checking icu_locale_core v2.1.1
44342026-04-14T21:15:17.894Z Checking serde-value v0.7.0
44352026-04-14T21:15:17.921Z Checking icu_collections v2.1.1
44362026-04-14T21:15:17.998Z Checking toml_edit v0.22.27
44372026-04-14T21:15:18.010Z Checking dtrace-parser v0.2.0
44382026-04-14T21:15:18.091Z Checking thread-id v4.2.2
44392026-04-14T21:15:18.170Z Checking once_cell v1.21.3
44402026-04-14T21:15:18.236Z Checking terminal_size v0.4.3
44412026-04-14T21:15:18.242Z Checking cargo-platform v0.2.0
44422026-04-14T21:15:18.242Z Checking memmap v0.7.0
44432026-04-14T21:15:18.336Z Checking tempfile v3.25.0
44442026-04-14T21:15:18.360Z Checking clap_builder v4.5.60
44452026-04-14T21:15:18.375Z Checking textwrap v0.16.2
44462026-04-14T21:15:18.430Z Checking icu_provider v2.1.1
44472026-04-14T21:15:18.433Z Checking fs-err v3.3.0
44482026-04-14T21:15:18.524Z Checking camino-tempfile v1.4.1
44492026-04-14T21:15:18.579Z Checking anyhow v1.0.102
44502026-04-14T21:15:18.612Z Checking tabled v0.15.0
44512026-04-14T21:15:18.663Z Checking icu_properties v2.1.2
44522026-04-14T21:15:18.676Z Checking icu_normalizer v2.1.1
44532026-04-14T21:15:18.770Z Checking macaddr v1.0.1
44542026-04-14T21:15:18.945Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44552026-04-14T21:15:19.076Z Checking toml v0.8.23
44562026-04-14T21:15:19.379Z Checking cargo_toml v0.21.0
44572026-04-14T21:15:19.461Z Checking idna_adapter v1.2.1
44582026-04-14T21:15:19.492Z Checking dof v0.3.0
44592026-04-14T21:15:19.525Z Checking clap v4.5.60
44602026-04-14T21:15:19.573Z Checking idna v1.1.0
44612026-04-14T21:15:19.746Z Checking usdt-impl v0.5.0
44622026-04-14T21:15:19.794Z Checking url v2.5.8
44632026-04-14T21:15:19.993Z Checking usdt v0.5.0
44642026-04-14T21:15:20.136Z Checking cargo-util-schemas v0.8.2
44652026-04-14T21:15:20.808Z Checking cargo_metadata v0.21.0
44662026-04-14T21:15:21.399Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44672026-04-14T21:15:21.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
44682026-04-14T21:15:21.926Z
44692026-04-14T21:15:21.926Zinfo: running `cargo check --bins` on dnsadm (255/271)
44702026-04-14T21:15:22.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-04-14T21:15:22.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-04-14T21:15:22.565Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44732026-04-14T21:15:23.034Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44742026-04-14T21:15:23.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44752026-04-14T21:15:23.610Z
44762026-04-14T21:15:23.610Zinfo: running `cargo check --bins` on end-to-end-tests (256/271)
44772026-04-14T21:15:24.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44782026-04-14T21:15:24.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44792026-04-14T21:15:24.391Z Checking polyval v0.6.2
44802026-04-14T21:15:24.514Z Checking ctr v0.9.2
44812026-04-14T21:15:24.525Z Checking ssh-encoding v0.2.0
44822026-04-14T21:15:24.525Z Checking blowfish v0.9.1
44832026-04-14T21:15:24.547Z Checking password-hash v0.4.2
44842026-04-14T21:15:24.563Z Checking p256 v0.13.2
44852026-04-14T21:15:24.566Z Checking p521 v0.13.3
44862026-04-14T21:15:24.589Z Checking russh-cryptovec v0.7.3
44872026-04-14T21:15:24.650Z Checking ghash v0.5.1
44882026-04-14T21:15:24.664Z Checking md5 v0.7.0
44892026-04-14T21:15:24.676Z Checking bcrypt-pbkdf v0.10.0
44902026-04-14T21:15:24.711Z Checking num-bigint v0.4.6
44912026-04-14T21:15:24.711Z Checking des v0.8.1
44922026-04-14T21:15:24.756Z Checking pbkdf2 v0.11.0
44932026-04-14T21:15:24.769Z Checking aes-gcm v0.10.3
44942026-04-14T21:15:24.798Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44952026-04-14T21:15:24.824Z Checking hex-literal v0.4.1
44962026-04-14T21:15:24.838Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44972026-04-14T21:15:24.886Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44982026-04-14T21:15:24.911Z Checking internet-checksum v0.2.1
44992026-04-14T21:15:24.914Z Checking ssh-cipher v0.2.0
45002026-04-14T21:15:25.082Z Checking ssh-key v0.6.7
45012026-04-14T21:15:25.145Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45022026-04-14T21:15:25.700Z Checking russh-keys v0.45.0
45032026-04-14T21:15:26.245Z Checking russh v0.45.0
45042026-04-14T21:15:40.916Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45052026-04-14T21:15:42.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.47s
45062026-04-14T21:15:42.295Z
45072026-04-14T21:15:42.295Zinfo: running `cargo check --bins` on gateway-cli (257/271)
45082026-04-14T21:15:42.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-04-14T21:15:42.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-04-14T21:15:42.926Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45112026-04-14T21:15:43.033Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45122026-04-14T21:15:43.040Z Checking termios v0.3.3
45132026-04-14T21:15:44.222Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45142026-04-14T21:15:44.385Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45152026-04-14T21:15:46.184Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45162026-04-14T21:15:46.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
45172026-04-14T21:15:46.925Z
45182026-04-14T21:15:46.925Zinfo: running `cargo check --bins --no-default-features` on installinator (258/271)
45192026-04-14T21:15:47.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45202026-04-14T21:15:47.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45212026-04-14T21:15:47.628Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45222026-04-14T21:15:47.742Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45232026-04-14T21:15:47.754Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45242026-04-14T21:15:47.754Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45252026-04-14T21:15:47.769Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45262026-04-14T21:15:47.780Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45272026-04-14T21:15:48.505Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45282026-04-14T21:15:49.898Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45292026-04-14T21:15:49.904Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45302026-04-14T21:15:49.904Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45312026-04-14T21:15:51.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s
45322026-04-14T21:15:51.364Z
45332026-04-14T21:15:51.364Zinfo: running `cargo check --bins` on internal-dns-cli (259/271)
45342026-04-14T21:15:52.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45352026-04-14T21:15:52.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45362026-04-14T21:15:52.299Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45372026-04-14T21:15:52.299Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45382026-04-14T21:15:52.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45392026-04-14T21:15:52.779Z
45402026-04-14T21:15:52.780Zinfo: running `cargo check --bins` on omicron-live-tests (260/271)
45412026-04-14T21:15:53.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-04-14T21:15:53.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-04-14T21:15:53.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45442026-04-14T21:15:53.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45452026-04-14T21:15:53.360Z
45462026-04-14T21:15:53.360Zinfo: running `cargo check --bins` on live-tests-macros (261/271)
45472026-04-14T21:15:53.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45482026-04-14T21:15:53.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45492026-04-14T21:15:53.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45502026-04-14T21:15:53.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45512026-04-14T21:15:53.932Z
45522026-04-14T21:15:53.932Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (262/271)
45532026-04-14T21:15:54.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45542026-04-14T21:15:54.477Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45552026-04-14T21:15:54.670Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45562026-04-14T21:15:55.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45572026-04-14T21:15:55.437Z
45582026-04-14T21:15:55.437Zinfo: running `cargo check --bins` on omicron-ntp-admin (263/271)
45592026-04-14T21:15:55.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45602026-04-14T21:15:55.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45612026-04-14T21:15:56.076Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45622026-04-14T21:15:56.081Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45632026-04-14T21:15:56.322Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45642026-04-14T21:15:56.322Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45652026-04-14T21:15:57.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s
45662026-04-14T21:15:57.274Z
45672026-04-14T21:15:57.274Zinfo: running `cargo check --bins` on ntp-admin-types (264/271)
45682026-04-14T21:15:57.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-04-14T21:15:57.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-04-14T21:15:57.773Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45712026-04-14T21:15:57.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45722026-04-14T21:15:57.860Z
45732026-04-14T21:15:57.860Zinfo: running `cargo check --bins` on omicron-package (265/271)
45742026-04-14T21:15:58.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-04-14T21:15:58.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-04-14T21:15:58.528Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45772026-04-14T21:15:59.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
45782026-04-14T21:15:59.781Z
45792026-04-14T21:15:59.781Zinfo: running `cargo check --bins` on tqdb (266/271)
45802026-04-14T21:16:00.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-04-14T21:16:00.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-04-14T21:16:00.550Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45832026-04-14T21:16:00.896Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45842026-04-14T21:16:01.398Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45852026-04-14T21:16:01.408Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45862026-04-14T21:16:08.696Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45872026-04-14T21:16:08.696Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45882026-04-14T21:16:08.696Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45892026-04-14T21:16:08.696Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45902026-04-14T21:16:08.696Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45912026-04-14T21:16:08.696Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45922026-04-14T21:16:08.696Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45932026-04-14T21:16:08.868Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45942026-04-14T21:16:09.623Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45952026-04-14T21:16:10.220Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45962026-04-14T21:16:14.654Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45972026-04-14T21:16:20.873Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45982026-04-14T21:16:20.876Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45992026-04-14T21:16:20.877Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46002026-04-14T21:16:20.877Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46012026-04-14T21:16:22.308Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46022026-04-14T21:16:23.614Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46032026-04-14T21:16:24.264Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46042026-04-14T21:16:25.481Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46052026-04-14T21:16:26.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.22s
46062026-04-14T21:16:26.232Z
46072026-04-14T21:16:26.232Zinfo: running `cargo check --bins` on wicket-dbg (267/271)
46082026-04-14T21:16:26.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46092026-04-14T21:16:26.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46102026-04-14T21:16:26.937Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46112026-04-14T21:16:26.937Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46122026-04-14T21:16:26.937Z Checking rtoolbox v0.0.3
46132026-04-14T21:16:26.941Z Checking tui-tree-widget v0.23.1
46142026-04-14T21:16:27.161Z Checking rpassword v7.4.0
46152026-04-14T21:16:28.065Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46162026-04-14T21:16:30.982Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-04-14T21:16:32.749Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46182026-04-14T21:16:33.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s
46192026-04-14T21:16:33.795Z
46202026-04-14T21:16:33.795Zinfo: running `cargo check --bins` on wicket (268/271)
46212026-04-14T21:16:34.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-04-14T21:16:34.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-04-14T21:16:34.486Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-04-14T21:16:34.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
46252026-04-14T21:16:35.012Z
46262026-04-14T21:16:35.012Zinfo: running `cargo check --bins` on wicketd (269/271)
46272026-04-14T21:16:35.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-04-14T21:16:35.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-04-14T21:16:35.727Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46302026-04-14T21:16:35.730Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46312026-04-14T21:16:35.730Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46322026-04-14T21:16:35.730Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46332026-04-14T21:16:36.710Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46342026-04-14T21:16:37.259Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46352026-04-14T21:16:40.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.13s
46362026-04-14T21:16:40.351Z
46372026-04-14T21:16:40.351Zinfo: running `cargo check --bins` on omicron-workspace-hack (270/271)
46382026-04-14T21:16:40.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-04-14T21:16:40.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-04-14T21:16:40.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-04-14T21:16:40.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46422026-04-14T21:16:40.939Z
46432026-04-14T21:16:40.939Zinfo: running `cargo check --bins` on zone-setup (271/271)
46442026-04-14T21:16:41.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-04-14T21:16:41.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-04-14T21:16:41.598Z Checking uzers v0.12.2
46472026-04-14T21:16:41.863Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46482026-04-14T21:16:42.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s
46492026-04-14T21:16:42.813Z
46502026-04-14T21:16:42.813Zreal 13:57.835913878
46512026-04-14T21:16:42.813Zuser 20:12.641015484
46522026-04-14T21:16:42.813Zsys 4:08.650059035
46532026-04-14T21:16:42.813Ztrap 0.321722766
46542026-04-14T21:16:42.813Ztflt 0.325125001
46552026-04-14T21:16:42.813Zdflt 0.894947065
46562026-04-14T21:16:42.813Zkflt 0.002237138
46572026-04-14T21:16:42.817Zlock 1:15:52.678042531
46582026-04-14T21:16:42.817Zslp 1:36:58.302039568
46592026-04-14T21:16:42.817Zlat 56.418123894
46602026-04-14T21:16:42.817Zstop 3:24.354974840
46612026-04-14T21:16:42.817Zprocess exited: duration 1014291 ms, exit code 0
 
46622026-04-14T21:16:42.823Zfound 0 output files