01KYPCGDN3YET7YV1KMAS4N295: 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: 01KYPCGV4F66HDS0VRGR1MW25Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T07:31:30.773Zjob assigned to worker 01KYPCGY29AVKVV2HZ998RQJBT [factory aws, i-00166cd8af79e051d] (queued for 46 s)
 
22026-07-29T07:31:36.691Zstarting task 0: "setup"
32026-07-29T07:31:36.695Z++ uname -s
42026-07-29T07:31:36.698Z+ kern=SunOS
52026-07-29T07:31:36.698Z+ build_user=build
62026-07-29T07:31:36.698Z+ build_uid=12345
72026-07-29T07:31:36.698Z+ work_dir=/work
82026-07-29T07:31:36.698Z+ input_dir=/input
92026-07-29T07:31:36.698Z+ [[ 0 == 12345 ]]
102026-07-29T07:31:36.698Z+ case "$kern" in
112026-07-29T07:31:36.698Z+ groupadd -g 12345 build
122026-07-29T07:31:36.698Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T07:31:38.703Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T07:31:38.782Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T07:31:38.785Z+ home_fs=zfs
162026-07-29T07:31:38.785Z+ [[ zfs == autofs ]]
172026-07-29T07:31:38.785Z+ mkdir -p /home/build
182026-07-29T07:31:38.785Z+ chown build:build /home/build /work
192026-07-29T07:31:40.786Z+ chmod 0700 /home/build /work
202026-07-29T07:31:40.789Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-29T07:31:40.796Zstarting task 1: "rust-toolchain"
222026-07-29T07:31:40.799Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T07:31:40.799Z * rust toolchain channel = "1.97.1"
242026-07-29T07:31:40.799Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-29T07:31:40.799Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-29T07:31:40.799Z * rust toolchain profile = "default"
272026-07-29T07:31:40.799Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-29T07:31:40.803Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T07:31:40.803Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T07:31:40.857Zinfo: downloading installer
312026-07-29T07:31:42.228Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T07:31:42.228Zwarn: /home/build/.rustup/settings.toml
332026-07-29T07:31:42.228Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T07:31:42.228Zwarn: instead of the one inferred from the default host triple.
352026-07-29T07:31:42.241Zinfo: profile set to default
362026-07-29T07:31:42.241Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T07:31:42.244Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T07:31:42.385Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T07:31:42.388Zinfo: downloading 6 components
402026-07-29T07:31:57.562Z
412026-07-29T07:31:57.562Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-29T07:31:57.590Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T07:31:57.590Z
442026-07-29T07:31:57.590Z
452026-07-29T07:31:57.590ZRust is installed now. Great!
462026-07-29T07:31:57.590Z
472026-07-29T07:31:57.590ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T07:31:57.590Zenvironment variable. This has not been done automatically.
492026-07-29T07:31:57.593Z
502026-07-29T07:31:57.593ZTo configure your current shell, you need to source
512026-07-29T07:31:57.593Zthe corresponding env file under $HOME/.cargo.
522026-07-29T07:31:57.593Z
532026-07-29T07:31:57.593ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T07:31:57.593Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T07:31:57.593Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T07:31:57.593Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T07:31:57.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T07:31:57.593Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T07:31:57.593Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T07:31:57.593Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T07:31:57.593Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T07:31:57.679Z+ rustup --version
632026-07-29T07:31:57.688Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T07:31:57.693Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T07:31:57.710Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T07:31:57.713Z+ cargo --version
672026-07-29T07:31:57.727Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T07:31:57.731Z+ rustc --version
692026-07-29T07:31:57.750Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T07:31:57.753Zprocess exited: duration 16956 ms, exit code 0
 
712026-07-29T07:31:57.761Zstarting task 2: "authentication"
722026-07-29T07:31:57.778Zprocess exited: duration 16 ms, exit code 0
 
732026-07-29T07:31:57.787Zstarting task 3: "clone repository"
742026-07-29T07:31:57.791Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T07:31:57.791Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T07:31:57.823ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T07:32:15.012Z+ cd /work/oxidecomputer/omicron
782026-07-29T07:32:15.012Z+ git fetch origin ea8cb15d41e6f8733fdb01922edec9063adcb169
792026-07-29T07:32:15.309ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T07:32:15.309Z * branch ea8cb15d41e6f8733fdb01922edec9063adcb169 -> FETCH_HEAD
812026-07-29T07:32:15.321Z+ [[ -n '' ]]
822026-07-29T07:32:15.321Z+ git reset --hard ea8cb15d41e6f8733fdb01922edec9063adcb169
832026-07-29T07:32:15.422ZHEAD is now at ea8cb15d4 avoid setting serde_json's float_roundtrip
842026-07-29T07:32:15.426Zprocess exited: duration 17640 ms, exit code 0
 
852026-07-29T07:32:15.432Zstarting task 4: "build"
862026-07-29T07:32:15.436Z+ source .github/buildomat/ci-env.sh
872026-07-29T07:32:15.439Z++ export CARGO_TERM_COLOR=always
882026-07-29T07:32:15.439Z++ CARGO_TERM_COLOR=always
892026-07-29T07:32:15.439Z+++ uname -s
902026-07-29T07:32:15.439Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-29T07:32:15.439Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-29T07:32:15.442Z+ cargo --version
932026-07-29T07:32:15.448Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-07-29T07:32:15.452Z+ rustc --version
952026-07-29T07:32:15.471Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-07-29T07:32:15.474Z+ source ./env.sh
972026-07-29T07:32:15.474Z++ OLD_SHELL_OPTS=ehxB
982026-07-29T07:32:15.474Z++ set -o xtrace
992026-07-29T07:32:15.477Z++++ dirname ./env.sh
1002026-07-29T07:32:15.477Z+++ readlink -f .
1012026-07-29T07:32:15.481Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ 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-07-29T07:32:15.481Z++ case $OLD_SHELL_OPTS in
1132026-07-29T07:32:15.481Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-07-29T07:32:15.481Z+ 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-07-29T07:32:15.481Z+ 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-07-29T07:32:15.481Z+ banner prerequisites
1172026-07-29T07:32:15.481Z
1182026-07-29T07:32:15.481Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-07-29T07:32:15.481Z # # # # # # # # # # # # # # #
1202026-07-29T07:32:15.481Z # # # # ##### # # ##### # # # # # #### #
1212026-07-29T07:32:15.481Z ##### ##### # ##### # # # # # # # # #
1222026-07-29T07:32:15.481Z # # # # # # # # # # # # # # #
1232026-07-29T07:32:15.481Z # # # ###### # # ###### ### # #### # #### #
1242026-07-29T07:32:15.481Z
1252026-07-29T07:32:15.481Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-07-29T07:32:17.146Z Startup: Refreshing catalog 'helios' ... Done
1272026-07-29T07:32:17.381Z Startup: Caching catalogs ... Done
1282026-07-29T07:32:18.568ZPlanning: Solver setup ... Done (1.106s)
1292026-07-29T07:32:18.612ZPlanning: Running solver ... Done (0.044s)
1302026-07-29T07:32:18.642ZPlanning: Finding local manifests ... Done (0.002s)
1312026-07-29T07:32:18.652ZPlanning: Fetching manifests: 0/2 0% complete
1322026-07-29T07:32:18.667ZPlanning: Fetching manifests: 2/2 100% complete
1332026-07-29T07:32:18.680ZPlanning: Package planning ... Done (0.013s)
1342026-07-29T07:32:18.683ZPlanning: Merging actions ... Done (0.001s)
1352026-07-29T07:32:18.893ZPlanning: Checking for conflicting actions ... Done (0.211s)
1362026-07-29T07:32:18.896ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-07-29T07:32:19.675ZPlanning: Evaluating mediators ... Done (0.781s)
1382026-07-29T07:32:19.678ZPlanning: Planning completed in 2.27 seconds
1392026-07-29T07:32:19.684Z Packages to install: 2
1402026-07-29T07:32:19.687Z Estimated space available: 156.02 GB
1412026-07-29T07:32:19.687ZEstimated space to be consumed: 55.05 MB
1422026-07-29T07:32:19.687Z Create boot environment: No
1432026-07-29T07:32:19.688ZCreate backup boot environment: No
1442026-07-29T07:32:19.688Z Rebuild boot archive: No
1452026-07-29T07:32:19.688Z
1462026-07-29T07:32:19.688ZChanged packages:
1472026-07-29T07:32:19.688Zhelios
1482026-07-29T07:32:19.688Z developer/build-essential
1492026-07-29T07:32:19.688Z None -> 11-3.0
1502026-07-29T07:32:19.688Z library/libxmlsec1
1512026-07-29T07:32:19.688Z None -> 1.2.35-3.0
1522026-07-29T07:32:19.708Z
1532026-07-29T07:32:19.708ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-07-29T07:32:19.776ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1552026-07-29T07:32:19.870Z Actions: 1/268 actions (Installing new actions)
1562026-07-29T07:32:19.908Z Actions: Completed 268 actions in 0.04 seconds.
1572026-07-29T07:32:19.932ZFinalize: Updating package state database ... Done (0.024s)
1582026-07-29T07:32:19.936ZFinalize: Updating package cache ... Done (0.000s)
1592026-07-29T07:32:19.991ZFinalize: Updating image state ... Done (0.059s)
1602026-07-29T07:32:22.401ZFinalize: Creating fast lookup database ... Done (2.371s)
1612026-07-29T07:32:22.474ZFinalize: Reading search index ... Done (0.014s)
1622026-07-29T07:32:22.477ZFinalize: Updating search index ... Done (0.000s)
1632026-07-29T07:32:22.582ZFinalize: Updating package cache ... Done (0.000s)
1642026-07-29T07:32:22.923ZPlanning: Evaluating mediator changes ... Done
1652026-07-29T07:32:23.029ZPlanning: Checking for conflicting actions ... Done
1662026-07-29T07:32:23.034ZPlanning: Consolidating action changes ... Done
1672026-07-29T07:32:23.187ZPlanning: Evaluating mediators ... Done
1682026-07-29T07:32:23.191ZPlanning: Planning completed in 0.26 seconds
1692026-07-29T07:32:23.210Z Mediators to change: 2
1702026-07-29T07:32:23.210Z Create boot environment: No
1712026-07-29T07:32:23.213ZCreate backup boot environment: No
1722026-07-29T07:32:23.254ZFinalize: Updating package state database ... Done
1732026-07-29T07:32:23.254ZFinalize: Updating package cache ... Done
1742026-07-29T07:32:23.289ZFinalize: Updating image state ... Done
1752026-07-29T07:32:25.266ZFinalize: Creating fast lookup database ... Done
1762026-07-29T07:32:25.325ZFinalize: Reading search index ... Done
1772026-07-29T07:32:25.330ZFinalize: Updating search index ... Done
1782026-07-29T07:32:25.408ZFinalize: Updating package cache ... Done
1792026-07-29T07:32:25.692ZPlanning: Evaluating mediator changes ... Done
1802026-07-29T07:32:25.798ZPlanning: Checking for conflicting actions ... Done
1812026-07-29T07:32:25.801ZPlanning: Consolidating action changes ... Done
1822026-07-29T07:32:25.956ZPlanning: Evaluating mediators ... Done
1832026-07-29T07:32:25.959ZPlanning: Planning completed in 0.27 seconds
1842026-07-29T07:32:25.979Z Mediators to change: 1
1852026-07-29T07:32:25.979Z Create boot environment: No
1862026-07-29T07:32:25.979ZCreate backup boot environment: No
1872026-07-29T07:32:26.021ZFinalize: Updating package state database ... Done
1882026-07-29T07:32:26.021ZFinalize: Updating package cache ... Done
1892026-07-29T07:32:26.057ZFinalize: Updating image state ... Done
1902026-07-29T07:32:28.027ZFinalize: Creating fast lookup database ... Done
1912026-07-29T07:32:28.090ZFinalize: Reading search index ... Done
1922026-07-29T07:32:28.093ZFinalize: Updating search index ... Done
1932026-07-29T07:32:28.157ZFinalize: Updating package cache ... Done
1942026-07-29T07:32:28.474ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-07-29T07:32:28.474Zapache system 2.4 system
1962026-07-29T07:32:28.474Zclang system 15 system
1972026-07-29T07:32:28.474Zcsh system system illumos
1982026-07-29T07:32:28.474Zctags system system illumos
1992026-07-29T07:32:28.474Zfile vendor vendor darwinsys
2002026-07-29T07:32:28.474Zfile system system illumos
2012026-07-29T07:32:28.474Zgcc vendor 14 vendor
2022026-07-29T07:32:28.474Zgcc system 13 system
2032026-07-29T07:32:28.474Zgcc system 10 system
2042026-07-29T07:32:28.474Zgo system 1.25 system
2052026-07-29T07:32:28.474Zllvm system 15 system
2062026-07-29T07:32:28.474Zmariadb system 11.4 system
2072026-07-29T07:32:28.474Zmta vendor vendor dma
2082026-07-29T07:32:28.475Zopenjdk system 17 system
2092026-07-29T07:32:28.475Zopenjdk system 11 system
2102026-07-29T07:32:28.475Zopenssl vendor 3 vendor
2112026-07-29T07:32:28.475Zperl system 5.40 system
2122026-07-29T07:32:28.475Zpostgresql system 18 system
2132026-07-29T07:32:28.475Zpostgresql system 17 system
2142026-07-29T07:32:28.475Zpython vendor 3 vendor
2152026-07-29T07:32:28.475Zpython system 2 system
2162026-07-29T07:32:28.475Zpython3 vendor 3.13 vendor
2172026-07-29T07:32:28.475Zruby system 3.4 system
2182026-07-29T07:32:28.475Zruby system 3.0 system
2192026-07-29T07:32:28.475Zwords vendor vendor american-english
2202026-07-29T07:32:28.475Zwords system system australian-english
2212026-07-29T07:32:28.475Zwords system system british-english
2222026-07-29T07:32:28.475Zwords system system canadian-english
2232026-07-29T07:32:28.475Zwords system system french
2242026-07-29T07:32:28.475Zwords system system italian
2252026-07-29T07:32:28.475Zwords system system ngerman
2262026-07-29T07:32:28.475Zwords system system ogerman
2272026-07-29T07:32:28.475Zwords system system spanish
2282026-07-29T07:32:28.728ZPUBLISHER TYPE STATUS P LOCATION
2292026-07-29T07:32:28.728Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-07-29T07:32:29.127ZFMRI IFO
2312026-07-29T07:32:29.127Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-07-29T07:32:29.127Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-07-29T07:32:29.127Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-07-29T07:32:29.127Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-07-29T07:32:29.127Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-07-29T07:32:29.127Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-07-29T07:32:29.127Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-07-29T07:32:29.127Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-07-29T07:32:29.127Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-07-29T07:32:29.430Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-07-29T07:32:29.733Z Updating crates.io index
2422026-07-29T07:32:29.737Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-07-29T07:32:30.003Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-07-29T07:32:30.277Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-07-29T07:32:31.490Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-07-29T07:32:32.065Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-07-29T07:32:33.977Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-07-29T07:32:35.150Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-07-29T07:32:35.436Z Updating git repository `https://github.com/oxidecomputer/lldp`
2502026-07-29T07:32:35.753Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-07-29T07:32:37.108Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-07-29T07:32:37.369Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-07-29T07:32:37.728Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-07-29T07:32:37.985Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-07-29T07:32:38.523Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-29T07:32:39.073Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-07-29T07:32:39.302Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-29T07:32:39.548Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-07-29T07:32:39.823Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-07-29T07:32:40.152Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-07-29T07:32:40.366Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-07-29T07:32:40.601Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-07-29T07:32:40.894Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-07-29T07:32:41.264Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-07-29T07:32:41.761Z Updating git repository `https://github.com/oxidecomputer/erebor`
2662026-07-29T07:32:42.023Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-07-29T07:32:42.461Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-07-29T07:32:42.713Z Updating git repository `https://github.com/oxidecomputer/sigstore-verify`
2692026-07-29T07:32:42.990Z Updating git submodule `https://github.com/sigstore/sigstore-conformance`
2702026-07-29T07:32:43.385Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2712026-07-29T07:32:44.063Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2722026-07-29T07:32:44.412Z Updating git repository `https://github.com/oxidecomputer/ispf`
2732026-07-29T07:32:44.680Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2742026-07-29T07:32:44.898Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2752026-07-29T07:32:45.313Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2762026-07-29T07:32:45.659Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2772026-07-29T07:32:45.896Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-07-29T07:32:46.199Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2792026-07-29T07:32:46.463Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2802026-07-29T07:32:46.782Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2812026-07-29T07:32:47.053Z Updating git repository `https://github.com/oxidecomputer/tough`
2822026-07-29T07:32:47.818Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2832026-07-29T07:32:48.091Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2842026-07-29T07:32:48.352Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2852026-07-29T07:32:48.621Z Updating git repository `https://github.com/illumos/smf-rs`
2862026-07-29T07:32:51.367Z Downloading crates ...
2872026-07-29T07:32:51.411Z Downloaded strsim v0.11.1
2882026-07-29T07:32:51.414Z Downloaded usdt-macro v0.5.0
2892026-07-29T07:32:51.418Z Downloaded autocfg v1.5.0
2902026-07-29T07:32:51.424Z Downloaded utf8parse v0.2.2
2912026-07-29T07:32:51.427Z Downloaded errno v0.3.14
2922026-07-29T07:32:51.430Z Downloaded cargo-platform v0.3.2
2932026-07-29T07:32:51.430Z Downloaded usdt v0.5.0
2942026-07-29T07:32:51.433Z Downloaded crypto-common v0.1.7
2952026-07-29T07:32:51.436Z Downloaded block-buffer v0.10.4
2962026-07-29T07:32:51.436Z Downloaded equivalent v1.0.2
2972026-07-29T07:32:51.436Z Downloaded fastrand v2.3.0
2982026-07-29T07:32:51.436Z Downloaded cfg-if v1.0.4
2992026-07-29T07:32:51.436Z Downloaded fnv v1.0.7
3002026-07-29T07:32:51.442Z Downloaded version_check v0.9.5
3012026-07-29T07:32:51.445Z Downloaded clap_lex v1.0.0
3022026-07-29T07:32:51.448Z Downloaded macaddr v1.0.1
3032026-07-29T07:32:51.452Z Downloaded anstyle v1.0.14
3042026-07-29T07:32:51.452Z Downloaded camino-tempfile v1.4.1
3052026-07-29T07:32:51.455Z Downloaded heck v0.5.0
3062026-07-29T07:32:51.458Z Downloaded cpufeatures v0.2.17
3072026-07-29T07:32:51.458Z Downloaded dof v0.3.0
3082026-07-29T07:32:51.458Z Downloaded dtrace-parser v0.2.0
3092026-07-29T07:32:51.458Z Downloaded serde_spanned v0.6.9
3102026-07-29T07:32:51.463Z Downloaded itoa v1.0.17
3112026-07-29T07:32:51.466Z Downloaded heck v0.4.1
3122026-07-29T07:32:51.466Z Downloaded colorchoice v1.0.4
3132026-07-29T07:32:51.466Z Downloaded toml_datetime v0.6.11
3142026-07-29T07:32:51.470Z Downloaded generic-array v0.14.7
3152026-07-29T07:32:51.473Z Downloaded is_terminal_polyfill v1.70.2
3162026-07-29T07:32:51.473Z Downloaded anstream v1.0.0
3172026-07-29T07:32:51.473Z Downloaded anstyle-parse v1.0.0
3182026-07-29T07:32:51.473Z Downloaded bytecount v0.6.9
3192026-07-29T07:32:51.476Z Downloaded fs-err v3.3.0
3202026-07-29T07:32:51.479Z Downloaded zerocopy v0.7.35
3212026-07-29T07:32:51.486Z Downloaded zerocopy-derive v0.7.35
3222026-07-29T07:32:51.489Z Downloaded anstyle-query v1.1.5
3232026-07-29T07:32:51.489Z Downloaded smawk v0.3.2
3242026-07-29T07:32:51.492Z Downloaded memmap v0.7.0
3252026-07-29T07:32:51.492Z Downloaded scroll_derive v0.12.1
3262026-07-29T07:32:51.492Z Downloaded terminal_size v0.4.3
3272026-07-29T07:32:51.492Z Downloaded toml_write v0.1.2
3282026-07-29T07:32:51.496Z Downloaded pretty-hex v0.4.1
3292026-07-29T07:32:51.496Z Downloaded proc-macro-error-attr v1.0.4
3302026-07-29T07:32:51.500Z Downloaded swrite v0.1.0
3312026-07-29T07:32:51.500Z Downloaded usdt-attr-macro v0.5.0
3322026-07-29T07:32:51.503Z Downloaded cargo_metadata v0.23.1
3332026-07-29T07:32:51.507Z Downloaded byteorder v1.5.0
3342026-07-29T07:32:51.510Z Downloaded cargo_toml v0.21.0
3352026-07-29T07:32:51.513Z Downloaded digest v0.10.7
3362026-07-29T07:32:51.516Z Downloaded tabled_derive v0.7.0
3372026-07-29T07:32:51.520Z Downloaded thread-id v4.2.2
3382026-07-29T07:32:51.530Z Downloaded unicode-linebreak v0.1.5
3392026-07-29T07:32:51.533Z Downloaded camino v1.2.2
3402026-07-29T07:32:51.536Z Downloaded anyhow v1.0.102
3412026-07-29T07:32:51.536Z Downloaded zmij v1.0.21
3422026-07-29T07:32:51.543Z Downloaded thiserror v2.0.18
3432026-07-29T07:32:51.546Z Downloaded serde_tokenstream v0.2.3
3442026-07-29T07:32:51.549Z Downloaded thiserror v1.0.69
3452026-07-29T07:32:51.549Z Downloaded proc-macro-error v1.0.4
3462026-07-29T07:32:51.553Z Downloaded bitflags v2.11.0
3472026-07-29T07:32:51.556Z Downloaded clap_derive v4.6.1
3482026-07-29T07:32:51.556Z Downloaded plain v0.2.3
3492026-07-29T07:32:51.560Z Downloaded sha2 v0.10.9
3502026-07-29T07:32:51.563Z Downloaded usdt-impl v0.5.0
3512026-07-29T07:32:51.568Z Downloaded quote v1.0.45
3522026-07-29T07:32:51.571Z Downloaded scroll v0.12.0
3532026-07-29T07:32:51.571Z Downloaded unicode-ident v1.0.24
3542026-07-29T07:32:51.581Z Downloaded thiserror-impl v2.0.18
3552026-07-29T07:32:51.584Z Downloaded toml v0.8.23
3562026-07-29T07:32:51.584Z Downloaded once_cell v1.21.3
3572026-07-29T07:32:51.584Z Downloaded pest_derive v2.8.6
3582026-07-29T07:32:51.587Z Downloaded semver v1.0.28
3592026-07-29T07:32:51.587Z Downloaded log v0.4.29
3602026-07-29T07:32:51.592Z Downloaded thiserror-impl v1.0.69
3612026-07-29T07:32:51.592Z Downloaded clap v4.6.1
3622026-07-29T07:32:51.595Z Downloaded pest_generator v2.8.6
3632026-07-29T07:32:51.598Z Downloaded ucd-trie v0.1.7
3642026-07-29T07:32:51.601Z Downloaded tempfile v3.25.0
3652026-07-29T07:32:51.606Z Downloaded serde_core v1.0.228
3662026-07-29T07:32:51.609Z Downloaded getrandom v0.4.1
3672026-07-29T07:32:51.612Z Downloaded pest_meta v2.8.6
3682026-07-29T07:32:51.616Z Downloaded papergrid v0.11.0
3692026-07-29T07:32:51.622Z Downloaded proc-macro2 v1.0.106
3702026-07-29T07:32:51.628Z Downloaded textwrap v0.16.2
3712026-07-29T07:32:51.632Z Downloaded serde_derive v1.0.228
3722026-07-29T07:32:51.632Z Downloaded toml_edit v0.22.27
3732026-07-29T07:32:51.639Z Downloaded memchr v2.8.0
3742026-07-29T07:32:51.648Z Downloaded serde v1.0.228
3752026-07-29T07:32:51.668Z Downloaded indexmap v2.14.0
3762026-07-29T07:32:51.671Z Downloaded pest v2.8.6
3772026-07-29T07:32:51.675Z Downloaded typenum v1.20.1
3782026-07-29T07:32:51.695Z Downloaded serde_json v1.0.151
3792026-07-29T07:32:51.699Z Downloaded clap_builder v4.6.0
3802026-07-29T07:32:51.706Z Downloaded goblin v0.8.2
3812026-07-29T07:32:51.710Z Downloaded hashbrown v0.17.0
3822026-07-29T07:32:51.715Z Downloaded winnow v0.7.14
3832026-07-29T07:32:51.742Z Downloaded tabled v0.15.0
3842026-07-29T07:32:51.753Z Downloaded syn v1.0.109
3852026-07-29T07:32:51.763Z Downloaded unicode-width v0.1.14
3862026-07-29T07:32:51.763Z Downloaded unicode-width v0.2.0
3872026-07-29T07:32:51.768Z Downloaded syn v2.0.117
3882026-07-29T07:32:51.772Z Downloaded rustix v1.1.3
3892026-07-29T07:32:51.799Z Downloaded libc v0.2.185
3902026-07-29T07:32:51.863Z Compiling proc-macro2 v1.0.106
3912026-07-29T07:32:51.863Z Compiling quote v1.0.45
3922026-07-29T07:32:51.863Z Compiling unicode-ident v1.0.24
3932026-07-29T07:32:51.863Z Compiling serde_core v1.0.228
3942026-07-29T07:32:51.867Z Compiling libc v0.2.185
3952026-07-29T07:32:51.867Z Compiling version_check v0.9.5
3962026-07-29T07:32:51.867Z Compiling memchr v2.8.0
3972026-07-29T07:32:51.867Z Compiling serde v1.0.228
3982026-07-29T07:32:52.190Z Compiling zmij v1.0.21
3992026-07-29T07:32:52.364Z Compiling thiserror v1.0.69
4002026-07-29T07:32:52.430Z Compiling ucd-trie v0.1.7
4012026-07-29T07:32:52.636Z Compiling itoa v1.0.17
4022026-07-29T07:32:52.735Z Compiling pest v2.8.6
4032026-07-29T07:32:52.791Z Compiling byteorder v1.5.0
4042026-07-29T07:32:52.823Z Compiling rustix v1.1.3
4052026-07-29T07:32:52.887Z Compiling errno v0.3.14
4062026-07-29T07:32:53.018Z Compiling bitflags v2.11.0
4072026-07-29T07:32:53.037Z Compiling serde_json v1.0.151
4082026-07-29T07:32:53.307Z Compiling thread-id v4.2.2
4092026-07-29T07:32:53.367Z Compiling syn v2.0.117
4102026-07-29T07:32:53.395Z Compiling proc-macro-error-attr v1.0.4
4112026-07-29T07:32:53.465Z Compiling usdt-impl v0.5.0
4122026-07-29T07:32:53.505Z Compiling camino v1.2.2
4132026-07-29T07:32:53.593Z Compiling syn v1.0.109
4142026-07-29T07:32:53.880Z Compiling proc-macro-error v1.0.4
4152026-07-29T07:32:54.006Z Compiling pest_meta v2.8.6
4162026-07-29T07:32:54.130Z Compiling utf8parse v0.2.2
4172026-07-29T07:32:54.131Z Compiling equivalent v1.0.2
4182026-07-29T07:32:54.255Z Compiling log v0.4.29
4192026-07-29T07:32:54.256Z Compiling plain v0.2.3
4202026-07-29T07:32:54.256Z Compiling hashbrown v0.17.0
4212026-07-29T07:32:54.342Z Compiling getrandom v0.4.1
4222026-07-29T07:32:54.464Z Compiling terminal_size v0.4.3
4232026-07-29T07:32:54.624Z Compiling anstyle-parse v1.0.0
4242026-07-29T07:32:54.706Z Compiling indexmap v2.14.0
4252026-07-29T07:32:55.139Z Compiling anstyle v1.0.14
4262026-07-29T07:32:55.251Z Compiling pretty-hex v0.4.1
4272026-07-29T07:32:55.269Z Compiling is_terminal_polyfill v1.70.2
4282026-07-29T07:32:55.288Z Compiling cfg-if v1.0.4
4292026-07-29T07:32:55.358Z Compiling winnow v0.7.14
4302026-07-29T07:32:55.377Z Compiling colorchoice v1.0.4
4312026-07-29T07:32:55.377Z Compiling thiserror v2.0.18
4322026-07-29T07:32:55.408Z Compiling anstyle-query v1.1.5
4332026-07-29T07:32:55.456Z Compiling autocfg v1.5.0
4342026-07-29T07:32:55.493Z Compiling toml_write v0.1.2
4352026-07-29T07:32:55.520Z Compiling anstream v1.0.0
4362026-07-29T07:32:55.613Z Compiling pest_generator v2.8.6
4372026-07-29T07:32:55.892Z Compiling fs-err v3.3.0
4382026-07-29T07:32:55.919Z Compiling strsim v0.11.1
4392026-07-29T07:32:55.936Z Compiling unicode-width v0.1.14
4402026-07-29T07:32:56.082Z Compiling fastrand v2.3.0
4412026-07-29T07:32:56.177Z Compiling anyhow v1.0.102
4422026-07-29T07:32:56.210Z Compiling once_cell v1.21.3
4432026-07-29T07:32:56.266Z Compiling heck v0.4.1
4442026-07-29T07:32:56.302Z Compiling heck v0.5.0
4452026-07-29T07:32:56.346Z Compiling fnv v1.0.7
4462026-07-29T07:32:56.429Z Compiling clap_lex v1.0.0
4472026-07-29T07:32:56.454Z Compiling bytecount v0.6.9
4482026-07-29T07:32:56.499Z Compiling tempfile v3.25.0
4492026-07-29T07:32:56.592Z Compiling clap_builder v4.6.0
4502026-07-29T07:32:56.648Z Compiling papergrid v0.11.0
4512026-07-29T07:32:56.664Z Compiling semver v1.0.28
4522026-07-29T07:32:56.696Z Compiling cargo-platform v0.3.2
4532026-07-29T07:32:56.795Z Compiling tabled_derive v0.7.0
4542026-07-29T07:32:56.841Z Compiling memmap v0.7.0
4552026-07-29T07:32:56.867Z Compiling unicode-linebreak v0.1.5
4562026-07-29T07:32:56.963Z Compiling unicode-width v0.2.0
4572026-07-29T07:32:56.983Z Compiling smawk v0.3.2
4582026-07-29T07:32:57.028Z Compiling camino-tempfile v1.4.1
4592026-07-29T07:32:57.237Z Compiling textwrap v0.16.2
4602026-07-29T07:32:57.241Z Compiling serde_derive v1.0.228
4612026-07-29T07:32:57.272Z Compiling thiserror-impl v1.0.69
4622026-07-29T07:32:57.407Z Compiling zerocopy-derive v0.7.35
4632026-07-29T07:32:57.453Z Compiling pest_derive v2.8.6
4642026-07-29T07:32:57.725Z Compiling scroll_derive v0.12.1
4652026-07-29T07:32:57.754Z Compiling thiserror-impl v2.0.18
4662026-07-29T07:32:57.918Z Compiling clap_derive v4.6.1
4672026-07-29T07:32:58.048Z Compiling tabled v0.15.0
4682026-07-29T07:32:58.320Z Compiling zerocopy v0.7.35
4692026-07-29T07:32:58.431Z Compiling scroll v0.12.0
4702026-07-29T07:32:58.657Z Compiling dtrace-parser v0.2.0
4712026-07-29T07:32:58.714Z Compiling goblin v0.8.2
4722026-07-29T07:32:58.893Z Compiling swrite v0.1.0
4732026-07-29T07:32:59.711Z Compiling clap v4.6.1
4742026-07-29T07:33:00.244Z Compiling serde_spanned v0.6.9
4752026-07-29T07:33:00.244Z Compiling toml_datetime v0.6.11
4762026-07-29T07:33:00.244Z Compiling cargo_metadata v0.23.1
4772026-07-29T07:33:00.248Z Compiling macaddr v1.0.1
4782026-07-29T07:33:00.248Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-07-29T07:33:00.334Z Compiling dof v0.3.0
4802026-07-29T07:33:00.334Z Compiling serde_tokenstream v0.2.3
4812026-07-29T07:33:00.477Z Compiling toml_edit v0.22.27
4822026-07-29T07:33:01.043Z Compiling usdt-attr-macro v0.5.0
4832026-07-29T07:33:01.043Z Compiling usdt-macro v0.5.0
4842026-07-29T07:33:01.678Z Compiling usdt v0.5.0
4852026-07-29T07:33:01.844Z Compiling toml v0.8.23
4862026-07-29T07:33:02.184Z Compiling cargo_toml v0.21.0
4872026-07-29T07:33:03.469Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4882026-07-29T07:33:05.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.27s
4892026-07-29T07:33:05.742Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4902026-07-29T07:33:06.258Z Downloading crates ...
4912026-07-29T07:33:06.306Z Downloaded assert_matches v1.5.0
4922026-07-29T07:33:06.310Z Downloaded adler2 v2.0.1
4932026-07-29T07:33:06.329Z Downloaded aead v0.5.2
4942026-07-29T07:33:06.333Z Downloaded async-recursion v1.1.1
4952026-07-29T07:33:06.333Z Downloaded atty v0.2.14
4962026-07-29T07:33:06.333Z Downloaded ascii-canvas v3.0.0
4972026-07-29T07:33:06.336Z Downloaded const_format_proc_macros v0.2.34
4982026-07-29T07:33:06.336Z Downloaded futures-executor v0.3.32
4992026-07-29T07:33:06.336Z Downloaded git-stub v1.0.0
5002026-07-29T07:33:06.339Z Downloaded ff v0.14.0
5012026-07-29T07:33:06.339Z Downloaded group v0.14.0
5022026-07-29T07:33:06.342Z Downloaded bitfield-macros v0.19.4
5032026-07-29T07:33:06.342Z Downloaded fixedbitset v0.4.2
5042026-07-29T07:33:06.342Z Downloaded bb8 v0.8.6
5052026-07-29T07:33:06.346Z Downloaded httparse v1.10.1
5062026-07-29T07:33:06.346Z Downloaded endian-type v0.1.2
5072026-07-29T07:33:06.346Z Downloaded bcrypt-pbkdf v0.11.0
5082026-07-29T07:33:06.350Z Downloaded async-stream v0.3.6
5092026-07-29T07:33:06.353Z Downloaded atomicwrites v0.4.4
5102026-07-29T07:33:06.354Z Downloaded fxhash v0.2.1
5112026-07-29T07:33:06.354Z Downloaded futures-io v0.3.32
5122026-07-29T07:33:06.354Z Downloaded gethostname v0.5.0
5132026-07-29T07:33:06.354Z Downloaded enum-as-inner v0.6.1
5142026-07-29T07:33:06.354Z Downloaded fd-lock v4.0.4
5152026-07-29T07:33:06.357Z Downloaded fixedbitset v0.5.7
5162026-07-29T07:33:06.357Z Downloaded base16ct v1.0.0
5172026-07-29T07:33:06.360Z Downloaded arrayref v0.3.9
5182026-07-29T07:33:06.360Z Downloaded base16ct v0.2.0
5192026-07-29T07:33:06.360Z Downloaded ciborium-io v0.2.2
5202026-07-29T07:33:06.365Z Downloaded foreign-types v0.5.0
5212026-07-29T07:33:06.368Z Downloaded anstream v0.6.21
5222026-07-29T07:33:06.368Z Downloaded argon2 v0.6.0-rc.8
5232026-07-29T07:33:06.368Z Downloaded aead v0.6.1
5242026-07-29T07:33:06.371Z Downloaded foreign-types v0.3.2
5252026-07-29T07:33:06.371Z Downloaded futures-sink v0.3.32
5262026-07-29T07:33:06.371Z Downloaded foreign-types-macros v0.2.3
5272026-07-29T07:33:06.371Z Downloaded fallible-iterator v0.2.0
5282026-07-29T07:33:06.371Z Downloaded fs_extra v1.3.0
5292026-07-29T07:33:06.376Z Downloaded bit-set v0.5.3
5302026-07-29T07:33:06.376Z Downloaded expectorate v1.2.0
5312026-07-29T07:33:06.376Z Downloaded futures v0.3.32
5322026-07-29T07:33:06.380Z Downloaded bit-set v0.8.0
5332026-07-29T07:33:06.380Z Downloaded find-msvc-tools v0.1.9
5342026-07-29T07:33:06.380Z Downloaded filetime v0.2.27
5352026-07-29T07:33:06.380Z Downloaded git-stub-vcs v0.1.0
5362026-07-29T07:33:06.384Z Downloaded bitfield-struct v0.6.2
5372026-07-29T07:33:06.384Z Downloaded array-init v0.0.4
5382026-07-29T07:33:06.384Z Downloaded funty v2.0.0
5392026-07-29T07:33:06.384Z Downloaded foreign-types-shared v0.1.1
5402026-07-29T07:33:06.388Z Downloaded foreign-types-shared v0.3.1
5412026-07-29T07:33:06.392Z Downloaded cfg_aliases v0.1.1
5422026-07-29T07:33:06.392Z Downloaded getrandom v0.2.17
5432026-07-29T07:33:06.395Z Downloaded castaway v0.2.4
5442026-07-29T07:33:06.395Z Downloaded compression-core v0.4.31
5452026-07-29T07:33:06.395Z Downloaded flagset v0.4.7
5462026-07-29T07:33:06.395Z Downloaded float-cmp v0.10.0
5472026-07-29T07:33:06.398Z Downloaded futures-task v0.3.32
5482026-07-29T07:33:06.398Z Downloaded ghash v0.6.0
5492026-07-29T07:33:06.398Z Downloaded env_filter v1.0.0
5502026-07-29T07:33:06.398Z Downloaded atomic-waker v1.1.2
5512026-07-29T07:33:06.403Z Downloaded form_urlencoded v1.2.2
5522026-07-29T07:33:06.406Z Downloaded async-trait v0.1.89
5532026-07-29T07:33:06.406Z Downloaded fatfs v0.3.6
5542026-07-29T07:33:06.409Z Downloaded futures-channel v0.3.32
5552026-07-29T07:33:06.409Z Downloaded generic-array v1.4.3
5562026-07-29T07:33:06.409Z Downloaded bitflags v1.3.2
5572026-07-29T07:33:06.412Z Downloaded hash32 v0.3.1
5582026-07-29T07:33:06.415Z Downloaded ciborium-ll v0.2.2
5592026-07-29T07:33:06.418Z Downloaded globwalk v0.9.1
5602026-07-29T07:33:06.422Z Downloaded headers-core v0.3.0
5612026-07-29T07:33:06.422Z Downloaded hostname v0.3.1
5622026-07-29T07:33:06.422Z Downloaded cfg_aliases v0.2.1
5632026-07-29T07:33:06.425Z Downloaded hash32 v0.2.1
5642026-07-29T07:33:06.428Z Downloaded float-ord v0.3.2
5652026-07-29T07:33:06.428Z Downloaded futures-core v0.3.32
5662026-07-29T07:33:06.431Z Downloaded async-stream-impl v0.3.6
5672026-07-29T07:33:06.431Z Downloaded block-padding v0.4.2
5682026-07-29T07:33:06.431Z Downloaded cobs v0.3.0
5692026-07-29T07:33:06.434Z Downloaded bit-vec v0.6.3
5702026-07-29T07:33:06.434Z Downloaded cassowary v0.3.0
5712026-07-29T07:33:06.434Z Downloaded backoff v0.4.0
5722026-07-29T07:33:06.437Z Downloaded http-range v0.1.5
5732026-07-29T07:33:06.437Z Downloaded hex v0.4.3
5742026-07-29T07:33:06.438Z Downloaded hex-literal v1.1.0
5752026-07-29T07:33:06.438Z Downloaded bcs v0.1.6
5762026-07-29T07:33:06.441Z Downloaded home v0.5.12
5772026-07-29T07:33:06.441Z Downloaded http-body v1.0.1
5782026-07-29T07:33:06.446Z Downloaded foldhash v0.2.0
5792026-07-29T07:33:06.446Z Downloaded futures-macro v0.3.32
5802026-07-29T07:33:06.446Z Downloaded hubpack_derive v0.1.1
5812026-07-29T07:33:06.446Z Downloaded olpc-cjson v0.1.4
5822026-07-29T07:33:06.450Z Downloaded block-buffer v0.12.1
5832026-07-29T07:33:06.450Z Downloaded flume v0.11.1
5842026-07-29T07:33:06.450Z Downloaded foldhash v0.1.5
5852026-07-29T07:33:06.450Z Downloaded fs-err v2.11.0
5862026-07-29T07:33:06.450Z Downloaded getrandom v0.3.4
5872026-07-29T07:33:06.453Z Downloaded embedded-io v0.4.0
5882026-07-29T07:33:06.453Z Downloaded normalize-line-endings v0.3.0
5892026-07-29T07:33:06.453Z Downloaded hubpack v0.1.2
5902026-07-29T07:33:06.453Z Downloaded hostname v0.4.2
5912026-07-29T07:33:06.456Z Downloaded base64ct v1.8.3
5922026-07-29T07:33:06.456Z Downloaded cexpr v0.6.0
5932026-07-29T07:33:06.456Z Downloaded compression-codecs v0.4.37
5942026-07-29T07:33:06.459Z Downloaded opaque-debug v0.3.1
5952026-07-29T07:33:06.459Z Downloaded phf_shared v0.11.3
5962026-07-29T07:33:06.459Z Downloaded cmake v0.1.57
5972026-07-29T07:33:06.459Z Downloaded arrayvec v0.7.6
5982026-07-29T07:33:06.463Z Downloaded packed_struct_codegen v0.10.1
5992026-07-29T07:33:06.463Z Downloaded radium v0.7.0
6002026-07-29T07:33:06.466Z Downloaded cmov v0.5.4
6012026-07-29T07:33:06.469Z Downloaded rand_xorshift v0.4.0
6022026-07-29T07:33:06.472Z Downloaded russh-cryptovec v0.62.0
6032026-07-29T07:33:06.472Z Downloaded num-conv v0.2.0
6042026-07-29T07:33:06.479Z Downloaded group v0.13.0
6052026-07-29T07:33:06.484Z Downloaded oxnet v0.1.6
6062026-07-29T07:33:06.484Z Downloaded sha1 v0.10.6
6072026-07-29T07:33:06.484Z Downloaded enum_dispatch v0.3.13
6082026-07-29T07:33:06.487Z Downloaded erased-serde v0.3.31
6092026-07-29T07:33:06.487Z Downloaded hyper-tls v0.6.0
6102026-07-29T07:33:06.487Z Downloaded predicates-core v1.0.10
6112026-07-29T07:33:06.487Z Downloaded proc-macro-error-attr2 v2.0.0
6122026-07-29T07:33:06.491Z Downloaded argon2 v0.5.3
6132026-07-29T07:33:06.491Z Downloaded byte-wrapper v0.1.0
6142026-07-29T07:33:06.494Z Downloaded env_logger v0.11.9
6152026-07-29T07:33:06.494Z Downloaded ff v0.13.1
6162026-07-29T07:33:06.494Z Downloaded humantime v2.3.0
6172026-07-29T07:33:06.494Z Downloaded buf-list v1.1.2
6182026-07-29T07:33:06.498Z Downloaded blake2 v0.10.6
6192026-07-29T07:33:06.501Z Downloaded httpdate v1.0.3
6202026-07-29T07:33:06.504Z Downloaded anstyle-parse v0.2.7
6212026-07-29T07:33:06.508Z Downloaded glob v0.3.3
6222026-07-29T07:33:06.508Z Downloaded omicron-zone-package v0.12.3
6232026-07-29T07:33:06.508Z Downloaded serde-big-array v0.5.1
6242026-07-29T07:33:06.511Z Downloaded cipher v0.5.2
6252026-07-29T07:33:06.511Z Downloaded signature v2.2.0
6262026-07-29T07:33:06.511Z Downloaded bitfield v0.19.4
6272026-07-29T07:33:06.511Z Downloaded slog-bunyan v2.5.0
6282026-07-29T07:33:06.514Z Downloaded bs58 v0.5.1
6292026-07-29T07:33:06.514Z Downloaded cmpv2 v0.2.0
6302026-07-29T07:33:06.514Z Downloaded stable_deref_trait v1.2.1
6312026-07-29T07:33:06.517Z Downloaded subtle v2.6.1
6322026-07-29T07:33:06.517Z Downloaded sync-ptr v0.1.4
6332026-07-29T07:33:06.517Z Downloaded console v0.16.2
6342026-07-29T07:33:06.517Z Downloaded ahash v0.8.12
6352026-07-29T07:33:06.520Z Downloaded http-body-util v0.1.3
6362026-07-29T07:33:06.520Z Downloaded quick-error v1.2.3
6372026-07-29T07:33:06.526Z Downloaded progenitor-macro v0.14.0
6382026-07-29T07:33:06.526Z Downloaded hyper-staticfile v0.10.1
6392026-07-29T07:33:06.530Z Downloaded password-hash v0.5.0
6402026-07-29T07:33:06.530Z Downloaded highway v1.3.0
6412026-07-29T07:33:06.530Z Downloaded pbkdf2 v0.13.0
6422026-07-29T07:33:06.530Z Downloaded cipher v0.4.4
6432026-07-29T07:33:06.533Z Downloaded postgres-protocol v0.6.10
6442026-07-29T07:33:06.533Z Downloaded progenitor-extras v0.2.0
6452026-07-29T07:33:06.533Z Downloaded cbc v0.2.1
6462026-07-29T07:33:06.545Z Downloaded rand_core v0.9.5
6472026-07-29T07:33:06.545Z Downloaded rpassword v7.5.4
6482026-07-29T07:33:06.545Z Downloaded rusty-fork v0.3.1
6492026-07-29T07:33:06.545Z Downloaded scrypt v0.12.0
6502026-07-29T07:33:06.545Z Downloaded secrecy v0.10.3
6512026-07-29T07:33:06.545Z Downloaded semver v0.1.20
6522026-07-29T07:33:06.545Z Downloaded seq-macro v0.3.6
6532026-07-29T07:33:06.545Z Downloaded serde-hex v0.1.0
6542026-07-29T07:33:06.545Z Downloaded tower-service v0.3.3
6552026-07-29T07:33:06.549Z Downloaded unicode-truncate v1.1.0
6562026-07-29T07:33:06.549Z Downloaded unicode-xid v0.2.6
6572026-07-29T07:33:06.549Z Downloaded ciborium v0.2.2
6582026-07-29T07:33:06.552Z Downloaded unit-prefix v0.5.2
6592026-07-29T07:33:06.552Z Downloaded void v1.0.2
6602026-07-29T07:33:06.555Z Downloaded half v1.8.3
6612026-07-29T07:33:06.555Z Downloaded bzip2 v0.4.4
6622026-07-29T07:33:06.555Z Downloaded chacha20 v0.10.0
6632026-07-29T07:33:06.558Z Downloaded num-complex v0.4.6
6642026-07-29T07:33:06.558Z Downloaded blowfish v0.10.0
6652026-07-29T07:33:06.563Z Downloaded num_enum_derive v0.7.6
6662026-07-29T07:33:06.563Z Downloaded hyper-rustls v0.27.7
6672026-07-29T07:33:06.566Z Downloaded pem v3.0.6
6682026-07-29T07:33:06.566Z Downloaded hmac v0.13.0
6692026-07-29T07:33:06.566Z Downloaded primefield v0.14.0
6702026-07-29T07:33:06.569Z Downloaded hmac v0.12.1
6712026-07-29T07:33:06.569Z Downloaded hybrid-array v0.4.13
6722026-07-29T07:33:06.572Z Downloaded structmeta v0.3.0
6732026-07-29T07:33:06.572Z Downloaded tabwriter v1.4.1
6742026-07-29T07:33:06.573Z Downloaded waitgroup v0.1.2
6752026-07-29T07:33:06.576Z Downloaded slog-async v2.8.0
6762026-07-29T07:33:06.576Z Downloaded sqlparser_derive v0.5.0
6772026-07-29T07:33:06.576Z Downloaded camino-tempfile-ext v0.3.3
6782026-07-29T07:33:06.579Z Downloaded cancel-safe-futures v0.1.5
6792026-07-29T07:33:06.579Z Downloaded console v0.15.11
6802026-07-29T07:33:06.582Z Downloaded stacker v0.1.23
6812026-07-29T07:33:06.582Z Downloaded strum_macros v0.24.3
6822026-07-29T07:33:06.582Z Downloaded crc v3.4.0
6832026-07-29T07:33:06.585Z Downloaded async-bb8-diesel v0.2.1
6842026-07-29T07:33:06.585Z Downloaded bit-vec v0.8.0
6852026-07-29T07:33:06.586Z Downloaded curve25519-dalek-derive v0.1.1
6862026-07-29T07:33:06.589Z Downloaded blake2 v0.11.0-rc.6
6872026-07-29T07:33:06.589Z Downloaded tokio-native-tls v0.3.1
6882026-07-29T07:33:06.589Z Downloaded backon v1.6.0
6892026-07-29T07:33:06.592Z Downloaded const-oid v0.9.6
6902026-07-29T07:33:06.592Z Downloaded globset v0.4.18
6912026-07-29T07:33:06.595Z Downloaded thread-id v5.1.0
6922026-07-29T07:33:06.595Z Downloaded oxide-tokio-rt v0.1.4
6932026-07-29T07:33:06.599Z Downloaded pkcs1 v0.8.0-rc.4
6942026-07-29T07:33:06.599Z Downloaded pkcs1 v0.7.5
6952026-07-29T07:33:06.599Z Downloaded postcard v1.1.3
6962026-07-29T07:33:06.603Z Downloaded rfc6979 v0.4.0
6972026-07-29T07:33:06.607Z Downloaded zerofrom v0.1.6
6982026-07-29T07:33:06.617Z Downloaded indoc v1.0.9
6992026-07-29T07:33:06.620Z Downloaded chacha20 v0.9.1
7002026-07-29T07:33:06.620Z Downloaded colored v3.1.1
7012026-07-29T07:33:06.623Z Downloaded rustls-native-certs v0.8.3
7022026-07-29T07:33:06.623Z Downloaded bzip2 v0.6.1
7032026-07-29T07:33:06.626Z Downloaded crc8 v0.1.1
7042026-07-29T07:33:06.626Z Downloaded diesel_table_macro_syntax v0.3.0
7052026-07-29T07:33:06.631Z Downloaded schemars_derive v0.8.22
7062026-07-29T07:33:06.634Z Downloaded clang-sys v1.8.1
7072026-07-29T07:33:06.639Z Downloaded parking_lot_core v0.9.12
7082026-07-29T07:33:06.643Z Downloaded spki v0.8.0
7092026-07-29T07:33:06.646Z Downloaded thiserror-no-std v2.0.2
7102026-07-29T07:33:06.649Z Downloaded tiny-keccak v2.0.2
7112026-07-29T07:33:06.649Z Downloaded darling_macro v0.23.0
7122026-07-29T07:33:06.649Z Downloaded libscf-sys v1.1.0
7132026-07-29T07:33:06.649Z Downloaded lru-slab v0.1.2
7142026-07-29T07:33:06.649Z Downloaded maybe-uninit v2.0.0
7152026-07-29T07:33:06.653Z Downloaded idna_adapter v1.2.1
7162026-07-29T07:33:06.657Z Downloaded daft v0.1.7
7172026-07-29T07:33:06.660Z Downloaded der_derive v0.7.3
7182026-07-29T07:33:06.660Z Downloaded arc-swap v1.8.2
7192026-07-29T07:33:06.664Z Downloaded crossbeam-deque v0.8.6
7202026-07-29T07:33:06.664Z Downloaded base64 v0.22.1
7212026-07-29T07:33:06.667Z Downloaded colored v2.2.0
7222026-07-29T07:33:06.667Z Downloaded num v0.4.3
7232026-07-29T07:33:06.672Z Downloaded instant v0.1.13
7242026-07-29T07:33:06.675Z Downloaded toml_parser v1.1.2+spec-1.1.0
7252026-07-29T07:33:06.678Z Downloaded keccak v0.1.6
7262026-07-29T07:33:06.678Z Downloaded match_cfg v0.1.0
7272026-07-29T07:33:06.683Z Downloaded whoami v1.6.1
7282026-07-29T07:33:06.686Z Downloaded whoami v2.1.0
7292026-07-29T07:33:06.689Z Downloaded const-oid v0.10.2
7302026-07-29T07:33:06.696Z Downloaded digest v0.11.3
7312026-07-29T07:33:06.696Z Downloaded impl-trait-for-tuples v0.2.3
7322026-07-29T07:33:06.705Z Downloaded parse-size v1.1.0
7332026-07-29T07:33:06.708Z Downloaded phf_shared v0.13.1
7342026-07-29T07:33:06.711Z Downloaded indoc v2.0.7
7352026-07-29T07:33:06.711Z Downloaded yasna v0.5.2
7362026-07-29T07:33:06.711Z Downloaded heapless v0.7.17
7372026-07-29T07:33:06.714Z Downloaded rtoolbox v0.0.3
7382026-07-29T07:33:06.718Z Downloaded allocator-api2 v0.2.21
7392026-07-29T07:33:06.721Z Downloaded heapless v0.8.0
7402026-07-29T07:33:06.724Z Downloaded scheduled-thread-pool v0.2.7
7412026-07-29T07:33:06.728Z Downloaded flate2 v1.1.9
7422026-07-29T07:33:06.731Z Downloaded serde_urlencoded v0.7.1
7432026-07-29T07:33:06.735Z Downloaded slog v2.8.2
7442026-07-29T07:33:06.739Z Downloaded socket2 v0.5.10
7452026-07-29T07:33:06.739Z Downloaded cookie_store v0.22.1
7462026-07-29T07:33:06.742Z Downloaded nanorand v0.7.0
7472026-07-29T07:33:06.742Z Downloaded crossbeam-utils v0.8.21
7482026-07-29T07:33:06.742Z Downloaded newtype-uuid v1.3.2
7492026-07-29T07:33:06.745Z Downloaded crossbeam-epoch v0.9.18
7502026-07-29T07:33:06.745Z Downloaded data-encoding v2.10.0
7512026-07-29T07:33:06.745Z Downloaded displaydoc v0.2.5
7522026-07-29T07:33:06.749Z Downloaded rand_pcg v0.10.2
7532026-07-29T07:33:06.749Z Downloaded same-file v1.0.6
7542026-07-29T07:33:06.749Z Downloaded sapling-renderdag v0.1.0
7552026-07-29T07:33:06.752Z Downloaded num_enum v0.5.11
7562026-07-29T07:33:06.752Z Downloaded oxide-update-engine-display v0.1.2
7572026-07-29T07:33:06.756Z Downloaded tokio-test v0.4.5
7582026-07-29T07:33:06.756Z Downloaded term v0.7.0
7592026-07-29T07:33:06.759Z Downloaded ipnet v2.11.0
7602026-07-29T07:33:06.763Z Downloaded compact_str v0.8.1
7612026-07-29T07:33:06.768Z Downloaded signature v3.0.0
7622026-07-29T07:33:06.771Z Downloaded tracing-attributes v0.1.31
7632026-07-29T07:33:06.774Z Downloaded uzers v0.12.2
7642026-07-29T07:33:06.782Z Downloaded strsim v0.10.0
7652026-07-29T07:33:06.785Z Downloaded tokio-macros v2.7.0
7662026-07-29T07:33:06.785Z Downloaded tower-layer v0.3.3
7672026-07-29T07:33:06.785Z Downloaded supports-color v3.0.2
7682026-07-29T07:33:06.788Z Downloaded tracing-core v0.1.36
7692026-07-29T07:33:06.791Z Downloaded zopfli v0.8.3
7702026-07-29T07:33:06.791Z Downloaded constant_time_eq v0.4.2
7712026-07-29T07:33:06.796Z Downloaded half v2.7.1
7722026-07-29T07:33:06.796Z Downloaded signal-hook v0.3.18
7732026-07-29T07:33:06.799Z Downloaded similar v2.7.0
7742026-07-29T07:33:06.799Z Downloaded headers v0.4.1
7752026-07-29T07:33:06.802Z Downloaded hickory-resolver v0.25.2
7762026-07-29T07:33:06.812Z Downloaded poly1305 v0.8.0
7772026-07-29T07:33:06.816Z Downloaded proc-macro-error2 v2.0.1
7782026-07-29T07:33:06.819Z Downloaded parse-display-derive v0.10.0
7792026-07-29T07:33:06.819Z Downloaded pem-rfc7468 v0.7.0
7802026-07-29T07:33:06.822Z Downloaded ppv-lite86 v0.2.21
7812026-07-29T07:33:06.822Z Downloaded slog-json v2.6.1
7822026-07-29T07:33:06.822Z Downloaded tabled_derive v0.11.0
7832026-07-29T07:33:06.822Z Downloaded trait-variant v0.1.2
7842026-07-29T07:33:06.822Z Downloaded testing_table v0.3.0
7852026-07-29T07:33:06.822Z Downloaded thiserror-impl-no-std v2.0.2
7862026-07-29T07:33:06.825Z Downloaded topological-sort v0.2.2
7872026-07-29T07:33:06.825Z Downloaded universal-hash v0.5.1
7882026-07-29T07:33:06.825Z Downloaded universal-hash v0.6.1
7892026-07-29T07:33:06.825Z Downloaded wait-timeout v0.2.1
7902026-07-29T07:33:06.825Z Downloaded base64 v0.21.7
7912026-07-29T07:33:06.829Z Downloaded chacha20poly1305 v0.10.1
7922026-07-29T07:33:06.829Z Downloaded const_format v0.2.35
7932026-07-29T07:33:06.832Z Downloaded module-lattice v0.2.3
7942026-07-29T07:33:06.832Z Downloaded parking_lot v0.11.2
7952026-07-29T07:33:06.835Z Downloaded cpufeatures v0.3.0
7962026-07-29T07:33:06.835Z Downloaded darling_macro v0.20.11
7972026-07-29T07:33:06.835Z Downloaded p384 v0.14.0
7982026-07-29T07:33:06.835Z Downloaded prettyplease v0.2.37
7992026-07-29T07:33:06.838Z Downloaded des v0.9.0
8002026-07-29T07:33:06.838Z Downloaded ed25519 v3.0.0
8012026-07-29T07:33:06.838Z Downloaded rand_core v0.10.0
8022026-07-29T07:33:06.841Z Downloaded rand_core v0.6.4
8032026-07-29T07:33:06.841Z Downloaded rustc_version v0.4.1
8042026-07-29T07:33:06.841Z Downloaded samael v0.0.19
8052026-07-29T07:33:06.844Z Downloaded serde_path_to_error v0.1.20
8062026-07-29T07:33:06.844Z Downloaded x509-tsp v0.1.0
8072026-07-29T07:33:06.844Z Downloaded drift v0.2.0
8082026-07-29T07:33:06.850Z Downloaded toml_edit v0.23.10+spec-1.0.0
8092026-07-29T07:33:06.853Z Downloaded elliptic-curve v0.13.8
8102026-07-29T07:33:06.856Z Downloaded quinn-udp v0.5.14
8112026-07-29T07:33:06.856Z Downloaded unicode-bidi v0.3.18
8122026-07-29T07:33:06.856Z Downloaded cc v1.2.56
8132026-07-29T07:33:06.859Z Downloaded rustls-pki-types v1.14.0
8142026-07-29T07:33:06.859Z Downloaded darling_macro v0.13.4
8152026-07-29T07:33:06.859Z Downloaded dof v0.4.0
8162026-07-29T07:33:06.862Z Downloaded document-features v0.2.12
8172026-07-29T07:33:06.862Z Downloaded slab v0.4.12
8182026-07-29T07:33:06.862Z Downloaded smallvec v0.6.14
8192026-07-29T07:33:06.862Z Downloaded sponge-cursor v0.1.0
8202026-07-29T07:33:06.865Z Downloaded hashbrown v0.13.2
8212026-07-29T07:33:06.865Z Downloaded unicase v2.9.0
8222026-07-29T07:33:06.868Z Downloaded crypto-common v0.2.2
8232026-07-29T07:33:06.872Z Downloaded libbz2-rs-sys v0.2.2
8242026-07-29T07:33:06.875Z Downloaded strum_macros v0.26.4
8252026-07-29T07:33:06.878Z Downloaded rustls-platform-verifier v0.7.0
8262026-07-29T07:33:06.882Z Downloaded sha2 v0.11.0
8272026-07-29T07:33:06.882Z Downloaded vergen-lib v0.1.6
8282026-07-29T07:33:06.886Z Downloaded illumos-nvpair-sys v0.2.0
8292026-07-29T07:33:06.886Z Downloaded indent_write v2.2.0
8302026-07-29T07:33:06.886Z Downloaded yansi v1.0.1
8312026-07-29T07:33:06.886Z Downloaded usdt-impl v0.6.0
8322026-07-29T07:33:06.886Z Downloaded zeroize v1.9.0
8332026-07-29T07:33:06.889Z Downloaded dyn-clone v1.0.20
8342026-07-29T07:33:06.892Z Downloaded oxide-update-engine-types v0.1.2
8352026-07-29T07:33:06.897Z Downloaded lzss v0.8.2
8362026-07-29T07:33:06.900Z Downloaded managed v0.8.0
8372026-07-29T07:33:06.900Z Downloaded newtype-uuid-macros v0.1.0
8382026-07-29T07:33:06.900Z Downloaded newline-converter v0.3.0
8392026-07-29T07:33:06.903Z Downloaded darling v0.13.4
8402026-07-29T07:33:06.906Z Downloaded ar_archive_writer v0.5.1
8412026-07-29T07:33:06.909Z Downloaded tar v0.4.46
8422026-07-29T07:33:06.912Z Downloaded tokio-postgres v0.7.16
8432026-07-29T07:33:06.916Z Downloaded walkdir v2.5.0
8442026-07-29T07:33:06.916Z Downloaded icu_normalizer v2.1.1
8452026-07-29T07:33:06.919Z Downloaded prefix-trie v0.7.0
8462026-07-29T07:33:06.919Z Downloaded async-compression v0.4.41
8472026-07-29T07:33:06.922Z Downloaded bytes v1.11.1
8482026-07-29T07:33:06.925Z Downloaded kstat-rs v0.2.4
8492026-07-29T07:33:06.925Z Downloaded bumpalo v3.20.2
8502026-07-29T07:33:06.928Z Downloaded toml v1.1.2+spec-1.1.0
8512026-07-29T07:33:06.928Z Downloaded deranged v0.5.8
8522026-07-29T07:33:06.932Z Downloaded openssl-macros v0.1.1
8532026-07-29T07:33:06.932Z Downloaded litrs v1.0.0
8542026-07-29T07:33:06.932Z Downloaded rand_chacha v0.3.1
8552026-07-29T07:33:06.932Z Downloaded delegate v0.13.5
8562026-07-29T07:33:06.935Z Downloaded derive-ex v0.1.8
8572026-07-29T07:33:06.935Z Downloaded num-derive v0.4.2
8582026-07-29T07:33:06.935Z Downloaded uuid v1.23.4
8592026-07-29T07:33:06.938Z Downloaded unicode_categories v0.1.1
8602026-07-29T07:33:06.938Z Downloaded hashbrown v0.12.3
8612026-07-29T07:33:06.941Z Downloaded schemars v0.8.22
8622026-07-29T07:33:06.944Z Downloaded hickory-resolver v0.24.4
8632026-07-29T07:33:06.947Z Downloaded hickory-server v0.25.2
8642026-07-29T07:33:06.951Z Downloaded path-slash v0.1.5
8652026-07-29T07:33:06.951Z Downloaded smallvec v1.15.1
8662026-07-29T07:33:06.951Z Downloaded zstd v0.13.3
8672026-07-29T07:33:06.954Z Downloaded new_debug_unreachable v1.0.6
8682026-07-29T07:33:06.954Z Downloaded russh-util v0.52.0
8692026-07-29T07:33:06.954Z Downloaded signal-hook-mio v0.2.5
8702026-07-29T07:33:06.954Z Downloaded password-hash v0.6.1
8712026-07-29T07:33:06.954Z Downloaded potential_utf v0.1.4
8722026-07-29T07:33:06.957Z Downloaded parse-display v0.10.0
8732026-07-29T07:33:06.957Z Downloaded powerfmt v0.2.0
8742026-07-29T07:33:06.957Z Downloaded precomputed-hash v0.1.1
8752026-07-29T07:33:06.957Z Downloaded pkcs5 v0.8.1
8762026-07-29T07:33:06.961Z Downloaded tokio-tungstenite v0.21.0
8772026-07-29T07:33:06.961Z Downloaded slog-term v2.9.2
8782026-07-29T07:33:06.964Z Downloaded zerotrie v0.2.3
8792026-07-29T07:33:06.964Z Downloaded tap v1.0.1
8802026-07-29T07:33:06.964Z Downloaded strum v0.27.2
8812026-07-29T07:33:06.964Z Downloaded futures-util v0.3.32
8822026-07-29T07:33:06.970Z Downloaded progenitor-impl v0.14.0
8832026-07-29T07:33:06.973Z Downloaded term v1.2.1
8842026-07-29T07:33:06.973Z Downloaded hyper-util v0.1.20
8852026-07-29T07:33:06.976Z Downloaded ecdsa v0.16.9
8862026-07-29T07:33:06.982Z Downloaded ipnetwork v0.21.1
8872026-07-29T07:33:06.985Z Downloaded progenitor-client v0.14.0
8882026-07-29T07:33:06.985Z Downloaded untrusted v0.7.1
8892026-07-29T07:33:06.985Z Downloaded diff v0.1.13
8902026-07-29T07:33:06.988Z Downloaded scroll_derive v0.13.1
8912026-07-29T07:33:07.004Z Downloaded icu_locale_core v2.1.1
8922026-07-29T07:33:07.008Z Downloaded crmf v0.2.0
8932026-07-29T07:33:07.011Z Downloaded der v0.7.10
8942026-07-29T07:33:07.014Z Downloaded slog-envlogger v2.2.0
8952026-07-29T07:33:07.014Z Downloaded ssh-cipher v0.3.0
8962026-07-29T07:33:07.014Z Downloaded minimal-lexical v0.2.1
8972026-07-29T07:33:07.017Z Downloaded libsw-core v0.3.2
8982026-07-29T07:33:07.020Z Downloaded crc-any v2.5.0
8992026-07-29T07:33:07.020Z Downloaded string_cache v0.8.9
9002026-07-29T07:33:07.023Z Downloaded time-macros v0.2.27
9012026-07-29T07:33:07.023Z Downloaded structmeta-derive v0.3.0
9022026-07-29T07:33:07.026Z Downloaded tls_codec v0.4.2
9032026-07-29T07:33:07.026Z Downloaded usdt v0.6.0
9042026-07-29T07:33:07.026Z Downloaded crunchy v0.2.4
9052026-07-29T07:33:07.026Z Downloaded defmt v0.3.100
9062026-07-29T07:33:07.030Z Downloaded convert_case v0.10.0
9072026-07-29T07:33:07.034Z Downloaded internet-checksum v0.2.1
9082026-07-29T07:33:07.034Z Downloaded is_ci v1.2.0
9092026-07-29T07:33:07.034Z Downloaded num-integer v0.1.46
9102026-07-29T07:33:07.037Z Downloaded bindgen v0.71.1
9112026-07-29T07:33:07.040Z Downloaded oxide-update-engine v0.1.2
9122026-07-29T07:33:07.043Z Downloaded http v1.4.2
9132026-07-29T07:33:07.043Z Downloaded cpubits v0.1.1
9142026-07-29T07:33:07.043Z Downloaded dirs-sys-next v0.1.2
9152026-07-29T07:33:07.047Z Downloaded pretty_assertions v1.4.1
9162026-07-29T07:33:07.047Z Downloaded publicsuffix v2.3.0
9172026-07-29T07:33:07.047Z Downloaded parking_lot_core v0.8.6
9182026-07-29T07:33:07.050Z Downloaded darling_core v0.13.4
9192026-07-29T07:33:07.053Z Downloaded multimap v0.10.1
9202026-07-29T07:33:07.057Z Downloaded nonempty v0.12.0
9212026-07-29T07:33:07.061Z Downloaded peg v0.8.5
9222026-07-29T07:33:07.064Z Downloaded test-strategy v0.4.5
9232026-07-29T07:33:07.067Z Downloaded typify v0.6.2
9242026-07-29T07:33:07.067Z Downloaded hashbrown v0.16.1
9252026-07-29T07:33:07.070Z Downloaded ena v0.14.4
9262026-07-29T07:33:07.071Z Downloaded r2d2 v0.8.10
9272026-07-29T07:33:07.074Z Downloaded wyz v0.5.1
9282026-07-29T07:33:07.074Z Downloaded sec1 v0.7.3
9292026-07-29T07:33:07.074Z Downloaded sec1 v0.8.1
9302026-07-29T07:33:07.074Z Downloaded writeable v0.6.2
9312026-07-29T07:33:07.077Z Downloaded yoke v0.8.1
9322026-07-29T07:33:07.080Z Downloaded zstd-safe v7.2.4
9332026-07-29T07:33:07.080Z Downloaded md5 v0.8.0
9342026-07-29T07:33:07.083Z Downloaded simd-adler32 v0.3.8
9352026-07-29T07:33:07.087Z Downloaded rustc-hash v2.1.1
9362026-07-29T07:33:07.087Z Downloaded zip v4.6.1
9372026-07-29T07:33:07.090Z Downloaded indexmap v1.9.3
9382026-07-29T07:33:07.094Z Downloaded zip v0.6.6
9392026-07-29T07:33:07.097Z Downloaded der v0.8.0
9402026-07-29T07:33:07.100Z Downloaded proc-macro-crate v3.4.0
9412026-07-29T07:33:07.103Z Downloaded diesel-dtrace v0.5.0
9422026-07-29T07:33:07.103Z Downloaded strum v0.26.3
9432026-07-29T07:33:07.103Z Downloaded litemap v0.8.1
9442026-07-29T07:33:07.109Z Downloaded libefi-sys v0.1.0
9452026-07-29T07:33:07.112Z Downloaded tokio-tungstenite v0.23.1
9462026-07-29T07:33:07.116Z Downloaded progenitor-macro v0.13.0
9472026-07-29T07:33:07.119Z Downloaded rfc6979 v0.6.0
9482026-07-29T07:33:07.119Z Downloaded mime_guess v2.0.5
9492026-07-29T07:33:07.124Z Downloaded linear-map v1.2.0
9502026-07-29T07:33:07.127Z Downloaded nu-ansi-term v0.50.3
9512026-07-29T07:33:07.130Z Downloaded paste v1.0.15
9522026-07-29T07:33:07.133Z Downloaded secrecy v0.8.0
9532026-07-29T07:33:07.137Z Downloaded hashbrown v0.15.5
9542026-07-29T07:33:07.141Z Downloaded serde_with v1.14.0
9552026-07-29T07:33:07.144Z Downloaded unarray v0.1.4
9562026-07-29T07:33:07.147Z Downloaded itertools v0.10.5
9572026-07-29T07:33:07.150Z Downloaded either v1.15.0
9582026-07-29T07:33:07.150Z Downloaded pkcs8 v0.10.2
9592026-07-29T07:33:07.154Z Downloaded xshell-macros v0.2.7
9602026-07-29T07:33:07.157Z Downloaded yoke-derive v0.8.1
9612026-07-29T07:33:07.161Z Downloaded darling v0.20.11
9622026-07-29T07:33:07.161Z Downloaded serde_with_macros v1.5.2
9632026-07-29T07:33:07.164Z Downloaded serde_with_macros v3.21.0
9642026-07-29T07:33:07.164Z Downloaded num-bigint v0.4.6
9652026-07-29T07:33:07.167Z Downloaded ingot-types v0.2.0
9662026-07-29T07:33:07.167Z Downloaded keccak v0.2.0
9672026-07-29T07:33:07.167Z Downloaded termtree v0.5.1
9682026-07-29T07:33:07.170Z Downloaded socket2 v0.6.3
9692026-07-29T07:33:07.170Z Downloaded snafu-derive v0.8.9
9702026-07-29T07:33:07.170Z Downloaded usdt-attr-macro v0.6.0
9712026-07-29T07:33:07.173Z Downloaded aes v0.9.1
9722026-07-29T07:33:07.173Z Downloaded num-bigint-dig v0.8.6
9732026-07-29T07:33:07.176Z Downloaded display-error-chain v0.2.2
9742026-07-29T07:33:07.176Z Downloaded downcast-rs v2.0.2
9752026-07-29T07:33:07.180Z Downloaded inout v0.1.4
9762026-07-29T07:33:07.180Z Downloaded linked-hash-map v0.5.6
9772026-07-29T07:33:07.183Z Downloaded ecdsa v0.17.0
9782026-07-29T07:33:07.186Z Downloaded peg-macros v0.8.5
9792026-07-29T07:33:07.189Z Downloaded wnaf v0.14.0
9802026-07-29T07:33:07.192Z Downloaded zone v0.3.1
9812026-07-29T07:33:07.200Z Downloaded polyval v0.7.1
9822026-07-29T07:33:07.203Z Downloaded phf_shared v0.12.1
9832026-07-29T07:33:07.203Z Downloaded openssl-probe v0.1.6
9842026-07-29T07:33:07.203Z Downloaded predicates v3.1.4
9852026-07-29T07:33:07.206Z Downloaded progenitor-client v0.13.0
9862026-07-29T07:33:07.206Z Downloaded h2 v0.4.15
9872026-07-29T07:33:07.209Z Downloaded vsss-rs v3.3.4
9882026-07-29T07:33:07.209Z Downloaded tokio-dtrace v0.1.1
9892026-07-29T07:33:07.213Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9902026-07-29T07:33:07.213Z Downloaded tokio-stream v0.1.18
9912026-07-29T07:33:07.216Z Downloaded vergen v9.1.0
9922026-07-29T07:33:07.216Z Downloaded vte v0.14.1
9932026-07-29T07:33:07.220Z Downloaded p256 v0.13.2
9942026-07-29T07:33:07.223Z Downloaded hkdf v0.13.0
9952026-07-29T07:33:07.223Z Downloaded serde_derive_internals v0.29.1
9962026-07-29T07:33:07.226Z Downloaded vergen-lib v9.1.0
9972026-07-29T07:33:07.226Z Downloaded signal-hook-tokio v0.3.1
9982026-07-29T07:33:07.226Z Downloaded slog-dtrace v0.3.0
9992026-07-29T07:33:07.229Z Downloaded maplit v1.0.2
10002026-07-29T07:33:07.229Z Downloaded memoffset v0.9.1
10012026-07-29T07:33:07.232Z Downloaded num-derive v0.3.3
10022026-07-29T07:33:07.232Z Downloaded ref-cast v1.0.25
10032026-07-29T07:33:07.235Z Downloaded defmt v1.0.1
10042026-07-29T07:33:07.239Z Downloaded static_assertions v1.1.0
10052026-07-29T07:33:07.243Z Downloaded corncobs v0.1.4
10062026-07-29T07:33:07.248Z Downloaded icu_properties v2.1.2
10072026-07-29T07:33:07.251Z Downloaded hyper v1.10.1
10082026-07-29T07:33:07.254Z Downloaded hkdf v0.12.4
10092026-07-29T07:33:07.260Z Downloaded progenitor-impl v0.13.0
10102026-07-29T07:33:07.263Z Downloaded rustc_version v0.1.7
10112026-07-29T07:33:07.266Z Downloaded dropshot-api-manager v0.7.2
10122026-07-29T07:33:07.276Z Downloaded want v0.3.1
10132026-07-29T07:33:07.279Z Downloaded parking_lot v0.12.5
10142026-07-29T07:33:07.279Z Downloaded thread_local v1.1.9
10152026-07-29T07:33:07.282Z Downloaded take_mut v0.2.2
10162026-07-29T07:33:07.282Z Downloaded aes-gcm v0.11.0
10172026-07-29T07:33:07.286Z Downloaded owo-colors v4.3.0
10182026-07-29T07:33:07.286Z Downloaded primeorder v0.13.6
10192026-07-29T07:33:07.286Z Downloaded progenitor v0.14.0
10202026-07-29T07:33:07.289Z Downloaded usdt-macro v0.6.0
10212026-07-29T07:33:07.289Z Downloaded ctutils v0.4.2
10222026-07-29T07:33:07.293Z Downloaded rcgen v0.12.1
10232026-07-29T07:33:07.297Z Downloaded rustls-platform-verifier v0.6.2
10242026-07-29T07:33:07.297Z Downloaded derive_builder_core v0.20.2
10252026-07-29T07:33:07.301Z Downloaded unicode-properties v0.1.4
10262026-07-29T07:33:07.301Z Downloaded reedline v0.40.0
10272026-07-29T07:33:07.304Z Downloaded resolv-conf v0.7.6
10282026-07-29T07:33:07.304Z Downloaded scroll v0.13.0
10292026-07-29T07:33:07.304Z Downloaded steno v0.4.1
10302026-07-29T07:33:07.307Z Downloaded dropshot-api-manager-types v0.7.2
10312026-07-29T07:33:07.307Z Downloaded derive-where v1.6.0
10322026-07-29T07:33:07.311Z Downloaded instability v0.3.11
10332026-07-29T07:33:07.311Z Downloaded kem v0.3.0
10342026-07-29T07:33:07.311Z Downloaded phc v0.6.1
10352026-07-29T07:33:07.311Z Downloaded pin-project-internal v1.1.11
10362026-07-29T07:33:07.315Z Downloaded mime v0.3.17
10372026-07-29T07:33:07.315Z Downloaded cookie v0.18.1
10382026-07-29T07:33:07.315Z Downloaded darling_macro v0.21.3
10392026-07-29T07:33:07.318Z Downloaded dropshot_endpoint v0.17.1
10402026-07-29T07:33:07.321Z Downloaded aho-corasick v1.1.4
10412026-07-29T07:33:07.325Z Downloaded elliptic-curve v0.14.1
10422026-07-29T07:33:07.328Z Downloaded percent-encoding v2.3.2
10432026-07-29T07:33:07.328Z Downloaded spki v0.7.3
10442026-07-29T07:33:07.331Z Downloaded jiff-static v0.2.21
10452026-07-29T07:33:07.334Z Downloaded salty v0.3.0
10462026-07-29T07:33:07.337Z Downloaded icu_provider v2.1.1
10472026-07-29T07:33:07.341Z Downloaded newtype_derive v0.1.6
10482026-07-29T07:33:07.341Z Downloaded num_threads v0.1.7
10492026-07-29T07:33:07.341Z Downloaded serde_json_canonicalizer v0.3.2
10502026-07-29T07:33:07.346Z Downloaded native-tls v0.2.18
10512026-07-29T07:33:07.353Z Downloaded sync_wrapper v1.0.2
10522026-07-29T07:33:07.356Z Downloaded rustyline v14.0.0
10532026-07-29T07:33:07.356Z Downloaded serdect v0.4.3
10542026-07-29T07:33:07.360Z Downloaded diesel_derives v2.3.7
10552026-07-29T07:33:07.363Z Downloaded oso v0.27.3
10562026-07-29T07:33:07.366Z Downloaded signal-hook-registry v1.4.8
10572026-07-29T07:33:07.366Z Downloaded poly1305 v0.9.0
10582026-07-29T07:33:07.366Z Downloaded vergen-gitcl v1.0.8
10592026-07-29T07:33:07.369Z Downloaded support-bundle-viewer v0.1.2
10602026-07-29T07:33:07.369Z Downloaded salsa20 v0.11.0
10612026-07-29T07:33:07.369Z Downloaded tungstenite v0.23.0
10622026-07-29T07:33:07.372Z Downloaded darling v0.23.0
10632026-07-29T07:33:07.376Z Downloaded libsw v3.5.0
10642026-07-29T07:33:07.379Z Downloaded sigpipe v0.1.3
10652026-07-29T07:33:07.382Z Downloaded snafu v0.8.9
10662026-07-29T07:33:07.387Z Downloaded jobserver v0.1.34
10672026-07-29T07:33:07.390Z Downloaded tinystr v0.8.2
10682026-07-29T07:33:07.390Z Downloaded derive_more v0.99.20
10692026-07-29T07:33:07.394Z Downloaded pem-rfc7468 v1.0.0
10702026-07-29T07:33:07.394Z Downloaded zerovec-derive v0.11.2
10712026-07-29T07:33:07.397Z Downloaded zone_cfg_derive v0.3.1
10722026-07-29T07:33:07.397Z Downloaded ctr v0.10.1
10732026-07-29T07:33:07.397Z Downloaded ed25519 v2.2.3
10742026-07-29T07:33:07.400Z Downloaded oso-derive v0.27.3
10752026-07-29T07:33:07.400Z Downloaded scopeguard v1.2.0
10762026-07-29T07:33:07.400Z Downloaded crypto-bigint v0.5.5
10772026-07-29T07:33:07.404Z Downloaded darling_core v0.21.3
10782026-07-29T07:33:07.407Z Downloaded cstr-argument v0.1.2
10792026-07-29T07:33:07.407Z Downloaded digest-io v0.1.0
10802026-07-29T07:33:07.407Z Downloaded dunce v1.0.5
10812026-07-29T07:33:07.407Z Downloaded num-rational v0.4.2
10822026-07-29T07:33:07.407Z Downloaded rand v0.8.6
10832026-07-29T07:33:07.410Z Downloaded schemars v0.9.0
10842026-07-29T07:33:07.415Z Downloaded regex v1.12.3
10852026-07-29T07:33:07.418Z Downloaded cms v0.2.3
10862026-07-29T07:33:07.423Z Downloaded rustls-webpki v0.103.13
10872026-07-29T07:33:07.426Z Downloaded indicatif v0.18.4
10882026-07-29T07:33:07.426Z Downloaded tokio-rustls v0.26.4
10892026-07-29T07:33:07.426Z Downloaded subprocess v0.2.15
10902026-07-29T07:33:07.429Z Downloaded port-file v0.1.0
10912026-07-29T07:33:07.429Z Downloaded md-5 v0.10.6
10922026-07-29T07:33:07.433Z Downloaded xshell v0.2.7
10932026-07-29T07:33:07.433Z Downloaded shell-words v1.1.1
10942026-07-29T07:33:07.433Z Downloaded convert_case v0.4.0
10952026-07-29T07:33:07.433Z Downloaded x509-cert v0.2.5
10962026-07-29T07:33:07.436Z Downloaded crucible-workspace-hack v0.1.0
10972026-07-29T07:33:07.440Z Downloaded miniz_oxide v0.8.9
10982026-07-29T07:33:07.446Z Downloaded nodrop v0.1.14
10992026-07-29T07:33:07.449Z Downloaded is-terminal v0.4.17
11002026-07-29T07:33:07.449Z Downloaded try-lock v0.2.5
11012026-07-29T07:33:07.452Z Downloaded crossterm v0.29.0
11022026-07-29T07:33:07.456Z Downloaded icu_normalizer_data v2.1.1
11032026-07-29T07:33:07.459Z Downloaded ignore v0.4.25
11042026-07-29T07:33:07.459Z Downloaded tower v0.5.3
11052026-07-29T07:33:07.464Z Downloaded smf v0.2.3
11062026-07-29T07:33:07.467Z Downloaded time-core v0.1.8
11072026-07-29T07:33:07.467Z Downloaded debug-ignore v1.0.5
11082026-07-29T07:33:07.467Z Downloaded recursive-proc-macro-impl v0.1.1
11092026-07-29T07:33:07.467Z Downloaded untrusted v0.9.0
11102026-07-29T07:33:07.472Z Downloaded dtrace-parser v0.3.0
11112026-07-29T07:33:07.475Z Downloaded embedded-io v0.6.1
11122026-07-29T07:33:07.480Z Downloaded tungstenite v0.21.0
11132026-07-29T07:33:07.483Z Downloaded typed-path v0.9.3
11142026-07-29T07:33:07.486Z Downloaded openssl-probe v0.2.1
11152026-07-29T07:33:07.486Z Downloaded proc-macro-crate v1.3.1
11162026-07-29T07:33:07.489Z Downloaded psm v0.1.30
11172026-07-29T07:33:07.489Z Downloaded spin v0.9.8
11182026-07-29T07:33:07.492Z Downloaded rand_chacha v0.9.0
11192026-07-29T07:33:07.493Z Downloaded papergrid v0.17.0
11202026-07-29T07:33:07.496Z Downloaded synstructure v0.13.2
11212026-07-29T07:33:07.499Z Downloaded git2 v0.20.4
11222026-07-29T07:33:07.502Z Downloaded tui-tree-widget v0.23.1
11232026-07-29T07:33:07.506Z Downloaded rand v0.9.2
11242026-07-29T07:33:07.506Z Downloaded sha1 v0.11.0
11252026-07-29T07:33:07.506Z Downloaded zerofrom-derive v0.1.6
11262026-07-29T07:33:07.509Z Downloaded difflib v0.4.0
11272026-07-29T07:33:07.509Z Downloaded inout v0.2.2
11282026-07-29T07:33:07.509Z Downloaded crc32fast v1.5.0
11292026-07-29T07:33:07.512Z Downloaded postgres-types v0.2.12
11302026-07-29T07:33:07.515Z Downloaded utf-8 v0.7.6
11312026-07-29T07:33:07.515Z Downloaded utf8_iter v1.0.4
11322026-07-29T07:33:07.519Z Downloaded predicates-tree v1.0.13
11332026-07-29T07:33:07.522Z Downloaded primeorder v0.14.0
11342026-07-29T07:33:07.542Z Downloaded stringprep v0.1.5
11352026-07-29T07:33:07.545Z Downloaded tls_codec_derive v0.4.2
11362026-07-29T07:33:07.545Z Downloaded toml_writer v1.1.1+spec-1.1.0
11372026-07-29T07:33:07.545Z Downloaded num_enum_derive v0.5.11
11382026-07-29T07:33:07.545Z Downloaded recursive v0.1.1
11392026-07-29T07:33:07.545Z Downloaded ref-cast-impl v1.0.25
11402026-07-29T07:33:07.545Z Downloaded ingot-macros v0.2.0
11412026-07-29T07:33:07.545Z Downloaded pin-project-lite v0.2.17
11422026-07-29T07:33:07.545Z Downloaded rustls-pemfile v2.2.0
11432026-07-29T07:33:07.545Z Downloaded ssh-encoding v0.3.0
11442026-07-29T07:33:07.545Z Downloaded tagptr v0.2.0
11452026-07-29T07:33:07.545Z Downloaded itertools v0.15.0
11462026-07-29T07:33:07.545Z Downloaded dirs-next v2.0.0
11472026-07-29T07:33:07.549Z Downloaded twox-hash v2.1.2
11482026-07-29T07:33:07.549Z Downloaded defmt-parser v1.0.0
11492026-07-29T07:33:07.549Z Downloaded ident_case v1.0.1
11502026-07-29T07:33:07.549Z Downloaded lalrpop-util v0.19.12
11512026-07-29T07:33:07.549Z Downloaded lazy_static v1.5.0
11522026-07-29T07:33:07.552Z Downloaded siphasher v1.0.2
11532026-07-29T07:33:07.555Z Downloaded winnow v0.5.40
11542026-07-29T07:33:07.559Z Downloaded serde_yaml v0.9.34+deprecated
11552026-07-29T07:33:07.562Z Downloaded vergen-git2 v9.1.0
11562026-07-29T07:33:07.562Z Downloaded critical-section v1.2.0
11572026-07-29T07:33:07.565Z Downloaded lru v0.12.5
11582026-07-29T07:33:07.565Z Downloaded psl-types v2.0.11
11592026-07-29T07:33:07.565Z Downloaded shlex v1.3.0
11602026-07-29T07:33:07.568Z Downloaded lock_api v0.4.14
11612026-07-29T07:33:07.568Z Downloaded phf v0.13.1
11622026-07-29T07:33:07.572Z Downloaded peg-runtime v0.8.5
11632026-07-29T07:33:07.572Z Downloaded tinyvec_macros v0.1.1
11642026-07-29T07:33:07.575Z Downloaded dsl_auto_type v0.2.0
11652026-07-29T07:33:07.575Z Downloaded illumos-nvpair v0.3.0
11662026-07-29T07:33:07.578Z Downloaded quinn v0.11.9
11672026-07-29T07:33:07.583Z Downloaded derive_builder v0.20.2
11682026-07-29T07:33:07.587Z Downloaded serde_bytes v0.11.19
11692026-07-29T07:33:07.590Z Downloaded memmap2 v0.9.10
11702026-07-29T07:33:07.599Z Downloaded rayon-core v1.13.0
11712026-07-29T07:33:07.603Z Downloaded blake3 v1.8.5
11722026-07-29T07:33:07.608Z Downloaded num-traits v0.2.19
11732026-07-29T07:33:07.611Z Downloaded strip-ansi-escapes v0.2.1
11742026-07-29T07:33:07.611Z Downloaded radix_trie v0.2.1
11752026-07-29T07:33:07.614Z Downloaded multer v3.1.0
11762026-07-29T07:33:07.617Z Downloaded typify-macro v0.6.2
11772026-07-29T07:33:07.617Z Downloaded russh v0.62.4
11782026-07-29T07:33:07.620Z Downloaded crc-catalog v2.4.0
11792026-07-29T07:33:07.624Z Downloaded serde_spanned v1.1.1
11802026-07-29T07:33:07.627Z Downloaded libxml v0.3.3
11812026-07-29T07:33:07.630Z Downloaded sqlformat v0.3.5
11822026-07-29T07:33:07.633Z Downloaded libloading v0.8.9
11832026-07-29T07:33:07.633Z Downloaded darling v0.21.3
11842026-07-29T07:33:07.636Z Downloaded xattr v1.6.1
11852026-07-29T07:33:07.640Z Downloaded num-iter v0.1.45
11862026-07-29T07:33:07.640Z Downloaded zeroize_derive v1.5.0
11872026-07-29T07:33:07.640Z Downloaded aws-lc-rs v1.16.3
11882026-07-29T07:33:07.645Z Downloaded iana-time-zone v0.1.65
11892026-07-29T07:33:07.649Z Downloaded ingot v0.2.1
11902026-07-29T07:33:07.649Z Downloaded slog-stdlog v4.1.1
11912026-07-29T07:33:07.652Z Downloaded serde_repr v0.1.20
11922026-07-29T07:33:07.652Z Downloaded darling_core v0.23.0
11932026-07-29T07:33:07.655Z Downloaded phf v0.12.1
11942026-07-29T07:33:07.655Z Downloaded serde_plain v1.0.2
11952026-07-29T07:33:07.655Z Downloaded nibble_vec v0.1.0
11962026-07-29T07:33:07.655Z Downloaded lru-cache v0.1.2
11972026-07-29T07:33:07.659Z Downloaded termios v0.3.3
11982026-07-29T07:33:07.659Z Downloaded derive_builder_macro v0.20.2
11992026-07-29T07:33:07.663Z Downloaded qorb v0.4.1
12002026-07-29T07:33:07.666Z Downloaded openssl-sys v0.9.115
12012026-07-29T07:33:07.669Z Downloaded slog-scope v4.4.1
12022026-07-29T07:33:07.673Z Downloaded rand_seeder v0.4.0
12032026-07-29T07:33:07.673Z Downloaded rand v0.10.1
12042026-07-29T07:33:07.676Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12052026-07-29T07:33:07.676Z Downloaded portable-atomic v1.13.1
12062026-07-29T07:33:07.680Z Downloaded ryu-js v1.0.3
12072026-07-29T07:33:07.685Z Downloaded nom v8.0.0
12082026-07-29T07:33:07.688Z Downloaded goblin v0.10.5
12092026-07-29T07:33:07.691Z Downloaded zerocopy-derive v0.8.40
12102026-07-29T07:33:07.695Z Downloaded ryu v1.0.23
12112026-07-29T07:33:07.698Z Downloaded daft-derive v0.1.7
12122026-07-29T07:33:07.701Z Downloaded rustversion v1.0.22
12132026-07-29T07:33:07.701Z Downloaded num_enum v0.7.6
12142026-07-29T07:33:07.705Z Downloaded packed_struct v0.10.1
12152026-07-29T07:33:07.708Z Downloaded darling_core v0.20.11
12162026-07-29T07:33:07.708Z Downloaded derive_more-impl v2.1.1
12172026-07-29T07:33:07.711Z Downloaded ed25519-dalek v3.0.0
12182026-07-29T07:33:07.714Z Downloaded unicode-normalization v0.1.25
12192026-07-29T07:33:07.717Z Downloaded pin-project v1.1.11
12202026-07-29T07:33:07.722Z Downloaded tinyvec v1.10.0
12212026-07-29T07:33:07.725Z Downloaded csv-core v0.1.13
12222026-07-29T07:33:07.725Z Downloaded proptest v1.10.0
12232026-07-29T07:33:07.729Z Downloaded defmt-macros v1.0.1
12242026-07-29T07:33:07.732Z Downloaded icu_collections v2.1.1
12252026-07-29T07:33:07.735Z Downloaded progenitor v0.13.0
12262026-07-29T07:33:07.735Z Downloaded pkg-config v0.3.32
12272026-07-29T07:33:07.738Z Downloaded pkcs8 v0.11.0
12282026-07-29T07:33:07.738Z Downloaded serde_cbor v0.11.2
12292026-07-29T07:33:07.741Z Downloaded strum_macros v0.27.2
12302026-07-29T07:33:07.741Z Downloaded toml_edit v0.19.15
12312026-07-29T07:33:07.749Z Downloaded itertools v0.12.1
12322026-07-29T07:33:07.753Z Downloaded toml v0.7.8
12332026-07-29T07:33:07.757Z Downloaded bitvec v1.0.1
12342026-07-29T07:33:07.765Z Downloaded p256 v0.14.0
12352026-07-29T07:33:07.768Z Downloaded icu_properties_data v2.1.2
12362026-07-29T07:33:07.772Z Downloaded schemars v1.2.1
12372026-07-29T07:33:07.780Z Downloaded tokio-util v0.7.18
12382026-07-29T07:33:07.785Z Downloaded url v2.5.8
12392026-07-29T07:33:07.788Z Downloaded ron v0.8.1
12402026-07-29T07:33:07.792Z Downloaded unsafe-libyaml v0.2.11
12412026-07-29T07:33:07.792Z Downloaded polar-core v0.27.3
12422026-07-29T07:33:07.796Z Downloaded nom v7.1.3
12432026-07-29T07:33:07.799Z Downloaded chrono v0.4.45
12442026-07-29T07:33:07.803Z Downloaded quinn-proto v0.11.16
12452026-07-29T07:33:07.808Z Downloaded crossterm v0.28.1
12462026-07-29T07:33:07.811Z Downloaded zerocopy v0.6.6
12472026-07-29T07:33:07.814Z Downloaded rsa v0.9.10
12482026-07-29T07:33:07.817Z Downloaded rawzip v0.4.4
12492026-07-29T07:33:07.821Z Downloaded iri-string v0.7.10
12502026-07-29T07:33:07.824Z Downloaded regex-syntax v0.6.29
12512026-07-29T07:33:07.827Z Downloaded ssh-key v0.7.0-rc.11
12522026-07-29T07:33:07.832Z Downloaded unicode-segmentation v1.12.0
12532026-07-29T07:33:07.835Z Downloaded ml-kem v0.3.2
12542026-07-29T07:33:07.838Z Downloaded lalrpop v0.19.12
12552026-07-29T07:33:07.842Z Downloaded derive_more v2.1.1
12562026-07-29T07:33:07.849Z Downloaded internal-russh-num-bigint v0.5.0
12572026-07-29T07:33:07.852Z Downloaded moka v0.12.13
12582026-07-29T07:33:07.856Z Downloaded zlib-rs v0.6.2
12592026-07-29T07:33:07.859Z Downloaded crossbeam-channel v0.5.15
12602026-07-29T07:33:07.863Z Downloaded itertools v0.14.0
12612026-07-29T07:33:07.866Z Downloaded petname v2.0.2
12622026-07-29T07:33:07.869Z Downloaded tower-http v0.6.8
12632026-07-29T07:33:07.874Z Downloaded serde_with v3.21.0
12642026-07-29T07:33:07.881Z Downloaded smoltcp v0.9.1
12652026-07-29T07:33:07.887Z Downloaded ed25519-dalek v2.2.0
12662026-07-29T07:33:07.890Z Downloaded quick-xml v0.37.5
12672026-07-29T07:33:07.893Z Downloaded p521 v0.14.0
12682026-07-29T07:33:07.896Z Downloaded zerovec v0.11.5
12692026-07-29T07:33:07.899Z Downloaded mio v1.2.0
12702026-07-29T07:33:07.903Z Downloaded idna v1.1.0
12712026-07-29T07:33:07.907Z Downloaded reqwest v0.13.2
12722026-07-29T07:33:07.910Z Downloaded reqwest v0.12.28
12732026-07-29T07:33:07.913Z Downloaded vcpkg v0.2.15
12742026-07-29T07:33:07.935Z Downloaded p384 v0.13.1
12752026-07-29T07:33:07.938Z Downloaded libm v0.2.16
12762026-07-29T07:33:07.944Z Downloaded hickory-proto v0.24.4
12772026-07-29T07:33:07.952Z Downloaded object v0.30.4
12782026-07-29T07:33:07.958Z Downloaded itertools v0.13.0
12792026-07-29T07:33:07.962Z Downloaded tough v0.22.0
12802026-07-29T07:33:07.967Z Downloaded sha3 v0.12.0
12812026-07-29T07:33:07.970Z Downloaded winnow v0.6.26
12822026-07-29T07:33:07.975Z Downloaded object v0.37.3
12832026-07-29T07:33:07.981Z Downloaded iddqd v0.4.2
12842026-07-29T07:33:07.986Z Downloaded zerocopy v0.8.40
12852026-07-29T07:33:07.992Z Downloaded rsa v0.10.0-rc.18
12862026-07-29T07:33:07.995Z Downloaded curve25519-dalek v4.1.3
12872026-07-29T07:33:08.001Z Downloaded dropshot v0.17.1
12882026-07-29T07:33:08.014Z Downloaded tabled v0.20.0
12892026-07-29T07:33:08.025Z Downloaded crypto-primes v0.7.2
12902026-07-29T07:33:08.028Z Downloaded regress v0.10.5
12912026-07-29T07:33:08.033Z Downloaded openssl v0.10.79
12922026-07-29T07:33:08.039Z Downloaded regex-syntax v0.8.10
12932026-07-29T07:33:08.045Z Downloaded nix v0.27.1
12942026-07-29T07:33:08.050Z Downloaded smoltcp v0.11.0
12952026-07-29T07:33:08.057Z Downloaded openapiv3 v2.2.0
12962026-07-29T07:33:08.064Z Downloaded winnow v1.0.3
12972026-07-29T07:33:08.071Z Downloaded rayon v1.11.0
12982026-07-29T07:33:08.075Z Downloaded crypto-bigint v0.7.5
12992026-07-29T07:33:08.085Z Downloaded hickory-proto v0.25.2
13002026-07-29T07:33:08.094Z Downloaded bstr v1.12.1
13012026-07-29T07:33:08.100Z Downloaded nix v0.28.0
13022026-07-29T07:33:08.106Z Downloaded curve25519-dalek v5.0.0
13032026-07-29T07:33:08.112Z Downloaded time v0.3.47
13042026-07-29T07:33:08.124Z Downloaded nix v0.31.2
13052026-07-29T07:33:08.130Z Downloaded rustix v0.38.44
13062026-07-29T07:33:08.145Z Downloaded tracing v0.1.44
13072026-07-29T07:33:08.162Z Downloaded ratatui v0.29.0
13082026-07-29T07:33:08.174Z Downloaded sha3 v0.11.0
13092026-07-29T07:33:08.177Z Downloaded regress v0.11.1
13102026-07-29T07:33:08.181Z Downloaded sqlparser v0.61.0
13112026-07-29T07:33:08.189Z Downloaded typify-impl v0.6.2
13122026-07-29T07:33:08.196Z Downloaded rustls v0.23.41
13132026-07-29T07:33:08.203Z Downloaded regex-automata v0.4.14
13142026-07-29T07:33:08.211Z Downloaded diesel v2.3.7
13152026-07-29T07:33:08.243Z Downloaded sled v0.34.7
13162026-07-29T07:33:08.267Z Downloaded tokio v1.52.1
13172026-07-29T07:33:08.290Z Downloaded libz-sys v1.1.24
13182026-07-29T07:33:08.301Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-07-29T07:33:08.307Z Downloaded csv v1.4.0
13202026-07-29T07:33:08.318Z Downloaded petgraph v0.6.5
13212026-07-29T07:33:08.328Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13222026-07-29T07:33:08.337Z Downloaded zerocopy-derive v0.6.6
13232026-07-29T07:33:08.343Z Downloaded sha3 v0.10.8
13242026-07-29T07:33:08.346Z Downloaded chrono-tz v0.10.4
13252026-07-29T07:33:08.355Z Downloaded petgraph v0.8.3
13262026-07-29T07:33:08.368Z Downloaded jiff v0.2.21
13272026-07-29T07:33:08.391Z Downloaded ring v0.17.14
13282026-07-29T07:33:08.413Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-07-29T07:33:08.443Z Downloaded encoding_rs v0.8.35
13302026-07-29T07:33:09.054Z Downloaded aws-lc-sys v0.40.0
13312026-07-29T07:33:09.310Z Compiling libc v0.2.185
13322026-07-29T07:33:09.310Z Compiling serde_core v1.0.228
13332026-07-29T07:33:09.310Z Compiling serde v1.0.228
13342026-07-29T07:33:09.315Z Compiling smallvec v1.15.1
13352026-07-29T07:33:09.315Z Compiling log v0.4.29
13362026-07-29T07:33:09.459Z Compiling stable_deref_trait v1.2.1
13372026-07-29T07:33:09.473Z Compiling syn v2.0.117
13382026-07-29T07:33:09.507Z Compiling find-msvc-tools v0.1.9
13392026-07-29T07:33:09.569Z Compiling subtle v2.6.1
13402026-07-29T07:33:09.667Z Compiling shlex v1.3.0
13412026-07-29T07:33:09.742Z Compiling percent-encoding v2.3.2
13422026-07-29T07:33:09.755Z Compiling scopeguard v1.2.0
13432026-07-29T07:33:09.777Z Compiling getrandom v0.4.1
13442026-07-29T07:33:09.810Z Compiling libm v0.2.16
13452026-07-29T07:33:09.874Z Compiling lock_api v0.4.14
13462026-07-29T07:33:09.874Z Compiling num-traits v0.2.19
13472026-07-29T07:33:09.888Z Compiling litemap v0.8.1
13482026-07-29T07:33:10.063Z Compiling writeable v0.6.2
13492026-07-29T07:33:10.092Z Compiling rand_core v0.10.0
13502026-07-29T07:33:10.118Z Compiling zerocopy v0.8.40
13512026-07-29T07:33:10.269Z Compiling typenum v1.20.1
13522026-07-29T07:33:10.283Z Compiling icu_properties_data v2.1.2
13532026-07-29T07:33:10.349Z Compiling errno v0.3.14
13542026-07-29T07:33:10.363Z Compiling jobserver v0.1.34
13552026-07-29T07:33:10.497Z Compiling icu_normalizer_data v2.1.1
13562026-07-29T07:33:10.621Z Compiling cc v1.2.56
13572026-07-29T07:33:10.709Z Compiling portable-atomic v1.13.1
13582026-07-29T07:33:10.808Z Compiling critical-section v1.2.0
13592026-07-29T07:33:10.850Z Compiling pin-project-lite v0.2.17
13602026-07-29T07:33:10.949Z Compiling utf8_iter v1.0.4
13612026-07-29T07:33:11.090Z Compiling parking_lot_core v0.9.12
13622026-07-29T07:33:11.105Z Compiling serde_json v1.0.151
13632026-07-29T07:33:11.284Z Compiling getrandom v0.2.17
13642026-07-29T07:33:11.324Z Compiling form_urlencoded v1.2.2
13652026-07-29T07:33:11.503Z Compiling rand_core v0.6.4
13662026-07-29T07:33:11.523Z Compiling signal-hook-registry v1.4.8
13672026-07-29T07:33:11.551Z Compiling futures-core v0.3.32
13682026-07-29T07:33:11.649Z Compiling bitflags v2.11.0
13692026-07-29T07:33:11.701Z Compiling once_cell v1.21.3
13702026-07-29T07:33:11.728Z Compiling semver v1.0.28
13712026-07-29T07:33:11.776Z Compiling parking_lot v0.12.5
13722026-07-29T07:33:11.789Z Compiling mio v1.2.0
13732026-07-29T07:33:11.878Z Compiling generic-array v0.14.7
13742026-07-29T07:33:11.914Z Compiling pkg-config v0.3.32
13752026-07-29T07:33:12.040Z Compiling const-oid v0.9.6
13762026-07-29T07:33:12.116Z Compiling iana-time-zone v0.1.65
13772026-07-29T07:33:12.137Z Compiling socket2 v0.6.3
13782026-07-29T07:33:12.149Z Compiling futures-sink v0.3.32
13792026-07-29T07:33:12.244Z Compiling futures-channel v0.3.32
13802026-07-29T07:33:12.257Z Compiling uuid v1.23.4
13812026-07-29T07:33:12.306Z Compiling synstructure v0.13.2
13822026-07-29T07:33:12.462Z Compiling slab v0.4.12
13832026-07-29T07:33:12.522Z Compiling futures-task v0.3.32
13842026-07-29T07:33:12.634Z Compiling futures-io v0.3.32
13852026-07-29T07:33:12.669Z Compiling getrandom v0.3.4
13862026-07-29T07:33:12.693Z Compiling indexmap v2.14.0
13872026-07-29T07:33:12.787Z Compiling dyn-clone v1.0.20
13882026-07-29T07:33:12.842Z Compiling serde_derive_internals v0.29.1
13892026-07-29T07:33:12.878Z Compiling schemars v0.8.22
13902026-07-29T07:33:12.922Z Compiling rustix v1.1.3
13912026-07-29T07:33:12.928Z Compiling base64 v0.22.1
13922026-07-29T07:33:13.098Z Compiling regex-syntax v0.8.10
13932026-07-29T07:33:13.317Z Compiling cmake v0.1.57
13942026-07-29T07:33:13.408Z Compiling dunce v1.0.5
13952026-07-29T07:33:13.507Z Compiling rustversion v1.0.22
13962026-07-29T07:33:13.549Z Compiling rand_core v0.9.5
13972026-07-29T07:33:13.719Z Compiling fs_extra v1.3.0
13982026-07-29T07:33:13.813Z Compiling ident_case v1.0.1
13992026-07-29T07:33:13.832Z Compiling tracing-core v0.1.36
14002026-07-29T07:33:13.942Z Compiling tinyvec_macros v0.1.1
14012026-07-29T07:33:14.002Z Compiling aws-lc-sys v0.40.0
14022026-07-29T07:33:14.016Z Compiling vcpkg v0.2.15
14032026-07-29T07:33:14.039Z Compiling serde_derive v1.0.228
14042026-07-29T07:33:14.156Z Compiling zeroize_derive v1.5.0
14052026-07-29T07:33:14.391Z Compiling zerofrom-derive v0.1.6
14062026-07-29T07:33:14.486Z Compiling yoke-derive v0.8.1
14072026-07-29T07:33:14.737Z Compiling zerovec-derive v0.11.2
14082026-07-29T07:33:14.771Z Compiling displaydoc v0.2.5
14092026-07-29T07:33:14.815Z Compiling zeroize v1.9.0
14102026-07-29T07:33:15.038Z Compiling zerocopy-derive v0.8.40
14112026-07-29T07:33:15.542Z Compiling tokio-macros v2.7.0
14122026-07-29T07:33:15.679Z Compiling futures-macro v0.3.32
14132026-07-29T07:33:15.821Z Compiling zerofrom v0.1.6
14142026-07-29T07:33:15.880Z Compiling schemars_derive v0.8.22
14152026-07-29T07:33:15.948Z Compiling yoke v0.8.1
14162026-07-29T07:33:16.105Z Compiling zerovec v0.11.5
14172026-07-29T07:33:16.134Z Compiling zerotrie v0.2.3
14182026-07-29T07:33:16.270Z Compiling crypto-common v0.1.7
14192026-07-29T07:33:16.420Z Compiling block-buffer v0.10.4
14202026-07-29T07:33:16.448Z Compiling thiserror-impl v2.0.18
14212026-07-29T07:33:16.487Z Compiling futures-util v0.3.32
14222026-07-29T07:33:16.587Z Compiling tinystr v0.8.2
14232026-07-29T07:33:16.610Z Compiling potential_utf v0.1.4
14242026-07-29T07:33:16.771Z Compiling icu_locale_core v2.1.1
14252026-07-29T07:33:16.787Z Compiling icu_collections v2.1.1
14262026-07-29T07:33:17.139Z Compiling digest v0.10.7
14272026-07-29T07:33:17.261Z Compiling tracing-attributes v0.1.31
14282026-07-29T07:33:17.390Z Compiling icu_provider v2.1.1
14292026-07-29T07:33:17.565Z Compiling bytes v1.11.1
14302026-07-29T07:33:17.648Z Compiling icu_properties v2.1.2
14312026-07-29T07:33:17.686Z Compiling icu_normalizer v2.1.1
14322026-07-29T07:33:17.796Z Compiling chrono v0.4.45
14332026-07-29T07:33:18.245Z Compiling tokio v1.52.1
14342026-07-29T07:33:18.305Z Compiling http v1.4.2
14352026-07-29T07:33:18.606Z Compiling idna_adapter v1.2.1
14362026-07-29T07:33:18.751Z Compiling idna v1.1.0
14372026-07-29T07:33:18.808Z Compiling tracing v0.1.44
14382026-07-29T07:33:18.833Z Compiling thiserror v2.0.18
14392026-07-29T07:33:18.947Z Compiling http-body v1.0.1
14402026-07-29T07:33:19.087Z Compiling url v2.5.8
14412026-07-29T07:33:19.106Z Compiling rustls-pki-types v1.14.0
14422026-07-29T07:33:19.204Z Compiling openssl-sys v0.9.115
14432026-07-29T07:33:19.230Z Compiling tinyvec v1.10.0
14442026-07-29T07:33:19.419Z Compiling ppv-lite86 v0.2.21
14452026-07-29T07:33:19.566Z Compiling openssl-probe v0.2.1
14462026-07-29T07:33:19.585Z Compiling base64ct v1.8.3
14472026-07-29T07:33:19.598Z Compiling aws-lc-rs v1.16.3
14482026-07-29T07:33:19.728Z Compiling rand_chacha v0.9.0
14492026-07-29T07:33:19.746Z Compiling httparse v1.10.1
14502026-07-29T07:33:19.760Z Compiling tempfile v3.25.0
14512026-07-29T07:33:19.875Z Compiling pem-rfc7468 v0.7.0
14522026-07-29T07:33:19.890Z Compiling pest_generator v2.8.6
14532026-07-29T07:33:20.077Z Compiling rand v0.9.2
14542026-07-29T07:33:20.121Z Compiling der_derive v0.7.3
14552026-07-29T07:33:20.148Z Compiling flagset v0.4.7
14562026-07-29T07:33:20.166Z Compiling tower-layer v0.3.3
14572026-07-29T07:33:20.277Z Compiling atomic-waker v1.1.2
14582026-07-29T07:33:20.325Z Compiling try-lock v0.2.5
14592026-07-29T07:33:20.402Z Compiling tower-service v0.3.3
14602026-07-29T07:33:20.420Z Compiling want v0.3.1
14612026-07-29T07:33:20.496Z Compiling unicode-normalization v0.1.25
14622026-07-29T07:33:20.579Z Compiling pest_derive v2.8.6
14632026-07-29T07:33:20.584Z Compiling ipnet v2.11.0
14642026-07-29T07:33:20.719Z Compiling scroll_derive v0.13.1
14652026-07-29T07:33:20.815Z Compiling rustc_version v0.4.1
14662026-07-29T07:33:20.942Z Compiling untrusted v0.7.1
14672026-07-29T07:33:21.014Z Compiling httpdate v1.0.3
14682026-07-29T07:33:21.064Z Compiling hmac v0.12.1
14692026-07-29T07:33:21.068Z Compiling der v0.7.10
14702026-07-29T07:33:21.091Z Compiling aho-corasick v1.1.4
14712026-07-29T07:33:21.126Z Compiling foreign-types-shared v0.1.1
14722026-07-29T07:33:21.213Z Compiling untrusted v0.9.0
14732026-07-29T07:33:21.216Z Compiling cmov v0.5.4
14742026-07-29T07:33:21.241Z Compiling rustls v0.23.41
14752026-07-29T07:33:21.329Z Compiling openssl v0.10.79
14762026-07-29T07:33:21.401Z Compiling cpufeatures v0.2.17
14772026-07-29T07:33:21.425Z Compiling ctutils v0.4.2
14782026-07-29T07:33:21.473Z Compiling foreign-types v0.3.2
14792026-07-29T07:33:21.503Z Compiling scroll v0.13.0
14802026-07-29T07:33:21.572Z Compiling openssl-macros v0.1.1
14812026-07-29T07:33:21.654Z Compiling sync_wrapper v1.0.2
14822026-07-29T07:33:21.761Z Compiling goblin v0.10.5
14832026-07-29T07:33:21.765Z Compiling wait-timeout v0.2.1
14842026-07-29T07:33:21.937Z Compiling spki v0.7.3
14852026-07-29T07:33:21.959Z Compiling regex-automata v0.4.14
14862026-07-29T07:33:22.018Z Compiling tokio-util v0.7.18
14872026-07-29T07:33:22.133Z Compiling time-core v0.1.8
14882026-07-29T07:33:22.244Z Compiling native-tls v0.2.18
14892026-07-29T07:33:22.275Z Compiling num-conv v0.2.0
14902026-07-29T07:33:22.404Z Compiling powerfmt v0.2.0
14912026-07-29T07:33:22.441Z Compiling bit-vec v0.8.0
14922026-07-29T07:33:22.602Z Compiling quick-error v1.2.3
14932026-07-29T07:33:22.667Z Compiling bit-set v0.8.0
14942026-07-29T07:33:22.708Z Compiling h2 v0.4.15
14952026-07-29T07:33:22.724Z Compiling rusty-fork v0.3.1
14962026-07-29T07:33:22.823Z Compiling deranged v0.5.8
14972026-07-29T07:33:23.023Z Compiling time-macros v0.2.27
14982026-07-29T07:33:23.055Z Compiling pkcs8 v0.10.2
14992026-07-29T07:33:23.351Z Compiling tower v0.5.3
15002026-07-29T07:33:23.842Z Compiling hybrid-array v0.4.13
15012026-07-29T07:33:23.986Z Compiling sha2 v0.10.9
15022026-07-29T07:33:24.611Z Compiling http-body-util v0.1.3
15032026-07-29T07:33:24.854Z Compiling darling_core v0.20.11
15042026-07-29T07:33:25.272Z Compiling rand_xorshift v0.4.0
15052026-07-29T07:33:25.384Z Compiling iri-string v0.7.10
15062026-07-29T07:33:25.433Z Compiling usdt-impl v0.6.0
15072026-07-29T07:33:25.633Z Compiling unarray v0.1.4
15082026-07-29T07:33:25.742Z Compiling hyper v1.10.1
15092026-07-29T07:33:25.955Z Compiling num_threads v0.1.7
15102026-07-29T07:33:26.000Z Compiling ryu v1.0.23
15112026-07-29T07:33:26.049Z Compiling time v0.3.47
15122026-07-29T07:33:26.175Z Compiling serde_urlencoded v0.7.1
15132026-07-29T07:33:26.726Z Compiling tower-http v0.6.8
15142026-07-29T07:33:26.729Z Compiling proptest v1.10.0
15152026-07-29T07:33:26.774Z Compiling dtrace-parser v0.3.0
15162026-07-29T07:33:26.861Z Compiling hyper-util v0.1.20
15172026-07-29T07:33:27.058Z Compiling darling_macro v0.20.11
15182026-07-29T07:33:27.113Z Compiling hex v0.4.3
15192026-07-29T07:33:27.299Z Compiling scroll_derive v0.12.1
15202026-07-29T07:33:27.373Z Compiling thiserror-impl v1.0.69
15212026-07-29T07:33:27.488Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15222026-07-29T07:33:27.530Z Compiling thread-id v5.1.0
15232026-07-29T07:33:27.590Z Compiling spin v0.9.8
15242026-07-29T07:33:27.613Z Compiling cookie v0.18.1
15252026-07-29T07:33:27.792Z Compiling encoding_rs v0.8.35
15262026-07-29T07:33:27.795Z Compiling unicode-properties v0.1.4
15272026-07-29T07:33:27.865Z Compiling unicode-bidi v0.3.18
15282026-07-29T07:33:27.953Z Compiling crc32fast v1.5.0
15292026-07-29T07:33:27.997Z Compiling siphasher v1.0.2
15302026-07-29T07:33:28.209Z Compiling mime v0.3.17
15312026-07-29T07:33:28.260Z Compiling paste v1.0.15
15322026-07-29T07:33:28.447Z Compiling stringprep v0.1.5
15332026-07-29T07:33:28.466Z Compiling scroll v0.12.0
15342026-07-29T07:33:28.622Z Compiling thiserror v1.0.69
15352026-07-29T07:33:28.680Z Compiling darling v0.20.11
15362026-07-29T07:33:28.724Z Compiling tokio-native-tls v0.3.1
15372026-07-29T07:33:28.735Z Compiling dof v0.4.0
15382026-07-29T07:33:28.888Z Compiling md-5 v0.10.6
15392026-07-29T07:33:28.890Z Compiling zerocopy-derive v0.7.35
15402026-07-29T07:33:29.048Z Compiling async-trait v0.1.89
15412026-07-29T07:33:29.349Z Compiling darling_core v0.23.0
15422026-07-29T07:33:29.753Z Compiling crossbeam-utils v0.8.21
15432026-07-29T07:33:29.877Z Compiling syn v1.0.109
15442026-07-29T07:33:30.037Z Compiling simd-adler32 v0.3.8
15452026-07-29T07:33:30.053Z Compiling psl-types v2.0.11
15462026-07-29T07:33:30.053Z Compiling litrs v1.0.0
15472026-07-29T07:33:30.173Z Compiling allocator-api2 v0.2.21
15482026-07-29T07:33:30.176Z Compiling fallible-iterator v0.2.0
15492026-07-29T07:33:30.321Z Compiling publicsuffix v2.3.0
15502026-07-29T07:33:30.485Z Compiling postgres-protocol v0.6.10
15512026-07-29T07:33:30.489Z Compiling zerocopy v0.7.35
15522026-07-29T07:33:30.556Z Compiling document-features v0.2.12
15532026-07-29T07:33:31.031Z Compiling hyper-tls v0.6.0
15542026-07-29T07:33:31.050Z Compiling derive_builder_core v0.20.2
15552026-07-29T07:33:31.090Z Compiling goblin v0.8.2
15562026-07-29T07:33:31.747Z Compiling bstr v1.12.1
15572026-07-29T07:33:31.794Z Compiling darling_macro v0.23.0
15582026-07-29T07:33:31.815Z Compiling heapless v0.7.17
15592026-07-29T07:33:31.888Z Compiling rustls-native-certs v0.8.3
15602026-07-29T07:33:32.048Z Compiling serde_tokenstream v0.2.3
15612026-07-29T07:33:32.167Z Compiling signature v2.2.0
15622026-07-29T07:33:32.274Z Compiling slog v2.8.2
15632026-07-29T07:33:32.344Z Compiling pin-project-internal v1.1.11
15642026-07-29T07:33:32.358Z Compiling daft-derive v0.1.7
15652026-07-29T07:33:32.382Z Compiling bzip2-sys v0.1.13+1.0.8
15662026-07-29T07:33:32.452Z Compiling anyhow v1.0.102
15672026-07-29T07:33:32.656Z Compiling ref-cast v1.0.25
15682026-07-29T07:33:32.743Z Compiling signal-hook v0.3.18
15692026-07-29T07:33:32.908Z Compiling adler2 v2.0.1
15702026-07-29T07:33:32.940Z Compiling zstd-safe v7.2.4
15712026-07-29T07:33:33.039Z Compiling miniz_oxide v0.8.9
15722026-07-29T07:33:33.395Z Compiling darling v0.23.0
15732026-07-29T07:33:33.420Z Compiling pin-project v1.1.11
15742026-07-29T07:33:33.515Z Compiling derive_builder_macro v0.20.2
15752026-07-29T07:33:33.683Z Compiling camino v1.2.2
15762026-07-29T07:33:33.979Z Compiling phf_shared v0.13.1
15772026-07-29T07:33:34.008Z Compiling ipnetwork v0.21.1
15782026-07-29T07:33:34.056Z Compiling block-buffer v0.12.1
15792026-07-29T07:33:34.220Z Compiling crypto-common v0.2.2
15802026-07-29T07:33:34.251Z Compiling block-padding v0.4.2
15812026-07-29T07:33:34.396Z Compiling curve25519-dalek v4.1.3
15822026-07-29T07:33:34.414Z Compiling rand_chacha v0.3.1
15832026-07-29T07:33:34.524Z Compiling snafu-derive v0.8.9
15842026-07-29T07:33:34.713Z Compiling futures-executor v0.3.32
15852026-07-29T07:33:34.973Z Compiling toml_datetime v0.6.11
15862026-07-29T07:33:35.188Z Compiling serde_spanned v0.6.9
15872026-07-29T07:33:35.204Z Compiling erased-serde v0.3.31
15882026-07-29T07:33:35.227Z Compiling vergen-lib v9.1.0
15892026-07-29T07:33:35.331Z Compiling ref-cast-impl v1.0.25
15902026-07-29T07:33:35.397Z Compiling hash32 v0.2.1
15912026-07-29T07:33:35.587Z Compiling ff v0.13.1
15922026-07-29T07:33:35.688Z Compiling num-integer v0.1.46
15932026-07-29T07:33:35.724Z Compiling memoffset v0.9.1
15942026-07-29T07:33:35.864Z Compiling num-bigint-dig v0.8.6
15952026-07-29T07:33:35.911Z Compiling rustix v0.38.44
15962026-07-29T07:33:35.925Z Compiling smoltcp v0.9.1
15972026-07-29T07:33:36.011Z Compiling base16ct v0.2.0
15982026-07-29T07:33:36.045Z Compiling zlib-rs v0.6.2
15992026-07-29T07:33:36.183Z Compiling foldhash v0.2.0
16002026-07-29T07:33:36.240Z Compiling cfg_aliases v0.2.1
16012026-07-29T07:33:36.243Z Compiling same-file v1.0.6
16022026-07-29T07:33:36.329Z Compiling nix v0.31.2
16032026-07-29T07:33:36.398Z Compiling walkdir v2.5.0
16042026-07-29T07:33:36.401Z Compiling hashbrown v0.16.1
16052026-07-29T07:33:36.426Z Compiling snafu v0.8.9
16062026-07-29T07:33:36.719Z Compiling sec1 v0.7.3
16072026-07-29T07:33:36.795Z Compiling num-iter v0.1.45
16082026-07-29T07:33:36.911Z Compiling group v0.13.0
16092026-07-29T07:33:37.082Z Compiling futures v0.3.32
16102026-07-29T07:33:37.218Z Compiling rand v0.8.6
16112026-07-29T07:33:37.237Z Compiling inout v0.2.2
16122026-07-29T07:33:37.357Z Compiling oxnet v0.1.6
16132026-07-29T07:33:37.405Z Compiling phf v0.13.1
16142026-07-29T07:33:37.461Z Compiling derive_builder v0.20.2
16152026-07-29T07:33:37.586Z Compiling serde_with_macros v3.21.0
16162026-07-29T07:33:37.733Z Compiling hubpack_derive v0.1.1
16172026-07-29T07:33:37.768Z Compiling usdt-macro v0.6.0
16182026-07-29T07:33:37.954Z Compiling usdt-attr-macro v0.6.0
16192026-07-29T07:33:37.993Z Compiling globset v0.4.18
16202026-07-29T07:33:38.008Z Compiling newtype-uuid v1.3.2
16212026-07-29T07:33:38.212Z Compiling dtrace-parser v0.2.0
16222026-07-29T07:33:38.379Z Compiling lazy_static v1.5.0
16232026-07-29T07:33:38.473Z Compiling anstyle-parse v0.2.7
16242026-07-29T07:33:38.548Z Compiling regex v1.12.3
16252026-07-29T07:33:38.657Z Compiling hkdf v0.12.4
16262026-07-29T07:33:38.671Z Compiling strum_macros v0.27.2
16272026-07-29T07:33:38.736Z Compiling serde_plain v1.0.2
16282026-07-29T07:33:38.774Z Compiling crypto-bigint v0.5.5
16292026-07-29T07:33:38.818Z Compiling terminal_size v0.4.3
16302026-07-29T07:33:38.925Z Compiling flate2 v1.1.9
16312026-07-29T07:33:38.946Z Compiling vergen v9.1.0
16322026-07-29T07:33:38.961Z Compiling curve25519-dalek-derive v0.1.1
16332026-07-29T07:33:38.975Z Compiling async-recursion v1.1.1
16342026-07-29T07:33:39.120Z Compiling pem v3.0.6
16352026-07-29T07:33:39.277Z Compiling cargo-platform v0.3.2
16362026-07-29T07:33:39.321Z Compiling thread-id v4.2.2
16372026-07-29T07:33:39.405Z Compiling memmap2 v0.9.10
16382026-07-29T07:33:39.435Z Compiling ahash v0.8.12
16392026-07-29T07:33:39.541Z Compiling fs-err v3.3.0
16402026-07-29T07:33:39.594Z Compiling bitflags v1.3.2
16412026-07-29T07:33:39.608Z Compiling libbz2-rs-sys v0.2.2
16422026-07-29T07:33:39.611Z Compiling typed-path v0.9.3
16432026-07-29T07:33:39.637Z Compiling object v0.37.3
16442026-07-29T07:33:39.665Z Compiling whoami v2.1.0
16452026-07-29T07:33:39.720Z Compiling bumpalo v3.20.2
16462026-07-29T07:33:39.895Z Compiling managed v0.8.0
16472026-07-29T07:33:39.965Z Compiling unicode-segmentation v1.12.0
16482026-07-29T07:33:40.030Z Compiling foldhash v0.1.5
16492026-07-29T07:33:40.108Z Compiling winnow v0.5.40
16502026-07-29T07:33:40.199Z Compiling hashbrown v0.15.5
16512026-07-29T07:33:40.346Z Compiling bzip2 v0.6.1
16522026-07-29T07:33:40.552Z Compiling zopfli v0.8.3
16532026-07-29T07:33:40.603Z Compiling strum v0.27.2
16542026-07-29T07:33:40.730Z Compiling elliptic-curve v0.13.8
16552026-07-29T07:33:40.808Z Compiling clap_builder v4.6.0
16562026-07-29T07:33:40.915Z Compiling cargo_metadata v0.23.1
16572026-07-29T07:33:41.055Z Compiling anstream v0.6.21
16582026-07-29T07:33:41.189Z Compiling daft v0.1.7
16592026-07-29T07:33:41.338Z Compiling hubpack v0.1.2
16602026-07-29T07:33:41.465Z Compiling toml_edit v0.19.15
16612026-07-29T07:33:41.548Z Compiling signal-hook-mio v0.2.5
16622026-07-29T07:33:41.662Z Compiling bzip2 v0.4.4
16632026-07-29T07:33:41.855Z Compiling cipher v0.5.2
16642026-07-29T07:33:41.870Z Compiling zstd v0.13.3
16652026-07-29T07:33:42.224Z Compiling dof v0.3.0
16662026-07-29T07:33:42.238Z Compiling ed25519 v2.2.3
16672026-07-29T07:33:42.921Z Compiling cookie_store v0.22.1
16682026-07-29T07:33:43.116Z Compiling reqwest v0.12.28
16692026-07-29T07:33:43.301Z Compiling postgres-types v0.2.12
16702026-07-29T07:33:43.792Z Compiling phf_shared v0.11.3
16712026-07-29T07:33:43.832Z Compiling pkcs1 v0.7.5
16722026-07-29T07:33:43.857Z Compiling rfc6979 v0.4.0
16732026-07-29T07:33:43.974Z Compiling olpc-cjson v0.1.4
16742026-07-29T07:33:43.989Z Compiling clap_derive v4.6.1
16752026-07-29T07:33:44.019Z Compiling enum-as-inner v0.6.1
16762026-07-29T07:33:44.123Z Compiling strum_macros v0.26.4
16772026-07-29T07:33:44.136Z Compiling serde-big-array v0.5.1
16782026-07-29T07:33:44.226Z Compiling serde_repr v0.1.20
16792026-07-29T07:33:44.275Z Compiling jiff v0.2.21
16802026-07-29T07:33:44.497Z Compiling float-cmp v0.10.0
16812026-07-29T07:33:44.649Z Compiling env_filter v1.0.0
16822026-07-29T07:33:44.752Z Compiling difflib v0.4.0
16832026-07-29T07:33:44.940Z Compiling fixedbitset v0.5.7
16842026-07-29T07:33:45.242Z Compiling static_assertions v1.1.0
16852026-07-29T07:33:45.309Z Compiling either v1.15.0
16862026-07-29T07:33:45.323Z Compiling keccak v0.1.6
16872026-07-29T07:33:45.514Z Compiling cpufeatures v0.3.0
16882026-07-29T07:33:45.631Z Compiling fixedbitset v0.4.2
16892026-07-29T07:33:45.740Z Compiling data-encoding v2.10.0
16902026-07-29T07:33:45.812Z Compiling predicates-core v1.0.10
16912026-07-29T07:33:45.888Z Compiling precomputed-hash v0.1.1
16922026-07-29T07:33:45.942Z Compiling normalize-line-endings v0.3.0
16932026-07-29T07:33:45.983Z Compiling winnow v1.0.3
16942026-07-29T07:33:46.032Z Compiling const-oid v0.10.2
16952026-07-29T07:33:46.052Z Compiling new_debug_unreachable v1.0.6
16962026-07-29T07:33:46.136Z Compiling string_cache v0.8.9
16972026-07-29T07:33:46.232Z Compiling digest v0.11.3
16982026-07-29T07:33:46.312Z Compiling toml_parser v1.1.2+spec-1.1.0
16992026-07-29T07:33:46.350Z Compiling predicates v3.1.4
17002026-07-29T07:33:46.408Z Compiling hickory-proto v0.25.2
17012026-07-29T07:33:46.459Z Compiling strum v0.26.3
17022026-07-29T07:33:46.585Z Compiling toml_edit v0.22.27
17032026-07-29T07:33:46.595Z Compiling petgraph v0.6.5
17042026-07-29T07:33:46.875Z Compiling clap v4.6.1
17052026-07-29T07:33:46.924Z Compiling zip v4.6.1
17062026-07-29T07:33:46.962Z Compiling chacha20 v0.10.0
17072026-07-29T07:33:46.978Z Compiling itertools v0.13.0
17082026-07-29T07:33:47.337Z Compiling sha3 v0.10.8
17092026-07-29T07:33:47.781Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17102026-07-29T07:33:47.841Z Compiling petgraph v0.8.3
17112026-07-29T07:33:48.051Z Compiling env_logger v0.11.9
17122026-07-29T07:33:48.215Z Compiling rsa v0.9.10
17132026-07-29T07:33:48.406Z Compiling ecdsa v0.16.9
17142026-07-29T07:33:48.807Z Compiling tokio-postgres v0.7.16
17152026-07-29T07:33:48.971Z Compiling crossterm v0.28.1
17162026-07-29T07:33:49.370Z Compiling toml v0.7.8
17172026-07-29T07:33:49.805Z Compiling usdt-impl v0.5.0
17182026-07-29T07:33:49.958Z Compiling ed25519-dalek v2.2.0
17192026-07-29T07:33:50.382Z Compiling zip v0.6.6
17202026-07-29T07:33:50.621Z Compiling iddqd v0.4.2
17212026-07-29T07:33:51.069Z Compiling heck v0.4.1
17222026-07-29T07:33:51.114Z Compiling similar v2.7.0
17232026-07-29T07:33:51.289Z Compiling usdt v0.6.0
17242026-07-29T07:33:51.305Z Compiling serde_with v3.21.0
17252026-07-29T07:33:51.346Z Compiling crossbeam-epoch v0.9.18
17262026-07-29T07:33:51.669Z Compiling byte-wrapper v0.1.0
17272026-07-29T07:33:51.870Z Compiling tokio-stream v0.1.18
17282026-07-29T07:33:51.908Z Compiling x509-cert v0.2.5
17292026-07-29T07:33:51.942Z Compiling buf-list v1.1.2
17302026-07-29T07:33:51.995Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17312026-07-29T07:33:52.204Z Compiling openapiv3 v2.2.0
17322026-07-29T07:33:52.293Z Compiling lalrpop-util v0.19.12
17332026-07-29T07:33:52.322Z Compiling peg-runtime v0.8.5
17342026-07-29T07:33:53.514Z Compiling thread_local v1.1.9
17352026-07-29T07:33:53.631Z Compiling slog-async v2.8.0
17362026-07-29T07:33:53.942Z Compiling crossbeam-channel v0.5.15
17372026-07-29T07:33:54.364Z Compiling is-terminal v0.4.17
17382026-07-29T07:33:54.393Z Compiling filetime v0.2.27
17392026-07-29T07:33:54.462Z Compiling take_mut v0.2.2
17402026-07-29T07:33:54.569Z Compiling xattr v1.6.1
17412026-07-29T07:33:54.583Z Compiling term v1.2.1
17422026-07-29T07:33:54.739Z Compiling tar v0.4.46
17432026-07-29T07:33:55.079Z Compiling slog-term v2.9.2
17442026-07-29T07:33:55.565Z Compiling camino-tempfile v1.4.1
17452026-07-29T07:34:03.956Z Compiling rustls-webpki v0.103.13
17462026-07-29T07:34:06.616Z Compiling tokio-rustls v0.26.4
17472026-07-29T07:34:06.616Z Compiling rustls-platform-verifier v0.6.2
17482026-07-29T07:34:06.619Z Compiling tough v0.22.0
17492026-07-29T07:34:06.816Z Compiling hyper-rustls v0.27.7
17502026-07-29T07:34:07.014Z Compiling reqwest v0.13.2
17512026-07-29T07:34:09.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17522026-07-29T07:34:09.866Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17532026-07-29T07:34:12.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17542026-07-29T07:34:12.920Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17552026-07-29T07:34:12.969ZJul 29 07:34:12.071 INFO Starting download, target: Clickhouse
17562026-07-29T07:34:12.972ZJul 29 07:34:12.071 INFO Starting download, target: Console
17572026-07-29T07:34:12.972ZJul 29 07:34:12.071 INFO Starting download, target: Cockroach
17582026-07-29T07:34:12.972ZJul 29 07:34:12.071 INFO Starting download, target: DendriteStub
17592026-07-29T07:34:12.972ZJul 29 07:34:12.071 INFO Starting download, target: MaghemiteMgd
17602026-07-29T07:34:12.972ZJul 29 07:34:12.071 INFO Starting download, target: MaghemiteDdmd
17612026-07-29T07:34:12.973ZJul 29 07:34:12.071 INFO Starting download, target: TransceiverControl
17622026-07-29T07:34:12.973ZJul 29 07:34:12.071 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17632026-07-29T07:34:12.973ZJul 29 07:34:12.071 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17642026-07-29T07:34:12.973ZJul 29 07:34:12.071 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17652026-07-29T07:34:12.973ZJul 29 07:34:12.071 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17662026-07-29T07:34:12.973ZJul 29 07:34:12.071 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17672026-07-29T07:34:12.973ZJul 29 07:34:12.072 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17682026-07-29T07:34:12.973ZJul 29 07:34:12.072 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17692026-07-29T07:34:13.506ZJul 29 07:34:12.596 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17702026-07-29T07:34:13.703ZJul 29 07:34:12.803 INFO Download complete, target: TransceiverControl
17712026-07-29T07:34:14.874ZJul 29 07:34:13.967 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17722026-07-29T07:34:15.110ZJul 29 07:34:14.212 INFO Download complete, target: Console
17732026-07-29T07:34:15.247ZJul 29 07:34:14.343 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17742026-07-29T07:34:15.256ZJul 29 07:34:14.353 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17752026-07-29T07:34:15.352ZJul 29 07:34:14.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17762026-07-29T07:34:15.648ZJul 29 07:34:14.750 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-07-29T07:34:16.400ZJul 29 07:34:15.501 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17782026-07-29T07:34:16.400ZJul 29 07:34:15.501 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17792026-07-29T07:34:17.311ZJul 29 07:34:16.350 INFO Download complete, target: MaghemiteDdmd
17802026-07-29T07:34:17.785ZJul 29 07:34:16.883 INFO Download complete, target: DendriteStub
17812026-07-29T07:34:17.829ZJul 29 07:34:16.924 INFO Download complete, target: MaghemiteMgd
17822026-07-29T07:34:20.983ZJul 29 07:34:20.084 INFO Checking that binary works, target: Cockroach
17832026-07-29T07:34:21.096ZJul 29 07:34:20.197 INFO Download complete, target: Cockroach
17842026-07-29T07:34:22.376ZJul 29 07:34:21.477 INFO Checking that binary works, target: Clickhouse
17852026-07-29T07:34:22.487ZJul 29 07:34:21.588 INFO Download complete, target: Clickhouse
17862026-07-29T07:34:22.506ZAll builder prerequisites installed successfully, and PATH looks valid
17872026-07-29T07:34:22.510Z
17882026-07-29T07:34:22.510Zreal 2:07.019421016
17892026-07-29T07:34:22.510Zuser 7:00.359038610
17902026-07-29T07:34:22.510Zsys 1:23.834210848
17912026-07-29T07:34:22.510Ztrap 0.242146483
17922026-07-29T07:34:22.510Ztflt 0.620717337
17932026-07-29T07:34:22.510Zdflt 0.987232874
17942026-07-29T07:34:22.510Zkflt 0.023413973
17952026-07-29T07:34:22.510Zlock 27:07.614925778
17962026-07-29T07:34:22.511Zslp 20:58.253222614
17972026-07-29T07:34:22.511Zlat 43.795566638
17982026-07-29T07:34:22.511Zstop 2:34.495057457
17992026-07-29T07:34:22.511Z+ banner hack-check
18002026-07-29T07:34:22.511Z
18012026-07-29T07:34:22.511Z # # ## #### # # #### # # ###### #### # #
18022026-07-29T07:34:22.511Z # # # # # # # # # # # # # # # # #
18032026-07-29T07:34:22.511Z ###### # # # #### ##### # ###### ##### # ####
18042026-07-29T07:34:22.511Z # # ###### # # # # # # # # # #
18052026-07-29T07:34:22.511Z # # # # # # # # # # # # # # # # #
18062026-07-29T07:34:22.511Z # # # # #### # # #### # # ###### #### # #
18072026-07-29T07:34:22.511Z
18082026-07-29T07:34:22.511Z+ export CARGO_INCREMENTAL=0
18092026-07-29T07:34:22.511Z+ CARGO_INCREMENTAL=0
18102026-07-29T07:34:22.511Z+ ptime -m timeout 2h cargo xtask check-features --ci
18112026-07-29T07:34:22.978Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18122026-07-29T07:34:23.263Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18132026-07-29T07:34:25.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
18142026-07-29T07:34:25.119Z Running `target/debug/xtask check-features --ci`
18152026-07-29T07:34:25.143Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18162026-07-29T07:34:25.186Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18172026-07-29T07:34:25.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18182026-07-29T07:34:25.590Z Running `target/debug/xtask download cargo-hack`
18192026-07-29T07:34:26.361Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18202026-07-29T07:34:26.671Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18212026-07-29T07:34:29.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.61s
18222026-07-29T07:34:29.393Z Running `target/debug/xtask-downloader cargo-hack`
18232026-07-29T07:34:29.429ZJul 29 07:34:28.530 INFO Starting download, target: CargoHack
18242026-07-29T07:34:29.432ZJul 29 07:34:28.530 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18252026-07-29T07:34:29.824ZJul 29 07:34:28.925 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18262026-07-29T07:34:29.872ZJul 29 07:34:28.974 INFO Download complete, target: CargoHack
18272026-07-29T07:34:29.875Zrunning: "/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"
18282026-07-29T07:34:29.888Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18292026-07-29T07:34:30.044Zinfo: running `cargo check --bins` on api_identity (1/301)
18302026-07-29T07:34:30.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18312026-07-29T07:34:30.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18322026-07-29T07:34:30.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18332026-07-29T07:34:30.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18342026-07-29T07:34:30.570Z
18352026-07-29T07:34:30.570Zinfo: running `cargo check --bins` on bootstore (2/301)
18362026-07-29T07:34:31.030Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18372026-07-29T07:34:31.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18382026-07-29T07:34:31.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18392026-07-29T07:34:31.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18402026-07-29T07:34:31.110Z
18412026-07-29T07:34:31.110Zinfo: running `cargo check --bins` on omicron-ledger (3/301)
18422026-07-29T07:34:31.563Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18432026-07-29T07:34:31.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18442026-07-29T07:34:31.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18452026-07-29T07:34:31.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18462026-07-29T07:34:31.640Z
18472026-07-29T07:34:31.640Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/301)
18482026-07-29T07:34:32.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18492026-07-29T07:34:32.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18502026-07-29T07:34:32.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18512026-07-29T07:34:32.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18522026-07-29T07:34:32.176Z
18532026-07-29T07:34:32.176Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/301)
18542026-07-29T07:34:32.641Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18552026-07-29T07:34:32.646Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18562026-07-29T07:34:32.646Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18572026-07-29T07:34:32.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18582026-07-29T07:34:32.722Z
18592026-07-29T07:34:32.722Zinfo: running `cargo check --bins` on omicron-certificates (6/301)
18602026-07-29T07:34:33.188Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18612026-07-29T07:34:33.191Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18622026-07-29T07:34:33.191Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18632026-07-29T07:34:33.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18642026-07-29T07:34:33.266Z
18652026-07-29T07:34:33.266Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/301)
18662026-07-29T07:34:33.726Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18672026-07-29T07:34:33.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18682026-07-29T07:34:33.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18692026-07-29T07:34:33.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18702026-07-29T07:34:33.808Z
18712026-07-29T07:34:33.808Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/301)
18722026-07-29T07:34:34.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18732026-07-29T07:34:34.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18742026-07-29T07:34:34.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18752026-07-29T07:34:34.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18762026-07-29T07:34:34.359Z
18772026-07-29T07:34:34.359Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/301)
18782026-07-29T07:34:34.722Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18792026-07-29T07:34:34.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18802026-07-29T07:34:34.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18812026-07-29T07:34:34.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18822026-07-29T07:34:34.776Z
18832026-07-29T07:34:34.776Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/301)
18842026-07-29T07:34:35.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18852026-07-29T07:34:35.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18862026-07-29T07:34:35.147Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18872026-07-29T07:34:35.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18882026-07-29T07:34:35.195Z
18892026-07-29T07:34:35.195Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/301)
18902026-07-29T07:34:35.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18912026-07-29T07:34:35.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18922026-07-29T07:34:35.562Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18932026-07-29T07:34:35.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18942026-07-29T07:34:35.611Z
18952026-07-29T07:34:35.611Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/301)
18962026-07-29T07:34:35.979Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18972026-07-29T07:34:35.982Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18982026-07-29T07:34:35.982Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18992026-07-29T07:34:35.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19002026-07-29T07:34:36.028Z
19012026-07-29T07:34:36.028Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/301)
19022026-07-29T07:34:36.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19032026-07-29T07:34:36.394Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19042026-07-29T07:34:36.394Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19052026-07-29T07:34:36.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19062026-07-29T07:34:36.440Z
19072026-07-29T07:34:36.440Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/301)
19082026-07-29T07:34:36.800Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19092026-07-29T07:34:36.803Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19102026-07-29T07:34:36.803Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19112026-07-29T07:34:36.806Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19122026-07-29T07:34:36.850Z
19132026-07-29T07:34:36.850Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/301)
19142026-07-29T07:34:37.213Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19152026-07-29T07:34:37.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19162026-07-29T07:34:37.217Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19172026-07-29T07:34:37.220Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19182026-07-29T07:34:37.279Z
19192026-07-29T07:34:37.279Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/301)
19202026-07-29T07:34:37.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19212026-07-29T07:34:37.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19222026-07-29T07:34:37.632Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19232026-07-29T07:34:37.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19242026-07-29T07:34:37.683Z
19252026-07-29T07:34:37.683Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/301)
19262026-07-29T07:34:38.049Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19272026-07-29T07:34:38.052Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19282026-07-29T07:34:38.052Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19292026-07-29T07:34:38.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19302026-07-29T07:34:38.103Z
19312026-07-29T07:34:38.103Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/301)
19322026-07-29T07:34:38.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19332026-07-29T07:34:38.470Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19342026-07-29T07:34:38.470Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19352026-07-29T07:34:38.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19362026-07-29T07:34:38.518Z
19372026-07-29T07:34:38.518Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/301)
19382026-07-29T07:34:38.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19392026-07-29T07:34:38.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19402026-07-29T07:34:38.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19412026-07-29T07:34:38.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19422026-07-29T07:34:38.939Z
19432026-07-29T07:34:38.939Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/301)
19442026-07-29T07:34:39.302Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19452026-07-29T07:34:39.307Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19462026-07-29T07:34:39.307Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19472026-07-29T07:34:39.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19482026-07-29T07:34:39.355Z
19492026-07-29T07:34:39.355Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/301)
19502026-07-29T07:34:39.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19512026-07-29T07:34:39.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19522026-07-29T07:34:39.722Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19532026-07-29T07:34:39.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19542026-07-29T07:34:39.769Z
19552026-07-29T07:34:39.769Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/301)
19562026-07-29T07:34:40.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19572026-07-29T07:34:40.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19582026-07-29T07:34:40.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19592026-07-29T07:34:40.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19602026-07-29T07:34:40.184Z
19612026-07-29T07:34:40.184Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/301)
19622026-07-29T07:34:40.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19632026-07-29T07:34:40.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19642026-07-29T07:34:40.556Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19652026-07-29T07:34:40.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19662026-07-29T07:34:40.602Z
19672026-07-29T07:34:40.602Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/301)
19682026-07-29T07:34:40.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19692026-07-29T07:34:40.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19702026-07-29T07:34:40.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19712026-07-29T07:34:40.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19722026-07-29T07:34:41.028Z
19732026-07-29T07:34:41.028Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/301)
19742026-07-29T07:34:41.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19752026-07-29T07:34:41.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19762026-07-29T07:34:41.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19772026-07-29T07:34:41.397Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19782026-07-29T07:34:41.443Z
19792026-07-29T07:34:41.443Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/301)
19802026-07-29T07:34:41.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19812026-07-29T07:34:41.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19822026-07-29T07:34:41.813Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19832026-07-29T07:34:41.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19842026-07-29T07:34:41.857Z
19852026-07-29T07:34:41.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/301)
19862026-07-29T07:34:42.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19872026-07-29T07:34:42.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19882026-07-29T07:34:42.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19892026-07-29T07:34:42.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19902026-07-29T07:34:42.268Z
19912026-07-29T07:34:42.268Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/301)
19922026-07-29T07:34:42.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19932026-07-29T07:34:42.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19942026-07-29T07:34:42.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19952026-07-29T07:34:42.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19962026-07-29T07:34:42.682Z
19972026-07-29T07:34:42.682Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/301)
19982026-07-29T07:34:43.045Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19992026-07-29T07:34:43.047Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20002026-07-29T07:34:43.047Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20012026-07-29T07:34:43.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20022026-07-29T07:34:43.095Z
20032026-07-29T07:34:43.095Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/301)
20042026-07-29T07:34:43.457Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20052026-07-29T07:34:43.459Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20062026-07-29T07:34:43.459Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20072026-07-29T07:34:43.462Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20082026-07-29T07:34:43.509Z
20092026-07-29T07:34:43.509Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/301)
20102026-07-29T07:34:43.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20112026-07-29T07:34:43.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20122026-07-29T07:34:43.876Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20132026-07-29T07:34:43.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20142026-07-29T07:34:43.927Z
20152026-07-29T07:34:43.927Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/301)
20162026-07-29T07:34:44.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20172026-07-29T07:34:44.295Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20182026-07-29T07:34:44.295Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20192026-07-29T07:34:44.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20202026-07-29T07:34:44.344Z
20212026-07-29T07:34:44.344Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/301)
20222026-07-29T07:34:44.708Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20232026-07-29T07:34:44.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20242026-07-29T07:34:44.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20252026-07-29T07:34:44.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20262026-07-29T07:34:44.761Z
20272026-07-29T07:34:44.761Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/301)
20282026-07-29T07:34:45.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20292026-07-29T07:34:45.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20302026-07-29T07:34:45.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20312026-07-29T07:34:45.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20322026-07-29T07:34:45.176Z
20332026-07-29T07:34:45.177Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/301)
20342026-07-29T07:34:45.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20352026-07-29T07:34:45.543Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20362026-07-29T07:34:45.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20372026-07-29T07:34:45.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20382026-07-29T07:34:45.594Z
20392026-07-29T07:34:45.594Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/301)
20402026-07-29T07:34:45.963Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412026-07-29T07:34:45.969Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422026-07-29T07:34:45.969Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20432026-07-29T07:34:45.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20442026-07-29T07:34:46.011Z
20452026-07-29T07:34:46.011Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/301)
20462026-07-29T07:34:46.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20472026-07-29T07:34:46.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20482026-07-29T07:34:46.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20492026-07-29T07:34:46.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20502026-07-29T07:34:46.428Z
20512026-07-29T07:34:46.428Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/301)
20522026-07-29T07:34:46.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20532026-07-29T07:34:46.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20542026-07-29T07:34:46.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20552026-07-29T07:34:46.801Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20562026-07-29T07:34:46.849Z
20572026-07-29T07:34:46.849Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/301)
20582026-07-29T07:34:47.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20592026-07-29T07:34:47.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20602026-07-29T07:34:47.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20612026-07-29T07:34:47.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20622026-07-29T07:34:47.268Z
20632026-07-29T07:34:47.268Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/301)
20642026-07-29T07:34:47.635Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20652026-07-29T07:34:47.638Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20662026-07-29T07:34:47.638Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20672026-07-29T07:34:47.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20682026-07-29T07:34:47.688Z
20692026-07-29T07:34:47.688Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/301)
20702026-07-29T07:34:48.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20712026-07-29T07:34:48.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20722026-07-29T07:34:48.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20732026-07-29T07:34:48.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20742026-07-29T07:34:48.104Z
20752026-07-29T07:34:48.104Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/301)
20762026-07-29T07:34:48.471Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20772026-07-29T07:34:48.474Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20782026-07-29T07:34:48.474Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20792026-07-29T07:34:48.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20802026-07-29T07:34:48.525Z
20812026-07-29T07:34:48.525Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/301)
20822026-07-29T07:34:48.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20832026-07-29T07:34:48.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20842026-07-29T07:34:48.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20852026-07-29T07:34:48.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20862026-07-29T07:34:48.944Z
20872026-07-29T07:34:48.944Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/301)
20882026-07-29T07:34:49.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20892026-07-29T07:34:49.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20902026-07-29T07:34:49.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20912026-07-29T07:34:49.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20922026-07-29T07:34:49.363Z
20932026-07-29T07:34:49.363Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/301)
20942026-07-29T07:34:49.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20952026-07-29T07:34:49.734Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20962026-07-29T07:34:49.734Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20972026-07-29T07:34:49.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20982026-07-29T07:34:49.784Z
20992026-07-29T07:34:49.785Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/301)
21002026-07-29T07:34:50.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21012026-07-29T07:34:50.154Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21022026-07-29T07:34:50.154Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21032026-07-29T07:34:50.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21042026-07-29T07:34:50.201Z
21052026-07-29T07:34:50.201Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/301)
21062026-07-29T07:34:50.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21072026-07-29T07:34:50.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21082026-07-29T07:34:50.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21092026-07-29T07:34:50.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21102026-07-29T07:34:50.621Z
21112026-07-29T07:34:50.621Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/301)
21122026-07-29T07:34:50.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21132026-07-29T07:34:50.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21142026-07-29T07:34:50.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21152026-07-29T07:34:50.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21162026-07-29T07:34:51.037Z
21172026-07-29T07:34:51.037Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/301)
21182026-07-29T07:34:51.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21192026-07-29T07:34:51.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21202026-07-29T07:34:51.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21212026-07-29T07:34:51.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21222026-07-29T07:34:51.630Z
21232026-07-29T07:34:51.630Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/301)
21242026-07-29T07:34:52.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21252026-07-29T07:34:52.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21262026-07-29T07:34:52.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21272026-07-29T07:34:52.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21282026-07-29T07:34:52.219Z
21292026-07-29T07:34:52.219Zinfo: running `cargo check --bins` on nexus-config (51/301)
21302026-07-29T07:34:52.723Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21312026-07-29T07:34:52.726Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21322026-07-29T07:34:52.726Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21332026-07-29T07:34:52.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21342026-07-29T07:34:52.816Z
21352026-07-29T07:34:52.816Zinfo: running `cargo check --bins` on nexus-types (52/301)
21362026-07-29T07:34:53.316Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21372026-07-29T07:34:53.319Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21382026-07-29T07:34:53.319Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21392026-07-29T07:34:53.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21402026-07-29T07:34:53.410Z
21412026-07-29T07:34:53.410Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/301)
21422026-07-29T07:34:53.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21432026-07-29T07:34:53.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21442026-07-29T07:34:53.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21452026-07-29T07:34:53.888Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21462026-07-29T07:34:53.964Z
21472026-07-29T07:34:53.964Zinfo: running `cargo check --bins` on omicron-passwords (54/301)
21482026-07-29T07:34:54.422Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21492026-07-29T07:34:54.425Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21502026-07-29T07:34:54.425Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21512026-07-29T07:34:54.430Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21522026-07-29T07:34:54.505Z
21532026-07-29T07:34:54.505Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/301)
21542026-07-29T07:34:54.983Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21552026-07-29T07:34:54.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21562026-07-29T07:34:54.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21572026-07-29T07:34:54.990Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21582026-07-29T07:34:55.068Z
21592026-07-29T07:34:55.068Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/301)
21602026-07-29T07:34:55.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21612026-07-29T07:34:55.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21622026-07-29T07:34:55.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21632026-07-29T07:34:55.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21642026-07-29T07:34:55.625Z
21652026-07-29T07:34:55.625Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/301)
21662026-07-29T07:34:56.097Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21672026-07-29T07:34:56.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21682026-07-29T07:34:56.100Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21692026-07-29T07:34:56.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21702026-07-29T07:34:56.184Z
21712026-07-29T07:34:56.184Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/301)
21722026-07-29T07:34:56.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21732026-07-29T07:34:56.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21742026-07-29T07:34:56.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21752026-07-29T07:34:56.667Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21762026-07-29T07:34:56.741Z
21772026-07-29T07:34:56.742Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/301)
21782026-07-29T07:34:57.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21792026-07-29T07:34:57.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21802026-07-29T07:34:57.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21812026-07-29T07:34:57.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21822026-07-29T07:34:57.277Z
21832026-07-29T07:34:57.277Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/301)
21842026-07-29T07:34:57.737Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21852026-07-29T07:34:57.740Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21862026-07-29T07:34:57.740Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21872026-07-29T07:34:57.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21882026-07-29T07:34:57.819Z
21892026-07-29T07:34:57.819Zinfo: running `cargo check --bins --no-default-features` on gfss (61/301)
21902026-07-29T07:34:58.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21912026-07-29T07:34:58.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21922026-07-29T07:34:58.281Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21932026-07-29T07:34:58.285Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21942026-07-29T07:34:58.360Z
21952026-07-29T07:34:58.360Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/301)
21962026-07-29T07:34:58.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972026-07-29T07:34:58.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982026-07-29T07:34:58.825Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992026-07-29T07:34:58.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22002026-07-29T07:34:58.903Z
22012026-07-29T07:34:58.903Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/301)
22022026-07-29T07:34:59.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032026-07-29T07:34:59.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042026-07-29T07:34:59.383Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052026-07-29T07:34:59.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22062026-07-29T07:34:59.467Z
22072026-07-29T07:34:59.467Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/301)
22082026-07-29T07:34:59.941Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092026-07-29T07:34:59.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102026-07-29T07:34:59.944Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112026-07-29T07:34:59.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22122026-07-29T07:35:00.021Z
22132026-07-29T07:35:00.021Zinfo: running `cargo check --bins` on cockroach-admin-types (65/301)
22142026-07-29T07:35:00.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152026-07-29T07:35:00.483Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162026-07-29T07:35:00.483Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172026-07-29T07:35:00.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22182026-07-29T07:35:00.562Z
22192026-07-29T07:35:00.562Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/301)
22202026-07-29T07:35:01.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212026-07-29T07:35:01.029Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222026-07-29T07:35:01.029Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22232026-07-29T07:35:01.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22242026-07-29T07:35:01.107Z
22252026-07-29T07:35:01.108Zinfo: running `cargo check --bins` on ereport-types (67/301)
22262026-07-29T07:35:01.570Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22272026-07-29T07:35:01.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22282026-07-29T07:35:01.574Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22292026-07-29T07:35:01.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22302026-07-29T07:35:01.654Z
22312026-07-29T07:35:01.654Zinfo: running `cargo check --bins` on gateway-client (68/301)
22322026-07-29T07:35:02.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22332026-07-29T07:35:02.117Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22342026-07-29T07:35:02.117Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22352026-07-29T07:35:02.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22362026-07-29T07:35:02.195Z
22372026-07-29T07:35:02.195Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/301)
22382026-07-29T07:35:02.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392026-07-29T07:35:02.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402026-07-29T07:35:02.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412026-07-29T07:35:02.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22422026-07-29T07:35:02.735Z
22432026-07-29T07:35:02.735Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/301)
22442026-07-29T07:35:03.198Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452026-07-29T07:35:03.202Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462026-07-29T07:35:03.202Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472026-07-29T07:35:03.205Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22482026-07-29T07:35:03.276Z
22492026-07-29T07:35:03.276Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/301)
22502026-07-29T07:35:03.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512026-07-29T07:35:03.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522026-07-29T07:35:03.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532026-07-29T07:35:03.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22542026-07-29T07:35:03.826Z
22552026-07-29T07:35:03.826Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/301)
22562026-07-29T07:35:04.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572026-07-29T07:35:04.300Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582026-07-29T07:35:04.300Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592026-07-29T07:35:04.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22602026-07-29T07:35:04.379Z
22612026-07-29T07:35:04.379Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/301)
22622026-07-29T07:35:04.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632026-07-29T07:35:04.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642026-07-29T07:35:04.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652026-07-29T07:35:04.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22662026-07-29T07:35:04.950Z
22672026-07-29T07:35:04.950Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/301)
22682026-07-29T07:35:05.432Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692026-07-29T07:35:05.436Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702026-07-29T07:35:05.436Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712026-07-29T07:35:05.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22722026-07-29T07:35:05.521Z
22732026-07-29T07:35:05.521Zinfo: running `cargo check --bins` on key-manager-types (75/301)
22742026-07-29T07:35:05.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752026-07-29T07:35:05.986Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762026-07-29T07:35:05.986Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22772026-07-29T07:35:05.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22782026-07-29T07:35:06.067Z
22792026-07-29T07:35:06.067Zinfo: running `cargo check --bins` on oxlog (76/301)
22802026-07-29T07:35:06.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22812026-07-29T07:35:06.527Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22822026-07-29T07:35:06.645Z Checking cfg-if v1.0.4
22832026-07-29T07:35:06.748Z Checking libc v0.2.185
22842026-07-29T07:35:06.751Z Checking serde_core v1.0.228
22852026-07-29T07:35:06.769Z Checking memchr v2.8.0
22862026-07-29T07:35:06.773Z Checking zeroize v1.9.0
22872026-07-29T07:35:06.781Z Checking smallvec v1.15.1
22882026-07-29T07:35:06.784Z Checking log v0.4.29
22892026-07-29T07:35:06.801Z Checking subtle v2.6.1
22902026-07-29T07:35:06.811Z Checking itoa v1.0.17
22912026-07-29T07:35:06.923Z Checking typenum v1.20.1
22922026-07-29T07:35:06.941Z Checking scopeguard v1.2.0
22932026-07-29T07:35:06.944Z Checking stable_deref_trait v1.2.1
22942026-07-29T07:35:06.965Z Checking zerofrom v0.1.6
22952026-07-29T07:35:06.978Z Checking pin-project-lite v0.2.17
22962026-07-29T07:35:07.021Z Checking const-oid v0.9.6
22972026-07-29T07:35:07.038Z Checking lock_api v0.4.14
22982026-07-29T07:35:07.064Z Checking portable-atomic v1.13.1
22992026-07-29T07:35:07.075Z Checking yoke v0.8.1
23002026-07-29T07:35:07.151Z Checking zmij v1.0.21
23012026-07-29T07:35:07.155Z Checking errno v0.3.14
23022026-07-29T07:35:07.232Z Checking getrandom v0.2.17
23032026-07-29T07:35:07.245Z Checking zerovec v0.11.5
23042026-07-29T07:35:07.308Z Checking signal-hook-registry v1.4.8
23052026-07-29T07:35:07.365Z Checking parking_lot_core v0.9.12
23062026-07-29T07:35:07.377Z Checking rand_core v0.6.4
23072026-07-29T07:35:07.441Z Checking futures-core v0.3.32
23082026-07-29T07:35:07.465Z Checking critical-section v1.2.0
23092026-07-29T07:35:07.546Z Checking mio v1.2.0
23102026-07-29T07:35:07.549Z Checking parking_lot v0.12.5
23112026-07-29T07:35:07.570Z Checking once_cell v1.21.3
23122026-07-29T07:35:07.580Z Checking zerocopy v0.8.40
23132026-07-29T07:35:07.663Z Checking generic-array v0.14.7
23142026-07-29T07:35:07.677Z Checking tinystr v0.8.2
23152026-07-29T07:35:07.704Z Checking percent-encoding v2.3.2
23162026-07-29T07:35:07.731Z Checking rand_core v0.10.0
23172026-07-29T07:35:07.743Z Checking litemap v0.8.1
23182026-07-29T07:35:07.838Z Checking writeable v0.6.2
23192026-07-29T07:35:07.848Z Checking potential_utf v0.1.4
23202026-07-29T07:35:07.848Z Checking zerotrie v0.2.3
23212026-07-29T07:35:07.870Z Checking getrandom v0.4.1
23222026-07-29T07:35:07.905Z Checking libm v0.2.16
23232026-07-29T07:35:07.969Z Checking icu_collections v2.1.1
23242026-07-29T07:35:07.990Z Checking icu_locale_core v2.1.1
23252026-07-29T07:35:08.012Z Checking socket2 v0.6.3
23262026-07-29T07:35:08.094Z Checking equivalent v1.0.2
23272026-07-29T07:35:08.111Z Checking icu_normalizer_data v2.1.1
23282026-07-29T07:35:08.176Z Checking icu_properties_data v2.1.2
23292026-07-29T07:35:08.190Z Checking futures-sink v0.3.32
23302026-07-29T07:35:08.248Z Checking serde v1.0.228
23312026-07-29T07:35:08.259Z Checking bitflags v2.11.0
23322026-07-29T07:35:08.271Z Checking serde_json v1.0.151
23332026-07-29T07:35:08.283Z Checking futures-channel v0.3.32
23342026-07-29T07:35:08.296Z Checking crypto-common v0.1.7
23352026-07-29T07:35:08.411Z Checking block-buffer v0.10.4
23362026-07-29T07:35:08.424Z Checking futures-task v0.3.32
23372026-07-29T07:35:08.467Z Checking futures-io v0.3.32
23382026-07-29T07:35:08.533Z Checking icu_provider v2.1.1
23392026-07-29T07:35:08.547Z Checking slab v0.4.12
23402026-07-29T07:35:08.562Z Checking digest v0.10.7
23412026-07-29T07:35:08.578Z Checking hashbrown v0.17.0
23422026-07-29T07:35:08.593Z Checking num-traits v0.2.19
23432026-07-29T07:35:08.644Z Checking bytes v1.11.1
23442026-07-29T07:35:08.694Z Checking futures-util v0.3.32
23452026-07-29T07:35:08.739Z Checking utf8_iter v1.0.4
23462026-07-29T07:35:08.755Z Checking icu_normalizer v2.1.1
23472026-07-29T07:35:08.856Z Checking icu_properties v2.1.2
23482026-07-29T07:35:08.924Z Checking form_urlencoded v1.2.2
23492026-07-29T07:35:09.031Z Checking indexmap v2.14.0
23502026-07-29T07:35:09.051Z Checking getrandom v0.3.4
23512026-07-29T07:35:09.064Z Checking fnv v1.0.7
23522026-07-29T07:35:09.076Z Checking tokio v1.52.1
23532026-07-29T07:35:09.113Z Checking byteorder v1.5.0
23542026-07-29T07:35:09.152Z Checking iana-time-zone v0.1.65
23552026-07-29T07:35:09.192Z Checking base64ct v1.8.3
23562026-07-29T07:35:09.257Z Checking chrono v0.4.45
23572026-07-29T07:35:09.309Z Checking rand_core v0.9.5
23582026-07-29T07:35:09.414Z Checking pem-rfc7468 v0.7.0
23592026-07-29T07:35:09.481Z Checking http v1.4.2
23602026-07-29T07:35:09.568Z Checking uuid v1.23.4
23612026-07-29T07:35:09.581Z Checking base64 v0.22.1
23622026-07-29T07:35:09.681Z Checking idna_adapter v1.2.1
23632026-07-29T07:35:09.799Z Checking idna v1.1.0
23642026-07-29T07:35:09.812Z Checking regex-syntax v0.8.10
23652026-07-29T07:35:09.876Z Checking flagset v0.4.7
23662026-07-29T07:35:10.003Z Checking der v0.7.10
23672026-07-29T07:35:10.039Z Checking rustix v1.1.3
23682026-07-29T07:35:10.053Z Checking url v2.5.8
23692026-07-29T07:35:10.099Z Checking tracing-core v0.1.36
23702026-07-29T07:35:10.325Z Checking ppv-lite86 v0.2.21
23712026-07-29T07:35:10.406Z Checking tracing v0.1.44
23722026-07-29T07:35:10.479Z Checking http-body v1.0.1
23732026-07-29T07:35:10.591Z Checking rustls-pki-types v1.14.0
23742026-07-29T07:35:10.608Z Checking dyn-clone v1.0.20
23752026-07-29T07:35:10.608Z Checking openssl-probe v0.2.1
23762026-07-29T07:35:10.630Z Checking rand_chacha v0.9.0
23772026-07-29T07:35:10.706Z Checking cmov v0.5.4
23782026-07-29T07:35:10.720Z Checking spki v0.7.3
23792026-07-29T07:35:10.733Z Checking tinyvec_macros v0.1.1
23802026-07-29T07:35:10.796Z Checking tinyvec v1.10.0
23812026-07-29T07:35:10.824Z Checking rand v0.9.2
23822026-07-29T07:35:10.857Z Checking semver v1.0.28
23832026-07-29T07:35:10.875Z Checking aws-lc-sys v0.40.0
23842026-07-29T07:35:10.892Z Checking untrusted v0.7.1
23852026-07-29T07:35:10.904Z Checking ctutils v0.4.2
23862026-07-29T07:35:10.999Z Checking tower-layer v0.3.3
23872026-07-29T07:35:11.058Z Checking try-lock v0.2.5
23882026-07-29T07:35:11.103Z Checking atomic-waker v1.1.2
23892026-07-29T07:35:11.107Z Checking tower-service v0.3.3
23902026-07-29T07:35:11.107Z Checking hybrid-array v0.4.13
23912026-07-29T07:35:11.141Z Checking schemars v0.8.22
23922026-07-29T07:35:11.154Z Checking want v0.3.1
23932026-07-29T07:35:11.195Z Checking pkcs8 v0.10.2
23942026-07-29T07:35:11.209Z Checking hmac v0.12.1
23952026-07-29T07:35:11.266Z Checking ipnet v2.11.0
23962026-07-29T07:35:11.281Z Checking httparse v1.10.1
23972026-07-29T07:35:11.334Z Checking aho-corasick v1.1.4
23982026-07-29T07:35:11.347Z Checking cpufeatures v0.2.17
23992026-07-29T07:35:11.362Z Checking aws-lc-rs v1.16.3
24002026-07-29T07:35:11.412Z Checking untrusted v0.9.0
24012026-07-29T07:35:11.481Z Checking fastrand v2.3.0
24022026-07-29T07:35:11.512Z Checking foreign-types-shared v0.1.1
24032026-07-29T07:35:11.525Z Checking utf8parse v0.2.2
24042026-07-29T07:35:11.593Z Checking plain v0.2.3
24052026-07-29T07:35:11.622Z Checking httpdate v1.0.3
24062026-07-29T07:35:11.655Z Checking tempfile v3.25.0
24072026-07-29T07:35:11.695Z Checking foreign-types v0.3.2
24082026-07-29T07:35:11.759Z Checking unicode-normalization v0.1.25
24092026-07-29T07:35:11.763Z Checking openssl-sys v0.9.115
24102026-07-29T07:35:11.785Z Checking spin v0.9.8
24112026-07-29T07:35:11.844Z Checking unicode-ident v1.0.24
24122026-07-29T07:35:11.859Z Checking ucd-trie v0.1.7
24132026-07-29T07:35:11.951Z Checking anstyle v1.0.14
24142026-07-29T07:35:11.965Z Checking proc-macro2 v1.0.106
24152026-07-29T07:35:11.988Z Checking pest v2.8.6
24162026-07-29T07:35:12.001Z Checking regex-automata v0.4.14
24172026-07-29T07:35:12.127Z Checking sha2 v0.10.9
24182026-07-29T07:35:12.140Z Checking openssl v0.10.79
24192026-07-29T07:35:12.160Z Checking thiserror v2.0.18
24202026-07-29T07:35:12.186Z Checking rustls-webpki v0.103.13
24212026-07-29T07:35:12.261Z Checking sync_wrapper v1.0.2
24222026-07-29T07:35:12.278Z Checking wait-timeout v0.2.1
24232026-07-29T07:35:12.313Z Checking tokio-util v0.7.18
24242026-07-29T07:35:12.358Z Checking is_terminal_polyfill v1.70.2
24252026-07-29T07:35:12.392Z Checking pretty-hex v0.4.1
24262026-07-29T07:35:12.405Z Checking quick-error v1.2.3
24272026-07-29T07:35:12.450Z Checking colorchoice v1.0.4
24282026-07-29T07:35:12.501Z Checking siphasher v1.0.2
24292026-07-29T07:35:12.521Z Checking simd-adler32 v0.3.8
24302026-07-29T07:35:12.547Z Checking powerfmt v0.2.0
24312026-07-29T07:35:12.599Z Checking rustls v0.23.41
24322026-07-29T07:35:12.658Z Checking bit-vec v0.8.0
24332026-07-29T07:35:12.687Z Checking anstyle-query v1.1.5
24342026-07-29T07:35:12.699Z Checking deranged v0.5.8
24352026-07-29T07:35:12.778Z Checking rusty-fork v0.3.1
24362026-07-29T07:35:12.849Z Checking bit-set v0.8.0
24372026-07-29T07:35:12.950Z Checking h2 v0.4.15
24382026-07-29T07:35:12.963Z Checking tower v0.5.3
24392026-07-29T07:35:12.994Z Checking quote v1.0.45
24402026-07-29T07:35:13.068Z Checking http-body-util v0.1.3
24412026-07-29T07:35:13.155Z Checking crossbeam-utils v0.8.21
24422026-07-29T07:35:13.280Z Checking rand_xorshift v0.4.0
24432026-07-29T07:35:13.335Z Checking crc32fast v1.5.0
24442026-07-29T07:35:13.396Z Checking scroll v0.13.0
24452026-07-29T07:35:13.472Z Checking signature v2.2.0
24462026-07-29T07:35:13.489Z Checking allocator-api2 v0.2.21
24472026-07-29T07:35:13.598Z Checking iri-string v0.7.10
24482026-07-29T07:35:13.620Z Checking unarray v0.1.4
24492026-07-29T07:35:13.633Z Checking unicode-properties v0.1.4
24502026-07-29T07:35:13.723Z Checking unicode-bidi v0.3.18
24512026-07-29T07:35:13.769Z Checking num_threads v0.1.7
24522026-07-29T07:35:13.818Z Checking num-conv v0.2.0
24532026-07-29T07:35:13.851Z Checking ryu v1.0.23
24542026-07-29T07:35:13.854Z Checking time-core v0.1.8
24552026-07-29T07:35:13.931Z Checking adler2 v2.0.1
24562026-07-29T07:35:13.986Z Checking serde_urlencoded v0.7.1
24572026-07-29T07:35:14.001Z Checking time v0.3.47
24582026-07-29T07:35:14.012Z Checking stringprep v0.1.5
24592026-07-29T07:35:14.037Z Checking miniz_oxide v0.8.9
24602026-07-29T07:35:14.160Z Checking bstr v1.12.1
24612026-07-29T07:35:14.163Z Checking native-tls v0.2.18
24622026-07-29T07:35:14.188Z Checking proptest v1.10.0
24632026-07-29T07:35:14.336Z Checking tokio-native-tls v0.3.1
24642026-07-29T07:35:14.378Z Checking goblin v0.10.5
24652026-07-29T07:35:14.494Z Checking crossbeam-epoch v0.9.18
24662026-07-29T07:35:14.554Z Checking syn v2.0.117
24672026-07-29T07:35:14.616Z Checking tower-http v0.6.8
24682026-07-29T07:35:14.717Z Checking block-padding v0.4.2
24692026-07-29T07:35:14.843Z Checking block-buffer v0.12.1
24702026-07-29T07:35:14.855Z Checking crypto-common v0.2.2
24712026-07-29T07:35:14.896Z Checking ipnetwork v0.21.1
24722026-07-29T07:35:15.001Z Checking anstyle-parse v1.0.0
24732026-07-29T07:35:15.107Z Checking rustls-native-certs v0.8.3
24742026-07-29T07:35:15.120Z Checking rand_chacha v0.3.1
24752026-07-29T07:35:15.152Z Checking thiserror v1.0.69
24762026-07-29T07:35:15.237Z Checking scroll v0.12.0
24772026-07-29T07:35:15.250Z Checking zstd-sys v2.0.16+zstd.1.5.7
24782026-07-29T07:35:15.318Z Checking hash32 v0.2.1
24792026-07-29T07:35:15.356Z Checking num-integer v0.1.46
24802026-07-29T07:35:15.449Z Checking md-5 v0.10.6
24812026-07-29T07:35:15.460Z Checking toml_datetime v0.6.11
24822026-07-29T07:35:15.474Z Checking serde_spanned v0.6.9
24832026-07-29T07:35:15.576Z Checking hex v0.4.3
24842026-07-29T07:35:15.588Z Checking ff v0.13.1
24852026-07-29T07:35:15.600Z Checking encoding_rs v0.8.35
24862026-07-29T07:35:15.636Z Checking mime v0.3.17
24872026-07-29T07:35:15.711Z Checking fallible-iterator v0.2.0
24882026-07-29T07:35:15.758Z Checking hyper v1.10.1
24892026-07-29T07:35:15.795Z Checking base16ct v0.2.0
24902026-07-29T07:35:15.806Z Checking zlib-rs v0.6.2
24912026-07-29T07:35:15.918Z Checking psl-types v2.0.11
24922026-07-29T07:35:15.965Z Checking newtype-uuid v1.3.2
24932026-07-29T07:35:15.978Z Checking postgres-protocol v0.6.10
24942026-07-29T07:35:16.030Z Checking publicsuffix v2.3.0
24952026-07-29T07:35:16.164Z Checking sec1 v0.7.3
24962026-07-29T07:35:16.192Z Checking group v0.13.0
24972026-07-29T07:35:16.282Z Checking num-iter v0.1.45
24982026-07-29T07:35:16.329Z Checking heapless v0.7.17
24992026-07-29T07:35:16.363Z Checking goblin v0.8.2
25002026-07-29T07:35:16.394Z Checking zstd-safe v7.2.4
25012026-07-29T07:35:16.521Z Checking rand v0.8.6
25022026-07-29T07:35:16.556Z Checking anstream v1.0.0
25032026-07-29T07:35:16.676Z Checking flate2 v1.1.9
25042026-07-29T07:35:16.679Z Checking dof v0.4.0
25052026-07-29T07:35:16.701Z Checking hyper-util v0.1.20
25062026-07-29T07:35:16.739Z Checking cookie v0.18.1
25072026-07-29T07:35:16.753Z Checking oxnet v0.1.6
25082026-07-29T07:35:16.798Z Checking inout v0.2.2
25092026-07-29T07:35:16.941Z Checking tokio-rustls v0.26.4
25102026-07-29T07:35:16.981Z Checking dtrace-parser v0.3.0
25112026-07-29T07:35:16.985Z Checking phf_shared v0.13.1
25122026-07-29T07:35:16.998Z Checking lazy_static v1.5.0
25132026-07-29T07:35:17.027Z Checking anstyle-parse v0.2.7
25142026-07-29T07:35:17.085Z Checking hkdf v0.12.4
25152026-07-29T07:35:17.160Z Checking pin-project v1.1.11
25162026-07-29T07:35:17.164Z Checking zerocopy v0.7.35
25172026-07-29T07:35:17.185Z Checking bzip2-sys v0.1.13+1.0.8
25182026-07-29T07:35:17.203Z Checking signal-hook v0.3.18
25192026-07-29T07:35:17.217Z Checking terminal_size v0.4.3
25202026-07-29T07:35:17.253Z Checking futures-executor v0.3.32
25212026-07-29T07:35:17.268Z Checking crypto-bigint v0.5.5
25222026-07-29T07:35:17.301Z Checking thread-id v5.1.0
25232026-07-29T07:35:17.323Z Checking bitflags v1.3.2
25242026-07-29T07:35:17.377Z Checking managed v0.8.0
25252026-07-29T07:35:17.390Z Checking bumpalo v3.20.2
25262026-07-29T07:35:17.393Z Checking libbz2-rs-sys v0.2.2
25272026-07-29T07:35:17.414Z Checking either v1.15.0
25282026-07-29T07:35:17.560Z Checking foldhash v0.2.0
25292026-07-29T07:35:17.598Z Checking same-file v1.0.6
25302026-07-29T07:35:17.609Z Compiling rayon-core v1.13.0
25312026-07-29T07:35:17.673Z Checking clap_lex v1.0.0
25322026-07-29T07:35:17.711Z Checking foldhash v0.1.5
25332026-07-29T07:35:17.711Z Checking winnow v0.5.40
25342026-07-29T07:35:17.782Z Checking strsim v0.11.1
25352026-07-29T07:35:17.810Z Checking bzip2 v0.6.1
25362026-07-29T07:35:17.842Z Checking hashbrown v0.16.1
25372026-07-29T07:35:17.859Z Checking hashbrown v0.15.5
25382026-07-29T07:35:17.939Z Checking clap_builder v4.6.0
25392026-07-29T07:35:17.968Z Checking walkdir v2.5.0
25402026-07-29T07:35:17.980Z Checking hyper-tls v0.6.0
25412026-07-29T07:35:18.123Z Checking hyper-rustls v0.27.7
25422026-07-29T07:35:18.149Z Checking reqwest v0.12.28
25432026-07-29T07:35:18.192Z Checking elliptic-curve v0.13.8
25442026-07-29T07:35:18.269Z Checking dof v0.3.0
25452026-07-29T07:35:18.324Z Checking zopfli v0.8.3
25462026-07-29T07:35:18.339Z Checking smoltcp v0.9.1
25472026-07-29T07:35:18.352Z Checking futures v0.3.32
25482026-07-29T07:35:18.425Z Checking signal-hook-mio v0.2.5
25492026-07-29T07:35:18.498Z Checking usdt-impl v0.6.0
25502026-07-29T07:35:18.528Z Checking bzip2 v0.4.4
25512026-07-29T07:35:18.544Z Checking snafu v0.8.9
25522026-07-29T07:35:18.643Z Checking anstream v0.6.21
25532026-07-29T07:35:18.685Z Checking phf v0.13.1
25542026-07-29T07:35:18.776Z Checking num-bigint-dig v0.8.6
25552026-07-29T07:35:18.779Z Checking daft v0.1.7
25562026-07-29T07:35:18.829Z Checking cookie_store v0.22.1
25572026-07-29T07:35:18.841Z Checking cipher v0.5.2
25582026-07-29T07:35:18.858Z Checking toml_edit v0.19.15
25592026-07-29T07:35:18.888Z Checking zstd v0.13.3
25602026-07-29T07:35:18.917Z Checking postgres-types v0.2.12
25612026-07-29T07:35:19.024Z Checking dtrace-parser v0.2.0
25622026-07-29T07:35:19.066Z Checking rustls-platform-verifier v0.6.2
25632026-07-29T07:35:19.079Z Checking crossbeam-deque v0.8.6
25642026-07-29T07:35:19.154Z Checking globset v0.4.18
25652026-07-29T07:35:19.167Z Checking regex v1.12.3
25662026-07-29T07:35:19.198Z Checking ed25519 v2.2.3
25672026-07-29T07:35:19.222Z Checking phf_shared v0.11.3
25682026-07-29T07:35:19.248Z Checking olpc-cjson v0.1.4
25692026-07-29T07:35:19.260Z Checking ref-cast v1.0.25
25702026-07-29T07:35:19.354Z Checking curve25519-dalek v4.1.3
25712026-07-29T07:35:19.367Z Checking strum v0.27.2
25722026-07-29T07:35:19.377Z Checking hubpack v0.1.2
25732026-07-29T07:35:19.380Z Checking memoffset v0.9.1
25742026-07-29T07:35:19.401Z Checking rustix v0.38.44
25752026-07-29T07:35:19.436Z Checking pkcs1 v0.7.5
25762026-07-29T07:35:19.462Z Checking rfc6979 v0.4.0
25772026-07-29T07:35:19.474Z Checking pem v3.0.6
25782026-07-29T07:35:19.536Z Checking float-cmp v0.10.0
25792026-07-29T07:35:19.573Z Checking erased-serde v0.3.31
25802026-07-29T07:35:19.586Z Checking serde-big-array v0.5.1
25812026-07-29T07:35:19.624Z Checking serde_plain v1.0.2
25822026-07-29T07:35:19.637Z Checking jiff v0.2.21
25832026-07-29T07:35:19.658Z Checking thread-id v4.2.2
25842026-07-29T07:35:19.712Z Checking memmap2 v0.9.10
25852026-07-29T07:35:19.734Z Checking env_filter v1.0.0
25862026-07-29T07:35:19.765Z Checking difflib v0.4.0
25872026-07-29T07:35:19.866Z Checking winnow v1.0.3
25882026-07-29T07:35:19.878Z Checking typed-path v0.9.3
25892026-07-29T07:35:19.908Z Checking normalize-line-endings v0.3.0
25902026-07-29T07:35:19.941Z Checking fixedbitset v0.5.7
25912026-07-29T07:35:19.954Z Checking new_debug_unreachable v1.0.6
25922026-07-29T07:35:19.995Z Checking data-encoding v2.10.0
25932026-07-29T07:35:20.021Z Checking fixedbitset v0.4.2
25942026-07-29T07:35:20.124Z Checking unicode-segmentation v1.12.0
25952026-07-29T07:35:20.136Z Checking static_assertions v1.1.0
25962026-07-29T07:35:20.149Z Checking whoami v2.1.0
25972026-07-29T07:35:20.164Z Checking keccak v0.1.6
25982026-07-29T07:35:20.189Z Checking predicates-core v1.0.10
25992026-07-29T07:35:20.201Z Checking precomputed-hash v0.1.1
26002026-07-29T07:35:20.263Z Checking cpufeatures v0.3.0
26012026-07-29T07:35:20.279Z Checking winnow v0.7.14
26022026-07-29T07:35:20.308Z Checking toml_write v0.1.2
26032026-07-29T07:35:20.325Z Checking const-oid v0.10.2
26042026-07-29T07:35:20.337Z Checking chacha20 v0.10.0
26052026-07-29T07:35:20.340Z Checking tokio-postgres v0.7.16
26062026-07-29T07:35:20.430Z Checking similar v2.7.0
26072026-07-29T07:35:20.468Z Checking sha3 v0.10.8
26082026-07-29T07:35:20.480Z Checking digest v0.11.3
26092026-07-29T07:35:20.583Z Checking predicates v3.1.4
26102026-07-29T07:35:20.647Z Checking tough v0.22.0
26112026-07-29T07:35:20.660Z Checking string_cache v0.8.9
26122026-07-29T07:35:20.672Z Checking hickory-proto v0.25.2
26132026-07-29T07:35:20.804Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26142026-07-29T07:35:20.827Z Checking crossterm v0.28.1
26152026-07-29T07:35:20.914Z Checking petgraph v0.6.5
26162026-07-29T07:35:21.444Z Checking toml_edit v0.22.27
26172026-07-29T07:35:21.521Z Checking toml_parser v1.1.2+spec-1.1.0
26182026-07-29T07:35:21.605Z Checking petgraph v0.8.3
26192026-07-29T07:35:21.842Z Checking ed25519-dalek v2.2.0
26202026-07-29T07:35:21.928Z Checking zip v4.6.1
26212026-07-29T07:35:22.070Z Checking slog v2.8.2
26222026-07-29T07:35:22.133Z Checking toml v0.7.8
26232026-07-29T07:35:22.327Z Checking env_logger v0.11.9
26242026-07-29T07:35:22.437Z Checking usdt v0.6.0
26252026-07-29T07:35:22.508Z Checking usdt-impl v0.5.0
26262026-07-29T07:35:22.531Z Checking rsa v0.9.10
26272026-07-29T07:35:22.534Z Checking ecdsa v0.16.9
26282026-07-29T07:35:22.608Z Checking nix v0.31.2
26292026-07-29T07:35:22.631Z Checking iddqd v0.4.2
26302026-07-29T07:35:22.878Z Checking reqwest v0.13.2
26312026-07-29T07:35:23.005Z Checking clap v4.6.1
26322026-07-29T07:35:23.076Z Checking zip v0.6.6
26332026-07-29T07:35:23.089Z Checking itertools v0.13.0
26342026-07-29T07:35:23.111Z Checking serde_with v3.21.0
26352026-07-29T07:35:23.175Z Checking byte-wrapper v0.1.0
26362026-07-29T07:35:23.383Z Checking strum v0.26.3
26372026-07-29T07:35:23.400Z Checking fs-err v3.3.0
26382026-07-29T07:35:23.453Z Checking ahash v0.8.12
26392026-07-29T07:35:23.491Z Checking tokio-stream v0.1.18
26402026-07-29T07:35:23.541Z Checking object v0.37.3
26412026-07-29T07:35:23.644Z Checking buf-list v1.1.2
26422026-07-29T07:35:23.693Z Checking anyhow v1.0.102
26432026-07-29T07:35:23.733Z Checking camino v1.2.2
26442026-07-29T07:35:23.791Z Checking x509-cert v0.2.5
26452026-07-29T07:35:23.825Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26462026-07-29T07:35:23.873Z Checking openapiv3 v2.2.0
26472026-07-29T07:35:23.889Z Checking lalrpop-util v0.19.12
26482026-07-29T07:35:23.980Z Checking peg-runtime v0.8.5
26492026-07-29T07:35:24.048Z Checking rayon v1.11.0
26502026-07-29T07:35:24.081Z Checking sigpipe v0.1.3
26512026-07-29T07:35:24.116Z Checking glob v0.3.3
26522026-07-29T07:35:25.695Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26532026-07-29T07:35:25.752Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26542026-07-29T07:35:26.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.95s
26552026-07-29T07:35:26.176Z
26562026-07-29T07:35:26.176Zinfo: running `cargo check --bins` on internal-dns-types (77/301)
26572026-07-29T07:35:26.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26582026-07-29T07:35:26.649Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26592026-07-29T07:35:26.649Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26602026-07-29T07:35:26.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26612026-07-29T07:35:26.731Z
26622026-07-29T07:35:26.731Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/301)
26632026-07-29T07:35:27.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26642026-07-29T07:35:27.206Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26652026-07-29T07:35:27.206Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26662026-07-29T07:35:27.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26672026-07-29T07:35:27.290Z
26682026-07-29T07:35:27.290Zinfo: running `cargo check --bins` on nexus-types-versions (79/301)
26692026-07-29T07:35:27.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26702026-07-29T07:35:27.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26712026-07-29T07:35:27.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26722026-07-29T07:35:27.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
26732026-07-29T07:35:27.862Z
26742026-07-29T07:35:27.863Zinfo: running `cargo check --bins` on oxql-types (80/301)
26752026-07-29T07:35:28.328Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26762026-07-29T07:35:28.331Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26772026-07-29T07:35:28.331Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26782026-07-29T07:35:28.335Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26792026-07-29T07:35:28.413Z
26802026-07-29T07:35:28.413Zinfo: running `cargo check --bins` on oximeter-types (81/301)
26812026-07-29T07:35:28.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26822026-07-29T07:35:28.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26832026-07-29T07:35:28.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26842026-07-29T07:35:28.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26852026-07-29T07:35:28.967Z
26862026-07-29T07:35:28.967Zinfo: running `cargo check --bins` on oximeter-types-versions (82/301)
26872026-07-29T07:35:29.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26882026-07-29T07:35:29.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26892026-07-29T07:35:29.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26902026-07-29T07:35:29.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26912026-07-29T07:35:29.523Z
26922026-07-29T07:35:29.524Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/301)
26932026-07-29T07:35:29.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26942026-07-29T07:35:29.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26952026-07-29T07:35:29.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26962026-07-29T07:35:29.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26972026-07-29T07:35:30.068Z
26982026-07-29T07:35:30.068Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/301)
26992026-07-29T07:35:30.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27002026-07-29T07:35:30.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27012026-07-29T07:35:30.723Z Compiling structmeta-derive v0.3.0
27022026-07-29T07:35:30.838Z Compiling multer v3.1.0
27032026-07-29T07:35:30.849Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27042026-07-29T07:35:30.849Z Compiling async-stream-impl v0.3.6
27052026-07-29T07:35:30.865Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27062026-07-29T07:35:30.876Z Compiling dropshot v0.17.1
27072026-07-29T07:35:30.890Z Compiling newtype-uuid-macros v0.1.0
27082026-07-29T07:35:30.891Z Compiling dropshot_endpoint v0.17.1
27092026-07-29T07:35:30.940Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27102026-07-29T07:35:31.074Z Checking thread_local v1.1.9
27112026-07-29T07:35:31.097Z Checking compression-core v0.4.31
27122026-07-29T07:35:31.218Z Checking match_cfg v0.1.0
27132026-07-29T07:35:31.233Z Checking compression-codecs v0.4.37
27142026-07-29T07:35:31.257Z Checking crossbeam-channel v0.5.15
27152026-07-29T07:35:31.292Z Checking hostname v0.3.1
27162026-07-29T07:35:31.330Z Checking atomicwrites v0.4.4
27172026-07-29T07:35:31.388Z Checking slog-json v2.6.1
27182026-07-29T07:35:31.430Z Checking toml_datetime v1.1.1+spec-1.1.0
27192026-07-29T07:35:31.430Z Checking serde_spanned v1.1.1
27202026-07-29T07:35:31.454Z Checking is-terminal v0.4.17
27212026-07-29T07:35:31.539Z Checking debug-ignore v1.0.5
27222026-07-29T07:35:31.552Z Checking take_mut v0.2.2
27232026-07-29T07:35:31.564Z Checking toml_writer v1.1.1+spec-1.1.0
27242026-07-29T07:35:31.602Z Checking term v1.2.1
27252026-07-29T07:35:31.636Z Checking slog-bunyan v2.5.0
27262026-07-29T07:35:31.648Z Checking async-compression v0.4.41
27272026-07-29T07:35:31.660Z Checking slog-async v2.8.0
27282026-07-29T07:35:31.660Z Checking async-stream v0.3.6
27292026-07-29T07:35:31.730Z Checking toml v1.1.2+spec-1.1.0
27302026-07-29T07:35:31.744Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27312026-07-29T07:35:31.779Z Checking progenitor-client v0.14.0
27322026-07-29T07:35:31.814Z Checking slog-term v2.9.2
27332026-07-29T07:35:31.840Z Checking sha1 v0.11.0
27342026-07-29T07:35:31.874Z Compiling structmeta v0.3.0
27352026-07-29T07:35:31.887Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27362026-07-29T07:35:32.012Z Checking waitgroup v0.1.2
27372026-07-29T07:35:32.024Z Checking rustls-pemfile v2.2.0
27382026-07-29T07:35:32.027Z Checking backon v1.6.0
27392026-07-29T07:35:32.060Z Checking serde_path_to_error v0.1.20
27402026-07-29T07:35:32.072Z Checking hostname v0.4.2
27412026-07-29T07:35:32.084Z Compiling derive-ex v0.1.8
27422026-07-29T07:35:32.105Z Compiling parse-display-derive v0.10.0
27432026-07-29T07:35:32.161Z Checking instant v0.1.13
27442026-07-29T07:35:32.241Z Checking backoff v0.4.0
27452026-07-29T07:35:32.327Z Checking progenitor-extras v0.2.0
27462026-07-29T07:35:32.343Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27472026-07-29T07:35:32.373Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27482026-07-29T07:35:32.422Z Checking itertools v0.14.0
27492026-07-29T07:35:32.556Z Checking regress v0.10.5
27502026-07-29T07:35:32.587Z Checking macaddr v1.0.1
27512026-07-29T07:35:32.778Z Checking humantime v2.3.0
27522026-07-29T07:35:33.769Z Compiling test-strategy v0.4.5
27532026-07-29T07:35:33.772Z Checking parse-display v0.10.0
27542026-07-29T07:35:34.075Z Compiling prettyplease v0.2.37
27552026-07-29T07:35:34.344Z Checking num-rational v0.4.2
27562026-07-29T07:35:34.626Z Checking num-complex v0.4.6
27572026-07-29T07:35:35.025Z Compiling num v0.4.3
27582026-07-29T07:35:35.132Z Compiling usdt-macro v0.5.0
27592026-07-29T07:35:35.145Z Compiling usdt-attr-macro v0.5.0
27602026-07-29T07:35:35.171Z Checking memmap v0.7.0
27612026-07-29T07:35:35.212Z Compiling float-ord v0.3.2
27622026-07-29T07:35:35.224Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27632026-07-29T07:35:35.430Z Checking unicode-width v0.2.0
27642026-07-29T07:35:35.594Z Compiling convert_case v0.4.0
27652026-07-29T07:35:35.597Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27662026-07-29T07:35:35.678Z Checking console v0.15.11
27672026-07-29T07:35:35.862Z Checking newline-converter v0.3.0
27682026-07-29T07:35:35.914Z Checking usdt v0.5.0
27692026-07-29T07:35:35.953Z Compiling toml v0.8.23
27702026-07-29T07:35:35.956Z Compiling derive_more v0.99.20
27712026-07-29T07:35:35.978Z Checking linked-hash-map v0.5.6
27722026-07-29T07:35:36.081Z Compiling minimal-lexical v0.2.1
27732026-07-29T07:35:36.142Z Checking lru-cache v0.1.2
27742026-07-29T07:35:36.261Z Checking expectorate v1.2.0
27752026-07-29T07:35:36.331Z Compiling nom v7.1.3
27762026-07-29T07:35:36.875Z Checking camino-tempfile v1.4.1
27772026-07-29T07:35:36.902Z Checking hickory-proto v0.24.4
27782026-07-29T07:35:36.968Z Checking phf_shared v0.12.1
27792026-07-29T07:35:37.037Z Compiling slog-dtrace v0.3.0
27802026-07-29T07:35:37.108Z Compiling unicode-xid v0.2.6
27812026-07-29T07:35:37.244Z Compiling chrono-tz v0.10.4
27822026-07-29T07:35:37.457Z Checking heck v0.5.0
27832026-07-29T07:35:37.602Z Checking resolv-conf v0.7.6
27842026-07-29T07:35:37.634Z Compiling const_format_proc_macros v0.2.34
27852026-07-29T07:35:37.681Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27862026-07-29T07:35:37.841Z Checking phf v0.12.1
27872026-07-29T07:35:37.989Z Checking tokio-dtrace v0.1.1
27882026-07-29T07:35:38.166Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27892026-07-29T07:35:38.183Z Compiling derive-where v1.6.0
27902026-07-29T07:35:38.466Z Checking highway v1.3.0
27912026-07-29T07:35:38.692Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27922026-07-29T07:35:38.707Z Checking const_format v0.2.35
27932026-07-29T07:35:38.720Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27942026-07-29T07:35:38.778Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27952026-07-29T07:35:38.792Z Checking hickory-resolver v0.24.4
27962026-07-29T07:35:39.194Z Checking oxide-tokio-rt v0.1.4
27972026-07-29T07:35:39.532Z Checking qorb v0.4.1
27982026-07-29T07:35:39.720Z Checking gethostname v0.5.0
27992026-07-29T07:35:39.809Z Checking bcs v0.1.6
28002026-07-29T07:35:39.822Z Checking termtree v0.5.1
28012026-07-29T07:35:40.185Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28022026-07-29T07:35:40.232Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28032026-07-29T07:35:40.422Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28042026-07-29T07:35:40.426Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28052026-07-29T07:35:43.138Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28062026-07-29T07:35:46.039Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28072026-07-29T07:35:48.188Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.11s
28082026-07-29T07:35:48.355Z
28092026-07-29T07:35:48.355Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/301)
28102026-07-29T07:35:48.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28112026-07-29T07:35:48.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28122026-07-29T07:35:49.011Z Compiling ar_archive_writer v0.5.1
28132026-07-29T07:35:49.121Z Compiling stacker v0.1.23
28142026-07-29T07:35:49.127Z Compiling cfg_aliases v0.1.1
28152026-07-29T07:35:49.133Z Compiling convert_case v0.10.0
28162026-07-29T07:35:49.133Z Checking unicode-width v0.1.14
28172026-07-29T07:35:49.145Z Compiling proc-macro-error v1.0.4
28182026-07-29T07:35:49.155Z Checking fd-lock v4.0.4
28192026-07-29T07:35:49.155Z Checking nibble_vec v0.1.0
28202026-07-29T07:35:49.179Z Compiling nix v0.28.0
28212026-07-29T07:35:49.266Z Compiling recursive-proc-macro-impl v0.1.1
28222026-07-29T07:35:49.280Z Checking vte v0.14.1
28232026-07-29T07:35:49.371Z Checking bytecount v0.6.9
28242026-07-29T07:35:49.382Z Checking endian-type v0.1.2
28252026-07-29T07:35:49.425Z Compiling derive_more-impl v2.1.1
28262026-07-29T07:35:49.442Z Compiling tabled_derive v0.7.0
28272026-07-29T07:35:49.442Z Checking strip-ansi-escapes v0.2.1
28282026-07-29T07:35:49.515Z Checking papergrid v0.11.0
28292026-07-29T07:35:49.526Z Checking radix_trie v0.2.1
28302026-07-29T07:35:49.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312026-07-29T07:35:49.662Z Compiling peg-macros v0.8.5
28322026-07-29T07:35:49.726Z Checking winnow v0.6.26
28332026-07-29T07:35:49.910Z Compiling psm v0.1.30
28342026-07-29T07:35:50.001Z Compiling sqlparser_derive v0.5.0
28352026-07-29T07:35:50.124Z Checking nu-ansi-term v0.50.3
28362026-07-29T07:35:50.227Z Checking derive_more v2.1.1
28372026-07-29T07:35:50.304Z Checking home v0.5.12
28382026-07-29T07:35:50.331Z Checking unicode_categories v0.1.1
28392026-07-29T07:35:50.393Z Checking tabled v0.15.0
28402026-07-29T07:35:50.417Z Checking reedline v0.40.0
28412026-07-29T07:35:50.444Z Checking rustyline v14.0.0
28422026-07-29T07:35:50.483Z Checking crossterm v0.29.0
28432026-07-29T07:35:50.689Z Checking recursive v0.1.1
28442026-07-29T07:35:50.770Z Checking display-error-chain v0.2.2
28452026-07-29T07:35:50.783Z Checking sqlparser v0.61.0
28462026-07-29T07:35:50.865Z Checking sqlformat v0.3.5
28472026-07-29T07:35:51.008Z Checking peg v0.8.5
28482026-07-29T07:36:01.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s
28492026-07-29T07:36:02.072Z
28502026-07-29T07:36:02.072Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/301)
28512026-07-29T07:36:02.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28522026-07-29T07:36:02.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28532026-07-29T07:36:02.728Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28542026-07-29T07:36:06.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.08s
28552026-07-29T07:36:06.330Z
28562026-07-29T07:36:06.330Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/301)
28572026-07-29T07:36:06.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28582026-07-29T07:36:06.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28592026-07-29T07:36:06.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28602026-07-29T07:36:09.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.08s
28612026-07-29T07:36:09.596Z
28622026-07-29T07:36:09.596Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/301)
28632026-07-29T07:36:10.083Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28642026-07-29T07:36:10.086Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28652026-07-29T07:36:10.243Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28662026-07-29T07:36:13.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
28672026-07-29T07:36:13.649Z
28682026-07-29T07:36:13.649Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/301)
28692026-07-29T07:36:14.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28702026-07-29T07:36:14.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28712026-07-29T07:36:14.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28722026-07-29T07:36:17.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s
28732026-07-29T07:36:17.758Z
28742026-07-29T07:36:17.758Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/301)
28752026-07-29T07:36:18.240Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28762026-07-29T07:36:18.243Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28772026-07-29T07:36:18.399Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28782026-07-29T07:36:20.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.22s
28792026-07-29T07:36:21.161Z
28802026-07-29T07:36:21.161Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/301)
28812026-07-29T07:36:21.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28822026-07-29T07:36:21.653Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28832026-07-29T07:36:21.812Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28842026-07-29T07:36:24.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28852026-07-29T07:36:24.605Z
28862026-07-29T07:36:24.605Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/301)
28872026-07-29T07:36:25.098Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28882026-07-29T07:36:25.100Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28892026-07-29T07:36:25.258Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28902026-07-29T07:36:28.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
28912026-07-29T07:36:28.819Z
28922026-07-29T07:36:28.819Zinfo: running `cargo check --bins` on oximeter (93/301)
28932026-07-29T07:36:29.291Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28942026-07-29T07:36:29.294Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28952026-07-29T07:36:29.294Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28962026-07-29T07:36:29.298Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
28972026-07-29T07:36:29.378Z
28982026-07-29T07:36:29.378Zinfo: running `cargo check --bins` on oximeter-schema (94/301)
28992026-07-29T07:36:29.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29002026-07-29T07:36:29.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29012026-07-29T07:36:29.986Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29022026-07-29T07:36:30.338Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
29032026-07-29T07:36:30.503Z
29042026-07-29T07:36:30.503Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/301)
29052026-07-29T07:36:30.976Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29062026-07-29T07:36:30.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29072026-07-29T07:36:30.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29082026-07-29T07:36:30.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29092026-07-29T07:36:31.059Z
29102026-07-29T07:36:31.059Zinfo: running `cargo check --bins` on oximeter-test-utils (96/301)
29112026-07-29T07:36:31.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29122026-07-29T07:36:31.559Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29132026-07-29T07:36:31.559Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29142026-07-29T07:36:31.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29152026-07-29T07:36:31.655Z
29162026-07-29T07:36:31.655Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/301)
29172026-07-29T07:36:32.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29182026-07-29T07:36:32.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29192026-07-29T07:36:32.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29202026-07-29T07:36:32.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29212026-07-29T07:36:32.214Z
29222026-07-29T07:36:32.214Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/301)
29232026-07-29T07:36:32.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29242026-07-29T07:36:32.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29252026-07-29T07:36:32.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29262026-07-29T07:36:32.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29272026-07-29T07:36:32.771Z
29282026-07-29T07:36:32.771Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/301)
29292026-07-29T07:36:33.245Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29302026-07-29T07:36:33.248Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29312026-07-29T07:36:33.248Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29322026-07-29T07:36:33.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29332026-07-29T07:36:33.331Z
29342026-07-29T07:36:33.332Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/301)
29352026-07-29T07:36:33.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29362026-07-29T07:36:33.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29372026-07-29T07:36:33.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29382026-07-29T07:36:33.816Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29392026-07-29T07:36:33.896Z
29402026-07-29T07:36:33.896Zinfo: running `cargo check --bins` on trust-quorum-types (101/301)
29412026-07-29T07:36:34.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29422026-07-29T07:36:34.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29432026-07-29T07:36:34.356Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29442026-07-29T07:36:34.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29452026-07-29T07:36:34.436Z
29462026-07-29T07:36:34.436Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/301)
29472026-07-29T07:36:34.912Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29482026-07-29T07:36:34.914Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29492026-07-29T07:36:34.914Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29502026-07-29T07:36:34.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29512026-07-29T07:36:34.999Z
29522026-07-29T07:36:34.999Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/301)
29532026-07-29T07:36:35.491Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29542026-07-29T07:36:35.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29552026-07-29T07:36:35.687Z Compiling crucible-workspace-hack v0.1.0
29562026-07-29T07:36:35.802Z Compiling itertools v0.15.0
29572026-07-29T07:36:35.809Z Checking secrecy v0.10.3
29582026-07-29T07:36:35.814Z Compiling heapless v0.8.0
29592026-07-29T07:36:35.818Z Compiling toml_datetime v0.7.5+spec-1.1.0
29602026-07-29T07:36:35.830Z Checking hash32 v0.3.1
29612026-07-29T07:36:35.830Z Checking inout v0.1.4
29622026-07-29T07:36:35.852Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29632026-07-29T07:36:35.905Z Compiling smoltcp v0.11.0
29642026-07-29T07:36:35.953Z Checking cipher v0.4.4
29652026-07-29T07:36:35.964Z Compiling toml_edit v0.23.10+spec-1.0.0
29662026-07-29T07:36:36.058Z Checking cobs v0.3.0
29672026-07-29T07:36:36.058Z Checking universal-hash v0.5.1
29682026-07-29T07:36:36.081Z Compiling thiserror-impl-no-std v2.0.2
29692026-07-29T07:36:36.144Z Checking half v2.7.1
29702026-07-29T07:36:36.174Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29712026-07-29T07:36:36.204Z Checking ciborium-io v0.2.2
29722026-07-29T07:36:36.246Z Checking opaque-debug v0.3.1
29732026-07-29T07:36:36.295Z Checking postcard v1.1.3
29742026-07-29T07:36:36.310Z Checking poly1305 v0.8.0
29752026-07-29T07:36:36.365Z Checking chacha20 v0.9.1
29762026-07-29T07:36:36.395Z Checking ciborium-ll v0.2.2
29772026-07-29T07:36:36.552Z Compiling proc-macro-crate v3.4.0
29782026-07-29T07:36:36.567Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
29792026-07-29T07:36:36.570Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29802026-07-29T07:36:36.589Z Checking password-hash v0.5.0
29812026-07-29T07:36:36.808Z Compiling proc-macro-crate v1.3.1
29822026-07-29T07:36:36.827Z Checking blake2 v0.10.6
29832026-07-29T07:36:36.967Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29842026-07-29T07:36:36.985Z Checking aead v0.5.2
29852026-07-29T07:36:37.063Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29862026-07-29T07:36:37.076Z Compiling num_enum_derive v0.7.6
29872026-07-29T07:36:37.105Z Compiling ingot-macros v0.2.0
29882026-07-29T07:36:37.122Z Compiling foreign-types-macros v0.2.3
29892026-07-29T07:36:37.200Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29902026-07-29T07:36:37.213Z Checking foreign-types-shared v0.3.1
29912026-07-29T07:36:37.264Z Compiling num_enum_derive v0.5.11
29922026-07-29T07:36:37.277Z Checking thiserror-no-std v2.0.2
29932026-07-29T07:36:37.295Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
29942026-07-29T07:36:37.364Z Checking vsss-rs v3.3.4
29952026-07-29T07:36:37.449Z Checking chacha20poly1305 v0.10.1
29962026-07-29T07:36:37.576Z Checking argon2 v0.5.3
29972026-07-29T07:36:37.709Z Checking foreign-types v0.5.0
29982026-07-29T07:36:37.791Z Checking ciborium v0.2.2
29992026-07-29T07:36:37.954Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30002026-07-29T07:36:38.038Z Checking tabwriter v1.4.1
30012026-07-29T07:36:38.123Z Checking num_enum v0.7.6
30022026-07-29T07:36:38.183Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30032026-07-29T07:36:38.207Z Checking cstr-argument v0.1.2
30042026-07-29T07:36:38.236Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30052026-07-29T07:36:38.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30062026-07-29T07:36:38.300Z Checking num_enum v0.5.11
30072026-07-29T07:36:38.322Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30082026-07-29T07:36:38.408Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30092026-07-29T07:36:38.441Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-07-29T07:36:38.475Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30112026-07-29T07:36:38.488Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30122026-07-29T07:36:38.601Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30132026-07-29T07:36:38.615Z Checking rand v0.10.1
30142026-07-29T07:36:38.680Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30152026-07-29T07:36:38.695Z Checking indent_write v2.2.0
30162026-07-29T07:36:38.711Z Checking colored v3.1.1
30172026-07-29T07:36:38.797Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30182026-07-29T07:36:38.824Z Compiling zone_cfg_derive v0.3.1
30192026-07-29T07:36:38.896Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-07-29T07:36:38.911Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30212026-07-29T07:36:39.031Z Checking itertools v0.12.1
30222026-07-29T07:36:39.038Z Compiling num-derive v0.4.2
30232026-07-29T07:36:39.068Z Checking swrite v0.1.0
30242026-07-29T07:36:39.082Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-07-29T07:36:39.158Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30262026-07-29T07:36:39.314Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30272026-07-29T07:36:39.425Z Checking dropshot-api-manager-types v0.7.2
30282026-07-29T07:36:39.440Z Checking smf v0.2.3
30292026-07-29T07:36:39.478Z Checking nanorand v0.7.0
30302026-07-29T07:36:39.588Z Checking whoami v1.6.1
30312026-07-29T07:36:39.603Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30322026-07-29T07:36:39.669Z Checking flume v0.11.1
30332026-07-29T07:36:39.669Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30342026-07-29T07:36:39.932Z Checking ingot-types v0.2.0
30352026-07-29T07:36:39.959Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30362026-07-29T07:36:40.011Z Checking zone v0.3.1
30372026-07-29T07:36:40.256Z Checking ingot v0.2.1
30382026-07-29T07:36:41.667Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30392026-07-29T07:36:42.602Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30402026-07-29T07:36:43.495Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30412026-07-29T07:36:45.958Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30422026-07-29T07:36:48.006Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30432026-07-29T07:36:49.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.11s
30442026-07-29T07:36:49.294Z
30452026-07-29T07:36:49.294Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/301)
30462026-07-29T07:36:49.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30472026-07-29T07:36:49.764Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30482026-07-29T07:36:49.764Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30492026-07-29T07:36:49.767Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30502026-07-29T07:36:49.840Z
30512026-07-29T07:36:49.840Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/301)
30522026-07-29T07:36:50.308Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30532026-07-29T07:36:50.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30542026-07-29T07:36:50.311Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30552026-07-29T07:36:50.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30562026-07-29T07:36:50.393Z
30572026-07-29T07:36:50.393Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/301)
30582026-07-29T07:36:50.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30592026-07-29T07:36:50.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30602026-07-29T07:36:50.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30612026-07-29T07:36:50.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30622026-07-29T07:36:50.956Z
30632026-07-29T07:36:50.957Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/301)
30642026-07-29T07:36:51.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30652026-07-29T07:36:51.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30662026-07-29T07:36:51.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30672026-07-29T07:36:51.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30682026-07-29T07:36:51.514Z
30692026-07-29T07:36:51.514Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/301)
30702026-07-29T07:36:51.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30712026-07-29T07:36:51.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30722026-07-29T07:36:51.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30732026-07-29T07:36:51.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30742026-07-29T07:36:52.072Z
30752026-07-29T07:36:52.072Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/301)
30762026-07-29T07:36:52.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30772026-07-29T07:36:52.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30782026-07-29T07:36:52.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30792026-07-29T07:36:52.551Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30802026-07-29T07:36:52.631Z
30812026-07-29T07:36:52.631Zinfo: running `cargo check --bins` on cockroach-admin-client (110/301)
30822026-07-29T07:36:53.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30832026-07-29T07:36:53.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30842026-07-29T07:36:53.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30852026-07-29T07:36:53.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
30862026-07-29T07:36:53.170Z
30872026-07-29T07:36:53.170Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/301)
30882026-07-29T07:36:53.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30892026-07-29T07:36:53.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30902026-07-29T07:36:53.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30912026-07-29T07:36:53.646Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30922026-07-29T07:36:53.724Z
30932026-07-29T07:36:53.724Zinfo: running `cargo check --bins` on dns-service-client (112/301)
30942026-07-29T07:36:54.197Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30952026-07-29T07:36:54.200Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30962026-07-29T07:36:54.200Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30972026-07-29T07:36:54.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30982026-07-29T07:36:54.282Z
30992026-07-29T07:36:54.283Zinfo: running `cargo check --bins` on installinator-client (113/301)
31002026-07-29T07:36:54.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31012026-07-29T07:36:54.754Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31022026-07-29T07:36:54.754Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31032026-07-29T07:36:54.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31042026-07-29T07:36:54.838Z
31052026-07-29T07:36:54.839Zinfo: running `cargo check --bins` on nexus-client (114/301)
31062026-07-29T07:36:55.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31072026-07-29T07:36:55.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31082026-07-29T07:36:55.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31092026-07-29T07:36:55.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31102026-07-29T07:36:55.432Z
31112026-07-29T07:36:55.432Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/301)
31122026-07-29T07:36:55.933Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31132026-07-29T07:36:55.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31142026-07-29T07:36:55.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31152026-07-29T07:36:55.941Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31162026-07-29T07:36:56.024Z
31172026-07-29T07:36:56.024Zinfo: running `cargo check --bins` on ntp-admin-client (116/301)
31182026-07-29T07:36:56.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31192026-07-29T07:36:56.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31202026-07-29T07:36:56.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31212026-07-29T07:36:56.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31222026-07-29T07:36:56.567Z
31232026-07-29T07:36:56.567Zinfo: running `cargo check --bins` on oxide-client (117/301)
31242026-07-29T07:36:57.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31252026-07-29T07:36:57.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31262026-07-29T07:36:57.034Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31272026-07-29T07:36:57.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31282026-07-29T07:36:57.114Z
31292026-07-29T07:36:57.114Zinfo: running `cargo check --bins` on oximeter-client (118/301)
31302026-07-29T07:36:57.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31312026-07-29T07:36:57.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31322026-07-29T07:36:57.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31332026-07-29T07:36:57.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31342026-07-29T07:36:57.669Z
31352026-07-29T07:36:57.669Zinfo: running `cargo check --bins` on repo-depot-client (119/301)
31362026-07-29T07:36:58.127Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31372026-07-29T07:36:58.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31382026-07-29T07:36:58.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31392026-07-29T07:36:58.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31402026-07-29T07:36:58.211Z
31412026-07-29T07:36:58.211Zinfo: running `cargo check --bins` on sled-agent-client (120/301)
31422026-07-29T07:36:58.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31432026-07-29T07:36:58.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31442026-07-29T07:36:58.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31452026-07-29T07:36:58.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31462026-07-29T07:36:58.778Z
31472026-07-29T07:36:58.778Zinfo: running `cargo check --bins` on wicketd-client (121/301)
31482026-07-29T07:36:59.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31492026-07-29T07:36:59.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31502026-07-29T07:36:59.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31512026-07-29T07:36:59.273Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31522026-07-29T07:36:59.355Z
31532026-07-29T07:36:59.355Zinfo: running `cargo check --bins` on installinator-common (122/301)
31542026-07-29T07:36:59.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31552026-07-29T07:36:59.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31562026-07-29T07:36:59.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31572026-07-29T07:36:59.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31582026-07-29T07:36:59.926Z
31592026-07-29T07:36:59.926Zinfo: running `cargo check --bins` on installinator-common-versions (123/301)
31602026-07-29T07:37:00.383Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31612026-07-29T07:37:00.386Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31622026-07-29T07:37:00.386Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31632026-07-29T07:37:00.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
31642026-07-29T07:37:00.464Z
31652026-07-29T07:37:00.464Zinfo: running `cargo check --bins` on wicket-common (124/301)
31662026-07-29T07:37:00.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31672026-07-29T07:37:00.946Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31682026-07-29T07:37:00.946Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31692026-07-29T07:37:00.950Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31702026-07-29T07:37:01.031Z
31712026-07-29T07:37:01.031Zinfo: running `cargo check --bins` on wicketd-commission-types (125/301)
31722026-07-29T07:37:01.503Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31732026-07-29T07:37:01.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31742026-07-29T07:37:01.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31752026-07-29T07:37:01.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31762026-07-29T07:37:01.588Z
31772026-07-29T07:37:01.588Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/301)
31782026-07-29T07:37:02.069Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31792026-07-29T07:37:02.071Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31802026-07-29T07:37:02.071Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31812026-07-29T07:37:02.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31822026-07-29T07:37:02.153Z
31832026-07-29T07:37:02.153Zinfo: running `cargo check --bins` on wicketd-commission-client (127/301)
31842026-07-29T07:37:02.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852026-07-29T07:37:02.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862026-07-29T07:37:02.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872026-07-29T07:37:02.634Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31882026-07-29T07:37:02.712Z
31892026-07-29T07:37:02.712Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/301)
31902026-07-29T07:37:03.202Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912026-07-29T07:37:03.205Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922026-07-29T07:37:03.365Z Checking csv-core v0.1.13
31932026-07-29T07:37:03.476Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31942026-07-29T07:37:03.480Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
31952026-07-29T07:37:03.486Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
31962026-07-29T07:37:03.613Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31972026-07-29T07:37:03.626Z Checking csv v1.4.0
31982026-07-29T07:37:03.935Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
31992026-07-29T07:37:04.266Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32002026-07-29T07:37:04.269Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32012026-07-29T07:37:05.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s
32022026-07-29T07:37:05.468Z
32032026-07-29T07:37:05.468Zinfo: running `cargo check --bins` on cockroach-admin-api (129/301)
32042026-07-29T07:37:05.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-07-29T07:37:05.941Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-07-29T07:37:05.941Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-07-29T07:37:05.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32082026-07-29T07:37:06.026Z
32092026-07-29T07:37:06.026Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/301)
32102026-07-29T07:37:06.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-07-29T07:37:06.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-07-29T07:37:06.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-07-29T07:37:06.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32142026-07-29T07:37:06.671Z
32152026-07-29T07:37:06.671Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/301)
32162026-07-29T07:37:07.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-29T07:37:07.219Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-29T07:37:07.219Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-29T07:37:07.225Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32202026-07-29T07:37:07.318Z
32212026-07-29T07:37:07.318Zinfo: running `cargo check --bins` on gateway-test-utils (132/301)
32222026-07-29T07:37:07.829Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-29T07:37:07.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-29T07:37:07.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-29T07:37:07.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
32262026-07-29T07:37:07.924Z
32272026-07-29T07:37:07.925Zinfo: running `cargo check --bins` on omicron-gateway (133/301)
32282026-07-29T07:37:08.430Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-29T07:37:08.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-29T07:37:08.652Z Compiling regress v0.11.1
32312026-07-29T07:37:08.793Z Compiling unsafe-libyaml v0.2.11
32322026-07-29T07:37:08.803Z Compiling semver v0.1.20
32332026-07-29T07:37:08.806Z Compiling radium v0.7.0
32342026-07-29T07:37:08.824Z Checking nom v8.0.0
32352026-07-29T07:37:08.827Z Compiling maybe-uninit v2.0.0
32362026-07-29T07:37:08.827Z Checking tap v1.0.1
32372026-07-29T07:37:08.945Z Checking wyz v0.5.1
32382026-07-29T07:37:09.069Z Compiling rustc_version v0.1.7
32392026-07-29T07:37:09.144Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-07-29T07:37:09.168Z Compiling zerocopy-derive v0.6.6
32412026-07-29T07:37:09.298Z Compiling packed_struct v0.10.1
32422026-07-29T07:37:09.319Z Compiling serde_yaml v0.9.34+deprecated
32432026-07-29T07:37:09.528Z Compiling newtype_derive v0.1.6
32442026-07-29T07:37:09.542Z Compiling cancel-safe-futures v0.1.5
32452026-07-29T07:37:09.713Z Checking crc-catalog v2.4.0
32462026-07-29T07:37:09.743Z Checking funty v2.0.0
32472026-07-29T07:37:09.806Z Checking crc v3.4.0
32482026-07-29T07:37:10.006Z Checking zerocopy v0.6.6
32492026-07-29T07:37:10.059Z Checking bitvec v1.0.1
32502026-07-29T07:37:10.164Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-07-29T07:37:10.226Z Checking typify-impl v0.6.2
32522026-07-29T07:37:10.617Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-07-29T07:37:10.697Z Compiling packed_struct_codegen v0.10.1
32542026-07-29T07:37:10.738Z Compiling bitfield-macros v0.19.4
32552026-07-29T07:37:10.768Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32562026-07-29T07:37:10.965Z Compiling indexmap v1.9.3
32572026-07-29T07:37:11.160Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32582026-07-29T07:37:11.232Z Compiling owo-colors v4.3.0
32592026-07-29T07:37:11.361Z Checking nodrop v0.1.14
32602026-07-29T07:37:11.405Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-07-29T07:37:11.446Z Checking bitfield v0.19.4
32622026-07-29T07:37:11.460Z Checking array-init v0.0.4
32632026-07-29T07:37:11.604Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32642026-07-29T07:37:11.716Z Checking smallvec v0.6.14
32652026-07-29T07:37:11.803Z Checking oxide-update-engine-types v0.1.2
32662026-07-29T07:37:11.836Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32672026-07-29T07:37:11.904Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32682026-07-29T07:37:11.931Z Checking hashbrown v0.12.3
32692026-07-29T07:37:11.960Z Checking linear-map v1.2.0
32702026-07-29T07:37:12.027Z Checking smawk v0.3.2
32712026-07-29T07:37:12.127Z Checking tagptr v0.2.0
32722026-07-29T07:37:12.156Z Checking base64 v0.21.7
32732026-07-29T07:37:12.269Z Checking unicode-linebreak v0.1.5
32742026-07-29T07:37:12.362Z Checking moka v0.12.13
32752026-07-29T07:37:12.397Z Checking ron v0.8.1
32762026-07-29T07:37:12.487Z Checking textwrap v0.16.2
32772026-07-29T07:37:12.682Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32782026-07-29T07:37:12.704Z Checking serde-hex v0.1.0
32792026-07-29T07:37:12.718Z Checking oxide-update-engine v0.1.2
32802026-07-29T07:37:12.843Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32812026-07-29T07:37:12.947Z Checking steno v0.4.1
32822026-07-29T07:37:13.148Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32832026-07-29T07:37:13.307Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32842026-07-29T07:37:13.502Z Checking hashbrown v0.13.2
32852026-07-29T07:37:13.593Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32862026-07-29T07:37:13.783Z Checking crc-any v2.5.0
32872026-07-29T07:37:13.904Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
32882026-07-29T07:37:13.930Z Checking object v0.30.4
32892026-07-29T07:37:13.945Z Checking hickory-resolver v0.25.2
32902026-07-29T07:37:13.961Z Checking sha1 v0.10.6
32912026-07-29T07:37:14.069Z Checking path-slash v0.1.5
32922026-07-29T07:37:14.130Z Checking utf-8 v0.7.6
32932026-07-29T07:37:14.173Z Checking void v1.0.2
32942026-07-29T07:37:14.207Z Checking half v1.8.3
32952026-07-29T07:37:14.265Z Checking tungstenite v0.23.0
32962026-07-29T07:37:14.279Z Checking lzss v0.8.2
32972026-07-29T07:37:14.401Z Checking serde_cbor v0.11.2
32982026-07-29T07:37:14.600Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32992026-07-29T07:37:14.639Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33002026-07-29T07:37:14.679Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33012026-07-29T07:37:14.756Z Checking nix v0.27.1
33022026-07-29T07:37:14.787Z Checking kstat-rs v0.2.4
33032026-07-29T07:37:14.805Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33042026-07-29T07:37:14.821Z Compiling typify-macro v0.6.2
33052026-07-29T07:37:14.907Z Checking fxhash v0.2.1
33062026-07-29T07:37:14.923Z Checking serde_bytes v0.11.19
33072026-07-29T07:37:14.970Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33082026-07-29T07:37:15.025Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33092026-07-29T07:37:15.056Z Checking tokio-tungstenite v0.23.1
33102026-07-29T07:37:15.098Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33112026-07-29T07:37:15.255Z Checking signal-hook-tokio v0.3.1
33122026-07-29T07:37:15.847Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33132026-07-29T07:37:16.163Z Compiling typify v0.6.2
33142026-07-29T07:37:16.243Z Compiling progenitor-impl v0.14.0
33152026-07-29T07:37:16.737Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33162026-07-29T07:37:17.044Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33172026-07-29T07:37:17.722Z Compiling progenitor-macro v0.14.0
33182026-07-29T07:37:20.097Z Checking progenitor v0.14.0
33192026-07-29T07:37:20.223Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33202026-07-29T07:37:20.227Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33212026-07-29T07:37:22.889Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33222026-07-29T07:37:31.227Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33232026-07-29T07:37:38.016Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33242026-07-29T07:37:39.394Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33252026-07-29T07:37:39.902Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33262026-07-29T07:37:42.010Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.08s
33272026-07-29T07:37:42.189Z
33282026-07-29T07:37:42.189Zinfo: running `cargo check --bins` on gateway-api (134/301)
33292026-07-29T07:37:42.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33302026-07-29T07:37:42.659Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33312026-07-29T07:37:42.659Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33322026-07-29T07:37:42.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33332026-07-29T07:37:42.739Z
33342026-07-29T07:37:42.739Zinfo: running `cargo check --bins` on ipcc (135/301)
33352026-07-29T07:37:43.207Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33362026-07-29T07:37:43.210Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33372026-07-29T07:37:43.210Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33382026-07-29T07:37:43.214Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33392026-07-29T07:37:43.294Z
33402026-07-29T07:37:43.294Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/301)
33412026-07-29T07:37:43.754Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33422026-07-29T07:37:43.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33432026-07-29T07:37:43.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33442026-07-29T07:37:43.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33452026-07-29T07:37:43.839Z
33462026-07-29T07:37:43.839Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/301)
33472026-07-29T07:37:44.326Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33482026-07-29T07:37:44.329Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33492026-07-29T07:37:44.329Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33502026-07-29T07:37:44.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33512026-07-29T07:37:44.418Z
33522026-07-29T07:37:44.419Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/301)
33532026-07-29T07:37:44.891Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33542026-07-29T07:37:44.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33552026-07-29T07:37:44.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33562026-07-29T07:37:44.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33572026-07-29T07:37:44.979Z
33582026-07-29T07:37:44.979Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/301)
33592026-07-29T07:37:45.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33602026-07-29T07:37:45.454Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33612026-07-29T07:37:45.454Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33622026-07-29T07:37:45.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33632026-07-29T07:37:45.538Z
33642026-07-29T07:37:45.538Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/301)
33652026-07-29T07:37:46.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33662026-07-29T07:37:46.016Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33672026-07-29T07:37:46.016Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33682026-07-29T07:37:46.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33692026-07-29T07:37:46.101Z
33702026-07-29T07:37:46.101Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/301)
33712026-07-29T07:37:46.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33722026-07-29T07:37:46.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33732026-07-29T07:37:46.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33742026-07-29T07:37:46.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33752026-07-29T07:37:46.678Z
33762026-07-29T07:37:46.678Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/301)
33772026-07-29T07:37:47.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782026-07-29T07:37:47.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792026-07-29T07:37:47.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33802026-07-29T07:37:47.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33812026-07-29T07:37:47.239Z
33822026-07-29T07:37:47.240Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/301)
33832026-07-29T07:37:47.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33842026-07-29T07:37:47.718Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33852026-07-29T07:37:47.718Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33862026-07-29T07:37:47.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33872026-07-29T07:37:47.802Z
33882026-07-29T07:37:47.802Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/301)
33892026-07-29T07:37:48.277Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33902026-07-29T07:37:48.280Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33912026-07-29T07:37:48.280Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33922026-07-29T07:37:48.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33932026-07-29T07:37:48.364Z
33942026-07-29T07:37:48.364Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/301)
33952026-07-29T07:37:48.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33962026-07-29T07:37:48.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33972026-07-29T07:37:48.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33982026-07-29T07:37:48.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33992026-07-29T07:37:48.926Z
34002026-07-29T07:37:48.926Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/301)
34012026-07-29T07:37:49.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34022026-07-29T07:37:49.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34032026-07-29T07:37:49.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34042026-07-29T07:37:49.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34052026-07-29T07:37:49.488Z
34062026-07-29T07:37:49.488Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/301)
34072026-07-29T07:37:49.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34082026-07-29T07:37:49.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34092026-07-29T07:37:49.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34102026-07-29T07:37:49.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34112026-07-29T07:37:50.051Z
34122026-07-29T07:37:50.051Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/301)
34132026-07-29T07:37:50.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34142026-07-29T07:37:50.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34152026-07-29T07:37:50.540Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34162026-07-29T07:37:50.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34172026-07-29T07:37:50.628Z
34182026-07-29T07:37:50.628Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/301)
34192026-07-29T07:37:51.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34202026-07-29T07:37:51.121Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34212026-07-29T07:37:51.121Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34222026-07-29T07:37:51.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34232026-07-29T07:37:51.210Z
34242026-07-29T07:37:51.210Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/301)
34252026-07-29T07:37:51.698Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34262026-07-29T07:37:51.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34272026-07-29T07:37:51.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34282026-07-29T07:37:51.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34292026-07-29T07:37:51.791Z
34302026-07-29T07:37:51.792Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/301)
34312026-07-29T07:37:52.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34322026-07-29T07:37:52.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34332026-07-29T07:37:52.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34342026-07-29T07:37:52.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34352026-07-29T07:37:52.374Z
34362026-07-29T07:37:52.374Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/301)
34372026-07-29T07:37:52.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34382026-07-29T07:37:52.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34392026-07-29T07:37:52.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34402026-07-29T07:37:52.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34412026-07-29T07:37:52.954Z
34422026-07-29T07:37:52.954Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/301)
34432026-07-29T07:37:53.445Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34442026-07-29T07:37:53.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34452026-07-29T07:37:53.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34462026-07-29T07:37:53.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34472026-07-29T07:37:53.539Z
34482026-07-29T07:37:53.539Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/301)
34492026-07-29T07:37:54.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34502026-07-29T07:37:54.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34512026-07-29T07:37:54.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34522026-07-29T07:37:54.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34532026-07-29T07:37:54.124Z
34542026-07-29T07:37:54.124Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/301)
34552026-07-29T07:37:54.613Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34562026-07-29T07:37:54.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34572026-07-29T07:37:54.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34582026-07-29T07:37:54.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34592026-07-29T07:37:54.704Z
34602026-07-29T07:37:54.704Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/301)
34612026-07-29T07:37:55.192Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34622026-07-29T07:37:55.195Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34632026-07-29T07:37:55.195Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34642026-07-29T07:37:55.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34652026-07-29T07:37:55.286Z
34662026-07-29T07:37:55.286Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/301)
34672026-07-29T07:37:55.777Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34682026-07-29T07:37:55.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34692026-07-29T07:37:55.780Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34702026-07-29T07:37:55.784Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34712026-07-29T07:37:55.869Z
34722026-07-29T07:37:55.869Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/301)
34732026-07-29T07:37:56.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34742026-07-29T07:37:56.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34752026-07-29T07:37:56.347Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34762026-07-29T07:37:56.351Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34772026-07-29T07:37:56.433Z
34782026-07-29T07:37:56.433Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/301)
34792026-07-29T07:37:56.909Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34802026-07-29T07:37:56.912Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34812026-07-29T07:37:56.912Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34822026-07-29T07:37:56.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34832026-07-29T07:37:56.999Z
34842026-07-29T07:37:57.000Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/301)
34852026-07-29T07:37:57.469Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34862026-07-29T07:37:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34872026-07-29T07:37:57.472Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34882026-07-29T07:37:57.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34892026-07-29T07:37:57.555Z
34902026-07-29T07:37:57.555Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/301)
34912026-07-29T07:37:58.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34922026-07-29T07:37:58.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34932026-07-29T07:37:58.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34942026-07-29T07:37:58.035Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34952026-07-29T07:37:58.113Z
34962026-07-29T07:37:58.113Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/301)
34972026-07-29T07:37:58.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34982026-07-29T07:37:58.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34992026-07-29T07:37:58.591Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35002026-07-29T07:37:58.594Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35012026-07-29T07:37:58.676Z
35022026-07-29T07:37:58.676Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/301)
35032026-07-29T07:37:59.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35042026-07-29T07:37:59.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35052026-07-29T07:37:59.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35062026-07-29T07:37:59.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35072026-07-29T07:37:59.242Z
35082026-07-29T07:37:59.242Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/301)
35092026-07-29T07:37:59.716Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35102026-07-29T07:37:59.720Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35112026-07-29T07:37:59.720Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35122026-07-29T07:37:59.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35132026-07-29T07:37:59.805Z
35142026-07-29T07:37:59.806Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/301)
35152026-07-29T07:38:00.283Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35162026-07-29T07:38:00.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35172026-07-29T07:38:00.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35182026-07-29T07:38:00.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35192026-07-29T07:38:00.373Z
35202026-07-29T07:38:00.373Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/301)
35212026-07-29T07:38:00.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35222026-07-29T07:38:00.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35232026-07-29T07:38:00.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35242026-07-29T07:38:00.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35252026-07-29T07:38:00.956Z
35262026-07-29T07:38:00.956Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/301)
35272026-07-29T07:38:01.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35282026-07-29T07:38:01.449Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35292026-07-29T07:38:01.449Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35302026-07-29T07:38:01.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35312026-07-29T07:38:01.540Z
35322026-07-29T07:38:01.540Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/301)
35332026-07-29T07:38:02.033Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35342026-07-29T07:38:02.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35352026-07-29T07:38:02.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35362026-07-29T07:38:02.040Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35372026-07-29T07:38:02.126Z
35382026-07-29T07:38:02.127Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/301)
35392026-07-29T07:38:02.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35402026-07-29T07:38:02.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35412026-07-29T07:38:02.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35422026-07-29T07:38:02.622Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35432026-07-29T07:38:02.707Z
35442026-07-29T07:38:02.707Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/301)
35452026-07-29T07:38:03.196Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35462026-07-29T07:38:03.199Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35472026-07-29T07:38:03.199Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35482026-07-29T07:38:03.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35492026-07-29T07:38:03.289Z
35502026-07-29T07:38:03.289Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/301)
35512026-07-29T07:38:03.778Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35522026-07-29T07:38:03.781Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35532026-07-29T07:38:03.781Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35542026-07-29T07:38:03.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35552026-07-29T07:38:03.872Z
35562026-07-29T07:38:03.872Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/301)
35572026-07-29T07:38:04.363Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35582026-07-29T07:38:04.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35592026-07-29T07:38:04.366Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35602026-07-29T07:38:04.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35612026-07-29T07:38:04.457Z
35622026-07-29T07:38:04.457Zinfo: running `cargo check --bins` on oximeter-producer (173/301)
35632026-07-29T07:38:04.961Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35642026-07-29T07:38:04.963Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35652026-07-29T07:38:04.963Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35662026-07-29T07:38:04.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35672026-07-29T07:38:05.054Z
35682026-07-29T07:38:05.054Zinfo: running `cargo check --bins` on internal-dns-resolver (174/301)
35692026-07-29T07:38:05.529Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35702026-07-29T07:38:05.532Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35712026-07-29T07:38:05.532Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35722026-07-29T07:38:05.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35732026-07-29T07:38:05.620Z
35742026-07-29T07:38:05.620Zinfo: running `cargo check --bins` on dns-server (175/301)
35752026-07-29T07:38:06.108Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35762026-07-29T07:38:06.110Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35772026-07-29T07:38:06.254Z Compiling parking_lot_core v0.8.6
35782026-07-29T07:38:06.257Z Compiling git-stub v1.0.0
35792026-07-29T07:38:06.257Z Checking prefix-trie v0.7.0
35802026-07-29T07:38:06.373Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
35812026-07-29T07:38:06.483Z Compiling git-stub-vcs v0.1.0
35822026-07-29T07:38:06.642Z Checking hickory-server v0.25.2
35832026-07-29T07:38:06.748Z Checking parking_lot v0.11.2
35842026-07-29T07:38:06.779Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35852026-07-29T07:38:06.914Z Checking sled v0.34.7
35862026-07-29T07:38:08.776Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s
35872026-07-29T07:38:08.943Z
35882026-07-29T07:38:08.943Zinfo: running `cargo check --bins` on dns-server-api (176/301)
35892026-07-29T07:38:09.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-29T07:38:09.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-29T07:38:09.416Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35922026-07-29T07:38:09.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35932026-07-29T07:38:09.499Z
35942026-07-29T07:38:09.499Zinfo: running `cargo check --bins` on oximeter-producer-api (177/301)
35952026-07-29T07:38:09.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35962026-07-29T07:38:09.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35972026-07-29T07:38:09.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35982026-07-29T07:38:09.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35992026-07-29T07:38:10.066Z
36002026-07-29T07:38:10.066Zinfo: running `cargo check --bins` on sp-sim (178/301)
36012026-07-29T07:38:10.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36022026-07-29T07:38:10.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36032026-07-29T07:38:10.767Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36042026-07-29T07:38:12.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s
36052026-07-29T07:38:12.741Z
36062026-07-29T07:38:12.741Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/301)
36072026-07-29T07:38:13.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36082026-07-29T07:38:13.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36092026-07-29T07:38:13.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36102026-07-29T07:38:13.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36112026-07-29T07:38:13.362Z
36122026-07-29T07:38:13.362Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/301)
36132026-07-29T07:38:13.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36142026-07-29T07:38:13.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36152026-07-29T07:38:13.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36162026-07-29T07:38:13.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36172026-07-29T07:38:13.987Z
36182026-07-29T07:38:13.987Zinfo: running `cargo check --bins` on db-macros (181/301)
36192026-07-29T07:38:14.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36202026-07-29T07:38:14.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36212026-07-29T07:38:14.455Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36222026-07-29T07:38:14.459Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36232026-07-29T07:38:14.538Z
36242026-07-29T07:38:14.538Zinfo: running `cargo check --bins` on nexus-macros-common (182/301)
36252026-07-29T07:38:15.002Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36262026-07-29T07:38:15.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36272026-07-29T07:38:15.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36282026-07-29T07:38:15.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36292026-07-29T07:38:15.083Z
36302026-07-29T07:38:15.083Zinfo: running `cargo check --bins` on nexus-auth (183/301)
36312026-07-29T07:38:15.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36322026-07-29T07:38:15.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36332026-07-29T07:38:15.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36342026-07-29T07:38:15.605Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36352026-07-29T07:38:15.696Z
36362026-07-29T07:38:15.697Zinfo: running `cargo check --bins` on authz-macros (184/301)
36372026-07-29T07:38:16.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36382026-07-29T07:38:16.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36392026-07-29T07:38:16.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36402026-07-29T07:38:16.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36412026-07-29T07:38:16.244Z
36422026-07-29T07:38:16.244Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/301)
36432026-07-29T07:38:16.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36442026-07-29T07:38:16.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36452026-07-29T07:38:16.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36462026-07-29T07:38:16.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36472026-07-29T07:38:16.853Z
36482026-07-29T07:38:16.854Zinfo: running `cargo check --bins` on nexus-db-model (186/301)
36492026-07-29T07:38:17.365Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36502026-07-29T07:38:17.368Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36512026-07-29T07:38:17.368Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36522026-07-29T07:38:17.374Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36532026-07-29T07:38:17.459Z
36542026-07-29T07:38:17.459Zinfo: running `cargo check --bins` on nexus-db-schema (187/301)
36552026-07-29T07:38:17.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36562026-07-29T07:38:17.925Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36572026-07-29T07:38:17.925Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36582026-07-29T07:38:17.930Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36592026-07-29T07:38:18.010Z
36602026-07-29T07:38:18.010Zinfo: running `cargo check --bins` on omicron-rpaths (188/301)
36612026-07-29T07:38:18.466Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36622026-07-29T07:38:18.469Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36632026-07-29T07:38:18.469Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36642026-07-29T07:38:18.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36652026-07-29T07:38:18.549Z
36662026-07-29T07:38:18.549Zinfo: running `cargo check --bins` on nexus-defaults (189/301)
36672026-07-29T07:38:19.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36682026-07-29T07:38:19.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36692026-07-29T07:38:19.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36702026-07-29T07:38:19.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36712026-07-29T07:38:19.111Z
36722026-07-29T07:38:19.111Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/301)
36732026-07-29T07:38:19.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36742026-07-29T07:38:19.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36752026-07-29T07:38:19.576Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36762026-07-29T07:38:19.580Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36772026-07-29T07:38:19.661Z
36782026-07-29T07:38:19.661Zinfo: running `cargo check --bins` on parallel-task-set (191/301)
36792026-07-29T07:38:20.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36802026-07-29T07:38:20.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36812026-07-29T07:38:20.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36822026-07-29T07:38:20.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36832026-07-29T07:38:20.208Z
36842026-07-29T07:38:20.208Zinfo: running `cargo check --bins` on omicron-git-version (192/301)
36852026-07-29T07:38:20.668Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36862026-07-29T07:38:20.671Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36872026-07-29T07:38:20.671Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36882026-07-29T07:38:20.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36892026-07-29T07:38:20.754Z
36902026-07-29T07:38:20.754Zinfo: running `cargo check --bins` on nexus-db-errors (193/301)
36912026-07-29T07:38:21.271Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36922026-07-29T07:38:21.274Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36932026-07-29T07:38:21.274Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36942026-07-29T07:38:21.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
36952026-07-29T07:38:21.372Z
36962026-07-29T07:38:21.372Zinfo: running `cargo check --bins` on nexus-db-lookup (194/301)
36972026-07-29T07:38:21.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36982026-07-29T07:38:21.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36992026-07-29T07:38:21.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37002026-07-29T07:38:21.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
37012026-07-29T07:38:21.996Z
37022026-07-29T07:38:21.996Zinfo: running `cargo check --bins` on nexus-inventory (195/301)
37032026-07-29T07:38:22.510Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37042026-07-29T07:38:22.513Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37052026-07-29T07:38:22.513Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37062026-07-29T07:38:22.518Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37072026-07-29T07:38:22.607Z
37082026-07-29T07:38:22.608Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/301)
37092026-07-29T07:38:23.103Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37102026-07-29T07:38:23.106Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37112026-07-29T07:38:23.106Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37122026-07-29T07:38:23.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37132026-07-29T07:38:23.197Z
37142026-07-29T07:38:23.197Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/301)
37152026-07-29T07:38:23.684Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37162026-07-29T07:38:23.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37172026-07-29T07:38:23.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37182026-07-29T07:38:23.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37192026-07-29T07:38:23.775Z
37202026-07-29T07:38:23.775Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/301)
37212026-07-29T07:38:24.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37222026-07-29T07:38:24.264Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37232026-07-29T07:38:24.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37242026-07-29T07:38:24.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37252026-07-29T07:38:24.352Z
37262026-07-29T07:38:24.353Zinfo: running `cargo check --bins` on key-manager (199/301)
37272026-07-29T07:38:24.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37282026-07-29T07:38:24.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37292026-07-29T07:38:24.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37302026-07-29T07:38:24.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37312026-07-29T07:38:24.921Z
37322026-07-29T07:38:24.921Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/301)
37332026-07-29T07:38:25.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37342026-07-29T07:38:25.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37352026-07-29T07:38:25.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37362026-07-29T07:38:25.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37372026-07-29T07:38:25.505Z
37382026-07-29T07:38:25.505Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/301)
37392026-07-29T07:38:25.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37402026-07-29T07:38:26.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37412026-07-29T07:38:26.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37422026-07-29T07:38:26.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
37432026-07-29T07:38:26.089Z
37442026-07-29T07:38:26.089Zinfo: running `cargo check --bins` on typed-rng (202/301)
37452026-07-29T07:38:26.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37462026-07-29T07:38:26.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37472026-07-29T07:38:26.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37482026-07-29T07:38:26.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37492026-07-29T07:38:26.640Z
37502026-07-29T07:38:26.640Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/301)
37512026-07-29T07:38:27.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37522026-07-29T07:38:27.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37532026-07-29T07:38:27.447Z Compiling libefi-sys v0.1.0
37542026-07-29T07:38:27.449Z Compiling bitfield-struct v0.6.2
37552026-07-29T07:38:27.587Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37562026-07-29T07:38:27.596Z Compiling xshell-macros v0.2.7
37572026-07-29T07:38:27.605Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37582026-07-29T07:38:27.619Z Compiling salty v0.3.0
37592026-07-29T07:38:27.633Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37602026-07-29T07:38:27.674Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37612026-07-29T07:38:27.677Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37622026-07-29T07:38:27.768Z Checking primeorder v0.13.6
37632026-07-29T07:38:27.876Z Compiling proc-macro-error-attr2 v2.0.0
37642026-07-29T07:38:27.921Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37652026-07-29T07:38:27.935Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37662026-07-29T07:38:27.949Z Checking xshell v0.2.7
37672026-07-29T07:38:28.009Z Checking tungstenite v0.21.0
37682026-07-29T07:38:28.080Z Checking p384 v0.13.1
37692026-07-29T07:38:28.118Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37702026-07-29T07:38:28.132Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37712026-07-29T07:38:28.145Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37722026-07-29T07:38:28.190Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37732026-07-29T07:38:28.255Z Compiling proc-macro-error2 v2.0.1
37742026-07-29T07:38:28.318Z Compiling num-derive v0.3.3
37752026-07-29T07:38:28.424Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37762026-07-29T07:38:28.439Z Checking tokio-tungstenite v0.21.0
37772026-07-29T07:38:28.456Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37782026-07-29T07:38:28.513Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37792026-07-29T07:38:28.556Z Compiling tabled_derive v0.11.0
37802026-07-29T07:38:28.608Z Checking papergrid v0.17.0
37812026-07-29T07:38:28.649Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37822026-07-29T07:38:28.718Z Compiling progenitor-impl v0.13.0
37832026-07-29T07:38:28.753Z Checking testing_table v0.3.0
37842026-07-29T07:38:28.796Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37852026-07-29T07:38:28.824Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
37862026-07-29T07:38:28.846Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37872026-07-29T07:38:29.025Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37882026-07-29T07:38:29.039Z Compiling unicase v2.9.0
37892026-07-29T07:38:29.196Z Checking libscf-sys v1.1.0
37902026-07-29T07:38:29.219Z Compiling illumos-nvpair-sys v0.2.0
37912026-07-29T07:38:29.239Z Checking corncobs v0.1.4
37922026-07-29T07:38:29.329Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37932026-07-29T07:38:29.369Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37942026-07-29T07:38:29.384Z Compiling mime_guess v2.0.5
37952026-07-29T07:38:29.498Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37962026-07-29T07:38:29.522Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37972026-07-29T07:38:29.537Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37982026-07-29T07:38:29.550Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
37992026-07-29T07:38:29.695Z Checking tabled v0.20.0
38002026-07-29T07:38:29.822Z Checking progenitor-client v0.13.0
38012026-07-29T07:38:29.914Z Checking secrecy v0.8.0
38022026-07-29T07:38:30.037Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38032026-07-29T07:38:30.109Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38042026-07-29T07:38:30.191Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38052026-07-29T07:38:30.275Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38062026-07-29T07:38:30.461Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38072026-07-29T07:38:30.500Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38082026-07-29T07:38:30.539Z Checking filetime v0.2.27
38092026-07-29T07:38:30.629Z Checking xattr v1.6.1
38102026-07-29T07:38:30.648Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38112026-07-29T07:38:30.759Z Checking http-range v0.1.5
38122026-07-29T07:38:30.830Z Checking crc8 v0.1.1
38132026-07-29T07:38:30.927Z Checking tar v0.4.46
38142026-07-29T07:38:30.958Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38152026-07-29T07:38:31.140Z Checking illumos-nvpair v0.3.0
38162026-07-29T07:38:31.240Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38172026-07-29T07:38:31.295Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38182026-07-29T07:38:31.310Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38192026-07-29T07:38:31.324Z Compiling progenitor-macro v0.13.0
38202026-07-29T07:38:31.345Z Checking atty v0.2.14
38212026-07-29T07:38:31.361Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38222026-07-29T07:38:31.440Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
38232026-07-29T07:38:31.620Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38242026-07-29T07:38:31.743Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38252026-07-29T07:38:31.881Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38262026-07-29T07:38:31.956Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38272026-07-29T07:38:31.970Z Checking hyper-staticfile v0.10.1
38282026-07-29T07:38:32.071Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38292026-07-29T07:38:32.129Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38302026-07-29T07:38:32.175Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38312026-07-29T07:38:32.253Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38322026-07-29T07:38:32.280Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38332026-07-29T07:38:32.323Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38342026-07-29T07:38:32.632Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38352026-07-29T07:38:32.648Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38362026-07-29T07:38:32.919Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
38372026-07-29T07:38:34.301Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38382026-07-29T07:38:34.788Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38392026-07-29T07:38:35.039Z Checking progenitor v0.13.0
38402026-07-29T07:38:35.179Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38412026-07-29T07:38:35.200Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38422026-07-29T07:38:37.465Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38432026-07-29T07:38:40.483Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38442026-07-29T07:38:51.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.62s
38452026-07-29T07:38:51.272Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38462026-07-29T07:38:51.272Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38472026-07-29T07:38:51.462Z
38482026-07-29T07:38:51.462Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/301)
38492026-07-29T07:38:51.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38502026-07-29T07:38:51.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38512026-07-29T07:38:52.220Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38522026-07-29T07:39:02.872Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38532026-07-29T07:39:02.875Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38542026-07-29T07:39:02.875Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38552026-07-29T07:39:03.071Z
38562026-07-29T07:39:03.071Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/301)
38572026-07-29T07:39:03.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38582026-07-29T07:39:03.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38592026-07-29T07:39:03.823Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38602026-07-29T07:39:14.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
38612026-07-29T07:39:14.419Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38622026-07-29T07:39:14.419Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38632026-07-29T07:39:14.613Z
38642026-07-29T07:39:14.613Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/301)
38652026-07-29T07:39:15.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38662026-07-29T07:39:15.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38672026-07-29T07:39:15.359Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38682026-07-29T07:39:26.088Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.47s
38692026-07-29T07:39:26.091Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38702026-07-29T07:39:26.091Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38712026-07-29T07:39:26.285Z
38722026-07-29T07:39:26.285Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/301)
38732026-07-29T07:39:26.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38742026-07-29T07:39:26.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38752026-07-29T07:39:27.044Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38762026-07-29T07:39:37.697Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.40s
38772026-07-29T07:39:37.699Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38782026-07-29T07:39:37.700Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38792026-07-29T07:39:37.896Z
38802026-07-29T07:39:37.896Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/301)
38812026-07-29T07:39:38.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38822026-07-29T07:39:38.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38832026-07-29T07:39:38.644Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38842026-07-29T07:39:49.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38852026-07-29T07:39:49.215Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38862026-07-29T07:39:49.215Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38872026-07-29T07:39:49.449Z
38882026-07-29T07:39:49.449Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/301)
38892026-07-29T07:39:49.932Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38902026-07-29T07:39:49.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38912026-07-29T07:39:50.165Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38922026-07-29T07:40:00.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.31s
38932026-07-29T07:40:00.728Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38942026-07-29T07:40:00.728Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38952026-07-29T07:40:00.927Z
38962026-07-29T07:40:00.927Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/301)
38972026-07-29T07:40:01.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38982026-07-29T07:40:01.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38992026-07-29T07:40:01.683Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39002026-07-29T07:40:12.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.34s
39012026-07-29T07:40:12.283Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39022026-07-29T07:40:12.283Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39032026-07-29T07:40:12.476Z
39042026-07-29T07:40:12.476Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/301)
39052026-07-29T07:40:12.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39062026-07-29T07:40:12.952Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39072026-07-29T07:40:12.952Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39082026-07-29T07:40:12.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39092026-07-29T07:40:13.037Z
39102026-07-29T07:40:13.037Zinfo: running `cargo check --bins` on range-requests (212/301)
39112026-07-29T07:40:13.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39122026-07-29T07:40:13.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39132026-07-29T07:40:13.500Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39142026-07-29T07:40:13.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
39152026-07-29T07:40:13.581Z
39162026-07-29T07:40:13.581Zinfo: running `cargo check --bins` on repo-depot-api (213/301)
39172026-07-29T07:40:14.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39182026-07-29T07:40:14.059Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39192026-07-29T07:40:14.059Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39202026-07-29T07:40:14.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39212026-07-29T07:40:14.143Z
39222026-07-29T07:40:14.143Zinfo: running `cargo check --bins` on sled-agent-api (214/301)
39232026-07-29T07:40:14.626Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39242026-07-29T07:40:14.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39252026-07-29T07:40:14.629Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39262026-07-29T07:40:14.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39272026-07-29T07:40:14.720Z
39282026-07-29T07:40:14.720Zinfo: running `cargo check --bins` on sled-diagnostics (215/301)
39292026-07-29T07:40:15.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39302026-07-29T07:40:15.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39312026-07-29T07:40:15.215Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39322026-07-29T07:40:15.219Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39332026-07-29T07:40:15.304Z
39342026-07-29T07:40:15.304Zinfo: running `cargo check --bins` on zfs-test-harness (216/301)
39352026-07-29T07:40:15.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39362026-07-29T07:40:15.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39372026-07-29T07:40:15.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39382026-07-29T07:40:15.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39392026-07-29T07:40:15.880Z
39402026-07-29T07:40:15.880Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/301)
39412026-07-29T07:40:16.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39422026-07-29T07:40:16.381Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39432026-07-29T07:40:16.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39442026-07-29T07:40:16.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39452026-07-29T07:40:16.471Z
39462026-07-29T07:40:16.471Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/301)
39472026-07-29T07:40:16.965Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39482026-07-29T07:40:16.968Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39492026-07-29T07:40:16.968Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39502026-07-29T07:40:16.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39512026-07-29T07:40:17.058Z
39522026-07-29T07:40:17.058Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/301)
39532026-07-29T07:40:17.549Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39542026-07-29T07:40:17.552Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39552026-07-29T07:40:17.552Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39562026-07-29T07:40:17.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39572026-07-29T07:40:17.640Z
39582026-07-29T07:40:17.640Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/301)
39592026-07-29T07:40:18.133Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39602026-07-29T07:40:18.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39612026-07-29T07:40:18.137Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39622026-07-29T07:40:18.141Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39632026-07-29T07:40:18.225Z
39642026-07-29T07:40:18.225Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/301)
39652026-07-29T07:40:18.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39662026-07-29T07:40:18.723Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39672026-07-29T07:40:18.723Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39682026-07-29T07:40:18.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39692026-07-29T07:40:18.811Z
39702026-07-29T07:40:18.811Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/301)
39712026-07-29T07:40:19.310Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39722026-07-29T07:40:19.313Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39732026-07-29T07:40:19.313Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39742026-07-29T07:40:19.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39752026-07-29T07:40:19.401Z
39762026-07-29T07:40:19.401Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/301)
39772026-07-29T07:40:19.897Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39782026-07-29T07:40:19.900Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39792026-07-29T07:40:19.900Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39802026-07-29T07:40:19.905Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39812026-07-29T07:40:19.991Z
39822026-07-29T07:40:19.991Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/301)
39832026-07-29T07:40:20.501Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39842026-07-29T07:40:20.504Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39852026-07-29T07:40:20.504Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39862026-07-29T07:40:20.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
39872026-07-29T07:40:20.598Z
39882026-07-29T07:40:20.598Zinfo: running `cargo check --bins` on trust-quorum (225/301)
39892026-07-29T07:40:21.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39902026-07-29T07:40:21.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39912026-07-29T07:40:21.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39922026-07-29T07:40:21.103Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39932026-07-29T07:40:21.186Z
39942026-07-29T07:40:21.186Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/301)
39952026-07-29T07:40:21.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39962026-07-29T07:40:21.697Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39972026-07-29T07:40:21.697Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39982026-07-29T07:40:21.700Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39992026-07-29T07:40:21.785Z
40002026-07-29T07:40:21.785Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/301)
40012026-07-29T07:40:22.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40022026-07-29T07:40:22.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40032026-07-29T07:40:22.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40042026-07-29T07:40:22.311Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40052026-07-29T07:40:22.403Z
40062026-07-29T07:40:22.403Zinfo: running `cargo check --bins` on update-common (228/301)
40072026-07-29T07:40:22.884Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40082026-07-29T07:40:22.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40092026-07-29T07:40:22.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40102026-07-29T07:40:22.891Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40112026-07-29T07:40:22.972Z
40122026-07-29T07:40:22.972Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/301)
40132026-07-29T07:40:23.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40142026-07-29T07:40:23.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40152026-07-29T07:40:23.488Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40162026-07-29T07:40:23.493Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40172026-07-29T07:40:23.585Z
40182026-07-29T07:40:23.585Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/301)
40192026-07-29T07:40:24.040Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40202026-07-29T07:40:24.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40212026-07-29T07:40:24.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40222026-07-29T07:40:24.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40232026-07-29T07:40:24.119Z
40242026-07-29T07:40:24.119Zinfo: running `cargo check --bins` on reconfigurator-cli (231/301)
40252026-07-29T07:40:24.629Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40262026-07-29T07:40:24.632Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40272026-07-29T07:40:24.858Z Compiling fs-err v2.11.0
40282026-07-29T07:40:24.861Z Checking ignore v0.4.25
40292026-07-29T07:40:24.861Z Checking arc-swap v1.8.2
40302026-07-29T07:40:24.992Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40312026-07-29T07:40:24.992Z Checking predicates-tree v1.0.13
40322026-07-29T07:40:24.995Z Checking parse-size v1.1.0
40332026-07-29T07:40:25.021Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40342026-07-29T07:40:25.024Z Checking rand_seeder v0.4.0
40352026-07-29T07:40:25.097Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40362026-07-29T07:40:25.116Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40372026-07-29T07:40:25.170Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40382026-07-29T07:40:25.184Z Checking slog-scope v4.4.1
40392026-07-29T07:40:25.219Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40402026-07-29T07:40:25.309Z Checking slog-stdlog v4.1.1
40412026-07-29T07:40:25.323Z Compiling petname v2.0.2
40422026-07-29T07:40:25.336Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40432026-07-29T07:40:25.350Z Checking globwalk v0.9.1
40442026-07-29T07:40:25.403Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40452026-07-29T07:40:25.428Z Checking slog-envlogger v2.2.0
40462026-07-29T07:40:25.524Z Checking camino-tempfile-ext v0.3.3
40472026-07-29T07:40:25.574Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40482026-07-29T07:40:25.617Z Checking sapling-renderdag v0.1.0
40492026-07-29T07:40:25.717Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40502026-07-29T07:40:25.758Z Checking subprocess v0.2.15
40512026-07-29T07:40:25.851Z Checking sync-ptr v0.1.4
40522026-07-29T07:40:25.956Z Checking colored v2.2.0
40532026-07-29T07:40:25.970Z Checking assert_matches v1.5.0
40542026-07-29T07:40:26.034Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40552026-07-29T07:40:26.193Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40562026-07-29T07:40:26.195Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40572026-07-29T07:40:26.883Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40582026-07-29T07:40:28.196Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40592026-07-29T07:40:30.381Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.25s
40602026-07-29T07:40:30.577Z
40612026-07-29T07:40:30.577Zinfo: running `cargo check --bins` on omicron-repl-utils (232/301)
40622026-07-29T07:40:31.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40632026-07-29T07:40:31.036Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40642026-07-29T07:40:31.036Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40652026-07-29T07:40:31.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
40662026-07-29T07:40:31.113Z
40672026-07-29T07:40:31.113Zinfo: running `cargo check --bins` on transient-dns-server (233/301)
40682026-07-29T07:40:31.590Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40692026-07-29T07:40:31.594Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40702026-07-29T07:40:31.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40712026-07-29T07:40:31.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40722026-07-29T07:40:31.678Z
40732026-07-29T07:40:31.678Zinfo: running `cargo check --bins` on nexus-test-interface (234/301)
40742026-07-29T07:40:32.194Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40752026-07-29T07:40:32.198Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40762026-07-29T07:40:32.198Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40772026-07-29T07:40:32.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40782026-07-29T07:40:32.290Z
40792026-07-29T07:40:32.290Zinfo: running `cargo check --bins` on oximeter-collector (235/301)
40802026-07-29T07:40:32.792Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40812026-07-29T07:40:32.795Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40822026-07-29T07:40:32.986Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
40832026-07-29T07:40:32.986Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
40842026-07-29T07:40:33.621Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
40852026-07-29T07:40:35.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.97s
40862026-07-29T07:40:35.452Z
40872026-07-29T07:40:35.452Zinfo: running `cargo check --bins` on oximeter-api (236/301)
40882026-07-29T07:40:35.921Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40892026-07-29T07:40:35.923Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40902026-07-29T07:40:35.924Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40912026-07-29T07:40:35.928Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
40922026-07-29T07:40:36.007Z
40932026-07-29T07:40:36.007Zinfo: running `cargo check --bins` on cert-dev (237/301)
40942026-07-29T07:40:36.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40952026-07-29T07:40:36.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40962026-07-29T07:40:36.586Z Checking yasna v0.5.2
40972026-07-29T07:40:36.988Z Checking rcgen v0.12.1
40982026-07-29T07:40:37.236Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40992026-07-29T07:40:37.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s
41002026-07-29T07:40:37.574Z
41012026-07-29T07:40:37.574Zinfo: running `cargo check --bins` on clickana (238/301)
41022026-07-29T07:40:38.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41032026-07-29T07:40:38.053Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41042026-07-29T07:40:38.191Z Compiling instability v0.3.11
41052026-07-29T07:40:38.191Z Checking castaway v0.2.4
41062026-07-29T07:40:38.193Z Compiling indoc v2.0.7
41072026-07-29T07:40:38.193Z Checking unicode-truncate v1.1.0
41082026-07-29T07:40:38.308Z Checking lru v0.12.5
41092026-07-29T07:40:38.313Z Checking cassowary v0.3.0
41102026-07-29T07:40:38.384Z Checking compact_str v0.8.1
41112026-07-29T07:40:39.170Z Checking ratatui v0.29.0
41122026-07-29T07:40:40.237Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41132026-07-29T07:40:40.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
41142026-07-29T07:40:41.077Z
41152026-07-29T07:40:41.077Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/301)
41162026-07-29T07:40:41.573Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41172026-07-29T07:40:41.576Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41182026-07-29T07:40:41.761Z Checking headers-core v0.3.0
41192026-07-29T07:40:41.764Z Checking port-file v0.1.0
41202026-07-29T07:40:41.764Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41212026-07-29T07:40:41.954Z Checking headers v0.4.1
41222026-07-29T07:40:42.321Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41232026-07-29T07:40:43.248Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41242026-07-29T07:40:43.739Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41252026-07-29T07:40:44.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
41262026-07-29T07:40:44.336Z
41272026-07-29T07:40:44.337Zinfo: running `cargo check --bins` on ch-dev (240/301)
41282026-07-29T07:40:44.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41292026-07-29T07:40:44.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41302026-07-29T07:40:45.024Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41312026-07-29T07:40:45.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s
41322026-07-29T07:40:45.945Z
41332026-07-29T07:40:45.945Zinfo: running `cargo check --bins` on dev-tools-common (241/301)
41342026-07-29T07:40:46.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41352026-07-29T07:40:46.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41362026-07-29T07:40:46.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41372026-07-29T07:40:46.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
41382026-07-29T07:40:46.356Z
41392026-07-29T07:40:46.356Zinfo: running `cargo check --bins` on corpus-adjust (242/301)
41402026-07-29T07:40:46.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41412026-07-29T07:40:46.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41422026-07-29T07:40:46.952Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41432026-07-29T07:40:47.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
41442026-07-29T07:40:47.468Z
41452026-07-29T07:40:47.469Zinfo: running `cargo check --bins` on crdb-seed (243/301)
41462026-07-29T07:40:47.968Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41472026-07-29T07:40:47.971Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41482026-07-29T07:40:48.153Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41492026-07-29T07:40:49.221Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41502026-07-29T07:40:49.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.09s
41512026-07-29T07:40:49.748Z
41522026-07-29T07:40:49.748Zinfo: running `cargo check --bins` on db-dev (244/301)
41532026-07-29T07:40:50.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41542026-07-29T07:40:50.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41552026-07-29T07:40:50.442Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41562026-07-29T07:40:51.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
41572026-07-29T07:40:51.366Z
41582026-07-29T07:40:51.366Zinfo: running `cargo check --bins` on omicron-dev-lib (245/301)
41592026-07-29T07:40:51.869Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41602026-07-29T07:40:51.872Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41612026-07-29T07:40:51.872Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41622026-07-29T07:40:51.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41632026-07-29T07:40:51.966Z
41642026-07-29T07:40:51.966Zinfo: running `cargo check --bins` on xtask-downloader (246/301)
41652026-07-29T07:40:52.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41662026-07-29T07:40:52.426Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41672026-07-29T07:40:52.552Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41682026-07-29T07:40:53.243Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s
41692026-07-29T07:40:53.398Z
41702026-07-29T07:40:53.398Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/301)
41712026-07-29T07:40:53.905Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41722026-07-29T07:40:53.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41732026-07-29T07:40:54.119Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41742026-07-29T07:40:54.119Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41752026-07-29T07:40:54.122Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41762026-07-29T07:40:54.122Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41772026-07-29T07:40:54.122Z Checking git-stub v1.0.0
41782026-07-29T07:40:54.122Z Compiling trait-variant v0.1.2
41792026-07-29T07:40:54.245Z Checking maplit v1.0.2
41802026-07-29T07:40:54.251Z Checking is_ci v1.2.0
41812026-07-29T07:40:54.327Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
41822026-07-29T07:40:54.355Z Checking supports-color v3.0.2
41832026-07-29T07:40:54.373Z Checking git-stub-vcs v0.1.0
41842026-07-29T07:40:54.473Z Checking drift v0.2.0
41852026-07-29T07:40:54.503Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
41862026-07-29T07:40:54.529Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
41872026-07-29T07:40:54.566Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
41882026-07-29T07:40:54.744Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
41892026-07-29T07:40:54.771Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
41902026-07-29T07:40:54.786Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
41912026-07-29T07:40:54.822Z Checking dropshot-api-manager v0.7.2
41922026-07-29T07:40:55.031Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41932026-07-29T07:40:55.174Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41942026-07-29T07:40:55.514Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
41952026-07-29T07:40:56.033Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
41962026-07-29T07:40:56.033Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
41972026-07-29T07:41:00.455Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
41982026-07-29T07:41:01.368Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
41992026-07-29T07:41:01.903Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42002026-07-29T07:41:02.331Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s
42012026-07-29T07:41:02.334Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42022026-07-29T07:41:02.334Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42032026-07-29T07:41:02.519Z
42042026-07-29T07:41:02.519Zinfo: running `cargo check --bins` on installinator-api (248/301)
42052026-07-29T07:41:02.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42062026-07-29T07:41:02.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42072026-07-29T07:41:02.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42082026-07-29T07:41:02.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42092026-07-29T07:41:03.077Z
42102026-07-29T07:41:03.077Zinfo: running `cargo check --bins` on nexus-external-api (249/301)
42112026-07-29T07:41:03.580Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42122026-07-29T07:41:03.583Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42132026-07-29T07:41:03.583Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42142026-07-29T07:41:03.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42152026-07-29T07:41:03.675Z
42162026-07-29T07:41:03.675Zinfo: running `cargo check --bins` on nexus-internal-api (250/301)
42172026-07-29T07:41:04.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42182026-07-29T07:41:04.184Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42192026-07-29T07:41:04.184Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42202026-07-29T07:41:04.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42212026-07-29T07:41:04.276Z
42222026-07-29T07:41:04.276Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/301)
42232026-07-29T07:41:04.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42242026-07-29T07:41:04.783Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42252026-07-29T07:41:04.783Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42262026-07-29T07:41:04.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42272026-07-29T07:41:04.875Z
42282026-07-29T07:41:04.875Zinfo: running `cargo check --bins` on ntp-admin-api (252/301)
42292026-07-29T07:41:05.349Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42302026-07-29T07:41:05.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42312026-07-29T07:41:05.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42322026-07-29T07:41:05.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42332026-07-29T07:41:05.434Z
42342026-07-29T07:41:05.434Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/301)
42352026-07-29T07:41:05.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42362026-07-29T07:41:05.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42372026-07-29T07:41:05.897Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42382026-07-29T07:41:05.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42392026-07-29T07:41:05.981Z
42402026-07-29T07:41:05.981Zinfo: running `cargo check --bins` on wicketd-api (254/301)
42412026-07-29T07:41:06.458Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42422026-07-29T07:41:06.461Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42432026-07-29T07:41:06.461Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42442026-07-29T07:41:06.465Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42452026-07-29T07:41:06.546Z
42462026-07-29T07:41:06.546Zinfo: running `cargo check --bins` on wicketd-commission-api (255/301)
42472026-07-29T07:41:07.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42482026-07-29T07:41:07.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42492026-07-29T07:41:07.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42502026-07-29T07:41:07.026Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42512026-07-29T07:41:07.109Z
42522026-07-29T07:41:07.109Zinfo: running `cargo check --bins` on omicron-ls-apis (256/301)
42532026-07-29T07:41:07.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42542026-07-29T07:41:07.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42552026-07-29T07:41:07.692Z Compiling blake3 v1.8.5
42562026-07-29T07:41:07.801Z Checking constant_time_eq v0.4.2
42572026-07-29T07:41:07.801Z Checking arrayref v0.3.9
42582026-07-29T07:41:07.811Z Checking arrayvec v0.7.6
42592026-07-29T07:41:07.826Z Checking cargo-platform v0.3.2
42602026-07-29T07:41:07.826Z Checking topological-sort v0.2.2
42612026-07-29T07:41:07.829Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42622026-07-29T07:41:07.986Z Checking cargo_metadata v0.23.1
42632026-07-29T07:41:08.565Z Checking omicron-zone-package v0.12.3
42642026-07-29T07:41:09.270Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42652026-07-29T07:41:10.113Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.00s
42662026-07-29T07:41:10.268Z
42672026-07-29T07:41:10.268Zinfo: running `cargo check --bins` on mgs-dev (257/301)
42682026-07-29T07:41:10.787Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42692026-07-29T07:41:10.790Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42702026-07-29T07:41:10.987Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42712026-07-29T07:41:11.603Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42722026-07-29T07:41:12.107Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
42732026-07-29T07:41:12.297Z
42742026-07-29T07:41:12.297Zinfo: running `cargo check --bins` on omicron-omdb (258/301)
42752026-07-29T07:41:12.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42762026-07-29T07:41:12.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42772026-07-29T07:41:13.245Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42782026-07-29T07:41:13.245Z Compiling darling_core v0.21.3
42792026-07-29T07:41:13.245Z Compiling vergen-lib v0.1.6
42802026-07-29T07:41:13.245Z Compiling diesel_derives v2.3.7
42812026-07-29T07:41:13.248Z Checking scheduled-thread-pool v0.2.7
42822026-07-29T07:41:13.248Z Compiling vergen-gitcl v1.0.8
42832026-07-29T07:41:13.248Z Compiling diesel_table_macro_syntax v0.3.0
42842026-07-29T07:41:13.422Z Compiling dirs-sys-next v0.1.2
42852026-07-29T07:41:13.541Z Compiling crunchy v0.2.4
42862026-07-29T07:41:13.579Z Compiling glob v0.3.3
42872026-07-29T07:41:13.595Z Checking r2d2 v0.8.10
42882026-07-29T07:41:13.645Z Compiling dirs-next v2.0.0
42892026-07-29T07:41:13.733Z Checking downcast-rs v2.0.2
42902026-07-29T07:41:13.763Z Compiling tiny-keccak v2.0.2
42912026-07-29T07:41:13.766Z Compiling term v0.7.0
42922026-07-29T07:41:13.950Z Compiling clang-sys v1.8.1
42932026-07-29T07:41:13.967Z Compiling bit-vec v0.6.3
42942026-07-29T07:41:14.016Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
42952026-07-29T07:41:14.185Z Compiling bit-set v0.5.3
42962026-07-29T07:41:14.203Z Compiling ascii-canvas v3.0.0
42972026-07-29T07:41:14.320Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
42982026-07-29T07:41:14.344Z Compiling itertools v0.10.5
42992026-07-29T07:41:14.377Z Compiling ena v0.14.4
43002026-07-29T07:41:14.408Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43012026-07-29T07:41:14.443Z Compiling libloading v0.8.9
43022026-07-29T07:41:14.459Z Compiling regex-syntax v0.6.29
43032026-07-29T07:41:14.474Z Compiling diff v0.1.13
43042026-07-29T07:41:14.591Z Compiling bindgen v0.71.1
43052026-07-29T07:41:14.753Z Compiling cexpr v0.6.0
43062026-07-29T07:41:14.986Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43072026-07-29T07:41:15.063Z Compiling rustc-hash v2.1.1
43082026-07-29T07:41:15.213Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43092026-07-29T07:41:15.362Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43102026-07-29T07:41:15.409Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43112026-07-29T07:41:15.425Z Compiling libxml v0.3.3
43122026-07-29T07:41:15.669Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43132026-07-29T07:41:15.688Z Compiling strum_macros v0.24.3
43142026-07-29T07:41:15.691Z Compiling indoc v1.0.9
43152026-07-29T07:41:15.855Z Compiling lalrpop v0.19.12
43162026-07-29T07:41:15.937Z Compiling darling_macro v0.21.3
43172026-07-29T07:41:16.455Z Compiling darling v0.21.3
43182026-07-29T07:41:16.519Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43192026-07-29T07:41:16.546Z Compiling dsl_auto_type v0.2.0
43202026-07-29T07:41:16.704Z Checking derive_builder v0.20.2
43212026-07-29T07:41:16.822Z Compiling oso-derive v0.27.3
43222026-07-29T07:41:17.020Z Checking quick-xml v0.37.5
43232026-07-29T07:41:17.059Z Compiling impl-trait-for-tuples v0.2.3
43242026-07-29T07:41:17.327Z Checking openssl-probe v0.1.6
43252026-07-29T07:41:17.507Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43262026-07-29T07:41:17.923Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43272026-07-29T07:41:18.113Z Checking bb8 v0.8.6
43282026-07-29T07:41:18.255Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43292026-07-29T07:41:18.277Z Checking nonempty v0.12.0
43302026-07-29T07:41:18.406Z Compiling libz-sys v1.1.24
43312026-07-29T07:41:18.459Z Compiling strsim v0.10.0
43322026-07-29T07:41:18.479Z Compiling libgit2-sys v0.18.3+1.9.2
43332026-07-29T07:41:18.656Z Compiling darling_core v0.13.4
43342026-07-29T07:41:18.804Z Compiling vergen-git2 v9.1.0
43352026-07-29T07:41:18.982Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43362026-07-29T07:41:19.022Z Compiling base64 v0.21.7
43372026-07-29T07:41:19.192Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43382026-07-29T07:41:19.349Z Compiling ron v0.8.1
43392026-07-29T07:41:20.158Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43402026-07-29T07:41:20.278Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43412026-07-29T07:41:20.367Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43422026-07-29T07:41:20.499Z Compiling darling_macro v0.13.4
43432026-07-29T07:41:20.550Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43442026-07-29T07:41:20.739Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43452026-07-29T07:41:20.930Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43462026-07-29T07:41:20.994Z Compiling darling v0.13.4
43472026-07-29T07:41:21.088Z Compiling serde_with_macros v1.5.2
43482026-07-29T07:41:21.119Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43492026-07-29T07:41:21.314Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43502026-07-29T07:41:21.497Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43512026-07-29T07:41:21.655Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43522026-07-29T07:41:21.680Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43532026-07-29T07:41:21.944Z Compiling serde_with v1.14.0
43542026-07-29T07:41:22.408Z Checking diesel v2.3.7
43552026-07-29T07:41:23.139Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43562026-07-29T07:41:23.384Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43572026-07-29T07:41:23.469Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43582026-07-29T07:41:24.151Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43592026-07-29T07:41:24.396Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43602026-07-29T07:41:24.758Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43612026-07-29T07:41:25.005Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43622026-07-29T07:41:25.503Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43632026-07-29T07:41:25.699Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43642026-07-29T07:41:25.715Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43652026-07-29T07:41:25.973Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43662026-07-29T07:41:26.071Z Checking twox-hash v2.1.2
43672026-07-29T07:41:26.158Z Checking libsw-core v0.3.2
43682026-07-29T07:41:26.297Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43692026-07-29T07:41:26.315Z Checking libsw v3.5.0
43702026-07-29T07:41:26.394Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43712026-07-29T07:41:26.470Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43722026-07-29T07:41:26.718Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43732026-07-29T07:41:26.872Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43742026-07-29T07:41:28.158Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43752026-07-29T07:41:28.177Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
43762026-07-29T07:41:28.415Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
43772026-07-29T07:41:28.827Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43782026-07-29T07:41:29.106Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
43792026-07-29T07:41:29.296Z Checking console v0.16.2
43802026-07-29T07:41:29.604Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
43812026-07-29T07:41:29.755Z Checking fatfs v0.3.6
43822026-07-29T07:41:29.802Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
43832026-07-29T07:41:30.226Z Checking unit-prefix v0.5.2
43842026-07-29T07:41:30.363Z Compiling seq-macro v0.3.6
43852026-07-29T07:41:30.864Z Checking indicatif v0.18.4
43862026-07-29T07:41:31.153Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
43872026-07-29T07:41:31.252Z Checking oxide-update-engine-display v0.1.2
43882026-07-29T07:41:31.271Z Checking support-bundle-viewer v0.1.2
43892026-07-29T07:41:31.512Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
43902026-07-29T07:41:31.548Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
43912026-07-29T07:41:31.787Z Checking multimap v0.10.1
43922026-07-29T07:41:37.269Z Checking diesel-dtrace v0.5.0
43932026-07-29T07:41:37.526Z Checking async-bb8-diesel v0.2.1
43942026-07-29T07:41:42.193Z Compiling samael v0.0.19
43952026-07-29T07:41:45.551Z Compiling git2 v0.20.4
43962026-07-29T07:41:46.979Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
43972026-07-29T07:41:47.940Z Compiling polar-core v0.27.3
43982026-07-29T07:41:48.054Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
43992026-07-29T07:41:52.392Z Checking oso v0.27.3
44002026-07-29T07:42:23.937Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44012026-07-29T07:43:37.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
44022026-07-29T07:43:37.225Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44032026-07-29T07:43:37.225Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44042026-07-29T07:43:37.438Z
44052026-07-29T07:43:37.438Zinfo: running `cargo check --bins` on nexus-networking (259/301)
44062026-07-29T07:43:38.010Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44072026-07-29T07:43:38.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44082026-07-29T07:43:38.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44092026-07-29T07:43:38.018Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
44102026-07-29T07:43:38.111Z
44112026-07-29T07:43:38.111Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/301)
44122026-07-29T07:43:38.637Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44132026-07-29T07:43:38.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44142026-07-29T07:43:38.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44152026-07-29T07:43:38.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44162026-07-29T07:43:38.738Z
44172026-07-29T07:43:38.738Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/301)
44182026-07-29T07:43:39.265Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44192026-07-29T07:43:39.268Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44202026-07-29T07:43:39.268Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44212026-07-29T07:43:39.272Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
44222026-07-29T07:43:39.364Z
44232026-07-29T07:43:39.365Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/301)
44242026-07-29T07:43:39.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44252026-07-29T07:43:39.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44262026-07-29T07:43:39.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44272026-07-29T07:43:39.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44282026-07-29T07:43:39.917Z
44292026-07-29T07:43:39.917Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/301)
44302026-07-29T07:43:40.452Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-29T07:43:40.455Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-29T07:43:40.718Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44332026-07-29T07:43:41.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s
44342026-07-29T07:43:41.479Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44352026-07-29T07:43:41.479Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44362026-07-29T07:43:41.691Z
44372026-07-29T07:43:41.691Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/301)
44382026-07-29T07:43:42.236Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44392026-07-29T07:43:42.239Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44402026-07-29T07:43:42.504Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44412026-07-29T07:44:20.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.78s
44422026-07-29T07:44:20.480Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44432026-07-29T07:44:20.480Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44442026-07-29T07:44:20.694Z
44452026-07-29T07:44:20.694Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/301)
44462026-07-29T07:44:21.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44472026-07-29T07:44:21.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44482026-07-29T07:44:21.163Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44492026-07-29T07:44:21.166Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44502026-07-29T07:44:21.243Z
44512026-07-29T07:44:21.243Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/301)
44522026-07-29T07:44:21.712Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44532026-07-29T07:44:21.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44542026-07-29T07:44:21.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44552026-07-29T07:44:21.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
44562026-07-29T07:44:21.797Z
44572026-07-29T07:44:21.797Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/301)
44582026-07-29T07:44:22.313Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44592026-07-29T07:44:22.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44602026-07-29T07:44:22.317Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44612026-07-29T07:44:22.320Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44622026-07-29T07:44:22.406Z
44632026-07-29T07:44:22.406Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/301)
44642026-07-29T07:44:22.927Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44652026-07-29T07:44:22.930Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44662026-07-29T07:44:22.930Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44672026-07-29T07:44:22.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44682026-07-29T07:44:23.027Z
44692026-07-29T07:44:23.028Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/301)
44702026-07-29T07:44:23.547Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-29T07:44:23.550Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-29T07:44:23.550Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-29T07:44:23.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44742026-07-29T07:44:23.644Z
44752026-07-29T07:44:23.644Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/301)
44762026-07-29T07:44:24.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-29T07:44:24.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-29T07:44:24.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-29T07:44:24.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44802026-07-29T07:44:24.251Z
44812026-07-29T07:44:24.251Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/301)
44822026-07-29T07:44:24.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-29T07:44:24.776Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-29T07:44:24.776Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-29T07:44:24.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44862026-07-29T07:44:24.878Z
44872026-07-29T07:44:24.878Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/301)
44882026-07-29T07:44:25.394Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-29T07:44:25.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-29T07:44:25.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-29T07:44:25.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44922026-07-29T07:44:25.492Z
44932026-07-29T07:44:25.492Zinfo: running `cargo check --bins` on nexus-switch-config (273/301)
44942026-07-29T07:44:25.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-29T07:44:26.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-29T07:44:26.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-29T07:44:26.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
44982026-07-29T07:44:26.090Z
44992026-07-29T07:44:26.090Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/301)
45002026-07-29T07:44:26.609Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-29T07:44:26.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-29T07:44:26.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-29T07:44:26.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45042026-07-29T07:44:26.707Z
45052026-07-29T07:44:26.707Zinfo: running `cargo check --bins` on support-bundle-collection (275/301)
45062026-07-29T07:44:27.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-29T07:44:27.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-29T07:44:27.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-07-29T07:44:27.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45102026-07-29T07:44:27.324Z
45112026-07-29T07:44:27.324Zinfo: running `cargo check --bins` on omicron-dev (276/301)
45122026-07-29T07:44:27.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-07-29T07:44:27.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-07-29T07:44:28.195Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45152026-07-29T07:44:28.195Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45162026-07-29T07:44:28.384Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45172026-07-29T07:44:28.415Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45182026-07-29T07:44:28.431Z Checking yansi v1.0.1
45192026-07-29T07:44:28.435Z Checking diff v0.1.13
45202026-07-29T07:44:28.463Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45212026-07-29T07:44:28.466Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45222026-07-29T07:44:28.689Z Checking pretty_assertions v1.4.1
45232026-07-29T07:44:29.426Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45242026-07-29T07:44:29.465Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45252026-07-29T07:44:54.037Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45262026-07-29T07:44:54.041Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45272026-07-29T07:44:54.041Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45282026-07-29T07:44:54.041Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45292026-07-29T07:44:54.041Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45302026-07-29T07:44:54.041Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45312026-07-29T07:44:54.041Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45322026-07-29T07:44:54.861Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45332026-07-29T07:44:54.865Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45342026-07-29T07:44:56.084Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45352026-07-29T07:45:34.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45362026-07-29T07:45:34.006Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45372026-07-29T07:45:34.006Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45382026-07-29T07:45:34.209Z
45392026-07-29T07:45:34.209Zinfo: running `cargo check --bins` on oximeter-load-test (277/301)
45402026-07-29T07:45:34.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45412026-07-29T07:45:34.722Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45422026-07-29T07:45:34.905Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45432026-07-29T07:45:35.510Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
45442026-07-29T07:45:35.695Z
45452026-07-29T07:45:35.695Zinfo: running `cargo check --bins` on omicron-pins (278/301)
45462026-07-29T07:45:36.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45472026-07-29T07:45:36.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45482026-07-29T07:45:36.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45492026-07-29T07:45:36.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
45502026-07-29T07:45:36.241Z
45512026-07-29T07:45:36.241Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/301)
45522026-07-29T07:45:36.763Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45532026-07-29T07:45:36.780Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45542026-07-29T07:45:37.004Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45552026-07-29T07:45:37.119Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45562026-07-29T07:45:37.133Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45572026-07-29T07:46:03.569Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45582026-07-29T07:46:03.962Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45592026-07-29T07:46:05.745Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45602026-07-29T07:46:06.208Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45612026-07-29T07:46:09.315Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45622026-07-29T07:46:33.002Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45632026-07-29T07:46:33.717Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45642026-07-29T07:46:35.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.11s
45652026-07-29T07:46:35.553Z
45662026-07-29T07:46:35.553Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/301)
45672026-07-29T07:46:36.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45682026-07-29T07:46:36.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45692026-07-29T07:46:36.249Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45702026-07-29T07:46:36.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
45712026-07-29T07:46:37.119Z
45722026-07-29T07:46:37.119Zinfo: running `cargo check --bins` on omicron-releng (281/301)
45732026-07-29T07:46:37.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45742026-07-29T07:46:37.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45752026-07-29T07:46:37.744Z Checking serde_json v1.0.151
45762026-07-29T07:46:37.906Z Checking cms v0.2.3
45772026-07-29T07:46:37.940Z Checking sha2 v0.11.0
45782026-07-29T07:46:37.940Z Checking rustls-platform-verifier v0.7.0
45792026-07-29T07:46:37.965Z Checking ryu-js v1.0.3
45802026-07-29T07:46:37.978Z Checking p256 v0.13.2
45812026-07-29T07:46:37.989Z Checking digest-io v0.1.0
45822026-07-29T07:46:38.001Z Checking rawzip v0.4.4
45832026-07-29T07:46:38.085Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
45842026-07-29T07:46:38.108Z Checking shell-words v1.1.1
45852026-07-29T07:46:38.343Z Checking crmf v0.2.0
45862026-07-29T07:46:38.560Z Checking schemars v0.8.22
45872026-07-29T07:46:38.560Z Checking cookie_store v0.22.1
45882026-07-29T07:46:38.560Z Checking dof v0.4.0
45892026-07-29T07:46:38.563Z Checking reqwest v0.12.28
45902026-07-29T07:46:38.563Z Checking olpc-cjson v0.1.4
45912026-07-29T07:46:38.563Z Checking postgres-types v0.2.12
45922026-07-29T07:46:38.563Z Checking dof v0.3.0
45932026-07-29T07:46:38.636Z Checking openapiv3 v2.2.0
45942026-07-29T07:46:38.741Z Checking slog-json v2.6.1
45952026-07-29T07:46:38.862Z Checking usdt-impl v0.5.0
45962026-07-29T07:46:38.885Z Checking reqwest v0.13.2
45972026-07-29T07:46:38.888Z Checking tokio-postgres v0.7.16
45982026-07-29T07:46:38.910Z Checking slog-bunyan v2.5.0
45992026-07-29T07:46:39.075Z Checking cmpv2 v0.2.0
46002026-07-29T07:46:39.138Z Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46012026-07-29T07:46:39.187Z Checking usdt-impl v0.6.0
46022026-07-29T07:46:39.254Z Checking ipnetwork v0.21.1
46032026-07-29T07:46:39.277Z Checking newtype-uuid v1.3.2
46042026-07-29T07:46:39.369Z Checking byte-wrapper v0.1.0
46052026-07-29T07:46:39.468Z Checking tough v0.22.0
46062026-07-29T07:46:39.471Z Checking oxnet v0.1.6
46072026-07-29T07:46:39.471Z Checking serde_with v3.21.0
46082026-07-29T07:46:39.507Z Checking usdt v0.6.0
46092026-07-29T07:46:39.578Z Checking x509-tsp v0.1.0
46102026-07-29T07:46:39.679Z Checking cargo_metadata v0.23.1
46112026-07-29T07:46:39.741Z Checking daft v0.1.7
46122026-07-29T07:46:39.757Z Checking progenitor-client v0.14.0
46132026-07-29T07:46:39.769Z Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
46142026-07-29T07:46:39.906Z Checking dropshot v0.17.1
46152026-07-29T07:46:39.986Z Checking iddqd v0.4.2
46162026-07-29T07:46:40.000Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46172026-07-29T07:46:40.163Z Checking progenitor-extras v0.2.0
46182026-07-29T07:46:40.378Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46192026-07-29T07:46:40.393Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
46202026-07-29T07:46:40.414Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46212026-07-29T07:46:40.598Z Checking serde_json_canonicalizer v0.3.2
46222026-07-29T07:46:40.755Z Checking omicron-zone-package v0.12.3
46232026-07-29T07:46:40.921Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46242026-07-29T07:46:41.002Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46252026-07-29T07:46:41.477Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
46262026-07-29T07:46:41.477Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
46272026-07-29T07:46:41.554Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
46282026-07-29T07:46:41.554Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46292026-07-29T07:46:41.591Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46302026-07-29T07:46:41.793Z Checking sigstore-verify v0.1.0 (https://github.com/oxidecomputer/sigstore-verify?branch=main#ef97b51d)
46312026-07-29T07:46:41.838Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
46322026-07-29T07:46:44.447Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46332026-07-29T07:46:45.019Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46342026-07-29T07:46:46.202Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.07s
46352026-07-29T07:46:46.368Z
46362026-07-29T07:46:46.368Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/301)
46372026-07-29T07:46:46.850Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46382026-07-29T07:46:46.853Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46392026-07-29T07:46:46.990Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46402026-07-29T07:46:47.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
46412026-07-29T07:46:47.661Z
46422026-07-29T07:46:47.661Zinfo: running `cargo check --bins` on schema (283/301)
46432026-07-29T07:46:48.169Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46442026-07-29T07:46:48.173Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46452026-07-29T07:46:48.365Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46462026-07-29T07:46:49.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
46472026-07-29T07:46:49.243Z
46482026-07-29T07:46:49.243Zinfo: running `cargo check --bins` on xtask (284/301)
46492026-07-29T07:46:49.625Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46502026-07-29T07:46:49.629Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46512026-07-29T07:46:49.646Z Checking serde_core v1.0.228
46522026-07-29T07:46:49.647Z Checking libc v0.2.185
46532026-07-29T07:46:49.650Z Checking bitflags v2.11.0
46542026-07-29T07:46:49.732Z Checking scroll v0.12.0
46552026-07-29T07:46:49.735Z Checking thiserror v1.0.69
46562026-07-29T07:46:49.743Z Checking log v0.4.29
46572026-07-29T07:46:49.750Z Checking zerocopy v0.7.35
46582026-07-29T07:46:49.750Z Checking indexmap v2.14.0
46592026-07-29T07:46:49.824Z Checking syn v2.0.117
46602026-07-29T07:46:49.868Z Checking dtrace-parser v0.2.0
46612026-07-29T07:46:49.882Z Checking once_cell v1.21.3
46622026-07-29T07:46:49.950Z Checking goblin v0.8.2
46632026-07-29T07:46:50.007Z Checking errno v0.3.14
46642026-07-29T07:46:50.053Z Checking getrandom v0.4.1
46652026-07-29T07:46:50.100Z Checking thread-id v4.2.2
46662026-07-29T07:46:50.124Z Checking rustix v1.1.3
46672026-07-29T07:46:50.177Z Checking memmap v0.7.0
46682026-07-29T07:46:50.189Z Checking thiserror v2.0.18
46692026-07-29T07:46:50.240Z Checking fs-err v3.3.0
46702026-07-29T07:46:50.286Z Checking anyhow v1.0.102
46712026-07-29T07:46:50.290Z Checking tabled v0.15.0
46722026-07-29T07:46:50.892Z Checking terminal_size v0.4.3
46732026-07-29T07:46:50.892Z Checking tempfile v3.25.0
46742026-07-29T07:46:51.005Z Checking clap_builder v4.6.0
46752026-07-29T07:46:51.005Z Checking textwrap v0.16.2
46762026-07-29T07:46:51.199Z Checking serde v1.0.228
46772026-07-29T07:46:51.199Z Checking serde_json v1.0.151
46782026-07-29T07:46:51.199Z Checking camino v1.2.2
46792026-07-29T07:46:51.226Z Checking semver v1.0.28
46802026-07-29T07:46:51.375Z Checking cargo-platform v0.3.2
46812026-07-29T07:46:51.442Z Checking camino-tempfile v1.4.1
46822026-07-29T07:46:51.600Z Checking serde_spanned v0.6.9
46832026-07-29T07:46:51.600Z Checking toml_datetime v0.6.11
46842026-07-29T07:46:51.603Z Checking macaddr v1.0.1
46852026-07-29T07:46:51.603Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46862026-07-29T07:46:51.787Z Checking toml_edit v0.22.27
46872026-07-29T07:46:51.812Z Checking dof v0.3.0
46882026-07-29T07:46:51.815Z Checking cargo_metadata v0.23.1
46892026-07-29T07:46:52.078Z Checking usdt-impl v0.5.0
46902026-07-29T07:46:52.182Z Checking clap v4.6.1
46912026-07-29T07:46:52.338Z Checking usdt v0.5.0
46922026-07-29T07:46:52.755Z Checking toml v0.8.23
46932026-07-29T07:46:53.018Z Checking cargo_toml v0.21.0
46942026-07-29T07:46:53.647Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46952026-07-29T07:46:54.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s
46962026-07-29T07:46:54.146Z
46972026-07-29T07:46:54.146Zinfo: running `cargo check --bins` on dnsadm (285/301)
46982026-07-29T07:46:54.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46992026-07-29T07:46:54.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47002026-07-29T07:46:54.775Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
47012026-07-29T07:46:55.275Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s
47022026-07-29T07:46:55.437Z
47032026-07-29T07:46:55.437Zinfo: running `cargo check --bins` on end-to-end-tests (286/301)
47042026-07-29T07:46:55.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47052026-07-29T07:46:55.992Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47062026-07-29T07:46:56.228Z Checking cpubits v0.1.1
47072026-07-29T07:46:56.355Z Checking pem-rfc7468 v1.0.0
47082026-07-29T07:46:56.366Z Checking hmac v0.13.0
47092026-07-29T07:46:56.369Z Checking universal-hash v0.6.1
47102026-07-29T07:46:56.389Z Checking ctr v0.10.1
47112026-07-29T07:46:56.389Z Checking aead v0.6.1
47122026-07-29T07:46:56.418Z Checking aes v0.9.1
47132026-07-29T07:46:56.418Z Checking crypto-bigint v0.7.5
47142026-07-29T07:46:56.445Z Checking salsa20 v0.11.0
47152026-07-29T07:46:56.487Z Checking polyval v0.7.1
47162026-07-29T07:46:56.501Z Checking der v0.8.0
47172026-07-29T07:46:56.514Z Checking pbkdf2 v0.13.0
47182026-07-29T07:46:56.532Z Checking cbc v0.2.1
47192026-07-29T07:46:56.583Z Checking ff v0.14.0
47202026-07-29T07:46:56.589Z Checking signature v3.0.0
47212026-07-29T07:46:56.628Z Checking scrypt v0.12.0
47222026-07-29T07:46:56.652Z Checking ghash v0.6.0
47232026-07-29T07:46:56.669Z Checking base16ct v1.0.0
47242026-07-29T07:46:56.728Z Checking group v0.14.0
47252026-07-29T07:46:56.757Z Checking hkdf v0.13.0
47262026-07-29T07:46:56.779Z Compiling curve25519-dalek v5.0.0
47272026-07-29T07:46:56.799Z Checking aes-gcm v0.11.0
47282026-07-29T07:46:56.815Z Checking keccak v0.2.0
47292026-07-29T07:46:56.832Z Checking poly1305 v0.9.0
47302026-07-29T07:46:56.871Z Checking wnaf v0.14.0
47312026-07-29T07:46:56.889Z Checking blowfish v0.10.0
47322026-07-29T07:46:56.957Z Checking blake2 v0.11.0-rc.6
47332026-07-29T07:46:56.974Z Checking sha3 v0.11.0
47342026-07-29T07:46:57.035Z Checking bcrypt-pbkdf v0.11.0
47352026-07-29T07:46:57.052Z Checking kem v0.3.0
47362026-07-29T07:46:57.099Z Checking module-lattice v0.2.3
47372026-07-29T07:46:57.166Z Checking sponge-cursor v0.1.0
47382026-07-29T07:46:57.204Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47392026-07-29T07:46:57.219Z Checking argon2 v0.6.0-rc.8
47402026-07-29T07:46:57.284Z Checking spki v0.8.0
47412026-07-29T07:46:57.299Z Checking sec1 v0.8.1
47422026-07-29T07:46:57.313Z Checking sha3 v0.12.0
47432026-07-29T07:46:57.326Z Checking ml-kem v0.3.2
47442026-07-29T07:46:57.385Z Checking internal-russh-num-bigint v0.5.0
47452026-07-29T07:46:57.451Z Checking pkcs5 v0.8.1
47462026-07-29T07:46:57.495Z Checking pkcs1 v0.8.0-rc.4
47472026-07-29T07:46:57.510Z Checking num-bigint v0.4.6
47482026-07-29T07:46:57.528Z Checking generic-array v1.4.3
47492026-07-29T07:46:57.699Z Compiling enum_dispatch v0.3.13
47502026-07-29T07:46:57.739Z Checking pkcs8 v0.11.0
47512026-07-29T07:46:57.928Z Checking russh-util v0.52.0
47522026-07-29T07:46:57.943Z Checking ed25519 v3.0.0
47532026-07-29T07:46:58.055Z Compiling delegate v0.13.5
47542026-07-29T07:46:58.071Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47552026-07-29T07:46:58.088Z Checking hex-literal v1.1.0
47562026-07-29T07:46:58.138Z Checking ed25519-dalek v3.0.0
47572026-07-29T07:46:58.186Z Checking md5 v0.8.0
47582026-07-29T07:46:58.267Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47592026-07-29T07:46:58.355Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47602026-07-29T07:46:58.356Z Checking socket2 v0.5.10
47612026-07-29T07:46:58.431Z Checking internet-checksum v0.2.1
47622026-07-29T07:46:58.475Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47632026-07-29T07:46:58.653Z Checking elliptic-curve v0.14.1
47642026-07-29T07:46:58.653Z Checking rfc6979 v0.6.0
47652026-07-29T07:46:58.657Z Checking primefield v0.14.0
47662026-07-29T07:46:58.657Z Checking ssh-encoding v0.3.0
47672026-07-29T07:46:58.657Z Checking crypto-primes v0.7.2
47682026-07-29T07:46:58.926Z Checking ssh-cipher v0.3.0
47692026-07-29T07:46:58.926Z Checking russh-cryptovec v0.62.0
47702026-07-29T07:46:59.060Z Checking ecdsa v0.17.0
47712026-07-29T07:46:59.064Z Checking primeorder v0.14.0
47722026-07-29T07:46:59.419Z Checking p256 v0.14.0
47732026-07-29T07:46:59.419Z Checking p521 v0.14.0
47742026-07-29T07:46:59.422Z Checking p384 v0.14.0
47752026-07-29T07:46:59.631Z Checking rsa v0.10.0-rc.18
47762026-07-29T07:47:02.279Z Checking ssh-key v0.7.0-rc.11
47772026-07-29T07:47:03.015Z Checking russh v0.62.4
47782026-07-29T07:47:16.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.88s
47792026-07-29T07:47:16.333Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47802026-07-29T07:47:16.333Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47812026-07-29T07:47:16.532Z
47822026-07-29T07:47:16.532Zinfo: running `cargo check --bins` on gateway-cli (287/301)
47832026-07-29T07:47:17.013Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47842026-07-29T07:47:17.017Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47852026-07-29T07:47:17.153Z Checking termios v0.3.3
47862026-07-29T07:47:17.346Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47872026-07-29T07:47:17.924Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s
47882026-07-29T07:47:18.090Z
47892026-07-29T07:47:18.090Zinfo: running `cargo check --bins --no-default-features` on installinator (288/301)
47902026-07-29T07:47:18.593Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47912026-07-29T07:47:18.596Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47922026-07-29T07:47:18.765Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47932026-07-29T07:47:19.472Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47942026-07-29T07:47:21.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.04s
47952026-07-29T07:47:21.322Z
47962026-07-29T07:47:21.322Zinfo: running `cargo check --bins` on internal-dns-cli (289/301)
47972026-07-29T07:47:21.802Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47982026-07-29T07:47:21.805Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47992026-07-29T07:47:21.943Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
48002026-07-29T07:47:22.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
48012026-07-29T07:47:22.543Z
48022026-07-29T07:47:22.543Zinfo: running `cargo check --bins` on omicron-live-tests (290/301)
48032026-07-29T07:47:23.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48042026-07-29T07:47:23.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48052026-07-29T07:47:23.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48062026-07-29T07:47:23.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
48072026-07-29T07:47:23.096Z
48082026-07-29T07:47:23.096Zinfo: running `cargo check --bins` on live-tests-macros (291/301)
48092026-07-29T07:47:23.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48102026-07-29T07:47:23.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48112026-07-29T07:47:23.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48122026-07-29T07:47:23.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48132026-07-29T07:47:23.652Z
48142026-07-29T07:47:23.652Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/301)
48152026-07-29T07:47:24.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48162026-07-29T07:47:24.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48172026-07-29T07:47:24.387Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48182026-07-29T07:47:24.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
48192026-07-29T07:47:25.171Z
48202026-07-29T07:47:25.171Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/301)
48212026-07-29T07:47:25.649Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48222026-07-29T07:47:25.652Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48232026-07-29T07:47:25.795Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48242026-07-29T07:47:25.798Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48252026-07-29T07:47:26.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.51s
48262026-07-29T07:47:26.853Z
48272026-07-29T07:47:26.853Zinfo: running `cargo check --bins` on ntp-admin-types (294/301)
48282026-07-29T07:47:27.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-07-29T07:47:27.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-07-29T07:47:27.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48312026-07-29T07:47:27.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
48322026-07-29T07:47:27.407Z
48332026-07-29T07:47:27.407Zinfo: running `cargo check --bins` on omicron-package (295/301)
48342026-07-29T07:47:27.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-07-29T07:47:27.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-07-29T07:47:28.071Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48372026-07-29T07:47:29.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.74s
48382026-07-29T07:47:29.337Z
48392026-07-29T07:47:29.337Zinfo: running `cargo check --bins` on tqdb (296/301)
48402026-07-29T07:47:29.863Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-07-29T07:47:29.866Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-07-29T07:47:30.099Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48432026-07-29T07:47:30.454Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48442026-07-29T07:47:30.971Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48452026-07-29T07:47:30.974Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48462026-07-29T07:47:37.183Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48472026-07-29T07:47:37.187Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48482026-07-29T07:47:37.759Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48492026-07-29T07:47:37.759Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48502026-07-29T07:47:37.763Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48512026-07-29T07:47:37.763Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48522026-07-29T07:47:38.549Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48532026-07-29T07:47:39.519Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48542026-07-29T07:47:40.336Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48552026-07-29T07:47:40.963Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48562026-07-29T07:47:45.784Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48572026-07-29T07:47:52.568Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48582026-07-29T07:47:52.568Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48592026-07-29T07:47:52.572Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48602026-07-29T07:47:52.572Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48612026-07-29T07:47:54.076Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48622026-07-29T07:47:55.411Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48632026-07-29T07:47:56.092Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48642026-07-29T07:47:57.313Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48652026-07-29T07:47:57.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s
48662026-07-29T07:47:58.067Z
48672026-07-29T07:47:58.067Zinfo: running `cargo check --bins` on wicket-dbg (297/301)
48682026-07-29T07:47:58.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48692026-07-29T07:47:58.580Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48702026-07-29T07:47:58.757Z Checking rtoolbox v0.0.3
48712026-07-29T07:47:58.760Z Checking tui-tree-widget v0.23.1
48722026-07-29T07:47:58.878Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48732026-07-29T07:47:58.975Z Checking rpassword v7.5.4
48742026-07-29T07:48:01.892Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48752026-07-29T07:48:03.732Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48762026-07-29T07:48:04.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
48772026-07-29T07:48:04.632Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48782026-07-29T07:48:04.632Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48792026-07-29T07:48:04.816Z
48802026-07-29T07:48:04.816Zinfo: running `cargo check --bins` on wicket (298/301)
48812026-07-29T07:48:05.323Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48822026-07-29T07:48:05.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48832026-07-29T07:48:05.492Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48842026-07-29T07:48:05.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
48852026-07-29T07:48:05.850Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48862026-07-29T07:48:05.850Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48872026-07-29T07:48:06.033Z
48882026-07-29T07:48:06.033Zinfo: running `cargo check --bins` on wicketd (299/301)
48892026-07-29T07:48:06.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48902026-07-29T07:48:06.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48912026-07-29T07:48:06.731Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48922026-07-29T07:48:10.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s
48932026-07-29T07:48:10.253Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48942026-07-29T07:48:10.253Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48952026-07-29T07:48:10.435Z
48962026-07-29T07:48:10.435Zinfo: running `cargo check --bins` on omicron-workspace-hack (300/301)
48972026-07-29T07:48:10.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48982026-07-29T07:48:10.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48992026-07-29T07:48:10.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49002026-07-29T07:48:10.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
49012026-07-29T07:48:10.989Z
49022026-07-29T07:48:10.989Zinfo: running `cargo check --bins` on zone-setup (301/301)
49032026-07-29T07:48:11.482Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49042026-07-29T07:48:11.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49052026-07-29T07:48:11.640Z Checking uzers v0.12.2
49062026-07-29T07:48:11.910Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49072026-07-29T07:48:12.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
49082026-07-29T07:48:12.863Z
49092026-07-29T07:48:12.866Zreal 13:50.356083523
49102026-07-29T07:48:12.866Zuser 21:02.362777395
49112026-07-29T07:48:12.866Zsys 4:16.848728215
49122026-07-29T07:48:12.866Ztrap 0.342289295
49132026-07-29T07:48:12.866Ztflt 0.640484189
49142026-07-29T07:48:12.867Zdflt 0.973998360
49152026-07-29T07:48:12.867Zkflt 0.005143475
49162026-07-29T07:48:12.867Zlock 1:30:33.289507450
49172026-07-29T07:48:12.867Zslp 1:40:17.247778753
49182026-07-29T07:48:12.867Zlat 54.192506002
49192026-07-29T07:48:12.867Zstop 4:04.967408032
49202026-07-29T07:48:12.867Zprocess exited: duration 957431 ms, exit code 0
 
49212026-07-29T07:48:12.873Zfound 0 output files