01KQ1BBMSC66NK7YG0T044051D: 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: 01KQ1BBYDQGB48GP5K9ZN9ZSPK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-25T03:37:29.243Zjob assigned to worker 01KQ1BC6N7CQQD04NTEXFZRKDS [factory aws, i-081107065c2fd95d5] (queued for 50 s)
 
22026-04-25T03:37:36.205Zstarting task 0: "setup"
32026-04-25T03:37:36.210Z++ uname -s
42026-04-25T03:37:36.213Z+ kern=SunOS
52026-04-25T03:37:36.213Z+ build_user=build
62026-04-25T03:37:36.213Z+ build_uid=12345
72026-04-25T03:37:36.213Z+ work_dir=/work
82026-04-25T03:37:36.213Z+ input_dir=/input
92026-04-25T03:37:36.213Z+ [[ 0 == 12345 ]]
102026-04-25T03:37:36.213Z+ case "$kern" in
112026-04-25T03:37:36.213Z+ groupadd -g 12345 build
122026-04-25T03:37:36.216Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-25T03:37:38.221Z+ zfs create -o mountpoint=/work rpool/work
142026-04-25T03:37:38.281Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-25T03:37:38.284Z+ home_fs=zfs
162026-04-25T03:37:38.284Z+ [[ zfs == autofs ]]
172026-04-25T03:37:38.284Z+ mkdir -p /home/build
182026-04-25T03:37:38.284Z+ chown build:build /home/build /work
192026-04-25T03:37:40.285Z+ chmod 0700 /home/build /work
202026-04-25T03:37:40.288Zprocess exited: duration 4084 ms, exit code 0
 
212026-04-25T03:37:40.294Zstarting task 1: "rust-toolchain"
222026-04-25T03:37:40.298Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-25T03:37:40.298Z * rust toolchain channel = "1.94.0"
242026-04-25T03:37:40.298Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-25T03:37:40.299Z * rust toolchain profile = "default"
262026-04-25T03:37:40.299Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-25T03:37:40.299Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-25T03:37:40.329Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-25T03:37:40.329Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-25T03:37:40.425Zinfo: downloading installer
312026-04-25T03:37:41.819Zwarn: It looks like you have an existing installation of Rust at:
322026-04-25T03:37:41.819Zwarn: /opt/ooce/bin
332026-04-25T03:37:41.819Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-25T03:37:41.819Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-25T03:37:41.819Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-25T03:37:41.819Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-25T03:37:41.819Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-25T03:37:41.819Zerror: cannot install while Rust is installed
392026-04-25T03:37:41.819Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-25T03:37:41.819Zwarn: It looks like you have an existing rustup settings file at:
412026-04-25T03:37:41.820Zwarn: /home/build/.rustup/settings.toml
422026-04-25T03:37:41.820Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-25T03:37:41.820Zwarn: instead of the one inferred from the default host triple.
442026-04-25T03:37:41.860Zinfo: profile set to default
452026-04-25T03:37:41.860Zinfo: default host triple is x86_64-unknown-illumos
462026-04-25T03:37:41.863Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-25T03:37:41.994Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-25T03:37:41.997Zinfo: downloading 6 components
492026-04-25T03:37:56.015Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-25T03:37:56.015Z
512026-04-25T03:37:56.042Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-25T03:37:56.042Z
532026-04-25T03:37:56.045Z
542026-04-25T03:37:56.045ZRust is installed now. Great!
552026-04-25T03:37:56.045Z
562026-04-25T03:37:56.045ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-25T03:37:56.045Zenvironment variable. This has not been done automatically.
582026-04-25T03:37:56.045Z
592026-04-25T03:37:56.045ZTo configure your current shell, you need to source
602026-04-25T03:37:56.045Zthe corresponding env file under $HOME/.cargo.
612026-04-25T03:37:56.045Z
622026-04-25T03:37:56.045ZThis is usually done by running one of the following (note the leading DOT):
632026-04-25T03:37:56.045Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-25T03:37:56.045Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-25T03:37:56.045Zsource "~/.cargo/env.nu" # For nushell
662026-04-25T03:37:56.045Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-25T03:37:56.045Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-25T03:37:56.045Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-25T03:37:56.045Zwarn: no default linker (`cc`) was found in your PATH
702026-04-25T03:37:56.045Zwarn: many Rust crates require a system C toolchain to build
712026-04-25T03:37:56.129Z+ rustup --version
722026-04-25T03:37:56.137Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-25T03:37:56.140Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-25T03:37:56.159Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-25T03:37:56.162Z+ cargo --version
762026-04-25T03:37:56.174Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-25T03:37:56.177Z+ rustc --version
782026-04-25T03:37:56.197Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-25T03:37:56.201Zprocess exited: duration 15905 ms, exit code 0
 
802026-04-25T03:37:56.207Zstarting task 2: "authentication"
812026-04-25T03:37:56.223Zprocess exited: duration 16 ms, exit code 0
 
822026-04-25T03:37:56.229Zstarting task 3: "clone repository"
832026-04-25T03:37:56.232Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-25T03:37:56.235Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-25T03:37:56.437ZCloning into '/work/oxidecomputer/omicron'...
862026-04-25T03:38:05.309Z+ cd /work/oxidecomputer/omicron
872026-04-25T03:38:05.309Z+ git fetch origin 015f80b630b1cb0353c28a17a244ef5298be11a0
882026-04-25T03:38:05.585ZFrom https://github.com/oxidecomputer/omicron
892026-04-25T03:38:05.585Z * branch 015f80b630b1cb0353c28a17a244ef5298be11a0 -> FETCH_HEAD
902026-04-25T03:38:05.594Z+ [[ -n '' ]]
912026-04-25T03:38:05.594Z+ git reset --hard 015f80b630b1cb0353c28a17a244ef5298be11a0
922026-04-25T03:38:05.825ZHEAD is now at 015f80b63 [spr] initial version
932026-04-25T03:38:05.828Zprocess exited: duration 9598 ms, exit code 0
 
942026-04-25T03:38:05.834Zstarting task 4: "build"
952026-04-25T03:38:05.839Z+ source .github/buildomat/ci-env.sh
962026-04-25T03:38:05.839Z++ export CARGO_TERM_COLOR=always
972026-04-25T03:38:05.839Z++ CARGO_TERM_COLOR=always
982026-04-25T03:38:05.842Z+ cargo --version
992026-04-25T03:38:05.849Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-04-25T03:38:05.852Z+ rustc --version
1012026-04-25T03:38:05.872Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-04-25T03:38:05.875Z+ source ./env.sh
1032026-04-25T03:38:05.875Z++ OLD_SHELL_OPTS=ehxB
1042026-04-25T03:38:05.875Z++ set -o xtrace
1052026-04-25T03:38:05.878Z++++ dirname ./env.sh
1062026-04-25T03:38:05.878Z+++ readlink -f .
1072026-04-25T03:38:05.881Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-04-25T03:38:05.881Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-04-25T03:38:05.881Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-04-25T03:38:05.881Z++ 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
1112026-04-25T03:38:05.881Z++ 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
1122026-04-25T03:38:05.881Z++ 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
1132026-04-25T03:38:05.881Z++ 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
1142026-04-25T03:38:05.881Z++ 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
1152026-04-25T03:38:05.881Z++ 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
1162026-04-25T03:38:05.881Z++ case $OLD_SHELL_OPTS in
1172026-04-25T03:38:05.881Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-04-25T03:38:05.881Z+ 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
1192026-04-25T03:38:05.881Z+ 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
1202026-04-25T03:38:05.881Z+ banner prerequisites
1212026-04-25T03:38:05.884Z
1222026-04-25T03:38:05.885Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-04-25T03:38:05.885Z # # # # # # # # # # # # # # #
1242026-04-25T03:38:05.885Z # # # # ##### # # ##### # # # # # #### #
1252026-04-25T03:38:05.885Z ##### ##### # ##### # # # # # # # # #
1262026-04-25T03:38:05.885Z # # # # # # # # # # # # # # #
1272026-04-25T03:38:05.885Z # # # ###### # # ###### ### # #### # #### #
1282026-04-25T03:38:05.885Z
1292026-04-25T03:38:05.885Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-04-25T03:38:16.229Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-04-25T03:38:23.722Z Startup: Caching catalogs ... Done
1322026-04-25T03:38:30.185ZPlanning: Solver setup ... Done (4.972s)
1332026-04-25T03:38:30.219ZPlanning: Running solver ... Done (0.034s)
1342026-04-25T03:38:30.353ZPlanning: Finding local manifests ... Done (0.003s)
1352026-04-25T03:38:30.365ZPlanning: Fetching manifests: 0/5 0% complete
1362026-04-25T03:38:30.483ZPlanning: Fetching manifests: 5/5 100% complete
1372026-04-25T03:38:30.519ZPlanning: Package planning ... Done (0.036s)
1382026-04-25T03:38:30.556ZPlanning: Merging actions ... Done (0.036s)
1392026-04-25T03:38:31.161ZPlanning: Checking for conflicting actions ... Done (0.605s)
1402026-04-25T03:38:31.171ZPlanning: Consolidating action changes ... Done (0.009s)
1412026-04-25T03:38:37.010ZPlanning: Evaluating mediators ... Done (5.839s)
1422026-04-25T03:38:37.017ZPlanning: Planning completed in 13.13 seconds
1432026-04-25T03:38:37.320Z Packages to install: 5
1442026-04-25T03:38:37.320Z Mediators to change: 3
1452026-04-25T03:38:37.320Z Services to change: 1
1462026-04-25T03:38:37.320Z Estimated space available: 155.34 GB
1472026-04-25T03:38:37.320ZEstimated space to be consumed: 1.89 GB
1482026-04-25T03:38:37.320Z Create boot environment: No
1492026-04-25T03:38:37.323ZCreate backup boot environment: No
1502026-04-25T03:38:37.323Z Rebuild boot archive: No
1512026-04-25T03:38:37.323Z
1522026-04-25T03:38:37.323ZChanged mediators:
1532026-04-25T03:38:37.323Z mediator clang:
1542026-04-25T03:38:37.323Z version: None -> 15 (system default)
1552026-04-25T03:38:37.324Z
1562026-04-25T03:38:37.324Z mediator llvm:
1572026-04-25T03:38:37.324Z version: 14 (system default) -> 15 (system default)
1582026-04-25T03:38:37.324Z
1592026-04-25T03:38:37.324Z mediator postgresql:
1602026-04-25T03:38:37.324Z version: 15 (system default) -> 18 (system default)
1612026-04-25T03:38:37.324Z
1622026-04-25T03:38:37.324ZChanged packages:
1632026-04-25T03:38:37.324Zhelios-dev
1642026-04-25T03:38:37.324Z developer/build-essential
1652026-04-25T03:38:37.324Z None -> 11-2.0
1662026-04-25T03:38:37.324Z library/libxmlsec1
1672026-04-25T03:38:37.324Z None -> 1.2.35-2.0
1682026-04-25T03:38:37.324Z ooce/developer/clang-15
1692026-04-25T03:38:37.324Z None -> 15.0.7-2.0
1702026-04-25T03:38:37.324Z ooce/developer/llvm-15
1712026-04-25T03:38:37.324Z None -> 15.0.7-2.0
1722026-04-25T03:38:37.324Z ooce/library/postgresql-18
1732026-04-25T03:38:37.324Z None -> 18.1-2.0
1742026-04-25T03:38:37.324Z
1752026-04-25T03:38:37.324ZServices:
1762026-04-25T03:38:37.324Z restart_fmri:
1772026-04-25T03:38:37.324Z svc:/system/update-man-index:default
1782026-04-25T03:38:37.467Z
1792026-04-25T03:38:37.467ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1802026-04-25T03:38:45.128ZDownload: 212/4272 items 1.3/219.0MB 0% complete (1.3M/s)
1812026-04-25T03:38:50.322ZDownload: 1197/4272 items 83.5/219.0MB 38% complete (9.8M/s)
1822026-04-25T03:39:00.964ZDownload: 1198/4272 items 83.5/219.0MB 38% complete
1832026-04-25T03:39:05.965ZDownload: 3236/4272 items 199.9/219.0MB 91% complete (23.2M/s)
1842026-04-25T03:39:10.199ZDownload: Completed 218.99 MB in 32.73 seconds (6.7M/s)
1852026-04-25T03:39:10.972Z Actions: 1/4789 actions (Installing new actions)
1862026-04-25T03:39:15.175Z Actions: Completed 4789 actions in 4.20 seconds.
1872026-04-25T03:39:15.485Z Done (0.306s)
1882026-04-25T03:39:15.486Z Done (0.000s)
1892026-04-25T03:39:16.213Z Done (0.728s)
1902026-04-25T03:39:20.860Z Done (4.302s)
1912026-04-25T03:39:21.037Z Done (0.112s)
1922026-04-25T03:39:21.041Z Done (0.000s)
1932026-04-25T03:39:21.177Z Done (0.000s)
1942026-04-25T03:39:22.005ZPlanning: Evaluating mediator changes ... Done
1952026-04-25T03:39:22.113ZPlanning: Checking for conflicting actions ... Done
1962026-04-25T03:39:22.116ZPlanning: Consolidating action changes ... Done
1972026-04-25T03:39:22.272ZPlanning: Evaluating mediators ... Done
1982026-04-25T03:39:22.275ZPlanning: Planning completed in 0.27 seconds
1992026-04-25T03:39:22.293Z Mediators to change: 2
2002026-04-25T03:39:22.293Z Create boot environment: No
2012026-04-25T03:39:22.293ZCreate backup boot environment: No
2022026-04-25T03:39:22.353Z Done
2032026-04-25T03:39:22.353Z Done
2042026-04-25T03:39:22.945Z Done
2052026-04-25T03:39:25.415Z Done
2062026-04-25T03:39:25.491Z Done
2072026-04-25T03:39:25.491Z Done
2082026-04-25T03:39:25.629Z Done
2092026-04-25T03:39:25.887ZPlanning: Evaluating mediator changes ... Done
2102026-04-25T03:39:25.992ZPlanning: Checking for conflicting actions ... Done
2112026-04-25T03:39:25.996ZPlanning: Consolidating action changes ... Done
2122026-04-25T03:39:26.150ZPlanning: Evaluating mediators ... Done
2132026-04-25T03:39:26.153ZPlanning: Planning completed in 0.26 seconds
2142026-04-25T03:39:26.171Z Mediators to change: 1
2152026-04-25T03:39:26.171Z Create boot environment: No
2162026-04-25T03:39:26.171ZCreate backup boot environment: No
2172026-04-25T03:39:26.224Z Done
2182026-04-25T03:39:26.224Z Done
2192026-04-25T03:39:26.818Z Done
2202026-04-25T03:39:29.274Z Done
2212026-04-25T03:39:29.346Z Done
2222026-04-25T03:39:29.349Z Done
2232026-04-25T03:39:29.489Z Done
2242026-04-25T03:39:29.773ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252026-04-25T03:39:29.773Zclang system 15 system
2262026-04-25T03:39:29.773Zcsh system system illumos
2272026-04-25T03:39:29.774Zctags system system illumos
2282026-04-25T03:39:29.774Zfile system system illumos
2292026-04-25T03:39:29.774Zgcc vendor 12 vendor
2302026-04-25T03:39:29.774Zgcc system 14 system
2312026-04-25T03:39:29.774Zgcc system 10 system
2322026-04-25T03:39:29.774Zgo system 1.20 system
2332026-04-25T03:39:29.774Zgo system 1.19 system
2342026-04-25T03:39:29.774Zllvm system 15 system
2352026-04-25T03:39:29.774Zllvm system 14 system
2362026-04-25T03:39:29.774Zmariadb system 10.6 system
2372026-04-25T03:39:29.774Zmta vendor vendor dma
2382026-04-25T03:39:29.774Zopenjdk system 17 system
2392026-04-25T03:39:29.774Zopenjdk system 11 system
2402026-04-25T03:39:29.774Zopenjdk system 1.8 system
2412026-04-25T03:39:29.774Zopenssl vendor 3 vendor
2422026-04-25T03:39:29.774Zperl system 5.36 system
2432026-04-25T03:39:29.774Zpostgresql system 18 system
2442026-04-25T03:39:29.774Zpostgresql system 15 system
2452026-04-25T03:39:29.774Zpostgresql system 13 system
2462026-04-25T03:39:29.774Zpython vendor 3 vendor
2472026-04-25T03:39:29.774Zpython system 2 system
2482026-04-25T03:39:29.774Zpython3 system 3.11 system
2492026-04-25T03:39:29.774Zruby system 3.0 system
2502026-04-25T03:39:29.774Zwords vendor vendor american-english
2512026-04-25T03:39:29.774Zwords system system australian-english
2522026-04-25T03:39:29.774Zwords system system british-english
2532026-04-25T03:39:29.774Zwords system system canadian-english
2542026-04-25T03:39:29.774Zwords system system french
2552026-04-25T03:39:29.774Zwords system system italian
2562026-04-25T03:39:29.774Zwords system system ngerman
2572026-04-25T03:39:29.775Zwords system system ogerman
2582026-04-25T03:39:29.775Zwords system system spanish
2592026-04-25T03:39:29.996ZPUBLISHER TYPE STATUS P LOCATION
2602026-04-25T03:39:29.996Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2612026-04-25T03:39:34.510ZFMRI IFO
2622026-04-25T03:39:34.510Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2632026-04-25T03:39:34.510Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2642026-04-25T03:39:34.510Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2652026-04-25T03:39:34.510Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2662026-04-25T03:39:34.510Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2672026-04-25T03:39:34.510Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2682026-04-25T03:39:34.510Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2692026-04-25T03:39:34.510Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2702026-04-25T03:39:34.510Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2712026-04-25T03:39:34.510Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722026-04-25T03:39:34.510Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732026-04-25T03:39:34.510Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2742026-04-25T03:39:34.510Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2752026-04-25T03:39:34.510Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2762026-04-25T03:39:34.510Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2772026-04-25T03:39:34.510Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2782026-04-25T03:39:34.510Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2792026-04-25T03:39:35.605Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2802026-04-25T03:39:35.870Z Updating crates.io index
2812026-04-25T03:39:35.904Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2822026-04-25T03:39:36.689Z Updating git repository `https://github.com/oxidecomputer/lldp`
2832026-04-25T03:39:37.148Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2842026-04-25T03:39:37.802Z Updating git repository `https://github.com/oxidecomputer/propolis`
2852026-04-25T03:39:38.605Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2862026-04-25T03:39:39.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
2872026-04-25T03:39:40.891Z Updating git repository `https://github.com/oxidecomputer/opte`
2882026-04-25T03:39:41.732Z Updating git repository `https://github.com/oxidecomputer/tofino`
2892026-04-25T03:39:41.980Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2902026-04-25T03:39:42.876Z Updating git repository `https://github.com/oxidecomputer/clickward`
2912026-04-25T03:39:43.307Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2922026-04-25T03:39:43.692Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2932026-04-25T03:39:44.140Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2942026-04-25T03:39:44.988Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2952026-04-25T03:39:45.634Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2962026-04-25T03:39:45.859Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2972026-04-25T03:39:46.436Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2982026-04-25T03:39:46.873Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2992026-04-25T03:39:47.081Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3002026-04-25T03:39:47.324Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3012026-04-25T03:39:47.587Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3022026-04-25T03:39:47.987Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3032026-04-25T03:39:48.556Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3042026-04-25T03:39:49.053Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3052026-04-25T03:39:49.298Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062026-04-25T03:39:49.660Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072026-04-25T03:39:50.658Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3082026-04-25T03:39:51.287Z Updating git repository `https://github.com/oxidecomputer/crucible`
3092026-04-25T03:39:51.940Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3102026-04-25T03:39:52.267Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3112026-04-25T03:39:52.576Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122026-04-25T03:39:52.997Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3132026-04-25T03:39:53.271Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3142026-04-25T03:39:53.804Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3152026-04-25T03:39:54.023Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3162026-04-25T03:39:54.470Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3172026-04-25T03:39:54.714Z Updating git repository `https://github.com/illumos/smf-rs`
3182026-04-25T03:39:55.016Z Updating git repository `https://github.com/oxidecomputer/omicron`
3192026-04-25T03:40:06.926Z Downloading crates ...
3202026-04-25T03:40:06.985Z Downloaded macaddr v1.0.1
3212026-04-25T03:40:06.991Z Downloaded heck v0.4.1
3222026-04-25T03:40:06.991Z Downloaded anstyle-query v1.1.5
3232026-04-25T03:40:06.991Z Downloaded clap_lex v1.0.0
3242026-04-25T03:40:06.991Z Downloaded anstyle v1.0.13
3252026-04-25T03:40:06.991Z Downloaded equivalent v1.0.2
3262026-04-25T03:40:07.000Z Downloaded errno v0.3.14
3272026-04-25T03:40:07.005Z Downloaded crypto-common v0.1.7
3282026-04-25T03:40:07.005Z Downloaded textwrap v0.16.2
3292026-04-25T03:40:07.005Z Downloaded thiserror-impl v2.0.18
3302026-04-25T03:40:07.009Z Downloaded toml_datetime v0.6.11
3312026-04-25T03:40:07.009Z Downloaded utf8parse v0.2.2
3322026-04-25T03:40:07.009Z Downloaded utf8_iter v1.0.4
3332026-04-25T03:40:07.014Z Downloaded usdt-attr-macro v0.5.0
3342026-04-25T03:40:07.014Z Downloaded usdt v0.5.0
3352026-04-25T03:40:07.020Z Downloaded unicode-linebreak v0.1.5
3362026-04-25T03:40:07.020Z Downloaded displaydoc v0.2.5
3372026-04-25T03:40:07.024Z Downloaded byteorder v1.5.0
3382026-04-25T03:40:07.024Z Downloaded proc-macro-error v1.0.4
3392026-04-25T03:40:07.024Z Downloaded camino-tempfile v1.4.1
3402026-04-25T03:40:07.024Z Downloaded zerofrom v0.1.6
3412026-04-25T03:40:07.024Z Downloaded thread-id v4.2.2
3422026-04-25T03:40:07.028Z Downloaded quote v1.0.44
3432026-04-25T03:40:07.028Z Downloaded yoke-derive v0.8.1
3442026-04-25T03:40:07.028Z Downloaded typeid v1.0.3
3452026-04-25T03:40:07.028Z Downloaded cargo_metadata v0.21.0
3462026-04-25T03:40:07.031Z Downloaded usdt-macro v0.5.0
3472026-04-25T03:40:07.031Z Downloaded stable_deref_trait v1.2.1
3482026-04-25T03:40:07.031Z Downloaded heck v0.5.0
3492026-04-25T03:40:07.034Z Downloaded semver v1.0.27
3502026-04-25T03:40:07.034Z Downloaded version_check v0.9.5
3512026-04-25T03:40:07.034Z Downloaded zerofrom-derive v0.1.6
3522026-04-25T03:40:07.037Z Downloaded scroll v0.12.0
3532026-04-25T03:40:07.037Z Downloaded erased-serde v0.4.9
3542026-04-25T03:40:07.041Z Downloaded pest_generator v2.8.6
3552026-04-25T03:40:07.044Z Downloaded unicode-xid v0.2.6
3562026-04-25T03:40:07.044Z Downloaded thiserror-impl v1.0.69
3572026-04-25T03:40:07.044Z Downloaded toml_write v0.1.2
3582026-04-25T03:40:07.047Z Downloaded thiserror v2.0.18
3592026-04-25T03:40:07.050Z Downloaded memmap v0.7.0
3602026-04-25T03:40:07.050Z Downloaded zerovec-derive v0.11.2
3612026-04-25T03:40:07.050Z Downloaded generic-array v0.14.7
3622026-04-25T03:40:07.053Z Downloaded tinystr v0.8.2
3632026-04-25T03:40:07.054Z Downloaded thiserror v1.0.69
3642026-04-25T03:40:07.057Z Downloaded zmij v1.0.21
3652026-04-25T03:40:07.057Z Downloaded fastrand v2.3.0
3662026-04-25T03:40:07.057Z Downloaded writeable v0.6.2
3672026-04-25T03:40:07.060Z Downloaded usdt-impl v0.5.0
3682026-04-25T03:40:07.060Z Downloaded ucd-trie v0.1.7
3692026-04-25T03:40:07.060Z Downloaded cpufeatures v0.2.17
3702026-04-25T03:40:07.060Z Downloaded itoa v1.0.17
3712026-04-25T03:40:07.060Z Downloaded dof v0.3.0
3722026-04-25T03:40:07.063Z Downloaded dtrace-parser v0.2.0
3732026-04-25T03:40:07.063Z Downloaded cfg-if v1.0.4
3742026-04-25T03:40:07.063Z Downloaded terminal_size v0.4.3
3752026-04-25T03:40:07.063Z Downloaded yoke v0.8.1
3762026-04-25T03:40:07.066Z Downloaded zerocopy-derive v0.7.35
3772026-04-25T03:40:07.066Z Downloaded is_terminal_polyfill v1.70.2
3782026-04-25T03:40:07.066Z Downloaded toml v0.8.23
3792026-04-25T03:40:07.069Z Downloaded fnv v1.0.7
3802026-04-25T03:40:07.072Z Downloaded swrite v0.1.0
3812026-04-25T03:40:07.072Z Downloaded unicode-ident v1.0.24
3822026-04-25T03:40:07.072Z Downloaded ordered-float v2.10.1
3832026-04-25T03:40:07.075Z Downloaded toml_edit v0.22.27
3842026-04-25T03:40:07.078Z Downloaded zerotrie v0.2.3
3852026-04-25T03:40:07.078Z Downloaded scroll_derive v0.12.1
3862026-04-25T03:40:07.078Z Downloaded idna_adapter v1.2.1
3872026-04-25T03:40:07.081Z Downloaded url v2.5.8
3882026-04-25T03:40:07.085Z Downloaded typenum v1.19.0
3892026-04-25T03:40:07.085Z Downloaded smawk v0.3.2
3902026-04-25T03:40:07.087Z Downloaded serde-value v0.7.0
3912026-04-25T03:40:07.087Z Downloaded pretty-hex v0.4.1
3922026-04-25T03:40:07.087Z Downloaded proc-macro-error-attr v1.0.4
3932026-04-25T03:40:07.091Z Downloaded colorchoice v1.0.4
3942026-04-25T03:40:07.091Z Downloaded cargo-platform v0.2.0
3952026-04-25T03:40:07.094Z Downloaded block-buffer v0.10.4
3962026-04-25T03:40:07.098Z Downloaded plain v0.2.3
3972026-04-25T03:40:07.101Z Downloaded zerovec v0.11.5
3982026-04-25T03:40:07.104Z Downloaded tabled_derive v0.7.0
3992026-04-25T03:40:07.104Z Downloaded serde_spanned v0.6.9
4002026-04-25T03:40:07.107Z Downloaded form_urlencoded v1.2.2
4012026-04-25T03:40:07.107Z Downloaded tempfile v3.25.0
4022026-04-25T03:40:07.112Z Downloaded zerocopy v0.7.35
4032026-04-25T03:40:07.115Z Downloaded potential_utf v0.1.4
4042026-04-25T03:40:07.118Z Downloaded cargo_toml v0.21.0
4052026-04-25T03:40:07.119Z Downloaded once_cell v1.21.3
4062026-04-25T03:40:07.119Z Downloaded winnow v0.7.14
4072026-04-25T03:40:07.129Z Downloaded serde_tokenstream v0.2.3
4082026-04-25T03:40:07.129Z Downloaded unicode-width v0.1.14
4092026-04-25T03:40:07.129Z Downloaded anstream v0.6.21
4102026-04-25T03:40:07.129Z Downloaded digest v0.10.7
4112026-04-25T03:40:07.132Z Downloaded bytecount v0.6.9
4122026-04-25T03:40:07.132Z Downloaded icu_locale_core v2.1.1
4132026-04-25T03:40:07.132Z Downloaded unicode-width v0.2.0
4142026-04-25T03:40:07.136Z Downloaded sha2 v0.10.9
4152026-04-25T03:40:07.179Z Downloaded synstructure v0.13.2
4162026-04-25T03:40:07.180Z Downloaded percent-encoding v2.3.2
4172026-04-25T03:40:07.180Z Downloaded anstyle-parse v0.2.7
4182026-04-25T03:40:07.180Z Downloaded strsim v0.11.1
4192026-04-25T03:40:07.180Z Downloaded getrandom v0.4.1
4202026-04-25T03:40:07.180Z Downloaded serde-untagged v0.1.9
4212026-04-25T03:40:07.180Z Downloaded autocfg v1.5.0
4222026-04-25T03:40:07.180Z Downloaded pest_derive v2.8.6
4232026-04-25T03:40:07.180Z Downloaded serde_core v1.0.228
4242026-04-25T03:40:07.180Z Downloaded clap v4.5.60
4252026-04-25T03:40:07.180Z Downloaded pest v2.8.6
4262026-04-25T03:40:07.180Z Downloaded clap_derive v4.5.55
4272026-04-25T03:40:07.180Z Downloaded icu_properties v2.1.2
4282026-04-25T03:40:07.180Z Downloaded log v0.4.29
4292026-04-25T03:40:07.180Z Downloaded camino v1.2.2
4302026-04-25T03:40:07.180Z Downloaded smallvec v1.15.1
4312026-04-25T03:40:07.180Z Downloaded litemap v0.8.1
4322026-04-25T03:40:07.180Z Downloaded fs-err v3.3.0
4332026-04-25T03:40:07.183Z Downloaded serde v1.0.228
4342026-04-25T03:40:07.186Z Downloaded cargo-util-schemas v0.8.2
4352026-04-25T03:40:07.191Z Downloaded num-traits v0.2.19
4362026-04-25T03:40:07.195Z Downloaded anyhow v1.0.102
4372026-04-25T03:40:07.198Z Downloaded bitflags v2.11.0
4382026-04-25T03:40:07.201Z Downloaded proc-macro2 v1.0.106
4392026-04-25T03:40:07.206Z Downloaded pest_meta v2.8.6
4402026-04-25T03:40:07.211Z Downloaded serde_derive v1.0.228
4412026-04-25T03:40:07.214Z Downloaded icu_provider v2.1.1
4422026-04-25T03:40:07.217Z Downloaded icu_normalizer v2.1.1
4432026-04-25T03:40:07.221Z Downloaded indexmap v2.13.0
4442026-04-25T03:40:07.221Z Downloaded icu_normalizer_data v2.1.1
4452026-04-25T03:40:07.225Z Downloaded papergrid v0.11.0
4462026-04-25T03:40:07.240Z Downloaded icu_collections v2.1.1
4472026-04-25T03:40:07.248Z Downloaded idna v1.1.0
4482026-04-25T03:40:07.253Z Downloaded memchr v2.8.0
4492026-04-25T03:40:07.264Z Downloaded hashbrown v0.16.1
4502026-04-25T03:40:07.271Z Downloaded serde_json v1.0.149
4512026-04-25T03:40:07.275Z Downloaded icu_properties_data v2.1.2
4522026-04-25T03:40:07.280Z Downloaded clap_builder v4.5.60
4532026-04-25T03:40:07.283Z Downloaded goblin v0.8.2
4542026-04-25T03:40:07.296Z Downloaded syn v1.0.109
4552026-04-25T03:40:07.302Z Downloaded tabled v0.15.0
4562026-04-25T03:40:07.316Z Downloaded syn v2.0.117
4572026-04-25T03:40:07.329Z Downloaded rustix v1.1.3
4582026-04-25T03:40:07.358Z Downloaded libc v0.2.185
4592026-04-25T03:40:07.426Z Compiling proc-macro2 v1.0.106
4602026-04-25T03:40:07.426Z Compiling quote v1.0.44
4612026-04-25T03:40:07.430Z Compiling unicode-ident v1.0.24
4622026-04-25T03:40:07.430Z Compiling serde_core v1.0.228
4632026-04-25T03:40:07.430Z Compiling libc v0.2.185
4642026-04-25T03:40:07.430Z Compiling version_check v0.9.5
4652026-04-25T03:40:07.430Z Compiling memchr v2.8.0
4662026-04-25T03:40:07.430Z Compiling serde v1.0.228
4672026-04-25T03:40:07.796Z Compiling stable_deref_trait v1.2.1
4682026-04-25T03:40:07.873Z Compiling zmij v1.0.21
4692026-04-25T03:40:08.235Z Compiling thiserror v1.0.69
4702026-04-25T03:40:08.370Z Compiling autocfg v1.5.0
4712026-04-25T03:40:08.460Z Compiling itoa v1.0.17
4722026-04-25T03:40:08.507Z Compiling ucd-trie v0.1.7
4732026-04-25T03:40:08.707Z Compiling pest v2.8.6
4742026-04-25T03:40:08.731Z Compiling litemap v0.8.1
4752026-04-25T03:40:08.756Z Compiling writeable v0.6.2
4762026-04-25T03:40:08.819Z Compiling rustix v1.1.3
4772026-04-25T03:40:08.867Z Compiling icu_normalizer_data v2.1.1
4782026-04-25T03:40:08.945Z Compiling icu_properties_data v2.1.2
4792026-04-25T03:40:09.127Z Compiling byteorder v1.5.0
4802026-04-25T03:40:09.258Z Compiling syn v2.0.117
4812026-04-25T03:40:09.349Z Compiling errno v0.3.14
4822026-04-25T03:40:09.365Z Compiling serde_json v1.0.149
4832026-04-25T03:40:09.426Z Compiling bitflags v2.11.0
4842026-04-25T03:40:09.520Z Compiling num-traits v0.2.19
4852026-04-25T03:40:09.646Z Compiling typeid v1.0.3
4862026-04-25T03:40:09.669Z Compiling equivalent v1.0.2
4872026-04-25T03:40:09.761Z Compiling pest_meta v2.8.6
4882026-04-25T03:40:09.899Z Compiling hashbrown v0.16.1
4892026-04-25T03:40:09.917Z Compiling smallvec v1.15.1
4902026-04-25T03:40:10.129Z Compiling thread-id v4.2.2
4912026-04-25T03:40:10.216Z Compiling proc-macro-error-attr v1.0.4
4922026-04-25T03:40:10.234Z Compiling usdt-impl v0.5.0
4932026-04-25T03:40:10.361Z Compiling toml_write v0.1.2
4942026-04-25T03:40:10.403Z Compiling indexmap v2.13.0
4952026-04-25T03:40:10.446Z Compiling erased-serde v0.4.9
4962026-04-25T03:40:10.449Z Compiling syn v1.0.109
4972026-04-25T03:40:10.619Z Compiling winnow v0.7.14
4982026-04-25T03:40:10.977Z Compiling proc-macro-error v1.0.4
4992026-04-25T03:40:11.042Z Compiling thiserror v2.0.18
5002026-04-25T03:40:11.167Z Compiling percent-encoding v2.3.2
5012026-04-25T03:40:11.370Z Compiling camino v1.2.2
5022026-04-25T03:40:11.388Z Compiling getrandom v0.4.1
5032026-04-25T03:40:11.408Z Compiling log v0.4.29
5042026-04-25T03:40:11.440Z Compiling plain v0.2.3
5052026-04-25T03:40:11.555Z Compiling utf8_iter v1.0.4
5062026-04-25T03:40:11.590Z Compiling utf8parse v0.2.2
5072026-04-25T03:40:11.704Z Compiling anstyle-parse v0.2.7
5082026-04-25T03:40:11.707Z Compiling ordered-float v2.10.1
5092026-04-25T03:40:11.741Z Compiling form_urlencoded v1.2.2
5102026-04-25T03:40:11.891Z Compiling synstructure v0.13.2
5112026-04-25T03:40:11.908Z Compiling pest_generator v2.8.6
5122026-04-25T03:40:11.960Z Compiling terminal_size v0.4.3
5132026-04-25T03:40:12.101Z Compiling pretty-hex v0.4.1
5142026-04-25T03:40:12.239Z Compiling cfg-if v1.0.4
5152026-04-25T03:40:12.267Z Compiling is_terminal_polyfill v1.70.2
5162026-04-25T03:40:12.292Z Compiling anstyle v1.0.13
5172026-04-25T03:40:12.313Z Compiling colorchoice v1.0.4
5182026-04-25T03:40:12.361Z Compiling anstyle-query v1.1.5
5192026-04-25T03:40:12.473Z Compiling anstream v0.6.21
5202026-04-25T03:40:12.473Z Compiling serde-untagged v0.1.9
5212026-04-25T03:40:12.532Z Compiling semver v1.0.27
5222026-04-25T03:40:12.586Z Compiling fs-err v3.3.0
5232026-04-25T03:40:12.724Z Compiling clap_lex v1.0.0
5242026-04-25T03:40:12.768Z Compiling heck v0.4.1
5252026-04-25T03:40:12.788Z Compiling fastrand v2.3.0
5262026-04-25T03:40:12.850Z Compiling strsim v0.11.1
5272026-04-25T03:40:12.886Z Compiling unicode-width v0.1.14
5282026-04-25T03:40:12.992Z Compiling heck v0.5.0
5292026-04-25T03:40:13.046Z Compiling fnv v1.0.7
5302026-04-25T03:40:13.151Z Compiling once_cell v1.21.3
5312026-04-25T03:40:13.154Z Compiling anyhow v1.0.102
5322026-04-25T03:40:13.193Z Compiling unicode-xid v0.2.6
5332026-04-25T03:40:13.230Z Compiling bytecount v0.6.9
5342026-04-25T03:40:13.255Z Compiling clap_builder v4.5.60
5352026-04-25T03:40:13.365Z Compiling tempfile v3.25.0
5362026-04-25T03:40:13.382Z Compiling papergrid v0.11.0
5372026-04-25T03:40:13.417Z Compiling memmap v0.7.0
5382026-04-25T03:40:13.554Z Compiling serde_derive v1.0.228
5392026-04-25T03:40:13.599Z Compiling zerofrom-derive v0.1.6
5402026-04-25T03:40:13.669Z Compiling yoke-derive v0.8.1
5412026-04-25T03:40:13.730Z Compiling zerovec-derive v0.11.2
5422026-04-25T03:40:13.866Z Compiling displaydoc v0.2.5
5432026-04-25T03:40:14.608Z Compiling thiserror-impl v1.0.69
5442026-04-25T03:40:14.812Z Compiling zerocopy-derive v0.7.35
5452026-04-25T03:40:14.851Z Compiling pest_derive v2.8.6
5462026-04-25T03:40:14.869Z Compiling scroll_derive v0.12.1
5472026-04-25T03:40:14.984Z Compiling zerofrom v0.1.6
5482026-04-25T03:40:15.117Z Compiling yoke v0.8.1
5492026-04-25T03:40:15.272Z Compiling thiserror-impl v2.0.18
5502026-04-25T03:40:15.313Z Compiling zerovec v0.11.5
5512026-04-25T03:40:15.531Z Compiling zerotrie v0.2.3
5522026-04-25T03:40:15.672Z Compiling zerocopy v0.7.35
5532026-04-25T03:40:15.830Z Compiling tinystr v0.8.2
5542026-04-25T03:40:15.848Z Compiling potential_utf v0.1.4
5552026-04-25T03:40:15.976Z Compiling icu_collections v2.1.1
5562026-04-25T03:40:16.011Z Compiling icu_locale_core v2.1.1
5572026-04-25T03:40:16.031Z Compiling dtrace-parser v0.2.0
5582026-04-25T03:40:16.214Z Compiling scroll v0.12.0
5592026-04-25T03:40:16.271Z Compiling tabled_derive v0.7.0
5602026-04-25T03:40:16.434Z Compiling goblin v0.8.2
5612026-04-25T03:40:16.453Z Compiling clap_derive v4.5.55
5622026-04-25T03:40:16.717Z Compiling icu_provider v2.1.1
5632026-04-25T03:40:16.764Z Compiling unicode-linebreak v0.1.5
5642026-04-25T03:40:16.878Z Compiling serde_spanned v0.6.9
5652026-04-25T03:40:16.955Z Compiling icu_properties v2.1.2
5662026-04-25T03:40:16.992Z Compiling icu_normalizer v2.1.1
5672026-04-25T03:40:17.010Z Compiling toml_datetime v0.6.11
5682026-04-25T03:40:17.027Z Compiling dof v0.3.0
5692026-04-25T03:40:17.031Z Compiling serde_tokenstream v0.2.3
5702026-04-25T03:40:17.173Z Compiling serde-value v0.7.0
5712026-04-25T03:40:17.265Z Compiling toml_edit v0.22.27
5722026-04-25T03:40:17.421Z Compiling cargo-platform v0.2.0
5732026-04-25T03:40:17.523Z Compiling smawk v0.3.2
5742026-04-25T03:40:17.550Z Compiling unicode-width v0.2.0
5752026-04-25T03:40:17.662Z Compiling tabled v0.15.0
5762026-04-25T03:40:17.689Z Compiling macaddr v1.0.1
5772026-04-25T03:40:17.821Z Compiling idna_adapter v1.2.1
5782026-04-25T03:40:17.912Z Compiling textwrap v0.16.2
5792026-04-25T03:40:17.964Z Compiling idna v1.1.0
5802026-04-25T03:40:17.968Z Compiling usdt-macro v0.5.0
5812026-04-25T03:40:18.021Z Compiling usdt-attr-macro v0.5.0
5822026-04-25T03:40:18.184Z Compiling clap v4.5.60
5832026-04-25T03:40:18.272Z Compiling url v2.5.8
5842026-04-25T03:40:18.566Z Compiling camino-tempfile v1.4.1
5852026-04-25T03:40:18.687Z Compiling toml v0.8.23
5862026-04-25T03:40:18.790Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-04-25T03:40:19.020Z Compiling swrite v0.1.0
5882026-04-25T03:40:19.118Z Compiling cargo-util-schemas v0.8.2
5892026-04-25T03:40:19.182Z Compiling cargo_toml v0.21.0
5902026-04-25T03:40:19.359Z Compiling usdt v0.5.0
5912026-04-25T03:40:20.085Z Compiling cargo_metadata v0.21.0
5922026-04-25T03:40:21.019Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5932026-04-25T03:40:23.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.64s
5942026-04-25T03:40:23.302Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5952026-04-25T03:40:23.857Z Downloading crates ...
5962026-04-25T03:40:23.949Z Downloaded adler2 v2.0.1
5972026-04-25T03:40:23.953Z Downloaded atomic-waker v1.1.2
5982026-04-25T03:40:23.958Z Downloaded backon v1.6.0
5992026-04-25T03:40:23.958Z Downloaded castaway v0.2.4
6002026-04-25T03:40:23.958Z Downloaded bit-vec v0.8.0
6012026-04-25T03:40:23.961Z Downloaded block-padding v0.3.3
6022026-04-25T03:40:23.961Z Downloaded bcs v0.1.6
6032026-04-25T03:40:23.964Z Downloaded env_filter v1.0.0
6042026-04-25T03:40:23.968Z Downloaded ciborium-ll v0.2.2
6052026-04-25T03:40:23.968Z Downloaded array-init v0.0.4
6062026-04-25T03:40:23.968Z Downloaded bitfield-struct v0.6.2
6072026-04-25T03:40:23.975Z Downloaded compression-codecs v0.4.37
6082026-04-25T03:40:23.978Z Downloaded const_format v0.2.35
6092026-04-25T03:40:23.979Z Downloaded colored v2.2.0
6102026-04-25T03:40:23.979Z Downloaded bit-set v0.5.3
6112026-04-25T03:40:23.987Z Downloaded cpufeatures v0.3.0
6122026-04-25T03:40:23.987Z Downloaded base64ct v1.8.3
6132026-04-25T03:40:23.990Z Downloaded cargo-platform v0.1.9
6142026-04-25T03:40:23.991Z Downloaded bytes v1.11.1
6152026-04-25T03:40:23.991Z Downloaded base16ct v0.2.0
6162026-04-25T03:40:23.996Z Downloaded compression-core v0.4.31
6172026-04-25T03:40:24.000Z Downloaded ecdsa v0.16.9
6182026-04-25T03:40:24.000Z Downloaded endian-type v0.1.2
6192026-04-25T03:40:24.000Z Downloaded console v0.15.11
6202026-04-25T03:40:24.003Z Downloaded cexpr v0.6.0
6212026-04-25T03:40:24.004Z Downloaded cassowary v0.3.0
6222026-04-25T03:40:24.007Z Downloaded atty v0.2.14
6232026-04-25T03:40:24.007Z Downloaded erased-serde v0.3.31
6242026-04-25T03:40:24.007Z Downloaded cbc v0.1.2
6252026-04-25T03:40:24.007Z Downloaded ascii-canvas v3.0.0
6262026-04-25T03:40:24.010Z Downloaded embedded-io v0.4.0
6272026-04-25T03:40:24.013Z Downloaded curve25519-dalek-derive v0.1.1
6282026-04-25T03:40:24.013Z Downloaded bb8 v0.8.6
6292026-04-25T03:40:24.017Z Downloaded crc-catalog v2.4.0
6302026-04-25T03:40:24.017Z Downloaded enum-as-inner v0.6.1
6312026-04-25T03:40:24.020Z Downloaded dyn-clone v1.0.20
6322026-04-25T03:40:24.025Z Downloaded cmake v0.1.57
6332026-04-25T03:40:24.025Z Downloaded async-stream-impl v0.3.6
6342026-04-25T03:40:24.028Z Downloaded const_format_proc_macros v0.2.34
6352026-04-25T03:40:24.028Z Downloaded ed25519 v2.2.3
6362026-04-25T03:40:24.028Z Downloaded derive-ex v0.1.8
6372026-04-25T03:40:24.030Z Downloaded async-recursion v1.1.1
6382026-04-25T03:40:24.033Z Downloaded derive_builder_macro v0.20.2
6392026-04-25T03:40:24.033Z Downloaded aead v0.5.2
6402026-04-25T03:40:24.037Z Downloaded bcrypt-pbkdf v0.10.0
6412026-04-25T03:40:24.037Z Downloaded daft v0.1.5
6422026-04-25T03:40:24.041Z Downloaded cipher v0.4.4
6432026-04-25T03:40:24.041Z Downloaded crossbeam-utils v0.8.21
6442026-04-25T03:40:24.041Z Downloaded crossbeam-deque v0.8.6
6452026-04-25T03:40:24.044Z Downloaded buf-list v1.1.2
6462026-04-25T03:40:24.044Z Downloaded dunce v1.0.5
6472026-04-25T03:40:24.046Z Downloaded float-cmp v0.10.0
6482026-04-25T03:40:24.046Z Downloaded console v0.16.2
6492026-04-25T03:40:24.046Z Downloaded crc8 v0.1.1
6502026-04-25T03:40:24.049Z Downloaded base64 v0.22.1
6512026-04-25T03:40:24.049Z Downloaded defmt v0.3.100
6522026-04-25T03:40:24.052Z Downloaded bitfield-macros v0.19.4
6532026-04-25T03:40:24.052Z Downloaded float-ord v0.3.2
6542026-04-25T03:40:24.052Z Downloaded assert_matches v1.5.0
6552026-04-25T03:40:24.055Z Downloaded crc v3.4.0
6562026-04-25T03:40:24.055Z Downloaded arc-swap v1.8.2
6572026-04-25T03:40:24.059Z Downloaded cfg_aliases v0.2.1
6582026-04-25T03:40:24.059Z Downloaded foreign-types v0.3.2
6592026-04-25T03:40:24.059Z Downloaded elliptic-curve v0.13.8
6602026-04-25T03:40:24.063Z Downloaded futures-io v0.3.32
6612026-04-25T03:40:24.063Z Downloaded filetime v0.2.27
6622026-04-25T03:40:24.066Z Downloaded crossbeam-epoch v0.9.18
6632026-04-25T03:40:24.066Z Downloaded fd-lock v4.0.4
6642026-04-25T03:40:24.069Z Downloaded futures-core v0.3.32
6652026-04-25T03:40:24.069Z Downloaded convert_case v0.4.0
6662026-04-25T03:40:24.069Z Downloaded downcast-rs v2.0.2
6672026-04-25T03:40:24.073Z Downloaded dropshot-api-manager-types v0.6.0
6682026-04-25T03:40:24.073Z Downloaded crunchy v0.2.4
6692026-04-25T03:40:24.073Z Downloaded debug-ignore v1.0.5
6702026-04-25T03:40:24.077Z Downloaded dirs-sys-next v0.1.2
6712026-04-25T03:40:24.077Z Downloaded cstr-argument v0.1.2
6722026-04-25T03:40:24.077Z Downloaded bit-set v0.8.0
6732026-04-25T03:40:24.078Z Downloaded async-stream v0.3.6
6742026-04-25T03:40:24.078Z Downloaded arrayref v0.3.9
6752026-04-25T03:40:24.081Z Downloaded funty v2.0.0
6762026-04-25T03:40:24.081Z Downloaded dsl_auto_type v0.2.0
6772026-04-25T03:40:24.081Z Downloaded diesel_table_macro_syntax v0.3.0
6782026-04-25T03:40:24.081Z Downloaded foreign-types v0.5.0
6792026-04-25T03:40:24.084Z Downloaded bzip2 v0.6.1
6802026-04-25T03:40:24.084Z Downloaded ciborium-io v0.2.2
6812026-04-25T03:40:24.087Z Downloaded cc v1.2.56
6822026-04-25T03:40:24.090Z Downloaded fixedbitset v0.4.2
6832026-04-25T03:40:24.090Z Downloaded darling_core v0.21.3
6842026-04-25T03:40:24.093Z Downloaded futures-macro v0.3.32
6852026-04-25T03:40:24.093Z Downloaded futures-task v0.3.32
6862026-04-25T03:40:24.096Z Downloaded futures-sink v0.3.32
6872026-04-25T03:40:24.096Z Downloaded dof v0.4.0
6882026-04-25T03:40:24.096Z Downloaded foreign-types-macros v0.2.3
6892026-04-25T03:40:24.099Z Downloaded foreign-types-shared v0.1.1
6902026-04-25T03:40:24.099Z Downloaded foreign-types-shared v0.3.1
6912026-04-25T03:40:24.100Z Downloaded foldhash v0.2.0
6922026-04-25T03:40:24.100Z Downloaded corncobs v0.1.4
6932026-04-25T03:40:24.103Z Downloaded bit-vec v0.6.3
6942026-04-25T03:40:24.103Z Downloaded diesel-dtrace v0.5.0
6952026-04-25T03:40:24.103Z Downloaded deranged v0.5.8
6962026-04-25T03:40:24.106Z Downloaded futures-channel v0.3.32
6972026-04-25T03:40:24.106Z Downloaded gethostname v0.5.0
6982026-04-25T03:40:24.109Z Downloaded fxhash v0.2.1
6992026-04-25T03:40:24.109Z Downloaded flagset v0.4.7
7002026-04-25T03:40:24.109Z Downloaded embedded-io v0.6.1
7012026-04-25T03:40:24.112Z Downloaded difflib v0.4.0
7022026-04-25T03:40:24.112Z Downloaded darling_macro v0.21.3
7032026-04-25T03:40:24.112Z Downloaded darling_macro v0.20.11
7042026-04-25T03:40:24.112Z Downloaded ghash v0.5.1
7052026-04-25T03:40:24.115Z Downloaded hash32 v0.2.1
7062026-04-25T03:40:24.115Z Downloaded darling_macro v0.23.0
7072026-04-25T03:40:24.115Z Downloaded globwalk v0.9.1
7082026-04-25T03:40:24.120Z Downloaded document-features v0.2.12
7092026-04-25T03:40:24.120Z Downloaded display-error-chain v0.2.2
7102026-04-25T03:40:24.120Z Downloaded crucible-workspace-hack v0.1.0
7112026-04-25T03:40:24.120Z Downloaded byte-wrapper v0.1.0
7122026-04-25T03:40:24.125Z Downloaded dtrace-parser v0.3.0
7132026-04-25T03:40:24.125Z Downloaded argon2 v0.5.3
7142026-04-25T03:40:24.126Z Downloaded blowfish v0.9.1
7152026-04-25T03:40:24.126Z Downloaded ahash v0.8.12
7162026-04-25T03:40:24.126Z Downloaded hash32 v0.3.1
7172026-04-25T03:40:24.130Z Downloaded cfg_aliases v0.1.1
7182026-04-25T03:40:24.130Z Downloaded convert_case v0.10.0
7192026-04-25T03:40:24.130Z Downloaded defmt-parser v1.0.0
7202026-04-25T03:40:24.130Z Downloaded find-msvc-tools v0.1.9
7212026-04-25T03:40:24.133Z Downloaded backoff v0.4.0
7222026-04-25T03:40:24.135Z Downloaded futures-executor v0.3.32
7232026-04-25T03:40:24.135Z Downloaded cobs v0.3.0
7242026-04-25T03:40:24.138Z Downloaded bitflags v1.3.2
7252026-04-25T03:40:24.138Z Downloaded fallible-iterator v0.2.0
7262026-04-25T03:40:24.138Z Downloaded cargo_metadata v0.19.2
7272026-04-25T03:40:24.141Z Downloaded des v0.8.1
7282026-04-25T03:40:24.141Z Downloaded drift v0.1.3
7292026-04-25T03:40:24.146Z Downloaded either v1.15.0
7302026-04-25T03:40:24.146Z Downloaded critical-section v1.2.0
7312026-04-25T03:40:24.146Z Downloaded constant_time_eq v0.4.2
7322026-04-25T03:40:24.150Z Downloaded hostname v0.4.2
7332026-04-25T03:40:24.150Z Downloaded chacha20 v0.9.1
7342026-04-25T03:40:24.153Z Downloaded dirs-next v2.0.0
7352026-04-25T03:40:24.153Z Downloaded crossbeam-channel v0.5.15
7362026-04-25T03:40:24.153Z Downloaded fs_extra v1.3.0
7372026-04-25T03:40:24.156Z Downloaded chacha20 v0.10.0
7382026-04-25T03:40:24.156Z Downloaded dropshot_endpoint v0.16.7
7392026-04-25T03:40:24.159Z Downloaded http-range v0.1.5
7402026-04-25T03:40:24.162Z Downloaded http-body v1.0.1
7412026-04-25T03:40:24.162Z Downloaded hubpack_derive v0.1.1
7422026-04-25T03:40:24.162Z Downloaded hostname v0.3.1
7432026-04-25T03:40:24.162Z Downloaded home v0.5.12
7442026-04-25T03:40:24.165Z Downloaded hubpack v0.1.2
7452026-04-25T03:40:24.165Z Downloaded indent_write v2.2.0
7462026-04-25T03:40:24.165Z Downloaded cookie v0.18.1
7472026-04-25T03:40:24.168Z Downloaded group v0.13.0
7482026-04-25T03:40:24.168Z Downloaded glob v0.3.3
7492026-04-25T03:40:24.171Z Downloaded fixedbitset v0.5.7
7502026-04-25T03:40:24.171Z Downloaded hyper-tls v0.6.0
7512026-04-25T03:40:24.176Z Downloaded git-stub-vcs v0.1.0
7522026-04-25T03:40:24.176Z Downloaded headers-core v0.3.0
7532026-04-25T03:40:24.177Z Downloaded git-stub v1.0.0
7542026-04-25T03:40:24.177Z Downloaded darling v0.23.0
7552026-04-25T03:40:24.183Z Downloaded hex-literal v0.4.1
7562026-04-25T03:40:24.183Z Downloaded globset v0.4.18
7572026-04-25T03:40:24.183Z Downloaded fs-err v2.11.0
7582026-04-25T03:40:24.183Z Downloaded env_logger v0.11.9
7592026-04-25T03:40:24.190Z Downloaded ff v0.13.1
7602026-04-25T03:40:24.190Z Downloaded der_derive v0.7.3
7612026-04-25T03:40:24.190Z Downloaded daft-derive v0.1.5
7622026-04-25T03:40:24.196Z Downloaded is_ci v1.2.0
7632026-04-25T03:40:24.196Z Downloaded internet-checksum v0.2.1
7642026-04-25T03:40:24.196Z Downloaded instant v0.1.13
7652026-04-25T03:40:24.196Z Downloaded ident_case v1.0.1
7662026-04-25T03:40:24.196Z Downloaded indoc v1.0.9
7672026-04-25T03:40:24.200Z Downloaded kstat-rs v0.2.4
7682026-04-25T03:40:24.200Z Downloaded keccak v0.1.6
7692026-04-25T03:40:24.200Z Downloaded httpdate v1.0.3
7702026-04-25T03:40:24.200Z Downloaded darling v0.20.11
7712026-04-25T03:40:24.200Z Downloaded defmt v1.0.1
7722026-04-25T03:40:24.204Z Downloaded ciborium v0.2.2
7732026-04-25T03:40:24.207Z Downloaded cancel-safe-futures v0.1.5
7742026-04-25T03:40:24.208Z Downloaded crossterm v0.29.0
7752026-04-25T03:40:24.211Z Downloaded libscf-sys v1.1.0
7762026-04-25T03:40:24.211Z Downloaded is-terminal v0.4.17
7772026-04-25T03:40:24.213Z Downloaded crc32fast v1.5.0
7782026-04-25T03:40:24.214Z Downloaded inout v0.1.4
7792026-04-25T03:40:24.218Z Downloaded colored v3.1.1
7802026-04-25T03:40:24.218Z Downloaded lazy_static v1.5.0
7812026-04-25T03:40:24.221Z Downloaded ed25519-dalek v2.2.0
7822026-04-25T03:40:24.221Z Downloaded lalrpop-util v0.19.12
7832026-04-25T03:40:24.221Z Downloaded lru v0.12.5
7842026-04-25T03:40:24.225Z Downloaded bzip2 v0.4.4
7852026-04-25T03:40:24.226Z Downloaded ctr v0.9.2
7862026-04-25T03:40:24.226Z Downloaded blake2 v0.10.6
7872026-04-25T03:40:24.229Z Downloaded hyper-staticfile v0.10.1
7882026-04-25T03:40:24.229Z Downloaded maplit v1.0.2
7892026-04-25T03:40:24.229Z Downloaded hex v0.4.3
7902026-04-25T03:40:24.237Z Downloaded async-bb8-diesel v0.2.1
7912026-04-25T03:40:24.237Z Downloaded managed v0.8.0
7922026-04-25T03:40:24.237Z Downloaded lru-cache v0.1.2
7932026-04-25T03:40:24.237Z Downloaded camino-tempfile-ext v0.3.3
7942026-04-25T03:40:24.238Z Downloaded multimap v0.10.1
7952026-04-25T03:40:24.238Z Downloaded md5 v0.7.0
7962026-04-25T03:40:24.238Z Downloaded md-5 v0.10.6
7972026-04-25T03:40:24.238Z Downloaded match_cfg v0.1.0
7982026-04-25T03:40:24.241Z Downloaded lru-slab v0.1.2
7992026-04-25T03:40:24.241Z Downloaded derive_more v0.99.20
8002026-04-25T03:40:24.244Z Downloaded indoc v2.0.7
8012026-04-25T03:40:24.244Z Downloaded getrandom v0.2.17
8022026-04-25T03:40:24.247Z Downloaded half v1.8.3
8032026-04-25T03:40:24.321Z Downloaded instability v0.3.11
8042026-04-25T03:40:24.321Z Downloaded ingot v0.1.1
8052026-04-25T03:40:24.321Z Downloaded impl-trait-for-tuples v0.2.3
8062026-04-25T03:40:24.321Z Downloaded diff v0.1.13
8072026-04-25T03:40:24.321Z Downloaded ingot-types v0.1.2
8082026-04-25T03:40:24.322Z Downloaded derive_builder v0.20.2
8092026-04-25T03:40:24.322Z Downloaded bitfield v0.19.4
8102026-04-25T03:40:24.322Z Downloaded num-derive v0.4.2
8112026-04-25T03:40:24.322Z Downloaded num v0.4.3
8122026-04-25T03:40:24.322Z Downloaded new_debug_unreachable v1.0.6
8132026-04-25T03:40:24.322Z Downloaded memoffset v0.9.1
8142026-04-25T03:40:24.322Z Downloaded newtype-uuid-macros v0.1.0
8152026-04-25T03:40:24.323Z Downloaded mime v0.3.17
8162026-04-25T03:40:24.323Z Downloaded newtype_derive v0.1.6
8172026-04-25T03:40:24.323Z Downloaded allocator-api2 v0.2.21
8182026-04-25T03:40:24.323Z Downloaded nonempty v0.12.0
8192026-04-25T03:40:24.323Z Downloaded ipnetwork v0.21.1
8202026-04-25T03:40:24.323Z Downloaded foldhash v0.1.5
8212026-04-25T03:40:24.323Z Downloaded crc-any v2.5.0
8222026-04-25T03:40:24.323Z Downloaded clang-sys v1.8.1
8232026-04-25T03:40:24.323Z Downloaded flume v0.11.1
8242026-04-25T03:40:24.323Z Downloaded ipnet v2.11.0
8252026-04-25T03:40:24.323Z Downloaded normalize-line-endings v0.3.0
8262026-04-25T03:40:24.323Z Downloaded num-derive v0.3.3
8272026-04-25T03:40:24.323Z Downloaded num_enum_derive v0.5.11
8282026-04-25T03:40:24.323Z Downloaded num-conv v0.2.0
8292026-04-25T03:40:24.323Z Downloaded num-iter v0.1.45
8302026-04-25T03:40:24.323Z Downloaded highway v1.3.0
8312026-04-25T03:40:24.323Z Downloaded num_threads v0.1.7
8322026-04-25T03:40:24.323Z Downloaded nibble_vec v0.1.0
8332026-04-25T03:40:24.323Z Downloaded newline-converter v0.3.0
8342026-04-25T03:40:24.324Z Downloaded defmt-macros v1.0.1
8352026-04-25T03:40:24.324Z Downloaded opaque-debug v0.3.1
8362026-04-25T03:40:24.324Z Downloaded libloading v0.8.9
8372026-04-25T03:40:24.324Z Downloaded hmac v0.12.1
8382026-04-25T03:40:24.324Z Downloaded olpc-cjson v0.1.4
8392026-04-25T03:40:24.324Z Downloaded jobserver v0.1.34
8402026-04-25T03:40:24.324Z Downloaded darling v0.21.3
8412026-04-25T03:40:24.324Z Downloaded openssl-probe v0.2.1
8422026-04-25T03:40:24.324Z Downloaded hyper-rustls v0.27.7
8432026-04-25T03:40:24.325Z Downloaded oso-derive v0.27.3
8442026-04-25T03:40:24.325Z Downloaded openssl-macros v0.1.1
8452026-04-25T03:40:24.325Z Downloaded mime_guess v2.0.5
8462026-04-25T03:40:24.325Z Downloaded http-body-util v0.1.3
8472026-04-25T03:40:24.325Z Downloaded openssl-probe v0.1.6
8482026-04-25T03:40:24.325Z Downloaded lock_api v0.4.14
8492026-04-25T03:40:24.325Z Downloaded humantime v2.3.0
8502026-04-25T03:40:24.325Z Downloaded native-tls v0.2.18
8512026-04-25T03:40:24.325Z Downloaded half v2.7.1
8522026-04-25T03:40:24.325Z Downloaded darling_core v0.23.0
8532026-04-25T03:40:24.325Z Downloaded getrandom v0.3.4
8542026-04-25T03:40:24.331Z Downloaded futures v0.3.32
8552026-04-25T03:40:24.331Z Downloaded ingot-macros v0.1.1
8562026-04-25T03:40:24.331Z Downloaded nanorand v0.7.0
8572026-04-25T03:40:24.331Z Downloaded multer v3.1.0
8582026-04-25T03:40:24.331Z Downloaded nodrop v0.1.14
8592026-04-25T03:40:24.331Z Downloaded newtype-uuid v1.3.2
8602026-04-25T03:40:24.331Z Downloaded parse-display v0.10.0
8612026-04-25T03:40:24.331Z Downloaded packed_struct_codegen v0.10.1
8622026-04-25T03:40:24.331Z Downloaded parse-size v1.1.0
8632026-04-25T03:40:24.345Z Downloaded num-integer v0.1.46
8642026-04-25T03:40:24.345Z Downloaded dropshot_endpoint v0.17.0
8652026-04-25T03:40:24.346Z Downloaded ignore v0.4.25
8662026-04-25T03:40:24.346Z Downloaded crypto-bigint v0.5.5
8672026-04-25T03:40:24.349Z Downloaded compact_str v0.8.1
8682026-04-25T03:40:24.349Z Downloaded pbkdf2 v0.11.0
8692026-04-25T03:40:24.349Z Downloaded phf_shared v0.11.3
8702026-04-25T03:40:24.349Z Downloaded num_enum_derive v0.7.5
8712026-04-25T03:40:24.349Z Downloaded peg-runtime v0.8.5
8722026-04-25T03:40:24.349Z Downloaded pbkdf2 v0.12.2
8732026-04-25T03:40:24.349Z Downloaded path-slash v0.1.5
8742026-04-25T03:40:24.349Z Downloaded fatfs v0.3.6
8752026-04-25T03:40:24.352Z Downloaded phf_shared v0.13.1
8762026-04-25T03:40:24.352Z Downloaded num_enum v0.7.5
8772026-04-25T03:40:24.355Z Downloaded num_enum v0.5.11
8782026-04-25T03:40:24.358Z Downloaded litrs v1.0.0
8792026-04-25T03:40:24.361Z Downloaded bumpalo v3.20.2
8802026-04-25T03:40:24.361Z Downloaded num-rational v0.4.2
8812026-04-25T03:40:24.364Z Downloaded nu-ansi-term v0.50.3
8822026-04-25T03:40:24.364Z Downloaded derive-where v1.6.0
8832026-04-25T03:40:24.384Z Downloaded proc-macro-error-attr2 v2.0.0
8842026-04-25T03:40:24.387Z Downloaded cookie_store v0.22.1
8852026-04-25T03:40:24.387Z Downloaded predicates-tree v1.0.13
8862026-04-25T03:40:24.391Z Downloaded predicates-core v1.0.10
8872026-04-25T03:40:24.391Z Downloaded powerfmt v0.2.0
8882026-04-25T03:40:24.391Z Downloaded owo-colors v4.3.0
8892026-04-25T03:40:24.394Z Downloaded derive_more-impl v2.1.1
8902026-04-25T03:40:24.397Z Downloaded heapless v0.8.0
8912026-04-25T03:40:24.397Z Downloaded derive_more v2.1.1
8922026-04-25T03:40:24.404Z Downloaded progenitor-client v0.11.2
8932026-04-25T03:40:24.407Z Downloaded psl-types v2.0.11
8942026-04-25T03:40:24.407Z Downloaded packed_struct v0.10.1
8952026-04-25T03:40:24.410Z Downloaded memmap2 v0.9.10
8962026-04-25T03:40:24.411Z Downloaded indexmap v1.9.3
8972026-04-25T03:40:24.414Z Downloaded progenitor-macro v0.11.2
8982026-04-25T03:40:24.414Z Downloaded progenitor-client v0.10.0
8992026-04-25T03:40:24.414Z Downloaded peg-macros v0.8.5
9002026-04-25T03:40:24.414Z Downloaded peg v0.8.5
9012026-04-25T03:40:24.418Z Downloaded proc-macro-crate v1.3.1
9022026-04-25T03:40:24.418Z Downloaded precomputed-hash v0.1.1
9032026-04-25T03:40:24.418Z Downloaded quick-error v1.2.3
9042026-04-25T03:40:24.421Z Downloaded password-hash v0.5.0
9052026-04-25T03:40:24.421Z Downloaded progenitor-macro v0.10.0
9062026-04-25T03:40:24.424Z Downloaded radium v0.7.0
9072026-04-25T03:40:24.424Z Downloaded pem v3.0.6
9082026-04-25T03:40:24.424Z Downloaded num-complex v0.4.6
9092026-04-25T03:40:24.430Z Downloaded password-hash v0.4.2
9102026-04-25T03:40:24.430Z Downloaded parse-display-derive v0.10.0
9112026-04-25T03:40:24.430Z Downloaded rand_chacha v0.3.1
9122026-04-25T03:40:24.430Z Downloaded indicatif v0.18.4
9132026-04-25T03:40:24.433Z Downloaded progenitor-macro v0.13.0
9142026-04-25T03:40:24.434Z Downloaded parking_lot_core v0.8.6
9152026-04-25T03:40:24.434Z Downloaded der v0.7.10
9162026-04-25T03:40:24.440Z Downloaded pin-utils v0.1.0
9172026-04-25T03:40:24.440Z Downloaded phf v0.12.1
9182026-04-25T03:40:24.440Z Downloaded rand_xorshift v0.4.0
9192026-04-25T03:40:24.440Z Downloaded pem-rfc7468 v0.7.0
9202026-04-25T03:40:24.443Z Downloaded pin-project-internal v1.1.11
9212026-04-25T03:40:24.443Z Downloaded phf_shared v0.12.1
9222026-04-25T03:40:24.443Z Downloaded polyval v0.6.2
9232026-04-25T03:40:24.446Z Downloaded pkg-config v0.3.32
9242026-04-25T03:40:24.446Z Downloaded ar_archive_writer v0.5.1
9252026-04-25T03:40:24.449Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-04-25T03:40:24.449Z Downloaded recursive v0.1.1
9272026-04-25T03:40:24.449Z Downloaded pin-project-lite v0.2.17
9282026-04-25T03:40:24.452Z Downloaded ref-cast-impl v1.0.25
9292026-04-25T03:40:24.455Z Downloaded parking_lot_core v0.9.12
9302026-04-25T03:40:24.458Z Downloaded postgres-protocol v0.6.10
9312026-04-25T03:40:24.458Z Downloaded expectorate v1.2.0
9322026-04-25T03:40:24.461Z Downloaded ppv-lite86 v0.2.21
9332026-04-25T03:40:24.461Z Downloaded progenitor v0.11.2
9342026-04-25T03:40:24.461Z Downloaded predicates v3.1.4
9352026-04-25T03:40:24.464Z Downloaded headers v0.4.1
9362026-04-25T03:40:24.468Z Downloaded proc-macro-error2 v2.0.1
9372026-04-25T03:40:24.471Z Downloaded rfc6979 v0.4.0
9382026-04-25T03:40:24.471Z Downloaded progenitor-client v0.13.0
9392026-04-25T03:40:24.471Z Downloaded proc-macro-crate v3.4.0
9402026-04-25T03:40:24.471Z Downloaded primeorder v0.13.6
9412026-04-25T03:40:24.471Z Downloaded poly1305 v0.8.0
9422026-04-25T03:40:24.474Z Downloaded dropshot-api-manager v0.6.0
9432026-04-25T03:40:24.479Z Downloaded progenitor-extras v0.1.1
9442026-04-25T03:40:24.479Z Downloaded progenitor v0.13.0
9452026-04-25T03:40:24.479Z Downloaded progenitor v0.10.0
9462026-04-25T03:40:24.482Z Downloaded parking_lot v0.11.2
9472026-04-25T03:40:24.482Z Downloaded phf v0.13.1
9482026-04-25T03:40:24.482Z Downloaded rustc_version v0.1.7
9492026-04-25T03:40:24.482Z Downloaded r2d2 v0.8.10
9502026-04-25T03:40:24.482Z Downloaded flate2 v1.1.9
9512026-04-25T03:40:24.490Z Downloaded async-compression v0.4.41
9522026-04-25T03:40:24.493Z Downloaded rand_core v0.6.4
9532026-04-25T03:40:24.493Z Downloaded rand_chacha v0.9.0
9542026-04-25T03:40:24.493Z Downloaded diesel_derives v2.3.7
9552026-04-25T03:40:24.497Z Downloaded rustc_version v0.4.1
9562026-04-25T03:40:24.497Z Downloaded psm v0.1.30
9572026-04-25T03:40:24.497Z Downloaded paste v1.0.15
9582026-04-25T03:40:24.501Z Downloaded omicron-zone-package v0.12.2
9592026-04-25T03:40:24.501Z Downloaded postgres-types v0.2.12
9602026-04-25T03:40:24.503Z Downloaded p256 v0.13.2
9612026-04-25T03:40:24.506Z Downloaded rand_core v0.9.5
9622026-04-25T03:40:24.506Z Downloaded russh-cryptovec v0.7.3
9632026-04-25T03:40:24.506Z Downloaded oso v0.27.3
9642026-04-25T03:40:24.509Z Downloaded postcard v1.1.3
9652026-04-25T03:40:24.509Z Downloaded pkcs8 v0.10.2
9662026-04-25T03:40:24.512Z Downloaded hashbrown v0.12.3
9672026-04-25T03:40:24.515Z Downloaded rand_core v0.10.0
9682026-04-25T03:40:24.515Z Downloaded rand_seeder v0.4.0
9692026-04-25T03:40:24.519Z Downloaded heapless v0.7.17
9702026-04-25T03:40:24.519Z Downloaded crossterm v0.28.1
9712026-04-25T03:40:24.522Z Downloaded resolv-conf v0.7.6
9722026-04-25T03:40:24.525Z Downloaded pkcs1 v0.7.5
9732026-04-25T03:40:24.525Z Downloaded pkcs5 v0.7.1
9742026-04-25T03:40:24.530Z Downloaded sapling-renderdag v0.1.0
9752026-04-25T03:40:24.530Z Downloaded same-file v1.0.6
9762026-04-25T03:40:24.535Z Downloaded salsa20 v0.10.2
9772026-04-25T03:40:24.535Z Downloaded libbz2-rs-sys v0.2.2
9782026-04-25T03:40:24.535Z Downloaded hashbrown v0.13.2
9792026-04-25T03:40:24.535Z Downloaded aes-gcm v0.10.3
9802026-04-25T03:40:24.543Z Downloaded parking_lot v0.12.5
9812026-04-25T03:40:24.543Z Downloaded ref-cast v1.0.25
9822026-04-25T03:40:24.543Z Downloaded oxnet v0.1.4
9832026-04-25T03:40:24.543Z Downloaded scopeguard v1.2.0
9842026-04-25T03:40:24.543Z Downloaded rtoolbox v0.0.3
9852026-04-25T03:40:24.543Z Downloaded scheduled-thread-pool v0.2.7
9862026-04-25T03:40:24.543Z Downloaded oxide-tokio-rt v0.1.4
9872026-04-25T03:40:24.548Z Downloaded base64 v0.21.7
9882026-04-25T03:40:24.548Z Downloaded darling_core v0.20.11
9892026-04-25T03:40:24.553Z Downloaded scrypt v0.11.0
9902026-04-25T03:40:24.553Z Downloaded quinn-udp v0.5.14
9912026-04-25T03:40:24.553Z Downloaded seq-macro v0.3.6
9922026-04-25T03:40:24.553Z Downloaded secrecy v0.8.0
9932026-04-25T03:40:24.557Z Downloaded papergrid v0.17.0
9942026-04-25T03:40:24.557Z Downloaded linked-hash-map v0.5.6
9952026-04-25T03:40:24.557Z Downloaded linear-map v1.2.0
9962026-04-25T03:40:24.560Z Downloaded pin-project v1.1.11
9972026-04-25T03:40:24.563Z Downloaded serde-big-array v0.5.1
9982026-04-25T03:40:24.566Z Downloaded serde_repr v0.1.20
9992026-04-25T03:40:24.566Z Downloaded semver v0.1.20
10002026-04-25T03:40:24.569Z Downloaded hickory-resolver v0.25.2
10012026-04-25T03:40:24.569Z Downloaded secrecy v0.10.3
10022026-04-25T03:40:24.574Z Downloaded scroll_derive v0.13.1
10032026-04-25T03:40:24.574Z Downloaded libsw-core v0.3.2
10042026-04-25T03:40:24.574Z Downloaded libsw v3.5.0
10052026-04-25T03:40:24.574Z Downloaded rustc-hash v2.1.1
10062026-04-25T03:40:24.577Z Downloaded serde_plain v1.0.2
10072026-04-25T03:40:24.577Z Downloaded serde_spanned v1.0.4
10082026-04-25T03:40:24.577Z Downloaded libefi-sys v0.1.0
10092026-04-25T03:40:24.580Z Downloaded serde_urlencoded v0.7.1
10102026-04-25T03:40:24.580Z Downloaded serde_bytes v0.11.19
10112026-04-25T03:40:24.581Z Downloaded iana-time-zone v0.1.65
10122026-04-25T03:40:24.584Z Downloaded hyper-util v0.1.20
10132026-04-25T03:40:24.587Z Downloaded rustls-pemfile v2.2.0
10142026-04-25T03:40:24.587Z Downloaded sigpipe v0.1.3
10152026-04-25T03:40:24.590Z Downloaded rustls-native-certs v0.8.3
10162026-04-25T03:40:24.590Z Downloaded openssl-sys v0.9.111
10172026-04-25T03:40:24.593Z Downloaded signature v2.2.0
10182026-04-25T03:40:24.596Z Downloaded signal-hook-mio v0.2.5
10192026-04-25T03:40:24.596Z Downloaded rusty-fork v0.3.1
10202026-04-25T03:40:24.596Z Downloaded rustversion v1.0.22
10212026-04-25T03:40:24.599Z Downloaded shell-words v1.1.1
10222026-04-25T03:40:24.599Z Downloaded slog-bunyan v2.5.0
10232026-04-25T03:40:24.602Z Downloaded prefix-trie v0.7.0
10242026-04-25T03:40:24.602Z Downloaded signal-hook-tokio v0.3.1
10252026-04-25T03:40:24.606Z Downloaded sha1 v0.10.6
10262026-04-25T03:40:24.606Z Downloaded rustls-pemfile v1.0.4
10272026-04-25T03:40:24.607Z Downloaded miniz_oxide v0.8.9
10282026-04-25T03:40:24.610Z Downloaded siphasher v1.0.2
10292026-04-25T03:40:24.610Z Downloaded jiff-static v0.2.21
10302026-04-25T03:40:24.617Z Downloaded hickory-resolver v0.24.4
10312026-04-25T03:40:24.617Z Downloaded scroll v0.13.0
10322026-04-25T03:40:24.623Z Downloaded aes v0.8.4
10332026-04-25T03:40:24.623Z Downloaded schemars_derive v0.8.22
10342026-04-25T03:40:24.623Z Downloaded minimal-lexical v0.2.1
10352026-04-25T03:40:24.626Z Downloaded httparse v1.10.1
10362026-04-25T03:40:24.626Z Downloaded progenitor-impl v0.13.0
10372026-04-25T03:40:24.626Z Downloaded sec1 v0.7.3
10382026-04-25T03:40:24.626Z Downloaded chacha20poly1305 v0.10.1
10392026-04-25T03:40:24.626Z Downloaded sct v0.7.1
10402026-04-25T03:40:24.631Z Downloaded maybe-uninit v2.0.0
10412026-04-25T03:40:24.631Z Downloaded const-oid v0.9.6
10422026-04-25T03:40:24.634Z Downloaded lzss v0.8.2
10432026-04-25T03:40:24.634Z Downloaded async-trait v0.1.89
10442026-04-25T03:40:24.634Z Downloaded atomicwrites v0.4.4
10452026-04-25T03:40:24.637Z Downloaded derive_builder_core v0.20.2
10462026-04-25T03:40:24.637Z Downloaded arrayvec v0.7.6
10472026-04-25T03:40:24.640Z Downloaded slog-envlogger v2.2.0
10482026-04-25T03:40:24.640Z Downloaded sqlparser_derive v0.5.0
10492026-04-25T03:40:24.640Z Downloaded csv-core v0.1.13
10502026-04-25T03:40:24.640Z Downloaded serde_path_to_error v0.1.20
10512026-04-25T03:40:24.643Z Downloaded hickory-server v0.25.2
10522026-04-25T03:40:24.645Z Downloaded serde_derive_internals v0.29.1
10532026-04-25T03:40:24.645Z Downloaded serde-hex v0.1.0
10542026-04-25T03:40:24.645Z Downloaded ssh-cipher v0.2.0
10552026-04-25T03:40:24.648Z Downloaded russh-keys v0.45.0
10562026-04-25T03:40:24.648Z Downloaded ena v0.14.4
10572026-04-25T03:40:24.651Z Downloaded structmeta-derive v0.3.0
10582026-04-25T03:40:24.651Z Downloaded strip-ansi-escapes v0.2.1
10592026-04-25T03:40:24.651Z Downloaded data-encoding v2.10.0
10602026-04-25T03:40:24.654Z Downloaded strum v0.27.2
10612026-04-25T03:40:24.654Z Downloaded strum v0.26.3
10622026-04-25T03:40:24.655Z Downloaded structmeta v0.3.0
10632026-04-25T03:40:24.657Z Downloaded mio v1.2.0
10642026-04-25T03:40:24.660Z Downloaded signal-hook-registry v1.4.8
10652026-04-25T03:40:24.660Z Downloaded pretty_assertions v1.4.1
10662026-04-25T03:40:24.663Z Downloaded prettyplease v0.2.37
10672026-04-25T03:40:24.666Z Downloaded shlex v1.3.0
10682026-04-25T03:40:24.666Z Downloaded http v1.4.0
10692026-04-25T03:40:24.669Z Downloaded smallvec v0.6.14
10702026-04-25T03:40:24.669Z Downloaded slog-async v2.8.0
10712026-04-25T03:40:24.672Z Downloaded simd-adler32 v0.3.8
10722026-04-25T03:40:24.675Z Downloaded sync_wrapper v1.0.2
10732026-04-25T03:40:24.675Z Downloaded subtle v2.6.1
10742026-04-25T03:40:24.675Z Downloaded take_mut v0.2.2
10752026-04-25T03:40:24.678Z Downloaded tabwriter v1.4.1
10762026-04-25T03:40:24.678Z Downloaded ron v0.8.1
10772026-04-25T03:40:24.683Z Downloaded itertools v0.10.5
10782026-04-25T03:40:24.694Z Downloaded slog-scope v4.4.1
10792026-04-25T03:40:24.694Z Downloaded slog-dtrace v0.3.0
10802026-04-25T03:40:24.694Z Downloaded rustls-pki-types v1.14.0
10812026-04-25T03:40:24.697Z Downloaded progenitor-impl v0.11.2
10822026-04-25T03:40:24.697Z Downloaded progenitor-impl v0.10.0
10832026-04-25T03:40:24.697Z Downloaded num-bigint v0.4.6
10842026-04-25T03:40:24.697Z Downloaded tap v1.0.1
10852026-04-25T03:40:24.697Z Downloaded tabled_derive v0.11.0
10862026-04-25T03:40:24.697Z Downloaded testing_table v0.3.0
10872026-04-25T03:40:24.697Z Downloaded sqlformat v0.3.5
10882026-04-25T03:40:24.697Z Downloaded spki v0.7.3
10892026-04-25T03:40:24.701Z Downloaded thiserror-impl-no-std v2.0.2
10902026-04-25T03:40:24.701Z Downloaded slog-stdlog v4.1.1
10912026-04-25T03:40:24.701Z Downloaded slab v0.4.12
10922026-04-25T03:40:24.705Z Downloaded supports-color v3.0.2
10932026-04-25T03:40:24.705Z Downloaded slog-term v2.9.2
10942026-04-25T03:40:24.708Z Downloaded thread-id v5.1.0
10952026-04-25T03:40:24.711Z Downloaded string_cache v0.8.9
10962026-04-25T03:40:24.711Z Downloaded sync-ptr v0.1.4
10972026-04-25T03:40:24.711Z Downloaded smf v0.2.3
10982026-04-25T03:40:24.714Z Downloaded snafu-derive v0.8.9
10992026-04-25T03:40:24.714Z Downloaded serde_cbor v0.11.2
11002026-04-25T03:40:24.718Z Downloaded termtree v0.5.1
11012026-04-25T03:40:24.718Z Downloaded stacker v0.1.23
11022026-04-25T03:40:24.721Z Downloaded time-core v0.1.8
11032026-04-25T03:40:24.721Z Downloaded ryu v1.0.23
11042026-04-25T03:40:24.724Z Downloaded rayon-core v1.13.0
11052026-04-25T03:40:24.724Z Downloaded strum_macros v0.24.3
11062026-04-25T03:40:24.728Z Downloaded tinyvec_macros v0.1.1
11072026-04-25T03:40:24.728Z Downloaded static_assertions v1.1.0
11082026-04-25T03:40:24.734Z Downloaded stringprep v0.1.5
11092026-04-25T03:40:24.734Z Downloaded hashbrown v0.15.5
11102026-04-25T03:40:24.742Z Downloaded schemars v0.8.22
11112026-04-25T03:40:24.746Z Downloaded strum_macros v0.27.2
11122026-04-25T03:40:24.746Z Downloaded rustls-platform-verifier v0.6.2
11132026-04-25T03:40:24.751Z Downloaded strum_macros v0.26.4
11142026-04-25T03:40:24.751Z Downloaded nom v7.1.3
11152026-04-25T03:40:24.751Z Downloaded tokio-macros v2.7.0
11162026-04-25T03:40:24.755Z Downloaded support-bundle-viewer v0.1.2
11172026-04-25T03:40:24.755Z Downloaded slog-json v2.6.1
11182026-04-25T03:40:24.755Z Downloaded quinn v0.11.9
11192026-04-25T03:40:24.758Z Downloaded publicsuffix v2.3.0
11202026-04-25T03:40:24.761Z Downloaded ssh-encoding v0.2.0
11212026-04-25T03:40:24.764Z Downloaded tagptr v0.2.0
11222026-04-25T03:40:24.768Z Downloaded rand v0.8.5
11232026-04-25T03:40:24.771Z Downloaded thiserror-no-std v2.0.2
11242026-04-25T03:40:24.771Z Downloaded termios v0.3.3
11252026-04-25T03:40:24.776Z Downloaded topological-sort v0.2.2
11262026-04-25T03:40:24.779Z Downloaded iddqd v0.3.18
11272026-04-25T03:40:24.784Z Downloaded try-lock v0.2.5
11282026-04-25T03:40:24.785Z Downloaded serde_with_macros v3.17.0
11292026-04-25T03:40:24.792Z Downloaded tiny-keccak v2.0.2
11302026-04-25T03:40:24.792Z Downloaded thread_local v1.1.9
11312026-04-25T03:40:24.792Z Downloaded trait-variant v0.1.2
11322026-04-25T03:40:24.797Z Downloaded time-macros v0.2.27
11332026-04-25T03:40:24.797Z Downloaded spin v0.9.8
11342026-04-25T03:40:24.797Z Downloaded tower-service v0.3.3
11352026-04-25T03:40:24.797Z Downloaded rcgen v0.12.1
11362026-04-25T03:40:24.804Z Downloaded iri-string v0.7.10
11372026-04-25T03:40:24.810Z Downloaded schemars v0.9.0
11382026-04-25T03:40:24.816Z Downloaded unit-prefix v0.5.2
11392026-04-25T03:40:24.820Z Downloaded typify-macro v0.6.1
11402026-04-25T03:40:24.820Z Downloaded tower-layer v0.3.3
11412026-04-25T03:40:24.820Z Downloaded rsa v0.9.10
11422026-04-25T03:40:24.824Z Downloaded unicode-truncate v1.1.0
11432026-04-25T03:40:24.828Z Downloaded aho-corasick v1.1.4
11442026-04-25T03:40:24.836Z Downloaded slog v2.8.2
11452026-04-25T03:40:24.836Z Downloaded similar v2.7.0
11462026-04-25T03:40:24.839Z Downloaded itertools v0.13.0
11472026-04-25T03:40:24.839Z Downloaded usdt v0.6.0
11482026-04-25T03:40:24.839Z Downloaded untrusted v0.7.1
11492026-04-25T03:40:24.839Z Downloaded utf-8 v0.7.6
11502026-04-25T03:40:24.842Z Downloaded universal-hash v0.5.1
11512026-04-25T03:40:24.842Z Downloaded socket2 v0.6.3
11522026-04-25T03:40:24.842Z Downloaded usdt-attr-macro v0.6.0
11532026-04-25T03:40:24.846Z Downloaded term v1.2.1
11542026-04-25T03:40:24.846Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11552026-04-25T03:40:24.846Z Downloaded rand v0.9.2
11562026-04-25T03:40:24.850Z Downloaded usdt-macro v0.6.0
11572026-04-25T03:40:24.850Z Downloaded void v1.0.2
11582026-04-25T03:40:24.850Z Downloaded hyper v1.8.1
11592026-04-25T03:40:24.853Z Downloaded toml_writer v1.0.6+spec-1.1.0
11602026-04-25T03:40:24.857Z Downloaded socket2 v0.5.10
11612026-04-25T03:40:24.857Z Downloaded libxml v0.3.3
11622026-04-25T03:40:24.862Z Downloaded qorb v0.4.1
11632026-04-25T03:40:24.867Z Downloaded unarray v0.1.4
11642026-04-25T03:40:24.867Z Downloaded typify-macro v0.4.3
11652026-04-25T03:40:24.867Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11662026-04-25T03:40:24.867Z Downloaded tokio-tungstenite v0.23.1
11672026-04-25T03:40:24.867Z Downloaded term v0.7.0
11682026-04-25T03:40:24.870Z Downloaded tui-tree-widget v0.23.1
11692026-04-25T03:40:24.870Z Downloaded want v0.3.1
11702026-04-25T03:40:24.870Z Downloaded signal-hook v0.3.18
11712026-04-25T03:40:24.871Z Downloaded tokio-rustls v0.25.0
11722026-04-25T03:40:24.874Z Downloaded tokio-rustls v0.24.1
11732026-04-25T03:40:24.874Z Downloaded aws-lc-rs v1.16.0
11742026-04-25T03:40:24.880Z Downloaded itertools v0.14.0
11752026-04-25T03:40:24.884Z Downloaded xattr v1.6.1
11762026-04-25T03:40:24.888Z Downloaded waitgroup v0.1.2
11772026-04-25T03:40:24.888Z Downloaded tokio-rustls v0.26.4
11782026-04-25T03:40:24.888Z Downloaded samael v0.0.19
11792026-04-25T03:40:24.891Z Downloaded xshell-macros v0.2.7
11802026-04-25T03:40:24.891Z Downloaded tokio-stream v0.1.18
11812026-04-25T03:40:24.896Z Downloaded tokio-tungstenite v0.21.0
11822026-04-25T03:40:24.896Z Downloaded tokio-native-tls v0.3.1
11832026-04-25T03:40:24.899Z Downloaded tokio-dtrace v0.1.1
11842026-04-25T03:40:24.899Z Downloaded hkdf v0.12.4
11852026-04-25T03:40:24.899Z Downloaded schemars v1.2.1
11862026-04-25T03:40:24.906Z Downloaded untrusted v0.9.0
11872026-04-25T03:40:24.909Z Downloaded toml_parser v1.0.9+spec-1.1.0
11882026-04-25T03:40:24.909Z Downloaded num-bigint-dig v0.8.6
11892026-04-25T03:40:24.914Z Downloaded uzers v0.12.2
11902026-04-25T03:40:24.914Z Downloaded tls_codec_derive v0.4.2
11912026-04-25T03:40:24.917Z Downloaded h2 v0.4.13
11922026-04-25T03:40:24.917Z Downloaded vergen-gitcl v1.0.8
11932026-04-25T03:40:24.920Z Downloaded rand v0.10.0
11942026-04-25T03:40:24.923Z Downloaded libm v0.2.16
11952026-04-25T03:40:24.926Z Downloaded zeroize_derive v1.4.3
11962026-04-25T03:40:24.930Z Downloaded tls_codec v0.4.2
11972026-04-25T03:40:24.930Z Downloaded serde_yaml v0.9.34+deprecated
11982026-04-25T03:40:24.935Z Downloaded wait-timeout v0.2.1
11992026-04-25T03:40:24.935Z Downloaded vergen-git2 v1.0.7
12002026-04-25T03:40:24.936Z Downloaded test-strategy v0.4.5
12012026-04-25T03:40:24.938Z Downloaded tracing-attributes v0.1.31
12022026-04-25T03:40:24.938Z Downloaded twox-hash v2.1.2
12032026-04-25T03:40:24.938Z Downloaded zone_cfg_derive v0.3.1
12042026-04-25T03:40:24.938Z Downloaded whoami v1.6.1
12052026-04-25T03:40:24.941Z Downloaded usdt-impl v0.6.0
12062026-04-25T03:40:24.947Z Downloaded tinyvec v1.10.0
12072026-04-25T03:40:24.955Z Downloaded futures-util v0.3.32
12082026-04-25T03:40:24.959Z Downloaded whoami v2.1.0
12092026-04-25T03:40:24.959Z Downloaded walkdir v2.5.0
12102026-04-25T03:40:24.959Z Downloaded wyz v0.5.1
12112026-04-25T03:40:24.959Z Downloaded subprocess v0.2.15
12122026-04-25T03:40:24.959Z Downloaded snafu v0.8.9
12132026-04-25T03:40:24.962Z Downloaded unicase v2.9.0
12142026-04-25T03:40:24.962Z Downloaded russh v0.45.0
12152026-04-25T03:40:24.966Z Downloaded itertools v0.12.1
12162026-04-25T03:40:24.970Z Downloaded rustls-webpki v0.103.9
12172026-04-25T03:40:24.974Z Downloaded xshell v0.2.7
12182026-04-25T03:40:24.977Z Downloaded vergen-lib v0.1.6
12192026-04-25T03:40:24.977Z Downloaded vergen v9.0.6
12202026-04-25T03:40:24.980Z Downloaded steno v0.4.1
12212026-04-25T03:40:24.985Z Downloaded toml v0.9.12+spec-1.1.0
12222026-04-25T03:40:24.990Z Downloaded typify v0.4.3
12232026-04-25T03:40:24.997Z Downloaded zeroize v1.8.2
12242026-04-25T03:40:24.997Z Downloaded tungstenite v0.21.0
12252026-04-25T03:40:24.997Z Downloaded toml v1.0.6+spec-1.1.0
12262026-04-25T03:40:24.997Z Downloaded zone v0.3.1
12272026-04-25T03:40:24.997Z Downloaded toml v0.7.8
12282026-04-25T03:40:24.997Z Downloaded rustyline v14.0.0
12292026-04-25T03:40:25.004Z Downloaded vsss-rs v3.3.4
12302026-04-25T03:40:25.008Z Downloaded rpassword v7.4.0
12312026-04-25T03:40:25.008Z Downloaded tracing-core v0.1.36
12322026-04-25T03:40:25.008Z Downloaded unicode-properties v0.1.4
12332026-04-25T03:40:25.011Z Downloaded p521 v0.13.3
12342026-04-25T03:40:25.011Z Downloaded zstd-safe v7.2.4
12352026-04-25T03:40:25.014Z Downloaded unsafe-libyaml v0.2.11
12362026-04-25T03:40:25.018Z Downloaded yasna v0.5.2
12372026-04-25T03:40:25.027Z Downloaded tar v0.4.45
12382026-04-25T03:40:25.031Z Downloaded bitvec v1.0.1
12392026-04-25T03:40:25.037Z Downloaded typify v0.6.1
12402026-04-25T03:40:25.041Z Downloaded uuid v1.23.0
12412026-04-25T03:40:25.044Z Downloaded reedline v0.40.0
12422026-04-25T03:40:25.047Z Downloaded blake3 v1.8.3
12432026-04-25T03:40:25.050Z Downloaded toml_edit v0.23.10+spec-1.0.0
12442026-04-25T03:40:25.053Z Downloaded vte v0.14.1
12452026-04-25T03:40:25.056Z Downloaded tungstenite v0.23.0
12462026-04-25T03:40:25.059Z Downloaded unicode-bidi v0.3.18
12472026-04-25T03:40:25.062Z Downloaded zstd v0.13.3
12482026-04-25T03:40:25.090Z Downloaded zerocopy v0.6.6
12492026-04-25T03:40:25.105Z Downloaded regex v1.12.3
12502026-04-25T03:40:25.110Z Downloaded zopfli v0.8.3
12512026-04-25T03:40:25.113Z Downloaded git2 v0.20.4
12522026-04-25T03:40:25.116Z Downloaded reqwest v0.12.28
12532026-04-25T03:40:25.119Z Downloaded portable-atomic v1.13.1
12542026-04-25T03:40:25.123Z Downloaded chrono v0.4.44
12552026-04-25T03:40:25.127Z Downloaded yansi v1.0.1
12562026-04-25T03:40:25.140Z Downloaded lalrpop v0.19.12
12572026-04-25T03:40:25.146Z Downloaded zip v0.6.6
12582026-04-25T03:40:25.150Z Downloaded tower v0.5.3
12592026-04-25T03:40:25.153Z Downloaded p384 v0.13.1
12602026-04-25T03:40:25.156Z Downloaded toml_edit v0.19.15
12612026-04-25T03:40:25.167Z Downloaded x509-cert v0.2.5
12622026-04-25T03:40:25.170Z Downloaded unicode_categories v0.1.1
12632026-04-25T03:40:25.173Z Downloaded zerocopy-derive v0.8.40
12642026-04-25T03:40:25.178Z Downloaded unicode-segmentation v1.12.0
12652026-04-25T03:40:25.181Z Downloaded salty v0.3.0
12662026-04-25T03:40:25.186Z Downloaded typed-path v0.9.3
12672026-04-25T03:40:25.190Z Downloaded goblin v0.10.5
12682026-04-25T03:40:25.198Z Downloaded rayon v1.11.0
12692026-04-25T03:40:25.198Z Downloaded rustls-webpki v0.101.7
12702026-04-25T03:40:25.203Z Downloaded proptest v1.10.0
12712026-04-25T03:40:25.207Z Downloaded moka v0.12.13
12722026-04-25T03:40:25.268Z Downloaded zip v4.6.1
12732026-04-25T03:40:25.268Z Downloaded unicode-normalization v0.1.25
12742026-04-25T03:40:25.268Z Downloaded tokio-util v0.7.18
12752026-04-25T03:40:25.268Z Downloaded tower-http v0.6.8
12762026-04-25T03:40:25.268Z Downloaded petname v2.0.2
12772026-04-25T03:40:25.268Z Downloaded bstr v1.12.1
12782026-04-25T03:40:25.269Z Downloaded reqwest v0.13.2
12792026-04-25T03:40:25.269Z Downloaded quick-xml v0.37.5
12802026-04-25T03:40:25.269Z Downloaded curve25519-dalek v4.1.3
12812026-04-25T03:40:25.269Z Downloaded bindgen v0.71.1
12822026-04-25T03:40:25.270Z Downloaded tokio-postgres v0.7.16
12832026-04-25T03:40:25.270Z Downloaded ssh-key v0.6.7
12842026-04-25T03:40:25.270Z Downloaded serde_with v3.17.0
12852026-04-25T03:40:25.270Z Downloaded rustls-webpki v0.102.8
12862026-04-25T03:40:25.274Z Downloaded tough v0.20.0
12872026-04-25T03:40:25.277Z Downloaded quinn-proto v0.11.13
12882026-04-25T03:40:25.282Z Downloaded radix_trie v0.2.1
12892026-04-25T03:40:25.298Z Downloaded openssl v0.10.75
12902026-04-25T03:40:25.302Z Downloaded polar-core v0.27.3
12912026-04-25T03:40:25.307Z Downloaded object v0.30.4
12922026-04-25T03:40:25.314Z Downloaded winnow v0.5.40
12932026-04-25T03:40:25.318Z Downloaded nix v0.28.0
12942026-04-25T03:40:25.324Z Downloaded dropshot v0.16.7
12952026-04-25T03:40:25.338Z Downloaded winnow v0.6.26
12962026-04-25T03:40:25.343Z Downloaded nix v0.27.1
12972026-04-25T03:40:25.349Z Downloaded tabled v0.20.0
12982026-04-25T03:40:25.360Z Downloaded time v0.3.47
12992026-04-25T03:40:25.367Z Downloaded zlib-rs v0.6.2
13002026-04-25T03:40:25.371Z Downloaded dropshot v0.17.0
13012026-04-25T03:40:25.384Z Downloaded vcpkg v0.2.15
13022026-04-25T03:40:25.406Z Downloaded rustls v0.22.4
13032026-04-25T03:40:25.414Z Downloaded webpki-roots v1.0.6
13042026-04-25T03:40:25.417Z Downloaded nix v0.31.2
13052026-04-25T03:40:25.422Z Downloaded object v0.37.3
13062026-04-25T03:40:25.429Z Downloaded hickory-proto v0.24.4
13072026-04-25T03:40:25.440Z Downloaded smoltcp v0.11.0
13082026-04-25T03:40:25.445Z Downloaded zerocopy v0.8.40
13092026-04-25T03:40:25.450Z Downloaded rustix v0.38.44
13102026-04-25T03:40:25.463Z Downloaded regex-syntax v0.8.10
13112026-04-25T03:40:25.468Z Downloaded rustls v0.23.37
13122026-04-25T03:40:25.475Z Downloaded hickory-proto v0.25.2
13132026-04-25T03:40:25.485Z Downloaded regress v0.10.5
13142026-04-25T03:40:25.493Z Downloaded openapiv3 v2.2.0
13152026-04-25T03:40:25.501Z Downloaded diesel v2.3.7
13162026-04-25T03:40:25.511Z Downloaded regex-syntax v0.6.29
13172026-04-25T03:40:25.515Z Downloaded nix v0.29.0
13182026-04-25T03:40:25.521Z Downloaded smoltcp v0.9.1
13192026-04-25T03:40:25.527Z Downloaded rustls v0.21.12
13202026-04-25T03:40:25.534Z Downloaded sqlparser v0.61.0
13212026-04-25T03:40:25.558Z Downloaded typify-impl v0.6.1
13222026-04-25T03:40:25.564Z Downloaded sled v0.34.7
13232026-04-25T03:40:25.570Z Downloaded typify-impl v0.4.3
13242026-04-25T03:40:25.579Z Downloaded tracing v0.1.44
13252026-04-25T03:40:25.593Z Downloaded ratatui v0.29.0
13262026-04-25T03:40:25.610Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-04-25T03:40:25.614Z Downloaded zerocopy-derive v0.6.6
13282026-04-25T03:40:25.619Z Downloaded regex-automata v0.4.14
13292026-04-25T03:40:25.630Z Downloaded petgraph v0.6.5
13302026-04-25T03:40:25.642Z Downloaded chrono-tz v0.10.4
13312026-04-25T03:40:25.656Z Downloaded jiff v0.2.21
13322026-04-25T03:40:25.682Z Downloaded libz-sys v1.1.24
13332026-04-25T03:40:25.695Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-04-25T03:40:25.705Z Downloaded petgraph v0.8.3
13352026-04-25T03:40:25.719Z Downloaded csv v1.4.0
13362026-04-25T03:40:25.730Z Downloaded tokio v1.52.1
13372026-04-25T03:40:25.754Z Downloaded sha3 v0.10.8
13382026-04-25T03:40:25.782Z Downloaded encoding_rs v0.8.35
13392026-04-25T03:40:25.805Z Downloaded ring v0.17.14
13402026-04-25T03:40:25.869Z Downloaded libgit2-sys v0.18.3+1.9.2
13412026-04-25T03:40:26.383Z Downloaded aws-lc-sys v0.37.1
13422026-04-25T03:40:26.625Z Compiling libc v0.2.185
13432026-04-25T03:40:26.625Z Compiling serde v1.0.228
13442026-04-25T03:40:26.628Z Compiling log v0.4.29
13452026-04-25T03:40:26.628Z Compiling find-msvc-tools v0.1.9
13462026-04-25T03:40:26.628Z Compiling shlex v1.3.0
13472026-04-25T03:40:26.629Z Compiling smallvec v1.15.1
13482026-04-25T03:40:26.629Z Compiling syn v2.0.117
13492026-04-25T03:40:26.629Z Compiling typenum v1.19.0
13502026-04-25T03:40:26.957Z Compiling generic-array v0.14.7
13512026-04-25T03:40:26.957Z Compiling subtle v2.6.1
13522026-04-25T03:40:26.998Z Compiling scopeguard v1.2.0
13532026-04-25T03:40:27.011Z Compiling const-oid v0.9.6
13542026-04-25T03:40:27.079Z Compiling lock_api v0.4.14
13552026-04-25T03:40:27.107Z Compiling portable-atomic v1.13.1
13562026-04-25T03:40:27.132Z Compiling zerocopy v0.8.40
13572026-04-25T03:40:27.189Z Compiling critical-section v1.2.0
13582026-04-25T03:40:27.290Z Compiling serde_json v1.0.149
13592026-04-25T03:40:27.304Z Compiling pin-project-lite v0.2.17
13602026-04-25T03:40:27.398Z Compiling parking_lot_core v0.9.12
13612026-04-25T03:40:27.560Z Compiling getrandom v0.2.17
13622026-04-25T03:40:27.600Z Compiling jobserver v0.1.34
13632026-04-25T03:40:27.634Z Compiling errno v0.3.14
13642026-04-25T03:40:27.716Z Compiling rand_core v0.6.4
13652026-04-25T03:40:27.748Z Compiling pkg-config v0.3.32
13662026-04-25T03:40:27.777Z Compiling signal-hook-registry v1.4.8
13672026-04-25T03:40:27.791Z Compiling cc v1.2.56
13682026-04-25T03:40:28.016Z Compiling bitflags v2.11.0
13692026-04-25T03:40:28.059Z Compiling once_cell v1.21.3
13702026-04-25T03:40:28.135Z Compiling libm v0.2.16
13712026-04-25T03:40:28.239Z Compiling parking_lot v0.12.5
13722026-04-25T03:40:28.256Z Compiling mio v1.2.0
13732026-04-25T03:40:28.266Z Compiling num-traits v0.2.19
13742026-04-25T03:40:28.302Z Compiling futures-core v0.3.32
13752026-04-25T03:40:28.459Z Compiling percent-encoding v2.3.2
13762026-04-25T03:40:28.599Z Compiling socket2 v0.6.3
13772026-04-25T03:40:28.599Z Compiling allocator-api2 v0.2.21
13782026-04-25T03:40:28.627Z Compiling cpufeatures v0.2.17
13792026-04-25T03:40:28.689Z Compiling foldhash v0.2.0
13802026-04-25T03:40:28.699Z Compiling futures-sink v0.3.32
13812026-04-25T03:40:28.713Z Compiling futures-task v0.3.32
13822026-04-25T03:40:28.802Z Compiling futures-channel v0.3.32
13832026-04-25T03:40:28.861Z Compiling futures-io v0.3.32
13842026-04-25T03:40:28.880Z Compiling hashbrown v0.16.1
13852026-04-25T03:40:28.927Z Compiling slab v0.4.12
13862026-04-25T03:40:28.993Z Compiling getrandom v0.4.1
13872026-04-25T03:40:29.008Z Compiling getrandom v0.3.4
13882026-04-25T03:40:29.022Z Compiling rustversion v1.0.22
13892026-04-25T03:40:29.102Z Compiling rand_core v0.10.0
13902026-04-25T03:40:29.329Z Compiling form_urlencoded v1.2.2
13912026-04-25T03:40:29.516Z Compiling indexmap v2.13.0
13922026-04-25T03:40:29.583Z Compiling cmake v0.1.57
13932026-04-25T03:40:29.633Z Compiling synstructure v0.13.2
13942026-04-25T03:40:29.682Z Compiling fs_extra v1.3.0
13952026-04-25T03:40:29.945Z Compiling base64ct v1.8.3
13962026-04-25T03:40:29.974Z Compiling dunce v1.0.5
13972026-04-25T03:40:29.977Z Compiling ident_case v1.0.1
13982026-04-25T03:40:30.017Z Compiling flagset v0.4.7
13992026-04-25T03:40:30.071Z Compiling aws-lc-sys v0.37.1
14002026-04-25T03:40:30.116Z Compiling rand_core v0.9.5
14012026-04-25T03:40:30.144Z Compiling rustix v1.1.3
14022026-04-25T03:40:30.157Z Compiling iana-time-zone v0.1.65
14032026-04-25T03:40:30.174Z Compiling pem-rfc7468 v0.7.0
14042026-04-25T03:40:30.238Z Compiling uuid v1.23.0
14052026-04-25T03:40:30.238Z Compiling ring v0.17.14
14062026-04-25T03:40:30.356Z Compiling rustc_version v0.4.1
14072026-04-25T03:40:30.398Z Compiling vcpkg v0.2.15
14082026-04-25T03:40:30.477Z Compiling aws-lc-rs v1.16.0
14092026-04-25T03:40:30.687Z Compiling regex-syntax v0.8.10
14102026-04-25T03:40:30.767Z Compiling tracing-core v0.1.36
14112026-04-25T03:40:30.955Z Compiling pest_generator v2.8.6
14122026-04-25T03:40:31.147Z Compiling openssl-sys v0.9.111
14132026-04-25T03:40:31.332Z Compiling serde_derive_internals v0.29.1
14142026-04-25T03:40:31.398Z Compiling serde_derive v1.0.228
14152026-04-25T03:40:31.665Z Compiling zeroize_derive v1.4.3
14162026-04-25T03:40:31.668Z Compiling zerofrom-derive v0.1.6
14172026-04-25T03:40:31.891Z Compiling yoke-derive v0.8.1
14182026-04-25T03:40:32.249Z Compiling zerocopy-derive v0.8.40
14192026-04-25T03:40:32.318Z Compiling zeroize v1.8.2
14202026-04-25T03:40:33.035Z Compiling crypto-common v0.1.7
14212026-04-25T03:40:33.058Z Compiling block-buffer v0.10.4
14222026-04-25T03:40:33.072Z Compiling zerofrom v0.1.6
14232026-04-25T03:40:33.085Z Compiling zerovec-derive v0.11.2
14242026-04-25T03:40:33.180Z Compiling yoke v0.8.1
14252026-04-25T03:40:33.194Z Compiling digest v0.10.7
14262026-04-25T03:40:33.220Z Compiling displaydoc v0.2.5
14272026-04-25T03:40:33.367Z Compiling tokio-macros v2.7.0
14282026-04-25T03:40:33.441Z Compiling hmac v0.12.1
14292026-04-25T03:40:33.599Z Compiling futures-macro v0.3.32
14302026-04-25T03:40:33.950Z Compiling zerotrie v0.2.3
14312026-04-25T03:40:34.070Z Compiling block-padding v0.3.3
14322026-04-25T03:40:34.169Z Compiling zerovec v0.11.5
14332026-04-25T03:40:34.236Z Compiling inout v0.1.4
14342026-04-25T03:40:34.247Z Compiling sha2 v0.10.9
14352026-04-25T03:40:34.404Z Compiling futures-util v0.3.32
14362026-04-25T03:40:34.457Z Compiling cipher v0.4.4
14372026-04-25T03:40:34.713Z Compiling tinystr v0.8.2
14382026-04-25T03:40:34.713Z Compiling potential_utf v0.1.4
14392026-04-25T03:40:34.881Z Compiling bytes v1.11.1
14402026-04-25T03:40:34.896Z Compiling icu_locale_core v2.1.1
14412026-04-25T03:40:34.915Z Compiling icu_collections v2.1.1
14422026-04-25T03:40:35.367Z Compiling tokio v1.52.1
14432026-04-25T03:40:35.382Z Compiling der_derive v0.7.3
14442026-04-25T03:40:35.489Z Compiling icu_provider v2.1.1
14452026-04-25T03:40:35.685Z Compiling http v1.4.0
14462026-04-25T03:40:35.762Z Compiling icu_properties v2.1.2
14472026-04-25T03:40:35.782Z Compiling icu_normalizer v2.1.1
14482026-04-25T03:40:36.301Z Compiling chrono v0.4.44
14492026-04-25T03:40:36.315Z Compiling der v0.7.10
14502026-04-25T03:40:36.574Z Compiling ppv-lite86 v0.2.21
14512026-04-25T03:40:36.656Z Compiling idna_adapter v1.2.1
14522026-04-25T03:40:36.672Z Compiling salsa20 v0.10.2
14532026-04-25T03:40:36.794Z Compiling idna v1.1.0
14542026-04-25T03:40:36.814Z Compiling pbkdf2 v0.12.2
14552026-04-25T03:40:36.836Z Compiling thiserror-impl v2.0.18
14562026-04-25T03:40:36.881Z Compiling rand_chacha v0.9.0
14572026-04-25T03:40:36.916Z Compiling scrypt v0.11.0
14582026-04-25T03:40:37.161Z Compiling url v2.5.8
14592026-04-25T03:40:37.419Z Compiling spki v0.7.3
14602026-04-25T03:40:37.467Z Compiling aes v0.8.4
14612026-04-25T03:40:37.558Z Compiling cbc v0.1.2
14622026-04-25T03:40:37.621Z Compiling rustls-pki-types v1.14.0
14632026-04-25T03:40:37.636Z Compiling tracing-attributes v0.1.31
14642026-04-25T03:40:37.703Z Compiling rand v0.9.2
14652026-04-25T03:40:37.941Z Compiling pkcs5 v0.7.1
14662026-04-25T03:40:38.053Z Compiling http-body v1.0.1
14672026-04-25T03:40:38.127Z Compiling thiserror v2.0.18
14682026-04-25T03:40:38.234Z Compiling openssl-probe v0.2.1
14692026-04-25T03:40:38.292Z Compiling untrusted v0.7.1
14702026-04-25T03:40:38.404Z Compiling schemars v0.8.22
14712026-04-25T03:40:38.418Z Compiling untrusted v0.9.0
14722026-04-25T03:40:38.421Z Compiling base64 v0.22.1
14732026-04-25T03:40:38.467Z Compiling httparse v1.10.1
14742026-04-25T03:40:38.489Z Compiling pkcs8 v0.10.2
14752026-04-25T03:40:38.616Z Compiling schemars_derive v0.8.22
14762026-04-25T03:40:38.721Z Compiling pest_derive v2.8.6
14772026-04-25T03:40:38.790Z Compiling scroll_derive v0.13.1
14782026-04-25T03:40:38.851Z Compiling darling_core v0.20.11
14792026-04-25T03:40:38.904Z Compiling tracing v0.1.44
14802026-04-25T03:40:39.133Z Compiling tokio-util v0.7.18
14812026-04-25T03:40:39.169Z Compiling tower-layer v0.3.3
14822026-04-25T03:40:39.330Z Compiling dyn-clone v1.0.20
14832026-04-25T03:40:39.488Z Compiling tinyvec_macros v0.1.1
14842026-04-25T03:40:39.561Z Compiling rustls v0.23.37
14852026-04-25T03:40:39.599Z Compiling tower-service v0.3.3
14862026-04-25T03:40:39.699Z Compiling atomic-waker v1.1.2
14872026-04-25T03:40:39.731Z Compiling try-lock v0.2.5
14882026-04-25T03:40:39.825Z Compiling h2 v0.4.13
14892026-04-25T03:40:39.843Z Compiling want v0.3.1
14902026-04-25T03:40:40.008Z Compiling scroll v0.13.0
14912026-04-25T03:40:40.186Z Compiling tinyvec v1.10.0
14922026-04-25T03:40:40.330Z Compiling ipnet v2.11.0
14932026-04-25T03:40:40.528Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-04-25T03:40:40.567Z Compiling spin v0.9.8
14952026-04-25T03:40:40.773Z Compiling aho-corasick v1.1.4
14962026-04-25T03:40:40.823Z Compiling num-conv v0.2.0
14972026-04-25T03:40:40.901Z Compiling pin-utils v0.1.0
14982026-04-25T03:40:40.953Z Compiling time-core v0.1.8
14992026-04-25T03:40:40.968Z Compiling httpdate v1.0.3
15002026-04-25T03:40:40.983Z Compiling powerfmt v0.2.0
15012026-04-25T03:40:41.095Z Compiling openssl v0.10.75
15022026-04-25T03:40:41.129Z Compiling darling_macro v0.20.11
15032026-04-25T03:40:41.130Z Compiling foreign-types-shared v0.1.1
15042026-04-25T03:40:41.177Z Compiling crc32fast v1.5.0
15052026-04-25T03:40:41.177Z Compiling tempfile v3.25.0
15062026-04-25T03:40:41.226Z Compiling foreign-types v0.3.2
15072026-04-25T03:40:41.298Z Compiling deranged v0.5.8
15082026-04-25T03:40:41.335Z Compiling time-macros v0.2.27
15092026-04-25T03:40:41.549Z Compiling regex-automata v0.4.14
15102026-04-25T03:40:41.588Z Compiling darling v0.20.11
15112026-04-25T03:40:41.668Z Compiling goblin v0.10.5
15122026-04-25T03:40:42.379Z Compiling openssl-macros v0.1.1
15132026-04-25T03:40:42.423Z Compiling wait-timeout v0.2.1
15142026-04-25T03:40:42.685Z Compiling quick-error v1.2.3
15152026-04-25T03:40:42.750Z Compiling hyper v1.8.1
15162026-04-25T03:40:42.775Z Compiling usdt-impl v0.6.0
15172026-04-25T03:40:42.789Z Compiling bit-vec v0.8.0
15182026-04-25T03:40:42.965Z Compiling simd-adler32 v0.3.8
15192026-04-25T03:40:43.016Z Compiling syn v1.0.109
15202026-04-25T03:40:43.212Z Compiling siphasher v1.0.2
15212026-04-25T03:40:43.314Z Compiling native-tls v0.2.18
15222026-04-25T03:40:43.390Z Compiling crossbeam-utils v0.8.21
15232026-04-25T03:40:43.518Z Compiling num_threads v0.1.7
15242026-04-25T03:40:43.614Z Compiling time v0.3.47
15252026-04-25T03:40:43.749Z Compiling bit-set v0.8.0
15262026-04-25T03:40:43.754Z Compiling rusty-fork v0.3.1
15272026-04-25T03:40:43.898Z Compiling hyper-util v0.1.20
15282026-04-25T03:40:44.292Z Compiling dof v0.4.0
15292026-04-25T03:40:45.242Z Compiling derive_builder_core v0.20.2
15302026-04-25T03:40:45.621Z Compiling unicode-normalization v0.1.25
15312026-04-25T03:40:45.636Z Compiling dtrace-parser v0.3.0
15322026-04-25T03:40:45.675Z Compiling rustls-native-certs v0.8.3
15332026-04-25T03:40:45.879Z Compiling signature v2.2.0
15342026-04-25T03:40:45.959Z Compiling thiserror-impl v1.0.69
15352026-04-25T03:40:46.051Z Compiling scroll_derive v0.12.1
15362026-04-25T03:40:46.066Z Compiling heapless v0.7.17
15372026-04-25T03:40:46.092Z Compiling rand_xorshift v0.4.0
15382026-04-25T03:40:46.259Z Compiling slog v2.8.2
15392026-04-25T03:40:46.294Z Compiling darling_core v0.21.3
15402026-04-25T03:40:46.364Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-04-25T03:40:46.435Z Compiling sync_wrapper v1.0.2
15422026-04-25T03:40:46.542Z Compiling thread-id v5.1.0
15432026-04-25T03:40:46.626Z Compiling cookie v0.18.1
15442026-04-25T03:40:46.630Z Compiling unarray v0.1.4
15452026-04-25T03:40:46.685Z Compiling unicode-properties v0.1.4
15462026-04-25T03:40:46.748Z Compiling unicode-bidi v0.3.18
15472026-04-25T03:40:46.804Z Compiling signal-hook v0.3.18
15482026-04-25T03:40:46.891Z Compiling paste v1.0.15
15492026-04-25T03:40:46.930Z Compiling anyhow v1.0.102
15502026-04-25T03:40:46.968Z Compiling zstd-safe v7.2.4
15512026-04-25T03:40:47.149Z Compiling adler2 v2.0.1
15522026-04-25T03:40:47.179Z Compiling thiserror v1.0.69
15532026-04-25T03:40:47.206Z Compiling stringprep v0.1.5
15542026-04-25T03:40:47.264Z Compiling miniz_oxide v0.8.9
15552026-04-25T03:40:47.309Z Compiling proptest v1.10.0
15562026-04-25T03:40:47.338Z Compiling scroll v0.12.0
15572026-04-25T03:40:47.637Z Compiling tower v0.5.3
15582026-04-25T03:40:47.938Z Compiling derive_builder_macro v0.20.2
15592026-04-25T03:40:48.179Z Compiling ipnetwork v0.21.1
15602026-04-25T03:40:48.208Z Compiling http-body-util v0.1.3
15612026-04-25T03:40:48.388Z Compiling webpki-roots v1.0.6
15622026-04-25T03:40:48.446Z Compiling rand_chacha v0.3.1
15632026-04-25T03:40:48.508Z Compiling serde_tokenstream v0.2.3
15642026-04-25T03:40:48.564Z Compiling erased-serde v0.3.31
15652026-04-25T03:40:48.639Z Compiling toml_datetime v0.6.11
15662026-04-25T03:40:48.745Z Compiling darling_macro v0.21.3
15672026-04-25T03:40:48.811Z Compiling serde_spanned v0.6.9
15682026-04-25T03:40:48.890Z Compiling md-5 v0.10.6
15692026-04-25T03:40:48.952Z Compiling zerocopy-derive v0.7.35
15702026-04-25T03:40:49.046Z Compiling curve25519-dalek v4.1.3
15712026-04-25T03:40:49.062Z Compiling vergen-lib v0.1.6
15722026-04-25T03:40:49.208Z Compiling num-integer v0.1.46
15732026-04-25T03:40:49.236Z Compiling hash32 v0.2.1
15742026-04-25T03:40:49.250Z Compiling ff v0.13.1
15752026-04-25T03:40:49.383Z Compiling memoffset v0.9.1
15762026-04-25T03:40:49.437Z Compiling smoltcp v0.9.1
15772026-04-25T03:40:49.462Z Compiling base16ct v0.2.0
15782026-04-25T03:40:49.566Z Compiling num-bigint-dig v0.8.6
15792026-04-25T03:40:49.614Z Compiling ryu v1.0.23
15802026-04-25T03:40:49.644Z Compiling ref-cast v1.0.25
15812026-04-25T03:40:49.756Z Compiling litrs v1.0.0
15822026-04-25T03:40:49.770Z Compiling rustix v0.38.44
15832026-04-25T03:40:49.795Z Compiling cfg_aliases v0.2.1
15842026-04-25T03:40:49.833Z Compiling psl-types v2.0.11
15852026-04-25T03:40:49.873Z Compiling iri-string v0.7.10
15862026-04-25T03:40:49.954Z Compiling fallible-iterator v0.2.0
15872026-04-25T03:40:49.969Z Compiling zlib-rs v0.6.2
15882026-04-25T03:40:50.258Z Compiling postgres-protocol v0.6.10
15892026-04-25T03:40:50.272Z Compiling publicsuffix v2.3.0
15902026-04-25T03:40:50.275Z Compiling document-features v0.2.12
15912026-04-25T03:40:50.450Z Compiling nix v0.31.2
15922026-04-25T03:40:50.809Z Compiling zerocopy v0.7.35
15932026-04-25T03:40:50.854Z Compiling serde_urlencoded v0.7.1
15942026-04-25T03:40:50.968Z Compiling newtype-uuid v1.3.2
15952026-04-25T03:40:51.094Z Compiling tower-http v0.6.8
15962026-04-25T03:40:51.296Z Compiling sec1 v0.7.3
15972026-04-25T03:40:51.334Z Compiling num-iter v0.1.45
15982026-04-25T03:40:51.486Z Compiling group v0.13.0
15992026-04-25T03:40:51.550Z Compiling darling v0.21.3
16002026-04-25T03:40:51.633Z Compiling rand v0.8.5
16012026-04-25T03:40:51.657Z Compiling oxnet v0.1.4
16022026-04-25T03:40:51.821Z Compiling derive_builder v0.20.2
16032026-04-25T03:40:51.908Z Compiling hubpack_derive v0.1.1
16042026-04-25T03:40:51.952Z Compiling tokio-native-tls v0.3.1
16052026-04-25T03:40:52.049Z Compiling goblin v0.8.2
16062026-04-25T03:40:52.464Z Compiling regex v1.12.3
16072026-04-25T03:40:52.633Z Compiling phf_shared v0.13.1
16082026-04-25T03:40:52.771Z Compiling flate2 v1.1.9
16092026-04-25T03:40:52.865Z Compiling lazy_static v1.5.0
16102026-04-25T03:40:52.907Z Compiling cargo-platform v0.1.9
16112026-04-25T03:40:52.964Z Compiling hkdf v0.12.4
16122026-04-25T03:40:52.972Z Compiling crypto-bigint v0.5.5
16132026-04-25T03:40:53.134Z Compiling terminal_size v0.4.3
16142026-04-25T03:40:53.141Z Compiling async-trait v0.1.89
16152026-04-25T03:40:53.154Z Compiling curve25519-dalek-derive v0.1.1
16162026-04-25T03:40:53.174Z Compiling ref-cast-impl v1.0.25
16172026-04-25T03:40:53.263Z Compiling daft-derive v0.1.5
16182026-04-25T03:40:53.689Z Compiling strum_macros v0.27.2
16192026-04-25T03:40:53.773Z Compiling vergen v9.0.6
16202026-04-25T03:40:53.952Z Compiling fs-err v3.3.0
16212026-04-25T03:40:53.956Z Compiling ahash v0.8.12
16222026-04-25T03:40:54.135Z Compiling bumpalo v3.20.2
16232026-04-25T03:40:54.149Z Compiling object v0.37.3
16242026-04-25T03:40:54.169Z Compiling libbz2-rs-sys v0.2.2
16252026-04-25T03:40:54.391Z Compiling bitflags v1.3.2
16262026-04-25T03:40:54.422Z Compiling managed v0.8.0
16272026-04-25T03:40:54.510Z Compiling winnow v0.5.40
16282026-04-25T03:40:54.668Z Compiling unicode-segmentation v1.12.0
16292026-04-25T03:40:54.869Z Compiling foldhash v0.1.5
16302026-04-25T03:40:55.053Z Compiling hashbrown v0.15.5
16312026-04-25T03:40:55.122Z Compiling bzip2 v0.6.1
16322026-04-25T03:40:55.322Z Compiling clap_builder v4.5.60
16332026-04-25T03:40:55.561Z Compiling zopfli v0.8.3
16342026-04-25T03:40:55.587Z Compiling dof v0.3.0
16352026-04-25T03:40:55.705Z Compiling strum v0.27.2
16362026-04-25T03:40:55.838Z Compiling toml_edit v0.19.15
16372026-04-25T03:40:55.958Z Compiling daft v0.1.5
16382026-04-25T03:40:56.021Z Compiling elliptic-curve v0.13.8
16392026-04-25T03:40:56.282Z Compiling cargo_metadata v0.19.2
16402026-04-25T03:40:56.406Z Compiling phf v0.13.1
16412026-04-25T03:40:56.565Z Compiling signal-hook-mio v0.2.5
16422026-04-25T03:40:56.684Z Compiling cookie_store v0.22.1
16432026-04-25T03:40:57.329Z Compiling hubpack v0.1.2
16442026-04-25T03:40:57.573Z Compiling zstd v0.13.3
16452026-04-25T03:40:57.838Z Compiling hyper-tls v0.6.0
16462026-04-25T03:40:57.913Z Compiling bzip2 v0.4.4
16472026-04-25T03:40:58.063Z Compiling serde_with_macros v3.17.0
16482026-04-25T03:40:58.224Z Compiling postgres-types v0.2.12
16492026-04-25T03:40:58.276Z Compiling usdt-macro v0.6.0
16502026-04-25T03:40:58.413Z Compiling usdt-attr-macro v0.6.0
16512026-04-25T03:40:58.761Z Compiling dtrace-parser v0.2.0
16522026-04-25T03:40:59.001Z Compiling ed25519 v2.2.3
16532026-04-25T03:40:59.144Z Compiling bstr v1.12.1
16542026-04-25T03:40:59.174Z Compiling phf_shared v0.11.3
16552026-04-25T03:40:59.188Z Compiling pkcs1 v0.7.5
16562026-04-25T03:40:59.331Z Compiling hex v0.4.3
16572026-04-25T03:40:59.356Z Compiling serde-big-array v0.5.1
16582026-04-25T03:40:59.529Z Compiling rfc6979 v0.4.0
16592026-04-25T03:40:59.545Z Compiling serde_repr v0.1.20
16602026-04-25T03:40:59.605Z Compiling strum_macros v0.26.4
16612026-04-25T03:40:59.631Z Compiling enum-as-inner v0.6.1
16622026-04-25T03:40:59.651Z Compiling clap_derive v4.5.55
16632026-04-25T03:40:59.849Z Compiling float-cmp v0.10.0
16642026-04-25T03:40:59.937Z Compiling thread-id v4.2.2
16652026-04-25T03:40:59.952Z Compiling memmap2 v0.9.10
16662026-04-25T03:41:00.026Z Compiling env_filter v1.0.0
16672026-04-25T03:41:00.072Z Compiling encoding_rs v0.8.35
16682026-04-25T03:41:00.130Z Compiling whoami v2.1.0
16692026-04-25T03:41:00.164Z Compiling static_assertions v1.1.0
16702026-04-25T03:41:00.241Z Compiling keccak v0.1.6
16712026-04-25T03:41:00.333Z Compiling mime v0.3.17
16722026-04-25T03:41:00.507Z Compiling fixedbitset v0.4.2
16732026-04-25T03:41:00.597Z Compiling difflib v0.4.0
16742026-04-25T03:41:00.721Z Compiling rustc-hash v2.1.1
16752026-04-25T03:41:00.849Z Compiling jiff v0.2.21
16762026-04-25T03:41:01.051Z Compiling fixedbitset v0.5.7
16772026-04-25T03:41:01.144Z Compiling data-encoding v2.10.0
16782026-04-25T03:41:01.340Z Compiling precomputed-hash v0.1.1
16792026-04-25T03:41:01.361Z Compiling new_debug_unreachable v1.0.6
16802026-04-25T03:41:01.401Z Compiling either v1.15.0
16812026-04-25T03:41:01.429Z Compiling predicates-core v1.0.10
16822026-04-25T03:41:01.443Z Compiling normalize-line-endings v0.3.0
16832026-04-25T03:41:01.537Z Compiling hickory-proto v0.25.2
16842026-04-25T03:41:01.572Z Compiling predicates v3.1.4
16852026-04-25T03:41:01.602Z Compiling itertools v0.13.0
16862026-04-25T03:41:01.615Z Compiling string_cache v0.8.9
16872026-04-25T03:41:01.830Z Compiling clap v4.5.60
16882026-04-25T03:41:01.844Z Compiling strum v0.26.3
16892026-04-25T03:41:01.891Z Compiling petgraph v0.8.3
16902026-04-25T03:41:01.911Z Compiling iddqd v0.3.18
16912026-04-25T03:41:01.970Z Compiling petgraph v0.6.5
16922026-04-25T03:41:02.213Z Compiling sha3 v0.10.8
16932026-04-25T03:41:02.665Z Compiling tokio-postgres v0.7.16
16942026-04-25T03:41:02.821Z Compiling toml_edit v0.22.27
16952026-04-25T03:41:03.040Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-04-25T03:41:03.391Z Compiling zip v4.6.1
16972026-04-25T03:41:03.783Z Compiling env_logger v0.11.9
16982026-04-25T03:41:04.135Z Compiling usdt v0.6.0
16992026-04-25T03:41:04.334Z Compiling usdt-impl v0.5.0
17002026-04-25T03:41:04.404Z Compiling ecdsa v0.16.9
17012026-04-25T03:41:04.813Z Compiling serde_with v3.17.0
17022026-04-25T03:41:04.828Z Compiling similar v2.7.0
17032026-04-25T03:41:04.942Z Compiling rsa v0.9.10
17042026-04-25T03:41:05.002Z Compiling ed25519-dalek v2.2.0
17052026-04-25T03:41:05.554Z Compiling crossterm v0.28.1
17062026-04-25T03:41:05.687Z Compiling zip v0.6.6
17072026-04-25T03:41:06.146Z Compiling toml v0.7.8
17082026-04-25T03:41:06.503Z Compiling heck v0.4.1
17092026-04-25T03:41:06.594Z Compiling toml_parser v1.0.9+spec-1.1.0
17102026-04-25T03:41:06.734Z Compiling crossbeam-epoch v0.9.18
17112026-04-25T03:41:06.750Z Compiling tokio-stream v0.1.18
17122026-04-25T03:41:06.828Z Compiling buf-list v1.1.2
17132026-04-25T03:41:07.054Z Compiling x509-cert v0.2.5
17142026-04-25T03:41:07.057Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17152026-04-25T03:41:07.100Z Compiling openapiv3 v2.2.0
17162026-04-25T03:41:07.217Z Compiling sha1 v0.10.6
17172026-04-25T03:41:07.220Z Compiling toml_datetime v0.7.5+spec-1.1.0
17182026-04-25T03:41:07.349Z Compiling lalrpop-util v0.19.12
17192026-04-25T03:41:07.444Z Compiling peg-runtime v0.8.5
17202026-04-25T03:41:07.518Z Compiling thread_local v1.1.9
17212026-04-25T03:41:07.539Z Compiling slog-async v2.8.0
17222026-04-25T03:41:07.724Z Compiling crossbeam-channel v0.5.15
17232026-04-25T03:41:07.766Z Compiling futures-executor v0.3.32
17242026-04-25T03:41:07.850Z Compiling filetime v0.2.27
17252026-04-25T03:41:08.022Z Compiling is-terminal v0.4.17
17262026-04-25T03:41:08.036Z Compiling take_mut v0.2.2
17272026-04-25T03:41:08.119Z Compiling xattr v1.6.1
17282026-04-25T03:41:08.150Z Compiling term v1.2.1
17292026-04-25T03:41:08.242Z Compiling tar v0.4.45
17302026-04-25T03:41:08.287Z Compiling futures v0.3.32
17312026-04-25T03:41:08.629Z Compiling slog-term v2.9.2
17322026-04-25T03:41:16.226Z Compiling rustls-webpki v0.103.9
17332026-04-25T03:41:19.038Z Compiling tokio-rustls v0.26.4
17342026-04-25T03:41:19.038Z Compiling rustls-platform-verifier v0.6.2
17352026-04-25T03:41:19.242Z Compiling hyper-rustls v0.27.7
17362026-04-25T03:41:19.437Z Compiling reqwest v0.12.28
17372026-04-25T03:41:19.437Z Compiling reqwest v0.13.2
17382026-04-25T03:41:21.494Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17392026-04-25T03:41:21.711Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17402026-04-25T03:41:24.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
17412026-04-25T03:41:24.640Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17422026-04-25T03:41:24.694ZApr 25 03:41:23.147 INFO Starting download, target: Console
17432026-04-25T03:41:24.694ZApr 25 03:41:23.147 INFO Starting download, target: Clickhouse
17442026-04-25T03:41:24.694ZApr 25 03:41:23.147 INFO Starting download, target: Cockroach
17452026-04-25T03:41:24.694ZApr 25 03:41:23.147 INFO Starting download, target: DendriteStub
17462026-04-25T03:41:24.694ZApr 25 03:41:23.147 INFO Starting download, target: MaghemiteMgd
17472026-04-25T03:41:24.697ZApr 25 03:41:23.147 INFO Starting download, target: TransceiverControl
17482026-04-25T03:41:24.697ZApr 25 03:41:23.147 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17492026-04-25T03:41:24.697ZApr 25 03:41:23.147 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17502026-04-25T03:41:24.697ZApr 25 03:41:23.148 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17512026-04-25T03:41:24.697ZApr 25 03:41:23.148 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17522026-04-25T03:41:24.698ZApr 25 03:41:23.148 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17532026-04-25T03:41:24.698ZApr 25 03:41:23.148 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17542026-04-25T03:41:24.934ZApr 25 03:41:23.387 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17552026-04-25T03:41:25.152ZApr 25 03:41:23.603 INFO Download complete, target: TransceiverControl
17562026-04-25T03:41:25.664ZApr 25 03:41:24.116 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17572026-04-25T03:41:25.894ZApr 25 03:41:24.344 INFO Download complete, target: Console
17582026-04-25T03:41:26.055ZApr 25 03:41:24.506 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17592026-04-25T03:41:26.096ZApr 25 03:41:24.549 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17602026-04-25T03:41:26.417ZApr 25 03:41:24.868 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17612026-04-25T03:41:26.537ZApr 25 03:41:24.990 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17622026-04-25T03:41:26.537ZApr 25 03:41:24.990 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17632026-04-25T03:41:28.409ZApr 25 03:41:26.862 INFO Download complete, target: DendriteStub
17642026-04-25T03:41:28.507ZApr 25 03:41:26.960 INFO Download complete, target: MaghemiteMgd
17652026-04-25T03:41:31.129ZApr 25 03:41:29.581 INFO Checking that binary works, target: Cockroach
17662026-04-25T03:41:31.257ZApr 25 03:41:29.710 INFO Download complete, target: Cockroach
17672026-04-25T03:41:33.179ZApr 25 03:41:31.630 INFO Checking that binary works, target: Clickhouse
17682026-04-25T03:41:33.303ZApr 25 03:41:31.756 INFO Download complete, target: Clickhouse
17692026-04-25T03:41:33.315ZAll builder prerequisites installed successfully, and PATH looks valid
17702026-04-25T03:41:33.318Z
17712026-04-25T03:41:33.318Zreal 3:27.429568313
17722026-04-25T03:41:33.318Zuser 7:11.545393061
17732026-04-25T03:41:33.319Zsys 1:23.142819912
17742026-04-25T03:41:33.319Ztrap 0.219328745
17752026-04-25T03:41:33.319Ztflt 1.127629738
17762026-04-25T03:41:33.319Zdflt 1.690349125
17772026-04-25T03:41:33.319Zkflt 0.086375393
17782026-04-25T03:41:33.319Zlock 20:48.848053916
17792026-04-25T03:41:33.319Zslp 22:38.264259102
17802026-04-25T03:41:33.319Zlat 41.109722109
17812026-04-25T03:41:33.319Zstop 1:56.975629802
17822026-04-25T03:41:33.319Z+ banner hack-check
17832026-04-25T03:41:33.319Z
17842026-04-25T03:41:33.319Z # # ## #### # # #### # # ###### #### # #
17852026-04-25T03:41:33.319Z # # # # # # # # # # # # # # # # #
17862026-04-25T03:41:33.319Z ###### # # # #### ##### # ###### ##### # ####
17872026-04-25T03:41:33.319Z # # ###### # # # # # # # # # #
17882026-04-25T03:41:33.319Z # # # # # # # # # # # # # # # # #
17892026-04-25T03:41:33.319Z # # # # #### # # #### # # ###### #### # #
17902026-04-25T03:41:33.319Z
17912026-04-25T03:41:33.322Z+ export CARGO_INCREMENTAL=0
17922026-04-25T03:41:33.322Z+ CARGO_INCREMENTAL=0
17932026-04-25T03:41:33.322Z+ ptime -m timeout 2h cargo xtask check-features --ci
17942026-04-25T03:41:33.857Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17952026-04-25T03:41:34.077Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17962026-04-25T03:41:35.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s
17972026-04-25T03:41:35.982Z Running `target/debug/xtask check-features --ci`
17982026-04-25T03:41:36.009Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
17992026-04-25T03:41:36.012Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18002026-04-25T03:41:36.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18012026-04-25T03:41:36.513Z Running `target/debug/xtask download cargo-hack`
18022026-04-25T03:41:37.281Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18032026-04-25T03:41:37.594Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18042026-04-25T03:41:40.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18052026-04-25T03:41:40.194Z Running `target/debug/xtask-downloader cargo-hack`
18062026-04-25T03:41:40.236ZApr 25 03:41:38.689 INFO Starting download, target: CargoHack
18072026-04-25T03:41:40.239ZApr 25 03:41:38.690 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18082026-04-25T03:41:40.664ZApr 25 03:41:39.117 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18092026-04-25T03:41:40.713ZApr 25 03:41:39.167 INFO Download complete, target: CargoHack
18102026-04-25T03:41:40.716Zrunning: "/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"
18112026-04-25T03:41:40.765Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18122026-04-25T03:41:40.878Zinfo: running `cargo check --bins` on api_identity (1/272)
18132026-04-25T03:41:41.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18142026-04-25T03:41:41.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18152026-04-25T03:41:41.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18162026-04-25T03:41:41.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18172026-04-25T03:41:41.447Z
18182026-04-25T03:41:41.447Zinfo: running `cargo check --bins` on bootstore (2/272)
18192026-04-25T03:41:41.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18202026-04-25T03:41:41.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18212026-04-25T03:41:41.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18222026-04-25T03:41:41.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18232026-04-25T03:41:42.013Z
18242026-04-25T03:41:42.013Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18252026-04-25T03:41:42.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18262026-04-25T03:41:42.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18272026-04-25T03:41:42.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18282026-04-25T03:41:42.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18292026-04-25T03:41:42.581Z
18302026-04-25T03:41:42.581Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18312026-04-25T03:41:43.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-04-25T03:41:43.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-04-25T03:41:43.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-04-25T03:41:43.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18352026-04-25T03:41:43.154Z
18362026-04-25T03:41:43.155Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18372026-04-25T03:41:43.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-04-25T03:41:43.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-04-25T03:41:43.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-04-25T03:41:43.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18412026-04-25T03:41:43.724Z
18422026-04-25T03:41:43.724Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18432026-04-25T03:41:44.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-04-25T03:41:44.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-04-25T03:41:44.226Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-04-25T03:41:44.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18472026-04-25T03:41:44.313Z
18482026-04-25T03:41:44.313Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18492026-04-25T03:41:44.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-04-25T03:41:44.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-04-25T03:41:44.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-04-25T03:41:44.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18532026-04-25T03:41:44.889Z
18542026-04-25T03:41:44.889Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18552026-04-25T03:41:45.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-04-25T03:41:45.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-04-25T03:41:45.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-04-25T03:41:45.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18592026-04-25T03:41:45.472Z
18602026-04-25T03:41:45.472Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18612026-04-25T03:41:45.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-04-25T03:41:45.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-04-25T03:41:45.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-04-25T03:41:45.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18652026-04-25T03:41:45.930Z
18662026-04-25T03:41:45.930Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18672026-04-25T03:41:46.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-04-25T03:41:46.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-04-25T03:41:46.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-04-25T03:41:46.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18712026-04-25T03:41:46.394Z
18722026-04-25T03:41:46.394Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18732026-04-25T03:41:46.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-04-25T03:41:46.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-04-25T03:41:46.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-04-25T03:41:46.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18772026-04-25T03:41:46.855Z
18782026-04-25T03:41:46.855Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18792026-04-25T03:41:47.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-04-25T03:41:47.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-04-25T03:41:47.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-04-25T03:41:47.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18832026-04-25T03:41:47.311Z
18842026-04-25T03:41:47.312Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18852026-04-25T03:41:47.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-04-25T03:41:47.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-04-25T03:41:47.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-04-25T03:41:47.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18892026-04-25T03:41:47.771Z
18902026-04-25T03:41:47.771Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18912026-04-25T03:41:48.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-04-25T03:41:48.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-04-25T03:41:48.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-04-25T03:41:48.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
18952026-04-25T03:41:48.230Z
18962026-04-25T03:41:48.230Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
18972026-04-25T03:41:48.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-04-25T03:41:48.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-04-25T03:41:48.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-04-25T03:41:48.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19012026-04-25T03:41:48.688Z
19022026-04-25T03:41:48.688Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19032026-04-25T03:41:49.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-04-25T03:41:49.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-04-25T03:41:49.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-04-25T03:41:49.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19072026-04-25T03:41:49.145Z
19082026-04-25T03:41:49.145Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19092026-04-25T03:41:49.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-04-25T03:41:49.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-04-25T03:41:49.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-04-25T03:41:49.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19132026-04-25T03:41:49.601Z
19142026-04-25T03:41:49.601Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19152026-04-25T03:41:49.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-04-25T03:41:50.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-04-25T03:41:50.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-04-25T03:41:50.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19192026-04-25T03:41:50.059Z
19202026-04-25T03:41:50.059Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19212026-04-25T03:41:50.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-04-25T03:41:50.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-04-25T03:41:50.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-04-25T03:41:50.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19252026-04-25T03:41:50.520Z
19262026-04-25T03:41:50.521Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19272026-04-25T03:41:50.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-04-25T03:41:50.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-04-25T03:41:50.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-04-25T03:41:50.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19312026-04-25T03:41:50.981Z
19322026-04-25T03:41:50.981Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19332026-04-25T03:41:51.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-04-25T03:41:51.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-04-25T03:41:51.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-04-25T03:41:51.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19372026-04-25T03:41:51.446Z
19382026-04-25T03:41:51.446Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19392026-04-25T03:41:51.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-04-25T03:41:51.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-04-25T03:41:51.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-04-25T03:41:51.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19432026-04-25T03:41:51.912Z
19442026-04-25T03:41:51.912Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19452026-04-25T03:41:52.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-04-25T03:41:52.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-04-25T03:41:52.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-04-25T03:41:52.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19492026-04-25T03:41:52.376Z
19502026-04-25T03:41:52.376Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19512026-04-25T03:41:52.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-04-25T03:41:52.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-04-25T03:41:52.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-04-25T03:41:52.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19552026-04-25T03:41:52.841Z
19562026-04-25T03:41:52.841Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19572026-04-25T03:41:53.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-04-25T03:41:53.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-04-25T03:41:53.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-04-25T03:41:53.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19612026-04-25T03:41:53.300Z
19622026-04-25T03:41:53.301Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19632026-04-25T03:41:53.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-04-25T03:41:53.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-04-25T03:41:53.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-04-25T03:41:53.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19672026-04-25T03:41:53.762Z
19682026-04-25T03:41:53.762Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19692026-04-25T03:41:54.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-04-25T03:41:54.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-04-25T03:41:54.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-04-25T03:41:54.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19732026-04-25T03:41:54.225Z
19742026-04-25T03:41:54.225Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19752026-04-25T03:41:54.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-04-25T03:41:54.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-04-25T03:41:54.628Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-04-25T03:41:54.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19792026-04-25T03:41:54.687Z
19802026-04-25T03:41:54.687Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19812026-04-25T03:41:55.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-04-25T03:41:55.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-04-25T03:41:55.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-04-25T03:41:55.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19852026-04-25T03:41:55.150Z
19862026-04-25T03:41:55.150Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19872026-04-25T03:41:55.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-04-25T03:41:55.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-04-25T03:41:55.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-04-25T03:41:55.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19912026-04-25T03:41:55.611Z
19922026-04-25T03:41:55.611Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
19932026-04-25T03:41:56.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-04-25T03:41:56.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-04-25T03:41:56.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-04-25T03:41:56.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19972026-04-25T03:41:56.072Z
19982026-04-25T03:41:56.072Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
19992026-04-25T03:41:56.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-04-25T03:41:56.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-04-25T03:41:56.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-04-25T03:41:56.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20032026-04-25T03:41:56.530Z
20042026-04-25T03:41:56.530Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20052026-04-25T03:41:56.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-04-25T03:41:56.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-04-25T03:41:56.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-04-25T03:41:56.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20092026-04-25T03:41:56.993Z
20102026-04-25T03:41:56.993Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20112026-04-25T03:41:57.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-04-25T03:41:57.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-04-25T03:41:57.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-04-25T03:41:57.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20152026-04-25T03:41:57.454Z
20162026-04-25T03:41:57.454Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20172026-04-25T03:41:57.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-04-25T03:41:57.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-04-25T03:41:57.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-04-25T03:41:57.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20212026-04-25T03:41:57.911Z
20222026-04-25T03:41:57.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20232026-04-25T03:41:58.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-04-25T03:41:58.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-04-25T03:41:58.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-04-25T03:41:58.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20272026-04-25T03:41:58.367Z
20282026-04-25T03:41:58.367Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20292026-04-25T03:41:58.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-04-25T03:41:58.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-04-25T03:41:58.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-04-25T03:41:58.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20332026-04-25T03:41:58.830Z
20342026-04-25T03:41:58.830Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20352026-04-25T03:41:59.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-04-25T03:41:59.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-04-25T03:41:59.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-04-25T03:41:59.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20392026-04-25T03:41:59.286Z
20402026-04-25T03:41:59.286Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20412026-04-25T03:41:59.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-04-25T03:41:59.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-04-25T03:41:59.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-04-25T03:41:59.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20452026-04-25T03:41:59.746Z
20462026-04-25T03:41:59.746Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20472026-04-25T03:42:00.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-04-25T03:42:00.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-04-25T03:42:00.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-04-25T03:42:00.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20512026-04-25T03:42:00.209Z
20522026-04-25T03:42:00.209Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20532026-04-25T03:42:00.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-04-25T03:42:00.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-04-25T03:42:00.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-04-25T03:42:00.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20572026-04-25T03:42:00.673Z
20582026-04-25T03:42:00.674Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20592026-04-25T03:42:01.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-04-25T03:42:01.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-04-25T03:42:01.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-04-25T03:42:01.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20632026-04-25T03:42:01.136Z
20642026-04-25T03:42:01.136Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20652026-04-25T03:42:01.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-04-25T03:42:01.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-04-25T03:42:01.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-04-25T03:42:01.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20692026-04-25T03:42:01.602Z
20702026-04-25T03:42:01.603Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20712026-04-25T03:42:02.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-04-25T03:42:02.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-04-25T03:42:02.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-04-25T03:42:02.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20752026-04-25T03:42:02.063Z
20762026-04-25T03:42:02.063Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20772026-04-25T03:42:02.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-04-25T03:42:02.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-04-25T03:42:02.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-04-25T03:42:02.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20812026-04-25T03:42:02.522Z
20822026-04-25T03:42:02.522Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20832026-04-25T03:42:02.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-04-25T03:42:02.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-04-25T03:42:02.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-04-25T03:42:02.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20872026-04-25T03:42:02.985Z
20882026-04-25T03:42:02.985Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20892026-04-25T03:42:03.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-04-25T03:42:03.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-04-25T03:42:03.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-04-25T03:42:03.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
20932026-04-25T03:42:03.445Z
20942026-04-25T03:42:03.445Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
20952026-04-25T03:42:03.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-04-25T03:42:03.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-04-25T03:42:03.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-04-25T03:42:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20992026-04-25T03:42:03.911Z
21002026-04-25T03:42:03.911Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21012026-04-25T03:42:04.435Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-04-25T03:42:04.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-04-25T03:42:04.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-04-25T03:42:04.441Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21052026-04-25T03:42:04.534Z
21062026-04-25T03:42:04.534Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21072026-04-25T03:42:05.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-04-25T03:42:05.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-04-25T03:42:05.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-04-25T03:42:05.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21112026-04-25T03:42:05.156Z
21122026-04-25T03:42:05.156Zinfo: running `cargo check --bins` on nexus-config (51/272)
21132026-04-25T03:42:05.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-04-25T03:42:05.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-04-25T03:42:05.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-04-25T03:42:05.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21172026-04-25T03:42:05.776Z
21182026-04-25T03:42:05.776Zinfo: running `cargo check --bins` on nexus-types (52/272)
21192026-04-25T03:42:06.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-04-25T03:42:06.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-04-25T03:42:06.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21222026-04-25T03:42:06.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21232026-04-25T03:42:06.395Z
21242026-04-25T03:42:06.395Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21252026-04-25T03:42:06.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21262026-04-25T03:42:06.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21272026-04-25T03:42:06.898Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21282026-04-25T03:42:06.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21292026-04-25T03:42:06.984Z
21302026-04-25T03:42:06.984Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21312026-04-25T03:42:07.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21322026-04-25T03:42:07.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21332026-04-25T03:42:07.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21342026-04-25T03:42:07.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21352026-04-25T03:42:07.547Z
21362026-04-25T03:42:07.547Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21372026-04-25T03:42:08.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382026-04-25T03:42:08.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392026-04-25T03:42:08.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21402026-04-25T03:42:08.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21412026-04-25T03:42:08.133Z
21422026-04-25T03:42:08.133Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21432026-04-25T03:42:08.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442026-04-25T03:42:08.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452026-04-25T03:42:08.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462026-04-25T03:42:08.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21472026-04-25T03:42:08.723Z
21482026-04-25T03:42:08.723Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21492026-04-25T03:42:09.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502026-04-25T03:42:09.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512026-04-25T03:42:09.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522026-04-25T03:42:09.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21532026-04-25T03:42:09.311Z
21542026-04-25T03:42:09.311Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21552026-04-25T03:42:09.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562026-04-25T03:42:09.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572026-04-25T03:42:09.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582026-04-25T03:42:09.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21592026-04-25T03:42:09.899Z
21602026-04-25T03:42:09.899Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21612026-04-25T03:42:10.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622026-04-25T03:42:10.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632026-04-25T03:42:10.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21642026-04-25T03:42:10.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21652026-04-25T03:42:10.471Z
21662026-04-25T03:42:10.471Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21672026-04-25T03:42:10.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21682026-04-25T03:42:10.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21692026-04-25T03:42:10.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21702026-04-25T03:42:10.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21712026-04-25T03:42:11.042Z
21722026-04-25T03:42:11.042Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21732026-04-25T03:42:11.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21742026-04-25T03:42:11.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21752026-04-25T03:42:11.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21762026-04-25T03:42:11.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21772026-04-25T03:42:11.613Z
21782026-04-25T03:42:11.613Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21792026-04-25T03:42:12.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21802026-04-25T03:42:12.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21812026-04-25T03:42:12.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21822026-04-25T03:42:12.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21832026-04-25T03:42:12.178Z
21842026-04-25T03:42:12.178Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21852026-04-25T03:42:12.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21862026-04-25T03:42:12.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21872026-04-25T03:42:12.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21882026-04-25T03:42:12.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21892026-04-25T03:42:12.762Z
21902026-04-25T03:42:12.762Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21912026-04-25T03:42:13.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21922026-04-25T03:42:13.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21932026-04-25T03:42:13.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21942026-04-25T03:42:13.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21952026-04-25T03:42:13.348Z
21962026-04-25T03:42:13.348Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
21972026-04-25T03:42:13.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21982026-04-25T03:42:13.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21992026-04-25T03:42:13.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22002026-04-25T03:42:13.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22012026-04-25T03:42:13.915Z
22022026-04-25T03:42:13.915Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22032026-04-25T03:42:14.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22042026-04-25T03:42:14.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22052026-04-25T03:42:14.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22062026-04-25T03:42:14.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22072026-04-25T03:42:14.486Z
22082026-04-25T03:42:14.486Zinfo: running `cargo check --bins` on ereport-types (67/272)
22092026-04-25T03:42:14.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22102026-04-25T03:42:14.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22112026-04-25T03:42:14.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22122026-04-25T03:42:14.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22132026-04-25T03:42:15.061Z
22142026-04-25T03:42:15.061Zinfo: running `cargo check --bins` on gateway-client (68/272)
22152026-04-25T03:42:15.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22162026-04-25T03:42:15.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22172026-04-25T03:42:15.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22182026-04-25T03:42:15.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22192026-04-25T03:42:15.640Z
22202026-04-25T03:42:15.640Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22212026-04-25T03:42:16.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22222026-04-25T03:42:16.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22232026-04-25T03:42:16.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22242026-04-25T03:42:16.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22252026-04-25T03:42:16.213Z
22262026-04-25T03:42:16.213Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22272026-04-25T03:42:16.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22282026-04-25T03:42:16.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22292026-04-25T03:42:16.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22302026-04-25T03:42:16.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22312026-04-25T03:42:16.790Z
22322026-04-25T03:42:16.791Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22332026-04-25T03:42:17.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22342026-04-25T03:42:17.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22352026-04-25T03:42:17.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22362026-04-25T03:42:17.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22372026-04-25T03:42:17.367Z
22382026-04-25T03:42:17.367Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22392026-04-25T03:42:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22402026-04-25T03:42:17.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22412026-04-25T03:42:17.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22422026-04-25T03:42:17.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22432026-04-25T03:42:17.944Z
22442026-04-25T03:42:17.944Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22452026-04-25T03:42:18.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22462026-04-25T03:42:18.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22472026-04-25T03:42:18.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22482026-04-25T03:42:18.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22492026-04-25T03:42:18.537Z
22502026-04-25T03:42:18.538Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22512026-04-25T03:42:19.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22522026-04-25T03:42:19.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22532026-04-25T03:42:19.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22542026-04-25T03:42:19.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22552026-04-25T03:42:19.133Z
22562026-04-25T03:42:19.134Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22572026-04-25T03:42:19.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22582026-04-25T03:42:19.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22592026-04-25T03:42:19.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22602026-04-25T03:42:19.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22612026-04-25T03:42:19.703Z
22622026-04-25T03:42:19.703Zinfo: running `cargo check --bins` on oxlog (76/272)
22632026-04-25T03:42:20.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22642026-04-25T03:42:20.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22652026-04-25T03:42:20.298Z Checking cfg-if v1.0.4
22662026-04-25T03:42:20.301Z Checking libc v0.2.185
22672026-04-25T03:42:20.301Z Checking serde_core v1.0.228
22682026-04-25T03:42:20.416Z Checking zeroize v1.8.2
22692026-04-25T03:42:20.423Z Checking memchr v2.8.0
22702026-04-25T03:42:20.432Z Checking log v0.4.29
22712026-04-25T03:42:20.435Z Checking smallvec v1.15.1
22722026-04-25T03:42:20.453Z Checking typenum v1.19.0
22732026-04-25T03:42:20.462Z Checking subtle v2.6.1
22742026-04-25T03:42:20.555Z Checking itoa v1.0.17
22752026-04-25T03:42:20.596Z Checking scopeguard v1.2.0
22762026-04-25T03:42:20.608Z Checking const-oid v0.9.6
22772026-04-25T03:42:20.611Z Checking stable_deref_trait v1.2.1
22782026-04-25T03:42:20.680Z Checking portable-atomic v1.13.1
22792026-04-25T03:42:20.692Z Checking zerofrom v0.1.6
22802026-04-25T03:42:20.694Z Checking lock_api v0.4.14
22812026-04-25T03:42:20.797Z Checking critical-section v1.2.0
22822026-04-25T03:42:20.809Z Checking yoke v0.8.1
22832026-04-25T03:42:20.820Z Checking getrandom v0.2.17
22842026-04-25T03:42:20.890Z Checking errno v0.3.14
22852026-04-25T03:42:20.905Z Checking parking_lot_core v0.9.12
22862026-04-25T03:42:20.955Z Checking generic-array v0.14.7
22872026-04-25T03:42:20.958Z Checking rand_core v0.6.4
22882026-04-25T03:42:20.977Z Checking zerovec v0.11.5
22892026-04-25T03:42:21.003Z Checking signal-hook-registry v1.4.8
22902026-04-25T03:42:21.067Z Checking once_cell v1.21.3
22912026-04-25T03:42:21.084Z Checking zerocopy v0.8.40
22922026-04-25T03:42:21.135Z Checking pin-project-lite v0.2.17
22932026-04-25T03:42:21.158Z Checking parking_lot v0.12.5
22942026-04-25T03:42:21.223Z Checking mio v1.2.0
22952026-04-25T03:42:21.239Z Checking socket2 v0.6.3
22962026-04-25T03:42:21.279Z Checking libm v0.2.16
22972026-04-25T03:42:21.340Z Checking zmij v1.0.21
22982026-04-25T03:42:21.387Z Checking crypto-common v0.1.7
22992026-04-25T03:42:21.398Z Checking block-buffer v0.10.4
23002026-04-25T03:42:21.472Z Checking tinystr v0.8.2
23012026-04-25T03:42:21.495Z Checking litemap v0.8.1
23022026-04-25T03:42:21.507Z Checking allocator-api2 v0.2.21
23032026-04-25T03:42:21.534Z Checking digest v0.10.7
23042026-04-25T03:42:21.547Z Checking writeable v0.6.2
23052026-04-25T03:42:21.648Z Checking percent-encoding v2.3.2
23062026-04-25T03:42:21.661Z Checking equivalent v1.0.2
23072026-04-25T03:42:21.699Z Checking futures-core v0.3.32
23082026-04-25T03:42:21.723Z Checking icu_locale_core v2.1.1
23092026-04-25T03:42:21.739Z Checking potential_utf v0.1.4
23102026-04-25T03:42:21.777Z Checking zerotrie v0.2.3
23112026-04-25T03:42:21.790Z Checking cpufeatures v0.2.17
23122026-04-25T03:42:21.864Z Checking foldhash v0.2.0
23132026-04-25T03:42:21.868Z Checking hmac v0.12.1
23142026-04-25T03:42:21.872Z Checking icu_collections v2.1.1
23152026-04-25T03:42:21.880Z Checking serde v1.0.228
23162026-04-25T03:42:21.965Z Checking bitflags v2.11.0
23172026-04-25T03:42:21.978Z Checking num-traits v0.2.19
23182026-04-25T03:42:21.984Z Checking serde_json v1.0.149
23192026-04-25T03:42:22.034Z Checking hashbrown v0.16.1
23202026-04-25T03:42:22.127Z Checking block-padding v0.3.3
23212026-04-25T03:42:22.168Z Checking icu_properties_data v2.1.2
23222026-04-25T03:42:22.255Z Checking icu_normalizer_data v2.1.1
23232026-04-25T03:42:22.267Z Checking icu_provider v2.1.1
23242026-04-25T03:42:22.279Z Checking bytes v1.11.1
23252026-04-25T03:42:22.292Z Checking rand_core v0.10.0
23262026-04-25T03:42:22.323Z Checking futures-sink v0.3.32
23272026-04-25T03:42:22.421Z Checking futures-channel v0.3.32
23282026-04-25T03:42:22.431Z Checking getrandom v0.4.1
23292026-04-25T03:42:22.490Z Checking icu_properties v2.1.2
23302026-04-25T03:42:22.524Z Checking indexmap v2.13.0
23312026-04-25T03:42:22.527Z Checking icu_normalizer v2.1.1
23322026-04-25T03:42:22.570Z Checking inout v0.1.4
23332026-04-25T03:42:22.609Z Checking futures-io v0.3.32
23342026-04-25T03:42:22.670Z Checking slab v0.4.12
23352026-04-25T03:42:22.702Z Checking futures-task v0.3.32
23362026-04-25T03:42:22.705Z Checking tokio v1.52.1
23372026-04-25T03:42:22.726Z Checking cipher v0.4.4
23382026-04-25T03:42:22.820Z Checking sha2 v0.10.9
23392026-04-25T03:42:22.832Z Checking getrandom v0.3.4
23402026-04-25T03:42:22.844Z Checking futures-util v0.3.32
23412026-04-25T03:42:22.928Z Checking utf8_iter v1.0.4
23422026-04-25T03:42:22.969Z Checking base64ct v1.8.3
23432026-04-25T03:42:23.051Z Checking byteorder v1.5.0
23442026-04-25T03:42:23.077Z Checking form_urlencoded v1.2.2
23452026-04-25T03:42:23.091Z Checking flagset v0.4.7
23462026-04-25T03:42:23.201Z Checking fnv v1.0.7
23472026-04-25T03:42:23.214Z Checking pem-rfc7468 v0.7.0
23482026-04-25T03:42:23.217Z Checking rand_core v0.9.5
23492026-04-25T03:42:23.248Z Checking salsa20 v0.10.2
23502026-04-25T03:42:23.290Z Checking http v1.4.0
23512026-04-25T03:42:23.302Z Checking idna_adapter v1.2.1
23522026-04-25T03:42:23.366Z Checking der v0.7.10
23532026-04-25T03:42:23.378Z Checking uuid v1.23.0
23542026-04-25T03:42:23.391Z Checking pbkdf2 v0.12.2
23552026-04-25T03:42:23.415Z Checking idna v1.1.0
23562026-04-25T03:42:23.497Z Checking scrypt v0.11.0
23572026-04-25T03:42:23.635Z Checking aes v0.8.4
23582026-04-25T03:42:23.662Z Checking url v2.5.8
23592026-04-25T03:42:23.694Z Checking cbc v0.1.2
23602026-04-25T03:42:23.820Z Checking ppv-lite86 v0.2.21
23612026-04-25T03:42:23.820Z Checking rustix v1.1.3
23622026-04-25T03:42:23.848Z Checking tracing-core v0.1.36
23632026-04-25T03:42:24.022Z Checking rustls-pki-types v1.14.0
23642026-04-25T03:42:24.095Z Checking iana-time-zone v0.1.65
23652026-04-25T03:42:24.108Z Checking rand_chacha v0.9.0
23662026-04-25T03:42:24.111Z Checking spki v0.7.3
23672026-04-25T03:42:24.147Z Checking regex-syntax v0.8.10
23682026-04-25T03:42:24.196Z Checking chrono v0.4.44
23692026-04-25T03:42:24.277Z Checking pkcs5 v0.7.1
23702026-04-25T03:42:24.296Z Checking rand v0.9.2
23712026-04-25T03:42:24.309Z Checking tracing v0.1.44
23722026-04-25T03:42:24.507Z Checking http-body v1.0.1
23732026-04-25T03:42:24.525Z Checking aws-lc-sys v0.37.1
23742026-04-25T03:42:24.637Z Checking openssl-probe v0.2.1
23752026-04-25T03:42:24.656Z Checking untrusted v0.9.0
23762026-04-25T03:42:24.730Z Checking base64 v0.22.1
23772026-04-25T03:42:24.742Z Checking untrusted v0.7.1
23782026-04-25T03:42:24.756Z Checking pkcs8 v0.10.2
23792026-04-25T03:42:24.769Z Checking ring v0.17.14
23802026-04-25T03:42:24.850Z Checking atomic-waker v1.1.2
23812026-04-25T03:42:24.927Z Checking tower-service v0.3.3
23822026-04-25T03:42:24.946Z Checking tower-layer v0.3.3
23832026-04-25T03:42:24.958Z Checking plain v0.2.3
23842026-04-25T03:42:25.014Z Checking tinyvec_macros v0.1.1
23852026-04-25T03:42:25.026Z Checking aws-lc-rs v1.16.0
23862026-04-25T03:42:25.040Z Checking try-lock v0.2.5
23872026-04-25T03:42:25.057Z Checking ipnet v2.11.0
23882026-04-25T03:42:25.078Z Checking tinyvec v1.10.0
23892026-04-25T03:42:25.090Z Checking semver v1.0.27
23902026-04-25T03:42:25.133Z Checking want v0.3.1
23912026-04-25T03:42:25.253Z Checking httparse v1.10.1
23922026-04-25T03:42:25.291Z Checking spin v0.9.8
23932026-04-25T03:42:25.307Z Checking pin-utils v0.1.0
23942026-04-25T03:42:25.374Z Checking foreign-types-shared v0.1.1
23952026-04-25T03:42:25.387Z Checking dyn-clone v1.0.20
23962026-04-25T03:42:25.437Z Checking httpdate v1.0.3
23972026-04-25T03:42:25.452Z Checking ucd-trie v0.1.7
23982026-04-25T03:42:25.465Z Checking unicode-ident v1.0.24
23992026-04-25T03:42:25.476Z Checking fastrand v2.3.0
24002026-04-25T03:42:25.487Z Checking schemars v0.8.22
24012026-04-25T03:42:25.566Z Checking proc-macro2 v1.0.106
24022026-04-25T03:42:25.579Z Checking foreign-types v0.3.2
24032026-04-25T03:42:25.590Z Checking pest v2.8.6
24042026-04-25T03:42:25.645Z Checking openssl-sys v0.9.111
24052026-04-25T03:42:25.659Z Checking tempfile v3.25.0
24062026-04-25T03:42:25.752Z Checking thiserror v2.0.18
24072026-04-25T03:42:25.840Z Checking rustls-webpki v0.103.9
24082026-04-25T03:42:25.853Z Checking wait-timeout v0.2.1
24092026-04-25T03:42:25.856Z Checking aho-corasick v1.1.4
24102026-04-25T03:42:25.878Z Checking pretty-hex v0.4.1
24112026-04-25T03:42:25.911Z Checking tokio-util v0.7.18
24122026-04-25T03:42:25.974Z Checking utf8parse v0.2.2
24132026-04-25T03:42:25.993Z Checking anstyle v1.0.13
24142026-04-25T03:42:26.072Z Checking siphasher v1.0.2
24152026-04-25T03:42:26.128Z Checking quick-error v1.2.3
24162026-04-25T03:42:26.141Z Checking simd-adler32 v0.3.8
24172026-04-25T03:42:26.168Z Checking powerfmt v0.2.0
24182026-04-25T03:42:26.225Z Checking bit-vec v0.8.0
24192026-04-25T03:42:26.238Z Checking rusty-fork v0.3.1
24202026-04-25T03:42:26.261Z Checking rustls v0.23.37
24212026-04-25T03:42:26.306Z Checking openssl v0.10.75
24222026-04-25T03:42:26.318Z Checking deranged v0.5.8
24232026-04-25T03:42:26.398Z Checking anstyle-parse v0.2.7
24242026-04-25T03:42:26.413Z Checking bit-set v0.8.0
24252026-04-25T03:42:26.508Z Checking h2 v0.4.13
24262026-04-25T03:42:26.523Z Checking regex-automata v0.4.14
24272026-04-25T03:42:26.546Z Checking quote v1.0.44
24282026-04-25T03:42:26.562Z Compiling newtype-uuid v1.3.2
24292026-04-25T03:42:26.631Z Checking unicode-normalization v0.1.25
24302026-04-25T03:42:26.709Z Checking rustls-native-certs v0.8.3
24312026-04-25T03:42:26.738Z Checking crossbeam-utils v0.8.21
24322026-04-25T03:42:26.835Z Checking rand_xorshift v0.4.0
24332026-04-25T03:42:26.953Z Checking crc32fast v1.5.0
24342026-04-25T03:42:27.023Z Checking scroll v0.13.0
24352026-04-25T03:42:27.064Z Checking sync_wrapper v1.0.2
24362026-04-25T03:42:27.090Z Checking signature v2.2.0
24372026-04-25T03:42:27.163Z Checking colorchoice v1.0.4
24382026-04-25T03:42:27.215Z Checking unicode-properties v0.1.4
24392026-04-25T03:42:27.227Z Checking unarray v0.1.4
24402026-04-25T03:42:27.247Z Checking num_threads v0.1.7
24412026-04-25T03:42:27.259Z Checking num-conv v0.2.0
24422026-04-25T03:42:27.328Z Checking time-core v0.1.8
24432026-04-25T03:42:27.335Z Checking is_terminal_polyfill v1.70.2
24442026-04-25T03:42:27.371Z Checking adler2 v2.0.1
24452026-04-25T03:42:27.397Z Checking anstyle-query v1.1.5
24462026-04-25T03:42:27.420Z Checking unicode-bidi v0.3.18
24472026-04-25T03:42:27.462Z Checking time v0.3.47
24482026-04-25T03:42:27.474Z Checking miniz_oxide v0.8.9
24492026-04-25T03:42:27.487Z Checking anstream v0.6.21
24502026-04-25T03:42:27.680Z Checking proptest v1.10.0
24512026-04-25T03:42:27.710Z Checking stringprep v0.1.5
24522026-04-25T03:42:27.812Z Checking goblin v0.10.5
24532026-04-25T03:42:27.858Z Checking tower v0.5.3
24542026-04-25T03:42:28.231Z Checking crossbeam-epoch v0.9.18
24552026-04-25T03:42:28.257Z Checking native-tls v0.2.18
24562026-04-25T03:42:28.302Z Checking syn v2.0.117
24572026-04-25T03:42:28.433Z Compiling daft v0.1.5
24582026-04-25T03:42:28.450Z Checking ipnetwork v0.21.1
24592026-04-25T03:42:28.562Z Checking http-body-util v0.1.3
24602026-04-25T03:42:28.592Z Checking tokio-rustls v0.26.4
24612026-04-25T03:42:28.673Z Checking webpki-roots v1.0.6
24622026-04-25T03:42:28.725Z Checking rand_chacha v0.3.1
24632026-04-25T03:42:28.780Z Checking thiserror v1.0.69
24642026-04-25T03:42:28.792Z Checking scroll v0.12.0
24652026-04-25T03:42:28.840Z Checking hash32 v0.2.1
24662026-04-25T03:42:28.876Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-04-25T03:42:28.931Z Checking num-integer v0.1.46
24682026-04-25T03:42:28.987Z Checking toml_datetime v0.6.11
24692026-04-25T03:42:29.000Z Checking serde_spanned v0.6.9
24702026-04-25T03:42:29.020Z Checking md-5 v0.10.6
24712026-04-25T03:42:29.121Z Checking ff v0.13.1
24722026-04-25T03:42:29.155Z Checking zlib-rs v0.6.2
24732026-04-25T03:42:29.155Z Checking base16ct v0.2.0
24742026-04-25T03:42:29.179Z Checking psl-types v2.0.11
24752026-04-25T03:42:29.182Z Checking hyper v1.8.1
24762026-04-25T03:42:29.247Z Checking fallible-iterator v0.2.0
24772026-04-25T03:42:29.290Z Checking ryu v1.0.23
24782026-04-25T03:42:29.302Z Checking iri-string v0.7.10
24792026-04-25T03:42:29.425Z Checking serde_urlencoded v0.7.1
24802026-04-25T03:42:29.514Z Checking postgres-protocol v0.6.10
24812026-04-25T03:42:29.620Z Checking publicsuffix v2.3.0
24822026-04-25T03:42:29.623Z Checking sec1 v0.7.3
24832026-04-25T03:42:29.778Z Compiling iddqd v0.3.18
24842026-04-25T03:42:29.822Z Checking group v0.13.0
24852026-04-25T03:42:29.836Z Checking num-iter v0.1.45
24862026-04-25T03:42:29.945Z Checking goblin v0.8.2
24872026-04-25T03:42:29.962Z Checking heapless v0.7.17
24882026-04-25T03:42:30.015Z Checking flate2 v1.1.9
24892026-04-25T03:42:30.080Z Checking hyper-util v0.1.20
24902026-04-25T03:42:30.152Z Checking dof v0.4.0
24912026-04-25T03:42:30.288Z Checking tower-http v0.6.8
24922026-04-25T03:42:30.300Z Checking zstd-safe v7.2.4
24932026-04-25T03:42:30.356Z Checking rand v0.8.5
24942026-04-25T03:42:30.461Z Checking oxnet v0.1.4
24952026-04-25T03:42:30.559Z Checking cookie v0.18.1
24962026-04-25T03:42:30.583Z Checking tokio-native-tls v0.3.1
24972026-04-25T03:42:30.696Z Checking dtrace-parser v0.3.0
24982026-04-25T03:42:30.738Z Checking phf_shared v0.13.1
24992026-04-25T03:42:30.774Z Checking lazy_static v1.5.0
25002026-04-25T03:42:30.786Z Checking terminal_size v0.4.3
25012026-04-25T03:42:30.861Z Checking zerocopy v0.7.35
25022026-04-25T03:42:30.874Z Checking bzip2-sys v0.1.13+1.0.8
25032026-04-25T03:42:30.893Z Checking signal-hook v0.3.18
25042026-04-25T03:42:30.907Z Checking hkdf v0.12.4
25052026-04-25T03:42:30.926Z Checking crypto-bigint v0.5.5
25062026-04-25T03:42:30.939Z Checking thread-id v5.1.0
25072026-04-25T03:42:30.951Z Checking libbz2-rs-sys v0.2.2
25082026-04-25T03:42:31.015Z Checking clap_lex v1.0.0
25092026-04-25T03:42:31.030Z Compiling rayon-core v1.13.0
25102026-04-25T03:42:31.077Z Checking strsim v0.11.1
25112026-04-25T03:42:31.161Z Checking bitflags v1.3.2
25122026-04-25T03:42:31.202Z Checking winnow v0.5.40
25132026-04-25T03:42:31.232Z Checking foldhash v0.1.5
25142026-04-25T03:42:31.244Z Checking managed v0.8.0
25152026-04-25T03:42:31.310Z Checking hyper-rustls v0.27.7
25162026-04-25T03:42:31.336Z Checking winnow v0.7.14
25172026-04-25T03:42:31.347Z Checking either v1.15.0
25182026-04-25T03:42:31.361Z Checking bumpalo v3.20.2
25192026-04-25T03:42:31.428Z Checking smoltcp v0.9.1
25202026-04-25T03:42:31.511Z Checking hashbrown v0.15.5
25212026-04-25T03:42:31.526Z Checking bzip2 v0.6.1
25222026-04-25T03:42:31.555Z Checking zopfli v0.8.3
25232026-04-25T03:42:31.682Z Checking hyper-tls v0.6.0
25242026-04-25T03:42:31.816Z Checking dof v0.3.0
25252026-04-25T03:42:31.816Z Checking elliptic-curve v0.13.8
25262026-04-25T03:42:31.847Z Checking clap_builder v4.5.60
25272026-04-25T03:42:31.886Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25282026-04-25T03:42:31.963Z Checking signal-hook-mio v0.2.5
25292026-04-25T03:42:32.011Z Checking usdt-impl v0.6.0
25302026-04-25T03:42:32.061Z Checking bzip2 v0.4.4
25312026-04-25T03:42:32.081Z Checking phf v0.13.1
25322026-04-25T03:42:32.093Z Checking num-bigint-dig v0.8.6
25332026-04-25T03:42:32.125Z Checking cookie_store v0.22.1
25342026-04-25T03:42:32.220Z Checking zstd v0.13.3
25352026-04-25T03:42:32.282Z Checking postgres-types v0.2.12
25362026-04-25T03:42:32.326Z Checking toml_edit v0.19.15
25372026-04-25T03:42:32.412Z Checking dtrace-parser v0.2.0
25382026-04-25T03:42:32.453Z Checking rustls-platform-verifier v0.6.2
25392026-04-25T03:42:32.466Z Checking crossbeam-deque v0.8.6
25402026-04-25T03:42:32.516Z Checking regex v1.12.3
25412026-04-25T03:42:32.585Z Checking bstr v1.12.1
25422026-04-25T03:42:32.588Z Checking ed25519 v2.2.3
25432026-04-25T03:42:32.664Z Checking phf_shared v0.11.3
25442026-04-25T03:42:32.667Z Checking curve25519-dalek v4.1.3
25452026-04-25T03:42:32.775Z Checking ref-cast v1.0.25
25462026-04-25T03:42:32.775Z Checking strum v0.27.2
25472026-04-25T03:42:32.799Z Checking hubpack v0.1.2
25482026-04-25T03:42:32.871Z Checking memoffset v0.9.1
25492026-04-25T03:42:32.884Z Checking rustix v0.38.44
25502026-04-25T03:42:32.895Z Checking pkcs1 v0.7.5
25512026-04-25T03:42:32.947Z Checking float-cmp v0.10.0
25522026-04-25T03:42:32.960Z Checking hex v0.4.3
25532026-04-25T03:42:32.972Z Checking serde-big-array v0.5.1
25542026-04-25T03:42:33.058Z Checking erased-serde v0.3.31
25552026-04-25T03:42:33.073Z Checking rfc6979 v0.4.0
25562026-04-25T03:42:33.098Z Checking thread-id v4.2.2
25572026-04-25T03:42:33.102Z Checking memmap2 v0.9.10
25582026-04-25T03:42:33.174Z Checking env_filter v1.0.0
25592026-04-25T03:42:33.177Z Checking encoding_rs v0.8.35
25602026-04-25T03:42:33.197Z Checking data-encoding v2.10.0
25612026-04-25T03:42:33.264Z Checking static_assertions v1.1.0
25622026-04-25T03:42:33.323Z Checking difflib v0.4.0
25632026-04-25T03:42:33.334Z Checking mime v0.3.17
25642026-04-25T03:42:33.346Z Checking normalize-line-endings v0.3.0
25652026-04-25T03:42:33.403Z Checking jiff v0.2.21
25662026-04-25T03:42:33.426Z Checking unicode-segmentation v1.12.0
25672026-04-25T03:42:33.439Z Checking fixedbitset v0.4.2
25682026-04-25T03:42:33.460Z Checking fixedbitset v0.5.7
25692026-04-25T03:42:33.495Z Checking new_debug_unreachable v1.0.6
25702026-04-25T03:42:33.506Z Checking rustc-hash v2.1.1
25712026-04-25T03:42:33.563Z Checking toml_write v0.1.2
25722026-04-25T03:42:33.581Z Checking whoami v2.1.0
25732026-04-25T03:42:33.616Z Checking predicates-core v1.0.10
25742026-04-25T03:42:33.666Z Checking precomputed-hash v0.1.1
25752026-04-25T03:42:33.679Z Checking keccak v0.1.6
25762026-04-25T03:42:33.737Z Checking predicates v3.1.4
25772026-04-25T03:42:33.737Z Checking toml_edit v0.22.27
25782026-04-25T03:42:33.762Z Checking string_cache v0.8.9
25792026-04-25T03:42:33.773Z Checking similar v2.7.0
25802026-04-25T03:42:33.788Z Checking tokio-postgres v0.7.16
25812026-04-25T03:42:33.844Z Checking sha3 v0.10.8
25822026-04-25T03:42:33.924Z Checking crossterm v0.28.1
25832026-04-25T03:42:34.037Z Checking petgraph v0.8.3
25842026-04-25T03:42:34.141Z Checking reqwest v0.12.28
25852026-04-25T03:42:34.158Z Checking petgraph v0.6.5
25862026-04-25T03:42:34.628Z Checking hickory-proto v0.25.2
25872026-04-25T03:42:34.833Z Checking slog v2.8.2
25882026-04-25T03:42:34.869Z Checking ed25519-dalek v2.2.0
25892026-04-25T03:42:34.963Z Checking toml v0.7.8
25902026-04-25T03:42:35.025Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25912026-04-25T03:42:35.086Z Checking env_logger v0.11.9
25922026-04-25T03:42:35.099Z Checking usdt v0.6.0
25932026-04-25T03:42:35.260Z Checking ecdsa v0.16.9
25942026-04-25T03:42:35.273Z Checking serde_with v3.17.0
25952026-04-25T03:42:35.276Z Checking usdt-impl v0.5.0
25962026-04-25T03:42:35.374Z Checking rsa v0.9.10
25972026-04-25T03:42:35.545Z Checking clap v4.5.60
25982026-04-25T03:42:35.586Z Checking nix v0.31.2
25992026-04-25T03:42:35.611Z Checking zip v4.6.1
26002026-04-25T03:42:35.622Z Checking reqwest v0.13.2
26012026-04-25T03:42:35.847Z Checking toml_parser v1.0.9+spec-1.1.0
26022026-04-25T03:42:35.908Z Checking zip v0.6.6
26032026-04-25T03:42:36.168Z Checking itertools v0.13.0
26042026-04-25T03:42:36.196Z Checking strum v0.26.3
26052026-04-25T03:42:36.220Z Checking fs-err v3.3.0
26062026-04-25T03:42:36.307Z Checking ahash v0.8.12
26072026-04-25T03:42:36.438Z Checking tokio-stream v0.1.18
26082026-04-25T03:42:36.500Z Checking object v0.37.3
26092026-04-25T03:42:36.512Z Checking buf-list v1.1.2
26102026-04-25T03:42:36.551Z Checking anyhow v1.0.102
26112026-04-25T03:42:36.668Z Checking camino v1.2.2
26122026-04-25T03:42:36.684Z Checking x509-cert v0.2.5
26132026-04-25T03:42:36.744Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26142026-04-25T03:42:36.816Z Checking openapiv3 v2.2.0
26152026-04-25T03:42:36.912Z Checking toml_datetime v0.7.5+spec-1.1.0
26162026-04-25T03:42:37.006Z Checking sha1 v0.10.6
26172026-04-25T03:42:37.108Z Checking lalrpop-util v0.19.12
26182026-04-25T03:42:37.166Z Checking peg-runtime v0.8.5
26192026-04-25T03:42:37.184Z Checking rayon v1.11.0
26202026-04-25T03:42:37.207Z Checking sigpipe v0.1.3
26212026-04-25T03:42:37.267Z Checking glob v0.3.3
26222026-04-25T03:42:38.674Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26232026-04-25T03:42:38.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.25s
26242026-04-25T03:42:39.119Z
26252026-04-25T03:42:39.119Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26262026-04-25T03:42:39.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26272026-04-25T03:42:39.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26282026-04-25T03:42:39.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26292026-04-25T03:42:39.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26302026-04-25T03:42:39.702Z
26312026-04-25T03:42:39.702Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26322026-04-25T03:42:40.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26332026-04-25T03:42:40.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26342026-04-25T03:42:40.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26352026-04-25T03:42:40.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26362026-04-25T03:42:40.285Z
26372026-04-25T03:42:40.285Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26382026-04-25T03:42:40.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26392026-04-25T03:42:40.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26402026-04-25T03:42:40.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26412026-04-25T03:42:40.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26422026-04-25T03:42:40.885Z
26432026-04-25T03:42:40.885Zinfo: running `cargo check --bins` on oxql-types (80/272)
26442026-04-25T03:42:41.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26452026-04-25T03:42:41.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26462026-04-25T03:42:41.381Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26472026-04-25T03:42:41.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26482026-04-25T03:42:41.468Z
26492026-04-25T03:42:41.468Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26502026-04-25T03:42:41.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26512026-04-25T03:42:41.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26522026-04-25T03:42:41.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26532026-04-25T03:42:41.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26542026-04-25T03:42:42.051Z
26552026-04-25T03:42:42.051Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26562026-04-25T03:42:42.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26572026-04-25T03:42:42.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26582026-04-25T03:42:42.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26592026-04-25T03:42:42.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26602026-04-25T03:42:42.636Z
26612026-04-25T03:42:42.636Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26622026-04-25T03:42:43.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26632026-04-25T03:42:43.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26642026-04-25T03:42:43.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26652026-04-25T03:42:43.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26662026-04-25T03:42:43.206Z
26672026-04-25T03:42:43.206Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26682026-04-25T03:42:43.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26692026-04-25T03:42:43.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26702026-04-25T03:42:43.869Z Compiling structmeta-derive v0.3.0
26712026-04-25T03:42:43.982Z Compiling rustls v0.22.4
26722026-04-25T03:42:43.993Z Compiling multer v3.1.0
26732026-04-25T03:42:44.002Z Compiling async-stream-impl v0.3.6
26742026-04-25T03:42:44.005Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26752026-04-25T03:42:44.022Z Compiling dropshot v0.16.7
26762026-04-25T03:42:44.037Z Compiling newtype-uuid-macros v0.1.0
26772026-04-25T03:42:44.037Z Compiling dropshot_endpoint v0.16.7
26782026-04-25T03:42:44.156Z Checking newtype-uuid v1.3.2
26792026-04-25T03:42:44.215Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26802026-04-25T03:42:44.252Z Checking rustls-webpki v0.102.8
26812026-04-25T03:42:44.354Z Checking daft v0.1.5
26822026-04-25T03:42:44.384Z Checking futures-executor v0.3.32
26832026-04-25T03:42:44.562Z Checking thread_local v1.1.9
26842026-04-25T03:42:44.593Z Checking match_cfg v0.1.0
26852026-04-25T03:42:44.662Z Checking hostname v0.3.1
26862026-04-25T03:42:44.727Z Checking iddqd v0.3.18
26872026-04-25T03:42:44.756Z Checking futures v0.3.32
26882026-04-25T03:42:44.772Z Checking crossbeam-channel v0.5.15
26892026-04-25T03:42:44.812Z Checking slog-json v2.6.1
26902026-04-25T03:42:45.025Z Compiling structmeta v0.3.0
26912026-04-25T03:42:45.039Z Compiling serde_spanned v1.0.4
26922026-04-25T03:42:45.184Z Checking is-terminal v0.4.17
26932026-04-25T03:42:45.223Z Checking debug-ignore v1.0.5
26942026-04-25T03:42:45.236Z Compiling derive-ex v0.1.8
26952026-04-25T03:42:45.271Z Compiling parse-display-derive v0.10.0
26962026-04-25T03:42:45.285Z Checking take_mut v0.2.2
26972026-04-25T03:42:45.321Z Checking toml_writer v1.0.6+spec-1.1.0
26982026-04-25T03:42:45.386Z Checking term v1.2.1
26992026-04-25T03:42:45.583Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27002026-04-25T03:42:45.604Z Checking slog-term v2.9.2
27012026-04-25T03:42:45.656Z Checking toml v0.9.12+spec-1.1.0
27022026-04-25T03:42:45.765Z Checking slog-async v2.8.0
27032026-04-25T03:42:45.859Z Compiling slog-bunyan v2.5.0
27042026-04-25T03:42:45.994Z Checking async-stream v0.3.6
27052026-04-25T03:42:46.073Z Checking tokio-rustls v0.25.0
27062026-04-25T03:42:46.121Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27072026-04-25T03:42:46.231Z Checking progenitor-client v0.13.0
27082026-04-25T03:42:46.249Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27092026-04-25T03:42:46.386Z Checking backon v1.6.0
27102026-04-25T03:42:46.452Z Checking waitgroup v0.1.2
27112026-04-25T03:42:46.551Z Checking rustls-pemfile v2.2.0
27122026-04-25T03:42:46.880Z Compiling test-strategy v0.4.5
27132026-04-25T03:42:46.898Z Checking serde_path_to_error v0.1.20
27142026-04-25T03:42:46.925Z Checking hostname v0.4.2
27152026-04-25T03:42:46.961Z Checking instant v0.1.13
27162026-04-25T03:42:47.045Z Compiling prettyplease v0.2.37
27172026-04-25T03:42:47.080Z Checking backoff v0.4.0
27182026-04-25T03:42:47.120Z Compiling parse-display v0.10.0
27192026-04-25T03:42:47.282Z Compiling progenitor-extras v0.1.1
27202026-04-25T03:42:47.410Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27212026-04-25T03:42:47.512Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27222026-04-25T03:42:47.623Z Checking progenitor-client v0.10.0
27232026-04-25T03:42:47.669Z Checking itertools v0.14.0
27242026-04-25T03:42:47.847Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27252026-04-25T03:42:48.254Z Checking regress v0.10.5
27262026-04-25T03:42:48.329Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27272026-04-25T03:42:48.911Z Compiling macaddr v1.0.1
27282026-04-25T03:42:49.063Z Checking num-rational v0.4.2
27292026-04-25T03:42:49.132Z Compiling usdt-attr-macro v0.5.0
27302026-04-25T03:42:49.210Z Compiling usdt-macro v0.5.0
27312026-04-25T03:42:49.344Z Checking num-complex v0.4.6
27322026-04-25T03:42:49.659Z Checking memmap v0.7.0
27332026-04-25T03:42:49.680Z Checking num v0.4.3
27342026-04-25T03:42:49.694Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27352026-04-25T03:42:49.756Z Checking float-ord v0.3.2
27362026-04-25T03:42:49.859Z Compiling toml v0.8.23
27372026-04-25T03:42:49.906Z Checking linked-hash-map v0.5.6
27382026-04-25T03:42:49.919Z Compiling minimal-lexical v0.2.1
27392026-04-25T03:42:49.931Z Checking usdt v0.5.0
27402026-04-25T03:42:50.096Z Checking lru-cache v0.1.2
27412026-04-25T03:42:50.166Z Compiling nom v7.1.3
27422026-04-25T03:42:50.727Z Checking hickory-proto v0.24.4
27432026-04-25T03:42:50.790Z Checking phf_shared v0.12.1
27442026-04-25T03:42:50.934Z Compiling slog-dtrace v0.3.0
27452026-04-25T03:42:50.982Z Compiling convert_case v0.4.0
27462026-04-25T03:42:51.127Z Checking heck v0.5.0
27472026-04-25T03:42:51.252Z Checking resolv-conf v0.7.6
27482026-04-25T03:42:51.353Z Compiling chrono-tz v0.10.4
27492026-04-25T03:42:51.433Z Compiling const_format_proc_macros v0.2.34
27502026-04-25T03:42:51.469Z Compiling derive_more v0.99.20
27512026-04-25T03:42:51.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27522026-04-25T03:42:51.597Z Checking phf v0.12.1
27532026-04-25T03:42:51.742Z Checking tokio-dtrace v0.1.1
27542026-04-25T03:42:51.927Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27552026-04-25T03:42:51.963Z Compiling derive-where v1.6.0
27562026-04-25T03:42:52.442Z Checking highway v1.3.0
27572026-04-25T03:42:52.484Z Checking hickory-resolver v0.24.4
27582026-04-25T03:42:52.535Z Checking const_format v0.2.35
27592026-04-25T03:42:52.689Z Checking oxide-tokio-rt v0.1.4
27602026-04-25T03:42:53.075Z Checking gethostname v0.5.0
27612026-04-25T03:42:53.166Z Checking bcs v0.1.6
27622026-04-25T03:42:53.196Z Compiling async-recursion v1.1.1
27632026-04-25T03:42:53.266Z Checking qorb v0.4.1
27642026-04-25T03:42:53.396Z Checking termtree v0.5.1
27652026-04-25T03:42:53.428Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27662026-04-25T03:42:53.839Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27672026-04-25T03:42:53.970Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27682026-04-25T03:42:55.138Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27692026-04-25T03:42:55.141Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27702026-04-25T03:42:56.879Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27712026-04-25T03:42:59.431Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27722026-04-25T03:43:01.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.24s
27732026-04-25T03:43:01.630Z
27742026-04-25T03:43:01.630Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27752026-04-25T03:43:02.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-04-25T03:43:02.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-04-25T03:43:02.284Z Compiling ar_archive_writer v0.5.1
27782026-04-25T03:43:02.393Z Compiling stacker v0.1.23
27792026-04-25T03:43:02.399Z Compiling cfg_aliases v0.1.1
27802026-04-25T03:43:02.405Z Compiling convert_case v0.10.0
27812026-04-25T03:43:02.405Z Checking unicode-width v0.1.14
27822026-04-25T03:43:02.418Z Compiling proc-macro-error v1.0.4
27832026-04-25T03:43:02.427Z Checking fd-lock v4.0.4
27842026-04-25T03:43:02.430Z Checking nibble_vec v0.1.0
27852026-04-25T03:43:02.454Z Compiling nix v0.28.0
27862026-04-25T03:43:02.538Z Checking vte v0.14.1
27872026-04-25T03:43:02.552Z Compiling recursive-proc-macro-impl v0.1.1
27882026-04-25T03:43:02.642Z Checking endian-type v0.1.2
27892026-04-25T03:43:02.654Z Checking bytecount v0.6.9
27902026-04-25T03:43:02.700Z Compiling derive_more-impl v2.1.1
27912026-04-25T03:43:02.700Z Checking strip-ansi-escapes v0.2.1
27922026-04-25T03:43:02.726Z Compiling tabled_derive v0.7.0
27932026-04-25T03:43:02.760Z Checking radix_trie v0.2.1
27942026-04-25T03:43:02.784Z Checking papergrid v0.11.0
27952026-04-25T03:43:02.809Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27962026-04-25T03:43:02.948Z Compiling peg-macros v0.8.5
27972026-04-25T03:43:02.963Z Checking winnow v0.6.26
27982026-04-25T03:43:03.224Z Compiling psm v0.1.30
27992026-04-25T03:43:03.264Z Compiling sqlparser_derive v0.5.0
28002026-04-25T03:43:03.382Z Checking unicode_categories v0.1.1
28012026-04-25T03:43:03.490Z Checking derive_more v2.1.1
28022026-04-25T03:43:03.533Z Checking nu-ansi-term v0.50.3
28032026-04-25T03:43:03.566Z Checking home v0.5.12
28042026-04-25T03:43:03.718Z Checking unicode-width v0.2.0
28052026-04-25T03:43:03.732Z Checking tabled v0.15.0
28062026-04-25T03:43:03.759Z Checking rustyline v14.0.0
28072026-04-25T03:43:03.789Z Checking crossterm v0.29.0
28082026-04-25T03:43:03.965Z Checking reedline v0.40.0
28092026-04-25T03:43:03.999Z Checking recursive v0.1.1
28102026-04-25T03:43:04.083Z Checking display-error-chain v0.2.2
28112026-04-25T03:43:04.096Z Checking sqlparser v0.61.0
28122026-04-25T03:43:04.113Z Checking sqlformat v0.3.5
28132026-04-25T03:43:04.352Z Checking peg v0.8.5
28142026-04-25T03:43:15.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.43s
28152026-04-25T03:43:15.237Z
28162026-04-25T03:43:15.237Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28172026-04-25T03:43:15.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-04-25T03:43:15.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-04-25T03:43:15.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28202026-04-25T03:43:19.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28212026-04-25T03:43:19.414Z
28222026-04-25T03:43:19.414Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28232026-04-25T03:43:19.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-04-25T03:43:19.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-04-25T03:43:20.076Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-04-25T03:43:22.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.01s
28272026-04-25T03:43:22.620Z
28282026-04-25T03:43:22.620Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28292026-04-25T03:43:23.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-04-25T03:43:23.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-04-25T03:43:23.282Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28322026-04-25T03:43:26.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s
28332026-04-25T03:43:26.661Z
28342026-04-25T03:43:26.661Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28352026-04-25T03:43:27.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-04-25T03:43:27.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-04-25T03:43:27.327Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-04-25T03:43:30.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
28392026-04-25T03:43:30.703Z
28402026-04-25T03:43:30.703Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28412026-04-25T03:43:31.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-04-25T03:43:31.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-04-25T03:43:31.365Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-04-25T03:43:33.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
28452026-04-25T03:43:34.055Z
28462026-04-25T03:43:34.055Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28472026-04-25T03:43:34.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-04-25T03:43:34.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-04-25T03:43:34.716Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-04-25T03:43:37.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.19s
28512026-04-25T03:43:37.453Z
28522026-04-25T03:43:37.454Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28532026-04-25T03:43:37.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-04-25T03:43:37.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-04-25T03:43:38.121Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-04-25T03:43:41.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s
28572026-04-25T03:43:41.613Z
28582026-04-25T03:43:41.613Zinfo: running `cargo check --bins` on oximeter (93/272)
28592026-04-25T03:43:42.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-04-25T03:43:42.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-04-25T03:43:42.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-04-25T03:43:42.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28632026-04-25T03:43:42.203Z
28642026-04-25T03:43:42.203Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28652026-04-25T03:43:42.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-04-25T03:43:42.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-04-25T03:43:42.829Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28682026-04-25T03:43:42.991Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28692026-04-25T03:43:43.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28702026-04-25T03:43:43.326Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28712026-04-25T03:43:46.366Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28722026-04-25T03:43:46.682Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28732026-04-25T03:43:47.750Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742026-04-25T03:43:48.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s
28752026-04-25T03:43:48.589Z
28762026-04-25T03:43:48.589Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28772026-04-25T03:43:49.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-04-25T03:43:49.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-04-25T03:43:49.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-04-25T03:43:49.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28812026-04-25T03:43:49.185Z
28822026-04-25T03:43:49.185Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28832026-04-25T03:43:49.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-04-25T03:43:49.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-04-25T03:43:49.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-04-25T03:43:49.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28872026-04-25T03:43:49.814Z
28882026-04-25T03:43:49.814Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28892026-04-25T03:43:50.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-04-25T03:43:50.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-04-25T03:43:50.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-04-25T03:43:50.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28932026-04-25T03:43:50.411Z
28942026-04-25T03:43:50.411Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
28952026-04-25T03:43:50.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-04-25T03:43:51.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-04-25T03:43:51.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-04-25T03:43:51.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28992026-04-25T03:43:51.040Z
29002026-04-25T03:43:51.040Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29012026-04-25T03:43:51.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-04-25T03:43:51.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-04-25T03:43:51.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-04-25T03:43:51.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29052026-04-25T03:43:51.610Z
29062026-04-25T03:43:51.610Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29072026-04-25T03:43:52.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-04-25T03:43:52.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-04-25T03:43:52.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-04-25T03:43:52.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29112026-04-25T03:43:52.212Z
29122026-04-25T03:43:52.212Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29132026-04-25T03:43:52.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-04-25T03:43:52.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-04-25T03:43:52.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-04-25T03:43:52.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29172026-04-25T03:43:52.794Z
29182026-04-25T03:43:52.794Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29192026-04-25T03:43:53.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-04-25T03:43:53.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-04-25T03:43:53.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-04-25T03:43:53.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29232026-04-25T03:43:53.397Z
29242026-04-25T03:43:53.397Zinfo: running `cargo check --bins` on update-engine (103/272)
29252026-04-25T03:43:53.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-04-25T03:43:53.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-04-25T03:43:53.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-04-25T03:43:53.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29292026-04-25T03:43:53.980Z
29302026-04-25T03:43:53.980Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29312026-04-25T03:43:54.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-04-25T03:43:54.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-04-25T03:43:54.693Z Compiling crucible-workspace-hack v0.1.0
29342026-04-25T03:43:54.809Z Checking secrecy v0.10.3
29352026-04-25T03:43:54.816Z Compiling heapless v0.8.0
29362026-04-25T03:43:54.823Z Compiling ingot-macros v0.1.1
29372026-04-25T03:43:54.829Z Compiling toml_edit v0.23.10+spec-1.0.0
29382026-04-25T03:43:54.829Z Checking hash32 v0.3.1
29392026-04-25T03:43:54.850Z Compiling smoltcp v0.11.0
29402026-04-25T03:43:54.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29412026-04-25T03:43:54.909Z Checking cobs v0.3.0
29422026-04-25T03:43:54.954Z Compiling thiserror-impl-no-std v2.0.2
29432026-04-25T03:43:55.043Z Checking universal-hash v0.5.1
29442026-04-25T03:43:55.068Z Checking half v2.7.1
29452026-04-25T03:43:55.081Z Checking opaque-debug v0.3.1
29462026-04-25T03:43:55.176Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29472026-04-25T03:43:55.204Z Checking ciborium-io v0.2.2
29482026-04-25T03:43:55.219Z Checking poly1305 v0.8.0
29492026-04-25T03:43:55.292Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29502026-04-25T03:43:55.318Z Checking ciborium-ll v0.2.2
29512026-04-25T03:43:55.350Z Compiling proc-macro-crate v3.4.0
29522026-04-25T03:43:55.491Z Checking postcard v1.1.3
29532026-04-25T03:43:55.507Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29542026-04-25T03:43:55.574Z Checking password-hash v0.5.0
29552026-04-25T03:43:55.770Z Checking chacha20 v0.9.1
29562026-04-25T03:43:55.784Z Compiling proc-macro-crate v1.3.1
29572026-04-25T03:43:55.798Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29582026-04-25T03:43:55.860Z Checking blake2 v0.10.6
29592026-04-25T03:43:55.889Z Compiling num_enum_derive v0.7.5
29602026-04-25T03:43:55.962Z Checking aead v0.5.2
29612026-04-25T03:43:56.025Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29622026-04-25T03:43:56.091Z Compiling foreign-types-macros v0.2.3
29632026-04-25T03:43:56.105Z Checking thiserror-no-std v2.0.2
29642026-04-25T03:43:56.108Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29652026-04-25T03:43:56.188Z Checking foreign-types-shared v0.3.1
29662026-04-25T03:43:56.202Z Checking cpufeatures v0.3.0
29672026-04-25T03:43:56.228Z Compiling num_enum_derive v0.5.11
29682026-04-25T03:43:56.274Z Checking chacha20 v0.10.0
29692026-04-25T03:43:56.287Z Checking vsss-rs v3.3.4
29702026-04-25T03:43:56.347Z Checking chacha20poly1305 v0.10.1
29712026-04-25T03:43:56.474Z Checking argon2 v0.5.3
29722026-04-25T03:43:56.487Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-04-25T03:43:56.668Z Checking foreign-types v0.5.0
29742026-04-25T03:43:56.804Z Checking ciborium v0.2.2
29752026-04-25T03:43:56.858Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29762026-04-25T03:43:56.920Z Checking num_enum v0.7.5
29772026-04-25T03:43:56.952Z Checking tabwriter v1.4.1
29782026-04-25T03:43:57.030Z Checking console v0.15.11
29792026-04-25T03:43:57.093Z Checking newline-converter v0.3.0
29802026-04-25T03:43:57.133Z Checking camino-tempfile v1.4.1
29812026-04-25T03:43:57.201Z Checking atomicwrites v0.4.4
29822026-04-25T03:43:57.214Z Checking byte-wrapper v0.1.0
29832026-04-25T03:43:57.242Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29842026-04-25T03:43:57.290Z Checking cstr-argument v0.1.2
29852026-04-25T03:43:57.303Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29862026-04-25T03:43:57.327Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29872026-04-25T03:43:57.374Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29882026-04-25T03:43:57.410Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29892026-04-25T03:43:57.423Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29902026-04-25T03:43:57.527Z Checking expectorate v1.2.0
29912026-04-25T03:43:57.575Z Checking num_enum v0.5.11
29922026-04-25T03:43:57.588Z Checking ingot-types v0.1.2
29932026-04-25T03:43:57.653Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29942026-04-25T03:43:57.656Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29952026-04-25T03:43:57.687Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
29962026-04-25T03:43:57.737Z Checking rand v0.10.0
29972026-04-25T03:43:57.761Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
29982026-04-25T03:43:57.826Z Checking colored v3.1.1
29992026-04-25T03:43:57.884Z Checking indent_write v2.2.0
30002026-04-25T03:43:57.923Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30012026-04-25T03:43:57.939Z Checking ingot v0.1.1
30022026-04-25T03:43:58.014Z Compiling zone_cfg_derive v0.3.1
30032026-04-25T03:43:58.027Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30042026-04-25T03:43:58.039Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30052026-04-25T03:43:58.053Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30062026-04-25T03:43:58.066Z Checking itertools v0.12.1
30072026-04-25T03:43:58.192Z Compiling num-derive v0.4.2
30082026-04-25T03:43:58.228Z Checking swrite v0.1.0
30092026-04-25T03:43:58.316Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30102026-04-25T03:43:58.470Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30112026-04-25T03:43:58.500Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30122026-04-25T03:43:58.708Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30132026-04-25T03:43:58.868Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30142026-04-25T03:43:58.883Z Checking dropshot-api-manager-types v0.6.0
30152026-04-25T03:43:58.982Z Checking smf v0.2.3
30162026-04-25T03:43:59.052Z Checking nanorand v0.7.0
30172026-04-25T03:43:59.077Z Checking zone v0.3.1
30182026-04-25T03:43:59.091Z Checking whoami v1.6.1
30192026-04-25T03:43:59.122Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30202026-04-25T03:43:59.178Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30212026-04-25T03:43:59.218Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30222026-04-25T03:43:59.245Z Checking flume v0.11.1
30232026-04-25T03:43:59.596Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30242026-04-25T03:44:00.558Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30252026-04-25T03:44:01.450Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30262026-04-25T03:44:04.283Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30272026-04-25T03:44:06.286Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30282026-04-25T03:44:07.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.31s
30292026-04-25T03:44:07.479Z
30302026-04-25T03:44:07.479Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30312026-04-25T03:44:07.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-04-25T03:44:07.980Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-04-25T03:44:07.980Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-04-25T03:44:07.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30352026-04-25T03:44:08.074Z
30362026-04-25T03:44:08.074Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30372026-04-25T03:44:08.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-04-25T03:44:08.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-04-25T03:44:08.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-04-25T03:44:08.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30412026-04-25T03:44:08.669Z
30422026-04-25T03:44:08.669Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30432026-04-25T03:44:09.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-04-25T03:44:09.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-04-25T03:44:09.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-04-25T03:44:09.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30472026-04-25T03:44:09.265Z
30482026-04-25T03:44:09.265Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30492026-04-25T03:44:09.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-04-25T03:44:09.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-04-25T03:44:09.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-04-25T03:44:09.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30532026-04-25T03:44:09.861Z
30542026-04-25T03:44:09.861Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30552026-04-25T03:44:10.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-04-25T03:44:10.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-04-25T03:44:10.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-04-25T03:44:10.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-04-25T03:44:10.457Z
30602026-04-25T03:44:10.457Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30612026-04-25T03:44:10.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-04-25T03:44:10.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-04-25T03:44:10.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-04-25T03:44:10.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30652026-04-25T03:44:11.053Z
30662026-04-25T03:44:11.053Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30672026-04-25T03:44:11.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-04-25T03:44:11.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-04-25T03:44:11.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-04-25T03:44:11.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30712026-04-25T03:44:11.654Z
30722026-04-25T03:44:11.654Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30732026-04-25T03:44:12.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-04-25T03:44:12.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-04-25T03:44:12.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-04-25T03:44:12.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30772026-04-25T03:44:12.231Z
30782026-04-25T03:44:12.231Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30792026-04-25T03:44:12.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-04-25T03:44:12.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-04-25T03:44:12.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-04-25T03:44:12.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30832026-04-25T03:44:12.825Z
30842026-04-25T03:44:12.825Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30852026-04-25T03:44:13.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-04-25T03:44:13.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-04-25T03:44:13.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-04-25T03:44:13.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30892026-04-25T03:44:13.408Z
30902026-04-25T03:44:13.408Zinfo: running `cargo check --bins` on installinator-client (115/272)
30912026-04-25T03:44:13.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-04-25T03:44:13.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-04-25T03:44:13.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-04-25T03:44:13.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30952026-04-25T03:44:14.003Z
30962026-04-25T03:44:14.003Zinfo: running `cargo check --bins` on nexus-client (116/272)
30972026-04-25T03:44:14.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-04-25T03:44:14.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-04-25T03:44:14.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-04-25T03:44:14.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31012026-04-25T03:44:14.640Z
31022026-04-25T03:44:14.640Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31032026-04-25T03:44:15.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-04-25T03:44:15.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-04-25T03:44:15.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-04-25T03:44:15.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31072026-04-25T03:44:15.270Z
31082026-04-25T03:44:15.270Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31092026-04-25T03:44:15.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-04-25T03:44:15.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-04-25T03:44:15.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-04-25T03:44:15.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-04-25T03:44:15.851Z
31142026-04-25T03:44:15.851Zinfo: running `cargo check --bins` on oxide-client (119/272)
31152026-04-25T03:44:16.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-04-25T03:44:16.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-04-25T03:44:16.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-04-25T03:44:16.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31192026-04-25T03:44:16.432Z
31202026-04-25T03:44:16.432Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31212026-04-25T03:44:16.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-04-25T03:44:16.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-04-25T03:44:16.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-04-25T03:44:16.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31252026-04-25T03:44:17.025Z
31262026-04-25T03:44:17.026Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31272026-04-25T03:44:17.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-04-25T03:44:17.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-04-25T03:44:17.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-04-25T03:44:17.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31312026-04-25T03:44:17.607Z
31322026-04-25T03:44:17.607Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31332026-04-25T03:44:18.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-04-25T03:44:18.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-04-25T03:44:18.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-04-25T03:44:18.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31372026-04-25T03:44:18.210Z
31382026-04-25T03:44:18.210Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31392026-04-25T03:44:18.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-04-25T03:44:18.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-04-25T03:44:18.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-04-25T03:44:18.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31432026-04-25T03:44:18.826Z
31442026-04-25T03:44:18.826Zinfo: running `cargo check --bins` on installinator-common (124/272)
31452026-04-25T03:44:19.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-04-25T03:44:19.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-04-25T03:44:19.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-04-25T03:44:19.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31492026-04-25T03:44:19.437Z
31502026-04-25T03:44:19.438Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31512026-04-25T03:44:19.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-04-25T03:44:19.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-04-25T03:44:19.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-04-25T03:44:19.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31552026-04-25T03:44:20.018Z
31562026-04-25T03:44:20.018Zinfo: running `cargo check --bins` on wicket-common (126/272)
31572026-04-25T03:44:20.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-04-25T03:44:20.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-04-25T03:44:20.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-04-25T03:44:20.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31612026-04-25T03:44:20.616Z
31622026-04-25T03:44:20.616Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31632026-04-25T03:44:21.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-04-25T03:44:21.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-04-25T03:44:21.295Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-04-25T03:44:21.409Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-04-25T03:44:21.416Z Checking csv-core v0.1.13
31682026-04-25T03:44:21.424Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31692026-04-25T03:44:21.430Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31702026-04-25T03:44:21.441Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31712026-04-25T03:44:21.452Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31722026-04-25T03:44:21.463Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-04-25T03:44:21.569Z Checking csv v1.4.0
31742026-04-25T03:44:21.585Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31752026-04-25T03:44:21.640Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31762026-04-25T03:44:21.674Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31772026-04-25T03:44:21.900Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31782026-04-25T03:44:22.256Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31792026-04-25T03:44:22.259Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31802026-04-25T03:44:22.583Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31812026-04-25T03:44:28.128Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31822026-04-25T03:44:28.650Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-04-25T03:44:30.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s
31842026-04-25T03:44:31.162Z
31852026-04-25T03:44:31.162Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31862026-04-25T03:44:31.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-04-25T03:44:31.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-04-25T03:44:31.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-04-25T03:44:31.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31902026-04-25T03:44:31.755Z
31912026-04-25T03:44:31.755Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
31922026-04-25T03:44:32.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-04-25T03:44:32.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-04-25T03:44:32.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-04-25T03:44:32.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31962026-04-25T03:44:32.439Z
31972026-04-25T03:44:32.439Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
31982026-04-25T03:44:33.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-04-25T03:44:33.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-04-25T03:44:33.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-04-25T03:44:33.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32022026-04-25T03:44:33.119Z
32032026-04-25T03:44:33.119Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32042026-04-25T03:44:33.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-04-25T03:44:33.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-04-25T03:44:33.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-04-25T03:44:33.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32082026-04-25T03:44:33.757Z
32092026-04-25T03:44:33.757Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32102026-04-25T03:44:34.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-04-25T03:44:34.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-04-25T03:44:34.504Z Compiling typify-impl v0.6.1
32132026-04-25T03:44:34.642Z Compiling unsafe-libyaml v0.2.11
32142026-04-25T03:44:34.651Z Compiling radium v0.7.0
32152026-04-25T03:44:34.651Z Compiling semver v0.1.20
32162026-04-25T03:44:34.672Z Compiling pin-project-internal v1.1.11
32172026-04-25T03:44:34.675Z Compiling maybe-uninit v2.0.0
32182026-04-25T03:44:34.685Z Checking tap v1.0.1
32192026-04-25T03:44:34.797Z Checking wyz v0.5.1
32202026-04-25T03:44:34.920Z Compiling rustc_version v0.1.7
32212026-04-25T03:44:34.972Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-04-25T03:44:35.010Z Compiling snafu-derive v0.8.9
32232026-04-25T03:44:35.105Z Compiling zerocopy-derive v0.6.6
32242026-04-25T03:44:35.136Z Compiling newtype_derive v0.1.6
32252026-04-25T03:44:35.324Z Compiling serde_yaml v0.9.34+deprecated
32262026-04-25T03:44:35.367Z Checking funty v2.0.0
32272026-04-25T03:44:35.681Z Compiling packed_struct v0.10.1
32282026-04-25T03:44:35.744Z Checking crc-catalog v2.4.0
32292026-04-25T03:44:35.771Z Checking pin-project v1.1.11
32302026-04-25T03:44:35.836Z Compiling owo-colors v4.3.0
32312026-04-25T03:44:35.873Z Checking same-file v1.0.6
32322026-04-25T03:44:35.930Z Compiling cancel-safe-futures v0.1.5
32332026-04-25T03:44:35.965Z Checking zerocopy v0.6.6
32342026-04-25T03:44:35.991Z Checking walkdir v2.5.0
32352026-04-25T03:44:36.164Z Checking crc v3.4.0
32362026-04-25T03:44:36.177Z Checking bitvec v1.0.1
32372026-04-25T03:44:36.264Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32382026-04-25T03:44:36.319Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-04-25T03:44:36.337Z Checking globset v0.4.18
32402026-04-25T03:44:36.442Z Checking olpc-cjson v0.1.4
32412026-04-25T03:44:36.582Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32422026-04-25T03:44:36.596Z Checking pem v3.0.6
32432026-04-25T03:44:36.644Z Compiling packed_struct_codegen v0.10.1
32442026-04-25T03:44:36.751Z Checking libsw-core v0.3.2
32452026-04-25T03:44:36.754Z Checking serde_plain v1.0.2
32462026-04-25T03:44:36.798Z Compiling bitfield-macros v0.19.4
32472026-04-25T03:44:36.832Z Compiling indexmap v1.9.3
32482026-04-25T03:44:36.893Z Checking nodrop v0.1.14
32492026-04-25T03:44:36.908Z Checking snafu v0.8.9
32502026-04-25T03:44:36.922Z Checking typed-path v0.9.3
32512026-04-25T03:44:36.986Z Checking array-init v0.0.4
32522026-04-25T03:44:37.040Z Checking libsw v3.5.0
32532026-04-25T03:44:37.143Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-04-25T03:44:37.188Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32552026-04-25T03:44:37.280Z Checking smallvec v0.6.14
32562026-04-25T03:44:37.439Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32572026-04-25T03:44:37.499Z Checking bitfield v0.19.4
32582026-04-25T03:44:37.532Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32592026-04-25T03:44:37.661Z Checking base64 v0.21.7
32602026-04-25T03:44:37.679Z Checking tough v0.20.0
32612026-04-25T03:44:37.717Z Checking hashbrown v0.12.3
32622026-04-25T03:44:37.760Z Checking unicode-linebreak v0.1.5
32632026-04-25T03:44:37.846Z Checking smawk v0.3.2
32642026-04-25T03:44:37.903Z Checking linear-map v1.2.0
32652026-04-25T03:44:37.970Z Checking tagptr v0.2.0
32662026-04-25T03:44:37.984Z Checking textwrap v0.16.2
32672026-04-25T03:44:38.035Z Checking ron v0.8.1
32682026-04-25T03:44:38.078Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32692026-04-25T03:44:38.108Z Checking moka v0.12.13
32702026-04-25T03:44:38.199Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-04-25T03:44:38.370Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32722026-04-25T03:44:38.438Z Checking serde-hex v0.1.0
32732026-04-25T03:44:38.556Z Checking steno v0.4.1
32742026-04-25T03:44:38.772Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32752026-04-25T03:44:38.787Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32762026-04-25T03:44:38.947Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32772026-04-25T03:44:39.050Z Compiling typify-macro v0.6.1
32782026-04-25T03:44:39.215Z Checking hashbrown v0.13.2
32792026-04-25T03:44:39.355Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-04-25T03:44:39.541Z Checking crc-any v2.5.0
32812026-04-25T03:44:39.556Z Checking humantime v2.3.0
32822026-04-25T03:44:39.612Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-04-25T03:44:39.654Z Checking object v0.30.4
32842026-04-25T03:44:39.668Z Checking hickory-resolver v0.25.2
32852026-04-25T03:44:39.717Z Checking half v1.8.3
32862026-04-25T03:44:39.733Z Checking void v1.0.2
32872026-04-25T03:44:39.771Z Checking utf-8 v0.7.6
32882026-04-25T03:44:39.836Z Checking path-slash v0.1.5
32892026-04-25T03:44:39.905Z Checking tungstenite v0.23.0
32902026-04-25T03:44:39.919Z Checking serde_cbor v0.11.2
32912026-04-25T03:44:39.938Z Checking lzss v0.8.2
32922026-04-25T03:44:40.083Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32932026-04-25T03:44:40.119Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
32942026-04-25T03:44:40.240Z Checking nix v0.27.1
32952026-04-25T03:44:40.289Z Checking kstat-rs v0.2.4
32962026-04-25T03:44:40.306Z Checking fxhash v0.2.1
32972026-04-25T03:44:40.347Z Checking serde_bytes v0.11.19
32982026-04-25T03:44:40.366Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32992026-04-25T03:44:40.422Z Checking tokio-tungstenite v0.23.1
33002026-04-25T03:44:40.470Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33012026-04-25T03:44:40.521Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33022026-04-25T03:44:40.683Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33032026-04-25T03:44:40.741Z Checking signal-hook-tokio v0.3.1
33042026-04-25T03:44:40.759Z Compiling typify v0.6.1
33052026-04-25T03:44:40.842Z Compiling progenitor-impl v0.13.0
33062026-04-25T03:44:41.720Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33072026-04-25T03:44:42.351Z Compiling progenitor-macro v0.13.0
33082026-04-25T03:44:42.602Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33092026-04-25T03:44:42.894Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33102026-04-25T03:44:44.643Z Checking progenitor v0.13.0
33112026-04-25T03:44:44.757Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33122026-04-25T03:44:44.760Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-04-25T03:44:47.755Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33142026-04-25T03:44:55.153Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33152026-04-25T03:45:01.357Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33162026-04-25T03:45:02.714Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33172026-04-25T03:45:03.203Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33182026-04-25T03:45:05.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.45s
33192026-04-25T03:45:05.406Z
33202026-04-25T03:45:05.406Zinfo: running `cargo check --bins` on gateway-api (133/272)
33212026-04-25T03:45:05.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-04-25T03:45:05.909Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-04-25T03:45:05.909Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-04-25T03:45:05.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33252026-04-25T03:45:05.999Z
33262026-04-25T03:45:05.999Zinfo: running `cargo check --bins` on ipcc (134/272)
33272026-04-25T03:45:06.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-04-25T03:45:06.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-04-25T03:45:06.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-04-25T03:45:06.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33312026-04-25T03:45:06.597Z
33322026-04-25T03:45:06.597Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33332026-04-25T03:45:07.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-04-25T03:45:07.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-04-25T03:45:07.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-04-25T03:45:07.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33372026-04-25T03:45:07.177Z
33382026-04-25T03:45:07.177Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33392026-04-25T03:45:07.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-04-25T03:45:07.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-04-25T03:45:07.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-04-25T03:45:07.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33432026-04-25T03:45:07.776Z
33442026-04-25T03:45:07.776Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33452026-04-25T03:45:08.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-04-25T03:45:08.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-04-25T03:45:08.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33482026-04-25T03:45:08.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33492026-04-25T03:45:08.372Z
33502026-04-25T03:45:08.372Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33512026-04-25T03:45:08.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33522026-04-25T03:45:08.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33532026-04-25T03:45:08.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33542026-04-25T03:45:08.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33552026-04-25T03:45:08.970Z
33562026-04-25T03:45:08.970Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33572026-04-25T03:45:09.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-04-25T03:45:09.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-04-25T03:45:09.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-04-25T03:45:09.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33612026-04-25T03:45:09.565Z
33622026-04-25T03:45:09.565Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33632026-04-25T03:45:10.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-04-25T03:45:10.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-04-25T03:45:10.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-04-25T03:45:10.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33672026-04-25T03:45:10.162Z
33682026-04-25T03:45:10.162Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33692026-04-25T03:45:10.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-04-25T03:45:10.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-04-25T03:45:10.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-04-25T03:45:10.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33732026-04-25T03:45:10.757Z
33742026-04-25T03:45:10.757Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33752026-04-25T03:45:11.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-04-25T03:45:11.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-04-25T03:45:11.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-04-25T03:45:11.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33792026-04-25T03:45:11.353Z
33802026-04-25T03:45:11.353Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33812026-04-25T03:45:11.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-04-25T03:45:11.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-04-25T03:45:11.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-04-25T03:45:11.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852026-04-25T03:45:11.948Z
33862026-04-25T03:45:11.948Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33872026-04-25T03:45:12.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-04-25T03:45:12.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-04-25T03:45:12.444Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-04-25T03:45:12.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33912026-04-25T03:45:12.532Z
33922026-04-25T03:45:12.532Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
33932026-04-25T03:45:13.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-04-25T03:45:13.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-04-25T03:45:13.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-04-25T03:45:13.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33972026-04-25T03:45:13.119Z
33982026-04-25T03:45:13.119Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
33992026-04-25T03:45:13.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-04-25T03:45:13.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-04-25T03:45:13.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-04-25T03:45:13.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34032026-04-25T03:45:13.705Z
34042026-04-25T03:45:13.705Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34052026-04-25T03:45:14.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-04-25T03:45:14.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-04-25T03:45:14.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-04-25T03:45:14.207Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34092026-04-25T03:45:14.292Z
34102026-04-25T03:45:14.292Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34112026-04-25T03:45:14.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-04-25T03:45:14.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-04-25T03:45:14.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-04-25T03:45:14.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34152026-04-25T03:45:14.881Z
34162026-04-25T03:45:14.881Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34172026-04-25T03:45:15.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-04-25T03:45:15.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-04-25T03:45:15.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-04-25T03:45:15.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34212026-04-25T03:45:15.466Z
34222026-04-25T03:45:15.466Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34232026-04-25T03:45:15.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-04-25T03:45:15.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-04-25T03:45:15.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-04-25T03:45:15.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34272026-04-25T03:45:16.051Z
34282026-04-25T03:45:16.051Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34292026-04-25T03:45:16.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-04-25T03:45:16.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-04-25T03:45:16.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-04-25T03:45:16.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34332026-04-25T03:45:16.640Z
34342026-04-25T03:45:16.640Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34352026-04-25T03:45:17.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-04-25T03:45:17.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-04-25T03:45:17.138Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-04-25T03:45:17.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34392026-04-25T03:45:17.226Z
34402026-04-25T03:45:17.226Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34412026-04-25T03:45:17.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-04-25T03:45:17.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-04-25T03:45:17.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-04-25T03:45:17.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34452026-04-25T03:45:17.816Z
34462026-04-25T03:45:17.816Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34472026-04-25T03:45:18.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-04-25T03:45:18.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-04-25T03:45:18.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-04-25T03:45:18.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34512026-04-25T03:45:18.442Z
34522026-04-25T03:45:18.442Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34532026-04-25T03:45:18.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-04-25T03:45:18.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-04-25T03:45:18.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-04-25T03:45:18.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34572026-04-25T03:45:19.034Z
34582026-04-25T03:45:19.034Zinfo: running `cargo check --bins` on dns-server (156/272)
34592026-04-25T03:45:19.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-04-25T03:45:19.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-04-25T03:45:19.666Z Compiling parking_lot_core v0.8.6
34622026-04-25T03:45:19.666Z Compiling atomicwrites v0.4.4
34632026-04-25T03:45:19.666Z Compiling git-stub v1.0.0
34642026-04-25T03:45:19.670Z Checking prefix-trie v0.7.0
34652026-04-25T03:45:19.670Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34662026-04-25T03:45:19.896Z Compiling git-stub-vcs v0.1.0
34672026-04-25T03:45:20.067Z Checking hickory-server v0.25.2
34682026-04-25T03:45:20.168Z Checking parking_lot v0.11.2
34692026-04-25T03:45:20.171Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34702026-04-25T03:45:20.267Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34712026-04-25T03:45:20.267Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34722026-04-25T03:45:20.369Z Checking sled v0.34.7
34732026-04-25T03:45:22.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34742026-04-25T03:45:22.418Z
34752026-04-25T03:45:22.418Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34762026-04-25T03:45:22.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-04-25T03:45:22.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-04-25T03:45:22.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-04-25T03:45:22.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34802026-04-25T03:45:22.999Z
34812026-04-25T03:45:22.999Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34822026-04-25T03:45:23.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-04-25T03:45:23.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-04-25T03:45:23.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34852026-04-25T03:45:23.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34862026-04-25T03:45:23.584Z
34872026-04-25T03:45:23.584Zinfo: running `cargo check --bins` on sp-sim (159/272)
34882026-04-25T03:45:24.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34892026-04-25T03:45:24.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34902026-04-25T03:45:24.295Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34912026-04-25T03:45:26.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
34922026-04-25T03:45:26.201Z
34932026-04-25T03:45:26.201Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
34942026-04-25T03:45:26.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34952026-04-25T03:45:26.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34962026-04-25T03:45:26.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34972026-04-25T03:45:26.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34982026-04-25T03:45:26.840Z
34992026-04-25T03:45:26.840Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35002026-04-25T03:45:27.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35012026-04-25T03:45:27.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35022026-04-25T03:45:27.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35032026-04-25T03:45:27.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35042026-04-25T03:45:27.481Z
35052026-04-25T03:45:27.481Zinfo: running `cargo check --bins` on db-macros (162/272)
35062026-04-25T03:45:27.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35072026-04-25T03:45:27.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35082026-04-25T03:45:27.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35092026-04-25T03:45:27.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35102026-04-25T03:45:28.050Z
35112026-04-25T03:45:28.050Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35122026-04-25T03:45:28.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35132026-04-25T03:45:28.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35142026-04-25T03:45:28.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35152026-04-25T03:45:28.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35162026-04-25T03:45:28.623Z
35172026-04-25T03:45:28.623Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35182026-04-25T03:45:29.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35192026-04-25T03:45:29.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35202026-04-25T03:45:29.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35212026-04-25T03:45:29.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35222026-04-25T03:45:29.257Z
35232026-04-25T03:45:29.257Zinfo: running `cargo check --bins` on authz-macros (165/272)
35242026-04-25T03:45:29.740Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35252026-04-25T03:45:29.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35262026-04-25T03:45:29.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35272026-04-25T03:45:29.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35282026-04-25T03:45:29.828Z
35292026-04-25T03:45:29.828Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35302026-04-25T03:45:30.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35312026-04-25T03:45:30.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35322026-04-25T03:45:30.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35332026-04-25T03:45:30.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35342026-04-25T03:45:30.460Z
35352026-04-25T03:45:30.461Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35362026-04-25T03:45:30.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35372026-04-25T03:45:30.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35382026-04-25T03:45:30.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35392026-04-25T03:45:30.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35402026-04-25T03:45:31.088Z
35412026-04-25T03:45:31.088Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35422026-04-25T03:45:31.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35432026-04-25T03:45:31.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35442026-04-25T03:45:31.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35452026-04-25T03:45:31.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35462026-04-25T03:45:31.659Z
35472026-04-25T03:45:31.659Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35482026-04-25T03:45:32.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35492026-04-25T03:45:32.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35502026-04-25T03:45:32.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35512026-04-25T03:45:32.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35522026-04-25T03:45:32.229Z
35532026-04-25T03:45:32.229Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35542026-04-25T03:45:32.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35552026-04-25T03:45:32.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35562026-04-25T03:45:32.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35572026-04-25T03:45:32.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35582026-04-25T03:45:32.818Z
35592026-04-25T03:45:32.818Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35602026-04-25T03:45:33.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35612026-04-25T03:45:33.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35622026-04-25T03:45:33.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35632026-04-25T03:45:33.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35642026-04-25T03:45:33.394Z
35652026-04-25T03:45:33.394Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35662026-04-25T03:45:33.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35672026-04-25T03:45:33.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35682026-04-25T03:45:33.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35692026-04-25T03:45:33.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35702026-04-25T03:45:33.965Z
35712026-04-25T03:45:33.965Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35722026-04-25T03:45:34.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35732026-04-25T03:45:34.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35742026-04-25T03:45:34.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35752026-04-25T03:45:34.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35762026-04-25T03:45:34.602Z
35772026-04-25T03:45:34.602Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35782026-04-25T03:45:35.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35792026-04-25T03:45:35.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35802026-04-25T03:45:35.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35812026-04-25T03:45:35.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35822026-04-25T03:45:35.240Z
35832026-04-25T03:45:35.240Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35842026-04-25T03:45:35.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35852026-04-25T03:45:35.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35862026-04-25T03:45:35.772Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35872026-04-25T03:45:35.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35882026-04-25T03:45:35.868Z
35892026-04-25T03:45:35.868Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35902026-04-25T03:45:36.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35912026-04-25T03:45:36.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35922026-04-25T03:45:36.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35932026-04-25T03:45:36.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35942026-04-25T03:45:36.471Z
35952026-04-25T03:45:36.471Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
35962026-04-25T03:45:36.980Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35972026-04-25T03:45:36.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35982026-04-25T03:45:36.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35992026-04-25T03:45:36.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36002026-04-25T03:45:37.075Z
36012026-04-25T03:45:37.075Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36022026-04-25T03:45:37.581Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36032026-04-25T03:45:37.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36042026-04-25T03:45:37.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36052026-04-25T03:45:37.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36062026-04-25T03:45:37.671Z
36072026-04-25T03:45:37.671Zinfo: running `cargo check --bins` on key-manager (179/272)
36082026-04-25T03:45:38.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36092026-04-25T03:45:38.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36102026-04-25T03:45:38.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36112026-04-25T03:45:38.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36122026-04-25T03:45:38.253Z
36132026-04-25T03:45:38.253Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36142026-04-25T03:45:38.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36152026-04-25T03:45:38.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36162026-04-25T03:45:38.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36172026-04-25T03:45:38.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36182026-04-25T03:45:38.854Z
36192026-04-25T03:45:38.854Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36202026-04-25T03:45:39.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36212026-04-25T03:45:39.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36222026-04-25T03:45:39.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36232026-04-25T03:45:39.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36242026-04-25T03:45:39.457Z
36252026-04-25T03:45:39.457Zinfo: running `cargo check --bins` on typed-rng (182/272)
36262026-04-25T03:45:39.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36272026-04-25T03:45:39.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36282026-04-25T03:45:39.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36292026-04-25T03:45:39.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36302026-04-25T03:45:40.027Z
36312026-04-25T03:45:40.027Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36322026-04-25T03:45:40.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36332026-04-25T03:45:40.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36342026-04-25T03:45:40.857Z Compiling typify-impl v0.4.3
36352026-04-25T03:45:40.857Z Compiling libefi-sys v0.1.0
36362026-04-25T03:45:40.861Z Compiling bitfield-struct v0.6.2
36372026-04-25T03:45:41.008Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36382026-04-25T03:45:41.018Z Compiling xshell-macros v0.2.7
36392026-04-25T03:45:41.029Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36402026-04-25T03:45:41.069Z Compiling salty v0.3.0
36412026-04-25T03:45:41.073Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36422026-04-25T03:45:41.225Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36432026-04-25T03:45:41.348Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36442026-04-25T03:45:41.363Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36452026-04-25T03:45:41.378Z Checking xshell v0.2.7
36462026-04-25T03:45:41.561Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36472026-04-25T03:45:41.591Z Checking primeorder v0.13.6
36482026-04-25T03:45:41.610Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36492026-04-25T03:45:41.727Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36502026-04-25T03:45:41.746Z Compiling proc-macro-error-attr2 v2.0.0
36512026-04-25T03:45:41.831Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36522026-04-25T03:45:41.847Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36532026-04-25T03:45:41.987Z Checking tungstenite v0.21.0
36542026-04-25T03:45:42.045Z Checking p384 v0.13.1
36552026-04-25T03:45:42.080Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36562026-04-25T03:45:42.128Z Compiling proc-macro-error2 v2.0.1
36572026-04-25T03:45:42.233Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36582026-04-25T03:45:42.405Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36592026-04-25T03:45:42.439Z Compiling num-derive v0.3.3
36602026-04-25T03:45:42.459Z Checking compression-core v0.4.31
36612026-04-25T03:45:42.594Z Compiling unicase v2.9.0
36622026-04-25T03:45:42.742Z Checking compression-codecs v0.4.37
36632026-04-25T03:45:42.813Z Compiling mime_guess v2.0.5
36642026-04-25T03:45:42.896Z Compiling tabled_derive v0.11.0
36652026-04-25T03:45:42.915Z Checking tokio-tungstenite v0.21.0
36662026-04-25T03:45:42.947Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36672026-04-25T03:45:43.223Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-04-25T03:45:43.336Z Checking libscf-sys v1.1.0
36692026-04-25T03:45:43.339Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36702026-04-25T03:45:43.467Z Checking papergrid v0.17.0
36712026-04-25T03:45:43.627Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36722026-04-25T03:45:43.743Z Checking testing_table v0.3.0
36732026-04-25T03:45:43.760Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36742026-04-25T03:45:43.843Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36752026-04-25T03:45:44.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36762026-04-25T03:45:44.094Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36772026-04-25T03:45:44.275Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36782026-04-25T03:45:44.290Z Checking toml_datetime v1.0.0+spec-1.1.0
36792026-04-25T03:45:44.305Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36802026-04-25T03:45:44.308Z Compiling dropshot v0.17.0
36812026-04-25T03:45:44.471Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36822026-04-25T03:45:44.490Z Checking corncobs v0.1.4
36832026-04-25T03:45:44.557Z Checking toml v1.0.6+spec-1.1.0
36842026-04-25T03:45:44.595Z Checking tabled v0.20.0
36852026-04-25T03:45:44.621Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36862026-04-25T03:45:44.625Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-25T03:45:44.691Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36882026-04-25T03:45:44.756Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-04-25T03:45:44.813Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36902026-04-25T03:45:44.884Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36912026-04-25T03:45:45.053Z Checking async-compression v0.4.41
36922026-04-25T03:45:45.085Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36932026-04-25T03:45:45.133Z Checking progenitor-client v0.11.2
36942026-04-25T03:45:45.299Z Compiling dropshot_endpoint v0.17.0
36952026-04-25T03:45:45.354Z Checking secrecy v0.8.0
36962026-04-25T03:45:45.369Z Checking filetime v0.2.27
36972026-04-25T03:45:45.450Z Compiling typify-macro v0.4.3
36982026-04-25T03:45:45.466Z Checking xattr v1.6.1
36992026-04-25T03:45:45.495Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37002026-04-25T03:45:45.511Z Checking http-range v0.1.5
37012026-04-25T03:45:45.593Z Checking tar v0.4.45
37022026-04-25T03:45:45.965Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37032026-04-25T03:45:46.116Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37042026-04-25T03:45:46.222Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37052026-04-25T03:45:46.608Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37062026-04-25T03:45:46.623Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37072026-04-25T03:45:46.640Z Checking atty v0.2.14
37082026-04-25T03:45:46.740Z Checking crc8 v0.1.1
37092026-04-25T03:45:46.848Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37102026-04-25T03:45:47.066Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37112026-04-25T03:45:47.154Z Compiling typify v0.4.3
37122026-04-25T03:45:47.245Z Compiling progenitor-impl v0.11.2
37132026-04-25T03:45:47.268Z Compiling progenitor-impl v0.10.0
37142026-04-25T03:45:47.568Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37152026-04-25T03:45:47.657Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37162026-04-25T03:45:47.685Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37172026-04-25T03:45:47.798Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37182026-04-25T03:45:48.155Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37192026-04-25T03:45:48.171Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37202026-04-25T03:45:48.263Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37212026-04-25T03:45:48.425Z Checking hyper-staticfile v0.10.1
37222026-04-25T03:45:48.483Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37232026-04-25T03:45:48.602Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37242026-04-25T03:45:48.693Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37252026-04-25T03:45:48.779Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37262026-04-25T03:45:48.800Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37272026-04-25T03:45:48.941Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37282026-04-25T03:45:49.071Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37292026-04-25T03:45:49.350Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37302026-04-25T03:45:49.648Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37312026-04-25T03:45:49.793Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37322026-04-25T03:45:49.834Z Compiling progenitor-macro v0.10.0
37332026-04-25T03:45:49.870Z Compiling progenitor-macro v0.11.2
37342026-04-25T03:45:49.919Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37352026-04-25T03:45:50.100Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37362026-04-25T03:45:52.739Z Checking progenitor v0.10.0
37372026-04-25T03:45:52.790Z Checking progenitor v0.11.2
37382026-04-25T03:45:52.878Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37392026-04-25T03:45:52.923Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37402026-04-25T03:45:57.562Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37412026-04-25T03:46:08.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.55s
37422026-04-25T03:46:08.791Z
37432026-04-25T03:46:08.791Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37442026-04-25T03:46:09.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37452026-04-25T03:46:09.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37462026-04-25T03:46:09.558Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37472026-04-25T03:46:20.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
37482026-04-25T03:46:20.694Z
37492026-04-25T03:46:20.694Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37502026-04-25T03:46:21.243Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37512026-04-25T03:46:21.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37522026-04-25T03:46:21.463Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37532026-04-25T03:46:32.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.87s
37542026-04-25T03:46:32.788Z
37552026-04-25T03:46:32.788Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37562026-04-25T03:46:33.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37572026-04-25T03:46:33.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37582026-04-25T03:46:33.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37592026-04-25T03:46:44.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.72s
37602026-04-25T03:46:44.739Z
37612026-04-25T03:46:44.739Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37622026-04-25T03:46:45.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37632026-04-25T03:46:45.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37642026-04-25T03:46:45.508Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37652026-04-25T03:46:56.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.66s
37662026-04-25T03:46:56.615Z
37672026-04-25T03:46:56.615Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37682026-04-25T03:46:57.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37692026-04-25T03:46:57.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37702026-04-25T03:46:57.381Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37712026-04-25T03:47:08.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.83s
37722026-04-25T03:47:08.662Z
37732026-04-25T03:47:08.662Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37742026-04-25T03:47:09.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37752026-04-25T03:47:09.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37762026-04-25T03:47:09.433Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37772026-04-25T03:47:20.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.73s
37782026-04-25T03:47:20.614Z
37792026-04-25T03:47:20.615Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37802026-04-25T03:47:21.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37812026-04-25T03:47:21.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37822026-04-25T03:47:21.385Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37832026-04-25T03:47:32.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
37842026-04-25T03:47:32.544Z
37852026-04-25T03:47:32.545Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37862026-04-25T03:47:33.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37872026-04-25T03:47:33.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37882026-04-25T03:47:33.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37892026-04-25T03:47:33.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37902026-04-25T03:47:33.142Z
37912026-04-25T03:47:33.142Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
37922026-04-25T03:47:33.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37932026-04-25T03:47:33.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37942026-04-25T03:47:33.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37952026-04-25T03:47:33.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37962026-04-25T03:47:33.738Z
37972026-04-25T03:47:33.738Zinfo: running `cargo check --bins` on range-requests (193/272)
37982026-04-25T03:47:34.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37992026-04-25T03:47:34.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38002026-04-25T03:47:34.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38012026-04-25T03:47:34.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38022026-04-25T03:47:34.324Z
38032026-04-25T03:47:34.324Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38042026-04-25T03:47:34.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38052026-04-25T03:47:34.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38062026-04-25T03:47:34.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38072026-04-25T03:47:34.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38082026-04-25T03:47:34.914Z
38092026-04-25T03:47:34.914Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38102026-04-25T03:47:35.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38112026-04-25T03:47:35.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38122026-04-25T03:47:35.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38132026-04-25T03:47:35.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38142026-04-25T03:47:35.525Z
38152026-04-25T03:47:35.525Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38162026-04-25T03:47:36.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38172026-04-25T03:47:36.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38182026-04-25T03:47:36.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38192026-04-25T03:47:36.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38202026-04-25T03:47:36.136Z
38212026-04-25T03:47:36.136Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38222026-04-25T03:47:36.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-04-25T03:47:36.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-04-25T03:47:36.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-04-25T03:47:36.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38262026-04-25T03:47:36.751Z
38272026-04-25T03:47:36.751Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38282026-04-25T03:47:37.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-04-25T03:47:37.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-04-25T03:47:37.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-04-25T03:47:37.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-04-25T03:47:37.367Z
38332026-04-25T03:47:37.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38342026-04-25T03:47:37.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-04-25T03:47:37.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-04-25T03:47:37.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-04-25T03:47:37.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38382026-04-25T03:47:37.985Z
38392026-04-25T03:47:37.985Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38402026-04-25T03:47:38.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-04-25T03:47:38.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-04-25T03:47:38.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38432026-04-25T03:47:38.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38442026-04-25T03:47:38.597Z
38452026-04-25T03:47:38.597Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38462026-04-25T03:47:39.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-04-25T03:47:39.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-04-25T03:47:39.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38492026-04-25T03:47:39.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38502026-04-25T03:47:39.212Z
38512026-04-25T03:47:39.212Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38522026-04-25T03:47:39.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38532026-04-25T03:47:39.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38542026-04-25T03:47:39.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38552026-04-25T03:47:39.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38562026-04-25T03:47:39.827Z
38572026-04-25T03:47:39.827Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38582026-04-25T03:47:40.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38592026-04-25T03:47:40.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38602026-04-25T03:47:40.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38612026-04-25T03:47:40.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38622026-04-25T03:47:40.441Z
38632026-04-25T03:47:40.442Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38642026-04-25T03:47:40.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38652026-04-25T03:47:40.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38662026-04-25T03:47:40.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38672026-04-25T03:47:40.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38682026-04-25T03:47:41.037Z
38692026-04-25T03:47:41.038Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38702026-04-25T03:47:41.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38712026-04-25T03:47:41.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38722026-04-25T03:47:41.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38732026-04-25T03:47:41.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38742026-04-25T03:47:41.655Z
38752026-04-25T03:47:41.655Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38762026-04-25T03:47:42.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-04-25T03:47:42.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-04-25T03:47:42.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38792026-04-25T03:47:42.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38802026-04-25T03:47:42.286Z
38812026-04-25T03:47:42.286Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38822026-04-25T03:47:42.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38832026-04-25T03:47:42.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38842026-04-25T03:47:42.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38852026-04-25T03:47:42.832Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38862026-04-25T03:47:42.929Z
38872026-04-25T03:47:42.930Zinfo: running `cargo check --bins` on update-common (208/272)
38882026-04-25T03:47:43.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38892026-04-25T03:47:43.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38902026-04-25T03:47:43.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38912026-04-25T03:47:43.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38922026-04-25T03:47:43.532Z
38932026-04-25T03:47:43.532Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
38942026-04-25T03:47:44.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38952026-04-25T03:47:44.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38962026-04-25T03:47:44.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38972026-04-25T03:47:44.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38982026-04-25T03:47:44.174Z
38992026-04-25T03:47:44.174Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39002026-04-25T03:47:44.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-04-25T03:47:44.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-04-25T03:47:44.930Z Compiling fs-err v2.11.0
39032026-04-25T03:47:44.933Z Checking ignore v0.4.25
39042026-04-25T03:47:44.933Z Checking arc-swap v1.8.2
39052026-04-25T03:47:44.934Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39062026-04-25T03:47:45.058Z Checking predicates-tree v1.0.13
39072026-04-25T03:47:45.080Z Checking parse-size v1.1.0
39082026-04-25T03:47:45.094Z Checking rand_seeder v0.4.0
39092026-04-25T03:47:45.105Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39102026-04-25T03:47:45.170Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39112026-04-25T03:47:45.191Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39122026-04-25T03:47:45.232Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39132026-04-25T03:47:45.259Z Checking slog-scope v4.4.1
39142026-04-25T03:47:45.374Z Compiling petname v2.0.2
39152026-04-25T03:47:45.390Z Checking slog-stdlog v4.1.1
39162026-04-25T03:47:45.403Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39172026-04-25T03:47:45.433Z Checking globwalk v0.9.1
39182026-04-25T03:47:45.479Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39192026-04-25T03:47:45.508Z Checking slog-envlogger v2.2.0
39202026-04-25T03:47:45.610Z Checking camino-tempfile-ext v0.3.3
39212026-04-25T03:47:45.624Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39222026-04-25T03:47:45.654Z Checking sapling-renderdag v0.1.0
39232026-04-25T03:47:45.782Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39242026-04-25T03:47:45.806Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39252026-04-25T03:47:45.891Z Checking subprocess v0.2.15
39262026-04-25T03:47:45.960Z Checking sync-ptr v0.1.4
39272026-04-25T03:47:46.010Z Checking colored v2.2.0
39282026-04-25T03:47:46.075Z Checking assert_matches v1.5.0
39292026-04-25T03:47:46.145Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39302026-04-25T03:47:46.162Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39312026-04-25T03:47:46.278Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39322026-04-25T03:47:46.281Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39332026-04-25T03:47:46.868Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39342026-04-25T03:47:48.160Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39352026-04-25T03:47:50.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.14s
39362026-04-25T03:47:50.533Z
39372026-04-25T03:47:50.533Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39382026-04-25T03:47:51.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-04-25T03:47:51.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-04-25T03:47:51.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39412026-04-25T03:47:51.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39422026-04-25T03:47:51.115Z
39432026-04-25T03:47:51.115Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39442026-04-25T03:47:51.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-04-25T03:47:51.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-04-25T03:47:51.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-04-25T03:47:51.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39482026-04-25T03:47:51.763Z
39492026-04-25T03:47:51.763Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39502026-04-25T03:47:52.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-04-25T03:47:52.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-04-25T03:47:52.474Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39532026-04-25T03:47:52.474Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39542026-04-25T03:47:53.114Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39552026-04-25T03:47:54.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
39562026-04-25T03:47:54.851Z
39572026-04-25T03:47:54.851Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39582026-04-25T03:47:55.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-04-25T03:47:55.348Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-04-25T03:47:55.348Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-04-25T03:47:55.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39622026-04-25T03:47:55.440Z
39632026-04-25T03:47:55.440Zinfo: running `cargo check --bins` on cert-dev (215/272)
39642026-04-25T03:47:55.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-04-25T03:47:55.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-04-25T03:47:56.039Z Checking yasna v0.5.2
39672026-04-25T03:47:56.438Z Checking rcgen v0.12.1
39682026-04-25T03:47:56.688Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39692026-04-25T03:47:56.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39702026-04-25T03:47:57.047Z
39712026-04-25T03:47:57.047Zinfo: running `cargo check --bins` on clickana (216/272)
39722026-04-25T03:47:57.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-04-25T03:47:57.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-04-25T03:47:57.683Z Compiling darling_core v0.23.0
39752026-04-25T03:47:57.685Z Compiling instability v0.3.11
39762026-04-25T03:47:57.788Z Checking castaway v0.2.4
39772026-04-25T03:47:57.797Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39782026-04-25T03:47:57.804Z Compiling indoc v2.0.7
39792026-04-25T03:47:57.821Z Checking unicode-truncate v1.1.0
39802026-04-25T03:47:57.824Z Checking lru v0.12.5
39812026-04-25T03:47:57.824Z Checking cassowary v0.3.0
39822026-04-25T03:47:57.884Z Checking compact_str v0.8.1
39832026-04-25T03:47:58.743Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39842026-04-25T03:47:58.911Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39852026-04-25T03:47:59.191Z Compiling darling_macro v0.23.0
39862026-04-25T03:47:59.598Z Compiling darling v0.23.0
39872026-04-25T03:48:00.187Z Checking ratatui v0.29.0
39882026-04-25T03:48:01.223Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39892026-04-25T03:48:01.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.83s
39902026-04-25T03:48:02.058Z
39912026-04-25T03:48:02.058Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
39922026-04-25T03:48:02.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-04-25T03:48:02.586Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-04-25T03:48:02.761Z Checking headers-core v0.3.0
39952026-04-25T03:48:02.764Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39962026-04-25T03:48:02.955Z Checking headers v0.4.1
39972026-04-25T03:48:03.321Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
39982026-04-25T03:48:04.163Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39992026-04-25T03:48:04.643Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40002026-04-25T03:48:05.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
40012026-04-25T03:48:05.244Z
40022026-04-25T03:48:05.244Zinfo: running `cargo check --bins` on ch-dev (218/272)
40032026-04-25T03:48:05.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40042026-04-25T03:48:05.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40052026-04-25T03:48:05.952Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40062026-04-25T03:48:06.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40072026-04-25T03:48:06.887Z
40082026-04-25T03:48:06.887Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40092026-04-25T03:48:07.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40102026-04-25T03:48:07.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40112026-04-25T03:48:07.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40122026-04-25T03:48:07.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40132026-04-25T03:48:07.350Z
40142026-04-25T03:48:07.350Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40152026-04-25T03:48:07.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40162026-04-25T03:48:07.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40172026-04-25T03:48:08.055Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40182026-04-25T03:48:09.014Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40192026-04-25T03:48:09.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s
40202026-04-25T03:48:09.536Z
40212026-04-25T03:48:09.536Zinfo: running `cargo check --bins` on db-dev (221/272)
40222026-04-25T03:48:10.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-04-25T03:48:10.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-04-25T03:48:10.245Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40252026-04-25T03:48:10.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
40262026-04-25T03:48:11.194Z
40272026-04-25T03:48:11.194Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40282026-04-25T03:48:11.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-04-25T03:48:11.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-04-25T03:48:11.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-04-25T03:48:11.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40322026-04-25T03:48:11.834Z
40332026-04-25T03:48:11.834Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40342026-04-25T03:48:12.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-04-25T03:48:12.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-04-25T03:48:12.437Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40372026-04-25T03:48:13.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.26s
40382026-04-25T03:48:13.288Z
40392026-04-25T03:48:13.288Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40402026-04-25T03:48:13.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40412026-04-25T03:48:13.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40422026-04-25T03:48:14.030Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40432026-04-25T03:48:14.030Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40442026-04-25T03:48:14.030Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40452026-04-25T03:48:14.034Z Checking git-stub v1.0.0
40462026-04-25T03:48:14.034Z Compiling trait-variant v0.1.2
40472026-04-25T03:48:14.034Z Checking is_ci v1.2.0
40482026-04-25T03:48:14.034Z Checking maplit v1.0.2
40492026-04-25T03:48:14.158Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40502026-04-25T03:48:14.236Z Checking supports-color v3.0.2
40512026-04-25T03:48:14.236Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40522026-04-25T03:48:14.312Z Checking git-stub-vcs v0.1.0
40532026-04-25T03:48:14.356Z Checking drift v0.1.3
40542026-04-25T03:48:14.417Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40552026-04-25T03:48:14.432Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40562026-04-25T03:48:14.502Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40572026-04-25T03:48:14.613Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40582026-04-25T03:48:14.643Z Checking dropshot-api-manager v0.6.0
40592026-04-25T03:48:14.702Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40602026-04-25T03:48:14.717Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40612026-04-25T03:48:14.883Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-04-25T03:48:14.928Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40632026-04-25T03:48:15.088Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40642026-04-25T03:48:15.420Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40652026-04-25T03:48:20.334Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40662026-04-25T03:48:21.389Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40672026-04-25T03:48:21.927Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40682026-04-25T03:48:22.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.04s
40692026-04-25T03:48:22.541Z
40702026-04-25T03:48:22.541Zinfo: running `cargo check --bins` on installinator-api (225/272)
40712026-04-25T03:48:23.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-04-25T03:48:23.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-04-25T03:48:23.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-04-25T03:48:23.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40752026-04-25T03:48:23.136Z
40762026-04-25T03:48:23.136Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40772026-04-25T03:48:23.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-04-25T03:48:23.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-04-25T03:48:23.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-04-25T03:48:23.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40812026-04-25T03:48:23.775Z
40822026-04-25T03:48:23.775Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40832026-04-25T03:48:24.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-04-25T03:48:24.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-04-25T03:48:24.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-04-25T03:48:24.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40872026-04-25T03:48:24.416Z
40882026-04-25T03:48:24.416Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40892026-04-25T03:48:24.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-04-25T03:48:24.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-04-25T03:48:24.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-04-25T03:48:24.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40932026-04-25T03:48:25.059Z
40942026-04-25T03:48:25.059Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
40952026-04-25T03:48:25.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-04-25T03:48:25.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-04-25T03:48:25.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-04-25T03:48:25.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40992026-04-25T03:48:25.659Z
41002026-04-25T03:48:25.659Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41012026-04-25T03:48:26.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-04-25T03:48:26.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-04-25T03:48:26.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-04-25T03:48:26.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-04-25T03:48:26.245Z
41062026-04-25T03:48:26.245Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41072026-04-25T03:48:26.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-04-25T03:48:26.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-04-25T03:48:26.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-04-25T03:48:26.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41112026-04-25T03:48:26.857Z
41122026-04-25T03:48:26.857Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41132026-04-25T03:48:27.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-04-25T03:48:27.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-04-25T03:48:27.460Z Checking typeid v1.0.3
41162026-04-25T03:48:27.573Z Checking ordered-float v2.10.1
41172026-04-25T03:48:27.594Z Checking unicode-xid v0.2.6
41182026-04-25T03:48:27.613Z Checking cargo-platform v0.2.0
41192026-04-25T03:48:27.638Z Checking erased-serde v0.4.9
41202026-04-25T03:48:27.770Z Checking serde-value v0.7.0
41212026-04-25T03:48:27.943Z Checking serde-untagged v0.1.9
41222026-04-25T03:48:28.096Z Checking cargo-util-schemas v0.8.2
41232026-04-25T03:48:28.774Z Checking cargo_metadata v0.21.0
41242026-04-25T03:48:29.367Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41252026-04-25T03:48:30.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41262026-04-25T03:48:30.224Z
41272026-04-25T03:48:30.224Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41282026-04-25T03:48:30.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-04-25T03:48:30.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-04-25T03:48:30.949Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41312026-04-25T03:48:31.559Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41322026-04-25T03:48:32.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
41332026-04-25T03:48:32.250Z
41342026-04-25T03:48:32.250Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41352026-04-25T03:48:32.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41362026-04-25T03:48:32.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41372026-04-25T03:48:33.092Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41382026-04-25T03:48:33.092Z Compiling vergen-gitcl v1.0.8
41392026-04-25T03:48:33.092Z Compiling dirs-sys-next v0.1.2
41402026-04-25T03:48:33.096Z Compiling glob v0.3.3
41412026-04-25T03:48:33.096Z Compiling diesel_derives v2.3.7
41422026-04-25T03:48:33.096Z Compiling crunchy v0.2.4
41432026-04-25T03:48:33.096Z Compiling dsl_auto_type v0.2.0
41442026-04-25T03:48:33.096Z Checking scheduled-thread-pool v0.2.7
41452026-04-25T03:48:33.371Z Compiling diesel_table_macro_syntax v0.3.0
41462026-04-25T03:48:33.497Z Compiling dirs-next v2.0.0
41472026-04-25T03:48:33.511Z Compiling tiny-keccak v2.0.2
41482026-04-25T03:48:33.574Z Checking r2d2 v0.8.10
41492026-04-25T03:48:33.601Z Compiling clang-sys v1.8.1
41502026-04-25T03:48:33.615Z Compiling term v0.7.0
41512026-04-25T03:48:33.630Z Checking downcast-rs v2.0.2
41522026-04-25T03:48:33.724Z Compiling bit-vec v0.6.3
41532026-04-25T03:48:33.763Z Compiling itertools v0.10.5
41542026-04-25T03:48:33.944Z Compiling bit-set v0.5.3
41552026-04-25T03:48:33.981Z Compiling ascii-canvas v3.0.0
41562026-04-25T03:48:34.100Z Compiling ena v0.14.4
41572026-04-25T03:48:34.115Z Compiling libloading v0.8.9
41582026-04-25T03:48:34.177Z Compiling diff v0.1.13
41592026-04-25T03:48:34.197Z Compiling regex-syntax v0.6.29
41602026-04-25T03:48:34.221Z Compiling bindgen v0.71.1
41612026-04-25T03:48:34.323Z Compiling cexpr v0.6.0
41622026-04-25T03:48:34.441Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41632026-04-25T03:48:34.632Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41642026-04-25T03:48:34.692Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41652026-04-25T03:48:34.783Z Compiling libxml v0.3.3
41662026-04-25T03:48:34.862Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41672026-04-25T03:48:34.985Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41682026-04-25T03:48:35.031Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41692026-04-25T03:48:35.176Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41702026-04-25T03:48:35.218Z Compiling strum_macros v0.24.3
41712026-04-25T03:48:35.270Z Compiling indoc v1.0.9
41722026-04-25T03:48:35.702Z Compiling lalrpop v0.19.12
41732026-04-25T03:48:36.244Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41742026-04-25T03:48:36.269Z Checking derive_builder v0.20.2
41752026-04-25T03:48:36.385Z Compiling oso-derive v0.27.3
41762026-04-25T03:48:36.433Z Checking quick-xml v0.37.5
41772026-04-25T03:48:36.544Z Compiling impl-trait-for-tuples v0.2.3
41782026-04-25T03:48:36.873Z Checking openssl-probe v0.1.6
41792026-04-25T03:48:37.011Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41802026-04-25T03:48:37.312Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41812026-04-25T03:48:37.506Z Checking bb8 v0.8.6
41822026-04-25T03:48:37.769Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41832026-04-25T03:48:37.793Z Checking nonempty v0.12.0
41842026-04-25T03:48:37.943Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41852026-04-25T03:48:37.973Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41862026-04-25T03:48:37.994Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41872026-04-25T03:48:38.075Z Checking console v0.16.2
41882026-04-25T03:48:38.150Z Checking unit-prefix v0.5.2
41892026-04-25T03:48:38.185Z Checking support-bundle-viewer v0.1.2
41902026-04-25T03:48:38.283Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41912026-04-25T03:48:38.382Z Checking indicatif v0.18.4
41922026-04-25T03:48:38.429Z Checking multimap v0.10.1
41932026-04-25T03:48:39.078Z Checking diesel v2.3.7
41942026-04-25T03:48:40.782Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41952026-04-25T03:48:41.486Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41962026-04-25T03:48:41.511Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41972026-04-25T03:48:41.764Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41982026-04-25T03:48:42.018Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41992026-04-25T03:48:42.388Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42002026-04-25T03:48:43.170Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42012026-04-25T03:48:43.796Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42022026-04-25T03:48:45.786Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42032026-04-25T03:48:50.585Z Compiling samael v0.0.19
42042026-04-25T03:48:54.590Z Checking diesel-dtrace v0.5.0
42052026-04-25T03:48:54.832Z Checking async-bb8-diesel v0.2.1
42062026-04-25T03:48:55.953Z Compiling polar-core v0.27.3
42072026-04-25T03:49:00.350Z Checking oso v0.27.3
42082026-04-25T03:49:36.528Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42092026-04-25T03:50:09.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42102026-04-25T03:50:09.498Z
42112026-04-25T03:50:09.499Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42122026-04-25T03:50:10.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-04-25T03:50:10.050Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-04-25T03:50:10.050Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-04-25T03:50:10.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42162026-04-25T03:50:10.155Z
42172026-04-25T03:50:10.155Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42182026-04-25T03:50:10.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-04-25T03:50:10.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-04-25T03:50:10.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-04-25T03:50:10.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42222026-04-25T03:50:10.808Z
42232026-04-25T03:50:10.808Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42242026-04-25T03:50:11.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-04-25T03:50:11.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-04-25T03:50:11.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-04-25T03:50:11.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42282026-04-25T03:50:11.396Z
42292026-04-25T03:50:11.396Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42302026-04-25T03:50:11.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-04-25T03:50:11.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-04-25T03:50:12.256Z Compiling libz-sys v1.1.24
42332026-04-25T03:50:12.386Z Compiling libgit2-sys v0.18.3+1.9.2
42342026-04-25T03:50:12.396Z Compiling vergen-git2 v1.0.7
42352026-04-25T03:50:12.404Z Compiling rustls v0.21.12
42362026-04-25T03:50:12.414Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42372026-04-25T03:50:12.425Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42382026-04-25T03:50:12.428Z Checking rustls-webpki v0.101.7
42392026-04-25T03:50:12.428Z Checking sct v0.7.1
42402026-04-25T03:50:12.564Z Compiling nix v0.29.0
42412026-04-25T03:50:12.609Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42422026-04-25T03:50:12.612Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42432026-04-25T03:50:12.697Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42442026-04-25T03:50:12.764Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42452026-04-25T03:50:12.927Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42462026-04-25T03:50:12.971Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42472026-04-25T03:50:13.000Z Checking rustls-pemfile v1.0.4
42482026-04-25T03:50:13.130Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42492026-04-25T03:50:13.201Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42502026-04-25T03:50:13.325Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42512026-04-25T03:50:13.386Z Checking twox-hash v2.1.2
42522026-04-25T03:50:13.546Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42532026-04-25T03:50:14.031Z Checking tokio-rustls v0.24.1
42542026-04-25T03:50:14.129Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42552026-04-25T03:50:14.189Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42562026-04-25T03:50:14.229Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42572026-04-25T03:50:14.281Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42582026-04-25T03:50:14.744Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42592026-04-25T03:50:14.852Z Checking fatfs v0.3.6
42602026-04-25T03:50:14.885Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42612026-04-25T03:50:14.922Z Compiling seq-macro v0.3.6
42622026-04-25T03:50:19.042Z Compiling git2 v0.20.4
42632026-04-25T03:50:19.082Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42642026-04-25T03:50:19.204Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42652026-04-25T03:50:21.245Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42662026-04-25T03:51:07.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.27s
42672026-04-25T03:51:07.890Z
42682026-04-25T03:51:07.890Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42692026-04-25T03:51:08.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42702026-04-25T03:51:08.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42712026-04-25T03:51:08.766Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42722026-04-25T03:51:46.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.91s
42732026-04-25T03:51:47.029Z
42742026-04-25T03:51:47.029Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42752026-04-25T03:51:47.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-04-25T03:51:47.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-04-25T03:51:47.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42782026-04-25T03:51:47.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42792026-04-25T03:51:47.618Z
42802026-04-25T03:51:47.618Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42812026-04-25T03:51:48.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42822026-04-25T03:51:48.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42832026-04-25T03:51:48.160Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42842026-04-25T03:51:48.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42852026-04-25T03:51:48.262Z
42862026-04-25T03:51:48.262Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42872026-04-25T03:51:48.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42882026-04-25T03:51:48.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42892026-04-25T03:51:48.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42902026-04-25T03:51:48.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42912026-04-25T03:51:48.908Z
42922026-04-25T03:51:48.908Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
42932026-04-25T03:51:49.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42942026-04-25T03:51:49.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42952026-04-25T03:51:49.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42962026-04-25T03:51:49.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42972026-04-25T03:51:49.560Z
42982026-04-25T03:51:49.560Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
42992026-04-25T03:51:50.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-04-25T03:51:50.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-04-25T03:51:50.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43022026-04-25T03:51:50.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43032026-04-25T03:51:50.207Z
43042026-04-25T03:51:50.208Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43052026-04-25T03:51:50.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-04-25T03:51:50.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-04-25T03:51:50.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-04-25T03:51:50.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43092026-04-25T03:51:50.870Z
43102026-04-25T03:51:50.870Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43112026-04-25T03:51:51.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-04-25T03:51:51.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-04-25T03:51:51.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-04-25T03:51:51.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43152026-04-25T03:51:51.529Z
43162026-04-25T03:51:51.529Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43172026-04-25T03:51:52.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-04-25T03:51:52.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-04-25T03:51:52.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-04-25T03:51:52.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43212026-04-25T03:51:52.187Z
43222026-04-25T03:51:52.188Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43232026-04-25T03:51:52.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-04-25T03:51:52.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-04-25T03:51:53.080Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43262026-04-25T03:51:53.083Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43272026-04-25T03:51:53.270Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43282026-04-25T03:51:53.301Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43292026-04-25T03:51:53.317Z Checking yansi v1.0.1
43302026-04-25T03:51:53.317Z Checking diff v0.1.13
43312026-04-25T03:51:53.320Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43322026-04-25T03:51:53.344Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43332026-04-25T03:51:53.399Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43342026-04-25T03:51:53.561Z Checking pretty_assertions v1.4.1
43352026-04-25T03:51:54.206Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43362026-04-25T03:52:17.484Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43372026-04-25T03:52:17.487Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43382026-04-25T03:52:17.487Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43392026-04-25T03:52:17.487Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-04-25T03:52:17.487Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43412026-04-25T03:52:17.487Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43422026-04-25T03:52:18.289Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43432026-04-25T03:52:19.345Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43442026-04-25T03:52:57.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43452026-04-25T03:52:57.718Z
43462026-04-25T03:52:57.718Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43472026-04-25T03:52:58.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-04-25T03:52:58.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-04-25T03:52:58.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-04-25T03:52:58.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43512026-04-25T03:52:58.301Z
43522026-04-25T03:52:58.301Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43532026-04-25T03:52:58.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-04-25T03:52:58.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-04-25T03:52:59.062Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43562026-04-25T03:52:59.182Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43572026-04-25T03:52:59.187Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43582026-04-25T03:53:24.735Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43592026-04-25T03:53:25.107Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43602026-04-25T03:53:26.811Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43612026-04-25T03:53:27.244Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43622026-04-25T03:53:30.158Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43632026-04-25T03:53:52.381Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43642026-04-25T03:53:53.069Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43652026-04-25T03:53:54.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.34s
43662026-04-25T03:53:54.868Z
43672026-04-25T03:53:54.868Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43682026-04-25T03:53:55.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43692026-04-25T03:53:55.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43702026-04-25T03:53:55.565Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43712026-04-25T03:53:56.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
43722026-04-25T03:53:56.420Z
43732026-04-25T03:53:56.420Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43742026-04-25T03:53:56.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43752026-04-25T03:53:56.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43762026-04-25T03:53:57.064Z Compiling blake3 v1.8.3
43772026-04-25T03:53:57.175Z Checking arrayref v0.3.9
43782026-04-25T03:53:57.180Z Checking arrayvec v0.7.6
43792026-04-25T03:53:57.180Z Checking constant_time_eq v0.4.2
43802026-04-25T03:53:57.195Z Checking topological-sort v0.2.2
43812026-04-25T03:53:57.200Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43822026-04-25T03:53:57.200Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43832026-04-25T03:53:57.201Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43842026-04-25T03:53:57.237Z Checking shell-words v1.1.1
43852026-04-25T03:53:58.040Z Checking omicron-zone-package v0.12.2
43862026-04-25T03:53:58.745Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43872026-04-25T03:53:59.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s
43882026-04-25T03:53:59.746Z
43892026-04-25T03:53:59.747Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43902026-04-25T03:54:00.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43912026-04-25T03:54:00.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43922026-04-25T03:54:00.389Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43932026-04-25T03:54:00.706Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43942026-04-25T03:54:01.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
43952026-04-25T03:54:01.276Z
43962026-04-25T03:54:01.276Zinfo: running `cargo check --bins` on schema (254/272)
43972026-04-25T03:54:01.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-04-25T03:54:01.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-04-25T03:54:01.994Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44002026-04-25T03:54:02.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
44012026-04-25T03:54:02.859Z
44022026-04-25T03:54:02.859Zinfo: running `cargo check --bins` on xtask (255/272)
44032026-04-25T03:54:03.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-04-25T03:54:03.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-04-25T03:54:03.308Z Checking libc v0.2.185
44062026-04-25T03:54:03.315Z Checking serde v1.0.228
44072026-04-25T03:54:03.395Z Checking zerofrom v0.1.6
44082026-04-25T03:54:03.400Z Checking bitflags v2.11.0
44092026-04-25T03:54:03.405Z Checking hashbrown v0.16.1
44102026-04-25T03:54:03.409Z Checking smallvec v1.15.1
44112026-04-25T03:54:03.422Z Checking serde_json v1.0.149
44122026-04-25T03:54:03.426Z Checking scroll v0.12.0
44132026-04-25T03:54:03.497Z Checking yoke v0.8.1
44142026-04-25T03:54:03.542Z Checking num-traits v0.2.19
44152026-04-25T03:54:03.583Z Checking thiserror v1.0.69
44162026-04-25T03:54:03.651Z Checking log v0.4.29
44172026-04-25T03:54:03.661Z Checking zerovec v0.11.5
44182026-04-25T03:54:03.675Z Checking zerotrie v0.2.3
44192026-04-25T03:54:03.696Z Checking errno v0.3.14
44202026-04-25T03:54:03.774Z Checking serde_spanned v0.6.9
44212026-04-25T03:54:03.795Z Checking toml_datetime v0.6.11
44222026-04-25T03:54:03.806Z Checking rustix v1.1.3
44232026-04-25T03:54:03.859Z Checking indexmap v2.13.0
44242026-04-25T03:54:03.894Z Checking percent-encoding v2.3.2
44252026-04-25T03:54:03.915Z Checking zerocopy v0.7.35
44262026-04-25T03:54:03.968Z Checking goblin v0.8.2
44272026-04-25T03:54:04.015Z Checking getrandom v0.4.1
44282026-04-25T03:54:04.051Z Checking form_urlencoded v1.2.2
44292026-04-25T03:54:04.078Z Checking ordered-float v2.10.1
44302026-04-25T03:54:04.119Z Checking tinystr v0.8.2
44312026-04-25T03:54:04.157Z Checking potential_utf v0.1.4
44322026-04-25T03:54:04.161Z Checking thiserror v2.0.18
44332026-04-25T03:54:04.256Z Checking syn v2.0.117
44342026-04-25T03:54:04.266Z Checking icu_collections v2.1.1
44352026-04-25T03:54:04.271Z Checking icu_locale_core v2.1.1
44362026-04-25T03:54:04.285Z Checking serde-value v0.7.0
44372026-04-25T03:54:04.384Z Checking toml_edit v0.22.27
44382026-04-25T03:54:04.399Z Checking dtrace-parser v0.2.0
44392026-04-25T03:54:04.483Z Checking thread-id v4.2.2
44402026-04-25T03:54:04.565Z Checking once_cell v1.21.3
44412026-04-25T03:54:04.577Z Checking cargo-platform v0.2.0
44422026-04-25T03:54:04.611Z Checking terminal_size v0.4.3
44432026-04-25T03:54:04.632Z Checking memmap v0.7.0
44442026-04-25T03:54:04.733Z Checking clap_builder v4.5.60
44452026-04-25T03:54:04.737Z Checking tempfile v3.25.0
44462026-04-25T03:54:04.754Z Checking textwrap v0.16.2
44472026-04-25T03:54:04.763Z Checking fs-err v3.3.0
44482026-04-25T03:54:04.816Z Checking icu_provider v2.1.1
44492026-04-25T03:54:04.928Z Checking camino-tempfile v1.4.1
44502026-04-25T03:54:04.939Z Checking tabled v0.15.0
44512026-04-25T03:54:04.953Z Checking anyhow v1.0.102
44522026-04-25T03:54:05.051Z Checking icu_normalizer v2.1.1
44532026-04-25T03:54:05.080Z Checking icu_properties v2.1.2
44542026-04-25T03:54:05.149Z Checking macaddr v1.0.1
44552026-04-25T03:54:05.334Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44562026-04-25T03:54:05.461Z Checking toml v0.8.23
44572026-04-25T03:54:05.760Z Checking cargo_toml v0.21.0
44582026-04-25T03:54:05.828Z Checking dof v0.3.0
44592026-04-25T03:54:05.885Z Checking idna_adapter v1.2.1
44602026-04-25T03:54:05.924Z Checking clap v4.5.60
44612026-04-25T03:54:05.998Z Checking idna v1.1.0
44622026-04-25T03:54:06.093Z Checking usdt-impl v0.5.0
44632026-04-25T03:54:06.215Z Checking url v2.5.8
44642026-04-25T03:54:06.344Z Checking usdt v0.5.0
44652026-04-25T03:54:06.576Z Checking cargo-util-schemas v0.8.2
44662026-04-25T03:54:07.238Z Checking cargo_metadata v0.21.0
44672026-04-25T03:54:07.852Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44682026-04-25T03:54:08.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s
44692026-04-25T03:54:08.362Z
44702026-04-25T03:54:08.362Zinfo: running `cargo check --bins` on dnsadm (256/272)
44712026-04-25T03:54:08.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44722026-04-25T03:54:08.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44732026-04-25T03:54:09.009Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44742026-04-25T03:54:09.458Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44752026-04-25T03:54:09.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
44762026-04-25T03:54:10.022Z
44772026-04-25T03:54:10.022Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44782026-04-25T03:54:10.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-04-25T03:54:10.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-04-25T03:54:10.817Z Checking polyval v0.6.2
44812026-04-25T03:54:10.939Z Checking ctr v0.9.2
44822026-04-25T03:54:10.950Z Checking ssh-encoding v0.2.0
44832026-04-25T03:54:10.950Z Checking blowfish v0.9.1
44842026-04-25T03:54:10.972Z Checking password-hash v0.4.2
44852026-04-25T03:54:10.988Z Checking p521 v0.13.3
44862026-04-25T03:54:10.988Z Checking p256 v0.13.2
44872026-04-25T03:54:11.015Z Checking russh-cryptovec v0.7.3
44882026-04-25T03:54:11.083Z Checking ghash v0.5.1
44892026-04-25T03:54:11.093Z Checking bcrypt-pbkdf v0.10.0
44902026-04-25T03:54:11.102Z Checking md5 v0.7.0
44912026-04-25T03:54:11.122Z Checking num-bigint v0.4.6
44922026-04-25T03:54:11.139Z Checking des v0.8.1
44932026-04-25T03:54:11.179Z Checking pbkdf2 v0.11.0
44942026-04-25T03:54:11.192Z Checking aes-gcm v0.10.3
44952026-04-25T03:54:11.237Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44962026-04-25T03:54:11.253Z Checking hex-literal v0.4.1
44972026-04-25T03:54:11.267Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44982026-04-25T03:54:11.285Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44992026-04-25T03:54:11.337Z Checking socket2 v0.5.10
45002026-04-25T03:54:11.344Z Checking ssh-cipher v0.2.0
45012026-04-25T03:54:11.364Z Checking internet-checksum v0.2.1
45022026-04-25T03:54:11.504Z Checking ssh-key v0.6.7
45032026-04-25T03:54:11.621Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45042026-04-25T03:54:15.346Z Checking russh-keys v0.45.0
45052026-04-25T03:54:15.354Z Checking russh v0.45.0
45062026-04-25T03:54:27.360Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45072026-04-25T03:54:28.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.51s
45082026-04-25T03:54:28.742Z
45092026-04-25T03:54:28.742Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45102026-04-25T03:54:29.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45112026-04-25T03:54:29.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45122026-04-25T03:54:29.379Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45132026-04-25T03:54:29.487Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45142026-04-25T03:54:29.494Z Checking termios v0.3.3
45152026-04-25T03:54:30.679Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45162026-04-25T03:54:30.825Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45172026-04-25T03:54:32.605Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45182026-04-25T03:54:33.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
45192026-04-25T03:54:33.339Z
45202026-04-25T03:54:33.340Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45212026-04-25T03:54:33.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45222026-04-25T03:54:33.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45232026-04-25T03:54:34.046Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45242026-04-25T03:54:34.050Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45252026-04-25T03:54:34.169Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45262026-04-25T03:54:34.169Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45272026-04-25T03:54:34.183Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45282026-04-25T03:54:34.192Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45292026-04-25T03:54:34.898Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45302026-04-25T03:54:35.230Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45312026-04-25T03:54:35.233Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45322026-04-25T03:54:35.858Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45332026-04-25T03:54:37.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
45342026-04-25T03:54:37.649Z
45352026-04-25T03:54:37.649Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45362026-04-25T03:54:38.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-04-25T03:54:38.160Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-04-25T03:54:38.281Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45392026-04-25T03:54:38.722Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45402026-04-25T03:54:39.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45412026-04-25T03:54:39.229Z
45422026-04-25T03:54:39.229Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45432026-04-25T03:54:39.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-04-25T03:54:39.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-04-25T03:54:39.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45462026-04-25T03:54:39.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45472026-04-25T03:54:39.821Z
45482026-04-25T03:54:39.821Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45492026-04-25T03:54:40.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-04-25T03:54:40.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-04-25T03:54:40.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45522026-04-25T03:54:40.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45532026-04-25T03:54:40.404Z
45542026-04-25T03:54:40.404Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45552026-04-25T03:54:40.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-04-25T03:54:40.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-04-25T03:54:41.151Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45582026-04-25T03:54:41.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45592026-04-25T03:54:41.942Z
45602026-04-25T03:54:41.942Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45612026-04-25T03:54:42.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45622026-04-25T03:54:42.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45632026-04-25T03:54:42.592Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45642026-04-25T03:54:42.595Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45652026-04-25T03:54:42.839Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45662026-04-25T03:54:42.843Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45672026-04-25T03:54:43.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
45682026-04-25T03:54:43.800Z
45692026-04-25T03:54:43.801Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45702026-04-25T03:54:44.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45712026-04-25T03:54:44.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45722026-04-25T03:54:44.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45732026-04-25T03:54:44.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45742026-04-25T03:54:44.391Z
45752026-04-25T03:54:44.391Zinfo: running `cargo check --bins` on omicron-package (266/272)
45762026-04-25T03:54:44.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-04-25T03:54:44.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-04-25T03:54:45.066Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45792026-04-25T03:54:46.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45802026-04-25T03:54:46.342Z
45812026-04-25T03:54:46.342Zinfo: running `cargo check --bins` on tqdb (267/272)
45822026-04-25T03:54:46.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-04-25T03:54:46.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-04-25T03:54:47.111Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45852026-04-25T03:54:47.456Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45862026-04-25T03:54:48.092Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45872026-04-25T03:54:48.092Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45882026-04-25T03:54:53.613Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45892026-04-25T03:54:53.613Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45902026-04-25T03:54:54.164Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45912026-04-25T03:54:54.167Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45922026-04-25T03:54:54.167Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
45932026-04-25T03:54:54.167Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45942026-04-25T03:54:54.918Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45952026-04-25T03:54:55.867Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45962026-04-25T03:54:56.624Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45972026-04-25T03:54:57.222Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45982026-04-25T03:55:01.243Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45992026-04-25T03:55:07.505Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46002026-04-25T03:55:07.508Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46012026-04-25T03:55:07.508Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46022026-04-25T03:55:07.508Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46032026-04-25T03:55:08.963Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46042026-04-25T03:55:10.246Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46052026-04-25T03:55:10.898Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46062026-04-25T03:55:12.113Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46072026-04-25T03:55:12.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.29s
46082026-04-25T03:55:12.848Z
46092026-04-25T03:55:12.848Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46102026-04-25T03:55:13.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46112026-04-25T03:55:13.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46122026-04-25T03:55:13.552Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46132026-04-25T03:55:13.552Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46142026-04-25T03:55:13.555Z Checking rtoolbox v0.0.3
46152026-04-25T03:55:13.678Z Checking tui-tree-widget v0.23.1
46162026-04-25T03:55:13.773Z Checking rpassword v7.4.0
46172026-04-25T03:55:14.760Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46182026-04-25T03:55:17.687Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46192026-04-25T03:55:19.506Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46202026-04-25T03:55:20.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.51s
46212026-04-25T03:55:20.567Z
46222026-04-25T03:55:20.567Zinfo: running `cargo check --bins` on wicket (269/272)
46232026-04-25T03:55:21.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46242026-04-25T03:55:21.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46252026-04-25T03:55:21.258Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46262026-04-25T03:55:21.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
46272026-04-25T03:55:21.807Z
46282026-04-25T03:55:21.807Zinfo: running `cargo check --bins` on wicketd (270/272)
46292026-04-25T03:55:22.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46302026-04-25T03:55:22.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46312026-04-25T03:55:22.519Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46322026-04-25T03:55:22.522Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46332026-04-25T03:55:22.522Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46342026-04-25T03:55:22.522Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46352026-04-25T03:55:23.492Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46362026-04-25T03:55:24.044Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46372026-04-25T03:55:26.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.11s
46382026-04-25T03:55:27.129Z
46392026-04-25T03:55:27.129Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46402026-04-25T03:55:27.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-04-25T03:55:27.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-04-25T03:55:27.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46432026-04-25T03:55:27.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46442026-04-25T03:55:27.718Z
46452026-04-25T03:55:27.718Zinfo: running `cargo check --bins` on zone-setup (272/272)
46462026-04-25T03:55:28.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46472026-04-25T03:55:28.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46482026-04-25T03:55:28.381Z Checking uzers v0.12.2
46492026-04-25T03:55:28.649Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46502026-04-25T03:55:29.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46512026-04-25T03:55:29.607Z
46522026-04-25T03:55:29.607Zreal 13:56.283096420
46532026-04-25T03:55:29.608Zuser 20:10.587074159
46542026-04-25T03:55:29.608Zsys 4:08.078704668
46552026-04-25T03:55:29.608Ztrap 0.316335975
46562026-04-25T03:55:29.608Ztflt 0.299126426
46572026-04-25T03:55:29.611Zdflt 0.866815685
46582026-04-25T03:55:29.612Zkflt 0.001656272
46592026-04-25T03:55:29.615Zlock 1:15:32.942968158
46602026-04-25T03:55:29.615Zslp 1:36:39.965188337
46612026-04-25T03:55:29.615Zlat 55.068079200
46622026-04-25T03:55:29.615Zstop 3:31.878681166
46632026-04-25T03:55:29.615Zprocess exited: duration 1043768 ms, exit code 0
 
46642026-04-25T03:55:29.621Zfound 0 output files