01KQSQCRW577B5PG2YBVV430FS: 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: 01KQSQD5B4JEFMZWGWHWGD9DDF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T14:49:37.117Zjob assigned to worker 01KQSQDCJ70PX0KKQ0124BQ00N [factory aws, i-06b90e4420faf0c5a] (queued for 48 s)
 
22026-05-04T14:49:43.477Zstarting task 0: "setup"
32026-05-04T14:49:43.482Z++ uname -s
42026-05-04T14:49:43.486Z+ kern=SunOS
52026-05-04T14:49:43.486Z+ build_user=build
62026-05-04T14:49:43.486Z+ build_uid=12345
72026-05-04T14:49:43.486Z+ work_dir=/work
82026-05-04T14:49:43.486Z+ input_dir=/input
92026-05-04T14:49:43.486Z+ [[ 0 == 12345 ]]
102026-05-04T14:49:43.486Z+ case "$kern" in
112026-05-04T14:49:43.487Z+ groupadd -g 12345 build
122026-05-04T14:49:43.487Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T14:49:45.492Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T14:49:45.598Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T14:49:45.601Z+ home_fs=zfs
162026-05-04T14:49:45.601Z+ [[ zfs == autofs ]]
172026-05-04T14:49:45.601Z+ mkdir -p /home/build
182026-05-04T14:49:45.601Z+ chown build:build /home/build /work
192026-05-04T14:49:47.602Z+ chmod 0700 /home/build /work
202026-05-04T14:49:47.605Zprocess exited: duration 4126 ms, exit code 0
 
212026-05-04T14:49:47.611Zstarting task 1: "rust-toolchain"
222026-05-04T14:49:47.614Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-04T14:49:47.615Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T14:49:47.615Z * rust toolchain channel = "1.94.0"
252026-05-04T14:49:47.615Z * rust toolchain profile = "default"
262026-05-04T14:49:47.615Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T14:49:47.615Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T14:49:47.618Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T14:49:47.618Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-04T14:49:47.717Zinfo: downloading installer
312026-05-04T14:49:49.026Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T14:49:49.026Zwarn: /opt/ooce/bin
332026-05-04T14:49:49.026Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T14:49:49.026Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T14:49:49.026Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T14:49:49.026Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T14:49:49.026Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T14:49:49.026Zerror: cannot install while Rust is installed
392026-05-04T14:49:49.026Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T14:49:49.029Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T14:49:49.029Zwarn: /home/build/.rustup/settings.toml
422026-05-04T14:49:49.029Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T14:49:49.029Zwarn: instead of the one inferred from the default host triple.
442026-05-04T14:49:49.040Zinfo: profile set to default
452026-05-04T14:49:49.040Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T14:49:49.043Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-04T14:49:49.168Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-04T14:49:49.171Zinfo: downloading 6 components
492026-05-04T14:50:03.020Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-04T14:50:03.020Z
512026-05-04T14:50:03.054Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-04T14:50:03.054Z
532026-05-04T14:50:03.054Z
542026-05-04T14:50:03.054ZRust is installed now. Great!
552026-05-04T14:50:03.054Z
562026-05-04T14:50:03.054ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T14:50:03.058Zenvironment variable. This has not been done automatically.
582026-05-04T14:50:03.058Z
592026-05-04T14:50:03.058ZTo configure your current shell, you need to source
602026-05-04T14:50:03.058Zthe corresponding env file under $HOME/.cargo.
612026-05-04T14:50:03.058Z
622026-05-04T14:50:03.058ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T14:50:03.058Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T14:50:03.058Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T14:50:03.058Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T14:50:03.058Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T14:50:03.058Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T14:50:03.058Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T14:50:03.058Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T14:50:03.058Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T14:50:03.144Z+ rustup --version
722026-05-04T14:50:03.153Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T14:50:03.157Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T14:50:03.175Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-04T14:50:03.179Z+ cargo --version
762026-05-04T14:50:03.191Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-04T14:50:03.194Z+ rustc --version
782026-05-04T14:50:03.214Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-04T14:50:03.217Zprocess exited: duration 15603 ms, exit code 0
 
802026-05-04T14:50:03.224Zstarting task 2: "authentication"
812026-05-04T14:50:03.240Zprocess exited: duration 16 ms, exit code 0
 
822026-05-04T14:50:03.246Zstarting task 3: "clone repository"
832026-05-04T14:50:03.250Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-04T14:50:03.254Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-04T14:50:03.283ZCloning into '/work/oxidecomputer/omicron'...
862026-05-04T14:50:12.505Z+ cd /work/oxidecomputer/omicron
872026-05-04T14:50:12.505Z+ git fetch origin 11d2e058fb1e657ff1949b2909af449b1cdd91a3
882026-05-04T14:50:12.829ZFrom https://github.com/oxidecomputer/omicron
892026-05-04T14:50:12.829Z * branch 11d2e058fb1e657ff1949b2909af449b1cdd91a3 -> FETCH_HEAD
902026-05-04T14:50:12.839Z+ [[ -n john/bootstore-external-networking-gen ]]
912026-05-04T14:50:12.842Z++ git branch --show-current
922026-05-04T14:50:12.842Z+ current=main
932026-05-04T14:50:12.842Z+ [[ main != john/bootstore-external-networking-gen ]]
942026-05-04T14:50:12.842Z+ git branch -f john/bootstore-external-networking-gen 11d2e058fb1e657ff1949b2909af449b1cdd91a3
952026-05-04T14:50:12.845Z+ git checkout -f john/bootstore-external-networking-gen
962026-05-04T14:50:13.076ZSwitched to branch 'john/bootstore-external-networking-gen'
972026-05-04T14:50:13.080Z+ git reset --hard 11d2e058fb1e657ff1949b2909af449b1cdd91a3
982026-05-04T14:50:13.095ZHEAD is now at 11d2e058f fix bad rebase
992026-05-04T14:50:13.098Zprocess exited: duration 9848 ms, exit code 0
 
1002026-05-04T14:50:13.105Zstarting task 4: "build"
1012026-05-04T14:50:13.108Z+ source .github/buildomat/ci-env.sh
1022026-05-04T14:50:13.108Z++ export CARGO_TERM_COLOR=always
1032026-05-04T14:50:13.108Z++ CARGO_TERM_COLOR=always
1042026-05-04T14:50:13.111Z+ cargo --version
1052026-05-04T14:50:13.118Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-04T14:50:13.121Z+ rustc --version
1072026-05-04T14:50:13.141Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-04T14:50:13.144Z+ source ./env.sh
1092026-05-04T14:50:13.145Z++ OLD_SHELL_OPTS=ehxB
1102026-05-04T14:50:13.145Z++ set -o xtrace
1112026-05-04T14:50:13.148Z++++ dirname ./env.sh
1122026-05-04T14:50:13.148Z+++ readlink -f .
1132026-05-04T14:50:13.151Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-04T14:50:13.151Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-04T14:50:13.151Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-04T14:50:13.151Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-04T14:50:13.151Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-04T14:50:13.151Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-04T14:50:13.151Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-04T14:50:13.151Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-04T14:50:13.151Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-04T14:50:13.151Z++ case $OLD_SHELL_OPTS in
1232026-05-04T14:50:13.151Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-04T14:50:13.151Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-04T14:50:13.151Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-04T14:50:13.151Z+ banner prerequisites
1272026-05-04T14:50:13.151Z
1282026-05-04T14:50:13.151Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-04T14:50:13.151Z # # # # # # # # # # # # # # #
1302026-05-04T14:50:13.151Z # # # # ##### # # ##### # # # # # #### #
1312026-05-04T14:50:13.151Z ##### ##### # ##### # # # # # # # # #
1322026-05-04T14:50:13.151Z # # # # # # # # # # # # # # #
1332026-05-04T14:50:13.151Z # # # ###### # # ###### ### # #### # #### #
1342026-05-04T14:50:13.151Z
1352026-05-04T14:50:13.151Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-04T14:50:23.215Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-04T14:50:30.891Z Startup: Caching catalogs ... Done
1382026-05-04T14:50:38.030ZPlanning: Solver setup ... Done (5.559s)
1392026-05-04T14:50:38.067ZPlanning: Running solver ... Done (0.038s)
1402026-05-04T14:50:38.209ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-04T14:50:38.220ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-04T14:50:38.335ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-04T14:50:38.372ZPlanning: Package planning ... Done (0.037s)
1442026-05-04T14:50:38.408ZPlanning: Merging actions ... Done (0.036s)
1452026-05-04T14:50:38.584ZPlanning: Checking for conflicting actions ... Done (0.176s)
1462026-05-04T14:50:38.594ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-04T14:50:39.373ZPlanning: Evaluating mediators ... Done (0.778s)
1482026-05-04T14:50:39.381ZPlanning: Planning completed in 8.32 seconds
1492026-05-04T14:50:39.393Z Packages to install: 5
1502026-05-04T14:50:39.393Z Mediators to change: 3
1512026-05-04T14:50:39.397Z Services to change: 1
1522026-05-04T14:50:39.397Z Estimated space available: 155.34 GB
1532026-05-04T14:50:39.397ZEstimated space to be consumed: 1.90 GB
1542026-05-04T14:50:39.397Z Create boot environment: No
1552026-05-04T14:50:39.398ZCreate backup boot environment: No
1562026-05-04T14:50:39.398Z Rebuild boot archive: No
1572026-05-04T14:50:39.398Z
1582026-05-04T14:50:39.398ZChanged mediators:
1592026-05-04T14:50:39.398Z mediator clang:
1602026-05-04T14:50:39.398Z version: None -> 15 (system default)
1612026-05-04T14:50:39.398Z
1622026-05-04T14:50:39.398Z mediator llvm:
1632026-05-04T14:50:39.398Z version: 14 (system default) -> 15 (system default)
1642026-05-04T14:50:39.398Z
1652026-05-04T14:50:39.398Z mediator postgresql:
1662026-05-04T14:50:39.398Z version: 15 (system default) -> 18 (system default)
1672026-05-04T14:50:39.398Z
1682026-05-04T14:50:39.398ZChanged packages:
1692026-05-04T14:50:39.398Zhelios-dev
1702026-05-04T14:50:39.398Z developer/build-essential
1712026-05-04T14:50:39.398Z None -> 11-2.0
1722026-05-04T14:50:39.398Z library/libxmlsec1
1732026-05-04T14:50:39.398Z None -> 1.2.35-2.0
1742026-05-04T14:50:39.398Z ooce/developer/clang-15
1752026-05-04T14:50:39.398Z None -> 15.0.7-2.0
1762026-05-04T14:50:39.398Z ooce/developer/llvm-15
1772026-05-04T14:50:39.399Z None -> 15.0.7-2.0
1782026-05-04T14:50:39.400Z ooce/library/postgresql-18
1792026-05-04T14:50:39.400Z None -> 18.1-2.0
1802026-05-04T14:50:39.400Z
1812026-05-04T14:50:39.400ZServices:
1822026-05-04T14:50:39.400Z restart_fmri:
1832026-05-04T14:50:39.400Z svc:/system/update-man-index:default
1842026-05-04T14:50:39.438Z
1852026-05-04T14:50:39.438ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-04T14:50:44.439ZDownload: 1493/4272 items 115.8/219.0MB 52% complete (23.5M/s)
1872026-05-04T14:50:50.053ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (17.3M/s)
1882026-05-04T14:50:55.315ZDownload: 3245/4272 items 203.0/219.0MB 92% complete (8.7M/s)
1892026-05-04T14:51:03.386ZDownload: 3248/4272 items 203.1/219.0MB 92% complete (8.6M/s)
1902026-05-04T14:51:09.588ZDownload: 4248/4272 items 218.9/219.0MB 99% complete (3.1M/s)
1912026-05-04T14:51:09.635ZDownload: Completed 218.99 MB in 30.19 seconds (7.2M/s)
1922026-05-04T14:51:09.785Z Actions: 1/4789 actions (Installing new actions)
1932026-05-04T14:51:13.138Z Actions: Completed 4789 actions in 3.35 seconds.
1942026-05-04T14:51:13.877Z Done (0.734s)
1952026-05-04T14:51:13.877Z Done (0.000s)
1962026-05-04T14:51:14.626Z Done (0.749s)
1972026-05-04T14:51:17.605Z Done (2.614s)
1982026-05-04T14:51:17.687Z Done (0.013s)
1992026-05-04T14:51:17.690Z Done (0.000s)
2002026-05-04T14:51:18.069Z Done (0.000s)
2012026-05-04T14:51:18.979ZPlanning: Evaluating mediator changes ... Done
2022026-05-04T14:51:19.088ZPlanning: Checking for conflicting actions ... Done
2032026-05-04T14:51:19.091ZPlanning: Consolidating action changes ... Done
2042026-05-04T14:51:19.253ZPlanning: Evaluating mediators ... Done
2052026-05-04T14:51:19.256ZPlanning: Planning completed in 0.27 seconds
2062026-05-04T14:51:19.274Z Mediators to change: 2
2072026-05-04T14:51:19.274Z Create boot environment: No
2082026-05-04T14:51:19.274ZCreate backup boot environment: No
2092026-05-04T14:51:19.354Z Done
2102026-05-04T14:51:19.354Z Done
2112026-05-04T14:51:20.000Z Done
2122026-05-04T14:51:22.541Z Done
2132026-05-04T14:51:22.620Z Done
2142026-05-04T14:51:22.623Z Done
2152026-05-04T14:51:22.781Z Done
2162026-05-04T14:51:23.041ZPlanning: Evaluating mediator changes ... Done
2172026-05-04T14:51:23.150ZPlanning: Checking for conflicting actions ... Done
2182026-05-04T14:51:23.154ZPlanning: Consolidating action changes ... Done
2192026-05-04T14:51:23.313ZPlanning: Evaluating mediators ... Done
2202026-05-04T14:51:23.317ZPlanning: Planning completed in 0.27 seconds
2212026-05-04T14:51:23.335Z Mediators to change: 1
2222026-05-04T14:51:23.335Z Create boot environment: No
2232026-05-04T14:51:23.338ZCreate backup boot environment: No
2242026-05-04T14:51:23.387Z Done
2252026-05-04T14:51:23.387Z Done
2262026-05-04T14:51:24.041Z Done
2272026-05-04T14:51:26.638Z Done
2282026-05-04T14:51:26.715Z Done
2292026-05-04T14:51:26.718Z Done
2302026-05-04T14:51:26.839Z Done
2312026-05-04T14:51:27.134ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-05-04T14:51:27.134Zclang system 15 system
2332026-05-04T14:51:27.134Zcsh system system illumos
2342026-05-04T14:51:27.134Zctags system system illumos
2352026-05-04T14:51:27.134Zfile system system illumos
2362026-05-04T14:51:27.134Zgcc vendor 12 vendor
2372026-05-04T14:51:27.134Zgcc system 14 system
2382026-05-04T14:51:27.134Zgcc system 10 system
2392026-05-04T14:51:27.134Zgo system 1.20 system
2402026-05-04T14:51:27.134Zgo system 1.19 system
2412026-05-04T14:51:27.134Zllvm system 15 system
2422026-05-04T14:51:27.134Zllvm system 14 system
2432026-05-04T14:51:27.134Zmariadb system 10.6 system
2442026-05-04T14:51:27.134Zmta vendor vendor dma
2452026-05-04T14:51:27.134Zopenjdk system 17 system
2462026-05-04T14:51:27.134Zopenjdk system 11 system
2472026-05-04T14:51:27.134Zopenjdk system 1.8 system
2482026-05-04T14:51:27.134Zopenssl vendor 3 vendor
2492026-05-04T14:51:27.134Zperl system 5.36 system
2502026-05-04T14:51:27.134Zpostgresql system 18 system
2512026-05-04T14:51:27.134Zpostgresql system 15 system
2522026-05-04T14:51:27.134Zpostgresql system 13 system
2532026-05-04T14:51:27.134Zpython vendor 3 vendor
2542026-05-04T14:51:27.134Zpython system 2 system
2552026-05-04T14:51:27.134Zpython3 system 3.11 system
2562026-05-04T14:51:27.134Zruby system 3.0 system
2572026-05-04T14:51:27.134Zwords vendor vendor american-english
2582026-05-04T14:51:27.134Zwords system system australian-english
2592026-05-04T14:51:27.134Zwords system system british-english
2602026-05-04T14:51:27.134Zwords system system canadian-english
2612026-05-04T14:51:27.135Zwords system system french
2622026-05-04T14:51:27.135Zwords system system italian
2632026-05-04T14:51:27.135Zwords system system ngerman
2642026-05-04T14:51:27.135Zwords system system ogerman
2652026-05-04T14:51:27.135Zwords system system spanish
2662026-05-04T14:51:27.364ZPUBLISHER TYPE STATUS P LOCATION
2672026-05-04T14:51:27.364Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-05-04T14:51:32.141ZFMRI IFO
2692026-05-04T14:51:32.141Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-05-04T14:51:32.141Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-05-04T14:51:32.141Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-05-04T14:51:32.141Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-05-04T14:51:32.141Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-05-04T14:51:32.141Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-05-04T14:51:32.141Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2762026-05-04T14:51:32.141Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2772026-05-04T14:51:32.141Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-05-04T14:51:32.141Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-05-04T14:51:32.141Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-05-04T14:51:32.141Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-05-04T14:51:32.141Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-05-04T14:51:32.141Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-05-04T14:51:32.141Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-05-04T14:51:32.141Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-05-04T14:51:32.141Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-05-04T14:51:33.360Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-05-04T14:51:33.664Z Updating crates.io index
2882026-05-04T14:51:33.699Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-05-04T14:51:33.924Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-05-04T14:51:34.709Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-05-04T14:51:35.139Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-05-04T14:51:36.232Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-05-04T14:51:36.727Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-05-04T14:51:38.041Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-05-04T14:51:38.796Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-05-04T14:51:39.197Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-05-04T14:51:39.946Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-05-04T14:51:40.386Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-05-04T14:51:40.664Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-05-04T14:51:41.023Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-05-04T14:51:41.955Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-05-04T14:51:42.426Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-05-04T14:51:42.787Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-05-04T14:51:43.021Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-05-04T14:51:43.390Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-05-04T14:51:43.706Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-05-04T14:51:43.958Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-05-04T14:51:44.197Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-05-04T14:52:18.526Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-05-04T14:52:18.899Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-05-04T14:52:19.426Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-05-04T14:52:21.068Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-05-04T14:52:21.328Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-05-04T14:52:21.614Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152026-05-04T14:52:22.566Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162026-05-04T14:52:23.457Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-05-04T14:52:24.938Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-05-04T14:52:25.227Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-05-04T14:52:26.864Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-05-04T14:52:27.167Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-05-04T14:52:27.849Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-05-04T14:52:30.403Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-05-04T14:52:31.719Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-05-04T14:52:31.963Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-05-04T14:52:32.327Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-05-04T14:52:43.790Z Downloading crates ...
3272026-05-04T14:52:43.839Z Downloaded cargo_metadata v0.21.0
3282026-05-04T14:52:43.843Z Downloaded crypto-common v0.1.7
3292026-05-04T14:52:43.847Z Downloaded colorchoice v1.0.4
3302026-05-04T14:52:43.847Z Downloaded cargo-platform v0.2.0
3312026-05-04T14:52:43.850Z Downloaded clap_derive v4.5.55
3322026-05-04T14:52:43.853Z Downloaded clap v4.5.60
3332026-05-04T14:52:43.857Z Downloaded fnv v1.0.7
3342026-05-04T14:52:43.860Z Downloaded dtrace-parser v0.2.0
3352026-05-04T14:52:43.860Z Downloaded dof v0.3.0
3362026-05-04T14:52:43.860Z Downloaded displaydoc v0.2.5
3372026-05-04T14:52:43.863Z Downloaded fastrand v2.3.0
3382026-05-04T14:52:43.863Z Downloaded anstyle v1.0.13
3392026-05-04T14:52:43.863Z Downloaded digest v0.10.7
3402026-05-04T14:52:43.863Z Downloaded anstream v0.6.21
3412026-05-04T14:52:43.866Z Downloaded toml_write v0.1.2
3422026-05-04T14:52:43.866Z Downloaded textwrap v0.16.2
3432026-05-04T14:52:43.869Z Downloaded usdt-macro v0.5.0
3442026-05-04T14:52:43.869Z Downloaded zerofrom v0.1.6
3452026-05-04T14:52:43.869Z Downloaded memmap v0.7.0
3462026-05-04T14:52:43.869Z Downloaded cargo-util-schemas v0.8.2
3472026-05-04T14:52:43.872Z Downloaded unicode-linebreak v0.1.5
3482026-05-04T14:52:43.872Z Downloaded errno v0.3.14
3492026-05-04T14:52:43.872Z Downloaded utf8_iter v1.0.4
3502026-05-04T14:52:43.872Z Downloaded cpufeatures v0.2.17
3512026-05-04T14:52:43.872Z Downloaded cfg-if v1.0.4
3522026-05-04T14:52:43.875Z Downloaded pest_generator v2.8.6
3532026-05-04T14:52:43.875Z Downloaded bitflags v2.11.0
3542026-05-04T14:52:43.878Z Downloaded usdt-attr-macro v0.5.0
3552026-05-04T14:52:43.878Z Downloaded serde_spanned v0.6.9
3562026-05-04T14:52:43.881Z Downloaded anstyle-parse v0.2.7
3572026-05-04T14:52:43.886Z Downloaded toml_datetime v0.6.11
3582026-05-04T14:52:43.889Z Downloaded version_check v0.9.5
3592026-05-04T14:52:43.889Z Downloaded unicode-xid v0.2.6
3602026-05-04T14:52:43.889Z Downloaded typeid v1.0.3
3612026-05-04T14:52:43.889Z Downloaded thread-id v4.2.2
3622026-05-04T14:52:43.893Z Downloaded scroll_derive v0.12.1
3632026-05-04T14:52:43.893Z Downloaded equivalent v1.0.2
3642026-05-04T14:52:43.893Z Downloaded proc-macro-error v1.0.4
3652026-05-04T14:52:43.896Z Downloaded writeable v0.6.2
3662026-05-04T14:52:43.896Z Downloaded thiserror-impl v1.0.69
3672026-05-04T14:52:43.899Z Downloaded pest_derive v2.8.6
3682026-05-04T14:52:43.899Z Downloaded cargo_toml v0.21.0
3692026-05-04T14:52:43.901Z Downloaded ordered-float v2.10.1
3702026-05-04T14:52:43.901Z Downloaded clap_lex v1.0.0
3712026-05-04T14:52:43.901Z Downloaded thiserror-impl v2.0.18
3722026-05-04T14:52:43.904Z Downloaded generic-array v0.14.7
3732026-05-04T14:52:43.904Z Downloaded utf8parse v0.2.2
3742026-05-04T14:52:43.908Z Downloaded yoke-derive v0.8.1
3752026-05-04T14:52:43.911Z Downloaded zmij v1.0.21
3762026-05-04T14:52:43.911Z Downloaded zerofrom-derive v0.1.6
3772026-05-04T14:52:43.911Z Downloaded thiserror v2.0.18
3782026-05-04T14:52:43.914Z Downloaded usdt v0.5.0
3792026-05-04T14:52:43.914Z Downloaded tinystr v0.8.2
3802026-05-04T14:52:43.917Z Downloaded heck v0.4.1
3812026-05-04T14:52:43.917Z Downloaded swrite v0.1.0
3822026-05-04T14:52:43.917Z Downloaded percent-encoding v2.3.2
3832026-05-04T14:52:43.920Z Downloaded tabled_derive v0.7.0
3842026-05-04T14:52:43.920Z Downloaded itoa v1.0.17
3852026-05-04T14:52:43.920Z Downloaded zerovec-derive v0.11.2
3862026-05-04T14:52:43.920Z Downloaded usdt-impl v0.5.0
3872026-05-04T14:52:43.923Z Downloaded anstyle-query v1.1.5
3882026-05-04T14:52:43.923Z Downloaded smawk v0.3.2
3892026-05-04T14:52:43.923Z Downloaded macaddr v1.0.1
3902026-05-04T14:52:43.923Z Downloaded idna_adapter v1.2.1
3912026-05-04T14:52:43.926Z Downloaded proc-macro-error-attr v1.0.4
3922026-05-04T14:52:43.926Z Downloaded yoke v0.8.1
3932026-05-04T14:52:43.926Z Downloaded unicode-ident v1.0.24
3942026-05-04T14:52:43.929Z Downloaded zerocopy-derive v0.7.35
3952026-05-04T14:52:43.932Z Downloaded ucd-trie v0.1.7
3962026-05-04T14:52:43.932Z Downloaded scroll v0.12.0
3972026-05-04T14:52:43.932Z Downloaded block-buffer v0.10.4
3982026-05-04T14:52:43.932Z Downloaded toml v0.8.23
3992026-05-04T14:52:43.935Z Downloaded thiserror v1.0.69
4002026-05-04T14:52:43.938Z Downloaded potential_utf v0.1.4
4012026-05-04T14:52:43.941Z Downloaded is_terminal_polyfill v1.70.2
4022026-05-04T14:52:43.944Z Downloaded heck v0.5.0
4032026-05-04T14:52:43.944Z Downloaded form_urlencoded v1.2.2
4042026-05-04T14:52:43.944Z Downloaded strsim v0.11.1
4052026-05-04T14:52:43.947Z Downloaded serde-value v0.7.0
4062026-05-04T14:52:43.947Z Downloaded plain v0.2.3
4072026-05-04T14:52:43.947Z Downloaded typenum v1.19.0
4082026-05-04T14:52:43.950Z Downloaded zerotrie v0.2.3
4092026-05-04T14:52:43.954Z Downloaded toml_edit v0.22.27
4102026-05-04T14:52:43.957Z Downloaded url v2.5.8
4112026-05-04T14:52:43.960Z Downloaded bytecount v0.6.9
4122026-05-04T14:52:43.963Z Downloaded pretty-hex v0.4.1
4132026-05-04T14:52:43.963Z Downloaded fs-err v3.3.0
4142026-05-04T14:52:43.966Z Downloaded zerovec v0.11.5
4152026-05-04T14:52:43.969Z Downloaded serde_tokenstream v0.2.3
4162026-05-04T14:52:43.970Z Downloaded serde-untagged v0.1.9
4172026-05-04T14:52:43.972Z Downloaded icu_locale_core v2.1.1
4182026-05-04T14:52:43.975Z Downloaded autocfg v1.5.0
4192026-05-04T14:52:43.975Z Downloaded quote v1.0.45
4202026-05-04T14:52:43.975Z Downloaded zerocopy v0.7.35
4212026-05-04T14:52:43.984Z Downloaded winnow v0.7.14
4222026-05-04T14:52:43.988Z Downloaded stable_deref_trait v1.2.1
4232026-05-04T14:52:43.991Z Downloaded unicode-width v0.2.0
4242026-05-04T14:52:43.994Z Downloaded unicode-width v0.1.14
4252026-05-04T14:52:43.997Z Downloaded terminal_size v0.4.3
4262026-05-04T14:52:43.997Z Downloaded camino-tempfile v1.4.1
4272026-05-04T14:52:43.997Z Downloaded byteorder v1.5.0
4282026-05-04T14:52:43.997Z Downloaded erased-serde v0.4.9
4292026-05-04T14:52:44.000Z Downloaded synstructure v0.13.2
4302026-05-04T14:52:44.000Z Downloaded sha2 v0.10.9
4312026-05-04T14:52:44.006Z Downloaded tempfile v3.25.0
4322026-05-04T14:52:44.010Z Downloaded camino v1.2.2
4332026-05-04T14:52:44.021Z Downloaded smallvec v1.15.1
4342026-05-04T14:52:44.024Z Downloaded once_cell v1.21.3
4352026-05-04T14:52:44.029Z Downloaded semver v1.0.28
4362026-05-04T14:52:44.032Z Downloaded serde_core v1.0.228
4372026-05-04T14:52:44.036Z Downloaded litemap v0.8.1
4382026-05-04T14:52:44.039Z Downloaded anyhow v1.0.102
4392026-05-04T14:52:44.043Z Downloaded log v0.4.29
4402026-05-04T14:52:44.046Z Downloaded icu_properties v2.1.2
4412026-05-04T14:52:44.049Z Downloaded serde_derive v1.0.228
4422026-05-04T14:52:44.053Z Downloaded papergrid v0.11.0
4432026-05-04T14:52:44.056Z Downloaded num-traits v0.2.19
4442026-05-04T14:52:44.059Z Downloaded icu_normalizer v2.1.1
4452026-05-04T14:52:44.059Z Downloaded icu_provider v2.1.1
4462026-05-04T14:52:44.062Z Downloaded memchr v2.8.0
4472026-05-04T14:52:44.065Z Downloaded proc-macro2 v1.0.106
4482026-05-04T14:52:44.068Z Downloaded pest_meta v2.8.6
4492026-05-04T14:52:44.068Z Downloaded getrandom v0.4.1
4502026-05-04T14:52:44.071Z Downloaded icu_normalizer_data v2.1.1
4512026-05-04T14:52:44.074Z Downloaded icu_collections v2.1.1
4522026-05-04T14:52:44.074Z Downloaded serde v1.0.228
4532026-05-04T14:52:44.077Z Downloaded indexmap v2.14.0
4542026-05-04T14:52:44.094Z Downloaded icu_properties_data v2.1.2
4552026-05-04T14:52:44.098Z Downloaded pest v2.8.6
4562026-05-04T14:52:44.101Z Downloaded clap_builder v4.5.60
4572026-05-04T14:52:44.107Z Downloaded hashbrown v0.17.0
4582026-05-04T14:52:44.116Z Downloaded idna v1.1.0
4592026-05-04T14:52:44.125Z Downloaded serde_json v1.0.149
4602026-05-04T14:52:44.136Z Downloaded goblin v0.8.2
4612026-05-04T14:52:44.139Z Downloaded tabled v0.15.0
4622026-05-04T14:52:44.152Z Downloaded syn v1.0.109
4632026-05-04T14:52:44.159Z Downloaded syn v2.0.117
4642026-05-04T14:52:44.175Z Downloaded rustix v1.1.3
4652026-05-04T14:52:44.202Z Downloaded libc v0.2.185
4662026-05-04T14:52:44.269Z Compiling proc-macro2 v1.0.106
4672026-05-04T14:52:44.269Z Compiling unicode-ident v1.0.24
4682026-05-04T14:52:44.269Z Compiling quote v1.0.45
4692026-05-04T14:52:44.273Z Compiling serde_core v1.0.228
4702026-05-04T14:52:44.273Z Compiling libc v0.2.185
4712026-05-04T14:52:44.273Z Compiling version_check v0.9.5
4722026-05-04T14:52:44.273Z Compiling stable_deref_trait v1.2.1
4732026-05-04T14:52:44.273Z Compiling serde v1.0.228
4742026-05-04T14:52:44.610Z Compiling memchr v2.8.0
4752026-05-04T14:52:44.627Z Compiling zmij v1.0.21
4762026-05-04T14:52:44.874Z Compiling autocfg v1.5.0
4772026-05-04T14:52:44.929Z Compiling thiserror v1.0.69
4782026-05-04T14:52:44.981Z Compiling itoa v1.0.17
4792026-05-04T14:52:45.248Z Compiling ucd-trie v0.1.7
4802026-05-04T14:52:45.303Z Compiling litemap v0.8.1
4812026-05-04T14:52:45.355Z Compiling writeable v0.6.2
4822026-05-04T14:52:45.376Z Compiling rustix v1.1.3
4832026-05-04T14:52:45.479Z Compiling pest v2.8.6
4842026-05-04T14:52:45.535Z Compiling icu_properties_data v2.1.2
4852026-05-04T14:52:45.727Z Compiling byteorder v1.5.0
4862026-05-04T14:52:45.749Z Compiling icu_normalizer_data v2.1.1
4872026-05-04T14:52:45.838Z Compiling syn v2.0.117
4882026-05-04T14:52:45.970Z Compiling errno v0.3.14
4892026-05-04T14:52:45.989Z Compiling serde_json v1.0.149
4902026-05-04T14:52:46.007Z Compiling bitflags v2.11.0
4912026-05-04T14:52:46.244Z Compiling num-traits v0.2.19
4922026-05-04T14:52:46.265Z Compiling typeid v1.0.3
4932026-05-04T14:52:46.296Z Compiling hashbrown v0.17.0
4942026-05-04T14:52:46.448Z Compiling smallvec v1.15.1
4952026-05-04T14:52:46.564Z Compiling pest_meta v2.8.6
4962026-05-04T14:52:46.680Z Compiling equivalent v1.0.2
4972026-05-04T14:52:46.894Z Compiling indexmap v2.14.0
4982026-05-04T14:52:46.943Z Compiling thread-id v4.2.2
4992026-05-04T14:52:47.053Z Compiling proc-macro-error-attr v1.0.4
5002026-05-04T14:52:47.077Z Compiling usdt-impl v0.5.0
5012026-05-04T14:52:47.106Z Compiling toml_write v0.1.2
5022026-05-04T14:52:47.262Z Compiling winnow v0.7.14
5032026-05-04T14:52:47.314Z Compiling syn v1.0.109
5042026-05-04T14:52:47.339Z Compiling erased-serde v0.4.9
5052026-05-04T14:52:47.739Z Compiling proc-macro-error v1.0.4
5062026-05-04T14:52:47.843Z Compiling getrandom v0.4.1
5072026-05-04T14:52:47.960Z Compiling camino v1.2.2
5082026-05-04T14:52:48.248Z Compiling utf8parse v0.2.2
5092026-05-04T14:52:48.308Z Compiling percent-encoding v2.3.2
5102026-05-04T14:52:48.347Z Compiling log v0.4.29
5112026-05-04T14:52:48.381Z Compiling thiserror v2.0.18
5122026-05-04T14:52:48.414Z Compiling utf8_iter v1.0.4
5132026-05-04T14:52:48.524Z Compiling plain v0.2.3
5142026-05-04T14:52:48.555Z Compiling form_urlencoded v1.2.2
5152026-05-04T14:52:48.575Z Compiling anstyle-parse v0.2.7
5162026-05-04T14:52:48.649Z Compiling ordered-float v2.10.1
5172026-05-04T14:52:48.742Z Compiling synstructure v0.13.2
5182026-05-04T14:52:48.763Z Compiling pest_generator v2.8.6
5192026-05-04T14:52:48.935Z Compiling terminal_size v0.4.3
5202026-05-04T14:52:49.088Z Compiling cfg-if v1.0.4
5212026-05-04T14:52:49.173Z Compiling colorchoice v1.0.4
5222026-05-04T14:52:49.229Z Compiling pretty-hex v0.4.1
5232026-05-04T14:52:49.285Z Compiling anstyle-query v1.1.5
5242026-05-04T14:52:49.288Z Compiling anstyle v1.0.13
5252026-05-04T14:52:49.323Z Compiling is_terminal_polyfill v1.70.2
5262026-05-04T14:52:49.376Z Compiling serde-untagged v0.1.9
5272026-05-04T14:52:49.488Z Compiling anstream v0.6.21
5282026-05-04T14:52:49.507Z Compiling semver v1.0.28
5292026-05-04T14:52:49.595Z Compiling fs-err v3.3.0
5302026-05-04T14:52:49.632Z Compiling heck v0.4.1
5312026-05-04T14:52:49.792Z Compiling bytecount v0.6.9
5322026-05-04T14:52:49.810Z Compiling strsim v0.11.1
5332026-05-04T14:52:49.828Z Compiling once_cell v1.21.3
5342026-05-04T14:52:49.846Z Compiling unicode-width v0.1.14
5352026-05-04T14:52:49.868Z Compiling clap_lex v1.0.0
5362026-05-04T14:52:49.933Z Compiling fnv v1.0.7
5372026-05-04T14:52:50.065Z Compiling heck v0.5.0
5382026-05-04T14:52:50.108Z Compiling fastrand v2.3.0
5392026-05-04T14:52:50.136Z Compiling unicode-xid v0.2.6
5402026-05-04T14:52:50.171Z Compiling anyhow v1.0.102
5412026-05-04T14:52:50.274Z Compiling papergrid v0.11.0
5422026-05-04T14:52:50.319Z Compiling tempfile v3.25.0
5432026-05-04T14:52:50.366Z Compiling clap_builder v4.5.60
5442026-05-04T14:52:50.475Z Compiling serde_derive v1.0.228
5452026-05-04T14:52:50.494Z Compiling zerofrom-derive v0.1.6
5462026-05-04T14:52:50.514Z Compiling yoke-derive v0.8.1
5472026-05-04T14:52:50.718Z Compiling zerovec-derive v0.11.2
5482026-05-04T14:52:50.928Z Compiling displaydoc v0.2.5
5492026-05-04T14:52:51.723Z Compiling thiserror-impl v1.0.69
5502026-05-04T14:52:51.738Z Compiling zerocopy-derive v0.7.35
5512026-05-04T14:52:51.809Z Compiling pest_derive v2.8.6
5522026-05-04T14:52:51.932Z Compiling scroll_derive v0.12.1
5532026-05-04T14:52:51.990Z Compiling zerofrom v0.1.6
5542026-05-04T14:52:52.134Z Compiling yoke v0.8.1
5552026-05-04T14:52:52.256Z Compiling thiserror-impl v2.0.18
5562026-05-04T14:52:52.350Z Compiling zerovec v0.11.5
5572026-05-04T14:52:52.618Z Compiling zerotrie v0.2.3
5582026-05-04T14:52:52.677Z Compiling zerocopy v0.7.35
5592026-05-04T14:52:52.891Z Compiling tinystr v0.8.2
5602026-05-04T14:52:52.937Z Compiling potential_utf v0.1.4
5612026-05-04T14:52:53.114Z Compiling icu_locale_core v2.1.1
5622026-05-04T14:52:53.140Z Compiling icu_collections v2.1.1
5632026-05-04T14:52:53.204Z Compiling dtrace-parser v0.2.0
5642026-05-04T14:52:53.272Z Compiling scroll v0.12.0
5652026-05-04T14:52:53.566Z Compiling goblin v0.8.2
5662026-05-04T14:52:53.623Z Compiling tabled_derive v0.7.0
5672026-05-04T14:52:53.785Z Compiling icu_provider v2.1.1
5682026-05-04T14:52:53.883Z Compiling clap_derive v4.5.55
5692026-05-04T14:52:53.989Z Compiling memmap v0.7.0
5702026-05-04T14:52:54.031Z Compiling toml_datetime v0.6.11
5712026-05-04T14:52:54.106Z Compiling icu_properties v2.1.2
5722026-05-04T14:52:54.125Z Compiling icu_normalizer v2.1.1
5732026-05-04T14:52:54.144Z Compiling serde_spanned v0.6.9
5742026-05-04T14:52:54.189Z Compiling dof v0.3.0
5752026-05-04T14:52:54.301Z Compiling toml_edit v0.22.27
5762026-05-04T14:52:54.301Z Compiling serde_tokenstream v0.2.3
5772026-05-04T14:52:54.602Z Compiling serde-value v0.7.0
5782026-05-04T14:52:54.653Z Compiling cargo-platform v0.2.0
5792026-05-04T14:52:54.673Z Compiling unicode-width v0.2.0
5802026-05-04T14:52:54.934Z Compiling unicode-linebreak v0.1.5
5812026-05-04T14:52:54.963Z Compiling idna_adapter v1.2.1
5822026-05-04T14:52:54.982Z Compiling smawk v0.3.2
5832026-05-04T14:52:55.118Z Compiling idna v1.1.0
5842026-05-04T14:52:55.138Z Compiling tabled v0.15.0
5852026-05-04T14:52:55.196Z Compiling textwrap v0.16.2
5862026-05-04T14:52:55.217Z Compiling macaddr v1.0.1
5872026-05-04T14:52:55.232Z Compiling usdt-macro v0.5.0
5882026-05-04T14:52:55.447Z Compiling url v2.5.8
5892026-05-04T14:52:55.665Z Compiling usdt-attr-macro v0.5.0
5902026-05-04T14:52:55.699Z Compiling clap v4.5.60
5912026-05-04T14:52:55.785Z Compiling toml v0.8.23
5922026-05-04T14:52:56.182Z Compiling cargo-util-schemas v0.8.2
5932026-05-04T14:52:56.354Z Compiling cargo_toml v0.21.0
5942026-05-04T14:52:56.432Z Compiling camino-tempfile v1.4.1
5952026-05-04T14:52:56.584Z Compiling usdt v0.5.0
5962026-05-04T14:52:56.881Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5972026-05-04T14:52:56.899Z Compiling swrite v0.1.0
5982026-05-04T14:52:57.239Z Compiling cargo_metadata v0.21.0
5992026-05-04T14:52:58.208Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-05-04T14:53:00.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
6012026-05-04T14:53:00.579Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-05-04T14:53:01.171Z Downloading crates ...
6032026-05-04T14:53:01.269Z Downloaded array-init v0.0.4
6042026-05-04T14:53:01.280Z Downloaded adler2 v2.0.1
6052026-05-04T14:53:01.287Z Downloaded aead v0.5.2
6062026-05-04T14:53:01.287Z Downloaded async-bb8-diesel v0.2.1
6072026-05-04T14:53:01.287Z Downloaded argon2 v0.5.3
6082026-05-04T14:53:01.287Z Downloaded bcrypt-pbkdf v0.10.0
6092026-05-04T14:53:01.287Z Downloaded bitfield-struct v0.6.2
6102026-05-04T14:53:01.288Z Downloaded async-stream-impl v0.3.6
6112026-05-04T14:53:01.292Z Downloaded convert_case v0.4.0
6122026-05-04T14:53:01.305Z Downloaded bit-vec v0.8.0
6132026-05-04T14:53:01.305Z Downloaded ecdsa v0.16.9
6142026-05-04T14:53:01.305Z Downloaded cstr-argument v0.1.2
6152026-05-04T14:53:01.313Z Downloaded crossbeam-utils v0.8.21
6162026-05-04T14:53:01.314Z Downloaded find-msvc-tools v0.1.9
6172026-05-04T14:53:01.314Z Downloaded diesel-dtrace v0.5.0
6182026-05-04T14:53:01.314Z Downloaded buf-list v1.1.2
6192026-05-04T14:53:01.314Z Downloaded flagset v0.4.7
6202026-05-04T14:53:01.314Z Downloaded darling_macro v0.20.11
6212026-05-04T14:53:01.314Z Downloaded crucible-workspace-hack v0.1.0
6222026-05-04T14:53:01.314Z Downloaded endian-type v0.1.2
6232026-05-04T14:53:01.314Z Downloaded embedded-io v0.6.1
6242026-05-04T14:53:01.314Z Downloaded float-ord v0.3.2
6252026-05-04T14:53:01.314Z Downloaded document-features v0.2.12
6262026-05-04T14:53:01.327Z Downloaded env_filter v1.0.0
6272026-05-04T14:53:01.327Z Downloaded block-padding v0.3.3
6282026-05-04T14:53:01.327Z Downloaded console v0.15.11
6292026-05-04T14:53:01.327Z Downloaded backon v1.6.0
6302026-05-04T14:53:01.339Z Downloaded crc8 v0.1.1
6312026-05-04T14:53:01.339Z Downloaded cookie_store v0.22.1
6322026-05-04T14:53:01.339Z Downloaded ff v0.13.1
6332026-05-04T14:53:01.339Z Downloaded base16ct v0.2.0
6342026-05-04T14:53:01.339Z Downloaded env_logger v0.11.9
6352026-05-04T14:53:01.340Z Downloaded defmt v1.0.1
6362026-05-04T14:53:01.340Z Downloaded dyn-clone v1.0.20
6372026-05-04T14:53:01.340Z Downloaded bit-set v0.5.3
6382026-05-04T14:53:01.340Z Downloaded async-recursion v1.1.1
6392026-05-04T14:53:01.340Z Downloaded drift v0.1.3
6402026-05-04T14:53:01.343Z Downloaded dropshot_endpoint v0.17.0
6412026-05-04T14:53:01.343Z Downloaded diesel_table_macro_syntax v0.3.0
6422026-05-04T14:53:01.343Z Downloaded defmt-parser v1.0.0
6432026-05-04T14:53:01.343Z Downloaded ciborium-io v0.2.2
6442026-05-04T14:53:01.343Z Downloaded cargo-platform v0.1.9
6452026-05-04T14:53:01.343Z Downloaded assert_matches v1.5.0
6462026-05-04T14:53:01.343Z Downloaded darling v0.20.11
6472026-05-04T14:53:01.385Z Downloaded futures-core v0.3.32
6482026-05-04T14:53:01.385Z Downloaded dirs-sys-next v0.1.2
6492026-05-04T14:53:01.385Z Downloaded compact_str v0.8.1
6502026-05-04T14:53:01.385Z Downloaded der_derive v0.7.3
6512026-05-04T14:53:01.386Z Downloaded atomicwrites v0.4.4
6522026-05-04T14:53:01.389Z Downloaded ena v0.14.4
6532026-05-04T14:53:01.389Z Downloaded ed25519 v2.2.3
6542026-05-04T14:53:01.390Z Downloaded diff v0.1.13
6552026-05-04T14:53:01.390Z Downloaded bb8 v0.8.6
6562026-05-04T14:53:01.390Z Downloaded debug-ignore v1.0.5
6572026-05-04T14:53:01.390Z Downloaded display-error-chain v0.2.2
6582026-05-04T14:53:01.390Z Downloaded crc-catalog v2.4.0
6592026-05-04T14:53:01.390Z Downloaded ascii-canvas v3.0.0
6602026-05-04T14:53:01.390Z Downloaded darling_macro v0.23.0
6612026-05-04T14:53:01.390Z Downloaded curve25519-dalek-derive v0.1.1
6622026-05-04T14:53:01.390Z Downloaded difflib v0.4.0
6632026-05-04T14:53:01.390Z Downloaded compression-core v0.4.31
6642026-05-04T14:53:01.390Z Downloaded enum-as-inner v0.6.1
6652026-05-04T14:53:01.390Z Downloaded bit-vec v0.6.3
6662026-05-04T14:53:01.390Z Downloaded defmt v0.3.100
6672026-05-04T14:53:01.390Z Downloaded bitfield-macros v0.19.4
6682026-05-04T14:53:01.390Z Downloaded atomic-waker v1.1.2
6692026-05-04T14:53:01.390Z Downloaded crunchy v0.2.4
6702026-05-04T14:53:01.390Z Downloaded async-stream v0.3.6
6712026-05-04T14:53:01.390Z Downloaded darling_macro v0.21.3
6722026-05-04T14:53:01.391Z Downloaded csv-core v0.1.13
6732026-05-04T14:53:01.391Z Downloaded either v1.15.0
6742026-05-04T14:53:01.391Z Downloaded cpufeatures v0.3.0
6752026-05-04T14:53:01.391Z Downloaded cfg_aliases v0.2.1
6762026-05-04T14:53:01.391Z Downloaded cfg_aliases v0.1.1
6772026-05-04T14:53:01.391Z Downloaded cobs v0.3.0
6782026-05-04T14:53:01.391Z Downloaded dirs-next v2.0.0
6792026-05-04T14:53:01.391Z Downloaded ciborium-ll v0.2.2
6802026-05-04T14:53:01.391Z Downloaded crc v3.4.0
6812026-05-04T14:53:01.391Z Downloaded castaway v0.2.4
6822026-05-04T14:53:01.407Z Downloaded arrayref v0.3.9
6832026-05-04T14:53:01.407Z Downloaded dropshot-api-manager-types v0.7.1
6842026-05-04T14:53:01.407Z Downloaded bit-set v0.8.0
6852026-05-04T14:53:01.407Z Downloaded embedded-io v0.4.0
6862026-05-04T14:53:01.407Z Downloaded atty v0.2.14
6872026-05-04T14:53:01.407Z Downloaded dunce v1.0.5
6882026-05-04T14:53:01.407Z Downloaded futures-io v0.3.32
6892026-05-04T14:53:01.407Z Downloaded foreign-types v0.3.2
6902026-05-04T14:53:01.407Z Downloaded float-cmp v0.10.0
6912026-05-04T14:53:01.407Z Downloaded dof v0.4.0
6922026-05-04T14:53:01.407Z Downloaded foldhash v0.2.0
6932026-05-04T14:53:01.407Z Downloaded erased-serde v0.3.31
6942026-05-04T14:53:01.407Z Downloaded filetime v0.2.27
6952026-05-04T14:53:01.414Z Downloaded derive-where v1.6.0
6962026-05-04T14:53:01.414Z Downloaded foreign-types-shared v0.3.1
6972026-05-04T14:53:01.414Z Downloaded futures-sink v0.3.32
6982026-05-04T14:53:01.414Z Downloaded foreign-types-shared v0.1.1
6992026-05-04T14:53:01.414Z Downloaded ghash v0.5.1
7002026-05-04T14:53:01.414Z Downloaded fixedbitset v0.4.2
7012026-05-04T14:53:01.414Z Downloaded dtrace-parser v0.3.0
7022026-05-04T14:53:01.414Z Downloaded foreign-types-macros v0.2.3
7032026-05-04T14:53:01.414Z Downloaded globwalk v0.9.1
7042026-05-04T14:53:01.414Z Downloaded backoff v0.4.0
7052026-05-04T14:53:01.414Z Downloaded git-stub v1.0.0
7062026-05-04T14:53:01.414Z Downloaded downcast-rs v2.0.2
7072026-05-04T14:53:01.414Z Downloaded gethostname v0.5.0
7082026-05-04T14:53:01.421Z Downloaded foreign-types v0.5.0
7092026-05-04T14:53:01.421Z Downloaded darling_core v0.20.11
7102026-05-04T14:53:01.421Z Downloaded funty v2.0.0
7112026-05-04T14:53:01.421Z Downloaded futures-task v0.3.32
7122026-05-04T14:53:01.421Z Downloaded derive_builder_macro v0.20.2
7132026-05-04T14:53:01.421Z Downloaded const_format v0.2.35
7142026-05-04T14:53:01.424Z Downloaded hash32 v0.2.1
7152026-05-04T14:53:01.424Z Downloaded camino-tempfile-ext v0.3.3
7162026-05-04T14:53:01.424Z Downloaded fxhash v0.2.1
7172026-05-04T14:53:01.430Z Downloaded defmt-macros v1.0.1
7182026-05-04T14:53:01.430Z Downloaded cassowary v0.3.0
7192026-05-04T14:53:01.434Z Downloaded bitfield v0.19.4
7202026-05-04T14:53:01.434Z Downloaded async-trait v0.1.89
7212026-05-04T14:53:01.434Z Downloaded hash32 v0.3.1
7222026-05-04T14:53:01.434Z Downloaded des v0.8.1
7232026-05-04T14:53:01.435Z Downloaded hex v0.4.3
7242026-05-04T14:53:01.446Z Downloaded futures-macro v0.3.32
7252026-05-04T14:53:01.446Z Downloaded ar_archive_writer v0.5.1
7262026-05-04T14:53:01.446Z Downloaded derive_builder_core v0.20.2
7272026-05-04T14:53:01.466Z Downloaded daft-derive v0.1.5
7282026-05-04T14:53:01.466Z Downloaded futures-executor v0.3.32
7292026-05-04T14:53:01.467Z Downloaded fallible-iterator v0.2.0
7302026-05-04T14:53:01.467Z Downloaded cipher v0.4.4
7312026-05-04T14:53:01.467Z Downloaded hex-literal v0.4.1
7322026-05-04T14:53:01.467Z Downloaded headers-core v0.3.0
7332026-05-04T14:53:01.467Z Downloaded data-encoding v2.10.0
7342026-05-04T14:53:01.467Z Downloaded ctr v0.9.2
7352026-05-04T14:53:01.467Z Downloaded dsl_auto_type v0.2.0
7362026-05-04T14:53:01.467Z Downloaded cmake v0.1.57
7372026-05-04T14:53:01.467Z Downloaded blowfish v0.9.1
7382026-05-04T14:53:01.467Z Downloaded hostname v0.3.1
7392026-05-04T14:53:01.467Z Downloaded arrayvec v0.7.6
7402026-05-04T14:53:01.467Z Downloaded hostname v0.4.2
7412026-05-04T14:53:01.467Z Downloaded httpdate v1.0.3
7422026-05-04T14:53:01.467Z Downloaded home v0.5.12
7432026-05-04T14:53:01.467Z Downloaded cbc v0.1.2
7442026-05-04T14:53:01.468Z Downloaded hubpack v0.1.2
7452026-05-04T14:53:01.468Z Downloaded bcs v0.1.6
7462026-05-04T14:53:01.473Z Downloaded http-range v0.1.5
7472026-05-04T14:53:01.473Z Downloaded indent_write v2.2.0
7482026-05-04T14:53:01.473Z Downloaded http-body v1.0.1
7492026-05-04T14:53:01.473Z Downloaded constant_time_eq v0.4.2
7502026-05-04T14:53:01.473Z Downloaded chacha20 v0.9.1
7512026-05-04T14:53:01.473Z Downloaded ident_case v1.0.1
7522026-05-04T14:53:01.473Z Downloaded hubpack_derive v0.1.1
7532026-05-04T14:53:01.473Z Downloaded foldhash v0.1.5
7542026-05-04T14:53:01.473Z Downloaded bzip2 v0.4.4
7552026-05-04T14:53:01.473Z Downloaded bitflags v1.3.2
7562026-05-04T14:53:01.473Z Downloaded fs-err v2.11.0
7572026-05-04T14:53:01.473Z Downloaded fs_extra v1.3.0
7582026-05-04T14:53:01.474Z Downloaded bzip2 v0.6.1
7592026-05-04T14:53:01.477Z Downloaded fd-lock v4.0.4
7602026-05-04T14:53:01.477Z Downloaded derive-ex v0.1.8
7612026-05-04T14:53:01.477Z Downloaded byte-wrapper v0.1.0
7622026-05-04T14:53:01.483Z Downloaded chacha20 v0.10.0
7632026-05-04T14:53:01.483Z Downloaded daft v0.1.5
7642026-05-04T14:53:01.483Z Downloaded crossbeam-deque v0.8.6
7652026-05-04T14:53:01.483Z Downloaded critical-section v1.2.0
7662026-05-04T14:53:01.483Z Downloaded ciborium v0.2.2
7672026-05-04T14:53:01.486Z Downloaded globset v0.4.18
7682026-05-04T14:53:01.486Z Downloaded corncobs v0.1.4
7692026-05-04T14:53:01.497Z Downloaded indoc v1.0.9
7702026-05-04T14:53:01.497Z Downloaded deranged v0.5.8
7712026-05-04T14:53:01.497Z Downloaded internet-checksum v0.2.1
7722026-05-04T14:53:01.497Z Downloaded cancel-safe-futures v0.1.5
7732026-05-04T14:53:01.497Z Downloaded fixedbitset v0.5.7
7742026-05-04T14:53:01.523Z Downloaded group v0.13.0
7752026-05-04T14:53:01.523Z Downloaded crossbeam-epoch v0.9.18
7762026-05-04T14:53:01.523Z Downloaded base64ct v1.8.3
7772026-05-04T14:53:01.524Z Downloaded convert_case v0.10.0
7782026-05-04T14:53:01.524Z Downloaded inout v0.1.4
7792026-05-04T14:53:01.524Z Downloaded console v0.16.2
7802026-05-04T14:53:01.524Z Downloaded is_ci v1.2.0
7812026-05-04T14:53:01.524Z Downloaded is-terminal v0.4.17
7822026-05-04T14:53:01.524Z Downloaded instant v0.1.13
7832026-05-04T14:53:01.524Z Downloaded instability v0.3.11
7842026-05-04T14:53:01.524Z Downloaded colored v2.2.0
7852026-05-04T14:53:01.524Z Downloaded clang-sys v1.8.1
7862026-05-04T14:53:01.524Z Downloaded kstat-rs v0.2.4
7872026-05-04T14:53:01.524Z Downloaded compression-codecs v0.4.37
7882026-05-04T14:53:01.524Z Downloaded cexpr v0.6.0
7892026-05-04T14:53:01.524Z Downloaded lazy_static v1.5.0
7902026-05-04T14:53:01.524Z Downloaded libscf-sys v1.1.0
7912026-05-04T14:53:01.524Z Downloaded const_format_proc_macros v0.2.34
7922026-05-04T14:53:01.524Z Downloaded cargo_metadata v0.19.2
7932026-05-04T14:53:01.524Z Downloaded hyper-tls v0.6.0
7942026-05-04T14:53:01.528Z Downloaded humantime v2.3.0
7952026-05-04T14:53:01.528Z Downloaded http-body-util v0.1.3
7962026-05-04T14:53:01.528Z Downloaded crc32fast v1.5.0
7972026-05-04T14:53:01.528Z Downloaded cookie v0.18.1
7982026-05-04T14:53:01.528Z Downloaded async-compression v0.4.41
7992026-05-04T14:53:01.528Z Downloaded futures-channel v0.3.32
8002026-05-04T14:53:01.528Z Downloaded const-oid v0.9.6
8012026-05-04T14:53:01.538Z Downloaded lru v0.12.5
8022026-05-04T14:53:01.538Z Downloaded colored v3.1.1
8032026-05-04T14:53:01.538Z Downloaded keccak v0.1.6
8042026-05-04T14:53:01.538Z Downloaded maplit v1.0.2
8052026-05-04T14:53:01.538Z Downloaded lzss v0.8.2
8062026-05-04T14:53:01.550Z Downloaded md5 v0.7.0
8072026-05-04T14:53:01.550Z Downloaded indoc v2.0.7
8082026-05-04T14:53:01.550Z Downloaded impl-trait-for-tuples v0.2.3
8092026-05-04T14:53:01.550Z Downloaded md-5 v0.10.6
8102026-05-04T14:53:01.550Z Downloaded maybe-uninit v2.0.0
8112026-05-04T14:53:01.550Z Downloaded managed v0.8.0
8122026-05-04T14:53:01.550Z Downloaded lru-cache v0.1.2
8132026-05-04T14:53:01.550Z Downloaded match_cfg v0.1.0
8142026-05-04T14:53:01.550Z Downloaded ingot-types v0.1.2
8152026-05-04T14:53:01.550Z Downloaded getrandom v0.2.17
8162026-05-04T14:53:01.550Z Downloaded multimap v0.10.1
8172026-05-04T14:53:01.563Z Downloaded derive_builder v0.20.2
8182026-05-04T14:53:01.563Z Downloaded nibble_vec v0.1.0
8192026-05-04T14:53:01.563Z Downloaded derive_more-impl v2.1.1
8202026-05-04T14:53:01.563Z Downloaded git-stub-vcs v0.1.0
8212026-05-04T14:53:01.563Z Downloaded darling v0.23.0
8222026-05-04T14:53:01.563Z Downloaded fatfs v0.3.6
8232026-05-04T14:53:01.566Z Downloaded ingot v0.1.1
8242026-05-04T14:53:01.566Z Downloaded hmac v0.12.1
8252026-05-04T14:53:01.566Z Downloaded dropshot_endpoint v0.16.7
8262026-05-04T14:53:01.566Z Downloaded newtype-uuid-macros v0.1.0
8272026-05-04T14:53:01.566Z Downloaded newline-converter v0.3.0
8282026-05-04T14:53:01.571Z Downloaded half v1.8.3
8292026-05-04T14:53:01.571Z Downloaded new_debug_unreachable v1.0.6
8302026-05-04T14:53:01.571Z Downloaded ahash v0.8.12
8312026-05-04T14:53:01.574Z Downloaded nodrop v0.1.14
8322026-05-04T14:53:01.574Z Downloaded newtype_derive v0.1.6
8332026-05-04T14:53:01.574Z Downloaded ipnetwork v0.21.1
8342026-05-04T14:53:01.574Z Downloaded normalize-line-endings v0.3.0
8352026-05-04T14:53:01.574Z Downloaded lalrpop-util v0.19.12
8362026-05-04T14:53:01.574Z Downloaded jobserver v0.1.34
8372026-05-04T14:53:01.580Z Downloaded ipnet v2.11.0
8382026-05-04T14:53:01.580Z Downloaded libloading v0.8.9
8392026-05-04T14:53:01.583Z Downloaded num-iter v0.1.45
8402026-05-04T14:53:01.583Z Downloaded olpc-cjson v0.1.4
8412026-05-04T14:53:01.583Z Downloaded opaque-debug v0.3.1
8422026-05-04T14:53:01.583Z Downloaded nonempty v0.12.0
8432026-05-04T14:53:01.583Z Downloaded derive_more v0.99.20
8442026-05-04T14:53:01.590Z Downloaded num v0.4.3
8452026-05-04T14:53:01.590Z Downloaded num-derive v0.3.3
8462026-05-04T14:53:01.606Z Downloaded darling v0.21.3
8472026-05-04T14:53:01.606Z Downloaded num-conv v0.2.0
8482026-05-04T14:53:01.606Z Downloaded num_enum_derive v0.5.11
8492026-05-04T14:53:01.606Z Downloaded libsw v3.5.0
8502026-05-04T14:53:01.607Z Downloaded httparse v1.10.1
8512026-05-04T14:53:01.607Z Downloaded linked-hash-map v0.5.6
8522026-05-04T14:53:01.625Z Downloaded linear-map v1.2.0
8532026-05-04T14:53:01.625Z Downloaded hyper-staticfile v0.10.1
8542026-05-04T14:53:01.625Z Downloaded num_threads v0.1.7
8552026-05-04T14:53:01.626Z Downloaded hyper-rustls v0.27.7
8562026-05-04T14:53:01.626Z Downloaded openssl-macros v0.1.1
8572026-05-04T14:53:01.626Z Downloaded openssl-probe v0.1.6
8582026-05-04T14:53:01.626Z Downloaded mime v0.3.17
8592026-05-04T14:53:01.626Z Downloaded lock_api v0.4.14
8602026-05-04T14:53:01.626Z Downloaded glob v0.3.3
8612026-05-04T14:53:01.626Z Downloaded libsw-core v0.3.2
8622026-05-04T14:53:01.626Z Downloaded libefi-sys v0.1.0
8632026-05-04T14:53:01.627Z Downloaded elliptic-curve v0.13.8
8642026-05-04T14:53:01.627Z Downloaded iana-time-zone v0.1.65
8652026-05-04T14:53:01.627Z Downloaded highway v1.3.0
8662026-05-04T14:53:01.627Z Downloaded ingot-macros v0.1.1
8672026-05-04T14:53:01.627Z Downloaded getrandom v0.3.4
8682026-05-04T14:53:01.627Z Downloaded dropshot-api-manager v0.7.1
8692026-05-04T14:53:01.631Z Downloaded oso-derive v0.27.3
8702026-05-04T14:53:01.631Z Downloaded openssl-probe v0.2.1
8712026-05-04T14:53:01.631Z Downloaded crc-any v2.5.0
8722026-05-04T14:53:01.631Z Downloaded packed_struct_codegen v0.10.1
8732026-05-04T14:53:01.631Z Downloaded blake2 v0.10.6
8742026-05-04T14:53:01.631Z Downloaded parse-display v0.10.0
8752026-05-04T14:53:01.631Z Downloaded lru-slab v0.1.2
8762026-05-04T14:53:01.631Z Downloaded base64 v0.21.7
8772026-05-04T14:53:01.631Z Downloaded nanorand v0.7.0
8782026-05-04T14:53:01.631Z Downloaded base64 v0.22.1
8792026-05-04T14:53:01.632Z Downloaded newtype-uuid v1.3.2
8802026-05-04T14:53:01.635Z Downloaded aes v0.8.4
8812026-05-04T14:53:01.635Z Downloaded peg-runtime v0.8.5
8822026-05-04T14:53:01.635Z Downloaded num_enum v0.7.5
8832026-05-04T14:53:01.638Z Downloaded half v2.7.1
8842026-05-04T14:53:01.641Z Downloaded multer v3.1.0
8852026-05-04T14:53:01.641Z Downloaded phf_shared v0.12.1
8862026-05-04T14:53:01.641Z Downloaded num_enum_derive v0.7.5
8872026-05-04T14:53:01.644Z Downloaded num_enum v0.5.11
8882026-05-04T14:53:01.644Z Downloaded parse-size v1.1.0
8892026-05-04T14:53:01.649Z Downloaded num-integer v0.1.46
8902026-05-04T14:53:01.649Z Downloaded pbkdf2 v0.11.0
8912026-05-04T14:53:01.666Z Downloaded phf_shared v0.11.3
8922026-05-04T14:53:01.669Z Downloaded chacha20poly1305 v0.10.1
8932026-05-04T14:53:01.669Z Downloaded path-slash v0.1.5
8942026-05-04T14:53:01.669Z Downloaded oxnet v0.1.4
8952026-05-04T14:53:01.673Z Downloaded num-derive v0.4.2
8962026-05-04T14:53:01.673Z Downloaded num-complex v0.4.6
8972026-05-04T14:53:01.673Z Downloaded owo-colors v4.3.0
8982026-05-04T14:53:01.676Z Downloaded num-rational v0.4.2
8992026-05-04T14:53:01.676Z Downloaded litrs v1.0.0
9002026-05-04T14:53:01.681Z Downloaded ignore v0.4.25
9012026-05-04T14:53:01.681Z Downloaded flume v0.11.1
9022026-05-04T14:53:01.681Z Downloaded predicates-tree v1.0.13
9032026-05-04T14:53:01.686Z Downloaded pin-utils v0.1.0
9042026-05-04T14:53:01.686Z Downloaded oxide-tokio-rt v0.1.4
9052026-05-04T14:53:01.687Z Downloaded indexmap v1.9.3
9062026-05-04T14:53:01.694Z Downloaded arc-swap v1.8.2
9072026-05-04T14:53:01.694Z Downloaded precomputed-hash v0.1.1
9082026-05-04T14:53:01.694Z Downloaded crypto-bigint v0.5.5
9092026-05-04T14:53:01.697Z Downloaded powerfmt v0.2.0
9102026-05-04T14:53:01.697Z Downloaded proc-macro-crate v3.4.0
9112026-05-04T14:53:01.697Z Downloaded packed_struct v0.10.1
9122026-05-04T14:53:01.697Z Downloaded flate2 v1.1.9
9132026-05-04T14:53:01.701Z Downloaded proc-macro-crate v1.3.1
9142026-05-04T14:53:01.701Z Downloaded predicates-core v1.0.10
9152026-05-04T14:53:01.701Z Downloaded proc-macro-error-attr2 v2.0.0
9162026-05-04T14:53:01.707Z Downloaded mime_guess v2.0.5
9172026-05-04T14:53:01.707Z Downloaded memmap2 v0.9.10
9182026-05-04T14:53:01.707Z Downloaded native-tls v0.2.18
9192026-05-04T14:53:01.707Z Downloaded memoffset v0.9.1
9202026-05-04T14:53:01.710Z Downloaded progenitor-client v0.10.0
9212026-05-04T14:53:01.710Z Downloaded progenitor-client v0.14.0
9222026-05-04T14:53:01.711Z Downloaded pem v3.0.6
9232026-05-04T14:53:01.733Z Downloaded progenitor-macro v0.13.0
9242026-05-04T14:53:01.751Z Downloaded psl-types v2.0.11
9252026-05-04T14:53:01.751Z Downloaded pin-project-internal v1.1.11
9262026-05-04T14:53:01.751Z Downloaded pbkdf2 v0.12.2
9272026-05-04T14:53:01.751Z Downloaded password-hash v0.4.2
9282026-05-04T14:53:01.751Z Downloaded libbz2-rs-sys v0.2.2
9292026-05-04T14:53:01.751Z Downloaded paste v1.0.15
9302026-05-04T14:53:01.751Z Downloaded progenitor-macro v0.14.0
9312026-05-04T14:53:01.751Z Downloaded heapless v0.8.0
9322026-05-04T14:53:01.751Z Downloaded heapless v0.7.17
9332026-05-04T14:53:01.751Z Downloaded peg v0.8.5
9342026-05-04T14:53:01.751Z Downloaded peg-macros v0.8.5
9352026-05-04T14:53:01.751Z Downloaded password-hash v0.5.0
9362026-05-04T14:53:01.751Z Downloaded pkcs8 v0.10.2
9372026-05-04T14:53:01.751Z Downloaded quick-error v1.2.3
9382026-05-04T14:53:01.751Z Downloaded polyval v0.6.2
9392026-05-04T14:53:01.751Z Downloaded phf v0.12.1
9402026-05-04T14:53:01.751Z Downloaded omicron-zone-package v0.12.2
9412026-05-04T14:53:01.751Z Downloaded futures v0.3.32
9422026-05-04T14:53:01.760Z Downloaded phf_shared v0.13.1
9432026-05-04T14:53:01.760Z Downloaded ed25519-dalek v2.2.0
9442026-05-04T14:53:01.760Z Downloaded rand_chacha v0.3.1
9452026-05-04T14:53:01.760Z Downloaded darling_core v0.21.3
9462026-05-04T14:53:01.760Z Downloaded radium v0.7.0
9472026-05-04T14:53:01.760Z Downloaded postgres-protocol v0.6.10
9482026-05-04T14:53:01.760Z Downloaded predicates v3.1.4
9492026-05-04T14:53:01.760Z Downloaded primeorder v0.13.6
9502026-05-04T14:53:01.763Z Downloaded parking_lot_core v0.9.12
9512026-05-04T14:53:01.763Z Downloaded crossbeam-channel v0.5.15
9522026-05-04T14:53:01.786Z Downloaded progenitor v0.13.0
9532026-05-04T14:53:01.786Z Downloaded parking_lot_core v0.8.6
9542026-05-04T14:53:01.786Z Downloaded ref-cast-impl v1.0.25
9552026-05-04T14:53:01.799Z Downloaded derive_more v2.1.1
9562026-05-04T14:53:01.799Z Downloaded ref-cast v1.0.25
9572026-05-04T14:53:01.799Z Downloaded recursive-proc-macro-impl v0.1.1
9582026-05-04T14:53:01.799Z Downloaded recursive v0.1.1
9592026-05-04T14:53:01.799Z Downloaded progenitor-extras v0.2.0
9602026-05-04T14:53:01.799Z Downloaded progenitor-client v0.13.0
9612026-05-04T14:53:01.799Z Downloaded rfc6979 v0.4.0
9622026-05-04T14:53:01.799Z Downloaded phf v0.13.1
9632026-05-04T14:53:01.799Z Downloaded progenitor-client v0.11.2
9642026-05-04T14:53:01.799Z Downloaded progenitor v0.14.0
9652026-05-04T14:53:01.799Z Downloaded progenitor v0.11.2
9662026-05-04T14:53:01.799Z Downloaded progenitor v0.10.0
9672026-05-04T14:53:01.799Z Downloaded proc-macro-error2 v2.0.1
9682026-05-04T14:53:01.799Z Downloaded pem-rfc7468 v0.7.0
9692026-05-04T14:53:01.799Z Downloaded rand_xorshift v0.4.0
9702026-05-04T14:53:01.799Z Downloaded parking_lot v0.11.2
9712026-05-04T14:53:01.799Z Downloaded p256 v0.13.2
9722026-05-04T14:53:01.799Z Downloaded pkcs1 v0.7.5
9732026-05-04T14:53:01.799Z Downloaded nu-ansi-term v0.50.3
9742026-05-04T14:53:01.799Z Downloaded indicatif v0.18.4
9752026-05-04T14:53:01.802Z Downloaded rustc_version v0.1.7
9762026-05-04T14:53:01.802Z Downloaded rtoolbox v0.0.3
9772026-05-04T14:53:01.802Z Downloaded r2d2 v0.8.10
9782026-05-04T14:53:01.807Z Downloaded expectorate v1.2.0
9792026-05-04T14:53:01.808Z Downloaded psm v0.1.30
9802026-05-04T14:53:01.808Z Downloaded bumpalo v3.20.2
9812026-05-04T14:53:01.811Z Downloaded rand_core v0.9.5
9822026-05-04T14:53:01.811Z Downloaded pkg-config v0.3.32
9832026-05-04T14:53:01.811Z Downloaded poly1305 v0.8.0
9842026-05-04T14:53:01.817Z Downloaded rustc-hash v2.1.1
9852026-05-04T14:53:01.817Z Downloaded russh-cryptovec v0.7.3
9862026-05-04T14:53:01.817Z Downloaded cc v1.2.56
9872026-05-04T14:53:01.817Z Downloaded headers v0.4.1
9882026-05-04T14:53:01.825Z Downloaded rand_core v0.6.4
9892026-05-04T14:53:01.825Z Downloaded rand_chacha v0.9.0
9902026-05-04T14:53:01.833Z Downloaded ppv-lite86 v0.2.21
9912026-05-04T14:53:01.834Z Downloaded rand_seeder v0.4.0
9922026-05-04T14:53:01.834Z Downloaded postgres-types v0.2.12
9932026-05-04T14:53:01.834Z Downloaded rand_core v0.10.0
9942026-05-04T14:53:01.834Z Downloaded bytes v1.11.1
9952026-05-04T14:53:01.834Z Downloaded sapling-renderdag v0.1.0
9962026-05-04T14:53:01.835Z Downloaded parking_lot v0.12.5
9972026-05-04T14:53:01.844Z Downloaded oso v0.27.3
9982026-05-04T14:53:01.844Z Downloaded same-file v1.0.6
9992026-05-04T14:53:01.844Z Downloaded papergrid v0.17.0
10002026-05-04T14:53:01.844Z Downloaded salsa20 v0.10.2
10012026-05-04T14:53:01.844Z Downloaded miniz_oxide v0.8.9
10022026-05-04T14:53:01.844Z Downloaded parse-display-derive v0.10.0
10032026-05-04T14:53:01.844Z Downloaded der v0.7.10
10042026-05-04T14:53:01.844Z Downloaded darling_core v0.23.0
10052026-05-04T14:53:01.850Z Downloaded allocator-api2 v0.2.21
10062026-05-04T14:53:01.859Z Downloaded jiff-static v0.2.21
10072026-05-04T14:53:01.859Z Downloaded hickory-resolver v0.24.4
10082026-05-04T14:53:01.859Z Downloaded progenitor-macro v0.11.2
10092026-05-04T14:53:01.859Z Downloaded hickory-resolver v0.25.2
10102026-05-04T14:53:01.859Z Downloaded scroll_derive v0.13.1
10112026-05-04T14:53:01.859Z Downloaded scopeguard v1.2.0
10122026-05-04T14:53:01.866Z Downloaded pkcs5 v0.7.1
10132026-05-04T14:53:01.866Z Downloaded pin-project-lite v0.2.17
10142026-05-04T14:53:01.871Z Downloaded secrecy v0.8.0
10152026-05-04T14:53:01.871Z Downloaded serde-big-array v0.5.1
10162026-05-04T14:53:01.871Z Downloaded serde_plain v1.0.2
10172026-05-04T14:53:01.871Z Downloaded scrypt v0.11.0
10182026-05-04T14:53:01.871Z Downloaded seq-macro v0.3.6
10192026-05-04T14:53:01.872Z Downloaded progenitor-macro v0.10.0
10202026-05-04T14:53:01.872Z Downloaded secrecy v0.10.3
10212026-05-04T14:53:01.879Z Downloaded semver v0.1.20
10222026-05-04T14:53:01.879Z Downloaded serde_urlencoded v0.7.1
10232026-05-04T14:53:01.879Z Downloaded serde_spanned v1.0.4
10242026-05-04T14:53:01.885Z Downloaded serde_repr v0.1.20
10252026-05-04T14:53:01.885Z Downloaded diesel_derives v2.3.7
10262026-05-04T14:53:01.893Z Downloaded pin-project v1.1.11
10272026-05-04T14:53:01.893Z Downloaded rustc_version v0.4.1
10282026-05-04T14:53:01.893Z Downloaded sigpipe v0.1.3
10292026-05-04T14:53:01.893Z Downloaded rusty-fork v0.3.1
10302026-05-04T14:53:01.896Z Downloaded shell-words v1.1.1
10312026-05-04T14:53:01.896Z Downloaded rustls-pemfile v2.2.0
10322026-05-04T14:53:01.896Z Downloaded signature v2.2.0
10332026-05-04T14:53:01.896Z Downloaded signal-hook-tokio v0.3.1
10342026-05-04T14:53:01.897Z Downloaded signal-hook-mio v0.2.5
10352026-05-04T14:53:01.901Z Downloaded rustls-pemfile v1.0.4
10362026-05-04T14:53:01.901Z Downloaded postcard v1.1.3
10372026-05-04T14:53:01.901Z Downloaded rustversion v1.0.22
10382026-05-04T14:53:01.913Z Downloaded rustls-native-certs v0.8.3
10392026-05-04T14:53:01.914Z Downloaded openssl-sys v0.9.114
10402026-05-04T14:53:01.933Z Downloaded siphasher v1.0.2
10412026-05-04T14:53:01.933Z Downloaded minimal-lexical v0.2.1
10422026-05-04T14:53:01.933Z Downloaded progenitor-impl v0.14.0
10432026-05-04T14:53:01.933Z Downloaded scheduled-thread-pool v0.2.7
10442026-05-04T14:53:01.933Z Downloaded slog-bunyan v2.5.0
10452026-05-04T14:53:01.933Z Downloaded slog-envlogger v2.2.0
10462026-05-04T14:53:01.934Z Downloaded progenitor-impl v0.13.0
10472026-05-04T14:53:01.940Z Downloaded resolv-conf v0.7.6
10482026-05-04T14:53:01.940Z Downloaded schemars_derive v0.8.22
10492026-05-04T14:53:01.940Z Downloaded hashbrown v0.13.2
10502026-05-04T14:53:01.940Z Downloaded hashbrown v0.12.3
10512026-05-04T14:53:01.940Z Downloaded hyper-util v0.1.20
10522026-05-04T14:53:01.941Z Downloaded serde_derive_internals v0.29.1
10532026-05-04T14:53:01.941Z Downloaded serde-hex v0.1.0
10542026-05-04T14:53:01.941Z Downloaded sct v0.7.1
10552026-05-04T14:53:01.947Z Downloaded sec1 v0.7.3
10562026-05-04T14:53:01.947Z Downloaded scroll v0.13.0
10572026-05-04T14:53:01.947Z Downloaded http v1.4.0
10582026-05-04T14:53:01.947Z Downloaded serde_path_to_error v0.1.20
10592026-05-04T14:53:01.947Z Downloaded aes-gcm v0.10.3
10602026-05-04T14:53:01.953Z Downloaded russh-keys v0.45.0
10612026-05-04T14:53:01.953Z Downloaded serde_bytes v0.11.19
10622026-05-04T14:53:01.953Z Downloaded sqlparser_derive v0.5.0
10632026-05-04T14:53:01.960Z Downloaded crossterm v0.28.1
10642026-05-04T14:53:01.960Z Downloaded quinn-udp v0.5.14
10652026-05-04T14:53:01.960Z Downloaded sha1 v0.10.6
10662026-05-04T14:53:01.960Z Downloaded ssh-cipher v0.2.0
10672026-05-04T14:53:01.968Z Downloaded rustls-pki-types v1.14.0
10682026-05-04T14:53:01.968Z Downloaded shlex v1.3.0
10692026-05-04T14:53:01.974Z Downloaded slab v0.4.12
10702026-05-04T14:53:01.974Z Downloaded ssh-encoding v0.2.0
10712026-05-04T14:53:01.974Z Downloaded signal-hook-registry v1.4.8
10722026-05-04T14:53:01.974Z Downloaded crossterm v0.29.0
10732026-05-04T14:53:01.981Z Downloaded strum v0.27.2
10742026-05-04T14:53:01.981Z Downloaded strum v0.26.3
10752026-05-04T14:53:01.981Z Downloaded structmeta v0.3.0
10762026-05-04T14:53:01.981Z Downloaded strip-ansi-escapes v0.2.1
10772026-05-04T14:53:01.990Z Downloaded prefix-trie v0.7.0
10782026-05-04T14:53:01.990Z Downloaded progenitor-impl v0.11.2
10792026-05-04T14:53:01.990Z Downloaded slog-scope v4.4.1
10802026-05-04T14:53:02.004Z Downloaded slog-json v2.6.1
10812026-05-04T14:53:02.004Z Downloaded subtle v2.6.1
10822026-05-04T14:53:02.004Z Downloaded structmeta-derive v0.3.0
10832026-05-04T14:53:02.004Z Downloaded slog-dtrace v0.3.0
10842026-05-04T14:53:02.004Z Downloaded take_mut v0.2.2
10852026-05-04T14:53:02.004Z Downloaded slog-async v2.8.0
10862026-05-04T14:53:02.004Z Downloaded slog-stdlog v4.1.1
10872026-05-04T14:53:02.009Z Downloaded hickory-server v0.25.2
10882026-05-04T14:53:02.009Z Downloaded progenitor-impl v0.10.0
10892026-05-04T14:53:02.009Z Downloaded smf v0.2.3
10902026-05-04T14:53:02.009Z Downloaded sync_wrapper v1.0.2
10912026-05-04T14:53:02.009Z Downloaded sync-ptr v0.1.4
10922026-05-04T14:53:02.022Z Downloaded tap v1.0.1
10932026-05-04T14:53:02.022Z Downloaded tagptr v0.2.0
10942026-05-04T14:53:02.022Z Downloaded tabwriter v1.4.1
10952026-05-04T14:53:02.022Z Downloaded tabled_derive v0.11.0
10962026-05-04T14:53:02.023Z Downloaded spki v0.7.3
10972026-05-04T14:53:02.023Z Downloaded ron v0.8.1
10982026-05-04T14:53:02.038Z Downloaded smallvec v0.6.14
10992026-05-04T14:53:02.038Z Downloaded snafu-derive v0.8.9
11002026-05-04T14:53:02.038Z Downloaded slog-term v2.9.2
11012026-05-04T14:53:02.038Z Downloaded sqlformat v0.3.5
11022026-05-04T14:53:02.038Z Downloaded testing_table v0.3.0
11032026-05-04T14:53:02.038Z Downloaded termtree v0.5.1
11042026-05-04T14:53:02.038Z Downloaded thiserror-impl-no-std v2.0.2
11052026-05-04T14:53:02.038Z Downloaded serde_with_macros v3.17.0
11062026-05-04T14:53:02.046Z Downloaded serde_cbor v0.11.2
11072026-05-04T14:53:02.046Z Downloaded tinyvec_macros v0.1.1
11082026-05-04T14:53:02.046Z Downloaded time-core v0.1.8
11092026-05-04T14:53:02.046Z Downloaded stringprep v0.1.5
11102026-05-04T14:53:02.046Z Downloaded static_assertions v1.1.0
11112026-05-04T14:53:02.046Z Downloaded stacker v0.1.23
11122026-05-04T14:53:02.047Z Downloaded simd-adler32 v0.3.8
11132026-05-04T14:53:02.047Z Downloaded rayon-core v1.13.0
11142026-05-04T14:53:02.047Z Downloaded thread-id v5.1.0
11152026-05-04T14:53:02.054Z Downloaded tokio-macros v2.7.0
11162026-05-04T14:53:02.054Z Downloaded string_cache v0.8.9
11172026-05-04T14:53:02.054Z Downloaded rcgen v0.12.1
11182026-05-04T14:53:02.054Z Downloaded prettyplease v0.2.37
11192026-05-04T14:53:02.054Z Downloaded strum_macros v0.26.4
11202026-05-04T14:53:02.064Z Downloaded num-bigint v0.4.6
11212026-05-04T14:53:02.064Z Downloaded itertools v0.10.5
11222026-05-04T14:53:02.069Z Downloaded ryu v1.0.23
11232026-05-04T14:53:02.069Z Downloaded supports-color v3.0.2
11242026-05-04T14:53:02.069Z Downloaded support-bundle-viewer v0.1.2
11252026-05-04T14:53:02.069Z Downloaded rustls-platform-verifier v0.6.2
11262026-05-04T14:53:02.069Z Downloaded strum_macros v0.27.2
11272026-05-04T14:53:02.069Z Downloaded strum_macros v0.24.3
11282026-05-04T14:53:02.076Z Downloaded qorb v0.4.1
11292026-05-04T14:53:02.076Z Downloaded hashbrown v0.15.5
11302026-05-04T14:53:02.080Z Downloaded publicsuffix v2.3.0
11312026-05-04T14:53:02.080Z Downloaded schemars v0.8.22
11322026-05-04T14:53:02.084Z Downloaded topological-sort v0.2.2
11332026-05-04T14:53:02.092Z Downloaded iddqd v0.3.18
11342026-05-04T14:53:02.100Z Downloaded termios v0.3.3
11352026-05-04T14:53:02.111Z Downloaded spin v0.9.8
11362026-05-04T14:53:02.111Z Downloaded quinn v0.11.9
11372026-05-04T14:53:02.111Z Downloaded try-lock v0.2.5
11382026-05-04T14:53:02.112Z Downloaded thread_local v1.1.9
11392026-05-04T14:53:02.112Z Downloaded rand v0.8.5
11402026-05-04T14:53:02.129Z Downloaded tower-service v0.3.3
11412026-05-04T14:53:02.129Z Downloaded tower-layer v0.3.3
11422026-05-04T14:53:02.129Z Downloaded pretty_assertions v1.4.1
11432026-05-04T14:53:02.129Z Downloaded thiserror-no-std v2.0.2
11442026-05-04T14:53:02.129Z Downloaded trait-variant v0.1.2
11452026-05-04T14:53:02.129Z Downloaded signal-hook v0.3.18
11462026-05-04T14:53:02.129Z Downloaded serde_yaml v0.9.34+deprecated
11472026-05-04T14:53:02.129Z Downloaded unarray v0.1.4
11482026-05-04T14:53:02.129Z Downloaded typify-macro v0.6.2
11492026-05-04T14:53:02.133Z Downloaded tokio-native-tls v0.3.1
11502026-05-04T14:53:02.133Z Downloaded tokio-dtrace v0.1.1
11512026-05-04T14:53:02.133Z Downloaded tls_codec_derive v0.4.2
11522026-05-04T14:53:02.133Z Downloaded tls_codec v0.4.2
11532026-05-04T14:53:02.133Z Downloaded mio v1.2.0
11542026-05-04T14:53:02.133Z Downloaded slog v2.8.2
11552026-05-04T14:53:02.133Z Downloaded itertools v0.12.1
11562026-05-04T14:53:02.139Z Downloaded universal-hash v0.5.1
11572026-05-04T14:53:02.139Z Downloaded utf-8 v0.7.6
11582026-05-04T14:53:02.139Z Downloaded untrusted v0.9.0
11592026-05-04T14:53:02.139Z Downloaded untrusted v0.7.1
11602026-05-04T14:53:02.139Z Downloaded unit-prefix v0.5.2
11612026-05-04T14:53:02.139Z Downloaded unicode-truncate v1.1.0
11622026-05-04T14:53:02.139Z Downloaded tokio-tungstenite v0.23.1
11632026-05-04T14:53:02.149Z Downloaded usdt-attr-macro v0.6.0
11642026-05-04T14:53:02.150Z Downloaded libxml v0.3.3
11652026-05-04T14:53:02.156Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11662026-05-04T14:53:02.156Z Downloaded hyper v1.8.1
11672026-05-04T14:53:02.156Z Downloaded socket2 v0.6.3
11682026-05-04T14:53:02.156Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11692026-05-04T14:53:02.156Z Downloaded nom v7.1.3
11702026-05-04T14:53:02.156Z Downloaded usdt v0.6.0
11712026-05-04T14:53:02.157Z Downloaded itertools v0.13.0
11722026-05-04T14:53:02.168Z Downloaded void v1.0.2
11732026-05-04T14:53:02.168Z Downloaded term v0.7.0
11742026-05-04T14:53:02.175Z Downloaded toml_writer v1.0.6+spec-1.1.0
11752026-05-04T14:53:02.176Z Downloaded rsa v0.9.10
11762026-05-04T14:53:02.176Z Downloaded tokio-tungstenite v0.21.0
11772026-05-04T14:53:02.176Z Downloaded rand v0.9.2
11782026-05-04T14:53:02.176Z Downloaded p521 v0.13.3
11792026-05-04T14:53:02.176Z Downloaded term v1.2.1
11802026-05-04T14:53:02.179Z Downloaded waitgroup v0.1.2
11812026-05-04T14:53:02.179Z Downloaded want v0.3.1
11822026-05-04T14:53:02.179Z Downloaded wait-timeout v0.2.1
11832026-05-04T14:53:02.179Z Downloaded aws-lc-rs v1.16.0
11842026-05-04T14:53:02.186Z Downloaded tui-tree-widget v0.23.1
11852026-05-04T14:53:02.186Z Downloaded num-bigint-dig v0.8.6
11862026-05-04T14:53:02.190Z Downloaded tiny-keccak v2.0.2
11872026-05-04T14:53:02.191Z Downloaded samael v0.0.19
11882026-05-04T14:53:02.200Z Downloaded typify-macro v0.4.3
11892026-05-04T14:53:02.200Z Downloaded similar v2.7.0
11902026-05-04T14:53:02.200Z Downloaded unicase v2.9.0
11912026-05-04T14:53:02.200Z Downloaded tokio-rustls v0.25.0
11922026-05-04T14:53:02.205Z Downloaded futures-util v0.3.32
11932026-05-04T14:53:02.205Z Downloaded hkdf v0.12.4
11942026-05-04T14:53:02.213Z Downloaded tokio-rustls v0.24.1
11952026-05-04T14:53:02.213Z Downloaded subprocess v0.2.15
11962026-05-04T14:53:02.213Z Downloaded vergen-lib v0.1.6
11972026-05-04T14:53:02.213Z Downloaded usdt-macro v0.6.0
11982026-05-04T14:53:02.213Z Downloaded usdt-impl v0.6.0
11992026-05-04T14:53:02.213Z Downloaded test-strategy v0.4.5
12002026-05-04T14:53:02.217Z Downloaded socket2 v0.5.10
12012026-05-04T14:53:02.217Z Downloaded zeroize_derive v1.4.3
12022026-05-04T14:53:02.217Z Downloaded zone_cfg_derive v0.3.1
12032026-05-04T14:53:02.217Z Downloaded xshell-macros v0.2.7
12042026-05-04T14:53:02.217Z Downloaded xattr v1.6.1
12052026-05-04T14:53:02.218Z Downloaded zone v0.3.1
12062026-05-04T14:53:02.226Z Downloaded toml_parser v1.0.9+spec-1.1.0
12072026-05-04T14:53:02.226Z Downloaded snafu v0.8.9
12082026-05-04T14:53:02.230Z Downloaded itertools v0.14.0
12092026-05-04T14:53:02.230Z Downloaded schemars v0.9.0
12102026-05-04T14:53:02.239Z Downloaded walkdir v2.5.0
12112026-05-04T14:53:02.246Z Downloaded tracing-attributes v0.1.31
12122026-05-04T14:53:02.246Z Downloaded uzers v0.12.2
12132026-05-04T14:53:02.246Z Downloaded rand v0.10.0
12142026-05-04T14:53:02.246Z Downloaded tokio-rustls v0.26.4
12152026-05-04T14:53:02.251Z Downloaded whoami v1.6.1
12162026-05-04T14:53:02.251Z Downloaded vsss-rs v3.3.4
12172026-05-04T14:53:02.251Z Downloaded vergen-gitcl v1.0.8
12182026-05-04T14:53:02.251Z Downloaded hashbrown v0.16.1
12192026-05-04T14:53:02.260Z Downloaded rustls-webpki v0.103.9
12202026-05-04T14:53:02.260Z Downloaded wyz v0.5.1
12212026-05-04T14:53:02.260Z Downloaded tinyvec v1.10.0
12222026-05-04T14:53:02.260Z Downloaded blake3 v1.8.3
12232026-05-04T14:53:02.263Z Downloaded twox-hash v2.1.2
12242026-05-04T14:53:02.263Z Downloaded toml v0.9.12+spec-1.1.0
12252026-05-04T14:53:02.263Z Downloaded zeroize v1.8.2
12262026-05-04T14:53:02.269Z Downloaded toml v0.7.8
12272026-05-04T14:53:02.269Z Downloaded h2 v0.4.13
12282026-05-04T14:53:02.273Z Downloaded zstd v0.13.3
12292026-05-04T14:53:02.273Z Downloaded tokio-stream v0.1.18
12302026-05-04T14:53:02.278Z Downloaded xshell v0.2.7
12312026-05-04T14:53:02.278Z Downloaded schemars v1.2.1
12322026-05-04T14:53:02.291Z Downloaded aho-corasick v1.1.4
12332026-05-04T14:53:02.291Z Downloaded toml v1.0.6+spec-1.1.0
12342026-05-04T14:53:02.295Z Downloaded tar v0.4.45
12352026-05-04T14:53:02.295Z Downloaded unicode-properties v0.1.4
12362026-05-04T14:53:02.295Z Downloaded iri-string v0.7.10
12372026-05-04T14:53:02.303Z Downloaded time-macros v0.2.27
12382026-05-04T14:53:02.303Z Downloaded unicode-bidi v0.3.18
12392026-05-04T14:53:02.309Z Downloaded libm v0.2.16
12402026-05-04T14:53:02.309Z Downloaded vergen-git2 v1.0.7
12412026-05-04T14:53:02.309Z Downloaded vergen v9.0.6
12422026-05-04T14:53:02.309Z Downloaded uuid v1.23.0
12432026-05-04T14:53:02.316Z Downloaded zerocopy v0.6.6
12442026-05-04T14:53:02.316Z Downloaded yasna v0.5.2
12452026-05-04T14:53:02.316Z Downloaded typify v0.4.3
12462026-05-04T14:53:02.319Z Downloaded tungstenite v0.23.0
12472026-05-04T14:53:02.319Z Downloaded typify v0.6.2
12482026-05-04T14:53:02.320Z Downloaded tungstenite v0.21.0
12492026-05-04T14:53:02.328Z Downloaded russh v0.45.0
12502026-05-04T14:53:02.339Z Downloaded rustyline v14.0.0
12512026-05-04T14:53:02.340Z Downloaded whoami v2.1.0
12522026-05-04T14:53:02.340Z Downloaded unsafe-libyaml v0.2.11
12532026-05-04T14:53:02.346Z Downloaded toml_edit v0.23.10+spec-1.0.0
12542026-05-04T14:53:02.357Z Downloaded rpassword v7.4.0
12552026-05-04T14:53:02.357Z Downloaded zstd-safe v7.2.4
12562026-05-04T14:53:02.357Z Downloaded zopfli v0.8.3
12572026-05-04T14:53:02.361Z Downloaded p384 v0.13.1
12582026-05-04T14:53:02.366Z Downloaded tracing-core v0.1.36
12592026-05-04T14:53:02.370Z Downloaded steno v0.4.1
12602026-05-04T14:53:02.385Z Downloaded reedline v0.40.0
12612026-05-04T14:53:02.391Z Downloaded regex v1.12.3
12622026-05-04T14:53:02.391Z Downloaded yansi v1.0.1
12632026-05-04T14:53:02.398Z Downloaded toml_edit v0.19.15
12642026-05-04T14:53:02.410Z Downloaded vte v0.14.1
12652026-05-04T14:53:02.418Z Downloaded ssh-key v0.6.7
12662026-05-04T14:53:02.432Z Downloaded tokio-postgres v0.7.16
12672026-05-04T14:53:02.432Z Downloaded lalrpop v0.19.12
12682026-05-04T14:53:02.436Z Downloaded unicode_categories v0.1.1
12692026-05-04T14:53:02.436Z Downloaded tower v0.5.3
12702026-05-04T14:53:02.444Z Downloaded zip v0.6.6
12712026-05-04T14:53:02.457Z Downloaded bitvec v1.0.1
12722026-05-04T14:53:02.457Z Downloaded rustls-webpki v0.101.7
12732026-05-04T14:53:02.464Z Downloaded rayon v1.11.0
12742026-05-04T14:53:02.470Z Downloaded git2 v0.20.4
12752026-05-04T14:53:02.470Z Downloaded chrono v0.4.44
12762026-05-04T14:53:02.477Z Downloaded reqwest v0.13.2
12772026-05-04T14:53:02.477Z Downloaded bindgen v0.71.1
12782026-05-04T14:53:02.494Z Downloaded quick-xml v0.37.5
12792026-05-04T14:53:02.504Z Downloaded unicode-normalization v0.1.25
12802026-05-04T14:53:02.504Z Downloaded typed-path v0.9.3
12812026-05-04T14:53:02.504Z Downloaded moka v0.12.13
12822026-05-04T14:53:02.504Z Downloaded unicode-segmentation v1.12.0
12832026-05-04T14:53:02.504Z Downloaded salty v0.3.0
12842026-05-04T14:53:02.504Z Downloaded x509-cert v0.2.5
12852026-05-04T14:53:02.509Z Downloaded reqwest v0.12.28
12862026-05-04T14:53:02.509Z Downloaded portable-atomic v1.13.1
12872026-05-04T14:53:02.509Z Downloaded proptest v1.10.0
12882026-05-04T14:53:02.513Z Downloaded goblin v0.10.5
12892026-05-04T14:53:02.519Z Downloaded zerocopy-derive v0.8.40
12902026-05-04T14:53:02.537Z Downloaded tough v0.20.0
12912026-05-04T14:53:02.541Z Downloaded curve25519-dalek v4.1.3
12922026-05-04T14:53:02.541Z Downloaded rustls-webpki v0.102.8
12932026-05-04T14:53:02.547Z Downloaded petname v2.0.2
12942026-05-04T14:53:02.550Z Downloaded serde_with v3.17.0
12952026-05-04T14:53:02.556Z Downloaded tokio-util v0.7.18
12962026-05-04T14:53:02.565Z Downloaded zip v4.6.1
12972026-05-04T14:53:02.570Z Downloaded radix_trie v0.2.1
12982026-05-04T14:53:02.573Z Downloaded object v0.30.4
12992026-05-04T14:53:02.583Z Downloaded winnow v0.6.26
13002026-05-04T14:53:02.596Z Downloaded tower-http v0.6.8
13012026-05-04T14:53:02.604Z Downloaded quinn-proto v0.11.13
13022026-05-04T14:53:02.612Z Downloaded nix v0.27.1
13032026-05-04T14:53:02.619Z Downloaded nix v0.29.0
13042026-05-04T14:53:02.626Z Downloaded dropshot v0.16.7
13052026-05-04T14:53:02.639Z Downloaded winnow v0.5.40
13062026-05-04T14:53:02.644Z Downloaded time v0.3.47
13072026-05-04T14:53:02.651Z Downloaded openssl v0.10.78
13082026-05-04T14:53:02.657Z Downloaded tabled v0.20.0
13092026-05-04T14:53:02.667Z Downloaded rustls v0.21.12
13102026-05-04T14:53:02.674Z Downloaded smoltcp v0.9.1
13112026-05-04T14:53:02.680Z Downloaded nix v0.28.0
13122026-05-04T14:53:02.687Z Downloaded regex-syntax v0.6.29
13132026-05-04T14:53:02.692Z Downloaded dropshot v0.17.0
13142026-05-04T14:53:02.705Z Downloaded zlib-rs v0.6.2
13152026-05-04T14:53:02.708Z Downloaded hickory-proto v0.25.2
13162026-05-04T14:53:02.718Z Downloaded openapiv3 v2.2.0
13172026-05-04T14:53:02.725Z Downloaded smoltcp v0.11.0
13182026-05-04T14:53:02.733Z Downloaded regress v0.11.1
13192026-05-04T14:53:02.739Z Downloaded rustix v0.38.44
13202026-05-04T14:53:02.752Z Downloaded diesel v2.3.7
13212026-05-04T14:53:02.764Z Downloaded rustls v0.23.37
13222026-05-04T14:53:02.772Z Downloaded regex-syntax v0.8.10
13232026-05-04T14:53:02.777Z Downloaded regress v0.10.5
13242026-05-04T14:53:02.781Z Downloaded object v0.37.3
13252026-05-04T14:53:02.788Z Downloaded hickory-proto v0.24.4
13262026-05-04T14:53:02.796Z Downloaded zerocopy v0.8.40
13272026-05-04T14:53:02.802Z Downloaded webpki-roots v1.0.6
13282026-05-04T14:53:02.805Z Downloaded typify-impl v0.6.2
13292026-05-04T14:53:02.815Z Downloaded tracing v0.1.44
13302026-05-04T14:53:02.829Z Downloaded vcpkg v0.2.15
13312026-05-04T14:53:02.853Z Downloaded sqlparser v0.61.0
13322026-05-04T14:53:02.858Z Downloaded ratatui v0.29.0
13332026-05-04T14:53:02.870Z Downloaded rustls v0.22.4
13342026-05-04T14:53:02.878Z Downloaded nix v0.31.2
13352026-05-04T14:53:02.885Z Downloaded bstr v1.12.1
13362026-05-04T14:53:02.890Z Downloaded polar-core v0.27.3
13372026-05-04T14:53:02.896Z Downloaded sled v0.34.7
13382026-05-04T14:53:02.902Z Downloaded petgraph v0.6.5
13392026-05-04T14:53:02.913Z Downloaded bzip2-sys v0.1.13+1.0.8
13402026-05-04T14:53:02.927Z Downloaded typify-impl v0.4.3
13412026-05-04T14:53:02.936Z Downloaded petgraph v0.8.3
13422026-05-04T14:53:02.950Z Downloaded csv v1.4.0
13432026-05-04T14:53:02.962Z Downloaded zerocopy-derive v0.6.6
13442026-05-04T14:53:02.969Z Downloaded regex-automata v0.4.14
13452026-05-04T14:53:02.977Z Downloaded chrono-tz v0.10.4
13462026-05-04T14:53:02.988Z Downloaded jiff v0.2.21
13472026-05-04T14:53:02.999Z Downloaded tokio v1.52.1
13482026-05-04T14:53:03.031Z Downloaded libz-sys v1.1.24
13492026-05-04T14:53:03.045Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13502026-05-04T14:53:03.057Z Downloaded sha3 v0.10.8
13512026-05-04T14:53:03.060Z Downloaded encoding_rs v0.8.35
13522026-05-04T14:53:03.101Z Downloaded libgit2-sys v0.18.3+1.9.2
13532026-05-04T14:53:03.149Z Downloaded ring v0.17.14
13542026-05-04T14:53:03.668Z Downloaded aws-lc-sys v0.37.1
13552026-05-04T14:53:03.928Z Compiling libc v0.2.185
13562026-05-04T14:53:03.928Z Compiling serde v1.0.228
13572026-05-04T14:53:03.931Z Compiling log v0.4.29
13582026-05-04T14:53:03.931Z Compiling find-msvc-tools v0.1.9
13592026-05-04T14:53:04.081Z Compiling shlex v1.3.0
13602026-05-04T14:53:04.085Z Compiling smallvec v1.15.1
13612026-05-04T14:53:04.093Z Compiling syn v2.0.117
13622026-05-04T14:53:04.114Z Compiling typenum v1.19.0
13632026-05-04T14:53:04.323Z Compiling generic-array v0.14.7
13642026-05-04T14:53:04.326Z Compiling subtle v2.6.1
13652026-05-04T14:53:04.326Z Compiling scopeguard v1.2.0
13662026-05-04T14:53:04.337Z Compiling const-oid v0.9.6
13672026-05-04T14:53:04.415Z Compiling lock_api v0.4.14
13682026-05-04T14:53:04.431Z Compiling portable-atomic v1.13.1
13692026-05-04T14:53:04.503Z Compiling zerocopy v0.8.40
13702026-05-04T14:53:04.546Z Compiling critical-section v1.2.0
13712026-05-04T14:53:04.658Z Compiling serde_json v1.0.149
13722026-05-04T14:53:04.674Z Compiling pin-project-lite v0.2.17
13732026-05-04T14:53:04.779Z Compiling parking_lot_core v0.9.12
13742026-05-04T14:53:04.973Z Compiling getrandom v0.2.17
13752026-05-04T14:53:04.991Z Compiling jobserver v0.1.34
13762026-05-04T14:53:05.044Z Compiling errno v0.3.14
13772026-05-04T14:53:05.125Z Compiling rand_core v0.6.4
13782026-05-04T14:53:05.141Z Compiling pkg-config v0.3.32
13792026-05-04T14:53:05.201Z Compiling cc v1.2.56
13802026-05-04T14:53:05.219Z Compiling signal-hook-registry v1.4.8
13812026-05-04T14:53:05.411Z Compiling bitflags v2.11.0
13822026-05-04T14:53:05.498Z Compiling once_cell v1.21.3
13832026-05-04T14:53:05.584Z Compiling libm v0.2.16
13842026-05-04T14:53:05.652Z Compiling parking_lot v0.12.5
13852026-05-04T14:53:05.681Z Compiling mio v1.2.0
13862026-05-04T14:53:05.711Z Compiling num-traits v0.2.19
13872026-05-04T14:53:05.725Z Compiling futures-core v0.3.32
13882026-05-04T14:53:05.887Z Compiling percent-encoding v2.3.2
13892026-05-04T14:53:06.034Z Compiling socket2 v0.6.3
13902026-05-04T14:53:06.068Z Compiling cpufeatures v0.2.17
13912026-05-04T14:53:06.083Z Compiling futures-sink v0.3.32
13922026-05-04T14:53:06.098Z Compiling slab v0.4.12
13932026-05-04T14:53:06.146Z Compiling getrandom v0.4.1
13942026-05-04T14:53:06.161Z Compiling futures-task v0.3.32
13952026-05-04T14:53:06.192Z Compiling futures-channel v0.3.32
13962026-05-04T14:53:06.278Z Compiling futures-io v0.3.32
13972026-05-04T14:53:06.337Z Compiling rand_core v0.10.0
13982026-05-04T14:53:06.423Z Compiling getrandom v0.3.4
13992026-05-04T14:53:06.439Z Compiling rustversion v1.0.22
14002026-05-04T14:53:06.453Z Compiling indexmap v2.14.0
14012026-05-04T14:53:06.517Z Compiling form_urlencoded v1.2.2
14022026-05-04T14:53:06.731Z Compiling cmake v0.1.57
14032026-05-04T14:53:06.831Z Compiling ident_case v1.0.1
14042026-05-04T14:53:06.989Z Compiling base64ct v1.8.3
14052026-05-04T14:53:07.222Z Compiling synstructure v0.13.2
14062026-05-04T14:53:07.225Z Compiling dunce v1.0.5
14072026-05-04T14:53:07.270Z Compiling fs_extra v1.3.0
14082026-05-04T14:53:07.308Z Compiling pem-rfc7468 v0.7.0
14092026-05-04T14:53:07.343Z Compiling flagset v0.4.7
14102026-05-04T14:53:07.453Z Compiling rand_core v0.9.5
14112026-05-04T14:53:07.487Z Compiling iana-time-zone v0.1.65
14122026-05-04T14:53:07.531Z Compiling rustix v1.1.3
14132026-05-04T14:53:07.555Z Compiling aws-lc-sys v0.37.1
14142026-05-04T14:53:07.590Z Compiling ring v0.17.14
14152026-05-04T14:53:07.641Z Compiling uuid v1.23.0
14162026-05-04T14:53:07.710Z Compiling rustc_version v0.4.1
14172026-05-04T14:53:07.749Z Compiling regex-syntax v0.8.10
14182026-05-04T14:53:07.933Z Compiling vcpkg v0.2.15
14192026-05-04T14:53:08.063Z Compiling aws-lc-rs v1.16.0
14202026-05-04T14:53:08.376Z Compiling tracing-core v0.1.36
14212026-05-04T14:53:08.398Z Compiling pest_generator v2.8.6
14222026-05-04T14:53:08.693Z Compiling openssl-sys v0.9.114
14232026-05-04T14:53:08.985Z Compiling serde_derive_internals v0.29.1
14242026-05-04T14:53:09.003Z Compiling serde_derive v1.0.228
14252026-05-04T14:53:09.179Z Compiling zeroize_derive v1.4.3
14262026-05-04T14:53:09.260Z Compiling zerofrom-derive v0.1.6
14272026-05-04T14:53:09.429Z Compiling yoke-derive v0.8.1
14282026-05-04T14:53:09.886Z Compiling zeroize v1.8.2
14292026-05-04T14:53:09.972Z Compiling zerocopy-derive v0.8.40
14302026-05-04T14:53:10.323Z Compiling zerovec-derive v0.11.2
14312026-05-04T14:53:10.716Z Compiling crypto-common v0.1.7
14322026-05-04T14:53:10.740Z Compiling block-buffer v0.10.4
14332026-05-04T14:53:10.800Z Compiling zerofrom v0.1.6
14342026-05-04T14:53:10.866Z Compiling displaydoc v0.2.5
14352026-05-04T14:53:10.919Z Compiling yoke v0.8.1
14362026-05-04T14:53:10.936Z Compiling digest v0.10.7
14372026-05-04T14:53:11.118Z Compiling tokio-macros v2.7.0
14382026-05-04T14:53:11.198Z Compiling hmac v0.12.1
14392026-05-04T14:53:11.387Z Compiling futures-macro v0.3.32
14402026-05-04T14:53:11.529Z Compiling zerovec v0.11.5
14412026-05-04T14:53:11.653Z Compiling zerotrie v0.2.3
14422026-05-04T14:53:11.909Z Compiling block-padding v0.3.3
14432026-05-04T14:53:11.998Z Compiling tinystr v0.8.2
14442026-05-04T14:53:12.067Z Compiling potential_utf v0.1.4
14452026-05-04T14:53:12.083Z Compiling inout v0.1.4
14462026-05-04T14:53:12.227Z Compiling icu_locale_core v2.1.1
14472026-05-04T14:53:12.245Z Compiling icu_collections v2.1.1
14482026-05-04T14:53:12.248Z Compiling futures-util v0.3.32
14492026-05-04T14:53:12.278Z Compiling cipher v0.4.4
14502026-05-04T14:53:12.295Z Compiling sha2 v0.10.9
14512026-05-04T14:53:12.569Z Compiling der_derive v0.7.3
14522026-05-04T14:53:12.765Z Compiling bytes v1.11.1
14532026-05-04T14:53:12.781Z Compiling chrono v0.4.44
14542026-05-04T14:53:13.151Z Compiling icu_provider v2.1.1
14552026-05-04T14:53:13.414Z Compiling tokio v1.52.1
14562026-05-04T14:53:13.452Z Compiling icu_normalizer v2.1.1
14572026-05-04T14:53:13.572Z Compiling icu_properties v2.1.2
14582026-05-04T14:53:13.734Z Compiling der v0.7.10
14592026-05-04T14:53:13.990Z Compiling http v1.4.0
14602026-05-04T14:53:14.206Z Compiling salsa20 v0.10.2
14612026-05-04T14:53:14.356Z Compiling pbkdf2 v0.12.2
14622026-05-04T14:53:14.481Z Compiling idna_adapter v1.2.1
14632026-05-04T14:53:14.631Z Compiling ppv-lite86 v0.2.21
14642026-05-04T14:53:14.649Z Compiling idna v1.1.0
14652026-05-04T14:53:14.703Z Compiling spki v0.7.3
14662026-05-04T14:53:14.733Z Compiling thiserror-impl v2.0.18
14672026-05-04T14:53:14.920Z Compiling rand_chacha v0.9.0
14682026-05-04T14:53:14.935Z Compiling url v2.5.8
14692026-05-04T14:53:14.967Z Compiling scrypt v0.11.0
14702026-05-04T14:53:14.982Z Compiling cbc v0.1.2
14712026-05-04T14:53:15.132Z Compiling aes v0.8.4
14722026-05-04T14:53:15.224Z Compiling rustls-pki-types v1.14.0
14732026-05-04T14:53:15.314Z Compiling tracing-attributes v0.1.31
14742026-05-04T14:53:15.630Z Compiling pkcs5 v0.7.1
14752026-05-04T14:53:15.685Z Compiling rand v0.9.2
14762026-05-04T14:53:15.770Z Compiling http-body v1.0.1
14772026-05-04T14:53:15.970Z Compiling httparse v1.10.1
14782026-05-04T14:53:16.073Z Compiling thiserror v2.0.18
14792026-05-04T14:53:16.117Z Compiling untrusted v0.9.0
14802026-05-04T14:53:16.185Z Compiling schemars v0.8.22
14812026-05-04T14:53:16.200Z Compiling base64 v0.22.1
14822026-05-04T14:53:16.244Z Compiling untrusted v0.7.1
14832026-05-04T14:53:16.317Z Compiling openssl-probe v0.2.1
14842026-05-04T14:53:16.427Z Compiling pkcs8 v0.10.2
14852026-05-04T14:53:16.484Z Compiling schemars_derive v0.8.22
14862026-05-04T14:53:16.499Z Compiling pest_derive v2.8.6
14872026-05-04T14:53:16.522Z Compiling scroll_derive v0.13.1
14882026-05-04T14:53:16.645Z Compiling tracing v0.1.44
14892026-05-04T14:53:16.741Z Compiling darling_core v0.20.11
14902026-05-04T14:53:16.966Z Compiling try-lock v0.2.5
14912026-05-04T14:53:16.994Z Compiling tinyvec_macros v0.1.1
14922026-05-04T14:53:17.072Z Compiling atomic-waker v1.1.2
14932026-05-04T14:53:17.087Z Compiling tower-service v0.3.3
14942026-05-04T14:53:17.188Z Compiling dyn-clone v1.0.20
14952026-05-04T14:53:17.205Z Compiling tower-layer v0.3.3
14962026-05-04T14:53:17.333Z Compiling tokio-util v0.7.18
14972026-05-04T14:53:17.377Z Compiling rustls v0.23.37
14982026-05-04T14:53:17.392Z Compiling scroll v0.13.0
14992026-05-04T14:53:17.557Z Compiling tinyvec v1.10.0
15002026-05-04T14:53:17.682Z Compiling want v0.3.1
15012026-05-04T14:53:17.926Z Compiling ipnet v2.11.0
15022026-05-04T14:53:18.173Z Compiling h2 v0.4.13
15032026-05-04T14:53:18.294Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15042026-05-04T14:53:18.398Z Compiling spin v0.9.8
15052026-05-04T14:53:18.447Z Compiling aho-corasick v1.1.4
15062026-05-04T14:53:18.616Z Compiling num-conv v0.2.0
15072026-05-04T14:53:18.695Z Compiling openssl v0.10.78
15082026-05-04T14:53:18.757Z Compiling crc32fast v1.5.0
15092026-05-04T14:53:18.937Z Compiling httpdate v1.0.3
15102026-05-04T14:53:19.046Z Compiling pin-utils v0.1.0
15112026-05-04T14:53:19.116Z Compiling darling_macro v0.20.11
15122026-05-04T14:53:19.132Z Compiling time-core v0.1.8
15132026-05-04T14:53:19.166Z Compiling foreign-types-shared v0.1.1
15142026-05-04T14:53:19.182Z Compiling powerfmt v0.2.0
15152026-05-04T14:53:19.260Z Compiling foreign-types v0.3.2
15162026-05-04T14:53:19.286Z Compiling time-macros v0.2.27
15172026-05-04T14:53:19.304Z Compiling regex-automata v0.4.14
15182026-05-04T14:53:19.335Z Compiling deranged v0.5.8
15192026-05-04T14:53:19.608Z Compiling darling v0.20.11
15202026-05-04T14:53:19.698Z Compiling tempfile v3.25.0
15212026-05-04T14:53:20.089Z Compiling goblin v0.10.5
15222026-05-04T14:53:20.361Z Compiling openssl-macros v0.1.1
15232026-05-04T14:53:20.387Z Compiling wait-timeout v0.2.1
15242026-05-04T14:53:20.685Z Compiling native-tls v0.2.18
15252026-05-04T14:53:20.768Z Compiling syn v1.0.109
15262026-05-04T14:53:20.784Z Compiling bit-vec v0.8.0
15272026-05-04T14:53:20.901Z Compiling num_threads v0.1.7
15282026-05-04T14:53:21.014Z Compiling simd-adler32 v0.3.8
15292026-05-04T14:53:21.033Z Compiling crossbeam-utils v0.8.21
15302026-05-04T14:53:21.099Z Compiling quick-error v1.2.3
15312026-05-04T14:53:21.217Z Compiling usdt-impl v0.6.0
15322026-05-04T14:53:21.272Z Compiling hyper v1.8.1
15332026-05-04T14:53:21.336Z Compiling siphasher v1.0.2
15342026-05-04T14:53:21.482Z Compiling rusty-fork v0.3.1
15352026-05-04T14:53:21.591Z Compiling bit-set v0.8.0
15362026-05-04T14:53:21.767Z Compiling time v0.3.47
15372026-05-04T14:53:22.348Z Compiling derive_builder_core v0.20.2
15382026-05-04T14:53:22.985Z Compiling dof v0.4.0
15392026-05-04T14:53:23.280Z Compiling hyper-util v0.1.20
15402026-05-04T14:53:23.661Z Compiling unicode-normalization v0.1.25
15412026-05-04T14:53:23.698Z Compiling dtrace-parser v0.3.0
15422026-05-04T14:53:24.131Z Compiling rustls-native-certs v0.8.3
15432026-05-04T14:53:24.201Z Compiling signature v2.2.0
15442026-05-04T14:53:24.394Z Compiling scroll_derive v0.12.1
15452026-05-04T14:53:24.439Z Compiling thiserror-impl v1.0.69
15462026-05-04T14:53:24.467Z Compiling heapless v0.7.17
15472026-05-04T14:53:24.570Z Compiling rand_xorshift v0.4.0
15482026-05-04T14:53:24.717Z Compiling slog v2.8.2
15492026-05-04T14:53:24.743Z Compiling darling_core v0.21.3
15502026-05-04T14:53:24.910Z Compiling bzip2-sys v0.1.13+1.0.8
15512026-05-04T14:53:24.970Z Compiling sync_wrapper v1.0.2
15522026-05-04T14:53:25.069Z Compiling thread-id v5.1.0
15532026-05-04T14:53:25.083Z Compiling cookie v0.18.1
15542026-05-04T14:53:25.097Z Compiling anyhow v1.0.102
15552026-05-04T14:53:25.156Z Compiling paste v1.0.15
15562026-05-04T14:53:25.201Z Compiling unarray v0.1.4
15572026-05-04T14:53:25.270Z Compiling signal-hook v0.3.18
15582026-05-04T14:53:25.317Z Compiling unicode-properties v0.1.4
15592026-05-04T14:53:25.409Z Compiling adler2 v2.0.1
15602026-05-04T14:53:25.432Z Compiling allocator-api2 v0.2.21
15612026-05-04T14:53:25.449Z Compiling zstd-safe v7.2.4
15622026-05-04T14:53:25.541Z Compiling unicode-bidi v0.3.18
15632026-05-04T14:53:25.546Z Compiling miniz_oxide v0.8.9
15642026-05-04T14:53:25.752Z Compiling thiserror v1.0.69
15652026-05-04T14:53:25.768Z Compiling proptest v1.10.0
15662026-05-04T14:53:25.862Z Compiling stringprep v0.1.5
15672026-05-04T14:53:26.136Z Compiling tower v0.5.3
15682026-05-04T14:53:26.179Z Compiling scroll v0.12.0
15692026-05-04T14:53:26.456Z Compiling derive_builder_macro v0.20.2
15702026-05-04T14:53:26.740Z Compiling ipnetwork v0.21.1
15712026-05-04T14:53:26.793Z Compiling http-body-util v0.1.3
15722026-05-04T14:53:26.993Z Compiling webpki-roots v1.0.6
15732026-05-04T14:53:27.090Z Compiling rand_chacha v0.3.1
15742026-05-04T14:53:27.135Z Compiling serde_spanned v0.6.9
15752026-05-04T14:53:27.190Z Compiling serde_tokenstream v0.2.3
15762026-05-04T14:53:27.280Z Compiling toml_datetime v0.6.11
15772026-05-04T14:53:27.302Z Compiling erased-serde v0.3.31
15782026-05-04T14:53:27.441Z Compiling darling_macro v0.21.3
15792026-05-04T14:53:27.544Z Compiling md-5 v0.10.6
15802026-05-04T14:53:27.567Z Compiling zerocopy-derive v0.7.35
15812026-05-04T14:53:27.736Z Compiling curve25519-dalek v4.1.3
15822026-05-04T14:53:27.848Z Compiling vergen-lib v0.1.6
15832026-05-04T14:53:27.973Z Compiling num-integer v0.1.46
15842026-05-04T14:53:28.003Z Compiling hash32 v0.2.1
15852026-05-04T14:53:28.058Z Compiling ff v0.13.1
15862026-05-04T14:53:28.117Z Compiling memoffset v0.9.1
15872026-05-04T14:53:28.212Z Compiling num-bigint-dig v0.8.6
15882026-05-04T14:53:28.212Z Compiling zlib-rs v0.6.2
15892026-05-04T14:53:28.330Z Compiling base16ct v0.2.0
15902026-05-04T14:53:28.330Z Compiling cfg_aliases v0.2.1
15912026-05-04T14:53:28.435Z Compiling smoltcp v0.9.1
15922026-05-04T14:53:28.453Z Compiling rustix v0.38.44
15932026-05-04T14:53:28.531Z Compiling ref-cast v1.0.25
15942026-05-04T14:53:28.548Z Compiling ryu v1.0.23
15952026-05-04T14:53:28.753Z Compiling iri-string v0.7.10
15962026-05-04T14:53:28.799Z Compiling fallible-iterator v0.2.0
15972026-05-04T14:53:28.826Z Compiling litrs v1.0.0
15982026-05-04T14:53:28.866Z Compiling psl-types v2.0.11
15992026-05-04T14:53:29.009Z Compiling publicsuffix v2.3.0
16002026-05-04T14:53:29.136Z Compiling postgres-protocol v0.6.10
16012026-05-04T14:53:29.379Z Compiling document-features v0.2.12
16022026-05-04T14:53:29.399Z Compiling serde_urlencoded v0.7.1
16032026-05-04T14:53:29.666Z Compiling zerocopy v0.7.35
16042026-05-04T14:53:29.734Z Compiling sec1 v0.7.3
16052026-05-04T14:53:30.019Z Compiling tower-http v0.6.8
16062026-05-04T14:53:30.061Z Compiling nix v0.31.2
16072026-05-04T14:53:30.272Z Compiling newtype-uuid v1.3.2
16082026-05-04T14:53:30.457Z Compiling num-iter v0.1.45
16092026-05-04T14:53:30.474Z Compiling group v0.13.0
16102026-05-04T14:53:30.660Z Compiling darling v0.21.3
16112026-05-04T14:53:30.677Z Compiling rand v0.8.5
16122026-05-04T14:53:30.754Z Compiling oxnet v0.1.4
16132026-05-04T14:53:30.893Z Compiling hubpack_derive v0.1.1
16142026-05-04T14:53:31.021Z Compiling derive_builder v0.20.2
16152026-05-04T14:53:31.165Z Compiling tokio-native-tls v0.3.1
16162026-05-04T14:53:31.183Z Compiling goblin v0.8.2
16172026-05-04T14:53:31.358Z Compiling flate2 v1.1.9
16182026-05-04T14:53:31.853Z Compiling regex v1.12.3
16192026-05-04T14:53:31.882Z Compiling phf_shared v0.13.1
16202026-05-04T14:53:31.999Z Compiling lazy_static v1.5.0
16212026-05-04T14:53:32.038Z Compiling cargo-platform v0.1.9
16222026-05-04T14:53:32.127Z Compiling hkdf v0.12.4
16232026-05-04T14:53:32.149Z Compiling crypto-bigint v0.5.5
16242026-05-04T14:53:32.210Z Compiling terminal_size v0.4.3
16252026-05-04T14:53:32.313Z Compiling ref-cast-impl v1.0.25
16262026-05-04T14:53:32.316Z Compiling strum_macros v0.27.2
16272026-05-04T14:53:32.346Z Compiling async-trait v0.1.89
16282026-05-04T14:53:32.361Z Compiling curve25519-dalek-derive v0.1.1
16292026-05-04T14:53:32.907Z Compiling daft-derive v0.1.5
16302026-05-04T14:53:33.060Z Compiling vergen v9.0.6
16312026-05-04T14:53:33.255Z Compiling fs-err v3.3.0
16322026-05-04T14:53:33.431Z Compiling ahash v0.8.12
16332026-05-04T14:53:33.462Z Compiling libbz2-rs-sys v0.2.2
16342026-05-04T14:53:33.658Z Compiling unicode-segmentation v1.12.0
16352026-05-04T14:53:33.675Z Compiling foldhash v0.2.0
16362026-05-04T14:53:33.927Z Compiling managed v0.8.0
16372026-05-04T14:53:34.083Z Compiling winnow v0.5.40
16382026-05-04T14:53:34.165Z Compiling bumpalo v3.20.2
16392026-05-04T14:53:34.206Z Compiling object v0.37.3
16402026-05-04T14:53:34.388Z Compiling bitflags v1.3.2
16412026-05-04T14:53:34.425Z Compiling foldhash v0.1.5
16422026-05-04T14:53:34.445Z Compiling strum v0.27.2
16432026-05-04T14:53:34.564Z Compiling hashbrown v0.15.5
16442026-05-04T14:53:34.592Z Compiling zopfli v0.8.3
16452026-05-04T14:53:34.616Z Compiling clap_builder v4.5.60
16462026-05-04T14:53:35.053Z Compiling bzip2 v0.6.1
16472026-05-04T14:53:35.172Z Compiling hashbrown v0.16.1
16482026-05-04T14:53:35.287Z Compiling daft v0.1.5
16492026-05-04T14:53:35.319Z Compiling dof v0.3.0
16502026-05-04T14:53:35.518Z Compiling toml_edit v0.19.15
16512026-05-04T14:53:35.621Z Compiling elliptic-curve v0.13.8
16522026-05-04T14:53:35.952Z Compiling cargo_metadata v0.19.2
16532026-05-04T14:53:36.109Z Compiling phf v0.13.1
16542026-05-04T14:53:36.291Z Compiling signal-hook-mio v0.2.5
16552026-05-04T14:53:36.848Z Compiling cookie_store v0.22.1
16562026-05-04T14:53:37.450Z Compiling zstd v0.13.3
16572026-05-04T14:53:37.576Z Compiling hubpack v0.1.2
16582026-05-04T14:53:37.658Z Compiling hyper-tls v0.6.0
16592026-05-04T14:53:37.743Z Compiling bzip2 v0.4.4
16602026-05-04T14:53:37.823Z Compiling serde_with_macros v3.17.0
16612026-05-04T14:53:37.940Z Compiling postgres-types v0.2.12
16622026-05-04T14:53:38.021Z Compiling usdt-attr-macro v0.6.0
16632026-05-04T14:53:38.420Z Compiling usdt-macro v0.6.0
16642026-05-04T14:53:38.529Z Compiling dtrace-parser v0.2.0
16652026-05-04T14:53:38.823Z Compiling ed25519 v2.2.3
16662026-05-04T14:53:38.864Z Compiling bstr v1.12.1
16672026-05-04T14:53:38.996Z Compiling phf_shared v0.11.3
16682026-05-04T14:53:39.120Z Compiling pkcs1 v0.7.5
16692026-05-04T14:53:39.195Z Compiling hex v0.4.3
16702026-05-04T14:53:39.217Z Compiling serde-big-array v0.5.1
16712026-05-04T14:53:39.325Z Compiling rfc6979 v0.4.0
16722026-05-04T14:53:39.368Z Compiling enum-as-inner v0.6.1
16732026-05-04T14:53:39.452Z Compiling strum_macros v0.26.4
16742026-05-04T14:53:39.477Z Compiling serde_repr v0.1.20
16752026-05-04T14:53:39.538Z Compiling clap_derive v4.5.55
16762026-05-04T14:53:39.561Z Compiling float-cmp v0.10.0
16772026-05-04T14:53:39.721Z Compiling thread-id v4.2.2
16782026-05-04T14:53:39.792Z Compiling memmap2 v0.9.10
16792026-05-04T14:53:39.817Z Compiling env_filter v1.0.0
16802026-05-04T14:53:39.882Z Compiling encoding_rs v0.8.35
16812026-05-04T14:53:39.988Z Compiling fixedbitset v0.4.2
16822026-05-04T14:53:40.013Z Compiling static_assertions v1.1.0
16832026-05-04T14:53:40.094Z Compiling predicates-core v1.0.10
16842026-05-04T14:53:40.132Z Compiling whoami v2.1.0
16852026-05-04T14:53:40.215Z Compiling new_debug_unreachable v1.0.6
16862026-05-04T14:53:40.281Z Compiling either v1.15.0
16872026-05-04T14:53:40.299Z Compiling data-encoding v2.10.0
16882026-05-04T14:53:40.498Z Compiling precomputed-hash v0.1.1
16892026-05-04T14:53:40.520Z Compiling jiff v0.2.21
16902026-05-04T14:53:40.596Z Compiling keccak v0.1.6
16912026-05-04T14:53:41.009Z Compiling fixedbitset v0.5.7
16922026-05-04T14:53:41.249Z Compiling rustc-hash v2.1.1
16932026-05-04T14:53:41.323Z Compiling difflib v0.4.0
16942026-05-04T14:53:41.374Z Compiling normalize-line-endings v0.3.0
16952026-05-04T14:53:41.389Z Compiling mime v0.3.17
16962026-05-04T14:53:41.423Z Compiling clap v4.5.60
16972026-05-04T14:53:41.456Z Compiling iddqd v0.3.18
16982026-05-04T14:53:41.480Z Compiling strum v0.26.3
16992026-05-04T14:53:41.520Z Compiling petgraph v0.8.3
17002026-05-04T14:53:41.617Z Compiling predicates v3.1.4
17012026-05-04T14:53:41.656Z Compiling sha3 v0.10.8
17022026-05-04T14:53:41.922Z Compiling hickory-proto v0.25.2
17032026-05-04T14:53:41.938Z Compiling string_cache v0.8.9
17042026-05-04T14:53:42.192Z Compiling itertools v0.13.0
17052026-05-04T14:53:42.209Z Compiling tokio-postgres v0.7.16
17062026-05-04T14:53:42.366Z Compiling petgraph v0.6.5
17072026-05-04T14:53:42.712Z Compiling toml_edit v0.22.27
17082026-05-04T14:53:43.492Z Compiling zip v4.6.1
17092026-05-04T14:53:43.587Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17102026-05-04T14:53:43.948Z Compiling env_logger v0.11.9
17112026-05-04T14:53:44.324Z Compiling usdt v0.6.0
17122026-05-04T14:53:44.502Z Compiling usdt-impl v0.5.0
17132026-05-04T14:53:44.527Z Compiling ecdsa v0.16.9
17142026-05-04T14:53:44.625Z Compiling serde_with v3.17.0
17152026-05-04T14:53:44.948Z Compiling rsa v0.9.10
17162026-05-04T14:53:45.031Z Compiling similar v2.7.0
17172026-05-04T14:53:45.130Z Compiling ed25519-dalek v2.2.0
17182026-05-04T14:53:45.590Z Compiling crossterm v0.28.1
17192026-05-04T14:53:45.949Z Compiling zip v0.6.6
17202026-05-04T14:53:46.434Z Compiling toml v0.7.8
17212026-05-04T14:53:47.019Z Compiling toml_parser v1.0.9+spec-1.1.0
17222026-05-04T14:53:47.073Z Compiling heck v0.4.1
17232026-05-04T14:53:47.101Z Compiling crossbeam-epoch v0.9.18
17242026-05-04T14:53:47.172Z Compiling tokio-stream v0.1.18
17252026-05-04T14:53:47.322Z Compiling buf-list v1.1.2
17262026-05-04T14:53:47.377Z Compiling x509-cert v0.2.5
17272026-05-04T14:53:47.445Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17282026-05-04T14:53:47.616Z Compiling openapiv3 v2.2.0
17292026-05-04T14:53:47.695Z Compiling sha1 v0.10.6
17302026-05-04T14:53:47.757Z Compiling toml_datetime v0.7.5+spec-1.1.0
17312026-05-04T14:53:47.795Z Compiling peg-runtime v0.8.5
17322026-05-04T14:53:47.927Z Compiling lalrpop-util v0.19.12
17332026-05-04T14:53:48.015Z Compiling thread_local v1.1.9
17342026-05-04T14:53:48.075Z Compiling slog-async v2.8.0
17352026-05-04T14:53:48.128Z Compiling crossbeam-channel v0.5.15
17362026-05-04T14:53:48.286Z Compiling futures-executor v0.3.32
17372026-05-04T14:53:48.421Z Compiling filetime v0.2.27
17382026-05-04T14:53:48.467Z Compiling is-terminal v0.4.17
17392026-05-04T14:53:48.560Z Compiling xattr v1.6.1
17402026-05-04T14:53:48.567Z Compiling take_mut v0.2.2
17412026-05-04T14:53:48.604Z Compiling term v1.2.1
17422026-05-04T14:53:48.616Z Compiling futures v0.3.32
17432026-05-04T14:53:48.677Z Compiling tar v0.4.45
17442026-05-04T14:53:49.071Z Compiling slog-term v2.9.2
17452026-05-04T14:53:54.748Z Compiling rustls-webpki v0.103.9
17462026-05-04T14:53:57.628Z Compiling tokio-rustls v0.26.4
17472026-05-04T14:53:57.628Z Compiling rustls-platform-verifier v0.6.2
17482026-05-04T14:53:57.836Z Compiling hyper-rustls v0.27.7
17492026-05-04T14:53:58.046Z Compiling reqwest v0.13.2
17502026-05-04T14:53:58.046Z Compiling reqwest v0.12.28
17512026-05-04T14:54:00.325Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-05-04T14:54:00.426Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-05-04T14:54:04.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
17542026-05-04T14:54:04.732Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17552026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Starting download, target: Clickhouse
17562026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Starting download, target: Console
17572026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Starting download, target: DendriteStub
17582026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Starting download, target: Cockroach
17592026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Starting download, target: MaghemiteMgd
17602026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Starting download, target: TransceiverControl
17612026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17622026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17632026-05-04T14:54:04.752ZMay 04 14:54:01.882 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17642026-05-04T14:54:04.753ZMay 04 14:54:01.882 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-05-04T14:54:04.753ZMay 04 14:54:01.882 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-05-04T14:54:04.753ZMay 04 14:54:01.882 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17672026-05-04T14:54:04.753ZMay 04 14:54:02.904 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17682026-05-04T14:54:04.805ZMay 04 14:54:03.134 INFO Download complete, target: Console
17692026-05-04T14:54:04.945ZMay 04 14:54:03.259 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-05-04T14:54:05.169ZMay 04 14:54:03.487 INFO Download complete, target: TransceiverControl
17712026-05-04T14:54:06.027ZMay 04 14:54:04.361 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17722026-05-04T14:54:06.352ZMay 04 14:54:04.687 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-05-04T14:54:06.410ZMay 04 14:54:04.742 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-05-04T14:54:06.891ZMay 04 14:54:05.225 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-05-04T14:54:06.891ZMay 04 14:54:05.225 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-05-04T14:54:08.724ZMay 04 14:54:07.058 INFO Download complete, target: DendriteStub
17772026-05-04T14:54:08.808ZMay 04 14:54:07.143 INFO Download complete, target: MaghemiteMgd
17782026-05-04T14:54:11.708ZMay 04 14:54:09.874 INFO Checking that binary works, target: Cockroach
17792026-05-04T14:54:11.721ZMay 04 14:54:09.976 INFO Download complete, target: Cockroach
17802026-05-04T14:54:12.872ZMay 04 14:54:11.206 INFO Checking that binary works, target: Clickhouse
17812026-05-04T14:54:12.996ZMay 04 14:54:11.328 INFO Download complete, target: Clickhouse
17822026-05-04T14:54:13.008ZAll builder prerequisites installed successfully, and PATH looks valid
17832026-05-04T14:54:13.012Z
17842026-05-04T14:54:13.012Zreal 3:59.821122043
17852026-05-04T14:54:13.012Zuser 7:39.144613912
17862026-05-04T14:54:13.012Zsys 1:30.325240522
17872026-05-04T14:54:13.012Ztrap 0.236360270
17882026-05-04T14:54:13.012Ztflt 0.612377386
17892026-05-04T14:54:13.012Zdflt 0.456872865
17902026-05-04T14:54:13.012Zkflt 0.021505307
17912026-05-04T14:54:13.012Zlock 22:19.711276438
17922026-05-04T14:54:13.012Zslp 24:18.770489960
17932026-05-04T14:54:13.012Zlat 47.192442424
17942026-05-04T14:54:13.012Zstop 2:13.495262975
17952026-05-04T14:54:13.012Z+ banner hack-check
17962026-05-04T14:54:13.012Z
17972026-05-04T14:54:13.012Z # # ## #### # # #### # # ###### #### # #
17982026-05-04T14:54:13.012Z # # # # # # # # # # # # # # # # #
17992026-05-04T14:54:13.012Z ###### # # # #### ##### # ###### ##### # ####
18002026-05-04T14:54:13.012Z # # ###### # # # # # # # # # #
18012026-05-04T14:54:13.012Z # # # # # # # # # # # # # # # # #
18022026-05-04T14:54:13.012Z # # # # #### # # #### # # ###### #### # #
18032026-05-04T14:54:13.012Z
18042026-05-04T14:54:13.012Z+ export CARGO_INCREMENTAL=0
18052026-05-04T14:54:13.012Z+ CARGO_INCREMENTAL=0
18062026-05-04T14:54:13.013Z+ ptime -m timeout 2h cargo xtask check-features --ci
18072026-05-04T14:54:13.567Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18082026-05-04T14:54:13.800Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18092026-05-04T14:54:15.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.71s
18102026-05-04T14:54:15.823Z Running `target/debug/xtask check-features --ci`
18112026-05-04T14:54:15.851Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18122026-05-04T14:54:15.853Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18132026-05-04T14:54:16.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18142026-05-04T14:54:16.377Z Running `target/debug/xtask download cargo-hack`
18152026-05-04T14:54:17.181Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18162026-05-04T14:54:17.500Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18172026-05-04T14:54:20.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18182026-05-04T14:54:20.231Z Running `target/debug/xtask-downloader cargo-hack`
18192026-05-04T14:54:20.239ZMay 04 14:54:18.571 INFO Starting download, target: CargoHack
18202026-05-04T14:54:20.244ZMay 04 14:54:18.572 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18212026-05-04T14:54:20.660ZMay 04 14:54:18.991 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18222026-05-04T14:54:20.709ZMay 04 14:54:19.040 INFO Download complete, target: CargoHack
18232026-05-04T14:54:20.725Zrunning: "/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"
18242026-05-04T14:54:20.737Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18252026-05-04T14:54:20.876Zinfo: running `cargo check --bins` on api_identity (1/274)
18262026-05-04T14:54:21.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18272026-05-04T14:54:21.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18282026-05-04T14:54:21.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18292026-05-04T14:54:21.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18302026-05-04T14:54:21.469Z
18312026-05-04T14:54:21.469Zinfo: running `cargo check --bins` on bootstore (2/274)
18322026-05-04T14:54:21.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18332026-05-04T14:54:21.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18342026-05-04T14:54:21.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18352026-05-04T14:54:21.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18362026-05-04T14:54:22.068Z
18372026-05-04T14:54:22.069Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18382026-05-04T14:54:22.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18392026-05-04T14:54:22.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18402026-05-04T14:54:22.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18412026-05-04T14:54:22.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18422026-05-04T14:54:22.663Z
18432026-05-04T14:54:22.663Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18442026-05-04T14:54:23.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18452026-05-04T14:54:23.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18462026-05-04T14:54:23.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18472026-05-04T14:54:23.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18482026-05-04T14:54:23.250Z
18492026-05-04T14:54:23.250Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18502026-05-04T14:54:23.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18512026-05-04T14:54:23.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18522026-05-04T14:54:23.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18532026-05-04T14:54:23.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18542026-05-04T14:54:23.843Z
18552026-05-04T14:54:23.843Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18562026-05-04T14:54:24.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18572026-05-04T14:54:24.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18582026-05-04T14:54:24.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18592026-05-04T14:54:24.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18602026-05-04T14:54:24.457Z
18612026-05-04T14:54:24.457Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18622026-05-04T14:54:24.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18632026-05-04T14:54:24.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18642026-05-04T14:54:24.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18652026-05-04T14:54:24.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18662026-05-04T14:54:25.064Z
18672026-05-04T14:54:25.064Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18682026-05-04T14:54:25.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18692026-05-04T14:54:25.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18702026-05-04T14:54:25.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18712026-05-04T14:54:25.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
18722026-05-04T14:54:25.672Z
18732026-05-04T14:54:25.672Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18742026-05-04T14:54:26.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18752026-05-04T14:54:26.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18762026-05-04T14:54:26.088Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18772026-05-04T14:54:26.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18782026-05-04T14:54:26.145Z
18792026-05-04T14:54:26.145Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18802026-05-04T14:54:26.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-05-04T14:54:26.564Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-05-04T14:54:26.564Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-05-04T14:54:26.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18842026-05-04T14:54:26.625Z
18852026-05-04T14:54:26.625Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18862026-05-04T14:54:27.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-05-04T14:54:27.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-05-04T14:54:27.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-05-04T14:54:27.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18902026-05-04T14:54:27.102Z
18912026-05-04T14:54:27.102Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18922026-05-04T14:54:27.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-05-04T14:54:27.525Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-05-04T14:54:27.525Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-05-04T14:54:27.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18962026-05-04T14:54:27.585Z
18972026-05-04T14:54:27.585Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18982026-05-04T14:54:28.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-05-04T14:54:28.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-05-04T14:54:28.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-05-04T14:54:28.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19022026-05-04T14:54:28.072Z
19032026-05-04T14:54:28.072Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19042026-05-04T14:54:28.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-05-04T14:54:28.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-05-04T14:54:28.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-05-04T14:54:28.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19082026-05-04T14:54:28.546Z
19092026-05-04T14:54:28.546Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19102026-05-04T14:54:28.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-05-04T14:54:28.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-05-04T14:54:28.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-05-04T14:54:28.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19142026-05-04T14:54:29.024Z
19152026-05-04T14:54:29.024Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19162026-05-04T14:54:29.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-05-04T14:54:29.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-05-04T14:54:29.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-05-04T14:54:29.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19202026-05-04T14:54:29.511Z
19212026-05-04T14:54:29.511Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19222026-05-04T14:54:29.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-05-04T14:54:29.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-05-04T14:54:29.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-05-04T14:54:29.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19262026-05-04T14:54:29.997Z
19272026-05-04T14:54:29.997Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19282026-05-04T14:54:30.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-05-04T14:54:30.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-05-04T14:54:30.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-05-04T14:54:30.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19322026-05-04T14:54:30.488Z
19332026-05-04T14:54:30.488Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19342026-05-04T14:54:30.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-05-04T14:54:30.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-05-04T14:54:30.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-05-04T14:54:30.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19382026-05-04T14:54:30.976Z
19392026-05-04T14:54:30.976Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19402026-05-04T14:54:31.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-05-04T14:54:31.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-05-04T14:54:31.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-05-04T14:54:31.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19442026-05-04T14:54:31.467Z
19452026-05-04T14:54:31.467Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19462026-05-04T14:54:31.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-05-04T14:54:31.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-05-04T14:54:31.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-05-04T14:54:31.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19502026-05-04T14:54:31.961Z
19512026-05-04T14:54:31.961Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19522026-05-04T14:54:32.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-05-04T14:54:32.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-05-04T14:54:32.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-05-04T14:54:32.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19562026-05-04T14:54:32.450Z
19572026-05-04T14:54:32.450Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19582026-05-04T14:54:32.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-05-04T14:54:32.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-05-04T14:54:32.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-05-04T14:54:32.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19622026-05-04T14:54:32.936Z
19632026-05-04T14:54:32.936Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19642026-05-04T14:54:33.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-05-04T14:54:33.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-05-04T14:54:33.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-05-04T14:54:33.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19682026-05-04T14:54:33.418Z
19692026-05-04T14:54:33.418Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19702026-05-04T14:54:33.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-05-04T14:54:33.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-05-04T14:54:33.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-05-04T14:54:33.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19742026-05-04T14:54:33.917Z
19752026-05-04T14:54:33.918Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19762026-05-04T14:54:34.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-05-04T14:54:34.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-05-04T14:54:34.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-05-04T14:54:34.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19802026-05-04T14:54:34.384Z
19812026-05-04T14:54:34.385Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19822026-05-04T14:54:34.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-05-04T14:54:34.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-05-04T14:54:34.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-05-04T14:54:34.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19862026-05-04T14:54:34.877Z
19872026-05-04T14:54:34.877Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19882026-05-04T14:54:35.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-05-04T14:54:35.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-05-04T14:54:35.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-05-04T14:54:35.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
19922026-05-04T14:54:35.362Z
19932026-05-04T14:54:35.362Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19942026-05-04T14:54:35.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-05-04T14:54:35.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-05-04T14:54:35.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-05-04T14:54:35.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19982026-05-04T14:54:35.842Z
19992026-05-04T14:54:35.842Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
20002026-05-04T14:54:36.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-05-04T14:54:36.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-05-04T14:54:36.262Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-05-04T14:54:36.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20042026-05-04T14:54:36.323Z
20052026-05-04T14:54:36.323Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20062026-05-04T14:54:36.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-05-04T14:54:36.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-05-04T14:54:36.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-05-04T14:54:36.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20102026-05-04T14:54:36.808Z
20112026-05-04T14:54:36.808Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20122026-05-04T14:54:37.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-05-04T14:54:37.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-05-04T14:54:37.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-05-04T14:54:37.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20162026-05-04T14:54:37.290Z
20172026-05-04T14:54:37.290Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20182026-05-04T14:54:37.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-05-04T14:54:37.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-05-04T14:54:37.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-05-04T14:54:37.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20222026-05-04T14:54:37.774Z
20232026-05-04T14:54:37.774Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20242026-05-04T14:54:38.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-05-04T14:54:38.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-05-04T14:54:38.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-05-04T14:54:38.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20282026-05-04T14:54:38.258Z
20292026-05-04T14:54:38.258Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20302026-05-04T14:54:38.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-05-04T14:54:38.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-05-04T14:54:38.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-05-04T14:54:38.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20342026-05-04T14:54:38.740Z
20352026-05-04T14:54:38.740Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20362026-05-04T14:54:39.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-05-04T14:54:39.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-05-04T14:54:39.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-05-04T14:54:39.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20402026-05-04T14:54:39.228Z
20412026-05-04T14:54:39.229Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20422026-05-04T14:54:39.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-05-04T14:54:39.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-05-04T14:54:39.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-05-04T14:54:39.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20462026-05-04T14:54:39.716Z
20472026-05-04T14:54:39.717Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20482026-05-04T14:54:40.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-05-04T14:54:40.143Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-05-04T14:54:40.143Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-05-04T14:54:40.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20522026-05-04T14:54:40.204Z
20532026-05-04T14:54:40.204Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20542026-05-04T14:54:40.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-05-04T14:54:40.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-05-04T14:54:40.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-05-04T14:54:40.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20582026-05-04T14:54:40.688Z
20592026-05-04T14:54:40.688Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20602026-05-04T14:54:41.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-05-04T14:54:41.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-05-04T14:54:41.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-05-04T14:54:41.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20642026-05-04T14:54:41.173Z
20652026-05-04T14:54:41.173Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20662026-05-04T14:54:41.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-05-04T14:54:41.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-05-04T14:54:41.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-05-04T14:54:41.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20702026-05-04T14:54:41.662Z
20712026-05-04T14:54:41.662Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20722026-05-04T14:54:42.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-05-04T14:54:42.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-05-04T14:54:42.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-05-04T14:54:42.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20762026-05-04T14:54:42.147Z
20772026-05-04T14:54:42.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20782026-05-04T14:54:42.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-05-04T14:54:42.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-05-04T14:54:42.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-05-04T14:54:42.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
20822026-05-04T14:54:42.638Z
20832026-05-04T14:54:42.638Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20842026-05-04T14:54:43.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-05-04T14:54:43.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-05-04T14:54:43.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-05-04T14:54:43.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20882026-05-04T14:54:43.150Z
20892026-05-04T14:54:43.150Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20902026-05-04T14:54:43.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-05-04T14:54:43.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-05-04T14:54:43.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-05-04T14:54:43.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20942026-05-04T14:54:43.603Z
20952026-05-04T14:54:43.603Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20962026-05-04T14:54:44.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-05-04T14:54:44.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-05-04T14:54:44.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-05-04T14:54:44.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21002026-05-04T14:54:44.088Z
21012026-05-04T14:54:44.088Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
21022026-05-04T14:54:44.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-05-04T14:54:44.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-05-04T14:54:44.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-05-04T14:54:44.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21062026-05-04T14:54:44.570Z
21072026-05-04T14:54:44.570Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21082026-05-04T14:54:44.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-05-04T14:54:44.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-05-04T14:54:44.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-05-04T14:54:45.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
21122026-05-04T14:54:45.061Z
21132026-05-04T14:54:45.061Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21142026-05-04T14:54:45.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-05-04T14:54:45.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-05-04T14:54:45.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-05-04T14:54:45.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21182026-05-04T14:54:45.712Z
21192026-05-04T14:54:45.712Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21202026-05-04T14:54:46.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-05-04T14:54:46.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-05-04T14:54:46.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-05-04T14:54:46.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
21242026-05-04T14:54:46.379Z
21252026-05-04T14:54:46.379Zinfo: running `cargo check --bins` on nexus-config (51/274)
21262026-05-04T14:54:46.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-05-04T14:54:46.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-05-04T14:54:46.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-05-04T14:54:46.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21302026-05-04T14:54:47.039Z
21312026-05-04T14:54:47.039Zinfo: running `cargo check --bins` on nexus-types (52/274)
21322026-05-04T14:54:47.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-05-04T14:54:47.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-05-04T14:54:47.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-05-04T14:54:47.606Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
21362026-05-04T14:54:47.703Z
21372026-05-04T14:54:47.703Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21382026-05-04T14:54:48.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-05-04T14:54:48.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-05-04T14:54:48.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-05-04T14:54:48.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21422026-05-04T14:54:48.323Z
21432026-05-04T14:54:48.325Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21442026-05-04T14:54:48.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-05-04T14:54:48.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-05-04T14:54:48.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-05-04T14:54:48.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21482026-05-04T14:54:48.924Z
21492026-05-04T14:54:48.924Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21502026-05-04T14:54:49.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-05-04T14:54:49.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-05-04T14:54:49.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-05-04T14:54:49.460Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21542026-05-04T14:54:49.551Z
21552026-05-04T14:54:49.551Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21562026-05-04T14:54:50.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-05-04T14:54:50.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-05-04T14:54:50.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-05-04T14:54:50.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21602026-05-04T14:54:50.195Z
21612026-05-04T14:54:50.195Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21622026-05-04T14:54:50.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-05-04T14:54:50.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-05-04T14:54:50.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-05-04T14:54:50.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21662026-05-04T14:54:50.799Z
21672026-05-04T14:54:50.799Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21682026-05-04T14:54:51.318Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-05-04T14:54:51.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-05-04T14:54:51.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-05-04T14:54:51.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21722026-05-04T14:54:51.418Z
21732026-05-04T14:54:51.418Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21742026-05-04T14:54:51.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-05-04T14:54:51.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-05-04T14:54:51.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-05-04T14:54:51.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-05-04T14:54:52.015Z
21792026-05-04T14:54:52.015Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21802026-05-04T14:54:52.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-05-04T14:54:52.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-05-04T14:54:52.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-05-04T14:54:52.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-05-04T14:54:52.617Z
21852026-05-04T14:54:52.617Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21862026-05-04T14:54:53.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-05-04T14:54:53.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-05-04T14:54:53.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-05-04T14:54:53.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-05-04T14:54:53.213Z
21912026-05-04T14:54:53.213Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21922026-05-04T14:54:53.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-05-04T14:54:53.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-05-04T14:54:53.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-05-04T14:54:53.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21962026-05-04T14:54:53.802Z
21972026-05-04T14:54:53.803Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21982026-05-04T14:54:54.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-05-04T14:54:54.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-05-04T14:54:54.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-05-04T14:54:54.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22022026-05-04T14:54:54.412Z
22032026-05-04T14:54:54.412Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22042026-05-04T14:54:54.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-05-04T14:54:54.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-05-04T14:54:54.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-05-04T14:54:54.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
22082026-05-04T14:54:55.028Z
22092026-05-04T14:54:55.028Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22102026-05-04T14:54:55.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-05-04T14:54:55.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-05-04T14:54:55.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-05-04T14:54:55.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22142026-05-04T14:54:55.630Z
22152026-05-04T14:54:55.630Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22162026-05-04T14:54:56.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-05-04T14:54:56.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-05-04T14:54:56.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-05-04T14:54:56.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22202026-05-04T14:54:56.226Z
22212026-05-04T14:54:56.226Zinfo: running `cargo check --bins` on ereport-types (67/274)
22222026-05-04T14:54:56.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-05-04T14:54:56.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-05-04T14:54:56.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-05-04T14:54:56.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22262026-05-04T14:54:56.840Z
22272026-05-04T14:54:56.840Zinfo: running `cargo check --bins` on gateway-client (68/274)
22282026-05-04T14:54:57.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-05-04T14:54:57.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-05-04T14:54:57.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-05-04T14:54:57.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22322026-05-04T14:54:57.446Z
22332026-05-04T14:54:57.446Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22342026-05-04T14:54:57.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-05-04T14:54:57.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-05-04T14:54:57.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-05-04T14:54:57.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382026-05-04T14:54:58.056Z
22392026-05-04T14:54:58.056Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22402026-05-04T14:54:58.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-05-04T14:54:58.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-05-04T14:54:58.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-05-04T14:54:58.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22442026-05-04T14:54:58.657Z
22452026-05-04T14:54:58.657Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22462026-05-04T14:54:59.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-05-04T14:54:59.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-05-04T14:54:59.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-05-04T14:54:59.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22502026-05-04T14:54:59.266Z
22512026-05-04T14:54:59.266Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22522026-05-04T14:54:59.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-05-04T14:54:59.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-05-04T14:54:59.786Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-05-04T14:54:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22562026-05-04T14:54:59.888Z
22572026-05-04T14:54:59.888Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22582026-05-04T14:55:00.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-05-04T14:55:00.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-05-04T14:55:00.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-05-04T14:55:00.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22622026-05-04T14:55:00.510Z
22632026-05-04T14:55:00.510Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22642026-05-04T14:55:01.177Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-05-04T14:55:01.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-05-04T14:55:01.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-05-04T14:55:01.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
22682026-05-04T14:55:01.194Z
22692026-05-04T14:55:01.194Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22702026-05-04T14:55:01.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-05-04T14:55:01.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-05-04T14:55:01.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-05-04T14:55:01.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22742026-05-04T14:55:01.740Z
22752026-05-04T14:55:01.740Zinfo: running `cargo check --bins` on oxlog (76/274)
22762026-05-04T14:55:02.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-05-04T14:55:02.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-05-04T14:55:02.364Z Checking cfg-if v1.0.4
22792026-05-04T14:55:02.376Z Checking libc v0.2.185
22802026-05-04T14:55:02.376Z Checking serde_core v1.0.228
22812026-05-04T14:55:02.483Z Checking zeroize v1.8.2
22822026-05-04T14:55:02.493Z Checking memchr v2.8.0
22832026-05-04T14:55:02.501Z Checking log v0.4.29
22842026-05-04T14:55:02.514Z Checking smallvec v1.15.1
22852026-05-04T14:55:02.522Z Checking typenum v1.19.0
22862026-05-04T14:55:02.529Z Checking subtle v2.6.1
22872026-05-04T14:55:02.636Z Checking itoa v1.0.17
22882026-05-04T14:55:02.665Z Checking scopeguard v1.2.0
22892026-05-04T14:55:02.681Z Checking stable_deref_trait v1.2.1
22902026-05-04T14:55:02.699Z Checking const-oid v0.9.6
22912026-05-04T14:55:02.761Z Checking portable-atomic v1.13.1
22922026-05-04T14:55:02.775Z Checking lock_api v0.4.14
22932026-05-04T14:55:02.784Z Checking zerofrom v0.1.6
22942026-05-04T14:55:02.906Z Checking critical-section v1.2.0
22952026-05-04T14:55:02.917Z Checking getrandom v0.2.17
22962026-05-04T14:55:02.917Z Checking errno v0.3.14
22972026-05-04T14:55:03.006Z Checking yoke v0.8.1
22982026-05-04T14:55:03.033Z Checking parking_lot_core v0.9.12
22992026-05-04T14:55:03.070Z Checking signal-hook-registry v1.4.8
23002026-05-04T14:55:03.083Z Checking generic-array v0.14.7
23012026-05-04T14:55:03.103Z Checking rand_core v0.6.4
23022026-05-04T14:55:03.170Z Checking zerovec v0.11.5
23032026-05-04T14:55:03.188Z Checking once_cell v1.21.3
23042026-05-04T14:55:03.234Z Checking zerocopy v0.8.40
23052026-05-04T14:55:03.272Z Checking pin-project-lite v0.2.17
23062026-05-04T14:55:03.292Z Checking parking_lot v0.12.5
23072026-05-04T14:55:03.339Z Checking mio v1.2.0
23082026-05-04T14:55:03.371Z Checking socket2 v0.6.3
23092026-05-04T14:55:03.407Z Checking libm v0.2.16
23102026-05-04T14:55:03.490Z Checking zmij v1.0.21
23112026-05-04T14:55:03.550Z Checking crypto-common v0.1.7
23122026-05-04T14:55:03.649Z Checking block-buffer v0.10.4
23132026-05-04T14:55:03.675Z Checking writeable v0.6.2
23142026-05-04T14:55:03.675Z Checking tinystr v0.8.2
23152026-05-04T14:55:03.683Z Checking percent-encoding v2.3.2
23162026-05-04T14:55:03.712Z Checking litemap v0.8.1
23172026-05-04T14:55:03.782Z Checking digest v0.10.7
23182026-05-04T14:55:03.805Z Checking futures-core v0.3.32
23192026-05-04T14:55:03.843Z Checking equivalent v1.0.2
23202026-05-04T14:55:03.855Z Checking potential_utf v0.1.4
23212026-05-04T14:55:03.899Z Checking icu_locale_core v2.1.1
23222026-05-04T14:55:03.923Z Checking zerotrie v0.2.3
23232026-05-04T14:55:03.941Z Checking cpufeatures v0.2.17
23242026-05-04T14:55:03.980Z Checking hmac v0.12.1
23252026-05-04T14:55:03.988Z Checking icu_collections v2.1.1
23262026-05-04T14:55:04.016Z Checking block-padding v0.3.3
23272026-05-04T14:55:04.075Z Checking serde v1.0.228
23282026-05-04T14:55:04.120Z Checking bitflags v2.11.0
23292026-05-04T14:55:04.150Z Checking num-traits v0.2.19
23302026-05-04T14:55:04.162Z Checking serde_json v1.0.149
23312026-05-04T14:55:04.178Z Checking icu_properties_data v2.1.2
23322026-05-04T14:55:04.293Z Checking icu_normalizer_data v2.1.1
23332026-05-04T14:55:04.315Z Checking rand_core v0.10.0
23342026-05-04T14:55:04.324Z Checking futures-sink v0.3.32
23352026-05-04T14:55:04.367Z Checking hashbrown v0.17.0
23362026-05-04T14:55:04.422Z Checking futures-channel v0.3.32
23372026-05-04T14:55:04.470Z Checking getrandom v0.4.1
23382026-05-04T14:55:04.488Z Checking icu_provider v2.1.1
23392026-05-04T14:55:04.502Z Checking bytes v1.11.1
23402026-05-04T14:55:04.610Z Checking inout v0.1.4
23412026-05-04T14:55:04.625Z Checking futures-task v0.3.32
23422026-05-04T14:55:04.715Z Checking futures-io v0.3.32
23432026-05-04T14:55:04.731Z Checking icu_normalizer v2.1.1
23442026-05-04T14:55:04.754Z Checking icu_properties v2.1.2
23452026-05-04T14:55:04.767Z Checking slab v0.4.12
23462026-05-04T14:55:04.830Z Checking cipher v0.4.4
23472026-05-04T14:55:04.853Z Checking indexmap v2.14.0
23482026-05-04T14:55:04.866Z Checking sha2 v0.10.9
23492026-05-04T14:55:04.929Z Checking futures-util v0.3.32
23502026-05-04T14:55:04.970Z Checking tokio v1.52.1
23512026-05-04T14:55:05.046Z Checking getrandom v0.3.4
23522026-05-04T14:55:05.065Z Checking base64ct v1.8.3
23532026-05-04T14:55:05.149Z Checking byteorder v1.5.0
23542026-05-04T14:55:05.193Z Checking utf8_iter v1.0.4
23552026-05-04T14:55:05.306Z Checking pem-rfc7468 v0.7.0
23562026-05-04T14:55:05.341Z Checking form_urlencoded v1.2.2
23572026-05-04T14:55:05.370Z Checking flagset v0.4.7
23582026-05-04T14:55:06.007Z Checking fnv v1.0.7
23592026-05-04T14:55:06.072Z Checking rand_core v0.9.5
23602026-05-04T14:55:06.072Z Checking salsa20 v0.10.2
23612026-05-04T14:55:06.072Z Checking der v0.7.10
23622026-05-04T14:55:06.073Z Checking http v1.4.0
23632026-05-04T14:55:06.073Z Checking uuid v1.23.0
23642026-05-04T14:55:06.073Z Checking idna_adapter v1.2.1
23652026-05-04T14:55:06.073Z Checking pbkdf2 v0.12.2
23662026-05-04T14:55:06.073Z Checking idna v1.1.0
23672026-05-04T14:55:06.073Z Checking scrypt v0.11.0
23682026-05-04T14:55:06.073Z Checking cbc v0.1.2
23692026-05-04T14:55:06.073Z Checking aes v0.8.4
23702026-05-04T14:55:06.079Z Checking url v2.5.8
23712026-05-04T14:55:06.136Z Checking rustix v1.1.3
23722026-05-04T14:55:06.146Z Checking tracing-core v0.1.36
23732026-05-04T14:55:06.227Z Checking ppv-lite86 v0.2.21
23742026-05-04T14:55:06.269Z Checking spki v0.7.3
23752026-05-04T14:55:06.353Z Checking rustls-pki-types v1.14.0
23762026-05-04T14:55:06.442Z Checking iana-time-zone v0.1.65
23772026-05-04T14:55:06.467Z Checking regex-syntax v0.8.10
23782026-05-04T14:55:06.491Z Checking tracing v0.1.44
23792026-05-04T14:55:06.521Z Checking rand_chacha v0.9.0
23802026-05-04T14:55:06.555Z Checking chrono v0.4.44
23812026-05-04T14:55:06.662Z Checking pkcs5 v0.7.1
23822026-05-04T14:55:06.711Z Checking http-body v1.0.1
23832026-05-04T14:55:06.739Z Checking rand v0.9.2
23842026-05-04T14:55:06.859Z Checking aws-lc-sys v0.37.1
23852026-05-04T14:55:06.943Z Checking untrusted v0.7.1
23862026-05-04T14:55:06.954Z Checking untrusted v0.9.0
23872026-05-04T14:55:06.986Z Checking openssl-probe v0.2.1
23882026-05-04T14:55:07.057Z Checking base64 v0.22.1
23892026-05-04T14:55:07.071Z Checking ring v0.17.14
23902026-05-04T14:55:07.114Z Checking pkcs8 v0.10.2
23912026-05-04T14:55:07.255Z Checking tinyvec_macros v0.1.1
23922026-05-04T14:55:07.293Z Checking tower-layer v0.3.3
23932026-05-04T14:55:07.317Z Checking tower-service v0.3.3
23942026-05-04T14:55:07.324Z Checking plain v0.2.3
23952026-05-04T14:55:07.399Z Checking try-lock v0.2.5
23962026-05-04T14:55:07.412Z Checking aws-lc-rs v1.16.0
23972026-05-04T14:55:07.433Z Checking atomic-waker v1.1.2
23982026-05-04T14:55:07.451Z Checking tinyvec v1.10.0
23992026-05-04T14:55:07.494Z Checking ipnet v2.11.0
24002026-05-04T14:55:07.505Z Checking want v0.3.1
24012026-05-04T14:55:07.535Z Checking semver v1.0.28
24022026-05-04T14:55:07.629Z Checking httparse v1.10.1
24032026-05-04T14:55:07.746Z Checking spin v0.9.8
24042026-05-04T14:55:07.766Z Checking unicode-ident v1.0.24
24052026-05-04T14:55:07.781Z Checking pin-utils v0.1.0
24062026-05-04T14:55:07.859Z Checking ucd-trie v0.1.7
24072026-05-04T14:55:07.871Z Checking foreign-types-shared v0.1.1
24082026-05-04T14:55:07.880Z Checking dyn-clone v1.0.20
24092026-05-04T14:55:07.880Z Checking httpdate v1.0.3
24102026-05-04T14:55:07.928Z Checking fastrand v2.3.0
24112026-05-04T14:55:07.941Z Checking foreign-types v0.3.2
24122026-05-04T14:55:07.973Z Checking schemars v0.8.22
24132026-05-04T14:55:07.982Z Checking pest v2.8.6
24142026-05-04T14:55:08.009Z Checking proc-macro2 v1.0.106
24152026-05-04T14:55:08.033Z Checking openssl-sys v0.9.114
24162026-05-04T14:55:08.123Z Checking thiserror v2.0.18
24172026-05-04T14:55:08.156Z Checking tempfile v3.25.0
24182026-05-04T14:55:08.217Z Checking wait-timeout v0.2.1
24192026-05-04T14:55:08.287Z Checking rustls-webpki v0.103.9
24202026-05-04T14:55:08.324Z Checking aho-corasick v1.1.4
24212026-05-04T14:55:08.339Z Checking pretty-hex v0.4.1
24222026-05-04T14:55:08.358Z Checking quick-error v1.2.3
24232026-05-04T14:55:08.395Z Checking tokio-util v0.7.18
24242026-05-04T14:55:08.457Z Checking bit-vec v0.8.0
24252026-05-04T14:55:08.499Z Checking siphasher v1.0.2
24262026-05-04T14:55:08.511Z Checking powerfmt v0.2.0
24272026-05-04T14:55:08.630Z Checking simd-adler32 v0.3.8
24282026-05-04T14:55:08.668Z Checking anstyle v1.0.13
24292026-05-04T14:55:08.668Z Checking utf8parse v0.2.2
24302026-05-04T14:55:08.686Z Checking deranged v0.5.8
24312026-05-04T14:55:08.731Z Checking rustls v0.23.37
24322026-05-04T14:55:08.773Z Checking anstyle-parse v0.2.7
24332026-05-04T14:55:08.825Z Checking bit-set v0.8.0
24342026-05-04T14:55:08.867Z Checking openssl v0.10.78
24352026-05-04T14:55:08.944Z Checking rusty-fork v0.3.1
24362026-05-04T14:55:08.978Z Checking quote v1.0.45
24372026-05-04T14:55:09.044Z Checking regex-automata v0.4.14
24382026-05-04T14:55:09.051Z Checking h2 v0.4.13
24392026-05-04T14:55:09.114Z Compiling newtype-uuid v1.3.2
24402026-05-04T14:55:09.128Z Checking unicode-normalization v0.1.25
24412026-05-04T14:55:09.161Z Checking rustls-native-certs v0.8.3
24422026-05-04T14:55:13.318Z Checking crossbeam-utils v0.8.21
24432026-05-04T14:55:13.318Z Checking rand_xorshift v0.4.0
24442026-05-04T14:55:13.318Z Checking crc32fast v1.5.0
24452026-05-04T14:55:13.318Z Checking scroll v0.13.0
24462026-05-04T14:55:13.318Z Checking signature v2.2.0
24472026-05-04T14:55:13.318Z Checking sync_wrapper v1.0.2
24482026-05-04T14:55:13.318Z Checking unarray v0.1.4
24492026-05-04T14:55:13.318Z Checking is_terminal_polyfill v1.70.2
24502026-05-04T14:55:13.318Z Checking num-conv v0.2.0
24512026-05-04T14:55:13.318Z Checking unicode-bidi v0.3.18
24522026-05-04T14:55:13.318Z Checking allocator-api2 v0.2.21
24532026-05-04T14:55:13.318Z Checking adler2 v2.0.1
24542026-05-04T14:55:13.318Z Checking anstyle-query v1.1.5
24552026-05-04T14:55:13.318Z Checking time-core v0.1.8
24562026-05-04T14:55:13.318Z Checking unicode-properties v0.1.4
24572026-05-04T14:55:13.319Z Checking colorchoice v1.0.4
24582026-05-04T14:55:13.319Z Checking num_threads v0.1.7
24592026-05-04T14:55:13.319Z Checking miniz_oxide v0.8.9
24602026-05-04T14:55:13.319Z Checking stringprep v0.1.5
24612026-05-04T14:55:13.319Z Checking time v0.3.47
24622026-05-04T14:55:13.319Z Checking anstream v0.6.21
24632026-05-04T14:55:13.319Z Checking proptest v1.10.0
24642026-05-04T14:55:13.319Z Checking goblin v0.10.5
24652026-05-04T14:55:13.319Z Checking tower v0.5.3
24662026-05-04T14:55:13.319Z Checking crossbeam-epoch v0.9.18
24672026-05-04T14:55:13.319Z Compiling daft v0.1.5
24682026-05-04T14:55:13.319Z Checking native-tls v0.2.18
24692026-05-04T14:55:13.319Z Checking syn v2.0.117
24702026-05-04T14:55:13.319Z Checking ipnetwork v0.21.1
24712026-05-04T14:55:13.319Z Checking tokio-rustls v0.26.4
24722026-05-04T14:55:13.319Z Checking http-body-util v0.1.3
24732026-05-04T14:55:13.319Z Checking webpki-roots v1.0.6
24742026-05-04T14:55:13.319Z Checking rand_chacha v0.3.1
24752026-05-04T14:55:13.319Z Checking thiserror v1.0.69
24762026-05-04T14:55:13.319Z Checking scroll v0.12.0
24772026-05-04T14:55:13.319Z Checking zstd-sys v2.0.16+zstd.1.5.7
24782026-05-04T14:55:13.319Z Checking hash32 v0.2.1
24792026-05-04T14:55:13.319Z Checking num-integer v0.1.46
24802026-05-04T14:55:13.319Z Checking toml_datetime v0.6.11
24812026-05-04T14:55:13.319Z Checking serde_spanned v0.6.9
24822026-05-04T14:55:13.319Z Checking md-5 v0.10.6
24832026-05-04T14:55:13.319Z Checking ff v0.13.1
24842026-05-04T14:55:13.319Z Checking psl-types v2.0.11
24852026-05-04T14:55:13.319Z Checking iri-string v0.7.10
24862026-05-04T14:55:13.319Z Checking hyper v1.8.1
24872026-05-04T14:55:13.319Z Checking fallible-iterator v0.2.0
24882026-05-04T14:55:13.319Z Checking ryu v1.0.23
24892026-05-04T14:55:13.319Z Checking base16ct v0.2.0
24902026-05-04T14:55:13.319Z Checking zlib-rs v0.6.2
24912026-05-04T14:55:13.319Z Checking serde_urlencoded v0.7.1
24922026-05-04T14:55:13.320Z Checking postgres-protocol v0.6.10
24932026-05-04T14:55:13.320Z Checking sec1 v0.7.3
24942026-05-04T14:55:13.320Z Compiling iddqd v0.3.18
24952026-05-04T14:55:13.320Z Checking publicsuffix v2.3.0
24962026-05-04T14:55:13.320Z Checking group v0.13.0
24972026-05-04T14:55:13.320Z Checking num-iter v0.1.45
24982026-05-04T14:55:13.320Z Checking heapless v0.7.17
24992026-05-04T14:55:13.320Z Checking goblin v0.8.2
25002026-05-04T14:55:13.320Z Checking hyper-util v0.1.20
25012026-05-04T14:55:13.320Z Checking dof v0.4.0
25022026-05-04T14:55:13.320Z Checking tower-http v0.6.8
25032026-05-04T14:55:13.320Z Checking flate2 v1.1.9
25042026-05-04T14:55:13.320Z Checking zstd-safe v7.2.4
25052026-05-04T14:55:13.321Z Checking rand v0.8.5
25062026-05-04T14:55:13.376Z Checking oxnet v0.1.4
25072026-05-04T14:55:13.376Z Checking cookie v0.18.1
25082026-05-04T14:55:13.514Z Checking tokio-native-tls v0.3.1
25092026-05-04T14:55:13.533Z Checking dtrace-parser v0.3.0
25102026-05-04T14:55:13.533Z Checking phf_shared v0.13.1
25112026-05-04T14:55:13.533Z Checking lazy_static v1.5.0
25122026-05-04T14:55:13.533Z Checking terminal_size v0.4.3
25132026-05-04T14:55:13.548Z Checking zerocopy v0.7.35
25142026-05-04T14:55:13.562Z Checking bzip2-sys v0.1.13+1.0.8
25152026-05-04T14:55:13.584Z Checking signal-hook v0.3.18
25162026-05-04T14:55:13.646Z Checking hkdf v0.12.4
25172026-05-04T14:55:13.659Z Checking crypto-bigint v0.5.5
25182026-05-04T14:55:13.668Z Checking thread-id v5.1.0
25192026-05-04T14:55:13.681Z Checking bitflags v1.3.2
25202026-05-04T14:55:13.749Z Compiling rayon-core v1.13.0
25212026-05-04T14:55:13.762Z Checking foldhash v0.1.5
25222026-05-04T14:55:13.776Z Checking bumpalo v3.20.2
25232026-05-04T14:55:13.791Z Checking managed v0.8.0
25242026-05-04T14:55:13.896Z Checking winnow v0.5.40
25252026-05-04T14:55:13.940Z Checking winnow v0.7.14
25262026-05-04T14:55:13.976Z Checking strsim v0.11.1
25272026-05-04T14:55:13.980Z Checking clap_lex v1.0.0
25282026-05-04T14:55:14.038Z Checking hyper-rustls v0.27.7
25292026-05-04T14:55:14.061Z Checking either v1.15.0
25302026-05-04T14:55:14.138Z Checking libbz2-rs-sys v0.2.2
25312026-05-04T14:55:14.152Z Checking foldhash v0.2.0
25322026-05-04T14:55:14.253Z Checking clap_builder v4.5.60
25332026-05-04T14:55:14.256Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25342026-05-04T14:55:14.304Z Checking hashbrown v0.16.1
25352026-05-04T14:55:14.450Z Checking hyper-tls v0.6.0
25362026-05-04T14:55:14.533Z Checking bzip2 v0.6.1
25372026-05-04T14:55:14.597Z Checking elliptic-curve v0.13.8
25382026-05-04T14:55:14.625Z Checking zopfli v0.8.3
25392026-05-04T14:55:14.674Z Checking dof v0.3.0
25402026-05-04T14:55:14.698Z Checking smoltcp v0.9.1
25412026-05-04T14:55:14.833Z Checking hashbrown v0.15.5
25422026-05-04T14:55:14.907Z Checking signal-hook-mio v0.2.5
25432026-05-04T14:55:14.956Z Checking usdt-impl v0.6.0
25442026-05-04T14:55:14.959Z Checking phf v0.13.1
25452026-05-04T14:55:15.014Z Checking num-bigint-dig v0.8.6
25462026-05-04T14:55:15.062Z Checking toml_edit v0.19.15
25472026-05-04T14:55:15.120Z Checking bzip2 v0.4.4
25482026-05-04T14:55:15.142Z Checking cookie_store v0.22.1
25492026-05-04T14:55:15.288Z Checking zstd v0.13.3
25502026-05-04T14:55:15.300Z Checking postgres-types v0.2.12
25512026-05-04T14:55:15.311Z Checking dtrace-parser v0.2.0
25522026-05-04T14:55:15.477Z Checking rustls-platform-verifier v0.6.2
25532026-05-04T14:55:15.489Z Checking crossbeam-deque v0.8.6
25542026-05-04T14:55:15.502Z Checking regex v1.12.3
25552026-05-04T14:55:15.518Z Checking bstr v1.12.1
25562026-05-04T14:55:15.545Z Checking ed25519 v2.2.3
25572026-05-04T14:55:15.614Z Checking phf_shared v0.11.3
25582026-05-04T14:55:15.617Z Checking curve25519-dalek v4.1.3
25592026-05-04T14:55:15.668Z Checking ref-cast v1.0.25
25602026-05-04T14:55:15.734Z Checking strum v0.27.2
25612026-05-04T14:55:15.760Z Checking hubpack v0.1.2
25622026-05-04T14:55:15.772Z Checking memoffset v0.9.1
25632026-05-04T14:55:15.784Z Checking rustix v0.38.44
25642026-05-04T14:55:15.898Z Checking pkcs1 v0.7.5
25652026-05-04T14:55:15.907Z Checking float-cmp v0.10.0
25662026-05-04T14:55:15.907Z Checking hex v0.4.3
25672026-05-04T14:55:15.922Z Checking serde-big-array v0.5.1
25682026-05-04T14:55:15.936Z Checking erased-serde v0.3.31
25692026-05-04T14:55:15.987Z Checking rfc6979 v0.4.0
25702026-05-04T14:55:16.060Z Checking thread-id v4.2.2
25712026-05-04T14:55:16.062Z Checking memmap2 v0.9.10
25722026-05-04T14:55:16.096Z Checking env_filter v1.0.0
25732026-05-04T14:55:16.108Z Checking encoding_rs v0.8.35
25742026-05-04T14:55:16.121Z Checking difflib v0.4.0
25752026-05-04T14:55:16.142Z Checking mime v0.3.17
25762026-05-04T14:55:16.235Z Checking rustc-hash v2.1.1
25772026-05-04T14:55:16.248Z Checking new_debug_unreachable v1.0.6
25782026-05-04T14:55:16.300Z Checking fixedbitset v0.5.7
25792026-05-04T14:55:16.316Z Checking whoami v2.1.0
25802026-05-04T14:55:16.328Z Checking static_assertions v1.1.0
25812026-05-04T14:55:16.330Z Checking toml_write v0.1.2
25822026-05-04T14:55:16.351Z Checking normalize-line-endings v0.3.0
25832026-05-04T14:55:16.401Z Checking keccak v0.1.6
25842026-05-04T14:55:16.441Z Checking data-encoding v2.10.0
25852026-05-04T14:55:16.453Z Checking fixedbitset v0.4.2
25862026-05-04T14:55:16.501Z Checking unicode-segmentation v1.12.0
25872026-05-04T14:55:16.514Z Checking jiff v0.2.21
25882026-05-04T14:55:16.517Z Checking precomputed-hash v0.1.1
25892026-05-04T14:55:16.575Z Checking predicates-core v1.0.10
25902026-05-04T14:55:16.605Z Checking petgraph v0.6.5
25912026-05-04T14:55:16.617Z Checking string_cache v0.8.9
25922026-05-04T14:55:16.630Z Checking crossterm v0.28.1
25932026-05-04T14:55:16.699Z Checking predicates v3.1.4
25942026-05-04T14:55:16.727Z Checking hickory-proto v0.25.2
25952026-05-04T14:55:16.788Z Checking sha3 v0.10.8
25962026-05-04T14:55:16.824Z Checking similar v2.7.0
25972026-05-04T14:55:16.999Z Checking tokio-postgres v0.7.16
25982026-05-04T14:55:17.012Z Checking toml_edit v0.22.27
25992026-05-04T14:55:17.088Z Checking reqwest v0.12.28
26002026-05-04T14:55:17.210Z Checking petgraph v0.8.3
26012026-05-04T14:55:17.357Z Checking ed25519-dalek v2.2.0
26022026-05-04T14:55:17.599Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26032026-05-04T14:55:17.962Z Checking slog v2.8.2
26042026-05-04T14:55:18.131Z Checking env_logger v0.11.9
26052026-05-04T14:55:18.240Z Checking usdt v0.6.0
26062026-05-04T14:55:18.258Z Checking usdt-impl v0.5.0
26072026-05-04T14:55:18.332Z Checking toml v0.7.8
26082026-05-04T14:55:18.415Z Checking ecdsa v0.16.9
26092026-05-04T14:55:18.546Z Checking serde_with v3.17.0
26102026-05-04T14:55:18.646Z Checking rsa v0.9.10
26112026-05-04T14:55:18.742Z Checking nix v0.31.2
26122026-05-04T14:55:18.790Z Checking zip v4.6.1
26132026-05-04T14:55:18.836Z Checking reqwest v0.13.2
26142026-05-04T14:55:19.108Z Checking clap v4.5.60
26152026-05-04T14:55:19.164Z Checking zip v0.6.6
26162026-05-04T14:55:19.192Z Checking toml_parser v1.0.9+spec-1.1.0
26172026-05-04T14:55:19.417Z Checking itertools v0.13.0
26182026-05-04T14:55:19.498Z Checking strum v0.26.3
26192026-05-04T14:55:19.536Z Checking tokio-stream v0.1.18
26202026-05-04T14:55:19.599Z Checking fs-err v3.3.0
26212026-05-04T14:55:19.619Z Checking ahash v0.8.12
26222026-05-04T14:55:19.723Z Checking object v0.37.3
26232026-05-04T14:55:19.794Z Checking buf-list v1.1.2
26242026-05-04T14:55:19.822Z Checking camino v1.2.2
26252026-05-04T14:55:19.913Z Checking anyhow v1.0.102
26262026-05-04T14:55:19.939Z Checking x509-cert v0.2.5
26272026-05-04T14:55:19.985Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26282026-05-04T14:55:19.985Z Checking openapiv3 v2.2.0
26292026-05-04T14:55:20.045Z Checking toml_datetime v0.7.5+spec-1.1.0
26302026-05-04T14:55:20.088Z Checking sha1 v0.10.6
26312026-05-04T14:55:20.118Z Checking peg-runtime v0.8.5
26322026-05-04T14:55:20.248Z Checking lalrpop-util v0.19.12
26332026-05-04T14:55:20.259Z Checking rayon v1.11.0
26342026-05-04T14:55:20.262Z Checking sigpipe v0.1.3
26352026-05-04T14:55:20.282Z Checking glob v0.3.3
26362026-05-04T14:55:21.994Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26372026-05-04T14:55:22.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.53s
26382026-05-04T14:55:22.450Z
26392026-05-04T14:55:22.451Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26402026-05-04T14:55:22.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26412026-05-04T14:55:22.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26422026-05-04T14:55:22.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26432026-05-04T14:55:22.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26442026-05-04T14:55:23.073Z
26452026-05-04T14:55:23.073Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26462026-05-04T14:55:23.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26472026-05-04T14:55:23.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26482026-05-04T14:55:23.604Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26492026-05-04T14:55:23.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26502026-05-04T14:55:23.703Z
26512026-05-04T14:55:23.703Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26522026-05-04T14:55:24.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26532026-05-04T14:55:24.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26542026-05-04T14:55:24.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26552026-05-04T14:55:24.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
26562026-05-04T14:55:24.344Z
26572026-05-04T14:55:24.344Zinfo: running `cargo check --bins` on oxql-types (80/274)
26582026-05-04T14:55:24.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26592026-05-04T14:55:24.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26602026-05-04T14:55:24.868Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26612026-05-04T14:55:24.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26622026-05-04T14:55:24.959Z
26632026-05-04T14:55:24.959Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26642026-05-04T14:55:25.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26652026-05-04T14:55:25.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26662026-05-04T14:55:25.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26672026-05-04T14:55:25.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26682026-05-04T14:55:25.580Z
26692026-05-04T14:55:25.580Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26702026-05-04T14:55:26.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26712026-05-04T14:55:26.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26722026-05-04T14:55:26.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26732026-05-04T14:55:26.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
26742026-05-04T14:55:26.207Z
26752026-05-04T14:55:26.207Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26762026-05-04T14:55:26.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26772026-05-04T14:55:26.752Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26782026-05-04T14:55:26.752Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26792026-05-04T14:55:26.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26802026-05-04T14:55:26.800Z
26812026-05-04T14:55:26.800Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26822026-05-04T14:55:27.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26832026-05-04T14:55:27.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26842026-05-04T14:55:27.492Z Compiling structmeta-derive v0.3.0
26852026-05-04T14:55:27.610Z Compiling rustls v0.22.4
26862026-05-04T14:55:27.620Z Compiling multer v3.1.0
26872026-05-04T14:55:27.630Z Compiling async-stream-impl v0.3.6
26882026-05-04T14:55:27.633Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26892026-05-04T14:55:27.653Z Compiling dropshot v0.17.0
26902026-05-04T14:55:27.669Z Compiling dropshot_endpoint v0.17.0
26912026-05-04T14:55:27.669Z Compiling newtype-uuid-macros v0.1.0
26922026-05-04T14:55:27.793Z Checking newtype-uuid v1.3.2
26932026-05-04T14:55:27.857Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26942026-05-04T14:55:27.916Z Checking rustls-webpki v0.102.8
26952026-05-04T14:55:28.003Z Checking daft v0.1.5
26962026-05-04T14:55:28.034Z Checking futures-executor v0.3.32
26972026-05-04T14:55:28.228Z Checking thread_local v1.1.9
26982026-05-04T14:55:28.249Z Checking compression-core v0.4.31
26992026-05-04T14:55:28.266Z Checking match_cfg v0.1.0
27002026-05-04T14:55:28.381Z Checking iddqd v0.3.18
27012026-05-04T14:55:28.394Z Checking compression-codecs v0.4.37
27022026-05-04T14:55:28.407Z Compiling hostname v0.3.1
27032026-05-04T14:55:28.554Z Checking futures v0.3.32
27042026-05-04T14:55:28.568Z Checking crossbeam-channel v0.5.15
27052026-05-04T14:55:28.694Z Compiling structmeta v0.3.0
27062026-05-04T14:55:28.750Z Checking slog-json v2.6.1
27072026-05-04T14:55:28.928Z Compiling derive-ex v0.1.8
27082026-05-04T14:55:28.943Z Compiling parse-display-derive v0.10.0
27092026-05-04T14:55:28.972Z Checking serde_spanned v1.0.4
27102026-05-04T14:55:29.110Z Checking is-terminal v0.4.17
27112026-05-04T14:55:29.205Z Checking toml_datetime v1.0.0+spec-1.1.0
27122026-05-04T14:55:29.326Z Checking toml_writer v1.0.6+spec-1.1.0
27132026-05-04T14:55:29.416Z Checking debug-ignore v1.0.5
27142026-05-04T14:55:29.481Z Checking term v1.2.1
27152026-05-04T14:55:29.560Z Checking take_mut v0.2.2
27162026-05-04T14:55:29.597Z Checking toml v1.0.6+spec-1.1.0
27172026-05-04T14:55:29.635Z Checking slog-async v2.8.0
27182026-05-04T14:55:29.708Z Checking slog-term v2.9.2
27192026-05-04T14:55:29.813Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-05-04T14:55:29.893Z Compiling slog-bunyan v2.5.0
27212026-05-04T14:55:30.040Z Compiling async-compression v0.4.41
27222026-05-04T14:55:30.057Z Checking tokio-rustls v0.25.0
27232026-05-04T14:55:30.192Z Checking async-stream v0.3.6
27242026-05-04T14:55:30.329Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27252026-05-04T14:55:30.362Z Checking progenitor-client v0.14.0
27262026-05-04T14:55:30.438Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27272026-05-04T14:55:30.606Z Checking backon v1.6.0
27282026-05-04T14:55:30.666Z Compiling test-strategy v0.4.5
27292026-05-04T14:55:30.669Z Checking waitgroup v0.1.2
27302026-05-04T14:55:30.774Z Checking rustls-pemfile v2.2.0
27312026-05-04T14:55:30.995Z Checking serde_path_to_error v0.1.20
27322026-05-04T14:55:31.050Z Compiling hostname v0.4.2
27332026-05-04T14:55:31.077Z Checking instant v0.1.13
27342026-05-04T14:55:31.162Z Compiling prettyplease v0.2.37
27352026-05-04T14:55:31.191Z Checking backoff v0.4.0
27362026-05-04T14:55:31.285Z Compiling progenitor-extras v0.2.0
27372026-05-04T14:55:31.405Z Checking parse-display v0.10.0
27382026-05-04T14:55:31.535Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27392026-05-04T14:55:31.613Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27402026-05-04T14:55:31.774Z Checking progenitor-client v0.10.0
27412026-05-04T14:55:31.794Z Checking itertools v0.14.0
27422026-05-04T14:55:31.969Z Checking regress v0.10.5
27432026-05-04T14:55:32.006Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27442026-05-04T14:55:32.059Z Checking num-rational v0.4.2
27452026-05-04T14:55:32.183Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27462026-05-04T14:55:32.837Z Checking num-complex v0.4.6
27472026-05-04T14:55:33.209Z Checking macaddr v1.0.1
27482026-05-04T14:55:33.389Z Checking num v0.4.3
27492026-05-04T14:55:33.403Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27502026-05-04T14:55:33.465Z Compiling usdt-macro v0.5.0
27512026-05-04T14:55:33.568Z Compiling usdt-attr-macro v0.5.0
27522026-05-04T14:55:33.618Z Checking memmap v0.7.0
27532026-05-04T14:55:33.646Z Compiling float-ord v0.3.2
27542026-05-04T14:55:33.767Z Compiling toml v0.8.23
27552026-05-04T14:55:33.859Z Checking linked-hash-map v0.5.6
27562026-05-04T14:55:34.035Z Compiling minimal-lexical v0.2.1
27572026-05-04T14:55:34.303Z Compiling nom v7.1.3
27582026-05-04T14:55:34.411Z Checking usdt v0.5.0
27592026-05-04T14:55:34.424Z Checking lru-cache v0.1.2
27602026-05-04T14:55:34.926Z Checking hickory-proto v0.24.4
27612026-05-04T14:55:34.957Z Checking phf_shared v0.12.1
27622026-05-04T14:55:35.087Z Compiling slog-dtrace v0.3.0
27632026-05-04T14:55:35.109Z Checking heck v0.5.0
27642026-05-04T14:55:35.243Z Compiling convert_case v0.4.0
27652026-05-04T14:55:35.290Z Compiling chrono-tz v0.10.4
27662026-05-04T14:55:35.485Z Checking resolv-conf v0.7.6
27672026-05-04T14:55:35.639Z Compiling const_format_proc_macros v0.2.34
27682026-05-04T14:55:35.675Z Compiling derive_more v0.99.20
27692026-05-04T14:55:35.689Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27702026-05-04T14:55:35.932Z Checking phf v0.12.1
27712026-05-04T14:55:36.085Z Checking tokio-dtrace v0.1.1
27722026-05-04T14:55:36.179Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27732026-05-04T14:55:36.283Z Compiling derive-where v1.6.0
27742026-05-04T14:55:36.694Z Checking highway v1.3.0
27752026-05-04T14:55:36.778Z Checking hickory-resolver v0.24.4
27762026-05-04T14:55:36.876Z Checking const_format v0.2.35
27772026-05-04T14:55:36.934Z Checking oxide-tokio-rt v0.1.4
27782026-05-04T14:55:37.419Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27792026-05-04T14:55:37.420Z Checking gethostname v0.5.0
27802026-05-04T14:55:37.481Z Checking bcs v0.1.6
27812026-05-04T14:55:37.532Z Compiling async-recursion v1.1.1
27822026-05-04T14:55:37.641Z Checking qorb v0.4.1
27832026-05-04T14:55:37.730Z Checking termtree v0.5.1
27842026-05-04T14:55:38.325Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27852026-05-04T14:55:38.947Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27862026-05-04T14:55:39.166Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27872026-05-04T14:55:39.169Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27882026-05-04T14:55:41.417Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27892026-05-04T14:55:44.100Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27902026-05-04T14:55:46.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.40s
27912026-05-04T14:55:46.396Z
27922026-05-04T14:55:46.396Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27932026-05-04T14:55:46.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-05-04T14:55:46.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-05-04T14:55:47.084Z Compiling ar_archive_writer v0.5.1
27962026-05-04T14:55:47.195Z Compiling stacker v0.1.23
27972026-05-04T14:55:47.198Z Compiling cfg_aliases v0.1.1
27982026-05-04T14:55:47.206Z Compiling convert_case v0.10.0
27992026-05-04T14:55:47.211Z Checking unicode-width v0.1.14
28002026-05-04T14:55:47.217Z Compiling proc-macro-error v1.0.4
28012026-05-04T14:55:47.229Z Checking fd-lock v4.0.4
28022026-05-04T14:55:47.229Z Checking nibble_vec v0.1.0
28032026-05-04T14:55:47.256Z Compiling nix v0.28.0
28042026-05-04T14:55:47.342Z Checking vte v0.14.1
28052026-05-04T14:55:47.358Z Compiling recursive-proc-macro-impl v0.1.1
28062026-05-04T14:55:47.456Z Checking bytecount v0.6.9
28072026-05-04T14:55:47.456Z Checking endian-type v0.1.2
28082026-05-04T14:55:47.495Z Checking strip-ansi-escapes v0.2.1
28092026-05-04T14:55:47.508Z Compiling derive_more-impl v2.1.1
28102026-05-04T14:55:47.520Z Compiling tabled_derive v0.7.0
28112026-05-04T14:55:47.557Z Checking papergrid v0.11.0
28122026-05-04T14:55:47.589Z Checking radix_trie v0.2.1
28132026-05-04T14:55:47.605Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28142026-05-04T14:55:47.766Z Compiling peg-macros v0.8.5
28152026-05-04T14:55:47.838Z Checking winnow v0.6.26
28162026-05-04T14:55:48.047Z Compiling psm v0.1.30
28172026-05-04T14:55:48.120Z Compiling sqlparser_derive v0.5.0
28182026-05-04T14:55:48.163Z Checking nu-ansi-term v0.50.3
28192026-05-04T14:55:48.318Z Checking derive_more v2.1.1
28202026-05-04T14:55:48.374Z Checking home v0.5.12
28212026-05-04T14:55:48.399Z Checking unicode-width v0.2.0
28222026-05-04T14:55:48.481Z Checking unicode_categories v0.1.1
28232026-05-04T14:55:48.494Z Checking tabled v0.15.0
28242026-05-04T14:55:48.599Z Checking rustyline v14.0.0
28252026-05-04T14:55:48.637Z Checking crossterm v0.29.0
28262026-05-04T14:55:48.654Z Checking reedline v0.40.0
28272026-05-04T14:55:48.850Z Checking recursive v0.1.1
28282026-05-04T14:55:48.943Z Checking display-error-chain v0.2.2
28292026-05-04T14:55:48.956Z Checking sqlparser v0.61.0
28302026-05-04T14:55:49.035Z Checking sqlformat v0.3.5
28312026-05-04T14:55:49.168Z Checking peg v0.8.5
28322026-05-04T14:56:00.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.01s
28332026-05-04T14:56:00.595Z
28342026-05-04T14:56:00.596Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28352026-05-04T14:56:01.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-05-04T14:56:01.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-05-04T14:56:01.294Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28382026-05-04T14:56:04.747Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s
28392026-05-04T14:56:04.954Z
28402026-05-04T14:56:04.954Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28412026-05-04T14:56:05.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-05-04T14:56:05.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-05-04T14:56:05.654Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28442026-05-04T14:56:08.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.09s
28452026-05-04T14:56:08.254Z
28462026-05-04T14:56:08.254Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28472026-05-04T14:56:08.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-05-04T14:56:08.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-05-04T14:56:08.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28502026-05-04T14:56:12.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
28512026-05-04T14:56:12.370Z
28522026-05-04T14:56:12.370Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28532026-05-04T14:56:12.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-05-04T14:56:12.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-05-04T14:56:13.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28562026-05-04T14:56:16.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
28572026-05-04T14:56:16.556Z
28582026-05-04T14:56:16.556Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28592026-05-04T14:56:17.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-05-04T14:56:17.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-05-04T14:56:17.249Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28622026-05-04T14:56:19.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28632026-05-04T14:56:20.032Z
28642026-05-04T14:56:20.032Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28652026-05-04T14:56:20.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-05-04T14:56:20.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-05-04T14:56:20.726Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28682026-05-04T14:56:23.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
28692026-05-04T14:56:23.545Z
28702026-05-04T14:56:23.546Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28712026-05-04T14:56:24.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-05-04T14:56:24.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-05-04T14:56:24.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28742026-05-04T14:56:27.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s
28752026-05-04T14:56:27.858Z
28762026-05-04T14:56:27.858Zinfo: running `cargo check --bins` on oximeter (93/274)
28772026-05-04T14:56:28.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-05-04T14:56:28.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-05-04T14:56:28.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-05-04T14:56:28.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28812026-05-04T14:56:28.478Z
28822026-05-04T14:56:28.478Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28832026-05-04T14:56:29.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-05-04T14:56:29.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-05-04T14:56:29.147Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28862026-05-04T14:56:29.317Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28872026-05-04T14:56:29.320Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28882026-05-04T14:56:29.680Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28892026-05-04T14:56:32.884Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28902026-05-04T14:56:34.128Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28912026-05-04T14:56:34.297Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28922026-05-04T14:56:34.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s
28932026-05-04T14:56:35.174Z
28942026-05-04T14:56:35.174Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28952026-05-04T14:56:35.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-05-04T14:56:35.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-05-04T14:56:35.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-05-04T14:56:35.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28992026-05-04T14:56:35.787Z
29002026-05-04T14:56:35.787Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29012026-05-04T14:56:36.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-05-04T14:56:36.345Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-05-04T14:56:36.345Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-05-04T14:56:36.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
29052026-05-04T14:56:36.454Z
29062026-05-04T14:56:36.454Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29072026-05-04T14:56:36.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-05-04T14:56:36.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-05-04T14:56:36.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-05-04T14:56:36.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29112026-05-04T14:56:37.082Z
29122026-05-04T14:56:37.082Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29132026-05-04T14:56:37.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-05-04T14:56:37.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-05-04T14:56:37.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-05-04T14:56:37.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29172026-05-04T14:56:38.066Z
29182026-05-04T14:56:38.066Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29192026-05-04T14:56:38.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-05-04T14:56:38.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-05-04T14:56:38.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-05-04T14:56:38.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29232026-05-04T14:56:38.332Z
29242026-05-04T14:56:38.332Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29252026-05-04T14:56:38.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-05-04T14:56:38.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-05-04T14:56:38.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-05-04T14:56:38.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29292026-05-04T14:56:38.956Z
29302026-05-04T14:56:38.956Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29312026-05-04T14:56:39.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-05-04T14:56:39.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-05-04T14:56:39.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-05-04T14:56:39.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29352026-05-04T14:56:39.556Z
29362026-05-04T14:56:39.556Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29372026-05-04T14:56:40.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-05-04T14:56:40.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-05-04T14:56:40.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-05-04T14:56:40.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29412026-05-04T14:56:40.181Z
29422026-05-04T14:56:40.181Zinfo: running `cargo check --bins` on update-engine (103/274)
29432026-05-04T14:56:40.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-05-04T14:56:40.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-05-04T14:56:40.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-05-04T14:56:40.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29472026-05-04T14:56:40.783Z
29482026-05-04T14:56:40.783Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29492026-05-04T14:56:41.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-05-04T14:56:41.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-05-04T14:56:41.523Z Compiling crucible-workspace-hack v0.1.0
29522026-05-04T14:56:41.642Z Checking secrecy v0.10.3
29532026-05-04T14:56:41.648Z Compiling heapless v0.8.0
29542026-05-04T14:56:41.655Z Compiling ingot-macros v0.1.1
29552026-05-04T14:56:41.662Z Compiling toml_edit v0.23.10+spec-1.0.0
29562026-05-04T14:56:41.665Z Checking hash32 v0.3.1
29572026-05-04T14:56:41.683Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29582026-05-04T14:56:41.686Z Compiling smoltcp v0.11.0
29592026-05-04T14:56:41.745Z Checking cobs v0.3.0
29602026-05-04T14:56:41.791Z Compiling thiserror-impl-no-std v2.0.2
29612026-05-04T14:56:41.885Z Checking universal-hash v0.5.1
29622026-05-04T14:56:41.891Z Checking half v2.7.1
29632026-05-04T14:56:41.974Z Checking opaque-debug v0.3.1
29642026-05-04T14:56:42.048Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29652026-05-04T14:56:42.064Z Checking ciborium-io v0.2.2
29662026-05-04T14:56:42.077Z Checking poly1305 v0.8.0
29672026-05-04T14:56:42.156Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29682026-05-04T14:56:42.198Z Compiling proc-macro-crate v3.4.0
29692026-05-04T14:56:42.249Z Checking ciborium-ll v0.2.2
29702026-05-04T14:56:42.340Z Checking postcard v1.1.3
29712026-05-04T14:56:42.431Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29722026-05-04T14:56:42.449Z Checking password-hash v0.5.0
29732026-05-04T14:56:42.645Z Checking chacha20 v0.9.1
29742026-05-04T14:56:42.687Z Compiling proc-macro-crate v1.3.1
29752026-05-04T14:56:42.708Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29762026-05-04T14:56:42.734Z Checking blake2 v0.10.6
29772026-05-04T14:56:42.766Z Compiling num_enum_derive v0.7.5
29782026-05-04T14:56:42.851Z Checking aead v0.5.2
29792026-05-04T14:56:42.949Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-05-04T14:56:42.981Z Compiling foreign-types-macros v0.2.3
29812026-05-04T14:56:42.995Z Checking thiserror-no-std v2.0.2
29822026-05-04T14:56:43.009Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29832026-05-04T14:56:43.087Z Checking foreign-types-shared v0.3.1
29842026-05-04T14:56:43.117Z Checking cpufeatures v0.3.0
29852026-05-04T14:56:43.164Z Compiling num_enum_derive v0.5.11
29862026-05-04T14:56:43.182Z Checking vsss-rs v3.3.4
29872026-05-04T14:56:43.198Z Checking chacha20 v0.10.0
29882026-05-04T14:56:43.261Z Checking chacha20poly1305 v0.10.1
29892026-05-04T14:56:43.397Z Checking argon2 v0.5.3
29902026-05-04T14:56:43.419Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29912026-05-04T14:56:43.588Z Checking foreign-types v0.5.0
29922026-05-04T14:56:43.676Z Checking ciborium v0.2.2
29932026-05-04T14:56:43.851Z Checking num_enum v0.7.5
29942026-05-04T14:56:43.881Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29952026-05-04T14:56:43.884Z Checking tabwriter v1.4.1
29962026-05-04T14:56:43.971Z Checking console v0.15.11
29972026-05-04T14:56:44.048Z Checking newline-converter v0.3.0
29982026-05-04T14:56:44.142Z Checking camino-tempfile v1.4.1
29992026-05-04T14:56:44.170Z Checking atomicwrites v0.4.4
30002026-05-04T14:56:44.184Z Checking byte-wrapper v0.1.0
30012026-05-04T14:56:44.247Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-04T14:56:44.263Z Checking cstr-argument v0.1.2
30032026-05-04T14:56:44.303Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30042026-05-04T14:56:44.316Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-05-04T14:56:44.366Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30062026-05-04T14:56:44.394Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30072026-05-04T14:56:44.408Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30082026-05-04T14:56:44.529Z Checking expectorate v1.2.0
30092026-05-04T14:56:44.570Z Checking ingot-types v0.1.2
30102026-05-04T14:56:44.585Z Checking num_enum v0.5.11
30112026-05-04T14:56:44.667Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30122026-05-04T14:56:44.693Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30132026-05-04T14:56:44.708Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30142026-05-04T14:56:44.771Z Checking rand v0.10.0
30152026-05-04T14:56:44.807Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-05-04T14:56:44.841Z Checking indent_write v2.2.0
30172026-05-04T14:56:44.919Z Checking colored v3.1.1
30182026-05-04T14:56:44.955Z Checking ingot v0.1.1
30192026-05-04T14:56:44.979Z Compiling zone_cfg_derive v0.3.1
30202026-05-04T14:56:44.993Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30212026-05-04T14:56:45.054Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30222026-05-04T14:56:45.092Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30232026-05-04T14:56:45.121Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30242026-05-04T14:56:45.135Z Checking itertools v0.12.1
30252026-05-04T14:56:45.237Z Compiling num-derive v0.4.2
30262026-05-04T14:56:45.344Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30272026-05-04T14:56:45.505Z Checking swrite v0.1.0
30282026-05-04T14:56:45.522Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30292026-05-04T14:56:45.610Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30302026-05-04T14:56:45.670Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30312026-05-04T14:56:45.839Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30322026-05-04T14:56:45.951Z Checking dropshot-api-manager-types v0.7.1
30332026-05-04T14:56:45.966Z Checking smf v0.2.3
30342026-05-04T14:56:46.143Z Checking nanorand v0.7.0
30352026-05-04T14:56:46.158Z Checking whoami v1.6.1
30362026-05-04T14:56:46.218Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30372026-05-04T14:56:46.233Z Checking zone v0.3.1
30382026-05-04T14:56:46.253Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30392026-05-04T14:56:46.253Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30402026-05-04T14:56:46.350Z Checking flume v0.11.1
30412026-05-04T14:56:46.674Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30422026-05-04T14:56:47.694Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30432026-05-04T14:56:48.614Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30442026-05-04T14:56:51.837Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30452026-05-04T14:56:53.932Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30462026-05-04T14:56:54.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.17s
30472026-05-04T14:56:55.160Z
30482026-05-04T14:56:55.160Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30492026-05-04T14:56:55.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-05-04T14:56:55.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-05-04T14:56:55.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30522026-05-04T14:56:55.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30532026-05-04T14:56:55.773Z
30542026-05-04T14:56:55.773Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30552026-05-04T14:56:56.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-05-04T14:56:56.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-05-04T14:56:56.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-05-04T14:56:56.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30592026-05-04T14:56:56.387Z
30602026-05-04T14:56:56.387Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30612026-05-04T14:56:56.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-05-04T14:56:56.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-05-04T14:56:56.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-05-04T14:56:56.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30652026-05-04T14:56:57.016Z
30662026-05-04T14:56:57.016Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30672026-05-04T14:56:57.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-05-04T14:56:57.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-05-04T14:56:57.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-05-04T14:56:57.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30712026-05-04T14:56:57.641Z
30722026-05-04T14:56:57.642Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30732026-05-04T14:56:58.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-05-04T14:56:58.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-05-04T14:56:58.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-05-04T14:56:58.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30772026-05-04T14:56:58.261Z
30782026-05-04T14:56:58.261Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30792026-05-04T14:56:58.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-05-04T14:56:58.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-05-04T14:56:58.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-05-04T14:56:58.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30832026-05-04T14:56:58.875Z
30842026-05-04T14:56:58.875Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30852026-05-04T14:56:59.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-05-04T14:56:59.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-05-04T14:56:59.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-05-04T14:56:59.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30892026-05-04T14:56:59.485Z
30902026-05-04T14:56:59.485Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30912026-05-04T14:56:59.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-05-04T14:56:59.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-05-04T14:56:59.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-05-04T14:56:59.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30952026-05-04T14:57:00.078Z
30962026-05-04T14:57:00.078Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30972026-05-04T14:57:00.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-05-04T14:57:00.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-05-04T14:57:00.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-05-04T14:57:00.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31012026-05-04T14:57:00.685Z
31022026-05-04T14:57:00.685Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31032026-05-04T14:57:01.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-05-04T14:57:01.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-05-04T14:57:01.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-05-04T14:57:01.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31072026-05-04T14:57:01.298Z
31082026-05-04T14:57:01.298Zinfo: running `cargo check --bins` on installinator-client (115/274)
31092026-05-04T14:57:01.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-05-04T14:57:01.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-05-04T14:57:01.817Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-05-04T14:57:01.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31132026-05-04T14:57:01.912Z
31142026-05-04T14:57:01.912Zinfo: running `cargo check --bins` on nexus-client (116/274)
31152026-05-04T14:57:02.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-05-04T14:57:02.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-05-04T14:57:02.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-05-04T14:57:02.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31192026-05-04T14:57:02.571Z
31202026-05-04T14:57:02.571Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31212026-05-04T14:57:03.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-05-04T14:57:03.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-05-04T14:57:03.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-05-04T14:57:03.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31252026-05-04T14:57:03.230Z
31262026-05-04T14:57:03.230Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31272026-05-04T14:57:03.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-05-04T14:57:03.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-05-04T14:57:03.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31302026-05-04T14:57:03.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31312026-05-04T14:57:03.838Z
31322026-05-04T14:57:03.838Zinfo: running `cargo check --bins` on oxide-client (119/274)
31332026-05-04T14:57:04.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31342026-05-04T14:57:04.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31352026-05-04T14:57:04.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31362026-05-04T14:57:04.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31372026-05-04T14:57:04.452Z
31382026-05-04T14:57:04.452Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31392026-05-04T14:57:04.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31402026-05-04T14:57:04.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31412026-05-04T14:57:04.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31422026-05-04T14:57:04.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31432026-05-04T14:57:05.074Z
31442026-05-04T14:57:05.074Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31452026-05-04T14:57:05.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31462026-05-04T14:57:05.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31472026-05-04T14:57:05.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31482026-05-04T14:57:05.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31492026-05-04T14:57:05.690Z
31502026-05-04T14:57:05.690Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31512026-05-04T14:57:06.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31522026-05-04T14:57:06.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31532026-05-04T14:57:06.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31542026-05-04T14:57:06.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31552026-05-04T14:57:06.329Z
31562026-05-04T14:57:06.329Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31572026-05-04T14:57:06.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31582026-05-04T14:57:06.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31592026-05-04T14:57:06.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31602026-05-04T14:57:06.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31612026-05-04T14:57:06.987Z
31622026-05-04T14:57:06.987Zinfo: running `cargo check --bins` on installinator-common (124/274)
31632026-05-04T14:57:07.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31642026-05-04T14:57:07.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31652026-05-04T14:57:07.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31662026-05-04T14:57:07.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31672026-05-04T14:57:07.638Z
31682026-05-04T14:57:07.638Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31692026-05-04T14:57:08.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31702026-05-04T14:57:08.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31712026-05-04T14:57:08.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31722026-05-04T14:57:08.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31732026-05-04T14:57:08.241Z
31742026-05-04T14:57:08.242Zinfo: running `cargo check --bins` on wicket-common (126/274)
31752026-05-04T14:57:08.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31762026-05-04T14:57:08.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31772026-05-04T14:57:08.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31782026-05-04T14:57:08.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31792026-05-04T14:57:08.877Z
31802026-05-04T14:57:08.877Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31812026-05-04T14:57:09.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31822026-05-04T14:57:09.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31832026-05-04T14:57:09.586Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842026-05-04T14:57:09.705Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31852026-05-04T14:57:09.711Z Checking csv-core v0.1.13
31862026-05-04T14:57:09.719Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31872026-05-04T14:57:09.726Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31882026-05-04T14:57:09.737Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31892026-05-04T14:57:09.752Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-04T14:57:09.761Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31912026-05-04T14:57:09.871Z Checking csv v1.4.0
31922026-05-04T14:57:09.893Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31932026-05-04T14:57:09.939Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31942026-05-04T14:57:09.967Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-05-04T14:57:10.221Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31962026-05-04T14:57:10.595Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31972026-05-04T14:57:10.598Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31982026-05-04T14:57:10.913Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31992026-05-04T14:57:16.750Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32002026-05-04T14:57:17.283Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32012026-05-04T14:57:19.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.76s
32022026-05-04T14:57:19.847Z
32032026-05-04T14:57:19.847Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32042026-05-04T14:57:20.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-05-04T14:57:20.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-05-04T14:57:20.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-05-04T14:57:20.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32082026-05-04T14:57:20.476Z
32092026-05-04T14:57:20.476Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32102026-05-04T14:57:21.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-05-04T14:57:21.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-05-04T14:57:21.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-05-04T14:57:21.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
32142026-05-04T14:57:21.199Z
32152026-05-04T14:57:21.199Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32162026-05-04T14:57:21.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-05-04T14:57:21.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-05-04T14:57:21.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-05-04T14:57:21.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
32202026-05-04T14:57:21.931Z
32212026-05-04T14:57:21.931Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32222026-05-04T14:57:22.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-05-04T14:57:22.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-05-04T14:57:22.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-05-04T14:57:22.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32262026-05-04T14:57:22.632Z
32272026-05-04T14:57:22.632Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32282026-05-04T14:57:23.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-05-04T14:57:23.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-05-04T14:57:23.444Z Compiling regress v0.11.1
32312026-05-04T14:57:23.586Z Compiling unsafe-libyaml v0.2.11
32322026-05-04T14:57:23.599Z Compiling radium v0.7.0
32332026-05-04T14:57:23.602Z Compiling semver v0.1.20
32342026-05-04T14:57:23.625Z Compiling pin-project-internal v1.1.11
32352026-05-04T14:57:23.637Z Checking tap v1.0.1
32362026-05-04T14:57:23.641Z Compiling maybe-uninit v2.0.0
32372026-05-04T14:57:23.746Z Checking wyz v0.5.1
32382026-05-04T14:57:23.890Z Compiling rustc_version v0.1.7
32392026-05-04T14:57:23.948Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-05-04T14:57:24.049Z Checking progenitor-client v0.13.0
32412026-05-04T14:57:24.098Z Compiling snafu-derive v0.8.9
32422026-05-04T14:57:24.130Z Compiling newtype_derive v0.1.6
32432026-05-04T14:57:24.309Z Compiling serde_yaml v0.9.34+deprecated
32442026-05-04T14:57:24.343Z Compiling zerocopy-derive v0.6.6
32452026-05-04T14:57:24.396Z Checking crc-catalog v2.4.0
32462026-05-04T14:57:24.501Z Compiling cancel-safe-futures v0.1.5
32472026-05-04T14:57:24.731Z Checking funty v2.0.0
32482026-05-04T14:57:24.846Z Checking pin-project v1.1.11
32492026-05-04T14:57:24.956Z Compiling owo-colors v4.3.0
32502026-05-04T14:57:25.076Z Checking same-file v1.0.6
32512026-05-04T14:57:25.152Z Checking typify-impl v0.6.2
32522026-05-04T14:57:25.260Z Compiling packed_struct v0.10.1
32532026-05-04T14:57:25.356Z Checking zerocopy v0.6.6
32542026-05-04T14:57:25.550Z Checking walkdir v2.5.0
32552026-05-04T14:57:25.569Z Checking bitvec v1.0.1
32562026-05-04T14:57:25.701Z Checking crc v3.4.0
32572026-05-04T14:57:25.849Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-05-04T14:57:25.863Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32592026-05-04T14:57:25.883Z Checking globset v0.4.18
32602026-05-04T14:57:26.120Z Checking snafu v0.8.9
32612026-05-04T14:57:26.154Z Checking olpc-cjson v0.1.4
32622026-05-04T14:57:26.225Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32632026-05-04T14:57:26.310Z Checking pem v3.0.6
32642026-05-04T14:57:26.372Z Compiling packed_struct_codegen v0.10.1
32652026-05-04T14:57:26.387Z Checking libsw-core v0.3.2
32662026-05-04T14:57:26.415Z Checking serde_plain v1.0.2
32672026-05-04T14:57:26.478Z Compiling bitfield-macros v0.19.4
32682026-05-04T14:57:26.497Z Compiling indexmap v1.9.3
32692026-05-04T14:57:26.539Z Checking typed-path v0.9.3
32702026-05-04T14:57:26.574Z Checking nodrop v0.1.14
32712026-05-04T14:57:26.674Z Checking array-init v0.0.4
32722026-05-04T14:57:26.730Z Checking libsw v3.5.0
32732026-05-04T14:57:26.893Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-05-04T14:57:26.954Z Checking smallvec v0.6.14
32752026-05-04T14:57:27.030Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32762026-05-04T14:57:27.152Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32772026-05-04T14:57:27.261Z Checking bitfield v0.19.4
32782026-05-04T14:57:27.325Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32792026-05-04T14:57:27.341Z Checking base64 v0.21.7
32802026-05-04T14:57:27.355Z Checking tough v0.20.0
32812026-05-04T14:57:27.453Z Checking hashbrown v0.12.3
32822026-05-04T14:57:27.468Z Checking smawk v0.3.2
32832026-05-04T14:57:27.505Z Checking linear-map v1.2.0
32842026-05-04T14:57:27.587Z Checking unicode-linebreak v0.1.5
32852026-05-04T14:57:27.601Z Checking tagptr v0.2.0
32862026-05-04T14:57:27.683Z Checking ron v0.8.1
32872026-05-04T14:57:27.748Z Checking moka v0.12.13
32882026-05-04T14:57:27.811Z Checking textwrap v0.16.2
32892026-05-04T14:57:27.893Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32902026-05-04T14:57:28.033Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32912026-05-04T14:57:28.210Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-05-04T14:57:28.227Z Checking serde-hex v0.1.0
32932026-05-04T14:57:28.230Z Checking steno v0.4.1
32942026-05-04T14:57:28.414Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32952026-05-04T14:57:28.561Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32962026-05-04T14:57:28.584Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32972026-05-04T14:57:29.093Z Checking hashbrown v0.13.2
32982026-05-04T14:57:29.234Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-04T14:57:29.253Z Checking humantime v2.3.0
33002026-05-04T14:57:29.276Z Checking crc-any v2.5.0
33012026-05-04T14:57:29.456Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33022026-05-04T14:57:29.470Z Checking hickory-resolver v0.25.2
33032026-05-04T14:57:29.485Z Checking utf-8 v0.7.6
33042026-05-04T14:57:29.487Z Checking half v1.8.3
33052026-05-04T14:57:29.552Z Checking object v0.30.4
33062026-05-04T14:57:29.626Z Checking path-slash v0.1.5
33072026-05-04T14:57:29.626Z Checking void v1.0.2
33082026-05-04T14:57:29.705Z Checking serde_cbor v0.11.2
33092026-05-04T14:57:29.740Z Checking lzss v0.8.2
33102026-05-04T14:57:29.754Z Checking tungstenite v0.23.0
33112026-05-04T14:57:29.936Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33122026-05-04T14:57:29.939Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33132026-05-04T14:57:29.963Z Compiling typify-macro v0.6.2
33142026-05-04T14:57:30.104Z Checking nix v0.27.1
33152026-05-04T14:57:30.118Z Checking kstat-rs v0.2.4
33162026-05-04T14:57:30.179Z Checking fxhash v0.2.1
33172026-05-04T14:57:30.183Z Checking serde_bytes v0.11.19
33182026-05-04T14:57:30.224Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33192026-05-04T14:57:30.307Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33202026-05-04T14:57:30.307Z Checking tokio-tungstenite v0.23.1
33212026-05-04T14:57:30.374Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33222026-05-04T14:57:30.574Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33232026-05-04T14:57:30.635Z Checking signal-hook-tokio v0.3.1
33242026-05-04T14:57:31.485Z Compiling typify v0.6.2
33252026-05-04T14:57:31.585Z Compiling progenitor-impl v0.13.0
33262026-05-04T14:57:31.585Z Compiling progenitor-impl v0.14.0
33272026-05-04T14:57:31.690Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-04T14:57:32.628Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33292026-05-04T14:57:32.963Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33302026-05-04T14:57:33.200Z Compiling progenitor-macro v0.13.0
33312026-05-04T14:57:33.235Z Compiling progenitor-macro v0.14.0
33322026-05-04T14:57:35.906Z Checking progenitor v0.13.0
33332026-05-04T14:57:35.999Z Checking progenitor v0.14.0
33342026-05-04T14:57:36.038Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33352026-05-04T14:57:36.122Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33362026-05-04T14:57:39.142Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33372026-05-04T14:57:46.750Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33382026-05-04T14:57:53.115Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33392026-05-04T14:57:54.538Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33402026-05-04T14:57:55.065Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33412026-05-04T14:57:57.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.58s
33422026-05-04T14:57:57.426Z
33432026-05-04T14:57:57.426Zinfo: running `cargo check --bins` on gateway-api (133/274)
33442026-05-04T14:57:57.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33452026-05-04T14:57:57.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33462026-05-04T14:57:57.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33472026-05-04T14:57:57.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
33482026-05-04T14:57:58.057Z
33492026-05-04T14:57:58.057Zinfo: running `cargo check --bins` on ipcc (134/274)
33502026-05-04T14:57:58.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33512026-05-04T14:57:58.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33522026-05-04T14:57:58.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33532026-05-04T14:57:58.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33542026-05-04T14:57:58.688Z
33552026-05-04T14:57:58.688Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33562026-05-04T14:57:59.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33572026-05-04T14:57:59.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33582026-05-04T14:57:59.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33592026-05-04T14:57:59.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33602026-05-04T14:57:59.282Z
33612026-05-04T14:57:59.282Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33622026-05-04T14:57:59.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33632026-05-04T14:57:59.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33642026-05-04T14:57:59.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33652026-05-04T14:57:59.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33662026-05-04T14:57:59.906Z
33672026-05-04T14:57:59.906Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33682026-05-04T14:58:00.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692026-05-04T14:58:00.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702026-05-04T14:58:00.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33712026-05-04T14:58:00.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33722026-05-04T14:58:00.536Z
33732026-05-04T14:58:00.536Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33742026-05-04T14:58:01.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33752026-05-04T14:58:01.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33762026-05-04T14:58:01.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33772026-05-04T14:58:01.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33782026-05-04T14:58:01.144Z
33792026-05-04T14:58:01.144Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33802026-05-04T14:58:01.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33812026-05-04T14:58:01.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33822026-05-04T14:58:01.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33832026-05-04T14:58:01.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33842026-05-04T14:58:01.762Z
33852026-05-04T14:58:01.762Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33862026-05-04T14:58:02.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33872026-05-04T14:58:02.290Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33882026-05-04T14:58:02.290Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33892026-05-04T14:58:02.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33902026-05-04T14:58:02.390Z
33912026-05-04T14:58:02.390Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33922026-05-04T14:58:02.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33932026-05-04T14:58:02.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33942026-05-04T14:58:02.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33952026-05-04T14:58:02.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
33962026-05-04T14:58:03.010Z
33972026-05-04T14:58:03.010Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33982026-05-04T14:58:03.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33992026-05-04T14:58:03.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34002026-05-04T14:58:03.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34012026-05-04T14:58:03.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34022026-05-04T14:58:03.627Z
34032026-05-04T14:58:03.627Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34042026-05-04T14:58:04.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34052026-05-04T14:58:04.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34062026-05-04T14:58:04.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34072026-05-04T14:58:04.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34082026-05-04T14:58:04.243Z
34092026-05-04T14:58:04.244Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34102026-05-04T14:58:04.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112026-05-04T14:58:04.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122026-05-04T14:58:04.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34132026-05-04T14:58:04.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34142026-05-04T14:58:04.856Z
34152026-05-04T14:58:04.856Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34162026-05-04T14:58:05.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172026-05-04T14:58:05.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182026-05-04T14:58:05.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34192026-05-04T14:58:05.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34202026-05-04T14:58:05.472Z
34212026-05-04T14:58:05.472Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34222026-05-04T14:58:05.992Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232026-05-04T14:58:05.995Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242026-05-04T14:58:05.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252026-05-04T14:58:05.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34262026-05-04T14:58:06.098Z
34272026-05-04T14:58:06.098Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34282026-05-04T14:58:06.618Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292026-05-04T14:58:06.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302026-05-04T14:58:06.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34312026-05-04T14:58:06.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34322026-05-04T14:58:06.721Z
34332026-05-04T14:58:06.721Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34342026-05-04T14:58:07.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34352026-05-04T14:58:07.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34362026-05-04T14:58:07.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34372026-05-04T14:58:07.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34382026-05-04T14:58:07.346Z
34392026-05-04T14:58:07.346Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34402026-05-04T14:58:07.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34412026-05-04T14:58:07.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34422026-05-04T14:58:07.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34432026-05-04T14:58:07.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34442026-05-04T14:58:07.970Z
34452026-05-04T14:58:07.970Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34462026-05-04T14:58:08.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34472026-05-04T14:58:08.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34482026-05-04T14:58:08.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34492026-05-04T14:58:08.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34502026-05-04T14:58:08.594Z
34512026-05-04T14:58:08.594Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34522026-05-04T14:58:09.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34532026-05-04T14:58:09.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34542026-05-04T14:58:09.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34552026-05-04T14:58:09.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
34562026-05-04T14:58:09.219Z
34572026-05-04T14:58:09.219Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34582026-05-04T14:58:09.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34592026-05-04T14:58:09.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34602026-05-04T14:58:09.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34612026-05-04T14:58:09.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34622026-05-04T14:58:09.850Z
34632026-05-04T14:58:09.850Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34642026-05-04T14:58:10.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34652026-05-04T14:58:10.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34662026-05-04T14:58:10.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34672026-05-04T14:58:10.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34682026-05-04T14:58:10.484Z
34692026-05-04T14:58:10.484Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34702026-05-04T14:58:11.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34712026-05-04T14:58:11.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34722026-05-04T14:58:11.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34732026-05-04T14:58:11.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
34742026-05-04T14:58:11.168Z
34752026-05-04T14:58:11.168Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34762026-05-04T14:58:11.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34772026-05-04T14:58:11.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34782026-05-04T14:58:11.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34792026-05-04T14:58:11.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34802026-05-04T14:58:11.816Z
34812026-05-04T14:58:11.816Zinfo: running `cargo check --bins` on dns-server (156/274)
34822026-05-04T14:58:12.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34832026-05-04T14:58:12.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34842026-05-04T14:58:12.507Z Compiling parking_lot_core v0.8.6
34852026-05-04T14:58:12.507Z Compiling git-stub v1.0.0
34862026-05-04T14:58:12.510Z Compiling atomicwrites v0.4.4
34872026-05-04T14:58:12.511Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34882026-05-04T14:58:12.616Z Checking prefix-trie v0.7.0
34892026-05-04T14:58:12.750Z Compiling git-stub-vcs v0.1.0
34902026-05-04T14:58:12.931Z Checking hickory-server v0.25.2
34912026-05-04T14:58:13.040Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34922026-05-04T14:58:13.053Z Checking parking_lot v0.11.2
34932026-05-04T14:58:13.124Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34942026-05-04T14:58:13.127Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34952026-05-04T14:58:13.229Z Checking sled v0.34.7
34962026-05-04T14:58:15.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s
34972026-05-04T14:58:15.370Z
34982026-05-04T14:58:15.370Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34992026-05-04T14:58:15.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-05-04T14:58:15.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-05-04T14:58:15.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-05-04T14:58:15.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35032026-05-04T14:58:15.998Z
35042026-05-04T14:58:15.998Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35052026-05-04T14:58:16.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-05-04T14:58:16.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-05-04T14:58:16.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-05-04T14:58:16.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35092026-05-04T14:58:16.620Z
35102026-05-04T14:58:16.620Zinfo: running `cargo check --bins` on sp-sim (159/274)
35112026-05-04T14:58:17.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-05-04T14:58:17.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-05-04T14:58:17.375Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35142026-05-04T14:58:19.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s
35152026-05-04T14:58:19.377Z
35162026-05-04T14:58:19.377Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35172026-05-04T14:58:19.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-05-04T14:58:19.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-05-04T14:58:19.954Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-05-04T14:58:19.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35212026-05-04T14:58:20.066Z
35222026-05-04T14:58:20.066Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35232026-05-04T14:58:20.640Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-05-04T14:58:20.643Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-05-04T14:58:20.643Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-05-04T14:58:20.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35272026-05-04T14:58:20.747Z
35282026-05-04T14:58:20.747Zinfo: running `cargo check --bins` on db-macros (162/274)
35292026-05-04T14:58:21.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-05-04T14:58:21.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-05-04T14:58:21.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-05-04T14:58:21.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35332026-05-04T14:58:21.358Z
35342026-05-04T14:58:21.358Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35352026-05-04T14:58:21.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-05-04T14:58:21.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-05-04T14:58:21.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-05-04T14:58:21.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35392026-05-04T14:58:21.967Z
35402026-05-04T14:58:21.967Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35412026-05-04T14:58:22.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-05-04T14:58:22.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-05-04T14:58:22.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-05-04T14:58:22.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35452026-05-04T14:58:22.654Z
35462026-05-04T14:58:22.654Zinfo: running `cargo check --bins` on authz-macros (165/274)
35472026-05-04T14:58:23.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-05-04T14:58:23.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-05-04T14:58:23.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-05-04T14:58:23.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35512026-05-04T14:58:23.271Z
35522026-05-04T14:58:23.271Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35532026-05-04T14:58:23.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-05-04T14:58:23.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-05-04T14:58:23.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-05-04T14:58:23.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
35572026-05-04T14:58:23.939Z
35582026-05-04T14:58:23.939Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35592026-05-04T14:58:24.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-05-04T14:58:24.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-05-04T14:58:24.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-05-04T14:58:24.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35632026-05-04T14:58:24.604Z
35642026-05-04T14:58:24.604Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35652026-05-04T14:58:25.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-05-04T14:58:25.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-05-04T14:58:25.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-05-04T14:58:25.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35692026-05-04T14:58:25.221Z
35702026-05-04T14:58:25.221Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35712026-05-04T14:58:25.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-05-04T14:58:25.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-05-04T14:58:25.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-05-04T14:58:25.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35752026-05-04T14:58:25.838Z
35762026-05-04T14:58:25.838Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35772026-05-04T14:58:26.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-05-04T14:58:26.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-05-04T14:58:26.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-05-04T14:58:26.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35812026-05-04T14:58:26.476Z
35822026-05-04T14:58:26.476Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35832026-05-04T14:58:27.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-05-04T14:58:27.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-05-04T14:58:27.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-05-04T14:58:27.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35872026-05-04T14:58:27.102Z
35882026-05-04T14:58:27.102Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35892026-05-04T14:58:27.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-05-04T14:58:27.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-05-04T14:58:27.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-05-04T14:58:27.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
35932026-05-04T14:58:27.721Z
35942026-05-04T14:58:27.721Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35952026-05-04T14:58:28.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-05-04T14:58:28.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-05-04T14:58:28.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-05-04T14:58:28.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
35992026-05-04T14:58:28.410Z
36002026-05-04T14:58:28.410Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
36012026-05-04T14:58:28.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-05-04T14:58:28.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-05-04T14:58:28.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-05-04T14:58:28.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
36052026-05-04T14:58:29.102Z
36062026-05-04T14:58:29.102Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36072026-05-04T14:58:29.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-05-04T14:58:29.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-05-04T14:58:29.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-05-04T14:58:29.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
36112026-05-04T14:58:29.774Z
36122026-05-04T14:58:29.774Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36132026-05-04T14:58:30.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-05-04T14:58:30.315Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-05-04T14:58:30.315Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-05-04T14:58:30.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36172026-05-04T14:58:30.419Z
36182026-05-04T14:58:30.419Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36192026-05-04T14:58:30.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-05-04T14:58:30.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-05-04T14:58:30.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-05-04T14:58:30.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36232026-05-04T14:58:31.064Z
36242026-05-04T14:58:31.064Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36252026-05-04T14:58:31.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-05-04T14:58:31.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-05-04T14:58:31.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-05-04T14:58:31.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36292026-05-04T14:58:31.708Z
36302026-05-04T14:58:31.708Zinfo: running `cargo check --bins` on key-manager (179/274)
36312026-05-04T14:58:32.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-05-04T14:58:32.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-05-04T14:58:32.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-05-04T14:58:32.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-05-04T14:58:32.330Z
36362026-05-04T14:58:32.330Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36372026-05-04T14:58:32.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-05-04T14:58:32.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-05-04T14:58:32.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-05-04T14:58:32.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36412026-05-04T14:58:32.971Z
36422026-05-04T14:58:32.971Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36432026-05-04T14:58:33.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-05-04T14:58:33.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-05-04T14:58:33.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-05-04T14:58:33.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36472026-05-04T14:58:33.609Z
36482026-05-04T14:58:33.609Zinfo: running `cargo check --bins` on typed-rng (182/274)
36492026-05-04T14:58:34.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-05-04T14:58:34.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-05-04T14:58:34.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-05-04T14:58:34.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36532026-05-04T14:58:34.216Z
36542026-05-04T14:58:34.216Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36552026-05-04T14:58:34.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-05-04T14:58:34.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-05-04T14:58:35.089Z Compiling typify-impl v0.4.3
36582026-05-04T14:58:35.089Z Compiling libefi-sys v0.1.0
36592026-05-04T14:58:35.092Z Compiling bitfield-struct v0.6.2
36602026-05-04T14:58:35.243Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36612026-05-04T14:58:35.253Z Compiling xshell-macros v0.2.7
36622026-05-04T14:58:35.265Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36632026-05-04T14:58:35.307Z Compiling salty v0.3.0
36642026-05-04T14:58:35.311Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36652026-05-04T14:58:35.474Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36662026-05-04T14:58:35.603Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36672026-05-04T14:58:35.618Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36682026-05-04T14:58:35.636Z Checking xshell v0.2.7
36692026-05-04T14:58:35.831Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36702026-05-04T14:58:35.846Z Checking primeorder v0.13.6
36712026-05-04T14:58:35.861Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-05-04T14:58:36.005Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36732026-05-04T14:58:36.021Z Compiling proc-macro-error-attr2 v2.0.0
36742026-05-04T14:58:36.086Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36752026-05-04T14:58:36.104Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36762026-05-04T14:58:36.254Z Checking tungstenite v0.21.0
36772026-05-04T14:58:36.306Z Checking p384 v0.13.1
36782026-05-04T14:58:36.343Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36792026-05-04T14:58:36.429Z Compiling proc-macro-error2 v2.0.1
36802026-05-04T14:58:36.516Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36812026-05-04T14:58:36.697Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36822026-05-04T14:58:36.742Z Compiling num-derive v0.3.3
36832026-05-04T14:58:36.809Z Compiling tabled_derive v0.11.0
36842026-05-04T14:58:37.039Z Checking tokio-tungstenite v0.21.0
36852026-05-04T14:58:37.236Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36862026-05-04T14:58:37.328Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-05-04T14:58:37.359Z Checking papergrid v0.17.0
36882026-05-04T14:58:37.570Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-04T14:58:37.721Z Checking libscf-sys v1.1.0
36902026-05-04T14:58:37.864Z Checking testing_table v0.3.0
36912026-05-04T14:58:37.944Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36922026-05-04T14:58:37.961Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-05-04T14:58:37.976Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-04T14:58:38.106Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36952026-05-04T14:58:38.174Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-04T14:58:38.333Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36972026-05-04T14:58:38.384Z Compiling unicase v2.9.0
36982026-05-04T14:58:38.431Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36992026-05-04T14:58:38.518Z Checking corncobs v0.1.4
37002026-05-04T14:58:38.615Z Compiling mime_guess v2.0.5
37012026-05-04T14:58:38.634Z Checking tabled v0.20.0
37022026-05-04T14:58:38.657Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-05-04T14:58:38.675Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37042026-05-04T14:58:38.796Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37052026-05-04T14:58:38.936Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37062026-05-04T14:58:38.966Z Checking progenitor-client v0.11.2
37072026-05-04T14:58:39.138Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37082026-05-04T14:58:39.228Z Checking secrecy v0.8.0
37092026-05-04T14:58:39.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37102026-05-04T14:58:39.261Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37112026-05-04T14:58:39.331Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37122026-05-04T14:58:39.477Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37132026-05-04T14:58:39.755Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37142026-05-04T14:58:39.871Z Compiling typify-macro v0.4.3
37152026-05-04T14:58:39.972Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37162026-05-04T14:58:39.989Z Checking filetime v0.2.27
37172026-05-04T14:58:40.043Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37182026-05-04T14:58:40.059Z Checking crc8 v0.1.1
37192026-05-04T14:58:40.134Z Checking http-range v0.1.5
37202026-05-04T14:58:40.273Z Checking xattr v1.6.1
37212026-05-04T14:58:40.419Z Checking tar v0.4.45
37222026-05-04T14:58:40.639Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37232026-05-04T14:58:40.700Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37242026-05-04T14:58:40.895Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37252026-05-04T14:58:40.943Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37262026-05-04T14:58:40.982Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37272026-05-04T14:58:41.003Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37282026-05-04T14:58:41.325Z Checking atty v0.2.14
37292026-05-04T14:58:41.417Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37302026-05-04T14:58:41.438Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37312026-05-04T14:58:41.619Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37322026-05-04T14:58:41.684Z Compiling typify v0.4.3
37332026-05-04T14:58:41.810Z Compiling progenitor-impl v0.11.2
37342026-05-04T14:58:41.968Z Compiling progenitor-impl v0.10.0
37352026-05-04T14:58:42.188Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37362026-05-04T14:58:42.362Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37372026-05-04T14:58:42.445Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37382026-05-04T14:58:42.921Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37392026-05-04T14:58:43.344Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37402026-05-04T14:58:43.397Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37412026-05-04T14:58:43.417Z Checking hyper-staticfile v0.10.1
37422026-05-04T14:58:43.582Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37432026-05-04T14:58:43.732Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37442026-05-04T14:58:43.821Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37452026-05-04T14:58:43.920Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37462026-05-04T14:58:44.169Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37472026-05-04T14:58:44.221Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37482026-05-04T14:58:44.500Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37492026-05-04T14:58:44.533Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37502026-05-04T14:58:44.612Z Compiling progenitor-macro v0.11.2
37512026-05-04T14:58:44.718Z Compiling progenitor-macro v0.10.0
37522026-05-04T14:58:47.652Z Checking progenitor v0.10.0
37532026-05-04T14:58:47.656Z Checking progenitor v0.11.2
37542026-05-04T14:58:47.793Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37552026-05-04T14:58:47.796Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37562026-05-04T14:58:52.568Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37572026-05-04T14:58:53.691Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-05-04T14:59:04.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.05s
37592026-05-04T14:59:04.507Z
37602026-05-04T14:59:04.507Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37612026-05-04T14:59:05.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-05-04T14:59:05.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-05-04T14:59:05.298Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37642026-05-04T14:59:15.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37652026-05-04T14:59:16.191Z
37662026-05-04T14:59:16.191Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37672026-05-04T14:59:16.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-05-04T14:59:16.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-05-04T14:59:16.992Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37702026-05-04T14:59:27.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s
37712026-05-04T14:59:27.879Z
37722026-05-04T14:59:27.879Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37732026-05-04T14:59:28.455Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-05-04T14:59:28.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-05-04T14:59:28.685Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37762026-05-04T14:59:39.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.53s
37772026-05-04T14:59:39.639Z
37782026-05-04T14:59:39.639Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37792026-05-04T14:59:40.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-05-04T14:59:40.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-05-04T14:59:40.438Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37822026-05-04T14:59:51.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.50s
37832026-05-04T14:59:51.376Z
37842026-05-04T14:59:51.376Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37852026-05-04T14:59:51.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-05-04T14:59:51.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-05-04T14:59:52.179Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37882026-05-04T15:00:02.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.51s
37892026-05-04T15:00:03.119Z
37902026-05-04T15:00:03.119Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37912026-05-04T15:00:03.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-05-04T15:00:03.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-05-04T15:00:03.925Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37942026-05-04T15:00:14.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.54s
37952026-05-04T15:00:14.895Z
37962026-05-04T15:00:14.895Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37972026-05-04T15:00:15.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-05-04T15:00:15.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-05-04T15:00:15.714Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38002026-05-04T15:00:26.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.52s
38012026-05-04T15:00:26.644Z
38022026-05-04T15:00:26.644Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38032026-05-04T15:00:27.172Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-05-04T15:00:27.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-05-04T15:00:27.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-05-04T15:00:27.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38072026-05-04T15:00:27.274Z
38082026-05-04T15:00:27.274Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38092026-05-04T15:00:27.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-05-04T15:00:27.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-05-04T15:00:27.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-05-04T15:00:27.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38132026-05-04T15:00:27.910Z
38142026-05-04T15:00:27.910Zinfo: running `cargo check --bins` on range-requests (193/274)
38152026-05-04T15:00:28.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-05-04T15:00:28.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-05-04T15:00:28.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-05-04T15:00:28.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38192026-05-04T15:00:28.527Z
38202026-05-04T15:00:28.527Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38212026-05-04T15:00:29.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-05-04T15:00:29.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-05-04T15:00:29.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-05-04T15:00:29.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38252026-05-04T15:00:29.147Z
38262026-05-04T15:00:29.147Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38272026-05-04T15:00:29.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-05-04T15:00:29.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-05-04T15:00:29.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-05-04T15:00:29.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38312026-05-04T15:00:29.791Z
38322026-05-04T15:00:29.791Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38332026-05-04T15:00:30.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-05-04T15:00:30.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-05-04T15:00:30.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-05-04T15:00:30.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38372026-05-04T15:00:30.441Z
38382026-05-04T15:00:30.442Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38392026-05-04T15:00:30.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-05-04T15:00:30.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-05-04T15:00:30.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-05-04T15:00:30.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38432026-05-04T15:00:31.096Z
38442026-05-04T15:00:31.096Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38452026-05-04T15:00:31.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-05-04T15:00:31.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-05-04T15:00:31.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-05-04T15:00:31.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38492026-05-04T15:00:31.753Z
38502026-05-04T15:00:31.753Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38512026-05-04T15:00:32.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-05-04T15:00:32.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-05-04T15:00:32.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38542026-05-04T15:00:32.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38552026-05-04T15:00:32.416Z
38562026-05-04T15:00:32.416Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38572026-05-04T15:00:32.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-05-04T15:00:32.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-05-04T15:00:32.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38602026-05-04T15:00:32.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38612026-05-04T15:00:33.079Z
38622026-05-04T15:00:33.079Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38632026-05-04T15:00:33.624Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38642026-05-04T15:00:33.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38652026-05-04T15:00:33.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38662026-05-04T15:00:33.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38672026-05-04T15:00:33.732Z
38682026-05-04T15:00:33.732Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38692026-05-04T15:00:34.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38702026-05-04T15:00:34.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38712026-05-04T15:00:34.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38722026-05-04T15:00:34.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38732026-05-04T15:00:34.378Z
38742026-05-04T15:00:34.378Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38752026-05-04T15:00:34.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38762026-05-04T15:00:34.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38772026-05-04T15:00:34.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38782026-05-04T15:00:34.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38792026-05-04T15:00:35.018Z
38802026-05-04T15:00:35.018Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38812026-05-04T15:00:35.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-05-04T15:00:35.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-05-04T15:00:35.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38842026-05-04T15:00:35.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
38852026-05-04T15:00:35.689Z
38862026-05-04T15:00:35.689Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38872026-05-04T15:00:36.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38882026-05-04T15:00:36.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38892026-05-04T15:00:36.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38902026-05-04T15:00:36.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38912026-05-04T15:00:36.330Z
38922026-05-04T15:00:36.330Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38932026-05-04T15:00:36.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38942026-05-04T15:00:36.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38952026-05-04T15:00:36.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38962026-05-04T15:00:36.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38972026-05-04T15:00:36.979Z
38982026-05-04T15:00:36.979Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38992026-05-04T15:00:37.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39002026-05-04T15:00:37.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39012026-05-04T15:00:37.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39022026-05-04T15:00:37.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39032026-05-04T15:00:37.650Z
39042026-05-04T15:00:37.650Zinfo: running `cargo check --bins` on update-common (208/274)
39052026-05-04T15:00:38.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-05-04T15:00:38.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-05-04T15:00:38.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-05-04T15:00:38.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39092026-05-04T15:00:38.274Z
39102026-05-04T15:00:38.274Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39112026-05-04T15:00:38.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-05-04T15:00:38.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-05-04T15:00:38.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-05-04T15:00:38.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39152026-05-04T15:00:38.951Z
39162026-05-04T15:00:38.951Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39172026-05-04T15:00:39.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-05-04T15:00:39.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-05-04T15:00:39.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-05-04T15:00:39.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39212026-05-04T15:00:39.559Z
39222026-05-04T15:00:39.559Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39232026-05-04T15:00:40.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-05-04T15:00:40.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-05-04T15:00:40.356Z Compiling fs-err v2.11.0
39262026-05-04T15:00:40.359Z Checking ignore v0.4.25
39272026-05-04T15:00:40.359Z Checking arc-swap v1.8.2
39282026-05-04T15:00:40.359Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39292026-05-04T15:00:40.499Z Checking predicates-tree v1.0.13
39302026-05-04T15:00:40.507Z Checking parse-size v1.1.0
39312026-05-04T15:00:40.520Z Checking rand_seeder v0.4.0
39322026-05-04T15:00:40.523Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39332026-05-04T15:00:40.599Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39342026-05-04T15:00:40.620Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39352026-05-04T15:00:40.664Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39362026-05-04T15:00:40.701Z Checking slog-scope v4.4.1
39372026-05-04T15:00:40.804Z Compiling petname v2.0.2
39382026-05-04T15:00:40.826Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39392026-05-04T15:00:40.840Z Checking slog-stdlog v4.1.1
39402026-05-04T15:00:40.860Z Checking globwalk v0.9.1
39412026-05-04T15:00:40.937Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39422026-05-04T15:00:40.960Z Checking slog-envlogger v2.2.0
39432026-05-04T15:00:41.043Z Checking camino-tempfile-ext v0.3.3
39442026-05-04T15:00:41.075Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39452026-05-04T15:00:41.113Z Checking sapling-renderdag v0.1.0
39462026-05-04T15:00:41.241Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39472026-05-04T15:00:41.256Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39482026-05-04T15:00:41.360Z Checking subprocess v0.2.15
39492026-05-04T15:00:41.438Z Checking sync-ptr v0.1.4
39502026-05-04T15:00:41.475Z Checking colored v2.2.0
39512026-05-04T15:00:41.557Z Checking assert_matches v1.5.0
39522026-05-04T15:00:41.648Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39532026-05-04T15:00:41.677Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39542026-05-04T15:00:41.765Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39552026-05-04T15:00:41.765Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39562026-05-04T15:00:42.376Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39572026-05-04T15:00:43.697Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39582026-05-04T15:00:45.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s
39592026-05-04T15:00:46.164Z
39602026-05-04T15:00:46.164Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39612026-05-04T15:00:46.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39622026-05-04T15:00:46.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39632026-05-04T15:00:46.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39642026-05-04T15:00:46.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39652026-05-04T15:00:46.758Z
39662026-05-04T15:00:46.758Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39672026-05-04T15:00:47.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-05-04T15:00:47.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-05-04T15:00:47.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-05-04T15:00:47.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39712026-05-04T15:00:47.381Z
39722026-05-04T15:00:47.382Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39732026-05-04T15:00:47.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-05-04T15:00:47.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-05-04T15:00:47.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39762026-05-04T15:00:47.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
39772026-05-04T15:00:48.065Z
39782026-05-04T15:00:48.065Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39792026-05-04T15:00:48.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-05-04T15:00:48.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-05-04T15:00:48.816Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39822026-05-04T15:00:48.816Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39832026-05-04T15:00:49.481Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39842026-05-04T15:00:51.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
39852026-05-04T15:00:51.318Z
39862026-05-04T15:00:51.318Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39872026-05-04T15:00:51.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-05-04T15:00:51.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-05-04T15:00:51.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-05-04T15:00:51.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39912026-05-04T15:00:51.948Z
39922026-05-04T15:00:51.948Zinfo: running `cargo check --bins` on cert-dev (217/274)
39932026-05-04T15:00:52.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-05-04T15:00:52.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-05-04T15:00:52.572Z Checking yasna v0.5.2
39962026-05-04T15:00:52.980Z Checking rcgen v0.12.1
39972026-05-04T15:00:53.235Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39982026-05-04T15:00:53.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
39992026-05-04T15:00:53.610Z
40002026-05-04T15:00:53.610Zinfo: running `cargo check --bins` on clickana (218/274)
40012026-05-04T15:00:54.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-05-04T15:00:54.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-05-04T15:00:54.275Z Compiling darling_core v0.23.0
40042026-05-04T15:00:54.384Z Compiling instability v0.3.11
40052026-05-04T15:00:54.388Z Checking castaway v0.2.4
40062026-05-04T15:00:54.391Z Compiling indoc v2.0.7
40072026-05-04T15:00:54.397Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40082026-05-04T15:00:54.409Z Checking unicode-truncate v1.1.0
40092026-05-04T15:00:54.412Z Checking lru v0.12.5
40102026-05-04T15:00:54.412Z Checking cassowary v0.3.0
40112026-05-04T15:00:54.481Z Checking compact_str v0.8.1
40122026-05-04T15:00:55.381Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40132026-05-04T15:00:55.573Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40142026-05-04T15:00:55.853Z Compiling darling_macro v0.23.0
40152026-05-04T15:00:56.277Z Compiling darling v0.23.0
40162026-05-04T15:00:56.885Z Checking ratatui v0.29.0
40172026-05-04T15:00:57.957Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40182026-05-04T15:00:58.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.02s
40192026-05-04T15:00:58.818Z
40202026-05-04T15:00:58.818Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40212026-05-04T15:00:59.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40222026-05-04T15:00:59.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40232026-05-04T15:00:59.569Z Checking headers-core v0.3.0
40242026-05-04T15:00:59.572Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40252026-05-04T15:00:59.767Z Checking headers v0.4.1
40262026-05-04T15:01:00.137Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-05-04T15:01:01.002Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40282026-05-04T15:01:01.502Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40292026-05-04T15:01:01.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
40302026-05-04T15:01:02.137Z
40312026-05-04T15:01:02.137Zinfo: running `cargo check --bins` on ch-dev (220/274)
40322026-05-04T15:01:02.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-05-04T15:01:02.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-05-04T15:01:02.868Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40352026-05-04T15:01:03.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
40362026-05-04T15:01:03.843Z
40372026-05-04T15:01:03.843Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40382026-05-04T15:01:04.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-05-04T15:01:04.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-05-04T15:01:04.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-05-04T15:01:04.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
40422026-05-04T15:01:04.331Z
40432026-05-04T15:01:04.331Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40442026-05-04T15:01:04.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-05-04T15:01:04.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-05-04T15:01:05.070Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40472026-05-04T15:01:06.088Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40482026-05-04T15:01:06.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
40492026-05-04T15:01:06.650Z
40502026-05-04T15:01:06.650Zinfo: running `cargo check --bins` on db-dev (223/274)
40512026-05-04T15:01:07.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40522026-05-04T15:01:07.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40532026-05-04T15:01:07.402Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40542026-05-04T15:01:08.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.52s
40552026-05-04T15:01:08.406Z
40562026-05-04T15:01:08.406Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40572026-05-04T15:01:08.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40582026-05-04T15:01:08.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40592026-05-04T15:01:08.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40602026-05-04T15:01:08.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
40612026-05-04T15:01:09.093Z
40622026-05-04T15:01:09.093Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40632026-05-04T15:01:09.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40642026-05-04T15:01:09.614Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40652026-05-04T15:01:09.729Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40662026-05-04T15:01:10.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
40672026-05-04T15:01:10.592Z
40682026-05-04T15:01:10.592Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40692026-05-04T15:01:11.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-05-04T15:01:11.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-05-04T15:01:11.366Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-05-04T15:01:11.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40732026-05-04T15:01:11.366Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40742026-05-04T15:01:11.369Z Checking git-stub v1.0.0
40752026-05-04T15:01:11.369Z Compiling trait-variant v0.1.2
40762026-05-04T15:01:11.369Z Checking is_ci v1.2.0
40772026-05-04T15:01:11.485Z Checking maplit v1.0.2
40782026-05-04T15:01:11.515Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40792026-05-04T15:01:11.571Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40802026-05-04T15:01:11.596Z Checking supports-color v3.0.2
40812026-05-04T15:01:11.630Z Checking git-stub-vcs v0.1.0
40822026-05-04T15:01:11.732Z Checking drift v0.1.3
40832026-05-04T15:01:11.748Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40842026-05-04T15:01:11.768Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40852026-05-04T15:01:11.871Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40862026-05-04T15:01:11.954Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40872026-05-04T15:01:12.029Z Checking dropshot-api-manager v0.7.1
40882026-05-04T15:01:12.065Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40892026-05-04T15:01:12.081Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40902026-05-04T15:01:12.271Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40912026-05-04T15:01:12.306Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40922026-05-04T15:01:12.473Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40932026-05-04T15:01:12.836Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40942026-05-04T15:01:17.845Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40952026-05-04T15:01:18.958Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40962026-05-04T15:01:19.538Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40972026-05-04T15:01:19.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.38s
40982026-05-04T15:01:20.180Z
40992026-05-04T15:01:20.180Zinfo: running `cargo check --bins` on installinator-api (227/274)
41002026-05-04T15:01:20.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41012026-05-04T15:01:20.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41022026-05-04T15:01:20.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41032026-05-04T15:01:20.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41042026-05-04T15:01:20.804Z
41052026-05-04T15:01:20.804Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41062026-05-04T15:01:21.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41072026-05-04T15:01:21.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41082026-05-04T15:01:21.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41092026-05-04T15:01:21.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41102026-05-04T15:01:21.465Z
41112026-05-04T15:01:21.465Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41122026-05-04T15:01:22.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41132026-05-04T15:01:22.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41142026-05-04T15:01:22.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41152026-05-04T15:01:22.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
41162026-05-04T15:01:22.134Z
41172026-05-04T15:01:22.134Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41182026-05-04T15:01:22.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41192026-05-04T15:01:22.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41202026-05-04T15:01:22.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41212026-05-04T15:01:22.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41222026-05-04T15:01:22.804Z
41232026-05-04T15:01:22.804Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41242026-05-04T15:01:23.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41252026-05-04T15:01:23.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41262026-05-04T15:01:23.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41272026-05-04T15:01:23.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41282026-05-04T15:01:23.436Z
41292026-05-04T15:01:23.436Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41302026-05-04T15:01:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41312026-05-04T15:01:23.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41322026-05-04T15:01:23.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41332026-05-04T15:01:23.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41342026-05-04T15:01:24.053Z
41352026-05-04T15:01:24.053Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41362026-05-04T15:01:24.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41372026-05-04T15:01:24.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41382026-05-04T15:01:24.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41392026-05-04T15:01:24.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41402026-05-04T15:01:24.695Z
41412026-05-04T15:01:24.695Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41422026-05-04T15:01:25.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-05-04T15:01:25.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-05-04T15:01:25.324Z Checking typeid v1.0.3
41452026-05-04T15:01:25.436Z Checking ordered-float v2.10.1
41462026-05-04T15:01:25.455Z Checking unicode-xid v0.2.6
41472026-05-04T15:01:25.469Z Checking cargo-platform v0.2.0
41482026-05-04T15:01:25.478Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41492026-05-04T15:01:25.509Z Checking erased-serde v0.4.9
41502026-05-04T15:01:25.645Z Checking serde-value v0.7.0
41512026-05-04T15:01:25.827Z Checking serde-untagged v0.1.9
41522026-05-04T15:01:25.985Z Checking cargo-util-schemas v0.8.2
41532026-05-04T15:01:26.679Z Checking cargo_metadata v0.21.0
41542026-05-04T15:01:27.298Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41552026-05-04T15:01:27.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s
41562026-05-04T15:01:28.180Z
41572026-05-04T15:01:28.180Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41582026-05-04T15:01:28.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41592026-05-04T15:01:28.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41602026-05-04T15:01:28.943Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41612026-05-04T15:01:29.585Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41622026-05-04T15:01:30.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s
41632026-05-04T15:01:30.343Z
41642026-05-04T15:01:30.343Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41652026-05-04T15:01:30.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-05-04T15:01:30.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-05-04T15:01:31.231Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41682026-05-04T15:01:31.231Z Compiling vergen-gitcl v1.0.8
41692026-05-04T15:01:31.231Z Compiling dirs-sys-next v0.1.2
41702026-05-04T15:01:31.234Z Compiling crunchy v0.2.4
41712026-05-04T15:01:31.234Z Compiling diesel_derives v2.3.7
41722026-05-04T15:01:31.234Z Compiling glob v0.3.3
41732026-05-04T15:01:31.234Z Compiling dsl_auto_type v0.2.0
41742026-05-04T15:01:31.234Z Checking scheduled-thread-pool v0.2.7
41752026-05-04T15:01:31.528Z Compiling dirs-next v2.0.0
41762026-05-04T15:01:31.566Z Compiling diesel_table_macro_syntax v0.3.0
41772026-05-04T15:01:31.611Z Compiling tiny-keccak v2.0.2
41782026-05-04T15:01:31.652Z Compiling term v0.7.0
41792026-05-04T15:01:31.768Z Compiling clang-sys v1.8.1
41802026-05-04T15:01:31.783Z Checking r2d2 v0.8.10
41812026-05-04T15:01:31.797Z Compiling bit-vec v0.6.3
41822026-05-04T15:01:31.835Z Checking downcast-rs v2.0.2
41832026-05-04T15:01:31.940Z Compiling ascii-canvas v3.0.0
41842026-05-04T15:01:31.972Z Compiling bit-set v0.5.3
41852026-05-04T15:01:32.152Z Compiling itertools v0.10.5
41862026-05-04T15:01:32.168Z Compiling ena v0.14.4
41872026-05-04T15:01:32.223Z Compiling libloading v0.8.9
41882026-05-04T15:01:32.238Z Compiling diff v0.1.13
41892026-05-04T15:01:32.238Z Compiling bindgen v0.71.1
41902026-05-04T15:01:32.381Z Compiling regex-syntax v0.6.29
41912026-05-04T15:01:32.456Z Compiling cexpr v0.6.0
41922026-05-04T15:01:32.514Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41932026-05-04T15:01:32.704Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41942026-05-04T15:01:32.746Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41952026-05-04T15:01:32.863Z Compiling libxml v0.3.3
41962026-05-04T15:01:33.106Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41972026-05-04T15:01:33.183Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41982026-05-04T15:01:33.250Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41992026-05-04T15:01:33.362Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42002026-05-04T15:01:33.433Z Compiling strum_macros v0.24.3
42012026-05-04T15:01:33.450Z Compiling indoc v1.0.9
42022026-05-04T15:01:33.934Z Compiling lalrpop v0.19.12
42032026-05-04T15:01:34.564Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42042026-05-04T15:01:34.605Z Checking derive_builder v0.20.2
42052026-05-04T15:01:34.730Z Compiling oso-derive v0.27.3
42062026-05-04T15:01:34.761Z Checking quick-xml v0.37.5
42072026-05-04T15:01:34.861Z Compiling impl-trait-for-tuples v0.2.3
42082026-05-04T15:01:35.258Z Checking openssl-probe v0.1.6
42092026-05-04T15:01:35.408Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42102026-05-04T15:01:35.657Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42112026-05-04T15:01:35.866Z Checking bb8 v0.8.6
42122026-05-04T15:01:36.178Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42132026-05-04T15:01:36.201Z Checking nonempty v0.12.0
42142026-05-04T15:01:36.277Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42152026-05-04T15:01:36.375Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42162026-05-04T15:01:36.412Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42172026-05-04T15:01:36.448Z Checking console v0.16.2
42182026-05-04T15:01:36.496Z Checking unit-prefix v0.5.2
42192026-05-04T15:01:36.592Z Checking support-bundle-viewer v0.1.2
42202026-05-04T15:01:36.634Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42212026-05-04T15:01:36.761Z Checking indicatif v0.18.4
42222026-05-04T15:01:36.845Z Checking multimap v0.10.1
42232026-05-04T15:01:37.557Z Checking diesel v2.3.7
42242026-05-04T15:01:39.445Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42252026-05-04T15:01:40.013Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42262026-05-04T15:01:40.498Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42272026-05-04T15:01:41.275Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42282026-05-04T15:01:41.884Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42292026-05-04T15:01:42.172Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302026-05-04T15:01:42.438Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42312026-05-04T15:01:42.591Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42322026-05-04T15:01:44.741Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42332026-05-04T15:01:49.886Z Compiling samael v0.0.19
42342026-05-04T15:01:53.730Z Checking async-bb8-diesel v0.2.1
42352026-05-04T15:01:54.130Z Checking diesel-dtrace v0.5.0
42362026-05-04T15:01:54.991Z Compiling polar-core v0.27.3
42372026-05-04T15:01:59.604Z Checking oso v0.27.3
42382026-05-04T15:02:37.485Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42392026-05-04T15:03:11.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 41s
42402026-05-04T15:03:11.820Z
42412026-05-04T15:03:11.820Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42422026-05-04T15:03:12.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-05-04T15:03:12.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-05-04T15:03:12.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-05-04T15:03:12.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42462026-05-04T15:03:12.507Z
42472026-05-04T15:03:12.507Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42482026-05-04T15:03:13.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-05-04T15:03:13.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-05-04T15:03:13.081Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-05-04T15:03:13.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
42522026-05-04T15:03:13.194Z
42532026-05-04T15:03:13.194Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42542026-05-04T15:03:13.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-05-04T15:03:13.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-05-04T15:03:13.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-05-04T15:03:13.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42582026-05-04T15:03:13.805Z
42592026-05-04T15:03:13.805Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42602026-05-04T15:03:14.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-05-04T15:03:14.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-05-04T15:03:14.706Z Compiling libz-sys v1.1.24
42632026-05-04T15:03:14.839Z Compiling libgit2-sys v0.18.3+1.9.2
42642026-05-04T15:03:14.850Z Compiling vergen-git2 v1.0.7
42652026-05-04T15:03:14.885Z Compiling rustls v0.21.12
42662026-05-04T15:03:14.888Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42672026-05-04T15:03:14.888Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42682026-05-04T15:03:14.888Z Checking rustls-webpki v0.101.7
42692026-05-04T15:03:14.888Z Checking sct v0.7.1
42702026-05-04T15:03:15.045Z Compiling nix v0.29.0
42712026-05-04T15:03:15.061Z Compiling dropshot v0.16.7
42722026-05-04T15:03:15.110Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42732026-05-04T15:03:15.156Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42742026-05-04T15:03:15.231Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42752026-05-04T15:03:15.314Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42762026-05-04T15:03:15.342Z Checking toml v0.9.12+spec-1.1.0
42772026-05-04T15:03:15.383Z Compiling dropshot_endpoint v0.16.7
42782026-05-04T15:03:15.536Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42792026-05-04T15:03:15.693Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42802026-05-04T15:03:15.900Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42812026-05-04T15:03:15.938Z Checking rustls-pemfile v1.0.4
42822026-05-04T15:03:16.085Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42832026-05-04T15:03:16.333Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42842026-05-04T15:03:16.380Z Checking twox-hash v2.1.2
42852026-05-04T15:03:16.553Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42862026-05-04T15:03:16.622Z Checking tokio-rustls v0.24.1
42872026-05-04T15:03:17.160Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42882026-05-04T15:03:17.178Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42892026-05-04T15:03:17.451Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42902026-05-04T15:03:17.890Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42912026-05-04T15:03:17.948Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42922026-05-04T15:03:18.034Z Checking fatfs v0.3.6
42932026-05-04T15:03:18.100Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42942026-05-04T15:03:18.263Z Compiling seq-macro v0.3.6
42952026-05-04T15:03:22.170Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42962026-05-04T15:03:22.302Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42972026-05-04T15:03:22.442Z Compiling git2 v0.20.4
42982026-05-04T15:03:24.717Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42992026-05-04T15:04:12.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.37s
43002026-05-04T15:04:12.426Z
43012026-05-04T15:04:12.427Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
43022026-05-04T15:04:13.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-05-04T15:04:13.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-05-04T15:04:13.346Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43052026-05-04T15:04:52.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.22s
43062026-05-04T15:04:52.889Z
43072026-05-04T15:04:52.889Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43082026-05-04T15:04:53.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-05-04T15:04:53.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-05-04T15:04:53.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-05-04T15:04:53.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43122026-05-04T15:04:53.501Z
43132026-05-04T15:04:53.501Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43142026-05-04T15:04:54.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-05-04T15:04:54.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-05-04T15:04:54.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-05-04T15:04:54.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43182026-05-04T15:04:54.166Z
43192026-05-04T15:04:54.166Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43202026-05-04T15:04:54.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-05-04T15:04:54.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-05-04T15:04:54.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-05-04T15:04:54.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43242026-05-04T15:04:54.855Z
43252026-05-04T15:04:54.855Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43262026-05-04T15:04:55.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-05-04T15:04:55.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-05-04T15:04:55.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-05-04T15:04:55.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43302026-05-04T15:04:55.543Z
43312026-05-04T15:04:55.544Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43322026-05-04T15:04:56.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-05-04T15:04:56.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-05-04T15:04:56.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43352026-05-04T15:04:56.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
43362026-05-04T15:04:56.229Z
43372026-05-04T15:04:56.229Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43382026-05-04T15:04:56.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43392026-05-04T15:04:56.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43402026-05-04T15:04:56.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43412026-05-04T15:04:56.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43422026-05-04T15:04:56.926Z
43432026-05-04T15:04:56.926Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43442026-05-04T15:04:57.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43452026-05-04T15:04:57.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43462026-05-04T15:04:57.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43472026-05-04T15:04:57.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43482026-05-04T15:04:57.629Z
43492026-05-04T15:04:57.629Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43502026-05-04T15:04:58.206Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43512026-05-04T15:04:58.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43522026-05-04T15:04:58.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43532026-05-04T15:04:58.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
43542026-05-04T15:04:58.322Z
43552026-05-04T15:04:58.322Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43562026-05-04T15:04:58.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-05-04T15:04:58.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-05-04T15:04:59.253Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43592026-05-04T15:04:59.253Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43602026-05-04T15:04:59.447Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43612026-05-04T15:04:59.479Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43622026-05-04T15:04:59.500Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43632026-05-04T15:04:59.549Z Checking yansi v1.0.1
43642026-05-04T15:04:59.549Z Checking diff v0.1.13
43652026-05-04T15:04:59.549Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43662026-05-04T15:04:59.596Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43672026-05-04T15:04:59.778Z Checking pretty_assertions v1.4.1
43682026-05-04T15:05:00.441Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43692026-05-04T15:05:00.830Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43702026-05-04T15:05:24.858Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43712026-05-04T15:05:24.861Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43722026-05-04T15:05:24.861Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43732026-05-04T15:05:24.861Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43742026-05-04T15:05:24.861Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43752026-05-04T15:05:24.861Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43762026-05-04T15:05:25.718Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43772026-05-04T15:05:26.839Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43782026-05-04T15:06:06.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
43792026-05-04T15:06:06.160Z
43802026-05-04T15:06:06.160Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43812026-05-04T15:06:06.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43822026-05-04T15:06:06.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43832026-05-04T15:06:06.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43842026-05-04T15:06:06.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43852026-05-04T15:06:06.779Z
43862026-05-04T15:06:06.779Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43872026-05-04T15:06:07.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43882026-05-04T15:06:07.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43892026-05-04T15:06:07.591Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43902026-05-04T15:06:07.717Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43912026-05-04T15:06:07.720Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43922026-05-04T15:06:33.892Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43932026-05-04T15:06:34.286Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43942026-05-04T15:06:36.037Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43952026-05-04T15:06:36.497Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43962026-05-04T15:06:39.483Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43972026-05-04T15:07:02.743Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43982026-05-04T15:07:03.469Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43992026-05-04T15:07:05.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.33s
44002026-05-04T15:07:05.339Z
44012026-05-04T15:07:05.339Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
44022026-05-04T15:07:05.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-05-04T15:07:05.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-05-04T15:07:06.084Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44052026-05-04T15:07:06.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44062026-05-04T15:07:07.000Z
44072026-05-04T15:07:07.000Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44082026-05-04T15:07:07.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-05-04T15:07:07.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-05-04T15:07:07.676Z Compiling blake3 v1.8.3
44112026-05-04T15:07:07.789Z Checking arrayref v0.3.9
44122026-05-04T15:07:07.789Z Checking arrayvec v0.7.6
44132026-05-04T15:07:07.792Z Checking constant_time_eq v0.4.2
44142026-05-04T15:07:07.810Z Checking topological-sort v0.2.2
44152026-05-04T15:07:07.814Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44162026-05-04T15:07:07.814Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44172026-05-04T15:07:07.814Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44182026-05-04T15:07:07.852Z Checking shell-words v1.1.1
44192026-05-04T15:07:08.588Z Checking omicron-zone-package v0.12.2
44202026-05-04T15:07:09.313Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44212026-05-04T15:07:10.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
44222026-05-04T15:07:10.345Z
44232026-05-04T15:07:10.345Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44242026-05-04T15:07:10.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-05-04T15:07:10.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-05-04T15:07:11.024Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44272026-05-04T15:07:11.351Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44282026-05-04T15:07:11.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44292026-05-04T15:07:11.953Z
44302026-05-04T15:07:11.953Zinfo: running `cargo check --bins` on schema (256/274)
44312026-05-04T15:07:13.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44322026-05-04T15:07:13.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44332026-05-04T15:07:13.087Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44342026-05-04T15:07:13.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44352026-05-04T15:07:13.638Z
44362026-05-04T15:07:13.638Zinfo: running `cargo check --bins` on xtask (257/274)
44372026-05-04T15:07:14.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44382026-05-04T15:07:14.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44392026-05-04T15:07:14.109Z Checking libc v0.2.185
44402026-05-04T15:07:14.191Z Checking serde v1.0.228
44412026-05-04T15:07:14.197Z Checking zerofrom v0.1.6
44422026-05-04T15:07:14.201Z Checking bitflags v2.11.0
44432026-05-04T15:07:14.207Z Checking smallvec v1.15.1
44442026-05-04T15:07:14.210Z Checking indexmap v2.14.0
44452026-05-04T15:07:14.222Z Checking serde_json v1.0.149
44462026-05-04T15:07:14.225Z Checking num-traits v0.2.19
44472026-05-04T15:07:14.296Z Checking yoke v0.8.1
44482026-05-04T15:07:14.348Z Checking scroll v0.12.0
44492026-05-04T15:07:14.383Z Checking thiserror v1.0.69
44502026-05-04T15:07:14.474Z Checking zerovec v0.11.5
44512026-05-04T15:07:14.484Z Checking zerotrie v0.2.3
44522026-05-04T15:07:14.495Z Checking errno v0.3.14
44532026-05-04T15:07:14.585Z Checking percent-encoding v2.3.2
44542026-05-04T15:07:14.601Z Checking serde_spanned v0.6.9
44552026-05-04T15:07:14.614Z Checking rustix v1.1.3
44562026-05-04T15:07:14.726Z Checking toml_datetime v0.6.11
44572026-05-04T15:07:14.729Z Checking log v0.4.29
44582026-05-04T15:07:14.738Z Checking zerocopy v0.7.35
44592026-05-04T15:07:14.766Z Checking form_urlencoded v1.2.2
44602026-05-04T15:07:14.777Z Checking ordered-float v2.10.1
44612026-05-04T15:07:14.859Z Checking getrandom v0.4.1
44622026-05-04T15:07:14.888Z Checking goblin v0.8.2
44632026-05-04T15:07:14.900Z Checking thiserror v2.0.18
44642026-05-04T15:07:14.912Z Checking toml_edit v0.22.27
44652026-05-04T15:07:14.921Z Checking tinystr v0.8.2
44662026-05-04T15:07:14.996Z Checking potential_utf v0.1.4
44672026-05-04T15:07:15.008Z Checking syn v2.0.117
44682026-05-04T15:07:15.012Z Checking serde-value v0.7.0
44692026-05-04T15:07:15.124Z Checking icu_locale_core v2.1.1
44702026-05-04T15:07:15.135Z Checking icu_collections v2.1.1
44712026-05-04T15:07:15.225Z Checking dtrace-parser v0.2.0
44722026-05-04T15:07:15.256Z Checking thread-id v4.2.2
44732026-05-04T15:07:15.340Z Checking once_cell v1.21.3
44742026-05-04T15:07:15.451Z Checking cargo-platform v0.2.0
44752026-05-04T15:07:15.467Z Checking memmap v0.7.0
44762026-05-04T15:07:15.479Z Checking terminal_size v0.4.3
44772026-05-04T15:07:15.522Z Checking tempfile v3.25.0
44782026-05-04T15:07:15.592Z Checking clap_builder v4.5.60
44792026-05-04T15:07:15.603Z Checking textwrap v0.16.2
44802026-05-04T15:07:15.629Z Checking fs-err v3.3.0
44812026-05-04T15:07:15.700Z Checking icu_provider v2.1.1
44822026-05-04T15:07:15.719Z Checking camino-tempfile v1.4.1
44832026-05-04T15:07:15.816Z Checking anyhow v1.0.102
44842026-05-04T15:07:15.817Z Checking tabled v0.15.0
44852026-05-04T15:07:15.885Z Checking macaddr v1.0.1
44862026-05-04T15:07:15.943Z Checking icu_properties v2.1.2
44872026-05-04T15:07:16.024Z Checking icu_normalizer v2.1.1
44882026-05-04T15:07:16.070Z Checking toml v0.8.23
44892026-05-04T15:07:16.082Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44902026-05-04T15:07:16.393Z Checking cargo_toml v0.21.0
44912026-05-04T15:07:16.804Z Checking idna_adapter v1.2.1
44922026-05-04T15:07:16.853Z Checking dof v0.3.0
44932026-05-04T15:07:16.856Z Checking clap v4.5.60
44942026-05-04T15:07:16.925Z Checking idna v1.1.0
44952026-05-04T15:07:17.124Z Checking usdt-impl v0.5.0
44962026-05-04T15:07:17.159Z Checking url v2.5.8
44972026-05-04T15:07:17.374Z Checking usdt v0.5.0
44982026-05-04T15:07:17.510Z Checking cargo-util-schemas v0.8.2
44992026-05-04T15:07:18.214Z Checking cargo_metadata v0.21.0
45002026-05-04T15:07:18.826Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
45012026-05-04T15:07:19.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
45022026-05-04T15:07:19.370Z
45032026-05-04T15:07:19.370Zinfo: running `cargo check --bins` on dnsadm (258/274)
45042026-05-04T15:07:19.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45052026-05-04T15:07:19.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45062026-05-04T15:07:20.036Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45072026-05-04T15:07:20.518Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45082026-05-04T15:07:20.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
45092026-05-04T15:07:21.112Z
45102026-05-04T15:07:21.112Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45112026-05-04T15:07:21.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-05-04T15:07:21.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-05-04T15:07:21.939Z Checking polyval v0.6.2
45142026-05-04T15:07:22.067Z Checking ctr v0.9.2
45152026-05-04T15:07:22.078Z Checking ssh-encoding v0.2.0
45162026-05-04T15:07:22.081Z Checking blowfish v0.9.1
45172026-05-04T15:07:22.098Z Checking password-hash v0.4.2
45182026-05-04T15:07:22.112Z Checking p521 v0.13.3
45192026-05-04T15:07:22.115Z Checking p256 v0.13.2
45202026-05-04T15:07:22.141Z Checking russh-cryptovec v0.7.3
45212026-05-04T15:07:22.209Z Checking ghash v0.5.1
45222026-05-04T15:07:22.224Z Checking bcrypt-pbkdf v0.10.0
45232026-05-04T15:07:22.227Z Checking md5 v0.7.0
45242026-05-04T15:07:22.256Z Checking num-bigint v0.4.6
45252026-05-04T15:07:22.269Z Checking des v0.8.1
45262026-05-04T15:07:22.326Z Checking pbkdf2 v0.11.0
45272026-05-04T15:07:22.343Z Checking aes-gcm v0.10.3
45282026-05-04T15:07:22.370Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45292026-05-04T15:07:22.387Z Checking hex-literal v0.4.1
45302026-05-04T15:07:22.405Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45312026-05-04T15:07:22.464Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45322026-05-04T15:07:22.483Z Checking socket2 v0.5.10
45332026-05-04T15:07:22.497Z Checking internet-checksum v0.2.1
45342026-05-04T15:07:22.500Z Checking ssh-cipher v0.2.0
45352026-05-04T15:07:22.680Z Checking ssh-key v0.6.7
45362026-05-04T15:07:22.780Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45372026-05-04T15:07:23.338Z Checking russh-keys v0.45.0
45382026-05-04T15:07:23.896Z Checking russh v0.45.0
45392026-05-04T15:07:39.096Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45402026-05-04T15:07:40.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.23s
45412026-05-04T15:07:40.567Z
45422026-05-04T15:07:40.567Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45432026-05-04T15:07:41.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45442026-05-04T15:07:41.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45452026-05-04T15:07:41.233Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45462026-05-04T15:07:41.345Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45472026-05-04T15:07:41.351Z Checking termios v0.3.3
45482026-05-04T15:07:42.585Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45492026-05-04T15:07:42.736Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45502026-05-04T15:07:44.534Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45512026-05-04T15:07:45.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s
45522026-05-04T15:07:45.297Z
45532026-05-04T15:07:45.297Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45542026-05-04T15:07:45.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45552026-05-04T15:07:45.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45562026-05-04T15:07:46.033Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45572026-05-04T15:07:46.150Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45582026-05-04T15:07:46.160Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45592026-05-04T15:07:46.165Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45602026-05-04T15:07:46.173Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45612026-05-04T15:07:46.183Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45622026-05-04T15:07:46.923Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45632026-05-04T15:07:47.267Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45642026-05-04T15:07:47.271Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45652026-05-04T15:07:47.929Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45662026-05-04T15:07:49.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
45672026-05-04T15:07:49.818Z
45682026-05-04T15:07:49.818Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45692026-05-04T15:07:50.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-05-04T15:07:50.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-05-04T15:07:50.482Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45722026-05-04T15:07:50.938Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45732026-05-04T15:07:51.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
45742026-05-04T15:07:51.452Z
45752026-05-04T15:07:51.453Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45762026-05-04T15:07:51.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45772026-05-04T15:07:51.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45782026-05-04T15:07:51.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45792026-05-04T15:07:51.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45802026-05-04T15:07:52.062Z
45812026-05-04T15:07:52.062Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45822026-05-04T15:07:52.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45832026-05-04T15:07:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45842026-05-04T15:07:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45852026-05-04T15:07:52.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45862026-05-04T15:07:52.663Z
45872026-05-04T15:07:52.663Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45882026-05-04T15:07:53.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45892026-05-04T15:07:53.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45902026-05-04T15:07:53.430Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45912026-05-04T15:07:54.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45922026-05-04T15:07:54.253Z
45932026-05-04T15:07:54.253Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45942026-05-04T15:07:54.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45952026-05-04T15:07:54.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45962026-05-04T15:07:54.916Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45972026-05-04T15:07:54.922Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45982026-05-04T15:07:55.167Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45992026-05-04T15:07:55.168Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
46002026-05-04T15:07:55.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46012026-05-04T15:07:56.153Z
46022026-05-04T15:07:56.153Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46032026-05-04T15:07:56.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-05-04T15:07:56.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-05-04T15:07:56.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46062026-05-04T15:07:56.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46072026-05-04T15:07:56.756Z
46082026-05-04T15:07:56.757Zinfo: running `cargo check --bins` on omicron-package (268/274)
46092026-05-04T15:07:57.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46102026-05-04T15:07:57.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46112026-05-04T15:07:57.445Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46122026-05-04T15:07:58.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
46132026-05-04T15:07:58.724Z
46142026-05-04T15:07:58.725Zinfo: running `cargo check --bins` on tqdb (269/274)
46152026-05-04T15:07:59.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-05-04T15:07:59.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-05-04T15:07:59.518Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46182026-05-04T15:07:59.870Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46192026-05-04T15:08:04.269Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46202026-05-04T15:08:04.270Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46212026-05-04T15:08:06.278Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46222026-05-04T15:08:06.278Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46232026-05-04T15:08:06.873Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46242026-05-04T15:08:06.873Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46252026-05-04T15:08:06.876Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46262026-05-04T15:08:06.876Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46272026-05-04T15:08:07.679Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46282026-05-04T15:08:08.658Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46292026-05-04T15:08:09.428Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46302026-05-04T15:08:10.060Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46312026-05-04T15:08:14.153Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46322026-05-04T15:08:20.579Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46332026-05-04T15:08:20.583Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46342026-05-04T15:08:20.583Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46352026-05-04T15:08:20.583Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46362026-05-04T15:08:22.067Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46372026-05-04T15:08:23.396Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46382026-05-04T15:08:24.086Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46392026-05-04T15:08:25.348Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46402026-05-04T15:08:25.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.17s
46412026-05-04T15:08:26.127Z
46422026-05-04T15:08:26.127Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46432026-05-04T15:08:26.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-05-04T15:08:26.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-05-04T15:08:26.862Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46462026-05-04T15:08:26.862Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46472026-05-04T15:08:26.866Z Checking rtoolbox v0.0.3
46482026-05-04T15:08:26.994Z Checking tui-tree-widget v0.23.1
46492026-05-04T15:08:27.094Z Checking rpassword v7.4.0
46502026-05-04T15:08:28.141Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46512026-05-04T15:08:31.262Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46522026-05-04T15:08:33.141Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46532026-05-04T15:08:34.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.93s
46542026-05-04T15:08:34.264Z
46552026-05-04T15:08:34.264Zinfo: running `cargo check --bins` on wicket (271/274)
46562026-05-04T15:08:34.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46572026-05-04T15:08:34.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46582026-05-04T15:08:34.978Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46592026-05-04T15:08:35.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s
46602026-05-04T15:08:35.547Z
46612026-05-04T15:08:35.547Zinfo: running `cargo check --bins` on wicketd (272/274)
46622026-05-04T15:08:36.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46632026-05-04T15:08:36.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46642026-05-04T15:08:36.296Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46652026-05-04T15:08:36.299Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46662026-05-04T15:08:36.300Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46672026-05-04T15:08:36.300Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46682026-05-04T15:08:37.309Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46692026-05-04T15:08:37.892Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46702026-05-04T15:08:40.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
46712026-05-04T15:08:41.081Z
46722026-05-04T15:08:41.081Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46732026-05-04T15:08:41.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46742026-05-04T15:08:41.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46752026-05-04T15:08:41.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46762026-05-04T15:08:41.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
46772026-05-04T15:08:41.690Z
46782026-05-04T15:08:41.690Zinfo: running `cargo check --bins` on zone-setup (274/274)
46792026-05-04T15:08:42.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46802026-05-04T15:08:42.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46812026-05-04T15:08:42.383Z Checking uzers v0.12.2
46822026-05-04T15:08:42.655Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46832026-05-04T15:08:43.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
46842026-05-04T15:08:43.654Z
46852026-05-04T15:08:43.657Zreal 14:30.516703870
46862026-05-04T15:08:43.657Zuser 21:13.891288630
46872026-05-04T15:08:43.657Zsys 4:25.862286001
46882026-05-04T15:08:43.657Ztrap 0.335214174
46892026-05-04T15:08:43.657Ztflt 0.327200093
46902026-05-04T15:08:43.657Zdflt 0.887312855
46912026-05-04T15:08:43.657Zkflt 0.001703492
46922026-05-04T15:08:43.657Zlock 1:19:27.954781689
46932026-05-04T15:08:43.657Zslp 1:41:06.651371865
46942026-05-04T15:08:43.657Zlat 1:04.958124726
46952026-05-04T15:08:43.657Zstop 3:52.567613434
46962026-05-04T15:08:43.657Zprocess exited: duration 1110390 ms, exit code 0
 
46972026-05-04T15:08:43.664Zfound 0 output files