01KR4V1KZZGWZ0CWBTR614ADMG: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR4V25JKJXB2KJSC2BZX1CYT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T22:25:09.235Zjob assigned to worker 01KR4V2B9KX1ED546Y2ANGEXGN [factory aws, i-036c336d565c49cee] (queued for 48 s)
 
22026-05-08T22:25:16.007Zstarting task 0: "setup"
32026-05-08T22:25:16.010Z++ uname -s
42026-05-08T22:25:16.010Z+ kern=SunOS
52026-05-08T22:25:16.011Z+ build_user=build
62026-05-08T22:25:16.011Z+ build_uid=12345
72026-05-08T22:25:16.011Z+ work_dir=/work
82026-05-08T22:25:16.011Z+ input_dir=/input
92026-05-08T22:25:16.011Z+ [[ 0 == 12345 ]]
102026-05-08T22:25:16.011Z+ case "$kern" in
112026-05-08T22:25:16.011Z+ groupadd -g 12345 build
122026-05-08T22:25:16.014Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T22:25:18.019Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T22:25:18.147Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T22:25:18.162Z+ home_fs=zfs
162026-05-08T22:25:18.162Z+ [[ zfs == autofs ]]
172026-05-08T22:25:18.162Z+ mkdir -p /home/build
182026-05-08T22:25:18.162Z+ chown build:build /home/build /work
192026-05-08T22:25:19.142Z+ chmod 0700 /home/build /work
202026-05-08T22:25:19.147Zprocess exited: duration 3140 ms, exit code 0
 
212026-05-08T22:25:19.161Zstarting task 1: "rust-toolchain"
222026-05-08T22:25:19.168Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T22:25:19.169Z * rust toolchain channel = "1.94.0"
242026-05-08T22:25:19.170Z * rust toolchain profile = "default"
252026-05-08T22:25:19.171Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T22:25:19.171Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T22:25:19.171Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T22:25:19.172Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T22:25:19.172Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T22:25:19.283Zinfo: downloading installer
312026-05-08T22:25:20.658Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T22:25:20.658Zwarn: /opt/ooce/bin
332026-05-08T22:25:20.658Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T22:25:20.658Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T22:25:20.658Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T22:25:20.658Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T22:25:20.659Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T22:25:20.659Zerror: cannot install while Rust is installed
392026-05-08T22:25:20.659Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T22:25:20.660Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T22:25:20.660Zwarn: /home/build/.rustup/settings.toml
422026-05-08T22:25:20.660Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T22:25:20.661Zwarn: instead of the one inferred from the default host triple.
442026-05-08T22:25:20.674Zinfo: profile set to default
452026-05-08T22:25:20.674Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T22:25:20.678Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-08T22:25:20.828Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-08T22:25:20.832Zinfo: downloading 6 components
492026-05-08T22:25:36.563Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-08T22:25:36.564Z
512026-05-08T22:25:36.597Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-08T22:25:36.597Z
532026-05-08T22:25:36.597Z
542026-05-08T22:25:36.597ZRust is installed now. Great!
552026-05-08T22:25:36.597Z
562026-05-08T22:25:36.597ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T22:25:36.597Zenvironment variable. This has not been done automatically.
582026-05-08T22:25:36.597Z
592026-05-08T22:25:36.597ZTo configure your current shell, you need to source
602026-05-08T22:25:36.597Zthe corresponding env file under $HOME/.cargo.
612026-05-08T22:25:36.597Z
622026-05-08T22:25:36.597ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T22:25:36.597Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T22:25:36.597Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T22:25:36.598Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T22:25:36.598Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T22:25:36.598Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T22:25:36.598Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T22:25:36.601Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T22:25:36.601Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T22:25:36.683Z+ rustup --version
722026-05-08T22:25:36.693Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T22:25:36.696Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T22:25:36.715Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-08T22:25:36.717Z+ cargo --version
762026-05-08T22:25:36.729Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-08T22:25:36.732Z+ rustc --version
782026-05-08T22:25:36.751Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-08T22:25:36.754Zprocess exited: duration 17594 ms, exit code 0
 
802026-05-08T22:25:36.759Zstarting task 2: "authentication"
812026-05-08T22:25:36.777Zprocess exited: duration 15 ms, exit code 0
 
822026-05-08T22:25:36.783Zstarting task 3: "clone repository"
832026-05-08T22:25:36.786Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-08T22:25:36.789Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-08T22:25:36.821ZCloning into '/work/oxidecomputer/omicron'...
862026-05-08T22:25:46.486Z+ cd /work/oxidecomputer/omicron
872026-05-08T22:25:46.490Z+ git fetch origin 74bc50e46b1fe057e2e8d4ff06db3202fe1cf443
882026-05-08T22:25:46.758ZFrom https://github.com/oxidecomputer/omicron
892026-05-08T22:25:46.758Z * branch 74bc50e46b1fe057e2e8d4ff06db3202fe1cf443 -> FETCH_HEAD
902026-05-08T22:25:46.767Z+ [[ -n '' ]]
912026-05-08T22:25:46.767Z+ git reset --hard 74bc50e46b1fe057e2e8d4ff06db3202fe1cf443
922026-05-08T22:25:46.996ZHEAD is now at 74bc50e46 Add time-range filtering to support bundle log collection
932026-05-08T22:25:47.000Zprocess exited: duration 10216 ms, exit code 0
 
942026-05-08T22:25:47.006Zstarting task 4: "build"
952026-05-08T22:25:47.010Z+ source .github/buildomat/ci-env.sh
962026-05-08T22:25:47.010Z++ export CARGO_TERM_COLOR=always
972026-05-08T22:25:47.014Z++ CARGO_TERM_COLOR=always
982026-05-08T22:25:47.014Z+ cargo --version
992026-05-08T22:25:47.021Zcargo 1.94.0 (85eff7c80 2026-01-15)
1002026-05-08T22:25:47.024Z+ rustc --version
1012026-05-08T22:25:47.043Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1022026-05-08T22:25:47.047Z+ source ./env.sh
1032026-05-08T22:25:47.047Z++ OLD_SHELL_OPTS=ehxB
1042026-05-08T22:25:47.047Z++ set -o xtrace
1052026-05-08T22:25:47.047Z++++ dirname ./env.sh
1062026-05-08T22:25:47.050Z+++ readlink -f .
1072026-05-08T22:25:47.053Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-05-08T22:25:47.053Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-08T22:25:47.053Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-05-08T22:25:47.053Z++ 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
1112026-05-08T22:25:47.053Z++ 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
1122026-05-08T22:25:47.054Z++ 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
1132026-05-08T22:25:47.054Z++ 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
1142026-05-08T22:25:47.054Z++ 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
1152026-05-08T22:25:47.054Z++ 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
1162026-05-08T22:25:47.054Z++ case $OLD_SHELL_OPTS in
1172026-05-08T22:25:47.054Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182026-05-08T22:25:47.054Z+ 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
1192026-05-08T22:25:47.054Z+ 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
1202026-05-08T22:25:47.054Z+ banner prerequisites
1212026-05-08T22:25:47.054Z
1222026-05-08T22:25:47.054Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-05-08T22:25:47.054Z # # # # # # # # # # # # # # #
1242026-05-08T22:25:47.054Z # # # # ##### # # ##### # # # # # #### #
1252026-05-08T22:25:47.054Z ##### ##### # ##### # # # # # # # # #
1262026-05-08T22:25:47.054Z # # # # # # # # # # # # # # #
1272026-05-08T22:25:47.054Z # # # ###### # # ###### ### # #### # #### #
1282026-05-08T22:25:47.054Z
1292026-05-08T22:25:47.055Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-05-08T22:25:55.359Z Startup: Refreshing catalog 'helios-dev' ... Done
1312026-05-08T22:26:03.033Z Startup: Caching catalogs ... Done
1322026-05-08T22:26:10.290ZPlanning: Solver setup ... Done (5.995s)
1332026-05-08T22:26:10.332ZPlanning: Running solver ... Done (0.042s)
1342026-05-08T22:26:10.468ZPlanning: Finding local manifests ... Done (0.004s)
1352026-05-08T22:26:10.483ZPlanning: Fetching manifests: 0/5 0% complete
1362026-05-08T22:26:10.607ZPlanning: Fetching manifests: 5/5 100% complete
1372026-05-08T22:26:10.646ZPlanning: Package planning ... Done (0.036s)
1382026-05-08T22:26:10.681ZPlanning: Merging actions ... Done (0.038s)
1392026-05-08T22:26:10.861ZPlanning: Checking for conflicting actions ... Done (0.181s)
1402026-05-08T22:26:10.869ZPlanning: Consolidating action changes ... Done (0.009s)
1412026-05-08T22:26:11.602ZPlanning: Evaluating mediators ... Done (0.732s)
1422026-05-08T22:26:11.609ZPlanning: Planning completed in 8.41 seconds
1432026-05-08T22:26:11.620Z Packages to install: 5
1442026-05-08T22:26:11.620Z Mediators to change: 3
1452026-05-08T22:26:11.623Z Services to change: 1
1462026-05-08T22:26:11.623Z Estimated space available: 155.34 GB
1472026-05-08T22:26:11.623ZEstimated space to be consumed: 1.90 GB
1482026-05-08T22:26:11.623Z Create boot environment: No
1492026-05-08T22:26:11.624ZCreate backup boot environment: No
1502026-05-08T22:26:11.624Z Rebuild boot archive: No
1512026-05-08T22:26:11.624Z
1522026-05-08T22:26:11.624ZChanged mediators:
1532026-05-08T22:26:11.624Z mediator clang:
1542026-05-08T22:26:11.624Z version: None -> 15 (system default)
1552026-05-08T22:26:11.624Z
1562026-05-08T22:26:11.624Z mediator llvm:
1572026-05-08T22:26:11.624Z version: 14 (system default) -> 15 (system default)
1582026-05-08T22:26:11.624Z
1592026-05-08T22:26:11.624Z mediator postgresql:
1602026-05-08T22:26:11.624Z version: 15 (system default) -> 18 (system default)
1612026-05-08T22:26:11.624Z
1622026-05-08T22:26:11.624ZChanged packages:
1632026-05-08T22:26:11.624Zhelios-dev
1642026-05-08T22:26:11.624Z developer/build-essential
1652026-05-08T22:26:11.624Z None -> 11-2.0
1662026-05-08T22:26:11.624Z library/libxmlsec1
1672026-05-08T22:26:11.624Z None -> 1.2.35-2.0
1682026-05-08T22:26:11.624Z ooce/developer/clang-15
1692026-05-08T22:26:11.624Z None -> 15.0.7-2.0
1702026-05-08T22:26:11.624Z ooce/developer/llvm-15
1712026-05-08T22:26:11.624Z None -> 15.0.7-2.0
1722026-05-08T22:26:11.624Z ooce/library/postgresql-18
1732026-05-08T22:26:11.624Z None -> 18.1-2.0
1742026-05-08T22:26:11.624Z
1752026-05-08T22:26:11.624ZServices:
1762026-05-08T22:26:11.624Z restart_fmri:
1772026-05-08T22:26:11.624Z svc:/system/update-man-index:default
1782026-05-08T22:26:11.663Z
1792026-05-08T22:26:11.663ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1802026-05-08T22:26:16.664ZDownload: 3143/4272 items 148.4/219.0MB 67% complete (29.2M/s)
1812026-05-08T22:26:19.955ZDownload: Completed 218.99 MB in 8.29 seconds (26.4M/s)
1822026-05-08T22:26:20.873Z Actions: 1/4789 actions (Installing new actions)
1832026-05-08T22:26:24.203Z Actions: Completed 4789 actions in 3.33 seconds.
1842026-05-08T22:26:24.841Z Done (0.634s)
1852026-05-08T22:26:24.841Z Done (0.000s)
1862026-05-08T22:26:25.587Z Done (0.745s)
1872026-05-08T22:26:28.967Z Done (3.027s)
1882026-05-08T22:26:29.039Z Done (0.013s)
1892026-05-08T22:26:29.042Z Done (0.000s)
1902026-05-08T22:26:29.330Z Done (0.000s)
1912026-05-08T22:26:30.194ZPlanning: Evaluating mediator changes ... Done
1922026-05-08T22:26:30.299ZPlanning: Checking for conflicting actions ... Done
1932026-05-08T22:26:30.302ZPlanning: Consolidating action changes ... Done
1942026-05-08T22:26:30.457ZPlanning: Evaluating mediators ... Done
1952026-05-08T22:26:30.460ZPlanning: Planning completed in 0.26 seconds
1962026-05-08T22:26:30.478Z Mediators to change: 2
1972026-05-08T22:26:30.478Z Create boot environment: No
1982026-05-08T22:26:30.481ZCreate backup boot environment: No
1992026-05-08T22:26:30.540Z Done
2002026-05-08T22:26:30.540Z Done
2012026-05-08T22:26:31.145Z Done
2022026-05-08T22:26:33.739Z Done
2032026-05-08T22:26:33.815Z Done
2042026-05-08T22:26:33.818Z Done
2052026-05-08T22:26:33.957Z Done
2062026-05-08T22:26:34.213ZPlanning: Evaluating mediator changes ... Done
2072026-05-08T22:26:34.319ZPlanning: Checking for conflicting actions ... Done
2082026-05-08T22:26:34.322ZPlanning: Consolidating action changes ... Done
2092026-05-08T22:26:34.478ZPlanning: Evaluating mediators ... Done
2102026-05-08T22:26:34.481ZPlanning: Planning completed in 0.27 seconds
2112026-05-08T22:26:34.500Z Mediators to change: 1
2122026-05-08T22:26:34.500Z Create boot environment: No
2132026-05-08T22:26:34.501ZCreate backup boot environment: No
2142026-05-08T22:26:34.557Z Done
2152026-05-08T22:26:34.557Z Done
2162026-05-08T22:26:35.157Z Done
2172026-05-08T22:26:37.758Z Done
2182026-05-08T22:26:37.833Z Done
2192026-05-08T22:26:37.841Z Done
2202026-05-08T22:26:37.958Z Done
2212026-05-08T22:26:38.244ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2222026-05-08T22:26:38.244Zclang system 15 system
2232026-05-08T22:26:38.244Zcsh system system illumos
2242026-05-08T22:26:38.244Zctags system system illumos
2252026-05-08T22:26:38.244Zfile system system illumos
2262026-05-08T22:26:38.244Zgcc vendor 12 vendor
2272026-05-08T22:26:38.244Zgcc system 14 system
2282026-05-08T22:26:38.244Zgcc system 10 system
2292026-05-08T22:26:38.244Zgo system 1.20 system
2302026-05-08T22:26:38.244Zgo system 1.19 system
2312026-05-08T22:26:38.244Zllvm system 15 system
2322026-05-08T22:26:38.244Zllvm system 14 system
2332026-05-08T22:26:38.244Zmariadb system 10.6 system
2342026-05-08T22:26:38.244Zmta vendor vendor dma
2352026-05-08T22:26:38.244Zopenjdk system 17 system
2362026-05-08T22:26:38.244Zopenjdk system 11 system
2372026-05-08T22:26:38.244Zopenjdk system 1.8 system
2382026-05-08T22:26:38.244Zopenssl vendor 3 vendor
2392026-05-08T22:26:38.244Zperl system 5.36 system
2402026-05-08T22:26:38.244Zpostgresql system 18 system
2412026-05-08T22:26:38.244Zpostgresql system 15 system
2422026-05-08T22:26:38.244Zpostgresql system 13 system
2432026-05-08T22:26:38.244Zpython vendor 3 vendor
2442026-05-08T22:26:38.244Zpython system 2 system
2452026-05-08T22:26:38.244Zpython3 system 3.11 system
2462026-05-08T22:26:38.244Zruby system 3.0 system
2472026-05-08T22:26:38.245Zwords vendor vendor american-english
2482026-05-08T22:26:38.245Zwords system system australian-english
2492026-05-08T22:26:38.245Zwords system system british-english
2502026-05-08T22:26:38.245Zwords system system canadian-english
2512026-05-08T22:26:38.245Zwords system system french
2522026-05-08T22:26:38.245Zwords system system italian
2532026-05-08T22:26:38.245Zwords system system ngerman
2542026-05-08T22:26:38.245Zwords system system ogerman
2552026-05-08T22:26:38.245Zwords system system spanish
2562026-05-08T22:26:38.466ZPUBLISHER TYPE STATUS P LOCATION
2572026-05-08T22:26:38.467Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2582026-05-08T22:26:43.025ZFMRI IFO
2592026-05-08T22:26:43.025Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2602026-05-08T22:26:43.025Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2612026-05-08T22:26:43.025Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2622026-05-08T22:26:43.025Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2632026-05-08T22:26:43.025Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2642026-05-08T22:26:43.025Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2652026-05-08T22:26:43.025Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2662026-05-08T22:26:43.025Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2672026-05-08T22:26:43.025Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2682026-05-08T22:26:43.025Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2692026-05-08T22:26:43.025Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2702026-05-08T22:26:43.025Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2712026-05-08T22:26:43.025Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2722026-05-08T22:26:43.025Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2732026-05-08T22:26:43.025Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2742026-05-08T22:26:43.025Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2752026-05-08T22:26:43.025Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2762026-05-08T22:26:44.145Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2772026-05-08T22:26:44.419Z Updating crates.io index
2782026-05-08T22:26:44.421Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792026-05-08T22:26:44.697Z Updating git repository `https://github.com/oxidecomputer/lldp`
2802026-05-08T22:26:45.625Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2812026-05-08T22:26:46.162Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822026-05-08T22:26:46.926Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2832026-05-08T22:26:47.416Z Updating git repository `https://github.com/oxidecomputer/crucible`
2842026-05-08T22:26:49.080Z Updating git repository `https://github.com/oxidecomputer/opte`
2852026-05-08T22:26:49.800Z Updating git repository `https://github.com/oxidecomputer/tofino`
2862026-05-08T22:26:50.146Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2872026-05-08T22:26:51.207Z Updating git repository `https://github.com/oxidecomputer/clickward`
2882026-05-08T22:26:51.576Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2892026-05-08T22:26:51.888Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2902026-05-08T22:26:52.272Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2912026-05-08T22:26:53.161Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-05-08T22:26:53.713Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-05-08T22:26:54.044Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2942026-05-08T22:26:54.377Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2952026-05-08T22:26:54.796Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962026-05-08T22:26:55.048Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972026-05-08T22:26:55.264Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982026-05-08T22:26:55.527Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-05-08T22:26:55.923Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3002026-05-08T22:26:56.275Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3012026-05-08T22:26:56.859Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3022026-05-08T22:26:57.303Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3032026-05-08T22:26:57.592Z Updating git repository `https://github.com/oxidecomputer/ispf`
3042026-05-08T22:26:57.901Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3052026-05-08T22:26:58.914Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062026-05-08T22:26:59.727Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3072026-05-08T22:27:00.160Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3082026-05-08T22:27:00.460Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3092026-05-08T22:27:00.742Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3102026-05-08T22:27:01.035Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3112026-05-08T22:27:01.412Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3122026-05-08T22:27:02.024Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3132026-05-08T22:27:02.453Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3142026-05-08T22:27:02.750Z Updating git repository `https://github.com/illumos/smf-rs`
3152026-05-08T22:27:03.154Z Updating git repository `https://github.com/oxidecomputer/omicron`
3162026-05-08T22:27:14.984Z Downloading crates ...
3172026-05-08T22:27:15.036Z Downloaded anstyle-query v1.1.5
3182026-05-08T22:27:15.041Z Downloaded anstream v0.6.21
3192026-05-08T22:27:15.046Z Downloaded is_terminal_polyfill v1.70.2
3202026-05-08T22:27:15.054Z Downloaded cargo_toml v0.21.0
3212026-05-08T22:27:15.054Z Downloaded cargo-platform v0.2.0
3222026-05-08T22:27:15.054Z Downloaded cpufeatures v0.2.17
3232026-05-08T22:27:15.054Z Downloaded bytecount v0.6.9
3242026-05-08T22:27:15.054Z Downloaded cfg-if v1.0.4
3252026-05-08T22:27:15.074Z Downloaded strsim v0.11.1
3262026-05-08T22:27:15.075Z Downloaded potential_utf v0.1.4
3272026-05-08T22:27:15.075Z Downloaded textwrap v0.16.2
3282026-05-08T22:27:15.075Z Downloaded version_check v0.9.5
3292026-05-08T22:27:15.075Z Downloaded block-buffer v0.10.4
3302026-05-08T22:27:15.075Z Downloaded anstyle v1.0.13
3312026-05-08T22:27:15.075Z Downloaded camino-tempfile v1.4.1
3322026-05-08T22:27:15.075Z Downloaded zerofrom v0.1.6
3332026-05-08T22:27:15.075Z Downloaded zerofrom-derive v0.1.6
3342026-05-08T22:27:15.079Z Downloaded displaydoc v0.2.5
3352026-05-08T22:27:15.079Z Downloaded byteorder v1.5.0
3362026-05-08T22:27:15.079Z Downloaded anstyle-parse v0.2.7
3372026-05-08T22:27:15.079Z Downloaded autocfg v1.5.0
3382026-05-08T22:27:15.079Z Downloaded pest_derive v2.8.6
3392026-05-08T22:27:15.079Z Downloaded utf8_iter v1.0.4
3402026-05-08T22:27:15.079Z Downloaded toml_datetime v0.6.11
3412026-05-08T22:27:15.079Z Downloaded clap v4.5.60
3422026-05-08T22:27:15.079Z Downloaded pest_meta v2.8.6
3432026-05-08T22:27:15.079Z Downloaded zerovec-derive v0.11.2
3442026-05-08T22:27:15.083Z Downloaded usdt-attr-macro v0.5.0
3452026-05-08T22:27:15.084Z Downloaded toml_write v0.1.2
3462026-05-08T22:27:15.084Z Downloaded colorchoice v1.0.4
3472026-05-08T22:27:15.084Z Downloaded clap_lex v1.0.0
3482026-05-08T22:27:15.084Z Downloaded bitflags v2.11.0
3492026-05-08T22:27:15.088Z Downloaded generic-array v0.14.7
3502026-05-08T22:27:15.088Z Downloaded typeid v1.0.3
3512026-05-08T22:27:15.088Z Downloaded thread-id v4.2.2
3522026-05-08T22:27:15.088Z Downloaded serde_spanned v0.6.9
3532026-05-08T22:27:15.088Z Downloaded itoa v1.0.17
3542026-05-08T22:27:15.089Z Downloaded fastrand v2.3.0
3552026-05-08T22:27:15.095Z Downloaded usdt-macro v0.5.0
3562026-05-08T22:27:15.095Z Downloaded equivalent v1.0.2
3572026-05-08T22:27:15.095Z Downloaded dof v0.3.0
3582026-05-08T22:27:15.095Z Downloaded unicode-linebreak v0.1.5
3592026-05-08T22:27:15.095Z Downloaded crypto-common v0.1.7
3602026-05-08T22:27:15.095Z Downloaded cargo_metadata v0.21.0
3612026-05-08T22:27:15.095Z Downloaded yoke-derive v0.8.1
3622026-05-08T22:27:15.095Z Downloaded thiserror v1.0.69
3632026-05-08T22:27:15.099Z Downloaded ordered-float v2.10.1
3642026-05-08T22:27:15.099Z Downloaded memmap v0.7.0
3652026-05-08T22:27:15.099Z Downloaded digest v0.10.7
3662026-05-08T22:27:15.099Z Downloaded dtrace-parser v0.2.0
3672026-05-08T22:27:15.099Z Downloaded utf8parse v0.2.2
3682026-05-08T22:27:15.099Z Downloaded cargo-util-schemas v0.8.2
3692026-05-08T22:27:15.105Z Downloaded anyhow v1.0.102
3702026-05-08T22:27:15.105Z Downloaded zmij v1.0.21
3712026-05-08T22:27:15.110Z Downloaded writeable v0.6.2
3722026-05-08T22:27:15.110Z Downloaded toml_edit v0.22.27
3732026-05-08T22:27:15.110Z Downloaded serde-untagged v0.1.9
3742026-05-08T22:27:15.110Z Downloaded erased-serde v0.4.9
3752026-05-08T22:27:15.116Z Downloaded tinystr v0.8.2
3762026-05-08T22:27:15.116Z Downloaded url v2.5.8
3772026-05-08T22:27:15.116Z Downloaded unicode-xid v0.2.6
3782026-05-08T22:27:15.116Z Downloaded proc-macro-error-attr v1.0.4
3792026-05-08T22:27:15.116Z Downloaded ucd-trie v0.1.7
3802026-05-08T22:27:15.116Z Downloaded toml v0.8.23
3812026-05-08T22:27:15.120Z Downloaded tabled_derive v0.7.0
3822026-05-08T22:27:15.120Z Downloaded plain v0.2.3
3832026-05-08T22:27:15.120Z Downloaded thiserror-impl v2.0.18
3842026-05-08T22:27:15.120Z Downloaded thiserror-impl v1.0.69
3852026-05-08T22:27:15.120Z Downloaded thiserror v2.0.18
3862026-05-08T22:27:15.124Z Downloaded usdt v0.5.0
3872026-05-08T22:27:15.124Z Downloaded errno v0.3.14
3882026-05-08T22:27:15.124Z Downloaded heck v0.5.0
3892026-05-08T22:27:15.129Z Downloaded zerocopy-derive v0.7.35
3902026-05-08T22:27:15.129Z Downloaded idna_adapter v1.2.1
3912026-05-08T22:27:15.132Z Downloaded yoke v0.8.1
3922026-05-08T22:27:15.132Z Downloaded usdt-impl v0.5.0
3932026-05-08T22:27:15.132Z Downloaded typenum v1.19.0
3942026-05-08T22:27:15.133Z Downloaded zerotrie v0.2.3
3952026-05-08T22:27:15.136Z Downloaded swrite v0.1.0
3962026-05-08T22:27:15.136Z Downloaded fnv v1.0.7
3972026-05-08T22:27:15.136Z Downloaded unicode-ident v1.0.24
3982026-05-08T22:27:15.136Z Downloaded scroll_derive v0.12.1
3992026-05-08T22:27:15.136Z Downloaded pretty-hex v0.4.1
4002026-05-08T22:27:15.136Z Downloaded serde_tokenstream v0.2.3
4012026-05-08T22:27:15.139Z Downloaded proc-macro-error v1.0.4
4022026-05-08T22:27:15.139Z Downloaded clap_derive v4.5.55
4032026-05-08T22:27:15.139Z Downloaded percent-encoding v2.3.2
4042026-05-08T22:27:15.144Z Downloaded serde-value v0.7.0
4052026-05-08T22:27:15.147Z Downloaded zerocopy v0.7.35
4062026-05-08T22:27:15.154Z Downloaded zerovec v0.11.5
4072026-05-08T22:27:15.157Z Downloaded terminal_size v0.4.3
4082026-05-08T22:27:15.160Z Downloaded smawk v0.3.2
4092026-05-08T22:27:15.160Z Downloaded macaddr v1.0.1
4102026-05-08T22:27:15.160Z Downloaded heck v0.4.1
4112026-05-08T22:27:15.165Z Downloaded winnow v0.7.14
4122026-05-08T22:27:15.170Z Downloaded sha2 v0.10.9
4132026-05-08T22:27:15.170Z Downloaded quote v1.0.45
4142026-05-08T22:27:15.173Z Downloaded fs-err v3.3.0
4152026-05-08T22:27:15.173Z Downloaded unicode-width v0.2.0
4162026-05-08T22:27:15.178Z Downloaded unicode-width v0.1.14
4172026-05-08T22:27:15.185Z Downloaded pest_generator v2.8.6
4182026-05-08T22:27:15.188Z Downloaded synstructure v0.13.2
4192026-05-08T22:27:15.188Z Downloaded form_urlencoded v1.2.2
4202026-05-08T22:27:15.188Z Downloaded stable_deref_trait v1.2.1
4212026-05-08T22:27:15.188Z Downloaded scroll v0.12.0
4222026-05-08T22:27:15.194Z Downloaded smallvec v1.15.1
4232026-05-08T22:27:15.201Z Downloaded icu_locale_core v2.1.1
4242026-05-08T22:27:15.207Z Downloaded semver v1.0.28
4252026-05-08T22:27:15.210Z Downloaded log v0.4.29
4262026-05-08T22:27:15.210Z Downloaded tempfile v3.25.0
4272026-05-08T22:27:15.217Z Downloaded litemap v0.8.1
4282026-05-08T22:27:15.220Z Downloaded camino v1.2.2
4292026-05-08T22:27:15.280Z Downloaded proc-macro2 v1.0.106
4302026-05-08T22:27:15.280Z Downloaded papergrid v0.11.0
4312026-05-08T22:27:15.280Z Downloaded num-traits v0.2.19
4322026-05-08T22:27:15.280Z Downloaded once_cell v1.21.3
4332026-05-08T22:27:15.280Z Downloaded icu_provider v2.1.1
4342026-05-08T22:27:15.280Z Downloaded icu_normalizer v2.1.1
4352026-05-08T22:27:15.280Z Downloaded serde_core v1.0.228
4362026-05-08T22:27:15.280Z Downloaded getrandom v0.4.1
4372026-05-08T22:27:15.280Z Downloaded icu_properties v2.1.2
4382026-05-08T22:27:15.280Z Downloaded icu_collections v2.1.1
4392026-05-08T22:27:15.280Z Downloaded serde_derive v1.0.228
4402026-05-08T22:27:15.280Z Downloaded icu_normalizer_data v2.1.1
4412026-05-08T22:27:15.280Z Downloaded serde v1.0.228
4422026-05-08T22:27:15.280Z Downloaded indexmap v2.14.0
4432026-05-08T22:27:15.291Z Downloaded memchr v2.8.0
4442026-05-08T22:27:15.291Z Downloaded icu_properties_data v2.1.2
4452026-05-08T22:27:15.307Z Downloaded pest v2.8.6
4462026-05-08T22:27:15.311Z Downloaded idna v1.1.0
4472026-05-08T22:27:15.318Z Downloaded serde_json v1.0.149
4482026-05-08T22:27:15.327Z Downloaded clap_builder v4.5.60
4492026-05-08T22:27:15.335Z Downloaded goblin v0.8.2
4502026-05-08T22:27:15.342Z Downloaded hashbrown v0.17.0
4512026-05-08T22:27:15.342Z Downloaded tabled v0.15.0
4522026-05-08T22:27:15.352Z Downloaded syn v1.0.109
4532026-05-08T22:27:15.356Z Downloaded syn v2.0.117
4542026-05-08T22:27:15.368Z Downloaded rustix v1.1.3
4552026-05-08T22:27:15.399Z Downloaded libc v0.2.185
4562026-05-08T22:27:15.467Z Compiling proc-macro2 v1.0.106
4572026-05-08T22:27:15.468Z Compiling quote v1.0.45
4582026-05-08T22:27:15.468Z Compiling unicode-ident v1.0.24
4592026-05-08T22:27:15.482Z Compiling serde_core v1.0.228
4602026-05-08T22:27:15.482Z Compiling libc v0.2.185
4612026-05-08T22:27:15.483Z Compiling version_check v0.9.5
4622026-05-08T22:27:15.483Z Compiling serde v1.0.228
4632026-05-08T22:27:15.483Z Compiling memchr v2.8.0
4642026-05-08T22:27:15.800Z Compiling stable_deref_trait v1.2.1
4652026-05-08T22:27:15.877Z Compiling zmij v1.0.21
4662026-05-08T22:27:16.028Z Compiling autocfg v1.5.0
4672026-05-08T22:27:16.061Z Compiling ucd-trie v0.1.7
4682026-05-08T22:27:16.103Z Compiling thiserror v1.0.69
4692026-05-08T22:27:16.366Z Compiling itoa v1.0.17
4702026-05-08T22:27:16.453Z Compiling pest v2.8.6
4712026-05-08T22:27:16.472Z Compiling writeable v0.6.2
4722026-05-08T22:27:16.504Z Compiling litemap v0.8.1
4732026-05-08T22:27:16.535Z Compiling icu_normalizer_data v2.1.1
4742026-05-08T22:27:16.572Z Compiling icu_properties_data v2.1.2
4752026-05-08T22:27:16.660Z Compiling byteorder v1.5.0
4762026-05-08T22:27:16.754Z Compiling rustix v1.1.3
4772026-05-08T22:27:16.889Z Compiling syn v2.0.117
4782026-05-08T22:27:17.005Z Compiling errno v0.3.14
4792026-05-08T22:27:17.018Z Compiling serde_json v1.0.149
4802026-05-08T22:27:17.068Z Compiling bitflags v2.11.0
4812026-05-08T22:27:17.264Z Compiling num-traits v0.2.19
4822026-05-08T22:27:17.374Z Compiling smallvec v1.15.1
4832026-05-08T22:27:17.446Z Compiling hashbrown v0.17.0
4842026-05-08T22:27:17.485Z Compiling pest_meta v2.8.6
4852026-05-08T22:27:17.587Z Compiling typeid v1.0.3
4862026-05-08T22:27:17.680Z Compiling equivalent v1.0.2
4872026-05-08T22:27:17.895Z Compiling thread-id v4.2.2
4882026-05-08T22:27:17.940Z Compiling proc-macro-error-attr v1.0.4
4892026-05-08T22:27:18.009Z Compiling indexmap v2.14.0
4902026-05-08T22:27:18.024Z Compiling usdt-impl v0.5.0
4912026-05-08T22:27:18.041Z Compiling erased-serde v0.4.9
4922026-05-08T22:27:18.126Z Compiling toml_write v0.1.2
4932026-05-08T22:27:18.237Z Compiling syn v1.0.109
4942026-05-08T22:27:18.335Z Compiling winnow v0.7.14
4952026-05-08T22:27:18.643Z Compiling proc-macro-error v1.0.4
4962026-05-08T22:27:18.703Z Compiling log v0.4.29
4972026-05-08T22:27:18.836Z Compiling thiserror v2.0.18
4982026-05-08T22:27:18.892Z Compiling utf8parse v0.2.2
4992026-05-08T22:27:19.016Z Compiling percent-encoding v2.3.2
5002026-05-08T22:27:19.170Z Compiling getrandom v0.4.1
5012026-05-08T22:27:19.191Z Compiling camino v1.2.2
5022026-05-08T22:27:19.191Z Compiling plain v0.2.3
5032026-05-08T22:27:19.228Z Compiling utf8_iter v1.0.4
5042026-05-08T22:27:19.397Z Compiling form_urlencoded v1.2.2
5052026-05-08T22:27:19.527Z Compiling synstructure v0.13.2
5062026-05-08T22:27:19.546Z Compiling pest_generator v2.8.6
5072026-05-08T22:27:19.597Z Compiling ordered-float v2.10.1
5082026-05-08T22:27:19.614Z Compiling anstyle-parse v0.2.7
5092026-05-08T22:27:19.834Z Compiling terminal_size v0.4.3
5102026-05-08T22:27:19.987Z Compiling anstyle v1.0.13
5112026-05-08T22:27:20.070Z Compiling anstyle-query v1.1.5
5122026-05-08T22:27:20.105Z Compiling pretty-hex v0.4.1
5132026-05-08T22:27:20.133Z Compiling is_terminal_polyfill v1.70.2
5142026-05-08T22:27:20.183Z Compiling cfg-if v1.0.4
5152026-05-08T22:27:20.187Z Compiling colorchoice v1.0.4
5162026-05-08T22:27:20.234Z Compiling serde-untagged v0.1.9
5172026-05-08T22:27:20.270Z Compiling semver v1.0.28
5182026-05-08T22:27:20.310Z Compiling anstream v0.6.21
5192026-05-08T22:27:20.441Z Compiling fs-err v3.3.0
5202026-05-08T22:27:20.472Z Compiling unicode-width v0.1.14
5212026-05-08T22:27:20.605Z Compiling clap_lex v1.0.0
5222026-05-08T22:27:20.623Z Compiling bytecount v0.6.9
5232026-05-08T22:27:20.626Z Compiling fnv v1.0.7
5242026-05-08T22:27:20.626Z Compiling once_cell v1.21.3
5252026-05-08T22:27:20.741Z Compiling strsim v0.11.1
5262026-05-08T22:27:20.758Z Compiling fastrand v2.3.0
5272026-05-08T22:27:20.776Z Compiling heck v0.5.0
5282026-05-08T22:27:20.868Z Compiling unicode-xid v0.2.6
5292026-05-08T22:27:20.997Z Compiling heck v0.4.1
5302026-05-08T22:27:21.020Z Compiling anyhow v1.0.102
5312026-05-08T22:27:21.034Z Compiling tempfile v3.25.0
5322026-05-08T22:27:21.088Z Compiling clap_builder v4.5.60
5332026-05-08T22:27:21.132Z Compiling papergrid v0.11.0
5342026-05-08T22:27:21.185Z Compiling serde_derive v1.0.228
5352026-05-08T22:27:21.221Z Compiling zerofrom-derive v0.1.6
5362026-05-08T22:27:21.318Z Compiling yoke-derive v0.8.1
5372026-05-08T22:27:21.403Z Compiling zerovec-derive v0.11.2
5382026-05-08T22:27:21.736Z Compiling displaydoc v0.2.5
5392026-05-08T22:27:22.446Z Compiling thiserror-impl v1.0.69
5402026-05-08T22:27:22.468Z Compiling zerocopy-derive v0.7.35
5412026-05-08T22:27:22.486Z Compiling pest_derive v2.8.6
5422026-05-08T22:27:22.521Z Compiling scroll_derive v0.12.1
5432026-05-08T22:27:22.574Z Compiling zerofrom v0.1.6
5442026-05-08T22:27:22.705Z Compiling yoke v0.8.1
5452026-05-08T22:27:22.946Z Compiling zerovec v0.11.5
5462026-05-08T22:27:22.965Z Compiling zerotrie v0.2.3
5472026-05-08T22:27:23.236Z Compiling scroll v0.12.0
5482026-05-08T22:27:23.269Z Compiling thiserror-impl v2.0.18
5492026-05-08T22:27:23.334Z Compiling zerocopy v0.7.35
5502026-05-08T22:27:23.473Z Compiling tinystr v0.8.2
5512026-05-08T22:27:23.515Z Compiling potential_utf v0.1.4
5522026-05-08T22:27:23.673Z Compiling icu_locale_core v2.1.1
5532026-05-08T22:27:23.691Z Compiling icu_collections v2.1.1
5542026-05-08T22:27:23.858Z Compiling dtrace-parser v0.2.0
5552026-05-08T22:27:23.876Z Compiling goblin v0.8.2
5562026-05-08T22:27:24.179Z Compiling tabled_derive v0.7.0
5572026-05-08T22:27:24.441Z Compiling icu_provider v2.1.1
5582026-05-08T22:27:24.569Z Compiling toml_datetime v0.6.11
5592026-05-08T22:27:24.608Z Compiling serde_spanned v0.6.9
5602026-05-08T22:27:24.623Z Compiling dof v0.3.0
5612026-05-08T22:27:24.639Z Compiling serde_tokenstream v0.2.3
5622026-05-08T22:27:24.743Z Compiling icu_normalizer v2.1.1
5632026-05-08T22:27:24.767Z Compiling icu_properties v2.1.2
5642026-05-08T22:27:24.779Z Compiling toml_edit v0.22.27
5652026-05-08T22:27:24.831Z Compiling serde-value v0.7.0
5662026-05-08T22:27:25.002Z Compiling cargo-platform v0.2.0
5672026-05-08T22:27:25.080Z Compiling clap_derive v4.5.55
5682026-05-08T22:27:25.269Z Compiling memmap v0.7.0
5692026-05-08T22:27:25.289Z Compiling unicode-linebreak v0.1.5
5702026-05-08T22:27:25.306Z Compiling smawk v0.3.2
5712026-05-08T22:27:25.459Z Compiling unicode-width v0.2.0
5722026-05-08T22:27:25.564Z Compiling tabled v0.15.0
5732026-05-08T22:27:25.578Z Compiling usdt-macro v0.5.0
5742026-05-08T22:27:25.736Z Compiling idna_adapter v1.2.1
5752026-05-08T22:27:25.761Z Compiling usdt-attr-macro v0.5.0
5762026-05-08T22:27:25.833Z Compiling textwrap v0.16.2
5772026-05-08T22:27:25.884Z Compiling idna v1.1.0
5782026-05-08T22:27:26.193Z Compiling toml v0.8.23
5792026-05-08T22:27:26.294Z Compiling url v2.5.8
5802026-05-08T22:27:26.541Z Compiling macaddr v1.0.1
5812026-05-08T22:27:26.808Z Compiling cargo-util-schemas v0.8.2
5822026-05-08T22:27:26.826Z Compiling clap v4.5.60
5832026-05-08T22:27:26.913Z Compiling cargo_toml v0.21.0
5842026-05-08T22:27:27.103Z Compiling usdt v0.5.0
5852026-05-08T22:27:27.323Z Compiling camino-tempfile v1.4.1
5862026-05-08T22:27:27.357Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5872026-05-08T22:27:27.375Z Compiling swrite v0.1.0
5882026-05-08T22:27:27.724Z Compiling cargo_metadata v0.21.0
5892026-05-08T22:27:28.674Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5902026-05-08T22:27:30.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.77s
5912026-05-08T22:27:31.007Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5922026-05-08T22:27:31.574Z Downloading crates ...
5932026-05-08T22:27:31.661Z Downloaded adler2 v2.0.1
5942026-05-08T22:27:31.669Z Downloaded cipher v0.4.4
5952026-05-08T22:27:31.672Z Downloaded async-trait v0.1.89
5962026-05-08T22:27:31.681Z Downloaded crucible-workspace-hack v0.1.0
5972026-05-08T22:27:31.684Z Downloaded allocator-api2 v0.2.21
5982026-05-08T22:27:31.685Z Downloaded compact_str v0.8.1
5992026-05-08T22:27:31.689Z Downloaded cstr-argument v0.1.2
6002026-05-08T22:27:31.689Z Downloaded aho-corasick v1.1.4
6012026-05-08T22:27:31.693Z Downloaded dtrace-parser v0.3.0
6022026-05-08T22:27:31.693Z Downloaded debug-ignore v1.0.5
6032026-05-08T22:27:31.696Z Downloaded cexpr v0.6.0
6042026-05-08T22:27:31.696Z Downloaded arrayvec v0.7.6
6052026-05-08T22:27:31.696Z Downloaded darling v0.23.0
6062026-05-08T22:27:31.700Z Downloaded either v1.15.0
6072026-05-08T22:27:31.704Z Downloaded document-features v0.2.12
6082026-05-08T22:27:31.704Z Downloaded dirs-next v2.0.0
6092026-05-08T22:27:31.704Z Downloaded ciborium v0.2.2
6102026-05-08T22:27:31.704Z Downloaded embedded-io v0.6.1
6112026-05-08T22:27:31.707Z Downloaded bb8 v0.8.6
6122026-05-08T22:27:31.707Z Downloaded fallible-iterator v0.2.0
6132026-05-08T22:27:31.708Z Downloaded drift v0.1.3
6142026-05-08T22:27:31.717Z Downloaded bit-set v0.8.0
6152026-05-08T22:27:31.717Z Downloaded crossbeam-utils v0.8.21
6162026-05-08T22:27:31.717Z Downloaded cassowary v0.3.0
6172026-05-08T22:27:31.717Z Downloaded env_logger v0.11.9
6182026-05-08T22:27:31.717Z Downloaded ecdsa v0.16.9
6192026-05-08T22:27:31.722Z Downloaded darling_macro v0.20.11
6202026-05-08T22:27:31.722Z Downloaded bit-set v0.5.3
6212026-05-08T22:27:31.722Z Downloaded darling_macro v0.23.0
6222026-05-08T22:27:31.722Z Downloaded array-init v0.0.4
6232026-05-08T22:27:31.722Z Downloaded blowfish v0.9.1
6242026-05-08T22:27:31.722Z Downloaded dropshot_endpoint v0.16.7
6252026-05-08T22:27:31.727Z Downloaded defmt-macros v1.0.1
6262026-05-08T22:27:31.728Z Downloaded const-oid v0.9.6
6272026-05-08T22:27:31.728Z Downloaded crc8 v0.1.1
6282026-05-08T22:27:31.728Z Downloaded ciborium-ll v0.2.2
6292026-05-08T22:27:31.731Z Downloaded derive-where v1.6.0
6302026-05-08T22:27:31.731Z Downloaded castaway v0.2.4
6312026-05-08T22:27:31.731Z Downloaded bit-vec v0.6.3
6322026-05-08T22:27:31.731Z Downloaded defmt v1.0.1
6332026-05-08T22:27:31.734Z Downloaded clang-sys v1.8.1
6342026-05-08T22:27:31.738Z Downloaded cancel-safe-futures v0.1.5
6352026-05-08T22:27:31.738Z Downloaded ahash v0.8.12
6362026-05-08T22:27:31.742Z Downloaded block-padding v0.3.3
6372026-05-08T22:27:31.742Z Downloaded atty v0.2.14
6382026-05-08T22:27:31.742Z Downloaded der_derive v0.7.3
6392026-05-08T22:27:31.742Z Downloaded dropshot-api-manager-types v0.7.1
6402026-05-08T22:27:31.746Z Downloaded crc-catalog v2.4.0
6412026-05-08T22:27:31.746Z Downloaded darling_macro v0.21.3
6422026-05-08T22:27:31.746Z Downloaded ctr v0.9.2
6432026-05-08T22:27:31.746Z Downloaded defmt v0.3.100
6442026-05-08T22:27:31.748Z Downloaded bitfield-macros v0.19.4
6452026-05-08T22:27:31.748Z Downloaded backon v1.6.0
6462026-05-08T22:27:31.748Z Downloaded ciborium-io v0.2.2
6472026-05-08T22:27:31.751Z Downloaded atomicwrites v0.4.4
6482026-05-08T22:27:31.754Z Downloaded bitfield-struct v0.6.2
6492026-05-08T22:27:31.754Z Downloaded crunchy v0.2.4
6502026-05-08T22:27:31.759Z Downloaded async-stream v0.3.6
6512026-05-08T22:27:31.762Z Downloaded bcrypt-pbkdf v0.10.0
6522026-05-08T22:27:31.766Z Downloaded env_filter v1.0.0
6532026-05-08T22:27:31.769Z Downloaded dsl_auto_type v0.2.0
6542026-05-08T22:27:31.769Z Downloaded derive_builder_macro v0.20.2
6552026-05-08T22:27:31.769Z Downloaded embedded-io v0.4.0
6562026-05-08T22:27:31.769Z Downloaded cpufeatures v0.3.0
6572026-05-08T22:27:31.772Z Downloaded arrayref v0.3.9
6582026-05-08T22:27:31.772Z Downloaded base16ct v0.2.0
6592026-05-08T22:27:31.772Z Downloaded compression-core v0.4.31
6602026-05-08T22:27:31.775Z Downloaded crc v3.4.0
6612026-05-08T22:27:31.775Z Downloaded futures-executor v0.3.32
6622026-05-08T22:27:31.778Z Downloaded crc32fast v1.5.0
6632026-05-08T22:27:31.778Z Downloaded cobs v0.3.0
6642026-05-08T22:27:31.778Z Downloaded csv-core v0.1.13
6652026-05-08T22:27:31.781Z Downloaded cargo-platform v0.1.9
6662026-05-08T22:27:31.781Z Downloaded ascii-canvas v3.0.0
6672026-05-08T22:27:31.781Z Downloaded foreign-types-macros v0.2.3
6682026-05-08T22:27:31.784Z Downloaded dyn-clone v1.0.20
6692026-05-08T22:27:31.784Z Downloaded float-ord v0.3.2
6702026-05-08T22:27:31.784Z Downloaded foreign-types v0.5.0
6712026-05-08T22:27:31.788Z Downloaded cfg_aliases v0.1.1
6722026-05-08T22:27:31.788Z Downloaded async-stream-impl v0.3.6
6732026-05-08T22:27:31.788Z Downloaded fd-lock v4.0.4
6742026-05-08T22:27:31.788Z Downloaded display-error-chain v0.2.2
6752026-05-08T22:27:31.791Z Downloaded cfg_aliases v0.2.1
6762026-05-08T22:27:31.791Z Downloaded fixedbitset v0.4.2
6772026-05-08T22:27:31.791Z Downloaded enum-as-inner v0.6.1
6782026-05-08T22:27:31.791Z Downloaded curve25519-dalek-derive v0.1.1
6792026-05-08T22:27:31.794Z Downloaded assert_matches v1.5.0
6802026-05-08T22:27:31.794Z Downloaded defmt-parser v1.0.0
6812026-05-08T22:27:31.794Z Downloaded foreign-types v0.3.2
6822026-05-08T22:27:31.797Z Downloaded futures-sink v0.3.32
6832026-05-08T22:27:31.797Z Downloaded dunce v1.0.5
6842026-05-08T22:27:31.797Z Downloaded endian-type v0.1.2
6852026-05-08T22:27:31.797Z Downloaded funty v2.0.0
6862026-05-08T22:27:31.800Z Downloaded git-stub v1.0.0
6872026-05-08T22:27:31.800Z Downloaded ghash v0.5.1
6882026-05-08T22:27:31.800Z Downloaded futures-macro v0.3.32
6892026-05-08T22:27:31.800Z Downloaded dirs-sys-next v0.1.2
6902026-05-08T22:27:31.802Z Downloaded foreign-types-shared v0.3.1
6912026-05-08T22:27:31.802Z Downloaded difflib v0.4.0
6922026-05-08T22:27:31.803Z Downloaded convert_case v0.4.0
6932026-05-08T22:27:31.806Z Downloaded diesel_table_macro_syntax v0.3.0
6942026-05-08T22:27:31.806Z Downloaded atomic-waker v1.1.2
6952026-05-08T22:27:31.809Z Downloaded hash32 v0.2.1
6962026-05-08T22:27:31.809Z Downloaded futures-core v0.3.32
6972026-05-08T22:27:31.812Z Downloaded foreign-types-shared v0.1.1
6982026-05-08T22:27:31.812Z Downloaded hash32 v0.3.1
6992026-05-08T22:27:31.812Z Downloaded const_format_proc_macros v0.2.34
7002026-05-08T22:27:31.815Z Downloaded cmake v0.1.57
7012026-05-08T22:27:31.815Z Downloaded globwalk v0.9.1
7022026-05-08T22:27:31.815Z Downloaded gethostname v0.5.0
7032026-05-08T22:27:31.815Z Downloaded convert_case v0.10.0
7042026-05-08T22:27:31.818Z Downloaded flagset v0.4.7
7052026-05-08T22:27:31.818Z Downloaded filetime v0.2.27
7062026-05-08T22:27:31.821Z Downloaded critical-section v1.2.0
7072026-05-08T22:27:31.822Z Downloaded byte-wrapper v0.1.0
7082026-05-08T22:27:31.822Z Downloaded bcs v0.1.6
7092026-05-08T22:27:31.825Z Downloaded ff v0.13.1
7102026-05-08T22:27:31.825Z Downloaded ena v0.14.4
7112026-05-08T22:27:31.825Z Downloaded fxhash v0.2.1
7122026-05-08T22:27:31.828Z Downloaded corncobs v0.1.4
7132026-05-08T22:27:31.828Z Downloaded bitflags v1.3.2
7142026-05-08T22:27:31.828Z Downloaded futures-task v0.3.32
7152026-05-08T22:27:31.831Z Downloaded bitfield v0.19.4
7162026-05-08T22:27:31.831Z Downloaded base64ct v1.8.3
7172026-05-08T22:27:31.834Z Downloaded headers-core v0.3.0
7182026-05-08T22:27:31.834Z Downloaded crossbeam-deque v0.8.6
7192026-05-08T22:27:31.834Z Downloaded camino-tempfile-ext v0.3.3
7202026-05-08T22:27:31.836Z Downloaded flume v0.11.1
7212026-05-08T22:27:31.836Z Downloaded data-encoding v2.10.0
7222026-05-08T22:27:31.839Z Downloaded darling_core v0.21.3
7232026-05-08T22:27:31.842Z Downloaded home v0.5.12
7242026-05-08T22:27:31.842Z Downloaded hostname v0.4.2
7252026-05-08T22:27:31.846Z Downloaded cbc v0.1.2
7262026-05-08T22:27:31.846Z Downloaded hostname v0.3.1
7272026-05-08T22:27:31.846Z Downloaded dropshot-api-manager v0.7.1
7282026-05-08T22:27:31.851Z Downloaded erased-serde v0.3.31
7292026-05-08T22:27:31.851Z Downloaded fs-err v2.11.0
7302026-05-08T22:27:31.851Z Downloaded derive_builder_core v0.20.2
7312026-05-08T22:27:31.854Z Downloaded derive-ex v0.1.8
7322026-05-08T22:27:31.854Z Downloaded float-cmp v0.10.0
7332026-05-08T22:27:31.855Z Downloaded foldhash v0.1.5
7342026-05-08T22:27:31.855Z Downloaded constant_time_eq v0.4.2
7352026-05-08T22:27:31.878Z Downloaded find-msvc-tools v0.1.9
7362026-05-08T22:27:31.878Z Downloaded diesel-dtrace v0.5.0
7372026-05-08T22:27:31.878Z Downloaded compression-codecs v0.4.37
7382026-05-08T22:27:31.878Z Downloaded http-range v0.1.5
7392026-05-08T22:27:31.878Z Downloaded httpdate v1.0.3
7402026-05-08T22:27:31.878Z Downloaded http-body v1.0.1
7412026-05-08T22:27:31.878Z Downloaded group v0.13.0
7422026-05-08T22:27:31.878Z Downloaded ident_case v1.0.1
7432026-05-08T22:27:31.878Z Downloaded glob v0.3.3
7442026-05-08T22:27:31.878Z Downloaded foldhash v0.2.0
7452026-05-08T22:27:31.878Z Downloaded downcast-rs v2.0.2
7462026-05-08T22:27:31.878Z Downloaded chacha20 v0.9.1
7472026-05-08T22:27:31.878Z Downloaded fs_extra v1.3.0
7482026-05-08T22:27:31.878Z Downloaded hubpack_derive v0.1.1
7492026-05-08T22:27:31.878Z Downloaded indent_write v2.2.0
7502026-05-08T22:27:31.878Z Downloaded async-bb8-diesel v0.2.1
7512026-05-08T22:27:31.878Z Downloaded cargo_metadata v0.19.2
7522026-05-08T22:27:31.878Z Downloaded console v0.15.11
7532026-05-08T22:27:31.878Z Downloaded darling v0.21.3
7542026-05-08T22:27:31.884Z Downloaded bzip2 v0.6.1
7552026-05-08T22:27:31.884Z Downloaded daft v0.1.5
7562026-05-08T22:27:31.884Z Downloaded blake2 v0.10.6
7572026-05-08T22:27:31.884Z Downloaded chacha20 v0.10.0
7582026-05-08T22:27:31.884Z Downloaded bit-vec v0.8.0
7592026-05-08T22:27:31.888Z Downloaded base64 v0.21.7
7602026-05-08T22:27:31.888Z Downloaded async-recursion v1.1.1
7612026-05-08T22:27:31.893Z Downloaded instant v0.1.13
7622026-05-08T22:27:31.893Z Downloaded indoc v1.0.9
7632026-05-08T22:27:31.893Z Downloaded hex v0.4.3
7642026-05-08T22:27:31.896Z Downloaded backoff v0.4.0
7652026-05-08T22:27:31.896Z Downloaded cookie_store v0.22.1
7662026-05-08T22:27:31.896Z Downloaded kstat-rs v0.2.4
7672026-05-08T22:27:31.896Z Downloaded internet-checksum v0.2.1
7682026-05-08T22:27:31.899Z Downloaded colored v2.2.0
7692026-05-08T22:27:31.899Z Downloaded bzip2 v0.4.4
7702026-05-08T22:27:31.902Z Downloaded instability v0.3.11
7712026-05-08T22:27:31.902Z Downloaded inout v0.1.4
7722026-05-08T22:27:31.902Z Downloaded argon2 v0.5.3
7732026-05-08T22:27:31.905Z Downloaded libscf-sys v1.1.0
7742026-05-08T22:27:31.905Z Downloaded hex-literal v0.4.1
7752026-05-08T22:27:31.905Z Downloaded lazy_static v1.5.0
7762026-05-08T22:27:31.905Z Downloaded is_ci v1.2.0
7772026-05-08T22:27:31.908Z Downloaded keccak v0.1.6
7782026-05-08T22:27:31.908Z Downloaded is-terminal v0.4.17
7792026-05-08T22:27:31.908Z Downloaded darling_core v0.20.11
7802026-05-08T22:27:31.912Z Downloaded darling v0.20.11
7812026-05-08T22:27:31.915Z Downloaded deranged v0.5.8
7822026-05-08T22:27:31.915Z Downloaded fixedbitset v0.5.7
7832026-05-08T22:27:31.920Z Downloaded colored v3.1.1
7842026-05-08T22:27:31.920Z Downloaded diff v0.1.13
7852026-05-08T22:27:31.923Z Downloaded cc v1.2.56
7862026-05-08T22:27:31.923Z Downloaded managed v0.8.0
7872026-05-08T22:27:31.923Z Downloaded hubpack v0.1.2
7882026-05-08T22:27:31.923Z Downloaded half v1.8.3
7892026-05-08T22:27:31.927Z Downloaded globset v0.4.18
7902026-05-08T22:27:31.927Z Downloaded lzss v0.8.2
7912026-05-08T22:27:31.927Z Downloaded hyper-tls v0.6.0
7922026-05-08T22:27:31.930Z Downloaded lru-slab v0.1.2
7932026-05-08T22:27:31.930Z Downloaded humantime v2.3.0
7942026-05-08T22:27:31.930Z Downloaded lru-cache v0.1.2
7952026-05-08T22:27:31.930Z Downloaded hyper-staticfile v0.10.1
7962026-05-08T22:27:31.935Z Downloaded match_cfg v0.1.0
7972026-05-08T22:27:31.935Z Downloaded maplit v1.0.2
7982026-05-08T22:27:31.935Z Downloaded http-body-util v0.1.3
7992026-05-08T22:27:31.937Z Downloaded maybe-uninit v2.0.0
8002026-05-08T22:27:31.937Z Downloaded ingot v0.1.1
8012026-05-08T22:27:31.937Z Downloaded getrandom v0.2.17
8022026-05-08T22:27:31.940Z Downloaded lru v0.12.5
8032026-05-08T22:27:31.940Z Downloaded linked-hash-map v0.5.6
8042026-05-08T22:27:31.940Z Downloaded git-stub-vcs v0.1.0
8052026-05-08T22:27:31.943Z Downloaded buf-list v1.1.2
8062026-05-08T22:27:31.943Z Downloaded futures-channel v0.3.32
8072026-05-08T22:27:31.946Z Downloaded cookie v0.18.1
8082026-05-08T22:27:31.946Z Downloaded des v0.8.1
8092026-05-08T22:27:31.949Z Downloaded derive_more v0.99.20
8102026-05-08T22:27:31.952Z Downloaded mime v0.3.17
8112026-05-08T22:27:31.952Z Downloaded memoffset v0.9.1
8122026-05-08T22:27:31.952Z Downloaded dropshot_endpoint v0.17.0
8132026-05-08T22:27:31.954Z Downloaded new_debug_unreachable v1.0.6
8142026-05-08T22:27:31.954Z Downloaded md5 v0.7.0
8152026-05-08T22:27:31.954Z Downloaded crc-any v2.5.0
8162026-05-08T22:27:31.957Z Downloaded normalize-line-endings v0.3.0
8172026-05-08T22:27:31.957Z Downloaded nonempty v0.12.0
8182026-05-08T22:27:31.960Z Downloaded nibble_vec v0.1.0
8192026-05-08T22:27:31.960Z Downloaded nodrop v0.1.14
8202026-05-08T22:27:31.960Z Downloaded newtype_derive v0.1.6
8212026-05-08T22:27:31.960Z Downloaded newtype-uuid-macros v0.1.0
8222026-05-08T22:27:31.965Z Downloaded num v0.4.3
8232026-05-08T22:27:31.965Z Downloaded newline-converter v0.3.0
8242026-05-08T22:27:31.965Z Downloaded multimap v0.10.1
8252026-05-08T22:27:31.965Z Downloaded ipnetwork v0.21.1
8262026-05-08T22:27:31.968Z Downloaded ingot-types v0.1.2
8272026-05-08T22:27:31.968Z Downloaded impl-trait-for-tuples v0.2.3
8282026-05-08T22:27:31.968Z Downloaded indoc v2.0.7
8292026-05-08T22:27:31.972Z Downloaded console v0.16.2
8302026-05-08T22:27:31.973Z Downloaded num-derive v0.4.2
8312026-05-08T22:27:31.973Z Downloaded libefi-sys v0.1.0
8322026-05-08T22:27:31.976Z Downloaded libsw-core v0.3.2
8332026-05-08T22:27:31.976Z Downloaded libsw v3.5.0
8342026-05-08T22:27:31.977Z Downloaded num-derive v0.3.3
8352026-05-08T22:27:31.977Z Downloaded num-iter v0.1.45
8362026-05-08T22:27:31.981Z Downloaded opaque-debug v0.3.1
8372026-05-08T22:27:31.981Z Downloaded libloading v0.8.9
8382026-05-08T22:27:31.981Z Downloaded highway v1.3.0
8392026-05-08T22:27:31.981Z Downloaded fatfs v0.3.6
8402026-05-08T22:27:31.987Z Downloaded olpc-cjson v0.1.4
8412026-05-08T22:27:31.987Z Downloaded num_threads v0.1.7
8422026-05-08T22:27:31.987Z Downloaded hmac v0.12.1
8432026-05-08T22:27:31.993Z Downloaded num-conv v0.2.0
8442026-05-08T22:27:31.994Z Downloaded lalrpop-util v0.19.12
8452026-05-08T22:27:31.994Z Downloaded jobserver v0.1.34
8462026-05-08T22:27:31.994Z Downloaded derive_builder v0.20.2
8472026-05-08T22:27:31.994Z Downloaded linear-map v1.2.0
8482026-05-08T22:27:31.994Z Downloaded num_enum_derive v0.5.11
8492026-05-08T22:27:31.994Z Downloaded getrandom v0.3.4
8502026-05-08T22:27:31.998Z Downloaded oso-derive v0.27.3
8512026-05-08T22:27:31.998Z Downloaded futures v0.3.32
8522026-05-08T22:27:31.998Z Downloaded lock_api v0.4.14
8532026-05-08T22:27:32.002Z Downloaded openssl-probe v0.2.1
8542026-05-08T22:27:32.002Z Downloaded openssl-probe v0.1.6
8552026-05-08T22:27:32.002Z Downloaded openssl-macros v0.1.1
8562026-05-08T22:27:32.002Z Downloaded iana-time-zone v0.1.65
8572026-05-08T22:27:32.005Z Downloaded hyper-rustls v0.27.7
8582026-05-08T22:27:32.005Z Downloaded darling_core v0.23.0
8592026-05-08T22:27:32.008Z Downloaded chacha20poly1305 v0.10.1
8602026-05-08T22:27:32.010Z Downloaded crossbeam-epoch v0.9.18
8612026-05-08T22:27:32.010Z Downloaded aead v0.5.2
8622026-05-08T22:27:32.014Z Downloaded futures-io v0.3.32
8632026-05-08T22:27:32.014Z Downloaded daft-derive v0.1.5
8642026-05-08T22:27:32.017Z Downloaded ed25519 v2.2.3
8652026-05-08T22:27:32.018Z Downloaded dof v0.4.0
8662026-05-08T22:27:32.018Z Downloaded ingot-macros v0.1.1
8672026-05-08T22:27:32.020Z Downloaded mime_guess v2.0.5
8682026-05-08T22:27:32.020Z Downloaded native-tls v0.2.18
8692026-05-08T22:27:32.023Z Downloaded nanorand v0.7.0
8702026-05-08T22:27:32.023Z Downloaded parse-size v1.1.0
8712026-05-08T22:27:32.026Z Downloaded packed_struct_codegen v0.10.1
8722026-05-08T22:27:32.026Z Downloaded multer v3.1.0
8732026-05-08T22:27:32.026Z Downloaded newtype-uuid v1.3.2
8742026-05-08T22:27:32.029Z Downloaded parse-display v0.10.0
8752026-05-08T22:27:32.033Z Downloaded half v2.7.1
8762026-05-08T22:27:32.036Z Downloaded num-complex v0.4.6
8772026-05-08T22:27:32.038Z Downloaded ipnet v2.11.0
8782026-05-08T22:27:32.041Z Downloaded peg-runtime v0.8.5
8792026-05-08T22:27:32.041Z Downloaded path-slash v0.1.5
8802026-05-08T22:27:32.041Z Downloaded num-rational v0.4.2
8812026-05-08T22:27:32.047Z Downloaded num-integer v0.1.46
8822026-05-08T22:27:32.050Z Downloaded pbkdf2 v0.11.0
8832026-05-08T22:27:32.051Z Downloaded pbkdf2 v0.12.2
8842026-05-08T22:27:32.054Z Downloaded elliptic-curve v0.13.8
8852026-05-08T22:27:32.054Z Downloaded phf_shared v0.13.1
8862026-05-08T22:27:32.054Z Downloaded phf_shared v0.11.3
8872026-05-08T22:27:32.057Z Downloaded md-5 v0.10.6
8882026-05-08T22:27:32.057Z Downloaded phf_shared v0.12.1
8892026-05-08T22:27:32.057Z Downloaded pin-utils v0.1.0
8902026-05-08T22:27:32.061Z Downloaded num_enum_derive v0.7.5
8912026-05-08T22:27:32.061Z Downloaded bytes v1.11.1
8922026-05-08T22:27:32.064Z Downloaded precomputed-hash v0.1.1
8932026-05-08T22:27:32.064Z Downloaded oxnet v0.1.4
8942026-05-08T22:27:32.067Z Downloaded crossbeam-channel v0.5.15
8952026-05-08T22:27:32.070Z Downloaded memmap2 v0.9.10
8962026-05-08T22:27:32.070Z Downloaded owo-colors v4.3.0
8972026-05-08T22:27:32.078Z Downloaded litrs v1.0.0
8982026-05-08T22:27:32.078Z Downloaded httparse v1.10.1
8992026-05-08T22:27:32.081Z Downloaded der v0.7.10
9002026-05-08T22:27:32.093Z Downloaded progenitor-client v0.14.0
9012026-05-08T22:27:32.096Z Downloaded progenitor-client v0.10.0
9022026-05-08T22:27:32.096Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-05-08T22:27:32.096Z Downloaded predicates-tree v1.0.13
9042026-05-08T22:27:32.103Z Downloaded predicates-core v1.0.10
9052026-05-08T22:27:32.103Z Downloaded powerfmt v0.2.0
9062026-05-08T22:27:32.103Z Downloaded oxide-tokio-rt v0.1.4
9072026-05-08T22:27:32.117Z Downloaded proc-macro-crate v3.4.0
9082026-05-08T22:27:32.117Z Downloaded parking_lot_core v0.8.6
9092026-05-08T22:27:32.117Z Downloaded indexmap v1.9.3
9102026-05-08T22:27:32.117Z Downloaded ignore v0.4.25
9112026-05-08T22:27:32.117Z Downloaded quick-error v1.2.3
9122026-05-08T22:27:32.117Z Downloaded progenitor-client v0.11.2
9132026-05-08T22:27:32.117Z Downloaded progenitor-macro v0.11.2
9142026-05-08T22:27:32.117Z Downloaded psl-types v2.0.11
9152026-05-08T22:27:32.117Z Downloaded progenitor-macro v0.10.0
9162026-05-08T22:27:32.117Z Downloaded peg-macros v0.8.5
9172026-05-08T22:27:32.122Z Downloaded paste v1.0.15
9182026-05-08T22:27:32.122Z Downloaded password-hash v0.5.0
9192026-05-08T22:27:32.122Z Downloaded password-hash v0.4.2
9202026-05-08T22:27:32.122Z Downloaded num_enum v0.7.5
9212026-05-08T22:27:32.122Z Downloaded packed_struct v0.10.1
9222026-05-08T22:27:32.122Z Downloaded parse-display-derive v0.10.0
9232026-05-08T22:27:32.128Z Downloaded pin-project-internal v1.1.11
9242026-05-08T22:27:32.128Z Downloaded flate2 v1.1.9
9252026-05-08T22:27:32.132Z Downloaded peg v0.8.5
9262026-05-08T22:27:32.132Z Downloaded phf v0.13.1
9272026-05-08T22:27:32.132Z Downloaded omicron-zone-package v0.12.2
9282026-05-08T22:27:32.135Z Downloaded ed25519-dalek v2.2.0
9292026-05-08T22:27:32.135Z Downloaded derive_more v2.1.1
9302026-05-08T22:27:32.142Z Downloaded rand_chacha v0.3.1
9312026-05-08T22:27:32.145Z Downloaded polyval v0.6.2
9322026-05-08T22:27:32.145Z Downloaded rand_xorshift v0.4.0
9332026-05-08T22:27:32.148Z Downloaded ppv-lite86 v0.2.21
9342026-05-08T22:27:32.148Z Downloaded indicatif v0.18.4
9352026-05-08T22:27:32.150Z Downloaded radium v0.7.0
9362026-05-08T22:27:32.151Z Downloaded pkcs8 v0.10.2
9372026-05-08T22:27:32.154Z Downloaded diesel_derives v2.3.7
9382026-05-08T22:27:32.157Z Downloaded pkg-config v0.3.32
9392026-05-08T22:27:32.159Z Downloaded async-compression v0.4.41
9402026-05-08T22:27:32.162Z Downloaded progenitor-extras v0.2.0
9412026-05-08T22:27:32.165Z Downloaded predicates v3.1.4
9422026-05-08T22:27:32.165Z Downloaded proc-macro-error2 v2.0.1
9432026-05-08T22:27:32.167Z Downloaded recursive v0.1.1
9442026-05-08T22:27:32.170Z Downloaded progenitor-client v0.13.0
9452026-05-08T22:27:32.170Z Downloaded proc-macro-crate v1.3.1
9462026-05-08T22:27:32.170Z Downloaded postgres-protocol v0.6.10
9472026-05-08T22:27:32.172Z Downloaded progenitor-macro v0.13.0
9482026-05-08T22:27:32.173Z Downloaded recursive-proc-macro-impl v0.1.1
9492026-05-08T22:27:32.173Z Downloaded progenitor v0.14.0
9502026-05-08T22:27:32.175Z Downloaded rfc6979 v0.4.0
9512026-05-08T22:27:32.175Z Downloaded ref-cast v1.0.25
9522026-05-08T22:27:32.178Z Downloaded pem v3.0.6
9532026-05-08T22:27:32.178Z Downloaded nu-ansi-term v0.50.3
9542026-05-08T22:27:32.181Z Downloaded headers v0.4.1
9552026-05-08T22:27:32.183Z Downloaded pin-project-lite v0.2.17
9562026-05-08T22:27:32.186Z Downloaded psm v0.1.30
9572026-05-08T22:27:32.188Z Downloaded rustc_version v0.4.1
9582026-05-08T22:27:32.191Z Downloaded derive_more-impl v2.1.1
9592026-05-08T22:27:32.196Z Downloaded expectorate v1.2.0
9602026-05-08T22:27:32.196Z Downloaded parking_lot v0.11.2
9612026-05-08T22:27:32.201Z Downloaded rand_core v0.9.5
9622026-05-08T22:27:32.201Z Downloaded progenitor-macro v0.14.0
9632026-05-08T22:27:32.201Z Downloaded pem-rfc7468 v0.7.0
9642026-05-08T22:27:32.201Z Downloaded r2d2 v0.8.10
9652026-05-08T22:27:32.207Z Downloaded poly1305 v0.8.0
9662026-05-08T22:27:32.207Z Downloaded rustc_version v0.1.7
9672026-05-08T22:27:32.207Z Downloaded rustc-hash v2.1.1
9682026-05-08T22:27:32.207Z Downloaded pkcs1 v0.7.5
9692026-05-08T22:27:32.207Z Downloaded libbz2-rs-sys v0.2.2
9702026-05-08T22:27:32.212Z Downloaded russh-cryptovec v0.7.3
9712026-05-08T22:27:32.213Z Downloaded progenitor v0.13.0
9722026-05-08T22:27:32.213Z Downloaded rtoolbox v0.0.3
9732026-05-08T22:27:32.213Z Downloaded rand_core v0.6.4
9742026-05-08T22:27:32.216Z Downloaded hashbrown v0.13.2
9752026-05-08T22:27:32.217Z Downloaded ar_archive_writer v0.5.1
9762026-05-08T22:27:32.217Z Downloaded rand_chacha v0.9.0
9772026-05-08T22:27:32.223Z Downloaded oso v0.27.3
9782026-05-08T22:27:32.223Z Downloaded progenitor v0.11.2
9792026-05-08T22:27:32.223Z Downloaded pkcs5 v0.7.1
9802026-05-08T22:27:32.227Z Downloaded progenitor v0.10.0
9812026-05-08T22:27:32.227Z Downloaded rand_seeder v0.4.0
9822026-05-08T22:27:32.227Z Downloaded same-file v1.0.6
9832026-05-08T22:27:32.227Z Downloaded primeorder v0.13.6
9842026-05-08T22:27:32.229Z Downloaded postcard v1.1.3
9852026-05-08T22:27:32.229Z Downloaded parking_lot_core v0.9.12
9862026-05-08T22:27:32.232Z Downloaded parking_lot v0.12.5
9872026-05-08T22:27:32.235Z Downloaded scopeguard v1.2.0
9882026-05-08T22:27:32.235Z Downloaded sapling-renderdag v0.1.0
9892026-05-08T22:27:32.235Z Downloaded salsa20 v0.10.2
9902026-05-08T22:27:32.237Z Downloaded phf v0.12.1
9912026-05-08T22:27:32.237Z Downloaded num_enum v0.5.11
9922026-05-08T22:27:32.240Z Downloaded scheduled-thread-pool v0.2.7
9932026-05-08T22:27:32.244Z Downloaded postgres-types v0.2.12
9942026-05-08T22:27:32.244Z Downloaded heapless v0.8.0
9952026-05-08T22:27:32.247Z Downloaded pin-project v1.1.11
9962026-05-08T22:27:32.252Z Downloaded seq-macro v0.3.6
9972026-05-08T22:27:32.255Z Downloaded semver v0.1.20
9982026-05-08T22:27:32.255Z Downloaded jiff-static v0.2.21
9992026-05-08T22:27:32.257Z Downloaded serde_bytes v0.11.19
10002026-05-08T22:27:32.257Z Downloaded hickory-resolver v0.25.2
10012026-05-08T22:27:32.260Z Downloaded secrecy v0.10.3
10022026-05-08T22:27:32.263Z Downloaded secrecy v0.8.0
10032026-05-08T22:27:32.263Z Downloaded scrypt v0.11.0
10042026-05-08T22:27:32.265Z Downloaded scroll_derive v0.13.1
10052026-05-08T22:27:32.265Z Downloaded openssl-sys v0.9.114
10062026-05-08T22:27:32.268Z Downloaded resolv-conf v0.7.6
10072026-05-08T22:27:32.268Z Downloaded ref-cast-impl v1.0.25
10082026-05-08T22:27:32.271Z Downloaded const_format v0.2.35
10092026-05-08T22:27:32.274Z Downloaded serde_repr v0.1.20
10102026-05-08T22:27:32.274Z Downloaded serde_urlencoded v0.7.1
10112026-05-08T22:27:32.277Z Downloaded serde-big-array v0.5.1
10122026-05-08T22:27:32.277Z Downloaded hickory-resolver v0.24.4
10132026-05-08T22:27:32.279Z Downloaded rusty-fork v0.3.1
10142026-05-08T22:27:32.279Z Downloaded rustls-native-certs v0.8.3
10152026-05-08T22:27:32.285Z Downloaded quinn-udp v0.5.14
10162026-05-08T22:27:32.285Z Downloaded hickory-server v0.25.2
10172026-05-08T22:27:32.288Z Downloaded papergrid v0.17.0
10182026-05-08T22:27:32.292Z Downloaded sha1 v0.10.6
10192026-05-08T22:27:32.292Z Downloaded prefix-trie v0.7.0
10202026-05-08T22:27:32.297Z Downloaded p256 v0.13.2
10212026-05-08T22:27:32.297Z Downloaded progenitor-impl v0.10.0
10222026-05-08T22:27:32.297Z Downloaded signal-hook-mio v0.2.5
10232026-05-08T22:27:32.301Z Downloaded serde_spanned v1.0.4
10242026-05-08T22:27:32.302Z Downloaded rand_core v0.10.0
10252026-05-08T22:27:32.302Z Downloaded signal-hook-tokio v0.3.1
10262026-05-08T22:27:32.302Z Downloaded aes v0.8.4
10272026-05-08T22:27:32.304Z Downloaded sigpipe v0.1.3
10282026-05-08T22:27:32.304Z Downloaded signature v2.2.0
10292026-05-08T22:27:32.304Z Downloaded miniz_oxide v0.8.9
10302026-05-08T22:27:32.307Z Downloaded rustversion v1.0.22
10312026-05-08T22:27:32.310Z Downloaded scroll v0.13.0
10322026-05-08T22:27:32.310Z Downloaded slog-envlogger v2.2.0
10332026-05-08T22:27:32.312Z Downloaded slog-bunyan v2.5.0
10342026-05-08T22:27:32.312Z Downloaded progenitor-impl v0.11.2
10352026-05-08T22:27:32.312Z Downloaded siphasher v1.0.2
10362026-05-08T22:27:32.315Z Downloaded schemars_derive v0.8.22
10372026-05-08T22:27:32.315Z Downloaded rustls-pemfile v2.2.0
10382026-05-08T22:27:32.321Z Downloaded bumpalo v3.20.2
10392026-05-08T22:27:32.321Z Downloaded base64 v0.22.1
10402026-05-08T22:27:32.324Z Downloaded http v1.4.0
10412026-05-08T22:27:32.324Z Downloaded heapless v0.7.17
10422026-05-08T22:27:32.328Z Downloaded sec1 v0.7.3
10432026-05-08T22:27:32.328Z Downloaded hashbrown v0.12.3
10442026-05-08T22:27:32.335Z Downloaded arc-swap v1.8.2
10452026-05-08T22:27:32.335Z Downloaded crypto-bigint v0.5.5
10462026-05-08T22:27:32.341Z Downloaded rustls-pemfile v1.0.4
10472026-05-08T22:27:32.345Z Downloaded ssh-encoding v0.2.0
10482026-05-08T22:27:32.345Z Downloaded serde_plain v1.0.2
10492026-05-08T22:27:32.348Z Downloaded serde-hex v0.1.0
10502026-05-08T22:27:32.348Z Downloaded ssh-cipher v0.2.0
10512026-05-08T22:27:32.348Z Downloaded sqlparser_derive v0.5.0
10522026-05-08T22:27:32.352Z Downloaded russh-keys v0.45.0
10532026-05-08T22:27:32.355Z Downloaded minimal-lexical v0.2.1
10542026-05-08T22:27:32.359Z Downloaded crossterm v0.28.1
10552026-05-08T22:27:32.361Z Downloaded serde_path_to_error v0.1.20
10562026-05-08T22:27:32.364Z Downloaded pretty_assertions v1.4.1
10572026-05-08T22:27:32.364Z Downloaded rustls-pki-types v1.14.0
10582026-05-08T22:27:32.367Z Downloaded strum v0.27.2
10592026-05-08T22:27:32.367Z Downloaded structmeta-derive v0.3.0
10602026-05-08T22:27:32.367Z Downloaded signal-hook-registry v1.4.8
10612026-05-08T22:27:32.372Z Downloaded progenitor-impl v0.14.0
10622026-05-08T22:27:32.372Z Downloaded serde_derive_internals v0.29.1
10632026-05-08T22:27:32.376Z Downloaded slab v0.4.12
10642026-05-08T22:27:32.376Z Downloaded slog-async v2.8.0
10652026-05-08T22:27:32.376Z Downloaded slog-json v2.6.1
10662026-05-08T22:27:32.379Z Downloaded progenitor-impl v0.13.0
10672026-05-08T22:27:32.381Z Downloaded strum v0.26.3
10682026-05-08T22:27:32.381Z Downloaded tabwriter v1.4.1
10692026-05-08T22:27:32.382Z Downloaded slog-stdlog v4.1.1
10702026-05-08T22:27:32.384Z Downloaded sync_wrapper v1.0.2
10712026-05-08T22:27:32.385Z Downloaded supports-color v3.0.2
10722026-05-08T22:27:32.385Z Downloaded subtle v2.6.1
10732026-05-08T22:27:32.389Z Downloaded smallvec v0.6.14
10742026-05-08T22:27:32.390Z Downloaded smf v0.2.3
10752026-05-08T22:27:32.391Z Downloaded shlex v1.3.0
10762026-05-08T22:27:32.393Z Downloaded itertools v0.10.5
10772026-05-08T22:27:32.393Z Downloaded tap v1.0.1
10782026-05-08T22:27:32.393Z Downloaded take_mut v0.2.2
10792026-05-08T22:27:32.397Z Downloaded sct v0.7.1
10802026-05-08T22:27:32.400Z Downloaded ron v0.8.1
10812026-05-08T22:27:32.406Z Downloaded snafu-derive v0.8.9
10822026-05-08T22:27:32.421Z Downloaded thiserror-impl-no-std v2.0.2
10832026-05-08T22:27:32.424Z Downloaded testing_table v0.3.0
10842026-05-08T22:27:32.424Z Downloaded tagptr v0.2.0
10852026-05-08T22:27:32.424Z Downloaded sync-ptr v0.1.4
10862026-05-08T22:27:32.424Z Downloaded hyper-util v0.1.20
10872026-05-08T22:27:32.427Z Downloaded tinyvec_macros v0.1.1
10882026-05-08T22:27:32.427Z Downloaded static_assertions v1.1.0
10892026-05-08T22:27:32.430Z Downloaded spki v0.7.3
10902026-05-08T22:27:32.430Z Downloaded time-core v0.1.8
10912026-05-08T22:27:32.433Z Downloaded mio v1.2.0
10922026-05-08T22:27:32.436Z Downloaded stacker v0.1.23
10932026-05-08T22:27:32.436Z Downloaded serde_with_macros v3.17.0
10942026-05-08T22:27:32.438Z Downloaded prettyplease v0.2.37
10952026-05-08T22:27:32.441Z Downloaded aes-gcm v0.10.3
10962026-05-08T22:27:32.444Z Downloaded strum_macros v0.27.2
10972026-05-08T22:27:32.444Z Downloaded tokio-macros v2.7.0
10982026-05-08T22:27:32.447Z Downloaded structmeta v0.3.0
10992026-05-08T22:27:32.447Z Downloaded shell-words v1.1.1
11002026-05-08T22:27:32.447Z Downloaded strum_macros v0.24.3
11012026-05-08T22:27:32.450Z Downloaded strip-ansi-escapes v0.2.1
11022026-05-08T22:27:32.450Z Downloaded slog-dtrace v0.3.0
11032026-05-08T22:27:32.450Z Downloaded ryu v1.0.23
11042026-05-08T22:27:32.453Z Downloaded stringprep v0.1.5
11052026-05-08T22:27:32.456Z Downloaded rcgen v0.12.1
11062026-05-08T22:27:32.456Z Downloaded hashbrown v0.15.5
11072026-05-08T22:27:32.458Z Downloaded string_cache v0.8.9
11082026-05-08T22:27:32.463Z Downloaded strum_macros v0.26.4
11092026-05-08T22:27:32.463Z Downloaded slog-scope v4.4.1
11102026-05-08T22:27:32.463Z Downloaded support-bundle-viewer v0.1.2
11112026-05-08T22:27:32.467Z Downloaded schemars v0.8.22
11122026-05-08T22:27:32.474Z Downloaded termtree v0.5.1
11132026-05-08T22:27:32.480Z Downloaded tabled_derive v0.11.0
11142026-05-08T22:27:32.480Z Downloaded publicsuffix v2.3.0
11152026-05-08T22:27:32.481Z Downloaded termios v0.3.3
11162026-05-08T22:27:32.481Z Downloaded qorb v0.4.1
11172026-05-08T22:27:32.486Z Downloaded quinn v0.11.9
11182026-05-08T22:27:32.486Z Downloaded nom v7.1.3
11192026-05-08T22:27:32.486Z Downloaded simd-adler32 v0.3.8
11202026-05-08T22:27:32.490Z Downloaded crossterm v0.29.0
11212026-05-08T22:27:32.493Z Downloaded tiny-keccak v2.0.2
11222026-05-08T22:27:32.493Z Downloaded spin v0.9.8
11232026-05-08T22:27:32.496Z Downloaded topological-sort v0.2.2
11242026-05-08T22:27:32.496Z Downloaded tower-layer v0.3.3
11252026-05-08T22:27:32.496Z Downloaded thiserror-no-std v2.0.2
11262026-05-08T22:27:32.500Z Downloaded tower-service v0.3.3
11272026-05-08T22:27:32.500Z Downloaded slog-term v2.9.2
11282026-05-08T22:27:32.503Z Downloaded tokio-dtrace v0.1.1
11292026-05-08T22:27:32.503Z Downloaded tls_codec_derive v0.4.2
11302026-05-08T22:27:32.503Z Downloaded time-macros v0.2.27
11312026-05-08T22:27:32.506Z Downloaded sqlformat v0.3.5
11322026-05-08T22:27:32.506Z Downloaded rand v0.8.5
11332026-05-08T22:27:32.510Z Downloaded rustls-platform-verifier v0.6.2
11342026-05-08T22:27:32.513Z Downloaded hashbrown v0.16.1
11352026-05-08T22:27:32.516Z Downloaded libxml v0.3.3
11362026-05-08T22:27:32.520Z Downloaded similar v2.7.0
11372026-05-08T22:27:32.523Z Downloaded signal-hook v0.3.18
11382026-05-08T22:27:32.525Z Downloaded typify-macro v0.6.2
11392026-05-08T22:27:32.526Z Downloaded typify-macro v0.4.3
11402026-05-08T22:27:32.526Z Downloaded rayon-core v1.13.0
11412026-05-08T22:27:32.528Z Downloaded serde_yaml v0.9.34+deprecated
11422026-05-08T22:27:32.531Z Downloaded num-bigint v0.4.6
11432026-05-08T22:27:32.534Z Downloaded try-lock v0.2.5
11442026-05-08T22:27:32.537Z Downloaded tokio-native-tls v0.3.1
11452026-05-08T22:27:32.537Z Downloaded term v1.2.1
11462026-05-08T22:27:32.540Z Downloaded tokio-tungstenite v0.23.1
11472026-05-08T22:27:32.540Z Downloaded term v0.7.0
11482026-05-08T22:27:32.543Z Downloaded tokio-tungstenite v0.21.0
11492026-05-08T22:27:32.543Z Downloaded universal-hash v0.5.1
11502026-05-08T22:27:32.547Z Downloaded iri-string v0.7.10
11512026-05-08T22:27:32.550Z Downloaded untrusted v0.7.1
11522026-05-08T22:27:32.550Z Downloaded itertools v0.12.1
11532026-05-08T22:27:32.553Z Downloaded usdt-attr-macro v0.6.0
11542026-05-08T22:27:32.556Z Downloaded unit-prefix v0.5.2
11552026-05-08T22:27:32.556Z Downloaded usdt v0.6.0
11562026-05-08T22:27:32.556Z Downloaded unicode-truncate v1.1.0
11572026-05-08T22:27:32.559Z Downloaded unarray v0.1.4
11582026-05-08T22:27:32.559Z Downloaded rsa v0.9.10
11592026-05-08T22:27:32.562Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11602026-05-08T22:27:32.562Z Downloaded serde_cbor v0.11.2
11612026-05-08T22:27:32.565Z Downloaded h2 v0.4.13
11622026-05-08T22:27:32.569Z Downloaded trait-variant v0.1.2
11632026-05-08T22:27:32.571Z Downloaded toml_writer v1.0.6+spec-1.1.0
11642026-05-08T22:27:32.571Z Downloaded thread_local v1.1.9
11652026-05-08T22:27:32.572Z Downloaded rand v0.9.2
11662026-05-08T22:27:32.574Z Downloaded want v0.3.1
11672026-05-08T22:27:32.574Z Downloaded waitgroup v0.1.2
11682026-05-08T22:27:32.577Z Downloaded tls_codec v0.4.2
11692026-05-08T22:27:32.577Z Downloaded rustls-webpki v0.103.9
11702026-05-08T22:27:32.582Z Downloaded thread-id v5.1.0
11712026-05-08T22:27:32.582Z Downloaded futures-util v0.3.32
11722026-05-08T22:27:32.589Z Downloaded tui-tree-widget v0.23.1
11732026-05-08T22:27:32.597Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11742026-05-08T22:27:32.597Z Downloaded slog v2.8.2
11752026-05-08T22:27:32.598Z Downloaded samael v0.0.19
11762026-05-08T22:27:32.604Z Downloaded usdt-macro v0.6.0
11772026-05-08T22:27:32.604Z Downloaded untrusted v0.9.0
11782026-05-08T22:27:32.604Z Downloaded subprocess v0.2.15
11792026-05-08T22:27:32.604Z Downloaded utf-8 v0.7.6
11802026-05-08T22:27:32.604Z Downloaded snafu v0.8.9
11812026-05-08T22:27:32.608Z Downloaded socket2 v0.5.10
11822026-05-08T22:27:32.608Z Downloaded void v1.0.2
11832026-05-08T22:27:32.608Z Downloaded num-bigint-dig v0.8.6
11842026-05-08T22:27:32.611Z Downloaded hkdf v0.12.4
11852026-05-08T22:27:32.612Z Downloaded unicase v2.9.0
11862026-05-08T22:27:32.612Z Downloaded tokio-stream v0.1.18
11872026-05-08T22:27:32.615Z Downloaded xshell-macros v0.2.7
11882026-05-08T22:27:32.615Z Downloaded tokio-rustls v0.26.4
11892026-05-08T22:27:32.618Z Downloaded zone_cfg_derive v0.3.1
11902026-05-08T22:27:32.618Z Downloaded socket2 v0.6.3
11912026-05-08T22:27:32.618Z Downloaded tokio-rustls v0.24.1
11922026-05-08T22:27:32.621Z Downloaded schemars v1.2.1
11932026-05-08T22:27:32.629Z Downloaded test-strategy v0.4.5
11942026-05-08T22:27:32.632Z Downloaded xattr v1.6.1
11952026-05-08T22:27:32.632Z Downloaded russh v0.45.0
11962026-05-08T22:27:32.635Z Downloaded tracing-attributes v0.1.31
11972026-05-08T22:27:33.683Z Downloaded vergen-lib v0.1.6
11982026-05-08T22:27:33.683Z Downloaded vergen-git2 v1.0.7
11992026-05-08T22:27:33.698Z Downloaded tokio-rustls v0.25.0
12002026-05-08T22:27:33.698Z Downloaded schemars v0.9.0
12012026-05-08T22:27:33.698Z Downloaded zeroize_derive v1.4.3
12022026-05-08T22:27:33.698Z Downloaded tinyvec v1.10.0
12032026-05-08T22:27:33.698Z Downloaded rand v0.10.0
12042026-05-08T22:27:33.698Z Downloaded p521 v0.13.3
12052026-05-08T22:27:33.698Z Downloaded hyper v1.8.1
12062026-05-08T22:27:33.698Z Downloaded zone v0.3.1
12072026-05-08T22:27:33.699Z Downloaded walkdir v2.5.0
12082026-05-08T22:27:33.699Z Downloaded chrono v0.4.44
12092026-05-08T22:27:33.699Z Downloaded whoami v2.1.0
12102026-05-08T22:27:33.699Z Downloaded whoami v1.6.1
12112026-05-08T22:27:33.699Z Downloaded wait-timeout v0.2.1
12122026-05-08T22:27:33.699Z Downloaded twox-hash v2.1.2
12132026-05-08T22:27:33.699Z Downloaded itertools v0.13.0
12142026-05-08T22:27:33.699Z Downloaded tar v0.4.45
12152026-05-08T22:27:33.699Z Downloaded vsss-rs v3.3.4
12162026-05-08T22:27:33.699Z Downloaded itertools v0.14.0
12172026-05-08T22:27:33.699Z Downloaded usdt-impl v0.6.0
12182026-05-08T22:27:33.699Z Downloaded iddqd v0.3.18
12192026-05-08T22:27:33.699Z Downloaded zeroize v1.8.2
12202026-05-08T22:27:33.699Z Downloaded xshell v0.2.7
12212026-05-08T22:27:33.699Z Downloaded libm v0.2.16
12222026-05-08T22:27:33.699Z Downloaded toml_parser v1.0.9+spec-1.1.0
12232026-05-08T22:27:33.700Z Downloaded uzers v0.12.2
12242026-05-08T22:27:33.700Z Downloaded rustyline v14.0.0
12252026-05-08T22:27:33.700Z Downloaded zstd v0.13.3
12262026-05-08T22:27:33.700Z Downloaded unicode-properties v0.1.4
12272026-05-08T22:27:33.700Z Downloaded tungstenite v0.23.0
12282026-05-08T22:27:33.700Z Downloaded tungstenite v0.21.0
12292026-05-08T22:27:33.700Z Downloaded blake3 v1.8.3
12302026-05-08T22:27:33.700Z Downloaded zstd-safe v7.2.4
12312026-05-08T22:27:33.700Z Downloaded vergen-gitcl v1.0.8
12322026-05-08T22:27:33.700Z Downloaded vergen v9.0.6
12332026-05-08T22:27:33.700Z Downloaded toml v0.7.8
12342026-05-08T22:27:33.700Z Downloaded toml v0.9.12+spec-1.1.0
12352026-05-08T22:27:33.700Z Downloaded typify v0.6.2
12362026-05-08T22:27:33.700Z Downloaded wyz v0.5.1
12372026-05-08T22:27:33.700Z Downloaded unicode-bidi v0.3.18
12382026-05-08T22:27:33.700Z Downloaded yasna v0.5.2
12392026-05-08T22:27:33.700Z Downloaded unsafe-libyaml v0.2.11
12402026-05-08T22:27:33.700Z Downloaded toml_edit v0.23.10+spec-1.0.0
12412026-05-08T22:27:33.700Z Downloaded uuid v1.23.0
12422026-05-08T22:27:33.700Z Downloaded steno v0.4.1
12432026-05-08T22:27:33.700Z Downloaded typify v0.4.3
12442026-05-08T22:27:33.700Z Downloaded toml v1.0.6+spec-1.1.0
12452026-05-08T22:27:33.700Z Downloaded rpassword v7.4.0
12462026-05-08T22:27:33.700Z Downloaded aws-lc-rs v1.16.0
12472026-05-08T22:27:33.700Z Downloaded tracing-core v0.1.36
12482026-05-08T22:27:33.700Z Downloaded bitvec v1.0.1
12492026-05-08T22:27:33.700Z Downloaded vte v0.14.1
12502026-05-08T22:27:33.700Z Downloaded toml_edit v0.19.15
12512026-05-08T22:27:33.700Z Downloaded zerocopy v0.6.6
12522026-05-08T22:27:33.700Z Downloaded regex v1.12.3
12532026-05-08T22:27:33.700Z Downloaded yansi v1.0.1
12542026-05-08T22:27:33.700Z Downloaded bindgen v0.71.1
12552026-05-08T22:27:33.700Z Downloaded ssh-key v0.6.7
12562026-05-08T22:27:33.700Z Downloaded reedline v0.40.0
12572026-05-08T22:27:33.701Z Downloaded zopfli v0.8.3
12582026-05-08T22:27:33.701Z Downloaded tower v0.5.3
12592026-05-08T22:27:33.701Z Downloaded unicode_categories v0.1.1
12602026-05-08T22:27:33.701Z Downloaded tokio-postgres v0.7.16
12612026-05-08T22:27:33.701Z Downloaded reqwest v0.13.2
12622026-05-08T22:27:33.701Z Downloaded quick-xml v0.37.5
12632026-05-08T22:27:33.701Z Downloaded reqwest v0.12.28
12642026-05-08T22:27:33.701Z Downloaded p384 v0.13.1
12652026-05-08T22:27:33.701Z Downloaded salty v0.3.0
12662026-05-08T22:27:33.701Z Downloaded git2 v0.20.4
12672026-05-08T22:27:33.701Z Downloaded zerocopy-derive v0.8.40
12682026-05-08T22:27:33.701Z Downloaded zip v0.6.6
12692026-05-08T22:27:33.701Z Downloaded typed-path v0.9.3
12702026-05-08T22:27:33.701Z Downloaded portable-atomic v1.13.1
12712026-05-08T22:27:33.701Z Downloaded lalrpop v0.19.12
12722026-05-08T22:27:33.701Z Downloaded rayon v1.11.0
12732026-05-08T22:27:33.701Z Downloaded object v0.30.4
12742026-05-08T22:27:33.701Z Downloaded goblin v0.10.5
12752026-05-08T22:27:33.701Z Downloaded x509-cert v0.2.5
12762026-05-08T22:27:33.701Z Downloaded unicode-segmentation v1.12.0
12772026-05-08T22:27:33.701Z Downloaded zip v4.6.1
12782026-05-08T22:27:33.701Z Downloaded bstr v1.12.1
12792026-05-08T22:27:33.701Z Downloaded proptest v1.10.0
12802026-05-08T22:27:33.701Z Downloaded unicode-normalization v0.1.25
12812026-05-08T22:27:33.701Z Downloaded tokio-util v0.7.18
12822026-05-08T22:27:33.701Z Downloaded quinn-proto v0.11.13
12832026-05-08T22:27:33.701Z Downloaded serde_with v3.17.0
12842026-05-08T22:27:33.701Z Downloaded rustls-webpki v0.102.8
12852026-05-08T22:27:33.701Z Downloaded tower-http v0.6.8
12862026-05-08T22:27:33.701Z Downloaded openssl v0.10.78
12872026-05-08T22:27:33.701Z Downloaded winnow v0.6.26
12882026-05-08T22:27:33.701Z Downloaded nix v0.27.1
12892026-05-08T22:27:33.701Z Downloaded tough v0.20.0
12902026-05-08T22:27:33.701Z Downloaded moka v0.12.13
12912026-05-08T22:27:33.701Z Downloaded petname v2.0.2
12922026-05-08T22:27:33.701Z Downloaded rustls-webpki v0.101.7
12932026-05-08T22:27:33.701Z Downloaded nix v0.29.0
12942026-05-08T22:27:33.701Z Downloaded curve25519-dalek v4.1.3
12952026-05-08T22:27:33.701Z Downloaded nix v0.28.0
12962026-05-08T22:27:33.702Z Downloaded regex-syntax v0.6.29
12972026-05-08T22:27:33.702Z Downloaded winnow v0.5.40
12982026-05-08T22:27:33.702Z Downloaded radix_trie v0.2.1
12992026-05-08T22:27:33.713Z Downloaded tabled v0.20.0
13002026-05-08T22:27:33.713Z Downloaded object v0.37.3
13012026-05-08T22:27:33.713Z Downloaded zlib-rs v0.6.2
13022026-05-08T22:27:33.713Z Downloaded polar-core v0.27.3
13032026-05-08T22:27:33.713Z Downloaded hickory-proto v0.24.4
13042026-05-08T22:27:33.713Z Downloaded smoltcp v0.9.1
13052026-05-08T22:27:33.713Z Downloaded webpki-roots v1.0.6
13062026-05-08T22:27:33.713Z Downloaded openapiv3 v2.2.0
13072026-05-08T22:27:33.713Z Downloaded time v0.3.47
13082026-05-08T22:27:33.714Z Downloaded hickory-proto v0.25.2
13092026-05-08T22:27:33.714Z Downloaded rustls v0.21.12
13102026-05-08T22:27:33.714Z Downloaded nix v0.31.2
13112026-05-08T22:27:33.714Z Downloaded dropshot v0.16.7
13122026-05-08T22:27:33.714Z Downloaded diesel v2.3.7
13132026-05-08T22:27:33.714Z Downloaded vcpkg v0.2.15
13142026-05-08T22:27:33.714Z Downloaded dropshot v0.17.0
13152026-05-08T22:27:33.714Z Downloaded regress v0.10.5
13162026-05-08T22:27:33.714Z Downloaded zerocopy v0.8.40
13172026-05-08T22:27:33.714Z Downloaded smoltcp v0.11.0
13182026-05-08T22:27:33.714Z Downloaded regex-syntax v0.8.10
13192026-05-08T22:27:33.714Z Downloaded regress v0.11.1
13202026-05-08T22:27:33.714Z Downloaded rustls v0.23.37
13212026-05-08T22:27:33.714Z Downloaded sqlparser v0.61.0
13222026-05-08T22:27:33.714Z Downloaded rustix v0.38.44
13232026-05-08T22:27:33.714Z Downloaded rustls v0.22.4
13242026-05-08T22:27:33.714Z Downloaded typify-impl v0.6.2
13252026-05-08T22:27:33.714Z Downloaded typify-impl v0.4.3
13262026-05-08T22:27:33.714Z Downloaded bzip2-sys v0.1.13+1.0.8
13272026-05-08T22:27:33.714Z Downloaded sled v0.34.7
13282026-05-08T22:27:33.714Z Downloaded tracing v0.1.44
13292026-05-08T22:27:33.714Z Downloaded regex-automata v0.4.14
13302026-05-08T22:27:33.714Z Downloaded petgraph v0.6.5
13312026-05-08T22:27:33.714Z Downloaded jiff v0.2.21
13322026-05-08T22:27:33.714Z Downloaded ratatui v0.29.0
13332026-05-08T22:27:33.715Z Downloaded chrono-tz v0.10.4
13342026-05-08T22:27:33.715Z Downloaded zerocopy-derive v0.6.6
13352026-05-08T22:27:33.715Z Downloaded petgraph v0.8.3
13362026-05-08T22:27:33.715Z Downloaded sha3 v0.10.8
13372026-05-08T22:27:33.715Z Downloaded csv v1.4.0
13382026-05-08T22:27:33.715Z Downloaded libz-sys v1.1.24
13392026-05-08T22:27:33.715Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13402026-05-08T22:27:33.715Z Downloaded tokio v1.52.1
13412026-05-08T22:27:33.715Z Downloaded libgit2-sys v0.18.3+1.9.2
13422026-05-08T22:27:33.715Z Downloaded encoding_rs v0.8.35
13432026-05-08T22:27:33.715Z Downloaded ring v0.17.14
13442026-05-08T22:27:34.184Z Downloaded aws-lc-sys v0.37.1
13452026-05-08T22:27:34.964Z Compiling libc v0.2.185
13462026-05-08T22:27:34.964Z Compiling serde v1.0.228
13472026-05-08T22:27:34.989Z Compiling log v0.4.29
13482026-05-08T22:27:34.989Z Compiling find-msvc-tools v0.1.9
13492026-05-08T22:27:34.989Z Compiling shlex v1.3.0
13502026-05-08T22:27:34.989Z Compiling smallvec v1.15.1
13512026-05-08T22:27:34.989Z Compiling syn v2.0.117
13522026-05-08T22:27:34.989Z Compiling typenum v1.19.0
13532026-05-08T22:27:34.989Z Compiling generic-array v0.14.7
13542026-05-08T22:27:34.990Z Compiling subtle v2.6.1
13552026-05-08T22:27:34.990Z Compiling scopeguard v1.2.0
13562026-05-08T22:27:34.990Z Compiling const-oid v0.9.6
13572026-05-08T22:27:34.990Z Compiling portable-atomic v1.13.1
13582026-05-08T22:27:34.990Z Compiling lock_api v0.4.14
13592026-05-08T22:27:34.990Z Compiling zerocopy v0.8.40
13602026-05-08T22:27:34.990Z Compiling critical-section v1.2.0
13612026-05-08T22:27:34.999Z Compiling serde_json v1.0.149
13622026-05-08T22:27:35.012Z Compiling parking_lot_core v0.9.12
13632026-05-08T22:27:35.202Z Compiling pin-project-lite v0.2.17
13642026-05-08T22:27:35.257Z Compiling getrandom v0.2.17
13652026-05-08T22:27:35.316Z Compiling jobserver v0.1.34
13662026-05-08T22:27:35.320Z Compiling errno v0.3.14
13672026-05-08T22:27:35.460Z Compiling rand_core v0.6.4
13682026-05-08T22:27:35.465Z Compiling pkg-config v0.3.32
13692026-05-08T22:27:35.481Z Compiling cc v1.2.56
13702026-05-08T22:27:35.495Z Compiling signal-hook-registry v1.4.8
13712026-05-08T22:27:35.694Z Compiling bitflags v2.11.0
13722026-05-08T22:27:35.757Z Compiling once_cell v1.21.3
13732026-05-08T22:27:35.786Z Compiling libm v0.2.16
13742026-05-08T22:27:35.917Z Compiling parking_lot v0.12.5
13752026-05-08T22:27:35.932Z Compiling mio v1.2.0
13762026-05-08T22:27:36.742Z Compiling num-traits v0.2.19
13772026-05-08T22:27:36.770Z Compiling futures-core v0.3.32
13782026-05-08T22:27:36.770Z Compiling percent-encoding v2.3.2
13792026-05-08T22:27:36.770Z Compiling socket2 v0.6.3
13802026-05-08T22:27:36.770Z Compiling futures-sink v0.3.32
13812026-05-08T22:27:36.770Z Compiling cpufeatures v0.2.17
13822026-05-08T22:27:36.770Z Compiling futures-task v0.3.32
13832026-05-08T22:27:36.770Z Compiling futures-channel v0.3.32
13842026-05-08T22:27:36.771Z Compiling getrandom v0.4.1
13852026-05-08T22:27:36.771Z Compiling futures-io v0.3.32
13862026-05-08T22:27:36.771Z Compiling slab v0.4.12
13872026-05-08T22:27:36.771Z Compiling rand_core v0.10.0
13882026-05-08T22:27:36.771Z Compiling rustversion v1.0.22
13892026-05-08T22:27:36.771Z Compiling getrandom v0.3.4
13902026-05-08T22:27:36.771Z Compiling indexmap v2.14.0
13912026-05-08T22:27:36.786Z Compiling form_urlencoded v1.2.2
13922026-05-08T22:27:37.672Z Compiling cmake v0.1.57
13932026-05-08T22:27:37.693Z Compiling base64ct v1.8.3
13942026-05-08T22:27:37.693Z Compiling ident_case v1.0.1
13952026-05-08T22:27:37.693Z Compiling synstructure v0.13.2
13962026-05-08T22:27:37.693Z Compiling fs_extra v1.3.0
13972026-05-08T22:27:37.693Z Compiling dunce v1.0.5
13982026-05-08T22:27:37.693Z Compiling pem-rfc7468 v0.7.0
13992026-05-08T22:27:37.693Z Compiling flagset v0.4.7
14002026-05-08T22:27:37.693Z Compiling aws-lc-sys v0.37.1
14012026-05-08T22:27:37.693Z Compiling rand_core v0.9.5
14022026-05-08T22:27:37.693Z Compiling iana-time-zone v0.1.65
14032026-05-08T22:27:37.693Z Compiling rustix v1.1.3
14042026-05-08T22:27:37.693Z Compiling ring v0.17.14
14052026-05-08T22:27:37.698Z Compiling uuid v1.23.0
14062026-05-08T22:27:38.144Z Compiling rustc_version v0.4.1
14072026-05-08T22:27:38.153Z Compiling regex-syntax v0.8.10
14082026-05-08T22:27:38.154Z Compiling vcpkg v0.2.15
14092026-05-08T22:27:38.190Z Compiling aws-lc-rs v1.16.0
14102026-05-08T22:27:38.646Z Compiling tracing-core v0.1.36
14112026-05-08T22:27:38.660Z Compiling pest_generator v2.8.6
14122026-05-08T22:27:38.689Z Compiling openssl-sys v0.9.114
14132026-05-08T22:27:38.988Z Compiling serde_derive_internals v0.29.1
14142026-05-08T22:27:39.009Z Compiling serde_derive v1.0.228
14152026-05-08T22:27:41.242Z Compiling zeroize_derive v1.4.3
14162026-05-08T22:27:41.301Z Compiling zerofrom-derive v0.1.6
14172026-05-08T22:27:41.301Z Compiling yoke-derive v0.8.1
14182026-05-08T22:27:41.301Z Compiling zeroize v1.8.2
14192026-05-08T22:27:41.301Z Compiling zerocopy-derive v0.8.40
14202026-05-08T22:27:41.301Z Compiling zerovec-derive v0.11.2
14212026-05-08T22:27:41.301Z Compiling displaydoc v0.2.5
14222026-05-08T22:27:41.301Z Compiling crypto-common v0.1.7
14232026-05-08T22:27:41.301Z Compiling zerofrom v0.1.6
14242026-05-08T22:27:41.301Z Compiling yoke v0.8.1
14252026-05-08T22:27:41.301Z Compiling block-buffer v0.10.4
14262026-05-08T22:27:41.302Z Compiling digest v0.10.7
14272026-05-08T22:27:41.302Z Compiling tokio-macros v2.7.0
14282026-05-08T22:27:41.327Z Compiling hmac v0.12.1
14292026-05-08T22:27:41.327Z Compiling zerotrie v0.2.3
14302026-05-08T22:27:41.339Z Compiling futures-macro v0.3.32
14312026-05-08T22:27:42.460Z Compiling zerovec v0.11.5
14322026-05-08T22:27:42.492Z Compiling block-padding v0.3.3
14332026-05-08T22:27:42.492Z Compiling sha2 v0.10.9
14342026-05-08T22:27:42.492Z Compiling inout v0.1.4
14352026-05-08T22:27:42.492Z Compiling tinystr v0.8.2
14362026-05-08T22:27:42.493Z Compiling potential_utf v0.1.4
14372026-05-08T22:27:42.493Z Compiling icu_collections v2.1.1
14382026-05-08T22:27:42.493Z Compiling icu_locale_core v2.1.1
14392026-05-08T22:27:42.493Z Compiling futures-util v0.3.32
14402026-05-08T22:27:42.493Z Compiling cipher v0.4.4
14412026-05-08T22:27:42.493Z Compiling bytes v1.11.1
14422026-05-08T22:27:42.534Z Compiling der_derive v0.7.3
14432026-05-08T22:27:42.733Z Compiling salsa20 v0.10.2
14442026-05-08T22:27:42.769Z Compiling icu_provider v2.1.1
14452026-05-08T22:27:42.996Z Compiling tokio v1.52.1
14462026-05-08T22:27:43.271Z Compiling icu_normalizer v2.1.1
14472026-05-08T22:27:43.279Z Compiling icu_properties v2.1.2
14482026-05-08T22:27:43.280Z Compiling http v1.4.0
14492026-05-08T22:27:43.477Z Compiling der v0.7.10
14502026-05-08T22:27:43.581Z Compiling chrono v0.4.44
14512026-05-08T22:27:44.004Z Compiling idna_adapter v1.2.1
14522026-05-08T22:27:44.145Z Compiling idna v1.1.0
14532026-05-08T22:27:44.167Z Compiling ppv-lite86 v0.2.21
14542026-05-08T22:27:44.341Z Compiling spki v0.7.3
14552026-05-08T22:27:44.415Z Compiling pbkdf2 v0.12.2
14562026-05-08T22:27:44.498Z Compiling url v2.5.8
14572026-05-08T22:27:44.527Z Compiling thiserror-impl v2.0.18
14582026-05-08T22:27:44.556Z Compiling scrypt v0.11.0
14592026-05-08T22:27:44.668Z Compiling rand_chacha v0.9.0
14602026-05-08T22:27:44.779Z Compiling cbc v0.1.2
14612026-05-08T22:27:44.793Z Compiling aes v0.8.4
14622026-05-08T22:27:44.925Z Compiling rustls-pki-types v1.14.0
14632026-05-08T22:27:44.940Z Compiling tracing-attributes v0.1.31
14642026-05-08T22:27:45.259Z Compiling pkcs5 v0.7.1
14652026-05-08T22:27:45.354Z Compiling rand v0.9.2
14662026-05-08T22:27:45.369Z Compiling http-body v1.0.1
14672026-05-08T22:27:45.578Z Compiling openssl-probe v0.2.1
14682026-05-08T22:27:45.727Z Compiling schemars v0.8.22
14692026-05-08T22:27:45.753Z Compiling base64 v0.22.1
14702026-05-08T22:27:45.820Z Compiling thiserror v2.0.18
14712026-05-08T22:27:45.820Z Compiling untrusted v0.7.1
14722026-05-08T22:27:45.921Z Compiling httparse v1.10.1
14732026-05-08T22:27:45.937Z Compiling untrusted v0.9.0
14742026-05-08T22:27:45.968Z Compiling pkcs8 v0.10.2
14752026-05-08T22:27:46.065Z Compiling schemars_derive v0.8.22
14762026-05-08T22:27:46.129Z Compiling pest_derive v2.8.6
14772026-05-08T22:27:46.219Z Compiling tracing v0.1.44
14782026-05-08T22:27:46.263Z Compiling scroll_derive v0.13.1
14792026-05-08T22:27:46.293Z Compiling darling_core v0.20.11
14802026-05-08T22:27:46.480Z Compiling try-lock v0.2.5
14812026-05-08T22:27:46.541Z Compiling tower-layer v0.3.3
14822026-05-08T22:27:46.586Z Compiling tower-service v0.3.3
14832026-05-08T22:27:46.683Z Compiling tokio-util v0.7.18
14842026-05-08T22:27:46.698Z Compiling atomic-waker v1.1.2
14852026-05-08T22:27:46.821Z Compiling dyn-clone v1.0.20
14862026-05-08T22:27:46.957Z Compiling rustls v0.23.37
14872026-05-08T22:27:47.045Z Compiling tinyvec_macros v0.1.1
14882026-05-08T22:27:47.118Z Compiling tinyvec v1.10.0
14892026-05-08T22:27:47.132Z Compiling scroll v0.13.0
14902026-05-08T22:27:47.390Z Compiling h2 v0.4.13
14912026-05-08T22:27:47.462Z Compiling want v0.3.1
14922026-05-08T22:27:47.686Z Compiling ipnet v2.11.0
14932026-05-08T22:27:47.786Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14942026-05-08T22:27:47.969Z Compiling spin v0.9.8
14952026-05-08T22:27:48.181Z Compiling aho-corasick v1.1.4
14962026-05-08T22:27:48.196Z Compiling num-conv v0.2.0
14972026-05-08T22:27:48.198Z Compiling openssl v0.10.78
14982026-05-08T22:27:48.325Z Compiling pin-utils v0.1.0
14992026-05-08T22:27:48.402Z Compiling foreign-types-shared v0.1.1
15002026-05-08T22:27:48.431Z Compiling powerfmt v0.2.0
15012026-05-08T22:27:48.490Z Compiling time-core v0.1.8
15022026-05-08T22:27:48.546Z Compiling darling_macro v0.20.11
15032026-05-08T22:27:48.579Z Compiling crc32fast v1.5.0
15042026-05-08T22:27:48.624Z Compiling httpdate v1.0.3
15052026-05-08T22:27:48.641Z Compiling tempfile v3.25.0
15062026-05-08T22:27:48.641Z Compiling time-macros v0.2.27
15072026-05-08T22:27:48.851Z Compiling deranged v0.5.8
15082026-05-08T22:27:48.887Z Compiling foreign-types v0.3.2
15092026-05-08T22:27:48.979Z Compiling regex-automata v0.4.14
15102026-05-08T22:27:49.000Z Compiling darling v0.20.11
15112026-05-08T22:27:49.083Z Compiling goblin v0.10.5
15122026-05-08T22:27:49.792Z Compiling openssl-macros v0.1.1
15132026-05-08T22:27:49.858Z Compiling wait-timeout v0.2.1
15142026-05-08T22:27:50.123Z Compiling native-tls v0.2.18
15152026-05-08T22:27:50.169Z Compiling quick-error v1.2.3
15162026-05-08T22:27:50.185Z Compiling num_threads v0.1.7
15172026-05-08T22:27:50.271Z Compiling hyper v1.8.1
15182026-05-08T22:27:50.286Z Compiling siphasher v1.0.2
15192026-05-08T22:27:50.317Z Compiling syn v1.0.109
15202026-05-08T22:27:50.469Z Compiling simd-adler32 v0.3.8
15212026-05-08T22:27:50.616Z Compiling crossbeam-utils v0.8.21
15222026-05-08T22:27:50.709Z Compiling usdt-impl v0.6.0
15232026-05-08T22:27:50.896Z Compiling bit-vec v0.8.0
15242026-05-08T22:27:51.022Z Compiling time v0.3.47
15252026-05-08T22:27:51.119Z Compiling bit-set v0.8.0
15262026-05-08T22:27:51.276Z Compiling rusty-fork v0.3.1
15272026-05-08T22:27:51.587Z Compiling hyper-util v0.1.20
15282026-05-08T22:27:51.810Z Compiling dof v0.4.0
15292026-05-08T22:27:52.577Z Compiling derive_builder_core v0.20.2
15302026-05-08T22:27:53.050Z Compiling unicode-normalization v0.1.25
15312026-05-08T22:27:53.190Z Compiling dtrace-parser v0.3.0
15322026-05-08T22:27:53.251Z Compiling rustls-native-certs v0.8.3
15332026-05-08T22:27:53.306Z Compiling signature v2.2.0
15342026-05-08T22:27:53.478Z Compiling thiserror-impl v1.0.69
15352026-05-08T22:27:53.497Z Compiling scroll_derive v0.12.1
15362026-05-08T22:27:53.507Z Compiling heapless v0.7.17
15372026-05-08T22:27:53.536Z Compiling rand_xorshift v0.4.0
15382026-05-08T22:27:53.705Z Compiling slog v2.8.2
15392026-05-08T22:27:53.743Z Compiling darling_core v0.21.3
15402026-05-08T22:27:53.890Z Compiling bzip2-sys v0.1.13+1.0.8
15412026-05-08T22:27:53.937Z Compiling sync_wrapper v1.0.2
15422026-05-08T22:27:54.045Z Compiling thread-id v5.1.0
15432026-05-08T22:27:54.130Z Compiling cookie v0.18.1
15442026-05-08T22:27:54.146Z Compiling allocator-api2 v0.2.21
15452026-05-08T22:27:54.162Z Compiling unarray v0.1.4
15462026-05-08T22:27:54.216Z Compiling signal-hook v0.3.18
15472026-05-08T22:27:54.266Z Compiling anyhow v1.0.102
15482026-05-08T22:27:54.306Z Compiling unicode-bidi v0.3.18
15492026-05-08T22:27:54.382Z Compiling adler2 v2.0.1
15502026-05-08T22:27:54.467Z Compiling unicode-properties v0.1.4
15512026-05-08T22:27:54.511Z Compiling zstd-safe v7.2.4
15522026-05-08T22:27:54.560Z Compiling paste v1.0.15
15532026-05-08T22:27:54.672Z Compiling stringprep v0.1.5
15542026-05-08T22:27:54.727Z Compiling thiserror v1.0.69
15552026-05-08T22:27:54.835Z Compiling miniz_oxide v0.8.9
15562026-05-08T22:27:54.887Z Compiling proptest v1.10.0
15572026-05-08T22:27:54.911Z Compiling scroll v0.12.0
15582026-05-08T22:27:55.178Z Compiling tower v0.5.3
15592026-05-08T22:27:55.447Z Compiling derive_builder_macro v0.20.2
15602026-05-08T22:27:55.674Z Compiling ipnetwork v0.21.1
15612026-05-08T22:27:55.778Z Compiling http-body-util v0.1.3
15622026-05-08T22:27:55.884Z Compiling webpki-roots v1.0.6
15632026-05-08T22:27:56.001Z Compiling rand_chacha v0.3.1
15642026-05-08T22:27:56.034Z Compiling toml_datetime v0.6.11
15652026-05-08T22:27:56.054Z Compiling serde_spanned v0.6.9
15662026-05-08T22:27:56.127Z Compiling serde_tokenstream v0.2.3
15672026-05-08T22:27:56.194Z Compiling erased-serde v0.3.31
15682026-05-08T22:27:56.210Z Compiling darling_macro v0.21.3
15692026-05-08T22:27:56.274Z Compiling md-5 v0.10.6
15702026-05-08T22:27:56.431Z Compiling zerocopy-derive v0.7.35
15712026-05-08T22:27:56.446Z Compiling curve25519-dalek v4.1.3
15722026-05-08T22:27:56.669Z Compiling vergen-lib v0.1.6
15732026-05-08T22:27:56.672Z Compiling num-integer v0.1.46
15742026-05-08T22:27:56.774Z Compiling hash32 v0.2.1
15752026-05-08T22:27:56.804Z Compiling ff v0.13.1
15762026-05-08T22:27:56.847Z Compiling memoffset v0.9.1
15772026-05-08T22:27:56.937Z Compiling zlib-rs v0.6.2
15782026-05-08T22:27:56.965Z Compiling num-bigint-dig v0.8.6
15792026-05-08T22:27:57.000Z Compiling ryu v1.0.23
15802026-05-08T22:27:57.036Z Compiling fallible-iterator v0.2.0
15812026-05-08T22:27:57.145Z Compiling smoltcp v0.9.1
15822026-05-08T22:27:57.180Z Compiling rustix v0.38.44
15832026-05-08T22:27:57.281Z Compiling psl-types v2.0.11
15842026-05-08T22:27:57.336Z Compiling cfg_aliases v0.2.1
15852026-05-08T22:27:57.403Z Compiling base16ct v0.2.0
15862026-05-08T22:27:57.418Z Compiling iri-string v0.7.10
15872026-05-08T22:27:57.470Z Compiling litrs v1.0.0
15882026-05-08T22:27:57.515Z Compiling ref-cast v1.0.25
15892026-05-08T22:27:57.578Z Compiling sec1 v0.7.3
15902026-05-08T22:27:57.958Z Compiling nix v0.31.2
15912026-05-08T22:27:57.974Z Compiling publicsuffix v2.3.0
15922026-05-08T22:27:58.018Z Compiling document-features v0.2.12
15932026-05-08T22:27:58.137Z Compiling postgres-protocol v0.6.10
15942026-05-08T22:27:58.321Z Compiling zerocopy v0.7.35
15952026-05-08T22:27:58.597Z Compiling tower-http v0.6.8
15962026-05-08T22:27:58.707Z Compiling serde_urlencoded v0.7.1
15972026-05-08T22:27:58.859Z Compiling newtype-uuid v1.3.2
15982026-05-08T22:27:58.995Z Compiling group v0.13.0
15992026-05-08T22:27:59.038Z Compiling num-iter v0.1.45
16002026-05-08T22:27:59.191Z Compiling darling v0.21.3
16012026-05-08T22:27:59.248Z Compiling rand v0.8.5
16022026-05-08T22:27:59.272Z Compiling derive_builder v0.20.2
16032026-05-08T22:27:59.399Z Compiling oxnet v0.1.4
16042026-05-08T22:27:59.490Z Compiling hubpack_derive v0.1.1
16052026-05-08T22:27:59.517Z Compiling tokio-native-tls v0.3.1
16062026-05-08T22:27:59.678Z Compiling goblin v0.8.2
16072026-05-08T22:27:59.795Z Compiling flate2 v1.1.9
16082026-05-08T22:28:00.165Z Compiling regex v1.12.3
16092026-05-08T22:28:00.191Z Compiling phf_shared v0.13.1
16102026-05-08T22:28:00.373Z Compiling lazy_static v1.5.0
16112026-05-08T22:28:00.428Z Compiling cargo-platform v0.1.9
16122026-05-08T22:28:00.449Z Compiling hkdf v0.12.4
16132026-05-08T22:28:00.469Z Compiling crypto-bigint v0.5.5
16142026-05-08T22:28:00.586Z Compiling terminal_size v0.4.3
16152026-05-08T22:28:00.609Z Compiling curve25519-dalek-derive v0.1.1
16162026-05-08T22:28:00.624Z Compiling ref-cast-impl v1.0.25
16172026-05-08T22:28:00.680Z Compiling daft-derive v0.1.5
16182026-05-08T22:28:00.720Z Compiling strum_macros v0.27.2
16192026-05-08T22:28:01.152Z Compiling async-trait v0.1.89
16202026-05-08T22:28:01.240Z Compiling vergen v9.0.6
16212026-05-08T22:28:01.378Z Compiling fs-err v3.3.0
16222026-05-08T22:28:01.419Z Compiling ahash v0.8.12
16232026-05-08T22:28:01.562Z Compiling foldhash v0.2.0
16242026-05-08T22:28:01.619Z Compiling bitflags v1.3.2
16252026-05-08T22:28:01.697Z Compiling winnow v0.5.40
16262026-05-08T22:28:01.779Z Compiling managed v0.8.0
16272026-05-08T22:28:01.997Z Compiling bumpalo v3.20.2
16282026-05-08T22:28:02.160Z Compiling unicode-segmentation v1.12.0
16292026-05-08T22:28:02.249Z Compiling libbz2-rs-sys v0.2.2
16302026-05-08T22:28:02.541Z Compiling object v0.37.3
16312026-05-08T22:28:02.557Z Compiling foldhash v0.1.5
16322026-05-08T22:28:02.649Z Compiling strum v0.27.2
16332026-05-08T22:28:02.723Z Compiling hashbrown v0.15.5
16342026-05-08T22:28:02.778Z Compiling bzip2 v0.6.1
16352026-05-08T22:28:02.848Z Compiling zopfli v0.8.3
16362026-05-08T22:28:03.027Z Compiling toml_edit v0.19.15
16372026-05-08T22:28:03.125Z Compiling dof v0.3.0
16382026-05-08T22:28:03.151Z Compiling hashbrown v0.16.1
16392026-05-08T22:28:03.354Z Compiling clap_builder v4.5.60
16402026-05-08T22:28:03.655Z Compiling elliptic-curve v0.13.8
16412026-05-08T22:28:03.746Z Compiling daft v0.1.5
16422026-05-08T22:28:03.943Z Compiling cargo_metadata v0.19.2
16432026-05-08T22:28:04.051Z Compiling phf v0.13.1
16442026-05-08T22:28:04.211Z Compiling signal-hook-mio v0.2.5
16452026-05-08T22:28:04.327Z Compiling cookie_store v0.22.1
16462026-05-08T22:28:05.247Z Compiling hubpack v0.1.2
16472026-05-08T22:28:05.329Z Compiling zstd v0.13.3
16482026-05-08T22:28:05.465Z Compiling hyper-tls v0.6.0
16492026-05-08T22:28:05.589Z Compiling bzip2 v0.4.4
16502026-05-08T22:28:05.642Z Compiling serde_with_macros v3.17.0
16512026-05-08T22:28:05.772Z Compiling postgres-types v0.2.12
16522026-05-08T22:28:05.832Z Compiling usdt-attr-macro v0.6.0
16532026-05-08T22:28:06.306Z Compiling usdt-macro v0.6.0
16542026-05-08T22:28:06.322Z Compiling dtrace-parser v0.2.0
16552026-05-08T22:28:06.602Z Compiling ed25519 v2.2.3
16562026-05-08T22:28:06.734Z Compiling bstr v1.12.1
16572026-05-08T22:28:06.750Z Compiling phf_shared v0.11.3
16582026-05-08T22:28:06.898Z Compiling pkcs1 v0.7.5
16592026-05-08T22:28:06.928Z Compiling hex v0.4.3
16602026-05-08T22:28:07.029Z Compiling serde-big-array v0.5.1
16612026-05-08T22:28:07.067Z Compiling rfc6979 v0.4.0
16622026-05-08T22:28:07.174Z Compiling serde_repr v0.1.20
16632026-05-08T22:28:07.193Z Compiling clap_derive v4.5.55
16642026-05-08T22:28:07.197Z Compiling strum_macros v0.26.4
16652026-05-08T22:28:07.288Z Compiling enum-as-inner v0.6.1
16662026-05-08T22:28:07.379Z Compiling float-cmp v0.10.0
16672026-05-08T22:28:07.512Z Compiling memmap2 v0.9.10
16682026-05-08T22:28:07.527Z Compiling thread-id v4.2.2
16692026-05-08T22:28:07.609Z Compiling env_filter v1.0.0
16702026-05-08T22:28:07.690Z Compiling encoding_rs v0.8.35
16712026-05-08T22:28:07.722Z Compiling jiff v0.2.21
16722026-05-08T22:28:07.787Z Compiling static_assertions v1.1.0
16732026-05-08T22:28:07.864Z Compiling predicates-core v1.0.10
16742026-05-08T22:28:07.931Z Compiling rustc-hash v2.1.1
16752026-05-08T22:28:08.057Z Compiling fixedbitset v0.4.2
16762026-05-08T22:28:08.060Z Compiling keccak v0.1.6
16772026-05-08T22:28:08.279Z Compiling difflib v0.4.0
16782026-05-08T22:28:08.858Z Compiling new_debug_unreachable v1.0.6
16792026-05-08T22:28:08.903Z Compiling precomputed-hash v0.1.1
16802026-05-08T22:28:08.931Z Compiling normalize-line-endings v0.3.0
16812026-05-08T22:28:08.971Z Compiling mime v0.3.17
16822026-05-08T22:28:08.975Z Compiling fixedbitset v0.5.7
16832026-05-08T22:28:09.002Z Compiling whoami v2.1.0
16842026-05-08T22:28:09.025Z Compiling data-encoding v2.10.0
16852026-05-08T22:28:09.238Z Compiling either v1.15.0
16862026-05-08T22:28:09.258Z Compiling tokio-postgres v0.7.16
16872026-05-08T22:28:09.285Z Compiling petgraph v0.8.3
16882026-05-08T22:28:09.372Z Compiling hickory-proto v0.25.2
16892026-05-08T22:28:09.445Z Compiling itertools v0.13.0
16902026-05-08T22:28:09.611Z Compiling predicates v3.1.4
16912026-05-08T22:28:09.703Z Compiling clap v4.5.60
16922026-05-08T22:28:09.786Z Compiling strum v0.26.3
16932026-05-08T22:28:09.918Z Compiling string_cache v0.8.9
16942026-05-08T22:28:10.147Z Compiling sha3 v0.10.8
16952026-05-08T22:28:10.257Z Compiling petgraph v0.6.5
16962026-05-08T22:28:10.599Z Compiling zip v4.6.1
16972026-05-08T22:28:10.654Z Compiling iddqd v0.3.18
16982026-05-08T22:28:11.225Z Compiling toml_edit v0.22.27
16992026-05-08T22:28:11.441Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-08T22:28:11.540Z Compiling env_logger v0.11.9
17012026-05-08T22:28:11.722Z Compiling usdt v0.6.0
17022026-05-08T22:28:11.796Z Compiling usdt-impl v0.5.0
17032026-05-08T22:28:11.888Z Compiling ecdsa v0.16.9
17042026-05-08T22:28:11.904Z Compiling similar v2.7.0
17052026-05-08T22:28:11.978Z Compiling serde_with v3.17.0
17062026-05-08T22:28:12.272Z Compiling rsa v0.9.10
17072026-05-08T22:28:12.374Z Compiling ed25519-dalek v2.2.0
17082026-05-08T22:28:12.755Z Compiling crossterm v0.28.1
17092026-05-08T22:28:13.729Z Compiling zip v0.6.6
17102026-05-08T22:28:14.037Z Compiling toml v0.7.8
17112026-05-08T22:28:14.343Z Compiling toml_parser v1.0.9+spec-1.1.0
17122026-05-08T22:28:14.478Z Compiling heck v0.4.1
17132026-05-08T22:28:14.484Z Compiling crossbeam-epoch v0.9.18
17142026-05-08T22:28:14.536Z Compiling tokio-stream v0.1.18
17152026-05-08T22:28:14.649Z Compiling buf-list v1.1.2
17162026-05-08T22:28:14.703Z Compiling x509-cert v0.2.5
17172026-05-08T22:28:14.814Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17182026-05-08T22:28:14.918Z Compiling openapiv3 v2.2.0
17192026-05-08T22:28:14.962Z Compiling sha1 v0.10.6
17202026-05-08T22:28:14.996Z Compiling toml_datetime v0.7.5+spec-1.1.0
17212026-05-08T22:28:15.112Z Compiling lalrpop-util v0.19.12
17222026-05-08T22:28:15.181Z Compiling peg-runtime v0.8.5
17232026-05-08T22:28:15.279Z Compiling thread_local v1.1.9
17242026-05-08T22:28:15.303Z Compiling slog-async v2.8.0
17252026-05-08T22:28:15.464Z Compiling crossbeam-channel v0.5.15
17262026-05-08T22:28:15.531Z Compiling futures-executor v0.3.32
17272026-05-08T22:28:15.593Z Compiling filetime v0.2.27
17282026-05-08T22:28:15.620Z Compiling is-terminal v0.4.17
17292026-05-08T22:28:15.716Z Compiling take_mut v0.2.2
17302026-05-08T22:28:15.765Z Compiling xattr v1.6.1
17312026-05-08T22:28:15.784Z Compiling term v1.2.1
17322026-05-08T22:28:15.904Z Compiling tar v0.4.45
17332026-05-08T22:28:15.932Z Compiling futures v0.3.32
17342026-05-08T22:28:16.281Z Compiling slog-term v2.9.2
17352026-05-08T22:28:23.247Z Compiling rustls-webpki v0.103.9
17362026-05-08T22:28:26.032Z Compiling tokio-rustls v0.26.4
17372026-05-08T22:28:26.032Z Compiling rustls-platform-verifier v0.6.2
17382026-05-08T22:28:26.227Z Compiling hyper-rustls v0.27.7
17392026-05-08T22:28:26.430Z Compiling reqwest v0.12.28
17402026-05-08T22:28:26.430Z Compiling reqwest v0.13.2
17412026-05-08T22:28:28.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17422026-05-08T22:28:28.726Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17432026-05-08T22:28:31.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
17442026-05-08T22:28:31.681Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17452026-05-08T22:28:31.742ZMay 08 22:28:30.582 INFO Starting download, target: Clickhouse
17462026-05-08T22:28:31.742ZMay 08 22:28:30.583 INFO Starting download, target: Cockroach
17472026-05-08T22:28:31.742ZMay 08 22:28:30.583 INFO Starting download, target: Console
17482026-05-08T22:28:31.742ZMay 08 22:28:30.583 INFO Starting download, target: DendriteStub
17492026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Starting download, target: MaghemiteMgd
17502026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Starting download, target: TransceiverControl
17512026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17522026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17532026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17542026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17552026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17562026-05-08T22:28:31.750ZMay 08 22:28:30.583 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17572026-05-08T22:28:32.489ZMay 08 22:28:31.314 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17582026-05-08T22:28:32.717ZMay 08 22:28:31.559 INFO Download complete, target: TransceiverControl
17592026-05-08T22:28:32.773ZMay 08 22:28:31.612 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17602026-05-08T22:28:33.017ZMay 08 22:28:31.869 INFO Download complete, target: Console
17612026-05-08T22:28:33.528ZMay 08 22:28:32.378 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17622026-05-08T22:28:33.837ZMay 08 22:28:32.689 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17632026-05-08T22:28:34.032ZMay 08 22:28:32.877 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17642026-05-08T22:28:34.385ZMay 08 22:28:33.237 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17652026-05-08T22:28:34.388ZMay 08 22:28:33.237 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17662026-05-08T22:28:36.198ZMay 08 22:28:35.050 INFO Download complete, target: DendriteStub
17672026-05-08T22:28:36.402ZMay 08 22:28:35.254 INFO Download complete, target: MaghemiteMgd
17682026-05-08T22:28:39.032ZMay 08 22:28:37.876 INFO Checking that binary works, target: Cockroach
17692026-05-08T22:28:39.120ZMay 08 22:28:37.969 INFO Download complete, target: Cockroach
17702026-05-08T22:28:40.329ZMay 08 22:28:39.179 INFO Checking that binary works, target: Clickhouse
17712026-05-08T22:28:40.451ZMay 08 22:28:39.302 INFO Download complete, target: Clickhouse
17722026-05-08T22:28:40.472ZAll builder prerequisites installed successfully, and PATH looks valid
17732026-05-08T22:28:40.479Z
17742026-05-08T22:28:40.479Zreal 2:53.393981992
17752026-05-08T22:28:40.480Zuser 7:13.325466713
17762026-05-08T22:28:40.480Zsys 1:24.396561421
17772026-05-08T22:28:40.480Ztrap 0.213556326
17782026-05-08T22:28:40.480Ztflt 0.615735239
17792026-05-08T22:28:40.480Zdflt 0.482717500
17802026-05-08T22:28:40.480Zkflt 0.028500891
17812026-05-08T22:28:40.480Zlock 20:44.160765136
17822026-05-08T22:28:40.480Zslp 21:08.399661680
17832026-05-08T22:28:40.480Zlat 42.931475132
17842026-05-08T22:28:40.480Zstop 2:02.425131627
17852026-05-08T22:28:40.480Z+ banner hack-check
17862026-05-08T22:28:40.480Z
17872026-05-08T22:28:40.481Z # # ## #### # # #### # # ###### #### # #
17882026-05-08T22:28:40.481Z # # # # # # # # # # # # # # # # #
17892026-05-08T22:28:40.481Z ###### # # # #### ##### # ###### ##### # ####
17902026-05-08T22:28:40.481Z # # ###### # # # # # # # # # #
17912026-05-08T22:28:40.481Z # # # # # # # # # # # # # # # # #
17922026-05-08T22:28:40.481Z # # # # #### # # #### # # ###### #### # #
17932026-05-08T22:28:40.481Z
17942026-05-08T22:28:40.481Z+ export CARGO_INCREMENTAL=0
17952026-05-08T22:28:40.481Z+ CARGO_INCREMENTAL=0
17962026-05-08T22:28:40.481Z+ ptime -m timeout 2h cargo xtask check-features --ci
17972026-05-08T22:28:40.993Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17982026-05-08T22:28:41.213Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17992026-05-08T22:28:43.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s
18002026-05-08T22:28:43.221Z Running `target/debug/xtask check-features --ci`
18012026-05-08T22:28:43.247Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18022026-05-08T22:28:43.250Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18032026-05-08T22:28:43.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18042026-05-08T22:28:43.759Z Running `target/debug/xtask download cargo-hack`
18052026-05-08T22:28:44.536Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18062026-05-08T22:28:44.847Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18072026-05-08T22:28:47.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s
18082026-05-08T22:28:47.457Z Running `target/debug/xtask-downloader cargo-hack`
18092026-05-08T22:28:47.494ZMay 08 22:28:46.345 INFO Starting download, target: CargoHack
18102026-05-08T22:28:47.497ZMay 08 22:28:46.346 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18112026-05-08T22:28:47.859ZMay 08 22:28:46.710 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18122026-05-08T22:28:47.908ZMay 08 22:28:46.759 INFO Download complete, target: CargoHack
18132026-05-08T22:28:47.912Zrunning: "/home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18142026-05-08T22:28:47.924Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18152026-05-08T22:28:48.074Zinfo: running `cargo check --bins` on api_identity (1/275)
18162026-05-08T22:28:48.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18172026-05-08T22:28:48.561Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18182026-05-08T22:28:48.561Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18192026-05-08T22:28:48.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18202026-05-08T22:28:48.640Z
18212026-05-08T22:28:48.640Zinfo: running `cargo check --bins` on bootstore (2/275)
18222026-05-08T22:28:49.131Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18232026-05-08T22:28:49.135Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18242026-05-08T22:28:49.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18252026-05-08T22:28:49.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18262026-05-08T22:28:49.220Z
18272026-05-08T22:28:49.220Zinfo: running `cargo check --bins` on omicron-ledger (3/275)
18282026-05-08T22:28:49.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18292026-05-08T22:28:49.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18302026-05-08T22:28:49.704Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18312026-05-08T22:28:49.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18322026-05-08T22:28:49.784Z
18332026-05-08T22:28:49.784Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/275)
18342026-05-08T22:28:50.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18352026-05-08T22:28:50.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18362026-05-08T22:28:50.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18372026-05-08T22:28:50.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18382026-05-08T22:28:50.363Z
18392026-05-08T22:28:50.363Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/275)
18402026-05-08T22:28:50.846Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18412026-05-08T22:28:50.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18422026-05-08T22:28:50.849Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18432026-05-08T22:28:50.852Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18442026-05-08T22:28:50.930Z
18452026-05-08T22:28:50.930Zinfo: running `cargo check --bins` on omicron-certificates (6/275)
18462026-05-08T22:28:51.421Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18472026-05-08T22:28:51.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18482026-05-08T22:28:51.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18492026-05-08T22:28:51.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18502026-05-08T22:28:51.505Z
18512026-05-08T22:28:51.505Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/275)
18522026-05-08T22:28:52.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18532026-05-08T22:28:52.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18542026-05-08T22:28:52.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18552026-05-08T22:28:52.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
18562026-05-08T22:28:52.087Z
18572026-05-08T22:28:52.088Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/275)
18582026-05-08T22:28:52.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18592026-05-08T22:28:52.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18602026-05-08T22:28:52.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18612026-05-08T22:28:52.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
18622026-05-08T22:28:52.679Z
18632026-05-08T22:28:52.680Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/275)
18642026-05-08T22:28:53.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18652026-05-08T22:28:53.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18662026-05-08T22:28:53.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18672026-05-08T22:28:53.092Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18682026-05-08T22:28:53.149Z
18692026-05-08T22:28:53.149Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/275)
18702026-05-08T22:28:53.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18712026-05-08T22:28:53.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18722026-05-08T22:28:53.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18732026-05-08T22:28:53.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18742026-05-08T22:28:53.616Z
18752026-05-08T22:28:53.616Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/275)
18762026-05-08T22:28:54.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18772026-05-08T22:28:54.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18782026-05-08T22:28:54.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18792026-05-08T22:28:54.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18802026-05-08T22:28:54.081Z
18812026-05-08T22:28:54.081Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/275)
18822026-05-08T22:28:54.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18832026-05-08T22:28:54.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18842026-05-08T22:28:54.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18852026-05-08T22:28:54.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18862026-05-08T22:28:54.546Z
18872026-05-08T22:28:54.546Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/275)
18882026-05-08T22:28:54.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18892026-05-08T22:28:54.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18902026-05-08T22:28:54.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18912026-05-08T22:28:54.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18922026-05-08T22:28:55.009Z
18932026-05-08T22:28:55.009Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/275)
18942026-05-08T22:28:55.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18952026-05-08T22:28:55.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18962026-05-08T22:28:55.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18972026-05-08T22:28:55.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
18982026-05-08T22:28:55.477Z
18992026-05-08T22:28:55.477Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/275)
19002026-05-08T22:28:55.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19012026-05-08T22:28:55.890Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19022026-05-08T22:28:55.890Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19032026-05-08T22:28:55.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19042026-05-08T22:28:55.945Z
19052026-05-08T22:28:55.946Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/275)
19062026-05-08T22:28:56.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19072026-05-08T22:28:56.350Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19082026-05-08T22:28:56.350Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19092026-05-08T22:28:56.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19102026-05-08T22:28:56.414Z
19112026-05-08T22:28:56.414Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/275)
19122026-05-08T22:28:56.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19132026-05-08T22:28:56.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19142026-05-08T22:28:56.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19152026-05-08T22:28:56.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19162026-05-08T22:28:56.873Z
19172026-05-08T22:28:56.873Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/275)
19182026-05-08T22:28:57.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19192026-05-08T22:28:57.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19202026-05-08T22:28:57.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19212026-05-08T22:28:57.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19222026-05-08T22:28:57.332Z
19232026-05-08T22:28:57.332Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/275)
19242026-05-08T22:28:57.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19252026-05-08T22:28:57.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19262026-05-08T22:28:57.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19272026-05-08T22:28:57.741Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19282026-05-08T22:28:57.795Z
19292026-05-08T22:28:57.795Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/275)
19302026-05-08T22:28:58.204Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19312026-05-08T22:28:58.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19322026-05-08T22:28:58.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19332026-05-08T22:28:58.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19342026-05-08T22:28:58.265Z
19352026-05-08T22:28:58.265Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/275)
19362026-05-08T22:28:58.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19372026-05-08T22:28:58.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19382026-05-08T22:28:58.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19392026-05-08T22:28:58.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19402026-05-08T22:28:58.736Z
19412026-05-08T22:28:58.736Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/275)
19422026-05-08T22:28:59.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19432026-05-08T22:28:59.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19442026-05-08T22:28:59.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19452026-05-08T22:28:59.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19462026-05-08T22:28:59.206Z
19472026-05-08T22:28:59.206Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/275)
19482026-05-08T22:28:59.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19492026-05-08T22:28:59.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19502026-05-08T22:28:59.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19512026-05-08T22:28:59.619Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19522026-05-08T22:28:59.675Z
19532026-05-08T22:28:59.675Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/275)
19542026-05-08T22:29:00.081Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19552026-05-08T22:29:00.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19562026-05-08T22:29:00.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19572026-05-08T22:29:00.087Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19582026-05-08T22:29:00.143Z
19592026-05-08T22:29:00.143Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/275)
19602026-05-08T22:29:00.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19612026-05-08T22:29:00.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19622026-05-08T22:29:00.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19632026-05-08T22:29:00.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19642026-05-08T22:29:00.607Z
19652026-05-08T22:29:00.607Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/275)
19662026-05-08T22:29:01.015Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19672026-05-08T22:29:01.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19682026-05-08T22:29:01.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19692026-05-08T22:29:01.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19702026-05-08T22:29:01.073Z
19712026-05-08T22:29:01.073Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/275)
19722026-05-08T22:29:01.484Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19732026-05-08T22:29:01.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19742026-05-08T22:29:01.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19752026-05-08T22:29:01.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19762026-05-08T22:29:01.544Z
19772026-05-08T22:29:01.544Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/275)
19782026-05-08T22:29:01.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19792026-05-08T22:29:01.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19802026-05-08T22:29:01.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19812026-05-08T22:29:01.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19822026-05-08T22:29:02.011Z
19832026-05-08T22:29:02.011Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/275)
19842026-05-08T22:29:02.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19852026-05-08T22:29:02.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19862026-05-08T22:29:02.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19872026-05-08T22:29:02.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19882026-05-08T22:29:02.478Z
19892026-05-08T22:29:02.478Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/275)
19902026-05-08T22:29:02.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19912026-05-08T22:29:02.886Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19922026-05-08T22:29:02.886Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19932026-05-08T22:29:02.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
19942026-05-08T22:29:02.944Z
19952026-05-08T22:29:02.944Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/275)
19962026-05-08T22:29:03.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19972026-05-08T22:29:03.353Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19982026-05-08T22:29:03.353Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19992026-05-08T22:29:03.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20002026-05-08T22:29:03.414Z
20012026-05-08T22:29:03.414Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/275)
20022026-05-08T22:29:03.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20032026-05-08T22:29:03.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20042026-05-08T22:29:03.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20052026-05-08T22:29:03.828Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20062026-05-08T22:29:03.888Z
20072026-05-08T22:29:03.888Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/275)
20082026-05-08T22:29:04.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20092026-05-08T22:29:04.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20102026-05-08T22:29:04.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20112026-05-08T22:29:04.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20122026-05-08T22:29:04.358Z
20132026-05-08T22:29:04.358Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/275)
20142026-05-08T22:29:04.764Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20152026-05-08T22:29:04.767Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20162026-05-08T22:29:04.767Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20172026-05-08T22:29:04.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20182026-05-08T22:29:04.826Z
20192026-05-08T22:29:04.826Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/275)
20202026-05-08T22:29:05.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20212026-05-08T22:29:05.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20222026-05-08T22:29:05.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20232026-05-08T22:29:05.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20242026-05-08T22:29:05.293Z
20252026-05-08T22:29:05.293Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/275)
20262026-05-08T22:29:05.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20272026-05-08T22:29:05.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20282026-05-08T22:29:05.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20292026-05-08T22:29:05.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20302026-05-08T22:29:05.756Z
20312026-05-08T22:29:05.756Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/275)
20322026-05-08T22:29:06.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20332026-05-08T22:29:06.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20342026-05-08T22:29:06.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20352026-05-08T22:29:06.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20362026-05-08T22:29:06.224Z
20372026-05-08T22:29:06.224Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/275)
20382026-05-08T22:29:06.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20392026-05-08T22:29:06.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20402026-05-08T22:29:06.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20412026-05-08T22:29:06.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20422026-05-08T22:29:06.691Z
20432026-05-08T22:29:06.691Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/275)
20442026-05-08T22:29:07.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20452026-05-08T22:29:07.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20462026-05-08T22:29:07.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20472026-05-08T22:29:07.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20482026-05-08T22:29:07.158Z
20492026-05-08T22:29:07.158Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/275)
20502026-05-08T22:29:07.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20512026-05-08T22:29:07.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20522026-05-08T22:29:07.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20532026-05-08T22:29:07.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20542026-05-08T22:29:07.626Z
20552026-05-08T22:29:07.626Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/275)
20562026-05-08T22:29:08.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20572026-05-08T22:29:08.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20582026-05-08T22:29:08.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20592026-05-08T22:29:08.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20602026-05-08T22:29:08.098Z
20612026-05-08T22:29:08.098Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/275)
20622026-05-08T22:29:08.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20632026-05-08T22:29:08.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20642026-05-08T22:29:08.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20652026-05-08T22:29:08.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20662026-05-08T22:29:08.566Z
20672026-05-08T22:29:08.567Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/275)
20682026-05-08T22:29:08.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20692026-05-08T22:29:08.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20702026-05-08T22:29:08.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20712026-05-08T22:29:08.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20722026-05-08T22:29:09.033Z
20732026-05-08T22:29:09.033Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/275)
20742026-05-08T22:29:09.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20752026-05-08T22:29:09.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20762026-05-08T22:29:09.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20772026-05-08T22:29:09.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20782026-05-08T22:29:09.500Z
20792026-05-08T22:29:09.500Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/275)
20802026-05-08T22:29:09.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20812026-05-08T22:29:09.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20822026-05-08T22:29:09.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20832026-05-08T22:29:09.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20842026-05-08T22:29:09.968Z
20852026-05-08T22:29:09.968Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/275)
20862026-05-08T22:29:10.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20872026-05-08T22:29:10.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20882026-05-08T22:29:10.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20892026-05-08T22:29:10.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20902026-05-08T22:29:10.436Z
20912026-05-08T22:29:10.436Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/275)
20922026-05-08T22:29:10.842Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20932026-05-08T22:29:10.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20942026-05-08T22:29:10.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20952026-05-08T22:29:10.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
20962026-05-08T22:29:10.903Z
20972026-05-08T22:29:10.903Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/275)
20982026-05-08T22:29:11.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20992026-05-08T22:29:11.312Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21002026-05-08T22:29:11.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21012026-05-08T22:29:11.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
21022026-05-08T22:29:11.371Z
21032026-05-08T22:29:11.371Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/275)
21042026-05-08T22:29:11.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21052026-05-08T22:29:11.906Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21062026-05-08T22:29:11.906Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21072026-05-08T22:29:11.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21082026-05-08T22:29:12.004Z
21092026-05-08T22:29:12.004Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/275)
21102026-05-08T22:29:12.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21112026-05-08T22:29:12.539Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21122026-05-08T22:29:12.539Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21132026-05-08T22:29:12.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21142026-05-08T22:29:12.639Z
21152026-05-08T22:29:12.639Zinfo: running `cargo check --bins` on nexus-config (51/275)
21162026-05-08T22:29:13.171Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21172026-05-08T22:29:13.174Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21182026-05-08T22:29:13.174Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21192026-05-08T22:29:13.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21202026-05-08T22:29:13.273Z
21212026-05-08T22:29:13.273Zinfo: running `cargo check --bins` on nexus-types (52/275)
21222026-05-08T22:29:13.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21232026-05-08T22:29:13.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21242026-05-08T22:29:13.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21252026-05-08T22:29:13.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
21262026-05-08T22:29:13.908Z
21272026-05-08T22:29:13.908Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/275)
21282026-05-08T22:29:14.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21292026-05-08T22:29:14.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21302026-05-08T22:29:14.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21312026-05-08T22:29:14.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21322026-05-08T22:29:14.511Z
21332026-05-08T22:29:14.511Zinfo: running `cargo check --bins` on omicron-passwords (54/275)
21342026-05-08T22:29:14.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21352026-05-08T22:29:15.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21362026-05-08T22:29:15.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21372026-05-08T22:29:15.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21382026-05-08T22:29:15.089Z
21392026-05-08T22:29:15.089Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/275)
21402026-05-08T22:29:15.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21412026-05-08T22:29:15.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21422026-05-08T22:29:15.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21432026-05-08T22:29:15.601Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21442026-05-08T22:29:15.693Z
21452026-05-08T22:29:15.693Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/275)
21462026-05-08T22:29:16.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21472026-05-08T22:29:16.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21482026-05-08T22:29:16.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21492026-05-08T22:29:16.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21502026-05-08T22:29:16.294Z
21512026-05-08T22:29:16.294Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/275)
21522026-05-08T22:29:16.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21532026-05-08T22:29:16.806Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21542026-05-08T22:29:16.806Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21552026-05-08T22:29:16.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21562026-05-08T22:29:16.887Z
21572026-05-08T22:29:16.887Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/275)
21582026-05-08T22:29:17.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21592026-05-08T22:29:17.395Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21602026-05-08T22:29:17.395Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21612026-05-08T22:29:17.398Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21622026-05-08T22:29:17.483Z
21632026-05-08T22:29:17.483Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/275)
21642026-05-08T22:29:17.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21652026-05-08T22:29:17.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21662026-05-08T22:29:17.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21672026-05-08T22:29:17.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21682026-05-08T22:29:18.062Z
21692026-05-08T22:29:18.062Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/275)
21702026-05-08T22:29:18.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21712026-05-08T22:29:18.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21722026-05-08T22:29:18.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21732026-05-08T22:29:18.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21742026-05-08T22:29:18.640Z
21752026-05-08T22:29:18.640Zinfo: running `cargo check --bins --no-default-features` on gfss (61/275)
21762026-05-08T22:29:19.128Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21772026-05-08T22:29:19.131Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21782026-05-08T22:29:19.131Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21792026-05-08T22:29:19.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21802026-05-08T22:29:19.213Z
21812026-05-08T22:29:19.213Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/275)
21822026-05-08T22:29:19.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21832026-05-08T22:29:19.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21842026-05-08T22:29:19.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21852026-05-08T22:29:19.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21862026-05-08T22:29:19.789Z
21872026-05-08T22:29:19.789Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/275)
21882026-05-08T22:29:20.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21892026-05-08T22:29:20.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21902026-05-08T22:29:20.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21912026-05-08T22:29:20.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21922026-05-08T22:29:20.387Z
21932026-05-08T22:29:20.387Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/275)
21942026-05-08T22:29:20.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21952026-05-08T22:29:20.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21962026-05-08T22:29:20.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21972026-05-08T22:29:20.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21982026-05-08T22:29:20.987Z
21992026-05-08T22:29:20.987Zinfo: running `cargo check --bins` on cockroach-admin-types (65/275)
22002026-05-08T22:29:21.478Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22012026-05-08T22:29:21.481Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22022026-05-08T22:29:21.481Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22032026-05-08T22:29:21.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22042026-05-08T22:29:21.567Z
22052026-05-08T22:29:21.567Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/275)
22062026-05-08T22:29:22.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22072026-05-08T22:29:22.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22082026-05-08T22:29:22.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22092026-05-08T22:29:22.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22102026-05-08T22:29:22.145Z
22112026-05-08T22:29:22.145Zinfo: running `cargo check --bins` on ereport-types (67/275)
22122026-05-08T22:29:22.644Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22132026-05-08T22:29:22.647Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22142026-05-08T22:29:22.647Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22152026-05-08T22:29:22.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22162026-05-08T22:29:22.734Z
22172026-05-08T22:29:22.734Zinfo: running `cargo check --bins` on gateway-client (68/275)
22182026-05-08T22:29:23.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22192026-05-08T22:29:23.237Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22202026-05-08T22:29:23.237Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22212026-05-08T22:29:23.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22222026-05-08T22:29:23.329Z
22232026-05-08T22:29:23.329Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/275)
22242026-05-08T22:29:23.825Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22252026-05-08T22:29:23.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22262026-05-08T22:29:23.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22272026-05-08T22:29:23.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22282026-05-08T22:29:23.919Z
22292026-05-08T22:29:23.919Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/275)
22302026-05-08T22:29:24.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22312026-05-08T22:29:24.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22322026-05-08T22:29:24.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22332026-05-08T22:29:24.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22342026-05-08T22:29:24.505Z
22352026-05-08T22:29:24.505Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/275)
22362026-05-08T22:29:25.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22372026-05-08T22:29:25.007Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22382026-05-08T22:29:25.007Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22392026-05-08T22:29:25.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22402026-05-08T22:29:25.095Z
22412026-05-08T22:29:25.095Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/275)
22422026-05-08T22:29:25.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22432026-05-08T22:29:25.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22442026-05-08T22:29:25.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22452026-05-08T22:29:25.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22462026-05-08T22:29:25.687Z
22472026-05-08T22:29:25.687Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/275)
22482026-05-08T22:29:26.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22492026-05-08T22:29:26.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22502026-05-08T22:29:26.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22512026-05-08T22:29:26.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22522026-05-08T22:29:26.294Z
22532026-05-08T22:29:26.294Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/275)
22542026-05-08T22:29:26.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22552026-05-08T22:29:26.808Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22562026-05-08T22:29:26.808Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22572026-05-08T22:29:26.812Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22582026-05-08T22:29:26.903Z
22592026-05-08T22:29:26.903Zinfo: running `cargo check --bins` on key-manager-types (75/275)
22602026-05-08T22:29:27.391Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22612026-05-08T22:29:27.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22622026-05-08T22:29:27.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22632026-05-08T22:29:27.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
22642026-05-08T22:29:27.481Z
22652026-05-08T22:29:27.481Zinfo: running `cargo check --bins` on oxlog (76/275)
22662026-05-08T22:29:27.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22672026-05-08T22:29:27.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22682026-05-08T22:29:28.084Z Checking cfg-if v1.0.4
22692026-05-08T22:29:28.087Z Checking libc v0.2.185
22702026-05-08T22:29:28.087Z Checking serde_core v1.0.228
22712026-05-08T22:29:28.205Z Checking zeroize v1.8.2
22722026-05-08T22:29:28.213Z Checking memchr v2.8.0
22732026-05-08T22:29:28.222Z Checking log v0.4.29
22742026-05-08T22:29:28.230Z Checking smallvec v1.15.1
22752026-05-08T22:29:28.241Z Checking typenum v1.19.0
22762026-05-08T22:29:28.252Z Checking subtle v2.6.1
22772026-05-08T22:29:28.341Z Checking itoa v1.0.17
22782026-05-08T22:29:28.375Z Checking scopeguard v1.2.0
22792026-05-08T22:29:28.394Z Checking stable_deref_trait v1.2.1
22802026-05-08T22:29:28.408Z Checking const-oid v0.9.6
22812026-05-08T22:29:28.466Z Checking portable-atomic v1.13.1
22822026-05-08T22:29:28.478Z Checking lock_api v0.4.14
22832026-05-08T22:29:28.481Z Checking zerofrom v0.1.6
22842026-05-08T22:29:28.576Z Checking critical-section v1.2.0
22852026-05-08T22:29:28.595Z Checking getrandom v0.2.17
22862026-05-08T22:29:28.617Z Checking errno v0.3.14
22872026-05-08T22:29:28.675Z Checking yoke v0.8.1
22882026-05-08T22:29:28.689Z Checking parking_lot_core v0.9.12
22892026-05-08T22:29:28.730Z Checking rand_core v0.6.4
22902026-05-08T22:29:28.741Z Checking signal-hook-registry v1.4.8
22912026-05-08T22:29:28.752Z Checking generic-array v0.14.7
22922026-05-08T22:29:28.835Z Checking zerovec v0.11.5
22932026-05-08T22:29:28.857Z Checking once_cell v1.21.3
22942026-05-08T22:29:28.869Z Checking zerocopy v0.8.40
22952026-05-08T22:29:28.891Z Checking pin-project-lite v0.2.17
22962026-05-08T22:29:28.905Z Checking parking_lot v0.12.5
22972026-05-08T22:29:28.980Z Checking mio v1.2.0
22982026-05-08T22:29:29.024Z Checking socket2 v0.6.3
22992026-05-08T22:29:29.062Z Checking libm v0.2.16
23002026-05-08T22:29:29.082Z Checking zmij v1.0.21
23012026-05-08T22:29:29.183Z Checking crypto-common v0.1.7
23022026-05-08T22:29:29.250Z Checking block-buffer v0.10.4
23032026-05-08T22:29:29.254Z Checking tinystr v0.8.2
23042026-05-08T22:29:29.274Z Checking percent-encoding v2.3.2
23052026-05-08T22:29:29.286Z Checking futures-core v0.3.32
23062026-05-08T22:29:29.300Z Checking equivalent v1.0.2
23072026-05-08T22:29:29.378Z Checking litemap v0.8.1
23082026-05-08T22:29:29.390Z Checking digest v0.10.7
23092026-05-08T22:29:29.402Z Checking writeable v0.6.2
23102026-05-08T22:29:29.413Z Checking potential_utf v0.1.4
23112026-05-08T22:29:29.433Z Checking zerotrie v0.2.3
23122026-05-08T22:29:29.535Z Checking cpufeatures v0.2.17
23132026-05-08T22:29:29.550Z Checking icu_collections v2.1.1
23142026-05-08T22:29:29.561Z Checking icu_locale_core v2.1.1
23152026-05-08T22:29:29.575Z Checking hmac v0.12.1
23162026-05-08T22:29:29.602Z Checking block-padding v0.3.3
23172026-05-08T22:29:29.652Z Checking serde v1.0.228
23182026-05-08T22:29:29.669Z Checking bitflags v2.11.0
23192026-05-08T22:29:29.701Z Checking serde_json v1.0.149
23202026-05-08T22:29:29.729Z Checking icu_normalizer_data v2.1.1
23212026-05-08T22:29:29.751Z Checking num-traits v0.2.19
23222026-05-08T22:29:29.798Z Checking icu_properties_data v2.1.2
23232026-05-08T22:29:29.832Z Checking hashbrown v0.17.0
23242026-05-08T22:29:29.853Z Checking futures-sink v0.3.32
23252026-05-08T22:29:29.922Z Checking rand_core v0.10.0
23262026-05-08T22:29:29.948Z Checking futures-channel v0.3.32
23272026-05-08T22:29:30.045Z Checking bytes v1.11.1
23282026-05-08T22:29:30.059Z Checking getrandom v0.4.1
23292026-05-08T22:29:30.096Z Checking icu_provider v2.1.1
23302026-05-08T22:29:30.135Z Checking inout v0.1.4
23312026-05-08T22:29:30.199Z Checking slab v0.4.12
23322026-05-08T22:29:30.261Z Checking futures-io v0.3.32
23332026-05-08T22:29:30.272Z Checking futures-task v0.3.32
23342026-05-08T22:29:30.283Z Checking indexmap v2.14.0
23352026-05-08T22:29:30.321Z Checking icu_normalizer v2.1.1
23362026-05-08T22:29:30.348Z Checking icu_properties v2.1.2
23372026-05-08T22:29:30.360Z Checking cipher v0.4.4
23382026-05-08T22:29:30.371Z Checking sha2 v0.10.9
23392026-05-08T22:29:30.403Z Checking futures-util v0.3.32
23402026-05-08T22:29:30.483Z Checking tokio v1.52.1
23412026-05-08T22:29:30.560Z Checking getrandom v0.3.4
23422026-05-08T22:29:30.612Z Checking base64ct v1.8.3
23432026-05-08T22:29:30.636Z Checking utf8_iter v1.0.4
23442026-05-08T22:29:30.697Z Checking byteorder v1.5.0
23452026-05-08T22:29:30.753Z Checking form_urlencoded v1.2.2
23462026-05-08T22:29:30.827Z Checking fnv v1.0.7
23472026-05-08T22:29:30.841Z Checking pem-rfc7468 v0.7.0
23482026-05-08T22:29:30.879Z Checking flagset v0.4.7
23492026-05-08T22:29:30.893Z Checking rand_core v0.9.5
23502026-05-08T22:29:30.919Z Checking salsa20 v0.10.2
23512026-05-08T22:29:30.990Z Checking http v1.4.0
23522026-05-08T22:29:31.002Z Checking der v0.7.10
23532026-05-08T22:29:31.046Z Checking uuid v1.23.0
23542026-05-08T22:29:31.062Z Checking pbkdf2 v0.12.2
23552026-05-08T22:29:31.154Z Checking idna_adapter v1.2.1
23562026-05-08T22:29:31.169Z Checking scrypt v0.11.0
23572026-05-08T22:29:31.270Z Checking idna v1.1.0
23582026-05-08T22:29:31.302Z Checking cbc v0.1.2
23592026-05-08T22:29:31.351Z Checking aes v0.8.4
23602026-05-08T22:29:31.424Z Checking rustix v1.1.3
23612026-05-08T22:29:31.509Z Checking url v2.5.8
23622026-05-08T22:29:31.527Z Checking tracing-core v0.1.36
23632026-05-08T22:29:31.579Z Checking ppv-lite86 v0.2.21
23642026-05-08T22:29:31.712Z Checking spki v0.7.3
23652026-05-08T22:29:31.737Z Checking rustls-pki-types v1.14.0
23662026-05-08T22:29:31.827Z Checking iana-time-zone v0.1.65
23672026-05-08T22:29:31.867Z Checking rand_chacha v0.9.0
23682026-05-08T22:29:31.880Z Checking regex-syntax v0.8.10
23692026-05-08T22:29:31.929Z Checking chrono v0.4.44
23702026-05-08T22:29:31.942Z Checking pkcs5 v0.7.1
23712026-05-08T22:29:32.022Z Checking tracing v0.1.44
23722026-05-08T22:29:32.074Z Checking rand v0.9.2
23732026-05-08T22:29:32.207Z Checking http-body v1.0.1
23742026-05-08T22:29:32.232Z Checking aws-lc-sys v0.37.1
23752026-05-08T22:29:32.263Z Checking untrusted v0.9.0
23762026-05-08T22:29:32.303Z Checking untrusted v0.7.1
23772026-05-08T22:29:32.335Z Checking openssl-probe v0.2.1
23782026-05-08T22:29:32.370Z Checking base64 v0.22.1
23792026-05-08T22:29:32.411Z Checking ring v0.17.14
23802026-05-08T22:29:32.439Z Checking pkcs8 v0.10.2
23812026-05-08T22:29:32.553Z Checking atomic-waker v1.1.2
23822026-05-08T22:29:32.606Z Checking tower-layer v0.3.3
23832026-05-08T22:29:32.620Z Checking plain v0.2.3
23842026-05-08T22:29:32.649Z Checking tower-service v0.3.3
23852026-05-08T22:29:32.718Z Checking try-lock v0.2.5
23862026-05-08T22:29:32.733Z Checking aws-lc-rs v1.16.0
23872026-05-08T22:29:32.744Z Checking tinyvec_macros v0.1.1
23882026-05-08T22:29:32.758Z Checking ipnet v2.11.0
23892026-05-08T22:29:32.784Z Checking semver v1.0.28
23902026-05-08T22:29:32.805Z Checking tinyvec v1.10.0
23912026-05-08T22:29:32.817Z Checking want v0.3.1
23922026-05-08T22:29:32.939Z Checking httparse v1.10.1
23932026-05-08T22:29:32.983Z Checking spin v0.9.8
23942026-05-08T22:29:33.009Z Checking unicode-ident v1.0.24
23952026-05-08T22:29:33.107Z Checking httpdate v1.0.3
23962026-05-08T22:29:33.120Z Checking foreign-types-shared v0.1.1
23972026-05-08T22:29:33.144Z Checking ucd-trie v0.1.7
23982026-05-08T22:29:33.159Z Checking pin-utils v0.1.0
23992026-05-08T22:29:33.196Z Checking dyn-clone v1.0.20
24002026-05-08T22:29:33.210Z Checking fastrand v2.3.0
24012026-05-08T22:29:33.225Z Checking foreign-types v0.3.2
24022026-05-08T22:29:33.246Z Checking proc-macro2 v1.0.106
24032026-05-08T22:29:33.269Z Checking pest v2.8.6
24042026-05-08T22:29:33.290Z Checking schemars v0.8.22
24052026-05-08T22:29:33.303Z Checking openssl-sys v0.9.114
24062026-05-08T22:29:33.386Z Checking tempfile v3.25.0
24072026-05-08T22:29:33.401Z Checking thiserror v2.0.18
24082026-05-08T22:29:33.499Z Checking wait-timeout v0.2.1
24092026-05-08T22:29:33.551Z Checking rustls-webpki v0.103.9
24102026-05-08T22:29:33.564Z Checking aho-corasick v1.1.4
24112026-05-08T22:29:33.585Z Checking bit-vec v0.8.0
24122026-05-08T22:29:33.620Z Checking powerfmt v0.2.0
24132026-05-08T22:29:33.681Z Checking tokio-util v0.7.18
24142026-05-08T22:29:33.760Z Checking utf8parse v0.2.2
24152026-05-08T22:29:33.771Z Checking anstyle v1.0.13
24162026-05-08T22:29:33.782Z Checking pretty-hex v0.4.1
24172026-05-08T22:29:33.859Z Checking siphasher v1.0.2
24182026-05-08T22:29:33.894Z Checking quick-error v1.2.3
24192026-05-08T22:29:33.944Z Checking simd-adler32 v0.3.8
24202026-05-08T22:29:33.957Z Checking anstyle-parse v0.2.7
24212026-05-08T22:29:33.968Z Checking rustls v0.23.37
24222026-05-08T22:29:33.988Z Checking rusty-fork v0.3.1
24232026-05-08T22:29:34.008Z Checking bit-set v0.8.0
24242026-05-08T22:29:34.099Z Checking deranged v0.5.8
24252026-05-08T22:29:34.111Z Checking openssl v0.10.78
24262026-05-08T22:29:34.150Z Checking quote v1.0.45
24272026-05-08T22:29:34.164Z Compiling newtype-uuid v1.3.2
24282026-05-08T22:29:34.226Z Checking regex-automata v0.4.14
24292026-05-08T22:29:34.277Z Checking h2 v0.4.13
24302026-05-08T22:29:34.315Z Checking unicode-normalization v0.1.25
24312026-05-08T22:29:34.327Z Checking rustls-native-certs v0.8.3
24322026-05-08T22:29:34.339Z Checking crossbeam-utils v0.8.21
24332026-05-08T22:29:34.445Z Checking rand_xorshift v0.4.0
24342026-05-08T22:29:34.562Z Checking crc32fast v1.5.0
24352026-05-08T22:29:34.660Z Checking scroll v0.13.0
24362026-05-08T22:29:34.703Z Checking signature v2.2.0
24372026-05-08T22:29:34.715Z Checking sync_wrapper v1.0.2
24382026-05-08T22:29:34.812Z Checking is_terminal_polyfill v1.70.2
24392026-05-08T22:29:34.827Z Checking time-core v0.1.8
24402026-05-08T22:29:34.882Z Checking anstyle-query v1.1.5
24412026-05-08T22:29:34.897Z Checking unicode-bidi v0.3.18
24422026-05-08T22:29:34.968Z Checking unarray v0.1.4
24432026-05-08T22:29:34.976Z Checking unicode-properties v0.1.4
24442026-05-08T22:29:35.013Z Checking allocator-api2 v0.2.21
24452026-05-08T22:29:35.062Z Checking colorchoice v1.0.4
24462026-05-08T22:29:35.156Z Checking num_threads v0.1.7
24472026-05-08T22:29:35.170Z Checking num-conv v0.2.0
24482026-05-08T22:29:35.181Z Checking adler2 v2.0.1
24492026-05-08T22:29:35.241Z Checking stringprep v0.1.5
24502026-05-08T22:29:35.279Z Checking time v0.3.47
24512026-05-08T22:29:35.292Z Checking miniz_oxide v0.8.9
24522026-05-08T22:29:35.306Z Checking anstream v0.6.21
24532026-05-08T22:29:35.385Z Checking proptest v1.10.0
24542026-05-08T22:29:35.495Z Checking goblin v0.10.5
24552026-05-08T22:29:35.641Z Checking tower v0.5.3
24562026-05-08T22:29:36.018Z Checking crossbeam-epoch v0.9.18
24572026-05-08T22:29:36.032Z Checking syn v2.0.117
24582026-05-08T22:29:36.059Z Checking native-tls v0.2.18
24592026-05-08T22:29:36.232Z Compiling daft v0.1.5
24602026-05-08T22:29:36.245Z Checking ipnetwork v0.21.1
24612026-05-08T22:29:36.306Z Checking tokio-rustls v0.26.4
24622026-05-08T22:29:36.389Z Checking http-body-util v0.1.3
24632026-05-08T22:29:36.456Z Checking webpki-roots v1.0.6
24642026-05-08T22:29:36.500Z Checking rand_chacha v0.3.1
24652026-05-08T22:29:36.529Z Checking thiserror v1.0.69
24662026-05-08T22:29:36.568Z Checking scroll v0.12.0
24672026-05-08T22:29:36.601Z Checking zstd-sys v2.0.16+zstd.1.5.7
24682026-05-08T22:29:36.625Z Checking hash32 v0.2.1
24692026-05-08T22:29:36.704Z Checking num-integer v0.1.46
24702026-05-08T22:29:36.716Z Checking serde_spanned v0.6.9
24712026-05-08T22:29:36.778Z Checking toml_datetime v0.6.11
24722026-05-08T22:29:36.793Z Checking md-5 v0.10.6
24732026-05-08T22:29:36.835Z Checking ff v0.13.1
24742026-05-08T22:29:36.924Z Checking ryu v1.0.23
24752026-05-08T22:29:36.937Z Checking base16ct v0.2.0
24762026-05-08T22:29:36.940Z Checking hyper v1.8.1
24772026-05-08T22:29:36.959Z Checking zlib-rs v0.6.2
24782026-05-08T22:29:36.973Z Checking psl-types v2.0.11
24792026-05-08T22:29:37.060Z Checking fallible-iterator v0.2.0
24802026-05-08T22:29:37.072Z Checking iri-string v0.7.10
24812026-05-08T22:29:37.087Z Compiling iddqd v0.3.18
24822026-05-08T22:29:37.329Z Checking postgres-protocol v0.6.10
24832026-05-08T22:29:37.341Z Checking publicsuffix v2.3.0
24842026-05-08T22:29:37.498Z Checking serde_urlencoded v0.7.1
24852026-05-08T22:29:37.640Z Checking sec1 v0.7.3
24862026-05-08T22:29:37.701Z Checking group v0.13.0
24872026-05-08T22:29:37.826Z Checking dof v0.4.0
24882026-05-08T22:29:37.843Z Checking flate2 v1.1.9
24892026-05-08T22:29:37.857Z Checking num-iter v0.1.45
24902026-05-08T22:29:37.860Z Checking goblin v0.8.2
24912026-05-08T22:29:37.879Z Checking hyper-util v0.1.20
24922026-05-08T22:29:37.965Z Checking heapless v0.7.17
24932026-05-08T22:29:38.075Z Checking tower-http v0.6.8
24942026-05-08T22:29:38.133Z Checking zstd-safe v7.2.4
24952026-05-08T22:29:38.214Z Checking rand v0.8.5
24962026-05-08T22:29:38.296Z Checking oxnet v0.1.4
24972026-05-08T22:29:38.311Z Checking cookie v0.18.1
24982026-05-08T22:29:38.345Z Checking tokio-native-tls v0.3.1
24992026-05-08T22:29:38.379Z Checking dtrace-parser v0.3.0
25002026-05-08T22:29:38.443Z Checking phf_shared v0.13.1
25012026-05-08T22:29:38.495Z Checking lazy_static v1.5.0
25022026-05-08T22:29:38.520Z Checking zerocopy v0.7.35
25032026-05-08T22:29:38.532Z Checking terminal_size v0.4.3
25042026-05-08T22:29:38.581Z Checking bzip2-sys v0.1.13+1.0.8
25052026-05-08T22:29:38.613Z Checking signal-hook v0.3.18
25062026-05-08T22:29:38.633Z Checking hkdf v0.12.4
25072026-05-08T22:29:38.645Z Checking crypto-bigint v0.5.5
25082026-05-08T22:29:38.665Z Checking thread-id v5.1.0
25092026-05-08T22:29:38.727Z Checking winnow v0.5.40
25102026-05-08T22:29:38.741Z Checking winnow v0.7.14
25112026-05-08T22:29:38.760Z Compiling rayon-core v1.13.0
25122026-05-08T22:29:38.792Z Checking clap_lex v1.0.0
25132026-05-08T22:29:38.934Z Checking strsim v0.11.1
25142026-05-08T22:29:38.947Z Checking foldhash v0.1.5
25152026-05-08T22:29:39.000Z Checking foldhash v0.2.0
25162026-05-08T22:29:39.073Z Checking bumpalo v3.20.2
25172026-05-08T22:29:39.087Z Checking bitflags v1.3.2
25182026-05-08T22:29:39.124Z Checking hyper-rustls v0.27.7
25192026-05-08T22:29:39.149Z Checking either v1.15.0
25202026-05-08T22:29:39.162Z Checking libbz2-rs-sys v0.2.2
25212026-05-08T22:29:39.268Z Checking managed v0.8.0
25222026-05-08T22:29:39.327Z Checking zopfli v0.8.3
25232026-05-08T22:29:39.339Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25242026-05-08T22:29:39.450Z Checking smoltcp v0.9.1
25252026-05-08T22:29:39.516Z Checking hashbrown v0.16.1
25262026-05-08T22:29:39.530Z Checking elliptic-curve v0.13.8
25272026-05-08T22:29:39.541Z Checking bzip2 v0.6.1
25282026-05-08T22:29:39.653Z Checking hyper-tls v0.6.0
25292026-05-08T22:29:39.699Z Checking clap_builder v4.5.60
25302026-05-08T22:29:39.758Z Checking dof v0.3.0
25312026-05-08T22:29:39.819Z Checking hashbrown v0.15.5
25322026-05-08T22:29:39.847Z Checking signal-hook-mio v0.2.5
25332026-05-08T22:29:39.860Z Checking toml_edit v0.19.15
25342026-05-08T22:29:39.901Z Checking usdt-impl v0.6.0
25352026-05-08T22:29:39.945Z Checking num-bigint-dig v0.8.6
25362026-05-08T22:29:40.008Z Checking bzip2 v0.4.4
25372026-05-08T22:29:40.033Z Checking phf v0.13.1
25382026-05-08T22:29:40.046Z Checking cookie_store v0.22.1
25392026-05-08T22:29:40.177Z Checking zstd v0.13.3
25402026-05-08T22:29:40.189Z Checking postgres-types v0.2.12
25412026-05-08T22:29:40.279Z Checking dtrace-parser v0.2.0
25422026-05-08T22:29:40.359Z Checking rustls-platform-verifier v0.6.2
25432026-05-08T22:29:40.371Z Checking crossbeam-deque v0.8.6
25442026-05-08T22:29:40.397Z Checking bstr v1.12.1
25452026-05-08T22:29:40.491Z Checking regex v1.12.3
25462026-05-08T22:29:40.504Z Checking ed25519 v2.2.3
25472026-05-08T22:29:40.515Z Checking phf_shared v0.11.3
25482026-05-08T22:29:40.540Z Checking ref-cast v1.0.25
25492026-05-08T22:29:40.636Z Checking curve25519-dalek v4.1.3
25502026-05-08T22:29:40.654Z Checking strum v0.27.2
25512026-05-08T22:29:40.682Z Checking hubpack v0.1.2
25522026-05-08T22:29:40.740Z Checking memoffset v0.9.1
25532026-05-08T22:29:40.759Z Checking rustix v0.38.44
25542026-05-08T22:29:40.761Z Checking pkcs1 v0.7.5
25552026-05-08T22:29:40.785Z Checking float-cmp v0.10.0
25562026-05-08T22:29:40.816Z Checking erased-serde v0.3.31
25572026-05-08T22:29:40.843Z Checking serde-big-array v0.5.1
25582026-05-08T22:29:40.866Z Checking hex v0.4.3
25592026-05-08T22:29:40.904Z Checking rfc6979 v0.4.0
25602026-05-08T22:29:40.929Z Checking memmap2 v0.9.10
25612026-05-08T22:29:40.964Z Checking thread-id v4.2.2
25622026-05-08T22:29:40.976Z Checking env_filter v1.0.0
25632026-05-08T22:29:41.014Z Checking encoding_rs v0.8.35
25642026-05-08T22:29:41.040Z Checking unicode-segmentation v1.12.0
25652026-05-08T22:29:41.083Z Checking normalize-line-endings v0.3.0
25662026-05-08T22:29:41.086Z Checking predicates-core v1.0.10
25672026-05-08T22:29:41.113Z Checking toml_write v0.1.2
25682026-05-08T22:29:41.170Z Checking fixedbitset v0.5.7
25692026-05-08T22:29:41.193Z Checking fixedbitset v0.4.2
25702026-05-08T22:29:41.211Z Checking rustc-hash v2.1.1
25712026-05-08T22:29:41.272Z Checking mime v0.3.17
25722026-05-08T22:29:41.324Z Checking static_assertions v1.1.0
25732026-05-08T22:29:41.338Z Checking new_debug_unreachable v1.0.6
25742026-05-08T22:29:41.350Z Checking jiff v0.2.21
25752026-05-08T22:29:41.361Z Checking data-encoding v2.10.0
25762026-05-08T22:29:41.393Z Checking difflib v0.4.0
25772026-05-08T22:29:41.406Z Checking precomputed-hash v0.1.1
25782026-05-08T22:29:41.409Z Checking whoami v2.1.0
25792026-05-08T22:29:41.443Z Checking keccak v0.1.6
25802026-05-08T22:29:41.487Z Checking string_cache v0.8.9
25812026-05-08T22:29:41.558Z Checking crossterm v0.28.1
25822026-05-08T22:29:41.570Z Checking predicates v3.1.4
25832026-05-08T22:29:41.601Z Checking sha3 v0.10.8
25842026-05-08T22:29:41.604Z Checking tokio-postgres v0.7.16
25852026-05-08T22:29:41.624Z Checking hickory-proto v0.25.2
25862026-05-08T22:29:41.649Z Checking ed25519-dalek v2.2.0
25872026-05-08T22:29:41.800Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
25882026-05-08T22:29:41.855Z Checking petgraph v0.8.3
25892026-05-08T22:29:41.878Z Checking similar v2.7.0
25902026-05-08T22:29:41.949Z Checking reqwest v0.12.28
25912026-05-08T22:29:42.281Z Checking petgraph v0.6.5
25922026-05-08T22:29:42.801Z Checking toml_edit v0.22.27
25932026-05-08T22:29:42.887Z Checking slog v2.8.2
25942026-05-08T22:29:43.123Z Checking env_logger v0.11.9
25952026-05-08T22:29:43.142Z Checking serde_with v3.17.0
25962026-05-08T22:29:43.311Z Checking usdt v0.6.0
25972026-05-08T22:29:43.400Z Checking usdt-impl v0.5.0
25982026-05-08T22:29:43.474Z Checking ecdsa v0.16.9
25992026-05-08T22:29:43.502Z Checking rsa v0.9.10
26002026-05-08T22:29:43.562Z Checking zip v4.6.1
26012026-05-08T22:29:43.674Z Checking clap v4.5.60
26022026-05-08T22:29:43.754Z Checking toml v0.7.8
26032026-05-08T22:29:43.797Z Checking nix v0.31.2
26042026-05-08T22:29:43.966Z Checking reqwest v0.13.2
26052026-05-08T22:29:44.054Z Checking zip v0.6.6
26062026-05-08T22:29:44.066Z Checking toml_parser v1.0.9+spec-1.1.0
26072026-05-08T22:29:44.146Z Checking itertools v0.13.0
26082026-05-08T22:29:44.202Z Checking strum v0.26.3
26092026-05-08T22:29:44.314Z Checking tokio-stream v0.1.18
26102026-05-08T22:29:44.367Z Checking fs-err v3.3.0
26112026-05-08T22:29:44.370Z Checking ahash v0.8.12
26122026-05-08T22:29:44.391Z Checking object v0.37.3
26132026-05-08T22:29:44.545Z Checking buf-list v1.1.2
26142026-05-08T22:29:44.564Z Checking camino v1.2.2
26152026-05-08T22:29:44.660Z Checking anyhow v1.0.102
26162026-05-08T22:29:44.691Z Checking x509-cert v0.2.5
26172026-05-08T22:29:44.723Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
26182026-05-08T22:29:44.785Z Checking openapiv3 v2.2.0
26192026-05-08T22:29:44.797Z Checking toml_datetime v0.7.5+spec-1.1.0
26202026-05-08T22:29:44.812Z Checking sha1 v0.10.6
26212026-05-08T22:29:44.854Z Checking peg-runtime v0.8.5
26222026-05-08T22:29:44.968Z Checking lalrpop-util v0.19.12
26232026-05-08T22:29:44.980Z Checking rayon v1.11.0
26242026-05-08T22:29:44.992Z Checking sigpipe v0.1.3
26252026-05-08T22:29:44.994Z Checking glob v0.3.3
26262026-05-08T22:29:46.544Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26272026-05-08T22:29:46.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.33s
26282026-05-08T22:29:46.999Z
26292026-05-08T22:29:46.999Zinfo: running `cargo check --bins` on internal-dns-types (77/275)
26302026-05-08T22:29:47.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26312026-05-08T22:29:47.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26322026-05-08T22:29:47.509Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26332026-05-08T22:29:47.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26342026-05-08T22:29:47.602Z
26352026-05-08T22:29:47.602Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/275)
26362026-05-08T22:29:48.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26372026-05-08T22:29:48.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26382026-05-08T22:29:48.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26392026-05-08T22:29:48.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26402026-05-08T22:29:48.196Z
26412026-05-08T22:29:48.197Zinfo: running `cargo check --bins` on nexus-types-versions (79/275)
26422026-05-08T22:29:48.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26432026-05-08T22:29:48.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26442026-05-08T22:29:48.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26452026-05-08T22:29:48.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
26462026-05-08T22:29:48.815Z
26472026-05-08T22:29:48.815Zinfo: running `cargo check --bins` on oxql-types (80/275)
26482026-05-08T22:29:49.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26492026-05-08T22:29:49.316Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26502026-05-08T22:29:49.316Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26512026-05-08T22:29:49.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26522026-05-08T22:29:49.410Z
26532026-05-08T22:29:49.410Zinfo: running `cargo check --bins` on oximeter-types (81/275)
26542026-05-08T22:29:49.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26552026-05-08T22:29:49.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26562026-05-08T22:29:49.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26572026-05-08T22:29:49.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26582026-05-08T22:29:50.008Z
26592026-05-08T22:29:50.008Zinfo: running `cargo check --bins` on oximeter-types-versions (82/275)
26602026-05-08T22:29:50.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26612026-05-08T22:29:50.511Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26622026-05-08T22:29:50.511Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26632026-05-08T22:29:50.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
26642026-05-08T22:29:50.601Z
26652026-05-08T22:29:50.601Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/275)
26662026-05-08T22:29:51.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26672026-05-08T22:29:51.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26682026-05-08T22:29:51.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26692026-05-08T22:29:51.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
26702026-05-08T22:29:51.178Z
26712026-05-08T22:29:51.178Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/275)
26722026-05-08T22:29:51.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26732026-05-08T22:29:51.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26742026-05-08T22:29:51.858Z Compiling structmeta-derive v0.3.0
26752026-05-08T22:29:51.975Z Compiling rustls v0.22.4
26762026-05-08T22:29:51.985Z Compiling multer v3.1.0
26772026-05-08T22:29:51.995Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26782026-05-08T22:29:51.998Z Compiling async-stream-impl v0.3.6
26792026-05-08T22:29:52.017Z Compiling dropshot v0.17.0
26802026-05-08T22:29:52.034Z Compiling dropshot_endpoint v0.17.0
26812026-05-08T22:29:52.034Z Compiling newtype-uuid-macros v0.1.0
26822026-05-08T22:29:52.154Z Checking newtype-uuid v1.3.2
26832026-05-08T22:29:52.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26842026-05-08T22:29:52.275Z Checking rustls-webpki v0.102.8
26852026-05-08T22:29:52.348Z Checking daft v0.1.5
26862026-05-08T22:29:52.369Z Checking futures-executor v0.3.32
26872026-05-08T22:29:52.516Z Checking thread_local v1.1.9
26882026-05-08T22:29:52.578Z Checking match_cfg v0.1.0
26892026-05-08T22:29:52.592Z Checking compression-core v0.4.31
26902026-05-08T22:29:52.644Z Checking hostname v0.3.1
26912026-05-08T22:29:52.657Z Checking iddqd v0.3.18
26922026-05-08T22:29:52.681Z Checking futures v0.3.32
26932026-05-08T22:29:52.712Z Checking compression-codecs v0.4.37
26942026-05-08T22:29:52.739Z Checking crossbeam-channel v0.5.15
26952026-05-08T22:29:52.756Z Checking slog-json v2.6.1
26962026-05-08T22:29:52.784Z Checking is-terminal v0.4.17
26972026-05-08T22:29:52.873Z Checking toml_datetime v1.0.0+spec-1.1.0
26982026-05-08T22:29:52.873Z Checking serde_spanned v1.0.4
26992026-05-08T22:29:52.902Z Checking toml_writer v1.0.6+spec-1.1.0
27002026-05-08T22:29:53.004Z Checking debug-ignore v1.0.5
27012026-05-08T22:29:53.021Z Compiling structmeta v0.3.0
27022026-05-08T22:29:53.069Z Checking take_mut v0.2.2
27032026-05-08T22:29:53.082Z Checking term v1.2.1
27042026-05-08T22:29:53.085Z Checking toml v1.0.6+spec-1.1.0
27052026-05-08T22:29:53.108Z Checking slog-bunyan v2.5.0
27062026-05-08T22:29:53.169Z Checking slog-async v2.8.0
27072026-05-08T22:29:53.217Z Checking async-compression v0.4.41
27082026-05-08T22:29:53.232Z Compiling derive-ex v0.1.8
27092026-05-08T22:29:53.300Z Compiling parse-display-derive v0.10.0
27102026-05-08T22:29:53.339Z Checking slog-term v2.9.2
27112026-05-08T22:29:53.452Z Checking async-stream v0.3.6
27122026-05-08T22:29:53.508Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27132026-05-08T22:29:53.579Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27142026-05-08T22:29:53.594Z Checking progenitor-client v0.14.0
27152026-05-08T22:29:53.597Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27162026-05-08T22:29:53.688Z Checking waitgroup v0.1.2
27172026-05-08T22:29:53.745Z Checking backon v1.6.0
27182026-05-08T22:29:53.758Z Checking rustls-pemfile v2.2.0
27192026-05-08T22:29:53.822Z Checking serde_path_to_error v0.1.20
27202026-05-08T22:29:53.877Z Checking hostname v0.4.2
27212026-05-08T22:29:53.892Z Checking instant v0.1.13
27222026-05-08T22:29:53.973Z Checking backoff v0.4.0
27232026-05-08T22:29:54.072Z Checking tokio-rustls v0.25.0
27242026-05-08T22:29:54.088Z Checking progenitor-extras v0.2.0
27252026-05-08T22:29:54.160Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27262026-05-08T22:29:54.299Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27272026-05-08T22:29:54.312Z Checking progenitor-client v0.10.0
27282026-05-08T22:29:54.366Z Checking itertools v0.14.0
27292026-05-08T22:29:54.534Z Checking regress v0.10.5
27302026-05-08T22:29:54.548Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
27312026-05-08T22:29:54.848Z Checking macaddr v1.0.1
27322026-05-08T22:29:54.891Z Compiling test-strategy v0.4.5
27332026-05-08T22:29:54.953Z Checking parse-display v0.10.0
27342026-05-08T22:29:56.133Z Compiling prettyplease v0.2.37
27352026-05-08T22:29:56.361Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27362026-05-08T22:29:56.508Z Checking num-rational v0.4.2
27372026-05-08T22:29:56.726Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27382026-05-08T22:29:57.086Z Checking num-complex v0.4.6
27392026-05-08T22:29:57.538Z Checking num v0.4.3
27402026-05-08T22:29:57.615Z Compiling usdt-macro v0.5.0
27412026-05-08T22:29:57.694Z Compiling usdt-attr-macro v0.5.0
27422026-05-08T22:29:57.847Z Checking memmap v0.7.0
27432026-05-08T22:29:57.888Z Compiling float-ord v0.3.2
27442026-05-08T22:29:57.981Z Compiling convert_case v0.4.0
27452026-05-08T22:29:58.009Z Checking unicode-width v0.2.0
27462026-05-08T22:29:58.270Z Checking console v0.15.11
27472026-05-08T22:29:58.341Z Checking newline-converter v0.3.0
27482026-05-08T22:29:58.370Z Compiling derive_more v0.99.20
27492026-05-08T22:29:58.449Z Checking atomicwrites v0.4.4
27502026-05-08T22:29:58.467Z Checking usdt v0.5.0
27512026-05-08T22:29:58.543Z Compiling toml v0.8.23
27522026-05-08T22:29:58.577Z Compiling minimal-lexical v0.2.1
27532026-05-08T22:29:58.632Z Checking linked-hash-map v0.5.6
27542026-05-08T22:29:58.802Z Checking lru-cache v0.1.2
27552026-05-08T22:29:58.829Z Compiling nom v7.1.3
27562026-05-08T22:29:58.922Z Checking expectorate v1.2.0
27572026-05-08T22:29:59.512Z Checking camino-tempfile v1.4.1
27582026-05-08T22:29:59.670Z Checking hickory-proto v0.24.4
27592026-05-08T22:29:59.683Z Checking phf_shared v0.12.1
27602026-05-08T22:29:59.826Z Compiling slog-dtrace v0.3.0
27612026-05-08T22:29:59.927Z Checking heck v0.5.0
27622026-05-08T22:30:00.020Z Compiling chrono-tz v0.10.4
27632026-05-08T22:30:00.053Z Checking resolv-conf v0.7.6
27642026-05-08T22:30:00.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27652026-05-08T22:30:00.234Z Compiling const_format_proc_macros v0.2.34
27662026-05-08T22:30:00.266Z Checking phf v0.12.1
27672026-05-08T22:30:00.410Z Checking tokio-dtrace v0.1.1
27682026-05-08T22:30:00.537Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27692026-05-08T22:30:00.597Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27702026-05-08T22:30:00.633Z Compiling derive-where v1.6.0
27712026-05-08T22:30:00.893Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27722026-05-08T22:30:01.118Z Checking highway v1.3.0
27732026-05-08T22:30:01.347Z Checking const_format v0.2.35
27742026-05-08T22:30:01.450Z Checking hickory-resolver v0.24.4
27752026-05-08T22:30:01.575Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27762026-05-08T22:30:01.631Z Checking oxide-tokio-rt v0.1.4
27772026-05-08T22:30:02.044Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27782026-05-08T22:30:02.082Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27792026-05-08T22:30:02.097Z Checking gethostname v0.5.0
27802026-05-08T22:30:02.181Z Checking bcs v0.1.6
27812026-05-08T22:30:02.200Z Compiling async-recursion v1.1.1
27822026-05-08T22:30:02.213Z Checking qorb v0.4.1
27832026-05-08T22:30:02.261Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27842026-05-08T22:30:02.277Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27852026-05-08T22:30:02.340Z Checking termtree v0.5.1
27862026-05-08T22:30:05.733Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27872026-05-08T22:30:08.251Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27882026-05-08T22:30:10.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.16s
27892026-05-08T22:30:10.533Z
27902026-05-08T22:30:10.533Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/275)
27912026-05-08T22:30:11.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922026-05-08T22:30:11.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932026-05-08T22:30:11.218Z Compiling ar_archive_writer v0.5.1
27942026-05-08T22:30:11.221Z Compiling stacker v0.1.23
27952026-05-08T22:30:11.336Z Compiling cfg_aliases v0.1.1
27962026-05-08T22:30:11.344Z Compiling convert_case v0.10.0
27972026-05-08T22:30:11.347Z Checking unicode-width v0.1.14
27982026-05-08T22:30:11.359Z Compiling proc-macro-error v1.0.4
27992026-05-08T22:30:11.370Z Checking fd-lock v4.0.4
28002026-05-08T22:30:11.370Z Checking nibble_vec v0.1.0
28012026-05-08T22:30:11.395Z Compiling nix v0.28.0
28022026-05-08T22:30:11.479Z Checking vte v0.14.1
28032026-05-08T22:30:11.497Z Compiling recursive-proc-macro-impl v0.1.1
28042026-05-08T22:30:11.578Z Checking endian-type v0.1.2
28052026-05-08T22:30:11.590Z Checking bytecount v0.6.9
28062026-05-08T22:30:11.625Z Checking strip-ansi-escapes v0.2.1
28072026-05-08T22:30:11.637Z Compiling derive_more-impl v2.1.1
28082026-05-08T22:30:11.649Z Compiling tabled_derive v0.7.0
28092026-05-08T22:30:11.684Z Checking papergrid v0.11.0
28102026-05-08T22:30:11.697Z Checking radix_trie v0.2.1
28112026-05-08T22:30:11.735Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122026-05-08T22:30:11.892Z Compiling peg-macros v0.8.5
28132026-05-08T22:30:11.905Z Checking winnow v0.6.26
28142026-05-08T22:30:12.185Z Compiling psm v0.1.30
28152026-05-08T22:30:12.209Z Compiling sqlparser_derive v0.5.0
28162026-05-08T22:30:12.327Z Checking unicode_categories v0.1.1
28172026-05-08T22:30:12.470Z Checking derive_more v2.1.1
28182026-05-08T22:30:12.483Z Checking nu-ansi-term v0.50.3
28192026-05-08T22:30:12.547Z Checking home v0.5.12
28202026-05-08T22:30:12.610Z Checking tabled v0.15.0
28212026-05-08T22:30:12.653Z Checking crossterm v0.29.0
28222026-05-08T22:30:12.689Z Checking reedline v0.40.0
28232026-05-08T22:30:12.702Z Checking rustyline v14.0.0
28242026-05-08T22:30:12.970Z Checking recursive v0.1.1
28252026-05-08T22:30:13.000Z Checking display-error-chain v0.2.2
28262026-05-08T22:30:13.075Z Checking sqlparser v0.61.0
28272026-05-08T22:30:13.095Z Checking sqlformat v0.3.5
28282026-05-08T22:30:13.308Z Checking peg v0.8.5
28292026-05-08T22:30:24.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28302026-05-08T22:30:24.386Z
28312026-05-08T22:30:24.386Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/275)
28322026-05-08T22:30:24.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332026-05-08T22:30:24.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342026-05-08T22:30:25.053Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28352026-05-08T22:30:28.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28362026-05-08T22:30:28.647Z
28372026-05-08T22:30:28.647Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/275)
28382026-05-08T22:30:29.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392026-05-08T22:30:29.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402026-05-08T22:30:29.316Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28412026-05-08T22:30:31.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s
28422026-05-08T22:30:31.915Z
28432026-05-08T22:30:31.915Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/275)
28442026-05-08T22:30:32.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452026-05-08T22:30:32.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462026-05-08T22:30:32.582Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472026-05-08T22:30:35.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28482026-05-08T22:30:35.983Z
28492026-05-08T22:30:35.983Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/275)
28502026-05-08T22:30:36.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512026-05-08T22:30:36.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522026-05-08T22:30:36.650Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28532026-05-08T22:30:39.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28542026-05-08T22:30:40.064Z
28552026-05-08T22:30:40.064Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/275)
28562026-05-08T22:30:40.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28572026-05-08T22:30:40.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28582026-05-08T22:30:40.733Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28592026-05-08T22:30:43.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28602026-05-08T22:30:43.477Z
28612026-05-08T22:30:43.477Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/275)
28622026-05-08T22:30:43.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28632026-05-08T22:30:43.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28642026-05-08T22:30:44.146Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28652026-05-08T22:30:46.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s
28662026-05-08T22:30:46.929Z
28672026-05-08T22:30:46.929Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/275)
28682026-05-08T22:30:47.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28692026-05-08T22:30:47.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28702026-05-08T22:30:47.600Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28712026-05-08T22:30:50.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s
28722026-05-08T22:30:51.149Z
28732026-05-08T22:30:51.149Zinfo: running `cargo check --bins` on oximeter (93/275)
28742026-05-08T22:30:51.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28752026-05-08T22:30:51.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28762026-05-08T22:30:51.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28772026-05-08T22:30:51.654Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28782026-05-08T22:30:51.742Z
28792026-05-08T22:30:51.742Zinfo: running `cargo check --bins` on oximeter-schema (94/275)
28802026-05-08T22:30:52.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-05-08T22:30:52.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-05-08T22:30:52.367Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28832026-05-08T22:30:52.528Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28842026-05-08T22:30:52.531Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28852026-05-08T22:30:52.861Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28862026-05-08T22:30:55.946Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28872026-05-08T22:30:57.146Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28882026-05-08T22:30:57.307Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28892026-05-08T22:30:57.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.22s
28902026-05-08T22:30:58.150Z
28912026-05-08T22:30:58.150Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/275)
28922026-05-08T22:30:58.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28932026-05-08T22:30:58.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28942026-05-08T22:30:58.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28952026-05-08T22:30:58.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28962026-05-08T22:30:58.744Z
28972026-05-08T22:30:58.744Zinfo: running `cargo check --bins` on oximeter-test-utils (96/275)
28982026-05-08T22:30:59.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28992026-05-08T22:30:59.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29002026-05-08T22:30:59.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29012026-05-08T22:30:59.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29022026-05-08T22:30:59.382Z
29032026-05-08T22:30:59.382Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/275)
29042026-05-08T22:30:59.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29052026-05-08T22:30:59.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29062026-05-08T22:30:59.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29072026-05-08T22:30:59.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29082026-05-08T22:30:59.981Z
29092026-05-08T22:30:59.981Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/275)
29102026-05-08T22:31:00.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29112026-05-08T22:31:00.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29122026-05-08T22:31:00.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29132026-05-08T22:31:00.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29142026-05-08T22:31:00.585Z
29152026-05-08T22:31:00.585Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/275)
29162026-05-08T22:31:01.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29172026-05-08T22:31:01.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29182026-05-08T22:31:01.099Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29192026-05-08T22:31:01.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29202026-05-08T22:31:01.192Z
29212026-05-08T22:31:01.192Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/275)
29222026-05-08T22:31:01.695Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29232026-05-08T22:31:01.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29242026-05-08T22:31:01.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29252026-05-08T22:31:01.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29262026-05-08T22:31:01.793Z
29272026-05-08T22:31:01.793Zinfo: running `cargo check --bins` on trust-quorum-types (101/275)
29282026-05-08T22:31:02.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29292026-05-08T22:31:02.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29302026-05-08T22:31:02.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29312026-05-08T22:31:02.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29322026-05-08T22:31:02.373Z
29332026-05-08T22:31:02.373Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/275)
29342026-05-08T22:31:02.875Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29352026-05-08T22:31:02.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29362026-05-08T22:31:02.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29372026-05-08T22:31:02.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29382026-05-08T22:31:02.972Z
29392026-05-08T22:31:02.972Zinfo: running `cargo check --bins` on update-engine (103/275)
29402026-05-08T22:31:03.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29412026-05-08T22:31:03.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29422026-05-08T22:31:03.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29432026-05-08T22:31:03.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29442026-05-08T22:31:03.553Z
29452026-05-08T22:31:03.553Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (104/275)
29462026-05-08T22:31:04.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29472026-05-08T22:31:04.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29482026-05-08T22:31:04.264Z Compiling crucible-workspace-hack v0.1.0
29492026-05-08T22:31:04.379Z Checking secrecy v0.10.3
29502026-05-08T22:31:04.386Z Compiling heapless v0.8.0
29512026-05-08T22:31:04.393Z Compiling ingot-macros v0.1.1
29522026-05-08T22:31:04.400Z Compiling toml_edit v0.23.10+spec-1.0.0
29532026-05-08T22:31:04.403Z Checking hash32 v0.3.1
29542026-05-08T22:31:04.421Z Compiling smoltcp v0.11.0
29552026-05-08T22:31:04.421Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29562026-05-08T22:31:04.480Z Checking cobs v0.3.0
29572026-05-08T22:31:04.528Z Compiling thiserror-impl-no-std v2.0.2
29582026-05-08T22:31:04.616Z Checking universal-hash v0.5.1
29592026-05-08T22:31:04.629Z Checking half v2.7.1
29602026-05-08T22:31:04.666Z Checking ciborium-io v0.2.2
29612026-05-08T22:31:04.735Z Checking opaque-debug v0.3.1
29622026-05-08T22:31:04.760Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29632026-05-08T22:31:04.777Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
29642026-05-08T22:31:04.803Z Checking poly1305 v0.8.0
29652026-05-08T22:31:04.894Z Checking ciborium-ll v0.2.2
29662026-05-08T22:31:04.938Z Compiling proc-macro-crate v3.4.0
29672026-05-08T22:31:05.060Z Checking postcard v1.1.3
29682026-05-08T22:31:05.102Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29692026-05-08T22:31:05.109Z Checking password-hash v0.5.0
29702026-05-08T22:31:05.357Z Checking chacha20 v0.9.1
29712026-05-08T22:31:05.370Z Compiling proc-macro-crate v1.3.1
29722026-05-08T22:31:05.386Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29732026-05-08T22:31:05.427Z Checking blake2 v0.10.6
29742026-05-08T22:31:05.491Z Compiling num_enum_derive v0.7.5
29752026-05-08T22:31:05.544Z Checking aead v0.5.2
29762026-05-08T22:31:05.620Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29772026-05-08T22:31:05.660Z Compiling foreign-types-macros v0.2.3
29782026-05-08T22:31:05.685Z Checking thiserror-no-std v2.0.2
29792026-05-08T22:31:05.699Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29802026-05-08T22:31:05.773Z Checking cpufeatures v0.3.0
29812026-05-08T22:31:05.787Z Checking foreign-types-shared v0.3.1
29822026-05-08T22:31:05.827Z Compiling num_enum_derive v0.5.11
29832026-05-08T22:31:05.848Z Checking chacha20 v0.10.0
29842026-05-08T22:31:05.874Z Checking vsss-rs v3.3.4
29852026-05-08T22:31:05.935Z Checking chacha20poly1305 v0.10.1
29862026-05-08T22:31:06.097Z Checking argon2 v0.5.3
29872026-05-08T22:31:06.100Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
29882026-05-08T22:31:06.240Z Checking foreign-types v0.5.0
29892026-05-08T22:31:06.351Z Checking ciborium v0.2.2
29902026-05-08T22:31:06.422Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
29912026-05-08T22:31:06.505Z Checking tabwriter v1.4.1
29922026-05-08T22:31:06.522Z Checking num_enum v0.7.5
29932026-05-08T22:31:06.633Z Checking byte-wrapper v0.1.0
29942026-05-08T22:31:06.647Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
29952026-05-08T22:31:06.697Z Checking cstr-argument v0.1.2
29962026-05-08T22:31:06.783Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
29972026-05-08T22:31:06.824Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
29982026-05-08T22:31:06.845Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
29992026-05-08T22:31:06.858Z Checking num_enum v0.5.11
30002026-05-08T22:31:06.968Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30012026-05-08T22:31:06.982Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30022026-05-08T22:31:07.050Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30032026-05-08T22:31:07.088Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-05-08T22:31:07.155Z Checking ingot-types v0.1.2
30052026-05-08T22:31:07.182Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30062026-05-08T22:31:07.195Z Checking rand v0.10.0
30072026-05-08T22:31:07.234Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30082026-05-08T22:31:07.248Z Checking indent_write v2.2.0
30092026-05-08T22:31:07.375Z Checking colored v3.1.1
30102026-05-08T22:31:07.391Z Compiling zone_cfg_derive v0.3.1
30112026-05-08T22:31:07.491Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30122026-05-08T22:31:07.521Z Checking ingot v0.1.1
30132026-05-08T22:31:07.536Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30142026-05-08T22:31:07.571Z Checking itertools v0.12.1
30152026-05-08T22:31:07.574Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30162026-05-08T22:31:07.663Z Compiling num-derive v0.4.2
30172026-05-08T22:31:07.692Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30182026-05-08T22:31:07.707Z Checking swrite v0.1.0
30192026-05-08T22:31:07.798Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30202026-05-08T22:31:07.890Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30212026-05-08T22:31:08.038Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30222026-05-08T22:31:08.054Z Checking dropshot-api-manager-types v0.7.1
30232026-05-08T22:31:08.104Z Checking smf v0.2.3
30242026-05-08T22:31:08.124Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30252026-05-08T22:31:08.148Z Checking nanorand v0.7.0
30262026-05-08T22:31:08.219Z Checking whoami v1.6.1
30272026-05-08T22:31:08.333Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30282026-05-08T22:31:08.349Z Checking flume v0.11.1
30292026-05-08T22:31:08.574Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
30302026-05-08T22:31:08.576Z Checking zone v0.3.1
30312026-05-08T22:31:09.081Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30322026-05-08T22:31:10.028Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30332026-05-08T22:31:10.899Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30342026-05-08T22:31:14.060Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30352026-05-08T22:31:16.078Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30362026-05-08T22:31:17.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.61s
30372026-05-08T22:31:17.352Z
30382026-05-08T22:31:17.352Zinfo: running `cargo check --bins` on clickhouse-admin-api (105/275)
30392026-05-08T22:31:17.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30402026-05-08T22:31:17.857Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30412026-05-08T22:31:17.857Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30422026-05-08T22:31:17.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30432026-05-08T22:31:17.949Z
30442026-05-08T22:31:17.949Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (106/275)
30452026-05-08T22:31:18.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30462026-05-08T22:31:18.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30472026-05-08T22:31:18.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30482026-05-08T22:31:18.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30492026-05-08T22:31:18.551Z
30502026-05-08T22:31:18.551Zinfo: running `cargo check --bins` on bootstrap-agent-client (107/275)
30512026-05-08T22:31:19.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30522026-05-08T22:31:19.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30532026-05-08T22:31:19.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30542026-05-08T22:31:19.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30552026-05-08T22:31:19.153Z
30562026-05-08T22:31:19.153Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/275)
30572026-05-08T22:31:19.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30582026-05-08T22:31:19.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30592026-05-08T22:31:19.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30602026-05-08T22:31:19.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30612026-05-08T22:31:19.753Z
30622026-05-08T22:31:19.753Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/275)
30632026-05-08T22:31:20.257Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30642026-05-08T22:31:20.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30652026-05-08T22:31:20.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30662026-05-08T22:31:20.263Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30672026-05-08T22:31:20.351Z
30682026-05-08T22:31:20.351Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/275)
30692026-05-08T22:31:20.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30702026-05-08T22:31:20.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30712026-05-08T22:31:20.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30722026-05-08T22:31:20.862Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30732026-05-08T22:31:20.951Z
30742026-05-08T22:31:20.951Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/275)
30752026-05-08T22:31:21.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30762026-05-08T22:31:21.456Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30772026-05-08T22:31:21.456Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30782026-05-08T22:31:21.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30792026-05-08T22:31:21.547Z
30802026-05-08T22:31:21.547Zinfo: running `cargo check --bins` on cockroach-admin-client (112/275)
30812026-05-08T22:31:22.038Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30822026-05-08T22:31:22.041Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30832026-05-08T22:31:22.041Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30842026-05-08T22:31:22.044Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30852026-05-08T22:31:22.132Z
30862026-05-08T22:31:22.132Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/275)
30872026-05-08T22:31:22.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882026-05-08T22:31:22.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892026-05-08T22:31:22.637Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902026-05-08T22:31:22.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30912026-05-08T22:31:22.725Z
30922026-05-08T22:31:22.725Zinfo: running `cargo check --bins` on dns-service-client (114/275)
30932026-05-08T22:31:23.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942026-05-08T22:31:23.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952026-05-08T22:31:23.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962026-05-08T22:31:23.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
30972026-05-08T22:31:23.321Z
30982026-05-08T22:31:23.321Zinfo: running `cargo check --bins` on installinator-client (115/275)
30992026-05-08T22:31:23.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002026-05-08T22:31:23.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012026-05-08T22:31:23.827Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022026-05-08T22:31:23.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032026-05-08T22:31:23.920Z
31042026-05-08T22:31:23.920Zinfo: running `cargo check --bins` on nexus-client (116/275)
31052026-05-08T22:31:24.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062026-05-08T22:31:24.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072026-05-08T22:31:24.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31082026-05-08T22:31:24.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31092026-05-08T22:31:24.555Z
31102026-05-08T22:31:24.555Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/275)
31112026-05-08T22:31:25.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31122026-05-08T22:31:25.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31132026-05-08T22:31:25.087Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31142026-05-08T22:31:25.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31152026-05-08T22:31:25.186Z
31162026-05-08T22:31:25.186Zinfo: running `cargo check --bins` on ntp-admin-client (118/275)
31172026-05-08T22:31:25.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31182026-05-08T22:31:25.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31192026-05-08T22:31:25.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31202026-05-08T22:31:25.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31212026-05-08T22:31:25.764Z
31222026-05-08T22:31:25.764Zinfo: running `cargo check --bins` on oxide-client (119/275)
31232026-05-08T22:31:26.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31242026-05-08T22:31:26.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31252026-05-08T22:31:26.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31262026-05-08T22:31:26.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31272026-05-08T22:31:26.356Z
31282026-05-08T22:31:26.356Zinfo: running `cargo check --bins` on oximeter-client (120/275)
31292026-05-08T22:31:26.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31302026-05-08T22:31:26.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31312026-05-08T22:31:26.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31322026-05-08T22:31:26.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31332026-05-08T22:31:26.950Z
31342026-05-08T22:31:26.950Zinfo: running `cargo check --bins` on repo-depot-client (121/275)
31352026-05-08T22:31:27.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31362026-05-08T22:31:27.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31372026-05-08T22:31:27.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31382026-05-08T22:31:27.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31392026-05-08T22:31:27.534Z
31402026-05-08T22:31:27.534Zinfo: running `cargo check --bins` on sled-agent-client (122/275)
31412026-05-08T22:31:28.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31422026-05-08T22:31:28.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31432026-05-08T22:31:28.048Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31442026-05-08T22:31:28.051Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31452026-05-08T22:31:28.142Z
31462026-05-08T22:31:28.142Zinfo: running `cargo check --bins` on wicketd-client (123/275)
31472026-05-08T22:31:28.670Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31482026-05-08T22:31:28.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31492026-05-08T22:31:28.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31502026-05-08T22:31:28.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31512026-05-08T22:31:28.773Z
31522026-05-08T22:31:28.773Zinfo: running `cargo check --bins` on installinator-common (124/275)
31532026-05-08T22:31:29.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31542026-05-08T22:31:29.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31552026-05-08T22:31:29.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31562026-05-08T22:31:29.325Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
31572026-05-08T22:31:29.396Z
31582026-05-08T22:31:29.396Zinfo: running `cargo check --bins` on installinator-common-versions (125/275)
31592026-05-08T22:31:29.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31602026-05-08T22:31:29.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31612026-05-08T22:31:29.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31622026-05-08T22:31:29.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31632026-05-08T22:31:29.976Z
31642026-05-08T22:31:29.976Zinfo: running `cargo check --bins` on wicket-common (126/275)
31652026-05-08T22:31:30.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31662026-05-08T22:31:30.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31672026-05-08T22:31:30.496Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31682026-05-08T22:31:30.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31692026-05-08T22:31:30.585Z
31702026-05-08T22:31:30.585Zinfo: running `cargo check --bins` on omicron-cockroach-admin (127/275)
31712026-05-08T22:31:31.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31722026-05-08T22:31:31.102Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31732026-05-08T22:31:31.269Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31742026-05-08T22:31:31.390Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31752026-05-08T22:31:31.393Z Checking csv-core v0.1.13
31762026-05-08T22:31:31.400Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-05-08T22:31:31.410Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31782026-05-08T22:31:31.426Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31792026-05-08T22:31:31.435Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-08T22:31:31.453Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31812026-05-08T22:31:31.550Z Checking csv v1.4.0
31822026-05-08T22:31:31.565Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31832026-05-08T22:31:31.612Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31842026-05-08T22:31:31.645Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31852026-05-08T22:31:31.871Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31862026-05-08T22:31:32.236Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31872026-05-08T22:31:32.236Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31882026-05-08T22:31:32.559Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31892026-05-08T22:31:38.216Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31902026-05-08T22:31:38.740Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31912026-05-08T22:31:41.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.45s
31922026-05-08T22:31:41.237Z
31932026-05-08T22:31:41.237Zinfo: running `cargo check --bins` on cockroach-admin-api (128/275)
31942026-05-08T22:31:41.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31952026-05-08T22:31:41.741Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31962026-05-08T22:31:41.741Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31972026-05-08T22:31:41.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31982026-05-08T22:31:41.832Z
31992026-05-08T22:31:41.833Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (129/275)
32002026-05-08T22:31:42.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32012026-05-08T22:31:42.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32022026-05-08T22:31:42.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32032026-05-08T22:31:42.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32042026-05-08T22:31:42.596Z
32052026-05-08T22:31:42.596Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (130/275)
32062026-05-08T22:31:43.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32072026-05-08T22:31:43.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32082026-05-08T22:31:43.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32092026-05-08T22:31:43.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
32102026-05-08T22:31:43.209Z
32112026-05-08T22:31:43.209Zinfo: running `cargo check --bins` on gateway-test-utils (131/275)
32122026-05-08T22:31:43.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32132026-05-08T22:31:43.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32142026-05-08T22:31:43.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32152026-05-08T22:31:43.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32162026-05-08T22:31:43.859Z
32172026-05-08T22:31:43.859Zinfo: running `cargo check --bins` on omicron-gateway (132/275)
32182026-05-08T22:31:44.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32192026-05-08T22:31:44.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32202026-05-08T22:31:44.627Z Compiling regress v0.11.1
32212026-05-08T22:31:44.766Z Compiling unsafe-libyaml v0.2.11
32222026-05-08T22:31:44.781Z Compiling radium v0.7.0
32232026-05-08T22:31:44.789Z Compiling semver v0.1.20
32242026-05-08T22:31:44.806Z Compiling pin-project-internal v1.1.11
32252026-05-08T22:31:44.815Z Compiling maybe-uninit v2.0.0
32262026-05-08T22:31:44.833Z Checking tap v1.0.1
32272026-05-08T22:31:44.934Z Checking wyz v0.5.1
32282026-05-08T22:31:45.045Z Compiling rustc_version v0.1.7
32292026-05-08T22:31:45.110Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-05-08T22:31:45.134Z Checking progenitor-client v0.13.0
32312026-05-08T22:31:45.233Z Compiling snafu-derive v0.8.9
32322026-05-08T22:31:45.258Z Compiling newtype_derive v0.1.6
32332026-05-08T22:31:45.362Z Compiling serde_yaml v0.9.34+deprecated
32342026-05-08T22:31:45.466Z Compiling zerocopy-derive v0.6.6
32352026-05-08T22:31:45.507Z Compiling cancel-safe-futures v0.1.5
32362026-05-08T22:31:45.708Z Checking crc-catalog v2.4.0
32372026-05-08T22:31:45.806Z Checking funty v2.0.0
32382026-05-08T22:31:45.918Z Checking pin-project v1.1.11
32392026-05-08T22:31:46.016Z Checking same-file v1.0.6
32402026-05-08T22:31:46.121Z Compiling owo-colors v4.3.0
32412026-05-08T22:31:46.138Z Compiling packed_struct v0.10.1
32422026-05-08T22:31:46.173Z Checking typify-impl v0.6.2
32432026-05-08T22:31:46.406Z Checking zerocopy v0.6.6
32442026-05-08T22:31:46.489Z Checking walkdir v2.5.0
32452026-05-08T22:31:46.575Z Checking bitvec v1.0.1
32462026-05-08T22:31:46.651Z Checking crc v3.4.0
32472026-05-08T22:31:46.808Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32482026-05-08T22:31:46.822Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32492026-05-08T22:31:46.837Z Checking globset v0.4.18
32502026-05-08T22:31:47.120Z Checking olpc-cjson v0.1.4
32512026-05-08T22:31:47.140Z Checking snafu v0.8.9
32522026-05-08T22:31:47.165Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32532026-05-08T22:31:47.260Z Checking pem v3.0.6
32542026-05-08T22:31:47.325Z Compiling packed_struct_codegen v0.10.1
32552026-05-08T22:31:47.366Z Checking libsw-core v0.3.2
32562026-05-08T22:31:47.384Z Checking serde_plain v1.0.2
32572026-05-08T22:31:47.418Z Compiling bitfield-macros v0.19.4
32582026-05-08T22:31:47.432Z Compiling indexmap v1.9.3
32592026-05-08T22:31:47.513Z Checking nodrop v0.1.14
32602026-05-08T22:31:47.530Z Checking typed-path v0.9.3
32612026-05-08T22:31:47.608Z Checking array-init v0.0.4
32622026-05-08T22:31:47.646Z Checking libsw v3.5.0
32632026-05-08T22:31:47.796Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-05-08T22:31:47.903Z Checking smallvec v0.6.14
32652026-05-08T22:31:47.956Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32662026-05-08T22:31:48.179Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32672026-05-08T22:31:48.188Z Checking bitfield v0.19.4
32682026-05-08T22:31:48.224Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32692026-05-08T22:31:48.255Z Checking tagptr v0.2.0
32702026-05-08T22:31:48.310Z Checking tough v0.20.0
32712026-05-08T22:31:48.350Z Checking base64 v0.21.7
32722026-05-08T22:31:48.370Z Checking smawk v0.3.2
32732026-05-08T22:31:48.386Z Checking linear-map v1.2.0
32742026-05-08T22:31:48.399Z Checking hashbrown v0.12.3
32752026-05-08T22:31:48.494Z Checking unicode-linebreak v0.1.5
32762026-05-08T22:31:48.551Z Checking moka v0.12.13
32772026-05-08T22:31:48.585Z Checking ron v0.8.1
32782026-05-08T22:31:48.704Z Checking textwrap v0.16.2
32792026-05-08T22:31:48.752Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32802026-05-08T22:31:48.915Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32812026-05-08T22:31:49.091Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32822026-05-08T22:31:49.104Z Checking serde-hex v0.1.0
32832026-05-08T22:31:49.128Z Checking steno v0.4.1
32842026-05-08T22:31:49.190Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-05-08T22:31:49.349Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32862026-05-08T22:31:49.456Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32872026-05-08T22:31:49.878Z Checking hashbrown v0.13.2
32882026-05-08T22:31:49.911Z Checking crc-any v2.5.0
32892026-05-08T22:31:49.998Z Checking humantime v2.3.0
32902026-05-08T22:31:50.089Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-05-08T22:31:50.141Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32922026-05-08T22:31:50.180Z Checking hickory-resolver v0.25.2
32932026-05-08T22:31:50.265Z Checking half v1.8.3
32942026-05-08T22:31:50.283Z Checking void v1.0.2
32952026-05-08T22:31:50.310Z Checking path-slash v0.1.5
32962026-05-08T22:31:50.319Z Checking object v0.30.4
32972026-05-08T22:31:50.393Z Checking utf-8 v0.7.6
32982026-05-08T22:31:50.427Z Checking lzss v0.8.2
32992026-05-08T22:31:50.462Z Checking serde_cbor v0.11.2
33002026-05-08T22:31:50.527Z Checking tungstenite v0.23.0
33012026-05-08T22:31:50.611Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33022026-05-08T22:31:50.724Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33032026-05-08T22:31:50.768Z Checking nix v0.27.1
33042026-05-08T22:31:50.836Z Checking kstat-rs v0.2.4
33052026-05-08T22:31:50.867Z Compiling typify-macro v0.6.2
33062026-05-08T22:31:50.891Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33072026-05-08T22:31:50.941Z Checking fxhash v0.2.1
33082026-05-08T22:31:50.958Z Checking serde_bytes v0.11.19
33092026-05-08T22:31:51.039Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33102026-05-08T22:31:51.072Z Checking tokio-tungstenite v0.23.1
33112026-05-08T22:31:51.128Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33122026-05-08T22:31:51.264Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33132026-05-08T22:31:51.290Z Checking signal-hook-tokio v0.3.1
33142026-05-08T22:31:52.190Z Compiling typify v0.6.2
33152026-05-08T22:31:52.272Z Compiling progenitor-impl v0.13.0
33162026-05-08T22:31:52.272Z Compiling progenitor-impl v0.14.0
33172026-05-08T22:31:52.371Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-05-08T22:31:53.287Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33192026-05-08T22:31:53.621Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
33202026-05-08T22:31:53.877Z Compiling progenitor-macro v0.14.0
33212026-05-08T22:31:53.891Z Compiling progenitor-macro v0.13.0
33222026-05-08T22:31:56.403Z Checking progenitor v0.13.0
33232026-05-08T22:31:56.533Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33242026-05-08T22:31:56.552Z Checking progenitor v0.14.0
33252026-05-08T22:31:56.655Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33262026-05-08T22:32:01.298Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33272026-05-08T22:32:06.805Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33282026-05-08T22:32:12.997Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33292026-05-08T22:32:14.377Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33302026-05-08T22:32:14.880Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33312026-05-08T22:32:16.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.08s
33322026-05-08T22:32:17.145Z
33332026-05-08T22:32:17.145Zinfo: running `cargo check --bins` on gateway-api (133/275)
33342026-05-08T22:32:17.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33352026-05-08T22:32:17.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33362026-05-08T22:32:17.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33372026-05-08T22:32:17.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33382026-05-08T22:32:17.747Z
33392026-05-08T22:32:17.747Zinfo: running `cargo check --bins` on ipcc (134/275)
33402026-05-08T22:32:18.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33412026-05-08T22:32:18.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33422026-05-08T22:32:18.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33432026-05-08T22:32:18.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33442026-05-08T22:32:18.348Z
33452026-05-08T22:32:18.348Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (135/275)
33462026-05-08T22:32:18.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33472026-05-08T22:32:18.846Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33482026-05-08T22:32:18.846Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33492026-05-08T22:32:18.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33502026-05-08T22:32:18.935Z
33512026-05-08T22:32:18.935Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (136/275)
33522026-05-08T22:32:19.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33532026-05-08T22:32:19.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33542026-05-08T22:32:19.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33552026-05-08T22:32:19.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33562026-05-08T22:32:19.544Z
33572026-05-08T22:32:19.544Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (137/275)
33582026-05-08T22:32:20.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33592026-05-08T22:32:20.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33602026-05-08T22:32:20.053Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33612026-05-08T22:32:20.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33622026-05-08T22:32:20.143Z
33632026-05-08T22:32:20.143Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (138/275)
33642026-05-08T22:32:20.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33652026-05-08T22:32:20.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33662026-05-08T22:32:20.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33672026-05-08T22:32:20.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33682026-05-08T22:32:20.746Z
33692026-05-08T22:32:20.746Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (139/275)
33702026-05-08T22:32:21.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-05-08T22:32:21.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-05-08T22:32:21.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-05-08T22:32:21.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33742026-05-08T22:32:21.354Z
33752026-05-08T22:32:21.354Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (140/275)
33762026-05-08T22:32:21.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-05-08T22:32:21.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-05-08T22:32:21.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-05-08T22:32:21.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33802026-05-08T22:32:21.955Z
33812026-05-08T22:32:21.955Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (141/275)
33822026-05-08T22:32:22.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-05-08T22:32:22.460Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-05-08T22:32:22.460Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-05-08T22:32:22.464Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33862026-05-08T22:32:22.549Z
33872026-05-08T22:32:22.550Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (142/275)
33882026-05-08T22:32:23.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-05-08T22:32:23.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-05-08T22:32:23.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-05-08T22:32:23.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33922026-05-08T22:32:23.156Z
33932026-05-08T22:32:23.156Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (143/275)
33942026-05-08T22:32:23.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-05-08T22:32:23.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-05-08T22:32:23.668Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-05-08T22:32:23.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33982026-05-08T22:32:23.761Z
33992026-05-08T22:32:23.761Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (144/275)
34002026-05-08T22:32:24.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-05-08T22:32:24.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-05-08T22:32:24.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-05-08T22:32:24.281Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34042026-05-08T22:32:24.375Z
34052026-05-08T22:32:24.375Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (145/275)
34062026-05-08T22:32:24.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-05-08T22:32:24.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-05-08T22:32:24.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-05-08T22:32:24.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34102026-05-08T22:32:24.980Z
34112026-05-08T22:32:24.980Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (146/275)
34122026-05-08T22:32:25.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-05-08T22:32:25.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-05-08T22:32:25.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-05-08T22:32:25.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34162026-05-08T22:32:25.583Z
34172026-05-08T22:32:25.583Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (147/275)
34182026-05-08T22:32:26.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-05-08T22:32:26.092Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-05-08T22:32:26.092Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-05-08T22:32:26.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34222026-05-08T22:32:26.189Z
34232026-05-08T22:32:26.189Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (148/275)
34242026-05-08T22:32:26.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-05-08T22:32:26.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-05-08T22:32:26.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-05-08T22:32:26.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34282026-05-08T22:32:26.795Z
34292026-05-08T22:32:26.795Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (149/275)
34302026-05-08T22:32:27.307Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-05-08T22:32:27.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-05-08T22:32:27.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-05-08T22:32:27.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34342026-05-08T22:32:27.399Z
34352026-05-08T22:32:27.399Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (150/275)
34362026-05-08T22:32:27.907Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-05-08T22:32:27.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-05-08T22:32:27.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-05-08T22:32:27.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34402026-05-08T22:32:28.005Z
34412026-05-08T22:32:28.005Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (151/275)
34422026-05-08T22:32:28.512Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-05-08T22:32:28.515Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-05-08T22:32:28.515Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-05-08T22:32:28.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34462026-05-08T22:32:28.611Z
34472026-05-08T22:32:28.611Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (152/275)
34482026-05-08T22:32:29.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-05-08T22:32:29.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-05-08T22:32:29.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-05-08T22:32:29.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34522026-05-08T22:32:29.220Z
34532026-05-08T22:32:29.221Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (153/275)
34542026-05-08T22:32:29.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-05-08T22:32:29.729Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-05-08T22:32:29.729Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-05-08T22:32:29.732Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34582026-05-08T22:32:29.825Z
34592026-05-08T22:32:29.825Zinfo: running `cargo check --bins` on oximeter-producer (154/275)
34602026-05-08T22:32:30.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-05-08T22:32:30.367Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-05-08T22:32:30.367Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-05-08T22:32:30.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
34642026-05-08T22:32:30.467Z
34652026-05-08T22:32:30.467Zinfo: running `cargo check --bins` on internal-dns-resolver (155/275)
34662026-05-08T22:32:30.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-05-08T22:32:30.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-05-08T22:32:30.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-05-08T22:32:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
34702026-05-08T22:32:31.075Z
34712026-05-08T22:32:31.075Zinfo: running `cargo check --bins` on dns-server (156/275)
34722026-05-08T22:32:31.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-05-08T22:32:31.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-05-08T22:32:31.729Z Compiling parking_lot_core v0.8.6
34752026-05-08T22:32:31.729Z Compiling git-stub v1.0.0
34762026-05-08T22:32:31.732Z Compiling atomicwrites v0.4.4
34772026-05-08T22:32:31.732Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
34782026-05-08T22:32:31.732Z Checking prefix-trie v0.7.0
34792026-05-08T22:32:31.961Z Compiling git-stub-vcs v0.1.0
34802026-05-08T22:32:32.138Z Checking hickory-server v0.25.2
34812026-05-08T22:32:32.235Z Checking parking_lot v0.11.2
34822026-05-08T22:32:32.238Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34832026-05-08T22:32:32.315Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34842026-05-08T22:32:32.315Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34852026-05-08T22:32:32.404Z Checking sled v0.34.7
34862026-05-08T22:32:34.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
34872026-05-08T22:32:34.449Z
34882026-05-08T22:32:34.449Zinfo: running `cargo check --bins` on dns-server-api (157/275)
34892026-05-08T22:32:34.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-05-08T22:32:34.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-05-08T22:32:34.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-05-08T22:32:34.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34932026-05-08T22:32:35.051Z
34942026-05-08T22:32:35.051Zinfo: running `cargo check --bins` on oximeter-producer-api (158/275)
34952026-05-08T22:32:35.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-05-08T22:32:35.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-05-08T22:32:35.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-05-08T22:32:35.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34992026-05-08T22:32:35.653Z
35002026-05-08T22:32:35.653Zinfo: running `cargo check --bins` on sp-sim (159/275)
35012026-05-08T22:32:36.193Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-05-08T22:32:36.196Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-05-08T22:32:36.378Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35042026-05-08T22:32:38.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
35052026-05-08T22:32:38.328Z
35062026-05-08T22:32:38.328Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (160/275)
35072026-05-08T22:32:38.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-05-08T22:32:38.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-05-08T22:32:38.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-05-08T22:32:38.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35112026-05-08T22:32:38.993Z
35122026-05-08T22:32:38.993Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (161/275)
35132026-05-08T22:32:39.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-05-08T22:32:39.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-05-08T22:32:39.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-05-08T22:32:39.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35172026-05-08T22:32:39.654Z
35182026-05-08T22:32:39.654Zinfo: running `cargo check --bins` on db-macros (162/275)
35192026-05-08T22:32:40.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-05-08T22:32:40.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-05-08T22:32:40.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-05-08T22:32:40.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35232026-05-08T22:32:40.246Z
35242026-05-08T22:32:40.246Zinfo: running `cargo check --bins` on nexus-macros-common (163/275)
35252026-05-08T22:32:40.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-05-08T22:32:40.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-05-08T22:32:40.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-05-08T22:32:40.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35292026-05-08T22:32:40.836Z
35302026-05-08T22:32:40.836Zinfo: running `cargo check --bins` on nexus-auth (164/275)
35312026-05-08T22:32:41.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-05-08T22:32:41.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-05-08T22:32:41.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-05-08T22:32:41.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
35352026-05-08T22:32:41.493Z
35362026-05-08T22:32:41.493Zinfo: running `cargo check --bins` on authz-macros (165/275)
35372026-05-08T22:32:41.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-05-08T22:32:41.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-05-08T22:32:41.992Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-05-08T22:32:41.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35412026-05-08T22:32:42.084Z
35422026-05-08T22:32:42.085Zinfo: running `cargo check --bins` on nexus-db-fixed-data (166/275)
35432026-05-08T22:32:42.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-05-08T22:32:42.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-05-08T22:32:42.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-05-08T22:32:42.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35472026-05-08T22:32:42.739Z
35482026-05-08T22:32:42.739Zinfo: running `cargo check --bins` on nexus-db-model (167/275)
35492026-05-08T22:32:43.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-05-08T22:32:43.279Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-05-08T22:32:43.279Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-05-08T22:32:43.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
35532026-05-08T22:32:43.375Z
35542026-05-08T22:32:43.375Zinfo: running `cargo check --bins` on nexus-db-schema (168/275)
35552026-05-08T22:32:43.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-05-08T22:32:43.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-05-08T22:32:43.866Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-05-08T22:32:43.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35592026-05-08T22:32:43.954Z
35602026-05-08T22:32:43.954Zinfo: running `cargo check --bins` on omicron-rpaths (169/275)
35612026-05-08T22:32:44.440Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-05-08T22:32:44.443Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-05-08T22:32:44.443Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-05-08T22:32:44.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35652026-05-08T22:32:44.527Z
35662026-05-08T22:32:44.527Zinfo: running `cargo check --bins` on nexus-defaults (170/275)
35672026-05-08T22:32:45.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-05-08T22:32:45.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-05-08T22:32:45.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-05-08T22:32:45.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35712026-05-08T22:32:45.118Z
35722026-05-08T22:32:45.118Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (171/275)
35732026-05-08T22:32:45.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-05-08T22:32:45.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-05-08T22:32:45.611Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-05-08T22:32:45.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35772026-05-08T22:32:45.698Z
35782026-05-08T22:32:45.698Zinfo: running `cargo check --bins` on parallel-task-set (172/275)
35792026-05-08T22:32:46.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-05-08T22:32:46.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-05-08T22:32:46.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-05-08T22:32:46.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35832026-05-08T22:32:46.279Z
35842026-05-08T22:32:46.279Zinfo: running `cargo check --bins` on nexus-db-errors (173/275)
35852026-05-08T22:32:46.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-05-08T22:32:46.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-05-08T22:32:46.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-05-08T22:32:46.825Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35892026-05-08T22:32:46.923Z
35902026-05-08T22:32:46.923Zinfo: running `cargo check --bins` on nexus-db-lookup (174/275)
35912026-05-08T22:32:47.467Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-05-08T22:32:47.471Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-05-08T22:32:47.471Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-05-08T22:32:47.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
35952026-05-08T22:32:47.564Z
35962026-05-08T22:32:47.564Zinfo: running `cargo check --bins` on nexus-inventory (175/275)
35972026-05-08T22:32:48.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-05-08T22:32:48.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-05-08T22:32:48.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-05-08T22:32:48.105Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
36012026-05-08T22:32:48.202Z
36022026-05-08T22:32:48.202Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (176/275)
36032026-05-08T22:32:48.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-05-08T22:32:48.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-05-08T22:32:48.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36062026-05-08T22:32:48.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36072026-05-08T22:32:48.811Z
36082026-05-08T22:32:48.811Zinfo: running `cargo check --bins --no-default-features` on sled-storage (177/275)
36092026-05-08T22:32:49.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36102026-05-08T22:32:49.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36112026-05-08T22:32:49.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36122026-05-08T22:32:49.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36132026-05-08T22:32:49.423Z
36142026-05-08T22:32:49.423Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (178/275)
36152026-05-08T22:32:49.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36162026-05-08T22:32:49.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36172026-05-08T22:32:49.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36182026-05-08T22:32:49.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36192026-05-08T22:32:50.034Z
36202026-05-08T22:32:50.034Zinfo: running `cargo check --bins` on key-manager (179/275)
36212026-05-08T22:32:50.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36222026-05-08T22:32:50.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36232026-05-08T22:32:50.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36242026-05-08T22:32:50.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36252026-05-08T22:32:50.616Z
36262026-05-08T22:32:50.617Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (180/275)
36272026-05-08T22:32:51.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36282026-05-08T22:32:51.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36292026-05-08T22:32:51.129Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36302026-05-08T22:32:51.133Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36312026-05-08T22:32:51.222Z
36322026-05-08T22:32:51.223Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (181/275)
36332026-05-08T22:32:51.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36342026-05-08T22:32:51.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36352026-05-08T22:32:51.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36362026-05-08T22:32:51.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36372026-05-08T22:32:51.829Z
36382026-05-08T22:32:51.830Zinfo: running `cargo check --bins` on typed-rng (182/275)
36392026-05-08T22:32:52.324Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36402026-05-08T22:32:52.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36412026-05-08T22:32:52.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36422026-05-08T22:32:52.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36432026-05-08T22:32:52.413Z
36442026-05-08T22:32:52.413Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (183/275)
36452026-05-08T22:32:52.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36462026-05-08T22:32:52.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36472026-05-08T22:32:53.249Z Compiling typify-impl v0.4.3
36482026-05-08T22:32:53.250Z Compiling libefi-sys v0.1.0
36492026-05-08T22:32:53.253Z Compiling bitfield-struct v0.6.2
36502026-05-08T22:32:53.401Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36512026-05-08T22:32:53.414Z Compiling xshell-macros v0.2.7
36522026-05-08T22:32:53.424Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
36532026-05-08T22:32:53.440Z Compiling salty v0.3.0
36542026-05-08T22:32:53.467Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36552026-05-08T22:32:53.622Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36562026-05-08T22:32:53.746Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36572026-05-08T22:32:53.774Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36582026-05-08T22:32:53.785Z Checking xshell v0.2.7
36592026-05-08T22:32:53.958Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36602026-05-08T22:32:53.984Z Checking primeorder v0.13.6
36612026-05-08T22:32:54.000Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36622026-05-08T22:32:54.123Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36632026-05-08T22:32:54.143Z Compiling proc-macro-error-attr2 v2.0.0
36642026-05-08T22:32:54.219Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
36652026-05-08T22:32:54.235Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
36662026-05-08T22:32:54.382Z Checking tungstenite v0.21.0
36672026-05-08T22:32:54.430Z Checking p384 v0.13.1
36682026-05-08T22:32:54.464Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
36692026-05-08T22:32:54.528Z Compiling proc-macro-error2 v2.0.1
36702026-05-08T22:32:54.642Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
36712026-05-08T22:32:54.804Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
36722026-05-08T22:32:54.837Z Compiling num-derive v0.3.3
36732026-05-08T22:32:54.855Z Compiling tabled_derive v0.11.0
36742026-05-08T22:32:55.135Z Checking tokio-tungstenite v0.21.0
36752026-05-08T22:32:55.314Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
36762026-05-08T22:32:55.415Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36772026-05-08T22:32:55.435Z Checking papergrid v0.17.0
36782026-05-08T22:32:55.633Z Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36792026-05-08T22:32:55.794Z Checking libscf-sys v1.1.0
36802026-05-08T22:32:55.929Z Checking testing_table v0.3.0
36812026-05-08T22:32:55.998Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36822026-05-08T22:32:56.005Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
36832026-05-08T22:32:56.022Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36842026-05-08T22:32:56.135Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
36852026-05-08T22:32:56.203Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36862026-05-08T22:32:56.344Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36872026-05-08T22:32:56.401Z Compiling unicase v2.9.0
36882026-05-08T22:32:56.456Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
36892026-05-08T22:32:56.505Z Checking corncobs v0.1.4
36902026-05-08T22:32:56.606Z Compiling mime_guess v2.0.5
36912026-05-08T22:32:56.625Z Checking tabled v0.20.0
36922026-05-08T22:32:56.640Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36932026-05-08T22:32:56.655Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
36942026-05-08T22:32:56.786Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
36952026-05-08T22:32:56.861Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
36962026-05-08T22:32:56.893Z Checking progenitor-client v0.11.2
36972026-05-08T22:32:57.137Z Checking secrecy v0.8.0
36982026-05-08T22:32:57.153Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
36992026-05-08T22:32:57.167Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
37002026-05-08T22:32:57.196Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
37012026-05-08T22:32:57.245Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37022026-05-08T22:32:57.376Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37032026-05-08T22:32:57.657Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37042026-05-08T22:32:57.679Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
37052026-05-08T22:32:57.774Z Compiling typify-macro v0.4.3
37062026-05-08T22:32:57.819Z Checking filetime v0.2.27
37072026-05-08T22:32:57.927Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
37082026-05-08T22:32:58.102Z Checking http-range v0.1.5
37092026-05-08T22:32:58.118Z Checking crc8 v0.1.1
37102026-05-08T22:32:58.216Z Checking xattr v1.6.1
37112026-05-08T22:32:58.297Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37122026-05-08T22:32:58.349Z Checking tar v0.4.45
37132026-05-08T22:32:58.558Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37142026-05-08T22:32:58.690Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37152026-05-08T22:32:58.708Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
37162026-05-08T22:32:58.727Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37172026-05-08T22:32:58.814Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37182026-05-08T22:32:59.073Z Checking atty v0.2.14
37192026-05-08T22:32:59.177Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
37202026-05-08T22:32:59.215Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37212026-05-08T22:32:59.306Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37222026-05-08T22:32:59.464Z Compiling typify v0.4.3
37232026-05-08T22:32:59.580Z Compiling progenitor-impl v0.11.2
37242026-05-08T22:32:59.643Z Compiling progenitor-impl v0.10.0
37252026-05-08T22:32:59.921Z Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
37262026-05-08T22:33:00.074Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
37272026-05-08T22:33:00.157Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37282026-05-08T22:33:00.593Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
37292026-05-08T22:33:00.997Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
37302026-05-08T22:33:01.030Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
37312026-05-08T22:33:01.047Z Checking hyper-staticfile v0.10.1
37322026-05-08T22:33:01.220Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37332026-05-08T22:33:01.333Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
37342026-05-08T22:33:01.407Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
37352026-05-08T22:33:01.476Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37362026-05-08T22:33:01.696Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
37372026-05-08T22:33:01.747Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
37382026-05-08T22:33:01.969Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37392026-05-08T22:33:02.043Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
37402026-05-08T22:33:02.179Z Compiling progenitor-macro v0.11.2
37412026-05-08T22:33:02.277Z Compiling progenitor-macro v0.10.0
37422026-05-08T22:33:04.876Z Checking progenitor v0.11.2
37432026-05-08T22:33:05.004Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
37442026-05-08T22:33:05.091Z Checking progenitor v0.10.0
37452026-05-08T22:33:05.211Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
37462026-05-08T22:33:09.604Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
37472026-05-08T22:33:10.696Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37482026-05-08T22:33:21.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.58s
37492026-05-08T22:33:21.221Z
37502026-05-08T22:33:21.221Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (184/275)
37512026-05-08T22:33:21.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-05-08T22:33:21.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-05-08T22:33:21.995Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37542026-05-08T22:33:32.414Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.18s
37552026-05-08T22:33:32.620Z
37562026-05-08T22:33:32.620Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (185/275)
37572026-05-08T22:33:33.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37582026-05-08T22:33:33.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37592026-05-08T22:33:33.399Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37602026-05-08T22:33:43.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37612026-05-08T22:33:44.049Z
37622026-05-08T22:33:44.049Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (186/275)
37632026-05-08T22:33:44.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37642026-05-08T22:33:44.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37652026-05-08T22:33:44.825Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37662026-05-08T22:33:55.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
37672026-05-08T22:33:55.470Z
37682026-05-08T22:33:55.470Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (187/275)
37692026-05-08T22:33:56.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37702026-05-08T22:33:56.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37712026-05-08T22:33:56.255Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37722026-05-08T22:34:06.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.17s
37732026-05-08T22:34:06.871Z
37742026-05-08T22:34:06.871Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (188/275)
37752026-05-08T22:34:07.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37762026-05-08T22:34:07.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37772026-05-08T22:34:07.641Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37782026-05-08T22:34:18.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.25s
37792026-05-08T22:34:18.327Z
37802026-05-08T22:34:18.327Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (189/275)
37812026-05-08T22:34:18.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37822026-05-08T22:34:18.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37832026-05-08T22:34:19.114Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37842026-05-08T22:34:29.597Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.26s
37852026-05-08T22:34:29.815Z
37862026-05-08T22:34:29.815Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (190/275)
37872026-05-08T22:34:30.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37882026-05-08T22:34:30.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37892026-05-08T22:34:30.604Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37902026-05-08T22:34:41.122Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
37912026-05-08T22:34:41.334Z
37922026-05-08T22:34:41.334Zinfo: running `cargo check --bins` on bootstrap-agent-api (191/275)
37932026-05-08T22:34:41.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37942026-05-08T22:34:41.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37952026-05-08T22:34:41.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37962026-05-08T22:34:41.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37972026-05-08T22:34:41.943Z
37982026-05-08T22:34:41.943Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (192/275)
37992026-05-08T22:34:42.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38002026-05-08T22:34:42.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38012026-05-08T22:34:42.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38022026-05-08T22:34:42.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38032026-05-08T22:34:42.553Z
38042026-05-08T22:34:42.553Zinfo: running `cargo check --bins` on range-requests (193/275)
38052026-05-08T22:34:43.053Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38062026-05-08T22:34:43.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38072026-05-08T22:34:43.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38082026-05-08T22:34:43.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38092026-05-08T22:34:43.149Z
38102026-05-08T22:34:43.149Zinfo: running `cargo check --bins` on repo-depot-api (194/275)
38112026-05-08T22:34:43.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38122026-05-08T22:34:43.663Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38132026-05-08T22:34:43.663Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38142026-05-08T22:34:43.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
38152026-05-08T22:34:43.755Z
38162026-05-08T22:34:43.755Zinfo: running `cargo check --bins` on sled-agent-api (195/275)
38172026-05-08T22:34:44.280Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38182026-05-08T22:34:44.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38192026-05-08T22:34:44.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38202026-05-08T22:34:44.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38212026-05-08T22:34:44.384Z
38222026-05-08T22:34:44.384Zinfo: running `cargo check --bins` on sled-diagnostics (196/275)
38232026-05-08T22:34:44.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38242026-05-08T22:34:44.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38252026-05-08T22:34:44.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38262026-05-08T22:34:44.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38272026-05-08T22:34:45.008Z
38282026-05-08T22:34:45.008Zinfo: running `cargo check --bins` on zfs-test-harness (197/275)
38292026-05-08T22:34:45.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38302026-05-08T22:34:45.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38312026-05-08T22:34:45.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38322026-05-08T22:34:45.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38332026-05-08T22:34:45.634Z
38342026-05-08T22:34:45.634Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (198/275)
38352026-05-08T22:34:46.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38362026-05-08T22:34:46.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38372026-05-08T22:34:46.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38382026-05-08T22:34:46.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38392026-05-08T22:34:46.261Z
38402026-05-08T22:34:46.261Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (199/275)
38412026-05-08T22:34:46.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38422026-05-08T22:34:46.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38432026-05-08T22:34:46.789Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38442026-05-08T22:34:46.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38452026-05-08T22:34:46.885Z
38462026-05-08T22:34:46.885Zinfo: running `cargo check --bins` on sled-agent-health-monitor (200/275)
38472026-05-08T22:34:47.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38482026-05-08T22:34:47.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38492026-05-08T22:34:47.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38502026-05-08T22:34:47.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38512026-05-08T22:34:47.510Z
38522026-05-08T22:34:47.510Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (201/275)
38532026-05-08T22:34:48.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38542026-05-08T22:34:48.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38552026-05-08T22:34:48.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38562026-05-08T22:34:48.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38572026-05-08T22:34:48.143Z
38582026-05-08T22:34:48.143Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (202/275)
38592026-05-08T22:34:48.672Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38602026-05-08T22:34:48.675Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38612026-05-08T22:34:48.675Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38622026-05-08T22:34:48.679Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38632026-05-08T22:34:48.777Z
38642026-05-08T22:34:48.777Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (203/275)
38652026-05-08T22:34:49.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-05-08T22:34:49.308Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-05-08T22:34:49.308Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38682026-05-08T22:34:49.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38692026-05-08T22:34:49.409Z
38702026-05-08T22:34:49.409Zinfo: running `cargo check --bins` on sled-agent-rack-setup (204/275)
38712026-05-08T22:34:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38722026-05-08T22:34:49.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38732026-05-08T22:34:49.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38742026-05-08T22:34:49.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38752026-05-08T22:34:50.075Z
38762026-05-08T22:34:50.075Zinfo: running `cargo check --bins` on trust-quorum (205/275)
38772026-05-08T22:34:50.605Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38782026-05-08T22:34:50.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38792026-05-08T22:34:50.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38802026-05-08T22:34:50.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
38812026-05-08T22:34:50.708Z
38822026-05-08T22:34:50.708Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (206/275)
38832026-05-08T22:34:51.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38842026-05-08T22:34:51.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38852026-05-08T22:34:51.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38862026-05-08T22:34:51.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
38872026-05-08T22:34:51.358Z
38882026-05-08T22:34:51.358Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (207/275)
38892026-05-08T22:34:51.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-05-08T22:34:51.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-05-08T22:34:51.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38922026-05-08T22:34:51.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
38932026-05-08T22:34:52.024Z
38942026-05-08T22:34:52.024Zinfo: running `cargo check --bins` on update-common (208/275)
38952026-05-08T22:34:52.543Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38962026-05-08T22:34:52.546Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38972026-05-08T22:34:52.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38982026-05-08T22:34:52.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
38992026-05-08T22:34:52.642Z
39002026-05-08T22:34:52.642Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (209/275)
39012026-05-08T22:34:53.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39022026-05-08T22:34:53.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39032026-05-08T22:34:53.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39042026-05-08T22:34:53.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39052026-05-08T22:34:53.311Z
39062026-05-08T22:34:53.311Zinfo: running `cargo check --bins` on omicron-deployment-graph (210/275)
39072026-05-08T22:34:53.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39082026-05-08T22:34:53.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39092026-05-08T22:34:53.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39102026-05-08T22:34:53.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39112026-05-08T22:34:53.900Z
39122026-05-08T22:34:53.900Zinfo: running `cargo check --bins` on reconfigurator-cli (211/275)
39132026-05-08T22:34:54.456Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39142026-05-08T22:34:54.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39152026-05-08T22:34:54.681Z Compiling fs-err v2.11.0
39162026-05-08T22:34:54.684Z Checking ignore v0.4.25
39172026-05-08T22:34:54.684Z Checking arc-swap v1.8.2
39182026-05-08T22:34:54.684Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
39192026-05-08T22:34:54.819Z Checking predicates-tree v1.0.13
39202026-05-08T22:34:54.835Z Checking parse-size v1.1.0
39212026-05-08T22:34:54.848Z Checking rand_seeder v0.4.0
39222026-05-08T22:34:54.851Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
39232026-05-08T22:34:54.925Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
39242026-05-08T22:34:54.947Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
39252026-05-08T22:34:54.986Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
39262026-05-08T22:34:55.004Z Checking slog-scope v4.4.1
39272026-05-08T22:34:55.124Z Compiling petname v2.0.2
39282026-05-08T22:34:55.139Z Checking slog-stdlog v4.1.1
39292026-05-08T22:34:55.153Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
39302026-05-08T22:34:55.190Z Checking globwalk v0.9.1
39312026-05-08T22:34:55.236Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39322026-05-08T22:34:55.253Z Checking slog-envlogger v2.2.0
39332026-05-08T22:34:55.366Z Checking camino-tempfile-ext v0.3.3
39342026-05-08T22:34:55.382Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
39352026-05-08T22:34:55.399Z Checking sapling-renderdag v0.1.0
39362026-05-08T22:34:55.545Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
39372026-05-08T22:34:55.558Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
39382026-05-08T22:34:55.628Z Checking subprocess v0.2.15
39392026-05-08T22:34:55.738Z Checking sync-ptr v0.1.4
39402026-05-08T22:34:55.774Z Checking colored v2.2.0
39412026-05-08T22:34:55.852Z Checking assert_matches v1.5.0
39422026-05-08T22:34:55.902Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
39432026-05-08T22:34:55.986Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
39442026-05-08T22:34:56.031Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
39452026-05-08T22:34:56.034Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
39462026-05-08T22:34:56.654Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
39472026-05-08T22:34:57.961Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
39482026-05-08T22:35:00.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
39492026-05-08T22:35:00.370Z
39502026-05-08T22:35:00.371Zinfo: running `cargo check --bins` on omicron-repl-utils (212/275)
39512026-05-08T22:35:00.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39522026-05-08T22:35:00.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39532026-05-08T22:35:00.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39542026-05-08T22:35:00.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39552026-05-08T22:35:00.966Z
39562026-05-08T22:35:00.966Zinfo: running `cargo check --bins` on transient-dns-server (213/275)
39572026-05-08T22:35:01.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39582026-05-08T22:35:01.490Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39592026-05-08T22:35:01.490Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39602026-05-08T22:35:01.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
39612026-05-08T22:35:01.589Z
39622026-05-08T22:35:01.589Zinfo: running `cargo check --bins` on nexus-test-interface (214/275)
39632026-05-08T22:35:02.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-05-08T22:35:02.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-05-08T22:35:02.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39662026-05-08T22:35:02.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
39672026-05-08T22:35:02.255Z
39682026-05-08T22:35:02.255Zinfo: running `cargo check --bins` on oximeter-collector (215/275)
39692026-05-08T22:35:02.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39702026-05-08T22:35:02.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39712026-05-08T22:35:02.987Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
39722026-05-08T22:35:02.987Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
39732026-05-08T22:35:03.628Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
39742026-05-08T22:35:05.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.92s
39752026-05-08T22:35:05.394Z
39762026-05-08T22:35:05.394Zinfo: running `cargo check --bins` on oximeter-api (216/275)
39772026-05-08T22:35:05.902Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-05-08T22:35:05.905Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-05-08T22:35:05.905Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-05-08T22:35:05.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39812026-05-08T22:35:06.002Z
39822026-05-08T22:35:06.002Zinfo: running `cargo check --bins` on cert-dev (217/275)
39832026-05-08T22:35:06.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-05-08T22:35:06.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-05-08T22:35:06.613Z Checking yasna v0.5.2
39862026-05-08T22:35:07.013Z Checking rcgen v0.12.1
39872026-05-08T22:35:07.257Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
39882026-05-08T22:35:07.435Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
39892026-05-08T22:35:07.605Z
39902026-05-08T22:35:07.605Zinfo: running `cargo check --bins` on clickana (218/275)
39912026-05-08T22:35:08.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39922026-05-08T22:35:08.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39932026-05-08T22:35:08.253Z Compiling darling_core v0.23.0
39942026-05-08T22:35:08.257Z Compiling instability v0.3.11
39952026-05-08T22:35:08.363Z Checking castaway v0.2.4
39962026-05-08T22:35:08.373Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
39972026-05-08T22:35:08.373Z Compiling indoc v2.0.7
39982026-05-08T22:35:08.379Z Checking unicode-truncate v1.1.0
39992026-05-08T22:35:08.421Z Checking lru v0.12.5
40002026-05-08T22:35:08.421Z Checking cassowary v0.3.0
40012026-05-08T22:35:08.453Z Checking compact_str v0.8.1
40022026-05-08T22:35:09.380Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
40032026-05-08T22:35:09.558Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40042026-05-08T22:35:09.771Z Compiling darling_macro v0.23.0
40052026-05-08T22:35:10.178Z Compiling darling v0.23.0
40062026-05-08T22:35:10.786Z Checking ratatui v0.29.0
40072026-05-08T22:35:11.825Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
40082026-05-08T22:35:12.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.88s
40092026-05-08T22:35:12.676Z
40102026-05-08T22:35:12.676Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (219/275)
40112026-05-08T22:35:13.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-05-08T22:35:13.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-05-08T22:35:13.404Z Checking headers-core v0.3.0
40142026-05-08T22:35:13.407Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
40152026-05-08T22:35:13.601Z Checking headers v0.4.1
40162026-05-08T22:35:13.963Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40172026-05-08T22:35:14.802Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
40182026-05-08T22:35:15.290Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
40192026-05-08T22:35:15.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s
40202026-05-08T22:35:15.906Z
40212026-05-08T22:35:15.907Zinfo: running `cargo check --bins` on ch-dev (220/275)
40222026-05-08T22:35:16.447Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40232026-05-08T22:35:16.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40242026-05-08T22:35:16.631Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
40252026-05-08T22:35:17.370Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
40262026-05-08T22:35:17.569Z
40272026-05-08T22:35:17.569Zinfo: running `cargo check --bins` on dev-tools-common (221/275)
40282026-05-08T22:35:17.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40292026-05-08T22:35:17.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40302026-05-08T22:35:17.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40312026-05-08T22:35:17.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s
40322026-05-08T22:35:18.045Z
40332026-05-08T22:35:18.045Zinfo: running `cargo check --bins` on crdb-seed (222/275)
40342026-05-08T22:35:18.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40352026-05-08T22:35:18.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40362026-05-08T22:35:18.765Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40372026-05-08T22:35:19.742Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40382026-05-08T22:35:20.080Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s
40392026-05-08T22:35:20.291Z
40402026-05-08T22:35:20.291Zinfo: running `cargo check --bins` on db-dev (223/275)
40412026-05-08T22:35:20.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-05-08T22:35:20.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-05-08T22:35:21.011Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
40442026-05-08T22:35:21.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
40452026-05-08T22:35:21.975Z
40462026-05-08T22:35:21.975Zinfo: running `cargo check --bins` on omicron-dev-lib (224/275)
40472026-05-08T22:35:22.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-05-08T22:35:22.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-05-08T22:35:22.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-05-08T22:35:22.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
40512026-05-08T22:35:22.608Z
40522026-05-08T22:35:22.608Zinfo: running `cargo check --bins` on xtask-downloader (225/275)
40532026-05-08T22:35:23.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-05-08T22:35:23.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-05-08T22:35:23.224Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
40562026-05-08T22:35:23.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
40572026-05-08T22:35:24.061Z
40582026-05-08T22:35:24.061Zinfo: running `cargo check --bins` on omicron-dropshot-apis (226/275)
40592026-05-08T22:35:24.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-05-08T22:35:24.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-05-08T22:35:24.816Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40622026-05-08T22:35:24.816Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40632026-05-08T22:35:24.816Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40642026-05-08T22:35:24.819Z Checking git-stub v1.0.0
40652026-05-08T22:35:24.819Z Compiling trait-variant v0.1.2
40662026-05-08T22:35:24.819Z Checking is_ci v1.2.0
40672026-05-08T22:35:24.819Z Checking maplit v1.0.2
40682026-05-08T22:35:24.950Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
40692026-05-08T22:35:25.006Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
40702026-05-08T22:35:25.018Z Checking supports-color v3.0.2
40712026-05-08T22:35:25.123Z Checking git-stub-vcs v0.1.0
40722026-05-08T22:35:25.150Z Checking drift v0.1.3
40732026-05-08T22:35:25.172Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
40742026-05-08T22:35:25.186Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
40752026-05-08T22:35:25.314Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
40762026-05-08T22:35:25.361Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
40772026-05-08T22:35:25.438Z Checking dropshot-api-manager v0.7.1
40782026-05-08T22:35:25.459Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
40792026-05-08T22:35:25.462Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
40802026-05-08T22:35:25.673Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
40812026-05-08T22:35:25.687Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
40822026-05-08T22:35:25.895Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
40832026-05-08T22:35:26.200Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
40842026-05-08T22:35:31.102Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
40852026-05-08T22:35:32.177Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
40862026-05-08T22:35:32.734Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
40872026-05-08T22:35:33.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.09s
40882026-05-08T22:35:33.359Z
40892026-05-08T22:35:33.359Zinfo: running `cargo check --bins` on installinator-api (227/275)
40902026-05-08T22:35:33.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40912026-05-08T22:35:33.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40922026-05-08T22:35:33.867Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40932026-05-08T22:35:33.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40942026-05-08T22:35:33.961Z
40952026-05-08T22:35:33.961Zinfo: running `cargo check --bins` on nexus-external-api (228/275)
40962026-05-08T22:35:34.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40972026-05-08T22:35:34.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40982026-05-08T22:35:34.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40992026-05-08T22:35:34.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41002026-05-08T22:35:34.602Z
41012026-05-08T22:35:34.603Zinfo: running `cargo check --bins` on nexus-internal-api (229/275)
41022026-05-08T22:35:35.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-05-08T22:35:35.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-05-08T22:35:35.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41052026-05-08T22:35:35.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
41062026-05-08T22:35:35.246Z
41072026-05-08T22:35:35.246Zinfo: running `cargo check --bins` on nexus-lockstep-api (230/275)
41082026-05-08T22:35:35.781Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41092026-05-08T22:35:35.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41102026-05-08T22:35:35.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41112026-05-08T22:35:35.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
41122026-05-08T22:35:35.887Z
41132026-05-08T22:35:35.887Zinfo: running `cargo check --bins` on ntp-admin-api (231/275)
41142026-05-08T22:35:36.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41152026-05-08T22:35:36.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41162026-05-08T22:35:36.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41172026-05-08T22:35:36.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41182026-05-08T22:35:36.480Z
41192026-05-08T22:35:36.480Zinfo: running `cargo check --bins` on ntp-admin-types-versions (232/275)
41202026-05-08T22:35:36.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41212026-05-08T22:35:36.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41222026-05-08T22:35:36.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41232026-05-08T22:35:36.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41242026-05-08T22:35:37.061Z
41252026-05-08T22:35:37.061Zinfo: running `cargo check --bins` on wicketd-api (233/275)
41262026-05-08T22:35:37.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41272026-05-08T22:35:37.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41282026-05-08T22:35:37.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41292026-05-08T22:35:37.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41302026-05-08T22:35:37.668Z
41312026-05-08T22:35:37.668Zinfo: running `cargo check --bins` on omicron-ls-apis (234/275)
41322026-05-08T22:35:38.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41332026-05-08T22:35:38.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41342026-05-08T22:35:38.272Z Checking typeid v1.0.3
41352026-05-08T22:35:38.382Z Checking ordered-float v2.10.1
41362026-05-08T22:35:38.401Z Checking unicode-xid v0.2.6
41372026-05-08T22:35:38.404Z Checking cargo-platform v0.2.0
41382026-05-08T22:35:38.423Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
41392026-05-08T22:35:38.451Z Checking erased-serde v0.4.9
41402026-05-08T22:35:38.582Z Checking serde-value v0.7.0
41412026-05-08T22:35:38.755Z Checking serde-untagged v0.1.9
41422026-05-08T22:35:38.911Z Checking cargo-util-schemas v0.8.2
41432026-05-08T22:35:39.594Z Checking cargo_metadata v0.21.0
41442026-05-08T22:35:40.188Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
41452026-05-08T22:35:40.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
41462026-05-08T22:35:41.047Z
41472026-05-08T22:35:41.047Zinfo: running `cargo check --bins` on mgs-dev (235/275)
41482026-05-08T22:35:41.587Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41492026-05-08T22:35:41.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41502026-05-08T22:35:41.775Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
41512026-05-08T22:35:42.395Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
41522026-05-08T22:35:42.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
41532026-05-08T22:35:43.097Z
41542026-05-08T22:35:43.097Zinfo: running `cargo check --bins` on omicron-omdb (236/275)
41552026-05-08T22:35:43.661Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-05-08T22:35:43.664Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-05-08T22:35:43.969Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
41582026-05-08T22:35:43.969Z Compiling vergen-gitcl v1.0.8
41592026-05-08T22:35:43.969Z Compiling dirs-sys-next v0.1.2
41602026-05-08T22:35:43.972Z Compiling diesel_derives v2.3.7
41612026-05-08T22:35:43.972Z Compiling crunchy v0.2.4
41622026-05-08T22:35:43.972Z Compiling glob v0.3.3
41632026-05-08T22:35:43.972Z Compiling dsl_auto_type v0.2.0
41642026-05-08T22:35:43.972Z Checking scheduled-thread-pool v0.2.7
41652026-05-08T22:35:44.235Z Compiling diesel_table_macro_syntax v0.3.0
41662026-05-08T22:35:44.298Z Compiling tiny-keccak v2.0.2
41672026-05-08T22:35:44.317Z Compiling dirs-next v2.0.0
41682026-05-08T22:35:44.451Z Compiling term v0.7.0
41692026-05-08T22:35:44.455Z Checking r2d2 v0.8.10
41702026-05-08T22:35:44.501Z Checking downcast-rs v2.0.2
41712026-05-08T22:35:44.517Z Compiling clang-sys v1.8.1
41722026-05-08T22:35:44.532Z Compiling bit-vec v0.6.3
41732026-05-08T22:35:44.645Z Compiling itertools v0.10.5
41742026-05-08T22:35:44.750Z Compiling ascii-canvas v3.0.0
41752026-05-08T22:35:44.881Z Compiling bit-set v0.5.3
41762026-05-08T22:35:44.985Z Compiling ena v0.14.4
41772026-05-08T22:35:45.000Z Compiling libloading v0.8.9
41782026-05-08T22:35:45.014Z Compiling regex-syntax v0.6.29
41792026-05-08T22:35:45.028Z Compiling bindgen v0.71.1
41802026-05-08T22:35:45.043Z Compiling diff v0.1.13
41812026-05-08T22:35:45.205Z Compiling cexpr v0.6.0
41822026-05-08T22:35:45.304Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
41832026-05-08T22:35:45.463Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41842026-05-08T22:35:45.517Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41852026-05-08T22:35:45.617Z Compiling libxml v0.3.3
41862026-05-08T22:35:45.714Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
41872026-05-08T22:35:45.865Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
41882026-05-08T22:35:45.881Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
41892026-05-08T22:35:46.037Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
41902026-05-08T22:35:46.066Z Compiling strum_macros v0.24.3
41912026-05-08T22:35:46.220Z Compiling indoc v1.0.9
41922026-05-08T22:35:46.305Z Compiling lalrpop v0.19.12
41932026-05-08T22:35:47.164Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
41942026-05-08T22:35:47.360Z Checking derive_builder v0.20.2
41952026-05-08T22:35:47.413Z Compiling oso-derive v0.27.3
41962026-05-08T22:35:47.505Z Checking quick-xml v0.37.5
41972026-05-08T22:35:47.696Z Compiling impl-trait-for-tuples v0.2.3
41982026-05-08T22:35:47.917Z Checking openssl-probe v0.1.6
41992026-05-08T22:35:48.059Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
42002026-05-08T22:35:48.369Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
42012026-05-08T22:35:48.561Z Checking bb8 v0.8.6
42022026-05-08T22:35:48.809Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
42032026-05-08T22:35:48.845Z Checking nonempty v0.12.0
42042026-05-08T22:35:48.875Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
42052026-05-08T22:35:49.012Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
42062026-05-08T22:35:49.034Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
42072026-05-08T22:35:49.086Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
42082026-05-08T22:35:49.228Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
42092026-05-08T22:35:49.260Z Checking console v0.16.2
42102026-05-08T22:35:49.293Z Checking unit-prefix v0.5.2
42112026-05-08T22:35:49.312Z Checking support-bundle-viewer v0.1.2
42122026-05-08T22:35:49.426Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
42132026-05-08T22:35:49.556Z Checking indicatif v0.18.4
42142026-05-08T22:35:49.559Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
42152026-05-08T22:35:49.934Z Checking multimap v0.10.1
42162026-05-08T22:35:50.073Z Checking diesel v2.3.7
42172026-05-08T22:35:51.846Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42182026-05-08T22:35:52.160Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42192026-05-08T22:35:52.481Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
42202026-05-08T22:35:52.692Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
42212026-05-08T22:35:53.575Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42222026-05-08T22:35:53.929Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
42232026-05-08T22:35:54.043Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
42242026-05-08T22:35:54.573Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
42252026-05-08T22:35:56.591Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42262026-05-08T22:36:01.813Z Compiling samael v0.0.19
42272026-05-08T22:36:05.464Z Checking async-bb8-diesel v0.2.1
42282026-05-08T22:36:05.814Z Checking diesel-dtrace v0.5.0
42292026-05-08T22:36:06.467Z Compiling polar-core v0.27.3
42302026-05-08T22:36:10.874Z Checking oso v0.27.3
42312026-05-08T22:36:47.676Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
42322026-05-08T22:37:21.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 38s
42332026-05-08T22:37:22.087Z
42342026-05-08T22:37:22.087Zinfo: running `cargo check --bins` on nexus-networking (237/275)
42352026-05-08T22:37:22.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-05-08T22:37:22.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-05-08T22:37:22.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-05-08T22:37:22.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42392026-05-08T22:37:22.748Z
42402026-05-08T22:37:22.749Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (238/275)
42412026-05-08T22:37:23.293Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-05-08T22:37:23.305Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-05-08T22:37:23.305Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-05-08T22:37:23.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42452026-05-08T22:37:23.408Z
42462026-05-08T22:37:23.408Zinfo: running `cargo check --bins` on nexus-saga-recovery (239/275)
42472026-05-08T22:37:23.955Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-05-08T22:37:23.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-05-08T22:37:23.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-05-08T22:37:23.967Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42512026-05-08T22:37:24.066Z
42522026-05-08T22:37:24.067Zinfo: running `cargo check --bins` on nexus-test-utils-macros (240/275)
42532026-05-08T22:37:29.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-05-08T22:37:29.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-05-08T22:37:29.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-05-08T22:37:29.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42572026-05-08T22:37:29.180Z
42582026-05-08T22:37:29.180Zinfo: running `cargo check --bins` on support-bundle-collection (241/275)
42592026-05-08T22:37:29.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-05-08T22:37:29.180Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-05-08T22:37:29.180Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-05-08T22:37:29.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
42632026-05-08T22:37:29.180Z
42642026-05-08T22:37:29.180Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (242/275)
42652026-05-08T22:37:29.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-05-08T22:37:29.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-05-08T22:37:29.199Z Compiling libz-sys v1.1.24
42682026-05-08T22:37:29.199Z Compiling libgit2-sys v0.18.3+1.9.2
42692026-05-08T22:37:29.199Z Compiling vergen-git2 v1.0.7
42702026-05-08T22:37:29.199Z Compiling rustls v0.21.12
42712026-05-08T22:37:29.199Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42722026-05-08T22:37:29.199Z Checking rustls-webpki v0.101.7
42732026-05-08T22:37:29.199Z Checking sct v0.7.1
42742026-05-08T22:37:29.199Z Compiling nix v0.29.0
42752026-05-08T22:37:29.199Z Compiling dropshot v0.16.7
42762026-05-08T22:37:29.199Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
42772026-05-08T22:37:29.199Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
42782026-05-08T22:37:29.199Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
42792026-05-08T22:37:29.199Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
42802026-05-08T22:37:29.199Z Checking toml v0.9.12+spec-1.1.0
42812026-05-08T22:37:29.199Z Compiling dropshot_endpoint v0.16.7
42822026-05-08T22:37:29.199Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
42832026-05-08T22:37:29.199Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
42842026-05-08T22:37:29.199Z Checking rustls-pemfile v1.0.4
42852026-05-08T22:37:29.199Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
42862026-05-08T22:37:29.199Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
42872026-05-08T22:37:29.199Z Checking twox-hash v2.1.2
42882026-05-08T22:37:29.199Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
42892026-05-08T22:37:29.199Z Checking tokio-rustls v0.24.1
42902026-05-08T22:37:29.199Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42912026-05-08T22:37:29.199Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42922026-05-08T22:37:29.199Z Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
42932026-05-08T22:37:29.200Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42942026-05-08T22:37:29.231Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
42952026-05-08T22:37:29.234Z Checking fatfs v0.3.6
42962026-05-08T22:37:29.260Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
42972026-05-08T22:37:29.372Z Compiling seq-macro v0.3.6
42982026-05-08T22:37:33.088Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
42992026-05-08T22:37:33.213Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
43002026-05-08T22:37:33.298Z Compiling git2 v0.20.4
43012026-05-08T22:37:35.495Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
43022026-05-08T22:38:21.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.85s
43032026-05-08T22:38:21.406Z
43042026-05-08T22:38:21.406Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (243/275)
43052026-05-08T22:38:22.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43062026-05-08T22:38:22.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43072026-05-08T22:38:22.293Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43082026-05-08T22:39:00.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.63s
43092026-05-08T22:39:00.261Z
43102026-05-08T22:39:00.261Zinfo: running `cargo check --bins` on nexus-background-task-interface (244/275)
43112026-05-08T22:39:00.759Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43122026-05-08T22:39:00.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43132026-05-08T22:39:00.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43142026-05-08T22:39:00.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
43152026-05-08T22:39:00.853Z
43162026-05-08T22:39:00.853Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (245/275)
43172026-05-08T22:39:01.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43182026-05-08T22:39:01.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43192026-05-08T22:39:01.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43202026-05-08T22:39:01.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43212026-05-08T22:39:01.520Z
43222026-05-08T22:39:01.520Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (246/275)
43232026-05-08T22:39:02.061Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43242026-05-08T22:39:02.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43252026-05-08T22:39:02.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43262026-05-08T22:39:02.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
43272026-05-08T22:39:02.164Z
43282026-05-08T22:39:02.165Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (247/275)
43292026-05-08T22:39:02.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43302026-05-08T22:39:02.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43312026-05-08T22:39:02.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43322026-05-08T22:39:02.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43332026-05-08T22:39:02.828Z
43342026-05-08T22:39:02.828Zinfo: running `cargo check --bins` on nexus-mgs-updates (248/275)
43352026-05-08T22:39:03.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43362026-05-08T22:39:03.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43372026-05-08T22:39:03.378Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43382026-05-08T22:39:03.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
43392026-05-08T22:39:03.477Z
43402026-05-08T22:39:03.477Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (249/275)
43412026-05-08T22:39:04.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43422026-05-08T22:39:04.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43432026-05-08T22:39:04.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43442026-05-08T22:39:04.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43452026-05-08T22:39:04.135Z
43462026-05-08T22:39:04.135Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (250/275)
43472026-05-08T22:39:04.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43482026-05-08T22:39:04.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43492026-05-08T22:39:04.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43502026-05-08T22:39:04.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
43512026-05-08T22:39:04.802Z
43522026-05-08T22:39:04.802Zinfo: running `cargo check --bins` on omicron-dev (251/275)
43532026-05-08T22:39:05.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43542026-05-08T22:39:05.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43552026-05-08T22:39:05.708Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43562026-05-08T22:39:05.708Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43572026-05-08T22:39:05.895Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
43582026-05-08T22:39:05.925Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
43592026-05-08T22:39:05.946Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
43602026-05-08T22:39:05.966Z Checking diff v0.1.13
43612026-05-08T22:39:05.970Z Checking yansi v1.0.1
43622026-05-08T22:39:05.970Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43632026-05-08T22:39:06.038Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
43642026-05-08T22:39:06.232Z Checking pretty_assertions v1.4.1
43652026-05-08T22:39:06.857Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43662026-05-08T22:39:07.197Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43672026-05-08T22:39:30.192Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43682026-05-08T22:39:30.195Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-05-08T22:39:30.195Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43702026-05-08T22:39:30.195Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43712026-05-08T22:39:30.196Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43722026-05-08T22:39:30.196Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43732026-05-08T22:39:30.975Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43742026-05-08T22:39:30.976Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43752026-05-08T22:39:32.162Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43762026-05-08T22:40:09.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
43772026-05-08T22:40:09.908Z
43782026-05-08T22:40:09.908Zinfo: running `cargo check --bins` on omicron-pins (252/275)
43792026-05-08T22:40:10.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43802026-05-08T22:40:10.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43812026-05-08T22:40:10.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43822026-05-08T22:40:10.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
43832026-05-08T22:40:10.502Z
43842026-05-08T22:40:10.502Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (253/275)
43852026-05-08T22:40:11.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-05-08T22:40:11.057Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-05-08T22:40:11.280Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43882026-05-08T22:40:11.403Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43892026-05-08T22:40:11.406Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
43902026-05-08T22:40:36.974Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43912026-05-08T22:40:37.358Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43922026-05-08T22:40:39.037Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
43932026-05-08T22:40:39.489Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43942026-05-08T22:40:42.388Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43952026-05-08T22:41:04.725Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43962026-05-08T22:41:05.421Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43972026-05-08T22:41:07.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.51s
43982026-05-08T22:41:07.235Z
43992026-05-08T22:41:07.235Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (254/275)
44002026-05-08T22:41:07.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44012026-05-08T22:41:07.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44022026-05-08T22:41:07.960Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
44032026-05-08T22:41:08.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
44042026-05-08T22:41:08.852Z
44052026-05-08T22:41:08.852Zinfo: running `cargo check --bins` on omicron-releng (255/275)
44062026-05-08T22:41:09.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-05-08T22:41:09.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-05-08T22:41:09.510Z Compiling blake3 v1.8.3
44092026-05-08T22:41:09.619Z Checking arrayref v0.3.9
44102026-05-08T22:41:09.619Z Checking arrayvec v0.7.6
44112026-05-08T22:41:09.625Z Checking constant_time_eq v0.4.2
44122026-05-08T22:41:09.639Z Checking topological-sort v0.2.2
44132026-05-08T22:41:09.642Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44142026-05-08T22:41:09.642Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
44152026-05-08T22:41:09.648Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
44162026-05-08T22:41:09.679Z Checking shell-words v1.1.1
44172026-05-08T22:41:10.483Z Checking omicron-zone-package v0.12.2
44182026-05-08T22:41:11.185Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
44192026-05-08T22:41:11.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.13s
44202026-05-08T22:41:12.196Z
44212026-05-08T22:41:12.196Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (256/275)
44222026-05-08T22:41:12.713Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-05-08T22:41:12.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-05-08T22:41:12.843Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
44252026-05-08T22:41:13.162Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
44262026-05-08T22:41:13.549Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
44272026-05-08T22:41:13.748Z
44282026-05-08T22:41:13.749Zinfo: running `cargo check --bins` on schema (257/275)
44292026-05-08T22:41:14.292Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44302026-05-08T22:41:14.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44312026-05-08T22:41:14.481Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
44322026-05-08T22:41:15.158Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
44332026-05-08T22:41:15.361Z
44342026-05-08T22:41:15.361Zinfo: running `cargo check --bins` on xtask (258/275)
44352026-05-08T22:41:15.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44362026-05-08T22:41:15.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44372026-05-08T22:41:15.814Z Checking libc v0.2.185
44382026-05-08T22:41:15.817Z Checking serde v1.0.228
44392026-05-08T22:41:15.901Z Checking zerofrom v0.1.6
44402026-05-08T22:41:15.905Z Checking bitflags v2.11.0
44412026-05-08T22:41:15.911Z Checking smallvec v1.15.1
44422026-05-08T22:41:15.917Z Checking indexmap v2.14.0
44432026-05-08T22:41:15.926Z Checking serde_json v1.0.149
44442026-05-08T22:41:15.929Z Checking scroll v0.12.0
44452026-05-08T22:41:15.995Z Checking yoke v0.8.1
44462026-05-08T22:41:16.047Z Checking num-traits v0.2.19
44472026-05-08T22:41:16.079Z Checking thiserror v1.0.69
44482026-05-08T22:41:16.159Z Checking zerovec v0.11.5
44492026-05-08T22:41:16.159Z Checking zerotrie v0.2.3
44502026-05-08T22:41:16.179Z Checking log v0.4.29
44512026-05-08T22:41:16.181Z Checking errno v0.3.14
44522026-05-08T22:41:16.280Z Checking toml_datetime v0.6.11
44532026-05-08T22:41:16.303Z Checking rustix v1.1.3
44542026-05-08T22:41:16.326Z Checking serde_spanned v0.6.9
44552026-05-08T22:41:16.403Z Checking percent-encoding v2.3.2
44562026-05-08T22:41:16.435Z Checking zerocopy v0.7.35
44572026-05-08T22:41:16.447Z Checking goblin v0.8.2
44582026-05-08T22:41:16.459Z Checking toml_edit v0.22.27
44592026-05-08T22:41:16.528Z Checking getrandom v0.4.1
44602026-05-08T22:41:16.541Z Checking form_urlencoded v1.2.2
44612026-05-08T22:41:16.563Z Checking ordered-float v2.10.1
44622026-05-08T22:41:16.586Z Checking tinystr v0.8.2
44632026-05-08T22:41:16.655Z Checking potential_utf v0.1.4
44642026-05-08T22:41:16.666Z Checking thiserror v2.0.18
44652026-05-08T22:41:16.761Z Checking icu_locale_core v2.1.1
44662026-05-08T22:41:16.761Z Checking syn v2.0.117
44672026-05-08T22:41:16.781Z Checking serde-value v0.7.0
44682026-05-08T22:41:16.784Z Checking icu_collections v2.1.1
44692026-05-08T22:41:16.913Z Checking dtrace-parser v0.2.0
44702026-05-08T22:41:16.982Z Checking thread-id v4.2.2
44712026-05-08T22:41:17.062Z Checking once_cell v1.21.3
44722026-05-08T22:41:17.093Z Checking terminal_size v0.4.3
44732026-05-08T22:41:17.105Z Checking cargo-platform v0.2.0
44742026-05-08T22:41:17.141Z Checking memmap v0.7.0
44752026-05-08T22:41:17.204Z Checking clap_builder v4.5.60
44762026-05-08T22:41:17.230Z Checking tempfile v3.25.0
44772026-05-08T22:41:17.269Z Checking textwrap v0.16.2
44782026-05-08T22:41:17.281Z Checking fs-err v3.3.0
44792026-05-08T22:41:17.315Z Checking icu_provider v2.1.1
44802026-05-08T22:41:17.413Z Checking camino-tempfile v1.4.1
44812026-05-08T22:41:17.450Z Checking anyhow v1.0.102
44822026-05-08T22:41:17.474Z Checking tabled v0.15.0
44832026-05-08T22:41:17.560Z Checking toml v0.8.23
44842026-05-08T22:41:17.571Z Checking icu_normalizer v2.1.1
44852026-05-08T22:41:17.574Z Checking icu_properties v2.1.2
44862026-05-08T22:41:17.642Z Checking macaddr v1.0.1
44872026-05-08T22:41:17.817Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
44882026-05-08T22:41:17.870Z Checking cargo_toml v0.21.0
44892026-05-08T22:41:18.304Z Checking dof v0.3.0
44902026-05-08T22:41:18.382Z Checking idna_adapter v1.2.1
44912026-05-08T22:41:18.400Z Checking clap v4.5.60
44922026-05-08T22:41:18.499Z Checking idna v1.1.0
44932026-05-08T22:41:18.570Z Checking usdt-impl v0.5.0
44942026-05-08T22:41:18.721Z Checking url v2.5.8
44952026-05-08T22:41:18.813Z Checking usdt v0.5.0
44962026-05-08T22:41:19.056Z Checking cargo-util-schemas v0.8.2
44972026-05-08T22:41:19.756Z Checking cargo_metadata v0.21.0
44982026-05-08T22:41:20.349Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
44992026-05-08T22:41:20.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s
45002026-05-08T22:41:20.884Z
45012026-05-08T22:41:20.884Zinfo: running `cargo check --bins` on dnsadm (259/275)
45022026-05-08T22:41:21.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-05-08T22:41:21.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-05-08T22:41:21.521Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
45052026-05-08T22:41:21.991Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
45062026-05-08T22:41:22.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
45072026-05-08T22:41:22.559Z
45082026-05-08T22:41:22.560Zinfo: running `cargo check --bins` on end-to-end-tests (260/275)
45092026-05-08T22:41:23.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45102026-05-08T22:41:23.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45112026-05-08T22:41:23.355Z Checking polyval v0.6.2
45122026-05-08T22:41:23.479Z Checking ctr v0.9.2
45132026-05-08T22:41:23.489Z Checking ssh-encoding v0.2.0
45142026-05-08T22:41:23.492Z Checking blowfish v0.9.1
45152026-05-08T22:41:23.509Z Checking password-hash v0.4.2
45162026-05-08T22:41:23.524Z Checking p256 v0.13.2
45172026-05-08T22:41:23.524Z Checking p521 v0.13.3
45182026-05-08T22:41:23.551Z Checking russh-cryptovec v0.7.3
45192026-05-08T22:41:23.618Z Checking ghash v0.5.1
45202026-05-08T22:41:23.633Z Checking bcrypt-pbkdf v0.10.0
45212026-05-08T22:41:23.633Z Checking md5 v0.7.0
45222026-05-08T22:41:23.686Z Checking num-bigint v0.4.6
45232026-05-08T22:41:23.686Z Checking des v0.8.1
45242026-05-08T22:41:23.727Z Checking pbkdf2 v0.11.0
45252026-05-08T22:41:23.746Z Checking aes-gcm v0.10.3
45262026-05-08T22:41:23.768Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45272026-05-08T22:41:23.782Z Checking hex-literal v0.4.1
45282026-05-08T22:41:23.806Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45292026-05-08T22:41:23.854Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
45302026-05-08T22:41:23.874Z Checking socket2 v0.5.10
45312026-05-08T22:41:23.889Z Checking ssh-cipher v0.2.0
45322026-05-08T22:41:23.889Z Checking internet-checksum v0.2.1
45332026-05-08T22:41:24.051Z Checking ssh-key v0.6.7
45342026-05-08T22:41:24.161Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
45352026-05-08T22:41:24.677Z Checking russh-keys v0.45.0
45362026-05-08T22:41:25.225Z Checking russh v0.45.0
45372026-05-08T22:41:40.073Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
45382026-05-08T22:41:41.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.71s
45392026-05-08T22:41:41.489Z
45402026-05-08T22:41:41.489Zinfo: running `cargo check --bins` on gateway-cli (261/275)
45412026-05-08T22:41:41.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45422026-05-08T22:41:42.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45432026-05-08T22:41:42.126Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
45442026-05-08T22:41:42.237Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
45452026-05-08T22:41:42.246Z Checking termios v0.3.3
45462026-05-08T22:41:43.425Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
45472026-05-08T22:41:43.570Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
45482026-05-08T22:41:45.388Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
45492026-05-08T22:41:45.945Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s
45502026-05-08T22:41:46.122Z
45512026-05-08T22:41:46.122Zinfo: running `cargo check --bins --no-default-features` on installinator (262/275)
45522026-05-08T22:41:46.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-05-08T22:41:46.661Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-05-08T22:41:46.834Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
45552026-05-08T22:41:46.949Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
45562026-05-08T22:41:46.957Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
45572026-05-08T22:41:46.960Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
45582026-05-08T22:41:46.971Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
45592026-05-08T22:41:46.981Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
45602026-05-08T22:41:47.683Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
45612026-05-08T22:41:48.026Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
45622026-05-08T22:41:48.026Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
45632026-05-08T22:41:48.650Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
45642026-05-08T22:41:50.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
45652026-05-08T22:41:50.483Z
45662026-05-08T22:41:50.483Zinfo: running `cargo check --bins` on internal-dns-cli (263/275)
45672026-05-08T22:41:50.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-05-08T22:41:50.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-05-08T22:41:51.115Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
45702026-05-08T22:41:51.563Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
45712026-05-08T22:41:51.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
45722026-05-08T22:41:52.054Z
45732026-05-08T22:41:52.054Zinfo: running `cargo check --bins` on omicron-live-tests (264/275)
45742026-05-08T22:41:52.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45752026-05-08T22:41:52.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45762026-05-08T22:41:52.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45772026-05-08T22:41:52.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45782026-05-08T22:41:52.639Z
45792026-05-08T22:41:52.639Zinfo: running `cargo check --bins` on live-tests-macros (265/275)
45802026-05-08T22:41:53.136Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45812026-05-08T22:41:53.139Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45822026-05-08T22:41:53.140Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45832026-05-08T22:41:53.142Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45842026-05-08T22:41:53.229Z
45852026-05-08T22:41:53.229Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (266/275)
45862026-05-08T22:41:53.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45872026-05-08T22:41:53.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45882026-05-08T22:41:53.982Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
45892026-05-08T22:41:54.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
45902026-05-08T22:41:54.773Z
45912026-05-08T22:41:54.773Zinfo: running `cargo check --bins` on omicron-ntp-admin (267/275)
45922026-05-08T22:41:55.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-05-08T22:41:55.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-05-08T22:41:55.419Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
45952026-05-08T22:41:55.422Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
45962026-05-08T22:41:55.665Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
45972026-05-08T22:41:55.665Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
45982026-05-08T22:41:56.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
45992026-05-08T22:41:56.631Z
46002026-05-08T22:41:56.631Zinfo: running `cargo check --bins` on ntp-admin-types (268/275)
46012026-05-08T22:41:57.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46022026-05-08T22:41:57.127Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46032026-05-08T22:41:57.127Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46042026-05-08T22:41:57.130Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46052026-05-08T22:41:57.215Z
46062026-05-08T22:41:57.215Zinfo: running `cargo check --bins` on omicron-package (269/275)
46072026-05-08T22:41:57.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46082026-05-08T22:41:57.742Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46092026-05-08T22:41:57.889Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
46102026-05-08T22:41:58.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.73s
46112026-05-08T22:41:59.148Z
46122026-05-08T22:41:59.148Zinfo: running `cargo check --bins` on tqdb (270/275)
46132026-05-08T22:41:59.701Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46142026-05-08T22:41:59.704Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46152026-05-08T22:41:59.927Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
46162026-05-08T22:42:00.280Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
46172026-05-08T22:42:00.794Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
46182026-05-08T22:42:00.794Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
46192026-05-08T22:42:06.535Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
46202026-05-08T22:42:06.535Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
46212026-05-08T22:42:07.098Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
46222026-05-08T22:42:07.098Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
46232026-05-08T22:42:07.101Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46242026-05-08T22:42:07.101Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
46252026-05-08T22:42:07.833Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
46262026-05-08T22:42:08.818Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
46272026-05-08T22:42:09.576Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
46282026-05-08T22:42:10.183Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
46292026-05-08T22:42:14.191Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
46302026-05-08T22:42:20.399Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46312026-05-08T22:42:20.399Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46322026-05-08T22:42:20.404Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46332026-05-08T22:42:20.404Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46342026-05-08T22:42:21.835Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46352026-05-08T22:42:23.145Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
46362026-05-08T22:42:23.820Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
46372026-05-08T22:42:25.058Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
46382026-05-08T22:42:25.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.44s
46392026-05-08T22:42:25.816Z
46402026-05-08T22:42:25.816Zinfo: running `cargo check --bins` on wicket-dbg (271/275)
46412026-05-08T22:42:26.358Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46422026-05-08T22:42:26.362Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46432026-05-08T22:42:26.531Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
46442026-05-08T22:42:26.535Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
46452026-05-08T22:42:26.535Z Checking rtoolbox v0.0.3
46462026-05-08T22:42:26.662Z Checking tui-tree-widget v0.23.1
46472026-05-08T22:42:26.758Z Checking rpassword v7.4.0
46482026-05-08T22:42:27.760Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
46492026-05-08T22:42:30.790Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46502026-05-08T22:42:32.612Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
46512026-05-08T22:42:33.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.68s
46522026-05-08T22:42:33.703Z
46532026-05-08T22:42:33.703Zinfo: running `cargo check --bins` on wicket (272/275)
46542026-05-08T22:42:34.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46552026-05-08T22:42:34.246Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46562026-05-08T22:42:34.403Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46572026-05-08T22:42:34.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s
46582026-05-08T22:42:34.968Z
46592026-05-08T22:42:34.968Zinfo: running `cargo check --bins` on wicketd (273/275)
46602026-05-08T22:42:35.506Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46612026-05-08T22:42:35.509Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46622026-05-08T22:42:35.681Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46632026-05-08T22:42:35.684Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46642026-05-08T22:42:35.684Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
46652026-05-08T22:42:35.684Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
46662026-05-08T22:42:36.659Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46672026-05-08T22:42:37.222Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
46682026-05-08T22:42:40.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.14s
46692026-05-08T22:42:40.327Z
46702026-05-08T22:42:40.327Zinfo: running `cargo check --bins` on omicron-workspace-hack (274/275)
46712026-05-08T22:42:40.823Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46722026-05-08T22:42:40.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46732026-05-08T22:42:40.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46742026-05-08T22:42:40.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
46752026-05-08T22:42:40.916Z
46762026-05-08T22:42:40.916Zinfo: running `cargo check --bins` on zone-setup (275/275)
46772026-05-08T22:42:41.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-05-08T22:42:41.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-05-08T22:42:41.588Z Checking uzers v0.12.2
46802026-05-08T22:42:41.855Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
46812026-05-08T22:42:42.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
46822026-05-08T22:42:42.809Z
46832026-05-08T22:42:42.809Zreal 14:02.273982740
46842026-05-08T22:42:42.810Zuser 20:27.650998442
46852026-05-08T22:42:42.813Zsys 4:14.510552182
46862026-05-08T22:42:42.813Ztrap 0.324325966
46872026-05-08T22:42:42.813Ztflt 0.379838980
46882026-05-08T22:42:42.813Zdflt 0.950471407
46892026-05-08T22:42:42.813Zkflt 0.001661815
46902026-05-08T22:42:42.813Zlock 1:16:51.859429109
46912026-05-08T22:42:42.813Zslp 1:37:40.002003358
46922026-05-08T22:42:42.813Zlat 56.551944020
46932026-05-08T22:42:42.813Zstop 3:34.626413603
46942026-05-08T22:42:42.813Zprocess exited: duration 1015722 ms, exit code 0
 
46952026-05-08T22:42:42.820Zfound 0 output files