01KMJXACR916Y9S6M1C6W3Z6SP: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
        "%/var/tmp/ci-resource-usage.csv",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-20260324",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMJXATZ2GZJJ2CG724TBN3G7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-25T16:31:46.430Zjob assigned to worker 01KMJXBN4NFW0109DP6W9PTTAX [factory aws, i-063e4af586fcc5199] (queued for 1 m 9 s)
 
22026-03-25T16:31:53.247Zstarting task 0: "setup"
32026-03-25T16:31:53.251Z++ uname -s
42026-03-25T16:31:53.254Z+ kern=SunOS
52026-03-25T16:31:53.254Z+ build_user=build
62026-03-25T16:31:53.254Z+ build_uid=12345
72026-03-25T16:31:53.255Z+ work_dir=/work
82026-03-25T16:31:53.255Z+ input_dir=/input
92026-03-25T16:31:53.255Z+ [[ 0 == 12345 ]]
102026-03-25T16:31:53.255Z+ case "$kern" in
112026-03-25T16:31:53.255Z+ groupadd -g 12345 build
122026-03-25T16:31:53.258Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-25T16:31:55.262Z+ zfs create -o mountpoint=/work rpool/work
142026-03-25T16:31:55.379Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-25T16:31:55.382Z+ home_fs=zfs
162026-03-25T16:31:55.382Z+ [[ zfs == autofs ]]
172026-03-25T16:31:55.382Z+ mkdir -p /home/build
182026-03-25T16:31:55.382Z+ chown build:build /home/build /work
192026-03-25T16:31:57.384Z+ chmod 0700 /home/build /work
202026-03-25T16:31:57.387Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-25T16:31:57.403Zstarting task 1: "rust-toolchain"
222026-03-25T16:31:57.407Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-25T16:31:57.407Z * rust toolchain channel = "1.94.0"
242026-03-25T16:31:57.407Z * rust toolchain profile = "default"
252026-03-25T16:31:57.407Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-25T16:31:57.407Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-25T16:31:57.407Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-25T16:31:57.407Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-25T16:31:57.407Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-25T16:31:57.502Zinfo: downloading installer
312026-03-25T16:31:59.469Zwarn: It looks like you have an existing installation of Rust at:
322026-03-25T16:31:59.469Zwarn: /opt/ooce/bin
332026-03-25T16:31:59.469Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-25T16:31:59.469Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-25T16:31:59.469Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-25T16:31:59.469Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-25T16:31:59.469Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-25T16:31:59.469Zerror: cannot install while Rust is installed
392026-03-25T16:31:59.469Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-25T16:31:59.469Zwarn: It looks like you have an existing rustup settings file at:
412026-03-25T16:31:59.469Zwarn: /home/build/.rustup/settings.toml
422026-03-25T16:31:59.469Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-25T16:31:59.469Zwarn: instead of the one inferred from the default host triple.
442026-03-25T16:31:59.482Zinfo: profile set to default
452026-03-25T16:31:59.482Zinfo: default host triple is x86_64-unknown-illumos
462026-03-25T16:31:59.485Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-25T16:31:59.636Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-25T16:31:59.639Zinfo: downloading 6 components
492026-03-25T16:32:15.494Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-25T16:32:15.494Z
512026-03-25T16:32:15.522Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-25T16:32:15.522Z
532026-03-25T16:32:15.522Z
542026-03-25T16:32:15.525ZRust is installed now. Great!
552026-03-25T16:32:15.525Z
562026-03-25T16:32:15.525ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-25T16:32:15.525Zenvironment variable. This has not been done automatically.
582026-03-25T16:32:15.525Z
592026-03-25T16:32:15.525ZTo configure your current shell, you need to source
602026-03-25T16:32:15.525Zthe corresponding env file under $HOME/.cargo.
612026-03-25T16:32:15.525Z
622026-03-25T16:32:15.525ZThis is usually done by running one of the following (note the leading DOT):
632026-03-25T16:32:15.525Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-25T16:32:15.525Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-25T16:32:15.525Zsource "~/.cargo/env.nu" # For nushell
662026-03-25T16:32:15.525Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-25T16:32:15.525Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-25T16:32:15.525Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-25T16:32:15.525Zwarn: no default linker (`cc`) was found in your PATH
702026-03-25T16:32:15.525Zwarn: many Rust crates require a system C toolchain to build
712026-03-25T16:32:15.602Z+ rustup --version
722026-03-25T16:32:15.610Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-25T16:32:15.615Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-25T16:32:15.631Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-25T16:32:15.634Z+ cargo --version
762026-03-25T16:32:15.646Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-25T16:32:15.650Z+ rustc --version
782026-03-25T16:32:15.669Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-25T16:32:15.672Zprocess exited: duration 18268 ms, exit code 0
 
802026-03-25T16:32:15.678Zstarting task 2: "authentication"
812026-03-25T16:32:15.694Zprocess exited: duration 16 ms, exit code 0
 
822026-03-25T16:32:15.700Zstarting task 3: "clone repository"
832026-03-25T16:32:15.705Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-25T16:32:15.708Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-25T16:32:15.738ZCloning into '/work/oxidecomputer/omicron'...
862026-03-25T16:32:26.974Z+ cd /work/oxidecomputer/omicron
872026-03-25T16:32:26.974Z+ git fetch origin 43914a10ea33968a251727a8000bf5bbcb9e4af1
882026-03-25T16:32:27.282ZFrom https://github.com/oxidecomputer/omicron
892026-03-25T16:32:27.282Z * branch 43914a10ea33968a251727a8000bf5bbcb9e4af1 -> FETCH_HEAD
902026-03-25T16:32:27.292Z+ [[ -n ea-ztnrpmzzkqvp ]]
912026-03-25T16:32:27.295Z++ git branch --show-current
922026-03-25T16:32:27.295Z+ current=main
932026-03-25T16:32:27.295Z+ [[ main != ea-ztnrpmzzkqvp ]]
942026-03-25T16:32:27.295Z+ git branch -f ea-ztnrpmzzkqvp 43914a10ea33968a251727a8000bf5bbcb9e4af1
952026-03-25T16:32:27.295Z+ git checkout -f ea-ztnrpmzzkqvp
962026-03-25T16:32:27.526ZSwitched to branch 'ea-ztnrpmzzkqvp'
972026-03-25T16:32:27.534Z+ git reset --hard 43914a10ea33968a251727a8000bf5bbcb9e4af1
982026-03-25T16:32:27.567ZHEAD is now at 43914a10e monitor resource consumption on linux
992026-03-25T16:32:27.575Zprocess exited: duration 11865 ms, exit code 0
 
1002026-03-25T16:32:27.592Zstarting task 4: "build"
1012026-03-25T16:32:27.807Z+ source .github/buildomat/ci-env.sh
1022026-03-25T16:32:27.807Z++ export CARGO_TERM_COLOR=always
1032026-03-25T16:32:27.807Z++ CARGO_TERM_COLOR=always
1042026-03-25T16:32:27.807Z+ cargo --version
1052026-03-25T16:32:27.820Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-25T16:32:27.820Z+ rustc --version
1072026-03-25T16:32:27.820Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-25T16:32:27.820Z+ cargo build --release -p ci-resource-usage
1092026-03-25T16:32:27.820Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1102026-03-25T16:32:28.095Z Updating crates.io index
1112026-03-25T16:32:28.134Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1122026-03-25T16:32:28.371Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-03-25T16:32:29.334Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1142026-03-25T16:32:29.783Z Updating git repository `https://github.com/oxidecomputer/falcon`
1152026-03-25T16:32:30.952Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1162026-03-25T16:32:31.425Z Updating git repository `https://github.com/oxidecomputer/propolis`
1172026-03-25T16:32:32.734Z Updating git repository `https://github.com/oxidecomputer/crucible`
1182026-03-25T16:32:34.145Z Updating git repository `https://github.com/oxidecomputer/opte`
1192026-03-25T16:32:34.996Z Updating git repository `https://github.com/oxidecomputer/tofino`
1202026-03-25T16:32:35.318Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1212026-03-25T16:32:36.041Z Updating git repository `https://github.com/oxidecomputer/clickward`
1222026-03-25T16:32:36.853Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-03-25T16:32:37.421Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1242026-03-25T16:32:37.754Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1252026-03-25T16:32:38.785Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1262026-03-25T16:32:39.454Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1272026-03-25T16:32:39.735Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1282026-03-25T16:32:40.090Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-03-25T16:32:40.594Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1302026-03-25T16:32:40.821Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1312026-03-25T16:32:41.073Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1322026-03-25T16:32:44.729Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1332026-03-25T16:32:45.015Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1342026-03-25T16:32:45.342Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1352026-03-25T16:32:45.990Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1362026-03-25T16:32:46.368Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1372026-03-25T16:32:46.745Z Updating git repository `https://github.com/oxidecomputer/ispf`
1382026-03-25T16:32:48.009Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1392026-03-25T16:32:48.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-03-25T16:32:49.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
1412026-03-25T16:32:49.705Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1422026-03-25T16:32:50.182Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1432026-03-25T16:32:50.516Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1442026-03-25T16:32:50.872Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1452026-03-25T16:32:51.245Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1462026-03-25T16:32:51.745Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1472026-03-25T16:32:52.021Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1482026-03-25T16:32:52.314Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-03-25T16:32:52.725Z Updating git repository `https://github.com/oxidecomputer/omicron`
1502026-03-25T16:33:05.774Z Downloading crates ...
1512026-03-25T16:33:05.791Z Downloaded proc-macro2 v1.0.106
1522026-03-25T16:33:05.791Z Downloaded thiserror-impl v1.0.69
1532026-03-25T16:33:05.791Z Downloaded thiserror v1.0.69
1542026-03-25T16:33:05.791Z Downloaded kstat-rs v0.2.4
1552026-03-25T16:33:05.791Z Downloaded quote v1.0.44
1562026-03-25T16:33:05.792Z Downloaded anyhow v1.0.102
1572026-03-25T16:33:05.792Z Downloaded unicode-ident v1.0.24
1582026-03-25T16:33:05.817Z Downloaded syn v2.0.117
1592026-03-25T16:33:05.858Z Downloaded libc v0.2.180
1602026-03-25T16:33:05.910Z Compiling proc-macro2 v1.0.106
1612026-03-25T16:33:05.910Z Compiling unicode-ident v1.0.24
1622026-03-25T16:33:05.910Z Compiling quote v1.0.44
1632026-03-25T16:33:05.910Z Compiling libc v0.2.180
1642026-03-25T16:33:05.910Z Compiling thiserror v1.0.69
1652026-03-25T16:33:05.910Z Compiling anyhow v1.0.102
1662026-03-25T16:33:07.092Z Compiling syn v2.0.117
1672026-03-25T16:33:08.213Z Compiling thiserror-impl v1.0.69
1682026-03-25T16:33:08.912Z Compiling kstat-rs v0.2.4
1692026-03-25T16:33:09.296Z Compiling ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
1702026-03-25T16:33:09.625Z Finished `release` profile [optimized] target(s) in 41.98s
1712026-03-25T16:33:09.970Z+ bmat process start ci-resource-usage target/release/ci-resource-usage /var/tmp/ci-resource-usage.csv
1722026-03-25T16:33:09.980Z+ source ./env.sh
1732026-03-25T16:33:09.980Z++ OLD_SHELL_OPTS=ehxB
1742026-03-25T16:33:09.980Z++ set -o xtrace
1752026-03-25T16:33:09.980Z++++ dirname ./env.sh
1762026-03-25T16:33:09.980Z+++ readlink -f .
1772026-03-25T16:33:09.980Z++ OMICRON_WS=/work/oxidecomputer/omicron
1782026-03-25T16:33:09.980Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1792026-03-25T16:33:09.980Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1802026-03-25T16:33:09.980Z++ 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
1812026-03-25T16:33:09.980Z++ 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
1822026-03-25T16:33:09.980Z++ 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
1832026-03-25T16:33:09.980Z++ 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
1842026-03-25T16:33:09.986Z++ 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
1852026-03-25T16:33:09.986Z++ 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
1862026-03-25T16:33:09.986Z++ case $OLD_SHELL_OPTS in
1872026-03-25T16:33:09.987Z++ unset OLD_SHELL_OPTS OMICRON_WS
1882026-03-25T16:33:09.987Z+ 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
1892026-03-25T16:33:09.987Z+ 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
1902026-03-25T16:33:09.987Z+ banner prerequisites
1912026-03-25T16:33:09.987Z
1922026-03-25T16:33:09.987Z ##### ##### ###### ##### ###### #### # # # #### #
1932026-03-25T16:33:09.987Z # # # # # # # # # # # # # # #
1942026-03-25T16:33:09.987Z # # # # ##### # # ##### # # # # # #### #
1952026-03-25T16:33:09.987Z ##### ##### # ##### # # # # # # # # #
1962026-03-25T16:33:09.987Z # # # # # # # # # # # # # # #
1972026-03-25T16:33:09.987Z # # # ###### # # ###### ### # #### # #### #
1982026-03-25T16:33:09.987Z
1992026-03-25T16:33:09.987Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
2002026-03-25T16:33:12.844Z Startup: Refreshing catalog 'helios-dev' ... Done
2012026-03-25T16:33:16.074ZPlanning: Solver setup ... Done (2.238s)
2022026-03-25T16:33:16.104ZPlanning: Running solver ... Done (0.014s)
2032026-03-25T16:33:16.214ZPlanning: Finding local manifests ... Done (0.003s)
2042026-03-25T16:33:16.242ZPlanning: Fetching manifests: 0/4 0% complete
2052026-03-25T16:33:16.411ZPlanning: Fetching manifests: 4/4 100% complete
2062026-03-25T16:33:16.452ZPlanning: Package planning ... Done (0.031s)
2072026-03-25T16:33:16.473ZPlanning: Merging actions ... Done (0.027s)
2082026-03-25T16:33:16.749ZPlanning: Checking for conflicting actions ... Done (0.183s)
2092026-03-25T16:33:16.774ZPlanning: Consolidating action changes ... Done (0.006s)
2102026-03-25T16:33:17.423ZPlanning: Evaluating mediators ... Done (0.761s)
2112026-03-25T16:33:17.435ZPlanning: Planning completed in 4.85 seconds
2122026-03-25T16:33:17.443Z Packages to install: 4
2132026-03-25T16:33:17.443Z Mediators to change: 2
2142026-03-25T16:33:17.443Z Services to change: 1
2152026-03-25T16:33:17.443Z Estimated space available: 155.18 GB
2162026-03-25T16:33:17.443ZEstimated space to be consumed: 1.83 GB
2172026-03-25T16:33:17.443Z Create boot environment: No
2182026-03-25T16:33:17.443ZCreate backup boot environment: No
2192026-03-25T16:33:17.444Z Rebuild boot archive: No
2202026-03-25T16:33:17.444Z
2212026-03-25T16:33:17.444ZChanged mediators:
2222026-03-25T16:33:17.444Z mediator clang:
2232026-03-25T16:33:17.444Z version: None -> 15 (system default)
2242026-03-25T16:33:17.444Z
2252026-03-25T16:33:17.444Z mediator llvm:
2262026-03-25T16:33:17.444Z version: 14 (system default) -> 15 (system default)
2272026-03-25T16:33:17.444Z
2282026-03-25T16:33:17.444ZChanged packages:
2292026-03-25T16:33:17.444Zhelios-dev
2302026-03-25T16:33:17.444Z developer/build-essential
2312026-03-25T16:33:17.444Z None -> 11-2.0
2322026-03-25T16:33:17.444Z library/libxmlsec1
2332026-03-25T16:33:17.444Z None -> 1.2.35-2.0
2342026-03-25T16:33:17.444Z ooce/developer/clang-15
2352026-03-25T16:33:17.444Z None -> 15.0.7-2.0
2362026-03-25T16:33:17.445Z ooce/developer/llvm-15
2372026-03-25T16:33:17.445Z None -> 15.0.7-2.0
2382026-03-25T16:33:17.445Z
2392026-03-25T16:33:17.445ZServices:
2402026-03-25T16:33:17.445Z restart_fmri:
2412026-03-25T16:33:17.445Z svc:/system/update-man-index:default
2422026-03-25T16:33:17.481Z
2432026-03-25T16:33:17.482ZDownload: 0/3290 items 0.0/212.6MB 0% complete
2442026-03-25T16:33:22.475ZDownload: 1427/3290 items 106.6/212.6MB 50% complete (21.2M/s)
2452026-03-25T16:33:27.486ZDownload: 3006/3290 items 121.0/212.6MB 56% complete (12.2M/s)
2462026-03-25T16:33:37.466ZDownload: 3245/3290 items 202.8/212.6MB 95% complete (20.1M/s)
2472026-03-25T16:33:38.844ZDownload: Completed 212.60 MB in 20.59 seconds (10.3M/s)
2482026-03-25T16:33:38.920Z Actions: 1/3689 actions (Installing new actions)
2492026-03-25T16:33:41.388Z Actions: Completed 3689 actions in 3.17 seconds.
2502026-03-25T16:33:45.473Z Done (0.512s)
2512026-03-25T16:33:45.473Z Done (0.000s)
2522026-03-25T16:33:45.507Z Done (0.705s)
2532026-03-25T16:33:46.123Z Done (2.815s)
2542026-03-25T16:33:46.206Z Done (0.013s)
2552026-03-25T16:33:46.206Z Done (0.000s)
2562026-03-25T16:33:46.236Z Done (0.000s)
2572026-03-25T16:33:46.492ZPlanning: Evaluating mediator changes ... Done
2582026-03-25T16:33:46.584ZPlanning: Checking for conflicting actions ... Done
2592026-03-25T16:33:46.639ZPlanning: Consolidating action changes ... Done
2602026-03-25T16:33:46.752ZPlanning: Evaluating mediators ... Done
2612026-03-25T16:33:46.757ZPlanning: Planning completed in 0.27 seconds
2622026-03-25T16:33:46.758Z Mediators to change: 2
2632026-03-25T16:33:46.758Z Create boot environment: No
2642026-03-25T16:33:46.758ZCreate backup boot environment: No
2652026-03-25T16:33:46.818Z Done
2662026-03-25T16:33:46.818Z Done
2672026-03-25T16:33:47.408Z Done
2682026-03-25T16:33:49.944Z Done
2692026-03-25T16:33:49.997Z Done
2702026-03-25T16:33:50.034Z Done
2712026-03-25T16:33:50.117Z Done
2722026-03-25T16:33:50.521ZPlanning: Evaluating mediator changes ... Done
2732026-03-25T16:33:50.532ZPlanning: Merging actions ... Done
2742026-03-25T16:33:50.902ZPlanning: Checking for conflicting actions ... Done
2752026-03-25T16:33:50.929ZPlanning: Consolidating action changes ... Done
2762026-03-25T16:33:50.929ZPlanning: Evaluating mediators ... Done
2772026-03-25T16:33:50.929ZPlanning: Planning completed in 0.45 seconds
2782026-03-25T16:33:50.929Z Packages to change: 1
2792026-03-25T16:33:50.929Z Mediators to change: 1
2802026-03-25T16:33:50.929Z Services to change: 1
2812026-03-25T16:33:50.929Z Create boot environment: No
2822026-03-25T16:33:50.929ZCreate backup boot environment: Yes
2832026-03-25T16:33:53.186Z Actions: 1/6 actions (Updating modified actions)
2842026-03-25T16:33:53.197Z Actions: Completed 6 actions in 0.00 seconds.
2852026-03-25T16:33:53.197Z Done
2862026-03-25T16:33:53.197Z Done
2872026-03-25T16:33:53.322Z Done
2882026-03-25T16:33:55.802Z Done
2892026-03-25T16:33:55.855Z Done
2902026-03-25T16:33:55.863Z Done
2912026-03-25T16:33:56.011Z Done
2922026-03-25T16:33:56.302ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2932026-03-25T16:33:56.303Zclang system 15 system
2942026-03-25T16:33:56.303Zcsh system system illumos
2952026-03-25T16:33:56.303Zctags system system illumos
2962026-03-25T16:33:56.303Zfile system system illumos
2972026-03-25T16:33:56.303Zgcc vendor 12 vendor
2982026-03-25T16:33:56.303Zgcc system 14 system
2992026-03-25T16:33:56.303Zgcc system 10 system
3002026-03-25T16:33:56.303Zgo system 1.20 system
3012026-03-25T16:33:56.304Zgo system 1.19 system
3022026-03-25T16:33:56.304Zllvm system 15 system
3032026-03-25T16:33:56.304Zllvm system 14 system
3042026-03-25T16:33:56.304Zmariadb system 10.6 system
3052026-03-25T16:33:56.304Zmta vendor vendor dma
3062026-03-25T16:33:56.304Zopenjdk system 17 system
3072026-03-25T16:33:56.304Zopenjdk system 11 system
3082026-03-25T16:33:56.304Zopenjdk system 1.8 system
3092026-03-25T16:33:56.304Zopenssl vendor 3 vendor
3102026-03-25T16:33:56.304Zperl system 5.36 system
3112026-03-25T16:33:56.304Zpostgresql system 15 system
3122026-03-25T16:33:56.304Zpostgresql system 13 system
3132026-03-25T16:33:56.304Zpython vendor 3 vendor
3142026-03-25T16:33:56.304Zpython system 2 system
3152026-03-25T16:33:56.305Zpython3 system 3.11 system
3162026-03-25T16:33:56.305Zruby system 3.0 system
3172026-03-25T16:33:56.305Zwords vendor vendor american-english
3182026-03-25T16:33:56.305Zwords system system australian-english
3192026-03-25T16:33:56.305Zwords system system british-english
3202026-03-25T16:33:56.305Zwords system system canadian-english
3212026-03-25T16:33:56.305Zwords system system french
3222026-03-25T16:33:56.306Zwords system system italian
3232026-03-25T16:33:56.306Zwords system system ngerman
3242026-03-25T16:33:56.306Zwords system system ogerman
3252026-03-25T16:33:56.306Zwords system system spanish
3262026-03-25T16:33:56.528ZPUBLISHER TYPE STATUS P LOCATION
3272026-03-25T16:33:56.528Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3282026-03-25T16:34:00.770ZFMRI IFO
3292026-03-25T16:34:00.770Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3302026-03-25T16:34:00.770Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3312026-03-25T16:34:00.770Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3322026-03-25T16:34:00.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3332026-03-25T16:34:00.770Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3342026-03-25T16:34:00.770Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
3352026-03-25T16:34:00.770Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3362026-03-25T16:34:00.770Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
3372026-03-25T16:34:00.771Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3382026-03-25T16:34:00.771Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3392026-03-25T16:34:00.771Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
3402026-03-25T16:34:00.771Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3412026-03-25T16:34:00.771Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3422026-03-25T16:34:00.771Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
3432026-03-25T16:34:00.771Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3442026-03-25T16:34:00.771Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3452026-03-25T16:34:02.113Z Downloading crates ...
3462026-03-25T16:34:02.164Z Downloaded cpufeatures v0.2.17
3472026-03-25T16:34:02.168Z Downloaded memmap v0.7.0
3482026-03-25T16:34:02.176Z Downloaded anstyle v1.0.13
3492026-03-25T16:34:02.181Z Downloaded plain v0.2.3
3502026-03-25T16:34:02.182Z Downloaded anstyle-parse v0.2.7
3512026-03-25T16:34:02.182Z Downloaded icu_provider v2.1.1
3522026-03-25T16:34:02.182Z Downloaded anstream v0.6.21
3532026-03-25T16:34:02.188Z Downloaded zerofrom v0.1.6
3542026-03-25T16:34:02.189Z Downloaded zmij v1.0.21
3552026-03-25T16:34:02.201Z Downloaded rustix v1.1.3
3562026-03-25T16:34:02.216Z Downloaded zerofrom-derive v0.1.6
3572026-03-25T16:34:02.219Z Downloaded anstyle-query v1.1.5
3582026-03-25T16:34:02.219Z Downloaded zerocopy-derive v0.7.35
3592026-03-25T16:34:02.219Z Downloaded version_check v0.9.5
3602026-03-25T16:34:02.414Z Downloaded utf8_iter v1.0.4
3612026-03-25T16:34:02.414Z Downloaded usdt-impl v0.5.0
3622026-03-25T16:34:02.414Z Downloaded unicode-xid v0.2.6
3632026-03-25T16:34:02.414Z Downloaded proc-macro-error-attr v1.0.4
3642026-03-25T16:34:02.415Z Downloaded generic-array v0.14.7
3652026-03-25T16:34:02.415Z Downloaded scroll_derive v0.12.1
3662026-03-25T16:34:02.415Z Downloaded fastrand v2.3.0
3672026-03-25T16:34:02.415Z Downloaded errno v0.3.14
3682026-03-25T16:34:02.415Z Downloaded erased-serde v0.4.9
3692026-03-25T16:34:02.415Z Downloaded dof v0.3.0
3702026-03-25T16:34:02.416Z Downloaded displaydoc v0.2.5
3712026-03-25T16:34:02.416Z Downloaded pretty-hex v0.4.1
3722026-03-25T16:34:02.416Z Downloaded clap_lex v1.0.0
3732026-03-25T16:34:02.416Z Downloaded cfg-if v1.0.4
3742026-03-25T16:34:02.416Z Downloaded camino v1.2.2
3752026-03-25T16:34:02.416Z Downloaded writeable v0.6.2
3762026-03-25T16:34:02.416Z Downloaded yoke v0.8.1
3772026-03-25T16:34:02.416Z Downloaded macaddr v1.0.1
3782026-03-25T16:34:02.416Z Downloaded itoa v1.0.17
3792026-03-25T16:34:02.416Z Downloaded utf8parse v0.2.2
3802026-03-25T16:34:02.416Z Downloaded ordered-float v2.10.1
3812026-03-25T16:34:02.416Z Downloaded unicode-linebreak v0.1.5
3822026-03-25T16:34:02.416Z Downloaded typeid v1.0.3
3832026-03-25T16:34:02.416Z Downloaded yoke-derive v0.8.1
3842026-03-25T16:34:02.417Z Downloaded usdt-macro v0.5.0
3852026-03-25T16:34:02.417Z Downloaded usdt v0.5.0
3862026-03-25T16:34:02.417Z Downloaded usdt-attr-macro v0.5.0
3872026-03-25T16:34:02.417Z Downloaded toml_datetime v0.6.11
3882026-03-25T16:34:02.417Z Downloaded zerovec-derive v0.11.2
3892026-03-25T16:34:02.417Z Downloaded toml_write v0.1.2
3902026-03-25T16:34:02.417Z Downloaded is_terminal_polyfill v1.70.2
3912026-03-25T16:34:02.417Z Downloaded dtrace-parser v0.2.0
3922026-03-25T16:34:02.417Z Downloaded crypto-common v0.1.7
3932026-03-25T16:34:02.417Z Downloaded stable_deref_trait v1.2.1
3942026-03-25T16:34:02.417Z Downloaded idna_adapter v1.2.1
3952026-03-25T16:34:02.417Z Downloaded equivalent v1.0.2
3962026-03-25T16:34:02.418Z Downloaded serde_spanned v0.6.9
3972026-03-25T16:34:02.418Z Downloaded terminal_size v0.4.3
3982026-03-25T16:34:02.418Z Downloaded ucd-trie v0.1.7
3992026-03-25T16:34:02.418Z Downloaded toml v0.8.23
4002026-03-25T16:34:02.418Z Downloaded smawk v0.3.2
4012026-03-25T16:34:02.418Z Downloaded heck v0.5.0
4022026-03-25T16:34:02.418Z Downloaded toml_edit v0.22.27
4032026-03-25T16:34:02.418Z Downloaded tabled_derive v0.7.0
4042026-03-25T16:34:02.418Z Downloaded serde-value v0.7.0
4052026-03-25T16:34:02.418Z Downloaded potential_utf v0.1.4
4062026-03-25T16:34:02.418Z Downloaded typenum v1.19.0
4072026-03-25T16:34:02.418Z Downloaded heck v0.4.1
4082026-03-25T16:34:02.418Z Downloaded block-buffer v0.10.4
4092026-03-25T16:34:02.418Z Downloaded form_urlencoded v1.2.2
4102026-03-25T16:34:02.419Z Downloaded fnv v1.0.7
4112026-03-25T16:34:02.419Z Downloaded zerotrie v0.2.3
4122026-03-25T16:34:02.419Z Downloaded thread-id v4.2.2
4132026-03-25T16:34:02.419Z Downloaded strsim v0.11.1
4142026-03-25T16:34:02.419Z Downloaded percent-encoding v2.3.2
4152026-03-25T16:34:02.419Z Downloaded zerovec v0.11.5
4162026-03-25T16:34:02.419Z Downloaded serde-untagged v0.1.9
4172026-03-25T16:34:02.419Z Downloaded colorchoice v1.0.4
4182026-03-25T16:34:02.419Z Downloaded camino-tempfile v1.4.1
4192026-03-25T16:34:02.419Z Downloaded proc-macro-error v1.0.4
4202026-03-25T16:34:02.419Z Downloaded thiserror-impl v2.0.18
4212026-03-25T16:34:02.420Z Downloaded zerocopy v0.7.35
4222026-03-25T16:34:02.420Z Downloaded swrite v0.1.0
4232026-03-25T16:34:02.420Z Downloaded once_cell v1.21.3
4242026-03-25T16:34:02.420Z Downloaded clap_derive v4.5.55
4252026-03-25T16:34:02.420Z Downloaded cargo-platform v0.2.0
4262026-03-25T16:34:02.420Z Downloaded url v2.5.8
4272026-03-25T16:34:02.420Z Downloaded scroll v0.12.0
4282026-03-25T16:34:02.420Z Downloaded bytecount v0.6.9
4292026-03-25T16:34:02.420Z Downloaded winnow v0.7.14
4302026-03-25T16:34:02.420Z Downloaded unicode-width v0.1.14
4312026-03-25T16:34:02.420Z Downloaded thiserror v2.0.18
4322026-03-25T16:34:02.420Z Downloaded tinystr v0.8.2
4332026-03-25T16:34:02.420Z Downloaded cargo-util-schemas v0.8.2
4342026-03-25T16:34:02.421Z Downloaded autocfg v1.5.0
4352026-03-25T16:34:02.421Z Downloaded synstructure v0.13.2
4362026-03-25T16:34:02.421Z Downloaded serde_tokenstream v0.2.3
4372026-03-25T16:34:02.421Z Downloaded fs-err v3.3.0
4382026-03-25T16:34:02.421Z Downloaded cargo_metadata v0.21.0
4392026-03-25T16:34:02.421Z Downloaded unicode-width v0.2.0
4402026-03-25T16:34:02.421Z Downloaded smallvec v1.15.1
4412026-03-25T16:34:02.421Z Downloaded digest v0.10.7
4422026-03-25T16:34:02.421Z Downloaded clap v4.5.60
4432026-03-25T16:34:02.421Z Downloaded litemap v0.8.1
4442026-03-25T16:34:02.421Z Downloaded icu_normalizer v2.1.1
4452026-03-25T16:34:02.421Z Downloaded sha2 v0.10.9
4462026-03-25T16:34:02.422Z Downloaded memchr v2.8.0
4472026-03-25T16:34:02.422Z Downloaded bitflags v2.11.0
4482026-03-25T16:34:02.422Z Downloaded pest_generator v2.8.6
4492026-03-25T16:34:02.422Z Downloaded num-traits v0.2.19
4502026-03-25T16:34:02.422Z Downloaded textwrap v0.16.2
4512026-03-25T16:34:02.422Z Downloaded semver v1.0.27
4522026-03-25T16:34:02.422Z Downloaded pest_derive v2.8.6
4532026-03-25T16:34:02.422Z Downloaded getrandom v0.4.1
4542026-03-25T16:34:02.422Z Downloaded cargo_toml v0.21.0
4552026-03-25T16:34:02.422Z Downloaded icu_locale_core v2.1.1
4562026-03-25T16:34:02.422Z Downloaded log v0.4.29
4572026-03-25T16:34:02.422Z Downloaded serde_derive v1.0.228
4582026-03-25T16:34:02.422Z Downloaded tempfile v3.25.0
4592026-03-25T16:34:02.422Z Downloaded icu_normalizer_data v2.1.1
4602026-03-25T16:34:02.445Z Downloaded serde_core v1.0.228
4612026-03-25T16:34:02.445Z Downloaded papergrid v0.11.0
4622026-03-25T16:34:02.445Z Downloaded byteorder v1.5.0
4632026-03-25T16:34:02.446Z Downloaded serde v1.0.228
4642026-03-25T16:34:02.446Z Downloaded pest_meta v2.8.6
4652026-03-25T16:34:02.446Z Downloaded icu_properties v2.1.2
4662026-03-25T16:34:02.446Z Downloaded icu_collections v2.1.1
4672026-03-25T16:34:02.449Z Downloaded indexmap v2.13.0
4682026-03-25T16:34:02.455Z Downloaded pest v2.8.6
4692026-03-25T16:34:02.460Z Downloaded icu_properties_data v2.1.2
4702026-03-25T16:34:02.465Z Downloaded idna v1.1.0
4712026-03-25T16:34:02.468Z Downloaded hashbrown v0.16.1
4722026-03-25T16:34:02.472Z Downloaded serde_json v1.0.149
4732026-03-25T16:34:02.478Z Downloaded goblin v0.8.2
4742026-03-25T16:34:02.482Z Downloaded clap_builder v4.5.60
4752026-03-25T16:34:02.485Z Downloaded tabled v0.15.0
4762026-03-25T16:34:02.493Z Downloaded syn v1.0.109
4772026-03-25T16:34:02.528Z Compiling proc-macro2 v1.0.106
4782026-03-25T16:34:02.528Z Compiling unicode-ident v1.0.24
4792026-03-25T16:34:02.528Z Compiling quote v1.0.44
4802026-03-25T16:34:02.533Z Compiling serde_core v1.0.228
4812026-03-25T16:34:02.533Z Compiling libc v0.2.180
4822026-03-25T16:34:02.533Z Compiling version_check v0.9.5
4832026-03-25T16:34:02.533Z Compiling serde v1.0.228
4842026-03-25T16:34:02.533Z Compiling stable_deref_trait v1.2.1
4852026-03-25T16:34:02.691Z Compiling memchr v2.8.0
4862026-03-25T16:34:02.726Z Compiling zmij v1.0.21
4872026-03-25T16:34:02.915Z Compiling autocfg v1.5.0
4882026-03-25T16:34:02.937Z Compiling thiserror v1.0.69
4892026-03-25T16:34:03.163Z Compiling ucd-trie v0.1.7
4902026-03-25T16:34:03.204Z Compiling itoa v1.0.17
4912026-03-25T16:34:03.300Z Compiling pest v2.8.6
4922026-03-25T16:34:03.360Z Compiling litemap v0.8.1
4932026-03-25T16:34:03.370Z Compiling writeable v0.6.2
4942026-03-25T16:34:03.420Z Compiling byteorder v1.5.0
4952026-03-25T16:34:03.449Z Compiling icu_normalizer_data v2.1.1
4962026-03-25T16:34:03.535Z Compiling icu_properties_data v2.1.2
4972026-03-25T16:34:03.633Z Compiling rustix v1.1.3
4982026-03-25T16:34:03.716Z Compiling syn v2.0.117
4992026-03-25T16:34:03.811Z Compiling errno v0.3.14
5002026-03-25T16:34:03.821Z Compiling serde_json v1.0.149
5012026-03-25T16:34:03.946Z Compiling bitflags v2.11.0
5022026-03-25T16:34:04.022Z Compiling num-traits v0.2.19
5032026-03-25T16:34:04.136Z Compiling smallvec v1.15.1
5042026-03-25T16:34:04.149Z Compiling hashbrown v0.16.1
5052026-03-25T16:34:04.185Z Compiling typeid v1.0.3
5062026-03-25T16:34:04.423Z Compiling pest_meta v2.8.6
5072026-03-25T16:34:04.434Z Compiling equivalent v1.0.2
5082026-03-25T16:34:04.664Z Compiling indexmap v2.13.0
5092026-03-25T16:34:04.704Z Compiling thread-id v4.2.2
5102026-03-25T16:34:04.712Z Compiling proc-macro-error-attr v1.0.4
5112026-03-25T16:34:04.756Z Compiling usdt-impl v0.5.0
5122026-03-25T16:34:04.770Z Compiling erased-serde v0.4.9
5132026-03-25T16:34:04.875Z Compiling toml_write v0.1.2
5142026-03-25T16:34:04.950Z Compiling winnow v0.7.14
5152026-03-25T16:34:05.231Z Compiling syn v1.0.109
5162026-03-25T16:34:05.348Z Compiling proc-macro-error v1.0.4
5172026-03-25T16:34:05.400Z Compiling utf8_iter v1.0.4
5182026-03-25T16:34:05.518Z Compiling getrandom v0.4.1
5192026-03-25T16:34:05.531Z Compiling thiserror v2.0.18
5202026-03-25T16:34:05.969Z Compiling log v0.4.29
5212026-03-25T16:34:05.974Z Compiling plain v0.2.3
5222026-03-25T16:34:05.974Z Compiling utf8parse v0.2.2
5232026-03-25T16:34:05.974Z Compiling camino v1.2.2
5242026-03-25T16:34:06.019Z Compiling percent-encoding v2.3.2
5252026-03-25T16:34:06.019Z Compiling anstyle-parse v0.2.7
5262026-03-25T16:34:06.130Z Compiling ordered-float v2.10.1
5272026-03-25T16:34:06.203Z Compiling form_urlencoded v1.2.2
5282026-03-25T16:34:06.325Z Compiling synstructure v0.13.2
5292026-03-25T16:34:06.396Z Compiling pest_generator v2.8.6
5302026-03-25T16:34:06.404Z Compiling terminal_size v0.4.3
5312026-03-25T16:34:06.528Z Compiling anstyle-query v1.1.5
5322026-03-25T16:34:06.855Z Compiling pretty-hex v0.4.1
5332026-03-25T16:34:06.861Z Compiling is_terminal_polyfill v1.70.2
5342026-03-25T16:34:06.861Z Compiling cfg-if v1.0.4
5352026-03-25T16:34:06.861Z Compiling anstyle v1.0.13
5362026-03-25T16:34:06.861Z Compiling colorchoice v1.0.4
5372026-03-25T16:34:06.861Z Compiling serde-untagged v0.1.9
5382026-03-25T16:34:06.871Z Compiling anstream v0.6.21
5392026-03-25T16:34:06.933Z Compiling semver v1.0.27
5402026-03-25T16:34:07.087Z Compiling fs-err v3.3.0
5412026-03-25T16:34:07.097Z Compiling unicode-xid v0.2.6
5422026-03-25T16:34:07.157Z Compiling anyhow v1.0.102
5432026-03-25T16:34:07.209Z Compiling once_cell v1.21.3
5442026-03-25T16:34:07.246Z Compiling bytecount v0.6.9
5452026-03-25T16:34:07.267Z Compiling fnv v1.0.7
5462026-03-25T16:34:07.291Z Compiling strsim v0.11.1
5472026-03-25T16:34:07.359Z Compiling fastrand v2.3.0
5482026-03-25T16:34:07.367Z Compiling heck v0.4.1
5492026-03-25T16:34:07.459Z Compiling heck v0.5.0
5502026-03-25T16:34:07.769Z Compiling clap_lex v1.0.0
5512026-03-25T16:34:07.779Z Compiling unicode-width v0.1.14
5522026-03-25T16:34:07.779Z Compiling tempfile v3.25.0
5532026-03-25T16:34:07.806Z Compiling clap_builder v4.5.60
5542026-03-25T16:34:07.814Z Compiling memmap v0.7.0
5552026-03-25T16:34:07.876Z Compiling papergrid v0.11.0
5562026-03-25T16:34:07.896Z Compiling unicode-linebreak v0.1.5
5572026-03-25T16:34:07.974Z Compiling unicode-width v0.2.0
5582026-03-25T16:34:07.997Z Compiling smawk v0.3.2
5592026-03-25T16:34:08.073Z Compiling serde_derive v1.0.228
5602026-03-25T16:34:08.119Z Compiling zerofrom-derive v0.1.6
5612026-03-25T16:34:08.119Z Compiling yoke-derive v0.8.1
5622026-03-25T16:34:08.231Z Compiling zerovec-derive v0.11.2
5632026-03-25T16:34:08.605Z Compiling displaydoc v0.2.5
5642026-03-25T16:34:09.076Z Compiling thiserror-impl v1.0.69
5652026-03-25T16:34:09.374Z Compiling zerocopy-derive v0.7.35
5662026-03-25T16:34:09.400Z Compiling pest_derive v2.8.6
5672026-03-25T16:34:09.400Z Compiling scroll_derive v0.12.1
5682026-03-25T16:34:09.469Z Compiling zerofrom v0.1.6
5692026-03-25T16:34:09.588Z Compiling yoke v0.8.1
5702026-03-25T16:34:09.665Z Compiling thiserror-impl v2.0.18
5712026-03-25T16:34:09.761Z Compiling zerovec v0.11.5
5722026-03-25T16:34:10.039Z Compiling zerotrie v0.2.3
5732026-03-25T16:34:10.085Z Compiling zerocopy v0.7.35
5742026-03-25T16:34:10.243Z Compiling tinystr v0.8.2
5752026-03-25T16:34:10.257Z Compiling potential_utf v0.1.4
5762026-03-25T16:34:10.404Z Compiling icu_locale_core v2.1.1
5772026-03-25T16:34:10.424Z Compiling icu_collections v2.1.1
5782026-03-25T16:34:10.434Z Compiling dtrace-parser v0.2.0
5792026-03-25T16:34:10.769Z Compiling scroll v0.12.0
5802026-03-25T16:34:10.782Z Compiling tabled_derive v0.7.0
5812026-03-25T16:34:10.810Z Compiling clap_derive v4.5.55
5822026-03-25T16:34:10.875Z Compiling goblin v0.8.2
5832026-03-25T16:34:10.886Z Compiling textwrap v0.16.2
5842026-03-25T16:34:11.235Z Compiling icu_provider v2.1.1
5852026-03-25T16:34:11.638Z Compiling toml_datetime v0.6.11
5862026-03-25T16:34:11.645Z Compiling icu_properties v2.1.2
5872026-03-25T16:34:11.645Z Compiling icu_normalizer v2.1.1
5882026-03-25T16:34:11.645Z Compiling serde_spanned v0.6.9
5892026-03-25T16:34:11.671Z Compiling toml_edit v0.22.27
5902026-03-25T16:34:11.681Z Compiling dof v0.3.0
5912026-03-25T16:34:11.718Z Compiling serde_tokenstream v0.2.3
5922026-03-25T16:34:11.749Z Compiling serde-value v0.7.0
5932026-03-25T16:34:12.052Z Compiling cargo-platform v0.2.0
5942026-03-25T16:34:12.055Z Compiling tabled v0.15.0
5952026-03-25T16:34:12.106Z Compiling macaddr v1.0.1
5962026-03-25T16:34:12.454Z Compiling camino-tempfile v1.4.1
5972026-03-25T16:34:12.546Z Compiling idna_adapter v1.2.1
5982026-03-25T16:34:12.577Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5992026-03-25T16:34:12.592Z Compiling clap v4.5.60
6002026-03-25T16:34:12.601Z Compiling swrite v0.1.0
6012026-03-25T16:34:12.630Z Compiling usdt-attr-macro v0.5.0
6022026-03-25T16:34:12.667Z Compiling idna v1.1.0
6032026-03-25T16:34:12.674Z Compiling usdt-macro v0.5.0
6042026-03-25T16:34:13.177Z Compiling url v2.5.8
6052026-03-25T16:34:13.185Z Compiling toml v0.8.23
6062026-03-25T16:34:13.416Z Compiling cargo-util-schemas v0.8.2
6072026-03-25T16:34:13.910Z Compiling cargo_toml v0.21.0
6082026-03-25T16:34:13.933Z Compiling usdt v0.5.0
6092026-03-25T16:34:14.311Z Compiling cargo_metadata v0.21.0
6102026-03-25T16:34:15.349Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6112026-03-25T16:34:17.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.62s
6122026-03-25T16:34:17.388Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6132026-03-25T16:34:17.907Z Downloading crates ...
6142026-03-25T16:34:17.997Z Downloaded assert_matches v1.5.0
6152026-03-25T16:34:18.003Z Downloaded adler2 v2.0.1
6162026-03-25T16:34:18.007Z Downloaded base16ct v1.0.0
6172026-03-25T16:34:18.013Z Downloaded argon2 v0.5.3
6182026-03-25T16:34:18.013Z Downloaded block-padding v0.3.3
6192026-03-25T16:34:18.017Z Downloaded colored v2.2.0
6202026-03-25T16:34:18.017Z Downloaded cfg_aliases v0.1.1
6212026-03-25T16:34:18.017Z Downloaded bcrypt-pbkdf v0.10.0
6222026-03-25T16:34:18.022Z Downloaded cpufeatures v0.3.0
6232026-03-25T16:34:18.022Z Downloaded cassowary v0.3.0
6242026-03-25T16:34:18.022Z Downloaded byte-wrapper v0.1.0
6252026-03-25T16:34:18.025Z Downloaded crc8 v0.1.1
6262026-03-25T16:34:18.025Z Downloaded convert_case v0.4.0
6272026-03-25T16:34:18.030Z Downloaded darling_macro v0.21.3
6282026-03-25T16:34:18.034Z Downloaded darling_macro v0.20.11
6292026-03-25T16:34:18.034Z Downloaded cipher v0.4.4
6302026-03-25T16:34:18.039Z Downloaded foreign-types-shared v0.3.1
6312026-03-25T16:34:18.040Z Downloaded camino-tempfile-ext v0.3.3
6322026-03-25T16:34:18.040Z Downloaded async-trait v0.1.89
6332026-03-25T16:34:18.045Z Downloaded darling_macro v0.23.0
6342026-03-25T16:34:18.045Z Downloaded bitflags v1.3.2
6352026-03-25T16:34:18.045Z Downloaded bit-vec v0.6.3
6362026-03-25T16:34:18.045Z Downloaded ascii-canvas v3.0.0
6372026-03-25T16:34:18.045Z Downloaded cmake v0.1.57
6382026-03-25T16:34:18.049Z Downloaded crc-catalog v2.4.0
6392026-03-25T16:34:18.049Z Downloaded atty v0.2.14
6402026-03-25T16:34:18.049Z Downloaded async-stream-impl v0.3.6
6412026-03-25T16:34:18.049Z Downloaded arrayvec v0.7.6
6422026-03-25T16:34:18.049Z Downloaded cobs v0.3.0
6432026-03-25T16:34:18.049Z Downloaded arrayref v0.3.9
6442026-03-25T16:34:18.052Z Downloaded bit-set v0.5.3
6452026-03-25T16:34:18.056Z Downloaded console v0.16.2
6462026-03-25T16:34:18.059Z Downloaded crossbeam-deque v0.8.6
6472026-03-25T16:34:18.059Z Downloaded array-init v0.0.4
6482026-03-25T16:34:18.062Z Downloaded display-error-chain v0.2.2
6492026-03-25T16:34:18.065Z Downloaded cfg_aliases v0.2.1
6502026-03-25T16:34:18.065Z Downloaded bitfield-struct v0.6.2
6512026-03-25T16:34:18.065Z Downloaded bit-set v0.8.0
6522026-03-25T16:34:18.069Z Downloaded diesel_table_macro_syntax v0.3.0
6532026-03-25T16:34:18.073Z Downloaded bb8 v0.8.6
6542026-03-25T16:34:18.076Z Downloaded bitfield-macros v0.19.4
6552026-03-25T16:34:18.076Z Downloaded darling v0.21.3
6562026-03-25T16:34:18.079Z Downloaded funty v2.0.0
6572026-03-25T16:34:18.085Z Downloaded daft-derive v0.1.5
6582026-03-25T16:34:18.088Z Downloaded crossbeam-epoch v0.9.18
6592026-03-25T16:34:18.091Z Downloaded bcs v0.1.6
6602026-03-25T16:34:18.091Z Downloaded colored v3.1.1
6612026-03-25T16:34:18.094Z Downloaded ahash v0.8.12
6622026-03-25T16:34:18.094Z Downloaded crossbeam-utils v0.8.21
6632026-03-25T16:34:18.097Z Downloaded env_filter v1.0.0
6642026-03-25T16:34:18.097Z Downloaded foreign-types v0.5.0
6652026-03-25T16:34:18.097Z Downloaded dsl_auto_type v0.2.0
6662026-03-25T16:34:18.100Z Downloaded dyn-clone v1.0.20
6672026-03-25T16:34:18.100Z Downloaded crc v3.4.0
6682026-03-25T16:34:18.100Z Downloaded async-recursion v1.1.1
6692026-03-25T16:34:18.103Z Downloaded defmt-parser v1.0.0
6702026-03-25T16:34:18.106Z Downloaded dirs-sys-next v0.1.2
6712026-03-25T16:34:18.106Z Downloaded foreign-types-macros v0.2.3
6722026-03-25T16:34:18.112Z Downloaded endian-type v0.1.2
6732026-03-25T16:34:18.112Z Downloaded derive_builder_macro v0.20.2
6742026-03-25T16:34:18.112Z Downloaded crunchy v0.2.4
6752026-03-25T16:34:18.112Z Downloaded crucible-workspace-hack v0.1.0
6762026-03-25T16:34:18.112Z Downloaded embedded-io v0.4.0
6772026-03-25T16:34:18.115Z Downloaded dof v0.4.0
6782026-03-25T16:34:18.115Z Downloaded atomic-waker v1.1.2
6792026-03-25T16:34:18.115Z Downloaded ciborium-io v0.2.2
6802026-03-25T16:34:18.121Z Downloaded fd-lock v4.0.4
6812026-03-25T16:34:18.121Z Downloaded base16ct v0.2.0
6822026-03-25T16:34:18.126Z Downloaded fixedbitset v0.4.2
6832026-03-25T16:34:18.126Z Downloaded float-cmp v0.10.0
6842026-03-25T16:34:18.127Z Downloaded atomicwrites v0.4.4
6852026-03-25T16:34:18.127Z Downloaded async-stream v0.3.6
6862026-03-25T16:34:18.127Z Downloaded castaway v0.2.4
6872026-03-25T16:34:18.131Z Downloaded dropshot-api-manager-types v0.6.0
6882026-03-25T16:34:18.131Z Downloaded ciborium-ll v0.2.2
6892026-03-25T16:34:18.136Z Downloaded curve25519-dalek-derive v0.1.1
6902026-03-25T16:34:18.137Z Downloaded futures-io v0.3.32
6912026-03-25T16:34:18.137Z Downloaded downcast-rs v2.0.2
6922026-03-25T16:34:18.137Z Downloaded debug-ignore v1.0.5
6932026-03-25T16:34:18.140Z Downloaded futures-macro v0.3.32
6942026-03-25T16:34:18.144Z Downloaded cstr-argument v0.1.2
6952026-03-25T16:34:18.144Z Downloaded dunce v1.0.5
6962026-03-25T16:34:18.144Z Downloaded futures-task v0.3.32
6972026-03-25T16:34:18.144Z Downloaded futures-core v0.3.32
6982026-03-25T16:34:18.148Z Downloaded blowfish v0.9.1
6992026-03-25T16:34:18.151Z Downloaded const_format_proc_macros v0.2.34
7002026-03-25T16:34:18.151Z Downloaded base64ct v1.8.3
7012026-03-25T16:34:18.154Z Downloaded bitfield v0.19.4
7022026-03-25T16:34:18.154Z Downloaded foreign-types v0.3.2
7032026-03-25T16:34:18.154Z Downloaded corncobs v0.1.4
7042026-03-25T16:34:18.158Z Downloaded blake2 v0.10.6
7052026-03-25T16:34:18.161Z Downloaded erased-serde v0.3.31
7062026-03-25T16:34:18.161Z Downloaded git-stub v1.0.0
7072026-03-25T16:34:18.165Z Downloaded ena v0.14.4
7082026-03-25T16:34:18.165Z Downloaded gethostname v0.5.0
7092026-03-25T16:34:18.165Z Downloaded chacha20 v0.9.1
7102026-03-25T16:34:18.165Z Downloaded ecdsa v0.16.9
7112026-03-25T16:34:18.168Z Downloaded difflib v0.4.0
7122026-03-25T16:34:18.168Z Downloaded either v1.15.0
7132026-03-25T16:34:18.171Z Downloaded ghash v0.5.1
7142026-03-25T16:34:18.174Z Downloaded enum-as-inner v0.6.1
7152026-03-25T16:34:18.174Z Downloaded foreign-types-shared v0.1.1
7162026-03-25T16:34:18.177Z Downloaded globwalk v0.9.1
7172026-03-25T16:34:18.177Z Downloaded flagset v0.4.7
7182026-03-25T16:34:18.177Z Downloaded darling v0.20.11
7192026-03-25T16:34:18.180Z Downloaded hash32 v0.2.1
7202026-03-25T16:34:18.180Z Downloaded document-features v0.2.12
7212026-03-25T16:34:18.183Z Downloaded data-encoding v2.10.0
7222026-03-25T16:34:18.183Z Downloaded env_logger v0.11.9
7232026-03-25T16:34:18.186Z Downloaded darling v0.23.0
7242026-03-25T16:34:18.189Z Downloaded hash32 v0.3.1
7252026-03-25T16:34:18.192Z Downloaded hex v0.4.3
7262026-03-25T16:34:18.192Z Downloaded hex-literal v0.4.1
7272026-03-25T16:34:18.192Z Downloaded cargo-platform v0.1.9
7282026-03-25T16:34:18.195Z Downloaded fxhash v0.2.1
7292026-03-25T16:34:18.195Z Downloaded futures-sink v0.3.32
7302026-03-25T16:34:18.196Z Downloaded float-ord v0.3.2
7312026-03-25T16:34:18.199Z Downloaded headers-core v0.3.0
7322026-03-25T16:34:18.202Z Downloaded constant_time_eq v0.4.2
7332026-03-25T16:34:18.202Z Downloaded filetime v0.2.27
7342026-03-25T16:34:18.205Z Downloaded dirs-next v2.0.0
7352026-03-25T16:34:18.205Z Downloaded defmt v0.3.100
7362026-03-25T16:34:18.208Z Downloaded fallible-iterator v0.2.0
7372026-03-25T16:34:18.208Z Downloaded buf-list v1.1.2
7382026-03-25T16:34:18.208Z Downloaded ff v0.13.1
7392026-03-25T16:34:18.211Z Downloaded diesel-dtrace v0.5.0
7402026-03-25T16:34:18.211Z Downloaded ed25519 v2.2.3
7412026-03-25T16:34:18.213Z Downloaded foldhash v0.1.5
7422026-03-25T16:34:18.214Z Downloaded dtrace-parser v0.3.0
7432026-03-25T16:34:18.214Z Downloaded derive_builder_core v0.20.2
7442026-03-25T16:34:18.220Z Downloaded daft v0.1.5
7452026-03-25T16:34:18.220Z Downloaded backoff v0.4.0
7462026-03-25T16:34:18.220Z Downloaded cargo_metadata v0.19.2
7472026-03-25T16:34:18.224Z Downloaded foldhash v0.2.0
7482026-03-25T16:34:18.224Z Downloaded critical-section v1.2.0
7492026-03-25T16:34:18.224Z Downloaded cexpr v0.6.0
7502026-03-25T16:34:18.224Z Downloaded bit-vec v0.8.0
7512026-03-25T16:34:18.224Z Downloaded aead v0.5.2
7522026-03-25T16:34:18.224Z Downloaded fs_extra v1.3.0
7532026-03-25T16:34:18.228Z Downloaded http-body v1.0.1
7542026-03-25T16:34:18.232Z Downloaded embedded-io v0.6.1
7552026-03-25T16:34:18.232Z Downloaded csv-core v0.1.13
7562026-03-25T16:34:18.236Z Downloaded futures-executor v0.3.32
7572026-03-25T16:34:18.236Z Downloaded fs-err v2.11.0
7582026-03-25T16:34:18.242Z Downloaded hostname v0.3.1
7592026-03-25T16:34:18.242Z Downloaded convert_case v0.10.0
7602026-03-25T16:34:18.242Z Downloaded bzip2 v0.4.4
7612026-03-25T16:34:18.242Z Downloaded home v0.5.12
7622026-03-25T16:34:18.246Z Downloaded hyper-tls v0.6.0
7632026-03-25T16:34:18.246Z Downloaded hostname v0.4.2
7642026-03-25T16:34:18.250Z Downloaded hubpack v0.1.2
7652026-03-25T16:34:18.250Z Downloaded deranged v0.5.8
7662026-03-25T16:34:18.250Z Downloaded bzip2 v0.6.1
7672026-03-25T16:34:18.250Z Downloaded der_derive v0.7.3
7682026-03-25T16:34:18.253Z Downloaded group v0.13.0
7692026-03-25T16:34:18.253Z Downloaded git-stub-vcs v0.1.0
7702026-03-25T16:34:18.253Z Downloaded fixedbitset v0.5.7
7712026-03-25T16:34:18.256Z Downloaded ctr v0.9.2
7722026-03-25T16:34:18.256Z Downloaded http-range v0.1.5
7732026-03-25T16:34:18.259Z Downloaded defmt v1.0.1
7742026-03-25T16:34:18.262Z Downloaded hubpack_derive v0.1.1
7752026-03-25T16:34:18.262Z Downloaded globset v0.4.18
7762026-03-25T16:34:18.262Z Downloaded indent_write v2.2.0
7772026-03-25T16:34:18.266Z Downloaded internet-checksum v0.2.1
7782026-03-25T16:34:18.270Z Downloaded inout v0.1.4
7792026-03-25T16:34:18.274Z Downloaded is_ci v1.2.0
7802026-03-25T16:34:18.274Z Downloaded is-terminal v0.4.17
7812026-03-25T16:34:18.278Z Downloaded keccak v0.1.6
7822026-03-25T16:34:18.280Z Downloaded ciborium v0.2.2
7832026-03-25T16:34:18.281Z Downloaded glob v0.3.3
7842026-03-25T16:34:18.284Z Downloaded find-msvc-tools v0.1.9
7852026-03-25T16:34:18.284Z Downloaded darling_core v0.23.0
7862026-03-25T16:34:18.287Z Downloaded ident_case v1.0.1
7872026-03-25T16:34:18.287Z Downloaded cbc v0.1.2
7882026-03-25T16:34:18.287Z Downloaded const-oid v0.9.6
7892026-03-25T16:34:18.290Z Downloaded crc32fast v1.5.0
7902026-03-25T16:34:18.290Z Downloaded cargo_toml v0.22.3
7912026-03-25T16:34:18.291Z Downloaded indoc v1.0.9
7922026-03-25T16:34:18.293Z Downloaded instant v0.1.13
7932026-03-25T16:34:18.293Z Downloaded instability v0.3.11
7942026-03-25T16:34:18.296Z Downloaded console v0.15.11
7952026-03-25T16:34:18.296Z Downloaded cancel-safe-futures v0.1.5
7962026-03-25T16:34:18.299Z Downloaded drift v0.1.3
7972026-03-25T16:34:18.302Z Downloaded highway v1.3.0
7982026-03-25T16:34:18.302Z Downloaded des v0.8.1
7992026-03-25T16:34:18.305Z Downloaded diff v0.1.13
8002026-03-25T16:34:18.305Z Downloaded derive_builder v0.20.2
8012026-03-25T16:34:18.308Z Downloaded lazy_static v1.5.0
8022026-03-25T16:34:18.311Z Downloaded http-body-util v0.1.3
8032026-03-25T16:34:18.311Z Downloaded cookie_store v0.22.1
8042026-03-25T16:34:18.315Z Downloaded clang-sys v1.8.1
8052026-03-25T16:34:18.315Z Downloaded chacha20 v0.10.0
8062026-03-25T16:34:18.318Z Downloaded async-bb8-diesel v0.2.1
8072026-03-25T16:34:18.318Z Downloaded linked-hash-map v0.5.6
8082026-03-25T16:34:18.318Z Downloaded futures-channel v0.3.32
8092026-03-25T16:34:18.321Z Downloaded lzss v0.8.2
8102026-03-25T16:34:18.321Z Downloaded impl-trait-for-tuples v0.2.3
8112026-03-25T16:34:18.321Z Downloaded hyper-staticfile v0.10.1
8122026-03-25T16:34:18.324Z Downloaded derive-ex v0.1.8
8132026-03-25T16:34:18.329Z Downloaded getrandom v0.2.17
8142026-03-25T16:34:18.329Z Downloaded ar_archive_writer v0.5.1
8152026-03-25T16:34:18.333Z Downloaded lalrpop-util v0.19.12
8162026-03-25T16:34:18.333Z Downloaded libscf-sys v1.1.0
8172026-03-25T16:34:18.336Z Downloaded lru-cache v0.1.2
8182026-03-25T16:34:18.336Z Downloaded half v1.8.3
8192026-03-25T16:34:18.339Z Downloaded humantime v2.3.0
8202026-03-25T16:34:18.343Z Downloaded ingot-types v0.1.2
8212026-03-25T16:34:18.343Z Downloaded ipnet v2.11.0
8222026-03-25T16:34:18.347Z Downloaded ipnetwork v0.21.1
8232026-03-25T16:34:18.347Z Downloaded httpdate v1.0.3
8242026-03-25T16:34:18.347Z Downloaded defmt-macros v1.0.1
8252026-03-25T16:34:18.350Z Downloaded indoc v2.0.7
8262026-03-25T16:34:18.354Z Downloaded nibble_vec v0.1.0
8272026-03-25T16:34:18.354Z Downloaded newline-converter v0.3.0
8282026-03-25T16:34:18.354Z Downloaded darling_core v0.20.11
8292026-03-25T16:34:18.359Z Downloaded multimap v0.10.1
8302026-03-25T16:34:18.363Z Downloaded cookie v0.18.1
8312026-03-25T16:34:18.363Z Downloaded allocator-api2 v0.2.21
8322026-03-25T16:34:18.366Z Downloaded backon v1.6.0
8332026-03-25T16:34:18.366Z Downloaded crc-any v2.5.0
8342026-03-25T16:34:18.370Z Downloaded managed v0.8.0
8352026-03-25T16:34:18.370Z Downloaded lru v0.12.5
8362026-03-25T16:34:18.370Z Downloaded futures v0.3.32
8372026-03-25T16:34:18.373Z Downloaded md-5 v0.10.6
8382026-03-25T16:34:18.373Z Downloaded mime v0.3.17
8392026-03-25T16:34:18.376Z Downloaded md5 v0.7.0
8402026-03-25T16:34:18.376Z Downloaded memoffset v0.9.1
8412026-03-25T16:34:18.376Z Downloaded jobserver v0.1.34
8422026-03-25T16:34:18.379Z Downloaded maybe-uninit v2.0.0
8432026-03-25T16:34:18.379Z Downloaded match_cfg v0.1.0
8442026-03-25T16:34:18.379Z Downloaded maplit v1.0.2
8452026-03-25T16:34:18.383Z Downloaded num v0.4.3
8462026-03-25T16:34:18.383Z Downloaded new_debug_unreachable v1.0.6
8472026-03-25T16:34:18.386Z Downloaded libloading v0.8.9
8482026-03-25T16:34:18.386Z Downloaded ingot v0.1.1
8492026-03-25T16:34:18.389Z Downloaded hickory-client v0.25.2
8502026-03-25T16:34:18.389Z Downloaded libsw v3.5.0
8512026-03-25T16:34:18.389Z Downloaded chacha20poly1305 v0.10.1
8522026-03-25T16:34:18.392Z Downloaded newtype_derive v0.1.6
8532026-03-25T16:34:18.392Z Downloaded nodrop v0.1.14
8542026-03-25T16:34:18.395Z Downloaded lock_api v0.4.14
8552026-03-25T16:34:18.395Z Downloaded linear-map v1.2.0
8562026-03-25T16:34:18.395Z Downloaded nonempty v0.12.0
8572026-03-25T16:34:18.395Z Downloaded newtype-uuid-macros v0.1.0
8582026-03-25T16:34:18.398Z Downloaded num-iter v0.1.45
8592026-03-25T16:34:18.398Z Downloaded normalize-line-endings v0.3.0
8602026-03-25T16:34:18.398Z Downloaded openssl-macros v0.1.1
8612026-03-25T16:34:18.398Z Downloaded opaque-debug v0.3.1
8622026-03-25T16:34:18.402Z Downloaded num_threads v0.1.7
8632026-03-25T16:34:18.402Z Downloaded num-derive v0.3.3
8642026-03-25T16:34:18.402Z Downloaded openssl-probe v0.2.1
8652026-03-25T16:34:18.402Z Downloaded getrandom v0.3.4
8662026-03-25T16:34:18.405Z Downloaded dropshot_endpoint v0.16.7
8672026-03-25T16:34:18.410Z Downloaded nanorand v0.7.0
8682026-03-25T16:34:18.410Z Downloaded multer v3.1.0
8692026-03-25T16:34:18.413Z Downloaded derive-where v1.6.0
8702026-03-25T16:34:18.413Z Downloaded half v2.7.1
8712026-03-25T16:34:18.413Z Downloaded elliptic-curve v0.13.8
8722026-03-25T16:34:18.416Z Downloaded num-conv v0.2.0
8732026-03-25T16:34:18.416Z Downloaded derive_more v0.99.20
8742026-03-25T16:34:18.433Z Downloaded oso-derive v0.27.3
8752026-03-25T16:34:18.438Z Downloaded hmac v0.12.1
8762026-03-25T16:34:18.438Z Downloaded olpc-cjson v0.1.4
8772026-03-25T16:34:18.438Z Downloaded openssl-probe v0.1.6
8782026-03-25T16:34:18.438Z Downloaded num-derive v0.4.2
8792026-03-25T16:34:18.442Z Downloaded native-tls v0.2.18
8802026-03-25T16:34:18.442Z Downloaded libefi-sys v0.1.0
8812026-03-25T16:34:18.442Z Downloaded newtype-uuid v1.3.2
8822026-03-25T16:34:18.445Z Downloaded bytes v1.11.1
8832026-03-25T16:34:18.452Z Downloaded libsw-core v0.3.2
8842026-03-25T16:34:18.460Z Downloaded lru-slab v0.1.2
8852026-03-25T16:34:18.463Z Downloaded parse-size v1.1.0
8862026-03-25T16:34:18.463Z Downloaded parse-display v0.10.0
8872026-03-25T16:34:18.463Z Downloaded pbkdf2 v0.11.0
8882026-03-25T16:34:18.466Z Downloaded darling_core v0.21.3
8892026-03-25T16:34:18.467Z Downloaded num-complex v0.4.6
8902026-03-25T16:34:18.470Z Downloaded iana-time-zone v0.1.65
8912026-03-25T16:34:18.470Z Downloaded peg-runtime v0.8.5
8922026-03-25T16:34:18.472Z Downloaded hyper-rustls v0.27.7
8932026-03-25T16:34:18.472Z Downloaded base64 v0.22.1
8942026-03-25T16:34:18.475Z Downloaded num_enum_derive v0.5.11
8952026-03-25T16:34:18.475Z Downloaded mime_guess v2.0.5
8962026-03-25T16:34:18.478Z Downloaded pbkdf2 v0.12.2
8972026-03-25T16:34:18.478Z Downloaded packed_struct_codegen v0.10.1
8982026-03-25T16:34:18.478Z Downloaded num_enum v0.7.5
8992026-03-25T16:34:18.481Z Downloaded num_enum v0.5.11
9002026-03-25T16:34:18.484Z Downloaded crossbeam-channel v0.5.15
9012026-03-25T16:34:18.487Z Downloaded pin-utils v0.1.0
9022026-03-25T16:34:18.487Z Downloaded nu-ansi-term v0.50.3
9032026-03-25T16:34:18.491Z Downloaded ingot-macros v0.1.1
9042026-03-25T16:34:18.491Z Downloaded phf_shared v0.13.1
9052026-03-25T16:34:18.491Z Downloaded phf_shared v0.12.1
9062026-03-25T16:34:18.491Z Downloaded path-slash v0.1.5
9072026-03-25T16:34:18.494Z Downloaded num_enum_derive v0.7.5
9082026-03-25T16:34:18.500Z Downloaded heapless v0.7.17
9092026-03-25T16:34:18.504Z Downloaded indexmap v1.9.3
9102026-03-25T16:34:18.509Z Downloaded num-integer v0.1.46
9112026-03-25T16:34:18.512Z Downloaded oxnet v0.1.4
9122026-03-25T16:34:18.518Z Downloaded parking_lot_core v0.8.6
9132026-03-25T16:34:18.526Z Downloaded predicates-core v1.0.10
9142026-03-25T16:34:18.526Z Downloaded proc-macro-crate v3.4.0
9152026-03-25T16:34:18.526Z Downloaded proc-macro-error-attr2 v2.0.0
9162026-03-25T16:34:18.532Z Downloaded progenitor-client v0.10.0
9172026-03-25T16:34:18.532Z Downloaded progenitor-client v0.11.2
9182026-03-25T16:34:18.532Z Downloaded const_format v0.2.35
9192026-03-25T16:34:18.532Z Downloaded password-hash v0.5.0
9202026-03-25T16:34:18.532Z Downloaded compact_str v0.8.1
9212026-03-25T16:34:18.539Z Downloaded cc v1.2.56
9222026-03-25T16:34:18.539Z Downloaded arc-swap v1.8.2
9232026-03-25T16:34:18.547Z Downloaded base64 v0.21.7
9242026-03-25T16:34:18.547Z Downloaded predicates-tree v1.0.13
9252026-03-25T16:34:18.547Z Downloaded precomputed-hash v0.1.1
9262026-03-25T16:34:18.548Z Downloaded password-hash v0.4.2
9272026-03-25T16:34:18.548Z Downloaded parse-display-derive v0.10.0
9282026-03-25T16:34:18.557Z Downloaded progenitor-macro v0.11.2
9292026-03-25T16:34:18.557Z Downloaded httparse v1.10.1
9302026-03-25T16:34:18.558Z Downloaded progenitor-macro v0.13.0
9312026-03-25T16:34:18.564Z Downloaded owo-colors v4.3.0
9322026-03-25T16:34:18.564Z Downloaded oxide-tokio-rt v0.1.3
9332026-03-25T16:34:18.564Z Downloaded litrs v1.0.0
9342026-03-25T16:34:18.564Z Downloaded phf_shared v0.11.3
9352026-03-25T16:34:18.564Z Downloaded packed_struct v0.10.1
9362026-03-25T16:34:18.573Z Downloaded proc-macro-crate v1.3.1
9372026-03-25T16:34:18.573Z Downloaded pin-project-lite v0.2.17
9382026-03-25T16:34:18.573Z Downloaded powerfmt v0.2.0
9392026-03-25T16:34:18.573Z Downloaded radium v0.7.0
9402026-03-25T16:34:18.649Z Downloaded pin-project-internal v1.1.11
9412026-03-25T16:34:18.649Z Downloaded progenitor-macro v0.10.0
9422026-03-25T16:34:18.649Z Downloaded rand_chacha v0.3.1
9432026-03-25T16:34:18.650Z Downloaded ignore v0.4.25
9442026-03-25T16:34:18.650Z Downloaded memmap2 v0.9.10
9452026-03-25T16:34:18.658Z Downloaded bumpalo v3.20.2
9462026-03-25T16:34:18.658Z Downloaded paste v1.0.15
9472026-03-25T16:34:18.658Z Downloaded indicatif v0.18.4
9482026-03-25T16:34:18.658Z Downloaded psl-types v2.0.11
9492026-03-25T16:34:18.658Z Downloaded fatfs v0.3.6
9502026-03-25T16:34:18.658Z Downloaded parking_lot v0.11.2
9512026-03-25T16:34:18.658Z Downloaded predicates v3.1.4
9522026-03-25T16:34:18.658Z Downloaded phf v0.13.1
9532026-03-25T16:34:18.658Z Downloaded progenitor v0.10.0
9542026-03-25T16:34:18.658Z Downloaded peg-macros v0.8.5
9552026-03-25T16:34:18.658Z Downloaded recursive v0.1.1
9562026-03-25T16:34:18.658Z Downloaded quick-error v1.2.3
9572026-03-25T16:34:18.658Z Downloaded rand_xorshift v0.4.0
9582026-03-25T16:34:18.658Z Downloaded ref-cast-impl v1.0.25
9592026-03-25T16:34:18.658Z Downloaded poly1305 v0.8.0
9602026-03-25T16:34:18.658Z Downloaded flume v0.11.1
9612026-03-25T16:34:18.658Z Downloaded ed25519-dalek v2.2.0
9622026-03-25T16:34:18.658Z Downloaded flate2 v1.1.9
9632026-03-25T16:34:18.659Z Downloaded rfc6979 v0.4.0
9642026-03-25T16:34:18.659Z Downloaded derive_more v2.1.1
9652026-03-25T16:34:18.659Z Downloaded pem-rfc7468 v0.7.0
9662026-03-25T16:34:18.659Z Downloaded pkg-config v0.3.32
9672026-03-25T16:34:18.659Z Downloaded pkcs8 v0.10.2
9682026-03-25T16:34:18.659Z Downloaded pkcs5 v0.7.1
9692026-03-25T16:34:18.659Z Downloaded r2d2 v0.8.10
9702026-03-25T16:34:18.659Z Downloaded postgres-protocol v0.6.10
9712026-03-25T16:34:18.659Z Downloaded rtoolbox v0.0.3
9722026-03-25T16:34:18.659Z Downloaded recursive-proc-macro-impl v0.1.1
9732026-03-25T16:34:18.659Z Downloaded ref-cast v1.0.25
9742026-03-25T16:34:18.659Z Downloaded polyval v0.6.2
9752026-03-25T16:34:18.671Z Downloaded pkcs1 v0.7.5
9762026-03-25T16:34:18.672Z Downloaded num-rational v0.4.2
9772026-03-25T16:34:18.672Z Downloaded rustc-hash v2.1.1
9782026-03-25T16:34:18.672Z Downloaded rustc_version v0.4.1
9792026-03-25T16:34:18.672Z Downloaded russh-cryptovec v0.7.3
9802026-03-25T16:34:18.672Z Downloaded libbz2-rs-sys v0.2.2
9812026-03-25T16:34:18.673Z Downloaded rustc_version v0.1.7
9822026-03-25T16:34:18.684Z Downloaded crypto-bigint v0.5.5
9832026-03-25T16:34:18.684Z Downloaded rand_core v0.10.0
9842026-03-25T16:34:18.684Z Downloaded rand_chacha v0.9.0
9852026-03-25T16:34:18.684Z Downloaded omicron-zone-package v0.12.2
9862026-03-25T16:34:18.684Z Downloaded primeorder v0.13.6
9872026-03-25T16:34:18.695Z Downloaded ppv-lite86 v0.2.21
9882026-03-25T16:34:18.695Z Downloaded parking_lot v0.12.5
9892026-03-25T16:34:18.695Z Downloaded proc-macro-error2 v2.0.1
9902026-03-25T16:34:18.695Z Downloaded rand_seeder v0.4.0
9912026-03-25T16:34:18.695Z Downloaded progenitor-extras v0.1.1
9922026-03-25T16:34:18.695Z Downloaded progenitor-client v0.13.0
9932026-03-25T16:34:18.695Z Downloaded progenitor v0.11.2
9942026-03-25T16:34:18.695Z Downloaded salsa20 v0.10.2
9952026-03-25T16:34:18.695Z Downloaded papergrid v0.17.0
9962026-03-25T16:34:18.704Z Downloaded oso v0.27.3
9972026-03-25T16:34:18.704Z Downloaded headers v0.4.1
9982026-03-25T16:34:18.704Z Downloaded heapless v0.8.0
9992026-03-25T16:34:18.711Z Downloaded pem v3.0.6
10002026-03-25T16:34:18.711Z Downloaded peg v0.8.5
10012026-03-25T16:34:18.711Z Downloaded rand_core v0.9.5
10022026-03-25T16:34:18.711Z Downloaded parking_lot_core v0.9.12
10032026-03-25T16:34:18.711Z Downloaded rand_core v0.6.4
10042026-03-25T16:34:18.711Z Downloaded progenitor v0.13.0
10052026-03-25T16:34:18.715Z Downloaded same-file v1.0.6
10062026-03-25T16:34:18.722Z Downloaded expectorate v1.2.0
10072026-03-25T16:34:18.722Z Downloaded scheduled-thread-pool v0.2.7
10082026-03-25T16:34:18.730Z Downloaded sapling-renderdag v0.1.0
10092026-03-25T16:34:18.730Z Downloaded scopeguard v1.2.0
10102026-03-25T16:34:18.730Z Downloaded phf v0.12.1
10112026-03-25T16:34:18.730Z Downloaded hickory-resolver v0.24.4
10122026-03-25T16:34:18.738Z Downloaded hickory-resolver v0.25.2
10132026-03-25T16:34:18.738Z Downloaded der v0.7.10
10142026-03-25T16:34:18.738Z Downloaded dropshot-api-manager v0.6.0
10152026-03-25T16:34:18.745Z Downloaded postgres-types v0.2.12
10162026-03-25T16:34:18.748Z Downloaded scroll_derive v0.13.1
10172026-03-25T16:34:18.748Z Downloaded semver v0.1.20
10182026-03-25T16:34:18.751Z Downloaded scrypt v0.11.0
10192026-03-25T16:34:18.751Z Downloaded secrecy v0.8.0
10202026-03-25T16:34:18.751Z Downloaded diesel_derives v2.3.7
10212026-03-25T16:34:18.755Z Downloaded hashbrown v0.12.3
10222026-03-25T16:34:18.764Z Downloaded p256 v0.13.2
10232026-03-25T16:34:18.773Z Downloaded rustls-native-certs v0.8.3
10242026-03-25T16:34:18.780Z Downloaded serde_spanned v1.0.4
10252026-03-25T16:34:18.780Z Downloaded secrecy v0.10.3
10262026-03-25T16:34:18.780Z Downloaded serde_repr v0.1.20
10272026-03-25T16:34:18.780Z Downloaded resolv-conf v0.7.6
10282026-03-25T16:34:18.780Z Downloaded serde-big-array v0.5.1
10292026-03-25T16:34:18.781Z Downloaded seq-macro v0.3.6
10302026-03-25T16:34:18.790Z Downloaded progenitor-impl v0.11.2
10312026-03-25T16:34:18.790Z Downloaded aes v0.8.4
10322026-03-25T16:34:18.790Z Downloaded hickory-server v0.25.2
10332026-03-25T16:34:18.790Z Downloaded serde_urlencoded v0.7.1
10342026-03-25T16:34:18.793Z Downloaded shell-words v1.1.1
10352026-03-25T16:34:18.794Z Downloaded rustls-pemfile v1.0.4
10362026-03-25T16:34:18.794Z Downloaded rusty-fork v0.3.1
10372026-03-25T16:34:18.794Z Downloaded psm v0.1.30
10382026-03-25T16:34:18.794Z Downloaded derive_more-impl v2.1.1
10392026-03-25T16:34:18.794Z Downloaded signal-hook-mio v0.2.5
10402026-03-25T16:34:18.794Z Downloaded serde_plain v1.0.2
10412026-03-25T16:34:18.797Z Downloaded pin-project v1.1.11
10422026-03-25T16:34:18.801Z Downloaded signature v2.2.0
10432026-03-25T16:34:18.804Z Downloaded signal-hook-tokio v0.3.1
10442026-03-25T16:34:18.804Z Downloaded quinn-udp v0.5.14
10452026-03-25T16:34:18.805Z Downloaded miniz_oxide v0.8.9
10462026-03-25T16:34:18.810Z Downloaded scroll v0.13.0
10472026-03-25T16:34:18.813Z Downloaded sha1 v0.10.6
10482026-03-25T16:34:18.813Z Downloaded slog-envlogger v2.2.0
10492026-03-25T16:34:18.818Z Downloaded siphasher v1.0.2
10502026-03-25T16:34:18.818Z Downloaded sigpipe v0.1.3
10512026-03-25T16:34:18.818Z Downloaded slog-bunyan v2.5.0
10522026-03-25T16:34:18.822Z Downloaded rustversion v1.0.22
10532026-03-25T16:34:18.827Z Downloaded sct v0.7.1
10542026-03-25T16:34:18.830Z Downloaded jiff-static v0.2.21
10552026-03-25T16:34:18.836Z Downloaded postcard v1.1.3
10562026-03-25T16:34:18.843Z Downloaded sec1 v0.7.3
10572026-03-25T16:34:18.852Z Downloaded schemars_derive v0.8.22
10582026-03-25T16:34:18.863Z Downloaded pretty_assertions v1.4.1
10592026-03-25T16:34:18.870Z Downloaded rcgen v0.12.1
10602026-03-25T16:34:18.886Z Downloaded crossterm v0.29.0
10612026-03-25T16:34:18.886Z Downloaded rustls-pemfile v2.2.0
10622026-03-25T16:34:18.886Z Downloaded serde-hex v0.1.0
10632026-03-25T16:34:18.886Z Downloaded sqlparser_derive v0.5.0
10642026-03-25T16:34:18.886Z Downloaded progenitor-impl v0.13.0
10652026-03-25T16:34:18.886Z Downloaded serde_bytes v0.11.19
10662026-03-25T16:34:18.896Z Downloaded ssh-cipher v0.2.0
10672026-03-25T16:34:18.897Z Downloaded serde_path_to_error v0.1.20
10682026-03-25T16:34:18.897Z Downloaded ssh-encoding v0.2.0
10692026-03-25T16:34:18.897Z Downloaded signal-hook-registry v1.4.8
10702026-03-25T16:34:18.897Z Downloaded progenitor-impl v0.10.0
10712026-03-25T16:34:18.909Z Downloaded hashbrown v0.13.2
10722026-03-25T16:34:18.913Z Downloaded rustls-pki-types v1.14.0
10732026-03-25T16:34:18.913Z Downloaded slog-async v2.8.0
10742026-03-25T16:34:18.913Z Downloaded simd-adler32 v0.3.8
10752026-03-25T16:34:18.913Z Downloaded strum v0.26.3
10762026-03-25T16:34:18.913Z Downloaded supports-color v3.0.2
10772026-03-25T16:34:18.913Z Downloaded slab v0.4.12
10782026-03-25T16:34:18.917Z Downloaded shlex v1.3.0
10792026-03-25T16:34:18.917Z Downloaded structmeta v0.3.0
10802026-03-25T16:34:18.917Z Downloaded hyper-util v0.1.20
10812026-03-25T16:34:18.922Z Downloaded sync-ptr v0.1.4
10822026-03-25T16:34:18.922Z Downloaded strum v0.27.2
10832026-03-25T16:34:18.922Z Downloaded structmeta-derive v0.3.0
10842026-03-25T16:34:18.927Z Downloaded slog-stdlog v4.1.1
10852026-03-25T16:34:18.927Z Downloaded ron v0.8.1
10862026-03-25T16:34:18.927Z Downloaded slog-json v2.6.1
10872026-03-25T16:34:18.937Z Downloaded slog-dtrace v0.3.0
10882026-03-25T16:34:18.937Z Downloaded russh-keys v0.45.0
10892026-03-25T16:34:18.937Z Downloaded slog-term v2.9.2
10902026-03-25T16:34:18.943Z Downloaded tabled_derive v0.11.0
10912026-03-25T16:34:18.943Z Downloaded slog-scope v4.4.1
10922026-03-25T16:34:18.943Z Downloaded testing_table v0.3.0
10932026-03-25T16:34:18.943Z Downloaded subtle v2.6.1
10942026-03-25T16:34:18.943Z Downloaded sync_wrapper v1.0.2
10952026-03-25T16:34:18.947Z Downloaded smallvec v0.6.14
10962026-03-25T16:34:18.947Z Downloaded tap v1.0.1
10972026-03-25T16:34:18.948Z Downloaded tabwriter v1.4.1
10982026-03-25T16:34:18.948Z Downloaded termtree v0.5.1
10992026-03-25T16:34:18.953Z Downloaded mio v1.1.1
11002026-03-25T16:34:18.953Z Downloaded tagptr v0.2.0
11012026-03-25T16:34:18.957Z Downloaded smf v0.2.3
11022026-03-25T16:34:18.957Z Downloaded rayon-core v1.13.0
11032026-03-25T16:34:18.960Z Downloaded http v1.4.0
11042026-03-25T16:34:18.960Z Downloaded serde_derive_internals v0.29.1
11052026-03-25T16:34:18.964Z Downloaded prettyplease v0.2.37
11062026-03-25T16:34:18.964Z Downloaded prefix-trie v0.7.0
11072026-03-25T16:34:18.968Z Downloaded snafu-derive v0.8.9
11082026-03-25T16:34:18.968Z Downloaded openssl-sys v0.9.111
11092026-03-25T16:34:18.971Z Downloaded time-core v0.1.8
11102026-03-25T16:34:18.972Z Downloaded thiserror-impl-no-std v2.0.2
11112026-03-25T16:34:18.972Z Downloaded sqlformat v0.3.5
11122026-03-25T16:34:18.975Z Downloaded stringprep v0.1.5
11132026-03-25T16:34:18.980Z Downloaded static_assertions v1.1.0
11142026-03-25T16:34:18.980Z Downloaded nom v7.1.3
11152026-03-25T16:34:18.983Z Downloaded strip-ansi-escapes v0.2.1
11162026-03-25T16:34:18.983Z Downloaded aho-corasick v1.1.4
11172026-03-25T16:34:18.989Z Downloaded tinyvec_macros v0.1.1
11182026-03-25T16:34:18.989Z Downloaded serde_with_macros v3.17.0
11192026-03-25T16:34:18.996Z Downloaded minimal-lexical v0.2.1
11202026-03-25T16:34:18.996Z Downloaded ryu v1.0.23
11212026-03-25T16:34:18.996Z Downloaded stacker v0.1.23
11222026-03-25T16:34:18.996Z Downloaded spki v0.7.3
11232026-03-25T16:34:19.005Z Downloaded publicsuffix v2.3.0
11242026-03-25T16:34:19.005Z Downloaded strum_macros v0.24.3
11252026-03-25T16:34:19.014Z Downloaded schemars v0.8.22
11262026-03-25T16:34:19.017Z Downloaded string_cache v0.8.9
11272026-03-25T16:34:19.027Z Downloaded termios v0.3.3
11282026-03-25T16:34:19.035Z Downloaded strum_macros v0.27.2
11292026-03-25T16:34:19.039Z Downloaded take_mut v0.2.2
11302026-03-25T16:34:19.039Z Downloaded support-bundle-viewer v0.1.2
11312026-03-25T16:34:19.039Z Downloaded hashbrown v0.15.5
11322026-03-25T16:34:19.039Z Downloaded time-macros v0.2.27
11332026-03-25T16:34:19.047Z Downloaded itertools v0.12.1
11342026-03-25T16:34:19.058Z Downloaded iri-string v0.7.10
11352026-03-25T16:34:19.058Z Downloaded thiserror-no-std v2.0.2
11362026-03-25T16:34:19.070Z Downloaded crossterm v0.28.1
11372026-03-25T16:34:19.070Z Downloaded topological-sort v0.2.2
11382026-03-25T16:34:19.070Z Downloaded spin v0.9.8
11392026-03-25T16:34:19.070Z Downloaded serde_cbor v0.11.2
11402026-03-25T16:34:19.081Z Downloaded tiny-keccak v2.0.2
11412026-03-25T16:34:19.081Z Downloaded tower-layer v0.3.3
11422026-03-25T16:34:19.081Z Downloaded tower-service v0.3.3
11432026-03-25T16:34:19.089Z Downloaded try-lock v0.2.5
11442026-03-25T16:34:19.089Z Downloaded trait-variant v0.1.2
11452026-03-25T16:34:19.089Z Downloaded tls_codec_derive v0.4.2
11462026-03-25T16:34:19.089Z Downloaded rand v0.8.5
11472026-03-25T16:34:19.089Z Downloaded num-bigint v0.4.6
11482026-03-25T16:34:19.089Z Downloaded itertools v0.10.5
11492026-03-25T16:34:19.094Z Downloaded signal-hook v0.3.18
11502026-03-25T16:34:19.094Z Downloaded tokio-native-tls v0.3.1
11512026-03-25T16:34:19.094Z Downloaded slog v2.8.2
11522026-03-25T16:34:19.097Z Downloaded similar v2.7.0
11532026-03-25T16:34:19.097Z Downloaded tls_codec v0.4.2
11542026-03-25T16:34:19.100Z Downloaded typify-macro v0.6.1
11552026-03-25T16:34:19.100Z Downloaded unarray v0.1.4
11562026-03-25T16:34:19.100Z Downloaded untrusted v0.7.1
11572026-03-25T16:34:19.103Z Downloaded universal-hash v0.5.1
11582026-03-25T16:34:19.103Z Downloaded unicode-truncate v1.1.0
11592026-03-25T16:34:19.103Z Downloaded strum_macros v0.26.4
11602026-03-25T16:34:19.106Z Downloaded schemars v0.9.0
11612026-03-25T16:34:19.111Z Downloaded untrusted v0.9.0
11622026-03-25T16:34:19.114Z Downloaded unit-prefix v0.5.2
11632026-03-25T16:34:19.114Z Downloaded tokio-macros v2.6.0
11642026-03-25T16:34:19.114Z Downloaded tokio-dtrace v0.1.1
11652026-03-25T16:34:19.118Z Downloaded rand v0.9.2
11662026-03-25T16:34:19.118Z Downloaded rsa v0.9.10
11672026-03-25T16:34:19.120Z Downloaded term v1.2.1
11682026-03-25T16:34:19.123Z Downloaded socket2 v0.6.2
11692026-03-25T16:34:19.124Z Downloaded tokio-tungstenite v0.23.1
11702026-03-25T16:34:19.126Z Downloaded num-bigint-dig v0.8.6
11712026-03-25T16:34:19.130Z Downloaded usdt-attr-macro v0.6.0
11722026-03-25T16:34:19.133Z Downloaded socket2 v0.5.10
11732026-03-25T16:34:19.133Z Downloaded tokio-tungstenite v0.21.0
11742026-03-25T16:34:19.136Z Downloaded thread_local v1.1.9
11752026-03-25T16:34:19.136Z Downloaded tokio-rustls v0.25.0
11762026-03-25T16:34:19.136Z Downloaded term v0.7.0
11772026-03-25T16:34:19.143Z Downloaded itertools v0.14.0
11782026-03-25T16:34:19.150Z Downloaded usdt-macro v0.6.0
11792026-03-25T16:34:19.150Z Downloaded utf-8 v0.7.6
11802026-03-25T16:34:19.150Z Downloaded usdt v0.6.0
11812026-03-25T16:34:19.150Z Downloaded rustls-platform-verifier v0.6.2
11822026-03-25T16:34:19.150Z Downloaded void v1.0.2
11832026-03-25T16:34:19.150Z Downloaded toml_writer v1.0.6+spec-1.1.0
11842026-03-25T16:34:19.154Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11852026-03-25T16:34:19.154Z Downloaded thread-id v5.1.0
11862026-03-25T16:34:19.158Z Downloaded aes-gcm v0.10.3
11872026-03-25T16:34:19.164Z Downloaded serde_yaml v0.9.34+deprecated
11882026-03-25T16:34:19.164Z Downloaded waitgroup v0.1.2
11892026-03-25T16:34:19.164Z Downloaded tui-tree-widget v0.23.1
11902026-03-25T16:34:19.170Z Downloaded iddqd v0.3.17
11912026-03-25T16:34:19.175Z Downloaded samael v0.0.19
11922026-03-25T16:34:19.179Z Downloaded tokio-rustls v0.26.4
11932026-03-25T16:34:19.182Z Downloaded wait-timeout v0.2.1
11942026-03-25T16:34:19.182Z Downloaded quinn v0.11.9
11952026-03-25T16:34:19.187Z Downloaded xattr v1.6.1
11962026-03-25T16:34:19.190Z Downloaded qorb v0.4.1
11972026-03-25T16:34:19.193Z Downloaded rustls-webpki v0.103.9
11982026-03-25T16:34:19.198Z Downloaded typify-macro v0.4.3
11992026-03-25T16:34:19.201Z Downloaded unicase v2.9.0
12002026-03-25T16:34:19.204Z Downloaded rand v0.10.0
12012026-03-25T16:34:19.209Z Downloaded want v0.3.1
12022026-03-25T16:34:19.209Z Downloaded xshell-macros v0.2.7
12032026-03-25T16:34:19.209Z Downloaded test-strategy v0.4.5
12042026-03-25T16:34:19.212Z Downloaded chrono v0.4.44
12052026-03-25T16:34:19.215Z Downloaded h2 v0.4.13
12062026-03-25T16:34:19.218Z Downloaded vergen-lib v0.1.6
12072026-03-25T16:34:19.222Z Downloaded tokio-rustls v0.24.1
12082026-03-25T16:34:19.223Z Downloaded toml_parser v1.0.9+spec-1.1.0
12092026-03-25T16:34:19.230Z Downloaded zone v0.3.1
12102026-03-25T16:34:19.237Z Downloaded schemars v1.2.1
12112026-03-25T16:34:19.241Z Downloaded zeroize_derive v1.4.3
12122026-03-25T16:34:19.241Z Downloaded tokio-stream v0.1.18
12132026-03-25T16:34:19.241Z Downloaded tinyvec v1.10.0
12142026-03-25T16:34:19.244Z Downloaded tar v0.4.44
12152026-03-25T16:34:19.252Z Downloaded whoami v2.1.0
12162026-03-25T16:34:19.258Z Downloaded libxml v0.3.3
12172026-03-25T16:34:19.398Z Downloaded uzers v0.12.2
12182026-03-25T16:34:19.398Z Downloaded subprocess v0.2.15
12192026-03-25T16:34:19.398Z Downloaded vergen-git2 v1.0.7
12202026-03-25T16:34:19.398Z Downloaded twox-hash v2.1.2
12212026-03-25T16:34:19.398Z Downloaded vergen-gitcl v1.0.8
12222026-03-25T16:34:19.398Z Downloaded zone_cfg_derive v0.3.1
12232026-03-25T16:34:19.398Z Downloaded whoami v1.6.1
12242026-03-25T16:34:19.398Z Downloaded wyz v0.5.1
12252026-03-25T16:34:19.398Z Downloaded bitvec v1.0.1
12262026-03-25T16:34:19.398Z Downloaded unicode-properties v0.1.4
12272026-03-25T16:34:19.398Z Downloaded tracing-attributes v0.1.31
12282026-03-25T16:34:19.398Z Downloaded usdt-impl v0.6.0
12292026-03-25T16:34:19.398Z Downloaded toml v0.7.8
12302026-03-25T16:34:19.398Z Downloaded futures-util v0.3.32
12312026-03-25T16:34:19.398Z Downloaded russh v0.45.0
12322026-03-25T16:34:19.398Z Downloaded vsss-rs v3.3.4
12332026-03-25T16:34:19.398Z Downloaded zstd-safe v7.2.4
12342026-03-25T16:34:19.399Z Downloaded walkdir v2.5.0
12352026-03-25T16:34:19.399Z Downloaded zstd v0.13.3
12362026-03-25T16:34:19.399Z Downloaded xshell v0.2.7
12372026-03-25T16:34:19.399Z Downloaded xz2 v0.1.7
12382026-03-25T16:34:19.399Z Downloaded hkdf v0.12.4
12392026-03-25T16:34:19.399Z Downloaded blake3 v1.8.3
12402026-03-25T16:34:19.399Z Downloaded tungstenite v0.23.0
12412026-03-25T16:34:19.399Z Downloaded tungstenite v0.21.0
12422026-03-25T16:34:19.399Z Downloaded itertools v0.13.0
12432026-03-25T16:34:19.399Z Downloaded libm v0.2.16
12442026-03-25T16:34:19.399Z Downloaded unicode-bidi v0.3.18
12452026-03-25T16:34:19.399Z Downloaded zeroize v1.8.2
12462026-03-25T16:34:19.399Z Downloaded snafu v0.8.9
12472026-03-25T16:34:19.399Z Downloaded toml v0.9.12+spec-1.1.0
12482026-03-25T16:34:19.400Z Downloaded ron v0.12.0
12492026-03-25T16:34:19.400Z Downloaded vergen v9.0.6
12502026-03-25T16:34:19.400Z Downloaded toml_edit v0.23.10+spec-1.0.0
12512026-03-25T16:34:19.400Z Downloaded hyper v1.8.1
12522026-03-25T16:34:19.400Z Downloaded p521 v0.13.3
12532026-03-25T16:34:19.400Z Downloaded tracing-core v0.1.36
12542026-03-25T16:34:19.400Z Downloaded typify v0.4.3
12552026-03-25T16:34:19.400Z Downloaded typify v0.6.1
12562026-03-25T16:34:19.400Z Downloaded tokio-postgres v0.7.16
12572026-03-25T16:34:19.400Z Downloaded rustyline v14.0.0
12582026-03-25T16:34:19.410Z Downloaded unsafe-libyaml v0.2.11
12592026-03-25T16:34:19.410Z Downloaded rpassword v7.4.0
12602026-03-25T16:34:19.419Z Downloaded git2 v0.20.4
12612026-03-25T16:34:19.419Z Downloaded bindgen v0.71.1
12622026-03-25T16:34:19.423Z Downloaded zerocopy v0.6.6
12632026-03-25T16:34:19.423Z Downloaded regex v1.12.3
12642026-03-25T16:34:19.423Z Downloaded aws-lc-rs v1.16.0
12652026-03-25T16:34:19.431Z Downloaded uuid v1.21.0
12662026-03-25T16:34:19.437Z Downloaded steno v0.4.1
12672026-03-25T16:34:19.437Z Downloaded reqwest v0.12.28
12682026-03-25T16:34:19.447Z Downloaded p384 v0.13.1
12692026-03-25T16:34:19.453Z Downloaded zip v0.6.6
12702026-03-25T16:34:19.474Z Downloaded reqwest v0.13.2
12712026-03-25T16:34:19.487Z Downloaded yasna v0.5.2
12722026-03-25T16:34:19.500Z Downloaded rayon v1.11.0
12732026-03-25T16:34:19.500Z Downloaded toml_edit v0.19.15
12742026-03-25T16:34:19.508Z Downloaded zopfli v0.8.3
12752026-03-25T16:34:19.508Z Downloaded vte v0.14.1
12762026-03-25T16:34:19.515Z Downloaded ssh-key v0.6.7
12772026-03-25T16:34:19.520Z Downloaded goblin v0.10.5
12782026-03-25T16:34:19.523Z Downloaded moka v0.12.13
12792026-03-25T16:34:19.527Z Downloaded unicode_categories v0.1.1
12802026-03-25T16:34:19.537Z Downloaded reedline v0.40.0
12812026-03-25T16:34:19.541Z Downloaded proptest v1.10.0
12822026-03-25T16:34:19.547Z Downloaded yansi v1.0.1
12832026-03-25T16:34:19.556Z Downloaded petname v2.0.2
12842026-03-25T16:34:19.578Z Downloaded tough v0.20.0
12852026-03-25T16:34:19.594Z Downloaded rustls-webpki v0.102.8
12862026-03-25T16:34:19.606Z Downloaded portable-atomic v1.13.1
12872026-03-25T16:34:19.621Z Downloaded object v0.30.4
12882026-03-25T16:34:19.630Z Downloaded quick-xml v0.37.5
12892026-03-25T16:34:19.649Z Downloaded nix v0.27.1
12902026-03-25T16:34:19.652Z Downloaded tower v0.5.3
12912026-03-25T16:34:19.652Z Downloaded x509-cert v0.2.5
12922026-03-25T16:34:19.660Z Downloaded unicode-segmentation v1.12.0
12932026-03-25T16:34:19.672Z Downloaded bstr v1.12.1
12942026-03-25T16:34:19.681Z Downloaded zerocopy-derive v0.8.40
12952026-03-25T16:34:19.687Z Downloaded winnow v0.5.40
12962026-03-25T16:34:19.700Z Downloaded winnow v0.6.26
12972026-03-25T16:34:19.707Z Downloaded typed-path v0.9.3
12982026-03-25T16:34:19.711Z Downloaded salty v0.3.0
12992026-03-25T16:34:19.715Z Downloaded tabled v0.20.0
13002026-03-25T16:34:19.724Z Downloaded rustls-webpki v0.101.7
13012026-03-25T16:34:19.729Z Downloaded tokio-util v0.7.18
13022026-03-25T16:34:19.735Z Downloaded nix v0.29.0
13032026-03-25T16:34:19.740Z Downloaded nix v0.31.1
13042026-03-25T16:34:19.748Z Downloaded zip v4.6.1
13052026-03-25T16:34:19.755Z Downloaded tower-http v0.6.8
13062026-03-25T16:34:19.758Z Downloaded serde_with v3.17.0
13072026-03-25T16:34:19.761Z Downloaded vcpkg v0.2.15
13082026-03-25T16:34:19.785Z Downloaded zlib-rs v0.6.2
13092026-03-25T16:34:19.792Z Downloaded unicode-normalization v0.1.25
13102026-03-25T16:34:19.799Z Downloaded object v0.37.3
13112026-03-25T16:34:19.806Z Downloaded hickory-proto v0.24.4
13122026-03-25T16:34:19.813Z Downloaded openapiv3 v2.2.0
13132026-03-25T16:34:19.816Z Downloaded lalrpop v0.19.12
13142026-03-25T16:34:19.819Z Downloaded regress v0.10.5
13152026-03-25T16:34:19.822Z Downloaded curve25519-dalek v4.1.3
13162026-03-25T16:34:19.834Z Downloaded rustls v0.22.4
13172026-03-25T16:34:19.857Z Downloaded rustls v0.23.37
13182026-03-25T16:34:19.877Z Downloaded quinn-proto v0.11.13
13192026-03-25T16:34:19.923Z Downloaded openssl v0.10.75
13202026-03-25T16:34:19.931Z Downloaded polar-core v0.27.3
13212026-03-25T16:34:19.934Z Downloaded radix_trie v0.2.1
13222026-03-25T16:34:19.956Z Downloaded sqlparser v0.61.0
13232026-03-25T16:34:20.166Z Downloaded nix v0.28.0
13242026-03-25T16:34:20.185Z Downloaded dropshot v0.16.7
13252026-03-25T16:34:20.185Z Downloaded sled v0.34.7
13262026-03-25T16:34:20.185Z Downloaded typify-impl v0.6.1
13272026-03-25T16:34:20.185Z Downloaded rustls v0.21.12
13282026-03-25T16:34:20.185Z Downloaded bzip2-sys v0.1.13+1.0.8
13292026-03-25T16:34:20.185Z Downloaded smoltcp v0.9.1
13302026-03-25T16:34:20.185Z Downloaded time v0.3.47
13312026-03-25T16:34:20.185Z Downloaded regex-syntax v0.6.29
13322026-03-25T16:34:20.185Z Downloaded webpki-roots v1.0.6
13332026-03-25T16:34:20.185Z Downloaded zerocopy-derive v0.6.6
13342026-03-25T16:34:20.185Z Downloaded regex-automata v0.4.14
13352026-03-25T16:34:20.185Z Downloaded petgraph v0.6.5
13362026-03-25T16:34:20.185Z Downloaded smoltcp v0.11.0
13372026-03-25T16:34:20.185Z Downloaded chrono-tz v0.10.4
13382026-03-25T16:34:20.185Z Downloaded hickory-proto v0.25.2
13392026-03-25T16:34:20.185Z Downloaded petgraph v0.8.3
13402026-03-25T16:34:20.185Z Downloaded regex-syntax v0.8.10
13412026-03-25T16:34:20.185Z Downloaded zerocopy v0.8.40
13422026-03-25T16:34:20.185Z Downloaded diesel v2.3.7
13432026-03-25T16:34:20.186Z Downloaded rustix v0.38.44
13442026-03-25T16:34:20.202Z Downloaded sha3 v0.10.8
13452026-03-25T16:34:20.271Z Downloaded ring v0.17.14
13462026-03-25T16:34:20.370Z Downloaded ratatui v0.29.0
13472026-03-25T16:34:20.377Z Downloaded tracing v0.1.44
13482026-03-25T16:34:20.377Z Downloaded typify-impl v0.4.3
13492026-03-25T16:34:20.478Z Downloaded jiff v0.2.21
13502026-03-25T16:34:20.499Z Downloaded lzma-sys v0.1.20
13512026-03-25T16:34:20.558Z Downloaded csv v1.4.0
13522026-03-25T16:34:20.575Z Downloaded libz-sys v1.1.24
13532026-03-25T16:34:20.595Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13542026-03-25T16:34:20.600Z Downloaded tokio v1.49.0
13552026-03-25T16:34:20.669Z Downloaded encoding_rs v0.8.35
13562026-03-25T16:34:20.719Z Downloaded libgit2-sys v0.18.3+1.9.2
13572026-03-25T16:34:20.970Z Downloaded aws-lc-sys v0.37.1
13582026-03-25T16:34:21.296Z Compiling libc v0.2.180
13592026-03-25T16:34:21.296Z Compiling serde v1.0.228
13602026-03-25T16:34:21.317Z Compiling log v0.4.29
13612026-03-25T16:34:21.317Z Compiling find-msvc-tools v0.1.9
13622026-03-25T16:34:21.317Z Compiling shlex v1.3.0
13632026-03-25T16:34:21.353Z Compiling smallvec v1.15.1
13642026-03-25T16:34:21.372Z Compiling syn v2.0.117
13652026-03-25T16:34:21.394Z Compiling typenum v1.19.0
13662026-03-25T16:34:21.568Z Compiling generic-array v0.14.7
13672026-03-25T16:34:21.587Z Compiling subtle v2.6.1
13682026-03-25T16:34:21.609Z Compiling scopeguard v1.2.0
13692026-03-25T16:34:21.623Z Compiling portable-atomic v1.13.1
13702026-03-25T16:34:21.679Z Compiling const-oid v0.9.6
13712026-03-25T16:34:21.703Z Compiling lock_api v0.4.14
13722026-03-25T16:34:21.750Z Compiling critical-section v1.2.0
13732026-03-25T16:34:21.810Z Compiling zerocopy v0.8.40
13742026-03-25T16:34:21.876Z Compiling pin-project-lite v0.2.17
13752026-03-25T16:34:21.942Z Compiling serde_json v1.0.149
13762026-03-25T16:34:21.979Z Compiling parking_lot_core v0.9.12
13772026-03-25T16:34:22.265Z Compiling getrandom v0.2.17
13782026-03-25T16:34:22.280Z Compiling jobserver v0.1.34
13792026-03-25T16:34:22.304Z Compiling errno v0.3.14
13802026-03-25T16:34:22.393Z Compiling rand_core v0.6.4
13812026-03-25T16:34:22.440Z Compiling signal-hook-registry v1.4.8
13822026-03-25T16:34:22.479Z Compiling cc v1.2.56
13832026-03-25T16:34:22.644Z Compiling once_cell v1.21.3
13842026-03-25T16:34:22.657Z Compiling pkg-config v0.3.32
13852026-03-25T16:34:22.671Z Compiling parking_lot v0.12.5
13862026-03-25T16:34:22.720Z Compiling mio v1.1.1
13872026-03-25T16:34:22.746Z Compiling bitflags v2.11.0
13882026-03-25T16:34:23.117Z Compiling libm v0.2.16
13892026-03-25T16:34:23.145Z Compiling num-traits v0.2.19
13902026-03-25T16:34:23.145Z Compiling futures-core v0.3.32
13912026-03-25T16:34:23.203Z Compiling socket2 v0.6.2
13922026-03-25T16:34:23.223Z Compiling percent-encoding v2.3.2
13932026-03-25T16:34:23.231Z Compiling allocator-api2 v0.2.21
13942026-03-25T16:34:23.311Z Compiling foldhash v0.2.0
13952026-03-25T16:34:23.341Z Compiling cpufeatures v0.2.17
13962026-03-25T16:34:23.408Z Compiling futures-sink v0.3.32
13972026-03-25T16:34:23.419Z Compiling slab v0.4.12
13982026-03-25T16:34:23.510Z Compiling futures-channel v0.3.32
13992026-03-25T16:34:23.526Z Compiling hashbrown v0.16.1
14002026-03-25T16:34:23.570Z Compiling futures-io v0.3.32
14012026-03-25T16:34:23.619Z Compiling futures-task v0.3.32
14022026-03-25T16:34:23.635Z Compiling getrandom v0.4.1
14032026-03-25T16:34:23.724Z Compiling rand_core v0.10.0
14042026-03-25T16:34:23.744Z Compiling getrandom v0.3.4
14052026-03-25T16:34:23.772Z Compiling rustversion v1.0.22
14062026-03-25T16:34:24.118Z Compiling form_urlencoded v1.2.2
14072026-03-25T16:34:24.146Z Compiling indexmap v2.13.0
14082026-03-25T16:34:24.146Z Compiling cmake v0.1.57
14092026-03-25T16:34:24.195Z Compiling dunce v1.0.5
14102026-03-25T16:34:24.300Z Compiling synstructure v0.13.2
14112026-03-25T16:34:24.344Z Compiling ident_case v1.0.1
14122026-03-25T16:34:24.465Z Compiling base64ct v1.8.3
14132026-03-25T16:34:24.546Z Compiling fs_extra v1.3.0
14142026-03-25T16:34:24.697Z Compiling flagset v0.4.7
14152026-03-25T16:34:24.952Z Compiling pem-rfc7468 v0.7.0
14162026-03-25T16:34:24.975Z Compiling rand_core v0.9.5
14172026-03-25T16:34:24.975Z Compiling rustix v1.1.3
14182026-03-25T16:34:24.975Z Compiling iana-time-zone v0.1.65
14192026-03-25T16:34:24.975Z Compiling aws-lc-sys v0.37.1
14202026-03-25T16:34:24.975Z Compiling uuid v1.21.0
14212026-03-25T16:34:24.975Z Compiling ring v0.17.14
14222026-03-25T16:34:24.988Z Compiling rustc_version v0.4.1
14232026-03-25T16:34:25.036Z Compiling aws-lc-rs v1.16.0
14242026-03-25T16:34:25.046Z Compiling vcpkg v0.2.15
14252026-03-25T16:34:25.280Z Compiling regex-syntax v0.8.10
14262026-03-25T16:34:25.293Z Compiling tracing-core v0.1.36
14272026-03-25T16:34:25.515Z Compiling crossbeam-utils v0.8.21
14282026-03-25T16:34:25.743Z Compiling openssl-sys v0.9.111
14292026-03-25T16:34:25.820Z Compiling pest_generator v2.8.6
14302026-03-25T16:34:25.834Z Compiling serde_derive_internals v0.29.1
14312026-03-25T16:34:26.068Z Compiling serde_derive v1.0.228
14322026-03-25T16:34:26.407Z Compiling zeroize_derive v1.4.3
14332026-03-25T16:34:26.488Z Compiling zerofrom-derive v0.1.6
14342026-03-25T16:34:26.538Z Compiling yoke-derive v0.8.1
14352026-03-25T16:34:26.753Z Compiling zerocopy-derive v0.8.40
14362026-03-25T16:34:26.968Z Compiling zeroize v1.8.2
14372026-03-25T16:34:27.658Z Compiling zerovec-derive v0.11.2
14382026-03-25T16:34:27.875Z Compiling crypto-common v0.1.7
14392026-03-25T16:34:27.896Z Compiling block-buffer v0.10.4
14402026-03-25T16:34:27.896Z Compiling displaydoc v0.2.5
14412026-03-25T16:34:27.896Z Compiling zerofrom v0.1.6
14422026-03-25T16:34:27.909Z Compiling digest v0.10.7
14432026-03-25T16:34:28.017Z Compiling yoke v0.8.1
14442026-03-25T16:34:28.146Z Compiling tokio-macros v2.6.0
14452026-03-25T16:34:28.215Z Compiling hmac v0.12.1
14462026-03-25T16:34:28.341Z Compiling futures-macro v0.3.32
14472026-03-25T16:34:28.792Z Compiling zerotrie v0.2.3
14482026-03-25T16:34:28.807Z Compiling zerovec v0.11.5
14492026-03-25T16:34:28.848Z Compiling block-padding v0.3.3
14502026-03-25T16:34:28.858Z Compiling sha2 v0.10.9
14512026-03-25T16:34:29.006Z Compiling inout v0.1.4
14522026-03-25T16:34:29.127Z Compiling futures-util v0.3.32
14532026-03-25T16:34:29.167Z Compiling tinystr v0.8.2
14542026-03-25T16:34:29.227Z Compiling potential_utf v0.1.4
14552026-03-25T16:34:29.667Z Compiling icu_locale_core v2.1.1
14562026-03-25T16:34:29.802Z Compiling icu_collections v2.1.1
14572026-03-25T16:34:29.802Z Compiling bytes v1.11.1
14582026-03-25T16:34:29.802Z Compiling cipher v0.4.4
14592026-03-25T16:34:29.865Z Compiling der_derive v0.7.3
14602026-03-25T16:34:29.865Z Compiling salsa20 v0.10.2
14612026-03-25T16:34:30.025Z Compiling tokio v1.49.0
14622026-03-25T16:34:30.057Z Compiling icu_provider v2.1.1
14632026-03-25T16:34:30.293Z Compiling http v1.4.0
14642026-03-25T16:34:30.302Z Compiling chrono v0.4.44
14652026-03-25T16:34:30.334Z Compiling icu_properties v2.1.2
14662026-03-25T16:34:30.809Z Compiling icu_normalizer v2.1.1
14672026-03-25T16:34:31.217Z Compiling ppv-lite86 v0.2.21
14682026-03-25T16:34:31.253Z Compiling der v0.7.10
14692026-03-25T16:34:31.373Z Compiling idna_adapter v1.2.1
14702026-03-25T16:34:31.395Z Compiling pbkdf2 v0.12.2
14712026-03-25T16:34:31.467Z Compiling thiserror-impl v2.0.18
14722026-03-25T16:34:31.477Z Compiling idna v1.1.0
14732026-03-25T16:34:31.535Z Compiling scrypt v0.11.0
14742026-03-25T16:34:31.555Z Compiling rand_chacha v0.9.0
14752026-03-25T16:34:31.691Z Compiling aes v0.8.4
14762026-03-25T16:34:31.739Z Compiling cbc v0.1.2
14772026-03-25T16:34:31.910Z Compiling url v2.5.8
14782026-03-25T16:34:32.196Z Compiling spki v0.7.3
14792026-03-25T16:34:32.219Z Compiling rustls-pki-types v1.14.0
14802026-03-25T16:34:32.330Z Compiling tracing-attributes v0.1.31
14812026-03-25T16:34:32.369Z Compiling pkcs5 v0.7.1
14822026-03-25T16:34:32.760Z Compiling rand v0.9.2
14832026-03-25T16:34:32.780Z Compiling http-body v1.0.1
14842026-03-25T16:34:32.780Z Compiling thiserror v2.0.18
14852026-03-25T16:34:32.780Z Compiling base64 v0.22.1
14862026-03-25T16:34:32.837Z Compiling syn v1.0.109
14872026-03-25T16:34:32.857Z Compiling untrusted v0.9.0
14882026-03-25T16:34:32.881Z Compiling untrusted v0.7.1
14892026-03-25T16:34:32.975Z Compiling schemars v0.8.22
14902026-03-25T16:34:32.982Z Compiling openssl-probe v0.2.1
14912026-03-25T16:34:33.093Z Compiling httparse v1.10.1
14922026-03-25T16:34:33.181Z Compiling pkcs8 v0.10.2
14932026-03-25T16:34:33.197Z Compiling schemars_derive v0.8.22
14942026-03-25T16:34:33.409Z Compiling pest_derive v2.8.6
14952026-03-25T16:34:33.481Z Compiling scroll_derive v0.13.1
14962026-03-25T16:34:33.622Z Compiling tracing v0.1.44
14972026-03-25T16:34:34.085Z Compiling tokio-util v0.7.18
14982026-03-25T16:34:34.099Z Compiling darling_core v0.20.11
14992026-03-25T16:34:34.099Z Compiling tower-layer v0.3.3
15002026-03-25T16:34:34.107Z Compiling try-lock v0.2.5
15012026-03-25T16:34:34.247Z Compiling tinyvec_macros v0.1.1
15022026-03-25T16:34:34.252Z Compiling rustls v0.23.37
15032026-03-25T16:34:34.288Z Compiling tower-service v0.3.3
15042026-03-25T16:34:34.385Z Compiling atomic-waker v1.1.2
15052026-03-25T16:34:34.416Z Compiling dyn-clone v1.0.20
15062026-03-25T16:34:34.427Z Compiling tinyvec v1.10.0
15072026-03-25T16:34:34.549Z Compiling h2 v0.4.13
15082026-03-25T16:34:34.765Z Compiling scroll v0.13.0
15092026-03-25T16:34:35.070Z Compiling want v0.3.1
15102026-03-25T16:34:35.085Z Compiling ipnet v2.11.0
15112026-03-25T16:34:35.198Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-03-25T16:34:35.521Z Compiling spin v0.9.8
15132026-03-25T16:34:35.571Z Compiling aho-corasick v1.1.4
15142026-03-25T16:34:35.587Z Compiling pin-utils v0.1.0
15152026-03-25T16:34:35.683Z Compiling num-conv v0.2.0
15162026-03-25T16:34:35.725Z Compiling foreign-types-shared v0.1.1
15172026-03-25T16:34:35.773Z Compiling time-core v0.1.8
15182026-03-25T16:34:35.811Z Compiling httpdate v1.0.3
15192026-03-25T16:34:35.818Z Compiling openssl v0.10.75
15202026-03-25T16:34:36.249Z Compiling crc32fast v1.5.0
15212026-03-25T16:34:36.287Z Compiling powerfmt v0.2.0
15222026-03-25T16:34:36.287Z Compiling time-macros v0.2.27
15232026-03-25T16:34:36.287Z Compiling darling_macro v0.20.11
15242026-03-25T16:34:36.287Z Compiling deranged v0.5.8
15252026-03-25T16:34:36.315Z Compiling foreign-types v0.3.2
15262026-03-25T16:34:36.380Z Compiling tempfile v3.25.0
15272026-03-25T16:34:36.581Z Compiling darling v0.20.11
15282026-03-25T16:34:36.666Z Compiling regex-automata v0.4.14
15292026-03-25T16:34:37.300Z Compiling goblin v0.10.5
15302026-03-25T16:34:37.326Z Compiling thiserror-impl v1.0.69
15312026-03-25T16:34:37.719Z Compiling hyper v1.8.1
15322026-03-25T16:34:38.487Z Compiling openssl-macros v0.1.1
15332026-03-25T16:34:38.549Z Compiling wait-timeout v0.2.1
15342026-03-25T16:34:39.096Z Compiling simd-adler32 v0.3.8
15352026-03-25T16:34:39.116Z Compiling bit-vec v0.8.0
15362026-03-25T16:34:39.116Z Compiling num_threads v0.1.7
15372026-03-25T16:34:39.116Z Compiling siphasher v1.0.2
15382026-03-25T16:34:39.116Z Compiling native-tls v0.2.18
15392026-03-25T16:34:39.116Z Compiling quick-error v1.2.3
15402026-03-25T16:34:39.142Z Compiling either v1.15.0
15412026-03-25T16:34:39.180Z Compiling usdt-impl v0.6.0
15422026-03-25T16:34:39.268Z Compiling rusty-fork v0.3.1
15432026-03-25T16:34:39.282Z Compiling bit-set v0.8.0
15442026-03-25T16:34:39.345Z Compiling time v0.3.47
15452026-03-25T16:34:39.443Z Compiling hyper-util v0.1.20
15462026-03-25T16:34:39.584Z Compiling thiserror v1.0.69
15472026-03-25T16:34:39.671Z Compiling derive_builder_core v0.20.2
15482026-03-25T16:34:40.546Z Compiling dof v0.4.0
15492026-03-25T16:34:40.897Z Compiling unicode-normalization v0.1.25
15502026-03-25T16:34:40.965Z Compiling dtrace-parser v0.3.0
15512026-03-25T16:34:41.173Z Compiling crossbeam-epoch v0.9.18
15522026-03-25T16:34:41.364Z Compiling rustls-native-certs v0.8.3
15532026-03-25T16:34:41.402Z Compiling signature v2.2.0
15542026-03-25T16:34:41.698Z Compiling scroll_derive v0.12.1
15552026-03-25T16:34:41.712Z Compiling heapless v0.7.17
15562026-03-25T16:34:41.712Z Compiling rand_xorshift v0.4.0
15572026-03-25T16:34:41.712Z Compiling slog v2.8.2
15582026-03-25T16:34:41.712Z Compiling darling_core v0.21.3
15592026-03-25T16:34:41.805Z Compiling bzip2-sys v0.1.13+1.0.8
15602026-03-25T16:34:41.813Z Compiling sync_wrapper v1.0.2
15612026-03-25T16:34:41.871Z Compiling thread-id v5.1.0
15622026-03-25T16:34:41.930Z Compiling cookie v0.18.1
15632026-03-25T16:34:41.964Z Compiling adler2 v2.0.1
15642026-03-25T16:34:42.081Z Compiling zstd-safe v7.2.4
15652026-03-25T16:34:42.095Z Compiling signal-hook v0.3.18
15662026-03-25T16:34:42.105Z Compiling rayon-core v1.13.0
15672026-03-25T16:34:42.154Z Compiling unarray v0.1.4
15682026-03-25T16:34:42.256Z Compiling unicode-properties v0.1.4
15692026-03-25T16:34:42.268Z Compiling unicode-bidi v0.3.18
15702026-03-25T16:34:42.277Z Compiling paste v1.0.15
15712026-03-25T16:34:42.277Z Compiling unicode-segmentation v1.12.0
15722026-03-25T16:34:42.277Z Compiling anyhow v1.0.102
15732026-03-25T16:34:42.814Z Compiling proptest v1.10.0
15742026-03-25T16:34:42.836Z Compiling stringprep v0.1.5
15752026-03-25T16:34:42.837Z Compiling scroll v0.12.0
15762026-03-25T16:34:42.853Z Compiling miniz_oxide v0.8.9
15772026-03-25T16:34:43.023Z Compiling tower v0.5.3
15782026-03-25T16:34:43.709Z Compiling crossbeam-deque v0.8.6
15792026-03-25T16:34:43.722Z Compiling derive_builder_macro v0.20.2
15802026-03-25T16:34:43.722Z Compiling ipnetwork v0.21.1
15812026-03-25T16:34:43.722Z Compiling http-body-util v0.1.3
15822026-03-25T16:34:43.722Z Compiling webpki-roots v1.0.6
15832026-03-25T16:34:43.733Z Compiling rand_chacha v0.3.1
15842026-03-25T16:34:43.759Z Compiling erased-serde v0.3.31
15852026-03-25T16:34:43.801Z Compiling serde_spanned v0.6.9
15862026-03-25T16:34:43.880Z Compiling toml_datetime v0.6.11
15872026-03-25T16:34:43.944Z Compiling serde_tokenstream v0.2.3
15882026-03-25T16:34:43.953Z Compiling md-5 v0.10.6
15892026-03-25T16:34:44.112Z Compiling zerocopy-derive v0.7.35
15902026-03-25T16:34:44.135Z Compiling curve25519-dalek v4.1.3
15912026-03-25T16:34:44.192Z Compiling darling_macro v0.21.3
15922026-03-25T16:34:44.232Z Compiling vergen-lib v0.1.6
15932026-03-25T16:34:44.246Z Compiling num-integer v0.1.46
15942026-03-25T16:34:44.598Z Compiling hash32 v0.2.1
15952026-03-25T16:34:44.632Z Compiling ff v0.13.1
15962026-03-25T16:34:44.632Z Compiling memoffset v0.9.1
15972026-03-25T16:34:44.632Z Compiling zlib-rs v0.6.2
15982026-03-25T16:34:44.632Z Compiling iri-string v0.7.10
15992026-03-25T16:34:44.632Z Compiling litrs v1.0.0
16002026-03-25T16:34:44.674Z Compiling base16ct v0.2.0
16012026-03-25T16:34:44.722Z Compiling smoltcp v0.9.1
16022026-03-25T16:34:44.853Z Compiling ryu v1.0.23
16032026-03-25T16:34:44.968Z Compiling ref-cast v1.0.25
16042026-03-25T16:34:45.016Z Compiling rustix v0.38.44
16052026-03-25T16:34:45.037Z Compiling num-bigint-dig v0.8.6
16062026-03-25T16:34:45.119Z Compiling cfg_aliases v0.2.1
16072026-03-25T16:34:45.457Z Compiling psl-types v2.0.11
16082026-03-25T16:34:45.473Z Compiling fallible-iterator v0.2.0
16092026-03-25T16:34:45.473Z Compiling publicsuffix v2.3.0
16102026-03-25T16:34:45.473Z Compiling nix v0.31.1
16112026-03-25T16:34:45.473Z Compiling document-features v0.2.12
16122026-03-25T16:34:45.507Z Compiling postgres-protocol v0.6.10
16132026-03-25T16:34:45.531Z Compiling serde_urlencoded v0.7.1
16142026-03-25T16:34:45.702Z Compiling zerocopy v0.7.35
16152026-03-25T16:34:45.777Z Compiling tower-http v0.6.8
16162026-03-25T16:34:46.140Z Compiling sec1 v0.7.3
16172026-03-25T16:34:46.165Z Compiling newtype-uuid v1.3.2
16182026-03-25T16:34:46.221Z Compiling darling v0.21.3
16192026-03-25T16:34:46.277Z Compiling group v0.13.0
16202026-03-25T16:34:46.363Z Compiling num-iter v0.1.45
16212026-03-25T16:34:46.426Z Compiling derive_builder v0.20.2
16222026-03-25T16:34:46.441Z Compiling rand v0.8.5
16232026-03-25T16:34:46.488Z Compiling oxnet v0.1.4
16242026-03-25T16:34:47.006Z Compiling tokio-native-tls v0.3.1
16252026-03-25T16:34:47.033Z Compiling proc-macro-error v1.0.4
16262026-03-25T16:34:47.033Z Compiling goblin v0.8.2
16272026-03-25T16:34:47.282Z Compiling heck v0.4.1
16282026-03-25T16:34:47.513Z Compiling flate2 v1.1.9
16292026-03-25T16:34:47.906Z Compiling phf_shared v0.13.1
16302026-03-25T16:34:47.918Z Compiling regex v1.12.3
16312026-03-25T16:34:47.918Z Compiling hubpack_derive v0.1.1
16322026-03-25T16:34:47.918Z Compiling lazy_static v1.5.0
16332026-03-25T16:34:47.918Z Compiling cargo-platform v0.1.9
16342026-03-25T16:34:47.919Z Compiling hkdf v0.12.4
16352026-03-25T16:34:47.930Z Compiling crypto-bigint v0.5.5
16362026-03-25T16:34:48.066Z Compiling terminal_size v0.4.3
16372026-03-25T16:34:48.132Z Compiling async-trait v0.1.89
16382026-03-25T16:34:48.162Z Compiling daft-derive v0.1.5
16392026-03-25T16:34:48.208Z Compiling curve25519-dalek-derive v0.1.1
16402026-03-25T16:34:48.224Z Compiling strum_macros v0.27.2
16412026-03-25T16:34:48.883Z Compiling ref-cast-impl v1.0.25
16422026-03-25T16:34:48.898Z Compiling vergen v9.0.6
16432026-03-25T16:34:49.032Z Compiling fs-err v3.3.0
16442026-03-25T16:34:49.141Z Compiling ahash v0.8.12
16452026-03-25T16:34:49.226Z Compiling bitflags v1.3.2
16462026-03-25T16:34:49.304Z Compiling winnow v0.5.40
16472026-03-25T16:34:49.344Z Compiling bumpalo v3.20.2
16482026-03-25T16:34:49.375Z Compiling managed v0.8.0
16492026-03-25T16:34:49.697Z Compiling object v0.37.3
16502026-03-25T16:34:49.720Z Compiling libbz2-rs-sys v0.2.2
16512026-03-25T16:34:49.848Z Compiling foldhash v0.1.5
16522026-03-25T16:34:50.005Z Compiling bzip2 v0.6.1
16532026-03-25T16:34:50.028Z Compiling hashbrown v0.15.5
16542026-03-25T16:34:50.182Z Compiling strum v0.27.2
16552026-03-25T16:34:50.408Z Compiling zopfli v0.8.3
16562026-03-25T16:34:50.413Z Compiling clap_builder v4.5.60
16572026-03-25T16:34:50.534Z Compiling console v0.16.2
16582026-03-25T16:34:50.576Z Compiling toml_edit v0.19.15
16592026-03-25T16:34:50.824Z Compiling dof v0.3.0
16602026-03-25T16:34:50.993Z Compiling daft v0.1.5
16612026-03-25T16:34:51.121Z Compiling elliptic-curve v0.13.8
16622026-03-25T16:34:51.274Z Compiling hubpack v0.1.2
16632026-03-25T16:34:51.497Z Compiling cargo_metadata v0.19.2
16642026-03-25T16:34:51.542Z Compiling phf v0.13.1
16652026-03-25T16:34:51.705Z Compiling signal-hook-mio v0.2.5
16662026-03-25T16:34:51.823Z Compiling zone_cfg_derive v0.3.1
16672026-03-25T16:34:52.814Z Compiling cookie_store v0.22.1
16682026-03-25T16:34:52.828Z Compiling zstd v0.13.3
16692026-03-25T16:34:53.094Z Compiling hyper-tls v0.6.0
16702026-03-25T16:34:53.211Z Compiling rayon v1.11.0
16712026-03-25T16:34:53.317Z Compiling bzip2 v0.4.4
16722026-03-25T16:34:53.337Z Compiling serde_with_macros v3.17.0
16732026-03-25T16:34:53.463Z Compiling postgres-types v0.2.12
16742026-03-25T16:34:53.526Z Compiling usdt-attr-macro v0.6.0
16752026-03-25T16:34:54.006Z Compiling usdt-macro v0.6.0
16762026-03-25T16:34:54.074Z Compiling ed25519 v2.2.3
16772026-03-25T16:34:54.316Z Compiling dtrace-parser v0.2.0
16782026-03-25T16:34:54.445Z Compiling itertools v0.12.1
16792026-03-25T16:34:54.610Z Compiling phf_shared v0.11.3
16802026-03-25T16:34:54.732Z Compiling bstr v1.12.1
16812026-03-25T16:34:54.794Z Compiling pkcs1 v0.7.5
16822026-03-25T16:34:54.948Z Compiling serde-big-array v0.5.1
16832026-03-25T16:34:54.968Z Compiling hex v0.4.3
16842026-03-25T16:34:55.051Z Compiling rfc6979 v0.4.0
16852026-03-25T16:34:55.090Z Compiling serde_repr v0.1.20
16862026-03-25T16:34:55.180Z Compiling strum_macros v0.26.4
16872026-03-25T16:34:55.192Z Compiling clap_derive v4.5.55
16882026-03-25T16:34:55.232Z Compiling enum-as-inner v0.6.1
16892026-03-25T16:34:55.376Z Compiling float-cmp v0.10.0
16902026-03-25T16:34:55.524Z Compiling thread-id v4.2.2
16912026-03-25T16:34:55.608Z Compiling memmap2 v0.9.10
16922026-03-25T16:34:55.625Z Compiling env_filter v1.0.0
16932026-03-25T16:34:55.656Z Compiling encoding_rs v0.8.35
16942026-03-25T16:34:55.731Z Compiling difflib v0.4.0
16952026-03-25T16:34:55.821Z Compiling predicates-core v1.0.10
16962026-03-25T16:34:55.981Z Compiling static_assertions v1.1.0
16972026-03-25T16:34:56.062Z Compiling fixedbitset v0.5.7
16982026-03-25T16:34:56.074Z Compiling keccak v0.1.6
16992026-03-25T16:34:56.347Z Compiling jiff v0.2.21
17002026-03-25T16:34:56.379Z Compiling normalize-line-endings v0.3.0
17012026-03-25T16:34:56.484Z Compiling precomputed-hash v0.1.1
17022026-03-25T16:34:56.587Z Compiling mime v0.3.17
17032026-03-25T16:34:56.840Z Compiling data-encoding v2.10.0
17042026-03-25T16:34:56.901Z Compiling fixedbitset v0.4.2
17052026-03-25T16:34:56.950Z Compiling unit-prefix v0.5.2
17062026-03-25T16:34:56.976Z Compiling whoami v2.1.0
17072026-03-25T16:34:57.105Z Compiling rustc-hash v2.1.1
17082026-03-25T16:34:57.118Z Compiling new_debug_unreachable v1.0.6
17092026-03-25T16:34:57.134Z Compiling hickory-proto v0.25.2
17102026-03-25T16:34:57.194Z Compiling tokio-postgres v0.7.16
17112026-03-25T16:34:57.240Z Compiling iddqd v0.3.17
17122026-03-25T16:34:57.240Z Compiling string_cache v0.8.9
17132026-03-25T16:34:57.402Z Compiling indicatif v0.18.4
17142026-03-25T16:34:57.512Z Compiling petgraph v0.6.5
17152026-03-25T16:34:57.542Z Compiling clap v4.5.60
17162026-03-25T16:34:57.632Z Compiling strum v0.26.3
17172026-03-25T16:34:57.762Z Compiling predicates v3.1.4
17182026-03-25T16:34:58.202Z Compiling petgraph v0.8.3
17192026-03-25T16:34:58.390Z Compiling sha3 v0.10.8
17202026-03-25T16:34:58.448Z Compiling toml_edit v0.22.27
17212026-03-25T16:34:58.826Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17222026-03-25T16:34:58.943Z Compiling zip v4.6.1
17232026-03-25T16:34:59.395Z Compiling env_logger v0.11.9
17242026-03-25T16:34:59.752Z Compiling usdt v0.6.0
17252026-03-25T16:34:59.933Z Compiling usdt-impl v0.5.0
17262026-03-25T16:35:00.023Z Compiling zone v0.3.1
17272026-03-25T16:35:00.117Z Compiling serde_with v3.17.0
17282026-03-25T16:35:00.488Z Compiling ecdsa v0.16.9
17292026-03-25T16:35:00.511Z Compiling similar v2.7.0
17302026-03-25T16:35:00.675Z Compiling rsa v0.9.10
17312026-03-25T16:35:00.871Z Compiling crossterm v0.28.1
17322026-03-25T16:35:01.140Z Compiling ed25519-dalek v2.2.0
17332026-03-25T16:35:01.592Z Compiling zip v0.6.6
17342026-03-25T16:35:01.803Z Compiling toml v0.7.8
17352026-03-25T16:35:02.221Z Compiling toml_parser v1.0.9+spec-1.1.0
17362026-03-25T16:35:02.257Z Compiling itertools v0.13.0
17372026-03-25T16:35:02.402Z Compiling tokio-stream v0.1.18
17382026-03-25T16:35:02.423Z Compiling buf-list v1.1.2
17392026-03-25T16:35:02.699Z Compiling x509-cert v0.2.5
17402026-03-25T16:35:02.834Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17412026-03-25T16:35:02.854Z Compiling openapiv3 v2.2.0
17422026-03-25T16:35:02.869Z Compiling sha1 v0.10.6
17432026-03-25T16:35:03.089Z Compiling toml_datetime v0.7.5+spec-1.1.0
17442026-03-25T16:35:03.134Z Compiling peg-runtime v0.8.5
17452026-03-25T16:35:03.377Z Compiling lalrpop-util v0.19.12
17462026-03-25T16:35:03.416Z Compiling thread_local v1.1.9
17472026-03-25T16:35:03.494Z Compiling slog-async v2.8.0
17482026-03-25T16:35:03.562Z Compiling crossbeam-channel v0.5.15
17492026-03-25T16:35:03.668Z Compiling futures-executor v0.3.32
17502026-03-25T16:35:03.813Z Compiling filetime v0.2.27
17512026-03-25T16:35:03.923Z Compiling is-terminal v0.4.17
17522026-03-25T16:35:03.992Z Compiling take_mut v0.2.2
17532026-03-25T16:35:04.014Z Compiling term v1.2.1
17542026-03-25T16:35:04.025Z Compiling xattr v1.6.1
17552026-03-25T16:35:04.035Z Compiling futures v0.3.32
17562026-03-25T16:35:04.196Z Compiling tar v0.4.44
17572026-03-25T16:35:04.297Z Compiling slog-term v2.9.2
17582026-03-25T16:35:10.067Z Compiling rustls-webpki v0.103.9
17592026-03-25T16:35:12.857Z Compiling tokio-rustls v0.26.4
17602026-03-25T16:35:12.857Z Compiling rustls-platform-verifier v0.6.2
17612026-03-25T16:35:13.067Z Compiling hyper-rustls v0.27.7
17622026-03-25T16:35:13.268Z Compiling reqwest v0.12.28
17632026-03-25T16:35:13.268Z Compiling reqwest v0.13.2
17642026-03-25T16:35:15.362Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17652026-03-25T16:35:15.576Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17662026-03-25T16:35:18.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17672026-03-25T16:35:18.515Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17682026-03-25T16:35:18.574ZMar 25 16:35:17.373 INFO Starting download, target: Cockroach
17692026-03-25T16:35:18.574ZMar 25 16:35:17.373 INFO Starting download, target: Clickhouse
17702026-03-25T16:35:18.574ZMar 25 16:35:17.373 INFO Starting download, target: Console
17712026-03-25T16:35:18.574ZMar 25 16:35:17.373 INFO Starting download, target: DendriteStub
17722026-03-25T16:35:18.582ZMar 25 16:35:17.373 INFO Starting download, target: MaghemiteMgd
17732026-03-25T16:35:18.582ZMar 25 16:35:17.373 INFO Starting download, target: TransceiverControl
17742026-03-25T16:35:18.583ZMar 25 16:35:17.373 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17752026-03-25T16:35:18.583ZMar 25 16:35:17.374 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17762026-03-25T16:35:18.583ZMar 25 16:35:17.374 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17772026-03-25T16:35:18.583ZMar 25 16:35:17.374 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17782026-03-25T16:35:18.583ZMar 25 16:35:17.374 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17792026-03-25T16:35:18.583ZMar 25 16:35:17.374 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17802026-03-25T16:35:18.949ZMar 25 16:35:17.741 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17812026-03-25T16:35:19.176ZMar 25 16:35:17.955 INFO Download complete, target: TransceiverControl
17822026-03-25T16:35:19.491ZMar 25 16:35:18.268 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17832026-03-25T16:35:19.773ZMar 25 16:35:18.496 INFO Download complete, target: Console
17842026-03-25T16:35:20.182ZMar 25 16:35:18.974 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17852026-03-25T16:35:20.274ZMar 25 16:35:19.067 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17862026-03-25T16:35:20.368ZMar 25 16:35:19.162 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17872026-03-25T16:35:21.184ZMar 25 16:35:19.983 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17882026-03-25T16:35:21.184ZMar 25 16:35:19.983 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17892026-03-25T16:35:22.552ZMar 25 16:35:21.349 INFO Download complete, target: DendriteStub
17902026-03-25T16:35:22.604ZMar 25 16:35:21.401 INFO Download complete, target: MaghemiteMgd
17912026-03-25T16:35:25.853ZMar 25 16:35:24.653 INFO Checking that binary works, target: Cockroach
17922026-03-25T16:35:25.951ZMar 25 16:35:24.751 INFO Download complete, target: Cockroach
17932026-03-25T16:35:27.244ZMar 25 16:35:26.043 INFO Checking that binary works, target: Clickhouse
17942026-03-25T16:35:27.373ZMar 25 16:35:26.169 INFO Download complete, target: Clickhouse
17952026-03-25T16:35:27.386ZAll builder prerequisites installed successfully, and PATH looks valid
17962026-03-25T16:35:27.389Z
17972026-03-25T16:35:27.389Zreal 2:17.414786876
17982026-03-25T16:35:27.389Zuser 6:53.687180978
17992026-03-25T16:35:27.389Zsys 1:20.622910057
18002026-03-25T16:35:27.389Ztrap 0.234147530
18012026-03-25T16:35:27.389Ztflt 0.551638696
18022026-03-25T16:35:27.389Zdflt 0.558374362
18032026-03-25T16:35:27.389Zkflt 0.019958442
18042026-03-25T16:35:27.389Zlock 21:24.461659754
18052026-03-25T16:35:27.389Zslp 20:56.298528352
18062026-03-25T16:35:27.389Zlat 35.785017321
18072026-03-25T16:35:27.389Zstop 1:40.661234474
18082026-03-25T16:35:27.389Z+ banner hack-check
18092026-03-25T16:35:27.389Z
18102026-03-25T16:35:27.389Z # # ## #### # # #### # # ###### #### # #
18112026-03-25T16:35:27.390Z # # # # # # # # # # # # # # # # #
18122026-03-25T16:35:27.390Z ###### # # # #### ##### # ###### ##### # ####
18132026-03-25T16:35:27.390Z # # ###### # # # # # # # # # #
18142026-03-25T16:35:27.390Z # # # # # # # # # # # # # # # # #
18152026-03-25T16:35:27.390Z # # # # #### # # #### # # ###### #### # #
18162026-03-25T16:35:27.390Z
18172026-03-25T16:35:27.390Z+ export CARGO_INCREMENTAL=0
18182026-03-25T16:35:27.390Z+ CARGO_INCREMENTAL=0
18192026-03-25T16:35:27.390Z+ ptime -m timeout 2h cargo xtask check-features --ci
18202026-03-25T16:35:27.937Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18212026-03-25T16:35:28.166Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18222026-03-25T16:35:30.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.61s
18232026-03-25T16:35:30.102Z Running `target/debug/xtask check-features --ci`
18242026-03-25T16:35:30.133Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18252026-03-25T16:35:30.140Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18262026-03-25T16:35:30.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18272026-03-25T16:35:30.651Z Running `target/debug/xtask download cargo-hack`
18282026-03-25T16:35:31.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18292026-03-25T16:35:31.754Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18302026-03-25T16:35:34.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.48s
18312026-03-25T16:35:34.335Z Running `target/debug/xtask-downloader cargo-hack`
18322026-03-25T16:35:34.377ZMar 25 16:35:33.175 INFO Starting download, target: CargoHack
18332026-03-25T16:35:34.380ZMar 25 16:35:33.175 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18342026-03-25T16:35:34.802ZMar 25 16:35:33.600 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18352026-03-25T16:35:34.852ZMar 25 16:35:33.650 INFO Download complete, target: CargoHack
18362026-03-25T16:35:34.855Zrunning: "/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"
18372026-03-25T16:35:34.868Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18382026-03-25T16:35:35.017Zinfo: running `cargo check --bins` on api_identity (1/268)
18392026-03-25T16:35:35.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18402026-03-25T16:35:35.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18412026-03-25T16:35:35.520Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18422026-03-25T16:35:35.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18432026-03-25T16:35:35.607Z
18442026-03-25T16:35:35.607Zinfo: running `cargo check --bins` on bootstore (2/268)
18452026-03-25T16:35:36.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18462026-03-25T16:35:36.108Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18472026-03-25T16:35:36.108Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18482026-03-25T16:35:36.111Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18492026-03-25T16:35:36.197Z
18502026-03-25T16:35:36.197Zinfo: running `cargo check --bins` on omicron-ledger (3/268)
18512026-03-25T16:35:36.685Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18522026-03-25T16:35:36.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18532026-03-25T16:35:36.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18542026-03-25T16:35:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18552026-03-25T16:35:36.768Z
18562026-03-25T16:35:36.768Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/268)
18572026-03-25T16:35:37.268Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18582026-03-25T16:35:37.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18592026-03-25T16:35:37.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18602026-03-25T16:35:37.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18612026-03-25T16:35:37.351Z
18622026-03-25T16:35:37.351Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/268)
18632026-03-25T16:35:37.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18642026-03-25T16:35:37.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18652026-03-25T16:35:37.853Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18662026-03-25T16:35:37.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18672026-03-25T16:35:37.941Z
18682026-03-25T16:35:37.941Zinfo: running `cargo check --bins` on omicron-certificates (6/268)
18692026-03-25T16:35:38.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18702026-03-25T16:35:38.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18712026-03-25T16:35:38.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18722026-03-25T16:35:38.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18732026-03-25T16:35:38.541Z
18742026-03-25T16:35:38.541Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/268)
18752026-03-25T16:35:39.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18762026-03-25T16:35:39.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18772026-03-25T16:35:39.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18782026-03-25T16:35:39.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18792026-03-25T16:35:39.131Z
18802026-03-25T16:35:39.131Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/268)
18812026-03-25T16:35:39.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18822026-03-25T16:35:39.637Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18832026-03-25T16:35:39.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18842026-03-25T16:35:39.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18852026-03-25T16:35:39.720Z
18862026-03-25T16:35:39.720Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/268)
18872026-03-25T16:35:40.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18882026-03-25T16:35:40.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18892026-03-25T16:35:40.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18902026-03-25T16:35:40.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18912026-03-25T16:35:40.190Z
18922026-03-25T16:35:40.191Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/268)
18932026-03-25T16:35:40.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18942026-03-25T16:35:40.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18952026-03-25T16:35:40.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18962026-03-25T16:35:40.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18972026-03-25T16:35:40.668Z
18982026-03-25T16:35:40.668Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/268)
18992026-03-25T16:35:41.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19002026-03-25T16:35:41.083Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19012026-03-25T16:35:41.083Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19022026-03-25T16:35:41.086Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19032026-03-25T16:35:41.142Z
19042026-03-25T16:35:41.142Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/268)
19052026-03-25T16:35:41.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19062026-03-25T16:35:41.554Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19072026-03-25T16:35:41.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19082026-03-25T16:35:41.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19092026-03-25T16:35:41.613Z
19102026-03-25T16:35:41.613Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/268)
19112026-03-25T16:35:42.024Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19122026-03-25T16:35:42.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19132026-03-25T16:35:42.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19142026-03-25T16:35:42.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19152026-03-25T16:35:42.086Z
19162026-03-25T16:35:42.086Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/268)
19172026-03-25T16:35:42.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19182026-03-25T16:35:42.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19192026-03-25T16:35:42.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19202026-03-25T16:35:42.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19212026-03-25T16:35:42.563Z
19222026-03-25T16:35:42.563Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/268)
19232026-03-25T16:35:42.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19242026-03-25T16:35:42.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19252026-03-25T16:35:42.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19262026-03-25T16:35:42.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19272026-03-25T16:35:43.040Z
19282026-03-25T16:35:43.040Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/268)
19292026-03-25T16:35:43.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19302026-03-25T16:35:43.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19312026-03-25T16:35:43.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19322026-03-25T16:35:43.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19332026-03-25T16:35:43.514Z
19342026-03-25T16:35:43.514Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/268)
19352026-03-25T16:35:43.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19362026-03-25T16:35:43.929Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19372026-03-25T16:35:43.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19382026-03-25T16:35:43.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19392026-03-25T16:35:43.987Z
19402026-03-25T16:35:43.987Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/268)
19412026-03-25T16:35:44.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19422026-03-25T16:35:44.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19432026-03-25T16:35:44.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19442026-03-25T16:35:44.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19452026-03-25T16:35:44.466Z
19462026-03-25T16:35:44.466Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/268)
19472026-03-25T16:35:44.876Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19482026-03-25T16:35:44.879Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19492026-03-25T16:35:44.879Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19502026-03-25T16:35:44.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19512026-03-25T16:35:44.941Z
19522026-03-25T16:35:44.941Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/268)
19532026-03-25T16:35:45.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19542026-03-25T16:35:45.359Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19552026-03-25T16:35:45.359Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19562026-03-25T16:35:45.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19572026-03-25T16:35:45.418Z
19582026-03-25T16:35:45.418Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/268)
19592026-03-25T16:35:45.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19602026-03-25T16:35:45.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19612026-03-25T16:35:45.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19622026-03-25T16:35:45.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19632026-03-25T16:35:45.893Z
19642026-03-25T16:35:45.893Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/268)
19652026-03-25T16:35:46.306Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19662026-03-25T16:35:46.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19672026-03-25T16:35:46.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19682026-03-25T16:35:46.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19692026-03-25T16:35:46.380Z
19702026-03-25T16:35:46.380Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/268)
19712026-03-25T16:35:46.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19722026-03-25T16:35:46.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19732026-03-25T16:35:46.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19742026-03-25T16:35:46.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19752026-03-25T16:35:46.853Z
19762026-03-25T16:35:46.853Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/268)
19772026-03-25T16:35:47.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19782026-03-25T16:35:47.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19792026-03-25T16:35:47.271Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19802026-03-25T16:35:47.271Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19812026-03-25T16:35:47.326Z
19822026-03-25T16:35:47.326Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/268)
19832026-03-25T16:35:47.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19842026-03-25T16:35:47.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19852026-03-25T16:35:47.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19862026-03-25T16:35:47.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19872026-03-25T16:35:47.801Z
19882026-03-25T16:35:47.801Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/268)
19892026-03-25T16:35:48.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19902026-03-25T16:35:48.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19912026-03-25T16:35:48.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19922026-03-25T16:35:48.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19932026-03-25T16:35:48.276Z
19942026-03-25T16:35:48.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/268)
19952026-03-25T16:35:48.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19962026-03-25T16:35:48.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19972026-03-25T16:35:48.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19982026-03-25T16:35:48.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
19992026-03-25T16:35:48.755Z
20002026-03-25T16:35:48.755Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/268)
20012026-03-25T16:35:49.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20022026-03-25T16:35:49.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20032026-03-25T16:35:49.172Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20042026-03-25T16:35:49.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20052026-03-25T16:35:49.234Z
20062026-03-25T16:35:49.234Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/268)
20072026-03-25T16:35:49.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20082026-03-25T16:35:49.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20092026-03-25T16:35:49.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20102026-03-25T16:35:49.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20112026-03-25T16:35:49.712Z
20122026-03-25T16:35:49.712Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/268)
20132026-03-25T16:35:50.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20142026-03-25T16:35:50.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20152026-03-25T16:35:50.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20162026-03-25T16:35:50.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20172026-03-25T16:35:50.185Z
20182026-03-25T16:35:50.185Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/268)
20192026-03-25T16:35:50.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20202026-03-25T16:35:50.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20212026-03-25T16:35:50.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20222026-03-25T16:35:50.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20232026-03-25T16:35:50.659Z
20242026-03-25T16:35:50.659Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/268)
20252026-03-25T16:35:51.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20262026-03-25T16:35:51.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20272026-03-25T16:35:51.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20282026-03-25T16:35:51.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20292026-03-25T16:35:51.139Z
20302026-03-25T16:35:51.139Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/268)
20312026-03-25T16:35:51.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20322026-03-25T16:35:51.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20332026-03-25T16:35:51.554Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20342026-03-25T16:35:51.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20352026-03-25T16:35:51.611Z
20362026-03-25T16:35:51.611Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/268)
20372026-03-25T16:35:52.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20382026-03-25T16:35:52.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20392026-03-25T16:35:52.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20402026-03-25T16:35:52.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20412026-03-25T16:35:52.083Z
20422026-03-25T16:35:52.083Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/268)
20432026-03-25T16:35:52.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20442026-03-25T16:35:52.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20452026-03-25T16:35:52.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20462026-03-25T16:35:52.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20472026-03-25T16:35:52.938Z
20482026-03-25T16:35:52.938Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/268)
20492026-03-25T16:35:52.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20502026-03-25T16:35:52.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20512026-03-25T16:35:52.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20522026-03-25T16:35:52.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20532026-03-25T16:35:53.037Z
20542026-03-25T16:35:53.037Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/268)
20552026-03-25T16:35:53.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20562026-03-25T16:35:53.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20572026-03-25T16:35:53.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20582026-03-25T16:35:53.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20592026-03-25T16:35:53.509Z
20602026-03-25T16:35:53.509Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/268)
20612026-03-25T16:35:53.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20622026-03-25T16:35:53.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20632026-03-25T16:35:53.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20642026-03-25T16:35:53.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20652026-03-25T16:35:53.986Z
20662026-03-25T16:35:53.986Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/268)
20672026-03-25T16:35:54.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20682026-03-25T16:35:54.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20692026-03-25T16:35:54.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20702026-03-25T16:35:54.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20712026-03-25T16:35:54.459Z
20722026-03-25T16:35:54.459Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/268)
20732026-03-25T16:35:54.871Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20742026-03-25T16:35:54.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20752026-03-25T16:35:54.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20762026-03-25T16:35:54.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20772026-03-25T16:35:54.936Z
20782026-03-25T16:35:54.936Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/268)
20792026-03-25T16:35:55.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20802026-03-25T16:35:55.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20812026-03-25T16:35:55.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20822026-03-25T16:35:55.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20832026-03-25T16:35:55.414Z
20842026-03-25T16:35:55.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/268)
20852026-03-25T16:35:55.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20862026-03-25T16:35:55.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20872026-03-25T16:35:55.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20882026-03-25T16:35:55.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20892026-03-25T16:35:55.891Z
20902026-03-25T16:35:55.891Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/268)
20912026-03-25T16:35:56.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20922026-03-25T16:35:56.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20932026-03-25T16:35:56.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20942026-03-25T16:35:56.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
20952026-03-25T16:35:56.368Z
20962026-03-25T16:35:56.368Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/268)
20972026-03-25T16:35:56.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20982026-03-25T16:35:56.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20992026-03-25T16:35:56.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21002026-03-25T16:35:56.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21012026-03-25T16:35:56.845Z
21022026-03-25T16:35:56.845Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/268)
21032026-03-25T16:35:57.260Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21042026-03-25T16:35:57.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21052026-03-25T16:35:57.263Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21062026-03-25T16:35:57.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21072026-03-25T16:35:57.325Z
21082026-03-25T16:35:57.325Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/268)
21092026-03-25T16:35:57.739Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21102026-03-25T16:35:57.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21112026-03-25T16:35:57.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21122026-03-25T16:35:57.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21132026-03-25T16:35:57.803Z
21142026-03-25T16:35:57.803Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/268)
21152026-03-25T16:35:58.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21162026-03-25T16:35:58.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21172026-03-25T16:35:58.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21182026-03-25T16:35:58.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
21192026-03-25T16:35:58.282Z
21202026-03-25T16:35:58.283Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/268)
21212026-03-25T16:35:58.692Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222026-03-25T16:35:58.695Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232026-03-25T16:35:58.695Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21242026-03-25T16:35:58.695Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21252026-03-25T16:35:58.753Z
21262026-03-25T16:35:58.753Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/268)
21272026-03-25T16:35:59.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282026-03-25T16:35:59.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292026-03-25T16:35:59.542Z Checking cfg-if v1.0.4
21302026-03-25T16:35:59.675Z Checking libc v0.2.180
21312026-03-25T16:35:59.679Z Checking serde_core v1.0.228
21322026-03-25T16:35:59.695Z Checking memchr v2.8.0
21332026-03-25T16:35:59.710Z Checking smallvec v1.15.1
21342026-03-25T16:35:59.710Z Checking itoa v1.0.17
21352026-03-25T16:35:59.735Z Checking log v0.4.29
21362026-03-25T16:35:59.735Z Checking zeroize v1.8.2
21372026-03-25T16:35:59.760Z Checking stable_deref_trait v1.2.1
21382026-03-25T16:35:59.833Z Checking zerofrom v0.1.6
21392026-03-25T16:35:59.860Z Checking zmij v1.0.21
21402026-03-25T16:35:59.884Z Checking litemap v0.8.1
21412026-03-25T16:35:59.898Z Checking percent-encoding v2.3.2
21422026-03-25T16:35:59.901Z Checking writeable v0.6.2
21432026-03-25T16:35:59.945Z Checking yoke v0.8.1
21442026-03-25T16:36:00.044Z Checking libm v0.2.16
21452026-03-25T16:36:00.058Z Checking scopeguard v1.2.0
21462026-03-25T16:36:00.062Z Checking icu_normalizer_data v2.1.1
21472026-03-25T16:36:00.062Z Checking icu_properties_data v2.1.2
21482026-03-25T16:36:00.065Z Checking subtle v2.6.1
21492026-03-25T16:36:00.070Z Checking getrandom v0.2.17
21502026-03-25T16:36:00.155Z Checking errno v0.3.14
21512026-03-25T16:36:00.206Z Checking zerovec v0.11.5
21522026-03-25T16:36:00.226Z Checking zerotrie v0.2.3
21532026-03-25T16:36:00.263Z Checking lock_api v0.4.14
21542026-03-25T16:36:00.278Z Checking rand_core v0.6.4
21552026-03-25T16:36:00.291Z Checking utf8_iter v1.0.4
21562026-03-25T16:36:00.304Z Checking form_urlencoded v1.2.2
21572026-03-25T16:36:00.410Z Checking rand_core v0.10.0
21582026-03-25T16:36:00.430Z Checking pin-project-lite v0.2.17
21592026-03-25T16:36:00.450Z Checking portable-atomic v1.13.1
21602026-03-25T16:36:00.465Z Checking typenum v1.19.0
21612026-03-25T16:36:00.469Z Checking critical-section v1.2.0
21622026-03-25T16:36:00.523Z Checking iana-time-zone v0.1.65
21632026-03-25T16:36:00.549Z Checking getrandom v0.4.1
21642026-03-25T16:36:00.577Z Checking signal-hook-registry v1.4.8
21652026-03-25T16:36:00.631Z Checking parking_lot_core v0.9.12
21662026-03-25T16:36:00.634Z Checking tinystr v0.8.2
21672026-03-25T16:36:00.696Z Checking potential_utf v0.1.4
21682026-03-25T16:36:00.719Z Checking num-traits v0.2.19
21692026-03-25T16:36:00.736Z Checking socket2 v0.6.2
21702026-03-25T16:36:00.818Z Checking icu_locale_core v2.1.1
21712026-03-25T16:36:00.818Z Checking parking_lot v0.12.5
21722026-03-25T16:36:00.846Z Checking icu_collections v2.1.1
21732026-03-25T16:36:00.862Z Checking once_cell v1.21.3
21742026-03-25T16:36:00.983Z Checking mio v1.1.1
21752026-03-25T16:36:00.997Z Checking generic-array v0.14.7
21762026-03-25T16:36:01.034Z Checking zerocopy v0.8.40
21772026-03-25T16:36:01.051Z Checking futures-core v0.3.32
21782026-03-25T16:36:01.156Z Checking serde v1.0.228
21792026-03-25T16:36:01.171Z Checking serde_json v1.0.149
21802026-03-25T16:36:01.187Z Checking bitflags v2.11.0
21812026-03-25T16:36:01.246Z Checking uuid v1.21.0
21822026-03-25T16:36:01.265Z Checking dyn-clone v1.0.20
21832026-03-25T16:36:01.351Z Checking semver v1.0.27
21842026-03-25T16:36:01.368Z Checking equivalent v1.0.2
21852026-03-25T16:36:01.382Z Checking icu_provider v2.1.1
21862026-03-25T16:36:01.434Z Checking crypto-common v0.1.7
21872026-03-25T16:36:01.450Z Checking allocator-api2 v0.2.21
21882026-03-25T16:36:01.553Z Checking bytes v1.11.1
21892026-03-25T16:36:01.557Z Checking chrono v0.4.44
21902026-03-25T16:36:01.585Z Checking foldhash v0.2.0
21912026-03-25T16:36:01.588Z Checking const-oid v0.9.6
21922026-03-25T16:36:01.614Z Checking icu_normalizer v2.1.1
21932026-03-25T16:36:01.724Z Checking icu_properties v2.1.2
21942026-03-25T16:36:01.738Z Checking hashbrown v0.16.1
21952026-03-25T16:36:01.830Z Checking futures-sink v0.3.32
21962026-03-25T16:36:01.910Z Checking block-buffer v0.10.4
21972026-03-25T16:36:01.934Z Checking futures-channel v0.3.32
21982026-03-25T16:36:01.987Z Checking tokio v1.49.0
21992026-03-25T16:36:02.049Z Checking futures-task v0.3.32
22002026-03-25T16:36:02.128Z Checking futures-io v0.3.32
22012026-03-25T16:36:02.188Z Checking slab v0.4.12
22022026-03-25T16:36:02.222Z Checking thiserror v2.0.18
22032026-03-25T16:36:02.242Z Checking byteorder v1.5.0
22042026-03-25T16:36:02.266Z Checking digest v0.10.7
22052026-03-25T16:36:02.323Z Checking base64 v0.22.1
22062026-03-25T16:36:02.344Z Checking futures-util v0.3.32
22072026-03-25T16:36:02.408Z Checking indexmap v2.13.0
22082026-03-25T16:36:02.441Z Checking cpufeatures v0.2.17
22092026-03-25T16:36:02.457Z Checking http v1.4.0
22102026-03-25T16:36:02.516Z Checking fnv v1.0.7
22112026-03-25T16:36:02.532Z Checking idna_adapter v1.2.1
22122026-03-25T16:36:02.562Z Checking unicode-ident v1.0.24
22132026-03-25T16:36:02.613Z Checking tracing-core v0.1.36
22142026-03-25T16:36:02.649Z Checking idna v1.1.0
22152026-03-25T16:36:02.675Z Checking proc-macro2 v1.0.106
22162026-03-25T16:36:02.908Z Checking url v2.5.8
22172026-03-25T16:36:02.926Z Checking tracing v0.1.44
22182026-03-25T16:36:02.961Z Checking thiserror v1.0.69
22192026-03-25T16:36:02.999Z Checking rustls-pki-types v1.14.0
22202026-03-25T16:36:03.016Z Checking regex-syntax v0.8.10
22212026-03-25T16:36:03.059Z Checking quote v1.0.44
22222026-03-25T16:36:03.133Z Checking untrusted v0.9.0
22232026-03-25T16:36:03.244Z Checking syn v2.0.117
22242026-03-25T16:36:03.250Z Checking ring v0.17.14
22252026-03-25T16:36:03.290Z Checking ipnet v2.11.0
22262026-03-25T16:36:03.347Z Checking schemars v0.8.22
22272026-03-25T16:36:03.551Z Checking httparse v1.10.1
22282026-03-25T16:36:03.765Z Checking http-body v1.0.1
22292026-03-25T16:36:03.805Z Checking ppv-lite86 v0.2.21
22302026-03-25T16:36:03.900Z Checking block-padding v0.3.3
22312026-03-25T16:36:03.989Z Checking rustix v1.1.3
22322026-03-25T16:36:04.033Z Checking getrandom v0.3.4
22332026-03-25T16:36:04.098Z Checking atomic-waker v1.1.2
22342026-03-25T16:36:04.181Z Checking inout v0.1.4
22352026-03-25T16:36:04.201Z Checking hmac v0.12.1
22362026-03-25T16:36:04.220Z Checking aws-lc-sys v0.37.1
22372026-03-25T16:36:04.245Z Checking aho-corasick v1.1.4
22382026-03-25T16:36:04.310Z Checking try-lock v0.2.5
22392026-03-25T16:36:04.326Z Checking powerfmt v0.2.0
22402026-03-25T16:36:04.340Z Checking httpdate v1.0.3
22412026-03-25T16:36:04.412Z Checking tower-layer v0.3.3
22422026-03-25T16:36:04.475Z Checking openssl-probe v0.2.1
22432026-03-25T16:36:04.490Z Checking tower-service v0.3.3
22442026-03-25T16:36:04.560Z Checking untrusted v0.7.1
22452026-03-25T16:36:04.579Z Checking deranged v0.5.8
22462026-03-25T16:36:04.583Z Checking want v0.3.1
22472026-03-25T16:36:04.675Z Checking cipher v0.4.4
22482026-03-25T16:36:04.716Z Checking aws-lc-rs v1.16.0
22492026-03-25T16:36:04.730Z Checking rand_core v0.9.5
22502026-03-25T16:36:04.818Z Checking time-core v0.1.8
22512026-03-25T16:36:04.880Z Checking pin-utils v0.1.0
22522026-03-25T16:36:04.905Z Checking regex-automata v0.4.14
22532026-03-25T16:36:04.921Z Checking num_threads v0.1.7
22542026-03-25T16:36:04.949Z Checking num-conv v0.2.0
22552026-03-25T16:36:04.964Z Checking base64ct v1.8.3
22562026-03-25T16:36:05.007Z Checking sha2 v0.10.9
22572026-03-25T16:36:05.067Z Checking erased-serde v0.3.31
22582026-03-25T16:36:05.156Z Checking tokio-util v0.7.18
22592026-03-25T16:36:05.193Z Checking pretty-hex v0.4.1
22602026-03-25T16:36:05.281Z Checking rand_chacha v0.9.0
22612026-03-25T16:36:05.314Z Checking ryu v1.0.23
22622026-03-25T16:36:05.446Z Checking slog v2.8.2
22632026-03-25T16:36:05.461Z Checking fastrand v2.3.0
22642026-03-25T16:36:05.481Z Checking pem-rfc7468 v0.7.0
22652026-03-25T16:36:05.484Z Checking rand v0.9.2
22662026-03-25T16:36:05.497Z Checking time v0.3.47
22672026-03-25T16:36:05.546Z Checking rustls-webpki v0.103.9
22682026-03-25T16:36:05.635Z Checking rustls-native-certs v0.8.3
22692026-03-25T16:36:05.650Z Checking ipnetwork v0.21.1
22702026-03-25T16:36:05.703Z Checking http-body-util v0.1.3
22712026-03-25T16:36:05.758Z Checking h2 v0.4.13
22722026-03-25T16:36:05.774Z Checking sync_wrapper v1.0.2
22732026-03-25T16:36:05.860Z Checking spin v0.9.8
22742026-03-25T16:36:05.877Z Checking flagset v0.4.7
22752026-03-25T16:36:05.920Z Checking plain v0.2.3
22762026-03-25T16:36:05.958Z Checking tower v0.5.3
22772026-03-25T16:36:05.974Z Checking rustls v0.23.37
22782026-03-25T16:36:05.999Z Checking der v0.7.10
22792026-03-25T16:36:06.023Z Checking serde_urlencoded v0.7.1
22802026-03-25T16:36:06.040Z Checking rand_chacha v0.3.1
22812026-03-25T16:36:06.225Z Checking webpki-roots v1.0.6
22822026-03-25T16:36:06.251Z Checking tinyvec_macros v0.1.1
22832026-03-25T16:36:06.323Z Checking iri-string v0.7.10
22842026-03-25T16:36:06.341Z Checking ucd-trie v0.1.7
22852026-03-25T16:36:06.358Z Checking tinyvec v1.10.0
22862026-03-25T16:36:06.491Z Checking pest v2.8.6
22872026-03-25T16:36:06.633Z Checking rand v0.8.5
22882026-03-25T16:36:06.668Z Checking tempfile v3.25.0
22892026-03-25T16:36:06.713Z Checking salsa20 v0.10.2
22902026-03-25T16:36:06.736Z Checking spki v0.7.3
22912026-03-25T16:36:06.853Z Checking pbkdf2 v0.12.2
22922026-03-25T16:36:06.870Z Checking foreign-types-shared v0.1.1
22932026-03-25T16:36:06.904Z Checking unicode-width v0.2.0
22942026-03-25T16:36:06.953Z Checking foreign-types v0.3.2
22952026-03-25T16:36:06.967Z Checking scrypt v0.11.0
22962026-03-25T16:36:07.026Z Checking regex v1.12.3
22972026-03-25T16:36:07.108Z Checking aes v0.8.4
22982026-03-25T16:36:07.148Z Checking cbc v0.1.2
22992026-03-25T16:36:07.151Z Checking anyhow v1.0.102
23002026-03-25T16:36:07.280Z Checking openssl-sys v0.9.111
23012026-03-25T16:36:07.302Z Checking crossbeam-utils v0.8.21
23022026-03-25T16:36:07.332Z Checking tower-http v0.6.8
23032026-03-25T16:36:07.361Z Checking oxnet v0.1.4
23042026-03-25T16:36:07.498Z Checking pkcs5 v0.7.1
23052026-03-25T16:36:07.542Z Checking mime v0.3.17
23062026-03-25T16:36:07.600Z Checking openapiv3 v2.2.0
23072026-03-25T16:36:07.616Z Checking scroll v0.12.0
23082026-03-25T16:36:07.637Z Checking encoding_rs v0.8.35
23092026-03-25T16:36:07.723Z Checking siphasher v1.0.2
23102026-03-25T16:36:07.757Z Checking pkcs8 v0.10.2
23112026-03-25T16:36:07.772Z Checking openssl v0.10.75
23122026-03-25T16:36:07.862Z Checking data-encoding v2.10.0
23132026-03-25T16:36:07.888Z Checking winnow v0.7.14
23142026-03-25T16:36:07.960Z Checking goblin v0.8.2
23152026-03-25T16:36:08.140Z Checking lazy_static v1.5.0
23162026-03-25T16:36:08.237Z Checking zerocopy v0.7.35
23172026-03-25T16:36:08.329Z Checking tokio-rustls v0.26.4
23182026-03-25T16:36:08.452Z Checking hyper v1.8.1
23192026-03-25T16:36:08.562Z Checking wait-timeout v0.2.1
23202026-03-25T16:36:08.597Z Checking bitflags v1.3.2
23212026-03-25T16:36:08.673Z Checking anstyle v1.0.13
23222026-03-25T16:36:08.688Z Checking utf8parse v0.2.2
23232026-03-25T16:36:08.730Z Checking either v1.15.0
23242026-03-25T16:36:08.787Z Checking managed v0.8.0
23252026-03-25T16:36:08.854Z Checking quick-error v1.2.3
23262026-03-25T16:36:08.910Z Checking psl-types v2.0.11
23272026-03-25T16:36:08.925Z Checking bit-vec v0.8.0
23282026-03-25T16:36:08.958Z Checking rusty-fork v0.3.1
23292026-03-25T16:36:08.973Z Checking anstyle-parse v0.2.7
23302026-03-25T16:36:09.029Z Checking publicsuffix v2.3.0
23312026-03-25T16:36:09.072Z Checking dtrace-parser v0.2.0
23322026-03-25T16:36:09.114Z Checking bit-set v0.8.0
23332026-03-25T16:36:09.129Z Checking unicode-normalization v0.1.25
23342026-03-25T16:36:09.132Z Checking cookie v0.18.1
23352026-03-25T16:36:09.188Z Checking rand_xorshift v0.4.0
23362026-03-25T16:36:09.258Z Checking sha1 v0.10.6
23372026-03-25T16:36:09.302Z Checking hex v0.4.3
23382026-03-25T16:36:09.317Z Checking thread-id v4.2.2
23392026-03-25T16:36:09.346Z Checking hyper-util v0.1.20
23402026-03-25T16:36:09.361Z Checking colorchoice v1.0.4
23412026-03-25T16:36:09.394Z Checking anstyle-query v1.1.5
23422026-03-25T16:36:09.420Z Checking is_terminal_polyfill v1.70.2
23432026-03-25T16:36:09.461Z Checking unarray v0.1.4
23442026-03-25T16:36:09.490Z Checking cookie_store v0.22.1
23452026-03-25T16:36:09.512Z Checking anstream v0.6.21
23462026-03-25T16:36:09.526Z Checking rustls-platform-verifier v0.6.2
23472026-03-25T16:36:09.540Z Checking crossbeam-epoch v0.9.18
23482026-03-25T16:36:09.564Z Checking proptest v1.10.0
23492026-03-25T16:36:09.665Z Checking terminal_size v0.4.3
23502026-03-25T16:36:09.705Z Checking scroll v0.13.0
23512026-03-25T16:36:09.729Z Checking native-tls v0.2.18
23522026-03-25T16:36:09.761Z Checking num-integer v0.1.46
23532026-03-25T16:36:09.780Z Checking simd-adler32 v0.3.8
23542026-03-25T16:36:09.814Z Checking crossbeam-deque v0.8.6
23552026-03-25T16:36:09.854Z Checking dof v0.3.0
23562026-03-25T16:36:09.906Z Checking tokio-native-tls v0.3.1
23572026-03-25T16:36:09.930Z Checking goblin v0.10.5
23582026-03-25T16:36:09.946Z Checking bstr v1.12.1
23592026-03-25T16:36:09.980Z Checking ref-cast v1.0.25
23602026-03-25T16:36:09.996Z Checking rustix v0.38.44
23612026-03-25T16:36:10.063Z Checking camino v1.2.2
23622026-03-25T16:36:10.080Z Checking crc32fast v1.5.0
23632026-03-25T16:36:10.137Z Checking usdt-impl v0.5.0
23642026-03-25T16:36:10.224Z Checking signature v2.2.0
23652026-03-25T16:36:10.310Z Checking toml_datetime v0.6.11
23662026-03-25T16:36:10.334Z Checking serde_spanned v0.6.9
23672026-03-25T16:36:10.361Z Checking ff v0.13.1
23682026-03-25T16:36:10.427Z Checking clap_lex v1.0.0
23692026-03-25T16:36:10.460Z Checking unicode-properties v0.1.4
23702026-03-25T16:36:10.489Z Checking adler2 v2.0.1
23712026-03-25T16:36:10.492Z Checking strsim v0.11.1
23722026-03-25T16:36:10.580Z Checking unicode-bidi v0.3.18
23732026-03-25T16:36:10.596Z Checking hyper-rustls v0.27.7
23742026-03-25T16:36:10.611Z Checking hyper-tls v0.6.0
23752026-03-25T16:36:10.646Z Checking base16ct v0.2.0
23762026-03-25T16:36:10.665Z Checking clap_builder v4.5.60
23772026-03-25T16:36:10.772Z Checking sec1 v0.7.3
23782026-03-25T16:36:10.790Z Checking miniz_oxide v0.8.9
23792026-03-25T16:36:10.794Z Checking group v0.13.0
23802026-03-25T16:36:10.819Z Checking reqwest v0.12.28
23812026-03-25T16:36:10.871Z Checking reqwest v0.13.2
23822026-03-25T16:36:10.950Z Checking stringprep v0.1.5
23832026-03-25T16:36:10.978Z Checking rayon-core v1.13.0
23842026-03-25T16:36:11.106Z Checking num-iter v0.1.45
23852026-03-25T16:36:11.141Z Checking toml_parser v1.0.9+spec-1.1.0
23862026-03-25T16:36:11.222Z Checking dtrace-parser v0.3.0
23872026-03-25T16:36:11.302Z Checking hkdf v0.12.4
23882026-03-25T16:36:11.328Z Checking newtype-uuid v1.3.2
23892026-03-25T16:36:11.438Z Checking strum v0.26.3
23902026-03-25T16:36:11.456Z Checking zstd-sys v2.0.16+zstd.1.5.7
23912026-03-25T16:36:11.471Z Checking md-5 v0.10.6
23922026-03-25T16:36:11.531Z Checking daft v0.1.5
23932026-03-25T16:36:11.552Z Checking hash32 v0.2.1
23942026-03-25T16:36:11.570Z Checking crypto-bigint v0.5.5
23952026-03-25T16:36:11.609Z Checking toml_datetime v0.7.5+spec-1.1.0
23962026-03-25T16:36:11.656Z Checking thread-id v5.1.0
23972026-03-25T16:36:11.709Z Checking zlib-rs v0.6.2
23982026-03-25T16:36:11.713Z Checking unicode-segmentation v1.12.0
23992026-03-25T16:36:11.740Z Checking fallible-iterator v0.2.0
24002026-03-25T16:36:11.767Z Checking heapless v0.7.17
24012026-03-25T16:36:11.806Z Checking zstd-safe v7.2.4
24022026-03-25T16:36:11.882Z Checking clap v4.5.60
24032026-03-25T16:36:11.965Z Checking rayon v1.11.0
24042026-03-25T16:36:11.980Z Checking itertools v0.12.1
24052026-03-25T16:36:12.007Z Checking postgres-protocol v0.6.10
24062026-03-25T16:36:12.030Z Checking phf_shared v0.13.1
24072026-03-25T16:36:12.172Z Checking console v0.16.2
24082026-03-25T16:36:12.227Z Checking curve25519-dalek v4.1.3
24092026-03-25T16:36:12.242Z Checking dof v0.4.0
24102026-03-25T16:36:12.318Z Checking memoffset v0.9.1
24112026-03-25T16:36:12.401Z Checking bzip2-sys v0.1.13+1.0.8
24122026-03-25T16:36:12.462Z Checking signal-hook v0.3.18
24132026-03-25T16:36:12.465Z Checking elliptic-curve v0.13.8
24142026-03-25T16:36:12.492Z Checking memmap2 v0.9.10
24152026-03-25T16:36:12.580Z Checking flate2 v1.1.9
24162026-03-25T16:36:12.649Z Checking libbz2-rs-sys v0.2.2
24172026-03-25T16:36:12.653Z Checking toml_write v0.1.2
24182026-03-25T16:36:12.778Z Checking foldhash v0.1.5
24192026-03-25T16:36:12.841Z Checking fixedbitset v0.4.2
24202026-03-25T16:36:12.882Z Checking usdt-impl v0.6.0
24212026-03-25T16:36:12.885Z Checking winnow v0.5.40
24222026-03-25T16:36:12.924Z Checking unit-prefix v0.5.2
24232026-03-25T16:36:12.977Z Checking bumpalo v3.20.2
24242026-03-25T16:36:12.977Z Checking zone v0.3.1
24252026-03-25T16:36:13.004Z Checking petgraph v0.6.5
24262026-03-25T16:36:13.044Z Checking bzip2 v0.6.1
24272026-03-25T16:36:13.060Z Checking hashbrown v0.15.5
24282026-03-25T16:36:13.165Z Checking usdt v0.6.0
24292026-03-25T16:36:13.181Z Checking zopfli v0.8.3
24302026-03-25T16:36:13.211Z Checking toml_edit v0.22.27
24312026-03-25T16:36:13.335Z Checking signal-hook-mio v0.2.5
24322026-03-25T16:36:13.352Z Checking bzip2 v0.4.4
24332026-03-25T16:36:13.404Z Checking indicatif v0.18.4
24342026-03-25T16:36:13.435Z Checking nix v0.31.1
24352026-03-25T16:36:13.500Z Checking postgres-types v0.2.12
24362026-03-25T16:36:13.514Z Checking phf v0.13.1
24372026-03-25T16:36:13.528Z Checking smoltcp v0.9.1
24382026-03-25T16:36:13.663Z Checking similar v2.7.0
24392026-03-25T16:36:13.772Z Checking zstd v0.13.3
24402026-03-25T16:36:13.804Z Checking num-bigint-dig v0.8.6
24412026-03-25T16:36:13.959Z Checking ed25519 v2.2.3
24422026-03-25T16:36:14.035Z Checking toml_edit v0.19.15
24432026-03-25T16:36:14.050Z Checking pkcs1 v0.7.5
24442026-03-25T16:36:14.115Z Checking phf_shared v0.11.3
24452026-03-25T16:36:14.144Z Checking tokio-stream v0.1.18
24462026-03-25T16:36:14.259Z Checking strum v0.27.2
24472026-03-25T16:36:14.265Z Checking hubpack v0.1.2
24482026-03-25T16:36:14.265Z Checking rfc6979 v0.4.0
24492026-03-25T16:36:14.304Z Checking serde-big-array v0.5.1
24502026-03-25T16:36:14.373Z Checking float-cmp v0.10.0
24512026-03-25T16:36:14.401Z Checking env_filter v1.0.0
24522026-03-25T16:36:14.421Z Checking precomputed-hash v0.1.1
24532026-03-25T16:36:14.436Z Checking static_assertions v1.1.0
24542026-03-25T16:36:14.439Z Checking whoami v2.1.0
24552026-03-25T16:36:14.500Z Checking jiff v0.2.21
24562026-03-25T16:36:14.515Z Checking normalize-line-endings v0.3.0
24572026-03-25T16:36:14.518Z Checking difflib v0.4.0
24582026-03-25T16:36:14.543Z Checking rustc-hash v2.1.1
24592026-03-25T16:36:14.556Z Checking predicates-core v1.0.10
24602026-03-25T16:36:14.598Z Checking fixedbitset v0.5.7
24612026-03-25T16:36:14.613Z Checking keccak v0.1.6
24622026-03-25T16:36:14.640Z Checking new_debug_unreachable v1.0.6
24632026-03-25T16:36:14.654Z Checking iddqd v0.3.17
24642026-03-25T16:36:14.675Z Checking tokio-postgres v0.7.16
24652026-03-25T16:36:14.703Z Checking predicates v3.1.4
24662026-03-25T16:36:14.717Z Checking string_cache v0.8.9
24672026-03-25T16:36:14.777Z Checking sha3 v0.10.8
24682026-03-25T16:36:14.793Z Checking petgraph v0.8.3
24692026-03-25T16:36:14.882Z Checking rsa v0.9.10
24702026-03-25T16:36:14.980Z Checking env_logger v0.11.9
24712026-03-25T16:36:14.998Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24722026-03-25T16:36:15.067Z Checking toml v0.7.8
24732026-03-25T16:36:15.166Z Checking ecdsa v0.16.9
24742026-03-25T16:36:15.347Z Checking ed25519-dalek v2.2.0
24752026-03-25T16:36:15.373Z Checking zip v0.6.6
24762026-03-25T16:36:15.491Z Checking crossterm v0.28.1
24772026-03-25T16:36:15.510Z Checking serde_with v3.17.0
24782026-03-25T16:36:15.578Z Checking itertools v0.13.0
24792026-03-25T16:36:15.698Z Checking hickory-proto v0.25.2
24802026-03-25T16:36:15.919Z Checking x509-cert v0.2.5
24812026-03-25T16:36:16.201Z Checking fs-err v3.3.0
24822026-03-25T16:36:16.337Z Checking ahash v0.8.12
24832026-03-25T16:36:16.498Z Checking object v0.37.3
24842026-03-25T16:36:16.535Z Checking buf-list v1.1.2
24852026-03-25T16:36:16.561Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24862026-03-25T16:36:16.590Z Checking peg-runtime v0.8.5
24872026-03-25T16:36:16.688Z Checking zip v4.6.1
24882026-03-25T16:36:16.720Z Checking lalrpop-util v0.19.12
24892026-03-25T16:36:16.735Z Compiling structmeta-derive v0.3.0
24902026-03-25T16:36:16.826Z Compiling rustls v0.22.4
24912026-03-25T16:36:16.885Z Compiling newtype-uuid-macros v0.1.0
24922026-03-25T16:36:16.900Z Compiling multer v3.1.0
24932026-03-25T16:36:17.020Z Compiling async-stream-impl v0.3.6
24942026-03-25T16:36:17.140Z Checking futures-executor v0.3.32
24952026-03-25T16:36:17.195Z Checking regress v0.10.5
24962026-03-25T16:36:17.291Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24972026-03-25T16:36:17.605Z Compiling dropshot v0.16.7
24982026-03-25T16:36:17.648Z Checking futures v0.3.32
24992026-03-25T16:36:17.688Z Compiling dropshot_endpoint v0.16.7
25002026-03-25T16:36:17.729Z Checking thread_local v1.1.9
25012026-03-25T16:36:17.801Z Compiling structmeta v0.3.0
25022026-03-25T16:36:17.873Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25032026-03-25T16:36:17.921Z Checking crossbeam-channel v0.5.15
25042026-03-25T16:36:18.025Z Compiling derive-ex v0.1.8
25052026-03-25T16:36:18.216Z Checking is-terminal v0.4.17
25062026-03-25T16:36:18.263Z Checking term v1.2.1
25072026-03-25T16:36:18.313Z Checking take_mut v0.2.2
25082026-03-25T16:36:18.425Z Checking slog-async v2.8.0
25092026-03-25T16:36:18.487Z Checking slog-term v2.9.2
25102026-03-25T16:36:18.556Z Compiling parse-display-derive v0.10.0
25112026-03-25T16:36:18.607Z Checking rustls-webpki v0.102.8
25122026-03-25T16:36:18.625Z Checking serde_spanned v1.0.4
25132026-03-25T16:36:18.758Z Checking toml_writer v1.0.6+spec-1.1.0
25142026-03-25T16:36:18.774Z Checking debug-ignore v1.0.5
25152026-03-25T16:36:18.841Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25162026-03-25T16:36:18.875Z Checking match_cfg v0.1.0
25172026-03-25T16:36:18.920Z Checking slog-json v2.6.1
25182026-03-25T16:36:18.940Z Checking toml v0.9.12+spec-1.1.0
25192026-03-25T16:36:18.956Z Checking hostname v0.3.1
25202026-03-25T16:36:19.054Z Checking macaddr v1.0.1
25212026-03-25T16:36:19.079Z Checking slog-bunyan v2.5.0
25222026-03-25T16:36:19.199Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25232026-03-25T16:36:19.238Z Checking async-stream v0.3.6
25242026-03-25T16:36:19.491Z Checking waitgroup v0.1.2
25252026-03-25T16:36:19.525Z Checking rustls-pemfile v2.2.0
25262026-03-25T16:36:19.593Z Checking serde_path_to_error v0.1.20
25272026-03-25T16:36:19.609Z Checking hostname v0.4.2
25282026-03-25T16:36:19.612Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25292026-03-25T16:36:19.672Z Checking progenitor-client v0.13.0
25302026-03-25T16:36:19.702Z Compiling test-strategy v0.4.5
25312026-03-25T16:36:19.716Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25322026-03-25T16:36:19.735Z Checking progenitor-client v0.10.0
25332026-03-25T16:36:19.856Z Compiling itertools v0.14.0
25342026-03-25T16:36:19.870Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25352026-03-25T16:36:19.902Z Checking backon v1.6.0
25362026-03-25T16:36:19.967Z Checking instant v0.1.13
25372026-03-25T16:36:20.060Z Checking backoff v0.4.0
25382026-03-25T16:36:20.075Z Checking progenitor-extras v0.1.1
25392026-03-25T16:36:20.233Z Checking parse-display v0.10.0
25402026-03-25T16:36:20.252Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25412026-03-25T16:36:20.300Z Checking heck v0.5.0
25422026-03-25T16:36:20.378Z Compiling crucible-workspace-hack v0.1.0
25432026-03-25T16:36:20.412Z Checking tokio-rustls v0.25.0
25442026-03-25T16:36:20.546Z Compiling toml_edit v0.23.10+spec-1.0.0
25452026-03-25T16:36:20.654Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25462026-03-25T16:36:20.717Z Compiling convert_case v0.4.0
25472026-03-25T16:36:20.857Z Compiling heapless v0.8.0
25482026-03-25T16:36:21.086Z Compiling derive_more v0.99.20
25492026-03-25T16:36:21.101Z Compiling ingot-macros v0.1.1
25502026-03-25T16:36:21.126Z Compiling proc-macro-crate v3.4.0
25512026-03-25T16:36:21.190Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25522026-03-25T16:36:21.334Z Checking hash32 v0.3.1
25532026-03-25T16:36:21.466Z Checking secrecy v0.10.3
25542026-03-25T16:36:21.568Z Compiling smoltcp v0.11.0
25552026-03-25T16:36:21.593Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25562026-03-25T16:36:21.608Z Compiling prettyplease v0.2.37
25572026-03-25T16:36:21.661Z Compiling num_enum_derive v0.7.5
25582026-03-25T16:36:21.831Z Compiling typify-impl v0.6.1
25592026-03-25T16:36:21.921Z Checking tabwriter v1.4.1
25602026-03-25T16:36:22.070Z Checking cobs v0.3.0
25612026-03-25T16:36:22.178Z Compiling foreign-types-macros v0.2.3
25622026-03-25T16:36:22.226Z Checking foreign-types-shared v0.3.1
25632026-03-25T16:36:22.402Z Checking cpufeatures v0.3.0
25642026-03-25T16:36:22.478Z Compiling unsafe-libyaml v0.2.11
25652026-03-25T16:36:22.496Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25662026-03-25T16:36:22.695Z Checking num_enum v0.7.5
25672026-03-25T16:36:22.710Z Checking chacha20 v0.10.0
25682026-03-25T16:36:22.760Z Checking foreign-types v0.5.0
25692026-03-25T16:36:22.984Z Checking postcard v1.1.3
25702026-03-25T16:36:23.273Z Compiling serde_yaml v0.9.34+deprecated
25712026-03-25T16:36:23.635Z Compiling proc-macro-crate v1.3.1
25722026-03-25T16:36:23.722Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25732026-03-25T16:36:23.923Z Checking ingot-types v0.1.2
25742026-03-25T16:36:24.066Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25752026-03-25T16:36:24.152Z Checking cstr-argument v0.1.2
25762026-03-25T16:36:24.195Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-03-25T16:36:24.273Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25782026-03-25T16:36:24.280Z Checking colored v3.1.1
25792026-03-25T16:36:24.303Z Checking ingot v0.1.1
25802026-03-25T16:36:24.431Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25812026-03-25T16:36:24.479Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25822026-03-25T16:36:24.497Z Compiling num_enum_derive v0.5.11
25832026-03-25T16:36:24.608Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25842026-03-25T16:36:24.749Z Checking rand v0.10.0
25852026-03-25T16:36:25.555Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25862026-03-25T16:36:25.915Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25872026-03-25T16:36:25.952Z Checking num_enum v0.5.11
25882026-03-25T16:36:26.350Z Compiling typify-macro v0.6.1
25892026-03-25T16:36:26.531Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25902026-03-25T16:36:26.668Z Compiling typify-impl v0.4.3
25912026-03-25T16:36:26.796Z Checking camino-tempfile v1.4.1
25922026-03-25T16:36:26.875Z Checking num-rational v0.4.2
25932026-03-25T16:36:27.144Z Checking half v2.7.1
25942026-03-25T16:36:27.253Z Compiling thiserror-impl-no-std v2.0.2
25952026-03-25T16:36:27.295Z Checking universal-hash v0.5.1
25962026-03-25T16:36:27.360Z Checking num-complex v0.4.6
25972026-03-25T16:36:27.412Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25982026-03-25T16:36:27.653Z Checking opaque-debug v0.3.1
25992026-03-25T16:36:27.668Z Checking ciborium-io v0.2.2
26002026-03-25T16:36:27.692Z Checking num v0.4.3
26012026-03-25T16:36:27.728Z Checking poly1305 v0.8.0
26022026-03-25T16:36:27.761Z Checking ciborium-ll v0.2.2
26032026-03-25T16:36:27.881Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26042026-03-25T16:36:27.884Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26052026-03-25T16:36:27.967Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26062026-03-25T16:36:28.015Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26072026-03-25T16:36:28.102Z Compiling typify v0.6.1
26082026-03-25T16:36:28.149Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
26092026-03-25T16:36:28.293Z Checking toml v0.8.23
26102026-03-25T16:36:28.307Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26112026-03-25T16:36:28.445Z Checking byte-wrapper v0.1.0
26122026-03-25T16:36:28.483Z Checking thiserror-no-std v2.0.2
26132026-03-25T16:36:28.497Z Checking password-hash v0.5.0
26142026-03-25T16:36:28.574Z Checking chacha20 v0.9.1
26152026-03-25T16:36:28.728Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26162026-03-25T16:36:28.773Z Compiling usdt-attr-macro v0.5.0
26172026-03-25T16:36:28.879Z Compiling usdt-macro v0.5.0
26182026-03-25T16:36:28.976Z Checking smf v0.2.3
26192026-03-25T16:36:29.216Z Checking blake2 v0.10.6
26202026-03-25T16:36:29.252Z Checking aead v0.5.2
26212026-03-25T16:36:29.382Z Checking sigpipe v0.1.3
26222026-03-25T16:36:29.398Z Checking memmap v0.7.0
26232026-03-25T16:36:29.474Z Compiling num-derive v0.4.2
26242026-03-25T16:36:29.534Z Checking float-ord v0.3.2
26252026-03-25T16:36:29.560Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26262026-03-25T16:36:29.607Z Checking glob v0.3.3
26272026-03-25T16:36:29.642Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26282026-03-25T16:36:29.765Z Checking usdt v0.5.0
26292026-03-25T16:36:29.791Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26302026-03-25T16:36:29.935Z Checking argon2 v0.5.3
26312026-03-25T16:36:29.950Z Checking chacha20poly1305 v0.10.1
26322026-03-25T16:36:30.076Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26332026-03-25T16:36:30.092Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26342026-03-25T16:36:30.278Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26352026-03-25T16:36:30.305Z Checking vsss-rs v3.3.4
26362026-03-25T16:36:30.393Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26372026-03-25T16:36:30.624Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26382026-03-25T16:36:30.786Z Compiling progenitor-impl v0.13.0
26392026-03-25T16:36:31.037Z Checking ciborium v0.2.2
26402026-03-25T16:36:31.062Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26412026-03-25T16:36:31.150Z Compiling typify-macro v0.4.3
26422026-03-25T16:36:31.165Z Checking indent_write v2.2.0
26432026-03-25T16:36:31.297Z Compiling semver v0.1.20
26442026-03-25T16:36:31.311Z Checking whoami v1.6.1
26452026-03-25T16:36:31.398Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26462026-03-25T16:36:31.454Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26472026-03-25T16:36:31.505Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26482026-03-25T16:36:31.582Z Compiling rustc_version v0.1.7
26492026-03-25T16:36:31.813Z Compiling pin-project-internal v1.1.11
26502026-03-25T16:36:32.235Z Checking linked-hash-map v0.5.6
26512026-03-25T16:36:32.414Z Compiling minimal-lexical v0.2.1
26522026-03-25T16:36:32.487Z Checking swrite v0.1.0
26532026-03-25T16:36:32.543Z Checking lru-cache v0.1.2
26542026-03-25T16:36:32.585Z Compiling newtype_derive v0.1.6
26552026-03-25T16:36:32.670Z Compiling nom v7.1.3
26562026-03-25T16:36:32.875Z Compiling typify v0.4.3
26572026-03-25T16:36:32.980Z Checking pin-project v1.1.11
26582026-03-25T16:36:32.996Z Checking newline-converter v0.3.0
26592026-03-25T16:36:33.084Z Checking atomicwrites v0.4.4
26602026-03-25T16:36:33.111Z Checking hickory-proto v0.24.4
26612026-03-25T16:36:33.220Z Checking phf_shared v0.12.1
26622026-03-25T16:36:33.269Z Checking console v0.15.11
26632026-03-25T16:36:33.369Z Checking pem v3.0.6
26642026-03-25T16:36:33.417Z Compiling progenitor-macro v0.13.0
26652026-03-25T16:36:33.533Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26662026-03-25T16:36:33.552Z Checking csv-core v0.1.13
26672026-03-25T16:36:33.739Z Compiling snafu-derive v0.8.9
26682026-03-25T16:36:33.998Z Compiling async-recursion v1.1.1
26692026-03-25T16:36:34.072Z Compiling derive-where v1.6.0
26702026-03-25T16:36:34.657Z Compiling slog-dtrace v0.3.0
26712026-03-25T16:36:34.856Z Checking resolv-conf v0.7.6
26722026-03-25T16:36:34.918Z Checking highway v1.3.0
26732026-03-25T16:36:35.043Z Checking same-file v1.0.6
26742026-03-25T16:36:35.151Z Compiling cancel-safe-futures v0.1.5
26752026-03-25T16:36:35.169Z Compiling owo-colors v4.3.0
26762026-03-25T16:36:35.368Z Compiling chrono-tz v0.10.4
26772026-03-25T16:36:35.396Z Checking unicode-width v0.1.14
26782026-03-25T16:36:35.443Z Checking walkdir v2.5.0
26792026-03-25T16:36:35.542Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26802026-03-25T16:36:35.579Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26812026-03-25T16:36:35.612Z Checking hickory-resolver v0.24.4
26822026-03-25T16:36:35.648Z Compiling const_format_proc_macros v0.2.34
26832026-03-25T16:36:35.663Z Checking snafu v0.8.9
26842026-03-25T16:36:35.960Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26852026-03-25T16:36:36.339Z Checking csv v1.4.0
26862026-03-25T16:36:36.430Z Checking expectorate v1.2.0
26872026-03-25T16:36:36.445Z Checking phf v0.12.1
26882026-03-25T16:36:36.510Z Compiling progenitor-impl v0.10.0
26892026-03-25T16:36:36.586Z Checking tokio-dtrace v0.1.1
26902026-03-25T16:36:36.615Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26912026-03-25T16:36:36.703Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26922026-03-25T16:36:36.776Z Checking globset v0.4.18
26932026-03-25T16:36:36.959Z Checking olpc-cjson v0.1.4
26942026-03-25T16:36:36.976Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26952026-03-25T16:36:37.042Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
26962026-03-25T16:36:37.103Z Checking libsw-core v0.3.2
26972026-03-25T16:36:37.225Z Checking serde_plain v1.0.2
26982026-03-25T16:36:37.257Z Checking arc-swap v1.8.2
26992026-03-25T16:36:37.297Z Compiling lzma-sys v0.1.20
27002026-03-25T16:36:37.483Z Checking utf-8 v0.7.6
27012026-03-25T16:36:37.588Z Checking typed-path v0.9.3
27022026-03-25T16:36:37.623Z Checking bytecount v0.6.9
27032026-03-25T16:36:37.712Z Checking tungstenite v0.21.0
27042026-03-25T16:36:37.733Z Checking papergrid v0.11.0
27052026-03-25T16:36:38.157Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27062026-03-25T16:36:38.331Z Checking progenitor v0.13.0
27072026-03-25T16:36:38.347Z Checking slog-scope v4.4.1
27082026-03-25T16:36:38.374Z Checking libsw v3.5.0
27092026-03-25T16:36:38.412Z Checking tough v0.20.0
27102026-03-25T16:36:38.472Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27112026-03-25T16:36:38.487Z Checking oxide-tokio-rt v0.1.3
27122026-03-25T16:36:38.529Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27132026-03-25T16:36:38.952Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27142026-03-25T16:36:39.161Z Compiling progenitor-macro v0.10.0
27152026-03-25T16:36:39.289Z Checking const_format v0.2.35
27162026-03-25T16:36:39.641Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27172026-03-25T16:36:40.035Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27182026-03-25T16:36:40.055Z Checking qorb v0.4.1
27192026-03-25T16:36:40.479Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27202026-03-25T16:36:40.521Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27212026-03-25T16:36:40.605Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27222026-03-25T16:36:40.687Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27232026-03-25T16:36:40.984Z Compiling cargo_toml v0.22.3
27242026-03-25T16:36:41.034Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27252026-03-25T16:36:41.051Z Checking gethostname v0.5.0
27262026-03-25T16:36:41.093Z Compiling tabled_derive v0.7.0
27272026-03-25T16:36:41.144Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27282026-03-25T16:36:41.230Z Checking bcs v0.1.6
27292026-03-25T16:36:41.322Z Checking linear-map v1.2.0
27302026-03-25T16:36:41.385Z Checking unicode-linebreak v0.1.5
27312026-03-25T16:36:41.469Z Checking smawk v0.3.2
27322026-03-25T16:36:41.497Z Checking termtree v0.5.1
27332026-03-25T16:36:41.604Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27342026-03-25T16:36:41.607Z Checking textwrap v0.16.2
27352026-03-25T16:36:41.641Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27362026-03-25T16:36:41.843Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27372026-03-25T16:36:42.057Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27382026-03-25T16:36:42.072Z Checking tabled v0.15.0
27392026-03-25T16:36:42.246Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27402026-03-25T16:36:42.944Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27412026-03-25T16:36:42.961Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27422026-03-25T16:36:43.182Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27432026-03-25T16:36:43.296Z Checking steno v0.4.1
27442026-03-25T16:36:43.365Z Checking slog-stdlog v4.1.1
27452026-03-25T16:36:43.496Z Checking typeid v1.0.3
27462026-03-25T16:36:43.607Z Checking tokio-tungstenite v0.21.0
27472026-03-25T16:36:43.724Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27482026-03-25T16:36:43.883Z Checking base64 v0.21.7
27492026-03-25T16:36:43.898Z Checking humantime v2.3.0
27502026-03-25T16:36:44.084Z Checking xz2 v0.1.7
27512026-03-25T16:36:44.087Z Checking progenitor v0.10.0
27522026-03-25T16:36:44.131Z Checking ron v0.12.0
27532026-03-25T16:36:44.248Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27542026-03-25T16:36:44.263Z Checking slog-envlogger v2.2.0
27552026-03-25T16:36:44.311Z Checking yasna v0.5.2
27562026-03-25T16:36:44.415Z Checking headers-core v0.3.0
27572026-03-25T16:36:44.530Z Checking filetime v0.2.27
27582026-03-25T16:36:44.584Z Checking xattr v1.6.1
27592026-03-25T16:36:44.630Z Checking base16ct v1.0.0
27602026-03-25T16:36:44.670Z Checking headers v0.4.1
27612026-03-25T16:36:44.698Z Checking rcgen v0.12.1
27622026-03-25T16:36:44.719Z Checking tar v0.4.44
27632026-03-25T16:36:44.762Z Checking subprocess v0.2.15
27642026-03-25T16:36:49.792Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652026-03-25T16:36:55.666Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27662026-03-25T16:36:56.967Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27672026-03-25T16:36:58.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.39s
27682026-03-25T16:36:58.363Z
27692026-03-25T16:36:58.363Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/268)
27702026-03-25T16:36:58.923Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-03-25T16:36:58.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-03-25T16:36:59.113Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27732026-03-25T16:37:00.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
27742026-03-25T16:37:00.632Z
27752026-03-25T16:37:00.632Zinfo: running `cargo check --bins` on nexus-config (51/268)
27762026-03-25T16:37:01.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-03-25T16:37:01.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-03-25T16:37:01.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27792026-03-25T16:37:01.179Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27802026-03-25T16:37:01.270Z
27812026-03-25T16:37:01.270Zinfo: running `cargo check --bins` on nexus-types (52/268)
27822026-03-25T16:37:01.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27832026-03-25T16:37:01.809Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27842026-03-25T16:37:01.809Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27852026-03-25T16:37:01.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27862026-03-25T16:37:01.904Z
27872026-03-25T16:37:01.904Zinfo: running `cargo check --bins` on clickhouse-admin-types (53/268)
27882026-03-25T16:37:02.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27892026-03-25T16:37:02.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27902026-03-25T16:37:02.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27912026-03-25T16:37:02.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27922026-03-25T16:37:02.506Z
27932026-03-25T16:37:02.507Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (54/268)
27942026-03-25T16:37:03.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27952026-03-25T16:37:03.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27962026-03-25T16:37:03.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27972026-03-25T16:37:03.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27982026-03-25T16:37:03.117Z
27992026-03-25T16:37:03.117Zinfo: running `cargo check --bins` on cockroach-admin-types (55/268)
28002026-03-25T16:37:03.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28012026-03-25T16:37:03.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28022026-03-25T16:37:03.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28032026-03-25T16:37:03.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28042026-03-25T16:37:03.700Z
28052026-03-25T16:37:03.700Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (56/268)
28062026-03-25T16:37:04.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28072026-03-25T16:37:04.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28082026-03-25T16:37:04.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28092026-03-25T16:37:04.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28102026-03-25T16:37:04.290Z
28112026-03-25T16:37:04.290Zinfo: running `cargo check --bins` on ereport-types (57/268)
28122026-03-25T16:37:04.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28132026-03-25T16:37:04.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28142026-03-25T16:37:04.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28152026-03-25T16:37:04.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28162026-03-25T16:37:04.883Z
28172026-03-25T16:37:04.883Zinfo: running `cargo check --bins` on gateway-client (58/268)
28182026-03-25T16:37:05.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28192026-03-25T16:37:05.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28202026-03-25T16:37:05.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28212026-03-25T16:37:05.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28222026-03-25T16:37:05.484Z
28232026-03-25T16:37:05.484Zinfo: running `cargo check --bins --no-default-features` on gateway-types (59/268)
28242026-03-25T16:37:05.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28252026-03-25T16:37:05.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28262026-03-25T16:37:05.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28272026-03-25T16:37:05.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28282026-03-25T16:37:06.084Z
28292026-03-25T16:37:06.084Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (60/268)
28302026-03-25T16:37:06.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28312026-03-25T16:37:06.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28322026-03-25T16:37:06.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28332026-03-25T16:37:06.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28342026-03-25T16:37:06.674Z
28352026-03-25T16:37:06.674Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (61/268)
28362026-03-25T16:37:07.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28372026-03-25T16:37:07.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28382026-03-25T16:37:07.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28392026-03-25T16:37:07.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28402026-03-25T16:37:07.267Z
28412026-03-25T16:37:07.267Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (62/268)
28422026-03-25T16:37:07.771Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28432026-03-25T16:37:07.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28442026-03-25T16:37:07.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28452026-03-25T16:37:07.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28462026-03-25T16:37:07.861Z
28472026-03-25T16:37:07.861Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (63/268)
28482026-03-25T16:37:08.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28492026-03-25T16:37:08.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28502026-03-25T16:37:08.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28512026-03-25T16:37:08.380Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28522026-03-25T16:37:08.473Z
28532026-03-25T16:37:08.473Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (64/268)
28542026-03-25T16:37:08.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28552026-03-25T16:37:08.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28562026-03-25T16:37:08.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28572026-03-25T16:37:08.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28582026-03-25T16:37:09.081Z
28592026-03-25T16:37:09.081Zinfo: running `cargo check --bins` on key-manager-types (65/268)
28602026-03-25T16:37:09.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612026-03-25T16:37:09.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622026-03-25T16:37:09.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28632026-03-25T16:37:09.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28642026-03-25T16:37:09.668Z
28652026-03-25T16:37:09.668Zinfo: running `cargo check --bins` on oxlog (66/268)
28662026-03-25T16:37:10.160Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672026-03-25T16:37:10.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682026-03-25T16:37:10.277Z Compiling newtype-uuid v1.3.2
28692026-03-25T16:37:10.486Z Compiling daft v0.1.5
28702026-03-25T16:37:10.678Z Compiling iddqd v0.3.17
28712026-03-25T16:37:11.585Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28722026-03-25T16:37:11.814Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28732026-03-25T16:37:12.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.42s
28742026-03-25T16:37:12.260Z
28752026-03-25T16:37:12.260Zinfo: running `cargo check --bins` on internal-dns-types (67/268)
28762026-03-25T16:37:12.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-03-25T16:37:12.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-03-25T16:37:12.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28792026-03-25T16:37:12.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28802026-03-25T16:37:12.856Z
28812026-03-25T16:37:12.856Zinfo: running `cargo check --bins` on internal-dns-types-versions (68/268)
28822026-03-25T16:37:13.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-03-25T16:37:13.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-03-25T16:37:13.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28852026-03-25T16:37:13.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28862026-03-25T16:37:13.462Z
28872026-03-25T16:37:13.462Zinfo: running `cargo check --bins` on nexus-types-versions (69/268)
28882026-03-25T16:37:13.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-03-25T16:37:13.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-03-25T16:37:13.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-03-25T16:37:13.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28922026-03-25T16:37:14.085Z
28932026-03-25T16:37:14.085Zinfo: running `cargo check --bins` on omicron-passwords (70/268)
28942026-03-25T16:37:14.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-03-25T16:37:14.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-03-25T16:37:14.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28972026-03-25T16:37:14.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
28982026-03-25T16:37:14.668Z
28992026-03-25T16:37:14.669Zinfo: running `cargo check --bins` on oxql-types (71/268)
29002026-03-25T16:37:15.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012026-03-25T16:37:15.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022026-03-25T16:37:15.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29032026-03-25T16:37:15.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29042026-03-25T16:37:15.273Z
29052026-03-25T16:37:15.273Zinfo: running `cargo check --bins` on oximeter-types (72/268)
29062026-03-25T16:37:15.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-03-25T16:37:15.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-03-25T16:37:15.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-03-25T16:37:15.783Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29102026-03-25T16:37:15.870Z
29112026-03-25T16:37:15.870Zinfo: running `cargo check --bins` on oximeter-types-versions (73/268)
29122026-03-25T16:37:16.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-03-25T16:37:16.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-03-25T16:37:16.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-03-25T16:37:16.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29162026-03-25T16:37:16.472Z
29172026-03-25T16:37:16.472Zinfo: running `cargo check --bins` on oximeter-macro-impl (74/268)
29182026-03-25T16:37:16.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-03-25T16:37:16.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-03-25T16:37:16.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-03-25T16:37:16.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29222026-03-25T16:37:17.058Z
29232026-03-25T16:37:17.058Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (75/268)
29242026-03-25T16:37:17.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-03-25T16:37:17.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-03-25T16:37:17.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-03-25T16:37:17.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29282026-03-25T16:37:17.673Z
29292026-03-25T16:37:17.673Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (76/268)
29302026-03-25T16:37:18.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-03-25T16:37:18.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-03-25T16:37:18.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-03-25T16:37:18.199Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29342026-03-25T16:37:18.294Z
29352026-03-25T16:37:18.294Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (77/268)
29362026-03-25T16:37:18.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-03-25T16:37:18.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-03-25T16:37:18.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-03-25T16:37:18.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29402026-03-25T16:37:18.914Z
29412026-03-25T16:37:18.914Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (78/268)
29422026-03-25T16:37:19.434Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-03-25T16:37:19.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-03-25T16:37:19.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-03-25T16:37:19.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29462026-03-25T16:37:19.534Z
29472026-03-25T16:37:19.534Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (79/268)
29482026-03-25T16:37:20.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-03-25T16:37:20.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-03-25T16:37:20.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-03-25T16:37:20.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29522026-03-25T16:37:20.124Z
29532026-03-25T16:37:20.124Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (80/268)
29542026-03-25T16:37:20.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-03-25T16:37:20.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-03-25T16:37:20.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572026-03-25T16:37:20.627Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29582026-03-25T16:37:20.714Z
29592026-03-25T16:37:20.714Zinfo: running `cargo check --bins --no-default-features` on gfss (81/268)
29602026-03-25T16:37:21.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612026-03-25T16:37:21.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622026-03-25T16:37:21.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29632026-03-25T16:37:21.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29642026-03-25T16:37:21.303Z
29652026-03-25T16:37:21.303Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (82/268)
29662026-03-25T16:37:21.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672026-03-25T16:37:21.804Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682026-03-25T16:37:21.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29692026-03-25T16:37:21.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29702026-03-25T16:37:21.889Z
29712026-03-25T16:37:21.889Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (83/268)
29722026-03-25T16:37:22.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732026-03-25T16:37:22.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742026-03-25T16:37:22.544Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29752026-03-25T16:37:23.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s
29762026-03-25T16:37:23.257Z
29772026-03-25T16:37:23.257Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (84/268)
29782026-03-25T16:37:23.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792026-03-25T16:37:23.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802026-03-25T16:37:23.933Z Compiling ar_archive_writer v0.5.1
29812026-03-25T16:37:24.044Z Compiling stacker v0.1.23
29822026-03-25T16:37:24.044Z Compiling cfg_aliases v0.1.1
29832026-03-25T16:37:24.060Z Compiling convert_case v0.10.0
29842026-03-25T16:37:24.068Z Checking fd-lock v4.0.4
29852026-03-25T16:37:24.068Z Checking nibble_vec v0.1.0
29862026-03-25T16:37:24.071Z Checking vte v0.14.1
29872026-03-25T16:37:24.071Z Compiling recursive-proc-macro-impl v0.1.1
29882026-03-25T16:37:24.110Z Compiling nix v0.28.0
29892026-03-25T16:37:24.184Z Checking endian-type v0.1.2
29902026-03-25T16:37:24.198Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29912026-03-25T16:37:24.245Z Checking strip-ansi-escapes v0.2.1
29922026-03-25T16:37:24.301Z Compiling peg-macros v0.8.5
29932026-03-25T16:37:24.314Z Checking radix_trie v0.2.1
29942026-03-25T16:37:24.345Z Checking winnow v0.6.26
29952026-03-25T16:37:24.356Z Compiling derive_more-impl v2.1.1
29962026-03-25T16:37:24.491Z Compiling sqlparser_derive v0.5.0
29972026-03-25T16:37:24.525Z Checking nu-ansi-term v0.50.3
29982026-03-25T16:37:24.657Z Checking home v0.5.12
29992026-03-25T16:37:24.727Z Checking unicode_categories v0.1.1
30002026-03-25T16:37:24.763Z Checking reedline v0.40.0
30012026-03-25T16:37:24.878Z Compiling psm v0.1.30
30022026-03-25T16:37:24.912Z Checking display-error-chain v0.2.2
30032026-03-25T16:37:25.156Z Checking derive_more v2.1.1
30042026-03-25T16:37:25.235Z Checking crossterm v0.29.0
30052026-03-25T16:37:25.431Z Checking rustyline v14.0.0
30062026-03-25T16:37:25.452Z Checking sqlformat v0.3.5
30072026-03-25T16:37:25.470Z Checking peg v0.8.5
30082026-03-25T16:37:25.596Z Checking recursive v0.1.1
30092026-03-25T16:37:25.688Z Checking sqlparser v0.61.0
30102026-03-25T16:37:36.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.47s
30112026-03-25T16:37:36.913Z
30122026-03-25T16:37:36.913Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (85/268)
30132026-03-25T16:37:37.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-03-25T16:37:37.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-03-25T16:37:37.585Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30162026-03-25T16:37:40.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
30172026-03-25T16:37:41.189Z
30182026-03-25T16:37:41.190Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (86/268)
30192026-03-25T16:37:41.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-03-25T16:37:41.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-03-25T16:37:41.855Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30222026-03-25T16:37:44.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
30232026-03-25T16:37:44.462Z
30242026-03-25T16:37:44.462Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (87/268)
30252026-03-25T16:37:44.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-03-25T16:37:44.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-03-25T16:37:45.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30282026-03-25T16:37:48.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.85s
30292026-03-25T16:37:48.508Z
30302026-03-25T16:37:48.509Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (88/268)
30312026-03-25T16:37:49.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-03-25T16:37:49.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-03-25T16:37:49.181Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30342026-03-25T16:37:52.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.84s
30352026-03-25T16:37:52.564Z
30362026-03-25T16:37:52.565Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (89/268)
30372026-03-25T16:37:53.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-03-25T16:37:53.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-03-25T16:37:53.242Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30402026-03-25T16:37:55.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
30412026-03-25T16:37:55.990Z
30422026-03-25T16:37:55.990Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (90/268)
30432026-03-25T16:37:56.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-03-25T16:37:56.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-03-25T16:37:56.662Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30462026-03-25T16:37:59.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
30472026-03-25T16:37:59.451Z
30482026-03-25T16:37:59.452Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (91/268)
30492026-03-25T16:37:59.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-03-25T16:37:59.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-03-25T16:38:00.129Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30522026-03-25T16:38:03.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
30532026-03-25T16:38:03.708Z
30542026-03-25T16:38:03.708Zinfo: running `cargo check --bins` on oximeter (92/268)
30552026-03-25T16:38:04.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-03-25T16:38:04.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-03-25T16:38:04.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-03-25T16:38:04.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30592026-03-25T16:38:04.312Z
30602026-03-25T16:38:04.312Zinfo: running `cargo check --bins` on oximeter-schema (93/268)
30612026-03-25T16:38:04.816Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-25T16:38:04.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-25T16:38:04.948Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30642026-03-25T16:38:05.113Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30652026-03-25T16:38:05.113Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-03-25T16:38:05.453Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30672026-03-25T16:38:08.823Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30682026-03-25T16:38:09.143Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30692026-03-25T16:38:10.216Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30702026-03-25T16:38:10.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.57s
30712026-03-25T16:38:11.074Z
30722026-03-25T16:38:11.074Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (94/268)
30732026-03-25T16:38:11.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-25T16:38:11.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-25T16:38:11.585Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-25T16:38:11.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30772026-03-25T16:38:11.673Z
30782026-03-25T16:38:11.673Zinfo: running `cargo check --bins` on oximeter-test-utils (95/268)
30792026-03-25T16:38:12.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-25T16:38:12.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-25T16:38:12.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-25T16:38:12.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
30832026-03-25T16:38:12.324Z
30842026-03-25T16:38:12.324Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (96/268)
30852026-03-25T16:38:12.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-25T16:38:12.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-25T16:38:12.850Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-25T16:38:12.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30892026-03-25T16:38:12.947Z
30902026-03-25T16:38:12.947Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (97/268)
30912026-03-25T16:38:13.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-25T16:38:13.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-25T16:38:13.476Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-25T16:38:13.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30952026-03-25T16:38:13.568Z
30962026-03-25T16:38:13.568Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (98/268)
30972026-03-25T16:38:15.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-25T16:38:15.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-25T16:38:15.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-25T16:38:15.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31012026-03-25T16:38:15.990Z
31022026-03-25T16:38:15.990Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (99/268)
31032026-03-25T16:38:15.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-25T16:38:15.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-25T16:38:15.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-25T16:38:15.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31072026-03-25T16:38:15.990Z
31082026-03-25T16:38:15.990Zinfo: running `cargo check --bins` on trust-quorum-types (100/268)
31092026-03-25T16:38:15.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-25T16:38:15.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-25T16:38:15.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-25T16:38:15.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31132026-03-25T16:38:15.990Z
31142026-03-25T16:38:15.990Zinfo: running `cargo check --bins` on trust-quorum-test-utils (101/268)
31152026-03-25T16:38:15.990Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-25T16:38:15.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-25T16:38:15.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182026-03-25T16:38:15.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31192026-03-25T16:38:16.020Z
31202026-03-25T16:38:16.020Zinfo: running `cargo check --bins` on update-engine (102/268)
31212026-03-25T16:38:17.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222026-03-25T16:38:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232026-03-25T16:38:17.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31242026-03-25T16:38:17.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31252026-03-25T16:38:17.599Z
31262026-03-25T16:38:17.599Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/268)
31272026-03-25T16:38:17.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31282026-03-25T16:38:17.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31292026-03-25T16:38:17.599Z Checking dropshot-api-manager-types v0.6.0
31302026-03-25T16:38:17.599Z Checking nanorand v0.7.0
31312026-03-25T16:38:17.599Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31322026-03-25T16:38:17.599Z Checking flume v0.11.1
31332026-03-25T16:38:18.110Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31342026-03-25T16:38:19.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
31352026-03-25T16:38:19.065Z
31362026-03-25T16:38:19.065Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/268)
31372026-03-25T16:38:19.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-25T16:38:20.218Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-25T16:38:20.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-25T16:38:20.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31412026-03-25T16:38:20.218Z
31422026-03-25T16:38:20.218Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/268)
31432026-03-25T16:38:20.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-25T16:38:20.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-25T16:38:20.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-25T16:38:20.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31472026-03-25T16:38:20.277Z
31482026-03-25T16:38:20.277Zinfo: running `cargo check --bins` on bootstrap-agent-client (106/268)
31492026-03-25T16:38:20.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-25T16:38:20.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-25T16:38:20.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-25T16:38:20.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31532026-03-25T16:38:20.810Z
31542026-03-25T16:38:20.810Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (107/268)
31552026-03-25T16:38:21.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-25T16:38:21.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-25T16:38:21.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-25T16:38:21.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31592026-03-25T16:38:21.396Z
31602026-03-25T16:38:21.397Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (108/268)
31612026-03-25T16:38:21.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-25T16:38:21.902Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-25T16:38:21.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-25T16:38:21.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31652026-03-25T16:38:21.992Z
31662026-03-25T16:38:21.993Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (109/268)
31672026-03-25T16:38:22.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-25T16:38:22.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-25T16:38:22.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-25T16:38:22.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31712026-03-25T16:38:22.627Z
31722026-03-25T16:38:22.628Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (110/268)
31732026-03-25T16:38:23.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-25T16:38:23.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-25T16:38:23.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-25T16:38:23.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31772026-03-25T16:38:23.205Z
31782026-03-25T16:38:23.205Zinfo: running `cargo check --bins` on cockroach-admin-client (111/268)
31792026-03-25T16:38:23.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-25T16:38:23.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-25T16:38:23.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-25T16:38:23.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31832026-03-25T16:38:23.800Z
31842026-03-25T16:38:23.800Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (112/268)
31852026-03-25T16:38:24.312Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-25T16:38:24.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-25T16:38:24.320Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-25T16:38:24.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31892026-03-25T16:38:24.407Z
31902026-03-25T16:38:24.407Zinfo: running `cargo check --bins` on dns-service-client (113/268)
31912026-03-25T16:38:24.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-25T16:38:24.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-25T16:38:24.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-25T16:38:24.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31952026-03-25T16:38:25.011Z
31962026-03-25T16:38:25.011Zinfo: running `cargo check --bins` on installinator-client (114/268)
31972026-03-25T16:38:25.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-25T16:38:25.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-25T16:38:25.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-25T16:38:25.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32012026-03-25T16:38:25.617Z
32022026-03-25T16:38:25.617Zinfo: running `cargo check --bins` on nexus-client (115/268)
32032026-03-25T16:38:26.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-25T16:38:26.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-25T16:38:26.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-25T16:38:26.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32072026-03-25T16:38:26.254Z
32082026-03-25T16:38:26.254Zinfo: running `cargo check --bins` on nexus-lockstep-client (116/268)
32092026-03-25T16:38:26.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-25T16:38:26.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-25T16:38:26.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-25T16:38:26.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32132026-03-25T16:38:26.883Z
32142026-03-25T16:38:26.883Zinfo: running `cargo check --bins` on ntp-admin-client (117/268)
32152026-03-25T16:38:27.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-25T16:38:27.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-25T16:38:27.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-25T16:38:27.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32192026-03-25T16:38:27.476Z
32202026-03-25T16:38:27.476Zinfo: running `cargo check --bins` on oxide-client (118/268)
32212026-03-25T16:38:27.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-25T16:38:27.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-25T16:38:27.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-25T16:38:27.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32252026-03-25T16:38:28.076Z
32262026-03-25T16:38:28.076Zinfo: running `cargo check --bins` on oximeter-client (119/268)
32272026-03-25T16:38:28.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-25T16:38:28.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-25T16:38:28.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-25T16:38:28.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32312026-03-25T16:38:28.671Z
32322026-03-25T16:38:28.671Zinfo: running `cargo check --bins` on repo-depot-client (120/268)
32332026-03-25T16:38:29.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-25T16:38:29.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-25T16:38:29.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-25T16:38:29.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32372026-03-25T16:38:29.257Z
32382026-03-25T16:38:29.257Zinfo: running `cargo check --bins` on sled-agent-client (121/268)
32392026-03-25T16:38:29.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-25T16:38:29.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-25T16:38:29.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-25T16:38:29.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32432026-03-25T16:38:29.874Z
32442026-03-25T16:38:29.874Zinfo: running `cargo check --bins` on wicketd-client (122/268)
32452026-03-25T16:38:30.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-25T16:38:30.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-25T16:38:30.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-25T16:38:30.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32492026-03-25T16:38:30.493Z
32502026-03-25T16:38:30.493Zinfo: running `cargo check --bins` on installinator-common (123/268)
32512026-03-25T16:38:31.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-25T16:38:31.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-25T16:38:31.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-25T16:38:31.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32552026-03-25T16:38:31.108Z
32562026-03-25T16:38:31.108Zinfo: running `cargo check --bins` on installinator-common-versions (124/268)
32572026-03-25T16:38:31.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-25T16:38:31.605Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-25T16:38:31.605Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32602026-03-25T16:38:31.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32612026-03-25T16:38:31.696Z
32622026-03-25T16:38:31.696Zinfo: running `cargo check --bins` on wicket-common (125/268)
32632026-03-25T16:38:32.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32642026-03-25T16:38:32.225Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32652026-03-25T16:38:32.225Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32662026-03-25T16:38:32.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32672026-03-25T16:38:32.318Z
32682026-03-25T16:38:32.318Zinfo: running `cargo check --bins` on omicron-cockroach-admin (126/268)
32692026-03-25T16:38:32.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32702026-03-25T16:38:32.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32712026-03-25T16:38:32.987Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32722026-03-25T16:38:32.991Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32732026-03-25T16:38:32.991Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32742026-03-25T16:38:33.098Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32752026-03-25T16:38:33.109Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32762026-03-25T16:38:33.230Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32772026-03-25T16:38:33.254Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32782026-03-25T16:38:33.458Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32792026-03-25T16:38:33.458Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32802026-03-25T16:38:35.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
32812026-03-25T16:38:35.783Z
32822026-03-25T16:38:35.784Zinfo: running `cargo check --bins` on cockroach-admin-api (127/268)
32832026-03-25T16:38:36.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-25T16:38:36.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-25T16:38:36.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-03-25T16:38:36.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32872026-03-25T16:38:36.381Z
32882026-03-25T16:38:36.382Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (128/268)
32892026-03-25T16:38:36.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-03-25T16:38:36.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-03-25T16:38:36.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32922026-03-25T16:38:36.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32932026-03-25T16:38:37.068Z
32942026-03-25T16:38:37.068Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (129/268)
32952026-03-25T16:38:37.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32962026-03-25T16:38:37.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32972026-03-25T16:38:37.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32982026-03-25T16:38:37.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s
32992026-03-25T16:38:37.759Z
33002026-03-25T16:38:37.759Zinfo: running `cargo check --bins` on dns-server (130/268)
33012026-03-25T16:38:38.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33022026-03-25T16:38:38.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33032026-03-25T16:38:38.425Z Compiling parking_lot_core v0.8.6
33042026-03-25T16:38:38.425Z Compiling git-stub v1.0.0
33052026-03-25T16:38:38.425Z Compiling atomicwrites v0.4.4
33062026-03-25T16:38:38.428Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33072026-03-25T16:38:38.555Z Checking tagptr v0.2.0
33082026-03-25T16:38:38.564Z Checking prefix-trie v0.7.0
33092026-03-25T16:38:38.566Z Checking fxhash v0.2.1
33102026-03-25T16:38:38.585Z Checking hickory-client v0.25.2
33112026-03-25T16:38:38.684Z Compiling git-stub-vcs v0.1.0
33122026-03-25T16:38:38.686Z Checking moka v0.12.13
33132026-03-25T16:38:38.871Z Checking hickory-server v0.25.2
33142026-03-25T16:38:38.947Z Checking parking_lot v0.11.2
33152026-03-25T16:38:38.966Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33162026-03-25T16:38:39.049Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33172026-03-25T16:38:39.052Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33182026-03-25T16:38:39.052Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33192026-03-25T16:38:39.120Z Checking sled v0.34.7
33202026-03-25T16:38:39.290Z Checking hickory-resolver v0.25.2
33212026-03-25T16:38:41.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
33222026-03-25T16:38:41.350Z
33232026-03-25T16:38:41.350Zinfo: running `cargo check --bins` on dns-server-api (131/268)
33242026-03-25T16:38:41.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-03-25T16:38:41.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-03-25T16:38:41.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33272026-03-25T16:38:41.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33282026-03-25T16:38:41.955Z
33292026-03-25T16:38:41.955Zinfo: running `cargo check --bins` on gateway-test-utils (132/268)
33302026-03-25T16:38:42.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33312026-03-25T16:38:42.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33322026-03-25T16:38:42.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33332026-03-25T16:38:42.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
33342026-03-25T16:38:42.619Z
33352026-03-25T16:38:42.619Zinfo: running `cargo check --bins` on omicron-gateway (133/268)
33362026-03-25T16:38:43.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33372026-03-25T16:38:43.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33382026-03-25T16:38:43.375Z Compiling radium v0.7.0
33392026-03-25T16:38:43.493Z Compiling maybe-uninit v2.0.0
33402026-03-25T16:38:43.493Z Checking tap v1.0.1
33412026-03-25T16:38:43.511Z Compiling zerocopy-derive v0.6.6
33422026-03-25T16:38:43.514Z Checking funty v2.0.0
33432026-03-25T16:38:43.531Z Compiling packed_struct v0.10.1
33442026-03-25T16:38:43.534Z Checking crc-catalog v2.4.0
33452026-03-25T16:38:43.556Z Compiling packed_struct_codegen v0.10.1
33462026-03-25T16:38:43.590Z Checking wyz v0.5.1
33472026-03-25T16:38:43.618Z Checking crc v3.4.0
33482026-03-25T16:38:43.767Z Compiling bitfield-macros v0.19.4
33492026-03-25T16:38:43.789Z Compiling indexmap v1.9.3
33502026-03-25T16:38:43.856Z Checking nodrop v0.1.14
33512026-03-25T16:38:43.873Z Checking hashbrown v0.12.3
33522026-03-25T16:38:43.902Z Checking smallvec v0.6.14
33532026-03-25T16:38:43.917Z Checking bitvec v1.0.1
33542026-03-25T16:38:43.945Z Checking array-init v0.0.4
33552026-03-25T16:38:44.050Z Checking ron v0.8.1
33562026-03-25T16:38:44.110Z Checking hashbrown v0.13.2
33572026-03-25T16:38:44.240Z Checking serde-hex v0.1.0
33582026-03-25T16:38:44.335Z Checking zerocopy v0.6.6
33592026-03-25T16:38:44.462Z Checking bitfield v0.19.4
33602026-03-25T16:38:44.518Z Checking crc-any v2.5.0
33612026-03-25T16:38:44.563Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33622026-03-25T16:38:44.590Z Checking object v0.30.4
33632026-03-25T16:38:44.604Z Checking path-slash v0.1.5
33642026-03-25T16:38:44.622Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33652026-03-25T16:38:44.692Z Checking half v1.8.3
33662026-03-25T16:38:44.705Z Checking void v1.0.2
33672026-03-25T16:38:44.728Z Checking tungstenite v0.23.0
33682026-03-25T16:38:44.778Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33692026-03-25T16:38:44.804Z Checking lzss v0.8.2
33702026-03-25T16:38:44.882Z Checking serde_cbor v0.11.2
33712026-03-25T16:38:44.901Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33722026-03-25T16:38:44.935Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33732026-03-25T16:38:44.984Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33742026-03-25T16:38:45.046Z Checking nix v0.27.1
33752026-03-25T16:38:45.136Z Checking kstat-rs v0.2.4
33762026-03-25T16:38:45.253Z Checking serde_bytes v0.11.19
33772026-03-25T16:38:45.326Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33782026-03-25T16:38:45.345Z Checking tokio-tungstenite v0.23.1
33792026-03-25T16:38:45.428Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33802026-03-25T16:38:45.546Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33812026-03-25T16:38:45.603Z Checking signal-hook-tokio v0.3.1
33822026-03-25T16:38:46.219Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33832026-03-25T16:38:46.526Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33842026-03-25T16:38:48.705Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33852026-03-25T16:38:49.543Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-03-25T16:38:49.816Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33872026-03-25T16:38:50.880Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33882026-03-25T16:38:52.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.27s
33892026-03-25T16:38:53.099Z
33902026-03-25T16:38:53.099Zinfo: running `cargo check --bins` on gateway-api (134/268)
33912026-03-25T16:38:53.608Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-25T16:38:53.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-25T16:38:53.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-25T16:38:53.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33952026-03-25T16:38:53.708Z
33962026-03-25T16:38:53.708Zinfo: running `cargo check --bins` on ipcc (135/268)
33972026-03-25T16:38:54.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-25T16:38:54.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-25T16:38:54.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-25T16:38:54.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34012026-03-25T16:38:54.317Z
34022026-03-25T16:38:54.317Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/268)
34032026-03-25T16:38:54.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-25T16:38:54.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-25T16:38:54.816Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-25T16:38:54.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34072026-03-25T16:38:54.909Z
34082026-03-25T16:38:54.909Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (137/268)
34092026-03-25T16:38:55.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-25T16:38:55.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-25T16:38:55.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-25T16:38:55.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34132026-03-25T16:38:55.525Z
34142026-03-25T16:38:55.525Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/268)
34152026-03-25T16:38:56.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-25T16:38:56.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-25T16:38:56.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-25T16:38:56.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34192026-03-25T16:38:56.125Z
34202026-03-25T16:38:56.125Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/268)
34212026-03-25T16:38:56.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-25T16:38:56.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-25T16:38:56.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-25T16:38:56.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34252026-03-25T16:38:56.737Z
34262026-03-25T16:38:56.737Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/268)
34272026-03-25T16:38:57.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-25T16:38:57.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-25T16:38:57.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-25T16:38:57.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34312026-03-25T16:38:57.348Z
34322026-03-25T16:38:57.348Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/268)
34332026-03-25T16:38:57.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-25T16:38:57.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-25T16:38:57.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-25T16:38:57.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34372026-03-25T16:38:57.955Z
34382026-03-25T16:38:57.955Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/268)
34392026-03-25T16:38:58.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-25T16:38:58.475Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-25T16:38:58.475Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-25T16:38:58.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34432026-03-25T16:38:58.564Z
34442026-03-25T16:38:58.565Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/268)
34452026-03-25T16:38:59.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-25T16:38:59.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-25T16:38:59.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-25T16:38:59.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34492026-03-25T16:38:59.174Z
34502026-03-25T16:38:59.174Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/268)
34512026-03-25T16:38:59.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-25T16:38:59.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-25T16:38:59.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-25T16:38:59.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34552026-03-25T16:38:59.782Z
34562026-03-25T16:38:59.782Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/268)
34572026-03-25T16:39:00.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-25T16:39:00.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-25T16:39:00.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-25T16:39:00.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34612026-03-25T16:39:00.397Z
34622026-03-25T16:39:00.398Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/268)
34632026-03-25T16:39:00.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-25T16:39:00.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-25T16:39:00.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-03-25T16:39:00.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34672026-03-25T16:39:01.012Z
34682026-03-25T16:39:01.012Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/268)
34692026-03-25T16:39:01.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-25T16:39:01.533Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-25T16:39:01.533Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-03-25T16:39:01.536Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34732026-03-25T16:39:01.631Z
34742026-03-25T16:39:01.631Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (148/268)
34752026-03-25T16:39:02.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-25T16:39:02.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-25T16:39:02.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-25T16:39:02.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34792026-03-25T16:39:02.243Z
34802026-03-25T16:39:02.243Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (149/268)
34812026-03-25T16:39:02.757Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-25T16:39:02.760Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-25T16:39:02.760Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-25T16:39:02.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34852026-03-25T16:39:02.853Z
34862026-03-25T16:39:02.853Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (150/268)
34872026-03-25T16:39:03.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-25T16:39:03.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-25T16:39:03.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-25T16:39:03.373Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34912026-03-25T16:39:03.466Z
34922026-03-25T16:39:03.467Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (151/268)
34932026-03-25T16:39:03.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-25T16:39:03.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-25T16:39:03.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-25T16:39:03.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34972026-03-25T16:39:04.080Z
34982026-03-25T16:39:04.080Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (152/268)
34992026-03-25T16:39:04.592Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-25T16:39:04.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-25T16:39:04.596Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-25T16:39:04.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35032026-03-25T16:39:04.686Z
35042026-03-25T16:39:04.686Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (153/268)
35052026-03-25T16:39:05.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-25T16:39:05.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-25T16:39:05.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-25T16:39:05.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35092026-03-25T16:39:05.292Z
35102026-03-25T16:39:05.292Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (154/268)
35112026-03-25T16:39:05.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-25T16:39:05.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-25T16:39:05.810Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-25T16:39:05.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35152026-03-25T16:39:05.907Z
35162026-03-25T16:39:05.907Zinfo: running `cargo check --bins` on oximeter-producer (155/268)
35172026-03-25T16:39:06.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-25T16:39:06.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-25T16:39:06.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-03-25T16:39:06.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35212026-03-25T16:39:06.561Z
35222026-03-25T16:39:06.561Zinfo: running `cargo check --bins` on internal-dns-resolver (156/268)
35232026-03-25T16:39:07.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-25T16:39:07.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-25T16:39:07.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-03-25T16:39:07.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35272026-03-25T16:39:07.176Z
35282026-03-25T16:39:07.176Zinfo: running `cargo check --bins` on sp-sim (157/268)
35292026-03-25T16:39:07.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-25T16:39:07.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-25T16:39:07.909Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35322026-03-25T16:39:09.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s
35332026-03-25T16:39:09.840Z
35342026-03-25T16:39:09.840Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (158/268)
35352026-03-25T16:39:10.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-25T16:39:10.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-25T16:39:10.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-25T16:39:10.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35392026-03-25T16:39:10.501Z
35402026-03-25T16:39:10.501Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (159/268)
35412026-03-25T16:39:11.058Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-25T16:39:11.061Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-25T16:39:11.061Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-25T16:39:11.065Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35452026-03-25T16:39:11.174Z
35462026-03-25T16:39:11.174Zinfo: running `cargo check --bins` on db-macros (160/268)
35472026-03-25T16:39:11.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-25T16:39:11.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-25T16:39:11.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-25T16:39:11.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35512026-03-25T16:39:11.763Z
35522026-03-25T16:39:11.763Zinfo: running `cargo check --bins` on nexus-macros-common (161/268)
35532026-03-25T16:39:12.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-25T16:39:12.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-25T16:39:12.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-25T16:39:12.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35572026-03-25T16:39:12.360Z
35582026-03-25T16:39:12.360Zinfo: running `cargo check --bins` on nexus-auth (162/268)
35592026-03-25T16:39:12.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-25T16:39:12.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-25T16:39:12.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-25T16:39:12.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35632026-03-25T16:39:13.024Z
35642026-03-25T16:39:13.024Zinfo: running `cargo check --bins` on authz-macros (163/268)
35652026-03-25T16:39:13.525Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-25T16:39:13.528Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-25T16:39:13.528Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-25T16:39:13.532Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35692026-03-25T16:39:13.623Z
35702026-03-25T16:39:13.623Zinfo: running `cargo check --bins` on nexus-db-fixed-data (164/268)
35712026-03-25T16:39:14.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-25T16:39:14.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-25T16:39:14.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-25T16:39:14.175Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35752026-03-25T16:39:14.277Z
35762026-03-25T16:39:14.277Zinfo: running `cargo check --bins` on nexus-db-model (165/268)
35772026-03-25T16:39:14.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-25T16:39:14.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-25T16:39:14.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-25T16:39:14.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35812026-03-25T16:39:14.922Z
35822026-03-25T16:39:14.922Zinfo: running `cargo check --bins` on nexus-db-schema (166/268)
35832026-03-25T16:39:15.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-25T16:39:15.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-25T16:39:15.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-25T16:39:15.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35872026-03-25T16:39:15.522Z
35882026-03-25T16:39:15.522Zinfo: running `cargo check --bins` on omicron-rpaths (167/268)
35892026-03-25T16:39:16.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-25T16:39:16.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-25T16:39:16.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-25T16:39:16.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35932026-03-25T16:39:16.117Z
35942026-03-25T16:39:16.117Zinfo: running `cargo check --bins` on nexus-defaults (168/268)
35952026-03-25T16:39:16.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-25T16:39:16.634Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-25T16:39:16.634Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-25T16:39:16.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
35992026-03-25T16:39:16.733Z
36002026-03-25T16:39:16.733Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (169/268)
36012026-03-25T16:39:17.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-25T16:39:17.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-25T16:39:17.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-25T16:39:17.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36052026-03-25T16:39:17.328Z
36062026-03-25T16:39:17.328Zinfo: running `cargo check --bins` on parallel-task-set (170/268)
36072026-03-25T16:39:17.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-25T16:39:17.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-25T16:39:17.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-03-25T16:39:17.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36112026-03-25T16:39:17.914Z
36122026-03-25T16:39:17.914Zinfo: running `cargo check --bins` on nexus-db-errors (171/268)
36132026-03-25T16:39:18.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-03-25T16:39:18.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-03-25T16:39:18.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-03-25T16:39:18.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36172026-03-25T16:39:18.566Z
36182026-03-25T16:39:18.567Zinfo: running `cargo check --bins` on nexus-db-lookup (172/268)
36192026-03-25T16:39:19.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-03-25T16:39:19.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-03-25T16:39:19.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-03-25T16:39:19.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
36232026-03-25T16:39:19.222Z
36242026-03-25T16:39:19.222Zinfo: running `cargo check --bins` on nexus-inventory (173/268)
36252026-03-25T16:39:19.765Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-03-25T16:39:19.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-03-25T16:39:19.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-03-25T16:39:19.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
36292026-03-25T16:39:19.871Z
36302026-03-25T16:39:19.871Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (174/268)
36312026-03-25T16:39:20.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-03-25T16:39:20.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-03-25T16:39:20.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-03-25T16:39:20.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36352026-03-25T16:39:20.500Z
36362026-03-25T16:39:20.500Zinfo: running `cargo check --bins --no-default-features` on sled-storage (175/268)
36372026-03-25T16:39:21.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-03-25T16:39:21.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-03-25T16:39:21.017Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-03-25T16:39:21.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36412026-03-25T16:39:21.115Z
36422026-03-25T16:39:21.115Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (176/268)
36432026-03-25T16:39:21.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-03-25T16:39:21.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-03-25T16:39:21.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-03-25T16:39:21.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36472026-03-25T16:39:21.732Z
36482026-03-25T16:39:21.732Zinfo: running `cargo check --bins` on key-manager (177/268)
36492026-03-25T16:39:22.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-03-25T16:39:22.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-03-25T16:39:22.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-03-25T16:39:22.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36532026-03-25T16:39:22.337Z
36542026-03-25T16:39:22.337Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (178/268)
36552026-03-25T16:39:22.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-03-25T16:39:22.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-03-25T16:39:22.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-03-25T16:39:22.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36592026-03-25T16:39:22.947Z
36602026-03-25T16:39:22.947Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (179/268)
36612026-03-25T16:39:23.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-03-25T16:39:23.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-03-25T16:39:23.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-03-25T16:39:23.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36652026-03-25T16:39:23.563Z
36662026-03-25T16:39:23.563Zinfo: running `cargo check --bins` on typed-rng (180/268)
36672026-03-25T16:39:24.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-03-25T16:39:24.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-03-25T16:39:24.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-03-25T16:39:24.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36712026-03-25T16:39:24.156Z
36722026-03-25T16:39:24.156Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (181/268)
36732026-03-25T16:39:24.717Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-03-25T16:39:24.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-03-25T16:39:25.000Z Compiling libefi-sys v0.1.0
36762026-03-25T16:39:25.004Z Compiling bitfield-struct v0.6.2
36772026-03-25T16:39:25.147Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36782026-03-25T16:39:25.156Z Compiling xshell-macros v0.2.7
36792026-03-25T16:39:25.166Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36802026-03-25T16:39:25.205Z Compiling salty v0.3.0
36812026-03-25T16:39:25.208Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36822026-03-25T16:39:25.210Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36832026-03-25T16:39:25.210Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36842026-03-25T16:39:25.491Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36852026-03-25T16:39:25.491Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36862026-03-25T16:39:25.519Z Checking xshell v0.2.7
36872026-03-25T16:39:25.636Z Checking primeorder v0.13.6
36882026-03-25T16:39:25.676Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36892026-03-25T16:39:25.707Z Compiling proc-macro-error-attr2 v2.0.0
36902026-03-25T16:39:25.723Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36912026-03-25T16:39:25.741Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36922026-03-25T16:39:25.793Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36932026-03-25T16:39:25.866Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36942026-03-25T16:39:25.881Z Checking p384 v0.13.1
36952026-03-25T16:39:25.924Z Compiling num-derive v0.3.3
36962026-03-25T16:39:25.982Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36972026-03-25T16:39:26.090Z Compiling proc-macro-error2 v2.0.1
36982026-03-25T16:39:26.189Z Compiling unicase v2.9.0
36992026-03-25T16:39:26.215Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37002026-03-25T16:39:26.391Z Compiling mime_guess v2.0.5
37012026-03-25T16:39:26.408Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37022026-03-25T16:39:26.410Z Compiling tabled_derive v0.11.0
37032026-03-25T16:39:26.438Z Compiling progenitor-impl v0.11.2
37042026-03-25T16:39:26.778Z Checking papergrid v0.17.0
37052026-03-25T16:39:26.802Z Checking libscf-sys v1.1.0
37062026-03-25T16:39:26.929Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37072026-03-25T16:39:26.943Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37082026-03-25T16:39:27.025Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37092026-03-25T16:39:27.112Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37102026-03-25T16:39:27.573Z Checking testing_table v0.3.0
37112026-03-25T16:39:27.581Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
37122026-03-25T16:39:27.622Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37132026-03-25T16:39:27.670Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37142026-03-25T16:39:27.687Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
37152026-03-25T16:39:27.717Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37162026-03-25T16:39:27.791Z Checking corncobs v0.1.4
37172026-03-25T16:39:27.867Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
37182026-03-25T16:39:27.924Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37192026-03-25T16:39:27.938Z Checking tabled v0.20.0
37202026-03-25T16:39:27.975Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37212026-03-25T16:39:28.133Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
37222026-03-25T16:39:28.187Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37232026-03-25T16:39:28.265Z Checking progenitor-client v0.11.2
37242026-03-25T16:39:28.512Z Checking secrecy v0.8.0
37252026-03-25T16:39:28.532Z Checking http-range v0.1.5
37262026-03-25T16:39:28.821Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37272026-03-25T16:39:28.884Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37282026-03-25T16:39:28.898Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37292026-03-25T16:39:29.110Z Compiling progenitor-macro v0.11.2
37302026-03-25T16:39:29.124Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37312026-03-25T16:39:29.138Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37322026-03-25T16:39:29.231Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37332026-03-25T16:39:29.496Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37342026-03-25T16:39:29.513Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
37352026-03-25T16:39:29.529Z Checking atty v0.2.14
37362026-03-25T16:39:29.587Z Checking crc8 v0.1.1
37372026-03-25T16:39:29.626Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
37382026-03-25T16:39:29.686Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37392026-03-25T16:39:29.980Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37402026-03-25T16:39:30.134Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37412026-03-25T16:39:30.332Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37422026-03-25T16:39:30.417Z Checking hyper-staticfile v0.10.1
37432026-03-25T16:39:30.433Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37442026-03-25T16:39:30.448Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37452026-03-25T16:39:30.694Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37462026-03-25T16:39:30.712Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37472026-03-25T16:39:30.919Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37482026-03-25T16:39:30.949Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37492026-03-25T16:39:30.974Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37502026-03-25T16:39:31.226Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37512026-03-25T16:39:31.400Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37522026-03-25T16:39:31.472Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37532026-03-25T16:39:31.620Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37542026-03-25T16:39:31.694Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37552026-03-25T16:39:31.833Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37562026-03-25T16:39:32.084Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37572026-03-25T16:39:32.130Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37582026-03-25T16:39:32.541Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37592026-03-25T16:39:33.401Z Checking progenitor v0.11.2
37602026-03-25T16:39:33.544Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37612026-03-25T16:39:38.395Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37622026-03-25T16:39:49.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.06s
37632026-03-25T16:39:49.444Z
37642026-03-25T16:39:49.444Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (182/268)
37652026-03-25T16:39:50.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37662026-03-25T16:39:50.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37672026-03-25T16:39:50.227Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37682026-03-25T16:40:01.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37692026-03-25T16:40:01.284Z
37702026-03-25T16:40:01.284Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (183/268)
37712026-03-25T16:40:01.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37722026-03-25T16:40:01.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37732026-03-25T16:40:02.066Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37742026-03-25T16:40:12.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.58s
37752026-03-25T16:40:13.093Z
37762026-03-25T16:40:13.093Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (184/268)
37772026-03-25T16:40:13.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37782026-03-25T16:40:13.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37792026-03-25T16:40:13.874Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37802026-03-25T16:40:24.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.67s
37812026-03-25T16:40:24.990Z
37822026-03-25T16:40:24.990Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (185/268)
37832026-03-25T16:40:25.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37842026-03-25T16:40:25.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37852026-03-25T16:40:25.769Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37862026-03-25T16:40:36.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.60s
37872026-03-25T16:40:36.815Z
37882026-03-25T16:40:36.816Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (186/268)
37892026-03-25T16:40:37.375Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37902026-03-25T16:40:37.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37912026-03-25T16:40:37.595Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37922026-03-25T16:40:48.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.70s
37932026-03-25T16:40:48.745Z
37942026-03-25T16:40:48.745Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (187/268)
37952026-03-25T16:40:49.297Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37962026-03-25T16:40:49.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37972026-03-25T16:40:49.517Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37982026-03-25T16:41:00.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.62s
37992026-03-25T16:41:00.584Z
38002026-03-25T16:41:00.584Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (188/268)
38012026-03-25T16:41:01.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38022026-03-25T16:41:01.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38032026-03-25T16:41:01.365Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38042026-03-25T16:41:12.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.57s
38052026-03-25T16:41:12.373Z
38062026-03-25T16:41:12.373Zinfo: running `cargo check --bins` on bootstrap-agent-api (189/268)
38072026-03-25T16:41:12.901Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38082026-03-25T16:41:12.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38092026-03-25T16:41:12.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38102026-03-25T16:41:12.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38112026-03-25T16:41:12.990Z
38122026-03-25T16:41:12.990Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (190/268)
38132026-03-25T16:41:13.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38142026-03-25T16:41:13.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38152026-03-25T16:41:13.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38162026-03-25T16:41:13.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38172026-03-25T16:41:13.606Z
38182026-03-25T16:41:13.606Zinfo: running `cargo check --bins` on range-requests (191/268)
38192026-03-25T16:41:14.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38202026-03-25T16:41:14.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38212026-03-25T16:41:14.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38222026-03-25T16:41:14.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38232026-03-25T16:41:14.203Z
38242026-03-25T16:41:14.203Zinfo: running `cargo check --bins` on repo-depot-api (192/268)
38252026-03-25T16:41:14.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38262026-03-25T16:41:14.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38272026-03-25T16:41:14.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38282026-03-25T16:41:14.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38292026-03-25T16:41:14.801Z
38302026-03-25T16:41:14.801Zinfo: running `cargo check --bins` on sled-agent-api (193/268)
38312026-03-25T16:41:15.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38322026-03-25T16:41:15.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38332026-03-25T16:41:15.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38342026-03-25T16:41:15.352Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38352026-03-25T16:41:15.446Z
38362026-03-25T16:41:15.446Zinfo: running `cargo check --bins` on sled-diagnostics (194/268)
38372026-03-25T16:41:15.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38382026-03-25T16:41:15.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38392026-03-25T16:41:15.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38402026-03-25T16:41:15.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38412026-03-25T16:41:16.035Z
38422026-03-25T16:41:16.035Zinfo: running `cargo check --bins` on zfs-test-harness (195/268)
38432026-03-25T16:41:16.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38442026-03-25T16:41:16.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38452026-03-25T16:41:16.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38462026-03-25T16:41:16.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38472026-03-25T16:41:16.648Z
38482026-03-25T16:41:16.648Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (196/268)
38492026-03-25T16:41:17.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-03-25T16:41:17.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-03-25T16:41:17.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38522026-03-25T16:41:17.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38532026-03-25T16:41:17.273Z
38542026-03-25T16:41:17.274Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (197/268)
38552026-03-25T16:41:17.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38562026-03-25T16:41:17.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38572026-03-25T16:41:17.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38582026-03-25T16:41:17.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38592026-03-25T16:41:17.979Z
38602026-03-25T16:41:17.979Zinfo: running `cargo check --bins` on sled-agent-health-monitor (198/268)
38612026-03-25T16:41:18.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38622026-03-25T16:41:18.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38632026-03-25T16:41:18.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38642026-03-25T16:41:18.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38652026-03-25T16:41:18.525Z
38662026-03-25T16:41:18.526Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (199/268)
38672026-03-25T16:41:19.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38682026-03-25T16:41:19.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38692026-03-25T16:41:19.057Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38702026-03-25T16:41:19.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38712026-03-25T16:41:19.151Z
38722026-03-25T16:41:19.152Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (200/268)
38732026-03-25T16:41:19.688Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-03-25T16:41:19.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-03-25T16:41:19.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38762026-03-25T16:41:19.694Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38772026-03-25T16:41:19.783Z
38782026-03-25T16:41:19.783Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (201/268)
38792026-03-25T16:41:20.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38802026-03-25T16:41:20.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38812026-03-25T16:41:20.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38822026-03-25T16:41:20.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38832026-03-25T16:41:20.406Z
38842026-03-25T16:41:20.407Zinfo: running `cargo check --bins` on trust-quorum (202/268)
38852026-03-25T16:41:20.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38862026-03-25T16:41:20.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38872026-03-25T16:41:20.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38882026-03-25T16:41:20.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38892026-03-25T16:41:21.036Z
38902026-03-25T16:41:21.036Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (203/268)
38912026-03-25T16:41:21.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38922026-03-25T16:41:21.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38932026-03-25T16:41:21.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38942026-03-25T16:41:21.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38952026-03-25T16:41:21.679Z
38962026-03-25T16:41:21.679Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (204/268)
38972026-03-25T16:41:22.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-03-25T16:41:22.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-03-25T16:41:22.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39002026-03-25T16:41:22.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39012026-03-25T16:41:22.332Z
39022026-03-25T16:41:22.332Zinfo: running `cargo check --bins` on update-common (205/268)
39032026-03-25T16:41:22.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39042026-03-25T16:41:22.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39052026-03-25T16:41:22.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39062026-03-25T16:41:22.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39072026-03-25T16:41:22.945Z
39082026-03-25T16:41:22.945Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (206/268)
39092026-03-25T16:41:23.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39102026-03-25T16:41:23.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39112026-03-25T16:41:23.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39122026-03-25T16:41:23.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39132026-03-25T16:41:23.602Z
39142026-03-25T16:41:23.602Zinfo: running `cargo check --bins` on reconfigurator-cli (207/268)
39152026-03-25T16:41:24.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39162026-03-25T16:41:24.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39172026-03-25T16:41:24.366Z Compiling fs-err v2.11.0
39182026-03-25T16:41:24.369Z Checking ignore v0.4.25
39192026-03-25T16:41:24.369Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39202026-03-25T16:41:24.504Z Checking predicates-tree v1.0.13
39212026-03-25T16:41:24.599Z Checking parse-size v1.1.0
39222026-03-25T16:41:24.611Z Checking rand_seeder v0.4.0
39232026-03-25T16:41:24.611Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39242026-03-25T16:41:24.611Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39252026-03-25T16:41:24.611Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39262026-03-25T16:41:24.630Z Compiling petname v2.0.2
39272026-03-25T16:41:24.657Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39282026-03-25T16:41:24.809Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39292026-03-25T16:41:24.828Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39302026-03-25T16:41:24.869Z Checking globwalk v0.9.1
39312026-03-25T16:41:24.929Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39322026-03-25T16:41:24.994Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39332026-03-25T16:41:25.043Z Checking camino-tempfile-ext v0.3.3
39342026-03-25T16:41:25.057Z Checking sapling-renderdag v0.1.0
39352026-03-25T16:41:25.172Z Checking sync-ptr v0.1.4
39362026-03-25T16:41:25.231Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39372026-03-25T16:41:25.292Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39382026-03-25T16:41:25.328Z Checking colored v2.2.0
39392026-03-25T16:41:25.377Z Checking assert_matches v1.5.0
39402026-03-25T16:41:25.601Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39412026-03-25T16:41:25.704Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39422026-03-25T16:41:25.704Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39432026-03-25T16:41:26.300Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39442026-03-25T16:41:27.588Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39452026-03-25T16:41:29.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s
39462026-03-25T16:41:34.172Z
39472026-03-25T16:41:34.172Zinfo: running `cargo check --bins` on omicron-repl-utils (208/268)
39482026-03-25T16:41:34.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-25T16:41:34.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-25T16:41:34.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-03-25T16:41:34.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39522026-03-25T16:41:34.240Z
39532026-03-25T16:41:34.240Zinfo: running `cargo check --bins` on nexus-test-interface (209/268)
39542026-03-25T16:41:34.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-03-25T16:41:34.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-03-25T16:41:34.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-03-25T16:41:34.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39582026-03-25T16:41:34.241Z
39592026-03-25T16:41:34.241Zinfo: running `cargo check --bins` on oximeter-collector (210/268)
39602026-03-25T16:41:34.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-03-25T16:41:34.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-03-25T16:41:34.241Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39632026-03-25T16:41:34.241Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39642026-03-25T16:41:34.241Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39652026-03-25T16:41:34.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s
39662026-03-25T16:41:34.324Z
39672026-03-25T16:41:34.324Zinfo: running `cargo check --bins` on oximeter-api (211/268)
39682026-03-25T16:41:34.796Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-25T16:41:34.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-25T16:41:34.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39712026-03-25T16:41:34.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39722026-03-25T16:41:34.892Z
39732026-03-25T16:41:34.892Zinfo: running `cargo check --bins` on cert-dev (212/268)
39742026-03-25T16:41:35.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-25T16:41:35.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-25T16:41:35.502Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39772026-03-25T16:41:35.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
39782026-03-25T16:41:35.952Z
39792026-03-25T16:41:35.952Zinfo: running `cargo check --bins` on ci-resource-usage (213/268)
39802026-03-25T16:41:36.359Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-03-25T16:41:36.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-03-25T16:41:36.365Z Checking libc v0.2.180
39832026-03-25T16:41:36.365Z Checking anyhow v1.0.102
39842026-03-25T16:41:36.365Z Compiling syn v2.0.117
39852026-03-25T16:41:37.684Z Compiling thiserror-impl v1.0.69
39862026-03-25T16:41:38.408Z Checking thiserror v1.0.69
39872026-03-25T16:41:38.482Z Checking kstat-rs v0.2.4
39882026-03-25T16:41:38.628Z Checking ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
39892026-03-25T16:41:38.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s
39902026-03-25T16:41:38.862Z
39912026-03-25T16:41:38.862Zinfo: running `cargo check --bins` on clickana (214/268)
39922026-03-25T16:41:39.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-03-25T16:41:39.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-03-25T16:41:39.507Z Compiling darling_core v0.23.0
39952026-03-25T16:41:39.511Z Compiling instability v0.3.11
39962026-03-25T16:41:39.616Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39972026-03-25T16:41:39.619Z Checking castaway v0.2.4
39982026-03-25T16:41:39.625Z Compiling indoc v2.0.7
39992026-03-25T16:41:39.630Z Checking unicode-truncate v1.1.0
40002026-03-25T16:41:39.655Z Checking lru v0.12.5
40012026-03-25T16:41:39.655Z Checking cassowary v0.3.0
40022026-03-25T16:41:39.712Z Checking compact_str v0.8.1
40032026-03-25T16:41:40.564Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40042026-03-25T16:41:40.753Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40052026-03-25T16:41:41.042Z Compiling darling_macro v0.23.0
40062026-03-25T16:41:41.450Z Compiling darling v0.23.0
40072026-03-25T16:41:42.046Z Checking ratatui v0.29.0
40082026-03-25T16:41:43.118Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40092026-03-25T16:41:43.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s
40102026-03-25T16:41:43.960Z
40112026-03-25T16:41:43.960Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (215/268)
40122026-03-25T16:41:44.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40132026-03-25T16:41:44.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40142026-03-25T16:41:44.684Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40152026-03-25T16:41:44.684Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40162026-03-25T16:41:45.265Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40172026-03-25T16:41:45.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
40182026-03-25T16:41:45.871Z
40192026-03-25T16:41:45.871Zinfo: running `cargo check --bins` on ch-dev (216/268)
40202026-03-25T16:41:46.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-03-25T16:41:46.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-03-25T16:41:46.592Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40232026-03-25T16:41:47.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
40242026-03-25T16:41:47.524Z
40252026-03-25T16:41:47.525Zinfo: running `cargo check --bins` on dev-tools-common (217/268)
40262026-03-25T16:41:47.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-03-25T16:41:47.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-03-25T16:41:47.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-03-25T16:41:47.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40302026-03-25T16:41:47.996Z
40312026-03-25T16:41:47.996Zinfo: running `cargo check --bins` on crdb-seed (218/268)
40322026-03-25T16:41:48.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-03-25T16:41:48.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-03-25T16:41:48.718Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40352026-03-25T16:41:49.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s
40362026-03-25T16:41:49.370Z
40372026-03-25T16:41:49.370Zinfo: running `cargo check --bins` on db-dev (219/268)
40382026-03-25T16:41:49.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-03-25T16:41:49.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-03-25T16:41:50.097Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40412026-03-25T16:41:50.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40422026-03-25T16:41:51.037Z
40432026-03-25T16:41:51.038Zinfo: running `cargo check --bins` on omicron-dev-lib (220/268)
40442026-03-25T16:41:51.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-03-25T16:41:51.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-03-25T16:41:51.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40472026-03-25T16:41:51.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
40482026-03-25T16:41:51.689Z
40492026-03-25T16:41:51.690Zinfo: running `cargo check --bins` on xtask-downloader (221/268)
40502026-03-25T16:41:52.191Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40512026-03-25T16:41:52.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40522026-03-25T16:41:52.307Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40532026-03-25T16:41:52.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
40542026-03-25T16:41:53.172Z
40552026-03-25T16:41:53.172Zinfo: running `cargo check --bins` on omicron-dropshot-apis (222/268)
40562026-03-25T16:41:53.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40572026-03-25T16:41:53.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40582026-03-25T16:41:53.923Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40592026-03-25T16:41:53.923Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40602026-03-25T16:41:53.926Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40612026-03-25T16:41:53.926Z Checking git-stub v1.0.0
40622026-03-25T16:41:53.927Z Compiling trait-variant v0.1.2
40632026-03-25T16:41:53.927Z Checking is_ci v1.2.0
40642026-03-25T16:41:53.927Z Checking maplit v1.0.2
40652026-03-25T16:41:54.043Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40662026-03-25T16:41:54.130Z Checking supports-color v3.0.2
40672026-03-25T16:41:54.130Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40682026-03-25T16:41:54.180Z Checking git-stub-vcs v0.1.0
40692026-03-25T16:41:54.253Z Checking drift v0.1.3
40702026-03-25T16:41:54.319Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40712026-03-25T16:41:54.349Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40722026-03-25T16:41:54.373Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40732026-03-25T16:41:54.515Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40742026-03-25T16:41:54.574Z Checking dropshot-api-manager v0.6.0
40752026-03-25T16:41:54.620Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40762026-03-25T16:41:54.635Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40772026-03-25T16:41:54.770Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40782026-03-25T16:41:54.850Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40792026-03-25T16:41:54.962Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
40802026-03-25T16:41:55.345Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40812026-03-25T16:42:00.211Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40822026-03-25T16:42:01.213Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40832026-03-25T16:42:01.796Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40842026-03-25T16:42:02.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s
40852026-03-25T16:42:02.408Z
40862026-03-25T16:42:02.408Zinfo: running `cargo check --bins` on installinator-api (223/268)
40872026-03-25T16:42:02.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-03-25T16:42:02.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-03-25T16:42:02.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-03-25T16:42:02.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40912026-03-25T16:42:03.015Z
40922026-03-25T16:42:03.015Zinfo: running `cargo check --bins` on nexus-external-api (224/268)
40932026-03-25T16:42:03.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-03-25T16:42:03.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-03-25T16:42:03.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-03-25T16:42:03.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40972026-03-25T16:42:03.655Z
40982026-03-25T16:42:03.655Zinfo: running `cargo check --bins` on nexus-internal-api (225/268)
40992026-03-25T16:42:04.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-03-25T16:42:04.197Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-03-25T16:42:04.197Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41022026-03-25T16:42:04.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41032026-03-25T16:42:04.299Z
41042026-03-25T16:42:04.299Zinfo: running `cargo check --bins` on nexus-lockstep-api (226/268)
41052026-03-25T16:42:04.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41062026-03-25T16:42:04.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41072026-03-25T16:42:04.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41082026-03-25T16:42:04.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41092026-03-25T16:42:04.937Z
41102026-03-25T16:42:04.937Zinfo: running `cargo check --bins` on ntp-admin-api (227/268)
41112026-03-25T16:42:05.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41122026-03-25T16:42:05.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41132026-03-25T16:42:05.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41142026-03-25T16:42:05.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41152026-03-25T16:42:05.550Z
41162026-03-25T16:42:05.550Zinfo: running `cargo check --bins` on ntp-admin-types-versions (228/268)
41172026-03-25T16:42:06.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41182026-03-25T16:42:06.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41192026-03-25T16:42:06.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41202026-03-25T16:42:06.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41212026-03-25T16:42:06.140Z
41222026-03-25T16:42:06.140Zinfo: running `cargo check --bins` on wicketd-api (229/268)
41232026-03-25T16:42:06.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41242026-03-25T16:42:06.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41252026-03-25T16:42:06.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41262026-03-25T16:42:06.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41272026-03-25T16:42:06.767Z
41282026-03-25T16:42:06.767Zinfo: running `cargo check --bins` on omicron-ls-apis (230/268)
41292026-03-25T16:42:07.267Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41302026-03-25T16:42:07.270Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41312026-03-25T16:42:07.379Z Checking erased-serde v0.4.9
41322026-03-25T16:42:07.486Z Checking ordered-float v2.10.1
41332026-03-25T16:42:07.502Z Checking unicode-xid v0.2.6
41342026-03-25T16:42:07.521Z Checking cargo-platform v0.2.0
41352026-03-25T16:42:07.678Z Checking serde-value v0.7.0
41362026-03-25T16:42:07.792Z Checking serde-untagged v0.1.9
41372026-03-25T16:42:07.952Z Checking cargo-util-schemas v0.8.2
41382026-03-25T16:42:08.647Z Checking cargo_metadata v0.21.0
41392026-03-25T16:42:09.242Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41402026-03-25T16:42:09.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.14s
41412026-03-25T16:42:10.092Z
41422026-03-25T16:42:10.092Zinfo: running `cargo check --bins` on mgs-dev (231/268)
41432026-03-25T16:42:10.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-03-25T16:42:10.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-03-25T16:42:10.825Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41462026-03-25T16:42:11.436Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41472026-03-25T16:42:11.925Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
41482026-03-25T16:42:12.130Z
41492026-03-25T16:42:12.130Zinfo: running `cargo check --bins` on omicron-omdb (232/268)
41502026-03-25T16:42:12.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-03-25T16:42:12.699Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-03-25T16:42:12.987Z Compiling vergen-gitcl v1.0.8
41532026-03-25T16:42:12.987Z Compiling dirs-sys-next v0.1.2
41542026-03-25T16:42:12.988Z Compiling glob v0.3.3
41552026-03-25T16:42:12.990Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41562026-03-25T16:42:12.990Z Compiling diesel_derives v2.3.7
41572026-03-25T16:42:12.990Z Compiling crunchy v0.2.4
41582026-03-25T16:42:12.990Z Compiling dsl_auto_type v0.2.0
41592026-03-25T16:42:12.991Z Checking scheduled-thread-pool v0.2.7
41602026-03-25T16:42:13.281Z Compiling dirs-next v2.0.0
41612026-03-25T16:42:13.327Z Compiling diesel_table_macro_syntax v0.3.0
41622026-03-25T16:42:13.359Z Compiling tiny-keccak v2.0.2
41632026-03-25T16:42:13.387Z Compiling term v0.7.0
41642026-03-25T16:42:13.494Z Checking r2d2 v0.8.10
41652026-03-25T16:42:13.525Z Compiling bit-vec v0.6.3
41662026-03-25T16:42:13.563Z Compiling clang-sys v1.8.1
41672026-03-25T16:42:13.566Z Checking downcast-rs v2.0.2
41682026-03-25T16:42:13.672Z Compiling ascii-canvas v3.0.0
41692026-03-25T16:42:13.709Z Compiling bit-set v0.5.3
41702026-03-25T16:42:13.866Z Compiling itertools v0.10.5
41712026-03-25T16:42:13.913Z Compiling ena v0.14.4
41722026-03-25T16:42:13.935Z Compiling libloading v0.8.9
41732026-03-25T16:42:13.950Z Compiling diff v0.1.13
41742026-03-25T16:42:13.981Z Compiling bindgen v0.71.1
41752026-03-25T16:42:14.117Z Compiling regex-syntax v0.6.29
41762026-03-25T16:42:14.140Z Compiling cexpr v0.6.0
41772026-03-25T16:42:14.219Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41782026-03-25T16:42:14.408Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41792026-03-25T16:42:14.445Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41802026-03-25T16:42:14.563Z Compiling libxml v0.3.3
41812026-03-25T16:42:14.788Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41822026-03-25T16:42:14.834Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41832026-03-25T16:42:14.914Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41842026-03-25T16:42:15.036Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41852026-03-25T16:42:15.098Z Compiling strum_macros v0.24.3
41862026-03-25T16:42:15.115Z Compiling indoc v1.0.9
41872026-03-25T16:42:15.546Z Compiling lalrpop v0.19.12
41882026-03-25T16:42:16.109Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41892026-03-25T16:42:16.178Z Checking derive_builder v0.20.2
41902026-03-25T16:42:16.294Z Compiling oso-derive v0.27.3
41912026-03-25T16:42:16.297Z Checking quick-xml v0.37.5
41922026-03-25T16:42:16.433Z Compiling impl-trait-for-tuples v0.2.3
41932026-03-25T16:42:16.780Z Checking openssl-probe v0.1.6
41942026-03-25T16:42:16.921Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41952026-03-25T16:42:17.170Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41962026-03-25T16:42:17.365Z Checking bb8 v0.8.6
41972026-03-25T16:42:17.663Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41982026-03-25T16:42:17.685Z Checking nonempty v0.12.0
41992026-03-25T16:42:17.767Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42002026-03-25T16:42:17.899Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42012026-03-25T16:42:17.917Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42022026-03-25T16:42:18.008Z Checking support-bundle-viewer v0.1.2
42032026-03-25T16:42:18.043Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42042026-03-25T16:42:18.110Z Checking multimap v0.10.1
42052026-03-25T16:42:18.942Z Checking diesel v2.3.7
42062026-03-25T16:42:20.310Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42072026-03-25T16:42:21.401Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42082026-03-25T16:42:21.855Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42092026-03-25T16:42:21.959Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42102026-03-25T16:42:23.010Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42112026-03-25T16:42:23.129Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42122026-03-25T16:42:23.393Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42132026-03-25T16:42:23.862Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42142026-03-25T16:42:25.861Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42152026-03-25T16:42:31.092Z Compiling samael v0.0.19
42162026-03-25T16:42:34.779Z Checking async-bb8-diesel v0.2.1
42172026-03-25T16:42:34.853Z Checking diesel-dtrace v0.5.0
42182026-03-25T16:42:35.663Z Compiling polar-core v0.27.3
42192026-03-25T16:42:40.076Z Checking oso v0.27.3
42202026-03-25T16:43:15.338Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42212026-03-25T16:43:47.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 35s
42222026-03-25T16:43:47.745Z
42232026-03-25T16:43:47.745Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (233/268)
42242026-03-25T16:43:48.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42252026-03-25T16:43:48.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42262026-03-25T16:43:48.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42272026-03-25T16:43:48.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
42282026-03-25T16:43:48.407Z
42292026-03-25T16:43:48.407Zinfo: running `cargo check --bins` on nexus-saga-recovery (234/268)
42302026-03-25T16:43:48.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42312026-03-25T16:43:48.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42322026-03-25T16:43:48.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42332026-03-25T16:43:48.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42342026-03-25T16:43:49.060Z
42352026-03-25T16:43:49.060Zinfo: running `cargo check --bins` on nexus-test-utils-macros (235/268)
42362026-03-25T16:43:49.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42372026-03-25T16:43:49.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42382026-03-25T16:43:49.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42392026-03-25T16:43:49.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42402026-03-25T16:43:49.654Z
42412026-03-25T16:43:49.654Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (236/268)
42422026-03-25T16:43:50.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42432026-03-25T16:43:50.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42442026-03-25T16:43:50.517Z Compiling libz-sys v1.1.24
42452026-03-25T16:43:50.650Z Compiling libgit2-sys v0.18.3+1.9.2
42462026-03-25T16:43:50.687Z Compiling vergen-git2 v1.0.7
42472026-03-25T16:43:50.690Z Compiling rustls v0.21.12
42482026-03-25T16:43:50.692Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42492026-03-25T16:43:50.693Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42502026-03-25T16:43:50.693Z Checking sct v0.7.1
42512026-03-25T16:43:50.693Z Checking rustls-webpki v0.101.7
42522026-03-25T16:43:50.862Z Compiling nix v0.29.0
42532026-03-25T16:43:50.908Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42542026-03-25T16:43:50.947Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42552026-03-25T16:43:50.981Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42562026-03-25T16:43:51.024Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42572026-03-25T16:43:51.188Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42582026-03-25T16:43:51.215Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42592026-03-25T16:43:51.245Z Checking rustls-pemfile v1.0.4
42602026-03-25T16:43:51.377Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42612026-03-25T16:43:51.484Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42622026-03-25T16:43:51.670Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42632026-03-25T16:43:51.673Z Checking twox-hash v2.1.2
42642026-03-25T16:43:51.801Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42652026-03-25T16:43:52.291Z Checking tokio-rustls v0.24.1
42662026-03-25T16:43:52.322Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42672026-03-25T16:43:52.420Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42682026-03-25T16:43:52.480Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42692026-03-25T16:43:52.549Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42702026-03-25T16:43:52.691Z Checking fatfs v0.3.6
42712026-03-25T16:43:53.086Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42722026-03-25T16:43:53.154Z Compiling seq-macro v0.3.6
42732026-03-25T16:43:57.027Z Compiling git2 v0.20.4
42742026-03-25T16:43:57.393Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42752026-03-25T16:43:57.521Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42762026-03-25T16:43:59.242Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42772026-03-25T16:44:46.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.37s
42782026-03-25T16:44:46.268Z
42792026-03-25T16:44:46.268Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (237/268)
42802026-03-25T16:44:46.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42812026-03-25T16:44:46.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42822026-03-25T16:44:47.192Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42832026-03-25T16:45:25.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.20s
42842026-03-25T16:45:25.714Z
42852026-03-25T16:45:25.714Zinfo: running `cargo check --bins` on nexus-background-task-interface (238/268)
42862026-03-25T16:45:26.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42872026-03-25T16:45:26.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42882026-03-25T16:45:26.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42892026-03-25T16:45:26.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42902026-03-25T16:45:26.305Z
42912026-03-25T16:45:26.305Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (239/268)
42922026-03-25T16:45:26.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42932026-03-25T16:45:26.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42942026-03-25T16:45:26.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42952026-03-25T16:45:26.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42962026-03-25T16:45:26.966Z
42972026-03-25T16:45:26.967Zinfo: running `cargo check --bins` on nexus-mgs-updates (240/268)
42982026-03-25T16:45:27.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-03-25T16:45:27.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-03-25T16:45:27.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43012026-03-25T16:45:27.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43022026-03-25T16:45:27.621Z
43032026-03-25T16:45:27.621Zinfo: running `cargo check --bins` on nexus-networking (241/268)
43042026-03-25T16:45:28.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43052026-03-25T16:45:28.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43062026-03-25T16:45:28.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43072026-03-25T16:45:28.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43082026-03-25T16:45:28.285Z
43092026-03-25T16:45:28.285Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (242/268)
43102026-03-25T16:45:28.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43112026-03-25T16:45:28.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43122026-03-25T16:45:28.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43132026-03-25T16:45:28.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43142026-03-25T16:45:28.954Z
43152026-03-25T16:45:28.954Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (243/268)
43162026-03-25T16:45:29.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43172026-03-25T16:45:29.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43182026-03-25T16:45:29.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43192026-03-25T16:45:29.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43202026-03-25T16:45:29.617Z
43212026-03-25T16:45:29.617Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (244/268)
43222026-03-25T16:45:30.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43232026-03-25T16:45:30.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43242026-03-25T16:45:30.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43252026-03-25T16:45:30.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43262026-03-25T16:45:30.270Z
43272026-03-25T16:45:30.270Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (245/268)
43282026-03-25T16:45:30.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43292026-03-25T16:45:30.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43302026-03-25T16:45:30.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43312026-03-25T16:45:30.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43322026-03-25T16:45:30.937Z
43332026-03-25T16:45:30.937Zinfo: running `cargo check --bins` on omicron-dev (246/268)
43342026-03-25T16:45:31.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43352026-03-25T16:45:31.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43362026-03-25T16:45:31.840Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43372026-03-25T16:45:31.840Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43382026-03-25T16:45:32.055Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43392026-03-25T16:45:32.059Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43402026-03-25T16:45:32.059Z Checking yansi v1.0.1
43412026-03-25T16:45:32.059Z Checking diff v0.1.13
43422026-03-25T16:45:32.075Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43432026-03-25T16:45:32.089Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43442026-03-25T16:45:32.157Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43452026-03-25T16:45:32.328Z Checking pretty_assertions v1.4.1
43462026-03-25T16:45:32.965Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43472026-03-25T16:45:55.819Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43482026-03-25T16:45:55.824Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43492026-03-25T16:45:55.824Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43502026-03-25T16:45:55.824Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43512026-03-25T16:45:55.824Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43522026-03-25T16:45:55.824Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43532026-03-25T16:45:56.554Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43542026-03-25T16:45:57.627Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43552026-03-25T16:46:35.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43562026-03-25T16:46:36.057Z
43572026-03-25T16:46:36.057Zinfo: running `cargo check --bins` on omicron-pins (247/268)
43582026-03-25T16:46:36.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43592026-03-25T16:46:36.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43602026-03-25T16:46:36.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43612026-03-25T16:46:36.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43622026-03-25T16:46:36.656Z
43632026-03-25T16:46:36.656Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (248/268)
43642026-03-25T16:46:37.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43652026-03-25T16:46:37.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43662026-03-25T16:46:37.435Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43672026-03-25T16:46:37.556Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43682026-03-25T16:46:37.556Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43692026-03-25T16:47:02.620Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43702026-03-25T16:47:02.994Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43712026-03-25T16:47:04.662Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43722026-03-25T16:47:05.100Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43732026-03-25T16:47:08.033Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43742026-03-25T16:47:29.940Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43752026-03-25T16:47:30.564Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43762026-03-25T16:47:32.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.49s
43772026-03-25T16:47:32.370Z
43782026-03-25T16:47:32.370Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (249/268)
43792026-03-25T16:47:32.918Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-03-25T16:47:32.922Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-03-25T16:47:33.098Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43822026-03-25T16:47:33.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
43832026-03-25T16:47:33.976Z
43842026-03-25T16:47:33.976Zinfo: running `cargo check --bins` on omicron-releng (250/268)
43852026-03-25T16:47:34.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-03-25T16:47:34.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-03-25T16:47:34.649Z Compiling blake3 v1.8.3
43882026-03-25T16:47:34.760Z Checking constant_time_eq v0.4.2
43892026-03-25T16:47:34.760Z Checking arrayref v0.3.9
43902026-03-25T16:47:34.772Z Checking arrayvec v0.7.6
43912026-03-25T16:47:34.778Z Checking topological-sort v0.2.2
43922026-03-25T16:47:34.781Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43932026-03-25T16:47:34.781Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43942026-03-25T16:47:34.781Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43952026-03-25T16:47:34.820Z Checking shell-words v1.1.1
43962026-03-25T16:47:35.634Z Checking omicron-zone-package v0.12.2
43972026-03-25T16:47:36.356Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43982026-03-25T16:47:37.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
43992026-03-25T16:47:37.351Z
44002026-03-25T16:47:37.352Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (251/268)
44012026-03-25T16:47:37.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44022026-03-25T16:47:37.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44032026-03-25T16:47:38.009Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44042026-03-25T16:47:38.328Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44052026-03-25T16:47:38.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
44062026-03-25T16:47:38.905Z
44072026-03-25T16:47:38.905Zinfo: running `cargo check --bins` on xtask (252/268)
44082026-03-25T16:47:39.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44092026-03-25T16:47:39.343Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44102026-03-25T16:47:39.364Z Checking serde v1.0.228
44112026-03-25T16:47:39.367Z Checking zerofrom v0.1.6
44122026-03-25T16:47:39.367Z Checking errno v0.3.14
44132026-03-25T16:47:39.367Z Checking bitflags v2.11.0
44142026-03-25T16:47:39.367Z Checking hashbrown v0.16.1
44152026-03-25T16:47:39.462Z Checking smallvec v1.15.1
44162026-03-25T16:47:39.470Z Checking serde_json v1.0.149
44172026-03-25T16:47:39.473Z Checking num-traits v0.2.19
44182026-03-25T16:47:39.547Z Checking yoke v0.8.1
44192026-03-25T16:47:39.550Z Checking scroll v0.12.0
44202026-03-25T16:47:39.595Z Checking rustix v1.1.3
44212026-03-25T16:47:39.630Z Checking thiserror v1.0.69
44222026-03-25T16:47:39.720Z Checking zerovec v0.11.5
44232026-03-25T16:47:39.732Z Checking zerotrie v0.2.3
44242026-03-25T16:47:39.764Z Checking percent-encoding v2.3.2
44252026-03-25T16:47:39.824Z Checking toml_datetime v0.6.11
44262026-03-25T16:47:39.894Z Checking indexmap v2.13.0
44272026-03-25T16:47:39.904Z Checking serde_spanned v0.6.9
44282026-03-25T16:47:39.966Z Checking log v0.4.29
44292026-03-25T16:47:39.988Z Checking zerocopy v0.7.35
44302026-03-25T16:47:40.004Z Checking ordered-float v2.10.1
44312026-03-25T16:47:40.024Z Checking form_urlencoded v1.2.2
44322026-03-25T16:47:40.057Z Checking getrandom v0.4.1
44332026-03-25T16:47:40.110Z Checking goblin v0.8.2
44342026-03-25T16:47:40.149Z Checking thiserror v2.0.18
44352026-03-25T16:47:40.152Z Checking tinystr v0.8.2
44362026-03-25T16:47:40.189Z Checking potential_utf v0.1.4
44372026-03-25T16:47:40.219Z Checking serde-value v0.7.0
44382026-03-25T16:47:40.252Z Checking syn v2.0.117
44392026-03-25T16:47:40.320Z Checking icu_collections v2.1.1
44402026-03-25T16:47:40.330Z Checking icu_locale_core v2.1.1
44412026-03-25T16:47:40.391Z Checking terminal_size v0.4.3
44422026-03-25T16:47:40.417Z Checking toml_edit v0.22.27
44432026-03-25T16:47:40.427Z Checking dtrace-parser v0.2.0
44442026-03-25T16:47:40.470Z Checking thread-id v4.2.2
44452026-03-25T16:47:40.503Z Checking once_cell v1.21.3
44462026-03-25T16:47:40.548Z Checking clap_builder v4.5.60
44472026-03-25T16:47:40.628Z Checking cargo-platform v0.2.0
44482026-03-25T16:47:40.660Z Checking memmap v0.7.0
44492026-03-25T16:47:40.676Z Checking tempfile v3.25.0
44502026-03-25T16:47:40.793Z Checking textwrap v0.16.2
44512026-03-25T16:47:40.804Z Checking fs-err v3.3.0
44522026-03-25T16:47:40.873Z Checking camino-tempfile v1.4.1
44532026-03-25T16:47:40.890Z Checking icu_provider v2.1.1
44542026-03-25T16:47:40.972Z Checking tabled v0.15.0
44552026-03-25T16:47:41.016Z Checking macaddr v1.0.1
44562026-03-25T16:47:41.026Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44572026-03-25T16:47:41.143Z Checking icu_normalizer v2.1.1
44582026-03-25T16:47:41.143Z Checking icu_properties v2.1.2
44592026-03-25T16:47:41.510Z Checking toml v0.8.23
44602026-03-25T16:47:41.760Z Checking clap v4.5.60
44612026-03-25T16:47:41.811Z Checking cargo_toml v0.21.0
44622026-03-25T16:47:41.950Z Checking idna_adapter v1.2.1
44632026-03-25T16:47:41.975Z Checking dof v0.3.0
44642026-03-25T16:47:42.062Z Checking idna v1.1.0
44652026-03-25T16:47:42.232Z Checking usdt-impl v0.5.0
44662026-03-25T16:47:42.302Z Checking url v2.5.8
44672026-03-25T16:47:42.482Z Checking usdt v0.5.0
44682026-03-25T16:47:42.629Z Checking cargo-util-schemas v0.8.2
44692026-03-25T16:47:43.320Z Checking cargo_metadata v0.21.0
44702026-03-25T16:47:43.914Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44712026-03-25T16:47:44.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s
44722026-03-25T16:47:44.448Z
44732026-03-25T16:47:44.448Zinfo: running `cargo check --bins` on end-to-end-tests (253/268)
44742026-03-25T16:47:45.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44752026-03-25T16:47:45.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44762026-03-25T16:47:45.256Z Checking polyval v0.6.2
44772026-03-25T16:47:45.382Z Checking ctr v0.9.2
44782026-03-25T16:47:45.394Z Checking ssh-encoding v0.2.0
44792026-03-25T16:47:45.394Z Checking blowfish v0.9.1
44802026-03-25T16:47:45.420Z Checking password-hash v0.4.2
44812026-03-25T16:47:45.433Z Checking p521 v0.13.3
44822026-03-25T16:47:45.436Z Checking p256 v0.13.2
44832026-03-25T16:47:45.460Z Checking russh-cryptovec v0.7.3
44842026-03-25T16:47:45.521Z Checking ghash v0.5.1
44852026-03-25T16:47:45.534Z Checking md5 v0.7.0
44862026-03-25T16:47:45.547Z Checking bcrypt-pbkdf v0.10.0
44872026-03-25T16:47:45.570Z Checking num-bigint v0.4.6
44882026-03-25T16:47:45.624Z Checking pbkdf2 v0.11.0
44892026-03-25T16:47:45.638Z Checking des v0.8.1
44902026-03-25T16:47:45.650Z Checking aes-gcm v0.10.3
44912026-03-25T16:47:45.694Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44922026-03-25T16:47:45.698Z Checking hex-literal v0.4.1
44932026-03-25T16:47:45.723Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44942026-03-25T16:47:45.786Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44952026-03-25T16:47:45.786Z Checking socket2 v0.5.10
44962026-03-25T16:47:45.812Z Checking internet-checksum v0.2.1
44972026-03-25T16:47:45.816Z Checking ssh-cipher v0.2.0
44982026-03-25T16:47:45.987Z Checking ssh-key v0.6.7
44992026-03-25T16:47:46.085Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45002026-03-25T16:47:46.603Z Checking russh-keys v0.45.0
45012026-03-25T16:47:47.144Z Checking russh v0.45.0
45022026-03-25T16:48:01.852Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45032026-03-25T16:48:03.054Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.59s
45042026-03-25T16:48:03.264Z
45052026-03-25T16:48:03.264Zinfo: running `cargo check --bins` on gateway-cli (254/268)
45062026-03-25T16:48:03.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-03-25T16:48:03.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-03-25T16:48:03.920Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45092026-03-25T16:48:04.033Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45102026-03-25T16:48:04.039Z Checking termios v0.3.3
45112026-03-25T16:48:05.225Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45122026-03-25T16:48:05.373Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45132026-03-25T16:48:07.216Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45142026-03-25T16:48:07.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s
45152026-03-25T16:48:07.959Z
45162026-03-25T16:48:07.959Zinfo: running `cargo check --bins --no-default-features` on installinator (255/268)
45172026-03-25T16:48:08.496Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45182026-03-25T16:48:08.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45192026-03-25T16:48:08.670Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
45202026-03-25T16:48:08.785Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45212026-03-25T16:48:08.797Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45222026-03-25T16:48:08.797Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45232026-03-25T16:48:08.804Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45242026-03-25T16:48:09.014Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45252026-03-25T16:48:09.014Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45262026-03-25T16:48:09.738Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45272026-03-25T16:48:09.886Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45282026-03-25T16:48:09.890Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45292026-03-25T16:48:10.525Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45302026-03-25T16:48:12.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.12s
45312026-03-25T16:48:12.287Z
45322026-03-25T16:48:12.288Zinfo: running `cargo check --bins` on internal-dns-cli (256/268)
45332026-03-25T16:48:12.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45342026-03-25T16:48:12.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45352026-03-25T16:48:12.936Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45362026-03-25T16:48:13.385Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45372026-03-25T16:48:13.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
45382026-03-25T16:48:13.898Z
45392026-03-25T16:48:13.898Zinfo: running `cargo check --bins` on omicron-live-tests (257/268)
45402026-03-25T16:48:14.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-03-25T16:48:14.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-03-25T16:48:14.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45432026-03-25T16:48:14.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45442026-03-25T16:48:14.499Z
45452026-03-25T16:48:14.499Zinfo: running `cargo check --bins` on live-tests-macros (258/268)
45462026-03-25T16:48:15.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-03-25T16:48:15.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-03-25T16:48:15.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-03-25T16:48:15.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45502026-03-25T16:48:15.101Z
45512026-03-25T16:48:15.101Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (259/268)
45522026-03-25T16:48:15.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-03-25T16:48:15.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-03-25T16:48:15.858Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45552026-03-25T16:48:16.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45562026-03-25T16:48:16.641Z
45572026-03-25T16:48:16.641Zinfo: running `cargo check --bins` on omicron-ntp-admin (260/268)
45582026-03-25T16:48:17.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45592026-03-25T16:48:17.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45602026-03-25T16:48:17.298Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45612026-03-25T16:48:17.301Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45622026-03-25T16:48:17.550Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45632026-03-25T16:48:17.550Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45642026-03-25T16:48:18.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
45652026-03-25T16:48:18.518Z
45662026-03-25T16:48:18.518Zinfo: running `cargo check --bins` on ntp-admin-types (261/268)
45672026-03-25T16:48:19.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-03-25T16:48:19.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-03-25T16:48:19.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45702026-03-25T16:48:19.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
45712026-03-25T16:48:19.118Z
45722026-03-25T16:48:19.118Zinfo: running `cargo check --bins` on omicron-package (262/268)
45732026-03-25T16:48:19.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-03-25T16:48:19.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-03-25T16:48:19.794Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45762026-03-25T16:48:20.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s
45772026-03-25T16:48:21.037Z
45782026-03-25T16:48:21.037Zinfo: running `cargo check --bins` on tqdb (263/268)
45792026-03-25T16:48:21.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45802026-03-25T16:48:21.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45812026-03-25T16:48:21.817Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45822026-03-25T16:48:22.168Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45832026-03-25T16:48:22.675Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45842026-03-25T16:48:22.678Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45852026-03-25T16:48:27.631Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45862026-03-25T16:48:28.298Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45872026-03-25T16:48:28.301Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45882026-03-25T16:48:28.301Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45892026-03-25T16:48:28.301Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45902026-03-25T16:48:29.020Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45912026-03-25T16:48:35.753Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45922026-03-25T16:48:41.606Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45932026-03-25T16:48:41.610Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45942026-03-25T16:48:41.610Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45952026-03-25T16:48:41.610Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45962026-03-25T16:48:43.028Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45972026-03-25T16:48:44.314Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45982026-03-25T16:48:44.969Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45992026-03-25T16:48:46.192Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46002026-03-25T16:48:46.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.67s
46012026-03-25T16:48:46.938Z
46022026-03-25T16:48:46.938Zinfo: running `cargo check --bins` on wicket-dbg (264/268)
46032026-03-25T16:48:47.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46042026-03-25T16:48:47.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46052026-03-25T16:48:47.676Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46062026-03-25T16:48:47.679Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
46072026-03-25T16:48:47.800Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
46082026-03-25T16:48:47.812Z Checking rtoolbox v0.0.3
46092026-03-25T16:48:47.823Z Checking tui-tree-widget v0.23.1
46102026-03-25T16:48:47.929Z Checking rpassword v7.4.0
46112026-03-25T16:48:48.033Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46122026-03-25T16:48:48.720Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46132026-03-25T16:48:53.638Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46142026-03-25T16:48:54.304Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46152026-03-25T16:48:55.330Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46162026-03-25T16:48:58.287Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46172026-03-25T16:49:00.075Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46182026-03-25T16:49:00.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s
46192026-03-25T16:49:01.179Z
46202026-03-25T16:49:01.179Zinfo: running `cargo check --bins` on wicket (265/268)
46212026-03-25T16:49:01.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46222026-03-25T16:49:01.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46232026-03-25T16:49:01.877Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46242026-03-25T16:49:02.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
46252026-03-25T16:49:02.432Z
46262026-03-25T16:49:02.432Zinfo: running `cargo check --bins` on wicketd (266/268)
46272026-03-25T16:49:02.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46282026-03-25T16:49:02.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46292026-03-25T16:49:03.164Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46302026-03-25T16:49:03.167Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46312026-03-25T16:49:03.167Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46322026-03-25T16:49:03.167Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46332026-03-25T16:49:04.144Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46342026-03-25T16:49:04.731Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46352026-03-25T16:49:07.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.18s
46362026-03-25T16:49:07.826Z
46372026-03-25T16:49:07.826Zinfo: running `cargo check --bins` on omicron-workspace-hack (267/268)
46382026-03-25T16:49:08.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46392026-03-25T16:49:08.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46402026-03-25T16:49:08.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46412026-03-25T16:49:08.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
46422026-03-25T16:49:08.424Z
46432026-03-25T16:49:08.424Zinfo: running `cargo check --bins` on zone-setup (268/268)
46442026-03-25T16:49:08.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46452026-03-25T16:49:08.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46462026-03-25T16:49:09.100Z Checking uzers v0.12.2
46472026-03-25T16:49:09.373Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46482026-03-25T16:49:10.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46492026-03-25T16:49:10.308Z
46502026-03-25T16:49:10.308Zreal 13:42.786969401
46512026-03-25T16:49:10.308Zuser 20:14.652343374
46522026-03-25T16:49:10.308Zsys 4:12.832978291
46532026-03-25T16:49:10.308Ztrap 0.311999894
46542026-03-25T16:49:10.311Ztflt 0.254500266
46552026-03-25T16:49:10.311Zdflt 0.638164877
46562026-03-25T16:49:10.311Zkflt 0.001023858
46572026-03-25T16:49:10.311Zlock 1:15:30.254355779
46582026-03-25T16:49:10.311Zslp 1:35:57.327831052
46592026-03-25T16:49:10.311Zlat 1:11.750383784
46602026-03-25T16:49:10.311Zstop 4:10.638528495
46612026-03-25T16:49:10.312Zprocess exited: duration 1002562 ms, exit code 0
 
46622026-03-25T16:49:14.424Zfound 1 output files
46632026-03-25T16:49:14.424Zuploading: /var/tmp/ci-resource-usage.csv (86972 bytes)
46642026-03-25T16:49:15.444Zuploaded: /var/tmp/ci-resource-usage.csv