01KKBHVCZP3N4THTES6MGJ1SF6: check-features (helios)

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

Buildomat Job: 01KKBHVRC4H87RD2PHWR045E35

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T09:40:44.414Zjob assigned to worker 01KKBHVXYET1JZPXCEZE250PDS [factory aws, i-0ae2aedd70785e8c1] (queued for 58 s)
 
22026-03-10T09:40:51.984Zstarting task 0: "setup"
32026-03-10T09:40:51.990Z++ uname -s
42026-03-10T09:40:51.993Z+ kern=SunOS
52026-03-10T09:40:51.994Z+ build_user=build
62026-03-10T09:40:51.994Z+ build_uid=12345
72026-03-10T09:40:51.994Z+ work_dir=/work
82026-03-10T09:40:51.994Z+ input_dir=/input
92026-03-10T09:40:51.994Z+ [[ 0 == 12345 ]]
102026-03-10T09:40:51.994Z+ case "$kern" in
112026-03-10T09:40:51.994Z+ groupadd -g 12345 build
122026-03-10T09:40:51.997Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T09:40:54.002Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T09:40:54.120Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T09:40:54.123Z+ home_fs=zfs
162026-03-10T09:40:54.123Z+ [[ zfs == autofs ]]
172026-03-10T09:40:54.123Z+ mkdir -p /home/build
182026-03-10T09:40:54.126Z+ chown build:build /home/build /work
192026-03-10T09:40:55.126Z+ chmod 0700 /home/build /work
202026-03-10T09:40:55.129Zprocess exited: duration 3142 ms, exit code 0
 
212026-03-10T09:40:55.135Zstarting task 1: "rust-toolchain"
222026-03-10T09:40:55.139Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-10T09:40:55.139Z * rust toolchain channel = "1.91.1"
242026-03-10T09:40:55.139Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-10T09:40:55.139Z * rust toolchain profile = "default"
262026-03-10T09:40:55.139Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-10T09:40:55.139Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-10T09:40:55.142Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T09:40:55.142Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-10T09:40:55.271Zinfo: downloading installer
312026-03-10T09:40:56.928Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T09:40:56.928Zwarn: /opt/ooce/bin
332026-03-10T09:40:56.928Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T09:40:56.928Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T09:40:56.928Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T09:40:56.928Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T09:40:56.928Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T09:40:56.928Zerror: cannot install while Rust is installed
392026-03-10T09:40:56.928Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T09:40:56.940Zinfo: profile set to 'default'
412026-03-10T09:40:56.940Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T09:40:56.943Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-10T09:40:57.115Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-10T09:40:57.115Zinfo: downloading component 'cargo'
452026-03-10T09:40:58.127Zinfo: downloading component 'clippy'
462026-03-10T09:40:58.523Zinfo: downloading component 'rust-docs'
472026-03-10T09:41:00.082Zinfo: downloading component 'rust-std'
482026-03-10T09:41:02.014Zinfo: downloading component 'rustc'
492026-03-10T09:41:09.477Zinfo: downloading component 'rustfmt'
502026-03-10T09:41:09.757Zinfo: installing component 'cargo'
512026-03-10T09:41:10.583Zinfo: installing component 'clippy'
522026-03-10T09:41:10.935Zinfo: installing component 'rust-docs'
532026-03-10T09:41:12.392Zinfo: installing component 'rust-std'
542026-03-10T09:41:13.890Zinfo: installing component 'rustc'
552026-03-10T09:41:19.698Zinfo: installing component 'rustfmt'
562026-03-10T09:41:20.005Z
572026-03-10T09:41:20.005Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-03-10T09:41:20.410Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-10T09:41:20.410Z
602026-03-10T09:41:20.413Z
612026-03-10T09:41:20.413ZRust is installed now. Great!
622026-03-10T09:41:20.413Z
632026-03-10T09:41:20.413ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T09:41:20.413Zenvironment variable. This has not been done automatically.
652026-03-10T09:41:20.413Z
662026-03-10T09:41:20.413ZTo configure your current shell, you need to source
672026-03-10T09:41:20.413Zthe corresponding env file under $HOME/.cargo.
682026-03-10T09:41:20.413Z
692026-03-10T09:41:20.413ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T09:41:20.413Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T09:41:20.413Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T09:41:20.413Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T09:41:20.509Z+ rustup --version
742026-03-10T09:41:20.520Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T09:41:20.523Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T09:41:20.603Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-10T09:41:20.607Z+ cargo --version
782026-03-10T09:41:20.674Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-10T09:41:20.677Z+ rustc --version
802026-03-10T09:41:20.750Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-10T09:41:20.753Zprocess exited: duration 25609 ms, exit code 0
 
822026-03-10T09:41:20.759Zstarting task 2: "authentication"
832026-03-10T09:41:20.778Zprocess exited: duration 19 ms, exit code 0
 
842026-03-10T09:41:20.784Zstarting task 3: "clone repository"
852026-03-10T09:41:20.788Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-10T09:41:20.791Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-10T09:41:20.826ZCloning into '/work/oxidecomputer/omicron'...
882026-03-10T09:41:30.701Z+ cd /work/oxidecomputer/omicron
892026-03-10T09:41:30.701Z+ git fetch origin d992d4672201786d7a577ef2290fe588b7443e72
902026-03-10T09:41:31.019ZFrom https://github.com/oxidecomputer/omicron
912026-03-10T09:41:31.019Z * branch d992d4672201786d7a577ef2290fe588b7443e72 -> FETCH_HEAD
922026-03-10T09:41:31.029Z+ [[ -n ea-ztnrpmzzkqvp ]]
932026-03-10T09:41:31.032Z++ git branch --show-current
942026-03-10T09:41:31.032Z+ current=main
952026-03-10T09:41:31.032Z+ [[ main != ea-ztnrpmzzkqvp ]]
962026-03-10T09:41:31.032Z+ git branch -f ea-ztnrpmzzkqvp d992d4672201786d7a577ef2290fe588b7443e72
972026-03-10T09:41:31.036Z+ git checkout -f ea-ztnrpmzzkqvp
982026-03-10T09:41:31.373ZSwitched to branch 'ea-ztnrpmzzkqvp'
992026-03-10T09:41:31.377Z+ git reset --hard d992d4672201786d7a577ef2290fe588b7443e72
1002026-03-10T09:41:31.432ZHEAD is now at d992d4672 monitor resource consumption on linux
1012026-03-10T09:41:31.435Zprocess exited: duration 10645 ms, exit code 0
 
1022026-03-10T09:41:31.441Zstarting task 4: "build"
1032026-03-10T09:41:31.445Z+ source .github/buildomat/ci-env.sh
1042026-03-10T09:41:31.448Z++ export CARGO_TERM_COLOR=always
1052026-03-10T09:41:31.448Z++ CARGO_TERM_COLOR=always
1062026-03-10T09:41:31.448Z+ cargo --version
1072026-03-10T09:41:31.505Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-10T09:41:31.509Z+ rustc --version
1092026-03-10T09:41:31.580Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-10T09:41:31.583Z+ cargo build --release -p ci-resource-usage
1112026-03-10T09:41:31.861Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-03-10T09:41:32.100Z Updating crates.io index
1132026-03-10T09:41:32.135Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-03-10T09:41:32.342Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-03-10T09:41:33.008Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-03-10T09:41:33.501Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-03-10T09:41:33.779Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-03-10T09:41:35.211Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-03-10T09:41:37.466Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-03-10T09:41:38.399Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-03-10T09:41:38.950Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-03-10T09:41:39.661Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-03-10T09:41:40.259Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-03-10T09:41:41.352Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-03-10T09:41:41.710Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-03-10T09:41:42.234Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-03-10T09:41:42.484Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-03-10T09:41:43.447Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-03-10T09:41:44.062Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-03-10T09:41:44.324Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-03-10T09:41:44.598Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-03-10T09:41:45.017Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-03-10T09:41:45.340Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-03-10T09:41:45.586Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-03-10T09:41:45.838Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-03-10T09:41:46.228Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-03-10T09:41:46.747Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1382026-03-10T09:41:47.245Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1392026-03-10T09:41:47.488Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1402026-03-10T09:41:47.795Z Updating git repository `https://github.com/oxidecomputer/ispf`
1412026-03-10T09:41:48.953Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-03-10T09:41:49.854Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1432026-03-10T09:41:50.158Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1442026-03-10T09:41:50.437Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1452026-03-10T09:41:50.810Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1462026-03-10T09:41:51.359Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-03-10T09:41:51.590Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-03-10T09:41:51.833Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-03-10T09:41:52.116Z Updating git repository `https://github.com/illumos/smf-rs`
1502026-03-10T09:41:52.455Z Updating git repository `https://github.com/oxidecomputer/omicron`
1512026-03-10T09:42:11.114Z Downloading crates ...
1522026-03-10T09:42:11.171Z Downloaded thiserror v1.0.69
1532026-03-10T09:42:11.175Z Downloaded thiserror-impl v1.0.69
1542026-03-10T09:42:11.178Z Downloaded anyhow v1.0.102
1552026-03-10T09:42:11.181Z Downloaded kstat-rs v0.2.4
1562026-03-10T09:42:11.184Z Downloaded quote v1.0.44
1572026-03-10T09:42:11.184Z Downloaded proc-macro2 v1.0.106
1582026-03-10T09:42:11.198Z Downloaded unicode-ident v1.0.24
1592026-03-10T09:42:11.243Z Downloaded syn v2.0.117
1602026-03-10T09:42:11.275Z Downloaded libc v0.2.180
1612026-03-10T09:42:11.336Z Compiling proc-macro2 v1.0.106
1622026-03-10T09:42:11.339Z Compiling unicode-ident v1.0.24
1632026-03-10T09:42:11.339Z Compiling quote v1.0.44
1642026-03-10T09:42:11.339Z Compiling libc v0.2.180
1652026-03-10T09:42:11.339Z Compiling thiserror v1.0.69
1662026-03-10T09:42:11.339Z Compiling anyhow v1.0.102
1672026-03-10T09:42:12.901Z Compiling syn v2.0.117
1682026-03-10T09:42:14.620Z Compiling thiserror-impl v1.0.69
1692026-03-10T09:42:15.578Z Compiling kstat-rs v0.2.4
1702026-03-10T09:42:15.932Z Compiling ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
1712026-03-10T09:42:16.525Z Finished `release` profile [optimized] target(s) in 44.87s
1722026-03-10T09:42:16.888Z+ bmat process start ci-resource-usage target/release/ci-resource-usage /var/tmp/ci-resource-usage.csv
1732026-03-10T09:42:16.896Z+ source ./env.sh
1742026-03-10T09:42:16.899Z++ OLD_SHELL_OPTS=ehxB
1752026-03-10T09:42:16.899Z++ set -o xtrace
1762026-03-10T09:42:16.899Z++++ dirname ./env.sh
1772026-03-10T09:42:16.902Z+++ readlink -f .
1782026-03-10T09:42:16.902Z++ OMICRON_WS=/work/oxidecomputer/omicron
1792026-03-10T09:42:16.902Z++ export 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-10T09:42:16.902Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1812026-03-10T09:42:16.902Z++ 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
1822026-03-10T09:42:16.902Z++ 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
1832026-03-10T09:42:16.902Z++ 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
1842026-03-10T09:42:16.902Z++ 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
1852026-03-10T09:42:16.902Z++ 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
1862026-03-10T09:42:16.902Z++ 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
1872026-03-10T09:42:16.902Z++ case $OLD_SHELL_OPTS in
1882026-03-10T09:42:16.905Z++ unset OLD_SHELL_OPTS OMICRON_WS
1892026-03-10T09:42:16.905Z+ 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
1902026-03-10T09:42:16.905Z+ 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
1912026-03-10T09:42:16.905Z+ banner prerequisites
1922026-03-10T09:42:16.905Z
1932026-03-10T09:42:16.905Z ##### ##### ###### ##### ###### #### # # # #### #
1942026-03-10T09:42:16.905Z # # # # # # # # # # # # # # #
1952026-03-10T09:42:16.905Z # # # # ##### # # ##### # # # # # #### #
1962026-03-10T09:42:16.905Z ##### ##### # ##### # # # # # # # # #
1972026-03-10T09:42:16.906Z # # # # # # # # # # # # # # #
1982026-03-10T09:42:16.906Z # # # ###### # # ###### ### # #### # #### #
1992026-03-10T09:42:16.906Z
2002026-03-10T09:42:16.906Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
2012026-03-10T09:42:27.066Z Startup: Refreshing catalog 'helios-dev' ... Done
2022026-03-10T09:42:36.582Z Startup: Caching catalogs ... Done
2032026-03-10T09:42:58.245ZPlanning: Solver setup ... Done (20.097s)
2042026-03-10T09:42:58.389ZPlanning: Running solver ... Done (0.144s)
2052026-03-10T09:42:58.566ZPlanning: Finding local manifests ... Done (0.003s)
2062026-03-10T09:42:58.579ZPlanning: Fetching manifests: 0/4 0% complete
2072026-03-10T09:42:58.701ZPlanning: Fetching manifests: 4/4 100% complete
2082026-03-10T09:42:58.743ZPlanning: Package planning ... Done (0.043s)
2092026-03-10T09:42:58.782ZPlanning: Merging actions ... Done (0.039s)
2102026-03-10T09:42:59.019ZPlanning: Checking for conflicting actions ... Done (0.236s)
2112026-03-10T09:42:59.030ZPlanning: Consolidating action changes ... Done (0.010s)
2122026-03-10T09:42:59.886ZPlanning: Evaluating mediators ... Done (0.850s)
2132026-03-10T09:42:59.919ZPlanning: Planning completed in 23.16 seconds
2142026-03-10T09:42:59.976Z Packages to install: 4
2152026-03-10T09:42:59.977Z Mediators to change: 2
2162026-03-10T09:42:59.977Z Services to change: 1
2172026-03-10T09:42:59.977Z Estimated space available: 155.27 GB
2182026-03-10T09:42:59.977ZEstimated space to be consumed: 1.82 GB
2192026-03-10T09:42:59.977Z Create boot environment: No
2202026-03-10T09:42:59.977ZCreate backup boot environment: No
2212026-03-10T09:42:59.977Z Rebuild boot archive: No
2222026-03-10T09:42:59.977Z
2232026-03-10T09:42:59.977ZChanged mediators:
2242026-03-10T09:42:59.978Z mediator clang:
2252026-03-10T09:42:59.978Z version: None -> 15 (system default)
2262026-03-10T09:42:59.978Z
2272026-03-10T09:42:59.978Z mediator llvm:
2282026-03-10T09:42:59.978Z version: 14 (system default) -> 15 (system default)
2292026-03-10T09:42:59.978Z
2302026-03-10T09:42:59.978ZChanged packages:
2312026-03-10T09:42:59.978Zhelios-dev
2322026-03-10T09:42:59.978Z developer/build-essential
2332026-03-10T09:42:59.978Z None -> 11-2.0
2342026-03-10T09:42:59.979Z library/libxmlsec1
2352026-03-10T09:42:59.979Z None -> 1.2.35-2.0
2362026-03-10T09:42:59.979Z ooce/developer/clang-15
2372026-03-10T09:42:59.979Z None -> 15.0.7-2.0
2382026-03-10T09:42:59.979Z ooce/developer/llvm-15
2392026-03-10T09:42:59.979Z None -> 15.0.7-2.0
2402026-03-10T09:42:59.979Z
2412026-03-10T09:42:59.979ZServices:
2422026-03-10T09:42:59.979Z restart_fmri:
2432026-03-10T09:42:59.979Z svc:/system/update-man-index:default
2442026-03-10T09:42:59.992Z
2452026-03-10T09:42:59.992ZDownload: 0/3290 items 0.0/212.6MB 0% complete
2462026-03-10T09:43:04.953ZDownload: 1349/3290 items 110.4/212.6MB 51% complete (22.2M/s)
2472026-03-10T09:43:09.955ZDownload: 3249/3290 items 203.1/212.6MB 95% complete (20.5M/s)
2482026-03-10T09:43:14.373ZDownload: Completed 212.60 MB in 14.42 seconds (14.8M/s)
2492026-03-10T09:43:14.541Z Actions: 1/3689 actions (Installing new actions)
2502026-03-10T09:43:18.645Z Actions: Completed 3689 actions in 4.12 seconds.
2512026-03-10T09:43:19.396Z Done (0.747s)
2522026-03-10T09:43:19.396Z Done (0.000s)
2532026-03-10T09:43:20.403Z Done (1.007s)
2542026-03-10T09:43:24.384Z Done (3.621s)
2552026-03-10T09:43:24.467Z Done (0.017s)
2562026-03-10T09:43:24.470Z Done (0.000s)
2572026-03-10T09:43:24.607Z Done (0.000s)
2582026-03-10T09:43:25.580ZPlanning: Evaluating mediator changes ... Done
2592026-03-10T09:43:25.724ZPlanning: Checking for conflicting actions ... Done
2602026-03-10T09:43:25.727ZPlanning: Consolidating action changes ... Done
2612026-03-10T09:43:25.947ZPlanning: Evaluating mediators ... Done
2622026-03-10T09:43:25.951ZPlanning: Planning completed in 0.37 seconds
2632026-03-10T09:43:25.976Z Mediators to change: 2
2642026-03-10T09:43:25.976Z Create boot environment: No
2652026-03-10T09:43:25.979ZCreate backup boot environment: No
2662026-03-10T09:43:26.058Z Done
2672026-03-10T09:43:26.059Z Done
2682026-03-10T09:43:26.814Z Done
2692026-03-10T09:43:30.152Z Done
2702026-03-10T09:43:30.240Z Done
2712026-03-10T09:43:30.243Z Done
2722026-03-10T09:43:30.408Z Done
2732026-03-10T09:43:30.942ZPlanning: Evaluating mediator changes ... Done
2742026-03-10T09:43:30.946ZPlanning: Merging actions ... Done
2752026-03-10T09:43:31.114ZPlanning: Checking for conflicting actions ... Done
2762026-03-10T09:43:31.117ZPlanning: Consolidating action changes ... Done
2772026-03-10T09:43:31.331ZPlanning: Evaluating mediators ... Done
2782026-03-10T09:43:31.374ZPlanning: Planning completed in 0.63 seconds
2792026-03-10T09:43:31.403Z Packages to change: 1
2802026-03-10T09:43:31.404Z Mediators to change: 1
2812026-03-10T09:43:31.406Z Services to change: 1
2822026-03-10T09:43:31.406Z Create boot environment: No
2832026-03-10T09:43:31.406ZCreate backup boot environment: Yes
2842026-03-10T09:43:33.764Z Actions: 1/6 actions (Updating modified actions)
2852026-03-10T09:43:33.767Z Actions: Completed 6 actions in 0.00 seconds.
2862026-03-10T09:43:33.767Z Done
2872026-03-10T09:43:33.767Z Done
2882026-03-10T09:43:33.957Z Done
2892026-03-10T09:43:37.294Z Done
2902026-03-10T09:43:37.379Z Done
2912026-03-10T09:43:37.382Z Done
2922026-03-10T09:43:37.528Z Done
2932026-03-10T09:43:37.906ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2942026-03-10T09:43:37.906Zclang system 15 system
2952026-03-10T09:43:37.906Zcsh system system illumos
2962026-03-10T09:43:37.906Zctags system system illumos
2972026-03-10T09:43:37.906Zfile system system illumos
2982026-03-10T09:43:37.906Zgcc vendor 12 vendor
2992026-03-10T09:43:37.906Zgcc system 10 system
3002026-03-10T09:43:37.906Zgcc system 7 system
3012026-03-10T09:43:37.906Zgo system 1.20 system
3022026-03-10T09:43:37.906Zgo system 1.19 system
3032026-03-10T09:43:37.906Zllvm system 15 system
3042026-03-10T09:43:37.906Zllvm system 14 system
3052026-03-10T09:43:37.906Zmariadb system 10.6 system
3062026-03-10T09:43:37.906Zmta vendor vendor dma
3072026-03-10T09:43:37.906Zopenjdk system 17 system
3082026-03-10T09:43:37.906Zopenjdk system 11 system
3092026-03-10T09:43:37.906Zopenjdk system 1.8 system
3102026-03-10T09:43:37.907Zopenssl vendor 3 vendor
3112026-03-10T09:43:37.907Zperl system 5.36 system
3122026-03-10T09:43:37.907Zpostgresql system 15 system
3132026-03-10T09:43:37.907Zpostgresql system 13 system
3142026-03-10T09:43:37.907Zpython vendor 3 vendor
3152026-03-10T09:43:37.907Zpython system 2 system
3162026-03-10T09:43:37.907Zpython3 system 3.11 system
3172026-03-10T09:43:37.907Zruby system 3.0 system
3182026-03-10T09:43:37.907Zwords vendor vendor american-english
3192026-03-10T09:43:37.907Zwords system system australian-english
3202026-03-10T09:43:37.907Zwords system system british-english
3212026-03-10T09:43:37.907Zwords system system canadian-english
3222026-03-10T09:43:37.907Zwords system system french
3232026-03-10T09:43:37.907Zwords system system italian
3242026-03-10T09:43:37.907Zwords system system ngerman
3252026-03-10T09:43:37.907Zwords system system ogerman
3262026-03-10T09:43:37.907Zwords system system spanish
3272026-03-10T09:43:38.204ZPUBLISHER TYPE STATUS P LOCATION
3282026-03-10T09:43:38.204Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3292026-03-10T09:43:44.053ZFMRI IFO
3302026-03-10T09:43:44.053Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3312026-03-10T09:43:44.053Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3322026-03-10T09:43:44.053Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3332026-03-10T09:43:44.053Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3342026-03-10T09:43:44.053Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3352026-03-10T09:43:44.053Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
3362026-03-10T09:43:44.053Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3372026-03-10T09:43:44.053Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
3382026-03-10T09:43:44.053Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3392026-03-10T09:43:44.053Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3402026-03-10T09:43:44.053Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
3412026-03-10T09:43:44.053Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3422026-03-10T09:43:44.054Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3432026-03-10T09:43:44.054Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
3442026-03-10T09:43:44.054Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3452026-03-10T09:43:44.054Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3462026-03-10T09:43:45.669Z Downloading crates ...
3472026-03-10T09:43:45.718Z Downloaded anstyle-query v1.1.5
3482026-03-10T09:43:45.721Z Downloaded anstyle-parse v0.2.7
3492026-03-10T09:43:45.724Z Downloaded idna_adapter v1.2.1
3502026-03-10T09:43:45.727Z Downloaded strsim v0.11.1
3512026-03-10T09:43:45.730Z Downloaded serde_tokenstream v0.2.3
3522026-03-10T09:43:45.733Z Downloaded tabled_derive v0.7.0
3532026-03-10T09:43:45.733Z Downloaded once_cell v1.21.3
3542026-03-10T09:43:45.736Z Downloaded colorchoice v1.0.4
3552026-03-10T09:43:45.736Z Downloaded block-buffer v0.10.4
3562026-03-10T09:43:45.739Z Downloaded thiserror-impl v2.0.18
3572026-03-10T09:43:45.761Z Downloaded erased-serde v0.4.9
3582026-03-10T09:43:45.761Z Downloaded cpufeatures v0.2.17
3592026-03-10T09:43:45.761Z Downloaded clap_lex v1.0.0
3602026-03-10T09:43:45.761Z Downloaded autocfg v1.5.0
3612026-03-10T09:43:45.761Z Downloaded version_check v0.9.5
3622026-03-10T09:43:45.761Z Downloaded camino v1.2.2
3632026-03-10T09:43:45.761Z Downloaded potential_utf v0.1.4
3642026-03-10T09:43:45.761Z Downloaded clap_derive v4.5.55
3652026-03-10T09:43:45.761Z Downloaded anstream v0.6.21
3662026-03-10T09:43:45.761Z Downloaded usdt-macro v0.5.0
3672026-03-10T09:43:45.761Z Downloaded typeid v1.0.3
3682026-03-10T09:43:45.761Z Downloaded clap v4.5.60
3692026-03-10T09:43:45.765Z Downloaded zerofrom-derive v0.1.6
3702026-03-10T09:43:45.765Z Downloaded usdt v0.5.0
3712026-03-10T09:43:45.765Z Downloaded utf8parse v0.2.2
3722026-03-10T09:43:45.765Z Downloaded utf8_iter v1.0.4
3732026-03-10T09:43:45.768Z Downloaded zerofrom v0.1.6
3742026-03-10T09:43:45.768Z Downloaded unicode-xid v0.2.6
3752026-03-10T09:43:45.768Z Downloaded fnv v1.0.7
3762026-03-10T09:43:45.768Z Downloaded usdt-attr-macro v0.5.0
3772026-03-10T09:43:45.771Z Downloaded serde-value v0.7.0
3782026-03-10T09:43:45.771Z Downloaded proc-macro-error-attr v1.0.4
3792026-03-10T09:43:45.771Z Downloaded heck v0.5.0
3802026-03-10T09:43:45.771Z Downloaded generic-array v0.14.7
3812026-03-10T09:43:45.774Z Downloaded yoke-derive v0.8.1
3822026-03-10T09:43:45.774Z Downloaded sha2 v0.10.9
3832026-03-10T09:43:45.777Z Downloaded cargo_toml v0.21.0
3842026-03-10T09:43:45.777Z Downloaded bytecount v0.6.9
3852026-03-10T09:43:45.781Z Downloaded anstyle v1.0.13
3862026-03-10T09:43:45.781Z Downloaded unicode-linebreak v0.1.5
3872026-03-10T09:43:45.781Z Downloaded form_urlencoded v1.2.2
3882026-03-10T09:43:45.784Z Downloaded fastrand v2.3.0
3892026-03-10T09:43:45.784Z Downloaded zerovec-derive v0.11.2
3902026-03-10T09:43:45.787Z Downloaded ucd-trie v0.1.7
3912026-03-10T09:43:45.787Z Downloaded plain v0.2.3
3922026-03-10T09:43:45.787Z Downloaded zmij v1.0.21
3932026-03-10T09:43:45.790Z Downloaded yoke v0.8.1
3942026-03-10T09:43:45.790Z Downloaded equivalent v1.0.2
3952026-03-10T09:43:45.790Z Downloaded writeable v0.6.2
3962026-03-10T09:43:45.794Z Downloaded byteorder v1.5.0
3972026-03-10T09:43:45.794Z Downloaded bitflags v2.11.0
3982026-03-10T09:43:45.797Z Downloaded zerocopy-derive v0.7.35
3992026-03-10T09:43:45.800Z Downloaded swrite v0.1.0
4002026-03-10T09:43:45.803Z Downloaded litemap v0.8.1
4012026-03-10T09:43:45.803Z Downloaded serde_spanned v0.6.9
4022026-03-10T09:43:45.803Z Downloaded itoa v1.0.17
4032026-03-10T09:43:45.806Z Downloaded dtrace-parser v0.2.0
4042026-03-10T09:43:45.806Z Downloaded cargo-platform v0.2.0
4052026-03-10T09:43:45.806Z Downloaded usdt-impl v0.5.0
4062026-03-10T09:43:45.810Z Downloaded thiserror v2.0.18
4072026-03-10T09:43:45.813Z Downloaded pretty-hex v0.4.1
4082026-03-10T09:43:45.813Z Downloaded percent-encoding v2.3.2
4092026-03-10T09:43:45.813Z Downloaded toml v0.8.23
4102026-03-10T09:43:45.816Z Downloaded zerotrie v0.2.3
4112026-03-10T09:43:45.819Z Downloaded typenum v1.19.0
4122026-03-10T09:43:45.822Z Downloaded dof v0.3.0
4132026-03-10T09:43:45.822Z Downloaded ordered-float v2.10.1
4142026-03-10T09:43:45.822Z Downloaded memmap v0.7.0
4152026-03-10T09:43:45.825Z Downloaded stable_deref_trait v1.2.1
4162026-03-10T09:43:45.825Z Downloaded thread-id v4.2.2
4172026-03-10T09:43:45.825Z Downloaded is_terminal_polyfill v1.70.2
4182026-03-10T09:43:45.828Z Downloaded smawk v0.3.2
4192026-03-10T09:43:45.828Z Downloaded errno v0.3.14
4202026-03-10T09:43:45.828Z Downloaded camino-tempfile v1.4.1
4212026-03-10T09:43:45.831Z Downloaded crypto-common v0.1.7
4222026-03-10T09:43:45.831Z Downloaded url v2.5.8
4232026-03-10T09:43:45.834Z Downloaded zerovec v0.11.5
4242026-03-10T09:43:45.837Z Downloaded scroll_derive v0.12.1
4252026-03-10T09:43:45.840Z Downloaded cfg-if v1.0.4
4262026-03-10T09:43:45.840Z Downloaded terminal_size v0.4.3
4272026-03-10T09:43:45.840Z Downloaded macaddr v1.0.1
4282026-03-10T09:43:45.843Z Downloaded toml_datetime v0.6.11
4292026-03-10T09:43:45.843Z Downloaded digest v0.10.7
4302026-03-10T09:43:45.843Z Downloaded semver v1.0.27
4312026-03-10T09:43:45.846Z Downloaded proc-macro-error v1.0.4
4322026-03-10T09:43:45.849Z Downloaded fs-err v3.3.0
4332026-03-10T09:43:45.849Z Downloaded zerocopy v0.7.35
4342026-03-10T09:43:45.860Z Downloaded toml_write v0.1.2
4352026-03-10T09:43:45.863Z Downloaded winnow v0.7.14
4362026-03-10T09:43:45.868Z Downloaded unicode-width v0.2.0
4372026-03-10T09:43:45.872Z Downloaded cargo_metadata v0.21.0
4382026-03-10T09:43:45.875Z Downloaded displaydoc v0.2.5
4392026-03-10T09:43:45.878Z Downloaded tinystr v0.8.2
4402026-03-10T09:43:45.878Z Downloaded unicode-width v0.1.14
4412026-03-10T09:43:45.881Z Downloaded synstructure v0.13.2
4422026-03-10T09:43:45.884Z Downloaded serde-untagged v0.1.9
4432026-03-10T09:43:45.884Z Downloaded heck v0.4.1
4442026-03-10T09:43:45.893Z Downloaded scroll v0.12.0
4452026-03-10T09:43:45.900Z Downloaded pest_derive v2.8.6
4462026-03-10T09:43:45.905Z Downloaded smallvec v1.15.1
4472026-03-10T09:43:45.914Z Downloaded pest_generator v2.8.6
4482026-03-10T09:43:45.919Z Downloaded icu_properties v2.1.2
4492026-03-10T09:43:45.922Z Downloaded textwrap v0.16.2
4502026-03-10T09:43:45.925Z Downloaded tempfile v3.25.0
4512026-03-10T09:43:45.928Z Downloaded papergrid v0.11.0
4522026-03-10T09:43:45.931Z Downloaded serde_derive v1.0.228
4532026-03-10T09:43:45.933Z Downloaded log v0.4.29
4542026-03-10T09:43:45.933Z Downloaded num-traits v0.2.19
4552026-03-10T09:43:45.936Z Downloaded indexmap v2.13.0
4562026-03-10T09:43:45.943Z Downloaded serde_core v1.0.228
4572026-03-10T09:43:45.943Z Downloaded icu_normalizer v2.1.1
4582026-03-10T09:43:45.943Z Downloaded icu_provider v2.1.1
4592026-03-10T09:43:45.946Z Downloaded getrandom v0.4.1
4602026-03-10T09:43:45.950Z Downloaded icu_normalizer_data v2.1.1
4612026-03-10T09:43:45.954Z Downloaded cargo-util-schemas v0.8.2
4622026-03-10T09:43:45.954Z Downloaded toml_edit v0.22.27
4632026-03-10T09:43:45.958Z Downloaded icu_locale_core v2.1.1
4642026-03-10T09:43:45.961Z Downloaded pest_meta v2.8.6
4652026-03-10T09:43:45.964Z Downloaded icu_collections v2.1.1
4662026-03-10T09:43:45.971Z Downloaded serde v1.0.228
4672026-03-10T09:43:45.974Z Downloaded memchr v2.8.0
4682026-03-10T09:43:46.010Z Downloaded hashbrown v0.16.1
4692026-03-10T09:43:46.014Z Downloaded pest v2.8.6
4702026-03-10T09:43:46.018Z Downloaded idna v1.1.0
4712026-03-10T09:43:46.021Z Downloaded serde_json v1.0.149
4722026-03-10T09:43:46.028Z Downloaded clap_builder v4.5.60
4732026-03-10T09:43:46.033Z Downloaded icu_properties_data v2.1.2
4742026-03-10T09:43:46.039Z Downloaded goblin v0.8.2
4752026-03-10T09:43:46.043Z Downloaded tabled v0.15.0
4762026-03-10T09:43:46.054Z Downloaded syn v1.0.109
4772026-03-10T09:43:46.061Z Downloaded rustix v1.1.3
4782026-03-10T09:43:46.118Z Compiling proc-macro2 v1.0.106
4792026-03-10T09:43:46.118Z Compiling unicode-ident v1.0.24
4802026-03-10T09:43:46.118Z Compiling quote v1.0.44
4812026-03-10T09:43:46.121Z Compiling serde_core v1.0.228
4822026-03-10T09:43:46.121Z Compiling libc v0.2.180
4832026-03-10T09:43:46.121Z Compiling version_check v0.9.5
4842026-03-10T09:43:46.121Z Compiling stable_deref_trait v1.2.1
4852026-03-10T09:43:46.121Z Compiling serde v1.0.228
4862026-03-10T09:43:46.295Z Compiling memchr v2.8.0
4872026-03-10T09:43:46.336Z Compiling zmij v1.0.21
4882026-03-10T09:43:46.591Z Compiling thiserror v1.0.69
4892026-03-10T09:43:46.656Z Compiling autocfg v1.5.0
4902026-03-10T09:43:46.692Z Compiling ucd-trie v0.1.7
4912026-03-10T09:43:46.958Z Compiling itoa v1.0.17
4922026-03-10T09:43:47.133Z Compiling pest v2.8.6
4932026-03-10T09:43:47.182Z Compiling litemap v0.8.1
4942026-03-10T09:43:47.197Z Compiling writeable v0.6.2
4952026-03-10T09:43:47.276Z Compiling icu_normalizer_data v2.1.1
4962026-03-10T09:43:47.403Z Compiling icu_properties_data v2.1.2
4972026-03-10T09:43:47.441Z Compiling byteorder v1.5.0
4982026-03-10T09:43:47.671Z Compiling rustix v1.1.3
4992026-03-10T09:43:47.753Z Compiling syn v2.0.117
5002026-03-10T09:43:47.817Z Compiling errno v0.3.14
5012026-03-10T09:43:47.869Z Compiling bitflags v2.11.0
5022026-03-10T09:43:47.883Z Compiling serde_json v1.0.149
5032026-03-10T09:43:48.151Z Compiling num-traits v0.2.19
5042026-03-10T09:43:48.164Z Compiling equivalent v1.0.2
5052026-03-10T09:43:48.245Z Compiling smallvec v1.15.1
5062026-03-10T09:43:48.390Z Compiling typeid v1.0.3
5072026-03-10T09:43:48.500Z Compiling hashbrown v0.16.1
5082026-03-10T09:43:48.719Z Compiling pest_meta v2.8.6
5092026-03-10T09:43:48.784Z Compiling thread-id v4.2.2
5102026-03-10T09:43:48.873Z Compiling proc-macro-error-attr v1.0.4
5112026-03-10T09:43:48.925Z Compiling usdt-impl v0.5.0
5122026-03-10T09:43:49.106Z Compiling erased-serde v0.4.9
5132026-03-10T09:43:49.192Z Compiling indexmap v2.13.0
5142026-03-10T09:43:49.209Z Compiling winnow v0.7.14
5152026-03-10T09:43:49.368Z Compiling syn v1.0.109
5162026-03-10T09:43:49.461Z Compiling toml_write v0.1.2
5172026-03-10T09:43:50.048Z Compiling proc-macro-error v1.0.4
5182026-03-10T09:43:50.159Z Compiling camino v1.2.2
5192026-03-10T09:43:50.287Z Compiling utf8parse v0.2.2
5202026-03-10T09:43:50.415Z Compiling getrandom v0.4.1
5212026-03-10T09:43:50.559Z Compiling thiserror v2.0.18
5222026-03-10T09:43:50.853Z Compiling utf8_iter v1.0.4
5232026-03-10T09:43:50.919Z Compiling plain v0.2.3
5242026-03-10T09:43:50.989Z Compiling percent-encoding v2.3.2
5252026-03-10T09:43:51.025Z Compiling log v0.4.29
5262026-03-10T09:43:51.067Z Compiling ordered-float v2.10.1
5272026-03-10T09:43:51.220Z Compiling form_urlencoded v1.2.2
5282026-03-10T09:43:51.247Z Compiling anstyle-parse v0.2.7
5292026-03-10T09:43:51.403Z Compiling terminal_size v0.4.3
5302026-03-10T09:43:51.428Z Compiling anstyle v1.0.13
5312026-03-10T09:43:51.463Z Compiling is_terminal_polyfill v1.70.2
5322026-03-10T09:43:51.552Z Compiling synstructure v0.13.2
5332026-03-10T09:43:51.566Z Compiling pest_generator v2.8.6
5342026-03-10T09:43:51.682Z Compiling colorchoice v1.0.4
5352026-03-10T09:43:51.696Z Compiling cfg-if v1.0.4
5362026-03-10T09:43:51.774Z Compiling pretty-hex v0.4.1
5372026-03-10T09:43:51.787Z Compiling anstyle-query v1.1.5
5382026-03-10T09:43:51.903Z Compiling anstream v0.6.21
5392026-03-10T09:43:51.926Z Compiling serde-untagged v0.1.9
5402026-03-10T09:43:52.057Z Compiling semver v1.0.27
5412026-03-10T09:43:52.285Z Compiling fs-err v3.3.0
5422026-03-10T09:43:52.349Z Compiling anyhow v1.0.102
5432026-03-10T09:43:52.512Z Compiling fastrand v2.3.0
5442026-03-10T09:43:52.545Z Compiling heck v0.5.0
5452026-03-10T09:43:52.559Z Compiling fnv v1.0.7
5462026-03-10T09:43:52.571Z Compiling heck v0.4.1
5472026-03-10T09:43:52.666Z Compiling unicode-xid v0.2.6
5482026-03-10T09:43:52.762Z Compiling clap_lex v1.0.0
5492026-03-10T09:43:52.809Z Compiling unicode-width v0.1.14
5502026-03-10T09:43:52.833Z Compiling once_cell v1.21.3
5512026-03-10T09:43:52.846Z Compiling strsim v0.11.1
5522026-03-10T09:43:52.849Z Compiling bytecount v0.6.9
5532026-03-10T09:43:53.046Z Compiling tempfile v3.25.0
5542026-03-10T09:43:53.091Z Compiling papergrid v0.11.0
5552026-03-10T09:43:53.154Z Compiling clap_builder v4.5.60
5562026-03-10T09:43:53.492Z Compiling memmap v0.7.0
5572026-03-10T09:43:53.542Z Compiling unicode-linebreak v0.1.5
5582026-03-10T09:43:53.567Z Compiling smawk v0.3.2
5592026-03-10T09:43:53.708Z Compiling unicode-width v0.2.0
5602026-03-10T09:43:54.050Z Compiling textwrap v0.16.2
5612026-03-10T09:43:54.165Z Compiling serde_derive v1.0.228
5622026-03-10T09:43:54.185Z Compiling zerofrom-derive v0.1.6
5632026-03-10T09:43:54.199Z Compiling yoke-derive v0.8.1
5642026-03-10T09:43:54.378Z Compiling zerovec-derive v0.11.2
5652026-03-10T09:43:54.650Z Compiling displaydoc v0.2.5
5662026-03-10T09:43:55.055Z Compiling thiserror-impl v1.0.69
5672026-03-10T09:43:55.619Z Compiling zerocopy-derive v0.7.35
5682026-03-10T09:43:55.783Z Compiling pest_derive v2.8.6
5692026-03-10T09:43:55.865Z Compiling scroll_derive v0.12.1
5702026-03-10T09:43:56.115Z Compiling zerofrom v0.1.6
5712026-03-10T09:43:56.267Z Compiling yoke v0.8.1
5722026-03-10T09:43:56.344Z Compiling thiserror-impl v2.0.18
5732026-03-10T09:43:56.492Z Compiling zerovec v0.11.5
5742026-03-10T09:43:56.738Z Compiling zerotrie v0.2.3
5752026-03-10T09:43:56.787Z Compiling zerocopy v0.7.35
5762026-03-10T09:43:56.879Z Compiling dtrace-parser v0.2.0
5772026-03-10T09:43:57.112Z Compiling tinystr v0.8.2
5782026-03-10T09:43:57.174Z Compiling potential_utf v0.1.4
5792026-03-10T09:43:57.360Z Compiling icu_locale_core v2.1.1
5802026-03-10T09:43:57.375Z Compiling icu_collections v2.1.1
5812026-03-10T09:43:57.424Z Compiling scroll v0.12.0
5822026-03-10T09:43:57.584Z Compiling tabled_derive v0.7.0
5832026-03-10T09:43:57.795Z Compiling goblin v0.8.2
5842026-03-10T09:43:57.961Z Compiling clap_derive v4.5.55
5852026-03-10T09:43:58.055Z Compiling camino-tempfile v1.4.1
5862026-03-10T09:43:58.124Z Compiling swrite v0.1.0
5872026-03-10T09:43:58.227Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5882026-03-10T09:43:58.330Z Compiling icu_provider v2.1.1
5892026-03-10T09:43:58.621Z Compiling icu_properties v2.1.2
5902026-03-10T09:43:58.638Z Compiling icu_normalizer v2.1.1
5912026-03-10T09:43:58.848Z Compiling tabled v0.15.0
5922026-03-10T09:43:58.917Z Compiling serde_spanned v0.6.9
5932026-03-10T09:43:59.020Z Compiling toml_datetime v0.6.11
5942026-03-10T09:43:59.077Z Compiling dof v0.3.0
5952026-03-10T09:43:59.094Z Compiling serde_tokenstream v0.2.3
5962026-03-10T09:43:59.346Z Compiling toml_edit v0.22.27
5972026-03-10T09:43:59.359Z Compiling serde-value v0.7.0
5982026-03-10T09:43:59.606Z Compiling cargo-platform v0.2.0
5992026-03-10T09:43:59.823Z Compiling idna_adapter v1.2.1
6002026-03-10T09:43:59.946Z Compiling idna v1.1.0
6012026-03-10T09:43:59.984Z Compiling macaddr v1.0.1
6022026-03-10T09:44:00.247Z Compiling usdt-attr-macro v0.5.0
6032026-03-10T09:44:00.247Z Compiling usdt-macro v0.5.0
6042026-03-10T09:44:00.293Z Compiling url v2.5.8
6052026-03-10T09:44:00.413Z Compiling clap v4.5.60
6062026-03-10T09:44:01.243Z Compiling toml v0.8.23
6072026-03-10T09:44:01.747Z Compiling cargo-util-schemas v0.8.2
6082026-03-10T09:44:01.760Z Compiling usdt v0.5.0
6092026-03-10T09:44:01.772Z Compiling cargo_toml v0.21.0
6102026-03-10T09:44:02.924Z Compiling cargo_metadata v0.21.0
6112026-03-10T09:44:04.211Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
6122026-03-10T09:44:07.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.94s
6132026-03-10T09:44:07.127Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
6142026-03-10T09:44:07.828Z Downloading crates ...
6152026-03-10T09:44:07.952Z Downloaded aead v0.5.2
6162026-03-10T09:44:07.958Z Downloaded adler2 v2.0.1
6172026-03-10T09:44:07.965Z Downloaded arrayref v0.3.9
6182026-03-10T09:44:07.968Z Downloaded bit-set v0.5.3
6192026-03-10T09:44:07.972Z Downloaded crucible-workspace-hack v0.1.0
6202026-03-10T09:44:07.975Z Downloaded crossbeam-epoch v0.9.18
6212026-03-10T09:44:07.980Z Downloaded darling v0.21.3
6222026-03-10T09:44:07.987Z Downloaded bcrypt-pbkdf v0.10.0
6232026-03-10T09:44:07.991Z Downloaded base16ct v0.2.0
6242026-03-10T09:44:07.994Z Downloaded base16ct v1.0.0
6252026-03-10T09:44:07.998Z Downloaded darling_macro v0.23.0
6262026-03-10T09:44:08.003Z Downloaded critical-section v1.2.0
6272026-03-10T09:44:08.006Z Downloaded foreign-types v0.5.0
6282026-03-10T09:44:08.010Z Downloaded embedded-io v0.6.1
6292026-03-10T09:44:08.014Z Downloaded ecdsa v0.16.9
6302026-03-10T09:44:08.018Z Downloaded foreign-types-shared v0.1.1
6312026-03-10T09:44:08.021Z Downloaded float-ord v0.3.2
6322026-03-10T09:44:08.025Z Downloaded dyn-clone v1.0.20
6332026-03-10T09:44:08.028Z Downloaded cobs v0.3.0
6342026-03-10T09:44:08.032Z Downloaded find-msvc-tools v0.1.9
6352026-03-10T09:44:08.036Z Downloaded ena v0.14.4
6362026-03-10T09:44:08.040Z Downloaded display-error-chain v0.2.2
6372026-03-10T09:44:08.043Z Downloaded cargo-platform v0.1.9
6382026-03-10T09:44:08.047Z Downloaded ciborium-ll v0.2.2
6392026-03-10T09:44:08.050Z Downloaded foreign-types-shared v0.3.1
6402026-03-10T09:44:08.053Z Downloaded fd-lock v4.0.4
6412026-03-10T09:44:08.057Z Downloaded foreign-types-macros v0.2.3
6422026-03-10T09:44:08.060Z Downloaded difflib v0.4.0
6432026-03-10T09:44:08.063Z Downloaded dirs-sys-next v0.1.2
6442026-03-10T09:44:08.066Z Downloaded flagset v0.4.7
6452026-03-10T09:44:08.070Z Downloaded fallible-iterator v0.2.0
6462026-03-10T09:44:08.073Z Downloaded crc v3.4.0
6472026-03-10T09:44:08.077Z Downloaded foreign-types v0.3.2
6482026-03-10T09:44:08.080Z Downloaded arrayvec v0.7.6
6492026-03-10T09:44:08.084Z Downloaded fixedbitset v0.4.2
6502026-03-10T09:44:08.088Z Downloaded funty v2.0.0
6512026-03-10T09:44:08.091Z Downloaded futures-core v0.3.32
6522026-03-10T09:44:08.094Z Downloaded foldhash v0.2.0
6532026-03-10T09:44:08.098Z Downloaded env_logger v0.11.9
6542026-03-10T09:44:08.103Z Downloaded fxhash v0.2.1
6552026-03-10T09:44:08.106Z Downloaded hash32 v0.3.1
6562026-03-10T09:44:08.110Z Downloaded git-stub v1.0.0
6572026-03-10T09:44:08.113Z Downloaded foldhash v0.1.5
6582026-03-10T09:44:08.117Z Downloaded ghash v0.5.1
6592026-03-10T09:44:08.121Z Downloaded ff v0.13.1
6602026-03-10T09:44:08.125Z Downloaded deranged v0.5.8
6612026-03-10T09:44:08.128Z Downloaded filetime v0.2.27
6622026-03-10T09:44:08.130Z Downloaded hash32 v0.2.1
6632026-03-10T09:44:08.133Z Downloaded hex-literal v0.4.1
6642026-03-10T09:44:08.136Z Downloaded async-trait v0.1.89
6652026-03-10T09:44:08.140Z Downloaded headers-core v0.3.0
6662026-03-10T09:44:08.143Z Downloaded hostname v0.4.2
6672026-03-10T09:44:08.146Z Downloaded chacha20 v0.9.1
6682026-03-10T09:44:08.150Z Downloaded der_derive v0.7.3
6692026-03-10T09:44:08.154Z Downloaded diesel-dtrace v0.4.2
6702026-03-10T09:44:08.157Z Downloaded http-range v0.1.5
6712026-03-10T09:44:08.159Z Downloaded home v0.5.12
6722026-03-10T09:44:08.162Z Downloaded http-body v1.0.1
6732026-03-10T09:44:08.166Z Downloaded ident_case v1.0.1
6742026-03-10T09:44:08.183Z Downloaded is-terminal v0.4.17
6752026-03-10T09:44:08.186Z Downloaded corncobs v0.1.4
6762026-03-10T09:44:08.189Z Downloaded blake2 v0.10.6
6772026-03-10T09:44:08.193Z Downloaded indoc v1.0.9
6782026-03-10T09:44:08.197Z Downloaded derive_builder v0.20.2
6792026-03-10T09:44:08.203Z Downloaded inout v0.1.4
6802026-03-10T09:44:08.206Z Downloaded ciborium v0.2.2
6812026-03-10T09:44:08.210Z Downloaded cookie v0.18.1
6822026-03-10T09:44:08.213Z Downloaded hostname v0.3.1
6832026-03-10T09:44:08.216Z Downloaded lalrpop-util v0.19.12
6842026-03-10T09:44:08.219Z Downloaded keccak v0.1.6
6852026-03-10T09:44:08.222Z Downloaded futures-channel v0.3.32
6862026-03-10T09:44:08.225Z Downloaded match_cfg v0.1.0
6872026-03-10T09:44:08.229Z Downloaded managed v0.8.0
6882026-03-10T09:44:08.231Z Downloaded git-stub-vcs v0.1.0
6892026-03-10T09:44:08.234Z Downloaded libscf-sys v1.1.0
6902026-03-10T09:44:08.237Z Downloaded ipnet v2.11.0
6912026-03-10T09:44:08.240Z Downloaded maybe-uninit v2.0.0
6922026-03-10T09:44:08.243Z Downloaded glob v0.3.3
6932026-03-10T09:44:08.246Z Downloaded newline-converter v0.3.0
6942026-03-10T09:44:08.249Z Downloaded impl-trait-for-tuples v0.2.3
6952026-03-10T09:44:08.252Z Downloaded is_ci v1.2.0
6962026-03-10T09:44:08.255Z Downloaded mime v0.3.17
6972026-03-10T09:44:08.258Z Downloaded multimap v0.10.1
6982026-03-10T09:44:08.261Z Downloaded num-conv v0.2.0
6992026-03-10T09:44:08.263Z Downloaded half v1.8.3
7002026-03-10T09:44:08.267Z Downloaded derive_more v0.99.20
7012026-03-10T09:44:08.272Z Downloaded nodrop v0.1.14
7022026-03-10T09:44:08.275Z Downloaded num-derive v0.4.2
7032026-03-10T09:44:08.278Z Downloaded linear-map v1.2.0
7042026-03-10T09:44:08.282Z Downloaded darling_core v0.21.3
7052026-03-10T09:44:08.286Z Downloaded olpc-cjson v0.1.4
7062026-03-10T09:44:08.289Z Downloaded openssl-macros v0.1.1
7072026-03-10T09:44:08.292Z Downloaded getrandom v0.3.4
7082026-03-10T09:44:08.296Z Downloaded lazy_static v1.5.0
7092026-03-10T09:44:08.298Z Downloaded num_enum_derive v0.5.11
7102026-03-10T09:44:08.302Z Downloaded opaque-debug v0.3.1
7112026-03-10T09:44:08.305Z Downloaded oso-derive v0.27.3
7122026-03-10T09:44:08.308Z Downloaded base64 v0.21.7
7132026-03-10T09:44:08.311Z Downloaded linked-hash-map v0.5.6
7142026-03-10T09:44:08.313Z Downloaded chacha20poly1305 v0.10.1
7152026-03-10T09:44:08.317Z Downloaded mime_guess v2.0.5
7162026-03-10T09:44:08.319Z Downloaded nu-ansi-term v0.50.3
7172026-03-10T09:44:08.322Z Downloaded packed_struct_codegen v0.10.1
7182026-03-10T09:44:08.325Z Downloaded multer v3.1.0
7192026-03-10T09:44:08.328Z Downloaded nanorand v0.7.0
7202026-03-10T09:44:08.331Z Downloaded iana-time-zone v0.1.65
7212026-03-10T09:44:08.335Z Downloaded parse-size v1.1.0
7222026-03-10T09:44:08.338Z Downloaded num-derive v0.3.3
7232026-03-10T09:44:08.341Z Downloaded peg-runtime v0.8.5
7242026-03-10T09:44:08.344Z Downloaded pbkdf2 v0.12.2
7252026-03-10T09:44:08.347Z Downloaded phf_shared v0.13.1
7262026-03-10T09:44:08.350Z Downloaded phf_shared v0.12.1
7272026-03-10T09:44:08.350Z Downloaded pbkdf2 v0.11.0
7282026-03-10T09:44:08.353Z Downloaded num_enum_derive v0.7.5
7292026-03-10T09:44:08.355Z Downloaded pin-utils v0.1.0
7302026-03-10T09:44:08.358Z Downloaded phf_shared v0.11.3
7312026-03-10T09:44:08.361Z Downloaded hmac v0.12.1
7322026-03-10T09:44:08.365Z Downloaded precomputed-hash v0.1.1
7332026-03-10T09:44:08.368Z Downloaded oxide-tokio-rt v0.1.2
7342026-03-10T09:44:08.368Z Downloaded owo-colors v4.3.0
7352026-03-10T09:44:08.371Z Downloaded powerfmt v0.2.0
7362026-03-10T09:44:08.374Z Downloaded flume v0.11.1
7372026-03-10T09:44:08.377Z Downloaded progenitor-client v0.11.2
7382026-03-10T09:44:08.380Z Downloaded litrs v1.0.0
7392026-03-10T09:44:08.383Z Downloaded heapless v0.7.17
7402026-03-10T09:44:08.388Z Downloaded proc-macro-crate v1.3.1
7412026-03-10T09:44:08.390Z Downloaded proc-macro-error-attr2 v2.0.0
7422026-03-10T09:44:08.393Z Downloaded parking_lot_core v0.8.6
7432026-03-10T09:44:08.396Z Downloaded memmap2 v0.9.10
7442026-03-10T09:44:08.399Z Downloaded progenitor-macro v0.11.2
7452026-03-10T09:44:08.402Z Downloaded progenitor-macro v0.10.0
7462026-03-10T09:44:08.402Z Downloaded psl-types v2.0.11
7472026-03-10T09:44:08.405Z Downloaded quick-error v1.2.3
7482026-03-10T09:44:08.408Z Downloaded flate2 v1.1.9
7492026-03-10T09:44:08.411Z Downloaded phf v0.13.1
7502026-03-10T09:44:08.416Z Downloaded aes v0.8.4
7512026-03-10T09:44:08.419Z Downloaded peg v0.8.5
7522026-03-10T09:44:08.422Z Downloaded num-complex v0.4.6
7532026-03-10T09:44:08.425Z Downloaded phf v0.12.1
7542026-03-10T09:44:08.428Z Downloaded radium v0.7.0
7552026-03-10T09:44:08.431Z Downloaded rand_chacha v0.3.1
7562026-03-10T09:44:08.431Z Downloaded num-rational v0.4.2
7572026-03-10T09:44:08.434Z Downloaded pin-project-lite v0.2.17
7582026-03-10T09:44:08.438Z Downloaded predicates v3.1.4
7592026-03-10T09:44:08.442Z Downloaded progenitor-macro v0.13.0
7602026-03-10T09:44:08.445Z Downloaded polyval v0.6.2
7612026-03-10T09:44:08.448Z Downloaded ppv-lite86 v0.2.21
7622026-03-10T09:44:08.450Z Downloaded recursive v0.1.1
7632026-03-10T09:44:08.453Z Downloaded pkg-config v0.3.32
7642026-03-10T09:44:08.453Z Downloaded omicron-zone-package v0.12.2
7652026-03-10T09:44:08.457Z Downloaded parking_lot v0.11.2
7662026-03-10T09:44:08.460Z Downloaded ref-cast-impl v1.0.25
7672026-03-10T09:44:08.463Z Downloaded ref-cast v1.0.25
7682026-03-10T09:44:08.466Z Downloaded proc-macro-error2 v2.0.1
7692026-03-10T09:44:08.468Z Downloaded progenitor-extras v0.1.0
7702026-03-10T09:44:08.471Z Downloaded proc-macro-crate v3.4.0
7712026-03-10T09:44:08.474Z Downloaded psm v0.1.30
7722026-03-10T09:44:08.477Z Downloaded rfc6979 v0.4.0
7732026-03-10T09:44:08.480Z Downloaded russh-cryptovec v0.7.3
7742026-03-10T09:44:08.480Z Downloaded progenitor-client v0.13.0
7752026-03-10T09:44:08.483Z Downloaded derive_more-impl v2.1.1
7762026-03-10T09:44:08.487Z Downloaded der v0.7.10
7772026-03-10T09:44:08.492Z Downloaded rtoolbox v0.0.3
7782026-03-10T09:44:08.495Z Downloaded rustc_version v0.4.1
7792026-03-10T09:44:08.498Z Downloaded rustc_version v0.1.7
7802026-03-10T09:44:08.498Z Downloaded parking_lot_core v0.9.12
7812026-03-10T09:44:08.500Z Downloaded rand_core v0.10.0
7822026-03-10T09:44:08.503Z Downloaded rustc-hash v2.1.1
7832026-03-10T09:44:08.506Z Downloaded miniz_oxide v0.8.9
7842026-03-10T09:44:08.510Z Downloaded rand_seeder v0.4.0
7852026-03-10T09:44:08.513Z Downloaded hickory-resolver v0.25.2
7862026-03-10T09:44:08.515Z Downloaded rand_xorshift v0.4.0
7872026-03-10T09:44:08.518Z Downloaded progenitor v0.11.2
7882026-03-10T09:44:08.521Z Downloaded salsa20 v0.10.2
7892026-03-10T09:44:08.521Z Downloaded postgres-types v0.2.12
7902026-03-10T09:44:08.524Z Downloaded sapling-renderdag v0.1.0
7912026-03-10T09:44:08.527Z Downloaded scheduled-thread-pool v0.2.7
7922026-03-10T09:44:08.530Z Downloaded same-file v1.0.6
7932026-03-10T09:44:08.530Z Downloaded poly1305 v0.8.0
7942026-03-10T09:44:08.533Z Downloaded ed25519-dalek v2.2.0
7952026-03-10T09:44:08.536Z Downloaded progenitor v0.13.0
7962026-03-10T09:44:08.539Z Downloaded progenitor v0.10.0
7972026-03-10T09:44:08.542Z Downloaded scopeguard v1.2.0
7982026-03-10T09:44:08.545Z Downloaded jiff-static v0.2.21
7992026-03-10T09:44:08.548Z Downloaded scroll_derive v0.13.1
8002026-03-10T09:44:08.548Z Downloaded peg-macros v0.8.5
8012026-03-10T09:44:08.550Z Downloaded scrypt v0.11.0
8022026-03-10T09:44:08.553Z Downloaded resolv-conf v0.7.6
8032026-03-10T09:44:08.556Z Downloaded serde_bytes v0.11.19
8042026-03-10T09:44:08.556Z Downloaded seq-macro v0.3.6
8052026-03-10T09:44:08.559Z Downloaded serde_plain v1.0.2
8062026-03-10T09:44:08.562Z Downloaded expectorate v1.2.0
8072026-03-10T09:44:08.565Z Downloaded crossterm v0.28.1
8082026-03-10T09:44:08.569Z Downloaded aes-gcm v0.10.3
8092026-03-10T09:44:08.573Z Downloaded pin-project v1.1.11
8102026-03-10T09:44:08.583Z Downloaded shell-words v1.1.1
8112026-03-10T09:44:08.587Z Downloaded sha1 v0.10.6
8122026-03-10T09:44:08.590Z Downloaded sigpipe v0.1.3
8132026-03-10T09:44:08.590Z Downloaded signature v2.2.0
8142026-03-10T09:44:08.593Z Downloaded rustls-pemfile v2.2.0
8152026-03-10T09:44:08.593Z Downloaded rustls-pemfile v1.0.4
8162026-03-10T09:44:08.597Z Downloaded postcard v1.1.3
8172026-03-10T09:44:08.600Z Downloaded pkcs1 v0.7.5
8182026-03-10T09:44:08.602Z Downloaded signal-hook-tokio v0.3.1
8192026-03-10T09:44:08.602Z Downloaded rusty-fork v0.3.1
8202026-03-10T09:44:08.605Z Downloaded siphasher v1.0.2
8212026-03-10T09:44:08.608Z Downloaded rustversion v1.0.22
8222026-03-10T09:44:08.618Z Downloaded crossterm v0.29.0
8232026-03-10T09:44:08.618Z Downloaded prefix-trie v0.7.0
8242026-03-10T09:44:08.623Z Downloaded slog-bunyan v2.5.0
8252026-03-10T09:44:08.623Z Downloaded progenitor-impl v0.11.2
8262026-03-10T09:44:08.626Z Downloaded progenitor-impl v0.10.0
8272026-03-10T09:44:08.626Z Downloaded progenitor-impl v0.13.0
8282026-03-10T09:44:08.630Z Downloaded serde_derive_internals v0.29.1
8292026-03-10T09:44:08.630Z Downloaded serde-hex v0.1.0
8302026-03-10T09:44:08.632Z Downloaded sec1 v0.7.3
8312026-03-10T09:44:08.635Z Downloaded sct v0.7.1
8322026-03-10T09:44:08.638Z Downloaded aho-corasick v1.1.4
8332026-03-10T09:44:08.642Z Downloaded ssh-cipher v0.2.0
8342026-03-10T09:44:08.645Z Downloaded sqlparser_derive v0.5.0
8352026-03-10T09:44:08.648Z Downloaded serde_path_to_error v0.1.20
8362026-03-10T09:44:08.648Z Downloaded scroll v0.13.0
8372026-03-10T09:44:08.651Z Downloaded papergrid v0.17.0
8382026-03-10T09:44:08.655Z Downloaded russh-keys v0.45.0
8392026-03-10T09:44:08.658Z Downloaded shlex v1.3.0
8402026-03-10T09:44:08.661Z Downloaded strip-ansi-escapes v0.2.1
8412026-03-10T09:44:08.661Z Downloaded ssh-encoding v0.2.0
8422026-03-10T09:44:08.664Z Downloaded strum v0.26.3
8432026-03-10T09:44:08.664Z Downloaded structmeta v0.3.0
8442026-03-10T09:44:08.667Z Downloaded hyper-util v0.1.20
8452026-03-10T09:44:08.670Z Downloaded signal-hook-registry v1.4.8
8462026-03-10T09:44:08.673Z Downloaded minimal-lexical v0.2.1
8472026-03-10T09:44:08.676Z Downloaded rcgen v0.12.1
8482026-03-10T09:44:08.679Z Downloaded strum v0.27.2
8492026-03-10T09:44:08.682Z Downloaded subtle v2.6.1
8502026-03-10T09:44:08.682Z Downloaded sync_wrapper v1.0.2
8512026-03-10T09:44:08.685Z Downloaded sync-ptr v0.1.4
8522026-03-10T09:44:08.685Z Downloaded supports-color v3.0.2
8532026-03-10T09:44:08.688Z Downloaded structmeta-derive v0.3.0
8542026-03-10T09:44:08.688Z Downloaded hickory-server v0.25.2
8552026-03-10T09:44:08.691Z Downloaded schemars_derive v0.8.22
8562026-03-10T09:44:08.694Z Downloaded prettyplease v0.2.37
8572026-03-10T09:44:08.697Z Downloaded slog-json v2.6.1
8582026-03-10T09:44:08.700Z Downloaded termtree v0.5.1
8592026-03-10T09:44:08.703Z Downloaded smallvec v0.6.14
8602026-03-10T09:44:08.703Z Downloaded slog-dtrace v0.3.0
8612026-03-10T09:44:08.706Z Downloaded snafu-derive v0.8.9
8622026-03-10T09:44:08.708Z Downloaded take_mut v0.2.2
8632026-03-10T09:44:08.708Z Downloaded tabwriter v1.4.1
8642026-03-10T09:44:08.708Z Downloaded tabled_derive v0.11.0
8652026-03-10T09:44:08.711Z Downloaded spki v0.7.3
8662026-03-10T09:44:08.714Z Downloaded thiserror-impl-no-std v2.0.2
8672026-03-10T09:44:08.714Z Downloaded thread-id v5.1.0
8682026-03-10T09:44:08.717Z Downloaded testing_table v0.3.0
8692026-03-10T09:44:08.717Z Downloaded slog-term v2.9.2
8702026-03-10T09:44:08.720Z Downloaded ron v0.8.1
8712026-03-10T09:44:08.724Z Downloaded smf v0.2.3
8722026-03-10T09:44:08.726Z Downloaded slog-stdlog v4.1.1
8732026-03-10T09:44:08.729Z Downloaded slog-scope v4.4.1
8742026-03-10T09:44:08.729Z Downloaded static_assertions v1.1.0
8752026-03-10T09:44:08.732Z Downloaded signal-hook-mio v0.2.5
8762026-03-10T09:44:08.732Z Downloaded serde_with_macros v3.17.0
8772026-03-10T09:44:08.735Z Downloaded tinyvec_macros v0.1.1
8782026-03-10T09:44:08.735Z Downloaded stringprep v0.1.5
8792026-03-10T09:44:08.738Z Downloaded string_cache v0.8.9
8802026-03-10T09:44:08.741Z Downloaded stacker v0.1.23
8812026-03-10T09:44:08.743Z Downloaded rustls-platform-verifier v0.6.2
8822026-03-10T09:44:08.747Z Downloaded slab v0.4.12
8832026-03-10T09:44:08.747Z Downloaded ryu v1.0.23
8842026-03-10T09:44:08.750Z Downloaded strum_macros v0.27.2
8852026-03-10T09:44:08.754Z Downloaded support-bundle-viewer v0.1.2
8862026-03-10T09:44:08.757Z Downloaded strum_macros v0.26.4
8872026-03-10T09:44:08.757Z Downloaded itertools v0.10.5
8882026-03-10T09:44:08.761Z Downloaded tagptr v0.2.0
8892026-03-10T09:44:08.763Z Downloaded tap v1.0.1
8902026-03-10T09:44:08.763Z Downloaded schemars v0.8.22
8912026-03-10T09:44:08.773Z Downloaded serde_cbor v0.11.2
8922026-03-10T09:44:08.776Z Downloaded spin v0.9.8
8932026-03-10T09:44:08.779Z Downloaded sqlformat v0.3.5
8942026-03-10T09:44:08.781Z Downloaded thiserror-no-std v2.0.2
8952026-03-10T09:44:08.784Z Downloaded tower-layer v0.3.3
8962026-03-10T09:44:08.784Z Downloaded topological-sort v0.2.2
8972026-03-10T09:44:08.787Z Downloaded try-lock v0.2.5
8982026-03-10T09:44:08.787Z Downloaded nom v7.1.3
8992026-03-10T09:44:08.791Z Downloaded thread_local v1.1.9
9002026-03-10T09:44:08.794Z Downloaded publicsuffix v2.3.0
9012026-03-10T09:44:08.797Z Downloaded rand v0.8.5
9022026-03-10T09:44:08.800Z Downloaded tower-service v0.3.3
9032026-03-10T09:44:08.800Z Downloaded termios v0.3.3
9042026-03-10T09:44:08.802Z Downloaded serde_yaml v0.9.34+deprecated
9052026-03-10T09:44:08.805Z Downloaded tls_codec_derive v0.4.2
9062026-03-10T09:44:08.808Z Downloaded tiny-keccak v2.0.2
9072026-03-10T09:44:08.808Z Downloaded trait-variant v0.1.2
9082026-03-10T09:44:08.811Z Downloaded quinn v0.11.9
9092026-03-10T09:44:08.814Z Downloaded hashbrown v0.15.5
9102026-03-10T09:44:08.817Z Downloaded tokio-native-tls v0.3.1
9112026-03-10T09:44:08.820Z Downloaded unicode-truncate v1.1.0
9122026-03-10T09:44:08.823Z Downloaded unarray v0.1.4
9132026-03-10T09:44:08.823Z Downloaded tokio-macros v2.6.0
9142026-03-10T09:44:08.825Z Downloaded tokio-dtrace v0.1.1
9152026-03-10T09:44:08.825Z Downloaded similar v2.7.0
9162026-03-10T09:44:08.828Z Downloaded typify-macro v0.6.1
9172026-03-10T09:44:08.833Z Downloaded universal-hash v0.5.1
9182026-03-10T09:44:08.833Z Downloaded time-macros v0.2.27
9192026-03-10T09:44:08.836Z Downloaded unit-prefix v0.5.2
9202026-03-10T09:44:08.836Z Downloaded tls_codec v0.4.2
9212026-03-10T09:44:08.836Z Downloaded tokio-tungstenite v0.21.0
9222026-03-10T09:44:08.839Z Downloaded time-core v0.1.8
9232026-03-10T09:44:08.842Z Downloaded untrusted v0.9.0
9242026-03-10T09:44:08.842Z Downloaded slog v2.8.2
9252026-03-10T09:44:08.845Z Downloaded schemars v0.9.0
9262026-03-10T09:44:08.853Z Downloaded untrusted v0.7.1
9272026-03-10T09:44:08.857Z Downloaded tokio-rustls v0.25.0
9282026-03-10T09:44:08.860Z Downloaded socket2 v0.6.2
9292026-03-10T09:44:08.860Z Downloaded utf-8 v0.7.6
9302026-03-10T09:44:08.860Z Downloaded usdt-macro v0.6.0
9312026-03-10T09:44:08.863Z Downloaded void v1.0.2
9322026-03-10T09:44:08.863Z Downloaded toml_writer v1.0.6+spec-1.1.0
9332026-03-10T09:44:08.863Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9342026-03-10T09:44:08.866Z Downloaded socket2 v0.5.10
9352026-03-10T09:44:08.866Z Downloaded usdt-attr-macro v0.6.0
9362026-03-10T09:44:08.869Z Downloaded usdt v0.6.0
9372026-03-10T09:44:08.869Z Downloaded libxml v0.3.3
9382026-03-10T09:44:08.872Z Downloaded waitgroup v0.1.2
9392026-03-10T09:44:08.875Z Downloaded wait-timeout v0.2.1
9402026-03-10T09:44:08.875Z Downloaded blake3 v1.8.3
9412026-03-10T09:44:08.883Z Downloaded want v0.3.1
9422026-03-10T09:44:08.886Z Downloaded rand v0.10.0
9432026-03-10T09:44:08.886Z Downloaded rand v0.9.2
9442026-03-10T09:44:08.889Z Downloaded qorb v0.4.1
9452026-03-10T09:44:08.892Z Downloaded tui-tree-widget v0.23.1
9462026-03-10T09:44:08.895Z Downloaded unicase v2.9.0
9472026-03-10T09:44:08.895Z Downloaded futures-util v0.3.32
9482026-03-10T09:44:08.904Z Downloaded xattr v1.6.1
9492026-03-10T09:44:08.907Z Downloaded schemars v1.2.1
9502026-03-10T09:44:08.917Z Downloaded zeroize_derive v1.4.3
9512026-03-10T09:44:08.919Z Downloaded xshell-macros v0.2.7
9522026-03-10T09:44:08.919Z Downloaded zone_cfg_derive v0.3.1
9532026-03-10T09:44:08.920Z Downloaded zone v0.3.1
9542026-03-10T09:44:08.922Z Downloaded typify-macro v0.4.3
9552026-03-10T09:44:08.922Z Downloaded tokio-tungstenite v0.23.1
9562026-03-10T09:44:08.925Z Downloaded tokio-rustls v0.24.1
9572026-03-10T09:44:08.925Z Downloaded tar v0.4.44
9582026-03-10T09:44:08.928Z Downloaded tokio-stream v0.1.18
9592026-03-10T09:44:08.931Z Downloaded vergen-lib v0.1.6
9602026-03-10T09:44:08.934Z Downloaded vergen-gitcl v1.0.8
9612026-03-10T09:44:08.934Z Downloaded vsss-rs v3.3.4
9622026-03-10T09:44:08.937Z Downloaded iddqd v0.3.17
9632026-03-10T09:44:08.941Z Downloaded test-strategy v0.4.5
9642026-03-10T09:44:08.944Z Downloaded tracing-attributes v0.1.31
9652026-03-10T09:44:08.947Z Downloaded toml_parser v1.0.9+spec-1.1.0
9662026-03-10T09:44:08.950Z Downloaded uzers v0.12.2
9672026-03-10T09:44:08.953Z Downloaded walkdir v2.5.0
9682026-03-10T09:44:08.953Z Downloaded vergen-git2 v1.0.7
9692026-03-10T09:44:08.956Z Downloaded tinyvec v1.10.0
9702026-03-10T09:44:08.956Z Downloaded tokio-rustls v0.26.4
9712026-03-10T09:44:08.958Z Downloaded rustls-webpki v0.103.9
9722026-03-10T09:44:08.961Z Downloaded iri-string v0.7.10
9732026-03-10T09:44:08.966Z Downloaded wyz v0.5.1
9742026-03-10T09:44:08.969Z Downloaded term v1.2.1
9752026-03-10T09:44:08.971Z Downloaded term v0.7.0
9762026-03-10T09:44:08.976Z Downloaded xshell v0.2.7
9772026-03-10T09:44:08.976Z Downloaded itertools v0.14.0
9782026-03-10T09:44:08.981Z Downloaded whoami v1.6.1
9792026-03-10T09:44:08.984Z Downloaded twox-hash v2.1.2
9802026-03-10T09:44:08.984Z Downloaded itertools v0.13.0
9812026-03-10T09:44:08.988Z Downloaded toml v0.9.12+spec-1.1.0
9822026-03-10T09:44:08.991Z Downloaded snafu v0.8.9
9832026-03-10T09:44:08.996Z Downloaded zstd-safe v7.2.4
9842026-03-10T09:44:08.999Z Downloaded hkdf v0.12.4
9852026-03-10T09:44:09.002Z Downloaded zstd v0.13.3
9862026-03-10T09:44:09.002Z Downloaded xz2 v0.1.7
9872026-03-10T09:44:09.006Z Downloaded libm v0.2.16
9882026-03-10T09:44:09.011Z Downloaded toml v0.7.8
9892026-03-10T09:44:09.013Z Downloaded hyper v1.8.1
9902026-03-10T09:44:09.018Z Downloaded unicode-bidi v0.3.18
9912026-03-10T09:44:09.021Z Downloaded whoami v2.1.0
9922026-03-10T09:44:09.024Z Downloaded unicode-properties v0.1.4
9932026-03-10T09:44:09.024Z Downloaded usdt-impl v0.6.0
9942026-03-10T09:44:09.027Z Downloaded vergen v9.0.6
9952026-03-10T09:44:09.027Z Downloaded tungstenite v0.23.0
9962026-03-10T09:44:09.030Z Downloaded unsafe-libyaml v0.2.11
9972026-03-10T09:44:09.033Z Downloaded yasna v0.5.2
9982026-03-10T09:44:09.036Z Downloaded zerocopy v0.6.6
9992026-03-10T09:44:09.039Z Downloaded zeroize v1.8.2
10002026-03-10T09:44:09.039Z Downloaded steno v0.4.1
10012026-03-10T09:44:09.042Z Downloaded tracing-core v0.1.36
10022026-03-10T09:44:09.045Z Downloaded toml_edit v0.23.10+spec-1.0.0
10032026-03-10T09:44:09.045Z Downloaded vte v0.14.1
10042026-03-10T09:44:09.048Z Downloaded num-bigint-dig v0.8.6
10052026-03-10T09:44:09.052Z Downloaded p521 v0.13.3
10062026-03-10T09:44:09.056Z Downloaded typify v0.6.1
10072026-03-10T09:44:09.059Z Downloaded rpassword v7.4.0
10082026-03-10T09:44:09.059Z Downloaded typify v0.4.3
10092026-03-10T09:44:09.062Z Downloaded russh v0.45.0
10102026-03-10T09:44:09.065Z Downloaded rustyline v14.0.0
10112026-03-10T09:44:09.069Z Downloaded bindgen v0.71.1
10122026-03-10T09:44:09.076Z Downloaded tungstenite v0.21.0
10132026-03-10T09:44:09.079Z Downloaded h2 v0.4.13
10142026-03-10T09:44:09.082Z Downloaded uuid v1.21.0
10152026-03-10T09:44:09.085Z Downloaded bitvec v1.0.1
10162026-03-10T09:44:09.096Z Downloaded ron v0.12.0
10172026-03-10T09:44:09.102Z Downloaded chrono v0.4.44
10182026-03-10T09:44:09.108Z Downloaded reedline v0.40.0
10192026-03-10T09:44:09.114Z Downloaded zip v0.6.6
10202026-03-10T09:44:09.117Z Downloaded aws-lc-rs v1.16.0
10212026-03-10T09:44:09.128Z Downloaded itertools v0.12.1
10222026-03-10T09:44:09.131Z Downloaded unicode_categories v0.1.1
10232026-03-10T09:44:09.133Z Downloaded ssh-key v0.6.7
10242026-03-10T09:44:09.137Z Downloaded zerocopy-derive v0.8.40
10252026-03-10T09:44:09.144Z Downloaded zopfli v0.8.3
10262026-03-10T09:44:09.147Z Downloaded quick-xml v0.37.5
10272026-03-10T09:44:09.151Z Downloaded portable-atomic v1.13.1
10282026-03-10T09:44:09.157Z Downloaded unicode-segmentation v1.12.0
10292026-03-10T09:44:09.163Z Downloaded toml_edit v0.19.15
10302026-03-10T09:44:09.172Z Downloaded yansi v1.0.1
10312026-03-10T09:44:09.175Z Downloaded tokio-postgres v0.7.16
10322026-03-10T09:44:09.178Z Downloaded regex v1.12.3
10332026-03-10T09:44:09.182Z Downloaded p384 v0.13.1
10342026-03-10T09:44:09.185Z Downloaded subprocess v0.2.15
10352026-03-10T09:44:09.188Z Downloaded tokio-util v0.7.18
10362026-03-10T09:44:09.194Z Downloaded reqwest v0.13.2
10372026-03-10T09:44:09.199Z Downloaded samael v0.0.19
10382026-03-10T09:44:09.203Z Downloaded unicode-normalization v0.1.25
10392026-03-10T09:44:09.206Z Downloaded rsa v0.9.10
10402026-03-10T09:44:09.210Z Downloaded signal-hook v0.3.18
10412026-03-10T09:44:09.213Z Downloaded strum_macros v0.24.3
10422026-03-10T09:44:09.216Z Downloaded rayon-core v1.13.0
10432026-03-10T09:44:09.219Z Downloaded proptest v1.10.0
10442026-03-10T09:44:09.223Z Downloaded object v0.30.4
10452026-03-10T09:44:09.230Z Downloaded reqwest v0.12.28
10462026-03-10T09:44:09.235Z Downloaded git2 v0.20.4
10472026-03-10T09:44:09.241Z Downloaded tower v0.5.3
10482026-03-10T09:44:09.248Z Downloaded winnow v0.5.40
10492026-03-10T09:44:09.254Z Downloaded typed-path v0.9.3
10502026-03-10T09:44:09.259Z Downloaded x509-cert v0.2.5
10512026-03-10T09:44:09.264Z Downloaded openssl v0.10.75
10522026-03-10T09:44:09.271Z Downloaded moka v0.12.13
10532026-03-10T09:44:09.276Z Downloaded goblin v0.10.5
10542026-03-10T09:44:09.282Z Downloaded curve25519-dalek v4.1.3
10552026-03-10T09:44:09.288Z Downloaded salty v0.3.0
10562026-03-10T09:44:09.294Z Downloaded rayon v1.11.0
10572026-03-10T09:44:09.300Z Downloaded bstr v1.12.1
10582026-03-10T09:44:09.307Z Downloaded zip v4.6.1
10592026-03-10T09:44:09.310Z Downloaded lalrpop v0.19.12
10602026-03-10T09:44:09.318Z Downloaded tower-http v0.6.8
10612026-03-10T09:44:09.324Z Downloaded regex-syntax v0.6.29
10622026-03-10T09:44:09.330Z Downloaded rustls-webpki v0.102.8
10632026-03-10T09:44:09.344Z Downloaded rustls-webpki v0.101.7
10642026-03-10T09:44:09.355Z Downloaded petname v2.0.2
10652026-03-10T09:44:09.358Z Downloaded tough v0.20.0
10662026-03-10T09:44:09.366Z Downloaded object v0.37.3
10672026-03-10T09:44:09.375Z Downloaded regress v0.10.5
10682026-03-10T09:44:09.381Z Downloaded regex-syntax v0.8.10
10692026-03-10T09:44:09.387Z Downloaded serde_with v3.17.0
10702026-03-10T09:44:09.396Z Downloaded hickory-proto v0.24.4
10712026-03-10T09:44:09.407Z Downloaded nix v0.27.1
10722026-03-10T09:44:09.415Z Downloaded quinn-proto v0.11.13
10732026-03-10T09:44:09.420Z Downloaded rustix v0.38.44
10742026-03-10T09:44:09.438Z Downloaded winnow v0.6.26
10752026-03-10T09:44:09.444Z Downloaded radix_trie v0.2.1
10762026-03-10T09:44:09.448Z Downloaded polar-core v0.27.3
10772026-03-10T09:44:09.454Z Downloaded mio v1.1.1
10782026-03-10T09:44:09.458Z Downloaded num-bigint v0.4.6
10792026-03-10T09:44:09.462Z Downloaded slog-async v2.8.0
10802026-03-10T09:44:09.464Z Downloaded slog-envlogger v2.2.0
10812026-03-10T09:44:09.464Z Downloaded pretty_assertions v1.4.1
10822026-03-10T09:44:09.467Z Downloaded http v1.4.0
10832026-03-10T09:44:09.470Z Downloaded tabled v0.20.0
10842026-03-10T09:44:09.482Z Downloaded rustls v0.21.12
10852026-03-10T09:44:09.490Z Downloaded diesel v2.2.12
10862026-03-10T09:44:09.504Z Downloaded nix v0.28.0
10872026-03-10T09:44:09.513Z Downloaded tracing v0.1.44
10882026-03-10T09:44:09.531Z Downloaded nix v0.31.1
10892026-03-10T09:44:09.540Z Downloaded zlib-rs v0.6.2
10902026-03-10T09:44:09.544Z Downloaded vcpkg v0.2.15
10912026-03-10T09:44:09.574Z Downloaded webpki-roots v1.0.6
10922026-03-10T09:44:09.577Z Downloaded typify-impl v0.4.3
10932026-03-10T09:44:09.589Z Downloaded smoltcp v0.11.0
10942026-03-10T09:44:09.599Z Downloaded zerocopy v0.8.40
10952026-03-10T09:44:09.606Z Downloaded zerocopy-derive v0.6.6
10962026-03-10T09:44:09.615Z Downloaded openapiv3 v2.2.0
10972026-03-10T09:44:09.624Z Downloaded rustls v0.22.4
10982026-03-10T09:44:09.634Z Downloaded rustls v0.23.37
10992026-03-10T09:44:09.643Z Downloaded chrono-tz v0.10.4
11002026-03-10T09:44:09.658Z Downloaded lzma-sys v0.1.20
11012026-03-10T09:44:09.680Z Downloaded jiff v0.2.21
11022026-03-10T09:44:09.694Z Downloaded hickory-proto v0.25.2
11032026-03-10T09:44:09.705Z Downloaded nix v0.30.1
11042026-03-10T09:44:09.714Z Downloaded bzip2-sys v0.1.13+1.0.8
11052026-03-10T09:44:09.725Z Downloaded sqlparser v0.61.0
11062026-03-10T09:44:09.732Z Downloaded sled v0.34.7
11072026-03-10T09:44:09.740Z Downloaded libz-sys v1.1.24
11082026-03-10T09:44:09.758Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11092026-03-10T09:44:09.770Z Downloaded sha3 v0.10.8
11102026-03-10T09:44:09.774Z Downloaded typify-impl v0.6.1
11112026-03-10T09:44:09.785Z Downloaded tokio v1.49.0
11122026-03-10T09:44:09.814Z Downloaded ratatui v0.29.0
11132026-03-10T09:44:09.828Z Downloaded nix v0.29.0
11142026-03-10T09:44:09.837Z Downloaded dropshot v0.16.7
11152026-03-10T09:44:09.853Z Downloaded time v0.3.47
11162026-03-10T09:44:09.862Z Downloaded regex-automata v0.4.14
11172026-03-10T09:44:09.873Z Downloaded smoltcp v0.9.1
11182026-03-10T09:44:09.881Z Downloaded hashbrown v0.13.2
11192026-03-10T09:44:09.884Z Downloaded hashbrown v0.12.3
11202026-03-10T09:44:09.887Z Downloaded simd-adler32 v0.3.8
11212026-03-10T09:44:09.890Z Downloaded rustls-pki-types v1.14.0
11222026-03-10T09:44:09.894Z Downloaded quinn-udp v0.5.14
11232026-03-10T09:44:09.894Z Downloaded openssl-sys v0.9.111
11242026-03-10T09:44:09.897Z Downloaded rustls-native-certs v0.8.3
11252026-03-10T09:44:09.900Z Downloaded petgraph v0.6.5
11262026-03-10T09:44:09.911Z Downloaded serde_urlencoded v0.7.1
11272026-03-10T09:44:09.914Z Downloaded petgraph v0.8.3
11282026-03-10T09:44:09.929Z Downloaded serde_spanned v1.0.4
11292026-03-10T09:44:09.933Z Downloaded serde_repr v0.1.20
11302026-03-10T09:44:09.933Z Downloaded serde-big-array v0.5.1
11312026-03-10T09:44:09.936Z Downloaded csv v1.4.0
11322026-03-10T09:44:09.948Z Downloaded semver v0.1.20
11332026-03-10T09:44:09.951Z Downloaded secrecy v0.10.3
11342026-03-10T09:44:09.951Z Downloaded secrecy v0.8.0
11352026-03-10T09:44:09.951Z Downloaded parking_lot v0.12.5
11362026-03-10T09:44:09.954Z Downloaded oso v0.27.3
11372026-03-10T09:44:09.957Z Downloaded pkcs5 v0.7.1
11382026-03-10T09:44:09.960Z Downloaded p256 v0.13.2
11392026-03-10T09:44:09.960Z Downloaded hickory-resolver v0.24.4
11402026-03-10T09:44:09.963Z Downloaded rand_core v0.6.4
11412026-03-10T09:44:09.967Z Downloaded r2d2 v0.8.10
11422026-03-10T09:44:09.967Z Downloaded rand_core v0.9.5
11432026-03-10T09:44:09.971Z Downloaded rand_chacha v0.9.0
11442026-03-10T09:44:09.971Z Downloaded recursive-proc-macro-impl v0.1.1
11452026-03-10T09:44:09.971Z Downloaded primeorder v0.13.6
11462026-03-10T09:44:09.972Z Downloaded derive_more v2.1.1
11472026-03-10T09:44:09.978Z Downloaded postgres-protocol v0.6.10
11482026-03-10T09:44:09.980Z Downloaded pkcs8 v0.10.2
11492026-03-10T09:44:09.983Z Downloaded pin-project-internal v1.1.11
11502026-03-10T09:44:09.983Z Downloaded heapless v0.8.0
11512026-03-10T09:44:09.986Z Downloaded headers v0.4.1
11522026-03-10T09:44:09.989Z Downloaded pem-rfc7468 v0.7.0
11532026-03-10T09:44:09.992Z Downloaded indicatif v0.18.4
11542026-03-10T09:44:09.995Z Downloaded pem v3.0.6
11552026-03-10T09:44:09.995Z Downloaded dropshot-api-manager v0.5.2
11562026-03-10T09:44:09.998Z Downloaded password-hash v0.4.2
11572026-03-10T09:44:10.001Z Downloaded paste v1.0.15
11582026-03-10T09:44:10.001Z Downloaded password-hash v0.5.0
11592026-03-10T09:44:10.004Z Downloaded parse-display-derive v0.10.0
11602026-03-10T09:44:10.004Z Downloaded progenitor-client v0.10.0
11612026-03-10T09:44:10.004Z Downloaded parse-display v0.10.0
11622026-03-10T09:44:10.004Z Downloaded bytes v1.11.1
11632026-03-10T09:44:10.007Z Downloaded indexmap v1.9.3
11642026-03-10T09:44:10.010Z Downloaded ignore v0.4.25
11652026-03-10T09:44:10.013Z Downloaded packed_struct v0.10.1
11662026-03-10T09:44:10.013Z Downloaded oxnet v0.1.4
11672026-03-10T09:44:10.016Z Downloaded predicates-tree v1.0.13
11682026-03-10T09:44:10.016Z Downloaded predicates-core v1.0.10
11692026-03-10T09:44:10.016Z Downloaded libbz2-rs-sys v0.2.2
11702026-03-10T09:44:10.019Z Downloaded bumpalo v3.20.2
11712026-03-10T09:44:10.022Z Downloaded native-tls v0.2.18
11722026-03-10T09:44:10.022Z Downloaded crossbeam-channel v0.5.15
11732026-03-10T09:44:10.025Z Downloaded num_enum v0.7.5
11742026-03-10T09:44:10.028Z Downloaded num_enum v0.5.11
11752026-03-10T09:44:10.031Z Downloaded num-integer v0.1.46
11762026-03-10T09:44:10.033Z Downloaded half v2.7.1
11772026-03-10T09:44:10.036Z Downloaded path-slash v0.1.5
11782026-03-10T09:44:10.036Z Downloaded encoding_rs v0.8.35
11792026-03-10T09:44:10.052Z Downloaded libloading v0.8.9
11802026-03-10T09:44:10.055Z Downloaded hyper-rustls v0.27.7
11812026-03-10T09:44:10.059Z Downloaded fatfs v0.3.6
11822026-03-10T09:44:10.059Z Downloaded darling_core v0.23.0
11832026-03-10T09:44:10.062Z Downloaded libsw-core v0.3.2
11842026-03-10T09:44:10.062Z Downloaded libsw v3.5.0
11852026-03-10T09:44:10.071Z Downloaded ring v0.17.14
11862026-03-10T09:44:10.095Z Downloaded des v0.8.1
11872026-03-10T09:44:10.098Z Downloaded compact_str v0.8.1
11882026-03-10T09:44:10.101Z Downloaded openssl-probe v0.2.1
11892026-03-10T09:44:10.101Z Downloaded openssl-probe v0.1.6
11902026-03-10T09:44:10.101Z Downloaded newtype-uuid v1.3.2
11912026-03-10T09:44:10.101Z Downloaded jobserver v0.1.34
11922026-03-10T09:44:10.104Z Downloaded ingot-macros v0.1.1
11932026-03-10T09:44:10.104Z Downloaded num_threads v0.1.7
11942026-03-10T09:44:10.104Z Downloaded num-iter v0.1.45
11952026-03-10T09:44:10.108Z Downloaded lock_api v0.4.14
11962026-03-10T09:44:10.108Z Downloaded hickory-client v0.25.2
11972026-03-10T09:44:10.111Z Downloaded httparse v1.10.1
11982026-03-10T09:44:10.111Z Downloaded futures v0.3.32
11992026-03-10T09:44:10.115Z Downloaded ipnetwork v0.21.1
12002026-03-10T09:44:10.115Z Downloaded ingot-types v0.1.2
12012026-03-10T09:44:10.118Z Downloaded indoc v2.0.7
12022026-03-10T09:44:10.118Z Downloaded dropshot_endpoint v0.16.7
12032026-03-10T09:44:10.121Z Downloaded crc-any v2.5.0
12042026-03-10T09:44:10.124Z Downloaded cc v1.2.56
12052026-03-10T09:44:10.128Z Downloaded diff v0.1.13
12062026-03-10T09:44:10.128Z Downloaded num v0.4.3
12072026-03-10T09:44:10.128Z Downloaded normalize-line-endings v0.3.0
12082026-03-10T09:44:10.128Z Downloaded nonempty v0.12.0
12092026-03-10T09:44:10.131Z Downloaded nibble_vec v0.1.0
12102026-03-10T09:44:10.131Z Downloaded newtype_derive v0.1.6
12112026-03-10T09:44:10.131Z Downloaded libgit2-sys v0.18.3+1.9.2
12122026-03-10T09:44:10.172Z Downloaded newtype-uuid-macros v0.1.0
12132026-03-10T09:44:10.176Z Downloaded new_debug_unreachable v1.0.6
12142026-03-10T09:44:10.176Z Downloaded libefi-sys v0.1.0
12152026-03-10T09:44:10.176Z Downloaded diesel_derives v2.2.7
12162026-03-10T09:44:10.179Z Downloaded memoffset v0.9.1
12172026-03-10T09:44:10.179Z Downloaded md5 v0.7.0
12182026-03-10T09:44:10.179Z Downloaded md-5 v0.10.6
12192026-03-10T09:44:10.182Z Downloaded crc32fast v1.5.0
12202026-03-10T09:44:10.182Z Downloaded console v0.15.11
12212026-03-10T09:44:10.185Z Downloaded bzip2 v0.6.1
12222026-03-10T09:44:10.185Z Downloaded hyper-staticfile v0.10.1
12232026-03-10T09:44:10.188Z Downloaded humantime v2.3.0
12242026-03-10T09:44:10.188Z Downloaded const-oid v0.9.6
12252026-03-10T09:44:10.188Z Downloaded derive-where v1.6.0
12262026-03-10T09:44:10.191Z Downloaded maplit v1.0.2
12272026-03-10T09:44:10.194Z Downloaded lru-cache v0.1.2
12282026-03-10T09:44:10.194Z Downloaded lru v0.12.5
12292026-03-10T09:44:10.194Z Downloaded internet-checksum v0.2.1
12302026-03-10T09:44:10.194Z Downloaded ingot v0.1.1
12312026-03-10T09:44:10.197Z Downloaded getrandom v0.2.17
12322026-03-10T09:44:10.197Z Downloaded lzss v0.8.2
12332026-03-10T09:44:10.200Z Downloaded lru-slab v0.1.2
12342026-03-10T09:44:10.200Z Downloaded http-body-util v0.1.3
12352026-03-10T09:44:10.200Z Downloaded const_format v0.2.35
12362026-03-10T09:44:10.203Z Downloaded highway v1.3.0
12372026-03-10T09:44:10.206Z Downloaded chacha20 v0.10.0
12382026-03-10T09:44:10.206Z Downloaded cookie_store v0.22.1
12392026-03-10T09:44:10.208Z Downloaded clang-sys v1.8.1
12402026-03-10T09:44:10.211Z Downloaded cargo_toml v0.22.3
12412026-03-10T09:44:10.211Z Downloaded cargo_metadata v0.19.2
12422026-03-10T09:44:10.211Z Downloaded bzip2 v0.4.4
12432026-03-10T09:44:10.214Z Downloaded console v0.16.2
12442026-03-10T09:44:10.214Z Downloaded async-bb8-diesel v0.2.1
12452026-03-10T09:44:10.217Z Downloaded instant v0.1.13
12462026-03-10T09:44:10.217Z Downloaded instability v0.3.11
12472026-03-10T09:44:10.220Z Downloaded indent_write v2.2.0
12482026-03-10T09:44:10.220Z Downloaded hyper-tls v0.6.0
12492026-03-10T09:44:10.220Z Downloaded hubpack_derive v0.1.1
12502026-03-10T09:44:10.220Z Downloaded group v0.13.0
12512026-03-10T09:44:10.223Z Downloaded globset v0.4.18
12522026-03-10T09:44:10.223Z Downloaded futures-task v0.3.32
12532026-03-10T09:44:10.223Z Downloaded futures-executor v0.3.32
12542026-03-10T09:44:10.227Z Downloaded fs_extra v1.3.0
12552026-03-10T09:44:10.227Z Downloaded fs-err v2.11.0
12562026-03-10T09:44:10.227Z Downloaded elliptic-curve v0.13.8
12572026-03-10T09:44:10.230Z Downloaded hubpack v0.1.2
12582026-03-10T09:44:10.230Z Downloaded httpdate v1.0.3
12592026-03-10T09:44:10.232Z Downloaded darling v0.20.11
12602026-03-10T09:44:10.235Z Downloaded futures-io v0.3.32
12612026-03-10T09:44:10.235Z Downloaded drift v0.1.3
12622026-03-10T09:44:10.238Z Downloaded cancel-safe-futures v0.1.5
12632026-03-10T09:44:10.242Z Downloaded base64 v0.22.1
12642026-03-10T09:44:10.245Z Downloaded derive-ex v0.1.8
12652026-03-10T09:44:10.245Z Downloaded defmt-macros v1.0.1
12662026-03-10T09:44:10.248Z Downloaded defmt v1.0.1
12672026-03-10T09:44:10.250Z Downloaded daft-derive v0.1.5
12682026-03-10T09:44:10.253Z Downloaded const_format_proc_macros v0.2.34
12692026-03-10T09:44:10.253Z Downloaded colored v3.1.1
12702026-03-10T09:44:10.256Z Downloaded backon v1.6.0
12712026-03-10T09:44:10.259Z Downloaded cassowary v0.3.0
12722026-03-10T09:44:10.259Z Downloaded hex v0.4.3
12732026-03-10T09:44:10.263Z Downloaded crypto-bigint v0.5.5
12742026-03-10T09:44:10.265Z Downloaded cmake v0.1.57
12752026-03-10T09:44:10.266Z Downloaded blowfish v0.9.1
12762026-03-10T09:44:10.268Z Downloaded bitflags v1.3.2
12772026-03-10T09:44:10.268Z Downloaded env_filter v1.0.0
12782026-03-10T09:44:10.271Z Downloaded ed25519 v2.2.3
12792026-03-10T09:44:10.271Z Downloaded derive_builder_core v0.20.2
12802026-03-10T09:44:10.274Z Downloaded darling v0.23.0
12812026-03-10T09:44:10.278Z Downloaded daft v0.1.5
12822026-03-10T09:44:10.278Z Downloaded convert_case v0.10.0
12832026-03-10T09:44:10.281Z Downloaded bit-vec v0.8.0
12842026-03-10T09:44:10.281Z Downloaded cipher v0.4.4
12852026-03-10T09:44:10.281Z Downloaded buf-list v1.1.2
12862026-03-10T09:44:10.283Z Downloaded bit-vec v0.6.3
12872026-03-10T09:44:10.283Z Downloaded atty v0.2.14
12882026-03-10T09:44:10.283Z Downloaded darling_macro v0.20.11
12892026-03-10T09:44:10.287Z Downloaded cexpr v0.6.0
12902026-03-10T09:44:10.287Z Downloaded gethostname v0.5.0
12912026-03-10T09:44:10.287Z Downloaded fixedbitset v0.5.7
12922026-03-10T09:44:10.291Z Downloaded globwalk v0.9.1
12932026-03-10T09:44:10.291Z Downloaded futures-sink v0.3.32
12942026-03-10T09:44:10.291Z Downloaded futures-macro v0.3.32
12952026-03-10T09:44:10.291Z Downloaded cbc v0.1.2
12962026-03-10T09:44:10.294Z Downloaded arc-swap v1.8.2
12972026-03-10T09:44:10.294Z Downloaded either v1.15.0
12982026-03-10T09:44:10.294Z Downloaded dsl_auto_type v0.1.3
12992026-03-10T09:44:10.294Z Downloaded dof v0.4.0
13002026-03-10T09:44:10.297Z Downloaded ctr v0.9.2
13012026-03-10T09:44:10.297Z Downloaded allocator-api2 v0.2.21
13022026-03-10T09:44:10.300Z Downloaded derive_builder_macro v0.20.2
13032026-03-10T09:44:10.300Z Downloaded bcs v0.1.6
13042026-03-10T09:44:10.300Z Downloaded bb8 v0.8.6
13052026-03-10T09:44:10.303Z Downloaded float-cmp v0.10.0
13062026-03-10T09:44:10.303Z Downloaded base64ct v1.8.3
13072026-03-10T09:44:10.306Z Downloaded backoff v0.4.0
13082026-03-10T09:44:10.306Z Downloaded constant_time_eq v0.4.2
13092026-03-10T09:44:10.310Z Downloaded crossbeam-utils v0.8.21
13102026-03-10T09:44:10.310Z Downloaded crc8 v0.1.1
13112026-03-10T09:44:10.310Z Downloaded cfg_aliases v0.2.1
13122026-03-10T09:44:10.313Z Downloaded debug-ignore v1.0.5
13132026-03-10T09:44:10.314Z Downloaded bitfield-struct v0.6.2
13142026-03-10T09:44:10.314Z Downloaded convert_case v0.4.0
13152026-03-10T09:44:10.314Z Downloaded defmt v0.3.100
13162026-03-10T09:44:10.314Z Downloaded castaway v0.2.4
13172026-03-10T09:44:10.314Z Downloaded dtrace-parser v0.3.0
13182026-03-10T09:44:10.318Z Downloaded async-recursion v1.1.1
13192026-03-10T09:44:10.318Z Downloaded enum-as-inner v0.6.1
13202026-03-10T09:44:10.321Z Downloaded embedded-io v0.4.0
13212026-03-10T09:44:10.321Z Downloaded endian-type v0.1.2
13222026-03-10T09:44:10.321Z Downloaded cstr-argument v0.1.2
13232026-03-10T09:44:10.321Z Downloaded bit-set v0.8.0
13242026-03-10T09:44:10.321Z Downloaded async-stream v0.3.6
13252026-03-10T09:44:10.324Z Downloaded darling_core v0.20.11
13262026-03-10T09:44:10.327Z Downloaded csv-core v0.1.13
13272026-03-10T09:44:10.327Z Downloaded crc-catalog v2.4.0
13282026-03-10T09:44:10.327Z Downloaded cpufeatures v0.3.0
13292026-03-10T09:44:10.330Z Downloaded bitfield-macros v0.19.4
13302026-03-10T09:44:10.330Z Downloaded curve25519-dalek-derive v0.1.1
13312026-03-10T09:44:10.334Z Downloaded camino-tempfile-ext v0.3.3
13322026-03-10T09:44:10.334Z Downloaded erased-serde v0.3.31
13332026-03-10T09:44:10.337Z Downloaded document-features v0.2.12
13342026-03-10T09:44:10.337Z Downloaded defmt-parser v1.0.0
13352026-03-10T09:44:10.337Z Downloaded dropshot-api-manager-types v0.5.2
13362026-03-10T09:44:10.340Z Downloaded darling_macro v0.21.3
13372026-03-10T09:44:10.340Z Downloaded colored v2.2.0
13382026-03-10T09:44:10.340Z Downloaded block-padding v0.3.3
13392026-03-10T09:44:10.340Z Downloaded dunce v1.0.5
13402026-03-10T09:44:10.343Z Downloaded dirs-next v2.0.0
13412026-03-10T09:44:10.343Z Downloaded diesel_table_macro_syntax v0.2.0
13422026-03-10T09:44:10.343Z Downloaded crossbeam-deque v0.8.6
13432026-03-10T09:44:10.343Z Downloaded data-encoding v2.10.0
13442026-03-10T09:44:10.346Z Downloaded bitfield v0.19.4
13452026-03-10T09:44:10.346Z Downloaded assert_matches v1.5.0
13462026-03-10T09:44:10.346Z Downloaded ciborium-io v0.2.2
13472026-03-10T09:44:10.349Z Downloaded crunchy v0.2.4
13482026-03-10T09:44:10.349Z Downloaded array-init v0.0.4
13492026-03-10T09:44:10.349Z Downloaded atomicwrites v0.4.4
13502026-03-10T09:44:10.349Z Downloaded ascii-canvas v3.0.0
13512026-03-10T09:44:10.349Z Downloaded cfg_aliases v0.1.1
13522026-03-10T09:44:10.353Z Downloaded atomic-waker v1.1.2
13532026-03-10T09:44:10.353Z Downloaded async-stream-impl v0.3.6
13542026-03-10T09:44:10.353Z Downloaded argon2 v0.5.3
13552026-03-10T09:44:10.353Z Downloaded ar_archive_writer v0.5.1
13562026-03-10T09:44:10.356Z Downloaded ahash v0.8.12
13572026-03-10T09:44:10.718Z Downloaded aws-lc-sys v0.37.1
13582026-03-10T09:44:11.029Z Compiling libc v0.2.180
13592026-03-10T09:44:11.032Z Compiling serde v1.0.228
13602026-03-10T09:44:11.032Z Compiling log v0.4.29
13612026-03-10T09:44:11.032Z Compiling shlex v1.3.0
13622026-03-10T09:44:11.032Z Compiling find-msvc-tools v0.1.9
13632026-03-10T09:44:11.184Z Compiling smallvec v1.15.1
13642026-03-10T09:44:11.201Z Compiling syn v2.0.117
13652026-03-10T09:44:11.221Z Compiling typenum v1.19.0
13662026-03-10T09:44:11.429Z Compiling generic-array v0.14.7
13672026-03-10T09:44:11.483Z Compiling subtle v2.6.1
13682026-03-10T09:44:11.488Z Compiling scopeguard v1.2.0
13692026-03-10T09:44:11.614Z Compiling lock_api v0.4.14
13702026-03-10T09:44:11.632Z Compiling portable-atomic v1.13.1
13712026-03-10T09:44:11.652Z Compiling const-oid v0.9.6
13722026-03-10T09:44:11.710Z Compiling critical-section v1.2.0
13732026-03-10T09:44:11.766Z Compiling zerocopy v0.8.40
13742026-03-10T09:44:11.843Z Compiling parking_lot_core v0.9.12
13752026-03-10T09:44:11.915Z Compiling pin-project-lite v0.2.17
13762026-03-10T09:44:12.035Z Compiling serde_json v1.0.149
13772026-03-10T09:44:12.182Z Compiling pkg-config v0.3.32
13782026-03-10T09:44:12.341Z Compiling libm v0.2.16
13792026-03-10T09:44:12.621Z Compiling getrandom v0.2.17
13802026-03-10T09:44:12.647Z Compiling jobserver v0.1.34
13812026-03-10T09:44:12.863Z Compiling rand_core v0.6.4
13822026-03-10T09:44:12.882Z Compiling errno v0.3.14
13832026-03-10T09:44:13.051Z Compiling cc v1.2.56
13842026-03-10T09:44:13.073Z Compiling once_cell v1.21.3
13852026-03-10T09:44:13.116Z Compiling signal-hook-registry v1.4.8
13862026-03-10T09:44:13.163Z Compiling parking_lot v0.12.5
13872026-03-10T09:44:13.239Z Compiling mio v1.1.1
13882026-03-10T09:44:13.332Z Compiling num-traits v0.2.19
13892026-03-10T09:44:13.354Z Compiling bitflags v2.11.0
13902026-03-10T09:44:13.482Z Compiling futures-core v0.3.32
13912026-03-10T09:44:13.684Z Compiling socket2 v0.6.2
13922026-03-10T09:44:13.703Z Compiling percent-encoding v2.3.2
13932026-03-10T09:44:13.782Z Compiling allocator-api2 v0.2.21
13942026-03-10T09:44:13.931Z Compiling cpufeatures v0.2.17
13952026-03-10T09:44:13.950Z Compiling futures-sink v0.3.32
13962026-03-10T09:44:14.026Z Compiling foldhash v0.2.0
13972026-03-10T09:44:14.087Z Compiling futures-channel v0.3.32
13982026-03-10T09:44:14.128Z Compiling futures-io v0.3.32
13992026-03-10T09:44:14.244Z Compiling hashbrown v0.16.1
14002026-03-10T09:44:14.262Z Compiling getrandom v0.4.1
14012026-03-10T09:44:14.305Z Compiling futures-task v0.3.32
14022026-03-10T09:44:14.331Z Compiling slab v0.4.12
14032026-03-10T09:44:14.387Z Compiling rustversion v1.0.22
14042026-03-10T09:44:14.527Z Compiling getrandom v0.3.4
14052026-03-10T09:44:14.563Z Compiling rand_core v0.10.0
14062026-03-10T09:44:14.791Z Compiling cmake v0.1.57
14072026-03-10T09:44:15.059Z Compiling indexmap v2.13.0
14082026-03-10T09:44:15.255Z Compiling form_urlencoded v1.2.2
14092026-03-10T09:44:15.364Z Compiling ident_case v1.0.1
14102026-03-10T09:44:15.385Z Compiling fs_extra v1.3.0
14112026-03-10T09:44:15.480Z Compiling synstructure v0.13.2
14122026-03-10T09:44:15.516Z Compiling dunce v1.0.5
14132026-03-10T09:44:15.638Z Compiling base64ct v1.8.3
14142026-03-10T09:44:15.708Z Compiling flagset v0.4.7
14152026-03-10T09:44:15.728Z Compiling aws-lc-sys v0.37.1
14162026-03-10T09:44:15.857Z Compiling rand_core v0.9.5
14172026-03-10T09:44:15.879Z Compiling rustix v1.1.3
14182026-03-10T09:44:15.964Z Compiling pem-rfc7468 v0.7.0
14192026-03-10T09:44:15.992Z Compiling iana-time-zone v0.1.65
14202026-03-10T09:44:16.038Z Compiling ring v0.17.14
14212026-03-10T09:44:16.236Z Compiling uuid v1.21.0
14222026-03-10T09:44:16.257Z Compiling rustc_version v0.4.1
14232026-03-10T09:44:16.340Z Compiling regex-syntax v0.8.10
14242026-03-10T09:44:16.389Z Compiling aws-lc-rs v1.16.0
14252026-03-10T09:44:16.650Z Compiling vcpkg v0.2.15
14262026-03-10T09:44:16.789Z Compiling tracing-core v0.1.36
14272026-03-10T09:44:17.169Z Compiling crossbeam-utils v0.8.21
14282026-03-10T09:44:17.563Z Compiling pest_generator v2.8.6
14292026-03-10T09:44:17.618Z Compiling serde_derive_internals v0.29.1
14302026-03-10T09:44:17.658Z Compiling openssl-sys v0.9.111
14312026-03-10T09:44:18.175Z Compiling serde_derive v1.0.228
14322026-03-10T09:44:18.370Z Compiling zeroize_derive v1.4.3
14332026-03-10T09:44:18.389Z Compiling zerofrom-derive v0.1.6
14342026-03-10T09:44:18.509Z Compiling yoke-derive v0.8.1
14352026-03-10T09:44:18.860Z Compiling zerocopy-derive v0.8.40
14362026-03-10T09:44:19.241Z Compiling zeroize v1.8.2
14372026-03-10T09:44:19.646Z Compiling zerovec-derive v0.11.2
14382026-03-10T09:44:20.096Z Compiling displaydoc v0.2.5
14392026-03-10T09:44:20.302Z Compiling crypto-common v0.1.7
14402026-03-10T09:44:20.323Z Compiling zerofrom v0.1.6
14412026-03-10T09:44:20.475Z Compiling yoke v0.8.1
14422026-03-10T09:44:20.478Z Compiling block-buffer v0.10.4
14432026-03-10T09:44:20.698Z Compiling digest v0.10.7
14442026-03-10T09:44:20.718Z Compiling tokio-macros v2.6.0
14452026-03-10T09:44:20.935Z Compiling futures-macro v0.3.32
14462026-03-10T09:44:21.022Z Compiling hmac v0.12.1
14472026-03-10T09:44:21.080Z Compiling zerotrie v0.2.3
14482026-03-10T09:44:21.135Z Compiling zerovec v0.11.5
14492026-03-10T09:44:21.223Z Compiling block-padding v0.3.3
14502026-03-10T09:44:21.426Z Compiling inout v0.1.4
14512026-03-10T09:44:21.484Z Compiling sha2 v0.10.9
14522026-03-10T09:44:21.647Z Compiling cipher v0.4.4
14532026-03-10T09:44:21.710Z Compiling der_derive v0.7.3
14542026-03-10T09:44:21.836Z Compiling tinystr v0.8.2
14552026-03-10T09:44:22.011Z Compiling potential_utf v0.1.4
14562026-03-10T09:44:22.033Z Compiling futures-util v0.3.32
14572026-03-10T09:44:22.115Z Compiling icu_locale_core v2.1.1
14582026-03-10T09:44:22.232Z Compiling icu_collections v2.1.1
14592026-03-10T09:44:22.926Z Compiling bytes v1.11.1
14602026-03-10T09:44:22.990Z Compiling chrono v0.4.44
14612026-03-10T09:44:23.078Z Compiling icu_provider v2.1.1
14622026-03-10T09:44:23.292Z Compiling der v0.7.10
14632026-03-10T09:44:23.384Z Compiling icu_normalizer v2.1.1
14642026-03-10T09:44:23.463Z Compiling icu_properties v2.1.2
14652026-03-10T09:44:23.769Z Compiling tokio v1.49.0
14662026-03-10T09:44:24.107Z Compiling http v1.4.0
14672026-03-10T09:44:24.862Z Compiling idna_adapter v1.2.1
14682026-03-10T09:44:24.936Z Compiling spki v0.7.3
14692026-03-10T09:44:24.971Z Compiling salsa20 v0.10.2
14702026-03-10T09:44:25.031Z Compiling idna v1.1.0
14712026-03-10T09:44:25.145Z Compiling pbkdf2 v0.12.2
14722026-03-10T09:44:25.192Z Compiling thiserror-impl v2.0.18
14732026-03-10T09:44:25.213Z Compiling cbc v0.1.2
14742026-03-10T09:44:25.286Z Compiling scrypt v0.11.0
14752026-03-10T09:44:25.341Z Compiling ppv-lite86 v0.2.21
14762026-03-10T09:44:25.390Z Compiling aes v0.8.4
14772026-03-10T09:44:25.556Z Compiling url v2.5.8
14782026-03-10T09:44:25.607Z Compiling rustls-pki-types v1.14.0
14792026-03-10T09:44:25.792Z Compiling rand_chacha v0.9.0
14802026-03-10T09:44:25.917Z Compiling tracing-attributes v0.1.31
14812026-03-10T09:44:26.205Z Compiling rand v0.9.2
14822026-03-10T09:44:26.606Z Compiling pkcs5 v0.7.1
14832026-03-10T09:44:26.688Z Compiling http-body v1.0.1
14842026-03-10T09:44:26.851Z Compiling httparse v1.10.1
14852026-03-10T09:44:26.877Z Compiling schemars v0.8.22
14862026-03-10T09:44:27.012Z Compiling thiserror v2.0.18
14872026-03-10T09:44:27.142Z Compiling base64 v0.22.1
14882026-03-10T09:44:27.145Z Compiling openssl-probe v0.2.1
14892026-03-10T09:44:27.245Z Compiling untrusted v0.7.1
14902026-03-10T09:44:27.249Z Compiling untrusted v0.9.0
14912026-03-10T09:44:27.306Z Compiling syn v1.0.109
14922026-03-10T09:44:27.469Z Compiling pkcs8 v0.10.2
14932026-03-10T09:44:27.488Z Compiling schemars_derive v0.8.22
14942026-03-10T09:44:27.590Z Compiling pest_derive v2.8.6
14952026-03-10T09:44:27.783Z Compiling tracing v0.1.44
14962026-03-10T09:44:27.808Z Compiling scroll_derive v0.13.1
14972026-03-10T09:44:28.132Z Compiling darling_core v0.20.11
14982026-03-10T09:44:28.166Z Compiling dyn-clone v1.0.20
14992026-03-10T09:44:28.344Z Compiling tower-layer v0.3.3
15002026-03-10T09:44:28.530Z Compiling tinyvec_macros v0.1.1
15012026-03-10T09:44:28.549Z Compiling rustls v0.23.37
15022026-03-10T09:44:28.618Z Compiling tower-service v0.3.3
15032026-03-10T09:44:28.739Z Compiling atomic-waker v1.1.2
15042026-03-10T09:44:28.785Z Compiling try-lock v0.2.5
15052026-03-10T09:44:28.892Z Compiling tokio-util v0.7.18
15062026-03-10T09:44:28.914Z Compiling scroll v0.13.0
15072026-03-10T09:44:28.932Z Compiling want v0.3.1
15082026-03-10T09:44:29.138Z Compiling tinyvec v1.10.0
15092026-03-10T09:44:29.838Z Compiling h2 v0.4.13
15102026-03-10T09:44:30.003Z Compiling ipnet v2.11.0
15112026-03-10T09:44:30.273Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15122026-03-10T09:44:30.683Z Compiling spin v0.9.8
15132026-03-10T09:44:30.804Z Compiling aho-corasick v1.1.4
15142026-03-10T09:44:30.951Z Compiling foreign-types-shared v0.1.1
15152026-03-10T09:44:31.014Z Compiling httpdate v1.0.3
15162026-03-10T09:44:31.057Z Compiling num-conv v0.2.0
15172026-03-10T09:44:31.239Z Compiling crc32fast v1.5.0
15182026-03-10T09:44:31.295Z Compiling pin-utils v0.1.0
15192026-03-10T09:44:31.389Z Compiling openssl v0.10.75
15202026-03-10T09:44:31.439Z Compiling darling_macro v0.20.11
15212026-03-10T09:44:31.600Z Compiling time-core v0.1.8
15222026-03-10T09:44:31.662Z Compiling powerfmt v0.2.0
15232026-03-10T09:44:31.704Z Compiling tempfile v3.25.0
15242026-03-10T09:44:31.797Z Compiling time-macros v0.2.27
15252026-03-10T09:44:31.923Z Compiling regex-automata v0.4.14
15262026-03-10T09:44:32.065Z Compiling darling v0.20.11
15272026-03-10T09:44:32.169Z Compiling deranged v0.5.8
15282026-03-10T09:44:32.295Z Compiling foreign-types v0.3.2
15292026-03-10T09:44:33.195Z Compiling goblin v0.10.5
15302026-03-10T09:44:33.630Z Compiling thiserror-impl v1.0.69
15312026-03-10T09:44:34.160Z Compiling hyper v1.8.1
15322026-03-10T09:44:34.895Z Compiling openssl-macros v0.1.1
15332026-03-10T09:44:35.279Z Compiling wait-timeout v0.2.1
15342026-03-10T09:44:35.324Z Compiling simd-adler32 v0.3.8
15352026-03-10T09:44:35.405Z Compiling usdt-impl v0.6.0
15362026-03-10T09:44:35.618Z Compiling quick-error v1.2.3
15372026-03-10T09:44:35.653Z Compiling native-tls v0.2.18
15382026-03-10T09:44:35.683Z Compiling siphasher v1.0.2
15392026-03-10T09:44:35.747Z Compiling either v1.15.0
15402026-03-10T09:44:35.928Z Compiling num_threads v0.1.7
15412026-03-10T09:44:35.931Z Compiling bit-vec v0.8.0
15422026-03-10T09:44:36.013Z Compiling time v0.3.47
15432026-03-10T09:44:36.073Z Compiling rusty-fork v0.3.1
15442026-03-10T09:44:36.240Z Compiling bit-set v0.8.0
15452026-03-10T09:44:36.310Z Compiling hyper-util v0.1.20
15462026-03-10T09:44:36.490Z Compiling thiserror v1.0.69
15472026-03-10T09:44:36.853Z Compiling derive_builder_core v0.20.2
15482026-03-10T09:44:37.826Z Compiling dof v0.4.0
15492026-03-10T09:44:38.046Z Compiling unicode-normalization v0.1.25
15502026-03-10T09:44:38.274Z Compiling crossbeam-epoch v0.9.18
15512026-03-10T09:44:38.656Z Compiling dtrace-parser v0.3.0
15522026-03-10T09:44:38.682Z Compiling rustls-native-certs v0.8.3
15532026-03-10T09:44:38.701Z Compiling signature v2.2.0
15542026-03-10T09:44:38.913Z Compiling scroll_derive v0.12.1
15552026-03-10T09:44:39.060Z Compiling heapless v0.7.17
15562026-03-10T09:44:39.385Z Compiling rand_xorshift v0.4.0
15572026-03-10T09:44:39.405Z Compiling slog v2.8.2
15582026-03-10T09:44:39.583Z Compiling darling_core v0.21.3
15592026-03-10T09:44:39.602Z Compiling bzip2-sys v0.1.13+1.0.8
15602026-03-10T09:44:39.649Z Compiling sync_wrapper v1.0.2
15612026-03-10T09:44:39.703Z Compiling thread-id v5.1.0
15622026-03-10T09:44:39.780Z Compiling cookie v0.18.1
15632026-03-10T09:44:39.801Z Compiling signal-hook v0.3.18
15642026-03-10T09:44:39.818Z Compiling anyhow v1.0.102
15652026-03-10T09:44:39.969Z Compiling unicode-segmentation v1.12.0
15662026-03-10T09:44:40.027Z Compiling unicode-properties v0.1.4
15672026-03-10T09:44:40.031Z Compiling unicode-bidi v0.3.18
15682026-03-10T09:44:40.231Z Compiling paste v1.0.15
15692026-03-10T09:44:40.307Z Compiling zstd-safe v7.2.4
15702026-03-10T09:44:40.476Z Compiling unarray v0.1.4
15712026-03-10T09:44:40.569Z Compiling adler2 v2.0.1
15722026-03-10T09:44:40.588Z Compiling rayon-core v1.13.0
15732026-03-10T09:44:40.628Z Compiling proptest v1.10.0
15742026-03-10T09:44:40.684Z Compiling miniz_oxide v0.8.9
15752026-03-10T09:44:40.726Z Compiling stringprep v0.1.5
15762026-03-10T09:44:40.912Z Compiling scroll v0.12.0
15772026-03-10T09:44:41.253Z Compiling tower v0.5.3
15782026-03-10T09:44:41.562Z Compiling crossbeam-deque v0.8.6
15792026-03-10T09:44:41.661Z Compiling derive_builder_macro v0.20.2
15802026-03-10T09:44:41.770Z Compiling ipnetwork v0.21.1
15812026-03-10T09:44:41.789Z Compiling http-body-util v0.1.3
15822026-03-10T09:44:41.808Z Compiling webpki-roots v1.0.6
15832026-03-10T09:44:41.880Z Compiling rand_chacha v0.3.1
15842026-03-10T09:44:41.955Z Compiling serde_tokenstream v0.2.3
15852026-03-10T09:44:42.102Z Compiling erased-serde v0.3.31
15862026-03-10T09:44:42.256Z Compiling toml_datetime v0.6.11
15872026-03-10T09:44:42.278Z Compiling serde_spanned v0.6.9
15882026-03-10T09:44:42.364Z Compiling md-5 v0.10.6
15892026-03-10T09:44:42.495Z Compiling zerocopy-derive v0.7.35
15902026-03-10T09:44:42.586Z Compiling curve25519-dalek v4.1.3
15912026-03-10T09:44:42.662Z Compiling vergen-lib v0.1.6
15922026-03-10T09:44:42.884Z Compiling num-integer v0.1.46
15932026-03-10T09:44:42.913Z Compiling hash32 v0.2.1
15942026-03-10T09:44:42.974Z Compiling ff v0.13.1
15952026-03-10T09:44:43.072Z Compiling ryu v1.0.23
15962026-03-10T09:44:43.162Z Compiling psl-types v2.0.11
15972026-03-10T09:44:43.181Z Compiling ref-cast v1.0.25
15982026-03-10T09:44:43.202Z Compiling darling_macro v0.21.3
15992026-03-10T09:44:43.306Z Compiling litrs v1.0.0
16002026-03-10T09:44:43.325Z Compiling rustix v0.38.44
16012026-03-10T09:44:43.346Z Compiling fallible-iterator v0.2.0
16022026-03-10T09:44:43.583Z Compiling zlib-rs v0.6.2
16032026-03-10T09:44:43.711Z Compiling num-bigint-dig v0.8.6
16042026-03-10T09:44:43.764Z Compiling base16ct v0.2.0
16052026-03-10T09:44:43.802Z Compiling smoltcp v0.9.1
16062026-03-10T09:44:43.833Z Compiling iri-string v0.7.10
16072026-03-10T09:44:43.988Z Compiling sec1 v0.7.3
16082026-03-10T09:44:44.006Z Compiling document-features v0.2.12
16092026-03-10T09:44:44.026Z Compiling newtype-uuid v1.3.2
16102026-03-10T09:44:44.265Z Compiling darling v0.21.3
16112026-03-10T09:44:44.367Z Compiling postgres-protocol v0.6.10
16122026-03-10T09:44:44.454Z Compiling zerocopy v0.7.35
16132026-03-10T09:44:44.538Z Compiling publicsuffix v2.3.0
16142026-03-10T09:44:44.761Z Compiling serde_urlencoded v0.7.1
16152026-03-10T09:44:44.809Z Compiling num-iter v0.1.45
16162026-03-10T09:44:44.954Z Compiling group v0.13.0
16172026-03-10T09:44:45.220Z Compiling derive_builder v0.20.2
16182026-03-10T09:44:45.246Z Compiling rand v0.8.5
16192026-03-10T09:44:45.370Z Compiling oxnet v0.1.4
16202026-03-10T09:44:45.700Z Compiling tower-http v0.6.8
16212026-03-10T09:44:45.719Z Compiling proc-macro-error v1.0.4
16222026-03-10T09:44:46.097Z Compiling tokio-native-tls v0.3.1
16232026-03-10T09:44:46.101Z Compiling goblin v0.8.2
16242026-03-10T09:44:46.773Z Compiling heck v0.4.1
16252026-03-10T09:44:46.973Z Compiling phf_shared v0.13.1
16262026-03-10T09:44:47.028Z Compiling regex v1.12.3
16272026-03-10T09:44:47.054Z Compiling hubpack_derive v0.1.1
16282026-03-10T09:44:47.312Z Compiling lazy_static v1.5.0
16292026-03-10T09:44:47.428Z Compiling cargo-platform v0.1.9
16302026-03-10T09:44:47.431Z Compiling hkdf v0.12.4
16312026-03-10T09:44:47.650Z Compiling flate2 v1.1.9
16322026-03-10T09:44:47.670Z Compiling crypto-bigint v0.5.5
16332026-03-10T09:44:47.689Z Compiling curve25519-dalek-derive v0.1.1
16342026-03-10T09:44:47.778Z Compiling ref-cast-impl v1.0.25
16352026-03-10T09:44:48.051Z Compiling daft-derive v0.1.5
16362026-03-10T09:44:48.214Z Compiling strum_macros v0.27.2
16372026-03-10T09:44:48.498Z Compiling async-trait v0.1.89
16382026-03-10T09:44:48.564Z Compiling terminal_size v0.4.3
16392026-03-10T09:44:48.735Z Compiling vergen v9.0.6
16402026-03-10T09:44:48.980Z Compiling fs-err v3.3.0
16412026-03-10T09:44:49.020Z Compiling ahash v0.8.12
16422026-03-10T09:44:49.235Z Compiling bumpalo v3.20.2
16432026-03-10T09:44:49.291Z Compiling object v0.37.3
16442026-03-10T09:44:49.560Z Compiling libbz2-rs-sys v0.2.2
16452026-03-10T09:44:49.657Z Compiling foldhash v0.1.5
16462026-03-10T09:44:49.874Z Compiling bitflags v1.3.2
16472026-03-10T09:44:49.942Z Compiling managed v0.8.0
16482026-03-10T09:44:49.970Z Compiling winnow v0.5.40
16492026-03-10T09:44:50.491Z Compiling bzip2 v0.6.1
16502026-03-10T09:44:50.748Z Compiling clap_builder v4.5.60
16512026-03-10T09:44:50.862Z Compiling hashbrown v0.15.5
16522026-03-10T09:44:50.928Z Compiling strum v0.27.2
16532026-03-10T09:44:51.150Z Compiling console v0.16.2
16542026-03-10T09:44:51.211Z Compiling zopfli v0.8.3
16552026-03-10T09:44:51.343Z Compiling elliptic-curve v0.13.8
16562026-03-10T09:44:51.601Z Compiling dof v0.3.0
16572026-03-10T09:44:51.890Z Compiling toml_edit v0.19.15
16582026-03-10T09:44:51.972Z Compiling daft v0.1.5
16592026-03-10T09:44:52.248Z Compiling hubpack v0.1.2
16602026-03-10T09:44:52.342Z Compiling cargo_metadata v0.19.2
16612026-03-10T09:44:52.682Z Compiling phf v0.13.1
16622026-03-10T09:44:52.895Z Compiling zone_cfg_derive v0.3.1
16632026-03-10T09:44:54.174Z Compiling zstd v0.13.3
16642026-03-10T09:44:54.178Z Compiling cookie_store v0.22.1
16652026-03-10T09:44:54.265Z Compiling signal-hook-mio v0.2.5
16662026-03-10T09:44:54.922Z Compiling rayon v1.11.0
16672026-03-10T09:44:55.033Z Compiling hyper-tls v0.6.0
16682026-03-10T09:44:55.124Z Compiling bzip2 v0.4.4
16692026-03-10T09:44:55.323Z Compiling postgres-types v0.2.12
16702026-03-10T09:44:55.503Z Compiling serde_with_macros v3.17.0
16712026-03-10T09:44:55.745Z Compiling usdt-macro v0.6.0
16722026-03-10T09:44:56.078Z Compiling usdt-attr-macro v0.6.0
16732026-03-10T09:44:56.381Z Compiling ed25519 v2.2.3
16742026-03-10T09:44:56.751Z Compiling dtrace-parser v0.2.0
16752026-03-10T09:44:56.975Z Compiling itertools v0.12.1
16762026-03-10T09:44:57.054Z Compiling phf_shared v0.11.3
16772026-03-10T09:44:57.127Z Compiling bstr v1.12.1
16782026-03-10T09:44:57.305Z Compiling pkcs1 v0.7.5
16792026-03-10T09:44:57.382Z Compiling serde-big-array v0.5.1
16802026-03-10T09:44:57.588Z Compiling hex v0.4.3
16812026-03-10T09:44:57.607Z Compiling rfc6979 v0.4.0
16822026-03-10T09:44:57.769Z Compiling enum-as-inner v0.6.1
16832026-03-10T09:44:57.867Z Compiling strum_macros v0.26.4
16842026-03-10T09:44:57.897Z Compiling clap_derive v4.5.55
16852026-03-10T09:44:57.957Z Compiling serde_repr v0.1.20
16862026-03-10T09:44:58.084Z Compiling float-cmp v0.10.0
16872026-03-10T09:44:58.274Z Compiling thread-id v4.2.2
16882026-03-10T09:44:58.389Z Compiling memmap2 v0.9.10
16892026-03-10T09:44:58.460Z Compiling env_filter v1.0.0
16902026-03-10T09:44:58.673Z Compiling encoding_rs v0.8.35
16912026-03-10T09:44:58.673Z Compiling new_debug_unreachable v1.0.6
16922026-03-10T09:44:58.711Z Compiling whoami v2.1.0
16932026-03-10T09:44:58.767Z Compiling static_assertions v1.1.0
16942026-03-10T09:44:58.864Z Compiling fixedbitset v0.4.2
16952026-03-10T09:44:58.883Z Compiling normalize-line-endings v0.3.0
16962026-03-10T09:44:59.006Z Compiling rustc-hash v2.1.1
16972026-03-10T09:44:59.152Z Compiling difflib v0.4.0
16982026-03-10T09:44:59.171Z Compiling keccak v0.1.6
16992026-03-10T09:44:59.212Z Compiling fixedbitset v0.5.7
17002026-03-10T09:44:59.635Z Compiling precomputed-hash v0.1.1
17012026-03-10T09:44:59.750Z Compiling mime v0.3.17
17022026-03-10T09:44:59.931Z Compiling jiff v0.2.21
17032026-03-10T09:44:59.952Z Compiling data-encoding v2.10.0
17042026-03-10T09:45:00.090Z Compiling predicates-core v1.0.10
17052026-03-10T09:45:00.285Z Compiling unit-prefix v0.5.2
17062026-03-10T09:45:00.323Z Compiling toml_edit v0.22.27
17072026-03-10T09:45:00.343Z Compiling strum v0.26.3
17082026-03-10T09:45:00.382Z Compiling clap v4.5.60
17092026-03-10T09:45:00.465Z Compiling indicatif v0.18.4
17102026-03-10T09:45:00.487Z Compiling hickory-proto v0.25.2
17112026-03-10T09:45:00.507Z Compiling predicates v3.1.4
17122026-03-10T09:45:00.730Z Compiling string_cache v0.8.9
17132026-03-10T09:45:00.924Z Compiling petgraph v0.8.3
17142026-03-10T09:45:01.032Z Compiling sha3 v0.10.8
17152026-03-10T09:45:01.395Z Compiling iddqd v0.3.17
17162026-03-10T09:45:01.655Z Compiling petgraph v0.6.5
17172026-03-10T09:45:01.674Z Compiling tokio-postgres v0.7.16
17182026-03-10T09:45:02.925Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17192026-03-10T09:45:03.677Z Compiling zip v4.6.1
17202026-03-10T09:45:03.724Z Compiling env_logger v0.11.9
17212026-03-10T09:45:04.188Z Compiling usdt v0.6.0
17222026-03-10T09:45:04.208Z Compiling zone v0.3.1
17232026-03-10T09:45:04.523Z Compiling usdt-impl v0.5.0
17242026-03-10T09:45:04.637Z Compiling serde_with v3.17.0
17252026-03-10T09:45:04.960Z Compiling similar v2.7.0
17262026-03-10T09:45:05.117Z Compiling ecdsa v0.16.9
17272026-03-10T09:45:05.300Z Compiling rsa v0.9.10
17282026-03-10T09:45:05.635Z Compiling ed25519-dalek v2.2.0
17292026-03-10T09:45:05.888Z Compiling crossterm v0.28.1
17302026-03-10T09:45:06.152Z Compiling zip v0.6.6
17312026-03-10T09:45:06.725Z Compiling toml v0.7.8
17322026-03-10T09:45:07.090Z Compiling toml_parser v1.0.9+spec-1.1.0
17332026-03-10T09:45:07.344Z Compiling itertools v0.13.0
17342026-03-10T09:45:07.518Z Compiling tokio-stream v0.1.18
17352026-03-10T09:45:07.605Z Compiling buf-list v1.1.2
17362026-03-10T09:45:07.704Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17372026-03-10T09:45:07.969Z Compiling x509-cert v0.2.5
17382026-03-10T09:45:07.991Z Compiling openapiv3 v2.2.0
17392026-03-10T09:45:08.125Z Compiling sha1 v0.10.6
17402026-03-10T09:45:08.145Z Compiling toml_datetime v0.7.5+spec-1.1.0
17412026-03-10T09:45:08.415Z Compiling lalrpop-util v0.19.12
17422026-03-10T09:45:08.531Z Compiling peg-runtime v0.8.5
17432026-03-10T09:45:08.662Z Compiling thread_local v1.1.9
17442026-03-10T09:45:08.892Z Compiling slog-async v2.8.0
17452026-03-10T09:45:08.978Z Compiling crossbeam-channel v0.5.15
17462026-03-10T09:45:09.053Z Compiling futures-executor v0.3.32
17472026-03-10T09:45:09.322Z Compiling is-terminal v0.4.17
17482026-03-10T09:45:09.383Z Compiling filetime v0.2.27
17492026-03-10T09:45:09.448Z Compiling take_mut v0.2.2
17502026-03-10T09:45:09.585Z Compiling xattr v1.6.1
17512026-03-10T09:45:09.589Z Compiling term v1.2.1
17522026-03-10T09:45:09.745Z Compiling tar v0.4.44
17532026-03-10T09:45:09.791Z Compiling futures v0.3.32
17542026-03-10T09:45:10.144Z Compiling slog-term v2.9.2
17552026-03-10T09:45:16.893Z Compiling rustls-webpki v0.103.9
17562026-03-10T09:45:20.914Z Compiling tokio-rustls v0.26.4
17572026-03-10T09:45:20.917Z Compiling rustls-platform-verifier v0.6.2
17582026-03-10T09:45:21.189Z Compiling hyper-rustls v0.27.7
17592026-03-10T09:45:21.449Z Compiling reqwest v0.12.28
17602026-03-10T09:45:21.452Z Compiling reqwest v0.13.2
17612026-03-10T09:45:24.411Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17622026-03-10T09:45:24.706Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17632026-03-10T09:45:28.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
17642026-03-10T09:45:28.807Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17652026-03-10T09:45:28.873ZMar 10 09:45:27.761 INFO Starting download, target: DendriteStub
17662026-03-10T09:45:28.873ZMar 10 09:45:27.761 INFO Starting download, target: Clickhouse
17672026-03-10T09:45:28.873ZMar 10 09:45:27.761 INFO Starting download, target: Cockroach
17682026-03-10T09:45:28.874ZMar 10 09:45:27.761 INFO Starting download, target: Console
17692026-03-10T09:45:28.874ZMar 10 09:45:27.761 INFO Starting download, target: TransceiverControl
17702026-03-10T09:45:28.875ZMar 10 09:45:27.761 INFO Starting download, target: MaghemiteMgd
17712026-03-10T09:45:28.882ZMar 10 09:45:27.761 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17722026-03-10T09:45:28.883ZMar 10 09:45:27.762 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17732026-03-10T09:45:28.883ZMar 10 09:45:27.762 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17742026-03-10T09:45:28.883ZMar 10 09:45:27.762 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-03-10T09:45:28.883ZMar 10 09:45:27.762 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-03-10T09:45:28.883ZMar 10 09:45:27.762 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17772026-03-10T09:45:29.448ZMar 10 09:45:28.323 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17782026-03-10T09:45:29.777ZMar 10 09:45:28.655 INFO Download complete, target: TransceiverControl
17792026-03-10T09:45:29.840ZMar 10 09:45:28.731 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17802026-03-10T09:45:30.248ZMar 10 09:45:29.104 INFO Download complete, target: Console
17812026-03-10T09:45:30.423ZMar 10 09:45:29.315 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-03-10T09:45:30.480ZMar 10 09:45:29.372 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17832026-03-10T09:45:30.980ZMar 10 09:45:29.871 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17842026-03-10T09:45:31.335ZMar 10 09:45:30.227 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17852026-03-10T09:45:31.335ZMar 10 09:45:30.227 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17862026-03-10T09:45:33.871ZMar 10 09:45:32.763 INFO Download complete, target: MaghemiteMgd
17872026-03-10T09:45:34.048ZMar 10 09:45:32.940 INFO Download complete, target: DendriteStub
17882026-03-10T09:45:38.976ZMar 10 09:45:37.866 INFO Checking that binary works, target: Cockroach
17892026-03-10T09:45:39.094ZMar 10 09:45:37.984 INFO Download complete, target: Cockroach
17902026-03-10T09:45:42.034ZMar 10 09:45:40.923 INFO Checking that binary works, target: Clickhouse
17912026-03-10T09:45:42.203ZMar 10 09:45:41.092 INFO Download complete, target: Clickhouse
17922026-03-10T09:45:42.221ZAll builder prerequisites installed successfully, and PATH looks valid
17932026-03-10T09:45:42.224Z
17942026-03-10T09:45:42.224Zreal 3:25.245371667
17952026-03-10T09:45:42.224Zuser 10:12.787665646
17962026-03-10T09:45:42.224Zsys 1:44.425187135
17972026-03-10T09:45:42.224Ztrap 0.333236975
17982026-03-10T09:45:42.224Ztflt 0.618121588
17992026-03-10T09:45:42.224Zdflt 0.550157415
18002026-03-10T09:45:42.224Zkflt 0.021286153
18012026-03-10T09:45:42.224Zlock 22:27.996236193
18022026-03-10T09:45:42.224Zslp 37:13.379069205
18032026-03-10T09:45:42.224Zlat 53.224542766
18042026-03-10T09:45:42.225Zstop 2:16.836088107
18052026-03-10T09:45:42.225Z+ banner hack-check
18062026-03-10T09:45:42.225Z
18072026-03-10T09:45:42.225Z # # ## #### # # #### # # ###### #### # #
18082026-03-10T09:45:42.225Z # # # # # # # # # # # # # # # # #
18092026-03-10T09:45:42.225Z ###### # # # #### ##### # ###### ##### # ####
18102026-03-10T09:45:42.225Z # # ###### # # # # # # # # # #
18112026-03-10T09:45:42.225Z # # # # # # # # # # # # # # # # #
18122026-03-10T09:45:42.225Z # # # # #### # # #### # # ###### #### # #
18132026-03-10T09:45:42.225Z
18142026-03-10T09:45:42.228Z+ export CARGO_INCREMENTAL=0
18152026-03-10T09:45:42.228Z+ CARGO_INCREMENTAL=0
18162026-03-10T09:45:42.228Z+ ptime -m timeout 2h cargo xtask check-features --ci
18172026-03-10T09:45:42.967Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18182026-03-10T09:45:43.246Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18192026-03-10T09:45:45.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s
18202026-03-10T09:45:45.900Z Running `target/debug/xtask check-features --ci`
18212026-03-10T09:45:45.933Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18222026-03-10T09:45:45.936Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18232026-03-10T09:45:46.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s
18242026-03-10T09:45:46.578Z Running `target/debug/xtask download cargo-hack`
18252026-03-10T09:45:47.568Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18262026-03-10T09:45:47.958Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18272026-03-10T09:45:51.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s
18282026-03-10T09:45:51.482Z Running `target/debug/xtask-downloader cargo-hack`
18292026-03-10T09:45:51.526ZMar 10 09:45:50.411 INFO Starting download, target: CargoHack
18302026-03-10T09:45:51.529ZMar 10 09:45:50.412 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18312026-03-10T09:45:52.175ZMar 10 09:45:51.061 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18322026-03-10T09:45:52.255ZMar 10 09:45:51.140 INFO Download complete, target: CargoHack
18332026-03-10T09:45:52.258Zrunning: "/home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18342026-03-10T09:45:52.276Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18352026-03-10T09:45:52.482Zinfo: running `cargo check --bins` on api_identity (1/257)
18362026-03-10T09:45:53.148Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-03-10T09:45:53.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-03-10T09:45:53.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-03-10T09:45:53.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
18402026-03-10T09:45:53.250Z
18412026-03-10T09:45:53.250Zinfo: running `cargo check --bins` on bootstore (2/257)
18422026-03-10T09:45:53.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-03-10T09:45:53.938Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-03-10T09:45:53.938Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-03-10T09:45:53.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18462026-03-10T09:45:54.041Z
18472026-03-10T09:45:54.041Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/257)
18482026-03-10T09:45:54.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-03-10T09:45:54.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-03-10T09:45:54.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-03-10T09:45:54.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
18522026-03-10T09:45:54.814Z
18532026-03-10T09:45:54.814Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/257)
18542026-03-10T09:45:55.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-03-10T09:45:55.498Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-03-10T09:45:55.498Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-03-10T09:45:55.502Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
18582026-03-10T09:45:55.597Z
18592026-03-10T09:45:55.597Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/257)
18602026-03-10T09:45:56.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-03-10T09:45:56.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-03-10T09:45:56.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-03-10T09:45:56.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18642026-03-10T09:45:56.203Z
18652026-03-10T09:45:56.203Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/257)
18662026-03-10T09:45:56.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-03-10T09:45:56.745Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-03-10T09:45:56.745Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-03-10T09:45:56.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18702026-03-10T09:45:56.811Z
18712026-03-10T09:45:56.811Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/257)
18722026-03-10T09:45:57.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-03-10T09:45:57.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-03-10T09:45:57.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-03-10T09:45:57.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18762026-03-10T09:45:57.421Z
18772026-03-10T09:45:57.421Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/257)
18782026-03-10T09:45:57.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-03-10T09:45:57.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-03-10T09:45:57.960Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-03-10T09:45:57.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18822026-03-10T09:45:58.027Z
18832026-03-10T09:45:58.027Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/257)
18842026-03-10T09:45:58.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-03-10T09:45:58.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-03-10T09:45:58.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-03-10T09:45:58.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18882026-03-10T09:45:58.631Z
18892026-03-10T09:45:58.631Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/257)
18902026-03-10T09:45:59.170Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-03-10T09:45:59.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-03-10T09:45:59.173Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-03-10T09:45:59.176Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
18942026-03-10T09:45:59.238Z
18952026-03-10T09:45:59.239Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/257)
18962026-03-10T09:45:59.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-03-10T09:45:59.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-03-10T09:45:59.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-03-10T09:45:59.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19002026-03-10T09:45:59.842Z
19012026-03-10T09:45:59.842Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/257)
19022026-03-10T09:46:00.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-03-10T09:46:00.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-03-10T09:46:00.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-03-10T09:46:00.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19062026-03-10T09:46:00.447Z
19072026-03-10T09:46:00.447Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/257)
19082026-03-10T09:46:00.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-03-10T09:46:00.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-03-10T09:46:00.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-03-10T09:46:00.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19122026-03-10T09:46:01.052Z
19132026-03-10T09:46:01.052Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/257)
19142026-03-10T09:46:01.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-03-10T09:46:01.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-03-10T09:46:01.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-03-10T09:46:01.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19182026-03-10T09:46:01.659Z
19192026-03-10T09:46:01.659Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/257)
19202026-03-10T09:46:02.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-03-10T09:46:02.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-03-10T09:46:02.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-03-10T09:46:02.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19242026-03-10T09:46:02.266Z
19252026-03-10T09:46:02.266Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/257)
19262026-03-10T09:46:02.803Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-03-10T09:46:02.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-03-10T09:46:02.807Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-03-10T09:46:02.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19302026-03-10T09:46:02.872Z
19312026-03-10T09:46:02.872Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/257)
19322026-03-10T09:46:03.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-03-10T09:46:03.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-03-10T09:46:03.414Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-03-10T09:46:03.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19362026-03-10T09:46:03.481Z
19372026-03-10T09:46:03.481Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/257)
19382026-03-10T09:46:04.022Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-03-10T09:46:04.025Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-03-10T09:46:04.025Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-03-10T09:46:04.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19422026-03-10T09:46:04.091Z
19432026-03-10T09:46:04.091Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/257)
19442026-03-10T09:46:04.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-03-10T09:46:04.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-03-10T09:46:04.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-03-10T09:46:04.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19482026-03-10T09:46:04.704Z
19492026-03-10T09:46:04.704Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/257)
19502026-03-10T09:46:05.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-03-10T09:46:05.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-03-10T09:46:05.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-03-10T09:46:05.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19542026-03-10T09:46:05.318Z
19552026-03-10T09:46:05.318Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/257)
19562026-03-10T09:46:05.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-03-10T09:46:05.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-03-10T09:46:05.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-03-10T09:46:05.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19602026-03-10T09:46:05.929Z
19612026-03-10T09:46:05.930Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/257)
19622026-03-10T09:46:06.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-03-10T09:46:06.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-03-10T09:46:06.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-03-10T09:46:06.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19662026-03-10T09:46:06.535Z
19672026-03-10T09:46:06.535Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/257)
19682026-03-10T09:46:07.074Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-03-10T09:46:07.077Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-03-10T09:46:07.077Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-03-10T09:46:07.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19722026-03-10T09:46:07.143Z
19732026-03-10T09:46:07.143Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/257)
19742026-03-10T09:46:07.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-03-10T09:46:07.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-03-10T09:46:07.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-03-10T09:46:07.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19782026-03-10T09:46:07.752Z
19792026-03-10T09:46:07.752Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/257)
19802026-03-10T09:46:08.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-03-10T09:46:08.296Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-03-10T09:46:08.296Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-03-10T09:46:08.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
19842026-03-10T09:46:08.363Z
19852026-03-10T09:46:08.363Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/257)
19862026-03-10T09:46:08.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-03-10T09:46:08.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-03-10T09:46:08.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-03-10T09:46:08.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19902026-03-10T09:46:08.970Z
19912026-03-10T09:46:08.970Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/257)
19922026-03-10T09:46:09.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-03-10T09:46:09.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-03-10T09:46:09.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-03-10T09:46:09.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
19962026-03-10T09:46:09.578Z
19972026-03-10T09:46:09.578Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/257)
19982026-03-10T09:46:10.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-03-10T09:46:10.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-03-10T09:46:10.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-03-10T09:46:10.119Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20022026-03-10T09:46:10.182Z
20032026-03-10T09:46:10.183Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/257)
20042026-03-10T09:46:10.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-03-10T09:46:10.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-03-10T09:46:10.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-03-10T09:46:10.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20082026-03-10T09:46:10.787Z
20092026-03-10T09:46:10.787Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/257)
20102026-03-10T09:46:11.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-03-10T09:46:11.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-03-10T09:46:11.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-03-10T09:46:11.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20142026-03-10T09:46:11.394Z
20152026-03-10T09:46:11.394Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/257)
20162026-03-10T09:46:11.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-03-10T09:46:11.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-03-10T09:46:11.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-03-10T09:46:11.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20202026-03-10T09:46:12.003Z
20212026-03-10T09:46:12.004Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/257)
20222026-03-10T09:46:12.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-03-10T09:46:12.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-03-10T09:46:12.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-03-10T09:46:12.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20262026-03-10T09:46:12.614Z
20272026-03-10T09:46:12.614Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/257)
20282026-03-10T09:46:13.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-03-10T09:46:13.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-03-10T09:46:13.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-03-10T09:46:13.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20322026-03-10T09:46:13.222Z
20332026-03-10T09:46:13.222Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/257)
20342026-03-10T09:46:13.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-03-10T09:46:13.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-03-10T09:46:13.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-03-10T09:46:13.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20382026-03-10T09:46:13.829Z
20392026-03-10T09:46:13.829Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/257)
20402026-03-10T09:46:14.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-03-10T09:46:14.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-03-10T09:46:14.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-03-10T09:46:14.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20442026-03-10T09:46:14.433Z
20452026-03-10T09:46:14.433Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/257)
20462026-03-10T09:46:14.973Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-03-10T09:46:14.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-03-10T09:46:14.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-03-10T09:46:14.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20502026-03-10T09:46:15.044Z
20512026-03-10T09:46:15.044Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/257)
20522026-03-10T09:46:15.585Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-03-10T09:46:15.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-03-10T09:46:15.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-03-10T09:46:15.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20562026-03-10T09:46:15.656Z
20572026-03-10T09:46:15.656Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/257)
20582026-03-10T09:46:16.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-03-10T09:46:16.201Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-03-10T09:46:16.201Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-03-10T09:46:16.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20622026-03-10T09:46:16.267Z
20632026-03-10T09:46:16.267Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/257)
20642026-03-10T09:46:16.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-03-10T09:46:16.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-03-10T09:46:16.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-03-10T09:46:16.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20682026-03-10T09:46:16.881Z
20692026-03-10T09:46:16.881Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/257)
20702026-03-10T09:46:17.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-03-10T09:46:17.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-03-10T09:46:17.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-03-10T09:46:17.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20742026-03-10T09:46:17.490Z
20752026-03-10T09:46:17.490Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/257)
20762026-03-10T09:46:18.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-03-10T09:46:18.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-03-10T09:46:18.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-03-10T09:46:18.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
20802026-03-10T09:46:18.097Z
20812026-03-10T09:46:18.097Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/257)
20822026-03-10T09:46:18.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-03-10T09:46:18.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-03-10T09:46:18.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-03-10T09:46:18.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
20862026-03-10T09:46:18.717Z
20872026-03-10T09:46:18.717Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/257)
20882026-03-10T09:46:19.266Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-03-10T09:46:19.269Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-03-10T09:46:19.269Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-03-10T09:46:19.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20922026-03-10T09:46:19.338Z
20932026-03-10T09:46:19.338Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/257)
20942026-03-10T09:46:19.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-03-10T09:46:19.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-03-10T09:46:19.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-03-10T09:46:19.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
20982026-03-10T09:46:19.953Z
20992026-03-10T09:46:19.953Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (45/257)
21002026-03-10T09:46:20.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-03-10T09:46:20.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-03-10T09:46:20.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-03-10T09:46:20.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
21042026-03-10T09:46:20.754Z
21052026-03-10T09:46:20.754Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (46/257)
21062026-03-10T09:46:21.438Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-03-10T09:46:21.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-03-10T09:46:21.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-03-10T09:46:21.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21102026-03-10T09:46:21.544Z
21112026-03-10T09:46:21.544Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (47/257)
21122026-03-10T09:46:22.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-03-10T09:46:22.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-03-10T09:46:22.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-03-10T09:46:22.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21162026-03-10T09:46:22.328Z
21172026-03-10T09:46:22.328Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/257)
21182026-03-10T09:46:23.008Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-03-10T09:46:23.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-03-10T09:46:23.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-03-10T09:46:23.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
21222026-03-10T09:46:23.112Z
21232026-03-10T09:46:23.112Zinfo: running `cargo check --bins` on key-manager-types (49/257)
21242026-03-10T09:46:23.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-03-10T09:46:23.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-03-10T09:46:23.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-03-10T09:46:23.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
21282026-03-10T09:46:23.864Z
21292026-03-10T09:46:23.864Zinfo: running `cargo check --bins` on oxlog (50/257)
21302026-03-10T09:46:24.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-03-10T09:46:24.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-03-10T09:46:24.627Z Checking cfg-if v1.0.4
21332026-03-10T09:46:24.630Z Checking libc v0.2.180
21342026-03-10T09:46:24.630Z Checking serde_core v1.0.228
21352026-03-10T09:46:24.750Z Checking zeroize v1.8.2
21362026-03-10T09:46:24.759Z Checking memchr v2.8.0
21372026-03-10T09:46:24.762Z Checking log v0.4.29
21382026-03-10T09:46:24.781Z Checking smallvec v1.15.1
21392026-03-10T09:46:24.794Z Checking typenum v1.19.0
21402026-03-10T09:46:24.795Z Checking subtle v2.6.1
21412026-03-10T09:46:24.928Z Checking itoa v1.0.17
21422026-03-10T09:46:24.973Z Checking scopeguard v1.2.0
21432026-03-10T09:46:24.988Z Checking stable_deref_trait v1.2.1
21442026-03-10T09:46:25.007Z Checking const-oid v0.9.6
21452026-03-10T09:46:25.073Z Checking portable-atomic v1.13.1
21462026-03-10T09:46:25.092Z Checking lock_api v0.4.14
21472026-03-10T09:46:25.115Z Checking critical-section v1.2.0
21482026-03-10T09:46:25.255Z Checking zerofrom v0.1.6
21492026-03-10T09:46:25.274Z Checking pin-project-lite v0.2.17
21502026-03-10T09:46:25.384Z Checking zerocopy v0.8.40
21512026-03-10T09:46:25.399Z Checking getrandom v0.2.17
21522026-03-10T09:46:25.399Z Checking errno v0.3.14
21532026-03-10T09:46:25.423Z Checking yoke v0.8.1
21542026-03-10T09:46:25.525Z Checking generic-array v0.14.7
21552026-03-10T09:46:25.547Z Checking signal-hook-registry v1.4.8
21562026-03-10T09:46:25.571Z Checking rand_core v0.6.4
21572026-03-10T09:46:25.633Z Checking parking_lot_core v0.9.12
21582026-03-10T09:46:25.679Z Checking once_cell v1.21.3
21592026-03-10T09:46:25.739Z Checking zerovec v0.11.5
21602026-03-10T09:46:25.790Z Checking mio v1.1.1
21612026-03-10T09:46:25.857Z Checking parking_lot v0.12.5
21622026-03-10T09:46:25.895Z Checking socket2 v0.6.2
21632026-03-10T09:46:26.022Z Checking libm v0.2.16
21642026-03-10T09:46:26.092Z Checking zmij v1.0.21
21652026-03-10T09:46:26.176Z Checking crypto-common v0.1.7
21662026-03-10T09:46:26.179Z Checking block-buffer v0.10.4
21672026-03-10T09:46:26.208Z Checking futures-core v0.3.32
21682026-03-10T09:46:26.320Z Checking tinystr v0.8.2
21692026-03-10T09:46:26.335Z Checking writeable v0.6.2
21702026-03-10T09:46:26.355Z Checking equivalent v1.0.2
21712026-03-10T09:46:26.369Z Checking allocator-api2 v0.2.21
21722026-03-10T09:46:26.372Z Checking digest v0.10.7
21732026-03-10T09:46:26.452Z Checking litemap v0.8.1
21742026-03-10T09:46:26.527Z Checking percent-encoding v2.3.2
21752026-03-10T09:46:26.542Z Checking potential_utf v0.1.4
21762026-03-10T09:46:26.630Z Checking zerotrie v0.2.3
21772026-03-10T09:46:26.674Z Checking icu_locale_core v2.1.1
21782026-03-10T09:46:26.694Z Checking foldhash v0.2.0
21792026-03-10T09:46:26.694Z Checking cpufeatures v0.2.17
21802026-03-10T09:46:26.751Z Checking icu_collections v2.1.1
21812026-03-10T09:46:26.788Z Checking hmac v0.12.1
21822026-03-10T09:46:26.883Z Checking hashbrown v0.16.1
21832026-03-10T09:46:26.898Z Checking serde v1.0.228
21842026-03-10T09:46:26.946Z Checking bitflags v2.11.0
21852026-03-10T09:46:26.950Z Checking serde_json v1.0.149
21862026-03-10T09:46:27.031Z Checking num-traits v0.2.19
21872026-03-10T09:46:27.153Z Checking block-padding v0.3.3
21882026-03-10T09:46:27.168Z Checking icu_normalizer_data v2.1.1
21892026-03-10T09:46:27.253Z Checking icu_properties_data v2.1.2
21902026-03-10T09:46:27.314Z Checking futures-sink v0.3.32
21912026-03-10T09:46:27.415Z Checking rand_core v0.10.0
21922026-03-10T09:46:27.432Z Checking futures-channel v0.3.32
21932026-03-10T09:46:27.447Z Checking icu_provider v2.1.1
21942026-03-10T09:46:27.461Z Checking bytes v1.11.1
21952026-03-10T09:46:27.555Z Checking indexmap v2.13.0
21962026-03-10T09:46:27.586Z Checking getrandom v0.4.1
21972026-03-10T09:46:27.674Z Checking inout v0.1.4
21982026-03-10T09:46:27.747Z Checking icu_normalizer v2.1.1
21992026-03-10T09:46:27.761Z Checking icu_properties v2.1.2
22002026-03-10T09:46:27.806Z Checking futures-io v0.3.32
22012026-03-10T09:46:27.845Z Checking futures-task v0.3.32
22022026-03-10T09:46:27.888Z Checking slab v0.4.12
22032026-03-10T09:46:27.945Z Checking cipher v0.4.4
22042026-03-10T09:46:28.020Z Checking sha2 v0.10.9
22052026-03-10T09:46:28.067Z Checking tokio v1.49.0
22062026-03-10T09:46:28.085Z Checking futures-util v0.3.32
22072026-03-10T09:46:28.142Z Checking getrandom v0.3.4
22082026-03-10T09:46:28.213Z Checking base64ct v1.8.3
22092026-03-10T09:46:28.314Z Checking byteorder v1.5.0
22102026-03-10T09:46:28.329Z Checking utf8_iter v1.0.4
22112026-03-10T09:46:28.369Z Checking form_urlencoded v1.2.2
22122026-03-10T09:46:28.475Z Checking flagset v0.4.7
22132026-03-10T09:46:28.510Z Checking pem-rfc7468 v0.7.0
22142026-03-10T09:46:28.525Z Checking fnv v1.0.7
22152026-03-10T09:46:28.579Z Checking rand_core v0.9.5
22162026-03-10T09:46:28.628Z Checking salsa20 v0.10.2
22172026-03-10T09:46:28.642Z Checking http v1.4.0
22182026-03-10T09:46:28.706Z Checking der v0.7.10
22192026-03-10T09:46:28.787Z Checking uuid v1.21.0
22202026-03-10T09:46:28.812Z Checking pbkdf2 v0.12.2
22212026-03-10T09:46:28.927Z Checking idna_adapter v1.2.1
22222026-03-10T09:46:28.946Z Checking scrypt v0.11.0
22232026-03-10T09:46:29.072Z Checking idna v1.1.0
22242026-03-10T09:46:29.110Z Checking cbc v0.1.2
22252026-03-10T09:46:29.201Z Checking aes v0.8.4
22262026-03-10T09:46:29.268Z Checking rustix v1.1.3
22272026-03-10T09:46:29.390Z Checking url v2.5.8
22282026-03-10T09:46:29.418Z Checking tracing-core v0.1.36
22292026-03-10T09:46:29.719Z Checking ppv-lite86 v0.2.21
22302026-03-10T09:46:29.733Z Checking rustls-pki-types v1.14.0
22312026-03-10T09:46:29.737Z Checking spki v0.7.3
22322026-03-10T09:46:29.820Z Checking iana-time-zone v0.1.65
22332026-03-10T09:46:29.943Z Checking regex-syntax v0.8.10
22342026-03-10T09:46:29.957Z Checking pkcs5 v0.7.1
22352026-03-10T09:46:29.960Z Checking chrono v0.4.44
22362026-03-10T09:46:30.111Z Checking tracing v0.1.44
22372026-03-10T09:46:30.130Z Checking rand_chacha v0.9.0
22382026-03-10T09:46:30.299Z Checking http-body v1.0.1
22392026-03-10T09:46:30.389Z Checking aws-lc-sys v0.37.1
22402026-03-10T09:46:30.407Z Checking rand v0.9.2
22412026-03-10T09:46:30.462Z Checking untrusted v0.9.0
22422026-03-10T09:46:30.478Z Checking untrusted v0.7.1
22432026-03-10T09:46:30.597Z Checking openssl-probe v0.2.1
22442026-03-10T09:46:30.617Z Checking base64 v0.22.1
22452026-03-10T09:46:30.727Z Checking ring v0.17.14
22462026-03-10T09:46:30.815Z Checking pkcs8 v0.10.2
22472026-03-10T09:46:30.928Z Checking tinyvec_macros v0.1.1
22482026-03-10T09:46:31.009Z Checking tower-service v0.3.3
22492026-03-10T09:46:31.034Z Checking plain v0.2.3
22502026-03-10T09:46:31.050Z Checking atomic-waker v1.1.2
22512026-03-10T09:46:31.118Z Checking try-lock v0.2.5
22522026-03-10T09:46:31.157Z Checking tower-layer v0.3.3
22532026-03-10T09:46:31.172Z Checking tinyvec v1.10.0
22542026-03-10T09:46:31.188Z Checking ipnet v2.11.0
22552026-03-10T09:46:31.230Z Checking want v0.3.1
22562026-03-10T09:46:31.295Z Checking aws-lc-rs v1.16.0
22572026-03-10T09:46:31.338Z Checking semver v1.0.27
22582026-03-10T09:46:31.375Z Checking httparse v1.10.1
22592026-03-10T09:46:31.518Z Checking spin v0.9.8
22602026-03-10T09:46:31.600Z Checking fastrand v2.3.0
22612026-03-10T09:46:31.615Z Checking foreign-types-shared v0.1.1
22622026-03-10T09:46:31.632Z Checking dyn-clone v1.0.20
22632026-03-10T09:46:31.711Z Checking httpdate v1.0.3
22642026-03-10T09:46:31.749Z Checking unicode-ident v1.0.24
22652026-03-10T09:46:31.749Z Checking pin-utils v0.1.0
22662026-03-10T09:46:31.810Z Checking ucd-trie v0.1.7
22672026-03-10T09:46:31.826Z Checking tempfile v3.25.0
22682026-03-10T09:46:31.841Z Checking schemars v0.8.22
22692026-03-10T09:46:31.878Z Checking proc-macro2 v1.0.106
22702026-03-10T09:46:31.892Z Checking foreign-types v0.3.2
22712026-03-10T09:46:31.968Z Checking pest v2.8.6
22722026-03-10T09:46:31.982Z Checking crossbeam-utils v0.8.21
22732026-03-10T09:46:32.077Z Checking openssl-sys v0.9.111
22742026-03-10T09:46:32.093Z Checking thiserror v2.0.18
22752026-03-10T09:46:32.210Z Checking wait-timeout v0.2.1
22762026-03-10T09:46:32.297Z Checking aho-corasick v1.1.4
22772026-03-10T09:46:32.361Z Checking utf8parse v0.2.2
22782026-03-10T09:46:32.436Z Checking siphasher v1.0.2
22792026-03-10T09:46:32.468Z Checking rustls-webpki v0.103.9
22802026-03-10T09:46:32.483Z Checking anstyle v1.0.13
22812026-03-10T09:46:32.502Z Checking tokio-util v0.7.18
22822026-03-10T09:46:32.643Z Checking simd-adler32 v0.3.8
22832026-03-10T09:46:32.715Z Checking either v1.15.0
22842026-03-10T09:46:32.748Z Checking bit-vec v0.8.0
22852026-03-10T09:46:32.827Z Checking powerfmt v0.2.0
22862026-03-10T09:46:32.872Z Checking pretty-hex v0.4.1
22872026-03-10T09:46:32.964Z Checking quick-error v1.2.3
22882026-03-10T09:46:32.995Z Checking bit-set v0.8.0
22892026-03-10T09:46:33.015Z Checking openssl v0.10.75
22902026-03-10T09:46:33.034Z Checking deranged v0.5.8
22912026-03-10T09:46:33.034Z Checking rustls v0.23.37
22922026-03-10T09:46:33.079Z Checking rusty-fork v0.3.1
22932026-03-10T09:46:33.177Z Checking anstyle-parse v0.2.7
22942026-03-10T09:46:33.244Z Checking regex-automata v0.4.14
22952026-03-10T09:46:33.289Z Checking crossbeam-epoch v0.9.18
22962026-03-10T09:46:33.324Z Checking h2 v0.4.13
22972026-03-10T09:46:33.375Z Checking quote v1.0.44
22982026-03-10T09:46:33.472Z Compiling newtype-uuid v1.3.2
22992026-03-10T09:46:33.570Z Checking unicode-normalization v0.1.25
23002026-03-10T09:46:33.601Z Checking rustls-native-certs v0.8.3
23012026-03-10T09:46:33.693Z Checking rand_xorshift v0.4.0
23022026-03-10T09:46:33.757Z Checking thiserror v1.0.69
23032026-03-10T09:46:33.833Z Checking crc32fast v1.5.0
23042026-03-10T09:46:33.871Z Checking scroll v0.13.0
23052026-03-10T09:46:34.003Z Checking signature v2.2.0
23062026-03-10T09:46:34.101Z Checking sync_wrapper v1.0.2
23072026-03-10T09:46:34.160Z Checking is_terminal_polyfill v1.70.2
23082026-03-10T09:46:34.174Z Checking unicode-properties v0.1.4
23092026-03-10T09:46:34.222Z Checking unarray v0.1.4
23102026-03-10T09:46:34.261Z Checking anstyle-query v1.1.5
23112026-03-10T09:46:34.348Z Checking time-core v0.1.8
23122026-03-10T09:46:34.369Z Checking num_threads v0.1.7
23132026-03-10T09:46:34.407Z Checking adler2 v2.0.1
23142026-03-10T09:46:34.421Z Checking unicode-bidi v0.3.18
23152026-03-10T09:46:34.467Z Checking num-conv v0.2.0
23162026-03-10T09:46:34.534Z Checking colorchoice v1.0.4
23172026-03-10T09:46:34.549Z Checking miniz_oxide v0.8.9
23182026-03-10T09:46:34.619Z Checking time v0.3.47
23192026-03-10T09:46:34.653Z Checking anstream v0.6.21
23202026-03-10T09:46:34.797Z Checking stringprep v0.1.5
23212026-03-10T09:46:34.904Z Checking proptest v1.10.0
23222026-03-10T09:46:34.985Z Checking tower v0.5.3
23232026-03-10T09:46:35.015Z Checking goblin v0.10.5
23242026-03-10T09:46:35.517Z Compiling daft v0.1.5
23252026-03-10T09:46:35.838Z Checking syn v2.0.117
23262026-03-10T09:46:35.858Z Checking native-tls v0.2.18
23272026-03-10T09:46:35.889Z Checking crossbeam-deque v0.8.6
23282026-03-10T09:46:36.085Z Checking ipnetwork v0.21.1
23292026-03-10T09:46:36.112Z Checking http-body-util v0.1.3
23302026-03-10T09:46:36.241Z Checking rand_chacha v0.3.1
23312026-03-10T09:46:36.273Z Checking tokio-rustls v0.26.4
23322026-03-10T09:46:36.351Z Checking webpki-roots v1.0.6
23332026-03-10T09:46:36.397Z Checking scroll v0.12.0
23342026-03-10T09:46:36.501Z Checking zstd-sys v2.0.16+zstd.1.5.7
23352026-03-10T09:46:36.516Z Checking hash32 v0.2.1
23362026-03-10T09:46:36.569Z Checking num-integer v0.1.46
23372026-03-10T09:46:36.646Z Checking serde_spanned v0.6.9
23382026-03-10T09:46:36.688Z Checking toml_datetime v0.6.11
23392026-03-10T09:46:36.717Z Checking md-5 v0.10.6
23402026-03-10T09:46:36.802Z Checking ff v0.13.1
23412026-03-10T09:46:36.872Z Checking fallible-iterator v0.2.0
23422026-03-10T09:46:36.888Z Checking base16ct v0.2.0
23432026-03-10T09:46:36.924Z Checking zlib-rs v0.6.2
23442026-03-10T09:46:36.958Z Checking iri-string v0.7.10
23452026-03-10T09:46:37.028Z Checking hyper v1.8.1
23462026-03-10T09:46:37.043Z Checking psl-types v2.0.11
23472026-03-10T09:46:37.188Z Checking ryu v1.0.23
23482026-03-10T09:46:37.227Z Checking postgres-protocol v0.6.10
23492026-03-10T09:46:37.364Z Checking serde_urlencoded v0.7.1
23502026-03-10T09:46:37.632Z Compiling iddqd v0.3.17
23512026-03-10T09:46:37.646Z Checking publicsuffix v2.3.0
23522026-03-10T09:46:37.709Z Checking sec1 v0.7.3
23532026-03-10T09:46:37.845Z Checking group v0.13.0
23542026-03-10T09:46:37.964Z Checking num-iter v0.1.45
23552026-03-10T09:46:38.029Z Checking heapless v0.7.17
23562026-03-10T09:46:38.097Z Checking goblin v0.8.2
23572026-03-10T09:46:38.112Z Checking flate2 v1.1.9
23582026-03-10T09:46:38.228Z Checking hyper-util v0.1.20
23592026-03-10T09:46:38.417Z Checking tower-http v0.6.8
23602026-03-10T09:46:38.467Z Checking dof v0.4.0
23612026-03-10T09:46:38.508Z Checking zstd-safe v7.2.4
23622026-03-10T09:46:38.590Z Checking rand v0.8.5
23632026-03-10T09:46:38.717Z Checking oxnet v0.1.4
23642026-03-10T09:46:38.781Z Checking cookie v0.18.1
23652026-03-10T09:46:39.017Z Checking rayon-core v1.13.0
23662026-03-10T09:46:39.075Z Checking tokio-native-tls v0.3.1
23672026-03-10T09:46:39.156Z Checking dtrace-parser v0.3.0
23682026-03-10T09:46:39.171Z Checking phf_shared v0.13.1
23692026-03-10T09:46:39.268Z Checking lazy_static v1.5.0
23702026-03-10T09:46:39.295Z Checking terminal_size v0.4.3
23712026-03-10T09:46:39.375Z Checking zerocopy v0.7.35
23722026-03-10T09:46:39.433Z Checking bzip2-sys v0.1.13+1.0.8
23732026-03-10T09:46:39.448Z Checking signal-hook v0.3.18
23742026-03-10T09:46:39.452Z Checking hkdf v0.12.4
23752026-03-10T09:46:39.452Z Checking crypto-bigint v0.5.5
23762026-03-10T09:46:39.493Z Checking thread-id v5.1.0
23772026-03-10T09:46:39.535Z Checking unicode-width v0.2.0
23782026-03-10T09:46:39.580Z Checking managed v0.8.0
23792026-03-10T09:46:39.608Z Checking libbz2-rs-sys v0.2.2
23802026-03-10T09:46:39.697Z Checking bitflags v1.3.2
23812026-03-10T09:46:39.786Z Checking winnow v0.5.40
23822026-03-10T09:46:39.827Z Checking winnow v0.7.14
23832026-03-10T09:46:39.854Z Checking strsim v0.11.1
23842026-03-10T09:46:39.915Z Checking hyper-rustls v0.27.7
23852026-03-10T09:46:40.054Z Checking clap_lex v1.0.0
23862026-03-10T09:46:40.086Z Checking foldhash v0.1.5
23872026-03-10T09:46:40.134Z Checking bumpalo v3.20.2
23882026-03-10T09:46:40.180Z Checking bzip2 v0.6.1
23892026-03-10T09:46:40.259Z Checking clap_builder v4.5.60
23902026-03-10T09:46:40.273Z Checking hashbrown v0.15.5
23912026-03-10T09:46:40.402Z Checking hyper-tls v0.6.0
23922026-03-10T09:46:40.417Z Checking zopfli v0.8.3
23932026-03-10T09:46:40.619Z Checking console v0.16.2
23942026-03-10T09:46:40.819Z Checking dof v0.3.0
23952026-03-10T09:46:40.848Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23962026-03-10T09:46:40.918Z Checking smoltcp v0.9.1
23972026-03-10T09:46:41.020Z Checking signal-hook-mio v0.2.5
23982026-03-10T09:46:41.056Z Checking elliptic-curve v0.13.8
23992026-03-10T09:46:41.093Z Checking usdt-impl v0.6.0
24002026-03-10T09:46:41.142Z Checking bzip2 v0.4.4
24012026-03-10T09:46:41.201Z Checking rayon v1.11.0
24022026-03-10T09:46:41.347Z Checking phf v0.13.1
24032026-03-10T09:46:41.373Z Checking toml_edit v0.19.15
24042026-03-10T09:46:41.449Z Checking num-bigint-dig v0.8.6
24052026-03-10T09:46:41.465Z Checking cookie_store v0.22.1
24062026-03-10T09:46:41.536Z Checking zstd v0.13.3
24072026-03-10T09:46:41.731Z Checking postgres-types v0.2.12
24082026-03-10T09:46:41.778Z Checking rustls-platform-verifier v0.6.2
24092026-03-10T09:46:41.799Z Checking regex v1.12.3
24102026-03-10T09:46:41.888Z Checking bstr v1.12.1
24112026-03-10T09:46:41.947Z Checking ed25519 v2.2.3
24122026-03-10T09:46:42.004Z Checking dtrace-parser v0.2.0
24132026-03-10T09:46:42.136Z Checking itertools v0.12.1
24142026-03-10T09:46:42.172Z Checking phf_shared v0.11.3
24152026-03-10T09:46:42.186Z Checking curve25519-dalek v4.1.3
24162026-03-10T09:46:42.312Z Checking ref-cast v1.0.25
24172026-03-10T09:46:42.356Z Checking strum v0.27.2
24182026-03-10T09:46:42.427Z Checking hubpack v0.1.2
24192026-03-10T09:46:42.430Z Checking rustix v0.38.44
24202026-03-10T09:46:42.489Z Checking pkcs1 v0.7.5
24212026-03-10T09:46:42.598Z Checking float-cmp v0.10.0
24222026-03-10T09:46:42.638Z Checking hex v0.4.3
24232026-03-10T09:46:42.756Z Checking erased-serde v0.3.31
24242026-03-10T09:46:42.759Z Checking serde-big-array v0.5.1
24252026-03-10T09:46:42.812Z Checking rfc6979 v0.4.0
24262026-03-10T09:46:42.931Z Checking thread-id v4.2.2
24272026-03-10T09:46:42.945Z Checking memmap2 v0.9.10
24282026-03-10T09:46:42.961Z Checking env_filter v1.0.0
24292026-03-10T09:46:43.026Z Checking encoding_rs v0.8.35
24302026-03-10T09:46:43.131Z Checking rustc-hash v2.1.1
24312026-03-10T09:46:43.147Z Checking static_assertions v1.1.0
24322026-03-10T09:46:43.217Z Checking predicates-core v1.0.10
24332026-03-10T09:46:43.230Z Checking difflib v0.4.0
24342026-03-10T09:46:43.256Z Checking new_debug_unreachable v1.0.6
24352026-03-10T09:46:43.271Z Checking normalize-line-endings v0.3.0
24362026-03-10T09:46:43.325Z Checking fixedbitset v0.5.7
24372026-03-10T09:46:43.339Z Checking fixedbitset v0.4.2
24382026-03-10T09:46:43.360Z Checking unit-prefix v0.5.2
24392026-03-10T09:46:43.376Z Checking data-encoding v2.10.0
24402026-03-10T09:46:43.450Z Checking mime v0.3.17
24412026-03-10T09:46:43.511Z Checking precomputed-hash v0.1.1
24422026-03-10T09:46:43.526Z Checking jiff v0.2.21
24432026-03-10T09:46:43.529Z Checking whoami v2.1.0
24442026-03-10T09:46:43.572Z Checking unicode-segmentation v1.12.0
24452026-03-10T09:46:43.588Z Checking keccak v0.1.6
24462026-03-10T09:46:43.607Z Checking toml_write v0.1.2
24472026-03-10T09:46:43.667Z Checking string_cache v0.8.9
24482026-03-10T09:46:43.727Z Checking hickory-proto v0.25.2
24492026-03-10T09:46:43.782Z Checking tokio-postgres v0.7.16
24502026-03-10T09:46:43.808Z Checking sha3 v0.10.8
24512026-03-10T09:46:43.822Z Checking toml_edit v0.22.27
24522026-03-10T09:46:43.873Z Checking crossterm v0.28.1
24532026-03-10T09:46:43.988Z Checking similar v2.7.0
24542026-03-10T09:46:44.077Z Checking petgraph v0.8.3
24552026-03-10T09:46:44.331Z Checking reqwest v0.12.28
24562026-03-10T09:46:44.500Z Checking zone v0.3.1
24572026-03-10T09:46:44.858Z Checking petgraph v0.6.5
24582026-03-10T09:46:44.958Z Checking indicatif v0.18.4
24592026-03-10T09:46:45.317Z Checking predicates v3.1.4
24602026-03-10T09:46:45.445Z Checking slog v2.8.2
24612026-03-10T09:46:45.484Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24622026-03-10T09:46:45.732Z Checking ed25519-dalek v2.2.0
24632026-03-10T09:46:45.790Z Checking usdt v0.6.0
24642026-03-10T09:46:45.994Z Checking env_logger v0.11.9
24652026-03-10T09:46:46.030Z Checking usdt-impl v0.5.0
24662026-03-10T09:46:46.238Z Checking ecdsa v0.16.9
24672026-03-10T09:46:46.269Z Checking serde_with v3.17.0
24682026-03-10T09:46:46.395Z Checking toml v0.7.8
24692026-03-10T09:46:46.612Z Checking rsa v0.9.10
24702026-03-10T09:46:46.627Z Checking clap v4.5.60
24712026-03-10T09:46:46.674Z Checking reqwest v0.13.2
24722026-03-10T09:46:46.714Z Checking zip v4.6.1
24732026-03-10T09:46:46.729Z Checking toml_parser v1.0.9+spec-1.1.0
24742026-03-10T09:46:46.817Z Checking zip v0.6.6
24752026-03-10T09:46:47.207Z Checking strum v0.26.3
24762026-03-10T09:46:47.236Z Checking fs-err v3.3.0
24772026-03-10T09:46:47.239Z Checking ahash v0.8.12
24782026-03-10T09:46:47.317Z Checking tokio-stream v0.1.18
24792026-03-10T09:46:47.467Z Checking object v0.37.3
24802026-03-10T09:46:47.504Z Checking itertools v0.13.0
24812026-03-10T09:46:47.593Z Checking buf-list v1.1.2
24822026-03-10T09:46:47.623Z Checking anyhow v1.0.102
24832026-03-10T09:46:47.798Z Checking camino v1.2.2
24842026-03-10T09:46:47.824Z Checking x509-cert v0.2.5
24852026-03-10T09:46:47.827Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
24862026-03-10T09:46:47.880Z Checking openapiv3 v2.2.0
24872026-03-10T09:46:48.140Z Checking toml_datetime v0.7.5+spec-1.1.0
24882026-03-10T09:46:48.215Z Checking sha1 v0.10.6
24892026-03-10T09:46:48.280Z Checking peg-runtime v0.8.5
24902026-03-10T09:46:48.392Z Checking lalrpop-util v0.19.12
24912026-03-10T09:46:48.409Z Checking sigpipe v0.1.3
24922026-03-10T09:46:48.459Z Checking glob v0.3.3
24932026-03-10T09:46:50.761Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24942026-03-10T09:46:51.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.23s
24952026-03-10T09:46:51.304Z
24962026-03-10T09:46:51.304Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (51/257)
24972026-03-10T09:46:52.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982026-03-10T09:46:52.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992026-03-10T09:46:52.289Z Checking newtype-uuid v1.3.2
25002026-03-10T09:46:52.292Z Compiling structmeta-derive v0.3.0
25012026-03-10T09:46:52.292Z Compiling rustls v0.22.4
25022026-03-10T09:46:52.421Z Checking regress v0.10.5
25032026-03-10T09:46:52.424Z Compiling multer v3.1.0
25042026-03-10T09:46:52.424Z Compiling newtype-uuid-macros v0.1.0
25052026-03-10T09:46:52.424Z Compiling async-stream-impl v0.3.6
25062026-03-10T09:46:52.427Z Checking futures-executor v0.3.32
25072026-03-10T09:46:52.637Z Checking daft v0.1.5
25082026-03-10T09:46:52.707Z Compiling dropshot v0.16.7
25092026-03-10T09:46:52.802Z Checking futures v0.3.32
25102026-03-10T09:46:52.899Z Compiling dropshot_endpoint v0.16.7
25112026-03-10T09:46:52.951Z Checking iddqd v0.3.17
25122026-03-10T09:46:53.026Z Checking thread_local v1.1.9
25132026-03-10T09:46:53.232Z Checking crossbeam-channel v0.5.15
25142026-03-10T09:46:53.318Z Checking is-terminal v0.4.17
25152026-03-10T09:46:53.429Z Checking term v1.2.1
25162026-03-10T09:46:53.508Z Checking take_mut v0.2.2
25172026-03-10T09:46:53.639Z Checking rustls-webpki v0.102.8
25182026-03-10T09:46:53.669Z Checking slog-async v2.8.0
25192026-03-10T09:46:53.716Z Checking slog-term v2.9.2
25202026-03-10T09:46:53.890Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25212026-03-10T09:46:54.049Z Compiling structmeta v0.3.0
25222026-03-10T09:46:54.067Z Checking serde_spanned v1.0.4
25232026-03-10T09:46:54.112Z Checking match_cfg v0.1.0
25242026-03-10T09:46:54.134Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-03-10T09:46:54.196Z Checking toml_writer v1.0.6+spec-1.1.0
25262026-03-10T09:46:54.228Z Checking debug-ignore v1.0.5
25272026-03-10T09:46:54.246Z Checking hostname v0.3.1
25282026-03-10T09:46:54.319Z Compiling derive-ex v0.1.8
25292026-03-10T09:46:54.356Z Compiling parse-display-derive v0.10.0
25302026-03-10T09:46:54.409Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25312026-03-10T09:46:54.432Z Checking toml v0.9.12+spec-1.1.0
25322026-03-10T09:46:54.524Z Checking slog-json v2.6.1
25332026-03-10T09:46:54.716Z Checking macaddr v1.0.1
25342026-03-10T09:46:54.862Z Checking slog-bunyan v2.5.0
25352026-03-10T09:46:54.949Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25362026-03-10T09:46:55.003Z Checking async-stream v0.3.6
25372026-03-10T09:46:55.233Z Checking waitgroup v0.1.2
25382026-03-10T09:46:55.314Z Checking rustls-pemfile v2.2.0
25392026-03-10T09:46:55.385Z Checking serde_path_to_error v0.1.20
25402026-03-10T09:46:55.473Z Checking hostname v0.4.2
25412026-03-10T09:46:55.495Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
25422026-03-10T09:46:55.513Z Checking progenitor-client v0.10.0
25432026-03-10T09:46:55.598Z Compiling itertools v0.14.0
25442026-03-10T09:46:55.680Z Checking progenitor-client v0.13.0
25452026-03-10T09:46:55.765Z Checking instant v0.1.13
25462026-03-10T09:46:55.804Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25472026-03-10T09:46:55.872Z Checking backoff v0.4.0
25482026-03-10T09:46:55.987Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
25492026-03-10T09:46:56.099Z Checking backon v1.6.0
25502026-03-10T09:46:56.317Z Checking heck v0.5.0
25512026-03-10T09:46:56.428Z Checking tokio-rustls v0.25.0
25522026-03-10T09:46:56.472Z Compiling toml_edit v0.23.10+spec-1.0.0
25532026-03-10T09:46:56.621Z Compiling heapless v0.8.0
25542026-03-10T09:46:56.722Z Compiling test-strategy v0.4.5
25552026-03-10T09:46:56.725Z Checking parse-display v0.10.0
25562026-03-10T09:46:56.918Z Compiling crucible-workspace-hack v0.1.0
25572026-03-10T09:46:56.939Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25582026-03-10T09:46:57.183Z Compiling proc-macro-crate v3.4.0
25592026-03-10T09:46:57.225Z Compiling typify-impl v0.4.3
25602026-03-10T09:46:57.248Z Checking hash32 v0.3.1
25612026-03-10T09:46:57.320Z Compiling ingot-macros v0.1.1
25622026-03-10T09:46:57.371Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25632026-03-10T09:46:57.404Z Compiling smoltcp v0.11.0
25642026-03-10T09:46:57.930Z Checking tabwriter v1.4.1
25652026-03-10T09:46:57.946Z Compiling num_enum_derive v0.7.5
25662026-03-10T09:46:57.964Z Checking cobs v0.3.0
25672026-03-10T09:46:58.116Z Compiling foreign-types-macros v0.2.3
25682026-03-10T09:46:58.143Z Checking foreign-types-shared v0.3.1
25692026-03-10T09:46:58.169Z Checking cpufeatures v0.3.0
25702026-03-10T09:46:58.272Z Checking chacha20 v0.10.0
25712026-03-10T09:46:58.557Z Checking postcard v1.1.3
25722026-03-10T09:46:58.805Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
25732026-03-10T09:46:58.904Z Checking foreign-types v0.5.0
25742026-03-10T09:46:59.081Z Compiling proc-macro-crate v1.3.1
25752026-03-10T09:46:59.134Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25762026-03-10T09:46:59.225Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25772026-03-10T09:46:59.300Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25782026-03-10T09:46:59.401Z Checking num_enum v0.7.5
25792026-03-10T09:46:59.502Z Checking cstr-argument v0.1.2
25802026-03-10T09:46:59.628Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25812026-03-10T09:46:59.654Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
25822026-03-10T09:46:59.740Z Checking colored v3.1.1
25832026-03-10T09:46:59.928Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25842026-03-10T09:46:59.946Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25852026-03-10T09:46:59.949Z Compiling num_enum_derive v0.5.11
25862026-03-10T09:47:00.013Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
25872026-03-10T09:47:00.060Z Checking rand v0.10.0
25882026-03-10T09:47:00.165Z Checking secrecy v0.10.3
25892026-03-10T09:47:00.234Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
25902026-03-10T09:47:00.360Z Compiling memoffset v0.9.1
25912026-03-10T09:47:00.629Z Compiling convert_case v0.4.0
25922026-03-10T09:47:00.786Z Compiling unsafe-libyaml v0.2.11
25932026-03-10T09:47:00.896Z Compiling cfg_aliases v0.2.1
25942026-03-10T09:47:00.996Z Compiling nix v0.30.1
25952026-03-10T09:47:01.149Z Compiling derive_more v0.99.20
25962026-03-10T09:47:01.198Z Checking ingot-types v0.1.2
25972026-03-10T09:47:01.407Z Checking num_enum v0.5.11
25982026-03-10T09:47:01.540Z Compiling serde_yaml v0.9.34+deprecated
25992026-03-10T09:47:01.697Z Checking ingot v0.1.1
26002026-03-10T09:47:01.904Z Checking camino-tempfile v1.4.1
26012026-03-10T09:47:01.938Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
26022026-03-10T09:47:02.116Z Compiling prettyplease v0.2.37
26032026-03-10T09:47:02.423Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26042026-03-10T09:47:02.476Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26052026-03-10T09:47:02.640Z Checking smf v0.2.3
26062026-03-10T09:47:02.706Z Compiling num-derive v0.4.2
26072026-03-10T09:47:03.037Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-03-10T09:47:03.591Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26092026-03-10T09:47:03.795Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26102026-03-10T09:47:03.798Z Compiling typify-macro v0.4.3
26112026-03-10T09:47:03.934Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26122026-03-10T09:47:04.080Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26132026-03-10T09:47:04.097Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26142026-03-10T09:47:04.478Z Checking whoami v1.6.1
26152026-03-10T09:47:04.750Z Compiling typify-impl v0.6.1
26162026-03-10T09:47:05.617Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26172026-03-10T09:47:06.166Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
26182026-03-10T09:47:06.239Z Compiling typify v0.4.3
26192026-03-10T09:47:06.726Z Checking num-rational v0.4.2
26202026-03-10T09:47:06.965Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
26212026-03-10T09:47:07.514Z Compiling thiserror-impl-no-std v2.0.2
26222026-03-10T09:47:07.637Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26232026-03-10T09:47:07.758Z Checking universal-hash v0.5.1
26242026-03-10T09:47:07.917Z Checking half v2.7.1
26252026-03-10T09:47:07.947Z Checking num-complex v0.4.6
26262026-03-10T09:47:08.272Z Checking opaque-debug v0.3.1
26272026-03-10T09:47:08.364Z Checking ciborium-io v0.2.2
26282026-03-10T09:47:08.380Z Checking poly1305 v0.8.0
26292026-03-10T09:47:08.447Z Checking num v0.4.3
26302026-03-10T09:47:08.464Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
26312026-03-10T09:47:08.481Z Checking ciborium-ll v0.2.2
26322026-03-10T09:47:08.538Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26332026-03-10T09:47:08.706Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26342026-03-10T09:47:08.723Z Checking toml v0.8.23
26352026-03-10T09:47:09.063Z Checking password-hash v0.5.0
26362026-03-10T09:47:09.139Z Checking thiserror-no-std v2.0.2
26372026-03-10T09:47:09.174Z Checking chacha20 v0.9.1
26382026-03-10T09:47:09.249Z Compiling usdt-attr-macro v0.5.0
26392026-03-10T09:47:09.362Z Compiling usdt-macro v0.5.0
26402026-03-10T09:47:09.422Z Checking blake2 v0.10.6
26412026-03-10T09:47:09.703Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26422026-03-10T09:47:09.733Z Checking aead v0.5.2
26432026-03-10T09:47:10.208Z Checking memmap v0.7.0
26442026-03-10T09:47:10.311Z Checking float-ord v0.3.2
26452026-03-10T09:47:10.348Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26462026-03-10T09:47:10.367Z Checking chacha20poly1305 v0.10.1
26472026-03-10T09:47:10.425Z Checking usdt v0.5.0
26482026-03-10T09:47:10.443Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26492026-03-10T09:47:10.536Z Checking argon2 v0.5.3
26502026-03-10T09:47:10.618Z Checking vsss-rs v3.3.4
26512026-03-10T09:47:10.637Z Checking ciborium v0.2.2
26522026-03-10T09:47:11.001Z Compiling semver v0.1.20
26532026-03-10T09:47:11.364Z Compiling typify-macro v0.6.1
26542026-03-10T09:47:11.381Z Checking indent_write v2.2.0
26552026-03-10T09:47:11.384Z Compiling rustc_version v0.1.7
26562026-03-10T09:47:11.415Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26572026-03-10T09:47:11.545Z Compiling progenitor-impl v0.11.2
26582026-03-10T09:47:12.304Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26592026-03-10T09:47:12.335Z Compiling pin-project-internal v1.1.11
26602026-03-10T09:47:12.570Z Checking swrite v0.1.0
26612026-03-10T09:47:12.684Z Compiling minimal-lexical v0.2.1
26622026-03-10T09:47:13.017Z Checking linked-hash-map v0.5.6
26632026-03-10T09:47:13.186Z Compiling nom v7.1.3
26642026-03-10T09:47:13.241Z Checking lru-cache v0.1.2
26652026-03-10T09:47:13.401Z Compiling newtype_derive v0.1.6
26662026-03-10T09:47:13.690Z Compiling typify v0.6.1
26672026-03-10T09:47:13.831Z Compiling progenitor-impl v0.13.0
26682026-03-10T09:47:13.901Z Checking pin-project v1.1.11
26692026-03-10T09:47:13.981Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26702026-03-10T09:47:14.155Z Checking newline-converter v0.3.0
26712026-03-10T09:47:14.295Z Checking atomicwrites v0.4.4
26722026-03-10T09:47:14.368Z Checking phf_shared v0.12.1
26732026-03-10T09:47:14.456Z Checking progenitor-client v0.11.2
26742026-03-10T09:47:14.559Z Checking hickory-proto v0.24.4
26752026-03-10T09:47:14.736Z Checking console v0.15.11
26762026-03-10T09:47:14.755Z Compiling snafu-derive v0.8.9
26772026-03-10T09:47:15.078Z Checking pem v3.0.6
26782026-03-10T09:47:15.113Z Checking csv-core v0.1.13
26792026-03-10T09:47:15.287Z Compiling progenitor-macro v0.11.2
26802026-03-10T09:47:15.320Z Compiling derive-where v1.6.0
26812026-03-10T09:47:15.382Z Compiling async-recursion v1.1.1
26822026-03-10T09:47:16.311Z Compiling slog-dtrace v0.3.0
26832026-03-10T09:47:16.574Z Compiling chrono-tz v0.10.4
26842026-03-10T09:47:17.021Z Compiling owo-colors v4.3.0
26852026-03-10T09:47:17.136Z Checking highway v1.3.0
26862026-03-10T09:47:17.469Z Checking unicode-width v0.1.14
26872026-03-10T09:47:17.486Z Checking resolv-conf v0.7.6
26882026-03-10T09:47:17.520Z Compiling cancel-safe-futures v0.1.5
26892026-03-10T09:47:17.590Z Checking same-file v1.0.6
26902026-03-10T09:47:17.718Z Checking hickory-resolver v0.24.4
26912026-03-10T09:47:17.740Z Checking walkdir v2.5.0
26922026-03-10T09:47:17.799Z Compiling progenitor-macro v0.13.0
26932026-03-10T09:47:17.842Z Checking snafu v0.8.9
26942026-03-10T09:47:18.022Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26952026-03-10T09:47:18.163Z Compiling const_format_proc_macros v0.2.34
26962026-03-10T09:47:18.784Z Checking csv v1.4.0
26972026-03-10T09:47:18.992Z Checking expectorate v1.2.0
26982026-03-10T09:47:19.153Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26992026-03-10T09:47:19.289Z Checking phf v0.12.1
27002026-03-10T09:47:19.313Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27012026-03-10T09:47:19.873Z Checking tokio-dtrace v0.1.1
27022026-03-10T09:47:19.983Z Compiling progenitor-impl v0.10.0
27032026-03-10T09:47:20.111Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
27042026-03-10T09:47:20.732Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27052026-03-10T09:47:21.027Z Checking globset v0.4.18
27062026-03-10T09:47:21.378Z Checking olpc-cjson v0.1.4
27072026-03-10T09:47:21.450Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27082026-03-10T09:47:21.557Z Checking libsw-core v0.3.2
27092026-03-10T09:47:21.658Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27102026-03-10T09:47:21.703Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27112026-03-10T09:47:21.738Z Checking arc-swap v1.8.2
27122026-03-10T09:47:21.787Z Compiling lzma-sys v0.1.20
27132026-03-10T09:47:22.039Z Checking serde_plain v1.0.2
27142026-03-10T09:47:22.189Z Checking bytecount v0.6.9
27152026-03-10T09:47:22.238Z Checking utf-8 v0.7.6
27162026-03-10T09:47:22.340Z Checking typed-path v0.9.3
27172026-03-10T09:47:22.358Z Checking progenitor v0.11.2
27182026-03-10T09:47:22.412Z Checking tungstenite v0.21.0
27192026-03-10T09:47:22.529Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
27202026-03-10T09:47:22.792Z Checking papergrid v0.11.0
27212026-03-10T09:47:22.976Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27222026-03-10T09:47:23.190Z Checking slog-scope v4.4.1
27232026-03-10T09:47:23.363Z Checking libsw v3.5.0
27242026-03-10T09:47:23.434Z Checking tough v0.20.0
27252026-03-10T09:47:23.552Z Checking oxide-tokio-rt v0.1.2
27262026-03-10T09:47:23.773Z Checking const_format v0.2.35
27272026-03-10T09:47:23.792Z Compiling progenitor-macro v0.10.0
27282026-03-10T09:47:24.091Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27292026-03-10T09:47:24.109Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27302026-03-10T09:47:24.896Z Checking progenitor v0.13.0
27312026-03-10T09:47:24.962Z Checking qorb v0.4.1
27322026-03-10T09:47:25.629Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27332026-03-10T09:47:25.918Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27342026-03-10T09:47:26.035Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27352026-03-10T09:47:26.194Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27362026-03-10T09:47:26.232Z Compiling cargo_toml v0.22.3
27372026-03-10T09:47:26.559Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
27382026-03-10T09:47:26.746Z Checking gethostname v0.5.0
27392026-03-10T09:47:26.861Z Compiling tabled_derive v0.7.0
27402026-03-10T09:47:26.876Z Checking bcs v0.1.6
27412026-03-10T09:47:27.001Z Checking smawk v0.3.2
27422026-03-10T09:47:27.175Z Checking linear-map v1.2.0
27432026-03-10T09:47:27.197Z Checking unicode-linebreak v0.1.5
27442026-03-10T09:47:27.222Z Checking termtree v0.5.1
27452026-03-10T09:47:27.399Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27462026-03-10T09:47:27.416Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27472026-03-10T09:47:27.475Z Checking textwrap v0.16.2
27482026-03-10T09:47:27.616Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27492026-03-10T09:47:27.750Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27502026-03-10T09:47:28.184Z Checking tabled v0.15.0
27512026-03-10T09:47:28.272Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27522026-03-10T09:47:29.169Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27532026-03-10T09:47:29.438Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27542026-03-10T09:47:29.592Z Checking steno v0.4.1
27552026-03-10T09:47:29.655Z Checking slog-stdlog v4.1.1
27562026-03-10T09:47:29.806Z Checking tokio-tungstenite v0.21.0
27572026-03-10T09:47:29.824Z Checking typeid v1.0.3
27582026-03-10T09:47:30.088Z Checking humantime v2.3.0
27592026-03-10T09:47:30.159Z Checking base64 v0.21.7
27602026-03-10T09:47:30.181Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
27612026-03-10T09:47:30.336Z Checking xz2 v0.1.7
27622026-03-10T09:47:30.505Z Checking ron v0.12.0
27632026-03-10T09:47:30.566Z Checking slog-envlogger v2.2.0
27642026-03-10T09:47:30.586Z Checking yasna v0.5.2
27652026-03-10T09:47:30.760Z Checking headers-core v0.3.0
27662026-03-10T09:47:30.898Z Checking filetime v0.2.27
27672026-03-10T09:47:30.937Z Checking progenitor v0.10.0
27682026-03-10T09:47:31.005Z Checking base16ct v1.0.0
27692026-03-10T09:47:31.067Z Checking xattr v1.6.1
27702026-03-10T09:47:31.107Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
27712026-03-10T09:47:31.125Z Checking rcgen v0.12.1
27722026-03-10T09:47:31.168Z Checking headers v0.4.1
27732026-03-10T09:47:31.232Z Checking tar v0.4.44
27742026-03-10T09:47:31.447Z Checking subprocess v0.2.15
27752026-03-10T09:47:38.237Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27762026-03-10T09:47:46.300Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27772026-03-10T09:47:48.069Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27782026-03-10T09:47:49.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.33s
27792026-03-10T09:47:49.892Z
27802026-03-10T09:47:49.892Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (52/257)
27812026-03-10T09:47:50.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822026-03-10T09:47:50.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832026-03-10T09:47:50.800Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
27842026-03-10T09:47:52.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
27852026-03-10T09:47:52.763Z
27862026-03-10T09:47:52.763Zinfo: running `cargo check --bins` on nexus-config (53/257)
27872026-03-10T09:47:53.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882026-03-10T09:47:53.484Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892026-03-10T09:47:53.484Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902026-03-10T09:47:53.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27912026-03-10T09:47:53.594Z
27922026-03-10T09:47:53.595Zinfo: running `cargo check --bins` on nexus-types (54/257)
27932026-03-10T09:47:54.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942026-03-10T09:47:54.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952026-03-10T09:47:54.318Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962026-03-10T09:47:54.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
27972026-03-10T09:47:54.427Z
27982026-03-10T09:47:54.427Zinfo: running `cargo check --bins` on clickhouse-admin-types (55/257)
27992026-03-10T09:47:55.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002026-03-10T09:47:55.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012026-03-10T09:47:55.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28022026-03-10T09:47:55.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28032026-03-10T09:47:55.204Z
28042026-03-10T09:47:55.204Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (56/257)
28052026-03-10T09:47:55.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-03-10T09:47:55.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-03-10T09:47:55.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28082026-03-10T09:47:55.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
28092026-03-10T09:47:55.987Z
28102026-03-10T09:47:55.987Zinfo: running `cargo check --bins` on cockroach-admin-types (57/257)
28112026-03-10T09:47:56.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28122026-03-10T09:47:56.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28132026-03-10T09:47:56.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28142026-03-10T09:47:56.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28152026-03-10T09:47:56.749Z
28162026-03-10T09:47:56.749Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (58/257)
28172026-03-10T09:47:57.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28182026-03-10T09:47:57.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28192026-03-10T09:47:57.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28202026-03-10T09:47:57.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28212026-03-10T09:47:57.516Z
28222026-03-10T09:47:57.516Zinfo: running `cargo check --bins` on ereport-types (59/257)
28232026-03-10T09:47:58.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28242026-03-10T09:47:58.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28252026-03-10T09:47:58.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28262026-03-10T09:47:58.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28272026-03-10T09:47:58.293Z
28282026-03-10T09:47:58.293Zinfo: running `cargo check --bins` on gateway-client (60/257)
28292026-03-10T09:47:58.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28302026-03-10T09:47:58.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28312026-03-10T09:47:58.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28322026-03-10T09:47:58.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28332026-03-10T09:47:59.069Z
28342026-03-10T09:47:59.069Zinfo: running `cargo check --bins --no-default-features` on gateway-types (61/257)
28352026-03-10T09:47:59.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28362026-03-10T09:47:59.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28372026-03-10T09:47:59.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28382026-03-10T09:47:59.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28392026-03-10T09:47:59.845Z
28402026-03-10T09:47:59.845Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (62/257)
28412026-03-10T09:48:00.513Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28422026-03-10T09:48:00.516Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28432026-03-10T09:48:00.516Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28442026-03-10T09:48:00.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28452026-03-10T09:48:00.618Z
28462026-03-10T09:48:00.618Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (63/257)
28472026-03-10T09:48:01.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28482026-03-10T09:48:01.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28492026-03-10T09:48:01.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28502026-03-10T09:48:01.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28512026-03-10T09:48:01.392Z
28522026-03-10T09:48:01.392Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (64/257)
28532026-03-10T09:48:02.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28542026-03-10T09:48:02.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28552026-03-10T09:48:02.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28562026-03-10T09:48:02.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28572026-03-10T09:48:02.164Z
28582026-03-10T09:48:02.164Zinfo: running `cargo check --bins` on internal-dns-types (65/257)
28592026-03-10T09:48:02.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28602026-03-10T09:48:02.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28612026-03-10T09:48:02.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28622026-03-10T09:48:02.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28632026-03-10T09:48:02.939Z
28642026-03-10T09:48:02.940Zinfo: running `cargo check --bins` on internal-dns-types-versions (66/257)
28652026-03-10T09:48:03.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28662026-03-10T09:48:03.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28672026-03-10T09:48:03.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28682026-03-10T09:48:03.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28692026-03-10T09:48:03.719Z
28702026-03-10T09:48:03.720Zinfo: running `cargo check --bins` on nexus-types-versions (67/257)
28712026-03-10T09:48:04.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28722026-03-10T09:48:04.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28732026-03-10T09:48:04.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28742026-03-10T09:48:04.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
28752026-03-10T09:48:04.533Z
28762026-03-10T09:48:04.533Zinfo: running `cargo check --bins` on omicron-passwords (68/257)
28772026-03-10T09:48:05.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28782026-03-10T09:48:05.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28792026-03-10T09:48:05.196Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28802026-03-10T09:48:05.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
28812026-03-10T09:48:05.293Z
28822026-03-10T09:48:05.294Zinfo: running `cargo check --bins` on oxql-types (69/257)
28832026-03-10T09:48:05.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28842026-03-10T09:48:05.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28852026-03-10T09:48:05.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28862026-03-10T09:48:05.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28872026-03-10T09:48:06.072Z
28882026-03-10T09:48:06.072Zinfo: running `cargo check --bins` on oximeter-types (70/257)
28892026-03-10T09:48:06.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28902026-03-10T09:48:06.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28912026-03-10T09:48:06.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28922026-03-10T09:48:06.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28932026-03-10T09:48:06.852Z
28942026-03-10T09:48:06.852Zinfo: running `cargo check --bins` on oximeter-types-versions (71/257)
28952026-03-10T09:48:07.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28962026-03-10T09:48:07.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28972026-03-10T09:48:07.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28982026-03-10T09:48:07.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
28992026-03-10T09:48:07.631Z
29002026-03-10T09:48:07.631Zinfo: running `cargo check --bins` on oximeter-macro-impl (72/257)
29012026-03-10T09:48:08.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29022026-03-10T09:48:08.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29032026-03-10T09:48:08.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29042026-03-10T09:48:08.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29052026-03-10T09:48:08.391Z
29062026-03-10T09:48:08.391Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (73/257)
29072026-03-10T09:48:09.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29082026-03-10T09:48:09.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29092026-03-10T09:48:09.086Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29102026-03-10T09:48:09.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29112026-03-10T09:48:09.193Z
29122026-03-10T09:48:09.193Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (74/257)
29132026-03-10T09:48:09.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-03-10T09:48:09.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-03-10T09:48:09.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29162026-03-10T09:48:09.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29172026-03-10T09:48:09.997Z
29182026-03-10T09:48:09.997Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (75/257)
29192026-03-10T09:48:10.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29202026-03-10T09:48:10.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29212026-03-10T09:48:10.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29222026-03-10T09:48:10.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
29232026-03-10T09:48:10.805Z
29242026-03-10T09:48:10.805Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (76/257)
29252026-03-10T09:48:11.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29262026-03-10T09:48:11.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29272026-03-10T09:48:11.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29282026-03-10T09:48:11.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29292026-03-10T09:48:11.606Z
29302026-03-10T09:48:11.606Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (77/257)
29312026-03-10T09:48:12.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29322026-03-10T09:48:12.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29332026-03-10T09:48:12.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29342026-03-10T09:48:12.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
29352026-03-10T09:48:12.400Z
29362026-03-10T09:48:12.400Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (78/257)
29372026-03-10T09:48:13.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29382026-03-10T09:48:13.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29392026-03-10T09:48:13.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29402026-03-10T09:48:13.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
29412026-03-10T09:48:13.201Z
29422026-03-10T09:48:13.201Zinfo: running `cargo check --bins --no-default-features` on gfss (79/257)
29432026-03-10T09:48:13.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29442026-03-10T09:48:13.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29452026-03-10T09:48:13.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29462026-03-10T09:48:13.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29472026-03-10T09:48:13.962Z
29482026-03-10T09:48:13.962Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (80/257)
29492026-03-10T09:48:14.620Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29502026-03-10T09:48:14.624Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29512026-03-10T09:48:14.624Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29522026-03-10T09:48:14.628Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
29532026-03-10T09:48:14.720Z
29542026-03-10T09:48:14.720Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (81/257)
29552026-03-10T09:48:15.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29562026-03-10T09:48:15.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29572026-03-10T09:48:15.514Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29582026-03-10T09:48:16.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
29592026-03-10T09:48:16.364Z
29602026-03-10T09:48:16.364Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (82/257)
29612026-03-10T09:48:17.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29622026-03-10T09:48:17.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29632026-03-10T09:48:17.182Z Compiling ar_archive_writer v0.5.1
29642026-03-10T09:48:17.185Z Compiling stacker v0.1.23
29652026-03-10T09:48:17.185Z Compiling cfg_aliases v0.1.1
29662026-03-10T09:48:17.288Z Compiling convert_case v0.10.0
29672026-03-10T09:48:17.314Z Checking fd-lock v4.0.4
29682026-03-10T09:48:17.317Z Checking nibble_vec v0.1.0
29692026-03-10T09:48:17.317Z Checking vte v0.14.1
29702026-03-10T09:48:17.317Z Compiling recursive-proc-macro-impl v0.1.1
29712026-03-10T09:48:17.381Z Compiling nix v0.28.0
29722026-03-10T09:48:17.454Z Checking endian-type v0.1.2
29732026-03-10T09:48:17.498Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-03-10T09:48:17.512Z Checking strip-ansi-escapes v0.2.1
29752026-03-10T09:48:17.637Z Compiling peg-macros v0.8.5
29762026-03-10T09:48:17.651Z Checking radix_trie v0.2.1
29772026-03-10T09:48:17.665Z Checking winnow v0.6.26
29782026-03-10T09:48:17.696Z Compiling derive_more-impl v2.1.1
29792026-03-10T09:48:17.881Z Compiling sqlparser_derive v0.5.0
29802026-03-10T09:48:17.923Z Checking unicode_categories v0.1.1
29812026-03-10T09:48:18.130Z Checking home v0.5.12
29822026-03-10T09:48:18.147Z Checking nu-ansi-term v0.50.3
29832026-03-10T09:48:18.285Z Checking display-error-chain v0.2.2
29842026-03-10T09:48:18.422Z Checking reedline v0.40.0
29852026-03-10T09:48:18.482Z Compiling psm v0.1.30
29862026-03-10T09:48:18.800Z Checking derive_more v2.1.1
29872026-03-10T09:48:18.891Z Checking crossterm v0.29.0
29882026-03-10T09:48:19.171Z Checking peg v0.8.5
29892026-03-10T09:48:19.229Z Checking sqlformat v0.3.5
29902026-03-10T09:48:19.243Z Checking rustyline v14.0.0
29912026-03-10T09:48:19.450Z Checking recursive v0.1.1
29922026-03-10T09:48:19.554Z Checking sqlparser v0.61.0
29932026-03-10T09:48:35.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
29942026-03-10T09:48:35.737Z
29952026-03-10T09:48:35.737Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (83/257)
29962026-03-10T09:48:36.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972026-03-10T09:48:36.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982026-03-10T09:48:36.556Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29992026-03-10T09:48:41.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s
30002026-03-10T09:48:41.430Z
30012026-03-10T09:48:41.430Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (84/257)
30022026-03-10T09:48:42.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30032026-03-10T09:48:42.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30042026-03-10T09:48:42.248Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30052026-03-10T09:48:45.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
30062026-03-10T09:48:45.720Z
30072026-03-10T09:48:45.720Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (85/257)
30082026-03-10T09:48:46.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30092026-03-10T09:48:46.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30102026-03-10T09:48:46.533Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30112026-03-10T09:48:50.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.22s
30122026-03-10T09:48:51.153Z
30132026-03-10T09:48:51.153Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (86/257)
30142026-03-10T09:48:51.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30152026-03-10T09:48:51.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30162026-03-10T09:48:51.969Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30172026-03-10T09:48:56.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.24s
30182026-03-10T09:48:56.610Z
30192026-03-10T09:48:56.610Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (87/257)
30202026-03-10T09:48:57.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212026-03-10T09:48:57.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222026-03-10T09:48:57.424Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30232026-03-10T09:49:00.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s
30242026-03-10T09:49:01.082Z
30252026-03-10T09:49:01.082Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (88/257)
30262026-03-10T09:49:01.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30272026-03-10T09:49:01.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30282026-03-10T09:49:01.897Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30292026-03-10T09:49:05.434Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.34s
30302026-03-10T09:49:05.643Z
30312026-03-10T09:49:05.643Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (89/257)
30322026-03-10T09:49:06.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30332026-03-10T09:49:06.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30342026-03-10T09:49:06.459Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
30352026-03-10T09:49:11.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.40s
30362026-03-10T09:49:11.270Z
30372026-03-10T09:49:11.270Zinfo: running `cargo check --bins` on oximeter (90/257)
30382026-03-10T09:49:11.948Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30392026-03-10T09:49:11.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30402026-03-10T09:49:11.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30412026-03-10T09:49:11.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30422026-03-10T09:49:12.054Z
30432026-03-10T09:49:12.054Zinfo: running `cargo check --bins` on oximeter-schema (91/257)
30442026-03-10T09:49:12.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30452026-03-10T09:49:12.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30462026-03-10T09:49:12.837Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-03-10T09:49:13.014Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30482026-03-10T09:49:13.463Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30492026-03-10T09:49:18.482Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
30502026-03-10T09:49:18.897Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30512026-03-10T09:49:20.445Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30522026-03-10T09:49:21.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.27s
30532026-03-10T09:49:21.531Z
30542026-03-10T09:49:21.531Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (92/257)
30552026-03-10T09:49:22.208Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30562026-03-10T09:49:22.212Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30572026-03-10T09:49:22.212Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30582026-03-10T09:49:22.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
30592026-03-10T09:49:22.314Z
30602026-03-10T09:49:22.314Zinfo: running `cargo check --bins` on oximeter-test-utils (93/257)
30612026-03-10T09:49:23.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30622026-03-10T09:49:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30632026-03-10T09:49:23.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30642026-03-10T09:49:23.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
30652026-03-10T09:49:23.161Z
30662026-03-10T09:49:23.161Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (94/257)
30672026-03-10T09:49:23.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30682026-03-10T09:49:23.860Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30692026-03-10T09:49:23.860Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30702026-03-10T09:49:23.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30712026-03-10T09:49:23.967Z
30722026-03-10T09:49:23.967Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (95/257)
30732026-03-10T09:49:24.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30742026-03-10T09:49:24.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30752026-03-10T09:49:24.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30762026-03-10T09:49:24.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30772026-03-10T09:49:24.770Z
30782026-03-10T09:49:24.770Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (96/257)
30792026-03-10T09:49:25.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30802026-03-10T09:49:25.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30812026-03-10T09:49:25.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30822026-03-10T09:49:25.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30832026-03-10T09:49:25.576Z
30842026-03-10T09:49:25.576Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (97/257)
30852026-03-10T09:49:26.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30862026-03-10T09:49:26.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30872026-03-10T09:49:26.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30882026-03-10T09:49:26.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30892026-03-10T09:49:26.383Z
30902026-03-10T09:49:26.383Zinfo: running `cargo check --bins` on trust-quorum-types (98/257)
30912026-03-10T09:49:27.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30922026-03-10T09:49:27.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30932026-03-10T09:49:27.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30942026-03-10T09:49:27.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
30952026-03-10T09:49:27.181Z
30962026-03-10T09:49:27.181Zinfo: running `cargo check --bins` on trust-quorum-test-utils (99/257)
30972026-03-10T09:49:27.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30982026-03-10T09:49:27.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30992026-03-10T09:49:27.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31002026-03-10T09:49:27.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31012026-03-10T09:49:27.989Z
31022026-03-10T09:49:27.989Zinfo: running `cargo check --bins` on update-engine (100/257)
31032026-03-10T09:49:28.652Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042026-03-10T09:49:28.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052026-03-10T09:49:28.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062026-03-10T09:49:28.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31072026-03-10T09:49:28.756Z
31082026-03-10T09:49:28.756Zinfo: running `cargo check --bins` on omicron-certificates (101/257)
31092026-03-10T09:49:29.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102026-03-10T09:49:29.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112026-03-10T09:49:29.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122026-03-10T09:49:29.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31132026-03-10T09:49:29.536Z
31142026-03-10T09:49:29.536Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (102/257)
31152026-03-10T09:49:30.235Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162026-03-10T09:49:30.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172026-03-10T09:49:30.371Z Checking dropshot-api-manager-types v0.5.2
31182026-03-10T09:49:30.371Z Checking nanorand v0.7.0
31192026-03-10T09:49:30.656Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31202026-03-10T09:49:30.680Z Checking flume v0.11.1
31212026-03-10T09:49:30.953Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31222026-03-10T09:49:32.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
31232026-03-10T09:49:32.437Z
31242026-03-10T09:49:32.437Zinfo: running `cargo check --bins` on clickhouse-admin-api (103/257)
31252026-03-10T09:49:33.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31262026-03-10T09:49:33.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31272026-03-10T09:49:33.116Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31282026-03-10T09:49:33.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31292026-03-10T09:49:33.220Z
31302026-03-10T09:49:33.220Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (104/257)
31312026-03-10T09:49:33.898Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31322026-03-10T09:49:33.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31332026-03-10T09:49:33.901Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31342026-03-10T09:49:33.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31352026-03-10T09:49:34.003Z
31362026-03-10T09:49:34.003Zinfo: running `cargo check --bins` on bootstrap-agent-client (105/257)
31372026-03-10T09:49:34.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31382026-03-10T09:49:34.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31392026-03-10T09:49:34.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31402026-03-10T09:49:34.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31412026-03-10T09:49:34.802Z
31422026-03-10T09:49:34.802Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/257)
31432026-03-10T09:49:35.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31442026-03-10T09:49:35.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31452026-03-10T09:49:35.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31462026-03-10T09:49:35.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31472026-03-10T09:49:35.608Z
31482026-03-10T09:49:35.608Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/257)
31492026-03-10T09:49:36.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31502026-03-10T09:49:36.288Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31512026-03-10T09:49:36.288Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31522026-03-10T09:49:36.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
31532026-03-10T09:49:36.392Z
31542026-03-10T09:49:36.392Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/257)
31552026-03-10T09:49:37.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31562026-03-10T09:49:37.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31572026-03-10T09:49:37.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31582026-03-10T09:49:37.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31592026-03-10T09:49:37.180Z
31602026-03-10T09:49:37.181Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/257)
31612026-03-10T09:49:37.859Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31622026-03-10T09:49:37.862Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31632026-03-10T09:49:37.862Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31642026-03-10T09:49:37.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31652026-03-10T09:49:37.964Z
31662026-03-10T09:49:37.964Zinfo: running `cargo check --bins` on cockroach-admin-client (110/257)
31672026-03-10T09:49:38.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31682026-03-10T09:49:38.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31692026-03-10T09:49:38.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31702026-03-10T09:49:38.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
31712026-03-10T09:49:38.734Z
31722026-03-10T09:49:38.734Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/257)
31732026-03-10T09:49:39.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31742026-03-10T09:49:39.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31752026-03-10T09:49:39.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31762026-03-10T09:49:39.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
31772026-03-10T09:49:39.534Z
31782026-03-10T09:49:39.534Zinfo: running `cargo check --bins` on dns-service-client (112/257)
31792026-03-10T09:49:40.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31802026-03-10T09:49:40.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31812026-03-10T09:49:40.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31822026-03-10T09:49:40.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31832026-03-10T09:49:40.320Z
31842026-03-10T09:49:40.320Zinfo: running `cargo check --bins` on installinator-client (113/257)
31852026-03-10T09:49:41.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31862026-03-10T09:49:41.006Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31872026-03-10T09:49:41.006Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31882026-03-10T09:49:41.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
31892026-03-10T09:49:41.108Z
31902026-03-10T09:49:41.108Zinfo: running `cargo check --bins` on nexus-client (114/257)
31912026-03-10T09:49:41.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31922026-03-10T09:49:41.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31932026-03-10T09:49:41.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31942026-03-10T09:49:41.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
31952026-03-10T09:49:41.944Z
31962026-03-10T09:49:41.944Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/257)
31972026-03-10T09:49:42.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31982026-03-10T09:49:42.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31992026-03-10T09:49:42.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32002026-03-10T09:49:42.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
32012026-03-10T09:49:42.780Z
32022026-03-10T09:49:42.780Zinfo: running `cargo check --bins` on ntp-admin-client (116/257)
32032026-03-10T09:49:43.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32042026-03-10T09:49:43.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32052026-03-10T09:49:43.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32062026-03-10T09:49:43.452Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32072026-03-10T09:49:43.547Z
32082026-03-10T09:49:43.547Zinfo: running `cargo check --bins` on oxide-client (117/257)
32092026-03-10T09:49:44.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32102026-03-10T09:49:44.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32112026-03-10T09:49:44.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32122026-03-10T09:49:44.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32132026-03-10T09:49:44.319Z
32142026-03-10T09:49:44.319Zinfo: running `cargo check --bins` on oximeter-client (118/257)
32152026-03-10T09:49:44.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32162026-03-10T09:49:45.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32172026-03-10T09:49:45.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32182026-03-10T09:49:45.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
32192026-03-10T09:49:45.102Z
32202026-03-10T09:49:45.102Zinfo: running `cargo check --bins` on repo-depot-client (119/257)
32212026-03-10T09:49:45.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32222026-03-10T09:49:45.770Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32232026-03-10T09:49:45.770Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32242026-03-10T09:49:45.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32252026-03-10T09:49:45.870Z
32262026-03-10T09:49:45.870Zinfo: running `cargo check --bins` on sled-agent-client (120/257)
32272026-03-10T09:49:46.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32282026-03-10T09:49:46.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32292026-03-10T09:49:46.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32302026-03-10T09:49:46.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32312026-03-10T09:49:46.680Z
32322026-03-10T09:49:46.680Zinfo: running `cargo check --bins` on wicketd-client (121/257)
32332026-03-10T09:49:47.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32342026-03-10T09:49:47.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32352026-03-10T09:49:47.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32362026-03-10T09:49:47.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32372026-03-10T09:49:47.495Z
32382026-03-10T09:49:47.495Zinfo: running `cargo check --bins` on installinator-common (122/257)
32392026-03-10T09:49:48.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32402026-03-10T09:49:48.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32412026-03-10T09:49:48.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32422026-03-10T09:49:48.190Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32432026-03-10T09:49:48.292Z
32442026-03-10T09:49:48.292Zinfo: running `cargo check --bins` on installinator-common-versions (123/257)
32452026-03-10T09:49:48.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32462026-03-10T09:49:48.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32472026-03-10T09:49:48.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32482026-03-10T09:49:48.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
32492026-03-10T09:49:49.057Z
32502026-03-10T09:49:49.058Zinfo: running `cargo check --bins` on wicket-common (124/257)
32512026-03-10T09:49:49.760Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32522026-03-10T09:49:49.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32532026-03-10T09:49:49.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32542026-03-10T09:49:49.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
32552026-03-10T09:49:49.872Z
32562026-03-10T09:49:49.872Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/257)
32572026-03-10T09:49:50.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32582026-03-10T09:49:50.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32592026-03-10T09:49:50.689Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32602026-03-10T09:49:50.692Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32612026-03-10T09:49:50.692Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32622026-03-10T09:49:50.692Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32632026-03-10T09:49:50.692Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32642026-03-10T09:49:50.975Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32652026-03-10T09:49:50.993Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32662026-03-10T09:49:51.308Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32672026-03-10T09:49:51.311Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-03-10T09:49:54.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
32692026-03-10T09:49:54.303Z
32702026-03-10T09:49:54.303Zinfo: running `cargo check --bins` on cockroach-admin-api (126/257)
32712026-03-10T09:49:54.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722026-03-10T09:49:54.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732026-03-10T09:49:54.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742026-03-10T09:49:54.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
32752026-03-10T09:49:55.090Z
32762026-03-10T09:49:55.090Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (127/257)
32772026-03-10T09:49:55.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782026-03-10T09:49:55.873Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792026-03-10T09:49:55.873Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32802026-03-10T09:49:55.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32812026-03-10T09:49:55.995Z
32822026-03-10T09:49:55.995Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (128/257)
32832026-03-10T09:49:56.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842026-03-10T09:49:56.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852026-03-10T09:49:56.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32862026-03-10T09:49:56.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
32872026-03-10T09:49:56.899Z
32882026-03-10T09:49:56.899Zinfo: running `cargo check --bins` on dns-server (129/257)
32892026-03-10T09:49:57.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32902026-03-10T09:49:57.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32912026-03-10T09:49:57.712Z Compiling parking_lot_core v0.8.6
32922026-03-10T09:49:57.712Z Compiling git-stub v1.0.0
32932026-03-10T09:49:57.715Z Compiling atomicwrites v0.4.4
32942026-03-10T09:49:57.715Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32952026-03-10T09:49:57.715Z Checking tagptr v0.2.0
32962026-03-10T09:49:57.853Z Checking prefix-trie v0.7.0
32972026-03-10T09:49:57.856Z Checking fxhash v0.2.1
32982026-03-10T09:49:57.857Z Checking hickory-client v0.25.2
32992026-03-10T09:49:57.997Z Compiling git-stub-vcs v0.1.0
33002026-03-10T09:49:57.997Z Checking moka v0.12.13
33012026-03-10T09:49:58.291Z Checking hickory-server v0.25.2
33022026-03-10T09:49:58.375Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33032026-03-10T09:49:58.390Z Checking parking_lot v0.11.2
33042026-03-10T09:49:58.508Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-03-10T09:49:58.511Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33062026-03-10T09:49:58.511Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33072026-03-10T09:49:58.609Z Checking sled v0.34.7
33082026-03-10T09:49:58.848Z Checking hickory-resolver v0.25.2
33092026-03-10T09:50:01.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
33102026-03-10T09:50:01.620Z
33112026-03-10T09:50:01.620Zinfo: running `cargo check --bins` on dns-server-api (130/257)
33122026-03-10T09:50:02.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33132026-03-10T09:50:02.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33142026-03-10T09:50:02.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33152026-03-10T09:50:02.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33162026-03-10T09:50:02.405Z
33172026-03-10T09:50:02.405Zinfo: running `cargo check --bins` on gateway-test-utils (131/257)
33182026-03-10T09:50:03.146Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33192026-03-10T09:50:03.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33202026-03-10T09:50:03.149Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33212026-03-10T09:50:03.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
33222026-03-10T09:50:03.269Z
33232026-03-10T09:50:03.269Zinfo: running `cargo check --bins` on omicron-gateway (132/257)
33242026-03-10T09:50:04.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33252026-03-10T09:50:04.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33262026-03-10T09:50:04.173Z Compiling radium v0.7.0
33272026-03-10T09:50:04.176Z Compiling maybe-uninit v2.0.0
33282026-03-10T09:50:04.176Z Checking tap v1.0.1
33292026-03-10T09:50:04.309Z Compiling zerocopy-derive v0.6.6
33302026-03-10T09:50:04.312Z Compiling packed_struct v0.10.1
33312026-03-10T09:50:04.312Z Checking crc-catalog v2.4.0
33322026-03-10T09:50:04.321Z Checking funty v2.0.0
33332026-03-10T09:50:04.365Z Compiling packed_struct_codegen v0.10.1
33342026-03-10T09:50:04.415Z Checking wyz v0.5.1
33352026-03-10T09:50:04.435Z Checking crc v3.4.0
33362026-03-10T09:50:04.664Z Compiling bitfield-macros v0.19.4
33372026-03-10T09:50:04.664Z Compiling indexmap v1.9.3
33382026-03-10T09:50:04.730Z Checking nodrop v0.1.14
33392026-03-10T09:50:04.792Z Checking hashbrown v0.12.3
33402026-03-10T09:50:04.796Z Checking smallvec v0.6.14
33412026-03-10T09:50:04.839Z Checking array-init v0.0.4
33422026-03-10T09:50:04.879Z Checking bitvec v1.0.1
33432026-03-10T09:50:04.949Z Checking ron v0.8.1
33442026-03-10T09:50:05.064Z Checking hashbrown v0.13.2
33452026-03-10T09:50:05.344Z Checking serde-hex v0.1.0
33462026-03-10T09:50:05.466Z Checking zerocopy v0.6.6
33472026-03-10T09:50:05.650Z Checking bitfield v0.19.4
33482026-03-10T09:50:05.666Z Checking crc-any v2.5.0
33492026-03-10T09:50:05.688Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33502026-03-10T09:50:05.823Z Checking object v0.30.4
33512026-03-10T09:50:05.879Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-03-10T09:50:05.883Z Checking path-slash v0.1.5
33532026-03-10T09:50:05.910Z Checking void v1.0.2
33542026-03-10T09:50:05.969Z Checking half v1.8.3
33552026-03-10T09:50:06.013Z Checking tungstenite v0.23.0
33562026-03-10T09:50:06.034Z Checking lzss v0.8.2
33572026-03-10T09:50:06.069Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-03-10T09:50:06.196Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-03-10T09:50:06.230Z Checking serde_cbor v0.11.2
33602026-03-10T09:50:06.270Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33612026-03-10T09:50:06.286Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33622026-03-10T09:50:06.474Z Checking nix v0.27.1
33632026-03-10T09:50:06.562Z Checking kstat-rs v0.2.4
33642026-03-10T09:50:06.716Z Checking serde_bytes v0.11.19
33652026-03-10T09:50:06.753Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33662026-03-10T09:50:06.806Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33672026-03-10T09:50:06.944Z Checking tokio-tungstenite v0.23.1
33682026-03-10T09:50:07.145Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33692026-03-10T09:50:07.169Z Checking signal-hook-tokio v0.3.1
33702026-03-10T09:50:08.260Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-03-10T09:50:08.400Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33722026-03-10T09:50:11.854Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-03-10T09:50:13.084Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-03-10T09:50:13.455Z Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
33752026-03-10T09:50:14.932Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33762026-03-10T09:50:17.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.45s
33772026-03-10T09:50:17.955Z
33782026-03-10T09:50:17.956Zinfo: running `cargo check --bins` on gateway-api (133/257)
33792026-03-10T09:50:18.634Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-03-10T09:50:18.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-03-10T09:50:18.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-03-10T09:50:18.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33832026-03-10T09:50:18.740Z
33842026-03-10T09:50:18.740Zinfo: running `cargo check --bins` on ipcc (134/257)
33852026-03-10T09:50:19.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-03-10T09:50:19.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-03-10T09:50:19.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-03-10T09:50:19.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
33892026-03-10T09:50:19.526Z
33902026-03-10T09:50:19.526Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/257)
33912026-03-10T09:50:20.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-03-10T09:50:20.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-03-10T09:50:20.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-03-10T09:50:20.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
33952026-03-10T09:50:20.288Z
33962026-03-10T09:50:20.288Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (136/257)
33972026-03-10T09:50:20.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-03-10T09:50:20.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-03-10T09:50:20.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-03-10T09:50:20.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34012026-03-10T09:50:21.076Z
34022026-03-10T09:50:21.076Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/257)
34032026-03-10T09:50:21.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-03-10T09:50:21.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-03-10T09:50:21.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-03-10T09:50:21.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34072026-03-10T09:50:21.861Z
34082026-03-10T09:50:21.861Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/257)
34092026-03-10T09:50:22.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-03-10T09:50:22.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-03-10T09:50:22.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-03-10T09:50:22.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34132026-03-10T09:50:22.646Z
34142026-03-10T09:50:22.646Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/257)
34152026-03-10T09:50:23.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-03-10T09:50:23.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-03-10T09:50:23.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-03-10T09:50:23.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
34192026-03-10T09:50:23.427Z
34202026-03-10T09:50:23.427Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/257)
34212026-03-10T09:50:24.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-03-10T09:50:24.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-03-10T09:50:24.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-03-10T09:50:24.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34252026-03-10T09:50:24.214Z
34262026-03-10T09:50:24.214Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/257)
34272026-03-10T09:50:24.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-03-10T09:50:24.895Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-03-10T09:50:24.895Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-03-10T09:50:24.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34312026-03-10T09:50:24.998Z
34322026-03-10T09:50:24.998Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/257)
34332026-03-10T09:50:25.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-03-10T09:50:25.679Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-03-10T09:50:25.679Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-03-10T09:50:25.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34372026-03-10T09:50:25.782Z
34382026-03-10T09:50:25.782Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/257)
34392026-03-10T09:50:26.462Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-03-10T09:50:26.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-03-10T09:50:26.465Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-03-10T09:50:26.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34432026-03-10T09:50:26.569Z
34442026-03-10T09:50:26.569Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/257)
34452026-03-10T09:50:27.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-03-10T09:50:27.250Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-03-10T09:50:27.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-03-10T09:50:27.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34492026-03-10T09:50:27.354Z
34502026-03-10T09:50:27.354Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/257)
34512026-03-10T09:50:28.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-03-10T09:50:28.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-03-10T09:50:28.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-03-10T09:50:28.042Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34552026-03-10T09:50:28.140Z
34562026-03-10T09:50:28.140Zinfo: running `cargo check --bins` on oximeter-producer (146/257)
34572026-03-10T09:50:28.862Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-03-10T09:50:28.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-03-10T09:50:28.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-03-10T09:50:28.871Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
34612026-03-10T09:50:28.978Z
34622026-03-10T09:50:28.978Zinfo: running `cargo check --bins` on internal-dns-resolver (147/257)
34632026-03-10T09:50:29.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-03-10T09:50:29.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-03-10T09:50:29.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-03-10T09:50:29.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
34672026-03-10T09:50:29.766Z
34682026-03-10T09:50:29.766Zinfo: running `cargo check --bins` on sp-sim (148/257)
34692026-03-10T09:50:30.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-03-10T09:50:30.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-03-10T09:50:30.641Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34722026-03-10T09:50:32.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
34732026-03-10T09:50:33.220Z
34742026-03-10T09:50:33.220Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (149/257)
34752026-03-10T09:50:33.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-03-10T09:50:33.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-03-10T09:50:33.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-03-10T09:50:33.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
34792026-03-10T09:50:34.080Z
34802026-03-10T09:50:34.080Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (150/257)
34812026-03-10T09:50:34.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-03-10T09:50:34.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-03-10T09:50:34.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-03-10T09:50:34.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
34852026-03-10T09:50:34.949Z
34862026-03-10T09:50:34.949Zinfo: running `cargo check --bins` on db-macros (151/257)
34872026-03-10T09:50:35.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-03-10T09:50:35.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-03-10T09:50:35.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-03-10T09:50:35.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34912026-03-10T09:50:35.715Z
34922026-03-10T09:50:35.715Zinfo: running `cargo check --bins` on nexus-macros-common (152/257)
34932026-03-10T09:50:36.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-03-10T09:50:36.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-03-10T09:50:36.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-03-10T09:50:36.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
34972026-03-10T09:50:36.480Z
34982026-03-10T09:50:36.480Zinfo: running `cargo check --bins` on nexus-auth (153/257)
34992026-03-10T09:50:37.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-03-10T09:50:37.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-03-10T09:50:37.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-03-10T09:50:37.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35032026-03-10T09:50:37.333Z
35042026-03-10T09:50:37.333Zinfo: running `cargo check --bins` on authz-macros (154/257)
35052026-03-10T09:50:37.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-03-10T09:50:38.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-03-10T09:50:38.002Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-03-10T09:50:38.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35092026-03-10T09:50:38.101Z
35102026-03-10T09:50:38.101Zinfo: running `cargo check --bins` on nexus-db-fixed-data (155/257)
35112026-03-10T09:50:38.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-03-10T09:50:38.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-03-10T09:50:38.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-03-10T09:50:38.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35152026-03-10T09:50:38.946Z
35162026-03-10T09:50:38.946Zinfo: running `cargo check --bins` on nexus-db-model (156/257)
35172026-03-10T09:50:39.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-03-10T09:50:39.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-03-10T09:50:39.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-03-10T09:50:39.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35212026-03-10T09:50:39.792Z
35222026-03-10T09:50:39.792Zinfo: running `cargo check --bins` on nexus-db-schema (157/257)
35232026-03-10T09:50:40.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-03-10T09:50:40.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-03-10T09:50:40.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-03-10T09:50:40.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35272026-03-10T09:50:40.564Z
35282026-03-10T09:50:40.564Zinfo: running `cargo check --bins` on omicron-rpaths (158/257)
35292026-03-10T09:50:41.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-03-10T09:50:41.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-03-10T09:50:41.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-03-10T09:50:41.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35332026-03-10T09:50:41.329Z
35342026-03-10T09:50:41.329Zinfo: running `cargo check --bins` on nexus-defaults (159/257)
35352026-03-10T09:50:42.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-03-10T09:50:42.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-03-10T09:50:42.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-03-10T09:50:42.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35392026-03-10T09:50:42.114Z
35402026-03-10T09:50:42.114Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (160/257)
35412026-03-10T09:50:42.783Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-03-10T09:50:42.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-03-10T09:50:42.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-03-10T09:50:42.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35452026-03-10T09:50:42.887Z
35462026-03-10T09:50:42.887Zinfo: running `cargo check --bins` on parallel-task-set (161/257)
35472026-03-10T09:50:43.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-03-10T09:50:43.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-03-10T09:50:43.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-03-10T09:50:43.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
35512026-03-10T09:50:43.652Z
35522026-03-10T09:50:43.652Zinfo: running `cargo check --bins` on nexus-db-errors (162/257)
35532026-03-10T09:50:44.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-03-10T09:50:44.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-03-10T09:50:44.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-03-10T09:50:44.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35572026-03-10T09:50:44.506Z
35582026-03-10T09:50:44.506Zinfo: running `cargo check --bins` on nexus-db-lookup (163/257)
35592026-03-10T09:50:45.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-03-10T09:50:45.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-03-10T09:50:45.246Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-03-10T09:50:45.251Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35632026-03-10T09:50:45.362Z
35642026-03-10T09:50:45.362Zinfo: running `cargo check --bins` on nexus-inventory (164/257)
35652026-03-10T09:50:46.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-03-10T09:50:46.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-03-10T09:50:46.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-03-10T09:50:46.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
35692026-03-10T09:50:46.209Z
35702026-03-10T09:50:46.209Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (165/257)
35712026-03-10T09:50:46.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-03-10T09:50:46.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-03-10T09:50:46.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-03-10T09:50:46.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
35752026-03-10T09:50:47.025Z
35762026-03-10T09:50:47.025Zinfo: running `cargo check --bins --no-default-features` on sled-storage (166/257)
35772026-03-10T09:50:47.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-03-10T09:50:47.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-03-10T09:50:47.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-03-10T09:50:47.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35812026-03-10T09:50:47.825Z
35822026-03-10T09:50:47.826Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (167/257)
35832026-03-10T09:50:48.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-03-10T09:50:48.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-03-10T09:50:48.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-03-10T09:50:48.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35872026-03-10T09:50:48.624Z
35882026-03-10T09:50:48.624Zinfo: running `cargo check --bins` on key-manager (168/257)
35892026-03-10T09:50:49.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-03-10T09:50:49.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-03-10T09:50:49.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-03-10T09:50:49.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
35932026-03-10T09:50:49.407Z
35942026-03-10T09:50:49.407Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (169/257)
35952026-03-10T09:50:50.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-03-10T09:50:50.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-03-10T09:50:50.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-03-10T09:50:50.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
35992026-03-10T09:50:50.204Z
36002026-03-10T09:50:50.204Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (170/257)
36012026-03-10T09:50:50.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-03-10T09:50:50.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-03-10T09:50:50.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36042026-03-10T09:50:50.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
36052026-03-10T09:50:51.001Z
36062026-03-10T09:50:51.001Zinfo: running `cargo check --bins` on typed-rng (171/257)
36072026-03-10T09:50:51.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-03-10T09:50:51.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-03-10T09:50:51.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-03-10T09:50:51.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
36112026-03-10T09:50:51.765Z
36122026-03-10T09:50:51.765Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (172/257)
36132026-03-10T09:50:52.519Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-03-10T09:50:52.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-03-10T09:50:52.815Z Compiling libefi-sys v0.1.0
36162026-03-10T09:50:52.818Z Compiling bitfield-struct v0.6.2
36172026-03-10T09:50:52.818Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36182026-03-10T09:50:52.971Z Compiling xshell-macros v0.2.7
36192026-03-10T09:50:52.974Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36202026-03-10T09:50:53.002Z Compiling salty v0.3.0
36212026-03-10T09:50:53.017Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36222026-03-10T09:50:53.034Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36232026-03-10T09:50:53.051Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36242026-03-10T09:50:53.406Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36252026-03-10T09:50:53.458Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36262026-03-10T09:50:53.475Z Checking xshell v0.2.7
36272026-03-10T09:50:53.617Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36282026-03-10T09:50:53.648Z Checking primeorder v0.13.6
36292026-03-10T09:50:53.694Z Compiling proc-macro-error-attr2 v2.0.0
36302026-03-10T09:50:53.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36312026-03-10T09:50:53.733Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36322026-03-10T09:50:53.800Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36332026-03-10T09:50:53.896Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36342026-03-10T09:50:53.962Z Checking p384 v0.13.1
36352026-03-10T09:50:54.006Z Compiling nix v0.31.1
36362026-03-10T09:50:54.140Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36372026-03-10T09:50:54.227Z Compiling proc-macro-error2 v2.0.1
36382026-03-10T09:50:54.322Z Compiling num-derive v0.3.3
36392026-03-10T09:50:54.449Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36402026-03-10T09:50:54.512Z Compiling unicase v2.9.0
36412026-03-10T09:50:54.585Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36422026-03-10T09:50:54.622Z Compiling tabled_derive v0.11.0
36432026-03-10T09:50:54.705Z Checking papergrid v0.17.0
36442026-03-10T09:50:54.779Z Compiling mime_guess v2.0.5
36452026-03-10T09:50:55.072Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36462026-03-10T09:50:55.501Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36472026-03-10T09:50:55.519Z Checking libscf-sys v1.1.0
36482026-03-10T09:50:55.539Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36492026-03-10T09:50:55.601Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36502026-03-10T09:50:55.683Z Checking testing_table v0.3.0
36512026-03-10T09:50:55.821Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36522026-03-10T09:50:55.840Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36532026-03-10T09:50:56.094Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36542026-03-10T09:50:56.111Z Checking corncobs v0.1.4
36552026-03-10T09:50:56.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36562026-03-10T09:50:56.288Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36572026-03-10T09:50:56.304Z Checking tabled v0.20.0
36582026-03-10T09:50:56.390Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36592026-03-10T09:50:56.452Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36602026-03-10T09:50:56.571Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36612026-03-10T09:50:56.594Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36622026-03-10T09:50:56.723Z Checking secrecy v0.8.0
36632026-03-10T09:50:56.888Z Checking http-range v0.1.5
36642026-03-10T09:50:56.942Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36652026-03-10T09:50:57.336Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36662026-03-10T09:50:57.410Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36672026-03-10T09:50:57.654Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
36682026-03-10T09:50:57.751Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da)
36692026-03-10T09:50:57.772Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36702026-03-10T09:50:57.787Z Checking atty v0.2.14
36712026-03-10T09:50:57.808Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
36722026-03-10T09:50:57.808Z Checking crc8 v0.1.1
36732026-03-10T09:50:57.843Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
36742026-03-10T09:50:57.903Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
36752026-03-10T09:50:57.928Z Checking hyper-staticfile v0.10.1
36762026-03-10T09:50:58.230Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36772026-03-10T09:50:58.261Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
36782026-03-10T09:50:58.296Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
36792026-03-10T09:50:58.568Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
36802026-03-10T09:50:58.587Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
36812026-03-10T09:50:58.674Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
36822026-03-10T09:50:58.872Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
36832026-03-10T09:50:59.036Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
36842026-03-10T09:50:59.078Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
36852026-03-10T09:50:59.175Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
36862026-03-10T09:50:59.318Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
36872026-03-10T09:50:59.516Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
36882026-03-10T09:50:59.718Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
36892026-03-10T09:50:59.844Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
36902026-03-10T09:51:00.122Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
36912026-03-10T09:51:01.521Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
36922026-03-10T09:51:01.541Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36932026-03-10T09:51:01.810Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36942026-03-10T09:51:02.131Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
36952026-03-10T09:51:02.642Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
36962026-03-10T09:51:02.913Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
36972026-03-10T09:51:09.712Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
36982026-03-10T09:51:25.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.84s
36992026-03-10T09:51:25.857Z
37002026-03-10T09:51:25.857Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (173/257)
37012026-03-10T09:51:26.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-03-10T09:51:26.617Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-03-10T09:51:26.804Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37042026-03-10T09:51:42.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s
37052026-03-10T09:51:43.118Z
37062026-03-10T09:51:43.118Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (174/257)
37072026-03-10T09:51:43.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-03-10T09:51:43.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-03-10T09:51:44.064Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37102026-03-10T09:52:00.154Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.02s
37112026-03-10T09:52:00.397Z
37122026-03-10T09:52:00.397Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (175/257)
37132026-03-10T09:52:01.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-03-10T09:52:01.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-03-10T09:52:01.342Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37162026-03-10T09:52:17.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.98s
37172026-03-10T09:52:17.627Z
37182026-03-10T09:52:17.627Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (176/257)
37192026-03-10T09:52:18.385Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-03-10T09:52:18.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-03-10T09:52:18.574Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37222026-03-10T09:52:34.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.01s
37232026-03-10T09:52:34.885Z
37242026-03-10T09:52:34.885Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (177/257)
37252026-03-10T09:52:35.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-03-10T09:52:35.648Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-03-10T09:52:35.834Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37282026-03-10T09:52:52.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.14s
37292026-03-10T09:52:52.281Z
37302026-03-10T09:52:52.281Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (178/257)
37312026-03-10T09:52:53.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-03-10T09:52:53.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-03-10T09:52:53.223Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37342026-03-10T09:53:09.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.07s
37352026-03-10T09:53:09.603Z
37362026-03-10T09:53:09.603Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (179/257)
37372026-03-10T09:53:10.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-03-10T09:53:10.363Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-03-10T09:53:10.553Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37402026-03-10T09:53:26.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.13s
37412026-03-10T09:53:26.990Z
37422026-03-10T09:53:26.990Zinfo: running `cargo check --bins` on bootstrap-agent-api (180/257)
37432026-03-10T09:53:27.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-03-10T09:53:27.692Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-03-10T09:53:27.692Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-03-10T09:53:27.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37472026-03-10T09:53:27.800Z
37482026-03-10T09:53:27.800Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (181/257)
37492026-03-10T09:53:28.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-03-10T09:53:28.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-03-10T09:53:28.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-03-10T09:53:28.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37532026-03-10T09:53:28.606Z
37542026-03-10T09:53:28.606Zinfo: running `cargo check --bins` on range-requests (182/257)
37552026-03-10T09:53:29.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-03-10T09:53:29.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-03-10T09:53:29.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-03-10T09:53:29.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37592026-03-10T09:53:29.385Z
37602026-03-10T09:53:29.385Zinfo: running `cargo check --bins` on repo-depot-api (183/257)
37612026-03-10T09:53:30.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-03-10T09:53:30.065Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-03-10T09:53:30.065Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-03-10T09:53:30.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
37652026-03-10T09:53:30.166Z
37662026-03-10T09:53:30.166Zinfo: running `cargo check --bins` on sled-agent-api (184/257)
37672026-03-10T09:53:30.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-03-10T09:53:30.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-03-10T09:53:30.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37702026-03-10T09:53:30.876Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37712026-03-10T09:53:30.980Z
37722026-03-10T09:53:30.981Zinfo: running `cargo check --bins` on sled-diagnostics (185/257)
37732026-03-10T09:53:31.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37742026-03-10T09:53:31.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37752026-03-10T09:53:31.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37762026-03-10T09:53:31.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37772026-03-10T09:53:31.782Z
37782026-03-10T09:53:31.782Zinfo: running `cargo check --bins` on zfs-test-harness (186/257)
37792026-03-10T09:53:32.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37802026-03-10T09:53:32.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37812026-03-10T09:53:32.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37822026-03-10T09:53:32.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
37832026-03-10T09:53:32.585Z
37842026-03-10T09:53:32.585Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (187/257)
37852026-03-10T09:53:33.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37862026-03-10T09:53:33.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37872026-03-10T09:53:33.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37882026-03-10T09:53:33.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37892026-03-10T09:53:33.405Z
37902026-03-10T09:53:33.405Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (188/257)
37912026-03-10T09:53:34.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37922026-03-10T09:53:34.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37932026-03-10T09:53:34.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37942026-03-10T09:53:34.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
37952026-03-10T09:53:34.218Z
37962026-03-10T09:53:34.218Zinfo: running `cargo check --bins` on sled-agent-health-monitor (189/257)
37972026-03-10T09:53:34.915Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37982026-03-10T09:53:34.918Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37992026-03-10T09:53:34.918Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38002026-03-10T09:53:34.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38012026-03-10T09:53:35.025Z
38022026-03-10T09:53:35.025Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (190/257)
38032026-03-10T09:53:35.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38042026-03-10T09:53:35.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38052026-03-10T09:53:35.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38062026-03-10T09:53:35.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38072026-03-10T09:53:35.844Z
38082026-03-10T09:53:35.844Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (191/257)
38092026-03-10T09:53:36.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38102026-03-10T09:53:36.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38112026-03-10T09:53:36.553Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38122026-03-10T09:53:36.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38132026-03-10T09:53:36.664Z
38142026-03-10T09:53:36.664Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (192/257)
38152026-03-10T09:53:37.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38162026-03-10T09:53:37.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38172026-03-10T09:53:37.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38182026-03-10T09:53:37.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
38192026-03-10T09:53:37.480Z
38202026-03-10T09:53:37.480Zinfo: running `cargo check --bins` on trust-quorum (193/257)
38212026-03-10T09:53:38.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38222026-03-10T09:53:38.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38232026-03-10T09:53:38.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38242026-03-10T09:53:38.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
38252026-03-10T09:53:38.302Z
38262026-03-10T09:53:38.302Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (194/257)
38272026-03-10T09:53:39.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38282026-03-10T09:53:39.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38292026-03-10T09:53:39.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38302026-03-10T09:53:39.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
38312026-03-10T09:53:39.143Z
38322026-03-10T09:53:39.143Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (195/257)
38332026-03-10T09:53:39.883Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38342026-03-10T09:53:39.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38352026-03-10T09:53:39.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38362026-03-10T09:53:39.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38372026-03-10T09:53:40.002Z
38382026-03-10T09:53:40.002Zinfo: running `cargo check --bins` on update-common (196/257)
38392026-03-10T09:53:40.693Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38402026-03-10T09:53:40.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38412026-03-10T09:53:40.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38422026-03-10T09:53:40.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
38432026-03-10T09:53:40.802Z
38442026-03-10T09:53:40.802Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (197/257)
38452026-03-10T09:53:41.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38462026-03-10T09:53:41.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38472026-03-10T09:53:41.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38482026-03-10T09:53:41.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38492026-03-10T09:53:41.666Z
38502026-03-10T09:53:41.666Zinfo: running `cargo check --bins` on reconfigurator-cli (198/257)
38512026-03-10T09:53:42.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38522026-03-10T09:53:42.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38532026-03-10T09:53:42.609Z Compiling fs-err v2.11.0
38542026-03-10T09:53:42.613Z Checking ignore v0.4.25
38552026-03-10T09:53:42.613Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
38562026-03-10T09:53:42.613Z Checking predicates-tree v1.0.13
38572026-03-10T09:53:42.726Z Checking parse-size v1.1.0
38582026-03-10T09:53:42.759Z Checking rand_seeder v0.4.0
38592026-03-10T09:53:42.771Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
38602026-03-10T09:53:42.774Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
38612026-03-10T09:53:42.857Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
38622026-03-10T09:53:42.895Z Compiling petname v2.0.2
38632026-03-10T09:53:42.962Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
38642026-03-10T09:53:43.169Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
38652026-03-10T09:53:43.173Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38662026-03-10T09:53:43.242Z Checking globwalk v0.9.1
38672026-03-10T09:53:43.314Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38682026-03-10T09:53:43.392Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38692026-03-10T09:53:43.452Z Checking sapling-renderdag v0.1.0
38702026-03-10T09:53:43.469Z Checking camino-tempfile-ext v0.3.3
38712026-03-10T09:53:43.636Z Checking sync-ptr v0.1.4
38722026-03-10T09:53:43.719Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
38732026-03-10T09:53:43.769Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
38742026-03-10T09:53:43.810Z Checking colored v2.2.0
38752026-03-10T09:53:43.928Z Checking assert_matches v1.5.0
38762026-03-10T09:53:44.195Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
38772026-03-10T09:53:44.357Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
38782026-03-10T09:53:44.360Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
38792026-03-10T09:53:45.112Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
38802026-03-10T09:53:46.894Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38812026-03-10T09:53:49.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.22s
38822026-03-10T09:53:50.131Z
38832026-03-10T09:53:50.131Zinfo: running `cargo check --bins` on omicron-repl-utils (199/257)
38842026-03-10T09:53:50.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-03-10T09:53:50.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-03-10T09:53:50.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38872026-03-10T09:53:50.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
38882026-03-10T09:53:50.903Z
38892026-03-10T09:53:50.903Zinfo: running `cargo check --bins` on nexus-test-interface (200/257)
38902026-03-10T09:53:51.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38912026-03-10T09:53:51.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38922026-03-10T09:53:51.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38932026-03-10T09:53:51.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
38942026-03-10T09:53:51.764Z
38952026-03-10T09:53:51.764Zinfo: running `cargo check --bins` on oximeter-collector (201/257)
38962026-03-10T09:53:52.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38972026-03-10T09:53:52.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38982026-03-10T09:53:52.642Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
38992026-03-10T09:53:52.642Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39002026-03-10T09:53:53.467Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39012026-03-10T09:53:55.529Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.75s
39022026-03-10T09:53:55.752Z
39032026-03-10T09:53:55.752Zinfo: running `cargo check --bins` on oximeter-api (202/257)
39042026-03-10T09:53:56.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39052026-03-10T09:53:56.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39062026-03-10T09:53:56.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39072026-03-10T09:53:56.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
39082026-03-10T09:53:56.534Z
39092026-03-10T09:53:56.534Zinfo: running `cargo check --bins` on cert-dev (203/257)
39102026-03-10T09:53:57.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39112026-03-10T09:53:57.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39122026-03-10T09:53:57.286Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39132026-03-10T09:53:57.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
39142026-03-10T09:53:57.805Z
39152026-03-10T09:53:57.805Zinfo: running `cargo check --bins` on ci-resource-usage (204/257)
39162026-03-10T09:53:58.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-03-10T09:53:58.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-03-10T09:53:58.351Z Checking libc v0.2.180
39192026-03-10T09:53:58.354Z Checking anyhow v1.0.102
39202026-03-10T09:53:58.354Z Compiling syn v2.0.117
39212026-03-10T09:54:00.330Z Compiling thiserror-impl v1.0.69
39222026-03-10T09:54:01.354Z Checking thiserror v1.0.69
39232026-03-10T09:54:01.448Z Checking kstat-rs v0.2.4
39242026-03-10T09:54:01.641Z Checking ci-resource-usage v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ci-resource-usage)
39252026-03-10T09:54:01.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s
39262026-03-10T09:54:01.931Z
39272026-03-10T09:54:01.931Zinfo: running `cargo check --bins` on clickana (205/257)
39282026-03-10T09:54:02.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39292026-03-10T09:54:02.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39302026-03-10T09:54:02.721Z Compiling darling_core v0.23.0
39312026-03-10T09:54:02.724Z Compiling instability v0.3.11
39322026-03-10T09:54:02.724Z Checking castaway v0.2.4
39332026-03-10T09:54:02.724Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39342026-03-10T09:54:02.724Z Compiling indoc v2.0.7
39352026-03-10T09:54:02.838Z Checking unicode-truncate v1.1.0
39362026-03-10T09:54:02.846Z Checking lru v0.12.5
39372026-03-10T09:54:02.850Z Checking cassowary v0.3.0
39382026-03-10T09:54:02.950Z Checking compact_str v0.8.1
39392026-03-10T09:54:04.161Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
39402026-03-10T09:54:04.383Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39412026-03-10T09:54:04.828Z Compiling darling_macro v0.23.0
39422026-03-10T09:54:05.380Z Compiling darling v0.23.0
39432026-03-10T09:54:06.175Z Checking ratatui v0.29.0
39442026-03-10T09:54:07.714Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
39452026-03-10T09:54:08.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s
39462026-03-10T09:54:08.767Z
39472026-03-10T09:54:08.767Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (206/257)
39482026-03-10T09:54:09.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-03-10T09:54:09.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-03-10T09:54:09.650Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
39512026-03-10T09:54:09.653Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
39522026-03-10T09:54:10.384Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39532026-03-10T09:54:10.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.15s
39542026-03-10T09:54:11.149Z
39552026-03-10T09:54:11.149Zinfo: running `cargo check --bins` on ch-dev (207/257)
39562026-03-10T09:54:11.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39572026-03-10T09:54:11.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39582026-03-10T09:54:12.032Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
39592026-03-10T09:54:12.984Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
39602026-03-10T09:54:13.209Z
39612026-03-10T09:54:13.209Zinfo: running `cargo check --bins` on dev-tools-common (208/257)
39622026-03-10T09:54:13.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39632026-03-10T09:54:13.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39642026-03-10T09:54:13.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39652026-03-10T09:54:13.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
39662026-03-10T09:54:13.815Z
39672026-03-10T09:54:13.815Zinfo: running `cargo check --bins` on crdb-seed (209/257)
39682026-03-10T09:54:14.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39692026-03-10T09:54:14.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39702026-03-10T09:54:14.690Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39712026-03-10T09:54:15.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
39722026-03-10T09:54:15.456Z
39732026-03-10T09:54:15.456Zinfo: running `cargo check --bins` on db-dev (210/257)
39742026-03-10T09:54:16.185Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39752026-03-10T09:54:16.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39762026-03-10T09:54:16.334Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
39772026-03-10T09:54:17.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
39782026-03-10T09:54:17.522Z
39792026-03-10T09:54:17.522Zinfo: running `cargo check --bins` on omicron-dev-lib (211/257)
39802026-03-10T09:54:18.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39812026-03-10T09:54:18.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39822026-03-10T09:54:18.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39832026-03-10T09:54:18.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
39842026-03-10T09:54:18.380Z
39852026-03-10T09:54:18.380Zinfo: running `cargo check --bins` on xtask-downloader (212/257)
39862026-03-10T09:54:19.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39872026-03-10T09:54:19.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39882026-03-10T09:54:19.143Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
39892026-03-10T09:54:19.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s
39902026-03-10T09:54:20.184Z
39912026-03-10T09:54:20.184Zinfo: running `cargo check --bins` on omicron-dropshot-apis (213/257)
39922026-03-10T09:54:20.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39932026-03-10T09:54:20.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39942026-03-10T09:54:21.105Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39952026-03-10T09:54:21.105Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
39962026-03-10T09:54:21.109Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
39972026-03-10T09:54:21.109Z Checking git-stub v1.0.0
39982026-03-10T09:54:21.109Z Compiling trait-variant v0.1.2
39992026-03-10T09:54:21.109Z Checking maplit v1.0.2
40002026-03-10T09:54:21.109Z Checking is_ci v1.2.0
40012026-03-10T09:54:21.232Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40022026-03-10T09:54:21.336Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40032026-03-10T09:54:21.390Z Checking supports-color v3.0.2
40042026-03-10T09:54:21.447Z Checking git-stub-vcs v0.1.0
40052026-03-10T09:54:21.532Z Checking drift v0.1.3
40062026-03-10T09:54:21.548Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40072026-03-10T09:54:21.568Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40082026-03-10T09:54:21.701Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40092026-03-10T09:54:21.806Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40102026-03-10T09:54:21.905Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40112026-03-10T09:54:21.954Z Checking dropshot-api-manager v0.5.2
40122026-03-10T09:54:21.969Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
40132026-03-10T09:54:22.170Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40142026-03-10T09:54:22.237Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40152026-03-10T09:54:22.441Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=c0bf0a3b536baab0393c96fec3204b32e4f9368b#c0bf0a3b)
40162026-03-10T09:54:22.934Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40172026-03-10T09:54:29.828Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40182026-03-10T09:54:31.232Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40192026-03-10T09:54:32.004Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40202026-03-10T09:54:32.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.37s
40212026-03-10T09:54:32.783Z
40222026-03-10T09:54:32.783Zinfo: running `cargo check --bins` on installinator-api (214/257)
40232026-03-10T09:54:33.463Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-03-10T09:54:33.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-03-10T09:54:33.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-03-10T09:54:33.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
40272026-03-10T09:54:33.568Z
40282026-03-10T09:54:33.568Zinfo: running `cargo check --bins` on nexus-external-api (215/257)
40292026-03-10T09:54:34.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-03-10T09:54:34.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-03-10T09:54:34.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-03-10T09:54:34.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40332026-03-10T09:54:34.405Z
40342026-03-10T09:54:34.405Zinfo: running `cargo check --bins` on nexus-internal-api (216/257)
40352026-03-10T09:54:35.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-03-10T09:54:35.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-03-10T09:54:35.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-03-10T09:54:35.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40392026-03-10T09:54:35.245Z
40402026-03-10T09:54:35.245Zinfo: running `cargo check --bins` on nexus-lockstep-api (217/257)
40412026-03-10T09:54:35.966Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-03-10T09:54:35.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-03-10T09:54:35.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-03-10T09:54:35.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
40452026-03-10T09:54:36.082Z
40462026-03-10T09:54:36.082Zinfo: running `cargo check --bins` on ntp-admin-api (218/257)
40472026-03-10T09:54:36.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-03-10T09:54:36.762Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-03-10T09:54:36.762Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-03-10T09:54:36.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40512026-03-10T09:54:36.866Z
40522026-03-10T09:54:36.866Zinfo: running `cargo check --bins` on ntp-admin-types-versions (219/257)
40532026-03-10T09:54:37.535Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-03-10T09:54:37.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-03-10T09:54:37.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-03-10T09:54:37.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
40572026-03-10T09:54:37.637Z
40582026-03-10T09:54:37.637Zinfo: running `cargo check --bins` on wicketd-api (220/257)
40592026-03-10T09:54:38.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-03-10T09:54:38.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-03-10T09:54:38.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-03-10T09:54:38.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
40632026-03-10T09:54:38.450Z
40642026-03-10T09:54:38.450Zinfo: running `cargo check --bins` on omicron-ls-apis (221/257)
40652026-03-10T09:54:39.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-03-10T09:54:39.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-03-10T09:54:39.203Z Checking erased-serde v0.4.9
40682026-03-10T09:54:39.306Z Checking ordered-float v2.10.1
40692026-03-10T09:54:39.321Z Checking unicode-xid v0.2.6
40702026-03-10T09:54:39.334Z Checking cargo-platform v0.2.0
40712026-03-10T09:54:39.598Z Checking serde-value v0.7.0
40722026-03-10T09:54:39.770Z Checking serde-untagged v0.1.9
40732026-03-10T09:54:39.984Z Checking cargo-util-schemas v0.8.2
40742026-03-10T09:54:40.975Z Checking cargo_metadata v0.21.0
40752026-03-10T09:54:41.833Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
40762026-03-10T09:54:42.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
40772026-03-10T09:54:42.942Z
40782026-03-10T09:54:42.942Zinfo: running `cargo check --bins` on mgs-dev (222/257)
40792026-03-10T09:54:43.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40802026-03-10T09:54:43.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40812026-03-10T09:54:43.841Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
40822026-03-10T09:54:44.606Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
40832026-03-10T09:54:45.252Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.30s
40842026-03-10T09:54:45.482Z
40852026-03-10T09:54:45.482Zinfo: running `cargo check --bins` on omicron-omdb (223/257)
40862026-03-10T09:54:46.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40872026-03-10T09:54:46.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40882026-03-10T09:54:46.546Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
40892026-03-10T09:54:46.546Z Compiling vergen-gitcl v1.0.8
40902026-03-10T09:54:46.550Z Compiling dirs-sys-next v0.1.2
40912026-03-10T09:54:46.550Z Compiling crunchy v0.2.4
40922026-03-10T09:54:46.550Z Compiling glob v0.3.3
40932026-03-10T09:54:46.550Z Compiling dsl_auto_type v0.1.3
40942026-03-10T09:54:46.550Z Checking scheduled-thread-pool v0.2.7
40952026-03-10T09:54:46.550Z Compiling diesel_table_macro_syntax v0.2.0
40962026-03-10T09:54:46.888Z Compiling dirs-next v2.0.0
40972026-03-10T09:54:46.931Z Compiling tiny-keccak v2.0.2
40982026-03-10T09:54:47.012Z Compiling term v0.7.0
40992026-03-10T09:54:47.045Z Checking r2d2 v0.8.10
41002026-03-10T09:54:47.176Z Compiling bit-vec v0.6.3
41012026-03-10T09:54:47.236Z Compiling clang-sys v1.8.1
41022026-03-10T09:54:47.270Z Compiling itertools v0.10.5
41032026-03-10T09:54:47.459Z Compiling bit-set v0.5.3
41042026-03-10T09:54:47.531Z Compiling diesel_derives v2.2.7
41052026-03-10T09:54:47.667Z Compiling ascii-canvas v3.0.0
41062026-03-10T09:54:47.736Z Compiling ena v0.14.4
41072026-03-10T09:54:47.752Z Compiling libloading v0.8.9
41082026-03-10T09:54:47.782Z Compiling bindgen v0.71.1
41092026-03-10T09:54:47.846Z Compiling diff v0.1.13
41102026-03-10T09:54:47.983Z Compiling regex-syntax v0.6.29
41112026-03-10T09:54:48.027Z Compiling cexpr v0.6.0
41122026-03-10T09:54:48.198Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41132026-03-10T09:54:48.448Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41142026-03-10T09:54:48.495Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41152026-03-10T09:54:48.637Z Compiling libxml v0.3.3
41162026-03-10T09:54:48.701Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41172026-03-10T09:54:48.937Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41182026-03-10T09:54:48.976Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41192026-03-10T09:54:49.089Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41202026-03-10T09:54:49.233Z Compiling strum_macros v0.24.3
41212026-03-10T09:54:49.305Z Compiling indoc v1.0.9
41222026-03-10T09:54:49.904Z Compiling lalrpop v0.19.12
41232026-03-10T09:54:50.752Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41242026-03-10T09:54:51.010Z Checking derive_builder v0.20.2
41252026-03-10T09:54:51.027Z Compiling oso-derive v0.27.3
41262026-03-10T09:54:51.122Z Checking quick-xml v0.37.5
41272026-03-10T09:54:51.155Z Compiling impl-trait-for-tuples v0.2.3
41282026-03-10T09:54:51.698Z Checking openssl-probe v0.1.6
41292026-03-10T09:54:51.866Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
41302026-03-10T09:54:52.327Z Compiling diesel-dtrace v0.4.2
41312026-03-10T09:54:52.672Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
41322026-03-10T09:54:52.844Z Checking bb8 v0.8.6
41332026-03-10T09:54:52.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
41342026-03-10T09:54:53.185Z Checking nonempty v0.12.0
41352026-03-10T09:54:53.239Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
41362026-03-10T09:54:53.308Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
41372026-03-10T09:54:53.392Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
41382026-03-10T09:54:53.521Z Checking support-bundle-viewer v0.1.2
41392026-03-10T09:54:53.582Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
41402026-03-10T09:54:53.603Z Checking multimap v0.10.1
41412026-03-10T09:54:53.711Z Checking diesel v2.2.12
41422026-03-10T09:54:56.177Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41432026-03-10T09:54:58.096Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
41442026-03-10T09:54:58.153Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
41452026-03-10T09:54:58.358Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41462026-03-10T09:54:59.774Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
41472026-03-10T09:55:00.179Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
41482026-03-10T09:55:00.356Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41492026-03-10T09:55:01.328Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
41502026-03-10T09:55:04.000Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41512026-03-10T09:55:09.110Z Compiling samael v0.0.19
41522026-03-10T09:55:15.520Z Checking async-bb8-diesel v0.2.1
41532026-03-10T09:55:17.501Z Compiling polar-core v0.27.3
41542026-03-10T09:55:23.782Z Checking oso v0.27.3
41552026-03-10T09:55:58.896Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
41562026-03-10T09:56:45.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
41572026-03-10T09:56:45.646Z
41582026-03-10T09:56:45.646Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (224/257)
41592026-03-10T09:56:46.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-03-10T09:56:46.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-03-10T09:56:46.396Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-03-10T09:56:46.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
41632026-03-10T09:56:46.512Z
41642026-03-10T09:56:46.512Zinfo: running `cargo check --bins` on nexus-saga-recovery (225/257)
41652026-03-10T09:56:47.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-03-10T09:56:47.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-03-10T09:56:47.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41682026-03-10T09:56:47.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
41692026-03-10T09:56:47.378Z
41702026-03-10T09:56:47.378Zinfo: running `cargo check --bins` on nexus-test-utils-macros (226/257)
41712026-03-10T09:56:48.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-03-10T09:56:48.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-03-10T09:56:48.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41742026-03-10T09:56:48.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
41752026-03-10T09:56:48.142Z
41762026-03-10T09:56:48.142Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (227/257)
41772026-03-10T09:56:48.914Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41782026-03-10T09:56:48.917Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41792026-03-10T09:56:49.209Z Compiling libz-sys v1.1.24
41802026-03-10T09:56:49.212Z Compiling libgit2-sys v0.18.3+1.9.2
41812026-03-10T09:56:49.349Z Compiling vergen-git2 v1.0.7
41822026-03-10T09:56:49.361Z Compiling rustls v0.21.12
41832026-03-10T09:56:49.376Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41842026-03-10T09:56:49.379Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
41852026-03-10T09:56:49.379Z Compiling nix v0.29.0
41862026-03-10T09:56:49.379Z Checking rustls-webpki v0.101.7
41872026-03-10T09:56:49.634Z Checking sct v0.7.1
41882026-03-10T09:56:49.652Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
41892026-03-10T09:56:49.699Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
41902026-03-10T09:56:49.796Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
41912026-03-10T09:56:49.894Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
41922026-03-10T09:56:50.043Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
41932026-03-10T09:56:50.085Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
41942026-03-10T09:56:50.167Z Checking rustls-pemfile v1.0.4
41952026-03-10T09:56:50.289Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
41962026-03-10T09:56:50.328Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
41972026-03-10T09:56:50.613Z Checking twox-hash v2.1.2
41982026-03-10T09:56:50.637Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
41992026-03-10T09:56:50.867Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42002026-03-10T09:56:51.586Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42012026-03-10T09:56:51.656Z Checking tokio-rustls v0.24.1
42022026-03-10T09:56:51.676Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42032026-03-10T09:56:51.797Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42042026-03-10T09:56:51.901Z Checking progenitor-extras v0.1.0
42052026-03-10T09:56:52.167Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42062026-03-10T09:56:52.342Z Checking fatfs v0.3.6
42072026-03-10T09:56:52.472Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42082026-03-10T09:56:52.661Z Compiling seq-macro v0.3.6
42092026-03-10T09:56:57.565Z Compiling git2 v0.20.4
42102026-03-10T09:56:58.604Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42112026-03-10T09:56:58.761Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42122026-03-10T09:57:00.797Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42132026-03-10T09:58:10.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s
42142026-03-10T09:58:10.336Z
42152026-03-10T09:58:10.336Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (228/257)
42162026-03-10T09:58:11.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-03-10T09:58:11.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-03-10T09:58:11.433Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42192026-03-10T09:59:10.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
42202026-03-10T09:59:11.121Z
42212026-03-10T09:59:11.121Zinfo: running `cargo check --bins` on nexus-background-task-interface (229/257)
42222026-03-10T09:59:11.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-03-10T09:59:11.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-03-10T09:59:11.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-03-10T09:59:11.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42262026-03-10T09:59:11.896Z
42272026-03-10T09:59:11.896Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (230/257)
42282026-03-10T09:59:12.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-03-10T09:59:12.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-03-10T09:59:12.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-03-10T09:59:12.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42322026-03-10T09:59:12.756Z
42332026-03-10T09:59:12.756Zinfo: running `cargo check --bins` on nexus-mgs-updates (231/257)
42342026-03-10T09:59:13.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-03-10T09:59:13.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-03-10T09:59:13.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-03-10T09:59:13.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
42382026-03-10T09:59:13.609Z
42392026-03-10T09:59:13.609Zinfo: running `cargo check --bins` on nexus-networking (232/257)
42402026-03-10T09:59:14.357Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-03-10T09:59:14.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-03-10T09:59:14.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-03-10T09:59:14.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42442026-03-10T09:59:14.476Z
42452026-03-10T09:59:14.476Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (233/257)
42462026-03-10T09:59:15.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-03-10T09:59:15.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-03-10T09:59:15.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-03-10T09:59:15.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
42502026-03-10T09:59:15.344Z
42512026-03-10T09:59:15.344Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (234/257)
42522026-03-10T09:59:16.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-03-10T09:59:16.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-03-10T09:59:16.093Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-03-10T09:59:16.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
42562026-03-10T09:59:16.209Z
42572026-03-10T09:59:16.210Zinfo: running `cargo check --bins` on omicron-dev (235/257)
42582026-03-10T09:59:17.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-03-10T09:59:17.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-03-10T09:59:17.323Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42612026-03-10T09:59:17.323Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42622026-03-10T09:59:18.474Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42632026-03-10T09:59:18.477Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
42642026-03-10T09:59:18.478Z Checking diff v0.1.13
42652026-03-10T09:59:18.478Z Checking yansi v1.0.1
42662026-03-10T09:59:18.478Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
42672026-03-10T09:59:18.478Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
42682026-03-10T09:59:18.478Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
42692026-03-10T09:59:18.478Z Checking pretty_assertions v1.4.1
42702026-03-10T09:59:18.772Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42712026-03-10T09:59:51.832Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42722026-03-10T09:59:51.835Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42732026-03-10T09:59:51.835Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42742026-03-10T09:59:51.835Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42752026-03-10T09:59:51.835Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42762026-03-10T09:59:51.835Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42772026-03-10T09:59:52.805Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42782026-03-10T09:59:54.266Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42792026-03-10T10:00:53.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 37s
42802026-03-10T10:00:53.648Z
42812026-03-10T10:00:53.648Zinfo: running `cargo check --bins` on omicron-pins (236/257)
42822026-03-10T10:00:54.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42832026-03-10T10:00:54.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42842026-03-10T10:00:54.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42852026-03-10T10:00:54.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
42862026-03-10T10:00:54.426Z
42872026-03-10T10:00:54.426Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (237/257)
42882026-03-10T10:00:55.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42892026-03-10T10:00:55.175Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42902026-03-10T10:00:55.369Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
42912026-03-10T10:00:55.485Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42922026-03-10T10:00:55.488Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
42932026-03-10T10:01:17.563Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42942026-03-10T10:01:18.078Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
42952026-03-10T10:01:20.454Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42962026-03-10T10:01:21.041Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42972026-03-10T10:01:25.129Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42982026-03-10T10:01:57.222Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42992026-03-10T10:01:58.061Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43002026-03-10T10:02:00.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
43012026-03-10T10:02:00.498Z
43022026-03-10T10:02:00.499Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (238/257)
43032026-03-10T10:02:01.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43042026-03-10T10:02:01.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43052026-03-10T10:02:01.377Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
43062026-03-10T10:02:02.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s
43072026-03-10T10:02:02.488Z
43082026-03-10T10:02:02.489Zinfo: running `cargo check --bins` on omicron-releng (239/257)
43092026-03-10T10:02:03.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43102026-03-10T10:02:03.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43112026-03-10T10:02:03.294Z Compiling blake3 v1.8.3
43122026-03-10T10:02:03.400Z Checking arrayref v0.3.9
43132026-03-10T10:02:03.403Z Checking constant_time_eq v0.4.2
43142026-03-10T10:02:03.403Z Checking arrayvec v0.7.6
43152026-03-10T10:02:03.420Z Checking topological-sort v0.2.2
43162026-03-10T10:02:03.423Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
43172026-03-10T10:02:03.429Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
43182026-03-10T10:02:03.432Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
43192026-03-10T10:02:03.499Z Checking shell-words v1.1.1
43202026-03-10T10:02:04.447Z Checking omicron-zone-package v0.12.2
43212026-03-10T10:02:05.451Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
43222026-03-10T10:02:06.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
43232026-03-10T10:02:06.761Z
43242026-03-10T10:02:06.761Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (240/257)
43252026-03-10T10:02:07.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-03-10T10:02:07.465Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-03-10T10:02:07.563Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43282026-03-10T10:02:07.942Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
43292026-03-10T10:02:08.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
43302026-03-10T10:02:08.658Z
43312026-03-10T10:02:08.658Zinfo: running `cargo check --bins` on xtask (241/257)
43322026-03-10T10:02:09.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43332026-03-10T10:02:09.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43342026-03-10T10:02:09.259Z Checking serde v1.0.228
43352026-03-10T10:02:09.262Z Checking zerofrom v0.1.6
43362026-03-10T10:02:09.262Z Checking errno v0.3.14
43372026-03-10T10:02:09.262Z Checking bitflags v2.11.0
43382026-03-10T10:02:09.347Z Checking hashbrown v0.16.1
43392026-03-10T10:02:09.357Z Checking smallvec v1.15.1
43402026-03-10T10:02:09.388Z Checking serde_json v1.0.149
43412026-03-10T10:02:09.392Z Checking scroll v0.12.0
43422026-03-10T10:02:09.492Z Checking yoke v0.8.1
43432026-03-10T10:02:09.507Z Checking num-traits v0.2.19
43442026-03-10T10:02:09.556Z Checking rustix v1.1.3
43452026-03-10T10:02:09.616Z Checking thiserror v1.0.69
43462026-03-10T10:02:09.701Z Checking log v0.4.29
43472026-03-10T10:02:09.716Z Checking zerovec v0.11.5
43482026-03-10T10:02:09.748Z Checking zerotrie v0.2.3
43492026-03-10T10:02:09.910Z Checking toml_datetime v0.6.11
43502026-03-10T10:02:09.924Z Checking serde_spanned v0.6.9
43512026-03-10T10:02:09.989Z Checking indexmap v2.13.0
43522026-03-10T10:02:10.068Z Checking percent-encoding v2.3.2
43532026-03-10T10:02:10.082Z Checking goblin v0.8.2
43542026-03-10T10:02:10.145Z Checking zerocopy v0.7.35
43552026-03-10T10:02:10.248Z Checking form_urlencoded v1.2.2
43562026-03-10T10:02:10.262Z Checking getrandom v0.4.1
43572026-03-10T10:02:10.311Z Checking ordered-float v2.10.1
43582026-03-10T10:02:10.345Z Checking tinystr v0.8.2
43592026-03-10T10:02:10.413Z Checking potential_utf v0.1.4
43602026-03-10T10:02:10.427Z Checking thiserror v2.0.18
43612026-03-10T10:02:10.553Z Checking syn v2.0.117
43622026-03-10T10:02:10.581Z Checking icu_collections v2.1.1
43632026-03-10T10:02:10.584Z Checking icu_locale_core v2.1.1
43642026-03-10T10:02:10.643Z Checking serde-value v0.7.0
43652026-03-10T10:02:10.730Z Checking terminal_size v0.4.3
43662026-03-10T10:02:10.763Z Checking toml_edit v0.22.27
43672026-03-10T10:02:10.868Z Checking dtrace-parser v0.2.0
43682026-03-10T10:02:10.882Z Checking thread-id v4.2.2
43692026-03-10T10:02:10.911Z Checking once_cell v1.21.3
43702026-03-10T10:02:10.979Z Checking clap_builder v4.5.60
43712026-03-10T10:02:10.995Z Checking cargo-platform v0.2.0
43722026-03-10T10:02:11.131Z Checking tempfile v3.25.0
43732026-03-10T10:02:11.182Z Checking memmap v0.7.0
43742026-03-10T10:02:11.224Z Checking textwrap v0.16.2
43752026-03-10T10:02:11.351Z Checking fs-err v3.3.0
43762026-03-10T10:02:11.383Z Checking camino-tempfile v1.4.1
43772026-03-10T10:02:11.386Z Checking icu_provider v2.1.1
43782026-03-10T10:02:11.498Z Checking tabled v0.15.0
43792026-03-10T10:02:11.588Z Checking macaddr v1.0.1
43802026-03-10T10:02:11.591Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
43812026-03-10T10:02:11.706Z Checking icu_properties v2.1.2
43822026-03-10T10:02:11.741Z Checking icu_normalizer v2.1.1
43832026-03-10T10:02:12.292Z Checking toml v0.8.23
43842026-03-10T10:02:12.667Z Checking clap v4.5.60
43852026-03-10T10:02:12.715Z Checking cargo_toml v0.21.0
43862026-03-10T10:02:12.833Z Checking idna_adapter v1.2.1
43872026-03-10T10:02:12.845Z Checking dof v0.3.0
43882026-03-10T10:02:12.979Z Checking idna v1.1.0
43892026-03-10T10:02:13.207Z Checking usdt-impl v0.5.0
43902026-03-10T10:02:13.286Z Checking url v2.5.8
43912026-03-10T10:02:13.542Z Checking usdt v0.5.0
43922026-03-10T10:02:13.769Z Checking cargo-util-schemas v0.8.2
43932026-03-10T10:02:14.768Z Checking cargo_metadata v0.21.0
43942026-03-10T10:02:15.639Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
43952026-03-10T10:02:16.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.55s
43962026-03-10T10:02:16.355Z
43972026-03-10T10:02:16.356Zinfo: running `cargo check --bins` on end-to-end-tests (242/257)
43982026-03-10T10:02:17.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43992026-03-10T10:02:17.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44002026-03-10T10:02:17.324Z Checking polyval v0.6.2
44012026-03-10T10:02:17.443Z Checking ctr v0.9.2
44022026-03-10T10:02:17.458Z Checking ssh-encoding v0.2.0
44032026-03-10T10:02:17.461Z Checking blowfish v0.9.1
44042026-03-10T10:02:17.484Z Checking password-hash v0.4.2
44052026-03-10T10:02:17.499Z Checking p521 v0.13.3
44062026-03-10T10:02:17.502Z Checking p256 v0.13.2
44072026-03-10T10:02:17.530Z Checking russh-cryptovec v0.7.3
44082026-03-10T10:02:17.627Z Checking ghash v0.5.1
44092026-03-10T10:02:17.644Z Checking bcrypt-pbkdf v0.10.0
44102026-03-10T10:02:17.660Z Checking md5 v0.7.0
44112026-03-10T10:02:17.700Z Checking num-bigint v0.4.6
44122026-03-10T10:02:17.716Z Checking des v0.8.1
44132026-03-10T10:02:17.770Z Checking pbkdf2 v0.11.0
44142026-03-10T10:02:17.787Z Checking aes-gcm v0.10.3
44152026-03-10T10:02:17.838Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44162026-03-10T10:02:17.860Z Checking hex-literal v0.4.1
44172026-03-10T10:02:17.878Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
44182026-03-10T10:02:17.912Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
44192026-03-10T10:02:17.981Z Checking socket2 v0.5.10
44202026-03-10T10:02:17.984Z Checking internet-checksum v0.2.1
44212026-03-10T10:02:18.014Z Checking ssh-cipher v0.2.0
44222026-03-10T10:02:18.225Z Checking ssh-key v0.6.7
44232026-03-10T10:02:18.383Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
44242026-03-10T10:02:19.127Z Checking russh-keys v0.45.0
44252026-03-10T10:02:19.859Z Checking russh v0.45.0
44262026-03-10T10:02:41.292Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
44272026-03-10T10:02:42.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.54s
44282026-03-10T10:02:43.147Z
44292026-03-10T10:02:43.147Zinfo: running `cargo check --bins` on gateway-cli (243/257)
44302026-03-10T10:02:43.844Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-03-10T10:02:43.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-03-10T10:02:43.947Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
44332026-03-10T10:02:43.951Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
44342026-03-10T10:02:43.951Z Checking termios v0.3.3
44352026-03-10T10:02:45.768Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
44362026-03-10T10:02:45.954Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
44372026-03-10T10:02:48.576Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
44382026-03-10T10:02:49.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.17s
44392026-03-10T10:02:49.536Z
44402026-03-10T10:02:49.536Zinfo: running `cargo check --bins --no-default-features` on installinator (244/257)
44412026-03-10T10:02:50.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44422026-03-10T10:02:50.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44432026-03-10T10:02:50.401Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
44442026-03-10T10:02:50.404Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
44452026-03-10T10:02:50.525Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
44462026-03-10T10:02:50.581Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
44472026-03-10T10:02:50.581Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
44482026-03-10T10:02:51.045Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
44492026-03-10T10:02:51.048Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
44502026-03-10T10:02:51.981Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
44512026-03-10T10:02:52.035Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
44522026-03-10T10:02:52.038Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
44532026-03-10T10:02:52.898Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
44542026-03-10T10:02:55.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.61s
44552026-03-10T10:02:55.378Z
44562026-03-10T10:02:55.378Zinfo: running `cargo check --bins` on internal-dns-cli (245/257)
44572026-03-10T10:02:56.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44582026-03-10T10:02:56.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44592026-03-10T10:02:56.166Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
44602026-03-10T10:02:56.721Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
44612026-03-10T10:02:57.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
44622026-03-10T10:02:57.324Z
44632026-03-10T10:02:57.324Zinfo: running `cargo check --bins` on omicron-live-tests (246/257)
44642026-03-10T10:02:57.994Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-03-10T10:02:57.998Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-03-10T10:02:57.998Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-03-10T10:02:58.002Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44682026-03-10T10:02:58.098Z
44692026-03-10T10:02:58.098Zinfo: running `cargo check --bins` on live-tests-macros (247/257)
44702026-03-10T10:02:58.767Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-03-10T10:02:58.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-03-10T10:02:58.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-03-10T10:02:58.774Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44742026-03-10T10:02:58.869Z
44752026-03-10T10:02:58.869Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (248/257)
44762026-03-10T10:02:59.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-03-10T10:02:59.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-03-10T10:02:59.785Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
44792026-03-10T10:03:00.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s
44802026-03-10T10:03:00.787Z
44812026-03-10T10:03:00.787Zinfo: running `cargo check --bins` on omicron-ntp-admin (249/257)
44822026-03-10T10:03:01.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-03-10T10:03:01.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-03-10T10:03:01.586Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44852026-03-10T10:03:01.590Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
44862026-03-10T10:03:01.877Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44872026-03-10T10:03:01.880Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
44882026-03-10T10:03:02.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
44892026-03-10T10:03:03.095Z
44902026-03-10T10:03:03.095Zinfo: running `cargo check --bins` on ntp-admin-types (250/257)
44912026-03-10T10:03:03.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44922026-03-10T10:03:03.769Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44932026-03-10T10:03:03.769Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44942026-03-10T10:03:03.773Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
44952026-03-10T10:03:03.866Z
44962026-03-10T10:03:03.866Zinfo: running `cargo check --bins` on omicron-package (251/257)
44972026-03-10T10:03:04.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44982026-03-10T10:03:04.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44992026-03-10T10:03:04.680Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
45002026-03-10T10:03:06.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
45012026-03-10T10:03:06.276Z
45022026-03-10T10:03:06.276Zinfo: running `cargo check --bins` on tqdb (252/257)
45032026-03-10T10:03:07.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45042026-03-10T10:03:07.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45052026-03-10T10:03:07.227Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45062026-03-10T10:03:07.649Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45072026-03-10T10:03:08.524Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45082026-03-10T10:03:08.527Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
45092026-03-10T10:03:15.026Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45102026-03-10T10:03:15.948Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
45112026-03-10T10:03:15.951Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
45122026-03-10T10:03:15.951Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
45132026-03-10T10:03:15.951Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
45142026-03-10T10:03:17.111Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
45152026-03-10T10:03:26.188Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45162026-03-10T10:03:34.279Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
45172026-03-10T10:03:34.283Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
45182026-03-10T10:03:34.283Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
45192026-03-10T10:03:34.283Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
45202026-03-10T10:03:36.194Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
45212026-03-10T10:03:38.009Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
45222026-03-10T10:03:38.937Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
45232026-03-10T10:03:40.659Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
45242026-03-10T10:03:41.406Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.11s
45252026-03-10T10:03:41.642Z
45262026-03-10T10:03:41.642Zinfo: running `cargo check --bins` on wicket-dbg (253/257)
45272026-03-10T10:03:42.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45282026-03-10T10:03:42.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45292026-03-10T10:03:42.538Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
45302026-03-10T10:03:42.545Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
45312026-03-10T10:03:42.545Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
45322026-03-10T10:03:42.646Z Checking rtoolbox v0.0.3
45332026-03-10T10:03:42.653Z Checking tui-tree-widget v0.23.1
45342026-03-10T10:03:42.787Z Checking rpassword v7.4.0
45352026-03-10T10:03:42.955Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
45362026-03-10T10:03:44.108Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
45372026-03-10T10:03:50.583Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
45382026-03-10T10:03:51.507Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
45392026-03-10T10:03:52.905Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45402026-03-10T10:03:57.204Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45412026-03-10T10:03:59.754Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
45422026-03-10T10:04:00.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.28s
45432026-03-10T10:04:04.019Z
45442026-03-10T10:04:04.020Zinfo: running `cargo check --bins` on wicket (254/257)
45452026-03-10T10:04:04.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45462026-03-10T10:04:04.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45472026-03-10T10:04:04.035Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45482026-03-10T10:04:04.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
45492026-03-10T10:04:04.071Z
45502026-03-10T10:04:04.071Zinfo: running `cargo check --bins` on wicketd (255/257)
45512026-03-10T10:04:04.071Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45522026-03-10T10:04:04.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45532026-03-10T10:04:04.071Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
45542026-03-10T10:04:04.071Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
45552026-03-10T10:04:04.071Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45562026-03-10T10:04:04.071Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
45572026-03-10T10:04:05.089Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
45582026-03-10T10:04:05.884Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
45592026-03-10T10:04:10.015Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s
45602026-03-10T10:04:10.237Z
45612026-03-10T10:04:10.237Zinfo: running `cargo check --bins` on omicron-workspace-hack (256/257)
45622026-03-10T10:04:10.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45632026-03-10T10:04:10.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45642026-03-10T10:04:10.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45652026-03-10T10:04:10.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
45662026-03-10T10:04:11.011Z
45672026-03-10T10:04:11.011Zinfo: running `cargo check --bins` on zone-setup (257/257)
45682026-03-10T10:04:11.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45692026-03-10T10:04:11.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45702026-03-10T10:04:11.828Z Checking uzers v0.12.2
45712026-03-10T10:04:12.159Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
45722026-03-10T10:04:13.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.10s
45732026-03-10T10:04:13.358Z
45742026-03-10T10:04:13.362Zreal 18:30.757029894
45752026-03-10T10:04:13.363Zuser 28:14.440173577
45762026-03-10T10:04:13.363Zsys 5:08.015282053
45772026-03-10T10:04:13.363Ztrap 0.495858457
45782026-03-10T10:04:13.363Ztflt 0.506462834
45792026-03-10T10:04:13.363Zdflt 0.815635266
45802026-03-10T10:04:13.363Zkflt 0.000922409
45812026-03-10T10:04:13.363Zlock 1:15:56.257649399
45822026-03-10T10:04:13.363Zslp 2:38:41.800349946
45832026-03-10T10:04:13.363Zlat 1:30.528151308
45842026-03-10T10:04:13.363Zstop 4:35.613051097
45852026-03-10T10:04:13.363Zprocess exited: duration 1361459 ms, exit code 0
 
45862026-03-10T10:04:17.472Zfound 1 output files
45872026-03-10T10:04:17.472Zuploading: /var/tmp/ci-resource-usage.csv (119095 bytes)
45882026-03-10T10:04:18.485Zuploaded: /var/tmp/ci-resource-usage.csv