01KYRD0QAA3X7RPRWSREV1FVBT: 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: 01KYRD1991J5XMRT98WAB7RPWN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-30T02:19:00.377Zjob assigned to worker 01KYRD1G1HY64H34V6H259P1ZY [factory aws, i-02a9a70af2d7c28f3] (queued for 48 s)
 
22026-07-30T02:19:06.546Zstarting task 0: "setup"
32026-07-30T02:19:06.550Z++ uname -s
42026-07-30T02:19:06.553Z+ kern=SunOS
52026-07-30T02:19:06.553Z+ build_user=build
62026-07-30T02:19:06.553Z+ build_uid=12345
72026-07-30T02:19:06.553Z+ work_dir=/work
82026-07-30T02:19:06.553Z+ input_dir=/input
92026-07-30T02:19:06.553Z+ [[ 0 == 12345 ]]
102026-07-30T02:19:06.553Z+ case "$kern" in
112026-07-30T02:19:06.553Z+ groupadd -g 12345 build
122026-07-30T02:19:06.556Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-30T02:19:08.558Z+ zfs create -o mountpoint=/work rpool/work
142026-07-30T02:19:08.607Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-30T02:19:08.610Z+ home_fs=zfs
162026-07-30T02:19:08.610Z+ [[ zfs == autofs ]]
172026-07-30T02:19:08.610Z+ mkdir -p /home/build
182026-07-30T02:19:08.610Z+ chown build:build /home/build /work
192026-07-30T02:19:10.611Z+ chmod 0700 /home/build /work
202026-07-30T02:19:10.617Zprocess exited: duration 4067 ms, exit code 0
 
212026-07-30T02:19:10.625Zstarting task 1: "rust-toolchain"
222026-07-30T02:19:10.629Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-30T02:19:10.629Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-30T02:19:10.629Z * rust toolchain channel = "1.97.1"
252026-07-30T02:19:10.629Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-30T02:19:10.629Z * rust toolchain profile = "default"
272026-07-30T02:19:10.629Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-30T02:19:10.629Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-30T02:19:10.632Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-30T02:19:10.734Zinfo: downloading installer
312026-07-30T02:19:12.107Zwarn: It looks like you have an existing rustup settings file at:
322026-07-30T02:19:12.107Zwarn: /home/build/.rustup/settings.toml
332026-07-30T02:19:12.107Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-30T02:19:12.107Zwarn: instead of the one inferred from the default host triple.
352026-07-30T02:19:12.119Zinfo: profile set to default
362026-07-30T02:19:12.120Zinfo: default host triple is x86_64-unknown-illumos
372026-07-30T02:19:12.122Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-30T02:19:12.262Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-30T02:19:12.265Zinfo: downloading 6 components
402026-07-30T02:19:27.465Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-30T02:19:27.465Z
422026-07-30T02:19:27.585Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-30T02:19:27.585Z
442026-07-30T02:19:27.585Z
452026-07-30T02:19:27.585ZRust is installed now. Great!
462026-07-30T02:19:27.585Z
472026-07-30T02:19:27.585ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-30T02:19:27.585Zenvironment variable. This has not been done automatically.
492026-07-30T02:19:27.585Z
502026-07-30T02:19:27.585ZTo configure your current shell, you need to source
512026-07-30T02:19:27.585Zthe corresponding env file under $HOME/.cargo.
522026-07-30T02:19:27.585Z
532026-07-30T02:19:27.585ZThis is usually done by running one of the following (note the leading DOT):
542026-07-30T02:19:27.588Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-30T02:19:27.588Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-30T02:19:27.589Zsource "~/.cargo/env.nu" # For nushell
572026-07-30T02:19:27.589Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-30T02:19:27.589Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-30T02:19:27.589Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-30T02:19:27.589Zwarn: no default linker (`cc`) was found in your PATH
612026-07-30T02:19:27.589Zwarn: many Rust crates require a system C toolchain to build
622026-07-30T02:19:27.589Z+ rustup --version
632026-07-30T02:19:27.593Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-30T02:19:27.596Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-30T02:19:27.615Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-30T02:19:27.618Z+ cargo --version
672026-07-30T02:19:27.632Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-30T02:19:27.635Z+ rustc --version
692026-07-30T02:19:27.654Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-30T02:19:27.656Zprocess exited: duration 17031 ms, exit code 0
 
712026-07-30T02:19:27.661Zstarting task 2: "authentication"
722026-07-30T02:19:27.677Zprocess exited: duration 15 ms, exit code 0
 
732026-07-30T02:19:27.683Zstarting task 3: "clone repository"
742026-07-30T02:19:27.686Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-30T02:19:27.689Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-30T02:19:27.719ZCloning into '/work/oxidecomputer/omicron'...
772026-07-30T02:19:43.743Z+ cd /work/oxidecomputer/omicron
782026-07-30T02:19:43.743Z+ git fetch origin 87cac93c27c7a30ba742afd34c22b542e50d0953
792026-07-30T02:19:44.036ZFrom https://github.com/oxidecomputer/omicron
802026-07-30T02:19:44.037Z * branch 87cac93c27c7a30ba742afd34c22b542e50d0953 -> FETCH_HEAD
812026-07-30T02:19:44.046Z+ [[ -n ixi/propolis-vwc ]]
822026-07-30T02:19:44.049Z++ git branch --show-current
832026-07-30T02:19:44.049Z+ current=main
842026-07-30T02:19:44.049Z+ [[ main != ixi/propolis-vwc ]]
852026-07-30T02:19:44.049Z+ git branch -f ixi/propolis-vwc 87cac93c27c7a30ba742afd34c22b542e50d0953
862026-07-30T02:19:44.052Z+ git checkout -f ixi/propolis-vwc
872026-07-30T02:19:44.300ZSwitched to branch 'ixi/propolis-vwc'
882026-07-30T02:19:44.304Z+ git reset --hard 87cac93c27c7a30ba742afd34c22b542e50d0953
892026-07-30T02:19:44.553ZHEAD is now at 87cac93c2 Merge remote-tracking branch 'github/main' into ixi/propolis-vwc
902026-07-30T02:19:44.556Zprocess exited: duration 16871 ms, exit code 0
 
912026-07-30T02:19:44.562Zstarting task 4: "build"
922026-07-30T02:19:44.566Z+ source .github/buildomat/ci-env.sh
932026-07-30T02:19:44.566Z++ export CARGO_TERM_COLOR=always
942026-07-30T02:19:44.569Z++ CARGO_TERM_COLOR=always
952026-07-30T02:19:44.569Z+++ uname -s
962026-07-30T02:19:44.569Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-30T02:19:44.569Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-30T02:19:44.572Z+ cargo --version
992026-07-30T02:19:44.578Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-30T02:19:44.581Z+ rustc --version
1012026-07-30T02:19:44.600Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-30T02:19:44.603Z+ source ./env.sh
1032026-07-30T02:19:44.603Z++ OLD_SHELL_OPTS=ehxB
1042026-07-30T02:19:44.603Z++ set -o xtrace
1052026-07-30T02:19:44.607Z++++ dirname ./env.sh
1062026-07-30T02:19:44.607Z+++ readlink -f .
1072026-07-30T02:19:44.610Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-07-30T02:19:44.610Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-07-30T02:19:44.610Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-07-30T02:19:44.610Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-07-30T02:19:44.610Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-07-30T02:19:44.611Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-07-30T02:19:44.611Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-07-30T02:19:44.611Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-07-30T02:19:44.611Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-07-30T02:19:44.611Z++ 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
1172026-07-30T02:19:44.611Z++ 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
1182026-07-30T02:19:44.611Z++ case $OLD_SHELL_OPTS in
1192026-07-30T02:19:44.611Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-07-30T02:19:44.611Z+ 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
1212026-07-30T02:19:44.611Z+ 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
1222026-07-30T02:19:44.611Z+ banner prerequisites
1232026-07-30T02:19:44.612Z
1242026-07-30T02:19:44.612Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-07-30T02:19:44.612Z # # # # # # # # # # # # # # #
1262026-07-30T02:19:44.612Z # # # # ##### # # ##### # # # # # #### #
1272026-07-30T02:19:44.612Z ##### ##### # ##### # # # # # # # # #
1282026-07-30T02:19:44.612Z # # # # # # # # # # # # # # #
1292026-07-30T02:19:44.612Z # # # ###### # # ###### ### # #### # #### #
1302026-07-30T02:19:44.612Z
1312026-07-30T02:19:44.612Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-07-30T02:19:46.823Z Startup: Refreshing catalog 'helios' ... Done
1332026-07-30T02:19:47.057Z Startup: Caching catalogs ... Done
1342026-07-30T02:19:48.230ZPlanning: Solver setup ... Done (1.094s)
1352026-07-30T02:19:48.275ZPlanning: Running solver ... Done (0.045s)
1362026-07-30T02:19:48.303ZPlanning: Finding local manifests ... Done (0.003s)
1372026-07-30T02:19:48.315ZPlanning: Fetching manifests: 0/2 0% complete
1382026-07-30T02:19:48.332ZPlanning: Fetching manifests: 2/2 100% complete
1392026-07-30T02:19:48.346ZPlanning: Package planning ... Done (0.013s)
1402026-07-30T02:19:48.349ZPlanning: Merging actions ... Done (0.001s)
1412026-07-30T02:19:48.553ZPlanning: Checking for conflicting actions ... Done (0.206s)
1422026-07-30T02:19:48.557ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-07-30T02:19:49.328ZPlanning: Evaluating mediators ... Done (0.774s)
1442026-07-30T02:19:49.331ZPlanning: Planning completed in 2.25 seconds
1452026-07-30T02:19:49.337Z Packages to install: 2
1462026-07-30T02:19:49.337Z Estimated space available: 156.02 GB
1472026-07-30T02:19:49.340ZEstimated space to be consumed: 55.06 MB
1482026-07-30T02:19:49.340Z Create boot environment: No
1492026-07-30T02:19:49.340ZCreate backup boot environment: No
1502026-07-30T02:19:49.340Z Rebuild boot archive: No
1512026-07-30T02:19:49.340Z
1522026-07-30T02:19:49.340ZChanged packages:
1532026-07-30T02:19:49.340Zhelios
1542026-07-30T02:19:49.341Z developer/build-essential
1552026-07-30T02:19:49.341Z None -> 11-3.0
1562026-07-30T02:19:49.341Z library/libxmlsec1
1572026-07-30T02:19:49.342Z None -> 1.2.35-3.0
1582026-07-30T02:19:49.361Z
1592026-07-30T02:19:49.362ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-07-30T02:19:49.429ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1612026-07-30T02:19:49.503Z Actions: 1/268 actions (Installing new actions)
1622026-07-30T02:19:49.540Z Actions: Completed 268 actions in 0.04 seconds.
1632026-07-30T02:19:49.563ZFinalize: Updating package state database ... Done (0.023s)
1642026-07-30T02:19:49.566ZFinalize: Updating package cache ... Done (0.000s)
1652026-07-30T02:19:49.621ZFinalize: Updating image state ... Done (0.058s)
1662026-07-30T02:19:52.020ZFinalize: Creating fast lookup database ... Done (2.361s)
1672026-07-30T02:19:52.084ZFinalize: Reading search index ... Done (0.012s)
1682026-07-30T02:19:52.087ZFinalize: Updating search index ... Done (0.000s)
1692026-07-30T02:19:52.169ZFinalize: Updating package cache ... Done (0.000s)
1702026-07-30T02:19:52.511ZPlanning: Evaluating mediator changes ... Done
1712026-07-30T02:19:52.616ZPlanning: Checking for conflicting actions ... Done
1722026-07-30T02:19:52.619ZPlanning: Consolidating action changes ... Done
1732026-07-30T02:19:52.774ZPlanning: Evaluating mediators ... Done
1742026-07-30T02:19:52.777ZPlanning: Planning completed in 0.26 seconds
1752026-07-30T02:19:52.797Z Mediators to change: 2
1762026-07-30T02:19:52.797Z Create boot environment: No
1772026-07-30T02:19:52.797ZCreate backup boot environment: No
1782026-07-30T02:19:52.841ZFinalize: Updating package state database ... Done
1792026-07-30T02:19:52.841ZFinalize: Updating package cache ... Done
1802026-07-30T02:19:52.875ZFinalize: Updating image state ... Done
1812026-07-30T02:19:54.840ZFinalize: Creating fast lookup database ... Done
1822026-07-30T02:19:54.903ZFinalize: Reading search index ... Done
1832026-07-30T02:19:54.906ZFinalize: Updating search index ... Done
1842026-07-30T02:19:54.973ZFinalize: Updating package cache ... Done
1852026-07-30T02:19:55.262ZPlanning: Evaluating mediator changes ... Done
1862026-07-30T02:19:55.369ZPlanning: Checking for conflicting actions ... Done
1872026-07-30T02:19:55.372ZPlanning: Consolidating action changes ... Done
1882026-07-30T02:19:55.526ZPlanning: Evaluating mediators ... Done
1892026-07-30T02:19:55.529ZPlanning: Planning completed in 0.27 seconds
1902026-07-30T02:19:55.549Z Mediators to change: 1
1912026-07-30T02:19:55.549Z Create boot environment: No
1922026-07-30T02:19:55.552ZCreate backup boot environment: No
1932026-07-30T02:19:55.588ZFinalize: Updating package state database ... Done
1942026-07-30T02:19:55.588ZFinalize: Updating package cache ... Done
1952026-07-30T02:19:55.622ZFinalize: Updating image state ... Done
1962026-07-30T02:19:57.584ZFinalize: Creating fast lookup database ... Done
1972026-07-30T02:19:57.647ZFinalize: Reading search index ... Done
1982026-07-30T02:19:57.650ZFinalize: Updating search index ... Done
1992026-07-30T02:19:57.798ZFinalize: Updating package cache ... Done
2002026-07-30T02:19:58.023ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-07-30T02:19:58.023Zapache system 2.4 system
2022026-07-30T02:19:58.023Zclang system 15 system
2032026-07-30T02:19:58.023Zcsh system system illumos
2042026-07-30T02:19:58.023Zctags system system illumos
2052026-07-30T02:19:58.023Zfile vendor vendor darwinsys
2062026-07-30T02:19:58.023Zfile system system illumos
2072026-07-30T02:19:58.023Zgcc vendor 14 vendor
2082026-07-30T02:19:58.023Zgcc system 13 system
2092026-07-30T02:19:58.023Zgcc system 10 system
2102026-07-30T02:19:58.023Zgo system 1.25 system
2112026-07-30T02:19:58.023Zllvm system 15 system
2122026-07-30T02:19:58.023Zmariadb system 11.4 system
2132026-07-30T02:19:58.023Zmta vendor vendor dma
2142026-07-30T02:19:58.023Zopenjdk system 17 system
2152026-07-30T02:19:58.023Zopenjdk system 11 system
2162026-07-30T02:19:58.023Zopenssl vendor 3 vendor
2172026-07-30T02:19:58.023Zperl system 5.40 system
2182026-07-30T02:19:58.023Zpostgresql system 18 system
2192026-07-30T02:19:58.023Zpostgresql system 17 system
2202026-07-30T02:19:58.023Zpython vendor 3 vendor
2212026-07-30T02:19:58.025Zpython system 2 system
2222026-07-30T02:19:58.025Zpython3 vendor 3.13 vendor
2232026-07-30T02:19:58.025Zruby system 3.4 system
2242026-07-30T02:19:58.025Zruby system 3.0 system
2252026-07-30T02:19:58.025Zwords vendor vendor american-english
2262026-07-30T02:19:58.025Zwords system system australian-english
2272026-07-30T02:19:58.025Zwords system system british-english
2282026-07-30T02:19:58.025Zwords system system canadian-english
2292026-07-30T02:19:58.025Zwords system system french
2302026-07-30T02:19:58.025Zwords system system italian
2312026-07-30T02:19:58.025Zwords system system ngerman
2322026-07-30T02:19:58.025Zwords system system ogerman
2332026-07-30T02:19:58.025Zwords system system spanish
2342026-07-30T02:19:58.277ZPUBLISHER TYPE STATUS P LOCATION
2352026-07-30T02:19:58.277Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-07-30T02:19:58.672ZFMRI IFO
2372026-07-30T02:19:58.672Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-07-30T02:19:58.672Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-07-30T02:19:58.672Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-07-30T02:19:58.672Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-07-30T02:19:58.672Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-07-30T02:19:58.672Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-07-30T02:19:58.672Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-07-30T02:19:58.672Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-07-30T02:19:58.672Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-07-30T02:19:58.973Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-07-30T02:19:59.255Z Updating crates.io index
2482026-07-30T02:19:59.258Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-07-30T02:19:59.479Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-30T02:19:59.772Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-07-30T02:20:01.106Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-07-30T02:20:01.822Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-07-30T02:20:03.724Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-07-30T02:20:04.810Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-07-30T02:20:05.082Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-07-30T02:20:05.407Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-07-30T02:20:06.696Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-07-30T02:20:06.973Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-07-30T02:20:07.295Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-07-30T02:20:07.528Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-07-30T02:20:08.099Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-07-30T02:20:08.646Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-07-30T02:20:08.835Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-07-30T02:20:09.089Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-07-30T02:20:09.342Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-07-30T02:20:09.637Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-07-30T02:20:09.894Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-07-30T02:20:10.113Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-07-30T02:20:10.372Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-07-30T02:20:10.705Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-07-30T02:20:11.065Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-07-30T02:20:11.253Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-07-30T02:20:11.686Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-07-30T02:20:11.979Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-07-30T02:20:12.337Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-07-30T02:20:12.650Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-07-30T02:20:12.897Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782026-07-30T02:20:13.101Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-07-30T02:20:13.489Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-07-30T02:20:13.822Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-07-30T02:20:14.048Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2822026-07-30T02:20:14.328Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-07-30T02:20:14.586Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-07-30T02:20:14.858Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-07-30T02:20:15.120Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-07-30T02:20:15.360Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-07-30T02:20:15.620Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-07-30T02:20:15.898Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-07-30T02:20:18.824Z Downloading crates ...
2902026-07-30T02:20:18.875Z Downloaded camino v1.2.2
2912026-07-30T02:20:18.888Z Downloaded pest_generator v2.8.6
2922026-07-30T02:20:18.888Z Downloaded tabled_derive v0.7.0
2932026-07-30T02:20:18.888Z Downloaded pretty-hex v0.4.1
2942026-07-30T02:20:18.889Z Downloaded anstyle-parse v1.0.0
2952026-07-30T02:20:18.889Z Downloaded terminal_size v0.4.3
2962026-07-30T02:20:18.909Z Downloaded ucd-trie v0.1.7
2972026-07-30T02:20:18.909Z Downloaded anstyle-query v1.1.5
2982026-07-30T02:20:18.909Z Downloaded zerocopy v0.7.35
2992026-07-30T02:20:18.935Z Downloaded zerocopy-derive v0.7.35
3002026-07-30T02:20:18.935Z Downloaded zmij v1.0.21
3012026-07-30T02:20:18.936Z Downloaded anyhow v1.0.102
3022026-07-30T02:20:18.936Z Downloaded proc-macro2 v1.0.106
3032026-07-30T02:20:18.936Z Downloaded dtrace-parser v0.2.0
3042026-07-30T02:20:18.936Z Downloaded toml_edit v0.22.27
3052026-07-30T02:20:18.936Z Downloaded crypto-common v0.1.7
3062026-07-30T02:20:18.936Z Downloaded heck v0.4.1
3072026-07-30T02:20:18.936Z Downloaded serde_derive v1.0.228
3082026-07-30T02:20:18.936Z Downloaded colorchoice v1.0.4
3092026-07-30T02:20:18.936Z Downloaded byteorder v1.5.0
3102026-07-30T02:20:18.936Z Downloaded indexmap v2.14.0
3112026-07-30T02:20:18.962Z Downloaded cfg-if v1.0.4
3122026-07-30T02:20:18.962Z Downloaded bytecount v0.6.9
3132026-07-30T02:20:18.962Z Downloaded camino-tempfile v1.4.1
3142026-07-30T02:20:18.962Z Downloaded dof v0.3.0
3152026-07-30T02:20:18.962Z Downloaded memmap v0.7.0
3162026-07-30T02:20:18.962Z Downloaded errno v0.3.14
3172026-07-30T02:20:18.962Z Downloaded generic-array v0.14.7
3182026-07-30T02:20:18.962Z Downloaded cargo-platform v0.3.2
3192026-07-30T02:20:18.962Z Downloaded proc-macro-error-attr v1.0.4
3202026-07-30T02:20:18.963Z Downloaded equivalent v1.0.2
3212026-07-30T02:20:18.963Z Downloaded heck v0.5.0
3222026-07-30T02:20:18.963Z Downloaded macaddr v1.0.1
3232026-07-30T02:20:18.964Z Downloaded itoa v1.0.17
3242026-07-30T02:20:18.970Z Downloaded clap_lex v1.0.0
3252026-07-30T02:20:18.970Z Downloaded serde_spanned v0.6.9
3262026-07-30T02:20:18.970Z Downloaded swrite v0.1.0
3272026-07-30T02:20:18.970Z Downloaded cargo_metadata v0.23.1
3282026-07-30T02:20:18.970Z Downloaded autocfg v1.5.0
3292026-07-30T02:20:18.970Z Downloaded is_terminal_polyfill v1.70.2
3302026-07-30T02:20:18.970Z Downloaded toml_write v0.1.2
3312026-07-30T02:20:18.990Z Downloaded plain v0.2.3
3322026-07-30T02:20:18.990Z Downloaded scroll_derive v0.12.1
3332026-07-30T02:20:18.990Z Downloaded utf8parse v0.2.2
3342026-07-30T02:20:18.991Z Downloaded fnv v1.0.7
3352026-07-30T02:20:18.991Z Downloaded unicode-linebreak v0.1.5
3362026-07-30T02:20:19.001Z Downloaded toml_datetime v0.6.11
3372026-07-30T02:20:19.002Z Downloaded strsim v0.11.1
3382026-07-30T02:20:19.002Z Downloaded version_check v0.9.5
3392026-07-30T02:20:19.002Z Downloaded thread-id v4.2.2
3402026-07-30T02:20:19.002Z Downloaded smawk v0.3.2
3412026-07-30T02:20:19.002Z Downloaded block-buffer v0.10.4
3422026-07-30T02:20:19.002Z Downloaded usdt-macro v0.5.0
3432026-07-30T02:20:19.002Z Downloaded usdt v0.5.0
3442026-07-30T02:20:19.002Z Downloaded fastrand v2.3.0
3452026-07-30T02:20:19.016Z Downloaded cpufeatures v0.2.17
3462026-07-30T02:20:19.024Z Downloaded usdt-attr-macro v0.5.0
3472026-07-30T02:20:19.024Z Downloaded clap v4.6.1
3482026-07-30T02:20:19.024Z Downloaded sha2 v0.10.9
3492026-07-30T02:20:19.024Z Downloaded thiserror v2.0.18
3502026-07-30T02:20:19.037Z Downloaded anstyle v1.0.14
3512026-07-30T02:20:19.038Z Downloaded serde_tokenstream v0.2.3
3522026-07-30T02:20:19.038Z Downloaded thiserror-impl v1.0.69
3532026-07-30T02:20:19.038Z Downloaded quote v1.0.45
3542026-07-30T02:20:19.038Z Downloaded fs-err v3.3.0
3552026-07-30T02:20:19.038Z Downloaded thiserror v1.0.69
3562026-07-30T02:20:19.038Z Downloaded anstream v1.0.0
3572026-07-30T02:20:19.048Z Downloaded once_cell v1.21.3
3582026-07-30T02:20:19.048Z Downloaded pest_derive v2.8.6
3592026-07-30T02:20:19.048Z Downloaded clap_derive v4.6.1
3602026-07-30T02:20:19.053Z Downloaded proc-macro-error v1.0.4
3612026-07-30T02:20:19.053Z Downloaded cargo_toml v0.21.0
3622026-07-30T02:20:19.053Z Downloaded bitflags v2.11.0
3632026-07-30T02:20:19.053Z Downloaded usdt-impl v0.5.0
3642026-07-30T02:20:19.056Z Downloaded log v0.4.29
3652026-07-30T02:20:19.056Z Downloaded papergrid v0.11.0
3662026-07-30T02:20:19.062Z Downloaded scroll v0.12.0
3672026-07-30T02:20:19.077Z Downloaded digest v0.10.7
3682026-07-30T02:20:19.077Z Downloaded semver v1.0.28
3692026-07-30T02:20:19.077Z Downloaded thiserror-impl v2.0.18
3702026-07-30T02:20:19.077Z Downloaded getrandom v0.4.1
3712026-07-30T02:20:19.102Z Downloaded toml v0.8.23
3722026-07-30T02:20:19.126Z Downloaded pest_meta v2.8.6
3732026-07-30T02:20:19.126Z Downloaded serde_core v1.0.228
3742026-07-30T02:20:19.127Z Downloaded textwrap v0.16.2
3752026-07-30T02:20:19.127Z Downloaded unicode-ident v1.0.24
3762026-07-30T02:20:19.127Z Downloaded tempfile v3.25.0
3772026-07-30T02:20:19.139Z Downloaded serde v1.0.228
3782026-07-30T02:20:19.139Z Downloaded winnow v0.7.14
3792026-07-30T02:20:19.139Z Downloaded memchr v2.8.0
3802026-07-30T02:20:19.139Z Downloaded typenum v1.20.1
3812026-07-30T02:20:19.143Z Downloaded hashbrown v0.17.0
3822026-07-30T02:20:19.146Z Downloaded pest v2.8.6
3832026-07-30T02:20:19.164Z Downloaded clap_builder v4.6.0
3842026-07-30T02:20:19.168Z Downloaded serde_json v1.0.151
3852026-07-30T02:20:19.199Z Downloaded goblin v0.8.2
3862026-07-30T02:20:19.205Z Downloaded tabled v0.15.0
3872026-07-30T02:20:19.213Z Downloaded syn v1.0.109
3882026-07-30T02:20:19.218Z Downloaded unicode-width v0.1.14
3892026-07-30T02:20:19.222Z Downloaded unicode-width v0.2.0
3902026-07-30T02:20:19.225Z Downloaded syn v2.0.117
3912026-07-30T02:20:19.240Z Downloaded rustix v1.1.3
3922026-07-30T02:20:19.263Z Downloaded libc v0.2.185
3932026-07-30T02:20:19.325Z Compiling proc-macro2 v1.0.106
3942026-07-30T02:20:19.325Z Compiling unicode-ident v1.0.24
3952026-07-30T02:20:19.328Z Compiling quote v1.0.45
3962026-07-30T02:20:19.328Z Compiling serde_core v1.0.228
3972026-07-30T02:20:19.328Z Compiling libc v0.2.185
3982026-07-30T02:20:19.328Z Compiling version_check v0.9.5
3992026-07-30T02:20:19.328Z Compiling memchr v2.8.0
4002026-07-30T02:20:19.328Z Compiling serde v1.0.228
4012026-07-30T02:20:19.652Z Compiling zmij v1.0.21
4022026-07-30T02:20:19.820Z Compiling thiserror v1.0.69
4032026-07-30T02:20:19.925Z Compiling itoa v1.0.17
4042026-07-30T02:20:20.092Z Compiling ucd-trie v0.1.7
4052026-07-30T02:20:20.286Z Compiling pest v2.8.6
4062026-07-30T02:20:20.326Z Compiling rustix v1.1.3
4072026-07-30T02:20:20.350Z Compiling byteorder v1.5.0
4082026-07-30T02:20:20.387Z Compiling errno v0.3.14
4092026-07-30T02:20:20.534Z Compiling serde_json v1.0.151
4102026-07-30T02:20:20.599Z Compiling bitflags v2.11.0
4112026-07-30T02:20:20.747Z Compiling syn v2.0.117
4122026-07-30T02:20:20.822Z Compiling thread-id v4.2.2
4132026-07-30T02:20:20.822Z Compiling proc-macro-error-attr v1.0.4
4142026-07-30T02:20:20.919Z Compiling usdt-impl v0.5.0
4152026-07-30T02:20:21.024Z Compiling camino v1.2.2
4162026-07-30T02:20:21.053Z Compiling syn v1.0.109
4172026-07-30T02:20:21.276Z Compiling proc-macro-error v1.0.4
4182026-07-30T02:20:21.340Z Compiling pest_meta v2.8.6
4192026-07-30T02:20:21.481Z Compiling getrandom v0.4.1
4202026-07-30T02:20:21.508Z Compiling equivalent v1.0.2
4212026-07-30T02:20:21.520Z Compiling log v0.4.29
4222026-07-30T02:20:21.614Z Compiling utf8parse v0.2.2
4232026-07-30T02:20:21.672Z Compiling plain v0.2.3
4242026-07-30T02:20:21.701Z Compiling hashbrown v0.17.0
4252026-07-30T02:20:21.856Z Compiling terminal_size v0.4.3
4262026-07-30T02:20:21.997Z Compiling anstyle-parse v1.0.0
4272026-07-30T02:20:22.197Z Compiling indexmap v2.14.0
4282026-07-30T02:20:22.477Z Compiling anstyle-query v1.1.5
4292026-07-30T02:20:22.566Z Compiling winnow v0.7.14
4302026-07-30T02:20:22.595Z Compiling anstyle v1.0.14
4312026-07-30T02:20:22.838Z Compiling toml_write v0.1.2
4322026-07-30T02:20:22.858Z Compiling is_terminal_polyfill v1.70.2
4332026-07-30T02:20:22.875Z Compiling pretty-hex v0.4.1
4342026-07-30T02:20:22.923Z Compiling thiserror v2.0.18
4352026-07-30T02:20:22.962Z Compiling autocfg v1.5.0
4362026-07-30T02:20:23.015Z Compiling pest_generator v2.8.6
4372026-07-30T02:20:23.037Z Compiling cfg-if v1.0.4
4382026-07-30T02:20:23.055Z Compiling colorchoice v1.0.4
4392026-07-30T02:20:23.181Z Compiling anstream v1.0.0
4402026-07-30T02:20:23.384Z Compiling fs-err v3.3.0
4412026-07-30T02:20:23.492Z Compiling strsim v0.11.1
4422026-07-30T02:20:23.577Z Compiling anyhow v1.0.102
4432026-07-30T02:20:23.580Z Compiling bytecount v0.6.9
4442026-07-30T02:20:23.612Z Compiling unicode-width v0.1.14
4452026-07-30T02:20:23.720Z Compiling fastrand v2.3.0
4462026-07-30T02:20:23.738Z Compiling heck v0.4.1
4472026-07-30T02:20:23.844Z Compiling fnv v1.0.7
4482026-07-30T02:20:23.885Z Compiling heck v0.5.0
4492026-07-30T02:20:23.903Z Compiling once_cell v1.21.3
4502026-07-30T02:20:23.951Z Compiling clap_lex v1.0.0
4512026-07-30T02:20:23.970Z Compiling papergrid v0.11.0
4522026-07-30T02:20:24.128Z Compiling clap_builder v4.6.0
4532026-07-30T02:20:24.133Z Compiling tempfile v3.25.0
4542026-07-30T02:20:24.191Z Compiling semver v1.0.28
4552026-07-30T02:20:24.215Z Compiling cargo-platform v0.3.2
4562026-07-30T02:20:24.230Z Compiling tabled_derive v0.7.0
4572026-07-30T02:20:24.259Z Compiling memmap v0.7.0
4582026-07-30T02:20:24.452Z Compiling unicode-width v0.2.0
4592026-07-30T02:20:24.489Z Compiling smawk v0.3.2
4602026-07-30T02:20:24.516Z Compiling unicode-linebreak v0.1.5
4612026-07-30T02:20:24.534Z Compiling camino-tempfile v1.4.1
4622026-07-30T02:20:24.704Z Compiling serde_derive v1.0.228
4632026-07-30T02:20:24.723Z Compiling thiserror-impl v1.0.69
4642026-07-30T02:20:24.755Z Compiling zerocopy-derive v0.7.35
4652026-07-30T02:20:24.773Z Compiling pest_derive v2.8.6
4662026-07-30T02:20:24.907Z Compiling scroll_derive v0.12.1
4672026-07-30T02:20:25.132Z Compiling thiserror-impl v2.0.18
4682026-07-30T02:20:25.207Z Compiling clap_derive v4.6.1
4692026-07-30T02:20:25.403Z Compiling tabled v0.15.0
4702026-07-30T02:20:25.565Z Compiling scroll v0.12.0
4712026-07-30T02:20:25.604Z Compiling zerocopy v0.7.35
4722026-07-30T02:20:25.845Z Compiling goblin v0.8.2
4732026-07-30T02:20:26.071Z Compiling dtrace-parser v0.2.0
4742026-07-30T02:20:26.162Z Compiling textwrap v0.16.2
4752026-07-30T02:20:26.628Z Compiling swrite v0.1.0
4762026-07-30T02:20:26.941Z Compiling clap v4.6.1
4772026-07-30T02:20:27.755Z Compiling dof v0.3.0
4782026-07-30T02:20:27.755Z Compiling serde_tokenstream v0.2.3
4792026-07-30T02:20:27.772Z Compiling serde_spanned v0.6.9
4802026-07-30T02:20:27.787Z Compiling toml_datetime v0.6.11
4812026-07-30T02:20:27.791Z Compiling cargo_metadata v0.23.1
4822026-07-30T02:20:27.836Z Compiling macaddr v1.0.1
4832026-07-30T02:20:27.852Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-07-30T02:20:28.015Z Compiling toml_edit v0.22.27
4852026-07-30T02:20:28.561Z Compiling usdt-attr-macro v0.5.0
4862026-07-30T02:20:28.561Z Compiling usdt-macro v0.5.0
4872026-07-30T02:20:29.165Z Compiling usdt v0.5.0
4882026-07-30T02:20:29.316Z Compiling toml v0.8.23
4892026-07-30T02:20:29.638Z Compiling cargo_toml v0.21.0
4902026-07-30T02:20:30.881Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4912026-07-30T02:20:32.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.10s
4922026-07-30T02:20:33.119Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4932026-07-30T02:20:33.632Z Downloading crates ...
4942026-07-30T02:20:33.693Z Downloaded anstyle-parse v0.2.7
4952026-07-30T02:20:33.696Z Downloaded compression-core v0.4.31
4962026-07-30T02:20:33.702Z Downloaded cipher v0.5.2
4972026-07-30T02:20:33.706Z Downloaded adler2 v2.0.1
4982026-07-30T02:20:33.709Z Downloaded nonempty v0.12.0
4992026-07-30T02:20:33.712Z Downloaded futures-io v0.3.32
5002026-07-30T02:20:33.712Z Downloaded futures-task v0.3.32
5012026-07-30T02:20:33.712Z Downloaded foldhash v0.2.0
5022026-07-30T02:20:33.712Z Downloaded fixedbitset v0.5.7
5032026-07-30T02:20:33.715Z Downloaded allocator-api2 v0.2.21
5042026-07-30T02:20:33.716Z Downloaded hyper-rustls v0.27.7
5052026-07-30T02:20:33.721Z Downloaded anstream v0.6.21
5062026-07-30T02:20:33.721Z Downloaded base16ct v1.0.0
5072026-07-30T02:20:33.724Z Downloaded bitflags v1.3.2
5082026-07-30T02:20:33.724Z Downloaded globwalk v0.9.1
5092026-07-30T02:20:33.724Z Downloaded http v1.4.2
5102026-07-30T02:20:33.729Z Downloaded httpdate v1.0.3
5112026-07-30T02:20:33.732Z Downloaded oxide-tokio-rt v0.1.4
5122026-07-30T02:20:33.735Z Downloaded async-recursion v1.1.1
5132026-07-30T02:20:33.735Z Downloaded atty v0.2.14
5142026-07-30T02:20:33.740Z Downloaded async-compression v0.4.41
5152026-07-30T02:20:33.746Z Downloaded futures-util v0.3.32
5162026-07-30T02:20:33.750Z Downloaded async-stream v0.3.6
5172026-07-30T02:20:33.753Z Downloaded arrayref v0.3.9
5182026-07-30T02:20:33.754Z Downloaded enum_dispatch v0.3.13
5192026-07-30T02:20:33.754Z Downloaded fatfs v0.3.6
5202026-07-30T02:20:33.757Z Downloaded bcrypt-pbkdf v0.11.0
5212026-07-30T02:20:33.757Z Downloaded atomicwrites v0.4.4
5222026-07-30T02:20:33.757Z Downloaded backon v1.6.0
5232026-07-30T02:20:33.757Z Downloaded float-ord v0.3.2
5242026-07-30T02:20:33.759Z Downloaded bcs v0.1.6
5252026-07-30T02:20:33.759Z Downloaded form_urlencoded v1.2.2
5262026-07-30T02:20:33.760Z Downloaded find-msvc-tools v0.1.9
5272026-07-30T02:20:33.760Z Downloaded ff v0.14.0
5282026-07-30T02:20:33.760Z Downloaded arrayvec v0.7.6
5292026-07-30T02:20:33.763Z Downloaded arc-swap v1.8.2
5302026-07-30T02:20:33.763Z Downloaded async-trait v0.1.89
5312026-07-30T02:20:33.766Z Downloaded fallible-iterator v0.2.0
5322026-07-30T02:20:33.766Z Downloaded convert_case v0.4.0
5332026-07-30T02:20:33.766Z Downloaded atomic-waker v1.1.2
5342026-07-30T02:20:33.766Z Downloaded foreign-types-shared v0.1.1
5352026-07-30T02:20:33.772Z Downloaded bitfield v0.19.4
5362026-07-30T02:20:33.775Z Downloaded env_filter v1.0.0
5372026-07-30T02:20:33.775Z Downloaded futures-channel v0.3.32
5382026-07-30T02:20:33.775Z Downloaded poly1305 v0.9.0
5392026-07-30T02:20:33.778Z Downloaded ghash v0.6.0
5402026-07-30T02:20:33.778Z Downloaded base64ct v1.8.3
5412026-07-30T02:20:33.778Z Downloaded funty v2.0.0
5422026-07-30T02:20:33.778Z Downloaded foldhash v0.1.5
5432026-07-30T02:20:33.782Z Downloaded foreign-types-macros v0.2.3
5442026-07-30T02:20:33.783Z Downloaded foreign-types-shared v0.3.1
5452026-07-30T02:20:33.783Z Downloaded futures-core v0.3.32
5462026-07-30T02:20:33.783Z Downloaded git-stub v1.0.0
5472026-07-30T02:20:33.787Z Downloaded ascii-canvas v3.0.0
5482026-07-30T02:20:33.787Z Downloaded base64 v0.22.1
5492026-07-30T02:20:33.787Z Downloaded bitfield-macros v0.19.4
5502026-07-30T02:20:33.787Z Downloaded futures v0.3.32
5512026-07-30T02:20:33.795Z Downloaded aes v0.9.1
5522026-07-30T02:20:33.798Z Downloaded array-init v0.0.4
5532026-07-30T02:20:33.798Z Downloaded hyper-tls v0.6.0
5542026-07-30T02:20:33.801Z Downloaded cfg_aliases v0.1.1
5552026-07-30T02:20:33.801Z Downloaded heapless v0.8.0
5562026-07-30T02:20:33.803Z Downloaded hmac v0.12.1
5572026-07-30T02:20:33.803Z Downloaded git-stub-vcs v0.1.0
5582026-07-30T02:20:33.806Z Downloaded bit-set v0.5.3
5592026-07-30T02:20:33.806Z Downloaded aes-gcm v0.11.0
5602026-07-30T02:20:33.806Z Downloaded globset v0.4.18
5612026-07-30T02:20:33.809Z Downloaded bit-set v0.8.0
5622026-07-30T02:20:33.809Z Downloaded bitfield-struct v0.6.2
5632026-07-30T02:20:33.809Z Downloaded hybrid-array v0.4.13
5642026-07-30T02:20:33.813Z Downloaded block-padding v0.4.2
5652026-07-30T02:20:33.813Z Downloaded bb8 v0.8.6
5662026-07-30T02:20:33.813Z Downloaded hashbrown v0.13.2
5672026-07-30T02:20:33.816Z Downloaded flume v0.11.1
5682026-07-30T02:20:33.816Z Downloaded async-stream-impl v0.3.6
5692026-07-30T02:20:33.816Z Downloaded backoff v0.4.0
5702026-07-30T02:20:33.819Z Downloaded bit-vec v0.8.0
5712026-07-30T02:20:33.822Z Downloaded castaway v0.2.4
5722026-07-30T02:20:33.825Z Downloaded ciborium-io v0.2.2
5732026-07-30T02:20:33.828Z Downloaded base16ct v0.2.0
5742026-07-30T02:20:33.828Z Downloaded half v2.7.1
5752026-07-30T02:20:33.833Z Downloaded hostname v0.4.2
5762026-07-30T02:20:33.833Z Downloaded aead v0.5.2
5772026-07-30T02:20:33.833Z Downloaded cfg_aliases v0.2.1
5782026-07-30T02:20:33.836Z Downloaded fd-lock v4.0.4
5792026-07-30T02:20:33.837Z Downloaded erased-serde v0.3.31
5802026-07-30T02:20:33.837Z Downloaded aead v0.6.1
5812026-07-30T02:20:33.840Z Downloaded assert_matches v1.5.0
5822026-07-30T02:20:33.840Z Downloaded bit-vec v0.6.3
5832026-07-30T02:20:33.840Z Downloaded cmov v0.5.4
5842026-07-30T02:20:33.840Z Downloaded bs58 v0.5.1
5852026-07-30T02:20:33.843Z Downloaded futures-macro v0.3.32
5862026-07-30T02:20:33.843Z Downloaded futures-sink v0.3.32
5872026-07-30T02:20:33.843Z Downloaded predicates-tree v1.0.13
5882026-07-30T02:20:33.849Z Downloaded hex-literal v1.1.0
5892026-07-30T02:20:33.854Z Downloaded rfc6979 v0.4.0
5902026-07-30T02:20:33.854Z Downloaded fxhash v0.2.1
5912026-07-30T02:20:33.856Z Downloaded ciborium-ll v0.2.2
5922026-07-30T02:20:33.860Z Downloaded group v0.14.0
5932026-07-30T02:20:33.860Z Downloaded async-bb8-diesel v0.2.1
5942026-07-30T02:20:33.860Z Downloaded env_logger v0.11.9
5952026-07-30T02:20:33.860Z Downloaded ff v0.13.1
5962026-07-30T02:20:33.860Z Downloaded blake2 v0.10.6
5972026-07-30T02:20:33.860Z Downloaded httparse v1.10.1
5982026-07-30T02:20:33.865Z Downloaded enum-as-inner v0.6.1
5992026-07-30T02:20:33.865Z Downloaded foreign-types v0.5.0
6002026-07-30T02:20:33.865Z Downloaded home v0.5.12
6012026-07-30T02:20:33.865Z Downloaded float-cmp v0.10.0
6022026-07-30T02:20:33.875Z Downloaded foreign-types v0.3.2
6032026-07-30T02:20:33.875Z Downloaded block-buffer v0.12.1
6042026-07-30T02:20:33.875Z Downloaded russh-util v0.52.0
6052026-07-30T02:20:33.875Z Downloaded flagset v0.4.7
6062026-07-30T02:20:33.875Z Downloaded hex v0.4.3
6072026-07-30T02:20:33.875Z Downloaded http-body v1.0.1
6082026-07-30T02:20:33.875Z Downloaded hostname v0.3.1
6092026-07-30T02:20:33.875Z Downloaded fixedbitset v0.4.2
6102026-07-30T02:20:33.875Z Downloaded headers-core v0.3.0
6112026-07-30T02:20:33.879Z Downloaded hubpack_derive v0.1.1
6122026-07-30T02:20:33.879Z Downloaded peg v0.8.5
6132026-07-30T02:20:33.879Z Downloaded http-body-util v0.1.3
6142026-07-30T02:20:33.879Z Downloaded scrypt v0.12.0
6152026-07-30T02:20:33.879Z Downloaded futures-executor v0.3.32
6162026-07-30T02:20:33.879Z Downloaded camino-tempfile-ext v0.3.3
6172026-07-30T02:20:33.879Z Downloaded argon2 v0.5.3
6182026-07-30T02:20:33.884Z Downloaded cexpr v0.6.0
6192026-07-30T02:20:33.887Z Downloaded proc-macro-crate v1.3.1
6202026-07-30T02:20:33.887Z Downloaded ahash v0.8.12
6212026-07-30T02:20:33.892Z Downloaded cmake v0.1.57
6222026-07-30T02:20:33.900Z Downloaded compression-codecs v0.4.37
6232026-07-30T02:20:33.901Z Downloaded cbc v0.2.1
6242026-07-30T02:20:33.901Z Downloaded rand_chacha v0.3.1
6252026-07-30T02:20:33.905Z Downloaded constant_time_eq v0.4.2
6262026-07-30T02:20:33.908Z Downloaded russh-cryptovec v0.62.0
6272026-07-30T02:20:33.911Z Downloaded argon2 v0.6.0-rc.8
6282026-07-30T02:20:33.916Z Downloaded chacha20 v0.9.1
6292026-07-30T02:20:33.916Z Downloaded ciborium v0.2.2
6302026-07-30T02:20:33.916Z Downloaded thiserror-impl-no-std v2.0.2
6312026-07-30T02:20:33.916Z Downloaded cobs v0.3.0
6322026-07-30T02:20:33.924Z Downloaded cipher v0.4.4
6332026-07-30T02:20:33.924Z Downloaded cassowary v0.3.0
6342026-07-30T02:20:33.927Z Downloaded topological-sort v0.2.2
6352026-07-30T02:20:33.927Z Downloaded num_enum_derive v0.7.6
6362026-07-30T02:20:33.927Z Downloaded num-derive v0.4.2
6372026-07-30T02:20:33.927Z Downloaded http-range v0.1.5
6382026-07-30T02:20:33.928Z Downloaded hubpack v0.1.2
6392026-07-30T02:20:33.938Z Downloaded getrandom v0.3.4
6402026-07-30T02:20:33.938Z Downloaded signal-hook-tokio v0.3.1
6412026-07-30T02:20:33.938Z Downloaded endian-type v0.1.2
6422026-07-30T02:20:33.938Z Downloaded glob v0.3.3
6432026-07-30T02:20:33.938Z Downloaded password-hash v0.6.1
6442026-07-30T02:20:33.938Z Downloaded blake2 v0.11.0-rc.6
6452026-07-30T02:20:33.942Z Downloaded const_format_proc_macros v0.2.34
6462026-07-30T02:20:33.942Z Downloaded hyper-staticfile v0.10.1
6472026-07-30T02:20:33.942Z Downloaded openssl-sys v0.9.115
6482026-07-30T02:20:33.942Z Downloaded rand_core v0.10.0
6492026-07-30T02:20:33.942Z Downloaded blowfish v0.10.0
6502026-07-30T02:20:33.942Z Downloaded heapless v0.7.17
6512026-07-30T02:20:33.948Z Downloaded same-file v1.0.6
6522026-07-30T02:20:33.948Z Downloaded tokio-test v0.4.5
6532026-07-30T02:20:33.948Z Downloaded primefield v0.14.0
6542026-07-30T02:20:33.948Z Downloaded byte-wrapper v0.1.0
6552026-07-30T02:20:33.952Z Downloaded chacha20 v0.10.0
6562026-07-30T02:20:33.952Z Downloaded subtle v2.6.1
6572026-07-30T02:20:33.952Z Downloaded untrusted v0.9.0
6582026-07-30T02:20:33.952Z Downloaded buf-list v1.1.2
6592026-07-30T02:20:33.955Z Downloaded ssh-encoding v0.3.0
6602026-07-30T02:20:33.958Z Downloaded highway v1.3.0
6612026-07-30T02:20:33.963Z Downloaded cancel-safe-futures v0.1.5
6622026-07-30T02:20:33.963Z Downloaded clang-sys v1.8.1
6632026-07-30T02:20:33.972Z Downloaded zerofrom v0.1.6
6642026-07-30T02:20:33.972Z Downloaded scroll_derive v0.13.1
6652026-07-30T02:20:33.972Z Downloaded hash32 v0.3.1
6662026-07-30T02:20:33.972Z Downloaded bzip2 v0.4.4
6672026-07-30T02:20:33.972Z Downloaded slog-envlogger v2.2.0
6682026-07-30T02:20:33.972Z Downloaded gethostname v0.5.0
6692026-07-30T02:20:33.976Z Downloaded tabled_derive v0.11.0
6702026-07-30T02:20:33.976Z Downloaded strum v0.27.2
6712026-07-30T02:20:33.976Z Downloaded serde_repr v0.1.20
6722026-07-30T02:20:33.976Z Downloaded try-lock v0.2.5
6732026-07-30T02:20:33.976Z Downloaded hmac v0.13.0
6742026-07-30T02:20:33.980Z Downloaded pkg-config v0.3.32
6752026-07-30T02:20:33.983Z Downloaded console v0.16.2
6762026-07-30T02:20:33.986Z Downloaded defmt v0.3.100
6772026-07-30T02:20:33.986Z Downloaded parking_lot v0.11.2
6782026-07-30T02:20:33.986Z Downloaded hash32 v0.2.1
6792026-07-30T02:20:33.986Z Downloaded hickory-resolver v0.24.4
6802026-07-30T02:20:33.990Z Downloaded trait-variant v0.1.2
6812026-07-30T02:20:33.993Z Downloaded progenitor v0.14.0
6822026-07-30T02:20:33.993Z Downloaded humantime v2.3.0
6832026-07-30T02:20:33.996Z Downloaded rustls-pemfile v2.2.0
6842026-07-30T02:20:33.996Z Downloaded sec1 v0.7.3
6852026-07-30T02:20:33.996Z Downloaded postgres-protocol v0.6.10
6862026-07-30T02:20:33.997Z Downloaded generic-array v1.4.3
6872026-07-30T02:20:34.003Z Downloaded const-oid v0.10.2
6882026-07-30T02:20:34.006Z Downloaded serde_spanned v1.1.1
6892026-07-30T02:20:34.006Z Downloaded tap v1.0.1
6902026-07-30T02:20:34.006Z Downloaded bzip2 v0.6.1
6912026-07-30T02:20:34.006Z Downloaded half v1.8.3
6922026-07-30T02:20:34.006Z Downloaded console v0.15.11
6932026-07-30T02:20:34.009Z Downloaded colored v2.2.0
6942026-07-30T02:20:34.009Z Downloaded group v0.13.0
6952026-07-30T02:20:34.013Z Downloaded tokio-macros v2.7.0
6962026-07-30T02:20:34.013Z Downloaded convert_case v0.10.0
6972026-07-30T02:20:34.013Z Downloaded slog-dtrace v0.3.0
6982026-07-30T02:20:34.013Z Downloaded const-oid v0.9.6
6992026-07-30T02:20:34.016Z Downloaded digest-io v0.1.0
7002026-07-30T02:20:34.017Z Downloaded olpc-cjson v0.1.4
7012026-07-30T02:20:34.017Z Downloaded downcast-rs v2.0.2
7022026-07-30T02:20:34.019Z Downloaded serde_urlencoded v0.7.1
7032026-07-30T02:20:34.020Z Downloaded simd-adler32 v0.3.8
7042026-07-30T02:20:34.020Z Downloaded smallvec v0.6.14
7052026-07-30T02:20:34.020Z Downloaded string_cache v0.8.9
7062026-07-30T02:20:34.020Z Downloaded tinystr v0.8.2
7072026-07-30T02:20:34.024Z Downloaded daft v0.1.7
7082026-07-30T02:20:34.025Z Downloaded filetime v0.2.27
7092026-07-30T02:20:34.025Z Downloaded progenitor-impl v0.14.0
7102026-07-30T02:20:34.025Z Downloaded parking_lot v0.12.5
7112026-07-30T02:20:34.027Z Downloaded getrandom v0.2.17
7122026-07-30T02:20:34.028Z Downloaded h2 v0.4.15
7132026-07-30T02:20:34.030Z Downloaded crc-catalog v2.4.0
7142026-07-30T02:20:34.033Z Downloaded illumos-nvpair-sys v0.2.0
7152026-07-30T02:20:34.036Z Downloaded ref-cast v1.0.25
7162026-07-30T02:20:34.039Z Downloaded unicase v2.9.0
7172026-07-30T02:20:34.039Z Downloaded xattr v1.6.1
7182026-07-30T02:20:34.039Z Downloaded dunce v1.0.5
7192026-07-30T02:20:34.039Z Downloaded termios v0.3.3
7202026-07-30T02:20:34.042Z Downloaded fs_extra v1.3.0
7212026-07-30T02:20:34.042Z Downloaded shlex v1.3.0
7222026-07-30T02:20:34.042Z Downloaded oxnet v0.1.6
7232026-07-30T02:20:34.045Z Downloaded tls_codec_derive v0.4.2
7242026-07-30T02:20:34.049Z Downloaded illumos-nvpair v0.3.0
7252026-07-30T02:20:34.052Z Downloaded ppv-lite86 v0.2.21
7262026-07-30T02:20:34.055Z Downloaded tower-layer v0.3.3
7272026-07-30T02:20:34.055Z Downloaded md5 v0.8.0
7282026-07-30T02:20:34.055Z Downloaded flate2 v1.1.9
7292026-07-30T02:20:34.058Z Downloaded pin-project v1.1.11
7302026-07-30T02:20:34.062Z Downloaded pkcs1 v0.7.5
7312026-07-30T02:20:34.066Z Downloaded num-traits v0.2.19
7322026-07-30T02:20:34.066Z Downloaded derive_builder_core v0.20.2
7332026-07-30T02:20:34.069Z Downloaded progenitor-macro v0.13.0
7342026-07-30T02:20:34.069Z Downloaded vergen v9.1.0
7352026-07-30T02:20:34.069Z Downloaded is-terminal v0.4.17
7362026-07-30T02:20:34.069Z Downloaded lru v0.12.5
7372026-07-30T02:20:34.069Z Downloaded untrusted v0.7.1
7382026-07-30T02:20:34.069Z Downloaded compact_str v0.8.1
7392026-07-30T02:20:34.072Z Downloaded const_format v0.2.35
7402026-07-30T02:20:34.074Z Downloaded parse-size v1.1.0
7412026-07-30T02:20:34.075Z Downloaded inout v0.1.4
7422026-07-30T02:20:34.075Z Downloaded fs-err v2.11.0
7432026-07-30T02:20:34.078Z Downloaded snafu-derive v0.8.9
7442026-07-30T02:20:34.078Z Downloaded salsa20 v0.11.0
7452026-07-30T02:20:34.078Z Downloaded progenitor-impl v0.13.0
7462026-07-30T02:20:34.082Z Downloaded ar_archive_writer v0.5.1
7472026-07-30T02:20:34.087Z Downloaded utf8_iter v1.0.4
7482026-07-30T02:20:34.087Z Downloaded unit-prefix v0.5.2
7492026-07-30T02:20:34.087Z Downloaded normalize-line-endings v0.3.0
7502026-07-30T02:20:34.087Z Downloaded ingot v0.2.1
7512026-07-30T02:20:34.090Z Downloaded digest v0.11.3
7522026-07-30T02:20:34.090Z Downloaded rand_xorshift v0.4.0
7532026-07-30T02:20:34.093Z Downloaded managed v0.8.0
7542026-07-30T02:20:34.093Z Downloaded expectorate v1.2.0
7552026-07-30T02:20:34.103Z Downloaded unicode-properties v0.1.4
7562026-07-30T02:20:34.108Z Downloaded crucible-workspace-hack v0.1.0
7572026-07-30T02:20:34.108Z Downloaded embedded-io v0.6.1
7582026-07-30T02:20:34.108Z Downloaded openssl-probe v0.2.1
7592026-07-30T02:20:34.108Z Downloaded rtoolbox v0.0.3
7602026-07-30T02:20:34.108Z Downloaded lazy_static v1.5.0
7612026-07-30T02:20:34.112Z Downloaded chacha20poly1305 v0.10.1
7622026-07-30T02:20:34.112Z Downloaded colored v3.1.1
7632026-07-30T02:20:34.112Z Downloaded phf v0.13.1
7642026-07-30T02:20:34.115Z Downloaded either v1.15.0
7652026-07-30T02:20:34.115Z Downloaded libloading v0.8.9
7662026-07-30T02:20:34.118Z Downloaded rustls-webpki v0.103.13
7672026-07-30T02:20:34.118Z Downloaded scopeguard v1.2.0
7682026-07-30T02:20:34.118Z Downloaded num-complex v0.4.6
7692026-07-30T02:20:34.121Z Downloaded whoami v1.6.1
7702026-07-30T02:20:34.125Z Downloaded strsim v0.10.0
7712026-07-30T02:20:34.125Z Downloaded internet-checksum v0.2.1
7722026-07-30T02:20:34.130Z Downloaded cc v1.2.56
7732026-07-30T02:20:34.133Z Downloaded peg-macros v0.8.5
7742026-07-30T02:20:34.133Z Downloaded vergen-lib v9.1.0
7752026-07-30T02:20:34.133Z Downloaded zip v0.6.6
7762026-07-30T02:20:34.136Z Downloaded num_threads v0.1.7
7772026-07-30T02:20:34.139Z Downloaded sync_wrapper v1.0.2
7782026-07-30T02:20:34.139Z Downloaded opaque-debug v0.3.1
7792026-07-30T02:20:34.139Z Downloaded proc-macro-crate v3.4.0
7802026-07-30T02:20:34.143Z Downloaded daft-derive v0.1.7
7812026-07-30T02:20:34.148Z Downloaded defmt v1.0.1
7822026-07-30T02:20:34.150Z Downloaded deranged v0.5.8
7832026-07-30T02:20:34.150Z Downloaded sapling-renderdag v0.1.0
7842026-07-30T02:20:34.154Z Downloaded vte v0.14.1
7852026-07-30T02:20:34.157Z Downloaded spin v0.9.8
7862026-07-30T02:20:34.160Z Downloaded zerocopy v0.6.6
7872026-07-30T02:20:34.160Z Downloaded phf_shared v0.12.1
7882026-07-30T02:20:34.160Z Downloaded powerfmt v0.2.0
7892026-07-30T02:20:34.163Z Downloaded md-5 v0.10.6
7902026-07-30T02:20:34.163Z Downloaded primeorder v0.14.0
7912026-07-30T02:20:34.166Z Downloaded rand_core v0.6.4
7922026-07-30T02:20:34.166Z Downloaded num-rational v0.4.2
7932026-07-30T02:20:34.166Z Downloaded psm v0.1.30
7942026-07-30T02:20:34.166Z Downloaded tower-service v0.3.3
7952026-07-30T02:20:34.173Z Downloaded ctutils v0.4.2
7962026-07-30T02:20:34.177Z Downloaded darling_core v0.23.0
7972026-07-30T02:20:34.180Z Downloaded headers v0.4.1
7982026-07-30T02:20:34.180Z Downloaded scroll v0.13.0
7992026-07-30T02:20:34.181Z Downloaded tracing-core v0.1.36
8002026-07-30T02:20:34.183Z Downloaded bumpalo v3.20.2
8012026-07-30T02:20:34.187Z Downloaded void v1.0.2
8022026-07-30T02:20:34.191Z Downloaded oxide-update-engine v0.1.2
8032026-07-30T02:20:34.195Z Downloaded zerofrom-derive v0.1.6
8042026-07-30T02:20:34.195Z Downloaded crunchy v0.2.4
8052026-07-30T02:20:34.195Z Downloaded strip-ansi-escapes v0.2.1
8062026-07-30T02:20:34.198Z Downloaded take_mut v0.2.2
8072026-07-30T02:20:34.198Z Downloaded sigpipe v0.1.3
8082026-07-30T02:20:34.198Z Downloaded schemars_derive v0.8.22
8092026-07-30T02:20:34.198Z Downloaded base64 v0.21.7
8102026-07-30T02:20:34.200Z Downloaded serde_derive_internals v0.29.1
8112026-07-30T02:20:34.200Z Downloaded tui-tree-widget v0.23.1
8122026-07-30T02:20:34.200Z Downloaded pem-rfc7468 v0.7.0
8132026-07-30T02:20:34.203Z Downloaded debug-ignore v1.0.5
8142026-07-30T02:20:34.203Z Downloaded darling_macro v0.20.11
8152026-07-30T02:20:34.203Z Downloaded diesel_table_macro_syntax v0.3.0
8162026-07-30T02:20:34.206Z Downloaded schemars v1.2.1
8172026-07-30T02:20:34.213Z Downloaded ident_case v1.0.1
8182026-07-30T02:20:34.216Z Downloaded hickory-resolver v0.25.2
8192026-07-30T02:20:34.216Z Downloaded papergrid v0.17.0
8202026-07-30T02:20:34.218Z Downloaded yoke v0.8.1
8212026-07-30T02:20:34.222Z Downloaded parse-display-derive v0.10.0
8222026-07-30T02:20:34.222Z Downloaded slab v0.4.12
8232026-07-30T02:20:34.222Z Downloaded sponge-cursor v0.1.0
8242026-07-30T02:20:34.222Z Downloaded serdect v0.4.3
8252026-07-30T02:20:34.222Z Downloaded time-macros v0.2.27
8262026-07-30T02:20:34.225Z Downloaded tokio-tungstenite v0.23.1
8272026-07-30T02:20:34.225Z Downloaded dirs-sys-next v0.1.2
8282026-07-30T02:20:34.225Z Downloaded crossbeam-channel v0.5.15
8292026-07-30T02:20:34.228Z Downloaded toml v0.7.8
8302026-07-30T02:20:34.228Z Downloaded toml v1.1.2+spec-1.1.0
8312026-07-30T02:20:34.231Z Downloaded rsa v0.9.10
8322026-07-30T02:20:34.234Z Downloaded pkcs1 v0.8.0-rc.4
8332026-07-30T02:20:34.234Z Downloaded indoc v1.0.9
8342026-07-30T02:20:34.237Z Downloaded kstat-rs v0.2.4
8352026-07-30T02:20:34.237Z Downloaded multimap v0.10.1
8362026-07-30T02:20:34.240Z Downloaded tagptr v0.2.0
8372026-07-30T02:20:34.240Z Downloaded ed25519 v2.2.3
8382026-07-30T02:20:34.240Z Downloaded lru-slab v0.1.2
8392026-07-30T02:20:34.240Z Downloaded usdt-impl v0.6.0
8402026-07-30T02:20:34.243Z Downloaded vsss-rs v3.3.4
8412026-07-30T02:20:34.246Z Downloaded zopfli v0.8.3
8422026-07-30T02:20:34.246Z Downloaded drift v0.2.0
8432026-07-30T02:20:34.253Z Downloaded ml-kem v0.3.2
8442026-07-30T02:20:34.258Z Downloaded bytes v1.11.1
8452026-07-30T02:20:34.258Z Downloaded num-bigint v0.4.6
8462026-07-30T02:20:34.258Z Downloaded percent-encoding v2.3.2
8472026-07-30T02:20:34.261Z Downloaded rand_seeder v0.4.0
8482026-07-30T02:20:34.261Z Downloaded tls_codec v0.4.2
8492026-07-30T02:20:34.261Z Downloaded potential_utf v0.1.4
8502026-07-30T02:20:34.261Z Downloaded qorb v0.4.1
8512026-07-30T02:20:34.265Z Downloaded scuffle v0.1.0
8522026-07-30T02:20:34.268Z Downloaded smallvec v1.15.1
8532026-07-30T02:20:34.270Z Downloaded hashbrown v0.12.3
8542026-07-30T02:20:34.273Z Downloaded signal-hook v0.3.18
8552026-07-30T02:20:34.273Z Downloaded sqlformat v0.3.5
8562026-07-30T02:20:34.276Z Downloaded ena v0.14.4
8572026-07-30T02:20:34.279Z Downloaded subprocess v0.2.15
8582026-07-30T02:20:34.286Z Downloaded newtype-uuid v1.3.2
8592026-07-30T02:20:34.289Z Downloaded wyz v0.5.1
8602026-07-30T02:20:34.289Z Downloaded indoc v2.0.7
8612026-07-30T02:20:34.289Z Downloaded rustls-pki-types v1.14.0
8622026-07-30T02:20:34.291Z Downloaded dof v0.4.0
8632026-07-30T02:20:34.291Z Downloaded mime v0.3.17
8642026-07-30T02:20:34.291Z Downloaded serde_plain v1.0.2
8652026-07-30T02:20:34.294Z Downloaded corncobs v0.1.4
8662026-07-30T02:20:34.294Z Downloaded pbkdf2 v0.13.0
8672026-07-30T02:20:34.297Z Downloaded stringprep v0.1.5
8682026-07-30T02:20:34.297Z Downloaded secrecy v0.10.3
8692026-07-30T02:20:34.301Z Downloaded zerotrie v0.2.3
8702026-07-30T02:20:34.306Z Downloaded libefi-sys v0.1.0
8712026-07-30T02:20:34.309Z Downloaded signature v2.2.0
8722026-07-30T02:20:34.312Z Downloaded stable_deref_trait v1.2.1
8732026-07-30T02:20:34.312Z Downloaded match_cfg v0.1.0
8742026-07-30T02:20:34.312Z Downloaded structmeta-derive v0.3.0
8752026-07-30T02:20:34.316Z Downloaded newline-converter v0.3.0
8762026-07-30T02:20:34.316Z Downloaded poly1305 v0.8.0
8772026-07-30T02:20:34.319Z Downloaded tracing-attributes v0.1.31
8782026-07-30T02:20:34.319Z Downloaded icu_normalizer v2.1.1
8792026-07-30T02:20:34.319Z Downloaded icu_locale_core v2.1.1
8802026-07-30T02:20:34.375Z Downloaded hickory-server v0.25.2
8812026-07-30T02:20:34.375Z Downloaded packed_struct v0.10.1
8822026-07-30T02:20:34.375Z Downloaded crossbeam-utils v0.8.21
8832026-07-30T02:20:34.375Z Downloaded hyper v1.10.1
8842026-07-30T02:20:34.375Z Downloaded unarray v0.1.4
8852026-07-30T02:20:34.375Z Downloaded crc v3.4.0
8862026-07-30T02:20:34.375Z Downloaded progenitor-macro v0.14.0
8872026-07-30T02:20:34.376Z Downloaded rand_chacha v0.9.0
8882026-07-30T02:20:34.376Z Downloaded darling v0.23.0
8892026-07-30T02:20:34.376Z Downloaded progenitor-extras v0.2.0
8902026-07-30T02:20:34.376Z Downloaded display-error-chain v0.2.2
8912026-07-30T02:20:34.376Z Downloaded dyn-clone v1.0.20
8922026-07-30T02:20:34.376Z Downloaded is_ci v1.2.0
8932026-07-30T02:20:34.379Z Downloaded ingot-macros v0.2.0
8942026-07-30T02:20:34.380Z Downloaded pkcs8 v0.10.2
8952026-07-30T02:20:34.380Z Downloaded p521 v0.14.0
8962026-07-30T02:20:34.380Z Downloaded serde-hex v0.1.0
8972026-07-30T02:20:34.380Z Downloaded bitvec v1.0.1
8982026-07-30T02:20:34.384Z Downloaded prefix-trie v0.7.0
8992026-07-30T02:20:34.392Z Downloaded miniz_oxide v0.8.9
9002026-07-30T02:20:34.392Z Downloaded icu_properties v2.1.2
9012026-07-30T02:20:34.392Z Downloaded num_enum v0.5.11
9022026-07-30T02:20:34.398Z Downloaded sha1 v0.10.6
9032026-07-30T02:20:34.398Z Downloaded signal-hook-registry v1.4.8
9042026-07-30T02:20:34.398Z Downloaded indent_write v2.2.0
9052026-07-30T02:20:34.398Z Downloaded lzss v0.8.2
9062026-07-30T02:20:34.398Z Downloaded tiny-keccak v2.0.2
9072026-07-30T02:20:34.398Z Downloaded rustls-native-certs v0.8.3
9082026-07-30T02:20:34.398Z Downloaded strum_macros v0.27.2
9092026-07-30T02:20:34.410Z Downloaded slog-stdlog v4.1.1
9102026-07-30T02:20:34.410Z Downloaded slog-term v2.9.2
9112026-07-30T02:20:34.410Z Downloaded thiserror-no-std v2.0.2
9122026-07-30T02:20:34.410Z Downloaded icu_collections v2.1.1
9132026-07-30T02:20:34.415Z Downloaded socket2 v0.5.10
9142026-07-30T02:20:34.416Z Downloaded cookie_store v0.22.1
9152026-07-30T02:20:34.416Z Downloaded lru-cache v0.1.2
9162026-07-30T02:20:34.416Z Downloaded hkdf v0.12.4
9172026-07-30T02:20:34.416Z Downloaded hkdf v0.13.0
9182026-07-30T02:20:34.416Z Downloaded parking_lot_core v0.9.12
9192026-07-30T02:20:34.418Z Downloaded steno v0.4.1
9202026-07-30T02:20:34.421Z Downloaded phf_shared v0.11.3
9212026-07-30T02:20:34.421Z Downloaded cookie v0.18.1
9222026-07-30T02:20:34.424Z Downloaded proc-macro-error-attr2 v2.0.0
9232026-07-30T02:20:34.424Z Downloaded proc-macro-error2 v2.0.1
9242026-07-30T02:20:34.428Z Downloaded wait-timeout v0.2.1
9252026-07-30T02:20:34.428Z Downloaded sync-ptr v0.1.4
9262026-07-30T02:20:34.428Z Downloaded dropshot_endpoint v0.17.1
9272026-07-30T02:20:34.431Z Downloaded parse-display v0.10.0
9282026-07-30T02:20:34.431Z Downloaded psl-types v2.0.11
9292026-07-30T02:20:34.431Z Downloaded recursive v0.1.1
9302026-07-30T02:20:34.431Z Downloaded rustc_version v0.4.1
9312026-07-30T02:20:34.431Z Downloaded scheduled-thread-pool v0.2.7
9322026-07-30T02:20:34.431Z Downloaded ctr v0.10.1
9332026-07-30T02:20:34.431Z Downloaded crossterm v0.28.1
9342026-07-30T02:20:34.434Z Downloaded critical-section v1.2.0
9352026-07-30T02:20:34.437Z Downloaded darling v0.13.4
9362026-07-30T02:20:34.437Z Downloaded nodrop v0.1.14
9372026-07-30T02:20:34.437Z Downloaded peg-runtime v0.8.5
9382026-07-30T02:20:34.437Z Downloaded derive-where v1.6.0
9392026-07-30T02:20:34.439Z Downloaded derive_more-impl v2.1.1
9402026-07-30T02:20:34.442Z Downloaded oso-derive v0.27.3
9412026-07-30T02:20:34.442Z Downloaded data-encoding v2.10.0
9422026-07-30T02:20:34.445Z Downloaded vergen-gitcl v1.0.8
9432026-07-30T02:20:34.448Z Downloaded vergen-lib v0.1.6
9442026-07-30T02:20:34.454Z Downloaded ecdsa v0.16.9
9452026-07-30T02:20:34.457Z Downloaded zerovec-derive v0.11.2
9462026-07-30T02:20:34.457Z Downloaded keccak v0.2.0
9472026-07-30T02:20:34.461Z Downloaded der_derive v0.7.3
9482026-07-30T02:20:34.461Z Downloaded diesel-dtrace v0.5.0
9492026-07-30T02:20:34.464Z Downloaded slog v2.8.2
9502026-07-30T02:20:34.466Z Downloaded siphasher v1.0.2
9512026-07-30T02:20:34.467Z Downloaded quinn v0.11.11
9522026-07-30T02:20:34.469Z Downloaded x509-cert v0.2.5
9532026-07-30T02:20:34.472Z Downloaded hashbrown v0.16.1
9542026-07-30T02:20:34.475Z Downloaded aho-corasick v1.1.4
9552026-07-30T02:20:34.479Z Downloaded tinyvec_macros v0.1.1
9562026-07-30T02:20:34.482Z Downloaded ipnet v2.11.0
9572026-07-30T02:20:34.482Z Downloaded ipnetwork v0.21.1
9582026-07-30T02:20:34.482Z Downloaded lock_api v0.4.14
9592026-07-30T02:20:34.483Z Downloaded rand v0.8.6
9602026-07-30T02:20:34.487Z Downloaded term v1.2.1
9612026-07-30T02:20:34.487Z Downloaded native-tls v0.2.18
9622026-07-30T02:20:34.487Z Downloaded minimal-lexical v0.2.1
9632026-07-30T02:20:34.490Z Downloaded tokio-tungstenite v0.21.0
9642026-07-30T02:20:34.494Z Downloaded unicode-xid v0.2.6
9652026-07-30T02:20:34.498Z Downloaded darling_core v0.21.3
9662026-07-30T02:20:34.502Z Downloaded usdt-attr-macro v0.6.0
9672026-07-30T02:20:34.502Z Downloaded darling_macro v0.23.0
9682026-07-30T02:20:34.505Z Downloaded predicates v3.1.4
9692026-07-30T02:20:34.516Z Downloaded litemap v0.8.1
9702026-07-30T02:20:34.521Z Downloaded omicron-zone-package v0.12.3
9712026-07-30T02:20:34.525Z Downloaded pkcs5 v0.8.1
9722026-07-30T02:20:34.528Z Downloaded pin-project-internal v1.1.11
9732026-07-30T02:20:34.528Z Downloaded crypto-common v0.2.2
9742026-07-30T02:20:34.528Z Downloaded dirs-next v2.0.0
9752026-07-30T02:20:34.528Z Downloaded toml_edit v0.19.15
9762026-07-30T02:20:34.536Z Downloaded schemars v0.8.22
9772026-07-30T02:20:34.542Z Downloaded hashbrown v0.15.5
9782026-07-30T02:20:34.546Z Downloaded nibble_vec v0.1.0
9792026-07-30T02:20:34.549Z Downloaded url v2.5.8
9802026-07-30T02:20:34.549Z Downloaded slog-scope v4.4.1
9812026-07-30T02:20:34.549Z Downloaded ssh-cipher v0.3.0
9822026-07-30T02:20:34.549Z Downloaded static_assertions v1.1.0
9832026-07-30T02:20:34.552Z Downloaded support-bundle-viewer v0.1.2
9842026-07-30T02:20:34.552Z Downloaded tinyvec v1.10.0
9852026-07-30T02:20:34.552Z Downloaded der v0.7.10
9862026-07-30T02:20:34.558Z Downloaded diesel_derives v2.3.7
9872026-07-30T02:20:34.562Z Downloaded num_enum_derive v0.5.11
9882026-07-30T02:20:34.563Z Downloaded tar v0.4.46
9892026-07-30T02:20:34.563Z Downloaded rfc6979 v0.6.0
9902026-07-30T02:20:34.563Z Downloaded cpubits v0.1.1
9912026-07-30T02:20:34.563Z Downloaded defmt-parser v1.0.0
9922026-07-30T02:20:34.567Z Downloaded tabwriter v1.4.1
9932026-07-30T02:20:34.567Z Downloaded idna_adapter v1.2.1
9942026-07-30T02:20:34.567Z Downloaded want v0.3.1
9952026-07-30T02:20:34.567Z Downloaded crypto-bigint v0.5.5
9962026-07-30T02:20:34.571Z Downloaded pretty_assertions v1.4.1
9972026-07-30T02:20:34.571Z Downloaded shell-words v1.1.1
9982026-07-30T02:20:34.571Z Downloaded xshell v0.2.7
9992026-07-30T02:20:34.574Z Downloaded openssl-probe v0.1.6
10002026-07-30T02:20:34.574Z Downloaded spki v0.8.0
10012026-07-30T02:20:34.574Z Downloaded zstd-safe v7.2.4
10022026-07-30T02:20:34.578Z Downloaded serde_bytes v0.11.19
10032026-07-30T02:20:34.578Z Downloaded sha1 v0.11.0
10042026-07-30T02:20:34.578Z Downloaded maybe-uninit v2.0.0
10052026-07-30T02:20:34.589Z Downloaded openssl-macros v0.1.1
10062026-07-30T02:20:34.589Z Downloaded slog-bunyan v2.5.0
10072026-07-30T02:20:34.589Z Downloaded structmeta v0.3.0
10082026-07-30T02:20:34.589Z Downloaded universal-hash v0.5.1
10092026-07-30T02:20:34.589Z Downloaded unicode_categories v0.1.1
10102026-07-30T02:20:34.589Z Downloaded writeable v0.6.2
10112026-07-30T02:20:34.593Z Downloaded derive_more v2.1.1
10122026-07-30T02:20:34.593Z Downloaded rayon-core v1.13.0
10132026-07-30T02:20:34.594Z Downloaded indexmap v1.9.3
10142026-07-30T02:20:34.598Z Downloaded rcgen v0.12.1
10152026-07-30T02:20:34.603Z Downloaded defmt-macros v1.0.1
10162026-07-30T02:20:34.603Z Downloaded mio v1.2.0
10172026-07-30T02:20:34.603Z Downloaded ed25519 v3.0.0
10182026-07-30T02:20:34.607Z Downloaded termtree v0.5.1
10192026-07-30T02:20:34.608Z Downloaded zone_cfg_derive v0.3.1
10202026-07-30T02:20:34.608Z Downloaded cstr-argument v0.1.2
10212026-07-30T02:20:34.608Z Downloaded waitgroup v0.1.2
10222026-07-30T02:20:34.608Z Downloaded rustls-platform-verifier v0.6.2
10232026-07-30T02:20:34.614Z Downloaded darling_macro v0.21.3
10242026-07-30T02:20:34.617Z Downloaded serde_with_macros v3.21.0
10252026-07-30T02:20:34.617Z Downloaded rsa v0.10.0-rc.18
10262026-07-30T02:20:34.620Z Downloaded serde_yaml v0.9.34+deprecated
10272026-07-30T02:20:34.623Z Downloaded owo-colors v4.3.0
10282026-07-30T02:20:34.623Z Downloaded phc v0.6.1
10292026-07-30T02:20:34.625Z Downloaded term v0.7.0
10302026-07-30T02:20:34.629Z Downloaded semver v0.1.20
10312026-07-30T02:20:34.634Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10322026-07-30T02:20:34.634Z Downloaded polyval v0.7.1
10332026-07-30T02:20:34.634Z Downloaded rand_core v0.9.5
10342026-07-30T02:20:34.638Z Downloaded derive_builder_macro v0.20.2
10352026-07-30T02:20:34.638Z Downloaded document-features v0.2.12
10362026-07-30T02:20:34.638Z Downloaded unicode-bidi v0.3.18
10372026-07-30T02:20:34.638Z Downloaded progenitor v0.13.0
10382026-07-30T02:20:34.638Z Downloaded toml_edit v0.23.10+spec-1.0.0
10392026-07-30T02:20:34.641Z Downloaded crossterm v0.29.0
10402026-07-30T02:20:34.644Z Downloaded maplit v1.0.2
10412026-07-30T02:20:34.648Z Downloaded rustyline v14.0.0
10422026-07-30T02:20:34.652Z Downloaded memoffset v0.9.1
10432026-07-30T02:20:34.652Z Downloaded newtype_derive v0.1.6
10442026-07-30T02:20:34.652Z Downloaded progenitor-client v0.14.0
10452026-07-30T02:20:34.655Z Downloaded stacker v0.1.23
10462026-07-30T02:20:34.655Z Downloaded libsw-core v0.3.2
10472026-07-30T02:20:34.661Z Downloaded reqwest v0.12.28
10482026-07-30T02:20:34.664Z Downloaded signature v3.0.0
10492026-07-30T02:20:34.667Z Downloaded num-iter v0.1.45
10502026-07-30T02:20:34.670Z Downloaded itertools v0.15.0
10512026-07-30T02:20:34.674Z Downloaded thread_local v1.1.9
10522026-07-30T02:20:34.674Z Downloaded itertools v0.14.0
10532026-07-30T02:20:34.677Z Downloaded quick-error v1.2.3
10542026-07-30T02:20:34.680Z Downloaded num-integer v0.1.46
10552026-07-30T02:20:34.680Z Downloaded toml_writer v1.1.1+spec-1.1.0
10562026-07-30T02:20:34.680Z Downloaded whoami v2.1.0
10572026-07-30T02:20:34.683Z Downloaded darling_core v0.20.11
10582026-07-30T02:20:34.686Z Downloaded walkdir v2.5.0
10592026-07-30T02:20:34.689Z Downloaded elliptic-curve v0.13.8
10602026-07-30T02:20:34.692Z Downloaded nom v7.1.3
10612026-07-30T02:20:34.695Z Downloaded zerocopy-derive v0.8.40
10622026-07-30T02:20:34.700Z Downloaded litrs v1.0.0
10632026-07-30T02:20:34.703Z Downloaded radium v0.7.0
10642026-07-30T02:20:34.706Z Downloaded dsl_auto_type v0.2.0
10652026-07-30T02:20:34.712Z Downloaded dtrace-parser v0.3.0
10662026-07-30T02:20:34.712Z Downloaded dropshot-api-manager-types v0.7.2
10672026-07-30T02:20:34.713Z Downloaded universal-hash v0.6.1
10682026-07-30T02:20:34.715Z Downloaded rustc-hash v2.1.1
10692026-07-30T02:20:34.716Z Downloaded ingot-types v0.2.0
10702026-07-30T02:20:34.718Z Downloaded libbz2-rs-sys v0.2.2
10712026-07-30T02:20:34.718Z Downloaded toml_parser v1.1.2+spec-1.1.0
10722026-07-30T02:20:34.721Z Downloaded progenitor-client v0.13.0
10732026-07-30T02:20:34.721Z Downloaded serde_path_to_error v0.1.20
10742026-07-30T02:20:34.724Z Downloaded uuid v1.23.4
10752026-07-30T02:20:34.727Z Downloaded rawzip v0.4.4
10762026-07-30T02:20:34.729Z Downloaded zip v4.6.1
10772026-07-30T02:20:34.732Z Downloaded oxide-update-engine-display v0.1.2
10782026-07-30T02:20:34.732Z Downloaded pem-rfc7468 v1.0.0
10792026-07-30T02:20:34.732Z Downloaded seq-macro v0.3.6
10802026-07-30T02:20:34.737Z Downloaded mime_guess v2.0.5
10812026-07-30T02:20:34.737Z Downloaded libsw v3.5.0
10822026-07-30T02:20:34.737Z Downloaded password-hash v0.5.0
10832026-07-30T02:20:34.740Z Downloaded unicode-segmentation v1.12.0
10842026-07-30T02:20:34.740Z Downloaded num v0.4.3
10852026-07-30T02:20:34.740Z Downloaded rand_pcg v0.10.2
10862026-07-30T02:20:34.740Z Downloaded snafu v0.8.9
10872026-07-30T02:20:34.744Z Downloaded ed25519-dalek v3.0.0
10882026-07-30T02:20:34.744Z Downloaded time-core v0.1.8
10892026-07-30T02:20:34.746Z Downloaded strum_macros v0.24.3
10902026-07-30T02:20:34.746Z Downloaded crc32fast v1.5.0
10912026-07-30T02:20:34.746Z Downloaded tokio-rustls v0.26.4
10922026-07-30T02:20:34.750Z Downloaded darling_macro v0.13.4
10932026-07-30T02:20:34.754Z Downloaded serde_cbor v0.11.2
10942026-07-30T02:20:34.757Z Downloaded iana-time-zone v0.1.65
10952026-07-30T02:20:34.757Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-07-30T02:20:34.758Z Downloaded yansi v1.0.1
10972026-07-30T02:20:34.758Z Downloaded unicode-truncate v1.1.0
10982026-07-30T02:20:34.761Z Downloaded zeroize_derive v1.5.0
10992026-07-30T02:20:34.761Z Downloaded path-slash v0.1.5
11002026-07-30T02:20:34.765Z Downloaded r2d2 v0.8.10
11012026-07-30T02:20:34.768Z Downloaded recursive-proc-macro-impl v0.1.1
11022026-07-30T02:20:34.779Z Downloaded smf v0.2.3
11032026-07-30T02:20:34.782Z Downloaded keccak v0.1.6
11042026-07-30T02:20:34.782Z Downloaded paste v1.0.15
11052026-07-30T02:20:34.782Z Downloaded itertools v0.13.0
11062026-07-30T02:20:34.782Z Downloaded goblin v0.10.5
11072026-07-30T02:20:34.786Z Downloaded typed-path v0.9.3
11082026-07-30T02:20:34.790Z Downloaded diff v0.1.13
11092026-07-30T02:20:34.790Z Downloaded oso v0.27.3
11102026-07-30T02:20:34.793Z Downloaded ron v0.8.1
11112026-07-30T02:20:34.793Z Downloaded socket2 v0.6.3
11122026-07-30T02:20:34.796Z Downloaded derive-ex v0.1.8
11132026-07-30T02:20:34.797Z Downloaded sqlparser_derive v0.5.0
11142026-07-30T02:20:34.797Z Downloaded blake3 v1.8.5
11152026-07-30T02:20:34.801Z Downloaded jobserver v0.1.34
11162026-07-30T02:20:34.805Z Downloaded zeroize v1.9.0
11172026-07-30T02:20:34.805Z Downloaded tungstenite v0.21.0
11182026-07-30T02:20:34.805Z Downloaded xshell-macros v0.2.7
11192026-07-30T02:20:34.805Z Downloaded rustversion v1.0.22
11202026-07-30T02:20:34.805Z Downloaded pin-project-lite v0.2.17
11212026-07-30T02:20:34.808Z Downloaded pkcs8 v0.11.0
11222026-07-30T02:20:34.811Z Downloaded zone v0.3.1
11232026-07-30T02:20:34.816Z Downloaded publicsuffix v2.3.0
11242026-07-30T02:20:34.824Z Downloaded sec1 v0.8.1
11252026-07-30T02:20:34.824Z Downloaded linear-map v1.2.0
11262026-07-30T02:20:34.824Z Downloaded newtype-uuid-macros v0.1.0
11272026-07-30T02:20:34.827Z Downloaded phf_shared v0.13.1
11282026-07-30T02:20:34.827Z Downloaded signal-hook-mio v0.2.5
11292026-07-30T02:20:34.827Z Downloaded git2 v0.20.4
11302026-07-30T02:20:34.830Z Downloaded delegate v0.13.5
11312026-07-30T02:20:34.833Z Downloaded impl-trait-for-tuples v0.2.3
11322026-07-30T02:20:34.833Z Downloaded packed_struct_codegen v0.10.1
11332026-07-30T02:20:34.833Z Downloaded rustc_version v0.1.7
11342026-07-30T02:20:34.833Z Downloaded crc8 v0.1.1
11352026-07-30T02:20:34.840Z Downloaded libxml v0.3.3
11362026-07-30T02:20:34.844Z Downloaded thread-id v5.1.0
11372026-07-30T02:20:34.847Z Downloaded linked-hash-map v0.5.6
11382026-07-30T02:20:34.847Z Downloaded kem v0.3.0
11392026-07-30T02:20:34.847Z Downloaded sha2 v0.11.0
11402026-07-30T02:20:34.847Z Downloaded tokio-dtrace v0.1.1
11412026-07-30T02:20:34.850Z Downloaded typify-macro v0.6.2
11422026-07-30T02:20:34.850Z Downloaded zstd v0.13.3
11432026-07-30T02:20:34.850Z Downloaded nu-ansi-term v0.50.3
11442026-07-30T02:20:34.850Z Downloaded libscf-sys v1.2.0
11452026-07-30T02:20:34.855Z Downloaded rusty-fork v0.3.1
11462026-07-30T02:20:34.855Z Downloaded regex v1.12.3
11472026-07-30T02:20:34.855Z Downloaded uzers v0.12.2
11482026-07-30T02:20:34.865Z Downloaded schemars v0.9.0
11492026-07-30T02:20:34.869Z Downloaded tough v0.22.0
11502026-07-30T02:20:34.869Z Downloaded vergen-git2 v9.1.0
11512026-07-30T02:20:34.869Z Downloaded crossbeam-epoch v0.9.18
11522026-07-30T02:20:34.872Z Downloaded ecdsa v0.17.0
11532026-07-30T02:20:34.872Z Downloaded multer v3.1.0
11542026-07-30T02:20:34.872Z Downloaded bindgen v0.71.1
11552026-07-30T02:20:34.875Z Downloaded quinn-udp v0.5.14
11562026-07-30T02:20:34.875Z Downloaded testing_table v0.3.0
11572026-07-30T02:20:34.875Z Downloaded lalrpop-util v0.19.12
11582026-07-30T02:20:34.875Z Downloaded libm v0.2.16
11592026-07-30T02:20:34.882Z Downloaded displaydoc v0.2.5
11602026-07-30T02:20:34.884Z Downloaded iri-string v0.7.10
11612026-07-30T02:20:34.887Z Downloaded rand v0.10.1
11622026-07-30T02:20:34.896Z Downloaded difflib v0.4.0
11632026-07-30T02:20:34.899Z Downloaded serde-big-array v0.5.1
11642026-07-30T02:20:34.899Z Downloaded supports-color v3.0.2
11652026-07-30T02:20:34.903Z Downloaded module-lattice v0.2.3
11662026-07-30T02:20:34.906Z Downloaded yoke-derive v0.8.1
11672026-07-30T02:20:34.906Z Downloaded predicates-core v1.0.10
11682026-07-30T02:20:34.906Z Downloaded precomputed-hash v0.1.1
11692026-07-30T02:20:34.914Z Downloaded der v0.8.0
11702026-07-30T02:20:34.919Z Downloaded postgres-types v0.2.12
11712026-07-30T02:20:34.919Z Downloaded parking_lot_core v0.8.6
11722026-07-30T02:20:34.919Z Downloaded pem v3.0.6
11732026-07-30T02:20:34.919Z Downloaded embedded-io v0.4.0
11742026-07-30T02:20:34.919Z Downloaded instant v0.1.13
11752026-07-30T02:20:34.919Z Downloaded new_debug_unreachable v1.0.6
11762026-07-30T02:20:34.929Z Downloaded tungstenite v0.23.0
11772026-07-30T02:20:34.929Z Downloaded utf-8 v0.7.6
11782026-07-30T02:20:34.929Z Downloaded hyper-util v0.1.20
11792026-07-30T02:20:34.936Z Downloaded memmap2 v0.9.10
11802026-07-30T02:20:34.936Z Downloaded darling v0.20.11
11812026-07-30T02:20:34.936Z Downloaded usdt-macro v0.6.0
11822026-07-30T02:20:34.936Z Downloaded num_enum v0.7.6
11832026-07-30T02:20:34.936Z Downloaded winnow v0.6.26
11842026-07-30T02:20:34.940Z Downloaded ignore v0.4.25
11852026-07-30T02:20:34.940Z Downloaded winnow v1.0.3
11862026-07-30T02:20:34.943Z Downloaded inout v0.2.2
11872026-07-30T02:20:34.943Z Downloaded derive_builder v0.20.2
11882026-07-30T02:20:34.946Z Downloaded primeorder v0.13.6
11892026-07-30T02:20:34.946Z Downloaded idna v1.1.0
11902026-07-30T02:20:34.949Z Downloaded nom v8.0.0
11912026-07-30T02:20:34.955Z Downloaded usdt v0.6.0
11922026-07-30T02:20:34.955Z Downloaded chrono v0.4.45
11932026-07-30T02:20:34.958Z Downloaded num-conv v0.2.0
11942026-07-30T02:20:34.958Z Downloaded wnaf v0.14.0
11952026-07-30T02:20:34.958Z Downloaded cpufeatures v0.3.0
11962026-07-30T02:20:34.958Z Downloaded synstructure v0.13.2
11972026-07-30T02:20:34.958Z Downloaded csv-core v0.1.13
11982026-07-30T02:20:34.958Z Downloaded resolv-conf v0.7.6
11992026-07-30T02:20:34.958Z Downloaded aws-lc-rs v1.16.3
12002026-07-30T02:20:34.965Z Downloaded crossbeam-deque v0.8.6
12012026-07-30T02:20:34.968Z Downloaded rand v0.9.2
12022026-07-30T02:20:34.968Z Downloaded similar v2.7.0
12032026-07-30T02:20:34.971Z Downloaded unicode-normalization v0.1.25
12042026-07-30T02:20:34.971Z Downloaded serde_with_macros v1.5.2
12052026-07-30T02:20:34.971Z Downloaded curve25519-dalek-derive v0.1.1
12062026-07-30T02:20:34.971Z Downloaded p384 v0.13.1
12072026-07-30T02:20:34.974Z Downloaded elliptic-curve v0.14.1
12082026-07-30T02:20:34.977Z Downloaded jiff-static v0.2.21
12092026-07-30T02:20:34.977Z Downloaded ref-cast-impl v1.0.25
12102026-07-30T02:20:34.981Z Downloaded secrecy v0.8.0
12112026-07-30T02:20:34.981Z Downloaded instability v0.3.11
12122026-07-30T02:20:34.981Z Downloaded strum v0.26.3
12132026-07-30T02:20:34.981Z Downloaded yasna v0.5.2
12142026-07-30T02:20:34.981Z Downloaded slog-async v2.8.0
12152026-07-30T02:20:34.984Z Downloaded nanorand v0.7.0
12162026-07-30T02:20:34.987Z Downloaded p256 v0.14.0
12172026-07-30T02:20:34.993Z Downloaded port-file v0.1.0
12182026-07-30T02:20:34.997Z Downloaded icu_provider v2.1.1
12192026-07-30T02:20:34.997Z Downloaded twox-hash v2.1.2
12202026-07-30T02:20:35.000Z Downloaded petname v2.0.2
12212026-07-30T02:20:35.003Z Downloaded tokio-postgres v0.7.16
12222026-07-30T02:20:35.006Z Downloaded dropshot-api-manager v0.7.2
12232026-07-30T02:20:35.009Z Downloaded radix_trie v0.2.1
12242026-07-30T02:20:35.012Z Downloaded slog-json v2.6.1
12252026-07-30T02:20:35.012Z Downloaded strum_macros v0.26.4
12262026-07-30T02:20:35.017Z Downloaded darling v0.21.3
12272026-07-30T02:20:35.018Z Downloaded phf v0.12.1
12282026-07-30T02:20:35.018Z Downloaded postcard v1.1.3
12292026-07-30T02:20:35.021Z Downloaded time v0.3.47
12302026-07-30T02:20:35.025Z Downloaded spki v0.7.3
12312026-07-30T02:20:35.029Z Downloaded darling_core v0.13.4
12322026-07-30T02:20:35.029Z Downloaded oxide-update-engine-types v0.1.2
12332026-07-30T02:20:35.029Z Downloaded tower-http v0.6.8
12342026-07-30T02:20:35.032Z Downloaded internal-russh-num-bigint v0.5.0
12352026-07-30T02:20:35.036Z Downloaded test-strategy v0.4.5
12362026-07-30T02:20:35.040Z Downloaded rpassword v7.5.4
12372026-07-30T02:20:35.040Z Downloaded ed25519-dalek v2.2.0
12382026-07-30T02:20:35.040Z Downloaded typify v0.6.2
12392026-07-30T02:20:35.044Z Downloaded zerovec v0.11.5
12402026-07-30T02:20:35.049Z Downloaded regex-syntax v0.6.29
12412026-07-30T02:20:35.049Z Downloaded unsafe-libyaml v0.2.11
12422026-07-30T02:20:35.056Z Downloaded indicatif v0.18.4
12432026-07-30T02:20:35.060Z Downloaded quinn-proto v0.11.16
12442026-07-30T02:20:35.065Z Downloaded tokio-native-tls v0.3.1
12452026-07-30T02:20:35.070Z Downloaded tokio-stream v0.1.18
12462026-07-30T02:20:35.070Z Downloaded des v0.9.0
12472026-07-30T02:20:35.070Z Downloaded derive_more v0.99.20
12482026-07-30T02:20:35.074Z Downloaded p384 v0.14.0
12492026-07-30T02:20:35.078Z Downloaded prettyplease v0.2.37
12502026-07-30T02:20:35.078Z Downloaded proptest v1.11.0
12512026-07-30T02:20:35.083Z Downloaded ryu v1.0.23
12522026-07-30T02:20:35.087Z Downloaded samael v0.0.19
12532026-07-30T02:20:35.136Z Downloaded serde_with v3.21.0
12542026-07-30T02:20:35.147Z Downloaded crypto-primes v0.7.2
12552026-07-30T02:20:35.147Z Downloaded reqwest v0.13.2
12562026-07-30T02:20:35.147Z Downloaded vcpkg v0.2.15
12572026-07-30T02:20:35.147Z Downloaded portable-atomic v1.13.1
12582026-07-30T02:20:35.152Z Downloaded icu_normalizer_data v2.1.1
12592026-07-30T02:20:35.153Z Downloaded tower v0.5.3
12602026-07-30T02:20:35.153Z Downloaded tokio-util v0.7.18
12612026-07-30T02:20:35.157Z Downloaded iddqd v0.4.2
12622026-07-30T02:20:35.163Z Downloaded crc-any v2.5.0
12632026-07-30T02:20:35.163Z Downloaded itertools v0.12.1
12642026-07-30T02:20:35.168Z Downloaded russh v0.62.4
12652026-07-30T02:20:35.172Z Downloaded num-bigint-dig v0.8.6
12662026-07-30T02:20:35.192Z Downloaded zlib-rs v0.6.2
12672026-07-30T02:20:35.196Z Downloaded nix v0.27.1
12682026-07-30T02:20:35.207Z Downloaded serde_with v1.14.0
12692026-07-30T02:20:35.219Z Downloaded rayon v1.11.0
12702026-07-30T02:20:35.227Z Downloaded bstr v1.12.1
12712026-07-30T02:20:35.231Z Downloaded quick-xml v0.37.5
12722026-07-30T02:20:35.236Z Downloaded itertools v0.10.5
12732026-07-30T02:20:35.246Z Downloaded sha3 v0.12.0
12742026-07-30T02:20:35.259Z Downloaded icu_properties_data v2.1.2
12752026-07-30T02:20:35.259Z Downloaded crypto-bigint v0.7.5
12762026-07-30T02:20:35.259Z Downloaded winnow v0.5.40
12772026-07-30T02:20:35.265Z Downloaded openapiv3 v2.2.0
12782026-07-30T02:20:35.269Z Downloaded hickory-proto v0.24.4
12792026-07-30T02:20:35.275Z Downloaded object v0.30.4
12802026-07-30T02:20:35.283Z Downloaded polar-core v0.27.3
12812026-07-30T02:20:35.289Z Downloaded reedline v0.40.0
12822026-07-30T02:20:35.295Z Downloaded lalrpop v0.19.12
12832026-07-30T02:20:35.300Z Downloaded ssh-key v0.7.0-rc.11
12842026-07-30T02:20:35.305Z Downloaded hickory-proto v0.25.2
12852026-07-30T02:20:35.316Z Downloaded regress v0.11.1
12862026-07-30T02:20:35.321Z Downloaded tabled v0.20.0
12872026-07-30T02:20:35.328Z Downloaded openssl v0.10.79
12882026-07-30T02:20:35.341Z Downloaded salty v0.3.0
12892026-07-30T02:20:35.346Z Downloaded moka v0.12.13
12902026-07-30T02:20:35.346Z Downloaded smoltcp v0.9.1
12912026-07-30T02:20:35.361Z Downloaded object v0.37.3
12922026-07-30T02:20:35.370Z Downloaded sqlparser v0.61.0
12932026-07-30T02:20:35.375Z Downloaded regex-syntax v0.8.10
12942026-07-30T02:20:35.387Z Downloaded nix v0.28.0
12952026-07-30T02:20:35.393Z Downloaded sled v0.34.7
12962026-07-30T02:20:35.401Z Downloaded rustix v0.38.44
12972026-07-30T02:20:35.410Z Downloaded zerocopy v0.8.40
12982026-07-30T02:20:35.418Z Downloaded nix v0.31.2
12992026-07-30T02:20:35.422Z Downloaded regress v0.10.5
13002026-07-30T02:20:35.427Z Downloaded curve25519-dalek v4.1.3
13012026-07-30T02:20:35.432Z Downloaded tracing v0.1.44
13022026-07-30T02:20:35.444Z Downloaded curve25519-dalek v5.0.0
13032026-07-30T02:20:35.450Z Downloaded smoltcp v0.11.0
13042026-07-30T02:20:35.464Z Downloaded sha3 v0.11.0
13052026-07-30T02:20:35.467Z Downloaded ratatui v0.29.0
13062026-07-30T02:20:35.476Z Downloaded dropshot v0.17.1
13072026-07-30T02:20:35.489Z Downloaded typify-impl v0.6.2
13082026-07-30T02:20:35.494Z Downloaded rustls v0.23.41
13092026-07-30T02:20:35.502Z Downloaded diesel v2.3.7
13102026-07-30T02:20:35.514Z Downloaded bzip2-sys v0.1.13+1.0.8
13112026-07-30T02:20:35.520Z Downloaded zerocopy-derive v0.6.6
13122026-07-30T02:20:35.541Z Downloaded regex-automata v0.4.14
13132026-07-30T02:20:35.559Z Downloaded chrono-tz v0.10.4
13142026-07-30T02:20:35.569Z Downloaded petgraph v0.8.3
13152026-07-30T02:20:35.582Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13162026-07-30T02:20:35.592Z Downloaded sha3 v0.10.8
13172026-07-30T02:20:35.595Z Downloaded petgraph v0.6.5
13182026-07-30T02:20:35.609Z Downloaded jiff v0.2.21
13192026-07-30T02:20:35.619Z Downloaded tokio v1.52.1
13202026-07-30T02:20:35.641Z Downloaded libz-sys v1.1.24
13212026-07-30T02:20:35.653Z Downloaded csv v1.4.0
13222026-07-30T02:20:35.664Z Downloaded encoding_rs v0.8.35
13232026-07-30T02:20:35.680Z Downloaded ring v0.17.14
13242026-07-30T02:20:35.745Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-07-30T02:20:36.251Z Downloaded aws-lc-sys v0.40.0
13262026-07-30T02:20:36.499Z Compiling libc v0.2.185
13272026-07-30T02:20:36.499Z Compiling serde_core v1.0.228
13282026-07-30T02:20:36.502Z Compiling serde v1.0.228
13292026-07-30T02:20:36.502Z Compiling log v0.4.29
13302026-07-30T02:20:36.502Z Compiling smallvec v1.15.1
13312026-07-30T02:20:36.502Z Compiling shlex v1.3.0
13322026-07-30T02:20:36.502Z Compiling find-msvc-tools v0.1.9
13332026-07-30T02:20:36.502Z Compiling syn v2.0.117
13342026-07-30T02:20:36.829Z Compiling subtle v2.6.1
13352026-07-30T02:20:36.865Z Compiling stable_deref_trait v1.2.1
13362026-07-30T02:20:36.883Z Compiling scopeguard v1.2.0
13372026-07-30T02:20:36.932Z Compiling typenum v1.20.1
13382026-07-30T02:20:36.952Z Compiling serde_json v1.0.151
13392026-07-30T02:20:36.952Z Compiling portable-atomic v1.13.1
13402026-07-30T02:20:36.985Z Compiling lock_api v0.4.14
13412026-07-30T02:20:36.998Z Compiling zerocopy v0.8.40
13422026-07-30T02:20:37.155Z Compiling parking_lot_core v0.9.12
13432026-07-30T02:20:37.207Z Compiling pin-project-lite v0.2.17
13442026-07-30T02:20:37.301Z Compiling getrandom v0.4.1
13452026-07-30T02:20:37.508Z Compiling libm v0.2.16
13462026-07-30T02:20:37.512Z Compiling critical-section v1.2.0
13472026-07-30T02:20:37.650Z Compiling jobserver v0.1.34
13482026-07-30T02:20:37.690Z Compiling errno v0.3.14
13492026-07-30T02:20:37.757Z Compiling getrandom v0.2.17
13502026-07-30T02:20:37.824Z Compiling pkg-config v0.3.32
13512026-07-30T02:20:37.854Z Compiling signal-hook-registry v1.4.8
13522026-07-30T02:20:37.868Z Compiling cc v1.2.56
13532026-07-30T02:20:37.995Z Compiling rand_core v0.6.4
13542026-07-30T02:20:38.033Z Compiling once_cell v1.21.3
13552026-07-30T02:20:38.138Z Compiling num-traits v0.2.19
13562026-07-30T02:20:38.247Z Compiling futures-core v0.3.32
13572026-07-30T02:20:38.270Z Compiling rand_core v0.10.0
13582026-07-30T02:20:38.377Z Compiling parking_lot v0.12.5
13592026-07-30T02:20:38.438Z Compiling mio v1.2.0
13602026-07-30T02:20:38.484Z Compiling generic-array v0.14.7
13612026-07-30T02:20:38.630Z Compiling const-oid v0.9.6
13622026-07-30T02:20:38.680Z Compiling percent-encoding v2.3.2
13632026-07-30T02:20:38.877Z Compiling bitflags v2.11.0
13642026-07-30T02:20:38.914Z Compiling litemap v0.8.1
13652026-07-30T02:20:38.929Z Compiling writeable v0.6.2
13662026-07-30T02:20:39.110Z Compiling semver v1.0.28
13672026-07-30T02:20:39.130Z Compiling icu_normalizer_data v2.1.1
13682026-07-30T02:20:39.175Z Compiling icu_properties_data v2.1.2
13692026-07-30T02:20:39.384Z Compiling socket2 v0.6.3
13702026-07-30T02:20:39.474Z Compiling futures-sink v0.3.32
13712026-07-30T02:20:39.517Z Compiling slab v0.4.12
13722026-07-30T02:20:39.539Z Compiling futures-task v0.3.32
13732026-07-30T02:20:39.569Z Compiling futures-channel v0.3.32
13742026-07-30T02:20:39.586Z Compiling futures-io v0.3.32
13752026-07-30T02:20:39.676Z Compiling synstructure v0.13.2
13762026-07-30T02:20:39.707Z Compiling utf8_iter v1.0.4
13772026-07-30T02:20:39.738Z Compiling indexmap v2.14.0
13782026-07-30T02:20:39.800Z Compiling form_urlencoded v1.2.2
13792026-07-30T02:20:39.823Z Compiling getrandom v0.3.4
13802026-07-30T02:20:39.857Z Compiling rustversion v1.0.22
13812026-07-30T02:20:39.914Z Compiling cmake v0.1.57
13822026-07-30T02:20:39.970Z Compiling iana-time-zone v0.1.65
13832026-07-30T02:20:39.985Z Compiling rustix v1.1.3
13842026-07-30T02:20:40.173Z Compiling fs_extra v1.3.0
13852026-07-30T02:20:40.267Z Compiling ident_case v1.0.1
13862026-07-30T02:20:40.304Z Compiling dunce v1.0.5
13872026-07-30T02:20:40.390Z Compiling regex-syntax v0.8.10
13882026-07-30T02:20:40.404Z Compiling uuid v1.23.4
13892026-07-30T02:20:40.404Z Compiling base64ct v1.8.3
13902026-07-30T02:20:40.446Z Compiling aws-lc-sys v0.40.0
13912026-07-30T02:20:40.707Z Compiling rand_core v0.9.5
13922026-07-30T02:20:40.721Z Compiling vcpkg v0.2.15
13932026-07-30T02:20:40.831Z Compiling base64 v0.22.1
13942026-07-30T02:20:40.994Z Compiling pem-rfc7468 v0.7.0
13952026-07-30T02:20:41.112Z Compiling rustc_version v0.4.1
13962026-07-30T02:20:41.173Z Compiling tracing-core v0.1.36
13972026-07-30T02:20:41.310Z Compiling aws-lc-rs v1.16.3
13982026-07-30T02:20:41.386Z Compiling serde_derive v1.0.228
13992026-07-30T02:20:41.440Z Compiling zeroize_derive v1.5.0
14002026-07-30T02:20:41.513Z Compiling zerofrom-derive v0.1.6
14012026-07-30T02:20:41.603Z Compiling yoke-derive v0.8.1
14022026-07-30T02:20:41.739Z Compiling zerovec-derive v0.11.2
14032026-07-30T02:20:41.753Z Compiling zerocopy-derive v0.8.40
14042026-07-30T02:20:42.099Z Compiling zeroize v1.9.0
14052026-07-30T02:20:42.317Z Compiling displaydoc v0.2.5
14062026-07-30T02:20:42.866Z Compiling tokio-macros v2.7.0
14072026-07-30T02:20:42.903Z Compiling zerofrom v0.1.6
14082026-07-30T02:20:42.903Z Compiling futures-macro v0.3.32
14092026-07-30T02:20:43.194Z Compiling yoke v0.8.1
14102026-07-30T02:20:43.202Z Compiling openssl-sys v0.9.115
14112026-07-30T02:20:43.217Z Compiling zerovec v0.11.5
14122026-07-30T02:20:43.482Z Compiling zerotrie v0.2.3
14132026-07-30T02:20:43.713Z Compiling crypto-common v0.1.7
14142026-07-30T02:20:43.735Z Compiling block-buffer v0.10.4
14152026-07-30T02:20:43.735Z Compiling tinystr v0.8.2
14162026-07-30T02:20:43.742Z Compiling potential_utf v0.1.4
14172026-07-30T02:20:43.752Z Compiling futures-util v0.3.32
14182026-07-30T02:20:43.752Z Compiling der_derive v0.7.3
14192026-07-30T02:20:43.820Z Compiling digest v0.10.7
14202026-07-30T02:20:43.987Z Compiling icu_locale_core v2.1.1
14212026-07-30T02:20:43.994Z Compiling icu_collections v2.1.1
14222026-07-30T02:20:44.068Z Compiling thiserror-impl v2.0.18
14232026-07-30T02:20:44.534Z Compiling tracing-attributes v0.1.31
14242026-07-30T02:20:44.686Z Compiling icu_provider v2.1.1
14252026-07-30T02:20:44.791Z Compiling flagset v0.4.7
14262026-07-30T02:20:44.880Z Compiling bytes v1.11.1
14272026-07-30T02:20:44.940Z Compiling icu_normalizer v2.1.1
14282026-07-30T02:20:44.973Z Compiling icu_properties v2.1.2
14292026-07-30T02:20:45.407Z Compiling tokio v1.52.1
14302026-07-30T02:20:45.470Z Compiling chrono v0.4.45
14312026-07-30T02:20:45.587Z Compiling http v1.4.2
14322026-07-30T02:20:45.650Z Compiling tracing v0.1.44
14332026-07-30T02:20:45.922Z Compiling idna_adapter v1.2.1
14342026-07-30T02:20:46.035Z Compiling idna v1.1.0
14352026-07-30T02:20:46.054Z Compiling thiserror v2.0.18
14362026-07-30T02:20:46.071Z Compiling ppv-lite86 v0.2.21
14372026-07-30T02:20:46.167Z Compiling http-body v1.0.1
14382026-07-30T02:20:46.249Z Compiling der v0.7.10
14392026-07-30T02:20:46.325Z Compiling url v2.5.8
14402026-07-30T02:20:46.389Z Compiling rand_chacha v0.9.0
14412026-07-30T02:20:46.524Z Compiling rustls-pki-types v1.14.0
14422026-07-30T02:20:46.691Z Compiling serde_derive_internals v0.29.1
14432026-07-30T02:20:46.836Z Compiling dyn-clone v1.0.20
14442026-07-30T02:20:46.970Z Compiling openssl-probe v0.2.1
14452026-07-30T02:20:46.973Z Compiling cmov v0.5.4
14462026-07-30T02:20:47.079Z Compiling schemars v0.8.22
14472026-07-30T02:20:47.100Z Compiling httparse v1.10.1
14482026-07-30T02:20:47.145Z Compiling tinyvec_macros v0.1.1
14492026-07-30T02:20:47.191Z Compiling ctutils v0.4.2
14502026-07-30T02:20:47.212Z Compiling tinyvec v1.10.0
14512026-07-30T02:20:47.288Z Compiling spki v0.7.3
14522026-07-30T02:20:47.445Z Compiling pest_generator v2.8.6
14532026-07-30T02:20:47.480Z Compiling rand v0.9.2
14542026-07-30T02:20:47.541Z Compiling aho-corasick v1.1.4
14552026-07-30T02:20:47.554Z Compiling tower-layer v0.3.3
14562026-07-30T02:20:47.569Z Compiling schemars_derive v0.8.22
14572026-07-30T02:20:47.596Z Compiling atomic-waker v1.1.2
14582026-07-30T02:20:47.711Z Compiling try-lock v0.2.5
14592026-07-30T02:20:47.740Z Compiling untrusted v0.7.1
14602026-07-30T02:20:47.827Z Compiling tower-service v0.3.3
14612026-07-30T02:20:47.855Z Compiling tempfile v3.25.0
14622026-07-30T02:20:47.914Z Compiling want v0.3.1
14632026-07-30T02:20:48.138Z Compiling pest_derive v2.8.6
14642026-07-30T02:20:48.208Z Compiling hybrid-array v0.4.13
14652026-07-30T02:20:48.247Z Compiling ipnet v2.11.0
14662026-07-30T02:20:48.381Z Compiling regex-automata v0.4.14
14672026-07-30T02:20:48.578Z Compiling scroll_derive v0.13.1
14682026-07-30T02:20:48.741Z Compiling darling_core v0.20.11
14692026-07-30T02:20:48.984Z Compiling httpdate v1.0.3
14702026-07-30T02:20:49.198Z Compiling tokio-util v0.7.18
14712026-07-30T02:20:49.212Z Compiling untrusted v0.9.0
14722026-07-30T02:20:49.333Z Compiling foreign-types-shared v0.1.1
14732026-07-30T02:20:49.363Z Compiling rustls v0.23.41
14742026-07-30T02:20:49.420Z Compiling openssl v0.10.79
14752026-07-30T02:20:49.529Z Compiling cpufeatures v0.2.17
14762026-07-30T02:20:49.605Z Compiling foreign-types v0.3.2
14772026-07-30T02:20:49.661Z Compiling scroll v0.13.0
14782026-07-30T02:20:49.685Z Compiling unicode-normalization v0.1.25
14792026-07-30T02:20:49.924Z Compiling h2 v0.4.15
14802026-07-30T02:20:50.067Z Compiling pkcs8 v0.10.2
14812026-07-30T02:20:50.199Z Compiling openssl-macros v0.1.1
14822026-07-30T02:20:50.321Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14832026-07-30T02:20:50.529Z Compiling spin v0.9.8
14842026-07-30T02:20:50.587Z Compiling crc32fast v1.5.0
14852026-07-30T02:20:50.695Z Compiling num-conv v0.2.0
14862026-07-30T02:20:50.741Z Compiling powerfmt v0.2.0
14872026-07-30T02:20:50.822Z Compiling native-tls v0.2.18
14882026-07-30T02:20:50.839Z Compiling time-core v0.1.8
14892026-07-30T02:20:50.935Z Compiling deranged v0.5.8
14902026-07-30T02:20:50.953Z Compiling darling_macro v0.20.11
14912026-07-30T02:20:50.982Z Compiling time-macros v0.2.27
14922026-07-30T02:20:51.421Z Compiling darling v0.20.11
14932026-07-30T02:20:51.514Z Compiling goblin v0.10.5
14942026-07-30T02:20:51.900Z Compiling sha2 v0.10.9
14952026-07-30T02:20:52.021Z Compiling hmac v0.12.1
14962026-07-30T02:20:52.189Z Compiling sync_wrapper v1.0.2
14972026-07-30T02:20:52.276Z Compiling wait-timeout v0.2.1
14982026-07-30T02:20:52.375Z Compiling siphasher v1.0.2
14992026-07-30T02:20:52.561Z Compiling simd-adler32 v0.3.8
15002026-07-30T02:20:52.582Z Compiling quick-error v1.2.3
15012026-07-30T02:20:52.690Z Compiling usdt-impl v0.6.0
15022026-07-30T02:20:52.803Z Compiling num_threads v0.1.7
15032026-07-30T02:20:52.890Z Compiling bit-vec v0.8.0
15042026-07-30T02:20:52.904Z Compiling syn v1.0.109
15052026-07-30T02:20:53.121Z Compiling hyper v1.10.1
15062026-07-30T02:20:53.196Z Compiling crossbeam-utils v0.8.21
15072026-07-30T02:20:53.270Z Compiling bit-set v0.8.0
15082026-07-30T02:20:53.520Z Compiling time v0.3.47
15092026-07-30T02:20:53.748Z Compiling rusty-fork v0.3.1
15102026-07-30T02:20:54.018Z Compiling tower v0.5.3
15112026-07-30T02:20:54.058Z Compiling derive_builder_core v0.20.2
15122026-07-30T02:20:54.260Z Compiling hyper-util v0.1.20
15132026-07-30T02:20:54.488Z Compiling dof v0.4.0
15142026-07-30T02:20:54.718Z Compiling dtrace-parser v0.3.0
15152026-07-30T02:20:54.900Z Compiling http-body-util v0.1.3
15162026-07-30T02:20:55.086Z Compiling heapless v0.7.17
15172026-07-30T02:20:55.143Z Compiling scroll_derive v0.12.1
15182026-07-30T02:20:55.318Z Compiling thiserror-impl v1.0.69
15192026-07-30T02:20:55.438Z Compiling rand_xorshift v0.4.0
15202026-07-30T02:20:55.597Z Compiling slog v2.8.2
15212026-07-30T02:20:55.638Z Compiling darling_core v0.23.0
15222026-07-30T02:20:55.743Z Compiling bzip2-sys v0.1.13+1.0.8
15232026-07-30T02:20:55.771Z Compiling thread-id v5.1.0
15242026-07-30T02:20:55.784Z Compiling cookie v0.18.1
15252026-07-30T02:20:55.850Z Compiling signal-hook v0.3.18
15262026-07-30T02:20:55.959Z Compiling unicode-properties v0.1.4
15272026-07-30T02:20:55.977Z Compiling ryu v1.0.23
15282026-07-30T02:20:56.012Z Compiling paste v1.0.15
15292026-07-30T02:20:56.024Z Compiling iri-string v0.7.10
15302026-07-30T02:20:56.146Z Compiling unarray v0.1.4
15312026-07-30T02:20:56.160Z Compiling adler2 v2.0.1
15322026-07-30T02:20:56.256Z Compiling anyhow v1.0.102
15332026-07-30T02:20:56.269Z Compiling zstd-safe v7.2.4
15342026-07-30T02:20:56.290Z Compiling unicode-bidi v0.3.18
15352026-07-30T02:20:56.454Z Compiling allocator-api2 v0.2.21
15362026-07-30T02:20:56.548Z Compiling thiserror v1.0.69
15372026-07-30T02:20:56.651Z Compiling stringprep v0.1.5
15382026-07-30T02:20:56.767Z Compiling miniz_oxide v0.8.9
15392026-07-30T02:20:56.798Z Compiling proptest v1.11.0
15402026-07-30T02:20:56.814Z Compiling serde_urlencoded v0.7.1
15412026-07-30T02:20:57.367Z Compiling tower-http v0.6.8
15422026-07-30T02:20:57.513Z Compiling scroll v0.12.0
15432026-07-30T02:20:57.771Z Compiling derive_builder_macro v0.20.2
15442026-07-30T02:20:57.785Z Compiling camino v1.2.2
15452026-07-30T02:20:57.788Z Compiling tokio-native-tls v0.3.1
15462026-07-30T02:20:58.001Z Compiling bstr v1.12.1
15472026-07-30T02:20:58.106Z Compiling darling_macro v0.23.0
15482026-07-30T02:20:58.155Z Compiling ipnetwork v0.21.1
15492026-07-30T02:20:58.242Z Compiling crypto-common v0.2.2
15502026-07-30T02:20:58.325Z Compiling block-buffer v0.12.1
15512026-07-30T02:20:58.527Z Compiling block-padding v0.4.2
15522026-07-30T02:20:58.547Z Compiling rustls-native-certs v0.8.3
15532026-07-30T02:20:58.590Z Compiling rand_chacha v0.3.1
15542026-07-30T02:20:58.628Z Compiling serde_tokenstream v0.2.3
15552026-07-30T02:20:58.683Z Compiling hex v0.4.3
15562026-07-30T02:20:58.825Z Compiling toml_datetime v0.6.11
15572026-07-30T02:20:58.937Z Compiling serde_spanned v0.6.9
15582026-07-30T02:20:58.950Z Compiling erased-serde v0.3.31
15592026-07-30T02:20:59.081Z Compiling md-5 v0.10.6
15602026-07-30T02:20:59.085Z Compiling signature v2.2.0
15612026-07-30T02:20:59.257Z Compiling curve25519-dalek v4.1.3
15622026-07-30T02:20:59.271Z Compiling async-trait v0.1.89
15632026-07-30T02:20:59.346Z Compiling pin-project-internal v1.1.11
15642026-07-30T02:20:59.431Z Compiling zerocopy-derive v0.7.35
15652026-07-30T02:20:59.667Z Compiling vergen-lib v9.1.0
15662026-07-30T02:20:59.768Z Compiling num-integer v0.1.46
15672026-07-30T02:20:59.943Z Compiling hash32 v0.2.1
15682026-07-30T02:21:00.084Z Compiling memoffset v0.9.1
15692026-07-30T02:21:00.132Z Compiling encoding_rs v0.8.35
15702026-07-30T02:21:00.272Z Compiling zlib-rs v0.6.2
15712026-07-30T02:21:00.277Z Compiling mime v0.3.17
15722026-07-30T02:21:00.299Z Compiling litrs v1.0.0
15732026-07-30T02:21:00.427Z Compiling psl-types v2.0.11
15742026-07-30T02:21:00.543Z Compiling ref-cast v1.0.25
15752026-07-30T02:21:00.557Z Compiling cfg_aliases v0.2.1
15762026-07-30T02:21:00.628Z Compiling fallible-iterator v0.2.0
15772026-07-30T02:21:00.802Z Compiling rustix v0.38.44
15782026-07-30T02:21:00.839Z Compiling smoltcp v0.9.1
15792026-07-30T02:21:00.939Z Compiling num-bigint-dig v0.8.6
15802026-07-30T02:21:01.142Z Compiling postgres-protocol v0.6.10
15812026-07-30T02:21:01.231Z Compiling document-features v0.2.12
15822026-07-30T02:21:01.245Z Compiling nix v0.31.2
15832026-07-30T02:21:01.584Z Compiling publicsuffix v2.3.0
15842026-07-30T02:21:01.598Z Compiling pin-project v1.1.11
15852026-07-30T02:21:01.694Z Compiling zerocopy v0.7.35
15862026-07-30T02:21:01.751Z Compiling hubpack_derive v0.1.1
15872026-07-30T02:21:01.794Z Compiling num-iter v0.1.45
15882026-07-30T02:21:01.916Z Compiling newtype-uuid v1.3.2
15892026-07-30T02:21:02.198Z Compiling rand v0.8.6
15902026-07-30T02:21:02.213Z Compiling inout v0.2.2
15912026-07-30T02:21:02.231Z Compiling darling v0.23.0
15922026-07-30T02:21:02.236Z Compiling oxnet v0.1.6
15932026-07-30T02:21:02.280Z Compiling derive_builder v0.20.2
15942026-07-30T02:21:02.411Z Compiling hyper-tls v0.6.0
15952026-07-30T02:21:02.543Z Compiling goblin v0.8.2
15962026-07-30T02:21:03.079Z Compiling phf_shared v0.13.1
15972026-07-30T02:21:03.079Z Compiling lazy_static v1.5.0
15982026-07-30T02:21:03.184Z Compiling flate2 v1.1.9
15992026-07-30T02:21:03.230Z Compiling regex v1.12.3
16002026-07-30T02:21:03.284Z Compiling anstyle-parse v0.2.7
16012026-07-30T02:21:03.326Z Compiling futures-executor v0.3.32
16022026-07-30T02:21:03.468Z Compiling terminal_size v0.4.3
16032026-07-30T02:21:03.486Z Compiling ref-cast-impl v1.0.25
16042026-07-30T02:21:03.586Z Compiling curve25519-dalek-derive v0.1.1
16052026-07-30T02:21:03.600Z Compiling strum_macros v0.27.2
16062026-07-30T02:21:03.617Z Compiling daft-derive v0.1.7
16072026-07-30T02:21:03.652Z Compiling snafu-derive v0.8.9
16082026-07-30T02:21:04.032Z Compiling vergen v9.1.0
16092026-07-30T02:21:04.218Z Compiling cargo-platform v0.3.2
16102026-07-30T02:21:04.232Z Compiling ff v0.13.1
16112026-07-30T02:21:04.318Z Compiling fs-err v3.3.0
16122026-07-30T02:21:04.365Z Compiling ahash v0.8.12
16132026-07-30T02:21:04.484Z Compiling winnow v0.5.40
16142026-07-30T02:21:04.508Z Compiling managed v0.8.0
16152026-07-30T02:21:04.572Z Compiling bitflags v1.3.2
16162026-07-30T02:21:04.650Z Compiling unicode-segmentation v1.12.0
16172026-07-30T02:21:04.718Z Compiling foldhash v0.1.5
16182026-07-30T02:21:04.895Z Compiling bumpalo v3.20.2
16192026-07-30T02:21:05.033Z Compiling libbz2-rs-sys v0.2.2
16202026-07-30T02:21:05.153Z Compiling object v0.37.3
16212026-07-30T02:21:05.420Z Compiling same-file v1.0.6
16222026-07-30T02:21:05.532Z Compiling foldhash v0.2.0
16232026-07-30T02:21:05.547Z Compiling base16ct v0.2.0
16242026-07-30T02:21:05.585Z Compiling strum v0.27.2
16252026-07-30T02:21:05.691Z Compiling hashbrown v0.16.1
16262026-07-30T02:21:05.713Z Compiling sec1 v0.7.3
16272026-07-30T02:21:05.726Z Compiling clap_builder v4.6.0
16282026-07-30T02:21:05.745Z Compiling snafu v0.8.9
16292026-07-30T02:21:05.975Z Compiling toml_edit v0.19.15
16302026-07-30T02:21:05.984Z Compiling walkdir v2.5.0
16312026-07-30T02:21:05.997Z Compiling bzip2 v0.6.1
16322026-07-30T02:21:06.142Z Compiling zopfli v0.8.3
16332026-07-30T02:21:06.194Z Compiling hashbrown v0.15.5
16342026-07-30T02:21:06.277Z Compiling dof v0.3.0
16352026-07-30T02:21:06.800Z Compiling cargo_metadata v0.23.1
16362026-07-30T02:21:06.880Z Compiling group v0.13.0
16372026-07-30T02:21:06.972Z Compiling daft v0.1.7
16382026-07-30T02:21:07.191Z Compiling futures v0.3.32
16392026-07-30T02:21:07.246Z Compiling anstream v0.6.21
16402026-07-30T02:21:07.273Z Compiling phf v0.13.1
16412026-07-30T02:21:07.842Z Compiling signal-hook-mio v0.2.5
16422026-07-30T02:21:07.976Z Compiling cookie_store v0.22.1
16432026-07-30T02:21:07.981Z Compiling reqwest v0.12.28
16442026-07-30T02:21:08.176Z Compiling bzip2 v0.4.4
16452026-07-30T02:21:08.390Z Compiling zstd v0.13.3
16462026-07-30T02:21:08.551Z Compiling cipher v0.5.2
16472026-07-30T02:21:08.588Z Compiling serde_with_macros v3.21.0
16482026-07-30T02:21:08.655Z Compiling hubpack v0.1.2
16492026-07-30T02:21:08.835Z Compiling postgres-types v0.2.12
16502026-07-30T02:21:08.871Z Compiling ed25519 v2.2.3
16512026-07-30T02:21:09.381Z Compiling usdt-macro v0.6.0
16522026-07-30T02:21:09.706Z Compiling usdt-attr-macro v0.6.0
16532026-07-30T02:21:09.750Z Compiling globset v0.4.18
16542026-07-30T02:21:09.934Z Compiling dtrace-parser v0.2.0
16552026-07-30T02:21:10.037Z Compiling phf_shared v0.11.3
16562026-07-30T02:21:10.143Z Compiling hkdf v0.12.4
16572026-07-30T02:21:10.222Z Compiling pkcs1 v0.7.5
16582026-07-30T02:21:10.300Z Compiling olpc-cjson v0.1.4
16592026-07-30T02:21:10.429Z Compiling serde_plain v1.0.2
16602026-07-30T02:21:10.463Z Compiling serde-big-array v0.5.1
16612026-07-30T02:21:10.493Z Compiling crypto-bigint v0.5.5
16622026-07-30T02:21:10.608Z Compiling serde_repr v0.1.20
16632026-07-30T02:21:10.627Z Compiling async-recursion v1.1.1
16642026-07-30T02:21:10.627Z Compiling clap_derive v4.6.1
16652026-07-30T02:21:10.663Z Compiling strum_macros v0.26.4
16662026-07-30T02:21:11.127Z Compiling enum-as-inner v0.6.1
16672026-07-30T02:21:11.261Z Compiling pem v3.0.6
16682026-07-30T02:21:11.586Z Compiling float-cmp v0.10.0
16692026-07-30T02:21:11.634Z Compiling memmap2 v0.9.10
16702026-07-30T02:21:11.697Z Compiling thread-id v4.2.2
16712026-07-30T02:21:11.732Z Compiling env_filter v1.0.0
16722026-07-30T02:21:11.774Z Compiling cpufeatures v0.3.0
16732026-07-30T02:21:11.837Z Compiling fixedbitset v0.4.2
16742026-07-30T02:21:11.857Z Compiling whoami v2.1.0
16752026-07-30T02:21:12.028Z Compiling jiff v0.2.21
16762026-07-30T02:21:12.055Z Compiling fixedbitset v0.5.7
16772026-07-30T02:21:12.221Z Compiling keccak v0.1.6
16782026-07-30T02:21:12.362Z Compiling difflib v0.4.0
16792026-07-30T02:21:12.383Z Compiling winnow v1.0.3
16802026-07-30T02:21:12.413Z Compiling normalize-line-endings v0.3.0
16812026-07-30T02:21:12.516Z Compiling new_debug_unreachable v1.0.6
16822026-07-30T02:21:12.586Z Compiling predicates-core v1.0.10
16832026-07-30T02:21:12.613Z Compiling typed-path v0.9.3
16842026-07-30T02:21:12.749Z Compiling static_assertions v1.1.0
16852026-07-30T02:21:12.763Z Compiling precomputed-hash v0.1.1
16862026-07-30T02:21:12.828Z Compiling either v1.15.0
16872026-07-30T02:21:12.854Z Compiling data-encoding v2.10.0
16882026-07-30T02:21:12.941Z Compiling const-oid v0.10.2
16892026-07-30T02:21:13.018Z Compiling itertools v0.13.0
16902026-07-30T02:21:13.030Z Compiling string_cache v0.8.9
16912026-07-30T02:21:13.047Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-30T02:21:13.144Z Compiling hickory-proto v0.25.2
16932026-07-30T02:21:13.252Z Compiling digest v0.11.3
16942026-07-30T02:21:13.471Z Compiling predicates v3.1.4
16952026-07-30T02:21:13.540Z Compiling toml_parser v1.1.2+spec-1.1.0
16962026-07-30T02:21:13.850Z Compiling sha3 v0.10.8
16972026-07-30T02:21:14.096Z Compiling strum v0.26.3
16982026-07-30T02:21:14.152Z Compiling clap v4.6.1
16992026-07-30T02:21:14.223Z Compiling toml_edit v0.22.27
17002026-07-30T02:21:14.242Z Compiling petgraph v0.8.3
17012026-07-30T02:21:14.253Z Compiling tokio-postgres v0.7.16
17022026-07-30T02:21:14.290Z Compiling petgraph v0.6.5
17032026-07-30T02:21:15.763Z Compiling zip v4.6.1
17042026-07-30T02:21:15.820Z Compiling env_logger v0.11.9
17052026-07-30T02:21:16.149Z Compiling chacha20 v0.10.0
17062026-07-30T02:21:16.178Z Compiling usdt v0.6.0
17072026-07-30T02:21:16.218Z Compiling usdt-impl v0.5.0
17082026-07-30T02:21:16.437Z Compiling elliptic-curve v0.13.8
17092026-07-30T02:21:16.489Z Compiling rsa v0.9.10
17102026-07-30T02:21:16.514Z Compiling serde_with v3.21.0
17112026-07-30T02:21:16.717Z Compiling crossterm v0.28.1
17122026-07-30T02:21:16.797Z Compiling ed25519-dalek v2.2.0
17132026-07-30T02:21:16.904Z Compiling zip v0.6.6
17142026-07-30T02:21:17.476Z Compiling toml v0.7.8
17152026-07-30T02:21:17.748Z Compiling iddqd v0.4.2
17162026-07-30T02:21:18.174Z Compiling heck v0.4.1
17172026-07-30T02:21:18.247Z Compiling similar v2.7.0
17182026-07-30T02:21:18.363Z Compiling byte-wrapper v0.1.0
17192026-07-30T02:21:18.399Z Compiling crossbeam-epoch v0.9.18
17202026-07-30T02:21:18.570Z Compiling tokio-stream v0.1.18
17212026-07-30T02:21:18.702Z Compiling buf-list v1.1.2
17222026-07-30T02:21:18.722Z Compiling x509-cert v0.2.5
17232026-07-30T02:21:21.148Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17242026-07-30T02:21:21.190Z Compiling openapiv3 v2.2.0
17252026-07-30T02:21:21.190Z Compiling peg-runtime v0.8.5
17262026-07-30T02:21:21.191Z Compiling lalrpop-util v0.19.12
17272026-07-30T02:21:21.191Z Compiling thread_local v1.1.9
17282026-07-30T02:21:21.191Z Compiling slog-async v2.8.0
17292026-07-30T02:21:21.191Z Compiling crossbeam-channel v0.5.15
17302026-07-30T02:21:21.191Z Compiling is-terminal v0.4.17
17312026-07-30T02:21:21.191Z Compiling filetime v0.2.27
17322026-07-30T02:21:21.191Z Compiling term v1.2.1
17332026-07-30T02:21:21.191Z Compiling take_mut v0.2.2
17342026-07-30T02:21:21.191Z Compiling xattr v1.6.1
17352026-07-30T02:21:21.191Z Compiling camino-tempfile v1.4.1
17362026-07-30T02:21:21.191Z Compiling slog-term v2.9.2
17372026-07-30T02:21:21.191Z Compiling tar v0.4.46
17382026-07-30T02:21:30.826Z Compiling rustls-webpki v0.103.13
17392026-07-30T02:21:33.508Z Compiling tokio-rustls v0.26.4
17402026-07-30T02:21:33.508Z Compiling rustls-platform-verifier v0.6.2
17412026-07-30T02:21:33.513Z Compiling tough v0.22.0
17422026-07-30T02:21:33.715Z Compiling hyper-rustls v0.27.7
17432026-07-30T02:21:33.910Z Compiling reqwest v0.13.2
17442026-07-30T02:21:36.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17452026-07-30T02:21:36.344Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17462026-07-30T02:21:39.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17472026-07-30T02:21:39.525Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17482026-07-30T02:21:39.578ZJul 30 02:21:38.046 INFO Starting download, target: Clickhouse
17492026-07-30T02:21:39.578ZJul 30 02:21:38.047 INFO Starting download, target: Cockroach
17502026-07-30T02:21:39.578ZJul 30 02:21:38.047 INFO Starting download, target: Console
17512026-07-30T02:21:39.578ZJul 30 02:21:38.047 INFO Starting download, target: DendriteStub
17522026-07-30T02:21:39.578ZJul 30 02:21:38.047 INFO Starting download, target: MaghemiteMgd
17532026-07-30T02:21:39.578ZJul 30 02:21:38.047 INFO Starting download, target: MaghemiteDdmd
17542026-07-30T02:21:39.578ZJul 30 02:21:38.047 INFO Starting download, target: TransceiverControl
17552026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17562026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17572026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17582026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17592026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17602026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17612026-07-30T02:21:39.579ZJul 30 02:21:38.047 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17622026-07-30T02:21:41.277ZJul 30 02:21:39.844 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17632026-07-30T02:21:41.550ZJul 30 02:21:40.085 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17642026-07-30T02:21:41.615ZJul 30 02:21:40.092 INFO Download complete, target: Console
17652026-07-30T02:21:48.134ZJul 30 02:21:46.701 INFO Checking that binary works, target: Clickhouse
17662026-07-30T02:21:48.239ZJul 30 02:21:46.795 INFO Download complete, target: Clickhouse
17672026-07-30T02:22:07.323ZJul 30 02:22:05.867 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17682026-07-30T02:22:07.536ZJul 30 02:22:06.075 INFO Download complete, target: TransceiverControl
17692026-07-30T02:22:08.859ZJul 30 02:22:07.423 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17702026-07-30T02:22:08.961ZJul 30 02:22:07.526 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17712026-07-30T02:22:09.834ZJul 30 02:22:08.383 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17722026-07-30T02:22:10.350ZJul 30 02:22:08.917 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17732026-07-30T02:22:10.350ZJul 30 02:22:08.918 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17742026-07-30T02:22:10.939ZJul 30 02:22:09.505 INFO Download complete, target: MaghemiteDdmd
17752026-07-30T02:22:11.363ZJul 30 02:22:09.931 INFO Download complete, target: DendriteStub
17762026-07-30T02:22:12.361ZJul 30 02:22:10.928 INFO Download complete, target: MaghemiteMgd
17772026-07-30T02:22:14.935ZJul 30 02:22:13.502 INFO Checking that binary works, target: Cockroach
17782026-07-30T02:22:15.050ZJul 30 02:22:13.617 INFO Download complete, target: Cockroach
17792026-07-30T02:22:15.066ZAll builder prerequisites installed successfully, and PATH looks valid
17802026-07-30T02:22:15.069Z
17812026-07-30T02:22:15.069Zreal 2:30.450099175
17822026-07-30T02:22:15.069Zuser 6:35.971045859
17832026-07-30T02:22:15.069Zsys 1:19.996865115
17842026-07-30T02:22:15.069Ztrap 0.213306743
17852026-07-30T02:22:15.069Ztflt 0.545056441
17862026-07-30T02:22:15.070Zdflt 0.917632080
17872026-07-30T02:22:15.070Zkflt 0.025093385
17882026-07-30T02:22:15.070Zlock 30:29.752195616
17892026-07-30T02:22:15.070Zslp 20:57.143328381
17902026-07-30T02:22:15.070Zlat 40.631769878
17912026-07-30T02:22:15.070Zstop 2:22.615080298
17922026-07-30T02:22:15.070Z+ banner hack-check
17932026-07-30T02:22:15.070Z
17942026-07-30T02:22:15.070Z # # ## #### # # #### # # ###### #### # #
17952026-07-30T02:22:15.070Z # # # # # # # # # # # # # # # # #
17962026-07-30T02:22:15.070Z ###### # # # #### ##### # ###### ##### # ####
17972026-07-30T02:22:15.070Z # # ###### # # # # # # # # # #
17982026-07-30T02:22:15.070Z # # # # # # # # # # # # # # # # #
17992026-07-30T02:22:15.070Z # # # # #### # # #### # # ###### #### # #
18002026-07-30T02:22:15.070Z
18012026-07-30T02:22:15.070Z+ export CARGO_INCREMENTAL=0
18022026-07-30T02:22:15.070Z+ CARGO_INCREMENTAL=0
18032026-07-30T02:22:15.070Z+ ptime -m timeout 2h cargo xtask check-features --ci
18042026-07-30T02:22:15.542Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18052026-07-30T02:22:15.823Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18062026-07-30T02:22:17.617Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18072026-07-30T02:22:17.680Z Running `target/debug/xtask check-features --ci`
18082026-07-30T02:22:17.708Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18092026-07-30T02:22:17.711Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18102026-07-30T02:22:18.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
18112026-07-30T02:22:18.159Z Running `target/debug/xtask download cargo-hack`
18122026-07-30T02:22:18.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18132026-07-30T02:22:19.229Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18142026-07-30T02:22:21.796Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s
18152026-07-30T02:22:21.959Z Running `target/debug/xtask-downloader cargo-hack`
18162026-07-30T02:22:21.995ZJul 30 02:22:20.562 INFO Starting download, target: CargoHack
18172026-07-30T02:22:21.998ZJul 30 02:22:20.562 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18182026-07-30T02:22:22.347ZJul 30 02:22:20.914 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18192026-07-30T02:22:22.398ZJul 30 02:22:20.964 INFO Download complete, target: CargoHack
18202026-07-30T02:22:22.403Zrunning: "/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"
18212026-07-30T02:22:22.413Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18222026-07-30T02:22:22.570Zinfo: running `cargo check --bins` on api_identity (1/303)
18232026-07-30T02:22:23.023Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18242026-07-30T02:22:23.026Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18252026-07-30T02:22:23.026Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18262026-07-30T02:22:23.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18272026-07-30T02:22:23.105Z
18282026-07-30T02:22:23.105Zinfo: running `cargo check --bins` on bootstore (2/303)
18292026-07-30T02:22:23.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18302026-07-30T02:22:23.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18312026-07-30T02:22:23.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18322026-07-30T02:22:23.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18332026-07-30T02:22:23.651Z
18342026-07-30T02:22:23.651Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18352026-07-30T02:22:24.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18362026-07-30T02:22:24.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18372026-07-30T02:22:24.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18382026-07-30T02:22:24.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18392026-07-30T02:22:24.219Z
18402026-07-30T02:22:24.219Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18412026-07-30T02:22:24.631Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18422026-07-30T02:22:24.635Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18432026-07-30T02:22:24.635Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18442026-07-30T02:22:24.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18452026-07-30T02:22:24.711Z
18462026-07-30T02:22:24.711Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18472026-07-30T02:22:25.162Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18482026-07-30T02:22:25.165Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18492026-07-30T02:22:25.165Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18502026-07-30T02:22:25.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18512026-07-30T02:22:25.243Z
18522026-07-30T02:22:25.243Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18532026-07-30T02:22:25.706Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18542026-07-30T02:22:25.711Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18552026-07-30T02:22:25.711Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18562026-07-30T02:22:25.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18572026-07-30T02:22:25.788Z
18582026-07-30T02:22:25.788Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
18592026-07-30T02:22:26.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18602026-07-30T02:22:26.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18612026-07-30T02:22:26.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18622026-07-30T02:22:26.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18632026-07-30T02:22:26.331Z
18642026-07-30T02:22:26.331Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
18652026-07-30T02:22:26.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-07-30T02:22:26.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-07-30T02:22:26.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-07-30T02:22:26.808Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18692026-07-30T02:22:26.883Z
18702026-07-30T02:22:26.883Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
18712026-07-30T02:22:27.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-07-30T02:22:27.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-07-30T02:22:27.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-07-30T02:22:27.248Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18752026-07-30T02:22:27.291Z
18762026-07-30T02:22:27.292Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
18772026-07-30T02:22:27.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-07-30T02:22:27.654Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-07-30T02:22:27.654Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-07-30T02:22:27.658Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18812026-07-30T02:22:27.702Z
18822026-07-30T02:22:27.702Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
18832026-07-30T02:22:28.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-07-30T02:22:28.063Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-07-30T02:22:28.063Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-07-30T02:22:28.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18872026-07-30T02:22:28.111Z
18882026-07-30T02:22:28.111Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
18892026-07-30T02:22:28.470Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-07-30T02:22:28.473Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-07-30T02:22:28.473Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-07-30T02:22:28.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
18932026-07-30T02:22:28.521Z
18942026-07-30T02:22:28.521Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
18952026-07-30T02:22:28.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-07-30T02:22:28.884Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-07-30T02:22:28.884Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-07-30T02:22:28.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
18992026-07-30T02:22:28.932Z
19002026-07-30T02:22:28.932Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19012026-07-30T02:22:29.290Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-07-30T02:22:29.293Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-07-30T02:22:29.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-07-30T02:22:29.296Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19052026-07-30T02:22:29.342Z
19062026-07-30T02:22:29.342Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19072026-07-30T02:22:29.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-07-30T02:22:29.706Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-07-30T02:22:29.706Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-07-30T02:22:29.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19112026-07-30T02:22:29.753Z
19122026-07-30T02:22:29.753Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19132026-07-30T02:22:30.111Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-07-30T02:22:30.115Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-07-30T02:22:30.115Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-07-30T02:22:30.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19172026-07-30T02:22:30.161Z
19182026-07-30T02:22:30.161Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19192026-07-30T02:22:30.521Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-07-30T02:22:30.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-07-30T02:22:30.524Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-07-30T02:22:30.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19232026-07-30T02:22:30.572Z
19242026-07-30T02:22:30.572Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19252026-07-30T02:22:30.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-07-30T02:22:30.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-07-30T02:22:30.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-07-30T02:22:30.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19292026-07-30T02:22:30.981Z
19302026-07-30T02:22:30.981Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19312026-07-30T02:22:31.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-07-30T02:22:31.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-07-30T02:22:31.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-07-30T02:22:31.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19352026-07-30T02:22:31.393Z
19362026-07-30T02:22:31.393Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19372026-07-30T02:22:31.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-07-30T02:22:31.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-07-30T02:22:31.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-07-30T02:22:31.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-07-30T02:22:31.807Z
19422026-07-30T02:22:31.807Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19432026-07-30T02:22:32.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-07-30T02:22:32.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-07-30T02:22:32.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-07-30T02:22:32.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-07-30T02:22:32.220Z
19482026-07-30T02:22:32.220Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19492026-07-30T02:22:32.583Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-07-30T02:22:32.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-07-30T02:22:32.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-07-30T02:22:32.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-07-30T02:22:32.632Z
19542026-07-30T02:22:32.633Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19552026-07-30T02:22:32.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-07-30T02:22:32.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-07-30T02:22:32.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-07-30T02:22:32.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
19592026-07-30T02:22:33.044Z
19602026-07-30T02:22:33.044Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
19612026-07-30T02:22:33.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-07-30T02:22:33.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-07-30T02:22:33.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-07-30T02:22:33.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-07-30T02:22:33.455Z
19662026-07-30T02:22:33.455Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
19672026-07-30T02:22:33.814Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-07-30T02:22:33.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-07-30T02:22:33.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-07-30T02:22:33.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-07-30T02:22:33.867Z
19722026-07-30T02:22:33.867Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
19732026-07-30T02:22:34.225Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-07-30T02:22:34.228Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-07-30T02:22:34.228Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-07-30T02:22:34.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-07-30T02:22:34.277Z
19782026-07-30T02:22:34.277Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
19792026-07-30T02:22:34.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-07-30T02:22:34.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-07-30T02:22:34.642Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-07-30T02:22:34.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19832026-07-30T02:22:34.689Z
19842026-07-30T02:22:34.689Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
19852026-07-30T02:22:35.050Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-07-30T02:22:35.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-07-30T02:22:35.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-07-30T02:22:35.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-07-30T02:22:35.102Z
19902026-07-30T02:22:35.102Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
19912026-07-30T02:22:35.465Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-07-30T02:22:35.468Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-07-30T02:22:35.468Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-07-30T02:22:35.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-07-30T02:22:35.520Z
19962026-07-30T02:22:35.520Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
19972026-07-30T02:22:35.879Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-07-30T02:22:35.882Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-07-30T02:22:35.882Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-07-30T02:22:35.885Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20012026-07-30T02:22:35.929Z
20022026-07-30T02:22:35.929Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20032026-07-30T02:22:36.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-07-30T02:22:36.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-07-30T02:22:36.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-07-30T02:22:36.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20072026-07-30T02:22:36.339Z
20082026-07-30T02:22:36.339Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20092026-07-30T02:22:36.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-07-30T02:22:36.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-07-30T02:22:36.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-07-30T02:22:36.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20132026-07-30T02:22:36.751Z
20142026-07-30T02:22:36.751Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20152026-07-30T02:22:37.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-07-30T02:22:37.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-07-30T02:22:37.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-07-30T02:22:37.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20192026-07-30T02:22:37.161Z
20202026-07-30T02:22:37.161Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20212026-07-30T02:22:37.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-07-30T02:22:37.523Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-07-30T02:22:37.523Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-07-30T02:22:37.526Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-07-30T02:22:37.612Z
20262026-07-30T02:22:37.612Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20272026-07-30T02:22:37.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-07-30T02:22:37.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-07-30T02:22:37.932Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-07-30T02:22:37.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20312026-07-30T02:22:37.982Z
20322026-07-30T02:22:37.983Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20332026-07-30T02:22:38.341Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-07-30T02:22:38.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-07-30T02:22:38.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-07-30T02:22:38.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20372026-07-30T02:22:38.393Z
20382026-07-30T02:22:38.393Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20392026-07-30T02:22:38.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-07-30T02:22:38.756Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-07-30T02:22:38.756Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-07-30T02:22:38.759Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-07-30T02:22:38.806Z
20442026-07-30T02:22:38.806Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20452026-07-30T02:22:39.167Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-07-30T02:22:39.170Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-07-30T02:22:39.170Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-07-30T02:22:39.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-07-30T02:22:39.221Z
20502026-07-30T02:22:39.221Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20512026-07-30T02:22:39.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-07-30T02:22:39.585Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-07-30T02:22:39.586Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-07-30T02:22:39.589Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-07-30T02:22:39.638Z
20562026-07-30T02:22:39.638Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20572026-07-30T02:22:39.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-07-30T02:22:40.000Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-07-30T02:22:40.000Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-07-30T02:22:40.003Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-07-30T02:22:40.050Z
20622026-07-30T02:22:40.050Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
20632026-07-30T02:22:40.412Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-07-30T02:22:40.415Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-07-30T02:22:40.415Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-07-30T02:22:40.418Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20672026-07-30T02:22:40.464Z
20682026-07-30T02:22:40.464Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
20692026-07-30T02:22:40.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-07-30T02:22:40.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-07-30T02:22:40.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-07-30T02:22:40.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-07-30T02:22:40.879Z
20742026-07-30T02:22:40.879Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
20752026-07-30T02:22:41.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-07-30T02:22:41.242Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-07-30T02:22:41.243Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-07-30T02:22:41.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-07-30T02:22:41.293Z
20802026-07-30T02:22:41.293Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
20812026-07-30T02:22:41.653Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-07-30T02:22:41.656Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-07-30T02:22:41.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-07-30T02:22:41.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-07-30T02:22:41.704Z
20862026-07-30T02:22:41.704Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
20872026-07-30T02:22:42.064Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-07-30T02:22:42.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-07-30T02:22:42.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-07-30T02:22:42.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-07-30T02:22:42.116Z
20922026-07-30T02:22:42.116Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
20932026-07-30T02:22:42.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-07-30T02:22:42.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-07-30T02:22:42.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-07-30T02:22:42.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-07-30T02:22:42.549Z
20982026-07-30T02:22:42.549Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
20992026-07-30T02:22:42.887Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-07-30T02:22:42.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-07-30T02:22:42.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-07-30T02:22:42.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-07-30T02:22:42.939Z
21042026-07-30T02:22:42.940Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21052026-07-30T02:22:43.299Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-07-30T02:22:43.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-07-30T02:22:43.302Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-07-30T02:22:43.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-07-30T02:22:43.351Z
21102026-07-30T02:22:43.351Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21112026-07-30T02:22:43.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-07-30T02:22:43.852Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-07-30T02:22:43.852Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-07-30T02:22:43.856Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21152026-07-30T02:22:43.940Z
21162026-07-30T02:22:43.940Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21172026-07-30T02:22:44.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-07-30T02:22:44.442Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-07-30T02:22:44.442Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-07-30T02:22:44.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21212026-07-30T02:22:44.534Z
21222026-07-30T02:22:44.534Zinfo: running `cargo check --bins` on nexus-config (51/303)
21232026-07-30T02:22:45.028Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-07-30T02:22:45.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-07-30T02:22:45.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-07-30T02:22:45.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21272026-07-30T02:22:45.119Z
21282026-07-30T02:22:45.119Zinfo: running `cargo check --bins` on nexus-types (52/303)
21292026-07-30T02:22:45.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-07-30T02:22:45.619Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-07-30T02:22:45.619Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-07-30T02:22:45.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21332026-07-30T02:22:45.709Z
21342026-07-30T02:22:45.709Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21352026-07-30T02:22:46.180Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-07-30T02:22:46.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-07-30T02:22:46.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-07-30T02:22:46.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21392026-07-30T02:22:46.269Z
21402026-07-30T02:22:46.269Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21412026-07-30T02:22:46.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-07-30T02:22:46.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-07-30T02:22:46.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-07-30T02:22:46.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21452026-07-30T02:22:46.806Z
21462026-07-30T02:22:46.806Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21472026-07-30T02:22:47.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-07-30T02:22:47.310Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-07-30T02:22:47.310Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-07-30T02:22:47.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21512026-07-30T02:22:47.362Z
21522026-07-30T02:22:47.362Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21532026-07-30T02:22:47.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-07-30T02:22:47.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-07-30T02:22:47.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-07-30T02:22:47.845Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21572026-07-30T02:22:47.921Z
21582026-07-30T02:22:47.921Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
21592026-07-30T02:22:48.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-07-30T02:22:48.396Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-07-30T02:22:48.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-07-30T02:22:48.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21632026-07-30T02:22:48.479Z
21642026-07-30T02:22:48.479Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
21652026-07-30T02:22:48.952Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-07-30T02:22:48.956Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-07-30T02:22:48.956Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-07-30T02:22:48.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21692026-07-30T02:22:49.040Z
21702026-07-30T02:22:49.040Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
21712026-07-30T02:22:49.498Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-07-30T02:22:49.501Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-07-30T02:22:49.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-07-30T02:22:49.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21752026-07-30T02:22:49.581Z
21762026-07-30T02:22:49.581Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
21772026-07-30T02:22:50.032Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-07-30T02:22:50.035Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-07-30T02:22:50.035Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-07-30T02:22:50.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21812026-07-30T02:22:50.111Z
21822026-07-30T02:22:50.111Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
21832026-07-30T02:22:50.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-07-30T02:22:50.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-07-30T02:22:50.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-07-30T02:22:50.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21872026-07-30T02:22:50.640Z
21882026-07-30T02:22:50.640Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
21892026-07-30T02:22:51.087Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-07-30T02:22:51.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-07-30T02:22:51.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-07-30T02:22:51.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
21932026-07-30T02:22:51.171Z
21942026-07-30T02:22:51.171Zinfo: running `cargo check --bins` on clickhouse-admin-types (63/303)
21952026-07-30T02:22:51.632Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-07-30T02:22:51.636Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-07-30T02:22:51.636Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-07-30T02:22:51.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
21992026-07-30T02:22:51.715Z
22002026-07-30T02:22:51.715Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (64/303)
22012026-07-30T02:22:52.182Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-07-30T02:22:52.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-07-30T02:22:52.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-07-30T02:22:52.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22052026-07-30T02:22:52.264Z
22062026-07-30T02:22:52.264Zinfo: running `cargo check --bins` on cockroach-admin-types (65/303)
22072026-07-30T02:22:52.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-07-30T02:22:52.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-07-30T02:22:52.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-07-30T02:22:52.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22112026-07-30T02:22:52.800Z
22122026-07-30T02:22:52.801Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (66/303)
22132026-07-30T02:22:53.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-07-30T02:22:53.257Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-07-30T02:22:53.257Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-07-30T02:22:53.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22172026-07-30T02:22:53.329Z
22182026-07-30T02:22:53.329Zinfo: running `cargo check --bins` on ereport-types (67/303)
22192026-07-30T02:22:53.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-07-30T02:22:53.787Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-07-30T02:22:53.787Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-07-30T02:22:53.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22232026-07-30T02:22:53.864Z
22242026-07-30T02:22:53.864Zinfo: running `cargo check --bins` on gateway-client (68/303)
22252026-07-30T02:22:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-07-30T02:22:54.330Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-07-30T02:22:54.330Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-07-30T02:22:54.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22292026-07-30T02:22:54.405Z
22302026-07-30T02:22:54.405Zinfo: running `cargo check --bins --no-default-features` on gateway-types (69/303)
22312026-07-30T02:22:54.861Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-07-30T02:22:54.865Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-07-30T02:22:54.865Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-07-30T02:22:54.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22352026-07-30T02:22:54.941Z
22362026-07-30T02:22:54.941Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (70/303)
22372026-07-30T02:22:55.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-07-30T02:22:55.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-07-30T02:22:55.401Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-07-30T02:22:55.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22412026-07-30T02:22:55.479Z
22422026-07-30T02:22:55.479Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (71/303)
22432026-07-30T02:22:56.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-07-30T02:22:56.045Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-07-30T02:22:56.045Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-07-30T02:22:56.045Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22472026-07-30T02:22:56.046Z
22482026-07-30T02:22:56.046Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (72/303)
22492026-07-30T02:22:56.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-07-30T02:22:56.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-07-30T02:22:56.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-07-30T02:22:56.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22532026-07-30T02:22:56.612Z
22542026-07-30T02:22:56.613Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (73/303)
22552026-07-30T02:22:57.027Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-07-30T02:22:57.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-07-30T02:22:57.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-07-30T02:22:57.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22592026-07-30T02:22:57.112Z
22602026-07-30T02:22:57.112Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (74/303)
22612026-07-30T02:22:57.623Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-07-30T02:22:57.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-07-30T02:22:57.656Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-07-30T02:22:57.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-07-30T02:22:57.678Z
22662026-07-30T02:22:57.679Zinfo: running `cargo check --bins` on key-manager-types (75/303)
22672026-07-30T02:22:58.132Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-07-30T02:22:58.136Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-07-30T02:22:58.136Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-07-30T02:22:58.139Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
22712026-07-30T02:22:58.212Z
22722026-07-30T02:22:58.212Zinfo: running `cargo check --bins` on oxlog (76/303)
22732026-07-30T02:22:58.664Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-07-30T02:22:58.669Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-07-30T02:22:58.787Z Checking cfg-if v1.0.4
22762026-07-30T02:22:58.792Z Checking libc v0.2.185
22772026-07-30T02:22:58.793Z Checking serde_core v1.0.228
22782026-07-30T02:22:58.902Z Checking memchr v2.8.0
22792026-07-30T02:22:58.906Z Checking zeroize v1.9.0
22802026-07-30T02:22:58.917Z Checking log v0.4.29
22812026-07-30T02:22:58.917Z Checking smallvec v1.15.1
22822026-07-30T02:22:58.937Z Checking itoa v1.0.17
22832026-07-30T02:22:58.941Z Checking subtle v2.6.1
22842026-07-30T02:22:59.053Z Checking stable_deref_trait v1.2.1
22852026-07-30T02:22:59.069Z Checking scopeguard v1.2.0
22862026-07-30T02:22:59.081Z Checking typenum v1.20.1
22872026-07-30T02:22:59.090Z Checking zerofrom v0.1.6
22882026-07-30T02:22:59.102Z Checking pin-project-lite v0.2.17
22892026-07-30T02:22:59.121Z Checking zmij v1.0.21
22902026-07-30T02:22:59.162Z Checking lock_api v0.4.14
22912026-07-30T02:22:59.184Z Checking futures-core v0.3.32
22922026-07-30T02:22:59.197Z Checking yoke v0.8.1
22932026-07-30T02:22:59.268Z Checking zerocopy v0.8.40
22942026-07-30T02:22:59.272Z Checking errno v0.3.14
22952026-07-30T02:22:59.322Z Checking getrandom v0.2.17
22962026-07-30T02:22:59.326Z Checking parking_lot_core v0.9.12
22972026-07-30T02:22:59.354Z Checking mio v1.2.0
22982026-07-30T02:22:59.358Z Checking zerovec v0.11.5
22992026-07-30T02:22:59.415Z Checking signal-hook-registry v1.4.8
23002026-07-30T02:22:59.464Z Checking rand_core v0.6.4
23012026-07-30T02:22:59.594Z Checking parking_lot v0.12.5
23022026-07-30T02:22:59.606Z Checking writeable v0.6.2
23032026-07-30T02:22:59.625Z Checking const-oid v0.9.6
23042026-07-30T02:22:59.636Z Checking litemap v0.8.1
23052026-07-30T02:22:59.699Z Checking percent-encoding v2.3.2
23062026-07-30T02:22:59.723Z Checking zerotrie v0.2.3
23072026-07-30T02:22:59.793Z Checking tinystr v0.8.2
23082026-07-30T02:22:59.803Z Checking potential_utf v0.1.4
23092026-07-30T02:22:59.814Z Checking libm v0.2.16
23102026-07-30T02:22:59.835Z Checking generic-array v0.14.7
23112026-07-30T02:22:59.962Z Checking icu_collections v2.1.1
23122026-07-30T02:22:59.968Z Checking socket2 v0.6.3
23132026-07-30T02:22:59.972Z Checking icu_locale_core v2.1.1
23142026-07-30T02:23:00.194Z Checking equivalent v1.0.2
23152026-07-30T02:23:00.218Z Checking rand_core v0.10.0
23162026-07-30T02:23:00.274Z Checking icu_properties_data v2.1.2
23172026-07-30T02:23:00.286Z Checking icu_normalizer_data v2.1.1
23182026-07-30T02:23:00.290Z Checking futures-sink v0.3.32
23192026-07-30T02:23:00.354Z Checking getrandom v0.4.1
23202026-07-30T02:23:00.367Z Checking portable-atomic v1.13.1
23212026-07-30T02:23:00.389Z Checking serde v1.0.228
23222026-07-30T02:23:00.403Z Checking serde_json v1.0.151
23232026-07-30T02:23:00.413Z Checking bitflags v2.11.0
23242026-07-30T02:23:00.492Z Checking num-traits v0.2.19
23252026-07-30T02:23:00.503Z Checking futures-channel v0.3.32
23262026-07-30T02:23:00.515Z Checking icu_provider v2.1.1
23272026-07-30T02:23:00.572Z Checking futures-io v0.3.32
23282026-07-30T02:23:00.683Z Checking critical-section v1.2.0
23292026-07-30T02:23:00.695Z Checking futures-task v0.3.32
23302026-07-30T02:23:00.735Z Checking icu_properties v2.1.2
23312026-07-30T02:23:00.767Z Checking icu_normalizer v2.1.1
23322026-07-30T02:23:00.778Z Checking slab v0.4.12
23332026-07-30T02:23:00.790Z Checking bytes v1.11.1
23342026-07-30T02:23:00.820Z Checking once_cell v1.21.3
23352026-07-30T02:23:00.926Z Checking futures-util v0.3.32
23362026-07-30T02:23:01.052Z Checking hashbrown v0.17.0
23372026-07-30T02:23:01.060Z Checking utf8_iter v1.0.4
23382026-07-30T02:23:01.067Z Checking crypto-common v0.1.7
23392026-07-30T02:23:01.067Z Checking block-buffer v0.10.4
23402026-07-30T02:23:01.121Z Checking form_urlencoded v1.2.2
23412026-07-30T02:23:01.179Z Checking getrandom v0.3.4
23422026-07-30T02:23:01.200Z Checking digest v0.10.7
23432026-07-30T02:23:01.222Z Checking tokio v1.52.1
23442026-07-30T02:23:01.243Z Checking byteorder v1.5.0
23452026-07-30T02:23:01.321Z Checking iana-time-zone v0.1.65
23462026-07-30T02:23:01.385Z Checking rand_core v0.9.5
23472026-07-30T02:23:01.422Z Checking chrono v0.4.45
23482026-07-30T02:23:01.437Z Checking http v1.4.2
23492026-07-30T02:23:01.449Z Checking indexmap v2.14.0
23502026-07-30T02:23:01.550Z Checking idna_adapter v1.2.1
23512026-07-30T02:23:01.560Z Checking uuid v1.23.4
23522026-07-30T02:23:01.671Z Checking idna v1.1.0
23532026-07-30T02:23:01.880Z Checking regex-syntax v0.8.10
23542026-07-30T02:23:01.908Z Checking url v2.5.8
23552026-07-30T02:23:02.003Z Checking base64ct v1.8.3
23562026-07-30T02:23:02.015Z Checking base64 v0.22.1
23572026-07-30T02:23:02.049Z Checking ppv-lite86 v0.2.21
23582026-07-30T02:23:02.225Z Checking pem-rfc7468 v0.7.0
23592026-07-30T02:23:02.247Z Checking tracing-core v0.1.36
23602026-07-30T02:23:02.274Z Checking flagset v0.4.7
23612026-07-30T02:23:02.340Z Checking rand_chacha v0.9.0
23622026-07-30T02:23:02.355Z Checking http-body v1.0.1
23632026-07-30T02:23:02.378Z Checking rustls-pki-types v1.14.0
23642026-07-30T02:23:02.390Z Checking der v0.7.10
23652026-07-30T02:23:02.481Z Checking tinyvec_macros v0.1.1
23662026-07-30T02:23:02.534Z Checking openssl-probe v0.2.1
23672026-07-30T02:23:02.546Z Checking tracing v0.1.44
23682026-07-30T02:23:02.550Z Checking dyn-clone v1.0.20
23692026-07-30T02:23:02.637Z Checking cmov v0.5.4
23702026-07-30T02:23:02.655Z Checking tinyvec v1.10.0
23712026-07-30T02:23:02.727Z Checking rand v0.9.2
23722026-07-30T02:23:02.748Z Checking semver v1.0.28
23732026-07-30T02:23:02.822Z Checking ctutils v0.4.2
23742026-07-30T02:23:02.857Z Checking aws-lc-sys v0.40.0
23752026-07-30T02:23:02.947Z Checking untrusted v0.7.1
23762026-07-30T02:23:02.958Z Checking tower-layer v0.3.3
23772026-07-30T02:23:03.024Z Checking tower-service v0.3.3
23782026-07-30T02:23:03.053Z Checking try-lock v0.2.5
23792026-07-30T02:23:03.104Z Checking fnv v1.0.7
23802026-07-30T02:23:03.122Z Checking atomic-waker v1.1.2
23812026-07-30T02:23:03.131Z Checking hybrid-array v0.4.13
23822026-07-30T02:23:03.148Z Checking spki v0.7.3
23832026-07-30T02:23:03.159Z Checking want v0.3.1
23842026-07-30T02:23:03.173Z Checking schemars v0.8.22
23852026-07-30T02:23:03.191Z Checking ipnet v2.11.0
23862026-07-30T02:23:03.217Z Checking httparse v1.10.1
23872026-07-30T02:23:03.280Z Checking aho-corasick v1.1.4
23882026-07-30T02:23:03.311Z Checking utf8parse v0.2.2
23892026-07-30T02:23:03.386Z Checking aws-lc-rs v1.16.3
23902026-07-30T02:23:03.403Z Checking httpdate v1.0.3
23912026-07-30T02:23:03.423Z Checking foreign-types-shared v0.1.1
23922026-07-30T02:23:03.449Z Checking untrusted v0.9.0
23932026-07-30T02:23:03.497Z Checking cpufeatures v0.2.17
23942026-07-30T02:23:03.545Z Checking plain v0.2.3
23952026-07-30T02:23:03.559Z Checking foreign-types v0.3.2
23962026-07-30T02:23:03.570Z Checking pkcs8 v0.10.2
23972026-07-30T02:23:03.619Z Checking unicode-normalization v0.1.25
23982026-07-30T02:23:03.642Z Checking openssl-sys v0.9.115
23992026-07-30T02:23:03.714Z Checking spin v0.9.8
24002026-07-30T02:23:03.833Z Checking anstyle v1.0.14
24012026-07-30T02:23:03.895Z Checking ucd-trie v0.1.7
24022026-07-30T02:23:03.909Z Checking unicode-ident v1.0.24
24032026-07-30T02:23:03.952Z Checking regex-automata v0.4.14
24042026-07-30T02:23:04.000Z Checking openssl v0.10.79
24052026-07-30T02:23:04.012Z Checking proc-macro2 v1.0.106
24062026-07-30T02:23:04.024Z Checking pest v2.8.6
24072026-07-30T02:23:04.027Z Compiling proptest v1.11.0
24082026-07-30T02:23:04.046Z Checking sha2 v0.10.9
24092026-07-30T02:23:04.213Z Checking rustls-webpki v0.103.13
24102026-07-30T02:23:04.322Z Checking hmac v0.12.1
24112026-07-30T02:23:04.331Z Checking rustix v1.1.3
24122026-07-30T02:23:04.453Z Checking thiserror v2.0.18
24132026-07-30T02:23:04.536Z Checking tokio-util v0.7.18
24142026-07-30T02:23:04.547Z Checking sync_wrapper v1.0.2
24152026-07-30T02:23:04.612Z Checking rustls v0.23.41
24162026-07-30T02:23:04.648Z Checking simd-adler32 v0.3.8
24172026-07-30T02:23:04.815Z Checking anstyle-query v1.1.5
24182026-07-30T02:23:04.906Z Checking powerfmt v0.2.0
24192026-07-30T02:23:05.054Z Checking pretty-hex v0.4.1
24202026-07-30T02:23:05.072Z Checking colorchoice v1.0.4
24212026-07-30T02:23:05.138Z Checking h2 v0.4.15
24222026-07-30T02:23:05.153Z Checking is_terminal_polyfill v1.70.2
24232026-07-30T02:23:05.165Z Checking siphasher v1.0.2
24242026-07-30T02:23:05.176Z Checking deranged v0.5.8
24252026-07-30T02:23:05.238Z Checking tower v0.5.3
24262026-07-30T02:23:05.322Z Checking quote v1.0.45
24272026-07-30T02:23:05.480Z Checking http-body-util v0.1.3
24282026-07-30T02:23:05.624Z Checking crossbeam-utils v0.8.21
24292026-07-30T02:23:05.754Z Checking rand_xorshift v0.4.0
24302026-07-30T02:23:05.758Z Checking crc32fast v1.5.0
24312026-07-30T02:23:05.813Z Checking scroll v0.13.0
24322026-07-30T02:23:05.894Z Checking iri-string v0.7.10
24332026-07-30T02:23:05.958Z Checking ryu v1.0.23
24342026-07-30T02:23:06.008Z Checking native-tls v0.2.18
24352026-07-30T02:23:06.039Z Checking num-conv v0.2.0
24362026-07-30T02:23:06.089Z Checking time-core v0.1.8
24372026-07-30T02:23:06.102Z Checking unarray v0.1.4
24382026-07-30T02:23:06.151Z Checking allocator-api2 v0.2.21
24392026-07-30T02:23:06.182Z Checking unicode-properties v0.1.4
24402026-07-30T02:23:06.199Z Checking num_threads v0.1.7
24412026-07-30T02:23:06.227Z Checking unicode-bidi v0.3.18
24422026-07-30T02:23:06.280Z Checking adler2 v2.0.1
24432026-07-30T02:23:06.361Z Compiling newtype-uuid v1.3.2
24442026-07-30T02:23:06.387Z Checking miniz_oxide v0.8.9
24452026-07-30T02:23:06.430Z Checking time v0.3.47
24462026-07-30T02:23:06.518Z Checking stringprep v0.1.5
24472026-07-30T02:23:06.670Z Compiling daft v0.1.7
24482026-07-30T02:23:06.736Z Checking tokio-native-tls v0.3.1
24492026-07-30T02:23:06.866Z Checking serde_urlencoded v0.7.1
24502026-07-30T02:23:06.891Z Checking goblin v0.10.5
24512026-07-30T02:23:06.923Z Checking tower-http v0.6.8
24522026-07-30T02:23:06.943Z Checking crossbeam-epoch v0.9.18
24532026-07-30T02:23:07.070Z Checking bstr v1.12.1
24542026-07-30T02:23:07.164Z Checking syn v2.0.117
24552026-07-30T02:23:07.195Z Checking crypto-common v0.2.2
24562026-07-30T02:23:07.468Z Checking block-padding v0.4.2
24572026-07-30T02:23:07.556Z Checking block-buffer v0.12.1
24582026-07-30T02:23:07.603Z Checking ipnetwork v0.21.1
24592026-07-30T02:23:07.716Z Checking anstyle-parse v1.0.0
24602026-07-30T02:23:07.797Z Checking rustls-native-certs v0.8.3
24612026-07-30T02:23:07.821Z Checking rand_chacha v0.3.1
24622026-07-30T02:23:07.867Z Checking thiserror v1.0.69
24632026-07-30T02:23:07.923Z Checking scroll v0.12.0
24642026-07-30T02:23:07.960Z Checking hash32 v0.2.1
24652026-07-30T02:23:07.965Z Checking hyper v1.10.1
24662026-07-30T02:23:08.028Z Checking zstd-sys v2.0.16+zstd.1.5.7
24672026-07-30T02:23:08.124Z Checking md-5 v0.10.6
24682026-07-30T02:23:08.153Z Checking signature v2.2.0
24692026-07-30T02:23:08.165Z Checking num-integer v0.1.46
24702026-07-30T02:23:08.255Z Checking serde_spanned v0.6.9
24712026-07-30T02:23:08.281Z Checking toml_datetime v0.6.11
24722026-07-30T02:23:08.381Z Checking hex v0.4.3
24732026-07-30T02:23:08.394Z Checking encoding_rs v0.8.35
24742026-07-30T02:23:08.451Z Checking psl-types v2.0.11
24752026-07-30T02:23:08.468Z Checking mime v0.3.17
24762026-07-30T02:23:08.567Z Checking fallible-iterator v0.2.0
24772026-07-30T02:23:08.606Z Checking zlib-rs v0.6.2
24782026-07-30T02:23:08.646Z Checking publicsuffix v2.3.0
24792026-07-30T02:23:08.838Z Checking postgres-protocol v0.6.10
24802026-07-30T02:23:08.935Z Checking hyper-util v0.1.20
24812026-07-30T02:23:09.005Z Checking num-iter v0.1.45
24822026-07-30T02:23:09.114Z Checking goblin v0.8.2
24832026-07-30T02:23:09.151Z Checking zstd-safe v7.2.4
24842026-07-30T02:23:09.343Z Checking dof v0.4.0
24852026-07-30T02:23:09.347Z Checking heapless v0.7.17
24862026-07-30T02:23:09.347Z Checking rand v0.8.6
24872026-07-30T02:23:09.471Z Checking anstream v1.0.0
24882026-07-30T02:23:09.494Z Checking flate2 v1.1.9
24892026-07-30T02:23:09.689Z Checking oxnet v0.1.6
24902026-07-30T02:23:09.732Z Compiling iddqd v0.4.2
24912026-07-30T02:23:09.788Z Checking inout v0.2.2
24922026-07-30T02:23:09.867Z Checking cookie v0.18.1
24932026-07-30T02:23:09.894Z Checking tokio-rustls v0.26.4
24942026-07-30T02:23:09.935Z Checking phf_shared v0.13.1
24952026-07-30T02:23:09.966Z Checking terminal_size v0.4.3
24962026-07-30T02:23:10.082Z Checking dtrace-parser v0.3.0
24972026-07-30T02:23:10.099Z Checking lazy_static v1.5.0
24982026-07-30T02:23:10.117Z Checking anstyle-parse v0.2.7
24992026-07-30T02:23:10.129Z Checking zerocopy v0.7.35
25002026-07-30T02:23:10.183Z Checking pin-project v1.1.11
25012026-07-30T02:23:10.215Z Checking hyper-tls v0.6.0
25022026-07-30T02:23:10.261Z Checking futures-executor v0.3.32
25032026-07-30T02:23:10.277Z Checking bzip2-sys v0.1.13+1.0.8
25042026-07-30T02:23:10.312Z Checking signal-hook v0.3.18
25052026-07-30T02:23:10.358Z Checking ff v0.13.1
25062026-07-30T02:23:10.384Z Checking thread-id v5.1.0
25072026-07-30T02:23:10.404Z Checking winnow v0.5.40
25082026-07-30T02:23:10.461Z Compiling rayon-core v1.13.0
25092026-07-30T02:23:10.486Z Checking clap_lex v1.0.0
25102026-07-30T02:23:10.498Z Checking base16ct v0.2.0
25112026-07-30T02:23:10.616Z Checking fastrand v2.3.0
25122026-07-30T02:23:10.616Z Checking managed v0.8.0
25132026-07-30T02:23:10.641Z Checking same-file v1.0.6
25142026-07-30T02:23:10.641Z Checking either v1.15.0
25152026-07-30T02:23:10.757Z Checking libbz2-rs-sys v0.2.2
25162026-07-30T02:23:10.794Z Checking strsim v0.11.1
25172026-07-30T02:23:10.807Z Checking foldhash v0.1.5
25182026-07-30T02:23:10.836Z Checking foldhash v0.2.0
25192026-07-30T02:23:10.938Z Checking bitflags v1.3.2
25202026-07-30T02:23:10.956Z Checking bumpalo v3.20.2
25212026-07-30T02:23:10.993Z Checking hashbrown v0.16.1
25222026-07-30T02:23:11.005Z Checking smoltcp v0.9.1
25232026-07-30T02:23:11.018Z Checking clap_builder v4.6.0
25242026-07-30T02:23:11.064Z Checking dof v0.3.0
25252026-07-30T02:23:11.152Z Checking bzip2 v0.6.1
25262026-07-30T02:23:11.164Z Checking zopfli v0.8.3
25272026-07-30T02:23:11.311Z Checking hashbrown v0.15.5
25282026-07-30T02:23:11.346Z Checking tempfile v3.25.0
25292026-07-30T02:23:11.492Z Checking walkdir v2.5.0
25302026-07-30T02:23:11.520Z Checking sec1 v0.7.3
25312026-07-30T02:23:11.543Z Checking signal-hook-mio v0.2.5
25322026-07-30T02:23:11.567Z Checking toml_edit v0.19.15
25332026-07-30T02:23:11.588Z Checking group v0.13.0
25342026-07-30T02:23:11.645Z Checking usdt-impl v0.6.0
25352026-07-30T02:23:11.663Z Checking futures v0.3.32
25362026-07-30T02:23:11.721Z Checking reqwest v0.12.28
25372026-07-30T02:23:11.735Z Checking bzip2 v0.4.4
25382026-07-30T02:23:11.747Z Checking snafu v0.8.9
25392026-07-30T02:23:11.780Z Checking anstream v0.6.21
25402026-07-30T02:23:11.898Z Checking hyper-rustls v0.27.7
25412026-07-30T02:23:11.925Z Checking num-bigint-dig v0.8.6
25422026-07-30T02:23:11.979Z Checking phf v0.13.1
25432026-07-30T02:23:11.979Z Checking cookie_store v0.22.1
25442026-07-30T02:23:12.136Z Checking cipher v0.5.2
25452026-07-30T02:23:12.263Z Checking zstd v0.13.3
25462026-07-30T02:23:12.312Z Checking postgres-types v0.2.12
25472026-07-30T02:23:12.345Z Checking ed25519 v2.2.3
25482026-07-30T02:23:12.372Z Checking dtrace-parser v0.2.0
25492026-07-30T02:23:12.446Z Checking rustls-platform-verifier v0.6.2
25502026-07-30T02:23:12.471Z Checking globset v0.4.18
25512026-07-30T02:23:12.527Z Checking crossbeam-deque v0.8.6
25522026-07-30T02:23:12.634Z Checking regex v1.12.3
25532026-07-30T02:23:12.640Z Checking phf_shared v0.11.3
25542026-07-30T02:23:12.640Z Checking hkdf v0.12.4
25552026-07-30T02:23:12.640Z Checking olpc-cjson v0.1.4
25562026-07-30T02:23:12.701Z Checking ref-cast v1.0.25
25572026-07-30T02:23:12.722Z Checking curve25519-dalek v4.1.3
25582026-07-30T02:23:12.734Z Checking strum v0.27.2
25592026-07-30T02:23:12.734Z Checking pkcs1 v0.7.5
25602026-07-30T02:23:12.754Z Checking hubpack v0.1.2
25612026-07-30T02:23:12.758Z Checking memoffset v0.9.1
25622026-07-30T02:23:12.790Z Checking rustix v0.38.44
25632026-07-30T02:23:12.839Z Checking pem v3.0.6
25642026-07-30T02:23:12.847Z Checking float-cmp v0.10.0
25652026-07-30T02:23:12.858Z Checking serde-big-array v0.5.1
25662026-07-30T02:23:12.916Z Checking erased-serde v0.3.31
25672026-07-30T02:23:12.939Z Checking serde_plain v1.0.2
25682026-07-30T02:23:12.965Z Checking crypto-bigint v0.5.5
25692026-07-30T02:23:12.981Z Checking thread-id v4.2.2
25702026-07-30T02:23:12.993Z Checking memmap2 v0.9.10
25712026-07-30T02:23:13.056Z Checking env_filter v1.0.0
25722026-07-30T02:23:13.082Z Checking keccak v0.1.6
25732026-07-30T02:23:13.162Z Checking fixedbitset v0.5.7
25742026-07-30T02:23:13.198Z Checking toml_write v0.1.2
25752026-07-30T02:23:13.266Z Checking data-encoding v2.10.0
25762026-07-30T02:23:13.330Z Checking const-oid v0.10.2
25772026-07-30T02:23:13.375Z Checking static_assertions v1.1.0
25782026-07-30T02:23:13.380Z Checking difflib v0.4.0
25792026-07-30T02:23:13.425Z Checking typed-path v0.9.3
25802026-07-30T02:23:13.472Z Checking fixedbitset v0.4.2
25812026-07-30T02:23:13.523Z Checking unicode-segmentation v1.12.0
25822026-07-30T02:23:13.536Z Checking jiff v0.2.21
25832026-07-30T02:23:13.548Z Checking normalize-line-endings v0.3.0
25842026-07-30T02:23:13.608Z Checking new_debug_unreachable v1.0.6
25852026-07-30T02:23:13.630Z Checking winnow v1.0.3
25862026-07-30T02:23:13.635Z Checking whoami v2.1.0
25872026-07-30T02:23:13.678Z Checking predicates-core v1.0.10
25882026-07-30T02:23:13.797Z Checking precomputed-hash v0.1.1
25892026-07-30T02:23:13.823Z Checking winnow v0.7.14
25902026-07-30T02:23:13.836Z Checking cpufeatures v0.3.0
25912026-07-30T02:23:13.890Z Checking string_cache v0.8.9
25922026-07-30T02:23:13.902Z Checking chacha20 v0.10.0
25932026-07-30T02:23:13.914Z Checking toml_parser v1.1.2+spec-1.1.0
25942026-07-30T02:23:13.918Z Checking elliptic-curve v0.13.8
25952026-07-30T02:23:14.044Z Checking similar v2.7.0
25962026-07-30T02:23:14.152Z Checking tokio-postgres v0.7.16
25972026-07-30T02:23:14.208Z Checking tough v0.22.0
25982026-07-30T02:23:14.238Z Checking predicates v3.1.4
25992026-07-30T02:23:14.242Z Checking petgraph v0.6.5
26002026-07-30T02:23:14.431Z Checking crossterm v0.28.1
26012026-07-30T02:23:14.551Z Checking hickory-proto v0.25.2
26022026-07-30T02:23:14.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26032026-07-30T02:23:14.777Z Checking ed25519-dalek v2.2.0
26042026-07-30T02:23:15.004Z Checking digest v0.11.3
26052026-07-30T02:23:15.016Z Checking toml_edit v0.22.27
26062026-07-30T02:23:15.136Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26072026-07-30T02:23:15.181Z Checking petgraph v0.8.3
26082026-07-30T02:23:15.426Z Checking slog v2.8.2
26092026-07-30T02:23:15.485Z Checking sha3 v0.10.8
26102026-07-30T02:23:15.687Z Checking env_logger v0.11.9
26112026-07-30T02:23:15.695Z Checking usdt v0.6.0
26122026-07-30T02:23:15.780Z Checking zip v4.6.1
26132026-07-30T02:23:15.896Z Checking usdt-impl v0.5.0
26142026-07-30T02:23:15.905Z Checking rsa v0.9.10
26152026-07-30T02:23:16.103Z Checking nix v0.31.2
26162026-07-30T02:23:16.335Z Checking toml v0.7.8
26172026-07-30T02:23:16.341Z Checking reqwest v0.13.2
26182026-07-30T02:23:16.536Z Checking clap v4.6.1
26192026-07-30T02:23:16.616Z Checking zip v0.6.6
26202026-07-30T02:23:16.646Z Checking itertools v0.13.0
26212026-07-30T02:23:16.733Z Checking byte-wrapper v0.1.0
26222026-07-30T02:23:16.938Z Checking serde_with v3.21.0
26232026-07-30T02:23:16.942Z Checking strum v0.26.3
26242026-07-30T02:23:17.034Z Checking fs-err v3.3.0
26252026-07-30T02:23:17.055Z Checking ahash v0.8.12
26262026-07-30T02:23:17.204Z Checking object v0.37.3
26272026-07-30T02:23:17.251Z Checking tokio-stream v0.1.18
26282026-07-30T02:23:17.295Z Checking buf-list v1.1.2
26292026-07-30T02:23:17.331Z Checking anyhow v1.0.102
26302026-07-30T02:23:17.342Z Checking camino v1.2.2
26312026-07-30T02:23:17.389Z Checking x509-cert v0.2.5
26322026-07-30T02:23:17.474Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
26332026-07-30T02:23:17.522Z Checking openapiv3 v2.2.0
26342026-07-30T02:23:17.605Z Checking peg-runtime v0.8.5
26352026-07-30T02:23:17.629Z Checking lalrpop-util v0.19.12
26362026-07-30T02:23:17.673Z Checking rayon v1.11.0
26372026-07-30T02:23:17.723Z Checking sigpipe v0.1.3
26382026-07-30T02:23:17.735Z Checking glob v0.3.3
26392026-07-30T02:23:19.358Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26402026-07-30T02:23:19.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.42s
26412026-07-30T02:23:19.786Z
26422026-07-30T02:23:19.786Zinfo: running `cargo check --bins` on internal-dns-types (77/303)
26432026-07-30T02:23:20.247Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26442026-07-30T02:23:20.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26452026-07-30T02:23:20.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26462026-07-30T02:23:20.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26472026-07-30T02:23:20.332Z
26482026-07-30T02:23:20.332Zinfo: running `cargo check --bins` on internal-dns-types-versions (78/303)
26492026-07-30T02:23:20.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26502026-07-30T02:23:20.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26512026-07-30T02:23:20.799Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26522026-07-30T02:23:20.803Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26532026-07-30T02:23:20.879Z
26542026-07-30T02:23:20.879Zinfo: running `cargo check --bins` on nexus-types-versions (79/303)
26552026-07-30T02:23:21.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26562026-07-30T02:23:21.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26572026-07-30T02:23:21.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26582026-07-30T02:23:21.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
26592026-07-30T02:23:21.444Z
26602026-07-30T02:23:21.444Zinfo: running `cargo check --bins` on oxql-types (80/303)
26612026-07-30T02:23:21.904Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26622026-07-30T02:23:21.908Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26632026-07-30T02:23:21.908Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26642026-07-30T02:23:21.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26652026-07-30T02:23:22.045Z
26662026-07-30T02:23:22.045Zinfo: running `cargo check --bins` on oximeter-types (81/303)
26672026-07-30T02:23:22.454Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682026-07-30T02:23:22.458Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692026-07-30T02:23:22.458Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26702026-07-30T02:23:22.461Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26712026-07-30T02:23:22.544Z
26722026-07-30T02:23:22.544Zinfo: running `cargo check --bins` on oximeter-types-versions (82/303)
26732026-07-30T02:23:23.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742026-07-30T02:23:23.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752026-07-30T02:23:23.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26762026-07-30T02:23:23.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26772026-07-30T02:23:23.093Z
26782026-07-30T02:23:23.093Zinfo: running `cargo check --bins` on oximeter-macro-impl (83/303)
26792026-07-30T02:23:23.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802026-07-30T02:23:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812026-07-30T02:23:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
26822026-07-30T02:23:23.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
26832026-07-30T02:23:23.633Z
26842026-07-30T02:23:23.633Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (84/303)
26852026-07-30T02:23:24.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862026-07-30T02:23:24.112Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872026-07-30T02:23:24.275Z Compiling structmeta-derive v0.3.0
26882026-07-30T02:23:24.391Z Compiling multer v3.1.0
26892026-07-30T02:23:24.401Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26902026-07-30T02:23:24.406Z Compiling async-stream-impl v0.3.6
26912026-07-30T02:23:24.406Z Checking wait-timeout v0.2.1
26922026-07-30T02:23:24.424Z Checking bit-vec v0.8.0
26932026-07-30T02:23:24.424Z Checking quick-error v1.2.3
26942026-07-30T02:23:24.448Z Compiling dropshot v0.17.1
26952026-07-30T02:23:24.516Z Compiling dropshot_endpoint v0.17.1
26962026-07-30T02:23:24.530Z Checking rusty-fork v0.3.1
26972026-07-30T02:23:24.602Z Compiling newtype-uuid-macros v0.1.0
26982026-07-30T02:23:24.620Z Checking bit-set v0.8.0
26992026-07-30T02:23:24.681Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27002026-07-30T02:23:24.741Z Checking thread_local v1.1.9
27012026-07-30T02:23:24.766Z Checking proptest v1.11.0
27022026-07-30T02:23:24.785Z Checking compression-core v0.4.31
27032026-07-30T02:23:24.904Z Checking match_cfg v0.1.0
27042026-07-30T02:23:24.919Z Checking compression-codecs v0.4.37
27052026-07-30T02:23:24.970Z Checking hostname v0.3.1
27062026-07-30T02:23:24.985Z Checking crossbeam-channel v0.5.15
27072026-07-30T02:23:25.067Z Checking atomicwrites v0.4.4
27082026-07-30T02:23:25.082Z Checking slog-json v2.6.1
27092026-07-30T02:23:25.108Z Checking toml_datetime v1.1.1+spec-1.1.0
27102026-07-30T02:23:25.193Z Checking serde_spanned v1.1.1
27112026-07-30T02:23:25.232Z Checking is-terminal v0.4.17
27122026-07-30T02:23:25.303Z Checking term v1.2.1
27132026-07-30T02:23:25.315Z Checking take_mut v0.2.2
27142026-07-30T02:23:25.316Z Checking toml_writer v1.1.1+spec-1.1.0
27152026-07-30T02:23:25.338Z Checking debug-ignore v1.0.5
27162026-07-30T02:23:25.351Z Checking slog-bunyan v2.5.0
27172026-07-30T02:23:25.414Z Checking slog-async v2.8.0
27182026-07-30T02:23:25.429Z Checking async-compression v0.4.41
27192026-07-30T02:23:25.443Z Compiling structmeta v0.3.0
27202026-07-30T02:23:25.455Z Checking async-stream v0.3.6
27212026-07-30T02:23:25.501Z Checking toml v1.1.2+spec-1.1.0
27222026-07-30T02:23:25.524Z Checking slog-term v2.9.2
27232026-07-30T02:23:25.578Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27242026-07-30T02:23:25.590Z Checking progenitor-client v0.14.0
27252026-07-30T02:23:25.649Z Compiling derive-ex v0.1.8
27262026-07-30T02:23:25.670Z Compiling parse-display-derive v0.10.0
27272026-07-30T02:23:25.683Z Checking sha1 v0.11.0
27282026-07-30T02:23:25.781Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
27292026-07-30T02:23:25.865Z Checking waitgroup v0.1.2
27302026-07-30T02:23:25.915Z Checking rustls-pemfile v2.2.0
27312026-07-30T02:23:25.961Z Checking backon v1.6.0
27322026-07-30T02:23:26.030Z Checking serde_path_to_error v0.1.20
27332026-07-30T02:23:26.051Z Checking hostname v0.4.2
27342026-07-30T02:23:26.072Z Checking instant v0.1.13
27352026-07-30T02:23:26.159Z Checking backoff v0.4.0
27362026-07-30T02:23:26.267Z Checking progenitor-extras v0.2.0
27372026-07-30T02:23:26.330Z Checking itertools v0.14.0
27382026-07-30T02:23:26.346Z Checking regress v0.10.5
27392026-07-30T02:23:26.492Z Checking macaddr v1.0.1
27402026-07-30T02:23:26.582Z Checking newtype-uuid v1.3.2
27412026-07-30T02:23:26.783Z Checking daft v0.1.7
27422026-07-30T02:23:26.963Z Checking humantime v2.3.0
27432026-07-30T02:23:27.022Z Checking iddqd v0.4.2
27442026-07-30T02:23:27.026Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27452026-07-30T02:23:27.301Z Compiling test-strategy v0.4.5
27462026-07-30T02:23:27.328Z Checking parse-display v0.10.0
27472026-07-30T02:23:27.936Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27482026-07-30T02:23:28.032Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27492026-07-30T02:23:28.260Z Compiling prettyplease v0.2.37
27502026-07-30T02:23:28.486Z Checking num-rational v0.4.2
27512026-07-30T02:23:28.628Z Checking num-complex v0.4.6
27522026-07-30T02:23:28.797Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27532026-07-30T02:23:29.147Z Compiling num v0.4.3
27542026-07-30T02:23:29.164Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27552026-07-30T02:23:29.373Z Compiling usdt-attr-macro v0.5.0
27562026-07-30T02:23:29.378Z Compiling usdt-macro v0.5.0
27572026-07-30T02:23:29.388Z Checking memmap v0.7.0
27582026-07-30T02:23:29.613Z Checking float-ord v0.3.2
27592026-07-30T02:23:29.875Z Checking unicode-width v0.2.0
27602026-07-30T02:23:29.895Z Compiling convert_case v0.4.0
27612026-07-30T02:23:29.895Z Checking console v0.15.11
27622026-07-30T02:23:30.102Z Compiling derive_more v0.99.20
27632026-07-30T02:23:30.113Z Checking newline-converter v0.3.0
27642026-07-30T02:23:30.113Z Checking usdt v0.5.0
27652026-07-30T02:23:30.149Z Compiling toml v0.8.23
27662026-07-30T02:23:30.338Z Checking linked-hash-map v0.5.6
27672026-07-30T02:23:30.352Z Compiling minimal-lexical v0.2.1
27682026-07-30T02:23:30.352Z Checking lru-cache v0.1.2
27692026-07-30T02:23:30.552Z Compiling nom v7.1.3
27702026-07-30T02:23:30.559Z Checking expectorate v1.2.0
27712026-07-30T02:23:30.990Z Checking camino-tempfile v1.4.1
27722026-07-30T02:23:31.140Z Checking hickory-proto v0.24.4
27732026-07-30T02:23:31.145Z Checking phf_shared v0.12.1
27742026-07-30T02:23:31.145Z Compiling slog-dtrace v0.3.0
27752026-07-30T02:23:31.317Z Compiling chrono-tz v0.10.4
27762026-07-30T02:23:31.322Z Checking resolv-conf v0.7.6
27772026-07-30T02:23:31.491Z Compiling unicode-xid v0.2.6
27782026-07-30T02:23:31.661Z Checking heck v0.5.0
27792026-07-30T02:23:31.670Z Compiling const_format_proc_macros v0.2.34
27802026-07-30T02:23:31.839Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27812026-07-30T02:23:31.842Z Checking phf v0.12.1
27822026-07-30T02:23:32.024Z Checking tokio-dtrace v0.1.1
27832026-07-30T02:23:32.172Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27842026-07-30T02:23:32.238Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
27852026-07-30T02:23:32.261Z Compiling derive-where v1.6.0
27862026-07-30T02:23:32.567Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27872026-07-30T02:23:32.741Z Checking highway v1.3.0
27882026-07-30T02:23:32.914Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27892026-07-30T02:23:32.917Z Checking hickory-resolver v0.24.4
27902026-07-30T02:23:33.438Z Checking const_format v0.2.35
27912026-07-30T02:23:33.744Z Checking oxide-tokio-rt v0.1.4
27922026-07-30T02:23:33.749Z Checking qorb v0.4.1
27932026-07-30T02:23:33.776Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27942026-07-30T02:23:33.920Z Checking gethostname v0.5.0
27952026-07-30T02:23:33.926Z Checking bcs v0.1.6
27962026-07-30T02:23:33.985Z Checking termtree v0.5.1
27972026-07-30T02:23:34.106Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27982026-07-30T02:23:34.118Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27992026-07-30T02:23:34.118Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28002026-07-30T02:23:37.289Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28012026-07-30T02:23:39.771Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28022026-07-30T02:23:41.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.25s
28032026-07-30T02:23:42.054Z
28042026-07-30T02:23:42.054Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (85/303)
28052026-07-30T02:23:42.537Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28062026-07-30T02:23:42.540Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28072026-07-30T02:23:42.697Z Compiling ar_archive_writer v0.5.1
28082026-07-30T02:23:42.806Z Compiling stacker v0.1.23
28092026-07-30T02:23:42.812Z Compiling cfg_aliases v0.1.1
28102026-07-30T02:23:42.818Z Compiling convert_case v0.10.0
28112026-07-30T02:23:42.821Z Checking unicode-width v0.1.14
28122026-07-30T02:23:42.836Z Compiling proc-macro-error v1.0.4
28132026-07-30T02:23:42.844Z Checking fd-lock v4.0.4
28142026-07-30T02:23:42.844Z Checking nibble_vec v0.1.0
28152026-07-30T02:23:42.866Z Compiling nix v0.28.0
28162026-07-30T02:23:42.951Z Compiling recursive-proc-macro-impl v0.1.1
28172026-07-30T02:23:42.968Z Checking vte v0.14.1
28182026-07-30T02:23:43.051Z Checking bytecount v0.6.9
28192026-07-30T02:23:43.064Z Checking endian-type v0.1.2
28202026-07-30T02:23:43.093Z Compiling derive_more-impl v2.1.1
28212026-07-30T02:23:43.123Z Compiling tabled_derive v0.7.0
28222026-07-30T02:23:43.145Z Checking strip-ansi-escapes v0.2.1
28232026-07-30T02:23:43.176Z Checking papergrid v0.11.0
28242026-07-30T02:23:43.219Z Checking radix_trie v0.2.1
28252026-07-30T02:23:43.263Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28262026-07-30T02:23:43.400Z Compiling peg-macros v0.8.5
28272026-07-30T02:23:43.427Z Checking winnow v0.6.26
28282026-07-30T02:23:43.613Z Compiling psm v0.1.30
28292026-07-30T02:23:43.731Z Compiling sqlparser_derive v0.5.0
28302026-07-30T02:23:43.792Z Checking nu-ansi-term v0.50.3
28312026-07-30T02:23:43.911Z Checking derive_more v2.1.1
28322026-07-30T02:23:43.985Z Checking unicode_categories v0.1.1
28332026-07-30T02:23:43.996Z Checking home v0.5.12
28342026-07-30T02:23:44.099Z Checking reedline v0.40.0
28352026-07-30T02:23:44.128Z Checking tabled v0.15.0
28362026-07-30T02:23:44.140Z Checking crossterm v0.29.0
28372026-07-30T02:23:44.181Z Checking rustyline v14.0.0
28382026-07-30T02:23:44.374Z Checking recursive v0.1.1
28392026-07-30T02:23:44.485Z Checking sqlparser v0.61.0
28402026-07-30T02:23:44.498Z Checking display-error-chain v0.2.2
28412026-07-30T02:23:44.572Z Checking sqlformat v0.3.5
28422026-07-30T02:23:44.749Z Checking peg v0.8.5
28432026-07-30T02:23:55.706Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.64s
28442026-07-30T02:23:55.868Z
28452026-07-30T02:23:55.868Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (86/303)
28462026-07-30T02:23:56.346Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28472026-07-30T02:23:56.349Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28482026-07-30T02:23:56.507Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28492026-07-30T02:23:59.943Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.07s
28502026-07-30T02:24:00.112Z
28512026-07-30T02:24:00.112Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (87/303)
28522026-07-30T02:24:00.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28532026-07-30T02:24:00.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28542026-07-30T02:24:00.756Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28552026-07-30T02:24:03.254Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
28562026-07-30T02:24:03.365Z
28572026-07-30T02:24:03.366Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (88/303)
28582026-07-30T02:24:03.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28592026-07-30T02:24:03.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28602026-07-30T02:24:03.996Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28612026-07-30T02:24:07.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s
28622026-07-30T02:24:07.410Z
28632026-07-30T02:24:07.410Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (89/303)
28642026-07-30T02:24:07.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28652026-07-30T02:24:07.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28662026-07-30T02:24:08.049Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28672026-07-30T02:24:11.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s
28682026-07-30T02:24:11.539Z
28692026-07-30T02:24:11.539Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (90/303)
28702026-07-30T02:24:11.978Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28712026-07-30T02:24:11.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28722026-07-30T02:24:12.136Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732026-07-30T02:24:14.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
28742026-07-30T02:24:14.916Z
28752026-07-30T02:24:14.916Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (91/303)
28762026-07-30T02:24:15.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772026-07-30T02:24:15.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782026-07-30T02:24:15.563Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792026-07-30T02:24:18.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
28802026-07-30T02:24:18.363Z
28812026-07-30T02:24:18.363Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (92/303)
28822026-07-30T02:24:18.841Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832026-07-30T02:24:18.845Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842026-07-30T02:24:19.006Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852026-07-30T02:24:22.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
28862026-07-30T02:24:22.592Z
28872026-07-30T02:24:22.592Zinfo: running `cargo check --bins` on oximeter (93/303)
28882026-07-30T02:24:23.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892026-07-30T02:24:23.055Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902026-07-30T02:24:23.055Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28912026-07-30T02:24:23.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
28922026-07-30T02:24:23.136Z
28932026-07-30T02:24:23.136Zinfo: running `cargo check --bins` on oximeter-schema (94/303)
28942026-07-30T02:24:23.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952026-07-30T02:24:23.607Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962026-07-30T02:24:23.747Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28972026-07-30T02:24:23.902Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28982026-07-30T02:24:23.918Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28992026-07-30T02:24:24.244Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29002026-07-30T02:24:26.683Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29012026-07-30T02:24:27.874Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29022026-07-30T02:24:28.073Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29032026-07-30T02:24:28.729Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s
29042026-07-30T02:24:28.888Z
29052026-07-30T02:24:28.888Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (95/303)
29062026-07-30T02:24:29.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072026-07-30T02:24:29.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082026-07-30T02:24:29.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29092026-07-30T02:24:29.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29102026-07-30T02:24:29.443Z
29112026-07-30T02:24:29.443Zinfo: running `cargo check --bins` on oximeter-test-utils (96/303)
29122026-07-30T02:24:30.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132026-07-30T02:24:30.019Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142026-07-30T02:24:30.019Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29152026-07-30T02:24:30.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29162026-07-30T02:24:30.055Z
29172026-07-30T02:24:30.055Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (97/303)
29182026-07-30T02:24:30.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192026-07-30T02:24:30.503Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202026-07-30T02:24:30.503Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212026-07-30T02:24:30.503Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29222026-07-30T02:24:30.582Z
29232026-07-30T02:24:30.582Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (98/303)
29242026-07-30T02:24:31.055Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252026-07-30T02:24:31.066Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262026-07-30T02:24:31.066Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272026-07-30T02:24:31.066Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29282026-07-30T02:24:31.146Z
29292026-07-30T02:24:31.146Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (99/303)
29302026-07-30T02:24:31.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312026-07-30T02:24:31.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322026-07-30T02:24:31.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332026-07-30T02:24:31.650Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29342026-07-30T02:24:31.703Z
29352026-07-30T02:24:31.703Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (100/303)
29362026-07-30T02:24:32.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372026-07-30T02:24:32.194Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382026-07-30T02:24:32.194Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392026-07-30T02:24:32.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29402026-07-30T02:24:32.262Z
29412026-07-30T02:24:32.262Zinfo: running `cargo check --bins` on trust-quorum-types (101/303)
29422026-07-30T02:24:32.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432026-07-30T02:24:32.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442026-07-30T02:24:32.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452026-07-30T02:24:32.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
29462026-07-30T02:24:32.798Z
29472026-07-30T02:24:32.798Zinfo: running `cargo check --bins` on trust-quorum-test-utils (102/303)
29482026-07-30T02:24:33.262Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492026-07-30T02:24:35.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502026-07-30T02:24:35.494Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512026-07-30T02:24:35.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
29522026-07-30T02:24:35.494Z
29532026-07-30T02:24:35.494Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (103/303)
29542026-07-30T02:24:35.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552026-07-30T02:24:35.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562026-07-30T02:24:35.495Z Compiling crucible-workspace-hack v0.1.0
29572026-07-30T02:24:35.495Z Compiling itertools v0.15.0
29582026-07-30T02:24:35.495Z Checking secrecy v0.10.3
29592026-07-30T02:24:35.495Z Compiling heapless v0.8.0
29602026-07-30T02:24:35.495Z Compiling toml_datetime v0.7.5+spec-1.1.0
29612026-07-30T02:24:35.495Z Checking hash32 v0.3.1
29622026-07-30T02:24:35.495Z Checking inout v0.1.4
29632026-07-30T02:24:35.495Z Compiling smoltcp v0.11.0
29642026-07-30T02:24:35.495Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
29652026-07-30T02:24:35.495Z Checking cobs v0.3.0
29662026-07-30T02:24:35.495Z Compiling toml_edit v0.23.10+spec-1.0.0
29672026-07-30T02:24:35.495Z Checking cipher v0.4.4
29682026-07-30T02:24:35.495Z Checking universal-hash v0.5.1
29692026-07-30T02:24:35.495Z Compiling thiserror-impl-no-std v2.0.2
29702026-07-30T02:24:35.495Z Checking half v2.7.1
29712026-07-30T02:24:35.495Z Checking ciborium-io v0.2.2
29722026-07-30T02:24:35.495Z Checking opaque-debug v0.3.1
29732026-07-30T02:24:35.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
29742026-07-30T02:24:35.495Z Checking chacha20 v0.9.1
29752026-07-30T02:24:35.495Z Checking poly1305 v0.8.0
29762026-07-30T02:24:35.495Z Checking ciborium-ll v0.2.2
29772026-07-30T02:24:35.495Z Checking postcard v1.1.3
29782026-07-30T02:24:35.495Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29792026-07-30T02:24:35.495Z Compiling proc-macro-crate v3.4.0
29802026-07-30T02:24:35.495Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29812026-07-30T02:24:35.495Z Checking password-hash v0.5.0
29822026-07-30T02:24:35.495Z Checking blake2 v0.10.6
29832026-07-30T02:24:35.495Z Compiling proc-macro-crate v1.3.1
29842026-07-30T02:24:35.495Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29852026-07-30T02:24:35.496Z Checking aead v0.5.2
29862026-07-30T02:24:36.455Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29872026-07-30T02:24:36.456Z Compiling num_enum_derive v0.7.6
29882026-07-30T02:24:36.456Z Compiling ingot-macros v0.2.0
29892026-07-30T02:24:36.456Z Compiling foreign-types-macros v0.2.3
29902026-07-30T02:24:36.617Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
29912026-07-30T02:24:36.617Z Checking thiserror-no-std v2.0.2
29922026-07-30T02:24:36.618Z Checking foreign-types-shared v0.3.1
29932026-07-30T02:24:36.618Z Compiling num_enum_derive v0.5.11
29942026-07-30T02:24:36.618Z Checking vsss-rs v3.3.4
29952026-07-30T02:24:36.618Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29962026-07-30T02:24:36.618Z Checking chacha20poly1305 v0.10.1
29972026-07-30T02:24:36.618Z Checking argon2 v0.5.3
29982026-07-30T02:24:36.618Z Checking foreign-types v0.5.0
29992026-07-30T02:24:36.618Z Checking ciborium v0.2.2
30002026-07-30T02:24:36.618Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30012026-07-30T02:24:36.618Z Checking tabwriter v1.4.1
30022026-07-30T02:24:36.618Z Checking num_enum v0.7.6
30032026-07-30T02:24:36.688Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30042026-07-30T02:24:36.688Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30052026-07-30T02:24:36.735Z Checking cstr-argument v0.1.2
30062026-07-30T02:24:36.735Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30072026-07-30T02:24:36.735Z Checking num_enum v0.5.11
30082026-07-30T02:24:36.735Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30092026-07-30T02:24:36.777Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30102026-07-30T02:24:36.806Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30112026-07-30T02:24:36.814Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30122026-07-30T02:24:36.854Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30132026-07-30T02:24:36.895Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30142026-07-30T02:24:36.927Z Checking rand v0.10.1
30152026-07-30T02:24:36.975Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30162026-07-30T02:24:36.998Z Checking indent_write v2.2.0
30172026-07-30T02:24:37.052Z Checking colored v3.1.1
30182026-07-30T02:24:37.125Z Compiling zone_cfg_derive v0.3.1
30192026-07-30T02:24:37.245Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30202026-07-30T02:24:37.286Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30212026-07-30T02:24:37.393Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30222026-07-30T02:24:37.401Z Checking itertools v0.12.1
30232026-07-30T02:24:37.428Z Compiling num-derive v0.4.2
30242026-07-30T02:24:37.454Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30252026-07-30T02:24:37.480Z Checking swrite v0.1.0
30262026-07-30T02:24:37.569Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30272026-07-30T02:24:37.721Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30282026-07-30T02:24:37.773Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30292026-07-30T02:24:37.820Z Checking dropshot-api-manager-types v0.7.2
30302026-07-30T02:24:37.878Z Checking smf v0.2.3
30312026-07-30T02:24:37.891Z Checking nanorand v0.7.0
30322026-07-30T02:24:37.907Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
30332026-07-30T02:24:37.972Z Checking whoami v1.6.1
30342026-07-30T02:24:38.083Z Checking flume v0.11.1
30352026-07-30T02:24:38.110Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30362026-07-30T02:24:38.292Z Checking ingot-types v0.2.0
30372026-07-30T02:24:38.375Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30382026-07-30T02:24:38.429Z Checking zone v0.3.1
30392026-07-30T02:24:38.632Z Checking ingot v0.2.1
30402026-07-30T02:24:40.283Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30412026-07-30T02:24:44.202Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30422026-07-30T02:24:44.237Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30432026-07-30T02:24:44.403Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30442026-07-30T02:24:46.430Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30452026-07-30T02:24:47.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.18s
30462026-07-30T02:24:47.711Z
30472026-07-30T02:24:47.711Zinfo: running `cargo check --bins` on clickhouse-admin-api (104/303)
30482026-07-30T02:24:48.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30492026-07-30T02:24:48.188Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30502026-07-30T02:24:48.188Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30512026-07-30T02:24:48.191Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30522026-07-30T02:24:48.394Z
30532026-07-30T02:24:48.395Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (105/303)
30542026-07-30T02:24:48.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30552026-07-30T02:24:48.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30562026-07-30T02:24:48.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30572026-07-30T02:24:48.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30582026-07-30T02:24:48.822Z
30592026-07-30T02:24:48.823Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (106/303)
30602026-07-30T02:24:49.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30612026-07-30T02:24:49.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30622026-07-30T02:24:49.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30632026-07-30T02:24:49.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30642026-07-30T02:24:49.464Z
30652026-07-30T02:24:49.464Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (107/303)
30662026-07-30T02:24:49.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30672026-07-30T02:24:49.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30682026-07-30T02:24:49.854Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30692026-07-30T02:24:49.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30702026-07-30T02:24:49.936Z
30712026-07-30T02:24:49.936Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (108/303)
30722026-07-30T02:24:50.402Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30732026-07-30T02:24:50.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30742026-07-30T02:24:50.406Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30752026-07-30T02:24:50.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30762026-07-30T02:24:50.488Z
30772026-07-30T02:24:50.489Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (109/303)
30782026-07-30T02:24:50.954Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30792026-07-30T02:24:50.958Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30802026-07-30T02:24:50.958Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30812026-07-30T02:24:50.962Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30822026-07-30T02:24:51.038Z
30832026-07-30T02:24:51.038Zinfo: running `cargo check --bins` on cockroach-admin-client (110/303)
30842026-07-30T02:24:51.494Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30852026-07-30T02:24:51.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30862026-07-30T02:24:51.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30872026-07-30T02:24:51.501Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30882026-07-30T02:24:51.576Z
30892026-07-30T02:24:51.576Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (111/303)
30902026-07-30T02:24:52.042Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30912026-07-30T02:24:52.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30922026-07-30T02:24:52.046Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30932026-07-30T02:24:52.049Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
30942026-07-30T02:24:52.130Z
30952026-07-30T02:24:52.130Zinfo: running `cargo check --bins` on dns-service-client (112/303)
30962026-07-30T02:24:52.597Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30972026-07-30T02:24:52.600Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30982026-07-30T02:24:52.600Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30992026-07-30T02:24:52.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31002026-07-30T02:24:52.684Z
31012026-07-30T02:24:52.684Zinfo: running `cargo check --bins` on installinator-client (113/303)
31022026-07-30T02:24:53.153Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31032026-07-30T02:24:53.156Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31042026-07-30T02:24:53.156Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31052026-07-30T02:24:53.160Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31062026-07-30T02:24:53.240Z
31072026-07-30T02:24:53.240Zinfo: running `cargo check --bins` on nexus-client (114/303)
31082026-07-30T02:24:53.736Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31092026-07-30T02:24:53.739Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31102026-07-30T02:24:53.739Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31112026-07-30T02:24:53.743Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31122026-07-30T02:24:53.829Z
31132026-07-30T02:24:53.829Zinfo: running `cargo check --bins` on nexus-lockstep-client (115/303)
31142026-07-30T02:24:54.322Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-07-30T02:24:54.326Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-07-30T02:24:54.326Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-07-30T02:24:54.330Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31182026-07-30T02:24:54.416Z
31192026-07-30T02:24:54.416Zinfo: running `cargo check --bins` on ntp-admin-client (116/303)
31202026-07-30T02:24:54.870Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-07-30T02:24:54.874Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-07-30T02:24:54.874Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-07-30T02:24:54.877Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31242026-07-30T02:24:54.952Z
31252026-07-30T02:24:54.952Zinfo: running `cargo check --bins` on oxide-client (117/303)
31262026-07-30T02:24:55.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-07-30T02:24:55.411Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-07-30T02:24:55.411Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-07-30T02:24:55.415Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31302026-07-30T02:24:55.491Z
31312026-07-30T02:24:55.491Zinfo: running `cargo check --bins` on oximeter-client (118/303)
31322026-07-30T02:24:55.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-07-30T02:24:55.960Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-07-30T02:24:55.961Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-07-30T02:24:55.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31362026-07-30T02:24:56.043Z
31372026-07-30T02:24:56.043Zinfo: running `cargo check --bins` on repo-depot-client (119/303)
31382026-07-30T02:24:56.497Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-07-30T02:24:56.500Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-07-30T02:24:56.501Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-07-30T02:24:56.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31422026-07-30T02:24:56.580Z
31432026-07-30T02:24:56.580Zinfo: running `cargo check --bins` on sled-agent-client (120/303)
31442026-07-30T02:24:57.054Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-07-30T02:24:57.058Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-07-30T02:24:57.058Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-07-30T02:24:57.061Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31482026-07-30T02:24:57.141Z
31492026-07-30T02:24:57.141Zinfo: running `cargo check --bins` on wicketd-client (121/303)
31502026-07-30T02:24:57.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-07-30T02:24:57.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-07-30T02:24:57.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-07-30T02:24:57.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31542026-07-30T02:24:57.721Z
31552026-07-30T02:24:57.721Zinfo: running `cargo check --bins` on installinator-common (122/303)
31562026-07-30T02:24:58.203Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-07-30T02:24:58.207Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-07-30T02:24:58.207Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-07-30T02:24:58.210Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-07-30T02:24:58.291Z
31612026-07-30T02:24:58.291Zinfo: running `cargo check --bins` on installinator-common-versions (123/303)
31622026-07-30T02:24:58.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-07-30T02:24:58.749Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-07-30T02:24:58.749Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-07-30T02:24:58.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
31662026-07-30T02:24:58.827Z
31672026-07-30T02:24:58.827Zinfo: running `cargo check --bins` on wicket-common (124/303)
31682026-07-30T02:24:59.303Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-07-30T02:24:59.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-07-30T02:24:59.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-07-30T02:24:59.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31722026-07-30T02:24:59.392Z
31732026-07-30T02:24:59.392Zinfo: running `cargo check --bins` on wicketd-commission-types (125/303)
31742026-07-30T02:24:59.860Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-07-30T02:24:59.863Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-07-30T02:24:59.863Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-07-30T02:24:59.868Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31782026-07-30T02:24:59.947Z
31792026-07-30T02:24:59.947Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (126/303)
31802026-07-30T02:25:00.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-07-30T02:25:00.421Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-07-30T02:25:00.421Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-07-30T02:25:00.424Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31842026-07-30T02:25:00.505Z
31852026-07-30T02:25:00.505Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
31862026-07-30T02:25:00.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-07-30T02:25:00.978Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-07-30T02:25:00.978Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-07-30T02:25:00.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31902026-07-30T02:25:01.063Z
31912026-07-30T02:25:01.063Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
31922026-07-30T02:25:01.544Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-07-30T02:25:01.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-07-30T02:25:01.723Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31952026-07-30T02:25:01.837Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31962026-07-30T02:25:01.845Z Checking csv-core v0.1.13
31972026-07-30T02:25:01.849Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-07-30T02:25:01.855Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
31992026-07-30T02:25:01.859Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32002026-07-30T02:25:01.874Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32012026-07-30T02:25:01.885Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32022026-07-30T02:25:01.993Z Checking csv v1.4.0
32032026-07-30T02:25:02.024Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32042026-07-30T02:25:02.038Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-07-30T02:25:02.064Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-07-30T02:25:02.091Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32072026-07-30T02:25:02.320Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32082026-07-30T02:25:02.688Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32092026-07-30T02:25:02.691Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32102026-07-30T02:25:03.053Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-30T02:25:09.220Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32122026-07-30T02:25:09.745Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-07-30T02:25:12.093Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.02s
32142026-07-30T02:25:12.269Z
32152026-07-30T02:25:12.269Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32162026-07-30T02:25:12.733Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-07-30T02:25:12.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-07-30T02:25:12.737Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-07-30T02:25:12.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
32202026-07-30T02:25:12.817Z
32212026-07-30T02:25:12.817Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32222026-07-30T02:25:13.356Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-07-30T02:25:13.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-07-30T02:25:13.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-07-30T02:25:13.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32262026-07-30T02:25:13.461Z
32272026-07-30T02:25:13.461Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32282026-07-30T02:25:13.996Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-07-30T02:25:13.999Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-07-30T02:25:13.999Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-07-30T02:25:14.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32322026-07-30T02:25:14.099Z
32332026-07-30T02:25:14.099Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32342026-07-30T02:25:14.603Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-07-30T02:25:14.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-07-30T02:25:14.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-07-30T02:25:14.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32382026-07-30T02:25:14.696Z
32392026-07-30T02:25:14.696Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32402026-07-30T02:25:15.200Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-07-30T02:25:15.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-07-30T02:25:15.425Z Compiling regress v0.11.1
32432026-07-30T02:25:15.567Z Compiling unsafe-libyaml v0.2.11
32442026-07-30T02:25:15.577Z Compiling semver v0.1.20
32452026-07-30T02:25:15.580Z Compiling radium v0.7.0
32462026-07-30T02:25:15.599Z Checking nom v8.0.0
32472026-07-30T02:25:15.599Z Compiling maybe-uninit v2.0.0
32482026-07-30T02:25:15.602Z Checking tap v1.0.1
32492026-07-30T02:25:15.720Z Checking wyz v0.5.1
32502026-07-30T02:25:15.840Z Compiling rustc_version v0.1.7
32512026-07-30T02:25:15.894Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-07-30T02:25:15.921Z Compiling zerocopy-derive v0.6.6
32532026-07-30T02:25:16.023Z Checking crc-catalog v2.4.0
32542026-07-30T02:25:16.073Z Compiling serde_yaml v0.9.34+deprecated
32552026-07-30T02:25:16.150Z Compiling newtype_derive v0.1.6
32562026-07-30T02:25:16.300Z Compiling packed_struct v0.10.1
32572026-07-30T02:25:16.335Z Checking funty v2.0.0
32582026-07-30T02:25:16.547Z Compiling cancel-safe-futures v0.1.5
32592026-07-30T02:25:16.656Z Checking bitvec v1.0.1
32602026-07-30T02:25:16.749Z Checking zerocopy v0.6.6
32612026-07-30T02:25:16.852Z Checking crc v3.4.0
32622026-07-30T02:25:17.007Z Checking typify-impl v0.6.2
32632026-07-30T02:25:17.044Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32642026-07-30T02:25:17.376Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32652026-07-30T02:25:17.506Z Compiling packed_struct_codegen v0.10.1
32662026-07-30T02:25:17.551Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32672026-07-30T02:25:17.573Z Compiling bitfield-macros v0.19.4
32682026-07-30T02:25:17.722Z Compiling indexmap v1.9.3
32692026-07-30T02:25:17.917Z Checking nodrop v0.1.14
32702026-07-30T02:25:17.980Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32712026-07-30T02:25:18.009Z Compiling owo-colors v4.3.0
32722026-07-30T02:25:18.050Z Checking array-init v0.0.4
32732026-07-30T02:25:18.172Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-07-30T02:25:18.301Z Checking bitfield v0.19.4
32752026-07-30T02:25:18.380Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-07-30T02:25:18.408Z Checking smallvec v0.6.14
32772026-07-30T02:25:18.620Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32782026-07-30T02:25:18.623Z Checking oxide-update-engine-types v0.1.2
32792026-07-30T02:25:18.654Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32802026-07-30T02:25:18.742Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-07-30T02:25:18.777Z Checking smawk v0.3.2
32822026-07-30T02:25:18.829Z Checking tagptr v0.2.0
32832026-07-30T02:25:18.905Z Checking base64 v0.21.7
32842026-07-30T02:25:18.968Z Checking unicode-linebreak v0.1.5
32852026-07-30T02:25:18.986Z Checking hashbrown v0.12.3
32862026-07-30T02:25:19.148Z Checking linear-map v1.2.0
32872026-07-30T02:25:19.178Z Checking textwrap v0.16.2
32882026-07-30T02:25:19.201Z Checking ron v0.8.1
32892026-07-30T02:25:19.318Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32902026-07-30T02:25:19.391Z Checking moka v0.12.13
32912026-07-30T02:25:19.493Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
32922026-07-30T02:25:19.509Z Checking oxide-update-engine v0.1.2
32932026-07-30T02:25:19.650Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32942026-07-30T02:25:19.722Z Checking steno v0.4.1
32952026-07-30T02:25:19.736Z Checking serde-hex v0.1.0
32962026-07-30T02:25:20.025Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32972026-07-30T02:25:20.186Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
32982026-07-30T02:25:20.302Z Checking hashbrown v0.13.2
32992026-07-30T02:25:20.487Z Checking crc-any v2.5.0
33002026-07-30T02:25:20.665Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-30T02:25:20.722Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33022026-07-30T02:25:20.736Z Checking object v0.30.4
33032026-07-30T02:25:20.794Z Checking hickory-resolver v0.25.2
33042026-07-30T02:25:20.869Z Checking sha1 v0.10.6
33052026-07-30T02:25:20.884Z Checking utf-8 v0.7.6
33062026-07-30T02:25:21.017Z Checking void v1.0.2
33072026-07-30T02:25:21.032Z Checking half v1.8.3
33082026-07-30T02:25:21.120Z Checking path-slash v0.1.5
33092026-07-30T02:25:21.234Z Checking serde_cbor v0.11.2
33102026-07-30T02:25:21.238Z Checking lzss v0.8.2
33112026-07-30T02:25:21.261Z Checking tungstenite v0.23.0
33122026-07-30T02:25:21.512Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33132026-07-30T02:25:21.554Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33142026-07-30T02:25:21.565Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33152026-07-30T02:25:21.585Z Compiling typify-macro v0.6.2
33162026-07-30T02:25:21.624Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33172026-07-30T02:25:21.659Z Checking nix v0.27.1
33182026-07-30T02:25:21.673Z Checking kstat-rs v0.2.4
33192026-07-30T02:25:21.701Z Checking fxhash v0.2.1
33202026-07-30T02:25:21.819Z Checking serde_bytes v0.11.19
33212026-07-30T02:25:21.855Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33222026-07-30T02:25:21.872Z Checking tokio-tungstenite v0.23.1
33232026-07-30T02:25:21.927Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33242026-07-30T02:25:22.012Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33252026-07-30T02:25:22.125Z Checking signal-hook-tokio v0.3.1
33262026-07-30T02:25:22.679Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-07-30T02:25:23.020Z Compiling typify v0.6.2
33282026-07-30T02:25:23.100Z Compiling progenitor-impl v0.14.0
33292026-07-30T02:25:23.579Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33302026-07-30T02:25:23.894Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33312026-07-30T02:25:24.583Z Compiling progenitor-macro v0.14.0
33322026-07-30T02:25:26.941Z Checking progenitor v0.14.0
33332026-07-30T02:25:27.056Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-07-30T02:25:27.060Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-30T02:25:29.721Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33362026-07-30T02:25:38.018Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33372026-07-30T02:25:44.757Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33382026-07-30T02:25:46.124Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33392026-07-30T02:25:46.632Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33402026-07-30T02:25:48.737Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
33412026-07-30T02:25:48.924Z
33422026-07-30T02:25:48.924Zinfo: running `cargo check --bins` on gateway-api (134/303)
33432026-07-30T02:25:49.388Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33442026-07-30T02:25:49.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33452026-07-30T02:25:49.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33462026-07-30T02:25:49.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33472026-07-30T02:25:49.475Z
33482026-07-30T02:25:49.475Zinfo: running `cargo check --bins` on ipcc (135/303)
33492026-07-30T02:25:49.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33502026-07-30T02:25:49.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33512026-07-30T02:25:49.942Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33522026-07-30T02:25:49.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
33532026-07-30T02:25:50.025Z
33542026-07-30T02:25:50.026Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33552026-07-30T02:25:50.481Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33562026-07-30T02:25:50.485Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33572026-07-30T02:25:50.485Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33582026-07-30T02:25:50.489Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
33592026-07-30T02:25:50.566Z
33602026-07-30T02:25:50.566Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33612026-07-30T02:25:51.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622026-07-30T02:25:51.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632026-07-30T02:25:51.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33642026-07-30T02:25:51.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33652026-07-30T02:25:51.151Z
33662026-07-30T02:25:51.151Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33672026-07-30T02:25:51.622Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33682026-07-30T02:25:51.627Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33692026-07-30T02:25:51.627Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33702026-07-30T02:25:51.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33712026-07-30T02:25:51.711Z
33722026-07-30T02:25:51.712Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33732026-07-30T02:25:52.181Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33742026-07-30T02:25:52.185Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33752026-07-30T02:25:52.185Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33762026-07-30T02:25:52.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33772026-07-30T02:25:52.277Z
33782026-07-30T02:25:52.277Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33792026-07-30T02:25:52.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33802026-07-30T02:25:52.777Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33812026-07-30T02:25:52.777Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33822026-07-30T02:25:52.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33832026-07-30T02:25:52.831Z
33842026-07-30T02:25:52.831Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33852026-07-30T02:25:53.320Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33862026-07-30T02:25:53.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33872026-07-30T02:25:53.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33882026-07-30T02:25:53.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33892026-07-30T02:25:53.409Z
33902026-07-30T02:25:53.409Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
33912026-07-30T02:25:53.881Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922026-07-30T02:25:53.885Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932026-07-30T02:25:53.885Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33942026-07-30T02:25:53.889Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33952026-07-30T02:25:53.969Z
33962026-07-30T02:25:53.969Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
33972026-07-30T02:25:54.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982026-07-30T02:25:54.446Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992026-07-30T02:25:54.446Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002026-07-30T02:25:54.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34012026-07-30T02:25:54.533Z
34022026-07-30T02:25:54.533Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34032026-07-30T02:25:55.003Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042026-07-30T02:25:55.008Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052026-07-30T02:25:55.008Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062026-07-30T02:25:55.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34072026-07-30T02:25:55.090Z
34082026-07-30T02:25:55.090Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34092026-07-30T02:25:55.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102026-07-30T02:25:55.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112026-07-30T02:25:55.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34122026-07-30T02:25:55.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34132026-07-30T02:25:55.652Z
34142026-07-30T02:25:55.652Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34152026-07-30T02:25:56.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162026-07-30T02:25:56.134Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172026-07-30T02:25:56.134Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34182026-07-30T02:25:56.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34192026-07-30T02:25:56.216Z
34202026-07-30T02:25:56.216Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34212026-07-30T02:25:56.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34222026-07-30T02:25:56.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34232026-07-30T02:25:56.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34242026-07-30T02:25:56.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
34252026-07-30T02:25:56.775Z
34262026-07-30T02:25:56.775Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34272026-07-30T02:25:57.255Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34282026-07-30T02:25:57.259Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34292026-07-30T02:25:57.259Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34302026-07-30T02:25:57.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34312026-07-30T02:25:57.345Z
34322026-07-30T02:25:57.345Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34332026-07-30T02:25:57.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34342026-07-30T02:25:57.830Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34352026-07-30T02:25:57.830Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34362026-07-30T02:25:57.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34372026-07-30T02:25:57.917Z
34382026-07-30T02:25:57.917Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34392026-07-30T02:25:58.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34402026-07-30T02:25:58.405Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34412026-07-30T02:25:58.405Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34422026-07-30T02:25:58.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34432026-07-30T02:25:58.492Z
34442026-07-30T02:25:58.492Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34452026-07-30T02:25:58.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34462026-07-30T02:25:58.974Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34472026-07-30T02:25:58.974Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34482026-07-30T02:25:58.978Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34492026-07-30T02:25:59.059Z
34502026-07-30T02:25:59.059Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34512026-07-30T02:25:59.540Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34522026-07-30T02:25:59.544Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34532026-07-30T02:25:59.544Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34542026-07-30T02:25:59.548Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34552026-07-30T02:25:59.631Z
34562026-07-30T02:25:59.631Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34572026-07-30T02:26:00.109Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34582026-07-30T02:26:00.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34592026-07-30T02:26:00.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34602026-07-30T02:26:00.118Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34612026-07-30T02:26:00.201Z
34622026-07-30T02:26:00.201Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34632026-07-30T02:26:00.680Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34642026-07-30T02:26:00.684Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34652026-07-30T02:26:00.684Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34662026-07-30T02:26:00.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34672026-07-30T02:26:00.771Z
34682026-07-30T02:26:00.771Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34692026-07-30T02:26:01.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34702026-07-30T02:26:01.252Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34712026-07-30T02:26:01.252Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34722026-07-30T02:26:01.256Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34732026-07-30T02:26:01.338Z
34742026-07-30T02:26:01.338Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34752026-07-30T02:26:01.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34762026-07-30T02:26:01.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34772026-07-30T02:26:01.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34782026-07-30T02:26:01.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34792026-07-30T02:26:01.904Z
34802026-07-30T02:26:01.904Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34812026-07-30T02:26:02.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34822026-07-30T02:26:02.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34832026-07-30T02:26:02.385Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34842026-07-30T02:26:02.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34852026-07-30T02:26:02.471Z
34862026-07-30T02:26:02.471Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
34872026-07-30T02:26:02.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34882026-07-30T02:26:02.940Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34892026-07-30T02:26:02.940Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34902026-07-30T02:26:02.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34912026-07-30T02:26:03.023Z
34922026-07-30T02:26:03.023Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
34932026-07-30T02:26:03.487Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34942026-07-30T02:26:03.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34952026-07-30T02:26:03.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34962026-07-30T02:26:03.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
34972026-07-30T02:26:03.574Z
34982026-07-30T02:26:03.575Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
34992026-07-30T02:26:04.039Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35002026-07-30T02:26:04.043Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35012026-07-30T02:26:04.043Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35022026-07-30T02:26:04.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35032026-07-30T02:26:04.124Z
35042026-07-30T02:26:04.125Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35052026-07-30T02:26:04.588Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35062026-07-30T02:26:04.591Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35072026-07-30T02:26:04.592Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35082026-07-30T02:26:04.595Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35092026-07-30T02:26:04.674Z
35102026-07-30T02:26:04.674Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35112026-07-30T02:26:05.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35122026-07-30T02:26:05.181Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35132026-07-30T02:26:05.181Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35142026-07-30T02:26:05.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35152026-07-30T02:26:05.230Z
35162026-07-30T02:26:05.230Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35172026-07-30T02:26:05.696Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35182026-07-30T02:26:05.700Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35192026-07-30T02:26:05.700Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35202026-07-30T02:26:05.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35212026-07-30T02:26:05.783Z
35222026-07-30T02:26:05.784Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35232026-07-30T02:26:06.250Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35242026-07-30T02:26:06.253Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35252026-07-30T02:26:06.253Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35262026-07-30T02:26:06.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35272026-07-30T02:26:06.338Z
35282026-07-30T02:26:06.338Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35292026-07-30T02:26:06.805Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35302026-07-30T02:26:06.820Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35312026-07-30T02:26:06.820Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35322026-07-30T02:26:06.820Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
35332026-07-30T02:26:06.889Z
35342026-07-30T02:26:06.889Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35352026-07-30T02:26:07.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35362026-07-30T02:26:07.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35372026-07-30T02:26:07.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35382026-07-30T02:26:07.378Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35392026-07-30T02:26:07.463Z
35402026-07-30T02:26:07.464Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35412026-07-30T02:26:07.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35422026-07-30T02:26:07.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35432026-07-30T02:26:07.948Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35442026-07-30T02:26:07.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35452026-07-30T02:26:08.036Z
35462026-07-30T02:26:08.036Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35472026-07-30T02:26:08.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35482026-07-30T02:26:08.521Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35492026-07-30T02:26:08.521Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35502026-07-30T02:26:08.524Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35512026-07-30T02:26:08.609Z
35522026-07-30T02:26:08.610Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35532026-07-30T02:26:09.093Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35542026-07-30T02:26:09.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35552026-07-30T02:26:09.097Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35562026-07-30T02:26:09.101Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35572026-07-30T02:26:09.185Z
35582026-07-30T02:26:09.185Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35592026-07-30T02:26:09.761Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35602026-07-30T02:26:09.766Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35612026-07-30T02:26:09.766Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35622026-07-30T02:26:09.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35632026-07-30T02:26:09.766Z
35642026-07-30T02:26:09.766Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35652026-07-30T02:26:10.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35662026-07-30T02:26:10.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35672026-07-30T02:26:10.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35682026-07-30T02:26:10.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35692026-07-30T02:26:10.382Z
35702026-07-30T02:26:10.382Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35712026-07-30T02:26:10.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35722026-07-30T02:26:10.875Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35732026-07-30T02:26:10.875Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35742026-07-30T02:26:10.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35752026-07-30T02:26:11.008Z
35762026-07-30T02:26:11.008Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35772026-07-30T02:26:11.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35782026-07-30T02:26:11.418Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35792026-07-30T02:26:11.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35802026-07-30T02:26:11.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35812026-07-30T02:26:11.568Z
35822026-07-30T02:26:11.568Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35832026-07-30T02:26:11.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35842026-07-30T02:26:11.984Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35852026-07-30T02:26:11.984Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35862026-07-30T02:26:11.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
35872026-07-30T02:26:12.109Z
35882026-07-30T02:26:12.109Zinfo: running `cargo check --bins` on dns-server (175/303)
35892026-07-30T02:26:12.546Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35902026-07-30T02:26:12.549Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35912026-07-30T02:26:12.694Z Compiling parking_lot_core v0.8.6
35922026-07-30T02:26:12.697Z Compiling git-stub v1.0.0
35932026-07-30T02:26:12.697Z Checking prefix-trie v0.7.0
35942026-07-30T02:26:12.832Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35952026-07-30T02:26:13.032Z Compiling git-stub-vcs v0.1.0
35962026-07-30T02:26:13.082Z Checking hickory-server v0.25.2
35972026-07-30T02:26:13.224Z Checking parking_lot v0.11.2
35982026-07-30T02:26:13.232Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
35992026-07-30T02:26:13.264Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36002026-07-30T02:26:13.267Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36012026-07-30T02:26:13.422Z Checking sled v0.34.7
36022026-07-30T02:26:15.239Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.16s
36032026-07-30T02:26:15.406Z
36042026-07-30T02:26:15.406Zinfo: running `cargo check --bins` on dns-server-api (176/303)
36052026-07-30T02:26:15.997Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36062026-07-30T02:26:16.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36072026-07-30T02:26:16.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36082026-07-30T02:26:16.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36092026-07-30T02:26:16.001Z
36102026-07-30T02:26:16.002Zinfo: running `cargo check --bins` on oximeter-producer-api (177/303)
36112026-07-30T02:26:16.417Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36122026-07-30T02:26:16.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36132026-07-30T02:26:16.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36142026-07-30T02:26:16.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36152026-07-30T02:26:16.590Z
36162026-07-30T02:26:16.591Zinfo: running `cargo check --bins` on sp-sim (178/303)
36172026-07-30T02:26:17.216Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36182026-07-30T02:26:17.223Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36192026-07-30T02:26:17.223Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36202026-07-30T02:26:18.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.46s
36212026-07-30T02:26:19.162Z
36222026-07-30T02:26:19.162Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (179/303)
36232026-07-30T02:26:19.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36242026-07-30T02:26:19.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36252026-07-30T02:26:19.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36262026-07-30T02:26:19.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36272026-07-30T02:26:19.775Z
36282026-07-30T02:26:19.775Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (180/303)
36292026-07-30T02:26:20.289Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36302026-07-30T02:26:20.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36312026-07-30T02:26:20.292Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36322026-07-30T02:26:20.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36332026-07-30T02:26:20.390Z
36342026-07-30T02:26:20.390Zinfo: running `cargo check --bins` on db-macros (181/303)
36352026-07-30T02:26:20.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36362026-07-30T02:26:20.851Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36372026-07-30T02:26:20.851Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36382026-07-30T02:26:20.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36392026-07-30T02:26:20.933Z
36402026-07-30T02:26:20.933Zinfo: running `cargo check --bins` on nexus-macros-common (182/303)
36412026-07-30T02:26:21.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36422026-07-30T02:26:21.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36432026-07-30T02:26:21.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36442026-07-30T02:26:21.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36452026-07-30T02:26:21.473Z
36462026-07-30T02:26:21.473Zinfo: running `cargo check --bins` on nexus-auth (183/303)
36472026-07-30T02:26:21.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36482026-07-30T02:26:21.990Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36492026-07-30T02:26:21.990Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36502026-07-30T02:26:21.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
36512026-07-30T02:26:22.088Z
36522026-07-30T02:26:22.088Zinfo: running `cargo check --bins` on authz-macros (184/303)
36532026-07-30T02:26:22.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36542026-07-30T02:26:22.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36552026-07-30T02:26:22.551Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36562026-07-30T02:26:22.555Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36572026-07-30T02:26:22.634Z
36582026-07-30T02:26:22.634Zinfo: running `cargo check --bins` on nexus-db-fixed-data (185/303)
36592026-07-30T02:26:23.139Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36602026-07-30T02:26:23.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36612026-07-30T02:26:23.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36622026-07-30T02:26:23.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36632026-07-30T02:26:23.238Z
36642026-07-30T02:26:23.238Zinfo: running `cargo check --bins` on nexus-db-model (186/303)
36652026-07-30T02:26:23.742Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36662026-07-30T02:26:23.746Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36672026-07-30T02:26:23.746Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36682026-07-30T02:26:23.750Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
36692026-07-30T02:26:23.841Z
36702026-07-30T02:26:23.841Zinfo: running `cargo check --bins` on nexus-db-schema (187/303)
36712026-07-30T02:26:24.300Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36722026-07-30T02:26:24.303Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36732026-07-30T02:26:24.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36742026-07-30T02:26:24.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36752026-07-30T02:26:24.387Z
36762026-07-30T02:26:24.387Zinfo: running `cargo check --bins` on omicron-rpaths (188/303)
36772026-07-30T02:26:24.843Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36782026-07-30T02:26:24.847Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36792026-07-30T02:26:24.847Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36802026-07-30T02:26:24.850Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
36812026-07-30T02:26:24.929Z
36822026-07-30T02:26:24.929Zinfo: running `cargo check --bins` on nexus-defaults (189/303)
36832026-07-30T02:26:25.397Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36842026-07-30T02:26:25.400Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36852026-07-30T02:26:25.400Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36862026-07-30T02:26:25.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
36872026-07-30T02:26:25.485Z
36882026-07-30T02:26:25.485Zinfo: running `cargo check --bins` on omicron-cockroach-metrics (190/303)
36892026-07-30T02:26:25.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36902026-07-30T02:26:25.945Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36912026-07-30T02:26:25.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36922026-07-30T02:26:25.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36932026-07-30T02:26:26.028Z
36942026-07-30T02:26:26.028Zinfo: running `cargo check --bins` on parallel-task-set (191/303)
36952026-07-30T02:26:26.485Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36962026-07-30T02:26:26.488Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36972026-07-30T02:26:26.489Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36982026-07-30T02:26:26.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
36992026-07-30T02:26:26.570Z
37002026-07-30T02:26:26.570Zinfo: running `cargo check --bins` on omicron-git-version (192/303)
37012026-07-30T02:26:27.025Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37022026-07-30T02:26:27.028Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37032026-07-30T02:26:27.028Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37042026-07-30T02:26:27.032Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
37052026-07-30T02:26:27.107Z
37062026-07-30T02:26:27.107Zinfo: running `cargo check --bins` on nexus-db-errors (193/303)
37072026-07-30T02:26:27.617Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37082026-07-30T02:26:27.620Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37092026-07-30T02:26:27.620Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37102026-07-30T02:26:27.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37112026-07-30T02:26:27.718Z
37122026-07-30T02:26:27.718Zinfo: running `cargo check --bins` on nexus-db-lookup (194/303)
37132026-07-30T02:26:28.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37142026-07-30T02:26:28.232Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37152026-07-30T02:26:28.232Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37162026-07-30T02:26:28.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37172026-07-30T02:26:28.329Z
37182026-07-30T02:26:28.329Zinfo: running `cargo check --bins` on nexus-inventory (195/303)
37192026-07-30T02:26:28.834Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37202026-07-30T02:26:28.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37212026-07-30T02:26:28.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37222026-07-30T02:26:28.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
37232026-07-30T02:26:28.934Z
37242026-07-30T02:26:28.934Zinfo: running `cargo check --bins` on sled-agent-resolvable-files-examples (196/303)
37252026-07-30T02:26:29.415Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37262026-07-30T02:26:29.419Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37272026-07-30T02:26:29.419Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37282026-07-30T02:26:29.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37292026-07-30T02:26:29.507Z
37302026-07-30T02:26:29.507Zinfo: running `cargo check --bins --no-default-features` on sled-storage (197/303)
37312026-07-30T02:26:29.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37322026-07-30T02:26:29.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37332026-07-30T02:26:29.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37342026-07-30T02:26:29.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37352026-07-30T02:26:30.080Z
37362026-07-30T02:26:30.080Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (198/303)
37372026-07-30T02:26:30.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37382026-07-30T02:26:30.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37392026-07-30T02:26:30.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37402026-07-30T02:26:30.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37412026-07-30T02:26:30.658Z
37422026-07-30T02:26:30.658Zinfo: running `cargo check --bins` on key-manager (199/303)
37432026-07-30T02:26:31.122Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37442026-07-30T02:26:31.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37452026-07-30T02:26:31.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37462026-07-30T02:26:31.131Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37472026-07-30T02:26:31.211Z
37482026-07-30T02:26:31.211Zinfo: running `cargo check --bins --no-default-features` on sled-hardware (200/303)
37492026-07-30T02:26:31.694Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37502026-07-30T02:26:31.698Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37512026-07-30T02:26:31.698Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37522026-07-30T02:26:31.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37532026-07-30T02:26:31.787Z
37542026-07-30T02:26:31.787Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware (201/303)
37552026-07-30T02:26:32.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37562026-07-30T02:26:32.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37572026-07-30T02:26:32.412Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37582026-07-30T02:26:32.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
37592026-07-30T02:26:32.412Z
37602026-07-30T02:26:32.412Zinfo: running `cargo check --bins` on typed-rng (202/303)
37612026-07-30T02:26:32.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37622026-07-30T02:26:32.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37632026-07-30T02:26:32.826Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
37642026-07-30T02:26:32.829Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
37652026-07-30T02:26:32.906Z
37662026-07-30T02:26:32.906Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (203/303)
37672026-07-30T02:26:33.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
37682026-07-30T02:26:33.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
37692026-07-30T02:26:33.716Z Compiling libefi-sys v0.1.0
37702026-07-30T02:26:33.720Z Compiling bitfield-struct v0.6.2
37712026-07-30T02:26:33.856Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37722026-07-30T02:26:33.864Z Compiling xshell-macros v0.2.7
37732026-07-30T02:26:33.872Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37742026-07-30T02:26:33.885Z Compiling salty v0.3.0
37752026-07-30T02:26:33.900Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
37762026-07-30T02:26:33.915Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
37772026-07-30T02:26:33.915Z Checking rfc6979 v0.4.0
37782026-07-30T02:26:34.035Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
37792026-07-30T02:26:34.051Z Checking ecdsa v0.16.9
37802026-07-30T02:26:34.184Z Checking primeorder v0.13.6
37812026-07-30T02:26:34.199Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
37822026-07-30T02:26:34.215Z Compiling proc-macro-error-attr2 v2.0.0
37832026-07-30T02:26:34.229Z Checking xshell v0.2.7
37842026-07-30T02:26:34.340Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
37852026-07-30T02:26:34.370Z Checking tungstenite v0.21.0
37862026-07-30T02:26:34.374Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37872026-07-30T02:26:34.408Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37882026-07-30T02:26:34.422Z Checking p384 v0.13.1
37892026-07-30T02:26:34.467Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37902026-07-30T02:26:34.532Z Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37912026-07-30T02:26:34.592Z Compiling proc-macro-error2 v2.0.1
37922026-07-30T02:26:34.676Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
37932026-07-30T02:26:34.696Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
37942026-07-30T02:26:34.737Z Checking papergrid v0.17.0
37952026-07-30T02:26:34.786Z Checking tokio-tungstenite v0.21.0
37962026-07-30T02:26:34.832Z Checking libscf-sys v1.2.0
37972026-07-30T02:26:34.892Z Compiling tabled_derive v0.11.0
37982026-07-30T02:26:34.892Z Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37992026-07-30T02:26:34.923Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
38002026-07-30T02:26:34.955Z Compiling progenitor-impl v0.13.0
38012026-07-30T02:26:35.033Z Checking testing_table v0.3.0
38022026-07-30T02:26:35.048Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38032026-07-30T02:26:35.063Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
38042026-07-30T02:26:35.122Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38052026-07-30T02:26:35.168Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38062026-07-30T02:26:35.258Z Compiling unicase v2.9.0
38072026-07-30T02:26:35.314Z Checking corncobs v0.1.4
38082026-07-30T02:26:35.358Z Compiling illumos-nvpair-sys v0.2.0
38092026-07-30T02:26:35.438Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38102026-07-30T02:26:35.460Z Compiling mime_guess v2.0.5
38112026-07-30T02:26:35.562Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
38122026-07-30T02:26:35.594Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
38132026-07-30T02:26:35.693Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
38142026-07-30T02:26:35.800Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
38152026-07-30T02:26:35.816Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
38162026-07-30T02:26:35.923Z Checking progenitor-client v0.13.0
38172026-07-30T02:26:35.991Z Checking secrecy v0.8.0
38182026-07-30T02:26:36.038Z Checking tabled v0.20.0
38192026-07-30T02:26:36.110Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
38202026-07-30T02:26:36.145Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
38212026-07-30T02:26:36.354Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38222026-07-30T02:26:36.503Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38232026-07-30T02:26:36.628Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38242026-07-30T02:26:36.668Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
38252026-07-30T02:26:36.729Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
38262026-07-30T02:26:36.777Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
38272026-07-30T02:26:36.938Z Checking filetime v0.2.27
38282026-07-30T02:26:36.968Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38292026-07-30T02:26:37.073Z Checking http-range v0.1.5
38302026-07-30T02:26:37.110Z Checking xattr v1.6.1
38312026-07-30T02:26:37.174Z Checking crc8 v0.1.1
38322026-07-30T02:26:37.239Z Checking tar v0.4.46
38332026-07-30T02:26:37.270Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
38342026-07-30T02:26:37.379Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38352026-07-30T02:26:37.473Z Checking illumos-nvpair v0.3.0
38362026-07-30T02:26:37.549Z Compiling progenitor-macro v0.13.0
38372026-07-30T02:26:37.616Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38382026-07-30T02:26:37.631Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38392026-07-30T02:26:37.650Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
38402026-07-30T02:26:37.666Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38412026-07-30T02:26:37.929Z Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
38422026-07-30T02:26:37.998Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
38432026-07-30T02:26:38.103Z Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
38442026-07-30T02:26:38.258Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
38452026-07-30T02:26:38.287Z Checking hyper-staticfile v0.10.1
38462026-07-30T02:26:38.323Z Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
38472026-07-30T02:26:38.354Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
38482026-07-30T02:26:38.357Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
38492026-07-30T02:26:38.472Z Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38502026-07-30T02:26:38.489Z Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38512026-07-30T02:26:38.573Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38522026-07-30T02:26:38.589Z Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
38532026-07-30T02:26:38.846Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38542026-07-30T02:26:38.863Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
38552026-07-30T02:26:39.126Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
38562026-07-30T02:26:40.598Z Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38572026-07-30T02:26:41.094Z Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38582026-07-30T02:26:41.304Z Checking progenitor v0.13.0
38592026-07-30T02:26:41.444Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
38602026-07-30T02:26:41.511Z Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38612026-07-30T02:26:43.637Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38622026-07-30T02:26:46.792Z Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
38632026-07-30T02:26:57.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.72s
38642026-07-30T02:26:57.640Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38652026-07-30T02:26:57.640Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38662026-07-30T02:26:57.848Z
38672026-07-30T02:26:57.848Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (204/303)
38682026-07-30T02:26:58.372Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38692026-07-30T02:26:58.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38702026-07-30T02:26:58.607Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38712026-07-30T02:27:09.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.36s
38722026-07-30T02:27:09.216Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38732026-07-30T02:27:09.216Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38742026-07-30T02:27:09.419Z
38752026-07-30T02:27:09.419Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (205/303)
38762026-07-30T02:27:09.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38772026-07-30T02:27:09.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38782026-07-30T02:27:10.169Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38792026-07-30T02:27:20.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38802026-07-30T02:27:20.822Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38812026-07-30T02:27:20.822Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38822026-07-30T02:27:21.022Z
38832026-07-30T02:27:21.022Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (206/303)
38842026-07-30T02:27:21.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38852026-07-30T02:27:21.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38862026-07-30T02:27:21.771Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38872026-07-30T02:27:32.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.33s
38882026-07-30T02:27:32.368Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38892026-07-30T02:27:32.368Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38902026-07-30T02:27:32.563Z
38912026-07-30T02:27:32.563Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (207/303)
38922026-07-30T02:27:33.082Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
38932026-07-30T02:27:33.085Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
38942026-07-30T02:27:33.316Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
38952026-07-30T02:27:43.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.39s
38962026-07-30T02:27:43.961Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38972026-07-30T02:27:43.961Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38982026-07-30T02:27:44.155Z
38992026-07-30T02:27:44.156Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (208/303)
39002026-07-30T02:27:44.676Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39012026-07-30T02:27:44.680Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39022026-07-30T02:27:44.909Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39032026-07-30T02:27:55.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.37s
39042026-07-30T02:27:55.534Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39052026-07-30T02:27:55.534Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39062026-07-30T02:27:55.731Z
39072026-07-30T02:27:55.731Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (209/303)
39082026-07-30T02:27:56.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39092026-07-30T02:27:56.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39102026-07-30T02:27:56.492Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39112026-07-30T02:28:07.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.35s
39122026-07-30T02:28:07.094Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39132026-07-30T02:28:07.094Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39142026-07-30T02:28:07.286Z
39152026-07-30T02:28:07.286Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (210/303)
39162026-07-30T02:28:07.808Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39172026-07-30T02:28:07.811Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39182026-07-30T02:28:08.046Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
39192026-07-30T02:28:18.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.38s
39202026-07-30T02:28:18.676Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
39212026-07-30T02:28:18.676Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
39222026-07-30T02:28:18.871Z
39232026-07-30T02:28:18.871Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-api (211/303)
39242026-07-30T02:28:19.348Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39252026-07-30T02:28:19.352Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39262026-07-30T02:28:19.352Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39272026-07-30T02:28:19.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39282026-07-30T02:28:19.441Z
39292026-07-30T02:28:19.441Zinfo: running `cargo check --bins` on range-requests (212/303)
39302026-07-30T02:28:19.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39312026-07-30T02:28:19.913Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39322026-07-30T02:28:19.913Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39332026-07-30T02:28:19.916Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39342026-07-30T02:28:19.993Z
39352026-07-30T02:28:19.994Zinfo: running `cargo check --bins` on repo-depot-api (213/303)
39362026-07-30T02:28:20.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39372026-07-30T02:28:20.467Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39382026-07-30T02:28:20.467Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39392026-07-30T02:28:20.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
39402026-07-30T02:28:20.551Z
39412026-07-30T02:28:20.551Zinfo: running `cargo check --bins` on sled-agent-api (214/303)
39422026-07-30T02:28:21.041Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39432026-07-30T02:28:21.044Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39442026-07-30T02:28:21.044Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39452026-07-30T02:28:21.048Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39462026-07-30T02:28:21.136Z
39472026-07-30T02:28:21.136Zinfo: running `cargo check --bins` on sled-diagnostics (215/303)
39482026-07-30T02:28:21.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39492026-07-30T02:28:21.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39502026-07-30T02:28:21.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39512026-07-30T02:28:21.637Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39522026-07-30T02:28:21.726Z
39532026-07-30T02:28:21.726Zinfo: running `cargo check --bins` on zfs-test-harness (216/303)
39542026-07-30T02:28:22.218Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39552026-07-30T02:28:22.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39562026-07-30T02:28:22.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39572026-07-30T02:28:22.226Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39582026-07-30T02:28:22.314Z
39592026-07-30T02:28:22.314Zinfo: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (217/303)
39602026-07-30T02:28:22.811Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39612026-07-30T02:28:22.814Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39622026-07-30T02:28:22.814Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39632026-07-30T02:28:22.818Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
39642026-07-30T02:28:22.908Z
39652026-07-30T02:28:22.908Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (218/303)
39662026-07-30T02:28:23.393Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39672026-07-30T02:28:23.397Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39682026-07-30T02:28:23.397Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39692026-07-30T02:28:23.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39702026-07-30T02:28:23.484Z
39712026-07-30T02:28:23.485Zinfo: running `cargo check --bins` on sled-agent-early-networking (219/303)
39722026-07-30T02:28:23.970Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39732026-07-30T02:28:23.973Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39742026-07-30T02:28:23.973Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39752026-07-30T02:28:23.977Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
39762026-07-30T02:28:24.063Z
39772026-07-30T02:28:24.063Zinfo: running `cargo check --bins` on sled-agent-health-monitor (220/303)
39782026-07-30T02:28:24.553Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39792026-07-30T02:28:24.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39802026-07-30T02:28:24.557Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39812026-07-30T02:28:24.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39822026-07-30T02:28:24.649Z
39832026-07-30T02:28:24.650Zinfo: running `cargo check --bins --no-default-features` on sled-agent-measurements (221/303)
39842026-07-30T02:28:25.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39852026-07-30T02:28:25.146Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39862026-07-30T02:28:25.146Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39872026-07-30T02:28:25.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39882026-07-30T02:28:25.239Z
39892026-07-30T02:28:25.239Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-measurements (222/303)
39902026-07-30T02:28:25.732Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39912026-07-30T02:28:25.735Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39922026-07-30T02:28:25.735Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39932026-07-30T02:28:25.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
39942026-07-30T02:28:25.829Z
39952026-07-30T02:28:25.829Zinfo: running `cargo check --bins` on sled-agent-resolvable-files (223/303)
39962026-07-30T02:28:26.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
39972026-07-30T02:28:26.325Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
39982026-07-30T02:28:26.325Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
39992026-07-30T02:28:26.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40002026-07-30T02:28:26.418Z
40012026-07-30T02:28:26.418Zinfo: running `cargo check --bins` on sled-agent-rack-setup (224/303)
40022026-07-30T02:28:26.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40032026-07-30T02:28:26.932Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40042026-07-30T02:28:26.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40052026-07-30T02:28:26.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40062026-07-30T02:28:27.033Z
40072026-07-30T02:28:27.033Zinfo: running `cargo check --bins` on trust-quorum (225/303)
40082026-07-30T02:28:27.526Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40092026-07-30T02:28:27.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40102026-07-30T02:28:27.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40112026-07-30T02:28:27.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
40122026-07-30T02:28:27.623Z
40132026-07-30T02:28:27.623Zinfo: running `cargo check --bins` on nexus-reconfigurator-blippy (226/303)
40142026-07-30T02:28:28.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40152026-07-30T02:28:28.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40162026-07-30T02:28:28.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40172026-07-30T02:28:28.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
40182026-07-30T02:28:28.250Z
40192026-07-30T02:28:28.250Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (227/303)
40202026-07-30T02:28:28.753Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40212026-07-30T02:28:28.757Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40222026-07-30T02:28:28.757Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40232026-07-30T02:28:28.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40242026-07-30T02:28:28.856Z
40252026-07-30T02:28:28.856Zinfo: running `cargo check --bins` on update-common (228/303)
40262026-07-30T02:28:29.334Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40272026-07-30T02:28:29.337Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40282026-07-30T02:28:29.337Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40292026-07-30T02:28:29.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40302026-07-30T02:28:29.427Z
40312026-07-30T02:28:29.427Zinfo: running `cargo check --bins` on nexus-reconfigurator-simulation (229/303)
40322026-07-30T02:28:29.943Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40332026-07-30T02:28:29.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40342026-07-30T02:28:29.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40352026-07-30T02:28:29.951Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40362026-07-30T02:28:30.088Z
40372026-07-30T02:28:30.089Zinfo: running `cargo check --bins` on omicron-deployment-graph (230/303)
40382026-07-30T02:28:30.508Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40392026-07-30T02:28:30.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40402026-07-30T02:28:30.512Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40412026-07-30T02:28:30.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40422026-07-30T02:28:30.594Z
40432026-07-30T02:28:30.594Zinfo: running `cargo check --bins` on reconfigurator-cli (231/303)
40442026-07-30T02:28:31.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40452026-07-30T02:28:31.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40462026-07-30T02:28:31.350Z Compiling fs-err v2.11.0
40472026-07-30T02:28:31.354Z Checking ignore v0.4.25
40482026-07-30T02:28:31.354Z Checking arc-swap v1.8.2
40492026-07-30T02:28:31.489Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
40502026-07-30T02:28:31.489Z Checking predicates-tree v1.0.13
40512026-07-30T02:28:31.492Z Checking parse-size v1.1.0
40522026-07-30T02:28:31.519Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
40532026-07-30T02:28:31.522Z Checking rand_seeder v0.4.0
40542026-07-30T02:28:31.601Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
40552026-07-30T02:28:31.615Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
40562026-07-30T02:28:31.666Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
40572026-07-30T02:28:31.683Z Checking slog-scope v4.4.1
40582026-07-30T02:28:31.715Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
40592026-07-30T02:28:31.804Z Checking slog-stdlog v4.1.1
40602026-07-30T02:28:31.807Z Compiling petname v2.0.2
40612026-07-30T02:28:31.832Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
40622026-07-30T02:28:31.851Z Checking globwalk v0.9.1
40632026-07-30T02:28:31.891Z Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40642026-07-30T02:28:31.919Z Checking slog-envlogger v2.2.0
40652026-07-30T02:28:32.025Z Checking camino-tempfile-ext v0.3.3
40662026-07-30T02:28:32.063Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
40672026-07-30T02:28:32.128Z Checking sapling-renderdag v0.1.0
40682026-07-30T02:28:32.217Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
40692026-07-30T02:28:32.248Z Checking subprocess v0.2.15
40702026-07-30T02:28:32.360Z Checking sync-ptr v0.1.4
40712026-07-30T02:28:32.449Z Checking colored v2.2.0
40722026-07-30T02:28:32.472Z Checking assert_matches v1.5.0
40732026-07-30T02:28:32.522Z Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils)
40742026-07-30T02:28:32.693Z Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
40752026-07-30T02:28:32.693Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
40762026-07-30T02:28:33.361Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
40772026-07-30T02:28:34.668Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
40782026-07-30T02:28:36.863Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.26s
40792026-07-30T02:28:37.059Z
40802026-07-30T02:28:37.059Zinfo: running `cargo check --bins` on omicron-repl-utils (232/303)
40812026-07-30T02:28:37.524Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40822026-07-30T02:28:37.530Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40832026-07-30T02:28:37.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40842026-07-30T02:28:37.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
40852026-07-30T02:28:37.606Z
40862026-07-30T02:28:37.606Zinfo: running `cargo check --bins` on transient-dns-server (233/303)
40872026-07-30T02:28:38.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40882026-07-30T02:28:38.090Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40892026-07-30T02:28:38.090Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40902026-07-30T02:28:38.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
40912026-07-30T02:28:38.181Z
40922026-07-30T02:28:38.181Zinfo: running `cargo check --bins` on nexus-test-interface (234/303)
40932026-07-30T02:28:39.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
40942026-07-30T02:28:39.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
40952026-07-30T02:28:39.360Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
40962026-07-30T02:28:39.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
40972026-07-30T02:28:39.360Z
40982026-07-30T02:28:39.360Zinfo: running `cargo check --bins` on oximeter-collector (235/303)
40992026-07-30T02:28:39.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41002026-07-30T02:28:39.360Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41012026-07-30T02:28:39.509Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
41022026-07-30T02:28:39.509Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
41032026-07-30T02:28:41.627Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
41042026-07-30T02:28:41.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
41052026-07-30T02:28:41.975Z
41062026-07-30T02:28:41.975Zinfo: running `cargo check --bins` on oximeter-api (236/303)
41072026-07-30T02:28:42.448Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41082026-07-30T02:28:42.529Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41092026-07-30T02:28:42.530Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41102026-07-30T02:28:42.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
41112026-07-30T02:28:42.538Z
41122026-07-30T02:28:42.538Zinfo: running `cargo check --bins` on cert-dev (237/303)
41132026-07-30T02:28:42.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41142026-07-30T02:28:43.002Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41152026-07-30T02:28:43.122Z Checking yasna v0.5.2
41162026-07-30T02:28:43.515Z Checking rcgen v0.12.1
41172026-07-30T02:28:43.768Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
41182026-07-30T02:28:43.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s
41192026-07-30T02:28:44.105Z
41202026-07-30T02:28:44.105Zinfo: running `cargo check --bins` on clickana (238/303)
41212026-07-30T02:28:44.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41222026-07-30T02:28:44.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41232026-07-30T02:28:44.742Z Compiling instability v0.3.11
41242026-07-30T02:28:44.743Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
41252026-07-30T02:28:44.746Z Checking castaway v0.2.4
41262026-07-30T02:28:44.746Z Compiling indoc v2.0.7
41272026-07-30T02:28:44.747Z Checking unicode-truncate v1.1.0
41282026-07-30T02:28:44.851Z Checking lru v0.12.5
41292026-07-30T02:28:44.860Z Checking cassowary v0.3.0
41302026-07-30T02:28:44.932Z Checking compact_str v0.8.1
41312026-07-30T02:28:45.749Z Checking ratatui v0.29.0
41322026-07-30T02:28:46.155Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
41332026-07-30T02:28:46.329Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
41342026-07-30T02:28:47.235Z Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
41352026-07-30T02:28:47.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
41362026-07-30T02:28:48.060Z
41372026-07-30T02:28:48.060Zinfo: running `cargo check --bins` on clickhouse-cluster-dev (239/303)
41382026-07-30T02:28:48.689Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41392026-07-30T02:28:48.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41402026-07-30T02:28:48.759Z Checking headers-core v0.3.0
41412026-07-30T02:28:48.762Z Checking port-file v0.1.0
41422026-07-30T02:28:48.762Z Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
41432026-07-30T02:28:48.960Z Checking headers v0.4.1
41442026-07-30T02:28:49.319Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41452026-07-30T02:28:50.235Z Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
41462026-07-30T02:28:50.720Z Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
41472026-07-30T02:28:51.129Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.06s
41482026-07-30T02:28:51.318Z
41492026-07-30T02:28:51.318Zinfo: running `cargo check --bins` on ch-dev (240/303)
41502026-07-30T02:28:51.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41512026-07-30T02:28:51.826Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41522026-07-30T02:28:52.012Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
41532026-07-30T02:28:52.740Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41542026-07-30T02:28:52.980Z
41552026-07-30T02:28:52.981Zinfo: running `cargo check --bins` on dev-tools-common (241/303)
41562026-07-30T02:28:53.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41572026-07-30T02:28:53.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41582026-07-30T02:28:53.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41592026-07-30T02:28:53.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
41602026-07-30T02:28:53.336Z
41612026-07-30T02:28:53.336Zinfo: running `cargo check --bins` on corpus-adjust (242/303)
41622026-07-30T02:28:53.812Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41632026-07-30T02:28:53.817Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41642026-07-30T02:28:54.012Z Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust)
41652026-07-30T02:28:54.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
41662026-07-30T02:28:54.441Z
41672026-07-30T02:28:54.441Zinfo: running `cargo check --bins` on crdb-seed (243/303)
41682026-07-30T02:28:54.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41692026-07-30T02:28:54.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41702026-07-30T02:28:55.126Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41712026-07-30T02:28:56.195Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41722026-07-30T02:28:56.530Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.08s
41732026-07-30T02:28:56.712Z
41742026-07-30T02:28:56.713Zinfo: running `cargo check --bins` on db-dev (244/303)
41752026-07-30T02:28:57.214Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41762026-07-30T02:28:57.217Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41772026-07-30T02:28:57.403Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
41782026-07-30T02:28:58.132Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
41792026-07-30T02:28:58.316Z
41802026-07-30T02:28:58.316Zinfo: running `cargo check --bins` on omicron-dev-lib (245/303)
41812026-07-30T02:28:58.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41822026-07-30T02:28:58.822Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41832026-07-30T02:28:58.822Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
41842026-07-30T02:28:58.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
41852026-07-30T02:28:58.917Z
41862026-07-30T02:28:58.917Zinfo: running `cargo check --bins` on xtask-downloader (246/303)
41872026-07-30T02:28:59.373Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41882026-07-30T02:28:59.378Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41892026-07-30T02:28:59.501Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
41902026-07-30T02:29:00.174Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s
41912026-07-30T02:29:00.329Z
41922026-07-30T02:29:00.329Zinfo: running `cargo check --bins` on omicron-dropshot-apis (247/303)
41932026-07-30T02:29:00.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
41942026-07-30T02:29:00.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
41952026-07-30T02:29:01.050Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
41962026-07-30T02:29:01.051Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41972026-07-30T02:29:01.051Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
41982026-07-30T02:29:01.054Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
41992026-07-30T02:29:01.054Z Checking git-stub v1.0.0
42002026-07-30T02:29:01.167Z Compiling trait-variant v0.1.2
42012026-07-30T02:29:01.180Z Checking maplit v1.0.2
42022026-07-30T02:29:01.186Z Checking is_ci v1.2.0
42032026-07-30T02:29:01.270Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
42042026-07-30T02:29:01.303Z Checking git-stub-vcs v0.1.0
42052026-07-30T02:29:01.316Z Checking supports-color v3.0.2
42062026-07-30T02:29:01.380Z Checking drift v0.2.0
42072026-07-30T02:29:01.435Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
42082026-07-30T02:29:01.467Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
42092026-07-30T02:29:01.495Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
42102026-07-30T02:29:01.687Z Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
42112026-07-30T02:29:01.702Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
42122026-07-30T02:29:01.719Z Checking dropshot-api-manager v0.7.2
42132026-07-30T02:29:01.735Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
42142026-07-30T02:29:01.942Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
42152026-07-30T02:29:01.957Z Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761)
42162026-07-30T02:29:02.129Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
42172026-07-30T02:29:02.440Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
42182026-07-30T02:29:02.978Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
42192026-07-30T02:29:02.981Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
42202026-07-30T02:29:07.449Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
42212026-07-30T02:29:08.367Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
42222026-07-30T02:29:08.954Z Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis)
42232026-07-30T02:29:09.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s
42242026-07-30T02:29:09.322Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
42252026-07-30T02:29:09.322Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
42262026-07-30T02:29:09.513Z
42272026-07-30T02:29:09.513Zinfo: running `cargo check --bins` on installinator-api (248/303)
42282026-07-30T02:29:10.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42292026-07-30T02:29:10.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42302026-07-30T02:29:10.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42312026-07-30T02:29:10.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42322026-07-30T02:29:10.121Z
42332026-07-30T02:29:10.121Zinfo: running `cargo check --bins` on nexus-external-api (249/303)
42342026-07-30T02:29:10.579Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42352026-07-30T02:29:10.588Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42362026-07-30T02:29:10.588Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42372026-07-30T02:29:10.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42382026-07-30T02:29:10.826Z
42392026-07-30T02:29:10.826Zinfo: running `cargo check --bins` on nexus-internal-api (250/303)
42402026-07-30T02:29:11.166Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42412026-07-30T02:29:11.171Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42422026-07-30T02:29:11.171Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42432026-07-30T02:29:11.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42442026-07-30T02:29:11.378Z
42452026-07-30T02:29:11.378Zinfo: running `cargo check --bins` on nexus-lockstep-api (251/303)
42462026-07-30T02:29:11.896Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42472026-07-30T02:29:11.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42482026-07-30T02:29:11.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42492026-07-30T02:29:11.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
42502026-07-30T02:29:11.915Z
42512026-07-30T02:29:11.915Zinfo: running `cargo check --bins` on ntp-admin-api (252/303)
42522026-07-30T02:29:12.333Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42532026-07-30T02:29:12.336Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42542026-07-30T02:29:12.336Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42552026-07-30T02:29:12.340Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42562026-07-30T02:29:12.549Z
42572026-07-30T02:29:12.549Zinfo: running `cargo check --bins` on ntp-admin-types-versions (253/303)
42582026-07-30T02:29:12.882Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42592026-07-30T02:29:12.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42602026-07-30T02:29:12.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42612026-07-30T02:29:12.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
42622026-07-30T02:29:13.035Z
42632026-07-30T02:29:13.035Zinfo: running `cargo check --bins` on wicketd-api (254/303)
42642026-07-30T02:29:13.449Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42652026-07-30T02:29:13.452Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42662026-07-30T02:29:13.452Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42672026-07-30T02:29:13.457Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
42682026-07-30T02:29:13.570Z
42692026-07-30T02:29:13.570Zinfo: running `cargo check --bins` on wicketd-commission-api (255/303)
42702026-07-30T02:29:14.173Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42712026-07-30T02:29:14.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42722026-07-30T02:29:14.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
42732026-07-30T02:29:14.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
42742026-07-30T02:29:14.177Z
42752026-07-30T02:29:14.177Zinfo: running `cargo check --bins` on omicron-ls-apis (256/303)
42762026-07-30T02:29:14.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42772026-07-30T02:29:14.714Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42782026-07-30T02:29:14.720Z Compiling blake3 v1.8.5
42792026-07-30T02:29:14.856Z Checking arrayvec v0.7.6
42802026-07-30T02:29:14.864Z Checking constant_time_eq v0.4.2
42812026-07-30T02:29:14.864Z Checking arrayref v0.3.9
42822026-07-30T02:29:14.864Z Checking cargo-platform v0.3.2
42832026-07-30T02:29:14.864Z Checking topological-sort v0.2.2
42842026-07-30T02:29:14.864Z Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph)
42852026-07-30T02:29:15.027Z Checking cargo_metadata v0.23.1
42862026-07-30T02:29:15.670Z Checking omicron-zone-package v0.12.3
42872026-07-30T02:29:16.358Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
42882026-07-30T02:29:17.182Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s
42892026-07-30T02:29:17.442Z
42902026-07-30T02:29:17.442Zinfo: running `cargo check --bins` on mgs-dev (257/303)
42912026-07-30T02:29:17.848Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42922026-07-30T02:29:17.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
42932026-07-30T02:29:18.042Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
42942026-07-30T02:29:18.729Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
42952026-07-30T02:29:19.222Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
42962026-07-30T02:29:19.398Z
42972026-07-30T02:29:19.398Zinfo: running `cargo check --bins` on omicron-omdb (258/303)
42982026-07-30T02:29:19.982Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
42992026-07-30T02:29:19.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
43002026-07-30T02:29:20.340Z Compiling darling_core v0.21.3
43012026-07-30T02:29:20.340Z Compiling vergen-lib v0.1.6
43022026-07-30T02:29:20.340Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
43032026-07-30T02:29:20.343Z Compiling diesel_derives v2.3.7
43042026-07-30T02:29:20.343Z Checking scheduled-thread-pool v0.2.7
43052026-07-30T02:29:20.343Z Compiling vergen-gitcl v1.0.8
43062026-07-30T02:29:20.343Z Compiling diesel_table_macro_syntax v0.3.0
43072026-07-30T02:29:20.514Z Compiling dirs-sys-next v0.1.2
43082026-07-30T02:29:20.694Z Compiling glob v0.3.3
43092026-07-30T02:29:20.698Z Compiling crunchy v0.2.4
43102026-07-30T02:29:20.698Z Compiling dirs-next v2.0.0
43112026-07-30T02:29:20.701Z Checking r2d2 v0.8.10
43122026-07-30T02:29:20.744Z Compiling tiny-keccak v2.0.2
43132026-07-30T02:29:20.873Z Checking downcast-rs v2.0.2
43142026-07-30T02:29:20.894Z Compiling term v0.7.0
43152026-07-30T02:29:21.049Z Compiling bit-vec v0.6.3
43162026-07-30T02:29:21.053Z Compiling clang-sys v1.8.1
43172026-07-30T02:29:21.053Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
43182026-07-30T02:29:21.225Z Compiling ascii-canvas v3.0.0
43192026-07-30T02:29:21.230Z Compiling bit-set v0.5.3
43202026-07-30T02:29:21.375Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
43212026-07-30T02:29:21.384Z Compiling itertools v0.10.5
43222026-07-30T02:29:21.415Z Compiling ena v0.14.4
43232026-07-30T02:29:21.431Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
43242026-07-30T02:29:21.544Z Compiling libloading v0.8.9
43252026-07-30T02:29:21.549Z Compiling bindgen v0.71.1
43262026-07-30T02:29:21.549Z Compiling regex-syntax v0.6.29
43272026-07-30T02:29:21.719Z Compiling diff v0.1.13
43282026-07-30T02:29:21.898Z Compiling cexpr v0.6.0
43292026-07-30T02:29:21.908Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
43302026-07-30T02:29:22.069Z Compiling rustc-hash v2.1.1
43312026-07-30T02:29:22.252Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
43322026-07-30T02:29:22.279Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
43332026-07-30T02:29:22.446Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43342026-07-30T02:29:22.607Z Compiling libxml v0.3.3
43352026-07-30T02:29:22.611Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
43362026-07-30T02:29:22.816Z Compiling strum_macros v0.24.3
43372026-07-30T02:29:22.820Z Compiling lalrpop v0.19.12
43382026-07-30T02:29:22.820Z Compiling indoc v1.0.9
43392026-07-30T02:29:23.056Z Compiling darling_macro v0.21.3
43402026-07-30T02:29:23.540Z Compiling darling v0.21.3
43412026-07-30T02:29:23.682Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43422026-07-30T02:29:23.686Z Compiling dsl_auto_type v0.2.0
43432026-07-30T02:29:23.855Z Checking derive_builder v0.20.2
43442026-07-30T02:29:23.907Z Compiling oso-derive v0.27.3
43452026-07-30T02:29:24.037Z Checking quick-xml v0.37.5
43462026-07-30T02:29:24.078Z Compiling impl-trait-for-tuples v0.2.3
43472026-07-30T02:29:24.546Z Checking openssl-probe v0.1.6
43482026-07-30T02:29:24.556Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43492026-07-30T02:29:24.855Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
43502026-07-30T02:29:25.048Z Checking bb8 v0.8.6
43512026-07-30T02:29:25.299Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43522026-07-30T02:29:25.318Z Checking nonempty v0.12.0
43532026-07-30T02:29:25.323Z Compiling libz-sys v1.1.24
43542026-07-30T02:29:25.509Z Compiling strsim v0.10.0
43552026-07-30T02:29:25.514Z Compiling libgit2-sys v0.18.3+1.9.2
43562026-07-30T02:29:25.804Z Compiling vergen-git2 v9.1.0
43572026-07-30T02:29:25.814Z Compiling darling_core v0.13.4
43582026-07-30T02:29:26.009Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
43592026-07-30T02:29:26.013Z Compiling base64 v0.21.7
43602026-07-30T02:29:26.212Z Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43612026-07-30T02:29:26.239Z Compiling ron v0.8.1
43622026-07-30T02:29:27.098Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
43632026-07-30T02:29:27.187Z Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
43642026-07-30T02:29:27.295Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
43652026-07-30T02:29:27.499Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
43662026-07-30T02:29:27.603Z Compiling darling_macro v0.13.4
43672026-07-30T02:29:27.607Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
43682026-07-30T02:29:27.941Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
43692026-07-30T02:29:28.072Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
43702026-07-30T02:29:28.086Z Compiling darling v0.13.4
43712026-07-30T02:29:28.243Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
43722026-07-30T02:29:28.247Z Compiling serde_with_macros v1.5.2
43732026-07-30T02:29:28.402Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
43742026-07-30T02:29:28.584Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
43752026-07-30T02:29:28.886Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
43762026-07-30T02:29:28.889Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43772026-07-30T02:29:29.128Z Compiling serde_with v1.14.0
43782026-07-30T02:29:29.487Z Checking diesel v2.3.7
43792026-07-30T02:29:30.249Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
43802026-07-30T02:29:30.594Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43812026-07-30T02:29:30.598Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43822026-07-30T02:29:31.235Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
43832026-07-30T02:29:31.916Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
43842026-07-30T02:29:32.113Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
43852026-07-30T02:29:32.117Z Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
43862026-07-30T02:29:32.672Z Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43872026-07-30T02:29:32.675Z Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
43882026-07-30T02:29:33.040Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
43892026-07-30T02:29:33.229Z Checking twox-hash v2.1.2
43902026-07-30T02:29:33.233Z Checking libsw-core v0.3.2
43912026-07-30T02:29:33.233Z Checking atty v0.2.14
43922026-07-30T02:29:33.418Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
43932026-07-30T02:29:33.465Z Checking libsw v3.5.0
43942026-07-30T02:29:33.481Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43952026-07-30T02:29:33.599Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
43962026-07-30T02:29:33.783Z Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43972026-07-30T02:29:33.977Z Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
43982026-07-30T02:29:35.222Z Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
43992026-07-30T02:29:35.227Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44002026-07-30T02:29:35.598Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44012026-07-30T02:29:35.934Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44022026-07-30T02:29:35.940Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
44032026-07-30T02:29:36.086Z Checking console v0.16.2
44042026-07-30T02:29:36.449Z Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
44052026-07-30T02:29:36.631Z Checking fatfs v0.3.6
44062026-07-30T02:29:36.825Z Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
44072026-07-30T02:29:36.979Z Checking unit-prefix v0.5.2
44082026-07-30T02:29:37.114Z Compiling seq-macro v0.3.6
44092026-07-30T02:29:37.618Z Checking indicatif v0.18.4
44102026-07-30T02:29:38.017Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44112026-07-30T02:29:38.165Z Checking oxide-update-engine-display v0.1.2
44122026-07-30T02:29:38.597Z Checking support-bundle-viewer v0.1.2
44132026-07-30T02:29:38.813Z Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
44142026-07-30T02:29:38.823Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
44152026-07-30T02:29:38.823Z Checking multimap v0.10.1
44162026-07-30T02:29:44.605Z Checking diesel-dtrace v0.5.0
44172026-07-30T02:29:44.807Z Checking async-bb8-diesel v0.2.1
44182026-07-30T02:29:48.001Z Compiling samael v0.0.19
44192026-07-30T02:29:52.938Z Compiling git2 v0.20.4
44202026-07-30T02:29:54.490Z Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
44212026-07-30T02:29:54.987Z Compiling polar-core v0.27.3
44222026-07-30T02:29:55.419Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
44232026-07-30T02:29:59.543Z Checking oso v0.27.3
44242026-07-30T02:30:31.330Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
44252026-07-30T02:31:45.060Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
44262026-07-30T02:31:45.064Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44272026-07-30T02:31:45.064Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44282026-07-30T02:31:45.252Z
44292026-07-30T02:31:45.252Zinfo: running `cargo check --bins` on nexus-networking (259/303)
44302026-07-30T02:31:45.770Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44312026-07-30T02:31:45.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44322026-07-30T02:31:45.775Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44332026-07-30T02:31:45.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
44342026-07-30T02:31:45.871Z
44352026-07-30T02:31:45.871Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (260/303)
44362026-07-30T02:31:46.493Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44372026-07-30T02:31:46.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44382026-07-30T02:31:46.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44392026-07-30T02:31:46.498Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44402026-07-30T02:31:46.498Z
44412026-07-30T02:31:46.498Zinfo: running `cargo check --bins` on nexus-saga-recovery (261/303)
44422026-07-30T02:31:46.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44432026-07-30T02:31:46.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44442026-07-30T02:31:46.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44452026-07-30T02:31:46.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44462026-07-30T02:31:47.154Z
44472026-07-30T02:31:47.154Zinfo: running `cargo check --bins` on nexus-test-utils-macros (262/303)
44482026-07-30T02:31:47.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44492026-07-30T02:31:47.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44502026-07-30T02:31:47.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44512026-07-30T02:31:47.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
44522026-07-30T02:31:47.665Z
44532026-07-30T02:31:47.665Zinfo: running `cargo check --bins --no-default-features` on omicron-nexus (263/303)
44542026-07-30T02:31:48.164Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44552026-07-30T02:31:48.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44562026-07-30T02:31:48.436Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44572026-07-30T02:31:49.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
44582026-07-30T02:31:49.184Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44592026-07-30T02:31:49.184Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44602026-07-30T02:31:49.389Z
44612026-07-30T02:31:49.389Zinfo: running `cargo check --bins --no-default-features --features multicast` on omicron-nexus (264/303)
44622026-07-30T02:31:49.929Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44632026-07-30T02:31:50.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44642026-07-30T02:31:50.336Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
44652026-07-30T02:32:28.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.89s
44662026-07-30T02:32:28.290Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
44672026-07-30T02:32:28.290Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
44682026-07-30T02:32:28.498Z
44692026-07-30T02:32:28.498Zinfo: running `cargo check --bins --no-default-features` on nexus-background-task-interface (265/303)
44702026-07-30T02:32:28.959Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44712026-07-30T02:32:28.962Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44722026-07-30T02:32:28.962Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44732026-07-30T02:32:28.966Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44742026-07-30T02:32:29.044Z
44752026-07-30T02:32:29.044Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-background-task-interface (266/303)
44762026-07-30T02:32:29.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44772026-07-30T02:32:29.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44782026-07-30T02:32:29.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44792026-07-30T02:32:29.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
44802026-07-30T02:32:29.588Z
44812026-07-30T02:32:29.588Zinfo: running `cargo check --bins --no-default-features` on nexus-fm (267/303)
44822026-07-30T02:32:30.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44832026-07-30T02:32:30.103Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44842026-07-30T02:32:30.103Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44852026-07-30T02:32:30.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
44862026-07-30T02:32:30.202Z
44872026-07-30T02:32:30.202Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-fm (268/303)
44882026-07-30T02:32:30.720Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44892026-07-30T02:32:30.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44902026-07-30T02:32:30.724Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44912026-07-30T02:32:30.728Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44922026-07-30T02:32:30.818Z
44932026-07-30T02:32:30.818Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (269/303)
44942026-07-30T02:32:31.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
44952026-07-30T02:32:31.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
44962026-07-30T02:32:31.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
44972026-07-30T02:32:31.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
44982026-07-30T02:32:31.436Z
44992026-07-30T02:32:31.436Zinfo: running `cargo check --bins` on nexus-mgs-updates (270/303)
45002026-07-30T02:32:31.945Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45012026-07-30T02:32:31.949Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45022026-07-30T02:32:31.949Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45032026-07-30T02:32:31.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45042026-07-30T02:32:32.042Z
45052026-07-30T02:32:32.042Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (271/303)
45062026-07-30T02:32:32.562Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45072026-07-30T02:32:32.566Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45082026-07-30T02:32:32.566Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45092026-07-30T02:32:32.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45102026-07-30T02:32:32.663Z
45112026-07-30T02:32:32.663Zinfo: running `cargo check --bins` on nexus-reconfigurator-rendezvous (272/303)
45122026-07-30T02:32:33.186Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45132026-07-30T02:32:33.189Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45142026-07-30T02:32:33.189Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45152026-07-30T02:32:33.193Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45162026-07-30T02:32:33.286Z
45172026-07-30T02:32:33.286Zinfo: running `cargo check --bins` on nexus-switch-config (273/303)
45182026-07-30T02:32:33.794Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45192026-07-30T02:32:33.798Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45202026-07-30T02:32:33.798Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45212026-07-30T02:32:33.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
45222026-07-30T02:32:33.887Z
45232026-07-30T02:32:33.887Zinfo: running `cargo check --bins` on nexus-switch-config-preparation (274/303)
45242026-07-30T02:32:34.409Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45252026-07-30T02:32:34.413Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45262026-07-30T02:32:34.413Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45272026-07-30T02:32:34.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45282026-07-30T02:32:34.509Z
45292026-07-30T02:32:34.509Zinfo: running `cargo check --bins` on support-bundle-collection (275/303)
45302026-07-30T02:32:35.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45312026-07-30T02:32:35.032Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45322026-07-30T02:32:35.032Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45332026-07-30T02:32:35.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
45342026-07-30T02:32:35.129Z
45352026-07-30T02:32:35.129Zinfo: running `cargo check --bins` on omicron-dev (276/303)
45362026-07-30T02:32:35.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45372026-07-30T02:32:35.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45382026-07-30T02:32:36.008Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
45392026-07-30T02:32:36.012Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45402026-07-30T02:32:36.192Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
45412026-07-30T02:32:36.222Z Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
45422026-07-30T02:32:36.242Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
45432026-07-30T02:32:36.245Z Checking diff v0.1.13
45442026-07-30T02:32:36.245Z Checking yansi v1.0.1
45452026-07-30T02:32:36.287Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
45462026-07-30T02:32:36.329Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
45472026-07-30T02:32:36.501Z Checking pretty_assertions v1.4.1
45482026-07-30T02:32:37.246Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
45492026-07-30T02:32:37.303Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
45502026-07-30T02:33:01.838Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45512026-07-30T02:33:01.838Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
45522026-07-30T02:33:01.841Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
45532026-07-30T02:33:01.841Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
45542026-07-30T02:33:01.841Z Checking nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
45552026-07-30T02:33:01.841Z Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
45562026-07-30T02:33:01.841Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
45572026-07-30T02:33:02.646Z Checking support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
45582026-07-30T02:33:02.650Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45592026-07-30T02:33:03.896Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45602026-07-30T02:33:41.854Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
45612026-07-30T02:33:41.858Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
45622026-07-30T02:33:41.858Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
45632026-07-30T02:33:42.060Z
45642026-07-30T02:33:42.060Zinfo: running `cargo check --bins` on oximeter-load-test (277/303)
45652026-07-30T02:33:42.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45662026-07-30T02:33:42.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45672026-07-30T02:33:42.753Z Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test)
45682026-07-30T02:33:43.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
45692026-07-30T02:33:43.531Z
45702026-07-30T02:33:43.531Zinfo: running `cargo check --bins` on omicron-pins (278/303)
45712026-07-30T02:33:43.985Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45722026-07-30T02:33:43.988Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45732026-07-30T02:33:43.988Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
45742026-07-30T02:33:43.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
45752026-07-30T02:33:44.067Z
45762026-07-30T02:33:44.067Zinfo: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (279/303)
45772026-07-30T02:33:44.577Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45782026-07-30T02:33:44.582Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45792026-07-30T02:33:44.807Z Checking nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
45802026-07-30T02:33:44.928Z Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
45812026-07-30T02:33:44.931Z Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe)
45822026-07-30T02:34:11.373Z Checking nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
45832026-07-30T02:34:11.757Z Checking nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
45842026-07-30T02:34:13.489Z Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
45852026-07-30T02:34:13.941Z Checking nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
45862026-07-30T02:34:17.025Z Checking nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
45872026-07-30T02:34:40.693Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
45882026-07-30T02:34:41.397Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45892026-07-30T02:34:43.027Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.95s
45902026-07-30T02:34:43.211Z
45912026-07-30T02:34:43.212Zinfo: running `cargo check --bins` on reconfigurator-sp-updater (280/303)
45922026-07-30T02:34:43.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45932026-07-30T02:34:43.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
45942026-07-30T02:34:43.898Z Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater)
45952026-07-30T02:34:44.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s
45962026-07-30T02:34:44.755Z
45972026-07-30T02:34:44.756Zinfo: running `cargo check --bins` on omicron-releng (281/303)
45982026-07-30T02:34:45.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
45992026-07-30T02:34:45.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46002026-07-30T02:34:45.376Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46012026-07-30T02:34:45.484Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
46022026-07-30T02:34:45.484Z Checking sha2 v0.11.0
46032026-07-30T02:34:45.488Z Checking digest-io v0.1.0
46042026-07-30T02:34:45.491Z Checking rawzip v0.4.4
46052026-07-30T02:34:45.510Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
46062026-07-30T02:34:45.514Z Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
46072026-07-30T02:34:45.531Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46082026-07-30T02:34:45.601Z Checking shell-words v1.1.1
46092026-07-30T02:34:45.942Z Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46102026-07-30T02:34:46.156Z Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950)
46112026-07-30T02:34:47.157Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
46122026-07-30T02:34:48.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s
46132026-07-30T02:34:48.370Z
46142026-07-30T02:34:48.370Zinfo: running `cargo check --bins` on omicron-repo-depot-standalone (282/303)
46152026-07-30T02:34:48.845Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46162026-07-30T02:34:48.849Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46172026-07-30T02:34:48.985Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
46182026-07-30T02:34:49.301Z Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone)
46192026-07-30T02:34:49.699Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s
46202026-07-30T02:34:49.864Z
46212026-07-30T02:34:49.864Zinfo: running `cargo check --bins` on schema (283/303)
46222026-07-30T02:34:50.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46232026-07-30T02:34:50.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46242026-07-30T02:34:50.560Z Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema)
46252026-07-30T02:34:51.234Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s
46262026-07-30T02:34:51.415Z
46272026-07-30T02:34:51.415Zinfo: running `cargo check --bins` on xtask (284/303)
46282026-07-30T02:34:51.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46292026-07-30T02:34:51.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46302026-07-30T02:34:51.811Z Checking serde_core v1.0.228
46312026-07-30T02:34:51.811Z Checking libc v0.2.185
46322026-07-30T02:34:51.890Z Checking bitflags v2.11.0
46332026-07-30T02:34:51.897Z Checking scroll v0.12.0
46342026-07-30T02:34:51.900Z Checking thiserror v1.0.69
46352026-07-30T02:34:51.908Z Checking log v0.4.29
46362026-07-30T02:34:51.915Z Checking indexmap v2.14.0
46372026-07-30T02:34:51.925Z Checking zerocopy v0.7.35
46382026-07-30T02:34:51.986Z Checking syn v2.0.117
46392026-07-30T02:34:52.025Z Checking dtrace-parser v0.2.0
46402026-07-30T02:34:52.046Z Checking once_cell v1.21.3
46412026-07-30T02:34:52.107Z Checking goblin v0.8.2
46422026-07-30T02:34:52.164Z Checking errno v0.3.14
46432026-07-30T02:34:52.213Z Checking getrandom v0.4.1
46442026-07-30T02:34:52.248Z Checking thread-id v4.2.2
46452026-07-30T02:34:52.276Z Checking rustix v1.1.3
46462026-07-30T02:34:52.322Z Checking memmap v0.7.0
46472026-07-30T02:34:52.340Z Checking thiserror v2.0.18
46482026-07-30T02:34:52.395Z Checking fs-err v3.3.0
46492026-07-30T02:34:52.433Z Checking anyhow v1.0.102
46502026-07-30T02:34:52.444Z Checking tabled v0.15.0
46512026-07-30T02:34:53.048Z Checking terminal_size v0.4.3
46522026-07-30T02:34:53.048Z Checking tempfile v3.25.0
46532026-07-30T02:34:53.153Z Checking clap_builder v4.6.0
46542026-07-30T02:34:53.156Z Checking textwrap v0.16.2
46552026-07-30T02:34:53.343Z Checking serde v1.0.228
46562026-07-30T02:34:53.343Z Checking serde_json v1.0.151
46572026-07-30T02:34:53.347Z Checking camino v1.2.2
46582026-07-30T02:34:53.369Z Checking cargo-platform v0.3.2
46592026-07-30T02:34:53.537Z Checking semver v1.0.28
46602026-07-30T02:34:53.591Z Checking camino-tempfile v1.4.1
46612026-07-30T02:34:53.743Z Checking serde_spanned v0.6.9
46622026-07-30T02:34:53.743Z Checking toml_datetime v0.6.11
46632026-07-30T02:34:53.748Z Checking macaddr v1.0.1
46642026-07-30T02:34:53.748Z Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
46652026-07-30T02:34:53.925Z Checking toml_edit v0.22.27
46662026-07-30T02:34:53.947Z Checking dof v0.3.0
46672026-07-30T02:34:53.950Z Checking cargo_metadata v0.23.1
46682026-07-30T02:34:54.207Z Checking usdt-impl v0.5.0
46692026-07-30T02:34:54.352Z Checking clap v4.6.1
46702026-07-30T02:34:54.461Z Checking usdt v0.5.0
46712026-07-30T02:34:54.875Z Checking toml v0.8.23
46722026-07-30T02:34:55.127Z Checking cargo_toml v0.21.0
46732026-07-30T02:34:55.756Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
46742026-07-30T02:34:56.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s
46752026-07-30T02:34:56.243Z
46762026-07-30T02:34:56.243Zinfo: running `cargo check --bins` on dnsadm (285/303)
46772026-07-30T02:34:56.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46782026-07-30T02:34:56.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46792026-07-30T02:34:56.853Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
46802026-07-30T02:34:57.314Z Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
46812026-07-30T02:34:57.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s
46822026-07-30T02:34:57.873Z
46832026-07-30T02:34:57.873Zinfo: running `cargo check --bins` on end-to-end-tests (286/303)
46842026-07-30T02:34:58.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
46852026-07-30T02:34:58.422Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
46862026-07-30T02:34:58.658Z Checking cpubits v0.1.1
46872026-07-30T02:34:58.783Z Checking pem-rfc7468 v1.0.0
46882026-07-30T02:34:58.795Z Checking hmac v0.13.0
46892026-07-30T02:34:58.795Z Checking universal-hash v0.6.1
46902026-07-30T02:34:58.818Z Checking ctr v0.10.1
46912026-07-30T02:34:58.819Z Checking aead v0.6.1
46922026-07-30T02:34:58.847Z Checking aes v0.9.1
46932026-07-30T02:34:58.847Z Checking crypto-bigint v0.7.5
46942026-07-30T02:34:58.873Z Checking salsa20 v0.11.0
46952026-07-30T02:34:58.913Z Checking polyval v0.7.1
46962026-07-30T02:34:58.927Z Checking der v0.8.0
46972026-07-30T02:34:58.941Z Checking pbkdf2 v0.13.0
46982026-07-30T02:34:58.956Z Checking cbc v0.2.1
46992026-07-30T02:34:58.998Z Checking ff v0.14.0
47002026-07-30T02:34:59.027Z Checking signature v3.0.0
47012026-07-30T02:34:59.055Z Checking scrypt v0.12.0
47022026-07-30T02:34:59.083Z Checking ghash v0.6.0
47032026-07-30T02:34:59.101Z Checking base16ct v1.0.0
47042026-07-30T02:34:59.165Z Checking group v0.14.0
47052026-07-30T02:34:59.195Z Checking hkdf v0.13.0
47062026-07-30T02:34:59.216Z Compiling curve25519-dalek v5.0.0
47072026-07-30T02:34:59.233Z Checking aes-gcm v0.11.0
47082026-07-30T02:34:59.249Z Checking keccak v0.2.0
47092026-07-30T02:34:59.267Z Checking poly1305 v0.9.0
47102026-07-30T02:34:59.307Z Checking wnaf v0.14.0
47112026-07-30T02:34:59.322Z Checking blowfish v0.10.0
47122026-07-30T02:34:59.383Z Checking blake2 v0.11.0-rc.6
47132026-07-30T02:34:59.403Z Checking sha3 v0.11.0
47142026-07-30T02:34:59.465Z Checking bcrypt-pbkdf v0.11.0
47152026-07-30T02:34:59.483Z Checking kem v0.3.0
47162026-07-30T02:34:59.532Z Checking module-lattice v0.2.3
47172026-07-30T02:34:59.596Z Checking sponge-cursor v0.1.0
47182026-07-30T02:34:59.630Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
47192026-07-30T02:34:59.646Z Checking argon2 v0.6.0-rc.8
47202026-07-30T02:34:59.713Z Checking spki v0.8.0
47212026-07-30T02:34:59.727Z Checking sec1 v0.8.1
47222026-07-30T02:34:59.741Z Checking sha3 v0.12.0
47232026-07-30T02:34:59.755Z Checking ml-kem v0.3.2
47242026-07-30T02:34:59.806Z Checking internal-russh-num-bigint v0.5.0
47252026-07-30T02:34:59.875Z Checking pkcs5 v0.8.1
47262026-07-30T02:34:59.920Z Checking pkcs1 v0.8.0-rc.4
47272026-07-30T02:34:59.936Z Checking num-bigint v0.4.6
47282026-07-30T02:34:59.986Z Checking generic-array v1.4.3
47292026-07-30T02:35:00.123Z Checking russh-util v0.52.0
47302026-07-30T02:35:00.165Z Checking pkcs8 v0.11.0
47312026-07-30T02:35:00.243Z Compiling enum_dispatch v0.3.13
47322026-07-30T02:35:00.336Z Compiling delegate v0.13.5
47332026-07-30T02:35:00.355Z Checking ed25519 v3.0.0
47342026-07-30T02:35:00.479Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47352026-07-30T02:35:00.517Z Checking md5 v0.8.0
47362026-07-30T02:35:00.546Z Checking ed25519-dalek v3.0.0
47372026-07-30T02:35:00.650Z Checking hex-literal v1.1.0
47382026-07-30T02:35:00.705Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
47392026-07-30T02:35:00.750Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47402026-07-30T02:35:00.765Z Checking socket2 v0.5.10
47412026-07-30T02:35:00.882Z Checking internet-checksum v0.2.1
47422026-07-30T02:35:00.887Z Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47432026-07-30T02:35:01.087Z Checking elliptic-curve v0.14.1
47442026-07-30T02:35:01.088Z Checking rfc6979 v0.6.0
47452026-07-30T02:35:01.091Z Checking primefield v0.14.0
47462026-07-30T02:35:01.091Z Checking ssh-encoding v0.3.0
47472026-07-30T02:35:01.170Z Checking crypto-primes v0.7.2
47482026-07-30T02:35:01.343Z Checking ssh-cipher v0.3.0
47492026-07-30T02:35:01.346Z Checking russh-cryptovec v0.62.0
47502026-07-30T02:35:01.487Z Checking primeorder v0.14.0
47512026-07-30T02:35:01.487Z Checking ecdsa v0.17.0
47522026-07-30T02:35:01.844Z Checking p521 v0.14.0
47532026-07-30T02:35:01.844Z Checking p384 v0.14.0
47542026-07-30T02:35:01.847Z Checking p256 v0.14.0
47552026-07-30T02:35:02.088Z Checking rsa v0.10.0-rc.18
47562026-07-30T02:35:04.670Z Checking ssh-key v0.7.0-rc.11
47572026-07-30T02:35:05.412Z Checking russh v0.62.4
47582026-07-30T02:35:18.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.97s
47592026-07-30T02:35:18.856Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
47602026-07-30T02:35:18.856Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
47612026-07-30T02:35:19.055Z
47622026-07-30T02:35:19.055Zinfo: running `cargo check --bins` on gateway-cli (287/303)
47632026-07-30T02:35:19.532Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47642026-07-30T02:35:19.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47652026-07-30T02:35:19.676Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
47662026-07-30T02:35:19.783Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
47672026-07-30T02:35:19.790Z Checking termios v0.3.3
47682026-07-30T02:35:20.985Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
47692026-07-30T02:35:21.133Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
47702026-07-30T02:35:22.781Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
47712026-07-30T02:35:23.346Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.28s
47722026-07-30T02:35:23.512Z
47732026-07-30T02:35:23.512Zinfo: running `cargo check --bins --no-default-features` on installinator (288/303)
47742026-07-30T02:35:24.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47752026-07-30T02:35:24.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47762026-07-30T02:35:24.186Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
47772026-07-30T02:35:24.189Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
47782026-07-30T02:35:24.189Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
47792026-07-30T02:35:24.189Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
47802026-07-30T02:35:24.306Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
47812026-07-30T02:35:24.311Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47822026-07-30T02:35:24.443Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
47832026-07-30T02:35:25.087Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
47842026-07-30T02:35:25.654Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47852026-07-30T02:35:27.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.78s
47862026-07-30T02:35:27.480Z
47872026-07-30T02:35:27.480Zinfo: running `cargo check --bins` on internal-dns-cli (289/303)
47882026-07-30T02:35:27.953Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47892026-07-30T02:35:27.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47902026-07-30T02:35:28.090Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
47912026-07-30T02:35:28.537Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
47922026-07-30T02:35:28.855Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
47932026-07-30T02:35:29.021Z
47942026-07-30T02:35:29.021Zinfo: running `cargo check --bins` on omicron-live-tests (290/303)
47952026-07-30T02:35:29.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
47962026-07-30T02:35:29.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
47972026-07-30T02:35:29.507Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
47982026-07-30T02:35:29.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
47992026-07-30T02:35:29.557Z
48002026-07-30T02:35:29.558Zinfo: running `cargo check --bins` on live-tests-macros (291/303)
48012026-07-30T02:35:30.026Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48022026-07-30T02:35:30.033Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48032026-07-30T02:35:30.033Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48042026-07-30T02:35:30.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48052026-07-30T02:35:30.116Z
48062026-07-30T02:35:30.117Zinfo: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (292/303)
48072026-07-30T02:35:30.627Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48082026-07-30T02:35:30.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48092026-07-30T02:35:30.830Z Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)
48102026-07-30T02:35:31.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
48112026-07-30T02:35:31.597Z
48122026-07-30T02:35:31.597Zinfo: running `cargo check --bins` on omicron-ntp-admin (293/303)
48132026-07-30T02:35:32.091Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48142026-07-30T02:35:32.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48152026-07-30T02:35:32.214Z Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
48162026-07-30T02:35:32.228Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
48172026-07-30T02:35:32.491Z Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
48182026-07-30T02:35:32.491Z Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
48192026-07-30T02:35:33.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s
48202026-07-30T02:35:33.434Z
48212026-07-30T02:35:33.434Zinfo: running `cargo check --bins` on ntp-admin-types (294/303)
48222026-07-30T02:35:33.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48232026-07-30T02:35:33.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48242026-07-30T02:35:33.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48252026-07-30T02:35:33.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
48262026-07-30T02:35:33.976Z
48272026-07-30T02:35:33.976Zinfo: running `cargo check --bins` on omicron-package (295/303)
48282026-07-30T02:35:34.459Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48292026-07-30T02:35:34.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48302026-07-30T02:35:34.617Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48312026-07-30T02:35:35.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s
48322026-07-30T02:35:35.860Z
48332026-07-30T02:35:35.860Zinfo: running `cargo check --bins --no-default-features` on sled-agent-scrimlet-reconcilers (296/303)
48342026-07-30T02:35:36.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48352026-07-30T02:35:36.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48362026-07-30T02:35:36.344Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48372026-07-30T02:35:36.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48382026-07-30T02:35:36.429Z
48392026-07-30T02:35:36.429Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-scrimlet-reconcilers (297/303)
48402026-07-30T02:35:36.911Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48412026-07-30T02:35:36.915Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48422026-07-30T02:35:36.915Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
48432026-07-30T02:35:36.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
48442026-07-30T02:35:37.002Z
48452026-07-30T02:35:37.002Zinfo: running `cargo check --bins` on tqdb (298/303)
48462026-07-30T02:35:37.517Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48472026-07-30T02:35:37.520Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48482026-07-30T02:35:37.753Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
48492026-07-30T02:35:38.172Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
48502026-07-30T02:35:38.607Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
48512026-07-30T02:35:38.607Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
48522026-07-30T02:35:44.786Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
48532026-07-30T02:35:44.786Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
48542026-07-30T02:35:45.348Z Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
48552026-07-30T02:35:45.348Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
48562026-07-30T02:35:45.352Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48572026-07-30T02:35:45.352Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
48582026-07-30T02:35:46.101Z Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils)
48592026-07-30T02:35:47.147Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
48602026-07-30T02:35:47.959Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
48612026-07-30T02:35:48.584Z Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
48622026-07-30T02:35:53.450Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
48632026-07-30T02:36:00.284Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
48642026-07-30T02:36:00.284Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
48652026-07-30T02:36:00.287Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
48662026-07-30T02:36:00.287Z Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
48672026-07-30T02:36:01.786Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
48682026-07-30T02:36:03.103Z Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48692026-07-30T02:36:03.774Z Checking reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
48702026-07-30T02:36:04.993Z Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)
48712026-07-30T02:36:05.534Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.52s
48722026-07-30T02:36:05.732Z
48732026-07-30T02:36:05.732Zinfo: running `cargo check --bins` on wicket-dbg (299/303)
48742026-07-30T02:36:06.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48752026-07-30T02:36:06.235Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48762026-07-30T02:36:06.413Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
48772026-07-30T02:36:06.530Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
48782026-07-30T02:36:06.537Z Checking rtoolbox v0.0.3
48792026-07-30T02:36:06.544Z Checking tui-tree-widget v0.23.1
48802026-07-30T02:36:06.636Z Checking rpassword v7.5.4
48812026-07-30T02:36:08.110Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
48822026-07-30T02:36:08.395Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
48832026-07-30T02:36:09.216Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
48842026-07-30T02:36:12.225Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48852026-07-30T02:36:14.077Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48862026-07-30T02:36:14.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.23s
48872026-07-30T02:36:14.972Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48882026-07-30T02:36:14.972Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48892026-07-30T02:36:15.151Z
48902026-07-30T02:36:15.151Zinfo: running `cargo check --bins` on wicket (300/303)
48912026-07-30T02:36:15.654Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
48922026-07-30T02:36:15.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
48932026-07-30T02:36:15.819Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
48942026-07-30T02:36:16.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s
48952026-07-30T02:36:16.169Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
48962026-07-30T02:36:16.169Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
48972026-07-30T02:36:16.352Z
48982026-07-30T02:36:16.353Zinfo: running `cargo check --bins` on wicketd (301/303)
48992026-07-30T02:36:16.851Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49002026-07-30T02:36:16.854Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49012026-07-30T02:36:17.036Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
49022026-07-30T02:36:17.040Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
49032026-07-30T02:36:17.040Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
49042026-07-30T02:36:17.040Z Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
49052026-07-30T02:36:17.040Z Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
49062026-07-30T02:36:17.948Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
49072026-07-30T02:36:21.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s
49082026-07-30T02:36:21.372Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
49092026-07-30T02:36:21.372Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
49102026-07-30T02:36:21.554Z
49112026-07-30T02:36:21.554Zinfo: running `cargo check --bins` on omicron-workspace-hack (302/303)
49122026-07-30T02:36:22.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49132026-07-30T02:36:22.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49142026-07-30T02:36:22.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
49152026-07-30T02:36:22.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
49162026-07-30T02:36:22.092Z
49172026-07-30T02:36:22.092Zinfo: running `cargo check --bins` on zone-setup (303/303)
49182026-07-30T02:36:22.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
49192026-07-30T02:36:22.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
49202026-07-30T02:36:22.728Z Checking uzers v0.12.2
49212026-07-30T02:36:22.992Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
49222026-07-30T02:36:23.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
49232026-07-30T02:36:23.915Z
49242026-07-30T02:36:23.915Zreal 14:08.836800864
49252026-07-30T02:36:23.915Zuser 21:24.973667514
49262026-07-30T02:36:23.915Zsys 4:16.919022247
49272026-07-30T02:36:23.915Ztrap 0.334096321
49282026-07-30T02:36:23.915Ztflt 0.577366864
49292026-07-30T02:36:23.915Zdflt 0.927949051
49302026-07-30T02:36:23.915Zkflt 0.004695670
49312026-07-30T02:36:23.915Zlock 1:33:12.396906253
49322026-07-30T02:36:23.915Zslp 1:42:24.285378566
49332026-07-30T02:36:23.916Zlat 56.294251680
49342026-07-30T02:36:23.916Zstop 4:06.244291717
49352026-07-30T02:36:23.920Zprocess exited: duration 999341 ms, exit code 0
 
49362026-07-30T02:36:23.927Zfound 0 output files