01M0ED1MS32204RDEFA0Z32XYS: check-features (helios)

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

Buildomat Job: 01M0ED2015HN2FH7RZQ6GC476M

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-20T01:38:25.697Zjob assigned to worker 01M0ED29CYX3S8CJX9R0KKHM3Q [factory aws, i-046bbf500c4bb49fb] (queued for 51 s)
 
22026-08-20T01:38:31.877Zstarting task 0: "setup"
32026-08-20T01:38:31.880Z++ uname -s
42026-08-20T01:38:31.883Z+ kern=SunOS
52026-08-20T01:38:31.883Z+ build_user=build
62026-08-20T01:38:31.883Z+ build_uid=12345
72026-08-20T01:38:31.883Z+ work_dir=/work
82026-08-20T01:38:31.883Z+ input_dir=/input
92026-08-20T01:38:31.883Z+ [[ 0 == 12345 ]]
102026-08-20T01:38:31.883Z+ case "$kern" in
112026-08-20T01:38:31.883Z+ groupadd -g 12345 build
122026-08-20T01:38:31.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-20T01:38:33.899Z+ zfs create -o mountpoint=/work rpool/work
142026-08-20T01:38:33.959Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-20T01:38:33.962Z+ home_fs=zfs
162026-08-20T01:38:33.962Z+ [[ zfs == autofs ]]
172026-08-20T01:38:33.962Z+ mkdir -p /home/build
182026-08-20T01:38:33.962Z+ chown build:build /home/build /work
192026-08-20T01:38:35.963Z+ chmod 0700 /home/build /work
202026-08-20T01:38:35.966Zprocess exited: duration 4090 ms, exit code 0
 
212026-08-20T01:38:35.972Zstarting task 1: "rust-toolchain"
222026-08-20T01:38:35.975Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-20T01:38:35.975Z * rust toolchain channel = "1.97.1"
242026-08-20T01:38:35.975Z * rust toolchain profile = "default"
252026-08-20T01:38:35.975Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-20T01:38:35.975Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-20T01:38:35.975Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-20T01:38:35.978Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-20T01:38:35.978Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-20T01:38:36.082Zinfo: downloading installer
312026-08-20T01:38:37.356Zwarn: It looks like you have an existing rustup settings file at:
322026-08-20T01:38:37.357Zwarn: /home/build/.rustup/settings.toml
332026-08-20T01:38:37.357Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-20T01:38:37.357Zwarn: instead of the one inferred from the default host triple.
352026-08-20T01:38:37.369Zinfo: profile set to default
362026-08-20T01:38:37.369Zinfo: default host triple is x86_64-unknown-illumos
372026-08-20T01:38:37.372Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-20T01:38:37.501Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-20T01:38:37.505Zinfo: downloading 6 components
402026-08-20T01:38:52.868Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-20T01:38:52.868Z
422026-08-20T01:38:52.897Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-20T01:38:52.897Z
442026-08-20T01:38:52.897Z
452026-08-20T01:38:52.897ZRust is installed now. Great!
462026-08-20T01:38:52.897Z
472026-08-20T01:38:52.897ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-20T01:38:52.897Zenvironment variable. This has not been done automatically.
492026-08-20T01:38:52.897Z
502026-08-20T01:38:52.897ZTo configure your current shell, you need to source
512026-08-20T01:38:52.897Zthe corresponding env file under $HOME/.cargo.
522026-08-20T01:38:52.897Z
532026-08-20T01:38:52.897ZThis is usually done by running one of the following (note the leading DOT):
542026-08-20T01:38:52.900Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-20T01:38:52.900Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-20T01:38:52.900Zsource "~/.cargo/env.nu" # For nushell
572026-08-20T01:38:52.900Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-20T01:38:52.900Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-20T01:38:52.900Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-20T01:38:52.900Zwarn: no default linker (`cc`) was found in your PATH
612026-08-20T01:38:52.900Zwarn: many Rust crates require a system C toolchain to build
622026-08-20T01:38:52.979Z+ rustup --version
632026-08-20T01:38:52.987Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-20T01:38:52.990Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-20T01:38:53.009Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-20T01:38:53.013Z+ cargo --version
672026-08-20T01:38:53.026Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-20T01:38:53.029Z+ rustc --version
692026-08-20T01:38:53.046Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-20T01:38:53.051Zprocess exited: duration 17076 ms, exit code 0
 
712026-08-20T01:38:53.057Zstarting task 2: "authentication"
722026-08-20T01:38:53.073Zprocess exited: duration 16 ms, exit code 0
 
732026-08-20T01:38:53.079Zstarting task 3: "clone repository"
742026-08-20T01:38:53.082Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-20T01:38:53.087Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-20T01:38:53.105ZCloning into '/work/oxidecomputer/omicron'...
772026-08-20T01:39:04.113Z+ cd /work/oxidecomputer/omicron
782026-08-20T01:39:04.113Z+ git fetch origin 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
792026-08-20T01:39:04.471ZFrom https://github.com/oxidecomputer/omicron
802026-08-20T01:39:04.472Z * branch 1b799bd90a15cc4ddb9525641af5a651c5b97d7e -> FETCH_HEAD
812026-08-20T01:39:04.482Z+ [[ -n '' ]]
822026-08-20T01:39:04.482Z+ git reset --hard 1b799bd90a15cc4ddb9525641af5a651c5b97d7e
832026-08-20T01:39:04.737ZHEAD is now at 1b799bd90 f u openapi
842026-08-20T01:39:04.742Zprocess exited: duration 11663 ms, exit code 0
 
852026-08-20T01:39:04.748Zstarting task 4: "build"
862026-08-20T01:39:04.752Z+ source .github/buildomat/ci-env.sh
872026-08-20T01:39:04.755Z++ export CARGO_TERM_COLOR=always
882026-08-20T01:39:04.755Z++ CARGO_TERM_COLOR=always
892026-08-20T01:39:04.755Z+++ uname -s
902026-08-20T01:39:04.755Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-20T01:39:04.755Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-20T01:39:04.758Z+ cargo --version
932026-08-20T01:39:04.765Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-20T01:39:04.767Z+ rustc --version
952026-08-20T01:39:04.787Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-20T01:39:04.790Z+ source ./env.sh
972026-08-20T01:39:04.790Z++ OLD_SHELL_OPTS=ehxB
982026-08-20T01:39:04.790Z++ set -o xtrace
992026-08-20T01:39:04.792Z++++ dirname ./env.sh
1002026-08-20T01:39:04.792Z+++ readlink -f .
1012026-08-20T01:39:04.795Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-20T01:39:04.795Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-20T01:39:04.795Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-20T01:39:04.795Z++ 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
1052026-08-20T01:39:04.795Z++ 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
1062026-08-20T01:39:04.795Z++ 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
1072026-08-20T01:39:04.795Z++ 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
1082026-08-20T01:39:04.796Z++ 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
1092026-08-20T01:39:04.796Z++ 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
1102026-08-20T01:39:04.796Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1112026-08-20T01:39:04.796Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1122026-08-20T01:39:04.796Z++ case $OLD_SHELL_OPTS in
1132026-08-20T01:39:04.796Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-20T01:39:04.796Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1152026-08-20T01:39:04.796Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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
1162026-08-20T01:39:04.796Z+ banner prerequisites
1172026-08-20T01:39:04.799Z
1182026-08-20T01:39:04.799Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-08-20T01:39:04.799Z # # # # # # # # # # # # # # #
1202026-08-20T01:39:04.799Z # # # # ##### # # ##### # # # # # #### #
1212026-08-20T01:39:04.799Z ##### ##### # ##### # # # # # # # # #
1222026-08-20T01:39:04.799Z # # # # # # # # # # # # # # #
1232026-08-20T01:39:04.799Z # # # ###### # # ###### ### # #### # #### #
1242026-08-20T01:39:04.799Z
1252026-08-20T01:39:04.799Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-08-20T01:39:06.680Z Startup: Refreshing catalog 'helios' ... Done
1272026-08-20T01:39:07.011Z Startup: Caching catalogs ... Done
1282026-08-20T01:39:08.873ZPlanning: Solver setup ... Done (1.755s)
1292026-08-20T01:39:08.928ZPlanning: Running solver ... Done (0.055s)
1302026-08-20T01:39:08.971ZPlanning: Finding local manifests ... Done (0.003s)
1312026-08-20T01:39:08.983ZPlanning: Fetching manifests: 0/2 0% complete
1322026-08-20T01:39:09.002ZPlanning: Fetching manifests: 2/2 100% complete
1332026-08-20T01:39:09.016ZPlanning: Package planning ... Done (0.013s)
1342026-08-20T01:39:09.019ZPlanning: Merging actions ... Done (0.001s)
1352026-08-20T01:39:09.177ZPlanning: Checking for conflicting actions ... Done (0.159s)
1362026-08-20T01:39:09.180ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-08-20T01:39:09.964ZPlanning: Evaluating mediators ... Done (0.787s)
1382026-08-20T01:39:09.967ZPlanning: Planning completed in 2.92 seconds
1392026-08-20T01:39:09.973Z Packages to install: 2
1402026-08-20T01:39:09.977Z Estimated space available: 156.02 GB
1412026-08-20T01:39:09.977ZEstimated space to be consumed: 72.15 MB
1422026-08-20T01:39:09.977Z Create boot environment: No
1432026-08-20T01:39:09.977ZCreate backup boot environment: No
1442026-08-20T01:39:09.977Z Rebuild boot archive: No
1452026-08-20T01:39:09.977Z
1462026-08-20T01:39:09.977ZChanged packages:
1472026-08-20T01:39:09.977Zhelios
1482026-08-20T01:39:09.977Z developer/build-essential
1492026-08-20T01:39:09.977Z None -> 11-3.0
1502026-08-20T01:39:09.977Z library/libxmlsec1
1512026-08-20T01:39:09.977Z None -> 1.2.35-3.0
1522026-08-20T01:39:09.997Z
1532026-08-20T01:39:09.997ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-08-20T01:39:10.065ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1552026-08-20T01:39:10.148Z Actions: 1/268 actions (Installing new actions)
1562026-08-20T01:39:10.186Z Actions: Completed 268 actions in 0.04 seconds.
1572026-08-20T01:39:10.218ZFinalize: Updating package state database ... Done (0.031s)
1582026-08-20T01:39:10.218ZFinalize: Updating package cache ... Done (0.000s)
1592026-08-20T01:39:10.300ZFinalize: Updating image state ... Done (0.082s)
1602026-08-20T01:39:12.747ZFinalize: Creating fast lookup database ... Done (2.399s)
1612026-08-20T01:39:12.814ZFinalize: Reading search index ... Done (0.012s)
1622026-08-20T01:39:12.818ZFinalize: Updating search index ... Done (0.000s)
1632026-08-20T01:39:12.900ZFinalize: Updating package cache ... Done (0.000s)
1642026-08-20T01:39:13.266ZPlanning: Evaluating mediator changes ... Done
1652026-08-20T01:39:13.370ZPlanning: Checking for conflicting actions ... Done
1662026-08-20T01:39:13.373ZPlanning: Consolidating action changes ... Done
1672026-08-20T01:39:13.527ZPlanning: Evaluating mediators ... Done
1682026-08-20T01:39:13.530ZPlanning: Planning completed in 0.26 seconds
1692026-08-20T01:39:13.550Z Mediators to change: 2
1702026-08-20T01:39:13.550Z Create boot environment: No
1712026-08-20T01:39:13.550ZCreate backup boot environment: No
1722026-08-20T01:39:13.617ZFinalize: Updating package state database ... Done
1732026-08-20T01:39:13.617ZFinalize: Updating package cache ... Done
1742026-08-20T01:39:13.664ZFinalize: Updating image state ... Done
1752026-08-20T01:39:15.603ZFinalize: Creating fast lookup database ... Done
1762026-08-20T01:39:15.665ZFinalize: Reading search index ... Done
1772026-08-20T01:39:15.668ZFinalize: Updating search index ... Done
1782026-08-20T01:39:15.762ZFinalize: Updating package cache ... Done
1792026-08-20T01:39:16.049ZPlanning: Evaluating mediator changes ... Done
1802026-08-20T01:39:16.153ZPlanning: Checking for conflicting actions ... Done
1812026-08-20T01:39:16.156ZPlanning: Consolidating action changes ... Done
1822026-08-20T01:39:16.312ZPlanning: Evaluating mediators ... Done
1832026-08-20T01:39:16.315ZPlanning: Planning completed in 0.27 seconds
1842026-08-20T01:39:16.335Z Mediators to change: 1
1852026-08-20T01:39:16.335Z Create boot environment: No
1862026-08-20T01:39:16.335ZCreate backup boot environment: No
1872026-08-20T01:39:16.386ZFinalize: Updating package state database ... Done
1882026-08-20T01:39:16.386ZFinalize: Updating package cache ... Done
1892026-08-20T01:39:16.432ZFinalize: Updating image state ... Done
1902026-08-20T01:39:18.382ZFinalize: Creating fast lookup database ... Done
1912026-08-20T01:39:18.446ZFinalize: Reading search index ... Done
1922026-08-20T01:39:18.449ZFinalize: Updating search index ... Done
1932026-08-20T01:39:18.524ZFinalize: Updating package cache ... Done
1942026-08-20T01:39:18.834ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-08-20T01:39:18.834Zapache system 2.4 system
1962026-08-20T01:39:18.834Zclang system 15 system
1972026-08-20T01:39:18.834Zcsh system system illumos
1982026-08-20T01:39:18.834Zctags system system illumos
1992026-08-20T01:39:18.834Zfile vendor vendor darwinsys
2002026-08-20T01:39:18.834Zfile system system illumos
2012026-08-20T01:39:18.834Zgcc vendor 14 vendor
2022026-08-20T01:39:18.834Zgcc system 13 system
2032026-08-20T01:39:18.834Zgcc system 10 system
2042026-08-20T01:39:18.834Zgo system 1.25 system
2052026-08-20T01:39:18.834Zllvm system 15 system
2062026-08-20T01:39:18.834Zmariadb system 11.4 system
2072026-08-20T01:39:18.834Zmta vendor vendor dma
2082026-08-20T01:39:18.835Zopenjdk system 17 system
2092026-08-20T01:39:18.835Zopenjdk system 11 system
2102026-08-20T01:39:18.835Zopenssl vendor 3 vendor
2112026-08-20T01:39:18.835Zperl system 5.40 system
2122026-08-20T01:39:18.835Zpostgresql system 18 system
2132026-08-20T01:39:18.835Zpostgresql system 17 system
2142026-08-20T01:39:18.835Zpython vendor 3 vendor
2152026-08-20T01:39:18.835Zpython system 2 system
2162026-08-20T01:39:18.835Zpython3 vendor 3.13 vendor
2172026-08-20T01:39:18.835Zruby system 3.4 system
2182026-08-20T01:39:18.835Zruby system 3.0 system
2192026-08-20T01:39:18.835Zwords vendor vendor american-english
2202026-08-20T01:39:18.835Zwords system system australian-english
2212026-08-20T01:39:18.835Zwords system system british-english
2222026-08-20T01:39:18.835Zwords system system canadian-english
2232026-08-20T01:39:18.835Zwords system system french
2242026-08-20T01:39:18.835Zwords system system italian
2252026-08-20T01:39:18.835Zwords system system ngerman
2262026-08-20T01:39:18.835Zwords system system ogerman
2272026-08-20T01:39:18.835Zwords system system spanish
2282026-08-20T01:39:19.087ZPUBLISHER TYPE STATUS P LOCATION
2292026-08-20T01:39:19.087Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-08-20T01:39:19.544ZFMRI IFO
2312026-08-20T01:39:19.544Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-08-20T01:39:19.544Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-08-20T01:39:19.544Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-08-20T01:39:19.544Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-08-20T01:39:19.544Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-08-20T01:39:19.544Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-08-20T01:39:19.544Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-08-20T01:39:19.544Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-08-20T01:39:19.544Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-08-20T01:39:19.857Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-08-20T01:39:20.191Z Updating crates.io index
2422026-08-20T01:39:20.194Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-08-20T01:39:20.470Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-20T01:39:20.850Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-08-20T01:39:22.124Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-08-20T01:39:22.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-08-20T01:39:24.902Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-08-20T01:39:25.988Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-08-20T01:39:26.271Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-08-20T01:39:26.636Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-08-20T01:39:27.959Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-08-20T01:39:28.261Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-08-20T01:39:28.710Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2542026-08-20T01:39:28.992Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2552026-08-20T01:39:29.262Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2562026-08-20T01:39:29.528Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2572026-08-20T01:39:29.822Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-08-20T01:39:30.085Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-08-20T01:39:30.410Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2602026-08-20T01:39:30.950Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2612026-08-20T01:39:31.319Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2622026-08-20T01:39:31.710Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2632026-08-20T01:39:32.019Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2642026-08-20T01:39:32.660Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2652026-08-20T01:39:33.007Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-08-20T01:39:33.281Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-08-20T01:39:33.768Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-08-20T01:39:34.096Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2692026-08-20T01:39:34.423Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-08-20T01:39:35.079Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-08-20T01:39:35.347Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2722026-08-20T01:39:35.681Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-08-20T01:39:36.095Z Updating git repository `https://github.com/oxidecomputer/tough`
2742026-08-20T01:39:36.847Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2752026-08-20T01:39:37.122Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-20T01:39:37.398Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-08-20T01:39:37.739Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2782026-08-20T01:39:38.047Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2792026-08-20T01:39:38.357Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2802026-08-20T01:39:38.679Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2812026-08-20T01:39:39.071Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2822026-08-20T01:39:39.355Z Updating git repository `https://github.com/illumos/smf-rs`
2832026-08-20T01:39:39.655Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-20T01:39:42.208Z Downloading crates ...
2852026-08-20T01:39:42.258Z Downloaded cfg-if v1.0.4
2862026-08-20T01:39:42.262Z Downloaded clap_lex v1.0.0
2872026-08-20T01:39:42.265Z Downloaded anstyle-query v1.1.5
2882026-08-20T01:39:42.272Z Downloaded clap v4.6.1
2892026-08-20T01:39:42.276Z Downloaded errno v0.3.14
2902026-08-20T01:39:42.280Z Downloaded cargo_toml v0.21.0
2912026-08-20T01:39:42.287Z Downloaded clap_derive v4.6.1
2922026-08-20T01:39:42.290Z Downloaded crypto-common v0.1.7
2932026-08-20T01:39:42.293Z Downloaded zerocopy-derive v0.7.35
2942026-08-20T01:39:42.296Z Downloaded block-buffer v0.10.4
2952026-08-20T01:39:42.296Z Downloaded colorchoice v1.0.4
2962026-08-20T01:39:42.296Z Downloaded zmij v1.0.21
2972026-08-20T01:39:42.299Z Downloaded zerocopy v0.7.35
2982026-08-20T01:39:42.305Z Downloaded fnv v1.0.7
2992026-08-20T01:39:42.308Z Downloaded equivalent v1.0.2
3002026-08-20T01:39:42.308Z Downloaded itoa v1.0.17
3012026-08-20T01:39:42.308Z Downloaded heck v0.4.1
3022026-08-20T01:39:42.308Z Downloaded fastrand v2.3.0
3032026-08-20T01:39:42.308Z Downloaded log v0.4.33
3042026-08-20T01:39:42.311Z Downloaded papergrid v0.11.0
3052026-08-20T01:39:42.313Z Downloaded anstream v1.0.0
3062026-08-20T01:39:42.313Z Downloaded digest v0.10.7
3072026-08-20T01:39:42.313Z Downloaded camino-tempfile v1.4.1
3082026-08-20T01:39:42.316Z Downloaded anstyle-parse v1.0.0
3092026-08-20T01:39:42.323Z Downloaded dof v0.3.0
3102026-08-20T01:39:42.326Z Downloaded dtrace-parser v0.2.0
3112026-08-20T01:39:42.328Z Downloaded heck v0.5.0
3122026-08-20T01:39:42.329Z Downloaded cargo-platform v0.3.2
3132026-08-20T01:39:42.329Z Downloaded bytecount v0.6.9
3142026-08-20T01:39:42.331Z Downloaded bitflags v2.11.0
3152026-08-20T01:39:42.336Z Downloaded utf8parse v0.2.2
3162026-08-20T01:39:42.339Z Downloaded serde_spanned v0.6.9
3172026-08-20T01:39:42.339Z Downloaded thiserror-impl v2.0.18
3182026-08-20T01:39:42.347Z Downloaded terminal_size v0.4.3
3192026-08-20T01:39:42.350Z Downloaded is_terminal_polyfill v1.70.2
3202026-08-20T01:39:42.355Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-20T01:39:42.355Z Downloaded unicode-linebreak v0.1.5
3222026-08-20T01:39:42.358Z Downloaded cpufeatures v0.2.17
3232026-08-20T01:39:42.359Z Downloaded toml_write v0.1.2
3242026-08-20T01:39:42.359Z Downloaded macaddr v1.0.1
3252026-08-20T01:39:42.359Z Downloaded pretty-hex v0.4.1
3262026-08-20T01:39:42.363Z Downloaded memmap v0.7.0
3272026-08-20T01:39:42.363Z Downloaded generic-array v0.14.7
3282026-08-20T01:39:42.369Z Downloaded anyhow v1.0.104
3292026-08-20T01:39:42.372Z Downloaded serde_tokenstream v0.2.3
3302026-08-20T01:39:42.372Z Downloaded thiserror-impl v1.0.69
3312026-08-20T01:39:42.377Z Downloaded thread-id v4.2.2
3322026-08-20T01:39:42.380Z Downloaded usdt-attr-macro v0.5.0
3332026-08-20T01:39:42.385Z Downloaded version_check v0.9.5
3342026-08-20T01:39:42.388Z Downloaded swrite v0.1.0
3352026-08-20T01:39:42.388Z Downloaded toml_datetime v0.6.11
3362026-08-20T01:39:42.388Z Downloaded plain v0.2.3
3372026-08-20T01:39:42.400Z Downloaded usdt-macro v0.5.0
3382026-08-20T01:39:42.402Z Downloaded smawk v0.3.2
3392026-08-20T01:39:42.402Z Downloaded strsim v0.11.1
3402026-08-20T01:39:42.408Z Downloaded scroll_derive v0.12.1
3412026-08-20T01:39:42.408Z Downloaded tabled_derive v0.7.0
3422026-08-20T01:39:42.414Z Downloaded usdt v0.5.0
3432026-08-20T01:39:42.420Z Downloaded scroll v0.12.0
3442026-08-20T01:39:42.427Z Downloaded cargo_metadata v0.23.1
3452026-08-20T01:39:42.430Z Downloaded anstyle v1.0.14
3462026-08-20T01:39:42.434Z Downloaded proc-macro-error v1.0.4
3472026-08-20T01:39:42.437Z Downloaded usdt-impl v0.5.0
3482026-08-20T01:39:42.437Z Downloaded thiserror v2.0.18
3492026-08-20T01:39:42.439Z Downloaded thiserror v1.0.69
3502026-08-20T01:39:42.442Z Downloaded camino v1.2.5
3512026-08-20T01:39:42.445Z Downloaded toml v0.8.23
3522026-08-20T01:39:42.445Z Downloaded autocfg v1.5.0
3532026-08-20T01:39:42.450Z Downloaded quote v1.0.45
3542026-08-20T01:39:42.453Z Downloaded sha2 v0.10.9
3552026-08-20T01:39:42.460Z Downloaded once_cell v1.21.3
3562026-08-20T01:39:42.465Z Downloaded tempfile v3.27.0
3572026-08-20T01:39:42.472Z Downloaded indexmap v2.14.0
3582026-08-20T01:39:42.480Z Downloaded semver v1.0.28
3592026-08-20T01:39:42.483Z Downloaded byteorder v1.5.0
3602026-08-20T01:39:42.483Z Downloaded pest_generator v2.8.6
3612026-08-20T01:39:42.491Z Downloaded pest_derive v2.8.6
3622026-08-20T01:39:42.497Z Downloaded serde_derive v1.0.228
3632026-08-20T01:39:42.500Z Downloaded fs-err v3.3.0
3642026-08-20T01:39:42.503Z Downloaded getrandom v0.3.4
3652026-08-20T01:39:42.503Z Downloaded unicode-ident v1.0.24
3662026-08-20T01:39:42.510Z Downloaded textwrap v0.16.2
3672026-08-20T01:39:42.513Z Downloaded ucd-trie v0.1.7
3682026-08-20T01:39:42.513Z Downloaded proc-macro2 v1.0.106
3692026-08-20T01:39:42.516Z Downloaded pest_meta v2.8.6
3702026-08-20T01:39:42.521Z Downloaded serde_core v1.0.228
3712026-08-20T01:39:42.524Z Downloaded memchr v2.8.0
3722026-08-20T01:39:42.540Z Downloaded pest v2.8.6
3732026-08-20T01:39:42.543Z Downloaded serde v1.0.228
3742026-08-20T01:39:42.547Z Downloaded toml_edit v0.22.27
3752026-08-20T01:39:42.563Z Downloaded typenum v1.20.1
3762026-08-20T01:39:42.588Z Downloaded hashbrown v0.17.0
3772026-08-20T01:39:42.591Z Downloaded serde_json v1.0.151
3782026-08-20T01:39:42.627Z Downloaded winnow v0.7.14
3792026-08-20T01:39:42.632Z Downloaded clap_builder v4.6.0
3802026-08-20T01:39:42.637Z Downloaded goblin v0.8.2
3812026-08-20T01:39:42.649Z Downloaded tabled v0.15.0
3822026-08-20T01:39:42.669Z Downloaded syn v1.0.109
3832026-08-20T01:39:42.674Z Downloaded unicode-width v0.2.0
3842026-08-20T01:39:42.677Z Downloaded syn v2.0.117
3852026-08-20T01:39:42.682Z Downloaded unicode-width v0.1.14
3862026-08-20T01:39:42.697Z Downloaded rustix v1.1.4
3872026-08-20T01:39:42.729Z Downloaded libc v0.2.185
3882026-08-20T01:39:42.793Z Compiling proc-macro2 v1.0.106
3892026-08-20T01:39:42.793Z Compiling unicode-ident v1.0.24
3902026-08-20T01:39:42.793Z Compiling quote v1.0.45
3912026-08-20T01:39:42.793Z Compiling serde_core v1.0.228
3922026-08-20T01:39:42.796Z Compiling libc v0.2.185
3932026-08-20T01:39:42.796Z Compiling version_check v0.9.5
3942026-08-20T01:39:42.796Z Compiling memchr v2.8.0
3952026-08-20T01:39:42.796Z Compiling serde v1.0.228
3962026-08-20T01:39:43.163Z Compiling zmij v1.0.21
3972026-08-20T01:39:43.369Z Compiling itoa v1.0.17
3982026-08-20T01:39:43.372Z Compiling ucd-trie v0.1.7
3992026-08-20T01:39:43.560Z Compiling thiserror v1.0.69
4002026-08-20T01:39:43.666Z Compiling pest v2.8.6
4012026-08-20T01:39:43.670Z Compiling byteorder v1.5.0
4022026-08-20T01:39:43.787Z Compiling rustix v1.1.4
4032026-08-20T01:39:43.917Z Compiling errno v0.3.14
4042026-08-20T01:39:44.074Z Compiling serde_json v1.0.151
4052026-08-20T01:39:44.167Z Compiling bitflags v2.11.0
4062026-08-20T01:39:44.264Z Compiling syn v2.0.117
4072026-08-20T01:39:44.324Z Compiling thread-id v4.2.2
4082026-08-20T01:39:44.391Z Compiling usdt-impl v0.5.0
4092026-08-20T01:39:44.410Z Compiling proc-macro-error-attr v1.0.4
4102026-08-20T01:39:44.514Z Compiling camino v1.2.5
4112026-08-20T01:39:44.601Z Compiling syn v1.0.109
4122026-08-20T01:39:44.720Z Compiling pest_meta v2.8.6
4132026-08-20T01:39:44.923Z Compiling proc-macro-error v1.0.4
4142026-08-20T01:39:44.937Z Compiling plain v0.2.3
4152026-08-20T01:39:44.954Z Compiling getrandom v0.3.4
4162026-08-20T01:39:45.050Z Compiling hashbrown v0.17.0
4172026-08-20T01:39:45.102Z Compiling utf8parse v0.2.2
4182026-08-20T01:39:45.327Z Compiling equivalent v1.0.2
4192026-08-20T01:39:45.422Z Compiling log v0.4.33
4202026-08-20T01:39:45.600Z Compiling indexmap v2.14.0
4212026-08-20T01:39:45.600Z Compiling anstyle-parse v1.0.0
4222026-08-20T01:39:45.633Z Compiling terminal_size v0.4.3
4232026-08-20T01:39:46.205Z Compiling toml_write v0.1.2
4242026-08-20T01:39:46.228Z Compiling colorchoice v1.0.4
4252026-08-20T01:39:46.248Z Compiling anstyle v1.0.14
4262026-08-20T01:39:46.290Z Compiling winnow v0.7.14
4272026-08-20T01:39:46.318Z Compiling anstyle-query v1.1.5
4282026-08-20T01:39:46.362Z Compiling is_terminal_polyfill v1.70.2
4292026-08-20T01:39:46.423Z Compiling pretty-hex v0.4.1
4302026-08-20T01:39:46.441Z Compiling pest_generator v2.8.6
4312026-08-20T01:39:46.462Z Compiling cfg-if v1.0.4
4322026-08-20T01:39:46.478Z Compiling autocfg v1.5.0
4332026-08-20T01:39:46.493Z Compiling thiserror v2.0.18
4342026-08-20T01:39:46.559Z Compiling anstream v1.0.0
4352026-08-20T01:39:46.818Z Compiling unicode-width v0.1.14
4362026-08-20T01:39:46.863Z Compiling once_cell v1.21.3
4372026-08-20T01:39:46.899Z Compiling fs-err v3.3.0
4382026-08-20T01:39:47.081Z Compiling fnv v1.0.7
4392026-08-20T01:39:47.097Z Compiling fastrand v2.3.0
4402026-08-20T01:39:47.097Z Compiling heck v0.5.0
4412026-08-20T01:39:47.128Z Compiling clap_lex v1.0.0
4422026-08-20T01:39:47.183Z Compiling bytecount v0.6.9
4432026-08-20T01:39:47.321Z Compiling strsim v0.11.1
4442026-08-20T01:39:47.337Z Compiling anyhow v1.0.104
4452026-08-20T01:39:47.340Z Compiling heck v0.4.1
4462026-08-20T01:39:47.369Z Compiling tempfile v3.27.0
4472026-08-20T01:39:47.372Z Compiling papergrid v0.11.0
4482026-08-20T01:39:47.573Z Compiling clap_builder v4.6.0
4492026-08-20T01:39:47.743Z Compiling cargo-platform v0.3.2
4502026-08-20T01:39:47.763Z Compiling semver v1.0.28
4512026-08-20T01:39:47.779Z Compiling memmap v0.7.0
4522026-08-20T01:39:47.796Z Compiling tabled_derive v0.7.0
4532026-08-20T01:39:47.853Z Compiling unicode-linebreak v0.1.5
4542026-08-20T01:39:47.957Z Compiling unicode-width v0.2.0
4552026-08-20T01:39:48.011Z Compiling smawk v0.3.2
4562026-08-20T01:39:48.083Z Compiling serde_derive v1.0.228
4572026-08-20T01:39:48.115Z Compiling thiserror-impl v1.0.69
4582026-08-20T01:39:48.151Z Compiling zerocopy-derive v0.7.35
4592026-08-20T01:39:48.226Z Compiling pest_derive v2.8.6
4602026-08-20T01:39:48.436Z Compiling scroll_derive v0.12.1
4612026-08-20T01:39:48.678Z Compiling thiserror-impl v2.0.18
4622026-08-20T01:39:48.727Z Compiling clap_derive v4.6.1
4632026-08-20T01:39:48.839Z Compiling tabled v0.15.0
4642026-08-20T01:39:49.051Z Compiling zerocopy v0.7.35
4652026-08-20T01:39:49.164Z Compiling scroll v0.12.0
4662026-08-20T01:39:49.450Z Compiling goblin v0.8.2
4672026-08-20T01:39:49.534Z Compiling dtrace-parser v0.2.0
4682026-08-20T01:39:49.614Z Compiling textwrap v0.16.2
4692026-08-20T01:39:50.142Z Compiling camino-tempfile v1.4.1
4702026-08-20T01:39:50.275Z Compiling swrite v0.1.0
4712026-08-20T01:39:50.508Z Compiling clap v4.6.1
4722026-08-20T01:39:51.258Z Compiling dof v0.3.0
4732026-08-20T01:39:51.258Z Compiling serde_tokenstream v0.2.3
4742026-08-20T01:39:51.273Z Compiling serde_spanned v0.6.9
4752026-08-20T01:39:51.288Z Compiling toml_datetime v0.6.11
4762026-08-20T01:39:51.288Z Compiling macaddr v1.0.1
4772026-08-20T01:39:51.335Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4782026-08-20T01:39:51.351Z Compiling cargo_metadata v0.23.1
4792026-08-20T01:39:51.481Z Compiling toml_edit v0.22.27
4802026-08-20T01:39:51.973Z Compiling usdt-attr-macro v0.5.0
4812026-08-20T01:39:51.976Z Compiling usdt-macro v0.5.0
4822026-08-20T01:39:52.580Z Compiling usdt v0.5.0
4832026-08-20T01:39:52.805Z Compiling toml v0.8.23
4842026-08-20T01:39:53.129Z Compiling cargo_toml v0.21.0
4852026-08-20T01:39:54.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862026-08-20T01:39:56.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.71s
4872026-08-20T01:39:56.616Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4882026-08-20T01:39:57.124Z Downloading crates ...
4892026-08-20T01:39:57.186Z Downloaded arrayref v0.3.9
4902026-08-20T01:39:57.189Z Downloaded assert_matches v1.5.0
4912026-08-20T01:39:57.197Z Downloaded flagset v0.4.7
4922026-08-20T01:39:57.202Z Downloaded adler2 v2.0.1
4932026-08-20T01:39:57.204Z Downloaded aead v0.6.1
4942026-08-20T01:39:57.207Z Downloaded atomic-waker v1.1.2
4952026-08-20T01:39:57.207Z Downloaded base16ct v0.2.0
4962026-08-20T01:39:57.210Z Downloaded const-oid v0.10.2
4972026-08-20T01:39:57.210Z Downloaded globwalk v0.9.1
4982026-08-20T01:39:57.213Z Downloaded elliptic-curve v0.14.1
4992026-08-20T01:39:57.216Z Downloaded async-stream-impl v0.3.6
5002026-08-20T01:39:57.216Z Downloaded hex-literal v1.1.0
5012026-08-20T01:39:57.219Z Downloaded backtrace-ext v0.2.1
5022026-08-20T01:39:57.222Z Downloaded foreign-types-macros v0.2.3
5032026-08-20T01:39:57.222Z Downloaded futures-macro v0.3.32
5042026-08-20T01:39:57.222Z Downloaded headers v0.4.1
5052026-08-20T01:39:57.225Z Downloaded env_filter v2.0.0
5062026-08-20T01:39:57.225Z Downloaded futures-io v0.3.32
5072026-08-20T01:39:57.225Z Downloaded hubpack v0.1.2
5082026-08-20T01:39:57.225Z Downloaded aead v0.5.2
5092026-08-20T01:39:57.228Z Downloaded bcrypt-pbkdf v0.11.0
5102026-08-20T01:39:57.228Z Downloaded fallible-iterator v0.2.0
5112026-08-20T01:39:57.228Z Downloaded float-ord v0.3.2
5122026-08-20T01:39:57.228Z Downloaded foreign-types v0.5.0
5132026-08-20T01:39:57.231Z Downloaded hash32 v0.3.1
5142026-08-20T01:39:57.231Z Downloaded argon2 v0.5.3
5152026-08-20T01:39:57.235Z Downloaded ena v0.14.4
5162026-08-20T01:39:57.235Z Downloaded fxhash v0.2.1
5172026-08-20T01:39:57.235Z Downloaded bcs v0.1.6
5182026-08-20T01:39:57.238Z Downloaded enum_dispatch v0.3.13
5192026-08-20T01:39:57.238Z Downloaded erased-serde v0.3.31
5202026-08-20T01:39:57.238Z Downloaded ff v0.13.1
5212026-08-20T01:39:57.238Z Downloaded futures-task v0.3.32
5222026-08-20T01:39:57.242Z Downloaded gethostname v0.5.0
5232026-08-20T01:39:57.242Z Downloaded array-init v0.0.4
5242026-08-20T01:39:57.242Z Downloaded fd-lock v4.0.4
5252026-08-20T01:39:57.243Z Downloaded bit-set v0.5.3
5262026-08-20T01:39:57.243Z Downloaded ciborium-ll v0.2.2
5272026-08-20T01:39:57.243Z Downloaded hash32 v0.2.1
5282026-08-20T01:39:57.245Z Downloaded ascii-canvas v3.0.0
5292026-08-20T01:39:57.245Z Downloaded endian-type v0.1.2
5302026-08-20T01:39:57.245Z Downloaded enum-as-inner v0.6.1
5312026-08-20T01:39:57.248Z Downloaded form_urlencoded v1.2.2
5322026-08-20T01:39:57.252Z Downloaded futures-core v0.3.32
5332026-08-20T01:39:57.255Z Downloaded fixedbitset v0.5.7
5342026-08-20T01:39:57.258Z Downloaded castaway v0.2.4
5352026-08-20T01:39:57.261Z Downloaded bb8 v0.8.6
5362026-08-20T01:39:57.261Z Downloaded bitfield-macros v0.19.4
5372026-08-20T01:39:57.261Z Downloaded bitfield-struct v0.6.2
5382026-08-20T01:39:57.263Z Downloaded atty v0.2.14
5392026-08-20T01:39:57.263Z Downloaded home v0.5.12
5402026-08-20T01:39:57.263Z Downloaded http-body v1.0.1
5412026-08-20T01:39:57.266Z Downloaded float-cmp v0.10.0
5422026-08-20T01:39:57.266Z Downloaded async-recursion v1.1.1
5432026-08-20T01:39:57.269Z Downloaded base16ct v1.0.0
5442026-08-20T01:39:57.271Z Downloaded atomicwrites v0.4.4
5452026-08-20T01:39:57.272Z Downloaded anstream v0.6.21
5462026-08-20T01:39:57.272Z Downloaded foreign-types-shared v0.3.1
5472026-08-20T01:39:57.272Z Downloaded nodrop v0.1.14
5482026-08-20T01:39:57.274Z Downloaded async-stream v0.3.6
5492026-08-20T01:39:57.274Z Downloaded async-trait v0.1.89
5502026-08-20T01:39:57.277Z Downloaded fs-err v2.11.0
5512026-08-20T01:39:57.281Z Downloaded buf-list v1.1.2
5522026-08-20T01:39:57.281Z Downloaded ff v0.14.0
5532026-08-20T01:39:57.281Z Downloaded hostname v0.4.2
5542026-08-20T01:39:57.285Z Downloaded backoff v0.4.0
5552026-08-20T01:39:57.285Z Downloaded bitfield v0.19.4
5562026-08-20T01:39:57.288Z Downloaded block-padding v0.4.2
5572026-08-20T01:39:57.288Z Downloaded filetime v0.2.27
5582026-08-20T01:39:57.288Z Downloaded foldhash v0.2.0
5592026-08-20T01:39:57.288Z Downloaded globset v0.4.18
5602026-08-20T01:39:57.291Z Downloaded futures-sink v0.3.32
5612026-08-20T01:39:57.291Z Downloaded hostname v0.3.1
5622026-08-20T01:39:57.294Z Downloaded bit-vec v0.6.3
5632026-08-20T01:39:57.294Z Downloaded cexpr v0.6.0
5642026-08-20T01:39:57.294Z Downloaded cipher v0.5.2
5652026-08-20T01:39:57.294Z Downloaded ahash v0.8.12
5662026-08-20T01:39:57.301Z Downloaded ghash v0.6.0
5672026-08-20T01:39:57.304Z Downloaded git-stub v1.0.0
5682026-08-20T01:39:57.304Z Downloaded httpdate v1.0.3
5692026-08-20T01:39:57.304Z Downloaded embedded-io v0.4.0
5702026-08-20T01:39:57.304Z Downloaded foreign-types v0.3.2
5712026-08-20T01:39:57.304Z Downloaded cobs v0.3.0
5722026-08-20T01:39:57.307Z Downloaded nibble_vec v0.1.0
5732026-08-20T01:39:57.308Z Downloaded cfg_aliases v0.1.1
5742026-08-20T01:39:57.310Z Downloaded foreign-types-shared v0.1.1
5752026-08-20T01:39:57.310Z Downloaded hubpack_derive v0.1.1
5762026-08-20T01:39:57.311Z Downloaded embedded-io v0.6.1
5772026-08-20T01:39:57.311Z Downloaded fixedbitset v0.4.2
5782026-08-20T01:39:57.313Z Downloaded compression-core v0.4.31
5792026-08-20T01:39:57.317Z Downloaded newline-converter v0.3.0
5802026-08-20T01:39:57.317Z Downloaded futures v0.3.32
5812026-08-20T01:39:57.320Z Downloaded http-range v0.1.5
5822026-08-20T01:39:57.320Z Downloaded group v0.13.0
5832026-08-20T01:39:57.320Z Downloaded ciborium-io v0.2.2
5842026-08-20T01:39:57.320Z Downloaded futures-executor v0.3.32
5852026-08-20T01:39:57.323Z Downloaded cfg_aliases v0.2.1
5862026-08-20T01:39:57.326Z Downloaded block-buffer v0.12.1
5872026-08-20T01:39:57.326Z Downloaded headers-core v0.3.0
5882026-08-20T01:39:57.329Z Downloaded normalize-line-endings v0.3.0
5892026-08-20T01:39:57.332Z Downloaded num_threads v0.1.7
5902026-08-20T01:39:57.335Z Downloaded num-iter v0.1.45
5912026-08-20T01:39:57.335Z Downloaded base64ct v1.8.3
5922026-08-20T01:39:57.339Z Downloaded funty v2.0.0
5932026-08-20T01:39:57.339Z Downloaded arrayvec v0.7.6
5942026-08-20T01:39:57.339Z Downloaded hex v0.4.3
5952026-08-20T01:39:57.341Z Downloaded cmov v0.5.4
5962026-08-20T01:39:57.341Z Downloaded openssl-macros v0.1.1
5972026-08-20T01:39:57.342Z Downloaded proc-macro-error-attr2 v2.0.0
5982026-08-20T01:39:57.342Z Downloaded compression-codecs v0.4.37
5992026-08-20T01:39:57.344Z Downloaded packed_struct_codegen v0.10.1
6002026-08-20T01:39:57.344Z Downloaded path-slash v0.1.5
6012026-08-20T01:39:57.347Z Downloaded bit-set v0.8.0
6022026-08-20T01:39:57.351Z Downloaded bitflags v1.3.2
6032026-08-20T01:39:57.351Z Downloaded chacha20 v0.9.1
6042026-08-20T01:39:57.354Z Downloaded ref-cast-impl v1.0.25
6052026-08-20T01:39:57.357Z Downloaded precomputed-hash v0.1.1
6062026-08-20T01:39:57.357Z Downloaded quick-error v1.2.3
6072026-08-20T01:39:57.360Z Downloaded addr2line v0.25.1
6082026-08-20T01:39:57.360Z Downloaded find-msvc-tools v0.1.9
6092026-08-20T01:39:57.363Z Downloaded bit-vec v0.8.0
6102026-08-20T01:39:57.366Z Downloaded highway v1.3.0
6112026-08-20T01:39:57.366Z Downloaded env_logger v0.11.11
6122026-08-20T01:39:57.369Z Downloaded glob v0.3.3
6132026-08-20T01:39:57.369Z Downloaded bzip2 v0.6.1
6142026-08-20T01:39:57.369Z Downloaded cassowary v0.3.0
6152026-08-20T01:39:57.373Z Downloaded colored v2.2.0
6162026-08-20T01:39:57.373Z Downloaded foldhash v0.1.5
6172026-08-20T01:39:57.373Z Downloaded http-body-util v0.1.3
6182026-08-20T01:39:57.376Z Downloaded recursive v0.1.1
6192026-08-20T01:39:57.380Z Downloaded rustc_version v0.1.7
6202026-08-20T01:39:57.386Z Downloaded russh-util v0.52.0
6212026-08-20T01:39:57.389Z Downloaded seq-macro v0.3.6
6222026-08-20T01:39:57.389Z Downloaded serde_plain v1.0.2
6232026-08-20T01:39:57.389Z Downloaded half v2.7.1
6242026-08-20T01:39:57.396Z Downloaded sapling-renderdag v0.1.0
6252026-08-20T01:39:57.399Z Downloaded signal-hook-tokio v0.3.1
6262026-08-20T01:39:57.399Z Downloaded blowfish v0.10.0
6272026-08-20T01:39:57.402Z Downloaded cipher v0.4.4
6282026-08-20T01:39:57.402Z Downloaded sqlparser_derive v0.5.0
6292026-08-20T01:39:57.402Z Downloaded strip-ansi-escapes v0.2.1
6302026-08-20T01:39:57.405Z Downloaded fs_extra v1.3.0
6312026-08-20T01:39:57.408Z Downloaded group v0.14.0
6322026-08-20T01:39:57.411Z Downloaded port-file v0.1.0
6332026-08-20T01:39:57.411Z Downloaded byte-wrapper v0.1.0
6342026-08-20T01:39:57.412Z Downloaded camino-tempfile-ext v0.3.3
6352026-08-20T01:39:57.414Z Downloaded cbc v0.2.1
6362026-08-20T01:39:57.414Z Downloaded cmake v0.1.57
6372026-08-20T01:39:57.414Z Downloaded pin-project-internal v1.1.11
6382026-08-20T01:39:57.417Z Downloaded oxide-tokio-rt v0.1.4
6392026-08-20T01:39:57.417Z Downloaded packed_struct v0.10.1
6402026-08-20T01:39:57.421Z Downloaded paste v1.0.15
6412026-08-20T01:39:57.421Z Downloaded pbkdf2 v0.13.0
6422026-08-20T01:39:57.421Z Downloaded predicates v3.1.4
6432026-08-20T01:39:57.424Z Downloaded strum v0.27.2
6442026-08-20T01:39:57.424Z Downloaded supports-unicode v3.0.0
6452026-08-20T01:39:57.424Z Downloaded progenitor v0.14.0
6462026-08-20T01:39:57.424Z Downloaded argon2 v0.6.0-rc.8
6472026-08-20T01:39:57.424Z Downloaded tap v1.0.1
6482026-08-20T01:39:57.428Z Downloaded progenitor v0.13.0
6492026-08-20T01:39:57.430Z Downloaded async-bb8-diesel v0.2.1
6502026-08-20T01:39:57.430Z Downloaded backon v1.6.0
6512026-08-20T01:39:57.430Z Downloaded blake2 v0.11.0-rc.6
6522026-08-20T01:39:57.433Z Downloaded num-integer v0.1.46
6532026-08-20T01:39:57.433Z Downloaded anstyle-parse v0.2.7
6542026-08-20T01:39:57.436Z Downloaded git-stub-vcs v0.1.0
6552026-08-20T01:39:57.436Z Downloaded hmac v0.12.1
6562026-08-20T01:39:57.439Z Downloaded half v1.8.3
6572026-08-20T01:39:57.442Z Downloaded take_mut v0.2.2
6582026-08-20T01:39:57.449Z Downloaded tokio-macros v2.7.0
6592026-08-20T01:39:57.452Z Downloaded topological-sort v0.2.2
6602026-08-20T01:39:57.452Z Downloaded unicode-xid v0.2.6
6612026-08-20T01:39:57.458Z Downloaded generic-array v1.4.3
6622026-08-20T01:39:57.467Z Downloaded phc v0.6.1
6632026-08-20T01:39:57.471Z Downloaded rand_core v0.6.4
6642026-08-20T01:39:57.471Z Downloaded scroll v0.13.0
6652026-08-20T01:39:57.471Z Downloaded rand_chacha v0.9.0
6662026-08-20T01:39:57.472Z Downloaded serde_with_macros v1.5.2
6672026-08-20T01:39:57.472Z Downloaded slab v0.4.12
6682026-08-20T01:39:57.472Z Downloaded yoke-derive v0.8.1
6692026-08-20T01:39:57.472Z Downloaded rustls-pemfile v2.2.0
6702026-08-20T01:39:57.472Z Downloaded sec1 v0.8.1
6712026-08-20T01:39:57.472Z Downloaded usdt v0.6.0
6722026-08-20T01:39:57.472Z Downloaded utf-8 v0.7.6
6732026-08-20T01:39:57.475Z Downloaded want v0.3.1
6742026-08-20T01:39:57.475Z Downloaded xattr v1.6.1
6752026-08-20T01:39:57.475Z Downloaded zeroize_derive v1.5.0
6762026-08-20T01:39:57.478Z Downloaded crunchy v0.2.4
6772026-08-20T01:39:57.478Z Downloaded zone_cfg_derive v0.3.1
6782026-08-20T01:39:57.481Z Downloaded slog-dtrace v0.3.0
6792026-08-20T01:39:57.484Z Downloaded shlex v1.3.0
6802026-08-20T01:39:57.487Z Downloaded bs58 v0.5.1
6812026-08-20T01:39:57.490Z Downloaded pin-project-lite v0.2.17
6822026-08-20T01:39:57.490Z Downloaded blake2 v0.10.6
6832026-08-20T01:39:57.494Z Downloaded httparse v1.10.1
6842026-08-20T01:39:57.494Z Downloaded console v0.15.11
6852026-08-20T01:39:57.496Z Downloaded futures-channel v0.3.32
6862026-08-20T01:39:57.496Z Downloaded bzip2 v0.4.4
6872026-08-20T01:39:57.496Z Downloaded ciborium v0.2.2
6882026-08-20T01:39:57.500Z Downloaded colored v3.1.1
6892026-08-20T01:39:57.500Z Downloaded const-oid v0.9.6
6902026-08-20T01:39:57.500Z Downloaded proc-macro-error2 v2.0.1
6912026-08-20T01:39:57.503Z Downloaded static_assertions v1.1.0
6922026-08-20T01:39:57.503Z Downloaded darling_macro v0.20.11
6932026-08-20T01:39:57.503Z Downloaded cancel-safe-futures v0.1.5
6942026-08-20T01:39:57.506Z Downloaded slog-stdlog v4.1.1
6952026-08-20T01:39:57.506Z Downloaded slog-term v2.9.2
6962026-08-20T01:39:57.506Z Downloaded cpufeatures v0.3.0
6972026-08-20T01:39:57.506Z Downloaded defmt-parser v1.0.0
6982026-08-20T01:39:57.508Z Downloaded curve25519-dalek-derive v0.1.1
6992026-08-20T01:39:57.508Z Downloaded dirs-sys-next v0.1.2
7002026-08-20T01:39:57.509Z Downloaded papergrid v0.18.0
7012026-08-20T01:39:57.512Z Downloaded strum_macros v0.24.3
7022026-08-20T01:39:57.513Z Downloaded strum_macros v0.26.4
7032026-08-20T01:39:57.517Z Downloaded darling_macro v0.21.3
7042026-08-20T01:39:57.517Z Downloaded allocator-api2 v0.2.21
7052026-08-20T01:39:57.517Z Downloaded console v0.16.2
7062026-08-20T01:39:57.517Z Downloaded thread_local v1.1.9
7072026-08-20T01:39:57.517Z Downloaded toml_writer v1.1.1+spec-1.1.0
7082026-08-20T01:39:57.520Z Downloaded dof v0.4.0
7092026-08-20T01:39:57.520Z Downloaded dropshot-api-manager-types v0.8.0
7102026-08-20T01:39:57.523Z Downloaded arc-swap v1.8.2
7112026-08-20T01:39:57.523Z Downloaded hmac v0.13.0
7122026-08-20T01:39:57.529Z Downloaded heapless v0.7.17
7132026-08-20T01:39:57.532Z Downloaded tui-tree-widget v0.23.1
7142026-08-20T01:39:57.535Z Downloaded hyper-tls v0.6.0
7152026-08-20T01:39:57.535Z Downloaded instability v0.3.11
7162026-08-20T01:39:57.539Z Downloaded instant v0.1.13
7172026-08-20T01:39:57.542Z Downloaded lru-slab v0.1.2
7182026-08-20T01:39:57.545Z Downloaded vergen-lib v0.1.6
7192026-08-20T01:39:57.545Z Downloaded chacha20 v0.10.0
7202026-08-20T01:39:57.548Z Downloaded ar_archive_writer v0.5.1
7212026-08-20T01:39:57.551Z Downloaded postgres-types v0.2.12
7222026-08-20T01:39:57.551Z Downloaded rustls-pki-types v1.14.0
7232026-08-20T01:39:57.554Z Downloaded illumos-nvpair-sys v0.2.0
7242026-08-20T01:39:57.554Z Downloaded jiff-static v0.2.34
7252026-08-20T01:39:57.554Z Downloaded kem v0.3.0
7262026-08-20T01:39:57.554Z Downloaded serde_cbor v0.11.2
7272026-08-20T01:39:57.557Z Downloaded salsa20 v0.11.0
7282026-08-20T01:39:57.557Z Downloaded cpubits v0.1.1
7292026-08-20T01:39:57.561Z Downloaded internet-checksum v0.2.1
7302026-08-20T01:39:57.561Z Downloaded fatfs v0.3.6
7312026-08-20T01:39:57.561Z Downloaded nonempty v0.12.0
7322026-08-20T01:39:57.561Z Downloaded omicron-zone-package v0.12.3
7332026-08-20T01:39:57.564Z Downloaded getrandom v0.4.3
7342026-08-20T01:39:57.567Z Downloaded multimap v0.10.1
7352026-08-20T01:39:57.567Z Downloaded getrandom v0.2.17
7362026-08-20T01:39:57.570Z Downloaded clang-sys v1.8.1
7372026-08-20T01:39:57.573Z Downloaded corncobs v0.1.4
7382026-08-20T01:39:57.573Z Downloaded ctr v0.10.1
7392026-08-20T01:39:57.576Z Downloaded kstat-rs v0.2.5
7402026-08-20T01:39:57.579Z Downloaded match_cfg v0.1.0
7412026-08-20T01:39:57.579Z Downloaded mime v0.3.17
7422026-08-20T01:39:57.579Z Downloaded num-derive v0.4.2
7432026-08-20T01:39:57.579Z Downloaded openssl-probe v0.1.6
7442026-08-20T01:39:57.579Z Downloaded num_enum_derive v0.5.11
7452026-08-20T01:39:57.583Z Downloaded der_derive v0.7.3
7462026-08-20T01:39:57.583Z Downloaded difflib v0.4.0
7472026-08-20T01:39:57.586Z Downloaded simd-adler32 v0.3.8
7482026-08-20T01:39:57.586Z Downloaded chacha20poly1305 v0.10.1
7492026-08-20T01:39:57.590Z Downloaded diesel-dtrace v0.5.0
7502026-08-20T01:39:57.593Z Downloaded phf_shared v0.11.3
7512026-08-20T01:39:57.593Z Downloaded password-hash v0.6.1
7522026-08-20T01:39:57.596Z Downloaded potential_utf v0.1.4
7532026-08-20T01:39:57.596Z Downloaded powerfmt v0.2.0
7542026-08-20T01:39:57.596Z Downloaded rand_chacha v0.3.1
7552026-08-20T01:39:57.599Z Downloaded daft v0.1.7
7562026-08-20T01:39:57.599Z Downloaded parse-display v0.10.0
7572026-08-20T01:39:57.599Z Downloaded ref-cast v1.0.25
7582026-08-20T01:39:57.604Z Downloaded backtrace v0.3.76
7592026-08-20T01:39:57.606Z Downloaded tls_codec v0.4.2
7602026-08-20T01:39:57.610Z Downloaded either v1.15.0
7612026-08-20T01:39:57.610Z Downloaded oso v0.27.3
7622026-08-20T01:39:57.610Z Downloaded tokio-rustls v0.26.4
7632026-08-20T01:39:57.614Z Downloaded tracing-attributes v0.1.31
7642026-08-20T01:39:57.614Z Downloaded flume v0.11.1
7652026-08-20T01:39:57.617Z Downloaded flate2 v1.1.9
7662026-08-20T01:39:57.617Z Downloaded progenitor-client v0.14.0
7672026-08-20T01:39:57.620Z Downloaded radium v0.7.0
7682026-08-20T01:39:57.624Z Downloaded russh-cryptovec v0.62.0
7692026-08-20T01:39:57.624Z Downloaded socket2 v0.5.10
7702026-08-20T01:39:57.627Z Downloaded sha1 v0.11.0
7712026-08-20T01:39:57.628Z Downloaded siphasher v1.0.2
7722026-08-20T01:39:57.628Z Downloaded async-compression v0.4.41
7732026-08-20T01:39:57.631Z Downloaded base64 v0.22.1
7742026-08-20T01:39:57.631Z Downloaded unicode-properties v0.1.4
7752026-08-20T01:39:57.634Z Downloaded quinn-udp v0.5.14
7762026-08-20T01:39:57.637Z Downloaded slog-bunyan v2.5.0
7772026-08-20T01:39:57.637Z Downloaded slog-envlogger v2.2.0
7782026-08-20T01:39:57.637Z Downloaded sponge-cursor v0.1.0
7792026-08-20T01:39:57.640Z Downloaded knus-derive v3.4.0
7802026-08-20T01:39:57.643Z Downloaded secrecy v0.8.0
7812026-08-20T01:39:57.643Z Downloaded thread-id v5.1.0
7822026-08-20T01:39:57.647Z Downloaded serde-big-array v0.5.1
7832026-08-20T01:39:57.647Z Downloaded nanorand v0.7.0
7842026-08-20T01:39:57.650Z Downloaded owo-colors v4.3.0
7852026-08-20T01:39:57.650Z Downloaded crossbeam-utils v0.8.21
7862026-08-20T01:39:57.650Z Downloaded socket2 v0.6.3
7872026-08-20T01:39:57.653Z Downloaded compact_str v0.8.1
7882026-08-20T01:39:57.665Z Downloaded tower-layer v0.3.3
7892026-08-20T01:39:57.668Z Downloaded base64 v0.21.7
7902026-08-20T01:39:57.668Z Downloaded supports-hyperlinks v3.2.0
7912026-08-20T01:39:57.668Z Downloaded supports-color v3.0.2
7922026-08-20T01:39:57.672Z Downloaded snafu-derive v0.8.9
7932026-08-20T01:39:57.673Z Downloaded chumsky v0.9.3
7942026-08-20T01:39:57.673Z Downloaded peg v0.8.5
7952026-08-20T01:39:57.677Z Downloaded primeorder v0.13.6
7962026-08-20T01:39:57.677Z Downloaded progenitor-extras v0.2.0
7972026-08-20T01:39:57.681Z Downloaded universal-hash v0.6.1
7982026-08-20T01:39:57.685Z Downloaded xshell-macros v0.2.7
7992026-08-20T01:39:57.688Z Downloaded heapless v0.8.0
8002026-08-20T01:39:57.691Z Downloaded toml v0.7.8
8012026-08-20T01:39:57.691Z Downloaded oxnet v0.1.6
8022026-08-20T01:39:57.694Z Downloaded typify v0.6.2
8032026-08-20T01:39:57.694Z Downloaded progenitor-client v0.13.0
8042026-08-20T01:39:57.697Z Downloaded resolv-conf v0.7.6
8052026-08-20T01:39:57.697Z Downloaded rustversion v1.0.22
8062026-08-20T01:39:57.700Z Downloaded rusty-fork v0.3.1
8072026-08-20T01:39:57.700Z Downloaded hickory-resolver v0.25.2
8082026-08-20T01:39:57.703Z Downloaded utf8_iter v1.0.4
8092026-08-20T01:39:57.703Z Downloaded zerofrom-derive v0.1.6
8102026-08-20T01:39:57.706Z Downloaded derive_builder_macro v0.20.2
8112026-08-20T01:39:57.709Z Downloaded p256 v0.14.0
8122026-08-20T01:39:57.709Z Downloaded prettyplease v0.2.37
8132026-08-20T01:39:57.712Z Downloaded memmap2 v0.9.10
8142026-08-20T01:39:57.712Z Downloaded polyval v0.7.1
8152026-08-20T01:39:57.712Z Downloaded strsim v0.10.0
8162026-08-20T01:39:57.715Z Downloaded spki v0.8.0
8172026-08-20T01:39:57.718Z Downloaded stringprep v0.1.5
8182026-08-20T01:39:57.718Z Downloaded vte v0.14.1
8192026-08-20T01:39:57.721Z Downloaded ingot-macros v0.2.0
8202026-08-20T01:39:57.721Z Downloaded rand_seeder v0.4.0
8212026-08-20T01:39:57.721Z Downloaded rustc-demangle v0.1.27
8222026-08-20T01:39:57.721Z Downloaded dunce v1.0.5
8232026-08-20T01:39:57.724Z Downloaded zone v0.3.1
8242026-08-20T01:39:57.727Z Downloaded bytes v1.11.1
8252026-08-20T01:39:57.730Z Downloaded aes v0.9.1
8262026-08-20T01:39:57.732Z Downloaded darling_macro v0.13.4
8272026-08-20T01:39:57.733Z Downloaded serde-hex v0.1.0
8282026-08-20T01:39:57.736Z Downloaded hickory-resolver v0.24.4
8292026-08-20T01:39:57.739Z Downloaded inout v0.2.2
8302026-08-20T01:39:57.746Z Downloaded lru v0.12.5
8312026-08-20T01:39:57.749Z Downloaded is-terminal v0.4.17
8322026-08-20T01:39:57.752Z Downloaded rand v0.8.6
8332026-08-20T01:39:57.752Z Downloaded stacker v0.1.23
8342026-08-20T01:39:57.752Z Downloaded tinystr v0.8.2
8352026-08-20T01:39:57.752Z Downloaded parking_lot v0.11.2
8362026-08-20T01:39:57.756Z Downloaded wnaf v0.14.0
8372026-08-20T01:39:57.760Z Downloaded walkdir v2.5.0
8382026-08-20T01:39:57.763Z Downloaded memoffset v0.9.1
8392026-08-20T01:39:57.763Z Downloaded newtype-uuid-macros v0.1.0
8402026-08-20T01:39:57.766Z Downloaded hashbrown v0.12.3
8412026-08-20T01:39:57.766Z Downloaded is_ci v1.2.0
8422026-08-20T01:39:57.769Z Downloaded openssl-probe v0.2.1
8432026-08-20T01:39:57.772Z Downloaded ecdsa v0.17.0
8442026-08-20T01:39:57.772Z Downloaded expectorate v1.2.0
8452026-08-20T01:39:57.772Z Downloaded http v1.4.2
8462026-08-20T01:39:57.777Z Downloaded hashbrown v0.13.2
8472026-08-20T01:39:57.780Z Downloaded pkcs1 v0.7.5
8482026-08-20T01:39:57.783Z Downloaded maplit v1.0.2
8492026-08-20T01:39:57.786Z Downloaded vergen-lib v9.1.0
8502026-08-20T01:39:57.789Z Downloaded crossbeam-deque v0.8.6
8512026-08-20T01:39:57.793Z Downloaded schemars v1.2.1
8522026-08-20T01:39:57.799Z Downloaded const_format v0.2.35
8532026-08-20T01:39:57.802Z Downloaded litrs v1.0.0
8542026-08-20T01:39:57.802Z Downloaded multer v3.1.0
8552026-08-20T01:39:57.805Z Downloaded sha2 v0.11.0
8562026-08-20T01:39:57.805Z Downloaded proc-macro-crate v1.3.1
8572026-08-20T01:39:57.808Z Downloaded progenitor-macro v0.14.0
8582026-08-20T01:39:57.809Z Downloaded progenitor-macro v0.13.0
8592026-08-20T01:39:57.809Z Downloaded zerotrie v0.2.3
8602026-08-20T01:39:57.811Z Downloaded displaydoc v0.2.5
8612026-08-20T01:39:57.811Z Downloaded bumpalo v3.20.2
8622026-08-20T01:39:57.814Z Downloaded derive-ex v0.1.8
8632026-08-20T01:39:57.817Z Downloaded darling_core v0.20.11
8642026-08-20T01:39:57.820Z Downloaded term v1.2.1
8652026-08-20T01:39:57.824Z Downloaded ed25519 v3.0.0
8662026-08-20T01:39:57.827Z Downloaded indoc v2.0.7
8672026-08-20T01:39:57.827Z Downloaded scroll_derive v0.13.1
8682026-08-20T01:39:57.827Z Downloaded rfc6979 v0.6.0
8692026-08-20T01:39:57.830Z Downloaded secrecy v0.10.3
8702026-08-20T01:39:57.833Z Downloaded shell-words v1.1.1
8712026-08-20T01:39:57.837Z Downloaded num-bigint v0.4.6
8722026-08-20T01:39:57.840Z Downloaded impl-trait-for-tuples v0.2.3
8732026-08-20T01:39:57.840Z Downloaded tar v0.4.46
8742026-08-20T01:39:57.840Z Downloaded tokio-stream v0.1.18
8752026-08-20T01:39:57.844Z Downloaded jobserver v0.1.34
8762026-08-20T01:39:57.847Z Downloaded newtype_derive v0.1.6
8772026-08-20T01:39:57.847Z Downloaded twox-hash v2.1.2
8782026-08-20T01:39:57.847Z Downloaded libsw v3.5.0
8792026-08-20T01:39:57.850Z Downloaded structmeta v0.3.0
8802026-08-20T01:39:57.853Z Downloaded time-core v0.1.8
8812026-08-20T01:39:57.853Z Downloaded linear-map v1.2.0
8822026-08-20T01:39:57.853Z Downloaded peg-macros v0.8.5
8832026-08-20T01:39:57.859Z Downloaded pkcs1 v0.8.0-rc.4
8842026-08-20T01:39:57.862Z Downloaded icu_provider v2.1.1
8852026-08-20T01:39:57.862Z Downloaded cookie_store v0.22.1
8862026-08-20T01:39:57.865Z Downloaded ryu v1.0.23
8872026-08-20T01:39:57.868Z Downloaded phf v0.13.1
8882026-08-20T01:39:57.868Z Downloaded crc32fast v1.5.0
8892026-08-20T01:39:57.868Z Downloaded serde_with_macros v3.21.0
8902026-08-20T01:39:57.872Z Downloaded subtle v2.6.1
8912026-08-20T01:39:57.875Z Downloaded universal-hash v0.5.1
8922026-08-20T01:39:57.878Z Downloaded indicatif v0.18.4
8932026-08-20T01:39:57.881Z Downloaded usdt-attr-macro v0.6.0
8942026-08-20T01:39:57.881Z Downloaded constant_time_eq v0.4.2
8952026-08-20T01:39:57.881Z Downloaded postgres-protocol v0.6.10
8962026-08-20T01:39:57.884Z Downloaded poly1305 v0.8.0
8972026-08-20T01:39:57.887Z Downloaded des v0.9.0
8982026-08-20T01:39:57.887Z Downloaded darling v0.20.11
8992026-08-20T01:39:57.890Z Downloaded pem-rfc7468 v1.0.0
9002026-08-20T01:39:57.890Z Downloaded rand_xorshift v0.4.0
9012026-08-20T01:39:57.897Z Downloaded iana-time-zone v0.1.65
9022026-08-20T01:39:57.900Z Downloaded defmt v0.3.100
9032026-08-20T01:39:57.903Z Downloaded diesel_table_macro_syntax v0.3.0
9042026-08-20T01:39:57.903Z Downloaded serde_path_to_error v0.1.20
9052026-08-20T01:39:57.903Z Downloaded slog-json v2.6.1
9062026-08-20T01:39:57.906Z Downloaded cc v1.2.56
9072026-08-20T01:39:57.906Z Downloaded derive_more v2.1.1
9082026-08-20T01:39:57.910Z Downloaded smf v0.2.3
9092026-08-20T01:39:57.913Z Downloaded tabwriter v1.4.1
9102026-08-20T01:39:57.913Z Downloaded term v0.7.0
9112026-08-20T01:39:57.916Z Downloaded hashbrown v0.16.1
9122026-08-20T01:39:57.916Z Downloaded display-error-chain v0.2.2
9132026-08-20T01:39:57.919Z Downloaded unicode_categories v0.1.1
9142026-08-20T01:39:57.919Z Downloaded dyn-clone v1.0.20
9152026-08-20T01:39:57.919Z Downloaded crucible-workspace-hack v0.1.0
9162026-08-20T01:39:57.923Z Downloaded uuid v1.23.4
9172026-08-20T01:39:57.927Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9182026-08-20T01:39:57.927Z Downloaded string_cache v0.8.9
9192026-08-20T01:39:57.929Z Downloaded indoc v1.0.9
9202026-08-20T01:39:57.934Z Downloaded md-5 v0.10.6
9212026-08-20T01:39:57.934Z Downloaded vsss-rs v3.3.4
9222026-08-20T01:39:57.934Z Downloaded tungstenite v0.23.0
9232026-08-20T01:39:57.937Z Downloaded keccak v0.1.6
9242026-08-20T01:39:57.937Z Downloaded libscf-sys v1.2.0
9252026-08-20T01:39:57.940Z Downloaded lru-cache v0.1.2
9262026-08-20T01:39:57.943Z Downloaded whoami v1.6.1
9272026-08-20T01:39:57.948Z Downloaded icu_locale_core v2.1.1
9282026-08-20T01:39:57.950Z Downloaded predicates-tree v1.0.13
9292026-08-20T01:39:57.953Z Downloaded ssh-encoding v0.3.0
9302026-08-20T01:39:57.953Z Downloaded zstd v0.13.3
9312026-08-20T01:39:57.956Z Downloaded hickory-server v0.25.2
9322026-08-20T01:39:57.959Z Downloaded knus v3.4.0
9332026-08-20T01:39:57.959Z Downloaded unsafe-libyaml v0.2.11
9342026-08-20T01:39:57.964Z Downloaded crossbeam-epoch v0.9.18
9352026-08-20T01:39:57.967Z Downloaded dirs-next v2.0.0
9362026-08-20T01:39:57.967Z Downloaded time-macros v0.2.27
9372026-08-20T01:39:57.971Z Downloaded try-lock v0.2.5
9382026-08-20T01:39:57.971Z Downloaded opaque-debug v0.3.1
9392026-08-20T01:39:57.971Z Downloaded parse-size v1.1.0
9402026-08-20T01:39:57.971Z Downloaded hashbrown v0.15.5
9412026-08-20T01:39:57.974Z Downloaded aes-gcm v0.11.0
9422026-08-20T01:39:57.977Z Downloaded recursive-proc-macro-impl v0.1.1
9432026-08-20T01:39:57.981Z Downloaded zeroize v1.9.0
9442026-08-20T01:39:57.984Z Downloaded critical-section v1.2.0
9452026-08-20T01:39:57.984Z Downloaded ecdsa v0.16.9
9462026-08-20T01:39:57.984Z Downloaded hyper-staticfile v0.10.1
9472026-08-20T01:39:57.987Z Downloaded phf_shared v0.12.1
9482026-08-20T01:39:57.991Z Downloaded serde_repr v0.1.20
9492026-08-20T01:39:57.994Z Downloaded vergen v9.1.0
9502026-08-20T01:39:57.997Z Downloaded ipnet v2.12.0
9512026-08-20T01:39:58.001Z Downloaded signature v2.2.0
9522026-08-20T01:39:58.001Z Downloaded strum v0.26.3
9532026-08-20T01:39:58.001Z Downloaded sync-ptr v0.1.4
9542026-08-20T01:39:58.001Z Downloaded thiserror-impl-no-std v2.0.2
9552026-08-20T01:39:58.001Z Downloaded darling v0.13.4
9562026-08-20T01:39:58.005Z Downloaded hkdf v0.13.0
9572026-08-20T01:39:58.008Z Downloaded num-traits v0.2.19
9582026-08-20T01:39:58.008Z Downloaded rsa v0.10.0-rc.18
9592026-08-20T01:39:58.011Z Downloaded typed-path v0.9.3
9602026-08-20T01:39:58.014Z Downloaded daft-derive v0.1.7
9612026-08-20T01:39:58.017Z Downloaded rsa v0.9.10
9622026-08-20T01:39:58.020Z Downloaded darling_core v0.23.0
9632026-08-20T01:39:58.020Z Downloaded prefix-trie v0.7.0
9642026-08-20T01:39:58.024Z Downloaded native-tls v0.2.18
9652026-08-20T01:39:58.024Z Downloaded rtoolbox v0.0.3
9662026-08-20T01:39:58.024Z Downloaded tinyvec_macros v0.1.1
9672026-08-20T01:39:58.028Z Downloaded toml v1.1.2+spec-1.1.0
9682026-08-20T01:39:58.028Z Downloaded toml_edit v0.23.10+spec-1.0.0
9692026-08-20T01:39:58.046Z Downloaded trait-variant v0.1.2
9702026-08-20T01:39:58.050Z Downloaded tokio-test v0.4.5
9712026-08-20T01:39:58.050Z Downloaded unicode-truncate v1.1.0
9722026-08-20T01:39:58.050Z Downloaded void v1.0.2
9732026-08-20T01:39:58.050Z Downloaded wait-timeout v0.2.1
9742026-08-20T01:39:58.050Z Downloaded mio v1.2.0
9752026-08-20T01:39:58.050Z Downloaded zip v0.6.6
9762026-08-20T01:39:58.050Z Downloaded mime_guess v2.0.5
9772026-08-20T01:39:58.050Z Downloaded module-lattice v0.2.3
9782026-08-20T01:39:58.050Z Downloaded num_enum v0.5.11
9792026-08-20T01:39:58.053Z Downloaded hashbrown v0.14.5
9802026-08-20T01:39:58.056Z Downloaded rustls-native-certs v0.8.3
9812026-08-20T01:39:58.056Z Downloaded zerocopy v0.6.6
9822026-08-20T01:39:58.059Z Downloaded cstr-argument v0.1.2
9832026-08-20T01:39:58.059Z Downloaded oxide-update-engine v0.1.2
9842026-08-20T01:39:58.061Z Downloaded zerocopy-derive v0.8.55
9852026-08-20T01:39:58.065Z Downloaded pkcs5 v0.8.1
9862026-08-20T01:39:58.067Z Downloaded psm v0.1.30
9872026-08-20T01:39:58.070Z Downloaded unicode-bidi v0.3.18
9882026-08-20T01:39:58.070Z Downloaded yoke v0.8.1
9892026-08-20T01:39:58.074Z Downloaded illumos-nvpair v0.3.0
9902026-08-20T01:39:58.078Z Downloaded new_debug_unreachable v1.0.6
9912026-08-20T01:39:58.081Z Downloaded lzss v0.8.2
9922026-08-20T01:39:58.081Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9932026-08-20T01:39:58.081Z Downloaded rand_core v0.9.5
9942026-08-20T01:39:58.085Z Downloaded r2d2 v0.8.10
9952026-08-20T01:39:58.088Z Downloaded ron v0.8.1
9962026-08-20T01:39:58.091Z Downloaded ed25519-dalek v3.0.0
9972026-08-20T01:39:58.091Z Downloaded parking_lot v0.12.5
9982026-08-20T01:39:58.095Z Downloaded der v0.8.0
9992026-08-20T01:39:58.098Z Downloaded zopfli v0.8.3
10002026-08-20T01:39:58.098Z Downloaded darling_core v0.21.3
10012026-08-20T01:39:58.101Z Downloaded serdect v0.4.3
10022026-08-20T01:39:58.101Z Downloaded derive_builder_core v0.20.2
10032026-08-20T01:39:58.101Z Downloaded pem-rfc7468 v0.7.0
10042026-08-20T01:39:58.104Z Downloaded postcard v1.1.3
10052026-08-20T01:39:58.104Z Downloaded regex v1.12.3
10062026-08-20T01:39:58.106Z Downloaded spki v0.7.3
10072026-08-20T01:39:58.107Z Downloaded phf_shared v0.13.1
10082026-08-20T01:39:58.110Z Downloaded signal-hook v0.3.18
10092026-08-20T01:39:58.113Z Downloaded olpc-cjson v0.1.4
10102026-08-20T01:39:58.113Z Downloaded scheduled-thread-pool v0.2.7
10112026-08-20T01:39:58.116Z Downloaded rayon-core v1.13.0
10122026-08-20T01:39:58.116Z Downloaded smallvec v0.6.14
10132026-08-20T01:39:58.116Z Downloaded usdt-impl v0.6.0
10142026-08-20T01:39:58.121Z Downloaded support-bundle-viewer v0.1.2
10152026-08-20T01:39:58.124Z Downloaded hkdf v0.12.4
10162026-08-20T01:39:58.128Z Downloaded schemars_derive v0.8.22
10172026-08-20T01:39:58.128Z Downloaded zerovec-derive v0.11.2
10182026-08-20T01:39:58.131Z Downloaded rfc6979 v0.4.0
10192026-08-20T01:39:58.131Z Downloaded sha1 v0.10.6
10202026-08-20T01:39:58.131Z Downloaded sigpipe v0.1.3
10212026-08-20T01:39:58.134Z Downloaded minimal-lexical v0.2.1
10222026-08-20T01:39:58.139Z Downloaded convert_case v0.10.0
10232026-08-20T01:39:58.143Z Downloaded data-encoding v2.10.0
10242026-08-20T01:39:58.143Z Downloaded digest v0.11.3
10252026-08-20T01:39:58.143Z Downloaded internal-russh-num-bigint v0.5.0
10262026-08-20T01:39:58.147Z Downloaded tokio-util v0.7.18
10272026-08-20T01:39:58.150Z Downloaded p384 v0.14.0
10282026-08-20T01:39:58.150Z Downloaded test-strategy v0.4.5
10292026-08-20T01:39:58.153Z Downloaded convert_case v0.4.0
10302026-08-20T01:39:58.153Z Downloaded h2 v0.4.15
10312026-08-20T01:39:58.157Z Downloaded usdt-macro v0.6.0
10322026-08-20T01:39:58.157Z Downloaded ed25519 v2.2.3
10332026-08-20T01:39:58.159Z Downloaded stable_deref_trait v1.2.1
10342026-08-20T01:39:58.159Z Downloaded tower-service v0.3.3
10352026-08-20T01:39:58.160Z Downloaded pkcs8 v0.11.0
10362026-08-20T01:39:58.160Z Downloaded ingot-types v0.2.0
10372026-08-20T01:39:58.163Z Downloaded waitgroup v0.1.2
10382026-08-20T01:39:58.163Z Downloaded keccak v0.2.0
10392026-08-20T01:39:58.166Z Downloaded crc-catalog v2.4.0
10402026-08-20T01:39:58.169Z Downloaded inout v0.1.4
10412026-08-20T01:39:58.169Z Downloaded num-conv v0.2.0
10422026-08-20T01:39:58.172Z Downloaded digest-io v0.1.0
10432026-08-20T01:39:58.176Z Downloaded lalrpop-util v0.19.12
10442026-08-20T01:39:58.179Z Downloaded ed25519-dalek v2.2.0
10452026-08-20T01:39:58.179Z Downloaded pem v3.0.6
10462026-08-20T01:39:58.187Z Downloaded quinn v0.11.11
10472026-08-20T01:39:58.190Z Downloaded document-features v0.2.12
10482026-08-20T01:39:58.190Z Downloaded maybe-uninit v2.0.0
10492026-08-20T01:39:58.193Z Downloaded oxide-update-engine-display v0.1.2
10502026-08-20T01:39:58.196Z Downloaded cookie v0.18.1
10512026-08-20T01:39:58.196Z Downloaded pkcs8 v0.10.2
10522026-08-20T01:39:58.200Z Downloaded pkg-config v0.3.32
10532026-08-20T01:39:58.204Z Downloaded futures-util v0.3.32
10542026-08-20T01:39:58.208Z Downloaded rawzip v0.4.4
10552026-08-20T01:39:58.211Z Downloaded delegate v0.13.5
10562026-08-20T01:39:58.211Z Downloaded icu_properties v2.1.2
10572026-08-20T01:39:58.211Z Downloaded slog-scope v4.4.1
10582026-08-20T01:39:58.214Z Downloaded sqlformat v0.3.5
10592026-08-20T01:39:58.214Z Downloaded serde_derive_internals v0.29.1
10602026-08-20T01:39:58.214Z Downloaded tokio-native-tls v0.3.1
10612026-08-20T01:39:58.214Z Downloaded termios v0.3.3
10622026-08-20T01:39:58.218Z Downloaded tokio-postgres v0.7.16
10632026-08-20T01:39:58.218Z Downloaded psl-types v2.0.11
10642026-08-20T01:39:58.221Z Downloaded aho-corasick v1.1.4
10652026-08-20T01:39:58.224Z Downloaded rustyline v14.0.0
10662026-08-20T01:39:58.227Z Downloaded similar v2.7.0
10672026-08-20T01:39:58.227Z Downloaded tiny-keccak v2.0.2
10682026-08-20T01:39:58.230Z Downloaded wyz v0.5.1
10692026-08-20T01:39:58.230Z Downloaded same-file v1.0.6
10702026-08-20T01:39:58.230Z Downloaded oso-derive v0.27.3
10712026-08-20T01:39:58.230Z Downloaded sync_wrapper v1.0.2
10722026-08-20T01:39:58.230Z Downloaded testing_table v0.3.0
10732026-08-20T01:39:58.233Z Downloaded untrusted v0.7.1
10742026-08-20T01:39:58.233Z Downloaded termtree v0.5.1
10752026-08-20T01:39:58.233Z Downloaded untrusted v0.9.0
10762026-08-20T01:39:58.233Z Downloaded writeable v0.6.2
10772026-08-20T01:39:58.234Z Downloaded zstd-safe v7.2.4
10782026-08-20T01:39:58.240Z Downloaded darling_macro v0.23.0
10792026-08-20T01:39:58.251Z Downloaded progenitor-impl v0.13.0
10802026-08-20T01:39:58.254Z Downloaded der v0.7.10
10812026-08-20T01:39:58.257Z Downloaded ctutils v0.4.2
10822026-08-20T01:39:58.263Z Downloaded downcast-rs v2.0.2
10832026-08-20T01:39:58.269Z Downloaded num_enum v0.7.6
10842026-08-20T01:39:58.272Z Downloaded deranged v0.5.8
10852026-08-20T01:39:58.272Z Downloaded nu-ansi-term v0.50.3
10862026-08-20T01:39:58.275Z Downloaded hyper-util v0.1.20
10872026-08-20T01:39:58.278Z Downloaded darling v0.21.3
10882026-08-20T01:39:58.281Z Downloaded primeorder v0.14.0
10892026-08-20T01:39:58.281Z Downloaded percent-encoding v2.3.2
10902026-08-20T01:39:58.285Z Downloaded parking_lot_core v0.9.12
10912026-08-20T01:39:58.285Z Downloaded rand_core v0.10.0
10922026-08-20T01:39:58.285Z Downloaded toml_parser v1.1.2+spec-1.1.0
10932026-08-20T01:39:58.288Z Downloaded indent_write v2.2.0
10942026-08-20T01:39:58.291Z Downloaded scopeguard v1.2.0
10952026-08-20T01:39:58.297Z Downloaded unicode-segmentation v1.12.0
10962026-08-20T01:39:58.300Z Downloaded parse-display-derive v0.10.0
10972026-08-20T01:39:58.300Z Downloaded lazy_static v1.5.0
10982026-08-20T01:39:58.302Z Downloaded drift v0.2.0
10992026-08-20T01:39:58.305Z Downloaded icu_properties_data v2.1.2
11002026-08-20T01:39:58.311Z Downloaded libbz2-rs-sys v0.2.2
11012026-08-20T01:39:58.314Z Downloaded tracing-core v0.1.36
11022026-08-20T01:39:58.314Z Downloaded unarray v0.1.4
11032026-08-20T01:39:58.316Z Downloaded dropshot-api-manager v0.8.0
11042026-08-20T01:39:58.319Z Downloaded rand v0.10.1
11052026-08-20T01:39:58.323Z Downloaded dtrace-parser v0.3.0
11062026-08-20T01:39:58.323Z Downloaded phf v0.12.1
11072026-08-20T01:39:58.323Z Downloaded sec1 v0.7.3
11082026-08-20T01:39:58.323Z Downloaded serde_urlencoded v0.7.1
11092026-08-20T01:39:58.332Z Downloaded rustc-hash v2.1.1
11102026-08-20T01:39:58.335Z Downloaded signal-hook-mio v0.2.5
11112026-08-20T01:39:58.338Z Downloaded unit-prefix v0.5.2
11122026-08-20T01:39:58.341Z Downloaded libloading v0.8.9
11132026-08-20T01:39:58.345Z Downloaded libsw-core v0.3.2
11142026-08-20T01:39:58.345Z Downloaded num_enum_derive v0.7.6
11152026-08-20T01:39:58.345Z Downloaded derive_more v0.99.20
11162026-08-20T01:39:58.349Z Downloaded primefield v0.14.0
11172026-08-20T01:39:58.352Z Downloaded ml-kem v0.3.2
11182026-08-20T01:39:58.352Z Downloaded samael v0.0.19
11192026-08-20T01:39:58.355Z Downloaded proc-macro-crate v3.4.0
11202026-08-20T01:39:58.358Z Downloaded crypto-common v0.2.2
11212026-08-20T01:39:58.361Z Downloaded schemars v0.8.22
11222026-08-20T01:39:58.364Z Downloaded tokio-tungstenite v0.23.1
11232026-08-20T01:39:58.367Z Downloaded smallvec v1.15.1
11242026-08-20T01:39:58.367Z Downloaded miette-derive v7.6.0
11252026-08-20T01:39:58.370Z Downloaded scuffle v0.1.0
11262026-08-20T01:39:58.370Z Downloaded tower v0.5.3
11272026-08-20T01:39:58.374Z Downloaded p521 v0.14.0
11282026-08-20T01:39:58.377Z Downloaded icu_normalizer_data v2.1.1
11292026-08-20T01:39:58.380Z Downloaded pin-project v1.1.11
11302026-08-20T01:39:58.383Z Downloaded num v0.4.3
11312026-08-20T01:39:58.386Z Downloaded peg-runtime v0.8.5
11322026-08-20T01:39:58.386Z Downloaded serde_bytes v0.11.19
11332026-08-20T01:39:58.386Z Downloaded structmeta-derive v0.3.0
11342026-08-20T01:39:58.386Z Downloaded tagptr v0.2.0
11352026-08-20T01:39:58.386Z Downloaded typify-macro v0.6.2
11362026-08-20T01:39:58.390Z Downloaded serde_with v1.14.0
11372026-08-20T01:39:58.394Z Downloaded scrypt v0.12.0
11382026-08-20T01:39:58.394Z Downloaded ssh-cipher v0.3.0
11392026-08-20T01:39:58.394Z Downloaded winnow v1.0.3
11402026-08-20T01:39:58.398Z Downloaded rpassword v7.5.4
11412026-08-20T01:39:58.401Z Downloaded vergen-git2 v9.1.0
11422026-08-20T01:39:58.404Z Downloaded crypto-primes v0.7.2
11432026-08-20T01:39:58.412Z Downloaded debug-ignore v1.0.5
11442026-08-20T01:39:58.415Z Downloaded md5 v0.8.0
11452026-08-20T01:39:58.418Z Downloaded crc v3.4.0
11462026-08-20T01:39:58.422Z Downloaded serde_spanned v1.1.1
11472026-08-20T01:39:58.425Z Downloaded url v2.5.8
11482026-08-20T01:39:58.425Z Downloaded strum_macros v0.27.2
11492026-08-20T01:39:58.428Z Downloaded xshell v0.2.7
11502026-08-20T01:39:58.428Z Downloaded winnow v0.6.26
11512026-08-20T01:39:58.432Z Downloaded x509-cert v0.2.5
11522026-08-20T01:39:58.435Z Downloaded git2 v0.20.4
11532026-08-20T01:39:58.439Z Downloaded poly1305 v0.9.0
11542026-08-20T01:39:58.442Z Downloaded const_format_proc_macros v0.2.34
11552026-08-20T01:39:58.442Z Downloaded diff v0.1.13
11562026-08-20T01:39:58.445Z Downloaded slog-async v2.8.0
11572026-08-20T01:39:58.445Z Downloaded dsl_auto_type v0.2.0
11582026-08-20T01:39:58.453Z Downloaded lock_api v0.4.14
11592026-08-20T01:39:58.457Z Downloaded password-hash v0.5.0
11602026-08-20T01:39:58.457Z Downloaded semver v0.1.20
11612026-08-20T01:39:58.457Z Downloaded ident_case v1.0.1
11622026-08-20T01:39:58.457Z Downloaded nom v8.0.0
11632026-08-20T01:39:58.459Z Downloaded serde_with v3.21.0
11642026-08-20T01:39:58.465Z Downloaded darling_core v0.13.4
11652026-08-20T01:39:58.481Z Downloaded defmt-macros v1.0.1
11662026-08-20T01:39:58.485Z Downloaded litemap v0.8.1
11672026-08-20T01:39:58.485Z Downloaded crc8 v0.1.1
11682026-08-20T01:39:58.485Z Downloaded ingot v0.2.1
11692026-08-20T01:39:58.485Z Downloaded managed v0.8.0
11702026-08-20T01:39:58.485Z Downloaded newtype-uuid v1.3.2
11712026-08-20T01:39:58.485Z Downloaded tower-http v0.6.8
11722026-08-20T01:39:58.491Z Downloaded idna v1.1.0
11732026-08-20T01:39:58.494Z Downloaded ignore v0.4.25
11742026-08-20T01:39:58.494Z Downloaded signature v3.0.0
11752026-08-20T01:39:58.494Z Downloaded synstructure v0.13.2
11762026-08-20T01:39:58.497Z Downloaded whoami v2.1.0
11772026-08-20T01:39:58.497Z Downloaded serde_yaml v0.9.34+deprecated
11782026-08-20T01:39:58.500Z Downloaded darling v0.23.0
11792026-08-20T01:39:58.503Z Downloaded rustc_version v0.4.1
11802026-08-20T01:39:58.503Z Downloaded zerofrom v0.1.6
11812026-08-20T01:39:58.506Z Downloaded slog v2.8.2
11822026-08-20T01:39:58.509Z Downloaded hyper-rustls v0.27.7
11832026-08-20T01:39:58.509Z Downloaded parking_lot_core v0.8.6
11842026-08-20T01:39:58.512Z Downloaded ppv-lite86 v0.2.21
11852026-08-20T01:39:58.512Z Downloaded predicates-core v1.0.10
11862026-08-20T01:39:58.519Z Downloaded crc-any v2.5.0
11872026-08-20T01:39:58.522Z Downloaded rand_pcg v0.10.2
11882026-08-20T01:39:58.522Z Downloaded linked-hash-map v0.5.6
11892026-08-20T01:39:58.534Z Downloaded hybrid-array v0.4.13
11902026-08-20T01:39:58.540Z Downloaded csv-core v0.1.13
11912026-08-20T01:39:58.544Z Downloaded quick-xml v0.37.5
11922026-08-20T01:39:58.546Z Downloaded dropshot_endpoint v0.17.1
11932026-08-20T01:39:58.550Z Downloaded derive-where v1.6.0
11942026-08-20T01:39:58.553Z Downloaded gimli v0.32.3
11952026-08-20T01:39:58.557Z Downloaded thiserror-no-std v2.0.2
11962026-08-20T01:39:58.561Z Downloaded humantime v2.3.0
11972026-08-20T01:39:58.564Z Downloaded jiff-core v0.1.0
11982026-08-20T01:39:58.567Z Downloaded tokio-tungstenite v0.21.0
11992026-08-20T01:39:58.570Z Downloaded idna_adapter v1.2.1
12002026-08-20T01:39:58.570Z Downloaded unicase v2.9.0
12012026-08-20T01:39:58.570Z Downloaded uzers v0.12.2
12022026-08-20T01:39:58.573Z Downloaded ipnetwork v0.21.1
12032026-08-20T01:39:58.573Z Downloaded libefi-sys v0.1.0
12042026-08-20T01:39:58.573Z Downloaded num-rational v0.4.2
12052026-08-20T01:39:58.576Z Downloaded bindgen v0.71.1
12062026-08-20T01:39:58.579Z Downloaded qorb v0.4.1
12072026-08-20T01:39:58.582Z Downloaded subprocess v0.2.15
12082026-08-20T01:39:58.589Z Downloaded snafu v0.8.9
12092026-08-20T01:39:58.592Z Downloaded vergen-gitcl v1.0.8
12102026-08-20T01:39:58.595Z Downloaded spin v0.9.8
12112026-08-20T01:39:58.597Z Downloaded indexmap v1.9.3
12122026-08-20T01:39:58.598Z Downloaded steno v0.4.1
12132026-08-20T01:39:58.600Z Downloaded tls_codec_derive v0.4.2
12142026-08-20T01:39:58.600Z Downloaded num-complex v0.4.6
12152026-08-20T01:39:58.603Z Downloaded defmt v1.0.1
12162026-08-20T01:39:58.606Z Downloaded icu_collections v2.1.1
12172026-08-20T01:39:58.608Z Downloaded tough v0.22.0
12182026-08-20T01:39:58.612Z Downloaded num-bigint-dig v0.8.6
12192026-08-20T01:39:58.615Z Downloaded miette v7.6.0
12202026-08-20T01:39:58.618Z Downloaded nom v7.1.3
12212026-08-20T01:39:58.620Z Downloaded miniz_oxide v0.8.9
12222026-08-20T01:39:58.623Z Downloaded oxide-update-engine-types v0.1.2
12232026-08-20T01:39:58.623Z Downloaded progenitor-impl v0.14.0
12242026-08-20T01:39:58.626Z Downloaded elliptic-curve v0.13.8
12252026-08-20T01:39:58.626Z Downloaded derive_builder v0.20.2
12262026-08-20T01:39:58.629Z Downloaded goblin v0.10.5
12272026-08-20T01:39:58.632Z Downloaded rustls-platform-verifier v0.6.2
12282026-08-20T01:39:58.635Z Downloaded rand v0.9.2
12292026-08-20T01:39:58.638Z Downloaded signal-hook-registry v1.4.8
12302026-08-20T01:39:58.638Z Downloaded yasna v0.5.2
12312026-08-20T01:39:58.641Z Downloaded yansi v1.0.1
12322026-08-20T01:39:58.644Z Downloaded bitvec v1.0.1
12332026-08-20T01:39:58.650Z Downloaded tokio-dtrace v0.1.1
12342026-08-20T01:39:58.656Z Downloaded polar-core v0.27.3
12352026-08-20T01:39:58.663Z Downloaded toml_edit v0.19.15
12362026-08-20T01:39:58.672Z Downloaded tungstenite v0.21.0
12372026-08-20T01:39:58.676Z Downloaded crypto-bigint v0.5.5
12382026-08-20T01:39:58.679Z Downloaded diesel_derives v2.3.7
12392026-08-20T01:39:58.682Z Downloaded rcgen v0.12.1
12402026-08-20T01:39:58.682Z Downloaded blake3 v1.8.5
12412026-08-20T01:39:58.686Z Downloaded chrono v0.4.45
12422026-08-20T01:39:58.689Z Downloaded time v0.3.47
12432026-08-20T01:39:58.696Z Downloaded unicode-normalization v0.1.25
12442026-08-20T01:39:58.698Z Downloaded lalrpop v0.19.12
12452026-08-20T01:39:58.703Z Downloaded publicsuffix v2.3.0
12462026-08-20T01:39:58.705Z Downloaded reedline v0.40.0
12472026-08-20T01:39:58.708Z Downloaded petname v2.0.2
12482026-08-20T01:39:58.713Z Downloaded hyper v1.10.1
12492026-08-20T01:39:58.717Z Downloaded itertools v0.12.1
12502026-08-20T01:39:58.720Z Downloaded vcpkg v0.2.15
12512026-08-20T01:39:58.742Z Downloaded tinyvec v1.10.0
12522026-08-20T01:39:58.746Z Downloaded rustls-webpki v0.103.13
12532026-08-20T01:39:58.749Z Downloaded iddqd v0.4.2
12542026-08-20T01:39:58.752Z Downloaded icu_normalizer v2.1.1
12552026-08-20T01:39:58.755Z Downloaded derive_more-impl v2.1.1
12562026-08-20T01:39:58.758Z Downloaded aws-lc-rs v1.16.3
12572026-08-20T01:39:58.772Z Downloaded schemars v0.9.0
12582026-08-20T01:39:58.776Z Downloaded pretty_assertions v1.4.1
12592026-08-20T01:39:58.776Z Downloaded openssl-sys v0.9.117
12602026-08-20T01:39:58.776Z Downloaded salty v0.3.0
12612026-08-20T01:39:58.776Z Downloaded libm v0.2.16
12622026-08-20T01:39:58.780Z Downloaded ssh-key v0.7.0-rc.11
12632026-08-20T01:39:58.783Z Downloaded winnow v0.5.40
12642026-08-20T01:39:58.787Z Downloaded crossbeam-channel v0.5.15
12652026-08-20T01:39:58.791Z Downloaded zlib-rs v0.6.2
12662026-08-20T01:39:58.794Z Downloaded iri-string v0.7.10
12672026-08-20T01:39:58.797Z Downloaded itertools v0.10.5
12682026-08-20T01:39:58.833Z Downloaded zip v4.6.1
12692026-08-20T01:39:58.837Z Downloaded reqwest v0.13.2
12702026-08-20T01:39:58.837Z Downloaded crossterm v0.28.1
12712026-08-20T01:39:58.837Z Downloaded zerovec v0.11.5
12722026-08-20T01:39:58.840Z Downloaded smoltcp v0.9.1
12732026-08-20T01:39:58.850Z Downloaded hickory-proto v0.24.4
12742026-08-20T01:39:58.855Z Downloaded reqwest v0.12.28
12752026-08-20T01:39:58.859Z Downloaded portable-atomic v1.13.1
12762026-08-20T01:39:58.862Z Downloaded p384 v0.13.1
12772026-08-20T01:39:58.864Z Downloaded sha3 v0.12.0
12782026-08-20T01:39:58.867Z Downloaded rayon v1.11.0
12792026-08-20T01:39:58.877Z Downloaded crossterm v0.29.0
12802026-08-20T01:39:58.886Z Downloaded curve25519-dalek v4.1.3
12812026-08-20T01:39:58.892Z Downloaded itertools v0.14.0
12822026-08-20T01:39:58.895Z Downloaded smoltcp v0.11.0
12832026-08-20T01:39:58.902Z Downloaded object v0.37.3
12842026-08-20T01:39:58.908Z Downloaded hickory-proto v0.25.2
12852026-08-20T01:39:58.918Z Downloaded regress v0.11.1
12862026-08-20T01:39:58.925Z Downloaded itertools v0.15.0
12872026-08-20T01:39:58.935Z Downloaded tabled v0.21.0
12882026-08-20T01:39:58.945Z Downloaded quinn-proto v0.11.16
12892026-08-20T01:39:58.961Z Downloaded libxml v0.3.3
12902026-08-20T01:39:58.964Z Downloaded dropshot v0.17.1
12912026-08-20T01:39:58.976Z Downloaded itertools v0.13.0
12922026-08-20T01:39:58.980Z Downloaded rustix v0.38.44
12932026-08-20T01:39:58.991Z Downloaded moka v0.12.13
12942026-08-20T01:39:58.999Z Downloaded nix v0.28.0
12952026-08-20T01:39:59.010Z Downloaded bstr v1.12.1
12962026-08-20T01:39:59.014Z Downloaded regex-syntax v0.8.10
12972026-08-20T01:39:59.018Z Downloaded object v0.30.4
12982026-08-20T01:39:59.044Z Downloaded regex-automata v0.4.14
12992026-08-20T01:39:59.056Z Downloaded nix v0.27.1
13002026-08-20T01:39:59.067Z Downloaded crypto-bigint v0.7.5
13012026-08-20T01:39:59.088Z Downloaded petgraph v0.6.5
13022026-08-20T01:39:59.116Z Downloaded zerocopy v0.8.55
13032026-08-20T01:39:59.124Z Downloaded proptest v1.11.0
13042026-08-20T01:39:59.132Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-08-20T01:39:59.142Z Downloaded openssl v0.10.80
13062026-08-20T01:39:59.145Z Downloaded russh v0.62.4
13072026-08-20T01:39:59.150Z Downloaded radix_trie v0.2.1
13082026-08-20T01:39:59.157Z Downloaded tokio v1.52.1
13092026-08-20T01:39:59.173Z Downloaded libz-sys v1.1.24
13102026-08-20T01:39:59.204Z Downloaded encoding_rs v0.8.35
13112026-08-20T01:39:59.216Z Downloaded ring v0.17.14
13122026-08-20T01:39:59.241Z Downloaded regex-syntax v0.6.29
13132026-08-20T01:39:59.244Z Downloaded regress v0.10.5
13142026-08-20T01:39:59.253Z Downloaded curve25519-dalek v5.0.0
13152026-08-20T01:39:59.258Z Downloaded rustls v0.23.41
13162026-08-20T01:39:59.291Z Downloaded diesel v2.3.7
13172026-08-20T01:39:59.331Z Downloaded nix v0.31.2
13182026-08-20T01:39:59.388Z Downloaded sha3 v0.11.0
13192026-08-20T01:39:59.407Z Downloaded openapiv3 v2.2.0
13202026-08-20T01:39:59.416Z Downloaded typify-impl v0.6.2
13212026-08-20T01:39:59.440Z Downloaded sqlparser v0.61.0
13222026-08-20T01:39:59.447Z Downloaded ratatui v0.29.0
13232026-08-20T01:39:59.465Z Downloaded tracing v0.1.44
13242026-08-20T01:39:59.478Z Downloaded bzip2-sys v0.1.13+1.0.8
13252026-08-20T01:39:59.485Z Downloaded sled v0.34.7
13262026-08-20T01:39:59.510Z Downloaded zerocopy-derive v0.6.6
13272026-08-20T01:39:59.517Z Downloaded jiff v0.2.34
13282026-08-20T01:39:59.553Z Downloaded chrono-tz v0.10.4
13292026-08-20T01:39:59.583Z Downloaded sha3 v0.10.8
13302026-08-20T01:39:59.607Z Downloaded petgraph v0.8.3
13312026-08-20T01:39:59.632Z Downloaded csv v1.4.0
13322026-08-20T01:39:59.790Z Downloaded libgit2-sys v0.18.3+1.9.2
13332026-08-20T01:40:00.392Z Downloaded aws-lc-sys v0.40.0
13342026-08-20T01:40:00.650Z Compiling libc v0.2.185
13352026-08-20T01:40:00.650Z Compiling serde_core v1.0.228
13362026-08-20T01:40:00.650Z Compiling serde v1.0.228
13372026-08-20T01:40:00.654Z Compiling log v0.4.33
13382026-08-20T01:40:00.654Z Compiling smallvec v1.15.1
13392026-08-20T01:40:00.654Z Compiling find-msvc-tools v0.1.9
13402026-08-20T01:40:00.654Z Compiling shlex v1.3.0
13412026-08-20T01:40:00.810Z Compiling syn v2.0.117
13422026-08-20T01:40:00.983Z Compiling subtle v2.6.1
13432026-08-20T01:40:01.002Z Compiling scopeguard v1.2.0
13442026-08-20T01:40:01.018Z Compiling stable_deref_trait v1.2.1
13452026-08-20T01:40:01.090Z Compiling lock_api v0.4.14
13462026-08-20T01:40:01.104Z Compiling typenum v1.20.1
13472026-08-20T01:40:01.107Z Compiling zerocopy v0.8.55
13482026-08-20T01:40:01.107Z Compiling portable-atomic v1.13.1
13492026-08-20T01:40:01.169Z Compiling serde_json v1.0.151
13502026-08-20T01:40:01.306Z Compiling critical-section v1.2.0
13512026-08-20T01:40:01.374Z Compiling libm v0.2.16
13522026-08-20T01:40:01.414Z Compiling num-traits v0.2.19
13532026-08-20T01:40:01.524Z Compiling pkg-config v0.3.32
13542026-08-20T01:40:01.621Z Compiling errno v0.3.14
13552026-08-20T01:40:01.656Z Compiling jobserver v0.1.34
13562026-08-20T01:40:01.743Z Compiling getrandom v0.2.17
13572026-08-20T01:40:01.894Z Compiling cc v1.2.56
13582026-08-20T01:40:01.969Z Compiling rand_core v0.6.4
13592026-08-20T01:40:02.020Z Compiling generic-array v0.14.7
13602026-08-20T01:40:02.058Z Compiling pin-project-lite v0.2.17
13612026-08-20T01:40:02.154Z Compiling once_cell v1.21.3
13622026-08-20T01:40:02.171Z Compiling const-oid v0.9.6
13632026-08-20T01:40:02.208Z Compiling parking_lot_core v0.9.12
13642026-08-20T01:40:02.283Z Compiling getrandom v0.3.4
13652026-08-20T01:40:02.360Z Compiling signal-hook-registry v1.4.8
13662026-08-20T01:40:02.744Z Compiling litemap v0.8.1
13672026-08-20T01:40:02.853Z Compiling bitflags v2.11.0
13682026-08-20T01:40:02.926Z Compiling writeable v0.6.2
13692026-08-20T01:40:02.940Z Compiling percent-encoding v2.3.2
13702026-08-20T01:40:02.963Z Compiling futures-core v0.3.32
13712026-08-20T01:40:03.109Z Compiling semver v1.0.28
13722026-08-20T01:40:03.112Z Compiling parking_lot v0.12.5
13732026-08-20T01:40:03.136Z Compiling mio v1.2.0
13742026-08-20T01:40:03.242Z Compiling icu_properties_data v2.1.2
13752026-08-20T01:40:03.286Z Compiling icu_normalizer_data v2.1.1
13762026-08-20T01:40:03.401Z Compiling socket2 v0.6.3
13772026-08-20T01:40:03.436Z Compiling rustix v1.1.4
13782026-08-20T01:40:03.489Z Compiling getrandom v0.4.3
13792026-08-20T01:40:03.646Z Compiling synstructure v0.13.2
13802026-08-20T01:40:03.649Z Compiling futures-sink v0.3.32
13812026-08-20T01:40:03.672Z Compiling rand_core v0.10.0
13822026-08-20T01:40:03.763Z Compiling indexmap v2.14.0
13832026-08-20T01:40:03.840Z Compiling futures-channel v0.3.32
13842026-08-20T01:40:03.894Z Compiling utf8_iter v1.0.4
13852026-08-20T01:40:04.039Z Compiling slab v0.4.12
13862026-08-20T01:40:04.061Z Compiling futures-io v0.3.32
13872026-08-20T01:40:04.076Z Compiling futures-task v0.3.32
13882026-08-20T01:40:04.153Z Compiling form_urlencoded v1.2.2
13892026-08-20T01:40:04.214Z Compiling rustversion v1.0.22
13902026-08-20T01:40:04.229Z Compiling iana-time-zone v0.1.65
13912026-08-20T01:40:04.244Z Compiling base64ct v1.8.3
13922026-08-20T01:40:04.258Z Compiling cmake v0.1.57
13932026-08-20T01:40:04.332Z Compiling flagset v0.4.7
13942026-08-20T01:40:04.428Z Compiling regex-syntax v0.8.10
13952026-08-20T01:40:04.447Z Compiling ident_case v1.0.1
13962026-08-20T01:40:04.481Z Compiling pem-rfc7468 v0.7.0
13972026-08-20T01:40:04.543Z Compiling fs_extra v1.3.0
13982026-08-20T01:40:04.571Z Compiling dunce v1.0.5
13992026-08-20T01:40:04.659Z Compiling uuid v1.23.4
14002026-08-20T01:40:04.674Z Compiling rand_core v0.9.5
14012026-08-20T01:40:04.783Z Compiling base64 v0.22.1
14022026-08-20T01:40:04.816Z Compiling aws-lc-sys v0.40.0
14032026-08-20T01:40:04.949Z Compiling vcpkg v0.2.15
14042026-08-20T01:40:05.115Z Compiling syn v1.0.109
14052026-08-20T01:40:05.199Z Compiling serde_derive_internals v0.29.1
14062026-08-20T01:40:05.255Z Compiling rustc_version v0.4.1
14072026-08-20T01:40:05.366Z Compiling tracing-core v0.1.36
14082026-08-20T01:40:05.392Z Compiling serde_derive v1.0.228
14092026-08-20T01:40:05.419Z Compiling zeroize_derive v1.5.0
14102026-08-20T01:40:05.584Z Compiling zerocopy-derive v0.8.55
14112026-08-20T01:40:05.679Z Compiling zerofrom-derive v0.1.6
14122026-08-20T01:40:05.936Z Compiling yoke-derive v0.8.1
14132026-08-20T01:40:06.080Z Compiling zeroize v1.9.0
14142026-08-20T01:40:06.133Z Compiling zerovec-derive v0.11.2
14152026-08-20T01:40:06.289Z Compiling displaydoc v0.2.5
14162026-08-20T01:40:07.052Z Compiling tokio-macros v2.7.0
14172026-08-20T01:40:07.100Z Compiling zerofrom v0.1.6
14182026-08-20T01:40:07.115Z Compiling futures-macro v0.3.32
14192026-08-20T01:40:07.225Z Compiling yoke v0.8.1
14202026-08-20T01:40:07.275Z Compiling thiserror-impl v2.0.18
14212026-08-20T01:40:07.360Z Compiling crypto-common v0.1.7
14222026-08-20T01:40:07.411Z Compiling zerovec v0.11.5
14232026-08-20T01:40:07.505Z Compiling zerotrie v0.2.3
14242026-08-20T01:40:07.772Z Compiling block-buffer v0.10.4
14252026-08-20T01:40:07.806Z Compiling der_derive v0.7.3
14262026-08-20T01:40:07.909Z Compiling tinystr v0.8.2
14272026-08-20T01:40:07.924Z Compiling potential_utf v0.1.4
14282026-08-20T01:40:07.943Z Compiling digest v0.10.7
14292026-08-20T01:40:08.080Z Compiling icu_locale_core v2.1.1
14302026-08-20T01:40:08.106Z Compiling icu_collections v2.1.1
14312026-08-20T01:40:08.189Z Compiling futures-util v0.3.32
14322026-08-20T01:40:08.614Z Compiling thiserror v2.0.18
14332026-08-20T01:40:08.629Z Compiling openssl-sys v0.9.117
14342026-08-20T01:40:08.769Z Compiling icu_provider v2.1.1
14352026-08-20T01:40:08.798Z Compiling der v0.7.10
14362026-08-20T01:40:08.920Z Compiling bytes v1.11.1
14372026-08-20T01:40:09.022Z Compiling icu_normalizer v2.1.1
14382026-08-20T01:40:09.069Z Compiling icu_properties v2.1.2
14392026-08-20T01:40:09.153Z Compiling chrono v0.4.45
14402026-08-20T01:40:09.547Z Compiling tokio v1.52.1
14412026-08-20T01:40:09.572Z Compiling http v1.4.2
14422026-08-20T01:40:10.019Z Compiling ppv-lite86 v0.2.21
14432026-08-20T01:40:10.171Z Compiling idna_adapter v1.2.1
14442026-08-20T01:40:10.194Z Compiling spki v0.7.3
14452026-08-20T01:40:10.304Z Compiling idna v1.1.0
14462026-08-20T01:40:10.341Z Compiling rand_chacha v0.9.0
14472026-08-20T01:40:10.396Z Compiling tracing-attributes v0.1.31
14482026-08-20T01:40:10.482Z Compiling dyn-clone v1.0.20
14492026-08-20T01:40:10.543Z Compiling schemars v0.8.22
14502026-08-20T01:40:10.559Z Compiling simd-adler32 v0.3.8
14512026-08-20T01:40:10.615Z Compiling url v2.5.8
14522026-08-20T01:40:10.742Z Compiling cpufeatures v0.2.17
14532026-08-20T01:40:10.799Z Compiling aws-lc-rs v1.16.3
14542026-08-20T01:40:10.841Z Compiling rand v0.9.2
14552026-08-20T01:40:10.950Z Compiling pkcs8 v0.10.2
14562026-08-20T01:40:11.023Z Compiling http-body v1.0.1
14572026-08-20T01:40:11.174Z Compiling rustls-pki-types v1.14.0
14582026-08-20T01:40:11.201Z Compiling schemars_derive v0.8.22
14592026-08-20T01:40:11.387Z Compiling spin v0.9.8
14602026-08-20T01:40:11.585Z Compiling httparse v1.10.1
14612026-08-20T01:40:11.597Z Compiling crc32fast v1.5.0
14622026-08-20T01:40:11.610Z Compiling adler2 v2.0.1
14632026-08-20T01:40:11.687Z Compiling tracing v0.1.44
14642026-08-20T01:40:11.734Z Compiling cmov v0.5.4
14652026-08-20T01:40:11.848Z Compiling openssl-probe v0.2.1
14662026-08-20T01:40:11.896Z Compiling tinyvec_macros v0.1.1
14672026-08-20T01:40:11.937Z Compiling ctutils v0.4.2
14682026-08-20T01:40:11.965Z Compiling tinyvec v1.10.0
14692026-08-20T01:40:12.014Z Compiling miniz_oxide v0.8.9
14702026-08-20T01:40:12.042Z Compiling tempfile v3.27.0
14712026-08-20T01:40:12.169Z Compiling pest_generator v2.8.6
14722026-08-20T01:40:12.293Z Compiling sha2 v0.10.9
14732026-08-20T01:40:12.402Z Compiling terminal_size v0.4.3
14742026-08-20T01:40:12.550Z Compiling aho-corasick v1.1.4
14752026-08-20T01:40:12.594Z Compiling untrusted v0.7.1
14762026-08-20T01:40:12.717Z Compiling atomic-waker v1.1.2
14772026-08-20T01:40:12.841Z Compiling tower-layer v0.3.3
14782026-08-20T01:40:12.855Z Compiling radium v0.7.0
14792026-08-20T01:40:12.999Z Compiling try-lock v0.2.5
14802026-08-20T01:40:13.097Z Compiling tower-service v0.3.3
14812026-08-20T01:40:13.129Z Compiling want v0.3.1
14822026-08-20T01:40:13.193Z Compiling pest_derive v2.8.6
14832026-08-20T01:40:13.297Z Compiling tokio-util v0.7.18
14842026-08-20T01:40:13.574Z Compiling regex-automata v0.4.14
14852026-08-20T01:40:13.667Z Compiling hybrid-array v0.4.13
14862026-08-20T01:40:14.174Z Compiling h2 v0.4.15
14872026-08-20T01:40:14.222Z Compiling ipnet v2.12.0
14882026-08-20T01:40:14.349Z Compiling scroll_derive v0.13.1
14892026-08-20T01:40:14.428Z Compiling darling_core v0.20.11
14902026-08-20T01:40:14.710Z Compiling httpdate v1.0.3
14912026-08-20T01:40:14.929Z Compiling rustls v0.23.41
14922026-08-20T01:40:14.943Z Compiling maybe-uninit v2.0.0
14932026-08-20T01:40:15.100Z Compiling tap v1.0.1
14942026-08-20T01:40:15.142Z Compiling foreign-types-shared v0.1.1
14952026-08-20T01:40:15.198Z Compiling untrusted v0.9.0
14962026-08-20T01:40:15.213Z Compiling openssl v0.10.80
14972026-08-20T01:40:15.216Z Compiling foreign-types v0.3.2
14982026-08-20T01:40:15.286Z Compiling wyz v0.5.1
14992026-08-20T01:40:15.301Z Compiling scroll v0.13.0
15002026-08-20T01:40:15.452Z Compiling unicode-normalization v0.1.25
15012026-08-20T01:40:15.503Z Compiling rand_chacha v0.3.1
15022026-08-20T01:40:15.558Z Compiling hex v0.4.3
15032026-08-20T01:40:15.827Z Compiling signature v2.2.0
15042026-08-20T01:40:15.863Z Compiling thiserror-impl v1.0.69
15052026-08-20T01:40:15.900Z Compiling openssl-macros v0.1.1
15062026-08-20T01:40:16.003Z Compiling bzip2-sys v0.1.13+1.0.8
15072026-08-20T01:40:16.268Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15082026-08-20T01:40:16.282Z Compiling num-integer v0.1.46
15092026-08-20T01:40:16.295Z Compiling wait-timeout v0.2.1
15102026-08-20T01:40:16.551Z Compiling ahash v0.8.12
15112026-08-20T01:40:16.592Z Compiling powerfmt v0.2.0
15122026-08-20T01:40:16.637Z Compiling bit-vec v0.8.0
15132026-08-20T01:40:16.651Z Compiling darling_macro v0.20.11
15142026-08-20T01:40:16.752Z Compiling native-tls v0.2.18
15152026-08-20T01:40:16.787Z Compiling num-bigint-dig v0.8.6
15162026-08-20T01:40:16.863Z Compiling quick-error v1.2.3
15172026-08-20T01:40:16.949Z Compiling packed_struct v0.10.1
15182026-08-20T01:40:16.968Z Compiling funty v2.0.0
15192026-08-20T01:40:16.971Z Compiling time-core v0.1.8
15202026-08-20T01:40:17.080Z Compiling num-conv v0.2.0
15212026-08-20T01:40:17.123Z Compiling thiserror v1.0.69
15222026-08-20T01:40:17.126Z Compiling darling v0.20.11
15232026-08-20T01:40:17.205Z Compiling time-macros v0.2.27
15242026-08-20T01:40:17.233Z Compiling hyper v1.10.1
15252026-08-20T01:40:17.261Z Compiling rusty-fork v0.3.1
15262026-08-20T01:40:17.277Z Compiling bitvec v1.0.1
15272026-08-20T01:40:17.525Z Compiling bit-set v0.8.0
15282026-08-20T01:40:17.576Z Compiling clap_builder v4.6.0
15292026-08-20T01:40:17.668Z Compiling deranged v0.5.8
15302026-08-20T01:40:18.221Z Compiling num-iter v0.1.45
15312026-08-20T01:40:18.336Z Compiling hyper-util v0.1.20
15322026-08-20T01:40:18.744Z Compiling rand v0.8.6
15332026-08-20T01:40:18.814Z Compiling goblin v0.10.5
15342026-08-20T01:40:19.507Z Compiling packed_struct_codegen v0.10.1
15352026-08-20T01:40:19.539Z Compiling lazy_static v1.5.0
15362026-08-20T01:40:19.632Z Compiling serde_spanned v0.6.9
15372026-08-20T01:40:19.777Z Compiling toml_datetime v0.6.11
15382026-08-20T01:40:20.036Z Compiling hmac v0.12.1
15392026-08-20T01:40:20.092Z Compiling clap_derive v4.6.1
15402026-08-20T01:40:20.189Z Compiling bitfield-macros v0.19.4
15412026-08-20T01:40:20.563Z Compiling zerocopy-derive v0.6.6
15422026-08-20T01:40:20.589Z Compiling rand_xorshift v0.4.0
15432026-08-20T01:40:20.754Z Compiling sync_wrapper v1.0.2
15442026-08-20T01:40:20.864Z Compiling indexmap v1.9.3
15452026-08-20T01:40:20.885Z Compiling crc-catalog v2.4.0
15462026-08-20T01:40:20.979Z Compiling siphasher v1.0.2
15472026-08-20T01:40:21.048Z Compiling zlib-rs v0.6.2
15482026-08-20T01:40:21.165Z Compiling nodrop v0.1.14
15492026-08-20T01:40:21.229Z Compiling object v0.37.3
15502026-08-20T01:40:21.259Z Compiling usdt-impl v0.6.0
15512026-08-20T01:40:21.378Z Compiling crossbeam-utils v0.8.21
15522026-08-20T01:40:21.459Z Compiling unarray v0.1.4
15532026-08-20T01:40:21.488Z Compiling paste v1.0.15
15542026-08-20T01:40:21.562Z Compiling num_threads v0.1.7
15552026-08-20T01:40:21.666Z Compiling time v0.3.47
15562026-08-20T01:40:21.684Z Compiling proptest v1.11.0
15572026-08-20T01:40:21.806Z Compiling clap v4.6.1
15582026-08-20T01:40:21.836Z Compiling dof v0.4.0
15592026-08-20T01:40:21.902Z Compiling zerocopy v0.6.6
15602026-08-20T01:40:22.218Z Compiling array-init v0.0.4
15612026-08-20T01:40:22.569Z Compiling crc v3.4.0
15622026-08-20T01:40:22.758Z Compiling bitfield v0.19.4
15632026-08-20T01:40:22.948Z Compiling tower v0.5.3
15642026-08-20T01:40:23.353Z Compiling smallvec v0.6.14
15652026-08-20T01:40:23.584Z Compiling derive_builder_core v0.20.2
15662026-08-20T01:40:23.768Z Compiling dtrace-parser v0.3.0
15672026-08-20T01:40:24.178Z Compiling flate2 v1.1.9
15682026-08-20T01:40:24.249Z Compiling ipnetwork v0.21.1
15692026-08-20T01:40:24.277Z Compiling http-body-util v0.1.3
15702026-08-20T01:40:24.424Z Compiling pkcs1 v0.7.5
15712026-08-20T01:40:24.497Z Compiling heapless v0.7.17
15722026-08-20T01:40:24.520Z Compiling scroll_derive v0.12.1
15732026-08-20T01:40:24.580Z Compiling structmeta-derive v0.3.0
15742026-08-20T01:40:24.640Z Compiling slog v2.8.2
15752026-08-20T01:40:24.737Z Compiling darling_core v0.23.0
15762026-08-20T01:40:24.813Z Compiling thread-id v5.1.0
15772026-08-20T01:40:24.828Z Compiling cookie v0.18.1
15782026-08-20T01:40:24.897Z Compiling env_filter v2.0.0
15792026-08-20T01:40:25.006Z Compiling allocator-api2 v0.2.21
15802026-08-20T01:40:25.178Z Compiling signal-hook v0.3.18
15812026-08-20T01:40:25.196Z Compiling base64 v0.21.7
15822026-08-20T01:40:25.334Z Compiling iri-string v0.7.10
15832026-08-20T01:40:25.350Z Compiling unicode-properties v0.1.4
15842026-08-20T01:40:25.514Z Compiling anyhow v1.0.104
15852026-08-20T01:40:25.561Z Compiling winnow v0.5.40
15862026-08-20T01:40:25.629Z Compiling unicode-bidi v0.3.18
15872026-08-20T01:40:25.824Z Compiling gimli v0.32.3
15882026-08-20T01:40:26.153Z Compiling ryu v1.0.23
15892026-08-20T01:40:26.337Z Compiling zstd-safe v7.2.4
15902026-08-20T01:40:26.533Z Compiling hashbrown v0.12.3
15912026-08-20T01:40:26.834Z Compiling toml_edit v0.19.15
15922026-08-20T01:40:26.995Z Compiling tower-http v0.6.8
15932026-08-20T01:40:27.208Z Compiling darling_macro v0.23.0
15942026-08-20T01:40:27.340Z Compiling serde_urlencoded v0.7.1
15952026-08-20T01:40:27.400Z Compiling stringprep v0.1.5
15962026-08-20T01:40:27.585Z Compiling addr2line v0.25.1
15972026-08-20T01:40:27.736Z Compiling structmeta v0.3.0
15982026-08-20T01:40:27.835Z Compiling ron v0.8.1
15992026-08-20T01:40:27.927Z Compiling scroll v0.12.0
16002026-08-20T01:40:27.943Z Compiling env_logger v0.11.11
16012026-08-20T01:40:28.261Z Compiling rsa v0.9.10
16022026-08-20T01:40:28.291Z Compiling oxnet v0.1.6
16032026-08-20T01:40:28.610Z Compiling derive_builder_macro v0.20.2
16042026-08-20T01:40:28.758Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16052026-08-20T01:40:28.772Z Compiling newtype-uuid v1.3.2
16062026-08-20T01:40:28.794Z Compiling hashbrown v0.13.2
16072026-08-20T01:40:29.081Z Compiling serde-hex v0.1.0
16082026-08-20T01:40:29.102Z Compiling bzip2 v0.4.4
16092026-08-20T01:40:29.283Z Compiling tokio-native-tls v0.3.1
16102026-08-20T01:40:29.311Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16112026-08-20T01:40:29.489Z Compiling camino v1.2.5
16122026-08-20T01:40:29.997Z Compiling bstr v1.12.1
16132026-08-20T01:40:30.376Z Compiling block-buffer v0.12.1
16142026-08-20T01:40:30.572Z Compiling crypto-common v0.2.2
16152026-08-20T01:40:30.619Z Compiling block-padding v0.4.2
16162026-08-20T01:40:30.786Z Compiling rustls-native-certs v0.8.3
16172026-08-20T01:40:30.803Z Compiling x509-cert v0.2.5
16182026-08-20T01:40:31.072Z Compiling erased-serde v0.3.31
16192026-08-20T01:40:31.364Z Compiling serde_tokenstream v0.2.3
16202026-08-20T01:40:31.568Z Compiling md-5 v0.10.6
16212026-08-20T01:40:31.679Z Compiling curve25519-dalek v4.1.3
16222026-08-20T01:40:31.735Z Compiling zerocopy-derive v0.7.35
16232026-08-20T01:40:32.006Z Compiling async-trait v0.1.89
16242026-08-20T01:40:32.196Z Compiling daft-derive v0.1.7
16252026-08-20T01:40:32.286Z Compiling pin-project-internal v1.1.11
16262026-08-20T01:40:32.392Z Compiling vergen-lib v9.1.0
16272026-08-20T01:40:32.562Z Compiling hash32 v0.2.1
16282026-08-20T01:40:32.577Z Compiling memoffset v0.9.1
16292026-08-20T01:40:32.591Z Compiling encoding_rs v0.8.35
16302026-08-20T01:40:32.750Z Compiling ref-cast v1.0.25
16312026-08-20T01:40:32.764Z Compiling crc-any v2.5.0
16322026-08-20T01:40:32.907Z Compiling smoltcp v0.9.1
16332026-08-20T01:40:32.988Z Compiling litrs v1.0.0
16342026-08-20T01:40:33.013Z Compiling fallible-iterator v0.2.0
16352026-08-20T01:40:33.051Z Compiling cfg_aliases v0.2.1
16362026-08-20T01:40:33.123Z Compiling rustc-demangle v0.1.27
16372026-08-20T01:40:33.232Z Compiling owo-colors v4.3.0
16382026-08-20T01:40:33.287Z Compiling rustix v0.38.44
16392026-08-20T01:40:33.316Z Compiling psl-types v2.0.11
16402026-08-20T01:40:33.367Z Compiling mime v0.3.17
16412026-08-20T01:40:33.440Z Compiling publicsuffix v2.3.0
16422026-08-20T01:40:33.497Z Compiling backtrace v0.3.76
16432026-08-20T01:40:33.511Z Compiling document-features v0.2.12
16442026-08-20T01:40:33.608Z Compiling pin-project v1.1.11
16452026-08-20T01:40:33.623Z Compiling postgres-protocol v0.6.10
16462026-08-20T01:40:33.695Z Compiling nix v0.31.2
16472026-08-20T01:40:33.743Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16482026-08-20T01:40:33.758Z Compiling daft v0.1.7
16492026-08-20T01:40:34.105Z Compiling zerocopy v0.7.35
16502026-08-20T01:40:34.176Z Compiling inout v0.2.2
16512026-08-20T01:40:34.201Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-08-20T01:40:34.353Z Compiling hyper-tls v0.6.0
16532026-08-20T01:40:34.477Z Compiling zip v0.6.6
16542026-08-20T01:40:34.530Z Compiling object v0.30.4
16552026-08-20T01:40:34.533Z Compiling derive_builder v0.20.2
16562026-08-20T01:40:34.642Z Compiling toml v0.7.8
16572026-08-20T01:40:34.657Z Compiling goblin v0.8.2
16582026-08-20T01:40:35.039Z Compiling derive-ex v0.1.8
16592026-08-20T01:40:35.190Z Compiling darling v0.23.0
16602026-08-20T01:40:35.228Z Compiling phf_shared v0.13.1
16612026-08-20T01:40:35.272Z Compiling regex v1.12.3
16622026-08-20T01:40:35.411Z Compiling hubpack_derive v0.1.1
16632026-08-20T01:40:35.464Z Compiling futures-executor v0.3.32
16642026-08-20T01:40:35.695Z Compiling curve25519-dalek-derive v0.1.1
16652026-08-20T01:40:35.723Z Compiling snafu-derive v0.8.9
16662026-08-20T01:40:35.854Z Compiling ref-cast-impl v1.0.25
16672026-08-20T01:40:36.323Z Compiling strum_macros v0.27.2
16682026-08-20T01:40:36.398Z Compiling vergen v9.1.0
16692026-08-20T01:40:36.583Z Compiling cargo-platform v0.3.2
16702026-08-20T01:40:36.655Z Compiling ff v0.13.1
16712026-08-20T01:40:36.794Z Compiling fs-err v3.3.0
16722026-08-20T01:40:36.854Z Compiling foldhash v0.2.0
16732026-08-20T01:40:36.981Z Compiling either v1.15.0
16742026-08-20T01:40:37.078Z Compiling foldhash v0.1.5
16752026-08-20T01:40:37.190Z Compiling bumpalo v3.20.2
16762026-08-20T01:40:37.249Z Compiling path-slash v0.1.5
16772026-08-20T01:40:37.366Z Compiling base16ct v0.2.0
16782026-08-20T01:40:37.380Z Compiling same-file v1.0.6
16792026-08-20T01:40:37.442Z Compiling is_ci v1.2.0
16802026-08-20T01:40:37.540Z Compiling managed v0.8.0
16812026-08-20T01:40:37.540Z Compiling libbz2-rs-sys v0.2.2
16822026-08-20T01:40:37.580Z Compiling bitflags v1.3.2
16832026-08-20T01:40:37.609Z Compiling jiff-core v0.1.0
16842026-08-20T01:40:37.656Z Compiling unicode-segmentation v1.12.0
16852026-08-20T01:40:38.040Z Compiling bzip2 v0.6.1
16862026-08-20T01:40:38.110Z Compiling snafu v0.8.9
16872026-08-20T01:40:38.225Z Compiling textwrap v0.16.2
16882026-08-20T01:40:38.261Z Compiling strum v0.27.2
16892026-08-20T01:40:38.276Z Compiling supports-color v3.0.2
16902026-08-20T01:40:38.390Z Compiling jiff v0.2.34
16912026-08-20T01:40:38.439Z Compiling walkdir v2.5.0
16922026-08-20T01:40:38.461Z Compiling sec1 v0.7.3
16932026-08-20T01:40:38.593Z Compiling zopfli v0.8.3
16942026-08-20T01:40:38.722Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16952026-08-20T01:40:38.741Z Compiling hashbrown v0.15.5
16962026-08-20T01:40:38.756Z Compiling hashbrown v0.16.1
16972026-08-20T01:40:38.873Z Compiling dof v0.3.0
16982026-08-20T01:40:39.287Z Compiling group v0.13.0
16992026-08-20T01:40:39.307Z Compiling cargo_metadata v0.23.1
17002026-08-20T01:40:39.343Z Compiling test-strategy v0.4.5
17012026-08-20T01:40:39.612Z Compiling hubpack v0.1.2
17022026-08-20T01:40:39.833Z Compiling futures v0.3.32
17032026-08-20T01:40:39.918Z Compiling phf v0.13.1
17042026-08-20T01:40:40.133Z Compiling serde_with_macros v3.21.0
17052026-08-20T01:40:40.438Z Compiling signal-hook-mio v0.2.5
17062026-08-20T01:40:40.560Z Compiling cookie_store v0.22.1
17072026-08-20T01:40:40.672Z Compiling zstd v0.13.3
17082026-08-20T01:40:40.818Z Compiling reqwest v0.12.28
17092026-08-20T01:40:40.939Z Compiling cipher v0.5.2
17102026-08-20T01:40:41.258Z Compiling postgres-types v0.2.12
17112026-08-20T01:40:41.274Z Compiling backtrace-ext v0.2.1
17122026-08-20T01:40:41.801Z Compiling usdt-macro v0.6.0
17132026-08-20T01:40:42.006Z Compiling usdt-attr-macro v0.6.0
17142026-08-20T01:40:42.172Z Compiling globset v0.4.18
17152026-08-20T01:40:42.384Z Compiling phf_shared v0.11.3
17162026-08-20T01:40:42.563Z Compiling hkdf v0.12.4
17172026-08-20T01:40:42.615Z Compiling dtrace-parser v0.2.0
17182026-08-20T01:40:42.615Z Compiling ed25519 v2.2.3
17192026-08-20T01:40:42.725Z Compiling olpc-cjson v0.1.4
17202026-08-20T01:40:42.820Z Compiling byte-wrapper v0.1.0
17212026-08-20T01:40:42.897Z Compiling serde-big-array v0.5.1
17222026-08-20T01:40:42.927Z Compiling serde_plain v1.0.2
17232026-08-20T01:40:42.927Z Compiling crypto-bigint v0.5.5
17242026-08-20T01:40:42.981Z Compiling serde_repr v0.1.20
17252026-08-20T01:40:43.049Z Compiling strum_macros v0.26.4
17262026-08-20T01:40:43.130Z Compiling enum-as-inner v0.6.1
17272026-08-20T01:40:43.290Z Compiling miette-derive v7.6.0
17282026-08-20T01:40:43.477Z Compiling async-recursion v1.1.1
17292026-08-20T01:40:43.477Z Compiling pem v3.0.6
17302026-08-20T01:40:43.640Z Compiling float-cmp v0.10.0
17312026-08-20T01:40:43.802Z Compiling memmap2 v0.9.10
17322026-08-20T01:40:43.871Z Compiling thread-id v4.2.2
17332026-08-20T01:40:43.946Z Compiling data-encoding v2.10.0
17342026-08-20T01:40:44.020Z Compiling static_assertions v1.1.0
17352026-08-20T01:40:44.101Z Compiling keccak v0.1.6
17362026-08-20T01:40:44.177Z Compiling normalize-line-endings v0.3.0
17372026-08-20T01:40:44.271Z Compiling supports-unicode v3.0.0
17382026-08-20T01:40:44.427Z Compiling const-oid v0.10.2
17392026-08-20T01:40:44.486Z Compiling whoami v2.1.0
17402026-08-20T01:40:44.586Z Compiling winnow v1.0.3
17412026-08-20T01:40:44.630Z Compiling precomputed-hash v0.1.1
17422026-08-20T01:40:44.645Z Compiling fixedbitset v0.4.2
17432026-08-20T01:40:44.719Z Compiling cpufeatures v0.3.0
17442026-08-20T01:40:44.802Z Compiling predicates-core v1.0.10
17452026-08-20T01:40:44.836Z Compiling difflib v0.4.0
17462026-08-20T01:40:44.851Z Compiling supports-hyperlinks v3.2.0
17472026-08-20T01:40:44.864Z Compiling fixedbitset v0.5.7
17482026-08-20T01:40:44.867Z Compiling typed-path v0.9.3
17492026-08-20T01:40:44.971Z Compiling new_debug_unreachable v1.0.6
17502026-08-20T01:40:44.995Z Compiling toml_edit v0.22.27
17512026-08-20T01:40:45.011Z Compiling miette v7.6.0
17522026-08-20T01:40:45.043Z Compiling string_cache v0.8.9
17532026-08-20T01:40:45.162Z Compiling petgraph v0.8.3
17542026-08-20T01:40:45.268Z Compiling predicates v3.1.4
17552026-08-20T01:40:45.373Z Compiling strum v0.26.3
17562026-08-20T01:40:45.505Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-08-20T01:40:45.629Z Compiling petgraph v0.6.5
17582026-08-20T01:40:45.906Z Compiling chacha20 v0.10.0
17592026-08-20T01:40:46.067Z Compiling tokio-postgres v0.7.16
17602026-08-20T01:40:46.132Z Compiling digest v0.11.3
17612026-08-20T01:40:46.144Z Compiling sha3 v0.10.8
17622026-08-20T01:40:46.278Z Compiling hickory-proto v0.25.2
17632026-08-20T01:40:46.353Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17642026-08-20T01:40:46.587Z Compiling usdt v0.6.0
17652026-08-20T01:40:46.853Z Compiling usdt-impl v0.5.0
17662026-08-20T01:40:47.095Z Compiling elliptic-curve v0.13.8
17672026-08-20T01:40:47.112Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17682026-08-20T01:40:47.431Z Compiling ed25519-dalek v2.2.0
17692026-08-20T01:40:47.492Z Compiling crossterm v0.28.1
17702026-08-20T01:40:47.954Z Compiling serde_with v3.21.0
17712026-08-20T01:40:48.273Z Compiling zip v4.6.1
17722026-08-20T01:40:48.773Z Compiling iddqd v0.4.2
17732026-08-20T01:40:49.177Z Compiling similar v2.7.0
17742026-08-20T01:40:49.277Z Compiling heck v0.4.1
17752026-08-20T01:40:49.429Z Compiling itertools v0.13.0
17762026-08-20T01:40:49.471Z Compiling itertools v0.15.0
17772026-08-20T01:40:49.502Z Compiling crossbeam-epoch v0.9.18
17782026-08-20T01:40:49.814Z Compiling tokio-stream v0.1.18
17792026-08-20T01:40:49.837Z Compiling buf-list v1.1.2
17802026-08-20T01:40:50.036Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17812026-08-20T01:40:50.053Z Compiling openapiv3 v2.2.0
17822026-08-20T01:40:50.110Z Compiling peg-runtime v0.8.5
17832026-08-20T01:40:50.258Z Compiling lalrpop-util v0.19.12
17842026-08-20T01:40:50.329Z Compiling thread_local v1.1.9
17852026-08-20T01:40:50.389Z Compiling slog-async v2.8.0
17862026-08-20T01:40:50.451Z Compiling crossbeam-channel v0.5.15
17872026-08-20T01:40:50.579Z Compiling is-terminal v0.4.17
17882026-08-20T01:40:50.672Z Compiling filetime v0.2.27
17892026-08-20T01:40:50.684Z Compiling xattr v1.6.1
17902026-08-20T01:40:50.704Z Compiling term v1.2.1
17912026-08-20T01:40:50.794Z Compiling take_mut v0.2.2
17922026-08-20T01:40:50.845Z Compiling tar v0.4.46
17932026-08-20T01:40:50.848Z Compiling camino-tempfile v1.4.1
17942026-08-20T01:40:51.078Z Compiling slog-term v2.9.2
17952026-08-20T01:40:57.004Z Compiling rustls-webpki v0.103.13
17962026-08-20T01:40:59.627Z Compiling tokio-rustls v0.26.4
17972026-08-20T01:40:59.627Z Compiling rustls-platform-verifier v0.6.2
17982026-08-20T01:40:59.630Z Compiling tough v0.22.0
17992026-08-20T01:40:59.829Z Compiling hyper-rustls v0.27.7
18002026-08-20T01:41:00.025Z Compiling reqwest v0.13.2
18012026-08-20T01:41:02.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18022026-08-20T01:41:02.452Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18032026-08-20T01:41:05.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
18042026-08-20T01:41:05.512Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18052026-08-20T01:41:05.568ZAug 20 01:41:03.913 INFO Starting download, target: Cockroach
18062026-08-20T01:41:05.568ZAug 20 01:41:03.914 INFO Starting download, target: Console
18072026-08-20T01:41:05.568ZAug 20 01:41:03.914 INFO Starting download, target: DendriteStub
18082026-08-20T01:41:05.568ZAug 20 01:41:03.914 INFO Starting download, target: Clickhouse
18092026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Starting download, target: MaghemiteMgd
18102026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Starting download, target: MaghemiteDdmd
18112026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Starting download, target: TransceiverControl
18122026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18132026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18142026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18152026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18162026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18172026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18182026-08-20T01:41:05.571ZAug 20 01:41:03.914 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18192026-08-20T01:41:06.077ZAug 20 01:41:04.416 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18202026-08-20T01:41:06.286ZAug 20 01:41:04.621 INFO Download complete, target: TransceiverControl
18212026-08-20T01:41:07.388ZAug 20 01:41:05.731 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18222026-08-20T01:41:07.619ZAug 20 01:41:05.960 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18232026-08-20T01:41:07.682ZAug 20 01:41:06.019 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18242026-08-20T01:41:07.848ZAug 20 01:41:06.192 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18252026-08-20T01:41:07.879ZAug 20 01:41:06.222 INFO Download complete, target: Console
18262026-08-20T01:41:08.442ZAug 20 01:41:06.782 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18272026-08-20T01:41:08.552ZAug 20 01:41:06.897 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18282026-08-20T01:41:08.552ZAug 20 01:41:06.897 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18292026-08-20T01:41:09.830ZAug 20 01:41:08.175 INFO Download complete, target: DendriteStub
18302026-08-20T01:41:09.853ZAug 20 01:41:08.199 INFO Download complete, target: MaghemiteDdmd
18312026-08-20T01:41:10.138ZAug 20 01:41:08.483 INFO Download complete, target: MaghemiteMgd
18322026-08-20T01:41:13.010ZAug 20 01:41:11.356 INFO Checking that binary works, target: Cockroach
18332026-08-20T01:41:13.134ZAug 20 01:41:11.479 INFO Download complete, target: Cockroach
18342026-08-20T01:41:14.875ZAug 20 01:41:13.221 INFO Checking that binary works, target: Clickhouse
18352026-08-20T01:41:14.968ZAug 20 01:41:13.308 INFO Download complete, target: Clickhouse
18362026-08-20T01:41:14.978ZAll builder prerequisites installed successfully, and PATH looks valid
18372026-08-20T01:41:15.006Z
18382026-08-20T01:41:15.006Zreal 2:10.179844376
18392026-08-20T01:41:15.006Zuser 7:16.856471672
18402026-08-20T01:41:15.006Zsys 1:26.683926174
18412026-08-20T01:41:15.006Ztrap 0.252027488
18422026-08-20T01:41:15.006Ztflt 0.530321935
18432026-08-20T01:41:15.007Zdflt 0.862047137
18442026-08-20T01:41:15.007Zkflt 0.022491934
18452026-08-20T01:41:15.007Zlock 27:40.656119207
18462026-08-20T01:41:15.007Zslp 21:58.328481543
18472026-08-20T01:41:15.007Zlat 48.294501632
18482026-08-20T01:41:15.007Zstop 2:41.816498912
18492026-08-20T01:41:15.007Z+ banner hack-check
18502026-08-20T01:41:15.007Z
18512026-08-20T01:41:15.007Z # # ## #### # # #### # # ###### #### # #
18522026-08-20T01:41:15.007Z # # # # # # # # # # # # # # # # #
18532026-08-20T01:41:15.007Z ###### # # # #### ##### # ###### ##### # ####
18542026-08-20T01:41:15.007Z # # ###### # # # # # # # # # #
18552026-08-20T01:41:15.007Z # # # # # # # # # # # # # # # # #
18562026-08-20T01:41:15.007Z # # # # #### # # #### # # ###### #### # #
18572026-08-20T01:41:15.008Z
18582026-08-20T01:41:15.008Z+ export CARGO_INCREMENTAL=0
18592026-08-20T01:41:15.008Z+ CARGO_INCREMENTAL=0
18602026-08-20T01:41:15.008Z+ ptime -m timeout 2h cargo xtask check-features --ci
18612026-08-20T01:41:15.449Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18622026-08-20T01:41:15.741Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18632026-08-20T01:41:17.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18642026-08-20T01:41:17.602Z Running `target/debug/xtask check-features --ci`
18652026-08-20T01:41:17.678Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18662026-08-20T01:41:17.773Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18672026-08-20T01:41:18.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18682026-08-20T01:41:18.096Z Running `target/debug/xtask download cargo-hack`
18692026-08-20T01:41:18.887Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18702026-08-20T01:41:19.161Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18712026-08-20T01:41:21.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.63s
18722026-08-20T01:41:21.907Z Running `target/debug/xtask-downloader cargo-hack`
18732026-08-20T01:41:21.954ZAug 20 01:41:20.285 INFO Starting download, target: CargoHack
18742026-08-20T01:41:21.977ZAug 20 01:41:20.286 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18752026-08-20T01:41:22.526ZAug 20 01:41:20.861 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18762026-08-20T01:41:22.586ZAug 20 01:41:20.909 INFO Download complete, target: CargoHack
18772026-08-20T01:41:22.605Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
18782026-08-20T01:41:22.605Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18792026-08-20T01:41:22.749Zinfo: running `cargo check --bins` on api_identity (1/337)
18802026-08-20T01:41:23.205Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18812026-08-20T01:41:23.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18822026-08-20T01:41:23.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18832026-08-20T01:41:23.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18842026-08-20T01:41:23.286Z
18852026-08-20T01:41:23.286Zinfo: running `cargo check --bins` on bootstore (2/337)
18862026-08-20T01:41:23.743Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18872026-08-20T01:41:23.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18882026-08-20T01:41:23.748Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18892026-08-20T01:41:23.751Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18902026-08-20T01:41:23.824Z
18912026-08-20T01:41:23.824Zinfo: running `cargo check --bins` on omicron-ledger (3/337)
18922026-08-20T01:41:24.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18932026-08-20T01:41:24.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18942026-08-20T01:41:24.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18952026-08-20T01:41:24.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18962026-08-20T01:41:24.362Z
18972026-08-20T01:41:24.363Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/337)
18982026-08-20T01:41:24.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18992026-08-20T01:41:24.839Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19002026-08-20T01:41:24.839Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19012026-08-20T01:41:24.843Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19022026-08-20T01:41:24.917Z
19032026-08-20T01:41:24.917Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/337)
19042026-08-20T01:41:25.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19052026-08-20T01:41:25.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19062026-08-20T01:41:25.388Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19072026-08-20T01:41:25.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19082026-08-20T01:41:25.468Z
19092026-08-20T01:41:25.468Zinfo: running `cargo check --bins` on omicron-certificates (6/337)
19102026-08-20T01:41:25.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19112026-08-20T01:41:25.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19122026-08-20T01:41:25.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19132026-08-20T01:41:25.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19142026-08-20T01:41:26.024Z
19152026-08-20T01:41:26.024Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/337)
19162026-08-20T01:41:26.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19172026-08-20T01:41:26.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19182026-08-20T01:41:26.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19192026-08-20T01:41:26.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19202026-08-20T01:41:26.597Z
19212026-08-20T01:41:26.599Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/337)
19222026-08-20T01:41:27.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19232026-08-20T01:41:27.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19242026-08-20T01:41:27.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19252026-08-20T01:41:27.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19262026-08-20T01:41:27.142Z
19272026-08-20T01:41:27.142Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/337)
19282026-08-20T01:41:27.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19292026-08-20T01:41:27.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19302026-08-20T01:41:27.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19312026-08-20T01:41:27.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19322026-08-20T01:41:27.564Z
19332026-08-20T01:41:27.564Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/337)
19342026-08-20T01:41:27.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19352026-08-20T01:41:27.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19362026-08-20T01:41:27.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19372026-08-20T01:41:27.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19382026-08-20T01:41:27.971Z
19392026-08-20T01:41:27.971Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/337)
19402026-08-20T01:41:28.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19412026-08-20T01:41:28.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19422026-08-20T01:41:28.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19432026-08-20T01:41:28.336Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19442026-08-20T01:41:28.382Z
19452026-08-20T01:41:28.382Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/337)
19462026-08-20T01:41:28.744Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19472026-08-20T01:41:28.747Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19482026-08-20T01:41:28.747Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19492026-08-20T01:41:28.755Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19502026-08-20T01:41:28.795Z
19512026-08-20T01:41:28.795Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/337)
19522026-08-20T01:41:29.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19532026-08-20T01:41:29.161Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19542026-08-20T01:41:29.161Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19552026-08-20T01:41:29.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19562026-08-20T01:41:29.209Z
19572026-08-20T01:41:29.209Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/337)
19582026-08-20T01:41:29.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19592026-08-20T01:41:29.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19602026-08-20T01:41:29.582Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19612026-08-20T01:41:29.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19622026-08-20T01:41:29.623Z
19632026-08-20T01:41:29.623Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/337)
19642026-08-20T01:41:29.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19652026-08-20T01:41:29.985Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19662026-08-20T01:41:29.985Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19672026-08-20T01:41:29.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19682026-08-20T01:41:30.035Z
19692026-08-20T01:41:30.035Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/337)
19702026-08-20T01:41:30.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19712026-08-20T01:41:30.398Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19722026-08-20T01:41:30.398Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19732026-08-20T01:41:30.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19742026-08-20T01:41:30.446Z
19752026-08-20T01:41:30.446Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/337)
19762026-08-20T01:41:30.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19772026-08-20T01:41:30.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19782026-08-20T01:41:30.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19792026-08-20T01:41:30.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19802026-08-20T01:41:30.860Z
19812026-08-20T01:41:30.860Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/337)
19822026-08-20T01:41:31.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19832026-08-20T01:41:31.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19842026-08-20T01:41:31.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19852026-08-20T01:41:31.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19862026-08-20T01:41:31.273Z
19872026-08-20T01:41:31.273Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/337)
19882026-08-20T01:41:31.633Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19892026-08-20T01:41:31.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19902026-08-20T01:41:31.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19912026-08-20T01:41:31.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19922026-08-20T01:41:31.684Z
19932026-08-20T01:41:31.684Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/337)
19942026-08-20T01:41:32.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19952026-08-20T01:41:32.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19962026-08-20T01:41:32.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19972026-08-20T01:41:32.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19982026-08-20T01:41:32.097Z
19992026-08-20T01:41:32.097Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/337)
20002026-08-20T01:41:32.460Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20012026-08-20T01:41:32.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20022026-08-20T01:41:32.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20032026-08-20T01:41:32.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20042026-08-20T01:41:32.524Z
20052026-08-20T01:41:32.524Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/337)
20062026-08-20T01:41:32.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20072026-08-20T01:41:32.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20082026-08-20T01:41:32.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20092026-08-20T01:41:32.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20102026-08-20T01:41:32.930Z
20112026-08-20T01:41:32.930Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/337)
20122026-08-20T01:41:33.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20132026-08-20T01:41:33.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20142026-08-20T01:41:33.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20152026-08-20T01:41:33.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20162026-08-20T01:41:33.347Z
20172026-08-20T01:41:33.347Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/337)
20182026-08-20T01:41:33.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20192026-08-20T01:41:33.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20202026-08-20T01:41:33.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20212026-08-20T01:41:33.718Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20222026-08-20T01:41:33.775Z
20232026-08-20T01:41:33.775Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/337)
20242026-08-20T01:41:34.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252026-08-20T01:41:34.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262026-08-20T01:41:34.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20272026-08-20T01:41:34.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20282026-08-20T01:41:34.182Z
20292026-08-20T01:41:34.182Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/337)
20302026-08-20T01:41:34.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20312026-08-20T01:41:34.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20322026-08-20T01:41:34.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20332026-08-20T01:41:34.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20342026-08-20T01:41:34.601Z
20352026-08-20T01:41:34.601Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/337)
20362026-08-20T01:41:34.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20372026-08-20T01:41:34.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20382026-08-20T01:41:34.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20392026-08-20T01:41:34.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20402026-08-20T01:41:35.007Z
20412026-08-20T01:41:35.007Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/337)
20422026-08-20T01:41:35.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20432026-08-20T01:41:35.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20442026-08-20T01:41:35.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20452026-08-20T01:41:35.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20462026-08-20T01:41:35.424Z
20472026-08-20T01:41:35.424Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/337)
20482026-08-20T01:41:35.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20492026-08-20T01:41:35.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20502026-08-20T01:41:35.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20512026-08-20T01:41:35.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20522026-08-20T01:41:35.839Z
20532026-08-20T01:41:35.839Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/337)
20542026-08-20T01:41:36.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20552026-08-20T01:41:36.211Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20562026-08-20T01:41:36.211Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20572026-08-20T01:41:36.211Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20582026-08-20T01:41:36.251Z
20592026-08-20T01:41:36.251Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/337)
20602026-08-20T01:41:36.612Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20612026-08-20T01:41:36.615Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20622026-08-20T01:41:36.615Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20632026-08-20T01:41:36.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20642026-08-20T01:41:36.664Z
20652026-08-20T01:41:36.664Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/337)
20662026-08-20T01:41:37.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20672026-08-20T01:41:37.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20682026-08-20T01:41:37.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20692026-08-20T01:41:37.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20702026-08-20T01:41:37.084Z
20712026-08-20T01:41:37.084Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/337)
20722026-08-20T01:41:37.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20732026-08-20T01:41:37.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20742026-08-20T01:41:37.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20752026-08-20T01:41:37.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20762026-08-20T01:41:37.500Z
20772026-08-20T01:41:37.500Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/337)
20782026-08-20T01:41:37.854Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20792026-08-20T01:41:37.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20802026-08-20T01:41:37.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20812026-08-20T01:41:37.859Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20822026-08-20T01:41:37.907Z
20832026-08-20T01:41:37.907Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/337)
20842026-08-20T01:41:38.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20852026-08-20T01:41:38.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20862026-08-20T01:41:38.276Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20872026-08-20T01:41:38.276Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20882026-08-20T01:41:38.318Z
20892026-08-20T01:41:38.318Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/337)
20902026-08-20T01:41:38.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20912026-08-20T01:41:38.683Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20922026-08-20T01:41:38.683Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20932026-08-20T01:41:38.686Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20942026-08-20T01:41:38.733Z
20952026-08-20T01:41:38.733Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/337)
20962026-08-20T01:41:39.094Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20972026-08-20T01:41:39.096Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20982026-08-20T01:41:39.096Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20992026-08-20T01:41:39.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21002026-08-20T01:41:39.147Z
21012026-08-20T01:41:39.147Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/337)
21022026-08-20T01:41:39.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21032026-08-20T01:41:39.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21042026-08-20T01:41:39.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21052026-08-20T01:41:39.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21062026-08-20T01:41:39.558Z
21072026-08-20T01:41:39.558Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/337)
21082026-08-20T01:41:39.919Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21092026-08-20T01:41:39.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21102026-08-20T01:41:39.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21112026-08-20T01:41:39.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21122026-08-20T01:41:39.969Z
21132026-08-20T01:41:39.970Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/337)
21142026-08-20T01:41:40.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21152026-08-20T01:41:40.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21162026-08-20T01:41:40.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21172026-08-20T01:41:40.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21182026-08-20T01:41:40.387Z
21192026-08-20T01:41:40.387Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/337)
21202026-08-20T01:41:40.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21212026-08-20T01:41:40.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21222026-08-20T01:41:40.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21232026-08-20T01:41:40.754Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21242026-08-20T01:41:40.802Z
21252026-08-20T01:41:40.802Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/337)
21262026-08-20T01:41:41.163Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21272026-08-20T01:41:41.166Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21282026-08-20T01:41:41.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21292026-08-20T01:41:41.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21302026-08-20T01:41:41.217Z
21312026-08-20T01:41:41.217Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/337)
21322026-08-20T01:41:41.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21332026-08-20T01:41:41.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21342026-08-20T01:41:41.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21352026-08-20T01:41:41.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21362026-08-20T01:41:41.636Z
21372026-08-20T01:41:41.636Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/337)
21382026-08-20T01:41:41.999Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21392026-08-20T01:41:42.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21402026-08-20T01:41:42.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21412026-08-20T01:41:42.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21422026-08-20T01:41:42.052Z
21432026-08-20T01:41:42.052Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/337)
21442026-08-20T01:41:42.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21452026-08-20T01:41:42.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21462026-08-20T01:41:42.418Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21472026-08-20T01:41:42.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21482026-08-20T01:41:42.467Z
21492026-08-20T01:41:42.467Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/337)
21502026-08-20T01:41:42.831Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21512026-08-20T01:41:42.834Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21522026-08-20T01:41:42.834Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21532026-08-20T01:41:42.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21542026-08-20T01:41:42.884Z
21552026-08-20T01:41:42.885Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/337)
21562026-08-20T01:41:43.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21572026-08-20T01:41:43.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21582026-08-20T01:41:43.275Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21592026-08-20T01:41:43.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21602026-08-20T01:41:43.300Z
21612026-08-20T01:41:43.300Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/337)
21622026-08-20T01:41:43.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21632026-08-20T01:41:43.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21642026-08-20T01:41:43.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21652026-08-20T01:41:43.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21662026-08-20T01:41:43.716Z
21672026-08-20T01:41:43.716Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/337)
21682026-08-20T01:41:44.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21692026-08-20T01:41:44.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21702026-08-20T01:41:44.223Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21712026-08-20T01:41:44.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21722026-08-20T01:41:44.316Z
21732026-08-20T01:41:44.316Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/337)
21742026-08-20T01:41:44.820Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21752026-08-20T01:41:44.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21762026-08-20T01:41:44.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21772026-08-20T01:41:44.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21782026-08-20T01:41:44.911Z
21792026-08-20T01:41:44.911Zinfo: running `cargo check --bins` on nexus-config (51/337)
21802026-08-20T01:41:45.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812026-08-20T01:41:45.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822026-08-20T01:41:45.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832026-08-20T01:41:45.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21842026-08-20T01:41:45.508Z
21852026-08-20T01:41:45.508Zinfo: running `cargo check --bins` on nexus-types (52/337)
21862026-08-20T01:41:46.014Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872026-08-20T01:41:46.018Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882026-08-20T01:41:46.018Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892026-08-20T01:41:46.021Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21902026-08-20T01:41:46.111Z
21912026-08-20T01:41:46.111Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/337)
21922026-08-20T01:41:46.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932026-08-20T01:41:46.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942026-08-20T01:41:46.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952026-08-20T01:41:46.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21962026-08-20T01:41:46.674Z
21972026-08-20T01:41:46.674Zinfo: running `cargo check --bins` on omicron-passwords (54/337)
21982026-08-20T01:41:47.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992026-08-20T01:41:47.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002026-08-20T01:41:47.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012026-08-20T01:41:47.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22022026-08-20T01:41:47.223Z
22032026-08-20T01:41:47.223Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/337)
22042026-08-20T01:41:47.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052026-08-20T01:41:47.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062026-08-20T01:41:47.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22072026-08-20T01:41:47.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22082026-08-20T01:41:47.791Z
22092026-08-20T01:41:47.791Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/337)
22102026-08-20T01:41:48.270Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22112026-08-20T01:41:48.273Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22122026-08-20T01:41:48.273Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22132026-08-20T01:41:48.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22142026-08-20T01:41:48.356Z
22152026-08-20T01:41:48.356Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/337)
22162026-08-20T01:41:48.839Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22172026-08-20T01:41:48.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22182026-08-20T01:41:48.842Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22192026-08-20T01:41:48.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22202026-08-20T01:41:48.926Z
22212026-08-20T01:41:48.926Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/337)
22222026-08-20T01:41:49.404Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232026-08-20T01:41:49.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242026-08-20T01:41:49.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252026-08-20T01:41:49.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22262026-08-20T01:41:49.496Z
22272026-08-20T01:41:49.496Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/337)
22282026-08-20T01:41:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292026-08-20T01:41:49.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302026-08-20T01:41:49.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312026-08-20T01:41:49.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22322026-08-20T01:41:50.047Z
22332026-08-20T01:41:50.047Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/337)
22342026-08-20T01:41:50.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352026-08-20T01:41:50.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362026-08-20T01:41:50.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372026-08-20T01:41:50.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22382026-08-20T01:41:50.601Z
22392026-08-20T01:41:50.601Zinfo: running `cargo check --bins --no-default-features` on gfss (61/337)
22402026-08-20T01:41:51.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412026-08-20T01:41:51.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422026-08-20T01:41:51.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432026-08-20T01:41:51.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22442026-08-20T01:41:51.151Z
22452026-08-20T01:41:51.151Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/337)
22462026-08-20T01:41:51.616Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472026-08-20T01:41:51.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482026-08-20T01:41:51.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492026-08-20T01:41:51.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22502026-08-20T01:41:51.698Z
22512026-08-20T01:41:51.698Zinfo: running `cargo check --bins` on trust-quorum-types (63/337)
22522026-08-20T01:41:52.165Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532026-08-20T01:41:52.168Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542026-08-20T01:41:52.168Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552026-08-20T01:41:52.172Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22562026-08-20T01:41:52.249Z
22572026-08-20T01:41:52.249Zinfo: running `cargo check --bins` on wicketd-commission-types (64/337)
22582026-08-20T01:41:52.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592026-08-20T01:41:52.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602026-08-20T01:41:52.731Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22612026-08-20T01:41:52.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22622026-08-20T01:41:52.815Z
22632026-08-20T01:41:52.815Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (65/337)
22642026-08-20T01:41:53.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22652026-08-20T01:41:53.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22662026-08-20T01:41:53.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22672026-08-20T01:41:53.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22682026-08-20T01:41:53.383Z
22692026-08-20T01:41:53.383Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (66/337)
22702026-08-20T01:41:53.857Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22712026-08-20T01:41:53.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22722026-08-20T01:41:53.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22732026-08-20T01:41:53.864Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22742026-08-20T01:41:53.946Z
22752026-08-20T01:41:53.946Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (67/337)
22762026-08-20T01:41:54.420Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22772026-08-20T01:41:54.424Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22782026-08-20T01:41:54.424Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22792026-08-20T01:41:54.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22802026-08-20T01:41:54.505Z
22812026-08-20T01:41:54.505Zinfo: running `cargo check --bins` on clickhouse-admin-types (68/337)
22822026-08-20T01:41:54.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22832026-08-20T01:41:54.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22842026-08-20T01:41:54.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22852026-08-20T01:41:54.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22862026-08-20T01:41:55.068Z
22872026-08-20T01:41:55.068Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (69/337)
22882026-08-20T01:41:55.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22892026-08-20T01:41:55.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22902026-08-20T01:41:55.549Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22912026-08-20T01:41:55.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22922026-08-20T01:41:55.635Z
22932026-08-20T01:41:55.635Zinfo: running `cargo check --bins` on cockroach-admin-types (70/337)
22942026-08-20T01:41:56.101Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22952026-08-20T01:41:56.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22962026-08-20T01:41:56.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22972026-08-20T01:41:56.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22982026-08-20T01:41:56.184Z
22992026-08-20T01:41:56.184Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (71/337)
23002026-08-20T01:41:56.650Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23012026-08-20T01:41:56.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23022026-08-20T01:41:56.653Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23032026-08-20T01:41:56.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23042026-08-20T01:41:56.737Z
23052026-08-20T01:41:56.738Zinfo: running `cargo check --bins` on ereport-types (72/337)
23062026-08-20T01:41:57.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23072026-08-20T01:41:57.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23082026-08-20T01:41:57.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23092026-08-20T01:41:57.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23102026-08-20T01:41:57.298Z
23112026-08-20T01:41:57.298Zinfo: running `cargo check --bins` on gateway-client (73/337)
23122026-08-20T01:41:57.775Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23132026-08-20T01:41:57.778Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23142026-08-20T01:41:57.778Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23152026-08-20T01:41:57.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
23162026-08-20T01:41:57.859Z
23172026-08-20T01:41:57.859Zinfo: running `cargo check --bins --no-default-features` on gateway-types (74/337)
23182026-08-20T01:41:58.330Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23192026-08-20T01:41:58.333Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23202026-08-20T01:41:58.333Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23212026-08-20T01:41:58.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23222026-08-20T01:41:58.416Z
23232026-08-20T01:41:58.416Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (75/337)
23242026-08-20T01:41:58.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23252026-08-20T01:41:58.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23262026-08-20T01:41:58.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23272026-08-20T01:41:58.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23282026-08-20T01:41:58.972Z
23292026-08-20T01:41:58.972Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (76/337)
23302026-08-20T01:41:59.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23312026-08-20T01:41:59.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23322026-08-20T01:41:59.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23332026-08-20T01:41:59.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23342026-08-20T01:41:59.551Z
23352026-08-20T01:41:59.551Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (77/337)
23362026-08-20T01:42:00.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23372026-08-20T01:42:00.042Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23382026-08-20T01:42:00.042Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23392026-08-20T01:42:00.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23402026-08-20T01:42:00.132Z
23412026-08-20T01:42:00.132Zinfo: running `cargo check --bins` on key-manager-types (78/337)
23422026-08-20T01:42:00.595Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23432026-08-20T01:42:00.598Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23442026-08-20T01:42:00.598Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23452026-08-20T01:42:00.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
23462026-08-20T01:42:00.680Z
23472026-08-20T01:42:00.680Zinfo: running `cargo check --bins` on oxlog (79/337)
23482026-08-20T01:42:01.143Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23492026-08-20T01:42:01.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23502026-08-20T01:42:01.274Z Checking cfg-if v1.0.4
23512026-08-20T01:42:01.277Z Checking libc v0.2.185
23522026-08-20T01:42:01.379Z Checking serde_core v1.0.228
23532026-08-20T01:42:01.391Z Checking memchr v2.8.0
23542026-08-20T01:42:01.400Z Checking zeroize v1.9.0
23552026-08-20T01:42:01.410Z Checking log v0.4.33
23562026-08-20T01:42:01.413Z Checking smallvec v1.15.1
23572026-08-20T01:42:01.431Z Checking subtle v2.6.1
23582026-08-20T01:42:01.442Z Checking itoa v1.0.17
23592026-08-20T01:42:01.548Z Checking scopeguard v1.2.0
23602026-08-20T01:42:01.567Z Checking stable_deref_trait v1.2.1
23612026-08-20T01:42:01.579Z Checking typenum v1.20.1
23622026-08-20T01:42:01.593Z Checking zerofrom v0.1.6
23632026-08-20T01:42:01.605Z Checking zerocopy v0.8.55
23642026-08-20T01:42:01.637Z Checking portable-atomic v1.13.1
23652026-08-20T01:42:01.649Z Checking lock_api v0.4.14
23662026-08-20T01:42:01.702Z Checking yoke v0.8.1
23672026-08-20T01:42:01.759Z Checking critical-section v1.2.0
23682026-08-20T01:42:01.778Z Checking errno v0.3.14
23692026-08-20T01:42:01.849Z Checking getrandom v0.2.17
23702026-08-20T01:42:01.864Z Checking zerovec v0.11.5
23712026-08-20T01:42:01.881Z Checking pin-project-lite v0.2.17
23722026-08-20T01:42:01.890Z Checking const-oid v0.9.6
23732026-08-20T01:42:01.962Z Checking libm v0.2.16
23742026-08-20T01:42:01.992Z Checking rand_core v0.6.4
23752026-08-20T01:42:02.039Z Checking once_cell v1.21.3
23762026-08-20T01:42:02.175Z Checking zmij v1.0.21
23772026-08-20T01:42:02.220Z Checking signal-hook-registry v1.4.8
23782026-08-20T01:42:02.307Z Checking tinystr v0.8.2
23792026-08-20T01:42:02.319Z Checking generic-array v0.14.7
23802026-08-20T01:42:02.377Z Checking parking_lot_core v0.9.12
23812026-08-20T01:42:02.389Z Checking writeable v0.6.2
23822026-08-20T01:42:02.483Z Checking futures-core v0.3.32
23832026-08-20T01:42:02.547Z Checking litemap v0.8.1
23842026-08-20T01:42:02.561Z Checking percent-encoding v2.3.2
23852026-08-20T01:42:02.564Z Checking parking_lot v0.12.5
23862026-08-20T01:42:02.601Z Checking potential_utf v0.1.4
23872026-08-20T01:42:02.668Z Checking num-traits v0.2.19
23882026-08-20T01:42:02.698Z Checking zerotrie v0.2.3
23892026-08-20T01:42:02.713Z Checking icu_locale_core v2.1.1
23902026-08-20T01:42:02.734Z Checking mio v1.2.0
23912026-08-20T01:42:02.755Z Checking equivalent v1.0.2
23922026-08-20T01:42:02.770Z Checking icu_collections v2.1.1
23932026-08-20T01:42:02.836Z Checking getrandom v0.3.4
23942026-08-20T01:42:02.871Z Checking serde v1.0.228
23952026-08-20T01:42:02.935Z Checking bitflags v2.11.0
23962026-08-20T01:42:02.975Z Checking serde_json v1.0.151
23972026-08-20T01:42:03.006Z Checking socket2 v0.6.3
23982026-08-20T01:42:03.068Z Checking icu_properties_data v2.1.2
23992026-08-20T01:42:03.096Z Checking icu_normalizer_data v2.1.1
24002026-08-20T01:42:03.168Z Checking byteorder v1.5.0
24012026-08-20T01:42:03.193Z Checking block-buffer v0.10.4
24022026-08-20T01:42:03.206Z Checking crypto-common v0.1.7
24032026-08-20T01:42:03.242Z Checking hashbrown v0.17.0
24042026-08-20T01:42:03.258Z Checking icu_provider v2.1.1
24052026-08-20T01:42:03.271Z Checking bytes v1.11.1
24062026-08-20T01:42:03.319Z Checking rand_core v0.10.0
24072026-08-20T01:42:03.332Z Checking futures-sink v0.3.32
24082026-08-20T01:42:03.377Z Checking digest v0.10.7
24092026-08-20T01:42:03.425Z Checking futures-channel v0.3.32
24102026-08-20T01:42:03.456Z Checking getrandom v0.4.3
24112026-08-20T01:42:03.485Z Checking icu_properties v2.1.2
24122026-08-20T01:42:03.555Z Checking icu_normalizer v2.1.1
24132026-08-20T01:42:03.599Z Checking slab v0.4.12
24142026-08-20T01:42:03.614Z Checking utf8_iter v1.0.4
24152026-08-20T01:42:03.635Z Checking futures-io v0.3.32
24162026-08-20T01:42:03.702Z Checking tokio v1.52.1
24172026-08-20T01:42:03.705Z Checking indexmap v2.14.0
24182026-08-20T01:42:03.733Z Checking futures-task v0.3.32
24192026-08-20T01:42:03.748Z Checking rustix v1.1.4
24202026-08-20T01:42:03.751Z Checking form_urlencoded v1.2.2
24212026-08-20T01:42:03.856Z Checking fnv v1.0.7
24222026-08-20T01:42:03.871Z Checking futures-util v0.3.32
24232026-08-20T01:42:03.883Z Checking base64ct v1.8.3
24242026-08-20T01:42:03.948Z Checking iana-time-zone v0.1.65
24252026-08-20T01:42:04.054Z Checking flagset v0.4.7
24262026-08-20T01:42:04.110Z Checking pem-rfc7468 v0.7.0
24272026-08-20T01:42:04.175Z Checking chrono v0.4.45
24282026-08-20T01:42:04.260Z Checking uuid v1.23.4
24292026-08-20T01:42:04.272Z Checking der v0.7.10
24302026-08-20T01:42:04.301Z Checking idna_adapter v1.2.1
24312026-08-20T01:42:04.362Z Checking ppv-lite86 v0.2.21
24322026-08-20T01:42:04.422Z Checking idna v1.1.0
24332026-08-20T01:42:04.584Z Checking rand_core v0.9.5
24342026-08-20T01:42:04.601Z Checking base64 v0.22.1
24352026-08-20T01:42:04.661Z Checking regex-syntax v0.8.10
24362026-08-20T01:42:04.673Z Checking url v2.5.8
24372026-08-20T01:42:04.762Z Checking http v1.4.2
24382026-08-20T01:42:04.840Z Checking rand_chacha v0.9.0
24392026-08-20T01:42:05.029Z Checking spki v0.7.3
24402026-08-20T01:42:05.043Z Checking tracing-core v0.1.36
24412026-08-20T01:42:05.056Z Checking dyn-clone v1.0.20
24422026-08-20T01:42:05.101Z Checking simd-adler32 v0.3.8
24432026-08-20T01:42:05.155Z Checking cpufeatures v0.2.17
24442026-08-20T01:42:05.190Z Checking pkcs8 v0.10.2
24452026-08-20T01:42:05.225Z Checking rand v0.9.2
24462026-08-20T01:42:05.268Z Checking semver v1.0.28
24472026-08-20T01:42:05.335Z Checking http-body v1.0.1
24482026-08-20T01:42:05.348Z Checking spin v0.9.8
24492026-08-20T01:42:05.350Z Checking tracing v0.1.44
24502026-08-20T01:42:05.463Z Checking rustls-pki-types v1.14.0
24512026-08-20T01:42:05.477Z Checking openssl-probe v0.2.1
24522026-08-20T01:42:05.526Z Checking cmov v0.5.4
24532026-08-20T01:42:05.562Z Checking tinyvec_macros v0.1.1
24542026-08-20T01:42:05.578Z Checking utf8parse v0.2.2
24552026-08-20T01:42:05.627Z Checking anstyle v1.0.14
24562026-08-20T01:42:05.678Z Checking adler2 v2.0.1
24572026-08-20T01:42:05.699Z Checking anstyle-parse v1.0.0
24582026-08-20T01:42:05.715Z Checking ctutils v0.4.2
24592026-08-20T01:42:05.752Z Checking tinyvec v1.10.0
24602026-08-20T01:42:05.781Z Checking miniz_oxide v0.8.9
24612026-08-20T01:42:05.805Z Checking schemars v0.8.22
24622026-08-20T01:42:05.819Z Checking sha2 v0.10.9
24632026-08-20T01:42:05.847Z Checking terminal_size v0.4.3
24642026-08-20T01:42:05.928Z Checking aws-lc-sys v0.40.0
24652026-08-20T01:42:05.953Z Checking thiserror v2.0.18
24662026-08-20T01:42:05.967Z Checking is_terminal_polyfill v1.70.2
24672026-08-20T01:42:06.054Z Checking fastrand v2.3.0
24682026-08-20T01:42:06.057Z Checking anstyle-query v1.1.5
24692026-08-20T01:42:06.057Z Checking tower-service v0.3.3
24702026-08-20T01:42:06.092Z Checking colorchoice v1.0.4
24712026-08-20T01:42:06.127Z Checking tower-layer v0.3.3
24722026-08-20T01:42:06.152Z Checking untrusted v0.7.1
24732026-08-20T01:42:06.165Z Checking atomic-waker v1.1.2
24742026-08-20T01:42:06.184Z Checking try-lock v0.2.5
24752026-08-20T01:42:06.232Z Checking tempfile v3.27.0
24762026-08-20T01:42:06.257Z Checking anstream v1.0.0
24772026-08-20T01:42:06.271Z Checking hybrid-array v0.4.13
24782026-08-20T01:42:06.283Z Checking want v0.3.1
24792026-08-20T01:42:06.295Z Checking ipnet v2.12.0
24802026-08-20T01:42:06.404Z Checking crc32fast v1.5.0
24812026-08-20T01:42:06.419Z Checking aws-lc-rs v1.16.3
24822026-08-20T01:42:06.432Z Checking httparse v1.10.1
24832026-08-20T01:42:06.445Z Checking aho-corasick v1.1.4
24842026-08-20T01:42:06.460Z Checking tap v1.0.1
24852026-08-20T01:42:06.538Z Checking plain v0.2.3
24862026-08-20T01:42:06.554Z Checking foreign-types-shared v0.1.1
24872026-08-20T01:42:06.567Z Checking untrusted v0.9.0
24882026-08-20T01:42:06.634Z Checking httpdate v1.0.3
24892026-08-20T01:42:06.648Z Checking foreign-types v0.3.2
24902026-08-20T01:42:06.650Z Checking wyz v0.5.1
24912026-08-20T01:42:06.675Z Checking unicode-normalization v0.1.25
24922026-08-20T01:42:06.724Z Checking rand_chacha v0.3.1
24932026-08-20T01:42:06.782Z Checking radium v0.7.0
24942026-08-20T01:42:06.817Z Checking signature v2.2.0
24952026-08-20T01:42:06.932Z Checking hex v0.4.3
24962026-08-20T01:42:06.948Z Checking num-integer v0.1.46
24972026-08-20T01:42:06.951Z Checking openssl-sys v0.9.117
24982026-08-20T01:42:06.974Z Checking tokio-util v0.7.18
24992026-08-20T01:42:07.002Z Checking wait-timeout v0.2.1
25002026-08-20T01:42:07.068Z Checking bit-vec v0.8.0
25012026-08-20T01:42:07.113Z Checking regex-automata v0.4.14
25022026-08-20T01:42:07.125Z Checking funty v2.0.0
25032026-08-20T01:42:07.149Z Checking clap_lex v1.0.0
25042026-08-20T01:42:07.173Z Checking ucd-trie v0.1.7
25052026-08-20T01:42:07.246Z Checking rustls-webpki v0.103.13
25062026-08-20T01:42:07.263Z Checking quick-error v1.2.3
25072026-08-20T01:42:07.297Z Checking unicode-ident v1.0.24
25082026-08-20T01:42:07.310Z Checking strsim v0.11.1
25092026-08-20T01:42:07.321Z Checking openssl v0.10.80
25102026-08-20T01:42:07.356Z Checking rusty-fork v0.3.1
25112026-08-20T01:42:07.404Z Checking proc-macro2 v1.0.106
25122026-08-20T01:42:07.436Z Checking bitvec v1.0.1
25132026-08-20T01:42:07.465Z Checking clap_builder v4.6.0
25142026-08-20T01:42:07.523Z Checking pest v2.8.6
25152026-08-20T01:42:07.585Z Checking h2 v0.4.15
25162026-08-20T01:42:07.657Z Checking rustls v0.23.41
25172026-08-20T01:42:07.709Z Checking bit-set v0.8.0
25182026-08-20T01:42:07.853Z Checking num-iter v0.1.45
25192026-08-20T01:42:07.966Z Checking rand v0.8.6
25202026-08-20T01:42:08.493Z Checking lazy_static v1.5.0
25212026-08-20T01:42:08.565Z Checking rand_xorshift v0.4.0
25222026-08-20T01:42:08.581Z Checking thiserror v1.0.69
25232026-08-20T01:42:08.679Z Checking maybe-uninit v2.0.0
25242026-08-20T01:42:08.692Z Checking hmac v0.12.1
25252026-08-20T01:42:08.705Z Checking serde_spanned v0.6.9
25262026-08-20T01:42:08.739Z Checking toml_datetime v0.6.11
25272026-08-20T01:42:08.750Z Checking sync_wrapper v1.0.2
25282026-08-20T01:42:08.824Z Checking powerfmt v0.2.0
25292026-08-20T01:42:08.824Z Checking nodrop v0.1.14
25302026-08-20T01:42:08.849Z Checking crc-catalog v2.4.0
25312026-08-20T01:42:08.912Z Checking zlib-rs v0.6.2
25322026-08-20T01:42:08.922Z Checking siphasher v1.0.2
25332026-08-20T01:42:08.935Z Checking unarray v0.1.4
25342026-08-20T01:42:08.938Z Checking pretty-hex v0.4.1
25352026-08-20T01:42:08.973Z Checking deranged v0.5.8
25362026-08-20T01:42:09.035Z Checking proptest v1.11.0
25372026-08-20T01:42:09.057Z Checking crc v3.4.0
25382026-08-20T01:42:09.072Z Checking array-init v0.0.4
25392026-08-20T01:42:09.228Z Checking tower v0.5.3
25402026-08-20T01:42:09.308Z Checking native-tls v0.2.18
25412026-08-20T01:42:09.363Z Checking smallvec v0.6.14
25422026-08-20T01:42:09.498Z Checking packed_struct v0.10.1
25432026-08-20T01:42:09.554Z Checking clap v4.6.1
25442026-08-20T01:42:09.629Z Checking num-bigint-dig v0.8.6
25452026-08-20T01:42:09.647Z Checking quote v1.0.45
25462026-08-20T01:42:09.793Z Checking flate2 v1.1.9
25472026-08-20T01:42:09.818Z Checking ipnetwork v0.21.1
25482026-08-20T01:42:09.907Z Checking http-body-util v0.1.3
25492026-08-20T01:42:09.921Z Checking pkcs1 v0.7.5
25502026-08-20T01:42:10.033Z Checking crossbeam-utils v0.8.21
25512026-08-20T01:42:10.084Z Checking zerocopy v0.6.6
25522026-08-20T01:42:10.117Z Checking bitfield v0.19.4
25532026-08-20T01:42:10.120Z Checking ahash v0.8.12
25542026-08-20T01:42:10.322Z Checking bzip2-sys v0.1.13+1.0.8
25552026-08-20T01:42:10.368Z Checking scroll v0.13.0
25562026-08-20T01:42:10.382Z Checking env_filter v2.0.0
25572026-08-20T01:42:10.393Z Checking gimli v0.32.3
25582026-08-20T01:42:10.403Z Checking iri-string v0.7.10
25592026-08-20T01:42:10.428Z Checking hyper v1.10.1
25602026-08-20T01:42:10.440Z Checking base64 v0.21.7
25612026-08-20T01:42:10.521Z Checking hashbrown v0.12.3
25622026-08-20T01:42:10.555Z Checking time-core v0.1.8
25632026-08-20T01:42:10.593Z Checking unicode-bidi v0.3.18
25642026-08-20T01:42:10.674Z Checking num-conv v0.2.0
25652026-08-20T01:42:10.695Z Checking allocator-api2 v0.2.21
25662026-08-20T01:42:10.790Z Checking winnow v0.5.40
25672026-08-20T01:42:10.840Z Checking num_threads v0.1.7
25682026-08-20T01:42:10.887Z Checking ryu v1.0.23
25692026-08-20T01:42:10.924Z Checking unicode-properties v0.1.4
25702026-08-20T01:42:10.937Z Checking indexmap v1.9.3
25712026-08-20T01:42:10.976Z Checking time v0.3.47
25722026-08-20T01:42:11.018Z Checking serde_urlencoded v0.7.1
25732026-08-20T01:42:11.108Z Checking stringprep v0.1.5
25742026-08-20T01:42:11.222Z Checking newtype-uuid v1.3.2
25752026-08-20T01:42:11.248Z Checking ron v0.8.1
25762026-08-20T01:42:11.258Z Checking goblin v0.10.5
25772026-08-20T01:42:11.359Z Checking hyper-util v0.1.20
25782026-08-20T01:42:11.415Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25792026-08-20T01:42:11.417Z Checking tower-http v0.6.8
25802026-08-20T01:42:11.704Z Checking env_logger v0.11.11
25812026-08-20T01:42:11.753Z Checking rsa v0.9.10
25822026-08-20T01:42:11.895Z Checking bzip2 v0.4.4
25832026-08-20T01:42:11.914Z Checking addr2line v0.25.1
25842026-08-20T01:42:11.929Z Checking toml_edit v0.19.15
25852026-08-20T01:42:12.059Z Checking crossbeam-epoch v0.9.18
25862026-08-20T01:42:12.093Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25872026-08-20T01:42:12.172Z Checking hashbrown v0.13.2
25882026-08-20T01:42:12.223Z Checking oxnet v0.1.6
25892026-08-20T01:42:12.246Z Checking syn v2.0.117
25902026-08-20T01:42:12.283Z Checking serde-hex v0.1.0
25912026-08-20T01:42:12.478Z Checking tokio-native-tls v0.3.1
25922026-08-20T01:42:12.592Z Checking bstr v1.12.1
25932026-08-20T01:42:12.622Z Checking crypto-common v0.2.2
25942026-08-20T01:42:12.641Z Checking block-padding v0.4.2
25952026-08-20T01:42:12.774Z Checking block-buffer v0.12.1
25962026-08-20T01:42:12.943Z Checking rustls-native-certs v0.8.3
25972026-08-20T01:42:12.946Z Checking x509-cert v0.2.5
25982026-08-20T01:42:12.975Z Checking scroll v0.12.0
25992026-08-20T01:42:13.072Z Checking object v0.37.3
26002026-08-20T01:42:13.203Z Checking zstd-sys v2.0.16+zstd.1.5.7
26012026-08-20T01:42:13.216Z Checking md-5 v0.10.6
26022026-08-20T01:42:13.311Z Checking hash32 v0.2.1
26032026-08-20T01:42:13.351Z Checking encoding_rs v0.8.35
26042026-08-20T01:42:13.470Z Checking rustc-demangle v0.1.27
26052026-08-20T01:42:13.561Z Checking mime v0.3.17
26062026-08-20T01:42:13.597Z Checking psl-types v2.0.11
26072026-08-20T01:42:13.695Z Checking fallible-iterator v0.2.0
26082026-08-20T01:42:13.713Z Checking either v1.15.0
26092026-08-20T01:42:13.735Z Checking crc-any v2.5.0
26102026-08-20T01:42:13.769Z Checking publicsuffix v2.3.0
26112026-08-20T01:42:13.900Z Checking dof v0.4.0
26122026-08-20T01:42:13.916Z Checking heapless v0.7.17
26132026-08-20T01:42:13.930Z Checking zstd-safe v7.2.4
26142026-08-20T01:42:13.963Z Checking postgres-protocol v0.6.10
26152026-08-20T01:42:14.094Z Checking goblin v0.8.2
26162026-08-20T01:42:14.280Z Checking toml v0.7.8
26172026-08-20T01:42:14.294Z Checking inout v0.2.2
26182026-08-20T01:42:14.329Z Checking hyper-tls v0.6.0
26192026-08-20T01:42:14.417Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-08-20T01:42:14.449Z Checking object v0.30.4
26212026-08-20T01:42:14.494Z Checking daft v0.1.7
26222026-08-20T01:42:14.514Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-08-20T01:42:14.551Z Checking cookie v0.18.1
26242026-08-20T01:42:14.606Z Checking zip v0.6.6
26252026-08-20T01:42:14.677Z Checking tokio-rustls v0.26.4
26262026-08-20T01:42:14.740Z Checking phf_shared v0.13.1
26272026-08-20T01:42:14.785Z Checking dtrace-parser v0.3.0
26282026-08-20T01:42:14.919Z Checking zerocopy v0.7.35
26292026-08-20T01:42:14.938Z Checking pin-project v1.1.11
26302026-08-20T01:42:14.942Z Checking signal-hook v0.3.18
26312026-08-20T01:42:15.024Z Checking futures-executor v0.3.32
26322026-08-20T01:42:15.038Z Checking ff v0.13.1
26332026-08-20T01:42:15.137Z Checking thread-id v5.1.0
26342026-08-20T01:42:15.164Z Checking smawk v0.3.2
26352026-08-20T01:42:15.176Z Checking same-file v1.0.6
26362026-08-20T01:42:15.212Z Checking managed v0.8.0
26372026-08-20T01:42:15.287Z Checking bumpalo v3.20.2
26382026-08-20T01:42:15.291Z Checking unicode-linebreak v0.1.5
26392026-08-20T01:42:15.390Z Checking path-slash v0.1.5
26402026-08-20T01:42:15.392Z Checking foldhash v0.2.0
26412026-08-20T01:42:15.415Z Checking is_ci v1.2.0
26422026-08-20T01:42:15.427Z Checking backtrace v0.3.76
26432026-08-20T01:42:15.486Z Checking bitflags v1.3.2
26442026-08-20T01:42:15.499Z Compiling rayon-core v1.13.0
26452026-08-20T01:42:15.511Z Checking foldhash v0.1.5
26462026-08-20T01:42:15.514Z Checking libbz2-rs-sys v0.2.2
26472026-08-20T01:42:15.554Z Checking unicode-width v0.2.0
26482026-08-20T01:42:15.557Z Checking base16ct v0.2.0
26492026-08-20T01:42:15.650Z Checking jiff-core v0.1.0
26502026-08-20T01:42:15.687Z Checking hashbrown v0.15.5
26512026-08-20T01:42:15.700Z Checking sec1 v0.7.3
26522026-08-20T01:42:15.717Z Checking backtrace-ext v0.2.1
26532026-08-20T01:42:15.801Z Checking textwrap v0.16.2
26542026-08-20T01:42:15.822Z Checking smoltcp v0.9.1
26552026-08-20T01:42:15.899Z Checking hashbrown v0.16.1
26562026-08-20T01:42:15.912Z Checking bzip2 v0.6.1
26572026-08-20T01:42:16.010Z Checking supports-color v3.0.2
26582026-08-20T01:42:16.023Z Checking dof v0.3.0
26592026-08-20T01:42:16.066Z Checking zopfli v0.8.3
26602026-08-20T01:42:16.129Z Checking walkdir v2.5.0
26612026-08-20T01:42:16.149Z Checking usdt-impl v0.6.0
26622026-08-20T01:42:16.289Z Checking futures v0.3.32
26632026-08-20T01:42:16.302Z Checking group v0.13.0
26642026-08-20T01:42:16.331Z Checking jiff v0.2.34
26652026-08-20T01:42:16.364Z Checking signal-hook-mio v0.2.5
26662026-08-20T01:42:16.389Z Checking snafu v0.8.9
26672026-08-20T01:42:16.403Z Checking phf v0.13.1
26682026-08-20T01:42:16.406Z Checking hyper-rustls v0.27.7
26692026-08-20T01:42:16.430Z Checking cookie_store v0.22.1
26702026-08-20T01:42:16.446Z Checking reqwest v0.12.28
26712026-08-20T01:42:16.462Z Checking cipher v0.5.2
26722026-08-20T01:42:16.544Z Checking postgres-types v0.2.12
26732026-08-20T01:42:16.557Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-08-20T01:42:16.608Z Checking zstd v0.13.3
26752026-08-20T01:42:16.623Z Checking rustls-platform-verifier v0.6.2
26762026-08-20T01:42:16.697Z Checking globset v0.4.18
26772026-08-20T01:42:16.755Z Checking crossbeam-deque v0.8.6
26782026-08-20T01:42:16.758Z Checking phf_shared v0.11.3
26792026-08-20T01:42:16.799Z Checking regex v1.12.3
26802026-08-20T01:42:16.848Z Checking hkdf v0.12.4
26812026-08-20T01:42:16.881Z Checking dtrace-parser v0.2.0
26822026-08-20T01:42:16.896Z Checking byte-wrapper v0.1.0
26832026-08-20T01:42:16.942Z Checking curve25519-dalek v4.1.3
26842026-08-20T01:42:16.955Z Checking ref-cast v1.0.25
26852026-08-20T01:42:16.978Z Checking strum v0.27.2
26862026-08-20T01:42:17.048Z Checking olpc-cjson v0.1.4
26872026-08-20T01:42:17.065Z Checking hubpack v0.1.2
26882026-08-20T01:42:17.084Z Checking ed25519 v2.2.3
26892026-08-20T01:42:17.097Z Checking memoffset v0.9.1
26902026-08-20T01:42:17.109Z Checking rustix v0.38.44
26912026-08-20T01:42:17.171Z Checking owo-colors v4.3.0
26922026-08-20T01:42:17.184Z Checking pem v3.0.6
26932026-08-20T01:42:17.197Z Checking serde_plain v1.0.2
26942026-08-20T01:42:17.221Z Checking serde-big-array v0.5.1
26952026-08-20T01:42:17.268Z Checking erased-serde v0.3.31
26962026-08-20T01:42:17.336Z Checking float-cmp v0.10.0
26972026-08-20T01:42:17.336Z Checking crypto-bigint v0.5.5
26982026-08-20T01:42:17.360Z Checking thread-id v4.2.2
26992026-08-20T01:42:17.434Z Checking memmap2 v0.9.10
27002026-08-20T01:42:17.472Z Checking winnow v1.0.3
27012026-08-20T01:42:17.594Z Checking typed-path v0.9.3
27022026-08-20T01:42:17.651Z Checking const-oid v0.10.2
27032026-08-20T01:42:17.713Z Checking unicode-width v0.1.14
27042026-08-20T01:42:17.716Z Checking keccak v0.1.6
27052026-08-20T01:42:17.803Z Checking supports-hyperlinks v3.2.0
27062026-08-20T01:42:17.886Z Checking precomputed-hash v0.1.1
27072026-08-20T01:42:17.902Z Checking unicode-segmentation v1.12.0
27082026-08-20T01:42:17.912Z Checking supports-unicode v3.0.0
27092026-08-20T01:42:17.954Z Checking predicates-core v1.0.10
27102026-08-20T01:42:17.970Z Checking toml_write v0.1.2
27112026-08-20T01:42:18.012Z Checking normalize-line-endings v0.3.0
27122026-08-20T01:42:18.074Z Checking fixedbitset v0.5.7
27132026-08-20T01:42:18.102Z Checking static_assertions v1.1.0
27142026-08-20T01:42:18.130Z Checking cpufeatures v0.3.0
27152026-08-20T01:42:18.185Z Checking new_debug_unreachable v1.0.6
27162026-08-20T01:42:18.200Z Checking difflib v0.4.0
27172026-08-20T01:42:18.211Z Checking fixedbitset v0.4.2
27182026-08-20T01:42:18.230Z Checking whoami v2.1.0
27192026-08-20T01:42:18.242Z Checking winnow v0.7.14
27202026-08-20T01:42:18.246Z Checking data-encoding v2.10.0
27212026-08-20T01:42:18.269Z Checking petgraph v0.8.3
27222026-08-20T01:42:18.312Z Checking toml_parser v1.1.2+spec-1.1.0
27232026-08-20T01:42:18.353Z Checking petgraph v0.6.5
27242026-08-20T01:42:18.370Z Checking tough v0.22.0
27252026-08-20T01:42:18.381Z Checking predicates v3.1.4
27262026-08-20T01:42:18.420Z Checking tokio-postgres v0.7.16
27272026-08-20T01:42:18.521Z Checking hickory-proto v0.25.2
27282026-08-20T01:42:18.652Z Checking elliptic-curve v0.13.8
27292026-08-20T01:42:18.676Z Checking string_cache v0.8.9
27302026-08-20T01:42:18.845Z Checking zip v4.6.1
27312026-08-20T01:42:18.950Z Checking similar v2.7.0
27322026-08-20T01:42:19.336Z Checking chacha20 v0.10.0
27332026-08-20T01:42:19.409Z Checking toml_edit v0.22.27
27342026-08-20T01:42:19.412Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27352026-08-20T01:42:19.589Z Checking miette v7.6.0
27362026-08-20T01:42:19.605Z Checking crossterm v0.28.1
27372026-08-20T01:42:19.726Z Checking sha3 v0.10.8
27382026-08-20T01:42:19.843Z Checking digest v0.11.3
27392026-08-20T01:42:19.936Z Checking ed25519-dalek v2.2.0
27402026-08-20T01:42:20.023Z Checking slog v2.8.2
27412026-08-20T01:42:20.099Z Checking usdt v0.6.0
27422026-08-20T01:42:20.163Z Checking usdt-impl v0.5.0
27432026-08-20T01:42:20.268Z Checking nix v0.31.2
27442026-08-20T01:42:20.286Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27452026-08-20T01:42:20.298Z Checking iddqd v0.4.2
27462026-08-20T01:42:20.443Z Checking reqwest v0.13.2
27472026-08-20T01:42:20.518Z Checking itertools v0.15.0
27482026-08-20T01:42:20.709Z Checking itertools v0.13.0
27492026-08-20T01:42:20.859Z Checking strum v0.26.3
27502026-08-20T01:42:20.971Z Checking serde_with v3.21.0
27512026-08-20T01:42:21.205Z Checking fs-err v3.3.0
27522026-08-20T01:42:21.275Z Checking tokio-stream v0.1.18
27532026-08-20T01:42:21.308Z Checking buf-list v1.1.2
27542026-08-20T01:42:21.449Z Checking anyhow v1.0.104
27552026-08-20T01:42:21.490Z Checking camino v1.2.5
27562026-08-20T01:42:21.502Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27572026-08-20T01:42:21.623Z Checking openapiv3 v2.2.0
27582026-08-20T01:42:21.644Z Checking peg-runtime v0.8.5
27592026-08-20T01:42:21.658Z Checking lalrpop-util v0.19.12
27602026-08-20T01:42:21.670Z Checking rayon v1.11.0
27612026-08-20T01:42:21.734Z Checking sigpipe v0.1.3
27622026-08-20T01:42:21.734Z Checking glob v0.3.3
27632026-08-20T01:42:22.759Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27642026-08-20T01:42:22.965Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27652026-08-20T01:42:23.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.56s
27662026-08-20T01:42:23.396Z
27672026-08-20T01:42:23.396Zinfo: running `cargo check --bins` on internal-dns-types (80/337)
27682026-08-20T01:42:23.872Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27692026-08-20T01:42:23.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27702026-08-20T01:42:23.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27712026-08-20T01:42:23.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27722026-08-20T01:42:23.961Z
27732026-08-20T01:42:23.961Zinfo: running `cargo check --bins` on internal-dns-types-versions (81/337)
27742026-08-20T01:42:24.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27752026-08-20T01:42:24.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27762026-08-20T01:42:24.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27772026-08-20T01:42:24.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27782026-08-20T01:42:24.523Z
27792026-08-20T01:42:24.524Zinfo: running `cargo check --bins` on nexus-types-versions (82/337)
27802026-08-20T01:42:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27812026-08-20T01:42:25.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27822026-08-20T01:42:25.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27832026-08-20T01:42:25.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27842026-08-20T01:42:25.094Z
27852026-08-20T01:42:25.095Zinfo: running `cargo check --bins` on oxql-types (83/337)
27862026-08-20T01:42:25.568Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27872026-08-20T01:42:25.571Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27882026-08-20T01:42:25.571Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27892026-08-20T01:42:25.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27902026-08-20T01:42:25.658Z
27912026-08-20T01:42:25.658Zinfo: running `cargo check --bins` on oximeter-types (84/337)
27922026-08-20T01:42:26.134Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27932026-08-20T01:42:26.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27942026-08-20T01:42:26.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27952026-08-20T01:42:26.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27962026-08-20T01:42:26.222Z
27972026-08-20T01:42:26.222Zinfo: running `cargo check --bins` on oximeter-types-versions (85/337)
27982026-08-20T01:42:26.703Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27992026-08-20T01:42:26.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28002026-08-20T01:42:26.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28012026-08-20T01:42:26.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
28022026-08-20T01:42:26.792Z
28032026-08-20T01:42:26.792Zinfo: running `cargo check --bins` on oximeter-macro-impl (86/337)
28042026-08-20T01:42:27.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28052026-08-20T01:42:27.261Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28062026-08-20T01:42:27.261Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28072026-08-20T01:42:27.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28082026-08-20T01:42:27.346Z
28092026-08-20T01:42:27.346Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (87/337)
28102026-08-20T01:42:27.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-08-20T01:42:27.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-08-20T01:42:28.029Z Compiling multer v3.1.0
28132026-08-20T01:42:28.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28142026-08-20T01:42:28.148Z Compiling async-stream-impl v0.3.6
28152026-08-20T01:42:28.159Z Compiling dropshot v0.17.1
28162026-08-20T01:42:28.174Z Compiling parse-display-derive v0.10.0
28172026-08-20T01:42:28.185Z Compiling dropshot_endpoint v0.17.1
28182026-08-20T01:42:28.188Z Compiling newtype-uuid-macros v0.1.0
28192026-08-20T01:42:28.215Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28202026-08-20T01:42:28.362Z Checking thread_local v1.1.9
28212026-08-20T01:42:28.385Z Checking match_cfg v0.1.0
28222026-08-20T01:42:28.478Z Checking compression-core v0.4.31
28232026-08-20T01:42:28.512Z Checking hostname v0.3.1
28242026-08-20T01:42:28.574Z Checking crossbeam-channel v0.5.15
28252026-08-20T01:42:28.604Z Checking compression-codecs v0.4.37
28262026-08-20T01:42:28.621Z Checking atomicwrites v0.4.4
28272026-08-20T01:42:28.634Z Checking slog-json v2.6.1
28282026-08-20T01:42:28.701Z Checking toml_datetime v1.1.1+spec-1.1.0
28292026-08-20T01:42:28.741Z Checking serde_spanned v1.1.1
28302026-08-20T01:42:28.770Z Checking is-terminal v0.4.17
28312026-08-20T01:42:28.786Z Checking toml_writer v1.1.1+spec-1.1.0
28322026-08-20T01:42:28.860Z Checking debug-ignore v1.0.5
28332026-08-20T01:42:28.873Z Checking take_mut v0.2.2
28342026-08-20T01:42:28.899Z Checking term v1.2.1
28352026-08-20T01:42:28.914Z Checking slog-bunyan v2.5.0
28362026-08-20T01:42:28.928Z Checking async-compression v0.4.41
28372026-08-20T01:42:28.955Z Checking async-stream v0.3.6
28382026-08-20T01:42:28.967Z Checking toml v1.1.2+spec-1.1.0
28392026-08-20T01:42:28.979Z Checking slog-async v2.8.0
28402026-08-20T01:42:29.022Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28412026-08-20T01:42:29.080Z Checking progenitor-client v0.14.0
28422026-08-20T01:42:29.119Z Checking slog-term v2.9.2
28432026-08-20T01:42:29.131Z Checking sha1 v0.11.0
28442026-08-20T01:42:29.164Z Checking waitgroup v0.1.2
28452026-08-20T01:42:29.262Z Checking rustls-pemfile v2.2.0
28462026-08-20T01:42:29.310Z Checking backon v1.6.0
28472026-08-20T01:42:29.313Z Checking serde_path_to_error v0.1.20
28482026-08-20T01:42:29.359Z Checking hostname v0.4.2
28492026-08-20T01:42:29.372Z Checking instant v0.1.13
28502026-08-20T01:42:29.473Z Checking backoff v0.4.0
28512026-08-20T01:42:29.497Z Checking progenitor-extras v0.2.0
28522026-08-20T01:42:29.555Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28532026-08-20T01:42:29.604Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28542026-08-20T01:42:29.607Z Checking regress v0.10.5
28552026-08-20T01:42:29.647Z Checking itertools v0.14.0
28562026-08-20T01:42:29.766Z Checking macaddr v1.0.1
28572026-08-20T01:42:29.889Z Checking parse-display v0.10.0
28582026-08-20T01:42:29.949Z Checking humantime v2.3.0
28592026-08-20T01:42:30.799Z Compiling prettyplease v0.2.37
28602026-08-20T01:42:31.035Z Checking num-rational v0.4.2
28612026-08-20T01:42:31.311Z Checking num-complex v0.4.6
28622026-08-20T01:42:31.792Z Compiling num v0.4.3
28632026-08-20T01:42:31.859Z Compiling usdt-attr-macro v0.5.0
28642026-08-20T01:42:31.887Z Compiling usdt-macro v0.5.0
28652026-08-20T01:42:31.905Z Checking memmap v0.7.0
28662026-08-20T01:42:31.932Z Compiling float-ord v0.3.2
28672026-08-20T01:42:31.946Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28682026-08-20T01:42:32.050Z Compiling convert_case v0.4.0
28692026-08-20T01:42:32.361Z Checking newline-converter v0.3.0
28702026-08-20T01:42:32.413Z Compiling derive_more v0.99.20
28712026-08-20T01:42:32.473Z Checking console v0.15.11
28722026-08-20T01:42:32.612Z Compiling toml v0.8.23
28732026-08-20T01:42:32.644Z Checking usdt v0.5.0
28742026-08-20T01:42:32.755Z Compiling minimal-lexical v0.2.1
28752026-08-20T01:42:32.818Z Checking linked-hash-map v0.5.6
28762026-08-20T01:42:32.987Z Checking lru-cache v0.1.2
28772026-08-20T01:42:33.010Z Compiling nom v7.1.3
28782026-08-20T01:42:33.107Z Checking expectorate v1.2.0
28792026-08-20T01:42:33.296Z Checking camino-tempfile v1.4.1
28802026-08-20T01:42:33.438Z Checking hickory-proto v0.24.4
28812026-08-20T01:42:33.559Z Checking phf_shared v0.12.1
28822026-08-20T01:42:33.700Z Compiling slog-dtrace v0.3.0
28832026-08-20T01:42:33.714Z Compiling chrono-tz v0.10.4
28842026-08-20T01:42:33.893Z Checking resolv-conf v0.7.6
28852026-08-20T01:42:34.087Z Checking heck v0.5.0
28862026-08-20T01:42:34.113Z Compiling unicode-xid v0.2.6
28872026-08-20T01:42:34.243Z Compiling const_format_proc_macros v0.2.34
28882026-08-20T01:42:34.280Z Checking phf v0.12.1
28892026-08-20T01:42:34.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28902026-08-20T01:42:34.462Z Checking tokio-dtrace v0.1.1
28912026-08-20T01:42:34.656Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28922026-08-20T01:42:34.855Z Compiling derive-where v1.6.0
28932026-08-20T01:42:34.947Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28942026-08-20T01:42:34.981Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28952026-08-20T01:42:35.104Z Checking highway v1.3.0
28962026-08-20T01:42:35.300Z Checking hickory-resolver v0.24.4
28972026-08-20T01:42:35.339Z Checking const_format v0.2.35
28982026-08-20T01:42:35.579Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28992026-08-20T01:42:36.060Z Checking oxide-tokio-rt v0.1.4
29002026-08-20T01:42:36.172Z Checking qorb v0.4.1
29012026-08-20T01:42:36.464Z Checking gethostname v0.5.0
29022026-08-20T01:42:36.478Z Checking bcs v0.1.6
29032026-08-20T01:42:36.496Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29042026-08-20T01:42:36.511Z Checking termtree v0.5.1
29052026-08-20T01:42:36.526Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29062026-08-20T01:42:36.765Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29072026-08-20T01:42:36.765Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29082026-08-20T01:42:39.847Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29092026-08-20T01:42:42.942Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29102026-08-20T01:42:45.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.81s
29112026-08-20T01:42:45.349Z
29122026-08-20T01:42:45.349Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (88/337)
29132026-08-20T01:42:45.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29142026-08-20T01:42:45.842Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29152026-08-20T01:42:46.033Z Compiling ar_archive_writer v0.5.1
29162026-08-20T01:42:46.123Z Compiling stacker v0.1.23
29172026-08-20T01:42:46.129Z Compiling cfg_aliases v0.1.1
29182026-08-20T01:42:46.135Z Compiling convert_case v0.10.0
29192026-08-20T01:42:46.141Z Compiling proc-macro-error v1.0.4
29202026-08-20T01:42:46.149Z Checking fd-lock v4.0.4
29212026-08-20T01:42:46.153Z Checking nibble_vec v0.1.0
29222026-08-20T01:42:46.153Z Checking vte v0.14.1
29232026-08-20T01:42:46.182Z Compiling nix v0.28.0
29242026-08-20T01:42:46.256Z Compiling recursive-proc-macro-impl v0.1.1
29252026-08-20T01:42:46.273Z Checking bytecount v0.6.9
29262026-08-20T01:42:46.314Z Checking endian-type v0.1.2
29272026-08-20T01:42:46.370Z Checking strip-ansi-escapes v0.2.1
29282026-08-20T01:42:46.383Z Checking papergrid v0.11.0
29292026-08-20T01:42:46.411Z Compiling derive_more-impl v2.1.1
29302026-08-20T01:42:46.426Z Compiling tabled_derive v0.7.0
29312026-08-20T01:42:46.437Z Checking radix_trie v0.2.1
29322026-08-20T01:42:46.468Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29332026-08-20T01:42:46.640Z Compiling peg-macros v0.8.5
29342026-08-20T01:42:46.653Z Compiling sqlparser_derive v0.5.0
29352026-08-20T01:42:46.930Z Compiling psm v0.1.30
29362026-08-20T01:42:46.941Z Checking winnow v0.6.26
29372026-08-20T01:42:46.988Z Checking nu-ansi-term v0.50.3
29382026-08-20T01:42:47.197Z Checking unicode_categories v0.1.1
29392026-08-20T01:42:47.209Z Checking derive_more v2.1.1
29402026-08-20T01:42:47.284Z Checking home v0.5.12
29412026-08-20T01:42:47.349Z Checking crossterm v0.29.0
29422026-08-20T01:42:47.383Z Checking tabled v0.15.0
29432026-08-20T01:42:47.386Z Checking reedline v0.40.0
29442026-08-20T01:42:47.450Z Checking display-error-chain v0.2.2
29452026-08-20T01:42:47.463Z Checking rustyline v14.0.0
29462026-08-20T01:42:47.697Z Checking recursive v0.1.1
29472026-08-20T01:42:47.788Z Checking sqlparser v0.61.0
29482026-08-20T01:42:47.903Z Checking peg v0.8.5
29492026-08-20T01:42:48.070Z Checking sqlformat v0.3.5
29502026-08-20T01:42:59.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.74s
29512026-08-20T01:42:59.249Z
29522026-08-20T01:42:59.249Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (89/337)
29532026-08-20T01:42:59.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-08-20T01:42:59.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-08-20T01:42:59.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29562026-08-20T01:43:03.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
29572026-08-20T01:43:03.649Z
29582026-08-20T01:43:03.649Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (90/337)
29592026-08-20T01:43:04.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29602026-08-20T01:43:04.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29612026-08-20T01:43:04.312Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29622026-08-20T01:43:06.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.18s
29632026-08-20T01:43:07.016Z
29642026-08-20T01:43:07.017Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (91/337)
29652026-08-20T01:43:07.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29662026-08-20T01:43:07.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29672026-08-20T01:43:07.673Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29682026-08-20T01:43:11.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s
29692026-08-20T01:43:11.182Z
29702026-08-20T01:43:11.182Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (92/337)
29712026-08-20T01:43:11.671Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29722026-08-20T01:43:11.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29732026-08-20T01:43:11.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29742026-08-20T01:43:15.197Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s
29752026-08-20T01:43:15.375Z
29762026-08-20T01:43:15.375Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (93/337)
29772026-08-20T01:43:15.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29782026-08-20T01:43:15.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29792026-08-20T01:43:16.037Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29802026-08-20T01:43:18.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
29812026-08-20T01:43:18.878Z
29822026-08-20T01:43:18.878Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (94/337)
29832026-08-20T01:43:19.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29842026-08-20T01:43:19.374Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29852026-08-20T01:43:19.548Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29862026-08-20T01:43:22.253Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s
29872026-08-20T01:43:22.430Z
29882026-08-20T01:43:22.430Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (95/337)
29892026-08-20T01:43:22.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29902026-08-20T01:43:22.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29912026-08-20T01:43:23.091Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29922026-08-20T01:43:26.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s
29932026-08-20T01:43:26.766Z
29942026-08-20T01:43:26.766Zinfo: running `cargo check --bins` on oximeter (96/337)
29952026-08-20T01:43:27.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29962026-08-20T01:43:27.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29972026-08-20T01:43:27.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29982026-08-20T01:43:27.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29992026-08-20T01:43:27.333Z
30002026-08-20T01:43:27.333Zinfo: running `cargo check --bins` on oximeter-schema (97/337)
30012026-08-20T01:43:27.806Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30022026-08-20T01:43:27.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30032026-08-20T01:43:27.948Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30042026-08-20T01:43:28.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
30052026-08-20T01:43:28.490Z
30062026-08-20T01:43:28.490Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (98/337)
30072026-08-20T01:43:28.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30082026-08-20T01:43:28.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30092026-08-20T01:43:28.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30102026-08-20T01:43:28.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30112026-08-20T01:43:29.053Z
30122026-08-20T01:43:29.053Zinfo: running `cargo check --bins` on oximeter-test-utils (99/337)
30132026-08-20T01:43:29.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30142026-08-20T01:43:29.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30152026-08-20T01:43:29.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30162026-08-20T01:43:29.567Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
30172026-08-20T01:43:29.658Z
30182026-08-20T01:43:29.658Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (100/337)
30192026-08-20T01:43:30.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30202026-08-20T01:43:30.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30212026-08-20T01:43:30.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30222026-08-20T01:43:30.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30232026-08-20T01:43:30.231Z
30242026-08-20T01:43:30.231Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (101/337)
30252026-08-20T01:43:30.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30262026-08-20T01:43:30.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30272026-08-20T01:43:30.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30282026-08-20T01:43:30.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30292026-08-20T01:43:30.801Z
30302026-08-20T01:43:30.801Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (102/337)
30312026-08-20T01:43:31.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30322026-08-20T01:43:31.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30332026-08-20T01:43:31.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30342026-08-20T01:43:31.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30352026-08-20T01:43:31.372Z
30362026-08-20T01:43:31.372Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (103/337)
30372026-08-20T01:43:31.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30382026-08-20T01:43:31.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30392026-08-20T01:43:31.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30402026-08-20T01:43:31.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30412026-08-20T01:43:31.943Z
30422026-08-20T01:43:31.943Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/337)
30432026-08-20T01:43:32.425Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30442026-08-20T01:43:32.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30452026-08-20T01:43:32.428Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30462026-08-20T01:43:32.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30472026-08-20T01:43:32.517Z
30482026-08-20T01:43:32.517Zinfo: running `cargo check --bins` on reconfigurator-cli (105/337)
30492026-08-20T01:43:33.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30502026-08-20T01:43:33.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30512026-08-20T01:43:33.331Z Compiling regress v0.11.1
30522026-08-20T01:43:33.331Z Checking secrecy v0.10.3
30532026-08-20T01:43:33.334Z Compiling crucible-workspace-hack v0.1.0
30542026-08-20T01:43:33.334Z Checking half v2.7.1
30552026-08-20T01:43:33.334Z Checking ciborium-io v0.2.2
30562026-08-20T01:43:33.334Z Checking inout v0.1.4
30572026-08-20T01:43:33.465Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30582026-08-20T01:43:33.558Z Checking universal-hash v0.5.1
30592026-08-20T01:43:33.562Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30602026-08-20T01:43:33.589Z Checking cipher v0.4.4
30612026-08-20T01:43:33.683Z Compiling thiserror-impl-no-std v2.0.2
30622026-08-20T01:43:33.704Z Checking ciborium-ll v0.2.2
30632026-08-20T01:43:33.764Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30642026-08-20T01:43:33.767Z Checking opaque-debug v0.3.1
30652026-08-20T01:43:33.803Z Compiling toml_datetime v0.7.5+spec-1.1.0
30662026-08-20T01:43:33.818Z Checking chacha20 v0.9.1
30672026-08-20T01:43:33.855Z Checking poly1305 v0.8.0
30682026-08-20T01:43:33.915Z Checking ciborium v0.2.2
30692026-08-20T01:43:34.006Z Compiling toml_edit v0.23.10+spec-1.0.0
30702026-08-20T01:43:34.043Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-08-20T01:43:34.117Z Checking password-hash v0.5.0
30722026-08-20T01:43:34.151Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30732026-08-20T01:43:34.327Z Checking blake2 v0.10.6
30742026-08-20T01:43:34.342Z Checking aead v0.5.2
30752026-08-20T01:43:34.342Z Checking indent_write v2.2.0
30762026-08-20T01:43:34.488Z Compiling unsafe-libyaml v0.2.11
30772026-08-20T01:43:34.509Z Checking chacha20poly1305 v0.10.1
30782026-08-20T01:43:34.570Z Checking argon2 v0.5.3
30792026-08-20T01:43:34.643Z Compiling proc-macro-crate v3.4.0
30802026-08-20T01:43:34.855Z Checking thiserror-no-std v2.0.2
30812026-08-20T01:43:34.913Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30822026-08-20T01:43:34.947Z Checking vsss-rs v3.3.4
30832026-08-20T01:43:34.975Z Checking typify-impl v0.6.2
30842026-08-20T01:43:35.188Z Compiling serde_yaml v0.9.34+deprecated
30852026-08-20T01:43:35.223Z Compiling num_enum_derive v0.7.6
30862026-08-20T01:43:35.517Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30872026-08-20T01:43:35.728Z Compiling heapless v0.8.0
30882026-08-20T01:43:35.813Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30892026-08-20T01:43:35.912Z Compiling ingot-macros v0.2.0
30902026-08-20T01:43:36.040Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30912026-08-20T01:43:36.104Z Checking hash32 v0.3.1
30922026-08-20T01:43:36.194Z Compiling smoltcp v0.11.0
30932026-08-20T01:43:36.237Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30942026-08-20T01:43:36.256Z Checking num_enum v0.7.6
30952026-08-20T01:43:36.464Z Checking tabwriter v1.4.1
30962026-08-20T01:43:36.559Z Checking cobs v0.3.0
30972026-08-20T01:43:36.614Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
30982026-08-20T01:43:36.631Z Compiling proc-macro-crate v1.3.1
30992026-08-20T01:43:36.663Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31002026-08-20T01:43:36.704Z Checking postcard v1.1.3
31012026-08-20T01:43:36.815Z Compiling foreign-types-macros v0.2.3
31022026-08-20T01:43:36.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31032026-08-20T01:43:37.009Z Checking swrite v0.1.0
31042026-08-20T01:43:37.047Z Checking colored v3.1.1
31052026-08-20T01:43:37.066Z Checking foreign-types-shared v0.3.1
31062026-08-20T01:43:37.135Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31072026-08-20T01:43:37.150Z Compiling num_enum_derive v0.5.11
31082026-08-20T01:43:37.270Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-08-20T01:43:37.361Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31102026-08-20T01:43:37.399Z Checking foreign-types v0.5.0
31112026-08-20T01:43:37.478Z Checking cstr-argument v0.1.2
31122026-08-20T01:43:37.607Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31132026-08-20T01:43:37.700Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-08-20T01:43:37.813Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-08-20T01:43:37.827Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31162026-08-20T01:43:37.842Z Checking rand v0.10.1
31172026-08-20T01:43:37.941Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-08-20T01:43:37.983Z Compiling zone_cfg_derive v0.3.1
31192026-08-20T01:43:37.997Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-08-20T01:43:38.109Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31212026-08-20T01:43:38.170Z Checking num_enum v0.5.11
31222026-08-20T01:43:38.254Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31232026-08-20T01:43:38.286Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31242026-08-20T01:43:38.428Z Checking itertools v0.12.1
31252026-08-20T01:43:38.462Z Compiling num-derive v0.4.2
31262026-08-20T01:43:38.637Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-08-20T01:43:38.722Z Checking ingot-types v0.2.0
31282026-08-20T01:43:38.822Z Compiling semver v0.1.20
31292026-08-20T01:43:39.092Z Checking ingot v0.2.1
31302026-08-20T01:43:39.117Z Compiling rustc_version v0.1.7
31312026-08-20T01:43:39.341Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31322026-08-20T01:43:39.359Z Checking smf v0.2.3
31332026-08-20T01:43:39.386Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31342026-08-20T01:43:39.459Z Checking zone v0.3.1
31352026-08-20T01:43:39.545Z Checking csv-core v0.1.13
31362026-08-20T01:43:39.602Z Compiling typify-macro v0.6.2
31372026-08-20T01:43:39.619Z Checking nom v8.0.0
31382026-08-20T01:43:39.659Z Checking whoami v1.6.1
31392026-08-20T01:43:39.708Z Compiling newtype_derive v0.1.6
31402026-08-20T01:43:39.726Z Checking csv v1.4.0
31412026-08-20T01:43:39.824Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31422026-08-20T01:43:39.839Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31432026-08-20T01:43:39.897Z Compiling cancel-safe-futures v0.1.5
31442026-08-20T01:43:40.009Z Compiling libefi-sys v0.1.0
31452026-08-20T01:43:40.101Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31462026-08-20T01:43:40.137Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31472026-08-20T01:43:40.310Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
31482026-08-20T01:43:40.411Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
31492026-08-20T01:43:41.457Z Checking oxide-update-engine-types v0.1.2
31502026-08-20T01:43:41.460Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
31512026-08-20T01:43:41.460Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31522026-08-20T01:43:41.460Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
31532026-08-20T01:43:41.460Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-20T01:43:41.460Z Compiling bitfield-struct v0.6.2
31552026-08-20T01:43:41.460Z Checking linear-map v1.2.0
31562026-08-20T01:43:41.460Z Checking steno v0.4.1
31572026-08-20T01:43:41.460Z Checking oxide-update-engine v0.1.2
31582026-08-20T01:43:41.460Z Compiling typify v0.6.2
31592026-08-20T01:43:41.493Z Compiling progenitor-impl v0.14.0
31602026-08-20T01:43:41.508Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31612026-08-20T01:43:41.606Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31622026-08-20T01:43:41.744Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31632026-08-20T01:43:41.779Z Checking sha1 v0.10.6
31642026-08-20T01:43:41.880Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31652026-08-20T01:43:41.908Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31662026-08-20T01:43:41.947Z Checking utf-8 v0.7.6
31672026-08-20T01:43:41.987Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31682026-08-20T01:43:42.076Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31692026-08-20T01:43:42.091Z Checking tungstenite v0.21.0
31702026-08-20T01:43:42.221Z Checking ignore v0.4.25
31712026-08-20T01:43:42.236Z Checking anstyle-parse v0.2.7
31722026-08-20T01:43:42.398Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31732026-08-20T01:43:42.411Z Compiling xshell-macros v0.2.7
31742026-08-20T01:43:42.509Z Checking tokio-tungstenite v0.21.0
31752026-08-20T01:43:42.598Z Checking anstream v0.6.21
31762026-08-20T01:43:42.618Z Checking globwalk v0.9.1
31772026-08-20T01:43:42.786Z Checking xshell v0.2.7
31782026-08-20T01:43:42.801Z Checking predicates-tree v1.0.13
31792026-08-20T01:43:42.804Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
31802026-08-20T01:43:42.804Z Checking filetime v0.2.27
31812026-08-20T01:43:42.932Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31822026-08-20T01:43:42.948Z Checking tagptr v0.2.0
31832026-08-20T01:43:42.962Z Checking xattr v1.6.1
31842026-08-20T01:43:42.978Z Checking camino-tempfile-ext v0.3.3
31852026-08-20T01:43:43.091Z Checking moka v0.12.13
31862026-08-20T01:43:43.096Z Checking tar v0.4.46
31872026-08-20T01:43:43.149Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31882026-08-20T01:43:43.165Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
31892026-08-20T01:43:43.180Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31902026-08-20T01:43:43.297Z Checking rand_seeder v0.4.0
31912026-08-20T01:43:43.322Z Checking half v1.8.3
31922026-08-20T01:43:43.360Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31932026-08-20T01:43:43.442Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31942026-08-20T01:43:43.485Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31952026-08-20T01:43:43.520Z Checking serde_cbor v0.11.2
31962026-08-20T01:43:43.721Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31972026-08-20T01:43:43.735Z Checking hickory-resolver v0.25.2
31982026-08-20T01:43:43.750Z Checking digest-io v0.1.0
31992026-08-20T01:43:43.877Z Checking sha2 v0.11.0
32002026-08-20T01:43:43.900Z Compiling petname v2.0.2
32012026-08-20T01:43:44.074Z Compiling progenitor-macro v0.14.0
32022026-08-20T01:43:44.366Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32032026-08-20T01:43:44.385Z Checking rawzip v0.4.4
32042026-08-20T01:43:44.469Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
32052026-08-20T01:43:44.820Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32062026-08-20T01:43:44.840Z Checking sapling-renderdag v0.1.0
32072026-08-20T01:43:44.870Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32082026-08-20T01:43:44.935Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
32092026-08-20T01:43:45.002Z Checking subprocess v0.2.15
32102026-08-20T01:43:45.074Z Checking sync-ptr v0.1.4
32112026-08-20T01:43:45.192Z Checking colored v2.2.0
32122026-08-20T01:43:45.257Z Checking assert_matches v1.5.0
32132026-08-20T01:43:45.292Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
32142026-08-20T01:43:45.380Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
32152026-08-20T01:43:45.641Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32162026-08-20T01:43:45.695Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32172026-08-20T01:43:46.886Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
32182026-08-20T01:43:47.107Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32192026-08-20T01:43:47.280Z Checking progenitor v0.14.0
32202026-08-20T01:43:47.370Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32212026-08-20T01:43:47.405Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32222026-08-20T01:43:47.408Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32232026-08-20T01:43:47.408Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
32242026-08-20T01:43:47.408Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32252026-08-20T01:43:47.408Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
32262026-08-20T01:43:47.408Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32272026-08-20T01:43:47.763Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
32282026-08-20T01:43:47.984Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
32292026-08-20T01:43:48.255Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
32302026-08-20T01:43:48.273Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32312026-08-20T01:43:48.949Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32322026-08-20T01:43:49.124Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32332026-08-20T01:43:50.335Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
32342026-08-20T01:43:58.820Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32352026-08-20T01:44:05.989Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32362026-08-20T01:44:05.989Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32372026-08-20T01:44:05.992Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32382026-08-20T01:44:07.489Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32392026-08-20T01:44:08.753Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
32402026-08-20T01:44:10.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.47s
32412026-08-20T01:44:11.193Z
32422026-08-20T01:44:11.194Zinfo: running `cargo check --bins` on nexus-inventory (106/337)
32432026-08-20T01:44:11.705Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32442026-08-20T01:44:11.708Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32452026-08-20T01:44:11.708Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32462026-08-20T01:44:11.713Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32472026-08-20T01:44:11.802Z
32482026-08-20T01:44:11.802Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/337)
32492026-08-20T01:44:12.279Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502026-08-20T01:44:12.282Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512026-08-20T01:44:12.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522026-08-20T01:44:12.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32532026-08-20T01:44:12.370Z
32542026-08-20T01:44:12.370Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/337)
32552026-08-20T01:44:12.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562026-08-20T01:44:12.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572026-08-20T01:44:12.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582026-08-20T01:44:12.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32592026-08-20T01:44:12.941Z
32602026-08-20T01:44:12.941Zinfo: running `cargo check --bins` on dns-service-client (109/337)
32612026-08-20T01:44:13.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622026-08-20T01:44:13.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632026-08-20T01:44:13.422Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32642026-08-20T01:44:13.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32652026-08-20T01:44:13.506Z
32662026-08-20T01:44:13.506Zinfo: running `cargo check --bins` on ntp-admin-client (110/337)
32672026-08-20T01:44:13.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682026-08-20T01:44:13.976Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692026-08-20T01:44:13.976Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32702026-08-20T01:44:13.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32712026-08-20T01:44:14.056Z
32722026-08-20T01:44:14.056Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (111/337)
32732026-08-20T01:44:14.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32742026-08-20T01:44:14.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32752026-08-20T01:44:14.527Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32762026-08-20T01:44:14.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32772026-08-20T01:44:14.609Z
32782026-08-20T01:44:14.610Zinfo: running `cargo check --bins` on cockroach-admin-client (112/337)
32792026-08-20T01:44:15.077Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32802026-08-20T01:44:15.080Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32812026-08-20T01:44:15.080Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32822026-08-20T01:44:15.083Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32832026-08-20T01:44:15.163Z
32842026-08-20T01:44:15.164Zinfo: running `cargo check --bins` on parallel-task-set (113/337)
32852026-08-20T01:44:15.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32862026-08-20T01:44:15.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32872026-08-20T01:44:15.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32882026-08-20T01:44:15.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32892026-08-20T01:44:15.711Z
32902026-08-20T01:44:15.711Zinfo: running `cargo check --bins` on sled-agent-client (114/337)
32912026-08-20T01:44:16.195Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32922026-08-20T01:44:16.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32932026-08-20T01:44:16.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32942026-08-20T01:44:16.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32952026-08-20T01:44:16.287Z
32962026-08-20T01:44:16.287Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (115/337)
32972026-08-20T01:44:16.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32982026-08-20T01:44:16.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32992026-08-20T01:44:16.785Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33002026-08-20T01:44:16.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33012026-08-20T01:44:16.875Z
33022026-08-20T01:44:16.875Zinfo: running `cargo check --bins --no-default-features` on sled-storage (116/337)
33032026-08-20T01:44:17.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33042026-08-20T01:44:17.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33052026-08-20T01:44:17.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33062026-08-20T01:44:17.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33072026-08-20T01:44:17.455Z
33082026-08-20T01:44:17.455Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (117/337)
33092026-08-20T01:44:17.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33102026-08-20T01:44:17.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33112026-08-20T01:44:17.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33122026-08-20T01:44:17.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33132026-08-20T01:44:18.043Z
33142026-08-20T01:44:18.043Zinfo: running `cargo check --bins` on key-manager (118/337)
33152026-08-20T01:44:18.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33162026-08-20T01:44:18.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33172026-08-20T01:44:18.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33182026-08-20T01:44:18.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33192026-08-20T01:44:18.606Z
33202026-08-20T01:44:18.606Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (119/337)
33212026-08-20T01:44:19.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33222026-08-20T01:44:19.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33232026-08-20T01:44:19.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33242026-08-20T01:44:19.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33252026-08-20T01:44:19.182Z
33262026-08-20T01:44:19.182Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (120/337)
33272026-08-20T01:44:19.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33282026-08-20T01:44:19.672Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33292026-08-20T01:44:19.672Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33302026-08-20T01:44:19.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33312026-08-20T01:44:19.757Z
33322026-08-20T01:44:19.757Zinfo: running `cargo check --bins` on typed-rng (121/337)
33332026-08-20T01:44:20.220Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33342026-08-20T01:44:20.222Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33352026-08-20T01:44:20.222Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33362026-08-20T01:44:20.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33372026-08-20T01:44:20.306Z
33382026-08-20T01:44:20.306Zinfo: running `cargo check --bins` on gateway-test-utils (122/337)
33392026-08-20T01:44:20.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33402026-08-20T01:44:20.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33412026-08-20T01:44:20.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33422026-08-20T01:44:20.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
33432026-08-20T01:44:20.915Z
33442026-08-20T01:44:20.915Zinfo: running `cargo check --bins` on omicron-gateway (123/337)
33452026-08-20T01:44:21.424Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33462026-08-20T01:44:21.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33472026-08-20T01:44:21.637Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33482026-08-20T01:44:21.640Z Checking void v1.0.2
33492026-08-20T01:44:21.640Z Checking tungstenite v0.23.0
33502026-08-20T01:44:21.640Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33512026-08-20T01:44:21.754Z Checking nix v0.27.1
33522026-08-20T01:44:21.761Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33532026-08-20T01:44:21.767Z Checking dropshot-api-manager-types v0.8.0
33542026-08-20T01:44:21.769Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33552026-08-20T01:44:21.836Z Checking lzss v0.8.2
33562026-08-20T01:44:21.946Z Checking kstat-rs v0.2.5
33572026-08-20T01:44:21.959Z Checking fxhash v0.2.1
33582026-08-20T01:44:22.011Z Checking serde_bytes v0.11.19
33592026-08-20T01:44:22.028Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33602026-08-20T01:44:22.057Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33612026-08-20T01:44:22.070Z Checking signal-hook-tokio v0.3.1
33622026-08-20T01:44:22.120Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33632026-08-20T01:44:22.143Z Checking tokio-tungstenite v0.23.1
33642026-08-20T01:44:22.241Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33652026-08-20T01:44:23.334Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33662026-08-20T01:44:23.880Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33672026-08-20T01:44:26.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s
33682026-08-20T01:44:26.201Z
33692026-08-20T01:44:26.201Zinfo: running `cargo check --bins` on gateway-api (124/337)
33702026-08-20T01:44:26.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33712026-08-20T01:44:26.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33722026-08-20T01:44:26.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33732026-08-20T01:44:26.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33742026-08-20T01:44:26.762Z
33752026-08-20T01:44:26.762Zinfo: running `cargo check --bins` on ipcc (125/337)
33762026-08-20T01:44:27.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33772026-08-20T01:44:27.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33782026-08-20T01:44:27.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33792026-08-20T01:44:27.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33802026-08-20T01:44:27.322Z
33812026-08-20T01:44:27.322Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (126/337)
33822026-08-20T01:44:27.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33832026-08-20T01:44:27.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33842026-08-20T01:44:27.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33852026-08-20T01:44:27.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33862026-08-20T01:44:27.877Z
33872026-08-20T01:44:27.877Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (127/337)
33882026-08-20T01:44:28.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33892026-08-20T01:44:28.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33902026-08-20T01:44:28.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33912026-08-20T01:44:28.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33922026-08-20T01:44:28.458Z
33932026-08-20T01:44:28.458Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (128/337)
33942026-08-20T01:44:28.937Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33952026-08-20T01:44:28.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33962026-08-20T01:44:28.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33972026-08-20T01:44:28.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33982026-08-20T01:44:29.028Z
33992026-08-20T01:44:29.028Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (129/337)
34002026-08-20T01:44:29.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34012026-08-20T01:44:29.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34022026-08-20T01:44:29.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34032026-08-20T01:44:29.511Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34042026-08-20T01:44:29.592Z
34052026-08-20T01:44:29.592Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (130/337)
34062026-08-20T01:44:30.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34072026-08-20T01:44:30.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34082026-08-20T01:44:30.073Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34092026-08-20T01:44:30.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34102026-08-20T01:44:30.157Z
34112026-08-20T01:44:30.157Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (131/337)
34122026-08-20T01:44:30.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34132026-08-20T01:44:30.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34142026-08-20T01:44:30.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34152026-08-20T01:44:30.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34162026-08-20T01:44:30.740Z
34172026-08-20T01:44:30.740Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (132/337)
34182026-08-20T01:44:31.215Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34192026-08-20T01:44:31.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34202026-08-20T01:44:31.218Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34212026-08-20T01:44:31.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34222026-08-20T01:44:31.306Z
34232026-08-20T01:44:31.306Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (133/337)
34242026-08-20T01:44:31.785Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34252026-08-20T01:44:31.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34262026-08-20T01:44:31.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34272026-08-20T01:44:31.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34282026-08-20T01:44:31.876Z
34292026-08-20T01:44:31.876Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (134/337)
34302026-08-20T01:44:32.352Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34312026-08-20T01:44:32.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34322026-08-20T01:44:32.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34332026-08-20T01:44:32.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34342026-08-20T01:44:32.443Z
34352026-08-20T01:44:32.443Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (135/337)
34362026-08-20T01:44:32.920Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34372026-08-20T01:44:32.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34382026-08-20T01:44:32.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34392026-08-20T01:44:32.927Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34402026-08-20T01:44:33.012Z
34412026-08-20T01:44:33.012Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (136/337)
34422026-08-20T01:44:33.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34432026-08-20T01:44:33.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34442026-08-20T01:44:33.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34452026-08-20T01:44:33.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34462026-08-20T01:44:33.581Z
34472026-08-20T01:44:33.581Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (137/337)
34482026-08-20T01:44:34.059Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34492026-08-20T01:44:34.062Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34502026-08-20T01:44:34.062Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34512026-08-20T01:44:34.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34522026-08-20T01:44:34.151Z
34532026-08-20T01:44:34.151Zinfo: running `cargo check --bins --no-default-features --features opte_port` on oximeter-instruments (138/337)
34542026-08-20T01:44:34.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34552026-08-20T01:44:34.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34562026-08-20T01:44:34.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34572026-08-20T01:44:34.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34582026-08-20T01:44:34.723Z
34592026-08-20T01:44:34.723Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port` on oximeter-instruments (139/337)
34602026-08-20T01:44:35.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34612026-08-20T01:44:35.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34622026-08-20T01:44:35.203Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34632026-08-20T01:44:35.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34642026-08-20T01:44:35.290Z
34652026-08-20T01:44:35.290Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port` on oximeter-instruments (140/337)
34662026-08-20T01:44:35.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34672026-08-20T01:44:35.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34682026-08-20T01:44:35.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34692026-08-20T01:44:35.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34702026-08-20T01:44:35.857Z
34712026-08-20T01:44:35.857Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port` on oximeter-instruments (141/337)
34722026-08-20T01:44:36.332Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34732026-08-20T01:44:36.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34742026-08-20T01:44:36.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34752026-08-20T01:44:36.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34762026-08-20T01:44:36.423Z
34772026-08-20T01:44:36.423Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port` on oximeter-instruments (142/337)
34782026-08-20T01:44:36.903Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34792026-08-20T01:44:36.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34802026-08-20T01:44:36.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34812026-08-20T01:44:36.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34822026-08-20T01:44:36.994Z
34832026-08-20T01:44:36.994Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port` on oximeter-instruments (143/337)
34842026-08-20T01:44:37.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34852026-08-20T01:44:37.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34862026-08-20T01:44:37.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34872026-08-20T01:44:37.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34882026-08-20T01:44:37.560Z
34892026-08-20T01:44:37.560Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port` on oximeter-instruments (144/337)
34902026-08-20T01:44:38.037Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34912026-08-20T01:44:38.040Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34922026-08-20T01:44:38.040Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34932026-08-20T01:44:38.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34942026-08-20T01:44:38.129Z
34952026-08-20T01:44:38.129Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port` on oximeter-instruments (145/337)
34962026-08-20T01:44:38.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34972026-08-20T01:44:38.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34982026-08-20T01:44:38.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34992026-08-20T01:44:38.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35002026-08-20T01:44:38.697Z
35012026-08-20T01:44:38.697Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (146/337)
35022026-08-20T01:44:39.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35032026-08-20T01:44:39.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35042026-08-20T01:44:39.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35052026-08-20T01:44:39.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35062026-08-20T01:44:39.282Z
35072026-08-20T01:44:39.282Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (147/337)
35082026-08-20T01:44:39.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35092026-08-20T01:44:39.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35102026-08-20T01:44:39.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35112026-08-20T01:44:39.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35122026-08-20T01:44:39.872Z
35132026-08-20T01:44:39.872Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (148/337)
35142026-08-20T01:44:40.362Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35152026-08-20T01:44:40.365Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35162026-08-20T01:44:40.365Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35172026-08-20T01:44:40.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35182026-08-20T01:44:40.457Z
35192026-08-20T01:44:40.457Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (149/337)
35202026-08-20T01:44:40.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35212026-08-20T01:44:40.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35222026-08-20T01:44:40.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35232026-08-20T01:44:40.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35242026-08-20T01:44:41.046Z
35252026-08-20T01:44:41.046Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (150/337)
35262026-08-20T01:44:41.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35272026-08-20T01:44:41.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35282026-08-20T01:44:41.541Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35292026-08-20T01:44:41.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35302026-08-20T01:44:41.628Z
35312026-08-20T01:44:41.628Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (151/337)
35322026-08-20T01:44:42.121Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35332026-08-20T01:44:42.124Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35342026-08-20T01:44:42.124Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35352026-08-20T01:44:42.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35362026-08-20T01:44:42.214Z
35372026-08-20T01:44:42.214Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (152/337)
35382026-08-20T01:44:42.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35392026-08-20T01:44:42.707Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35402026-08-20T01:44:42.707Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35412026-08-20T01:44:42.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35422026-08-20T01:44:42.798Z
35432026-08-20T01:44:42.798Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (153/337)
35442026-08-20T01:44:43.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35452026-08-20T01:44:43.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35462026-08-20T01:44:43.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35472026-08-20T01:44:43.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35482026-08-20T01:44:43.380Z
35492026-08-20T01:44:43.380Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (154/337)
35502026-08-20T01:44:43.874Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35512026-08-20T01:44:43.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35522026-08-20T01:44:43.878Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35532026-08-20T01:44:43.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35542026-08-20T01:44:43.969Z
35552026-08-20T01:44:43.969Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (155/337)
35562026-08-20T01:44:44.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35572026-08-20T01:44:44.462Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35582026-08-20T01:44:44.462Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35592026-08-20T01:44:44.467Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35602026-08-20T01:44:44.554Z
35612026-08-20T01:44:44.554Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs` on oximeter-instruments (156/337)
35622026-08-20T01:44:45.044Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35632026-08-20T01:44:45.048Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35642026-08-20T01:44:45.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35652026-08-20T01:44:45.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35662026-08-20T01:44:45.136Z
35672026-08-20T01:44:45.136Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs` on oximeter-instruments (157/337)
35682026-08-20T01:44:45.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35692026-08-20T01:44:45.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35702026-08-20T01:44:45.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35712026-08-20T01:44:45.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35722026-08-20T01:44:45.723Z
35732026-08-20T01:44:45.723Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs` on oximeter-instruments (158/337)
35742026-08-20T01:44:46.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35752026-08-20T01:44:46.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35762026-08-20T01:44:46.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35772026-08-20T01:44:46.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35782026-08-20T01:44:46.301Z
35792026-08-20T01:44:46.301Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs` on oximeter-instruments (159/337)
35802026-08-20T01:44:46.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35812026-08-20T01:44:46.794Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35822026-08-20T01:44:46.794Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35832026-08-20T01:44:46.797Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35842026-08-20T01:44:46.877Z
35852026-08-20T01:44:46.877Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs` on oximeter-instruments (160/337)
35862026-08-20T01:44:47.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35872026-08-20T01:44:47.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35882026-08-20T01:44:47.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35892026-08-20T01:44:47.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35902026-08-20T01:44:47.456Z
35912026-08-20T01:44:47.456Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs` on oximeter-instruments (161/337)
35922026-08-20T01:44:47.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35932026-08-20T01:44:47.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35942026-08-20T01:44:47.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35952026-08-20T01:44:47.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35962026-08-20T01:44:48.036Z
35972026-08-20T01:44:48.036Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs` on oximeter-instruments (162/337)
35982026-08-20T01:44:48.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35992026-08-20T01:44:48.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36002026-08-20T01:44:48.529Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36012026-08-20T01:44:48.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36022026-08-20T01:44:48.620Z
36032026-08-20T01:44:48.620Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zfs` on oximeter-instruments (163/337)
36042026-08-20T01:44:49.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36052026-08-20T01:44:49.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36062026-08-20T01:44:49.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36072026-08-20T01:44:49.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
36082026-08-20T01:44:49.199Z
36092026-08-20T01:44:49.199Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (164/337)
36102026-08-20T01:44:49.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36112026-08-20T01:44:49.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36122026-08-20T01:44:49.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36132026-08-20T01:44:49.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36142026-08-20T01:44:49.760Z
36152026-08-20T01:44:49.760Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (165/337)
36162026-08-20T01:44:50.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36172026-08-20T01:44:50.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36182026-08-20T01:44:50.239Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36192026-08-20T01:44:50.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36202026-08-20T01:44:50.322Z
36212026-08-20T01:44:50.322Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (166/337)
36222026-08-20T01:44:50.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36232026-08-20T01:44:50.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36242026-08-20T01:44:50.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36252026-08-20T01:44:50.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36262026-08-20T01:44:50.887Z
36272026-08-20T01:44:50.887Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (167/337)
36282026-08-20T01:44:51.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36292026-08-20T01:44:51.370Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36302026-08-20T01:44:51.370Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36312026-08-20T01:44:51.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36322026-08-20T01:44:51.459Z
36332026-08-20T01:44:51.459Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (168/337)
36342026-08-20T01:44:51.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36352026-08-20T01:44:51.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36362026-08-20T01:44:51.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36372026-08-20T01:44:51.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36382026-08-20T01:44:52.031Z
36392026-08-20T01:44:52.031Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (169/337)
36402026-08-20T01:44:52.511Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36412026-08-20T01:44:52.514Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36422026-08-20T01:44:52.514Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36432026-08-20T01:44:52.519Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36442026-08-20T01:44:52.599Z
36452026-08-20T01:44:52.599Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (170/337)
36462026-08-20T01:44:53.080Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36472026-08-20T01:44:53.084Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36482026-08-20T01:44:53.084Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36492026-08-20T01:44:53.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36502026-08-20T01:44:53.193Z
36512026-08-20T01:44:53.194Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (171/337)
36522026-08-20T01:44:53.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36532026-08-20T01:44:53.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36542026-08-20T01:44:53.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36552026-08-20T01:44:53.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36562026-08-20T01:44:53.746Z
36572026-08-20T01:44:53.746Zinfo: running `cargo check --bins --no-default-features --features opte_port,zone` on oximeter-instruments (172/337)
36582026-08-20T01:44:54.227Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36592026-08-20T01:44:54.230Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36602026-08-20T01:44:54.230Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36612026-08-20T01:44:54.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36622026-08-20T01:44:54.320Z
36632026-08-20T01:44:54.320Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zone` on oximeter-instruments (173/337)
36642026-08-20T01:44:54.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36652026-08-20T01:44:54.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36662026-08-20T01:44:54.805Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36672026-08-20T01:44:54.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36682026-08-20T01:44:54.892Z
36692026-08-20T01:44:54.892Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zone` on oximeter-instruments (174/337)
36702026-08-20T01:44:55.370Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36712026-08-20T01:44:55.373Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36722026-08-20T01:44:55.373Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36732026-08-20T01:44:55.377Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36742026-08-20T01:44:55.463Z
36752026-08-20T01:44:55.463Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zone` on oximeter-instruments (175/337)
36762026-08-20T01:44:55.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36772026-08-20T01:44:55.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36782026-08-20T01:44:55.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36792026-08-20T01:44:55.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36802026-08-20T01:44:56.039Z
36812026-08-20T01:44:56.039Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zone` on oximeter-instruments (176/337)
36822026-08-20T01:44:56.518Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36832026-08-20T01:44:56.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36842026-08-20T01:44:56.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36852026-08-20T01:44:56.525Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36862026-08-20T01:44:56.609Z
36872026-08-20T01:44:56.609Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zone` on oximeter-instruments (177/337)
36882026-08-20T01:44:57.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36892026-08-20T01:44:57.094Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36902026-08-20T01:44:57.094Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36912026-08-20T01:44:57.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36922026-08-20T01:44:57.178Z
36932026-08-20T01:44:57.179Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zone` on oximeter-instruments (178/337)
36942026-08-20T01:44:57.657Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36952026-08-20T01:44:57.660Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36962026-08-20T01:44:57.660Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36972026-08-20T01:44:57.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36982026-08-20T01:44:57.748Z
36992026-08-20T01:44:57.748Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,opte_port,zone` on oximeter-instruments (179/337)
37002026-08-20T01:44:58.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37012026-08-20T01:44:58.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37022026-08-20T01:44:58.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37032026-08-20T01:44:58.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37042026-08-20T01:44:58.316Z
37052026-08-20T01:44:58.316Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (180/337)
37062026-08-20T01:44:58.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37072026-08-20T01:44:58.813Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37082026-08-20T01:44:58.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37092026-08-20T01:44:58.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37102026-08-20T01:44:58.906Z
37112026-08-20T01:44:58.906Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (181/337)
37122026-08-20T01:44:59.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37132026-08-20T01:44:59.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37142026-08-20T01:44:59.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37152026-08-20T01:44:59.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37162026-08-20T01:44:59.494Z
37172026-08-20T01:44:59.494Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (182/337)
37182026-08-20T01:44:59.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37192026-08-20T01:44:59.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37202026-08-20T01:44:59.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37212026-08-20T01:44:59.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37222026-08-20T01:45:00.081Z
37232026-08-20T01:45:00.081Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (183/337)
37242026-08-20T01:45:00.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37252026-08-20T01:45:00.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37262026-08-20T01:45:00.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37272026-08-20T01:45:00.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37282026-08-20T01:45:00.668Z
37292026-08-20T01:45:00.668Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (184/337)
37302026-08-20T01:45:01.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37312026-08-20T01:45:01.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37322026-08-20T01:45:01.166Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37332026-08-20T01:45:01.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37342026-08-20T01:45:01.253Z
37352026-08-20T01:45:01.253Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (185/337)
37362026-08-20T01:45:01.748Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37372026-08-20T01:45:01.751Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37382026-08-20T01:45:01.751Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37392026-08-20T01:45:01.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37402026-08-20T01:45:01.845Z
37412026-08-20T01:45:01.845Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (186/337)
37422026-08-20T01:45:02.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37432026-08-20T01:45:02.341Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37442026-08-20T01:45:02.341Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37452026-08-20T01:45:02.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37462026-08-20T01:45:02.432Z
37472026-08-20T01:45:02.432Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (187/337)
37482026-08-20T01:45:02.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37492026-08-20T01:45:02.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37502026-08-20T01:45:02.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37512026-08-20T01:45:02.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37522026-08-20T01:45:03.023Z
37532026-08-20T01:45:03.023Zinfo: running `cargo check --bins --no-default-features --features opte_port,zfs,zone` on oximeter-instruments (188/337)
37542026-08-20T01:45:03.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37552026-08-20T01:45:03.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37562026-08-20T01:45:03.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37572026-08-20T01:45:03.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37582026-08-20T01:45:03.611Z
37592026-08-20T01:45:03.611Zinfo: running `cargo check --bins --no-default-features --features cpu,opte_port,zfs,zone` on oximeter-instruments (189/337)
37602026-08-20T01:45:04.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37612026-08-20T01:45:04.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37622026-08-20T01:45:04.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37632026-08-20T01:45:04.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37642026-08-20T01:45:04.197Z
37652026-08-20T01:45:04.197Zinfo: running `cargo check --bins --no-default-features --features datalink,opte_port,zfs,zone` on oximeter-instruments (190/337)
37662026-08-20T01:45:04.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37672026-08-20T01:45:04.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37682026-08-20T01:45:04.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37692026-08-20T01:45:04.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37702026-08-20T01:45:04.782Z
37712026-08-20T01:45:04.782Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,opte_port,zfs,zone` on oximeter-instruments (191/337)
37722026-08-20T01:45:05.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37732026-08-20T01:45:05.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37742026-08-20T01:45:05.278Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37752026-08-20T01:45:05.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37762026-08-20T01:45:05.370Z
37772026-08-20T01:45:05.370Zinfo: running `cargo check --bins --no-default-features --features http-instruments,opte_port,zfs,zone` on oximeter-instruments (192/337)
37782026-08-20T01:45:05.864Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37792026-08-20T01:45:05.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37802026-08-20T01:45:05.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37812026-08-20T01:45:05.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37822026-08-20T01:45:05.961Z
37832026-08-20T01:45:05.961Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,opte_port,zfs,zone` on oximeter-instruments (193/337)
37842026-08-20T01:45:06.453Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37852026-08-20T01:45:06.457Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37862026-08-20T01:45:06.457Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37872026-08-20T01:45:06.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37882026-08-20T01:45:06.547Z
37892026-08-20T01:45:06.547Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,opte_port,zfs,zone` on oximeter-instruments (194/337)
37902026-08-20T01:45:07.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37912026-08-20T01:45:07.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37922026-08-20T01:45:07.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37932026-08-20T01:45:07.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37942026-08-20T01:45:07.138Z
37952026-08-20T01:45:07.138Zinfo: running `cargo check --bins` on oximeter-producer (195/337)
37962026-08-20T01:45:07.648Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37972026-08-20T01:45:07.651Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37982026-08-20T01:45:07.651Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37992026-08-20T01:45:07.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38002026-08-20T01:45:07.744Z
38012026-08-20T01:45:07.745Zinfo: running `cargo check --bins` on internal-dns-resolver (196/337)
38022026-08-20T01:45:08.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38032026-08-20T01:45:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38042026-08-20T01:45:08.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38052026-08-20T01:45:08.235Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38062026-08-20T01:45:08.320Z
38072026-08-20T01:45:08.320Zinfo: running `cargo check --bins` on dns-server (197/337)
38082026-08-20T01:45:08.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38092026-08-20T01:45:08.810Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38102026-08-20T01:45:08.966Z Compiling parking_lot_core v0.8.6
38112026-08-20T01:45:08.969Z Compiling git-stub v1.0.0
38122026-08-20T01:45:08.969Z Checking prefix-trie v0.7.0
38132026-08-20T01:45:09.085Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38142026-08-20T01:45:09.196Z Compiling git-stub-vcs v0.1.0
38152026-08-20T01:45:09.355Z Checking hickory-server v0.25.2
38162026-08-20T01:45:09.463Z Checking parking_lot v0.11.2
38172026-08-20T01:45:09.497Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38182026-08-20T01:45:09.632Z Checking sled v0.34.7
38192026-08-20T01:45:11.558Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s
38202026-08-20T01:45:11.724Z
38212026-08-20T01:45:11.724Zinfo: running `cargo check --bins` on dns-server-api (198/337)
38222026-08-20T01:45:12.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38232026-08-20T01:45:12.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38242026-08-20T01:45:12.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38252026-08-20T01:45:12.206Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
38262026-08-20T01:45:12.291Z
38272026-08-20T01:45:12.291Zinfo: running `cargo check --bins` on nexus-client (199/337)
38282026-08-20T01:45:12.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38292026-08-20T01:45:12.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38302026-08-20T01:45:12.800Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38312026-08-20T01:45:12.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
38322026-08-20T01:45:12.896Z
38332026-08-20T01:45:12.896Zinfo: running `cargo check --bins` on oximeter-producer-api (200/337)
38342026-08-20T01:45:13.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38352026-08-20T01:45:13.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38362026-08-20T01:45:13.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
38372026-08-20T01:45:13.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
38382026-08-20T01:45:13.463Z
38392026-08-20T01:45:13.463Zinfo: running `cargo check --bins` on sp-sim (201/337)
38402026-08-20T01:45:13.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38412026-08-20T01:45:13.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38422026-08-20T01:45:14.166Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38432026-08-20T01:45:14.681Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s
38442026-08-20T01:45:14.883Z
38452026-08-20T01:45:14.883Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (202/337)
38462026-08-20T01:45:15.411Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38472026-08-20T01:45:15.414Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38482026-08-20T01:45:15.700Z Compiling proc-macro-error-attr2 v2.0.0
38492026-08-20T01:45:15.830Z Compiling hashbrown v0.14.5
38502026-08-20T01:45:15.830Z Compiling rfc6979 v0.4.0
38512026-08-20T01:45:15.847Z Compiling salty v0.3.0
38522026-08-20T01:45:15.854Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38532026-08-20T01:45:15.865Z Compiling primeorder v0.13.6
38542026-08-20T01:45:15.878Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
38552026-08-20T01:45:15.939Z Compiling ecdsa v0.16.9
38562026-08-20T01:45:16.002Z Compiling sha1 v0.10.6
38572026-08-20T01:45:16.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38582026-08-20T01:45:16.194Z Compiling proc-macro-error2 v2.0.1
38592026-08-20T01:45:16.292Z Compiling p384 v0.13.1
38602026-08-20T01:45:16.313Z Compiling chumsky v0.9.3
38612026-08-20T01:45:16.330Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38622026-08-20T01:45:16.363Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
38632026-08-20T01:45:16.490Z Compiling knus-derive v3.4.0
38642026-08-20T01:45:16.529Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
38652026-08-20T01:45:16.555Z Checking libscf-sys v1.2.0
38662026-08-20T01:45:16.635Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38672026-08-20T01:45:16.683Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
38682026-08-20T01:45:16.828Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38692026-08-20T01:45:16.885Z Checking corncobs v0.1.4
38702026-08-20T01:45:17.012Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38712026-08-20T01:45:17.015Z Checking papergrid v0.18.0
38722026-08-20T01:45:17.054Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
38732026-08-20T01:45:17.057Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38742026-08-20T01:45:17.082Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38752026-08-20T01:45:17.204Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38762026-08-20T01:45:17.224Z Checking secrecy v0.8.0
38772026-08-20T01:45:17.307Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38782026-08-20T01:45:17.347Z Compiling unicase v2.9.0
38792026-08-20T01:45:17.496Z Compiling illumos-nvpair-sys v0.2.0
38802026-08-20T01:45:17.544Z Compiling mime_guess v2.0.5
38812026-08-20T01:45:17.559Z Compiling progenitor-impl v0.13.0
38822026-08-20T01:45:17.575Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38832026-08-20T01:45:17.714Z Checking crc8 v0.1.1
38842026-08-20T01:45:17.810Z Checking tabled v0.21.0
38852026-08-20T01:45:17.839Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
38862026-08-20T01:45:17.860Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38872026-08-20T01:45:17.876Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38882026-08-20T01:45:17.906Z Compiling knus v3.4.0
38892026-08-20T01:45:17.940Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
38902026-08-20T01:45:18.424Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38912026-08-20T01:45:18.693Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
38922026-08-20T01:45:18.794Z Checking progenitor-client v0.13.0
38932026-08-20T01:45:18.830Z Checking http-range v0.1.5
38942026-08-20T01:45:18.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-08-20T01:45:18.980Z Checking illumos-nvpair v0.3.0
38962026-08-20T01:45:19.028Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38972026-08-20T01:45:19.136Z Checking scuffle v0.1.0
38982026-08-20T01:45:19.151Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38992026-08-20T01:45:19.370Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39002026-08-20T01:45:19.729Z Checking nanorand v0.7.0
39012026-08-20T01:45:19.771Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
39022026-08-20T01:45:19.933Z Checking flume v0.11.1
39032026-08-20T01:45:19.936Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
39042026-08-20T01:45:20.010Z Checking hyper-staticfile v0.10.1
39052026-08-20T01:45:20.089Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
39062026-08-20T01:45:20.139Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
39072026-08-20T01:45:20.174Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
39082026-08-20T01:45:20.177Z Compiling progenitor-macro v0.13.0
39092026-08-20T01:45:20.295Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
39102026-08-20T01:45:20.310Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
39112026-08-20T01:45:20.527Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
39122026-08-20T01:45:20.550Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
39132026-08-20T01:45:20.623Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
39142026-08-20T01:45:20.692Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
39152026-08-20T01:45:20.944Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
39162026-08-20T01:45:20.995Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
39172026-08-20T01:45:21.083Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
39182026-08-20T01:45:22.486Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
39192026-08-20T01:45:23.479Z Checking progenitor v0.13.0
39202026-08-20T01:45:23.616Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
39212026-08-20T01:45:24.479Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
39222026-08-20T01:45:25.565Z Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
39232026-08-20T01:45:25.851Z Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
39242026-08-20T01:45:26.140Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
39252026-08-20T01:45:26.143Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
39262026-08-20T01:45:39.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.53s
39272026-08-20T01:45:39.428Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39282026-08-20T01:45:39.429Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39292026-08-20T01:45:39.640Z
39302026-08-20T01:45:39.640Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (203/337)
39312026-08-20T01:45:40.168Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39322026-08-20T01:45:40.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39332026-08-20T01:45:40.411Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39342026-08-20T01:45:50.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.29s
39352026-08-20T01:45:50.936Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39362026-08-20T01:45:50.936Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39372026-08-20T01:45:51.136Z
39382026-08-20T01:45:51.136Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (204/337)
39392026-08-20T01:45:51.665Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39402026-08-20T01:45:51.668Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39412026-08-20T01:45:51.907Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39422026-08-20T01:46:02.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39432026-08-20T01:46:02.483Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39442026-08-20T01:46:02.483Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39452026-08-20T01:46:02.684Z
39462026-08-20T01:46:02.684Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (205/337)
39472026-08-20T01:46:03.209Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-08-20T01:46:03.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-08-20T01:46:03.456Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39502026-08-20T01:46:13.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.20s
39512026-08-20T01:46:13.890Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39522026-08-20T01:46:13.890Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39532026-08-20T01:46:14.091Z
39542026-08-20T01:46:14.091Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (206/337)
39552026-08-20T01:46:14.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39562026-08-20T01:46:14.625Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39572026-08-20T01:46:14.865Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39582026-08-20T01:46:25.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.24s
39592026-08-20T01:46:25.345Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39602026-08-20T01:46:25.345Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39612026-08-20T01:46:25.540Z
39622026-08-20T01:46:25.541Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (207/337)
39632026-08-20T01:46:26.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39642026-08-20T01:46:26.073Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39652026-08-20T01:46:26.312Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39662026-08-20T01:46:36.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.19s
39672026-08-20T01:46:36.737Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39682026-08-20T01:46:36.737Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39692026-08-20T01:46:36.933Z
39702026-08-20T01:46:36.933Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (208/337)
39712026-08-20T01:46:37.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-08-20T01:46:37.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-08-20T01:46:37.704Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39742026-08-20T01:46:48.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.30s
39752026-08-20T01:46:48.278Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39762026-08-20T01:46:48.278Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39772026-08-20T01:46:48.454Z
39782026-08-20T01:46:48.454Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (209/337)
39792026-08-20T01:46:48.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39802026-08-20T01:46:48.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39812026-08-20T01:46:49.213Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39822026-08-20T01:46:59.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.23s
39832026-08-20T01:46:59.691Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39842026-08-20T01:46:59.691Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39852026-08-20T01:46:59.890Z
39862026-08-20T01:46:59.890Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (210/337)
39872026-08-20T01:47:00.377Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39882026-08-20T01:47:00.380Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39892026-08-20T01:47:00.380Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39902026-08-20T01:47:00.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39912026-08-20T01:47:00.469Z
39922026-08-20T01:47:00.469Zinfo: running `cargo check --bins` on installinator-common (211/337)
39932026-08-20T01:47:00.962Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39942026-08-20T01:47:00.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39952026-08-20T01:47:00.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39962026-08-20T01:47:00.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39972026-08-20T01:47:01.061Z
39982026-08-20T01:47:01.061Zinfo: running `cargo check --bins` on installinator-common-versions (212/337)
39992026-08-20T01:47:01.533Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40002026-08-20T01:47:01.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40012026-08-20T01:47:01.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40022026-08-20T01:47:01.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40032026-08-20T01:47:01.619Z
40042026-08-20T01:47:01.619Zinfo: running `cargo check --bins` on nexus-lockstep-client (213/337)
40052026-08-20T01:47:02.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40062026-08-20T01:47:02.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40072026-08-20T01:47:02.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40082026-08-20T01:47:02.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40092026-08-20T01:47:02.218Z
40102026-08-20T01:47:02.218Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (214/337)
40112026-08-20T01:47:02.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40122026-08-20T01:47:02.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40132026-08-20T01:47:02.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40142026-08-20T01:47:02.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40152026-08-20T01:47:02.782Z
40162026-08-20T01:47:02.782Zinfo: running `cargo check --bins` on range-requests (215/337)
40172026-08-20T01:47:03.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40182026-08-20T01:47:03.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40192026-08-20T01:47:03.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40202026-08-20T01:47:03.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40212026-08-20T01:47:03.353Z
40222026-08-20T01:47:03.353Zinfo: running `cargo check --bins` on repo-depot-api (216/337)
40232026-08-20T01:47:03.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40242026-08-20T01:47:03.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40252026-08-20T01:47:03.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40262026-08-20T01:47:03.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40272026-08-20T01:47:03.901Z
40282026-08-20T01:47:03.901Zinfo: running `cargo check --bins` on repo-depot-client (217/337)
40292026-08-20T01:47:04.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40302026-08-20T01:47:04.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40312026-08-20T01:47:04.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40322026-08-20T01:47:04.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40332026-08-20T01:47:04.455Z
40342026-08-20T01:47:04.455Zinfo: running `cargo check --bins` on sled-agent-api (218/337)
40352026-08-20T01:47:04.951Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40362026-08-20T01:47:04.954Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40372026-08-20T01:47:04.955Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40382026-08-20T01:47:04.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40392026-08-20T01:47:05.048Z
40402026-08-20T01:47:05.048Zinfo: running `cargo check --bins` on sled-diagnostics (219/337)
40412026-08-20T01:47:05.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40422026-08-20T01:47:05.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40432026-08-20T01:47:05.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40442026-08-20T01:47:05.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40452026-08-20T01:47:05.640Z
40462026-08-20T01:47:05.640Zinfo: running `cargo check --bins` on zfs-test-harness (220/337)
40472026-08-20T01:47:06.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40482026-08-20T01:47:06.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40492026-08-20T01:47:06.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40502026-08-20T01:47:06.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40512026-08-20T01:47:06.194Z
40522026-08-20T01:47:06.194Zinfo: running `cargo check --bins` on sled-agent-bootstrap-common (221/337)
40532026-08-20T01:47:06.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40542026-08-20T01:47:06.763Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40552026-08-20T01:47:06.763Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40562026-08-20T01:47:06.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40572026-08-20T01:47:06.824Z
40582026-08-20T01:47:06.824Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (222/337)
40592026-08-20T01:47:07.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40602026-08-20T01:47:07.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40612026-08-20T01:47:07.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40622026-08-20T01:47:07.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40632026-08-20T01:47:07.370Z
40642026-08-20T01:47:07.370Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (223/337)
40652026-08-20T01:47:07.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40662026-08-20T01:47:07.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40672026-08-20T01:47:07.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40682026-08-20T01:47:07.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40692026-08-20T01:47:07.957Z
40702026-08-20T01:47:07.957Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (224/337)
40712026-08-20T01:47:08.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40722026-08-20T01:47:08.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40732026-08-20T01:47:08.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40742026-08-20T01:47:08.463Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40752026-08-20T01:47:08.538Z
40762026-08-20T01:47:08.538Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (225/337)
40772026-08-20T01:47:09.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40782026-08-20T01:47:09.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40792026-08-20T01:47:09.037Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40802026-08-20T01:47:09.043Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40812026-08-20T01:47:09.125Z
40822026-08-20T01:47:09.125Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (226/337)
40832026-08-20T01:47:09.621Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40842026-08-20T01:47:09.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40852026-08-20T01:47:09.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40862026-08-20T01:47:09.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40872026-08-20T01:47:09.716Z
40882026-08-20T01:47:09.716Zinfo: running `cargo check --bins` on trust-quorum (227/337)
40892026-08-20T01:47:10.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40902026-08-20T01:47:10.216Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40912026-08-20T01:47:10.216Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40922026-08-20T01:47:10.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
40932026-08-20T01:47:10.309Z
40942026-08-20T01:47:10.309Zinfo: running `cargo check --bins` on sled-agent-early-networking (228/337)
40952026-08-20T01:47:10.797Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40962026-08-20T01:47:10.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40972026-08-20T01:47:10.804Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40982026-08-20T01:47:10.807Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40992026-08-20T01:47:10.886Z
41002026-08-20T01:47:10.886Zinfo: running `cargo check --bins` on sled-agent-health-monitor (229/337)
41012026-08-20T01:47:11.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41022026-08-20T01:47:11.391Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41032026-08-20T01:47:11.391Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41042026-08-20T01:47:11.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41052026-08-20T01:47:11.465Z
41062026-08-20T01:47:11.465Zinfo: running `cargo check --bins` on sled-agent-multirack-join (230/337)
41072026-08-20T01:47:11.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-08-20T01:47:11.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-08-20T01:47:11.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-08-20T01:47:11.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41112026-08-20T01:47:12.073Z
41122026-08-20T01:47:12.073Zinfo: running `cargo check --bins` on sled-agent-rack-setup (231/337)
41132026-08-20T01:47:12.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-08-20T01:47:12.595Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-08-20T01:47:12.595Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41162026-08-20T01:47:12.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41172026-08-20T01:47:12.689Z
41182026-08-20T01:47:12.689Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (232/337)
41192026-08-20T01:47:13.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41202026-08-20T01:47:13.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41212026-08-20T01:47:13.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41222026-08-20T01:47:13.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
41232026-08-20T01:47:13.285Z
41242026-08-20T01:47:13.285Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (233/337)
41252026-08-20T01:47:13.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41262026-08-20T01:47:13.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41272026-08-20T01:47:13.811Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41282026-08-20T01:47:13.811Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41292026-08-20T01:47:13.903Z
41302026-08-20T01:47:13.903Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (234/337)
41312026-08-20T01:47:14.419Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41322026-08-20T01:47:14.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41332026-08-20T01:47:14.426Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41342026-08-20T01:47:14.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
41352026-08-20T01:47:14.518Z
41362026-08-20T01:47:14.518Zinfo: running `cargo check --bins` on omicron-deployment-graph (235/337)
41372026-08-20T01:47:14.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41382026-08-20T01:47:14.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41392026-08-20T01:47:14.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41402026-08-20T01:47:14.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
41412026-08-20T01:47:15.069Z
41422026-08-20T01:47:15.069Zinfo: running `cargo check --bins` on transient-dns-server (236/337)
41432026-08-20T01:47:15.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41442026-08-20T01:47:15.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41452026-08-20T01:47:15.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41462026-08-20T01:47:15.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41472026-08-20T01:47:15.646Z
41482026-08-20T01:47:15.646Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (237/337)
41492026-08-20T01:47:16.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41502026-08-20T01:47:16.141Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41512026-08-20T01:47:16.141Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41522026-08-20T01:47:16.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41532026-08-20T01:47:16.233Z
41542026-08-20T01:47:16.233Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (238/337)
41552026-08-20T01:47:16.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41562026-08-20T01:47:16.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41572026-08-20T01:47:16.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41582026-08-20T01:47:16.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
41592026-08-20T01:47:16.816Z
41602026-08-20T01:47:16.816Zinfo: running `cargo check --bins` on omicron-rpaths (239/337)
41612026-08-20T01:47:17.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41622026-08-20T01:47:17.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41632026-08-20T01:47:17.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41642026-08-20T01:47:17.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41652026-08-20T01:47:17.368Z
41662026-08-20T01:47:17.368Zinfo: running `cargo check --bins` on omicron-repl-utils (240/337)
41672026-08-20T01:47:17.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41682026-08-20T01:47:17.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41692026-08-20T01:47:17.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41702026-08-20T01:47:17.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41712026-08-20T01:47:17.926Z
41722026-08-20T01:47:17.926Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (241/337)
41732026-08-20T01:47:18.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41742026-08-20T01:47:18.428Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41752026-08-20T01:47:18.615Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
41762026-08-20T01:47:19.041Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
41772026-08-20T01:47:20.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s
41782026-08-20T01:47:20.409Z
41792026-08-20T01:47:20.409Zinfo: running `cargo check --bins` on clickhouse-admin-api (242/337)
41802026-08-20T01:47:20.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41812026-08-20T01:47:20.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41822026-08-20T01:47:20.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41832026-08-20T01:47:20.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41842026-08-20T01:47:20.974Z
41852026-08-20T01:47:20.974Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (243/337)
41862026-08-20T01:47:21.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41872026-08-20T01:47:21.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41882026-08-20T01:47:21.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41892026-08-20T01:47:21.458Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41902026-08-20T01:47:21.537Z
41912026-08-20T01:47:21.537Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (244/337)
41922026-08-20T01:47:22.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41932026-08-20T01:47:22.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41942026-08-20T01:47:22.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41952026-08-20T01:47:22.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
41962026-08-20T01:47:22.109Z
41972026-08-20T01:47:22.109Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (245/337)
41982026-08-20T01:47:22.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41992026-08-20T01:47:22.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42002026-08-20T01:47:22.593Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42012026-08-20T01:47:22.600Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42022026-08-20T01:47:22.679Z
42032026-08-20T01:47:22.679Zinfo: running `cargo check --bins` on installinator-client (246/337)
42042026-08-20T01:47:23.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42052026-08-20T01:47:23.158Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42062026-08-20T01:47:23.158Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42072026-08-20T01:47:23.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42082026-08-20T01:47:23.248Z
42092026-08-20T01:47:23.248Zinfo: running `cargo check --bins` on oxide-client (247/337)
42102026-08-20T01:47:23.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42112026-08-20T01:47:23.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42122026-08-20T01:47:23.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42132026-08-20T01:47:23.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42142026-08-20T01:47:23.802Z
42152026-08-20T01:47:23.802Zinfo: running `cargo check --bins` on oximeter-client (248/337)
42162026-08-20T01:47:24.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42172026-08-20T01:47:24.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42182026-08-20T01:47:24.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42192026-08-20T01:47:24.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42202026-08-20T01:47:24.368Z
42212026-08-20T01:47:24.368Zinfo: running `cargo check --bins` on wicketd-client (249/337)
42222026-08-20T01:47:24.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42232026-08-20T01:47:24.877Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42242026-08-20T01:47:24.877Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42252026-08-20T01:47:24.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42262026-08-20T01:47:24.960Z
42272026-08-20T01:47:24.960Zinfo: running `cargo check --bins` on wicket-common (250/337)
42282026-08-20T01:47:25.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-08-20T01:47:25.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-08-20T01:47:25.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-08-20T01:47:25.454Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42322026-08-20T01:47:25.536Z
42332026-08-20T01:47:25.536Zinfo: running `cargo check --bins` on wicketd-commission-client (251/337)
42342026-08-20T01:47:26.020Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-08-20T01:47:26.024Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-08-20T01:47:26.024Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-08-20T01:47:26.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42382026-08-20T01:47:26.107Z
42392026-08-20T01:47:26.107Zinfo: running `cargo check --bins` on omicron-cockroach-admin (252/337)
42402026-08-20T01:47:26.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-08-20T01:47:26.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-08-20T01:47:26.769Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
42432026-08-20T01:47:26.774Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42442026-08-20T01:47:27.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42452026-08-20T01:47:28.133Z
42462026-08-20T01:47:28.133Zinfo: running `cargo check --bins` on cockroach-admin-api (253/337)
42472026-08-20T01:47:28.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-08-20T01:47:28.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-08-20T01:47:28.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-08-20T01:47:28.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42512026-08-20T01:47:28.697Z
42522026-08-20T01:47:28.697Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (254/337)
42532026-08-20T01:47:29.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-08-20T01:47:29.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-08-20T01:47:29.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42562026-08-20T01:47:29.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42572026-08-20T01:47:29.338Z
42582026-08-20T01:47:29.339Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (255/337)
42592026-08-20T01:47:29.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42602026-08-20T01:47:29.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42612026-08-20T01:47:29.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42622026-08-20T01:47:29.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
42632026-08-20T01:47:29.985Z
42642026-08-20T01:47:29.985Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (256/337)
42652026-08-20T01:47:30.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42662026-08-20T01:47:30.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42672026-08-20T01:47:30.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42682026-08-20T01:47:30.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42692026-08-20T01:47:30.596Z
42702026-08-20T01:47:30.596Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (257/337)
42712026-08-20T01:47:31.116Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42722026-08-20T01:47:31.119Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42732026-08-20T01:47:31.119Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42742026-08-20T01:47:31.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
42752026-08-20T01:47:31.217Z
42762026-08-20T01:47:31.217Zinfo: running `cargo check --bins` on db-macros (258/337)
42772026-08-20T01:47:31.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42782026-08-20T01:47:31.687Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42792026-08-20T01:47:31.687Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42802026-08-20T01:47:31.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42812026-08-20T01:47:31.769Z
42822026-08-20T01:47:31.769Zinfo: running `cargo check --bins` on nexus-macros-common (259/337)
42832026-08-20T01:47:32.232Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42842026-08-20T01:47:32.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42852026-08-20T01:47:32.235Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42862026-08-20T01:47:32.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42872026-08-20T01:47:32.315Z
42882026-08-20T01:47:32.315Zinfo: running `cargo check --bins` on nexus-auth (260/337)
42892026-08-20T01:47:32.832Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42902026-08-20T01:47:32.835Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42912026-08-20T01:47:32.835Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42922026-08-20T01:47:32.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
42932026-08-20T01:47:32.929Z
42942026-08-20T01:47:32.929Zinfo: running `cargo check --bins` on authz-macros (261/337)
42952026-08-20T01:47:33.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42962026-08-20T01:47:33.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42972026-08-20T01:47:33.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42982026-08-20T01:47:33.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42992026-08-20T01:47:33.483Z
43002026-08-20T01:47:33.483Zinfo: running `cargo check --bins` on nexus-db-fixed-data (262/337)
43012026-08-20T01:47:33.993Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43022026-08-20T01:47:33.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43032026-08-20T01:47:33.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43042026-08-20T01:47:34.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43052026-08-20T01:47:34.091Z
43062026-08-20T01:47:34.091Zinfo: running `cargo check --bins` on nexus-db-model (263/337)
43072026-08-20T01:47:34.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43082026-08-20T01:47:34.608Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43092026-08-20T01:47:34.608Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43102026-08-20T01:47:34.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43112026-08-20T01:47:34.692Z
43122026-08-20T01:47:34.692Zinfo: running `cargo check --bins` on nexus-db-schema (264/337)
43132026-08-20T01:47:35.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43142026-08-20T01:47:35.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43152026-08-20T01:47:35.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43162026-08-20T01:47:35.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
43172026-08-20T01:47:35.246Z
43182026-08-20T01:47:35.246Zinfo: running `cargo check --bins` on nexus-defaults (265/337)
43192026-08-20T01:47:35.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43202026-08-20T01:47:35.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43212026-08-20T01:47:35.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43222026-08-20T01:47:35.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43232026-08-20T01:47:35.820Z
43242026-08-20T01:47:35.820Zinfo: running `cargo check --bins` on omicron-git-version (266/337)
43252026-08-20T01:47:36.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43262026-08-20T01:47:36.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43272026-08-20T01:47:36.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43282026-08-20T01:47:36.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
43292026-08-20T01:47:36.365Z
43302026-08-20T01:47:36.365Zinfo: running `cargo check --bins` on nexus-db-errors (267/337)
43312026-08-20T01:47:36.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43322026-08-20T01:47:36.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43332026-08-20T01:47:36.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43342026-08-20T01:47:36.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43352026-08-20T01:47:36.980Z
43362026-08-20T01:47:36.980Zinfo: running `cargo check --bins` on nexus-db-lookup (268/337)
43372026-08-20T01:47:37.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43382026-08-20T01:47:37.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43392026-08-20T01:47:37.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43402026-08-20T01:47:37.512Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
43412026-08-20T01:47:37.591Z
43422026-08-20T01:47:37.591Zinfo: running `cargo check --bins` on nexus-test-interface (269/337)
43432026-08-20T01:47:38.107Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43442026-08-20T01:47:38.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43452026-08-20T01:47:38.110Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43462026-08-20T01:47:38.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
43472026-08-20T01:47:38.203Z
43482026-08-20T01:47:38.203Zinfo: running `cargo check --bins` on oximeter-collector (270/337)
43492026-08-20T01:47:38.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43502026-08-20T01:47:38.712Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43512026-08-20T01:47:38.913Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43522026-08-20T01:47:38.913Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
43532026-08-20T01:47:39.592Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
43542026-08-20T01:47:41.277Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
43552026-08-20T01:47:41.464Z
43562026-08-20T01:47:41.464Zinfo: running `cargo check --bins` on oximeter-api (271/337)
43572026-08-20T01:47:41.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43582026-08-20T01:47:41.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43592026-08-20T01:47:41.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
43602026-08-20T01:47:41.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
43612026-08-20T01:47:42.032Z
43622026-08-20T01:47:42.032Zinfo: running `cargo check --bins` on cert-dev (272/337)
43632026-08-20T01:47:42.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43642026-08-20T01:47:42.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43652026-08-20T01:47:42.637Z Checking yasna v0.5.2
43662026-08-20T01:47:43.038Z Checking rcgen v0.12.1
43672026-08-20T01:47:43.285Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
43682026-08-20T01:47:43.468Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
43692026-08-20T01:47:43.650Z
43702026-08-20T01:47:43.650Zinfo: running `cargo check --bins` on clickana (273/337)
43712026-08-20T01:47:44.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43722026-08-20T01:47:44.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43732026-08-20T01:47:44.273Z Compiling instability v0.3.11
43742026-08-20T01:47:44.273Z Checking castaway v0.2.4
43752026-08-20T01:47:44.278Z Compiling indoc v2.0.7
43762026-08-20T01:47:44.278Z Checking unicode-truncate v1.1.0
43772026-08-20T01:47:44.278Z Checking lru v0.12.5
43782026-08-20T01:47:44.278Z Checking cassowary v0.3.0
43792026-08-20T01:47:44.495Z Checking compact_str v0.8.1
43802026-08-20T01:47:45.284Z Checking ratatui v0.29.0
43812026-08-20T01:47:46.334Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
43822026-08-20T01:47:47.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s
43832026-08-20T01:47:47.245Z
43842026-08-20T01:47:47.245Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (274/337)
43852026-08-20T01:47:47.752Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43862026-08-20T01:47:47.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43872026-08-20T01:47:47.952Z Checking headers-core v0.3.0
43882026-08-20T01:47:47.952Z Checking port-file v0.1.0
43892026-08-20T01:47:47.955Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
43902026-08-20T01:47:48.170Z Checking headers v0.4.1
43912026-08-20T01:47:48.511Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43922026-08-20T01:47:49.457Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
43932026-08-20T01:47:49.976Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
43942026-08-20T01:47:50.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
43952026-08-20T01:47:50.598Z
43962026-08-20T01:47:50.598Zinfo: running `cargo check --bins` on ch-dev (275/337)
43972026-08-20T01:47:51.104Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
43982026-08-20T01:47:51.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43992026-08-20T01:47:51.300Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
44002026-08-20T01:47:52.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s
44012026-08-20T01:47:52.248Z
44022026-08-20T01:47:52.248Zinfo: running `cargo check --bins` on dev-tools-common (276/337)
44032026-08-20T01:47:52.611Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44042026-08-20T01:47:52.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44052026-08-20T01:47:52.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44062026-08-20T01:47:52.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
44072026-08-20T01:47:52.664Z
44082026-08-20T01:47:52.664Zinfo: running `cargo check --bins` on corpus-adjust (277/337)
44092026-08-20T01:47:53.151Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44102026-08-20T01:47:53.172Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44112026-08-20T01:47:53.286Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
44122026-08-20T01:47:53.662Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
44132026-08-20T01:47:53.828Z
44142026-08-20T01:47:53.828Zinfo: running `cargo check --bins` on crdb-seed (278/337)
44152026-08-20T01:47:54.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44162026-08-20T01:47:54.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44172026-08-20T01:47:54.533Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
44182026-08-20T01:47:55.616Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
44192026-08-20T01:47:55.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s
44202026-08-20T01:47:56.158Z
44212026-08-20T01:47:56.158Zinfo: running `cargo check --bins` on db-dev (279/337)
44222026-08-20T01:47:56.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44232026-08-20T01:47:56.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44242026-08-20T01:47:56.866Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
44252026-08-20T01:47:57.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
44262026-08-20T01:47:57.820Z
44272026-08-20T01:47:57.820Zinfo: running `cargo check --bins` on omicron-dev-lib (280/337)
44282026-08-20T01:47:58.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44292026-08-20T01:47:58.334Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44302026-08-20T01:47:58.334Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44312026-08-20T01:47:58.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44322026-08-20T01:47:58.432Z
44332026-08-20T01:47:58.432Zinfo: running `cargo check --bins` on xtask-downloader (281/337)
44342026-08-20T01:47:58.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44352026-08-20T01:47:58.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44362026-08-20T01:47:59.042Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
44372026-08-20T01:47:59.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s
44382026-08-20T01:47:59.899Z
44392026-08-20T01:47:59.900Zinfo: running `cargo check --bins` on omicron-dropshot-apis (282/337)
44402026-08-20T01:48:00.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44412026-08-20T01:48:00.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44422026-08-20T01:48:00.638Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44432026-08-20T01:48:00.638Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44442026-08-20T01:48:00.642Z Checking git-stub v1.0.0
44452026-08-20T01:48:00.642Z Compiling trait-variant v0.1.2
44462026-08-20T01:48:00.642Z Checking maplit v1.0.2
44472026-08-20T01:48:00.784Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
44482026-08-20T01:48:00.787Z Checking drift v0.2.0
44492026-08-20T01:48:00.787Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
44502026-08-20T01:48:00.823Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
44512026-08-20T01:48:00.906Z Checking git-stub-vcs v0.1.0
44522026-08-20T01:48:00.967Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44532026-08-20T01:48:00.983Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
44542026-08-20T01:48:01.101Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
44552026-08-20T01:48:01.133Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
44562026-08-20T01:48:01.149Z Checking dropshot-api-manager v0.8.0
44572026-08-20T01:48:01.270Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
44582026-08-20T01:48:01.506Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
44592026-08-20T01:48:01.978Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44602026-08-20T01:48:02.952Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44612026-08-20T01:48:03.964Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
44622026-08-20T01:48:04.729Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
44632026-08-20T01:48:05.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.27s
44642026-08-20T01:48:05.370Z
44652026-08-20T01:48:05.370Zinfo: running `cargo check --bins` on installinator-api (283/337)
44662026-08-20T01:48:05.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44672026-08-20T01:48:05.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44682026-08-20T01:48:05.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44692026-08-20T01:48:05.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44702026-08-20T01:48:05.936Z
44712026-08-20T01:48:05.936Zinfo: running `cargo check --bins` on nexus-external-api (284/337)
44722026-08-20T01:48:06.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44732026-08-20T01:48:06.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44742026-08-20T01:48:06.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44752026-08-20T01:48:06.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44762026-08-20T01:48:06.539Z
44772026-08-20T01:48:06.539Zinfo: running `cargo check --bins` on nexus-internal-api (285/337)
44782026-08-20T01:48:07.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44792026-08-20T01:48:07.049Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44802026-08-20T01:48:07.049Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44812026-08-20T01:48:07.053Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44822026-08-20T01:48:07.140Z
44832026-08-20T01:48:07.140Zinfo: running `cargo check --bins` on nexus-lockstep-api (286/337)
44842026-08-20T01:48:07.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44852026-08-20T01:48:07.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44862026-08-20T01:48:07.652Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44872026-08-20T01:48:07.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44882026-08-20T01:48:07.747Z
44892026-08-20T01:48:07.747Zinfo: running `cargo check --bins` on ntp-admin-api (287/337)
44902026-08-20T01:48:08.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44912026-08-20T01:48:08.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44922026-08-20T01:48:08.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44932026-08-20T01:48:08.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
44942026-08-20T01:48:08.318Z
44952026-08-20T01:48:08.318Zinfo: running `cargo check --bins` on ntp-admin-types-versions (288/337)
44962026-08-20T01:48:08.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44972026-08-20T01:48:08.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44982026-08-20T01:48:08.790Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44992026-08-20T01:48:08.794Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
45002026-08-20T01:48:08.872Z
45012026-08-20T01:48:08.872Zinfo: running `cargo check --bins` on wicketd-api (289/337)
45022026-08-20T01:48:09.361Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45032026-08-20T01:48:09.364Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45042026-08-20T01:48:09.364Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45052026-08-20T01:48:09.368Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
45062026-08-20T01:48:09.450Z
45072026-08-20T01:48:09.450Zinfo: running `cargo check --bins` on wicketd-commission-api (290/337)
45082026-08-20T01:48:09.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45092026-08-20T01:48:09.937Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45102026-08-20T01:48:09.937Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45112026-08-20T01:48:09.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
45122026-08-20T01:48:10.023Z
45132026-08-20T01:48:10.023Zinfo: running `cargo check --bins` on omicron-ls-apis (291/337)
45142026-08-20T01:48:10.500Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45152026-08-20T01:48:10.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45162026-08-20T01:48:10.638Z Compiling blake3 v1.8.5
45172026-08-20T01:48:10.749Z Checking arrayvec v0.7.6
45182026-08-20T01:48:10.749Z Checking arrayref v0.3.9
45192026-08-20T01:48:10.753Z Checking constant_time_eq v0.4.2
45202026-08-20T01:48:10.770Z Checking cargo-platform v0.3.2
45212026-08-20T01:48:10.770Z Checking topological-sort v0.2.2
45222026-08-20T01:48:10.773Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
45232026-08-20T01:48:10.921Z Checking cargo_metadata v0.23.1
45242026-08-20T01:48:11.515Z Checking omicron-zone-package v0.12.3
45252026-08-20T01:48:12.221Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
45262026-08-20T01:48:13.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s
45272026-08-20T01:48:13.228Z
45282026-08-20T01:48:13.229Zinfo: running `cargo check --bins` on mgs-dev (292/337)
45292026-08-20T01:48:13.745Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45302026-08-20T01:48:13.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45312026-08-20T01:48:13.978Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45322026-08-20T01:48:14.578Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
45332026-08-20T01:48:15.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
45342026-08-20T01:48:15.275Z
45352026-08-20T01:48:15.275Zinfo: running `cargo check --bins` on omicron-omdb (293/337)
45362026-08-20T01:48:15.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-08-20T01:48:15.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-08-20T01:48:16.244Z Compiling darling_core v0.21.3
45392026-08-20T01:48:16.244Z Compiling vergen-lib v0.1.6
45402026-08-20T01:48:16.247Z Compiling diesel_derives v2.3.7
45412026-08-20T01:48:16.247Z Checking scheduled-thread-pool v0.2.7
45422026-08-20T01:48:16.247Z Compiling vergen-gitcl v1.0.8
45432026-08-20T01:48:16.247Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
45442026-08-20T01:48:16.247Z Compiling diesel_table_macro_syntax v0.3.0
45452026-08-20T01:48:16.247Z Compiling dirs-sys-next v0.1.2
45462026-08-20T01:48:16.524Z Compiling crunchy v0.2.4
45472026-08-20T01:48:16.609Z Compiling glob v0.3.3
45482026-08-20T01:48:16.680Z Compiling dirs-next v2.0.0
45492026-08-20T01:48:16.709Z Checking r2d2 v0.8.10
45502026-08-20T01:48:16.730Z Checking downcast-rs v2.0.2
45512026-08-20T01:48:16.796Z Compiling tiny-keccak v2.0.2
45522026-08-20T01:48:16.884Z Compiling term v0.7.0
45532026-08-20T01:48:16.927Z Compiling bit-vec v0.6.3
45542026-08-20T01:48:17.005Z Compiling clang-sys v1.8.1
45552026-08-20T01:48:17.063Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
45562026-08-20T01:48:17.131Z Compiling ascii-canvas v3.0.0
45572026-08-20T01:48:17.288Z Compiling bit-set v0.5.3
45582026-08-20T01:48:17.356Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
45592026-08-20T01:48:17.398Z Compiling itertools v0.10.5
45602026-08-20T01:48:17.434Z Compiling ena v0.14.4
45612026-08-20T01:48:17.451Z Compiling libloading v0.8.9
45622026-08-20T01:48:17.451Z Compiling bindgen v0.71.1
45632026-08-20T01:48:17.473Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
45642026-08-20T01:48:17.511Z Compiling diff v0.1.13
45652026-08-20T01:48:17.631Z Compiling regex-syntax v0.6.29
45662026-08-20T01:48:17.818Z Compiling cexpr v0.6.0
45672026-08-20T01:48:17.852Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45682026-08-20T01:48:18.014Z Compiling rustc-hash v2.1.1
45692026-08-20T01:48:18.189Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
45702026-08-20T01:48:18.257Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
45712026-08-20T01:48:18.440Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
45722026-08-20T01:48:18.460Z Compiling libxml v0.3.3
45732026-08-20T01:48:18.496Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45742026-08-20T01:48:18.694Z Compiling strum_macros v0.24.3
45752026-08-20T01:48:18.718Z Compiling indoc v1.0.9
45762026-08-20T01:48:18.860Z Compiling darling_macro v0.21.3
45772026-08-20T01:48:19.150Z Compiling lalrpop v0.19.12
45782026-08-20T01:48:19.370Z Compiling darling v0.21.3
45792026-08-20T01:48:19.501Z Compiling dsl_auto_type v0.2.0
45802026-08-20T01:48:19.568Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45812026-08-20T01:48:19.683Z Checking derive_builder v0.20.2
45822026-08-20T01:48:19.760Z Compiling oso-derive v0.27.3
45832026-08-20T01:48:19.807Z Checking quick-xml v0.37.5
45842026-08-20T01:48:20.019Z Compiling impl-trait-for-tuples v0.2.3
45852026-08-20T01:48:20.268Z Checking openssl-probe v0.1.6
45862026-08-20T01:48:20.411Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
45872026-08-20T01:48:20.698Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45882026-08-20T01:48:20.909Z Checking bb8 v0.8.6
45892026-08-20T01:48:21.164Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45902026-08-20T01:48:21.182Z Checking nonempty v0.12.0
45912026-08-20T01:48:21.217Z Compiling libz-sys v1.1.24
45922026-08-20T01:48:21.345Z Compiling strsim v0.10.0
45932026-08-20T01:48:21.384Z Compiling libgit2-sys v0.18.3+1.9.2
45942026-08-20T01:48:21.566Z Compiling darling_core v0.13.4
45952026-08-20T01:48:21.678Z Compiling vergen-git2 v9.1.0
45962026-08-20T01:48:21.777Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45972026-08-20T01:48:21.896Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
45982026-08-20T01:48:21.991Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45992026-08-20T01:48:22.206Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
46002026-08-20T01:48:22.391Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
46012026-08-20T01:48:22.584Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
46022026-08-20T01:48:22.769Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
46032026-08-20T01:48:22.875Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
46042026-08-20T01:48:22.952Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
46052026-08-20T01:48:23.138Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
46062026-08-20T01:48:23.323Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
46072026-08-20T01:48:23.420Z Compiling darling_macro v0.13.4
46082026-08-20T01:48:23.507Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
46092026-08-20T01:48:23.892Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46102026-08-20T01:48:23.907Z Compiling darling v0.13.4
46112026-08-20T01:48:24.002Z Compiling serde_with_macros v1.5.2
46122026-08-20T01:48:24.265Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
46132026-08-20T01:48:24.866Z Compiling serde_with v1.14.0
46142026-08-20T01:48:24.892Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46152026-08-20T01:48:25.084Z Checking twox-hash v2.1.2
46162026-08-20T01:48:25.344Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
46172026-08-20T01:48:25.380Z Checking diesel v2.3.7
46182026-08-20T01:48:25.396Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
46192026-08-20T01:48:26.028Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
46202026-08-20T01:48:27.053Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
46212026-08-20T01:48:27.163Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
46222026-08-20T01:48:27.596Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
46232026-08-20T01:48:27.856Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
46242026-08-20T01:48:28.438Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
46252026-08-20T01:48:28.629Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
46262026-08-20T01:48:28.998Z Checking libsw-core v0.3.2
46272026-08-20T01:48:29.092Z Checking atty v0.2.14
46282026-08-20T01:48:29.146Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
46292026-08-20T01:48:29.164Z Checking libsw v3.5.0
46302026-08-20T01:48:29.189Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
46312026-08-20T01:48:29.318Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
46322026-08-20T01:48:29.452Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46332026-08-20T01:48:29.609Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
46342026-08-20T01:48:30.828Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
46352026-08-20T01:48:30.875Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
46362026-08-20T01:48:31.379Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
46372026-08-20T01:48:31.549Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46382026-08-20T01:48:32.101Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
46392026-08-20T01:48:32.284Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
46402026-08-20T01:48:32.431Z Checking fatfs v0.3.6
46412026-08-20T01:48:32.522Z Checking console v0.16.2
46422026-08-20T01:48:32.832Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
46432026-08-20T01:48:32.887Z Checking unit-prefix v0.5.2
46442026-08-20T01:48:33.022Z Compiling seq-macro v0.3.6
46452026-08-20T01:48:33.521Z Checking indicatif v0.18.4
46462026-08-20T01:48:33.937Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
46472026-08-20T01:48:34.111Z Checking oxide-update-engine-display v0.1.2
46482026-08-20T01:48:34.125Z Checking support-bundle-viewer v0.1.2
46492026-08-20T01:48:34.372Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
46502026-08-20T01:48:34.413Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
46512026-08-20T01:48:34.587Z Checking multimap v0.10.1
46522026-08-20T01:48:40.559Z Checking diesel-dtrace v0.5.0
46532026-08-20T01:48:40.804Z Checking async-bb8-diesel v0.2.1
46542026-08-20T01:48:43.932Z Compiling samael v0.0.19
46552026-08-20T01:48:48.738Z Compiling git2 v0.20.4
46562026-08-20T01:48:49.933Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
46572026-08-20T01:48:51.142Z Compiling polar-core v0.27.3
46582026-08-20T01:48:51.256Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
46592026-08-20T01:48:55.630Z Checking oso v0.27.3
46602026-08-20T01:49:27.981Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
46612026-08-20T01:50:42.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
46622026-08-20T01:50:42.820Z
46632026-08-20T01:50:42.820Zinfo: running `cargo check --bins` on nexus-networking (294/337)
46642026-08-20T01:50:43.382Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46652026-08-20T01:50:43.385Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46662026-08-20T01:50:43.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46672026-08-20T01:50:43.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
46682026-08-20T01:50:43.488Z
46692026-08-20T01:50:43.488Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (295/337)
46702026-08-20T01:50:44.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46712026-08-20T01:50:44.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46722026-08-20T01:50:44.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46732026-08-20T01:50:44.020Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
46742026-08-20T01:50:44.115Z
46752026-08-20T01:50:44.115Zinfo: running `cargo check --bins` on nexus-saga-recovery (296/337)
46762026-08-20T01:50:44.658Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46772026-08-20T01:50:44.667Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46782026-08-20T01:50:44.667Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46792026-08-20T01:50:44.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
46802026-08-20T01:50:44.748Z
46812026-08-20T01:50:44.748Zinfo: running `cargo check --bins` on nexus-test-utils-macros (297/337)
46822026-08-20T01:50:45.221Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46832026-08-20T01:50:45.224Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46842026-08-20T01:50:45.224Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
46852026-08-20T01:50:45.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
46862026-08-20T01:50:45.311Z
46872026-08-20T01:50:45.311Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (298/337)
46882026-08-20T01:50:45.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46892026-08-20T01:50:45.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46902026-08-20T01:50:46.129Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46912026-08-20T01:50:46.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
46922026-08-20T01:50:47.091Z
46932026-08-20T01:50:47.091Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (299/337)
46942026-08-20T01:50:47.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46952026-08-20T01:50:47.640Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46962026-08-20T01:50:47.913Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
46972026-08-20T01:51:26.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.43s
46982026-08-20T01:51:26.738Z
46992026-08-20T01:51:26.738Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (300/337)
47002026-08-20T01:51:27.211Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47012026-08-20T01:51:27.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47022026-08-20T01:51:27.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47032026-08-20T01:51:27.218Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47042026-08-20T01:51:27.299Z
47052026-08-20T01:51:27.299Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (301/337)
47062026-08-20T01:51:27.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47072026-08-20T01:51:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47082026-08-20T01:51:27.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47092026-08-20T01:51:27.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
47102026-08-20T01:51:27.863Z
47112026-08-20T01:51:27.863Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (302/337)
47122026-08-20T01:51:28.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47132026-08-20T01:51:28.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47142026-08-20T01:51:28.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47152026-08-20T01:51:28.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47162026-08-20T01:51:28.478Z
47172026-08-20T01:51:28.478Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (303/337)
47182026-08-20T01:51:29.000Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47192026-08-20T01:51:29.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47202026-08-20T01:51:29.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47212026-08-20T01:51:29.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47222026-08-20T01:51:29.095Z
47232026-08-20T01:51:29.095Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (304/337)
47242026-08-20T01:51:29.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47252026-08-20T01:51:29.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47262026-08-20T01:51:29.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47272026-08-20T01:51:29.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47282026-08-20T01:51:29.723Z
47292026-08-20T01:51:29.723Zinfo: running `cargo check --bins` on nexus-mgs-updates (305/337)
47302026-08-20T01:51:30.234Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47312026-08-20T01:51:30.236Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47322026-08-20T01:51:30.236Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47332026-08-20T01:51:30.241Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47342026-08-20T01:51:30.334Z
47352026-08-20T01:51:30.334Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (306/337)
47362026-08-20T01:51:30.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47372026-08-20T01:51:30.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47382026-08-20T01:51:30.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47392026-08-20T01:51:30.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
47402026-08-20T01:51:30.963Z
47412026-08-20T01:51:30.963Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (307/337)
47422026-08-20T01:51:31.486Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47432026-08-20T01:51:31.489Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47442026-08-20T01:51:31.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47452026-08-20T01:51:31.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47462026-08-20T01:51:31.587Z
47472026-08-20T01:51:31.587Zinfo: running `cargo check --bins` on nexus-switch-config (308/337)
47482026-08-20T01:51:32.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47492026-08-20T01:51:32.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47502026-08-20T01:51:32.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47512026-08-20T01:51:32.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
47522026-08-20T01:51:32.196Z
47532026-08-20T01:51:32.196Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (309/337)
47542026-08-20T01:51:32.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47552026-08-20T01:51:32.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47562026-08-20T01:51:32.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47572026-08-20T01:51:32.726Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47582026-08-20T01:51:32.823Z
47592026-08-20T01:51:32.823Zinfo: running `cargo check --bins` on support-bundle-collection (310/337)
47602026-08-20T01:51:33.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47612026-08-20T01:51:33.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47622026-08-20T01:51:33.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47632026-08-20T01:51:33.350Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
47642026-08-20T01:51:33.443Z
47652026-08-20T01:51:33.443Zinfo: running `cargo check --bins` on omicron-dev (311/337)
47662026-08-20T01:51:34.004Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47672026-08-20T01:51:34.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47682026-08-20T01:51:34.337Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
47692026-08-20T01:51:34.340Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
47702026-08-20T01:51:34.526Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
47712026-08-20T01:51:34.554Z Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
47722026-08-20T01:51:34.572Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
47732026-08-20T01:51:34.583Z Checking yansi v1.0.1
47742026-08-20T01:51:34.586Z Checking diff v0.1.13
47752026-08-20T01:51:34.611Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
47762026-08-20T01:51:34.649Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47772026-08-20T01:51:34.839Z Checking pretty_assertions v1.4.1
47782026-08-20T01:51:35.594Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
47792026-08-20T01:51:35.594Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
47802026-08-20T01:52:00.722Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
47812026-08-20T01:52:00.722Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
47822026-08-20T01:52:00.726Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
47832026-08-20T01:52:00.726Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
47842026-08-20T01:52:00.726Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
47852026-08-20T01:52:00.726Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
47862026-08-20T01:52:00.726Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
47872026-08-20T01:52:01.581Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
47882026-08-20T01:52:01.583Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
47892026-08-20T01:52:02.861Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
47902026-08-20T01:52:41.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
47912026-08-20T01:52:41.489Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47922026-08-20T01:52:41.489Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47932026-08-20T01:52:41.679Z
47942026-08-20T01:52:41.679Zinfo: running `cargo check --bins` on oximeter-load-test (312/337)
47952026-08-20T01:52:42.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-08-20T01:52:42.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-08-20T01:52:42.379Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
47982026-08-20T01:52:43.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s
47992026-08-20T01:52:43.214Z
48002026-08-20T01:52:43.214Zinfo: running `cargo check --bins` on omicron-pins (313/337)
48012026-08-20T01:52:43.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-08-20T01:52:43.686Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-08-20T01:52:43.686Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-08-20T01:52:43.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48052026-08-20T01:52:43.768Z
48062026-08-20T01:52:43.768Zinfo: running `cargo check --bins` on rack-init-config (314/337)
48072026-08-20T01:52:44.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-08-20T01:52:44.258Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-08-20T01:52:44.258Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48102026-08-20T01:52:44.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
48112026-08-20T01:52:44.345Z
48122026-08-20T01:52:44.345Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (315/337)
48132026-08-20T01:52:44.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-08-20T01:52:44.878Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-08-20T01:52:45.109Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
48162026-08-20T01:52:45.233Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
48172026-08-20T01:52:45.239Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
48182026-08-20T01:53:12.210Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
48192026-08-20T01:53:12.610Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
48202026-08-20T01:53:14.381Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
48212026-08-20T01:53:14.853Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
48222026-08-20T01:53:17.985Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
48232026-08-20T01:53:41.861Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48242026-08-20T01:53:42.603Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
48252026-08-20T01:53:44.322Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.93s
48262026-08-20T01:53:44.506Z
48272026-08-20T01:53:44.506Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (316/337)
48282026-08-20T01:53:45.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-08-20T01:53:45.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-08-20T01:53:45.238Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
48312026-08-20T01:53:46.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48322026-08-20T01:53:46.127Z
48332026-08-20T01:53:46.127Zinfo: running `cargo check --bins` on omicron-releng (317/337)
48342026-08-20T01:53:46.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-08-20T01:53:46.626Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-08-20T01:53:46.772Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
48372026-08-20T01:53:46.848Z Compiling fs-err v2.11.0
48382026-08-20T01:53:47.030Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
48392026-08-20T01:53:47.030Z Checking parse-size v1.1.0
48402026-08-20T01:53:47.030Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48412026-08-20T01:53:47.030Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48422026-08-20T01:53:47.030Z Checking shell-words v1.1.1
48432026-08-20T01:53:47.125Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48442026-08-20T01:53:47.304Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48452026-08-20T01:53:47.475Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
48462026-08-20T01:53:48.143Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48472026-08-20T01:53:49.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
48482026-08-20T01:53:49.271Z
48492026-08-20T01:53:49.271Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (318/337)
48502026-08-20T01:53:49.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48512026-08-20T01:53:49.800Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48522026-08-20T01:53:49.893Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
48532026-08-20T01:53:50.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
48542026-08-20T01:53:50.554Z
48552026-08-20T01:53:50.554Zinfo: running `cargo check --bins` on schema (319/337)
48562026-08-20T01:53:51.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48572026-08-20T01:53:51.081Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48582026-08-20T01:53:51.275Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
48592026-08-20T01:53:51.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
48602026-08-20T01:53:52.179Z
48612026-08-20T01:53:52.179Zinfo: running `cargo check --bins` on xtask (320/337)
48622026-08-20T01:53:52.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48632026-08-20T01:53:52.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48642026-08-20T01:53:52.593Z Checking serde_core v1.0.228
48652026-08-20T01:53:52.593Z Checking libc v0.2.185
48662026-08-20T01:53:52.658Z Checking bitflags v2.11.0
48672026-08-20T01:53:52.674Z Checking scroll v0.12.0
48682026-08-20T01:53:52.674Z Checking thiserror v1.0.69
48692026-08-20T01:53:52.691Z Checking log v0.4.33
48702026-08-20T01:53:52.715Z Checking zerocopy v0.7.35
48712026-08-20T01:53:52.715Z Checking indexmap v2.14.0
48722026-08-20T01:53:52.763Z Checking syn v2.0.117
48732026-08-20T01:53:52.795Z Checking dtrace-parser v0.2.0
48742026-08-20T01:53:52.814Z Checking once_cell v1.21.3
48752026-08-20T01:53:52.881Z Checking goblin v0.8.2
48762026-08-20T01:53:52.941Z Checking errno v0.3.14
48772026-08-20T01:53:52.995Z Checking getrandom v0.3.4
48782026-08-20T01:53:53.024Z Checking thread-id v4.2.2
48792026-08-20T01:53:53.048Z Checking rustix v1.1.4
48802026-08-20T01:53:53.102Z Checking memmap v0.7.0
48812026-08-20T01:53:53.117Z Checking thiserror v2.0.18
48822026-08-20T01:53:53.178Z Checking fs-err v3.3.0
48832026-08-20T01:53:53.218Z Checking tabled v0.15.0
48842026-08-20T01:53:53.229Z Checking anyhow v1.0.104
48852026-08-20T01:53:53.824Z Checking terminal_size v0.4.3
48862026-08-20T01:53:53.824Z Checking tempfile v3.27.0
48872026-08-20T01:53:53.940Z Checking clap_builder v4.6.0
48882026-08-20T01:53:53.945Z Checking textwrap v0.16.2
48892026-08-20T01:53:54.084Z Checking serde v1.0.228
48902026-08-20T01:53:54.095Z Checking serde_json v1.0.151
48912026-08-20T01:53:54.095Z Checking camino v1.2.5
48922026-08-20T01:53:54.138Z Checking semver v1.0.28
48932026-08-20T01:53:54.308Z Checking cargo-platform v0.3.2
48942026-08-20T01:53:54.339Z Checking camino-tempfile v1.4.1
48952026-08-20T01:53:54.493Z Checking serde_spanned v0.6.9
48962026-08-20T01:53:54.493Z Checking toml_datetime v0.6.11
48972026-08-20T01:53:54.501Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
48982026-08-20T01:53:54.501Z Checking macaddr v1.0.1
48992026-08-20T01:53:54.667Z Checking toml_edit v0.22.27
49002026-08-20T01:53:54.686Z Checking dof v0.3.0
49012026-08-20T01:53:54.686Z Checking cargo_metadata v0.23.1
49022026-08-20T01:53:54.953Z Checking usdt-impl v0.5.0
49032026-08-20T01:53:55.131Z Checking clap v4.6.1
49042026-08-20T01:53:55.221Z Checking usdt v0.5.0
49052026-08-20T01:53:55.624Z Checking toml v0.8.23
49062026-08-20T01:53:55.884Z Checking cargo_toml v0.21.0
49072026-08-20T01:53:56.511Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
49082026-08-20T01:53:56.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s
49092026-08-20T01:53:57.003Z
49102026-08-20T01:53:57.003Zinfo: running `cargo check --bins` on dnsadm (321/337)
49112026-08-20T01:53:57.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49122026-08-20T01:53:57.496Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49132026-08-20T01:53:57.647Z Checking arc-swap v1.8.2
49142026-08-20T01:53:57.932Z Checking slog-scope v4.4.1
49152026-08-20T01:53:58.034Z Checking slog-stdlog v4.1.1
49162026-08-20T01:53:58.133Z Checking slog-envlogger v2.2.0
49172026-08-20T01:53:58.249Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
49182026-08-20T01:53:58.669Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s
49192026-08-20T01:53:58.837Z
49202026-08-20T01:53:58.837Zinfo: running `cargo check --bins` on end-to-end-tests (322/337)
49212026-08-20T01:53:59.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49222026-08-20T01:53:59.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49232026-08-20T01:53:59.707Z Checking cpubits v0.1.1
49242026-08-20T01:53:59.772Z Checking pem-rfc7468 v1.0.0
49252026-08-20T01:53:59.784Z Checking hmac v0.13.0
49262026-08-20T01:53:59.787Z Checking universal-hash v0.6.1
49272026-08-20T01:53:59.807Z Checking ctr v0.10.1
49282026-08-20T01:53:59.807Z Checking aead v0.6.1
49292026-08-20T01:53:59.836Z Checking crypto-bigint v0.7.5
49302026-08-20T01:53:59.836Z Checking aes v0.9.1
49312026-08-20T01:53:59.864Z Checking salsa20 v0.11.0
49322026-08-20T01:53:59.905Z Checking polyval v0.7.1
49332026-08-20T01:53:59.938Z Checking der v0.8.0
49342026-08-20T01:53:59.949Z Checking pbkdf2 v0.13.0
49352026-08-20T01:53:59.958Z Checking cbc v0.2.1
49362026-08-20T01:54:00.016Z Checking ff v0.14.0
49372026-08-20T01:54:00.021Z Checking signature v3.0.0
49382026-08-20T01:54:00.063Z Checking scrypt v0.12.0
49392026-08-20T01:54:00.078Z Checking base16ct v1.0.0
49402026-08-20T01:54:00.081Z Checking ghash v0.6.0
49412026-08-20T01:54:00.166Z Checking group v0.14.0
49422026-08-20T01:54:00.194Z Checking hkdf v0.13.0
49432026-08-20T01:54:00.212Z Compiling curve25519-dalek v5.0.0
49442026-08-20T01:54:00.229Z Checking aes-gcm v0.11.0
49452026-08-20T01:54:00.244Z Checking keccak v0.2.0
49462026-08-20T01:54:00.259Z Checking poly1305 v0.9.0
49472026-08-20T01:54:00.315Z Checking wnaf v0.14.0
49482026-08-20T01:54:00.329Z Checking blowfish v0.10.0
49492026-08-20T01:54:00.382Z Checking blake2 v0.11.0-rc.6
49502026-08-20T01:54:00.397Z Checking sha3 v0.11.0
49512026-08-20T01:54:00.469Z Checking bcrypt-pbkdf v0.11.0
49522026-08-20T01:54:00.487Z Checking kem v0.3.0
49532026-08-20T01:54:00.524Z Checking module-lattice v0.2.3
49542026-08-20T01:54:00.603Z Checking sponge-cursor v0.1.0
49552026-08-20T01:54:00.640Z Checking argon2 v0.6.0-rc.8
49562026-08-20T01:54:00.649Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
49572026-08-20T01:54:00.704Z Checking spki v0.8.0
49582026-08-20T01:54:00.725Z Checking sec1 v0.8.1
49592026-08-20T01:54:00.739Z Checking sha3 v0.12.0
49602026-08-20T01:54:00.742Z Checking ml-kem v0.3.2
49612026-08-20T01:54:00.821Z Checking internal-russh-num-bigint v0.5.0
49622026-08-20T01:54:00.886Z Checking pkcs5 v0.8.1
49632026-08-20T01:54:00.926Z Checking pkcs1 v0.8.0-rc.4
49642026-08-20T01:54:00.942Z Checking num-bigint v0.4.6
49652026-08-20T01:54:00.942Z Checking generic-array v1.4.3
49662026-08-20T01:54:01.130Z Checking russh-util v0.52.0
49672026-08-20T01:54:01.155Z Checking pkcs8 v0.11.0
49682026-08-20T01:54:01.252Z Compiling enum_dispatch v0.3.13
49692026-08-20T01:54:01.337Z Compiling delegate v0.13.5
49702026-08-20T01:54:01.352Z Checking ed25519 v3.0.0
49712026-08-20T01:54:01.478Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49722026-08-20T01:54:01.537Z Checking hex-literal v1.1.0
49732026-08-20T01:54:01.553Z Checking ed25519-dalek v3.0.0
49742026-08-20T01:54:01.631Z Checking md5 v0.8.0
49752026-08-20T01:54:01.669Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
49762026-08-20T01:54:01.767Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
49772026-08-20T01:54:01.809Z Checking socket2 v0.5.10
49782026-08-20T01:54:01.871Z Checking internet-checksum v0.2.1
49792026-08-20T01:54:01.886Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
49802026-08-20T01:54:02.045Z Checking elliptic-curve v0.14.1
49812026-08-20T01:54:02.045Z Checking primefield v0.14.0
49822026-08-20T01:54:02.049Z Checking rfc6979 v0.6.0
49832026-08-20T01:54:02.049Z Checking ssh-encoding v0.3.0
49842026-08-20T01:54:02.186Z Checking crypto-primes v0.7.2
49852026-08-20T01:54:02.261Z Checking ssh-cipher v0.3.0
49862026-08-20T01:54:02.268Z Checking russh-cryptovec v0.62.0
49872026-08-20T01:54:02.470Z Checking primeorder v0.14.0
49882026-08-20T01:54:02.478Z Checking ecdsa v0.17.0
49892026-08-20T01:54:02.833Z Checking p384 v0.14.0
49902026-08-20T01:54:02.838Z Checking p256 v0.14.0
49912026-08-20T01:54:02.838Z Checking p521 v0.14.0
49922026-08-20T01:54:03.113Z Checking rsa v0.10.0-rc.18
49932026-08-20T01:54:05.655Z Checking ssh-key v0.7.0-rc.11
49942026-08-20T01:54:06.413Z Checking russh v0.62.4
49952026-08-20T01:54:20.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.28s
49962026-08-20T01:54:20.129Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49972026-08-20T01:54:20.129Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49982026-08-20T01:54:20.328Z
49992026-08-20T01:54:20.328Zinfo: running `cargo check --bins` on gateway-cli (323/337)
50002026-08-20T01:54:20.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50012026-08-20T01:54:20.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50022026-08-20T01:54:20.973Z Checking termios v0.3.3
50032026-08-20T01:54:21.166Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
50042026-08-20T01:54:21.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
50052026-08-20T01:54:21.930Z
50062026-08-20T01:54:21.930Zinfo: running `cargo check --bins --no-default-features` on installinator (324/337)
50072026-08-20T01:54:22.441Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50082026-08-20T01:54:22.444Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50092026-08-20T01:54:22.624Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
50102026-08-20T01:54:23.315Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
50112026-08-20T01:54:24.909Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
50122026-08-20T01:54:25.093Z
50132026-08-20T01:54:25.093Zinfo: running `cargo check --bins` on internal-dns-cli (325/337)
50142026-08-20T01:54:25.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50152026-08-20T01:54:25.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50162026-08-20T01:54:25.731Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50172026-08-20T01:54:26.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
50182026-08-20T01:54:26.332Z
50192026-08-20T01:54:26.332Zinfo: running `cargo check --bins` on omicron-live-tests (326/337)
50202026-08-20T01:54:26.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50212026-08-20T01:54:26.823Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50222026-08-20T01:54:26.823Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50232026-08-20T01:54:26.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50242026-08-20T01:54:26.897Z
50252026-08-20T01:54:26.897Zinfo: running `cargo check --bins` on live-tests-macros (327/337)
50262026-08-20T01:54:27.374Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50272026-08-20T01:54:27.377Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50282026-08-20T01:54:27.377Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50292026-08-20T01:54:27.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
50302026-08-20T01:54:27.461Z
50312026-08-20T01:54:27.461Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (328/337)
50322026-08-20T01:54:27.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50332026-08-20T01:54:27.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50342026-08-20T01:54:28.219Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
50352026-08-20T01:54:28.780Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
50362026-08-20T01:54:28.974Z
50372026-08-20T01:54:28.974Zinfo: running `cargo check --bins` on omicron-ntp-admin (329/337)
50382026-08-20T01:54:29.472Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50392026-08-20T01:54:29.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50402026-08-20T01:54:29.617Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
50412026-08-20T01:54:29.617Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
50422026-08-20T01:54:30.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
50432026-08-20T01:54:30.709Z
50442026-08-20T01:54:30.709Zinfo: running `cargo check --bins` on ntp-admin-types (330/337)
50452026-08-20T01:54:31.183Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50462026-08-20T01:54:31.193Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50472026-08-20T01:54:31.193Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
50482026-08-20T01:54:31.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
50492026-08-20T01:54:31.267Z
50502026-08-20T01:54:31.267Zinfo: running `cargo check --bins` on omicron-package (331/337)
50512026-08-20T01:54:31.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50522026-08-20T01:54:31.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50532026-08-20T01:54:31.943Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
50542026-08-20T01:54:33.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.75s
50552026-08-20T01:54:33.198Z
50562026-08-20T01:54:33.198Zinfo: running `cargo check --bins` on tqdb (332/337)
50572026-08-20T01:54:33.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50582026-08-20T01:54:33.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50592026-08-20T01:54:33.960Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
50602026-08-20T01:54:34.311Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
50612026-08-20T01:54:34.826Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
50622026-08-20T01:54:34.829Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
50632026-08-20T01:54:41.168Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
50642026-08-20T01:54:41.168Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
50652026-08-20T01:54:41.182Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
50662026-08-20T01:54:41.779Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
50672026-08-20T01:54:41.786Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
50682026-08-20T01:54:41.786Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
50692026-08-20T01:54:42.563Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
50702026-08-20T01:54:42.995Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
50712026-08-20T01:54:43.231Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
50722026-08-20T01:54:43.604Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
50732026-08-20T01:54:44.459Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
50742026-08-20T01:54:45.100Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
50752026-08-20T01:54:49.977Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
50762026-08-20T01:54:57.182Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
50772026-08-20T01:54:57.185Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
50782026-08-20T01:54:57.185Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
50792026-08-20T01:54:57.185Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
50802026-08-20T01:54:58.703Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
50812026-08-20T01:54:59.989Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
50822026-08-20T01:55:00.658Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
50832026-08-20T01:55:01.934Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
50842026-08-20T01:55:02.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.27s
50852026-08-20T01:55:02.687Z
50862026-08-20T01:55:02.687Zinfo: running `cargo check --bins` on wicket-dbg (333/337)
50872026-08-20T01:55:03.199Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
50882026-08-20T01:55:03.203Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
50892026-08-20T01:55:03.391Z Checking rtoolbox v0.0.3
50902026-08-20T01:55:03.394Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
50912026-08-20T01:55:03.394Z Checking tui-tree-widget v0.23.1
50922026-08-20T01:55:03.523Z Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
50932026-08-20T01:55:03.609Z Checking rpassword v7.5.4
50942026-08-20T01:55:06.562Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
50952026-08-20T01:55:08.400Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
50962026-08-20T01:55:09.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s
50972026-08-20T01:55:09.506Z
50982026-08-20T01:55:09.506Zinfo: running `cargo check --bins` on wicket (334/337)
50992026-08-20T01:55:10.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51002026-08-20T01:55:10.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51012026-08-20T01:55:10.190Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
51022026-08-20T01:55:10.554Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
51032026-08-20T01:55:10.735Z
51042026-08-20T01:55:10.735Zinfo: running `cargo check --bins` on wicketd (335/337)
51052026-08-20T01:55:11.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51062026-08-20T01:55:11.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51072026-08-20T01:55:11.428Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
51082026-08-20T01:55:15.031Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.29s
51092026-08-20T01:55:15.216Z
51102026-08-20T01:55:15.216Zinfo: running `cargo check --bins` on omicron-workspace-hack (336/337)
51112026-08-20T01:55:15.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51122026-08-20T01:55:15.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51132026-08-20T01:55:15.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
51142026-08-20T01:55:15.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
51152026-08-20T01:55:15.767Z
51162026-08-20T01:55:15.767Zinfo: running `cargo check --bins` on zone-setup (337/337)
51172026-08-20T01:55:16.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
51182026-08-20T01:55:16.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
51192026-08-20T01:55:16.423Z Checking uzers v0.12.2
51202026-08-20T01:55:16.695Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
51212026-08-20T01:55:17.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
51222026-08-20T01:55:17.674Z
51232026-08-20T01:55:17.674Zreal 14:02.686777033
51242026-08-20T01:55:17.674Zuser 21:19.641473562
51252026-08-20T01:55:17.674Zsys 4:22.556417262
51262026-08-20T01:55:17.674Ztrap 0.338810094
51272026-08-20T01:55:17.674Ztflt 0.580440675
51282026-08-20T01:55:17.674Zdflt 0.866017638
51292026-08-20T01:55:17.674Zkflt 0.004721240
51302026-08-20T01:55:17.674Zlock 1:29:53.339156483
51312026-08-20T01:55:17.675Zslp 1:41:03.440370082
51322026-08-20T01:55:17.675Zlat 58.232825281
51332026-08-20T01:55:17.675Zstop 4:11.606525053
51342026-08-20T01:55:17.678Zprocess exited: duration 972921 ms, exit code 0
 
51352026-08-20T01:55:17.687Zfound 0 output files