01KM204SM2AP5MKGMGVHDBEH7T: 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: 01KM2060PSS3Q2HYM1B8WT63Q0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-19T02:54:30.755Zjob assigned to worker 01KM206DH383KW8YNN8XGNG9BY [factory aws, i-0587d81a0a363fd11] (queued for 1 m 11 s)
 
22026-03-19T02:54:38.643Zstarting task 0: "setup"
32026-03-19T02:54:38.648Z++ uname -s
42026-03-19T02:54:38.652Z+ kern=SunOS
52026-03-19T02:54:38.652Z+ build_user=build
62026-03-19T02:54:38.652Z+ build_uid=12345
72026-03-19T02:54:38.652Z+ work_dir=/work
82026-03-19T02:54:38.652Z+ input_dir=/input
92026-03-19T02:54:38.652Z+ [[ 0 == 12345 ]]
102026-03-19T02:54:38.652Z+ case "$kern" in
112026-03-19T02:54:38.652Z+ groupadd -g 12345 build
122026-03-19T02:54:38.652Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-19T02:54:40.658Z+ zfs create -o mountpoint=/work rpool/work
142026-03-19T02:54:40.831Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-19T02:54:40.834Z+ home_fs=zfs
162026-03-19T02:54:40.834Z+ [[ zfs == autofs ]]
172026-03-19T02:54:40.834Z+ mkdir -p /home/build
182026-03-19T02:54:40.834Z+ chown build:build /home/build /work
192026-03-19T02:54:42.832Z+ chmod 0700 /home/build /work
202026-03-19T02:54:42.835Zprocess exited: duration 4194 ms, exit code 0
 
212026-03-19T02:54:42.846Zstarting task 1: "rust-toolchain"
222026-03-19T02:54:42.851Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-19T02:54:42.851Z * rust toolchain channel = "1.94.0"
242026-03-19T02:54:42.851Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-19T02:54:42.851Z * rust toolchain profile = "default"
262026-03-19T02:54:42.851Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-19T02:54:42.851Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-19T02:54:42.854Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-19T02:54:42.854Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-19T02:54:42.988Zinfo: downloading installer
312026-03-19T02:54:44.640Zwarn: It looks like you have an existing installation of Rust at:
322026-03-19T02:54:44.640Zwarn: /opt/ooce/bin
332026-03-19T02:54:44.640Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-19T02:54:44.640Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-19T02:54:44.640Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-19T02:54:44.640Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-19T02:54:44.640Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-19T02:54:44.640Zerror: cannot install while Rust is installed
392026-03-19T02:54:44.640Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-19T02:54:44.640Zwarn: It looks like you have an existing rustup settings file at:
412026-03-19T02:54:44.640Zwarn: /home/build/.rustup/settings.toml
422026-03-19T02:54:44.640Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-19T02:54:44.640Zwarn: instead of the one inferred from the default host triple.
442026-03-19T02:54:44.657Zinfo: profile set to default
452026-03-19T02:54:44.657Zinfo: default host triple is x86_64-unknown-illumos
462026-03-19T02:54:44.660Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-19T02:54:44.825Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-19T02:54:44.828Zinfo: downloading 6 components
492026-03-19T02:55:01.089Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-19T02:55:01.089Z
512026-03-19T02:55:01.122Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-19T02:55:01.122Z
532026-03-19T02:55:01.126Z
542026-03-19T02:55:01.126ZRust is installed now. Great!
552026-03-19T02:55:01.126Z
562026-03-19T02:55:01.126ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-19T02:55:01.126Zenvironment variable. This has not been done automatically.
582026-03-19T02:55:01.126Z
592026-03-19T02:55:01.127ZTo configure your current shell, you need to source
602026-03-19T02:55:01.127Zthe corresponding env file under $HOME/.cargo.
612026-03-19T02:55:01.127Z
622026-03-19T02:55:01.127ZThis is usually done by running one of the following (note the leading DOT):
632026-03-19T02:55:01.127Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-19T02:55:01.127Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-19T02:55:01.127Zsource "~/.cargo/env.nu" # For nushell
662026-03-19T02:55:01.127Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-19T02:55:01.127Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-19T02:55:01.127Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-19T02:55:01.127Zwarn: no default linker (`cc`) was found in your PATH
702026-03-19T02:55:01.127Zwarn: many Rust crates require a system C toolchain to build
712026-03-19T02:55:01.222Z+ rustup --version
722026-03-19T02:55:01.233Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-19T02:55:01.237Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-19T02:55:01.261Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-19T02:55:01.265Z+ cargo --version
762026-03-19T02:55:01.279Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-19T02:55:01.282Z+ rustc --version
782026-03-19T02:55:01.307Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-19T02:55:01.310Zprocess exited: duration 18469 ms, exit code 0
 
802026-03-19T02:55:01.317Zstarting task 2: "authentication"
812026-03-19T02:55:01.340Zprocess exited: duration 21 ms, exit code 0
 
822026-03-19T02:55:01.346Zstarting task 3: "clone repository"
832026-03-19T02:55:01.350Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-19T02:55:01.353Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-19T02:55:01.386ZCloning into '/work/oxidecomputer/omicron'...
862026-03-19T02:55:14.706Z+ cd /work/oxidecomputer/omicron
872026-03-19T02:55:14.707Z+ git fetch origin c25bd4730482dd201d6f90be3ed151187886ee4e
882026-03-19T02:55:15.011ZFrom https://github.com/oxidecomputer/omicron
892026-03-19T02:55:15.011Z * branch c25bd4730482dd201d6f90be3ed151187886ee4e -> FETCH_HEAD
902026-03-19T02:55:15.022Z+ [[ -n mergeconflict/fm-sb-schema ]]
912026-03-19T02:55:15.025Z++ git branch --show-current
922026-03-19T02:55:15.025Z+ current=main
932026-03-19T02:55:15.025Z+ [[ main != mergeconflict/fm-sb-schema ]]
942026-03-19T02:55:15.025Z+ git branch -f mergeconflict/fm-sb-schema c25bd4730482dd201d6f90be3ed151187886ee4e
952026-03-19T02:55:15.030Z+ git checkout -f mergeconflict/fm-sb-schema
962026-03-19T02:55:15.358ZSwitched to branch 'mergeconflict/fm-sb-schema'
972026-03-19T02:55:15.362Z+ git reset --hard c25bd4730482dd201d6f90be3ed151187886ee4e
982026-03-19T02:55:15.384ZHEAD is now at c25bd4730 schema: add fm_support_bundle_request table, per-variant data selection tables, and fm_case_id on support_bundle
992026-03-19T02:55:15.387Zprocess exited: duration 14043 ms, exit code 0
 
1002026-03-19T02:55:15.394Zstarting task 4: "build"
1012026-03-19T02:55:15.399Z+ source .github/buildomat/ci-env.sh
1022026-03-19T02:55:15.402Z++ export CARGO_TERM_COLOR=always
1032026-03-19T02:55:15.402Z++ CARGO_TERM_COLOR=always
1042026-03-19T02:55:15.402Z+ cargo --version
1052026-03-19T02:55:15.411Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-19T02:55:15.414Z+ rustc --version
1072026-03-19T02:55:15.440Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-19T02:55:15.443Z+ source ./env.sh
1092026-03-19T02:55:15.443Z++ OLD_SHELL_OPTS=ehxB
1102026-03-19T02:55:15.443Z++ set -o xtrace
1112026-03-19T02:55:15.446Z++++ dirname ./env.sh
1122026-03-19T02:55:15.449Z+++ readlink -f .
1132026-03-19T02:55:15.449Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ 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-03-19T02:55:15.449Z++ case $OLD_SHELL_OPTS in
1232026-03-19T02:55:15.453Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-19T02:55:15.453Z+ 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-03-19T02:55:15.453Z+ 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-03-19T02:55:15.453Z+ banner prerequisites
1272026-03-19T02:55:15.453Z
1282026-03-19T02:55:15.453Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-19T02:55:15.453Z # # # # # # # # # # # # # # #
1302026-03-19T02:55:15.453Z # # # # ##### # # ##### # # # # # #### #
1312026-03-19T02:55:15.453Z ##### ##### # ##### # # # # # # # # #
1322026-03-19T02:55:15.453Z # # # # # # # # # # # # # # #
1332026-03-19T02:55:15.453Z # # # ###### # # ###### ### # #### # #### #
1342026-03-19T02:55:15.453Z
1352026-03-19T02:55:15.453Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-19T02:55:25.420Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-19T02:55:35.281Z Startup: Caching catalogs ... Done
1382026-03-19T02:55:57.842ZPlanning: Solver setup ... Done (21.130s)
1392026-03-19T02:55:57.992ZPlanning: Running solver ... Done (0.152s)
1402026-03-19T02:55:58.194ZPlanning: Finding local manifests ... Done (0.003s)
1412026-03-19T02:55:58.253ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-19T02:55:58.447ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-19T02:55:58.632ZPlanning: Package planning ... Done (0.044s)
1442026-03-19T02:55:58.632ZPlanning: Merging actions ... Done (0.042s)
1452026-03-19T02:55:58.893ZPlanning: Checking for conflicting actions ... Done (0.238s)
1462026-03-19T02:55:58.893ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-19T02:55:59.580ZPlanning: Evaluating mediators ... Done (0.864s)
1482026-03-19T02:55:59.587ZPlanning: Planning completed in 24.17 seconds
1492026-03-19T02:55:59.587Z Packages to install: 4
1502026-03-19T02:55:59.587Z Mediators to change: 2
1512026-03-19T02:55:59.587Z Services to change: 1
1522026-03-19T02:55:59.587Z Estimated space available: 155.43 GB
1532026-03-19T02:55:59.588ZEstimated space to be consumed: 1.83 GB
1542026-03-19T02:55:59.588Z Create boot environment: No
1552026-03-19T02:55:59.588ZCreate backup boot environment: No
1562026-03-19T02:55:59.588Z Rebuild boot archive: No
1572026-03-19T02:55:59.588Z
1582026-03-19T02:55:59.588ZChanged mediators:
1592026-03-19T02:55:59.588Z mediator clang:
1602026-03-19T02:55:59.588Z version: None -> 15 (system default)
1612026-03-19T02:55:59.588Z
1622026-03-19T02:55:59.588Z mediator llvm:
1632026-03-19T02:55:59.588Z version: 14 (system default) -> 15 (system default)
1642026-03-19T02:55:59.589Z
1652026-03-19T02:55:59.589ZChanged packages:
1662026-03-19T02:55:59.589Zhelios-dev
1672026-03-19T02:55:59.589Z developer/build-essential
1682026-03-19T02:55:59.589Z None -> 11-2.0
1692026-03-19T02:55:59.589Z library/libxmlsec1
1702026-03-19T02:55:59.589Z None -> 1.2.35-2.0
1712026-03-19T02:55:59.590Z ooce/developer/clang-15
1722026-03-19T02:55:59.590Z None -> 15.0.7-2.0
1732026-03-19T02:55:59.590Z ooce/developer/llvm-15
1742026-03-19T02:55:59.590Z None -> 15.0.7-2.0
1752026-03-19T02:55:59.590Z
1762026-03-19T02:55:59.590ZServices:
1772026-03-19T02:55:59.590Z restart_fmri:
1782026-03-19T02:55:59.590Z svc:/system/update-man-index:default
1792026-03-19T02:55:59.631Z
1802026-03-19T02:55:59.631ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-19T02:56:04.669ZDownload: 512/3290 items 16.9/212.6MB 7% complete (3.4M/s)
1822026-03-19T02:56:09.684ZDownload: 1189/3290 items 82.7/212.6MB 38% complete (9.9M/s)
1832026-03-19T02:56:17.189ZDownload: 1194/3290 items 82.8/212.6MB 38% complete (9.4M/s)
1842026-03-19T02:56:30.236ZDownload: 1196/3290 items 82.9/212.6MB 38% complete
1852026-03-19T02:56:35.166ZDownload: 1269/3290 items 113.0/212.6MB 53% complete (5.8M/s)
1862026-03-19T02:56:41.326ZDownload: 2224/3290 items 118.6/212.6MB 55% complete (4.8M/s)
1872026-03-19T02:56:46.369ZDownload: 3262/3290 items 208.5/212.6MB 98% complete (9.0M/s)
1882026-03-19T02:56:51.431ZDownload: 3278/3290 items 210.2/212.6MB 98% complete (9.3M/s)
1892026-03-19T02:56:58.227ZDownload: 3282/3290 items 210.5/212.6MB 99% complete (9.1M/s)
1902026-03-19T02:57:11.842ZDownload: 3287/3290 items 211.7/212.6MB 99% complete
1912026-03-19T02:57:15.029ZDownload: Completed 212.60 MB in 75.43 seconds (2.8M/s)
1922026-03-19T02:57:15.252Z Actions: 1/3689 actions (Installing new actions)
1932026-03-19T02:57:19.565Z Actions: Completed 3689 actions in 4.13 seconds.
1942026-03-19T02:57:19.758Z Done (0.373s)
1952026-03-19T02:57:19.758Z Done (0.000s)
1962026-03-19T02:57:20.784Z Done (1.026s)
1972026-03-19T02:57:28.747Z Done (3.805s)
1982026-03-19T02:57:29.035Z Done (0.019s)
1992026-03-19T02:57:29.035Z Done (0.000s)
2002026-03-19T02:57:29.035Z Done (0.000s)
2012026-03-19T02:57:29.035ZPlanning: Evaluating mediator changes ... Done
2022026-03-19T02:57:29.035ZPlanning: Checking for conflicting actions ... Done
2032026-03-19T02:57:29.035ZPlanning: Consolidating action changes ... Done
2042026-03-19T02:57:29.035ZPlanning: Evaluating mediators ... Done
2052026-03-19T02:57:29.035ZPlanning: Planning completed in 0.38 seconds
2062026-03-19T02:57:29.035Z Mediators to change: 2
2072026-03-19T02:57:29.035Z Create boot environment: No
2082026-03-19T02:57:29.035ZCreate backup boot environment: No
2092026-03-19T02:57:29.035Z Done
2102026-03-19T02:57:29.035Z Done
2112026-03-19T02:57:29.036Z Done
2122026-03-19T02:57:30.814Z Done
2132026-03-19T02:57:30.898Z Done
2142026-03-19T02:57:30.906Z Done
2152026-03-19T02:57:31.055Z Done
2162026-03-19T02:57:31.602ZPlanning: Evaluating mediator changes ... Done
2172026-03-19T02:57:31.606ZPlanning: Merging actions ... Done
2182026-03-19T02:57:31.771ZPlanning: Checking for conflicting actions ... Done
2192026-03-19T02:57:31.777ZPlanning: Consolidating action changes ... Done
2202026-03-19T02:57:31.994ZPlanning: Evaluating mediators ... Done
2212026-03-19T02:57:32.039ZPlanning: Planning completed in 0.64 seconds
2222026-03-19T02:57:32.071Z Packages to change: 1
2232026-03-19T02:57:32.071Z Mediators to change: 1
2242026-03-19T02:57:32.080Z Services to change: 1
2252026-03-19T02:57:32.080Z Create boot environment: No
2262026-03-19T02:57:32.080ZCreate backup boot environment: Yes
2272026-03-19T02:57:34.769Z Actions: 1/6 actions (Updating modified actions)
2282026-03-19T02:57:34.772Z Actions: Completed 6 actions in 0.00 seconds.
2292026-03-19T02:57:34.773Z Done
2302026-03-19T02:57:34.773Z Done
2312026-03-19T02:57:34.962Z Done
2322026-03-19T02:57:38.345Z Done
2332026-03-19T02:57:38.404Z Done
2342026-03-19T02:57:38.409Z Done
2352026-03-19T02:57:38.636Z Done
2362026-03-19T02:57:38.942ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2372026-03-19T02:57:38.942Zclang system 15 system
2382026-03-19T02:57:38.942Zcsh system system illumos
2392026-03-19T02:57:38.942Zctags system system illumos
2402026-03-19T02:57:38.943Zfile system system illumos
2412026-03-19T02:57:38.943Zgcc vendor 12 vendor
2422026-03-19T02:57:38.943Zgcc system 10 system
2432026-03-19T02:57:38.944Zgcc system 7 system
2442026-03-19T02:57:38.944Zgo system 1.20 system
2452026-03-19T02:57:38.944Zgo system 1.19 system
2462026-03-19T02:57:38.944Zllvm system 15 system
2472026-03-19T02:57:38.944Zllvm system 14 system
2482026-03-19T02:57:38.944Zmariadb system 10.6 system
2492026-03-19T02:57:38.944Zmta vendor vendor dma
2502026-03-19T02:57:38.944Zopenjdk system 17 system
2512026-03-19T02:57:38.944Zopenjdk system 11 system
2522026-03-19T02:57:38.944Zopenjdk system 1.8 system
2532026-03-19T02:57:38.944Zopenssl vendor 3 vendor
2542026-03-19T02:57:38.944Zperl system 5.36 system
2552026-03-19T02:57:38.944Zpostgresql system 15 system
2562026-03-19T02:57:38.944Zpostgresql system 13 system
2572026-03-19T02:57:38.944Zpython vendor 3 vendor
2582026-03-19T02:57:38.944Zpython system 2 system
2592026-03-19T02:57:38.944Zpython3 system 3.11 system
2602026-03-19T02:57:38.944Zruby system 3.0 system
2612026-03-19T02:57:38.944Zwords vendor vendor american-english
2622026-03-19T02:57:38.944Zwords system system australian-english
2632026-03-19T02:57:38.945Zwords system system british-english
2642026-03-19T02:57:38.945Zwords system system canadian-english
2652026-03-19T02:57:38.945Zwords system system french
2662026-03-19T02:57:38.945Zwords system system italian
2672026-03-19T02:57:38.945Zwords system system ngerman
2682026-03-19T02:57:38.945Zwords system system ogerman
2692026-03-19T02:57:38.945Zwords system system spanish
2702026-03-19T02:57:39.271ZPUBLISHER TYPE STATUS P LOCATION
2712026-03-19T02:57:39.271Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2722026-03-19T02:57:45.261ZFMRI IFO
2732026-03-19T02:57:45.262Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2742026-03-19T02:57:45.262Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2752026-03-19T02:57:45.263Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2762026-03-19T02:57:45.263Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2772026-03-19T02:57:45.263Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2782026-03-19T02:57:45.263Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2792026-03-19T02:57:45.263Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2802026-03-19T02:57:45.263Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2812026-03-19T02:57:45.263Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2822026-03-19T02:57:45.263Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2832026-03-19T02:57:45.263Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2842026-03-19T02:57:45.263Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2852026-03-19T02:57:45.263Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2862026-03-19T02:57:45.263Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2872026-03-19T02:57:45.263Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2882026-03-19T02:57:45.263Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2892026-03-19T02:57:46.533Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2902026-03-19T02:57:46.847Z Updating crates.io index
2912026-03-19T02:57:46.901Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922026-03-19T02:57:47.134Z Updating git repository `https://github.com/oxidecomputer/lldp`
2932026-03-19T02:57:47.907Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2942026-03-19T02:57:48.335Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2952026-03-19T02:57:48.809Z Updating git repository `https://github.com/oxidecomputer/falcon`
2962026-03-19T02:57:49.502Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2972026-03-19T02:57:50.388Z Updating git repository `https://github.com/oxidecomputer/propolis`
2982026-03-19T02:57:52.516Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992026-03-19T02:57:56.983Z Updating git repository `https://github.com/oxidecomputer/opte`
3002026-03-19T02:57:58.088Z Updating git repository `https://github.com/oxidecomputer/tofino`
3012026-03-19T02:57:58.415Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3022026-03-19T02:57:59.339Z Updating git repository `https://github.com/oxidecomputer/clickward`
3032026-03-19T02:57:59.637Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3042026-03-19T02:58:00.219Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3052026-03-19T02:58:00.428Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3062026-03-19T02:58:01.399Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3072026-03-19T02:58:01.889Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3082026-03-19T02:58:02.329Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3092026-03-19T02:58:02.909Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3102026-03-19T02:58:03.269Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3112026-03-19T02:58:03.642Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3122026-03-19T02:58:03.971Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3132026-03-19T02:58:04.190Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3142026-03-19T02:58:04.600Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3152026-03-19T02:58:05.218Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3162026-03-19T02:58:05.640Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3172026-03-19T02:58:06.021Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3182026-03-19T02:58:06.288Z Updating git repository `https://github.com/oxidecomputer/ispf`
3192026-03-19T02:58:06.626Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3202026-03-19T02:58:07.952Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3212026-03-19T02:58:08.255Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3222026-03-19T02:58:08.562Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3232026-03-19T02:58:08.868Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3242026-03-19T02:58:09.448Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3252026-03-19T02:58:09.722Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3262026-03-19T02:58:09.956Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3272026-03-19T02:58:10.354Z Updating git repository `https://github.com/illumos/smf-rs`
3282026-03-19T02:58:10.619Z Updating git repository `https://github.com/oxidecomputer/omicron`
3292026-03-19T02:58:25.499Z Downloading crates ...
3302026-03-19T02:58:25.586Z Downloaded heck v0.5.0
3312026-03-19T02:58:25.594Z Downloaded url v2.5.8
3322026-03-19T02:58:25.594Z Downloaded generic-array v0.14.7
3332026-03-19T02:58:25.605Z Downloaded camino-tempfile v1.4.1
3342026-03-19T02:58:25.605Z Downloaded pest_derive v2.8.6
3352026-03-19T02:58:25.611Z Downloaded cargo_toml v0.21.0
3362026-03-19T02:58:25.611Z Downloaded stable_deref_trait v1.2.1
3372026-03-19T02:58:25.611Z Downloaded fnv v1.0.7
3382026-03-19T02:58:25.611Z Downloaded crypto-common v0.1.7
3392026-03-19T02:58:25.616Z Downloaded clap_lex v1.0.0
3402026-03-19T02:58:25.616Z Downloaded cpufeatures v0.2.17
3412026-03-19T02:58:25.622Z Downloaded proc-macro-error v1.0.4
3422026-03-19T02:58:25.636Z Downloaded typeid v1.0.3
3432026-03-19T02:58:25.640Z Downloaded thiserror v2.0.18
3442026-03-19T02:58:25.640Z Downloaded pretty-hex v0.4.1
3452026-03-19T02:58:25.641Z Downloaded anstyle v1.0.13
3462026-03-19T02:58:25.641Z Downloaded icu_properties v2.1.2
3472026-03-19T02:58:25.646Z Downloaded dtrace-parser v0.2.0
3482026-03-19T02:58:25.646Z Downloaded rustix v1.1.3
3492026-03-19T02:58:25.659Z Downloaded zmij v1.0.21
3502026-03-19T02:58:25.663Z Downloaded toml v0.8.23
3512026-03-19T02:58:25.663Z Downloaded usdt v0.5.0
3522026-03-19T02:58:25.663Z Downloaded serde-untagged v0.1.9
3532026-03-19T02:58:25.667Z Downloaded thread-id v4.2.2
3542026-03-19T02:58:25.667Z Downloaded idna v1.1.0
3552026-03-19T02:58:25.670Z Downloaded serde v1.0.228
3562026-03-19T02:58:25.671Z Downloaded yoke-derive v0.8.1
3572026-03-19T02:58:25.671Z Downloaded unicode-linebreak v0.1.5
3582026-03-19T02:58:25.676Z Downloaded unicode-xid v0.2.6
3592026-03-19T02:58:25.676Z Downloaded macaddr v1.0.1
3602026-03-19T02:58:25.676Z Downloaded quote v1.0.44
3612026-03-19T02:58:25.693Z Downloaded usdt-impl v0.5.0
3622026-03-19T02:58:25.693Z Downloaded indexmap v2.13.0
3632026-03-19T02:58:25.693Z Downloaded anstream v0.6.21
3642026-03-19T02:58:25.715Z Downloaded plain v0.2.3
3652026-03-19T02:58:25.715Z Downloaded percent-encoding v2.3.2
3662026-03-19T02:58:25.716Z Downloaded version_check v0.9.5
3672026-03-19T02:58:25.716Z Downloaded num-traits v0.2.19
3682026-03-19T02:58:25.716Z Downloaded memmap v0.7.0
3692026-03-19T02:58:25.716Z Downloaded fs-err v3.3.0
3702026-03-19T02:58:25.716Z Downloaded serde_derive v1.0.228
3712026-03-19T02:58:25.716Z Downloaded scroll_derive v0.12.1
3722026-03-19T02:58:25.716Z Downloaded utf8parse v0.2.2
3732026-03-19T02:58:25.716Z Downloaded toml_write v0.1.2
3742026-03-19T02:58:25.716Z Downloaded zerofrom v0.1.6
3752026-03-19T02:58:25.716Z Downloaded icu_locale_core v2.1.1
3762026-03-19T02:58:25.725Z Downloaded zerovec-derive v0.11.2
3772026-03-19T02:58:25.725Z Downloaded zerocopy-derive v0.7.35
3782026-03-19T02:58:25.725Z Downloaded zerofrom-derive v0.1.6
3792026-03-19T02:58:25.725Z Downloaded sha2 v0.10.9
3802026-03-19T02:58:25.728Z Downloaded goblin v0.8.2
3812026-03-19T02:58:25.728Z Downloaded ucd-trie v0.1.7
3822026-03-19T02:58:25.728Z Downloaded typenum v1.19.0
3832026-03-19T02:58:25.728Z Downloaded zerotrie v0.2.3
3842026-03-19T02:58:25.728Z Downloaded fastrand v2.3.0
3852026-03-19T02:58:25.728Z Downloaded digest v0.10.7
3862026-03-19T02:58:25.728Z Downloaded winnow v0.7.14
3872026-03-19T02:58:25.737Z Downloaded pest_generator v2.8.6
3882026-03-19T02:58:25.737Z Downloaded once_cell v1.21.3
3892026-03-19T02:58:25.737Z Downloaded itoa v1.0.17
3902026-03-19T02:58:25.737Z Downloaded unicode-width v0.1.14
3912026-03-19T02:58:25.737Z Downloaded getrandom v0.4.1
3922026-03-19T02:58:25.741Z Downloaded form_urlencoded v1.2.2
3932026-03-19T02:58:25.741Z Downloaded scroll v0.12.0
3942026-03-19T02:58:25.741Z Downloaded memchr v2.8.0
3952026-03-19T02:58:25.741Z Downloaded papergrid v0.11.0
3962026-03-19T02:58:25.745Z Downloaded ordered-float v2.10.1
3972026-03-19T02:58:25.745Z Downloaded swrite v0.1.0
3982026-03-19T02:58:25.746Z Downloaded icu_collections v2.1.1
3992026-03-19T02:58:25.749Z Downloaded serde-value v0.7.0
4002026-03-19T02:58:25.749Z Downloaded block-buffer v0.10.4
4012026-03-19T02:58:25.755Z Downloaded semver v1.0.27
4022026-03-19T02:58:25.755Z Downloaded proc-macro2 v1.0.106
4032026-03-19T02:58:25.755Z Downloaded icu_provider v2.1.1
4042026-03-19T02:58:25.765Z Downloaded terminal_size v0.4.3
4052026-03-19T02:58:25.765Z Downloaded dof v0.3.0
4062026-03-19T02:58:25.766Z Downloaded is_terminal_polyfill v1.70.2
4072026-03-19T02:58:25.766Z Downloaded writeable v0.6.2
4082026-03-19T02:58:25.766Z Downloaded thiserror-impl v2.0.18
4092026-03-19T02:58:25.766Z Downloaded anyhow v1.0.102
4102026-03-19T02:58:25.771Z Downloaded cargo-platform v0.2.0
4112026-03-19T02:58:25.772Z Downloaded thiserror v1.0.69
4122026-03-19T02:58:25.772Z Downloaded usdt-attr-macro v0.5.0
4132026-03-19T02:58:25.772Z Downloaded proc-macro-error-attr v1.0.4
4142026-03-19T02:58:25.772Z Downloaded icu_normalizer v2.1.1
4152026-03-19T02:58:25.778Z Downloaded strsim v0.11.1
4162026-03-19T02:58:25.778Z Downloaded byteorder v1.5.0
4172026-03-19T02:58:25.778Z Downloaded colorchoice v1.0.4
4182026-03-19T02:58:25.778Z Downloaded erased-serde v0.4.9
4192026-03-19T02:58:25.778Z Downloaded serde_tokenstream v0.2.3
4202026-03-19T02:58:25.778Z Downloaded errno v0.3.14
4212026-03-19T02:58:25.784Z Downloaded equivalent v1.0.2
4222026-03-19T02:58:25.784Z Downloaded idna_adapter v1.2.1
4232026-03-19T02:58:25.793Z Downloaded displaydoc v0.2.5
4242026-03-19T02:58:25.794Z Downloaded yoke v0.8.1
4252026-03-19T02:58:25.795Z Downloaded icu_normalizer_data v2.1.1
4262026-03-19T02:58:25.801Z Downloaded anstyle-query v1.1.5
4272026-03-19T02:58:25.802Z Downloaded unicode-ident v1.0.24
4282026-03-19T02:58:25.806Z Downloaded usdt-macro v0.5.0
4292026-03-19T02:58:25.806Z Downloaded smallvec v1.15.1
4302026-03-19T02:58:25.806Z Downloaded utf8_iter v1.0.4
4312026-03-19T02:58:25.806Z Downloaded thiserror-impl v1.0.69
4322026-03-19T02:58:25.806Z Downloaded smawk v0.3.2
4332026-03-19T02:58:25.818Z Downloaded litemap v0.8.1
4342026-03-19T02:58:25.824Z Downloaded toml_datetime v0.6.11
4352026-03-19T02:58:25.824Z Downloaded bitflags v2.11.0
4362026-03-19T02:58:25.824Z Downloaded zerocopy v0.7.35
4372026-03-19T02:58:25.830Z Downloaded tinystr v0.8.2
4382026-03-19T02:58:25.837Z Downloaded log v0.4.29
4392026-03-19T02:58:25.837Z Downloaded zerovec v0.11.5
4402026-03-19T02:58:25.849Z Downloaded textwrap v0.16.2
4412026-03-19T02:58:25.850Z Downloaded serde_spanned v0.6.9
4422026-03-19T02:58:25.850Z Downloaded pest_meta v2.8.6
4432026-03-19T02:58:25.850Z Downloaded unicode-width v0.2.0
4442026-03-19T02:58:25.860Z Downloaded serde_json v1.0.149
4452026-03-19T02:58:25.860Z Downloaded potential_utf v0.1.4
4462026-03-19T02:58:25.861Z Downloaded pest v2.8.6
4472026-03-19T02:58:25.861Z Downloaded tempfile v3.25.0
4482026-03-19T02:58:25.870Z Downloaded hashbrown v0.16.1
4492026-03-19T02:58:25.870Z Downloaded cargo_metadata v0.21.0
4502026-03-19T02:58:25.870Z Downloaded cfg-if v1.0.4
4512026-03-19T02:58:25.870Z Downloaded cargo-util-schemas v0.8.2
4522026-03-19T02:58:25.870Z Downloaded autocfg v1.5.0
4532026-03-19T02:58:25.870Z Downloaded clap v4.5.60
4542026-03-19T02:58:25.876Z Downloaded tabled_derive v0.7.0
4552026-03-19T02:58:25.876Z Downloaded clap_builder v4.5.60
4562026-03-19T02:58:25.880Z Downloaded anstyle-parse v0.2.7
4572026-03-19T02:58:25.880Z Downloaded serde_core v1.0.228
4582026-03-19T02:58:25.880Z Downloaded camino v1.2.2
4592026-03-19T02:58:25.880Z Downloaded bytecount v0.6.9
4602026-03-19T02:58:25.889Z Downloaded heck v0.4.1
4612026-03-19T02:58:25.889Z Downloaded icu_properties_data v2.1.2
4622026-03-19T02:58:25.893Z Downloaded syn v1.0.109
4632026-03-19T02:58:25.900Z Downloaded clap_derive v4.5.55
4642026-03-19T02:58:25.910Z Downloaded syn v2.0.117
4652026-03-19T02:58:25.931Z Downloaded libc v0.2.180
4662026-03-19T02:58:25.952Z Downloaded tabled v0.15.0
4672026-03-19T02:58:26.337Z Downloaded toml_edit v0.22.27
4682026-03-19T02:58:26.858Z Downloaded synstructure v0.13.2
4692026-03-19T02:58:26.924Z Compiling proc-macro2 v1.0.106
4702026-03-19T02:58:26.927Z Compiling unicode-ident v1.0.24
4712026-03-19T02:58:26.927Z Compiling quote v1.0.44
4722026-03-19T02:58:26.927Z Compiling serde_core v1.0.228
4732026-03-19T02:58:26.927Z Compiling libc v0.2.180
4742026-03-19T02:58:26.927Z Compiling version_check v0.9.5
4752026-03-19T02:58:26.927Z Compiling stable_deref_trait v1.2.1
4762026-03-19T02:58:26.927Z Compiling serde v1.0.228
4772026-03-19T02:58:27.369Z Compiling memchr v2.8.0
4782026-03-19T02:58:27.384Z Compiling zmij v1.0.21
4792026-03-19T02:58:27.640Z Compiling autocfg v1.5.0
4802026-03-19T02:58:27.735Z Compiling thiserror v1.0.69
4812026-03-19T02:58:27.735Z Compiling itoa v1.0.17
4822026-03-19T02:58:28.104Z Compiling ucd-trie v0.1.7
4832026-03-19T02:58:28.214Z Compiling writeable v0.6.2
4842026-03-19T02:58:28.217Z Compiling litemap v0.8.1
4852026-03-19T02:58:28.278Z Compiling rustix v1.1.3
4862026-03-19T02:58:28.467Z Compiling pest v2.8.6
4872026-03-19T02:58:28.537Z Compiling icu_normalizer_data v2.1.1
4882026-03-19T02:58:28.542Z Compiling byteorder v1.5.0
4892026-03-19T02:58:28.804Z Compiling icu_properties_data v2.1.2
4902026-03-19T02:58:28.984Z Compiling errno v0.3.14
4912026-03-19T02:58:29.007Z Compiling serde_json v1.0.149
4922026-03-19T02:58:29.037Z Compiling syn v2.0.117
4932026-03-19T02:58:29.192Z Compiling bitflags v2.11.0
4942026-03-19T02:58:29.304Z Compiling num-traits v0.2.19
4952026-03-19T02:58:29.353Z Compiling hashbrown v0.16.1
4962026-03-19T02:58:29.497Z Compiling typeid v1.0.3
4972026-03-19T02:58:29.792Z Compiling smallvec v1.15.1
4982026-03-19T02:58:29.842Z Compiling equivalent v1.0.2
4992026-03-19T02:58:30.411Z Compiling pest_meta v2.8.6
5002026-03-19T02:58:30.415Z Compiling indexmap v2.13.0
5012026-03-19T02:58:30.415Z Compiling thread-id v4.2.2
5022026-03-19T02:58:30.415Z Compiling usdt-impl v0.5.0
5032026-03-19T02:58:30.415Z Compiling proc-macro-error-attr v1.0.4
5042026-03-19T02:58:30.882Z Compiling toml_write v0.1.2
5052026-03-19T02:58:30.886Z Compiling erased-serde v0.4.9
5062026-03-19T02:58:30.886Z Compiling syn v1.0.109
5072026-03-19T02:58:30.886Z Compiling winnow v0.7.14
5082026-03-19T02:58:31.154Z Compiling proc-macro-error v1.0.4
5092026-03-19T02:58:31.274Z Compiling plain v0.2.3
5102026-03-19T02:58:31.385Z Compiling percent-encoding v2.3.2
5112026-03-19T02:58:31.422Z Compiling camino v1.2.2
5122026-03-19T02:58:31.628Z Compiling log v0.4.29
5132026-03-19T02:58:31.823Z Compiling utf8parse v0.2.2
5142026-03-19T02:58:31.875Z Compiling utf8_iter v1.0.4
5152026-03-19T02:58:31.967Z Compiling thiserror v2.0.18
5162026-03-19T02:58:32.002Z Compiling getrandom v0.4.1
5172026-03-19T02:58:32.066Z Compiling anstyle-parse v0.2.7
5182026-03-19T02:58:32.309Z Compiling ordered-float v2.10.1
5192026-03-19T02:58:32.802Z Compiling form_urlencoded v1.2.2
5202026-03-19T02:58:32.805Z Compiling terminal_size v0.4.3
5212026-03-19T02:58:32.805Z Compiling synstructure v0.13.2
5222026-03-19T02:58:32.805Z Compiling pest_generator v2.8.6
5232026-03-19T02:58:32.805Z Compiling is_terminal_polyfill v1.70.2
5242026-03-19T02:58:32.917Z Compiling anstyle-query v1.1.5
5252026-03-19T02:58:32.942Z Compiling colorchoice v1.0.4
5262026-03-19T02:58:33.061Z Compiling pretty-hex v0.4.1
5272026-03-19T02:58:33.086Z Compiling cfg-if v1.0.4
5282026-03-19T02:58:33.111Z Compiling anstyle v1.0.13
5292026-03-19T02:58:33.207Z Compiling serde-untagged v0.1.9
5302026-03-19T02:58:33.379Z Compiling anstream v0.6.21
5312026-03-19T02:58:33.474Z Compiling semver v1.0.27
5322026-03-19T02:58:33.578Z Compiling fs-err v3.3.0
5332026-03-19T02:58:33.738Z Compiling anyhow v1.0.102
5342026-03-19T02:58:33.837Z Compiling once_cell v1.21.3
5352026-03-19T02:58:33.853Z Compiling bytecount v0.6.9
5362026-03-19T02:58:33.916Z Compiling heck v0.5.0
5372026-03-19T02:58:33.984Z Compiling fnv v1.0.7
5382026-03-19T02:58:34.020Z Compiling heck v0.4.1
5392026-03-19T02:58:34.109Z Compiling unicode-xid v0.2.6
5402026-03-19T02:58:34.134Z Compiling strsim v0.11.1
5412026-03-19T02:58:34.240Z Compiling fastrand v2.3.0
5422026-03-19T02:58:34.269Z Compiling unicode-width v0.1.14
5432026-03-19T02:58:34.320Z Compiling clap_lex v1.0.0
5442026-03-19T02:58:34.567Z Compiling papergrid v0.11.0
5452026-03-19T02:58:34.594Z Compiling clap_builder v4.5.60
5462026-03-19T02:58:34.617Z Compiling tempfile v3.25.0
5472026-03-19T02:58:34.800Z Compiling memmap v0.7.0
5482026-03-19T02:58:34.921Z Compiling unicode-linebreak v0.1.5
5492026-03-19T02:58:35.044Z Compiling unicode-width v0.2.0
5502026-03-19T02:58:35.120Z Compiling smawk v0.3.2
5512026-03-19T02:58:35.297Z Compiling camino-tempfile v1.4.1
5522026-03-19T02:58:35.330Z Compiling serde_derive v1.0.228
5532026-03-19T02:58:35.409Z Compiling zerofrom-derive v0.1.6
5542026-03-19T02:58:35.543Z Compiling yoke-derive v0.8.1
5552026-03-19T02:58:35.599Z Compiling zerovec-derive v0.11.2
5562026-03-19T02:58:35.716Z Compiling displaydoc v0.2.5
5572026-03-19T02:58:36.571Z Compiling thiserror-impl v1.0.69
5582026-03-19T02:58:36.685Z Compiling zerocopy-derive v0.7.35
5592026-03-19T02:58:37.091Z Compiling pest_derive v2.8.6
5602026-03-19T02:58:37.113Z Compiling scroll_derive v0.12.1
5612026-03-19T02:58:37.322Z Compiling zerofrom v0.1.6
5622026-03-19T02:58:37.493Z Compiling yoke v0.8.1
5632026-03-19T02:58:37.616Z Compiling thiserror-impl v2.0.18
5642026-03-19T02:58:37.744Z Compiling zerovec v0.11.5
5652026-03-19T02:58:37.825Z Compiling zerotrie v0.2.3
5662026-03-19T02:58:37.965Z Compiling zerocopy v0.7.35
5672026-03-19T02:58:38.223Z Compiling scroll v0.12.0
5682026-03-19T02:58:38.386Z Compiling tinystr v0.8.2
5692026-03-19T02:58:38.440Z Compiling potential_utf v0.1.4
5702026-03-19T02:58:38.599Z Compiling dtrace-parser v0.2.0
5712026-03-19T02:58:38.693Z Compiling icu_locale_core v2.1.1
5722026-03-19T02:58:38.717Z Compiling icu_collections v2.1.1
5732026-03-19T02:58:38.823Z Compiling goblin v0.8.2
5742026-03-19T02:58:38.898Z Compiling tabled_derive v0.7.0
5752026-03-19T02:58:39.340Z Compiling clap_derive v4.5.55
5762026-03-19T02:58:39.382Z Compiling textwrap v0.16.2
5772026-03-19T02:58:39.691Z Compiling icu_provider v2.1.1
5782026-03-19T02:58:40.009Z Compiling icu_normalizer v2.1.1
5792026-03-19T02:58:40.085Z Compiling serde_spanned v0.6.9
5802026-03-19T02:58:40.115Z Compiling toml_datetime v0.6.11
5812026-03-19T02:58:40.142Z Compiling icu_properties v2.1.2
5822026-03-19T02:58:40.145Z Compiling dof v0.3.0
5832026-03-19T02:58:40.222Z Compiling serde_tokenstream v0.2.3
5842026-03-19T02:58:40.271Z Compiling serde-value v0.7.0
5852026-03-19T02:58:40.459Z Compiling toml_edit v0.22.27
5862026-03-19T02:58:40.696Z Compiling cargo-platform v0.2.0
5872026-03-19T02:58:40.735Z Compiling tabled v0.15.0
5882026-03-19T02:58:40.763Z Compiling macaddr v1.0.1
5892026-03-19T02:58:41.068Z Compiling swrite v0.1.0
5902026-03-19T02:58:41.216Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5912026-03-19T02:58:41.458Z Compiling idna_adapter v1.2.1
5922026-03-19T02:58:41.482Z Compiling usdt-attr-macro v0.5.0
5932026-03-19T02:58:41.531Z Compiling usdt-macro v0.5.0
5942026-03-19T02:58:41.641Z Compiling idna v1.1.0
5952026-03-19T02:58:41.734Z Compiling clap v4.5.60
5962026-03-19T02:58:42.268Z Compiling url v2.5.8
5972026-03-19T02:58:42.460Z Compiling toml v0.8.23
5982026-03-19T02:58:42.786Z Compiling usdt v0.5.0
5992026-03-19T02:58:43.014Z Compiling cargo-util-schemas v0.8.2
6002026-03-19T02:58:43.117Z Compiling cargo_toml v0.21.0
6012026-03-19T02:58:44.275Z Compiling cargo_metadata v0.21.0
6022026-03-19T02:58:45.573Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6032026-03-19T02:58:48.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
6042026-03-19T02:58:48.768Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6052026-03-19T02:58:49.505Z Downloading crates ...
6062026-03-19T02:58:49.632Z Downloaded bit-vec v0.8.0
6072026-03-19T02:58:49.657Z Downloaded crc32fast v1.5.0
6082026-03-19T02:58:49.665Z Downloaded cstr-argument v0.1.2
6092026-03-19T02:58:49.665Z Downloaded bcs v0.1.6
6102026-03-19T02:58:49.665Z Downloaded critical-section v1.2.0
6112026-03-19T02:58:49.665Z Downloaded crucible-workspace-hack v0.1.0
6122026-03-19T02:58:49.665Z Downloaded cipher v0.4.4
6132026-03-19T02:58:49.665Z Downloaded endian-type v0.1.2
6142026-03-19T02:58:49.665Z Downloaded bytes v1.11.1
6152026-03-19T02:58:49.665Z Downloaded cfg_aliases v0.2.1
6162026-03-19T02:58:49.665Z Downloaded fixedbitset v0.5.7
6172026-03-19T02:58:49.675Z Downloaded async-trait v0.1.89
6182026-03-19T02:58:49.680Z Downloaded aho-corasick v1.1.4
6192026-03-19T02:58:49.686Z Downloaded filetime v0.2.27
6202026-03-19T02:58:49.686Z Downloaded darling_macro v0.23.0
6212026-03-19T02:58:49.686Z Downloaded block-padding v0.3.3
6222026-03-19T02:58:49.686Z Downloaded bitvec v1.0.1
6232026-03-19T02:58:49.696Z Downloaded downcast-rs v2.0.2
6242026-03-19T02:58:49.699Z Downloaded derive_builder_macro v0.20.2
6252026-03-19T02:58:49.699Z Downloaded daft-derive v0.1.5
6262026-03-19T02:58:49.703Z Downloaded defmt v1.0.1
6272026-03-19T02:58:49.706Z Downloaded csv-core v0.1.13
6282026-03-19T02:58:49.706Z Downloaded debug-ignore v1.0.5
6292026-03-19T02:58:49.709Z Downloaded atty v0.2.14
6302026-03-19T02:58:49.709Z Downloaded arrayref v0.3.9
6312026-03-19T02:58:49.712Z Downloaded dtrace-parser v0.3.0
6322026-03-19T02:58:49.716Z Downloaded display-error-chain v0.2.2
6332026-03-19T02:58:49.716Z Downloaded darling v0.20.11
6342026-03-19T02:58:49.723Z Downloaded curve25519-dalek-derive v0.1.1
6352026-03-19T02:58:49.728Z Downloaded dof v0.4.0
6362026-03-19T02:58:49.749Z Downloaded diesel_table_macro_syntax v0.3.0
6372026-03-19T02:58:49.755Z Downloaded darling_macro v0.21.3
6382026-03-19T02:58:49.755Z Downloaded env_filter v1.0.0
6392026-03-19T02:58:49.755Z Downloaded darling_macro v0.20.11
6402026-03-19T02:58:49.755Z Downloaded castaway v0.2.4
6412026-03-19T02:58:49.755Z Downloaded embedded-io v0.6.1
6422026-03-19T02:58:49.755Z Downloaded cancel-safe-futures v0.1.5
6432026-03-19T02:58:49.755Z Downloaded assert_matches v1.5.0
6442026-03-19T02:58:49.755Z Downloaded ascii-canvas v3.0.0
6452026-03-19T02:58:49.756Z Downloaded dropshot-api-manager-types v0.6.0
6462026-03-19T02:58:49.760Z Downloaded defmt v0.3.100
6472026-03-19T02:58:49.760Z Downloaded foreign-types v0.5.0
6482026-03-19T02:58:49.765Z Downloaded embedded-io v0.4.0
6492026-03-19T02:58:49.769Z Downloaded float-cmp v0.10.0
6502026-03-19T02:58:49.769Z Downloaded flagset v0.4.7
6512026-03-19T02:58:49.769Z Downloaded enum-as-inner v0.6.1
6522026-03-19T02:58:49.773Z Downloaded document-features v0.2.12
6532026-03-19T02:58:49.783Z Downloaded bit-set v0.5.3
6542026-03-19T02:58:49.783Z Downloaded base16ct v1.0.0
6552026-03-19T02:58:49.783Z Downloaded difflib v0.4.0
6562026-03-19T02:58:49.788Z Downloaded crunchy v0.2.4
6572026-03-19T02:58:49.788Z Downloaded convert_case v0.4.0
6582026-03-19T02:58:49.788Z Downloaded dyn-clone v1.0.20
6592026-03-19T02:58:49.788Z Downloaded futures-macro v0.3.32
6602026-03-19T02:58:49.788Z Downloaded futures-task v0.3.32
6612026-03-19T02:58:49.788Z Downloaded ciborium-ll v0.2.2
6622026-03-19T02:58:49.788Z Downloaded foreign-types-shared v0.1.1
6632026-03-19T02:58:49.788Z Downloaded foreign-types v0.3.2
6642026-03-19T02:58:49.788Z Downloaded fixedbitset v0.4.2
6652026-03-19T02:58:49.794Z Downloaded fd-lock v4.0.4
6662026-03-19T02:58:49.794Z Downloaded find-msvc-tools v0.1.9
6672026-03-19T02:58:49.801Z Downloaded ctr v0.9.2
6682026-03-19T02:58:49.801Z Downloaded dirs-sys-next v0.1.2
6692026-03-19T02:58:49.801Z Downloaded float-ord v0.3.2
6702026-03-19T02:58:49.801Z Downloaded futures-core v0.3.32
6712026-03-19T02:58:49.807Z Downloaded futures-io v0.3.32
6722026-03-19T02:58:49.807Z Downloaded deranged v0.5.8
6732026-03-19T02:58:49.808Z Downloaded defmt-parser v1.0.0
6742026-03-19T02:58:49.809Z Downloaded data-encoding v2.10.0
6752026-03-19T02:58:49.809Z Downloaded async-recursion v1.1.1
6762026-03-19T02:58:49.816Z Downloaded foreign-types-shared v0.3.1
6772026-03-19T02:58:49.816Z Downloaded erased-serde v0.3.31
6782026-03-19T02:58:49.816Z Downloaded daft v0.1.5
6792026-03-19T02:58:49.816Z Downloaded crc8 v0.1.1
6802026-03-19T02:58:49.816Z Downloaded crc v3.4.0
6812026-03-19T02:58:49.820Z Downloaded fallible-iterator v0.2.0
6822026-03-19T02:58:49.821Z Downloaded der_derive v0.7.3
6832026-03-19T02:58:49.821Z Downloaded cobs v0.3.0
6842026-03-19T02:58:49.821Z Downloaded atomicwrites v0.4.4
6852026-03-19T02:58:49.821Z Downloaded array-init v0.0.4
6862026-03-19T02:58:49.825Z Downloaded futures-sink v0.3.32
6872026-03-19T02:58:49.825Z Downloaded darling v0.23.0
6882026-03-19T02:58:49.836Z Downloaded either v1.15.0
6892026-03-19T02:58:49.836Z Downloaded crossbeam-deque v0.8.6
6902026-03-19T02:58:49.842Z Downloaded foreign-types-macros v0.2.3
6912026-03-19T02:58:49.842Z Downloaded bitfield-macros v0.19.4
6922026-03-19T02:58:49.842Z Downloaded foldhash v0.1.5
6932026-03-19T02:58:49.842Z Downloaded ff v0.13.1
6942026-03-19T02:58:49.842Z Downloaded drift v0.1.3
6952026-03-19T02:58:49.866Z Downloaded diesel-dtrace v0.5.0
6962026-03-19T02:58:49.875Z Downloaded crossbeam-epoch v0.9.18
6972026-03-19T02:58:49.875Z Downloaded cpufeatures v0.3.0
6982026-03-19T02:58:49.875Z Downloaded cassowary v0.3.0
6992026-03-19T02:58:49.875Z Downloaded cargo-platform v0.1.9
7002026-03-19T02:58:49.875Z Downloaded diff v0.1.13
7012026-03-19T02:58:49.875Z Downloaded derive_builder_core v0.20.2
7022026-03-19T02:58:49.875Z Downloaded derive_builder v0.20.2
7032026-03-19T02:58:50.005Z Downloaded globwalk v0.9.1
7042026-03-19T02:58:50.005Z Downloaded crossbeam-utils v0.8.21
7052026-03-19T02:58:50.005Z Downloaded fs-err v2.11.0
7062026-03-19T02:58:50.005Z Downloaded hex-literal v0.4.1
7072026-03-19T02:58:50.006Z Downloaded corncobs v0.1.4
7082026-03-19T02:58:50.045Z Downloaded bit-vec v0.6.3
7092026-03-19T02:58:50.045Z Downloaded hex v0.4.3
7102026-03-19T02:58:50.045Z Downloaded hash32 v0.3.1
7112026-03-19T02:58:50.045Z Downloaded env_logger v0.11.9
7122026-03-19T02:58:50.045Z Downloaded blowfish v0.9.1
7132026-03-19T02:58:50.045Z Downloaded defmt-macros v1.0.1
7142026-03-19T02:58:50.045Z Downloaded chacha20 v0.9.1
7152026-03-19T02:58:50.045Z Downloaded futures-channel v0.3.32
7162026-03-19T02:58:50.045Z Downloaded foldhash v0.2.0
7172026-03-19T02:58:50.045Z Downloaded convert_case v0.10.0
7182026-03-19T02:58:50.045Z Downloaded bitfield-struct v0.6.2
7192026-03-19T02:58:50.045Z Downloaded hubpack v0.1.2
7202026-03-19T02:58:50.045Z Downloaded http-body v1.0.1
7212026-03-19T02:58:50.045Z Downloaded fxhash v0.2.1
7222026-03-19T02:58:50.045Z Downloaded http-range v0.1.5
7232026-03-19T02:58:50.045Z Downloaded hostname v0.4.2
7242026-03-19T02:58:50.045Z Downloaded hostname v0.3.1
7252026-03-19T02:58:50.046Z Downloaded hyper-tls v0.6.0
7262026-03-19T02:58:50.046Z Downloaded glob v0.3.3
7272026-03-19T02:58:50.046Z Downloaded git-stub-vcs v0.1.0
7282026-03-19T02:58:50.046Z Downloaded dropshot_endpoint v0.16.7
7292026-03-19T02:58:50.046Z Downloaded hash32 v0.2.1
7302026-03-19T02:58:50.046Z Downloaded ahash v0.8.12
7312026-03-19T02:58:50.046Z Downloaded async-bb8-diesel v0.2.1
7322026-03-19T02:58:50.046Z Downloaded globset v0.4.18
7332026-03-19T02:58:50.046Z Downloaded colored v3.1.1
7342026-03-19T02:58:50.046Z Downloaded cookie v0.18.1
7352026-03-19T02:58:50.046Z Downloaded ciborium v0.2.2
7362026-03-19T02:58:50.046Z Downloaded hubpack_derive v0.1.1
7372026-03-19T02:58:50.046Z Downloaded colored v2.2.0
7382026-03-19T02:58:50.046Z Downloaded instant v0.1.13
7392026-03-19T02:58:50.046Z Downloaded inout v0.1.4
7402026-03-19T02:58:50.046Z Downloaded futures-executor v0.3.32
7412026-03-19T02:58:50.046Z Downloaded httpdate v1.0.3
7422026-03-19T02:58:50.046Z Downloaded darling_core v0.21.3
7432026-03-19T02:58:50.046Z Downloaded kstat-rs v0.2.4
7442026-03-19T02:58:50.046Z Downloaded bzip2 v0.6.1
7452026-03-19T02:58:50.046Z Downloaded internet-checksum v0.2.1
7462026-03-19T02:58:50.046Z Downloaded keccak v0.1.6
7472026-03-19T02:58:50.046Z Downloaded clang-sys v1.8.1
7482026-03-19T02:58:50.046Z Downloaded fatfs v0.3.6
7492026-03-19T02:58:50.047Z Downloaded backon v1.6.0
7502026-03-19T02:58:50.047Z Downloaded highway v1.3.0
7512026-03-19T02:58:50.047Z Downloaded ident_case v1.0.1
7522026-03-19T02:58:50.047Z Downloaded derive_more v0.99.20
7532026-03-19T02:58:50.047Z Downloaded allocator-api2 v0.2.21
7542026-03-19T02:58:50.047Z Downloaded memoffset v0.9.1
7552026-03-19T02:58:50.047Z Downloaded is_ci v1.2.0
7562026-03-19T02:58:50.047Z Downloaded is-terminal v0.4.17
7572026-03-19T02:58:50.047Z Downloaded lazy_static v1.5.0
7582026-03-19T02:58:50.047Z Downloaded getrandom v0.2.17
7592026-03-19T02:58:50.047Z Downloaded indoc v1.0.9
7602026-03-19T02:58:50.047Z Downloaded hyper-staticfile v0.10.1
7612026-03-19T02:58:50.047Z Downloaded instability v0.3.11
7622026-03-19T02:58:50.047Z Downloaded group v0.13.0
7632026-03-19T02:58:50.047Z Downloaded crc-any v2.5.0
7642026-03-19T02:58:50.047Z Downloaded derive-where v1.6.0
7652026-03-19T02:58:50.047Z Downloaded lru-slab v0.1.2
7662026-03-19T02:58:50.047Z Downloaded lru-cache v0.1.2
7672026-03-19T02:58:50.047Z Downloaded base64 v0.22.1
7682026-03-19T02:58:50.047Z Downloaded chacha20poly1305 v0.10.1
7692026-03-19T02:58:50.047Z Downloaded md-5 v0.10.6
7702026-03-19T02:58:50.047Z Downloaded impl-trait-for-tuples v0.2.3
7712026-03-19T02:58:50.047Z Downloaded lru v0.12.5
7722026-03-19T02:58:50.048Z Downloaded lalrpop-util v0.19.12
7732026-03-19T02:58:50.048Z Downloaded match_cfg v0.1.0
7742026-03-19T02:58:50.048Z Downloaded maplit v1.0.2
7752026-03-19T02:58:50.048Z Downloaded ipnetwork v0.21.1
7762026-03-19T02:58:50.048Z Downloaded lzss v0.8.2
7772026-03-19T02:58:50.048Z Downloaded ingot v0.1.1
7782026-03-19T02:58:50.048Z Downloaded openssl-probe v0.2.1
7792026-03-19T02:58:50.048Z Downloaded maybe-uninit v2.0.0
7802026-03-19T02:58:50.073Z Downloaded newtype-uuid-macros v0.1.0
7812026-03-19T02:58:50.073Z Downloaded getrandom v0.3.4
7822026-03-19T02:58:50.073Z Downloaded libsw-core v0.3.2
7832026-03-19T02:58:50.073Z Downloaded hickory-client v0.25.2
7842026-03-19T02:58:50.073Z Downloaded futures v0.3.32
7852026-03-19T02:58:50.073Z Downloaded hmac v0.12.1
7862026-03-19T02:58:50.073Z Downloaded cc v1.2.56
7872026-03-19T02:58:50.073Z Downloaded base64 v0.21.7
7882026-03-19T02:58:50.073Z Downloaded num_threads v0.1.7
7892026-03-19T02:58:50.073Z Downloaded num_enum_derive v0.5.11
7902026-03-19T02:58:50.073Z Downloaded num-derive v0.4.2
7912026-03-19T02:58:50.073Z Downloaded newtype_derive v0.1.6
7922026-03-19T02:58:50.074Z Downloaded oso-derive v0.27.3
7932026-03-19T02:58:50.074Z Downloaded headers v0.4.1
7942026-03-19T02:58:50.074Z Downloaded multimap v0.10.1
7952026-03-19T02:58:50.074Z Downloaded libsw v3.5.0
7962026-03-19T02:58:50.074Z Downloaded heapless v0.8.0
7972026-03-19T02:58:50.074Z Downloaded nodrop v0.1.14
7982026-03-19T02:58:50.074Z Downloaded ar_archive_writer v0.5.1
7992026-03-19T02:58:50.074Z Downloaded num v0.4.3
8002026-03-19T02:58:50.091Z Downloaded libefi-sys v0.1.0
8012026-03-19T02:58:50.091Z Downloaded arc-swap v1.8.2
8022026-03-19T02:58:50.091Z Downloaded num-iter v0.1.45
8032026-03-19T02:58:50.091Z Downloaded num-conv v0.2.0
8042026-03-19T02:58:50.091Z Downloaded humantime v2.3.0
8052026-03-19T02:58:50.091Z Downloaded flate2 v1.1.9
8062026-03-19T02:58:50.091Z Downloaded nibble_vec v0.1.0
8072026-03-19T02:58:50.091Z Downloaded ingot-macros v0.1.1
8082026-03-19T02:58:50.091Z Downloaded indent_write v2.2.0
8092026-03-19T02:58:50.091Z Downloaded native-tls v0.2.18
8102026-03-19T02:58:50.091Z Downloaded httparse v1.10.1
8112026-03-19T02:58:50.092Z Downloaded heapless v0.7.17
8122026-03-19T02:58:50.092Z Downloaded der v0.7.10
8132026-03-19T02:58:50.107Z Downloaded nonempty v0.12.0
8142026-03-19T02:58:50.107Z Downloaded crossbeam-channel v0.5.15
8152026-03-19T02:58:50.107Z Downloaded indexmap v1.9.3
8162026-03-19T02:58:50.107Z Downloaded oxnet v0.1.4
8172026-03-19T02:58:50.107Z Downloaded openssl-probe v0.1.6
8182026-03-19T02:58:50.107Z Downloaded path-slash v0.1.5
8192026-03-19T02:58:50.107Z Downloaded olpc-cjson v0.1.4
8202026-03-19T02:58:50.107Z Downloaded parse-display v0.10.0
8212026-03-19T02:58:50.108Z Downloaded num_enum v0.5.11
8222026-03-19T02:58:50.123Z Downloaded parse-size v1.1.0
8232026-03-19T02:58:50.124Z Downloaded nu-ansi-term v0.50.3
8242026-03-19T02:58:50.124Z Downloaded pbkdf2 v0.12.2
8252026-03-19T02:58:50.124Z Downloaded ghash v0.5.1
8262026-03-19T02:58:50.124Z Downloaded diesel_derives v2.3.7
8272026-03-19T02:58:50.124Z Downloaded num-complex v0.4.6
8282026-03-19T02:58:50.151Z Downloaded aes v0.8.4
8292026-03-19T02:58:50.151Z Downloaded half v2.7.1
8302026-03-19T02:58:50.151Z Downloaded num_enum v0.7.5
8312026-03-19T02:58:50.151Z Downloaded proc-macro-crate v1.3.1
8322026-03-19T02:58:50.151Z Downloaded indicatif v0.18.4
8332026-03-19T02:58:50.152Z Downloaded ppv-lite86 v0.2.21
8342026-03-19T02:58:50.168Z Downloaded password-hash v0.4.2
8352026-03-19T02:58:50.169Z Downloaded predicates v3.1.4
8362026-03-19T02:58:50.169Z Downloaded phf_shared v0.12.1
8372026-03-19T02:58:50.169Z Downloaded packed_struct_codegen v0.10.1
8382026-03-19T02:58:50.169Z Downloaded ignore v0.4.25
8392026-03-19T02:58:50.169Z Downloaded oxide-tokio-rt v0.1.3
8402026-03-19T02:58:50.169Z Downloaded peg-runtime v0.8.5
8412026-03-19T02:58:50.169Z Downloaded phf_shared v0.13.1
8422026-03-19T02:58:50.169Z Downloaded powerfmt v0.2.0
8432026-03-19T02:58:50.170Z Downloaded password-hash v0.5.0
8442026-03-19T02:58:50.170Z Downloaded predicates-tree v1.0.13
8452026-03-19T02:58:50.170Z Downloaded predicates-core v1.0.10
8462026-03-19T02:58:50.170Z Downloaded progenitor-client v0.11.2
8472026-03-19T02:58:50.170Z Downloaded pbkdf2 v0.11.0
8482026-03-19T02:58:50.170Z Downloaded packed_struct v0.10.1
8492026-03-19T02:58:50.170Z Downloaded owo-colors v4.3.0
8502026-03-19T02:58:50.170Z Downloaded phf_shared v0.11.3
8512026-03-19T02:58:50.170Z Downloaded num_enum_derive v0.7.5
8522026-03-19T02:58:50.170Z Downloaded num-rational v0.4.2
8532026-03-19T02:58:50.182Z Downloaded parking_lot v0.11.2
8542026-03-19T02:58:50.182Z Downloaded aes-gcm v0.10.3
8552026-03-19T02:58:50.182Z Downloaded progenitor-extras v0.1.1
8562026-03-19T02:58:50.182Z Downloaded precomputed-hash v0.1.1
8572026-03-19T02:58:50.182Z Downloaded litrs v1.0.0
8582026-03-19T02:58:50.182Z Downloaded progenitor v0.11.2
8592026-03-19T02:58:50.182Z Downloaded quick-error v1.2.3
8602026-03-19T02:58:50.182Z Downloaded progenitor-macro v0.11.2
8612026-03-19T02:58:50.183Z Downloaded num-integer v0.1.46
8622026-03-19T02:58:50.183Z Downloaded nanorand v0.7.0
8632026-03-19T02:58:50.199Z Downloaded pem v3.0.6
8642026-03-19T02:58:50.199Z Downloaded peg v0.8.5
8652026-03-19T02:58:50.199Z Downloaded progenitor-macro v0.10.0
8662026-03-19T02:58:50.199Z Downloaded phf v0.12.1
8672026-03-19T02:58:50.200Z Downloaded peg-macros v0.8.5
8682026-03-19T02:58:50.200Z Downloaded parking_lot_core v0.8.6
8692026-03-19T02:58:50.200Z Downloaded expectorate v1.2.0
8702026-03-19T02:58:50.223Z Downloaded pin-project-internal v1.1.11
8712026-03-19T02:58:50.223Z Downloaded proc-macro-error2 v2.0.1
8722026-03-19T02:58:50.223Z Downloaded rand_chacha v0.3.1
8732026-03-19T02:58:50.223Z Downloaded radium v0.7.0
8742026-03-19T02:58:50.223Z Downloaded omicron-zone-package v0.12.2
8752026-03-19T02:58:50.223Z Downloaded polyval v0.6.2
8762026-03-19T02:58:50.223Z Downloaded iddqd v0.3.17
8772026-03-19T02:58:50.247Z Downloaded rand_xorshift v0.4.0
8782026-03-19T02:58:50.247Z Downloaded bindgen v0.71.1
8792026-03-19T02:58:50.249Z Downloaded rand_core v0.6.4
8802026-03-19T02:58:50.250Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-03-19T02:58:50.250Z Downloaded primeorder v0.13.6
8822026-03-19T02:58:50.250Z Downloaded rustc_version v0.1.7
8832026-03-19T02:58:50.250Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-03-19T02:58:50.250Z Downloaded poly1305 v0.8.0
8852026-03-19T02:58:50.250Z Downloaded indoc v2.0.7
8862026-03-19T02:58:50.250Z Downloaded parking_lot v0.12.5
8872026-03-19T02:58:50.266Z Downloaded rustc-hash v2.1.1
8882026-03-19T02:58:50.266Z Downloaded ref-cast v1.0.25
8892026-03-19T02:58:50.266Z Downloaded libbz2-rs-sys v0.2.2
8902026-03-19T02:58:50.266Z Downloaded rand_chacha v0.9.0
8912026-03-19T02:58:50.266Z Downloaded futures-util v0.3.32
8922026-03-19T02:58:50.266Z Downloaded rand_core v0.10.0
8932026-03-19T02:58:50.266Z Downloaded crossterm v0.28.1
8942026-03-19T02:58:50.266Z Downloaded rtoolbox v0.0.3
8952026-03-19T02:58:50.266Z Downloaded ref-cast-impl v1.0.25
8962026-03-19T02:58:50.266Z Downloaded rand_core v0.9.5
8972026-03-19T02:58:50.276Z Downloaded progenitor v0.10.0
8982026-03-19T02:58:50.276Z Downloaded parking_lot_core v0.9.12
8992026-03-19T02:58:50.276Z Downloaded hashbrown v0.13.2
9002026-03-19T02:58:50.276Z Downloaded rand_seeder v0.4.0
9012026-03-19T02:58:50.276Z Downloaded r2d2 v0.8.10
9022026-03-19T02:58:50.276Z Downloaded psm v0.1.30
9032026-03-19T02:58:50.276Z Downloaded dirs-next v2.0.0
9042026-03-19T02:58:50.276Z Downloaded scroll_derive v0.13.1
9052026-03-19T02:58:50.276Z Downloaded hickory-resolver v0.24.4
9062026-03-19T02:58:50.284Z Downloaded oso v0.27.3
9072026-03-19T02:58:50.285Z Downloaded progenitor v0.13.0
9082026-03-19T02:58:50.285Z Downloaded postgres-protocol v0.6.10
9092026-03-19T02:58:50.285Z Downloaded pkcs1 v0.7.5
9102026-03-19T02:58:50.297Z Downloaded postgres-types v0.2.12
9112026-03-19T02:58:50.297Z Downloaded progenitor-macro v0.13.0
9122026-03-19T02:58:50.297Z Downloaded progenitor-client v0.13.0
9132026-03-19T02:58:50.297Z Downloaded pkg-config v0.3.32
9142026-03-19T02:58:50.298Z Downloaded pkcs8 v0.10.2
9152026-03-19T02:58:50.305Z Downloaded salsa20 v0.10.2
9162026-03-19T02:58:50.305Z Downloaded rustc_version v0.4.1
9172026-03-19T02:58:50.305Z Downloaded resolv-conf v0.7.6
9182026-03-19T02:58:50.305Z Downloaded blake3 v1.8.3
9192026-03-19T02:58:50.316Z Downloaded rustls-pemfile v2.2.0
9202026-03-19T02:58:50.316Z Downloaded progenitor-impl v0.13.0
9212026-03-19T02:58:50.317Z Downloaded recursive v0.1.1
9222026-03-19T02:58:50.317Z Downloaded papergrid v0.17.0
9232026-03-19T02:58:50.329Z Downloaded libxml v0.3.3
9242026-03-19T02:58:50.329Z Downloaded same-file v1.0.6
9252026-03-19T02:58:50.329Z Downloaded scheduled-thread-pool v0.2.7
9262026-03-19T02:58:50.329Z Downloaded rusty-fork v0.3.1
9272026-03-19T02:58:50.330Z Downloaded miniz_oxide v0.8.9
9282026-03-19T02:58:50.359Z Downloaded secrecy v0.10.3
9292026-03-19T02:58:50.360Z Downloaded jiff-static v0.2.21
9302026-03-19T02:58:50.360Z Downloaded rfc6979 v0.4.0
9312026-03-19T02:58:50.360Z Downloaded serde_spanned v1.0.4
9322026-03-19T02:58:50.360Z Downloaded aws-lc-rs v1.16.0
9332026-03-19T02:58:50.390Z Downloaded signal-hook-tokio v0.3.1
9342026-03-19T02:58:50.390Z Downloaded hickory-resolver v0.25.2
9352026-03-19T02:58:50.390Z Downloaded signature v2.2.0
9362026-03-19T02:58:50.390Z Downloaded scroll v0.13.0
9372026-03-19T02:58:50.390Z Downloaded serde_bytes v0.11.19
9382026-03-19T02:58:50.390Z Downloaded secrecy v0.8.0
9392026-03-19T02:58:50.391Z Downloaded sigpipe v0.1.3
9402026-03-19T02:58:50.391Z Downloaded scrypt v0.11.0
9412026-03-19T02:58:50.391Z Downloaded semver v0.1.20
9422026-03-19T02:58:50.391Z Downloaded chrono v0.4.44
9432026-03-19T02:58:50.391Z Downloaded slog-bunyan v2.5.0
9442026-03-19T02:58:50.391Z Downloaded shell-words v1.1.1
9452026-03-19T02:58:50.391Z Downloaded serde_derive_internals v0.29.1
9462026-03-19T02:58:50.391Z Downloaded rustls-pemfile v1.0.4
9472026-03-19T02:58:50.391Z Downloaded postcard v1.1.3
9482026-03-19T02:58:50.391Z Downloaded serde_repr v0.1.20
9492026-03-19T02:58:50.403Z Downloaded rand v0.9.2
9502026-03-19T02:58:50.404Z Downloaded signal-hook-mio v0.2.5
9512026-03-19T02:58:50.404Z Downloaded siphasher v1.0.2
9522026-03-19T02:58:50.404Z Downloaded serde_urlencoded v0.7.1
9532026-03-19T02:58:50.404Z Downloaded crossterm v0.29.0
9542026-03-19T02:58:50.404Z Downloaded rustls-native-certs v0.8.3
9552026-03-19T02:58:50.404Z Downloaded sec1 v0.7.3
9562026-03-19T02:58:50.404Z Downloaded openssl-sys v0.9.111
9572026-03-19T02:58:50.404Z Downloaded progenitor-impl v0.11.2
9582026-03-19T02:58:50.404Z Downloaded p384 v0.13.1
9592026-03-19T02:58:50.436Z Downloaded minimal-lexical v0.2.1
9602026-03-19T02:58:50.436Z Downloaded slog-json v2.6.1
9612026-03-19T02:58:50.436Z Downloaded http v1.4.0
9622026-03-19T02:58:50.436Z Downloaded schemars_derive v0.8.22
9632026-03-19T02:58:50.436Z Downloaded pin-project-lite v0.2.17
9642026-03-19T02:58:50.457Z Downloaded pin-project v1.1.11
9652026-03-19T02:58:50.457Z Downloaded slog-envlogger v2.2.0
9662026-03-19T02:58:50.457Z Downloaded sct v0.7.1
9672026-03-19T02:58:50.457Z Downloaded hickory-server v0.25.2
9682026-03-19T02:58:50.457Z Downloaded p256 v0.13.2
9692026-03-19T02:58:50.457Z Downloaded hashbrown v0.12.3
9702026-03-19T02:58:50.457Z Downloaded hyper-util v0.1.20
9712026-03-19T02:58:50.457Z Downloaded prettyplease v0.2.37
9722026-03-19T02:58:50.471Z Downloaded rustls-pki-types v1.14.0
9732026-03-19T02:58:50.471Z Downloaded itertools v0.10.5
9742026-03-19T02:58:50.477Z Downloaded smf v0.2.3
9752026-03-19T02:58:50.477Z Downloaded simd-adler32 v0.3.8
9762026-03-19T02:58:50.477Z Downloaded rustls-webpki v0.103.9
9772026-03-19T02:58:50.477Z Downloaded russh v0.45.0
9782026-03-19T02:58:50.478Z Downloaded subtle v2.6.1
9792026-03-19T02:58:50.478Z Downloaded slog-async v2.8.0
9802026-03-19T02:58:50.504Z Downloaded slab v0.4.12
9812026-03-19T02:58:50.504Z Downloaded slog-dtrace v0.3.0
9822026-03-19T02:58:50.504Z Downloaded sapling-renderdag v0.1.0
9832026-03-19T02:58:50.504Z Downloaded rcgen v0.12.1
9842026-03-19T02:58:50.504Z Downloaded lalrpop v0.19.12
9852026-03-19T02:58:50.505Z Downloaded tabwriter v1.4.1
9862026-03-19T02:58:50.505Z Downloaded sync-ptr v0.1.4
9872026-03-19T02:58:50.505Z Downloaded supports-color v3.0.2
9882026-03-19T02:58:50.505Z Downloaded slog-scope v4.4.1
9892026-03-19T02:58:50.505Z Downloaded static_assertions v1.1.0
9902026-03-19T02:58:50.517Z Downloaded spin v0.9.8
9912026-03-19T02:58:50.518Z Downloaded slog v2.8.2
9922026-03-19T02:58:50.518Z Downloaded structmeta-derive v0.3.0
9932026-03-19T02:58:50.518Z Downloaded strum v0.26.3
9942026-03-19T02:58:50.518Z Downloaded russh-keys v0.45.0
9952026-03-19T02:58:50.518Z Downloaded support-bundle-viewer v0.1.2
9962026-03-19T02:58:50.518Z Downloaded prefix-trie v0.7.0
9972026-03-19T02:58:50.518Z Downloaded quick-xml v0.37.5
9982026-03-19T02:58:50.518Z Downloaded termtree v0.5.1
9992026-03-19T02:58:50.518Z Downloaded sqlparser_derive v0.5.0
10002026-03-19T02:58:50.519Z Downloaded pretty_assertions v1.4.1
10012026-03-19T02:58:50.519Z Downloaded sync_wrapper v1.0.2
10022026-03-19T02:58:50.519Z Downloaded rustyline v14.0.0
10032026-03-19T02:58:50.540Z Downloaded tagptr v0.2.0
10042026-03-19T02:58:50.540Z Downloaded ron v0.12.0
10052026-03-19T02:58:50.540Z Downloaded rayon-core v1.13.0
10062026-03-19T02:58:50.555Z Downloaded tap v1.0.1
10072026-03-19T02:58:50.555Z Downloaded take_mut v0.2.2
10082026-03-19T02:58:50.555Z Downloaded portable-atomic v1.13.1
10092026-03-19T02:58:50.555Z Downloaded newtype-uuid v1.3.2
10102026-03-19T02:58:50.556Z Downloaded bstr v1.12.1
10112026-03-19T02:58:50.556Z Downloaded steno v0.4.1
10122026-03-19T02:58:50.580Z Downloaded snafu-derive v0.8.9
10132026-03-19T02:58:50.580Z Downloaded publicsuffix v2.3.0
10142026-03-19T02:58:50.581Z Downloaded ssh-key v0.6.7
10152026-03-19T02:58:50.581Z Downloaded thread-id v5.1.0
10162026-03-19T02:58:50.581Z Downloaded testing_table v0.3.0
10172026-03-19T02:58:50.581Z Downloaded test-strategy v0.4.5
10182026-03-19T02:58:50.581Z Downloaded stringprep v0.1.5
10192026-03-19T02:58:50.582Z Downloaded mio v1.1.1
10202026-03-19T02:58:50.596Z Downloaded serde_yaml v0.9.34+deprecated
10212026-03-19T02:58:50.597Z Downloaded itertools v0.12.1
10222026-03-19T02:58:50.597Z Downloaded tokio-macros v2.6.0
10232026-03-19T02:58:50.597Z Downloaded strum_macros v0.24.3
10242026-03-19T02:58:50.597Z Downloaded nix v0.28.0
10252026-03-19T02:58:50.617Z Downloaded tower-layer v0.3.3
10262026-03-19T02:58:50.617Z Downloaded tokio-native-tls v0.3.1
10272026-03-19T02:58:50.617Z Downloaded tinyvec_macros v0.1.1
10282026-03-19T02:58:50.617Z Downloaded time-core v0.1.8
10292026-03-19T02:58:50.617Z Downloaded tower-service v0.3.3
10302026-03-19T02:58:50.618Z Downloaded ipnet v2.11.0
10312026-03-19T02:58:50.618Z Downloaded h2 v0.4.13
10322026-03-19T02:58:50.626Z Downloaded thiserror-impl-no-std v2.0.2
10332026-03-19T02:58:50.626Z Downloaded toml_writer v1.0.6+spec-1.1.0
10342026-03-19T02:58:50.626Z Downloaded tabled_derive v0.11.0
10352026-03-19T02:58:50.626Z Downloaded string_cache v0.8.9
10362026-03-19T02:58:50.626Z Downloaded tokio-rustls v0.25.0
10372026-03-19T02:58:50.627Z Downloaded ssh-encoding v0.2.0
10382026-03-19T02:58:50.627Z Downloaded signal-hook v0.3.18
10392026-03-19T02:58:50.627Z Downloaded hashbrown v0.15.5
10402026-03-19T02:58:50.627Z Downloaded toml_parser v1.0.9+spec-1.1.0
10412026-03-19T02:58:50.627Z Downloaded ssh-cipher v0.2.0
10422026-03-19T02:58:50.627Z Downloaded topological-sort v0.2.2
10432026-03-19T02:58:50.642Z Downloaded qorb v0.4.1
10442026-03-19T02:58:50.643Z Downloaded thread_local v1.1.9
10452026-03-19T02:58:50.643Z Downloaded try-lock v0.2.5
10462026-03-19T02:58:50.643Z Downloaded itertools v0.13.0
10472026-03-19T02:58:50.665Z Downloaded termios v0.3.3
10482026-03-19T02:58:50.665Z Downloaded object v0.37.3
10492026-03-19T02:58:50.689Z Downloaded void v1.0.2
10502026-03-19T02:58:50.690Z Downloaded tokio-postgres v0.7.16
10512026-03-19T02:58:50.690Z Downloaded radix_trie v0.2.1
10522026-03-19T02:58:50.690Z Downloaded trait-variant v0.1.2
10532026-03-19T02:58:50.690Z Downloaded num-bigint-dig v0.8.6
10542026-03-19T02:58:50.690Z Downloaded toml_edit v0.19.15
10552026-03-19T02:58:50.701Z Downloaded walkdir v2.5.0
10562026-03-19T02:58:50.702Z Downloaded unicode-truncate v1.1.0
10572026-03-19T02:58:50.702Z Downloaded untrusted v0.7.1
10582026-03-19T02:58:50.702Z Downloaded universal-hash v0.5.1
10592026-03-19T02:58:50.702Z Downloaded tls_codec v0.4.2
10602026-03-19T02:58:50.702Z Downloaded time-macros v0.2.27
10612026-03-19T02:58:50.702Z Downloaded tokio-tungstenite v0.23.1
10622026-03-19T02:58:50.703Z Downloaded socket2 v0.6.2
10632026-03-19T02:58:50.703Z Downloaded schemars v0.9.0
10642026-03-19T02:58:50.717Z Downloaded usdt-macro v0.6.0
10652026-03-19T02:58:50.717Z Downloaded itertools v0.14.0
10662026-03-19T02:58:50.717Z Downloaded tracing-core v0.1.36
10672026-03-19T02:58:50.739Z Downloaded thiserror-no-std v2.0.2
10682026-03-19T02:58:50.744Z Downloaded usdt-attr-macro v0.6.0
10692026-03-19T02:58:50.745Z Downloaded usdt v0.6.0
10702026-03-19T02:58:50.745Z Downloaded wait-timeout v0.2.1
10712026-03-19T02:58:50.745Z Downloaded untrusted v0.9.0
10722026-03-19T02:58:50.745Z Downloaded socket2 v0.5.10
10732026-03-19T02:58:50.745Z Downloaded tokio-tungstenite v0.21.0
10742026-03-19T02:58:50.754Z Downloaded tokio-dtrace v0.1.1
10752026-03-19T02:58:50.754Z Downloaded p521 v0.13.3
10762026-03-19T02:58:50.754Z Downloaded tls_codec_derive v0.4.2
10772026-03-19T02:58:50.754Z Downloaded term v1.2.1
10782026-03-19T02:58:50.754Z Downloaded rustls v0.22.4
10792026-03-19T02:58:50.754Z Downloaded xshell v0.2.7
10802026-03-19T02:58:50.754Z Downloaded waitgroup v0.1.2
10812026-03-19T02:58:50.754Z Downloaded tui-tree-widget v0.23.1
10822026-03-19T02:58:50.754Z Downloaded unit-prefix v0.5.2
10832026-03-19T02:58:50.755Z Downloaded unarray v0.1.4
10842026-03-19T02:58:50.755Z Downloaded typify-macro v0.4.3
10852026-03-19T02:58:50.755Z Downloaded tokio-stream v0.1.18
10862026-03-19T02:58:50.766Z Downloaded xshell-macros v0.2.7
10872026-03-19T02:58:50.767Z Downloaded want v0.3.1
10882026-03-19T02:58:50.767Z Downloaded utf-8 v0.7.6
10892026-03-19T02:58:50.767Z Downloaded tiny-keccak v2.0.2
10902026-03-19T02:58:50.767Z Downloaded usdt-impl v0.6.0
10912026-03-19T02:58:50.768Z Downloaded typify-macro v0.6.1
10922026-03-19T02:58:50.768Z Downloaded rand v0.10.0
10932026-03-19T02:58:50.785Z Downloaded zeroize_derive v1.4.3
10942026-03-19T02:58:50.785Z Downloaded schemars v1.2.1
10952026-03-19T02:58:50.801Z Downloaded subprocess v0.2.15
10962026-03-19T02:58:50.802Z Downloaded vsss-rs v3.3.4
10972026-03-19T02:58:50.802Z Downloaded tinyvec v1.10.0
10982026-03-19T02:58:50.803Z Downloaded vergen-lib v0.1.6
10992026-03-19T02:58:50.803Z Downloaded tar v0.4.44
11002026-03-19T02:58:50.803Z Downloaded typify v0.4.3
11012026-03-19T02:58:50.804Z Downloaded vergen-git2 v1.0.7
11022026-03-19T02:58:50.816Z Downloaded hyper v1.8.1
11032026-03-19T02:58:50.816Z Downloaded zone_cfg_derive v0.3.1
11042026-03-19T02:58:50.817Z Downloaded zone v0.3.1
11052026-03-19T02:58:50.817Z Downloaded yasna v0.5.2
11062026-03-19T02:58:50.817Z Downloaded tracing-attributes v0.1.31
11072026-03-19T02:58:50.817Z Downloaded unicode-bidi v0.3.18
11082026-03-19T02:58:50.817Z Downloaded tokio-rustls v0.24.1
11092026-03-19T02:58:50.817Z Downloaded whoami v2.1.0
11102026-03-19T02:58:50.817Z Downloaded unicode-properties v0.1.4
11112026-03-19T02:58:50.841Z Downloaded toml v0.7.8
11122026-03-19T02:58:50.841Z Downloaded wyz v0.5.1
11132026-03-19T02:58:50.841Z Downloaded term v0.7.0
11142026-03-19T02:58:50.842Z Downloaded samael v0.0.19
11152026-03-19T02:58:50.857Z Downloaded similar v2.7.0
11162026-03-19T02:58:50.857Z Downloaded zip v0.6.6
11172026-03-19T02:58:50.857Z Downloaded zeroize v1.8.2
11182026-03-19T02:58:50.857Z Downloaded vergen v9.0.6
11192026-03-19T02:58:50.857Z Downloaded twox-hash v2.1.2
11202026-03-19T02:58:50.858Z Downloaded hkdf v0.12.4
11212026-03-19T02:58:50.858Z Downloaded http-body-util v0.1.3
11222026-03-19T02:58:50.859Z Downloaded bzip2-sys v0.1.13+1.0.8
11232026-03-19T02:58:50.859Z Downloaded typed-path v0.9.3
11242026-03-19T02:58:50.870Z Downloaded typify v0.6.1
11252026-03-19T02:58:50.870Z Downloaded tungstenite v0.23.0
11262026-03-19T02:58:50.870Z Downloaded rustls v0.21.12
11272026-03-19T02:58:50.881Z Downloaded rpassword v7.4.0
11282026-03-19T02:58:50.881Z Downloaded nix v0.29.0
11292026-03-19T02:58:50.901Z Downloaded xattr v1.6.1
11302026-03-19T02:58:50.901Z Downloaded uzers v0.12.2
11312026-03-19T02:58:50.902Z Downloaded home v0.5.12
11322026-03-19T02:58:50.902Z Downloaded rustls-webpki v0.102.8
11332026-03-19T02:58:50.923Z Downloaded zstd v0.13.3
11342026-03-19T02:58:50.923Z Downloaded zstd-safe v7.2.4
11352026-03-19T02:58:50.924Z Downloaded goblin v0.10.5
11362026-03-19T02:58:51.031Z Downloaded vte v0.14.1
11372026-03-19T02:58:51.031Z Downloaded reedline v0.40.0
11382026-03-19T02:58:51.031Z Downloaded git2 v0.20.4
11392026-03-19T02:58:51.031Z Downloaded regex v1.12.3
11402026-03-19T02:58:51.077Z Downloaded winnow v0.6.26
11412026-03-19T02:58:51.077Z Downloaded winnow v0.5.40
11422026-03-19T02:58:51.078Z Downloaded zerocopy v0.8.40
11432026-03-19T02:58:51.078Z Downloaded zopfli v0.8.3
11442026-03-19T02:58:51.078Z Downloaded tungstenite v0.21.0
11452026-03-19T02:58:51.078Z Downloaded petgraph v0.6.5
11462026-03-19T02:58:51.078Z Downloaded yansi v1.0.1
11472026-03-19T02:58:51.078Z Downloaded unicode_categories v0.1.1
11482026-03-19T02:58:51.078Z Downloaded jiff v0.2.21
11492026-03-19T02:58:51.078Z Downloaded chrono-tz v0.10.4
11502026-03-19T02:58:51.078Z Downloaded rayon v1.11.0
11512026-03-19T02:58:51.079Z Downloaded vergen-gitcl v1.0.8
11522026-03-19T02:58:51.079Z Downloaded petname v2.0.2
11532026-03-19T02:58:51.079Z Downloaded uuid v1.21.0
11542026-03-19T02:58:51.079Z Downloaded unsafe-libyaml v0.2.11
11552026-03-19T02:58:51.079Z Downloaded serde_with v3.17.0
11562026-03-19T02:58:51.079Z Downloaded sha3 v0.10.8
11572026-03-19T02:58:51.092Z Downloaded proptest v1.10.0
11582026-03-19T02:58:51.093Z Downloaded tower v0.5.3
11592026-03-19T02:58:51.093Z Downloaded moka v0.12.13
11602026-03-19T02:58:51.093Z Downloaded num-bigint v0.4.6
11612026-03-19T02:58:51.093Z Downloaded snafu v0.8.9
11622026-03-19T02:58:51.093Z Downloaded unicode-normalization v0.1.25
11632026-03-19T02:58:51.094Z Downloaded serde-hex v0.1.0
11642026-03-19T02:58:51.094Z Downloaded unicode-segmentation v1.12.0
11652026-03-19T02:58:51.094Z Downloaded reqwest v0.13.2
11662026-03-19T02:58:51.094Z Downloaded tough v0.20.0
11672026-03-19T02:58:51.115Z Downloaded iana-time-zone v0.1.65
11682026-03-19T02:58:51.115Z Downloaded tokio-util v0.7.18
11692026-03-19T02:58:51.115Z Downloaded zerocopy-derive v0.8.40
11702026-03-19T02:58:51.154Z Downloaded object v0.30.4
11712026-03-19T02:58:51.154Z Downloaded quinn v0.11.9
11722026-03-19T02:58:51.154Z Downloaded slog-stdlog v4.1.1
11732026-03-19T02:58:51.154Z Downloaded serde_with_macros v3.17.0
11742026-03-19T02:58:51.154Z Downloaded schemars v0.8.22
11752026-03-19T02:58:51.170Z Downloaded reqwest v0.12.28
11762026-03-19T02:58:51.170Z Downloaded quinn-udp v0.5.14
11772026-03-19T02:58:51.170Z Downloaded rand v0.8.5
11782026-03-19T02:58:51.170Z Downloaded psl-types v2.0.11
11792026-03-19T02:58:51.170Z Downloaded parse-display-derive v0.10.0
11802026-03-19T02:58:51.170Z Downloaded phf v0.13.1
11812026-03-19T02:58:51.171Z Downloaded ed25519-dalek v2.2.0
11822026-03-19T02:58:51.171Z Downloaded dropshot-api-manager v0.6.0
11832026-03-19T02:58:51.171Z Downloaded derive_more-impl v2.1.1
11842026-03-19T02:58:51.171Z Downloaded derive_more v2.1.1
11852026-03-19T02:58:51.171Z Downloaded ring v0.17.14
11862026-03-19T02:58:51.197Z Downloaded curve25519-dalek v4.1.3
11872026-03-19T02:58:51.202Z Downloaded dropshot v0.16.7
11882026-03-19T02:58:51.221Z Downloaded libgit2-sys v0.18.3+1.9.2
11892026-03-19T02:58:51.263Z Downloaded tabled v0.20.0
11902026-03-19T02:58:51.275Z Downloaded regex-syntax v0.6.29
11912026-03-19T02:58:51.303Z Downloaded nix v0.31.1
11922026-03-19T02:58:51.318Z Downloaded libloading v0.8.9
11932026-03-19T02:58:51.318Z Downloaded hickory-proto v0.24.4
11942026-03-19T02:58:51.318Z Downloaded mime_guess v2.0.5
11952026-03-19T02:58:51.318Z Downloaded new_debug_unreachable v1.0.6
11962026-03-19T02:58:51.318Z Downloaded bumpalo v3.20.2
11972026-03-19T02:58:51.319Z Downloaded zlib-rs v0.6.2
11982026-03-19T02:58:51.319Z Downloaded opaque-debug v0.3.1
11992026-03-19T02:58:51.319Z Downloaded hyper-rustls v0.27.7
12002026-03-19T02:58:51.331Z Downloaded crypto-bigint v0.5.5
12012026-03-19T02:58:51.332Z Downloaded vcpkg v0.2.15
12022026-03-19T02:58:51.351Z Downloaded time v0.3.47
12032026-03-19T02:58:51.367Z Downloaded hickory-proto v0.25.2
12042026-03-19T02:58:51.376Z Downloaded diesel v2.3.7
12052026-03-19T02:58:51.396Z Downloaded webpki-roots v1.0.6
12062026-03-19T02:58:51.416Z Downloaded iri-string v0.7.10
12072026-03-19T02:58:51.416Z Downloaded smoltcp v0.9.1
12082026-03-19T02:58:51.417Z Downloaded regex-syntax v0.8.10
12092026-03-19T02:58:51.436Z Downloaded regress v0.10.5
12102026-03-19T02:58:51.436Z Downloaded rustix v0.38.44
12112026-03-19T02:58:51.449Z Downloaded libm v0.2.16
12122026-03-19T02:58:51.449Z Downloaded rustls v0.23.37
12132026-03-19T02:58:51.461Z Downloaded libscf-sys v1.1.0
12142026-03-19T02:58:51.461Z Downloaded flume v0.11.1
12152026-03-19T02:58:51.461Z Downloaded elliptic-curve v0.13.8
12162026-03-19T02:58:51.461Z Downloaded ingot-types v0.1.2
12172026-03-19T02:58:51.461Z Downloaded darling_core v0.20.11
12182026-03-19T02:58:51.487Z Downloaded md5 v0.7.0
12192026-03-19T02:58:51.487Z Downloaded mime v0.3.17
12202026-03-19T02:58:51.487Z Downloaded managed v0.8.0
12212026-03-19T02:58:51.487Z Downloaded jobserver v0.1.34
12222026-03-19T02:58:51.487Z Downloaded linked-hash-map v0.5.6
12232026-03-19T02:58:51.487Z Downloaded half v1.8.3
12242026-03-19T02:58:51.487Z Downloaded darling_core v0.23.0
12252026-03-19T02:58:51.494Z Downloaded const_format v0.2.35
12262026-03-19T02:58:51.494Z Downloaded compact_str v0.8.1
12272026-03-19T02:58:51.494Z Downloaded const-oid v0.9.6
12282026-03-19T02:58:51.494Z Downloaded console v0.15.11
12292026-03-19T02:58:51.496Z Downloaded cargo_toml v0.22.3
12302026-03-19T02:58:51.496Z Downloaded funty v2.0.0
12312026-03-19T02:58:51.496Z Downloaded console v0.16.2
12322026-03-19T02:58:51.496Z Downloaded chacha20 v0.10.0
12332026-03-19T02:58:51.496Z Downloaded cookie_store v0.22.1
12342026-03-19T02:58:51.496Z Downloaded bzip2 v0.4.4
12352026-03-19T02:58:51.496Z Downloaded blake2 v0.10.6
12362026-03-19T02:58:51.496Z Downloaded headers-core v0.3.0
12372026-03-19T02:58:51.496Z Downloaded git-stub v1.0.0
12382026-03-19T02:58:51.496Z Downloaded cargo_metadata v0.19.2
12392026-03-19T02:58:51.497Z Downloaded proc-macro-crate v3.4.0
12402026-03-19T02:58:51.505Z Downloaded bitfield v0.19.4
12412026-03-19T02:58:51.505Z Downloaded buf-list v1.1.2
12422026-03-19T02:58:51.505Z Downloaded bitflags v1.3.2
12432026-03-19T02:58:51.505Z Downloaded bcrypt-pbkdf v0.10.0
12442026-03-19T02:58:51.505Z Downloaded openssl-macros v0.1.1
12452026-03-19T02:58:51.505Z Downloaded base16ct v0.2.0
12462026-03-19T02:58:51.506Z Downloaded gethostname v0.5.0
12472026-03-19T02:58:51.506Z Downloaded fs_extra v1.3.0
12482026-03-19T02:58:51.516Z Downloaded constant_time_eq v0.4.2
12492026-03-19T02:58:51.517Z Downloaded cmake v0.1.57
12502026-03-19T02:58:51.517Z Downloaded cexpr v0.6.0
12512026-03-19T02:58:51.517Z Downloaded ena v0.14.4
12522026-03-19T02:58:51.517Z Downloaded cbc v0.1.2
12532026-03-19T02:58:51.517Z Downloaded base64ct v1.8.3
12542026-03-19T02:58:51.529Z Downloaded argon2 v0.5.3
12552026-03-19T02:58:51.530Z Downloaded const_format_proc_macros v0.2.34
12562026-03-19T02:58:51.530Z Downloaded sqlparser v0.61.0
12572026-03-19T02:58:51.543Z Downloaded sled v0.34.7
12582026-03-19T02:58:51.543Z Downloaded camino-tempfile-ext v0.3.3
12592026-03-19T02:58:51.543Z Downloaded bb8 v0.8.6
12602026-03-19T02:58:51.543Z Downloaded backoff v0.4.0
12612026-03-19T02:58:51.544Z Downloaded arrayvec v0.7.6
12622026-03-19T02:58:51.551Z Downloaded bit-set v0.8.0
12632026-03-19T02:58:51.551Z Downloaded async-stream-impl v0.3.6
12642026-03-19T02:58:51.551Z Downloaded async-stream v0.3.6
12652026-03-19T02:58:51.551Z Downloaded adler2 v2.0.1
12662026-03-19T02:58:51.551Z Downloaded des v0.8.1
12672026-03-19T02:58:51.551Z Downloaded derive-ex v0.1.8
12682026-03-19T02:58:51.551Z Downloaded darling v0.21.3
12692026-03-19T02:58:51.551Z Downloaded cfg_aliases v0.1.1
12702026-03-19T02:58:51.551Z Downloaded aead v0.5.2
12712026-03-19T02:58:51.552Z Downloaded ecdsa v0.16.9
12722026-03-19T02:58:51.552Z Downloaded ed25519 v2.2.3
12732026-03-19T02:58:51.552Z Downloaded crc-catalog v2.4.0
12742026-03-19T02:58:51.552Z Downloaded ciborium-io v0.2.2
12752026-03-19T02:58:51.556Z Downloaded atomic-waker v1.1.2
12762026-03-19T02:58:51.556Z Downloaded dsl_auto_type v0.2.0
12772026-03-19T02:58:51.556Z Downloaded typify-impl v0.6.1
12782026-03-19T02:58:51.561Z Downloaded typify-impl v0.4.3
12792026-03-19T02:58:51.574Z Downloaded tracing v0.1.44
12802026-03-19T02:58:51.590Z Downloaded openssl v0.10.75
12812026-03-19T02:58:51.600Z Downloaded ratatui v0.29.0
12822026-03-19T02:58:51.615Z Downloaded num-derive v0.3.3
12832026-03-19T02:58:51.622Z Downloaded regex-automata v0.4.14
12842026-03-19T02:58:51.629Z Downloaded dunce v1.0.5
12852026-03-19T02:58:51.634Z Downloaded nom v7.1.3
12862026-03-19T02:58:51.650Z Downloaded lzma-sys v0.1.20
12872026-03-19T02:58:51.673Z Downloaded memmap2 v0.9.10
12882026-03-19T02:58:51.684Z Downloaded csv v1.4.0
12892026-03-19T02:58:51.700Z Downloaded petgraph v0.8.3
12902026-03-19T02:58:51.715Z Downloaded libz-sys v1.1.24
12912026-03-19T02:58:51.730Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-03-19T02:58:51.754Z Downloaded ron v0.8.1
12932026-03-19T02:58:51.769Z Downloaded paste v1.0.15
12942026-03-19T02:58:51.769Z Downloaded tokio v1.49.0
12952026-03-19T02:58:51.801Z Downloaded pem-rfc7468 v0.7.0
12962026-03-19T02:58:51.817Z Downloaded openapiv3 v2.2.0
12972026-03-19T02:58:51.817Z Downloaded newline-converter v0.3.0
12982026-03-19T02:58:51.826Z Downloaded encoding_rs v0.8.35
12992026-03-19T02:58:51.839Z Downloaded russh-cryptovec v0.7.3
13002026-03-19T02:58:51.845Z Downloaded normalize-line-endings v0.3.0
13012026-03-19T02:58:51.845Z Downloaded slog-term v2.9.2
13022026-03-19T02:58:51.997Z Downloaded aws-lc-sys v0.37.1
13032026-03-19T02:58:52.088Z Downloaded salty v0.3.0
13042026-03-19T02:58:52.099Z Downloaded progenitor-impl v0.10.0
13052026-03-19T02:58:52.099Z Downloaded multer v3.1.0
13062026-03-19T02:58:52.099Z Downloaded nix v0.27.1
13072026-03-19T02:58:52.117Z Downloaded polar-core v0.27.3
13082026-03-19T02:58:52.133Z Downloaded spki v0.7.3
13092026-03-19T02:58:52.134Z Downloaded pin-utils v0.1.0
13102026-03-19T02:58:52.134Z Downloaded linear-map v1.2.0
13112026-03-19T02:58:52.134Z Downloaded quinn-proto v0.11.13
13122026-03-19T02:58:52.134Z Downloaded structmeta v0.3.0
13132026-03-19T02:58:52.134Z Downloaded serde-big-array v0.5.1
13142026-03-19T02:58:52.195Z Downloaded progenitor-client v0.10.0
13152026-03-19T02:58:52.195Z Downloaded seq-macro v0.3.6
13162026-03-19T02:58:52.195Z Downloaded sha1 v0.10.6
13172026-03-19T02:58:52.195Z Downloaded lock_api v0.4.14
13182026-03-19T02:58:52.195Z Downloaded scopeguard v1.2.0
13192026-03-19T02:58:52.195Z Downloaded strip-ansi-escapes v0.2.1
13202026-03-19T02:58:52.195Z Downloaded smallvec v0.6.14
13212026-03-19T02:58:52.195Z Downloaded strum_macros v0.26.4
13222026-03-19T02:58:52.217Z Downloaded rustversion v1.0.22
13232026-03-19T02:58:52.217Z Downloaded strum v0.27.2
13242026-03-19T02:58:52.217Z Downloaded toml_datetime v0.7.5+spec-1.1.0
13252026-03-19T02:58:52.217Z Downloaded tokio-rustls v0.26.4
13262026-03-19T02:58:52.218Z Downloaded pkcs5 v0.7.1
13272026-03-19T02:58:52.218Z Downloaded serde_path_to_error v0.1.20
13282026-03-19T02:58:52.218Z Downloaded serde_plain v1.0.2
13292026-03-19T02:58:52.218Z Downloaded signal-hook-registry v1.4.8
13302026-03-19T02:58:52.223Z Downloaded shlex v1.3.0
13312026-03-19T02:58:52.223Z Downloaded ryu v1.0.23
13322026-03-19T02:58:52.223Z Downloaded serde_cbor v0.11.2
13332026-03-19T02:58:52.223Z Downloaded rustls-platform-verifier v0.6.2
13342026-03-19T02:58:52.223Z Downloaded zerocopy v0.6.6
13352026-03-19T02:58:52.223Z Downloaded toml_edit v0.23.10+spec-1.0.0
13362026-03-19T02:58:52.224Z Downloaded rsa v0.9.10
13372026-03-19T02:58:52.224Z Downloaded x509-cert v0.2.5
13382026-03-19T02:58:52.224Z Downloaded whoami v1.6.1
13392026-03-19T02:58:52.224Z Downloaded strum_macros v0.27.2
13402026-03-19T02:58:52.224Z Downloaded rustls-webpki v0.101.7
13412026-03-19T02:58:52.224Z Downloaded xz2 v0.1.7
13422026-03-19T02:58:52.242Z Downloaded zip v4.6.1
13432026-03-19T02:58:52.242Z Downloaded sqlformat v0.3.5
13442026-03-19T02:58:52.242Z Downloaded stacker v0.1.23
13452026-03-19T02:58:52.242Z Downloaded toml v0.9.12+spec-1.1.0
13462026-03-19T02:58:52.242Z Downloaded unicase v2.9.0
13472026-03-19T02:58:52.266Z Downloaded smoltcp v0.11.0
13482026-03-19T02:58:52.266Z Downloaded zerocopy-derive v0.6.6
13492026-03-19T02:58:52.278Z Downloaded tower-http v0.6.8
13502026-03-19T02:58:52.403Z Compiling libc v0.2.180
13512026-03-19T02:58:52.414Z Compiling serde v1.0.228
13522026-03-19T02:58:52.414Z Compiling log v0.4.29
13532026-03-19T02:58:52.414Z Compiling find-msvc-tools v0.1.9
13542026-03-19T02:58:52.625Z Compiling shlex v1.3.0
13552026-03-19T02:58:52.657Z Compiling smallvec v1.15.1
13562026-03-19T02:58:52.657Z Compiling syn v2.0.117
13572026-03-19T02:58:52.657Z Compiling typenum v1.19.0
13582026-03-19T02:58:52.822Z Compiling generic-array v0.14.7
13592026-03-19T02:58:52.947Z Compiling subtle v2.6.1
13602026-03-19T02:58:52.984Z Compiling scopeguard v1.2.0
13612026-03-19T02:58:52.984Z Compiling portable-atomic v1.13.1
13622026-03-19T02:58:53.012Z Compiling const-oid v0.9.6
13632026-03-19T02:58:53.040Z Compiling lock_api v0.4.14
13642026-03-19T02:58:53.101Z Compiling critical-section v1.2.0
13652026-03-19T02:58:53.124Z Compiling zerocopy v0.8.40
13662026-03-19T02:58:53.201Z Compiling pin-project-lite v0.2.17
13672026-03-19T02:58:53.437Z Compiling serde_json v1.0.149
13682026-03-19T02:58:53.444Z Compiling parking_lot_core v0.9.12
13692026-03-19T02:58:53.774Z Compiling getrandom v0.2.17
13702026-03-19T02:58:53.807Z Compiling jobserver v0.1.34
13712026-03-19T02:58:53.853Z Compiling errno v0.3.14
13722026-03-19T02:58:54.046Z Compiling rand_core v0.6.4
13732026-03-19T02:58:54.114Z Compiling cc v1.2.56
13742026-03-19T02:58:54.166Z Compiling signal-hook-registry v1.4.8
13752026-03-19T02:58:54.312Z Compiling pkg-config v0.3.32
13762026-03-19T02:58:54.436Z Compiling once_cell v1.21.3
13772026-03-19T02:58:54.491Z Compiling parking_lot v0.12.5
13782026-03-19T02:58:54.532Z Compiling mio v1.1.1
13792026-03-19T02:58:54.532Z Compiling bitflags v2.11.0
13802026-03-19T02:58:54.745Z Compiling libm v0.2.16
13812026-03-19T02:58:54.863Z Compiling num-traits v0.2.19
13822026-03-19T02:58:55.009Z Compiling futures-core v0.3.32
13832026-03-19T02:58:55.115Z Compiling socket2 v0.6.2
13842026-03-19T02:58:55.200Z Compiling percent-encoding v2.3.2
13852026-03-19T02:58:55.220Z Compiling allocator-api2 v0.2.21
13862026-03-19T02:58:55.299Z Compiling cpufeatures v0.2.17
13872026-03-19T02:58:55.393Z Compiling futures-sink v0.3.32
13882026-03-19T02:58:55.423Z Compiling foldhash v0.2.0
13892026-03-19T02:58:55.518Z Compiling futures-task v0.3.32
13902026-03-19T02:58:55.535Z Compiling futures-channel v0.3.32
13912026-03-19T02:58:55.672Z Compiling hashbrown v0.16.1
13922026-03-19T02:58:55.689Z Compiling slab v0.4.12
13932026-03-19T02:58:55.707Z Compiling futures-io v0.3.32
13942026-03-19T02:58:55.710Z Compiling getrandom v0.4.1
13952026-03-19T02:58:55.830Z Compiling rustversion v1.0.22
13962026-03-19T02:58:55.923Z Compiling getrandom v0.3.4
13972026-03-19T02:58:55.947Z Compiling rand_core v0.10.0
13982026-03-19T02:58:56.173Z Compiling form_urlencoded v1.2.2
13992026-03-19T02:58:56.402Z Compiling cmake v0.1.57
14002026-03-19T02:58:56.480Z Compiling indexmap v2.13.0
14012026-03-19T02:58:56.530Z Compiling ident_case v1.0.1
14022026-03-19T02:58:56.689Z Compiling dunce v1.0.5
14032026-03-19T02:58:56.808Z Compiling fs_extra v1.3.0
14042026-03-19T02:58:56.826Z Compiling base64ct v1.8.3
14052026-03-19T02:58:56.877Z Compiling synstructure v0.13.2
14062026-03-19T02:58:57.165Z Compiling aws-lc-sys v0.37.1
14072026-03-19T02:58:57.200Z Compiling pem-rfc7468 v0.7.0
14082026-03-19T02:58:57.225Z Compiling flagset v0.4.7
14092026-03-19T02:58:57.258Z Compiling rand_core v0.9.5
14102026-03-19T02:58:57.310Z Compiling rustix v1.1.3
14112026-03-19T02:58:57.397Z Compiling iana-time-zone v0.1.65
14122026-03-19T02:58:57.417Z Compiling uuid v1.21.0
14132026-03-19T02:58:57.623Z Compiling ring v0.17.14
14142026-03-19T02:58:57.639Z Compiling rustc_version v0.4.1
14152026-03-19T02:58:57.694Z Compiling vcpkg v0.2.15
14162026-03-19T02:58:57.743Z Compiling aws-lc-rs v1.16.0
14172026-03-19T02:58:58.049Z Compiling regex-syntax v0.8.10
14182026-03-19T02:58:58.102Z Compiling tracing-core v0.1.36
14192026-03-19T02:58:58.317Z Compiling crossbeam-utils v0.8.21
14202026-03-19T02:58:58.721Z Compiling pest_generator v2.8.6
14212026-03-19T02:58:58.739Z Compiling openssl-sys v0.9.111
14222026-03-19T02:58:58.929Z Compiling serde_derive_internals v0.29.1
14232026-03-19T02:58:59.514Z Compiling untrusted v0.9.0
14242026-03-19T02:58:59.528Z Compiling serde_derive v1.0.228
14252026-03-19T02:58:59.665Z Compiling zeroize_derive v1.4.3
14262026-03-19T02:58:59.700Z Compiling zerofrom-derive v0.1.6
14272026-03-19T02:58:59.781Z Compiling yoke-derive v0.8.1
14282026-03-19T02:59:00.185Z Compiling zerocopy-derive v0.8.40
14292026-03-19T02:59:00.509Z Compiling zeroize v1.8.2
14302026-03-19T02:59:01.339Z Compiling zerovec-derive v0.11.2
14312026-03-19T02:59:01.358Z Compiling displaydoc v0.2.5
14322026-03-19T02:59:01.559Z Compiling crypto-common v0.1.7
14332026-03-19T02:59:01.593Z Compiling zerofrom v0.1.6
14342026-03-19T02:59:01.738Z Compiling yoke v0.8.1
14352026-03-19T02:59:01.757Z Compiling block-buffer v0.10.4
14362026-03-19T02:59:01.967Z Compiling digest v0.10.7
14372026-03-19T02:59:01.985Z Compiling tokio-macros v2.6.0
14382026-03-19T02:59:02.286Z Compiling hmac v0.12.1
14392026-03-19T02:59:02.320Z Compiling zerotrie v0.2.3
14402026-03-19T02:59:02.483Z Compiling futures-macro v0.3.32
14412026-03-19T02:59:02.512Z Compiling block-padding v0.3.3
14422026-03-19T02:59:02.716Z Compiling inout v0.1.4
14432026-03-19T02:59:02.719Z Compiling sha2 v0.10.9
14442026-03-19T02:59:02.809Z Compiling zerovec v0.11.5
14452026-03-19T02:59:02.979Z Compiling cipher v0.4.4
14462026-03-19T02:59:02.991Z Compiling der_derive v0.7.3
14472026-03-19T02:59:03.285Z Compiling salsa20 v0.10.2
14482026-03-19T02:59:03.493Z Compiling tinystr v0.8.2
14492026-03-19T02:59:03.556Z Compiling potential_utf v0.1.4
14502026-03-19T02:59:03.638Z Compiling futures-util v0.3.32
14512026-03-19T02:59:03.761Z Compiling icu_locale_core v2.1.1
14522026-03-19T02:59:03.765Z Compiling icu_collections v2.1.1
14532026-03-19T02:59:04.299Z Compiling bytes v1.11.1
14542026-03-19T02:59:04.319Z Compiling der v0.7.10
14552026-03-19T02:59:04.436Z Compiling chrono v0.4.44
14562026-03-19T02:59:04.674Z Compiling icu_provider v2.1.1
14572026-03-19T02:59:05.012Z Compiling tokio v1.49.0
14582026-03-19T02:59:05.066Z Compiling icu_properties v2.1.2
14592026-03-19T02:59:05.148Z Compiling icu_normalizer v2.1.1
14602026-03-19T02:59:05.874Z Compiling spki v0.7.3
14612026-03-19T02:59:05.986Z Compiling http v1.4.0
14622026-03-19T02:59:06.132Z Compiling pbkdf2 v0.12.2
14632026-03-19T02:59:06.278Z Compiling idna_adapter v1.2.1
14642026-03-19T02:59:06.325Z Compiling thiserror-impl v2.0.18
14652026-03-19T02:59:06.453Z Compiling ppv-lite86 v0.2.21
14662026-03-19T02:59:06.624Z Compiling idna v1.1.0
14672026-03-19T02:59:06.629Z Compiling scrypt v0.11.0
14682026-03-19T02:59:06.763Z Compiling aes v0.8.4
14692026-03-19T02:59:06.912Z Compiling rand_chacha v0.9.0
14702026-03-19T02:59:06.951Z Compiling cbc v0.1.2
14712026-03-19T02:59:07.138Z Compiling url v2.5.8
14722026-03-19T02:59:07.227Z Compiling rustls-pki-types v1.14.0
14732026-03-19T02:59:07.481Z Compiling tracing-attributes v0.1.31
14742026-03-19T02:59:07.773Z Compiling pkcs5 v0.7.1
14752026-03-19T02:59:07.835Z Compiling rand v0.9.2
14762026-03-19T02:59:08.108Z Compiling thiserror v2.0.18
14772026-03-19T02:59:08.193Z Compiling http-body v1.0.1
14782026-03-19T02:59:08.223Z Compiling httparse v1.10.1
14792026-03-19T02:59:08.263Z Compiling openssl-probe v0.2.1
14802026-03-19T02:59:08.362Z Compiling schemars v0.8.22
14812026-03-19T02:59:08.417Z Compiling untrusted v0.7.1
14822026-03-19T02:59:08.483Z Compiling base64 v0.22.1
14832026-03-19T02:59:08.595Z Compiling syn v1.0.109
14842026-03-19T02:59:08.636Z Compiling pkcs8 v0.10.2
14852026-03-19T02:59:08.912Z Compiling schemars_derive v0.8.22
14862026-03-19T02:59:08.933Z Compiling pest_derive v2.8.6
14872026-03-19T02:59:09.048Z Compiling scroll_derive v0.13.1
14882026-03-19T02:59:09.331Z Compiling tracing v0.1.44
14892026-03-19T02:59:09.504Z Compiling darling_core v0.20.11
14902026-03-19T02:59:09.686Z Compiling tower-service v0.3.3
14912026-03-19T02:59:09.729Z Compiling tower-layer v0.3.3
14922026-03-19T02:59:09.809Z Compiling dyn-clone v1.0.20
14932026-03-19T02:59:09.938Z Compiling atomic-waker v1.1.2
14942026-03-19T02:59:09.979Z Compiling tinyvec_macros v0.1.1
14952026-03-19T02:59:10.071Z Compiling try-lock v0.2.5
14962026-03-19T02:59:10.097Z Compiling rustls v0.23.37
14972026-03-19T02:59:10.115Z Compiling scroll v0.13.0
14982026-03-19T02:59:10.204Z Compiling tokio-util v0.7.18
14992026-03-19T02:59:10.308Z Compiling want v0.3.1
15002026-03-19T02:59:10.468Z Compiling tinyvec v1.10.0
15012026-03-19T02:59:11.260Z Compiling h2 v0.4.13
15022026-03-19T02:59:11.332Z Compiling ipnet v2.11.0
15032026-03-19T02:59:11.624Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15042026-03-19T02:59:12.001Z Compiling spin v0.9.8
15052026-03-19T02:59:12.127Z Compiling aho-corasick v1.1.4
15062026-03-19T02:59:12.283Z Compiling time-core v0.1.8
15072026-03-19T02:59:12.418Z Compiling crc32fast v1.5.0
15082026-03-19T02:59:12.486Z Compiling pin-utils v0.1.0
15092026-03-19T02:59:12.585Z Compiling num-conv v0.2.0
15102026-03-19T02:59:12.724Z Compiling darling_macro v0.20.11
15112026-03-19T02:59:12.759Z Compiling foreign-types-shared v0.1.1
15122026-03-19T02:59:12.769Z Compiling openssl v0.10.75
15132026-03-19T02:59:12.866Z Compiling powerfmt v0.2.0
15142026-03-19T02:59:13.072Z Compiling httpdate v1.0.3
15152026-03-19T02:59:13.112Z Compiling deranged v0.5.8
15162026-03-19T02:59:13.152Z Compiling tempfile v3.25.0
15172026-03-19T02:59:13.345Z Compiling darling v0.20.11
15182026-03-19T02:59:13.367Z Compiling regex-automata v0.4.14
15192026-03-19T02:59:13.518Z Compiling foreign-types v0.3.2
15202026-03-19T02:59:13.669Z Compiling time-macros v0.2.27
15212026-03-19T02:59:14.585Z Compiling goblin v0.10.5
15222026-03-19T02:59:14.605Z Compiling thiserror-impl v1.0.69
15232026-03-19T02:59:15.142Z Compiling openssl-macros v0.1.1
15242026-03-19T02:59:15.602Z Compiling hyper v1.8.1
15252026-03-19T02:59:16.264Z Compiling wait-timeout v0.2.1
15262026-03-19T02:59:16.608Z Compiling bit-vec v0.8.0
15272026-03-19T02:59:16.701Z Compiling quick-error v1.2.3
15282026-03-19T02:59:16.844Z Compiling native-tls v0.2.18
15292026-03-19T02:59:16.910Z Compiling siphasher v1.0.2
15302026-03-19T02:59:16.938Z Compiling either v1.15.0
15312026-03-19T02:59:17.090Z Compiling simd-adler32 v0.3.8
15322026-03-19T02:59:17.159Z Compiling usdt-impl v0.6.0
15332026-03-19T02:59:17.210Z Compiling num_threads v0.1.7
15342026-03-19T02:59:17.331Z Compiling time v0.3.47
15352026-03-19T02:59:17.459Z Compiling hyper-util v0.1.20
15362026-03-19T02:59:17.478Z Compiling bit-set v0.8.0
15372026-03-19T02:59:17.778Z Compiling rusty-fork v0.3.1
15382026-03-19T02:59:18.155Z Compiling thiserror v1.0.69
15392026-03-19T02:59:18.288Z Compiling dof v0.4.0
15402026-03-19T02:59:19.415Z Compiling derive_builder_core v0.20.2
15412026-03-19T02:59:19.559Z Compiling unicode-normalization v0.1.25
15422026-03-19T02:59:19.831Z Compiling crossbeam-epoch v0.9.18
15432026-03-19T02:59:19.968Z Compiling dtrace-parser v0.3.0
15442026-03-19T02:59:20.170Z Compiling rustls-native-certs v0.8.3
15452026-03-19T02:59:20.275Z Compiling signature v2.2.0
15462026-03-19T02:59:20.488Z Compiling scroll_derive v0.12.1
15472026-03-19T02:59:20.559Z Compiling heapless v0.7.17
15482026-03-19T02:59:20.581Z Compiling rand_xorshift v0.4.0
15492026-03-19T02:59:20.616Z Compiling slog v2.8.2
15502026-03-19T02:59:20.784Z Compiling darling_core v0.21.3
15512026-03-19T02:59:20.842Z Compiling bzip2-sys v0.1.13+1.0.8
15522026-03-19T02:59:20.857Z Compiling sync_wrapper v1.0.2
15532026-03-19T02:59:20.990Z Compiling thread-id v5.1.0
15542026-03-19T02:59:21.009Z Compiling cookie v0.18.1
15552026-03-19T02:59:21.093Z Compiling paste v1.0.15
15562026-03-19T02:59:21.189Z Compiling unicode-bidi v0.3.18
15572026-03-19T02:59:21.234Z Compiling rayon-core v1.13.0
15582026-03-19T02:59:21.354Z Compiling unicode-segmentation v1.12.0
15592026-03-19T02:59:21.471Z Compiling unarray v0.1.4
15602026-03-19T02:59:21.478Z Compiling adler2 v2.0.1
15612026-03-19T02:59:21.572Z Compiling signal-hook v0.3.18
15622026-03-19T02:59:21.616Z Compiling unicode-properties v0.1.4
15632026-03-19T02:59:21.783Z Compiling zstd-safe v7.2.4
15642026-03-19T02:59:21.816Z Compiling anyhow v1.0.102
15652026-03-19T02:59:21.867Z Compiling stringprep v0.1.5
15662026-03-19T02:59:21.921Z Compiling miniz_oxide v0.8.9
15672026-03-19T02:59:21.944Z Compiling proptest v1.10.0
15682026-03-19T02:59:22.087Z Compiling scroll v0.12.0
15692026-03-19T02:59:22.461Z Compiling tower v0.5.3
15702026-03-19T02:59:22.743Z Compiling derive_builder_macro v0.20.2
15712026-03-19T02:59:22.968Z Compiling crossbeam-deque v0.8.6
15722026-03-19T02:59:23.018Z Compiling ipnetwork v0.21.1
15732026-03-19T02:59:23.085Z Compiling http-body-util v0.1.3
15742026-03-19T02:59:23.212Z Compiling webpki-roots v1.0.6
15752026-03-19T02:59:23.236Z Compiling rand_chacha v0.3.1
15762026-03-19T02:59:23.723Z Compiling serde_tokenstream v0.2.3
15772026-03-19T02:59:23.731Z Compiling toml_datetime v0.6.11
15782026-03-19T02:59:23.731Z Compiling serde_spanned v0.6.9
15792026-03-19T02:59:23.731Z Compiling erased-serde v0.3.31
15802026-03-19T02:59:23.732Z Compiling md-5 v0.10.6
15812026-03-19T02:59:23.740Z Compiling zerocopy-derive v0.7.35
15822026-03-19T02:59:23.758Z Compiling curve25519-dalek v4.1.3
15832026-03-19T02:59:23.854Z Compiling vergen-lib v0.1.6
15842026-03-19T02:59:24.084Z Compiling num-integer v0.1.46
15852026-03-19T02:59:24.188Z Compiling hash32 v0.2.1
15862026-03-19T02:59:24.296Z Compiling ff v0.13.1
15872026-03-19T02:59:24.318Z Compiling memoffset v0.9.1
15882026-03-19T02:59:24.407Z Compiling darling_macro v0.21.3
15892026-03-19T02:59:24.441Z Compiling num-bigint-dig v0.8.6
15902026-03-19T02:59:24.475Z Compiling base16ct v0.2.0
15912026-03-19T02:59:24.531Z Compiling cfg_aliases v0.2.1
15922026-03-19T02:59:24.559Z Compiling zlib-rs v0.6.2
15932026-03-19T02:59:24.645Z Compiling fallible-iterator v0.2.0
15942026-03-19T02:59:24.680Z Compiling iri-string v0.7.10
15952026-03-19T02:59:24.695Z Compiling psl-types v2.0.11
15962026-03-19T02:59:24.854Z Compiling rustix v0.38.44
15972026-03-19T02:59:24.919Z Compiling smoltcp v0.9.1
15982026-03-19T02:59:25.016Z Compiling ryu v1.0.23
15992026-03-19T02:59:25.035Z Compiling litrs v1.0.0
16002026-03-19T02:59:25.252Z Compiling ref-cast v1.0.25
16012026-03-19T02:59:25.377Z Compiling newtype-uuid v1.3.2
16022026-03-19T02:59:25.410Z Compiling serde_urlencoded v0.7.1
16032026-03-19T02:59:25.696Z Compiling darling v0.21.3
16042026-03-19T02:59:25.729Z Compiling document-features v0.2.12
16052026-03-19T02:59:25.749Z Compiling postgres-protocol v0.6.10
16062026-03-19T02:59:25.799Z Compiling zerocopy v0.7.35
16072026-03-19T02:59:25.820Z Compiling publicsuffix v2.3.0
16082026-03-19T02:59:26.057Z Compiling nix v0.31.1
16092026-03-19T02:59:26.472Z Compiling tower-http v0.6.8
16102026-03-19T02:59:26.498Z Compiling sec1 v0.7.3
16112026-03-19T02:59:26.582Z Compiling group v0.13.0
16122026-03-19T02:59:26.665Z Compiling num-iter v0.1.45
16132026-03-19T02:59:26.886Z Compiling rand v0.8.5
16142026-03-19T02:59:26.912Z Compiling derive_builder v0.20.2
16152026-03-19T02:59:26.994Z Compiling oxnet v0.1.4
16162026-03-19T02:59:27.358Z Compiling proc-macro-error v1.0.4
16172026-03-19T02:59:27.504Z Compiling tokio-native-tls v0.3.1
16182026-03-19T02:59:27.727Z Compiling goblin v0.8.2
16192026-03-19T02:59:28.255Z Compiling heck v0.4.1
16202026-03-19T02:59:28.425Z Compiling phf_shared v0.13.1
16212026-03-19T02:59:28.483Z Compiling regex v1.12.3
16222026-03-19T02:59:28.577Z Compiling hubpack_derive v0.1.1
16232026-03-19T02:59:28.667Z Compiling flate2 v1.1.9
16242026-03-19T02:59:28.777Z Compiling lazy_static v1.5.0
16252026-03-19T02:59:28.896Z Compiling cargo-platform v0.1.9
16262026-03-19T02:59:29.097Z Compiling hkdf v0.12.4
16272026-03-19T02:59:29.155Z Compiling crypto-bigint v0.5.5
16282026-03-19T02:59:29.180Z Compiling curve25519-dalek-derive v0.1.1
16292026-03-19T02:59:29.242Z Compiling daft-derive v0.1.5
16302026-03-19T02:59:29.261Z Compiling strum_macros v0.27.2
16312026-03-19T02:59:29.309Z Compiling async-trait v0.1.89
16322026-03-19T02:59:30.041Z Compiling ref-cast-impl v1.0.25
16332026-03-19T02:59:30.194Z Compiling terminal_size v0.4.3
16342026-03-19T02:59:30.371Z Compiling vergen v9.0.6
16352026-03-19T02:59:30.597Z Compiling fs-err v3.3.0
16362026-03-19T02:59:30.747Z Compiling ahash v0.8.12
16372026-03-19T02:59:30.767Z Compiling winnow v0.5.40
16382026-03-19T02:59:30.837Z Compiling object v0.37.3
16392026-03-19T02:59:30.999Z Compiling foldhash v0.1.5
16402026-03-19T02:59:31.180Z Compiling bumpalo v3.20.2
16412026-03-19T02:59:31.219Z Compiling libbz2-rs-sys v0.2.2
16422026-03-19T02:59:31.511Z Compiling managed v0.8.0
16432026-03-19T02:59:31.805Z Compiling bitflags v1.3.2
16442026-03-19T02:59:31.901Z Compiling console v0.16.2
16452026-03-19T02:59:31.997Z Compiling strum v0.27.2
16462026-03-19T02:59:32.041Z Compiling clap_builder v4.5.60
16472026-03-19T02:59:32.162Z Compiling bzip2 v0.6.1
16482026-03-19T02:59:32.430Z Compiling zopfli v0.8.3
16492026-03-19T02:59:32.652Z Compiling toml_edit v0.19.15
16502026-03-19T02:59:32.746Z Compiling hashbrown v0.15.5
16512026-03-19T02:59:32.963Z Compiling dof v0.3.0
16522026-03-19T02:59:33.341Z Compiling elliptic-curve v0.13.8
16532026-03-19T02:59:33.382Z Compiling daft v0.1.5
16542026-03-19T02:59:33.773Z Compiling hubpack v0.1.2
16552026-03-19T02:59:33.929Z Compiling cargo_metadata v0.19.2
16562026-03-19T02:59:34.065Z Compiling phf v0.13.1
16572026-03-19T02:59:34.283Z Compiling zone_cfg_derive v0.3.1
16582026-03-19T02:59:35.115Z Compiling signal-hook-mio v0.2.5
16592026-03-19T02:59:35.269Z Compiling zstd v0.13.3
16602026-03-19T02:59:35.618Z Compiling cookie_store v0.22.1
16612026-03-19T02:59:36.176Z Compiling hyper-tls v0.6.0
16622026-03-19T02:59:36.319Z Compiling rayon v1.11.0
16632026-03-19T02:59:36.350Z Compiling bzip2 v0.4.4
16642026-03-19T02:59:36.507Z Compiling postgres-types v0.2.12
16652026-03-19T02:59:36.529Z Compiling serde_with_macros v3.17.0
16662026-03-19T02:59:36.626Z Compiling usdt-attr-macro v0.6.0
16672026-03-19T02:59:37.287Z Compiling usdt-macro v0.6.0
16682026-03-19T02:59:37.504Z Compiling ed25519 v2.2.3
16692026-03-19T02:59:37.674Z Compiling dtrace-parser v0.2.0
16702026-03-19T02:59:38.064Z Compiling itertools v0.12.1
16712026-03-19T02:59:38.216Z Compiling phf_shared v0.11.3
16722026-03-19T02:59:38.303Z Compiling bstr v1.12.1
16732026-03-19T02:59:38.574Z Compiling pkcs1 v0.7.5
16742026-03-19T02:59:38.692Z Compiling serde-big-array v0.5.1
16752026-03-19T02:59:38.830Z Compiling hex v0.4.3
16762026-03-19T02:59:38.841Z Compiling rfc6979 v0.4.0
16772026-03-19T02:59:38.885Z Compiling clap_derive v4.5.55
16782026-03-19T02:59:39.007Z Compiling enum-as-inner v0.6.1
16792026-03-19T02:59:39.036Z Compiling serde_repr v0.1.20
16802026-03-19T02:59:39.181Z Compiling strum_macros v0.26.4
16812026-03-19T02:59:39.230Z Compiling float-cmp v0.10.0
16822026-03-19T02:59:39.422Z Compiling memmap2 v0.9.10
16832026-03-19T02:59:39.662Z Compiling thread-id v4.2.2
16842026-03-19T02:59:39.710Z Compiling env_filter v1.0.0
16852026-03-19T02:59:39.750Z Compiling encoding_rs v0.8.35
16862026-03-19T02:59:39.776Z Compiling keccak v0.1.6
16872026-03-19T02:59:39.802Z Compiling predicates-core v1.0.10
16882026-03-19T02:59:40.041Z Compiling normalize-line-endings v0.3.0
16892026-03-19T02:59:40.108Z Compiling difflib v0.4.0
16902026-03-19T02:59:40.171Z Compiling rustc-hash v2.1.1
16912026-03-19T02:59:40.326Z Compiling new_debug_unreachable v1.0.6
16922026-03-19T02:59:40.422Z Compiling precomputed-hash v0.1.1
16932026-03-19T02:59:40.540Z Compiling whoami v2.1.0
16942026-03-19T02:59:40.871Z Compiling fixedbitset v0.5.7
16952026-03-19T02:59:40.899Z Compiling data-encoding v2.10.0
16962026-03-19T02:59:41.040Z Compiling jiff v0.2.21
16972026-03-19T02:59:41.288Z Compiling unit-prefix v0.5.2
16982026-03-19T02:59:41.307Z Compiling mime v0.3.17
16992026-03-19T02:59:41.483Z Compiling fixedbitset v0.4.2
17002026-03-19T02:59:41.503Z Compiling static_assertions v1.1.0
17012026-03-19T02:59:41.594Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17022026-03-19T02:59:41.650Z Compiling strum v0.26.3
17032026-03-19T02:59:41.667Z Compiling indicatif v0.18.4
17042026-03-19T02:59:41.769Z Compiling petgraph v0.6.5
17052026-03-19T02:59:41.812Z Compiling clap v4.5.60
17062026-03-19T02:59:41.838Z Compiling hickory-proto v0.25.2
17072026-03-19T02:59:41.868Z Compiling petgraph v0.8.3
17082026-03-19T02:59:41.915Z Compiling tokio-postgres v0.7.16
17092026-03-19T02:59:42.838Z Compiling toml_edit v0.22.27
17102026-03-19T02:59:43.810Z Compiling string_cache v0.8.9
17112026-03-19T02:59:44.115Z Compiling predicates v3.1.4
17122026-03-19T02:59:44.539Z Compiling iddqd v0.3.17
17132026-03-19T02:59:45.004Z Compiling zip v4.6.1
17142026-03-19T02:59:45.004Z Compiling sha3 v0.10.8
17152026-03-19T02:59:45.346Z Compiling env_logger v0.11.9
17162026-03-19T02:59:45.617Z Compiling usdt-impl v0.5.0
17172026-03-19T02:59:45.837Z Compiling zone v0.3.1
17182026-03-19T02:59:46.097Z Compiling usdt v0.6.0
17192026-03-19T02:59:46.298Z Compiling serde_with v3.17.0
17202026-03-19T02:59:46.398Z Compiling ecdsa v0.16.9
17212026-03-19T02:59:46.429Z Compiling similar v2.7.0
17222026-03-19T02:59:46.712Z Compiling rsa v0.9.10
17232026-03-19T02:59:46.755Z Compiling crossterm v0.28.1
17242026-03-19T02:59:46.924Z Compiling ed25519-dalek v2.2.0
17252026-03-19T02:59:46.983Z Compiling zip v0.6.6
17262026-03-19T02:59:47.762Z Compiling toml v0.7.8
17272026-03-19T02:59:48.670Z Compiling toml_parser v1.0.9+spec-1.1.0
17282026-03-19T02:59:48.745Z Compiling itertools v0.13.0
17292026-03-19T02:59:48.764Z Compiling tokio-stream v0.1.18
17302026-03-19T02:59:48.886Z Compiling buf-list v1.1.2
17312026-03-19T02:59:49.264Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17322026-03-19T02:59:49.411Z Compiling x509-cert v0.2.5
17332026-03-19T02:59:49.563Z Compiling openapiv3 v2.2.0
17342026-03-19T02:59:49.669Z Compiling sha1 v0.10.6
17352026-03-19T02:59:49.712Z Compiling toml_datetime v0.7.5+spec-1.1.0
17362026-03-19T02:59:49.957Z Compiling peg-runtime v0.8.5
17372026-03-19T02:59:50.102Z Compiling lalrpop-util v0.19.12
17382026-03-19T02:59:50.329Z Compiling thread_local v1.1.9
17392026-03-19T02:59:50.357Z Compiling slog-async v2.8.0
17402026-03-19T02:59:50.452Z Compiling crossbeam-channel v0.5.15
17412026-03-19T02:59:50.668Z Compiling futures-executor v0.3.32
17422026-03-19T02:59:50.757Z Compiling is-terminal v0.4.17
17432026-03-19T02:59:50.880Z Compiling filetime v0.2.27
17442026-03-19T02:59:50.968Z Compiling take_mut v0.2.2
17452026-03-19T02:59:51.013Z Compiling xattr v1.6.1
17462026-03-19T02:59:51.076Z Compiling term v1.2.1
17472026-03-19T02:59:51.126Z Compiling futures v0.3.32
17482026-03-19T02:59:51.230Z Compiling tar v0.4.44
17492026-03-19T02:59:51.717Z Compiling slog-term v2.9.2
17502026-03-19T02:59:58.325Z Compiling rustls-webpki v0.103.9
17512026-03-19T03:00:02.406Z Compiling tokio-rustls v0.26.4
17522026-03-19T03:00:02.406Z Compiling rustls-platform-verifier v0.6.2
17532026-03-19T03:00:02.682Z Compiling hyper-rustls v0.27.7
17542026-03-19T03:00:02.942Z Compiling reqwest v0.12.28
17552026-03-19T03:00:02.942Z Compiling reqwest v0.13.2
17562026-03-19T03:00:05.924Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17572026-03-19T03:00:06.202Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17582026-03-19T03:00:10.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17592026-03-19T03:00:10.290Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17602026-03-19T03:00:10.354ZMar 19 03:00:09.389 INFO Starting download, target: Clickhouse
17612026-03-19T03:00:10.354ZMar 19 03:00:09.390 INFO Starting download, target: DendriteStub
17622026-03-19T03:00:10.354ZMar 19 03:00:09.390 INFO Starting download, target: Console
17632026-03-19T03:00:10.354ZMar 19 03:00:09.390 INFO Starting download, target: MaghemiteMgd
17642026-03-19T03:00:10.354ZMar 19 03:00:09.390 INFO Starting download, target: TransceiverControl
17652026-03-19T03:00:10.354ZMar 19 03:00:09.390 INFO Starting download, target: Cockroach
17662026-03-19T03:00:10.361ZMar 19 03:00:09.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17672026-03-19T03:00:10.361ZMar 19 03:00:09.390 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17682026-03-19T03:00:10.361ZMar 19 03:00:09.390 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17692026-03-19T03:00:10.361ZMar 19 03:00:09.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17702026-03-19T03:00:10.361ZMar 19 03:00:09.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17712026-03-19T03:00:10.362ZMar 19 03:00:09.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17722026-03-19T03:00:10.853ZMar 19 03:00:09.886 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17732026-03-19T03:00:11.265ZMar 19 03:00:10.220 INFO Download complete, target: TransceiverControl
17742026-03-19T03:00:11.510ZMar 19 03:00:10.544 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17752026-03-19T03:00:11.888ZMar 19 03:00:10.914 INFO Download complete, target: Console
17762026-03-19T03:00:12.000ZMar 19 03:00:11.035 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17772026-03-19T03:00:12.332ZMar 19 03:00:11.353 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17782026-03-19T03:00:12.365ZMar 19 03:00:11.374 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17792026-03-19T03:00:14.133ZMar 19 03:00:13.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17802026-03-19T03:00:14.133ZMar 19 03:00:13.127 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17812026-03-19T03:00:15.591ZMar 19 03:00:14.615 INFO Download complete, target: DendriteStub
17822026-03-19T03:00:15.891ZMar 19 03:00:14.920 INFO Download complete, target: MaghemiteMgd
17832026-03-19T03:00:21.792ZMar 19 03:00:20.816 INFO Checking that binary works, target: Cockroach
17842026-03-19T03:00:21.964ZMar 19 03:00:20.934 INFO Download complete, target: Cockroach
17852026-03-19T03:00:23.566ZMar 19 03:00:22.606 INFO Checking that binary works, target: Clickhouse
17862026-03-19T03:00:23.723ZMar 19 03:00:22.762 INFO Download complete, target: Clickhouse
17872026-03-19T03:00:23.741ZAll builder prerequisites installed successfully, and PATH looks valid
17882026-03-19T03:00:23.744Z
17892026-03-19T03:00:23.744Zreal 5:08.379062643
17902026-03-19T03:00:23.744Zuser 10:27.998883639
17912026-03-19T03:00:23.744Zsys 1:49.271597020
17922026-03-19T03:00:23.744Ztrap 0.324172654
17932026-03-19T03:00:23.744Ztflt 0.682294367
17942026-03-19T03:00:23.744Zdflt 0.675616861
17952026-03-19T03:00:23.744Zkflt 0.022842887
17962026-03-19T03:00:23.745Zlock 30:51.496557939
17972026-03-19T03:00:23.745Zslp 31:44.613870675
17982026-03-19T03:00:23.745Zlat 55.725832192
17992026-03-19T03:00:23.745Zstop 2:40.477595372
18002026-03-19T03:00:23.745Z+ banner hack-check
18012026-03-19T03:00:23.745Z
18022026-03-19T03:00:23.745Z # # ## #### # # #### # # ###### #### # #
18032026-03-19T03:00:23.745Z # # # # # # # # # # # # # # # # #
18042026-03-19T03:00:23.745Z ###### # # # #### ##### # ###### ##### # ####
18052026-03-19T03:00:23.745Z # # ###### # # # # # # # # # #
18062026-03-19T03:00:23.745Z # # # # # # # # # # # # # # # # #
18072026-03-19T03:00:23.745Z # # # # #### # # #### # # ###### #### # #
18082026-03-19T03:00:23.745Z
18092026-03-19T03:00:23.745Z+ export CARGO_INCREMENTAL=0
18102026-03-19T03:00:23.745Z+ CARGO_INCREMENTAL=0
18112026-03-19T03:00:23.745Z+ ptime -m timeout 2h cargo xtask check-features --ci
18122026-03-19T03:00:24.465Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18132026-03-19T03:00:24.739Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18142026-03-19T03:00:27.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18152026-03-19T03:00:27.359Z Running `target/debug/xtask check-features --ci`
18162026-03-19T03:00:27.396Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18172026-03-19T03:00:27.400Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18182026-03-19T03:00:28.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s
18192026-03-19T03:00:28.080Z Running `target/debug/xtask download cargo-hack`
18202026-03-19T03:00:29.131Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18212026-03-19T03:00:29.517Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18222026-03-19T03:00:32.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s
18232026-03-19T03:00:32.979Z Running `target/debug/xtask-downloader cargo-hack`
18242026-03-19T03:00:33.047ZMar 19 03:00:32.074 INFO Starting download, target: CargoHack
18252026-03-19T03:00:33.057ZMar 19 03:00:32.075 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18262026-03-19T03:00:33.470ZMar 19 03:00:32.499 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18272026-03-19T03:00:33.538ZMar 19 03:00:32.580 INFO Download complete, target: CargoHack
18282026-03-19T03:00:33.542Zrunning: "/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"
18292026-03-19T03:00:33.566Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18302026-03-19T03:00:33.852Zinfo: running `cargo check --bins` on api_identity (1/259)
18312026-03-19T03:00:34.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18322026-03-19T03:00:34.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18332026-03-19T03:00:34.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18342026-03-19T03:00:34.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18352026-03-19T03:00:34.555Z
18362026-03-19T03:00:34.555Zinfo: running `cargo check --bins` on bootstore (2/259)
18372026-03-19T03:00:35.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18382026-03-19T03:00:35.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18392026-03-19T03:00:35.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18402026-03-19T03:00:35.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18412026-03-19T03:00:35.321Z
18422026-03-19T03:00:35.321Zinfo: running `cargo check --bins` on omicron-ledger (3/259)
18432026-03-19T03:00:35.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18442026-03-19T03:00:35.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18452026-03-19T03:00:35.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18462026-03-19T03:00:35.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18472026-03-19T03:00:36.084Z
18482026-03-19T03:00:36.084Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/259)
18492026-03-19T03:00:36.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18502026-03-19T03:00:36.753Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18512026-03-19T03:00:36.753Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18522026-03-19T03:00:36.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18532026-03-19T03:00:36.848Z
18542026-03-19T03:00:36.848Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/259)
18552026-03-19T03:00:37.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18562026-03-19T03:00:37.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18572026-03-19T03:00:37.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18582026-03-19T03:00:37.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18592026-03-19T03:00:37.632Z
18602026-03-19T03:00:37.633Zinfo: running `cargo check --bins` on omicron-certificates (6/259)
18612026-03-19T03:00:38.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18622026-03-19T03:00:38.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18632026-03-19T03:00:38.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18642026-03-19T03:00:38.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18652026-03-19T03:00:38.419Z
18662026-03-19T03:00:38.419Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/259)
18672026-03-19T03:00:39.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18682026-03-19T03:00:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18692026-03-19T03:00:39.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18702026-03-19T03:00:39.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18712026-03-19T03:00:39.204Z
18722026-03-19T03:00:39.204Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/259)
18732026-03-19T03:00:39.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18742026-03-19T03:00:39.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18752026-03-19T03:00:39.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18762026-03-19T03:00:39.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18772026-03-19T03:00:39.988Z
18782026-03-19T03:00:39.988Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/259)
18792026-03-19T03:00:40.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18802026-03-19T03:00:40.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18812026-03-19T03:00:40.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18822026-03-19T03:00:40.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18832026-03-19T03:00:40.605Z
18842026-03-19T03:00:40.605Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/259)
18852026-03-19T03:00:41.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18862026-03-19T03:00:41.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18872026-03-19T03:00:41.270Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18882026-03-19T03:00:41.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
18892026-03-19T03:00:41.308Z
18902026-03-19T03:00:41.308Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/259)
18912026-03-19T03:00:41.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18922026-03-19T03:00:41.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18932026-03-19T03:00:41.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18942026-03-19T03:00:41.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
18952026-03-19T03:00:41.892Z
18962026-03-19T03:00:41.892Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/259)
18972026-03-19T03:00:42.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18982026-03-19T03:00:42.451Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18992026-03-19T03:00:42.451Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19002026-03-19T03:00:42.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19012026-03-19T03:00:42.493Z
19022026-03-19T03:00:42.493Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/259)
19032026-03-19T03:00:43.036Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19042026-03-19T03:00:43.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19052026-03-19T03:00:43.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19062026-03-19T03:00:43.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19072026-03-19T03:00:43.120Z
19082026-03-19T03:00:43.120Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/259)
19092026-03-19T03:00:43.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19102026-03-19T03:00:43.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19112026-03-19T03:00:43.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19122026-03-19T03:00:43.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19132026-03-19T03:00:43.744Z
19142026-03-19T03:00:43.744Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/259)
19152026-03-19T03:00:44.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19162026-03-19T03:00:44.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19172026-03-19T03:00:44.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19182026-03-19T03:00:44.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19192026-03-19T03:00:44.487Z
19202026-03-19T03:00:44.487Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/259)
19212026-03-19T03:00:44.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19222026-03-19T03:00:44.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19232026-03-19T03:00:44.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19242026-03-19T03:00:44.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19252026-03-19T03:00:44.965Z
19262026-03-19T03:00:44.966Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/259)
19272026-03-19T03:00:45.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19282026-03-19T03:00:45.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19292026-03-19T03:00:45.526Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19302026-03-19T03:00:45.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19312026-03-19T03:00:45.573Z
19322026-03-19T03:00:45.573Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/259)
19332026-03-19T03:00:46.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19342026-03-19T03:00:46.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19352026-03-19T03:00:46.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19362026-03-19T03:00:46.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19372026-03-19T03:00:46.171Z
19382026-03-19T03:00:46.171Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/259)
19392026-03-19T03:00:46.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19402026-03-19T03:00:46.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19412026-03-19T03:00:46.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19422026-03-19T03:00:46.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19432026-03-19T03:00:46.782Z
19442026-03-19T03:00:46.782Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/259)
19452026-03-19T03:00:47.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19462026-03-19T03:00:47.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19472026-03-19T03:00:47.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19482026-03-19T03:00:47.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19492026-03-19T03:00:47.392Z
19502026-03-19T03:00:47.392Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/259)
19512026-03-19T03:00:47.935Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19522026-03-19T03:00:47.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19532026-03-19T03:00:47.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19542026-03-19T03:00:47.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19552026-03-19T03:00:48.012Z
19562026-03-19T03:00:48.012Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/259)
19572026-03-19T03:00:48.557Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19582026-03-19T03:00:48.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19592026-03-19T03:00:48.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19602026-03-19T03:00:48.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19612026-03-19T03:00:48.631Z
19622026-03-19T03:00:48.631Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/259)
19632026-03-19T03:00:49.178Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19642026-03-19T03:00:49.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19652026-03-19T03:00:49.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19662026-03-19T03:00:49.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19672026-03-19T03:00:49.250Z
19682026-03-19T03:00:49.250Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/259)
19692026-03-19T03:00:49.801Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19702026-03-19T03:00:49.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19712026-03-19T03:00:49.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19722026-03-19T03:00:49.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19732026-03-19T03:00:49.874Z
19742026-03-19T03:00:49.874Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/259)
19752026-03-19T03:00:50.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19762026-03-19T03:00:50.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19772026-03-19T03:00:50.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19782026-03-19T03:00:50.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19792026-03-19T03:00:50.494Z
19802026-03-19T03:00:50.494Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/259)
19812026-03-19T03:00:51.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19822026-03-19T03:00:51.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19832026-03-19T03:00:51.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19842026-03-19T03:00:51.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19852026-03-19T03:00:51.118Z
19862026-03-19T03:00:51.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/259)
19872026-03-19T03:00:51.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19882026-03-19T03:00:51.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19892026-03-19T03:00:51.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19902026-03-19T03:00:51.715Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19912026-03-19T03:00:51.740Z
19922026-03-19T03:00:51.740Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/259)
19932026-03-19T03:00:52.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19942026-03-19T03:00:52.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19952026-03-19T03:00:52.349Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19962026-03-19T03:00:52.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
19972026-03-19T03:00:52.372Z
19982026-03-19T03:00:52.372Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/259)
19992026-03-19T03:00:52.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20002026-03-19T03:00:52.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20012026-03-19T03:00:52.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20022026-03-19T03:00:52.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20032026-03-19T03:00:52.987Z
20042026-03-19T03:00:52.987Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/259)
20052026-03-19T03:00:53.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20062026-03-19T03:00:53.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20072026-03-19T03:00:53.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20082026-03-19T03:00:53.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20092026-03-19T03:00:53.618Z
20102026-03-19T03:00:53.618Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/259)
20112026-03-19T03:00:54.155Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20122026-03-19T03:00:54.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20132026-03-19T03:00:54.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20142026-03-19T03:00:54.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20152026-03-19T03:00:54.226Z
20162026-03-19T03:00:54.226Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/259)
20172026-03-19T03:00:54.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20182026-03-19T03:00:54.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20192026-03-19T03:00:54.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20202026-03-19T03:00:54.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20212026-03-19T03:00:54.830Z
20222026-03-19T03:00:54.830Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/259)
20232026-03-19T03:00:55.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20242026-03-19T03:00:55.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20252026-03-19T03:00:55.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20262026-03-19T03:00:55.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20272026-03-19T03:00:55.448Z
20282026-03-19T03:00:55.448Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/259)
20292026-03-19T03:00:55.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20302026-03-19T03:00:56.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20312026-03-19T03:00:56.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20322026-03-19T03:00:56.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20332026-03-19T03:00:56.073Z
20342026-03-19T03:00:56.073Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/259)
20352026-03-19T03:00:56.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20362026-03-19T03:00:56.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20372026-03-19T03:00:56.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20382026-03-19T03:00:56.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20392026-03-19T03:00:56.694Z
20402026-03-19T03:00:56.694Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/259)
20412026-03-19T03:00:57.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20422026-03-19T03:00:57.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20432026-03-19T03:00:57.265Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20442026-03-19T03:00:57.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20452026-03-19T03:00:57.312Z
20462026-03-19T03:00:57.312Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/259)
20472026-03-19T03:00:57.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20482026-03-19T03:00:57.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20492026-03-19T03:00:57.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20502026-03-19T03:00:57.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20512026-03-19T03:00:57.994Z
20522026-03-19T03:00:57.994Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/259)
20532026-03-19T03:00:58.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20542026-03-19T03:00:58.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20552026-03-19T03:00:58.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20562026-03-19T03:00:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20572026-03-19T03:00:58.548Z
20582026-03-19T03:00:58.548Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/259)
20592026-03-19T03:00:59.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20602026-03-19T03:00:59.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20612026-03-19T03:00:59.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20622026-03-19T03:00:59.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20632026-03-19T03:00:59.169Z
20642026-03-19T03:00:59.170Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/259)
20652026-03-19T03:00:59.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20662026-03-19T03:00:59.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20672026-03-19T03:00:59.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20682026-03-19T03:00:59.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20692026-03-19T03:00:59.783Z
20702026-03-19T03:00:59.783Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/259)
20712026-03-19T03:01:00.327Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20722026-03-19T03:01:00.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20732026-03-19T03:01:00.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20742026-03-19T03:01:00.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20752026-03-19T03:01:00.398Z
20762026-03-19T03:01:00.398Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/259)
20772026-03-19T03:01:00.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20782026-03-19T03:01:00.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20792026-03-19T03:01:00.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20802026-03-19T03:01:00.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20812026-03-19T03:01:01.023Z
20822026-03-19T03:01:01.023Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/259)
20832026-03-19T03:01:01.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20842026-03-19T03:01:01.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20852026-03-19T03:01:01.580Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20862026-03-19T03:01:01.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20872026-03-19T03:01:01.648Z
20882026-03-19T03:01:01.648Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/259)
20892026-03-19T03:01:02.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20902026-03-19T03:01:02.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20912026-03-19T03:01:02.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20922026-03-19T03:01:02.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20932026-03-19T03:01:02.276Z
20942026-03-19T03:01:02.276Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/259)
20952026-03-19T03:01:02.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20962026-03-19T03:01:02.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20972026-03-19T03:01:02.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20982026-03-19T03:01:02.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20992026-03-19T03:01:02.900Z
21002026-03-19T03:01:02.900Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/259)
21012026-03-19T03:01:03.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21022026-03-19T03:01:03.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21032026-03-19T03:01:03.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21042026-03-19T03:01:03.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21052026-03-19T03:01:03.521Z
21062026-03-19T03:01:03.521Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/259)
21072026-03-19T03:01:04.066Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21082026-03-19T03:01:04.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21092026-03-19T03:01:04.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21102026-03-19T03:01:04.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21112026-03-19T03:01:04.132Z
21122026-03-19T03:01:04.132Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/259)
21132026-03-19T03:01:04.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21142026-03-19T03:01:04.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21152026-03-19T03:01:04.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21162026-03-19T03:01:04.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
21172026-03-19T03:01:04.753Z
21182026-03-19T03:01:04.753Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/259)
21192026-03-19T03:01:05.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21202026-03-19T03:01:05.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21212026-03-19T03:01:05.870Z Checking cfg-if v1.0.4
21222026-03-19T03:01:06.034Z Checking libc v0.2.180
21232026-03-19T03:01:06.040Z Checking serde_core v1.0.228
21242026-03-19T03:01:06.067Z Checking memchr v2.8.0
21252026-03-19T03:01:06.084Z Checking itoa v1.0.17
21262026-03-19T03:01:06.087Z Checking smallvec v1.15.1
21272026-03-19T03:01:06.122Z Checking log v0.4.29
21282026-03-19T03:01:06.128Z Checking zeroize v1.8.2
21292026-03-19T03:01:06.166Z Checking stable_deref_trait v1.2.1
21302026-03-19T03:01:06.300Z Checking zerofrom v0.1.6
21312026-03-19T03:01:06.315Z Checking zmij v1.0.21
21322026-03-19T03:01:06.341Z Checking scopeguard v1.2.0
21332026-03-19T03:01:06.360Z Checking subtle v2.6.1
21342026-03-19T03:01:06.377Z Checking writeable v0.6.2
21352026-03-19T03:01:06.409Z Checking yoke v0.8.1
21362026-03-19T03:01:06.465Z Checking lock_api v0.4.14
21372026-03-19T03:01:06.551Z Checking percent-encoding v2.3.2
21382026-03-19T03:01:06.554Z Checking litemap v0.8.1
21392026-03-19T03:01:06.592Z Checking libm v0.2.16
21402026-03-19T03:01:06.612Z Checking icu_properties_data v2.1.2
21412026-03-19T03:01:06.634Z Checking getrandom v0.2.17
21422026-03-19T03:01:06.651Z Checking errno v0.3.14
21432026-03-19T03:01:06.731Z Checking zerovec v0.11.5
21442026-03-19T03:01:06.749Z Checking zerotrie v0.2.3
21452026-03-19T03:01:06.777Z Checking icu_normalizer_data v2.1.1
21462026-03-19T03:01:06.800Z Checking pin-project-lite v0.2.17
21472026-03-19T03:01:06.819Z Checking rand_core v0.6.4
21482026-03-19T03:01:06.822Z Checking utf8_iter v1.0.4
21492026-03-19T03:01:06.870Z Checking form_urlencoded v1.2.2
21502026-03-19T03:01:06.911Z Checking typenum v1.19.0
21512026-03-19T03:01:06.996Z Checking portable-atomic v1.13.1
21522026-03-19T03:01:07.032Z Checking critical-section v1.2.0
21532026-03-19T03:01:07.055Z Checking rand_core v0.10.0
21542026-03-19T03:01:07.072Z Checking signal-hook-registry v1.4.8
21552026-03-19T03:01:07.169Z Checking parking_lot_core v0.9.12
21562026-03-19T03:01:07.257Z Checking getrandom v0.4.1
21572026-03-19T03:01:07.295Z Checking socket2 v0.6.2
21582026-03-19T03:01:07.353Z Checking tinystr v0.8.2
21592026-03-19T03:01:07.417Z Checking potential_utf v0.1.4
21602026-03-19T03:01:07.490Z Checking parking_lot v0.12.5
21612026-03-19T03:01:07.576Z Checking icu_locale_core v2.1.1
21622026-03-19T03:01:07.596Z Checking icu_collections v2.1.1
21632026-03-19T03:01:07.616Z Checking num-traits v0.2.19
21642026-03-19T03:01:07.637Z Checking once_cell v1.21.3
21652026-03-19T03:01:07.637Z Checking mio v1.1.1
21662026-03-19T03:01:07.680Z Checking generic-array v0.14.7
21672026-03-19T03:01:07.698Z Checking zerocopy v0.8.40
21682026-03-19T03:01:07.867Z Checking iana-time-zone v0.1.65
21692026-03-19T03:01:08.006Z Checking futures-core v0.3.32
21702026-03-19T03:01:08.027Z Checking equivalent v1.0.2
21712026-03-19T03:01:08.046Z Checking allocator-api2 v0.2.21
21722026-03-19T03:01:08.133Z Checking const-oid v0.9.6
21732026-03-19T03:01:08.164Z Checking foldhash v0.2.0
21742026-03-19T03:01:08.232Z Checking serde v1.0.228
21752026-03-19T03:01:08.324Z Checking serde_json v1.0.149
21762026-03-19T03:01:08.350Z Checking icu_provider v2.1.1
21772026-03-19T03:01:08.364Z Checking bitflags v2.11.0
21782026-03-19T03:01:08.417Z Checking crypto-common v0.1.7
21792026-03-19T03:01:08.438Z Checking uuid v1.21.0
21802026-03-19T03:01:08.571Z Checking hashbrown v0.16.1
21812026-03-19T03:01:08.594Z Checking futures-sink v0.3.32
21822026-03-19T03:01:08.653Z Checking icu_properties v2.1.2
21832026-03-19T03:01:08.724Z Checking icu_normalizer v2.1.1
21842026-03-19T03:01:08.801Z Checking bytes v1.11.1
21852026-03-19T03:01:08.862Z Checking chrono v0.4.44
21862026-03-19T03:01:09.137Z Checking dyn-clone v1.0.20
21872026-03-19T03:01:09.153Z Checking futures-channel v0.3.32
21882026-03-19T03:01:09.266Z Checking block-buffer v0.10.4
21892026-03-19T03:01:09.266Z Checking semver v1.0.27
21902026-03-19T03:01:09.270Z Checking futures-io v0.3.32
21912026-03-19T03:01:09.405Z Checking tokio v1.49.0
21922026-03-19T03:01:09.425Z Checking futures-task v0.3.32
21932026-03-19T03:01:09.445Z Checking slab v0.4.12
21942026-03-19T03:01:09.465Z Checking digest v0.10.7
21952026-03-19T03:01:09.557Z Checking thiserror v2.0.18
21962026-03-19T03:01:09.607Z Checking byteorder v1.5.0
21972026-03-19T03:01:09.657Z Checking futures-util v0.3.32
21982026-03-19T03:01:09.690Z Checking indexmap v2.13.0
21992026-03-19T03:01:09.749Z Checking cpufeatures v0.2.17
22002026-03-19T03:01:09.815Z Checking idna_adapter v1.2.1
22012026-03-19T03:01:09.838Z Checking http v1.4.0
22022026-03-19T03:01:09.883Z Checking fnv v1.0.7
22032026-03-19T03:01:09.990Z Checking idna v1.1.0
22042026-03-19T03:01:10.031Z Checking unicode-ident v1.0.24
22052026-03-19T03:01:10.069Z Checking base64 v0.22.1
22062026-03-19T03:01:10.165Z Checking tracing-core v0.1.36
22072026-03-19T03:01:10.301Z Checking url v2.5.8
22082026-03-19T03:01:10.399Z Checking proc-macro2 v1.0.106
22092026-03-19T03:01:10.491Z Checking rustls-pki-types v1.14.0
22102026-03-19T03:01:10.591Z Checking tracing v0.1.44
22112026-03-19T03:01:10.651Z Checking regex-syntax v0.8.10
22122026-03-19T03:01:10.807Z Checking quote v1.0.44
22132026-03-19T03:01:10.837Z Checking untrusted v0.9.0
22142026-03-19T03:01:10.880Z Checking schemars v0.8.22
22152026-03-19T03:01:10.901Z Checking thiserror v1.0.69
22162026-03-19T03:01:10.985Z Checking ring v0.17.14
22172026-03-19T03:01:11.029Z Checking ipnet v2.11.0
22182026-03-19T03:01:11.059Z Checking syn v2.0.117
22192026-03-19T03:01:11.367Z Checking httparse v1.10.1
22202026-03-19T03:01:11.650Z Checking http-body v1.0.1
22212026-03-19T03:01:11.764Z Checking ppv-lite86 v0.2.21
22222026-03-19T03:01:11.780Z Checking rustix v1.1.3
22232026-03-19T03:01:11.821Z Checking block-padding v0.3.3
22242026-03-19T03:01:11.994Z Checking getrandom v0.3.4
22252026-03-19T03:01:12.181Z Checking atomic-waker v1.1.2
22262026-03-19T03:01:12.205Z Checking inout v0.1.4
22272026-03-19T03:01:12.313Z Checking hmac v0.12.1
22282026-03-19T03:01:12.343Z Checking aws-lc-sys v0.37.1
22292026-03-19T03:01:12.371Z Checking aho-corasick v1.1.4
22302026-03-19T03:01:12.392Z Checking try-lock v0.2.5
22312026-03-19T03:01:12.464Z Checking httpdate v1.0.3
22322026-03-19T03:01:12.486Z Checking untrusted v0.7.1
22332026-03-19T03:01:12.928Z Checking openssl-probe v0.2.1
22342026-03-19T03:01:12.931Z Checking tower-service v0.3.3
22352026-03-19T03:01:12.932Z Checking powerfmt v0.2.0
22362026-03-19T03:01:12.932Z Checking tower-layer v0.3.3
22372026-03-19T03:01:12.932Z Checking want v0.3.1
22382026-03-19T03:01:12.932Z Checking deranged v0.5.8
22392026-03-19T03:01:12.932Z Checking cipher v0.4.4
22402026-03-19T03:01:12.932Z Checking rand_core v0.9.5
22412026-03-19T03:01:12.994Z Checking base64ct v1.8.3
22422026-03-19T03:01:13.070Z Checking aws-lc-rs v1.16.0
22432026-03-19T03:01:13.138Z Checking time-core v0.1.8
22442026-03-19T03:01:13.567Z Checking num-conv v0.2.0
22452026-03-19T03:01:13.571Z Checking pin-utils v0.1.0
22462026-03-19T03:01:13.571Z Checking regex-automata v0.4.14
22472026-03-19T03:01:13.571Z Checking num_threads v0.1.7
22482026-03-19T03:01:13.571Z Checking sha2 v0.10.9
22492026-03-19T03:01:13.571Z Checking erased-serde v0.3.31
22502026-03-19T03:01:13.571Z Checking pretty-hex v0.4.1
22512026-03-19T03:01:13.639Z Checking rand_chacha v0.9.0
22522026-03-19T03:01:13.748Z Checking ryu v1.0.23
22532026-03-19T03:01:13.812Z Checking tokio-util v0.7.18
22542026-03-19T03:01:13.885Z Checking fastrand v2.3.0
22552026-03-19T03:01:13.929Z Checking rand v0.9.2
22562026-03-19T03:01:13.978Z Checking slog v2.8.2
22572026-03-19T03:01:14.128Z Checking pem-rfc7468 v0.7.0
22582026-03-19T03:01:14.161Z Checking time v0.3.47
22592026-03-19T03:01:14.228Z Checking rustls-webpki v0.103.9
22602026-03-19T03:01:14.334Z Checking rustls-native-certs v0.8.3
22612026-03-19T03:01:14.356Z Checking http-body-util v0.1.3
22622026-03-19T03:01:14.383Z Checking ipnetwork v0.21.1
22632026-03-19T03:01:14.502Z Checking sync_wrapper v1.0.2
22642026-03-19T03:01:14.575Z Checking spin v0.9.8
22652026-03-19T03:01:14.637Z Checking plain v0.2.3
22662026-03-19T03:01:15.067Z Checking flagset v0.4.7
22672026-03-19T03:01:15.071Z Checking h2 v0.4.13
22682026-03-19T03:01:15.071Z Checking tower v0.5.3
22692026-03-19T03:01:15.071Z Checking serde_urlencoded v0.7.1
22702026-03-19T03:01:15.071Z Checking rustls v0.23.37
22712026-03-19T03:01:15.071Z Checking rand_chacha v0.3.1
22722026-03-19T03:01:15.071Z Checking der v0.7.10
22732026-03-19T03:01:15.071Z Checking webpki-roots v1.0.6
22742026-03-19T03:01:15.098Z Checking ucd-trie v0.1.7
22752026-03-19T03:01:15.226Z Checking iri-string v0.7.10
22762026-03-19T03:01:15.235Z Checking tinyvec_macros v0.1.1
22772026-03-19T03:01:15.274Z Checking pest v2.8.6
22782026-03-19T03:01:15.309Z Checking tinyvec v1.10.0
22792026-03-19T03:01:15.741Z Checking rand v0.8.5
22802026-03-19T03:01:15.767Z Checking tempfile v3.25.0
22812026-03-19T03:01:15.873Z Checking spki v0.7.3
22822026-03-19T03:01:15.896Z Checking salsa20 v0.10.2
22832026-03-19T03:01:16.028Z Checking pbkdf2 v0.12.2
22842026-03-19T03:01:16.066Z Checking unicode-width v0.2.0
22852026-03-19T03:01:16.096Z Checking foreign-types-shared v0.1.1
22862026-03-19T03:01:16.170Z Checking scrypt v0.11.0
22872026-03-19T03:01:16.205Z Checking foreign-types v0.3.2
22882026-03-19T03:01:16.297Z Checking regex v1.12.3
22892026-03-19T03:01:16.348Z Checking cbc v0.1.2
22902026-03-19T03:01:16.399Z Checking aes v0.8.4
22912026-03-19T03:01:16.454Z Checking anyhow v1.0.102
22922026-03-19T03:01:16.534Z Checking openssl-sys v0.9.111
22932026-03-19T03:01:16.673Z Checking tower-http v0.6.8
22942026-03-19T03:01:16.695Z Checking crossbeam-utils v0.8.21
22952026-03-19T03:01:16.717Z Checking oxnet v0.1.4
22962026-03-19T03:01:16.788Z Checking mime v0.3.17
22972026-03-19T03:01:16.927Z Checking pkcs5 v0.7.1
22982026-03-19T03:01:17.026Z Checking openapiv3 v2.2.0
22992026-03-19T03:01:17.046Z Checking scroll v0.12.0
23002026-03-19T03:01:17.066Z Checking encoding_rs v0.8.35
23012026-03-19T03:01:17.172Z Checking winnow v0.7.14
23022026-03-19T03:01:17.191Z Checking openssl v0.10.75
23032026-03-19T03:01:17.293Z Checking pkcs8 v0.10.2
23042026-03-19T03:01:17.376Z Checking siphasher v1.0.2
23052026-03-19T03:01:17.531Z Checking data-encoding v2.10.0
23062026-03-19T03:01:17.596Z Checking goblin v0.8.2
23072026-03-19T03:01:17.897Z Checking lazy_static v1.5.0
23082026-03-19T03:01:18.010Z Checking zerocopy v0.7.35
23092026-03-19T03:01:18.143Z Checking tokio-rustls v0.26.4
23102026-03-19T03:01:18.337Z Checking hyper v1.8.1
23112026-03-19T03:01:18.406Z Checking wait-timeout v0.2.1
23122026-03-19T03:01:18.448Z Checking bitflags v1.3.2
23132026-03-19T03:01:18.537Z Checking utf8parse v0.2.2
23142026-03-19T03:01:18.562Z Checking bit-vec v0.8.0
23152026-03-19T03:01:18.668Z Checking quick-error v1.2.3
23162026-03-19T03:01:18.723Z Checking either v1.15.0
23172026-03-19T03:01:18.798Z Checking anstyle v1.0.13
23182026-03-19T03:01:18.819Z Checking managed v0.8.0
23192026-03-19T03:01:18.839Z Checking psl-types v2.0.11
23202026-03-19T03:01:18.869Z Checking bit-set v0.8.0
23212026-03-19T03:01:18.971Z Checking rusty-fork v0.3.1
23222026-03-19T03:01:18.992Z Checking publicsuffix v2.3.0
23232026-03-19T03:01:19.039Z Checking anstyle-parse v0.2.7
23242026-03-19T03:01:19.064Z Checking dtrace-parser v0.2.0
23252026-03-19T03:01:19.067Z Checking cookie v0.18.1
23262026-03-19T03:01:19.187Z Checking unicode-normalization v0.1.25
23272026-03-19T03:01:19.207Z Checking rand_xorshift v0.4.0
23282026-03-19T03:01:19.236Z Checking sha1 v0.10.6
23292026-03-19T03:01:19.359Z Checking thread-id v4.2.2
23302026-03-19T03:01:19.380Z Checking colorchoice v1.0.4
23312026-03-19T03:01:19.383Z Checking unarray v0.1.4
23322026-03-19T03:01:19.446Z Checking anstyle-query v1.1.5
23332026-03-19T03:01:19.464Z Checking is_terminal_polyfill v1.70.2
23342026-03-19T03:01:19.504Z Checking cookie_store v0.22.1
23352026-03-19T03:01:19.530Z Checking proptest v1.10.0
23362026-03-19T03:01:19.591Z Checking rustls-platform-verifier v0.6.2
23372026-03-19T03:01:19.591Z Checking anstream v0.6.21
23382026-03-19T03:01:19.601Z Checking hyper-util v0.1.20
23392026-03-19T03:01:19.728Z Checking crossbeam-epoch v0.9.18
23402026-03-19T03:01:19.750Z Checking terminal_size v0.4.3
23412026-03-19T03:01:19.846Z Checking scroll v0.13.0
23422026-03-19T03:01:19.898Z Checking hex v0.4.3
23432026-03-19T03:01:19.945Z Checking num-integer v0.1.46
23442026-03-19T03:01:20.034Z Checking simd-adler32 v0.3.8
23452026-03-19T03:01:20.069Z Checking native-tls v0.2.18
23462026-03-19T03:01:20.159Z Checking goblin v0.10.5
23472026-03-19T03:01:20.208Z Checking crossbeam-deque v0.8.6
23482026-03-19T03:01:20.235Z Checking dof v0.3.0
23492026-03-19T03:01:20.255Z Checking bstr v1.12.1
23502026-03-19T03:01:20.277Z Checking ref-cast v1.0.25
23512026-03-19T03:01:20.301Z Checking tokio-native-tls v0.3.1
23522026-03-19T03:01:20.400Z Checking rustix v0.38.44
23532026-03-19T03:01:20.440Z Checking camino v1.2.2
23542026-03-19T03:01:20.505Z Checking crc32fast v1.5.0
23552026-03-19T03:01:20.610Z Checking usdt-impl v0.5.0
23562026-03-19T03:01:20.688Z Checking signature v2.2.0
23572026-03-19T03:01:20.799Z Checking serde_spanned v0.6.9
23582026-03-19T03:01:20.818Z Checking toml_datetime v0.6.11
23592026-03-19T03:01:20.855Z Checking ff v0.13.1
23602026-03-19T03:01:20.958Z Checking unicode-properties v0.1.4
23612026-03-19T03:01:20.978Z Checking clap_lex v1.0.0
23622026-03-19T03:01:21.025Z Checking unicode-bidi v0.3.18
23632026-03-19T03:01:21.058Z Checking strsim v0.11.1
23642026-03-19T03:01:21.170Z Checking base16ct v0.2.0
23652026-03-19T03:01:21.206Z Checking adler2 v2.0.1
23662026-03-19T03:01:21.270Z Checking clap_builder v4.5.60
23672026-03-19T03:01:21.291Z Checking hyper-rustls v0.27.7
23682026-03-19T03:01:21.333Z Checking hyper-tls v0.6.0
23692026-03-19T03:01:21.353Z Checking miniz_oxide v0.8.9
23702026-03-19T03:01:21.426Z Checking stringprep v0.1.5
23712026-03-19T03:01:21.553Z Checking sec1 v0.7.3
23722026-03-19T03:01:21.574Z Checking group v0.13.0
23732026-03-19T03:01:21.577Z Checking reqwest v0.12.28
23742026-03-19T03:01:21.622Z Checking reqwest v0.13.2
23752026-03-19T03:01:21.763Z Checking rayon-core v1.13.0
23762026-03-19T03:01:21.826Z Checking num-iter v0.1.45
23772026-03-19T03:01:21.844Z Checking toml_parser v1.0.9+spec-1.1.0
23782026-03-19T03:01:21.969Z Checking dtrace-parser v0.3.0
23792026-03-19T03:01:22.042Z Checking newtype-uuid v1.3.2
23802026-03-19T03:01:22.221Z Checking hkdf v0.12.4
23812026-03-19T03:01:22.286Z Checking strum v0.26.3
23822026-03-19T03:01:22.314Z Checking zstd-sys v2.0.16+zstd.1.5.7
23832026-03-19T03:01:22.335Z Checking daft v0.1.5
23842026-03-19T03:01:22.391Z Checking hash32 v0.2.1
23852026-03-19T03:01:22.431Z Checking md-5 v0.10.6
23862026-03-19T03:01:22.465Z Checking crypto-bigint v0.5.5
23872026-03-19T03:01:22.608Z Checking toml_datetime v0.7.5+spec-1.1.0
23882026-03-19T03:01:22.626Z Checking thread-id v5.1.0
23892026-03-19T03:01:22.655Z Checking unicode-segmentation v1.12.0
23902026-03-19T03:01:22.728Z Checking fallible-iterator v0.2.0
23912026-03-19T03:01:22.756Z Checking zlib-rs v0.6.2
23922026-03-19T03:01:22.789Z Checking heapless v0.7.17
23932026-03-19T03:01:22.874Z Checking zstd-safe v7.2.4
23942026-03-19T03:01:22.989Z Checking clap v4.5.60
23952026-03-19T03:01:23.080Z Checking rayon v1.11.0
23962026-03-19T03:01:23.100Z Checking postgres-protocol v0.6.10
23972026-03-19T03:01:23.106Z Checking itertools v0.12.1
23982026-03-19T03:01:23.138Z Checking phf_shared v0.13.1
23992026-03-19T03:01:23.375Z Checking console v0.16.2
24002026-03-19T03:01:23.412Z Checking curve25519-dalek v4.1.3
24012026-03-19T03:01:23.437Z Checking dof v0.4.0
24022026-03-19T03:01:23.533Z Checking memoffset v0.9.1
24032026-03-19T03:01:23.634Z Checking bzip2-sys v0.1.13+1.0.8
24042026-03-19T03:01:23.743Z Checking signal-hook v0.3.18
24052026-03-19T03:01:23.763Z Checking memmap2 v0.9.10
24062026-03-19T03:01:23.804Z Checking elliptic-curve v0.13.8
24072026-03-19T03:01:23.974Z Checking unit-prefix v0.5.2
24082026-03-19T03:01:23.994Z Checking foldhash v0.1.5
24092026-03-19T03:01:23.997Z Checking flate2 v1.1.9
24102026-03-19T03:01:24.138Z Checking bumpalo v3.20.2
24112026-03-19T03:01:24.189Z Checking winnow v0.5.40
24122026-03-19T03:01:24.217Z Checking fixedbitset v0.4.2
24132026-03-19T03:01:24.298Z Checking usdt-impl v0.6.0
24142026-03-19T03:01:24.396Z Checking toml_write v0.1.2
24152026-03-19T03:01:24.417Z Checking libbz2-rs-sys v0.2.2
24162026-03-19T03:01:24.420Z Checking petgraph v0.6.5
24172026-03-19T03:01:24.457Z Checking zopfli v0.8.3
24182026-03-19T03:01:24.478Z Checking zone v0.3.1
24192026-03-19T03:01:24.615Z Checking toml_edit v0.22.27
24202026-03-19T03:01:24.665Z Checking usdt v0.6.0
24212026-03-19T03:01:24.880Z Checking hashbrown v0.15.5
24222026-03-19T03:01:24.899Z Checking signal-hook-mio v0.2.5
24232026-03-19T03:01:24.940Z Checking bzip2 v0.6.1
24242026-03-19T03:01:24.961Z Checking bzip2 v0.4.4
24252026-03-19T03:01:25.027Z Checking nix v0.31.1
24262026-03-19T03:01:25.123Z Checking indicatif v0.18.4
24272026-03-19T03:01:25.153Z Checking postgres-types v0.2.12
24282026-03-19T03:01:25.174Z Checking phf v0.13.1
24292026-03-19T03:01:25.374Z Checking smoltcp v0.9.1
24302026-03-19T03:01:25.530Z Checking zstd v0.13.3
24312026-03-19T03:01:25.578Z Checking similar v2.7.0
24322026-03-19T03:01:25.619Z Checking num-bigint-dig v0.8.6
24332026-03-19T03:01:25.781Z Checking ed25519 v2.2.3
24342026-03-19T03:01:25.811Z Checking toml_edit v0.19.15
24352026-03-19T03:01:26.020Z Checking phf_shared v0.11.3
24362026-03-19T03:01:26.089Z Checking pkcs1 v0.7.5
24372026-03-19T03:01:26.135Z Checking tokio-stream v0.1.18
24382026-03-19T03:01:26.169Z Checking strum v0.27.2
24392026-03-19T03:01:26.210Z Checking hubpack v0.1.2
24402026-03-19T03:01:26.230Z Checking rfc6979 v0.4.0
24412026-03-19T03:01:26.311Z Checking serde-big-array v0.5.1
24422026-03-19T03:01:26.364Z Checking float-cmp v0.10.0
24432026-03-19T03:01:26.384Z Checking env_filter v1.0.0
24442026-03-19T03:01:26.431Z Checking fixedbitset v0.5.7
24452026-03-19T03:01:26.451Z Checking keccak v0.1.6
24462026-03-19T03:01:26.484Z Checking rustc-hash v2.1.1
24472026-03-19T03:01:26.525Z Checking jiff v0.2.21
24482026-03-19T03:01:26.569Z Checking static_assertions v1.1.0
24492026-03-19T03:01:26.633Z Checking new_debug_unreachable v1.0.6
24502026-03-19T03:01:26.657Z Checking predicates-core v1.0.10
24512026-03-19T03:01:26.704Z Checking whoami v2.1.0
24522026-03-19T03:01:26.719Z Checking precomputed-hash v0.1.1
24532026-03-19T03:01:26.719Z Checking difflib v0.4.0
24542026-03-19T03:01:26.737Z Checking normalize-line-endings v0.3.0
24552026-03-19T03:01:26.787Z Checking rsa v0.9.10
24562026-03-19T03:01:26.806Z Checking string_cache v0.8.9
24572026-03-19T03:01:26.827Z Checking petgraph v0.8.3
24582026-03-19T03:01:26.849Z Checking sha3 v0.10.8
24592026-03-19T03:01:26.932Z Checking tokio-postgres v0.7.16
24602026-03-19T03:01:26.956Z Checking predicates v3.1.4
24612026-03-19T03:01:27.023Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24622026-03-19T03:01:27.137Z Checking iddqd v0.3.17
24632026-03-19T03:01:27.275Z Checking toml v0.7.8
24642026-03-19T03:01:27.392Z Checking env_logger v0.11.9
24652026-03-19T03:01:27.445Z Checking ecdsa v0.16.9
24662026-03-19T03:01:27.641Z Checking ed25519-dalek v2.2.0
24672026-03-19T03:01:27.717Z Checking zip v0.6.6
24682026-03-19T03:01:27.902Z Checking crossterm v0.28.1
24692026-03-19T03:01:27.954Z Checking serde_with v3.17.0
24702026-03-19T03:01:28.158Z Checking itertools v0.13.0
24712026-03-19T03:01:28.328Z Checking hickory-proto v0.25.2
24722026-03-19T03:01:28.637Z Checking x509-cert v0.2.5
24732026-03-19T03:01:28.894Z Checking fs-err v3.3.0
24742026-03-19T03:01:29.045Z Checking ahash v0.8.12
24752026-03-19T03:01:29.281Z Checking object v0.37.3
24762026-03-19T03:01:29.306Z Checking buf-list v1.1.2
24772026-03-19T03:01:29.536Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24782026-03-19T03:01:29.552Z Checking peg-runtime v0.8.5
24792026-03-19T03:01:29.616Z Checking lalrpop-util v0.19.12
24802026-03-19T03:01:29.738Z Compiling structmeta-derive v0.3.0
24812026-03-19T03:01:29.741Z Checking zip v4.6.1
24822026-03-19T03:01:29.828Z Compiling rustls v0.22.4
24832026-03-19T03:01:29.883Z Compiling newtype-uuid-macros v0.1.0
24842026-03-19T03:01:29.957Z Compiling multer v3.1.0
24852026-03-19T03:01:30.075Z Compiling async-stream-impl v0.3.6
24862026-03-19T03:01:30.097Z Checking futures-executor v0.3.32
24872026-03-19T03:01:30.252Z Checking regress v0.10.5
24882026-03-19T03:01:30.533Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24892026-03-19T03:01:30.859Z Compiling dropshot v0.16.7
24902026-03-19T03:01:30.890Z Checking futures v0.3.32
24912026-03-19T03:01:30.992Z Compiling dropshot_endpoint v0.16.7
24922026-03-19T03:01:31.030Z Checking thread_local v1.1.9
24932026-03-19T03:01:31.161Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-03-19T03:01:31.223Z Compiling structmeta v0.3.0
24952026-03-19T03:01:31.247Z Checking crossbeam-channel v0.5.15
24962026-03-19T03:01:31.499Z Compiling derive-ex v0.1.8
24972026-03-19T03:01:31.630Z Checking is-terminal v0.4.17
24982026-03-19T03:01:31.717Z Checking take_mut v0.2.2
24992026-03-19T03:01:31.751Z Checking term v1.2.1
25002026-03-19T03:01:31.853Z Checking slog-async v2.8.0
25012026-03-19T03:01:32.044Z Checking slog-term v2.9.2
25022026-03-19T03:01:32.090Z Compiling parse-display-derive v0.10.0
25032026-03-19T03:01:32.214Z Checking rustls-webpki v0.102.8
25042026-03-19T03:01:32.268Z Checking serde_spanned v1.0.4
25052026-03-19T03:01:32.422Z Checking match_cfg v0.1.0
25062026-03-19T03:01:32.442Z Checking toml_writer v1.0.6+spec-1.1.0
25072026-03-19T03:01:32.516Z Checking debug-ignore v1.0.5
25082026-03-19T03:01:32.615Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25092026-03-19T03:01:32.651Z Checking hostname v0.3.1
25102026-03-19T03:01:32.689Z Checking toml v0.9.12+spec-1.1.0
25112026-03-19T03:01:32.738Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25122026-03-19T03:01:32.778Z Checking slog-json v2.6.1
25132026-03-19T03:01:32.931Z Checking macaddr v1.0.1
25142026-03-19T03:01:32.984Z Checking slog-bunyan v2.5.0
25152026-03-19T03:01:33.536Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25162026-03-19T03:01:33.540Z Checking async-stream v0.3.6
25172026-03-19T03:01:33.540Z Checking waitgroup v0.1.2
25182026-03-19T03:01:33.540Z Checking rustls-pemfile v2.2.0
25192026-03-19T03:01:33.579Z Checking serde_path_to_error v0.1.20
25202026-03-19T03:01:33.624Z Checking hostname v0.4.2
25212026-03-19T03:01:33.650Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25222026-03-19T03:01:33.702Z Checking progenitor-client v0.13.0
25232026-03-19T03:01:33.753Z Checking progenitor-client v0.10.0
25242026-03-19T03:01:33.790Z Compiling itertools v0.14.0
25252026-03-19T03:01:33.878Z Compiling test-strategy v0.4.5
25262026-03-19T03:01:34.357Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25272026-03-19T03:01:34.362Z Checking backon v1.6.0
25282026-03-19T03:01:34.362Z Checking instant v0.1.13
25292026-03-19T03:01:34.362Z Checking backoff v0.4.0
25302026-03-19T03:01:34.362Z Checking progenitor-extras v0.1.1
25312026-03-19T03:01:34.392Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25322026-03-19T03:01:34.422Z Checking parse-display v0.10.0
25332026-03-19T03:01:34.519Z Checking heck v0.5.0
25342026-03-19T03:01:34.715Z Compiling toml_edit v0.23.10+spec-1.0.0
25352026-03-19T03:01:34.735Z Checking tokio-rustls v0.25.0
25362026-03-19T03:01:34.811Z Compiling convert_case v0.4.0
25372026-03-19T03:01:35.027Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25382026-03-19T03:01:35.288Z Compiling crucible-workspace-hack v0.1.0
25392026-03-19T03:01:35.322Z Compiling heapless v0.8.0
25402026-03-19T03:01:35.508Z Compiling ingot-macros v0.1.1
25412026-03-19T03:01:35.557Z Compiling proc-macro-crate v3.4.0
25422026-03-19T03:01:35.712Z Compiling derive_more v0.99.20
25432026-03-19T03:01:35.917Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25442026-03-19T03:01:35.966Z Checking hash32 v0.3.1
25452026-03-19T03:01:36.137Z Checking secrecy v0.10.3
25462026-03-19T03:01:36.204Z Compiling prettyplease v0.2.37
25472026-03-19T03:01:36.293Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25482026-03-19T03:01:36.313Z Compiling smoltcp v0.11.0
25492026-03-19T03:01:36.421Z Compiling num_enum_derive v0.7.5
25502026-03-19T03:01:36.644Z Compiling typify-impl v0.6.1
25512026-03-19T03:01:36.787Z Checking tabwriter v1.4.1
25522026-03-19T03:01:36.983Z Checking cobs v0.3.0
25532026-03-19T03:01:37.024Z Compiling foreign-types-macros v0.2.3
25542026-03-19T03:01:37.224Z Checking cpufeatures v0.3.0
25552026-03-19T03:01:37.469Z Compiling unsafe-libyaml v0.2.11
25562026-03-19T03:01:37.573Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25572026-03-19T03:01:37.816Z Checking foreign-types-shared v0.3.1
25582026-03-19T03:01:37.898Z Checking num_enum v0.7.5
25592026-03-19T03:01:37.938Z Checking foreign-types v0.5.0
25602026-03-19T03:01:38.064Z Checking chacha20 v0.10.0
25612026-03-19T03:01:38.101Z Checking postcard v1.1.3
25622026-03-19T03:01:38.356Z Compiling serde_yaml v0.9.34+deprecated
25632026-03-19T03:01:39.044Z Compiling proc-macro-crate v1.3.1
25642026-03-19T03:01:39.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25652026-03-19T03:01:39.444Z Checking ingot-types v0.1.2
25662026-03-19T03:01:39.612Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25672026-03-19T03:01:39.897Z Checking cstr-argument v0.1.2
25682026-03-19T03:01:39.916Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25692026-03-19T03:01:39.946Z Checking ingot v0.1.1
25702026-03-19T03:01:40.139Z Checking colored v3.1.1
25712026-03-19T03:01:40.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25722026-03-19T03:01:40.235Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25732026-03-19T03:01:40.329Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25742026-03-19T03:01:40.377Z Compiling num_enum_derive v0.5.11
25752026-03-19T03:01:40.452Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25762026-03-19T03:01:40.497Z Checking rand v0.10.0
25772026-03-19T03:01:41.651Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25782026-03-19T03:01:42.133Z Checking num_enum v0.5.11
25792026-03-19T03:01:42.318Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25802026-03-19T03:01:42.799Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25812026-03-19T03:01:43.192Z Compiling typify-macro v0.6.1
25822026-03-19T03:01:43.210Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25832026-03-19T03:01:43.391Z Compiling typify-impl v0.4.3
25842026-03-19T03:01:43.538Z Checking camino-tempfile v1.4.1
25852026-03-19T03:01:43.560Z Checking num-rational v0.4.2
25862026-03-19T03:01:43.944Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25872026-03-19T03:01:44.131Z Checking half v2.7.1
25882026-03-19T03:01:44.246Z Compiling thiserror-impl-no-std v2.0.2
25892026-03-19T03:01:44.264Z Checking universal-hash v0.5.1
25902026-03-19T03:01:44.428Z Checking num-complex v0.4.6
25912026-03-19T03:01:44.485Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25922026-03-19T03:01:44.802Z Checking opaque-debug v0.3.1
25932026-03-19T03:01:44.802Z Checking ciborium-io v0.2.2
25942026-03-19T03:01:44.902Z Checking poly1305 v0.8.0
25952026-03-19T03:01:44.925Z Checking num v0.4.3
25962026-03-19T03:01:44.949Z Checking ciborium-ll v0.2.2
25972026-03-19T03:01:45.049Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-19T03:01:45.108Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25992026-03-19T03:01:45.182Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26002026-03-19T03:01:45.242Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26012026-03-19T03:01:45.474Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26022026-03-19T03:01:45.544Z Compiling typify v0.6.1
26032026-03-19T03:01:45.830Z Checking toml v0.8.23
26042026-03-19T03:01:45.846Z Checking thiserror-no-std v2.0.2
26052026-03-19T03:01:45.953Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26062026-03-19T03:01:46.157Z Checking password-hash v0.5.0
26072026-03-19T03:01:46.196Z Checking chacha20 v0.9.1
26082026-03-19T03:01:46.479Z Compiling usdt-attr-macro v0.5.0
26092026-03-19T03:01:46.479Z Compiling usdt-macro v0.5.0
26102026-03-19T03:01:46.759Z Checking smf v0.2.3
26112026-03-19T03:01:47.080Z Checking blake2 v0.10.6
26122026-03-19T03:01:47.264Z Checking aead v0.5.2
26132026-03-19T03:01:47.360Z Checking sigpipe v0.1.3
26142026-03-19T03:01:47.425Z Checking memmap v0.7.0
26152026-03-19T03:01:47.471Z Compiling num-derive v0.4.2
26162026-03-19T03:01:47.502Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26172026-03-19T03:01:47.505Z Checking float-ord v0.3.2
26182026-03-19T03:01:47.599Z Checking glob v0.3.3
26192026-03-19T03:01:47.639Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26202026-03-19T03:01:47.804Z Checking usdt v0.5.0
26212026-03-19T03:01:47.852Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26222026-03-19T03:01:48.037Z Checking chacha20poly1305 v0.10.1
26232026-03-19T03:01:48.069Z Checking argon2 v0.5.3
26242026-03-19T03:01:48.201Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26252026-03-19T03:01:48.257Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26262026-03-19T03:01:48.461Z Checking vsss-rs v3.3.4
26272026-03-19T03:01:48.488Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26282026-03-19T03:01:48.520Z Compiling progenitor-impl v0.13.0
26292026-03-19T03:01:48.718Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26302026-03-19T03:01:49.223Z Checking ciborium v0.2.2
26312026-03-19T03:01:49.321Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26322026-03-19T03:01:49.469Z Checking indent_write v2.2.0
26332026-03-19T03:01:49.609Z Checking whoami v1.6.1
26342026-03-19T03:01:49.639Z Compiling semver v0.1.20
26352026-03-19T03:01:49.660Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26362026-03-19T03:01:49.797Z Compiling typify-macro v0.4.3
26372026-03-19T03:01:49.921Z Compiling rustc_version v0.1.7
26382026-03-19T03:01:50.126Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26392026-03-19T03:01:50.226Z Compiling pin-project-internal v1.1.11
26402026-03-19T03:01:50.902Z Checking swrite v0.1.0
26412026-03-19T03:01:51.028Z Checking linked-hash-map v0.5.6
26422026-03-19T03:01:51.075Z Compiling minimal-lexical v0.2.1
26432026-03-19T03:01:51.276Z Checking lru-cache v0.1.2
26442026-03-19T03:01:51.443Z Compiling nom v7.1.3
26452026-03-19T03:01:51.484Z Compiling newtype_derive v0.1.6
26462026-03-19T03:01:51.769Z Checking pin-project v1.1.11
26472026-03-19T03:01:51.898Z Checking newline-converter v0.3.0
26482026-03-19T03:01:52.060Z Checking atomicwrites v0.4.4
26492026-03-19T03:01:52.135Z Compiling typify v0.4.3
26502026-03-19T03:01:52.244Z Compiling progenitor-macro v0.13.0
26512026-03-19T03:01:52.264Z Checking hickory-proto v0.24.4
26522026-03-19T03:01:52.300Z Checking phf_shared v0.12.1
26532026-03-19T03:01:52.339Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26542026-03-19T03:01:52.389Z Checking console v0.15.11
26552026-03-19T03:01:52.490Z Checking pem v3.0.6
26562026-03-19T03:01:52.754Z Checking csv-core v0.1.13
26572026-03-19T03:01:53.003Z Compiling snafu-derive v0.8.9
26582026-03-19T03:01:53.326Z Compiling derive-where v1.6.0
26592026-03-19T03:01:53.477Z Compiling async-recursion v1.1.1
26602026-03-19T03:01:54.285Z Compiling slog-dtrace v0.3.0
26612026-03-19T03:01:54.543Z Checking unicode-width v0.1.14
26622026-03-19T03:01:54.734Z Compiling owo-colors v4.3.0
26632026-03-19T03:01:54.884Z Compiling chrono-tz v0.10.4
26642026-03-19T03:01:55.120Z Checking resolv-conf v0.7.6
26652026-03-19T03:01:55.123Z Compiling cancel-safe-futures v0.1.5
26662026-03-19T03:01:55.163Z Checking highway v1.3.0
26672026-03-19T03:01:55.367Z Checking same-file v1.0.6
26682026-03-19T03:01:55.452Z Checking hickory-resolver v0.24.4
26692026-03-19T03:01:55.473Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26702026-03-19T03:01:55.525Z Checking walkdir v2.5.0
26712026-03-19T03:01:55.565Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26722026-03-19T03:01:55.714Z Checking snafu v0.8.9
26732026-03-19T03:01:55.844Z Compiling const_format_proc_macros v0.2.34
26742026-03-19T03:01:56.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26752026-03-19T03:01:56.419Z Checking csv v1.4.0
26762026-03-19T03:01:56.572Z Checking expectorate v1.2.0
26772026-03-19T03:01:56.745Z Checking phf v0.12.1
26782026-03-19T03:01:56.924Z Compiling progenitor-impl v0.10.0
26792026-03-19T03:01:56.945Z Checking tokio-dtrace v0.1.1
26802026-03-19T03:01:56.984Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26812026-03-19T03:01:57.037Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26822026-03-19T03:01:57.219Z Checking globset v0.4.18
26832026-03-19T03:01:57.861Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26842026-03-19T03:01:57.877Z Checking olpc-cjson v0.1.4
26852026-03-19T03:01:57.878Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26862026-03-19T03:01:57.878Z Checking libsw-core v0.3.2
26872026-03-19T03:01:57.878Z Checking serde_plain v1.0.2
26882026-03-19T03:01:57.951Z Checking arc-swap v1.8.2
26892026-03-19T03:01:57.979Z Compiling lzma-sys v0.1.20
26902026-03-19T03:01:57.991Z Checking typed-path v0.9.3
26912026-03-19T03:01:58.459Z Checking bytecount v0.6.9
26922026-03-19T03:01:58.521Z Checking utf-8 v0.7.6
26932026-03-19T03:01:58.600Z Checking papergrid v0.11.0
26942026-03-19T03:01:58.693Z Checking tungstenite v0.21.0
26952026-03-19T03:01:59.086Z Checking tough v0.20.0
26962026-03-19T03:01:59.168Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26972026-03-19T03:01:59.423Z Checking slog-scope v4.4.1
26982026-03-19T03:01:59.443Z Checking progenitor v0.13.0
26992026-03-19T03:01:59.448Z Checking libsw v3.5.0
27002026-03-19T03:01:59.599Z Checking oxide-tokio-rt v0.1.3
27012026-03-19T03:01:59.640Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27022026-03-19T03:01:59.760Z Checking const_format v0.2.35
27032026-03-19T03:01:59.817Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27042026-03-19T03:02:00.235Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27052026-03-19T03:02:00.425Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27062026-03-19T03:02:00.632Z Compiling progenitor-macro v0.10.0
27072026-03-19T03:02:00.755Z Checking qorb v0.4.1
27082026-03-19T03:02:01.367Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27092026-03-19T03:02:01.977Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27102026-03-19T03:02:02.184Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27112026-03-19T03:02:02.269Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27122026-03-19T03:02:02.403Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27132026-03-19T03:02:02.624Z Compiling cargo_toml v0.22.3
27142026-03-19T03:02:02.813Z Checking gethostname v0.5.0
27152026-03-19T03:02:02.859Z Compiling tabled_derive v0.7.0
27162026-03-19T03:02:02.900Z Checking bcs v0.1.6
27172026-03-19T03:02:02.960Z Checking linear-map v1.2.0
27182026-03-19T03:02:03.366Z Checking termtree v0.5.1
27192026-03-19T03:02:03.369Z Checking unicode-linebreak v0.1.5
27202026-03-19T03:02:03.369Z Checking smawk v0.3.2
27212026-03-19T03:02:03.369Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27222026-03-19T03:02:03.369Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27232026-03-19T03:02:03.429Z Checking textwrap v0.16.2
27242026-03-19T03:02:03.729Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27252026-03-19T03:02:03.866Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27262026-03-19T03:02:04.187Z Checking tabled v0.15.0
27272026-03-19T03:02:04.667Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27282026-03-19T03:02:04.970Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27292026-03-19T03:02:04.994Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27302026-03-19T03:02:05.214Z Checking steno v0.4.1
27312026-03-19T03:02:05.239Z Checking slog-stdlog v4.1.1
27322026-03-19T03:02:05.542Z Checking typeid v1.0.3
27332026-03-19T03:02:05.676Z Checking tokio-tungstenite v0.21.0
27342026-03-19T03:02:05.799Z Checking base64 v0.21.7
27352026-03-19T03:02:06.041Z Checking humantime v2.3.0
27362026-03-19T03:02:06.128Z Checking ron v0.12.0
27372026-03-19T03:02:06.290Z Checking xz2 v0.1.7
27382026-03-19T03:02:06.521Z Checking slog-envlogger v2.2.0
27392026-03-19T03:02:06.585Z Checking yasna v0.5.2
27402026-03-19T03:02:06.630Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27412026-03-19T03:02:06.708Z Checking headers-core v0.3.0
27422026-03-19T03:02:06.849Z Checking filetime v0.2.27
27432026-03-19T03:02:06.946Z Checking base16ct v1.0.0
27442026-03-19T03:02:07.028Z Checking xattr v1.6.1
27452026-03-19T03:02:07.119Z Checking rcgen v0.12.1
27462026-03-19T03:02:07.137Z Checking headers v0.4.1
27472026-03-19T03:02:07.165Z Checking subprocess v0.2.15
27482026-03-19T03:02:07.219Z Checking tar v0.4.44
27492026-03-19T03:02:07.836Z Checking progenitor v0.10.0
27502026-03-19T03:02:07.997Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27512026-03-19T03:02:15.599Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27522026-03-19T03:02:24.016Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-03-19T03:02:25.807Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27542026-03-19T03:02:27.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
27552026-03-19T03:02:27.637Z
27562026-03-19T03:02:27.637Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/259)
27572026-03-19T03:02:28.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582026-03-19T03:02:28.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592026-03-19T03:02:28.683Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27602026-03-19T03:02:30.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.78s
27612026-03-19T03:02:30.652Z
27622026-03-19T03:02:30.652Zinfo: running `cargo check --bins` on nexus-config (51/259)
27632026-03-19T03:02:31.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642026-03-19T03:02:31.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652026-03-19T03:02:31.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662026-03-19T03:02:31.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
27672026-03-19T03:02:31.509Z
27682026-03-19T03:02:31.509Zinfo: running `cargo check --bins` on nexus-types (52/259)
27692026-03-19T03:02:32.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702026-03-19T03:02:32.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712026-03-19T03:02:32.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722026-03-19T03:02:32.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
27732026-03-19T03:02:32.355Z
27742026-03-19T03:02:32.355Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/259)
27752026-03-19T03:02:33.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762026-03-19T03:02:33.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772026-03-19T03:02:33.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782026-03-19T03:02:33.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
27792026-03-19T03:02:33.163Z
27802026-03-19T03:02:33.163Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/259)
27812026-03-19T03:02:33.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-19T03:02:33.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-19T03:02:33.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842026-03-19T03:02:33.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
27852026-03-19T03:02:33.966Z
27862026-03-19T03:02:33.966Zinfo: running `cargo check --bins` on cockroach-admin-types (55/259)
27872026-03-19T03:02:34.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-19T03:02:34.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-19T03:02:34.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-19T03:02:34.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27912026-03-19T03:02:34.749Z
27922026-03-19T03:02:34.749Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/259)
27932026-03-19T03:02:35.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-19T03:02:35.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-19T03:02:35.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-19T03:02:35.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27972026-03-19T03:02:35.536Z
27982026-03-19T03:02:35.536Zinfo: running `cargo check --bins` on ereport-types (57/259)
27992026-03-19T03:02:36.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-19T03:02:36.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-19T03:02:36.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-19T03:02:36.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28032026-03-19T03:02:36.346Z
28042026-03-19T03:02:36.346Zinfo: running `cargo check --bins` on gateway-client (58/259)
28052026-03-19T03:02:37.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-19T03:02:37.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-19T03:02:37.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-19T03:02:37.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28092026-03-19T03:02:37.142Z
28102026-03-19T03:02:37.143Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/259)
28112026-03-19T03:02:37.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-19T03:02:37.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-19T03:02:37.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-19T03:02:37.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28152026-03-19T03:02:37.939Z
28162026-03-19T03:02:37.940Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/259)
28172026-03-19T03:02:38.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-19T03:02:38.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-19T03:02:38.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-19T03:02:38.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28212026-03-19T03:02:38.726Z
28222026-03-19T03:02:38.726Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/259)
28232026-03-19T03:02:39.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-19T03:02:39.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-19T03:02:39.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-19T03:02:39.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28272026-03-19T03:02:39.524Z
28282026-03-19T03:02:39.524Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/259)
28292026-03-19T03:02:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-19T03:02:40.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-19T03:02:40.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-19T03:02:40.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28332026-03-19T03:02:40.360Z
28342026-03-19T03:02:40.360Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/259)
28352026-03-19T03:02:41.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-19T03:02:41.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-19T03:02:41.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-19T03:02:41.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28392026-03-19T03:02:41.136Z
28402026-03-19T03:02:41.136Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/259)
28412026-03-19T03:02:41.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-19T03:02:41.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-19T03:02:41.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-19T03:02:41.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28452026-03-19T03:02:41.944Z
28462026-03-19T03:02:41.944Zinfo: running `cargo check --bins` on key-manager-types (65/259)
28472026-03-19T03:02:42.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-19T03:02:42.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-19T03:02:42.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-03-19T03:02:42.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28512026-03-19T03:02:42.718Z
28522026-03-19T03:02:42.718Zinfo: running `cargo check --bins` on oxlog (66/259)
28532026-03-19T03:02:43.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-03-19T03:02:43.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-03-19T03:02:43.549Z Compiling newtype-uuid v1.3.2
28562026-03-19T03:02:43.806Z Compiling daft v0.1.5
28572026-03-19T03:02:44.074Z Compiling iddqd v0.3.17
28582026-03-19T03:02:45.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28592026-03-19T03:02:45.629Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28602026-03-19T03:02:45.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28612026-03-19T03:02:46.190Z
28622026-03-19T03:02:46.190Zinfo: running `cargo check --bins` on internal-dns-types (67/259)
28632026-03-19T03:02:46.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-03-19T03:02:46.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-03-19T03:02:46.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28662026-03-19T03:02:46.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28672026-03-19T03:02:46.985Z
28682026-03-19T03:02:46.985Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/259)
28692026-03-19T03:02:47.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-03-19T03:02:47.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-03-19T03:02:47.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28722026-03-19T03:02:47.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28732026-03-19T03:02:47.783Z
28742026-03-19T03:02:47.783Zinfo: running `cargo check --bins` on nexus-types-versions (69/259)
28752026-03-19T03:02:48.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-03-19T03:02:48.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-03-19T03:02:48.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28782026-03-19T03:02:48.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
28792026-03-19T03:02:48.608Z
28802026-03-19T03:02:48.608Zinfo: running `cargo check --bins` on omicron-passwords (70/259)
28812026-03-19T03:02:49.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-03-19T03:02:49.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-03-19T03:02:49.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28842026-03-19T03:02:49.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28852026-03-19T03:02:49.395Z
28862026-03-19T03:02:49.395Zinfo: running `cargo check --bins` on oxql-types (71/259)
28872026-03-19T03:02:50.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-03-19T03:02:50.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-03-19T03:02:50.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28902026-03-19T03:02:50.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28912026-03-19T03:02:50.189Z
28922026-03-19T03:02:50.190Zinfo: running `cargo check --bins` on oximeter-types (72/259)
28932026-03-19T03:02:50.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-03-19T03:02:50.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-03-19T03:02:50.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-03-19T03:02:50.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28972026-03-19T03:02:50.983Z
28982026-03-19T03:02:50.983Zinfo: running `cargo check --bins` on oximeter-types-versions (73/259)
28992026-03-19T03:02:51.667Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-03-19T03:02:51.670Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-03-19T03:02:51.670Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29022026-03-19T03:02:51.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29032026-03-19T03:02:51.774Z
29042026-03-19T03:02:51.774Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/259)
29052026-03-19T03:02:52.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-03-19T03:02:52.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-03-19T03:02:52.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-03-19T03:02:52.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29092026-03-19T03:02:52.550Z
29102026-03-19T03:02:52.550Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/259)
29112026-03-19T03:02:53.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-03-19T03:02:53.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-03-19T03:02:53.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-03-19T03:02:53.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29152026-03-19T03:02:53.367Z
29162026-03-19T03:02:53.367Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/259)
29172026-03-19T03:02:54.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-03-19T03:02:54.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-03-19T03:02:54.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-03-19T03:02:54.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29212026-03-19T03:02:54.183Z
29222026-03-19T03:02:54.183Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/259)
29232026-03-19T03:02:54.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-03-19T03:02:54.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-03-19T03:02:54.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-03-19T03:02:54.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29272026-03-19T03:02:54.999Z
29282026-03-19T03:02:54.999Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/259)
29292026-03-19T03:02:55.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-03-19T03:02:55.715Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-03-19T03:02:55.715Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-03-19T03:02:55.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
29332026-03-19T03:02:55.827Z
29342026-03-19T03:02:55.827Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/259)
29352026-03-19T03:02:56.502Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-03-19T03:02:56.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-03-19T03:02:56.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-03-19T03:02:56.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29392026-03-19T03:02:56.608Z
29402026-03-19T03:02:56.608Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/259)
29412026-03-19T03:02:57.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-03-19T03:02:57.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-03-19T03:02:57.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-03-19T03:02:57.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29452026-03-19T03:02:57.393Z
29462026-03-19T03:02:57.393Zinfo: running `cargo check --bins --no-default-features` on gfss (81/259)
29472026-03-19T03:02:58.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-03-19T03:02:58.069Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-03-19T03:02:58.069Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-03-19T03:02:58.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29512026-03-19T03:02:58.179Z
29522026-03-19T03:02:58.179Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/259)
29532026-03-19T03:02:58.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-03-19T03:02:58.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-03-19T03:02:58.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29562026-03-19T03:02:58.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29572026-03-19T03:02:58.944Z
29582026-03-19T03:02:58.944Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/259)
29592026-03-19T03:02:59.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-03-19T03:02:59.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-03-19T03:02:59.844Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-03-19T03:03:00.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
29632026-03-19T03:03:00.725Z
29642026-03-19T03:03:00.725Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/259)
29652026-03-19T03:03:01.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-03-19T03:03:01.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-03-19T03:03:01.640Z Compiling ar_archive_writer v0.5.1
29682026-03-19T03:03:01.786Z Compiling stacker v0.1.23
29692026-03-19T03:03:01.793Z Compiling cfg_aliases v0.1.1
29702026-03-19T03:03:01.795Z Compiling convert_case v0.10.0
29712026-03-19T03:03:01.799Z Checking fd-lock v4.0.4
29722026-03-19T03:03:01.799Z Checking nibble_vec v0.1.0
29732026-03-19T03:03:01.799Z Checking vte v0.14.1
29742026-03-19T03:03:01.799Z Compiling recursive-proc-macro-impl v0.1.1
29752026-03-19T03:03:01.925Z Compiling nix v0.28.0
29762026-03-19T03:03:01.999Z Checking endian-type v0.1.2
29772026-03-19T03:03:02.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29782026-03-19T03:03:02.081Z Checking strip-ansi-escapes v0.2.1
29792026-03-19T03:03:02.152Z Compiling peg-macros v0.8.5
29802026-03-19T03:03:02.169Z Checking radix_trie v0.2.1
29812026-03-19T03:03:02.207Z Checking winnow v0.6.26
29822026-03-19T03:03:02.228Z Compiling derive_more-impl v2.1.1
29832026-03-19T03:03:02.420Z Compiling sqlparser_derive v0.5.0
29842026-03-19T03:03:02.461Z Checking nu-ansi-term v0.50.3
29852026-03-19T03:03:02.640Z Checking home v0.5.12
29862026-03-19T03:03:02.737Z Checking unicode_categories v0.1.1
29872026-03-19T03:03:02.771Z Checking reedline v0.40.0
29882026-03-19T03:03:02.965Z Compiling psm v0.1.30
29892026-03-19T03:03:02.987Z Checking display-error-chain v0.2.2
29902026-03-19T03:03:03.313Z Checking derive_more v2.1.1
29912026-03-19T03:03:03.408Z Checking crossterm v0.29.0
29922026-03-19T03:03:03.707Z Checking peg v0.8.5
29932026-03-19T03:03:03.777Z Checking rustyline v14.0.0
29942026-03-19T03:03:03.793Z Checking sqlformat v0.3.5
29952026-03-19T03:03:03.937Z Checking recursive v0.1.1
29962026-03-19T03:03:04.049Z Checking sqlparser v0.61.0
29972026-03-19T03:03:20.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.34s
29982026-03-19T03:03:20.291Z
29992026-03-19T03:03:20.291Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/259)
30002026-03-19T03:03:21.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012026-03-19T03:03:21.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022026-03-19T03:03:21.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30032026-03-19T03:03:25.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
30042026-03-19T03:03:26.132Z
30052026-03-19T03:03:26.132Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/259)
30062026-03-19T03:03:26.840Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072026-03-19T03:03:26.843Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082026-03-19T03:03:27.048Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30092026-03-19T03:03:30.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
30102026-03-19T03:03:30.562Z
30112026-03-19T03:03:30.562Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/259)
30122026-03-19T03:03:31.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132026-03-19T03:03:31.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142026-03-19T03:03:31.465Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30152026-03-19T03:03:35.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s
30162026-03-19T03:03:36.118Z
30172026-03-19T03:03:36.118Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/259)
30182026-03-19T03:03:36.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30192026-03-19T03:03:36.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30202026-03-19T03:03:37.028Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30212026-03-19T03:03:41.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s
30222026-03-19T03:03:41.705Z
30232026-03-19T03:03:41.705Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/259)
30242026-03-19T03:03:42.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30252026-03-19T03:03:42.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30262026-03-19T03:03:42.615Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30272026-03-19T03:03:46.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.40s
30282026-03-19T03:03:46.328Z
30292026-03-19T03:03:46.328Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/259)
30302026-03-19T03:03:47.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30312026-03-19T03:03:47.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30322026-03-19T03:03:47.240Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30332026-03-19T03:03:50.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s
30342026-03-19T03:03:51.022Z
30352026-03-19T03:03:51.022Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/259)
30362026-03-19T03:03:51.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30372026-03-19T03:03:51.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30382026-03-19T03:03:51.940Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30392026-03-19T03:03:56.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
30402026-03-19T03:03:56.852Z
30412026-03-19T03:03:56.852Zinfo: running `cargo check --bins` on oximeter (92/259)
30422026-03-19T03:03:57.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30432026-03-19T03:03:57.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30442026-03-19T03:03:57.543Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30452026-03-19T03:03:57.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30462026-03-19T03:03:57.652Z
30472026-03-19T03:03:57.652Zinfo: running `cargo check --bins` on oximeter-schema (93/259)
30482026-03-19T03:03:58.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-03-19T03:03:58.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-03-19T03:03:58.522Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30512026-03-19T03:03:58.716Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30522026-03-19T03:03:58.737Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-03-19T03:03:59.165Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30542026-03-19T03:04:04.035Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30552026-03-19T03:04:04.462Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30562026-03-19T03:04:06.017Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30572026-03-19T03:04:06.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s
30582026-03-19T03:04:07.139Z
30592026-03-19T03:04:07.139Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/259)
30602026-03-19T03:04:07.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-03-19T03:04:07.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-03-19T03:04:07.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-03-19T03:04:07.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30642026-03-19T03:04:07.930Z
30652026-03-19T03:04:07.930Zinfo: running `cargo check --bins` on oximeter-test-utils (95/259)
30662026-03-19T03:04:08.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-03-19T03:04:08.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-03-19T03:04:08.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-03-19T03:04:08.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30702026-03-19T03:04:08.787Z
30712026-03-19T03:04:08.788Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/259)
30722026-03-19T03:04:09.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-03-19T03:04:09.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-03-19T03:04:09.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-03-19T03:04:09.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30762026-03-19T03:04:09.601Z
30772026-03-19T03:04:09.602Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/259)
30782026-03-19T03:04:10.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-03-19T03:04:10.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-03-19T03:04:10.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-03-19T03:04:10.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30822026-03-19T03:04:10.416Z
30832026-03-19T03:04:10.416Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/259)
30842026-03-19T03:04:11.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-03-19T03:04:11.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-03-19T03:04:11.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-03-19T03:04:11.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30882026-03-19T03:04:11.227Z
30892026-03-19T03:04:11.227Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/259)
30902026-03-19T03:04:11.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-03-19T03:04:11.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-03-19T03:04:11.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-03-19T03:04:11.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30942026-03-19T03:04:12.046Z
30952026-03-19T03:04:12.046Zinfo: running `cargo check --bins` on trust-quorum-types (100/259)
30962026-03-19T03:04:12.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-03-19T03:04:12.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-03-19T03:04:12.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-03-19T03:04:12.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31002026-03-19T03:04:12.822Z
31012026-03-19T03:04:12.822Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/259)
31022026-03-19T03:04:13.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-03-19T03:04:13.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-03-19T03:04:13.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-03-19T03:04:13.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31062026-03-19T03:04:13.640Z
31072026-03-19T03:04:13.640Zinfo: running `cargo check --bins` on update-engine (102/259)
31082026-03-19T03:04:14.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-03-19T03:04:14.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-03-19T03:04:14.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-03-19T03:04:14.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31122026-03-19T03:04:14.430Z
31132026-03-19T03:04:14.430Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/259)
31142026-03-19T03:04:15.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-03-19T03:04:15.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-03-19T03:04:15.366Z Checking dropshot-api-manager-types v0.6.0
31172026-03-19T03:04:15.372Z Checking nanorand v0.7.0
31182026-03-19T03:04:15.678Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31192026-03-19T03:04:15.705Z Checking flume v0.11.1
31202026-03-19T03:04:15.983Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31212026-03-19T03:04:17.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.83s
31222026-03-19T03:04:17.497Z
31232026-03-19T03:04:17.497Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/259)
31242026-03-19T03:04:18.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-03-19T03:04:18.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-03-19T03:04:18.190Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-03-19T03:04:18.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31282026-03-19T03:04:18.311Z
31292026-03-19T03:04:18.311Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/259)
31302026-03-19T03:04:18.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-03-19T03:04:18.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-03-19T03:04:18.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-03-19T03:04:18.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31342026-03-19T03:04:19.098Z
31352026-03-19T03:04:19.098Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/259)
31362026-03-19T03:04:19.791Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-03-19T03:04:19.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-03-19T03:04:19.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-03-19T03:04:19.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31402026-03-19T03:04:19.900Z
31412026-03-19T03:04:19.900Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/259)
31422026-03-19T03:04:20.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-03-19T03:04:20.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-03-19T03:04:20.607Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-03-19T03:04:20.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
31462026-03-19T03:04:20.730Z
31472026-03-19T03:04:20.730Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/259)
31482026-03-19T03:04:21.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-03-19T03:04:21.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-03-19T03:04:21.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-03-19T03:04:21.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31522026-03-19T03:04:21.523Z
31532026-03-19T03:04:21.523Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/259)
31542026-03-19T03:04:22.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-03-19T03:04:22.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-03-19T03:04:22.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-03-19T03:04:22.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31582026-03-19T03:04:22.327Z
31592026-03-19T03:04:22.328Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/259)
31602026-03-19T03:04:23.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-03-19T03:04:23.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-03-19T03:04:23.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-03-19T03:04:23.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31642026-03-19T03:04:23.126Z
31652026-03-19T03:04:23.126Zinfo: running `cargo check --bins` on cockroach-admin-client (111/259)
31662026-03-19T03:04:23.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-03-19T03:04:23.802Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-03-19T03:04:23.802Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-03-19T03:04:23.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31702026-03-19T03:04:23.905Z
31712026-03-19T03:04:23.905Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/259)
31722026-03-19T03:04:24.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-03-19T03:04:24.609Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-03-19T03:04:24.609Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-03-19T03:04:24.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31762026-03-19T03:04:24.703Z
31772026-03-19T03:04:24.703Zinfo: running `cargo check --bins` on dns-service-client (113/259)
31782026-03-19T03:04:25.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-03-19T03:04:25.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-03-19T03:04:25.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-03-19T03:04:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31822026-03-19T03:04:25.505Z
31832026-03-19T03:04:25.505Zinfo: running `cargo check --bins` on installinator-client (114/259)
31842026-03-19T03:04:26.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-03-19T03:04:26.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-03-19T03:04:26.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-03-19T03:04:26.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31882026-03-19T03:04:26.307Z
31892026-03-19T03:04:26.307Zinfo: running `cargo check --bins` on nexus-client (115/259)
31902026-03-19T03:04:27.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-03-19T03:04:27.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-03-19T03:04:27.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932026-03-19T03:04:27.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
31942026-03-19T03:04:27.153Z
31952026-03-19T03:04:27.153Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/259)
31962026-03-19T03:04:27.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972026-03-19T03:04:27.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982026-03-19T03:04:27.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992026-03-19T03:04:27.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
32002026-03-19T03:04:28.001Z
32012026-03-19T03:04:28.001Zinfo: running `cargo check --bins` on ntp-admin-client (117/259)
32022026-03-19T03:04:28.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032026-03-19T03:04:28.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042026-03-19T03:04:28.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052026-03-19T03:04:28.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32062026-03-19T03:04:28.779Z
32072026-03-19T03:04:28.779Zinfo: running `cargo check --bins` on oxide-client (118/259)
32082026-03-19T03:04:29.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092026-03-19T03:04:29.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102026-03-19T03:04:29.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112026-03-19T03:04:29.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32122026-03-19T03:04:29.570Z
32132026-03-19T03:04:29.570Zinfo: running `cargo check --bins` on oximeter-client (119/259)
32142026-03-19T03:04:30.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152026-03-19T03:04:30.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162026-03-19T03:04:30.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172026-03-19T03:04:30.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32182026-03-19T03:04:30.365Z
32192026-03-19T03:04:30.365Zinfo: running `cargo check --bins` on repo-depot-client (120/259)
32202026-03-19T03:04:31.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212026-03-19T03:04:31.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222026-03-19T03:04:31.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232026-03-19T03:04:31.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32242026-03-19T03:04:31.140Z
32252026-03-19T03:04:31.140Zinfo: running `cargo check --bins` on sled-agent-client (121/259)
32262026-03-19T03:04:31.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272026-03-19T03:04:31.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282026-03-19T03:04:31.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292026-03-19T03:04:31.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32302026-03-19T03:04:31.958Z
32312026-03-19T03:04:31.958Zinfo: running `cargo check --bins` on wicketd-client (122/259)
32322026-03-19T03:04:32.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332026-03-19T03:04:32.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342026-03-19T03:04:32.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32352026-03-19T03:04:32.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
32362026-03-19T03:04:32.786Z
32372026-03-19T03:04:32.786Zinfo: running `cargo check --bins` on installinator-common (123/259)
32382026-03-19T03:04:33.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392026-03-19T03:04:33.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402026-03-19T03:04:33.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32412026-03-19T03:04:33.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32422026-03-19T03:04:33.592Z
32432026-03-19T03:04:33.592Zinfo: running `cargo check --bins` on installinator-common-versions (124/259)
32442026-03-19T03:04:34.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32452026-03-19T03:04:34.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32462026-03-19T03:04:34.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32472026-03-19T03:04:34.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32482026-03-19T03:04:34.374Z
32492026-03-19T03:04:34.374Zinfo: running `cargo check --bins` on wicket-common (125/259)
32502026-03-19T03:04:35.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32512026-03-19T03:04:35.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32522026-03-19T03:04:35.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32532026-03-19T03:04:35.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32542026-03-19T03:04:35.192Z
32552026-03-19T03:04:35.192Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/259)
32562026-03-19T03:04:35.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32572026-03-19T03:04:35.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32582026-03-19T03:04:36.099Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32592026-03-19T03:04:36.102Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32602026-03-19T03:04:36.102Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32612026-03-19T03:04:36.251Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32622026-03-19T03:04:36.254Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-03-19T03:04:36.406Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32642026-03-19T03:04:36.444Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32652026-03-19T03:04:36.736Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-03-19T03:04:36.740Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32672026-03-19T03:04:39.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s
32682026-03-19T03:04:39.842Z
32692026-03-19T03:04:39.842Zinfo: running `cargo check --bins` on cockroach-admin-api (127/259)
32702026-03-19T03:04:40.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32712026-03-19T03:04:40.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32722026-03-19T03:04:40.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32732026-03-19T03:04:40.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32742026-03-19T03:04:40.644Z
32752026-03-19T03:04:40.644Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/259)
32762026-03-19T03:04:41.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32772026-03-19T03:04:41.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32782026-03-19T03:04:41.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32792026-03-19T03:04:41.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32802026-03-19T03:04:41.580Z
32812026-03-19T03:04:41.580Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/259)
32822026-03-19T03:04:42.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32832026-03-19T03:04:42.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32842026-03-19T03:04:42.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32852026-03-19T03:04:42.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32862026-03-19T03:04:42.472Z
32872026-03-19T03:04:42.472Zinfo: running `cargo check --bins` on dns-server (130/259)
32882026-03-19T03:04:43.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32892026-03-19T03:04:43.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32902026-03-19T03:04:43.382Z Compiling parking_lot_core v0.8.6
32912026-03-19T03:04:43.382Z Compiling git-stub v1.0.0
32922026-03-19T03:04:43.386Z Compiling atomicwrites v0.4.4
32932026-03-19T03:04:43.386Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32942026-03-19T03:04:43.553Z Checking tagptr v0.2.0
32952026-03-19T03:04:43.569Z Checking prefix-trie v0.7.0
32962026-03-19T03:04:43.573Z Checking fxhash v0.2.1
32972026-03-19T03:04:43.585Z Checking hickory-client v0.25.2
32982026-03-19T03:04:43.726Z Compiling git-stub-vcs v0.1.0
32992026-03-19T03:04:43.729Z Checking moka v0.12.13
33002026-03-19T03:04:43.986Z Checking hickory-server v0.25.2
33012026-03-19T03:04:44.064Z Checking parking_lot v0.11.2
33022026-03-19T03:04:44.167Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33032026-03-19T03:04:44.188Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33042026-03-19T03:04:44.191Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-03-19T03:04:44.191Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-03-19T03:04:44.303Z Checking sled v0.34.7
33072026-03-19T03:04:44.616Z Checking hickory-resolver v0.25.2
33082026-03-19T03:04:47.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.65s
33092026-03-19T03:04:47.337Z
33102026-03-19T03:04:47.337Zinfo: running `cargo check --bins` on dns-server-api (131/259)
33112026-03-19T03:04:48.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33122026-03-19T03:04:48.030Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33132026-03-19T03:04:48.030Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33142026-03-19T03:04:48.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33152026-03-19T03:04:48.138Z
33162026-03-19T03:04:48.138Zinfo: running `cargo check --bins` on gateway-test-utils (132/259)
33172026-03-19T03:04:48.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33182026-03-19T03:04:48.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33192026-03-19T03:04:48.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33202026-03-19T03:04:48.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
33212026-03-19T03:04:49.025Z
33222026-03-19T03:04:49.025Zinfo: running `cargo check --bins` on omicron-gateway (133/259)
33232026-03-19T03:04:49.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33242026-03-19T03:04:49.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33252026-03-19T03:04:50.072Z Compiling radium v0.7.0
33262026-03-19T03:04:50.194Z Compiling maybe-uninit v2.0.0
33272026-03-19T03:04:50.199Z Checking tap v1.0.1
33282026-03-19T03:04:50.224Z Compiling zerocopy-derive v0.6.6
33292026-03-19T03:04:50.239Z Compiling packed_struct v0.10.1
33302026-03-19T03:04:50.242Z Checking funty v2.0.0
33312026-03-19T03:04:50.256Z Checking crc-catalog v2.4.0
33322026-03-19T03:04:50.295Z Compiling packed_struct_codegen v0.10.1
33332026-03-19T03:04:50.330Z Checking wyz v0.5.1
33342026-03-19T03:04:50.399Z Checking crc v3.4.0
33352026-03-19T03:04:50.573Z Compiling bitfield-macros v0.19.4
33362026-03-19T03:04:50.607Z Compiling indexmap v1.9.3
33372026-03-19T03:04:50.630Z Checking nodrop v0.1.14
33382026-03-19T03:04:50.676Z Checking smallvec v0.6.14
33392026-03-19T03:04:50.708Z Checking hashbrown v0.12.3
33402026-03-19T03:04:50.740Z Checking array-init v0.0.4
33412026-03-19T03:04:50.760Z Checking bitvec v1.0.1
33422026-03-19T03:04:50.881Z Checking ron v0.8.1
33432026-03-19T03:04:50.931Z Checking hashbrown v0.13.2
33442026-03-19T03:04:51.221Z Checking serde-hex v0.1.0
33452026-03-19T03:04:51.346Z Checking zerocopy v0.6.6
33462026-03-19T03:04:51.507Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33472026-03-19T03:04:51.525Z Checking bitfield v0.19.4
33482026-03-19T03:04:51.602Z Checking crc-any v2.5.0
33492026-03-19T03:04:51.718Z Checking object v0.30.4
33502026-03-19T03:04:51.764Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-03-19T03:04:51.783Z Checking half v1.8.3
33522026-03-19T03:04:51.800Z Checking path-slash v0.1.5
33532026-03-19T03:04:51.837Z Checking void v1.0.2
33542026-03-19T03:04:51.897Z Checking tungstenite v0.23.0
33552026-03-19T03:04:51.962Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-03-19T03:04:51.981Z Checking lzss v0.8.2
33572026-03-19T03:04:52.068Z Checking serde_cbor v0.11.2
33582026-03-19T03:04:52.143Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-03-19T03:04:52.191Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33602026-03-19T03:04:52.218Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33612026-03-19T03:04:52.395Z Checking nix v0.27.1
33622026-03-19T03:04:52.487Z Checking kstat-rs v0.2.4
33632026-03-19T03:04:52.603Z Checking serde_bytes v0.11.19
33642026-03-19T03:04:52.626Z Checking tokio-tungstenite v0.23.1
33652026-03-19T03:04:52.735Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33662026-03-19T03:04:52.834Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33672026-03-19T03:04:52.958Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33682026-03-19T03:04:53.110Z Checking signal-hook-tokio v0.3.1
33692026-03-19T03:04:54.127Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-03-19T03:04:54.366Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33712026-03-19T03:04:57.743Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-03-19T03:04:58.975Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-03-19T03:04:59.319Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33742026-03-19T03:05:00.815Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33752026-03-19T03:05:03.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s
33762026-03-19T03:05:03.831Z
33772026-03-19T03:05:03.831Zinfo: running `cargo check --bins` on gateway-api (134/259)
33782026-03-19T03:05:04.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33792026-03-19T03:05:04.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33802026-03-19T03:05:04.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33812026-03-19T03:05:04.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33822026-03-19T03:05:04.641Z
33832026-03-19T03:05:04.641Zinfo: running `cargo check --bins` on ipcc (135/259)
33842026-03-19T03:05:05.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852026-03-19T03:05:05.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862026-03-19T03:05:05.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33872026-03-19T03:05:05.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33882026-03-19T03:05:05.447Z
33892026-03-19T03:05:05.447Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/259)
33902026-03-19T03:05:06.119Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33912026-03-19T03:05:06.122Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33922026-03-19T03:05:06.122Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33932026-03-19T03:05:06.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33942026-03-19T03:05:06.226Z
33952026-03-19T03:05:06.226Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/259)
33962026-03-19T03:05:06.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33972026-03-19T03:05:06.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33982026-03-19T03:05:06.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33992026-03-19T03:05:06.931Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34002026-03-19T03:05:07.037Z
34012026-03-19T03:05:07.037Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/259)
34022026-03-19T03:05:07.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34032026-03-19T03:05:07.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34042026-03-19T03:05:07.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34052026-03-19T03:05:07.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34062026-03-19T03:05:07.839Z
34072026-03-19T03:05:07.839Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/259)
34082026-03-19T03:05:08.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34092026-03-19T03:05:08.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34102026-03-19T03:05:08.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34112026-03-19T03:05:08.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34122026-03-19T03:05:08.638Z
34132026-03-19T03:05:08.638Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/259)
34142026-03-19T03:05:09.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34152026-03-19T03:05:09.335Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34162026-03-19T03:05:09.335Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34172026-03-19T03:05:09.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34182026-03-19T03:05:09.445Z
34192026-03-19T03:05:09.446Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/259)
34202026-03-19T03:05:10.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34212026-03-19T03:05:10.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34222026-03-19T03:05:10.139Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34232026-03-19T03:05:10.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34242026-03-19T03:05:10.245Z
34252026-03-19T03:05:10.245Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/259)
34262026-03-19T03:05:10.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272026-03-19T03:05:10.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282026-03-19T03:05:10.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34292026-03-19T03:05:10.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34302026-03-19T03:05:11.057Z
34312026-03-19T03:05:11.057Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/259)
34322026-03-19T03:05:11.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332026-03-19T03:05:11.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342026-03-19T03:05:11.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34352026-03-19T03:05:11.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34362026-03-19T03:05:11.853Z
34372026-03-19T03:05:11.853Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/259)
34382026-03-19T03:05:12.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392026-03-19T03:05:12.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402026-03-19T03:05:12.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412026-03-19T03:05:12.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
34422026-03-19T03:05:12.655Z
34432026-03-19T03:05:12.655Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/259)
34442026-03-19T03:05:13.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452026-03-19T03:05:13.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462026-03-19T03:05:13.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34472026-03-19T03:05:13.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34482026-03-19T03:05:13.470Z
34492026-03-19T03:05:13.470Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/259)
34502026-03-19T03:05:14.154Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34512026-03-19T03:05:14.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34522026-03-19T03:05:14.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34532026-03-19T03:05:14.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34542026-03-19T03:05:14.264Z
34552026-03-19T03:05:14.264Zinfo: running `cargo check --bins` on oximeter-producer (147/259)
34562026-03-19T03:05:15.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34572026-03-19T03:05:15.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34582026-03-19T03:05:15.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34592026-03-19T03:05:15.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
34602026-03-19T03:05:15.124Z
34612026-03-19T03:05:15.124Zinfo: running `cargo check --bins` on internal-dns-resolver (148/259)
34622026-03-19T03:05:15.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34632026-03-19T03:05:15.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34642026-03-19T03:05:15.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34652026-03-19T03:05:15.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
34662026-03-19T03:05:15.935Z
34672026-03-19T03:05:15.935Zinfo: running `cargo check --bins` on sp-sim (149/259)
34682026-03-19T03:05:17.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34692026-03-19T03:05:17.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34702026-03-19T03:05:17.687Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34712026-03-19T03:05:19.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s
34722026-03-19T03:05:19.533Z
34732026-03-19T03:05:19.533Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/259)
34742026-03-19T03:05:20.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34752026-03-19T03:05:20.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34762026-03-19T03:05:20.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34772026-03-19T03:05:20.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34782026-03-19T03:05:20.412Z
34792026-03-19T03:05:20.412Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/259)
34802026-03-19T03:05:21.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34812026-03-19T03:05:21.179Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34822026-03-19T03:05:21.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34832026-03-19T03:05:21.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
34842026-03-19T03:05:21.306Z
34852026-03-19T03:05:21.306Zinfo: running `cargo check --bins` on db-macros (152/259)
34862026-03-19T03:05:21.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34872026-03-19T03:05:21.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34882026-03-19T03:05:21.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34892026-03-19T03:05:21.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34902026-03-19T03:05:22.089Z
34912026-03-19T03:05:22.089Zinfo: running `cargo check --bins` on nexus-macros-common (153/259)
34922026-03-19T03:05:22.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34932026-03-19T03:05:22.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34942026-03-19T03:05:22.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34952026-03-19T03:05:22.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34962026-03-19T03:05:22.872Z
34972026-03-19T03:05:22.872Zinfo: running `cargo check --bins` on nexus-auth (154/259)
34982026-03-19T03:05:23.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34992026-03-19T03:05:23.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35002026-03-19T03:05:23.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35012026-03-19T03:05:23.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35022026-03-19T03:05:23.740Z
35032026-03-19T03:05:23.740Zinfo: running `cargo check --bins` on authz-macros (155/259)
35042026-03-19T03:05:24.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35052026-03-19T03:05:24.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35062026-03-19T03:05:24.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35072026-03-19T03:05:24.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35082026-03-19T03:05:24.524Z
35092026-03-19T03:05:24.524Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/259)
35102026-03-19T03:05:25.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35112026-03-19T03:05:25.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35122026-03-19T03:05:25.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35132026-03-19T03:05:25.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35142026-03-19T03:05:25.387Z
35152026-03-19T03:05:25.387Zinfo: running `cargo check --bins` on nexus-db-model (157/259)
35162026-03-19T03:05:26.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35172026-03-19T03:05:26.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35182026-03-19T03:05:26.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35192026-03-19T03:05:26.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35202026-03-19T03:05:26.256Z
35212026-03-19T03:05:26.256Zinfo: running `cargo check --bins` on nexus-db-schema (158/259)
35222026-03-19T03:05:26.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35232026-03-19T03:05:26.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35242026-03-19T03:05:26.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35252026-03-19T03:05:26.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35262026-03-19T03:05:27.040Z
35272026-03-19T03:05:27.040Zinfo: running `cargo check --bins` on omicron-rpaths (159/259)
35282026-03-19T03:05:27.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35292026-03-19T03:05:27.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35302026-03-19T03:05:27.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35312026-03-19T03:05:27.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35322026-03-19T03:05:27.819Z
35332026-03-19T03:05:27.819Zinfo: running `cargo check --bins` on nexus-defaults (160/259)
35342026-03-19T03:05:28.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35352026-03-19T03:05:28.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35362026-03-19T03:05:28.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35372026-03-19T03:05:28.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35382026-03-19T03:05:28.628Z
35392026-03-19T03:05:28.628Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/259)
35402026-03-19T03:05:29.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35412026-03-19T03:05:29.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35422026-03-19T03:05:29.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35432026-03-19T03:05:29.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35442026-03-19T03:05:29.420Z
35452026-03-19T03:05:29.421Zinfo: running `cargo check --bins` on parallel-task-set (162/259)
35462026-03-19T03:05:30.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35472026-03-19T03:05:30.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35482026-03-19T03:05:30.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35492026-03-19T03:05:30.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35502026-03-19T03:05:30.212Z
35512026-03-19T03:05:30.212Zinfo: running `cargo check --bins` on nexus-db-errors (163/259)
35522026-03-19T03:05:30.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35532026-03-19T03:05:30.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35542026-03-19T03:05:30.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35552026-03-19T03:05:30.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35562026-03-19T03:05:31.082Z
35572026-03-19T03:05:31.082Zinfo: running `cargo check --bins` on nexus-db-lookup (164/259)
35582026-03-19T03:05:31.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35592026-03-19T03:05:31.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35602026-03-19T03:05:31.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35612026-03-19T03:05:31.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35622026-03-19T03:05:31.953Z
35632026-03-19T03:05:31.953Zinfo: running `cargo check --bins` on nexus-inventory (165/259)
35642026-03-19T03:05:32.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35652026-03-19T03:05:32.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35662026-03-19T03:05:32.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35672026-03-19T03:05:32.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35682026-03-19T03:05:32.815Z
35692026-03-19T03:05:32.815Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/259)
35702026-03-19T03:05:33.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35712026-03-19T03:05:33.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35722026-03-19T03:05:33.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35732026-03-19T03:05:33.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
35742026-03-19T03:05:33.645Z
35752026-03-19T03:05:33.645Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/259)
35762026-03-19T03:05:34.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35772026-03-19T03:05:34.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35782026-03-19T03:05:34.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35792026-03-19T03:05:34.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35802026-03-19T03:05:34.451Z
35812026-03-19T03:05:34.451Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/259)
35822026-03-19T03:05:35.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35832026-03-19T03:05:35.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35842026-03-19T03:05:35.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35852026-03-19T03:05:35.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35862026-03-19T03:05:35.265Z
35872026-03-19T03:05:35.265Zinfo: running `cargo check --bins` on key-manager (169/259)
35882026-03-19T03:05:35.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35892026-03-19T03:05:35.961Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35902026-03-19T03:05:35.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35912026-03-19T03:05:35.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35922026-03-19T03:05:36.072Z
35932026-03-19T03:05:36.072Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/259)
35942026-03-19T03:05:36.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35952026-03-19T03:05:36.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35962026-03-19T03:05:36.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35972026-03-19T03:05:36.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35982026-03-19T03:05:36.891Z
35992026-03-19T03:05:36.891Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/259)
36002026-03-19T03:05:37.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36012026-03-19T03:05:37.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36022026-03-19T03:05:37.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36032026-03-19T03:05:37.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
36042026-03-19T03:05:37.707Z
36052026-03-19T03:05:37.707Zinfo: running `cargo check --bins` on typed-rng (172/259)
36062026-03-19T03:05:38.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36072026-03-19T03:05:38.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36082026-03-19T03:05:38.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36092026-03-19T03:05:38.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36102026-03-19T03:05:38.531Z
36112026-03-19T03:05:38.531Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/259)
36122026-03-19T03:05:39.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36132026-03-19T03:05:39.262Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36142026-03-19T03:05:39.671Z Compiling libefi-sys v0.1.0
36152026-03-19T03:05:39.675Z Compiling bitfield-struct v0.6.2
36162026-03-19T03:05:39.845Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36172026-03-19T03:05:39.858Z Compiling xshell-macros v0.2.7
36182026-03-19T03:05:39.877Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36192026-03-19T03:05:39.899Z Compiling salty v0.3.0
36202026-03-19T03:05:39.920Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36212026-03-19T03:05:39.942Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36222026-03-19T03:05:39.945Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36232026-03-19T03:05:40.299Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36242026-03-19T03:05:40.319Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36252026-03-19T03:05:40.340Z Checking xshell v0.2.7
36262026-03-19T03:05:40.508Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36272026-03-19T03:05:40.527Z Checking primeorder v0.13.6
36282026-03-19T03:05:40.566Z Compiling proc-macro-error-attr2 v2.0.0
36292026-03-19T03:05:40.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36302026-03-19T03:05:40.635Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36312026-03-19T03:05:40.654Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36322026-03-19T03:05:40.845Z Checking p384 v0.13.1
36332026-03-19T03:05:40.863Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36342026-03-19T03:05:40.885Z Compiling num-derive v0.3.3
36352026-03-19T03:05:40.992Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36362026-03-19T03:05:41.069Z Compiling proc-macro-error2 v2.0.1
36372026-03-19T03:05:41.284Z Compiling unicase v2.9.0
36382026-03-19T03:05:41.304Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36392026-03-19T03:05:41.443Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36402026-03-19T03:05:41.480Z Compiling tabled_derive v0.11.0
36412026-03-19T03:05:41.547Z Compiling mime_guess v2.0.5
36422026-03-19T03:05:41.577Z Compiling progenitor-impl v0.11.2
36432026-03-19T03:05:41.932Z Checking papergrid v0.17.0
36442026-03-19T03:05:42.083Z Checking libscf-sys v1.1.0
36452026-03-19T03:05:42.261Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-03-19T03:05:42.284Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-19T03:05:42.425Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36482026-03-19T03:05:42.464Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36492026-03-19T03:05:43.049Z Checking testing_table v0.3.0
36502026-03-19T03:05:43.137Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36512026-03-19T03:05:43.158Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36522026-03-19T03:05:43.178Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36532026-03-19T03:05:43.291Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36542026-03-19T03:05:43.346Z Checking corncobs v0.1.4
36552026-03-19T03:05:43.396Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36562026-03-19T03:05:43.465Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36572026-03-19T03:05:43.502Z Checking tabled v0.20.0
36582026-03-19T03:05:43.521Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36592026-03-19T03:05:43.706Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36602026-03-19T03:05:43.846Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36612026-03-19T03:05:43.870Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-03-19T03:05:44.133Z Checking progenitor-client v0.11.2
36632026-03-19T03:05:44.300Z Checking secrecy v0.8.0
36642026-03-19T03:05:44.443Z Checking http-range v0.1.5
36652026-03-19T03:05:44.716Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36662026-03-19T03:05:44.872Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36672026-03-19T03:05:44.988Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36682026-03-19T03:05:45.119Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36692026-03-19T03:05:45.201Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36702026-03-19T03:05:45.336Z Compiling progenitor-macro v0.11.2
36712026-03-19T03:05:45.365Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36722026-03-19T03:05:45.386Z Checking atty v0.2.14
36732026-03-19T03:05:45.465Z Checking crc8 v0.1.1
36742026-03-19T03:05:45.507Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36752026-03-19T03:05:45.587Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36762026-03-19T03:05:45.607Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36772026-03-19T03:05:45.769Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36782026-03-19T03:05:46.029Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36792026-03-19T03:05:46.208Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36802026-03-19T03:05:46.278Z Checking hyper-staticfile v0.10.1
36812026-03-19T03:05:46.489Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36822026-03-19T03:05:46.554Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36832026-03-19T03:05:46.646Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36842026-03-19T03:05:46.726Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36852026-03-19T03:05:46.835Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36862026-03-19T03:05:46.965Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36872026-03-19T03:05:47.349Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36882026-03-19T03:05:47.450Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36892026-03-19T03:05:47.835Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36902026-03-19T03:05:47.877Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36912026-03-19T03:05:48.007Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36922026-03-19T03:05:48.509Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36932026-03-19T03:05:48.891Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36942026-03-19T03:05:49.168Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36952026-03-19T03:05:49.191Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36962026-03-19T03:05:49.696Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36972026-03-19T03:05:50.701Z Checking progenitor v0.11.2
36982026-03-19T03:05:50.879Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36992026-03-19T03:05:57.742Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37002026-03-19T03:06:13.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.38s
37012026-03-19T03:06:14.121Z
37022026-03-19T03:06:14.121Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/259)
37032026-03-19T03:06:14.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-03-19T03:06:14.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-03-19T03:06:15.214Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37062026-03-19T03:06:31.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.39s
37072026-03-19T03:06:31.765Z
37082026-03-19T03:06:31.765Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/259)
37092026-03-19T03:06:32.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-03-19T03:06:32.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-03-19T03:06:32.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37122026-03-19T03:06:49.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.35s
37132026-03-19T03:06:49.367Z
37142026-03-19T03:06:49.367Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/259)
37152026-03-19T03:06:50.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-03-19T03:06:50.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-03-19T03:06:50.469Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37182026-03-19T03:07:06.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.39s
37192026-03-19T03:07:07.009Z
37202026-03-19T03:07:07.009Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/259)
37212026-03-19T03:07:07.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-03-19T03:07:07.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-03-19T03:07:08.099Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37242026-03-19T03:07:24.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s
37252026-03-19T03:07:24.618Z
37262026-03-19T03:07:24.618Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/259)
37272026-03-19T03:07:25.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-03-19T03:07:25.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-03-19T03:07:25.710Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37302026-03-19T03:07:42.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.39s
37312026-03-19T03:07:42.261Z
37322026-03-19T03:07:42.261Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/259)
37332026-03-19T03:07:43.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-03-19T03:07:43.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-03-19T03:07:43.351Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37362026-03-19T03:07:59.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.32s
37372026-03-19T03:07:59.830Z
37382026-03-19T03:07:59.830Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/259)
37392026-03-19T03:08:00.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-03-19T03:08:00.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-03-19T03:08:00.921Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37422026-03-19T03:08:17.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.38s
37432026-03-19T03:08:17.461Z
37442026-03-19T03:08:17.461Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/259)
37452026-03-19T03:08:18.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-03-19T03:08:18.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-03-19T03:08:18.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-03-19T03:08:18.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37492026-03-19T03:08:18.295Z
37502026-03-19T03:08:18.295Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/259)
37512026-03-19T03:08:19.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-03-19T03:08:19.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-03-19T03:08:19.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37542026-03-19T03:08:19.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37552026-03-19T03:08:19.121Z
37562026-03-19T03:08:19.121Zinfo: running `cargo check --bins` on range-requests (183/259)
37572026-03-19T03:08:19.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-03-19T03:08:19.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-03-19T03:08:19.843Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37602026-03-19T03:08:19.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37612026-03-19T03:08:19.916Z
37622026-03-19T03:08:19.916Zinfo: running `cargo check --bins` on repo-depot-api (184/259)
37632026-03-19T03:08:20.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-03-19T03:08:20.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-03-19T03:08:20.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37662026-03-19T03:08:20.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37672026-03-19T03:08:20.721Z
37682026-03-19T03:08:20.721Zinfo: running `cargo check --bins` on sled-agent-api (185/259)
37692026-03-19T03:08:21.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-03-19T03:08:21.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-03-19T03:08:21.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37722026-03-19T03:08:21.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37732026-03-19T03:08:21.561Z
37742026-03-19T03:08:21.561Zinfo: running `cargo check --bins` on sled-diagnostics (186/259)
37752026-03-19T03:08:22.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-03-19T03:08:22.271Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-03-19T03:08:22.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37782026-03-19T03:08:22.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37792026-03-19T03:08:22.383Z
37802026-03-19T03:08:22.383Zinfo: running `cargo check --bins` on zfs-test-harness (187/259)
37812026-03-19T03:08:23.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-03-19T03:08:23.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-03-19T03:08:23.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37842026-03-19T03:08:23.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37852026-03-19T03:08:23.205Z
37862026-03-19T03:08:23.205Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/259)
37872026-03-19T03:08:23.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-03-19T03:08:23.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-03-19T03:08:23.928Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37902026-03-19T03:08:23.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
37912026-03-19T03:08:24.049Z
37922026-03-19T03:08:24.049Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/259)
37932026-03-19T03:08:24.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-03-19T03:08:24.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-03-19T03:08:24.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-03-19T03:08:24.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
37972026-03-19T03:08:24.878Z
37982026-03-19T03:08:24.878Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/259)
37992026-03-19T03:08:25.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-03-19T03:08:25.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-03-19T03:08:25.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-03-19T03:08:25.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38032026-03-19T03:08:25.701Z
38042026-03-19T03:08:25.701Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/259)
38052026-03-19T03:08:26.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-03-19T03:08:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-03-19T03:08:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-03-19T03:08:26.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38092026-03-19T03:08:26.540Z
38102026-03-19T03:08:26.541Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/259)
38112026-03-19T03:08:27.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-03-19T03:08:27.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-03-19T03:08:27.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-03-19T03:08:27.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38152026-03-19T03:08:27.369Z
38162026-03-19T03:08:27.369Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/259)
38172026-03-19T03:08:28.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-03-19T03:08:28.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-03-19T03:08:28.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-03-19T03:08:28.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38212026-03-19T03:08:28.207Z
38222026-03-19T03:08:28.207Zinfo: running `cargo check --bins` on trust-quorum (194/259)
38232026-03-19T03:08:28.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-03-19T03:08:28.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-03-19T03:08:28.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-03-19T03:08:28.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38272026-03-19T03:08:29.049Z
38282026-03-19T03:08:29.049Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/259)
38292026-03-19T03:08:29.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-03-19T03:08:29.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-03-19T03:08:29.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-03-19T03:08:29.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
38332026-03-19T03:08:29.907Z
38342026-03-19T03:08:29.907Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/259)
38352026-03-19T03:08:30.662Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-03-19T03:08:30.665Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-03-19T03:08:30.665Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-03-19T03:08:30.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38392026-03-19T03:08:30.789Z
38402026-03-19T03:08:30.789Zinfo: running `cargo check --bins` on update-common (197/259)
38412026-03-19T03:08:31.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-03-19T03:08:31.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-03-19T03:08:31.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-03-19T03:08:31.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38452026-03-19T03:08:31.594Z
38462026-03-19T03:08:31.594Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/259)
38472026-03-19T03:08:32.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-03-19T03:08:32.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-03-19T03:08:32.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-03-19T03:08:32.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
38512026-03-19T03:08:32.477Z
38522026-03-19T03:08:32.477Zinfo: running `cargo check --bins` on reconfigurator-cli (199/259)
38532026-03-19T03:08:33.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-03-19T03:08:33.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-03-19T03:08:33.538Z Compiling fs-err v2.11.0
38562026-03-19T03:08:33.681Z Checking ignore v0.4.25
38572026-03-19T03:08:33.699Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38582026-03-19T03:08:33.703Z Checking predicates-tree v1.0.13
38592026-03-19T03:08:33.728Z Checking parse-size v1.1.0
38602026-03-19T03:08:33.747Z Checking rand_seeder v0.4.0
38612026-03-19T03:08:33.765Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38622026-03-19T03:08:33.797Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38632026-03-19T03:08:33.840Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38642026-03-19T03:08:33.875Z Compiling petname v2.0.2
38652026-03-19T03:08:33.935Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38662026-03-19T03:08:34.125Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38672026-03-19T03:08:34.146Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38682026-03-19T03:08:34.229Z Checking globwalk v0.9.1
38692026-03-19T03:08:34.248Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38702026-03-19T03:08:34.355Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38712026-03-19T03:08:34.459Z Checking camino-tempfile-ext v0.3.3
38722026-03-19T03:08:34.480Z Checking sapling-renderdag v0.1.0
38732026-03-19T03:08:34.586Z Checking sync-ptr v0.1.4
38742026-03-19T03:08:34.720Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38752026-03-19T03:08:34.741Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38762026-03-19T03:08:34.827Z Checking colored v2.2.0
38772026-03-19T03:08:34.861Z Checking assert_matches v1.5.0
38782026-03-19T03:08:35.193Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38792026-03-19T03:08:35.323Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38802026-03-19T03:08:35.326Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38812026-03-19T03:08:36.108Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38822026-03-19T03:08:37.954Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38832026-03-19T03:08:41.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.54s
38842026-03-19T03:08:41.264Z
38852026-03-19T03:08:41.265Zinfo: running `cargo check --bins` on omicron-repl-utils (200/259)
38862026-03-19T03:08:41.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38872026-03-19T03:08:41.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38882026-03-19T03:08:41.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38892026-03-19T03:08:41.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
38902026-03-19T03:08:42.060Z
38912026-03-19T03:08:42.060Zinfo: running `cargo check --bins` on nexus-test-interface (201/259)
38922026-03-19T03:08:42.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-03-19T03:08:42.816Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-03-19T03:08:42.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38952026-03-19T03:08:42.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
38962026-03-19T03:08:42.944Z
38972026-03-19T03:08:42.944Zinfo: running `cargo check --bins` on oximeter-collector (202/259)
38982026-03-19T03:08:43.679Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-19T03:08:43.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-19T03:08:43.940Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39012026-03-19T03:08:43.943Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39022026-03-19T03:08:44.800Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39032026-03-19T03:08:46.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
39042026-03-19T03:08:47.082Z
39052026-03-19T03:08:47.082Zinfo: running `cargo check --bins` on oximeter-api (203/259)
39062026-03-19T03:08:47.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39072026-03-19T03:08:47.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39082026-03-19T03:08:47.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39092026-03-19T03:08:47.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
39102026-03-19T03:08:47.884Z
39112026-03-19T03:08:47.884Zinfo: running `cargo check --bins` on cert-dev (204/259)
39122026-03-19T03:08:48.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39132026-03-19T03:08:48.557Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39142026-03-19T03:08:48.708Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39152026-03-19T03:08:49.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39162026-03-19T03:08:49.256Z
39172026-03-19T03:08:49.256Zinfo: running `cargo check --bins` on clickana (205/259)
39182026-03-19T03:08:49.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39192026-03-19T03:08:49.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39202026-03-19T03:08:50.138Z Compiling darling_core v0.23.0
39212026-03-19T03:08:50.266Z Compiling instability v0.3.11
39222026-03-19T03:08:50.279Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39232026-03-19T03:08:50.282Z Checking castaway v0.2.4
39242026-03-19T03:08:50.290Z Compiling indoc v2.0.7
39252026-03-19T03:08:50.320Z Checking unicode-truncate v1.1.0
39262026-03-19T03:08:50.323Z Checking lru v0.12.5
39272026-03-19T03:08:50.323Z Checking cassowary v0.3.0
39282026-03-19T03:08:50.418Z Checking compact_str v0.8.1
39292026-03-19T03:08:51.594Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39302026-03-19T03:08:51.816Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39312026-03-19T03:08:52.288Z Compiling darling_macro v0.23.0
39322026-03-19T03:08:52.819Z Compiling darling v0.23.0
39332026-03-19T03:08:53.597Z Checking ratatui v0.29.0
39342026-03-19T03:08:55.143Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39352026-03-19T03:08:56.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.74s
39362026-03-19T03:08:56.222Z
39372026-03-19T03:08:56.222Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/259)
39382026-03-19T03:08:56.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-19T03:08:56.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-19T03:08:57.221Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39412026-03-19T03:08:57.224Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39422026-03-19T03:08:57.979Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39432026-03-19T03:08:58.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.26s
39442026-03-19T03:08:58.744Z
39452026-03-19T03:08:58.744Zinfo: running `cargo check --bins` on ch-dev (207/259)
39462026-03-19T03:08:59.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39472026-03-19T03:08:59.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39482026-03-19T03:08:59.734Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39492026-03-19T03:09:00.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39502026-03-19T03:09:00.910Z
39512026-03-19T03:09:00.910Zinfo: running `cargo check --bins` on dev-tools-common (208/259)
39522026-03-19T03:09:01.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39532026-03-19T03:09:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39542026-03-19T03:09:01.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39552026-03-19T03:09:01.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
39562026-03-19T03:09:01.524Z
39572026-03-19T03:09:01.524Zinfo: running `cargo check --bins` on crdb-seed (209/259)
39582026-03-19T03:09:02.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39592026-03-19T03:09:02.265Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39602026-03-19T03:09:02.505Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39612026-03-19T03:09:03.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
39622026-03-19T03:09:03.309Z
39632026-03-19T03:09:03.309Zinfo: running `cargo check --bins` on db-dev (210/259)
39642026-03-19T03:09:04.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39652026-03-19T03:09:04.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39662026-03-19T03:09:04.302Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39672026-03-19T03:09:05.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
39682026-03-19T03:09:05.514Z
39692026-03-19T03:09:05.514Zinfo: running `cargo check --bins` on omicron-dev-lib (211/259)
39702026-03-19T03:09:06.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39712026-03-19T03:09:06.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39722026-03-19T03:09:06.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39732026-03-19T03:09:06.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39742026-03-19T03:09:06.381Z
39752026-03-19T03:09:06.381Zinfo: running `cargo check --bins` on xtask-downloader (212/259)
39762026-03-19T03:09:07.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39772026-03-19T03:09:07.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39782026-03-19T03:09:07.219Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39792026-03-19T03:09:08.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s
39802026-03-19T03:09:08.336Z
39812026-03-19T03:09:08.336Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/259)
39822026-03-19T03:09:09.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39832026-03-19T03:09:09.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39842026-03-19T03:09:09.366Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39852026-03-19T03:09:09.366Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39862026-03-19T03:09:09.370Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39872026-03-19T03:09:09.370Z Checking git-stub v1.0.0
39882026-03-19T03:09:09.523Z Compiling trait-variant v0.1.2
39892026-03-19T03:09:09.536Z Checking maplit v1.0.2
39902026-03-19T03:09:09.540Z Checking is_ci v1.2.0
39912026-03-19T03:09:09.605Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39922026-03-19T03:09:09.671Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39932026-03-19T03:09:09.705Z Checking supports-color v3.0.2
39942026-03-19T03:09:09.723Z Checking git-stub-vcs v0.1.0
39952026-03-19T03:09:09.804Z Checking drift v0.1.3
39962026-03-19T03:09:09.866Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39972026-03-19T03:09:09.895Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39982026-03-19T03:09:09.976Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39992026-03-19T03:09:10.137Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40002026-03-19T03:09:10.191Z Checking dropshot-api-manager v0.6.0
40012026-03-19T03:09:10.219Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40022026-03-19T03:09:10.243Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40032026-03-19T03:09:10.486Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40042026-03-19T03:09:10.527Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40052026-03-19T03:09:10.761Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40062026-03-19T03:09:11.226Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40072026-03-19T03:09:18.197Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40082026-03-19T03:09:19.595Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40092026-03-19T03:09:20.383Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40102026-03-19T03:09:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s
40112026-03-19T03:09:21.144Z
40122026-03-19T03:09:21.144Zinfo: running `cargo check --bins` on installinator-api (214/259)
40132026-03-19T03:09:21.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-03-19T03:09:21.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-03-19T03:09:21.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-03-19T03:09:21.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40172026-03-19T03:09:21.950Z
40182026-03-19T03:09:21.950Zinfo: running `cargo check --bins` on nexus-external-api (215/259)
40192026-03-19T03:09:22.681Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-03-19T03:09:22.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-03-19T03:09:22.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-03-19T03:09:22.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40232026-03-19T03:09:22.801Z
40242026-03-19T03:09:22.801Zinfo: running `cargo check --bins` on nexus-internal-api (216/259)
40252026-03-19T03:09:23.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-03-19T03:09:23.535Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-03-19T03:09:23.535Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40282026-03-19T03:09:23.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40292026-03-19T03:09:23.652Z
40302026-03-19T03:09:23.652Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/259)
40312026-03-19T03:09:24.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40322026-03-19T03:09:24.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40332026-03-19T03:09:24.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40342026-03-19T03:09:24.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40352026-03-19T03:09:24.503Z
40362026-03-19T03:09:24.503Zinfo: running `cargo check --bins` on ntp-admin-api (218/259)
40372026-03-19T03:09:25.190Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40382026-03-19T03:09:25.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40392026-03-19T03:09:25.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40402026-03-19T03:09:25.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
40412026-03-19T03:09:25.301Z
40422026-03-19T03:09:25.301Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/259)
40432026-03-19T03:09:25.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40442026-03-19T03:09:25.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40452026-03-19T03:09:25.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40462026-03-19T03:09:25.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40472026-03-19T03:09:26.086Z
40482026-03-19T03:09:26.086Zinfo: running `cargo check --bins` on wicketd-api (220/259)
40492026-03-19T03:09:26.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40502026-03-19T03:09:26.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40512026-03-19T03:09:26.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40522026-03-19T03:09:26.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40532026-03-19T03:09:26.921Z
40542026-03-19T03:09:26.921Zinfo: running `cargo check --bins` on omicron-ls-apis (221/259)
40552026-03-19T03:09:27.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40562026-03-19T03:09:27.604Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40572026-03-19T03:09:27.754Z Checking erased-serde v0.4.9
40582026-03-19T03:09:27.879Z Checking ordered-float v2.10.1
40592026-03-19T03:09:27.903Z Checking unicode-xid v0.2.6
40602026-03-19T03:09:27.927Z Checking cargo-platform v0.2.0
40612026-03-19T03:09:28.167Z Checking serde-value v0.7.0
40622026-03-19T03:09:28.340Z Checking serde-untagged v0.1.9
40632026-03-19T03:09:28.551Z Checking cargo-util-schemas v0.8.2
40642026-03-19T03:09:29.596Z Checking cargo_metadata v0.21.0
40652026-03-19T03:09:30.473Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40662026-03-19T03:09:31.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.49s
40672026-03-19T03:09:31.617Z
40682026-03-19T03:09:31.617Zinfo: running `cargo check --bins` on mgs-dev (222/259)
40692026-03-19T03:09:32.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40702026-03-19T03:09:32.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40712026-03-19T03:09:32.638Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40722026-03-19T03:09:33.415Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40732026-03-19T03:09:34.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s
40742026-03-19T03:09:34.294Z
40752026-03-19T03:09:34.294Zinfo: running `cargo check --bins` on omicron-omdb (223/259)
40762026-03-19T03:09:35.085Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40772026-03-19T03:09:35.088Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40782026-03-19T03:09:35.510Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40792026-03-19T03:09:35.514Z Compiling vergen-gitcl v1.0.8
40802026-03-19T03:09:35.514Z Compiling dirs-sys-next v0.1.2
40812026-03-19T03:09:35.514Z Compiling glob v0.3.3
40822026-03-19T03:09:35.514Z Compiling crunchy v0.2.4
40832026-03-19T03:09:35.514Z Compiling diesel_derives v2.3.7
40842026-03-19T03:09:35.683Z Compiling dsl_auto_type v0.2.0
40852026-03-19T03:09:35.698Z Checking scheduled-thread-pool v0.2.7
40862026-03-19T03:09:35.901Z Compiling diesel_table_macro_syntax v0.3.0
40872026-03-19T03:09:35.937Z Compiling dirs-next v2.0.0
40882026-03-19T03:09:35.992Z Compiling tiny-keccak v2.0.2
40892026-03-19T03:09:36.065Z Checking r2d2 v0.8.10
40902026-03-19T03:09:36.093Z Compiling term v0.7.0
40912026-03-19T03:09:36.171Z Checking downcast-rs v2.0.2
40922026-03-19T03:09:36.191Z Compiling clang-sys v1.8.1
40932026-03-19T03:09:36.255Z Compiling bit-vec v0.6.3
40942026-03-19T03:09:36.313Z Compiling itertools v0.10.5
40952026-03-19T03:09:36.545Z Compiling bit-set v0.5.3
40962026-03-19T03:09:36.692Z Compiling ascii-canvas v3.0.0
40972026-03-19T03:09:36.755Z Compiling ena v0.14.4
40982026-03-19T03:09:36.834Z Compiling libloading v0.8.9
40992026-03-19T03:09:36.854Z Compiling regex-syntax v0.6.29
41002026-03-19T03:09:36.938Z Compiling bindgen v0.71.1
41012026-03-19T03:09:37.029Z Compiling diff v0.1.13
41022026-03-19T03:09:37.125Z Compiling cexpr v0.6.0
41032026-03-19T03:09:37.391Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41042026-03-19T03:09:37.511Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41052026-03-19T03:09:37.659Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41062026-03-19T03:09:37.701Z Compiling libxml v0.3.3
41072026-03-19T03:09:37.813Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41082026-03-19T03:09:38.018Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41092026-03-19T03:09:38.070Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41102026-03-19T03:09:38.225Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41112026-03-19T03:09:38.310Z Compiling strum_macros v0.24.3
41122026-03-19T03:09:38.419Z Compiling indoc v1.0.9
41132026-03-19T03:09:38.996Z Compiling lalrpop v0.19.12
41142026-03-19T03:09:39.764Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41152026-03-19T03:09:39.887Z Checking derive_builder v0.20.2
41162026-03-19T03:09:40.004Z Compiling oso-derive v0.27.3
41172026-03-19T03:09:40.034Z Checking quick-xml v0.37.5
41182026-03-19T03:09:40.136Z Compiling impl-trait-for-tuples v0.2.3
41192026-03-19T03:09:40.638Z Checking openssl-probe v0.1.6
41202026-03-19T03:09:40.819Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41212026-03-19T03:09:41.283Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41222026-03-19T03:09:41.522Z Checking bb8 v0.8.6
41232026-03-19T03:09:41.839Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41242026-03-19T03:09:41.885Z Checking nonempty v0.12.0
41252026-03-19T03:09:42.160Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41262026-03-19T03:09:42.188Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41272026-03-19T03:09:42.333Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41282026-03-19T03:09:42.449Z Checking support-bundle-viewer v0.1.2
41292026-03-19T03:09:42.477Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41302026-03-19T03:09:42.603Z Checking multimap v0.10.1
41312026-03-19T03:09:43.821Z Checking diesel v2.3.7
41322026-03-19T03:09:45.636Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41332026-03-19T03:09:46.776Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41342026-03-19T03:09:47.295Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41352026-03-19T03:09:47.852Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41362026-03-19T03:09:49.173Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41372026-03-19T03:09:49.201Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41382026-03-19T03:09:49.367Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41392026-03-19T03:09:50.103Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41402026-03-19T03:09:52.805Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41412026-03-19T03:09:59.210Z Compiling samael v0.0.19
41422026-03-19T03:10:04.209Z Checking async-bb8-diesel v0.2.1
41432026-03-19T03:10:04.690Z Checking diesel-dtrace v0.5.0
41442026-03-19T03:10:05.712Z Compiling polar-core v0.27.3
41452026-03-19T03:10:11.583Z Checking oso v0.27.3
41462026-03-19T03:11:07.793Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41472026-03-19T03:11:55.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s
41482026-03-19T03:11:55.343Z
41492026-03-19T03:11:55.343Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/259)
41502026-03-19T03:11:56.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-03-19T03:11:56.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-03-19T03:11:56.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41532026-03-19T03:11:56.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
41542026-03-19T03:11:56.247Z
41552026-03-19T03:11:56.247Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/259)
41562026-03-19T03:11:57.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-03-19T03:11:57.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-03-19T03:11:57.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-03-19T03:11:57.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
41602026-03-19T03:11:57.130Z
41612026-03-19T03:11:57.130Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/259)
41622026-03-19T03:11:57.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-03-19T03:11:57.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-03-19T03:11:57.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41652026-03-19T03:11:57.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
41662026-03-19T03:11:57.919Z
41672026-03-19T03:11:57.919Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/259)
41682026-03-19T03:11:58.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-03-19T03:11:58.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-03-19T03:11:59.133Z Compiling libz-sys v1.1.24
41712026-03-19T03:11:59.290Z Compiling libgit2-sys v0.18.3+1.9.2
41722026-03-19T03:11:59.309Z Compiling vergen-git2 v1.0.7
41732026-03-19T03:11:59.324Z Compiling rustls v0.21.12
41742026-03-19T03:11:59.341Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41752026-03-19T03:11:59.361Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41762026-03-19T03:11:59.364Z Checking rustls-webpki v0.101.7
41772026-03-19T03:11:59.364Z Checking sct v0.7.1
41782026-03-19T03:11:59.552Z Compiling nix v0.29.0
41792026-03-19T03:11:59.593Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41802026-03-19T03:11:59.621Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41812026-03-19T03:11:59.674Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41822026-03-19T03:11:59.806Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41832026-03-19T03:11:59.984Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41842026-03-19T03:12:00.006Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41852026-03-19T03:12:00.081Z Checking rustls-pemfile v1.0.4
41862026-03-19T03:12:00.250Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41872026-03-19T03:12:00.388Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41882026-03-19T03:12:00.584Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41892026-03-19T03:12:00.622Z Checking twox-hash v2.1.2
41902026-03-19T03:12:00.749Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41912026-03-19T03:12:01.595Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41922026-03-19T03:12:01.616Z Checking tokio-rustls v0.24.1
41932026-03-19T03:12:01.638Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41942026-03-19T03:12:01.673Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41952026-03-19T03:12:01.868Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41962026-03-19T03:12:02.067Z Checking fatfs v0.3.6
41972026-03-19T03:12:02.534Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41982026-03-19T03:12:02.556Z Compiling seq-macro v0.3.6
41992026-03-19T03:12:07.529Z Compiling git2 v0.20.4
42002026-03-19T03:12:08.579Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42012026-03-19T03:12:08.726Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42022026-03-19T03:12:10.829Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42032026-03-19T03:13:21.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
42042026-03-19T03:13:21.269Z
42052026-03-19T03:13:21.269Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/259)
42062026-03-19T03:13:22.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42072026-03-19T03:13:22.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42082026-03-19T03:13:22.490Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42092026-03-19T03:14:23.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
42102026-03-19T03:14:23.540Z
42112026-03-19T03:14:23.540Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/259)
42122026-03-19T03:14:24.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42132026-03-19T03:14:24.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42142026-03-19T03:14:24.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42152026-03-19T03:14:24.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
42162026-03-19T03:14:24.334Z
42172026-03-19T03:14:24.334Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/259)
42182026-03-19T03:14:25.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42192026-03-19T03:14:25.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42202026-03-19T03:14:25.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42212026-03-19T03:14:25.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42222026-03-19T03:14:25.224Z
42232026-03-19T03:14:25.224Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/259)
42242026-03-19T03:14:25.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-19T03:14:25.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-19T03:14:25.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-19T03:14:25.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42282026-03-19T03:14:26.098Z
42292026-03-19T03:14:26.098Zinfo: running `cargo check --bins` on nexus-networking (232/259)
42302026-03-19T03:14:26.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-19T03:14:26.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-19T03:14:26.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-19T03:14:26.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42342026-03-19T03:14:26.980Z
42352026-03-19T03:14:26.980Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/259)
42362026-03-19T03:14:27.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-19T03:14:27.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-19T03:14:27.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-03-19T03:14:27.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42402026-03-19T03:14:27.872Z
42412026-03-19T03:14:27.872Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/259)
42422026-03-19T03:14:28.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-03-19T03:14:28.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-03-19T03:14:28.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42452026-03-19T03:14:28.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42462026-03-19T03:14:28.764Z
42472026-03-19T03:14:28.764Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (235/259)
42482026-03-19T03:14:29.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42492026-03-19T03:14:29.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42502026-03-19T03:14:29.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42512026-03-19T03:14:29.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42522026-03-19T03:14:29.636Z
42532026-03-19T03:14:29.636Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (236/259)
42542026-03-19T03:14:30.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42552026-03-19T03:14:30.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42562026-03-19T03:14:30.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42572026-03-19T03:14:30.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42582026-03-19T03:14:30.517Z
42592026-03-19T03:14:30.517Zinfo: running `cargo check --bins` on omicron-dev (237/259)
42602026-03-19T03:14:31.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42612026-03-19T03:14:31.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42622026-03-19T03:14:31.782Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42632026-03-19T03:14:31.790Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42642026-03-19T03:14:31.969Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42652026-03-19T03:14:31.995Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42662026-03-19T03:14:32.003Z Checking yansi v1.0.1
42672026-03-19T03:14:32.003Z Checking diff v0.1.13
42682026-03-19T03:14:32.034Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42692026-03-19T03:14:32.038Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42702026-03-19T03:14:32.185Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42712026-03-19T03:14:32.357Z Checking pretty_assertions v1.4.1
42722026-03-19T03:14:33.237Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42732026-03-19T03:15:06.684Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42742026-03-19T03:15:06.687Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42752026-03-19T03:15:06.687Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42762026-03-19T03:15:06.687Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42772026-03-19T03:15:06.687Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42782026-03-19T03:15:06.687Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42792026-03-19T03:15:07.668Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42802026-03-19T03:15:09.123Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42812026-03-19T03:16:09.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42822026-03-19T03:16:10.136Z
42832026-03-19T03:16:10.136Zinfo: running `cargo check --bins` on omicron-pins (238/259)
42842026-03-19T03:16:10.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42852026-03-19T03:16:10.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42862026-03-19T03:16:10.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42872026-03-19T03:16:10.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42882026-03-19T03:16:10.918Z
42892026-03-19T03:16:10.919Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (239/259)
42902026-03-19T03:16:11.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42912026-03-19T03:16:11.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42922026-03-19T03:16:12.023Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42932026-03-19T03:16:12.163Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42942026-03-19T03:16:12.178Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42952026-03-19T03:16:49.312Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42962026-03-19T03:16:49.811Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42972026-03-19T03:16:52.221Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42982026-03-19T03:16:52.814Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42992026-03-19T03:16:56.977Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43002026-03-19T03:17:29.484Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43012026-03-19T03:17:30.343Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43022026-03-19T03:17:32.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
43032026-03-19T03:17:32.780Z
43042026-03-19T03:17:32.781Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (240/259)
43052026-03-19T03:17:33.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-03-19T03:17:33.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-03-19T03:17:33.790Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43082026-03-19T03:17:34.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
43092026-03-19T03:17:34.914Z
43102026-03-19T03:17:34.914Zinfo: running `cargo check --bins` on omicron-releng (241/259)
43112026-03-19T03:17:35.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-03-19T03:17:35.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-03-19T03:17:35.843Z Compiling blake3 v1.8.3
43142026-03-19T03:17:35.957Z Checking arrayvec v0.7.6
43152026-03-19T03:17:35.981Z Checking constant_time_eq v0.4.2
43162026-03-19T03:17:35.981Z Checking arrayref v0.3.9
43172026-03-19T03:17:35.981Z Checking topological-sort v0.2.2
43182026-03-19T03:17:35.981Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43192026-03-19T03:17:35.981Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43202026-03-19T03:17:35.981Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43212026-03-19T03:17:36.167Z Checking shell-words v1.1.1
43222026-03-19T03:17:37.000Z Checking omicron-zone-package v0.12.2
43232026-03-19T03:17:38.003Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43242026-03-19T03:17:39.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
43252026-03-19T03:17:39.340Z
43262026-03-19T03:17:39.340Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (242/259)
43272026-03-19T03:17:40.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43282026-03-19T03:17:40.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43292026-03-19T03:17:40.233Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43302026-03-19T03:17:40.614Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43312026-03-19T03:17:41.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s
43322026-03-19T03:17:41.351Z
43332026-03-19T03:17:41.351Zinfo: running `cargo check --bins` on xtask (243/259)
43342026-03-19T03:17:41.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-03-19T03:17:41.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-03-19T03:17:41.993Z Checking libc v0.2.180
43372026-03-19T03:17:42.075Z Checking serde v1.0.228
43382026-03-19T03:17:42.083Z Checking zerofrom v0.1.6
43392026-03-19T03:17:42.084Z Checking bitflags v2.11.0
43402026-03-19T03:17:42.084Z Checking smallvec v1.15.1
43412026-03-19T03:17:42.084Z Checking hashbrown v0.16.1
43422026-03-19T03:17:42.128Z Checking serde_json v1.0.149
43432026-03-19T03:17:42.159Z Checking scroll v0.12.0
43442026-03-19T03:17:42.213Z Checking yoke v0.8.1
43452026-03-19T03:17:42.300Z Checking num-traits v0.2.19
43462026-03-19T03:17:42.347Z Checking thiserror v1.0.69
43472026-03-19T03:17:42.451Z Checking zerovec v0.11.5
43482026-03-19T03:17:42.451Z Checking zerotrie v0.2.3
43492026-03-19T03:17:42.475Z Checking percent-encoding v2.3.2
43502026-03-19T03:17:42.493Z Checking errno v0.3.14
43512026-03-19T03:17:42.622Z Checking rustix v1.1.3
43522026-03-19T03:17:42.647Z Checking serde_spanned v0.6.9
43532026-03-19T03:17:42.668Z Checking toml_datetime v0.6.11
43542026-03-19T03:17:42.727Z Checking indexmap v2.13.0
43552026-03-19T03:17:42.770Z Checking log v0.4.29
43562026-03-19T03:17:42.790Z Checking form_urlencoded v1.2.2
43572026-03-19T03:17:42.893Z Checking zerocopy v0.7.35
43582026-03-19T03:17:42.952Z Checking getrandom v0.4.1
43592026-03-19T03:17:42.985Z Checking goblin v0.8.2
43602026-03-19T03:17:42.996Z Checking thiserror v2.0.18
43612026-03-19T03:17:43.040Z Checking tinystr v0.8.2
43622026-03-19T03:17:43.185Z Checking potential_utf v0.1.4
43632026-03-19T03:17:43.216Z Checking ordered-float v2.10.1
43642026-03-19T03:17:43.216Z Checking syn v2.0.117
43652026-03-19T03:17:43.266Z Checking icu_collections v2.1.1
43662026-03-19T03:17:43.284Z Checking icu_locale_core v2.1.1
43672026-03-19T03:17:43.437Z Checking serde-value v0.7.0
43682026-03-19T03:17:43.485Z Checking toml_edit v0.22.27
43692026-03-19T03:17:43.604Z Checking dtrace-parser v0.2.0
43702026-03-19T03:17:43.685Z Checking thread-id v4.2.2
43712026-03-19T03:17:43.700Z Checking once_cell v1.21.3
43722026-03-19T03:17:43.767Z Checking cargo-platform v0.2.0
43732026-03-19T03:17:43.802Z Checking terminal_size v0.4.3
43742026-03-19T03:17:43.905Z Checking memmap v0.7.0
43752026-03-19T03:17:43.953Z Checking tempfile v3.25.0
43762026-03-19T03:17:43.966Z Checking clap_builder v4.5.60
43772026-03-19T03:17:44.005Z Checking textwrap v0.16.2
43782026-03-19T03:17:44.056Z Checking icu_provider v2.1.1
43792026-03-19T03:17:44.087Z Checking fs-err v3.3.0
43802026-03-19T03:17:44.192Z Checking camino-tempfile v1.4.1
43812026-03-19T03:17:44.276Z Checking tabled v0.15.0
43822026-03-19T03:17:44.330Z Checking anyhow v1.0.102
43832026-03-19T03:17:44.382Z Checking icu_properties v2.1.2
43842026-03-19T03:17:44.408Z Checking icu_normalizer v2.1.1
43852026-03-19T03:17:44.602Z Checking macaddr v1.0.1
43862026-03-19T03:17:44.803Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43872026-03-19T03:17:45.039Z Checking toml v0.8.23
43882026-03-19T03:17:45.512Z Checking cargo_toml v0.21.0
43892026-03-19T03:17:45.535Z Checking idna_adapter v1.2.1
43902026-03-19T03:17:45.642Z Checking clap v4.5.60
43912026-03-19T03:17:45.733Z Checking dof v0.3.0
43922026-03-19T03:17:45.759Z Checking idna v1.1.0
43932026-03-19T03:17:46.003Z Checking url v2.5.8
43942026-03-19T03:17:46.031Z Checking usdt-impl v0.5.0
43952026-03-19T03:17:46.327Z Checking usdt v0.5.0
43962026-03-19T03:17:46.475Z Checking cargo-util-schemas v0.8.2
43972026-03-19T03:17:47.476Z Checking cargo_metadata v0.21.0
43982026-03-19T03:17:48.347Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43992026-03-19T03:17:48.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s
44002026-03-19T03:17:49.112Z
44012026-03-19T03:17:49.112Zinfo: running `cargo check --bins` on end-to-end-tests (244/259)
44022026-03-19T03:17:49.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44032026-03-19T03:17:49.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44042026-03-19T03:17:50.220Z Checking polyval v0.6.2
44052026-03-19T03:17:50.332Z Checking ctr v0.9.2
44062026-03-19T03:17:50.354Z Checking ssh-encoding v0.2.0
44072026-03-19T03:17:50.391Z Checking blowfish v0.9.1
44082026-03-19T03:17:50.440Z Checking password-hash v0.4.2
44092026-03-19T03:17:50.486Z Checking p256 v0.13.2
44102026-03-19T03:17:50.488Z Checking p521 v0.13.3
44112026-03-19T03:17:50.488Z Checking russh-cryptovec v0.7.3
44122026-03-19T03:17:50.525Z Checking ghash v0.5.1
44132026-03-19T03:17:50.551Z Checking md5 v0.7.0
44142026-03-19T03:17:50.576Z Checking bcrypt-pbkdf v0.10.0
44152026-03-19T03:17:50.605Z Checking num-bigint v0.4.6
44162026-03-19T03:17:50.620Z Checking des v0.8.1
44172026-03-19T03:17:50.666Z Checking aes-gcm v0.10.3
44182026-03-19T03:17:50.684Z Checking pbkdf2 v0.11.0
44192026-03-19T03:17:50.751Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44202026-03-19T03:17:50.794Z Checking hex-literal v0.4.1
44212026-03-19T03:17:50.889Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44222026-03-19T03:17:51.021Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44232026-03-19T03:17:51.021Z Checking ssh-cipher v0.2.0
44242026-03-19T03:17:51.021Z Checking socket2 v0.5.10
44252026-03-19T03:17:51.021Z Checking internet-checksum v0.2.1
44262026-03-19T03:17:51.081Z Checking ssh-key v0.6.7
44272026-03-19T03:17:51.264Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44282026-03-19T03:17:52.032Z Checking russh-keys v0.45.0
44292026-03-19T03:17:52.724Z Checking russh v0.45.0
44302026-03-19T03:18:14.530Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44312026-03-19T03:18:16.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.98s
44322026-03-19T03:18:16.414Z
44332026-03-19T03:18:16.415Zinfo: running `cargo check --bins` on gateway-cli (245/259)
44342026-03-19T03:18:17.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-03-19T03:18:17.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-03-19T03:18:17.204Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44372026-03-19T03:18:17.329Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44382026-03-19T03:18:17.394Z Checking termios v0.3.3
44392026-03-19T03:18:19.054Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44402026-03-19T03:18:19.321Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44412026-03-19T03:18:21.896Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44422026-03-19T03:18:22.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s
44432026-03-19T03:18:22.899Z
44442026-03-19T03:18:22.899Zinfo: running `cargo check --bins --no-default-features` on installinator (246/259)
44452026-03-19T03:18:23.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44462026-03-19T03:18:23.631Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44472026-03-19T03:18:23.838Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44482026-03-19T03:18:23.971Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44492026-03-19T03:18:24.010Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44502026-03-19T03:18:24.011Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44512026-03-19T03:18:24.045Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44522026-03-19T03:18:24.277Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44532026-03-19T03:18:24.292Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44542026-03-19T03:18:25.251Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44552026-03-19T03:18:25.572Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44562026-03-19T03:18:25.714Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44572026-03-19T03:18:26.424Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44582026-03-19T03:18:28.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s
44592026-03-19T03:18:28.790Z
44602026-03-19T03:18:28.790Zinfo: running `cargo check --bins` on internal-dns-cli (247/259)
44612026-03-19T03:18:29.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44622026-03-19T03:18:29.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44632026-03-19T03:18:29.659Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44642026-03-19T03:18:30.225Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44652026-03-19T03:18:31.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
44662026-03-19T03:18:31.230Z
44672026-03-19T03:18:31.230Zinfo: running `cargo check --bins` on omicron-live-tests (248/259)
44682026-03-19T03:18:31.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44692026-03-19T03:18:31.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44702026-03-19T03:18:31.664Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44712026-03-19T03:18:31.664Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44722026-03-19T03:18:31.697Z
44732026-03-19T03:18:31.697Zinfo: running `cargo check --bins` on live-tests-macros (249/259)
44742026-03-19T03:18:32.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-03-19T03:18:32.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-03-19T03:18:32.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44772026-03-19T03:18:32.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44782026-03-19T03:18:32.498Z
44792026-03-19T03:18:32.498Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (250/259)
44802026-03-19T03:18:33.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44812026-03-19T03:18:33.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44822026-03-19T03:18:33.482Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44832026-03-19T03:18:34.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.78s
44842026-03-19T03:18:34.434Z
44852026-03-19T03:18:34.434Zinfo: running `cargo check --bins` on omicron-ntp-admin (251/259)
44862026-03-19T03:18:35.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44872026-03-19T03:18:35.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44882026-03-19T03:18:35.357Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44892026-03-19T03:18:35.357Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44902026-03-19T03:18:35.661Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44912026-03-19T03:18:35.661Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44922026-03-19T03:18:36.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
44932026-03-19T03:18:36.875Z
44942026-03-19T03:18:36.876Zinfo: running `cargo check --bins` on ntp-admin-types (252/259)
44952026-03-19T03:18:37.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44962026-03-19T03:18:37.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44972026-03-19T03:18:37.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44982026-03-19T03:18:37.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
44992026-03-19T03:18:37.665Z
45002026-03-19T03:18:37.665Zinfo: running `cargo check --bins` on omicron-package (253/259)
45012026-03-19T03:18:39.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45022026-03-19T03:18:39.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45032026-03-19T03:18:39.635Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45042026-03-19T03:18:39.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
45052026-03-19T03:18:40.205Z
45062026-03-19T03:18:40.205Zinfo: running `cargo check --bins` on tqdb (254/259)
45072026-03-19T03:18:40.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45082026-03-19T03:18:40.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45092026-03-19T03:18:41.341Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45102026-03-19T03:18:41.796Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45112026-03-19T03:18:43.032Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45122026-03-19T03:18:43.108Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45132026-03-19T03:18:49.236Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45142026-03-19T03:18:50.178Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45152026-03-19T03:18:50.289Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45162026-03-19T03:18:50.289Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45172026-03-19T03:18:50.289Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45182026-03-19T03:18:51.218Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45192026-03-19T03:19:00.928Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45202026-03-19T03:19:09.346Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45212026-03-19T03:19:09.371Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45222026-03-19T03:19:09.372Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45232026-03-19T03:19:09.373Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45242026-03-19T03:19:11.255Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45252026-03-19T03:19:13.081Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45262026-03-19T03:19:14.062Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45272026-03-19T03:19:15.826Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45282026-03-19T03:19:17.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.31s
45292026-03-19T03:19:17.793Z
45302026-03-19T03:19:17.793Zinfo: running `cargo check --bins` on wicket-dbg (255/259)
45312026-03-19T03:19:17.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45322026-03-19T03:19:17.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45332026-03-19T03:19:17.907Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45342026-03-19T03:19:17.907Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45352026-03-19T03:19:17.976Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45362026-03-19T03:19:18.056Z Checking rtoolbox v0.0.3
45372026-03-19T03:19:18.057Z Checking tui-tree-widget v0.23.1
45382026-03-19T03:19:18.147Z Checking rpassword v7.4.0
45392026-03-19T03:19:18.232Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45402026-03-19T03:19:19.160Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45412026-03-19T03:19:26.223Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45422026-03-19T03:19:26.935Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45432026-03-19T03:19:28.334Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45442026-03-19T03:19:33.100Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45452026-03-19T03:19:35.185Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45462026-03-19T03:19:36.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.57s
45472026-03-19T03:19:36.548Z
45482026-03-19T03:19:36.548Zinfo: running `cargo check --bins` on wicket (256/259)
45492026-03-19T03:19:37.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45502026-03-19T03:19:37.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45512026-03-19T03:19:37.497Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45522026-03-19T03:19:37.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45532026-03-19T03:19:38.187Z
45542026-03-19T03:19:38.187Zinfo: running `cargo check --bins` on wicketd (257/259)
45552026-03-19T03:19:38.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45562026-03-19T03:19:39.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45572026-03-19T03:19:39.174Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45582026-03-19T03:19:39.276Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45592026-03-19T03:19:39.342Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45602026-03-19T03:19:40.208Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45612026-03-19T03:19:40.776Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45622026-03-19T03:19:41.644Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45632026-03-19T03:19:45.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.44s
45642026-03-19T03:19:45.886Z
45652026-03-19T03:19:45.914Zinfo: running `cargo check --bins` on omicron-workspace-hack (258/259)
45662026-03-19T03:19:46.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45672026-03-19T03:19:46.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45682026-03-19T03:19:46.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45692026-03-19T03:19:46.562Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
45702026-03-19T03:19:46.657Z
45712026-03-19T03:19:46.671Zinfo: running `cargo check --bins` on zone-setup (259/259)
45722026-03-19T03:19:47.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45732026-03-19T03:19:47.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45742026-03-19T03:19:47.562Z Checking uzers v0.12.2
45752026-03-19T03:19:47.933Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45762026-03-19T03:19:48.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s
45772026-03-19T03:19:49.132Z
45782026-03-19T03:19:49.143Zreal 19:25.732432328
45792026-03-19T03:19:49.143Zuser 28:56.134975759
45802026-03-19T03:19:49.163Zsys 5:20.388922731
45812026-03-19T03:19:49.163Ztrap 0.488176336
45822026-03-19T03:19:49.163Ztflt 0.323111740
45832026-03-19T03:19:49.163Zdflt 0.588808800
45842026-03-19T03:19:49.164Zkflt 0.007899528
45852026-03-19T03:19:49.164Zlock 1:45:51.494793240
45862026-03-19T03:19:49.164Zslp 2:16:04.704429394
45872026-03-19T03:19:49.164Zlat 1:26.492157842
45882026-03-19T03:19:49.164Zstop 5:25.321962143
45892026-03-19T03:19:49.164Zprocess exited: duration 1474177 ms, exit code 0
 
45902026-03-19T03:19:49.196Zfound 0 output files