01KKYKENMFAJ24D6W726WKF9W4: 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: 01KKYKFBC9ETTFJM3M8YSQCE8J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-17T19:14:18.669Zjob assigned to worker 01KKYKFCGZWS0HRT4FRZPB0YPR [factory aws, i-037419b1c71106e9b] (queued for 48 s)
 
22026-03-17T19:14:26.781Zstarting task 0: "setup"
32026-03-17T19:14:26.787Z++ uname -s
42026-03-17T19:14:26.791Z+ kern=SunOS
52026-03-17T19:14:26.791Z+ build_user=build
62026-03-17T19:14:26.791Z+ build_uid=12345
72026-03-17T19:14:26.791Z+ work_dir=/work
82026-03-17T19:14:26.791Z+ input_dir=/input
92026-03-17T19:14:26.791Z+ [[ 0 == 12345 ]]
102026-03-17T19:14:26.791Z+ case "$kern" in
112026-03-17T19:14:26.791Z+ groupadd -g 12345 build
122026-03-17T19:14:26.791Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-17T19:14:28.797Z+ zfs create -o mountpoint=/work rpool/work
142026-03-17T19:14:28.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-17T19:14:28.873Z+ home_fs=zfs
162026-03-17T19:14:28.873Z+ [[ zfs == autofs ]]
172026-03-17T19:14:28.874Z+ mkdir -p /home/build
182026-03-17T19:14:28.877Z+ chown build:build /home/build /work
192026-03-17T19:14:30.875Z+ chmod 0700 /home/build /work
202026-03-17T19:14:30.878Zprocess exited: duration 4097 ms, exit code 0
 
212026-03-17T19:14:30.884Zstarting task 1: "rust-toolchain"
222026-03-17T19:14:30.890Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-17T19:14:30.890Z * rust toolchain channel = "1.94.0"
242026-03-17T19:14:30.890Z * rust toolchain profile = "default"
252026-03-17T19:14:30.890Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-17T19:14:30.890Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-17T19:14:30.890Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-17T19:14:30.893Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-17T19:14:30.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-17T19:14:31.009Zinfo: downloading installer
312026-03-17T19:14:32.492Zwarn: It looks like you have an existing installation of Rust at:
322026-03-17T19:14:32.492Zwarn: /opt/ooce/bin
332026-03-17T19:14:32.492Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-17T19:14:32.492Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-17T19:14:32.492Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-17T19:14:32.492Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-17T19:14:32.492Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-17T19:14:32.493Zerror: cannot install while Rust is installed
392026-03-17T19:14:32.493Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-17T19:14:32.493Zwarn: It looks like you have an existing rustup settings file at:
412026-03-17T19:14:32.493Zwarn: /home/build/.rustup/settings.toml
422026-03-17T19:14:32.493Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-17T19:14:32.493Zwarn: instead of the one inferred from the default host triple.
442026-03-17T19:14:32.509Zinfo: profile set to default
452026-03-17T19:14:32.509Zinfo: default host triple is x86_64-unknown-illumos
462026-03-17T19:14:32.512Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-17T19:14:32.665Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-17T19:14:32.668Zinfo: downloading 6 components
492026-03-17T19:14:49.029Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-17T19:14:49.029Z
512026-03-17T19:14:49.070Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-17T19:14:49.070Z
532026-03-17T19:14:49.070Z
542026-03-17T19:14:49.071ZRust is installed now. Great!
552026-03-17T19:14:49.071Z
562026-03-17T19:14:49.074ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-17T19:14:49.074Zenvironment variable. This has not been done automatically.
582026-03-17T19:14:49.074Z
592026-03-17T19:14:49.074ZTo configure your current shell, you need to source
602026-03-17T19:14:49.074Zthe corresponding env file under $HOME/.cargo.
612026-03-17T19:14:49.074Z
622026-03-17T19:14:49.074ZThis is usually done by running one of the following (note the leading DOT):
632026-03-17T19:14:49.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-17T19:14:49.074Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-17T19:14:49.074Zsource "~/.cargo/env.nu" # For nushell
662026-03-17T19:14:49.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-17T19:14:49.074Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-17T19:14:49.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-17T19:14:49.074Zwarn: no default linker (`cc`) was found in your PATH
702026-03-17T19:14:49.074Zwarn: many Rust crates require a system C toolchain to build
712026-03-17T19:14:49.181Z+ rustup --version
722026-03-17T19:14:49.191Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-17T19:14:49.195Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-17T19:14:49.218Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-17T19:14:49.221Z+ cargo --version
762026-03-17T19:14:49.237Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-17T19:14:49.241Z+ rustc --version
782026-03-17T19:14:49.265Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-17T19:14:49.269Zprocess exited: duration 18386 ms, exit code 0
 
802026-03-17T19:14:49.275Zstarting task 2: "authentication"
812026-03-17T19:14:49.295Zprocess exited: duration 19 ms, exit code 0
 
822026-03-17T19:14:49.302Zstarting task 3: "clone repository"
832026-03-17T19:14:49.305Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-17T19:14:49.309Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-17T19:14:49.345ZCloning into '/work/oxidecomputer/omicron'...
862026-03-17T19:15:01.432Z+ cd /work/oxidecomputer/omicron
872026-03-17T19:15:01.432Z+ git fetch origin cc38ebc09fe76df6eaa316503c3c42b36a48f4ee
882026-03-17T19:15:01.811ZFrom https://github.com/oxidecomputer/omicron
892026-03-17T19:15:01.811Z * branch cc38ebc09fe76df6eaa316503c3c42b36a48f4ee -> FETCH_HEAD
902026-03-17T19:15:01.823Z+ [[ -n spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax ]]
912026-03-17T19:15:01.827Z++ git branch --show-current
922026-03-17T19:15:01.827Z+ current=main
932026-03-17T19:15:01.827Z+ [[ main != spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax ]]
942026-03-17T19:15:01.827Z+ git branch -f spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax cc38ebc09fe76df6eaa316503c3c42b36a48f4ee
952026-03-17T19:15:01.830Z+ git checkout -f spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax
962026-03-17T19:15:02.152ZSwitched to branch 'spr/mergeconflict/allow-implementations-of-authorizedresourceload_roles-to-use-async-fn-syntax'
972026-03-17T19:15:02.155Z+ git reset --hard cc38ebc09fe76df6eaa316503c3c42b36a48f4ee
982026-03-17T19:15:02.173ZHEAD is now at cc38ebc09 Allow implementations of AuthorizedResource::load_roles to use async fn syntax.
992026-03-17T19:15:02.176Zprocess exited: duration 12874 ms, exit code 0
 
1002026-03-17T19:15:02.184Zstarting task 4: "build"
1012026-03-17T19:15:02.188Z+ source .github/buildomat/ci-env.sh
1022026-03-17T19:15:02.191Z++ export CARGO_TERM_COLOR=always
1032026-03-17T19:15:02.191Z++ CARGO_TERM_COLOR=always
1042026-03-17T19:15:02.191Z+ cargo --version
1052026-03-17T19:15:02.200Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-17T19:15:02.203Z+ rustc --version
1072026-03-17T19:15:02.228Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-17T19:15:02.231Z+ source ./env.sh
1092026-03-17T19:15:02.231Z++ OLD_SHELL_OPTS=ehxB
1102026-03-17T19:15:02.231Z++ set -o xtrace
1112026-03-17T19:15:02.234Z++++ dirname ./env.sh
1122026-03-17T19:15:02.237Z+++ readlink -f .
1132026-03-17T19:15:02.238Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-03-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ 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-17T19:15:02.238Z++ case $OLD_SHELL_OPTS in
1232026-03-17T19:15:02.238Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-03-17T19:15:02.238Z+ 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-17T19:15:02.238Z+ 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-17T19:15:02.238Z+ banner prerequisites
1272026-03-17T19:15:02.243Z
1282026-03-17T19:15:02.243Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-03-17T19:15:02.243Z # # # # # # # # # # # # # # #
1302026-03-17T19:15:02.243Z # # # # ##### # # ##### # # # # # #### #
1312026-03-17T19:15:02.243Z ##### ##### # ##### # # # # # # # # #
1322026-03-17T19:15:02.243Z # # # # # # # # # # # # # # #
1332026-03-17T19:15:02.243Z # # # ###### # # ###### ### # #### # #### #
1342026-03-17T19:15:02.243Z
1352026-03-17T19:15:02.243Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-03-17T19:15:12.204Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-03-17T19:15:22.063Z Startup: Caching catalogs ... Done
1382026-03-17T19:15:44.241ZPlanning: Solver setup ... Done (20.556s)
1392026-03-17T19:15:44.390ZPlanning: Running solver ... Done (0.150s)
1402026-03-17T19:15:44.567ZPlanning: Finding local manifests ... Done (0.002s)
1412026-03-17T19:15:44.580ZPlanning: Fetching manifests: 0/4 0% complete
1422026-03-17T19:15:44.729ZPlanning: Fetching manifests: 4/4 100% complete
1432026-03-17T19:15:44.772ZPlanning: Package planning ... Done (0.043s)
1442026-03-17T19:15:44.815ZPlanning: Merging actions ... Done (0.043s)
1452026-03-17T19:15:45.054ZPlanning: Checking for conflicting actions ... Done (0.239s)
1462026-03-17T19:15:45.065ZPlanning: Consolidating action changes ... Done (0.010s)
1472026-03-17T19:15:45.878ZPlanning: Evaluating mediators ... Done (0.813s)
1482026-03-17T19:15:45.886ZPlanning: Planning completed in 23.68 seconds
1492026-03-17T19:15:45.900Z Packages to install: 4
1502026-03-17T19:15:45.903Z Mediators to change: 2
1512026-03-17T19:15:45.903Z Services to change: 1
1522026-03-17T19:15:45.903Z Estimated space available: 155.43 GB
1532026-03-17T19:15:45.903ZEstimated space to be consumed: 1.83 GB
1542026-03-17T19:15:45.903Z Create boot environment: No
1552026-03-17T19:15:45.903ZCreate backup boot environment: No
1562026-03-17T19:15:45.903Z Rebuild boot archive: No
1572026-03-17T19:15:45.903Z
1582026-03-17T19:15:45.903ZChanged mediators:
1592026-03-17T19:15:45.903Z mediator clang:
1602026-03-17T19:15:45.903Z version: None -> 15 (system default)
1612026-03-17T19:15:45.903Z
1622026-03-17T19:15:45.903Z mediator llvm:
1632026-03-17T19:15:45.903Z version: 14 (system default) -> 15 (system default)
1642026-03-17T19:15:45.904Z
1652026-03-17T19:15:45.904ZChanged packages:
1662026-03-17T19:15:45.904Zhelios-dev
1672026-03-17T19:15:45.904Z developer/build-essential
1682026-03-17T19:15:45.904Z None -> 11-2.0
1692026-03-17T19:15:45.904Z library/libxmlsec1
1702026-03-17T19:15:45.904Z None -> 1.2.35-2.0
1712026-03-17T19:15:45.904Z ooce/developer/clang-15
1722026-03-17T19:15:45.904Z None -> 15.0.7-2.0
1732026-03-17T19:15:45.904Z ooce/developer/llvm-15
1742026-03-17T19:15:45.904Z None -> 15.0.7-2.0
1752026-03-17T19:15:45.904Z
1762026-03-17T19:15:45.904ZServices:
1772026-03-17T19:15:45.904Z restart_fmri:
1782026-03-17T19:15:45.904Z svc:/system/update-man-index:default
1792026-03-17T19:15:45.950Z
1802026-03-17T19:15:45.950ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1812026-03-17T19:15:50.953ZDownload: 1201/3290 items 83.5/212.6MB 39% complete (17.0M/s)
1822026-03-17T19:15:56.815ZDownload: 3245/3290 items 202.9/212.6MB 95% complete (22.0M/s)
1832026-03-17T19:15:58.214ZDownload: Completed 212.60 MB in 12.27 seconds (17.3M/s)
1842026-03-17T19:15:58.380Z Actions: 1/3689 actions (Installing new actions)
1852026-03-17T19:16:02.518Z Actions: Completed 3689 actions in 4.14 seconds.
1862026-03-17T19:16:02.894Z Done (0.371s)
1872026-03-17T19:16:02.894Z Done (0.000s)
1882026-03-17T19:16:03.887Z Done (0.993s)
1892026-03-17T19:16:07.888Z Done (3.654s)
1902026-03-17T19:16:07.968Z Done (0.019s)
1912026-03-17T19:16:07.971Z Done (0.000s)
1922026-03-17T19:16:08.212Z Done (0.000s)
1932026-03-17T19:16:09.188ZPlanning: Evaluating mediator changes ... Done
1942026-03-17T19:16:09.333ZPlanning: Checking for conflicting actions ... Done
1952026-03-17T19:16:09.337ZPlanning: Consolidating action changes ... Done
1962026-03-17T19:16:09.559ZPlanning: Evaluating mediators ... Done
1972026-03-17T19:16:09.562ZPlanning: Planning completed in 0.37 seconds
1982026-03-17T19:16:09.589Z Mediators to change: 2
1992026-03-17T19:16:09.589Z Create boot environment: No
2002026-03-17T19:16:09.593ZCreate backup boot environment: No
2012026-03-17T19:16:09.656Z Done
2022026-03-17T19:16:09.656Z Done
2032026-03-17T19:16:10.387Z Done
2042026-03-17T19:16:13.730Z Done
2052026-03-17T19:16:13.814Z Done
2062026-03-17T19:16:13.817Z Done
2072026-03-17T19:16:13.974Z Done
2082026-03-17T19:16:14.510ZPlanning: Evaluating mediator changes ... Done
2092026-03-17T19:16:14.526ZPlanning: Merging actions ... Done
2102026-03-17T19:16:14.674ZPlanning: Checking for conflicting actions ... Done
2112026-03-17T19:16:14.678ZPlanning: Consolidating action changes ... Done
2122026-03-17T19:16:14.893ZPlanning: Evaluating mediators ... Done
2132026-03-17T19:16:14.936ZPlanning: Planning completed in 0.63 seconds
2142026-03-17T19:16:14.966Z Packages to change: 1
2152026-03-17T19:16:14.966Z Mediators to change: 1
2162026-03-17T19:16:14.969Z Services to change: 1
2172026-03-17T19:16:14.969Z Create boot environment: No
2182026-03-17T19:16:14.969ZCreate backup boot environment: Yes
2192026-03-17T19:16:16.452Z Actions: 1/6 actions (Updating modified actions)
2202026-03-17T19:16:16.456Z Actions: Completed 6 actions in 0.00 seconds.
2212026-03-17T19:16:16.456Z Done
2222026-03-17T19:16:16.456Z Done
2232026-03-17T19:16:16.642Z Done
2242026-03-17T19:16:19.926Z Done
2252026-03-17T19:16:20.011Z Done
2262026-03-17T19:16:20.018Z Done
2272026-03-17T19:16:20.168Z Done
2282026-03-17T19:16:20.552ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-03-17T19:16:20.552Zclang system 15 system
2302026-03-17T19:16:20.552Zcsh system system illumos
2312026-03-17T19:16:20.552Zctags system system illumos
2322026-03-17T19:16:20.552Zfile system system illumos
2332026-03-17T19:16:20.552Zgcc vendor 12 vendor
2342026-03-17T19:16:20.552Zgcc system 10 system
2352026-03-17T19:16:20.552Zgcc system 7 system
2362026-03-17T19:16:20.552Zgo system 1.20 system
2372026-03-17T19:16:20.552Zgo system 1.19 system
2382026-03-17T19:16:20.552Zllvm system 15 system
2392026-03-17T19:16:20.553Zllvm system 14 system
2402026-03-17T19:16:20.553Zmariadb system 10.6 system
2412026-03-17T19:16:20.553Zmta vendor vendor dma
2422026-03-17T19:16:20.553Zopenjdk system 17 system
2432026-03-17T19:16:20.553Zopenjdk system 11 system
2442026-03-17T19:16:20.553Zopenjdk system 1.8 system
2452026-03-17T19:16:20.553Zopenssl vendor 3 vendor
2462026-03-17T19:16:20.553Zperl system 5.36 system
2472026-03-17T19:16:20.553Zpostgresql system 15 system
2482026-03-17T19:16:20.553Zpostgresql system 13 system
2492026-03-17T19:16:20.553Zpython vendor 3 vendor
2502026-03-17T19:16:20.553Zpython system 2 system
2512026-03-17T19:16:20.553Zpython3 system 3.11 system
2522026-03-17T19:16:20.553Zruby system 3.0 system
2532026-03-17T19:16:20.553Zwords vendor vendor american-english
2542026-03-17T19:16:20.553Zwords system system australian-english
2552026-03-17T19:16:20.553Zwords system system british-english
2562026-03-17T19:16:20.553Zwords system system canadian-english
2572026-03-17T19:16:20.554Zwords system system french
2582026-03-17T19:16:20.554Zwords system system italian
2592026-03-17T19:16:20.554Zwords system system ngerman
2602026-03-17T19:16:20.554Zwords system system ogerman
2612026-03-17T19:16:20.554Zwords system system spanish
2622026-03-17T19:16:20.853ZPUBLISHER TYPE STATUS P LOCATION
2632026-03-17T19:16:20.853Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2642026-03-17T19:16:26.777ZFMRI IFO
2652026-03-17T19:16:26.777Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2662026-03-17T19:16:26.777Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2672026-03-17T19:16:26.777Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2682026-03-17T19:16:26.777Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2692026-03-17T19:16:26.777Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2702026-03-17T19:16:26.777Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2712026-03-17T19:16:26.777Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2722026-03-17T19:16:26.777Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2732026-03-17T19:16:26.777Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2742026-03-17T19:16:26.777Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2752026-03-17T19:16:26.777Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2762026-03-17T19:16:26.777Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2772026-03-17T19:16:26.777Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2782026-03-17T19:16:26.777Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2792026-03-17T19:16:26.777Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2802026-03-17T19:16:26.777Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2812026-03-17T19:16:28.028Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2822026-03-17T19:16:28.536Z Updating crates.io index
2832026-03-17T19:16:28.593Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2842026-03-17T19:16:29.362Z Updating git repository `https://github.com/oxidecomputer/lldp`
2852026-03-17T19:16:29.735Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-17T19:16:30.139Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2872026-03-17T19:16:30.638Z Updating git repository `https://github.com/oxidecomputer/falcon`
2882026-03-17T19:16:32.895Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2892026-03-17T19:16:33.661Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902026-03-17T19:16:35.122Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-03-17T19:16:37.069Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-03-17T19:16:38.088Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-03-17T19:16:38.506Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-03-17T19:16:42.883Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-03-17T19:16:43.461Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-03-17T19:16:43.998Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-03-17T19:16:44.315Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-03-17T19:16:45.587Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-03-17T19:16:46.185Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-03-17T19:16:46.659Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-03-17T19:16:46.982Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-03-17T19:16:47.833Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-03-17T19:16:48.191Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-03-17T19:16:48.473Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-03-17T19:16:48.842Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-03-17T19:16:49.376Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-03-17T19:16:50.084Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3082026-03-17T19:16:50.646Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3092026-03-17T19:16:51.037Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3102026-03-17T19:16:51.464Z Updating git repository `https://github.com/oxidecomputer/ispf`
3112026-03-17T19:16:55.854Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3122026-03-17T19:16:55.855Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3132026-03-17T19:16:55.855Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3142026-03-17T19:16:55.855Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3152026-03-17T19:16:55.855Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3162026-03-17T19:16:55.855Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3172026-03-17T19:16:55.855Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3182026-03-17T19:16:55.855Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3192026-03-17T19:16:55.891Z Updating git repository `https://github.com/illumos/smf-rs`
3202026-03-17T19:16:56.358Z Updating git repository `https://github.com/oxidecomputer/omicron`
3212026-03-17T19:19:18.756Z Downloading crates ...
3222026-03-17T19:19:18.814Z Downloaded anstyle-query v1.1.5
3232026-03-17T19:19:18.823Z Downloaded anstyle v1.0.13
3242026-03-17T19:19:18.828Z Downloaded fs-err v3.3.0
3252026-03-17T19:19:18.831Z Downloaded thiserror v1.0.69
3262026-03-17T19:19:18.836Z Downloaded bitflags v2.11.0
3272026-03-17T19:19:18.839Z Downloaded thread-id v4.2.2
3282026-03-17T19:19:18.839Z Downloaded yoke-derive v0.8.1
3292026-03-17T19:19:18.839Z Downloaded digest v0.10.7
3302026-03-17T19:19:18.843Z Downloaded anstream v0.6.21
3312026-03-17T19:19:18.843Z Downloaded autocfg v1.5.0
3322026-03-17T19:19:18.843Z Downloaded anstyle-parse v0.2.7
3332026-03-17T19:19:18.846Z Downloaded textwrap v0.16.2
3342026-03-17T19:19:18.850Z Downloaded camino v1.2.2
3352026-03-17T19:19:18.853Z Downloaded unicode-linebreak v0.1.5
3362026-03-17T19:19:18.853Z Downloaded usdt v0.5.0
3372026-03-17T19:19:18.853Z Downloaded typeid v1.0.3
3382026-03-17T19:19:18.854Z Downloaded zerofrom-derive v0.1.6
3392026-03-17T19:19:18.854Z Downloaded utf8_iter v1.0.4
3402026-03-17T19:19:18.854Z Downloaded num-traits v0.2.19
3412026-03-17T19:19:18.857Z Downloaded heck v0.5.0
3422026-03-17T19:19:18.860Z Downloaded toml_write v0.1.2
3432026-03-17T19:19:18.860Z Downloaded ordered-float v2.10.1
3442026-03-17T19:19:18.863Z Downloaded zerofrom v0.1.6
3452026-03-17T19:19:18.863Z Downloaded plain v0.2.3
3462026-03-17T19:19:18.866Z Downloaded cfg-if v1.0.4
3472026-03-17T19:19:18.866Z Downloaded unicode-xid v0.2.6
3482026-03-17T19:19:18.869Z Downloaded usdt-attr-macro v0.5.0
3492026-03-17T19:19:18.869Z Downloaded erased-serde v0.4.9
3502026-03-17T19:19:18.869Z Downloaded dof v0.3.0
3512026-03-17T19:19:18.873Z Downloaded version_check v0.9.5
3522026-03-17T19:19:18.873Z Downloaded utf8parse v0.2.2
3532026-03-17T19:19:18.873Z Downloaded usdt-macro v0.5.0
3542026-03-17T19:19:18.877Z Downloaded toml_datetime v0.6.11
3552026-03-17T19:19:18.880Z Downloaded zerovec-derive v0.11.2
3562026-03-17T19:19:18.880Z Downloaded thiserror v2.0.18
3572026-03-17T19:19:18.885Z Downloaded potential_utf v0.1.4
3582026-03-17T19:19:18.885Z Downloaded writeable v0.6.2
3592026-03-17T19:19:18.888Z Downloaded usdt-impl v0.5.0
3602026-03-17T19:19:18.888Z Downloaded thiserror-impl v1.0.69
3612026-03-17T19:19:18.891Z Downloaded tinystr v0.8.2
3622026-03-17T19:19:18.891Z Downloaded thiserror-impl v2.0.18
3632026-03-17T19:19:18.891Z Downloaded yoke v0.8.1
3642026-03-17T19:19:18.894Z Downloaded cargo_toml v0.21.0
3652026-03-17T19:19:18.894Z Downloaded dtrace-parser v0.2.0
3662026-03-17T19:19:18.894Z Downloaded sha2 v0.10.9
3672026-03-17T19:19:18.897Z Downloaded macaddr v1.0.1
3682026-03-17T19:19:18.897Z Downloaded equivalent v1.0.2
3692026-03-17T19:19:18.900Z Downloaded clap_lex v1.0.0
3702026-03-17T19:19:18.900Z Downloaded zmij v1.0.21
3712026-03-17T19:19:18.900Z Downloaded proc-macro-error-attr v1.0.4
3722026-03-17T19:19:18.903Z Downloaded ucd-trie v0.1.7
3732026-03-17T19:19:18.903Z Downloaded icu_normalizer_data v2.1.1
3742026-03-17T19:19:18.903Z Downloaded camino-tempfile v1.4.1
3752026-03-17T19:19:18.906Z Downloaded cargo-platform v0.2.0
3762026-03-17T19:19:18.909Z Downloaded zerocopy-derive v0.7.35
3772026-03-17T19:19:18.912Z Downloaded generic-array v0.14.7
3782026-03-17T19:19:18.913Z Downloaded itoa v1.0.17
3792026-03-17T19:19:18.916Z Downloaded unicode-ident v1.0.24
3802026-03-17T19:19:18.916Z Downloaded toml v0.8.23
3812026-03-17T19:19:18.919Z Downloaded stable_deref_trait v1.2.1
3822026-03-17T19:19:18.919Z Downloaded fastrand v2.3.0
3832026-03-17T19:19:18.922Z Downloaded serde-value v0.7.0
3842026-03-17T19:19:18.922Z Downloaded percent-encoding v2.3.2
3852026-03-17T19:19:18.922Z Downloaded url v2.5.8
3862026-03-17T19:19:18.925Z Downloaded toml_edit v0.22.27
3872026-03-17T19:19:18.928Z Downloaded tabled_derive v0.7.0
3882026-03-17T19:19:18.928Z Downloaded typenum v1.19.0
3892026-03-17T19:19:18.931Z Downloaded zerotrie v0.2.3
3902026-03-17T19:19:18.931Z Downloaded swrite v0.1.0
3912026-03-17T19:19:18.934Z Downloaded idna_adapter v1.2.1
3922026-03-17T19:19:18.934Z Downloaded smawk v0.3.2
3932026-03-17T19:19:18.934Z Downloaded block-buffer v0.10.4
3942026-03-17T19:19:18.937Z Downloaded is_terminal_polyfill v1.70.2
3952026-03-17T19:19:18.941Z Downloaded crypto-common v0.1.7
3962026-03-17T19:19:18.944Z Downloaded memmap v0.7.0
3972026-03-17T19:19:18.947Z Downloaded strsim v0.11.1
3982026-03-17T19:19:18.947Z Downloaded pretty-hex v0.4.1
3992026-03-17T19:19:18.950Z Downloaded fnv v1.0.7
4002026-03-17T19:19:18.950Z Downloaded heck v0.4.1
4012026-03-17T19:19:18.950Z Downloaded zerocopy v0.7.35
4022026-03-17T19:19:18.961Z Downloaded zerovec v0.11.5
4032026-03-17T19:19:18.966Z Downloaded serde_spanned v0.6.9
4042026-03-17T19:19:18.969Z Downloaded winnow v0.7.14
4052026-03-17T19:19:18.973Z Downloaded terminal_size v0.4.3
4062026-03-17T19:19:18.973Z Downloaded colorchoice v1.0.4
4072026-03-17T19:19:18.978Z Downloaded cpufeatures v0.2.17
4082026-03-17T19:19:18.978Z Downloaded unicode-width v0.2.0
4092026-03-17T19:19:18.981Z Downloaded unicode-width v0.1.14
4102026-03-17T19:19:18.984Z Downloaded synstructure v0.13.2
4112026-03-17T19:19:18.984Z Downloaded cargo-util-schemas v0.8.2
4122026-03-17T19:19:18.988Z Downloaded cargo_metadata v0.21.0
4132026-03-17T19:19:18.988Z Downloaded byteorder v1.5.0
4142026-03-17T19:19:18.988Z Downloaded scroll_derive v0.12.1
4152026-03-17T19:19:18.992Z Downloaded pest_derive v2.8.6
4162026-03-17T19:19:18.993Z Downloaded icu_normalizer v2.1.1
4172026-03-17T19:19:18.993Z Downloaded quote v1.0.44
4182026-03-17T19:19:18.996Z Downloaded proc-macro-error v1.0.4
4192026-03-17T19:19:18.996Z Downloaded form_urlencoded v1.2.2
4202026-03-17T19:19:18.996Z Downloaded displaydoc v0.2.5
4212026-03-17T19:19:18.999Z Downloaded clap_derive v4.5.55
4222026-03-17T19:19:19.004Z Downloaded serde-untagged v0.1.9
4232026-03-17T19:19:19.008Z Downloaded scroll v0.12.0
4242026-03-17T19:19:19.008Z Downloaded errno v0.3.14
4252026-03-17T19:19:19.012Z Downloaded serde_derive v1.0.228
4262026-03-17T19:19:19.016Z Downloaded serde_tokenstream v0.2.3
4272026-03-17T19:19:19.016Z Downloaded semver v1.0.27
4282026-03-17T19:19:19.024Z Downloaded getrandom v0.4.1
4292026-03-17T19:19:19.034Z Downloaded smallvec v1.15.1
4302026-03-17T19:19:19.037Z Downloaded pest_generator v2.8.6
4312026-03-17T19:19:19.040Z Downloaded bytecount v0.6.9
4322026-03-17T19:19:19.040Z Downloaded once_cell v1.21.3
4332026-03-17T19:19:19.044Z Downloaded litemap v0.8.1
4342026-03-17T19:19:19.057Z Downloaded pest v2.8.6
4352026-03-17T19:19:19.103Z Downloaded papergrid v0.11.0
4362026-03-17T19:19:19.108Z Downloaded serde_core v1.0.228
4372026-03-17T19:19:19.108Z Downloaded icu_properties v2.1.2
4382026-03-17T19:19:19.108Z Downloaded tempfile v3.25.0
4392026-03-17T19:19:19.108Z Downloaded icu_locale_core v2.1.1
4402026-03-17T19:19:19.108Z Downloaded icu_provider v2.1.1
4412026-03-17T19:19:19.108Z Downloaded clap v4.5.60
4422026-03-17T19:19:19.108Z Downloaded pest_meta v2.8.6
4432026-03-17T19:19:19.108Z Downloaded proc-macro2 v1.0.106
4442026-03-17T19:19:19.108Z Downloaded anyhow v1.0.102
4452026-03-17T19:19:19.112Z Downloaded log v0.4.29
4462026-03-17T19:19:19.112Z Downloaded serde v1.0.228
4472026-03-17T19:19:19.117Z Downloaded indexmap v2.13.0
4482026-03-17T19:19:19.124Z Downloaded icu_collections v2.1.1
4492026-03-17T19:19:19.149Z Downloaded memchr v2.8.0
4502026-03-17T19:19:19.163Z Downloaded hashbrown v0.16.1
4512026-03-17T19:19:19.176Z Downloaded idna v1.1.0
4522026-03-17T19:19:19.180Z Downloaded serde_json v1.0.149
4532026-03-17T19:19:19.188Z Downloaded icu_properties_data v2.1.2
4542026-03-17T19:19:19.194Z Downloaded clap_builder v4.5.60
4552026-03-17T19:19:19.200Z Downloaded goblin v0.8.2
4562026-03-17T19:19:19.213Z Downloaded tabled v0.15.0
4572026-03-17T19:19:19.224Z Downloaded syn v1.0.109
4582026-03-17T19:19:19.242Z Downloaded syn v2.0.117
4592026-03-17T19:19:19.251Z Downloaded rustix v1.1.3
4602026-03-17T19:19:19.286Z Downloaded libc v0.2.180
4612026-03-17T19:19:19.371Z Compiling proc-macro2 v1.0.106
4622026-03-17T19:19:19.374Z Compiling unicode-ident v1.0.24
4632026-03-17T19:19:19.375Z Compiling quote v1.0.44
4642026-03-17T19:19:19.375Z Compiling serde_core v1.0.228
4652026-03-17T19:19:19.375Z Compiling libc v0.2.180
4662026-03-17T19:19:19.375Z Compiling version_check v0.9.5
4672026-03-17T19:19:19.375Z Compiling serde v1.0.228
4682026-03-17T19:19:19.375Z Compiling memchr v2.8.0
4692026-03-17T19:19:19.776Z Compiling stable_deref_trait v1.2.1
4702026-03-17T19:19:19.874Z Compiling zmij v1.0.21
4712026-03-17T19:19:20.105Z Compiling thiserror v1.0.69
4722026-03-17T19:19:20.172Z Compiling itoa v1.0.17
4732026-03-17T19:19:20.410Z Compiling ucd-trie v0.1.7
4742026-03-17T19:19:20.532Z Compiling autocfg v1.5.0
4752026-03-17T19:19:20.643Z Compiling pest v2.8.6
4762026-03-17T19:19:20.692Z Compiling writeable v0.6.2
4772026-03-17T19:19:20.769Z Compiling litemap v0.8.1
4782026-03-17T19:19:20.909Z Compiling icu_properties_data v2.1.2
4792026-03-17T19:19:20.960Z Compiling rustix v1.1.3
4802026-03-17T19:19:21.167Z Compiling byteorder v1.5.0
4812026-03-17T19:19:21.475Z Compiling syn v2.0.117
4822026-03-17T19:19:21.514Z Compiling icu_normalizer_data v2.1.1
4832026-03-17T19:19:21.620Z Compiling errno v0.3.14
4842026-03-17T19:19:21.707Z Compiling serde_json v1.0.149
4852026-03-17T19:19:21.829Z Compiling bitflags v2.11.0
4862026-03-17T19:19:21.954Z Compiling num-traits v0.2.19
4872026-03-17T19:19:22.007Z Compiling equivalent v1.0.2
4882026-03-17T19:19:22.140Z Compiling smallvec v1.15.1
4892026-03-17T19:19:22.180Z Compiling hashbrown v0.16.1
4902026-03-17T19:19:22.353Z Compiling pest_meta v2.8.6
4912026-03-17T19:19:22.412Z Compiling typeid v1.0.3
4922026-03-17T19:19:22.709Z Compiling thread-id v4.2.2
4932026-03-17T19:19:22.806Z Compiling usdt-impl v0.5.0
4942026-03-17T19:19:22.830Z Compiling indexmap v2.13.0
4952026-03-17T19:19:22.854Z Compiling proc-macro-error-attr v1.0.4
4962026-03-17T19:19:22.900Z Compiling syn v1.0.109
4972026-03-17T19:19:23.066Z Compiling winnow v0.7.14
4982026-03-17T19:19:23.089Z Compiling toml_write v0.1.2
4992026-03-17T19:19:23.290Z Compiling erased-serde v0.4.9
5002026-03-17T19:19:23.756Z Compiling proc-macro-error v1.0.4
5012026-03-17T19:19:23.820Z Compiling thiserror v2.0.18
5022026-03-17T19:19:23.983Z Compiling log v0.4.29
5032026-03-17T19:19:24.220Z Compiling percent-encoding v2.3.2
5042026-03-17T19:19:24.245Z Compiling utf8parse v0.2.2
5052026-03-17T19:19:24.389Z Compiling camino v1.2.2
5062026-03-17T19:19:24.464Z Compiling getrandom v0.4.1
5072026-03-17T19:19:24.652Z Compiling plain v0.2.3
5082026-03-17T19:19:24.655Z Compiling utf8_iter v1.0.4
5092026-03-17T19:19:24.782Z Compiling ordered-float v2.10.1
5102026-03-17T19:19:24.832Z Compiling form_urlencoded v1.2.2
5112026-03-17T19:19:24.856Z Compiling anstyle-parse v0.2.7
5122026-03-17T19:19:25.179Z Compiling terminal_size v0.4.3
5132026-03-17T19:19:25.182Z Compiling colorchoice v1.0.4
5142026-03-17T19:19:25.249Z Compiling anstyle v1.0.13
5152026-03-17T19:19:25.354Z Compiling synstructure v0.13.2
5162026-03-17T19:19:25.378Z Compiling pest_generator v2.8.6
5172026-03-17T19:19:25.468Z Compiling cfg-if v1.0.4
5182026-03-17T19:19:25.554Z Compiling pretty-hex v0.4.1
5192026-03-17T19:19:25.574Z Compiling anstyle-query v1.1.5
5202026-03-17T19:19:25.626Z Compiling is_terminal_polyfill v1.70.2
5212026-03-17T19:19:25.713Z Compiling serde-untagged v0.1.9
5222026-03-17T19:19:25.742Z Compiling anstream v0.6.21
5232026-03-17T19:19:25.982Z Compiling semver v1.0.27
5242026-03-17T19:19:26.155Z Compiling fs-err v3.3.0
5252026-03-17T19:19:26.195Z Compiling once_cell v1.21.3
5262026-03-17T19:19:26.353Z Compiling unicode-width v0.1.14
5272026-03-17T19:19:26.398Z Compiling clap_lex v1.0.0
5282026-03-17T19:19:26.433Z Compiling unicode-xid v0.2.6
5292026-03-17T19:19:26.474Z Compiling fnv v1.0.7
5302026-03-17T19:19:26.498Z Compiling strsim v0.11.1
5312026-03-17T19:19:26.593Z Compiling heck v0.4.1
5322026-03-17T19:19:26.615Z Compiling anyhow v1.0.102
5332026-03-17T19:19:26.701Z Compiling bytecount v0.6.9
5342026-03-17T19:19:26.724Z Compiling heck v0.5.0
5352026-03-17T19:19:26.896Z Compiling fastrand v2.3.0
5362026-03-17T19:19:26.959Z Compiling papergrid v0.11.0
5372026-03-17T19:19:27.041Z Compiling clap_builder v4.5.60
5382026-03-17T19:19:27.239Z Compiling tempfile v3.25.0
5392026-03-17T19:19:27.298Z Compiling memmap v0.7.0
5402026-03-17T19:19:27.400Z Compiling smawk v0.3.2
5412026-03-17T19:19:27.531Z Compiling unicode-width v0.2.0
5422026-03-17T19:19:27.578Z Compiling unicode-linebreak v0.1.5
5432026-03-17T19:19:27.732Z Compiling camino-tempfile v1.4.1
5442026-03-17T19:19:27.845Z Compiling serde_derive v1.0.228
5452026-03-17T19:19:27.892Z Compiling zerofrom-derive v0.1.6
5462026-03-17T19:19:27.896Z Compiling yoke-derive v0.8.1
5472026-03-17T19:19:28.044Z Compiling zerovec-derive v0.11.2
5482026-03-17T19:19:28.127Z Compiling displaydoc v0.2.5
5492026-03-17T19:19:28.942Z Compiling thiserror-impl v1.0.69
5502026-03-17T19:19:29.096Z Compiling zerocopy-derive v0.7.35
5512026-03-17T19:19:29.462Z Compiling pest_derive v2.8.6
5522026-03-17T19:19:29.519Z Compiling scroll_derive v0.12.1
5532026-03-17T19:19:29.814Z Compiling zerofrom v0.1.6
5542026-03-17T19:19:29.982Z Compiling yoke v0.8.1
5552026-03-17T19:19:30.005Z Compiling thiserror-impl v2.0.18
5562026-03-17T19:19:30.284Z Compiling zerovec v0.11.5
5572026-03-17T19:19:30.307Z Compiling zerotrie v0.2.3
5582026-03-17T19:19:30.430Z Compiling zerocopy v0.7.35
5592026-03-17T19:19:30.720Z Compiling scroll v0.12.0
5602026-03-17T19:19:30.823Z Compiling dtrace-parser v0.2.0
5612026-03-17T19:19:31.002Z Compiling tinystr v0.8.2
5622026-03-17T19:19:31.085Z Compiling potential_utf v0.1.4
5632026-03-17T19:19:31.246Z Compiling icu_locale_core v2.1.1
5642026-03-17T19:19:31.277Z Compiling icu_collections v2.1.1
5652026-03-17T19:19:31.303Z Compiling goblin v0.8.2
5662026-03-17T19:19:31.342Z Compiling tabled_derive v0.7.0
5672026-03-17T19:19:31.806Z Compiling clap_derive v4.5.55
5682026-03-17T19:19:31.894Z Compiling textwrap v0.16.2
5692026-03-17T19:19:32.397Z Compiling icu_provider v2.1.1
5702026-03-17T19:19:32.516Z Compiling swrite v0.1.0
5712026-03-17T19:19:32.563Z Compiling toml_datetime v0.6.11
5722026-03-17T19:19:32.642Z Compiling serde_spanned v0.6.9
5732026-03-17T19:19:32.669Z Compiling dof v0.3.0
5742026-03-17T19:19:32.674Z Compiling serde_tokenstream v0.2.3
5752026-03-17T19:19:32.791Z Compiling icu_normalizer v2.1.1
5762026-03-17T19:19:32.828Z Compiling icu_properties v2.1.2
5772026-03-17T19:19:32.917Z Compiling toml_edit v0.22.27
5782026-03-17T19:19:32.952Z Compiling serde-value v0.7.0
5792026-03-17T19:19:33.192Z Compiling cargo-platform v0.2.0
5802026-03-17T19:19:33.445Z Compiling tabled v0.15.0
5812026-03-17T19:19:33.515Z Compiling macaddr v1.0.1
5822026-03-17T19:19:33.548Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5832026-03-17T19:19:33.905Z Compiling usdt-attr-macro v0.5.0
5842026-03-17T19:19:33.909Z Compiling usdt-macro v0.5.0
5852026-03-17T19:19:34.026Z Compiling idna_adapter v1.2.1
5862026-03-17T19:19:34.192Z Compiling idna v1.1.0
5872026-03-17T19:19:34.213Z Compiling clap v4.5.60
5882026-03-17T19:19:34.709Z Compiling url v2.5.8
5892026-03-17T19:19:34.843Z Compiling toml v0.8.23
5902026-03-17T19:19:35.355Z Compiling usdt v0.5.0
5912026-03-17T19:19:35.488Z Compiling cargo-util-schemas v0.8.2
5922026-03-17T19:19:35.575Z Compiling cargo_toml v0.21.0
5932026-03-17T19:19:36.723Z Compiling cargo_metadata v0.21.0
5942026-03-17T19:19:38.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5952026-03-17T19:19:40.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 13s
5962026-03-17T19:19:41.123Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5972026-03-17T19:19:41.845Z Downloading crates ...
5982026-03-17T19:19:41.962Z Downloaded aead v0.5.2
5992026-03-17T19:19:41.969Z Downloaded adler2 v2.0.1
6002026-03-17T19:19:41.976Z Downloaded console v0.15.11
6012026-03-17T19:19:41.979Z Downloaded allocator-api2 v0.2.21
6022026-03-17T19:19:41.982Z Downloaded daft-derive v0.1.5
6032026-03-17T19:19:41.985Z Downloaded cargo-platform v0.1.9
6042026-03-17T19:19:41.988Z Downloaded darling_macro v0.20.11
6052026-03-17T19:19:41.988Z Downloaded bitfield-macros v0.19.4
6062026-03-17T19:19:41.988Z Downloaded async-stream-impl v0.3.6
6072026-03-17T19:19:41.991Z Downloaded crunchy v0.2.4
6082026-03-17T19:19:41.991Z Downloaded critical-section v1.2.0
6092026-03-17T19:19:41.994Z Downloaded ar_archive_writer v0.5.1
6102026-03-17T19:19:41.994Z Downloaded crossbeam-epoch v0.9.18
6112026-03-17T19:19:41.997Z Downloaded bb8 v0.8.6
6122026-03-17T19:19:42.001Z Downloaded base16ct v1.0.0
6132026-03-17T19:19:42.004Z Downloaded arrayref v0.3.9
6142026-03-17T19:19:42.007Z Downloaded convert_case v0.4.0
6152026-03-17T19:19:42.007Z Downloaded bit-set v0.8.0
6162026-03-17T19:19:42.011Z Downloaded ctr v0.9.2
6172026-03-17T19:19:42.011Z Downloaded ascii-canvas v3.0.0
6182026-03-17T19:19:42.016Z Downloaded async-recursion v1.1.1
6192026-03-17T19:19:42.019Z Downloaded bitflags v1.3.2
6202026-03-17T19:19:42.022Z Downloaded derive_builder_macro v0.20.2
6212026-03-17T19:19:42.022Z Downloaded async-stream v0.3.6
6222026-03-17T19:19:42.022Z Downloaded curve25519-dalek-derive v0.1.1
6232026-03-17T19:19:42.025Z Downloaded darling_macro v0.21.3
6242026-03-17T19:19:42.028Z Downloaded darling_macro v0.23.0
6252026-03-17T19:19:42.031Z Downloaded block-padding v0.3.3
6262026-03-17T19:19:42.031Z Downloaded base16ct v0.2.0
6272026-03-17T19:19:42.031Z Downloaded crossbeam-deque v0.8.6
6282026-03-17T19:19:42.037Z Downloaded atomicwrites v0.4.4
6292026-03-17T19:19:42.040Z Downloaded atty v0.2.14
6302026-03-17T19:19:42.043Z Downloaded array-init v0.0.4
6312026-03-17T19:19:42.047Z Downloaded defmt v1.0.1
6322026-03-17T19:19:42.050Z Downloaded derive_builder_core v0.20.2
6332026-03-17T19:19:42.053Z Downloaded crc v3.4.0
6342026-03-17T19:19:42.056Z Downloaded darling_core v0.23.0
6352026-03-17T19:19:42.059Z Downloaded daft v0.1.5
6362026-03-17T19:19:42.062Z Downloaded cfg_aliases v0.1.1
6372026-03-17T19:19:42.062Z Downloaded bcrypt-pbkdf v0.10.0
6382026-03-17T19:19:42.062Z Downloaded cobs v0.3.0
6392026-03-17T19:19:42.065Z Downloaded csv-core v0.1.13
6402026-03-17T19:19:42.065Z Downloaded debug-ignore v1.0.5
6412026-03-17T19:19:42.069Z Downloaded atomic-waker v1.1.2
6422026-03-17T19:19:42.069Z Downloaded castaway v0.2.4
6432026-03-17T19:19:42.069Z Downloaded cfg_aliases v0.2.1
6442026-03-17T19:19:42.072Z Downloaded bitfield-struct v0.6.2
6452026-03-17T19:19:42.072Z Downloaded document-features v0.2.12
6462026-03-17T19:19:42.072Z Downloaded defmt v0.3.100
6472026-03-17T19:19:42.075Z Downloaded dropshot-api-manager-types v0.6.0
6482026-03-17T19:19:42.075Z Downloaded bit-vec v0.8.0
6492026-03-17T19:19:42.078Z Downloaded dof v0.4.0
6502026-03-17T19:19:42.078Z Downloaded const_format_proc_macros v0.2.34
6512026-03-17T19:19:42.081Z Downloaded foreign-types-shared v0.1.1
6522026-03-17T19:19:42.081Z Downloaded enum-as-inner v0.6.1
6532026-03-17T19:19:42.081Z Downloaded fd-lock v4.0.4
6542026-03-17T19:19:42.084Z Downloaded crucible-workspace-hack v0.1.0
6552026-03-17T19:19:42.084Z Downloaded downcast-rs v2.0.2
6562026-03-17T19:19:42.088Z Downloaded diesel_table_macro_syntax v0.3.0
6572026-03-17T19:19:42.088Z Downloaded bit-set v0.5.3
6582026-03-17T19:19:42.088Z Downloaded defmt-parser v1.0.0
6592026-03-17T19:19:42.091Z Downloaded fixedbitset v0.4.2
6602026-03-17T19:19:42.091Z Downloaded dsl_auto_type v0.2.0
6612026-03-17T19:19:42.091Z Downloaded bit-vec v0.6.3
6622026-03-17T19:19:42.095Z Downloaded foldhash v0.1.5
6632026-03-17T19:19:42.095Z Downloaded foreign-types v0.3.2
6642026-03-17T19:19:42.095Z Downloaded blowfish v0.9.1
6652026-03-17T19:19:42.098Z Downloaded darling_core v0.21.3
6662026-03-17T19:19:42.101Z Downloaded crossbeam-channel v0.5.15
6672026-03-17T19:19:42.105Z Downloaded cpufeatures v0.3.0
6682026-03-17T19:19:42.105Z Downloaded ciborium-io v0.2.2
6692026-03-17T19:19:42.105Z Downloaded foreign-types-shared v0.3.1
6702026-03-17T19:19:42.109Z Downloaded bcs v0.1.6
6712026-03-17T19:19:42.109Z Downloaded cstr-argument v0.1.2
6722026-03-17T19:19:42.109Z Downloaded float-ord v0.3.2
6732026-03-17T19:19:42.112Z Downloaded float-cmp v0.10.0
6742026-03-17T19:19:42.112Z Downloaded env_filter v1.0.0
6752026-03-17T19:19:42.112Z Downloaded crc-catalog v2.4.0
6762026-03-17T19:19:42.115Z Downloaded embedded-io v0.4.0
6772026-03-17T19:19:42.115Z Downloaded funty v2.0.0
6782026-03-17T19:19:42.115Z Downloaded assert_matches v1.5.0
6792026-03-17T19:19:42.118Z Downloaded futures-io v0.3.32
6802026-03-17T19:19:42.118Z Downloaded dirs-next v2.0.0
6812026-03-17T19:19:42.119Z Downloaded crc8 v0.1.1
6822026-03-17T19:19:42.122Z Downloaded gethostname v0.5.0
6832026-03-17T19:19:42.122Z Downloaded fxhash v0.2.1
6842026-03-17T19:19:42.122Z Downloaded futures-macro v0.3.32
6852026-03-17T19:19:42.125Z Downloaded futures-core v0.3.32
6862026-03-17T19:19:42.125Z Downloaded cargo_metadata v0.19.2
6872026-03-17T19:19:42.128Z Downloaded futures-task v0.3.32
6882026-03-17T19:19:42.128Z Downloaded foreign-types v0.5.0
6892026-03-17T19:19:42.128Z Downloaded endian-type v0.1.2
6902026-03-17T19:19:42.131Z Downloaded dirs-sys-next v0.1.2
6912026-03-17T19:19:42.131Z Downloaded display-error-chain v0.2.2
6922026-03-17T19:19:42.131Z Downloaded ciborium-ll v0.2.2
6932026-03-17T19:19:42.134Z Downloaded buf-list v1.1.2
6942026-03-17T19:19:42.134Z Downloaded foreign-types-macros v0.2.3
6952026-03-17T19:19:42.137Z Downloaded backoff v0.4.0
6962026-03-17T19:19:42.137Z Downloaded bitfield v0.19.4
6972026-03-17T19:19:42.140Z Downloaded base64ct v1.8.3
6982026-03-17T19:19:42.143Z Downloaded futures-sink v0.3.32
6992026-03-17T19:19:42.143Z Downloaded dunce v1.0.5
7002026-03-17T19:19:42.143Z Downloaded constant_time_eq v0.4.2
7012026-03-17T19:19:42.146Z Downloaded git-stub v1.0.0
7022026-03-17T19:19:42.151Z Downloaded camino-tempfile-ext v0.3.3
7032026-03-17T19:19:42.151Z Downloaded globwalk v0.9.1
7042026-03-17T19:19:42.155Z Downloaded crossbeam-utils v0.8.21
7052026-03-17T19:19:42.155Z Downloaded cassowary v0.3.0
7062026-03-17T19:19:42.158Z Downloaded argon2 v0.5.3
7072026-03-17T19:19:42.159Z Downloaded find-msvc-tools v0.1.9
7082026-03-17T19:19:42.159Z Downloaded ed25519 v2.2.3
7092026-03-17T19:19:42.162Z Downloaded ghash v0.5.1
7102026-03-17T19:19:42.162Z Downloaded ena v0.14.4
7112026-03-17T19:19:42.162Z Downloaded fixedbitset v0.5.7
7122026-03-17T19:19:42.165Z Downloaded arrayvec v0.7.6
7132026-03-17T19:19:42.168Z Downloaded diesel-dtrace v0.5.0
7142026-03-17T19:19:42.168Z Downloaded hash32 v0.2.1
7152026-03-17T19:19:42.173Z Downloaded dtrace-parser v0.3.0
7162026-03-17T19:19:42.173Z Downloaded hash32 v0.3.1
7172026-03-17T19:19:42.173Z Downloaded hex-literal v0.4.1
7182026-03-17T19:19:42.173Z Downloaded hex v0.4.3
7192026-03-17T19:19:42.173Z Downloaded der_derive v0.7.3
7202026-03-17T19:19:42.176Z Downloaded hostname v0.4.2
7212026-03-17T19:19:42.176Z Downloaded home v0.5.12
7222026-03-17T19:19:42.179Z Downloaded headers-core v0.3.0
7232026-03-17T19:19:42.180Z Downloaded embedded-io v0.6.1
7242026-03-17T19:19:42.180Z Downloaded darling_core v0.20.11
7252026-03-17T19:19:42.184Z Downloaded hyper-tls v0.6.0
7262026-03-17T19:19:42.188Z Downloaded hubpack v0.1.2
7272026-03-17T19:19:42.188Z Downloaded cipher v0.4.4
7282026-03-17T19:19:42.188Z Downloaded hostname v0.3.1
7292026-03-17T19:19:42.191Z Downloaded dyn-clone v1.0.20
7302026-03-17T19:19:42.191Z Downloaded fs_extra v1.3.0
7312026-03-17T19:19:42.191Z Downloaded ff v0.13.1
7322026-03-17T19:19:42.195Z Downloaded flagset v0.4.7
7332026-03-17T19:19:42.195Z Downloaded futures-executor v0.3.32
7342026-03-17T19:19:42.212Z Downloaded hubpack_derive v0.1.1
7352026-03-17T19:19:42.215Z Downloaded drift v0.1.3
7362026-03-17T19:19:42.216Z Downloaded http-range v0.1.5
7372026-03-17T19:19:42.219Z Downloaded http-body v1.0.1
7382026-03-17T19:19:42.219Z Downloaded filetime v0.2.27
7392026-03-17T19:19:42.219Z Downloaded ident_case v1.0.1
7402026-03-17T19:19:42.222Z Downloaded foldhash v0.2.0
7412026-03-17T19:19:42.222Z Downloaded fatfs v0.3.6
7422026-03-17T19:19:42.225Z Downloaded derive-where v1.6.0
7432026-03-17T19:19:42.228Z Downloaded chacha20 v0.10.0
7442026-03-17T19:19:42.231Z Downloaded env_logger v0.11.9
7452026-03-17T19:19:42.231Z Downloaded console v0.16.2
7462026-03-17T19:19:42.234Z Downloaded git-stub-vcs v0.1.0
7472026-03-17T19:19:42.235Z Downloaded cmake v0.1.57
7482026-03-17T19:19:42.238Z Downloaded is_ci v1.2.0
7492026-03-17T19:19:42.238Z Downloaded instability v0.3.11
7502026-03-17T19:19:42.238Z Downloaded inout v0.1.4
7512026-03-17T19:19:42.241Z Downloaded convert_case v0.10.0
7522026-03-17T19:19:42.241Z Downloaded instant v0.1.13
7532026-03-17T19:19:42.244Z Downloaded indent_write v2.2.0
7542026-03-17T19:19:42.244Z Downloaded glob v0.3.3
7552026-03-17T19:19:42.244Z Downloaded httpdate v1.0.3
7562026-03-17T19:19:42.248Z Downloaded colored v3.1.1
7572026-03-17T19:19:42.248Z Downloaded cancel-safe-futures v0.1.5
7582026-03-17T19:19:42.251Z Downloaded is-terminal v0.4.17
7592026-03-17T19:19:42.254Z Downloaded internet-checksum v0.2.1
7602026-03-17T19:19:42.254Z Downloaded kstat-rs v0.2.4
7612026-03-17T19:19:42.254Z Downloaded humantime v2.3.0
7622026-03-17T19:19:42.257Z Downloaded hyper-staticfile v0.10.1
7632026-03-17T19:19:42.257Z Downloaded keccak v0.1.6
7642026-03-17T19:19:42.260Z Downloaded lazy_static v1.5.0
7652026-03-17T19:19:42.260Z Downloaded libscf-sys v1.1.0
7662026-03-17T19:19:42.260Z Downloaded lalrpop-util v0.19.12
7672026-03-17T19:19:42.263Z Downloaded crc32fast v1.5.0
7682026-03-17T19:19:42.263Z Downloaded des v0.8.1
7692026-03-17T19:19:42.266Z Downloaded cookie_store v0.22.1
7702026-03-17T19:19:42.266Z Downloaded const-oid v0.9.6
7712026-03-17T19:19:42.269Z Downloaded darling v0.20.11
7722026-03-17T19:19:42.272Z Downloaded backon v1.6.0
7732026-03-17T19:19:42.277Z Downloaded chacha20 v0.9.1
7742026-03-17T19:19:42.280Z Downloaded async-bb8-diesel v0.2.1
7752026-03-17T19:19:42.280Z Downloaded diff v0.1.13
7762026-03-17T19:19:42.284Z Downloaded highway v1.3.0
7772026-03-17T19:19:42.284Z Downloaded http-body-util v0.1.3
7782026-03-17T19:19:42.288Z Downloaded bytes v1.11.1
7792026-03-17T19:19:42.288Z Downloaded group v0.13.0
7802026-03-17T19:19:42.291Z Downloaded maybe-uninit v2.0.0
7812026-03-17T19:19:42.291Z Downloaded linked-hash-map v0.5.6
7822026-03-17T19:19:42.291Z Downloaded lru v0.12.5
7832026-03-17T19:19:42.294Z Downloaded managed v0.8.0
7842026-03-17T19:19:42.294Z Downloaded match_cfg v0.1.0
7852026-03-17T19:19:42.294Z Downloaded mime v0.3.17
7862026-03-17T19:19:42.297Z Downloaded memoffset v0.9.1
7872026-03-17T19:19:42.297Z Downloaded md5 v0.7.0
7882026-03-17T19:19:42.300Z Downloaded md-5 v0.10.6
7892026-03-17T19:19:42.300Z Downloaded lzss v0.8.2
7902026-03-17T19:19:42.303Z Downloaded getrandom v0.2.17
7912026-03-17T19:19:42.303Z Downloaded multimap v0.10.1
7922026-03-17T19:19:42.307Z Downloaded maplit v1.0.2
7932026-03-17T19:19:42.307Z Downloaded crc-any v2.5.0
7942026-03-17T19:19:42.310Z Downloaded colored v2.2.0
7952026-03-17T19:19:42.310Z Downloaded ingot-types v0.1.2
7962026-03-17T19:19:42.313Z Downloaded ingot v0.1.1
7972026-03-17T19:19:42.313Z Downloaded indoc v2.0.7
7982026-03-17T19:19:42.316Z Downloaded dropshot_endpoint v0.16.7
7992026-03-17T19:19:42.319Z Downloaded indoc v1.0.9
8002026-03-17T19:19:42.322Z Downloaded newtype-uuid-macros v0.1.0
8012026-03-17T19:19:42.322Z Downloaded lru-slab v0.1.2
8022026-03-17T19:19:42.322Z Downloaded nibble_vec v0.1.0
8032026-03-17T19:19:42.325Z Downloaded newline-converter v0.3.0
8042026-03-17T19:19:42.325Z Downloaded new_debug_unreachable v1.0.6
8052026-03-17T19:19:42.325Z Downloaded hyper-rustls v0.27.7
8062026-03-17T19:19:42.328Z Downloaded lru-cache v0.1.2
8072026-03-17T19:19:42.328Z Downloaded impl-trait-for-tuples v0.2.3
8082026-03-17T19:19:42.331Z Downloaded newtype_derive v0.1.6
8092026-03-17T19:19:42.334Z Downloaded ipnetwork v0.21.1
8102026-03-17T19:19:42.334Z Downloaded globset v0.4.18
8112026-03-17T19:19:42.338Z Downloaded num-derive v0.3.3
8122026-03-17T19:19:42.338Z Downloaded futures-channel v0.3.32
8132026-03-17T19:19:42.340Z Downloaded num-derive v0.4.2
8142026-03-17T19:19:42.340Z Downloaded nodrop v0.1.14
8152026-03-17T19:19:42.341Z Downloaded num-conv v0.2.0
8162026-03-17T19:19:42.344Z Downloaded num v0.4.3
8172026-03-17T19:19:42.344Z Downloaded nonempty v0.12.0
8182026-03-17T19:19:42.344Z Downloaded normalize-line-endings v0.3.0
8192026-03-17T19:19:42.347Z Downloaded bzip2 v0.6.1
8202026-03-17T19:19:42.347Z Downloaded derive_builder v0.20.2
8212026-03-17T19:19:42.352Z Downloaded num-iter v0.1.45
8222026-03-17T19:19:42.352Z Downloaded linear-map v1.2.0
8232026-03-17T19:19:42.355Z Downloaded libsw-core v0.3.2
8242026-03-17T19:19:42.355Z Downloaded libefi-sys v0.1.0
8252026-03-17T19:19:42.358Z Downloaded cargo_toml v0.22.3
8262026-03-17T19:19:42.358Z Downloaded darling v0.23.0
8272026-03-17T19:19:42.361Z Downloaded hmac v0.12.1
8282026-03-17T19:19:42.364Z Downloaded hickory-client v0.25.2
8292026-03-17T19:19:42.367Z Downloaded derive_more v0.99.20
8302026-03-17T19:19:42.370Z Downloaded lock_api v0.4.14
8312026-03-17T19:19:42.370Z Downloaded opaque-debug v0.3.1
8322026-03-17T19:19:42.406Z Downloaded num_threads v0.1.7
8332026-03-17T19:19:42.406Z Downloaded openssl-macros v0.1.1
8342026-03-17T19:19:42.406Z Downloaded num_enum_derive v0.5.11
8352026-03-17T19:19:42.406Z Downloaded darling v0.21.3
8362026-03-17T19:19:42.406Z Downloaded oso-derive v0.27.3
8372026-03-17T19:19:42.406Z Downloaded cookie v0.18.1
8382026-03-17T19:19:42.406Z Downloaded olpc-cjson v0.1.4
8392026-03-17T19:19:42.406Z Downloaded bzip2 v0.4.4
8402026-03-17T19:19:42.406Z Downloaded openssl-probe v0.2.1
8412026-03-17T19:19:42.406Z Downloaded openssl-probe v0.1.6
8422026-03-17T19:19:42.406Z Downloaded clang-sys v1.8.1
8432026-03-17T19:19:42.406Z Downloaded parse-size v1.1.0
8442026-03-17T19:19:42.406Z Downloaded packed_struct_codegen v0.10.1
8452026-03-17T19:19:42.406Z Downloaded parse-display v0.10.0
8462026-03-17T19:19:42.406Z Downloaded crossterm v0.28.1
8472026-03-17T19:19:42.406Z Downloaded const_format v0.2.35
8482026-03-17T19:19:42.406Z Downloaded pbkdf2 v0.11.0
8492026-03-17T19:19:42.406Z Downloaded multer v3.1.0
8502026-03-17T19:19:42.406Z Downloaded mime_guess v2.0.5
8512026-03-17T19:19:42.410Z Downloaded half v2.7.1
8522026-03-17T19:19:42.410Z Downloaded getrandom v0.3.4
8532026-03-17T19:19:42.413Z Downloaded nanorand v0.7.0
8542026-03-17T19:19:42.413Z Downloaded chacha20poly1305 v0.10.1
8552026-03-17T19:19:42.416Z Downloaded iana-time-zone v0.1.65
8562026-03-17T19:19:42.420Z Downloaded pbkdf2 v0.12.2
8572026-03-17T19:19:42.420Z Downloaded path-slash v0.1.5
8582026-03-17T19:19:42.420Z Downloaded peg-runtime v0.8.5
8592026-03-17T19:19:42.420Z Downloaded native-tls v0.2.18
8602026-03-17T19:19:42.423Z Downloaded libloading v0.8.9
8612026-03-17T19:19:42.423Z Downloaded num-rational v0.4.2
8622026-03-17T19:19:42.426Z Downloaded nu-ansi-term v0.50.3
8632026-03-17T19:19:42.426Z Downloaded futures v0.3.32
8642026-03-17T19:19:42.430Z Downloaded phf_shared v0.11.3
8652026-03-17T19:19:42.433Z Downloaded num-complex v0.4.6
8662026-03-17T19:19:42.433Z Downloaded jobserver v0.1.34
8672026-03-17T19:19:42.436Z Downloaded pin-utils v0.1.0
8682026-03-17T19:19:42.436Z Downloaded phf_shared v0.13.1
8692026-03-17T19:19:42.440Z Downloaded ipnet v2.11.0
8702026-03-17T19:19:42.440Z Downloaded ingot-macros v0.1.1
8712026-03-17T19:19:42.440Z Downloaded fallible-iterator v0.2.0
8722026-03-17T19:19:42.443Z Downloaded erased-serde v0.3.31
8732026-03-17T19:19:42.443Z Downloaded either v1.15.0
8742026-03-17T19:19:42.446Z Downloaded ecdsa v0.16.9
8752026-03-17T19:19:42.446Z Downloaded predicates-core v1.0.10
8762026-03-17T19:19:42.449Z Downloaded powerfmt v0.2.0
8772026-03-17T19:19:42.449Z Downloaded difflib v0.4.0
8782026-03-17T19:19:42.449Z Downloaded deranged v0.5.8
8792026-03-17T19:19:42.452Z Downloaded num_enum v0.7.5
8802026-03-17T19:19:42.455Z Downloaded flume v0.11.1
8812026-03-17T19:19:42.458Z Downloaded base64 v0.22.1
8822026-03-17T19:19:42.461Z Downloaded num_enum v0.5.11
8832026-03-17T19:19:42.465Z Downloaded num_enum_derive v0.7.5
8842026-03-17T19:19:42.468Z Downloaded libsw v3.5.0
8852026-03-17T19:19:42.468Z Downloaded ignore v0.4.25
8862026-03-17T19:19:42.471Z Downloaded httparse v1.10.1
8872026-03-17T19:19:42.474Z Downloaded predicates-tree v1.0.13
8882026-03-17T19:19:42.474Z Downloaded oxide-tokio-rt v0.1.3
8892026-03-17T19:19:42.477Z Downloaded elliptic-curve v0.13.8
8902026-03-17T19:19:42.477Z Downloaded owo-colors v4.3.0
8912026-03-17T19:19:42.481Z Downloaded packed_struct v0.10.1
8922026-03-17T19:19:42.481Z Downloaded derive_more v2.1.1
8932026-03-17T19:19:42.489Z Downloaded precomputed-hash v0.1.1
8942026-03-17T19:19:42.492Z Downloaded parse-display-derive v0.10.0
8952026-03-17T19:19:42.492Z Downloaded proc-macro-error-attr2 v2.0.0
8962026-03-17T19:19:42.495Z Downloaded peg v0.8.5
8972026-03-17T19:19:42.498Z Downloaded progenitor-client v0.11.2
8982026-03-17T19:19:42.498Z Downloaded progenitor-client v0.10.0
8992026-03-17T19:19:42.498Z Downloaded proc-macro-crate v3.4.0
9002026-03-17T19:19:42.501Z Downloaded compact_str v0.8.1
9012026-03-17T19:19:42.504Z Downloaded progenitor-macro v0.13.0
9022026-03-17T19:19:42.504Z Downloaded progenitor-macro v0.11.2
9032026-03-17T19:19:42.504Z Downloaded arc-swap v1.8.2
9042026-03-17T19:19:42.507Z Downloaded password-hash v0.5.0
9052026-03-17T19:19:42.510Z Downloaded pem-rfc7468 v0.7.0
9062026-03-17T19:19:42.510Z Downloaded pem v3.0.6
9072026-03-17T19:19:42.513Z Downloaded newtype-uuid v1.3.2
9082026-03-17T19:19:42.513Z Downloaded aes v0.8.4
9092026-03-17T19:19:42.516Z Downloaded psl-types v2.0.11
9102026-03-17T19:19:42.519Z Downloaded progenitor-macro v0.10.0
9112026-03-17T19:19:42.519Z Downloaded half v1.8.3
9122026-03-17T19:19:42.519Z Downloaded memmap2 v0.9.10
9132026-03-17T19:19:42.523Z Downloaded phf_shared v0.12.1
9142026-03-17T19:19:42.523Z Downloaded ed25519-dalek v2.2.0
9152026-03-17T19:19:42.526Z Downloaded libbz2-rs-sys v0.2.2
9162026-03-17T19:19:42.529Z Downloaded poly1305 v0.8.0
9172026-03-17T19:19:42.532Z Downloaded pin-project-internal v1.1.11
9182026-03-17T19:19:42.532Z Downloaded indexmap v1.9.3
9192026-03-17T19:19:42.535Z Downloaded quick-error v1.2.3
9202026-03-17T19:19:42.535Z Downloaded postgres-protocol v0.6.10
9212026-03-17T19:19:42.538Z Downloaded radium v0.7.0
9222026-03-17T19:19:42.538Z Downloaded rand_chacha v0.3.1
9232026-03-17T19:19:42.541Z Downloaded pkcs8 v0.10.2
9242026-03-17T19:19:42.541Z Downloaded phf v0.13.1
9252026-03-17T19:19:42.544Z Downloaded cc v1.2.56
9262026-03-17T19:19:42.547Z Downloaded der v0.7.10
9272026-03-17T19:19:42.550Z Downloaded polyval v0.6.2
9282026-03-17T19:19:42.553Z Downloaded heapless v0.7.17
9292026-03-17T19:19:42.556Z Downloaded heapless v0.8.0
9302026-03-17T19:19:42.560Z Downloaded litrs v1.0.0
9312026-03-17T19:19:42.560Z Downloaded crypto-bigint v0.5.5
9322026-03-17T19:19:42.564Z Downloaded oxnet v0.1.4
9332026-03-17T19:19:42.567Z Downloaded predicates v3.1.4
9342026-03-17T19:19:42.572Z Downloaded recursive v0.1.1
9352026-03-17T19:19:42.572Z Downloaded rand_xorshift v0.4.0
9362026-03-17T19:19:42.575Z Downloaded indicatif v0.18.4
9372026-03-17T19:19:42.575Z Downloaded recursive-proc-macro-impl v0.1.1
9382026-03-17T19:19:42.575Z Downloaded parking_lot v0.12.5
9392026-03-17T19:19:42.578Z Downloaded paste v1.0.15
9402026-03-17T19:19:42.581Z Downloaded bumpalo v3.20.2
9412026-03-17T19:19:42.584Z Downloaded progenitor v0.10.0
9422026-03-17T19:19:42.584Z Downloaded proc-macro-crate v1.3.1
9432026-03-17T19:19:42.587Z Downloaded primeorder v0.13.6
9442026-03-17T19:19:42.587Z Downloaded parking_lot v0.11.2
9452026-03-17T19:19:42.590Z Downloaded ref-cast-impl v1.0.25
9462026-03-17T19:19:42.590Z Downloaded password-hash v0.4.2
9472026-03-17T19:19:42.593Z Downloaded progenitor-client v0.13.0
9482026-03-17T19:19:42.593Z Downloaded progenitor v0.13.0
9492026-03-17T19:19:42.596Z Downloaded hickory-resolver v0.24.4
9502026-03-17T19:19:42.599Z Downloaded progenitor v0.11.2
9512026-03-17T19:19:42.599Z Downloaded headers v0.4.1
9522026-03-17T19:19:42.602Z Downloaded russh-cryptovec v0.7.3
9532026-03-17T19:19:42.605Z Downloaded rtoolbox v0.0.3
9542026-03-17T19:19:42.605Z Downloaded parking_lot_core v0.9.12
9552026-03-17T19:19:42.608Z Downloaded peg-macros v0.8.5
9562026-03-17T19:19:42.608Z Downloaded progenitor-extras v0.1.1
9572026-03-17T19:19:42.611Z Downloaded parking_lot_core v0.8.6
9582026-03-17T19:19:42.611Z Downloaded pin-project-lite v0.2.17
9592026-03-17T19:19:42.616Z Downloaded pkcs5 v0.7.1
9602026-03-17T19:19:42.619Z Downloaded num-integer v0.1.46
9612026-03-17T19:19:42.622Z Downloaded pkg-config v0.3.32
9622026-03-17T19:19:42.623Z Downloaded flate2 v1.1.9
9632026-03-17T19:19:42.626Z Downloaded rustc_version v0.1.7
9642026-03-17T19:19:42.629Z Downloaded rustc-hash v2.1.1
9652026-03-17T19:19:42.629Z Downloaded postgres-types v0.2.12
9662026-03-17T19:19:42.632Z Downloaded base64 v0.21.7
9672026-03-17T19:19:42.635Z Downloaded phf v0.12.1
9682026-03-17T19:19:42.635Z Downloaded defmt-macros v1.0.1
9692026-03-17T19:19:42.638Z Downloaded rand_core v0.9.5
9702026-03-17T19:19:42.638Z Downloaded rand_core v0.6.4
9712026-03-17T19:19:42.641Z Downloaded r2d2 v0.8.10
9722026-03-17T19:19:42.641Z Downloaded rand_chacha v0.9.0
9732026-03-17T19:19:42.644Z Downloaded rand_core v0.10.0
9742026-03-17T19:19:42.644Z Downloaded omicron-zone-package v0.12.2
9752026-03-17T19:19:42.647Z Downloaded postcard v1.1.3
9762026-03-17T19:19:42.651Z Downloaded expectorate v1.2.0
9772026-03-17T19:19:42.654Z Downloaded dropshot-api-manager v0.6.0
9782026-03-17T19:19:42.657Z Downloaded salsa20 v0.10.2
9792026-03-17T19:19:42.657Z Downloaded rand_seeder v0.4.0
9802026-03-17T19:19:42.657Z Downloaded proc-macro-error2 v2.0.1
9812026-03-17T19:19:42.660Z Downloaded oso v0.27.3
9822026-03-17T19:19:42.663Z Downloaded same-file v1.0.6
9832026-03-17T19:19:42.663Z Downloaded p256 v0.13.2
9842026-03-17T19:19:42.666Z Downloaded data-encoding v2.10.0
9852026-03-17T19:19:42.669Z Downloaded fs-err v2.11.0
9862026-03-17T19:19:42.669Z Downloaded scheduled-thread-pool v0.2.7
9872026-03-17T19:19:42.672Z Downloaded cbc v0.1.2
9882026-03-17T19:19:42.672Z Downloaded scopeguard v1.2.0
9892026-03-17T19:19:42.675Z Downloaded miniz_oxide v0.8.9
9902026-03-17T19:19:42.675Z Downloaded derive-ex v0.1.8
9912026-03-17T19:19:42.679Z Downloaded ref-cast v1.0.25
9922026-03-17T19:19:42.679Z Downloaded cexpr v0.6.0
9932026-03-17T19:19:42.682Z Downloaded corncobs v0.1.4
9942026-03-17T19:19:42.682Z Downloaded scroll_derive v0.13.1
9952026-03-17T19:19:42.685Z Downloaded sapling-renderdag v0.1.0
9962026-03-17T19:19:42.685Z Downloaded rfc6979 v0.4.0
9972026-03-17T19:19:42.685Z Downloaded semver v0.1.20
9982026-03-17T19:19:42.688Z Downloaded serde_repr v0.1.20
9992026-03-17T19:19:42.688Z Downloaded secrecy v0.10.3
10002026-03-17T19:19:42.691Z Downloaded scrypt v0.11.0
10012026-03-17T19:19:42.691Z Downloaded resolv-conf v0.7.6
10022026-03-17T19:19:42.694Z Downloaded seq-macro v0.3.6
10032026-03-17T19:19:42.694Z Downloaded secrecy v0.8.0
10042026-03-17T19:19:42.694Z Downloaded jiff-static v0.2.21
10052026-03-17T19:19:42.697Z Downloaded serde_spanned v1.0.4
10062026-03-17T19:19:42.701Z Downloaded serde_bytes v0.11.19
10072026-03-17T19:19:42.701Z Downloaded ahash v0.8.12
10082026-03-17T19:19:42.704Z Downloaded psm v0.1.30
10092026-03-17T19:19:42.708Z Downloaded pkcs1 v0.7.5
10102026-03-17T19:19:42.708Z Downloaded pin-project v1.1.11
10112026-03-17T19:19:42.715Z Downloaded rustc_version v0.4.1
10122026-03-17T19:19:42.720Z Downloaded ciborium v0.2.2
10132026-03-17T19:19:42.720Z Downloaded blake2 v0.10.6
10142026-03-17T19:19:42.720Z Downloaded shell-words v1.1.1
10152026-03-17T19:19:42.724Z Downloaded rustls-native-certs v0.8.3
10162026-03-17T19:19:42.724Z Downloaded signature v2.2.0
10172026-03-17T19:19:42.727Z Downloaded async-trait v0.1.89
10182026-03-17T19:19:42.730Z Downloaded signal-hook-tokio v0.3.1
10192026-03-17T19:19:42.730Z Downloaded rustls-pemfile v1.0.4
10202026-03-17T19:19:42.737Z Downloaded rusty-fork v0.3.1
10212026-03-17T19:19:42.737Z Downloaded sigpipe v0.1.3
10222026-03-17T19:19:42.737Z Downloaded rustversion v1.0.22
10232026-03-17T19:19:42.737Z Downloaded diesel_derives v2.3.7
10242026-03-17T19:19:42.743Z Downloaded openssl-sys v0.9.111
10252026-03-17T19:19:42.747Z Downloaded papergrid v0.17.0
10262026-03-17T19:19:42.756Z Downloaded ppv-lite86 v0.2.21
10272026-03-17T19:19:42.756Z Downloaded hickory-resolver v0.25.2
10282026-03-17T19:19:42.759Z Downloaded derive_more-impl v2.1.1
10292026-03-17T19:19:42.760Z Downloaded signal-hook-mio v0.2.5
10302026-03-17T19:19:42.760Z Downloaded serde_urlencoded v0.7.1
10312026-03-17T19:19:42.763Z Downloaded slog-bunyan v2.5.0
10322026-03-17T19:19:42.768Z Downloaded scroll v0.13.0
10332026-03-17T19:19:42.772Z Downloaded progenitor-impl v0.11.2
10342026-03-17T19:19:42.772Z Downloaded serde_plain v1.0.2
10352026-03-17T19:19:42.775Z Downloaded serde-hex v0.1.0
10362026-03-17T19:19:42.775Z Downloaded minimal-lexical v0.2.1
10372026-03-17T19:19:42.779Z Downloaded sct v0.7.1
10382026-03-17T19:19:42.782Z Downloaded ssh-cipher v0.2.0
10392026-03-17T19:19:42.782Z Downloaded schemars_derive v0.8.22
10402026-03-17T19:19:42.787Z Downloaded serde-big-array v0.5.1
10412026-03-17T19:19:42.791Z Downloaded hyper-util v0.1.20
10422026-03-17T19:19:42.794Z Downloaded http v1.4.0
10432026-03-17T19:19:42.797Z Downloaded sec1 v0.7.3
10442026-03-17T19:19:42.800Z Downloaded quinn-udp v0.5.14
10452026-03-17T19:19:42.804Z Downloaded sha1 v0.10.6
10462026-03-17T19:19:42.807Z Downloaded sqlparser_derive v0.5.0
10472026-03-17T19:19:42.807Z Downloaded shlex v1.3.0
10482026-03-17T19:19:42.807Z Downloaded progenitor-impl v0.10.0
10492026-03-17T19:19:42.810Z Downloaded strip-ansi-escapes v0.2.1
10502026-03-17T19:19:42.810Z Downloaded serde_path_to_error v0.1.20
10512026-03-17T19:19:42.814Z Downloaded hashbrown v0.12.3
10522026-03-17T19:19:42.817Z Downloaded structmeta v0.3.0
10532026-03-17T19:19:42.817Z Downloaded rustls-pki-types v1.14.0
10542026-03-17T19:19:42.820Z Downloaded rustls-pemfile v2.2.0
10552026-03-17T19:19:42.820Z Downloaded serde_derive_internals v0.29.1
10562026-03-17T19:19:42.825Z Downloaded russh-keys v0.45.0
10572026-03-17T19:19:42.830Z Downloaded structmeta-derive v0.3.0
10582026-03-17T19:19:42.833Z Downloaded ssh-encoding v0.2.0
10592026-03-17T19:19:42.836Z Downloaded simd-adler32 v0.3.8
10602026-03-17T19:19:42.836Z Downloaded supports-color v3.0.2
10612026-03-17T19:19:42.840Z Downloaded hickory-server v0.25.2
10622026-03-17T19:19:42.843Z Downloaded rcgen v0.12.1
10632026-03-17T19:19:42.843Z Downloaded pretty_assertions v1.4.1
10642026-03-17T19:19:42.846Z Downloaded subtle v2.6.1
10652026-03-17T19:19:42.846Z Downloaded sync-ptr v0.1.4
10662026-03-17T19:19:42.850Z Downloaded prettyplease v0.2.37
10672026-03-17T19:19:42.853Z Downloaded itertools v0.10.5
10682026-03-17T19:19:42.856Z Downloaded strum v0.27.2
10692026-03-17T19:19:42.856Z Downloaded ron v0.8.1
10702026-03-17T19:19:42.860Z Downloaded take_mut v0.2.2
10712026-03-17T19:19:42.864Z Downloaded tabled_derive v0.11.0
10722026-03-17T19:19:42.864Z Downloaded slab v0.4.12
10732026-03-17T19:19:42.864Z Downloaded snafu-derive v0.8.9
10742026-03-17T19:19:42.867Z Downloaded smf v0.2.3
10752026-03-17T19:19:42.867Z Downloaded slog-async v2.8.0
10762026-03-17T19:19:42.867Z Downloaded smallvec v0.6.14
10772026-03-17T19:19:42.874Z Downloaded siphasher v1.0.2
10782026-03-17T19:19:42.875Z Downloaded prefix-trie v0.7.0
10792026-03-17T19:19:42.875Z Downloaded slog-envlogger v2.2.0
10802026-03-17T19:19:42.878Z Downloaded termtree v0.5.1
10812026-03-17T19:19:42.878Z Downloaded tabwriter v1.4.1
10822026-03-17T19:19:42.884Z Downloaded sync_wrapper v1.0.2
10832026-03-17T19:19:42.884Z Downloaded progenitor-impl v0.13.0
10842026-03-17T19:19:42.888Z Downloaded slog-scope v4.4.1
10852026-03-17T19:19:42.888Z Downloaded slog-json v2.6.1
10862026-03-17T19:19:42.891Z Downloaded slog-term v2.9.2
10872026-03-17T19:19:42.895Z Downloaded slog-stdlog v4.1.1
10882026-03-17T19:19:42.895Z Downloaded serde_cbor v0.11.2
10892026-03-17T19:19:42.899Z Downloaded testing_table v0.3.0
10902026-03-17T19:19:42.899Z Downloaded time-core v0.1.8
10912026-03-17T19:19:42.902Z Downloaded thiserror-impl-no-std v2.0.2
10922026-03-17T19:19:42.902Z Downloaded thread-id v5.1.0
10932026-03-17T19:19:42.905Z Downloaded sqlformat v0.3.5
10942026-03-17T19:19:42.905Z Downloaded spki v0.7.3
10952026-03-17T19:19:42.909Z Downloaded static_assertions v1.1.0
10962026-03-17T19:19:42.909Z Downloaded serde_with_macros v3.17.0
10972026-03-17T19:19:42.912Z Downloaded crossterm v0.29.0
10982026-03-17T19:19:42.915Z Downloaded rustls-platform-verifier v0.6.2
10992026-03-17T19:19:42.923Z Downloaded strum_macros v0.26.4
11002026-03-17T19:19:42.926Z Downloaded tinyvec_macros v0.1.1
11012026-03-17T19:19:42.929Z Downloaded stringprep v0.1.5
11022026-03-17T19:19:42.929Z Downloaded support-bundle-viewer v0.1.2
11032026-03-17T19:19:42.932Z Downloaded string_cache v0.8.9
11042026-03-17T19:19:42.936Z Downloaded ryu v1.0.23
11052026-03-17T19:19:42.943Z Downloaded termios v0.3.3
11062026-03-17T19:19:42.946Z Downloaded strum_macros v0.24.3
11072026-03-17T19:19:42.949Z Downloaded strum v0.26.3
11082026-03-17T19:19:42.949Z Downloaded tap v1.0.1
11092026-03-17T19:19:42.949Z Downloaded mio v1.1.1
11102026-03-17T19:19:42.954Z Downloaded aes-gcm v0.10.3
11112026-03-17T19:19:42.957Z Downloaded topological-sort v0.2.2
11122026-03-17T19:19:42.960Z Downloaded strum_macros v0.27.2
11132026-03-17T19:19:42.963Z Downloaded thiserror-no-std v2.0.2
11142026-03-17T19:19:42.967Z Downloaded qorb v0.4.1
11152026-03-17T19:19:42.971Z Downloaded nom v7.1.3
11162026-03-17T19:19:42.975Z Downloaded num-bigint v0.4.6
11172026-03-17T19:19:42.979Z Downloaded curve25519-dalek v4.1.3
11182026-03-17T19:19:42.986Z Downloaded tagptr v0.2.0
11192026-03-17T19:19:42.989Z Downloaded spin v0.9.8
11202026-03-17T19:19:42.993Z Downloaded try-lock v0.2.5
11212026-03-17T19:19:42.993Z Downloaded trait-variant v0.1.2
11222026-03-17T19:19:42.993Z Downloaded similar v2.7.0
11232026-03-17T19:19:42.996Z Downloaded tower-service v0.3.3
11242026-03-17T19:19:42.999Z Downloaded tower-layer v0.3.3
11252026-03-17T19:19:42.999Z Downloaded tiny-keccak v2.0.2
11262026-03-17T19:19:43.002Z Downloaded stacker v0.1.23
11272026-03-17T19:19:43.002Z Downloaded iri-string v0.7.10
11282026-03-17T19:19:43.007Z Downloaded quinn v0.11.9
11292026-03-17T19:19:43.010Z Downloaded libxml v0.3.3
11302026-03-17T19:19:43.014Z Downloaded thread_local v1.1.9
11312026-03-17T19:19:43.017Z Downloaded slog-dtrace v0.3.0
11322026-03-17T19:19:43.017Z Downloaded signal-hook v0.3.18
11332026-03-17T19:19:43.020Z Downloaded unarray v0.1.4
11342026-03-17T19:19:43.023Z Downloaded signal-hook-registry v1.4.8
11352026-03-17T19:19:43.024Z Downloaded typify-macro v0.6.1
11362026-03-17T19:19:43.024Z Downloaded typify-macro v0.4.3
11372026-03-17T19:19:43.024Z Downloaded universal-hash v0.5.1
11382026-03-17T19:19:43.027Z Downloaded unit-prefix v0.5.2
11392026-03-17T19:19:43.027Z Downloaded tokio-macros v2.6.0
11402026-03-17T19:19:43.027Z Downloaded tokio-dtrace v0.1.1
11412026-03-17T19:19:43.031Z Downloaded tls_codec v0.4.2
11422026-03-17T19:19:43.031Z Downloaded slog v2.8.2
11432026-03-17T19:19:43.034Z Downloaded itertools v0.12.1
11442026-03-17T19:19:43.037Z Downloaded tls_codec_derive v0.4.2
11452026-03-17T19:19:43.040Z Downloaded unicode-truncate v1.1.0
11462026-03-17T19:19:43.043Z Downloaded tokio-tungstenite v0.23.1
11472026-03-17T19:19:43.043Z Downloaded tokio-rustls v0.25.0
11482026-03-17T19:19:43.046Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11492026-03-17T19:19:43.046Z Downloaded untrusted v0.9.0
11502026-03-17T19:19:43.050Z Downloaded usdt-macro v0.6.0
11512026-03-17T19:19:43.050Z Downloaded untrusted v0.7.1
11522026-03-17T19:19:43.050Z Downloaded utf-8 v0.7.6
11532026-03-17T19:19:43.050Z Downloaded socket2 v0.5.10
11542026-03-17T19:19:43.052Z Downloaded term v1.2.1
11552026-03-17T19:19:43.055Z Downloaded schemars v0.9.0
11562026-03-17T19:19:43.063Z Downloaded usdt v0.6.0
11572026-03-17T19:19:43.066Z Downloaded schemars v0.8.22
11582026-03-17T19:19:43.073Z Downloaded socket2 v0.6.2
11592026-03-17T19:19:43.075Z Downloaded rsa v0.9.10
11602026-03-17T19:19:43.078Z Downloaded toml_writer v1.0.6+spec-1.1.0
11612026-03-17T19:19:43.081Z Downloaded num-bigint-dig v0.8.6
11622026-03-17T19:19:43.084Z Downloaded want v0.3.1
11632026-03-17T19:19:43.086Z Downloaded publicsuffix v2.3.0
11642026-03-17T19:19:43.086Z Downloaded wait-timeout v0.2.1
11652026-03-17T19:19:43.089Z Downloaded void v1.0.2
11662026-03-17T19:19:43.089Z Downloaded term v0.7.0
11672026-03-17T19:19:43.092Z Downloaded rand v0.9.2
11682026-03-17T19:19:43.095Z Downloaded itertools v0.13.0
11692026-03-17T19:19:43.099Z Downloaded rand v0.8.5
11702026-03-17T19:19:43.102Z Downloaded time-macros v0.2.27
11712026-03-17T19:19:43.105Z Downloaded hashbrown v0.15.5
11722026-03-17T19:19:43.108Z Downloaded waitgroup v0.1.2
11732026-03-17T19:19:43.111Z Downloaded tui-tree-widget v0.23.1
11742026-03-17T19:19:43.111Z Downloaded tokio-native-tls v0.3.1
11752026-03-17T19:19:43.111Z Downloaded futures-util v0.3.32
11762026-03-17T19:19:43.119Z Downloaded xshell-macros v0.2.7
11772026-03-17T19:19:43.122Z Downloaded xattr v1.6.1
11782026-03-17T19:19:43.122Z Downloaded unicase v2.9.0
11792026-03-17T19:19:43.126Z Downloaded rayon-core v1.13.0
11802026-03-17T19:19:43.126Z Downloaded tokio-stream v0.1.18
11812026-03-17T19:19:43.129Z Downloaded tokio-rustls v0.26.4
11822026-03-17T19:19:43.132Z Downloaded subprocess v0.2.15
11832026-03-17T19:19:43.135Z Downloaded usdt-impl v0.6.0
11842026-03-17T19:19:43.135Z Downloaded usdt-attr-macro v0.6.0
11852026-03-17T19:19:43.138Z Downloaded tokio-tungstenite v0.21.0
11862026-03-17T19:19:43.138Z Downloaded tokio-rustls v0.24.1
11872026-03-17T19:19:43.141Z Downloaded tar v0.4.44
11882026-03-17T19:19:43.144Z Downloaded iddqd v0.3.17
11892026-03-17T19:19:43.147Z Downloaded itertools v0.14.0
11902026-03-17T19:19:43.152Z Downloaded rand v0.10.0
11912026-03-17T19:19:43.155Z Downloaded schemars v1.2.1
11922026-03-17T19:19:43.165Z Downloaded zone_cfg_derive v0.3.1
11932026-03-17T19:19:43.168Z Downloaded zone v0.3.1
11942026-03-17T19:19:43.168Z Downloaded tracing-attributes v0.1.31
11952026-03-17T19:19:43.172Z Downloaded vergen-gitcl v1.0.8
11962026-03-17T19:19:43.172Z Downloaded samael v0.0.19
11972026-03-17T19:19:43.175Z Downloaded vergen-lib v0.1.6
11982026-03-17T19:19:43.178Z Downloaded vergen-git2 v1.0.7
11992026-03-17T19:19:43.178Z Downloaded toml_parser v1.0.9+spec-1.1.0
12002026-03-17T19:19:43.181Z Downloaded vsss-rs v3.3.4
12012026-03-17T19:19:43.181Z Downloaded rustls-webpki v0.103.9
12022026-03-17T19:19:43.184Z Downloaded twox-hash v2.1.2
12032026-03-17T19:19:43.188Z Downloaded tinyvec v1.10.0
12042026-03-17T19:19:43.188Z Downloaded test-strategy v0.4.5
12052026-03-17T19:19:43.192Z Downloaded hyper v1.8.1
12062026-03-17T19:19:43.195Z Downloaded whoami v1.6.1
12072026-03-17T19:19:43.198Z Downloaded whoami v2.1.0
12082026-03-17T19:19:43.201Z Downloaded hashbrown v0.13.2
12092026-03-17T19:19:43.204Z Downloaded walkdir v2.5.0
12102026-03-17T19:19:43.204Z Downloaded serde_yaml v0.9.34+deprecated
12112026-03-17T19:19:43.207Z Downloaded toml v0.9.12+spec-1.1.0
12122026-03-17T19:19:43.211Z Downloaded zeroize_derive v1.4.3
12132026-03-17T19:19:43.211Z Downloaded xshell v0.2.7
12142026-03-17T19:19:43.214Z Downloaded libm v0.2.16
12152026-03-17T19:19:43.218Z Downloaded p521 v0.13.3
12162026-03-17T19:19:43.221Z Downloaded toml v0.7.8
12172026-03-17T19:19:43.224Z Downloaded wyz v0.5.1
12182026-03-17T19:19:43.227Z Downloaded xz2 v0.1.7
12192026-03-17T19:19:43.227Z Downloaded blake3 v1.8.3
12202026-03-17T19:19:43.233Z Downloaded tracing-core v0.1.36
12212026-03-17T19:19:43.236Z Downloaded aho-corasick v1.1.4
12222026-03-17T19:19:43.240Z Downloaded zstd-safe v7.2.4
12232026-03-17T19:19:43.244Z Downloaded vergen v9.0.6
12242026-03-17T19:19:43.247Z Downloaded zstd v0.13.3
12252026-03-17T19:19:43.256Z Downloaded steno v0.4.1
12262026-03-17T19:19:43.259Z Downloaded snafu v0.8.9
12272026-03-17T19:19:43.268Z Downloaded h2 v0.4.13
12282026-03-17T19:19:43.273Z Downloaded toml_edit v0.23.10+spec-1.0.0
12292026-03-17T19:19:43.276Z Downloaded zeroize v1.8.2
12302026-03-17T19:19:43.279Z Downloaded zerocopy v0.6.6
12312026-03-17T19:19:43.279Z Downloaded unicode-bidi v0.3.18
12322026-03-17T19:19:43.282Z Downloaded hkdf v0.12.4
12332026-03-17T19:19:43.286Z Downloaded russh v0.45.0
12342026-03-17T19:19:43.289Z Downloaded rpassword v7.4.0
12352026-03-17T19:19:43.290Z Downloaded tungstenite v0.21.0
12362026-03-17T19:19:43.293Z Downloaded ron v0.12.0
12372026-03-17T19:19:43.297Z Downloaded unicode-properties v0.1.4
12382026-03-17T19:19:43.300Z Downloaded unsafe-libyaml v0.2.11
12392026-03-17T19:19:43.303Z Downloaded rustyline v14.0.0
12402026-03-17T19:19:43.306Z Downloaded yasna v0.5.2
12412026-03-17T19:19:43.309Z Downloaded typify v0.4.3
12422026-03-17T19:19:43.312Z Downloaded tungstenite v0.23.0
12432026-03-17T19:19:43.325Z Downloaded uzers v0.12.2
12442026-03-17T19:19:43.328Z Downloaded uuid v1.21.0
12452026-03-17T19:19:43.342Z Downloaded typify v0.6.1
12462026-03-17T19:19:43.369Z Downloaded toml_edit v0.19.15
12472026-03-17T19:19:43.381Z Downloaded zopfli v0.8.3
12482026-03-17T19:19:43.384Z Downloaded tokio-postgres v0.7.16
12492026-03-17T19:19:43.387Z Downloaded ssh-key v0.6.7
12502026-03-17T19:19:43.391Z Downloaded vte v0.14.1
12512026-03-17T19:19:43.394Z Downloaded reqwest v0.13.2
12522026-03-17T19:19:43.397Z Downloaded reedline v0.40.0
12532026-03-17T19:19:43.403Z Downloaded typed-path v0.9.3
12542026-03-17T19:19:43.407Z Downloaded rayon v1.11.0
12552026-03-17T19:19:43.414Z Downloaded p384 v0.13.1
12562026-03-17T19:19:43.423Z Downloaded yansi v1.0.1
12572026-03-17T19:19:43.426Z Downloaded unicode_categories v0.1.1
12582026-03-17T19:19:43.429Z Downloaded chrono v0.4.44
12592026-03-17T19:19:43.432Z Downloaded lalrpop v0.19.12
12602026-03-17T19:19:43.439Z Downloaded zip v0.6.6
12612026-03-17T19:19:43.442Z Downloaded rustls-webpki v0.101.7
12622026-03-17T19:19:43.454Z Downloaded x509-cert v0.2.5
12632026-03-17T19:19:43.457Z Downloaded reqwest v0.12.28
12642026-03-17T19:19:43.462Z Downloaded quick-xml v0.37.5
12652026-03-17T19:19:43.467Z Downloaded aws-lc-rs v1.16.0
12662026-03-17T19:19:43.473Z Downloaded regex v1.12.3
12672026-03-17T19:19:43.478Z Downloaded bitvec v1.0.1
12682026-03-17T19:19:43.489Z Downloaded salty v0.3.0
12692026-03-17T19:19:43.494Z Downloaded tower-http v0.6.8
12702026-03-17T19:19:43.500Z Downloaded serde_with v3.17.0
12712026-03-17T19:19:43.509Z Downloaded moka v0.12.13
12722026-03-17T19:19:43.515Z Downloaded portable-atomic v1.13.1
12732026-03-17T19:19:43.521Z Downloaded zerocopy-derive v0.8.40
12742026-03-17T19:19:43.527Z Downloaded tower v0.5.3
12752026-03-17T19:19:43.534Z Downloaded git2 v0.20.4
12762026-03-17T19:19:43.540Z Downloaded object v0.30.4
12772026-03-17T19:19:43.578Z Downloaded bindgen v0.71.1
12782026-03-17T19:19:43.578Z Downloaded quinn-proto v0.11.13
12792026-03-17T19:19:43.578Z Downloaded unicode-segmentation v1.12.0
12802026-03-17T19:19:43.578Z Downloaded zip v4.6.1
12812026-03-17T19:19:43.578Z Downloaded goblin v0.10.5
12822026-03-17T19:19:43.581Z Downloaded tough v0.20.0
12832026-03-17T19:19:43.585Z Downloaded rustls-webpki v0.102.8
12842026-03-17T19:19:43.598Z Downloaded unicode-normalization v0.1.25
12852026-03-17T19:19:43.602Z Downloaded petname v2.0.2
12862026-03-17T19:19:43.605Z Downloaded winnow v0.5.40
12872026-03-17T19:19:43.611Z Downloaded proptest v1.10.0
12882026-03-17T19:19:43.619Z Downloaded polar-core v0.27.3
12892026-03-17T19:19:43.642Z Downloaded tokio-util v0.7.18
12902026-03-17T19:19:43.647Z Downloaded nix v0.27.1
12912026-03-17T19:19:43.656Z Downloaded rustls v0.21.12
12922026-03-17T19:19:43.663Z Downloaded smoltcp v0.9.1
12932026-03-17T19:19:43.674Z Downloaded dropshot v0.16.7
12942026-03-17T19:19:43.689Z Downloaded winnow v0.6.26
12952026-03-17T19:19:43.695Z Downloaded zlib-rs v0.6.2
12962026-03-17T19:19:43.699Z Downloaded openssl v0.10.75
12972026-03-17T19:19:43.706Z Downloaded object v0.37.3
12982026-03-17T19:19:43.714Z Downloaded webpki-roots v1.0.6
12992026-03-17T19:19:43.718Z Downloaded radix_trie v0.2.1
13002026-03-17T19:19:43.721Z Downloaded tabled v0.20.0
13012026-03-17T19:19:43.745Z Downloaded zerocopy v0.8.40
13022026-03-17T19:19:43.752Z Downloaded nix v0.29.0
13032026-03-17T19:19:43.760Z Downloaded hickory-proto v0.25.2
13042026-03-17T19:19:43.772Z Downloaded diesel v2.3.7
13052026-03-17T19:19:43.787Z Downloaded time v0.3.47
13062026-03-17T19:19:43.796Z Downloaded rustix v0.38.44
13072026-03-17T19:19:43.813Z Downloaded vcpkg v0.2.15
13082026-03-17T19:19:43.842Z Downloaded regex-syntax v0.6.29
13092026-03-17T19:19:43.849Z Downloaded nix v0.28.0
13102026-03-17T19:19:43.855Z Downloaded bstr v1.12.1
13112026-03-17T19:19:43.862Z Downloaded nix v0.31.1
13122026-03-17T19:19:43.871Z Downloaded hickory-proto v0.24.4
13132026-03-17T19:19:43.882Z Downloaded smoltcp v0.11.0
13142026-03-17T19:19:43.891Z Downloaded openapiv3 v2.2.0
13152026-03-17T19:19:43.900Z Downloaded rustls v0.23.37
13162026-03-17T19:19:43.909Z Downloaded rustls v0.22.4
13172026-03-17T19:19:43.918Z Downloaded regress v0.10.5
13182026-03-17T19:19:43.925Z Downloaded tracing v0.1.44
13192026-03-17T19:19:43.941Z Downloaded typify-impl v0.4.3
13202026-03-17T19:19:43.953Z Downloaded regex-syntax v0.8.10
13212026-03-17T19:19:43.990Z Downloaded sqlparser v0.61.0
13222026-03-17T19:19:44.017Z Downloaded sled v0.34.7
13232026-03-17T19:19:44.025Z Downloaded typify-impl v0.6.1
13242026-03-17T19:19:44.036Z Downloaded petgraph v0.6.5
13252026-03-17T19:19:44.050Z Downloaded lzma-sys v0.1.20
13262026-03-17T19:19:44.071Z Downloaded ratatui v0.29.0
13272026-03-17T19:19:44.086Z Downloaded jiff v0.2.21
13282026-03-17T19:19:44.099Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-03-17T19:19:44.109Z Downloaded zerocopy-derive v0.6.6
13302026-03-17T19:19:44.122Z Downloaded regex-automata v0.4.14
13312026-03-17T19:19:44.134Z Downloaded csv v1.4.0
13322026-03-17T19:19:44.150Z Downloaded sha3 v0.10.8
13332026-03-17T19:19:44.154Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13342026-03-17T19:19:44.167Z Downloaded libz-sys v1.1.24
13352026-03-17T19:19:44.183Z Downloaded chrono-tz v0.10.4
13362026-03-17T19:19:44.196Z Downloaded petgraph v0.8.3
13372026-03-17T19:19:44.251Z Downloaded tokio v1.49.0
13382026-03-17T19:19:44.279Z Downloaded encoding_rs v0.8.35
13392026-03-17T19:19:44.313Z Downloaded libgit2-sys v0.18.3+1.9.2
13402026-03-17T19:19:44.364Z Downloaded ring v0.17.14
13412026-03-17T19:19:45.046Z Downloaded aws-lc-sys v0.37.1
13422026-03-17T19:19:45.365Z Compiling libc v0.2.180
13432026-03-17T19:19:45.365Z Compiling serde v1.0.228
13442026-03-17T19:19:45.370Z Compiling log v0.4.29
13452026-03-17T19:19:45.370Z Compiling find-msvc-tools v0.1.9
13462026-03-17T19:19:45.572Z Compiling shlex v1.3.0
13472026-03-17T19:19:45.572Z Compiling smallvec v1.15.1
13482026-03-17T19:19:45.590Z Compiling syn v2.0.117
13492026-03-17T19:19:45.609Z Compiling typenum v1.19.0
13502026-03-17T19:19:45.826Z Compiling generic-array v0.14.7
13512026-03-17T19:19:45.847Z Compiling subtle v2.6.1
13522026-03-17T19:19:45.850Z Compiling scopeguard v1.2.0
13532026-03-17T19:19:45.900Z Compiling portable-atomic v1.13.1
13542026-03-17T19:19:45.978Z Compiling lock_api v0.4.14
13552026-03-17T19:19:46.000Z Compiling const-oid v0.9.6
13562026-03-17T19:19:46.107Z Compiling critical-section v1.2.0
13572026-03-17T19:19:46.162Z Compiling zerocopy v0.8.40
13582026-03-17T19:19:46.244Z Compiling serde_json v1.0.149
13592026-03-17T19:19:46.287Z Compiling parking_lot_core v0.9.12
13602026-03-17T19:19:46.495Z Compiling pin-project-lite v0.2.17
13612026-03-17T19:19:46.647Z Compiling pkg-config v0.3.32
13622026-03-17T19:19:46.747Z Compiling bitflags v2.11.0
13632026-03-17T19:19:46.848Z Compiling getrandom v0.2.17
13642026-03-17T19:19:46.965Z Compiling jobserver v0.1.34
13652026-03-17T19:19:47.056Z Compiling rand_core v0.6.4
13662026-03-17T19:19:47.130Z Compiling errno v0.3.14
13672026-03-17T19:19:47.313Z Compiling cc v1.2.56
13682026-03-17T19:19:47.317Z Compiling once_cell v1.21.3
13692026-03-17T19:19:47.416Z Compiling signal-hook-registry v1.4.8
13702026-03-17T19:19:47.435Z Compiling parking_lot v0.12.5
13712026-03-17T19:19:47.479Z Compiling mio v1.1.1
13722026-03-17T19:19:47.534Z Compiling libm v0.2.16
13732026-03-17T19:19:47.641Z Compiling num-traits v0.2.19
13742026-03-17T19:19:47.769Z Compiling futures-core v0.3.32
13752026-03-17T19:19:47.947Z Compiling socket2 v0.6.2
13762026-03-17T19:19:47.966Z Compiling percent-encoding v2.3.2
13772026-03-17T19:19:48.074Z Compiling allocator-api2 v0.2.21
13782026-03-17T19:19:48.148Z Compiling foldhash v0.2.0
13792026-03-17T19:19:48.206Z Compiling futures-sink v0.3.32
13802026-03-17T19:19:48.300Z Compiling cpufeatures v0.2.17
13812026-03-17T19:19:48.336Z Compiling futures-channel v0.3.32
13822026-03-17T19:19:48.391Z Compiling slab v0.4.12
13832026-03-17T19:19:48.422Z Compiling futures-io v0.3.32
13842026-03-17T19:19:48.498Z Compiling hashbrown v0.16.1
13852026-03-17T19:19:48.514Z Compiling getrandom v0.4.1
13862026-03-17T19:19:48.624Z Compiling futures-task v0.3.32
13872026-03-17T19:19:48.650Z Compiling getrandom v0.3.4
13882026-03-17T19:19:48.655Z Compiling rand_core v0.10.0
13892026-03-17T19:19:48.837Z Compiling rustversion v1.0.22
13902026-03-17T19:19:48.884Z Compiling cmake v0.1.57
13912026-03-17T19:19:49.301Z Compiling indexmap v2.13.0
13922026-03-17T19:19:49.414Z Compiling form_urlencoded v1.2.2
13932026-03-17T19:19:49.493Z Compiling base64ct v1.8.3
13942026-03-17T19:19:49.575Z Compiling ident_case v1.0.1
13952026-03-17T19:19:49.635Z Compiling dunce v1.0.5
13962026-03-17T19:19:49.729Z Compiling synstructure v0.13.2
13972026-03-17T19:19:49.752Z Compiling fs_extra v1.3.0
13982026-03-17T19:19:49.823Z Compiling pem-rfc7468 v0.7.0
13992026-03-17T19:19:49.873Z Compiling flagset v0.4.7
14002026-03-17T19:19:50.101Z Compiling rand_core v0.9.5
14012026-03-17T19:19:50.121Z Compiling iana-time-zone v0.1.65
14022026-03-17T19:19:50.140Z Compiling aws-lc-sys v0.37.1
14032026-03-17T19:19:50.211Z Compiling rustix v1.1.3
14042026-03-17T19:19:50.230Z Compiling ring v0.17.14
14052026-03-17T19:19:50.276Z Compiling uuid v1.21.0
14062026-03-17T19:19:50.379Z Compiling rustc_version v0.4.1
14072026-03-17T19:19:50.453Z Compiling aws-lc-rs v1.16.0
14082026-03-17T19:19:50.587Z Compiling vcpkg v0.2.15
14092026-03-17T19:19:50.818Z Compiling regex-syntax v0.8.10
14102026-03-17T19:19:50.821Z Compiling tracing-core v0.1.36
14112026-03-17T19:19:51.208Z Compiling crossbeam-utils v0.8.21
14122026-03-17T19:19:51.633Z Compiling openssl-sys v0.9.111
14132026-03-17T19:19:51.663Z Compiling pest_generator v2.8.6
14142026-03-17T19:19:51.663Z Compiling serde_derive_internals v0.29.1
14152026-03-17T19:19:52.340Z Compiling serde_derive v1.0.228
14162026-03-17T19:19:52.359Z Compiling zeroize_derive v1.4.3
14172026-03-17T19:19:52.524Z Compiling zerofrom-derive v0.1.6
14182026-03-17T19:19:52.596Z Compiling yoke-derive v0.8.1
14192026-03-17T19:19:52.866Z Compiling zerocopy-derive v0.8.40
14202026-03-17T19:19:53.198Z Compiling zeroize v1.8.2
14212026-03-17T19:19:54.036Z Compiling zerovec-derive v0.11.2
14222026-03-17T19:19:54.148Z Compiling displaydoc v0.2.5
14232026-03-17T19:19:54.234Z Compiling crypto-common v0.1.7
14242026-03-17T19:19:54.417Z Compiling block-buffer v0.10.4
14252026-03-17T19:19:54.435Z Compiling zerofrom v0.1.6
14262026-03-17T19:19:54.589Z Compiling yoke v0.8.1
14272026-03-17T19:19:54.618Z Compiling digest v0.10.7
14282026-03-17T19:19:54.832Z Compiling tokio-macros v2.6.0
14292026-03-17T19:19:54.931Z Compiling hmac v0.12.1
14302026-03-17T19:19:55.132Z Compiling futures-macro v0.3.32
14312026-03-17T19:19:55.150Z Compiling zerotrie v0.2.3
14322026-03-17T19:19:55.176Z Compiling block-padding v0.3.3
14332026-03-17T19:19:55.380Z Compiling inout v0.1.4
14342026-03-17T19:19:55.555Z Compiling cipher v0.4.4
14352026-03-17T19:19:55.574Z Compiling zerovec v0.11.5
14362026-03-17T19:19:55.601Z Compiling sha2 v0.10.9
14372026-03-17T19:19:55.841Z Compiling der_derive v0.7.3
14382026-03-17T19:19:55.914Z Compiling salsa20 v0.10.2
14392026-03-17T19:19:56.095Z Compiling pbkdf2 v0.12.2
14402026-03-17T19:19:56.232Z Compiling tinystr v0.8.2
14412026-03-17T19:19:56.251Z Compiling potential_utf v0.1.4
14422026-03-17T19:19:56.290Z Compiling futures-util v0.3.32
14432026-03-17T19:19:56.486Z Compiling icu_locale_core v2.1.1
14442026-03-17T19:19:56.490Z Compiling icu_collections v2.1.1
14452026-03-17T19:19:57.117Z Compiling bytes v1.11.1
14462026-03-17T19:19:57.136Z Compiling der v0.7.10
14472026-03-17T19:19:57.139Z Compiling chrono v0.4.44
14482026-03-17T19:19:57.457Z Compiling icu_provider v2.1.1
14492026-03-17T19:19:57.701Z Compiling thiserror-impl v2.0.18
14502026-03-17T19:19:57.835Z Compiling tokio v1.49.0
14512026-03-17T19:19:57.941Z Compiling icu_normalizer v2.1.1
14522026-03-17T19:19:58.643Z Compiling icu_properties v2.1.2
14532026-03-17T19:19:58.788Z Compiling spki v0.7.3
14542026-03-17T19:19:59.033Z Compiling ppv-lite86 v0.2.21
14552026-03-17T19:19:59.055Z Compiling http v1.4.0
14562026-03-17T19:19:59.234Z Compiling scrypt v0.11.0
14572026-03-17T19:19:59.397Z Compiling aes v0.8.4
14582026-03-17T19:19:59.472Z Compiling rand_chacha v0.9.0
14592026-03-17T19:19:59.475Z Compiling thiserror v2.0.18
14602026-03-17T19:19:59.557Z Compiling cbc v0.1.2
14612026-03-17T19:19:59.613Z Compiling rustls-pki-types v1.14.0
14622026-03-17T19:19:59.732Z Compiling tracing-attributes v0.1.31
14632026-03-17T19:20:00.205Z Compiling idna_adapter v1.2.1
14642026-03-17T19:20:00.267Z Compiling pkcs5 v0.7.1
14652026-03-17T19:20:00.338Z Compiling idna v1.1.0
14662026-03-17T19:20:00.376Z Compiling http-body v1.0.1
14672026-03-17T19:20:00.406Z Compiling rand v0.9.2
14682026-03-17T19:20:00.565Z Compiling untrusted v0.7.1
14692026-03-17T19:20:00.722Z Compiling url v2.5.8
14702026-03-17T19:20:00.866Z Compiling schemars v0.8.22
14712026-03-17T19:20:00.935Z Compiling syn v1.0.109
14722026-03-17T19:20:01.113Z Compiling openssl-probe v0.2.1
14732026-03-17T19:20:01.218Z Compiling base64 v0.22.1
14742026-03-17T19:20:01.322Z Compiling httparse v1.10.1
14752026-03-17T19:20:01.342Z Compiling untrusted v0.9.0
14762026-03-17T19:20:01.538Z Compiling pkcs8 v0.10.2
14772026-03-17T19:20:01.557Z Compiling tracing v0.1.44
14782026-03-17T19:20:01.632Z Compiling schemars_derive v0.8.22
14792026-03-17T19:20:01.790Z Compiling pest_derive v2.8.6
14802026-03-17T19:20:01.817Z Compiling scroll_derive v0.13.1
14812026-03-17T19:20:01.940Z Compiling darling_core v0.20.11
14822026-03-17T19:20:02.310Z Compiling atomic-waker v1.1.2
14832026-03-17T19:20:02.467Z Compiling try-lock v0.2.5
14842026-03-17T19:20:02.546Z Compiling tinyvec_macros v0.1.1
14852026-03-17T19:20:02.599Z Compiling rustls v0.23.37
14862026-03-17T19:20:02.632Z Compiling tower-layer v0.3.3
14872026-03-17T19:20:02.812Z Compiling tower-service v0.3.3
14882026-03-17T19:20:02.838Z Compiling dyn-clone v1.0.20
14892026-03-17T19:20:02.882Z Compiling scroll v0.13.0
14902026-03-17T19:20:02.926Z Compiling tokio-util v0.7.18
14912026-03-17T19:20:03.009Z Compiling tinyvec v1.10.0
14922026-03-17T19:20:03.231Z Compiling want v0.3.1
14932026-03-17T19:20:03.814Z Compiling ipnet v2.11.0
14942026-03-17T19:20:03.949Z Compiling h2 v0.4.13
14952026-03-17T19:20:04.336Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14962026-03-17T19:20:04.483Z Compiling spin v0.9.8
14972026-03-17T19:20:04.753Z Compiling aho-corasick v1.1.4
14982026-03-17T19:20:04.840Z Compiling time-core v0.1.8
14992026-03-17T19:20:05.087Z Compiling httpdate v1.0.3
15002026-03-17T19:20:05.161Z Compiling openssl v0.10.75
15012026-03-17T19:20:05.185Z Compiling darling_macro v0.20.11
15022026-03-17T19:20:05.373Z Compiling powerfmt v0.2.0
15032026-03-17T19:20:05.449Z Compiling pin-utils v0.1.0
15042026-03-17T19:20:05.545Z Compiling num-conv v0.2.0
15052026-03-17T19:20:05.644Z Compiling crc32fast v1.5.0
15062026-03-17T19:20:05.721Z Compiling foreign-types-shared v0.1.1
15072026-03-17T19:20:05.798Z Compiling darling v0.20.11
15082026-03-17T19:20:05.820Z Compiling time-macros v0.2.27
15092026-03-17T19:20:05.840Z Compiling foreign-types v0.3.2
15102026-03-17T19:20:05.898Z Compiling deranged v0.5.8
15112026-03-17T19:20:05.928Z Compiling regex-automata v0.4.14
15122026-03-17T19:20:06.071Z Compiling tempfile v3.25.0
15132026-03-17T19:20:07.147Z Compiling goblin v0.10.5
15142026-03-17T19:20:07.254Z Compiling openssl-macros v0.1.1
15152026-03-17T19:20:07.743Z Compiling thiserror-impl v1.0.69
15162026-03-17T19:20:07.964Z Compiling wait-timeout v0.2.1
15172026-03-17T19:20:08.305Z Compiling hyper v1.8.1
15182026-03-17T19:20:09.158Z Compiling bit-vec v0.8.0
15192026-03-17T19:20:09.416Z Compiling quick-error v1.2.3
15202026-03-17T19:20:09.443Z Compiling native-tls v0.2.18
15212026-03-17T19:20:09.463Z Compiling simd-adler32 v0.3.8
15222026-03-17T19:20:09.543Z Compiling either v1.15.0
15232026-03-17T19:20:09.694Z Compiling num_threads v0.1.7
15242026-03-17T19:20:09.786Z Compiling siphasher v1.0.2
15252026-03-17T19:20:09.810Z Compiling usdt-impl v0.6.0
15262026-03-17T19:20:09.828Z Compiling time v0.3.47
15272026-03-17T19:20:10.072Z Compiling hyper-util v0.1.20
15282026-03-17T19:20:10.153Z Compiling rusty-fork v0.3.1
15292026-03-17T19:20:10.501Z Compiling thiserror v1.0.69
15302026-03-17T19:20:10.573Z Compiling bit-set v0.8.0
15312026-03-17T19:20:11.023Z Compiling dof v0.4.0
15322026-03-17T19:20:11.702Z Compiling derive_builder_core v0.20.2
15332026-03-17T19:20:12.049Z Compiling unicode-normalization v0.1.25
15342026-03-17T19:20:12.446Z Compiling crossbeam-epoch v0.9.18
15352026-03-17T19:20:12.635Z Compiling dtrace-parser v0.3.0
15362026-03-17T19:20:12.650Z Compiling rustls-native-certs v0.8.3
15372026-03-17T19:20:12.919Z Compiling signature v2.2.0
15382026-03-17T19:20:12.935Z Compiling scroll_derive v0.12.1
15392026-03-17T19:20:13.030Z Compiling heapless v0.7.17
15402026-03-17T19:20:13.109Z Compiling rand_xorshift v0.4.0
15412026-03-17T19:20:13.219Z Compiling slog v2.8.2
15422026-03-17T19:20:13.311Z Compiling darling_core v0.21.3
15432026-03-17T19:20:13.318Z Compiling bzip2-sys v0.1.13+1.0.8
15442026-03-17T19:20:13.435Z Compiling sync_wrapper v1.0.2
15452026-03-17T19:20:13.567Z Compiling thread-id v5.1.0
15462026-03-17T19:20:13.657Z Compiling cookie v0.18.1
15472026-03-17T19:20:13.677Z Compiling adler2 v2.0.1
15482026-03-17T19:20:13.677Z Compiling paste v1.0.15
15492026-03-17T19:20:13.762Z Compiling signal-hook v0.3.18
15502026-03-17T19:20:13.833Z Compiling rayon-core v1.13.0
15512026-03-17T19:20:13.877Z Compiling unicode-properties v0.1.4
15522026-03-17T19:20:13.969Z Compiling zstd-safe v7.2.4
15532026-03-17T19:20:14.029Z Compiling unicode-segmentation v1.12.0
15542026-03-17T19:20:14.048Z Compiling anyhow v1.0.102
15552026-03-17T19:20:14.142Z Compiling unicode-bidi v0.3.18
15562026-03-17T19:20:14.208Z Compiling unarray v0.1.4
15572026-03-17T19:20:14.342Z Compiling proptest v1.10.0
15582026-03-17T19:20:14.619Z Compiling stringprep v0.1.5
15592026-03-17T19:20:14.809Z Compiling miniz_oxide v0.8.9
15602026-03-17T19:20:14.828Z Compiling scroll v0.12.0
15612026-03-17T19:20:15.256Z Compiling tower v0.5.3
15622026-03-17T19:20:15.396Z Compiling derive_builder_macro v0.20.2
15632026-03-17T19:20:15.591Z Compiling crossbeam-deque v0.8.6
15642026-03-17T19:20:15.681Z Compiling ipnetwork v0.21.1
15652026-03-17T19:20:15.840Z Compiling http-body-util v0.1.3
15662026-03-17T19:20:15.899Z Compiling webpki-roots v1.0.6
15672026-03-17T19:20:15.976Z Compiling rand_chacha v0.3.1
15682026-03-17T19:20:15.999Z Compiling erased-serde v0.3.31
15692026-03-17T19:20:16.053Z Compiling serde_tokenstream v0.2.3
15702026-03-17T19:20:16.165Z Compiling serde_spanned v0.6.9
15712026-03-17T19:20:16.210Z Compiling toml_datetime v0.6.11
15722026-03-17T19:20:16.342Z Compiling md-5 v0.10.6
15732026-03-17T19:20:16.459Z Compiling zerocopy-derive v0.7.35
15742026-03-17T19:20:16.546Z Compiling curve25519-dalek v4.1.3
15752026-03-17T19:20:16.549Z Compiling vergen-lib v0.1.6
15762026-03-17T19:20:16.726Z Compiling num-integer v0.1.46
15772026-03-17T19:20:16.783Z Compiling hash32 v0.2.1
15782026-03-17T19:20:16.884Z Compiling darling_macro v0.21.3
15792026-03-17T19:20:16.957Z Compiling ff v0.13.1
15802026-03-17T19:20:17.007Z Compiling memoffset v0.9.1
15812026-03-17T19:20:17.029Z Compiling base16ct v0.2.0
15822026-03-17T19:20:17.125Z Compiling litrs v1.0.0
15832026-03-17T19:20:17.153Z Compiling iri-string v0.7.10
15842026-03-17T19:20:17.241Z Compiling fallible-iterator v0.2.0
15852026-03-17T19:20:17.260Z Compiling ref-cast v1.0.25
15862026-03-17T19:20:17.481Z Compiling psl-types v2.0.11
15872026-03-17T19:20:17.622Z Compiling rustix v0.38.44
15882026-03-17T19:20:17.642Z Compiling num-bigint-dig v0.8.6
15892026-03-17T19:20:17.646Z Compiling smoltcp v0.9.1
15902026-03-17T19:20:17.663Z Compiling cfg_aliases v0.2.1
15912026-03-17T19:20:17.771Z Compiling ryu v1.0.23
15922026-03-17T19:20:17.810Z Compiling zlib-rs v0.6.2
15932026-03-17T19:20:17.896Z Compiling document-features v0.2.12
15942026-03-17T19:20:17.999Z Compiling serde_urlencoded v0.7.1
15952026-03-17T19:20:18.113Z Compiling nix v0.31.1
15962026-03-17T19:20:18.176Z Compiling newtype-uuid v1.3.2
15972026-03-17T19:20:18.380Z Compiling zerocopy v0.7.35
15982026-03-17T19:20:18.599Z Compiling publicsuffix v2.3.0
15992026-03-17T19:20:18.603Z Compiling postgres-protocol v0.6.10
16002026-03-17T19:20:18.659Z Compiling darling v0.21.3
16012026-03-17T19:20:18.814Z Compiling tower-http v0.6.8
16022026-03-17T19:20:18.886Z Compiling sec1 v0.7.3
16032026-03-17T19:20:19.162Z Compiling group v0.13.0
16042026-03-17T19:20:19.247Z Compiling num-iter v0.1.45
16052026-03-17T19:20:19.400Z Compiling rand v0.8.5
16062026-03-17T19:20:19.404Z Compiling oxnet v0.1.4
16072026-03-17T19:20:19.453Z Compiling derive_builder v0.20.2
16082026-03-17T19:20:19.897Z Compiling proc-macro-error v1.0.4
16092026-03-17T19:20:19.923Z Compiling goblin v0.8.2
16102026-03-17T19:20:20.082Z Compiling tokio-native-tls v0.3.1
16112026-03-17T19:20:20.925Z Compiling heck v0.4.1
16122026-03-17T19:20:21.027Z Compiling phf_shared v0.13.1
16132026-03-17T19:20:21.046Z Compiling hubpack_derive v0.1.1
16142026-03-17T19:20:21.217Z Compiling regex v1.12.3
16152026-03-17T19:20:21.238Z Compiling lazy_static v1.5.0
16162026-03-17T19:20:21.347Z Compiling cargo-platform v0.1.9
16172026-03-17T19:20:21.348Z Compiling hkdf v0.12.4
16182026-03-17T19:20:21.567Z Compiling crypto-bigint v0.5.5
16192026-03-17T19:20:21.597Z Compiling async-trait v0.1.89
16202026-03-17T19:20:21.683Z Compiling ref-cast-impl v1.0.25
16212026-03-17T19:20:21.812Z Compiling daft-derive v0.1.5
16222026-03-17T19:20:22.374Z Compiling flate2 v1.1.9
16232026-03-17T19:20:22.443Z Compiling strum_macros v0.27.2
16242026-03-17T19:20:22.749Z Compiling curve25519-dalek-derive v0.1.1
16252026-03-17T19:20:22.936Z Compiling terminal_size v0.4.3
16262026-03-17T19:20:23.023Z Compiling vergen v9.0.6
16272026-03-17T19:20:23.109Z Compiling fs-err v3.3.0
16282026-03-17T19:20:23.245Z Compiling ahash v0.8.12
16292026-03-17T19:20:23.344Z Compiling object v0.37.3
16302026-03-17T19:20:23.499Z Compiling bitflags v1.3.2
16312026-03-17T19:20:23.590Z Compiling libbz2-rs-sys v0.2.2
16322026-03-17T19:20:23.611Z Compiling bumpalo v3.20.2
16332026-03-17T19:20:23.682Z Compiling foldhash v0.1.5
16342026-03-17T19:20:23.903Z Compiling winnow v0.5.40
16352026-03-17T19:20:23.936Z Compiling managed v0.8.0
16362026-03-17T19:20:24.460Z Compiling bzip2 v0.6.1
16372026-03-17T19:20:24.506Z Compiling clap_builder v4.5.60
16382026-03-17T19:20:24.726Z Compiling console v0.16.2
16392026-03-17T19:20:24.921Z Compiling zopfli v0.8.3
16402026-03-17T19:20:25.161Z Compiling strum v0.27.2
16412026-03-17T19:20:25.326Z Compiling hashbrown v0.15.5
16422026-03-17T19:20:25.741Z Compiling toml_edit v0.19.15
16432026-03-17T19:20:25.875Z Compiling dof v0.3.0
16442026-03-17T19:20:25.937Z Compiling elliptic-curve v0.13.8
16452026-03-17T19:20:26.093Z Compiling daft v0.1.5
16462026-03-17T19:20:26.451Z Compiling hubpack v0.1.2
16472026-03-17T19:20:26.580Z Compiling cargo_metadata v0.19.2
16482026-03-17T19:20:26.857Z Compiling phf v0.13.1
16492026-03-17T19:20:27.070Z Compiling zone_cfg_derive v0.3.1
16502026-03-17T19:20:28.367Z Compiling signal-hook-mio v0.2.5
16512026-03-17T19:20:28.475Z Compiling cookie_store v0.22.1
16522026-03-17T19:20:28.511Z Compiling zstd v0.13.3
16532026-03-17T19:20:28.608Z Compiling hyper-tls v0.6.0
16542026-03-17T19:20:28.850Z Compiling rayon v1.11.0
16552026-03-17T19:20:28.869Z Compiling bzip2 v0.4.4
16562026-03-17T19:20:28.896Z Compiling postgres-types v0.2.12
16572026-03-17T19:20:29.252Z Compiling serde_with_macros v3.17.0
16582026-03-17T19:20:29.389Z Compiling usdt-attr-macro v0.6.0
16592026-03-17T19:20:29.538Z Compiling usdt-macro v0.6.0
16602026-03-17T19:20:29.661Z Compiling ed25519 v2.2.3
16612026-03-17T19:20:30.472Z Compiling dtrace-parser v0.2.0
16622026-03-17T19:20:30.507Z Compiling phf_shared v0.11.3
16632026-03-17T19:20:30.764Z Compiling itertools v0.12.1
16642026-03-17T19:20:30.831Z Compiling bstr v1.12.1
16652026-03-17T19:20:30.889Z Compiling pkcs1 v0.7.5
16662026-03-17T19:20:31.021Z Compiling hex v0.4.3
16672026-03-17T19:20:31.324Z Compiling serde-big-array v0.5.1
16682026-03-17T19:20:31.384Z Compiling rfc6979 v0.4.0
16692026-03-17T19:20:31.428Z Compiling serde_repr v0.1.20
16702026-03-17T19:20:31.503Z Compiling enum-as-inner v0.6.1
16712026-03-17T19:20:31.535Z Compiling strum_macros v0.26.4
16722026-03-17T19:20:31.538Z Compiling clap_derive v4.5.55
16732026-03-17T19:20:31.713Z Compiling float-cmp v0.10.0
16742026-03-17T19:20:31.922Z Compiling thread-id v4.2.2
16752026-03-17T19:20:32.009Z Compiling memmap2 v0.9.10
16762026-03-17T19:20:32.116Z Compiling env_filter v1.0.0
16772026-03-17T19:20:32.155Z Compiling encoding_rs v0.8.35
16782026-03-17T19:20:32.291Z Compiling fixedbitset v0.4.2
16792026-03-17T19:20:32.446Z Compiling normalize-line-endings v0.3.0
16802026-03-17T19:20:32.521Z Compiling fixedbitset v0.5.7
16812026-03-17T19:20:32.563Z Compiling jiff v0.2.21
16822026-03-17T19:20:32.580Z Compiling keccak v0.1.6
16832026-03-17T19:20:32.935Z Compiling precomputed-hash v0.1.1
16842026-03-17T19:20:33.047Z Compiling data-encoding v2.10.0
16852026-03-17T19:20:33.690Z Compiling new_debug_unreachable v1.0.6
16862026-03-17T19:20:33.780Z Compiling rustc-hash v2.1.1
16872026-03-17T19:20:33.942Z Compiling mime v0.3.17
16882026-03-17T19:20:33.966Z Compiling unit-prefix v0.5.2
16892026-03-17T19:20:33.990Z Compiling predicates-core v1.0.10
16902026-03-17T19:20:34.030Z Compiling whoami v2.1.0
16912026-03-17T19:20:34.094Z Compiling difflib v0.4.0
16922026-03-17T19:20:34.150Z Compiling static_assertions v1.1.0
16932026-03-17T19:20:34.216Z Compiling indicatif v0.18.4
16942026-03-17T19:20:34.235Z Compiling clap v4.5.60
16952026-03-17T19:20:34.254Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-03-17T19:20:34.283Z Compiling toml_edit v0.22.27
16972026-03-17T19:20:34.334Z Compiling tokio-postgres v0.7.16
16982026-03-17T19:20:34.524Z Compiling predicates v3.1.4
16992026-03-17T19:20:34.863Z Compiling strum v0.26.3
17002026-03-17T19:20:35.048Z Compiling iddqd v0.3.17
17012026-03-17T19:20:35.384Z Compiling string_cache v0.8.9
17022026-03-17T19:20:35.469Z Compiling hickory-proto v0.25.2
17032026-03-17T19:20:35.681Z Compiling petgraph v0.8.3
17042026-03-17T19:20:36.615Z Compiling zip v4.6.1
17052026-03-17T19:20:37.379Z Compiling sha3 v0.10.8
17062026-03-17T19:20:37.932Z Compiling petgraph v0.6.5
17072026-03-17T19:20:37.979Z Compiling zone v0.3.1
17082026-03-17T19:20:38.087Z Compiling env_logger v0.11.9
17092026-03-17T19:20:38.217Z Compiling usdt v0.6.0
17102026-03-17T19:20:38.353Z Compiling usdt-impl v0.5.0
17112026-03-17T19:20:38.499Z Compiling ecdsa v0.16.9
17122026-03-17T19:20:38.570Z Compiling similar v2.7.0
17132026-03-17T19:20:38.574Z Compiling serde_with v3.17.0
17142026-03-17T19:20:38.899Z Compiling rsa v0.9.10
17152026-03-17T19:20:39.009Z Compiling crossterm v0.28.1
17162026-03-17T19:20:39.135Z Compiling ed25519-dalek v2.2.0
17172026-03-17T19:20:39.966Z Compiling zip v0.6.6
17182026-03-17T19:20:40.557Z Compiling toml v0.7.8
17192026-03-17T19:20:41.149Z Compiling toml_parser v1.0.9+spec-1.1.0
17202026-03-17T19:20:41.327Z Compiling itertools v0.13.0
17212026-03-17T19:20:41.406Z Compiling tokio-stream v0.1.18
17222026-03-17T19:20:41.816Z Compiling buf-list v1.1.2
17232026-03-17T19:20:41.979Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17242026-03-17T19:20:42.027Z Compiling x509-cert v0.2.5
17252026-03-17T19:20:42.046Z Compiling openapiv3 v2.2.0
17262026-03-17T19:20:42.180Z Compiling sha1 v0.10.6
17272026-03-17T19:20:42.376Z Compiling toml_datetime v0.7.5+spec-1.1.0
17282026-03-17T19:20:42.465Z Compiling peg-runtime v0.8.5
17292026-03-17T19:20:42.758Z Compiling lalrpop-util v0.19.12
17302026-03-17T19:20:42.829Z Compiling thread_local v1.1.9
17312026-03-17T19:20:42.998Z Compiling slog-async v2.8.0
17322026-03-17T19:20:43.069Z Compiling crossbeam-channel v0.5.15
17332026-03-17T19:20:43.161Z Compiling futures-executor v0.3.32
17342026-03-17T19:20:43.181Z Compiling filetime v0.2.27
17352026-03-17T19:20:43.399Z Compiling is-terminal v0.4.17
17362026-03-17T19:20:43.403Z Compiling xattr v1.6.1
17372026-03-17T19:20:43.502Z Compiling take_mut v0.2.2
17382026-03-17T19:20:43.521Z Compiling term v1.2.1
17392026-03-17T19:20:43.654Z Compiling tar v0.4.44
17402026-03-17T19:20:43.674Z Compiling futures v0.3.32
17412026-03-17T19:20:44.231Z Compiling slog-term v2.9.2
17422026-03-17T19:20:50.849Z Compiling rustls-webpki v0.103.9
17432026-03-17T19:20:54.918Z Compiling tokio-rustls v0.26.4
17442026-03-17T19:20:54.918Z Compiling rustls-platform-verifier v0.6.2
17452026-03-17T19:20:55.180Z Compiling hyper-rustls v0.27.7
17462026-03-17T19:20:55.448Z Compiling reqwest v0.12.28
17472026-03-17T19:20:55.451Z Compiling reqwest v0.13.2
17482026-03-17T19:20:58.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-03-17T19:20:58.680Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-03-17T19:21:02.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17512026-03-17T19:21:02.683Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17522026-03-17T19:21:02.746ZMar 17 19:21:02.248 INFO Starting download, target: DendriteStub
17532026-03-17T19:21:02.746ZMar 17 19:21:02.249 INFO Starting download, target: Console
17542026-03-17T19:21:02.746ZMar 17 19:21:02.249 INFO Starting download, target: Clickhouse
17552026-03-17T19:21:02.746ZMar 17 19:21:02.249 INFO Starting download, target: Cockroach
17562026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Starting download, target: MaghemiteMgd
17572026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Starting download, target: TransceiverControl
17582026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17612026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-03-17T19:21:02.751ZMar 17 19:21:02.249 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17642026-03-17T19:21:03.464ZMar 17 19:21:02.964 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17652026-03-17T19:21:03.771ZMar 17 19:21:03.272 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17662026-03-17T19:21:03.879ZMar 17 19:21:03.307 INFO Download complete, target: TransceiverControl
17672026-03-17T19:21:04.374ZMar 17 19:21:03.649 INFO Download complete, target: Console
17682026-03-17T19:21:05.204ZMar 17 19:21:04.707 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17692026-03-17T19:21:05.285ZMar 17 19:21:04.788 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-03-17T19:21:05.330ZMar 17 19:21:04.832 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17712026-03-17T19:21:06.067ZMar 17 19:21:05.571 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17722026-03-17T19:21:06.067ZMar 17 19:21:05.571 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17732026-03-17T19:21:09.033ZMar 17 19:21:08.537 INFO Download complete, target: DendriteStub
17742026-03-17T19:21:09.098ZMar 17 19:21:08.602 INFO Download complete, target: MaghemiteMgd
17752026-03-17T19:21:13.994ZMar 17 19:21:13.498 INFO Checking that binary works, target: Cockroach
17762026-03-17T19:21:14.109ZMar 17 19:21:13.614 INFO Download complete, target: Cockroach
17772026-03-17T19:21:16.698ZMar 17 19:21:16.203 INFO Checking that binary works, target: Clickhouse
17782026-03-17T19:21:16.798ZMar 17 19:21:16.303 INFO Download complete, target: Clickhouse
17792026-03-17T19:21:16.817ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-03-17T19:21:16.820Z
17812026-03-17T19:21:16.820Zreal 6:14.619848742
17822026-03-17T19:21:16.820Zuser 10:26.681923215
17832026-03-17T19:21:16.820Zsys 1:48.339076185
17842026-03-17T19:21:16.821Ztrap 0.330849743
17852026-03-17T19:21:16.821Ztflt 0.705662310
17862026-03-17T19:21:16.821Zdflt 0.560164566
17872026-03-17T19:21:16.821Zkflt 0.022146651
17882026-03-17T19:21:16.821Zlock 30:49.121923767
17892026-03-17T19:21:16.821Zslp 33:43.087563924
17902026-03-17T19:21:16.821Zlat 57.265042576
17912026-03-17T19:21:16.821Zstop 2:43.470683480
17922026-03-17T19:21:16.821Z+ banner hack-check
17932026-03-17T19:21:16.821Z
17942026-03-17T19:21:16.821Z # # ## #### # # #### # # ###### #### # #
17952026-03-17T19:21:16.821Z # # # # # # # # # # # # # # # # #
17962026-03-17T19:21:16.821Z ###### # # # #### ##### # ###### ##### # ####
17972026-03-17T19:21:16.821Z # # ###### # # # # # # # # # #
17982026-03-17T19:21:16.821Z # # # # # # # # # # # # # # # # #
17992026-03-17T19:21:16.821Z # # # # #### # # #### # # ###### #### # #
18002026-03-17T19:21:16.821Z
18012026-03-17T19:21:16.821Z+ export CARGO_INCREMENTAL=0
18022026-03-17T19:21:16.821Z+ CARGO_INCREMENTAL=0
18032026-03-17T19:21:16.821Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-03-17T19:21:17.505Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-03-17T19:21:17.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-03-17T19:21:20.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s
18072026-03-17T19:21:20.386Z Running `target/debug/xtask check-features --ci`
18082026-03-17T19:21:20.413Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-03-17T19:21:20.416Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-03-17T19:21:21.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s
18112026-03-17T19:21:21.069Z Running `target/debug/xtask download cargo-hack`
18122026-03-17T19:21:22.081Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-03-17T19:21:22.459Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-03-17T19:21:25.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
18152026-03-17T19:21:25.924Z Running `target/debug/xtask-downloader cargo-hack`
18162026-03-17T19:21:25.967ZMar 17 19:21:25.473 INFO Starting download, target: CargoHack
18172026-03-17T19:21:25.970ZMar 17 19:21:25.474 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-03-17T19:21:26.381ZMar 17 19:21:25.888 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-03-17T19:21:26.461ZMar 17 19:21:25.967 INFO Download complete, target: CargoHack
18202026-03-17T19:21:26.466Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18212026-03-17T19:21:26.482Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-03-17T19:21:26.681Zinfo: running `cargo check --bins` on api_identity (1/257)
18232026-03-17T19:21:27.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-03-17T19:21:27.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-03-17T19:21:27.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-03-17T19:21:27.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18272026-03-17T19:21:27.428Z
18282026-03-17T19:21:27.428Zinfo: running `cargo check --bins` on bootstore (2/257)
18292026-03-17T19:21:28.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-03-17T19:21:28.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-03-17T19:21:28.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-03-17T19:21:28.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18332026-03-17T19:21:28.180Z
18342026-03-17T19:21:28.180Zinfo: running `cargo check --bins` on omicron-ledger (3/257)
18352026-03-17T19:21:28.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-03-17T19:21:28.837Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-03-17T19:21:28.837Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-03-17T19:21:28.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18392026-03-17T19:21:28.931Z
18402026-03-17T19:21:28.931Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/257)
18412026-03-17T19:21:29.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-03-17T19:21:29.590Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-03-17T19:21:29.590Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-03-17T19:21:29.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
18452026-03-17T19:21:29.685Z
18462026-03-17T19:21:29.685Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/257)
18472026-03-17T19:21:30.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-03-17T19:21:30.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-03-17T19:21:30.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-03-17T19:21:30.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18512026-03-17T19:21:30.451Z
18522026-03-17T19:21:30.451Zinfo: running `cargo check --bins` on omicron-certificates (6/257)
18532026-03-17T19:21:31.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-03-17T19:21:31.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-03-17T19:21:31.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-03-17T19:21:31.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18572026-03-17T19:21:31.224Z
18582026-03-17T19:21:31.224Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/257)
18592026-03-17T19:21:31.886Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-03-17T19:21:31.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-03-17T19:21:31.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-03-17T19:21:31.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18632026-03-17T19:21:31.988Z
18642026-03-17T19:21:31.988Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/257)
18652026-03-17T19:21:32.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-03-17T19:21:32.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-03-17T19:21:32.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-03-17T19:21:32.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18692026-03-17T19:21:32.752Z
18702026-03-17T19:21:32.752Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/257)
18712026-03-17T19:21:33.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-03-17T19:21:33.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-03-17T19:21:33.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-03-17T19:21:33.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
18752026-03-17T19:21:33.345Z
18762026-03-17T19:21:33.345Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/257)
18772026-03-17T19:21:33.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-03-17T19:21:33.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-03-17T19:21:33.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-03-17T19:21:33.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18812026-03-17T19:21:33.943Z
18822026-03-17T19:21:33.943Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/257)
18832026-03-17T19:21:34.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-03-17T19:21:34.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-03-17T19:21:34.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-03-17T19:21:34.483Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18872026-03-17T19:21:34.545Z
18882026-03-17T19:21:34.545Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/257)
18892026-03-17T19:21:35.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-03-17T19:21:35.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-03-17T19:21:35.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-03-17T19:21:35.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18932026-03-17T19:21:35.143Z
18942026-03-17T19:21:35.143Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/257)
18952026-03-17T19:21:35.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-03-17T19:21:35.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-03-17T19:21:35.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-03-17T19:21:35.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18992026-03-17T19:21:35.746Z
19002026-03-17T19:21:35.746Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/257)
19012026-03-17T19:21:36.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-03-17T19:21:36.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-03-17T19:21:36.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-03-17T19:21:36.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19052026-03-17T19:21:36.348Z
19062026-03-17T19:21:36.348Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/257)
19072026-03-17T19:21:36.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-03-17T19:21:36.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-03-17T19:21:36.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-03-17T19:21:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19112026-03-17T19:21:36.947Z
19122026-03-17T19:21:36.947Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/257)
19132026-03-17T19:21:37.479Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-03-17T19:21:37.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-03-17T19:21:37.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-03-17T19:21:37.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19172026-03-17T19:21:37.547Z
19182026-03-17T19:21:37.547Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/257)
19192026-03-17T19:21:38.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-03-17T19:21:38.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-03-17T19:21:38.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-03-17T19:21:38.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19232026-03-17T19:21:38.148Z
19242026-03-17T19:21:38.148Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/257)
19252026-03-17T19:21:38.683Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-03-17T19:21:38.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-03-17T19:21:38.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-03-17T19:21:38.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19292026-03-17T19:21:38.751Z
19302026-03-17T19:21:38.751Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/257)
19312026-03-17T19:21:39.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-03-17T19:21:39.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-03-17T19:21:39.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-03-17T19:21:39.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19352026-03-17T19:21:39.349Z
19362026-03-17T19:21:39.349Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/257)
19372026-03-17T19:21:39.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-03-17T19:21:39.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-03-17T19:21:39.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-03-17T19:21:39.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19412026-03-17T19:21:39.950Z
19422026-03-17T19:21:39.950Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/257)
19432026-03-17T19:21:40.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-03-17T19:21:40.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-03-17T19:21:40.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-03-17T19:21:40.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19472026-03-17T19:21:40.549Z
19482026-03-17T19:21:40.549Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/257)
19492026-03-17T19:21:41.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-03-17T19:21:41.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-03-17T19:21:41.085Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-03-17T19:21:41.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19532026-03-17T19:21:41.147Z
19542026-03-17T19:21:41.147Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/257)
19552026-03-17T19:21:41.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-03-17T19:21:41.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-03-17T19:21:41.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-03-17T19:21:41.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19592026-03-17T19:21:41.746Z
19602026-03-17T19:21:41.746Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/257)
19612026-03-17T19:21:42.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-03-17T19:21:42.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-03-17T19:21:42.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-03-17T19:21:42.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19652026-03-17T19:21:42.350Z
19662026-03-17T19:21:42.351Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/257)
19672026-03-17T19:21:42.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-03-17T19:21:42.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-03-17T19:21:42.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-03-17T19:21:42.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19712026-03-17T19:21:42.956Z
19722026-03-17T19:21:42.957Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/257)
19732026-03-17T19:21:43.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-03-17T19:21:43.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-03-17T19:21:43.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-03-17T19:21:43.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19772026-03-17T19:21:43.561Z
19782026-03-17T19:21:43.561Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/257)
19792026-03-17T19:21:44.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-03-17T19:21:44.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-03-17T19:21:44.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-03-17T19:21:44.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19832026-03-17T19:21:44.165Z
19842026-03-17T19:21:44.165Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/257)
19852026-03-17T19:21:44.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-03-17T19:21:44.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-03-17T19:21:44.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-03-17T19:21:44.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19892026-03-17T19:21:44.772Z
19902026-03-17T19:21:44.772Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/257)
19912026-03-17T19:21:45.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-03-17T19:21:45.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-03-17T19:21:45.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-03-17T19:21:45.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19952026-03-17T19:21:45.376Z
19962026-03-17T19:21:45.376Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/257)
19972026-03-17T19:21:45.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-03-17T19:21:45.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-03-17T19:21:45.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-03-17T19:21:45.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20012026-03-17T19:21:45.973Z
20022026-03-17T19:21:45.973Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/257)
20032026-03-17T19:21:46.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-03-17T19:21:46.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-03-17T19:21:46.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-03-17T19:21:46.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20072026-03-17T19:21:46.577Z
20082026-03-17T19:21:46.577Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/257)
20092026-03-17T19:21:47.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-03-17T19:21:47.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-03-17T19:21:47.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-03-17T19:21:47.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20132026-03-17T19:21:47.180Z
20142026-03-17T19:21:47.180Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/257)
20152026-03-17T19:21:47.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-03-17T19:21:47.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-03-17T19:21:47.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-03-17T19:21:47.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20192026-03-17T19:21:47.786Z
20202026-03-17T19:21:47.786Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/257)
20212026-03-17T19:21:48.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-03-17T19:21:48.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-03-17T19:21:48.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-03-17T19:21:48.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20252026-03-17T19:21:48.389Z
20262026-03-17T19:21:48.389Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/257)
20272026-03-17T19:21:48.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-03-17T19:21:48.934Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-03-17T19:21:48.934Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-03-17T19:21:48.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20312026-03-17T19:21:48.994Z
20322026-03-17T19:21:48.995Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/257)
20332026-03-17T19:21:49.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-03-17T19:21:49.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-03-17T19:21:49.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-03-17T19:21:49.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20372026-03-17T19:21:49.594Z
20382026-03-17T19:21:49.594Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/257)
20392026-03-17T19:21:50.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-03-17T19:21:50.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-03-17T19:21:50.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-03-17T19:21:50.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20432026-03-17T19:21:50.197Z
20442026-03-17T19:21:50.197Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/257)
20452026-03-17T19:21:50.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-03-17T19:21:50.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-03-17T19:21:50.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-03-17T19:21:50.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20492026-03-17T19:21:50.798Z
20502026-03-17T19:21:50.798Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/257)
20512026-03-17T19:21:51.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-03-17T19:21:51.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-03-17T19:21:51.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-03-17T19:21:51.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20552026-03-17T19:21:51.400Z
20562026-03-17T19:21:51.400Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/257)
20572026-03-17T19:21:51.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-03-17T19:21:51.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-03-17T19:21:51.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-03-17T19:21:51.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20612026-03-17T19:21:52.004Z
20622026-03-17T19:21:52.004Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20632026-03-17T19:21:52.542Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-03-17T19:21:52.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-03-17T19:21:52.546Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-03-17T19:21:52.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20672026-03-17T19:21:52.613Z
20682026-03-17T19:21:52.613Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20692026-03-17T19:21:53.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-03-17T19:21:53.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-03-17T19:21:53.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-03-17T19:21:53.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20732026-03-17T19:21:53.221Z
20742026-03-17T19:21:53.221Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20752026-03-17T19:21:53.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-03-17T19:21:53.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-03-17T19:21:53.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-03-17T19:21:53.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20792026-03-17T19:21:53.821Z
20802026-03-17T19:21:53.821Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20812026-03-17T19:21:54.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-03-17T19:21:54.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-03-17T19:21:54.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-03-17T19:21:54.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20852026-03-17T19:21:54.426Z
20862026-03-17T19:21:54.426Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/257)
20872026-03-17T19:21:54.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-03-17T19:21:54.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-03-17T19:21:54.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-03-17T19:21:54.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20912026-03-17T19:21:55.030Z
20922026-03-17T19:21:55.030Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/257)
20932026-03-17T19:21:55.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-03-17T19:21:55.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-03-17T19:21:55.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-03-17T19:21:55.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20972026-03-17T19:21:55.638Z
20982026-03-17T19:21:55.638Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/257)
20992026-03-17T19:21:56.175Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-03-17T19:21:56.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-03-17T19:21:56.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-03-17T19:21:56.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21032026-03-17T19:21:56.246Z
21042026-03-17T19:21:56.246Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/257)
21052026-03-17T19:21:56.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-03-17T19:21:56.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-03-17T19:21:56.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-03-17T19:21:56.787Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21092026-03-17T19:21:56.852Z
21102026-03-17T19:21:56.852Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/257)
21112026-03-17T19:21:57.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-03-17T19:21:57.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-03-17T19:21:57.937Z Checking cfg-if v1.0.4
21142026-03-17T19:21:58.095Z Checking libc v0.2.180
21152026-03-17T19:21:58.098Z Checking serde_core v1.0.228
21162026-03-17T19:21:58.129Z Checking memchr v2.8.0
21172026-03-17T19:21:58.150Z Checking smallvec v1.15.1
21182026-03-17T19:21:58.150Z Checking itoa v1.0.17
21192026-03-17T19:21:58.185Z Checking log v0.4.29
21202026-03-17T19:21:58.185Z Checking zeroize v1.8.2
21212026-03-17T19:21:58.224Z Checking stable_deref_trait v1.2.1
21222026-03-17T19:21:58.317Z Checking zerofrom v0.1.6
21232026-03-17T19:21:58.336Z Checking zmij v1.0.21
21242026-03-17T19:21:58.397Z Checking scopeguard v1.2.0
21252026-03-17T19:21:58.418Z Checking subtle v2.6.1
21262026-03-17T19:21:58.438Z Checking litemap v0.8.1
21272026-03-17T19:21:58.464Z Checking yoke v0.8.1
21282026-03-17T19:21:58.525Z Checking lock_api v0.4.14
21292026-03-17T19:21:58.610Z Checking writeable v0.6.2
21302026-03-17T19:21:58.613Z Checking percent-encoding v2.3.2
21312026-03-17T19:21:58.652Z Checking libm v0.2.16
21322026-03-17T19:21:58.673Z Checking icu_properties_data v2.1.2
21332026-03-17T19:21:58.693Z Checking zerovec v0.11.5
21342026-03-17T19:21:58.712Z Checking getrandom v0.2.17
21352026-03-17T19:21:58.793Z Checking errno v0.3.14
21362026-03-17T19:21:58.813Z Checking zerotrie v0.2.3
21372026-03-17T19:21:58.816Z Checking icu_normalizer_data v2.1.1
21382026-03-17T19:21:58.852Z Checking pin-project-lite v0.2.17
21392026-03-17T19:21:58.896Z Checking rand_core v0.6.4
21402026-03-17T19:21:58.923Z Checking utf8_iter v1.0.4
21412026-03-17T19:21:58.943Z Checking form_urlencoded v1.2.2
21422026-03-17T19:21:58.963Z Checking typenum v1.19.0
21432026-03-17T19:21:59.075Z Checking portable-atomic v1.13.1
21442026-03-17T19:21:59.101Z Checking critical-section v1.2.0
21452026-03-17T19:21:59.124Z Checking rand_core v0.10.0
21462026-03-17T19:21:59.144Z Checking signal-hook-registry v1.4.8
21472026-03-17T19:21:59.228Z Checking parking_lot_core v0.9.12
21482026-03-17T19:21:59.294Z Checking tinystr v0.8.2
21492026-03-17T19:21:59.314Z Checking potential_utf v0.1.4
21502026-03-17T19:21:59.347Z Checking getrandom v0.4.1
21512026-03-17T19:21:59.472Z Checking parking_lot v0.12.5
21522026-03-17T19:21:59.491Z Checking icu_collections v2.1.1
21532026-03-17T19:21:59.518Z Checking icu_locale_core v2.1.1
21542026-03-17T19:21:59.539Z Checking socket2 v0.6.2
21552026-03-17T19:21:59.625Z Checking num-traits v0.2.19
21562026-03-17T19:21:59.653Z Checking once_cell v1.21.3
21572026-03-17T19:21:59.676Z Checking generic-array v0.14.7
21582026-03-17T19:21:59.716Z Checking mio v1.1.1
21592026-03-17T19:21:59.865Z Checking zerocopy v0.8.40
21602026-03-17T19:21:59.890Z Checking iana-time-zone v0.1.65
21612026-03-17T19:21:59.911Z Checking futures-core v0.3.32
21622026-03-17T19:22:00.024Z Checking equivalent v1.0.2
21632026-03-17T19:22:00.069Z Checking allocator-api2 v0.2.21
21642026-03-17T19:22:00.114Z Checking foldhash v0.2.0
21652026-03-17T19:22:00.135Z Checking const-oid v0.9.6
21662026-03-17T19:22:00.274Z Checking serde v1.0.228
21672026-03-17T19:22:00.306Z Checking serde_json v1.0.149
21682026-03-17T19:22:00.325Z Checking icu_provider v2.1.1
21692026-03-17T19:22:00.344Z Checking bitflags v2.11.0
21702026-03-17T19:22:00.429Z Checking crypto-common v0.1.7
21712026-03-17T19:22:00.449Z Checking uuid v1.21.0
21722026-03-17T19:22:00.559Z Checking hashbrown v0.16.1
21732026-03-17T19:22:00.586Z Checking dyn-clone v1.0.20
21742026-03-17T19:22:00.635Z Checking icu_normalizer v2.1.1
21752026-03-17T19:22:00.715Z Checking icu_properties v2.1.2
21762026-03-17T19:22:00.852Z Checking bytes v1.11.1
21772026-03-17T19:22:00.872Z Checking chrono v0.4.44
21782026-03-17T19:22:01.032Z Checking futures-sink v0.3.32
21792026-03-17T19:22:01.148Z Checking block-buffer v0.10.4
21802026-03-17T19:22:01.167Z Checking futures-channel v0.3.32
21812026-03-17T19:22:01.232Z Checking semver v1.0.27
21822026-03-17T19:22:01.262Z Checking futures-task v0.3.32
21832026-03-17T19:22:01.320Z Checking futures-io v0.3.32
21842026-03-17T19:22:01.414Z Checking slab v0.4.12
21852026-03-17T19:22:01.439Z Checking digest v0.10.7
21862026-03-17T19:22:01.467Z Checking thiserror v2.0.18
21872026-03-17T19:22:01.486Z Checking tokio v1.49.0
21882026-03-17T19:22:01.507Z Checking byteorder v1.5.0
21892026-03-17T19:22:01.591Z Checking indexmap v2.13.0
21902026-03-17T19:22:01.616Z Checking futures-util v0.3.32
21912026-03-17T19:22:01.700Z Checking cpufeatures v0.2.17
21922026-03-17T19:22:01.778Z Checking http v1.4.0
21932026-03-17T19:22:01.800Z Checking fnv v1.0.7
21942026-03-17T19:22:01.868Z Checking idna_adapter v1.2.1
21952026-03-17T19:22:01.913Z Checking unicode-ident v1.0.24
21962026-03-17T19:22:02.017Z Checking idna v1.1.0
21972026-03-17T19:22:02.050Z Checking base64 v0.22.1
21982026-03-17T19:22:02.073Z Checking tracing-core v0.1.36
21992026-03-17T19:22:02.334Z Checking url v2.5.8
22002026-03-17T19:22:02.372Z Checking proc-macro2 v1.0.106
22012026-03-17T19:22:02.392Z Checking rustls-pki-types v1.14.0
22022026-03-17T19:22:02.494Z Checking tracing v0.1.44
22032026-03-17T19:22:02.562Z Checking regex-syntax v0.8.10
22042026-03-17T19:22:02.756Z Checking untrusted v0.9.0
22052026-03-17T19:22:02.781Z Checking thiserror v1.0.69
22062026-03-17T19:22:02.801Z Checking quote v1.0.44
22072026-03-17T19:22:02.898Z Checking ring v0.17.14
22082026-03-17T19:22:02.918Z Checking schemars v0.8.22
22092026-03-17T19:22:02.943Z Checking ipnet v2.11.0
22102026-03-17T19:22:03.025Z Checking syn v2.0.117
22112026-03-17T19:22:03.300Z Checking httparse v1.10.1
22122026-03-17T19:22:03.576Z Checking http-body v1.0.1
22132026-03-17T19:22:03.745Z Checking rustix v1.1.3
22142026-03-17T19:22:03.821Z Checking block-padding v0.3.3
22152026-03-17T19:22:03.858Z Checking ppv-lite86 v0.2.21
22162026-03-17T19:22:03.989Z Checking getrandom v0.3.4
22172026-03-17T19:22:04.172Z Checking atomic-waker v1.1.2
22182026-03-17T19:22:04.248Z Checking inout v0.1.4
22192026-03-17T19:22:04.273Z Checking hmac v0.12.1
22202026-03-17T19:22:04.276Z Checking aws-lc-sys v0.37.1
22212026-03-17T19:22:04.312Z Checking aho-corasick v1.1.4
22222026-03-17T19:22:04.374Z Checking httpdate v1.0.3
22232026-03-17T19:22:04.424Z Checking tower-layer v0.3.3
22242026-03-17T19:22:04.443Z Checking powerfmt v0.2.0
22252026-03-17T19:22:04.562Z Checking untrusted v0.7.1
22262026-03-17T19:22:04.616Z Checking try-lock v0.2.5
22272026-03-17T19:22:04.646Z Checking tower-service v0.3.3
22282026-03-17T19:22:04.704Z Checking openssl-probe v0.2.1
22292026-03-17T19:22:04.736Z Checking want v0.3.1
22302026-03-17T19:22:04.758Z Checking deranged v0.5.8
22312026-03-17T19:22:04.851Z Checking cipher v0.4.4
22322026-03-17T19:22:04.902Z Checking rand_core v0.9.5
22332026-03-17T19:22:04.955Z Checking pin-utils v0.1.0
22342026-03-17T19:22:05.003Z Checking aws-lc-rs v1.16.0
22352026-03-17T19:22:05.046Z Checking base64ct v1.8.3
22362026-03-17T19:22:05.131Z Checking time-core v0.1.8
22372026-03-17T19:22:05.150Z Checking num-conv v0.2.0
22382026-03-17T19:22:05.271Z Checking regex-automata v0.4.14
22392026-03-17T19:22:05.300Z Checking num_threads v0.1.7
22402026-03-17T19:22:05.323Z Checking sha2 v0.10.9
22412026-03-17T19:22:05.359Z Checking erased-serde v0.3.31
22422026-03-17T19:22:05.407Z Checking pretty-hex v0.4.1
22432026-03-17T19:22:05.564Z Checking rand_chacha v0.9.0
22442026-03-17T19:22:05.685Z Checking ryu v1.0.23
22452026-03-17T19:22:05.829Z Checking fastrand v2.3.0
22462026-03-17T19:22:05.863Z Checking rand v0.9.2
22472026-03-17T19:22:05.886Z Checking tokio-util v0.7.18
22482026-03-17T19:22:05.931Z Checking slog v2.8.2
22492026-03-17T19:22:06.063Z Checking pem-rfc7468 v0.7.0
22502026-03-17T19:22:06.084Z Checking time v0.3.47
22512026-03-17T19:22:06.160Z Checking rustls-webpki v0.103.9
22522026-03-17T19:22:06.266Z Checking rustls-native-certs v0.8.3
22532026-03-17T19:22:06.288Z Checking ipnetwork v0.21.1
22542026-03-17T19:22:06.309Z Checking http-body-util v0.1.3
22552026-03-17T19:22:06.431Z Checking sync_wrapper v1.0.2
22562026-03-17T19:22:06.504Z Checking spin v0.9.8
22572026-03-17T19:22:06.562Z Checking plain v0.2.3
22582026-03-17T19:22:06.582Z Checking flagset v0.4.7
22592026-03-17T19:22:06.604Z Checking tower v0.5.3
22602026-03-17T19:22:06.697Z Checking serde_urlencoded v0.7.1
22612026-03-17T19:22:06.719Z Checking h2 v0.4.13
22622026-03-17T19:22:06.740Z Checking der v0.7.10
22632026-03-17T19:22:06.740Z Checking rustls v0.23.37
22642026-03-17T19:22:06.780Z Checking rand_chacha v0.3.1
22652026-03-17T19:22:06.970Z Checking webpki-roots v1.0.6
22662026-03-17T19:22:07.052Z Checking tinyvec_macros v0.1.1
22672026-03-17T19:22:07.118Z Checking ucd-trie v0.1.7
22682026-03-17T19:22:07.139Z Checking iri-string v0.7.10
22692026-03-17T19:22:07.159Z Checking tinyvec v1.10.0
22702026-03-17T19:22:07.289Z Checking pest v2.8.6
22712026-03-17T19:22:07.585Z Checking rand v0.8.5
22722026-03-17T19:22:07.674Z Checking tempfile v3.25.0
22732026-03-17T19:22:07.766Z Checking spki v0.7.3
22742026-03-17T19:22:07.822Z Checking salsa20 v0.10.2
22752026-03-17T19:22:07.930Z Checking pbkdf2 v0.12.2
22762026-03-17T19:22:07.980Z Checking unicode-width v0.2.0
22772026-03-17T19:22:08.041Z Checking foreign-types-shared v0.1.1
22782026-03-17T19:22:08.071Z Checking scrypt v0.11.0
22792026-03-17T19:22:08.106Z Checking foreign-types v0.3.2
22802026-03-17T19:22:08.195Z Checking regex v1.12.3
22812026-03-17T19:22:08.257Z Checking aes v0.8.4
22822026-03-17T19:22:08.303Z Checking cbc v0.1.2
22832026-03-17T19:22:08.323Z Checking anyhow v1.0.102
22842026-03-17T19:22:08.465Z Checking openssl-sys v0.9.111
22852026-03-17T19:22:08.575Z Checking crossbeam-utils v0.8.21
22862026-03-17T19:22:08.597Z Checking tower-http v0.6.8
22872026-03-17T19:22:08.597Z Checking oxnet v0.1.4
22882026-03-17T19:22:08.771Z Checking mime v0.3.17
22892026-03-17T19:22:08.800Z Checking pkcs5 v0.7.1
22902026-03-17T19:22:08.905Z Checking openapiv3 v2.2.0
22912026-03-17T19:22:08.984Z Checking scroll v0.12.0
22922026-03-17T19:22:09.003Z Checking encoding_rs v0.8.35
22932026-03-17T19:22:09.041Z Checking winnow v0.7.14
22942026-03-17T19:22:09.104Z Checking openssl v0.10.75
22952026-03-17T19:22:09.139Z Checking pkcs8 v0.10.2
22962026-03-17T19:22:09.296Z Checking data-encoding v2.10.0
22972026-03-17T19:22:09.372Z Checking siphasher v1.0.2
22982026-03-17T19:22:09.589Z Checking goblin v0.8.2
22992026-03-17T19:22:09.662Z Checking lazy_static v1.5.0
23002026-03-17T19:22:09.775Z Checking zerocopy v0.7.35
23012026-03-17T19:22:10.068Z Checking tokio-rustls v0.26.4
23022026-03-17T19:22:10.307Z Checking wait-timeout v0.2.1
23032026-03-17T19:22:10.366Z Checking utf8parse v0.2.2
23042026-03-17T19:22:10.386Z Checking hyper v1.8.1
23052026-03-17T19:22:10.457Z Checking either v1.15.0
23062026-03-17T19:22:10.497Z Checking psl-types v2.0.11
23072026-03-17T19:22:10.516Z Checking managed v0.8.0
23082026-03-17T19:22:10.652Z Checking quick-error v1.2.3
23092026-03-17T19:22:10.691Z Checking bit-vec v0.8.0
23102026-03-17T19:22:10.710Z Checking anstyle v1.0.13
23112026-03-17T19:22:10.730Z Checking bitflags v1.3.2
23122026-03-17T19:22:10.764Z Checking publicsuffix v2.3.0
23132026-03-17T19:22:10.784Z Checking rusty-fork v0.3.1
23142026-03-17T19:22:10.820Z Checking anstyle-parse v0.2.7
23152026-03-17T19:22:10.941Z Checking bit-set v0.8.0
23162026-03-17T19:22:10.960Z Checking dtrace-parser v0.2.0
23172026-03-17T19:22:10.979Z Checking cookie v0.18.1
23182026-03-17T19:22:10.999Z Checking unicode-normalization v0.1.25
23192026-03-17T19:22:11.019Z Checking rand_xorshift v0.4.0
23202026-03-17T19:22:11.129Z Checking sha1 v0.10.6
23212026-03-17T19:22:11.170Z Checking thread-id v4.2.2
23222026-03-17T19:22:11.260Z Checking is_terminal_polyfill v1.70.2
23232026-03-17T19:22:11.280Z Checking colorchoice v1.0.4
23242026-03-17T19:22:11.284Z Checking unarray v0.1.4
23252026-03-17T19:22:11.331Z Checking anstyle-query v1.1.5
23262026-03-17T19:22:11.372Z Checking cookie_store v0.22.1
23272026-03-17T19:22:11.404Z Checking rustls-platform-verifier v0.6.2
23282026-03-17T19:22:11.429Z Checking proptest v1.10.0
23292026-03-17T19:22:11.448Z Checking anstream v0.6.21
23302026-03-17T19:22:11.533Z Checking crossbeam-epoch v0.9.18
23312026-03-17T19:22:11.579Z Checking terminal_size v0.4.3
23322026-03-17T19:22:11.624Z Checking hyper-util v0.1.20
23332026-03-17T19:22:11.715Z Checking scroll v0.13.0
23342026-03-17T19:22:11.735Z Checking hex v0.4.3
23352026-03-17T19:22:11.805Z Checking num-integer v0.1.46
23362026-03-17T19:22:11.839Z Checking simd-adler32 v0.3.8
23372026-03-17T19:22:11.961Z Checking native-tls v0.2.18
23382026-03-17T19:22:12.022Z Checking goblin v0.10.5
23392026-03-17T19:22:12.043Z Checking crossbeam-deque v0.8.6
23402026-03-17T19:22:12.067Z Checking bstr v1.12.1
23412026-03-17T19:22:12.108Z Checking ref-cast v1.0.25
23422026-03-17T19:22:12.192Z Checking tokio-native-tls v0.3.1
23432026-03-17T19:22:12.231Z Checking rustix v0.38.44
23442026-03-17T19:22:12.271Z Checking camino v1.2.2
23452026-03-17T19:22:12.291Z Checking dof v0.3.0
23462026-03-17T19:22:12.391Z Checking crc32fast v1.5.0
23472026-03-17T19:22:12.571Z Checking signature v2.2.0
23482026-03-17T19:22:12.609Z Checking toml_datetime v0.6.11
23492026-03-17T19:22:12.630Z Checking serde_spanned v0.6.9
23502026-03-17T19:22:12.671Z Checking usdt-impl v0.5.0
23512026-03-17T19:22:12.734Z Checking ff v0.13.1
23522026-03-17T19:22:12.786Z Checking strsim v0.11.1
23532026-03-17T19:22:12.840Z Checking base16ct v0.2.0
23542026-03-17T19:22:12.898Z Checking unicode-bidi v0.3.18
23552026-03-17T19:22:12.998Z Checking adler2 v2.0.1
23562026-03-17T19:22:13.017Z Checking unicode-properties v0.1.4
23572026-03-17T19:22:13.038Z Checking clap_lex v1.0.0
23582026-03-17T19:22:13.138Z Checking miniz_oxide v0.8.9
23592026-03-17T19:22:13.233Z Checking clap_builder v4.5.60
23602026-03-17T19:22:13.259Z Checking sec1 v0.7.3
23612026-03-17T19:22:13.288Z Checking stringprep v0.1.5
23622026-03-17T19:22:13.308Z Checking hyper-rustls v0.27.7
23632026-03-17T19:22:13.367Z Checking hyper-tls v0.6.0
23642026-03-17T19:22:13.479Z Checking group v0.13.0
23652026-03-17T19:22:13.557Z Checking rayon-core v1.13.0
23662026-03-17T19:22:13.578Z Checking reqwest v0.13.2
23672026-03-17T19:22:13.598Z Checking reqwest v0.12.28
23682026-03-17T19:22:13.628Z Checking num-iter v0.1.45
23692026-03-17T19:22:13.665Z Checking toml_parser v1.0.9+spec-1.1.0
23702026-03-17T19:22:13.770Z Checking dtrace-parser v0.3.0
23712026-03-17T19:22:13.951Z Checking newtype-uuid v1.3.2
23722026-03-17T19:22:13.971Z Checking hkdf v0.12.4
23732026-03-17T19:22:14.084Z Checking strum v0.26.3
23742026-03-17T19:22:14.108Z Checking zstd-sys v2.0.16+zstd.1.5.7
23752026-03-17T19:22:14.139Z Checking hash32 v0.2.1
23762026-03-17T19:22:14.207Z Checking daft v0.1.5
23772026-03-17T19:22:14.226Z Checking md-5 v0.10.6
23782026-03-17T19:22:14.253Z Checking crypto-bigint v0.5.5
23792026-03-17T19:22:14.357Z Checking toml_datetime v0.7.5+spec-1.1.0
23802026-03-17T19:22:14.399Z Checking thread-id v5.1.0
23812026-03-17T19:22:14.499Z Checking unicode-segmentation v1.12.0
23822026-03-17T19:22:14.520Z Checking zlib-rs v0.6.2
23832026-03-17T19:22:14.612Z Checking fallible-iterator v0.2.0
23842026-03-17T19:22:14.715Z Checking heapless v0.7.17
23852026-03-17T19:22:14.751Z Checking zstd-safe v7.2.4
23862026-03-17T19:22:14.935Z Checking rayon v1.11.0
23872026-03-17T19:22:14.955Z Checking clap v4.5.60
23882026-03-17T19:22:14.975Z Checking itertools v0.12.1
23892026-03-17T19:22:15.003Z Checking postgres-protocol v0.6.10
23902026-03-17T19:22:15.054Z Checking phf_shared v0.13.1
23912026-03-17T19:22:15.303Z Checking console v0.16.2
23922026-03-17T19:22:15.330Z Checking curve25519-dalek v4.1.3
23932026-03-17T19:22:15.351Z Checking dof v0.4.0
23942026-03-17T19:22:15.433Z Checking memoffset v0.9.1
23952026-03-17T19:22:15.535Z Checking bzip2-sys v0.1.13+1.0.8
23962026-03-17T19:22:15.615Z Checking elliptic-curve v0.13.8
23972026-03-17T19:22:15.642Z Checking signal-hook v0.3.18
23982026-03-17T19:22:15.698Z Checking memmap2 v0.9.10
23992026-03-17T19:22:15.764Z Checking flate2 v1.1.9
24002026-03-17T19:22:15.883Z Checking bumpalo v3.20.2
24012026-03-17T19:22:15.905Z Checking libbz2-rs-sys v0.2.2
24022026-03-17T19:22:16.030Z Checking unit-prefix v0.5.2
24032026-03-17T19:22:16.148Z Checking fixedbitset v0.4.2
24042026-03-17T19:22:16.169Z Checking toml_write v0.1.2
24052026-03-17T19:22:16.187Z Checking foldhash v0.1.5
24062026-03-17T19:22:16.208Z Checking usdt-impl v0.6.0
24072026-03-17T19:22:16.342Z Checking winnow v0.5.40
24082026-03-17T19:22:16.364Z Checking hashbrown v0.15.5
24092026-03-17T19:22:16.367Z Checking zone v0.3.1
24102026-03-17T19:22:16.402Z Checking toml_edit v0.22.27
24112026-03-17T19:22:16.422Z Checking petgraph v0.6.5
24122026-03-17T19:22:16.442Z Checking bzip2 v0.6.1
24132026-03-17T19:22:16.572Z Checking usdt v0.6.0
24142026-03-17T19:22:16.653Z Checking zopfli v0.8.3
24152026-03-17T19:22:16.776Z Checking signal-hook-mio v0.2.5
24162026-03-17T19:22:16.859Z Checking bzip2 v0.4.4
24172026-03-17T19:22:16.906Z Checking nix v0.31.1
24182026-03-17T19:22:16.971Z Checking indicatif v0.18.4
24192026-03-17T19:22:17.002Z Checking postgres-types v0.2.12
24202026-03-17T19:22:17.070Z Checking phf v0.13.1
24212026-03-17T19:22:17.089Z Checking smoltcp v0.9.1
24222026-03-17T19:22:17.265Z Checking zstd v0.13.3
24232026-03-17T19:22:17.424Z Checking similar v2.7.0
24242026-03-17T19:22:17.454Z Checking num-bigint-dig v0.8.6
24252026-03-17T19:22:17.519Z Checking ed25519 v2.2.3
24262026-03-17T19:22:17.750Z Checking phf_shared v0.11.3
24272026-03-17T19:22:17.902Z Checking pkcs1 v0.7.5
24282026-03-17T19:22:17.923Z Checking tokio-stream v0.1.18
24292026-03-17T19:22:17.943Z Checking strum v0.27.2
24302026-03-17T19:22:17.946Z Checking hubpack v0.1.2
24312026-03-17T19:22:17.982Z Checking toml_edit v0.19.15
24322026-03-17T19:22:18.081Z Checking rfc6979 v0.4.0
24332026-03-17T19:22:18.170Z Checking serde-big-array v0.5.1
24342026-03-17T19:22:18.191Z Checking float-cmp v0.10.0
24352026-03-17T19:22:18.195Z Checking env_filter v1.0.0
24362026-03-17T19:22:18.231Z Checking normalize-line-endings v0.3.0
24372026-03-17T19:22:18.315Z Checking difflib v0.4.0
24382026-03-17T19:22:18.339Z Checking precomputed-hash v0.1.1
24392026-03-17T19:22:18.339Z Checking jiff v0.2.21
24402026-03-17T19:22:18.376Z Checking whoami v2.1.0
24412026-03-17T19:22:18.397Z Checking new_debug_unreachable v1.0.6
24422026-03-17T19:22:18.432Z Checking predicates-core v1.0.10
24432026-03-17T19:22:18.459Z Checking keccak v0.1.6
24442026-03-17T19:22:18.484Z Checking rustc-hash v2.1.1
24452026-03-17T19:22:18.550Z Checking static_assertions v1.1.0
24462026-03-17T19:22:18.587Z Checking fixedbitset v0.5.7
24472026-03-17T19:22:18.612Z Checking rsa v0.9.10
24482026-03-17T19:22:18.634Z Checking tokio-postgres v0.7.16
24492026-03-17T19:22:18.637Z Checking iddqd v0.3.17
24502026-03-17T19:22:18.672Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24512026-03-17T19:22:18.675Z Checking sha3 v0.10.8
24522026-03-17T19:22:18.845Z Checking petgraph v0.8.3
24532026-03-17T19:22:18.945Z Checking predicates v3.1.4
24542026-03-17T19:22:19.252Z Checking string_cache v0.8.9
24552026-03-17T19:22:19.353Z Checking env_logger v0.11.9
24562026-03-17T19:22:19.422Z Checking toml v0.7.8
24572026-03-17T19:22:19.469Z Checking ecdsa v0.16.9
24582026-03-17T19:22:19.602Z Checking ed25519-dalek v2.2.0
24592026-03-17T19:22:19.785Z Checking zip v0.6.6
24602026-03-17T19:22:19.856Z Checking crossterm v0.28.1
24612026-03-17T19:22:19.912Z Checking serde_with v3.17.0
24622026-03-17T19:22:19.938Z Checking itertools v0.13.0
24632026-03-17T19:22:20.226Z Checking hickory-proto v0.25.2
24642026-03-17T19:22:20.351Z Checking x509-cert v0.2.5
24652026-03-17T19:22:20.845Z Checking fs-err v3.3.0
24662026-03-17T19:22:21.039Z Checking ahash v0.8.12
24672026-03-17T19:22:21.241Z Checking buf-list v1.1.2
24682026-03-17T19:22:21.241Z Checking object v0.37.3
24692026-03-17T19:22:21.300Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24702026-03-17T19:22:21.365Z Checking lalrpop-util v0.19.12
24712026-03-17T19:22:21.500Z Checking zip v4.6.1
24722026-03-17T19:22:21.521Z Checking peg-runtime v0.8.5
24732026-03-17T19:22:21.605Z Compiling structmeta-derive v0.3.0
24742026-03-17T19:22:21.651Z Compiling rustls v0.22.4
24752026-03-17T19:22:21.769Z Compiling newtype-uuid-macros v0.1.0
24762026-03-17T19:22:21.796Z Compiling multer v3.1.0
24772026-03-17T19:22:21.898Z Compiling async-stream-impl v0.3.6
24782026-03-17T19:22:21.922Z Checking futures-executor v0.3.32
24792026-03-17T19:22:22.089Z Checking regress v0.10.5
24802026-03-17T19:22:22.293Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24812026-03-17T19:22:22.684Z Compiling dropshot v0.16.7
24822026-03-17T19:22:22.767Z Checking futures v0.3.32
24832026-03-17T19:22:22.794Z Compiling dropshot_endpoint v0.16.7
24842026-03-17T19:22:22.869Z Checking thread_local v1.1.9
24852026-03-17T19:22:22.980Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24862026-03-17T19:22:23.074Z Compiling structmeta v0.3.0
24872026-03-17T19:22:23.092Z Checking crossbeam-channel v0.5.15
24882026-03-17T19:22:23.349Z Compiling derive-ex v0.1.8
24892026-03-17T19:22:23.436Z Checking is-terminal v0.4.17
24902026-03-17T19:22:23.547Z Checking term v1.2.1
24912026-03-17T19:22:23.567Z Checking take_mut v0.2.2
24922026-03-17T19:22:23.700Z Checking slog-async v2.8.0
24932026-03-17T19:22:23.837Z Checking slog-term v2.9.2
24942026-03-17T19:22:23.930Z Compiling parse-display-derive v0.10.0
24952026-03-17T19:22:24.034Z Checking rustls-webpki v0.102.8
24962026-03-17T19:22:24.089Z Checking serde_spanned v1.0.4
24972026-03-17T19:22:24.190Z Checking match_cfg v0.1.0
24982026-03-17T19:22:24.255Z Checking debug-ignore v1.0.5
24992026-03-17T19:22:24.279Z Checking toml_writer v1.0.6+spec-1.1.0
25002026-03-17T19:22:24.388Z Checking hostname v0.3.1
25012026-03-17T19:22:24.513Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25022026-03-17T19:22:24.533Z Checking toml v0.9.12+spec-1.1.0
25032026-03-17T19:22:24.572Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25042026-03-17T19:22:24.669Z Checking slog-json v2.6.1
25052026-03-17T19:22:24.696Z Checking macaddr v1.0.1
25062026-03-17T19:22:24.891Z Checking slog-bunyan v2.5.0
25072026-03-17T19:22:24.964Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25082026-03-17T19:22:25.038Z Checking async-stream v0.3.6
25092026-03-17T19:22:25.209Z Checking waitgroup v0.1.2
25102026-03-17T19:22:25.338Z Checking rustls-pemfile v2.2.0
25112026-03-17T19:22:25.411Z Checking serde_path_to_error v0.1.20
25122026-03-17T19:22:25.474Z Checking hostname v0.4.2
25132026-03-17T19:22:25.497Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25142026-03-17T19:22:25.525Z Checking progenitor-client v0.13.0
25152026-03-17T19:22:25.626Z Checking progenitor-client v0.10.0
25162026-03-17T19:22:25.640Z Compiling itertools v0.14.0
25172026-03-17T19:22:25.718Z Compiling test-strategy v0.4.5
25182026-03-17T19:22:25.799Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25192026-03-17T19:22:25.823Z Checking backon v1.6.0
25202026-03-17T19:22:25.908Z Checking instant v0.1.13
25212026-03-17T19:22:26.020Z Checking backoff v0.4.0
25222026-03-17T19:22:26.042Z Checking progenitor-extras v0.1.1
25232026-03-17T19:22:26.245Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25242026-03-17T19:22:26.269Z Checking parse-display v0.10.0
25252026-03-17T19:22:26.332Z Checking heck v0.5.0
25262026-03-17T19:22:26.507Z Compiling toml_edit v0.23.10+spec-1.0.0
25272026-03-17T19:22:26.594Z Checking tokio-rustls v0.25.0
25282026-03-17T19:22:26.647Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25292026-03-17T19:22:26.871Z Compiling heapless v0.8.0
25302026-03-17T19:22:26.907Z Compiling convert_case v0.4.0
25312026-03-17T19:22:27.238Z Compiling crucible-workspace-hack v0.1.0
25322026-03-17T19:22:27.363Z Compiling ingot-macros v0.1.1
25332026-03-17T19:22:27.403Z Compiling derive_more v0.99.20
25342026-03-17T19:22:27.520Z Compiling proc-macro-crate v3.4.0
25352026-03-17T19:22:27.733Z Checking hash32 v0.3.1
25362026-03-17T19:22:27.752Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25372026-03-17T19:22:27.894Z Checking secrecy v0.10.3
25382026-03-17T19:22:27.995Z Compiling prettyplease v0.2.37
25392026-03-17T19:22:28.044Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25402026-03-17T19:22:28.245Z Compiling smoltcp v0.11.0
25412026-03-17T19:22:28.269Z Compiling num_enum_derive v0.7.5
25422026-03-17T19:22:28.443Z Compiling typify-impl v0.6.1
25432026-03-17T19:22:28.591Z Checking tabwriter v1.4.1
25442026-03-17T19:22:28.781Z Checking cobs v0.3.0
25452026-03-17T19:22:28.862Z Compiling foreign-types-macros v0.2.3
25462026-03-17T19:22:28.965Z Compiling unsafe-libyaml v0.2.11
25472026-03-17T19:22:29.410Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25482026-03-17T19:22:29.633Z Checking foreign-types-shared v0.3.1
25492026-03-17T19:22:29.749Z Checking cpufeatures v0.3.0
25502026-03-17T19:22:29.768Z Checking foreign-types v0.5.0
25512026-03-17T19:22:29.876Z Checking chacha20 v0.10.0
25522026-03-17T19:22:29.929Z Checking num_enum v0.7.5
25532026-03-17T19:22:30.003Z Compiling serde_yaml v0.9.34+deprecated
25542026-03-17T19:22:30.061Z Checking postcard v1.1.3
25552026-03-17T19:22:31.032Z Compiling proc-macro-crate v1.3.1
25562026-03-17T19:22:31.067Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25572026-03-17T19:22:31.208Z Checking ingot-types v0.1.2
25582026-03-17T19:22:31.582Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25592026-03-17T19:22:31.609Z Checking cstr-argument v0.1.2
25602026-03-17T19:22:31.706Z Checking ingot v0.1.1
25612026-03-17T19:22:31.768Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25622026-03-17T19:22:31.831Z Checking colored v3.1.1
25632026-03-17T19:22:31.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25642026-03-17T19:22:32.055Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25652026-03-17T19:22:32.075Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25662026-03-17T19:22:32.114Z Compiling num_enum_derive v0.5.11
25672026-03-17T19:22:32.208Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25682026-03-17T19:22:32.277Z Checking rand v0.10.0
25692026-03-17T19:22:33.371Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25702026-03-17T19:22:33.823Z Checking num_enum v0.5.11
25712026-03-17T19:22:34.002Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25722026-03-17T19:22:34.569Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
25732026-03-17T19:22:34.997Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25742026-03-17T19:22:35.038Z Compiling typify-macro v0.6.1
25752026-03-17T19:22:35.077Z Compiling typify-impl v0.4.3
25762026-03-17T19:22:35.244Z Checking camino-tempfile v1.4.1
25772026-03-17T19:22:35.341Z Checking num-rational v0.4.2
25782026-03-17T19:22:35.738Z Checking half v2.7.1
25792026-03-17T19:22:35.842Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25802026-03-17T19:22:36.017Z Compiling thiserror-impl-no-std v2.0.2
25812026-03-17T19:22:36.100Z Checking universal-hash v0.5.1
25822026-03-17T19:22:36.143Z Checking num-complex v0.4.6
25832026-03-17T19:22:36.260Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25842026-03-17T19:22:36.574Z Checking ciborium-io v0.2.2
25852026-03-17T19:22:36.642Z Checking opaque-debug v0.3.1
25862026-03-17T19:22:36.662Z Checking num v0.4.3
25872026-03-17T19:22:36.690Z Checking ciborium-ll v0.2.2
25882026-03-17T19:22:36.737Z Checking poly1305 v0.8.0
25892026-03-17T19:22:36.757Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25902026-03-17T19:22:36.800Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25912026-03-17T19:22:36.920Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-03-17T19:22:37.091Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25932026-03-17T19:22:37.312Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25942026-03-17T19:22:37.364Z Compiling typify v0.6.1
25952026-03-17T19:22:37.504Z Checking toml v0.8.23
25962026-03-17T19:22:37.627Z Checking thiserror-no-std v2.0.2
25972026-03-17T19:22:37.739Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
25982026-03-17T19:22:37.962Z Checking password-hash v0.5.0
25992026-03-17T19:22:37.981Z Checking chacha20 v0.9.1
26002026-03-17T19:22:38.235Z Compiling usdt-attr-macro v0.5.0
26012026-03-17T19:22:38.260Z Compiling usdt-macro v0.5.0
26022026-03-17T19:22:38.489Z Checking smf v0.2.3
26032026-03-17T19:22:38.802Z Checking blake2 v0.10.6
26042026-03-17T19:22:38.953Z Checking aead v0.5.2
26052026-03-17T19:22:38.970Z Checking memmap v0.7.0
26062026-03-17T19:22:39.123Z Checking sigpipe v0.1.3
26072026-03-17T19:22:39.145Z Compiling num-derive v0.4.2
26082026-03-17T19:22:39.204Z Checking glob v0.3.3
26092026-03-17T19:22:39.223Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26102026-03-17T19:22:39.247Z Checking float-ord v0.3.2
26112026-03-17T19:22:39.379Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26122026-03-17T19:22:39.442Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26132026-03-17T19:22:39.490Z Checking usdt v0.5.0
26142026-03-17T19:22:39.706Z Checking chacha20poly1305 v0.10.1
26152026-03-17T19:22:39.724Z Checking argon2 v0.5.3
26162026-03-17T19:22:39.886Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-03-17T19:22:39.905Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26182026-03-17T19:22:40.109Z Checking vsss-rs v3.3.4
26192026-03-17T19:22:40.159Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-03-17T19:22:40.186Z Compiling progenitor-impl v0.13.0
26212026-03-17T19:22:40.428Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26222026-03-17T19:22:40.926Z Checking ciborium v0.2.2
26232026-03-17T19:22:41.020Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26242026-03-17T19:22:41.166Z Checking whoami v1.6.1
26252026-03-17T19:22:41.303Z Compiling semver v0.1.20
26262026-03-17T19:22:41.373Z Checking indent_write v2.2.0
26272026-03-17T19:22:41.546Z Compiling rustc_version v0.1.7
26282026-03-17T19:22:41.566Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26292026-03-17T19:22:41.582Z Compiling typify-macro v0.4.3
26302026-03-17T19:22:41.782Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26312026-03-17T19:22:41.839Z Compiling pin-project-internal v1.1.11
26322026-03-17T19:22:42.689Z Checking swrite v0.1.0
26332026-03-17T19:22:42.806Z Checking linked-hash-map v0.5.6
26342026-03-17T19:22:42.829Z Compiling minimal-lexical v0.2.1
26352026-03-17T19:22:43.036Z Checking lru-cache v0.1.2
26362026-03-17T19:22:43.172Z Compiling nom v7.1.3
26372026-03-17T19:22:43.192Z Compiling newtype_derive v0.1.6
26382026-03-17T19:22:43.373Z Checking pin-project v1.1.11
26392026-03-17T19:22:43.498Z Checking newline-converter v0.3.0
26402026-03-17T19:22:43.640Z Checking atomicwrites v0.4.4
26412026-03-17T19:22:43.804Z Checking hickory-proto v0.24.4
26422026-03-17T19:22:43.828Z Compiling progenitor-macro v0.13.0
26432026-03-17T19:22:43.865Z Compiling typify v0.4.3
26442026-03-17T19:22:43.958Z Checking phf_shared v0.12.1
26452026-03-17T19:22:43.978Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26462026-03-17T19:22:44.002Z Checking console v0.15.11
26472026-03-17T19:22:44.146Z Checking pem v3.0.6
26482026-03-17T19:22:44.383Z Checking csv-core v0.1.13
26492026-03-17T19:22:44.622Z Compiling snafu-derive v0.8.9
26502026-03-17T19:22:45.045Z Compiling async-recursion v1.1.1
26512026-03-17T19:22:45.102Z Compiling derive-where v1.6.0
26522026-03-17T19:22:45.968Z Compiling slog-dtrace v0.3.0
26532026-03-17T19:22:46.220Z Compiling cancel-safe-futures v0.1.5
26542026-03-17T19:22:46.370Z Compiling chrono-tz v0.10.4
26552026-03-17T19:22:46.485Z Compiling owo-colors v4.3.0
26562026-03-17T19:22:46.601Z Checking highway v1.3.0
26572026-03-17T19:22:46.907Z Checking resolv-conf v0.7.6
26582026-03-17T19:22:46.927Z Checking unicode-width v0.1.14
26592026-03-17T19:22:46.930Z Checking same-file v1.0.6
26602026-03-17T19:22:47.098Z Checking walkdir v2.5.0
26612026-03-17T19:22:47.147Z Checking hickory-resolver v0.24.4
26622026-03-17T19:22:47.250Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26632026-03-17T19:22:47.269Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-03-17T19:22:47.346Z Checking snafu v0.8.9
26652026-03-17T19:22:47.382Z Compiling const_format_proc_macros v0.2.34
26662026-03-17T19:22:47.926Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26672026-03-17T19:22:48.139Z Checking csv v1.4.0
26682026-03-17T19:22:48.256Z Checking expectorate v1.2.0
26692026-03-17T19:22:48.432Z Checking phf v0.12.1
26702026-03-17T19:22:48.479Z Compiling progenitor-impl v0.10.0
26712026-03-17T19:22:48.670Z Checking tokio-dtrace v0.1.1
26722026-03-17T19:22:48.691Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26732026-03-17T19:22:48.708Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26742026-03-17T19:22:48.905Z Checking globset v0.4.18
26752026-03-17T19:22:49.198Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-03-17T19:22:49.221Z Checking olpc-cjson v0.1.4
26772026-03-17T19:22:49.255Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26782026-03-17T19:22:49.389Z Checking libsw-core v0.3.2
26792026-03-17T19:22:49.409Z Checking serde_plain v1.0.2
26802026-03-17T19:22:49.581Z Checking arc-swap v1.8.2
26812026-03-17T19:22:49.601Z Compiling lzma-sys v0.1.20
26822026-03-17T19:22:49.619Z Checking typed-path v0.9.3
26832026-03-17T19:22:49.886Z Checking bytecount v0.6.9
26842026-03-17T19:22:50.127Z Checking utf-8 v0.7.6
26852026-03-17T19:22:50.307Z Checking tungstenite v0.21.0
26862026-03-17T19:22:50.757Z Checking tough v0.20.0
26872026-03-17T19:22:50.778Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26882026-03-17T19:22:50.916Z Checking progenitor v0.13.0
26892026-03-17T19:22:50.941Z Checking papergrid v0.11.0
26902026-03-17T19:22:50.988Z Checking slog-scope v4.4.1
26912026-03-17T19:22:51.088Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26922026-03-17T19:22:51.165Z Checking libsw v3.5.0
26932026-03-17T19:22:51.357Z Checking oxide-tokio-rt v0.1.3
26942026-03-17T19:22:51.680Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26952026-03-17T19:22:51.893Z Checking const_format v0.2.35
26962026-03-17T19:22:51.985Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26972026-03-17T19:22:52.205Z Compiling progenitor-macro v0.10.0
26982026-03-17T19:22:52.226Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-03-17T19:22:52.252Z Checking qorb v0.4.1
27002026-03-17T19:22:53.126Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27012026-03-17T19:22:53.730Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27022026-03-17T19:22:53.828Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27032026-03-17T19:22:53.858Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27042026-03-17T19:22:53.887Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27052026-03-17T19:22:54.276Z Compiling cargo_toml v0.22.3
27062026-03-17T19:22:54.326Z Checking gethostname v0.5.0
27072026-03-17T19:22:54.444Z Compiling tabled_derive v0.7.0
27082026-03-17T19:22:54.519Z Checking bcs v0.1.6
27092026-03-17T19:22:54.540Z Checking smawk v0.3.2
27102026-03-17T19:22:54.544Z Checking termtree v0.5.1
27112026-03-17T19:22:54.708Z Checking unicode-linebreak v0.1.5
27122026-03-17T19:22:54.733Z Checking linear-map v1.2.0
27132026-03-17T19:22:54.849Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27142026-03-17T19:22:55.028Z Checking textwrap v0.16.2
27152026-03-17T19:22:55.047Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27162026-03-17T19:22:55.316Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27172026-03-17T19:22:55.409Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27182026-03-17T19:22:55.830Z Checking tabled v0.15.0
27192026-03-17T19:22:56.077Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-03-17T19:22:56.535Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-03-17T19:22:56.800Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27222026-03-17T19:22:56.904Z Checking steno v0.4.1
27232026-03-17T19:22:57.024Z Checking slog-stdlog v4.1.1
27242026-03-17T19:22:57.183Z Checking typeid v1.0.3
27252026-03-17T19:22:57.461Z Checking tokio-tungstenite v0.21.0
27262026-03-17T19:22:57.484Z Checking humantime v2.3.0
27272026-03-17T19:22:57.735Z Checking base64 v0.21.7
27282026-03-17T19:22:57.824Z Checking xz2 v0.1.7
27292026-03-17T19:22:58.049Z Checking ron v0.12.0
27302026-03-17T19:22:58.068Z Checking slog-envlogger v2.2.0
27312026-03-17T19:22:58.238Z Checking yasna v0.5.2
27322026-03-17T19:22:58.266Z Checking headers-core v0.3.0
27332026-03-17T19:22:58.402Z Checking filetime v0.2.27
27342026-03-17T19:22:58.422Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27352026-03-17T19:22:58.530Z Checking base16ct v1.0.0
27362026-03-17T19:22:58.575Z Checking xattr v1.6.1
27372026-03-17T19:22:58.701Z Checking headers v0.4.1
27382026-03-17T19:22:58.746Z Checking tar v0.4.44
27392026-03-17T19:22:58.791Z Checking rcgen v0.12.1
27402026-03-17T19:22:59.085Z Checking subprocess v0.2.15
27412026-03-17T19:22:59.292Z Checking progenitor v0.10.0
27422026-03-17T19:22:59.459Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27432026-03-17T19:23:06.799Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27442026-03-17T19:23:14.981Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-03-17T19:23:16.765Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27462026-03-17T19:23:18.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
27472026-03-17T19:23:18.573Z
27482026-03-17T19:23:18.573Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/257)
27492026-03-17T19:23:19.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502026-03-17T19:23:19.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512026-03-17T19:23:19.604Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27522026-03-17T19:23:21.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.75s
27532026-03-17T19:23:21.552Z
27542026-03-17T19:23:21.552Zinfo: running `cargo check --bins` on nexus-config (51/257)
27552026-03-17T19:23:22.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562026-03-17T19:23:22.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572026-03-17T19:23:22.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582026-03-17T19:23:22.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27592026-03-17T19:23:22.388Z
27602026-03-17T19:23:22.389Zinfo: running `cargo check --bins` on nexus-types (52/257)
27612026-03-17T19:23:23.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622026-03-17T19:23:23.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632026-03-17T19:23:23.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642026-03-17T19:23:23.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27652026-03-17T19:23:23.229Z
27662026-03-17T19:23:23.229Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/257)
27672026-03-17T19:23:23.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682026-03-17T19:23:23.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692026-03-17T19:23:23.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702026-03-17T19:23:23.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27712026-03-17T19:23:24.016Z
27722026-03-17T19:23:24.016Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/257)
27732026-03-17T19:23:24.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742026-03-17T19:23:24.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752026-03-17T19:23:24.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762026-03-17T19:23:24.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
27772026-03-17T19:23:24.810Z
27782026-03-17T19:23:24.811Zinfo: running `cargo check --bins` on cockroach-admin-types (55/257)
27792026-03-17T19:23:25.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802026-03-17T19:23:25.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812026-03-17T19:23:25.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822026-03-17T19:23:25.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27832026-03-17T19:23:25.582Z
27842026-03-17T19:23:25.582Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/257)
27852026-03-17T19:23:26.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862026-03-17T19:23:26.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872026-03-17T19:23:26.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882026-03-17T19:23:26.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
27892026-03-17T19:23:26.351Z
27902026-03-17T19:23:26.351Zinfo: running `cargo check --bins` on ereport-types (57/257)
27912026-03-17T19:23:27.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-03-17T19:23:27.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-03-17T19:23:27.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942026-03-17T19:23:27.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
27952026-03-17T19:23:27.130Z
27962026-03-17T19:23:27.130Zinfo: running `cargo check --bins` on gateway-client (58/257)
27972026-03-17T19:23:27.804Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982026-03-17T19:23:27.807Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992026-03-17T19:23:27.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002026-03-17T19:23:27.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28012026-03-17T19:23:27.911Z
28022026-03-17T19:23:27.911Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/257)
28032026-03-17T19:23:28.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042026-03-17T19:23:28.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052026-03-17T19:23:28.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062026-03-17T19:23:28.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28072026-03-17T19:23:28.693Z
28082026-03-17T19:23:28.693Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/257)
28092026-03-17T19:23:29.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102026-03-17T19:23:29.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112026-03-17T19:23:29.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122026-03-17T19:23:29.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28132026-03-17T19:23:29.473Z
28142026-03-17T19:23:29.473Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/257)
28152026-03-17T19:23:30.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162026-03-17T19:23:30.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172026-03-17T19:23:30.148Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28182026-03-17T19:23:30.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28192026-03-17T19:23:30.249Z
28202026-03-17T19:23:30.249Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/257)
28212026-03-17T19:23:30.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28222026-03-17T19:23:30.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28232026-03-17T19:23:30.922Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28242026-03-17T19:23:30.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28252026-03-17T19:23:31.023Z
28262026-03-17T19:23:31.023Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/257)
28272026-03-17T19:23:31.711Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28282026-03-17T19:23:31.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28292026-03-17T19:23:31.714Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28302026-03-17T19:23:31.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28312026-03-17T19:23:31.822Z
28322026-03-17T19:23:31.822Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/257)
28332026-03-17T19:23:32.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28342026-03-17T19:23:32.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28352026-03-17T19:23:32.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28362026-03-17T19:23:32.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
28372026-03-17T19:23:32.619Z
28382026-03-17T19:23:32.619Zinfo: running `cargo check --bins` on key-manager-types (65/257)
28392026-03-17T19:23:33.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28402026-03-17T19:23:33.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28412026-03-17T19:23:33.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28422026-03-17T19:23:33.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28432026-03-17T19:23:33.382Z
28442026-03-17T19:23:33.382Zinfo: running `cargo check --bins` on oxlog (66/257)
28452026-03-17T19:23:34.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28462026-03-17T19:23:34.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28472026-03-17T19:23:34.197Z Compiling newtype-uuid v1.3.2
28482026-03-17T19:23:34.452Z Compiling daft v0.1.5
28492026-03-17T19:23:34.714Z Compiling iddqd v0.3.17
28502026-03-17T19:23:35.988Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28512026-03-17T19:23:36.270Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28522026-03-17T19:23:36.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28532026-03-17T19:23:36.830Z
28542026-03-17T19:23:36.830Zinfo: running `cargo check --bins` on internal-dns-types (67/257)
28552026-03-17T19:23:37.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28562026-03-17T19:23:37.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28572026-03-17T19:23:37.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28582026-03-17T19:23:37.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28592026-03-17T19:23:37.614Z
28602026-03-17T19:23:37.614Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/257)
28612026-03-17T19:23:38.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28622026-03-17T19:23:38.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28632026-03-17T19:23:38.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28642026-03-17T19:23:38.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28652026-03-17T19:23:38.396Z
28662026-03-17T19:23:38.396Zinfo: running `cargo check --bins` on nexus-types-versions (69/257)
28672026-03-17T19:23:39.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28682026-03-17T19:23:39.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28692026-03-17T19:23:39.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28702026-03-17T19:23:39.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28712026-03-17T19:23:39.211Z
28722026-03-17T19:23:39.211Zinfo: running `cargo check --bins` on omicron-passwords (70/257)
28732026-03-17T19:23:39.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28742026-03-17T19:23:39.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28752026-03-17T19:23:39.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28762026-03-17T19:23:39.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28772026-03-17T19:23:39.976Z
28782026-03-17T19:23:39.976Zinfo: running `cargo check --bins` on oxql-types (71/257)
28792026-03-17T19:23:40.655Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28802026-03-17T19:23:40.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28812026-03-17T19:23:40.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28822026-03-17T19:23:40.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28832026-03-17T19:23:40.763Z
28842026-03-17T19:23:40.763Zinfo: running `cargo check --bins` on oximeter-types (72/257)
28852026-03-17T19:23:41.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28862026-03-17T19:23:41.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28872026-03-17T19:23:41.438Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28882026-03-17T19:23:41.442Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28892026-03-17T19:23:41.540Z
28902026-03-17T19:23:41.540Zinfo: running `cargo check --bins` on oximeter-types-versions (73/257)
28912026-03-17T19:23:42.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28922026-03-17T19:23:42.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28932026-03-17T19:23:42.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28942026-03-17T19:23:42.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28952026-03-17T19:23:42.317Z
28962026-03-17T19:23:42.317Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/257)
28972026-03-17T19:23:42.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28982026-03-17T19:23:42.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28992026-03-17T19:23:42.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29002026-03-17T19:23:42.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29012026-03-17T19:23:43.086Z
29022026-03-17T19:23:43.086Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/257)
29032026-03-17T19:23:43.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29042026-03-17T19:23:43.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29052026-03-17T19:23:43.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29062026-03-17T19:23:43.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29072026-03-17T19:23:43.898Z
29082026-03-17T19:23:43.898Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/257)
29092026-03-17T19:23:44.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29102026-03-17T19:23:44.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29112026-03-17T19:23:44.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29122026-03-17T19:23:44.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29132026-03-17T19:23:44.703Z
29142026-03-17T19:23:44.703Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/257)
29152026-03-17T19:23:45.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29162026-03-17T19:23:45.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29172026-03-17T19:23:45.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29182026-03-17T19:23:45.411Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29192026-03-17T19:23:45.515Z
29202026-03-17T19:23:45.515Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/257)
29212026-03-17T19:23:46.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-03-17T19:23:46.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-03-17T19:23:46.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29242026-03-17T19:23:46.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29252026-03-17T19:23:46.324Z
29262026-03-17T19:23:46.324Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/257)
29272026-03-17T19:23:46.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-03-17T19:23:46.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-03-17T19:23:46.995Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29302026-03-17T19:23:46.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29312026-03-17T19:23:47.095Z
29322026-03-17T19:23:47.095Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/257)
29332026-03-17T19:23:47.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-03-17T19:23:47.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-03-17T19:23:47.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29362026-03-17T19:23:47.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
29372026-03-17T19:23:47.868Z
29382026-03-17T19:23:47.869Zinfo: running `cargo check --bins --no-default-features` on gfss (81/257)
29392026-03-17T19:23:48.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-03-17T19:23:48.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-03-17T19:23:48.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29422026-03-17T19:23:48.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29432026-03-17T19:23:48.629Z
29442026-03-17T19:23:48.629Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/257)
29452026-03-17T19:23:49.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-03-17T19:23:49.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-03-17T19:23:49.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29482026-03-17T19:23:49.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29492026-03-17T19:23:49.390Z
29502026-03-17T19:23:49.390Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/257)
29512026-03-17T19:23:50.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-03-17T19:23:50.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-03-17T19:23:50.269Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-03-17T19:23:50.939Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
29552026-03-17T19:23:51.166Z
29562026-03-17T19:23:51.167Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/257)
29572026-03-17T19:23:51.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-03-17T19:23:51.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-03-17T19:23:52.076Z Compiling ar_archive_writer v0.5.1
29602026-03-17T19:23:52.205Z Compiling stacker v0.1.23
29612026-03-17T19:23:52.229Z Compiling cfg_aliases v0.1.1
29622026-03-17T19:23:52.232Z Compiling convert_case v0.10.0
29632026-03-17T19:23:52.236Z Checking fd-lock v4.0.4
29642026-03-17T19:23:52.236Z Checking nibble_vec v0.1.0
29652026-03-17T19:23:52.236Z Checking vte v0.14.1
29662026-03-17T19:23:52.236Z Compiling recursive-proc-macro-impl v0.1.1
29672026-03-17T19:23:52.399Z Checking endian-type v0.1.2
29682026-03-17T19:23:52.434Z Compiling nix v0.28.0
29692026-03-17T19:23:52.454Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29702026-03-17T19:23:52.472Z Checking strip-ansi-escapes v0.2.1
29712026-03-17T19:23:52.560Z Checking radix_trie v0.2.1
29722026-03-17T19:23:52.599Z Compiling peg-macros v0.8.5
29732026-03-17T19:23:52.615Z Checking winnow v0.6.26
29742026-03-17T19:23:52.734Z Compiling derive_more-impl v2.1.1
29752026-03-17T19:23:52.779Z Compiling sqlparser_derive v0.5.0
29762026-03-17T19:23:52.836Z Checking nu-ansi-term v0.50.3
29772026-03-17T19:23:53.075Z Checking unicode_categories v0.1.1
29782026-03-17T19:23:53.109Z Checking home v0.5.12
29792026-03-17T19:23:53.243Z Checking reedline v0.40.0
29802026-03-17T19:23:53.309Z Checking display-error-chain v0.2.2
29812026-03-17T19:23:53.393Z Compiling psm v0.1.30
29822026-03-17T19:23:53.816Z Checking derive_more v2.1.1
29832026-03-17T19:23:53.910Z Checking crossterm v0.29.0
29842026-03-17T19:23:54.112Z Checking peg v0.8.5
29852026-03-17T19:23:54.194Z Checking sqlformat v0.3.5
29862026-03-17T19:23:54.243Z Checking rustyline v14.0.0
29872026-03-17T19:23:54.312Z Checking recursive v0.1.1
29882026-03-17T19:23:54.419Z Checking sqlparser v0.61.0
29892026-03-17T19:24:10.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.15s
29902026-03-17T19:24:10.568Z
29912026-03-17T19:24:10.568Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/257)
29922026-03-17T19:24:11.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29932026-03-17T19:24:11.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29942026-03-17T19:24:11.463Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29952026-03-17T19:24:16.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
29962026-03-17T19:24:16.361Z
29972026-03-17T19:24:16.361Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/257)
29982026-03-17T19:24:17.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29992026-03-17T19:24:17.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30002026-03-17T19:24:17.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30012026-03-17T19:24:20.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
30022026-03-17T19:24:20.756Z
30032026-03-17T19:24:20.756Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/257)
30042026-03-17T19:24:21.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052026-03-17T19:24:21.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062026-03-17T19:24:21.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30072026-03-17T19:24:26.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.29s
30082026-03-17T19:24:26.272Z
30092026-03-17T19:24:26.272Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/257)
30102026-03-17T19:24:26.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30112026-03-17T19:24:26.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30122026-03-17T19:24:27.170Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30132026-03-17T19:24:31.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s
30142026-03-17T19:24:31.822Z
30152026-03-17T19:24:31.822Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/257)
30162026-03-17T19:24:32.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30172026-03-17T19:24:32.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30182026-03-17T19:24:32.715Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30192026-03-17T19:24:36.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
30202026-03-17T19:24:36.401Z
30212026-03-17T19:24:36.401Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/257)
30222026-03-17T19:24:37.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30232026-03-17T19:24:37.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30242026-03-17T19:24:37.297Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30252026-03-17T19:24:40.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s
30262026-03-17T19:24:41.058Z
30272026-03-17T19:24:41.058Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/257)
30282026-03-17T19:24:41.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30292026-03-17T19:24:41.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30302026-03-17T19:24:41.963Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30312026-03-17T19:24:46.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s
30322026-03-17T19:24:46.832Z
30332026-03-17T19:24:46.832Zinfo: running `cargo check --bins` on oximeter (92/257)
30342026-03-17T19:24:47.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30352026-03-17T19:24:47.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30362026-03-17T19:24:47.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30372026-03-17T19:24:47.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30382026-03-17T19:24:47.613Z
30392026-03-17T19:24:47.613Zinfo: running `cargo check --bins` on oximeter-schema (93/257)
30402026-03-17T19:24:48.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30412026-03-17T19:24:48.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30422026-03-17T19:24:48.467Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-17T19:24:48.661Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-03-17T19:24:48.680Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30452026-03-17T19:24:49.106Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30462026-03-17T19:24:53.959Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30472026-03-17T19:24:54.380Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30482026-03-17T19:24:55.956Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30492026-03-17T19:24:56.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
30502026-03-17T19:24:57.060Z
30512026-03-17T19:24:57.060Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/257)
30522026-03-17T19:24:57.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-03-17T19:24:57.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-03-17T19:24:57.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-03-17T19:24:57.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30562026-03-17T19:24:57.856Z
30572026-03-17T19:24:57.856Zinfo: running `cargo check --bins` on oximeter-test-utils (95/257)
30582026-03-17T19:24:58.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-03-17T19:24:58.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-03-17T19:24:58.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-03-17T19:24:58.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
30622026-03-17T19:24:58.697Z
30632026-03-17T19:24:58.697Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/257)
30642026-03-17T19:24:59.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-03-17T19:24:59.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-03-17T19:24:59.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-03-17T19:24:59.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
30682026-03-17T19:24:59.509Z
30692026-03-17T19:24:59.509Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/257)
30702026-03-17T19:25:00.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-03-17T19:25:00.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-03-17T19:25:00.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-03-17T19:25:00.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30742026-03-17T19:25:00.309Z
30752026-03-17T19:25:00.309Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/257)
30762026-03-17T19:25:00.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-03-17T19:25:01.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-03-17T19:25:01.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-03-17T19:25:01.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30802026-03-17T19:25:01.107Z
30812026-03-17T19:25:01.107Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/257)
30822026-03-17T19:25:01.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-03-17T19:25:01.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-03-17T19:25:01.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-03-17T19:25:01.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30862026-03-17T19:25:01.904Z
30872026-03-17T19:25:01.904Zinfo: running `cargo check --bins` on trust-quorum-types (100/257)
30882026-03-17T19:25:02.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-03-17T19:25:02.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-03-17T19:25:02.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-03-17T19:25:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
30922026-03-17T19:25:02.675Z
30932026-03-17T19:25:02.675Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/257)
30942026-03-17T19:25:03.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-03-17T19:25:03.376Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-03-17T19:25:03.376Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-03-17T19:25:03.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30982026-03-17T19:25:03.482Z
30992026-03-17T19:25:03.482Zinfo: running `cargo check --bins` on update-engine (102/257)
31002026-03-17T19:25:04.145Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-03-17T19:25:04.148Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-03-17T19:25:04.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-03-17T19:25:04.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31042026-03-17T19:25:04.249Z
31052026-03-17T19:25:04.249Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/257)
31062026-03-17T19:25:04.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-03-17T19:25:04.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-03-17T19:25:05.170Z Checking dropshot-api-manager-types v0.6.0
31092026-03-17T19:25:05.173Z Checking nanorand v0.7.0
31102026-03-17T19:25:05.475Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31112026-03-17T19:25:05.513Z Checking flume v0.11.1
31122026-03-17T19:25:05.788Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31132026-03-17T19:25:07.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.80s
31142026-03-17T19:25:07.285Z
31152026-03-17T19:25:07.285Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/257)
31162026-03-17T19:25:07.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31172026-03-17T19:25:07.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31182026-03-17T19:25:07.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31192026-03-17T19:25:07.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31202026-03-17T19:25:08.079Z
31212026-03-17T19:25:08.079Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/257)
31222026-03-17T19:25:08.756Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31232026-03-17T19:25:08.759Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31242026-03-17T19:25:08.759Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31252026-03-17T19:25:08.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31262026-03-17T19:25:08.862Z
31272026-03-17T19:25:08.862Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/257)
31282026-03-17T19:25:09.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31292026-03-17T19:25:09.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31302026-03-17T19:25:09.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31312026-03-17T19:25:09.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31322026-03-17T19:25:09.646Z
31332026-03-17T19:25:09.646Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/257)
31342026-03-17T19:25:10.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31352026-03-17T19:25:10.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31362026-03-17T19:25:10.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31372026-03-17T19:25:10.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31382026-03-17T19:25:10.447Z
31392026-03-17T19:25:10.447Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/257)
31402026-03-17T19:25:11.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31412026-03-17T19:25:11.125Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31422026-03-17T19:25:11.125Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31432026-03-17T19:25:11.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31442026-03-17T19:25:11.227Z
31452026-03-17T19:25:11.227Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/257)
31462026-03-17T19:25:11.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31472026-03-17T19:25:11.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31482026-03-17T19:25:11.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31492026-03-17T19:25:11.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31502026-03-17T19:25:12.007Z
31512026-03-17T19:25:12.007Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/257)
31522026-03-17T19:25:12.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31532026-03-17T19:25:12.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31542026-03-17T19:25:12.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31552026-03-17T19:25:12.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31562026-03-17T19:25:12.783Z
31572026-03-17T19:25:12.783Zinfo: running `cargo check --bins` on cockroach-admin-client (111/257)
31582026-03-17T19:25:13.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31592026-03-17T19:25:13.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31602026-03-17T19:25:13.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31612026-03-17T19:25:13.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31622026-03-17T19:25:13.542Z
31632026-03-17T19:25:13.542Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/257)
31642026-03-17T19:25:14.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31652026-03-17T19:25:14.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31662026-03-17T19:25:14.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31672026-03-17T19:25:14.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31682026-03-17T19:25:14.316Z
31692026-03-17T19:25:14.317Zinfo: running `cargo check --bins` on dns-service-client (113/257)
31702026-03-17T19:25:14.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31712026-03-17T19:25:14.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31722026-03-17T19:25:14.993Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31732026-03-17T19:25:14.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31742026-03-17T19:25:15.096Z
31752026-03-17T19:25:15.096Zinfo: running `cargo check --bins` on installinator-client (114/257)
31762026-03-17T19:25:15.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31772026-03-17T19:25:15.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31782026-03-17T19:25:15.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31792026-03-17T19:25:15.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31802026-03-17T19:25:15.878Z
31812026-03-17T19:25:15.879Zinfo: running `cargo check --bins` on nexus-client (115/257)
31822026-03-17T19:25:16.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31832026-03-17T19:25:16.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31842026-03-17T19:25:16.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31852026-03-17T19:25:16.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
31862026-03-17T19:25:16.712Z
31872026-03-17T19:25:16.712Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/257)
31882026-03-17T19:25:17.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31892026-03-17T19:25:17.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31902026-03-17T19:25:17.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31912026-03-17T19:25:17.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31922026-03-17T19:25:17.541Z
31932026-03-17T19:25:17.541Zinfo: running `cargo check --bins` on ntp-admin-client (117/257)
31942026-03-17T19:25:18.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-03-17T19:25:18.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-03-17T19:25:18.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-03-17T19:25:18.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31982026-03-17T19:25:18.304Z
31992026-03-17T19:25:18.304Zinfo: running `cargo check --bins` on oxide-client (118/257)
32002026-03-17T19:25:18.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-03-17T19:25:18.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-03-17T19:25:18.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-03-17T19:25:18.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32042026-03-17T19:25:19.071Z
32052026-03-17T19:25:19.071Zinfo: running `cargo check --bins` on oximeter-client (119/257)
32062026-03-17T19:25:19.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-03-17T19:25:19.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-03-17T19:25:19.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-03-17T19:25:19.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32102026-03-17T19:25:19.849Z
32112026-03-17T19:25:19.849Zinfo: running `cargo check --bins` on repo-depot-client (120/257)
32122026-03-17T19:25:20.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-03-17T19:25:20.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-03-17T19:25:20.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-03-17T19:25:20.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32162026-03-17T19:25:20.610Z
32172026-03-17T19:25:20.610Zinfo: running `cargo check --bins` on sled-agent-client (121/257)
32182026-03-17T19:25:21.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-03-17T19:25:21.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-03-17T19:25:21.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32212026-03-17T19:25:21.312Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32222026-03-17T19:25:21.414Z
32232026-03-17T19:25:21.414Zinfo: running `cargo check --bins` on wicketd-client (122/257)
32242026-03-17T19:25:22.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32252026-03-17T19:25:22.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32262026-03-17T19:25:22.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32272026-03-17T19:25:22.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32282026-03-17T19:25:22.226Z
32292026-03-17T19:25:22.226Zinfo: running `cargo check --bins` on installinator-common (123/257)
32302026-03-17T19:25:22.910Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32312026-03-17T19:25:22.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32322026-03-17T19:25:22.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32332026-03-17T19:25:22.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32342026-03-17T19:25:23.018Z
32352026-03-17T19:25:23.018Zinfo: running `cargo check --bins` on installinator-common-versions (124/257)
32362026-03-17T19:25:23.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32372026-03-17T19:25:23.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32382026-03-17T19:25:23.680Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32392026-03-17T19:25:23.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32402026-03-17T19:25:23.779Z
32412026-03-17T19:25:23.780Zinfo: running `cargo check --bins` on wicket-common (125/257)
32422026-03-17T19:25:24.474Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32432026-03-17T19:25:24.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32442026-03-17T19:25:24.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32452026-03-17T19:25:24.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32462026-03-17T19:25:24.586Z
32472026-03-17T19:25:24.586Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/257)
32482026-03-17T19:25:25.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32492026-03-17T19:25:25.283Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32502026-03-17T19:25:25.493Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32512026-03-17T19:25:25.496Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32522026-03-17T19:25:25.496Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32532026-03-17T19:25:25.644Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32542026-03-17T19:25:25.648Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32552026-03-17T19:25:25.808Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32562026-03-17T19:25:25.881Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32572026-03-17T19:25:26.114Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-03-17T19:25:26.118Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32592026-03-17T19:25:29.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
32602026-03-17T19:25:29.211Z
32612026-03-17T19:25:29.211Zinfo: running `cargo check --bins` on cockroach-admin-api (127/257)
32622026-03-17T19:25:29.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32632026-03-17T19:25:29.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32642026-03-17T19:25:29.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32652026-03-17T19:25:29.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
32662026-03-17T19:25:30.012Z
32672026-03-17T19:25:30.012Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/257)
32682026-03-17T19:25:30.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32692026-03-17T19:25:30.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32702026-03-17T19:25:30.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32712026-03-17T19:25:30.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32722026-03-17T19:25:30.917Z
32732026-03-17T19:25:30.917Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/257)
32742026-03-17T19:25:31.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32752026-03-17T19:25:31.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32762026-03-17T19:25:31.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32772026-03-17T19:25:31.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
32782026-03-17T19:25:31.827Z
32792026-03-17T19:25:31.827Zinfo: running `cargo check --bins` on dns-server (130/257)
32802026-03-17T19:25:32.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32812026-03-17T19:25:32.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32822026-03-17T19:25:32.727Z Compiling parking_lot_core v0.8.6
32832026-03-17T19:25:32.727Z Compiling git-stub v1.0.0
32842026-03-17T19:25:32.727Z Compiling atomicwrites v0.4.4
32852026-03-17T19:25:32.730Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32862026-03-17T19:25:32.892Z Checking tagptr v0.2.0
32872026-03-17T19:25:32.906Z Checking prefix-trie v0.7.0
32882026-03-17T19:25:32.914Z Checking fxhash v0.2.1
32892026-03-17T19:25:32.939Z Checking hickory-client v0.25.2
32902026-03-17T19:25:33.066Z Compiling git-stub-vcs v0.1.0
32912026-03-17T19:25:33.066Z Checking moka v0.12.13
32922026-03-17T19:25:33.327Z Checking hickory-server v0.25.2
32932026-03-17T19:25:33.430Z Checking parking_lot v0.11.2
32942026-03-17T19:25:33.449Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32952026-03-17T19:25:33.511Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
32962026-03-17T19:25:33.514Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32972026-03-17T19:25:33.514Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32982026-03-17T19:25:33.664Z Checking sled v0.34.7
32992026-03-17T19:25:33.926Z Checking hickory-resolver v0.25.2
33002026-03-17T19:25:36.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
33012026-03-17T19:25:36.676Z
33022026-03-17T19:25:36.676Zinfo: running `cargo check --bins` on dns-server-api (131/257)
33032026-03-17T19:25:37.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-03-17T19:25:37.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-03-17T19:25:37.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-03-17T19:25:37.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33072026-03-17T19:25:37.467Z
33082026-03-17T19:25:37.467Zinfo: running `cargo check --bins` on gateway-test-utils (132/257)
33092026-03-17T19:25:38.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-03-17T19:25:38.214Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-03-17T19:25:38.214Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-03-17T19:25:38.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33132026-03-17T19:25:38.329Z
33142026-03-17T19:25:38.329Zinfo: running `cargo check --bins` on omicron-gateway (133/257)
33152026-03-17T19:25:39.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-03-17T19:25:39.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-03-17T19:25:39.327Z Compiling radium v0.7.0
33182026-03-17T19:25:39.466Z Checking tap v1.0.1
33192026-03-17T19:25:39.469Z Compiling maybe-uninit v2.0.0
33202026-03-17T19:25:39.497Z Compiling zerocopy-derive v0.6.6
33212026-03-17T19:25:39.522Z Checking crc-catalog v2.4.0
33222026-03-17T19:25:39.522Z Compiling packed_struct v0.10.1
33232026-03-17T19:25:39.526Z Checking funty v2.0.0
33242026-03-17T19:25:39.529Z Compiling packed_struct_codegen v0.10.1
33252026-03-17T19:25:39.607Z Checking wyz v0.5.1
33262026-03-17T19:25:39.743Z Checking crc v3.4.0
33272026-03-17T19:25:39.850Z Compiling bitfield-macros v0.19.4
33282026-03-17T19:25:39.932Z Compiling indexmap v1.9.3
33292026-03-17T19:25:39.963Z Checking nodrop v0.1.14
33302026-03-17T19:25:39.982Z Checking smallvec v0.6.14
33312026-03-17T19:25:40.017Z Checking hashbrown v0.12.3
33322026-03-17T19:25:40.042Z Checking bitvec v1.0.1
33332026-03-17T19:25:40.075Z Checking array-init v0.0.4
33342026-03-17T19:25:40.200Z Checking ron v0.8.1
33352026-03-17T19:25:40.239Z Checking hashbrown v0.13.2
33362026-03-17T19:25:40.552Z Checking serde-hex v0.1.0
33372026-03-17T19:25:40.683Z Checking zerocopy v0.6.6
33382026-03-17T19:25:40.808Z Checking bitfield v0.19.4
33392026-03-17T19:25:40.829Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33402026-03-17T19:25:40.919Z Checking crc-any v2.5.0
33412026-03-17T19:25:41.020Z Checking void v1.0.2
33422026-03-17T19:25:41.037Z Checking object v0.30.4
33432026-03-17T19:25:41.085Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-03-17T19:25:41.108Z Checking path-slash v0.1.5
33452026-03-17T19:25:41.147Z Checking half v1.8.3
33462026-03-17T19:25:41.164Z Checking lzss v0.8.2
33472026-03-17T19:25:41.184Z Checking tungstenite v0.23.0
33482026-03-17T19:25:41.281Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33492026-03-17T19:25:41.393Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33502026-03-17T19:25:41.413Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-03-17T19:25:41.418Z Checking serde_cbor v0.11.2
33522026-03-17T19:25:41.481Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-03-17T19:25:41.594Z Checking nix v0.27.1
33542026-03-17T19:25:41.730Z Checking kstat-rs v0.2.4
33552026-03-17T19:25:41.942Z Checking serde_bytes v0.11.19
33562026-03-17T19:25:41.964Z Checking tokio-tungstenite v0.23.1
33572026-03-17T19:25:41.982Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33582026-03-17T19:25:42.167Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33592026-03-17T19:25:42.297Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33602026-03-17T19:25:42.303Z Checking signal-hook-tokio v0.3.1
33612026-03-17T19:25:43.362Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-03-17T19:25:43.593Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33632026-03-17T19:25:46.969Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-03-17T19:25:48.170Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33652026-03-17T19:25:48.545Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33662026-03-17T19:25:50.039Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-03-17T19:25:52.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.48s
33682026-03-17T19:25:53.038Z
33692026-03-17T19:25:53.038Zinfo: running `cargo check --bins` on gateway-api (134/257)
33702026-03-17T19:25:53.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-03-17T19:25:53.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-03-17T19:25:53.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-03-17T19:25:53.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33742026-03-17T19:25:53.837Z
33752026-03-17T19:25:53.837Zinfo: running `cargo check --bins` on ipcc (135/257)
33762026-03-17T19:25:54.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-03-17T19:25:54.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-03-17T19:25:54.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-03-17T19:25:54.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33802026-03-17T19:25:54.633Z
33812026-03-17T19:25:54.634Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/257)
33822026-03-17T19:25:55.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-03-17T19:25:55.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-03-17T19:25:55.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-03-17T19:25:55.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
33862026-03-17T19:25:55.410Z
33872026-03-17T19:25:55.410Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/257)
33882026-03-17T19:25:56.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-03-17T19:25:56.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-03-17T19:25:56.101Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-03-17T19:25:56.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
33922026-03-17T19:25:56.207Z
33932026-03-17T19:25:56.207Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/257)
33942026-03-17T19:25:56.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-03-17T19:25:56.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-03-17T19:25:56.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-03-17T19:25:56.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33982026-03-17T19:25:57.001Z
33992026-03-17T19:25:57.001Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/257)
34002026-03-17T19:25:57.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-03-17T19:25:57.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-03-17T19:25:57.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-03-17T19:25:57.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34042026-03-17T19:25:57.795Z
34052026-03-17T19:25:57.795Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/257)
34062026-03-17T19:25:58.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-03-17T19:25:58.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-03-17T19:25:58.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-03-17T19:25:58.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34102026-03-17T19:25:58.587Z
34112026-03-17T19:25:58.587Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/257)
34122026-03-17T19:25:59.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-03-17T19:25:59.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-03-17T19:25:59.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-03-17T19:25:59.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34162026-03-17T19:25:59.381Z
34172026-03-17T19:25:59.381Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/257)
34182026-03-17T19:26:00.067Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-03-17T19:26:00.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-03-17T19:26:00.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-03-17T19:26:00.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34222026-03-17T19:26:00.172Z
34232026-03-17T19:26:00.172Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/257)
34242026-03-17T19:26:00.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-03-17T19:26:00.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-03-17T19:26:00.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-03-17T19:26:00.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34282026-03-17T19:26:00.966Z
34292026-03-17T19:26:00.966Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/257)
34302026-03-17T19:26:01.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-03-17T19:26:01.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-03-17T19:26:01.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-03-17T19:26:01.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34342026-03-17T19:26:01.759Z
34352026-03-17T19:26:01.759Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/257)
34362026-03-17T19:26:02.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-03-17T19:26:02.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-03-17T19:26:02.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-03-17T19:26:02.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34402026-03-17T19:26:02.555Z
34412026-03-17T19:26:02.555Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/257)
34422026-03-17T19:26:03.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-03-17T19:26:03.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-03-17T19:26:03.244Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-03-17T19:26:03.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34462026-03-17T19:26:03.350Z
34472026-03-17T19:26:03.350Zinfo: running `cargo check --bins` on oximeter-producer (147/257)
34482026-03-17T19:26:04.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-03-17T19:26:04.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-03-17T19:26:04.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-03-17T19:26:04.084Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34522026-03-17T19:26:04.194Z
34532026-03-17T19:26:04.194Zinfo: running `cargo check --bins` on internal-dns-resolver (148/257)
34542026-03-17T19:26:04.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-03-17T19:26:04.883Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-03-17T19:26:04.883Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-03-17T19:26:04.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34582026-03-17T19:26:04.989Z
34592026-03-17T19:26:04.989Zinfo: running `cargo check --bins` on sp-sim (149/257)
34602026-03-17T19:26:05.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-03-17T19:26:05.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-03-17T19:26:05.968Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-03-17T19:26:08.283Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
34642026-03-17T19:26:08.525Z
34652026-03-17T19:26:08.526Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (150/257)
34662026-03-17T19:26:09.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-03-17T19:26:09.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-03-17T19:26:09.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-03-17T19:26:09.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34702026-03-17T19:26:09.398Z
34712026-03-17T19:26:09.398Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (151/257)
34722026-03-17T19:26:10.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-03-17T19:26:10.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-03-17T19:26:10.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-03-17T19:26:10.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34762026-03-17T19:26:10.267Z
34772026-03-17T19:26:10.267Zinfo: running `cargo check --bins` on db-macros (152/257)
34782026-03-17T19:26:10.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-03-17T19:26:10.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-03-17T19:26:10.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-03-17T19:26:10.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34822026-03-17T19:26:11.043Z
34832026-03-17T19:26:11.043Zinfo: running `cargo check --bins` on nexus-macros-common (153/257)
34842026-03-17T19:26:11.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-03-17T19:26:11.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-03-17T19:26:11.712Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-03-17T19:26:11.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34882026-03-17T19:26:11.814Z
34892026-03-17T19:26:11.814Zinfo: running `cargo check --bins` on nexus-auth (154/257)
34902026-03-17T19:26:12.555Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-03-17T19:26:12.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-03-17T19:26:12.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-03-17T19:26:12.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34942026-03-17T19:26:12.678Z
34952026-03-17T19:26:12.678Zinfo: running `cargo check --bins` on authz-macros (155/257)
34962026-03-17T19:26:13.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-03-17T19:26:13.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-03-17T19:26:13.343Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-03-17T19:26:13.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35002026-03-17T19:26:13.440Z
35012026-03-17T19:26:13.440Zinfo: running `cargo check --bins` on nexus-db-fixed-data (156/257)
35022026-03-17T19:26:14.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-03-17T19:26:14.176Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-03-17T19:26:14.176Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-03-17T19:26:14.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35062026-03-17T19:26:14.290Z
35072026-03-17T19:26:14.290Zinfo: running `cargo check --bins` on nexus-db-model (157/257)
35082026-03-17T19:26:15.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-03-17T19:26:15.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-03-17T19:26:15.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-03-17T19:26:15.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35122026-03-17T19:26:15.143Z
35132026-03-17T19:26:15.143Zinfo: running `cargo check --bins` on nexus-db-schema (158/257)
35142026-03-17T19:26:15.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-03-17T19:26:15.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-03-17T19:26:15.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-03-17T19:26:15.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35182026-03-17T19:26:15.922Z
35192026-03-17T19:26:15.922Zinfo: running `cargo check --bins` on omicron-rpaths (159/257)
35202026-03-17T19:26:16.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-03-17T19:26:16.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-03-17T19:26:16.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-03-17T19:26:16.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35242026-03-17T19:26:16.694Z
35252026-03-17T19:26:16.695Zinfo: running `cargo check --bins` on nexus-defaults (160/257)
35262026-03-17T19:26:17.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-03-17T19:26:17.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-03-17T19:26:17.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-03-17T19:26:17.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35302026-03-17T19:26:17.489Z
35312026-03-17T19:26:17.489Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (161/257)
35322026-03-17T19:26:18.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-03-17T19:26:18.169Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-03-17T19:26:18.169Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-03-17T19:26:18.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35362026-03-17T19:26:18.276Z
35372026-03-17T19:26:18.276Zinfo: running `cargo check --bins` on parallel-task-set (162/257)
35382026-03-17T19:26:18.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-03-17T19:26:18.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-03-17T19:26:18.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-03-17T19:26:18.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35422026-03-17T19:26:19.041Z
35432026-03-17T19:26:19.045Zinfo: running `cargo check --bins` on nexus-db-errors (163/257)
35442026-03-17T19:26:19.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-03-17T19:26:19.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-03-17T19:26:19.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-03-17T19:26:19.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
35482026-03-17T19:26:19.904Z
35492026-03-17T19:26:19.904Zinfo: running `cargo check --bins` on nexus-db-lookup (164/257)
35502026-03-17T19:26:20.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-03-17T19:26:20.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-03-17T19:26:20.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-03-17T19:26:20.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
35542026-03-17T19:26:20.772Z
35552026-03-17T19:26:20.772Zinfo: running `cargo check --bins` on nexus-inventory (165/257)
35562026-03-17T19:26:21.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-03-17T19:26:21.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-03-17T19:26:21.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-03-17T19:26:21.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35602026-03-17T19:26:21.626Z
35612026-03-17T19:26:21.626Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (166/257)
35622026-03-17T19:26:22.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-03-17T19:26:22.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-03-17T19:26:22.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-03-17T19:26:22.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35662026-03-17T19:26:22.446Z
35672026-03-17T19:26:22.446Zinfo: running `cargo check --bins --no-default-features` on sled-storage (167/257)
35682026-03-17T19:26:23.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-03-17T19:26:23.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-03-17T19:26:23.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-03-17T19:26:23.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35722026-03-17T19:26:23.245Z
35732026-03-17T19:26:23.245Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (168/257)
35742026-03-17T19:26:23.940Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-03-17T19:26:23.943Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-03-17T19:26:23.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-03-17T19:26:23.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35782026-03-17T19:26:24.053Z
35792026-03-17T19:26:24.053Zinfo: running `cargo check --bins` on key-manager (169/257)
35802026-03-17T19:26:24.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-03-17T19:26:24.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-03-17T19:26:24.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-03-17T19:26:24.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
35842026-03-17T19:26:24.845Z
35852026-03-17T19:26:24.845Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (170/257)
35862026-03-17T19:26:25.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-03-17T19:26:25.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-03-17T19:26:25.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-03-17T19:26:25.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35902026-03-17T19:26:25.650Z
35912026-03-17T19:26:25.651Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (171/257)
35922026-03-17T19:26:26.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-03-17T19:26:26.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-03-17T19:26:26.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-03-17T19:26:26.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35962026-03-17T19:26:26.455Z
35972026-03-17T19:26:26.455Zinfo: running `cargo check --bins` on typed-rng (172/257)
35982026-03-17T19:26:27.124Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-03-17T19:26:27.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-03-17T19:26:27.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-03-17T19:26:27.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
36022026-03-17T19:26:27.229Z
36032026-03-17T19:26:27.229Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (173/257)
36042026-03-17T19:26:27.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-03-17T19:26:27.993Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-03-17T19:26:28.391Z Compiling libefi-sys v0.1.0
36072026-03-17T19:26:28.395Z Compiling bitfield-struct v0.6.2
36082026-03-17T19:26:28.563Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36092026-03-17T19:26:28.581Z Compiling xshell-macros v0.2.7
36102026-03-17T19:26:28.599Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36112026-03-17T19:26:28.620Z Compiling salty v0.3.0
36122026-03-17T19:26:28.641Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36132026-03-17T19:26:28.663Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36142026-03-17T19:26:28.663Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36152026-03-17T19:26:29.013Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36162026-03-17T19:26:29.034Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36172026-03-17T19:26:29.060Z Checking xshell v0.2.7
36182026-03-17T19:26:29.201Z Checking primeorder v0.13.6
36192026-03-17T19:26:29.240Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36202026-03-17T19:26:29.317Z Compiling proc-macro-error-attr2 v2.0.0
36212026-03-17T19:26:29.320Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36222026-03-17T19:26:29.362Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36232026-03-17T19:26:29.383Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36242026-03-17T19:26:29.516Z Checking p384 v0.13.1
36252026-03-17T19:26:29.535Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36262026-03-17T19:26:29.585Z Compiling num-derive v0.3.3
36272026-03-17T19:26:29.713Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36282026-03-17T19:26:29.797Z Compiling proc-macro-error2 v2.0.1
36292026-03-17T19:26:29.962Z Compiling unicase v2.9.0
36302026-03-17T19:26:30.039Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36312026-03-17T19:26:30.186Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36322026-03-17T19:26:30.228Z Compiling tabled_derive v0.11.0
36332026-03-17T19:26:30.247Z Compiling mime_guess v2.0.5
36342026-03-17T19:26:30.294Z Compiling progenitor-impl v0.11.2
36352026-03-17T19:26:30.661Z Checking papergrid v0.17.0
36362026-03-17T19:26:30.788Z Checking libscf-sys v1.1.0
36372026-03-17T19:26:30.940Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36382026-03-17T19:26:30.963Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36392026-03-17T19:26:31.125Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36402026-03-17T19:26:31.208Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36412026-03-17T19:26:31.743Z Checking testing_table v0.3.0
36422026-03-17T19:26:31.833Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36432026-03-17T19:26:31.860Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36442026-03-17T19:26:31.882Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36452026-03-17T19:26:31.980Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36462026-03-17T19:26:32.034Z Checking corncobs v0.1.4
36472026-03-17T19:26:32.090Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36482026-03-17T19:26:32.162Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36492026-03-17T19:26:32.195Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36502026-03-17T19:26:32.215Z Checking tabled v0.20.0
36512026-03-17T19:26:32.361Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36522026-03-17T19:26:32.550Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36532026-03-17T19:26:32.577Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36542026-03-17T19:26:32.881Z Checking progenitor-client v0.11.2
36552026-03-17T19:26:33.000Z Checking secrecy v0.8.0
36562026-03-17T19:26:33.185Z Checking http-range v0.1.5
36572026-03-17T19:26:33.408Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36582026-03-17T19:26:33.529Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36592026-03-17T19:26:33.605Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36602026-03-17T19:26:33.819Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36612026-03-17T19:26:33.819Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36622026-03-17T19:26:34.030Z Compiling progenitor-macro v0.11.2
36632026-03-17T19:26:34.033Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
36642026-03-17T19:26:34.112Z Checking atty v0.2.14
36652026-03-17T19:26:34.152Z Checking crc8 v0.1.1
36662026-03-17T19:26:34.217Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36672026-03-17T19:26:34.276Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36682026-03-17T19:26:34.297Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36692026-03-17T19:26:34.408Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36702026-03-17T19:26:34.709Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36712026-03-17T19:26:34.930Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36722026-03-17T19:26:35.072Z Checking hyper-staticfile v0.10.1
36732026-03-17T19:26:35.195Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36742026-03-17T19:26:35.280Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36752026-03-17T19:26:35.378Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36762026-03-17T19:26:35.455Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36772026-03-17T19:26:35.598Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36782026-03-17T19:26:35.658Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36792026-03-17T19:26:36.160Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36802026-03-17T19:26:36.183Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36812026-03-17T19:26:36.506Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36822026-03-17T19:26:36.564Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36832026-03-17T19:26:36.685Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36842026-03-17T19:26:37.259Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36852026-03-17T19:26:37.466Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36862026-03-17T19:26:37.767Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36872026-03-17T19:26:37.911Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36882026-03-17T19:26:38.434Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36892026-03-17T19:26:39.329Z Checking progenitor v0.11.2
36902026-03-17T19:26:39.496Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36912026-03-17T19:26:46.385Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36922026-03-17T19:27:02.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.13s
36932026-03-17T19:27:02.614Z
36942026-03-17T19:27:02.614Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (174/257)
36952026-03-17T19:27:03.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-03-17T19:27:03.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-03-17T19:27:03.678Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-17T19:27:19.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.30s
36992026-03-17T19:27:20.159Z
37002026-03-17T19:27:20.159Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (175/257)
37012026-03-17T19:27:20.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-17T19:27:20.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-17T19:27:21.211Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-17T19:27:37.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.26s
37052026-03-17T19:27:37.671Z
37062026-03-17T19:27:37.671Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (176/257)
37072026-03-17T19:27:38.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-17T19:27:38.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-17T19:27:38.723Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-17T19:27:54.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.26s
37112026-03-17T19:27:55.180Z
37122026-03-17T19:27:55.180Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (177/257)
37132026-03-17T19:27:55.925Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-17T19:27:55.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-17T19:27:56.230Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-17T19:28:12.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.22s
37172026-03-17T19:28:12.642Z
37182026-03-17T19:28:12.642Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (178/257)
37192026-03-17T19:28:13.400Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-17T19:28:13.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-17T19:28:13.698Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-17T19:28:29.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.18s
37232026-03-17T19:28:30.064Z
37242026-03-17T19:28:30.065Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (179/257)
37252026-03-17T19:28:30.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-17T19:28:30.821Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-17T19:28:31.123Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-17T19:28:47.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37292026-03-17T19:28:47.445Z
37302026-03-17T19:28:47.445Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (180/257)
37312026-03-17T19:28:48.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-17T19:28:48.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-17T19:28:48.509Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-17T19:29:04.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
37352026-03-17T19:29:04.962Z
37362026-03-17T19:29:04.962Zinfo: running `cargo check --bins` on bootstrap-agent-api (181/257)
37372026-03-17T19:29:05.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-17T19:29:05.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-17T19:29:05.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-03-17T19:29:05.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37412026-03-17T19:29:05.765Z
37422026-03-17T19:29:05.765Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (182/257)
37432026-03-17T19:29:06.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-17T19:29:06.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-17T19:29:06.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-17T19:29:06.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37472026-03-17T19:29:06.579Z
37482026-03-17T19:29:06.579Zinfo: running `cargo check --bins` on range-requests (183/257)
37492026-03-17T19:29:07.256Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-17T19:29:07.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-17T19:29:07.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-17T19:29:07.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37532026-03-17T19:29:07.361Z
37542026-03-17T19:29:07.361Zinfo: running `cargo check --bins` on repo-depot-api (184/257)
37552026-03-17T19:29:08.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-17T19:29:08.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-17T19:29:08.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-17T19:29:08.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
37592026-03-17T19:29:08.146Z
37602026-03-17T19:29:08.146Zinfo: running `cargo check --bins` on sled-agent-api (185/257)
37612026-03-17T19:29:08.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-17T19:29:08.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-17T19:29:08.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-17T19:29:08.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37652026-03-17T19:29:08.962Z
37662026-03-17T19:29:08.962Zinfo: running `cargo check --bins` on sled-diagnostics (186/257)
37672026-03-17T19:29:09.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-17T19:29:09.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-17T19:29:09.661Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-17T19:29:09.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37712026-03-17T19:29:09.768Z
37722026-03-17T19:29:09.768Zinfo: running `cargo check --bins` on zfs-test-harness (187/257)
37732026-03-17T19:29:10.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-17T19:29:10.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-17T19:29:10.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-17T19:29:10.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37772026-03-17T19:29:10.572Z
37782026-03-17T19:29:10.572Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (188/257)
37792026-03-17T19:29:11.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-17T19:29:11.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-17T19:29:11.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-17T19:29:11.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37832026-03-17T19:29:11.387Z
37842026-03-17T19:29:11.387Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (189/257)
37852026-03-17T19:29:12.092Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-17T19:29:12.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-17T19:29:12.095Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-17T19:29:12.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37892026-03-17T19:29:12.206Z
37902026-03-17T19:29:12.206Zinfo: running `cargo check --bins` on sled-agent-health-monitor (190/257)
37912026-03-17T19:29:12.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-17T19:29:12.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-17T19:29:12.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-17T19:29:12.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37952026-03-17T19:29:13.020Z
37962026-03-17T19:29:13.020Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (191/257)
37972026-03-17T19:29:13.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-17T19:29:13.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-17T19:29:13.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-17T19:29:13.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38012026-03-17T19:29:13.842Z
38022026-03-17T19:29:13.842Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (192/257)
38032026-03-17T19:29:14.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-17T19:29:14.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-17T19:29:14.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-17T19:29:14.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38072026-03-17T19:29:14.661Z
38082026-03-17T19:29:14.661Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (193/257)
38092026-03-17T19:29:15.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-17T19:29:15.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-17T19:29:15.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-17T19:29:15.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38132026-03-17T19:29:15.480Z
38142026-03-17T19:29:15.480Zinfo: running `cargo check --bins` on trust-quorum (194/257)
38152026-03-17T19:29:16.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-17T19:29:16.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-17T19:29:16.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-17T19:29:16.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38192026-03-17T19:29:16.304Z
38202026-03-17T19:29:16.304Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (195/257)
38212026-03-17T19:29:17.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-17T19:29:17.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-17T19:29:17.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-17T19:29:17.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38252026-03-17T19:29:17.145Z
38262026-03-17T19:29:17.145Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (196/257)
38272026-03-17T19:29:17.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-17T19:29:17.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-17T19:29:17.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-17T19:29:17.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38312026-03-17T19:29:18.010Z
38322026-03-17T19:29:18.010Zinfo: running `cargo check --bins` on update-common (197/257)
38332026-03-17T19:29:18.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-17T19:29:18.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-17T19:29:18.709Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-17T19:29:18.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38372026-03-17T19:29:18.816Z
38382026-03-17T19:29:18.816Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (198/257)
38392026-03-17T19:29:19.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-17T19:29:19.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-17T19:29:19.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-17T19:29:19.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38432026-03-17T19:29:19.682Z
38442026-03-17T19:29:19.682Zinfo: running `cargo check --bins` on reconfigurator-cli (199/257)
38452026-03-17T19:29:20.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-17T19:29:20.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-17T19:29:20.730Z Compiling fs-err v2.11.0
38482026-03-17T19:29:20.872Z Checking ignore v0.4.25
38492026-03-17T19:29:20.890Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38502026-03-17T19:29:20.894Z Checking predicates-tree v1.0.13
38512026-03-17T19:29:20.894Z Checking parse-size v1.1.0
38522026-03-17T19:29:20.938Z Checking rand_seeder v0.4.0
38532026-03-17T19:29:20.942Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38542026-03-17T19:29:20.974Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38552026-03-17T19:29:21.034Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38562026-03-17T19:29:21.065Z Compiling petname v2.0.2
38572026-03-17T19:29:21.121Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38582026-03-17T19:29:21.308Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38592026-03-17T19:29:21.308Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38602026-03-17T19:29:21.422Z Checking globwalk v0.9.1
38612026-03-17T19:29:21.442Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38622026-03-17T19:29:21.535Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38632026-03-17T19:29:21.656Z Checking camino-tempfile-ext v0.3.3
38642026-03-17T19:29:21.680Z Checking sapling-renderdag v0.1.0
38652026-03-17T19:29:21.765Z Checking sync-ptr v0.1.4
38662026-03-17T19:29:21.914Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38672026-03-17T19:29:21.930Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38682026-03-17T19:29:22.021Z Checking colored v2.2.0
38692026-03-17T19:29:22.043Z Checking assert_matches v1.5.0
38702026-03-17T19:29:22.381Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38712026-03-17T19:29:22.498Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38722026-03-17T19:29:22.501Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38732026-03-17T19:29:23.263Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38742026-03-17T19:29:25.100Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38752026-03-17T19:29:28.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.43s
38762026-03-17T19:29:28.351Z
38772026-03-17T19:29:28.351Zinfo: running `cargo check --bins` on omicron-repl-utils (200/257)
38782026-03-17T19:29:29.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38792026-03-17T19:29:29.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38802026-03-17T19:29:29.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38812026-03-17T19:29:29.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38822026-03-17T19:29:29.124Z
38832026-03-17T19:29:29.124Zinfo: running `cargo check --bins` on nexus-test-interface (201/257)
38842026-03-17T19:29:29.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-17T19:29:29.868Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-17T19:29:29.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-17T19:29:29.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38882026-03-17T19:29:29.988Z
38892026-03-17T19:29:29.988Zinfo: running `cargo check --bins` on oximeter-collector (202/257)
38902026-03-17T19:29:30.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-17T19:29:30.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-17T19:29:30.955Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38932026-03-17T19:29:30.958Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
38942026-03-17T19:29:31.806Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38952026-03-17T19:29:33.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
38962026-03-17T19:29:34.081Z
38972026-03-17T19:29:34.081Zinfo: running `cargo check --bins` on oximeter-api (203/257)
38982026-03-17T19:29:34.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38992026-03-17T19:29:34.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39002026-03-17T19:29:34.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39012026-03-17T19:29:34.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
39022026-03-17T19:29:34.875Z
39032026-03-17T19:29:34.875Zinfo: running `cargo check --bins` on cert-dev (204/257)
39042026-03-17T19:29:35.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-17T19:29:35.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-17T19:29:35.700Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39072026-03-17T19:29:36.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
39082026-03-17T19:29:36.239Z
39092026-03-17T19:29:36.239Zinfo: running `cargo check --bins` on clickana (205/257)
39102026-03-17T19:29:36.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-17T19:29:36.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-17T19:29:37.106Z Compiling darling_core v0.23.0
39132026-03-17T19:29:37.233Z Compiling instability v0.3.11
39142026-03-17T19:29:37.247Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39152026-03-17T19:29:37.250Z Checking castaway v0.2.4
39162026-03-17T19:29:37.250Z Compiling indoc v2.0.7
39172026-03-17T19:29:37.286Z Checking unicode-truncate v1.1.0
39182026-03-17T19:29:37.289Z Checking lru v0.12.5
39192026-03-17T19:29:37.289Z Checking cassowary v0.3.0
39202026-03-17T19:29:37.398Z Checking compact_str v0.8.1
39212026-03-17T19:29:38.549Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39222026-03-17T19:29:38.766Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39232026-03-17T19:29:39.260Z Compiling darling_macro v0.23.0
39242026-03-17T19:29:39.786Z Compiling darling v0.23.0
39252026-03-17T19:29:40.630Z Checking ratatui v0.29.0
39262026-03-17T19:29:42.172Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39272026-03-17T19:29:43.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.78s
39282026-03-17T19:29:43.231Z
39292026-03-17T19:29:43.231Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39302026-03-17T19:29:43.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-03-17T19:29:43.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-03-17T19:29:44.211Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39332026-03-17T19:29:44.214Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39342026-03-17T19:29:44.970Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39352026-03-17T19:29:45.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s
39362026-03-17T19:29:45.723Z
39372026-03-17T19:29:45.723Zinfo: running `cargo check --bins` on ch-dev (207/257)
39382026-03-17T19:29:46.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39392026-03-17T19:29:46.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39402026-03-17T19:29:46.707Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39412026-03-17T19:29:47.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s
39422026-03-17T19:29:47.884Z
39432026-03-17T19:29:47.884Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39442026-03-17T19:29:48.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39452026-03-17T19:29:48.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39462026-03-17T19:29:48.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39472026-03-17T19:29:48.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39482026-03-17T19:29:48.491Z
39492026-03-17T19:29:48.491Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39502026-03-17T19:29:49.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39512026-03-17T19:29:49.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39522026-03-17T19:29:49.472Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39532026-03-17T19:29:50.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s
39542026-03-17T19:29:50.243Z
39552026-03-17T19:29:50.243Zinfo: running `cargo check --bins` on db-dev (210/257)
39562026-03-17T19:29:50.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-17T19:29:50.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-17T19:29:51.228Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39592026-03-17T19:29:52.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s
39602026-03-17T19:29:52.400Z
39612026-03-17T19:29:52.400Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39622026-03-17T19:29:53.137Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-17T19:29:53.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-17T19:29:53.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-17T19:29:53.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39662026-03-17T19:29:53.257Z
39672026-03-17T19:29:53.257Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39682026-03-17T19:29:53.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-17T19:29:53.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-17T19:29:54.085Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39712026-03-17T19:29:54.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
39722026-03-17T19:29:55.188Z
39732026-03-17T19:29:55.188Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39742026-03-17T19:29:55.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-17T19:29:55.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-17T19:29:56.214Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39772026-03-17T19:29:56.214Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39782026-03-17T19:29:56.218Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39792026-03-17T19:29:56.218Z Checking git-stub v1.0.0
39802026-03-17T19:29:56.353Z Compiling trait-variant v0.1.2
39812026-03-17T19:29:56.381Z Checking maplit v1.0.2
39822026-03-17T19:29:56.396Z Checking is_ci v1.2.0
39832026-03-17T19:29:56.430Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
39842026-03-17T19:29:56.512Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
39852026-03-17T19:29:56.548Z Checking supports-color v3.0.2
39862026-03-17T19:29:56.566Z Checking git-stub-vcs v0.1.0
39872026-03-17T19:29:56.644Z Checking drift v0.1.3
39882026-03-17T19:29:56.704Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
39892026-03-17T19:29:56.729Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
39902026-03-17T19:29:56.818Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
39912026-03-17T19:29:56.969Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
39922026-03-17T19:29:57.012Z Checking dropshot-api-manager v0.6.0
39932026-03-17T19:29:57.054Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
39942026-03-17T19:29:57.075Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
39952026-03-17T19:29:57.317Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
39962026-03-17T19:29:57.390Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39972026-03-17T19:29:57.653Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
39982026-03-17T19:29:58.056Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
39992026-03-17T19:30:04.979Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40002026-03-17T19:30:06.374Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40012026-03-17T19:30:07.149Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40022026-03-17T19:30:07.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.48s
40032026-03-17T19:30:07.904Z
40042026-03-17T19:30:07.904Zinfo: running `cargo check --bins` on installinator-api (214/257)
40052026-03-17T19:30:08.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-03-17T19:30:08.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-03-17T19:30:08.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-03-17T19:30:08.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40092026-03-17T19:30:08.702Z
40102026-03-17T19:30:08.702Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40112026-03-17T19:30:09.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-03-17T19:30:09.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-03-17T19:30:09.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-03-17T19:30:09.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40152026-03-17T19:30:09.543Z
40162026-03-17T19:30:09.543Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40172026-03-17T19:30:10.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-03-17T19:30:10.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-03-17T19:30:10.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-03-17T19:30:10.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
40212026-03-17T19:30:10.388Z
40222026-03-17T19:30:10.388Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40232026-03-17T19:30:11.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-17T19:30:11.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-17T19:30:11.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-17T19:30:11.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40272026-03-17T19:30:11.233Z
40282026-03-17T19:30:11.233Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40292026-03-17T19:30:11.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-17T19:30:11.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-17T19:30:11.920Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-17T19:30:11.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40332026-03-17T19:30:12.024Z
40342026-03-17T19:30:12.025Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40352026-03-17T19:30:12.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-17T19:30:12.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-17T19:30:12.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-17T19:30:12.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40392026-03-17T19:30:12.798Z
40402026-03-17T19:30:12.798Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40412026-03-17T19:30:13.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-17T19:30:13.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-17T19:30:13.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-17T19:30:13.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
40452026-03-17T19:30:13.621Z
40462026-03-17T19:30:13.621Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40472026-03-17T19:30:14.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-17T19:30:14.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-17T19:30:14.445Z Checking erased-serde v0.4.9
40502026-03-17T19:30:14.571Z Checking ordered-float v2.10.1
40512026-03-17T19:30:14.593Z Checking unicode-xid v0.2.6
40522026-03-17T19:30:14.619Z Checking cargo-platform v0.2.0
40532026-03-17T19:30:14.859Z Checking serde-value v0.7.0
40542026-03-17T19:30:15.025Z Checking serde-untagged v0.1.9
40552026-03-17T19:30:15.236Z Checking cargo-util-schemas v0.8.2
40562026-03-17T19:30:16.238Z Checking cargo_metadata v0.21.0
40572026-03-17T19:30:17.108Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40582026-03-17T19:30:18.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s
40592026-03-17T19:30:18.234Z
40602026-03-17T19:30:18.234Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40612026-03-17T19:30:18.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40622026-03-17T19:30:18.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40632026-03-17T19:30:19.253Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40642026-03-17T19:30:20.026Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40652026-03-17T19:30:20.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s
40662026-03-17T19:30:20.890Z
40672026-03-17T19:30:20.890Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40682026-03-17T19:30:21.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-03-17T19:30:21.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-03-17T19:30:22.077Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40712026-03-17T19:30:22.080Z Compiling vergen-gitcl v1.0.8
40722026-03-17T19:30:22.080Z Compiling dirs-sys-next v0.1.2
40732026-03-17T19:30:22.081Z Compiling crunchy v0.2.4
40742026-03-17T19:30:22.081Z Compiling glob v0.3.3
40752026-03-17T19:30:22.081Z Compiling diesel_derives v2.3.7
40762026-03-17T19:30:22.248Z Compiling dsl_auto_type v0.2.0
40772026-03-17T19:30:22.263Z Checking scheduled-thread-pool v0.2.7
40782026-03-17T19:30:22.503Z Compiling dirs-next v2.0.0
40792026-03-17T19:30:22.549Z Compiling diesel_table_macro_syntax v0.3.0
40802026-03-17T19:30:22.570Z Compiling tiny-keccak v2.0.2
40812026-03-17T19:30:22.659Z Compiling term v0.7.0
40822026-03-17T19:30:22.728Z Checking r2d2 v0.8.10
40832026-03-17T19:30:22.803Z Compiling clang-sys v1.8.1
40842026-03-17T19:30:22.823Z Checking downcast-rs v2.0.2
40852026-03-17T19:30:22.871Z Compiling bit-vec v0.6.3
40862026-03-17T19:30:22.962Z Compiling itertools v0.10.5
40872026-03-17T19:30:23.161Z Compiling bit-set v0.5.3
40882026-03-17T19:30:23.289Z Compiling ascii-canvas v3.0.0
40892026-03-17T19:30:23.366Z Compiling ena v0.14.4
40902026-03-17T19:30:23.386Z Compiling libloading v0.8.9
40912026-03-17T19:30:23.431Z Compiling diff v0.1.13
40922026-03-17T19:30:23.497Z Compiling regex-syntax v0.6.29
40932026-03-17T19:30:23.611Z Compiling bindgen v0.71.1
40942026-03-17T19:30:23.662Z Compiling cexpr v0.6.0
40952026-03-17T19:30:23.785Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
40962026-03-17T19:30:24.026Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
40972026-03-17T19:30:24.205Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
40982026-03-17T19:30:24.225Z Compiling libxml v0.3.3
40992026-03-17T19:30:24.434Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41002026-03-17T19:30:24.537Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41012026-03-17T19:30:24.589Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41022026-03-17T19:30:24.843Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41032026-03-17T19:30:24.884Z Compiling strum_macros v0.24.3
41042026-03-17T19:30:24.943Z Compiling indoc v1.0.9
41052026-03-17T19:30:25.527Z Compiling lalrpop v0.19.12
41062026-03-17T19:30:26.302Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41072026-03-17T19:30:26.466Z Checking derive_builder v0.20.2
41082026-03-17T19:30:26.548Z Compiling oso-derive v0.27.3
41092026-03-17T19:30:26.622Z Checking quick-xml v0.37.5
41102026-03-17T19:30:26.754Z Compiling impl-trait-for-tuples v0.2.3
41112026-03-17T19:30:27.188Z Checking openssl-probe v0.1.6
41122026-03-17T19:30:27.360Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41132026-03-17T19:30:27.843Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41142026-03-17T19:30:28.085Z Checking bb8 v0.8.6
41152026-03-17T19:30:28.342Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41162026-03-17T19:30:28.451Z Checking nonempty v0.12.0
41172026-03-17T19:30:28.612Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41182026-03-17T19:30:28.662Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41192026-03-17T19:30:28.886Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41202026-03-17T19:30:28.908Z Checking support-bundle-viewer v0.1.2
41212026-03-17T19:30:28.956Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41222026-03-17T19:30:29.202Z Checking multimap v0.10.1
41232026-03-17T19:30:30.347Z Checking diesel v2.3.7
41242026-03-17T19:30:31.972Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41252026-03-17T19:30:33.338Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41262026-03-17T19:30:33.847Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41272026-03-17T19:30:34.100Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41282026-03-17T19:30:35.483Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41292026-03-17T19:30:35.634Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41302026-03-17T19:30:35.914Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41312026-03-17T19:30:36.558Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41322026-03-17T19:30:39.371Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41332026-03-17T19:30:45.826Z Compiling samael v0.0.19
41342026-03-17T19:30:50.764Z Checking diesel-dtrace v0.5.0
41352026-03-17T19:30:51.073Z Checking async-bb8-diesel v0.2.1
41362026-03-17T19:30:52.002Z Compiling polar-core v0.27.3
41372026-03-17T19:30:57.906Z Checking oso v0.27.3
41382026-03-17T19:31:53.497Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41392026-03-17T19:32:40.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s
41402026-03-17T19:32:40.921Z
41412026-03-17T19:32:40.921Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41422026-03-17T19:32:41.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41432026-03-17T19:32:41.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41442026-03-17T19:32:41.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41452026-03-17T19:32:41.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41462026-03-17T19:32:41.798Z
41472026-03-17T19:32:41.798Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41482026-03-17T19:32:42.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-03-17T19:32:42.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-03-17T19:32:42.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41512026-03-17T19:32:42.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41522026-03-17T19:32:42.661Z
41532026-03-17T19:32:42.661Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41542026-03-17T19:32:43.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41552026-03-17T19:32:43.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41562026-03-17T19:32:43.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41572026-03-17T19:32:43.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
41582026-03-17T19:32:43.438Z
41592026-03-17T19:32:43.438Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41602026-03-17T19:32:44.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41612026-03-17T19:32:44.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41622026-03-17T19:32:44.628Z Compiling libz-sys v1.1.24
41632026-03-17T19:32:44.783Z Compiling libgit2-sys v0.18.3+1.9.2
41642026-03-17T19:32:44.803Z Compiling vergen-git2 v1.0.7
41652026-03-17T19:32:44.820Z Compiling rustls v0.21.12
41662026-03-17T19:32:44.840Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41672026-03-17T19:32:44.857Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41682026-03-17T19:32:44.860Z Checking sct v0.7.1
41692026-03-17T19:32:44.860Z Checking rustls-webpki v0.101.7
41702026-03-17T19:32:45.022Z Compiling nix v0.29.0
41712026-03-17T19:32:45.088Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41722026-03-17T19:32:45.108Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41732026-03-17T19:32:45.158Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41742026-03-17T19:32:45.305Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41752026-03-17T19:32:45.476Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41762026-03-17T19:32:45.497Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41772026-03-17T19:32:45.582Z Checking rustls-pemfile v1.0.4
41782026-03-17T19:32:45.748Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41792026-03-17T19:32:45.855Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41802026-03-17T19:32:46.085Z Checking twox-hash v2.1.2
41812026-03-17T19:32:46.105Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41822026-03-17T19:32:46.228Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
41832026-03-17T19:32:47.046Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41842026-03-17T19:32:47.091Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41852026-03-17T19:32:47.112Z Checking tokio-rustls v0.24.1
41862026-03-17T19:32:47.169Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41872026-03-17T19:32:47.364Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
41882026-03-17T19:32:47.539Z Checking fatfs v0.3.6
41892026-03-17T19:32:47.931Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
41902026-03-17T19:32:47.991Z Compiling seq-macro v0.3.6
41912026-03-17T19:32:53.043Z Compiling git2 v0.20.4
41922026-03-17T19:32:54.038Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41932026-03-17T19:32:54.192Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
41942026-03-17T19:32:56.309Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41952026-03-17T19:34:06.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
41962026-03-17T19:34:06.870Z
41972026-03-17T19:34:06.870Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
41982026-03-17T19:34:07.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-03-17T19:34:07.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-03-17T19:34:08.095Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42012026-03-17T19:35:08.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s
42022026-03-17T19:35:09.065Z
42032026-03-17T19:35:09.066Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42042026-03-17T19:35:09.738Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-03-17T19:35:09.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-03-17T19:35:09.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-03-17T19:35:09.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42082026-03-17T19:35:09.846Z
42092026-03-17T19:35:09.846Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42102026-03-17T19:35:10.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-03-17T19:35:10.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-03-17T19:35:10.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-03-17T19:35:10.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
42142026-03-17T19:35:10.735Z
42152026-03-17T19:35:10.735Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42162026-03-17T19:35:11.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-17T19:35:11.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-17T19:35:11.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-03-17T19:35:11.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42202026-03-17T19:35:11.594Z
42212026-03-17T19:35:11.594Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42222026-03-17T19:35:12.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-03-17T19:35:12.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-03-17T19:35:12.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-03-17T19:35:12.353Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42262026-03-17T19:35:12.463Z
42272026-03-17T19:35:12.463Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42282026-03-17T19:35:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-03-17T19:35:13.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-03-17T19:35:13.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-03-17T19:35:13.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42322026-03-17T19:35:13.337Z
42332026-03-17T19:35:13.337Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42342026-03-17T19:35:14.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-03-17T19:35:14.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-03-17T19:35:14.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-03-17T19:35:14.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42382026-03-17T19:35:14.210Z
42392026-03-17T19:35:14.210Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42402026-03-17T19:35:15.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-03-17T19:35:15.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-03-17T19:35:15.438Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42432026-03-17T19:35:15.441Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42442026-03-17T19:35:15.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42452026-03-17T19:35:15.672Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42462026-03-17T19:35:15.676Z Checking diff v0.1.13
42472026-03-17T19:35:15.676Z Checking yansi v1.0.1
42482026-03-17T19:35:15.676Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42492026-03-17T19:35:15.710Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42502026-03-17T19:35:15.841Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42512026-03-17T19:35:16.038Z Checking pretty_assertions v1.4.1
42522026-03-17T19:35:16.911Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42532026-03-17T19:35:50.017Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42542026-03-17T19:35:50.020Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42552026-03-17T19:35:50.020Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-03-17T19:35:50.020Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42572026-03-17T19:35:50.020Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42582026-03-17T19:35:50.020Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42592026-03-17T19:35:50.944Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42602026-03-17T19:35:52.388Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42612026-03-17T19:36:53.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 39s
42622026-03-17T19:36:53.935Z
42632026-03-17T19:36:53.935Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42642026-03-17T19:36:54.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-03-17T19:36:54.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-03-17T19:36:54.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-03-17T19:36:54.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
42682026-03-17T19:36:54.722Z
42692026-03-17T19:36:54.722Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42702026-03-17T19:36:55.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-03-17T19:36:55.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-03-17T19:36:55.784Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42732026-03-17T19:36:55.930Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42742026-03-17T19:36:55.933Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42752026-03-17T19:37:32.910Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42762026-03-17T19:37:33.406Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42772026-03-17T19:37:35.797Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42782026-03-17T19:37:36.377Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42792026-03-17T19:37:40.450Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42802026-03-17T19:38:13.074Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42812026-03-17T19:38:13.900Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42822026-03-17T19:38:16.064Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42832026-03-17T19:38:16.299Z
42842026-03-17T19:38:16.299Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
42852026-03-17T19:38:17.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42862026-03-17T19:38:17.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42872026-03-17T19:38:17.282Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
42882026-03-17T19:38:18.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
42892026-03-17T19:38:18.416Z
42902026-03-17T19:38:18.417Zinfo: running `cargo check --bins` on omicron-releng (239/257)
42912026-03-17T19:38:19.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-03-17T19:38:19.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-03-17T19:38:19.311Z Compiling blake3 v1.8.3
42942026-03-17T19:38:19.441Z Checking arrayvec v0.7.6
42952026-03-17T19:38:19.444Z Checking constant_time_eq v0.4.2
42962026-03-17T19:38:19.444Z Checking arrayref v0.3.9
42972026-03-17T19:38:19.480Z Checking topological-sort v0.2.2
42982026-03-17T19:38:19.483Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
42992026-03-17T19:38:19.483Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43002026-03-17T19:38:19.483Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43012026-03-17T19:38:19.548Z Checking shell-words v1.1.1
43022026-03-17T19:38:20.462Z Checking omicron-zone-package v0.12.2
43032026-03-17T19:38:21.464Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43042026-03-17T19:38:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
43052026-03-17T19:38:22.796Z
43062026-03-17T19:38:22.796Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43072026-03-17T19:38:23.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-03-17T19:38:23.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-03-17T19:38:23.676Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43102026-03-17T19:38:24.066Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43112026-03-17T19:38:24.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
43122026-03-17T19:38:24.806Z
43132026-03-17T19:38:24.806Zinfo: running `cargo check --bins` on xtask (241/257)
43142026-03-17T19:38:25.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43152026-03-17T19:38:25.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43162026-03-17T19:38:25.413Z Checking libc v0.2.180
43172026-03-17T19:38:25.510Z Checking serde v1.0.228
43182026-03-17T19:38:25.520Z Checking zerofrom v0.1.6
43192026-03-17T19:38:25.527Z Checking bitflags v2.11.0
43202026-03-17T19:38:25.537Z Checking hashbrown v0.16.1
43212026-03-17T19:38:25.541Z Checking smallvec v1.15.1
43222026-03-17T19:38:25.564Z Checking serde_json v1.0.149
43232026-03-17T19:38:25.567Z Checking num-traits v0.2.19
43242026-03-17T19:38:25.653Z Checking yoke v0.8.1
43252026-03-17T19:38:25.723Z Checking scroll v0.12.0
43262026-03-17T19:38:25.781Z Checking thiserror v1.0.69
43272026-03-17T19:38:25.873Z Checking zerovec v0.11.5
43282026-03-17T19:38:25.900Z Checking zerotrie v0.2.3
43292026-03-17T19:38:25.922Z Checking errno v0.3.14
43302026-03-17T19:38:26.028Z Checking percent-encoding v2.3.2
43312026-03-17T19:38:26.071Z Checking rustix v1.1.3
43322026-03-17T19:38:26.132Z Checking toml_datetime v0.6.11
43332026-03-17T19:38:26.169Z Checking indexmap v2.13.0
43342026-03-17T19:38:26.204Z Checking serde_spanned v0.6.9
43352026-03-17T19:38:26.218Z Checking log v0.4.29
43362026-03-17T19:38:26.321Z Checking zerocopy v0.7.35
43372026-03-17T19:38:26.361Z Checking form_urlencoded v1.2.2
43382026-03-17T19:38:26.375Z Checking ordered-float v2.10.1
43392026-03-17T19:38:26.417Z Checking goblin v0.8.2
43402026-03-17T19:38:26.434Z Checking getrandom v0.4.1
43412026-03-17T19:38:26.475Z Checking tinystr v0.8.2
43422026-03-17T19:38:26.519Z Checking potential_utf v0.1.4
43432026-03-17T19:38:26.598Z Checking thiserror v2.0.18
43442026-03-17T19:38:26.682Z Checking icu_collections v2.1.1
43452026-03-17T19:38:26.695Z Checking serde-value v0.7.0
43462026-03-17T19:38:26.710Z Checking icu_locale_core v2.1.1
43472026-03-17T19:38:26.725Z Checking syn v2.0.117
43482026-03-17T19:38:26.929Z Checking toml_edit v0.22.27
43492026-03-17T19:38:26.969Z Checking dtrace-parser v0.2.0
43502026-03-17T19:38:27.037Z Checking thread-id v4.2.2
43512026-03-17T19:38:27.098Z Checking once_cell v1.21.3
43522026-03-17T19:38:27.166Z Checking cargo-platform v0.2.0
43532026-03-17T19:38:27.233Z Checking terminal_size v0.4.3
43542026-03-17T19:38:27.281Z Checking memmap v0.7.0
43552026-03-17T19:38:27.322Z Checking tempfile v3.25.0
43562026-03-17T19:38:27.376Z Checking clap_builder v4.5.60
43572026-03-17T19:38:27.393Z Checking textwrap v0.16.2
43582026-03-17T19:38:27.448Z Checking fs-err v3.3.0
43592026-03-17T19:38:27.486Z Checking icu_provider v2.1.1
43602026-03-17T19:38:27.577Z Checking camino-tempfile v1.4.1
43612026-03-17T19:38:27.666Z Checking anyhow v1.0.102
43622026-03-17T19:38:27.691Z Checking tabled v0.15.0
43632026-03-17T19:38:27.779Z Checking macaddr v1.0.1
43642026-03-17T19:38:27.800Z Checking icu_properties v2.1.2
43652026-03-17T19:38:27.930Z Checking icu_normalizer v2.1.1
43662026-03-17T19:38:28.014Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43672026-03-17T19:38:28.487Z Checking toml v0.8.23
43682026-03-17T19:38:28.920Z Checking cargo_toml v0.21.0
43692026-03-17T19:38:28.942Z Checking idna_adapter v1.2.1
43702026-03-17T19:38:29.061Z Checking clap v4.5.60
43712026-03-17T19:38:29.090Z Checking idna v1.1.0
43722026-03-17T19:38:29.102Z Checking dof v0.3.0
43732026-03-17T19:38:29.392Z Checking url v2.5.8
43742026-03-17T19:38:29.454Z Checking usdt-impl v0.5.0
43752026-03-17T19:38:29.785Z Checking usdt v0.5.0
43762026-03-17T19:38:29.875Z Checking cargo-util-schemas v0.8.2
43772026-03-17T19:38:30.875Z Checking cargo_metadata v0.21.0
43782026-03-17T19:38:31.744Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43792026-03-17T19:38:32.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.50s
43802026-03-17T19:38:32.454Z
43812026-03-17T19:38:32.454Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43822026-03-17T19:38:33.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43832026-03-17T19:38:33.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43842026-03-17T19:38:33.559Z Checking polyval v0.6.2
43852026-03-17T19:38:33.709Z Checking ctr v0.9.2
43862026-03-17T19:38:33.726Z Checking ssh-encoding v0.2.0
43872026-03-17T19:38:33.729Z Checking blowfish v0.9.1
43882026-03-17T19:38:33.763Z Checking password-hash v0.4.2
43892026-03-17T19:38:33.785Z Checking p256 v0.13.2
43902026-03-17T19:38:33.788Z Checking p521 v0.13.3
43912026-03-17T19:38:33.822Z Checking russh-cryptovec v0.7.3
43922026-03-17T19:38:33.888Z Checking ghash v0.5.1
43932026-03-17T19:38:33.908Z Checking md5 v0.7.0
43942026-03-17T19:38:33.927Z Checking bcrypt-pbkdf v0.10.0
43952026-03-17T19:38:33.957Z Checking num-bigint v0.4.6
43962026-03-17T19:38:33.989Z Checking des v0.8.1
43972026-03-17T19:38:34.032Z Checking aes-gcm v0.10.3
43982026-03-17T19:38:34.052Z Checking pbkdf2 v0.11.0
43992026-03-17T19:38:34.122Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44002026-03-17T19:38:34.141Z Checking hex-literal v0.4.1
44012026-03-17T19:38:34.161Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44022026-03-17T19:38:34.187Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44032026-03-17T19:38:34.224Z Checking ssh-cipher v0.2.0
44042026-03-17T19:38:34.257Z Checking socket2 v0.5.10
44052026-03-17T19:38:34.276Z Checking internet-checksum v0.2.1
44062026-03-17T19:38:34.437Z Checking ssh-key v0.6.7
44072026-03-17T19:38:34.631Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44082026-03-17T19:38:35.332Z Checking russh-keys v0.45.0
44092026-03-17T19:38:36.081Z Checking russh v0.45.0
44102026-03-17T19:38:57.599Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44112026-03-17T19:38:59.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.69s
44122026-03-17T19:38:59.397Z
44132026-03-17T19:38:59.397Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44142026-03-17T19:39:00.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44152026-03-17T19:39:00.095Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44162026-03-17T19:39:00.270Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44172026-03-17T19:39:00.398Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44182026-03-17T19:39:00.411Z Checking termios v0.3.3
44192026-03-17T19:39:02.099Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44202026-03-17T19:39:02.280Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44212026-03-17T19:39:04.921Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44222026-03-17T19:39:05.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s
44232026-03-17T19:39:05.901Z
44242026-03-17T19:39:05.901Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44252026-03-17T19:39:06.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44262026-03-17T19:39:06.628Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44272026-03-17T19:39:06.858Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44282026-03-17T19:39:06.994Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44292026-03-17T19:39:07.036Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44302026-03-17T19:39:07.039Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44312026-03-17T19:39:07.039Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44322026-03-17T19:39:07.293Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44332026-03-17T19:39:07.296Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44342026-03-17T19:39:08.250Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44352026-03-17T19:39:08.529Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44362026-03-17T19:39:08.532Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44372026-03-17T19:39:09.383Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44382026-03-17T19:39:11.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s
44392026-03-17T19:39:11.744Z
44402026-03-17T19:39:11.744Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44412026-03-17T19:39:12.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-03-17T19:39:12.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-03-17T19:39:12.616Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44442026-03-17T19:39:13.184Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44452026-03-17T19:39:13.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
44462026-03-17T19:39:13.803Z
44472026-03-17T19:39:13.803Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44482026-03-17T19:39:14.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-03-17T19:39:14.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-03-17T19:39:14.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-03-17T19:39:14.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44522026-03-17T19:39:14.584Z
44532026-03-17T19:39:14.584Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44542026-03-17T19:39:15.259Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-03-17T19:39:15.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-03-17T19:39:15.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44572026-03-17T19:39:15.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44582026-03-17T19:39:15.367Z
44592026-03-17T19:39:15.367Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44602026-03-17T19:39:16.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44612026-03-17T19:39:16.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44622026-03-17T19:39:16.406Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44632026-03-17T19:39:17.144Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
44642026-03-17T19:39:17.381Z
44652026-03-17T19:39:17.381Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44662026-03-17T19:39:18.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-03-17T19:39:18.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-03-17T19:39:18.262Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44692026-03-17T19:39:18.264Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44702026-03-17T19:39:18.568Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44712026-03-17T19:39:18.571Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44722026-03-17T19:39:19.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
44732026-03-17T19:39:19.788Z
44742026-03-17T19:39:19.788Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44752026-03-17T19:39:20.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44762026-03-17T19:39:20.464Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44772026-03-17T19:39:20.464Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44782026-03-17T19:39:20.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44792026-03-17T19:39:20.568Z
44802026-03-17T19:39:20.568Zinfo: running `cargo check --bins` on omicron-package (251/257)
44812026-03-17T19:39:21.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44822026-03-17T19:39:21.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44832026-03-17T19:39:21.474Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
44842026-03-17T19:39:22.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.28s
44852026-03-17T19:39:23.089Z
44862026-03-17T19:39:23.089Zinfo: running `cargo check --bins` on tqdb (252/257)
44872026-03-17T19:39:23.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44882026-03-17T19:39:23.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44892026-03-17T19:39:24.162Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
44902026-03-17T19:39:24.610Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
44912026-03-17T19:39:25.321Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
44922026-03-17T19:39:25.321Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
44932026-03-17T19:39:32.102Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
44942026-03-17T19:39:33.025Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
44952026-03-17T19:39:33.029Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
44962026-03-17T19:39:33.029Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
44972026-03-17T19:39:33.029Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
44982026-03-17T19:39:34.029Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
44992026-03-17T19:39:43.560Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45002026-03-17T19:39:51.894Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45012026-03-17T19:39:51.925Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45022026-03-17T19:39:51.925Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45032026-03-17T19:39:51.925Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45042026-03-17T19:39:53.799Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45052026-03-17T19:39:55.628Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45062026-03-17T19:39:56.546Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45072026-03-17T19:39:58.282Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45082026-03-17T19:39:58.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s
45092026-03-17T19:39:59.239Z
45102026-03-17T19:39:59.239Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45112026-03-17T19:39:59.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45122026-03-17T19:39:59.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45132026-03-17T19:40:00.210Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45142026-03-17T19:40:00.346Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45152026-03-17T19:40:00.361Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45162026-03-17T19:40:00.407Z Checking rtoolbox v0.0.3
45172026-03-17T19:40:00.410Z Checking tui-tree-widget v0.23.1
45182026-03-17T19:40:00.576Z Checking rpassword v7.4.0
45192026-03-17T19:40:00.674Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45202026-03-17T19:40:01.636Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45212026-03-17T19:40:08.323Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45222026-03-17T19:40:09.243Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45232026-03-17T19:40:10.641Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45242026-03-17T19:40:14.797Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45252026-03-17T19:40:17.330Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45262026-03-17T19:40:18.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.26s
45272026-03-17T19:40:18.727Z
45282026-03-17T19:40:18.727Zinfo: running `cargo check --bins` on wicket (254/257)
45292026-03-17T19:40:19.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-03-17T19:40:19.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-03-17T19:40:19.659Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45322026-03-17T19:40:20.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
45332026-03-17T19:40:20.345Z
45342026-03-17T19:40:20.346Zinfo: running `cargo check --bins` on wicketd (255/257)
45352026-03-17T19:40:21.079Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45362026-03-17T19:40:21.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45372026-03-17T19:40:21.319Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45382026-03-17T19:40:21.322Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45392026-03-17T19:40:21.453Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45402026-03-17T19:40:21.457Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45412026-03-17T19:40:22.872Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45422026-03-17T19:40:23.657Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45432026-03-17T19:40:27.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.35s
45442026-03-17T19:40:27.946Z
45452026-03-17T19:40:27.946Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45462026-03-17T19:40:28.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-17T19:40:28.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-17T19:40:28.625Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-03-17T19:40:28.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45502026-03-17T19:40:28.728Z
45512026-03-17T19:40:28.728Zinfo: running `cargo check --bins` on zone-setup (257/257)
45522026-03-17T19:40:29.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-03-17T19:40:29.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-03-17T19:40:29.633Z Checking uzers v0.12.2
45552026-03-17T19:40:29.981Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45562026-03-17T19:40:30.921Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45572026-03-17T19:40:31.172Z
45582026-03-17T19:40:31.175Zreal 19:14.486572068
45592026-03-17T19:40:31.175Zuser 28:45.661422429
45602026-03-17T19:40:31.175Zsys 5:15.127297660
45612026-03-17T19:40:31.175Ztrap 0.484744937
45622026-03-17T19:40:31.175Ztflt 0.313385582
45632026-03-17T19:40:31.175Zdflt 0.657028805
45642026-03-17T19:40:31.175Zkflt 0.001392449
45652026-03-17T19:40:31.175Zlock 1:48:27.100384500
45662026-03-17T19:40:31.175Zslp 2:15:06.655413223
45672026-03-17T19:40:31.175Zlat 1:24.081705183
45682026-03-17T19:40:31.175Zstop 5:19.164690450
45692026-03-17T19:40:31.175Zprocess exited: duration 1529171 ms, exit code 0
 
45702026-03-17T19:40:31.182Zfound 0 output files