01KQXTH2ETXAWKRDBSV81XV87C: 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: 01KQXTHG9D60NTMB74V19RY0C7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-06T05:01:22.847Zjob assigned to worker 01KQXTHPKS01GHVFWNTAVY9ESW [factory aws, i-07af1bc94f5ea57c0] (queued for 48 s)
 
22026-05-06T05:01:29.462Zstarting task 0: "setup"
32026-05-06T05:01:29.468Z++ uname -s
42026-05-06T05:01:29.472Z+ kern=SunOS
52026-05-06T05:01:29.472Z+ build_user=build
62026-05-06T05:01:29.472Z+ build_uid=12345
72026-05-06T05:01:29.472Z+ work_dir=/work
82026-05-06T05:01:29.472Z+ input_dir=/input
92026-05-06T05:01:29.472Z+ [[ 0 == 12345 ]]
102026-05-06T05:01:29.472Z+ case "$kern" in
112026-05-06T05:01:29.472Z+ groupadd -g 12345 build
122026-05-06T05:01:29.475Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-06T05:01:31.482Z+ zfs create -o mountpoint=/work rpool/work
142026-05-06T05:01:31.553Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-06T05:01:31.556Z+ home_fs=zfs
162026-05-06T05:01:31.556Z+ [[ zfs == autofs ]]
172026-05-06T05:01:31.556Z+ mkdir -p /home/build
182026-05-06T05:01:31.556Z+ chown build:build /home/build /work
192026-05-06T05:01:32.557Z+ chmod 0700 /home/build /work
202026-05-06T05:01:32.560Zprocess exited: duration 3100 ms, exit code 0
 
212026-05-06T05:01:32.566Zstarting task 1: "rust-toolchain"
222026-05-06T05:01:32.571Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-06T05:01:32.571Z * rust toolchain channel = "1.94.0"
242026-05-06T05:01:32.571Z * rust toolchain profile = "default"
252026-05-06T05:01:32.571Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-06T05:01:32.571Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-06T05:01:32.571Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-06T05:01:32.574Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-06T05:01:32.574Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-06T05:01:32.696Zinfo: downloading installer
312026-05-06T05:01:34.098Zwarn: It looks like you have an existing installation of Rust at:
322026-05-06T05:01:34.098Zwarn: /opt/ooce/bin
332026-05-06T05:01:34.098Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-06T05:01:34.098Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-06T05:01:34.098Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-06T05:01:34.098Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-06T05:01:34.098Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-06T05:01:34.098Zerror: cannot install while Rust is installed
392026-05-06T05:01:34.098Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-06T05:01:34.098Zwarn: It looks like you have an existing rustup settings file at:
412026-05-06T05:01:34.098Zwarn: /home/build/.rustup/settings.toml
422026-05-06T05:01:34.098Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-06T05:01:34.098Zwarn: instead of the one inferred from the default host triple.
442026-05-06T05:01:34.111Zinfo: profile set to default
452026-05-06T05:01:34.111Zinfo: default host triple is x86_64-unknown-illumos
462026-05-06T05:01:34.114Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-06T05:01:34.248Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-06T05:01:34.253Zinfo: downloading 6 components
492026-05-06T05:01:48.476Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-06T05:01:48.476Z
512026-05-06T05:01:48.509Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-06T05:01:48.509Z
532026-05-06T05:01:48.509Z
542026-05-06T05:01:48.509ZRust is installed now. Great!
552026-05-06T05:01:48.509Z
562026-05-06T05:01:48.509ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-06T05:01:48.509Zenvironment variable. This has not been done automatically.
582026-05-06T05:01:48.509Z
592026-05-06T05:01:48.509ZTo configure your current shell, you need to source
602026-05-06T05:01:48.510Zthe corresponding env file under $HOME/.cargo.
612026-05-06T05:01:48.510Z
622026-05-06T05:01:48.510ZThis is usually done by running one of the following (note the leading DOT):
632026-05-06T05:01:48.510Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-06T05:01:48.510Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-06T05:01:48.510Zsource "~/.cargo/env.nu" # For nushell
662026-05-06T05:01:48.510Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-06T05:01:48.511Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-06T05:01:48.511Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-06T05:01:48.514Zwarn: no default linker (`cc`) was found in your PATH
702026-05-06T05:01:48.514Zwarn: many Rust crates require a system C toolchain to build
712026-05-06T05:01:48.593Z+ rustup --version
722026-05-06T05:01:48.603Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-06T05:01:48.606Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-06T05:01:48.623Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-06T05:01:48.626Z+ cargo --version
762026-05-06T05:01:48.639Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-06T05:01:48.642Z+ rustc --version
782026-05-06T05:01:48.692Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-06T05:01:48.696Zprocess exited: duration 16093 ms, exit code 0
 
802026-05-06T05:01:48.703Zstarting task 2: "authentication"
812026-05-06T05:01:48.719Zprocess exited: duration 16 ms, exit code 0
 
822026-05-06T05:01:48.725Zstarting task 3: "clone repository"
832026-05-06T05:01:48.728Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-06T05:01:48.731Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-06T05:01:48.759ZCloning into '/work/oxidecomputer/omicron'...
862026-05-06T05:01:58.273Z+ cd /work/oxidecomputer/omicron
872026-05-06T05:01:58.273Z+ git fetch origin 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5
882026-05-06T05:01:58.552ZFrom https://github.com/oxidecomputer/omicron
892026-05-06T05:01:58.552Z * branch 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5 -> FETCH_HEAD
902026-05-06T05:01:58.563Z+ [[ -n zl/opte-version-override ]]
912026-05-06T05:01:58.569Z++ git branch --show-current
922026-05-06T05:01:58.569Z+ current=main
932026-05-06T05:01:58.569Z+ [[ main != zl/opte-version-override ]]
942026-05-06T05:01:58.569Z+ git branch -f zl/opte-version-override 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5
952026-05-06T05:01:58.572Z+ git checkout -f zl/opte-version-override
962026-05-06T05:01:58.810ZSwitched to branch 'zl/opte-version-override'
972026-05-06T05:01:58.813Z+ git reset --hard 5f832b69a0e9983b8c8f32ae7dc19ad08c03c3e5
982026-05-06T05:01:58.825ZHEAD is now at 5f832b69a [opte] better support for unpublished xde via tools/opte_version_override
992026-05-06T05:01:58.828Zprocess exited: duration 10098 ms, exit code 0
 
1002026-05-06T05:01:58.834Zstarting task 4: "build"
1012026-05-06T05:01:58.838Z+ source .github/buildomat/ci-env.sh
1022026-05-06T05:01:58.841Z++ export CARGO_TERM_COLOR=always
1032026-05-06T05:01:58.841Z++ CARGO_TERM_COLOR=always
1042026-05-06T05:01:58.841Z+ cargo --version
1052026-05-06T05:01:58.848Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-06T05:01:58.851Z+ rustc --version
1072026-05-06T05:01:58.870Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-06T05:01:58.873Z+ source ./env.sh
1092026-05-06T05:01:58.873Z++ OLD_SHELL_OPTS=ehxB
1102026-05-06T05:01:58.873Z++ set -o xtrace
1112026-05-06T05:01:58.877Z++++ dirname ./env.sh
1122026-05-06T05:01:58.877Z+++ readlink -f .
1132026-05-06T05:01:58.880Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-06T05:01:58.880Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-06T05:01:58.880Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-06T05:01:58.880Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-05-06T05:01:58.880Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-05-06T05:01:58.880Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1192026-05-06T05:01:58.880Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1202026-05-06T05:01:58.880Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1212026-05-06T05:01:58.880Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1222026-05-06T05:01:58.880Z++ case $OLD_SHELL_OPTS in
1232026-05-06T05:01:58.880Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-06T05:01:58.880Z+ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-06T05:01:58.880Z+ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-06T05:01:58.880Z+ banner prerequisites
1272026-05-06T05:01:58.883Z
1282026-05-06T05:01:58.883Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-06T05:01:58.883Z # # # # # # # # # # # # # # #
1302026-05-06T05:01:58.883Z # # # # ##### # # ##### # # # # # #### #
1312026-05-06T05:01:58.884Z ##### ##### # ##### # # # # # # # # #
1322026-05-06T05:01:58.884Z # # # # # # # # # # # # # # #
1332026-05-06T05:01:58.884Z # # # ###### # # ###### ### # #### # #### #
1342026-05-06T05:01:58.884Z
1352026-05-06T05:01:58.884Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-06T05:02:09.665Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-06T05:02:17.204Z Startup: Caching catalogs ... Done
1382026-05-06T05:02:24.692ZPlanning: Solver setup ... Done (6.027s)
1392026-05-06T05:02:24.734ZPlanning: Running solver ... Done (0.042s)
1402026-05-06T05:02:24.872ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-06T05:02:24.885ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-06T05:02:25.002ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-06T05:02:25.037ZPlanning: Package planning ... Done (0.036s)
1442026-05-06T05:02:25.073ZPlanning: Merging actions ... Done (0.036s)
1452026-05-06T05:02:25.250ZPlanning: Checking for conflicting actions ... Done (0.177s)
1462026-05-06T05:02:25.259ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-06T05:02:26.377ZPlanning: Evaluating mediators ... Done (1.117s)
1482026-05-06T05:02:26.385ZPlanning: Planning completed in 9.01 seconds
1492026-05-06T05:02:26.397Z Packages to install: 5
1502026-05-06T05:02:26.397Z Mediators to change: 3
1512026-05-06T05:02:26.403Z Services to change: 1
1522026-05-06T05:02:26.403Z Estimated space available: 155.34 GB
1532026-05-06T05:02:26.403ZEstimated space to be consumed: 1.90 GB
1542026-05-06T05:02:26.403Z Create boot environment: No
1552026-05-06T05:02:26.403ZCreate backup boot environment: No
1562026-05-06T05:02:26.403Z Rebuild boot archive: No
1572026-05-06T05:02:26.403Z
1582026-05-06T05:02:26.403ZChanged mediators:
1592026-05-06T05:02:26.404Z mediator clang:
1602026-05-06T05:02:26.404Z version: None -> 15 (system default)
1612026-05-06T05:02:26.404Z
1622026-05-06T05:02:26.404Z mediator llvm:
1632026-05-06T05:02:26.404Z version: 14 (system default) -> 15 (system default)
1642026-05-06T05:02:26.404Z
1652026-05-06T05:02:26.404Z mediator postgresql:
1662026-05-06T05:02:26.404Z version: 15 (system default) -> 18 (system default)
1672026-05-06T05:02:26.404Z
1682026-05-06T05:02:26.404ZChanged packages:
1692026-05-06T05:02:26.404Zhelios-dev
1702026-05-06T05:02:26.404Z developer/build-essential
1712026-05-06T05:02:26.404Z None -> 11-2.0
1722026-05-06T05:02:26.404Z library/libxmlsec1
1732026-05-06T05:02:26.404Z None -> 1.2.35-2.0
1742026-05-06T05:02:26.404Z ooce/developer/clang-15
1752026-05-06T05:02:26.404Z None -> 15.0.7-2.0
1762026-05-06T05:02:26.404Z ooce/developer/llvm-15
1772026-05-06T05:02:26.404Z None -> 15.0.7-2.0
1782026-05-06T05:02:26.404Z ooce/library/postgresql-18
1792026-05-06T05:02:26.404Z None -> 18.1-2.0
1802026-05-06T05:02:26.404Z
1812026-05-06T05:02:26.404ZServices:
1822026-05-06T05:02:26.404Z restart_fmri:
1832026-05-06T05:02:26.404Z svc:/system/update-man-index:default
1842026-05-06T05:02:26.443Z
1852026-05-06T05:02:26.444ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-06T05:02:31.800ZDownload: 2221/4272 items 118.6/219.0MB 54% complete (30.5M/s)
1872026-05-06T05:02:36.802ZDownload: 3526/4272 items 213.5/219.0MB 97% complete (21.5M/s)
1882026-05-06T05:02:40.448ZDownload: Completed 218.99 MB in 14.00 seconds (15.6M/s)
1892026-05-06T05:02:40.584Z Actions: 1/4789 actions (Installing new actions)
1902026-05-06T05:02:43.920Z Actions: Completed 4789 actions in 3.34 seconds.
1912026-05-06T05:02:44.228Z Done (0.304s)
1922026-05-06T05:02:44.229Z Done (0.000s)
1932026-05-06T05:02:44.984Z Done (0.743s)
1942026-05-06T05:02:48.303Z Done (2.985s)
1952026-05-06T05:02:48.377Z Done (0.012s)
1962026-05-06T05:02:48.380Z Done (0.000s)
1972026-05-06T05:02:48.625Z Done (0.000s)
1982026-05-06T05:02:49.543ZPlanning: Evaluating mediator changes ... Done
1992026-05-06T05:02:49.605ZPlanning: Checking for conflicting actions ... Done
2002026-05-06T05:02:49.616ZPlanning: Consolidating action changes ... Done
2012026-05-06T05:02:49.757ZPlanning: Evaluating mediators ... Done
2022026-05-06T05:02:49.761ZPlanning: Planning completed in 0.27 seconds
2032026-05-06T05:02:49.779Z Mediators to change: 2
2042026-05-06T05:02:49.779Z Create boot environment: No
2052026-05-06T05:02:49.779ZCreate backup boot environment: No
2062026-05-06T05:02:49.917Z Done
2072026-05-06T05:02:49.917Z Done
2082026-05-06T05:02:50.526Z Done
2092026-05-06T05:02:53.171Z Done
2102026-05-06T05:02:53.249Z Done
2112026-05-06T05:02:53.253Z Done
2122026-05-06T05:02:53.398Z Done
2132026-05-06T05:02:53.656ZPlanning: Evaluating mediator changes ... Done
2142026-05-06T05:02:53.764ZPlanning: Checking for conflicting actions ... Done
2152026-05-06T05:02:53.768ZPlanning: Consolidating action changes ... Done
2162026-05-06T05:02:53.922ZPlanning: Evaluating mediators ... Done
2172026-05-06T05:02:53.925ZPlanning: Planning completed in 0.27 seconds
2182026-05-06T05:02:53.943Z Mediators to change: 1
2192026-05-06T05:02:53.944Z Create boot environment: No
2202026-05-06T05:02:53.944ZCreate backup boot environment: No
2212026-05-06T05:02:53.998Z Done
2222026-05-06T05:02:53.998Z Done
2232026-05-06T05:02:54.602Z Done
2242026-05-06T05:02:57.219Z Done
2252026-05-06T05:02:57.294Z Done
2262026-05-06T05:02:57.297Z Done
2272026-05-06T05:02:57.435Z Done
2282026-05-06T05:02:57.720ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-05-06T05:02:57.720Zclang system 15 system
2302026-05-06T05:02:57.720Zcsh system system illumos
2312026-05-06T05:02:57.720Zctags system system illumos
2322026-05-06T05:02:57.720Zfile system system illumos
2332026-05-06T05:02:57.720Zgcc vendor 12 vendor
2342026-05-06T05:02:57.720Zgcc system 14 system
2352026-05-06T05:02:57.720Zgcc system 10 system
2362026-05-06T05:02:57.720Zgo system 1.20 system
2372026-05-06T05:02:57.720Zgo system 1.19 system
2382026-05-06T05:02:57.720Zllvm system 15 system
2392026-05-06T05:02:57.720Zllvm system 14 system
2402026-05-06T05:02:57.720Zmariadb system 10.6 system
2412026-05-06T05:02:57.720Zmta vendor vendor dma
2422026-05-06T05:02:57.720Zopenjdk system 17 system
2432026-05-06T05:02:57.720Zopenjdk system 11 system
2442026-05-06T05:02:57.720Zopenjdk system 1.8 system
2452026-05-06T05:02:57.720Zopenssl vendor 3 vendor
2462026-05-06T05:02:57.720Zperl system 5.36 system
2472026-05-06T05:02:57.720Zpostgresql system 18 system
2482026-05-06T05:02:57.720Zpostgresql system 15 system
2492026-05-06T05:02:57.720Zpostgresql system 13 system
2502026-05-06T05:02:57.720Zpython vendor 3 vendor
2512026-05-06T05:02:57.720Zpython system 2 system
2522026-05-06T05:02:57.720Zpython3 system 3.11 system
2532026-05-06T05:02:57.720Zruby system 3.0 system
2542026-05-06T05:02:57.720Zwords vendor vendor american-english
2552026-05-06T05:02:57.720Zwords system system australian-english
2562026-05-06T05:02:57.720Zwords system system british-english
2572026-05-06T05:02:57.720Zwords system system canadian-english
2582026-05-06T05:02:57.720Zwords system system french
2592026-05-06T05:02:57.721Zwords system system italian
2602026-05-06T05:02:57.721Zwords system system ngerman
2612026-05-06T05:02:57.721Zwords system system ogerman
2622026-05-06T05:02:57.721Zwords system system spanish
2632026-05-06T05:02:57.947ZPUBLISHER TYPE STATUS P LOCATION
2642026-05-06T05:02:57.947Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-05-06T05:03:02.567ZFMRI IFO
2662026-05-06T05:03:02.567Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-05-06T05:03:02.567Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-05-06T05:03:02.567Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-05-06T05:03:02.567Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-05-06T05:03:02.567Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-05-06T05:03:02.567Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-05-06T05:03:02.567Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-05-06T05:03:02.567Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-05-06T05:03:02.567Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-05-06T05:03:02.567Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-05-06T05:03:02.567Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-05-06T05:03:02.567Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-05-06T05:03:02.567Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-05-06T05:03:02.567Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-05-06T05:03:02.567Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-05-06T05:03:02.567Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-05-06T05:03:02.567Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-05-06T05:03:03.721Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-05-06T05:03:04.008Z Updating crates.io index
2852026-05-06T05:03:04.047Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-05-06T05:03:04.278Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-05-06T05:03:05.391Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-05-06T05:03:05.695Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-05-06T05:03:06.810Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-05-06T05:03:07.352Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-06T05:03:08.721Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-05-06T05:03:09.387Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-05-06T05:03:09.988Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-05-06T05:03:10.656Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-05-06T05:03:11.212Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-05-06T05:03:11.740Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-05-06T05:03:11.980Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-05-06T05:03:13.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-05-06T05:03:13.654Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-05-06T05:03:13.904Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-05-06T05:03:14.413Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-05-06T05:03:14.690Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-05-06T05:03:15.219Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-05-06T05:03:15.458Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-05-06T05:03:15.740Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-05-06T05:03:16.168Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-05-06T05:03:16.762Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-05-06T05:03:17.130Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-05-06T05:03:17.473Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-05-06T05:03:17.982Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-05-06T05:03:19.340Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3122026-05-06T05:03:19.565Z Updating git repository `https://github.com/oxidecomputer/crucible`
3132026-05-06T05:03:20.629Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-05-06T05:03:21.155Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-05-06T05:03:21.396Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-05-06T05:03:21.798Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-05-06T05:03:22.158Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-05-06T05:03:22.715Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3192026-05-06T05:03:22.970Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3202026-05-06T05:03:23.213Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3212026-05-06T05:03:23.483Z Updating git repository `https://github.com/illumos/smf-rs`
3222026-05-06T05:03:23.834Z Updating git repository `https://github.com/oxidecomputer/omicron`
3232026-05-06T05:03:35.379Z Downloading crates ...
3242026-05-06T05:03:35.450Z Downloaded dof v0.3.0
3252026-05-06T05:03:35.454Z Downloaded crypto-common v0.1.7
3262026-05-06T05:03:35.457Z Downloaded cargo-platform v0.2.0
3272026-05-06T05:03:35.457Z Downloaded camino-tempfile v1.4.1
3282026-05-06T05:03:35.461Z Downloaded cfg-if v1.0.4
3292026-05-06T05:03:35.466Z Downloaded camino v1.2.2
3302026-05-06T05:03:35.466Z Downloaded zerofrom-derive v0.1.6
3312026-05-06T05:03:35.466Z Downloaded sha2 v0.10.9
3322026-05-06T05:03:35.466Z Downloaded utf8_iter v1.0.4
3332026-05-06T05:03:35.469Z Downloaded cargo_metadata v0.21.0
3342026-05-06T05:03:35.472Z Downloaded cargo_toml v0.21.0
3352026-05-06T05:03:35.472Z Downloaded thiserror-impl v1.0.69
3362026-05-06T05:03:35.475Z Downloaded clap v4.5.60
3372026-05-06T05:03:35.483Z Downloaded cargo-util-schemas v0.8.2
3382026-05-06T05:03:35.490Z Downloaded zerovec v0.11.5
3392026-05-06T05:03:35.493Z Downloaded memchr v2.8.0
3402026-05-06T05:03:35.497Z Downloaded yoke-derive v0.8.1
3412026-05-06T05:03:35.497Z Downloaded usdt v0.5.0
3422026-05-06T05:03:35.500Z Downloaded usdt-macro v0.5.0
3432026-05-06T05:03:35.500Z Downloaded typeid v1.0.3
3442026-05-06T05:03:35.500Z Downloaded unicode-linebreak v0.1.5
3452026-05-06T05:03:35.500Z Downloaded toml_datetime v0.6.11
3462026-05-06T05:03:35.500Z Downloaded utf8parse v0.2.2
3472026-05-06T05:03:35.500Z Downloaded usdt-attr-macro v0.5.0
3482026-05-06T05:03:35.503Z Downloaded thread-id v4.2.2
3492026-05-06T05:03:35.503Z Downloaded hashbrown v0.17.0
3502026-05-06T05:03:35.506Z Downloaded serde_json v1.0.149
3512026-05-06T05:03:35.509Z Downloaded serde-untagged v0.1.9
3522026-05-06T05:03:35.509Z Downloaded pest_generator v2.8.6
3532026-05-06T05:03:35.512Z Downloaded zerofrom v0.1.6
3542026-05-06T05:03:35.512Z Downloaded heck v0.5.0
3552026-05-06T05:03:35.512Z Downloaded serde_spanned v0.6.9
3562026-05-06T05:03:35.512Z Downloaded clap_builder v4.5.60
3572026-05-06T05:03:35.515Z Downloaded zerovec-derive v0.11.2
3582026-05-06T05:03:35.520Z Downloaded proc-macro-error-attr v1.0.4
3592026-05-06T05:03:35.520Z Downloaded dtrace-parser v0.2.0
3602026-05-06T05:03:35.520Z Downloaded writeable v0.6.2
3612026-05-06T05:03:35.520Z Downloaded toml_write v0.1.2
3622026-05-06T05:03:35.523Z Downloaded anstyle-query v1.1.5
3632026-05-06T05:03:35.527Z Downloaded memmap v0.7.0
3642026-05-06T05:03:35.527Z Downloaded idna_adapter v1.2.1
3652026-05-06T05:03:35.527Z Downloaded displaydoc v0.2.5
3662026-05-06T05:03:35.531Z Downloaded version_check v0.9.5
3672026-05-06T05:03:35.534Z Downloaded fnv v1.0.7
3682026-05-06T05:03:35.534Z Downloaded colorchoice v1.0.4
3692026-05-06T05:03:35.534Z Downloaded unicode-xid v0.2.6
3702026-05-06T05:03:35.534Z Downloaded tinystr v0.8.2
3712026-05-06T05:03:35.534Z Downloaded tabled_derive v0.7.0
3722026-05-06T05:03:35.537Z Downloaded plain v0.2.3
3732026-05-06T05:03:35.537Z Downloaded is_terminal_polyfill v1.70.2
3742026-05-06T05:03:35.537Z Downloaded equivalent v1.0.2
3752026-05-06T05:03:35.540Z Downloaded stable_deref_trait v1.2.1
3762026-05-06T05:03:35.540Z Downloaded thiserror v1.0.69
3772026-05-06T05:03:35.543Z Downloaded thiserror-impl v2.0.18
3782026-05-06T05:03:35.543Z Downloaded scroll_derive v0.12.1
3792026-05-06T05:03:35.543Z Downloaded zmij v1.0.21
3802026-05-06T05:03:35.547Z Downloaded clap_lex v1.0.0
3812026-05-06T05:03:35.547Z Downloaded usdt-impl v0.5.0
3822026-05-06T05:03:35.547Z Downloaded zerocopy-derive v0.7.35
3832026-05-06T05:03:35.550Z Downloaded itoa v1.0.17
3842026-05-06T05:03:35.550Z Downloaded serde-value v0.7.0
3852026-05-06T05:03:35.550Z Downloaded cpufeatures v0.2.17
3862026-05-06T05:03:35.550Z Downloaded toml v0.8.23
3872026-05-06T05:03:35.554Z Downloaded terminal_size v0.4.3
3882026-05-06T05:03:35.554Z Downloaded swrite v0.1.0
3892026-05-06T05:03:35.554Z Downloaded generic-array v0.14.7
3902026-05-06T05:03:35.554Z Downloaded scroll v0.12.0
3912026-05-06T05:03:35.554Z Downloaded ucd-trie v0.1.7
3922026-05-06T05:03:35.557Z Downloaded heck v0.4.1
3932026-05-06T05:03:35.557Z Downloaded serde_tokenstream v0.2.3
3942026-05-06T05:03:35.557Z Downloaded thiserror v2.0.18
3952026-05-06T05:03:35.560Z Downloaded yoke v0.8.1
3962026-05-06T05:03:35.563Z Downloaded textwrap v0.16.2
3972026-05-06T05:03:35.563Z Downloaded unicode-width v0.1.14
3982026-05-06T05:03:35.567Z Downloaded unicode-ident v1.0.24
3992026-05-06T05:03:35.567Z Downloaded ordered-float v2.10.1
4002026-05-06T05:03:35.571Z Downloaded errno v0.3.14
4012026-05-06T05:03:35.571Z Downloaded toml_edit v0.22.27
4022026-05-06T05:03:35.575Z Downloaded typenum v1.19.0
4032026-05-06T05:03:35.575Z Downloaded macaddr v1.0.1
4042026-05-06T05:03:35.575Z Downloaded smawk v0.3.2
4052026-05-06T05:03:35.579Z Downloaded pretty-hex v0.4.1
4062026-05-06T05:03:35.579Z Downloaded fastrand v2.3.0
4072026-05-06T05:03:35.579Z Downloaded zerotrie v0.2.3
4082026-05-06T05:03:35.582Z Downloaded percent-encoding v2.3.2
4092026-05-06T05:03:35.582Z Downloaded form_urlencoded v1.2.2
4102026-05-06T05:03:35.582Z Downloaded url v2.5.8
4112026-05-06T05:03:35.585Z Downloaded strsim v0.11.1
4122026-05-06T05:03:35.588Z Downloaded bytecount v0.6.9
4132026-05-06T05:03:35.588Z Downloaded anstream v0.6.21
4142026-05-06T05:03:35.588Z Downloaded digest v0.10.7
4152026-05-06T05:03:35.592Z Downloaded block-buffer v0.10.4
4162026-05-06T05:03:35.595Z Downloaded zerocopy v0.7.35
4172026-05-06T05:03:35.601Z Downloaded winnow v0.7.14
4182026-05-06T05:03:35.606Z Downloaded smallvec v1.15.1
4192026-05-06T05:03:35.610Z Downloaded clap_derive v4.5.55
4202026-05-06T05:03:35.610Z Downloaded autocfg v1.5.0
4212026-05-06T05:03:35.610Z Downloaded anstyle-parse v0.2.7
4222026-05-06T05:03:35.613Z Downloaded unicode-width v0.2.0
4232026-05-06T05:03:35.613Z Downloaded proc-macro-error v1.0.4
4242026-05-06T05:03:35.616Z Downloaded fs-err v3.3.0
4252026-05-06T05:03:35.616Z Downloaded potential_utf v0.1.4
4262026-05-06T05:03:35.619Z Downloaded synstructure v0.13.2
4272026-05-06T05:03:35.619Z Downloaded byteorder v1.5.0
4282026-05-06T05:03:35.619Z Downloaded erased-serde v0.4.9
4292026-05-06T05:03:35.622Z Downloaded anstyle v1.0.13
4302026-05-06T05:03:35.638Z Downloaded papergrid v0.11.0
4312026-05-06T05:03:35.641Z Downloaded anyhow v1.0.102
4322026-05-06T05:03:35.644Z Downloaded semver v1.0.28
4332026-05-06T05:03:35.647Z Downloaded tempfile v3.25.0
4342026-05-06T05:03:35.651Z Downloaded quote v1.0.45
4352026-05-06T05:03:35.654Z Downloaded once_cell v1.21.3
4362026-05-06T05:03:35.657Z Downloaded icu_provider v2.1.1
4372026-05-06T05:03:35.657Z Downloaded getrandom v0.4.1
4382026-05-06T05:03:35.663Z Downloaded proc-macro2 v1.0.106
4392026-05-06T05:03:35.666Z Downloaded serde_core v1.0.228
4402026-05-06T05:03:35.666Z Downloaded icu_properties v2.1.2
4412026-05-06T05:03:35.669Z Downloaded pest_derive v2.8.6
4422026-05-06T05:03:35.669Z Downloaded bitflags v2.11.0
4432026-05-06T05:03:35.672Z Downloaded num-traits v0.2.19
4442026-05-06T05:03:35.676Z Downloaded litemap v0.8.1
4452026-05-06T05:03:35.679Z Downloaded serde_derive v1.0.228
4462026-05-06T05:03:35.682Z Downloaded icu_normalizer_data v2.1.1
4472026-05-06T05:03:35.685Z Downloaded icu_normalizer v2.1.1
4482026-05-06T05:03:35.688Z Downloaded log v0.4.29
4492026-05-06T05:03:35.691Z Downloaded icu_locale_core v2.1.1
4502026-05-06T05:03:35.694Z Downloaded pest_meta v2.8.6
4512026-05-06T05:03:35.697Z Downloaded icu_collections v2.1.1
4522026-05-06T05:03:35.700Z Downloaded serde v1.0.228
4532026-05-06T05:03:35.703Z Downloaded indexmap v2.14.0
4542026-05-06T05:03:35.725Z Downloaded pest v2.8.6
4552026-05-06T05:03:35.737Z Downloaded icu_properties_data v2.1.2
4562026-05-06T05:03:35.744Z Downloaded idna v1.1.0
4572026-05-06T05:03:35.747Z Downloaded goblin v0.8.2
4582026-05-06T05:03:35.755Z Downloaded tabled v0.15.0
4592026-05-06T05:03:35.764Z Downloaded syn v1.0.109
4602026-05-06T05:03:35.775Z Downloaded syn v2.0.117
4612026-05-06T05:03:35.788Z Downloaded rustix v1.1.3
4622026-05-06T05:03:35.821Z Downloaded libc v0.2.185
4632026-05-06T05:03:35.888Z Compiling proc-macro2 v1.0.106
4642026-05-06T05:03:35.892Z Compiling quote v1.0.45
4652026-05-06T05:03:35.892Z Compiling unicode-ident v1.0.24
4662026-05-06T05:03:35.892Z Compiling serde_core v1.0.228
4672026-05-06T05:03:35.892Z Compiling libc v0.2.185
4682026-05-06T05:03:35.892Z Compiling version_check v0.9.5
4692026-05-06T05:03:35.892Z Compiling memchr v2.8.0
4702026-05-06T05:03:35.892Z Compiling stable_deref_trait v1.2.1
4712026-05-06T05:03:36.227Z Compiling serde v1.0.228
4722026-05-06T05:03:36.241Z Compiling zmij v1.0.21
4732026-05-06T05:03:36.504Z Compiling ucd-trie v0.1.7
4742026-05-06T05:03:36.600Z Compiling itoa v1.0.17
4752026-05-06T05:03:36.697Z Compiling autocfg v1.5.0
4762026-05-06T05:03:36.721Z Compiling thiserror v1.0.69
4772026-05-06T05:03:36.794Z Compiling pest v2.8.6
4782026-05-06T05:03:36.855Z Compiling writeable v0.6.2
4792026-05-06T05:03:36.873Z Compiling litemap v0.8.1
4802026-05-06T05:03:37.068Z Compiling byteorder v1.5.0
4812026-05-06T05:03:37.109Z Compiling icu_properties_data v2.1.2
4822026-05-06T05:03:37.305Z Compiling rustix v1.1.3
4832026-05-06T05:03:37.395Z Compiling icu_normalizer_data v2.1.1
4842026-05-06T05:03:37.429Z Compiling syn v2.0.117
4852026-05-06T05:03:37.486Z Compiling errno v0.3.14
4862026-05-06T05:03:37.529Z Compiling bitflags v2.11.0
4872026-05-06T05:03:37.590Z Compiling serde_json v1.0.149
4882026-05-06T05:03:37.759Z Compiling num-traits v0.2.19
4892026-05-06T05:03:37.809Z Compiling hashbrown v0.17.0
4902026-05-06T05:03:37.864Z Compiling typeid v1.0.3
4912026-05-06T05:03:37.921Z Compiling pest_meta v2.8.6
4922026-05-06T05:03:38.142Z Compiling smallvec v1.15.1
4932026-05-06T05:03:38.289Z Compiling equivalent v1.0.2
4942026-05-06T05:03:38.366Z Compiling indexmap v2.14.0
4952026-05-06T05:03:38.457Z Compiling thread-id v4.2.2
4962026-05-06T05:03:38.475Z Compiling proc-macro-error-attr v1.0.4
4972026-05-06T05:03:38.542Z Compiling usdt-impl v0.5.0
4982026-05-06T05:03:38.595Z Compiling toml_write v0.1.2
4992026-05-06T05:03:38.756Z Compiling erased-serde v0.4.9
5002026-05-06T05:03:38.788Z Compiling winnow v0.7.14
5012026-05-06T05:03:38.805Z Compiling syn v1.0.109
5022026-05-06T05:03:39.197Z Compiling proc-macro-error v1.0.4
5032026-05-06T05:03:39.242Z Compiling camino v1.2.2
5042026-05-06T05:03:39.385Z Compiling log v0.4.29
5052026-05-06T05:03:39.554Z Compiling getrandom v0.4.1
5062026-05-06T05:03:39.575Z Compiling utf8_iter v1.0.4
5072026-05-06T05:03:39.592Z Compiling percent-encoding v2.3.2
5082026-05-06T05:03:39.689Z Compiling utf8parse v0.2.2
5092026-05-06T05:03:39.726Z Compiling plain v0.2.3
5102026-05-06T05:03:39.729Z Compiling thiserror v2.0.18
5112026-05-06T05:03:39.784Z Compiling anstyle-parse v0.2.7
5122026-05-06T05:03:39.803Z Compiling form_urlencoded v1.2.2
5132026-05-06T05:03:39.839Z Compiling ordered-float v2.10.1
5142026-05-06T05:03:40.072Z Compiling synstructure v0.13.2
5152026-05-06T05:03:40.090Z Compiling pest_generator v2.8.6
5162026-05-06T05:03:40.292Z Compiling terminal_size v0.4.3
5172026-05-06T05:03:40.452Z Compiling colorchoice v1.0.4
5182026-05-06T05:03:40.470Z Compiling anstyle-query v1.1.5
5192026-05-06T05:03:40.541Z Compiling cfg-if v1.0.4
5202026-05-06T05:03:40.575Z Compiling anstyle v1.0.13
5212026-05-06T05:03:40.578Z Compiling is_terminal_polyfill v1.70.2
5222026-05-06T05:03:40.610Z Compiling pretty-hex v0.4.1
5232026-05-06T05:03:40.688Z Compiling serde-untagged v0.1.9
5242026-05-06T05:03:40.747Z Compiling anstream v0.6.21
5252026-05-06T05:03:40.788Z Compiling semver v1.0.28
5262026-05-06T05:03:40.807Z Compiling fs-err v3.3.0
5272026-05-06T05:03:40.929Z Compiling strsim v0.11.1
5282026-05-06T05:03:41.015Z Compiling anyhow v1.0.102
5292026-05-06T05:03:41.049Z Compiling unicode-width v0.1.14
5302026-05-06T05:03:41.150Z Compiling heck v0.5.0
5312026-05-06T05:03:41.282Z Compiling clap_lex v1.0.0
5322026-05-06T05:03:41.318Z Compiling once_cell v1.21.3
5332026-05-06T05:03:41.337Z Compiling unicode-xid v0.2.6
5342026-05-06T05:03:41.392Z Compiling bytecount v0.6.9
5352026-05-06T05:03:41.411Z Compiling fnv v1.0.7
5362026-05-06T05:03:41.458Z Compiling heck v0.4.1
5372026-05-06T05:03:41.511Z Compiling fastrand v2.3.0
5382026-05-06T05:03:41.514Z Compiling papergrid v0.11.0
5392026-05-06T05:03:41.546Z Compiling clap_builder v4.5.60
5402026-05-06T05:03:41.676Z Compiling serde_derive v1.0.228
5412026-05-06T05:03:41.695Z Compiling zerofrom-derive v0.1.6
5422026-05-06T05:03:41.772Z Compiling yoke-derive v0.8.1
5432026-05-06T05:03:41.790Z Compiling zerovec-derive v0.11.2
5442026-05-06T05:03:42.028Z Compiling displaydoc v0.2.5
5452026-05-06T05:03:42.849Z Compiling thiserror-impl v1.0.69
5462026-05-06T05:03:42.953Z Compiling zerocopy-derive v0.7.35
5472026-05-06T05:03:42.978Z Compiling pest_derive v2.8.6
5482026-05-06T05:03:42.995Z Compiling scroll_derive v0.12.1
5492026-05-06T05:03:43.079Z Compiling zerofrom v0.1.6
5502026-05-06T05:03:43.215Z Compiling yoke v0.8.1
5512026-05-06T05:03:43.408Z Compiling zerovec v0.11.5
5522026-05-06T05:03:43.426Z Compiling zerotrie v0.2.3
5532026-05-06T05:03:43.659Z Compiling scroll v0.12.0
5542026-05-06T05:03:43.744Z Compiling thiserror-impl v2.0.18
5552026-05-06T05:03:43.822Z Compiling zerocopy v0.7.35
5562026-05-06T05:03:43.926Z Compiling tinystr v0.8.2
5572026-05-06T05:03:43.943Z Compiling potential_utf v0.1.4
5582026-05-06T05:03:44.113Z Compiling icu_locale_core v2.1.1
5592026-05-06T05:03:44.133Z Compiling icu_collections v2.1.1
5602026-05-06T05:03:44.202Z Compiling dtrace-parser v0.2.0
5612026-05-06T05:03:44.369Z Compiling goblin v0.8.2
5622026-05-06T05:03:44.605Z Compiling tabled_derive v0.7.0
5632026-05-06T05:03:44.624Z Compiling tempfile v3.25.0
5642026-05-06T05:03:44.960Z Compiling icu_provider v2.1.1
5652026-05-06T05:03:44.990Z Compiling clap_derive v4.5.55
5662026-05-06T05:03:45.114Z Compiling toml_datetime v0.6.11
5672026-05-06T05:03:45.158Z Compiling serde_spanned v0.6.9
5682026-05-06T05:03:45.180Z Compiling dof v0.3.0
5692026-05-06T05:03:45.226Z Compiling icu_properties v2.1.2
5702026-05-06T05:03:45.261Z Compiling icu_normalizer v2.1.1
5712026-05-06T05:03:45.307Z Compiling toml_edit v0.22.27
5722026-05-06T05:03:45.379Z Compiling serde_tokenstream v0.2.3
5732026-05-06T05:03:45.570Z Compiling serde-value v0.7.0
5742026-05-06T05:03:45.705Z Compiling cargo-platform v0.2.0
5752026-05-06T05:03:45.810Z Compiling memmap v0.7.0
5762026-05-06T05:03:45.933Z Compiling smawk v0.3.2
5772026-05-06T05:03:45.980Z Compiling unicode-width v0.2.0
5782026-05-06T05:03:46.002Z Compiling unicode-linebreak v0.1.5
5792026-05-06T05:03:46.073Z Compiling idna_adapter v1.2.1
5802026-05-06T05:03:46.140Z Compiling usdt-macro v0.5.0
5812026-05-06T05:03:46.221Z Compiling idna v1.1.0
5822026-05-06T05:03:46.247Z Compiling usdt-attr-macro v0.5.0
5832026-05-06T05:03:46.265Z Compiling textwrap v0.16.2
5842026-05-06T05:03:46.302Z Compiling tabled v0.15.0
5852026-05-06T05:03:46.728Z Compiling toml v0.8.23
5862026-05-06T05:03:46.763Z Compiling url v2.5.8
5872026-05-06T05:03:46.876Z Compiling clap v4.5.60
5882026-05-06T05:03:46.966Z Compiling macaddr v1.0.1
5892026-05-06T05:03:47.240Z Compiling cargo_toml v0.21.0
5902026-05-06T05:03:47.350Z Compiling cargo-util-schemas v0.8.2
5912026-05-06T05:03:47.476Z Compiling camino-tempfile v1.4.1
5922026-05-06T05:03:47.562Z Compiling usdt v0.5.0
5932026-05-06T05:03:47.819Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5942026-05-06T05:03:47.837Z Compiling swrite v0.1.0
5952026-05-06T05:03:48.350Z Compiling cargo_metadata v0.21.0
5962026-05-06T05:03:49.291Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5972026-05-06T05:03:51.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.83s
5982026-05-06T05:03:51.613Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5992026-05-06T05:03:52.173Z Downloading crates ...
6002026-05-06T05:03:52.261Z Downloaded adler2 v2.0.1
6012026-05-06T05:03:52.264Z Downloaded ascii-canvas v3.0.0
6022026-05-06T05:03:52.279Z Downloaded ciborium-ll v0.2.2
6032026-05-06T05:03:52.283Z Downloaded base16ct v0.2.0
6042026-05-06T05:03:52.283Z Downloaded base64 v0.22.1
6052026-05-06T05:03:52.286Z Downloaded bzip2 v0.4.4
6062026-05-06T05:03:52.289Z Downloaded backon v1.6.0
6072026-05-06T05:03:52.292Z Downloaded cancel-safe-futures v0.1.5
6082026-05-06T05:03:52.292Z Downloaded elliptic-curve v0.13.8
6092026-05-06T05:03:52.295Z Downloaded crc-any v2.5.0
6102026-05-06T05:03:52.300Z Downloaded base64ct v1.8.3
6112026-05-06T05:03:52.300Z Downloaded backoff v0.4.0
6122026-05-06T05:03:52.303Z Downloaded chacha20 v0.10.0
6132026-05-06T05:03:52.303Z Downloaded filetime v0.2.27
6142026-05-06T05:03:52.303Z Downloaded bb8 v0.8.6
6152026-05-06T05:03:52.306Z Downloaded base64 v0.21.7
6162026-05-06T05:03:52.307Z Downloaded crunchy v0.2.4
6172026-05-06T05:03:52.310Z Downloaded cmake v0.1.57
6182026-05-06T05:03:52.310Z Downloaded ciborium-io v0.2.2
6192026-05-06T05:03:52.310Z Downloaded crossbeam-deque v0.8.6
6202026-05-06T05:03:52.313Z Downloaded crc32fast v1.5.0
6212026-05-06T05:03:52.313Z Downloaded console v0.15.11
6222026-05-06T05:03:52.317Z Downloaded cstr-argument v0.1.2
6232026-05-06T05:03:52.317Z Downloaded crucible-workspace-hack v0.1.0
6242026-05-06T05:03:52.317Z Downloaded async-stream-impl v0.3.6
6252026-05-06T05:03:52.321Z Downloaded compression-core v0.4.31
6262026-05-06T05:03:52.321Z Downloaded chacha20 v0.9.1
6272026-05-06T05:03:52.321Z Downloaded cbc v0.1.2
6282026-05-06T05:03:52.321Z Downloaded crc v3.4.0
6292026-05-06T05:03:52.324Z Downloaded cargo_metadata v0.19.2
6302026-05-06T05:03:52.325Z Downloaded block-padding v0.3.3
6312026-05-06T05:03:52.325Z Downloaded critical-section v1.2.0
6322026-05-06T05:03:52.329Z Downloaded bit-set v0.5.3
6332026-05-06T05:03:52.329Z Downloaded bit-vec v0.6.3
6342026-05-06T05:03:52.329Z Downloaded crypto-bigint v0.5.5
6352026-05-06T05:03:52.333Z Downloaded chacha20poly1305 v0.10.1
6362026-05-06T05:03:52.337Z Downloaded foreign-types-shared v0.1.1
6372026-05-06T05:03:52.337Z Downloaded bit-set v0.8.0
6382026-05-06T05:03:52.337Z Downloaded daft-derive v0.1.5
6392026-05-06T05:03:52.340Z Downloaded async-stream v0.3.6
6402026-05-06T05:03:52.340Z Downloaded foreign-types v0.5.0
6412026-05-06T05:03:52.340Z Downloaded byte-wrapper v0.1.0
6422026-05-06T05:03:52.343Z Downloaded derive_more v2.1.1
6432026-05-06T05:03:52.354Z Downloaded embedded-io v0.6.1
6442026-05-06T05:03:52.358Z Downloaded dsl_auto_type v0.2.0
6452026-05-06T05:03:52.358Z Downloaded debug-ignore v1.0.5
6462026-05-06T05:03:52.358Z Downloaded cobs v0.3.0
6472026-05-06T05:03:52.361Z Downloaded cfg_aliases v0.2.1
6482026-05-06T05:03:52.361Z Downloaded cargo-platform v0.1.9
6492026-05-06T05:03:52.361Z Downloaded dunce v1.0.5
6502026-05-06T05:03:52.361Z Downloaded crc8 v0.1.1
6512026-05-06T05:03:52.361Z Downloaded cexpr v0.6.0
6522026-05-06T05:03:52.364Z Downloaded camino-tempfile-ext v0.3.3
6532026-05-06T05:03:52.364Z Downloaded darling_macro v0.20.11
6542026-05-06T05:03:52.364Z Downloaded endian-type v0.1.2
6552026-05-06T05:03:52.367Z Downloaded const_format v0.2.35
6562026-05-06T05:03:52.370Z Downloaded embedded-io v0.4.0
6572026-05-06T05:03:52.370Z Downloaded array-init v0.0.4
6582026-05-06T05:03:52.370Z Downloaded env_logger v0.11.9
6592026-05-06T05:03:52.373Z Downloaded ed25519 v2.2.3
6602026-05-06T05:03:52.373Z Downloaded crossterm v0.28.1
6612026-05-06T05:03:52.376Z Downloaded bitfield-struct v0.6.2
6622026-05-06T05:03:52.381Z Downloaded aead v0.5.2
6632026-05-06T05:03:52.381Z Downloaded derive-ex v0.1.8
6642026-05-06T05:03:52.384Z Downloaded crc-catalog v2.4.0
6652026-05-06T05:03:52.384Z Downloaded atty v0.2.14
6662026-05-06T05:03:52.384Z Downloaded bcrypt-pbkdf v0.10.0
6672026-05-06T05:03:52.384Z Downloaded display-error-chain v0.2.2
6682026-05-06T05:03:52.384Z Downloaded castaway v0.2.4
6692026-05-06T05:03:52.387Z Downloaded async-recursion v1.1.1
6702026-05-06T05:03:52.387Z Downloaded env_filter v1.0.0
6712026-05-06T05:03:52.391Z Downloaded buf-list v1.1.2
6722026-05-06T05:03:52.391Z Downloaded foreign-types v0.3.2
6732026-05-06T05:03:52.394Z Downloaded foreign-types-shared v0.3.1
6742026-05-06T05:03:52.395Z Downloaded erased-serde v0.3.31
6752026-05-06T05:03:52.395Z Downloaded dirs-sys-next v0.1.2
6762026-05-06T05:03:52.395Z Downloaded foreign-types-macros v0.2.3
6772026-05-06T05:03:52.395Z Downloaded cpufeatures v0.3.0
6782026-05-06T05:03:52.399Z Downloaded futures-sink v0.3.32
6792026-05-06T05:03:52.399Z Downloaded futures-io v0.3.32
6802026-05-06T05:03:52.399Z Downloaded constant_time_eq v0.4.2
6812026-05-06T05:03:52.399Z Downloaded bitfield v0.19.4
6822026-05-06T05:03:52.402Z Downloaded assert_matches v1.5.0
6832026-05-06T05:03:52.402Z Downloaded funty v2.0.0
6842026-05-06T05:03:52.402Z Downloaded convert_case v0.4.0
6852026-05-06T05:03:52.402Z Downloaded atomicwrites v0.4.4
6862026-05-06T05:03:52.405Z Downloaded cfg_aliases v0.1.1
6872026-05-06T05:03:52.405Z Downloaded convert_case v0.10.0
6882026-05-06T05:03:52.405Z Downloaded cipher v0.4.4
6892026-05-06T05:03:52.405Z Downloaded const_format_proc_macros v0.2.34
6902026-05-06T05:03:52.408Z Downloaded difflib v0.4.0
6912026-05-06T05:03:52.408Z Downloaded blowfish v0.9.1
6922026-05-06T05:03:52.411Z Downloaded bitfield-macros v0.19.4
6932026-05-06T05:03:52.411Z Downloaded dirs-next v2.0.0
6942026-05-06T05:03:52.411Z Downloaded futures-macro v0.3.32
6952026-05-06T05:03:52.411Z Downloaded globwalk v0.9.1
6962026-05-06T05:03:52.415Z Downloaded flagset v0.4.7
6972026-05-06T05:03:52.415Z Downloaded either v1.15.0
6982026-05-06T05:03:52.419Z Downloaded der_derive v0.7.3
6992026-05-06T05:03:52.419Z Downloaded corncobs v0.1.4
7002026-05-06T05:03:52.419Z Downloaded bit-vec v0.8.0
7012026-05-06T05:03:52.422Z Downloaded arrayvec v0.7.6
7022026-05-06T05:03:52.422Z Downloaded defmt-parser v1.0.0
7032026-05-06T05:03:52.422Z Downloaded darling_macro v0.23.0
7042026-05-06T05:03:52.425Z Downloaded defmt-macros v1.0.1
7052026-05-06T05:03:52.425Z Downloaded float-ord v0.3.2
7062026-05-06T05:03:52.425Z Downloaded defmt v0.3.100
7072026-05-06T05:03:52.428Z Downloaded git-stub v1.0.0
7082026-05-06T05:03:52.428Z Downloaded headers-core v0.3.0
7092026-05-06T05:03:52.428Z Downloaded hash32 v0.3.1
7102026-05-06T05:03:52.431Z Downloaded ghash v0.5.1
7112026-05-06T05:03:52.431Z Downloaded hash32 v0.2.1
7122026-05-06T05:03:52.431Z Downloaded enum-as-inner v0.6.1
7132026-05-06T05:03:52.434Z Downloaded fxhash v0.2.1
7142026-05-06T05:03:52.434Z Downloaded darling_macro v0.21.3
7152026-05-06T05:03:52.434Z Downloaded hex-literal v0.4.1
7162026-05-06T05:03:52.434Z Downloaded hex v0.4.3
7172026-05-06T05:03:52.440Z Downloaded futures-task v0.3.32
7182026-05-06T05:03:52.440Z Downloaded data-encoding v2.10.0
7192026-05-06T05:03:52.440Z Downloaded ff v0.13.1
7202026-05-06T05:03:52.443Z Downloaded defmt v1.0.1
7212026-05-06T05:03:52.443Z Downloaded ecdsa v0.16.9
7222026-05-06T05:03:52.443Z Downloaded bitflags v1.3.2
7232026-05-06T05:03:52.446Z Downloaded dof v0.4.0
7242026-05-06T05:03:52.446Z Downloaded float-cmp v0.10.0
7252026-05-06T05:03:52.449Z Downloaded argon2 v0.5.3
7262026-05-06T05:03:52.449Z Downloaded document-features v0.2.12
7272026-05-06T05:03:52.449Z Downloaded derive_builder_macro v0.20.2
7282026-05-06T05:03:52.452Z Downloaded cc v1.2.56
7292026-05-06T05:03:52.455Z Downloaded curve25519-dalek-derive v0.1.1
7302026-05-06T05:03:52.455Z Downloaded gethostname v0.5.0
7312026-05-06T05:03:52.455Z Downloaded crossterm v0.29.0
7322026-05-06T05:03:52.460Z Downloaded http-body v1.0.1
7332026-05-06T05:03:52.463Z Downloaded hostname v0.4.2
7342026-05-06T05:03:52.463Z Downloaded futures-executor v0.3.32
7352026-05-06T05:03:52.464Z Downloaded dyn-clone v1.0.20
7362026-05-06T05:03:52.464Z Downloaded csv-core v0.1.13
7372026-05-06T05:03:52.467Z Downloaded bzip2 v0.6.1
7382026-05-06T05:03:52.467Z Downloaded deranged v0.5.8
7392026-05-06T05:03:52.471Z Downloaded drift v0.1.3
7402026-05-06T05:03:52.471Z Downloaded ctr v0.9.2
7412026-05-06T05:03:52.475Z Downloaded blake2 v0.10.6
7422026-05-06T05:03:52.475Z Downloaded hubpack_derive v0.1.1
7432026-05-06T05:03:52.475Z Downloaded hostname v0.3.1
7442026-05-06T05:03:52.478Z Downloaded http-range v0.1.5
7452026-05-06T05:03:52.478Z Downloaded hyper-tls v0.6.0
7462026-05-06T05:03:52.478Z Downloaded httpdate v1.0.3
7472026-05-06T05:03:52.478Z Downloaded crossbeam-utils v0.8.21
7482026-05-06T05:03:52.481Z Downloaded allocator-api2 v0.2.21
7492026-05-06T05:03:52.481Z Downloaded dtrace-parser v0.3.0
7502026-05-06T05:03:52.482Z Downloaded colored v2.2.0
7512026-05-06T05:03:52.485Z Downloaded globset v0.4.18
7522026-05-06T05:03:52.485Z Downloaded git-stub-vcs v0.1.0
7532026-05-06T05:03:52.488Z Downloaded home v0.5.12
7542026-05-06T05:03:52.488Z Downloaded group v0.13.0
7552026-05-06T05:03:52.488Z Downloaded inout v0.1.4
7562026-05-06T05:03:52.491Z Downloaded fixedbitset v0.4.2
7572026-05-06T05:03:52.491Z Downloaded ena v0.14.4
7582026-05-06T05:03:52.491Z Downloaded fs_extra v1.3.0
7592026-05-06T05:03:52.494Z Downloaded fs-err v2.11.0
7602026-05-06T05:03:52.494Z Downloaded fallible-iterator v0.2.0
7612026-05-06T05:03:52.494Z Downloaded ident_case v1.0.1
7622026-05-06T05:03:52.497Z Downloaded find-msvc-tools v0.1.9
7632026-05-06T05:03:52.497Z Downloaded diesel-dtrace v0.5.0
7642026-05-06T05:03:52.497Z Downloaded indent_write v2.2.0
7652026-05-06T05:03:52.501Z Downloaded foldhash v0.2.0
7662026-05-06T05:03:52.501Z Downloaded darling v0.23.0
7672026-05-06T05:03:52.504Z Downloaded instant v0.1.13
7682026-05-06T05:03:52.504Z Downloaded fd-lock v4.0.4
7692026-05-06T05:03:52.504Z Downloaded foldhash v0.1.5
7702026-05-06T05:03:52.508Z Downloaded is-terminal v0.4.17
7712026-05-06T05:03:52.508Z Downloaded internet-checksum v0.2.1
7722026-05-06T05:03:52.508Z Downloaded instability v0.3.11
7732026-05-06T05:03:52.508Z Downloaded derive_builder_core v0.20.2
7742026-05-06T05:03:52.511Z Downloaded cookie v0.18.1
7752026-05-06T05:03:52.511Z Downloaded const-oid v0.9.6
7762026-05-06T05:03:52.514Z Downloaded async-bb8-diesel v0.2.1
7772026-05-06T05:03:52.514Z Downloaded ahash v0.8.12
7782026-05-06T05:03:52.517Z Downloaded derive-where v1.6.0
7792026-05-06T05:03:52.520Z Downloaded diesel_derives v2.3.7
7802026-05-06T05:03:52.522Z Downloaded is_ci v1.2.0
7812026-05-06T05:03:52.523Z Downloaded keccak v0.1.6
7822026-05-06T05:03:52.525Z Downloaded der v0.7.10
7832026-05-06T05:03:52.528Z Downloaded lalrpop-util v0.19.12
7842026-05-06T05:03:52.528Z Downloaded ciborium v0.2.2
7852026-05-06T05:03:52.528Z Downloaded lru-cache v0.1.2
7862026-05-06T05:03:52.532Z Downloaded libscf-sys v1.1.0
7872026-05-06T05:03:52.532Z Downloaded daft v0.1.5
7882026-05-06T05:03:52.532Z Downloaded des v0.8.1
7892026-05-06T05:03:52.535Z Downloaded derive_builder v0.20.2
7902026-05-06T05:03:52.538Z Downloaded lru v0.12.5
7912026-05-06T05:03:52.538Z Downloaded http-body-util v0.1.3
7922026-05-06T05:03:52.541Z Downloaded linked-hash-map v0.5.6
7932026-05-06T05:03:52.541Z Downloaded colored v3.1.1
7942026-05-06T05:03:52.544Z Downloaded md-5 v0.10.6
7952026-05-06T05:03:52.544Z Downloaded darling v0.21.3
7962026-05-06T05:03:52.547Z Downloaded lzss v0.8.2
7972026-05-06T05:03:52.550Z Downloaded maybe-uninit v2.0.0
7982026-05-06T05:03:52.550Z Downloaded mime v0.3.17
7992026-05-06T05:03:52.550Z Downloaded md5 v0.7.0
8002026-05-06T05:03:52.553Z Downloaded kstat-rs v0.2.4
8012026-05-06T05:03:52.553Z Downloaded lru-slab v0.1.2
8022026-05-06T05:03:52.553Z Downloaded match_cfg v0.1.0
8032026-05-06T05:03:52.556Z Downloaded maplit v1.0.2
8042026-05-06T05:03:52.556Z Downloaded managed v0.8.0
8052026-05-06T05:03:52.556Z Downloaded hyper-staticfile v0.10.1
8062026-05-06T05:03:52.559Z Downloaded hubpack v0.1.2
8072026-05-06T05:03:52.559Z Downloaded humantime v2.3.0
8082026-05-06T05:03:52.559Z Downloaded ingot-types v0.1.2
8092026-05-06T05:03:52.562Z Downloaded fatfs v0.3.6
8102026-05-06T05:03:52.562Z Downloaded glob v0.3.3
8112026-05-06T05:03:52.565Z Downloaded getrandom v0.2.17
8122026-05-06T05:03:52.565Z Downloaded indoc v2.0.7
8132026-05-06T05:03:52.568Z Downloaded ipnet v2.11.0
8142026-05-06T05:03:52.568Z Downloaded ipnetwork v0.21.1
8152026-05-06T05:03:52.571Z Downloaded multimap v0.10.1
8162026-05-06T05:03:52.571Z Downloaded memoffset v0.9.1
8172026-05-06T05:03:52.571Z Downloaded nibble_vec v0.1.0
8182026-05-06T05:03:52.574Z Downloaded new_debug_unreachable v1.0.6
8192026-05-06T05:03:52.574Z Downloaded ingot v0.1.1
8202026-05-06T05:03:52.574Z Downloaded nonempty v0.12.0
8212026-05-06T05:03:52.578Z Downloaded num v0.4.3
8222026-05-06T05:03:52.578Z Downloaded futures v0.3.32
8232026-05-06T05:03:52.581Z Downloaded dropshot_endpoint v0.16.7
8242026-05-06T05:03:52.581Z Downloaded highway v1.3.0
8252026-05-06T05:03:52.583Z Downloaded cookie_store v0.22.1
8262026-05-06T05:03:52.584Z Downloaded libefi-sys v0.1.0
8272026-05-06T05:03:52.587Z Downloaded console v0.16.2
8282026-05-06T05:03:52.587Z Downloaded nodrop v0.1.14
8292026-05-06T05:03:52.587Z Downloaded newtype_derive v0.1.6
8302026-05-06T05:03:52.590Z Downloaded newtype-uuid-macros v0.1.0
8312026-05-06T05:03:52.590Z Downloaded newline-converter v0.3.0
8322026-05-06T05:03:52.590Z Downloaded jobserver v0.1.34
8332026-05-06T05:03:52.590Z Downloaded num-derive v0.3.3
8342026-05-06T05:03:52.593Z Downloaded num-iter v0.1.45
8352026-05-06T05:03:52.593Z Downloaded num-derive v0.4.2
8362026-05-06T05:03:52.596Z Downloaded libsw v3.5.0
8372026-05-06T05:03:52.596Z Downloaded hmac v0.12.1
8382026-05-06T05:03:52.596Z Downloaded bytes v1.11.1
8392026-05-06T05:03:52.600Z Downloaded hyper-rustls v0.27.7
8402026-05-06T05:03:52.607Z Downloaded lazy_static v1.5.0
8412026-05-06T05:03:52.607Z Downloaded getrandom v0.3.4
8422026-05-06T05:03:52.607Z Downloaded num_threads v0.1.7
8432026-05-06T05:03:52.607Z Downloaded arc-swap v1.8.2
8442026-05-06T05:03:52.611Z Downloaded openssl-macros v0.1.1
8452026-05-06T05:03:52.611Z Downloaded opaque-debug v0.3.1
8462026-05-06T05:03:52.611Z Downloaded lock_api v0.4.14
8472026-05-06T05:03:52.611Z Downloaded libsw-core v0.3.2
8482026-05-06T05:03:52.614Z Downloaded oso-derive v0.27.3
8492026-05-06T05:03:52.614Z Downloaded futures-channel v0.3.32
8502026-05-06T05:03:52.617Z Downloaded openssl-probe v0.2.1
8512026-05-06T05:03:52.617Z Downloaded openssl-probe v0.1.6
8522026-05-06T05:03:52.617Z Downloaded olpc-cjson v0.1.4
8532026-05-06T05:03:52.617Z Downloaded derive_more v0.99.20
8542026-05-06T05:03:52.620Z Downloaded iana-time-zone v0.1.65
8552026-05-06T05:03:52.623Z Downloaded half v1.8.3
8562026-05-06T05:03:52.623Z Downloaded num-conv v0.2.0
8572026-05-06T05:03:52.626Z Downloaded normalize-line-endings v0.3.0
8582026-05-06T05:03:52.627Z Downloaded compact_str v0.8.1
8592026-05-06T05:03:52.630Z Downloaded indoc v1.0.9
8602026-05-06T05:03:52.630Z Downloaded multer v3.1.0
8612026-05-06T05:03:52.633Z Downloaded ingot-macros v0.1.1
8622026-05-06T05:03:52.633Z Downloaded dropshot_endpoint v0.17.0
8632026-05-06T05:03:52.636Z Downloaded impl-trait-for-tuples v0.2.3
8642026-05-06T05:03:52.636Z Downloaded darling v0.20.11
8652026-05-06T05:03:52.640Z Downloaded native-tls v0.2.18
8662026-05-06T05:03:52.640Z Downloaded parse-size v1.1.0
8672026-05-06T05:03:52.643Z Downloaded nanorand v0.7.0
8682026-05-06T05:03:52.643Z Downloaded pbkdf2 v0.11.0
8692026-05-06T05:03:52.646Z Downloaded mime_guess v2.0.5
8702026-05-06T05:03:52.646Z Downloaded diff v0.1.13
8712026-05-06T05:03:52.650Z Downloaded clang-sys v1.8.1
8722026-05-06T05:03:52.651Z Downloaded compression-codecs v0.4.37
8732026-05-06T05:03:52.654Z Downloaded fixedbitset v0.5.7
8742026-05-06T05:03:52.654Z Downloaded peg-runtime v0.8.5
8752026-05-06T05:03:52.654Z Downloaded downcast-rs v2.0.2
8762026-05-06T05:03:52.654Z Downloaded darling_core v0.23.0
8772026-05-06T05:03:52.658Z Downloaded phf_shared v0.12.1
8782026-05-06T05:03:52.661Z Downloaded num-complex v0.4.6
8792026-05-06T05:03:52.661Z Downloaded pbkdf2 v0.12.2
8802026-05-06T05:03:52.661Z Downloaded libloading v0.8.9
8812026-05-06T05:03:52.665Z Downloaded httparse v1.10.1
8822026-05-06T05:03:52.665Z Downloaded num_enum v0.5.11
8832026-05-06T05:03:52.668Z Downloaded phf_shared v0.13.1
8842026-05-06T05:03:52.668Z Downloaded phf_shared v0.11.3
8852026-05-06T05:03:52.672Z Downloaded num_enum_derive v0.7.5
8862026-05-06T05:03:52.672Z Downloaded num_enum_derive v0.5.11
8872026-05-06T05:03:52.672Z Downloaded num_enum v0.7.5
8882026-05-06T05:03:52.675Z Downloaded pin-utils v0.1.0
8892026-05-06T05:03:52.675Z Downloaded num-rational v0.4.2
8902026-05-06T05:03:52.678Z Downloaded litrs v1.0.0
8912026-05-06T05:03:52.678Z Downloaded predicates-tree v1.0.13
8922026-05-06T05:03:52.681Z Downloaded darling_core v0.20.11
8932026-05-06T05:03:52.698Z Downloaded progenitor-client v0.14.0
8942026-05-06T05:03:52.702Z Downloaded aes v0.8.4
8952026-05-06T05:03:52.702Z Downloaded progenitor-client v0.11.2
8962026-05-06T05:03:52.702Z Downloaded progenitor-client v0.10.0
8972026-05-06T05:03:52.706Z Downloaded proc-macro-crate v3.4.0
8982026-05-06T05:03:52.706Z Downloaded predicates-core v1.0.10
8992026-05-06T05:03:52.706Z Downloaded parking_lot_core v0.8.6
9002026-05-06T05:03:52.706Z Downloaded password-hash v0.5.0
9012026-05-06T05:03:52.709Z Downloaded parse-display-derive v0.10.0
9022026-05-06T05:03:52.709Z Downloaded parse-display v0.10.0
9032026-05-06T05:03:52.709Z Downloaded newtype-uuid v1.3.2
9042026-05-06T05:03:52.712Z Downloaded memmap2 v0.9.10
9052026-05-06T05:03:52.712Z Downloaded indexmap v1.9.3
9062026-05-06T05:03:52.715Z Downloaded proc-macro-error-attr2 v2.0.0
9072026-05-06T05:03:52.715Z Downloaded precomputed-hash v0.1.1
9082026-05-06T05:03:52.715Z Downloaded password-hash v0.4.2
9092026-05-06T05:03:52.715Z Downloaded darling_core v0.21.3
9102026-05-06T05:03:52.718Z Downloaded psl-types v2.0.11
9112026-05-06T05:03:52.721Z Downloaded quick-error v1.2.3
9122026-05-06T05:03:52.721Z Downloaded expectorate v1.2.0
9132026-05-06T05:03:52.724Z Downloaded paste v1.0.15
9142026-05-06T05:03:52.724Z Downloaded heapless v0.7.17
9152026-05-06T05:03:52.727Z Downloaded peg-macros v0.8.5
9162026-05-06T05:03:52.727Z Downloaded progenitor-macro v0.14.0
9172026-05-06T05:03:52.730Z Downloaded pem v3.0.6
9182026-05-06T05:03:52.730Z Downloaded libbz2-rs-sys v0.2.2
9192026-05-06T05:03:52.730Z Downloaded progenitor-macro v0.11.2
9202026-05-06T05:03:52.733Z Downloaded progenitor-macro v0.10.0
9212026-05-06T05:03:52.733Z Downloaded bumpalo v3.20.2
9222026-05-06T05:03:52.736Z Downloaded pem-rfc7468 v0.7.0
9232026-05-06T05:03:52.736Z Downloaded flume v0.11.1
9242026-05-06T05:03:52.739Z Downloaded phf v0.13.1
9252026-05-06T05:03:52.739Z Downloaded flate2 v1.1.9
9262026-05-06T05:03:52.743Z Downloaded radium v0.7.0
9272026-05-06T05:03:52.743Z Downloaded powerfmt v0.2.0
9282026-05-06T05:03:52.743Z Downloaded pkg-config v0.3.32
9292026-05-06T05:03:52.745Z Downloaded pkcs8 v0.10.2
9302026-05-06T05:03:52.745Z Downloaded rand_chacha v0.3.1
9312026-05-06T05:03:52.750Z Downloaded poly1305 v0.8.0
9322026-05-06T05:03:52.750Z Downloaded owo-colors v4.3.0
9332026-05-06T05:03:52.753Z Downloaded pin-project-internal v1.1.11
9342026-05-06T05:03:52.753Z Downloaded phf v0.12.1
9352026-05-06T05:03:52.753Z Downloaded packed_struct_codegen v0.10.1
9362026-05-06T05:03:52.753Z Downloaded ppv-lite86 v0.2.21
9372026-05-06T05:03:52.756Z Downloaded oxnet v0.1.4
9382026-05-06T05:03:52.756Z Downloaded proc-macro-error2 v2.0.1
9392026-05-06T05:03:52.760Z Downloaded proc-macro-crate v1.3.1
9402026-05-06T05:03:52.760Z Downloaded parking_lot v0.11.2
9412026-05-06T05:03:52.760Z Downloaded recursive-proc-macro-impl v0.1.1
9422026-05-06T05:03:52.763Z Downloaded rand_xorshift v0.4.0
9432026-05-06T05:03:52.763Z Downloaded primeorder v0.13.6
9442026-05-06T05:03:52.763Z Downloaded progenitor-extras v0.2.0
9452026-05-06T05:03:52.763Z Downloaded ignore v0.4.25
9462026-05-06T05:03:52.766Z Downloaded derive_more-impl v2.1.1
9472026-05-06T05:03:52.769Z Downloaded crossbeam-channel v0.5.15
9482026-05-06T05:03:52.772Z Downloaded parking_lot v0.12.5
9492026-05-06T05:03:52.772Z Downloaded parking_lot_core v0.9.12
9502026-05-06T05:03:52.775Z Downloaded ref-cast-impl v1.0.25
9512026-05-06T05:03:52.775Z Downloaded progenitor v0.11.2
9522026-05-06T05:03:52.775Z Downloaded recursive v0.1.1
9532026-05-06T05:03:52.775Z Downloaded indicatif v0.18.4
9542026-05-06T05:03:52.778Z Downloaded postgres-protocol v0.6.10
9552026-05-06T05:03:52.778Z Downloaded rfc6979 v0.4.0
9562026-05-06T05:03:52.783Z Downloaded peg v0.8.5
9572026-05-06T05:03:52.786Z Downloaded progenitor v0.14.0
9582026-05-06T05:03:52.786Z Downloaded polyval v0.6.2
9592026-05-06T05:03:52.786Z Downloaded packed_struct v0.10.1
9602026-05-06T05:03:52.787Z Downloaded progenitor v0.13.0
9612026-05-06T05:03:52.790Z Downloaded oxide-tokio-rt v0.1.4
9622026-05-06T05:03:52.790Z Downloaded psm v0.1.30
9632026-05-06T05:03:52.790Z Downloaded rustc_version v0.4.1
9642026-05-06T05:03:52.790Z Downloaded headers v0.4.1
9652026-05-06T05:03:52.793Z Downloaded rustc-hash v2.1.1
9662026-05-06T05:03:52.796Z Downloaded progenitor v0.10.0
9672026-05-06T05:03:52.796Z Downloaded progenitor-macro v0.13.0
9682026-05-06T05:03:52.796Z Downloaded pin-project-lite v0.2.17
9692026-05-06T05:03:52.799Z Downloaded half v2.7.1
9702026-05-06T05:03:52.802Z Downloaded linear-map v1.2.0
9712026-05-06T05:03:52.802Z Downloaded ed25519-dalek v2.2.0
9722026-05-06T05:03:52.805Z Downloaded russh-cryptovec v0.7.3
9732026-05-06T05:03:52.805Z Downloaded rtoolbox v0.0.3
9742026-05-06T05:03:52.808Z Downloaded rand_core v0.6.4
9752026-05-06T05:03:52.808Z Downloaded path-slash v0.1.5
9762026-05-06T05:03:52.808Z Downloaded num-integer v0.1.46
9772026-05-06T05:03:52.811Z Downloaded ar_archive_writer v0.5.1
9782026-05-06T05:03:52.811Z Downloaded r2d2 v0.8.10
9792026-05-06T05:03:52.814Z Downloaded pkcs1 v0.7.5
9802026-05-06T05:03:52.814Z Downloaded nu-ansi-term v0.50.3
9812026-05-06T05:03:52.818Z Downloaded pkcs5 v0.7.1
9822026-05-06T05:03:52.821Z Downloaded rand_chacha v0.9.0
9832026-05-06T05:03:52.821Z Downloaded rand_core v0.9.5
9842026-05-06T05:03:52.821Z Downloaded progenitor-client v0.13.0
9852026-05-06T05:03:52.821Z Downloaded papergrid v0.17.0
9862026-05-06T05:03:52.824Z Downloaded salsa20 v0.10.2
9872026-05-06T05:03:52.828Z Downloaded miniz_oxide v0.8.9
9882026-05-06T05:03:52.828Z Downloaded dropshot-api-manager v0.7.1
9892026-05-06T05:03:52.831Z Downloaded p256 v0.13.2
9902026-05-06T05:03:52.834Z Downloaded same-file v1.0.6
9912026-05-06T05:03:52.834Z Downloaded oso v0.27.3
9922026-05-06T05:03:52.837Z Downloaded rand_core v0.10.0
9932026-05-06T05:03:52.837Z Downloaded omicron-zone-package v0.12.2
9942026-05-06T05:03:52.840Z Downloaded ref-cast v1.0.25
9952026-05-06T05:03:52.840Z Downloaded scheduled-thread-pool v0.2.7
9962026-05-06T05:03:52.843Z Downloaded sapling-renderdag v0.1.0
9972026-05-06T05:03:52.843Z Downloaded scopeguard v1.2.0
9982026-05-06T05:03:52.843Z Downloaded scroll_derive v0.13.1
9992026-05-06T05:03:52.843Z Downloaded predicates v3.1.4
10002026-05-06T05:03:52.846Z Downloaded seq-macro v0.3.6
10012026-05-06T05:03:52.846Z Downloaded scrypt v0.11.0
10022026-05-06T05:03:52.849Z Downloaded resolv-conf v0.7.6
10032026-05-06T05:03:52.849Z Downloaded postgres-types v0.2.12
10042026-05-06T05:03:52.853Z Downloaded async-trait v0.1.89
10052026-05-06T05:03:52.857Z Downloaded secrecy v0.8.0
10062026-05-06T05:03:52.857Z Downloaded bcs v0.1.6
10072026-05-06T05:03:52.857Z Downloaded jiff-static v0.2.21
10082026-05-06T05:03:52.861Z Downloaded serde_bytes v0.11.19
10092026-05-06T05:03:52.861Z Downloaded semver v0.1.20
10102026-05-06T05:03:52.861Z Downloaded serde_plain v1.0.2
10112026-05-06T05:03:52.861Z Downloaded serde-big-array v0.5.1
10122026-05-06T05:03:52.865Z Downloaded hickory-resolver v0.25.2
10132026-05-06T05:03:52.871Z Downloaded shell-words v1.1.1
10142026-05-06T05:03:52.871Z Downloaded secrecy v0.10.3
10152026-05-06T05:03:52.871Z Downloaded cassowary v0.3.0
10162026-05-06T05:03:52.871Z Downloaded pin-project v1.1.11
10172026-05-06T05:03:52.874Z Downloaded serde_urlencoded v0.7.1
10182026-05-06T05:03:52.877Z Downloaded signal-hook-tokio v0.3.1
10192026-05-06T05:03:52.877Z Downloaded serde_spanned v1.0.4
10202026-05-06T05:03:52.880Z Downloaded rustversion v1.0.22
10212026-05-06T05:03:52.880Z Downloaded serde_repr v0.1.20
10222026-05-06T05:03:52.883Z Downloaded rustls-pemfile v2.2.0
10232026-05-06T05:03:52.883Z Downloaded postcard v1.1.3
10242026-05-06T05:03:52.886Z Downloaded openssl-sys v0.9.114
10252026-05-06T05:03:52.889Z Downloaded sha1 v0.10.6
10262026-05-06T05:03:52.889Z Downloaded rustls-native-certs v0.8.3
10272026-05-06T05:03:52.892Z Downloaded siphasher v1.0.2
10282026-05-06T05:03:52.892Z Downloaded sigpipe v0.1.3
10292026-05-06T05:03:52.895Z Downloaded signal-hook-mio v0.2.5
10302026-05-06T05:03:52.895Z Downloaded rusty-fork v0.3.1
10312026-05-06T05:03:52.895Z Downloaded schemars_derive v0.8.22
10322026-05-06T05:03:52.899Z Downloaded heapless v0.8.0
10332026-05-06T05:03:52.899Z Downloaded prefix-trie v0.7.0
10342026-05-06T05:03:52.902Z Downloaded rustls-pemfile v1.0.4
10352026-05-06T05:03:52.902Z Downloaded signature v2.2.0
10362026-05-06T05:03:52.905Z Downloaded rustc_version v0.1.7
10372026-05-06T05:03:52.905Z Downloaded slog-bunyan v2.5.0
10382026-05-06T05:03:52.905Z Downloaded slog-envlogger v2.2.0
10392026-05-06T05:03:52.908Z Downloaded quinn-udp v0.5.14
10402026-05-06T05:03:52.908Z Downloaded atomic-waker v1.1.2
10412026-05-06T05:03:52.908Z Downloaded dropshot-api-manager-types v0.7.1
10422026-05-06T05:03:52.908Z Downloaded progenitor-impl v0.13.0
10432026-05-06T05:03:52.911Z Downloaded async-compression v0.4.41
10442026-05-06T05:03:52.916Z Downloaded hashbrown v0.13.2
10452026-05-06T05:03:52.919Z Downloaded progenitor-impl v0.14.0
10462026-05-06T05:03:52.919Z Downloaded progenitor-impl v0.11.2
10472026-05-06T05:03:52.922Z Downloaded minimal-lexical v0.2.1
10482026-05-06T05:03:52.922Z Downloaded progenitor-impl v0.10.0
10492026-05-06T05:03:52.925Z Downloaded http v1.4.0
10502026-05-06T05:03:52.928Z Downloaded hickory-server v0.25.2
10512026-05-06T05:03:52.928Z Downloaded hashbrown v0.12.3
10522026-05-06T05:03:52.931Z Downloaded futures-core v0.3.32
10532026-05-06T05:03:52.934Z Downloaded diesel_table_macro_syntax v0.3.0
10542026-05-06T05:03:52.934Z Downloaded crossbeam-epoch v0.9.18
10552026-05-06T05:03:52.934Z Downloaded arrayref v0.3.9
10562026-05-06T05:03:52.938Z Downloaded serde-hex v0.1.0
10572026-05-06T05:03:52.941Z Downloaded ssh-cipher v0.2.0
10582026-05-06T05:03:52.941Z Downloaded sqlparser_derive v0.5.0
10592026-05-06T05:03:52.945Z Downloaded signal-hook-registry v1.4.8
10602026-05-06T05:03:52.945Z Downloaded sec1 v0.7.3
10612026-05-06T05:03:52.945Z Downloaded sct v0.7.1
10622026-05-06T05:03:52.950Z Downloaded russh-keys v0.45.0
10632026-05-06T05:03:52.955Z Downloaded shlex v1.3.0
10642026-05-06T05:03:52.958Z Downloaded ssh-encoding v0.2.0
10652026-05-06T05:03:52.961Z Downloaded strum v0.27.2
10662026-05-06T05:03:52.962Z Downloaded mio v1.2.0
10672026-05-06T05:03:52.965Z Downloaded strum v0.26.3
10682026-05-06T05:03:52.965Z Downloaded strip-ansi-escapes v0.2.1
10692026-05-06T05:03:52.969Z Downloaded hyper-util v0.1.20
10702026-05-06T05:03:52.972Z Downloaded serde_derive_internals v0.29.1
10712026-05-06T05:03:52.972Z Downloaded rustls-pki-types v1.14.0
10722026-05-06T05:03:52.975Z Downloaded take_mut v0.2.2
10732026-05-06T05:03:52.975Z Downloaded supports-color v3.0.2
10742026-05-06T05:03:52.975Z Downloaded slog-scope v4.4.1
10752026-05-06T05:03:52.979Z Downloaded slab v0.4.12
10762026-05-06T05:03:52.983Z Downloaded pretty_assertions v1.4.1
10772026-05-06T05:03:52.983Z Downloaded hickory-resolver v0.24.4
10782026-05-06T05:03:52.987Z Downloaded structmeta v0.3.0
10792026-05-06T05:03:52.987Z Downloaded aes-gcm v0.10.3
10802026-05-06T05:03:52.990Z Downloaded sync-ptr v0.1.4
10812026-05-06T05:03:52.990Z Downloaded tap v1.0.1
10822026-05-06T05:03:52.990Z Downloaded tagptr v0.2.0
10832026-05-06T05:03:52.990Z Downloaded tabwriter v1.4.1
10842026-05-06T05:03:52.990Z Downloaded slog-async v2.8.0
10852026-05-06T05:03:52.993Z Downloaded tabled_derive v0.11.0
10862026-05-06T05:03:52.993Z Downloaded sync_wrapper v1.0.2
10872026-05-06T05:03:52.993Z Downloaded slog-dtrace v0.3.0
10882026-05-06T05:03:52.997Z Downloaded testing_table v0.3.0
10892026-05-06T05:03:52.997Z Downloaded smf v0.2.3
10902026-05-06T05:03:52.997Z Downloaded smallvec v0.6.14
10912026-05-06T05:03:52.997Z Downloaded rand_seeder v0.4.0
10922026-05-06T05:03:53.001Z Downloaded structmeta-derive v0.3.0
10932026-05-06T05:03:53.001Z Downloaded slog-stdlog v4.1.1
10942026-05-06T05:03:53.001Z Downloaded itertools v0.10.5
10952026-05-06T05:03:53.008Z Downloaded thread-id v5.1.0
10962026-05-06T05:03:53.054Z Downloaded slog-json v2.6.1
10972026-05-06T05:03:53.054Z Downloaded scroll v0.13.0
10982026-05-06T05:03:53.054Z Downloaded thiserror-impl-no-std v2.0.2
10992026-05-06T05:03:53.054Z Downloaded ron v0.8.1
11002026-05-06T05:03:53.054Z Downloaded serde_path_to_error v0.1.20
11012026-05-06T05:03:53.054Z Downloaded spki v0.7.3
11022026-05-06T05:03:53.054Z Downloaded time-core v0.1.8
11032026-05-06T05:03:53.054Z Downloaded subtle v2.6.1
11042026-05-06T05:03:53.054Z Downloaded ryu v1.0.23
11052026-05-06T05:03:53.054Z Downloaded snafu-derive v0.8.9
11062026-05-06T05:03:53.054Z Downloaded tokio-macros v2.7.0
11072026-05-06T05:03:53.054Z Downloaded tinyvec_macros v0.1.1
11082026-05-06T05:03:53.054Z Downloaded rcgen v0.12.1
11092026-05-06T05:03:53.054Z Downloaded sqlformat v0.3.5
11102026-05-06T05:03:53.054Z Downloaded hashbrown v0.15.5
11112026-05-06T05:03:53.054Z Downloaded rayon-core v1.13.0
11122026-05-06T05:03:53.054Z Downloaded hashbrown v0.16.1
11132026-05-06T05:03:53.054Z Downloaded slog-term v2.9.2
11142026-05-06T05:03:53.054Z Downloaded serde_with_macros v3.17.0
11152026-05-06T05:03:53.054Z Downloaded serde_cbor v0.11.2
11162026-05-06T05:03:53.054Z Downloaded rustls-platform-verifier v0.6.2
11172026-05-06T05:03:53.054Z Downloaded termtree v0.5.1
11182026-05-06T05:03:53.054Z Downloaded num-bigint v0.4.6
11192026-05-06T05:03:53.058Z Downloaded string_cache v0.8.9
11202026-05-06T05:03:53.058Z Downloaded stacker v0.1.23
11212026-05-06T05:03:53.058Z Downloaded prettyplease v0.2.37
11222026-05-06T05:03:53.058Z Downloaded simd-adler32 v0.3.8
11232026-05-06T05:03:53.058Z Downloaded strum_macros v0.24.3
11242026-05-06T05:03:53.058Z Downloaded static_assertions v1.1.0
11252026-05-06T05:03:53.061Z Downloaded nom v7.1.3
11262026-05-06T05:03:53.061Z Downloaded aho-corasick v1.1.4
11272026-05-06T05:03:53.065Z Downloaded support-bundle-viewer v0.1.2
11282026-05-06T05:03:53.074Z Downloaded schemars v0.8.22
11292026-05-06T05:03:53.081Z Downloaded topological-sort v0.2.2
11302026-05-06T05:03:53.084Z Downloaded tiny-keccak v2.0.2
11312026-05-06T05:03:53.084Z Downloaded termios v0.3.3
11322026-05-06T05:03:53.088Z Downloaded rand v0.8.5
11332026-05-06T05:03:53.088Z Downloaded similar v2.7.0
11342026-05-06T05:03:53.091Z Downloaded tower-layer v0.3.3
11352026-05-06T05:03:53.091Z Downloaded thiserror-no-std v2.0.2
11362026-05-06T05:03:53.095Z Downloaded tower-service v0.3.3
11372026-05-06T05:03:53.095Z Downloaded tls_codec v0.4.2
11382026-05-06T05:03:53.095Z Downloaded typify-macro v0.4.3
11392026-05-06T05:03:53.098Z Downloaded time-macros v0.2.27
11402026-05-06T05:03:53.098Z Downloaded spin v0.9.8
11412026-05-06T05:03:53.098Z Downloaded thread_local v1.1.9
11422026-05-06T05:03:53.101Z Downloaded stringprep v0.1.5
11432026-05-06T05:03:53.101Z Downloaded publicsuffix v2.3.0
11442026-05-06T05:03:53.104Z Downloaded try-lock v0.2.5
11452026-05-06T05:03:53.104Z Downloaded quinn v0.11.9
11462026-05-06T05:03:53.107Z Downloaded tokio-native-tls v0.3.1
11472026-05-06T05:03:53.108Z Downloaded iddqd v0.3.18
11482026-05-06T05:03:53.111Z Downloaded strum_macros v0.27.2
11492026-05-06T05:03:53.114Z Downloaded signal-hook v0.3.18
11502026-05-06T05:03:53.117Z Downloaded unarray v0.1.4
11512026-05-06T05:03:53.117Z Downloaded tokio-dtrace v0.1.1
11522026-05-06T05:03:53.117Z Downloaded unicode-truncate v1.1.0
11532026-05-06T05:03:53.120Z Downloaded tls_codec_derive v0.4.2
11542026-05-06T05:03:53.120Z Downloaded schemars v0.9.0
11552026-05-06T05:03:53.125Z Downloaded term v1.2.1
11562026-05-06T05:03:53.128Z Downloaded term v0.7.0
11572026-05-06T05:03:53.131Z Downloaded untrusted v0.7.1
11582026-05-06T05:03:53.131Z Downloaded unit-prefix v0.5.2
11592026-05-06T05:03:53.131Z Downloaded strum_macros v0.26.4
11602026-05-06T05:03:53.134Z Downloaded untrusted v0.9.0
11612026-05-06T05:03:53.134Z Downloaded usdt-attr-macro v0.6.0
11622026-05-06T05:03:53.134Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11632026-05-06T05:03:53.134Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11642026-05-06T05:03:53.137Z Downloaded tokio-tungstenite v0.21.0
11652026-05-06T05:03:53.137Z Downloaded universal-hash v0.5.1
11662026-05-06T05:03:53.141Z Downloaded futures-util v0.3.32
11672026-05-06T05:03:53.144Z Downloaded typify-macro v0.6.2
11682026-05-06T05:03:53.147Z Downloaded libxml v0.3.3
11692026-05-06T05:03:53.150Z Downloaded utf-8 v0.7.6
11702026-05-06T05:03:53.150Z Downloaded usdt v0.6.0
11712026-05-06T05:03:53.150Z Downloaded tokio-tungstenite v0.23.1
11722026-05-06T05:03:53.153Z Downloaded usdt-macro v0.6.0
11732026-05-06T05:03:53.157Z Downloaded itertools v0.13.0
11742026-05-06T05:03:53.160Z Downloaded toml_writer v1.0.6+spec-1.1.0
11752026-05-06T05:03:53.160Z Downloaded socket2 v0.6.3
11762026-05-06T05:03:53.163Z Downloaded rustls-webpki v0.103.9
11772026-05-06T05:03:53.166Z Downloaded trait-variant v0.1.2
11782026-05-06T05:03:53.169Z Downloaded wait-timeout v0.2.1
11792026-05-06T05:03:53.170Z Downloaded waitgroup v0.1.2
11802026-05-06T05:03:53.173Z Downloaded want v0.3.1
11812026-05-06T05:03:53.173Z Downloaded void v1.0.2
11822026-05-06T05:03:53.176Z Downloaded num-bigint-dig v0.8.6
11832026-05-06T05:03:53.180Z Downloaded tokio-rustls v0.24.1
11842026-05-06T05:03:53.183Z Downloaded slog v2.8.2
11852026-05-06T05:03:53.183Z Downloaded iri-string v0.7.10
11862026-05-06T05:03:53.186Z Downloaded unicase v2.9.0
11872026-05-06T05:03:53.186Z Downloaded schemars v1.2.1
11882026-05-06T05:03:53.193Z Downloaded serde_yaml v0.9.34+deprecated
11892026-05-06T05:03:53.197Z Downloaded rand v0.10.0
11902026-05-06T05:03:53.200Z Downloaded tokio-rustls v0.26.4
11912026-05-06T05:03:53.200Z Downloaded subprocess v0.2.15
11922026-05-06T05:03:53.203Z Downloaded tokio-stream v0.1.18
11932026-05-06T05:03:53.206Z Downloaded zeroize_derive v1.4.3
11942026-05-06T05:03:53.206Z Downloaded itertools v0.12.1
11952026-05-06T05:03:53.209Z Downloaded xshell-macros v0.2.7
11962026-05-06T05:03:53.209Z Downloaded xattr v1.6.1
11972026-05-06T05:03:53.212Z Downloaded rsa v0.9.10
11982026-05-06T05:03:53.215Z Downloaded test-strategy v0.4.5
11992026-05-06T05:03:53.215Z Downloaded hyper v1.8.1
12002026-05-06T05:03:53.219Z Downloaded zone_cfg_derive v0.3.1
12012026-05-06T05:03:53.223Z Downloaded toml_parser v1.0.9+spec-1.1.0
12022026-05-06T05:03:53.223Z Downloaded zone v0.3.1
12032026-05-06T05:03:53.223Z Downloaded samael v0.0.19
12042026-05-06T05:03:53.227Z Downloaded vergen-lib v0.1.6
12052026-05-06T05:03:53.227Z Downloaded uzers v0.12.2
12062026-05-06T05:03:53.230Z Downloaded usdt-impl v0.6.0
12072026-05-06T05:03:53.230Z Downloaded p521 v0.13.3
12082026-05-06T05:03:53.233Z Downloaded blake3 v1.8.3
12092026-05-06T05:03:53.237Z Downloaded vergen-git2 v1.0.7
12102026-05-06T05:03:53.240Z Downloaded qorb v0.4.1
12112026-05-06T05:03:53.243Z Downloaded vsss-rs v3.3.4
12122026-05-06T05:03:53.243Z Downloaded socket2 v0.5.10
12132026-05-06T05:03:53.246Z Downloaded twox-hash v2.1.2
12142026-05-06T05:03:53.246Z Downloaded tui-tree-widget v0.23.1
12152026-05-06T05:03:53.246Z Downloaded tracing-attributes v0.1.31
12162026-05-06T05:03:53.249Z Downloaded walkdir v2.5.0
12172026-05-06T05:03:53.252Z Downloaded whoami v2.1.0
12182026-05-06T05:03:53.252Z Downloaded rand v0.9.2
12192026-05-06T05:03:53.255Z Downloaded tinyvec v1.10.0
12202026-05-06T05:03:53.255Z Downloaded h2 v0.4.13
12212026-05-06T05:03:53.258Z Downloaded libm v0.2.16
12222026-05-06T05:03:53.264Z Downloaded toml v1.0.6+spec-1.1.0
12232026-05-06T05:03:53.267Z Downloaded unicode-properties v0.1.4
12242026-05-06T05:03:53.270Z Downloaded tar v0.4.45
12252026-05-06T05:03:53.270Z Downloaded itertools v0.14.0
12262026-05-06T05:03:53.274Z Downloaded zeroize v1.8.2
12272026-05-06T05:03:53.277Z Downloaded tokio-rustls v0.25.0
12282026-05-06T05:03:53.299Z Downloaded steno v0.4.1
12292026-05-06T05:03:53.303Z Downloaded tracing-core v0.1.36
12302026-05-06T05:03:53.305Z Downloaded zstd-safe v7.2.4
12312026-05-06T05:03:53.309Z Downloaded tungstenite v0.23.0
12322026-05-06T05:03:53.315Z Downloaded whoami v1.6.1
12332026-05-06T05:03:53.319Z Downloaded bitvec v1.0.1
12342026-05-06T05:03:53.327Z Downloaded yasna v0.5.2
12352026-05-06T05:03:53.332Z Downloaded unsafe-libyaml v0.2.11
12362026-05-06T05:03:53.335Z Downloaded wyz v0.5.1
12372026-05-06T05:03:53.335Z Downloaded toml v0.9.12+spec-1.1.0
12382026-05-06T05:03:53.338Z Downloaded russh v0.45.0
12392026-05-06T05:03:53.341Z Downloaded unicode-bidi v0.3.18
12402026-05-06T05:03:53.344Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-05-06T05:03:53.345Z Downloaded rpassword v7.4.0
12422026-05-06T05:03:53.388Z Downloaded chrono v0.4.44
12432026-05-06T05:03:53.401Z Downloaded zopfli v0.8.3
12442026-05-06T05:03:53.404Z Downloaded tokio-postgres v0.7.16
12452026-05-06T05:03:53.407Z Downloaded ssh-key v0.6.7
12462026-05-06T05:03:53.411Z Downloaded aws-lc-rs v1.16.0
12472026-05-06T05:03:53.421Z Downloaded toml_edit v0.19.15
12482026-05-06T05:03:53.431Z Downloaded uuid v1.23.0
12492026-05-06T05:03:53.434Z Downloaded bindgen v0.71.1
12502026-05-06T05:03:53.437Z Downloaded p384 v0.13.1
12512026-05-06T05:03:53.451Z Downloaded toml v0.7.8
12522026-05-06T05:03:53.454Z Downloaded zerocopy-derive v0.8.40
12532026-05-06T05:03:53.457Z Downloaded vergen-gitcl v1.0.8
12542026-05-06T05:03:53.460Z Downloaded vergen v9.0.6
12552026-05-06T05:03:53.460Z Downloaded yansi v1.0.1
12562026-05-06T05:03:53.463Z Downloaded snafu v0.8.9
12572026-05-06T05:03:53.466Z Downloaded typify v0.6.2
12582026-05-06T05:03:53.469Z Downloaded hkdf v0.12.4
12592026-05-06T05:03:53.469Z Downloaded tungstenite v0.21.0
12602026-05-06T05:03:53.473Z Downloaded git2 v0.20.4
12612026-05-06T05:03:53.478Z Downloaded typed-path v0.9.3
12622026-05-06T05:03:53.484Z Downloaded x509-cert v0.2.5
12632026-05-06T05:03:53.487Z Downloaded xshell v0.2.7
12642026-05-06T05:03:53.492Z Downloaded quick-xml v0.37.5
12652026-05-06T05:03:53.492Z Downloaded tower v0.5.3
12662026-05-06T05:03:53.498Z Downloaded zstd v0.13.3
12672026-05-06T05:03:53.505Z Downloaded vte v0.14.1
12682026-05-06T05:03:53.518Z Downloaded proptest v1.10.0
12692026-05-06T05:03:53.524Z Downloaded tower-http v0.6.8
12702026-05-06T05:03:53.530Z Downloaded zerocopy v0.6.6
12712026-05-06T05:03:53.534Z Downloaded tough v0.20.0
12722026-05-06T05:03:53.537Z Downloaded rustyline v14.0.0
12732026-05-06T05:03:53.540Z Downloaded serde_with v3.17.0
12742026-05-06T05:03:53.544Z Downloaded unicode-normalization v0.1.25
12752026-05-06T05:03:53.548Z Downloaded typify v0.4.3
12762026-05-06T05:03:53.551Z Downloaded zip v4.6.1
12772026-05-06T05:03:53.554Z Downloaded petname v2.0.2
12782026-05-06T05:03:53.557Z Downloaded tokio-util v0.7.18
12792026-05-06T05:03:53.563Z Downloaded unicode_categories v0.1.1
12802026-05-06T05:03:53.568Z Downloaded zip v0.6.6
12812026-05-06T05:03:53.571Z Downloaded radix_trie v0.2.1
12822026-05-06T05:03:53.576Z Downloaded regex v1.12.3
12832026-05-06T05:03:53.580Z Downloaded reedline v0.40.0
12842026-05-06T05:03:53.591Z Downloaded winnow v0.6.26
12852026-05-06T05:03:53.596Z Downloaded portable-atomic v1.13.1
12862026-05-06T05:03:53.601Z Downloaded bstr v1.12.1
12872026-05-06T05:03:53.606Z Downloaded rayon v1.11.0
12882026-05-06T05:03:53.611Z Downloaded openssl v0.10.78
12892026-05-06T05:03:53.617Z Downloaded reqwest v0.12.28
12902026-05-06T05:03:53.620Z Downloaded reqwest v0.13.2
12912026-05-06T05:03:53.626Z Downloaded tabled v0.20.0
12922026-05-06T05:03:53.634Z Downloaded nix v0.29.0
12932026-05-06T05:03:53.642Z Downloaded rustls-webpki v0.101.7
12942026-05-06T05:03:53.649Z Downloaded unicode-segmentation v1.12.0
12952026-05-06T05:03:53.652Z Downloaded salty v0.3.0
12962026-05-06T05:03:53.655Z Downloaded lalrpop v0.19.12
12972026-05-06T05:03:53.660Z Downloaded moka v0.12.13
12982026-05-06T05:03:53.664Z Downloaded regex-syntax v0.6.29
12992026-05-06T05:03:53.668Z Downloaded smoltcp v0.9.1
13002026-05-06T05:03:53.674Z Downloaded object v0.37.3
13012026-05-06T05:03:53.680Z Downloaded vcpkg v0.2.15
13022026-05-06T05:03:53.703Z Downloaded rustls v0.22.4
13032026-05-06T05:03:53.710Z Downloaded hickory-proto v0.24.4
13042026-05-06T05:03:53.718Z Downloaded smoltcp v0.11.0
13052026-05-06T05:03:53.725Z Downloaded goblin v0.10.5
13062026-05-06T05:03:53.733Z Downloaded object v0.30.4
13072026-05-06T05:03:53.737Z Downloaded polar-core v0.27.3
13082026-05-06T05:03:53.740Z Downloaded rustls-webpki v0.102.8
13092026-05-06T05:03:53.750Z Downloaded nix v0.27.1
13102026-05-06T05:03:53.756Z Downloaded curve25519-dalek v4.1.3
13112026-05-06T05:03:53.761Z Downloaded rustls v0.23.37
13122026-05-06T05:03:53.767Z Downloaded regex-syntax v0.8.10
13132026-05-06T05:03:53.779Z Downloaded quinn-proto v0.11.13
13142026-05-06T05:03:53.788Z Downloaded winnow v0.5.40
13152026-05-06T05:03:53.791Z Downloaded sqlparser v0.61.0
13162026-05-06T05:03:53.811Z Downloaded tracing v0.1.44
13172026-05-06T05:03:53.822Z Downloaded bzip2-sys v0.1.13+1.0.8
13182026-05-06T05:03:53.829Z Downloaded dropshot v0.16.7
13192026-05-06T05:03:53.842Z Downloaded nix v0.28.0
13202026-05-06T05:03:53.852Z Downloaded regex-automata v0.4.14
13212026-05-06T05:03:53.865Z Downloaded chrono-tz v0.10.4
13222026-05-06T05:03:53.876Z Downloaded zlib-rs v0.6.2
13232026-05-06T05:03:53.879Z Downloaded dropshot v0.17.0
13242026-05-06T05:03:53.891Z Downloaded time v0.3.47
13252026-05-06T05:03:53.898Z Downloaded petgraph v0.8.3
13262026-05-06T05:03:53.912Z Downloaded webpki-roots v1.0.6
13272026-05-06T05:03:53.915Z Downloaded rustls v0.21.12
13282026-05-06T05:03:53.921Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13292026-05-06T05:03:53.929Z Downloaded nix v0.31.2
13302026-05-06T05:03:53.935Z Downloaded regress v0.10.5
13312026-05-06T05:03:53.941Z Downloaded openapiv3 v2.2.0
13322026-05-06T05:03:53.947Z Downloaded zerocopy v0.8.40
13332026-05-06T05:03:53.952Z Downloaded hickory-proto v0.25.2
13342026-05-06T05:03:53.971Z Downloaded diesel v2.3.7
13352026-05-06T05:03:53.983Z Downloaded regress v0.11.1
13362026-05-06T05:03:53.990Z Downloaded rustix v0.38.44
13372026-05-06T05:03:54.072Z Downloaded libgit2-sys v0.18.3+1.9.2
13382026-05-06T05:03:54.114Z Downloaded sled v0.34.7
13392026-05-06T05:03:54.121Z Downloaded typify-impl v0.6.2
13402026-05-06T05:03:54.149Z Downloaded typify-impl v0.4.3
13412026-05-06T05:03:54.159Z Downloaded ratatui v0.29.0
13422026-05-06T05:03:54.215Z Downloaded zerocopy-derive v0.6.6
13432026-05-06T05:03:54.238Z Downloaded petgraph v0.6.5
13442026-05-06T05:03:54.253Z Downloaded jiff v0.2.21
13452026-05-06T05:03:54.264Z Downloaded csv v1.4.0
13462026-05-06T05:03:54.288Z Downloaded libz-sys v1.1.24
13472026-05-06T05:03:54.313Z Downloaded sha3 v0.10.8
13482026-05-06T05:03:54.322Z Downloaded tokio v1.52.1
13492026-05-06T05:03:54.368Z Downloaded encoding_rs v0.8.35
13502026-05-06T05:03:54.391Z Downloaded ring v0.17.14
13512026-05-06T05:03:54.625Z Downloaded aws-lc-sys v0.37.1
13522026-05-06T05:03:54.873Z Compiling libc v0.2.185
13532026-05-06T05:03:54.873Z Compiling serde v1.0.228
13542026-05-06T05:03:54.877Z Compiling shlex v1.3.0
13552026-05-06T05:03:54.877Z Compiling log v0.4.29
13562026-05-06T05:03:54.877Z Compiling find-msvc-tools v0.1.9
13572026-05-06T05:03:54.877Z Compiling smallvec v1.15.1
13582026-05-06T05:03:54.877Z Compiling syn v2.0.117
13592026-05-06T05:03:55.020Z Compiling typenum v1.19.0
13602026-05-06T05:03:55.195Z Compiling generic-array v0.14.7
13612026-05-06T05:03:55.228Z Compiling subtle v2.6.1
13622026-05-06T05:03:55.242Z Compiling scopeguard v1.2.0
13632026-05-06T05:03:55.326Z Compiling lock_api v0.4.14
13642026-05-06T05:03:55.341Z Compiling const-oid v0.9.6
13652026-05-06T05:03:55.354Z Compiling portable-atomic v1.13.1
13662026-05-06T05:03:55.395Z Compiling zerocopy v0.8.40
13672026-05-06T05:03:55.449Z Compiling critical-section v1.2.0
13682026-05-06T05:03:55.551Z Compiling serde_json v1.0.149
13692026-05-06T05:03:55.565Z Compiling parking_lot_core v0.9.12
13702026-05-06T05:03:55.756Z Compiling pin-project-lite v0.2.17
13712026-05-06T05:03:55.835Z Compiling getrandom v0.2.17
13722026-05-06T05:03:55.851Z Compiling jobserver v0.1.34
13732026-05-06T05:03:55.862Z Compiling errno v0.3.14
13742026-05-06T05:03:55.981Z Compiling rand_core v0.6.4
13752026-05-06T05:03:56.005Z Compiling pkg-config v0.3.32
13762026-05-06T05:03:56.052Z Compiling signal-hook-registry v1.4.8
13772026-05-06T05:03:56.211Z Compiling cc v1.2.56
13782026-05-06T05:03:56.253Z Compiling bitflags v2.11.0
13792026-05-06T05:03:56.315Z Compiling once_cell v1.21.3
13802026-05-06T05:03:56.347Z Compiling libm v0.2.16
13812026-05-06T05:03:56.362Z Compiling parking_lot v0.12.5
13822026-05-06T05:03:56.478Z Compiling mio v1.2.0
13832026-05-06T05:03:56.522Z Compiling num-traits v0.2.19
13842026-05-06T05:03:56.541Z Compiling futures-core v0.3.32
13852026-05-06T05:03:56.694Z Compiling percent-encoding v2.3.2
13862026-05-06T05:03:56.727Z Compiling socket2 v0.6.3
13872026-05-06T05:03:56.872Z Compiling cpufeatures v0.2.17
13882026-05-06T05:03:56.887Z Compiling futures-sink v0.3.32
13892026-05-06T05:03:56.934Z Compiling slab v0.4.12
13902026-05-06T05:03:56.949Z Compiling futures-io v0.3.32
13912026-05-06T05:03:56.990Z Compiling futures-channel v0.3.32
13922026-05-06T05:03:57.005Z Compiling getrandom v0.4.1
13932026-05-06T05:03:57.094Z Compiling futures-task v0.3.32
13942026-05-06T05:03:57.112Z Compiling rustversion v1.0.22
13952026-05-06T05:03:57.125Z Compiling getrandom v0.3.4
13962026-05-06T05:03:57.211Z Compiling rand_core v0.10.0
13972026-05-06T05:03:57.263Z Compiling indexmap v2.14.0
13982026-05-06T05:03:57.462Z Compiling cmake v0.1.57
13992026-05-06T05:03:57.882Z Compiling synstructure v0.13.2
14002026-05-06T05:03:57.896Z Compiling form_urlencoded v1.2.2
14012026-05-06T05:03:57.910Z Compiling ident_case v1.0.1
14022026-05-06T05:03:58.000Z Compiling fs_extra v1.3.0
14032026-05-06T05:03:58.034Z Compiling base64ct v1.8.3
14042026-05-06T05:03:58.075Z Compiling dunce v1.0.5
14052026-05-06T05:03:58.199Z Compiling flagset v0.4.7
14062026-05-06T05:03:58.208Z Compiling rand_core v0.9.5
14072026-05-06T05:03:58.208Z Compiling iana-time-zone v0.1.65
14082026-05-06T05:03:58.274Z Compiling aws-lc-sys v0.37.1
14092026-05-06T05:03:58.309Z Compiling pem-rfc7468 v0.7.0
14102026-05-06T05:03:58.335Z Compiling rustix v1.1.3
14112026-05-06T05:03:58.352Z Compiling ring v0.17.14
14122026-05-06T05:03:58.409Z Compiling uuid v1.23.0
14132026-05-06T05:03:58.474Z Compiling rustc_version v0.4.1
14142026-05-06T05:03:58.506Z Compiling aws-lc-rs v1.16.0
14152026-05-06T05:03:58.630Z Compiling vcpkg v0.2.15
14162026-05-06T05:03:58.792Z Compiling regex-syntax v0.8.10
14172026-05-06T05:03:58.809Z Compiling tracing-core v0.1.36
14182026-05-06T05:03:59.150Z Compiling pest_generator v2.8.6
14192026-05-06T05:03:59.370Z Compiling serde_derive_internals v0.29.1
14202026-05-06T05:03:59.393Z Compiling openssl-sys v0.9.114
14212026-05-06T05:03:59.646Z Compiling serde_derive v1.0.228
14222026-05-06T05:03:59.862Z Compiling zeroize_derive v1.4.3
14232026-05-06T05:03:59.920Z Compiling zerofrom-derive v0.1.6
14242026-05-06T05:04:00.116Z Compiling yoke-derive v0.8.1
14252026-05-06T05:04:00.307Z Compiling zerocopy-derive v0.8.40
14262026-05-06T05:04:00.533Z Compiling zeroize v1.8.2
14272026-05-06T05:04:01.187Z Compiling zerovec-derive v0.11.2
14282026-05-06T05:04:01.294Z Compiling crypto-common v0.1.7
14292026-05-06T05:04:01.310Z Compiling block-buffer v0.10.4
14302026-05-06T05:04:01.370Z Compiling zerofrom v0.1.6
14312026-05-06T05:04:01.442Z Compiling digest v0.10.7
14322026-05-06T05:04:01.482Z Compiling yoke v0.8.1
14332026-05-06T05:04:01.500Z Compiling displaydoc v0.2.5
14342026-05-06T05:04:01.678Z Compiling tokio-macros v2.7.0
14352026-05-06T05:04:01.697Z Compiling hmac v0.12.1
14362026-05-06T05:04:01.854Z Compiling futures-macro v0.3.32
14372026-05-06T05:04:02.227Z Compiling zerotrie v0.2.3
14382026-05-06T05:04:02.353Z Compiling zerovec v0.11.5
14392026-05-06T05:04:02.419Z Compiling block-padding v0.3.3
14402026-05-06T05:04:02.573Z Compiling inout v0.1.4
14412026-05-06T05:04:02.587Z Compiling sha2 v0.10.9
14422026-05-06T05:04:02.696Z Compiling futures-util v0.3.32
14432026-05-06T05:04:02.738Z Compiling cipher v0.4.4
14442026-05-06T05:04:02.828Z Compiling tinystr v0.8.2
14452026-05-06T05:04:03.002Z Compiling icu_locale_core v2.1.1
14462026-05-06T05:04:03.018Z Compiling potential_utf v0.1.4
14472026-05-06T05:04:03.033Z Compiling der_derive v0.7.3
14482026-05-06T05:04:03.154Z Compiling bytes v1.11.1
14492026-05-06T05:04:03.181Z Compiling icu_collections v2.1.1
14502026-05-06T05:04:03.661Z Compiling icu_provider v2.1.1
14512026-05-06T05:04:03.676Z Compiling tokio v1.52.1
14522026-05-06T05:04:03.910Z Compiling icu_normalizer v2.1.1
14532026-05-06T05:04:03.960Z Compiling icu_properties v2.1.2
14542026-05-06T05:04:03.985Z Compiling der v0.7.10
14552026-05-06T05:04:03.988Z Compiling http v1.4.0
14562026-05-06T05:04:04.433Z Compiling chrono v0.4.44
14572026-05-06T05:04:04.798Z Compiling idna_adapter v1.2.1
14582026-05-06T05:04:04.874Z Compiling ppv-lite86 v0.2.21
14592026-05-06T05:04:04.936Z Compiling idna v1.1.0
14602026-05-06T05:04:04.952Z Compiling spki v0.7.3
14612026-05-06T05:04:05.032Z Compiling salsa20 v0.10.2
14622026-05-06T05:04:05.151Z Compiling pbkdf2 v0.12.2
14632026-05-06T05:04:05.169Z Compiling thiserror-impl v2.0.18
14642026-05-06T05:04:05.172Z Compiling rand_chacha v0.9.0
14652026-05-06T05:04:05.196Z Compiling aes v0.8.4
14662026-05-06T05:04:05.264Z Compiling url v2.5.8
14672026-05-06T05:04:05.577Z Compiling scrypt v0.11.0
14682026-05-06T05:04:05.787Z Compiling cbc v0.1.2
14692026-05-06T05:04:05.818Z Compiling rustls-pki-types v1.14.0
14702026-05-06T05:04:05.868Z Compiling tracing-attributes v0.1.31
14712026-05-06T05:04:05.937Z Compiling pkcs5 v0.7.1
14722026-05-06T05:04:06.052Z Compiling rand v0.9.2
14732026-05-06T05:04:06.237Z Compiling http-body v1.0.1
14742026-05-06T05:04:06.322Z Compiling base64 v0.22.1
14752026-05-06T05:04:06.388Z Compiling untrusted v0.7.1
14762026-05-06T05:04:06.414Z Compiling openssl-probe v0.2.1
14772026-05-06T05:04:06.468Z Compiling thiserror v2.0.18
14782026-05-06T05:04:06.510Z Compiling httparse v1.10.1
14792026-05-06T05:04:06.574Z Compiling untrusted v0.9.0
14802026-05-06T05:04:06.589Z Compiling schemars v0.8.22
14812026-05-06T05:04:06.631Z Compiling pkcs8 v0.10.2
14822026-05-06T05:04:06.804Z Compiling schemars_derive v0.8.22
14832026-05-06T05:04:06.826Z Compiling pest_derive v2.8.6
14842026-05-06T05:04:06.889Z Compiling scroll_derive v0.13.1
14852026-05-06T05:04:06.932Z Compiling darling_core v0.20.11
14862026-05-06T05:04:07.159Z Compiling tracing v0.1.44
14872026-05-06T05:04:07.248Z Compiling tower-service v0.3.3
14882026-05-06T05:04:07.355Z Compiling dyn-clone v1.0.20
14892026-05-06T05:04:07.452Z Compiling tokio-util v0.7.18
14902026-05-06T05:04:07.494Z Compiling atomic-waker v1.1.2
14912026-05-06T05:04:07.630Z Compiling rustls v0.23.37
14922026-05-06T05:04:07.737Z Compiling tinyvec_macros v0.1.1
14932026-05-06T05:04:07.799Z Compiling try-lock v0.2.5
14942026-05-06T05:04:07.813Z Compiling tower-layer v0.3.3
14952026-05-06T05:04:07.911Z Compiling want v0.3.1
14962026-05-06T05:04:07.974Z Compiling tinyvec v1.10.0
14972026-05-06T05:04:08.091Z Compiling scroll v0.13.0
14982026-05-06T05:04:08.320Z Compiling h2 v0.4.13
14992026-05-06T05:04:08.487Z Compiling ipnet v2.11.0
15002026-05-06T05:04:08.522Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15012026-05-06T05:04:08.652Z Compiling spin v0.9.8
15022026-05-06T05:04:08.861Z Compiling aho-corasick v1.1.4
15032026-05-06T05:04:08.902Z Compiling time-core v0.1.8
15042026-05-06T05:04:08.983Z Compiling foreign-types-shared v0.1.1
15052026-05-06T05:04:09.049Z Compiling openssl v0.10.78
15062026-05-06T05:04:09.069Z Compiling pin-utils v0.1.0
15072026-05-06T05:04:09.144Z Compiling httpdate v1.0.3
15082026-05-06T05:04:09.213Z Compiling darling_macro v0.20.11
15092026-05-06T05:04:09.276Z Compiling num-conv v0.2.0
15102026-05-06T05:04:09.331Z Compiling crc32fast v1.5.0
15112026-05-06T05:04:09.363Z Compiling powerfmt v0.2.0
15122026-05-06T05:04:09.398Z Compiling tempfile v3.25.0
15132026-05-06T05:04:09.413Z Compiling time-macros v0.2.27
15142026-05-06T05:04:09.562Z Compiling deranged v0.5.8
15152026-05-06T05:04:09.638Z Compiling foreign-types v0.3.2
15162026-05-06T05:04:09.676Z Compiling darling v0.20.11
15172026-05-06T05:04:09.713Z Compiling regex-automata v0.4.14
15182026-05-06T05:04:09.773Z Compiling goblin v0.10.5
15192026-05-06T05:04:10.516Z Compiling openssl-macros v0.1.1
15202026-05-06T05:04:10.535Z Compiling wait-timeout v0.2.1
15212026-05-06T05:04:10.801Z Compiling siphasher v1.0.2
15222026-05-06T05:04:10.898Z Compiling quick-error v1.2.3
15232026-05-06T05:04:10.965Z Compiling simd-adler32 v0.3.8
15242026-05-06T05:04:10.986Z Compiling usdt-impl v0.6.0
15252026-05-06T05:04:11.002Z Compiling bit-vec v0.8.0
15262026-05-06T05:04:11.185Z Compiling hyper v1.8.1
15272026-05-06T05:04:11.205Z Compiling syn v1.0.109
15282026-05-06T05:04:11.227Z Compiling crossbeam-utils v0.8.21
15292026-05-06T05:04:11.505Z Compiling native-tls v0.2.18
15302026-05-06T05:04:11.508Z Compiling num_threads v0.1.7
15312026-05-06T05:04:11.613Z Compiling time v0.3.47
15322026-05-06T05:04:11.817Z Compiling bit-set v0.8.0
15332026-05-06T05:04:11.978Z Compiling rusty-fork v0.3.1
15342026-05-06T05:04:12.291Z Compiling hyper-util v0.1.20
15352026-05-06T05:04:12.792Z Compiling dof v0.4.0
15362026-05-06T05:04:13.250Z Compiling derive_builder_core v0.20.2
15372026-05-06T05:04:13.971Z Compiling unicode-normalization v0.1.25
15382026-05-06T05:04:14.012Z Compiling dtrace-parser v0.3.0
15392026-05-06T05:04:14.038Z Compiling rustls-native-certs v0.8.3
15402026-05-06T05:04:14.054Z Compiling signature v2.2.0
15412026-05-06T05:04:14.114Z Compiling thiserror-impl v1.0.69
15422026-05-06T05:04:14.224Z Compiling scroll_derive v0.12.1
15432026-05-06T05:04:14.323Z Compiling heapless v0.7.17
15442026-05-06T05:04:14.420Z Compiling rand_xorshift v0.4.0
15452026-05-06T05:04:14.564Z Compiling slog v2.8.2
15462026-05-06T05:04:14.587Z Compiling darling_core v0.21.3
15472026-05-06T05:04:14.735Z Compiling bzip2-sys v0.1.13+1.0.8
15482026-05-06T05:04:14.749Z Compiling sync_wrapper v1.0.2
15492026-05-06T05:04:14.855Z Compiling thread-id v5.1.0
15502026-05-06T05:04:14.872Z Compiling cookie v0.18.1
15512026-05-06T05:04:14.940Z Compiling adler2 v2.0.1
15522026-05-06T05:04:15.002Z Compiling paste v1.0.15
15532026-05-06T05:04:15.050Z Compiling anyhow v1.0.102
15542026-05-06T05:04:15.073Z Compiling zstd-safe v7.2.4
15552026-05-06T05:04:15.183Z Compiling unicode-properties v0.1.4
15562026-05-06T05:04:15.262Z Compiling signal-hook v0.3.18
15572026-05-06T05:04:15.277Z Compiling unarray v0.1.4
15582026-05-06T05:04:15.346Z Compiling unicode-bidi v0.3.18
15592026-05-06T05:04:15.360Z Compiling allocator-api2 v0.2.21
15602026-05-06T05:04:15.363Z Compiling thiserror v1.0.69
15612026-05-06T05:04:15.389Z Compiling proptest v1.10.0
15622026-05-06T05:04:15.570Z Compiling miniz_oxide v0.8.9
15632026-05-06T05:04:15.656Z Compiling stringprep v0.1.5
15642026-05-06T05:04:16.108Z Compiling scroll v0.12.0
15652026-05-06T05:04:16.150Z Compiling tower v0.5.3
15662026-05-06T05:04:16.368Z Compiling derive_builder_macro v0.20.2
15672026-05-06T05:04:16.541Z Compiling ipnetwork v0.21.1
15682026-05-06T05:04:16.610Z Compiling http-body-util v0.1.3
15692026-05-06T05:04:16.823Z Compiling webpki-roots v1.0.6
15702026-05-06T05:04:16.851Z Compiling rand_chacha v0.3.1
15712026-05-06T05:04:16.903Z Compiling serde_tokenstream v0.2.3
15722026-05-06T05:04:16.926Z Compiling serde_spanned v0.6.9
15732026-05-06T05:04:16.943Z Compiling toml_datetime v0.6.11
15742026-05-06T05:04:17.065Z Compiling darling_macro v0.21.3
15752026-05-06T05:04:17.081Z Compiling erased-serde v0.3.31
15762026-05-06T05:04:17.196Z Compiling md-5 v0.10.6
15772026-05-06T05:04:17.212Z Compiling zerocopy-derive v0.7.35
15782026-05-06T05:04:17.389Z Compiling curve25519-dalek v4.1.3
15792026-05-06T05:04:17.572Z Compiling vergen-lib v0.1.6
15802026-05-06T05:04:17.605Z Compiling num-integer v0.1.46
15812026-05-06T05:04:17.690Z Compiling hash32 v0.2.1
15822026-05-06T05:04:17.729Z Compiling ff v0.13.1
15832026-05-06T05:04:17.756Z Compiling memoffset v0.9.1
15842026-05-06T05:04:17.866Z Compiling iri-string v0.7.10
15852026-05-06T05:04:17.881Z Compiling zlib-rs v0.6.2
15862026-05-06T05:04:17.932Z Compiling num-bigint-dig v0.8.6
15872026-05-06T05:04:17.947Z Compiling fallible-iterator v0.2.0
15882026-05-06T05:04:18.124Z Compiling smoltcp v0.9.1
15892026-05-06T05:04:18.139Z Compiling litrs v1.0.0
15902026-05-06T05:04:18.257Z Compiling psl-types v2.0.11
15912026-05-06T05:04:18.385Z Compiling cfg_aliases v0.2.1
15922026-05-06T05:04:18.457Z Compiling base16ct v0.2.0
15932026-05-06T05:04:18.473Z Compiling rustix v0.38.44
15942026-05-06T05:04:18.639Z Compiling ryu v1.0.23
15952026-05-06T05:04:18.655Z Compiling ref-cast v1.0.25
15962026-05-06T05:04:18.827Z Compiling serde_urlencoded v0.7.1
15972026-05-06T05:04:18.901Z Compiling document-features v0.2.12
15982026-05-06T05:04:18.995Z Compiling tower-http v0.6.8
15992026-05-06T05:04:19.065Z Compiling sec1 v0.7.3
16002026-05-06T05:04:19.334Z Compiling nix v0.31.2
16012026-05-06T05:04:19.381Z Compiling publicsuffix v2.3.0
16022026-05-06T05:04:19.395Z Compiling postgres-protocol v0.6.10
16032026-05-06T05:04:19.469Z Compiling zerocopy v0.7.35
16042026-05-06T05:04:19.697Z Compiling group v0.13.0
16052026-05-06T05:04:19.847Z Compiling num-iter v0.1.45
16062026-05-06T05:04:19.972Z Compiling newtype-uuid v1.3.2
16072026-05-06T05:04:20.009Z Compiling darling v0.21.3
16082026-05-06T05:04:20.095Z Compiling rand v0.8.5
16092026-05-06T05:04:20.156Z Compiling derive_builder v0.20.2
16102026-05-06T05:04:20.283Z Compiling oxnet v0.1.4
16112026-05-06T05:04:20.298Z Compiling hubpack_derive v0.1.1
16122026-05-06T05:04:20.410Z Compiling tokio-native-tls v0.3.1
16132026-05-06T05:04:20.413Z Compiling goblin v0.8.2
16142026-05-06T05:04:20.732Z Compiling flate2 v1.1.9
16152026-05-06T05:04:21.069Z Compiling regex v1.12.3
16162026-05-06T05:04:21.136Z Compiling phf_shared v0.13.1
16172026-05-06T05:04:21.319Z Compiling lazy_static v1.5.0
16182026-05-06T05:04:21.333Z Compiling cargo-platform v0.1.9
16192026-05-06T05:04:21.383Z Compiling hkdf v0.12.4
16202026-05-06T05:04:21.413Z Compiling crypto-bigint v0.5.5
16212026-05-06T05:04:21.427Z Compiling terminal_size v0.4.3
16222026-05-06T05:04:21.497Z Compiling ref-cast-impl v1.0.25
16232026-05-06T05:04:21.546Z Compiling async-trait v0.1.89
16242026-05-06T05:04:21.562Z Compiling daft-derive v0.1.5
16252026-05-06T05:04:21.581Z Compiling curve25519-dalek-derive v0.1.1
16262026-05-06T05:04:22.031Z Compiling strum_macros v0.27.2
16272026-05-06T05:04:22.213Z Compiling vergen v9.0.6
16282026-05-06T05:04:22.260Z Compiling fs-err v3.3.0
16292026-05-06T05:04:22.450Z Compiling ahash v0.8.12
16302026-05-06T05:04:22.499Z Compiling bumpalo v3.20.2
16312026-05-06T05:04:22.592Z Compiling winnow v0.5.40
16322026-05-06T05:04:22.651Z Compiling managed v0.8.0
16332026-05-06T05:04:22.762Z Compiling unicode-segmentation v1.12.0
16342026-05-06T05:04:22.872Z Compiling object v0.37.3
16352026-05-06T05:04:23.145Z Compiling bitflags v1.3.2
16362026-05-06T05:04:23.162Z Compiling libbz2-rs-sys v0.2.2
16372026-05-06T05:04:23.225Z Compiling foldhash v0.2.0
16382026-05-06T05:04:23.457Z Compiling foldhash v0.1.5
16392026-05-06T05:04:23.603Z Compiling hashbrown v0.15.5
16402026-05-06T05:04:23.634Z Compiling bzip2 v0.6.1
16412026-05-06T05:04:23.840Z Compiling hashbrown v0.16.1
16422026-05-06T05:04:23.911Z Compiling toml_edit v0.19.15
16432026-05-06T05:04:24.075Z Compiling strum v0.27.2
16442026-05-06T05:04:24.090Z Compiling zopfli v0.8.3
16452026-05-06T05:04:24.186Z Compiling dof v0.3.0
16462026-05-06T05:04:24.203Z Compiling clap_builder v4.5.60
16472026-05-06T05:04:24.549Z Compiling elliptic-curve v0.13.8
16482026-05-06T05:04:24.617Z Compiling daft v0.1.5
16492026-05-06T05:04:25.011Z Compiling cargo_metadata v0.19.2
16502026-05-06T05:04:25.014Z Compiling phf v0.13.1
16512026-05-06T05:04:25.166Z Compiling signal-hook-mio v0.2.5
16522026-05-06T05:04:25.284Z Compiling cookie_store v0.22.1
16532026-05-06T05:04:26.202Z Compiling zstd v0.13.3
16542026-05-06T05:04:26.292Z Compiling hubpack v0.1.2
16552026-05-06T05:04:26.338Z Compiling hyper-tls v0.6.0
16562026-05-06T05:04:26.465Z Compiling bzip2 v0.4.4
16572026-05-06T05:04:26.506Z Compiling serde_with_macros v3.17.0
16582026-05-06T05:04:26.530Z Compiling postgres-types v0.2.12
16592026-05-06T05:04:26.669Z Compiling usdt-macro v0.6.0
16602026-05-06T05:04:27.073Z Compiling usdt-attr-macro v0.6.0
16612026-05-06T05:04:27.154Z Compiling dtrace-parser v0.2.0
16622026-05-06T05:04:27.430Z Compiling ed25519 v2.2.3
16632026-05-06T05:04:27.858Z Compiling bstr v1.12.1
16642026-05-06T05:04:27.871Z Compiling phf_shared v0.11.3
16652026-05-06T05:04:27.871Z Compiling pkcs1 v0.7.5
16662026-05-06T05:04:27.878Z Compiling hex v0.4.3
16672026-05-06T05:04:27.940Z Compiling serde-big-array v0.5.1
16682026-05-06T05:04:27.964Z Compiling rfc6979 v0.4.0
16692026-05-06T05:04:28.084Z Compiling strum_macros v0.26.4
16702026-05-06T05:04:28.099Z Compiling enum-as-inner v0.6.1
16712026-05-06T05:04:28.139Z Compiling clap_derive v4.5.55
16722026-05-06T05:04:28.235Z Compiling serde_repr v0.1.20
16732026-05-06T05:04:28.307Z Compiling float-cmp v0.10.0
16742026-05-06T05:04:28.354Z Compiling thread-id v4.2.2
16752026-05-06T05:04:28.442Z Compiling memmap2 v0.9.10
16762026-05-06T05:04:28.456Z Compiling env_filter v1.0.0
16772026-05-06T05:04:28.589Z Compiling encoding_rs v0.8.35
16782026-05-06T05:04:28.651Z Compiling mime v0.3.17
16792026-05-06T05:04:28.749Z Compiling difflib v0.4.0
16802026-05-06T05:04:28.764Z Compiling either v1.15.0
16812026-05-06T05:04:28.908Z Compiling new_debug_unreachable v1.0.6
16822026-05-06T05:04:28.967Z Compiling fixedbitset v0.5.7
16832026-05-06T05:04:28.982Z Compiling jiff v0.2.21
16842026-05-06T05:04:29.271Z Compiling precomputed-hash v0.1.1
16852026-05-06T05:04:29.300Z Compiling static_assertions v1.1.0
16862026-05-06T05:04:29.362Z Compiling data-encoding v2.10.0
16872026-05-06T05:04:29.380Z Compiling normalize-line-endings v0.3.0
16882026-05-06T05:04:29.480Z Compiling whoami v2.1.0
16892026-05-06T05:04:29.828Z Compiling rustc-hash v2.1.1
16902026-05-06T05:04:29.859Z Compiling predicates-core v1.0.10
16912026-05-06T05:04:29.885Z Compiling keccak v0.1.6
16922026-05-06T05:04:29.954Z Compiling fixedbitset v0.4.2
16932026-05-06T05:04:30.037Z Compiling sha3 v0.10.8
16942026-05-06T05:04:30.068Z Compiling predicates v3.1.4
16952026-05-06T05:04:30.103Z Compiling iddqd v0.3.18
16962026-05-06T05:04:30.171Z Compiling petgraph v0.6.5
16972026-05-06T05:04:30.487Z Compiling clap v4.5.60
16982026-05-06T05:04:30.560Z Compiling strum v0.26.3
16992026-05-06T05:04:30.578Z Compiling tokio-postgres v0.7.16
17002026-05-06T05:04:30.695Z Compiling hickory-proto v0.25.2
17012026-05-06T05:04:30.695Z Compiling toml_edit v0.22.27
17022026-05-06T05:04:30.724Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17032026-05-06T05:04:31.256Z Compiling string_cache v0.8.9
17042026-05-06T05:04:31.485Z Compiling petgraph v0.8.3
17052026-05-06T05:04:31.670Z Compiling zip v4.6.1
17062026-05-06T05:04:32.676Z Compiling itertools v0.13.0
17072026-05-06T05:04:32.775Z Compiling env_logger v0.11.9
17082026-05-06T05:04:33.141Z Compiling usdt v0.6.0
17092026-05-06T05:04:33.200Z Compiling usdt-impl v0.5.0
17102026-05-06T05:04:33.409Z Compiling serde_with v3.17.0
17112026-05-06T05:04:33.467Z Compiling similar v2.7.0
17122026-05-06T05:04:33.467Z Compiling rsa v0.9.10
17132026-05-06T05:04:33.575Z Compiling ecdsa v0.16.9
17142026-05-06T05:04:33.798Z Compiling ed25519-dalek v2.2.0
17152026-05-06T05:04:33.928Z Compiling crossterm v0.28.1
17162026-05-06T05:04:34.325Z Compiling zip v0.6.6
17172026-05-06T05:04:34.873Z Compiling toml v0.7.8
17182026-05-06T05:04:35.331Z Compiling toml_parser v1.0.9+spec-1.1.0
17192026-05-06T05:04:35.347Z Compiling heck v0.4.1
17202026-05-06T05:04:35.382Z Compiling crossbeam-epoch v0.9.18
17212026-05-06T05:04:35.398Z Compiling tokio-stream v0.1.18
17222026-05-06T05:04:35.476Z Compiling buf-list v1.1.2
17232026-05-06T05:04:35.570Z Compiling x509-cert v0.2.5
17242026-05-06T05:04:35.707Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17252026-05-06T05:04:35.751Z Compiling openapiv3 v2.2.0
17262026-05-06T05:04:35.881Z Compiling sha1 v0.10.6
17272026-05-06T05:04:35.951Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-05-06T05:04:36.005Z Compiling peg-runtime v0.8.5
17292026-05-06T05:04:36.104Z Compiling lalrpop-util v0.19.12
17302026-05-06T05:04:36.235Z Compiling thread_local v1.1.9
17312026-05-06T05:04:36.287Z Compiling slog-async v2.8.0
17322026-05-06T05:04:36.302Z Compiling crossbeam-channel v0.5.15
17332026-05-06T05:04:36.490Z Compiling futures-executor v0.3.32
17342026-05-06T05:04:36.605Z Compiling filetime v0.2.27
17352026-05-06T05:04:36.754Z Compiling is-terminal v0.4.17
17362026-05-06T05:04:36.757Z Compiling take_mut v0.2.2
17372026-05-06T05:04:36.787Z Compiling xattr v1.6.1
17382026-05-06T05:04:36.787Z Compiling term v1.2.1
17392026-05-06T05:04:36.880Z Compiling futures v0.3.32
17402026-05-06T05:04:36.954Z Compiling tar v0.4.45
17412026-05-06T05:04:37.184Z Compiling slog-term v2.9.2
17422026-05-06T05:04:43.759Z Compiling rustls-webpki v0.103.9
17432026-05-06T05:04:46.543Z Compiling tokio-rustls v0.26.4
17442026-05-06T05:04:46.543Z Compiling rustls-platform-verifier v0.6.2
17452026-05-06T05:04:46.740Z Compiling hyper-rustls v0.27.7
17462026-05-06T05:04:46.940Z Compiling reqwest v0.13.2
17472026-05-06T05:04:46.940Z Compiling reqwest v0.12.28
17482026-05-06T05:04:49.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-05-06T05:04:49.261Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-05-06T05:04:52.077Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17512026-05-06T05:04:52.223Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-05-06T05:04:52.280ZMay 06 05:04:50.736 INFO Starting download, target: Clickhouse
17532026-05-06T05:04:52.280ZMay 06 05:04:50.736 INFO Starting download, target: Cockroach
17542026-05-06T05:04:52.283ZMay 06 05:04:50.736 INFO Starting download, target: Console
17552026-05-06T05:04:52.283ZMay 06 05:04:50.736 INFO Starting download, target: DendriteStub
17562026-05-06T05:04:52.283ZMay 06 05:04:50.736 INFO Starting download, target: MaghemiteMgd
17572026-05-06T05:04:52.283ZMay 06 05:04:50.736 INFO Starting download, target: TransceiverControl
17582026-05-06T05:04:52.283ZMay 06 05:04:50.737 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17592026-05-06T05:04:52.283ZMay 06 05:04:50.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17602026-05-06T05:04:52.283ZMay 06 05:04:50.737 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-05-06T05:04:52.284ZMay 06 05:04:50.737 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17622026-05-06T05:04:52.284ZMay 06 05:04:50.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17632026-05-06T05:04:52.284ZMay 06 05:04:50.737 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17642026-05-06T05:04:52.561ZMay 06 05:04:51.009 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-05-06T05:04:52.793ZMay 06 05:04:51.231 INFO Download complete, target: TransceiverControl
17662026-05-06T05:04:53.348ZMay 06 05:04:51.801 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17672026-05-06T05:04:53.527ZMay 06 05:04:51.977 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17682026-05-06T05:04:53.580ZMay 06 05:04:52.031 INFO Download complete, target: Console
17692026-05-06T05:04:53.891ZMay 06 05:04:52.346 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17702026-05-06T05:04:54.114ZMay 06 05:04:52.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17712026-05-06T05:04:54.114ZMay 06 05:04:52.570 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17722026-05-06T05:04:54.588ZMay 06 05:04:53.043 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17732026-05-06T05:04:55.845ZMay 06 05:04:54.300 INFO Download complete, target: DendriteStub
17742026-05-06T05:04:56.211ZMay 06 05:04:54.663 INFO Download complete, target: MaghemiteMgd
17752026-05-06T05:04:58.777ZMay 06 05:04:57.231 INFO Checking that binary works, target: Cockroach
17762026-05-06T05:04:58.874ZMay 06 05:04:57.328 INFO Download complete, target: Cockroach
17772026-05-06T05:05:01.309ZMay 06 05:04:59.763 INFO Checking that binary works, target: Clickhouse
17782026-05-06T05:05:01.395ZMay 06 05:04:59.849 INFO Download complete, target: Clickhouse
17792026-05-06T05:05:01.408ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-05-06T05:05:01.410Z
17812026-05-06T05:05:01.410Zreal 3:02.485937937
17822026-05-06T05:05:01.411Zuser 7:18.323105225
17832026-05-06T05:05:01.411Zsys 1:24.555188134
17842026-05-06T05:05:01.411Ztrap 0.230814660
17852026-05-06T05:05:01.411Ztflt 0.543691814
17862026-05-06T05:05:01.412Zdflt 0.594255678
17872026-05-06T05:05:01.412Zkflt 0.024063353
17882026-05-06T05:05:01.412Zlock 21:14.180500054
17892026-05-06T05:05:01.412Zslp 21:35.928970536
17902026-05-06T05:05:01.412Zlat 43.044241772
17912026-05-06T05:05:01.412Zstop 2:01.538759990
17922026-05-06T05:05:01.412Z+ banner hack-check
17932026-05-06T05:05:01.412Z
17942026-05-06T05:05:01.412Z # # ## #### # # #### # # ###### #### # #
17952026-05-06T05:05:01.412Z # # # # # # # # # # # # # # # # #
17962026-05-06T05:05:01.412Z ###### # # # #### ##### # ###### ##### # ####
17972026-05-06T05:05:01.412Z # # ###### # # # # # # # # # #
17982026-05-06T05:05:01.412Z # # # # # # # # # # # # # # # # #
17992026-05-06T05:05:01.412Z # # # # #### # # #### # # ###### #### # #
18002026-05-06T05:05:01.412Z
18012026-05-06T05:05:01.412Z+ export CARGO_INCREMENTAL=0
18022026-05-06T05:05:01.412Z+ CARGO_INCREMENTAL=0
18032026-05-06T05:05:01.412Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-05-06T05:05:01.947Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-05-06T05:05:02.167Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-05-06T05:05:04.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
18072026-05-06T05:05:04.102Z Running `target/debug/xtask check-features --ci`
18082026-05-06T05:05:04.133Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-05-06T05:05:04.136Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-05-06T05:05:04.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18112026-05-06T05:05:04.644Z Running `target/debug/xtask download cargo-hack`
18122026-05-06T05:05:05.422Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-05-06T05:05:05.728Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-05-06T05:05:08.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.50s
18152026-05-06T05:05:08.353Z Running `target/debug/xtask-downloader cargo-hack`
18162026-05-06T05:05:08.395ZMay 06 05:05:06.847 INFO Starting download, target: CargoHack
18172026-05-06T05:05:08.398ZMay 06 05:05:06.848 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-05-06T05:05:08.735ZMay 06 05:05:07.187 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-05-06T05:05:08.783ZMay 06 05:05:07.236 INFO Download complete, target: CargoHack
18202026-05-06T05:05:08.786Zrunning: "/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"
18212026-05-06T05:05:08.799Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-05-06T05:05:08.950Zinfo: running `cargo check --bins` on api_identity (1/274)
18232026-05-06T05:05:09.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-05-06T05:05:09.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-05-06T05:05:09.440Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-05-06T05:05:09.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18272026-05-06T05:05:09.526Z
18282026-05-06T05:05:09.526Zinfo: running `cargo check --bins` on bootstore (2/274)
18292026-05-06T05:05:10.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-05-06T05:05:10.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-05-06T05:05:10.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-05-06T05:05:10.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18332026-05-06T05:05:10.109Z
18342026-05-06T05:05:10.109Zinfo: running `cargo check --bins` on omicron-ledger (3/274)
18352026-05-06T05:05:10.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-05-06T05:05:10.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-05-06T05:05:10.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-05-06T05:05:10.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18392026-05-06T05:05:10.698Z
18402026-05-06T05:05:10.699Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/274)
18412026-05-06T05:05:11.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-05-06T05:05:11.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-05-06T05:05:11.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-05-06T05:05:11.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18452026-05-06T05:05:11.258Z
18462026-05-06T05:05:11.258Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/274)
18472026-05-06T05:05:11.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-05-06T05:05:11.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-05-06T05:05:11.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-05-06T05:05:11.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18512026-05-06T05:05:11.846Z
18522026-05-06T05:05:11.846Zinfo: running `cargo check --bins` on omicron-certificates (6/274)
18532026-05-06T05:05:12.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-05-06T05:05:12.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-05-06T05:05:12.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-05-06T05:05:12.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18572026-05-06T05:05:12.436Z
18582026-05-06T05:05:12.436Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/274)
18592026-05-06T05:05:12.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-05-06T05:05:12.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-05-06T05:05:12.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-05-06T05:05:12.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18632026-05-06T05:05:13.029Z
18642026-05-06T05:05:13.029Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/274)
18652026-05-06T05:05:13.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-05-06T05:05:13.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-05-06T05:05:13.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-05-06T05:05:13.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18692026-05-06T05:05:13.620Z
18702026-05-06T05:05:13.620Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/274)
18712026-05-06T05:05:14.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-05-06T05:05:14.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-05-06T05:05:14.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-05-06T05:05:14.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18752026-05-06T05:05:14.088Z
18762026-05-06T05:05:14.088Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/274)
18772026-05-06T05:05:14.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-05-06T05:05:14.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-05-06T05:05:14.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-05-06T05:05:14.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18812026-05-06T05:05:14.556Z
18822026-05-06T05:05:14.556Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/274)
18832026-05-06T05:05:14.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-05-06T05:05:14.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-05-06T05:05:14.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-05-06T05:05:14.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18872026-05-06T05:05:15.019Z
18882026-05-06T05:05:15.019Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/274)
18892026-05-06T05:05:15.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-05-06T05:05:15.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-05-06T05:05:15.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-05-06T05:05:15.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18932026-05-06T05:05:15.485Z
18942026-05-06T05:05:15.486Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/274)
18952026-05-06T05:05:15.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-05-06T05:05:15.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-05-06T05:05:15.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-05-06T05:05:15.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18992026-05-06T05:05:15.954Z
19002026-05-06T05:05:15.954Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/274)
19012026-05-06T05:05:16.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-05-06T05:05:16.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-05-06T05:05:16.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-05-06T05:05:16.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19052026-05-06T05:05:16.429Z
19062026-05-06T05:05:16.429Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/274)
19072026-05-06T05:05:16.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-05-06T05:05:16.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-05-06T05:05:16.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-05-06T05:05:16.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19112026-05-06T05:05:16.896Z
19122026-05-06T05:05:16.896Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/274)
19132026-05-06T05:05:17.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-05-06T05:05:17.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-05-06T05:05:17.304Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-05-06T05:05:17.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19172026-05-06T05:05:17.361Z
19182026-05-06T05:05:17.361Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/274)
19192026-05-06T05:05:17.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-05-06T05:05:17.771Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-05-06T05:05:17.771Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-05-06T05:05:17.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19232026-05-06T05:05:17.830Z
19242026-05-06T05:05:17.830Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/274)
19252026-05-06T05:05:18.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-05-06T05:05:18.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-05-06T05:05:18.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-05-06T05:05:18.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19292026-05-06T05:05:18.302Z
19302026-05-06T05:05:18.302Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/274)
19312026-05-06T05:05:18.710Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-05-06T05:05:18.713Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-05-06T05:05:18.713Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-05-06T05:05:18.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19352026-05-06T05:05:18.775Z
19362026-05-06T05:05:18.775Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/274)
19372026-05-06T05:05:19.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-05-06T05:05:19.187Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-05-06T05:05:19.187Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-05-06T05:05:19.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19412026-05-06T05:05:19.241Z
19422026-05-06T05:05:19.241Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/274)
19432026-05-06T05:05:19.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-05-06T05:05:19.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-05-06T05:05:19.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-05-06T05:05:19.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19472026-05-06T05:05:19.707Z
19482026-05-06T05:05:19.707Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/274)
19492026-05-06T05:05:20.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-05-06T05:05:20.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-05-06T05:05:20.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-05-06T05:05:20.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19532026-05-06T05:05:20.174Z
19542026-05-06T05:05:20.174Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/274)
19552026-05-06T05:05:20.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-05-06T05:05:20.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-05-06T05:05:20.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-05-06T05:05:20.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19592026-05-06T05:05:20.644Z
19602026-05-06T05:05:20.644Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/274)
19612026-05-06T05:05:21.048Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-05-06T05:05:21.051Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-05-06T05:05:21.051Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-05-06T05:05:21.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19652026-05-06T05:05:21.109Z
19662026-05-06T05:05:21.109Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/274)
19672026-05-06T05:05:21.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-05-06T05:05:21.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-05-06T05:05:21.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-05-06T05:05:21.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19712026-05-06T05:05:21.580Z
19722026-05-06T05:05:21.580Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/274)
19732026-05-06T05:05:21.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-05-06T05:05:21.997Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-05-06T05:05:21.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-05-06T05:05:21.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19772026-05-06T05:05:22.047Z
19782026-05-06T05:05:22.047Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/274)
19792026-05-06T05:05:22.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-05-06T05:05:22.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-05-06T05:05:22.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-05-06T05:05:22.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19832026-05-06T05:05:22.515Z
19842026-05-06T05:05:22.515Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/274)
19852026-05-06T05:05:22.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-05-06T05:05:22.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-05-06T05:05:22.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-05-06T05:05:22.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19892026-05-06T05:05:22.982Z
19902026-05-06T05:05:22.982Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/274)
19912026-05-06T05:05:23.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-05-06T05:05:23.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-05-06T05:05:23.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-05-06T05:05:23.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19952026-05-06T05:05:23.448Z
19962026-05-06T05:05:23.448Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/274)
19972026-05-06T05:05:23.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-05-06T05:05:23.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-05-06T05:05:23.855Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-05-06T05:05:23.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20012026-05-06T05:05:23.912Z
20022026-05-06T05:05:23.912Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/274)
20032026-05-06T05:05:24.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-05-06T05:05:24.321Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-05-06T05:05:24.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-05-06T05:05:24.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20072026-05-06T05:05:24.377Z
20082026-05-06T05:05:24.377Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/274)
20092026-05-06T05:05:24.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-05-06T05:05:24.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-05-06T05:05:24.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-05-06T05:05:24.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20132026-05-06T05:05:24.843Z
20142026-05-06T05:05:24.843Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/274)
20152026-05-06T05:05:25.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-05-06T05:05:25.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-05-06T05:05:25.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-05-06T05:05:25.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20192026-05-06T05:05:25.304Z
20202026-05-06T05:05:25.304Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/274)
20212026-05-06T05:05:25.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-05-06T05:05:25.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-05-06T05:05:25.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-05-06T05:05:25.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20252026-05-06T05:05:25.769Z
20262026-05-06T05:05:25.769Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/274)
20272026-05-06T05:05:26.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-05-06T05:05:26.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-05-06T05:05:26.175Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-05-06T05:05:26.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20312026-05-06T05:05:26.232Z
20322026-05-06T05:05:26.232Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/274)
20332026-05-06T05:05:26.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-05-06T05:05:26.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-05-06T05:05:26.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-05-06T05:05:26.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20372026-05-06T05:05:26.695Z
20382026-05-06T05:05:26.695Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/274)
20392026-05-06T05:05:27.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-05-06T05:05:27.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-05-06T05:05:27.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-05-06T05:05:27.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20432026-05-06T05:05:27.169Z
20442026-05-06T05:05:27.169Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/274)
20452026-05-06T05:05:27.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-05-06T05:05:27.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-05-06T05:05:27.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-05-06T05:05:27.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20492026-05-06T05:05:27.632Z
20502026-05-06T05:05:27.632Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/274)
20512026-05-06T05:05:28.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-05-06T05:05:28.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-05-06T05:05:28.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-05-06T05:05:28.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20552026-05-06T05:05:28.098Z
20562026-05-06T05:05:28.098Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/274)
20572026-05-06T05:05:28.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-05-06T05:05:28.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-05-06T05:05:28.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-05-06T05:05:28.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20612026-05-06T05:05:28.566Z
20622026-05-06T05:05:28.566Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/274)
20632026-05-06T05:05:28.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-05-06T05:05:28.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-05-06T05:05:28.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-05-06T05:05:28.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20672026-05-06T05:05:29.036Z
20682026-05-06T05:05:29.036Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/274)
20692026-05-06T05:05:29.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-05-06T05:05:29.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-05-06T05:05:29.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-05-06T05:05:29.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20732026-05-06T05:05:29.508Z
20742026-05-06T05:05:29.508Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/274)
20752026-05-06T05:05:29.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-05-06T05:05:29.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-05-06T05:05:29.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-05-06T05:05:29.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20792026-05-06T05:05:29.978Z
20802026-05-06T05:05:29.978Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/274)
20812026-05-06T05:05:30.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-05-06T05:05:30.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-05-06T05:05:30.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-05-06T05:05:30.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20852026-05-06T05:05:30.445Z
20862026-05-06T05:05:30.445Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/274)
20872026-05-06T05:05:30.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-05-06T05:05:30.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-05-06T05:05:30.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-05-06T05:05:30.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20912026-05-06T05:05:30.911Z
20922026-05-06T05:05:30.911Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/274)
20932026-05-06T05:05:31.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-05-06T05:05:31.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-05-06T05:05:31.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-05-06T05:05:31.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20972026-05-06T05:05:31.383Z
20982026-05-06T05:05:31.383Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/274)
20992026-05-06T05:05:31.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-05-06T05:05:31.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-05-06T05:05:31.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-05-06T05:05:31.800Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21032026-05-06T05:05:31.870Z
21042026-05-06T05:05:31.870Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/274)
21052026-05-06T05:05:32.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-05-06T05:05:32.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-05-06T05:05:32.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-05-06T05:05:32.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21092026-05-06T05:05:32.326Z
21102026-05-06T05:05:32.326Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/274)
21112026-05-06T05:05:32.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-05-06T05:05:32.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-05-06T05:05:32.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-05-06T05:05:32.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21152026-05-06T05:05:32.964Z
21162026-05-06T05:05:32.964Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/274)
21172026-05-06T05:05:33.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-05-06T05:05:33.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-05-06T05:05:33.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-05-06T05:05:33.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21212026-05-06T05:05:33.602Z
21222026-05-06T05:05:33.602Zinfo: running `cargo check --bins` on nexus-config (51/274)
21232026-05-06T05:05:34.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-05-06T05:05:34.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-05-06T05:05:34.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-05-06T05:05:34.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21272026-05-06T05:05:34.239Z
21282026-05-06T05:05:34.239Zinfo: running `cargo check --bins` on nexus-types (52/274)
21292026-05-06T05:05:34.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-05-06T05:05:34.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-05-06T05:05:34.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-05-06T05:05:34.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21332026-05-06T05:05:34.880Z
21342026-05-06T05:05:34.880Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/274)
21352026-05-06T05:05:35.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-05-06T05:05:35.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-05-06T05:05:35.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-05-06T05:05:35.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21392026-05-06T05:05:35.475Z
21402026-05-06T05:05:35.475Zinfo: running `cargo check --bins` on omicron-passwords (54/274)
21412026-05-06T05:05:35.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-05-06T05:05:35.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-05-06T05:05:35.971Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-05-06T05:05:35.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21452026-05-06T05:05:36.051Z
21462026-05-06T05:05:36.052Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/274)
21472026-05-06T05:05:36.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-05-06T05:05:36.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-05-06T05:05:36.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-05-06T05:05:36.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21512026-05-06T05:05:36.649Z
21522026-05-06T05:05:36.649Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/274)
21532026-05-06T05:05:37.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-05-06T05:05:37.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-05-06T05:05:37.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-05-06T05:05:37.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21572026-05-06T05:05:37.247Z
21582026-05-06T05:05:37.247Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/274)
21592026-05-06T05:05:37.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-05-06T05:05:37.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-05-06T05:05:37.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-05-06T05:05:37.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632026-05-06T05:05:37.850Z
21642026-05-06T05:05:37.850Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/274)
21652026-05-06T05:05:38.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-05-06T05:05:38.361Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-05-06T05:05:38.361Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-05-06T05:05:38.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21692026-05-06T05:05:38.454Z
21702026-05-06T05:05:38.454Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/274)
21712026-05-06T05:05:38.950Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-05-06T05:05:38.953Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-05-06T05:05:38.953Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-05-06T05:05:38.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21752026-05-06T05:05:39.035Z
21762026-05-06T05:05:39.035Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/274)
21772026-05-06T05:05:39.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-05-06T05:05:39.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-05-06T05:05:39.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-05-06T05:05:39.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21812026-05-06T05:05:39.620Z
21822026-05-06T05:05:39.620Zinfo: running `cargo check --bins --no-default-features` on gfss (61/274)
21832026-05-06T05:05:40.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-05-06T05:05:40.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-05-06T05:05:40.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-05-06T05:05:40.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21872026-05-06T05:05:40.196Z
21882026-05-06T05:05:40.196Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/274)
21892026-05-06T05:05:40.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-05-06T05:05:40.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-05-06T05:05:40.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-05-06T05:05:40.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21932026-05-06T05:05:40.781Z
21942026-05-06T05:05:40.781Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/274)
21952026-05-06T05:05:41.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-05-06T05:05:41.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-05-06T05:05:41.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-05-06T05:05:41.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21992026-05-06T05:05:41.372Z
22002026-05-06T05:05:41.372Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/274)
22012026-05-06T05:05:41.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-05-06T05:05:41.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-05-06T05:05:41.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-05-06T05:05:41.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22052026-05-06T05:05:41.967Z
22062026-05-06T05:05:41.967Zinfo: running `cargo check --bins` on cockroach-admin-types (65/274)
22072026-05-06T05:05:42.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-05-06T05:05:42.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-05-06T05:05:42.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-05-06T05:05:42.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22112026-05-06T05:05:42.545Z
22122026-05-06T05:05:42.545Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/274)
22132026-05-06T05:05:43.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-05-06T05:05:43.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-05-06T05:05:43.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-05-06T05:05:43.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22172026-05-06T05:05:43.127Z
22182026-05-06T05:05:43.127Zinfo: running `cargo check --bins` on ereport-types (67/274)
22192026-05-06T05:05:43.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-05-06T05:05:43.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-05-06T05:05:43.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-05-06T05:05:43.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22232026-05-06T05:05:43.722Z
22242026-05-06T05:05:43.722Zinfo: running `cargo check --bins` on gateway-client (68/274)
22252026-05-06T05:05:44.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-05-06T05:05:44.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-05-06T05:05:44.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-05-06T05:05:44.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22292026-05-06T05:05:44.319Z
22302026-05-06T05:05:44.319Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/274)
22312026-05-06T05:05:44.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-05-06T05:05:44.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-05-06T05:05:44.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-05-06T05:05:44.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22352026-05-06T05:05:44.911Z
22362026-05-06T05:05:44.911Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/274)
22372026-05-06T05:05:45.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-05-06T05:05:45.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-05-06T05:05:45.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-05-06T05:05:45.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22412026-05-06T05:05:45.502Z
22422026-05-06T05:05:45.503Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/274)
22432026-05-06T05:05:45.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-05-06T05:05:46.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-05-06T05:05:46.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-05-06T05:05:46.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22472026-05-06T05:05:46.092Z
22482026-05-06T05:05:46.092Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/274)
22492026-05-06T05:05:46.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-05-06T05:05:46.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-05-06T05:05:46.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-05-06T05:05:46.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22532026-05-06T05:05:46.681Z
22542026-05-06T05:05:46.681Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/274)
22552026-05-06T05:05:47.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-05-06T05:05:47.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-05-06T05:05:47.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-05-06T05:05:47.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22592026-05-06T05:05:47.293Z
22602026-05-06T05:05:47.293Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/274)
22612026-05-06T05:05:47.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-05-06T05:05:47.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-05-06T05:05:47.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-05-06T05:05:47.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22652026-05-06T05:05:47.899Z
22662026-05-06T05:05:47.899Zinfo: running `cargo check --bins` on key-manager-types (75/274)
22672026-05-06T05:05:48.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-05-06T05:05:48.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-05-06T05:05:48.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-05-06T05:05:48.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22712026-05-06T05:05:48.479Z
22722026-05-06T05:05:48.479Zinfo: running `cargo check --bins` on oxlog (76/274)
22732026-05-06T05:05:48.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-05-06T05:05:48.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-05-06T05:05:49.083Z Checking cfg-if v1.0.4
22762026-05-06T05:05:49.086Z Checking libc v0.2.185
22772026-05-06T05:05:49.086Z Checking serde_core v1.0.228
22782026-05-06T05:05:49.200Z Checking zeroize v1.8.2
22792026-05-06T05:05:49.207Z Checking memchr v2.8.0
22802026-05-06T05:05:49.216Z Checking log v0.4.29
22812026-05-06T05:05:49.219Z Checking smallvec v1.15.1
22822026-05-06T05:05:49.236Z Checking typenum v1.19.0
22832026-05-06T05:05:49.236Z Checking subtle v2.6.1
22842026-05-06T05:05:49.339Z Checking itoa v1.0.17
22852026-05-06T05:05:49.379Z Checking scopeguard v1.2.0
22862026-05-06T05:05:49.392Z Checking const-oid v0.9.6
22872026-05-06T05:05:49.395Z Checking stable_deref_trait v1.2.1
22882026-05-06T05:05:49.463Z Checking portable-atomic v1.13.1
22892026-05-06T05:05:49.475Z Checking lock_api v0.4.14
22902026-05-06T05:05:49.485Z Checking zerofrom v0.1.6
22912026-05-06T05:05:49.588Z Checking critical-section v1.2.0
22922026-05-06T05:05:49.591Z Checking yoke v0.8.1
22932026-05-06T05:05:49.591Z Checking getrandom v0.2.17
22942026-05-06T05:05:49.671Z Checking errno v0.3.14
22952026-05-06T05:05:49.711Z Checking parking_lot_core v0.9.12
22962026-05-06T05:05:49.749Z Checking generic-array v0.14.7
22972026-05-06T05:05:49.765Z Checking zerovec v0.11.5
22982026-05-06T05:05:49.768Z Checking rand_core v0.6.4
22992026-05-06T05:05:49.787Z Checking signal-hook-registry v1.4.8
23002026-05-06T05:05:49.856Z Checking once_cell v1.21.3
23012026-05-06T05:05:49.894Z Checking zerocopy v0.8.40
23022026-05-06T05:05:49.941Z Checking pin-project-lite v0.2.17
23032026-05-06T05:05:49.944Z Checking parking_lot v0.12.5
23042026-05-06T05:05:50.023Z Checking mio v1.2.0
23052026-05-06T05:05:50.039Z Checking socket2 v0.6.3
23062026-05-06T05:05:50.073Z Checking libm v0.2.16
23072026-05-06T05:05:50.133Z Checking zmij v1.0.21
23082026-05-06T05:05:50.178Z Checking crypto-common v0.1.7
23092026-05-06T05:05:50.191Z Checking block-buffer v0.10.4
23102026-05-06T05:05:50.271Z Checking tinystr v0.8.2
23112026-05-06T05:05:50.297Z Checking litemap v0.8.1
23122026-05-06T05:05:50.300Z Checking percent-encoding v2.3.2
23132026-05-06T05:05:50.322Z Checking digest v0.10.7
23142026-05-06T05:05:50.336Z Checking futures-core v0.3.32
23152026-05-06T05:05:50.439Z Checking writeable v0.6.2
23162026-05-06T05:05:50.452Z Checking equivalent v1.0.2
23172026-05-06T05:05:50.463Z Checking potential_utf v0.1.4
23182026-05-06T05:05:50.466Z Checking zerotrie v0.2.3
23192026-05-06T05:05:50.508Z Checking cpufeatures v0.2.17
23202026-05-06T05:05:50.527Z Checking hmac v0.12.1
23212026-05-06T05:05:50.576Z Checking block-padding v0.3.3
23222026-05-06T05:05:50.589Z Checking icu_locale_core v2.1.1
23232026-05-06T05:05:50.589Z Checking icu_collections v2.1.1
23242026-05-06T05:05:50.648Z Checking serde v1.0.228
23252026-05-06T05:05:50.661Z Checking bitflags v2.11.0
23262026-05-06T05:05:50.704Z Checking serde_json v1.0.149
23272026-05-06T05:05:50.717Z Checking icu_properties_data v2.1.2
23282026-05-06T05:05:50.766Z Checking num-traits v0.2.19
23292026-05-06T05:05:50.819Z Checking icu_normalizer_data v2.1.1
23302026-05-06T05:05:50.841Z Checking rand_core v0.10.0
23312026-05-06T05:05:50.889Z Checking hashbrown v0.17.0
23322026-05-06T05:05:50.902Z Checking futures-sink v0.3.32
23332026-05-06T05:05:50.976Z Checking getrandom v0.4.1
23342026-05-06T05:05:50.996Z Checking futures-channel v0.3.32
23352026-05-06T05:05:51.050Z Checking bytes v1.11.1
23362026-05-06T05:05:51.118Z Checking inout v0.1.4
23372026-05-06T05:05:51.145Z Checking icu_provider v2.1.1
23382026-05-06T05:05:51.184Z Checking slab v0.4.12
23392026-05-06T05:05:51.251Z Checking futures-io v0.3.32
23402026-05-06T05:05:51.283Z Checking futures-task v0.3.32
23412026-05-06T05:05:51.338Z Checking cipher v0.4.4
23422026-05-06T05:05:51.350Z Checking indexmap v2.14.0
23432026-05-06T05:05:51.355Z Checking sha2 v0.10.9
23442026-05-06T05:05:51.373Z Checking getrandom v0.3.4
23452026-05-06T05:05:51.376Z Checking icu_normalizer v2.1.1
23462026-05-06T05:05:51.414Z Checking icu_properties v2.1.2
23472026-05-06T05:05:51.484Z Checking tokio v1.52.1
23482026-05-06T05:05:51.509Z Checking futures-util v0.3.32
23492026-05-06T05:05:51.539Z Checking base64ct v1.8.3
23502026-05-06T05:05:51.627Z Checking utf8_iter v1.0.4
23512026-05-06T05:05:51.682Z Checking byteorder v1.5.0
23522026-05-06T05:05:51.748Z Checking form_urlencoded v1.2.2
23532026-05-06T05:05:51.780Z Checking pem-rfc7468 v0.7.0
23542026-05-06T05:05:51.875Z Checking flagset v0.4.7
23552026-05-06T05:05:51.889Z Checking fnv v1.0.7
23562026-05-06T05:05:51.911Z Checking rand_core v0.9.5
23572026-05-06T05:05:51.942Z Checking salsa20 v0.10.2
23582026-05-06T05:05:51.972Z Checking http v1.4.0
23592026-05-06T05:05:51.995Z Checking der v0.7.10
23602026-05-06T05:05:52.072Z Checking uuid v1.23.0
23612026-05-06T05:05:52.084Z Checking pbkdf2 v0.12.2
23622026-05-06T05:05:52.199Z Checking scrypt v0.11.0
23632026-05-06T05:05:52.249Z Checking idna_adapter v1.2.1
23642026-05-06T05:05:52.336Z Checking aes v0.8.4
23652026-05-06T05:05:52.365Z Checking idna v1.1.0
23662026-05-06T05:05:52.378Z Checking cbc v0.1.2
23672026-05-06T05:05:52.502Z Checking rustix v1.1.3
23682026-05-06T05:05:52.536Z Checking tracing-core v0.1.36
23692026-05-06T05:05:52.601Z Checking url v2.5.8
23702026-05-06T05:05:52.669Z Checking ppv-lite86 v0.2.21
23712026-05-06T05:05:52.723Z Checking rustls-pki-types v1.14.0
23722026-05-06T05:05:52.736Z Checking spki v0.7.3
23732026-05-06T05:05:52.840Z Checking iana-time-zone v0.1.65
23742026-05-06T05:05:52.892Z Checking regex-syntax v0.8.10
23752026-05-06T05:05:52.945Z Checking chrono v0.4.44
23762026-05-06T05:05:52.958Z Checking rand_chacha v0.9.0
23772026-05-06T05:05:53.006Z Checking pkcs5 v0.7.1
23782026-05-06T05:05:53.031Z Checking tracing v0.1.44
23792026-05-06T05:05:53.151Z Checking rand v0.9.2
23802026-05-06T05:05:53.234Z Checking http-body v1.0.1
23812026-05-06T05:05:53.261Z Checking aws-lc-sys v0.37.1
23822026-05-06T05:05:53.326Z Checking untrusted v0.9.0
23832026-05-06T05:05:53.358Z Checking untrusted v0.7.1
23842026-05-06T05:05:53.442Z Checking base64 v0.22.1
23852026-05-06T05:05:53.446Z Checking openssl-probe v0.2.1
23862026-05-06T05:05:53.469Z Checking ring v0.17.14
23872026-05-06T05:05:53.539Z Checking pkcs8 v0.10.2
23882026-05-06T05:05:53.617Z Checking atomic-waker v1.1.2
23892026-05-06T05:05:53.656Z Checking plain v0.2.3
23902026-05-06T05:05:53.713Z Checking tower-service v0.3.3
23912026-05-06T05:05:53.727Z Checking tower-layer v0.3.3
23922026-05-06T05:05:53.753Z Checking aws-lc-rs v1.16.0
23932026-05-06T05:05:53.767Z Checking try-lock v0.2.5
23942026-05-06T05:05:53.793Z Checking tinyvec_macros v0.1.1
23952026-05-06T05:05:53.810Z Checking ipnet v2.11.0
23962026-05-06T05:05:53.856Z Checking tinyvec v1.10.0
23972026-05-06T05:05:53.859Z Checking want v0.3.1
23982026-05-06T05:05:53.879Z Checking semver v1.0.28
23992026-05-06T05:05:53.977Z Checking httparse v1.10.1
24002026-05-06T05:05:54.059Z Checking spin v0.9.8
24012026-05-06T05:05:54.080Z Checking unicode-ident v1.0.24
24022026-05-06T05:05:54.170Z Checking pin-utils v0.1.0
24032026-05-06T05:05:54.182Z Checking httpdate v1.0.3
24042026-05-06T05:05:54.195Z Checking fastrand v2.3.0
24052026-05-06T05:05:54.208Z Checking dyn-clone v1.0.20
24062026-05-06T05:05:54.234Z Checking foreign-types-shared v0.1.1
24072026-05-06T05:05:54.246Z Checking ucd-trie v0.1.7
24082026-05-06T05:05:54.302Z Checking schemars v0.8.22
24092026-05-06T05:05:54.314Z Checking foreign-types v0.3.2
24102026-05-06T05:05:54.326Z Checking proc-macro2 v1.0.106
24112026-05-06T05:05:54.367Z Checking tempfile v3.25.0
24122026-05-06T05:05:54.370Z Checking pest v2.8.6
24132026-05-06T05:05:54.393Z Checking openssl-sys v0.9.114
24142026-05-06T05:05:54.451Z Checking thiserror v2.0.18
24152026-05-06T05:05:54.551Z Checking wait-timeout v0.2.1
24162026-05-06T05:05:54.551Z Checking aho-corasick v1.1.4
24172026-05-06T05:05:54.577Z Checking rustls-webpki v0.103.9
24182026-05-06T05:05:54.635Z Checking utf8parse v0.2.2
24192026-05-06T05:05:54.674Z Checking bit-vec v0.8.0
24202026-05-06T05:05:54.688Z Checking tokio-util v0.7.18
24212026-05-06T05:05:54.734Z Checking siphasher v1.0.2
24222026-05-06T05:05:54.858Z Checking pretty-hex v0.4.1
24232026-05-06T05:05:54.871Z Checking simd-adler32 v0.3.8
24242026-05-06T05:05:54.890Z Checking quick-error v1.2.3
24252026-05-06T05:05:54.954Z Checking powerfmt v0.2.0
24262026-05-06T05:05:54.971Z Checking anstyle v1.0.13
24272026-05-06T05:05:54.989Z Checking rusty-fork v0.3.1
24282026-05-06T05:05:55.001Z Checking rustls v0.23.37
24292026-05-06T05:05:55.032Z Checking bit-set v0.8.0
24302026-05-06T05:05:55.104Z Checking deranged v0.5.8
24312026-05-06T05:05:55.143Z Checking openssl v0.10.78
24322026-05-06T05:05:55.156Z Checking anstyle-parse v0.2.7
24332026-05-06T05:05:55.174Z Checking quote v1.0.45
24342026-05-06T05:05:55.235Z Checking regex-automata v0.4.14
24352026-05-06T05:05:55.287Z Checking h2 v0.4.13
24362026-05-06T05:05:55.303Z Compiling newtype-uuid v1.3.2
24372026-05-06T05:05:55.340Z Checking unicode-normalization v0.1.25
24382026-05-06T05:05:55.418Z Checking rustls-native-certs v0.8.3
24392026-05-06T05:05:55.474Z Checking crossbeam-utils v0.8.21
24402026-05-06T05:05:55.541Z Checking rand_xorshift v0.4.0
24412026-05-06T05:05:55.659Z Checking crc32fast v1.5.0
24422026-05-06T05:05:55.736Z Checking scroll v0.13.0
24432026-05-06T05:05:55.798Z Checking signature v2.2.0
24442026-05-06T05:05:55.810Z Checking sync_wrapper v1.0.2
24452026-05-06T05:05:55.908Z Checking colorchoice v1.0.4
24462026-05-06T05:05:55.923Z Checking unarray v0.1.4
24472026-05-06T05:05:55.959Z Checking adler2 v2.0.1
24482026-05-06T05:05:56.003Z Checking unicode-properties v0.1.4
24492026-05-06T05:05:56.022Z Checking num_threads v0.1.7
24502026-05-06T05:05:56.022Z Checking unicode-bidi v0.3.18
24512026-05-06T05:05:56.063Z Checking is_terminal_polyfill v1.70.2
24522026-05-06T05:05:56.105Z Checking anstyle-query v1.1.5
24532026-05-06T05:05:56.149Z Checking num-conv v0.2.0
24542026-05-06T05:05:56.185Z Checking allocator-api2 v0.2.21
24552026-05-06T05:05:56.199Z Checking time-core v0.1.8
24562026-05-06T05:05:56.262Z Checking anstream v0.6.21
24572026-05-06T05:05:56.318Z Checking stringprep v0.1.5
24582026-05-06T05:05:56.335Z Checking time v0.3.47
24592026-05-06T05:05:56.455Z Checking miniz_oxide v0.8.9
24602026-05-06T05:05:56.467Z Checking proptest v1.10.0
24612026-05-06T05:05:56.470Z Checking goblin v0.10.5
24622026-05-06T05:05:56.821Z Checking tower v0.5.3
24632026-05-06T05:05:57.053Z Checking crossbeam-epoch v0.9.18
24642026-05-06T05:05:57.152Z Checking native-tls v0.2.18
24652026-05-06T05:05:57.220Z Compiling daft v0.1.5
24662026-05-06T05:05:57.281Z Checking syn v2.0.117
24672026-05-06T05:05:57.331Z Checking ipnetwork v0.21.1
24682026-05-06T05:05:57.357Z Checking tokio-rustls v0.26.4
24692026-05-06T05:05:57.494Z Checking http-body-util v0.1.3
24702026-05-06T05:05:57.494Z Checking webpki-roots v1.0.6
24712026-05-06T05:05:57.542Z Checking rand_chacha v0.3.1
24722026-05-06T05:05:57.584Z Checking thiserror v1.0.69
24732026-05-06T05:05:57.620Z Checking scroll v0.12.0
24742026-05-06T05:05:57.683Z Checking zstd-sys v2.0.16+zstd.1.5.7
24752026-05-06T05:05:57.711Z Checking hash32 v0.2.1
24762026-05-06T05:05:57.744Z Checking num-integer v0.1.46
24772026-05-06T05:05:57.791Z Checking serde_spanned v0.6.9
24782026-05-06T05:05:57.847Z Checking toml_datetime v0.6.11
24792026-05-06T05:05:57.864Z Checking md-5 v0.10.6
24802026-05-06T05:05:57.914Z Checking ff v0.13.1
24812026-05-06T05:05:57.938Z Checking hyper v1.8.1
24822026-05-06T05:05:57.966Z Checking fallible-iterator v0.2.0
24832026-05-06T05:05:57.996Z Checking iri-string v0.7.10
24842026-05-06T05:05:58.020Z Checking base16ct v0.2.0
24852026-05-06T05:05:58.039Z Checking zlib-rs v0.6.2
24862026-05-06T05:05:58.143Z Checking psl-types v2.0.11
24872026-05-06T05:05:58.236Z Checking ryu v1.0.23
24882026-05-06T05:05:58.256Z Checking publicsuffix v2.3.0
24892026-05-06T05:05:58.370Z Checking serde_urlencoded v0.7.1
24902026-05-06T05:05:58.412Z Checking postgres-protocol v0.6.10
24912026-05-06T05:05:58.412Z Checking sec1 v0.7.3
24922026-05-06T05:05:58.566Z Checking group v0.13.0
24932026-05-06T05:05:58.619Z Compiling iddqd v0.3.18
24942026-05-06T05:05:58.749Z Checking num-iter v0.1.45
24952026-05-06T05:05:58.754Z Checking heapless v0.7.17
24962026-05-06T05:05:58.821Z Checking goblin v0.8.2
24972026-05-06T05:05:58.834Z Checking dof v0.4.0
24982026-05-06T05:05:58.837Z Checking hyper-util v0.1.20
24992026-05-06T05:05:58.917Z Checking flate2 v1.1.9
25002026-05-06T05:05:59.000Z Checking tower-http v0.6.8
25012026-05-06T05:05:59.138Z Checking zstd-safe v7.2.4
25022026-05-06T05:05:59.211Z Checking rand v0.8.5
25032026-05-06T05:05:59.272Z Checking oxnet v0.1.4
25042026-05-06T05:05:59.300Z Checking cookie v0.18.1
25052026-05-06T05:05:59.461Z Checking tokio-native-tls v0.3.1
25062026-05-06T05:05:59.507Z Checking dtrace-parser v0.3.0
25072026-05-06T05:05:59.530Z Checking phf_shared v0.13.1
25082026-05-06T05:05:59.543Z Checking lazy_static v1.5.0
25092026-05-06T05:05:59.614Z Checking zerocopy v0.7.35
25102026-05-06T05:05:59.629Z Checking terminal_size v0.4.3
25112026-05-06T05:05:59.722Z Checking bzip2-sys v0.1.13+1.0.8
25122026-05-06T05:05:59.725Z Checking signal-hook v0.3.18
25132026-05-06T05:05:59.750Z Checking hkdf v0.12.4
25142026-05-06T05:05:59.754Z Checking crypto-bigint v0.5.5
25152026-05-06T05:05:59.762Z Checking thread-id v5.1.0
25162026-05-06T05:05:59.806Z Checking either v1.15.0
25172026-05-06T05:05:59.849Z Checking bitflags v1.3.2
25182026-05-06T05:05:59.879Z Compiling rayon-core v1.13.0
25192026-05-06T05:05:59.915Z Checking foldhash v0.1.5
25202026-05-06T05:05:59.928Z Checking libbz2-rs-sys v0.2.2
25212026-05-06T05:05:59.990Z Checking bumpalo v3.20.2
25222026-05-06T05:06:00.048Z Checking strsim v0.11.1
25232026-05-06T05:06:00.060Z Checking managed v0.8.0
25242026-05-06T05:06:00.089Z Checking hyper-rustls v0.27.7
25252026-05-06T05:06:00.102Z Checking winnow v0.5.40
25262026-05-06T05:06:00.183Z Checking winnow v0.7.14
25272026-05-06T05:06:00.205Z Checking clap_lex v1.0.0
25282026-05-06T05:06:00.237Z Checking foldhash v0.2.0
25292026-05-06T05:06:00.298Z Checking smoltcp v0.9.1
25302026-05-06T05:06:00.316Z Checking bzip2 v0.6.1
25312026-05-06T05:06:00.353Z Checking clap_builder v4.5.60
25322026-05-06T05:06:00.388Z Checking hashbrown v0.16.1
25332026-05-06T05:06:00.474Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25342026-05-06T05:06:00.659Z Checking zopfli v0.8.3
25352026-05-06T05:06:00.684Z Checking elliptic-curve v0.13.8
25362026-05-06T05:06:00.717Z Checking dof v0.3.0
25372026-05-06T05:06:00.873Z Checking hyper-tls v0.6.0
25382026-05-06T05:06:00.902Z Checking hashbrown v0.15.5
25392026-05-06T05:06:00.981Z Checking signal-hook-mio v0.2.5
25402026-05-06T05:06:00.992Z Checking usdt-impl v0.6.0
25412026-05-06T05:06:01.004Z Checking bzip2 v0.4.4
25422026-05-06T05:06:01.040Z Checking num-bigint-dig v0.8.6
25432026-05-06T05:06:01.075Z Checking phf v0.13.1
25442026-05-06T05:06:01.160Z Checking cookie_store v0.22.1
25452026-05-06T05:06:01.250Z Checking toml_edit v0.19.15
25462026-05-06T05:06:01.264Z Checking zstd v0.13.3
25472026-05-06T05:06:01.343Z Checking postgres-types v0.2.12
25482026-05-06T05:06:01.362Z Checking dtrace-parser v0.2.0
25492026-05-06T05:06:01.441Z Checking rustls-platform-verifier v0.6.2
25502026-05-06T05:06:01.464Z Checking crossbeam-deque v0.8.6
25512026-05-06T05:06:01.484Z Checking regex v1.12.3
25522026-05-06T05:06:01.575Z Checking bstr v1.12.1
25532026-05-06T05:06:01.578Z Checking ed25519 v2.2.3
25542026-05-06T05:06:01.600Z Checking phf_shared v0.11.3
25552026-05-06T05:06:01.634Z Checking ref-cast v1.0.25
25562026-05-06T05:06:01.649Z Checking curve25519-dalek v4.1.3
25572026-05-06T05:06:01.730Z Checking strum v0.27.2
25582026-05-06T05:06:01.756Z Checking hubpack v0.1.2
25592026-05-06T05:06:01.782Z Checking memoffset v0.9.1
25602026-05-06T05:06:01.784Z Checking rustix v0.38.44
25612026-05-06T05:06:01.837Z Checking pkcs1 v0.7.5
25622026-05-06T05:06:01.857Z Checking float-cmp v0.10.0
25632026-05-06T05:06:01.870Z Checking serde-big-array v0.5.1
25642026-05-06T05:06:01.921Z Checking hex v0.4.3
25652026-05-06T05:06:01.984Z Checking erased-serde v0.3.31
25662026-05-06T05:06:01.987Z Checking rfc6979 v0.4.0
25672026-05-06T05:06:02.010Z Checking memmap2 v0.9.10
25682026-05-06T05:06:02.044Z Checking thread-id v4.2.2
25692026-05-06T05:06:02.098Z Checking env_filter v1.0.0
25702026-05-06T05:06:02.123Z Checking encoding_rs v0.8.35
25712026-05-06T05:06:02.144Z Checking keccak v0.1.6
25722026-05-06T05:06:02.166Z Checking normalize-line-endings v0.3.0
25732026-05-06T05:06:02.237Z Checking fixedbitset v0.4.2
25742026-05-06T05:06:02.252Z Checking data-encoding v2.10.0
25752026-05-06T05:06:02.306Z Checking predicates-core v1.0.10
25762026-05-06T05:06:02.319Z Checking whoami v2.1.0
25772026-05-06T05:06:02.378Z Checking jiff v0.2.21
25782026-05-06T05:06:02.391Z Checking mime v0.3.17
25792026-05-06T05:06:02.423Z Checking unicode-segmentation v1.12.0
25802026-05-06T05:06:02.436Z Checking precomputed-hash v0.1.1
25812026-05-06T05:06:02.505Z Checking rustc-hash v2.1.1
25822026-05-06T05:06:02.516Z Checking toml_write v0.1.2
25832026-05-06T05:06:02.519Z Checking static_assertions v1.1.0
25842026-05-06T05:06:02.562Z Checking fixedbitset v0.5.7
25852026-05-06T05:06:02.593Z Checking new_debug_unreachable v1.0.6
25862026-05-06T05:06:02.606Z Checking difflib v0.4.0
25872026-05-06T05:06:02.659Z Checking string_cache v0.8.9
25882026-05-06T05:06:02.678Z Checking toml_edit v0.22.27
25892026-05-06T05:06:02.737Z Checking similar v2.7.0
25902026-05-06T05:06:02.755Z Checking petgraph v0.8.3
25912026-05-06T05:06:02.777Z Checking predicates v3.1.4
25922026-05-06T05:06:02.824Z Checking crossterm v0.28.1
25932026-05-06T05:06:03.080Z Checking reqwest v0.12.28
25942026-05-06T05:06:03.082Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25952026-05-06T05:06:03.111Z Checking hickory-proto v0.25.2
25962026-05-06T05:06:03.456Z Checking tokio-postgres v0.7.16
25972026-05-06T05:06:03.511Z Checking ed25519-dalek v2.2.0
25982026-05-06T05:06:03.745Z Checking petgraph v0.6.5
25992026-05-06T05:06:03.759Z Checking slog v2.8.2
26002026-05-06T05:06:03.912Z Checking toml v0.7.8
26012026-05-06T05:06:04.011Z Checking sha3 v0.10.8
26022026-05-06T05:06:04.213Z Checking env_logger v0.11.9
26032026-05-06T05:06:04.227Z Checking usdt v0.6.0
26042026-05-06T05:06:04.310Z Checking serde_with v3.17.0
26052026-05-06T05:06:04.387Z Checking usdt-impl v0.5.0
26062026-05-06T05:06:04.401Z Checking ecdsa v0.16.9
26072026-05-06T05:06:04.588Z Checking zip v4.6.1
26082026-05-06T05:06:04.661Z Checking rsa v0.9.10
26092026-05-06T05:06:04.734Z Checking nix v0.31.2
26102026-05-06T05:06:04.974Z Checking clap v4.5.60
26112026-05-06T05:06:05.052Z Checking reqwest v0.13.2
26122026-05-06T05:06:05.066Z Checking toml_parser v1.0.9+spec-1.1.0
26132026-05-06T05:06:05.129Z Checking zip v0.6.6
26142026-05-06T05:06:05.171Z Checking itertools v0.13.0
26152026-05-06T05:06:05.321Z Checking strum v0.26.3
26162026-05-06T05:06:05.388Z Checking tokio-stream v0.1.18
26172026-05-06T05:06:05.431Z Checking fs-err v3.3.0
26182026-05-06T05:06:05.455Z Checking ahash v0.8.12
26192026-05-06T05:06:05.649Z Checking object v0.37.3
26202026-05-06T05:06:05.704Z Checking buf-list v1.1.2
26212026-05-06T05:06:05.707Z Checking anyhow v1.0.102
26222026-05-06T05:06:05.729Z Checking camino v1.2.2
26232026-05-06T05:06:05.769Z Checking x509-cert v0.2.5
26242026-05-06T05:06:05.858Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26252026-05-06T05:06:05.881Z Checking openapiv3 v2.2.0
26262026-05-06T05:06:05.894Z Checking toml_datetime v0.7.5+spec-1.1.0
26272026-05-06T05:06:05.906Z Checking sha1 v0.10.6
26282026-05-06T05:06:05.970Z Checking lalrpop-util v0.19.12
26292026-05-06T05:06:06.062Z Checking peg-runtime v0.8.5
26302026-05-06T05:06:06.085Z Checking rayon v1.11.0
26312026-05-06T05:06:06.113Z Checking sigpipe v0.1.3
26322026-05-06T05:06:06.126Z Checking glob v0.3.3
26332026-05-06T05:06:07.827Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26342026-05-06T05:06:08.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.61s
26352026-05-06T05:06:08.270Z
26362026-05-06T05:06:08.270Zinfo: running `cargo check --bins` on internal-dns-types (77/274)
26372026-05-06T05:06:08.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26382026-05-06T05:06:08.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26392026-05-06T05:06:08.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26402026-05-06T05:06:08.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26412026-05-06T05:06:08.870Z
26422026-05-06T05:06:08.870Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/274)
26432026-05-06T05:06:09.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-05-06T05:06:09.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-05-06T05:06:09.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-05-06T05:06:09.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26472026-05-06T05:06:09.471Z
26482026-05-06T05:06:09.471Zinfo: running `cargo check --bins` on nexus-types-versions (79/274)
26492026-05-06T05:06:09.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-05-06T05:06:09.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-05-06T05:06:09.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-05-06T05:06:09.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26532026-05-06T05:06:10.087Z
26542026-05-06T05:06:10.087Zinfo: running `cargo check --bins` on oxql-types (80/274)
26552026-05-06T05:06:10.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-05-06T05:06:10.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-05-06T05:06:10.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-05-06T05:06:10.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26592026-05-06T05:06:10.683Z
26602026-05-06T05:06:10.683Zinfo: running `cargo check --bins` on oximeter-types (81/274)
26612026-05-06T05:06:11.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-05-06T05:06:11.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-05-06T05:06:11.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-05-06T05:06:11.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26652026-05-06T05:06:11.277Z
26662026-05-06T05:06:11.277Zinfo: running `cargo check --bins` on oximeter-types-versions (82/274)
26672026-05-06T05:06:11.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-05-06T05:06:11.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-05-06T05:06:11.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-05-06T05:06:11.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26712026-05-06T05:06:11.882Z
26722026-05-06T05:06:11.882Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/274)
26732026-05-06T05:06:12.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-05-06T05:06:12.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-05-06T05:06:12.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-05-06T05:06:12.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26772026-05-06T05:06:12.458Z
26782026-05-06T05:06:12.458Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/274)
26792026-05-06T05:06:12.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-05-06T05:06:12.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-05-06T05:06:13.140Z Compiling structmeta-derive v0.3.0
26822026-05-06T05:06:13.257Z Compiling rustls v0.22.4
26832026-05-06T05:06:13.267Z Compiling multer v3.1.0
26842026-05-06T05:06:13.276Z Compiling async-stream-impl v0.3.6
26852026-05-06T05:06:13.276Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26862026-05-06T05:06:13.297Z Compiling dropshot v0.17.0
26872026-05-06T05:06:13.313Z Compiling dropshot_endpoint v0.17.0
26882026-05-06T05:06:13.313Z Compiling newtype-uuid-macros v0.1.0
26892026-05-06T05:06:13.448Z Checking newtype-uuid v1.3.2
26902026-05-06T05:06:13.488Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26912026-05-06T05:06:13.549Z Checking rustls-webpki v0.102.8
26922026-05-06T05:06:13.646Z Checking daft v0.1.5
26932026-05-06T05:06:13.663Z Checking futures-executor v0.3.32
26942026-05-06T05:06:13.810Z Checking thread_local v1.1.9
26952026-05-06T05:06:13.844Z Checking compression-core v0.4.31
26962026-05-06T05:06:13.880Z Checking match_cfg v0.1.0
26972026-05-06T05:06:13.894Z Checking iddqd v0.3.18
26982026-05-06T05:06:13.948Z Checking hostname v0.3.1
26992026-05-06T05:06:13.965Z Checking compression-codecs v0.4.37
27002026-05-06T05:06:13.980Z Checking futures v0.3.32
27012026-05-06T05:06:14.043Z Checking crossbeam-channel v0.5.15
27022026-05-06T05:06:14.059Z Checking slog-json v2.6.1
27032026-05-06T05:06:14.075Z Checking toml_datetime v1.0.0+spec-1.1.0
27042026-05-06T05:06:14.129Z Checking serde_spanned v1.0.4
27052026-05-06T05:06:14.209Z Checking is-terminal v0.4.17
27062026-05-06T05:06:14.259Z Checking take_mut v0.2.2
27072026-05-06T05:06:14.272Z Checking debug-ignore v1.0.5
27082026-05-06T05:06:14.296Z Checking toml_writer v1.0.6+spec-1.1.0
27092026-05-06T05:06:14.318Z Compiling structmeta v0.3.0
27102026-05-06T05:06:14.359Z Checking term v1.2.1
27112026-05-06T05:06:14.373Z Checking slog-async v2.8.0
27122026-05-06T05:06:14.373Z Checking slog-bunyan v2.5.0
27132026-05-06T05:06:14.470Z Checking toml v1.0.6+spec-1.1.0
27142026-05-06T05:06:14.494Z Checking async-compression v0.4.41
27152026-05-06T05:06:14.528Z Compiling derive-ex v0.1.8
27162026-05-06T05:06:14.541Z Compiling parse-display-derive v0.10.0
27172026-05-06T05:06:14.579Z Checking slog-term v2.9.2
27182026-05-06T05:06:14.734Z Checking async-stream v0.3.6
27192026-05-06T05:06:14.759Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27202026-05-06T05:06:14.831Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27212026-05-06T05:06:14.847Z Checking progenitor-client v0.14.0
27222026-05-06T05:06:14.858Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27232026-05-06T05:06:14.995Z Checking waitgroup v0.1.2
27242026-05-06T05:06:15.041Z Checking backon v1.6.0
27252026-05-06T05:06:15.055Z Checking rustls-pemfile v2.2.0
27262026-05-06T05:06:15.094Z Checking serde_path_to_error v0.1.20
27272026-05-06T05:06:15.169Z Checking hostname v0.4.2
27282026-05-06T05:06:15.195Z Checking instant v0.1.13
27292026-05-06T05:06:15.279Z Checking backoff v0.4.0
27302026-05-06T05:06:15.364Z Checking progenitor-extras v0.2.0
27312026-05-06T05:06:15.384Z Checking tokio-rustls v0.25.0
27322026-05-06T05:06:15.426Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27332026-05-06T05:06:15.459Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27342026-05-06T05:06:15.633Z Checking progenitor-client v0.10.0
27352026-05-06T05:06:15.660Z Checking itertools v0.14.0
27362026-05-06T05:06:15.817Z Checking regress v0.10.5
27372026-05-06T05:06:15.831Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27382026-05-06T05:06:16.058Z Checking macaddr v1.0.1
27392026-05-06T05:06:16.202Z Compiling test-strategy v0.4.5
27402026-05-06T05:06:16.215Z Checking parse-display v0.10.0
27412026-05-06T05:06:17.436Z Compiling prettyplease v0.2.37
27422026-05-06T05:06:17.709Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27432026-05-06T05:06:17.881Z Checking num-rational v0.4.2
27442026-05-06T05:06:18.071Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27452026-05-06T05:06:18.382Z Checking num-complex v0.4.6
27462026-05-06T05:06:18.959Z Checking num v0.4.3
27472026-05-06T05:06:19.036Z Compiling usdt-macro v0.5.0
27482026-05-06T05:06:19.077Z Compiling usdt-attr-macro v0.5.0
27492026-05-06T05:06:19.098Z Checking memmap v0.7.0
27502026-05-06T05:06:19.122Z Checking float-ord v0.3.2
27512026-05-06T05:06:19.225Z Checking unicode-width v0.2.0
27522026-05-06T05:06:19.238Z Compiling convert_case v0.4.0
27532026-05-06T05:06:19.477Z Checking console v0.15.11
27542026-05-06T05:06:19.606Z Compiling derive_more v0.99.20
27552026-05-06T05:06:19.754Z Checking newline-converter v0.3.0
27562026-05-06T05:06:19.757Z Checking atomicwrites v0.4.4
27572026-05-06T05:06:19.846Z Checking usdt v0.5.0
27582026-05-06T05:06:19.876Z Compiling toml v0.8.23
27592026-05-06T05:06:19.889Z Checking linked-hash-map v0.5.6
27602026-05-06T05:06:20.013Z Compiling minimal-lexical v0.2.1
27612026-05-06T05:06:20.059Z Checking lru-cache v0.1.2
27622026-05-06T05:06:20.179Z Checking expectorate v1.2.0
27632026-05-06T05:06:20.265Z Compiling nom v7.1.3
27642026-05-06T05:06:20.819Z Checking camino-tempfile v1.4.1
27652026-05-06T05:06:20.822Z Checking hickory-proto v0.24.4
27662026-05-06T05:06:20.993Z Checking phf_shared v0.12.1
27672026-05-06T05:06:21.138Z Compiling slog-dtrace v0.3.0
27682026-05-06T05:06:21.265Z Compiling chrono-tz v0.10.4
27692026-05-06T05:06:21.334Z Checking heck v0.5.0
27702026-05-06T05:06:21.447Z Checking resolv-conf v0.7.6
27712026-05-06T05:06:21.529Z Compiling const_format_proc_macros v0.2.34
27722026-05-06T05:06:21.606Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27732026-05-06T05:06:21.635Z Checking phf v0.12.1
27742026-05-06T05:06:21.801Z Checking tokio-dtrace v0.1.1
27752026-05-06T05:06:21.901Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27762026-05-06T05:06:21.998Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27772026-05-06T05:06:22.110Z Compiling derive-where v1.6.0
27782026-05-06T05:06:22.203Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27792026-05-06T05:06:22.401Z Checking highway v1.3.0
27802026-05-06T05:06:22.638Z Checking const_format v0.2.35
27812026-05-06T05:06:22.676Z Checking hickory-resolver v0.24.4
27822026-05-06T05:06:22.876Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27832026-05-06T05:06:23.061Z Checking oxide-tokio-rt v0.1.4
27842026-05-06T05:06:23.392Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27852026-05-06T05:06:23.411Z Checking gethostname v0.5.0
27862026-05-06T05:06:23.443Z Checking qorb v0.4.1
27872026-05-06T05:06:23.458Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27882026-05-06T05:06:23.496Z Checking bcs v0.1.6
27892026-05-06T05:06:23.582Z Compiling async-recursion v1.1.1
27902026-05-06T05:06:23.597Z Checking termtree v0.5.1
27912026-05-06T05:06:23.646Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27922026-05-06T05:06:23.723Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27932026-05-06T05:06:27.220Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27942026-05-06T05:06:29.792Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27952026-05-06T05:06:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.42s
27962026-05-06T05:06:32.073Z
27972026-05-06T05:06:32.073Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/274)
27982026-05-06T05:06:32.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-05-06T05:06:32.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-05-06T05:06:32.763Z Compiling ar_archive_writer v0.5.1
28012026-05-06T05:06:32.872Z Compiling stacker v0.1.23
28022026-05-06T05:06:32.879Z Compiling cfg_aliases v0.1.1
28032026-05-06T05:06:32.886Z Compiling convert_case v0.10.0
28042026-05-06T05:06:32.886Z Checking unicode-width v0.1.14
28052026-05-06T05:06:32.902Z Compiling proc-macro-error v1.0.4
28062026-05-06T05:06:32.912Z Checking fd-lock v4.0.4
28072026-05-06T05:06:32.912Z Checking nibble_vec v0.1.0
28082026-05-06T05:06:32.935Z Compiling nix v0.28.0
28092026-05-06T05:06:33.021Z Checking vte v0.14.1
28102026-05-06T05:06:33.037Z Compiling recursive-proc-macro-impl v0.1.1
28112026-05-06T05:06:33.125Z Checking endian-type v0.1.2
28122026-05-06T05:06:33.138Z Checking bytecount v0.6.9
28132026-05-06T05:06:33.165Z Checking strip-ansi-escapes v0.2.1
28142026-05-06T05:06:33.177Z Compiling derive_more-impl v2.1.1
28152026-05-06T05:06:33.189Z Compiling tabled_derive v0.7.0
28162026-05-06T05:06:33.233Z Checking papergrid v0.11.0
28172026-05-06T05:06:33.245Z Checking radix_trie v0.2.1
28182026-05-06T05:06:33.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28192026-05-06T05:06:33.430Z Compiling peg-macros v0.8.5
28202026-05-06T05:06:33.446Z Checking winnow v0.6.26
28212026-05-06T05:06:33.687Z Compiling psm v0.1.30
28222026-05-06T05:06:33.758Z Compiling sqlparser_derive v0.5.0
28232026-05-06T05:06:33.838Z Checking nu-ansi-term v0.50.3
28242026-05-06T05:06:33.965Z Checking derive_more v2.1.1
28252026-05-06T05:06:34.041Z Checking unicode_categories v0.1.1
28262026-05-06T05:06:34.054Z Checking home v0.5.12
28272026-05-06T05:06:34.146Z Checking tabled v0.15.0
28282026-05-06T05:06:34.160Z Checking reedline v0.40.0
28292026-05-06T05:06:34.195Z Checking crossterm v0.29.0
28302026-05-06T05:06:34.272Z Checking rustyline v14.0.0
28312026-05-06T05:06:34.448Z Checking recursive v0.1.1
28322026-05-06T05:06:34.534Z Checking display-error-chain v0.2.2
28332026-05-06T05:06:34.548Z Checking sqlparser v0.61.0
28342026-05-06T05:06:34.588Z Checking sqlformat v0.3.5
28352026-05-06T05:06:34.785Z Checking peg v0.8.5
28362026-05-06T05:06:45.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
28372026-05-06T05:06:45.875Z
28382026-05-06T05:06:45.875Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/274)
28392026-05-06T05:06:46.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-05-06T05:06:46.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-05-06T05:06:46.555Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28422026-05-06T05:06:50.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
28432026-05-06T05:06:50.211Z
28442026-05-06T05:06:50.211Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/274)
28452026-05-06T05:06:50.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-05-06T05:06:50.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-05-06T05:06:50.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28482026-05-06T05:06:53.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.10s
28492026-05-06T05:06:53.532Z
28502026-05-06T05:06:53.532Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/274)
28512026-05-06T05:06:54.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-05-06T05:06:54.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-05-06T05:06:54.209Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-05-06T05:06:57.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28552026-05-06T05:06:57.612Z
28562026-05-06T05:06:57.612Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/274)
28572026-05-06T05:06:58.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-05-06T05:06:58.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-05-06T05:06:58.296Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-05-06T05:07:01.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28612026-05-06T05:07:01.721Z
28622026-05-06T05:07:01.721Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/274)
28632026-05-06T05:07:02.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-05-06T05:07:02.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-05-06T05:07:02.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-05-06T05:07:04.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
28672026-05-06T05:07:05.151Z
28682026-05-06T05:07:05.151Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/274)
28692026-05-06T05:07:05.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-05-06T05:07:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-05-06T05:07:05.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-05-06T05:07:08.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
28732026-05-06T05:07:08.637Z
28742026-05-06T05:07:08.637Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/274)
28752026-05-06T05:07:09.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-05-06T05:07:09.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-05-06T05:07:09.319Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782026-05-06T05:07:12.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28792026-05-06T05:07:12.909Z
28802026-05-06T05:07:12.909Zinfo: running `cargo check --bins` on oximeter (93/274)
28812026-05-06T05:07:13.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-05-06T05:07:13.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-05-06T05:07:13.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-05-06T05:07:13.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28852026-05-06T05:07:13.513Z
28862026-05-06T05:07:13.513Zinfo: running `cargo check --bins` on oximeter-schema (94/274)
28872026-05-06T05:07:14.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-05-06T05:07:14.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-05-06T05:07:14.152Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28902026-05-06T05:07:14.314Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28912026-05-06T05:07:14.330Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28922026-05-06T05:07:14.659Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28932026-05-06T05:07:17.775Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28942026-05-06T05:07:18.986Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28952026-05-06T05:07:19.147Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28962026-05-06T05:07:19.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s
28972026-05-06T05:07:19.995Z
28982026-05-06T05:07:19.995Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/274)
28992026-05-06T05:07:20.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-05-06T05:07:20.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-05-06T05:07:20.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-05-06T05:07:20.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29032026-05-06T05:07:20.592Z
29042026-05-06T05:07:20.592Zinfo: running `cargo check --bins` on oximeter-test-utils (96/274)
29052026-05-06T05:07:21.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-05-06T05:07:21.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-05-06T05:07:21.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-05-06T05:07:21.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29092026-05-06T05:07:21.236Z
29102026-05-06T05:07:21.236Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/274)
29112026-05-06T05:07:21.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-05-06T05:07:21.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-05-06T05:07:21.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-05-06T05:07:21.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29152026-05-06T05:07:21.851Z
29162026-05-06T05:07:21.851Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/274)
29172026-05-06T05:07:22.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-05-06T05:07:22.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-05-06T05:07:22.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-05-06T05:07:22.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29212026-05-06T05:07:22.463Z
29222026-05-06T05:07:22.463Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/274)
29232026-05-06T05:07:22.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-05-06T05:07:22.981Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-05-06T05:07:22.981Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-05-06T05:07:22.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29272026-05-06T05:07:23.075Z
29282026-05-06T05:07:23.075Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/274)
29292026-05-06T05:07:23.589Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-05-06T05:07:23.592Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-05-06T05:07:23.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-05-06T05:07:23.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29332026-05-06T05:07:23.686Z
29342026-05-06T05:07:23.686Zinfo: running `cargo check --bins` on trust-quorum-types (101/274)
29352026-05-06T05:07:24.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-05-06T05:07:24.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-05-06T05:07:24.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-05-06T05:07:24.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29392026-05-06T05:07:24.278Z
29402026-05-06T05:07:24.278Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/274)
29412026-05-06T05:07:24.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-05-06T05:07:24.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-05-06T05:07:24.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-05-06T05:07:24.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29452026-05-06T05:07:24.892Z
29462026-05-06T05:07:24.892Zinfo: running `cargo check --bins` on update-engine (103/274)
29472026-05-06T05:07:25.386Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-05-06T05:07:25.389Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-05-06T05:07:25.389Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-05-06T05:07:25.392Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29512026-05-06T05:07:25.480Z
29522026-05-06T05:07:25.480Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/274)
29532026-05-06T05:07:26.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-05-06T05:07:26.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-05-06T05:07:26.192Z Compiling crucible-workspace-hack v0.1.0
29562026-05-06T05:07:26.309Z Checking secrecy v0.10.3
29572026-05-06T05:07:26.316Z Compiling heapless v0.8.0
29582026-05-06T05:07:26.323Z Compiling ingot-macros v0.1.1
29592026-05-06T05:07:26.330Z Compiling toml_edit v0.23.10+spec-1.0.0
29602026-05-06T05:07:26.333Z Checking hash32 v0.3.1
29612026-05-06T05:07:26.351Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29622026-05-06T05:07:26.351Z Compiling smoltcp v0.11.0
29632026-05-06T05:07:26.412Z Checking cobs v0.3.0
29642026-05-06T05:07:26.457Z Compiling thiserror-impl-no-std v2.0.2
29652026-05-06T05:07:26.557Z Checking universal-hash v0.5.1
29662026-05-06T05:07:26.557Z Checking half v2.7.1
29672026-05-06T05:07:26.595Z Checking opaque-debug v0.3.1
29682026-05-06T05:07:26.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29692026-05-06T05:07:26.685Z Checking ciborium-io v0.2.2
29702026-05-06T05:07:26.718Z Checking poly1305 v0.8.0
29712026-05-06T05:07:26.773Z Checking postcard v1.1.3
29722026-05-06T05:07:26.824Z Checking ciborium-ll v0.2.2
29732026-05-06T05:07:26.845Z Compiling proc-macro-crate v3.4.0
29742026-05-06T05:07:26.997Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29752026-05-06T05:07:27.000Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29762026-05-06T05:07:27.065Z Checking password-hash v0.5.0
29772026-05-06T05:07:27.288Z Checking chacha20 v0.9.1
29782026-05-06T05:07:27.306Z Compiling proc-macro-crate v1.3.1
29792026-05-06T05:07:27.320Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29802026-05-06T05:07:27.371Z Checking blake2 v0.10.6
29812026-05-06T05:07:27.394Z Compiling num_enum_derive v0.7.5
29822026-05-06T05:07:27.477Z Checking aead v0.5.2
29832026-05-06T05:07:27.550Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29842026-05-06T05:07:27.603Z Compiling foreign-types-macros v0.2.3
29852026-05-06T05:07:27.619Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29862026-05-06T05:07:27.648Z Checking thiserror-no-std v2.0.2
29872026-05-06T05:07:27.714Z Checking foreign-types-shared v0.3.1
29882026-05-06T05:07:27.735Z Checking cpufeatures v0.3.0
29892026-05-06T05:07:27.752Z Checking vsss-rs v3.3.4
29902026-05-06T05:07:27.802Z Compiling num_enum_derive v0.5.11
29912026-05-06T05:07:27.828Z Checking chacha20 v0.10.0
29922026-05-06T05:07:27.862Z Checking chacha20poly1305 v0.10.1
29932026-05-06T05:07:27.987Z Checking argon2 v0.5.3
29942026-05-06T05:07:28.037Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29952026-05-06T05:07:28.192Z Checking foreign-types v0.5.0
29962026-05-06T05:07:28.276Z Checking ciborium v0.2.2
29972026-05-06T05:07:28.404Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29982026-05-06T05:07:28.433Z Checking num_enum v0.7.5
29992026-05-06T05:07:28.447Z Checking tabwriter v1.4.1
30002026-05-06T05:07:28.544Z Checking byte-wrapper v0.1.0
30012026-05-06T05:07:28.585Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30022026-05-06T05:07:28.675Z Checking cstr-argument v0.1.2
30032026-05-06T05:07:28.690Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30042026-05-06T05:07:28.756Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30052026-05-06T05:07:28.796Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30062026-05-06T05:07:28.819Z Checking num_enum v0.5.11
30072026-05-06T05:07:28.851Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30082026-05-06T05:07:28.930Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-05-06T05:07:28.963Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-05-06T05:07:28.976Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30112026-05-06T05:07:29.003Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30122026-05-06T05:07:29.108Z Checking rand v0.10.0
30132026-05-06T05:07:29.122Z Checking ingot-types v0.1.2
30142026-05-06T05:07:29.136Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30152026-05-06T05:07:29.149Z Checking indent_write v2.2.0
30162026-05-06T05:07:29.167Z Checking colored v3.1.1
30172026-05-06T05:07:29.277Z Compiling zone_cfg_derive v0.3.1
30182026-05-06T05:07:29.360Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30192026-05-06T05:07:29.437Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-06T05:07:29.473Z Checking ingot v0.1.1
30212026-05-06T05:07:29.488Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30222026-05-06T05:07:29.528Z Checking itertools v0.12.1
30232026-05-06T05:07:29.543Z Compiling num-derive v0.4.2
30242026-05-06T05:07:29.578Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-05-06T05:07:29.607Z Checking swrite v0.1.0
30262026-05-06T05:07:29.698Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30272026-05-06T05:07:29.779Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30282026-05-06T05:07:29.905Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-05-06T05:07:29.940Z Checking dropshot-api-manager-types v0.7.1
30302026-05-06T05:07:29.960Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30312026-05-06T05:07:29.999Z Checking smf v0.2.3
30322026-05-06T05:07:30.015Z Checking nanorand v0.7.0
30332026-05-06T05:07:30.108Z Checking whoami v1.6.1
30342026-05-06T05:07:30.209Z Checking flume v0.11.1
30352026-05-06T05:07:30.229Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-05-06T05:07:30.452Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30372026-05-06T05:07:30.535Z Checking zone v0.3.1
30382026-05-06T05:07:31.029Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30392026-05-06T05:07:31.985Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30402026-05-06T05:07:32.888Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30412026-05-06T05:07:35.904Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422026-05-06T05:07:37.932Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30432026-05-06T05:07:39.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s
30442026-05-06T05:07:39.202Z
30452026-05-06T05:07:39.202Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/274)
30462026-05-06T05:07:39.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-05-06T05:07:39.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-05-06T05:07:39.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-05-06T05:07:39.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30502026-05-06T05:07:39.802Z
30512026-05-06T05:07:39.802Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/274)
30522026-05-06T05:07:40.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-05-06T05:07:40.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-05-06T05:07:40.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-05-06T05:07:40.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30562026-05-06T05:07:40.407Z
30572026-05-06T05:07:40.407Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/274)
30582026-05-06T05:07:40.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-05-06T05:07:40.921Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-05-06T05:07:40.921Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-05-06T05:07:40.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30622026-05-06T05:07:41.015Z
30632026-05-06T05:07:41.015Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/274)
30642026-05-06T05:07:41.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-05-06T05:07:41.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-05-06T05:07:41.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-05-06T05:07:41.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30682026-05-06T05:07:41.625Z
30692026-05-06T05:07:41.625Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/274)
30702026-05-06T05:07:42.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-05-06T05:07:42.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-05-06T05:07:42.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-05-06T05:07:42.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30742026-05-06T05:07:42.230Z
30752026-05-06T05:07:42.230Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/274)
30762026-05-06T05:07:42.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-05-06T05:07:42.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-05-06T05:07:42.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-05-06T05:07:42.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30802026-05-06T05:07:42.840Z
30812026-05-06T05:07:42.840Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/274)
30822026-05-06T05:07:43.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-05-06T05:07:43.351Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-05-06T05:07:43.351Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-05-06T05:07:43.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30862026-05-06T05:07:43.526Z
30872026-05-06T05:07:43.526Zinfo: running `cargo check --bins` on cockroach-admin-client (112/274)
30882026-05-06T05:07:43.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-05-06T05:07:43.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-05-06T05:07:43.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-05-06T05:07:43.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30922026-05-06T05:07:44.041Z
30932026-05-06T05:07:44.041Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/274)
30942026-05-06T05:07:44.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-05-06T05:07:44.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-05-06T05:07:44.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-05-06T05:07:44.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30982026-05-06T05:07:44.645Z
30992026-05-06T05:07:44.645Zinfo: running `cargo check --bins` on dns-service-client (114/274)
31002026-05-06T05:07:45.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-05-06T05:07:45.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-05-06T05:07:45.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-05-06T05:07:45.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31042026-05-06T05:07:45.257Z
31052026-05-06T05:07:45.257Zinfo: running `cargo check --bins` on installinator-client (115/274)
31062026-05-06T05:07:45.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-05-06T05:07:45.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-05-06T05:07:45.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-05-06T05:07:45.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31102026-05-06T05:07:45.878Z
31112026-05-06T05:07:45.878Zinfo: running `cargo check --bins` on nexus-client (116/274)
31122026-05-06T05:07:46.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-05-06T05:07:46.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-05-06T05:07:46.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-05-06T05:07:46.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31162026-05-06T05:07:46.530Z
31172026-05-06T05:07:46.530Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/274)
31182026-05-06T05:07:47.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-05-06T05:07:47.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-05-06T05:07:47.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-05-06T05:07:47.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
31222026-05-06T05:07:47.173Z
31232026-05-06T05:07:47.173Zinfo: running `cargo check --bins` on ntp-admin-client (118/274)
31242026-05-06T05:07:47.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-05-06T05:07:47.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-05-06T05:07:47.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-05-06T05:07:47.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31282026-05-06T05:07:47.768Z
31292026-05-06T05:07:47.768Zinfo: running `cargo check --bins` on oxide-client (119/274)
31302026-05-06T05:07:48.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-05-06T05:07:48.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-05-06T05:07:48.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-05-06T05:07:48.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31342026-05-06T05:07:48.371Z
31352026-05-06T05:07:48.371Zinfo: running `cargo check --bins` on oximeter-client (120/274)
31362026-05-06T05:07:48.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-05-06T05:07:48.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-05-06T05:07:48.888Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-05-06T05:07:48.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31402026-05-06T05:07:48.983Z
31412026-05-06T05:07:48.983Zinfo: running `cargo check --bins` on repo-depot-client (121/274)
31422026-05-06T05:07:49.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-05-06T05:07:49.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-05-06T05:07:49.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-05-06T05:07:49.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31462026-05-06T05:07:49.581Z
31472026-05-06T05:07:49.581Zinfo: running `cargo check --bins` on sled-agent-client (122/274)
31482026-05-06T05:07:50.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-05-06T05:07:50.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-05-06T05:07:50.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-05-06T05:07:50.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31522026-05-06T05:07:50.201Z
31532026-05-06T05:07:50.201Zinfo: running `cargo check --bins` on wicketd-client (123/274)
31542026-05-06T05:07:50.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-05-06T05:07:50.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-05-06T05:07:50.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-05-06T05:07:50.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31582026-05-06T05:07:50.840Z
31592026-05-06T05:07:50.840Zinfo: running `cargo check --bins` on installinator-common (124/274)
31602026-05-06T05:07:51.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-05-06T05:07:51.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-05-06T05:07:51.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-05-06T05:07:51.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31642026-05-06T05:07:51.472Z
31652026-05-06T05:07:51.472Zinfo: running `cargo check --bins` on installinator-common-versions (125/274)
31662026-05-06T05:07:51.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-05-06T05:07:51.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-05-06T05:07:51.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-05-06T05:07:51.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31702026-05-06T05:07:52.069Z
31712026-05-06T05:07:52.069Zinfo: running `cargo check --bins` on wicket-common (126/274)
31722026-05-06T05:07:52.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-05-06T05:07:52.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-05-06T05:07:52.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-05-06T05:07:52.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31762026-05-06T05:07:52.695Z
31772026-05-06T05:07:52.695Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/274)
31782026-05-06T05:07:53.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-05-06T05:07:53.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-05-06T05:07:53.387Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31812026-05-06T05:07:53.502Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31822026-05-06T05:07:53.510Z Checking csv-core v0.1.13
31832026-05-06T05:07:53.520Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31842026-05-06T05:07:53.527Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31852026-05-06T05:07:53.536Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31862026-05-06T05:07:53.547Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-06T05:07:53.560Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31882026-05-06T05:07:53.668Z Checking csv v1.4.0
31892026-05-06T05:07:53.683Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31902026-05-06T05:07:53.754Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-05-06T05:07:53.762Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31922026-05-06T05:07:53.992Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31932026-05-06T05:07:54.357Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31942026-05-06T05:07:54.359Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31952026-05-06T05:07:54.674Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31962026-05-06T05:08:00.372Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31972026-05-06T05:08:00.898Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31982026-05-06T05:08:03.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.52s
31992026-05-06T05:08:03.424Z
32002026-05-06T05:08:03.424Zinfo: running `cargo check --bins` on cockroach-admin-api (128/274)
32012026-05-06T05:08:03.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32022026-05-06T05:08:03.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32032026-05-06T05:08:03.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32042026-05-06T05:08:03.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32052026-05-06T05:08:04.026Z
32062026-05-06T05:08:04.026Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/274)
32072026-05-06T05:08:04.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32082026-05-06T05:08:04.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32092026-05-06T05:08:04.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32102026-05-06T05:08:04.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32112026-05-06T05:08:04.715Z
32122026-05-06T05:08:04.715Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/274)
32132026-05-06T05:08:05.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32142026-05-06T05:08:05.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32152026-05-06T05:08:05.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32162026-05-06T05:08:05.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32172026-05-06T05:08:05.409Z
32182026-05-06T05:08:05.409Zinfo: running `cargo check --bins` on gateway-test-utils (131/274)
32192026-05-06T05:08:05.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32202026-05-06T05:08:05.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32212026-05-06T05:08:05.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32222026-05-06T05:08:05.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32232026-05-06T05:08:06.076Z
32242026-05-06T05:08:06.076Zinfo: running `cargo check --bins` on omicron-gateway (132/274)
32252026-05-06T05:08:06.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32262026-05-06T05:08:06.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32272026-05-06T05:08:06.837Z Compiling regress v0.11.1
32282026-05-06T05:08:06.975Z Compiling unsafe-libyaml v0.2.11
32292026-05-06T05:08:06.989Z Compiling semver v0.1.20
32302026-05-06T05:08:07.001Z Compiling radium v0.7.0
32312026-05-06T05:08:07.015Z Compiling pin-project-internal v1.1.11
32322026-05-06T05:08:07.020Z Compiling maybe-uninit v2.0.0
32332026-05-06T05:08:07.020Z Checking tap v1.0.1
32342026-05-06T05:08:07.142Z Checking wyz v0.5.1
32352026-05-06T05:08:07.257Z Compiling rustc_version v0.1.7
32362026-05-06T05:08:07.318Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32372026-05-06T05:08:07.339Z Checking progenitor-client v0.13.0
32382026-05-06T05:08:07.442Z Compiling snafu-derive v0.8.9
32392026-05-06T05:08:07.471Z Compiling newtype_derive v0.1.6
32402026-05-06T05:08:07.568Z Compiling serde_yaml v0.9.34+deprecated
32412026-05-06T05:08:07.660Z Compiling zerocopy-derive v0.6.6
32422026-05-06T05:08:07.709Z Checking same-file v1.0.6
32432026-05-06T05:08:07.848Z Checking crc-catalog v2.4.0
32442026-05-06T05:08:07.944Z Compiling packed_struct v0.10.1
32452026-05-06T05:08:08.129Z Checking pin-project v1.1.11
32462026-05-06T05:08:08.193Z Compiling owo-colors v4.3.0
32472026-05-06T05:08:08.227Z Compiling cancel-safe-futures v0.1.5
32482026-05-06T05:08:08.397Z Checking typify-impl v0.6.2
32492026-05-06T05:08:08.431Z Checking funty v2.0.0
32502026-05-06T05:08:08.563Z Checking zerocopy v0.6.6
32512026-05-06T05:08:08.752Z Checking bitvec v1.0.1
32522026-05-06T05:08:08.854Z Checking crc v3.4.0
32532026-05-06T05:08:08.868Z Checking walkdir v2.5.0
32542026-05-06T05:08:10.057Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32552026-05-06T05:08:10.060Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32562026-05-06T05:08:10.060Z Checking globset v0.4.18
32572026-05-06T05:08:10.060Z Checking olpc-cjson v0.1.4
32582026-05-06T05:08:10.060Z Checking snafu v0.8.9
32592026-05-06T05:08:10.060Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32602026-05-06T05:08:10.060Z Checking pem v3.0.6
32612026-05-06T05:08:10.060Z Compiling packed_struct_codegen v0.10.1
32622026-05-06T05:08:10.060Z Checking libsw-core v0.3.2
32632026-05-06T05:08:10.060Z Checking serde_plain v1.0.2
32642026-05-06T05:08:10.060Z Compiling bitfield-macros v0.19.4
32652026-05-06T05:08:10.060Z Compiling indexmap v1.9.3
32662026-05-06T05:08:10.060Z Checking nodrop v0.1.14
32672026-05-06T05:08:10.060Z Checking typed-path v0.9.3
32682026-05-06T05:08:10.060Z Checking array-init v0.0.4
32692026-05-06T05:08:10.060Z Checking libsw v3.5.0
32702026-05-06T05:08:10.060Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-05-06T05:08:10.060Z Checking smallvec v0.6.14
32722026-05-06T05:08:10.160Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-05-06T05:08:10.248Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32742026-05-06T05:08:10.371Z Checking bitfield v0.19.4
32752026-05-06T05:08:10.438Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32762026-05-06T05:08:10.454Z Checking smawk v0.3.2
32772026-05-06T05:08:10.544Z Checking tough v0.20.0
32782026-05-06T05:08:10.563Z Checking linear-map v1.2.0
32792026-05-06T05:08:10.578Z Checking base64 v0.21.7
32802026-05-06T05:08:10.591Z Checking tagptr v0.2.0
32812026-05-06T05:08:10.635Z Checking hashbrown v0.12.3
32822026-05-06T05:08:10.724Z Checking unicode-linebreak v0.1.5
32832026-05-06T05:08:10.727Z Checking moka v0.12.13
32842026-05-06T05:08:10.811Z Checking ron v0.8.1
32852026-05-06T05:08:10.949Z Checking textwrap v0.16.2
32862026-05-06T05:08:10.976Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32872026-05-06T05:08:11.159Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32882026-05-06T05:08:11.329Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32892026-05-06T05:08:11.343Z Checking serde-hex v0.1.0
32902026-05-06T05:08:11.359Z Checking steno v0.4.1
32912026-05-06T05:08:11.378Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-05-06T05:08:11.537Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32932026-05-06T05:08:11.670Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-05-06T05:08:12.158Z Checking hashbrown v0.13.2
32952026-05-06T05:08:12.161Z Checking humantime v2.3.0
32962026-05-06T05:08:12.297Z Checking crc-any v2.5.0
32972026-05-06T05:08:12.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32982026-05-06T05:08:12.390Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32992026-05-06T05:08:12.476Z Checking hickory-resolver v0.25.2
33002026-05-06T05:08:12.565Z Checking half v1.8.3
33012026-05-06T05:08:12.581Z Checking path-slash v0.1.5
33022026-05-06T05:08:12.597Z Checking utf-8 v0.7.6
33032026-05-06T05:08:12.600Z Checking object v0.30.4
33042026-05-06T05:08:12.686Z Checking void v1.0.2
33052026-05-06T05:08:12.735Z Checking tungstenite v0.23.0
33062026-05-06T05:08:12.757Z Checking serde_cbor v0.11.2
33072026-05-06T05:08:12.793Z Checking lzss v0.8.2
33082026-05-06T05:08:12.974Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33092026-05-06T05:08:13.012Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33102026-05-06T05:08:13.027Z Compiling typify-macro v0.6.2
33112026-05-06T05:08:13.129Z Checking nix v0.27.1
33122026-05-06T05:08:13.143Z Checking kstat-rs v0.2.4
33132026-05-06T05:08:13.146Z Checking fxhash v0.2.1
33142026-05-06T05:08:13.187Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33152026-05-06T05:08:13.239Z Checking serde_bytes v0.11.19
33162026-05-06T05:08:13.271Z Checking tokio-tungstenite v0.23.1
33172026-05-06T05:08:13.322Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33182026-05-06T05:08:13.410Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33192026-05-06T05:08:13.525Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33202026-05-06T05:08:13.599Z Checking signal-hook-tokio v0.3.1
33212026-05-06T05:08:14.453Z Compiling typify v0.6.2
33222026-05-06T05:08:14.536Z Compiling progenitor-impl v0.13.0
33232026-05-06T05:08:14.536Z Compiling progenitor-impl v0.14.0
33242026-05-06T05:08:14.637Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-06T05:08:15.551Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33262026-05-06T05:08:15.872Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33272026-05-06T05:08:16.128Z Compiling progenitor-macro v0.13.0
33282026-05-06T05:08:16.166Z Compiling progenitor-macro v0.14.0
33292026-05-06T05:08:18.672Z Checking progenitor v0.13.0
33302026-05-06T05:08:18.795Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33312026-05-06T05:08:18.846Z Checking progenitor v0.14.0
33322026-05-06T05:08:18.961Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33332026-05-06T05:08:21.781Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33342026-05-06T05:08:29.138Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33352026-05-06T05:08:35.379Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33362026-05-06T05:08:36.737Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33372026-05-06T05:08:37.233Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33382026-05-06T05:08:39.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.23s
33392026-05-06T05:08:39.520Z
33402026-05-06T05:08:39.520Zinfo: running `cargo check --bins` on gateway-api (133/274)
33412026-05-06T05:08:40.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-05-06T05:08:40.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-05-06T05:08:40.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-05-06T05:08:40.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33452026-05-06T05:08:40.121Z
33462026-05-06T05:08:40.121Zinfo: running `cargo check --bins` on ipcc (134/274)
33472026-05-06T05:08:40.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-05-06T05:08:40.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-05-06T05:08:40.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-05-06T05:08:40.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33512026-05-06T05:08:40.723Z
33522026-05-06T05:08:40.723Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/274)
33532026-05-06T05:08:41.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-05-06T05:08:41.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-05-06T05:08:41.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-05-06T05:08:41.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33572026-05-06T05:08:41.306Z
33582026-05-06T05:08:41.306Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/274)
33592026-05-06T05:08:41.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-05-06T05:08:41.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-05-06T05:08:41.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-05-06T05:08:41.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33632026-05-06T05:08:41.913Z
33642026-05-06T05:08:41.913Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/274)
33652026-05-06T05:08:42.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-05-06T05:08:42.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-05-06T05:08:42.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-05-06T05:08:42.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33692026-05-06T05:08:42.515Z
33702026-05-06T05:08:42.515Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/274)
33712026-05-06T05:08:43.021Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-05-06T05:08:43.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-05-06T05:08:43.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-05-06T05:08:43.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33752026-05-06T05:08:43.113Z
33762026-05-06T05:08:43.113Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/274)
33772026-05-06T05:08:43.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-05-06T05:08:43.623Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-05-06T05:08:43.623Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-05-06T05:08:43.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33812026-05-06T05:08:43.717Z
33822026-05-06T05:08:43.717Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/274)
33832026-05-06T05:08:44.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-05-06T05:08:44.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-05-06T05:08:44.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-05-06T05:08:44.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33872026-05-06T05:08:44.320Z
33882026-05-06T05:08:44.321Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/274)
33892026-05-06T05:08:44.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-05-06T05:08:44.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-05-06T05:08:44.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-05-06T05:08:44.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33932026-05-06T05:08:44.923Z
33942026-05-06T05:08:44.923Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/274)
33952026-05-06T05:08:45.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-05-06T05:08:45.435Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-05-06T05:08:45.435Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-05-06T05:08:45.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33992026-05-06T05:08:45.528Z
34002026-05-06T05:08:45.528Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/274)
34012026-05-06T05:08:46.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-05-06T05:08:46.039Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-05-06T05:08:46.039Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-05-06T05:08:46.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34052026-05-06T05:08:46.131Z
34062026-05-06T05:08:46.131Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/274)
34072026-05-06T05:08:46.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-05-06T05:08:46.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-05-06T05:08:46.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-05-06T05:08:46.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34112026-05-06T05:08:46.735Z
34122026-05-06T05:08:46.735Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/274)
34132026-05-06T05:08:47.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-05-06T05:08:47.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-05-06T05:08:47.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-05-06T05:08:47.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34172026-05-06T05:08:47.337Z
34182026-05-06T05:08:47.338Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/274)
34192026-05-06T05:08:47.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-05-06T05:08:47.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-05-06T05:08:47.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-05-06T05:08:47.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34232026-05-06T05:08:47.943Z
34242026-05-06T05:08:47.943Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/274)
34252026-05-06T05:08:48.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-05-06T05:08:48.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-05-06T05:08:48.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-05-06T05:08:48.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34292026-05-06T05:08:48.543Z
34302026-05-06T05:08:48.543Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/274)
34312026-05-06T05:08:49.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-05-06T05:08:49.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-05-06T05:08:49.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-05-06T05:08:49.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34352026-05-06T05:08:49.147Z
34362026-05-06T05:08:49.147Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/274)
34372026-05-06T05:08:49.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-05-06T05:08:49.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-05-06T05:08:49.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-05-06T05:08:49.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34412026-05-06T05:08:49.752Z
34422026-05-06T05:08:49.752Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/274)
34432026-05-06T05:08:50.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-05-06T05:08:50.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-05-06T05:08:50.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-05-06T05:08:50.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34472026-05-06T05:08:50.359Z
34482026-05-06T05:08:50.359Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/274)
34492026-05-06T05:08:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-05-06T05:08:50.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-05-06T05:08:50.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-05-06T05:08:50.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34532026-05-06T05:08:50.964Z
34542026-05-06T05:08:50.964Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/274)
34552026-05-06T05:08:51.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-05-06T05:08:51.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-05-06T05:08:51.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-05-06T05:08:51.480Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34592026-05-06T05:08:51.570Z
34602026-05-06T05:08:51.570Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/274)
34612026-05-06T05:08:52.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-05-06T05:08:52.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-05-06T05:08:52.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-05-06T05:08:52.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34652026-05-06T05:08:52.176Z
34662026-05-06T05:08:52.176Zinfo: running `cargo check --bins` on oximeter-producer (154/274)
34672026-05-06T05:08:52.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-05-06T05:08:52.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-05-06T05:08:52.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-05-06T05:08:52.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34712026-05-06T05:08:52.823Z
34722026-05-06T05:08:52.824Zinfo: running `cargo check --bins` on internal-dns-resolver (155/274)
34732026-05-06T05:08:53.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-05-06T05:08:53.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-05-06T05:08:53.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-05-06T05:08:53.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34772026-05-06T05:08:53.431Z
34782026-05-06T05:08:53.431Zinfo: running `cargo check --bins` on dns-server (156/274)
34792026-05-06T05:08:53.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-05-06T05:08:53.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-05-06T05:08:54.087Z Compiling parking_lot_core v0.8.6
34822026-05-06T05:08:54.090Z Compiling git-stub v1.0.0
34832026-05-06T05:08:54.090Z Compiling atomicwrites v0.4.4
34842026-05-06T05:08:54.090Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34852026-05-06T05:08:54.090Z Checking prefix-trie v0.7.0
34862026-05-06T05:08:54.321Z Compiling git-stub-vcs v0.1.0
34872026-05-06T05:08:54.474Z Checking hickory-server v0.25.2
34882026-05-06T05:08:54.592Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34892026-05-06T05:08:54.609Z Checking parking_lot v0.11.2
34902026-05-06T05:08:54.672Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34912026-05-06T05:08:54.675Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34922026-05-06T05:08:54.776Z Checking sled v0.34.7
34932026-05-06T05:08:56.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.21s
34942026-05-06T05:08:56.831Z
34952026-05-06T05:08:56.831Zinfo: running `cargo check --bins` on dns-server-api (157/274)
34962026-05-06T05:08:57.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-05-06T05:08:57.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-05-06T05:08:57.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-05-06T05:08:57.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35002026-05-06T05:08:57.436Z
35012026-05-06T05:08:57.436Zinfo: running `cargo check --bins` on oximeter-producer-api (158/274)
35022026-05-06T05:08:57.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-05-06T05:08:57.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-05-06T05:08:57.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-05-06T05:08:57.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35062026-05-06T05:08:58.033Z
35072026-05-06T05:08:58.033Zinfo: running `cargo check --bins` on sp-sim (159/274)
35082026-05-06T05:08:58.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-05-06T05:08:58.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-05-06T05:08:58.765Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35112026-05-06T05:09:00.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.49s
35122026-05-06T05:09:00.742Z
35132026-05-06T05:09:00.742Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/274)
35142026-05-06T05:09:01.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-05-06T05:09:01.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-05-06T05:09:01.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-05-06T05:09:01.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35182026-05-06T05:09:01.406Z
35192026-05-06T05:09:01.406Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/274)
35202026-05-06T05:09:01.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-05-06T05:09:01.965Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-05-06T05:09:01.965Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-05-06T05:09:01.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35242026-05-06T05:09:02.071Z
35252026-05-06T05:09:02.071Zinfo: running `cargo check --bins` on db-macros (162/274)
35262026-05-06T05:09:02.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-05-06T05:09:02.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-05-06T05:09:02.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-05-06T05:09:02.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-05-06T05:09:02.655Z
35312026-05-06T05:09:02.656Zinfo: running `cargo check --bins` on nexus-macros-common (163/274)
35322026-05-06T05:09:03.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-05-06T05:09:03.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-05-06T05:09:03.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-05-06T05:09:03.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-05-06T05:09:03.241Z
35372026-05-06T05:09:03.241Zinfo: running `cargo check --bins` on nexus-auth (164/274)
35382026-05-06T05:09:03.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-05-06T05:09:03.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-05-06T05:09:03.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-05-06T05:09:03.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35422026-05-06T05:09:03.899Z
35432026-05-06T05:09:03.899Zinfo: running `cargo check --bins` on authz-macros (165/274)
35442026-05-06T05:09:04.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-05-06T05:09:04.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-05-06T05:09:04.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-05-06T05:09:04.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-05-06T05:09:04.483Z
35492026-05-06T05:09:04.483Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/274)
35502026-05-06T05:09:05.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-05-06T05:09:05.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-05-06T05:09:05.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-05-06T05:09:05.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35542026-05-06T05:09:05.128Z
35552026-05-06T05:09:05.128Zinfo: running `cargo check --bins` on nexus-db-model (167/274)
35562026-05-06T05:09:05.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-05-06T05:09:05.676Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-05-06T05:09:05.676Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-05-06T05:09:05.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35602026-05-06T05:09:05.779Z
35612026-05-06T05:09:05.779Zinfo: running `cargo check --bins` on nexus-db-schema (168/274)
35622026-05-06T05:09:06.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-05-06T05:09:06.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-05-06T05:09:06.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-05-06T05:09:06.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-05-06T05:09:06.367Z
35672026-05-06T05:09:06.367Zinfo: running `cargo check --bins` on omicron-rpaths (169/274)
35682026-05-06T05:09:06.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-05-06T05:09:06.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-05-06T05:09:06.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-05-06T05:09:06.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-05-06T05:09:06.957Z
35732026-05-06T05:09:06.957Zinfo: running `cargo check --bins` on nexus-defaults (170/274)
35742026-05-06T05:09:07.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-05-06T05:09:07.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-05-06T05:09:07.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-05-06T05:09:07.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35782026-05-06T05:09:07.559Z
35792026-05-06T05:09:07.559Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/274)
35802026-05-06T05:09:08.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-05-06T05:09:08.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-05-06T05:09:08.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-05-06T05:09:08.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35842026-05-06T05:09:08.154Z
35852026-05-06T05:09:08.154Zinfo: running `cargo check --bins` on parallel-task-set (172/274)
35862026-05-06T05:09:08.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-05-06T05:09:08.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-05-06T05:09:08.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-05-06T05:09:08.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35902026-05-06T05:09:08.745Z
35912026-05-06T05:09:08.745Zinfo: running `cargo check --bins` on nexus-db-errors (173/274)
35922026-05-06T05:09:09.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-05-06T05:09:09.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-05-06T05:09:09.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-05-06T05:09:09.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35962026-05-06T05:09:09.400Z
35972026-05-06T05:09:09.400Zinfo: running `cargo check --bins` on nexus-db-lookup (174/274)
35982026-05-06T05:09:09.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-05-06T05:09:09.955Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-05-06T05:09:09.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-05-06T05:09:09.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36022026-05-06T05:09:10.060Z
36032026-05-06T05:09:10.060Zinfo: running `cargo check --bins` on nexus-inventory (175/274)
36042026-05-06T05:09:10.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-05-06T05:09:10.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-05-06T05:09:10.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-05-06T05:09:10.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36082026-05-06T05:09:10.711Z
36092026-05-06T05:09:10.711Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/274)
36102026-05-06T05:09:11.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-05-06T05:09:11.238Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-05-06T05:09:11.238Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-05-06T05:09:11.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36142026-05-06T05:09:11.336Z
36152026-05-06T05:09:11.336Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/274)
36162026-05-06T05:09:11.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-05-06T05:09:11.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-05-06T05:09:11.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-05-06T05:09:11.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36202026-05-06T05:09:11.958Z
36212026-05-06T05:09:11.958Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/274)
36222026-05-06T05:09:12.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-05-06T05:09:12.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-05-06T05:09:12.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-05-06T05:09:12.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36262026-05-06T05:09:12.578Z
36272026-05-06T05:09:12.578Zinfo: running `cargo check --bins` on key-manager (179/274)
36282026-05-06T05:09:13.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-05-06T05:09:13.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-05-06T05:09:13.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-05-06T05:09:13.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36322026-05-06T05:09:13.182Z
36332026-05-06T05:09:13.182Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/274)
36342026-05-06T05:09:13.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-05-06T05:09:13.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-05-06T05:09:13.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-05-06T05:09:13.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36382026-05-06T05:09:13.804Z
36392026-05-06T05:09:13.804Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/274)
36402026-05-06T05:09:14.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-05-06T05:09:14.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-05-06T05:09:14.328Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-05-06T05:09:14.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36442026-05-06T05:09:14.424Z
36452026-05-06T05:09:14.424Zinfo: running `cargo check --bins` on typed-rng (182/274)
36462026-05-06T05:09:14.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-05-06T05:09:14.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-05-06T05:09:14.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-05-06T05:09:14.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36502026-05-06T05:09:15.011Z
36512026-05-06T05:09:15.011Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/274)
36522026-05-06T05:09:15.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-05-06T05:09:15.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-05-06T05:09:15.869Z Compiling typify-impl v0.4.3
36552026-05-06T05:09:15.869Z Compiling libefi-sys v0.1.0
36562026-05-06T05:09:15.874Z Compiling bitfield-struct v0.6.2
36572026-05-06T05:09:16.022Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36582026-05-06T05:09:16.048Z Compiling xshell-macros v0.2.7
36592026-05-06T05:09:16.056Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36602026-05-06T05:09:16.060Z Compiling salty v0.3.0
36612026-05-06T05:09:16.135Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36622026-05-06T05:09:16.266Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-06T05:09:16.362Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36642026-05-06T05:09:16.420Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36652026-05-06T05:09:16.442Z Checking xshell v0.2.7
36662026-05-06T05:09:16.605Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36672026-05-06T05:09:16.621Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36682026-05-06T05:09:16.635Z Checking primeorder v0.13.6
36692026-05-06T05:09:16.783Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-05-06T05:09:16.799Z Compiling proc-macro-error-attr2 v2.0.0
36712026-05-06T05:09:16.865Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36722026-05-06T05:09:16.881Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36732026-05-06T05:09:16.902Z Checking tungstenite v0.21.0
36742026-05-06T05:09:17.092Z Checking p384 v0.13.1
36752026-05-06T05:09:17.107Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36762026-05-06T05:09:17.190Z Compiling proc-macro-error2 v2.0.1
36772026-05-06T05:09:17.251Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36782026-05-06T05:09:17.335Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36792026-05-06T05:09:17.507Z Compiling num-derive v0.3.3
36802026-05-06T05:09:17.524Z Compiling tabled_derive v0.11.0
36812026-05-06T05:09:17.662Z Checking tokio-tungstenite v0.21.0
36822026-05-06T05:09:17.946Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36832026-05-06T05:09:17.964Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36842026-05-06T05:09:18.044Z Checking papergrid v0.17.0
36852026-05-06T05:09:18.330Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-05-06T05:09:18.389Z Checking libscf-sys v1.1.0
36872026-05-06T05:09:18.522Z Checking testing_table v0.3.0
36882026-05-06T05:09:18.621Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-05-06T05:09:18.658Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36902026-05-06T05:09:18.682Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36912026-05-06T05:09:18.823Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36922026-05-06T05:09:18.929Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-05-06T05:09:19.034Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36942026-05-06T05:09:19.114Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36952026-05-06T05:09:19.129Z Checking corncobs v0.1.4
36962026-05-06T05:09:19.144Z Compiling unicase v2.9.0
36972026-05-06T05:09:19.255Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36982026-05-06T05:09:19.304Z Checking tabled v0.20.0
36992026-05-06T05:09:19.340Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37002026-05-06T05:09:19.356Z Compiling mime_guess v2.0.5
37012026-05-06T05:09:19.454Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37022026-05-06T05:09:19.512Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37032026-05-06T05:09:19.549Z Checking progenitor-client v0.11.2
37042026-05-06T05:09:19.758Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37052026-05-06T05:09:19.787Z Checking secrecy v0.8.0
37062026-05-06T05:09:19.825Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37072026-05-06T05:09:19.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37082026-05-06T05:09:19.934Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37092026-05-06T05:09:20.060Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37102026-05-06T05:09:20.325Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37112026-05-06T05:09:20.342Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37122026-05-06T05:09:20.429Z Compiling typify-macro v0.4.3
37132026-05-06T05:09:20.474Z Checking filetime v0.2.27
37142026-05-06T05:09:20.539Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37152026-05-06T05:09:20.609Z Checking http-range v0.1.5
37162026-05-06T05:09:20.739Z Checking crc8 v0.1.1
37172026-05-06T05:09:20.770Z Checking xattr v1.6.1
37182026-05-06T05:09:20.905Z Checking tar v0.4.45
37192026-05-06T05:09:20.963Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37202026-05-06T05:09:21.242Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37212026-05-06T05:09:21.328Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37222026-05-06T05:09:21.362Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37232026-05-06T05:09:21.423Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37242026-05-06T05:09:21.488Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37252026-05-06T05:09:21.744Z Checking atty v0.2.14
37262026-05-06T05:09:21.856Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37272026-05-06T05:09:21.929Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37282026-05-06T05:09:22.051Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37292026-05-06T05:09:22.149Z Compiling typify v0.4.3
37302026-05-06T05:09:22.285Z Compiling progenitor-impl v0.11.2
37312026-05-06T05:09:22.400Z Compiling progenitor-impl v0.10.0
37322026-05-06T05:09:22.589Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37332026-05-06T05:09:22.761Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37342026-05-06T05:09:22.831Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37352026-05-06T05:09:23.309Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37362026-05-06T05:09:23.741Z Checking hyper-staticfile v0.10.1
37372026-05-06T05:09:23.758Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37382026-05-06T05:09:23.775Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37392026-05-06T05:09:23.982Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37402026-05-06T05:09:24.034Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37412026-05-06T05:09:24.175Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37422026-05-06T05:09:24.239Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37432026-05-06T05:09:24.405Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37442026-05-06T05:09:24.511Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37452026-05-06T05:09:24.687Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37462026-05-06T05:09:24.808Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37472026-05-06T05:09:24.903Z Compiling progenitor-macro v0.11.2
37482026-05-06T05:09:24.997Z Compiling progenitor-macro v0.10.0
37492026-05-06T05:09:27.800Z Checking progenitor v0.11.2
37502026-05-06T05:09:27.819Z Checking progenitor v0.10.0
37512026-05-06T05:09:27.926Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37522026-05-06T05:09:27.929Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37532026-05-06T05:09:32.556Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37542026-05-06T05:09:33.661Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37552026-05-06T05:09:43.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.92s
37562026-05-06T05:09:44.172Z
37572026-05-06T05:09:44.172Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/274)
37582026-05-06T05:09:44.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37592026-05-06T05:09:44.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37602026-05-06T05:09:44.951Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-05-06T05:09:55.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37622026-05-06T05:09:55.570Z
37632026-05-06T05:09:55.570Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/274)
37642026-05-06T05:09:56.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37652026-05-06T05:09:56.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37662026-05-06T05:09:56.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37672026-05-06T05:10:06.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37682026-05-06T05:10:06.969Z
37692026-05-06T05:10:06.969Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/274)
37702026-05-06T05:10:07.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37712026-05-06T05:10:07.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37722026-05-06T05:10:07.751Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37732026-05-06T05:10:18.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37742026-05-06T05:10:18.402Z
37752026-05-06T05:10:18.402Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/274)
37762026-05-06T05:10:18.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37772026-05-06T05:10:18.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37782026-05-06T05:10:19.188Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37792026-05-06T05:10:29.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37802026-05-06T05:10:29.833Z
37812026-05-06T05:10:29.833Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/274)
37822026-05-06T05:10:30.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37832026-05-06T05:10:30.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37842026-05-06T05:10:30.618Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37852026-05-06T05:10:41.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.16s
37862026-05-06T05:10:41.227Z
37872026-05-06T05:10:41.227Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/274)
37882026-05-06T05:10:41.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37892026-05-06T05:10:41.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37902026-05-06T05:10:42.016Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37912026-05-06T05:10:52.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37922026-05-06T05:10:52.650Z
37932026-05-06T05:10:52.650Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/274)
37942026-05-06T05:10:53.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37952026-05-06T05:10:53.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37962026-05-06T05:10:53.440Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37972026-05-06T05:11:03.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
37982026-05-06T05:11:04.067Z
37992026-05-06T05:11:04.067Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/274)
38002026-05-06T05:11:04.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38012026-05-06T05:11:04.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38022026-05-06T05:11:04.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38032026-05-06T05:11:04.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38042026-05-06T05:11:04.677Z
38052026-05-06T05:11:04.677Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/274)
38062026-05-06T05:11:05.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38072026-05-06T05:11:05.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38082026-05-06T05:11:05.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38092026-05-06T05:11:05.198Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38102026-05-06T05:11:05.290Z
38112026-05-06T05:11:05.290Zinfo: running `cargo check --bins` on range-requests (193/274)
38122026-05-06T05:11:05.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38132026-05-06T05:11:05.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38142026-05-06T05:11:05.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38152026-05-06T05:11:05.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38162026-05-06T05:11:05.892Z
38172026-05-06T05:11:05.892Zinfo: running `cargo check --bins` on repo-depot-api (194/274)
38182026-05-06T05:11:06.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38192026-05-06T05:11:06.403Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38202026-05-06T05:11:06.403Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38212026-05-06T05:11:06.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38222026-05-06T05:11:06.496Z
38232026-05-06T05:11:06.496Zinfo: running `cargo check --bins` on sled-agent-api (195/274)
38242026-05-06T05:11:07.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38252026-05-06T05:11:07.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38262026-05-06T05:11:07.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38272026-05-06T05:11:07.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38282026-05-06T05:11:07.130Z
38292026-05-06T05:11:07.130Zinfo: running `cargo check --bins` on sled-diagnostics (196/274)
38302026-05-06T05:11:07.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38312026-05-06T05:11:07.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38322026-05-06T05:11:07.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38332026-05-06T05:11:07.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38342026-05-06T05:11:07.758Z
38352026-05-06T05:11:07.759Zinfo: running `cargo check --bins` on zfs-test-harness (197/274)
38362026-05-06T05:11:08.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38372026-05-06T05:11:08.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38382026-05-06T05:11:08.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38392026-05-06T05:11:08.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38402026-05-06T05:11:08.385Z
38412026-05-06T05:11:08.385Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/274)
38422026-05-06T05:11:08.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38432026-05-06T05:11:08.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38442026-05-06T05:11:08.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38452026-05-06T05:11:08.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38462026-05-06T05:11:09.017Z
38472026-05-06T05:11:09.017Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/274)
38482026-05-06T05:11:09.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38492026-05-06T05:11:09.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38502026-05-06T05:11:09.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38512026-05-06T05:11:09.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38522026-05-06T05:11:09.649Z
38532026-05-06T05:11:09.649Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/274)
38542026-05-06T05:11:10.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38552026-05-06T05:11:10.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38562026-05-06T05:11:10.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38572026-05-06T05:11:10.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38582026-05-06T05:11:10.280Z
38592026-05-06T05:11:10.280Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/274)
38602026-05-06T05:11:10.813Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38612026-05-06T05:11:10.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38622026-05-06T05:11:10.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38632026-05-06T05:11:10.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38642026-05-06T05:11:10.915Z
38652026-05-06T05:11:10.915Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/274)
38662026-05-06T05:11:11.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38672026-05-06T05:11:11.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38682026-05-06T05:11:11.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38692026-05-06T05:11:11.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38702026-05-06T05:11:11.548Z
38712026-05-06T05:11:11.548Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/274)
38722026-05-06T05:11:12.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38732026-05-06T05:11:12.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38742026-05-06T05:11:12.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38752026-05-06T05:11:12.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38762026-05-06T05:11:12.173Z
38772026-05-06T05:11:12.173Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/274)
38782026-05-06T05:11:12.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-05-06T05:11:12.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-05-06T05:11:12.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-05-06T05:11:12.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38822026-05-06T05:11:12.831Z
38832026-05-06T05:11:12.831Zinfo: running `cargo check --bins` on trust-quorum (205/274)
38842026-05-06T05:11:13.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-05-06T05:11:13.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-05-06T05:11:13.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-05-06T05:11:13.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38882026-05-06T05:11:13.467Z
38892026-05-06T05:11:13.467Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/274)
38902026-05-06T05:11:14.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-05-06T05:11:14.014Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-05-06T05:11:14.014Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-05-06T05:11:14.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38942026-05-06T05:11:14.118Z
38952026-05-06T05:11:14.118Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/274)
38962026-05-06T05:11:14.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-05-06T05:11:14.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-05-06T05:11:14.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38992026-05-06T05:11:14.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
39002026-05-06T05:11:14.788Z
39012026-05-06T05:11:14.788Zinfo: running `cargo check --bins` on update-common (208/274)
39022026-05-06T05:11:15.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39032026-05-06T05:11:15.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39042026-05-06T05:11:15.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39052026-05-06T05:11:15.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39062026-05-06T05:11:15.405Z
39072026-05-06T05:11:15.405Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/274)
39082026-05-06T05:11:15.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-05-06T05:11:15.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-05-06T05:11:15.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39112026-05-06T05:11:15.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39122026-05-06T05:11:16.069Z
39132026-05-06T05:11:16.069Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/274)
39142026-05-06T05:11:16.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39152026-05-06T05:11:16.572Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39162026-05-06T05:11:16.572Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39172026-05-06T05:11:16.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39182026-05-06T05:11:16.662Z
39192026-05-06T05:11:16.662Zinfo: running `cargo check --bins` on reconfigurator-cli (211/274)
39202026-05-06T05:11:17.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39212026-05-06T05:11:17.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39222026-05-06T05:11:17.431Z Compiling fs-err v2.11.0
39232026-05-06T05:11:17.431Z Checking ignore v0.4.25
39242026-05-06T05:11:17.431Z Checking arc-swap v1.8.2
39252026-05-06T05:11:17.434Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39262026-05-06T05:11:17.434Z Checking predicates-tree v1.0.13
39272026-05-06T05:11:17.564Z Checking parse-size v1.1.0
39282026-05-06T05:11:17.603Z Checking rand_seeder v0.4.0
39292026-05-06T05:11:17.615Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39302026-05-06T05:11:17.678Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39312026-05-06T05:11:17.699Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39322026-05-06T05:11:17.740Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39332026-05-06T05:11:17.755Z Checking slog-scope v4.4.1
39342026-05-06T05:11:17.877Z Compiling petname v2.0.2
39352026-05-06T05:11:17.895Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39362026-05-06T05:11:17.909Z Checking slog-stdlog v4.1.1
39372026-05-06T05:11:17.929Z Checking globwalk v0.9.1
39382026-05-06T05:11:18.021Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39392026-05-06T05:11:18.036Z Checking slog-envlogger v2.2.0
39402026-05-06T05:11:18.109Z Checking camino-tempfile-ext v0.3.3
39412026-05-06T05:11:18.143Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39422026-05-06T05:11:18.180Z Checking sapling-renderdag v0.1.0
39432026-05-06T05:11:18.301Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39442026-05-06T05:11:18.304Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39452026-05-06T05:11:18.411Z Checking subprocess v0.2.15
39462026-05-06T05:11:18.492Z Checking sync-ptr v0.1.4
39472026-05-06T05:11:18.528Z Checking colored v2.2.0
39482026-05-06T05:11:18.612Z Checking assert_matches v1.5.0
39492026-05-06T05:11:18.696Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39502026-05-06T05:11:18.732Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39512026-05-06T05:11:18.818Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39522026-05-06T05:11:18.821Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39532026-05-06T05:11:19.411Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39542026-05-06T05:11:20.711Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39552026-05-06T05:11:22.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
39562026-05-06T05:11:23.147Z
39572026-05-06T05:11:23.147Zinfo: running `cargo check --bins` on omicron-repl-utils (212/274)
39582026-05-06T05:11:23.643Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-05-06T05:11:23.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-05-06T05:11:23.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39612026-05-06T05:11:23.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39622026-05-06T05:11:23.737Z
39632026-05-06T05:11:23.737Zinfo: running `cargo check --bins` on transient-dns-server (213/274)
39642026-05-06T05:11:24.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-05-06T05:11:24.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-05-06T05:11:24.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39672026-05-06T05:11:24.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39682026-05-06T05:11:24.356Z
39692026-05-06T05:11:24.356Zinfo: running `cargo check --bins` on nexus-test-interface (214/274)
39702026-05-06T05:11:24.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-05-06T05:11:24.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-05-06T05:11:24.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-05-06T05:11:24.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39742026-05-06T05:11:25.016Z
39752026-05-06T05:11:25.016Zinfo: running `cargo check --bins` on oximeter-collector (215/274)
39762026-05-06T05:11:25.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-05-06T05:11:25.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-05-06T05:11:25.746Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39792026-05-06T05:11:25.747Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39802026-05-06T05:11:26.387Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39812026-05-06T05:11:27.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.93s
39822026-05-06T05:11:28.160Z
39832026-05-06T05:11:28.161Zinfo: running `cargo check --bins` on oximeter-api (216/274)
39842026-05-06T05:11:28.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-05-06T05:11:28.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-05-06T05:11:28.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-05-06T05:11:28.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39882026-05-06T05:11:28.770Z
39892026-05-06T05:11:28.770Zinfo: running `cargo check --bins` on cert-dev (217/274)
39902026-05-06T05:11:29.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-05-06T05:11:29.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-05-06T05:11:29.381Z Checking yasna v0.5.2
39932026-05-06T05:11:29.780Z Checking rcgen v0.12.1
39942026-05-06T05:11:30.024Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39952026-05-06T05:11:30.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39962026-05-06T05:11:30.384Z
39972026-05-06T05:11:30.384Zinfo: running `cargo check --bins` on clickana (218/274)
39982026-05-06T05:11:30.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39992026-05-06T05:11:30.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40002026-05-06T05:11:31.039Z Compiling darling_core v0.23.0
40012026-05-06T05:11:31.146Z Compiling instability v0.3.11
40022026-05-06T05:11:31.156Z Checking castaway v0.2.4
40032026-05-06T05:11:31.162Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
40042026-05-06T05:11:31.165Z Compiling indoc v2.0.7
40052026-05-06T05:11:31.179Z Checking unicode-truncate v1.1.0
40062026-05-06T05:11:31.182Z Checking lru v0.12.5
40072026-05-06T05:11:31.182Z Checking cassowary v0.3.0
40082026-05-06T05:11:31.244Z Checking compact_str v0.8.1
40092026-05-06T05:11:32.181Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40102026-05-06T05:11:32.362Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40112026-05-06T05:11:32.572Z Compiling darling_macro v0.23.0
40122026-05-06T05:11:32.983Z Compiling darling v0.23.0
40132026-05-06T05:11:33.593Z Checking ratatui v0.29.0
40142026-05-06T05:11:34.634Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40152026-05-06T05:11:35.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
40162026-05-06T05:11:35.486Z
40172026-05-06T05:11:35.486Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/274)
40182026-05-06T05:11:36.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40192026-05-06T05:11:36.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40202026-05-06T05:11:36.214Z Checking headers-core v0.3.0
40212026-05-06T05:11:36.214Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40222026-05-06T05:11:36.407Z Checking headers v0.4.1
40232026-05-06T05:11:36.780Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40242026-05-06T05:11:37.624Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40252026-05-06T05:11:38.117Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40262026-05-06T05:11:38.528Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
40272026-05-06T05:11:38.737Z
40282026-05-06T05:11:38.738Zinfo: running `cargo check --bins` on ch-dev (220/274)
40292026-05-06T05:11:39.276Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-05-06T05:11:39.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-05-06T05:11:39.457Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40322026-05-06T05:11:40.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40332026-05-06T05:11:40.411Z
40342026-05-06T05:11:40.411Zinfo: running `cargo check --bins` on dev-tools-common (221/274)
40352026-05-06T05:11:40.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-05-06T05:11:40.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-05-06T05:11:40.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-05-06T05:11:40.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40392026-05-06T05:11:40.882Z
40402026-05-06T05:11:40.883Zinfo: running `cargo check --bins` on crdb-seed (222/274)
40412026-05-06T05:11:41.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-06T05:11:41.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-06T05:11:41.608Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40442026-05-06T05:11:42.602Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40452026-05-06T05:11:42.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s
40462026-05-06T05:11:43.155Z
40472026-05-06T05:11:43.155Zinfo: running `cargo check --bins` on db-dev (223/274)
40482026-05-06T05:11:43.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40492026-05-06T05:11:43.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40502026-05-06T05:11:43.884Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40512026-05-06T05:11:44.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40522026-05-06T05:11:44.846Z
40532026-05-06T05:11:44.846Zinfo: running `cargo check --bins` on omicron-dev-lib (224/274)
40542026-05-06T05:11:45.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40552026-05-06T05:11:45.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40562026-05-06T05:11:45.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40572026-05-06T05:11:45.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40582026-05-06T05:11:45.499Z
40592026-05-06T05:11:45.499Zinfo: running `cargo check --bins` on xtask-downloader (225/274)
40602026-05-06T05:11:46.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40612026-05-06T05:11:46.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40622026-05-06T05:11:46.130Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40632026-05-06T05:11:46.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40642026-05-06T05:11:46.972Z
40652026-05-06T05:11:46.973Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/274)
40662026-05-06T05:11:47.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40672026-05-06T05:11:47.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40682026-05-06T05:11:47.730Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40692026-05-06T05:11:47.730Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40702026-05-06T05:11:47.730Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40712026-05-06T05:11:47.733Z Checking git-stub v1.0.0
40722026-05-06T05:11:47.733Z Compiling trait-variant v0.1.2
40732026-05-06T05:11:47.733Z Checking is_ci v1.2.0
40742026-05-06T05:11:47.848Z Checking maplit v1.0.2
40752026-05-06T05:11:47.869Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40762026-05-06T05:11:47.929Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40772026-05-06T05:11:47.955Z Checking supports-color v3.0.2
40782026-05-06T05:11:47.989Z Checking git-stub-vcs v0.1.0
40792026-05-06T05:11:48.064Z Checking drift v0.1.3
40802026-05-06T05:11:48.076Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40812026-05-06T05:11:48.094Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40822026-05-06T05:11:48.181Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40832026-05-06T05:11:48.282Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40842026-05-06T05:11:48.342Z Checking dropshot-api-manager v0.7.1
40852026-05-06T05:11:48.358Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40862026-05-06T05:11:48.397Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40872026-05-06T05:11:48.567Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40882026-05-06T05:11:48.591Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40892026-05-06T05:11:48.828Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40902026-05-06T05:11:49.133Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40912026-05-06T05:11:54.064Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40922026-05-06T05:11:55.154Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40932026-05-06T05:11:55.712Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40942026-05-06T05:11:56.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
40952026-05-06T05:11:56.349Z
40962026-05-06T05:11:56.349Zinfo: running `cargo check --bins` on installinator-api (227/274)
40972026-05-06T05:11:56.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40982026-05-06T05:11:56.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40992026-05-06T05:11:56.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41002026-05-06T05:11:56.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41012026-05-06T05:11:56.964Z
41022026-05-06T05:11:56.964Zinfo: running `cargo check --bins` on nexus-external-api (228/274)
41032026-05-06T05:11:57.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41042026-05-06T05:11:57.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41052026-05-06T05:11:57.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41062026-05-06T05:11:57.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41072026-05-06T05:11:57.610Z
41082026-05-06T05:11:57.610Zinfo: running `cargo check --bins` on nexus-internal-api (229/274)
41092026-05-06T05:11:58.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41102026-05-06T05:11:58.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41112026-05-06T05:11:58.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41122026-05-06T05:11:58.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41132026-05-06T05:11:58.263Z
41142026-05-06T05:11:58.263Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/274)
41152026-05-06T05:11:58.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41162026-05-06T05:11:58.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41172026-05-06T05:11:58.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41182026-05-06T05:11:58.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
41192026-05-06T05:11:58.918Z
41202026-05-06T05:11:58.918Zinfo: running `cargo check --bins` on ntp-admin-api (231/274)
41212026-05-06T05:11:59.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-05-06T05:11:59.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-05-06T05:11:59.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41242026-05-06T05:11:59.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41252026-05-06T05:11:59.528Z
41262026-05-06T05:11:59.528Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/274)
41272026-05-06T05:12:00.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41282026-05-06T05:12:00.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41292026-05-06T05:12:00.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41302026-05-06T05:12:00.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41312026-05-06T05:12:00.117Z
41322026-05-06T05:12:00.117Zinfo: running `cargo check --bins` on wicketd-api (233/274)
41332026-05-06T05:12:00.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41342026-05-06T05:12:00.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41352026-05-06T05:12:00.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41362026-05-06T05:12:00.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41372026-05-06T05:12:00.728Z
41382026-05-06T05:12:00.728Zinfo: running `cargo check --bins` on omicron-ls-apis (234/274)
41392026-05-06T05:12:01.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41402026-05-06T05:12:01.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41412026-05-06T05:12:01.337Z Checking typeid v1.0.3
41422026-05-06T05:12:01.447Z Checking ordered-float v2.10.1
41432026-05-06T05:12:01.465Z Checking unicode-xid v0.2.6
41442026-05-06T05:12:01.468Z Checking cargo-platform v0.2.0
41452026-05-06T05:12:01.488Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41462026-05-06T05:12:01.513Z Checking erased-serde v0.4.9
41472026-05-06T05:12:01.650Z Checking serde-value v0.7.0
41482026-05-06T05:12:01.821Z Checking serde-untagged v0.1.9
41492026-05-06T05:12:01.971Z Checking cargo-util-schemas v0.8.2
41502026-05-06T05:12:02.646Z Checking cargo_metadata v0.21.0
41512026-05-06T05:12:03.241Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41522026-05-06T05:12:03.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
41532026-05-06T05:12:04.110Z
41542026-05-06T05:12:04.110Zinfo: running `cargo check --bins` on mgs-dev (235/274)
41552026-05-06T05:12:04.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-06T05:12:04.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-06T05:12:04.846Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41582026-05-06T05:12:05.465Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41592026-05-06T05:12:05.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
41602026-05-06T05:12:06.172Z
41612026-05-06T05:12:06.172Zinfo: running `cargo check --bins` on omicron-omdb (236/274)
41622026-05-06T05:12:06.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-05-06T05:12:06.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-05-06T05:12:07.036Z Compiling vergen-gitcl v1.0.8
41652026-05-06T05:12:07.036Z Compiling dirs-sys-next v0.1.2
41662026-05-06T05:12:07.036Z Compiling diesel_derives v2.3.7
41672026-05-06T05:12:07.036Z Compiling glob v0.3.3
41682026-05-06T05:12:07.036Z Compiling crunchy v0.2.4
41692026-05-06T05:12:07.039Z Compiling dsl_auto_type v0.2.0
41702026-05-06T05:12:07.039Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41712026-05-06T05:12:07.039Z Checking scheduled-thread-pool v0.2.7
41722026-05-06T05:12:07.301Z Compiling dirs-next v2.0.0
41732026-05-06T05:12:07.352Z Compiling diesel_table_macro_syntax v0.3.0
41742026-05-06T05:12:07.428Z Compiling tiny-keccak v2.0.2
41752026-05-06T05:12:07.430Z Compiling term v0.7.0
41762026-05-06T05:12:07.553Z Checking r2d2 v0.8.10
41772026-05-06T05:12:07.574Z Compiling bit-vec v0.6.3
41782026-05-06T05:12:07.589Z Compiling clang-sys v1.8.1
41792026-05-06T05:12:07.634Z Checking downcast-rs v2.0.2
41802026-05-06T05:12:07.732Z Compiling bit-set v0.5.3
41812026-05-06T05:12:07.732Z Compiling ascii-canvas v3.0.0
41822026-05-06T05:12:07.887Z Compiling itertools v0.10.5
41832026-05-06T05:12:07.996Z Compiling ena v0.14.4
41842026-05-06T05:12:07.999Z Compiling libloading v0.8.9
41852026-05-06T05:12:08.027Z Compiling regex-syntax v0.6.29
41862026-05-06T05:12:08.027Z Compiling bindgen v0.71.1
41872026-05-06T05:12:08.191Z Compiling diff v0.1.13
41882026-05-06T05:12:08.221Z Compiling cexpr v0.6.0
41892026-05-06T05:12:08.450Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41902026-05-06T05:12:08.486Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41912026-05-06T05:12:08.654Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41922026-05-06T05:12:08.673Z Compiling libxml v0.3.3
41932026-05-06T05:12:08.885Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41942026-05-06T05:12:08.927Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41952026-05-06T05:12:08.942Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41962026-05-06T05:12:09.129Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41972026-05-06T05:12:09.193Z Compiling strum_macros v0.24.3
41982026-05-06T05:12:09.223Z Compiling indoc v1.0.9
41992026-05-06T05:12:09.396Z Compiling lalrpop v0.19.12
42002026-05-06T05:12:10.205Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42012026-05-06T05:12:10.395Z Checking derive_builder v0.20.2
42022026-05-06T05:12:10.514Z Compiling oso-derive v0.27.3
42032026-05-06T05:12:10.541Z Checking quick-xml v0.37.5
42042026-05-06T05:12:10.703Z Compiling impl-trait-for-tuples v0.2.3
42052026-05-06T05:12:11.021Z Checking openssl-probe v0.1.6
42062026-05-06T05:12:11.161Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42072026-05-06T05:12:11.427Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42082026-05-06T05:12:11.622Z Checking bb8 v0.8.6
42092026-05-06T05:12:11.934Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42102026-05-06T05:12:11.952Z Checking nonempty v0.12.0
42112026-05-06T05:12:11.972Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42122026-05-06T05:12:12.122Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42132026-05-06T05:12:12.160Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42142026-05-06T05:12:12.199Z Checking console v0.16.2
42152026-05-06T05:12:12.285Z Checking unit-prefix v0.5.2
42162026-05-06T05:12:12.332Z Checking support-bundle-viewer v0.1.2
42172026-05-06T05:12:12.421Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42182026-05-06T05:12:12.513Z Checking indicatif v0.18.4
42192026-05-06T05:12:12.577Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42202026-05-06T05:12:12.742Z Checking multimap v0.10.1
42212026-05-06T05:12:13.066Z Checking diesel v2.3.7
42222026-05-06T05:12:14.901Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42232026-05-06T05:12:15.203Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42242026-05-06T05:12:15.525Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42252026-05-06T05:12:16.562Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42262026-05-06T05:12:16.996Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42272026-05-06T05:12:17.128Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42282026-05-06T05:12:17.646Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42292026-05-06T05:12:17.688Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42302026-05-06T05:12:19.712Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42312026-05-06T05:12:24.731Z Compiling samael v0.0.19
42322026-05-06T05:12:28.396Z Checking diesel-dtrace v0.5.0
42332026-05-06T05:12:28.638Z Checking async-bb8-diesel v0.2.1
42342026-05-06T05:12:29.768Z Compiling polar-core v0.27.3
42352026-05-06T05:12:34.174Z Checking oso v0.27.3
42362026-05-06T05:13:11.057Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42372026-05-06T05:13:44.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42382026-05-06T05:13:44.555Z
42392026-05-06T05:13:44.555Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (237/274)
42402026-05-06T05:13:45.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-05-06T05:13:45.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-05-06T05:13:45.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-05-06T05:13:45.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42442026-05-06T05:13:45.215Z
42452026-05-06T05:13:45.215Zinfo: running `cargo check --bins` on nexus-saga-recovery (238/274)
42462026-05-06T05:13:45.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-05-06T05:13:45.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-05-06T05:13:45.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-05-06T05:13:45.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42502026-05-06T05:13:45.873Z
42512026-05-06T05:13:45.873Zinfo: running `cargo check --bins` on nexus-test-utils-macros (239/274)
42522026-05-06T05:13:46.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-05-06T05:13:46.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-05-06T05:13:46.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-05-06T05:13:46.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42562026-05-06T05:13:46.466Z
42572026-05-06T05:13:46.466Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (240/274)
42582026-05-06T05:13:47.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-05-06T05:13:47.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-05-06T05:13:47.338Z Compiling libz-sys v1.1.24
42612026-05-06T05:13:47.470Z Compiling libgit2-sys v0.18.3+1.9.2
42622026-05-06T05:13:47.480Z Compiling vergen-git2 v1.0.7
42632026-05-06T05:13:47.514Z Compiling rustls v0.21.12
42642026-05-06T05:13:47.517Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42652026-05-06T05:13:47.517Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42662026-05-06T05:13:47.517Z Checking rustls-webpki v0.101.7
42672026-05-06T05:13:47.517Z Checking sct v0.7.1
42682026-05-06T05:13:47.675Z Compiling nix v0.29.0
42692026-05-06T05:13:47.690Z Compiling dropshot v0.16.7
42702026-05-06T05:13:47.731Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42712026-05-06T05:13:47.776Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42722026-05-06T05:13:47.852Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42732026-05-06T05:13:47.953Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42742026-05-06T05:13:47.969Z Checking toml v0.9.12+spec-1.1.0
42752026-05-06T05:13:47.993Z Compiling dropshot_endpoint v0.16.7
42762026-05-06T05:13:48.160Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42772026-05-06T05:13:48.299Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42782026-05-06T05:13:48.510Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42792026-05-06T05:13:48.545Z Checking rustls-pemfile v1.0.4
42802026-05-06T05:13:48.687Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-05-06T05:13:48.875Z Checking twox-hash v2.1.2
42822026-05-06T05:13:48.912Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42832026-05-06T05:13:49.193Z Checking tokio-rustls v0.24.1
42842026-05-06T05:13:49.628Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42852026-05-06T05:13:49.628Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42862026-05-06T05:13:50.007Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42872026-05-06T05:13:50.335Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42882026-05-06T05:13:50.471Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42892026-05-06T05:13:50.526Z Checking fatfs v0.3.6
42902026-05-06T05:13:50.554Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42912026-05-06T05:13:50.611Z Compiling seq-macro v0.3.6
42922026-05-06T05:13:54.453Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42932026-05-06T05:13:54.570Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42942026-05-06T05:13:54.620Z Compiling git2 v0.20.4
42952026-05-06T05:13:56.842Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42962026-05-06T05:14:44.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.17s
42972026-05-06T05:14:44.873Z
42982026-05-06T05:14:44.873Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (241/274)
42992026-05-06T05:14:45.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43002026-05-06T05:14:45.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43012026-05-06T05:14:45.755Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43022026-05-06T05:15:24.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.35s
43032026-05-06T05:15:24.463Z
43042026-05-06T05:15:24.463Zinfo: running `cargo check --bins` on nexus-background-task-interface (242/274)
43052026-05-06T05:15:24.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-06T05:15:24.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-06T05:15:24.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43082026-05-06T05:15:24.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43092026-05-06T05:15:25.059Z
43102026-05-06T05:15:25.059Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (243/274)
43112026-05-06T05:15:25.598Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-06T05:15:25.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-06T05:15:25.601Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-06T05:15:25.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43152026-05-06T05:15:25.705Z
43162026-05-06T05:15:25.705Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (244/274)
43172026-05-06T05:15:26.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-06T05:15:26.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-06T05:15:26.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-06T05:15:26.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43212026-05-06T05:15:26.375Z
43222026-05-06T05:15:26.375Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (245/274)
43232026-05-06T05:15:26.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-06T05:15:26.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-06T05:15:26.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-06T05:15:26.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-06T05:15:27.046Z
43282026-05-06T05:15:27.046Zinfo: running `cargo check --bins` on nexus-mgs-updates (246/274)
43292026-05-06T05:15:27.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-06T05:15:27.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-06T05:15:27.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-06T05:15:27.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43332026-05-06T05:15:27.705Z
43342026-05-06T05:15:27.705Zinfo: running `cargo check --bins` on nexus-networking (247/274)
43352026-05-06T05:15:28.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-06T05:15:28.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-06T05:15:28.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-06T05:15:28.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43392026-05-06T05:15:28.371Z
43402026-05-06T05:15:28.372Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (248/274)
43412026-05-06T05:15:28.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-06T05:15:28.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-06T05:15:28.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-06T05:15:28.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43452026-05-06T05:15:29.046Z
43462026-05-06T05:15:29.046Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (249/274)
43472026-05-06T05:15:29.602Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-06T05:15:29.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-06T05:15:29.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-05-06T05:15:29.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43512026-05-06T05:15:29.707Z
43522026-05-06T05:15:29.708Zinfo: running `cargo check --bins` on omicron-dev (250/274)
43532026-05-06T05:15:30.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-06T05:15:30.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-06T05:15:30.613Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43562026-05-06T05:15:30.613Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-05-06T05:15:30.802Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43582026-05-06T05:15:30.834Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43592026-05-06T05:15:30.854Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43602026-05-06T05:15:30.857Z Checking diff v0.1.13
43612026-05-06T05:15:30.857Z Checking yansi v1.0.1
43622026-05-06T05:15:30.901Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43632026-05-06T05:15:30.942Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43642026-05-06T05:15:31.136Z Checking pretty_assertions v1.4.1
43652026-05-06T05:15:31.773Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-05-06T05:15:32.124Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43672026-05-06T05:15:55.287Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43682026-05-06T05:15:55.291Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43692026-05-06T05:15:55.291Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43702026-05-06T05:15:55.291Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43712026-05-06T05:15:55.291Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43722026-05-06T05:15:55.291Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43732026-05-06T05:15:56.109Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43742026-05-06T05:15:57.204Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43752026-05-06T05:16:35.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43762026-05-06T05:16:35.735Z
43772026-05-06T05:16:35.736Zinfo: running `cargo check --bins` on omicron-pins (251/274)
43782026-05-06T05:16:36.238Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43792026-05-06T05:16:36.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43802026-05-06T05:16:36.241Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43812026-05-06T05:16:36.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43822026-05-06T05:16:36.327Z
43832026-05-06T05:16:36.327Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (252/274)
43842026-05-06T05:16:36.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43852026-05-06T05:16:36.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43862026-05-06T05:16:37.111Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43872026-05-06T05:16:37.232Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43882026-05-06T05:16:37.235Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43892026-05-06T05:17:03.147Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43902026-05-06T05:17:03.538Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43912026-05-06T05:17:05.254Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43922026-05-06T05:17:05.716Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43932026-05-06T05:17:08.703Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43942026-05-06T05:17:31.567Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43952026-05-06T05:17:32.279Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43962026-05-06T05:17:33.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.58s
43972026-05-06T05:17:34.131Z
43982026-05-06T05:17:34.131Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (253/274)
43992026-05-06T05:17:34.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44002026-05-06T05:17:34.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44012026-05-06T05:17:34.865Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44022026-05-06T05:17:35.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
44032026-05-06T05:17:35.750Z
44042026-05-06T05:17:35.750Zinfo: running `cargo check --bins` on omicron-releng (254/274)
44052026-05-06T05:17:36.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44062026-05-06T05:17:36.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44072026-05-06T05:17:36.408Z Compiling blake3 v1.8.3
44082026-05-06T05:17:36.519Z Checking constant_time_eq v0.4.2
44092026-05-06T05:17:36.519Z Checking arrayvec v0.7.6
44102026-05-06T05:17:36.522Z Checking arrayref v0.3.9
44112026-05-06T05:17:36.539Z Checking topological-sort v0.2.2
44122026-05-06T05:17:36.541Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44132026-05-06T05:17:36.541Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44142026-05-06T05:17:36.542Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44152026-05-06T05:17:36.581Z Checking shell-words v1.1.1
44162026-05-06T05:17:37.306Z Checking omicron-zone-package v0.12.2
44172026-05-06T05:17:38.025Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44182026-05-06T05:17:38.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44192026-05-06T05:17:39.074Z
44202026-05-06T05:17:39.074Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (255/274)
44212026-05-06T05:17:39.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44222026-05-06T05:17:39.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44232026-05-06T05:17:39.732Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44242026-05-06T05:17:40.054Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44252026-05-06T05:17:40.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44262026-05-06T05:17:40.652Z
44272026-05-06T05:17:40.652Zinfo: running `cargo check --bins` on schema (256/274)
44282026-05-06T05:17:41.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-05-06T05:17:41.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-05-06T05:17:41.386Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44312026-05-06T05:17:42.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
44322026-05-06T05:17:42.292Z
44332026-05-06T05:17:42.292Zinfo: running `cargo check --bins` on xtask (257/274)
44342026-05-06T05:17:42.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-05-06T05:17:42.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-05-06T05:17:42.752Z Checking libc v0.2.185
44372026-05-06T05:17:42.755Z Checking serde v1.0.228
44382026-05-06T05:17:42.839Z Checking zerofrom v0.1.6
44392026-05-06T05:17:42.844Z Checking bitflags v2.11.0
44402026-05-06T05:17:42.849Z Checking smallvec v1.15.1
44412026-05-06T05:17:42.855Z Checking indexmap v2.14.0
44422026-05-06T05:17:42.865Z Checking serde_json v1.0.149
44432026-05-06T05:17:42.867Z Checking scroll v0.12.0
44442026-05-06T05:17:42.936Z Checking yoke v0.8.1
44452026-05-06T05:17:42.987Z Checking num-traits v0.2.19
44462026-05-06T05:17:43.019Z Checking thiserror v1.0.69
44472026-05-06T05:17:43.101Z Checking zerovec v0.11.5
44482026-05-06T05:17:43.101Z Checking zerotrie v0.2.3
44492026-05-06T05:17:43.122Z Checking log v0.4.29
44502026-05-06T05:17:43.134Z Checking errno v0.3.14
44512026-05-06T05:17:43.224Z Checking toml_datetime v0.6.11
44522026-05-06T05:17:43.248Z Checking rustix v1.1.3
44532026-05-06T05:17:43.268Z Checking serde_spanned v0.6.9
44542026-05-06T05:17:43.349Z Checking percent-encoding v2.3.2
44552026-05-06T05:17:43.370Z Checking zerocopy v0.7.35
44562026-05-06T05:17:43.392Z Checking goblin v0.8.2
44572026-05-06T05:17:43.405Z Checking toml_edit v0.22.27
44582026-05-06T05:17:43.470Z Checking getrandom v0.4.1
44592026-05-06T05:17:43.490Z Checking form_urlencoded v1.2.2
44602026-05-06T05:17:43.511Z Checking ordered-float v2.10.1
44612026-05-06T05:17:43.539Z Checking tinystr v0.8.2
44622026-05-06T05:17:43.598Z Checking potential_utf v0.1.4
44632026-05-06T05:17:43.618Z Checking thiserror v2.0.18
44642026-05-06T05:17:43.718Z Checking icu_locale_core v2.1.1
44652026-05-06T05:17:43.718Z Checking syn v2.0.117
44662026-05-06T05:17:43.738Z Checking serde-value v0.7.0
44672026-05-06T05:17:43.741Z Checking icu_collections v2.1.1
44682026-05-06T05:17:43.850Z Checking dtrace-parser v0.2.0
44692026-05-06T05:17:43.939Z Checking thread-id v4.2.2
44702026-05-06T05:17:44.023Z Checking once_cell v1.21.3
44712026-05-06T05:17:44.051Z Checking terminal_size v0.4.3
44722026-05-06T05:17:44.063Z Checking cargo-platform v0.2.0
44732026-05-06T05:17:44.087Z Checking memmap v0.7.0
44742026-05-06T05:17:44.190Z Checking clap_builder v4.5.60
44752026-05-06T05:17:44.201Z Checking tempfile v3.25.0
44762026-05-06T05:17:44.228Z Checking textwrap v0.16.2
44772026-05-06T05:17:44.263Z Checking fs-err v3.3.0
44782026-05-06T05:17:44.274Z Checking icu_provider v2.1.1
44792026-05-06T05:17:44.394Z Checking camino-tempfile v1.4.1
44802026-05-06T05:17:44.434Z Checking tabled v0.15.0
44812026-05-06T05:17:44.445Z Checking anyhow v1.0.102
44822026-05-06T05:17:44.507Z Checking toml v0.8.23
44832026-05-06T05:17:44.519Z Checking icu_normalizer v2.1.1
44842026-05-06T05:17:44.547Z Checking icu_properties v2.1.2
44852026-05-06T05:17:44.640Z Checking macaddr v1.0.1
44862026-05-06T05:17:44.825Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44872026-05-06T05:17:44.839Z Checking cargo_toml v0.21.0
44882026-05-06T05:17:45.278Z Checking dof v0.3.0
44892026-05-06T05:17:45.360Z Checking idna_adapter v1.2.1
44902026-05-06T05:17:45.413Z Checking clap v4.5.60
44912026-05-06T05:17:45.479Z Checking idna v1.1.0
44922026-05-06T05:17:45.556Z Checking usdt-impl v0.5.0
44932026-05-06T05:17:45.699Z Checking url v2.5.8
44942026-05-06T05:17:45.803Z Checking usdt v0.5.0
44952026-05-06T05:17:46.039Z Checking cargo-util-schemas v0.8.2
44962026-05-06T05:17:46.727Z Checking cargo_metadata v0.21.0
44972026-05-06T05:17:47.329Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44982026-05-06T05:17:47.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s
44992026-05-06T05:17:47.867Z
45002026-05-06T05:17:47.868Zinfo: running `cargo check --bins` on dnsadm (258/274)
45012026-05-06T05:17:48.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-05-06T05:17:48.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-05-06T05:17:48.507Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45042026-05-06T05:17:48.986Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45052026-05-06T05:17:49.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
45062026-05-06T05:17:49.580Z
45072026-05-06T05:17:49.580Zinfo: running `cargo check --bins` on end-to-end-tests (259/274)
45082026-05-06T05:17:50.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-05-06T05:17:50.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-05-06T05:17:50.395Z Checking polyval v0.6.2
45112026-05-06T05:17:50.518Z Checking ctr v0.9.2
45122026-05-06T05:17:50.528Z Checking ssh-encoding v0.2.0
45132026-05-06T05:17:50.528Z Checking blowfish v0.9.1
45142026-05-06T05:17:50.548Z Checking password-hash v0.4.2
45152026-05-06T05:17:50.562Z Checking p256 v0.13.2
45162026-05-06T05:17:50.565Z Checking p521 v0.13.3
45172026-05-06T05:17:50.590Z Checking russh-cryptovec v0.7.3
45182026-05-06T05:17:50.661Z Checking ghash v0.5.1
45192026-05-06T05:17:50.664Z Checking md5 v0.7.0
45202026-05-06T05:17:50.690Z Checking bcrypt-pbkdf v0.10.0
45212026-05-06T05:17:50.709Z Checking num-bigint v0.4.6
45222026-05-06T05:17:50.716Z Checking des v0.8.1
45232026-05-06T05:17:50.773Z Checking pbkdf2 v0.11.0
45242026-05-06T05:17:50.794Z Checking aes-gcm v0.10.3
45252026-05-06T05:17:50.812Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45262026-05-06T05:17:50.838Z Checking hex-literal v0.4.1
45272026-05-06T05:17:50.854Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45282026-05-06T05:17:50.909Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45292026-05-06T05:17:50.934Z Checking socket2 v0.5.10
45302026-05-06T05:17:50.949Z Checking internet-checksum v0.2.1
45312026-05-06T05:17:50.952Z Checking ssh-cipher v0.2.0
45322026-05-06T05:17:51.127Z Checking ssh-key v0.6.7
45332026-05-06T05:17:51.200Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45342026-05-06T05:17:51.755Z Checking russh-keys v0.45.0
45352026-05-06T05:17:52.300Z Checking russh v0.45.0
45362026-05-06T05:18:07.142Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45372026-05-06T05:18:08.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.77s
45382026-05-06T05:18:08.576Z
45392026-05-06T05:18:08.577Zinfo: running `cargo check --bins` on gateway-cli (260/274)
45402026-05-06T05:18:09.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-05-06T05:18:09.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-05-06T05:18:09.225Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45432026-05-06T05:18:09.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45442026-05-06T05:18:09.353Z Checking termios v0.3.3
45452026-05-06T05:18:10.550Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45462026-05-06T05:18:10.701Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45472026-05-06T05:18:12.485Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45482026-05-06T05:18:13.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
45492026-05-06T05:18:13.246Z
45502026-05-06T05:18:13.246Zinfo: running `cargo check --bins --no-default-features` on installinator (261/274)
45512026-05-06T05:18:13.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-05-06T05:18:13.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-05-06T05:18:13.958Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45542026-05-06T05:18:14.074Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45552026-05-06T05:18:14.083Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45562026-05-06T05:18:14.083Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45572026-05-06T05:18:14.098Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45582026-05-06T05:18:14.102Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45592026-05-06T05:18:14.830Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45602026-05-06T05:18:15.177Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45612026-05-06T05:18:15.181Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45622026-05-06T05:18:15.821Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45632026-05-06T05:18:17.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s
45642026-05-06T05:18:17.680Z
45652026-05-06T05:18:17.680Zinfo: running `cargo check --bins` on internal-dns-cli (262/274)
45662026-05-06T05:18:18.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-05-06T05:18:18.209Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-05-06T05:18:18.321Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45692026-05-06T05:18:18.773Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45702026-05-06T05:18:19.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45712026-05-06T05:18:19.288Z
45722026-05-06T05:18:19.289Zinfo: running `cargo check --bins` on omicron-live-tests (263/274)
45732026-05-06T05:18:19.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-05-06T05:18:19.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-05-06T05:18:19.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45762026-05-06T05:18:19.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45772026-05-06T05:18:19.894Z
45782026-05-06T05:18:19.894Zinfo: running `cargo check --bins` on live-tests-macros (264/274)
45792026-05-06T05:18:20.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-05-06T05:18:20.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-05-06T05:18:20.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45822026-05-06T05:18:20.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45832026-05-06T05:18:20.481Z
45842026-05-06T05:18:20.481Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (265/274)
45852026-05-06T05:18:21.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45862026-05-06T05:18:21.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45872026-05-06T05:18:21.242Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45882026-05-06T05:18:21.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45892026-05-06T05:18:26.353Z
45902026-05-06T05:18:26.353Zinfo: running `cargo check --bins` on omicron-ntp-admin (266/274)
45912026-05-06T05:18:26.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45922026-05-06T05:18:26.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45932026-05-06T05:18:26.369Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45942026-05-06T05:18:26.369Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45952026-05-06T05:18:26.369Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45962026-05-06T05:18:26.369Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45972026-05-06T05:18:26.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45982026-05-06T05:18:26.369Z
45992026-05-06T05:18:26.369Zinfo: running `cargo check --bins` on ntp-admin-types (267/274)
46002026-05-06T05:18:26.369Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46012026-05-06T05:18:26.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46022026-05-06T05:18:26.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46032026-05-06T05:18:26.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46042026-05-06T05:18:26.369Z
46052026-05-06T05:18:26.369Zinfo: running `cargo check --bins` on omicron-package (268/274)
46062026-05-06T05:18:26.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46072026-05-06T05:18:26.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46082026-05-06T05:18:26.382Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46092026-05-06T05:18:26.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
46102026-05-06T05:18:26.471Z
46112026-05-06T05:18:26.471Zinfo: running `cargo check --bins` on tqdb (269/274)
46122026-05-06T05:18:27.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46132026-05-06T05:18:27.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46142026-05-06T05:18:27.261Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46152026-05-06T05:18:27.616Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46162026-05-06T05:18:28.125Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46172026-05-06T05:18:28.126Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46182026-05-06T05:18:33.904Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46192026-05-06T05:18:33.904Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46202026-05-06T05:18:34.474Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46212026-05-06T05:18:34.474Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46222026-05-06T05:18:34.477Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46232026-05-06T05:18:34.477Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46242026-05-06T05:18:35.230Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46252026-05-06T05:18:36.248Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46262026-05-06T05:18:37.023Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46272026-05-06T05:18:37.636Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46282026-05-06T05:18:41.696Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46292026-05-06T05:18:48.020Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46302026-05-06T05:18:48.024Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46312026-05-06T05:18:48.025Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-05-06T05:18:48.025Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46332026-05-06T05:18:49.494Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46342026-05-06T05:18:50.819Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46352026-05-06T05:18:51.500Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46362026-05-06T05:18:52.773Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46372026-05-06T05:18:53.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.84s
46382026-05-06T05:18:53.535Z
46392026-05-06T05:18:53.536Zinfo: running `cargo check --bins` on wicket-dbg (270/274)
46402026-05-06T05:18:54.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46412026-05-06T05:18:54.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46422026-05-06T05:18:54.260Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46432026-05-06T05:18:54.261Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46442026-05-06T05:18:54.265Z Checking rtoolbox v0.0.3
46452026-05-06T05:18:54.265Z Checking tui-tree-widget v0.23.1
46462026-05-06T05:18:54.487Z Checking rpassword v7.4.0
46472026-05-06T05:18:55.517Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46482026-05-06T05:18:58.476Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46492026-05-06T05:19:00.323Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46502026-05-06T05:19:01.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46512026-05-06T05:19:01.428Z
46522026-05-06T05:19:01.428Zinfo: running `cargo check --bins` on wicket (271/274)
46532026-05-06T05:19:01.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46542026-05-06T05:19:01.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46552026-05-06T05:19:02.131Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46562026-05-06T05:19:02.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
46572026-05-06T05:19:02.712Z
46582026-05-06T05:19:02.712Zinfo: running `cargo check --bins` on wicketd (272/274)
46592026-05-06T05:19:03.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46602026-05-06T05:19:03.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46612026-05-06T05:19:03.443Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46622026-05-06T05:19:03.447Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46632026-05-06T05:19:03.447Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46642026-05-06T05:19:03.447Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46652026-05-06T05:19:04.435Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46662026-05-06T05:19:05.015Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46672026-05-06T05:19:07.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
46682026-05-06T05:19:08.170Z
46692026-05-06T05:19:08.170Zinfo: running `cargo check --bins` on omicron-workspace-hack (273/274)
46702026-05-06T05:19:08.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-05-06T05:19:08.674Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-05-06T05:19:08.674Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-05-06T05:19:08.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46742026-05-06T05:19:08.765Z
46752026-05-06T05:19:08.765Zinfo: running `cargo check --bins` on zone-setup (274/274)
46762026-05-06T05:19:09.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-05-06T05:19:09.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-05-06T05:19:09.445Z Checking uzers v0.12.2
46792026-05-06T05:19:09.723Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46802026-05-06T05:19:10.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
46812026-05-06T05:19:10.686Z
46822026-05-06T05:19:10.686Zreal 14:09.088665308
46832026-05-06T05:19:10.686Zuser 20:35.417385672
46842026-05-06T05:19:10.686Zsys 4:14.740300189
46852026-05-06T05:19:10.689Ztrap 0.317663649
46862026-05-06T05:19:10.689Ztflt 0.404771302
46872026-05-06T05:19:10.689Zdflt 0.940940099
46882026-05-06T05:19:10.689Zkflt 0.001954318
46892026-05-06T05:19:10.689Zlock 1:16:44.609524744
46902026-05-06T05:19:10.689Zslp 1:38:21.136929117
46912026-05-06T05:19:10.689Zlat 57.803198578
46922026-05-06T05:19:10.689Zstop 3:39.303515903
46932026-05-06T05:19:10.689Zprocess exited: duration 1031627 ms, exit code 0
 
46942026-05-06T05:19:10.696Zfound 0 output files