01KPDT22X0YC1JCCK0P9RXKWJT: 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: 01KPDT2DT5WVNTFSB4F7TYS244

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T13:29:44.375Zjob assigned to worker 01KPDT2KXB8ZFJ7F38ECGKCJEP [factory aws, i-03e5df374bfaff936] (queued for 57 s)
 
22026-04-17T13:29:51.001Zstarting task 0: "setup"
32026-04-17T13:29:51.005Z++ uname -s
42026-04-17T13:29:51.008Z+ kern=SunOS
52026-04-17T13:29:51.008Z+ build_user=build
62026-04-17T13:29:51.008Z+ build_uid=12345
72026-04-17T13:29:51.008Z+ work_dir=/work
82026-04-17T13:29:51.008Z+ input_dir=/input
92026-04-17T13:29:51.008Z+ [[ 0 == 12345 ]]
102026-04-17T13:29:51.008Z+ case "$kern" in
112026-04-17T13:29:51.008Z+ groupadd -g 12345 build
122026-04-17T13:29:51.011Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T13:29:53.015Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T13:29:53.131Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T13:29:53.134Z+ home_fs=zfs
162026-04-17T13:29:53.134Z+ [[ zfs == autofs ]]
172026-04-17T13:29:53.134Z+ mkdir -p /home/build
182026-04-17T13:29:53.134Z+ chown build:build /home/build /work
192026-04-17T13:29:55.135Z+ chmod 0700 /home/build /work
202026-04-17T13:29:55.138Zprocess exited: duration 4138 ms, exit code 0
 
212026-04-17T13:29:55.145Zstarting task 1: "rust-toolchain"
222026-04-17T13:29:55.149Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T13:29:55.149Z * rust toolchain channel = "1.94.0"
242026-04-17T13:29:55.149Z * rust toolchain profile = "default"
252026-04-17T13:29:55.149Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T13:29:55.149Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T13:29:55.149Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T13:29:55.153Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T13:29:55.153Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T13:29:55.260Zinfo: downloading installer
312026-04-17T13:29:56.725Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T13:29:56.725Zwarn: /opt/ooce/bin
332026-04-17T13:29:56.726Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T13:29:56.726Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T13:29:56.726Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T13:29:56.726Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T13:29:56.726Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T13:29:56.726Zerror: cannot install while Rust is installed
392026-04-17T13:29:56.726Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T13:29:56.726Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T13:29:56.726Zwarn: /home/build/.rustup/settings.toml
422026-04-17T13:29:56.726Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T13:29:56.726Zwarn: instead of the one inferred from the default host triple.
442026-04-17T13:29:56.750Zinfo: profile set to default
452026-04-17T13:29:56.751Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T13:29:56.754Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T13:29:56.885Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T13:29:56.889Zinfo: downloading 6 components
492026-04-17T13:30:10.755Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T13:30:10.755Z
512026-04-17T13:30:10.786Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T13:30:10.786Z
532026-04-17T13:30:10.786Z
542026-04-17T13:30:10.789ZRust is installed now. Great!
552026-04-17T13:30:10.789Z
562026-04-17T13:30:10.789ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T13:30:10.789Zenvironment variable. This has not been done automatically.
582026-04-17T13:30:10.789Z
592026-04-17T13:30:10.789ZTo configure your current shell, you need to source
602026-04-17T13:30:10.789Zthe corresponding env file under $HOME/.cargo.
612026-04-17T13:30:10.789Z
622026-04-17T13:30:10.789ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T13:30:10.789Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T13:30:10.790Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T13:30:10.790Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T13:30:10.790Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T13:30:10.790Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T13:30:10.790Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T13:30:10.790Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T13:30:10.790Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T13:30:10.882Z+ rustup --version
722026-04-17T13:30:10.890Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T13:30:10.894Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T13:30:10.912Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T13:30:10.915Z+ cargo --version
762026-04-17T13:30:10.927Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T13:30:10.930Z+ rustc --version
782026-04-17T13:30:10.949Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T13:30:10.952Zprocess exited: duration 15804 ms, exit code 0
 
802026-04-17T13:30:10.959Zstarting task 2: "authentication"
812026-04-17T13:30:10.975Zprocess exited: duration 16 ms, exit code 0
 
822026-04-17T13:30:10.981Zstarting task 3: "clone repository"
832026-04-17T13:30:10.984Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T13:30:10.988Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T13:30:11.074ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T13:30:21.740Z+ cd /work/oxidecomputer/omicron
872026-04-17T13:30:21.744Z+ git fetch origin bc2c71da7b9daffb4890314dbd6b0afa27903fa2
882026-04-17T13:30:22.063ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T13:30:22.063Z * branch bc2c71da7b9daffb4890314dbd6b0afa27903fa2 -> FETCH_HEAD
902026-04-17T13:30:22.072Z+ [[ -n john/stronger-unnumbered-types-2 ]]
912026-04-17T13:30:22.078Z++ git branch --show-current
922026-04-17T13:30:22.078Z+ current=main
932026-04-17T13:30:22.078Z+ [[ main != john/stronger-unnumbered-types-2 ]]
942026-04-17T13:30:22.078Z+ git branch -f john/stronger-unnumbered-types-2 bc2c71da7b9daffb4890314dbd6b0afa27903fa2
952026-04-17T13:30:22.078Z+ git checkout -f john/stronger-unnumbered-types-2
962026-04-17T13:30:22.306ZSwitched to branch 'john/stronger-unnumbered-types-2'
972026-04-17T13:30:22.311Z+ git reset --hard bc2c71da7b9daffb4890314dbd6b0afa27903fa2
982026-04-17T13:30:22.322ZHEAD is now at bc2c71da7 use `deprecated-field` for old BgpPeer interface name
992026-04-17T13:30:22.333Zprocess exited: duration 11339 ms, exit code 0
 
1002026-04-17T13:30:22.343Zstarting task 4: "build"
1012026-04-17T13:30:22.348Z+ source .github/buildomat/ci-env.sh
1022026-04-17T13:30:22.352Z++ export CARGO_TERM_COLOR=always
1032026-04-17T13:30:22.352Z++ CARGO_TERM_COLOR=always
1042026-04-17T13:30:22.352Z+ cargo --version
1052026-04-17T13:30:22.358Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-17T13:30:22.367Z+ rustc --version
1072026-04-17T13:30:22.382Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-17T13:30:22.388Z+ source ./env.sh
1092026-04-17T13:30:22.389Z++ OLD_SHELL_OPTS=ehxB
1102026-04-17T13:30:22.389Z++ set -o xtrace
1112026-04-17T13:30:22.389Z++++ dirname ./env.sh
1122026-04-17T13:30:22.396Z+++ readlink -f .
1132026-04-17T13:30:22.396Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-04-17T13:30:22.396Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-04-17T13:30:22.396Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-04-17T13:30:22.396Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-04-17T13:30:22.396Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-04-17T13:30:22.396Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-04-17T13:30:22.396Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-04-17T13:30:22.396Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-04-17T13:30:22.396Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-04-17T13:30:22.396Z++ case $OLD_SHELL_OPTS in
1232026-04-17T13:30:22.396Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-04-17T13:30:22.396Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-04-17T13:30:22.396Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-04-17T13:30:22.397Z+ banner prerequisites
1272026-04-17T13:30:22.397Z
1282026-04-17T13:30:22.397Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-04-17T13:30:22.397Z # # # # # # # # # # # # # # #
1302026-04-17T13:30:22.397Z # # # # ##### # # ##### # # # # # #### #
1312026-04-17T13:30:22.397Z ##### ##### # ##### # # # # # # # # #
1322026-04-17T13:30:22.397Z # # # # # # # # # # # # # # #
1332026-04-17T13:30:22.397Z # # # ###### # # ###### ### # #### # #### #
1342026-04-17T13:30:22.397Z
1352026-04-17T13:30:22.397Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-04-17T13:30:32.411Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-04-17T13:30:39.782Z Startup: Caching catalogs ... Done
1382026-04-17T13:30:45.564ZPlanning: Solver setup ... Done (4.525s)
1392026-04-17T13:30:45.588ZPlanning: Running solver ... Done (0.031s)
1402026-04-17T13:30:45.710ZPlanning: Finding local manifests ... Done (0.002s)
1412026-04-17T13:30:45.730ZPlanning: Fetching manifests: 0/5 0% complete
1422026-04-17T13:30:50.338ZPlanning: Fetching manifests: 5/5 100% complete
1432026-04-17T13:30:50.371ZPlanning: Package planning ... Done (0.036s)
1442026-04-17T13:30:50.371ZPlanning: Merging actions ... Done (0.037s)
1452026-04-17T13:30:50.371ZPlanning: Checking for conflicting actions ... Done (0.181s)
1462026-04-17T13:30:50.371ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-04-17T13:30:50.371ZPlanning: Evaluating mediators ... Done (0.841s)
1482026-04-17T13:30:50.371ZPlanning: Planning completed in 8.82 seconds
1492026-04-17T13:30:50.371Z Packages to install: 5
1502026-04-17T13:30:50.371Z Mediators to change: 3
1512026-04-17T13:30:50.371Z Services to change: 1
1522026-04-17T13:30:50.371Z Estimated space available: 155.35 GB
1532026-04-17T13:30:50.371ZEstimated space to be consumed: 1.89 GB
1542026-04-17T13:30:50.371Z Create boot environment: No
1552026-04-17T13:30:50.371ZCreate backup boot environment: No
1562026-04-17T13:30:50.371Z Rebuild boot archive: No
1572026-04-17T13:30:50.371Z
1582026-04-17T13:30:50.371ZChanged mediators:
1592026-04-17T13:30:50.371Z mediator clang:
1602026-04-17T13:30:50.371Z version: None -> 15 (system default)
1612026-04-17T13:30:50.372Z
1622026-04-17T13:30:50.372Z mediator llvm:
1632026-04-17T13:30:50.372Z version: 14 (system default) -> 15 (system default)
1642026-04-17T13:30:50.372Z
1652026-04-17T13:30:50.372Z mediator postgresql:
1662026-04-17T13:30:50.372Z version: 15 (system default) -> 18 (system default)
1672026-04-17T13:30:50.372Z
1682026-04-17T13:30:50.372ZChanged packages:
1692026-04-17T13:30:50.372Zhelios-dev
1702026-04-17T13:30:50.372Z developer/build-essential
1712026-04-17T13:30:50.372Z None -> 11-2.0
1722026-04-17T13:30:50.372Z library/libxmlsec1
1732026-04-17T13:30:50.372Z None -> 1.2.35-2.0
1742026-04-17T13:30:50.372Z ooce/developer/clang-15
1752026-04-17T13:30:50.372Z None -> 15.0.7-2.0
1762026-04-17T13:30:50.372Z ooce/developer/llvm-15
1772026-04-17T13:30:50.372Z None -> 15.0.7-2.0
1782026-04-17T13:30:50.372Z ooce/library/postgresql-18
1792026-04-17T13:30:50.372Z None -> 18.1-2.0
1802026-04-17T13:30:50.372Z
1812026-04-17T13:30:50.372ZServices:
1822026-04-17T13:30:50.372Z restart_fmri:
1832026-04-17T13:30:50.372Z svc:/system/update-man-index:default
1842026-04-17T13:30:50.372Z
1852026-04-17T13:30:50.372ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-04-17T13:30:53.826ZDownload: 720/4272 items 18.1/219.0MB 8% complete (3.6M/s)
1872026-04-17T13:30:59.479ZDownload: 2219/4272 items 118.0/219.0MB 53% complete (13.9M/s)
1882026-04-17T13:31:04.482ZDownload: 2261/4272 items 119.4/219.0MB 54% complete (5.5M/s)
1892026-04-17T13:31:10.607ZDownload: 3289/4272 items 212.4/219.0MB 96% complete (9.6M/s)
1902026-04-17T13:31:19.690ZDownload: 4253/4272 items 218.9/219.0MB 99% complete (10.9M/s)
1912026-04-17T13:31:19.733ZDownload: Completed 218.99 MB in 30.90 seconds (7.1M/s)
1922026-04-17T13:31:19.867Z Actions: 1/4789 actions (Installing new actions)
1932026-04-17T13:31:23.258Z Actions: Completed 4789 actions in 3.39 seconds.
1942026-04-17T13:31:23.911Z Done (0.649s)
1952026-04-17T13:31:23.911Z Done (0.000s)
1962026-04-17T13:31:24.642Z Done (0.731s)
1972026-04-17T13:31:27.751Z Done (2.759s)
1982026-04-17T13:31:27.819Z Done (0.011s)
1992026-04-17T13:31:27.822Z Done (0.000s)
2002026-04-17T13:31:28.103Z Done (0.000s)
2012026-04-17T13:31:28.968ZPlanning: Evaluating mediator changes ... Done
2022026-04-17T13:31:29.075ZPlanning: Checking for conflicting actions ... Done
2032026-04-17T13:31:29.078ZPlanning: Consolidating action changes ... Done
2042026-04-17T13:31:29.237ZPlanning: Evaluating mediators ... Done
2052026-04-17T13:31:29.240ZPlanning: Planning completed in 0.27 seconds
2062026-04-17T13:31:29.258Z Mediators to change: 2
2072026-04-17T13:31:29.258Z Create boot environment: No
2082026-04-17T13:31:29.258ZCreate backup boot environment: No
2092026-04-17T13:31:29.326Z Done
2102026-04-17T13:31:29.326Z Done
2112026-04-17T13:31:29.930Z Done
2122026-04-17T13:31:32.452Z Done
2132026-04-17T13:31:32.529Z Done
2142026-04-17T13:31:32.529Z Done
2152026-04-17T13:31:32.697Z Done
2162026-04-17T13:31:32.953ZPlanning: Evaluating mediator changes ... Done
2172026-04-17T13:31:33.058ZPlanning: Checking for conflicting actions ... Done
2182026-04-17T13:31:33.062ZPlanning: Consolidating action changes ... Done
2192026-04-17T13:31:33.220ZPlanning: Evaluating mediators ... Done
2202026-04-17T13:31:33.223ZPlanning: Planning completed in 0.27 seconds
2212026-04-17T13:31:33.241Z Mediators to change: 1
2222026-04-17T13:31:33.241Z Create boot environment: No
2232026-04-17T13:31:33.241ZCreate backup boot environment: No
2242026-04-17T13:31:33.291Z Done
2252026-04-17T13:31:33.291Z Done
2262026-04-17T13:31:33.895Z Done
2272026-04-17T13:31:36.409Z Done
2282026-04-17T13:31:36.485Z Done
2292026-04-17T13:31:36.488Z Done
2302026-04-17T13:31:36.639Z Done
2312026-04-17T13:31:36.929ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-04-17T13:31:36.929Zclang system 15 system
2332026-04-17T13:31:36.929Zcsh system system illumos
2342026-04-17T13:31:36.929Zctags system system illumos
2352026-04-17T13:31:36.929Zfile system system illumos
2362026-04-17T13:31:36.929Zgcc vendor 12 vendor
2372026-04-17T13:31:36.929Zgcc system 14 system
2382026-04-17T13:31:36.929Zgcc system 10 system
2392026-04-17T13:31:36.929Zgo system 1.20 system
2402026-04-17T13:31:36.929Zgo system 1.19 system
2412026-04-17T13:31:36.929Zllvm system 15 system
2422026-04-17T13:31:36.929Zllvm system 14 system
2432026-04-17T13:31:36.929Zmariadb system 10.6 system
2442026-04-17T13:31:36.929Zmta vendor vendor dma
2452026-04-17T13:31:36.929Zopenjdk system 17 system
2462026-04-17T13:31:36.929Zopenjdk system 11 system
2472026-04-17T13:31:36.929Zopenjdk system 1.8 system
2482026-04-17T13:31:36.930Zopenssl vendor 3 vendor
2492026-04-17T13:31:36.930Zperl system 5.36 system
2502026-04-17T13:31:36.930Zpostgresql system 18 system
2512026-04-17T13:31:36.930Zpostgresql system 15 system
2522026-04-17T13:31:36.930Zpostgresql system 13 system
2532026-04-17T13:31:36.930Zpython vendor 3 vendor
2542026-04-17T13:31:36.930Zpython system 2 system
2552026-04-17T13:31:36.930Zpython3 system 3.11 system
2562026-04-17T13:31:36.930Zruby system 3.0 system
2572026-04-17T13:31:36.930Zwords vendor vendor american-english
2582026-04-17T13:31:36.930Zwords system system australian-english
2592026-04-17T13:31:36.930Zwords system system british-english
2602026-04-17T13:31:36.930Zwords system system canadian-english
2612026-04-17T13:31:36.930Zwords system system french
2622026-04-17T13:31:36.930Zwords system system italian
2632026-04-17T13:31:36.930Zwords system system ngerman
2642026-04-17T13:31:36.930Zwords system system ogerman
2652026-04-17T13:31:36.930Zwords system system spanish
2662026-04-17T13:31:37.154ZPUBLISHER TYPE STATUS P LOCATION
2672026-04-17T13:31:37.154Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-04-17T13:31:41.667ZFMRI IFO
2692026-04-17T13:31:41.667Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-04-17T13:31:41.667Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-04-17T13:31:41.667Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-04-17T13:31:41.667Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-04-17T13:31:41.667Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-04-17T13:31:41.668Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-04-17T13:31:41.668Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2762026-04-17T13:31:41.668Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2772026-04-17T13:31:41.668Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-04-17T13:31:41.668Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-04-17T13:31:41.668Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-04-17T13:31:41.668Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-04-17T13:31:41.668Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-04-17T13:31:41.668Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-04-17T13:31:41.668Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-04-17T13:31:41.668Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-04-17T13:31:41.668Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-04-17T13:31:42.800Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-04-17T13:31:43.062Z Updating crates.io index
2882026-04-17T13:31:43.095Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-04-17T13:31:43.316Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-04-17T13:31:44.212Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-04-17T13:31:44.740Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-04-17T13:31:46.140Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-04-17T13:31:46.655Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-04-17T13:31:48.008Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-04-17T13:31:48.659Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-04-17T13:31:49.058Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-04-17T13:31:49.763Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-04-17T13:31:50.130Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-04-17T13:31:50.500Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-04-17T13:31:50.868Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-04-17T13:31:51.776Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-04-17T13:31:52.241Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-04-17T13:31:52.749Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-04-17T13:31:52.992Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-04-17T13:31:53.408Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-04-17T13:31:53.768Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-04-17T13:31:53.995Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-04-17T13:31:54.231Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-04-17T13:31:54.625Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-04-17T13:31:55.009Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3112026-04-17T13:31:55.697Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3122026-04-17T13:31:56.115Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3132026-04-17T13:31:56.393Z Updating git repository `https://github.com/oxidecomputer/ispf`
3142026-04-17T13:31:57.397Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3152026-04-17T13:31:58.021Z Updating git repository `https://github.com/oxidecomputer/crucible`
3162026-04-17T13:31:58.533Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-04-17T13:31:58.932Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-04-17T13:31:59.216Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-04-17T13:31:59.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-04-17T13:31:59.951Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-04-17T13:32:00.258Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3222026-04-17T13:32:00.787Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3232026-04-17T13:32:01.046Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3242026-04-17T13:32:01.345Z Updating git repository `https://github.com/illumos/smf-rs`
3252026-04-17T13:32:01.678Z Updating git repository `https://github.com/oxidecomputer/omicron`
3262026-04-17T13:32:13.756Z Downloading crates ...
3272026-04-17T13:32:13.803Z Downloaded anstream v0.6.21
3282026-04-17T13:32:13.812Z Downloaded anstyle-parse v0.2.7
3292026-04-17T13:32:13.823Z Downloaded bitflags v2.11.0
3302026-04-17T13:32:13.830Z Downloaded anstyle-query v1.1.5
3312026-04-17T13:32:13.830Z Downloaded proc-macro-error-attr v1.0.4
3322026-04-17T13:32:13.830Z Downloaded plain v0.2.3
3332026-04-17T13:32:13.830Z Downloaded itoa v1.0.17
3342026-04-17T13:32:13.830Z Downloaded is_terminal_polyfill v1.70.2
3352026-04-17T13:32:13.830Z Downloaded unicode-linebreak v0.1.5
3362026-04-17T13:32:13.830Z Downloaded log v0.4.29
3372026-04-17T13:32:13.830Z Downloaded ordered-float v2.10.1
3382026-04-17T13:32:13.830Z Downloaded unicode-xid v0.2.6
3392026-04-17T13:32:13.834Z Downloaded semver v1.0.27
3402026-04-17T13:32:13.834Z Downloaded autocfg v1.5.0
3412026-04-17T13:32:13.834Z Downloaded anstyle v1.0.13
3422026-04-17T13:32:13.834Z Downloaded yoke v0.8.1
3432026-04-17T13:32:13.839Z Downloaded utf8parse v0.2.2
3442026-04-17T13:32:13.839Z Downloaded thiserror v1.0.69
3452026-04-17T13:32:13.839Z Downloaded zerofrom-derive v0.1.6
3462026-04-17T13:32:13.839Z Downloaded toml_datetime v0.6.11
3472026-04-17T13:32:13.845Z Downloaded utf8_iter v1.0.4
3482026-04-17T13:32:13.845Z Downloaded typeid v1.0.3
3492026-04-17T13:32:13.845Z Downloaded serde-untagged v0.1.9
3502026-04-17T13:32:13.852Z Downloaded heck v0.4.1
3512026-04-17T13:32:13.852Z Downloaded erased-serde v0.4.9
3522026-04-17T13:32:13.852Z Downloaded version_check v0.9.5
3532026-04-17T13:32:13.852Z Downloaded yoke-derive v0.8.1
3542026-04-17T13:32:13.852Z Downloaded usdt-macro v0.5.0
3552026-04-17T13:32:13.852Z Downloaded toml_write v0.1.2
3562026-04-17T13:32:13.852Z Downloaded zerofrom v0.1.6
3572026-04-17T13:32:13.852Z Downloaded tabled_derive v0.7.0
3582026-04-17T13:32:13.852Z Downloaded zerocopy-derive v0.7.35
3592026-04-17T13:32:13.857Z Downloaded serde-value v0.7.0
3602026-04-17T13:32:13.857Z Downloaded serde_spanned v0.6.9
3612026-04-17T13:32:13.857Z Downloaded pretty-hex v0.4.1
3622026-04-17T13:32:13.857Z Downloaded usdt-attr-macro v0.5.0
3632026-04-17T13:32:13.857Z Downloaded heck v0.5.0
3642026-04-17T13:32:13.857Z Downloaded crypto-common v0.1.7
3652026-04-17T13:32:13.857Z Downloaded usdt v0.5.0
3662026-04-17T13:32:13.861Z Downloaded thread-id v4.2.2
3672026-04-17T13:32:13.862Z Downloaded proc-macro-error v1.0.4
3682026-04-17T13:32:13.866Z Downloaded thiserror v2.0.18
3692026-04-17T13:32:13.869Z Downloaded zerovec-derive v0.11.2
3702026-04-17T13:32:13.869Z Downloaded strsim v0.11.1
3712026-04-17T13:32:13.869Z Downloaded scroll_derive v0.12.1
3722026-04-17T13:32:13.869Z Downloaded writeable v0.6.2
3732026-04-17T13:32:13.869Z Downloaded thiserror-impl v2.0.18
3742026-04-17T13:32:13.869Z Downloaded usdt-impl v0.5.0
3752026-04-17T13:32:13.875Z Downloaded thiserror-impl v1.0.69
3762026-04-17T13:32:13.875Z Downloaded potential_utf v0.1.4
3772026-04-17T13:32:13.875Z Downloaded digest v0.10.7
3782026-04-17T13:32:13.875Z Downloaded zmij v1.0.21
3792026-04-17T13:32:13.879Z Downloaded litemap v0.8.1
3802026-04-17T13:32:13.879Z Downloaded memmap v0.7.0
3812026-04-17T13:32:13.879Z Downloaded tinystr v0.8.2
3822026-04-17T13:32:13.879Z Downloaded errno v0.3.14
3832026-04-17T13:32:13.882Z Downloaded cpufeatures v0.2.17
3842026-04-17T13:32:13.882Z Downloaded toml v0.8.23
3852026-04-17T13:32:13.885Z Downloaded ucd-trie v0.1.7
3862026-04-17T13:32:13.885Z Downloaded fnv v1.0.7
3872026-04-17T13:32:13.885Z Downloaded dtrace-parser v0.2.0
3882026-04-17T13:32:13.888Z Downloaded equivalent v1.0.2
3892026-04-17T13:32:13.888Z Downloaded generic-array v0.14.7
3902026-04-17T13:32:13.891Z Downloaded unicode-ident v1.0.24
3912026-04-17T13:32:13.892Z Downloaded macaddr v1.0.1
3922026-04-17T13:32:13.892Z Downloaded percent-encoding v2.3.2
3932026-04-17T13:32:13.896Z Downloaded colorchoice v1.0.4
3942026-04-17T13:32:13.896Z Downloaded terminal_size v0.4.3
3952026-04-17T13:32:13.899Z Downloaded typenum v1.19.0
3962026-04-17T13:32:13.899Z Downloaded textwrap v0.16.2
3972026-04-17T13:32:13.899Z Downloaded zerotrie v0.2.3
3982026-04-17T13:32:13.902Z Downloaded toml_edit v0.22.27
3992026-04-17T13:32:13.905Z Downloaded cfg-if v1.0.4
4002026-04-17T13:32:13.905Z Downloaded scroll v0.12.0
4012026-04-17T13:32:13.905Z Downloaded dof v0.3.0
4022026-04-17T13:32:13.905Z Downloaded cargo-platform v0.2.0
4032026-04-17T13:32:13.905Z Downloaded block-buffer v0.10.4
4042026-04-17T13:32:13.908Z Downloaded url v2.5.8
4052026-04-17T13:32:13.916Z Downloaded stable_deref_trait v1.2.1
4062026-04-17T13:32:13.923Z Downloaded form_urlencoded v1.2.2
4072026-04-17T13:32:13.933Z Downloaded zerovec v0.11.5
4082026-04-17T13:32:13.933Z Downloaded swrite v0.1.0
4092026-04-17T13:32:13.933Z Downloaded bytecount v0.6.9
4102026-04-17T13:32:13.933Z Downloaded smawk v0.3.2
4112026-04-17T13:32:13.933Z Downloaded zerocopy v0.7.35
4122026-04-17T13:32:13.937Z Downloaded fastrand v2.3.0
4132026-04-17T13:32:13.937Z Downloaded winnow v0.7.14
4142026-04-17T13:32:13.940Z Downloaded icu_normalizer v2.1.1
4152026-04-17T13:32:13.943Z Downloaded serde_tokenstream v0.2.3
4162026-04-17T13:32:13.943Z Downloaded displaydoc v0.2.5
4172026-04-17T13:32:13.946Z Downloaded unicode-width v0.2.0
4182026-04-17T13:32:13.950Z Downloaded unicode-width v0.1.14
4192026-04-17T13:32:13.957Z Downloaded cargo_toml v0.21.0
4202026-04-17T13:32:13.957Z Downloaded fs-err v3.3.0
4212026-04-17T13:32:13.957Z Downloaded clap_derive v4.5.55
4222026-04-17T13:32:13.961Z Downloaded sha2 v0.10.9
4232026-04-17T13:32:13.961Z Downloaded idna_adapter v1.2.1
4242026-04-17T13:32:13.961Z Downloaded camino-tempfile v1.4.1
4252026-04-17T13:32:13.961Z Downloaded clap_lex v1.0.0
4262026-04-17T13:32:13.961Z Downloaded byteorder v1.5.0
4272026-04-17T13:32:13.970Z Downloaded synstructure v0.13.2
4282026-04-17T13:32:13.970Z Downloaded icu_properties v2.1.2
4292026-04-17T13:32:13.984Z Downloaded cargo_metadata v0.21.0
4302026-04-17T13:32:14.000Z Downloaded pest_generator v2.8.6
4312026-04-17T13:32:14.000Z Downloaded quote v1.0.44
4322026-04-17T13:32:14.012Z Downloaded anyhow v1.0.102
4332026-04-17T13:32:14.012Z Downloaded tempfile v3.25.0
4342026-04-17T13:32:14.012Z Downloaded once_cell v1.21.3
4352026-04-17T13:32:14.012Z Downloaded serde_core v1.0.228
4362026-04-17T13:32:14.012Z Downloaded proc-macro2 v1.0.106
4372026-04-17T13:32:14.018Z Downloaded clap v4.5.60
4382026-04-17T13:32:14.018Z Downloaded serde_derive v1.0.228
4392026-04-17T13:32:14.018Z Downloaded cargo-util-schemas v0.8.2
4402026-04-17T13:32:14.018Z Downloaded icu_normalizer_data v2.1.1
4412026-04-17T13:32:14.018Z Downloaded camino v1.2.2
4422026-04-17T13:32:14.023Z Downloaded num-traits v0.2.19
4432026-04-17T13:32:14.023Z Downloaded smallvec v1.15.1
4442026-04-17T13:32:14.023Z Downloaded pest_meta v2.8.6
4452026-04-17T13:32:14.023Z Downloaded icu_provider v2.1.1
4462026-04-17T13:32:14.037Z Downloaded getrandom v0.4.1
4472026-04-17T13:32:14.037Z Downloaded papergrid v0.11.0
4482026-04-17T13:32:14.037Z Downloaded serde v1.0.228
4492026-04-17T13:32:14.041Z Downloaded icu_locale_core v2.1.1
4502026-04-17T13:32:14.041Z Downloaded pest_derive v2.8.6
4512026-04-17T13:32:14.041Z Downloaded icu_collections v2.1.1
4522026-04-17T13:32:14.046Z Downloaded memchr v2.8.0
4532026-04-17T13:32:14.054Z Downloaded indexmap v2.13.0
4542026-04-17T13:32:14.080Z Downloaded pest v2.8.6
4552026-04-17T13:32:14.086Z Downloaded hashbrown v0.16.1
4562026-04-17T13:32:14.089Z Downloaded serde_json v1.0.149
4572026-04-17T13:32:14.093Z Downloaded idna v1.1.0
4582026-04-17T13:32:14.099Z Downloaded icu_properties_data v2.1.2
4592026-04-17T13:32:14.104Z Downloaded clap_builder v4.5.60
4602026-04-17T13:32:14.110Z Downloaded tabled v0.15.0
4612026-04-17T13:32:14.128Z Downloaded goblin v0.8.2
4622026-04-17T13:32:14.139Z Downloaded syn v1.0.109
4632026-04-17T13:32:14.142Z Downloaded syn v2.0.117
4642026-04-17T13:32:14.148Z Downloaded rustix v1.1.3
4652026-04-17T13:32:14.163Z Downloaded libc v0.2.185
4662026-04-17T13:32:14.228Z Compiling proc-macro2 v1.0.106
4672026-04-17T13:32:14.228Z Compiling quote v1.0.44
4682026-04-17T13:32:14.235Z Compiling unicode-ident v1.0.24
4692026-04-17T13:32:14.235Z Compiling serde_core v1.0.228
4702026-04-17T13:32:14.235Z Compiling libc v0.2.185
4712026-04-17T13:32:14.235Z Compiling version_check v0.9.5
4722026-04-17T13:32:14.235Z Compiling memchr v2.8.0
4732026-04-17T13:32:14.411Z Compiling serde v1.0.228
4742026-04-17T13:32:14.594Z Compiling stable_deref_trait v1.2.1
4752026-04-17T13:32:14.677Z Compiling zmij v1.0.21
4762026-04-17T13:32:14.809Z Compiling itoa v1.0.17
4772026-04-17T13:32:14.912Z Compiling ucd-trie v0.1.7
4782026-04-17T13:32:14.988Z Compiling thiserror v1.0.69
4792026-04-17T13:32:15.125Z Compiling autocfg v1.5.0
4802026-04-17T13:32:15.193Z Compiling pest v2.8.6
4812026-04-17T13:32:15.289Z Compiling writeable v0.6.2
4822026-04-17T13:32:15.314Z Compiling litemap v0.8.1
4832026-04-17T13:32:15.524Z Compiling rustix v1.1.3
4842026-04-17T13:32:15.538Z Compiling byteorder v1.5.0
4852026-04-17T13:32:15.564Z Compiling icu_properties_data v2.1.2
4862026-04-17T13:32:15.791Z Compiling icu_normalizer_data v2.1.1
4872026-04-17T13:32:15.927Z Compiling errno v0.3.14
4882026-04-17T13:32:15.943Z Compiling bitflags v2.11.0
4892026-04-17T13:32:15.976Z Compiling syn v2.0.117
4902026-04-17T13:32:16.044Z Compiling serde_json v1.0.149
4912026-04-17T13:32:16.151Z Compiling num-traits v0.2.19
4922026-04-17T13:32:16.236Z Compiling pest_meta v2.8.6
4932026-04-17T13:32:16.295Z Compiling hashbrown v0.16.1
4942026-04-17T13:32:16.338Z Compiling smallvec v1.15.1
4952026-04-17T13:32:16.601Z Compiling equivalent v1.0.2
4962026-04-17T13:32:16.702Z Compiling typeid v1.0.3
4972026-04-17T13:32:16.792Z Compiling indexmap v2.13.0
4982026-04-17T13:32:16.844Z Compiling thread-id v4.2.2
4992026-04-17T13:32:16.910Z Compiling usdt-impl v0.5.0
5002026-04-17T13:32:16.938Z Compiling proc-macro-error-attr v1.0.4
5012026-04-17T13:32:17.038Z Compiling toml_write v0.1.2
5022026-04-17T13:32:17.125Z Compiling winnow v0.7.14
5032026-04-17T13:32:17.254Z Compiling syn v1.0.109
5042026-04-17T13:32:17.283Z Compiling erased-serde v0.4.9
5052026-04-17T13:32:17.617Z Compiling proc-macro-error v1.0.4
5062026-04-17T13:32:17.635Z Compiling thiserror v2.0.18
5072026-04-17T13:32:17.818Z Compiling log v0.4.29
5082026-04-17T13:32:17.964Z Compiling percent-encoding v2.3.2
5092026-04-17T13:32:17.983Z Compiling camino v1.2.2
5102026-04-17T13:32:18.018Z Compiling utf8_iter v1.0.4
5112026-04-17T13:32:18.101Z Compiling plain v0.2.3
5122026-04-17T13:32:18.168Z Compiling utf8parse v0.2.2
5132026-04-17T13:32:18.173Z Compiling getrandom v0.4.1
5142026-04-17T13:32:18.216Z Compiling form_urlencoded v1.2.2
5152026-04-17T13:32:18.232Z Compiling ordered-float v2.10.1
5162026-04-17T13:32:18.294Z Compiling anstyle-parse v0.2.7
5172026-04-17T13:32:18.576Z Compiling terminal_size v0.4.3
5182026-04-17T13:32:18.625Z Compiling cfg-if v1.0.4
5192026-04-17T13:32:18.671Z Compiling pretty-hex v0.4.1
5202026-04-17T13:32:18.702Z Compiling synstructure v0.13.2
5212026-04-17T13:32:18.718Z Compiling pest_generator v2.8.6
5222026-04-17T13:32:18.798Z Compiling anstyle-query v1.1.5
5232026-04-17T13:32:18.817Z Compiling anstyle v1.0.13
5242026-04-17T13:32:18.914Z Compiling is_terminal_polyfill v1.70.2
5252026-04-17T13:32:18.918Z Compiling colorchoice v1.0.4
5262026-04-17T13:32:18.987Z Compiling serde-untagged v0.1.9
5272026-04-17T13:32:19.017Z Compiling anstream v0.6.21
5282026-04-17T13:32:19.229Z Compiling semver v1.0.27
5292026-04-17T13:32:19.311Z Compiling fs-err v3.3.0
5302026-04-17T13:32:19.327Z Compiling anyhow v1.0.102
5312026-04-17T13:32:19.423Z Compiling bytecount v0.6.9
5322026-04-17T13:32:19.506Z Compiling once_cell v1.21.3
5332026-04-17T13:32:19.550Z Compiling fastrand v2.3.0
5342026-04-17T13:32:19.559Z Compiling heck v0.4.1
5352026-04-17T13:32:19.576Z Compiling strsim v0.11.1
5362026-04-17T13:32:19.718Z Compiling fnv v1.0.7
5372026-04-17T13:32:19.788Z Compiling heck v0.5.0
5382026-04-17T13:32:19.806Z Compiling clap_lex v1.0.0
5392026-04-17T13:32:19.825Z Compiling unicode-xid v0.2.6
5402026-04-17T13:32:19.931Z Compiling unicode-width v0.1.14
5412026-04-17T13:32:19.948Z Compiling tempfile v3.25.0
5422026-04-17T13:32:19.965Z Compiling clap_builder v4.5.60
5432026-04-17T13:32:20.148Z Compiling papergrid v0.11.0
5442026-04-17T13:32:20.206Z Compiling memmap v0.7.0
5452026-04-17T13:32:20.250Z Compiling unicode-linebreak v0.1.5
5462026-04-17T13:32:20.317Z Compiling unicode-width v0.2.0
5472026-04-17T13:32:20.381Z Compiling serde_derive v1.0.228
5482026-04-17T13:32:20.399Z Compiling zerofrom-derive v0.1.6
5492026-04-17T13:32:20.492Z Compiling yoke-derive v0.8.1
5502026-04-17T13:32:20.537Z Compiling zerovec-derive v0.11.2
5512026-04-17T13:32:20.592Z Compiling displaydoc v0.2.5
5522026-04-17T13:32:21.330Z Compiling thiserror-impl v1.0.69
5532026-04-17T13:32:21.588Z Compiling zerocopy-derive v0.7.35
5542026-04-17T13:32:21.662Z Compiling pest_derive v2.8.6
5552026-04-17T13:32:21.686Z Compiling scroll_derive v0.12.1
5562026-04-17T13:32:21.829Z Compiling zerofrom v0.1.6
5572026-04-17T13:32:21.968Z Compiling yoke v0.8.1
5582026-04-17T13:32:22.098Z Compiling thiserror-impl v2.0.18
5592026-04-17T13:32:22.171Z Compiling zerovec v0.11.5
5602026-04-17T13:32:22.363Z Compiling zerotrie v0.2.3
5612026-04-17T13:32:22.477Z Compiling zerocopy v0.7.35
5622026-04-17T13:32:22.637Z Compiling tinystr v0.8.2
5632026-04-17T13:32:22.703Z Compiling potential_utf v0.1.4
5642026-04-17T13:32:22.800Z Compiling icu_locale_core v2.1.1
5652026-04-17T13:32:22.842Z Compiling dtrace-parser v0.2.0
5662026-04-17T13:32:22.878Z Compiling icu_collections v2.1.1
5672026-04-17T13:32:23.012Z Compiling scroll v0.12.0
5682026-04-17T13:32:23.036Z Compiling tabled_derive v0.7.0
5692026-04-17T13:32:23.192Z Compiling clap_derive v4.5.55
5702026-04-17T13:32:23.289Z Compiling goblin v0.8.2
5712026-04-17T13:32:23.363Z Compiling smawk v0.3.2
5722026-04-17T13:32:23.462Z Compiling icu_provider v2.1.1
5732026-04-17T13:32:23.698Z Compiling icu_properties v2.1.2
5742026-04-17T13:32:23.716Z Compiling icu_normalizer v2.1.1
5752026-04-17T13:32:23.758Z Compiling textwrap v0.16.2
5762026-04-17T13:32:23.891Z Compiling toml_datetime v0.6.11
5772026-04-17T13:32:23.960Z Compiling serde_spanned v0.6.9
5782026-04-17T13:32:24.015Z Compiling dof v0.3.0
5792026-04-17T13:32:24.115Z Compiling toml_edit v0.22.27
5802026-04-17T13:32:24.157Z Compiling serde_tokenstream v0.2.3
5812026-04-17T13:32:24.217Z Compiling serde-value v0.7.0
5822026-04-17T13:32:24.406Z Compiling cargo-platform v0.2.0
5832026-04-17T13:32:24.483Z Compiling tabled v0.15.0
5842026-04-17T13:32:24.599Z Compiling idna_adapter v1.2.1
5852026-04-17T13:32:24.705Z Compiling macaddr v1.0.1
5862026-04-17T13:32:24.748Z Compiling idna v1.1.0
5872026-04-17T13:32:24.902Z Compiling usdt-macro v0.5.0
5882026-04-17T13:32:24.930Z Compiling usdt-attr-macro v0.5.0
5892026-04-17T13:32:24.948Z Compiling clap v4.5.60
5902026-04-17T13:32:25.034Z Compiling url v2.5.8
5912026-04-17T13:32:25.156Z Compiling camino-tempfile v1.4.1
5922026-04-17T13:32:25.397Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5932026-04-17T13:32:25.524Z Compiling toml v0.8.23
5942026-04-17T13:32:25.676Z Compiling swrite v0.1.0
5952026-04-17T13:32:25.891Z Compiling cargo-util-schemas v0.8.2
5962026-04-17T13:32:25.934Z Compiling cargo_toml v0.21.0
5972026-04-17T13:32:26.298Z Compiling usdt v0.5.0
5982026-04-17T13:32:26.812Z Compiling cargo_metadata v0.21.0
5992026-04-17T13:32:27.759Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6002026-04-17T13:32:29.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.23s
6012026-04-17T13:32:30.101Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6022026-04-17T13:32:30.667Z Downloading crates ...
6032026-04-17T13:32:30.768Z Downloaded arrayref v0.3.9
6042026-04-17T13:32:30.771Z Downloaded async-recursion v1.1.1
6052026-04-17T13:32:30.774Z Downloaded crossbeam-deque v0.8.6
6062026-04-17T13:32:30.774Z Downloaded adler2 v2.0.1
6072026-04-17T13:32:30.774Z Downloaded array-init v0.0.4
6082026-04-17T13:32:30.778Z Downloaded assert_matches v1.5.0
6092026-04-17T13:32:30.781Z Downloaded crossbeam-epoch v0.9.18
6102026-04-17T13:32:30.781Z Downloaded aead v0.5.2
6112026-04-17T13:32:30.781Z Downloaded document-features v0.2.12
6122026-04-17T13:32:30.785Z Downloaded darling_macro v0.20.11
6132026-04-17T13:32:30.785Z Downloaded arrayvec v0.7.6
6142026-04-17T13:32:30.785Z Downloaded argon2 v0.5.3
6152026-04-17T13:32:30.788Z Downloaded embedded-io v0.6.1
6162026-04-17T13:32:30.791Z Downloaded data-encoding v2.10.0
6172026-04-17T13:32:30.794Z Downloaded crc32fast v1.5.0
6182026-04-17T13:32:30.797Z Downloaded bitflags v1.3.2
6192026-04-17T13:32:30.801Z Downloaded fixedbitset v0.4.2
6202026-04-17T13:32:30.801Z Downloaded bit-vec v0.8.0
6212026-04-17T13:32:30.801Z Downloaded crucible-workspace-hack v0.1.0
6222026-04-17T13:32:30.805Z Downloaded ahash v0.8.12
6232026-04-17T13:32:30.805Z Downloaded defmt-parser v1.0.0
6242026-04-17T13:32:30.805Z Downloaded darling_macro v0.23.0
6252026-04-17T13:32:30.805Z Downloaded darling_macro v0.21.3
6262026-04-17T13:32:30.808Z Downloaded cobs v0.3.0
6272026-04-17T13:32:30.808Z Downloaded difflib v0.4.0
6282026-04-17T13:32:30.808Z Downloaded base16ct v0.2.0
6292026-04-17T13:32:30.808Z Downloaded compression-core v0.4.31
6302026-04-17T13:32:30.811Z Downloaded bit-set v0.5.3
6312026-04-17T13:32:30.811Z Downloaded crc8 v0.1.1
6322026-04-17T13:32:30.811Z Downloaded csv-core v0.1.13
6332026-04-17T13:32:30.814Z Downloaded crunchy v0.2.4
6342026-04-17T13:32:30.815Z Downloaded ascii-canvas v3.0.0
6352026-04-17T13:32:30.815Z Downloaded atomicwrites v0.4.4
6362026-04-17T13:32:30.815Z Downloaded ciborium-io v0.2.2
6372026-04-17T13:32:30.818Z Downloaded async-stream v0.3.6
6382026-04-17T13:32:30.818Z Downloaded block-padding v0.3.3
6392026-04-17T13:32:30.818Z Downloaded crossbeam-utils v0.8.21
6402026-04-17T13:32:30.821Z Downloaded allocator-api2 v0.2.21
6412026-04-17T13:32:30.824Z Downloaded base64ct v1.8.3
6422026-04-17T13:32:30.824Z Downloaded embedded-io v0.4.0
6432026-04-17T13:32:30.827Z Downloaded flagset v0.4.7
6442026-04-17T13:32:30.830Z Downloaded convert_case v0.4.0
6452026-04-17T13:32:30.830Z Downloaded atomic-waker v1.1.2
6462026-04-17T13:32:30.830Z Downloaded filetime v0.2.27
6472026-04-17T13:32:30.833Z Downloaded cstr-argument v0.1.2
6482026-04-17T13:32:30.833Z Downloaded cargo-platform v0.1.9
6492026-04-17T13:32:30.836Z Downloaded bcrypt-pbkdf v0.10.0
6502026-04-17T13:32:30.837Z Downloaded derive-ex v0.1.8
6512026-04-17T13:32:30.837Z Downloaded cfg_aliases v0.1.1
6522026-04-17T13:32:30.837Z Downloaded darling_core v0.20.11
6532026-04-17T13:32:30.841Z Downloaded dof v0.4.0
6542026-04-17T13:32:30.844Z Downloaded debug-ignore v1.0.5
6552026-04-17T13:32:30.844Z Downloaded dtrace-parser v0.3.0
6562026-04-17T13:32:30.844Z Downloaded downcast-rs v2.0.2
6572026-04-17T13:32:30.844Z Downloaded darling v0.23.0
6582026-04-17T13:32:30.847Z Downloaded derive_builder v0.20.2
6592026-04-17T13:32:30.850Z Downloaded endian-type v0.1.2
6602026-04-17T13:32:30.850Z Downloaded dunce v1.0.5
6612026-04-17T13:32:30.854Z Downloaded defmt v0.3.100
6622026-04-17T13:32:30.854Z Downloaded der_derive v0.7.3
6632026-04-17T13:32:30.854Z Downloaded daft v0.1.5
6642026-04-17T13:32:30.857Z Downloaded enum-as-inner v0.6.1
6652026-04-17T13:32:30.857Z Downloaded ciborium-ll v0.2.2
6662026-04-17T13:32:30.857Z Downloaded atty v0.2.14
6672026-04-17T13:32:30.857Z Downloaded cfg_aliases v0.2.1
6682026-04-17T13:32:30.857Z Downloaded dirs-sys-next v0.1.2
6692026-04-17T13:32:30.861Z Downloaded bitfield-struct v0.6.2
6702026-04-17T13:32:30.861Z Downloaded ctr v0.9.2
6712026-04-17T13:32:30.861Z Downloaded bit-set v0.8.0
6722026-04-17T13:32:30.865Z Downloaded curve25519-dalek-derive v0.1.1
6732026-04-17T13:32:30.865Z Downloaded fd-lock v4.0.4
6742026-04-17T13:32:30.869Z Downloaded dyn-clone v1.0.20
6752026-04-17T13:32:30.870Z Downloaded foreign-types v0.3.2
6762026-04-17T13:32:30.870Z Downloaded float-ord v0.3.2
6772026-04-17T13:32:30.870Z Downloaded dsl_auto_type v0.2.0
6782026-04-17T13:32:30.873Z Downloaded diesel_table_macro_syntax v0.3.0
6792026-04-17T13:32:30.873Z Downloaded cpufeatures v0.3.0
6802026-04-17T13:32:30.873Z Downloaded blowfish v0.9.1
6812026-04-17T13:32:30.873Z Downloaded bitfield v0.19.4
6822026-04-17T13:32:30.873Z Downloaded dropshot-api-manager-types v0.6.0
6832026-04-17T13:32:30.876Z Downloaded const_format_proc_macros v0.2.34
6842026-04-17T13:32:30.876Z Downloaded cmake v0.1.57
6852026-04-17T13:32:30.876Z Downloaded cassowary v0.3.0
6862026-04-17T13:32:30.879Z Downloaded foreign-types-shared v0.1.1
6872026-04-17T13:32:30.879Z Downloaded float-cmp v0.10.0
6882026-04-17T13:32:30.879Z Downloaded bit-vec v0.6.3
6892026-04-17T13:32:30.879Z Downloaded bb8 v0.8.6
6902026-04-17T13:32:30.884Z Downloaded arc-swap v1.8.2
6912026-04-17T13:32:30.884Z Downloaded env_filter v1.0.0
6922026-04-17T13:32:30.887Z Downloaded castaway v0.2.4
6932026-04-17T13:32:30.887Z Downloaded crc-catalog v2.4.0
6942026-04-17T13:32:30.887Z Downloaded async-stream-impl v0.3.6
6952026-04-17T13:32:30.887Z Downloaded display-error-chain v0.2.2
6962026-04-17T13:32:30.887Z Downloaded diesel-dtrace v0.5.0
6972026-04-17T13:32:30.890Z Downloaded deranged v0.5.8
6982026-04-17T13:32:30.890Z Downloaded fallible-iterator v0.2.0
6992026-04-17T13:32:30.894Z Downloaded erased-serde v0.3.31
7002026-04-17T13:32:30.895Z Downloaded defmt v1.0.1
7012026-04-17T13:32:30.898Z Downloaded env_logger v0.11.9
7022026-04-17T13:32:30.898Z Downloaded futures-io v0.3.32
7032026-04-17T13:32:30.898Z Downloaded funty v2.0.0
7042026-04-17T13:32:30.898Z Downloaded foreign-types-macros v0.2.3
7052026-04-17T13:32:30.898Z Downloaded bitfield-macros v0.19.4
7062026-04-17T13:32:30.901Z Downloaded foreign-types v0.5.0
7072026-04-17T13:32:30.901Z Downloaded futures-task v0.3.32
7082026-04-17T13:32:30.901Z Downloaded derive_builder_core v0.20.2
7092026-04-17T13:32:30.904Z Downloaded futures-core v0.3.32
7102026-04-17T13:32:30.904Z Downloaded foreign-types-shared v0.3.1
7112026-04-17T13:32:30.904Z Downloaded globwalk v0.9.1
7122026-04-17T13:32:30.904Z Downloaded ghash v0.5.1
7132026-04-17T13:32:30.915Z Downloaded futures-sink v0.3.32
7142026-04-17T13:32:30.915Z Downloaded gethostname v0.5.0
7152026-04-17T13:32:30.916Z Downloaded futures-macro v0.3.32
7162026-04-17T13:32:30.916Z Downloaded hash32 v0.3.1
7172026-04-17T13:32:30.916Z Downloaded diff v0.1.13
7182026-04-17T13:32:30.916Z Downloaded headers-core v0.3.0
7192026-04-17T13:32:30.916Z Downloaded git-stub v1.0.0
7202026-04-17T13:32:30.916Z Downloaded darling v0.20.11
7212026-04-17T13:32:30.919Z Downloaded bcs v0.1.6
7222026-04-17T13:32:30.919Z Downloaded camino-tempfile-ext v0.3.3
7232026-04-17T13:32:30.919Z Downloaded foldhash v0.1.5
7242026-04-17T13:32:30.920Z Downloaded ena v0.14.4
7252026-04-17T13:32:30.923Z Downloaded ff v0.13.1
7262026-04-17T13:32:30.923Z Downloaded dirs-next v2.0.0
7272026-04-17T13:32:30.923Z Downloaded compression-codecs v0.4.37
7282026-04-17T13:32:30.926Z Downloaded foldhash v0.2.0
7292026-04-17T13:32:30.926Z Downloaded daft-derive v0.1.5
7302026-04-17T13:32:30.931Z Downloaded defmt-macros v1.0.1
7312026-04-17T13:32:30.931Z Downloaded cexpr v0.6.0
7322026-04-17T13:32:30.934Z Downloaded backoff v0.4.0
7332026-04-17T13:32:30.934Z Downloaded async-trait v0.1.89
7342026-04-17T13:32:30.934Z Downloaded drift v0.1.3
7352026-04-17T13:32:30.938Z Downloaded hostname v0.3.1
7362026-04-17T13:32:30.941Z Downloaded fs_extra v1.3.0
7372026-04-17T13:32:30.941Z Downloaded hex v0.4.3
7382026-04-17T13:32:30.941Z Downloaded cipher v0.4.4
7392026-04-17T13:32:30.941Z Downloaded bumpalo v3.20.2
7402026-04-17T13:32:30.944Z Downloaded find-msvc-tools v0.1.9
7412026-04-17T13:32:30.948Z Downloaded futures-executor v0.3.32
7422026-04-17T13:32:30.948Z Downloaded darling v0.21.3
7432026-04-17T13:32:30.951Z Downloaded http-body v1.0.1
7442026-04-17T13:32:30.951Z Downloaded hyper-tls v0.6.0
7452026-04-17T13:32:30.951Z Downloaded httpdate v1.0.3
7462026-04-17T13:32:30.954Z Downloaded http-range v0.1.5
7472026-04-17T13:32:30.954Z Downloaded hubpack v0.1.2
7482026-04-17T13:32:30.954Z Downloaded byte-wrapper v0.1.0
7492026-04-17T13:32:30.957Z Downloaded hostname v0.4.2
7502026-04-17T13:32:30.957Z Downloaded ed25519 v2.2.3
7512026-04-17T13:32:30.957Z Downloaded cbc v0.1.2
7522026-04-17T13:32:30.960Z Downloaded corncobs v0.1.4
7532026-04-17T13:32:30.960Z Downloaded hubpack_derive v0.1.1
7542026-04-17T13:32:30.960Z Downloaded critical-section v1.2.0
7552026-04-17T13:32:30.963Z Downloaded fxhash v0.2.1
7562026-04-17T13:32:30.963Z Downloaded home v0.5.12
7572026-04-17T13:32:30.964Z Downloaded cancel-safe-futures v0.1.5
7582026-04-17T13:32:30.968Z Downloaded fs-err v2.11.0
7592026-04-17T13:32:30.968Z Downloaded darling_core v0.23.0
7602026-04-17T13:32:30.971Z Downloaded globset v0.4.18
7612026-04-17T13:32:30.971Z Downloaded inout v0.1.4
7622026-04-17T13:32:30.971Z Downloaded instability v0.3.11
7632026-04-17T13:32:30.971Z Downloaded glob v0.3.3
7642026-04-17T13:32:30.974Z Downloaded git-stub-vcs v0.1.0
7652026-04-17T13:32:30.974Z Downloaded fixedbitset v0.5.7
7662026-04-17T13:32:30.978Z Downloaded derive_builder_macro v0.20.2
7672026-04-17T13:32:30.978Z Downloaded indent_write v2.2.0
7682026-04-17T13:32:30.978Z Downloaded crc v3.4.0
7692026-04-17T13:32:30.978Z Downloaded is_ci v1.2.0
7702026-04-17T13:32:30.982Z Downloaded ident_case v1.0.1
7712026-04-17T13:32:30.982Z Downloaded is-terminal v0.4.17
7722026-04-17T13:32:30.982Z Downloaded indoc v1.0.9
7732026-04-17T13:32:30.985Z Downloaded console v0.16.2
7742026-04-17T13:32:30.985Z Downloaded buf-list v1.1.2
7752026-04-17T13:32:30.985Z Downloaded backon v1.6.0
7762026-04-17T13:32:30.989Z Downloaded keccak v0.1.6
7772026-04-17T13:32:30.989Z Downloaded convert_case v0.10.0
7782026-04-17T13:32:30.989Z Downloaded des v0.8.1
7792026-04-17T13:32:30.993Z Downloaded bzip2 v0.6.1
7802026-04-17T13:32:30.993Z Downloaded bzip2 v0.4.4
7812026-04-17T13:32:30.993Z Downloaded ecdsa v0.16.9
7822026-04-17T13:32:30.997Z Downloaded cookie v0.18.1
7832026-04-17T13:32:30.997Z Downloaded const-oid v0.9.6
7842026-04-17T13:32:30.997Z Downloaded group v0.13.0
7852026-04-17T13:32:31.001Z Downloaded ciborium v0.2.2
7862026-04-17T13:32:31.001Z Downloaded lalrpop-util v0.19.12
7872026-04-17T13:32:31.001Z Downloaded hex-literal v0.4.1
7882026-04-17T13:32:31.001Z Downloaded either v1.15.0
7892026-04-17T13:32:31.006Z Downloaded async-bb8-diesel v0.2.1
7902026-04-17T13:32:31.006Z Downloaded colored v3.1.1
7912026-04-17T13:32:31.006Z Downloaded clang-sys v1.8.1
7922026-04-17T13:32:31.010Z Downloaded lru-cache v0.1.2
7932026-04-17T13:32:31.010Z Downloaded lru v0.12.5
7942026-04-17T13:32:31.010Z Downloaded chacha20 v0.9.1
7952026-04-17T13:32:31.010Z Downloaded lazy_static v1.5.0
7962026-04-17T13:32:31.015Z Downloaded crypto-bigint v0.5.5
7972026-04-17T13:32:31.015Z Downloaded libscf-sys v1.1.0
7982026-04-17T13:32:31.020Z Downloaded kstat-rs v0.2.4
7992026-04-17T13:32:31.020Z Downloaded http-body-util v0.1.3
8002026-04-17T13:32:31.020Z Downloaded fatfs v0.3.6
8012026-04-17T13:32:31.020Z Downloaded ar_archive_writer v0.5.1
8022026-04-17T13:32:31.027Z Downloaded lru-slab v0.1.2
8032026-04-17T13:32:31.027Z Downloaded memoffset v0.9.1
8042026-04-17T13:32:31.027Z Downloaded managed v0.8.0
8052026-04-17T13:32:31.027Z Downloaded lzss v0.8.2
8062026-04-17T13:32:31.031Z Downloaded internet-checksum v0.2.1
8072026-04-17T13:32:31.031Z Downloaded instant v0.1.13
8082026-04-17T13:32:31.031Z Downloaded match_cfg v0.1.0
8092026-04-17T13:32:31.031Z Downloaded md5 v0.7.0
8102026-04-17T13:32:31.031Z Downloaded md-5 v0.10.6
8112026-04-17T13:32:31.031Z Downloaded maybe-uninit v2.0.0
8122026-04-17T13:32:31.031Z Downloaded colored v2.2.0
8132026-04-17T13:32:31.031Z Downloaded chacha20 v0.10.0
8142026-04-17T13:32:31.037Z Downloaded cargo_metadata v0.19.2
8152026-04-17T13:32:31.037Z Downloaded futures-channel v0.3.32
8162026-04-17T13:32:31.038Z Downloaded getrandom v0.2.17
8172026-04-17T13:32:31.041Z Downloaded hyper-staticfile v0.10.1
8182026-04-17T13:32:31.041Z Downloaded cookie_store v0.22.1
8192026-04-17T13:32:31.041Z Downloaded impl-trait-for-tuples v0.2.3
8202026-04-17T13:32:31.041Z Downloaded new_debug_unreachable v1.0.6
8212026-04-17T13:32:31.044Z Downloaded ingot-types v0.1.2
8222026-04-17T13:32:31.044Z Downloaded ipnet v2.11.0
8232026-04-17T13:32:31.044Z Downloaded ipnetwork v0.21.1
8242026-04-17T13:32:31.047Z Downloaded indoc v2.0.7
8252026-04-17T13:32:31.047Z Downloaded nibble_vec v0.1.0
8262026-04-17T13:32:31.047Z Downloaded newtype_derive v0.1.6
8272026-04-17T13:32:31.051Z Downloaded newtype-uuid-macros v0.1.0
8282026-04-17T13:32:31.051Z Downloaded crc-any v2.5.0
8292026-04-17T13:32:31.051Z Downloaded blake2 v0.10.6
8302026-04-17T13:32:31.055Z Downloaded newline-converter v0.3.0
8312026-04-17T13:32:31.055Z Downloaded dropshot_endpoint v0.16.7
8322026-04-17T13:32:31.058Z Downloaded derive_more v0.99.20
8332026-04-17T13:32:31.058Z Downloaded nodrop v0.1.14
8342026-04-17T13:32:31.061Z Downloaded dropshot_endpoint v0.17.0
8352026-04-17T13:32:31.061Z Downloaded multimap v0.10.1
8362026-04-17T13:32:31.061Z Downloaded half v1.8.3
8372026-04-17T13:32:31.066Z Downloaded num-iter v0.1.45
8382026-04-17T13:32:31.066Z Downloaded num-derive v0.3.3
8392026-04-17T13:32:31.070Z Downloaded num_enum_derive v0.5.11
8402026-04-17T13:32:31.070Z Downloaded jobserver v0.1.34
8412026-04-17T13:32:31.070Z Downloaded constant_time_eq v0.4.2
8422026-04-17T13:32:31.070Z Downloaded maplit v1.0.2
8432026-04-17T13:32:31.070Z Downloaded console v0.15.11
8442026-04-17T13:32:31.073Z Downloaded humantime v2.3.0
8452026-04-17T13:32:31.073Z Downloaded num v0.4.3
8462026-04-17T13:32:31.073Z Downloaded num-derive v0.4.2
8472026-04-17T13:32:31.076Z Downloaded num-conv v0.2.0
8482026-04-17T13:32:31.076Z Downloaded normalize-line-endings v0.3.0
8492026-04-17T13:32:31.076Z Downloaded highway v1.3.0
8502026-04-17T13:32:31.079Z Downloaded linked-hash-map v0.5.6
8512026-04-17T13:32:31.079Z Downloaded libloading v0.8.9
8522026-04-17T13:32:31.079Z Downloaded mime_guess v2.0.5
8532026-04-17T13:32:31.083Z Downloaded futures v0.3.32
8542026-04-17T13:32:31.087Z Downloaded openssl-macros v0.1.1
8552026-04-17T13:32:31.087Z Downloaded libsw v3.5.0
8562026-04-17T13:32:31.087Z Downloaded libsw-core v0.3.2
8572026-04-17T13:32:31.092Z Downloaded opaque-debug v0.3.1
8582026-04-17T13:32:31.092Z Downloaded num_threads v0.1.7
8592026-04-17T13:32:31.092Z Downloaded olpc-cjson v0.1.4
8602026-04-17T13:32:31.092Z Downloaded openssl-probe v0.2.1
8612026-04-17T13:32:31.092Z Downloaded lock_api v0.4.14
8622026-04-17T13:32:31.092Z Downloaded hmac v0.12.1
8632026-04-17T13:32:31.097Z Downloaded hyper-rustls v0.27.7
8642026-04-17T13:32:31.097Z Downloaded mime v0.3.17
8652026-04-17T13:32:31.097Z Downloaded linear-map v1.2.0
8662026-04-17T13:32:31.097Z Downloaded nonempty v0.12.0
8672026-04-17T13:32:31.101Z Downloaded libefi-sys v0.1.0
8682026-04-17T13:32:31.101Z Downloaded elliptic-curve v0.13.8
8692026-04-17T13:32:31.101Z Downloaded ingot-macros v0.1.1
8702026-04-17T13:32:31.106Z Downloaded ingot v0.1.1
8712026-04-17T13:32:31.106Z Downloaded derive-where v1.6.0
8722026-04-17T13:32:31.106Z Downloaded oso-derive v0.27.3
8732026-04-17T13:32:31.106Z Downloaded getrandom v0.3.4
8742026-04-17T13:32:31.111Z Downloaded chacha20poly1305 v0.10.1
8752026-04-17T13:32:31.111Z Downloaded openssl-probe v0.1.6
8762026-04-17T13:32:31.111Z Downloaded half v2.7.1
8772026-04-17T13:32:31.116Z Downloaded iana-time-zone v0.1.65
8782026-04-17T13:32:31.116Z Downloaded bytes v1.11.1
8792026-04-17T13:32:31.120Z Downloaded native-tls v0.2.18
8802026-04-17T13:32:31.120Z Downloaded nanorand v0.7.0
8812026-04-17T13:32:31.120Z Downloaded pbkdf2 v0.11.0
8822026-04-17T13:32:31.120Z Downloaded parse-size v1.1.0
8832026-04-17T13:32:31.123Z Downloaded parse-display v0.10.0
8842026-04-17T13:32:31.123Z Downloaded newtype-uuid v1.3.2
8852026-04-17T13:32:31.123Z Downloaded darling_core v0.21.3
8862026-04-17T13:32:31.127Z Downloaded flume v0.11.1
8872026-04-17T13:32:31.127Z Downloaded hash32 v0.2.1
8882026-04-17T13:32:31.130Z Downloaded nu-ansi-term v0.50.3
8892026-04-17T13:32:31.130Z Downloaded num_enum v0.5.11
8902026-04-17T13:32:31.133Z Downloaded phf_shared v0.13.1
8912026-04-17T13:32:31.133Z Downloaded num-rational v0.4.2
8922026-04-17T13:32:31.136Z Downloaded phf_shared v0.12.1
8932026-04-17T13:32:31.136Z Downloaded pin-utils v0.1.0
8942026-04-17T13:32:31.140Z Downloaded peg-runtime v0.8.5
8952026-04-17T13:32:31.140Z Downloaded num-complex v0.4.6
8962026-04-17T13:32:31.140Z Downloaded aes-gcm v0.10.3
8972026-04-17T13:32:31.145Z Downloaded num_enum_derive v0.7.5
8982026-04-17T13:32:31.145Z Downloaded phf_shared v0.11.3
8992026-04-17T13:32:31.150Z Downloaded aes v0.8.4
9002026-04-17T13:32:31.153Z Downloaded httparse v1.10.1
9012026-04-17T13:32:31.159Z Downloaded predicates-core v1.0.10
9022026-04-17T13:32:31.162Z Downloaded predicates-tree v1.0.13
9032026-04-17T13:32:31.162Z Downloaded precomputed-hash v0.1.1
9042026-04-17T13:32:31.162Z Downloaded powerfmt v0.2.0
9052026-04-17T13:32:31.165Z Downloaded proc-macro-crate v1.3.1
9062026-04-17T13:32:31.168Z Downloaded oxnet v0.1.4
9072026-04-17T13:32:31.183Z Downloaded proc-macro-error-attr2 v2.0.0
9082026-04-17T13:32:31.186Z Downloaded proc-macro-crate v3.4.0
9092026-04-17T13:32:31.186Z Downloaded packed_struct_codegen v0.10.1
9102026-04-17T13:32:31.186Z Downloaded packed_struct v0.10.1
9112026-04-17T13:32:31.189Z Downloaded oxide-tokio-rt v0.1.4
9122026-04-17T13:32:31.189Z Downloaded multer v3.1.0
9132026-04-17T13:32:31.189Z Downloaded memmap2 v0.9.10
9142026-04-17T13:32:31.193Z Downloaded path-slash v0.1.5
9152026-04-17T13:32:31.193Z Downloaded progenitor-client v0.10.0
9162026-04-17T13:32:31.193Z Downloaded paste v1.0.15
9172026-04-17T13:32:31.196Z Downloaded parse-display-derive v0.10.0
9182026-04-17T13:32:31.196Z Downloaded const_format v0.2.35
9192026-04-17T13:32:31.200Z Downloaded quick-error v1.2.3
9202026-04-17T13:32:31.200Z Downloaded progenitor-macro v0.11.2
9212026-04-17T13:32:31.206Z Downloaded async-compression v0.4.41
9222026-04-17T13:32:31.206Z Downloaded progenitor-client v0.11.2
9232026-04-17T13:32:31.211Z Downloaded peg v0.8.5
9242026-04-17T13:32:31.211Z Downloaded pem v3.0.6
9252026-04-17T13:32:31.211Z Downloaded peg-macros v0.8.5
9262026-04-17T13:32:31.211Z Downloaded num_enum v0.7.5
9272026-04-17T13:32:31.215Z Downloaded psl-types v2.0.11
9282026-04-17T13:32:31.215Z Downloaded progenitor-macro v0.13.0
9292026-04-17T13:32:31.216Z Downloaded num-integer v0.1.46
9302026-04-17T13:32:31.221Z Downloaded flate2 v1.1.9
9312026-04-17T13:32:31.221Z Downloaded phf v0.13.1
9322026-04-17T13:32:31.221Z Downloaded pin-project-lite v0.2.17
9332026-04-17T13:32:31.224Z Downloaded rand_chacha v0.3.1
9342026-04-17T13:32:31.224Z Downloaded heapless v0.8.0
9352026-04-17T13:32:31.224Z Downloaded litrs v1.0.0
9362026-04-17T13:32:31.228Z Downloaded derive_more v2.1.1
9372026-04-17T13:32:31.233Z Downloaded postgres-protocol v0.6.10
9382026-04-17T13:32:31.236Z Downloaded predicates v3.1.4
9392026-04-17T13:32:31.237Z Downloaded polyval v0.6.2
9402026-04-17T13:32:31.241Z Downloaded ref-cast v1.0.25
9412026-04-17T13:32:31.241Z Downloaded crossbeam-channel v0.5.15
9422026-04-17T13:32:31.244Z Downloaded owo-colors v4.3.0
9432026-04-17T13:32:31.244Z Downloaded compact_str v0.8.1
9442026-04-17T13:32:31.250Z Downloaded rand_xorshift v0.4.0
9452026-04-17T13:32:31.250Z Downloaded pkg-config v0.3.32
9462026-04-17T13:32:31.250Z Downloaded pin-project-internal v1.1.11
9472026-04-17T13:32:31.253Z Downloaded omicron-zone-package v0.12.2
9482026-04-17T13:32:31.253Z Downloaded libbz2-rs-sys v0.2.2
9492026-04-17T13:32:31.253Z Downloaded phf v0.12.1
9502026-04-17T13:32:31.253Z Downloaded parking_lot_core v0.9.12
9512026-04-17T13:32:31.256Z Downloaded recursive-proc-macro-impl v0.1.1
9522026-04-17T13:32:31.256Z Downloaded ref-cast-impl v1.0.25
9532026-04-17T13:32:31.256Z Downloaded recursive v0.1.1
9542026-04-17T13:32:31.256Z Downloaded psm v0.1.30
9552026-04-17T13:32:31.259Z Downloaded progenitor-client v0.13.0
9562026-04-17T13:32:31.260Z Downloaded progenitor v0.11.2
9572026-04-17T13:32:31.260Z Downloaded progenitor v0.10.0
9582026-04-17T13:32:31.263Z Downloaded primeorder v0.13.6
9592026-04-17T13:32:31.263Z Downloaded cc v1.2.56
9602026-04-17T13:32:31.266Z Downloaded parking_lot_core v0.8.6
9612026-04-17T13:32:31.266Z Downloaded dropshot-api-manager v0.6.0
9622026-04-17T13:32:31.269Z Downloaded parking_lot v0.11.2
9632026-04-17T13:32:31.269Z Downloaded progenitor-macro v0.10.0
9642026-04-17T13:32:31.272Z Downloaded hickory-resolver v0.25.2
9652026-04-17T13:32:31.272Z Downloaded rfc6979 v0.4.0
9662026-04-17T13:32:31.275Z Downloaded progenitor-extras v0.1.1
9672026-04-17T13:32:31.275Z Downloaded progenitor v0.13.0
9682026-04-17T13:32:31.275Z Downloaded parking_lot v0.12.5
9692026-04-17T13:32:31.278Z Downloaded derive_more-impl v2.1.1
9702026-04-17T13:32:31.281Z Downloaded rand_core v0.6.4
9712026-04-17T13:32:31.281Z Downloaded pkcs1 v0.7.5
9722026-04-17T13:32:31.284Z Downloaded indicatif v0.18.4
9732026-04-17T13:32:31.285Z Downloaded pem-rfc7468 v0.7.0
9742026-04-17T13:32:31.287Z Downloaded rustc_version v0.4.1
9752026-04-17T13:32:31.288Z Downloaded rustc-hash v2.1.1
9762026-04-17T13:32:31.288Z Downloaded ed25519-dalek v2.2.0
9772026-04-17T13:32:31.291Z Downloaded rand_chacha v0.9.0
9782026-04-17T13:32:31.291Z Downloaded hickory-resolver v0.24.4
9792026-04-17T13:32:31.294Z Downloaded ppv-lite86 v0.2.21
9802026-04-17T13:32:31.294Z Downloaded postcard v1.1.3
9812026-04-17T13:32:31.298Z Downloaded rand_core v0.9.5
9822026-04-17T13:32:31.298Z Downloaded postgres-types v0.2.12
9832026-04-17T13:32:31.301Z Downloaded rtoolbox v0.0.3
9842026-04-17T13:32:31.301Z Downloaded pkcs8 v0.10.2
9852026-04-17T13:32:31.301Z Downloaded pkcs5 v0.7.1
9862026-04-17T13:32:31.304Z Downloaded rustc_version v0.1.7
9872026-04-17T13:32:31.304Z Downloaded headers v0.4.1
9882026-04-17T13:32:31.308Z Downloaded salsa20 v0.10.2
9892026-04-17T13:32:31.308Z Downloaded rand_seeder v0.4.0
9902026-04-17T13:32:31.311Z Downloaded poly1305 v0.8.0
9912026-04-17T13:32:31.311Z Downloaded miniz_oxide v0.8.9
9922026-04-17T13:32:31.315Z Downloaded russh-cryptovec v0.7.3
9932026-04-17T13:32:31.315Z Downloaded radium v0.7.0
9942026-04-17T13:32:31.315Z Downloaded r2d2 v0.8.10
9952026-04-17T13:32:31.315Z Downloaded base64 v0.21.7
9962026-04-17T13:32:31.319Z Downloaded scopeguard v1.2.0
9972026-04-17T13:32:31.319Z Downloaded p256 v0.13.2
9982026-04-17T13:32:31.322Z Downloaded oso v0.27.3
9992026-04-17T13:32:31.322Z Downloaded pbkdf2 v0.12.2
10002026-04-17T13:32:31.325Z Downloaded password-hash v0.5.0
10012026-04-17T13:32:31.325Z Downloaded scheduled-thread-pool v0.2.7
10022026-04-17T13:32:31.325Z Downloaded sapling-renderdag v0.1.0
10032026-04-17T13:32:31.330Z Downloaded password-hash v0.4.2
10042026-04-17T13:32:31.330Z Downloaded indexmap v1.9.3
10052026-04-17T13:32:31.332Z Downloaded ignore v0.4.25
10062026-04-17T13:32:31.333Z Downloaded heapless v0.7.17
10072026-04-17T13:32:31.333Z Downloaded secrecy v0.10.3
10082026-04-17T13:32:31.336Z Downloaded resolv-conf v0.7.6
10092026-04-17T13:32:31.337Z Downloaded seq-macro v0.3.6
10102026-04-17T13:32:31.337Z Downloaded scrypt v0.11.0
10112026-04-17T13:32:31.339Z Downloaded serde_spanned v1.0.4
10122026-04-17T13:32:31.340Z Downloaded secrecy v0.8.0
10132026-04-17T13:32:31.340Z Downloaded serde-big-array v0.5.1
10142026-04-17T13:32:31.343Z Downloaded scroll_derive v0.13.1
10152026-04-17T13:32:31.343Z Downloaded proc-macro-error2 v2.0.1
10162026-04-17T13:32:31.343Z Downloaded papergrid v0.17.0
10172026-04-17T13:32:31.346Z Downloaded pin-project v1.1.11
10182026-04-17T13:32:31.353Z Downloaded serde_repr v0.1.20
10192026-04-17T13:32:31.356Z Downloaded sha1 v0.10.6
10202026-04-17T13:32:31.356Z Downloaded serde_plain v1.0.2
10212026-04-17T13:32:31.356Z Downloaded serde_bytes v0.11.19
10222026-04-17T13:32:31.360Z Downloaded semver v0.1.20
10232026-04-17T13:32:31.360Z Downloaded aho-corasick v1.1.4
10242026-04-17T13:32:31.363Z Downloaded rustls-native-certs v0.8.3
10252026-04-17T13:32:31.363Z Downloaded quinn-udp v0.5.14
10262026-04-17T13:32:31.367Z Downloaded der v0.7.10
10272026-04-17T13:32:31.367Z Downloaded rustls-pemfile v1.0.4
10282026-04-17T13:32:31.370Z Downloaded rand_core v0.10.0
10292026-04-17T13:32:31.370Z Downloaded base64 v0.22.1
10302026-04-17T13:32:31.373Z Downloaded same-file v1.0.6
10312026-04-17T13:32:31.373Z Downloaded siphasher v1.0.2
10322026-04-17T13:32:31.373Z Downloaded signal-hook-tokio v0.3.1
10332026-04-17T13:32:31.379Z Downloaded rustversion v1.0.22
10342026-04-17T13:32:31.379Z Downloaded rustls-pemfile v2.2.0
10352026-04-17T13:32:31.384Z Downloaded signal-hook-mio v0.2.5
10362026-04-17T13:32:31.388Z Downloaded shell-words v1.1.1
10372026-04-17T13:32:31.388Z Downloaded sigpipe v0.1.3
10382026-04-17T13:32:31.388Z Downloaded signature v2.2.0
10392026-04-17T13:32:31.388Z Downloaded prefix-trie v0.7.0
10402026-04-17T13:32:31.392Z Downloaded rusty-fork v0.3.1
10412026-04-17T13:32:31.392Z Downloaded crossterm v0.29.0
10422026-04-17T13:32:31.397Z Downloaded slog-envlogger v2.2.0
10432026-04-17T13:32:31.400Z Downloaded slog-bunyan v2.5.0
10442026-04-17T13:32:31.400Z Downloaded schemars_derive v0.8.22
10452026-04-17T13:32:31.404Z Downloaded scroll v0.13.0
10462026-04-17T13:32:31.408Z Downloaded hashbrown v0.13.2
10472026-04-17T13:32:31.408Z Downloaded sec1 v0.7.3
10482026-04-17T13:32:31.411Z Downloaded progenitor-impl v0.10.0
10492026-04-17T13:32:31.415Z Downloaded serde-hex v0.1.0
10502026-04-17T13:32:31.415Z Downloaded sct v0.7.1
10512026-04-17T13:32:31.419Z Downloaded sqlparser_derive v0.5.0
10522026-04-17T13:32:31.419Z Downloaded serde_derive_internals v0.29.1
10532026-04-17T13:32:31.424Z Downloaded ssh-cipher v0.2.0
10542026-04-17T13:32:31.424Z Downloaded jiff-static v0.2.21
10552026-04-17T13:32:31.424Z Downloaded expectorate v1.2.0
10562026-04-17T13:32:31.429Z Downloaded progenitor-impl v0.11.2
10572026-04-17T13:32:31.432Z Downloaded signal-hook-registry v1.4.8
10582026-04-17T13:32:31.435Z Downloaded structmeta v0.3.0
10592026-04-17T13:32:31.435Z Downloaded strip-ansi-escapes v0.2.1
10602026-04-17T13:32:31.435Z Downloaded strum v0.26.3
10612026-04-17T13:32:31.440Z Downloaded serde_urlencoded v0.7.1
10622026-04-17T13:32:31.444Z Downloaded serde_path_to_error v0.1.20
10632026-04-17T13:32:31.444Z Downloaded rustls-pki-types v1.14.0
10642026-04-17T13:32:31.460Z Downloaded russh-keys v0.45.0
10652026-04-17T13:32:31.460Z Downloaded shlex v1.3.0
10662026-04-17T13:32:31.460Z Downloaded simd-adler32 v0.3.8
10672026-04-17T13:32:31.460Z Downloaded rcgen v0.12.1
10682026-04-17T13:32:31.460Z Downloaded slog-async v2.8.0
10692026-04-17T13:32:31.460Z Downloaded strum v0.27.2
10702026-04-17T13:32:31.464Z Downloaded pretty_assertions v1.4.1
10712026-04-17T13:32:31.464Z Downloaded subtle v2.6.1
10722026-04-17T13:32:31.464Z Downloaded hyper-util v0.1.20
10732026-04-17T13:32:31.464Z Downloaded prettyplease v0.2.37
10742026-04-17T13:32:31.467Z Downloaded minimal-lexical v0.2.1
10752026-04-17T13:32:31.470Z Downloaded termtree v0.5.1
10762026-04-17T13:32:31.476Z Downloaded tabwriter v1.4.1
10772026-04-17T13:32:31.479Z Downloaded supports-color v3.0.2
10782026-04-17T13:32:31.482Z Downloaded tabled_derive v0.11.0
10792026-04-17T13:32:31.482Z Downloaded sync-ptr v0.1.4
10802026-04-17T13:32:31.482Z Downloaded take_mut v0.2.2
10812026-04-17T13:32:31.482Z Downloaded tagptr v0.2.0
10822026-04-17T13:32:31.486Z Downloaded ron v0.8.1
10832026-04-17T13:32:31.490Z Downloaded smallvec v0.6.14
10842026-04-17T13:32:31.490Z Downloaded slog-stdlog v4.1.1
10852026-04-17T13:32:31.490Z Downloaded thiserror-impl-no-std v2.0.2
10862026-04-17T13:32:31.495Z Downloaded ssh-encoding v0.2.0
10872026-04-17T13:32:31.495Z Downloaded smf v0.2.3
10882026-04-17T13:32:31.495Z Downloaded slog-scope v4.4.1
10892026-04-17T13:32:31.495Z Downloaded slog-json v2.6.1
10902026-04-17T13:32:31.495Z Downloaded time-core v0.1.8
10912026-04-17T13:32:31.498Z Downloaded thread-id v5.1.0
10922026-04-17T13:32:31.498Z Downloaded spki v0.7.3
10932026-04-17T13:32:31.498Z Downloaded snafu-derive v0.8.9
10942026-04-17T13:32:31.498Z Downloaded slog-dtrace v0.3.0
10952026-04-17T13:32:31.501Z Downloaded hickory-server v0.25.2
10962026-04-17T13:32:31.504Z Downloaded testing_table v0.3.0
10972026-04-17T13:32:31.504Z Downloaded progenitor-impl v0.13.0
10982026-04-17T13:32:31.508Z Downloaded itertools v0.10.5
10992026-04-17T13:32:31.511Z Downloaded serde_cbor v0.11.2
11002026-04-17T13:32:31.511Z Downloaded structmeta-derive v0.3.0
11012026-04-17T13:32:31.520Z Downloaded string_cache v0.8.9
11022026-04-17T13:32:31.527Z Downloaded static_assertions v1.1.0
11032026-04-17T13:32:31.530Z Downloaded tinyvec_macros v0.1.1
11042026-04-17T13:32:31.530Z Downloaded stringprep v0.1.5
11052026-04-17T13:32:31.530Z Downloaded crossterm v0.28.1
11062026-04-17T13:32:31.534Z Downloaded tokio-macros v2.7.0
11072026-04-17T13:32:31.537Z Downloaded strum_macros v0.27.2
11082026-04-17T13:32:31.537Z Downloaded slab v0.4.12
11092026-04-17T13:32:31.540Z Downloaded diesel_derives v2.3.7
11102026-04-17T13:32:31.544Z Downloaded rayon-core v1.13.0
11112026-04-17T13:32:31.549Z Downloaded tap v1.0.1
11122026-04-17T13:32:31.549Z Downloaded schemars v0.8.22
11132026-04-17T13:32:31.552Z Downloaded sync_wrapper v1.0.2
11142026-04-17T13:32:31.556Z Downloaded support-bundle-viewer v0.1.2
11152026-04-17T13:32:31.556Z Downloaded quinn v0.11.9
11162026-04-17T13:32:31.561Z Downloaded strum_macros v0.26.4
11172026-04-17T13:32:31.561Z Downloaded thiserror-no-std v2.0.2
11182026-04-17T13:32:31.564Z Downloaded tower-layer v0.3.3
11192026-04-17T13:32:31.564Z Downloaded time-macros v0.2.27
11202026-04-17T13:32:31.564Z Downloaded spin v0.9.8
11212026-04-17T13:32:31.564Z Downloaded thread_local v1.1.9
11222026-04-17T13:32:31.568Z Downloaded sqlformat v0.3.5
11232026-04-17T13:32:31.568Z Downloaded slog-term v2.9.2
11242026-04-17T13:32:31.568Z Downloaded termios v0.3.3
11252026-04-17T13:32:31.573Z Downloaded hashbrown v0.12.3
11262026-04-17T13:32:31.573Z Downloaded stacker v0.1.23
11272026-04-17T13:32:31.577Z Downloaded strum_macros v0.24.3
11282026-04-17T13:32:31.577Z Downloaded qorb v0.4.1
11292026-04-17T13:32:31.580Z Downloaded mio v1.2.0
11302026-04-17T13:32:31.580Z Downloaded trait-variant v0.1.2
11312026-04-17T13:32:31.583Z Downloaded topological-sort v0.2.2
11322026-04-17T13:32:31.583Z Downloaded num-bigint v0.4.6
11332026-04-17T13:32:31.586Z Downloaded tower-service v0.3.3
11342026-04-17T13:32:31.586Z Downloaded tokio-native-tls v0.3.1
11352026-04-17T13:32:31.590Z Downloaded tls_codec_derive v0.4.2
11362026-04-17T13:32:31.591Z Downloaded tls_codec v0.4.2
11372026-04-17T13:32:31.591Z Downloaded hashbrown v0.15.5
11382026-04-17T13:32:31.595Z Downloaded try-lock v0.2.5
11392026-04-17T13:32:31.595Z Downloaded tokio-tungstenite v0.21.0
11402026-04-17T13:32:31.595Z Downloaded tokio-dtrace v0.1.1
11412026-04-17T13:32:31.598Z Downloaded tiny-keccak v2.0.2
11422026-04-17T13:32:31.598Z Downloaded ryu v1.0.23
11432026-04-17T13:32:31.601Z Downloaded unarray v0.1.4
11442026-04-17T13:32:31.601Z Downloaded typify-macro v0.6.1
11452026-04-17T13:32:31.601Z Downloaded tokio-rustls v0.25.0
11462026-04-17T13:32:31.601Z Downloaded libxml v0.3.3
11472026-04-17T13:32:31.605Z Downloaded typify-macro v0.4.3
11482026-04-17T13:32:31.608Z Downloaded slog v2.8.2
11492026-04-17T13:32:31.608Z Downloaded tokio-tungstenite v0.23.1
11502026-04-17T13:32:31.611Z Downloaded similar v2.7.0
11512026-04-17T13:32:31.615Z Downloaded signal-hook v0.3.18
11522026-04-17T13:32:31.615Z Downloaded rustls-platform-verifier v0.6.2
11532026-04-17T13:32:31.618Z Downloaded itertools v0.12.1
11542026-04-17T13:32:31.621Z Downloaded untrusted v0.9.0
11552026-04-17T13:32:31.621Z Downloaded universal-hash v0.5.1
11562026-04-17T13:32:31.621Z Downloaded unit-prefix v0.5.2
11572026-04-17T13:32:31.625Z Downloaded unicode-truncate v1.1.0
11582026-04-17T13:32:31.625Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-04-17T13:32:31.625Z Downloaded usdt-attr-macro v0.6.0
11602026-04-17T13:32:31.625Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11612026-04-17T13:32:31.629Z Downloaded term v0.7.0
11622026-04-17T13:32:31.633Z Downloaded schemars v0.9.0
11632026-04-17T13:32:31.637Z Downloaded socket2 v0.5.10
11642026-04-17T13:32:31.641Z Downloaded untrusted v0.7.1
11652026-04-17T13:32:31.641Z Downloaded toml_writer v1.0.6+spec-1.1.0
11662026-04-17T13:32:31.641Z Downloaded rand v0.9.2
11672026-04-17T13:32:31.644Z Downloaded serde_yaml v0.9.34+deprecated
11682026-04-17T13:32:31.647Z Downloaded nom v7.1.3
11692026-04-17T13:32:31.650Z Downloaded wait-timeout v0.2.1
11702026-04-17T13:32:31.650Z Downloaded utf-8 v0.7.6
11712026-04-17T13:32:31.650Z Downloaded void v1.0.2
11722026-04-17T13:32:31.650Z Downloaded usdt-macro v0.6.0
11732026-04-17T13:32:31.653Z Downloaded subprocess v0.2.15
11742026-04-17T13:32:31.653Z Downloaded usdt v0.6.0
11752026-04-17T13:32:31.653Z Downloaded rsa v0.9.10
11762026-04-17T13:32:31.657Z Downloaded publicsuffix v2.3.0
11772026-04-17T13:32:31.660Z Downloaded rustls-webpki v0.103.9
11782026-04-17T13:32:31.663Z Downloaded tui-tree-widget v0.23.1
11792026-04-17T13:32:31.663Z Downloaded tokio-rustls v0.24.1
11802026-04-17T13:32:31.663Z Downloaded want v0.3.1
11812026-04-17T13:32:31.667Z Downloaded waitgroup v0.1.2
11822026-04-17T13:32:31.667Z Downloaded unicase v2.9.0
11832026-04-17T13:32:31.667Z Downloaded tokio-rustls v0.26.4
11842026-04-17T13:32:31.673Z Downloaded samael v0.0.19
11852026-04-17T13:32:31.677Z Downloaded xshell-macros v0.2.7
11862026-04-17T13:32:31.677Z Downloaded zeroize_derive v1.4.3
11872026-04-17T13:32:31.677Z Downloaded xattr v1.6.1
11882026-04-17T13:32:31.677Z Downloaded iri-string v0.7.10
11892026-04-17T13:32:31.680Z Downloaded iddqd v0.3.17
11902026-04-17T13:32:31.683Z Downloaded snafu v0.8.9
11912026-04-17T13:32:31.686Z Downloaded uzers v0.12.2
11922026-04-17T13:32:31.689Z Downloaded hyper v1.8.1
11932026-04-17T13:32:31.692Z Downloaded futures-util v0.3.32
11942026-04-17T13:32:31.699Z Downloaded term v1.2.1
11952026-04-17T13:32:31.702Z Downloaded libm v0.2.16
11962026-04-17T13:32:31.707Z Downloaded toml_parser v1.0.9+spec-1.1.0
11972026-04-17T13:32:31.710Z Downloaded tracing-attributes v0.1.31
11982026-04-17T13:32:31.713Z Downloaded tinyvec v1.10.0
11992026-04-17T13:32:31.713Z Downloaded vsss-rs v3.3.4
12002026-04-17T13:32:31.713Z Downloaded vergen-lib v0.1.6
12012026-04-17T13:32:31.717Z Downloaded vergen-gitcl v1.0.8
12022026-04-17T13:32:31.717Z Downloaded vergen-git2 v1.0.7
12032026-04-17T13:32:31.717Z Downloaded twox-hash v2.1.2
12042026-04-17T13:32:31.720Z Downloaded hkdf v0.12.4
12052026-04-17T13:32:31.720Z Downloaded test-strategy v0.4.5
12062026-04-17T13:32:31.723Z Downloaded zone_cfg_derive v0.3.1
12072026-04-17T13:32:31.723Z Downloaded zone v0.3.1
12082026-04-17T13:32:31.723Z Downloaded socket2 v0.6.3
12092026-04-17T13:32:31.726Z Downloaded itertools v0.14.0
12102026-04-17T13:32:31.730Z Downloaded wyz v0.5.1
12112026-04-17T13:32:31.731Z Downloaded unicode-properties v0.1.4
12122026-04-17T13:32:31.731Z Downloaded tokio-stream v0.1.18
12132026-04-17T13:32:31.734Z Downloaded rand v0.8.5
12142026-04-17T13:32:31.735Z Downloaded serde_with_macros v3.17.0
12152026-04-17T13:32:31.739Z Downloaded openssl-sys v0.9.111
12162026-04-17T13:32:31.743Z Downloaded whoami v1.6.1
12172026-04-17T13:32:31.743Z Downloaded walkdir v2.5.0
12182026-04-17T13:32:31.743Z Downloaded itertools v0.13.0
12192026-04-17T13:32:31.747Z Downloaded vergen v9.0.6
12202026-04-17T13:32:31.747Z Downloaded usdt-impl v0.6.0
12212026-04-17T13:32:31.747Z Downloaded h2 v0.4.13
12222026-04-17T13:32:31.750Z Downloaded zstd-safe v7.2.4
12232026-04-17T13:32:31.753Z Downloaded zeroize v1.8.2
12242026-04-17T13:32:31.753Z Downloaded http v1.4.0
12252026-04-17T13:32:31.758Z Downloaded schemars v1.2.1
12262026-04-17T13:32:31.763Z Downloaded toml v0.9.12+spec-1.1.0
12272026-04-17T13:32:31.766Z Downloaded toml v0.7.8
12282026-04-17T13:32:31.770Z Downloaded num-bigint-dig v0.8.6
12292026-04-17T13:32:31.773Z Downloaded typify v0.6.1
12302026-04-17T13:32:31.773Z Downloaded blake3 v1.8.3
12312026-04-17T13:32:31.778Z Downloaded typify v0.4.3
12322026-04-17T13:32:31.781Z Downloaded whoami v2.1.0
12332026-04-17T13:32:31.785Z Downloaded tracing-core v0.1.36
12342026-04-17T13:32:31.785Z Downloaded tar v0.4.45
12352026-04-17T13:32:31.788Z Downloaded zstd v0.13.3
12362026-04-17T13:32:31.788Z Downloaded toml v1.0.6+spec-1.1.0
12372026-04-17T13:32:31.791Z Downloaded toml_edit v0.23.10+spec-1.0.0
12382026-04-17T13:32:31.794Z Downloaded uuid v1.23.0
12392026-04-17T13:32:31.799Z Downloaded russh v0.45.0
12402026-04-17T13:32:31.802Z Downloaded rand v0.10.0
12412026-04-17T13:32:31.802Z Downloaded rustyline v14.0.0
12422026-04-17T13:32:31.805Z Downloaded tungstenite v0.23.0
12432026-04-17T13:32:31.809Z Downloaded xshell v0.2.7
12442026-04-17T13:32:31.809Z Downloaded steno v0.4.1
12452026-04-17T13:32:31.821Z Downloaded unsafe-libyaml v0.2.11
12462026-04-17T13:32:31.827Z Downloaded yasna v0.5.2
12472026-04-17T13:32:31.831Z Downloaded reqwest v0.13.2
12482026-04-17T13:32:31.836Z Downloaded rpassword v7.4.0
12492026-04-17T13:32:31.841Z Downloaded vte v0.14.1
12502026-04-17T13:32:31.848Z Downloaded tokio-postgres v0.7.16
12512026-04-17T13:32:31.854Z Downloaded unicode-bidi v0.3.18
12522026-04-17T13:32:31.857Z Downloaded p521 v0.13.3
12532026-04-17T13:32:31.869Z Downloaded zerocopy v0.6.6
12542026-04-17T13:32:31.873Z Downloaded regex v1.12.3
12552026-04-17T13:32:31.876Z Downloaded toml_edit v0.19.15
12562026-04-17T13:32:31.883Z Downloaded reqwest v0.12.28
12572026-04-17T13:32:31.886Z Downloaded zopfli v0.8.3
12582026-04-17T13:32:31.889Z Downloaded bitvec v1.0.1
12592026-04-17T13:32:31.896Z Downloaded yansi v1.0.1
12602026-04-17T13:32:31.899Z Downloaded aws-lc-rs v1.16.0
12612026-04-17T13:32:31.904Z Downloaded reedline v0.40.0
12622026-04-17T13:32:31.908Z Downloaded unicode_categories v0.1.1
12632026-04-17T13:32:31.911Z Downloaded rayon v1.11.0
12642026-04-17T13:32:31.914Z Downloaded quick-xml v0.37.5
12652026-04-17T13:32:31.917Z Downloaded zip v0.6.6
12662026-04-17T13:32:31.920Z Downloaded tower v0.5.3
12672026-04-17T13:32:31.926Z Downloaded ssh-key v0.6.7
12682026-04-17T13:32:31.929Z Downloaded tungstenite v0.21.0
12692026-04-17T13:32:31.934Z Downloaded bindgen v0.71.1
12702026-04-17T13:32:31.937Z Downloaded portable-atomic v1.13.1
12712026-04-17T13:32:31.940Z Downloaded p384 v0.13.1
12722026-04-17T13:32:31.940Z Downloaded git2 v0.20.4
12732026-04-17T13:32:31.945Z Downloaded zerocopy-derive v0.8.40
12742026-04-17T13:32:31.949Z Downloaded lalrpop v0.19.12
12752026-04-17T13:32:31.956Z Downloaded unicode-segmentation v1.12.0
12762026-04-17T13:32:31.959Z Downloaded chrono v0.4.44
12772026-04-17T13:32:31.966Z Downloaded x509-cert v0.2.5
12782026-04-17T13:32:31.971Z Downloaded unicode-normalization v0.1.25
12792026-04-17T13:32:31.974Z Downloaded tower-http v0.6.8
12802026-04-17T13:32:31.977Z Downloaded goblin v0.10.5
12812026-04-17T13:32:31.982Z Downloaded zip v4.6.1
12822026-04-17T13:32:31.986Z Downloaded curve25519-dalek v4.1.3
12832026-04-17T13:32:31.989Z Downloaded salty v0.3.0
12842026-04-17T13:32:31.993Z Downloaded serde_with v3.17.0
12852026-04-17T13:32:32.000Z Downloaded rustls-webpki v0.101.7
12862026-04-17T13:32:32.009Z Downloaded moka v0.12.13
12872026-04-17T13:32:32.012Z Downloaded petname v2.0.2
12882026-04-17T13:32:32.015Z Downloaded tough v0.20.0
12892026-04-17T13:32:32.019Z Downloaded typed-path v0.9.3
12902026-04-17T13:32:32.029Z Downloaded tokio-util v0.7.18
12912026-04-17T13:32:32.037Z Downloaded object v0.30.4
12922026-04-17T13:32:32.044Z Downloaded proptest v1.10.0
12932026-04-17T13:32:32.049Z Downloaded winnow v0.5.40
12942026-04-17T13:32:32.054Z Downloaded winnow v0.6.26
12952026-04-17T13:32:32.059Z Downloaded radix_trie v0.2.1
12962026-04-17T13:32:32.069Z Downloaded rustls-webpki v0.102.8
12972026-04-17T13:32:32.081Z Downloaded quinn-proto v0.11.13
12982026-04-17T13:32:32.091Z Downloaded openssl v0.10.75
12992026-04-17T13:32:32.097Z Downloaded polar-core v0.27.3
13002026-04-17T13:32:32.103Z Downloaded nix v0.27.1
13012026-04-17T13:32:32.109Z Downloaded nix v0.29.0
13022026-04-17T13:32:32.122Z Downloaded nix v0.28.0
13032026-04-17T13:32:32.127Z Downloaded rustls v0.21.12
13042026-04-17T13:32:32.132Z Downloaded tabled v0.20.0
13052026-04-17T13:32:32.141Z Downloaded vcpkg v0.2.15
13062026-04-17T13:32:32.164Z Downloaded smoltcp v0.9.1
13072026-04-17T13:32:32.169Z Downloaded hickory-proto v0.24.4
13082026-04-17T13:32:32.178Z Downloaded time v0.3.47
13092026-04-17T13:32:32.185Z Downloaded zlib-rs v0.6.2
13102026-04-17T13:32:32.188Z Downloaded webpki-roots v1.0.6
13112026-04-17T13:32:32.191Z Downloaded object v0.37.3
13122026-04-17T13:32:32.196Z Downloaded rustls v0.22.4
13132026-04-17T13:32:32.204Z Downloaded zerocopy v0.8.40
13142026-04-17T13:32:32.210Z Downloaded nix v0.31.2
13152026-04-17T13:32:32.217Z Downloaded diesel v2.3.7
13162026-04-17T13:32:32.229Z Downloaded smoltcp v0.11.0
13172026-04-17T13:32:32.235Z Downloaded rustix v0.38.44
13182026-04-17T13:32:32.249Z Downloaded regress v0.10.5
13192026-04-17T13:32:32.253Z Downloaded hickory-proto v0.25.2
13202026-04-17T13:32:32.263Z Downloaded regex-syntax v0.8.10
13212026-04-17T13:32:32.268Z Downloaded rustls v0.23.37
13222026-04-17T13:32:32.275Z Downloaded openapiv3 v2.2.0
13232026-04-17T13:32:32.283Z Downloaded regex-syntax v0.6.29
13242026-04-17T13:32:32.287Z Downloaded bstr v1.12.1
13252026-04-17T13:32:32.293Z Downloaded dropshot v0.17.0
13262026-04-17T13:32:32.308Z Downloaded dropshot v0.16.7
13272026-04-17T13:32:32.320Z Downloaded typify-impl v0.6.1
13282026-04-17T13:32:32.330Z Downloaded tracing v0.1.44
13292026-04-17T13:32:32.343Z Downloaded typify-impl v0.4.3
13302026-04-17T13:32:32.354Z Downloaded sled v0.34.7
13312026-04-17T13:32:32.360Z Downloaded sqlparser v0.61.0
13322026-04-17T13:32:32.366Z Downloaded ratatui v0.29.0
13332026-04-17T13:32:32.379Z Downloaded regex-automata v0.4.14
13342026-04-17T13:32:32.398Z Downloaded petgraph v0.6.5
13352026-04-17T13:32:32.408Z Downloaded bzip2-sys v0.1.13+1.0.8
13362026-04-17T13:32:32.416Z Downloaded jiff v0.2.21
13372026-04-17T13:32:32.430Z Downloaded zerocopy-derive v0.6.6
13382026-04-17T13:32:32.436Z Downloaded csv v1.4.0
13392026-04-17T13:32:32.455Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-04-17T13:32:32.466Z Downloaded chrono-tz v0.10.4
13412026-04-17T13:32:32.492Z Downloaded petgraph v0.8.3
13422026-04-17T13:32:32.514Z Downloaded encoding_rs v0.8.35
13432026-04-17T13:32:32.535Z Downloaded libz-sys v1.1.24
13442026-04-17T13:32:32.539Z Downloaded ring v0.17.14
13452026-04-17T13:32:32.565Z Downloaded sha3 v0.10.8
13462026-04-17T13:32:32.568Z Downloaded tokio v1.52.1
13472026-04-17T13:32:32.693Z Downloaded libgit2-sys v0.18.3+1.9.2
13482026-04-17T13:32:33.197Z Downloaded aws-lc-sys v0.37.1
13492026-04-17T13:32:33.442Z Compiling libc v0.2.185
13502026-04-17T13:32:33.443Z Compiling serde v1.0.228
13512026-04-17T13:32:33.446Z Compiling shlex v1.3.0
13522026-04-17T13:32:33.446Z Compiling find-msvc-tools v0.1.9
13532026-04-17T13:32:33.446Z Compiling log v0.4.29
13542026-04-17T13:32:33.446Z Compiling smallvec v1.15.1
13552026-04-17T13:32:33.446Z Compiling syn v2.0.117
13562026-04-17T13:32:33.446Z Compiling typenum v1.19.0
13572026-04-17T13:32:33.788Z Compiling generic-array v0.14.7
13582026-04-17T13:32:33.814Z Compiling subtle v2.6.1
13592026-04-17T13:32:33.827Z Compiling scopeguard v1.2.0
13602026-04-17T13:32:33.843Z Compiling const-oid v0.9.6
13612026-04-17T13:32:33.901Z Compiling portable-atomic v1.13.1
13622026-04-17T13:32:33.929Z Compiling lock_api v0.4.14
13632026-04-17T13:32:33.988Z Compiling zerocopy v0.8.40
13642026-04-17T13:32:34.021Z Compiling serde_json v1.0.149
13652026-04-17T13:32:34.161Z Compiling critical-section v1.2.0
13662026-04-17T13:32:34.239Z Compiling parking_lot_core v0.9.12
13672026-04-17T13:32:34.270Z Compiling pin-project-lite v0.2.17
13682026-04-17T13:32:34.406Z Compiling getrandom v0.2.17
13692026-04-17T13:32:34.438Z Compiling jobserver v0.1.34
13702026-04-17T13:32:34.470Z Compiling errno v0.3.14
13712026-04-17T13:32:34.551Z Compiling pkg-config v0.3.32
13722026-04-17T13:32:34.570Z Compiling rand_core v0.6.4
13732026-04-17T13:32:34.617Z Compiling signal-hook-registry v1.4.8
13742026-04-17T13:32:34.634Z Compiling cc v1.2.56
13752026-04-17T13:32:34.839Z Compiling bitflags v2.11.0
13762026-04-17T13:32:34.893Z Compiling once_cell v1.21.3
13772026-04-17T13:32:34.971Z Compiling libm v0.2.16
13782026-04-17T13:32:35.089Z Compiling parking_lot v0.12.5
13792026-04-17T13:32:35.107Z Compiling mio v1.2.0
13802026-04-17T13:32:35.120Z Compiling num-traits v0.2.19
13812026-04-17T13:32:35.135Z Compiling futures-core v0.3.32
13822026-04-17T13:32:35.296Z Compiling percent-encoding v2.3.2
13832026-04-17T13:32:35.460Z Compiling socket2 v0.6.3
13842026-04-17T13:32:35.475Z Compiling allocator-api2 v0.2.21
13852026-04-17T13:32:35.488Z Compiling futures-sink v0.3.32
13862026-04-17T13:32:35.501Z Compiling foldhash v0.2.0
13872026-04-17T13:32:35.567Z Compiling cpufeatures v0.2.17
13882026-04-17T13:32:35.590Z Compiling futures-channel v0.3.32
13892026-04-17T13:32:35.645Z Compiling futures-io v0.3.32
13902026-04-17T13:32:35.717Z Compiling getrandom v0.4.1
13912026-04-17T13:32:35.788Z Compiling hashbrown v0.16.1
13922026-04-17T13:32:35.802Z Compiling futures-task v0.3.32
13932026-04-17T13:32:35.817Z Compiling slab v0.4.12
13942026-04-17T13:32:35.858Z Compiling rand_core v0.10.0
13952026-04-17T13:32:35.970Z Compiling rustversion v1.0.22
13962026-04-17T13:32:35.991Z Compiling getrandom v0.3.4
13972026-04-17T13:32:36.022Z Compiling form_urlencoded v1.2.2
13982026-04-17T13:32:36.195Z Compiling cmake v0.1.57
13992026-04-17T13:32:36.360Z Compiling indexmap v2.13.0
14002026-04-17T13:32:36.374Z Compiling synstructure v0.13.2
14012026-04-17T13:32:36.443Z Compiling fs_extra v1.3.0
14022026-04-17T13:32:36.713Z Compiling base64ct v1.8.3
14032026-04-17T13:32:36.763Z Compiling dunce v1.0.5
14042026-04-17T13:32:36.831Z Compiling ident_case v1.0.1
14052026-04-17T13:32:36.863Z Compiling aws-lc-sys v0.37.1
14062026-04-17T13:32:36.961Z Compiling pem-rfc7468 v0.7.0
14072026-04-17T13:32:37.002Z Compiling flagset v0.4.7
14082026-04-17T13:32:37.015Z Compiling rand_core v0.9.5
14092026-04-17T13:32:37.041Z Compiling rustix v1.1.3
14102026-04-17T13:32:37.055Z Compiling iana-time-zone v0.1.65
14112026-04-17T13:32:37.126Z Compiling uuid v1.23.0
14122026-04-17T13:32:37.141Z Compiling ring v0.17.14
14132026-04-17T13:32:37.259Z Compiling rustc_version v0.4.1
14142026-04-17T13:32:37.272Z Compiling regex-syntax v0.8.10
14152026-04-17T13:32:37.294Z Compiling vcpkg v0.2.15
14162026-04-17T13:32:37.600Z Compiling aws-lc-rs v1.16.0
14172026-04-17T13:32:37.860Z Compiling tracing-core v0.1.36
14182026-04-17T13:32:37.893Z Compiling pest_generator v2.8.6
14192026-04-17T13:32:38.062Z Compiling openssl-sys v0.9.111
14202026-04-17T13:32:38.268Z Compiling serde_derive v1.0.228
14212026-04-17T13:32:38.430Z Compiling zeroize_derive v1.4.3
14222026-04-17T13:32:38.596Z Compiling zerofrom-derive v0.1.6
14232026-04-17T13:32:38.625Z Compiling yoke-derive v0.8.1
14242026-04-17T13:32:38.824Z Compiling zerocopy-derive v0.8.40
14252026-04-17T13:32:39.102Z Compiling zeroize v1.8.2
14262026-04-17T13:32:39.699Z Compiling zerovec-derive v0.11.2
14272026-04-17T13:32:39.830Z Compiling displaydoc v0.2.5
14282026-04-17T13:32:39.892Z Compiling crypto-common v0.1.7
14292026-04-17T13:32:40.033Z Compiling zerofrom v0.1.6
14302026-04-17T13:32:40.048Z Compiling block-buffer v0.10.4
14312026-04-17T13:32:40.168Z Compiling yoke v0.8.1
14322026-04-17T13:32:40.223Z Compiling digest v0.10.7
14332026-04-17T13:32:40.366Z Compiling tokio-macros v2.7.0
14342026-04-17T13:32:40.474Z Compiling hmac v0.12.1
14352026-04-17T13:32:40.575Z Compiling zerotrie v0.2.3
14362026-04-17T13:32:40.633Z Compiling futures-macro v0.3.32
14372026-04-17T13:32:40.832Z Compiling zerovec v0.11.5
14382026-04-17T13:32:40.874Z Compiling block-padding v0.3.3
14392026-04-17T13:32:41.037Z Compiling inout v0.1.4
14402026-04-17T13:32:41.071Z Compiling sha2 v0.10.9
14412026-04-17T13:32:41.206Z Compiling cipher v0.4.4
14422026-04-17T13:32:41.328Z Compiling tinystr v0.8.2
14432026-04-17T13:32:41.437Z Compiling potential_utf v0.1.4
14442026-04-17T13:32:41.467Z Compiling futures-util v0.3.32
14452026-04-17T13:32:41.539Z Compiling icu_locale_core v2.1.1
14462026-04-17T13:32:41.635Z Compiling icu_collections v2.1.1
14472026-04-17T13:32:41.839Z Compiling bytes v1.11.1
14482026-04-17T13:32:42.120Z Compiling der_derive v0.7.3
14492026-04-17T13:32:42.196Z Compiling icu_provider v2.1.1
14502026-04-17T13:32:42.470Z Compiling tokio v1.52.1
14512026-04-17T13:32:42.473Z Compiling icu_normalizer v2.1.1
14522026-04-17T13:32:42.498Z Compiling icu_properties v2.1.2
14532026-04-17T13:32:42.498Z Compiling http v1.4.0
14542026-04-17T13:32:43.028Z Compiling chrono v0.4.44
14552026-04-17T13:32:43.091Z Compiling der v0.7.10
14562026-04-17T13:32:43.350Z Compiling ppv-lite86 v0.2.21
14572026-04-17T13:32:43.401Z Compiling idna_adapter v1.2.1
14582026-04-17T13:32:43.540Z Compiling idna v1.1.0
14592026-04-17T13:32:43.616Z Compiling salsa20 v0.10.2
14602026-04-17T13:32:43.661Z Compiling pbkdf2 v0.12.2
14612026-04-17T13:32:43.754Z Compiling thiserror-impl v2.0.18
14622026-04-17T13:32:43.770Z Compiling scrypt v0.11.0
14632026-04-17T13:32:43.785Z Compiling rand_chacha v0.9.0
14642026-04-17T13:32:44.021Z Compiling url v2.5.8
14652026-04-17T13:32:44.178Z Compiling spki v0.7.3
14662026-04-17T13:32:44.289Z Compiling aes v0.8.4
14672026-04-17T13:32:44.386Z Compiling cbc v0.1.2
14682026-04-17T13:32:44.402Z Compiling rustls-pki-types v1.14.0
14692026-04-17T13:32:44.478Z Compiling tracing-attributes v0.1.31
14702026-04-17T13:32:44.536Z Compiling rand v0.9.2
14712026-04-17T13:32:44.815Z Compiling pkcs5 v0.7.1
14722026-04-17T13:32:44.840Z Compiling http-body v1.0.1
14732026-04-17T13:32:45.059Z Compiling serde_derive_internals v0.29.1
14742026-04-17T13:32:45.074Z Compiling thiserror v2.0.18
14752026-04-17T13:32:45.182Z Compiling schemars v0.8.22
14762026-04-17T13:32:45.289Z Compiling httparse v1.10.1
14772026-04-17T13:32:45.326Z Compiling untrusted v0.9.0
14782026-04-17T13:32:45.341Z Compiling untrusted v0.7.1
14792026-04-17T13:32:45.382Z Compiling base64 v0.22.1
14802026-04-17T13:32:45.446Z Compiling openssl-probe v0.2.1
14812026-04-17T13:32:45.651Z Compiling pkcs8 v0.10.2
14822026-04-17T13:32:45.679Z Compiling pest_derive v2.8.6
14832026-04-17T13:32:45.697Z Compiling scroll_derive v0.13.1
14842026-04-17T13:32:45.767Z Compiling tracing v0.1.44
14852026-04-17T13:32:45.950Z Compiling schemars_derive v0.8.22
14862026-04-17T13:32:45.953Z Compiling darling_core v0.20.11
14872026-04-17T13:32:46.029Z Compiling tower-service v0.3.3
14882026-04-17T13:32:46.099Z Compiling tower-layer v0.3.3
14892026-04-17T13:32:46.122Z Compiling tokio-util v0.7.18
14902026-04-17T13:32:46.258Z Compiling atomic-waker v1.1.2
14912026-04-17T13:32:46.386Z Compiling try-lock v0.2.5
14922026-04-17T13:32:46.495Z Compiling tinyvec_macros v0.1.1
14932026-04-17T13:32:46.509Z Compiling rustls v0.23.37
14942026-04-17T13:32:46.605Z Compiling dyn-clone v1.0.20
14952026-04-17T13:32:46.717Z Compiling tinyvec v1.10.0
14962026-04-17T13:32:46.745Z Compiling scroll v0.13.0
14972026-04-17T13:32:47.016Z Compiling h2 v0.4.13
14982026-04-17T13:32:47.064Z Compiling want v0.3.1
14992026-04-17T13:32:47.232Z Compiling ipnet v2.11.0
15002026-04-17T13:32:47.246Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-04-17T13:32:47.479Z Compiling spin v0.9.8
15022026-04-17T13:32:47.630Z Compiling aho-corasick v1.1.4
15032026-04-17T13:32:47.686Z Compiling time-core v0.1.8
15042026-04-17T13:32:47.733Z Compiling num-conv v0.2.0
15052026-04-17T13:32:47.837Z Compiling powerfmt v0.2.0
15062026-04-17T13:32:47.866Z Compiling pin-utils v0.1.0
15072026-04-17T13:32:47.941Z Compiling crc32fast v1.5.0
15082026-04-17T13:32:48.041Z Compiling foreign-types-shared v0.1.1
15092026-04-17T13:32:48.122Z Compiling openssl v0.10.75
15102026-04-17T13:32:48.137Z Compiling httpdate v1.0.3
15112026-04-17T13:32:48.251Z Compiling foreign-types v0.3.2
15122026-04-17T13:32:48.276Z Compiling darling_macro v0.20.11
15132026-04-17T13:32:48.324Z Compiling tempfile v3.25.0
15142026-04-17T13:32:48.349Z Compiling deranged v0.5.8
15152026-04-17T13:32:48.382Z Compiling time-macros v0.2.27
15162026-04-17T13:32:48.518Z Compiling regex-automata v0.4.14
15172026-04-17T13:32:48.741Z Compiling darling v0.20.11
15182026-04-17T13:32:48.825Z Compiling goblin v0.10.5
15192026-04-17T13:32:49.325Z Compiling openssl-macros v0.1.1
15202026-04-17T13:32:49.440Z Compiling wait-timeout v0.2.1
15212026-04-17T13:32:49.710Z Compiling socket2 v0.5.10
15222026-04-17T13:32:49.726Z Compiling syn v1.0.109
15232026-04-17T13:32:49.828Z Compiling bit-vec v0.8.0
15242026-04-17T13:32:50.023Z Compiling hyper v1.8.1
15252026-04-17T13:32:50.057Z Compiling siphasher v1.0.2
15262026-04-17T13:32:50.112Z Compiling simd-adler32 v0.3.8
15272026-04-17T13:32:50.244Z Compiling num_threads v0.1.7
15282026-04-17T13:32:50.346Z Compiling native-tls v0.2.18
15292026-04-17T13:32:50.360Z Compiling usdt-impl v0.6.0
15302026-04-17T13:32:50.544Z Compiling crossbeam-utils v0.8.21
15312026-04-17T13:32:50.564Z Compiling quick-error v1.2.3
15322026-04-17T13:32:50.675Z Compiling rusty-fork v0.3.1
15332026-04-17T13:32:50.892Z Compiling time v0.3.47
15342026-04-17T13:32:50.980Z Compiling bit-set v0.8.0
15352026-04-17T13:32:51.142Z Compiling hyper-util v0.1.20
15362026-04-17T13:32:51.588Z Compiling dof v0.4.0
15372026-04-17T13:32:52.532Z Compiling derive_builder_core v0.20.2
15382026-04-17T13:32:52.791Z Compiling unicode-normalization v0.1.25
15392026-04-17T13:32:52.823Z Compiling dtrace-parser v0.3.0
15402026-04-17T13:32:52.944Z Compiling rustls-native-certs v0.8.3
15412026-04-17T13:32:53.151Z Compiling signature v2.2.0
15422026-04-17T13:32:53.235Z Compiling thiserror-impl v1.0.69
15432026-04-17T13:32:53.235Z Compiling scroll_derive v0.12.1
15442026-04-17T13:32:53.336Z Compiling heapless v0.7.17
15452026-04-17T13:32:53.393Z Compiling rand_xorshift v0.4.0
15462026-04-17T13:32:53.552Z Compiling slog v2.8.2
15472026-04-17T13:32:53.555Z Compiling darling_core v0.21.3
15482026-04-17T13:32:53.581Z Compiling bzip2-sys v0.1.13+1.0.8
15492026-04-17T13:32:53.746Z Compiling sync_wrapper v1.0.2
15502026-04-17T13:32:53.844Z Compiling thread-id v5.1.0
15512026-04-17T13:32:53.859Z Compiling cookie v0.18.1
15522026-04-17T13:32:53.893Z Compiling unicode-bidi v0.3.18
15532026-04-17T13:32:53.925Z Compiling adler2 v2.0.1
15542026-04-17T13:32:53.939Z Compiling paste v1.0.15
15552026-04-17T13:32:54.038Z Compiling anyhow v1.0.102
15562026-04-17T13:32:54.057Z Compiling signal-hook v0.3.18
15572026-04-17T13:32:54.206Z Compiling unicode-properties v0.1.4
15582026-04-17T13:32:54.224Z Compiling zstd-safe v7.2.4
15592026-04-17T13:32:54.341Z Compiling unarray v0.1.4
15602026-04-17T13:32:54.411Z Compiling stringprep v0.1.5
15612026-04-17T13:32:54.427Z Compiling proptest v1.10.0
15622026-04-17T13:32:54.504Z Compiling thiserror v1.0.69
15632026-04-17T13:32:54.565Z Compiling miniz_oxide v0.8.9
15642026-04-17T13:32:54.644Z Compiling scroll v0.12.0
15652026-04-17T13:32:54.910Z Compiling tower v0.5.3
15662026-04-17T13:32:55.161Z Compiling derive_builder_macro v0.20.2
15672026-04-17T13:32:55.477Z Compiling ipnetwork v0.21.1
15682026-04-17T13:32:55.600Z Compiling http-body-util v0.1.3
15692026-04-17T13:32:55.615Z Compiling webpki-roots v1.0.6
15702026-04-17T13:32:55.739Z Compiling rand_chacha v0.3.1
15712026-04-17T13:32:55.848Z Compiling erased-serde v0.3.31
15722026-04-17T13:32:55.862Z Compiling toml_datetime v0.6.11
15732026-04-17T13:32:55.875Z Compiling serde_tokenstream v0.2.3
15742026-04-17T13:32:56.074Z Compiling darling_macro v0.21.3
15752026-04-17T13:32:56.123Z Compiling serde_spanned v0.6.9
15762026-04-17T13:32:56.185Z Compiling md-5 v0.10.6
15772026-04-17T13:32:56.270Z Compiling zerocopy-derive v0.7.35
15782026-04-17T13:32:56.320Z Compiling curve25519-dalek v4.1.3
15792026-04-17T13:32:56.353Z Compiling vergen-lib v0.1.6
15802026-04-17T13:32:56.563Z Compiling num-integer v0.1.46
15812026-04-17T13:32:56.596Z Compiling hash32 v0.2.1
15822026-04-17T13:32:56.611Z Compiling ff v0.13.1
15832026-04-17T13:32:56.701Z Compiling memoffset v0.9.1
15842026-04-17T13:32:56.748Z Compiling iri-string v0.7.10
15852026-04-17T13:32:56.790Z Compiling ryu v1.0.23
15862026-04-17T13:32:56.898Z Compiling smoltcp v0.9.1
15872026-04-17T13:32:56.912Z Compiling zlib-rs v0.6.2
15882026-04-17T13:32:56.978Z Compiling psl-types v2.0.11
15892026-04-17T13:32:57.110Z Compiling base16ct v0.2.0
15902026-04-17T13:32:57.169Z Compiling num-bigint-dig v0.8.6
15912026-04-17T13:32:57.240Z Compiling litrs v1.0.0
15922026-04-17T13:32:57.288Z Compiling ref-cast v1.0.25
15932026-04-17T13:32:57.356Z Compiling fallible-iterator v0.2.0
15942026-04-17T13:32:57.598Z Compiling rustix v0.38.44
15952026-04-17T13:32:57.672Z Compiling cfg_aliases v0.2.1
15962026-04-17T13:32:57.751Z Compiling nix v0.31.2
15972026-04-17T13:32:57.766Z Compiling document-features v0.2.12
15982026-04-17T13:32:58.045Z Compiling tower-http v0.6.8
15992026-04-17T13:32:58.116Z Compiling postgres-protocol v0.6.10
16002026-04-17T13:32:58.356Z Compiling sec1 v0.7.3
16012026-04-17T13:32:58.371Z Compiling zerocopy v0.7.35
16022026-04-17T13:32:58.446Z Compiling publicsuffix v2.3.0
16032026-04-17T13:32:58.622Z Compiling serde_urlencoded v0.7.1
16042026-04-17T13:32:58.651Z Compiling num-iter v0.1.45
16052026-04-17T13:32:58.729Z Compiling newtype-uuid v1.3.2
16062026-04-17T13:32:58.865Z Compiling group v0.13.0
16072026-04-17T13:32:58.988Z Compiling darling v0.21.3
16082026-04-17T13:32:59.067Z Compiling rand v0.8.5
16092026-04-17T13:32:59.082Z Compiling oxnet v0.1.4
16102026-04-17T13:32:59.105Z Compiling hubpack_derive v0.1.1
16112026-04-17T13:32:59.232Z Compiling derive_builder v0.20.2
16122026-04-17T13:32:59.449Z Compiling tokio-native-tls v0.3.1
16132026-04-17T13:32:59.478Z Compiling goblin v0.8.2
16142026-04-17T13:32:59.880Z Compiling flate2 v1.1.9
16152026-04-17T13:33:00.110Z Compiling regex v1.12.3
16162026-04-17T13:33:00.148Z Compiling phf_shared v0.13.1
16172026-04-17T13:33:00.171Z Compiling lazy_static v1.5.0
16182026-04-17T13:33:00.201Z Compiling cargo-platform v0.1.9
16192026-04-17T13:33:00.269Z Compiling hkdf v0.12.4
16202026-04-17T13:33:00.285Z Compiling crypto-bigint v0.5.5
16212026-04-17T13:33:00.388Z Compiling terminal_size v0.4.3
16222026-04-17T13:33:00.432Z Compiling async-trait v0.1.89
16232026-04-17T13:33:00.455Z Compiling ref-cast-impl v1.0.25
16242026-04-17T13:33:00.525Z Compiling curve25519-dalek-derive v0.1.1
16252026-04-17T13:33:00.541Z Compiling daft-derive v0.1.5
16262026-04-17T13:33:00.992Z Compiling strum_macros v0.27.2
16272026-04-17T13:33:01.167Z Compiling vergen v9.0.6
16282026-04-17T13:33:01.249Z Compiling fs-err v3.3.0
16292026-04-17T13:33:01.354Z Compiling ahash v0.8.12
16302026-04-17T13:33:01.442Z Compiling managed v0.8.0
16312026-04-17T13:33:01.458Z Compiling bitflags v1.3.2
16322026-04-17T13:33:01.533Z Compiling unicode-segmentation v1.12.0
16332026-04-17T13:33:01.598Z Compiling bumpalo v3.20.2
16342026-04-17T13:33:01.684Z Compiling libbz2-rs-sys v0.2.2
16352026-04-17T13:33:01.855Z Compiling object v0.37.3
16362026-04-17T13:33:01.962Z Compiling foldhash v0.1.5
16372026-04-17T13:33:02.134Z Compiling winnow v0.5.40
16382026-04-17T13:33:02.197Z Compiling bzip2 v0.6.1
16392026-04-17T13:33:02.397Z Compiling hashbrown v0.15.5
16402026-04-17T13:33:02.414Z Compiling zopfli v0.8.3
16412026-04-17T13:33:02.432Z Compiling dof v0.3.0
16422026-04-17T13:33:02.993Z Compiling clap_builder v4.5.60
16432026-04-17T13:33:03.056Z Compiling strum v0.27.2
16442026-04-17T13:33:03.216Z Compiling daft v0.1.5
16452026-04-17T13:33:03.231Z Compiling elliptic-curve v0.13.8
16462026-04-17T13:33:03.480Z Compiling toml_edit v0.19.15
16472026-04-17T13:33:03.590Z Compiling cargo_metadata v0.19.2
16482026-04-17T13:33:03.712Z Compiling phf v0.13.1
16492026-04-17T13:33:03.868Z Compiling signal-hook-mio v0.2.5
16502026-04-17T13:33:03.988Z Compiling cookie_store v0.22.1
16512026-04-17T13:33:04.898Z Compiling zstd v0.13.3
16522026-04-17T13:33:04.992Z Compiling hyper-tls v0.6.0
16532026-04-17T13:33:05.170Z Compiling hubpack v0.1.2
16542026-04-17T13:33:05.223Z Compiling bzip2 v0.4.4
16552026-04-17T13:33:05.391Z Compiling serde_with_macros v3.17.0
16562026-04-17T13:33:05.474Z Compiling postgres-types v0.2.12
16572026-04-17T13:33:05.940Z Compiling usdt-attr-macro v0.6.0
16582026-04-17T13:33:06.016Z Compiling usdt-macro v0.6.0
16592026-04-17T13:33:06.092Z Compiling dtrace-parser v0.2.0
16602026-04-17T13:33:06.202Z Compiling ed25519 v2.2.3
16612026-04-17T13:33:06.507Z Compiling bstr v1.12.1
16622026-04-17T13:33:06.665Z Compiling phf_shared v0.11.3
16632026-04-17T13:33:06.757Z Compiling pkcs1 v0.7.5
16642026-04-17T13:33:06.790Z Compiling serde-big-array v0.5.1
16652026-04-17T13:33:06.855Z Compiling hex v0.4.3
16662026-04-17T13:33:06.869Z Compiling rfc6979 v0.4.0
16672026-04-17T13:33:06.933Z Compiling enum-as-inner v0.6.1
16682026-04-17T13:33:06.995Z Compiling strum_macros v0.26.4
16692026-04-17T13:33:07.132Z Compiling clap_derive v4.5.55
16702026-04-17T13:33:07.147Z Compiling serde_repr v0.1.20
16712026-04-17T13:33:07.161Z Compiling float-cmp v0.10.0
16722026-04-17T13:33:07.198Z Compiling thread-id v4.2.2
16732026-04-17T13:33:07.282Z Compiling memmap2 v0.9.10
16742026-04-17T13:33:07.311Z Compiling env_filter v1.0.0
16752026-04-17T13:33:07.445Z Compiling encoding_rs v0.8.35
16762026-04-17T13:33:07.498Z Compiling whoami v2.1.0
16772026-04-17T13:33:07.613Z Compiling rustc-hash v2.1.1
16782026-04-17T13:33:07.679Z Compiling data-encoding v2.10.0
16792026-04-17T13:33:07.736Z Compiling jiff v0.2.21
16802026-04-17T13:33:07.875Z Compiling fixedbitset v0.5.7
16812026-04-17T13:33:08.187Z Compiling either v1.15.0
16822026-04-17T13:33:08.392Z Compiling mime v0.3.17
16832026-04-17T13:33:08.402Z Compiling normalize-line-endings v0.3.0
16842026-04-17T13:33:08.500Z Compiling precomputed-hash v0.1.1
16852026-04-17T13:33:08.589Z Compiling static_assertions v1.1.0
16862026-04-17T13:33:08.647Z Compiling keccak v0.1.6
16872026-04-17T13:33:08.669Z Compiling fixedbitset v0.4.2
16882026-04-17T13:33:08.746Z Compiling new_debug_unreachable v1.0.6
16892026-04-17T13:33:08.827Z Compiling difflib v0.4.0
16902026-04-17T13:33:08.898Z Compiling predicates-core v1.0.10
16912026-04-17T13:33:08.908Z Compiling clap v4.5.60
16922026-04-17T13:33:08.963Z Compiling petgraph v0.6.5
16932026-04-17T13:33:08.992Z Compiling string_cache v0.8.9
16942026-04-17T13:33:09.068Z Compiling predicates v3.1.4
16952026-04-17T13:33:09.223Z Compiling sha3 v0.10.8
16962026-04-17T13:33:09.386Z Compiling strum v0.26.3
16972026-04-17T13:33:09.409Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16982026-04-17T13:33:09.468Z Compiling toml_edit v0.22.27
16992026-04-17T13:33:09.521Z Compiling itertools v0.13.0
17002026-04-17T13:33:09.687Z Compiling petgraph v0.8.3
17012026-04-17T13:33:09.720Z Compiling hickory-proto v0.25.2
17022026-04-17T13:33:10.432Z Compiling zip v4.6.1
17032026-04-17T13:33:10.742Z Compiling tokio-postgres v0.7.16
17042026-04-17T13:33:11.386Z Compiling iddqd v0.3.17
17052026-04-17T13:33:11.636Z Compiling env_logger v0.11.9
17062026-04-17T13:33:11.928Z Compiling usdt v0.6.0
17072026-04-17T13:33:11.996Z Compiling usdt-impl v0.5.0
17082026-04-17T13:33:12.197Z Compiling serde_with v3.17.0
17092026-04-17T13:33:12.217Z Compiling rsa v0.9.10
17102026-04-17T13:33:12.235Z Compiling ecdsa v0.16.9
17112026-04-17T13:33:12.564Z Compiling similar v2.7.0
17122026-04-17T13:33:12.593Z Compiling ed25519-dalek v2.2.0
17132026-04-17T13:33:12.637Z Compiling crossterm v0.28.1
17142026-04-17T13:33:13.246Z Compiling zip v0.6.6
17152026-04-17T13:33:13.817Z Compiling toml v0.7.8
17162026-04-17T13:33:14.154Z Compiling toml_parser v1.0.9+spec-1.1.0
17172026-04-17T13:33:14.229Z Compiling heck v0.4.1
17182026-04-17T13:33:14.399Z Compiling crossbeam-epoch v0.9.18
17192026-04-17T13:33:14.414Z Compiling tokio-stream v0.1.18
17202026-04-17T13:33:14.459Z Compiling buf-list v1.1.2
17212026-04-17T13:33:14.475Z Compiling x509-cert v0.2.5
17222026-04-17T13:33:14.731Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17232026-04-17T13:33:14.747Z Compiling openapiv3 v2.2.0
17242026-04-17T13:33:14.785Z Compiling sha1 v0.10.6
17252026-04-17T13:33:14.867Z Compiling toml_datetime v0.7.5+spec-1.1.0
17262026-04-17T13:33:15.005Z Compiling lalrpop-util v0.19.12
17272026-04-17T13:33:15.035Z Compiling peg-runtime v0.8.5
17282026-04-17T13:33:15.154Z Compiling thread_local v1.1.9
17292026-04-17T13:33:15.194Z Compiling slog-async v2.8.0
17302026-04-17T13:33:15.316Z Compiling crossbeam-channel v0.5.15
17312026-04-17T13:33:15.407Z Compiling futures-executor v0.3.32
17322026-04-17T13:33:15.517Z Compiling is-terminal v0.4.17
17332026-04-17T13:33:15.550Z Compiling filetime v0.2.27
17342026-04-17T13:33:15.612Z Compiling take_mut v0.2.2
17352026-04-17T13:33:15.665Z Compiling xattr v1.6.1
17362026-04-17T13:33:15.721Z Compiling term v1.2.1
17372026-04-17T13:33:15.773Z Compiling futures v0.3.32
17382026-04-17T13:33:15.836Z Compiling tar v0.4.45
17392026-04-17T13:33:16.088Z Compiling slog-term v2.9.2
17402026-04-17T13:33:22.727Z Compiling rustls-webpki v0.103.9
17412026-04-17T13:33:25.536Z Compiling tokio-rustls v0.26.4
17422026-04-17T13:33:25.536Z Compiling rustls-platform-verifier v0.6.2
17432026-04-17T13:33:25.744Z Compiling hyper-rustls v0.27.7
17442026-04-17T13:33:25.953Z Compiling reqwest v0.13.2
17452026-04-17T13:33:25.953Z Compiling reqwest v0.12.28
17462026-04-17T13:33:28.041Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17472026-04-17T13:33:28.258Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17482026-04-17T13:33:31.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17492026-04-17T13:33:31.234Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17502026-04-17T13:33:31.294ZApr 17 13:33:29.964 INFO Starting download, target: Clickhouse
17512026-04-17T13:33:31.294ZApr 17 13:33:29.965 INFO Starting download, target: Cockroach
17522026-04-17T13:33:31.294ZApr 17 13:33:29.965 INFO Starting download, target: Console
17532026-04-17T13:33:31.294ZApr 17 13:33:29.965 INFO Starting download, target: DendriteStub
17542026-04-17T13:33:31.294ZApr 17 13:33:29.965 INFO Starting download, target: MaghemiteMgd
17552026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Starting download, target: TransceiverControl
17562026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17572026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17582026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17592026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17602026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17612026-04-17T13:33:31.305ZApr 17 13:33:29.965 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17622026-04-17T13:33:31.824ZApr 17 13:33:30.471 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17632026-04-17T13:33:32.021ZApr 17 13:33:30.690 INFO Download complete, target: TransceiverControl
17642026-04-17T13:33:32.246ZApr 17 13:33:30.916 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17652026-04-17T13:33:32.489ZApr 17 13:33:31.157 INFO Download complete, target: Console
17662026-04-17T13:33:32.809ZApr 17 13:33:31.482 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17672026-04-17T13:33:32.927ZApr 17 13:33:31.600 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17682026-04-17T13:33:33.124ZApr 17 13:33:31.792 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-04-17T13:33:33.232ZApr 17 13:33:31.906 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17702026-04-17T13:33:33.232ZApr 17 13:33:31.906 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17712026-04-17T13:33:35.132ZApr 17 13:33:33.806 INFO Download complete, target: DendriteStub
17722026-04-17T13:33:35.197ZApr 17 13:33:33.870 INFO Download complete, target: MaghemiteMgd
17732026-04-17T13:33:37.748ZApr 17 13:33:36.421 INFO Checking that binary works, target: Cockroach
17742026-04-17T13:33:37.842ZApr 17 13:33:36.516 INFO Download complete, target: Cockroach
17752026-04-17T13:33:39.761ZApr 17 13:33:38.434 INFO Checking that binary works, target: Clickhouse
17762026-04-17T13:33:39.857ZApr 17 13:33:38.530 INFO Download complete, target: Clickhouse
17772026-04-17T13:33:39.877ZAll builder prerequisites installed successfully, and PATH looks valid
17782026-04-17T13:33:39.880Z
17792026-04-17T13:33:39.880Zreal 3:17.456651703
17802026-04-17T13:33:39.880Zuser 7:18.227952366
17812026-04-17T13:33:39.880Zsys 1:24.948398795
17822026-04-17T13:33:39.881Ztrap 0.226627169
17832026-04-17T13:33:39.881Ztflt 0.715169110
17842026-04-17T13:33:39.881Zdflt 0.603383282
17852026-04-17T13:33:39.881Zkflt 0.025128668
17862026-04-17T13:33:39.881Zlock 22:32.331020708
17872026-04-17T13:33:39.881Zslp 22:15.812371124
17882026-04-17T13:33:39.881Zlat 42.985044672
17892026-04-17T13:33:39.881Zstop 1:57.373207042
17902026-04-17T13:33:39.881Z+ banner hack-check
17912026-04-17T13:33:39.881Z
17922026-04-17T13:33:39.881Z # # ## #### # # #### # # ###### #### # #
17932026-04-17T13:33:39.881Z # # # # # # # # # # # # # # # # #
17942026-04-17T13:33:39.881Z ###### # # # #### ##### # ###### ##### # ####
17952026-04-17T13:33:39.881Z # # ###### # # # # # # # # # #
17962026-04-17T13:33:39.881Z # # # # # # # # # # # # # # # # #
17972026-04-17T13:33:39.881Z # # # # #### # # #### # # ###### #### # #
17982026-04-17T13:33:39.881Z
17992026-04-17T13:33:39.881Z+ export CARGO_INCREMENTAL=0
18002026-04-17T13:33:39.881Z+ CARGO_INCREMENTAL=0
18012026-04-17T13:33:39.881Z+ ptime -m timeout 2h cargo xtask check-features --ci
18022026-04-17T13:33:40.416Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18032026-04-17T13:33:40.633Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18042026-04-17T13:33:42.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
18052026-04-17T13:33:42.566Z Running `target/debug/xtask check-features --ci`
18062026-04-17T13:33:42.591Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18072026-04-17T13:33:42.594Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18082026-04-17T13:33:43.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18092026-04-17T13:33:43.102Z Running `target/debug/xtask download cargo-hack`
18102026-04-17T13:33:43.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18112026-04-17T13:33:44.185Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18122026-04-17T13:33:46.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18132026-04-17T13:33:46.801Z Running `target/debug/xtask-downloader cargo-hack`
18142026-04-17T13:33:46.844ZApr 17 13:33:45.516 INFO Starting download, target: CargoHack
18152026-04-17T13:33:46.847ZApr 17 13:33:45.517 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18162026-04-17T13:33:47.193ZApr 17 13:33:45.864 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18172026-04-17T13:33:47.242ZApr 17 13:33:45.914 INFO Download complete, target: CargoHack
18182026-04-17T13:33:47.245Zrunning: "/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"
18192026-04-17T13:33:47.258Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18202026-04-17T13:33:47.409Zinfo: running `cargo check --bins` on api_identity (1/272)
18212026-04-17T13:33:47.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18222026-04-17T13:33:47.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18232026-04-17T13:33:47.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18242026-04-17T13:33:47.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18252026-04-17T13:33:47.989Z
18262026-04-17T13:33:47.989Zinfo: running `cargo check --bins` on bootstore (2/272)
18272026-04-17T13:33:48.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18282026-04-17T13:33:48.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18292026-04-17T13:33:48.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18302026-04-17T13:33:48.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18312026-04-17T13:33:48.570Z
18322026-04-17T13:33:48.570Zinfo: running `cargo check --bins` on omicron-ledger (3/272)
18332026-04-17T13:33:49.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18342026-04-17T13:33:49.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18352026-04-17T13:33:49.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18362026-04-17T13:33:49.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18372026-04-17T13:33:49.150Z
18382026-04-17T13:33:49.150Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/272)
18392026-04-17T13:33:49.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-04-17T13:33:49.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-04-17T13:33:49.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-04-17T13:33:49.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18432026-04-17T13:33:49.738Z
18442026-04-17T13:33:49.738Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/272)
18452026-04-17T13:33:50.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-04-17T13:33:50.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-04-17T13:33:50.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-04-17T13:33:50.238Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-04-17T13:33:50.318Z
18502026-04-17T13:33:50.318Zinfo: running `cargo check --bins` on omicron-certificates (6/272)
18512026-04-17T13:33:50.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-04-17T13:33:50.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-04-17T13:33:50.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-04-17T13:33:50.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18552026-04-17T13:33:50.915Z
18562026-04-17T13:33:50.915Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/272)
18572026-04-17T13:33:51.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-04-17T13:33:51.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-04-17T13:33:51.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-04-17T13:33:51.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18612026-04-17T13:33:51.505Z
18622026-04-17T13:33:51.505Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/272)
18632026-04-17T13:33:52.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-04-17T13:33:52.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-04-17T13:33:52.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-04-17T13:33:52.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18672026-04-17T13:33:52.092Z
18682026-04-17T13:33:52.092Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/272)
18692026-04-17T13:33:52.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-04-17T13:33:52.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-04-17T13:33:52.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-04-17T13:33:52.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18732026-04-17T13:33:52.562Z
18742026-04-17T13:33:52.562Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/272)
18752026-04-17T13:33:52.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-04-17T13:33:52.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-04-17T13:33:52.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-04-17T13:33:52.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18792026-04-17T13:33:53.033Z
18802026-04-17T13:33:53.034Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/272)
18812026-04-17T13:33:53.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-04-17T13:33:53.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-04-17T13:33:53.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-04-17T13:33:53.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18852026-04-17T13:33:53.504Z
18862026-04-17T13:33:53.504Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/272)
18872026-04-17T13:33:53.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-04-17T13:33:53.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-04-17T13:33:53.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-04-17T13:33:53.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-04-17T13:33:53.968Z
18922026-04-17T13:33:53.968Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/272)
18932026-04-17T13:33:54.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-04-17T13:33:54.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-04-17T13:33:54.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-04-17T13:33:54.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18972026-04-17T13:33:54.432Z
18982026-04-17T13:33:54.432Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/272)
18992026-04-17T13:33:54.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-04-17T13:33:54.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-04-17T13:33:54.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-04-17T13:33:54.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19032026-04-17T13:33:54.900Z
19042026-04-17T13:33:54.900Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/272)
19052026-04-17T13:33:55.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-04-17T13:33:55.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-04-17T13:33:55.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-04-17T13:33:55.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-04-17T13:33:55.371Z
19102026-04-17T13:33:55.371Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/272)
19112026-04-17T13:33:55.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-04-17T13:33:55.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-04-17T13:33:55.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-04-17T13:33:55.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19152026-04-17T13:33:55.839Z
19162026-04-17T13:33:55.839Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/272)
19172026-04-17T13:33:56.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-04-17T13:33:56.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-04-17T13:33:56.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-04-17T13:33:56.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19212026-04-17T13:33:56.310Z
19222026-04-17T13:33:56.310Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/272)
19232026-04-17T13:33:56.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-04-17T13:33:56.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-04-17T13:33:56.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-04-17T13:33:56.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19272026-04-17T13:33:56.774Z
19282026-04-17T13:33:56.774Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/272)
19292026-04-17T13:33:57.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-04-17T13:33:57.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-04-17T13:33:57.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-04-17T13:33:57.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19332026-04-17T13:33:57.240Z
19342026-04-17T13:33:57.240Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/272)
19352026-04-17T13:33:57.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-04-17T13:33:57.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-04-17T13:33:57.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-04-17T13:33:57.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-04-17T13:33:57.707Z
19402026-04-17T13:33:57.707Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/272)
19412026-04-17T13:33:58.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-04-17T13:33:58.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-04-17T13:33:58.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-04-17T13:33:58.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19452026-04-17T13:33:58.173Z
19462026-04-17T13:33:58.173Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/272)
19472026-04-17T13:33:58.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-04-17T13:33:58.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-04-17T13:33:58.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-04-17T13:33:58.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19512026-04-17T13:33:58.640Z
19522026-04-17T13:33:58.640Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/272)
19532026-04-17T13:33:59.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-04-17T13:33:59.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-04-17T13:33:59.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-04-17T13:33:59.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19572026-04-17T13:33:59.113Z
19582026-04-17T13:33:59.113Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/272)
19592026-04-17T13:33:59.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-04-17T13:33:59.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-04-17T13:33:59.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-04-17T13:33:59.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19632026-04-17T13:33:59.585Z
19642026-04-17T13:33:59.586Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/272)
19652026-04-17T13:33:59.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-04-17T13:33:59.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-04-17T13:33:59.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-04-17T13:34:00.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-04-17T13:34:00.059Z
19702026-04-17T13:34:00.059Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/272)
19712026-04-17T13:34:00.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-04-17T13:34:00.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-04-17T13:34:00.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-04-17T13:34:00.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19752026-04-17T13:34:00.531Z
19762026-04-17T13:34:00.531Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/272)
19772026-04-17T13:34:00.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-04-17T13:34:00.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-04-17T13:34:00.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-04-17T13:34:00.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-04-17T13:34:01.007Z
19822026-04-17T13:34:01.007Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/272)
19832026-04-17T13:34:01.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-04-17T13:34:01.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-04-17T13:34:01.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-04-17T13:34:01.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19872026-04-17T13:34:01.472Z
19882026-04-17T13:34:01.472Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/272)
19892026-04-17T13:34:01.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-04-17T13:34:01.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-04-17T13:34:01.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-04-17T13:34:01.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s
19932026-04-17T13:34:01.935Z
19942026-04-17T13:34:01.935Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/272)
19952026-04-17T13:34:02.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-04-17T13:34:02.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-04-17T13:34:02.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-04-17T13:34:02.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19992026-04-17T13:34:02.397Z
20002026-04-17T13:34:02.397Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/272)
20012026-04-17T13:34:02.799Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-04-17T13:34:02.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-04-17T13:34:02.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-04-17T13:34:02.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20052026-04-17T13:34:02.861Z
20062026-04-17T13:34:02.861Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/272)
20072026-04-17T13:34:03.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-04-17T13:34:03.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-04-17T13:34:03.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-04-17T13:34:03.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20112026-04-17T13:34:03.327Z
20122026-04-17T13:34:03.327Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/272)
20132026-04-17T13:34:03.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-04-17T13:34:03.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-04-17T13:34:03.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-04-17T13:34:03.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20172026-04-17T13:34:03.792Z
20182026-04-17T13:34:03.792Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/272)
20192026-04-17T13:34:04.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-04-17T13:34:04.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-04-17T13:34:04.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-04-17T13:34:04.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-04-17T13:34:04.258Z
20242026-04-17T13:34:04.258Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/272)
20252026-04-17T13:34:04.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-04-17T13:34:04.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-04-17T13:34:04.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-04-17T13:34:04.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20292026-04-17T13:34:04.723Z
20302026-04-17T13:34:04.723Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/272)
20312026-04-17T13:34:05.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-04-17T13:34:05.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-04-17T13:34:05.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-04-17T13:34:05.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20352026-04-17T13:34:05.188Z
20362026-04-17T13:34:05.188Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/272)
20372026-04-17T13:34:05.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-04-17T13:34:05.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-04-17T13:34:05.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-04-17T13:34:05.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-04-17T13:34:05.654Z
20422026-04-17T13:34:05.654Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/272)
20432026-04-17T13:34:06.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-04-17T13:34:06.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-04-17T13:34:06.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-04-17T13:34:06.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20472026-04-17T13:34:06.120Z
20482026-04-17T13:34:06.120Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/272)
20492026-04-17T13:34:06.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-04-17T13:34:06.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-04-17T13:34:06.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-04-17T13:34:06.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20532026-04-17T13:34:06.589Z
20542026-04-17T13:34:06.589Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/272)
20552026-04-17T13:34:06.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-04-17T13:34:07.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-04-17T13:34:07.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-04-17T13:34:07.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-04-17T13:34:07.057Z
20602026-04-17T13:34:07.057Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/272)
20612026-04-17T13:34:07.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-04-17T13:34:07.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-04-17T13:34:07.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-04-17T13:34:07.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20652026-04-17T13:34:07.521Z
20662026-04-17T13:34:07.521Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/272)
20672026-04-17T13:34:07.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-04-17T13:34:07.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-04-17T13:34:07.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-04-17T13:34:07.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20712026-04-17T13:34:07.984Z
20722026-04-17T13:34:07.984Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/272)
20732026-04-17T13:34:08.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-04-17T13:34:08.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-04-17T13:34:08.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-04-17T13:34:08.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20772026-04-17T13:34:08.454Z
20782026-04-17T13:34:08.454Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/272)
20792026-04-17T13:34:08.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-04-17T13:34:08.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-04-17T13:34:08.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-04-17T13:34:08.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20832026-04-17T13:34:08.923Z
20842026-04-17T13:34:08.923Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/272)
20852026-04-17T13:34:09.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-04-17T13:34:09.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-04-17T13:34:09.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-04-17T13:34:09.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20892026-04-17T13:34:09.390Z
20902026-04-17T13:34:09.390Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/272)
20912026-04-17T13:34:09.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-04-17T13:34:09.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-04-17T13:34:09.795Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-04-17T13:34:09.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20952026-04-17T13:34:09.852Z
20962026-04-17T13:34:09.852Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/272)
20972026-04-17T13:34:10.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-04-17T13:34:10.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-04-17T13:34:10.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-04-17T13:34:10.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21012026-04-17T13:34:10.314Z
21022026-04-17T13:34:10.314Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/272)
21032026-04-17T13:34:10.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-04-17T13:34:10.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-04-17T13:34:10.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-04-17T13:34:10.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21072026-04-17T13:34:10.777Z
21082026-04-17T13:34:10.777Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/272)
21092026-04-17T13:34:11.301Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-04-17T13:34:11.304Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-04-17T13:34:11.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-04-17T13:34:11.308Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21132026-04-17T13:34:11.402Z
21142026-04-17T13:34:11.402Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/272)
21152026-04-17T13:34:11.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-04-17T13:34:11.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-04-17T13:34:11.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-04-17T13:34:11.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21192026-04-17T13:34:12.025Z
21202026-04-17T13:34:12.025Zinfo: running `cargo check --bins` on nexus-config (51/272)
21212026-04-17T13:34:12.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-04-17T13:34:12.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-04-17T13:34:12.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-04-17T13:34:12.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21252026-04-17T13:34:12.650Z
21262026-04-17T13:34:12.650Zinfo: running `cargo check --bins` on nexus-types (52/272)
21272026-04-17T13:34:13.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-04-17T13:34:13.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-04-17T13:34:13.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302026-04-17T13:34:13.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
21312026-04-17T13:34:13.270Z
21322026-04-17T13:34:13.270Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/272)
21332026-04-17T13:34:13.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342026-04-17T13:34:13.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352026-04-17T13:34:13.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362026-04-17T13:34:13.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21372026-04-17T13:34:13.864Z
21382026-04-17T13:34:13.864Zinfo: running `cargo check --bins` on omicron-passwords (54/272)
21392026-04-17T13:34:14.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402026-04-17T13:34:14.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412026-04-17T13:34:14.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422026-04-17T13:34:14.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21432026-04-17T13:34:14.436Z
21442026-04-17T13:34:14.436Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/272)
21452026-04-17T13:34:14.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462026-04-17T13:34:14.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472026-04-17T13:34:14.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21482026-04-17T13:34:14.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21492026-04-17T13:34:15.026Z
21502026-04-17T13:34:15.026Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/272)
21512026-04-17T13:34:15.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21522026-04-17T13:34:15.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21532026-04-17T13:34:15.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21542026-04-17T13:34:15.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21552026-04-17T13:34:15.621Z
21562026-04-17T13:34:15.621Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/272)
21572026-04-17T13:34:16.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21582026-04-17T13:34:16.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21592026-04-17T13:34:16.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21602026-04-17T13:34:16.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21612026-04-17T13:34:16.208Z
21622026-04-17T13:34:16.208Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/272)
21632026-04-17T13:34:16.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21642026-04-17T13:34:16.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21652026-04-17T13:34:16.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21662026-04-17T13:34:16.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21672026-04-17T13:34:16.798Z
21682026-04-17T13:34:16.799Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/272)
21692026-04-17T13:34:17.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21702026-04-17T13:34:17.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21712026-04-17T13:34:17.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21722026-04-17T13:34:17.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21732026-04-17T13:34:17.375Z
21742026-04-17T13:34:17.375Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/272)
21752026-04-17T13:34:17.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21762026-04-17T13:34:17.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21772026-04-17T13:34:17.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21782026-04-17T13:34:17.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21792026-04-17T13:34:17.954Z
21802026-04-17T13:34:17.954Zinfo: running `cargo check --bins --no-default-features` on gfss (61/272)
21812026-04-17T13:34:18.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21822026-04-17T13:34:18.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21832026-04-17T13:34:18.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21842026-04-17T13:34:18.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21852026-04-17T13:34:18.538Z
21862026-04-17T13:34:18.538Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/272)
21872026-04-17T13:34:19.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21882026-04-17T13:34:19.027Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21892026-04-17T13:34:19.027Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21902026-04-17T13:34:19.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21912026-04-17T13:34:19.111Z
21922026-04-17T13:34:19.111Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/272)
21932026-04-17T13:34:19.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21942026-04-17T13:34:19.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21952026-04-17T13:34:19.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21962026-04-17T13:34:19.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21972026-04-17T13:34:19.701Z
21982026-04-17T13:34:19.701Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/272)
21992026-04-17T13:34:20.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22002026-04-17T13:34:20.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22012026-04-17T13:34:20.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22022026-04-17T13:34:20.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22032026-04-17T13:34:20.288Z
22042026-04-17T13:34:20.288Zinfo: running `cargo check --bins` on cockroach-admin-types (65/272)
22052026-04-17T13:34:20.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22062026-04-17T13:34:20.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22072026-04-17T13:34:20.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22082026-04-17T13:34:20.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22092026-04-17T13:34:20.867Z
22102026-04-17T13:34:20.867Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/272)
22112026-04-17T13:34:21.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22122026-04-17T13:34:21.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22132026-04-17T13:34:21.363Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22142026-04-17T13:34:21.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22152026-04-17T13:34:21.451Z
22162026-04-17T13:34:21.451Zinfo: running `cargo check --bins` on ereport-types (67/272)
22172026-04-17T13:34:21.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22182026-04-17T13:34:21.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22192026-04-17T13:34:21.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22202026-04-17T13:34:21.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22212026-04-17T13:34:22.037Z
22222026-04-17T13:34:22.037Zinfo: running `cargo check --bins` on gateway-client (68/272)
22232026-04-17T13:34:22.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22242026-04-17T13:34:22.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22252026-04-17T13:34:22.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22262026-04-17T13:34:22.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22272026-04-17T13:34:22.626Z
22282026-04-17T13:34:22.626Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/272)
22292026-04-17T13:34:23.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22302026-04-17T13:34:23.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22312026-04-17T13:34:23.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22322026-04-17T13:34:23.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22332026-04-17T13:34:23.215Z
22342026-04-17T13:34:23.215Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/272)
22352026-04-17T13:34:23.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22362026-04-17T13:34:23.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22372026-04-17T13:34:23.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22382026-04-17T13:34:23.717Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22392026-04-17T13:34:23.802Z
22402026-04-17T13:34:23.802Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/272)
22412026-04-17T13:34:24.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22422026-04-17T13:34:24.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22432026-04-17T13:34:24.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22442026-04-17T13:34:24.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22452026-04-17T13:34:24.391Z
22462026-04-17T13:34:24.391Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/272)
22472026-04-17T13:34:24.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22482026-04-17T13:34:24.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22492026-04-17T13:34:24.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22502026-04-17T13:34:24.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22512026-04-17T13:34:24.979Z
22522026-04-17T13:34:24.979Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/272)
22532026-04-17T13:34:25.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22542026-04-17T13:34:25.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22552026-04-17T13:34:25.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22562026-04-17T13:34:25.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22572026-04-17T13:34:25.581Z
22582026-04-17T13:34:25.581Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/272)
22592026-04-17T13:34:26.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22602026-04-17T13:34:26.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22612026-04-17T13:34:26.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22622026-04-17T13:34:26.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22632026-04-17T13:34:26.185Z
22642026-04-17T13:34:26.185Zinfo: running `cargo check --bins` on key-manager-types (75/272)
22652026-04-17T13:34:26.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22662026-04-17T13:34:26.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22672026-04-17T13:34:26.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22682026-04-17T13:34:26.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22692026-04-17T13:34:26.767Z
22702026-04-17T13:34:26.767Zinfo: running `cargo check --bins` on oxlog (76/272)
22712026-04-17T13:34:27.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22722026-04-17T13:34:27.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22732026-04-17T13:34:27.379Z Checking cfg-if v1.0.4
22742026-04-17T13:34:27.382Z Checking libc v0.2.185
22752026-04-17T13:34:27.382Z Checking serde_core v1.0.228
22762026-04-17T13:34:27.495Z Checking zeroize v1.8.2
22772026-04-17T13:34:27.503Z Checking memchr v2.8.0
22782026-04-17T13:34:27.511Z Checking log v0.4.29
22792026-04-17T13:34:27.521Z Checking smallvec v1.15.1
22802026-04-17T13:34:27.531Z Checking typenum v1.19.0
22812026-04-17T13:34:27.531Z Checking subtle v2.6.1
22822026-04-17T13:34:27.633Z Checking itoa v1.0.17
22832026-04-17T13:34:27.668Z Checking scopeguard v1.2.0
22842026-04-17T13:34:27.685Z Checking const-oid v0.9.6
22852026-04-17T13:34:27.696Z Checking stable_deref_trait v1.2.1
22862026-04-17T13:34:27.763Z Checking lock_api v0.4.14
22872026-04-17T13:34:27.777Z Checking portable-atomic v1.13.1
22882026-04-17T13:34:27.779Z Checking zerofrom v0.1.6
22892026-04-17T13:34:27.875Z Checking critical-section v1.2.0
22902026-04-17T13:34:27.891Z Checking getrandom v0.2.17
22912026-04-17T13:34:27.895Z Checking errno v0.3.14
22922026-04-17T13:34:27.961Z Checking yoke v0.8.1
22932026-04-17T13:34:28.032Z Checking signal-hook-registry v1.4.8
22942026-04-17T13:34:28.032Z Checking parking_lot_core v0.9.12
22952026-04-17T13:34:28.054Z Checking generic-array v0.14.7
22962026-04-17T13:34:28.057Z Checking rand_core v0.6.4
22972026-04-17T13:34:28.125Z Checking zerovec v0.11.5
22982026-04-17T13:34:28.158Z Checking once_cell v1.21.3
22992026-04-17T13:34:28.195Z Checking zerocopy v0.8.40
23002026-04-17T13:34:28.210Z Checking pin-project-lite v0.2.17
23012026-04-17T13:34:28.224Z Checking parking_lot v0.12.5
23022026-04-17T13:34:28.300Z Checking mio v1.2.0
23032026-04-17T13:34:28.325Z Checking socket2 v0.6.3
23042026-04-17T13:34:28.359Z Checking libm v0.2.16
23052026-04-17T13:34:28.411Z Checking zmij v1.0.21
23062026-04-17T13:34:28.501Z Checking crypto-common v0.1.7
23072026-04-17T13:34:28.553Z Checking block-buffer v0.10.4
23082026-04-17T13:34:28.566Z Checking tinystr v0.8.2
23092026-04-17T13:34:28.580Z Checking equivalent v1.0.2
23102026-04-17T13:34:28.618Z Checking futures-core v0.3.32
23112026-04-17T13:34:28.631Z Checking litemap v0.8.1
23122026-04-17T13:34:28.657Z Checking allocator-api2 v0.2.21
23132026-04-17T13:34:28.684Z Checking digest v0.10.7
23142026-04-17T13:34:28.736Z Checking percent-encoding v2.3.2
23152026-04-17T13:34:28.739Z Checking writeable v0.6.2
23162026-04-17T13:34:28.798Z Checking potential_utf v0.1.4
23172026-04-17T13:34:28.872Z Checking zerotrie v0.2.3
23182026-04-17T13:34:28.884Z Checking cpufeatures v0.2.17
23192026-04-17T13:34:28.904Z Checking icu_locale_core v2.1.1
23202026-04-17T13:34:28.926Z Checking foldhash v0.2.0
23212026-04-17T13:34:28.939Z Checking icu_collections v2.1.1
23222026-04-17T13:34:28.951Z Checking serde v1.0.228
23232026-04-17T13:34:28.951Z Checking bitflags v2.11.0
23242026-04-17T13:34:29.053Z Checking num-traits v0.2.19
23252026-04-17T13:34:29.072Z Checking serde_json v1.0.149
23262026-04-17T13:34:29.108Z Checking hashbrown v0.16.1
23272026-04-17T13:34:29.125Z Checking hmac v0.12.1
23282026-04-17T13:34:29.245Z Checking block-padding v0.3.3
23292026-04-17T13:34:29.259Z Checking icu_properties_data v2.1.2
23302026-04-17T13:34:29.348Z Checking bytes v1.11.1
23312026-04-17T13:34:29.377Z Checking icu_normalizer_data v2.1.1
23322026-04-17T13:34:29.390Z Checking rand_core v0.10.0
23332026-04-17T13:34:29.447Z Checking futures-sink v0.3.32
23342026-04-17T13:34:29.459Z Checking icu_provider v2.1.1
23352026-04-17T13:34:29.526Z Checking getrandom v0.4.1
23362026-04-17T13:34:29.542Z Checking futures-channel v0.3.32
23372026-04-17T13:34:29.567Z Checking inout v0.1.4
23382026-04-17T13:34:29.602Z Checking indexmap v2.13.0
23392026-04-17T13:34:29.669Z Checking slab v0.4.12
23402026-04-17T13:34:29.684Z Checking icu_properties v2.1.2
23412026-04-17T13:34:29.700Z Checking icu_normalizer v2.1.1
23422026-04-17T13:34:29.721Z Checking futures-io v0.3.32
23432026-04-17T13:34:29.733Z Checking futures-task v0.3.32
23442026-04-17T13:34:29.788Z Checking tokio v1.52.1
23452026-04-17T13:34:29.821Z Checking cipher v0.4.4
23462026-04-17T13:34:29.834Z Checking sha2 v0.10.9
23472026-04-17T13:34:29.863Z Checking futures-util v0.3.32
23482026-04-17T13:34:29.999Z Checking getrandom v0.3.4
23492026-04-17T13:34:30.025Z Checking base64ct v1.8.3
23502026-04-17T13:34:30.102Z Checking utf8_iter v1.0.4
23512026-04-17T13:34:30.138Z Checking byteorder v1.5.0
23522026-04-17T13:34:30.168Z Checking form_urlencoded v1.2.2
23532026-04-17T13:34:30.219Z Checking fnv v1.0.7
23542026-04-17T13:34:30.257Z Checking pem-rfc7468 v0.7.0
23552026-04-17T13:34:30.292Z Checking flagset v0.4.7
23562026-04-17T13:34:30.309Z Checking rand_core v0.9.5
23572026-04-17T13:34:30.339Z Checking salsa20 v0.10.2
23582026-04-17T13:34:30.418Z Checking http v1.4.0
23592026-04-17T13:34:30.421Z Checking der v0.7.10
23602026-04-17T13:34:30.475Z Checking uuid v1.23.0
23612026-04-17T13:34:30.490Z Checking pbkdf2 v0.12.2
23622026-04-17T13:34:30.518Z Checking idna_adapter v1.2.1
23632026-04-17T13:34:30.602Z Checking scrypt v0.11.0
23642026-04-17T13:34:30.635Z Checking idna v1.1.0
23652026-04-17T13:34:30.738Z Checking cbc v0.1.2
23662026-04-17T13:34:30.796Z Checking aes v0.8.4
23672026-04-17T13:34:30.863Z Checking rustix v1.1.3
23682026-04-17T13:34:30.877Z Checking url v2.5.8
23692026-04-17T13:34:30.971Z Checking ppv-lite86 v0.2.21
23702026-04-17T13:34:30.997Z Checking tracing-core v0.1.36
23712026-04-17T13:34:31.163Z Checking spki v0.7.3
23722026-04-17T13:34:31.182Z Checking rustls-pki-types v1.14.0
23732026-04-17T13:34:31.257Z Checking rand_chacha v0.9.0
23742026-04-17T13:34:31.299Z Checking iana-time-zone v0.1.65
23752026-04-17T13:34:31.314Z Checking regex-syntax v0.8.10
23762026-04-17T13:34:31.325Z Checking pkcs5 v0.7.1
23772026-04-17T13:34:31.401Z Checking chrono v0.4.44
23782026-04-17T13:34:31.451Z Checking rand v0.9.2
23792026-04-17T13:34:31.471Z Checking tracing v0.1.44
23802026-04-17T13:34:31.574Z Checking http-body v1.0.1
23812026-04-17T13:34:31.682Z Checking aws-lc-sys v0.37.1
23822026-04-17T13:34:31.698Z Checking untrusted v0.7.1
23832026-04-17T13:34:31.712Z Checking base64 v0.22.1
23842026-04-17T13:34:31.793Z Checking openssl-probe v0.2.1
23852026-04-17T13:34:31.808Z Checking untrusted v0.9.0
23862026-04-17T13:34:31.901Z Checking pkcs8 v0.10.2
23872026-04-17T13:34:31.913Z Checking ring v0.17.14
23882026-04-17T13:34:31.926Z Checking tower-layer v0.3.3
23892026-04-17T13:34:31.943Z Checking tower-service v0.3.3
23902026-04-17T13:34:32.031Z Checking try-lock v0.2.5
23912026-04-17T13:34:32.069Z Checking tinyvec_macros v0.1.1
23922026-04-17T13:34:32.083Z Checking atomic-waker v1.1.2
23932026-04-17T13:34:32.128Z Checking plain v0.2.3
23942026-04-17T13:34:32.140Z Checking tinyvec v1.10.0
23952026-04-17T13:34:32.176Z Checking want v0.3.1
23962026-04-17T13:34:32.191Z Checking aws-lc-rs v1.16.0
23972026-04-17T13:34:32.228Z Checking ipnet v2.11.0
23982026-04-17T13:34:32.263Z Checking semver v1.0.27
23992026-04-17T13:34:32.292Z Checking httparse v1.10.1
24002026-04-17T13:34:32.447Z Checking spin v0.9.8
24012026-04-17T13:34:32.468Z Checking dyn-clone v1.0.20
24022026-04-17T13:34:32.481Z Checking fastrand v2.3.0
24032026-04-17T13:34:32.500Z Checking pin-utils v0.1.0
24042026-04-17T13:34:32.566Z Checking unicode-ident v1.0.24
24052026-04-17T13:34:32.578Z Checking httpdate v1.0.3
24062026-04-17T13:34:32.624Z Checking ucd-trie v0.1.7
24072026-04-17T13:34:32.630Z Checking foreign-types-shared v0.1.1
24082026-04-17T13:34:32.656Z Checking tempfile v3.25.0
24092026-04-17T13:34:32.672Z Checking proc-macro2 v1.0.106
24102026-04-17T13:34:32.711Z Checking foreign-types v0.3.2
24112026-04-17T13:34:32.722Z Checking schemars v0.8.22
24122026-04-17T13:34:32.752Z Checking pest v2.8.6
24132026-04-17T13:34:32.778Z Checking openssl-sys v0.9.111
24142026-04-17T13:34:32.847Z Checking thiserror v2.0.18
24152026-04-17T13:34:32.904Z Checking socket2 v0.5.10
24162026-04-17T13:34:32.948Z Checking wait-timeout v0.2.1
24172026-04-17T13:34:32.976Z Checking aho-corasick v1.1.4
24182026-04-17T13:34:33.017Z Checking rustls-webpki v0.103.9
24192026-04-17T13:34:33.043Z Checking tokio-util v0.7.18
24202026-04-17T13:34:33.067Z Checking quick-error v1.2.3
24212026-04-17T13:34:33.151Z Checking powerfmt v0.2.0
24222026-04-17T13:34:33.167Z Checking pretty-hex v0.4.1
24232026-04-17T13:34:33.269Z Checking utf8parse v0.2.2
24242026-04-17T13:34:33.282Z Checking simd-adler32 v0.3.8
24252026-04-17T13:34:33.301Z Checking anstyle v1.0.13
24262026-04-17T13:34:33.367Z Checking siphasher v1.0.2
24272026-04-17T13:34:33.379Z Checking bit-vec v0.8.0
24282026-04-17T13:34:33.434Z Checking rustls v0.23.37
24292026-04-17T13:34:33.447Z Checking anstyle-parse v0.2.7
24302026-04-17T13:34:33.477Z Checking deranged v0.5.8
24312026-04-17T13:34:33.523Z Checking openssl v0.10.75
24322026-04-17T13:34:33.566Z Checking bit-set v0.8.0
24332026-04-17T13:34:33.590Z Checking rusty-fork v0.3.1
24342026-04-17T13:34:33.647Z Checking regex-automata v0.4.14
24352026-04-17T13:34:33.661Z Checking h2 v0.4.13
24362026-04-17T13:34:33.708Z Checking quote v1.0.44
24372026-04-17T13:34:33.759Z Compiling newtype-uuid v1.3.2
24382026-04-17T13:34:33.812Z Checking unicode-normalization v0.1.25
24392026-04-17T13:34:33.870Z Checking rustls-native-certs v0.8.3
24402026-04-17T13:34:33.934Z Checking crossbeam-utils v0.8.21
24412026-04-17T13:34:33.997Z Checking rand_xorshift v0.4.0
24422026-04-17T13:34:34.114Z Checking crc32fast v1.5.0
24432026-04-17T13:34:34.207Z Checking scroll v0.13.0
24442026-04-17T13:34:34.252Z Checking signature v2.2.0
24452026-04-17T13:34:34.266Z Checking sync_wrapper v1.0.2
24462026-04-17T13:34:34.368Z Checking unicode-bidi v0.3.18
24472026-04-17T13:34:34.380Z Checking colorchoice v1.0.4
24482026-04-17T13:34:34.405Z Checking time-core v0.1.8
24492026-04-17T13:34:34.430Z Checking adler2 v2.0.1
24502026-04-17T13:34:34.473Z Checking num_threads v0.1.7
24512026-04-17T13:34:34.537Z Checking anstyle-query v1.1.5
24522026-04-17T13:34:34.549Z Checking unicode-properties v0.1.4
24532026-04-17T13:34:34.561Z Checking num-conv v0.2.0
24542026-04-17T13:34:34.629Z Checking unarray v0.1.4
24552026-04-17T13:34:34.654Z Checking is_terminal_polyfill v1.70.2
24562026-04-17T13:34:34.677Z Checking time v0.3.47
24572026-04-17T13:34:34.730Z Checking proptest v1.10.0
24582026-04-17T13:34:34.730Z Checking stringprep v0.1.5
24592026-04-17T13:34:34.754Z Checking anstream v0.6.21
24602026-04-17T13:34:34.885Z Checking miniz_oxide v0.8.9
24612026-04-17T13:34:34.948Z Checking goblin v0.10.5
24622026-04-17T13:34:35.238Z Checking tower v0.5.3
24632026-04-17T13:34:35.488Z Checking crossbeam-epoch v0.9.18
24642026-04-17T13:34:35.488Z Checking native-tls v0.2.18
24652026-04-17T13:34:35.634Z Compiling daft v0.1.5
24662026-04-17T13:34:35.679Z Checking syn v2.0.117
24672026-04-17T13:34:35.715Z Checking ipnetwork v0.21.1
24682026-04-17T13:34:35.818Z Checking tokio-rustls v0.26.4
24692026-04-17T13:34:35.834Z Checking http-body-util v0.1.3
24702026-04-17T13:34:35.920Z Checking webpki-roots v1.0.6
24712026-04-17T13:34:35.934Z Checking rand_chacha v0.3.1
24722026-04-17T13:34:36.035Z Checking scroll v0.12.0
24732026-04-17T13:34:36.048Z Checking thiserror v1.0.69
24742026-04-17T13:34:36.059Z Checking hash32 v0.2.1
24752026-04-17T13:34:36.139Z Checking zstd-sys v2.0.16+zstd.1.5.7
24762026-04-17T13:34:36.143Z Checking num-integer v0.1.46
24772026-04-17T13:34:36.210Z Checking serde_spanned v0.6.9
24782026-04-17T13:34:36.249Z Checking toml_datetime v0.6.11
24792026-04-17T13:34:36.260Z Checking md-5 v0.10.6
24802026-04-17T13:34:36.333Z Checking ff v0.13.1
24812026-04-17T13:34:36.374Z Checking fallible-iterator v0.2.0
24822026-04-17T13:34:36.395Z Checking base16ct v0.2.0
24832026-04-17T13:34:36.408Z Checking hyper v1.8.1
24842026-04-17T13:34:36.424Z Checking iri-string v0.7.10
24852026-04-17T13:34:36.459Z Checking ryu v1.0.23
24862026-04-17T13:34:36.518Z Checking psl-types v2.0.11
24872026-04-17T13:34:36.568Z Checking zlib-rs v0.6.2
24882026-04-17T13:34:36.594Z Checking serde_urlencoded v0.7.1
24892026-04-17T13:34:36.631Z Checking publicsuffix v2.3.0
24902026-04-17T13:34:36.644Z Checking postgres-protocol v0.6.10
24912026-04-17T13:34:36.804Z Checking sec1 v0.7.3
24922026-04-17T13:34:36.945Z Checking group v0.13.0
24932026-04-17T13:34:36.958Z Compiling iddqd v0.3.17
24942026-04-17T13:34:37.004Z Checking num-iter v0.1.45
24952026-04-17T13:34:37.091Z Checking goblin v0.8.2
24962026-04-17T13:34:37.115Z Checking zstd-safe v7.2.4
24972026-04-17T13:34:37.279Z Checking heapless v0.7.17
24982026-04-17T13:34:37.303Z Checking hyper-util v0.1.20
24992026-04-17T13:34:37.315Z Checking dof v0.4.0
25002026-04-17T13:34:37.426Z Checking tower-http v0.6.8
25012026-04-17T13:34:37.445Z Checking flate2 v1.1.9
25022026-04-17T13:34:37.696Z Checking rand v0.8.5
25032026-04-17T13:34:37.708Z Checking oxnet v0.1.4
25042026-04-17T13:34:37.735Z Checking cookie v0.18.1
25052026-04-17T13:34:37.939Z Checking tokio-native-tls v0.3.1
25062026-04-17T13:34:37.955Z Checking dtrace-parser v0.3.0
25072026-04-17T13:34:37.971Z Checking phf_shared v0.13.1
25082026-04-17T13:34:37.974Z Checking lazy_static v1.5.0
25092026-04-17T13:34:38.062Z Checking zerocopy v0.7.35
25102026-04-17T13:34:38.086Z Checking terminal_size v0.4.3
25112026-04-17T13:34:38.098Z Checking bzip2-sys v0.1.13+1.0.8
25122026-04-17T13:34:38.179Z Checking signal-hook v0.3.18
25132026-04-17T13:34:38.192Z Checking hkdf v0.12.4
25142026-04-17T13:34:38.196Z Checking crypto-bigint v0.5.5
25152026-04-17T13:34:38.216Z Checking thread-id v5.1.0
25162026-04-17T13:34:38.228Z Checking clap_lex v1.0.0
25172026-04-17T13:34:38.292Z Checking strsim v0.11.1
25182026-04-17T13:34:38.320Z Checking bitflags v1.3.2
25192026-04-17T13:34:38.366Z Compiling rayon-core v1.13.0
25202026-04-17T13:34:38.378Z Checking winnow v0.5.40
25212026-04-17T13:34:38.390Z Checking winnow v0.7.14
25222026-04-17T13:34:38.453Z Checking managed v0.8.0
25232026-04-17T13:34:38.538Z Checking bumpalo v3.20.2
25242026-04-17T13:34:38.550Z Checking libbz2-rs-sys v0.2.2
25252026-04-17T13:34:38.565Z Checking hyper-rustls v0.27.7
25262026-04-17T13:34:38.640Z Checking either v1.15.0
25272026-04-17T13:34:38.733Z Checking foldhash v0.1.5
25282026-04-17T13:34:38.769Z Checking zopfli v0.8.3
25292026-04-17T13:34:38.827Z Checking smoltcp v0.9.1
25302026-04-17T13:34:38.865Z Checking hashbrown v0.15.5
25312026-04-17T13:34:38.936Z Checking bzip2 v0.6.1
25322026-04-17T13:34:38.998Z Checking dof v0.3.0
25332026-04-17T13:34:39.094Z Checking hyper-tls v0.6.0
25342026-04-17T13:34:39.118Z Checking elliptic-curve v0.13.8
25352026-04-17T13:34:39.133Z Checking clap_builder v4.5.60
25362026-04-17T13:34:39.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25372026-04-17T13:34:39.279Z Checking signal-hook-mio v0.2.5
25382026-04-17T13:34:39.322Z Checking usdt-impl v0.6.0
25392026-04-17T13:34:39.381Z Checking num-bigint-dig v0.8.6
25402026-04-17T13:34:39.409Z Checking phf v0.13.1
25412026-04-17T13:34:39.422Z Checking bzip2 v0.4.4
25422026-04-17T13:34:39.447Z Checking cookie_store v0.22.1
25432026-04-17T13:34:39.534Z Checking toml_edit v0.19.15
25442026-04-17T13:34:39.582Z Checking zstd v0.13.3
25452026-04-17T13:34:39.585Z Checking postgres-types v0.2.12
25462026-04-17T13:34:39.608Z Checking dtrace-parser v0.2.0
25472026-04-17T13:34:39.773Z Checking rustls-platform-verifier v0.6.2
25482026-04-17T13:34:39.786Z Checking crossbeam-deque v0.8.6
25492026-04-17T13:34:39.798Z Checking bstr v1.12.1
25502026-04-17T13:34:39.840Z Checking regex v1.12.3
25512026-04-17T13:34:39.887Z Checking ed25519 v2.2.3
25522026-04-17T13:34:39.910Z Checking phf_shared v0.11.3
25532026-04-17T13:34:39.961Z Checking ref-cast v1.0.25
25542026-04-17T13:34:40.050Z Checking curve25519-dalek v4.1.3
25552026-04-17T13:34:40.062Z Checking strum v0.27.2
25562026-04-17T13:34:40.074Z Checking hubpack v0.1.2
25572026-04-17T13:34:40.113Z Checking memoffset v0.9.1
25582026-04-17T13:34:40.168Z Checking rustix v0.38.44
25592026-04-17T13:34:40.183Z Checking pkcs1 v0.7.5
25602026-04-17T13:34:40.205Z Checking float-cmp v0.10.0
25612026-04-17T13:34:40.205Z Checking hex v0.4.3
25622026-04-17T13:34:40.234Z Checking erased-serde v0.3.31
25632026-04-17T13:34:40.319Z Checking serde-big-array v0.5.1
25642026-04-17T13:34:40.371Z Checking rfc6979 v0.4.0
25652026-04-17T13:34:40.411Z Checking memmap2 v0.9.10
25662026-04-17T13:34:40.446Z Checking thread-id v4.2.2
25672026-04-17T13:34:40.458Z Checking env_filter v1.0.0
25682026-04-17T13:34:40.490Z Checking encoding_rs v0.8.35
25692026-04-17T13:34:40.523Z Checking keccak v0.1.6
25702026-04-17T13:34:40.570Z Checking fixedbitset v0.4.2
25712026-04-17T13:34:40.575Z Checking precomputed-hash v0.1.1
25722026-04-17T13:34:40.595Z Checking unicode-segmentation v1.12.0
25732026-04-17T13:34:40.634Z Checking toml_write v0.1.2
25742026-04-17T13:34:40.661Z Checking static_assertions v1.1.0
25752026-04-17T13:34:40.687Z Checking normalize-line-endings v0.3.0
25762026-04-17T13:34:40.721Z Checking mime v0.3.17
25772026-04-17T13:34:40.733Z Checking fixedbitset v0.5.7
25782026-04-17T13:34:40.776Z Checking data-encoding v2.10.0
25792026-04-17T13:34:40.801Z Checking jiff v0.2.21
25802026-04-17T13:34:40.857Z Checking rustc-hash v2.1.1
25812026-04-17T13:34:40.900Z Checking new_debug_unreachable v1.0.6
25822026-04-17T13:34:40.911Z Checking whoami v2.1.0
25832026-04-17T13:34:40.930Z Checking predicates-core v1.0.10
25842026-04-17T13:34:40.966Z Checking difflib v0.4.0
25852026-04-17T13:34:40.989Z Checking crossterm v0.28.1
25862026-04-17T13:34:41.049Z Checking string_cache v0.8.9
25872026-04-17T13:34:41.061Z Checking hickory-proto v0.25.2
25882026-04-17T13:34:41.102Z Checking tokio-postgres v0.7.16
25892026-04-17T13:34:41.142Z Checking predicates v3.1.4
25902026-04-17T13:34:41.214Z Checking petgraph v0.8.3
25912026-04-17T13:34:41.439Z Checking similar v2.7.0
25922026-04-17T13:34:41.456Z Checking reqwest v0.12.28
25932026-04-17T13:34:41.705Z Checking ed25519-dalek v2.2.0
25942026-04-17T13:34:41.825Z Checking toml_edit v0.22.27
25952026-04-17T13:34:41.837Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
25962026-04-17T13:34:41.940Z Checking petgraph v0.6.5
25972026-04-17T13:34:42.302Z Checking sha3 v0.10.8
25982026-04-17T13:34:42.367Z Checking slog v2.8.2
25992026-04-17T13:34:42.509Z Checking env_logger v0.11.9
26002026-04-17T13:34:42.628Z Checking toml v0.7.8
26012026-04-17T13:34:42.698Z Checking usdt v0.6.0
26022026-04-17T13:34:42.762Z Checking usdt-impl v0.5.0
26032026-04-17T13:34:42.866Z Checking ecdsa v0.16.9
26042026-04-17T13:34:42.937Z Checking serde_with v3.17.0
26052026-04-17T13:34:42.949Z Checking rsa v0.9.10
26062026-04-17T13:34:43.025Z Checking zip v4.6.1
26072026-04-17T13:34:43.038Z Checking clap v4.5.60
26082026-04-17T13:34:43.115Z Checking nix v0.31.2
26092026-04-17T13:34:43.210Z Checking reqwest v0.13.2
26102026-04-17T13:34:43.409Z Checking toml_parser v1.0.9+spec-1.1.0
26112026-04-17T13:34:43.495Z Checking zip v0.6.6
26122026-04-17T13:34:43.622Z Checking itertools v0.13.0
26132026-04-17T13:34:43.736Z Checking strum v0.26.3
26142026-04-17T13:34:43.823Z Checking fs-err v3.3.0
26152026-04-17T13:34:43.837Z Checking ahash v0.8.12
26162026-04-17T13:34:43.848Z Checking tokio-stream v0.1.18
26172026-04-17T13:34:44.026Z Checking object v0.37.3
26182026-04-17T13:34:44.052Z Checking buf-list v1.1.2
26192026-04-17T13:34:44.064Z Checking camino v1.2.2
26202026-04-17T13:34:44.101Z Checking anyhow v1.0.102
26212026-04-17T13:34:44.119Z Checking x509-cert v0.2.5
26222026-04-17T13:34:44.232Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
26232026-04-17T13:34:44.236Z Checking openapiv3 v2.2.0
26242026-04-17T13:34:44.298Z Checking toml_datetime v0.7.5+spec-1.1.0
26252026-04-17T13:34:44.311Z Checking sha1 v0.10.6
26262026-04-17T13:34:44.332Z Checking lalrpop-util v0.19.12
26272026-04-17T13:34:44.468Z Checking peg-runtime v0.8.5
26282026-04-17T13:34:44.487Z Checking rayon v1.11.0
26292026-04-17T13:34:44.490Z Checking sigpipe v0.1.3
26302026-04-17T13:34:44.510Z Checking glob v0.3.3
26312026-04-17T13:34:46.214Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26322026-04-17T13:34:46.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.71s
26332026-04-17T13:34:46.655Z
26342026-04-17T13:34:46.655Zinfo: running `cargo check --bins` on internal-dns-types (77/272)
26352026-04-17T13:34:47.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26362026-04-17T13:34:47.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26372026-04-17T13:34:47.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26382026-04-17T13:34:47.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26392026-04-17T13:34:47.250Z
26402026-04-17T13:34:47.250Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/272)
26412026-04-17T13:34:47.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26422026-04-17T13:34:47.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26432026-04-17T13:34:47.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26442026-04-17T13:34:47.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26452026-04-17T13:34:47.849Z
26462026-04-17T13:34:47.849Zinfo: running `cargo check --bins` on nexus-types-versions (79/272)
26472026-04-17T13:34:48.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26482026-04-17T13:34:48.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26492026-04-17T13:34:48.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26502026-04-17T13:34:48.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26512026-04-17T13:34:48.462Z
26522026-04-17T13:34:48.462Zinfo: running `cargo check --bins` on oxql-types (80/272)
26532026-04-17T13:34:48.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26542026-04-17T13:34:48.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26552026-04-17T13:34:48.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26562026-04-17T13:34:48.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26572026-04-17T13:34:49.055Z
26582026-04-17T13:34:49.055Zinfo: running `cargo check --bins` on oximeter-types (81/272)
26592026-04-17T13:34:49.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26602026-04-17T13:34:49.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26612026-04-17T13:34:49.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26622026-04-17T13:34:49.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26632026-04-17T13:34:49.651Z
26642026-04-17T13:34:49.651Zinfo: running `cargo check --bins` on oximeter-types-versions (82/272)
26652026-04-17T13:34:50.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26662026-04-17T13:34:50.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26672026-04-17T13:34:50.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26682026-04-17T13:34:50.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26692026-04-17T13:34:50.245Z
26702026-04-17T13:34:50.245Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/272)
26712026-04-17T13:34:50.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26722026-04-17T13:34:50.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26732026-04-17T13:34:50.742Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26742026-04-17T13:34:50.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26752026-04-17T13:34:50.833Z
26762026-04-17T13:34:50.833Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/272)
26772026-04-17T13:34:51.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26782026-04-17T13:34:51.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26792026-04-17T13:34:51.508Z Compiling structmeta-derive v0.3.0
26802026-04-17T13:34:51.623Z Compiling rustls v0.22.4
26812026-04-17T13:34:51.632Z Compiling multer v3.1.0
26822026-04-17T13:34:51.640Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26832026-04-17T13:34:51.640Z Compiling async-stream-impl v0.3.6
26842026-04-17T13:34:51.660Z Compiling dropshot v0.16.7
26852026-04-17T13:34:51.676Z Compiling newtype-uuid-macros v0.1.0
26862026-04-17T13:34:51.676Z Compiling dropshot_endpoint v0.16.7
26872026-04-17T13:34:51.797Z Checking newtype-uuid v1.3.2
26882026-04-17T13:34:51.858Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26892026-04-17T13:34:51.919Z Checking rustls-webpki v0.102.8
26902026-04-17T13:34:51.994Z Checking daft v0.1.5
26912026-04-17T13:34:52.011Z Checking futures-executor v0.3.32
26922026-04-17T13:34:52.220Z Checking thread_local v1.1.9
26932026-04-17T13:34:52.235Z Checking match_cfg v0.1.0
26942026-04-17T13:34:52.313Z Checking hostname v0.3.1
26952026-04-17T13:34:52.385Z Checking iddqd v0.3.17
26962026-04-17T13:34:52.407Z Checking futures v0.3.32
26972026-04-17T13:34:52.422Z Checking crossbeam-channel v0.5.15
26982026-04-17T13:34:52.482Z Checking slog-json v2.6.1
26992026-04-17T13:34:52.679Z Compiling structmeta v0.3.0
27002026-04-17T13:34:52.700Z Checking serde_spanned v1.0.4
27012026-04-17T13:34:52.759Z Checking is-terminal v0.4.17
27022026-04-17T13:34:52.850Z Compiling toml_writer v1.0.6+spec-1.1.0
27032026-04-17T13:34:52.894Z Compiling derive-ex v0.1.8
27042026-04-17T13:34:52.921Z Compiling parse-display-derive v0.10.0
27052026-04-17T13:34:52.976Z Checking take_mut v0.2.2
27062026-04-17T13:34:53.079Z Checking term v1.2.1
27072026-04-17T13:34:53.237Z Checking debug-ignore v1.0.5
27082026-04-17T13:34:53.252Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27092026-04-17T13:34:53.301Z Checking slog-term v2.9.2
27102026-04-17T13:34:53.327Z Checking toml v0.9.12+spec-1.1.0
27112026-04-17T13:34:53.341Z Checking slog-async v2.8.0
27122026-04-17T13:34:53.510Z Compiling slog-bunyan v2.5.0
27132026-04-17T13:34:53.645Z Checking async-stream v0.3.6
27142026-04-17T13:34:53.769Z Checking tokio-rustls v0.25.0
27152026-04-17T13:34:53.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27162026-04-17T13:34:53.910Z Checking progenitor-client v0.13.0
27172026-04-17T13:34:53.923Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27182026-04-17T13:34:54.061Z Checking backon v1.6.0
27192026-04-17T13:34:54.139Z Checking waitgroup v0.1.2
27202026-04-17T13:34:54.240Z Checking rustls-pemfile v2.2.0
27212026-04-17T13:34:54.550Z Checking serde_path_to_error v0.1.20
27222026-04-17T13:34:54.576Z Compiling test-strategy v0.4.5
27232026-04-17T13:34:54.599Z Compiling hostname v0.4.2
27242026-04-17T13:34:54.692Z Checking instant v0.1.13
27252026-04-17T13:34:54.730Z Compiling prettyplease v0.2.37
27262026-04-17T13:34:54.778Z Checking backoff v0.4.0
27272026-04-17T13:34:54.822Z Compiling parse-display v0.10.0
27282026-04-17T13:34:54.963Z Compiling progenitor-extras v0.1.1
27292026-04-17T13:34:55.096Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27302026-04-17T13:34:55.204Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27312026-04-17T13:34:55.307Z Checking progenitor-client v0.10.0
27322026-04-17T13:34:55.366Z Checking itertools v0.14.0
27332026-04-17T13:34:55.581Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27342026-04-17T13:34:56.024Z Checking regress v0.10.5
27352026-04-17T13:34:56.107Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27362026-04-17T13:34:56.485Z Checking macaddr v1.0.1
27372026-04-17T13:34:56.775Z Checking num-rational v0.4.2
27382026-04-17T13:34:56.889Z Compiling usdt-macro v0.5.0
27392026-04-17T13:34:56.982Z Compiling usdt-attr-macro v0.5.0
27402026-04-17T13:34:57.052Z Checking num-complex v0.4.6
27412026-04-17T13:34:57.390Z Checking memmap v0.7.0
27422026-04-17T13:34:57.393Z Checking num v0.4.3
27432026-04-17T13:34:57.437Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27442026-04-17T13:34:57.513Z Checking float-ord v0.3.2
27452026-04-17T13:34:57.613Z Compiling toml v0.8.23
27462026-04-17T13:34:57.616Z Checking linked-hash-map v0.5.6
27472026-04-17T13:34:57.649Z Compiling minimal-lexical v0.2.1
27482026-04-17T13:34:57.784Z Checking usdt v0.5.0
27492026-04-17T13:34:57.907Z Compiling nom v7.1.3
27502026-04-17T13:34:57.953Z Checking lru-cache v0.1.2
27512026-04-17T13:34:58.579Z Checking hickory-proto v0.24.4
27522026-04-17T13:34:58.594Z Checking phf_shared v0.12.1
27532026-04-17T13:34:58.710Z Compiling slog-dtrace v0.3.0
27542026-04-17T13:34:58.736Z Compiling convert_case v0.4.0
27552026-04-17T13:34:58.904Z Checking heck v0.5.0
27562026-04-17T13:34:59.032Z Compiling chrono-tz v0.10.4
27572026-04-17T13:34:59.114Z Checking resolv-conf v0.7.6
27582026-04-17T13:34:59.186Z Compiling derive_more v0.99.20
27592026-04-17T13:34:59.229Z Compiling const_format_proc_macros v0.2.34
27602026-04-17T13:34:59.252Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27612026-04-17T13:34:59.342Z Checking phf v0.12.1
27622026-04-17T13:34:59.485Z Checking tokio-dtrace v0.1.1
27632026-04-17T13:34:59.674Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27642026-04-17T13:34:59.719Z Compiling derive-where v1.6.0
27652026-04-17T13:35:00.040Z Checking highway v1.3.0
27662026-04-17T13:35:00.291Z Checking const_format v0.2.35
27672026-04-17T13:35:00.337Z Checking oxide-tokio-rt v0.1.4
27682026-04-17T13:35:00.397Z Checking hickory-resolver v0.24.4
27692026-04-17T13:35:00.799Z Checking gethostname v0.5.0
27702026-04-17T13:35:00.892Z Checking bcs v0.1.6
27712026-04-17T13:35:01.074Z Compiling async-recursion v1.1.1
27722026-04-17T13:35:01.129Z Checking termtree v0.5.1
27732026-04-17T13:35:01.176Z Checking qorb v0.4.1
27742026-04-17T13:35:01.704Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27752026-04-17T13:35:01.736Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-04-17T13:35:02.078Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27772026-04-17T13:35:03.357Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27782026-04-17T13:35:03.357Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27792026-04-17T13:35:05.211Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27802026-04-17T13:35:07.799Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27812026-04-17T13:35:09.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.02s
27822026-04-17T13:35:10.040Z
27832026-04-17T13:35:10.040Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/272)
27842026-04-17T13:35:10.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27852026-04-17T13:35:10.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27862026-04-17T13:35:10.722Z Compiling ar_archive_writer v0.5.1
27872026-04-17T13:35:10.833Z Compiling stacker v0.1.23
27882026-04-17T13:35:10.842Z Compiling cfg_aliases v0.1.1
27892026-04-17T13:35:10.849Z Compiling convert_case v0.10.0
27902026-04-17T13:35:10.852Z Checking unicode-width v0.1.14
27912026-04-17T13:35:10.866Z Compiling proc-macro-error v1.0.4
27922026-04-17T13:35:10.877Z Checking fd-lock v4.0.4
27932026-04-17T13:35:10.901Z Checking nibble_vec v0.1.0
27942026-04-17T13:35:10.909Z Compiling nix v0.28.0
27952026-04-17T13:35:10.993Z Checking vte v0.14.1
27962026-04-17T13:35:11.005Z Compiling recursive-proc-macro-impl v0.1.1
27972026-04-17T13:35:11.086Z Checking endian-type v0.1.2
27982026-04-17T13:35:11.099Z Checking bytecount v0.6.9
27992026-04-17T13:35:11.139Z Checking strip-ansi-escapes v0.2.1
28002026-04-17T13:35:11.155Z Compiling derive_more-impl v2.1.1
28012026-04-17T13:35:11.167Z Compiling tabled_derive v0.7.0
28022026-04-17T13:35:11.198Z Checking papergrid v0.11.0
28032026-04-17T13:35:11.207Z Checking radix_trie v0.2.1
28042026-04-17T13:35:11.269Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28052026-04-17T13:35:11.401Z Compiling peg-macros v0.8.5
28062026-04-17T13:35:11.448Z Checking winnow v0.6.26
28072026-04-17T13:35:11.687Z Compiling psm v0.1.30
28082026-04-17T13:35:11.733Z Compiling sqlparser_derive v0.5.0
28092026-04-17T13:35:11.848Z Checking home v0.5.12
28102026-04-17T13:35:11.952Z Checking unicode_categories v0.1.1
28112026-04-17T13:35:11.956Z Checking derive_more v2.1.1
28122026-04-17T13:35:12.041Z Checking nu-ansi-term v0.50.3
28132026-04-17T13:35:12.107Z Checking unicode-width v0.2.0
28142026-04-17T13:35:12.129Z Checking tabled v0.15.0
28152026-04-17T13:35:12.222Z Checking rustyline v14.0.0
28162026-04-17T13:35:12.247Z Checking crossterm v0.29.0
28172026-04-17T13:35:12.355Z Checking reedline v0.40.0
28182026-04-17T13:35:12.456Z Checking recursive v0.1.1
28192026-04-17T13:35:12.516Z Checking display-error-chain v0.2.2
28202026-04-17T13:35:12.548Z Checking sqlparser v0.61.0
28212026-04-17T13:35:12.592Z Checking sqlformat v0.3.5
28222026-04-17T13:35:12.775Z Checking peg v0.8.5
28232026-04-17T13:35:23.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.72s
28242026-04-17T13:35:23.950Z
28252026-04-17T13:35:23.950Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/272)
28262026-04-17T13:35:24.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28272026-04-17T13:35:24.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28282026-04-17T13:35:24.617Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28292026-04-17T13:35:28.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.06s
28302026-04-17T13:35:28.203Z
28312026-04-17T13:35:28.203Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/272)
28322026-04-17T13:35:28.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-04-17T13:35:28.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-04-17T13:35:28.867Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-04-17T13:35:31.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28362026-04-17T13:35:31.450Z
28372026-04-17T13:35:31.450Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/272)
28382026-04-17T13:35:31.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-04-17T13:35:31.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-04-17T13:35:32.114Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-04-17T13:35:35.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28422026-04-17T13:35:35.505Z
28432026-04-17T13:35:35.505Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/272)
28442026-04-17T13:35:36.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-04-17T13:35:36.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-04-17T13:35:36.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-04-17T13:35:39.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.86s
28482026-04-17T13:35:39.567Z
28492026-04-17T13:35:39.567Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/272)
28502026-04-17T13:35:40.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-04-17T13:35:40.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-04-17T13:35:40.235Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-04-17T13:35:42.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28542026-04-17T13:35:43.000Z
28552026-04-17T13:35:43.001Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/272)
28562026-04-17T13:35:43.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-04-17T13:35:43.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-04-17T13:35:43.669Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-04-17T13:35:46.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28602026-04-17T13:35:46.451Z
28612026-04-17T13:35:46.451Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/272)
28622026-04-17T13:35:46.969Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-04-17T13:35:46.972Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-04-17T13:35:47.122Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-04-17T13:35:50.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28662026-04-17T13:35:50.722Z
28672026-04-17T13:35:50.722Zinfo: running `cargo check --bins` on oximeter (93/272)
28682026-04-17T13:35:51.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-04-17T13:35:51.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-04-17T13:35:51.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28712026-04-17T13:35:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28722026-04-17T13:35:51.322Z
28732026-04-17T13:35:51.322Zinfo: running `cargo check --bins` on oximeter-schema (94/272)
28742026-04-17T13:35:51.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-04-17T13:35:51.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-04-17T13:35:51.957Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28772026-04-17T13:35:52.119Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28782026-04-17T13:35:52.134Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28792026-04-17T13:35:52.455Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28802026-04-17T13:35:55.896Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28812026-04-17T13:35:56.212Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28822026-04-17T13:35:57.290Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28832026-04-17T13:35:57.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
28842026-04-17T13:35:58.132Z
28852026-04-17T13:35:58.132Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/272)
28862026-04-17T13:35:58.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28872026-04-17T13:35:58.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28882026-04-17T13:35:58.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28892026-04-17T13:35:58.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28902026-04-17T13:35:58.727Z
28912026-04-17T13:35:58.727Zinfo: running `cargo check --bins` on oximeter-test-utils (96/272)
28922026-04-17T13:35:59.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-04-17T13:35:59.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-04-17T13:35:59.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-04-17T13:35:59.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28962026-04-17T13:35:59.366Z
28972026-04-17T13:35:59.366Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/272)
28982026-04-17T13:35:59.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-04-17T13:35:59.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-04-17T13:35:59.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-04-17T13:35:59.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29022026-04-17T13:35:59.964Z
29032026-04-17T13:35:59.964Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/272)
29042026-04-17T13:36:00.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-04-17T13:36:00.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-04-17T13:36:00.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-04-17T13:36:00.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-04-17T13:36:00.562Z
29092026-04-17T13:36:00.562Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/272)
29102026-04-17T13:36:01.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-04-17T13:36:01.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-04-17T13:36:01.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-04-17T13:36:01.072Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-04-17T13:36:01.162Z
29152026-04-17T13:36:01.162Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/272)
29162026-04-17T13:36:01.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-04-17T13:36:01.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-04-17T13:36:01.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-04-17T13:36:01.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-04-17T13:36:01.765Z
29212026-04-17T13:36:01.765Zinfo: running `cargo check --bins` on trust-quorum-types (101/272)
29222026-04-17T13:36:02.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-04-17T13:36:02.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-04-17T13:36:02.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-04-17T13:36:02.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29262026-04-17T13:36:02.353Z
29272026-04-17T13:36:02.353Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/272)
29282026-04-17T13:36:02.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-04-17T13:36:02.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-04-17T13:36:02.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-04-17T13:36:02.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29322026-04-17T13:36:02.957Z
29332026-04-17T13:36:02.957Zinfo: running `cargo check --bins` on update-engine (103/272)
29342026-04-17T13:36:03.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-04-17T13:36:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-04-17T13:36:03.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-04-17T13:36:03.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29382026-04-17T13:36:03.540Z
29392026-04-17T13:36:03.541Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/272)
29402026-04-17T13:36:04.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-04-17T13:36:04.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-04-17T13:36:04.258Z Compiling crucible-workspace-hack v0.1.0
29432026-04-17T13:36:04.375Z Checking secrecy v0.10.3
29442026-04-17T13:36:04.385Z Compiling heapless v0.8.0
29452026-04-17T13:36:04.392Z Compiling ingot-macros v0.1.1
29462026-04-17T13:36:04.399Z Compiling toml_edit v0.23.10+spec-1.0.0
29472026-04-17T13:36:04.399Z Checking hash32 v0.3.1
29482026-04-17T13:36:04.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29492026-04-17T13:36:04.412Z Compiling smoltcp v0.11.0
29502026-04-17T13:36:04.478Z Checking cobs v0.3.0
29512026-04-17T13:36:04.526Z Compiling thiserror-impl-no-std v2.0.2
29522026-04-17T13:36:04.615Z Checking universal-hash v0.5.1
29532026-04-17T13:36:04.629Z Checking half v2.7.1
29542026-04-17T13:36:04.666Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29552026-04-17T13:36:04.752Z Checking opaque-debug v0.3.1
29562026-04-17T13:36:04.784Z Checking ciborium-io v0.2.2
29572026-04-17T13:36:04.829Z Checking poly1305 v0.8.0
29582026-04-17T13:36:04.860Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29592026-04-17T13:36:04.873Z Checking postcard v1.1.3
29602026-04-17T13:36:04.896Z Checking ciborium-ll v0.2.2
29612026-04-17T13:36:05.082Z Compiling proc-macro-crate v3.4.0
29622026-04-17T13:36:05.102Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29632026-04-17T13:36:05.140Z Checking password-hash v0.5.0
29642026-04-17T13:36:05.158Z Checking chacha20 v0.9.1
29652026-04-17T13:36:05.352Z Compiling proc-macro-crate v1.3.1
29662026-04-17T13:36:05.366Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29672026-04-17T13:36:05.383Z Checking blake2 v0.10.6
29682026-04-17T13:36:05.456Z Checking aead v0.5.2
29692026-04-17T13:36:05.600Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29702026-04-17T13:36:05.600Z Compiling foreign-types-macros v0.2.3
29712026-04-17T13:36:05.631Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29722026-04-17T13:36:05.644Z Compiling num_enum_derive v0.7.5
29732026-04-17T13:36:05.727Z Checking thiserror-no-std v2.0.2
29742026-04-17T13:36:05.797Z Checking cpufeatures v0.3.0
29752026-04-17T13:36:05.812Z Checking foreign-types-shared v0.3.1
29762026-04-17T13:36:05.824Z Checking vsss-rs v3.3.4
29772026-04-17T13:36:05.868Z Checking chacha20 v0.10.0
29782026-04-17T13:36:05.883Z Compiling num_enum_derive v0.5.11
29792026-04-17T13:36:05.899Z Checking argon2 v0.5.3
29802026-04-17T13:36:06.087Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29812026-04-17T13:36:06.196Z Checking foreign-types v0.5.0
29822026-04-17T13:36:06.242Z Checking chacha20poly1305 v0.10.1
29832026-04-17T13:36:06.281Z Checking ciborium v0.2.2
29842026-04-17T13:36:06.473Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29852026-04-17T13:36:06.508Z Checking console v0.15.11
29862026-04-17T13:36:06.694Z Checking num_enum v0.7.5
29872026-04-17T13:36:06.707Z Checking tabwriter v1.4.1
29882026-04-17T13:36:06.755Z Checking newline-converter v0.3.0
29892026-04-17T13:36:06.786Z Checking camino-tempfile v1.4.1
29902026-04-17T13:36:06.808Z Checking atomicwrites v0.4.4
29912026-04-17T13:36:06.850Z Checking byte-wrapper v0.1.0
29922026-04-17T13:36:06.864Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29932026-04-17T13:36:06.919Z Checking cstr-argument v0.1.2
29942026-04-17T13:36:06.933Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
29952026-04-17T13:36:06.947Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29962026-04-17T13:36:06.951Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29972026-04-17T13:36:07.040Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29982026-04-17T13:36:07.061Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-04-17T13:36:07.149Z Checking expectorate v1.2.0
30002026-04-17T13:36:07.208Z Checking num_enum v0.5.11
30012026-04-17T13:36:07.231Z Checking ingot-types v0.1.2
30022026-04-17T13:36:07.275Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-04-17T13:36:07.275Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30042026-04-17T13:36:07.322Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30052026-04-17T13:36:07.376Z Checking rand v0.10.0
30062026-04-17T13:36:07.392Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30072026-04-17T13:36:07.442Z Checking indent_write v2.2.0
30082026-04-17T13:36:07.522Z Checking colored v3.1.1
30092026-04-17T13:36:07.559Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30102026-04-17T13:36:07.573Z Compiling zone_cfg_derive v0.3.1
30112026-04-17T13:36:07.600Z Checking ingot v0.1.1
30122026-04-17T13:36:07.658Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30132026-04-17T13:36:07.676Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
30142026-04-17T13:36:07.695Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30152026-04-17T13:36:07.720Z Checking itertools v0.12.1
30162026-04-17T13:36:07.825Z Compiling num-derive v0.4.2
30172026-04-17T13:36:07.866Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-04-17T13:36:08.050Z Checking swrite v0.1.0
30192026-04-17T13:36:08.065Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30202026-04-17T13:36:08.141Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-04-17T13:36:08.235Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-04-17T13:36:08.390Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30232026-04-17T13:36:08.455Z Checking dropshot-api-manager-types v0.6.0
30242026-04-17T13:36:08.502Z Checking smf v0.2.3
30252026-04-17T13:36:08.628Z Checking nanorand v0.7.0
30262026-04-17T13:36:08.677Z Checking whoami v1.6.1
30272026-04-17T13:36:08.735Z Checking zone v0.3.1
30282026-04-17T13:36:08.735Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30292026-04-17T13:36:08.772Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30302026-04-17T13:36:08.772Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30312026-04-17T13:36:08.817Z Checking flume v0.11.1
30322026-04-17T13:36:09.190Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30332026-04-17T13:36:10.140Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30342026-04-17T13:36:11.003Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
30352026-04-17T13:36:13.612Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30362026-04-17T13:36:15.634Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30372026-04-17T13:36:16.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.11s
30382026-04-17T13:36:16.853Z
30392026-04-17T13:36:16.853Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/272)
30402026-04-17T13:36:17.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-04-17T13:36:17.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-04-17T13:36:17.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30432026-04-17T13:36:17.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30442026-04-17T13:36:17.456Z
30452026-04-17T13:36:17.456Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/272)
30462026-04-17T13:36:17.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-04-17T13:36:17.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-04-17T13:36:17.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-04-17T13:36:17.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-04-17T13:36:18.055Z
30512026-04-17T13:36:18.055Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/272)
30522026-04-17T13:36:18.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-04-17T13:36:18.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-04-17T13:36:18.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-04-17T13:36:18.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-04-17T13:36:18.660Z
30572026-04-17T13:36:18.660Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/272)
30582026-04-17T13:36:19.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-04-17T13:36:19.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-04-17T13:36:19.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-04-17T13:36:19.171Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30622026-04-17T13:36:19.258Z
30632026-04-17T13:36:19.258Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/272)
30642026-04-17T13:36:19.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-04-17T13:36:19.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-04-17T13:36:19.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-04-17T13:36:19.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30682026-04-17T13:36:19.856Z
30692026-04-17T13:36:19.856Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/272)
30702026-04-17T13:36:20.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-04-17T13:36:20.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-04-17T13:36:20.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-04-17T13:36:20.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-04-17T13:36:20.456Z
30752026-04-17T13:36:20.456Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/272)
30762026-04-17T13:36:20.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-04-17T13:36:20.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-04-17T13:36:20.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-04-17T13:36:20.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30802026-04-17T13:36:21.052Z
30812026-04-17T13:36:21.052Zinfo: running `cargo check --bins` on cockroach-admin-client (112/272)
30822026-04-17T13:36:21.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-04-17T13:36:21.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-04-17T13:36:21.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-04-17T13:36:21.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30862026-04-17T13:36:21.639Z
30872026-04-17T13:36:21.640Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/272)
30882026-04-17T13:36:22.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-04-17T13:36:22.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-04-17T13:36:22.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-04-17T13:36:22.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30922026-04-17T13:36:22.233Z
30932026-04-17T13:36:22.233Zinfo: running `cargo check --bins` on dns-service-client (114/272)
30942026-04-17T13:36:22.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-04-17T13:36:22.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-04-17T13:36:22.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-04-17T13:36:22.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-04-17T13:36:22.827Z
30992026-04-17T13:36:22.827Zinfo: running `cargo check --bins` on installinator-client (115/272)
31002026-04-17T13:36:23.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-04-17T13:36:23.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-04-17T13:36:23.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-04-17T13:36:23.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31042026-04-17T13:36:23.428Z
31052026-04-17T13:36:23.428Zinfo: running `cargo check --bins` on nexus-client (116/272)
31062026-04-17T13:36:23.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-04-17T13:36:23.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-04-17T13:36:23.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-04-17T13:36:23.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31102026-04-17T13:36:24.067Z
31112026-04-17T13:36:24.067Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/272)
31122026-04-17T13:36:24.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-04-17T13:36:24.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-04-17T13:36:24.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-04-17T13:36:24.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31162026-04-17T13:36:24.708Z
31172026-04-17T13:36:24.708Zinfo: running `cargo check --bins` on ntp-admin-client (118/272)
31182026-04-17T13:36:25.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-04-17T13:36:25.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-04-17T13:36:25.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-04-17T13:36:25.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31222026-04-17T13:36:25.292Z
31232026-04-17T13:36:25.292Zinfo: running `cargo check --bins` on oxide-client (119/272)
31242026-04-17T13:36:25.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-04-17T13:36:25.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-04-17T13:36:25.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-04-17T13:36:25.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31282026-04-17T13:36:25.876Z
31292026-04-17T13:36:25.876Zinfo: running `cargo check --bins` on oximeter-client (120/272)
31302026-04-17T13:36:26.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-04-17T13:36:26.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-04-17T13:36:26.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-04-17T13:36:26.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-04-17T13:36:26.469Z
31352026-04-17T13:36:26.470Zinfo: running `cargo check --bins` on repo-depot-client (121/272)
31362026-04-17T13:36:26.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-04-17T13:36:26.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-04-17T13:36:26.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-04-17T13:36:26.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31402026-04-17T13:36:27.054Z
31412026-04-17T13:36:27.054Zinfo: running `cargo check --bins` on sled-agent-client (122/272)
31422026-04-17T13:36:27.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-04-17T13:36:27.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-04-17T13:36:27.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-04-17T13:36:27.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31462026-04-17T13:36:27.661Z
31472026-04-17T13:36:27.661Zinfo: running `cargo check --bins` on wicketd-client (123/272)
31482026-04-17T13:36:28.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-04-17T13:36:28.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-04-17T13:36:28.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-04-17T13:36:28.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-04-17T13:36:28.282Z
31532026-04-17T13:36:28.282Zinfo: running `cargo check --bins` on installinator-common (124/272)
31542026-04-17T13:36:28.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-04-17T13:36:28.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-04-17T13:36:28.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-04-17T13:36:28.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31582026-04-17T13:36:28.896Z
31592026-04-17T13:36:28.896Zinfo: running `cargo check --bins` on installinator-common-versions (125/272)
31602026-04-17T13:36:29.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-04-17T13:36:29.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-04-17T13:36:29.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-04-17T13:36:29.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31642026-04-17T13:36:29.477Z
31652026-04-17T13:36:29.477Zinfo: running `cargo check --bins` on wicket-common (126/272)
31662026-04-17T13:36:29.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-04-17T13:36:29.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-04-17T13:36:29.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-04-17T13:36:29.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31702026-04-17T13:36:30.080Z
31712026-04-17T13:36:30.080Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/272)
31722026-04-17T13:36:30.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-04-17T13:36:30.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-04-17T13:36:30.764Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31752026-04-17T13:36:30.880Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31762026-04-17T13:36:30.888Z Checking csv-core v0.1.13
31772026-04-17T13:36:30.895Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31782026-04-17T13:36:30.903Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31792026-04-17T13:36:30.913Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31802026-04-17T13:36:30.925Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-04-17T13:36:30.936Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31822026-04-17T13:36:31.044Z Checking csv v1.4.0
31832026-04-17T13:36:31.066Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31842026-04-17T13:36:31.107Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852026-04-17T13:36:31.135Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31862026-04-17T13:36:31.375Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31872026-04-17T13:36:31.733Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-04-17T13:36:31.736Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31892026-04-17T13:36:32.054Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31902026-04-17T13:36:37.295Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31912026-04-17T13:36:37.812Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31922026-04-17T13:36:40.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.06s
31932026-04-17T13:36:40.346Z
31942026-04-17T13:36:40.346Zinfo: running `cargo check --bins` on cockroach-admin-api (128/272)
31952026-04-17T13:36:40.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31962026-04-17T13:36:40.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31972026-04-17T13:36:40.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31982026-04-17T13:36:40.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31992026-04-17T13:36:40.948Z
32002026-04-17T13:36:40.948Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/272)
32012026-04-17T13:36:41.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-04-17T13:36:41.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-04-17T13:36:41.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-04-17T13:36:41.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32052026-04-17T13:36:41.637Z
32062026-04-17T13:36:41.638Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/272)
32072026-04-17T13:36:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-04-17T13:36:42.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-04-17T13:36:42.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-04-17T13:36:42.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32112026-04-17T13:36:42.328Z
32122026-04-17T13:36:42.328Zinfo: running `cargo check --bins` on gateway-test-utils (131/272)
32132026-04-17T13:36:42.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-04-17T13:36:42.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-04-17T13:36:42.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-04-17T13:36:42.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32172026-04-17T13:36:42.987Z
32182026-04-17T13:36:42.987Zinfo: running `cargo check --bins` on omicron-gateway (132/272)
32192026-04-17T13:36:43.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-04-17T13:36:43.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-04-17T13:36:43.755Z Compiling typify-impl v0.6.1
32222026-04-17T13:36:43.895Z Compiling unsafe-libyaml v0.2.11
32232026-04-17T13:36:43.907Z Compiling radium v0.7.0
32242026-04-17T13:36:43.917Z Compiling semver v0.1.20
32252026-04-17T13:36:43.931Z Compiling pin-project-internal v1.1.11
32262026-04-17T13:36:43.943Z Checking tap v1.0.1
32272026-04-17T13:36:43.947Z Compiling maybe-uninit v2.0.0
32282026-04-17T13:36:44.042Z Checking wyz v0.5.1
32292026-04-17T13:36:44.173Z Compiling rustc_version v0.1.7
32302026-04-17T13:36:44.232Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32312026-04-17T13:36:44.265Z Compiling snafu-derive v0.8.9
32322026-04-17T13:36:44.357Z Compiling zerocopy-derive v0.6.6
32332026-04-17T13:36:44.393Z Compiling newtype_derive v0.1.6
32342026-04-17T13:36:44.581Z Compiling serde_yaml v0.9.34+deprecated
32352026-04-17T13:36:44.625Z Checking crc-catalog v2.4.0
32362026-04-17T13:36:44.719Z Compiling owo-colors v4.3.0
32372026-04-17T13:36:45.007Z Checking funty v2.0.0
32382026-04-17T13:36:45.058Z Checking pin-project v1.1.11
32392026-04-17T13:36:45.061Z Checking same-file v1.0.6
32402026-04-17T13:36:45.159Z Compiling packed_struct v0.10.1
32412026-04-17T13:36:45.191Z Compiling cancel-safe-futures v0.1.5
32422026-04-17T13:36:45.194Z Checking zerocopy v0.6.6
32432026-04-17T13:36:45.362Z Checking bitvec v1.0.1
32442026-04-17T13:36:45.440Z Checking walkdir v2.5.0
32452026-04-17T13:36:45.502Z Checking crc v3.4.0
32462026-04-17T13:36:45.606Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32472026-04-17T13:36:45.651Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-04-17T13:36:45.682Z Checking globset v0.4.18
32492026-04-17T13:36:45.737Z Checking olpc-cjson v0.1.4
32502026-04-17T13:36:45.880Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32512026-04-17T13:36:45.939Z Checking pem v3.0.6
32522026-04-17T13:36:45.987Z Compiling packed_struct_codegen v0.10.1
32532026-04-17T13:36:46.068Z Checking libsw-core v0.3.2
32542026-04-17T13:36:46.097Z Checking serde_plain v1.0.2
32552026-04-17T13:36:46.133Z Compiling bitfield-macros v0.19.4
32562026-04-17T13:36:46.148Z Compiling indexmap v1.9.3
32572026-04-17T13:36:46.203Z Checking snafu v0.8.9
32582026-04-17T13:36:46.217Z Checking nodrop v0.1.14
32592026-04-17T13:36:46.240Z Checking typed-path v0.9.3
32602026-04-17T13:36:46.306Z Checking array-init v0.0.4
32612026-04-17T13:36:46.358Z Checking libsw v3.5.0
32622026-04-17T13:36:46.445Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32632026-04-17T13:36:46.506Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-04-17T13:36:46.603Z Checking smallvec v0.6.14
32652026-04-17T13:36:46.708Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-04-17T13:36:46.840Z Checking bitfield v0.19.4
32672026-04-17T13:36:46.855Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32682026-04-17T13:36:46.981Z Checking unicode-linebreak v0.1.5
32692026-04-17T13:36:47.021Z Checking tough v0.20.0
32702026-04-17T13:36:47.033Z Checking base64 v0.21.7
32712026-04-17T13:36:47.110Z Checking smawk v0.3.2
32722026-04-17T13:36:47.126Z Checking tagptr v0.2.0
32732026-04-17T13:36:47.193Z Checking hashbrown v0.12.3
32742026-04-17T13:36:47.240Z Checking linear-map v1.2.0
32752026-04-17T13:36:47.265Z Checking moka v0.12.13
32762026-04-17T13:36:47.280Z Checking ron v0.8.1
32772026-04-17T13:36:47.317Z Checking textwrap v0.16.2
32782026-04-17T13:36:47.410Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32792026-04-17T13:36:47.529Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32802026-04-17T13:36:47.701Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32812026-04-17T13:36:47.807Z Checking serde-hex v0.1.0
32822026-04-17T13:36:47.884Z Checking steno v0.4.1
32832026-04-17T13:36:47.928Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32842026-04-17T13:36:48.089Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32852026-04-17T13:36:48.124Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32862026-04-17T13:36:48.364Z Compiling typify-macro v0.6.1
32872026-04-17T13:36:48.505Z Checking hashbrown v0.13.2
32882026-04-17T13:36:48.660Z Checking crc-any v2.5.0
32892026-04-17T13:36:48.700Z Checking humantime v2.3.0
32902026-04-17T13:36:48.838Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-04-17T13:36:48.875Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-04-17T13:36:48.889Z Checking hickory-resolver v0.25.2
32932026-04-17T13:36:48.933Z Checking object v0.30.4
32942026-04-17T13:36:48.974Z Checking void v1.0.2
32952026-04-17T13:36:49.038Z Checking utf-8 v0.7.6
32962026-04-17T13:36:49.056Z Checking half v1.8.3
32972026-04-17T13:36:49.075Z Checking path-slash v0.1.5
32982026-04-17T13:36:49.171Z Checking tungstenite v0.23.0
32992026-04-17T13:36:49.186Z Checking lzss v0.8.2
33002026-04-17T13:36:49.255Z Checking serde_cbor v0.11.2
33012026-04-17T13:36:49.371Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33022026-04-17T13:36:49.419Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-04-17T13:36:49.526Z Checking nix v0.27.1
33042026-04-17T13:36:49.583Z Checking kstat-rs v0.2.4
33052026-04-17T13:36:49.597Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33062026-04-17T13:36:49.633Z Checking fxhash v0.2.1
33072026-04-17T13:36:49.652Z Checking serde_bytes v0.11.19
33082026-04-17T13:36:49.753Z Checking tokio-tungstenite v0.23.1
33092026-04-17T13:36:49.767Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-04-17T13:36:49.828Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33112026-04-17T13:36:50.009Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33122026-04-17T13:36:50.024Z Checking signal-hook-tokio v0.3.1
33132026-04-17T13:36:50.097Z Compiling typify v0.6.1
33142026-04-17T13:36:50.191Z Compiling progenitor-impl v0.13.0
33152026-04-17T13:36:51.155Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33162026-04-17T13:36:51.735Z Compiling progenitor-macro v0.13.0
33172026-04-17T13:36:52.053Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33182026-04-17T13:36:52.354Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33192026-04-17T13:36:54.051Z Checking progenitor v0.13.0
33202026-04-17T13:36:54.162Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33212026-04-17T13:36:54.165Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-04-17T13:36:57.148Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33232026-04-17T13:37:04.493Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33242026-04-17T13:37:10.666Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33252026-04-17T13:37:12.008Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33262026-04-17T13:37:12.505Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33272026-04-17T13:37:14.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.54s
33282026-04-17T13:37:14.741Z
33292026-04-17T13:37:14.741Zinfo: running `cargo check --bins` on gateway-api (133/272)
33302026-04-17T13:37:15.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-04-17T13:37:15.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-04-17T13:37:15.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-04-17T13:37:15.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33342026-04-17T13:37:15.347Z
33352026-04-17T13:37:15.347Zinfo: running `cargo check --bins` on ipcc (134/272)
33362026-04-17T13:37:15.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-04-17T13:37:15.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-04-17T13:37:15.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33392026-04-17T13:37:15.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33402026-04-17T13:37:15.955Z
33412026-04-17T13:37:15.955Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/272)
33422026-04-17T13:37:16.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432026-04-17T13:37:16.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442026-04-17T13:37:16.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33452026-04-17T13:37:17.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33462026-04-17T13:37:17.463Z
33472026-04-17T13:37:17.463Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/272)
33482026-04-17T13:37:17.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33492026-04-17T13:37:17.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33502026-04-17T13:37:17.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33512026-04-17T13:37:17.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33522026-04-17T13:37:17.463Z
33532026-04-17T13:37:17.463Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/272)
33542026-04-17T13:37:17.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33552026-04-17T13:37:17.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33562026-04-17T13:37:17.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33572026-04-17T13:37:17.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33582026-04-17T13:37:17.749Z
33592026-04-17T13:37:17.749Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/272)
33602026-04-17T13:37:18.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33612026-04-17T13:37:18.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33622026-04-17T13:37:18.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33632026-04-17T13:37:18.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33642026-04-17T13:37:18.352Z
33652026-04-17T13:37:18.353Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/272)
33662026-04-17T13:37:18.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33672026-04-17T13:37:18.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33682026-04-17T13:37:18.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33692026-04-17T13:37:18.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33702026-04-17T13:37:18.958Z
33712026-04-17T13:37:18.958Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/272)
33722026-04-17T13:37:19.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33732026-04-17T13:37:19.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33742026-04-17T13:37:19.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33752026-04-17T13:37:19.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33762026-04-17T13:37:19.563Z
33772026-04-17T13:37:19.563Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/272)
33782026-04-17T13:37:20.068Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-04-17T13:37:20.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-04-17T13:37:20.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-04-17T13:37:20.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33822026-04-17T13:37:20.163Z
33832026-04-17T13:37:20.163Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/272)
33842026-04-17T13:37:20.666Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-04-17T13:37:20.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-04-17T13:37:20.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-04-17T13:37:20.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33882026-04-17T13:37:20.760Z
33892026-04-17T13:37:20.760Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/272)
33902026-04-17T13:37:21.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-04-17T13:37:21.272Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-04-17T13:37:21.272Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-04-17T13:37:21.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33942026-04-17T13:37:21.363Z
33952026-04-17T13:37:21.363Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/272)
33962026-04-17T13:37:21.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-04-17T13:37:21.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-04-17T13:37:21.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-04-17T13:37:21.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34002026-04-17T13:37:21.965Z
34012026-04-17T13:37:21.965Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/272)
34022026-04-17T13:37:22.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-04-17T13:37:22.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-04-17T13:37:22.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-04-17T13:37:22.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34062026-04-17T13:37:22.572Z
34072026-04-17T13:37:22.572Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/272)
34082026-04-17T13:37:23.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-04-17T13:37:23.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-04-17T13:37:23.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-04-17T13:37:23.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34122026-04-17T13:37:23.174Z
34132026-04-17T13:37:23.174Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/272)
34142026-04-17T13:37:23.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-04-17T13:37:23.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-04-17T13:37:23.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-04-17T13:37:23.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34182026-04-17T13:37:23.778Z
34192026-04-17T13:37:23.778Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/272)
34202026-04-17T13:37:24.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-04-17T13:37:24.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-04-17T13:37:24.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-04-17T13:37:24.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34242026-04-17T13:37:24.380Z
34252026-04-17T13:37:24.380Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/272)
34262026-04-17T13:37:24.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-04-17T13:37:24.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-04-17T13:37:24.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-04-17T13:37:24.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34302026-04-17T13:37:24.988Z
34312026-04-17T13:37:24.988Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/272)
34322026-04-17T13:37:25.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-04-17T13:37:25.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-04-17T13:37:25.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-04-17T13:37:25.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34362026-04-17T13:37:25.593Z
34372026-04-17T13:37:25.593Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/272)
34382026-04-17T13:37:26.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-04-17T13:37:26.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-04-17T13:37:26.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-04-17T13:37:26.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34422026-04-17T13:37:26.200Z
34432026-04-17T13:37:26.200Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/272)
34442026-04-17T13:37:26.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-04-17T13:37:26.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-04-17T13:37:26.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-04-17T13:37:26.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34482026-04-17T13:37:26.806Z
34492026-04-17T13:37:26.806Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/272)
34502026-04-17T13:37:27.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-04-17T13:37:27.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-04-17T13:37:27.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-04-17T13:37:27.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34542026-04-17T13:37:27.414Z
34552026-04-17T13:37:27.415Zinfo: running `cargo check --bins` on oximeter-producer (154/272)
34562026-04-17T13:37:27.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-04-17T13:37:27.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-04-17T13:37:27.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-04-17T13:37:27.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
34602026-04-17T13:37:28.051Z
34612026-04-17T13:37:28.051Zinfo: running `cargo check --bins` on internal-dns-resolver (155/272)
34622026-04-17T13:37:28.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-04-17T13:37:28.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-04-17T13:37:28.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-04-17T13:37:28.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34662026-04-17T13:37:28.660Z
34672026-04-17T13:37:28.660Zinfo: running `cargo check --bins` on dns-server (156/272)
34682026-04-17T13:37:29.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-04-17T13:37:29.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-04-17T13:37:29.312Z Compiling parking_lot_core v0.8.6
34712026-04-17T13:37:29.312Z Compiling atomicwrites v0.4.4
34722026-04-17T13:37:29.312Z Compiling git-stub v1.0.0
34732026-04-17T13:37:29.433Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34742026-04-17T13:37:29.439Z Checking prefix-trie v0.7.0
34752026-04-17T13:37:29.547Z Compiling git-stub-vcs v0.1.0
34762026-04-17T13:37:29.728Z Checking hickory-server v0.25.2
34772026-04-17T13:37:29.819Z Checking parking_lot v0.11.2
34782026-04-17T13:37:29.831Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34792026-04-17T13:37:29.901Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34802026-04-17T13:37:29.904Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34812026-04-17T13:37:29.989Z Checking sled v0.34.7
34822026-04-17T13:37:31.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
34832026-04-17T13:37:32.089Z
34842026-04-17T13:37:32.089Zinfo: running `cargo check --bins` on dns-server-api (157/272)
34852026-04-17T13:37:32.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-04-17T13:37:32.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-04-17T13:37:32.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-04-17T13:37:32.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34892026-04-17T13:37:32.696Z
34902026-04-17T13:37:32.696Zinfo: running `cargo check --bins` on oximeter-producer-api (158/272)
34912026-04-17T13:37:33.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-04-17T13:37:33.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-04-17T13:37:33.205Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-04-17T13:37:33.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34952026-04-17T13:37:33.300Z
34962026-04-17T13:37:33.300Zinfo: running `cargo check --bins` on sp-sim (159/272)
34972026-04-17T13:37:33.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-04-17T13:37:33.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-04-17T13:37:34.014Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35002026-04-17T13:37:35.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s
35012026-04-17T13:37:35.948Z
35022026-04-17T13:37:35.948Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/272)
35032026-04-17T13:37:36.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-04-17T13:37:36.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-04-17T13:37:36.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-04-17T13:37:36.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35072026-04-17T13:37:36.600Z
35082026-04-17T13:37:36.600Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/272)
35092026-04-17T13:37:37.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-04-17T13:37:37.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-04-17T13:37:37.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-04-17T13:37:37.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35132026-04-17T13:37:37.246Z
35142026-04-17T13:37:37.247Zinfo: running `cargo check --bins` on db-macros (162/272)
35152026-04-17T13:37:37.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-04-17T13:37:37.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-04-17T13:37:37.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-04-17T13:37:37.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-04-17T13:37:37.823Z
35202026-04-17T13:37:37.823Zinfo: running `cargo check --bins` on nexus-macros-common (163/272)
35212026-04-17T13:37:38.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-04-17T13:37:38.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-04-17T13:37:38.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-04-17T13:37:38.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35252026-04-17T13:37:38.403Z
35262026-04-17T13:37:38.403Zinfo: running `cargo check --bins` on nexus-auth (164/272)
35272026-04-17T13:37:38.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-04-17T13:37:38.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-04-17T13:37:38.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-04-17T13:37:38.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35312026-04-17T13:37:39.039Z
35322026-04-17T13:37:39.039Zinfo: running `cargo check --bins` on authz-macros (165/272)
35332026-04-17T13:37:39.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-04-17T13:37:39.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-04-17T13:37:39.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-04-17T13:37:39.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35372026-04-17T13:37:39.616Z
35382026-04-17T13:37:39.616Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/272)
35392026-04-17T13:37:40.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-04-17T13:37:40.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-04-17T13:37:40.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-04-17T13:37:40.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35432026-04-17T13:37:40.250Z
35442026-04-17T13:37:40.250Zinfo: running `cargo check --bins` on nexus-db-model (167/272)
35452026-04-17T13:37:40.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-04-17T13:37:40.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-04-17T13:37:40.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-04-17T13:37:40.790Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35492026-04-17T13:37:40.884Z
35502026-04-17T13:37:40.884Zinfo: running `cargo check --bins` on nexus-db-schema (168/272)
35512026-04-17T13:37:41.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-04-17T13:37:41.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-04-17T13:37:41.374Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-04-17T13:37:41.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35552026-04-17T13:37:41.462Z
35562026-04-17T13:37:41.462Zinfo: running `cargo check --bins` on omicron-rpaths (169/272)
35572026-04-17T13:37:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-04-17T13:37:41.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-04-17T13:37:41.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-04-17T13:37:41.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35612026-04-17T13:37:42.035Z
35622026-04-17T13:37:42.035Zinfo: running `cargo check --bins` on nexus-defaults (170/272)
35632026-04-17T13:37:42.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-04-17T13:37:42.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-04-17T13:37:42.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-04-17T13:37:42.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35672026-04-17T13:37:42.625Z
35682026-04-17T13:37:42.626Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/272)
35692026-04-17T13:37:43.117Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-04-17T13:37:43.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-04-17T13:37:43.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-04-17T13:37:43.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35732026-04-17T13:37:43.209Z
35742026-04-17T13:37:43.209Zinfo: running `cargo check --bins` on parallel-task-set (172/272)
35752026-04-17T13:37:43.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-04-17T13:37:43.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-04-17T13:37:43.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35782026-04-17T13:37:43.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35792026-04-17T13:37:43.781Z
35802026-04-17T13:37:43.781Zinfo: running `cargo check --bins` on nexus-db-errors (173/272)
35812026-04-17T13:37:44.315Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35822026-04-17T13:37:44.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35832026-04-17T13:37:44.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35842026-04-17T13:37:44.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35852026-04-17T13:37:44.414Z
35862026-04-17T13:37:44.414Zinfo: running `cargo check --bins` on nexus-db-lookup (174/272)
35872026-04-17T13:37:44.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35882026-04-17T13:37:44.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35892026-04-17T13:37:44.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35902026-04-17T13:37:44.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35912026-04-17T13:37:45.057Z
35922026-04-17T13:37:45.057Zinfo: running `cargo check --bins` on nexus-inventory (175/272)
35932026-04-17T13:37:45.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35942026-04-17T13:37:45.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35952026-04-17T13:37:45.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35962026-04-17T13:37:45.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35972026-04-17T13:37:45.692Z
35982026-04-17T13:37:45.692Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/272)
35992026-04-17T13:37:46.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36002026-04-17T13:37:46.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36012026-04-17T13:37:46.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36022026-04-17T13:37:46.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36032026-04-17T13:37:46.322Z
36042026-04-17T13:37:46.322Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/272)
36052026-04-17T13:37:46.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-04-17T13:37:46.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-04-17T13:37:46.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-04-17T13:37:46.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36092026-04-17T13:37:46.927Z
36102026-04-17T13:37:46.927Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/272)
36112026-04-17T13:37:47.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-04-17T13:37:47.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-04-17T13:37:47.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-04-17T13:37:47.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36152026-04-17T13:37:47.534Z
36162026-04-17T13:37:47.534Zinfo: running `cargo check --bins` on key-manager (179/272)
36172026-04-17T13:37:48.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-04-17T13:37:48.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-04-17T13:37:48.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36202026-04-17T13:37:48.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36212026-04-17T13:37:48.120Z
36222026-04-17T13:37:48.120Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/272)
36232026-04-17T13:37:48.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-04-17T13:37:48.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-04-17T13:37:48.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-04-17T13:37:48.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-04-17T13:37:48.723Z
36282026-04-17T13:37:48.723Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/272)
36292026-04-17T13:37:49.233Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-04-17T13:37:49.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-04-17T13:37:49.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-04-17T13:37:49.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-04-17T13:37:49.329Z
36342026-04-17T13:37:49.329Zinfo: running `cargo check --bins` on typed-rng (182/272)
36352026-04-17T13:37:49.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-04-17T13:37:49.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-04-17T13:37:49.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-04-17T13:37:49.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36392026-04-17T13:37:49.908Z
36402026-04-17T13:37:49.908Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/272)
36412026-04-17T13:37:50.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-04-17T13:37:50.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-04-17T13:37:50.747Z Compiling typify-impl v0.4.3
36442026-04-17T13:37:50.748Z Compiling libefi-sys v0.1.0
36452026-04-17T13:37:50.751Z Compiling bitfield-struct v0.6.2
36462026-04-17T13:37:50.898Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36472026-04-17T13:37:50.908Z Compiling xshell-macros v0.2.7
36482026-04-17T13:37:50.920Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36492026-04-17T13:37:50.953Z Compiling salty v0.3.0
36502026-04-17T13:37:50.962Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36512026-04-17T13:37:51.118Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36522026-04-17T13:37:51.241Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36532026-04-17T13:37:51.258Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36542026-04-17T13:37:51.271Z Checking xshell v0.2.7
36552026-04-17T13:37:51.457Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36562026-04-17T13:37:51.485Z Checking primeorder v0.13.6
36572026-04-17T13:37:51.500Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-04-17T13:37:51.621Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36592026-04-17T13:37:51.639Z Compiling proc-macro-error-attr2 v2.0.0
36602026-04-17T13:37:51.721Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36612026-04-17T13:37:51.737Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36622026-04-17T13:37:51.875Z Checking tungstenite v0.21.0
36632026-04-17T13:37:51.929Z Checking p384 v0.13.1
36642026-04-17T13:37:51.967Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36652026-04-17T13:37:52.025Z Compiling proc-macro-error2 v2.0.1
36662026-04-17T13:37:52.135Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36672026-04-17T13:37:52.295Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36682026-04-17T13:37:52.339Z Compiling num-derive v0.3.3
36692026-04-17T13:37:52.354Z Compiling unicase v2.9.0
36702026-04-17T13:37:52.556Z Checking compression-core v0.4.31
36712026-04-17T13:37:52.618Z Compiling mime_guess v2.0.5
36722026-04-17T13:37:52.692Z Checking compression-codecs v0.4.37
36732026-04-17T13:37:52.805Z Compiling tabled_derive v0.11.0
36742026-04-17T13:37:52.834Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36752026-04-17T13:37:52.867Z Checking tokio-tungstenite v0.21.0
36762026-04-17T13:37:53.113Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36772026-04-17T13:37:53.208Z Checking libscf-sys v1.1.0
36782026-04-17T13:37:53.277Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36792026-04-17T13:37:53.341Z Checking papergrid v0.17.0
36802026-04-17T13:37:53.528Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36812026-04-17T13:37:53.617Z Checking testing_table v0.3.0
36822026-04-17T13:37:53.654Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-04-17T13:37:53.715Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-04-17T13:37:53.965Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36852026-04-17T13:37:53.981Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36862026-04-17T13:37:54.122Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36872026-04-17T13:37:54.172Z Checking toml_datetime v1.0.0+spec-1.1.0
36882026-04-17T13:37:54.188Z Compiling dropshot v0.17.0
36892026-04-17T13:37:54.205Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36902026-04-17T13:37:54.315Z Checking corncobs v0.1.4
36912026-04-17T13:37:54.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36922026-04-17T13:37:54.395Z Checking toml v1.0.6+spec-1.1.0
36932026-04-17T13:37:54.446Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36942026-04-17T13:37:54.489Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-04-17T13:37:54.532Z Checking tabled v0.20.0
36962026-04-17T13:37:54.560Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36972026-04-17T13:37:54.597Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-04-17T13:37:54.679Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36992026-04-17T13:37:54.699Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37002026-04-17T13:37:54.932Z Checking async-compression v0.4.41
37012026-04-17T13:37:54.948Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37022026-04-17T13:37:54.976Z Checking progenitor-client v0.11.2
37032026-04-17T13:37:55.185Z Compiling dropshot_endpoint v0.17.0
37042026-04-17T13:37:55.214Z Checking secrecy v0.8.0
37052026-04-17T13:37:55.230Z Checking filetime v0.2.27
37062026-04-17T13:37:55.302Z Compiling typify-macro v0.4.3
37072026-04-17T13:37:55.359Z Checking xattr v1.6.1
37082026-04-17T13:37:55.374Z Checking http-range v0.1.5
37092026-04-17T13:37:55.389Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37102026-04-17T13:37:55.522Z Checking tar v0.4.45
37112026-04-17T13:37:55.871Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37122026-04-17T13:37:56.049Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37132026-04-17T13:37:56.144Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37142026-04-17T13:37:56.550Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37152026-04-17T13:37:56.565Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37162026-04-17T13:37:56.620Z Checking atty v0.2.14
37172026-04-17T13:37:56.731Z Checking crc8 v0.1.1
37182026-04-17T13:37:56.831Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37192026-04-17T13:37:57.014Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37202026-04-17T13:37:57.098Z Compiling typify v0.4.3
37212026-04-17T13:37:57.183Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37222026-04-17T13:37:57.209Z Compiling progenitor-impl v0.10.0
37232026-04-17T13:37:57.274Z Compiling progenitor-impl v0.11.2
37242026-04-17T13:37:57.487Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37252026-04-17T13:37:57.561Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37262026-04-17T13:37:57.657Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37272026-04-17T13:37:57.724Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37282026-04-17T13:37:58.070Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37292026-04-17T13:37:58.218Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37302026-04-17T13:37:58.340Z Checking hyper-staticfile v0.10.1
37312026-04-17T13:37:58.442Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37322026-04-17T13:37:58.508Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37332026-04-17T13:37:58.609Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37342026-04-17T13:37:58.634Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37352026-04-17T13:37:58.695Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37362026-04-17T13:37:58.813Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37372026-04-17T13:37:58.966Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37382026-04-17T13:37:59.246Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37392026-04-17T13:37:59.524Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37402026-04-17T13:37:59.649Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37412026-04-17T13:37:59.756Z Compiling progenitor-macro v0.10.0
37422026-04-17T13:37:59.813Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37432026-04-17T13:37:59.870Z Compiling progenitor-macro v0.11.2
37442026-04-17T13:37:59.958Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37452026-04-17T13:38:02.552Z Checking progenitor v0.10.0
37462026-04-17T13:38:02.697Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37472026-04-17T13:38:02.804Z Checking progenitor v0.11.2
37482026-04-17T13:38:02.942Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37492026-04-17T13:38:07.654Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37502026-04-17T13:38:18.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.75s
37512026-04-17T13:38:18.884Z
37522026-04-17T13:38:18.884Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/272)
37532026-04-17T13:38:19.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37542026-04-17T13:38:19.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37552026-04-17T13:38:19.660Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37562026-04-17T13:38:30.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.79s
37572026-04-17T13:38:30.901Z
37582026-04-17T13:38:30.901Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/272)
37592026-04-17T13:38:31.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37602026-04-17T13:38:31.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37612026-04-17T13:38:31.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-04-17T13:38:42.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.78s
37632026-04-17T13:38:42.901Z
37642026-04-17T13:38:42.901Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/272)
37652026-04-17T13:38:43.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-04-17T13:38:43.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-04-17T13:38:43.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-04-17T13:38:54.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s
37692026-04-17T13:38:55.035Z
37702026-04-17T13:38:55.035Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/272)
37712026-04-17T13:38:55.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-04-17T13:38:55.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-04-17T13:38:55.805Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-04-17T13:39:06.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
37752026-04-17T13:39:07.124Z
37762026-04-17T13:39:07.124Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/272)
37772026-04-17T13:39:07.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-04-17T13:39:07.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-04-17T13:39:07.905Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-04-17T13:39:18.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s
37812026-04-17T13:39:19.214Z
37822026-04-17T13:39:19.214Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/272)
37832026-04-17T13:39:19.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-04-17T13:39:19.773Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-04-17T13:39:19.993Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-04-17T13:39:31.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.81s
37872026-04-17T13:39:31.252Z
37882026-04-17T13:39:31.252Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/272)
37892026-04-17T13:39:31.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-04-17T13:39:31.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-04-17T13:39:32.025Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-04-17T13:39:43.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.85s
37932026-04-17T13:39:43.324Z
37942026-04-17T13:39:43.324Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/272)
37952026-04-17T13:39:43.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-04-17T13:39:43.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-04-17T13:39:43.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37982026-04-17T13:39:43.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
37992026-04-17T13:39:43.927Z
38002026-04-17T13:39:43.927Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/272)
38012026-04-17T13:39:44.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-04-17T13:39:44.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-04-17T13:39:44.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38042026-04-17T13:39:44.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38052026-04-17T13:39:44.531Z
38062026-04-17T13:39:44.531Zinfo: running `cargo check --bins` on range-requests (193/272)
38072026-04-17T13:39:45.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-04-17T13:39:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-04-17T13:39:45.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-04-17T13:39:45.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
38112026-04-17T13:39:45.116Z
38122026-04-17T13:39:45.116Zinfo: running `cargo check --bins` on repo-depot-api (194/272)
38132026-04-17T13:39:45.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-04-17T13:39:45.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-04-17T13:39:45.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-04-17T13:39:45.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38172026-04-17T13:39:45.712Z
38182026-04-17T13:39:45.713Zinfo: running `cargo check --bins` on sled-agent-api (195/272)
38192026-04-17T13:39:46.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-04-17T13:39:46.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-04-17T13:39:46.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-04-17T13:39:46.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38232026-04-17T13:39:46.326Z
38242026-04-17T13:39:46.326Zinfo: running `cargo check --bins` on sled-diagnostics (196/272)
38252026-04-17T13:39:46.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-04-17T13:39:46.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-04-17T13:39:46.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-04-17T13:39:46.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38292026-04-17T13:39:46.938Z
38302026-04-17T13:39:46.938Zinfo: running `cargo check --bins` on zfs-test-harness (197/272)
38312026-04-17T13:39:47.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-04-17T13:39:47.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-04-17T13:39:47.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-04-17T13:39:47.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38352026-04-17T13:39:47.553Z
38362026-04-17T13:39:47.553Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/272)
38372026-04-17T13:39:48.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-04-17T13:39:48.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-04-17T13:39:48.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-04-17T13:39:48.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38412026-04-17T13:39:48.176Z
38422026-04-17T13:39:48.176Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/272)
38432026-04-17T13:39:48.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-04-17T13:39:48.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-04-17T13:39:48.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-04-17T13:39:48.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38472026-04-17T13:39:48.799Z
38482026-04-17T13:39:48.799Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/272)
38492026-04-17T13:39:49.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-04-17T13:39:49.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-04-17T13:39:49.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-04-17T13:39:49.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38532026-04-17T13:39:49.410Z
38542026-04-17T13:39:49.410Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/272)
38552026-04-17T13:39:49.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-04-17T13:39:49.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-04-17T13:39:49.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-04-17T13:39:49.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-04-17T13:39:50.033Z
38602026-04-17T13:39:50.033Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/272)
38612026-04-17T13:39:50.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-04-17T13:39:50.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-04-17T13:39:50.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-04-17T13:39:50.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-04-17T13:39:50.652Z
38662026-04-17T13:39:50.652Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/272)
38672026-04-17T13:39:51.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-04-17T13:39:51.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-04-17T13:39:51.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-04-17T13:39:51.178Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38712026-04-17T13:39:51.267Z
38722026-04-17T13:39:51.267Zinfo: running `cargo check --bins` on transient-dns-server (204/272)
38732026-04-17T13:39:51.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-04-17T13:39:51.775Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-04-17T13:39:51.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-04-17T13:39:51.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38772026-04-17T13:39:51.867Z
38782026-04-17T13:39:51.867Zinfo: running `cargo check --bins` on trust-quorum (205/272)
38792026-04-17T13:39:52.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-04-17T13:39:52.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-04-17T13:39:52.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-04-17T13:39:52.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38832026-04-17T13:39:52.484Z
38842026-04-17T13:39:52.485Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/272)
38852026-04-17T13:39:53.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-04-17T13:39:53.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-04-17T13:39:53.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-04-17T13:39:53.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38892026-04-17T13:39:53.116Z
38902026-04-17T13:39:53.117Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/272)
38912026-04-17T13:39:53.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-04-17T13:39:53.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-04-17T13:39:53.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-04-17T13:39:53.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-04-17T13:39:53.760Z
38962026-04-17T13:39:53.760Zinfo: running `cargo check --bins` on update-common (208/272)
38972026-04-17T13:39:54.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-04-17T13:39:54.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-04-17T13:39:54.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-04-17T13:39:54.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39012026-04-17T13:39:54.362Z
39022026-04-17T13:39:54.362Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/272)
39032026-04-17T13:39:54.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-04-17T13:39:54.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-04-17T13:39:54.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-04-17T13:39:54.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39072026-04-17T13:39:55.012Z
39082026-04-17T13:39:55.012Zinfo: running `cargo check --bins` on reconfigurator-cli (210/272)
39092026-04-17T13:39:55.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-04-17T13:39:55.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-04-17T13:39:55.773Z Compiling fs-err v2.11.0
39122026-04-17T13:39:55.776Z Checking ignore v0.4.25
39132026-04-17T13:39:55.776Z Checking arc-swap v1.8.2
39142026-04-17T13:39:55.776Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39152026-04-17T13:39:55.908Z Checking predicates-tree v1.0.13
39162026-04-17T13:39:55.916Z Checking parse-size v1.1.0
39172026-04-17T13:39:55.939Z Checking rand_seeder v0.4.0
39182026-04-17T13:39:55.942Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39192026-04-17T13:39:56.016Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39202026-04-17T13:39:56.037Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39212026-04-17T13:39:56.077Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39222026-04-17T13:39:56.103Z Checking slog-scope v4.4.1
39232026-04-17T13:39:56.218Z Compiling petname v2.0.2
39242026-04-17T13:39:56.235Z Checking slog-stdlog v4.1.1
39252026-04-17T13:39:56.250Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39262026-04-17T13:39:56.298Z Checking globwalk v0.9.1
39272026-04-17T13:39:56.326Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39282026-04-17T13:39:56.356Z Checking slog-envlogger v2.2.0
39292026-04-17T13:39:56.479Z Checking camino-tempfile-ext v0.3.3
39302026-04-17T13:39:56.494Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39312026-04-17T13:39:56.507Z Checking sapling-renderdag v0.1.0
39322026-04-17T13:39:56.658Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-04-17T13:39:56.673Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39342026-04-17T13:39:56.741Z Checking subprocess v0.2.15
39352026-04-17T13:39:56.818Z Checking sync-ptr v0.1.4
39362026-04-17T13:39:56.864Z Checking colored v2.2.0
39372026-04-17T13:39:56.918Z Checking assert_matches v1.5.0
39382026-04-17T13:39:57.021Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39392026-04-17T13:39:57.039Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39402026-04-17T13:39:57.122Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39412026-04-17T13:39:57.123Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39422026-04-17T13:39:57.702Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39432026-04-17T13:39:59.005Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39442026-04-17T13:40:01.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.16s
39452026-04-17T13:40:01.392Z
39462026-04-17T13:40:01.393Zinfo: running `cargo check --bins` on omicron-repl-utils (211/272)
39472026-04-17T13:40:01.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-04-17T13:40:01.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-04-17T13:40:01.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-04-17T13:40:01.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-04-17T13:40:01.969Z
39522026-04-17T13:40:01.969Zinfo: running `cargo check --bins` on nexus-test-interface (212/272)
39532026-04-17T13:40:02.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-04-17T13:40:02.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-04-17T13:40:02.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-04-17T13:40:02.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39572026-04-17T13:40:02.613Z
39582026-04-17T13:40:02.613Zinfo: running `cargo check --bins` on oximeter-collector (213/272)
39592026-04-17T13:40:03.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-04-17T13:40:03.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-04-17T13:40:03.328Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39622026-04-17T13:40:03.331Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39632026-04-17T13:40:03.976Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39642026-04-17T13:40:05.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.88s
39652026-04-17T13:40:05.708Z
39662026-04-17T13:40:05.708Zinfo: running `cargo check --bins` on oximeter-api (214/272)
39672026-04-17T13:40:06.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39682026-04-17T13:40:06.208Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39692026-04-17T13:40:06.208Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39702026-04-17T13:40:06.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39712026-04-17T13:40:06.295Z
39722026-04-17T13:40:06.295Zinfo: running `cargo check --bins` on cert-dev (215/272)
39732026-04-17T13:40:06.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39742026-04-17T13:40:06.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39752026-04-17T13:40:06.894Z Checking yasna v0.5.2
39762026-04-17T13:40:07.295Z Checking rcgen v0.12.1
39772026-04-17T13:40:07.551Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39782026-04-17T13:40:07.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39792026-04-17T13:40:07.896Z
39802026-04-17T13:40:07.896Zinfo: running `cargo check --bins` on clickana (216/272)
39812026-04-17T13:40:08.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39822026-04-17T13:40:08.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39832026-04-17T13:40:08.532Z Compiling darling_core v0.23.0
39842026-04-17T13:40:08.535Z Compiling instability v0.3.11
39852026-04-17T13:40:08.647Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39862026-04-17T13:40:08.671Z Checking castaway v0.2.4
39872026-04-17T13:40:08.671Z Compiling indoc v2.0.7
39882026-04-17T13:40:08.674Z Checking unicode-truncate v1.1.0
39892026-04-17T13:40:08.677Z Checking lru v0.12.5
39902026-04-17T13:40:08.677Z Checking cassowary v0.3.0
39912026-04-17T13:40:08.744Z Checking compact_str v0.8.1
39922026-04-17T13:40:09.597Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39932026-04-17T13:40:09.778Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39942026-04-17T13:40:10.055Z Compiling darling_macro v0.23.0
39952026-04-17T13:40:10.465Z Compiling darling v0.23.0
39962026-04-17T13:40:11.058Z Checking ratatui v0.29.0
39972026-04-17T13:40:12.102Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39982026-04-17T13:40:12.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.86s
39992026-04-17T13:40:12.945Z
40002026-04-17T13:40:12.945Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (217/272)
40012026-04-17T13:40:13.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-04-17T13:40:13.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-04-17T13:40:13.654Z Checking headers-core v0.3.0
40042026-04-17T13:40:13.656Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40052026-04-17T13:40:13.848Z Checking headers v0.4.1
40062026-04-17T13:40:14.216Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40072026-04-17T13:40:15.048Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40082026-04-17T13:40:15.536Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40092026-04-17T13:40:15.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
40102026-04-17T13:40:16.133Z
40112026-04-17T13:40:16.133Zinfo: running `cargo check --bins` on ch-dev (218/272)
40122026-04-17T13:40:16.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-04-17T13:40:16.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-04-17T13:40:16.846Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40152026-04-17T13:40:17.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
40162026-04-17T13:40:17.786Z
40172026-04-17T13:40:17.786Zinfo: running `cargo check --bins` on dev-tools-common (219/272)
40182026-04-17T13:40:18.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-04-17T13:40:18.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-04-17T13:40:18.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40212026-04-17T13:40:18.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40222026-04-17T13:40:18.248Z
40232026-04-17T13:40:18.249Zinfo: running `cargo check --bins` on crdb-seed (220/272)
40242026-04-17T13:40:18.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40252026-04-17T13:40:18.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40262026-04-17T13:40:18.956Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40272026-04-17T13:40:19.917Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40282026-04-17T13:40:20.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s
40292026-04-17T13:40:20.453Z
40302026-04-17T13:40:20.453Zinfo: running `cargo check --bins` on db-dev (221/272)
40312026-04-17T13:40:20.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-04-17T13:40:20.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-04-17T13:40:21.172Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40342026-04-17T13:40:21.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40352026-04-17T13:40:22.116Z
40362026-04-17T13:40:22.116Zinfo: running `cargo check --bins` on omicron-dev-lib (222/272)
40372026-04-17T13:40:22.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-04-17T13:40:22.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-04-17T13:40:22.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-04-17T13:40:22.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40412026-04-17T13:40:22.756Z
40422026-04-17T13:40:22.756Zinfo: running `cargo check --bins` on xtask-downloader (223/272)
40432026-04-17T13:40:23.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-04-17T13:40:23.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-04-17T13:40:23.364Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40462026-04-17T13:40:24.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40472026-04-17T13:40:24.222Z
40482026-04-17T13:40:24.223Zinfo: running `cargo check --bins` on omicron-dropshot-apis (224/272)
40492026-04-17T13:40:24.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-04-17T13:40:24.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-04-17T13:40:24.971Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40522026-04-17T13:40:24.971Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40532026-04-17T13:40:24.974Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40542026-04-17T13:40:24.974Z Checking git-stub v1.0.0
40552026-04-17T13:40:24.974Z Compiling trait-variant v0.1.2
40562026-04-17T13:40:24.974Z Checking is_ci v1.2.0
40572026-04-17T13:40:24.974Z Checking maplit v1.0.2
40582026-04-17T13:40:24.974Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40592026-04-17T13:40:25.184Z Checking supports-color v3.0.2
40602026-04-17T13:40:25.196Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40612026-04-17T13:40:25.224Z Checking git-stub-vcs v0.1.0
40622026-04-17T13:40:25.307Z Checking drift v0.1.3
40632026-04-17T13:40:25.363Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40642026-04-17T13:40:25.376Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40652026-04-17T13:40:25.418Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40662026-04-17T13:40:25.572Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40672026-04-17T13:40:25.604Z Checking dropshot-api-manager v0.6.0
40682026-04-17T13:40:25.650Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40692026-04-17T13:40:25.667Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40702026-04-17T13:40:25.885Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40712026-04-17T13:40:25.899Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40722026-04-17T13:40:26.029Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
40732026-04-17T13:40:26.383Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40742026-04-17T13:40:31.284Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40752026-04-17T13:40:32.367Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40762026-04-17T13:40:32.907Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40772026-04-17T13:40:33.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40782026-04-17T13:40:33.528Z
40792026-04-17T13:40:33.528Zinfo: running `cargo check --bins` on installinator-api (225/272)
40802026-04-17T13:40:34.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-04-17T13:40:34.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-04-17T13:40:34.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40832026-04-17T13:40:34.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40842026-04-17T13:40:34.125Z
40852026-04-17T13:40:34.125Zinfo: running `cargo check --bins` on nexus-external-api (226/272)
40862026-04-17T13:40:34.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-04-17T13:40:34.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-04-17T13:40:34.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40892026-04-17T13:40:34.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40902026-04-17T13:40:34.771Z
40912026-04-17T13:40:34.771Zinfo: running `cargo check --bins` on nexus-internal-api (227/272)
40922026-04-17T13:40:35.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40932026-04-17T13:40:35.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40942026-04-17T13:40:35.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40952026-04-17T13:40:35.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40962026-04-17T13:40:35.406Z
40972026-04-17T13:40:35.406Zinfo: running `cargo check --bins` on nexus-lockstep-api (228/272)
40982026-04-17T13:40:35.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40992026-04-17T13:40:35.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41002026-04-17T13:40:35.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41012026-04-17T13:40:35.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41022026-04-17T13:40:36.035Z
41032026-04-17T13:40:36.035Zinfo: running `cargo check --bins` on ntp-admin-api (229/272)
41042026-04-17T13:40:36.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41052026-04-17T13:40:36.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41062026-04-17T13:40:36.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41072026-04-17T13:40:36.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41082026-04-17T13:40:36.636Z
41092026-04-17T13:40:36.636Zinfo: running `cargo check --bins` on ntp-admin-types-versions (230/272)
41102026-04-17T13:40:37.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41112026-04-17T13:40:37.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41122026-04-17T13:40:37.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41132026-04-17T13:40:37.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41142026-04-17T13:40:37.221Z
41152026-04-17T13:40:37.221Zinfo: running `cargo check --bins` on wicketd-api (231/272)
41162026-04-17T13:40:37.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-04-17T13:40:37.736Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-04-17T13:40:37.736Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41192026-04-17T13:40:37.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41202026-04-17T13:40:37.834Z
41212026-04-17T13:40:37.834Zinfo: running `cargo check --bins` on omicron-ls-apis (232/272)
41222026-04-17T13:40:38.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41232026-04-17T13:40:38.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41242026-04-17T13:40:38.437Z Checking typeid v1.0.3
41252026-04-17T13:40:38.550Z Checking ordered-float v2.10.1
41262026-04-17T13:40:38.571Z Checking unicode-xid v0.2.6
41272026-04-17T13:40:38.589Z Checking cargo-platform v0.2.0
41282026-04-17T13:40:38.613Z Checking erased-serde v0.4.9
41292026-04-17T13:40:38.749Z Checking serde-value v0.7.0
41302026-04-17T13:40:38.921Z Checking serde-untagged v0.1.9
41312026-04-17T13:40:39.098Z Checking cargo-util-schemas v0.8.2
41322026-04-17T13:40:39.784Z Checking cargo_metadata v0.21.0
41332026-04-17T13:40:40.377Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41342026-04-17T13:40:41.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
41352026-04-17T13:40:41.216Z
41362026-04-17T13:40:41.216Zinfo: running `cargo check --bins` on mgs-dev (233/272)
41372026-04-17T13:40:41.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-04-17T13:40:41.758Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-04-17T13:40:41.942Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41402026-04-17T13:40:42.558Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41412026-04-17T13:40:43.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
41422026-04-17T13:40:43.247Z
41432026-04-17T13:40:43.247Zinfo: running `cargo check --bins` on omicron-omdb (234/272)
41442026-04-17T13:40:43.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41452026-04-17T13:40:43.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41462026-04-17T13:40:44.089Z Compiling vergen-gitcl v1.0.8
41472026-04-17T13:40:44.089Z Compiling dirs-sys-next v0.1.2
41482026-04-17T13:40:44.090Z Compiling glob v0.3.3
41492026-04-17T13:40:44.090Z Compiling diesel_derives v2.3.7
41502026-04-17T13:40:44.092Z Compiling crunchy v0.2.4
41512026-04-17T13:40:44.093Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41522026-04-17T13:40:44.093Z Compiling dsl_auto_type v0.2.0
41532026-04-17T13:40:44.221Z Checking scheduled-thread-pool v0.2.7
41542026-04-17T13:40:44.380Z Compiling dirs-next v2.0.0
41552026-04-17T13:40:44.424Z Compiling diesel_table_macro_syntax v0.3.0
41562026-04-17T13:40:44.485Z Compiling tiny-keccak v2.0.2
41572026-04-17T13:40:44.512Z Compiling term v0.7.0
41582026-04-17T13:40:44.582Z Compiling clang-sys v1.8.1
41592026-04-17T13:40:44.624Z Checking r2d2 v0.8.10
41602026-04-17T13:40:44.683Z Compiling bit-vec v0.6.3
41612026-04-17T13:40:44.701Z Checking downcast-rs v2.0.2
41622026-04-17T13:40:44.797Z Compiling ascii-canvas v3.0.0
41632026-04-17T13:40:44.902Z Compiling bit-set v0.5.3
41642026-04-17T13:40:44.948Z Compiling itertools v0.10.5
41652026-04-17T13:40:45.033Z Compiling ena v0.14.4
41662026-04-17T13:40:45.054Z Compiling libloading v0.8.9
41672026-04-17T13:40:45.057Z Compiling diff v0.1.13
41682026-04-17T13:40:45.084Z Compiling regex-syntax v0.6.29
41692026-04-17T13:40:45.209Z Compiling bindgen v0.71.1
41702026-04-17T13:40:45.258Z Compiling cexpr v0.6.0
41712026-04-17T13:40:45.326Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41722026-04-17T13:40:45.525Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41732026-04-17T13:40:45.672Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41742026-04-17T13:40:45.688Z Compiling libxml v0.3.3
41752026-04-17T13:40:45.907Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41762026-04-17T13:40:45.967Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41772026-04-17T13:40:46.012Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41782026-04-17T13:40:46.198Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41792026-04-17T13:40:46.218Z Compiling strum_macros v0.24.3
41802026-04-17T13:40:46.257Z Compiling indoc v1.0.9
41812026-04-17T13:40:46.465Z Compiling lalrpop v0.19.12
41822026-04-17T13:40:47.236Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41832026-04-17T13:40:47.424Z Checking derive_builder v0.20.2
41842026-04-17T13:40:47.540Z Compiling oso-derive v0.27.3
41852026-04-17T13:40:47.555Z Checking quick-xml v0.37.5
41862026-04-17T13:40:47.798Z Compiling impl-trait-for-tuples v0.2.3
41872026-04-17T13:40:48.036Z Checking openssl-probe v0.1.6
41882026-04-17T13:40:48.176Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41892026-04-17T13:40:48.436Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41902026-04-17T13:40:48.628Z Checking bb8 v0.8.6
41912026-04-17T13:40:48.903Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41922026-04-17T13:40:48.922Z Checking nonempty v0.12.0
41932026-04-17T13:40:48.940Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41942026-04-17T13:40:49.085Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41952026-04-17T13:40:49.121Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41962026-04-17T13:40:49.157Z Checking console v0.16.2
41972026-04-17T13:40:49.295Z Checking unit-prefix v0.5.2
41982026-04-17T13:40:49.331Z Checking support-bundle-viewer v0.1.2
41992026-04-17T13:40:49.429Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42002026-04-17T13:40:49.461Z Checking indicatif v0.18.4
42012026-04-17T13:40:49.576Z Checking multimap v0.10.1
42022026-04-17T13:40:50.107Z Checking diesel v2.3.7
42032026-04-17T13:40:51.932Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42042026-04-17T13:40:52.259Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42052026-04-17T13:40:52.751Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42062026-04-17T13:40:53.565Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42072026-04-17T13:40:54.006Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42082026-04-17T13:40:54.298Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42092026-04-17T13:40:54.607Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42102026-04-17T13:40:54.639Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42112026-04-17T13:40:56.635Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42122026-04-17T13:41:01.750Z Compiling samael v0.0.19
42132026-04-17T13:41:05.594Z Checking async-bb8-diesel v0.2.1
42142026-04-17T13:41:05.948Z Checking diesel-dtrace v0.5.0
42152026-04-17T13:41:06.397Z Compiling polar-core v0.27.3
42162026-04-17T13:41:10.860Z Checking oso v0.27.3
42172026-04-17T13:41:47.647Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42182026-04-17T13:42:20.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42192026-04-17T13:42:20.594Z
42202026-04-17T13:42:20.594Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (235/272)
42212026-04-17T13:42:21.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42222026-04-17T13:42:21.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42232026-04-17T13:42:21.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42242026-04-17T13:42:21.151Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42252026-04-17T13:42:21.257Z
42262026-04-17T13:42:21.257Zinfo: running `cargo check --bins` on nexus-saga-recovery (236/272)
42272026-04-17T13:42:21.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42282026-04-17T13:42:21.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42292026-04-17T13:42:21.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42302026-04-17T13:42:21.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42312026-04-17T13:42:21.913Z
42322026-04-17T13:42:21.913Zinfo: running `cargo check --bins` on nexus-test-utils-macros (237/272)
42332026-04-17T13:42:22.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42342026-04-17T13:42:22.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42352026-04-17T13:42:22.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42362026-04-17T13:42:22.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42372026-04-17T13:42:22.501Z
42382026-04-17T13:42:22.501Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (238/272)
42392026-04-17T13:42:23.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42402026-04-17T13:42:23.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42412026-04-17T13:42:23.357Z Compiling libz-sys v1.1.24
42422026-04-17T13:42:23.487Z Compiling libgit2-sys v0.18.3+1.9.2
42432026-04-17T13:42:23.499Z Compiling vergen-git2 v1.0.7
42442026-04-17T13:42:23.509Z Compiling rustls v0.21.12
42452026-04-17T13:42:23.519Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42462026-04-17T13:42:23.537Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42472026-04-17T13:42:23.540Z Checking sct v0.7.1
42482026-04-17T13:42:23.540Z Checking rustls-webpki v0.101.7
42492026-04-17T13:42:23.697Z Compiling nix v0.29.0
42502026-04-17T13:42:23.712Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42512026-04-17T13:42:23.725Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42522026-04-17T13:42:23.796Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42532026-04-17T13:42:23.866Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42542026-04-17T13:42:23.999Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42552026-04-17T13:42:24.025Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42562026-04-17T13:42:24.073Z Checking rustls-pemfile v1.0.4
42572026-04-17T13:42:24.204Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42582026-04-17T13:42:24.307Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42592026-04-17T13:42:24.483Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42602026-04-17T13:42:24.499Z Checking twox-hash v2.1.2
42612026-04-17T13:42:24.591Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42622026-04-17T13:42:25.120Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42632026-04-17T13:42:25.218Z Checking tokio-rustls v0.24.1
42642026-04-17T13:42:25.260Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42652026-04-17T13:42:25.363Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42662026-04-17T13:42:25.411Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42672026-04-17T13:42:25.799Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42682026-04-17T13:42:25.881Z Checking fatfs v0.3.6
42692026-04-17T13:42:25.944Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42702026-04-17T13:42:26.090Z Compiling seq-macro v0.3.6
42712026-04-17T13:42:30.054Z Compiling git2 v0.20.4
42722026-04-17T13:42:30.228Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42732026-04-17T13:42:30.353Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42742026-04-17T13:42:32.244Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42752026-04-17T13:43:18.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.41s
42762026-04-17T13:43:19.144Z
42772026-04-17T13:43:19.144Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (239/272)
42782026-04-17T13:43:19.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42792026-04-17T13:43:19.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42802026-04-17T13:43:20.016Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-04-17T13:43:59.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.85s
42822026-04-17T13:43:59.231Z
42832026-04-17T13:43:59.231Zinfo: running `cargo check --bins` on nexus-background-task-interface (240/272)
42842026-04-17T13:43:59.725Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-04-17T13:43:59.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-04-17T13:43:59.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-04-17T13:43:59.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
42882026-04-17T13:43:59.818Z
42892026-04-17T13:43:59.818Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (241/272)
42902026-04-17T13:44:00.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-04-17T13:44:00.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-04-17T13:44:00.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42932026-04-17T13:44:00.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
42942026-04-17T13:44:00.450Z
42952026-04-17T13:44:00.450Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (242/272)
42962026-04-17T13:44:00.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42972026-04-17T13:44:00.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42982026-04-17T13:44:00.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42992026-04-17T13:44:01.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43002026-04-17T13:44:01.104Z
43012026-04-17T13:44:01.104Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (243/272)
43022026-04-17T13:44:01.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43032026-04-17T13:44:01.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43042026-04-17T13:44:01.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43052026-04-17T13:44:01.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43062026-04-17T13:44:01.754Z
43072026-04-17T13:44:01.755Zinfo: running `cargo check --bins` on nexus-mgs-updates (244/272)
43082026-04-17T13:44:02.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43092026-04-17T13:44:02.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43102026-04-17T13:44:02.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43112026-04-17T13:44:02.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
43122026-04-17T13:44:02.396Z
43132026-04-17T13:44:02.396Zinfo: running `cargo check --bins` on nexus-networking (245/272)
43142026-04-17T13:44:02.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-04-17T13:44:02.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-04-17T13:44:02.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43172026-04-17T13:44:02.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43182026-04-17T13:44:03.053Z
43192026-04-17T13:44:03.053Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (246/272)
43202026-04-17T13:44:03.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43212026-04-17T13:44:03.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43222026-04-17T13:44:03.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43232026-04-17T13:44:03.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43242026-04-17T13:44:03.704Z
43252026-04-17T13:44:03.704Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (247/272)
43262026-04-17T13:44:04.246Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43272026-04-17T13:44:04.249Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43282026-04-17T13:44:04.249Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43292026-04-17T13:44:04.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43302026-04-17T13:44:04.353Z
43312026-04-17T13:44:04.353Zinfo: running `cargo check --bins` on omicron-dev (248/272)
43322026-04-17T13:44:04.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-04-17T13:44:04.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-04-17T13:44:05.236Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43352026-04-17T13:44:05.236Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43362026-04-17T13:44:05.424Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43372026-04-17T13:44:05.458Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43382026-04-17T13:44:05.475Z Checking diff v0.1.13
43392026-04-17T13:44:05.478Z Checking yansi v1.0.1
43402026-04-17T13:44:05.478Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43412026-04-17T13:44:05.489Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43422026-04-17T13:44:05.556Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43432026-04-17T13:44:05.747Z Checking pretty_assertions v1.4.1
43442026-04-17T13:44:06.361Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43452026-04-17T13:44:29.737Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43462026-04-17T13:44:29.768Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43472026-04-17T13:44:29.768Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43482026-04-17T13:44:29.768Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43492026-04-17T13:44:29.768Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43502026-04-17T13:44:29.768Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43512026-04-17T13:44:30.436Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43522026-04-17T13:44:31.520Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43532026-04-17T13:45:10.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43542026-04-17T13:45:10.395Z
43552026-04-17T13:45:10.395Zinfo: running `cargo check --bins` on omicron-pins (249/272)
43562026-04-17T13:45:10.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43572026-04-17T13:45:10.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43582026-04-17T13:45:10.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43592026-04-17T13:45:10.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43602026-04-17T13:45:10.986Z
43612026-04-17T13:45:10.986Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (250/272)
43622026-04-17T13:45:11.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43632026-04-17T13:45:11.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43642026-04-17T13:45:11.757Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43652026-04-17T13:45:11.878Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43662026-04-17T13:45:11.886Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43672026-04-17T13:45:37.307Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43682026-04-17T13:45:37.681Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43692026-04-17T13:45:39.363Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43702026-04-17T13:45:39.804Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43712026-04-17T13:45:42.736Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43722026-04-17T13:46:05.059Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43732026-04-17T13:46:05.693Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43742026-04-17T13:46:07.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.29s
43752026-04-17T13:46:07.494Z
43762026-04-17T13:46:07.494Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (251/272)
43772026-04-17T13:46:08.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43782026-04-17T13:46:08.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43792026-04-17T13:46:08.205Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43802026-04-17T13:46:09.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
43812026-04-17T13:46:09.265Z
43822026-04-17T13:46:09.265Zinfo: running `cargo check --bins` on omicron-releng (252/272)
43832026-04-17T13:46:09.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43842026-04-17T13:46:09.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43852026-04-17T13:46:09.725Z Compiling blake3 v1.8.3
43862026-04-17T13:46:09.835Z Checking arrayref v0.3.9
43872026-04-17T13:46:09.835Z Checking constant_time_eq v0.4.2
43882026-04-17T13:46:09.838Z Checking arrayvec v0.7.6
43892026-04-17T13:46:09.856Z Checking topological-sort v0.2.2
43902026-04-17T13:46:09.859Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43912026-04-17T13:46:09.859Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43922026-04-17T13:46:09.859Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43932026-04-17T13:46:09.897Z Checking shell-words v1.1.1
43942026-04-17T13:46:10.613Z Checking omicron-zone-package v0.12.2
43952026-04-17T13:46:11.318Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43962026-04-17T13:46:12.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
43972026-04-17T13:46:12.342Z
43982026-04-17T13:46:12.342Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (253/272)
43992026-04-17T13:46:12.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-04-17T13:46:12.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-04-17T13:46:12.984Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44022026-04-17T13:46:13.310Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44032026-04-17T13:46:13.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
44042026-04-17T13:46:13.902Z
44052026-04-17T13:46:13.902Zinfo: running `cargo check --bins` on schema (254/272)
44062026-04-17T13:46:14.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-04-17T13:46:14.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-04-17T13:46:14.623Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44092026-04-17T13:46:15.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44102026-04-17T13:46:15.510Z
44112026-04-17T13:46:15.510Zinfo: running `cargo check --bins` on xtask (255/272)
44122026-04-17T13:46:15.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-04-17T13:46:15.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-04-17T13:46:15.960Z Checking libc v0.2.185
44152026-04-17T13:46:15.963Z Checking serde v1.0.228
44162026-04-17T13:46:16.046Z Checking zerofrom v0.1.6
44172026-04-17T13:46:16.051Z Checking bitflags v2.11.0
44182026-04-17T13:46:16.057Z Checking smallvec v1.15.1
44192026-04-17T13:46:16.060Z Checking hashbrown v0.16.1
44202026-04-17T13:46:16.072Z Checking serde_json v1.0.149
44212026-04-17T13:46:16.075Z Checking scroll v0.12.0
44222026-04-17T13:46:16.142Z Checking yoke v0.8.1
44232026-04-17T13:46:16.194Z Checking num-traits v0.2.19
44242026-04-17T13:46:16.237Z Checking thiserror v1.0.69
44252026-04-17T13:46:16.306Z Checking zerovec v0.11.5
44262026-04-17T13:46:16.306Z Checking zerotrie v0.2.3
44272026-04-17T13:46:16.328Z Checking errno v0.3.14
44282026-04-17T13:46:16.339Z Checking log v0.4.29
44292026-04-17T13:46:16.427Z Checking toml_datetime v0.6.11
44302026-04-17T13:46:16.444Z Checking rustix v1.1.3
44312026-04-17T13:46:16.483Z Checking serde_spanned v0.6.9
44322026-04-17T13:46:16.503Z Checking indexmap v2.13.0
44332026-04-17T13:46:16.549Z Checking percent-encoding v2.3.2
44342026-04-17T13:46:16.605Z Checking zerocopy v0.7.35
44352026-04-17T13:46:16.608Z Checking goblin v0.8.2
44362026-04-17T13:46:16.674Z Checking getrandom v0.4.1
44372026-04-17T13:46:16.691Z Checking form_urlencoded v1.2.2
44382026-04-17T13:46:16.716Z Checking ordered-float v2.10.1
44392026-04-17T13:46:16.750Z Checking tinystr v0.8.2
44402026-04-17T13:46:16.805Z Checking potential_utf v0.1.4
44412026-04-17T13:46:16.818Z Checking thiserror v2.0.18
44422026-04-17T13:46:16.918Z Checking syn v2.0.117
44432026-04-17T13:46:16.928Z Checking icu_locale_core v2.1.1
44442026-04-17T13:46:16.938Z Checking serde-value v0.7.0
44452026-04-17T13:46:16.948Z Checking icu_collections v2.1.1
44462026-04-17T13:46:17.038Z Checking toml_edit v0.22.27
44472026-04-17T13:46:17.099Z Checking dtrace-parser v0.2.0
44482026-04-17T13:46:17.136Z Checking thread-id v4.2.2
44492026-04-17T13:46:17.239Z Checking once_cell v1.21.3
44502026-04-17T13:46:17.251Z Checking terminal_size v0.4.3
44512026-04-17T13:46:17.262Z Checking cargo-platform v0.2.0
44522026-04-17T13:46:17.335Z Checking memmap v0.7.0
44532026-04-17T13:46:17.360Z Checking clap_builder v4.5.60
44542026-04-17T13:46:17.411Z Checking tempfile v3.25.0
44552026-04-17T13:46:17.435Z Checking textwrap v0.16.2
44562026-04-17T13:46:17.463Z Checking fs-err v3.3.0
44572026-04-17T13:46:17.474Z Checking icu_provider v2.1.1
44582026-04-17T13:46:17.601Z Checking camino-tempfile v1.4.1
44592026-04-17T13:46:17.641Z Checking tabled v0.15.0
44602026-04-17T13:46:17.641Z Checking anyhow v1.0.102
44612026-04-17T13:46:17.705Z Checking icu_normalizer v2.1.1
44622026-04-17T13:46:17.754Z Checking icu_properties v2.1.2
44632026-04-17T13:46:17.842Z Checking macaddr v1.0.1
44642026-04-17T13:46:18.015Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44652026-04-17T13:46:18.138Z Checking toml v0.8.23
44662026-04-17T13:46:18.451Z Checking cargo_toml v0.21.0
44672026-04-17T13:46:18.496Z Checking dof v0.3.0
44682026-04-17T13:46:18.567Z Checking idna_adapter v1.2.1
44692026-04-17T13:46:18.570Z Checking clap v4.5.60
44702026-04-17T13:46:18.685Z Checking idna v1.1.0
44712026-04-17T13:46:18.771Z Checking usdt-impl v0.5.0
44722026-04-17T13:46:18.907Z Checking url v2.5.8
44732026-04-17T13:46:19.020Z Checking usdt v0.5.0
44742026-04-17T13:46:19.255Z Checking cargo-util-schemas v0.8.2
44752026-04-17T13:46:19.938Z Checking cargo_metadata v0.21.0
44762026-04-17T13:46:20.539Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44772026-04-17T13:46:20.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
44782026-04-17T13:46:21.082Z
44792026-04-17T13:46:21.083Zinfo: running `cargo check --bins` on dnsadm (256/272)
44802026-04-17T13:46:21.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-04-17T13:46:21.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-04-17T13:46:21.713Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
44832026-04-17T13:46:22.195Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
44842026-04-17T13:46:22.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
44852026-04-17T13:46:22.768Z
44862026-04-17T13:46:22.768Zinfo: running `cargo check --bins` on end-to-end-tests (257/272)
44872026-04-17T13:46:23.335Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-04-17T13:46:23.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-04-17T13:46:23.559Z Checking polyval v0.6.2
44902026-04-17T13:46:23.682Z Checking ctr v0.9.2
44912026-04-17T13:46:23.693Z Checking ssh-encoding v0.2.0
44922026-04-17T13:46:23.693Z Checking blowfish v0.9.1
44932026-04-17T13:46:23.714Z Checking password-hash v0.4.2
44942026-04-17T13:46:23.730Z Checking p521 v0.13.3
44952026-04-17T13:46:23.733Z Checking p256 v0.13.2
44962026-04-17T13:46:23.757Z Checking russh-cryptovec v0.7.3
44972026-04-17T13:46:23.824Z Checking ghash v0.5.1
44982026-04-17T13:46:23.838Z Checking bcrypt-pbkdf v0.10.0
44992026-04-17T13:46:23.840Z Checking md5 v0.7.0
45002026-04-17T13:46:23.866Z Checking num-bigint v0.4.6
45012026-04-17T13:46:23.879Z Checking des v0.8.1
45022026-04-17T13:46:23.937Z Checking pbkdf2 v0.11.0
45032026-04-17T13:46:23.939Z Checking aes-gcm v0.10.3
45042026-04-17T13:46:23.973Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45052026-04-17T13:46:23.988Z Checking hex-literal v0.4.1
45062026-04-17T13:46:24.012Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45072026-04-17T13:46:24.064Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45082026-04-17T13:46:24.081Z Checking internet-checksum v0.2.1
45092026-04-17T13:46:24.096Z Checking ssh-cipher v0.2.0
45102026-04-17T13:46:24.254Z Checking ssh-key v0.6.7
45112026-04-17T13:46:24.322Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45122026-04-17T13:46:24.890Z Checking russh-keys v0.45.0
45132026-04-17T13:46:25.432Z Checking russh v0.45.0
45142026-04-17T13:46:40.475Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45152026-04-17T13:46:41.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.88s
45162026-04-17T13:46:41.868Z
45172026-04-17T13:46:41.868Zinfo: running `cargo check --bins` on gateway-cli (258/272)
45182026-04-17T13:46:42.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-04-17T13:46:42.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-04-17T13:46:42.507Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45212026-04-17T13:46:42.615Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45222026-04-17T13:46:42.623Z Checking termios v0.3.3
45232026-04-17T13:46:43.825Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45242026-04-17T13:46:43.972Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45252026-04-17T13:46:45.764Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45262026-04-17T13:46:46.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45272026-04-17T13:46:46.505Z
45282026-04-17T13:46:46.505Zinfo: running `cargo check --bins --no-default-features` on installinator (259/272)
45292026-04-17T13:46:47.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-04-17T13:46:47.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-04-17T13:46:47.204Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45322026-04-17T13:46:47.318Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45332026-04-17T13:46:47.327Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45342026-04-17T13:46:47.330Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45352026-04-17T13:46:47.341Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45362026-04-17T13:46:47.341Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45372026-04-17T13:46:48.070Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45382026-04-17T13:46:48.400Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45392026-04-17T13:46:48.403Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45402026-04-17T13:46:49.033Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45412026-04-17T13:46:50.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.11s
45422026-04-17T13:46:50.824Z
45432026-04-17T13:46:50.824Zinfo: running `cargo check --bins` on internal-dns-cli (260/272)
45442026-04-17T13:46:51.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45452026-04-17T13:46:51.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45462026-04-17T13:46:51.459Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45472026-04-17T13:46:51.909Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45482026-04-17T13:46:52.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
45492026-04-17T13:46:52.421Z
45502026-04-17T13:46:52.421Zinfo: running `cargo check --bins` on omicron-live-tests (261/272)
45512026-04-17T13:46:52.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-04-17T13:46:52.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-04-17T13:46:52.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45542026-04-17T13:46:52.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45552026-04-17T13:46:53.009Z
45562026-04-17T13:46:53.009Zinfo: running `cargo check --bins` on live-tests-macros (262/272)
45572026-04-17T13:46:53.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45582026-04-17T13:46:53.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45592026-04-17T13:46:53.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45602026-04-17T13:46:53.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45612026-04-17T13:46:53.590Z
45622026-04-17T13:46:53.590Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (263/272)
45632026-04-17T13:46:54.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45642026-04-17T13:46:54.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45652026-04-17T13:46:54.336Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45662026-04-17T13:46:54.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
45672026-04-17T13:46:55.138Z
45682026-04-17T13:46:55.138Zinfo: running `cargo check --bins` on omicron-ntp-admin (264/272)
45692026-04-17T13:46:55.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45702026-04-17T13:46:55.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45712026-04-17T13:46:55.786Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45722026-04-17T13:46:55.789Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45732026-04-17T13:46:56.040Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45742026-04-17T13:46:56.043Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45752026-04-17T13:46:56.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
45762026-04-17T13:46:57.025Z
45772026-04-17T13:46:57.025Zinfo: running `cargo check --bins` on ntp-admin-types (265/272)
45782026-04-17T13:46:57.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45792026-04-17T13:46:57.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45802026-04-17T13:46:57.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45812026-04-17T13:46:57.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45822026-04-17T13:46:57.611Z
45832026-04-17T13:46:57.611Zinfo: running `cargo check --bins` on omicron-package (266/272)
45842026-04-17T13:46:58.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45852026-04-17T13:46:58.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45862026-04-17T13:46:58.287Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45872026-04-17T13:46:59.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
45882026-04-17T13:46:59.556Z
45892026-04-17T13:46:59.556Zinfo: running `cargo check --bins` on tqdb (267/272)
45902026-04-17T13:47:00.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45912026-04-17T13:47:00.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45922026-04-17T13:47:00.324Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45932026-04-17T13:47:00.678Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45942026-04-17T13:47:01.189Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45952026-04-17T13:47:01.192Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45962026-04-17T13:47:06.424Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45972026-04-17T13:47:06.964Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
45982026-04-17T13:47:06.967Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45992026-04-17T13:47:06.968Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46002026-04-17T13:47:06.968Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46012026-04-17T13:47:06.968Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46022026-04-17T13:47:07.714Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46032026-04-17T13:47:08.685Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46042026-04-17T13:47:09.448Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46052026-04-17T13:47:10.058Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46062026-04-17T13:47:14.666Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46072026-04-17T13:47:20.893Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46082026-04-17T13:47:20.896Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46092026-04-17T13:47:20.896Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46102026-04-17T13:47:20.896Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46112026-04-17T13:47:22.345Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46122026-04-17T13:47:23.644Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46132026-04-17T13:47:24.297Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46142026-04-17T13:47:25.517Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46152026-04-17T13:47:26.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.49s
46162026-04-17T13:47:26.270Z
46172026-04-17T13:47:26.270Zinfo: running `cargo check --bins` on wicket-dbg (268/272)
46182026-04-17T13:47:26.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46192026-04-17T13:47:26.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46202026-04-17T13:47:26.985Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46212026-04-17T13:47:26.988Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46222026-04-17T13:47:26.988Z Checking rtoolbox v0.0.3
46232026-04-17T13:47:27.117Z Checking tui-tree-widget v0.23.1
46242026-04-17T13:47:27.212Z Checking rpassword v7.4.0
46252026-04-17T13:47:28.195Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46262026-04-17T13:47:31.119Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46272026-04-17T13:47:32.945Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46282026-04-17T13:47:33.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.53s
46292026-04-17T13:47:34.007Z
46302026-04-17T13:47:34.007Zinfo: running `cargo check --bins` on wicket (269/272)
46312026-04-17T13:47:34.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46322026-04-17T13:47:34.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46332026-04-17T13:47:34.702Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46342026-04-17T13:47:35.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
46352026-04-17T13:47:35.257Z
46362026-04-17T13:47:35.257Zinfo: running `cargo check --bins` on wicketd (270/272)
46372026-04-17T13:47:35.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-04-17T13:47:35.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-04-17T13:47:35.977Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46402026-04-17T13:47:35.980Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46412026-04-17T13:47:35.980Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46422026-04-17T13:47:35.980Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46432026-04-17T13:47:36.990Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46442026-04-17T13:47:37.542Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46452026-04-17T13:47:40.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46462026-04-17T13:47:40.649Z
46472026-04-17T13:47:40.649Zinfo: running `cargo check --bins` on omicron-workspace-hack (271/272)
46482026-04-17T13:47:41.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46492026-04-17T13:47:41.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46502026-04-17T13:47:41.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46512026-04-17T13:47:41.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46522026-04-17T13:47:41.246Z
46532026-04-17T13:47:41.246Zinfo: running `cargo check --bins` on zone-setup (272/272)
46542026-04-17T13:47:41.768Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-04-17T13:47:41.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-04-17T13:47:41.914Z Checking uzers v0.12.2
46572026-04-17T13:47:42.184Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46582026-04-17T13:47:42.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
46592026-04-17T13:47:43.153Z
46602026-04-17T13:47:43.153Zreal 14:03.146648816
46612026-04-17T13:47:43.153Zuser 20:23.448928395
46622026-04-17T13:47:43.153Zsys 4:09.614806440
46632026-04-17T13:47:43.153Ztrap 0.323747286
46642026-04-17T13:47:43.153Ztflt 0.342855388
46652026-04-17T13:47:43.154Zdflt 0.862447967
46662026-04-17T13:47:43.154Zkflt 0.001148054
46672026-04-17T13:47:43.154Zlock 1:16:15.148409270
46682026-04-17T13:47:43.154Zslp 1:37:34.023240766
46692026-04-17T13:47:43.154Zlat 56.533006694
46702026-04-17T13:47:43.154Zstop 3:28.362944594
46712026-04-17T13:47:43.157Zprocess exited: duration 1040657 ms, exit code 0
 
46722026-04-17T13:47:43.163Zfound 0 output files