01KZ8XHC3M30H6NZEJYRTZQ77C: 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: 01KZ8XHZYQB0CE8MBR2VF99R3D

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-05T12:15:32.950Zjob assigned to worker 01KZ8XJ4YKS3PFYGJ2X5JR86MN [factory aws, i-09b5daa169e324721] (queued for 45 s)
 
22026-08-05T12:15:39.250Zstarting task 0: "setup"
32026-08-05T12:15:39.257Z++ uname -s
42026-08-05T12:15:39.261Z+ kern=SunOS
52026-08-05T12:15:39.261Z+ build_user=build
62026-08-05T12:15:39.261Z+ build_uid=12345
72026-08-05T12:15:39.261Z+ work_dir=/work
82026-08-05T12:15:39.261Z+ input_dir=/input
92026-08-05T12:15:39.261Z+ [[ 0 == 12345 ]]
102026-08-05T12:15:39.261Z+ case "$kern" in
112026-08-05T12:15:39.261Z+ groupadd -g 12345 build
122026-08-05T12:15:39.266Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-05T12:15:41.268Z+ zfs create -o mountpoint=/work rpool/work
142026-08-05T12:15:41.390Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-05T12:15:41.394Z+ home_fs=zfs
162026-08-05T12:15:41.394Z+ [[ zfs == autofs ]]
172026-08-05T12:15:41.394Z+ mkdir -p /home/build
182026-08-05T12:15:41.394Z+ chown build:build /home/build /work
192026-08-05T12:15:42.395Z+ chmod 0700 /home/build /work
202026-08-05T12:15:42.398Zprocess exited: duration 3147 ms, exit code 0
 
212026-08-05T12:15:42.404Zstarting task 1: "rust-toolchain"
222026-08-05T12:15:42.409Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-05T12:15:42.409Z * rust toolchain channel = "1.97.1"
242026-08-05T12:15:42.409Z * rust toolchain profile = "default"
252026-08-05T12:15:42.409Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-05T12:15:42.409Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-05T12:15:42.409Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-05T12:15:42.412Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-05T12:15:42.412Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-05T12:15:42.526Zinfo: downloading installer
312026-08-05T12:15:44.127Zwarn: It looks like you have an existing rustup settings file at:
322026-08-05T12:15:44.127Zwarn: /home/build/.rustup/settings.toml
332026-08-05T12:15:44.127Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-05T12:15:44.127Zwarn: instead of the one inferred from the default host triple.
352026-08-05T12:15:44.139Zinfo: profile set to default
362026-08-05T12:15:44.139Zinfo: default host triple is x86_64-unknown-illumos
372026-08-05T12:15:44.142Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-05T12:15:44.287Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-05T12:15:44.290Zinfo: downloading 6 components
402026-08-05T12:16:00.611Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-05T12:16:00.611Z
422026-08-05T12:16:00.636Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-05T12:16:00.637Z
442026-08-05T12:16:00.637Z
452026-08-05T12:16:00.637ZRust is installed now. Great!
462026-08-05T12:16:00.637Z
472026-08-05T12:16:00.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-05T12:16:00.637Zenvironment variable. This has not been done automatically.
492026-08-05T12:16:00.637Z
502026-08-05T12:16:00.637ZTo configure your current shell, you need to source
512026-08-05T12:16:00.637Zthe corresponding env file under $HOME/.cargo.
522026-08-05T12:16:00.637Z
532026-08-05T12:16:00.637ZThis is usually done by running one of the following (note the leading DOT):
542026-08-05T12:16:00.641Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-05T12:16:00.641Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-05T12:16:00.641Zsource "~/.cargo/env.nu" # For nushell
572026-08-05T12:16:00.641Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-05T12:16:00.641Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-05T12:16:00.641Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-05T12:16:00.641Zwarn: no default linker (`cc`) was found in your PATH
612026-08-05T12:16:00.641Zwarn: many Rust crates require a system C toolchain to build
622026-08-05T12:16:00.734Z+ rustup --version
632026-08-05T12:16:00.743Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-05T12:16:00.747Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-05T12:16:00.764Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-05T12:16:00.767Z+ cargo --version
672026-08-05T12:16:00.781Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-05T12:16:00.784Z+ rustc --version
692026-08-05T12:16:00.803Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-05T12:16:00.805Zprocess exited: duration 18400 ms, exit code 0
 
712026-08-05T12:16:00.811Zstarting task 2: "authentication"
722026-08-05T12:16:00.830Zprocess exited: duration 18 ms, exit code 0
 
732026-08-05T12:16:00.836Zstarting task 3: "clone repository"
742026-08-05T12:16:00.839Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-05T12:16:00.842Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-05T12:16:00.874ZCloning into '/work/oxidecomputer/omicron'...
772026-08-05T12:16:11.184Z+ cd /work/oxidecomputer/omicron
782026-08-05T12:16:11.184Z+ git fetch origin d66e2aacae63609406171c66d379ca5e115ef0bf
792026-08-05T12:16:11.442ZFrom https://github.com/oxidecomputer/omicron
802026-08-05T12:16:11.442Z * branch d66e2aacae63609406171c66d379ca5e115ef0bf -> FETCH_HEAD
812026-08-05T12:16:11.452Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-08-05T12:16:11.455Z++ git branch --show-current
832026-08-05T12:16:11.455Z+ current=main
842026-08-05T12:16:11.455Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-08-05T12:16:11.455Z+ git branch -f renovate/crate-hickory-proto-vulnerability d66e2aacae63609406171c66d379ca5e115ef0bf
862026-08-05T12:16:11.459Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-08-05T12:16:11.707ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-08-05T12:16:11.710Z+ git reset --hard d66e2aacae63609406171c66d379ca5e115ef0bf
892026-08-05T12:16:11.725ZHEAD is now at d66e2aaca Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-08-05T12:16:11.729Zprocess exited: duration 10890 ms, exit code 0
 
912026-08-05T12:16:11.735Zstarting task 4: "build"
922026-08-05T12:16:11.740Z+ source .github/buildomat/ci-env.sh
932026-08-05T12:16:11.740Z++ export CARGO_TERM_COLOR=always
942026-08-05T12:16:11.740Z++ CARGO_TERM_COLOR=always
952026-08-05T12:16:11.743Z+++ uname -s
962026-08-05T12:16:11.743Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-05T12:16:11.743Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-05T12:16:11.746Z+ cargo --version
992026-08-05T12:16:11.753Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-05T12:16:11.756Z+ rustc --version
1012026-08-05T12:16:11.776Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-05T12:16:11.780Z+ source ./env.sh
1032026-08-05T12:16:11.780Z++ OLD_SHELL_OPTS=ehxB
1042026-08-05T12:16:11.780Z++ set -o xtrace
1052026-08-05T12:16:11.783Z++++ dirname ./env.sh
1062026-08-05T12:16:11.783Z+++ readlink -f .
1072026-08-05T12:16:11.786Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ 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-08-05T12:16:11.787Z++ case $OLD_SHELL_OPTS in
1192026-08-05T12:16:11.787Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-05T12:16:11.787Z+ 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-08-05T12:16:11.787Z+ 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-08-05T12:16:11.787Z+ banner prerequisites
1232026-08-05T12:16:11.787Z
1242026-08-05T12:16:11.787Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-05T12:16:11.787Z # # # # # # # # # # # # # # #
1262026-08-05T12:16:11.787Z # # # # ##### # # ##### # # # # # #### #
1272026-08-05T12:16:11.787Z ##### ##### # ##### # # # # # # # # #
1282026-08-05T12:16:11.787Z # # # # # # # # # # # # # # #
1292026-08-05T12:16:11.788Z # # # ###### # # ###### ### # #### # #### #
1302026-08-05T12:16:11.788Z
1312026-08-05T12:16:11.788Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-05T12:16:13.595Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-05T12:16:13.839Z Startup: Caching catalogs ... Done
1342026-08-05T12:16:15.162ZPlanning: Solver setup ... Done (1.238s)
1352026-08-05T12:16:15.206ZPlanning: Running solver ... Done (0.045s)
1362026-08-05T12:16:15.239ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-05T12:16:15.255ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-05T12:16:15.272ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-05T12:16:15.286ZPlanning: Package planning ... Done (0.014s)
1402026-08-05T12:16:15.289ZPlanning: Merging actions ... Done (0.001s)
1412026-08-05T12:16:15.451ZPlanning: Checking for conflicting actions ... Done (0.164s)
1422026-08-05T12:16:15.455ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-05T12:16:16.206ZPlanning: Evaluating mediators ... Done (0.754s)
1442026-08-05T12:16:16.210ZPlanning: Planning completed in 2.34 seconds
1452026-08-05T12:16:16.215Z Packages to install: 2
1462026-08-05T12:16:16.218Z Estimated space available: 156.02 GB
1472026-08-05T12:16:16.218ZEstimated space to be consumed: 56.47 MB
1482026-08-05T12:16:16.218Z Create boot environment: No
1492026-08-05T12:16:16.218ZCreate backup boot environment: No
1502026-08-05T12:16:16.218Z Rebuild boot archive: No
1512026-08-05T12:16:16.218Z
1522026-08-05T12:16:16.218ZChanged packages:
1532026-08-05T12:16:16.218Zhelios
1542026-08-05T12:16:16.218Z developer/build-essential
1552026-08-05T12:16:16.218Z None -> 11-3.0
1562026-08-05T12:16:16.218Z library/libxmlsec1
1572026-08-05T12:16:16.218Z None -> 1.2.35-3.0
1582026-08-05T12:16:16.239Z
1592026-08-05T12:16:16.239ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-05T12:16:16.309ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1612026-08-05T12:16:16.410Z Actions: 1/268 actions (Installing new actions)
1622026-08-05T12:16:16.447Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-05T12:16:16.475ZFinalize: Updating package state database ... Done (0.026s)
1642026-08-05T12:16:16.479ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-05T12:16:16.533ZFinalize: Updating image state ... Done (0.059s)
1662026-08-05T12:16:19.041ZFinalize: Creating fast lookup database ... Done (2.470s)
1672026-08-05T12:16:19.109ZFinalize: Reading search index ... Done (0.012s)
1682026-08-05T12:16:19.112ZFinalize: Updating search index ... Done (0.000s)
1692026-08-05T12:16:19.225ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-05T12:16:19.573ZPlanning: Evaluating mediator changes ... Done
1712026-08-05T12:16:19.678ZPlanning: Checking for conflicting actions ... Done
1722026-08-05T12:16:19.681ZPlanning: Consolidating action changes ... Done
1732026-08-05T12:16:19.836ZPlanning: Evaluating mediators ... Done
1742026-08-05T12:16:19.841ZPlanning: Planning completed in 0.26 seconds
1752026-08-05T12:16:19.860Z Mediators to change: 2
1762026-08-05T12:16:19.860Z Create boot environment: No
1772026-08-05T12:16:19.860ZCreate backup boot environment: No
1782026-08-05T12:16:19.915ZFinalize: Updating package state database ... Done
1792026-08-05T12:16:19.915ZFinalize: Updating package cache ... Done
1802026-08-05T12:16:19.948ZFinalize: Updating image state ... Done
1812026-08-05T12:16:21.892ZFinalize: Creating fast lookup database ... Done
1822026-08-05T12:16:21.956ZFinalize: Reading search index ... Done
1832026-08-05T12:16:21.959ZFinalize: Updating search index ... Done
1842026-08-05T12:16:22.038ZFinalize: Updating package cache ... Done
1852026-08-05T12:16:22.324ZPlanning: Evaluating mediator changes ... Done
1862026-08-05T12:16:22.430ZPlanning: Checking for conflicting actions ... Done
1872026-08-05T12:16:22.433ZPlanning: Consolidating action changes ... Done
1882026-08-05T12:16:22.587ZPlanning: Evaluating mediators ... Done
1892026-08-05T12:16:22.590ZPlanning: Planning completed in 0.26 seconds
1902026-08-05T12:16:22.610Z Mediators to change: 1
1912026-08-05T12:16:22.610Z Create boot environment: No
1922026-08-05T12:16:22.610ZCreate backup boot environment: No
1932026-08-05T12:16:22.651ZFinalize: Updating package state database ... Done
1942026-08-05T12:16:22.651ZFinalize: Updating package cache ... Done
1952026-08-05T12:16:22.685ZFinalize: Updating image state ... Done
1962026-08-05T12:16:24.654ZFinalize: Creating fast lookup database ... Done
1972026-08-05T12:16:24.719ZFinalize: Reading search index ... Done
1982026-08-05T12:16:24.722ZFinalize: Updating search index ... Done
1992026-08-05T12:16:24.786ZFinalize: Updating package cache ... Done
2002026-08-05T12:16:25.098ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-05T12:16:25.098Zapache system 2.4 system
2022026-08-05T12:16:25.098Zclang system 15 system
2032026-08-05T12:16:25.098Zcsh system system illumos
2042026-08-05T12:16:25.098Zctags system system illumos
2052026-08-05T12:16:25.098Zfile vendor vendor darwinsys
2062026-08-05T12:16:25.098Zfile system system illumos
2072026-08-05T12:16:25.098Zgcc vendor 14 vendor
2082026-08-05T12:16:25.098Zgcc system 13 system
2092026-08-05T12:16:25.098Zgcc system 10 system
2102026-08-05T12:16:25.098Zgo system 1.25 system
2112026-08-05T12:16:25.098Zllvm system 15 system
2122026-08-05T12:16:25.098Zmariadb system 11.4 system
2132026-08-05T12:16:25.098Zmta vendor vendor dma
2142026-08-05T12:16:25.098Zopenjdk system 17 system
2152026-08-05T12:16:25.098Zopenjdk system 11 system
2162026-08-05T12:16:25.098Zopenssl vendor 3 vendor
2172026-08-05T12:16:25.098Zperl system 5.40 system
2182026-08-05T12:16:25.098Zpostgresql system 18 system
2192026-08-05T12:16:25.098Zpostgresql system 17 system
2202026-08-05T12:16:25.098Zpython vendor 3 vendor
2212026-08-05T12:16:25.098Zpython system 2 system
2222026-08-05T12:16:25.098Zpython3 vendor 3.13 vendor
2232026-08-05T12:16:25.098Zruby system 3.4 system
2242026-08-05T12:16:25.098Zruby system 3.0 system
2252026-08-05T12:16:25.098Zwords vendor vendor american-english
2262026-08-05T12:16:25.098Zwords system system australian-english
2272026-08-05T12:16:25.099Zwords system system british-english
2282026-08-05T12:16:25.099Zwords system system canadian-english
2292026-08-05T12:16:25.099Zwords system system french
2302026-08-05T12:16:25.099Zwords system system italian
2312026-08-05T12:16:25.099Zwords system system ngerman
2322026-08-05T12:16:25.099Zwords system system ogerman
2332026-08-05T12:16:25.099Zwords system system spanish
2342026-08-05T12:16:25.351ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-05T12:16:25.351Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-05T12:16:25.753ZFMRI IFO
2372026-08-05T12:16:25.753Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-05T12:16:25.754Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-05T12:16:25.754Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-05T12:16:25.754Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-05T12:16:25.754Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-05T12:16:25.754Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-05T12:16:25.754Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-05T12:16:25.754Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-05T12:16:25.754Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-05T12:16:26.058Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-05T12:16:26.348Z Updating crates.io index
2482026-08-05T12:16:26.351Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-05T12:16:26.588Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-05T12:16:26.931Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-05T12:16:27.902Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-05T12:16:28.445Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-05T12:16:29.998Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-05T12:16:30.901Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-05T12:16:31.209Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-05T12:16:31.529Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-05T12:16:32.992Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-05T12:16:33.217Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-05T12:16:33.560Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-05T12:16:33.849Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-05T12:16:34.297Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-05T12:16:34.780Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-05T12:16:35.038Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-05T12:16:35.289Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-05T12:16:35.566Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-05T12:16:35.902Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-05T12:16:36.157Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-05T12:16:36.398Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-05T12:16:36.652Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-08-05T12:16:37.026Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2712026-08-05T12:16:37.407Z Updating git repository `https://github.com/oxidecomputer/erebor`
2722026-08-05T12:16:37.661Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2732026-08-05T12:16:38.046Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2742026-08-05T12:16:38.311Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2752026-08-05T12:16:38.653Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2762026-08-05T12:16:38.968Z Updating git repository `https://github.com/oxidecomputer/ispf`
2772026-08-05T12:16:39.209Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2782026-08-05T12:16:39.488Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2792026-08-05T12:16:39.841Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802026-08-05T12:16:40.232Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2812026-08-05T12:16:40.606Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2822026-08-05T12:16:40.863Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2832026-08-05T12:16:41.163Z Updating git repository `https://github.com/oxidecomputer/tough`
2842026-08-05T12:16:41.800Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2852026-08-05T12:16:42.133Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-08-05T12:16:42.405Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2872026-08-05T12:16:42.636Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2882026-08-05T12:16:42.923Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2892026-08-05T12:16:43.145Z Updating git repository `https://github.com/illumos/smf-rs`
2902026-08-05T12:17:00.112Z Downloading crates ...
2912026-08-05T12:17:00.155Z Downloaded anstream v1.0.0
2922026-08-05T12:17:00.169Z Downloaded heck v0.5.0
2932026-08-05T12:17:00.174Z Downloaded is_terminal_polyfill v1.70.2
2942026-08-05T12:17:00.174Z Downloaded cpufeatures v0.2.17
2952026-08-05T12:17:00.174Z Downloaded utf8parse v0.2.2
2962026-08-05T12:17:00.178Z Downloaded bitflags v2.11.0
2972026-08-05T12:17:00.178Z Downloaded colorchoice v1.0.4
2982026-08-05T12:17:00.178Z Downloaded generic-array v0.14.7
2992026-08-05T12:17:00.182Z Downloaded equivalent v1.0.2
3002026-08-05T12:17:00.185Z Downloaded macaddr v1.0.1
3012026-08-05T12:17:00.185Z Downloaded camino v1.2.2
3022026-08-05T12:17:00.185Z Downloaded fnv v1.0.7
3032026-08-05T12:17:00.185Z Downloaded block-buffer v0.10.4
3042026-08-05T12:17:00.189Z Downloaded winnow v0.7.14
3052026-08-05T12:17:00.195Z Downloaded fastrand v2.3.0
3062026-08-05T12:17:00.201Z Downloaded heck v0.4.1
3072026-08-05T12:17:00.201Z Downloaded dtrace-parser v0.2.0
3082026-08-05T12:17:00.206Z Downloaded strsim v0.11.1
3092026-08-05T12:17:00.210Z Downloaded clap_lex v1.0.0
3102026-08-05T12:17:00.213Z Downloaded anstyle-query v1.1.5
3112026-08-05T12:17:00.216Z Downloaded memmap v0.7.0
3122026-08-05T12:17:00.216Z Downloaded plain v0.2.3
3132026-08-05T12:17:00.220Z Downloaded bytecount v0.6.9
3142026-08-05T12:17:00.224Z Downloaded anstyle-parse v1.0.0
3152026-08-05T12:17:00.224Z Downloaded cargo_toml v0.21.0
3162026-08-05T12:17:00.224Z Downloaded fs-err v3.3.0
3172026-08-05T12:17:00.228Z Downloaded once_cell v1.21.3
3182026-08-05T12:17:00.231Z Downloaded thread-id v4.2.2
3192026-08-05T12:17:00.235Z Downloaded itoa v1.0.17
3202026-08-05T12:17:00.235Z Downloaded terminal_size v0.4.3
3212026-08-05T12:17:00.239Z Downloaded serde_spanned v0.6.9
3222026-08-05T12:17:00.239Z Downloaded toml_datetime v0.6.11
3232026-08-05T12:17:00.239Z Downloaded usdt-macro v0.5.0
3242026-08-05T12:17:00.239Z Downloaded pretty-hex v0.4.1
3252026-08-05T12:17:00.239Z Downloaded proc-macro-error-attr v1.0.4
3262026-08-05T12:17:00.239Z Downloaded scroll_derive v0.12.1
3272026-08-05T12:17:00.245Z Downloaded version_check v0.9.5
3282026-08-05T12:17:00.245Z Downloaded smawk v0.3.2
3292026-08-05T12:17:00.250Z Downloaded cfg-if v1.0.4
3302026-08-05T12:17:00.250Z Downloaded errno v0.3.14
3312026-08-05T12:17:00.256Z Downloaded usdt-attr-macro v0.5.0
3322026-08-05T12:17:00.256Z Downloaded dof v0.3.0
3332026-08-05T12:17:00.256Z Downloaded thiserror-impl v2.0.18
3342026-08-05T12:17:00.261Z Downloaded autocfg v1.5.0
3352026-08-05T12:17:00.262Z Downloaded camino-tempfile v1.4.1
3362026-08-05T12:17:00.262Z Downloaded anstyle v1.0.14
3372026-08-05T12:17:00.267Z Downloaded cargo_metadata v0.23.1
3382026-08-05T12:17:00.267Z Downloaded cargo-platform v0.3.2
3392026-08-05T12:17:00.267Z Downloaded clap_derive v4.6.1
3402026-08-05T12:17:00.273Z Downloaded swrite v0.1.0
3412026-08-05T12:17:00.274Z Downloaded unicode-linebreak v0.1.5
3422026-08-05T12:17:00.282Z Downloaded crypto-common v0.1.7
3432026-08-05T12:17:00.282Z Downloaded toml_write v0.1.2
3442026-08-05T12:17:00.287Z Downloaded tabled_derive v0.7.0
3452026-08-05T12:17:00.292Z Downloaded usdt v0.5.0
3462026-08-05T12:17:00.292Z Downloaded papergrid v0.11.0
3472026-08-05T12:17:00.296Z Downloaded thiserror v1.0.69
3482026-08-05T12:17:00.299Z Downloaded zmij v1.0.21
3492026-08-05T12:17:00.301Z Downloaded thiserror v2.0.18
3502026-08-05T12:17:00.304Z Downloaded serde_tokenstream v0.2.3
3512026-08-05T12:17:00.304Z Downloaded thiserror-impl v1.0.69
3522026-08-05T12:17:00.304Z Downloaded byteorder v1.5.0
3532026-08-05T12:17:00.304Z Downloaded digest v0.10.7
3542026-08-05T12:17:00.309Z Downloaded zerocopy-derive v0.7.35
3552026-08-05T12:17:00.311Z Downloaded anyhow v1.0.102
3562026-08-05T12:17:00.316Z Downloaded unicode-ident v1.0.24
3572026-08-05T12:17:00.319Z Downloaded quote v1.0.45
3582026-08-05T12:17:00.319Z Downloaded usdt-impl v0.5.0
3592026-08-05T12:17:00.323Z Downloaded sha2 v0.10.9
3602026-08-05T12:17:00.327Z Downloaded proc-macro-error v1.0.4
3612026-08-05T12:17:00.332Z Downloaded scroll v0.12.0
3622026-08-05T12:17:00.337Z Downloaded pest_generator v2.8.6
3632026-08-05T12:17:00.341Z Downloaded log v0.4.29
3642026-08-05T12:17:00.343Z Downloaded clap v4.6.1
3652026-08-05T12:17:00.347Z Downloaded ucd-trie v0.1.7
3662026-08-05T12:17:00.355Z Downloaded semver v1.0.28
3672026-08-05T12:17:00.359Z Downloaded tempfile v3.25.0
3682026-08-05T12:17:00.363Z Downloaded getrandom v0.4.1
3692026-08-05T12:17:00.366Z Downloaded proc-macro2 v1.0.106
3702026-08-05T12:17:00.369Z Downloaded serde_derive v1.0.228
3712026-08-05T12:17:00.376Z Downloaded pest_derive v2.8.6
3722026-08-05T12:17:00.386Z Downloaded toml_edit v0.22.27
3732026-08-05T12:17:00.396Z Downloaded textwrap v0.16.2
3742026-08-05T12:17:00.399Z Downloaded serde_core v1.0.228
3752026-08-05T12:17:00.410Z Downloaded pest_meta v2.8.6
3762026-08-05T12:17:00.415Z Downloaded serde v1.0.228
3772026-08-05T12:17:00.415Z Downloaded toml v0.8.23
3782026-08-05T12:17:00.425Z Downloaded memchr v2.8.0
3792026-08-05T12:17:00.435Z Downloaded typenum v1.20.1
3802026-08-05T12:17:00.453Z Downloaded indexmap v2.14.0
3812026-08-05T12:17:00.456Z Downloaded zerocopy v0.7.35
3822026-08-05T12:17:00.461Z Downloaded clap_builder v4.6.0
3832026-08-05T12:17:00.464Z Downloaded pest v2.8.6
3842026-08-05T12:17:00.489Z Downloaded serde_json v1.0.151
3852026-08-05T12:17:00.493Z Downloaded goblin v0.8.2
3862026-08-05T12:17:00.496Z Downloaded hashbrown v0.17.0
3872026-08-05T12:17:00.508Z Downloaded tabled v0.15.0
3882026-08-05T12:17:00.529Z Downloaded syn v1.0.109
3892026-08-05T12:17:00.534Z Downloaded unicode-width v0.1.14
3902026-08-05T12:17:00.536Z Downloaded unicode-width v0.2.0
3912026-08-05T12:17:00.542Z Downloaded syn v2.0.117
3922026-08-05T12:17:00.555Z Downloaded rustix v1.1.3
3932026-08-05T12:17:00.580Z Downloaded libc v0.2.185
3942026-08-05T12:17:00.640Z Compiling proc-macro2 v1.0.106
3952026-08-05T12:17:00.641Z Compiling unicode-ident v1.0.24
3962026-08-05T12:17:00.641Z Compiling quote v1.0.45
3972026-08-05T12:17:00.641Z Compiling serde_core v1.0.228
3982026-08-05T12:17:00.641Z Compiling libc v0.2.185
3992026-08-05T12:17:00.643Z Compiling version_check v0.9.5
4002026-08-05T12:17:00.644Z Compiling memchr v2.8.0
4012026-08-05T12:17:00.644Z Compiling serde v1.0.228
4022026-08-05T12:17:01.007Z Compiling zmij v1.0.21
4032026-08-05T12:17:01.218Z Compiling thiserror v1.0.69
4042026-08-05T12:17:01.233Z Compiling ucd-trie v0.1.7
4052026-08-05T12:17:01.258Z Compiling itoa v1.0.17
4062026-08-05T12:17:01.451Z Compiling pest v2.8.6
4072026-08-05T12:17:01.502Z Compiling byteorder v1.5.0
4082026-08-05T12:17:01.644Z Compiling rustix v1.1.3
4092026-08-05T12:17:01.690Z Compiling errno v0.3.14
4102026-08-05T12:17:01.744Z Compiling bitflags v2.11.0
4112026-08-05T12:17:01.973Z Compiling serde_json v1.0.151
4122026-08-05T12:17:02.125Z Compiling syn v2.0.117
4132026-08-05T12:17:02.149Z Compiling thread-id v4.2.2
4142026-08-05T12:17:02.172Z Compiling proc-macro-error-attr v1.0.4
4152026-08-05T12:17:02.233Z Compiling usdt-impl v0.5.0
4162026-08-05T12:17:02.234Z Compiling camino v1.2.2
4172026-08-05T12:17:02.342Z Compiling syn v1.0.109
4182026-08-05T12:17:02.536Z Compiling pest_meta v2.8.6
4192026-08-05T12:17:02.635Z Compiling proc-macro-error v1.0.4
4202026-08-05T12:17:02.659Z Compiling plain v0.2.3
4212026-08-05T12:17:02.690Z Compiling utf8parse v0.2.2
4222026-08-05T12:17:02.774Z Compiling getrandom v0.4.1
4232026-08-05T12:17:02.809Z Compiling hashbrown v0.17.0
4242026-08-05T12:17:02.820Z Compiling log v0.4.29
4252026-08-05T12:17:03.135Z Compiling equivalent v1.0.2
4262026-08-05T12:17:03.149Z Compiling terminal_size v0.4.3
4272026-08-05T12:17:03.289Z Compiling indexmap v2.14.0
4282026-08-05T12:17:03.355Z Compiling anstyle-parse v1.0.0
4292026-08-05T12:17:03.794Z Compiling anstyle v1.0.14
4302026-08-05T12:17:03.902Z Compiling winnow v0.7.14
4312026-08-05T12:17:03.959Z Compiling colorchoice v1.0.4
4322026-08-05T12:17:04.027Z Compiling pretty-hex v0.4.1
4332026-08-05T12:17:04.040Z Compiling thiserror v2.0.18
4342026-08-05T12:17:04.075Z Compiling cfg-if v1.0.4
4352026-08-05T12:17:04.116Z Compiling autocfg v1.5.0
4362026-08-05T12:17:04.142Z Compiling anstyle-query v1.1.5
4372026-08-05T12:17:04.158Z Compiling is_terminal_polyfill v1.70.2
4382026-08-05T12:17:04.256Z Compiling toml_write v0.1.2
4392026-08-05T12:17:04.270Z Compiling pest_generator v2.8.6
4402026-08-05T12:17:04.456Z Compiling anstream v1.0.0
4412026-08-05T12:17:04.535Z Compiling fs-err v3.3.0
4422026-08-05T12:17:04.815Z Compiling clap_lex v1.0.0
4432026-08-05T12:17:04.822Z Compiling heck v0.4.1
4442026-08-05T12:17:04.845Z Compiling fnv v1.0.7
4452026-08-05T12:17:04.921Z Compiling once_cell v1.21.3
4462026-08-05T12:17:04.954Z Compiling unicode-width v0.1.14
4472026-08-05T12:17:05.024Z Compiling fastrand v2.3.0
4482026-08-05T12:17:05.061Z Compiling anyhow v1.0.102
4492026-08-05T12:17:05.074Z Compiling bytecount v0.6.9
4502026-08-05T12:17:05.154Z Compiling strsim v0.11.1
4512026-08-05T12:17:05.208Z Compiling heck v0.5.0
4522026-08-05T12:17:05.237Z Compiling papergrid v0.11.0
4532026-08-05T12:17:05.275Z Compiling tempfile v3.25.0
4542026-08-05T12:17:05.440Z Compiling clap_builder v4.6.0
4552026-08-05T12:17:05.443Z Compiling tabled_derive v0.7.0
4562026-08-05T12:17:05.505Z Compiling semver v1.0.28
4572026-08-05T12:17:05.554Z Compiling cargo-platform v0.3.2
4582026-08-05T12:17:05.573Z Compiling memmap v0.7.0
4592026-08-05T12:17:05.650Z Compiling unicode-width v0.2.0
4602026-08-05T12:17:05.758Z Compiling unicode-linebreak v0.1.5
4612026-08-05T12:17:05.832Z Compiling smawk v0.3.2
4622026-08-05T12:17:05.979Z Compiling textwrap v0.16.2
4632026-08-05T12:17:06.009Z Compiling camino-tempfile v1.4.1
4642026-08-05T12:17:06.024Z Compiling serde_derive v1.0.228
4652026-08-05T12:17:06.207Z Compiling thiserror-impl v1.0.69
4662026-08-05T12:17:06.225Z Compiling zerocopy-derive v0.7.35
4672026-08-05T12:17:06.243Z Compiling pest_derive v2.8.6
4682026-08-05T12:17:06.374Z Compiling scroll_derive v0.12.1
4692026-08-05T12:17:06.442Z Compiling thiserror-impl v2.0.18
4702026-08-05T12:17:06.705Z Compiling clap_derive v4.6.1
4712026-08-05T12:17:06.720Z Compiling tabled v0.15.0
4722026-08-05T12:17:07.040Z Compiling scroll v0.12.0
4732026-08-05T12:17:07.110Z Compiling zerocopy v0.7.35
4742026-08-05T12:17:07.315Z Compiling goblin v0.8.2
4752026-08-05T12:17:07.577Z Compiling dtrace-parser v0.2.0
4762026-08-05T12:17:07.666Z Compiling swrite v0.1.0
4772026-08-05T12:17:08.327Z Compiling clap v4.6.1
4782026-08-05T12:17:09.044Z Compiling dof v0.3.0
4792026-08-05T12:17:09.044Z Compiling serde_tokenstream v0.2.3
4802026-08-05T12:17:09.064Z Compiling toml_datetime v0.6.11
4812026-08-05T12:17:09.068Z Compiling serde_spanned v0.6.9
4822026-08-05T12:17:09.068Z Compiling cargo_metadata v0.23.1
4832026-08-05T12:17:09.124Z Compiling macaddr v1.0.1
4842026-08-05T12:17:09.127Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4852026-08-05T12:17:09.269Z Compiling toml_edit v0.22.27
4862026-08-05T12:17:09.882Z Compiling usdt-attr-macro v0.5.0
4872026-08-05T12:17:09.882Z Compiling usdt-macro v0.5.0
4882026-08-05T12:17:10.465Z Compiling usdt v0.5.0
4892026-08-05T12:17:10.628Z Compiling toml v0.8.23
4902026-08-05T12:17:10.961Z Compiling cargo_toml v0.21.0
4912026-08-05T12:17:12.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4922026-08-05T12:17:14.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.35s
4932026-08-05T12:17:14.446Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4942026-08-05T12:17:14.966Z Downloading crates ...
4952026-08-05T12:17:15.030Z Downloaded adler2 v2.0.1
4962026-08-05T12:17:15.035Z Downloaded bit-vec v0.6.3
4972026-08-05T12:17:15.036Z Downloaded backon v1.6.0
4982026-08-05T12:17:15.046Z Downloaded ff v0.13.1
4992026-08-05T12:17:15.046Z Downloaded bb8 v0.8.6
5002026-08-05T12:17:15.050Z Downloaded convert_case v0.4.0
5012026-08-05T12:17:15.050Z Downloaded array-init v0.0.4
5022026-08-05T12:17:15.050Z Downloaded bcrypt-pbkdf v0.11.0
5032026-08-05T12:17:15.050Z Downloaded bit-set v0.8.0
5042026-08-05T12:17:15.050Z Downloaded fallible-iterator v0.2.0
5052026-08-05T12:17:15.050Z Downloaded base16ct v0.2.0
5062026-08-05T12:17:15.056Z Downloaded ascii-canvas v3.0.0
5072026-08-05T12:17:15.061Z Downloaded aead v0.5.2
5082026-08-05T12:17:15.061Z Downloaded fixedbitset v0.4.2
5092026-08-05T12:17:15.061Z Downloaded flagset v0.4.7
5102026-08-05T12:17:15.061Z Downloaded foreign-types v0.5.0
5112026-08-05T12:17:15.061Z Downloaded allocator-api2 v0.2.21
5122026-08-05T12:17:15.070Z Downloaded atomic-waker v1.1.2
5132026-08-05T12:17:15.070Z Downloaded foreign-types-macros v0.2.3
5142026-08-05T12:17:15.070Z Downloaded aead v0.6.1
5152026-08-05T12:17:15.075Z Downloaded async-recursion v1.1.1
5162026-08-05T12:17:15.075Z Downloaded endian-type v0.1.2
5172026-08-05T12:17:15.075Z Downloaded foreign-types-shared v0.1.1
5182026-08-05T12:17:15.075Z Downloaded enum-as-inner v0.6.1
5192026-08-05T12:17:15.075Z Downloaded float-cmp v0.10.0
5202026-08-05T12:17:15.075Z Downloaded foreign-types v0.3.2
5212026-08-05T12:17:15.075Z Downloaded futures-sink v0.3.32
5222026-08-05T12:17:15.075Z Downloaded hash32 v0.3.1
5232026-08-05T12:17:15.079Z Downloaded env_filter v1.0.0
5242026-08-05T12:17:15.080Z Downloaded arrayref v0.3.9
5252026-08-05T12:17:15.080Z Downloaded async-stream v0.3.6
5262026-08-05T12:17:15.080Z Downloaded atty v0.2.14
5272026-08-05T12:17:15.080Z Downloaded git-stub v1.0.0
5282026-08-05T12:17:15.080Z Downloaded atomicwrites v0.4.4
5292026-08-05T12:17:15.085Z Downloaded bitfield-struct v0.6.2
5302026-08-05T12:17:15.085Z Downloaded float-ord v0.3.2
5312026-08-05T12:17:15.085Z Downloaded futures-core v0.3.32
5322026-08-05T12:17:15.085Z Downloaded foldhash v0.1.5
5332026-08-05T12:17:15.085Z Downloaded enum_dispatch v0.3.13
5342026-08-05T12:17:15.089Z Downloaded fixedbitset v0.5.7
5352026-08-05T12:17:15.089Z Downloaded ciborium-io v0.2.2
5362026-08-05T12:17:15.089Z Downloaded assert_matches v1.5.0
5372026-08-05T12:17:15.089Z Downloaded form_urlencoded v1.2.2
5382026-08-05T12:17:15.089Z Downloaded funty v2.0.0
5392026-08-05T12:17:15.098Z Downloaded futures-task v0.3.32
5402026-08-05T12:17:15.098Z Downloaded fd-lock v4.0.4
5412026-08-05T12:17:15.099Z Downloaded futures-macro v0.3.32
5422026-08-05T12:17:15.099Z Downloaded hex v0.4.3
5432026-08-05T12:17:15.099Z Downloaded bit-set v0.5.3
5442026-08-05T12:17:15.105Z Downloaded hex-literal v1.1.0
5452026-08-05T12:17:15.105Z Downloaded ff v0.14.0
5462026-08-05T12:17:15.105Z Downloaded filetime v0.2.27
5472026-08-05T12:17:15.105Z Downloaded fxhash v0.2.1
5482026-08-05T12:17:15.105Z Downloaded anstyle-parse v0.2.7
5492026-08-05T12:17:15.105Z Downloaded async-stream-impl v0.3.6
5502026-08-05T12:17:15.105Z Downloaded bitfield-macros v0.19.4
5512026-08-05T12:17:15.105Z Downloaded cfg_aliases v0.1.1
5522026-08-05T12:17:15.105Z Downloaded base16ct v1.0.0
5532026-08-05T12:17:15.105Z Downloaded bcs v0.1.6
5542026-08-05T12:17:15.111Z Downloaded headers-core v0.3.0
5552026-08-05T12:17:15.111Z Downloaded hostname v0.3.1
5562026-08-05T12:17:15.111Z Downloaded argon2 v0.5.3
5572026-08-05T12:17:15.116Z Downloaded fatfs v0.3.6
5582026-08-05T12:17:15.121Z Downloaded getrandom v0.2.17
5592026-08-05T12:17:15.121Z Downloaded compression-core v0.4.31
5602026-08-05T12:17:15.121Z Downloaded cobs v0.3.0
5612026-08-05T12:17:15.126Z Downloaded httpdate v1.0.3
5622026-08-05T12:17:15.126Z Downloaded globwalk v0.9.1
5632026-08-05T12:17:15.127Z Downloaded hostname v0.4.2
5642026-08-05T12:17:15.127Z Downloaded foreign-types-shared v0.3.1
5652026-08-05T12:17:15.127Z Downloaded env_logger v0.11.9
5662026-08-05T12:17:15.129Z Downloaded futures-io v0.3.32
5672026-08-05T12:17:15.129Z Downloaded castaway v0.2.4
5682026-08-05T12:17:15.129Z Downloaded ciborium-ll v0.2.2
5692026-08-05T12:17:15.129Z Downloaded hubpack_derive v0.1.1
5702026-08-05T12:17:15.130Z Downloaded hubpack v0.1.2
5712026-08-05T12:17:15.133Z Downloaded cfg_aliases v0.2.1
5722026-08-05T12:17:15.136Z Downloaded http-body v1.0.1
5732026-08-05T12:17:15.139Z Downloaded block-buffer v0.12.1
5742026-08-05T12:17:15.145Z Downloaded bitfield v0.19.4
5752026-08-05T12:17:15.151Z Downloaded camino-tempfile-ext v0.3.3
5762026-08-05T12:17:15.151Z Downloaded anstream v0.6.21
5772026-08-05T12:17:15.151Z Downloaded backoff v0.4.0
5782026-08-05T12:17:15.156Z Downloaded base64ct v1.8.3
5792026-08-05T12:17:15.156Z Downloaded bitflags v1.3.2
5802026-08-05T12:17:15.156Z Downloaded home v0.5.12
5812026-08-05T12:17:15.156Z Downloaded num-iter v0.1.45
5822026-08-05T12:17:15.156Z Downloaded hash32 v0.2.1
5832026-08-05T12:17:15.156Z Downloaded arrayvec v0.7.6
5842026-08-05T12:17:15.161Z Downloaded blowfish v0.10.0
5852026-08-05T12:17:15.161Z Downloaded block-padding v0.4.2
5862026-08-05T12:17:15.161Z Downloaded gethostname v0.5.0
5872026-08-05T12:17:15.161Z Downloaded http-range v0.1.5
5882026-08-05T12:17:15.161Z Downloaded glob v0.3.3
5892026-08-05T12:17:15.167Z Downloaded cassowary v0.3.0
5902026-08-05T12:17:15.167Z Downloaded cmov v0.5.4
5912026-08-05T12:17:15.167Z Downloaded find-msvc-tools v0.1.9
5922026-08-05T12:17:15.167Z Downloaded foldhash v0.2.0
5932026-08-05T12:17:15.168Z Downloaded fs-err v2.11.0
5942026-08-05T12:17:15.172Z Downloaded opaque-debug v0.3.1
5952026-08-05T12:17:15.172Z Downloaded globset v0.4.18
5962026-08-05T12:17:15.172Z Downloaded group v0.13.0
5972026-08-05T12:17:15.176Z Downloaded cmake v0.1.57
5982026-08-05T12:17:15.176Z Downloaded const_format_proc_macros v0.2.34
5992026-08-05T12:17:15.176Z Downloaded powerfmt v0.2.0
6002026-08-05T12:17:15.176Z Downloaded cipher v0.4.4
6012026-08-05T12:17:15.179Z Downloaded parse-size v1.1.0
6022026-08-05T12:17:15.179Z Downloaded password-hash v0.6.1
6032026-08-05T12:17:15.179Z Downloaded phf_shared v0.12.1
6042026-08-05T12:17:15.179Z Downloaded potential_utf v0.1.4
6052026-08-05T12:17:15.182Z Downloaded argon2 v0.6.0-rc.8
6062026-08-05T12:17:15.182Z Downloaded erased-serde v0.3.31
6072026-08-05T12:17:15.187Z Downloaded futures-executor v0.3.32
6082026-08-05T12:17:15.187Z Downloaded ghash v0.6.0
6092026-08-05T12:17:15.187Z Downloaded async-trait v0.1.89
6102026-08-05T12:17:15.196Z Downloaded fs_extra v1.3.0
6112026-08-05T12:17:15.196Z Downloaded group v0.14.0
6122026-08-05T12:17:15.196Z Downloaded http-body-util v0.1.3
6132026-08-05T12:17:15.196Z Downloaded predicates-tree v1.0.13
6142026-08-05T12:17:15.196Z Downloaded packed_struct_codegen v0.10.1
6152026-08-05T12:17:15.196Z Downloaded percent-encoding v2.3.2
6162026-08-05T12:17:15.202Z Downloaded progenitor-client v0.14.0
6172026-08-05T12:17:15.202Z Downloaded rand_xorshift v0.4.0
6182026-08-05T12:17:15.202Z Downloaded scopeguard v1.2.0
6192026-08-05T12:17:15.203Z Downloaded progenitor-macro v0.13.0
6202026-08-05T12:17:15.204Z Downloaded russh-cryptovec v0.62.0
6212026-08-05T12:17:15.204Z Downloaded bit-vec v0.8.0
6222026-08-05T12:17:15.204Z Downloaded rtoolbox v0.0.3
6232026-08-05T12:17:15.207Z Downloaded cipher v0.5.2
6242026-08-05T12:17:15.207Z Downloaded constant_time_eq v0.4.2
6252026-08-05T12:17:15.213Z Downloaded bs58 v0.5.1
6262026-08-05T12:17:15.217Z Downloaded buf-list v1.1.2
6272026-08-05T12:17:15.220Z Downloaded serde_spanned v1.1.1
6282026-08-05T12:17:15.220Z Downloaded humantime v2.3.0
6292026-08-05T12:17:15.220Z Downloaded serde_repr v0.1.20
6302026-08-05T12:17:15.223Z Downloaded highway v1.3.0
6312026-08-05T12:17:15.223Z Downloaded serde_plain v1.0.2
6322026-08-05T12:17:15.228Z Downloaded cbc v0.2.1
6332026-08-05T12:17:15.232Z Downloaded hyper-staticfile v0.10.1
6342026-08-05T12:17:15.232Z Downloaded signature v3.0.0
6352026-08-05T12:17:15.235Z Downloaded sigpipe v0.1.3
6362026-08-05T12:17:15.235Z Downloaded nu-ansi-term v0.50.3
6372026-08-05T12:17:15.235Z Downloaded compression-codecs v0.4.37
6382026-08-05T12:17:15.235Z Downloaded futures-channel v0.3.32
6392026-08-05T12:17:15.239Z Downloaded bzip2 v0.6.1
6402026-08-05T12:17:15.239Z Downloaded cancel-safe-futures v0.1.5
6412026-08-05T12:17:15.239Z Downloaded git-stub-vcs v0.1.0
6422026-08-05T12:17:15.244Z Downloaded blake2 v0.10.6
6432026-08-05T12:17:15.244Z Downloaded sponge-cursor v0.1.0
6442026-08-05T12:17:15.244Z Downloaded structmeta-derive v0.3.0
6452026-08-05T12:17:15.244Z Downloaded num-complex v0.4.6
6462026-08-05T12:17:15.244Z Downloaded async-bb8-diesel v0.2.1
6472026-08-05T12:17:15.248Z Downloaded chacha20 v0.9.1
6482026-08-05T12:17:15.248Z Downloaded clang-sys v1.8.1
6492026-08-05T12:17:15.248Z Downloaded getrandom v0.3.4
6502026-08-05T12:17:15.248Z Downloaded num_enum v0.7.6
6512026-08-05T12:17:15.253Z Downloaded pkg-config v0.3.32
6522026-08-05T12:17:15.253Z Downloaded sync_wrapper v1.0.2
6532026-08-05T12:17:15.253Z Downloaded ahash v0.8.12
6542026-08-05T12:17:15.256Z Downloaded tagptr v0.2.0
6552026-08-05T12:17:15.256Z Downloaded thread-id v5.1.0
6562026-08-05T12:17:15.256Z Downloaded bzip2 v0.4.4
6572026-08-05T12:17:15.261Z Downloaded ar_archive_writer v0.5.1
6582026-08-05T12:17:15.265Z Downloaded pin-project-lite v0.2.17
6592026-08-05T12:17:15.268Z Downloaded pkcs8 v0.10.2
6602026-08-05T12:17:15.268Z Downloaded progenitor-macro v0.14.0
6612026-08-05T12:17:15.268Z Downloaded rand_seeder v0.4.0
6622026-08-05T12:17:15.272Z Downloaded rustversion v1.0.22
6632026-08-05T12:17:15.272Z Downloaded time-core v0.1.8
6642026-08-05T12:17:15.272Z Downloaded tinyvec_macros v0.1.1
6652026-08-05T12:17:15.275Z Downloaded sec1 v0.7.3
6662026-08-05T12:17:15.275Z Downloaded trait-variant v0.1.2
6672026-08-05T12:17:15.285Z Downloaded tokio-test v0.4.5
6682026-08-05T12:17:15.290Z Downloaded usdt-macro v0.6.0
6692026-08-05T12:17:15.290Z Downloaded utf-8 v0.7.6
6702026-08-05T12:17:15.290Z Downloaded zone_cfg_derive v0.3.1
6712026-08-05T12:17:15.290Z Downloaded colored v2.2.0
6722026-08-05T12:17:15.290Z Downloaded ciborium v0.2.2
6732026-08-05T12:17:15.290Z Downloaded const-oid v0.9.6
6742026-08-05T12:17:15.297Z Downloaded half v1.8.3
6752026-08-05T12:17:15.297Z Downloaded byte-wrapper v0.1.0
6762026-08-05T12:17:15.297Z Downloaded chacha20 v0.10.0
6772026-08-05T12:17:15.297Z Downloaded console v0.16.2
6782026-08-05T12:17:15.303Z Downloaded console v0.15.11
6792026-08-05T12:17:15.303Z Downloaded resolv-conf v0.7.6
6802026-08-05T12:17:15.309Z Downloaded hmac v0.12.1
6812026-08-05T12:17:15.310Z Downloaded hybrid-array v0.4.13
6822026-08-05T12:17:15.310Z Downloaded yoke-derive v0.8.1
6832026-08-05T12:17:15.310Z Downloaded zeroize_derive v1.5.0
6842026-08-05T12:17:15.310Z Downloaded crc8 v0.1.1
6852026-08-05T12:17:15.314Z Downloaded oxide-update-engine-display v0.1.2
6862026-08-05T12:17:15.314Z Downloaded zone v0.3.1
6872026-08-05T12:17:15.314Z Downloaded colored v3.1.1
6882026-08-05T12:17:15.314Z Downloaded debug-ignore v1.0.5
6892026-08-05T12:17:15.314Z Downloaded serde_path_to_error v0.1.20
6902026-08-05T12:17:15.314Z Downloaded crc v3.4.0
6912026-08-05T12:17:15.314Z Downloaded curve25519-dalek-derive v0.1.1
6922026-08-05T12:17:15.321Z Downloaded futures v0.3.32
6932026-08-05T12:17:15.321Z Downloaded cexpr v0.6.0
6942026-08-05T12:17:15.321Z Downloaded slog-json v2.6.1
6952026-08-05T12:17:15.328Z Downloaded slog-scope v4.4.1
6962026-08-05T12:17:15.328Z Downloaded darling_macro v0.13.4
6972026-08-05T12:17:15.328Z Downloaded dirs-next v2.0.0
6982026-08-05T12:17:15.328Z Downloaded document-features v0.2.12
6992026-08-05T12:17:15.328Z Downloaded dsl_auto_type v0.2.0
7002026-08-05T12:17:15.333Z Downloaded password-hash v0.5.0
7012026-08-05T12:17:15.333Z Downloaded ssh-cipher v0.3.0
7022026-08-05T12:17:15.333Z Downloaded ssh-encoding v0.3.0
7032026-08-05T12:17:15.333Z Downloaded strum_macros v0.24.3
7042026-08-05T12:17:15.338Z Downloaded support-bundle-viewer v0.1.2
7052026-08-05T12:17:15.338Z Downloaded hyper-tls v0.6.0
7062026-08-05T12:17:15.346Z Downloaded parking_lot v0.12.5
7072026-08-05T12:17:15.350Z Downloaded tokio-tungstenite v0.21.0
7082026-08-05T12:17:15.358Z Downloaded tokio-dtrace v0.1.1
7092026-08-05T12:17:15.358Z Downloaded illumos-nvpair-sys v0.2.0
7102026-08-05T12:17:15.365Z Downloaded lru-slab v0.1.2
7112026-08-05T12:17:15.365Z Downloaded scrypt v0.12.0
7122026-08-05T12:17:15.365Z Downloaded vergen-lib v9.1.0
7132026-08-05T12:17:15.366Z Downloaded lru-cache v0.1.2
7142026-08-05T12:17:15.366Z Downloaded lzss v0.8.2
7152026-08-05T12:17:15.366Z Downloaded jiff-static v0.2.34
7162026-08-05T12:17:15.366Z Downloaded vergen-gitcl v1.0.8
7172026-08-05T12:17:15.370Z Downloaded writeable v0.6.2
7182026-08-05T12:17:15.370Z Downloaded xshell v0.2.7
7192026-08-05T12:17:15.370Z Downloaded lru v0.12.5
7202026-08-05T12:17:15.370Z Downloaded lazy_static v1.5.0
7212026-08-05T12:17:15.370Z Downloaded nibble_vec v0.1.0
7222026-08-05T12:17:15.375Z Downloaded new_debug_unreachable v1.0.6
7232026-08-05T12:17:15.375Z Downloaded normalize-line-endings v0.3.0
7242026-08-05T12:17:15.375Z Downloaded num v0.4.3
7252026-08-05T12:17:15.375Z Downloaded generic-array v1.4.3
7262026-08-05T12:17:15.380Z Downloaded httparse v1.10.1
7272026-08-05T12:17:15.386Z Downloaded yoke v0.8.1
7282026-08-05T12:17:15.388Z Downloaded newtype_derive v0.1.6
7292026-08-05T12:17:15.388Z Downloaded num_threads v0.1.7
7302026-08-05T12:17:15.389Z Downloaded openssl-macros v0.1.1
7312026-08-05T12:17:15.389Z Downloaded hmac v0.13.0
7322026-08-05T12:17:15.389Z Downloaded openssl-probe v0.1.6
7332026-08-05T12:17:15.389Z Downloaded hyper-rustls v0.27.7
7342026-08-05T12:17:15.393Z Downloaded flume v0.11.1
7352026-08-05T12:17:15.397Z Downloaded arc-swap v1.8.2
7362026-08-05T12:17:15.397Z Downloaded data-encoding v2.10.0
7372026-08-05T12:17:15.401Z Downloaded daft v0.1.7
7382026-08-05T12:17:15.406Z Downloaded der_derive v0.7.3
7392026-08-05T12:17:15.410Z Downloaded phf_shared v0.13.1
7402026-08-05T12:17:15.410Z Downloaded blake2 v0.11.0-rc.6
7412026-08-05T12:17:15.416Z Downloaded base64 v0.21.7
7422026-08-05T12:17:15.416Z Downloaded term v0.7.0
7432026-08-05T12:17:15.421Z Downloaded toml_parser v1.1.2+spec-1.1.0
7442026-08-05T12:17:15.421Z Downloaded base64 v0.22.1
7452026-08-05T12:17:15.421Z Downloaded russh-util v0.52.0
7462026-08-05T12:17:15.421Z Downloaded rustc_version v0.4.1
7472026-08-05T12:17:15.421Z Downloaded precomputed-hash v0.1.1
7482026-08-05T12:17:15.425Z Downloaded scroll_derive v0.13.1
7492026-08-05T12:17:15.425Z Downloaded psl-types v2.0.11
7502026-08-05T12:17:15.425Z Downloaded pkcs8 v0.11.0
7512026-08-05T12:17:15.425Z Downloaded prefix-trie v0.7.0
7522026-08-05T12:17:15.429Z Downloaded rcgen v0.12.1
7532026-08-05T12:17:15.434Z Downloaded tokio-stream v0.1.18
7542026-08-05T12:17:15.438Z Downloaded rustls-platform-verifier v0.6.2
7552026-08-05T12:17:15.438Z Downloaded tokio-rustls v0.26.4
7562026-08-05T12:17:15.438Z Downloaded ipnet v2.11.0
7572026-08-05T12:17:15.438Z Downloaded keccak v0.2.0
7582026-08-05T12:17:15.438Z Downloaded libloading v0.8.9
7592026-08-05T12:17:15.441Z Downloaded unicode-properties v0.1.4
7602026-08-05T12:17:15.441Z Downloaded vergen-lib v0.1.6
7612026-08-05T12:17:15.441Z Downloaded zerocopy v0.6.6
7622026-08-05T12:17:15.446Z Downloaded ingot-types v0.2.0
7632026-08-05T12:17:15.450Z Downloaded signal-hook-tokio v0.3.1
7642026-08-05T12:17:15.454Z Downloaded half v2.7.1
7652026-08-05T12:17:15.455Z Downloaded const-oid v0.10.2
7662026-08-05T12:17:15.457Z Downloaded compact_str v0.8.1
7672026-08-05T12:17:15.457Z Downloaded mime_guess v2.0.5
7682026-08-05T12:17:15.457Z Downloaded schemars v0.8.22
7692026-08-05T12:17:15.463Z Downloaded signal-hook v0.3.18
7702026-08-05T12:17:15.466Z Downloaded headers v0.4.1
7712026-08-05T12:17:15.470Z Downloaded multer v3.1.0
7722026-08-05T12:17:15.474Z Downloaded stable_deref_trait v1.2.1
7732026-08-05T12:17:15.474Z Downloaded strum v0.26.3
7742026-08-05T12:17:15.474Z Downloaded flate2 v1.1.9
7752026-08-05T12:17:15.474Z Downloaded chacha20poly1305 v0.10.1
7762026-08-05T12:17:15.478Z Downloaded hickory-resolver v0.25.2
7772026-08-05T12:17:15.478Z Downloaded crossbeam-utils v0.8.21
7782026-08-05T12:17:15.482Z Downloaded oxide-update-engine v0.1.2
7792026-08-05T12:17:15.482Z Downloaded take_mut v0.2.2
7802026-08-05T12:17:15.487Z Downloaded pem-rfc7468 v0.7.0
7812026-08-05T12:17:15.487Z Downloaded phc v0.6.1
7822026-08-05T12:17:15.487Z Downloaded termtree v0.5.1
7832026-08-05T12:17:15.488Z Downloaded hashbrown v0.12.3
7842026-08-05T12:17:15.491Z Downloaded typify-macro v0.6.2
7852026-08-05T12:17:15.491Z Downloaded diff v0.1.13
7862026-08-05T12:17:15.491Z Downloaded unicode-truncate v1.1.0
7872026-08-05T12:17:15.491Z Downloaded parse-display-derive v0.10.0
7882026-08-05T12:17:15.491Z Downloaded socket2 v0.6.3
7892026-08-05T12:17:15.491Z Downloaded bumpalo v3.20.2
7902026-08-05T12:17:15.497Z Downloaded progenitor v0.14.0
7912026-08-05T12:17:15.497Z Downloaded schemars_derive v0.8.22
7922026-08-05T12:17:15.497Z Downloaded scroll v0.13.0
7932026-08-05T12:17:15.499Z Downloaded topological-sort v0.2.2
7942026-08-05T12:17:15.499Z Downloaded usdt v0.6.0
7952026-08-05T12:17:15.499Z Downloaded untrusted v0.9.0
7962026-08-05T12:17:15.499Z Downloaded primefield v0.14.0
7972026-08-05T12:17:15.500Z Downloaded primeorder v0.13.6
7982026-08-05T12:17:15.500Z Downloaded universal-hash v0.5.1
7992026-08-05T12:17:15.500Z Downloaded zerofrom-derive v0.1.6
8002026-08-05T12:17:15.504Z Downloaded psm v0.1.30
8012026-08-05T12:17:15.504Z Downloaded want v0.3.1
8022026-08-05T12:17:15.504Z Downloaded crunchy v0.2.4
8032026-08-05T12:17:15.509Z Downloaded heapless v0.7.17
8042026-08-05T12:17:15.553Z Downloaded progenitor-impl v0.14.0
8052026-08-05T12:17:15.553Z Downloaded test-strategy v0.4.5
8062026-08-05T12:17:15.553Z Downloaded ipnetwork v0.21.1
8072026-08-05T12:17:15.553Z Downloaded pretty_assertions v1.4.1
8082026-08-05T12:17:15.553Z Downloaded scuffle v0.1.0
8092026-08-05T12:17:15.553Z Downloaded twox-hash v2.1.2
8102026-08-05T12:17:15.553Z Downloaded ingot-macros v0.2.0
8112026-08-05T12:17:15.553Z Downloaded serde_with_macros v1.5.2
8122026-08-05T12:17:15.553Z Downloaded slog-stdlog v4.1.1
8132026-08-05T12:17:15.553Z Downloaded rusty-fork v0.3.1
8142026-08-05T12:17:15.553Z Downloaded libsw-core v0.3.2
8152026-08-05T12:17:15.553Z Downloaded cpufeatures v0.3.0
8162026-08-05T12:17:15.553Z Downloaded darling_macro v0.20.11
8172026-08-05T12:17:15.553Z Downloaded darling_macro v0.21.3
8182026-08-05T12:17:15.553Z Downloaded difflib v0.4.0
8192026-08-05T12:17:15.553Z Downloaded const_format v0.2.35
8202026-08-05T12:17:15.553Z Downloaded serde_derive_internals v0.29.1
8212026-08-05T12:17:15.553Z Downloaded signal-hook-registry v1.4.8
8222026-08-05T12:17:15.553Z Downloaded stringprep v0.1.5
8232026-08-05T12:17:15.553Z Downloaded hickory-resolver v0.24.4
8242026-08-05T12:17:15.569Z Downloaded slog-async v2.8.0
8252026-08-05T12:17:15.569Z Downloaded smf v0.2.3
8262026-08-05T12:17:15.569Z Downloaded zopfli v0.8.3
8272026-08-05T12:17:15.569Z Downloaded diesel_table_macro_syntax v0.3.0
8282026-08-05T12:17:15.569Z Downloaded downcast-rs v2.0.2
8292026-08-05T12:17:15.569Z Downloaded crossbeam-epoch v0.9.18
8302026-08-05T12:17:15.569Z Downloaded bytes v1.11.1
8312026-08-05T12:17:15.569Z Downloaded parking_lot v0.11.2
8322026-08-05T12:17:15.569Z Downloaded dtrace-parser v0.3.0
8332026-08-05T12:17:15.584Z Downloaded synstructure v0.13.2
8342026-08-05T12:17:15.584Z Downloaded termios v0.3.3
8352026-08-05T12:17:15.584Z Downloaded kem v0.3.0
8362026-08-05T12:17:15.584Z Downloaded derive_more v0.99.20
8372026-08-05T12:17:15.584Z Downloaded illumos-nvpair v0.3.0
8382026-08-05T12:17:15.584Z Downloaded indent_write v2.2.0
8392026-08-05T12:17:15.584Z Downloaded paste v1.0.15
8402026-08-05T12:17:15.584Z Downloaded pkcs1 v0.8.0-rc.4
8412026-08-05T12:17:15.584Z Downloaded tls_codec_derive v0.4.2
8422026-08-05T12:17:15.596Z Downloaded async-compression v0.4.41
8432026-08-05T12:17:15.596Z Downloaded uzers v0.12.2
8442026-08-05T12:17:15.596Z Downloaded zstd v0.13.3
8452026-08-05T12:17:15.597Z Downloaded rand_core v0.6.4
8462026-08-05T12:17:15.597Z Downloaded ecdsa v0.16.9
8472026-08-05T12:17:15.597Z Downloaded internet-checksum v0.2.1
8482026-08-05T12:17:15.597Z Downloaded is-terminal v0.4.17
8492026-08-05T12:17:15.597Z Downloaded libscf-sys v1.2.0
8502026-08-05T12:17:15.597Z Downloaded zerovec-derive v0.11.2
8512026-08-05T12:17:15.597Z Downloaded managed v0.8.0
8522026-08-05T12:17:15.597Z Downloaded mime v0.3.17
8532026-08-05T12:17:15.597Z Downloaded heapless v0.8.0
8542026-08-05T12:17:15.597Z Downloaded newtype-uuid-macros v0.1.0
8552026-08-05T12:17:15.597Z Downloaded whoami v1.6.1
8562026-08-05T12:17:15.612Z Downloaded rustls-webpki v0.103.13
8572026-08-05T12:17:15.612Z Downloaded whoami v2.1.0
8582026-08-05T12:17:15.612Z Downloaded elliptic-curve v0.14.1
8592026-08-05T12:17:15.612Z Downloaded rustls-pki-types v1.14.0
8602026-08-05T12:17:15.612Z Downloaded peg-runtime v0.8.5
8612026-08-05T12:17:15.612Z Downloaded hickory-server v0.25.2
8622026-08-05T12:17:15.617Z Downloaded proc-macro-error-attr2 v2.0.0
8632026-08-05T12:17:15.617Z Downloaded http v1.4.2
8642026-08-05T12:17:15.617Z Downloaded derive_builder_core v0.20.2
8652026-08-05T12:17:15.617Z Downloaded ctr v0.10.1
8662026-08-05T12:17:15.630Z Downloaded rustc-hash v2.1.1
8672026-08-05T12:17:15.630Z Downloaded secrecy v0.8.0
8682026-08-05T12:17:15.634Z Downloaded seq-macro v0.3.6
8692026-08-05T12:17:15.634Z Downloaded rustc_version v0.1.7
8702026-08-05T12:17:15.634Z Downloaded serde_urlencoded v0.7.1
8712026-08-05T12:17:15.634Z Downloaded either v1.15.0
8722026-08-05T12:17:15.634Z Downloaded num-traits v0.2.19
8732026-08-05T12:17:15.639Z Downloaded ena v0.14.4
8742026-08-05T12:17:15.639Z Downloaded impl-trait-for-tuples v0.2.3
8752026-08-05T12:17:15.639Z Downloaded slog-bunyan v2.5.0
8762026-08-05T12:17:15.644Z Downloaded strsim v0.10.0
8772026-08-05T12:17:15.644Z Downloaded signal-hook-mio v0.2.5
8782026-08-05T12:17:15.644Z Downloaded sync-ptr v0.1.4
8792026-08-05T12:17:15.644Z Downloaded tower-layer v0.3.3
8802026-08-05T12:17:15.649Z Downloaded aes v0.9.1
8812026-08-05T12:17:15.649Z Downloaded strip-ansi-escapes v0.2.1
8822026-08-05T12:17:15.649Z Downloaded expectorate v1.2.0
8832026-08-05T12:17:15.649Z Downloaded postcard v1.1.3
8842026-08-05T12:17:15.661Z Downloaded pkcs5 v0.8.1
8852026-08-05T12:17:15.661Z Downloaded linear-map v1.2.0
8862026-08-05T12:17:15.661Z Downloaded nodrop v0.1.14
8872026-08-05T12:17:15.661Z Downloaded toml_writer v1.1.1+spec-1.1.0
8882026-08-05T12:17:15.661Z Downloaded thiserror-impl-no-std v2.0.2
8892026-08-05T12:17:15.665Z Downloaded md-5 v0.10.6
8902026-08-05T12:17:15.665Z Downloaded nanorand v0.7.0
8912026-08-05T12:17:15.665Z Downloaded tower-service v0.3.3
8922026-08-05T12:17:15.665Z Downloaded universal-hash v0.6.1
8932026-08-05T12:17:15.665Z Downloaded waitgroup v0.1.2
8942026-08-05T12:17:15.665Z Downloaded aes-gcm v0.11.0
8952026-08-05T12:17:15.666Z Downloaded utf8_iter v1.0.4
8962026-08-05T12:17:15.666Z Downloaded unicode-xid v0.2.6
8972026-08-05T12:17:15.666Z Downloaded cookie v0.18.1
8982026-08-05T12:17:15.666Z Downloaded num-rational v0.4.2
8992026-08-05T12:17:15.669Z Downloaded indicatif v0.18.4
9002026-08-05T12:17:15.669Z Downloaded crc32fast v1.5.0
9012026-08-05T12:17:15.674Z Downloaded wnaf v0.14.0
9022026-08-05T12:17:15.674Z Downloaded owo-colors v4.3.0
9032026-08-05T12:17:15.683Z Downloaded cpubits v0.1.1
9042026-08-05T12:17:15.683Z Downloaded cc v1.2.56
9052026-08-05T12:17:15.683Z Downloaded defmt v0.3.100
9062026-08-05T12:17:15.693Z Downloaded polyval v0.7.1
9072026-08-05T12:17:15.693Z Downloaded rand_chacha v0.9.0
9082026-08-05T12:17:15.693Z Downloaded ctutils v0.4.2
9092026-08-05T12:17:15.693Z Downloaded derive_builder v0.20.2
9102026-08-05T12:17:15.704Z Downloaded nom v7.1.3
9112026-08-05T12:17:15.704Z Downloaded peg-macros v0.8.5
9122026-08-05T12:17:15.704Z Downloaded peg v0.8.5
9132026-08-05T12:17:15.704Z Downloaded rand_core v0.10.0
9142026-08-05T12:17:15.704Z Downloaded progenitor-client v0.13.0
9152026-08-05T12:17:15.704Z Downloaded progenitor-extras v0.2.0
9162026-08-05T12:17:15.704Z Downloaded defmt-parser v1.0.0
9172026-08-05T12:17:15.704Z Downloaded dyn-clone v1.0.20
9182026-08-05T12:17:15.710Z Downloaded digest-io v0.1.0
9192026-08-05T12:17:15.710Z Downloaded is_ci v1.2.0
9202026-08-05T12:17:15.710Z Downloaded r2d2 v0.8.10
9212026-08-05T12:17:15.710Z Downloaded instant v0.1.13
9222026-08-05T12:17:15.710Z Downloaded subprocess v0.2.15
9232026-08-05T12:17:15.710Z Downloaded p384 v0.14.0
9242026-08-05T12:17:15.718Z Downloaded tungstenite v0.21.0
9252026-08-05T12:17:15.721Z Downloaded steno v0.4.1
9262026-08-05T12:17:15.722Z Downloaded newline-converter v0.3.0
9272026-08-05T12:17:15.722Z Downloaded tiny-keccak v2.0.2
9282026-08-05T12:17:15.722Z Downloaded match_cfg v0.1.0
9292026-08-05T12:17:15.725Z Downloaded vte v0.14.1
9302026-08-05T12:17:15.729Z Downloaded ed25519-dalek v2.2.0
9312026-08-05T12:17:15.729Z Downloaded tap v1.0.1
9322026-08-05T12:17:15.733Z Downloaded time-macros v0.2.27
9332026-08-05T12:17:15.733Z Downloaded tinystr v0.8.2
9342026-08-05T12:17:15.733Z Downloaded num_enum_derive v0.5.11
9352026-08-05T12:17:15.734Z Downloaded openssl-probe v0.2.1
9362026-08-05T12:17:15.734Z Downloaded ml-kem v0.3.2
9372026-08-05T12:17:15.744Z Downloaded icu_collections v2.1.1
9382026-08-05T12:17:15.758Z Downloaded url v2.5.8
9392026-08-05T12:17:15.758Z Downloaded serde_with_macros v3.21.0
9402026-08-05T12:17:15.758Z Downloaded rand v0.9.2
9412026-08-05T12:17:15.759Z Downloaded snafu v0.8.9
9422026-08-05T12:17:15.759Z Downloaded darling v0.13.4
9432026-08-05T12:17:15.767Z Downloaded radium v0.7.0
9442026-08-05T12:17:15.767Z Downloaded corncobs v0.1.4
9452026-08-05T12:17:15.767Z Downloaded serde-big-array v0.5.1
9462026-08-05T12:17:15.767Z Downloaded slog-envlogger v2.2.0
9472026-08-05T12:17:15.767Z Downloaded proc-macro-crate v1.3.1
9482026-08-05T12:17:15.768Z Downloaded ref-cast-impl v1.0.25
9492026-08-05T12:17:15.768Z Downloaded zstd-safe v7.2.4
9502026-08-05T12:17:15.768Z Downloaded hashbrown v0.13.2
9512026-08-05T12:17:15.768Z Downloaded ref-cast v1.0.25
9522026-08-05T12:17:15.768Z Downloaded parking_lot_core v0.9.12
9532026-08-05T12:17:15.775Z Downloaded pkcs1 v0.7.5
9542026-08-05T12:17:15.775Z Downloaded poly1305 v0.9.0
9552026-08-05T12:17:15.775Z Downloaded rand_core v0.9.5
9562026-08-05T12:17:15.775Z Downloaded darling_core v0.13.4
9572026-08-05T12:17:15.775Z Downloaded rand v0.10.1
9582026-08-05T12:17:15.784Z Downloaded sapling-renderdag v0.1.0
9592026-08-05T12:17:15.784Z Downloaded defmt-macros v1.0.1
9602026-08-05T12:17:15.784Z Downloaded slab v0.4.12
9612026-08-05T12:17:15.791Z Downloaded defmt v1.0.1
9622026-08-05T12:17:15.791Z Downloaded salsa20 v0.11.0
9632026-08-05T12:17:15.791Z Downloaded serdect v0.4.3
9642026-08-05T12:17:15.791Z Downloaded shell-words v1.1.1
9652026-08-05T12:17:15.791Z Downloaded dropshot_endpoint v0.17.1
9662026-08-05T12:17:15.799Z Downloaded structmeta v0.3.0
9672026-08-05T12:17:15.799Z Downloaded tabled_derive v0.11.0
9682026-08-05T12:17:15.800Z Downloaded tabwriter v1.4.1
9692026-08-05T12:17:15.800Z Downloaded futures-util v0.3.32
9702026-08-05T12:17:15.811Z Downloaded libbz2-rs-sys v0.2.2
9712026-08-05T12:17:15.811Z Downloaded cstr-argument v0.1.2
9722026-08-05T12:17:15.830Z Downloaded unicode-segmentation v1.12.0
9732026-08-05T12:17:15.830Z Downloaded maybe-uninit v2.0.0
9742026-08-05T12:17:15.830Z Downloaded module-lattice v0.2.3
9752026-08-05T12:17:15.830Z Downloaded publicsuffix v2.3.0
9762026-08-05T12:17:15.837Z Downloaded vergen v9.1.0
9772026-08-05T12:17:15.837Z Downloaded port-file v0.1.0
9782026-08-05T12:17:15.837Z Downloaded same-file v1.0.6
9792026-08-05T12:17:15.837Z Downloaded ppv-lite86 v0.2.21
9802026-08-05T12:17:15.837Z Downloaded dirs-sys-next v0.1.2
9812026-08-05T12:17:15.837Z Downloaded typed-path v0.9.3
9822026-08-05T12:17:15.844Z Downloaded darling v0.20.11
9832026-08-05T12:17:15.844Z Downloaded ron v0.8.1
9842026-08-05T12:17:15.852Z Downloaded iana-time-zone v0.1.65
9852026-08-05T12:17:15.868Z Downloaded linked-hash-map v0.5.6
9862026-08-05T12:17:15.868Z Downloaded md5 v0.8.0
9872026-08-05T12:17:15.883Z Downloaded sqlformat v0.3.5
9882026-08-05T12:17:15.883Z Downloaded tui-tree-widget v0.23.1
9892026-08-05T12:17:15.883Z Downloaded icu_normalizer_data v2.1.1
9902026-08-05T12:17:15.883Z Downloaded slog v2.8.2
9912026-08-05T12:17:15.883Z Downloaded socket2 v0.5.10
9922026-08-05T12:17:15.884Z Downloaded ecdsa v0.17.0
9932026-08-05T12:17:15.884Z Downloaded ingot v0.2.1
9942026-08-05T12:17:15.884Z Downloaded litemap v0.8.1
9952026-08-05T12:17:15.884Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9962026-08-05T12:17:15.884Z Downloaded snafu-derive v0.8.9
9972026-08-05T12:17:15.884Z Downloaded unicase v2.9.0
9982026-08-05T12:17:15.906Z Downloaded semver v0.1.20
9992026-08-05T12:17:15.906Z Downloaded supports-color v3.0.2
10002026-08-05T12:17:15.906Z Downloaded toml_edit v0.23.10+spec-1.0.0
10012026-08-05T12:17:15.906Z Downloaded derive-ex v0.1.8
10022026-08-05T12:17:15.906Z Downloaded sha1 v0.11.0
10032026-08-05T12:17:15.906Z Downloaded sqlparser_derive v0.5.0
10042026-08-05T12:17:15.906Z Downloaded strum v0.27.2
10052026-08-05T12:17:15.906Z Downloaded tokio-macros v2.7.0
10062026-08-05T12:17:15.906Z Downloaded icu_normalizer v2.1.1
10072026-08-05T12:17:15.927Z Downloaded hyper v1.10.1
10082026-08-05T12:17:15.927Z Downloaded openssl-sys v0.9.117
10092026-08-05T12:17:15.927Z Downloaded siphasher v1.0.2
10102026-08-05T12:17:15.927Z Downloaded wyz v0.5.1
10112026-08-05T12:17:15.927Z Downloaded crossbeam-deque v0.8.6
10122026-08-05T12:17:15.927Z Downloaded digest v0.11.3
10132026-08-05T12:17:15.927Z Downloaded ed25519 v2.2.3
10142026-08-05T12:17:15.927Z Downloaded ed25519 v3.0.0
10152026-08-05T12:17:15.927Z Downloaded indoc v1.0.9
10162026-08-05T12:17:15.927Z Downloaded libefi-sys v0.1.0
10172026-08-05T12:17:15.927Z Downloaded unarray v0.1.4
10182026-08-05T12:17:15.927Z Downloaded xshell-macros v0.2.7
10192026-08-05T12:17:15.927Z Downloaded dunce v1.0.5
10202026-08-05T12:17:15.935Z Downloaded rand v0.8.6
10212026-08-05T12:17:15.935Z Downloaded samael v0.0.19
10222026-08-05T12:17:15.935Z Downloaded unicode-normalization v0.1.25
10232026-08-05T12:17:15.935Z Downloaded hashbrown v0.15.5
10242026-08-05T12:17:15.935Z Downloaded hashbrown v0.16.1
10252026-08-05T12:17:15.935Z Downloaded parking_lot_core v0.8.6
10262026-08-05T12:17:15.935Z Downloaded drift v0.2.0
10272026-08-05T12:17:15.945Z Downloaded newtype-uuid v1.3.2
10282026-08-05T12:17:15.945Z Downloaded jobserver v0.1.34
10292026-08-05T12:17:15.945Z Downloaded native-tls v0.2.18
10302026-08-05T12:17:15.945Z Downloaded num_enum v0.5.11
10312026-08-05T12:17:15.945Z Downloaded oxnet v0.1.6
10322026-08-05T12:17:15.956Z Downloaded packed_struct v0.10.1
10332026-08-05T12:17:15.956Z Downloaded embedded-io v0.6.1
10342026-08-05T12:17:15.956Z Downloaded ident_case v1.0.1
10352026-08-05T12:17:15.956Z Downloaded primeorder v0.14.0
10362026-08-05T12:17:15.956Z Downloaded derive_builder_macro v0.20.2
10372026-08-05T12:17:15.956Z Downloaded nonempty v0.12.0
10382026-08-05T12:17:15.956Z Downloaded oso-derive v0.27.3
10392026-08-05T12:17:15.956Z Downloaded num-integer v0.1.46
10402026-08-05T12:17:15.956Z Downloaded h2 v0.4.15
10412026-08-05T12:17:15.956Z Downloaded crossterm v0.28.1
10422026-08-05T12:17:15.982Z Downloaded pin-project-internal v1.1.11
10432026-08-05T12:17:15.982Z Downloaded rpassword v7.5.4
10442026-08-05T12:17:15.982Z Downloaded prettyplease v0.2.37
10452026-08-05T12:17:15.982Z Downloaded sha2 v0.11.0
10462026-08-05T12:17:15.982Z Downloaded rustls-pemfile v2.2.0
10472026-08-05T12:17:15.998Z Downloaded tokio-native-tls v0.3.1
10482026-08-05T12:17:15.998Z Downloaded predicates-core v1.0.10
10492026-08-05T12:17:15.998Z Downloaded rand_pcg v0.10.2
10502026-08-05T12:17:15.998Z Downloaded slog-dtrace v0.3.0
10512026-08-05T12:17:15.998Z Downloaded libxml v0.3.3
10522026-08-05T12:17:15.998Z Downloaded quick-error v1.2.3
10532026-08-05T12:17:15.998Z Downloaded oxide-update-engine-types v0.1.2
10542026-08-05T12:17:16.006Z Downloaded thiserror-no-std v2.0.2
10552026-08-05T12:17:16.006Z Downloaded darling v0.21.3
10562026-08-05T12:17:16.006Z Downloaded signature v2.2.0
10572026-08-05T12:17:16.006Z Downloaded sha1 v0.10.6
10582026-08-05T12:17:16.006Z Downloaded testing_table v0.3.0
10592026-08-05T12:17:16.006Z Downloaded zeroize v1.9.0
10602026-08-05T12:17:16.006Z Downloaded untrusted v0.7.1
10612026-08-05T12:17:16.006Z Downloaded xattr v1.6.1
10622026-08-05T12:17:16.018Z Downloaded csv-core v0.1.13
10632026-08-05T12:17:16.018Z Downloaded yansi v1.0.1
10642026-08-05T12:17:16.018Z Downloaded papergrid v0.17.0
10652026-08-05T12:17:16.028Z Downloaded ignore v0.4.25
10662026-08-05T12:17:16.028Z Downloaded progenitor-impl v0.13.0
10672026-08-05T12:17:16.028Z Downloaded inout v0.2.2
10682026-08-05T12:17:16.028Z Downloaded deranged v0.5.8
10692026-08-05T12:17:16.033Z Downloaded quinn-udp v0.5.14
10702026-08-05T12:17:16.033Z Downloaded der v0.8.0
10712026-08-05T12:17:16.033Z Downloaded der v0.7.10
10722026-08-05T12:17:16.047Z Downloaded lalrpop-util v0.19.12
10732026-08-05T12:17:16.047Z Downloaded phf_shared v0.11.3
10742026-08-05T12:17:16.106Z Downloaded pbkdf2 v0.13.0
10752026-08-05T12:17:16.106Z Downloaded inout v0.1.4
10762026-08-05T12:17:16.106Z Downloaded keccak v0.1.6
10772026-08-05T12:17:16.106Z Downloaded kstat-rs v0.2.5
10782026-08-05T12:17:16.106Z Downloaded tls_codec v0.4.2
10792026-08-05T12:17:16.123Z Downloaded scheduled-thread-pool v0.2.7
10802026-08-05T12:17:16.123Z Downloaded regex v1.12.3
10812026-08-05T12:17:16.123Z Downloaded vergen-git2 v9.1.0
10822026-08-05T12:17:16.123Z Downloaded indexmap v1.9.3
10832026-08-05T12:17:16.123Z Downloaded cookie_store v0.22.1
10842026-08-05T12:17:16.123Z Downloaded phf v0.12.1
10852026-08-05T12:17:16.123Z Downloaded secrecy v0.10.3
10862026-08-05T12:17:16.123Z Downloaded static_assertions v1.1.0
10872026-08-05T12:17:16.123Z Downloaded void v1.0.2
10882026-08-05T12:17:16.123Z Downloaded usdt-attr-macro v0.6.0
10892026-08-05T12:17:16.123Z Downloaded idna_adapter v1.2.1
10902026-08-05T12:17:16.123Z Downloaded memoffset v0.9.1
10912026-08-05T12:17:16.124Z Downloaded yasna v0.5.2
10922026-08-05T12:17:16.124Z Downloaded maplit v1.0.2
10932026-08-05T12:17:16.124Z Downloaded crypto-bigint v0.5.5
10942026-08-05T12:17:16.124Z Downloaded vsss-rs v3.3.4
10952026-08-05T12:17:16.124Z Downloaded hkdf v0.13.0
10962026-08-05T12:17:16.124Z Downloaded shlex v1.3.0
10972026-08-05T12:17:16.124Z Downloaded walkdir v2.5.0
10982026-08-05T12:17:16.124Z Downloaded display-error-chain v0.2.2
10992026-08-05T12:17:16.124Z Downloaded num-conv v0.2.0
11002026-08-05T12:17:16.124Z Downloaded parse-display v0.10.0
11012026-08-05T12:17:16.124Z Downloaded idna v1.1.0
11022026-08-05T12:17:16.124Z Downloaded convert_case v0.10.0
11032026-08-05T12:17:16.124Z Downloaded pin-project v1.1.11
11042026-08-05T12:17:16.124Z Downloaded rand_chacha v0.3.1
11052026-08-05T12:17:16.144Z Downloaded num_enum_derive v0.7.6
11062026-08-05T12:17:16.144Z Downloaded crossterm v0.29.0
11072026-08-05T12:17:16.144Z Downloaded displaydoc v0.2.5
11082026-08-05T12:17:16.144Z Downloaded hkdf v0.12.4
11092026-08-05T12:17:16.144Z Downloaded memmap2 v0.9.10
11102026-08-05T12:17:16.144Z Downloaded zerofrom v0.1.6
11112026-08-05T12:17:16.144Z Downloaded unit-prefix v0.5.2
11122026-08-05T12:17:16.161Z Downloaded darling_core v0.23.0
11132026-08-05T12:17:16.161Z Downloaded icu_provider v2.1.1
11142026-08-05T12:17:16.161Z Downloaded slog-term v2.9.2
11152026-08-05T12:17:16.161Z Downloaded rfc6979 v0.4.0
11162026-08-05T12:17:16.161Z Downloaded spki v0.7.3
11172026-08-05T12:17:16.161Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11182026-08-05T12:17:16.161Z Downloaded oxide-tokio-rt v0.1.4
11192026-08-05T12:17:16.161Z Downloaded predicates v3.1.4
11202026-08-05T12:17:16.161Z Downloaded usdt-impl v0.6.0
11212026-08-05T12:17:16.161Z Downloaded icu_properties_data v2.1.2
11222026-08-05T12:17:16.181Z Downloaded itertools v0.14.0
11232026-08-05T12:17:16.181Z Downloaded crc-any v2.5.0
11242026-08-05T12:17:16.181Z Downloaded aho-corasick v1.1.4
11252026-08-05T12:17:16.181Z Downloaded delegate v0.13.5
11262026-08-05T12:17:16.181Z Downloaded p384 v0.13.1
11272026-08-05T12:17:16.191Z Downloaded unsafe-libyaml v0.2.11
11282026-08-05T12:17:16.191Z Downloaded serde-hex v0.1.0
11292026-08-05T12:17:16.191Z Downloaded toml_edit v0.19.15
11302026-08-05T12:17:16.191Z Downloaded miniz_oxide v0.8.9
11312026-08-05T12:17:16.191Z Downloaded typify v0.6.2
11322026-08-05T12:17:16.197Z Downloaded des v0.9.0
11332026-08-05T12:17:16.197Z Downloaded instability v0.3.11
11342026-08-05T12:17:16.198Z Downloaded multimap v0.10.1
11352026-08-05T12:17:16.198Z Downloaded crc-catalog v2.4.0
11362026-08-05T12:17:16.198Z Downloaded schemars v0.9.0
11372026-08-05T12:17:16.198Z Downloaded crypto-common v0.2.2
11382026-08-05T12:17:16.204Z Downloaded subtle v2.6.1
11392026-08-05T12:17:16.204Z Downloaded crucible-workspace-hack v0.1.0
11402026-08-05T12:17:16.204Z Downloaded proc-macro-crate v3.4.0
11412026-08-05T12:17:16.211Z Downloaded derive-where v1.6.0
11422026-08-05T12:17:16.221Z Downloaded embedded-io v0.4.0
11432026-08-05T12:17:16.221Z Downloaded p521 v0.14.0
11442026-08-05T12:17:16.230Z Downloaded rfc6979 v0.6.0
11452026-08-05T12:17:16.230Z Downloaded smallvec v0.6.14
11462026-08-05T12:17:16.230Z Downloaded thread_local v1.1.9
11472026-08-05T12:17:16.230Z Downloaded poly1305 v0.8.0
11482026-08-05T12:17:16.230Z Downloaded winnow v0.5.40
11492026-08-05T12:17:16.238Z Downloaded sha3 v0.12.0
11502026-08-05T12:17:16.238Z Downloaded darling_core v0.20.11
11512026-08-05T12:17:16.238Z Downloaded toml v0.7.8
11522026-08-05T12:17:16.249Z Downloaded uuid v1.23.4
11532026-08-05T12:17:16.249Z Downloaded string_cache v0.8.9
11542026-08-05T12:17:16.249Z Downloaded serde_bytes v0.11.19
11552026-08-05T12:17:16.249Z Downloaded try-lock v0.2.5
11562026-08-05T12:17:16.249Z Downloaded libsw v3.5.0
11572026-08-05T12:17:16.249Z Downloaded progenitor v0.13.0
11582026-08-05T12:17:16.259Z Downloaded tokio-tungstenite v0.23.1
11592026-08-05T12:17:16.259Z Downloaded wait-timeout v0.2.1
11602026-08-05T12:17:16.259Z Downloaded recursive-proc-macro-impl v0.1.1
11612026-08-05T12:17:16.260Z Downloaded tokio-util v0.7.18
11622026-08-05T12:17:16.260Z Downloaded p256 v0.14.0
11632026-08-05T12:17:16.273Z Downloaded postgres-types v0.2.12
11642026-08-05T12:17:16.273Z Downloaded dof v0.4.0
11652026-08-05T12:17:16.273Z Downloaded dropshot-api-manager-types v0.7.2
11662026-08-05T12:17:16.273Z Downloaded num-derive v0.4.2
11672026-08-05T12:17:16.273Z Downloaded serde_cbor v0.11.2
11682026-08-05T12:17:16.273Z Downloaded path-slash v0.1.5
11692026-08-05T12:17:16.273Z Downloaded recursive v0.1.1
11702026-08-05T12:17:16.273Z Downloaded strum_macros v0.26.4
11712026-08-05T12:17:16.274Z Downloaded tokio-postgres v0.7.16
11722026-08-05T12:17:16.279Z Downloaded rayon-core v1.13.0
11732026-08-05T12:17:16.279Z Downloaded serde_yaml v0.9.34+deprecated
11742026-08-05T12:17:16.279Z Downloaded proc-macro-error2 v2.0.1
11752026-08-05T12:17:16.279Z Downloaded stacker v0.1.23
11762026-08-05T12:17:16.281Z Downloaded darling_macro v0.23.0
11772026-08-05T12:17:16.281Z Downloaded olpc-cjson v0.1.4
11782026-08-05T12:17:16.292Z Downloaded derive_more-impl v2.1.1
11792026-08-05T12:17:16.292Z Downloaded rawzip v0.4.4
11802026-08-05T12:17:16.292Z Downloaded rayon v1.11.0
11812026-08-05T12:17:16.300Z Downloaded tracing-attributes v0.1.31
11822026-08-05T12:17:16.300Z Downloaded reqwest v0.12.28
11832026-08-05T12:17:16.300Z Downloaded ryu v1.0.23
11842026-08-05T12:17:16.310Z Downloaded quinn v0.11.11
11852026-08-05T12:17:16.310Z Downloaded lock_api v0.4.14
11862026-08-05T12:17:16.310Z Downloaded pem v3.0.6
11872026-08-05T12:17:16.310Z Downloaded postgres-protocol v0.6.10
11882026-08-05T12:17:16.310Z Downloaded strum_macros v0.27.2
11892026-08-05T12:17:16.310Z Downloaded toml v1.1.2+spec-1.1.0
11902026-08-05T12:17:16.320Z Downloaded daft-derive v0.1.7
11912026-08-05T12:17:16.320Z Downloaded zerovec v0.11.5
11922026-08-05T12:17:16.320Z Downloaded phf v0.13.1
11932026-08-05T12:17:16.320Z Downloaded git2 v0.20.4
11942026-08-05T12:17:16.327Z Downloaded hyper-util v0.1.20
11952026-08-05T12:17:16.328Z Downloaded blake3 v1.8.5
11962026-08-05T12:17:16.328Z Downloaded internal-russh-num-bigint v0.5.0
11972026-08-05T12:17:16.341Z Downloaded zip v0.6.6
11982026-08-05T12:17:16.341Z Downloaded icu_properties v2.1.2
11992026-08-05T12:17:16.341Z Downloaded oso v0.27.3
12002026-08-05T12:17:16.346Z Downloaded indoc v2.0.7
12012026-08-05T12:17:16.346Z Downloaded ssh-key v0.7.0-rc.11
12022026-08-05T12:17:16.346Z Downloaded critical-section v1.2.0
12032026-08-05T12:17:16.346Z Downloaded sec1 v0.8.1
12042026-08-05T12:17:16.346Z Downloaded aws-lc-rs v1.16.3
12052026-08-05T12:17:16.355Z Downloaded bitvec v1.0.1
12062026-08-05T12:17:16.365Z Downloaded pem-rfc7468 v1.0.0
12072026-08-05T12:17:16.365Z Downloaded simd-adler32 v0.3.8
12082026-08-05T12:17:16.365Z Downloaded iri-string v0.7.10
12092026-08-05T12:17:16.375Z Downloaded rsa v0.9.10
12102026-08-05T12:17:16.376Z Downloaded nom v8.0.0
12112026-08-05T12:17:16.376Z Downloaded smallvec v1.15.1
12122026-08-05T12:17:16.376Z Downloaded reqwest v0.13.2
12132026-08-05T12:17:16.381Z Downloaded rustls-native-certs v0.8.3
12142026-08-05T12:17:16.382Z Downloaded proptest v1.11.0
12152026-08-05T12:17:16.382Z Downloaded darling_core v0.21.3
12162026-08-05T12:17:16.389Z Downloaded spki v0.8.0
12172026-08-05T12:17:16.389Z Downloaded term v1.2.1
12182026-08-05T12:17:16.389Z Downloaded diesel-dtrace v0.5.0
12192026-08-05T12:17:16.399Z Downloaded omicron-zone-package v0.12.3
12202026-08-05T12:17:16.411Z Downloaded bindgen v0.71.1
12212026-08-05T12:17:16.411Z Downloaded serde_with v1.14.0
12222026-08-05T12:17:16.411Z Downloaded crypto-primes v0.7.2
12232026-08-05T12:17:16.416Z Downloaded darling v0.23.0
12242026-08-05T12:17:16.416Z Downloaded tar v0.4.46
12252026-08-05T12:17:16.416Z Downloaded tungstenite v0.23.0
12262026-08-05T12:17:16.416Z Downloaded winnow v0.6.26
12272026-08-05T12:17:16.421Z Downloaded elliptic-curve v0.13.8
12282026-08-05T12:17:16.421Z Downloaded num-bigint-dig v0.8.6
12292026-08-05T12:17:16.421Z Downloaded spin v0.9.8
12302026-08-05T12:17:16.433Z Downloaded tower-http v0.6.8
12312026-08-05T12:17:16.449Z Downloaded rsa v0.10.0-rc.18
12322026-08-05T12:17:16.449Z Downloaded derive_more v2.1.1
12332026-08-05T12:17:16.449Z Downloaded similar v2.7.0
12342026-08-05T12:17:16.454Z Downloaded russh v0.62.4
12352026-08-05T12:17:16.454Z Downloaded litrs v1.0.0
12362026-08-05T12:17:16.454Z Downloaded chrono v0.4.45
12372026-08-05T12:17:16.454Z Downloaded qorb v0.4.1
12382026-08-05T12:17:16.454Z Downloaded tracing-core v0.1.36
12392026-08-05T12:17:16.454Z Downloaded object v0.30.4
12402026-08-05T12:17:16.461Z Downloaded zerotrie v0.2.3
12412026-08-05T12:17:16.474Z Downloaded salty v0.3.0
12422026-08-05T12:17:16.474Z Downloaded icu_locale_core v2.1.1
12432026-08-05T12:17:16.485Z Downloaded time v0.3.47
12442026-08-05T12:17:16.485Z Downloaded zip v4.6.1
12452026-08-05T12:17:16.485Z Downloaded schemars v1.2.1
12462026-08-05T12:17:16.494Z Downloaded crossbeam-channel v0.5.15
12472026-08-05T12:17:16.494Z Downloaded tinyvec v1.10.0
12482026-08-05T12:17:16.505Z Downloaded unicode-bidi v0.3.18
12492026-08-05T12:17:16.506Z Downloaded goblin v0.10.5
12502026-08-05T12:17:16.517Z Downloaded num-bigint v0.4.6
12512026-08-05T12:17:16.523Z Downloaded reedline v0.40.0
12522026-08-05T12:17:16.523Z Downloaded itertools v0.10.5
12532026-08-05T12:17:16.523Z Downloaded unicode_categories v0.1.1
12542026-08-05T12:17:16.531Z Downloaded tower v0.5.3
12552026-08-05T12:17:16.531Z Downloaded minimal-lexical v0.2.1
12562026-08-05T12:17:16.537Z Downloaded itertools v0.13.0
12572026-08-05T12:17:16.537Z Downloaded ed25519-dalek v3.0.0
12582026-08-05T12:17:16.537Z Downloaded diesel_derives v2.3.7
12592026-08-05T12:17:16.542Z Downloaded zerocopy-derive v0.8.40
12602026-08-05T12:17:16.549Z Downloaded smoltcp v0.9.1
12612026-08-05T12:17:16.554Z Downloaded tough v0.22.0
12622026-08-05T12:17:16.564Z Downloaded dropshot-api-manager v0.7.2
12632026-08-05T12:17:16.571Z Downloaded libm v0.2.16
12642026-08-05T12:17:16.571Z Downloaded hickory-proto v0.26.1
12652026-08-05T12:17:16.587Z Downloaded portable-atomic v1.13.1
12662026-08-05T12:17:16.600Z Downloaded zlib-rs v0.6.2
12672026-08-05T12:17:16.600Z Downloaded rustyline v14.0.0
12682026-08-05T12:17:16.607Z Downloaded x509-cert v0.2.5
12692026-08-05T12:17:16.607Z Downloaded jiff-core v0.1.0
12702026-08-05T12:17:16.607Z Downloaded mio v1.2.0
12712026-08-05T12:17:16.658Z Downloaded radix_trie v0.2.1
12722026-08-05T12:17:16.663Z Downloaded itertools v0.15.0
12732026-08-05T12:17:16.663Z Downloaded vcpkg v0.2.15
12742026-08-05T12:17:16.663Z Downloaded regex-syntax v0.8.10
12752026-08-05T12:17:16.663Z Downloaded moka v0.12.13
12762026-08-05T12:17:16.696Z Downloaded openssl v0.10.80
12772026-08-05T12:17:16.700Z Downloaded curve25519-dalek v5.0.0
12782026-08-05T12:17:16.700Z Downloaded polar-core v0.27.3
12792026-08-05T12:17:16.700Z Downloaded hickory-proto v0.24.4
12802026-08-05T12:17:16.700Z Downloaded regress v0.10.5
12812026-08-05T12:17:16.716Z Downloaded hickory-proto v0.25.2
12822026-08-05T12:17:16.729Z Downloaded serde_with v3.21.0
12832026-08-05T12:17:16.729Z Downloaded smoltcp v0.11.0
12842026-08-05T12:17:16.733Z Downloaded lalrpop v0.19.12
12852026-08-05T12:17:16.733Z Downloaded petname v2.0.2
12862026-08-05T12:17:16.741Z Downloaded nix v0.31.2
12872026-08-05T12:17:16.746Z Downloaded quick-xml v0.37.5
12882026-08-05T12:17:16.746Z Downloaded nix v0.27.1
12892026-08-05T12:17:16.755Z Downloaded tabled v0.20.0
12902026-08-05T12:17:16.764Z Downloaded itertools v0.12.1
12912026-08-05T12:17:16.769Z Downloaded bstr v1.12.1
12922026-08-05T12:17:16.773Z Downloaded tracing v0.1.44
12932026-08-05T12:17:16.786Z Downloaded iddqd v0.4.2
12942026-08-05T12:17:16.792Z Downloaded nix v0.28.0
12952026-08-05T12:17:16.797Z Downloaded winnow v1.0.3
12962026-08-05T12:17:16.805Z Downloaded typify-impl v0.6.2
12972026-08-05T12:17:16.819Z Downloaded regress v0.11.1
12982026-08-05T12:17:16.823Z Downloaded sqlparser v0.61.0
12992026-08-05T12:17:16.833Z Downloaded zerocopy v0.8.40
13002026-08-05T12:17:16.843Z Downloaded sha3 v0.11.0
13012026-08-05T12:17:16.843Z Downloaded openapiv3 v2.2.0
13022026-08-05T12:17:16.850Z Downloaded quinn-proto v0.11.16
13032026-08-05T12:17:16.856Z Downloaded ratatui v0.29.0
13042026-08-05T12:17:16.863Z Downloaded regex-syntax v0.6.29
13052026-08-05T12:17:16.871Z Downloaded dropshot v0.17.1
13062026-08-05T12:17:16.887Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-08-05T12:17:16.906Z Downloaded csv v1.4.0
13082026-08-05T12:17:16.924Z Downloaded diesel v2.3.7
13092026-08-05T12:17:16.945Z Downloaded curve25519-dalek v4.1.3
13102026-08-05T12:17:16.950Z Downloaded object v0.37.3
13112026-08-05T12:17:16.950Z Downloaded encoding_rs v0.8.35
13122026-08-05T12:17:16.974Z Downloaded rustix v0.38.44
13132026-08-05T12:17:16.983Z Downloaded crypto-bigint v0.7.5
13142026-08-05T12:17:16.996Z Downloaded sled v0.34.7
13152026-08-05T12:17:17.008Z Downloaded libgit2-sys v0.18.3+1.9.2
13162026-08-05T12:17:17.038Z Downloaded rustls v0.23.41
13172026-08-05T12:17:17.122Z Downloaded zerocopy-derive v0.6.6
13182026-08-05T12:17:17.132Z Downloaded bzip2-sys v0.1.13+1.0.8
13192026-08-05T12:17:17.133Z Downloaded regex-automata v0.4.14
13202026-08-05T12:17:17.143Z Downloaded petgraph v0.6.5
13212026-08-05T12:17:17.208Z Downloaded chrono-tz v0.10.4
13222026-08-05T12:17:17.231Z Downloaded jiff v0.2.34
13232026-08-05T12:17:17.263Z Downloaded tokio v1.52.1
13242026-08-05T12:17:17.289Z Downloaded petgraph v0.8.3
13252026-08-05T12:17:17.308Z Downloaded sha3 v0.10.8
13262026-08-05T12:17:17.324Z Downloaded libz-sys v1.1.24
13272026-08-05T12:17:17.369Z Downloaded ring v0.17.14
13282026-08-05T12:17:17.958Z Downloaded aws-lc-sys v0.40.0
13292026-08-05T12:17:18.202Z Compiling libc v0.2.185
13302026-08-05T12:17:18.202Z Compiling serde_core v1.0.228
13312026-08-05T12:17:18.202Z Compiling serde v1.0.228
13322026-08-05T12:17:18.207Z Compiling log v0.4.29
13332026-08-05T12:17:18.207Z Compiling smallvec v1.15.1
13342026-08-05T12:17:18.207Z Compiling shlex v1.3.0
13352026-08-05T12:17:18.207Z Compiling find-msvc-tools v0.1.9
13362026-08-05T12:17:18.339Z Compiling syn v2.0.117
13372026-08-05T12:17:18.531Z Compiling subtle v2.6.1
13382026-08-05T12:17:18.545Z Compiling scopeguard v1.2.0
13392026-08-05T12:17:18.581Z Compiling typenum v1.20.1
13402026-08-05T12:17:18.614Z Compiling stable_deref_trait v1.2.1
13412026-08-05T12:17:18.640Z Compiling lock_api v0.4.14
13422026-08-05T12:17:18.702Z Compiling zerocopy v0.8.40
13432026-08-05T12:17:18.715Z Compiling portable-atomic v1.13.1
13442026-08-05T12:17:18.719Z Compiling serde_json v1.0.151
13452026-08-05T12:17:18.854Z Compiling critical-section v1.2.0
13462026-08-05T12:17:18.929Z Compiling libm v0.2.16
13472026-08-05T12:17:18.960Z Compiling num-traits v0.2.19
13482026-08-05T12:17:19.112Z Compiling getrandom v0.4.1
13492026-08-05T12:17:19.138Z Compiling errno v0.3.14
13502026-08-05T12:17:19.155Z Compiling jobserver v0.1.34
13512026-08-05T12:17:19.222Z Compiling getrandom v0.2.17
13522026-08-05T12:17:19.308Z Compiling pkg-config v0.3.32
13532026-08-05T12:17:19.357Z Compiling rand_core v0.6.4
13542026-08-05T12:17:19.448Z Compiling cc v1.2.56
13552026-08-05T12:17:19.627Z Compiling generic-array v0.14.7
13562026-08-05T12:17:19.680Z Compiling once_cell v1.21.3
13572026-08-05T12:17:19.814Z Compiling parking_lot_core v0.9.12
13582026-08-05T12:17:19.901Z Compiling rand_core v0.10.0
13592026-08-05T12:17:19.938Z Compiling const-oid v0.9.6
13602026-08-05T12:17:20.028Z Compiling pin-project-lite v0.2.17
13612026-08-05T12:17:20.176Z Compiling signal-hook-registry v1.4.8
13622026-08-05T12:17:20.441Z Compiling bitflags v2.11.0
13632026-08-05T12:17:20.594Z Compiling litemap v0.8.1
13642026-08-05T12:17:20.634Z Compiling futures-core v0.3.32
13652026-08-05T12:17:20.671Z Compiling writeable v0.6.2
13662026-08-05T12:17:20.685Z Compiling percent-encoding v2.3.2
13672026-08-05T12:17:20.783Z Compiling semver v1.0.28
13682026-08-05T12:17:20.797Z Compiling parking_lot v0.12.5
13692026-08-05T12:17:20.868Z Compiling mio v1.2.0
13702026-08-05T12:17:20.883Z Compiling icu_properties_data v2.1.2
13712026-08-05T12:17:20.924Z Compiling icu_normalizer_data v2.1.1
13722026-08-05T12:17:21.100Z Compiling socket2 v0.6.3
13732026-08-05T12:17:21.128Z Compiling getrandom v0.3.4
13742026-08-05T12:17:21.178Z Compiling futures-sink v0.3.32
13752026-08-05T12:17:21.217Z Compiling indexmap v2.14.0
13762026-08-05T12:17:21.234Z Compiling synstructure v0.13.2
13772026-08-05T12:17:21.276Z Compiling futures-channel v0.3.32
13782026-08-05T12:17:21.333Z Compiling futures-io v0.3.32
13792026-08-05T12:17:21.492Z Compiling slab v0.4.12
13802026-08-05T12:17:21.506Z Compiling futures-task v0.3.32
13812026-08-05T12:17:21.509Z Compiling utf8_iter v1.0.4
13822026-08-05T12:17:21.609Z Compiling rustix v1.1.3
13832026-08-05T12:17:21.659Z Compiling form_urlencoded v1.2.2
13842026-08-05T12:17:21.672Z Compiling rustversion v1.0.22
13852026-08-05T12:17:21.692Z Compiling iana-time-zone v0.1.65
13862026-08-05T12:17:21.817Z Compiling base64ct v1.8.3
13872026-08-05T12:17:21.834Z Compiling cmake v0.1.57
13882026-08-05T12:17:21.884Z Compiling fs_extra v1.3.0
13892026-08-05T12:17:21.898Z Compiling dunce v1.0.5
13902026-08-05T12:17:21.995Z Compiling ident_case v1.0.1
13912026-08-05T12:17:21.999Z Compiling flagset v0.4.7
13922026-08-05T12:17:22.101Z Compiling pem-rfc7468 v0.7.0
13932026-08-05T12:17:22.115Z Compiling regex-syntax v0.8.10
13942026-08-05T12:17:22.135Z Compiling rand_core v0.9.5
13952026-08-05T12:17:22.161Z Compiling uuid v1.23.4
13962026-08-05T12:17:22.226Z Compiling aws-lc-sys v0.40.0
13972026-08-05T12:17:22.398Z Compiling base64 v0.22.1
13982026-08-05T12:17:22.422Z Compiling vcpkg v0.2.15
13992026-08-05T12:17:22.653Z Compiling syn v1.0.109
14002026-08-05T12:17:22.735Z Compiling serde_derive_internals v0.29.1
14012026-08-05T12:17:22.873Z Compiling rustc_version v0.4.1
14022026-08-05T12:17:23.006Z Compiling tracing-core v0.1.36
14032026-08-05T12:17:23.023Z Compiling serde_derive v1.0.228
14042026-08-05T12:17:23.163Z Compiling zeroize_derive v1.5.0
14052026-08-05T12:17:23.203Z Compiling zerofrom-derive v0.1.6
14062026-08-05T12:17:23.329Z Compiling zerocopy-derive v0.8.40
14072026-08-05T12:17:23.579Z Compiling yoke-derive v0.8.1
14082026-08-05T12:17:23.661Z Compiling zerovec-derive v0.11.2
14092026-08-05T12:17:23.828Z Compiling zeroize v1.9.0
14102026-08-05T12:17:24.040Z Compiling displaydoc v0.2.5
14112026-08-05T12:17:24.649Z Compiling zerofrom v0.1.6
14122026-08-05T12:17:24.811Z Compiling yoke v0.8.1
14132026-08-05T12:17:24.832Z Compiling tokio-macros v2.7.0
14142026-08-05T12:17:24.846Z Compiling futures-macro v0.3.32
14152026-08-05T12:17:24.870Z Compiling thiserror-impl v2.0.18
14162026-08-05T12:17:24.993Z Compiling zerovec v0.11.5
14172026-08-05T12:17:25.200Z Compiling zerotrie v0.2.3
14182026-08-05T12:17:25.489Z Compiling tinystr v0.8.2
14192026-08-05T12:17:25.505Z Compiling potential_utf v0.1.4
14202026-08-05T12:17:25.563Z Compiling crypto-common v0.1.7
14212026-08-05T12:17:25.657Z Compiling icu_locale_core v2.1.1
14222026-08-05T12:17:25.674Z Compiling icu_collections v2.1.1
14232026-08-05T12:17:25.694Z Compiling block-buffer v0.10.4
14242026-08-05T12:17:25.737Z Compiling futures-util v0.3.32
14252026-08-05T12:17:25.865Z Compiling digest v0.10.7
14262026-08-05T12:17:26.122Z Compiling der_derive v0.7.3
14272026-08-05T12:17:26.142Z Compiling openssl-sys v0.9.117
14282026-08-05T12:17:26.212Z Compiling thiserror v2.0.18
14292026-08-05T12:17:26.320Z Compiling icu_provider v2.1.1
14302026-08-05T12:17:26.525Z Compiling bytes v1.11.1
14312026-08-05T12:17:26.572Z Compiling icu_properties v2.1.2
14322026-08-05T12:17:26.622Z Compiling icu_normalizer v2.1.1
14332026-08-05T12:17:26.659Z Compiling chrono v0.4.45
14342026-08-05T12:17:27.068Z Compiling tokio v1.52.1
14352026-08-05T12:17:27.113Z Compiling der v0.7.10
14362026-08-05T12:17:27.133Z Compiling http v1.4.2
14372026-08-05T12:17:27.626Z Compiling idna_adapter v1.2.1
14382026-08-05T12:17:27.768Z Compiling ppv-lite86 v0.2.21
14392026-08-05T12:17:27.869Z Compiling idna v1.1.0
14402026-08-05T12:17:27.969Z Compiling spki v0.7.3
14412026-08-05T12:17:27.998Z Compiling tracing-attributes v0.1.31
14422026-08-05T12:17:28.044Z Compiling cmov v0.5.4
14432026-08-05T12:17:28.105Z Compiling rand_chacha v0.9.0
14442026-08-05T12:17:28.173Z Compiling url v2.5.8
14452026-08-05T12:17:28.238Z Compiling dyn-clone v1.0.20
14462026-08-05T12:17:28.283Z Compiling cpufeatures v0.2.17
14472026-08-05T12:17:28.356Z Compiling aws-lc-rs v1.16.3
14482026-08-05T12:17:28.378Z Compiling schemars v0.8.22
14492026-08-05T12:17:28.510Z Compiling rand v0.9.2
14502026-08-05T12:17:28.584Z Compiling ctutils v0.4.2
14512026-08-05T12:17:28.634Z Compiling pkcs8 v0.10.2
14522026-08-05T12:17:28.790Z Compiling http-body v1.0.1
14532026-08-05T12:17:28.876Z Compiling rustls-pki-types v1.14.0
14542026-08-05T12:17:28.891Z Compiling schemars_derive v0.8.22
14552026-08-05T12:17:28.951Z Compiling spin v0.9.8
14562026-08-05T12:17:29.151Z Compiling crc32fast v1.5.0
14572026-08-05T12:17:29.240Z Compiling httparse v1.10.1
14582026-08-05T12:17:29.284Z Compiling tracing v0.1.44
14592026-08-05T12:17:29.308Z Compiling tinyvec_macros v0.1.1
14602026-08-05T12:17:29.378Z Compiling openssl-probe v0.2.1
14612026-08-05T12:17:29.457Z Compiling tinyvec v1.10.0
14622026-08-05T12:17:29.544Z Compiling tempfile v3.25.0
14632026-08-05T12:17:29.547Z Compiling pest_generator v2.8.6
14642026-08-05T12:17:29.615Z Compiling hybrid-array v0.4.13
14652026-08-05T12:17:29.837Z Compiling sha2 v0.10.9
14662026-08-05T12:17:29.970Z Compiling aho-corasick v1.1.4
14672026-08-05T12:17:30.243Z Compiling try-lock v0.2.5
14682026-08-05T12:17:30.352Z Compiling tower-layer v0.3.3
14692026-08-05T12:17:30.432Z Compiling untrusted v0.7.1
14702026-08-05T12:17:30.512Z Compiling radium v0.7.0
14712026-08-05T12:17:30.554Z Compiling tower-service v0.3.3
14722026-08-05T12:17:30.654Z Compiling atomic-waker v1.1.2
14732026-08-05T12:17:30.775Z Compiling tokio-util v0.7.18
14742026-08-05T12:17:30.791Z Compiling regex-automata v0.4.14
14752026-08-05T12:17:31.152Z Compiling want v0.3.1
14762026-08-05T12:17:31.297Z Compiling pest_derive v2.8.6
14772026-08-05T12:17:31.604Z Compiling h2 v0.4.15
14782026-08-05T12:17:31.728Z Compiling ipnet v2.11.0
14792026-08-05T12:17:31.797Z Compiling scroll_derive v0.13.1
14802026-08-05T12:17:31.891Z Compiling darling_core v0.20.11
14812026-08-05T12:17:32.209Z Compiling untrusted v0.9.0
14822026-08-05T12:17:32.740Z Compiling rustls v0.23.41
14832026-08-05T12:17:32.745Z Compiling openssl v0.10.80
14842026-08-05T12:17:32.745Z Compiling maybe-uninit v2.0.0
14852026-08-05T12:17:32.745Z Compiling foreign-types-shared v0.1.1
14862026-08-05T12:17:32.745Z Compiling simd-adler32 v0.3.8
14872026-08-05T12:17:32.745Z Compiling httpdate v1.0.3
14882026-08-05T12:17:32.783Z Compiling tap v1.0.1
14892026-08-05T12:17:32.876Z Compiling wyz v0.5.1
14902026-08-05T12:17:32.891Z Compiling foreign-types v0.3.2
14912026-08-05T12:17:32.950Z Compiling scroll v0.13.0
14922026-08-05T12:17:32.990Z Compiling unicode-normalization v0.1.25
14932026-08-05T12:17:33.170Z Compiling rand_chacha v0.3.1
14942026-08-05T12:17:33.217Z Compiling hex v0.4.3
14952026-08-05T12:17:33.440Z Compiling signature v2.2.0
14962026-08-05T12:17:33.457Z Compiling terminal_size v0.4.3
14972026-08-05T12:17:33.483Z Compiling thiserror-impl v1.0.69
14982026-08-05T12:17:33.587Z Compiling openssl-macros v0.1.1
14992026-08-05T12:17:33.620Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15002026-08-05T12:17:33.931Z Compiling bzip2-sys v0.1.13+1.0.8
15012026-08-05T12:17:33.980Z Compiling num-integer v0.1.46
15022026-08-05T12:17:34.001Z Compiling wait-timeout v0.2.1
15032026-08-05T12:17:34.106Z Compiling darling_macro v0.20.11
15042026-08-05T12:17:34.201Z Compiling ahash v0.8.12
15052026-08-05T12:17:34.260Z Compiling num-conv v0.2.0
15062026-08-05T12:17:34.294Z Compiling packed_struct v0.10.1
15072026-08-05T12:17:34.390Z Compiling funty v2.0.0
15082026-08-05T12:17:34.404Z Compiling num-bigint-dig v0.8.6
15092026-08-05T12:17:34.541Z Compiling quick-error v1.2.3
15102026-08-05T12:17:34.586Z Compiling native-tls v0.2.18
15112026-08-05T12:17:34.598Z Compiling time-core v0.1.8
15122026-08-05T12:17:34.644Z Compiling hyper v1.10.1
15132026-08-05T12:17:34.705Z Compiling bit-vec v0.8.0
15142026-08-05T12:17:34.739Z Compiling adler2 v2.0.1
15152026-08-05T12:17:34.793Z Compiling powerfmt v0.2.0
15162026-08-05T12:17:35.262Z Compiling clap_builder v4.6.0
15172026-08-05T12:17:35.277Z Compiling miniz_oxide v0.8.9
15182026-08-05T12:17:35.277Z Compiling deranged v0.5.8
15192026-08-05T12:17:35.277Z Compiling bit-set v0.8.0
15202026-08-05T12:17:35.277Z Compiling time-macros v0.2.27
15212026-08-05T12:17:35.277Z Compiling bitvec v1.0.1
15222026-08-05T12:17:35.513Z Compiling thiserror v1.0.69
15232026-08-05T12:17:35.621Z Compiling rusty-fork v0.3.1
15242026-08-05T12:17:35.718Z Compiling darling v0.20.11
15252026-08-05T12:17:35.791Z Compiling hyper-util v0.1.20
15262026-08-05T12:17:36.034Z Compiling num-iter v0.1.45
15272026-08-05T12:17:36.296Z Compiling rand v0.8.6
15282026-08-05T12:17:36.643Z Compiling goblin v0.10.5
15292026-08-05T12:17:36.820Z Compiling packed_struct_codegen v0.10.1
15302026-08-05T12:17:37.068Z Compiling lazy_static v1.5.0
15312026-08-05T12:17:37.163Z Compiling serde_spanned v0.6.9
15322026-08-05T12:17:37.291Z Compiling toml_datetime v0.6.11
15332026-08-05T12:17:37.472Z Compiling hmac v0.12.1
15342026-08-05T12:17:37.540Z Compiling zerocopy-derive v0.6.6
15352026-08-05T12:17:37.639Z Compiling clap_derive v4.6.1
15362026-08-05T12:17:37.824Z Compiling bitfield-macros v0.19.4
15372026-08-05T12:17:37.859Z Compiling anstyle-parse v0.2.7
15382026-08-05T12:17:38.036Z Compiling rand_xorshift v0.4.0
15392026-08-05T12:17:38.201Z Compiling sync_wrapper v1.0.2
15402026-08-05T12:17:38.314Z Compiling indexmap v1.9.3
15412026-08-05T12:17:38.355Z Compiling crossbeam-utils v0.8.21
15422026-08-05T12:17:38.498Z Compiling num_threads v0.1.7
15432026-08-05T12:17:38.552Z Compiling nodrop v0.1.14
15442026-08-05T12:17:38.606Z Compiling unarray v0.1.4
15452026-08-05T12:17:38.629Z Compiling crc-catalog v2.4.0
15462026-08-05T12:17:38.648Z Compiling usdt-impl v0.6.0
15472026-08-05T12:17:38.718Z Compiling paste v1.0.15
15482026-08-05T12:17:38.733Z Compiling zlib-rs v0.6.2
15492026-08-05T12:17:38.852Z Compiling siphasher v1.0.2
15502026-08-05T12:17:39.029Z Compiling crc v3.4.0
15512026-08-05T12:17:39.050Z Compiling proptest v1.11.0
15522026-08-05T12:17:39.117Z Compiling array-init v0.0.4
15532026-08-05T12:17:39.214Z Compiling time v0.3.47
15542026-08-05T12:17:39.353Z Compiling clap v4.6.1
15552026-08-05T12:17:39.411Z Compiling dof v0.4.0
15562026-08-05T12:17:39.428Z Compiling bitfield v0.19.4
15572026-08-05T12:17:39.747Z Compiling zerocopy v0.6.6
15582026-08-05T12:17:40.417Z Compiling tower v0.5.3
15592026-08-05T12:17:40.582Z Compiling anstream v0.6.21
15602026-08-05T12:17:40.867Z Compiling smallvec v0.6.14
15612026-08-05T12:17:41.063Z Compiling derive_builder_core v0.20.2
15622026-08-05T12:17:41.191Z Compiling dtrace-parser v0.3.0
15632026-08-05T12:17:41.877Z Compiling flate2 v1.1.9
15642026-08-05T12:17:41.898Z Compiling ipnetwork v0.21.1
15652026-08-05T12:17:41.919Z Compiling block-buffer v0.12.1
15662026-08-05T12:17:42.040Z Compiling crypto-common v0.2.2
15672026-08-05T12:17:42.109Z Compiling block-padding v0.4.2
15682026-08-05T12:17:42.263Z Compiling http-body-util v0.1.3
15692026-08-05T12:17:42.267Z Compiling pkcs1 v0.7.5
15702026-08-05T12:17:42.288Z Compiling heapless v0.7.17
15712026-08-05T12:17:42.499Z Compiling structmeta-derive v0.3.0
15722026-08-05T12:17:42.522Z Compiling scroll_derive v0.12.1
15732026-08-05T12:17:42.600Z Compiling slog v2.8.2
15742026-08-05T12:17:42.648Z Compiling darling_core v0.23.0
15752026-08-05T12:17:42.780Z Compiling thread-id v5.1.0
15762026-08-05T12:17:42.888Z Compiling cookie v0.18.1
15772026-08-05T12:17:43.048Z Compiling env_filter v1.0.0
15782026-08-05T12:17:43.187Z Compiling unicode-bidi v0.3.18
15792026-08-05T12:17:43.349Z Compiling base64 v0.21.7
15802026-08-05T12:17:43.568Z Compiling iri-string v0.7.10
15812026-08-05T12:17:43.664Z Compiling allocator-api2 v0.2.21
15822026-08-05T12:17:43.700Z Compiling signal-hook v0.3.18
15832026-08-05T12:17:43.744Z Compiling unicode-properties v0.1.4
15842026-08-05T12:17:43.890Z Compiling ryu v1.0.23
15852026-08-05T12:17:43.974Z Compiling anyhow v1.0.102
15862026-08-05T12:17:44.013Z Compiling hashbrown v0.12.3
15872026-08-05T12:17:44.053Z Compiling zstd-safe v7.2.4
15882026-08-05T12:17:44.246Z Compiling winnow v0.5.40
15892026-08-05T12:17:44.489Z Compiling serde_urlencoded v0.7.1
15902026-08-05T12:17:44.740Z Compiling tower-http v0.6.8
15912026-08-05T12:17:44.871Z Compiling stringprep v0.1.5
15922026-08-05T12:17:45.104Z Compiling ron v0.8.1
15932026-08-05T12:17:45.167Z Compiling darling_macro v0.23.0
15942026-08-05T12:17:45.195Z Compiling structmeta v0.3.0
15952026-08-05T12:17:45.319Z Compiling env_logger v0.11.9
15962026-08-05T12:17:45.415Z Compiling scroll v0.12.0
15972026-08-05T12:17:45.662Z Compiling toml_edit v0.19.15
15982026-08-05T12:17:45.793Z Compiling rsa v0.9.10
15992026-08-05T12:17:45.854Z Compiling inout v0.2.2
16002026-08-05T12:17:46.039Z Compiling oxnet v0.1.6
16012026-08-05T12:17:46.052Z Compiling derive_builder_macro v0.20.2
16022026-08-05T12:17:46.252Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16032026-08-05T12:17:46.268Z Compiling newtype-uuid v1.3.2
16042026-08-05T12:17:46.478Z Compiling hashbrown v0.13.2
16052026-08-05T12:17:46.519Z Compiling serde-hex v0.1.0
16062026-08-05T12:17:46.598Z Compiling bzip2 v0.4.4
16072026-08-05T12:17:46.808Z Compiling tokio-native-tls v0.3.1
16082026-08-05T12:17:46.938Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16092026-08-05T12:17:47.123Z Compiling camino v1.2.2
16102026-08-05T12:17:47.502Z Compiling bstr v1.12.1
16112026-08-05T12:17:47.979Z Compiling rustls-native-certs v0.8.3
16122026-08-05T12:17:48.131Z Compiling x509-cert v0.2.5
16132026-08-05T12:17:48.627Z Compiling erased-serde v0.3.31
16142026-08-05T12:17:48.633Z Compiling serde_tokenstream v0.2.3
16152026-08-05T12:17:48.633Z Compiling md-5 v0.10.6
16162026-08-05T12:17:48.633Z Compiling curve25519-dalek v4.1.3
16172026-08-05T12:17:48.633Z Compiling zerocopy-derive v0.7.35
16182026-08-05T12:17:48.713Z Compiling daft-derive v0.1.7
16192026-08-05T12:17:48.775Z Compiling pin-project-internal v1.1.11
16202026-08-05T12:17:48.831Z Compiling async-trait v0.1.89
16212026-08-05T12:17:49.443Z Compiling vergen-lib v9.1.0
16222026-08-05T12:17:49.857Z Compiling hash32 v0.2.1
16232026-08-05T12:17:49.861Z Compiling memoffset v0.9.1
16242026-08-05T12:17:49.861Z Compiling encoding_rs v0.8.35
16252026-08-05T12:17:49.861Z Compiling rustix v0.38.44
16262026-08-05T12:17:49.861Z Compiling litrs v1.0.0
16272026-08-05T12:17:49.866Z Compiling psl-types v2.0.11
16282026-08-05T12:17:49.915Z Compiling fallible-iterator v0.2.0
16292026-08-05T12:17:49.918Z Compiling smoltcp v0.9.1
16302026-08-05T12:17:49.990Z Compiling mime v0.3.17
16312026-08-05T12:17:50.086Z Compiling crc-any v2.5.0
16322026-08-05T12:17:50.240Z Compiling ref-cast v1.0.25
16332026-08-05T12:17:50.250Z Compiling cfg_aliases v0.2.1
16342026-08-05T12:17:50.283Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16352026-08-05T12:17:50.717Z Compiling postgres-protocol v0.6.10
16362026-08-05T12:17:50.726Z Compiling nix v0.31.2
16372026-08-05T12:17:50.726Z Compiling document-features v0.2.12
16382026-08-05T12:17:50.726Z Compiling publicsuffix v2.3.0
16392026-08-05T12:17:50.726Z Compiling pin-project v1.1.11
16402026-08-05T12:17:50.871Z Compiling daft v0.1.7
16412026-08-05T12:17:50.881Z Compiling zerocopy v0.7.35
16422026-08-05T12:17:50.962Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-05T12:17:51.138Z Compiling toml v0.7.8
16442026-08-05T12:17:51.151Z Compiling hyper-tls v0.6.0
16452026-08-05T12:17:51.240Z Compiling object v0.30.4
16462026-08-05T12:17:51.296Z Compiling zip v0.6.6
16472026-08-05T12:17:51.312Z Compiling derive_builder v0.20.2
16482026-08-05T12:17:51.367Z Compiling cipher v0.5.2
16492026-08-05T12:17:51.620Z Compiling darling v0.23.0
16502026-08-05T12:17:51.667Z Compiling goblin v0.8.2
16512026-08-05T12:17:51.700Z Compiling derive-ex v0.1.8
16522026-08-05T12:17:51.941Z Compiling phf_shared v0.13.1
16532026-08-05T12:17:52.409Z Compiling regex v1.12.3
16542026-08-05T12:17:52.413Z Compiling hubpack_derive v0.1.1
16552026-08-05T12:17:52.413Z Compiling futures-executor v0.3.32
16562026-08-05T12:17:52.428Z Compiling strum_macros v0.27.2
16572026-08-05T12:17:52.450Z Compiling snafu-derive v0.8.9
16582026-08-05T12:17:52.632Z Compiling ref-cast-impl v1.0.25
16592026-08-05T12:17:53.170Z Compiling curve25519-dalek-derive v0.1.1
16602026-08-05T12:17:53.339Z Compiling vergen v9.1.0
16612026-08-05T12:17:53.520Z Compiling cargo-platform v0.3.2
16622026-08-05T12:17:53.786Z Compiling ff v0.13.1
16632026-08-05T12:17:53.812Z Compiling fs-err v3.3.0
16642026-08-05T12:17:53.926Z Compiling cpufeatures v0.3.0
16652026-08-05T12:17:54.003Z Compiling path-slash v0.1.5
16662026-08-05T12:17:54.017Z Compiling same-file v1.0.6
16672026-08-05T12:17:54.477Z Compiling object v0.37.3
16682026-08-05T12:17:54.481Z Compiling foldhash v0.1.5
16692026-08-05T12:17:54.481Z Compiling unicode-segmentation v1.12.0
16702026-08-05T12:17:54.481Z Compiling managed v0.8.0
16712026-08-05T12:17:54.481Z Compiling either v1.15.0
16722026-08-05T12:17:54.481Z Compiling libbz2-rs-sys v0.2.2
16732026-08-05T12:17:54.481Z Compiling base16ct v0.2.0
16742026-08-05T12:17:54.515Z Compiling bitflags v1.3.2
16752026-08-05T12:17:54.536Z Compiling foldhash v0.2.0
16762026-08-05T12:17:54.540Z Compiling jiff-core v0.1.0
16772026-08-05T12:17:54.563Z Compiling bumpalo v3.20.2
16782026-08-05T12:17:54.772Z Compiling hashbrown v0.16.1
16792026-08-05T12:17:54.923Z Compiling zopfli v0.8.3
16802026-08-05T12:17:55.079Z Compiling bzip2 v0.6.1
16812026-08-05T12:17:55.104Z Compiling sec1 v0.7.3
16822026-08-05T12:17:55.283Z Compiling strum v0.27.2
16832026-08-05T12:17:55.373Z Compiling jiff v0.2.34
16842026-08-05T12:17:55.413Z Compiling snafu v0.8.9
16852026-08-05T12:17:55.433Z Compiling hashbrown v0.15.5
16862026-08-05T12:17:55.463Z Compiling walkdir v2.5.0
16872026-08-05T12:17:55.569Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16882026-08-05T12:17:55.770Z Compiling chacha20 v0.10.0
16892026-08-05T12:17:55.785Z Compiling group v0.13.0
16902026-08-05T12:17:55.962Z Compiling dof v0.3.0
16912026-08-05T12:17:55.985Z Compiling cargo_metadata v0.23.1
16922026-08-05T12:17:56.168Z Compiling test-strategy v0.4.5
16932026-08-05T12:17:57.204Z Compiling hubpack v0.1.2
16942026-08-05T12:17:57.253Z Compiling futures v0.3.32
16952026-08-05T12:17:57.253Z Compiling phf v0.13.1
16962026-08-05T12:17:57.253Z Compiling signal-hook-mio v0.2.5
16972026-08-05T12:17:57.291Z Compiling serde_with_macros v3.21.0
16982026-08-05T12:17:57.330Z Compiling cookie_store v0.22.1
16992026-08-05T12:17:57.432Z Compiling zstd v0.13.3
17002026-08-05T12:17:57.678Z Compiling reqwest v0.12.28
17012026-08-05T12:17:57.799Z Compiling postgres-types v0.2.12
17022026-08-05T12:17:58.364Z Compiling usdt-macro v0.6.0
17032026-08-05T12:17:58.484Z Compiling usdt-attr-macro v0.6.0
17042026-08-05T12:17:59.189Z Compiling globset v0.4.18
17052026-08-05T12:17:59.237Z Compiling phf_shared v0.11.3
17062026-08-05T12:17:59.237Z Compiling hkdf v0.12.4
17072026-08-05T12:17:59.237Z Compiling dtrace-parser v0.2.0
17082026-08-05T12:17:59.237Z Compiling ed25519 v2.2.3
17092026-08-05T12:17:59.237Z Compiling byte-wrapper v0.1.0
17102026-08-05T12:17:59.245Z Compiling olpc-cjson v0.1.4
17112026-08-05T12:17:59.383Z Compiling serde_plain v1.0.2
17122026-08-05T12:17:59.419Z Compiling serde-big-array v0.5.1
17132026-08-05T12:17:59.474Z Compiling crypto-bigint v0.5.5
17142026-08-05T12:17:59.537Z Compiling serde_repr v0.1.20
17152026-08-05T12:17:59.596Z Compiling enum-as-inner v0.6.1
17162026-08-05T12:17:59.626Z Compiling strum_macros v0.26.4
17172026-08-05T12:17:59.883Z Compiling async-recursion v1.1.1
17182026-08-05T12:18:00.105Z Compiling pem v3.0.6
17192026-08-05T12:18:00.122Z Compiling float-cmp v0.10.0
17202026-08-05T12:18:00.161Z Compiling memmap2 v0.9.10
17212026-08-05T12:18:00.255Z Compiling thread-id v4.2.2
17222026-08-05T12:18:00.317Z Compiling static_assertions v1.1.0
17232026-08-05T12:18:00.369Z Compiling fixedbitset v0.5.7
17242026-08-05T12:18:00.392Z Compiling predicates-core v1.0.10
17252026-08-05T12:18:00.421Z Compiling winnow v1.0.3
17262026-08-05T12:18:00.553Z Compiling keccak v0.1.6
17272026-08-05T12:18:00.584Z Compiling data-encoding v2.10.0
17282026-08-05T12:18:00.687Z Compiling normalize-line-endings v0.3.0
17292026-08-05T12:18:00.794Z Compiling difflib v0.4.0
17302026-08-05T12:18:00.843Z Compiling const-oid v0.10.2
17312026-08-05T12:18:00.984Z Compiling precomputed-hash v0.1.1
17322026-08-05T12:18:01.086Z Compiling new_debug_unreachable v1.0.6
17332026-08-05T12:18:01.562Z Compiling whoami v2.1.0
17342026-08-05T12:18:01.624Z Compiling typed-path v0.9.3
17352026-08-05T12:18:01.624Z Compiling fixedbitset v0.4.2
17362026-08-05T12:18:01.625Z Compiling string_cache v0.8.9
17372026-08-05T12:18:01.625Z Compiling strum v0.26.3
17382026-08-05T12:18:01.625Z Compiling tokio-postgres v0.7.16
17392026-08-05T12:18:01.625Z Compiling petgraph v0.6.5
17402026-08-05T12:18:01.625Z Compiling toml_edit v0.22.27
17412026-08-05T12:18:01.625Z Compiling predicates v3.1.4
17422026-08-05T12:18:01.625Z Compiling digest v0.11.3
17432026-08-05T12:18:01.625Z Compiling hickory-proto v0.25.2
17442026-08-05T12:18:01.777Z Compiling toml_parser v1.1.2+spec-1.1.0
17452026-08-05T12:18:02.165Z Compiling sha3 v0.10.8
17462026-08-05T12:18:02.383Z Compiling petgraph v0.8.3
17472026-08-05T12:18:02.472Z Compiling elliptic-curve v0.13.8
17482026-08-05T12:18:02.650Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-08-05T12:18:02.862Z Compiling usdt-impl v0.5.0
17502026-08-05T12:18:02.978Z Compiling usdt v0.6.0
17512026-08-05T12:18:03.244Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-05T12:18:03.429Z Compiling ed25519-dalek v2.2.0
17532026-08-05T12:18:03.639Z Compiling crossterm v0.28.1
17542026-08-05T12:18:03.955Z Compiling serde_with v3.21.0
17552026-08-05T12:18:04.303Z Compiling zip v4.6.1
17562026-08-05T12:18:04.882Z Compiling iddqd v0.4.2
17572026-08-05T12:18:05.220Z Compiling rand v0.10.1
17582026-08-05T12:18:05.698Z Compiling itertools v0.13.0
17592026-08-05T12:18:05.826Z Compiling itertools v0.15.0
17602026-08-05T12:18:05.960Z Compiling similar v2.7.0
17612026-08-05T12:18:06.415Z Compiling heck v0.4.1
17622026-08-05T12:18:06.523Z Compiling crossbeam-epoch v0.9.18
17632026-08-05T12:18:06.523Z Compiling tokio-stream v0.1.18
17642026-08-05T12:18:06.523Z Compiling buf-list v1.1.2
17652026-08-05T12:18:06.611Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17662026-08-05T12:18:06.611Z Compiling openapiv3 v2.2.0
17672026-08-05T12:18:06.740Z Compiling peg-runtime v0.8.5
17682026-08-05T12:18:06.815Z Compiling lalrpop-util v0.19.12
17692026-08-05T12:18:06.815Z Compiling thread_local v1.1.9
17702026-08-05T12:18:06.967Z Compiling slog-async v2.8.0
17712026-08-05T12:18:07.052Z Compiling crossbeam-channel v0.5.15
17722026-08-05T12:18:07.052Z Compiling is-terminal v0.4.17
17732026-08-05T12:18:07.136Z Compiling filetime v0.2.27
17742026-08-05T12:18:07.137Z Compiling take_mut v0.2.2
17752026-08-05T12:18:07.272Z Compiling term v1.2.1
17762026-08-05T12:18:07.272Z Compiling xattr v1.6.1
17772026-08-05T12:18:07.460Z Compiling camino-tempfile v1.4.1
17782026-08-05T12:18:07.460Z Compiling tar v0.4.46
17792026-08-05T12:18:07.539Z Compiling slog-term v2.9.2
17802026-08-05T12:18:13.486Z Compiling rustls-webpki v0.103.13
17812026-08-05T12:18:16.172Z Compiling tokio-rustls v0.26.4
17822026-08-05T12:18:16.172Z Compiling rustls-platform-verifier v0.6.2
17832026-08-05T12:18:16.177Z Compiling tough v0.22.0
17842026-08-05T12:18:16.390Z Compiling hyper-rustls v0.27.7
17852026-08-05T12:18:16.590Z Compiling reqwest v0.13.2
17862026-08-05T12:18:18.785Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17872026-08-05T12:18:18.995Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17882026-08-05T12:18:21.956Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
17892026-08-05T12:18:22.128Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17902026-08-05T12:18:22.223ZAug 05 12:18:20.852 INFO Starting download, target: Cockroach
17912026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Starting download, target: Clickhouse
17922026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Starting download, target: Console
17932026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Starting download, target: DendriteStub
17942026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Starting download, target: MaghemiteMgd
17952026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Starting download, target: MaghemiteDdmd
17962026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Starting download, target: TransceiverControl
17972026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17992026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18002026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18032026-08-05T12:18:22.224ZAug 05 12:18:20.853 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18042026-08-05T12:18:23.252ZAug 05 12:18:21.875 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18052026-08-05T12:18:23.379ZAug 05 12:18:22.087 INFO Download complete, target: TransceiverControl
18062026-08-05T12:18:23.980ZAug 05 12:18:22.640 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18072026-08-05T12:18:24.260ZAug 05 12:18:22.891 INFO Download complete, target: Console
18082026-08-05T12:18:24.430ZAug 05 12:18:22.919 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18092026-08-05T12:18:27.451ZAug 05 12:18:26.119 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18102026-08-05T12:18:29.739ZAug 05 12:18:28.383 INFO Download complete, target: DendriteStub
18112026-08-05T12:18:30.980ZAug 05 12:18:29.706 INFO Checking that binary works, target: Clickhouse
18122026-08-05T12:18:31.083ZAug 05 12:18:29.810 INFO Download complete, target: Clickhouse
18132026-08-05T12:18:32.978ZAug 05 12:18:31.656 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18142026-08-05T12:18:34.920ZAug 05 12:18:33.593 INFO Download complete, target: MaghemiteDdmd
18152026-08-05T12:18:36.929ZAug 05 12:18:35.598 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18162026-08-05T12:18:39.650ZAug 05 12:18:38.098 INFO Download complete, target: MaghemiteMgd
18172026-08-05T12:18:45.322ZAug 05 12:18:44.014 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18182026-08-05T12:18:45.322ZAug 05 12:18:44.014 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18192026-08-05T12:18:49.998ZAug 05 12:18:48.719 INFO Checking that binary works, target: Cockroach
18202026-08-05T12:18:50.122ZAug 05 12:18:48.833 INFO Download complete, target: Cockroach
18212026-08-05T12:18:50.131ZAll builder prerequisites installed successfully, and PATH looks valid
18222026-08-05T12:18:50.131Z
18232026-08-05T12:18:50.131Zreal 2:38.330164378
18242026-08-05T12:18:50.131Zuser 7:10.664401826
18252026-08-05T12:18:50.131Zsys 1:24.819657666
18262026-08-05T12:18:50.131Ztrap 0.244909786
18272026-08-05T12:18:50.131Ztflt 0.555088142
18282026-08-05T12:18:50.131Zdflt 0.980649719
18292026-08-05T12:18:50.131Zkflt 0.030034301
18302026-08-05T12:18:50.131Zlock 32:26.595349231
18312026-08-05T12:18:50.131Zslp 22:44.681905760
18322026-08-05T12:18:50.132Zlat 44.887776937
18332026-08-05T12:18:50.132Zstop 2:33.544747646
18342026-08-05T12:18:50.132Z+ banner hack-check
18352026-08-05T12:18:50.132Z
18362026-08-05T12:18:50.132Z # # ## #### # # #### # # ###### #### # #
18372026-08-05T12:18:50.132Z # # # # # # # # # # # # # # # # #
18382026-08-05T12:18:50.132Z ###### # # # #### ##### # ###### ##### # ####
18392026-08-05T12:18:50.132Z # # ###### # # # # # # # # # #
18402026-08-05T12:18:50.132Z # # # # # # # # # # # # # # # # #
18412026-08-05T12:18:50.132Z # # # # #### # # #### # # ###### #### # #
18422026-08-05T12:18:50.133Z
18432026-08-05T12:18:50.133Z+ export CARGO_INCREMENTAL=0
18442026-08-05T12:18:50.133Z+ CARGO_INCREMENTAL=0
18452026-08-05T12:18:50.133Z+ ptime -m timeout 2h cargo xtask check-features --ci
18462026-08-05T12:18:50.619Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
18472026-08-05T12:18:50.897Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
18482026-08-05T12:18:52.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s
18492026-08-05T12:18:52.746Z Running `target/debug/xtask check-features --ci`
18502026-08-05T12:18:52.760Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
18512026-08-05T12:18:52.774Zrunning: "/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
18522026-08-05T12:18:53.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s
18532026-08-05T12:18:53.217Z Running `target/debug/xtask download cargo-hack`
18542026-08-05T12:18:53.971Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18552026-08-05T12:18:54.308Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18562026-08-05T12:18:56.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s
18572026-08-05T12:18:57.069Z Running `target/debug/xtask-downloader cargo-hack`
18582026-08-05T12:18:57.114ZAug 05 12:18:55.840 INFO Starting download, target: CargoHack
18592026-08-05T12:18:57.119ZAug 05 12:18:55.840 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
18602026-08-05T12:18:57.541ZAug 05 12:18:56.266 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
18612026-08-05T12:18:57.591ZAug 05 12:18:56.316 INFO Download complete, target: CargoHack
18622026-08-05T12:18:57.593Zrunning: "/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"
18632026-08-05T12:18:57.606Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
18642026-08-05T12:18:57.763Zinfo: running `cargo check --bins` on api_identity (1/303)
18652026-08-05T12:18:58.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18662026-08-05T12:18:58.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18672026-08-05T12:18:58.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18682026-08-05T12:18:58.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18692026-08-05T12:18:58.315Z
18702026-08-05T12:18:58.315Zinfo: running `cargo check --bins` on bootstore (2/303)
18712026-08-05T12:18:58.773Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18722026-08-05T12:18:58.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18732026-08-05T12:18:58.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18742026-08-05T12:18:58.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18752026-08-05T12:18:58.852Z
18762026-08-05T12:18:58.852Zinfo: running `cargo check --bins` on omicron-ledger (3/303)
18772026-08-05T12:18:59.319Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18782026-08-05T12:18:59.323Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18792026-08-05T12:18:59.323Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18802026-08-05T12:18:59.328Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18812026-08-05T12:18:59.406Z
18822026-08-05T12:18:59.406Zinfo: running `cargo check --bins --no-default-features` on sled-hardware-types (4/303)
18832026-08-05T12:18:59.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18842026-08-05T12:18:59.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18852026-08-05T12:18:59.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18862026-08-05T12:18:59.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18872026-08-05T12:18:59.963Z
18882026-08-05T12:18:59.963Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-hardware-types (5/303)
18892026-08-05T12:19:00.431Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18902026-08-05T12:19:00.434Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18912026-08-05T12:19:00.434Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18922026-08-05T12:19:00.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18932026-08-05T12:19:00.515Z
18942026-08-05T12:19:00.515Zinfo: running `cargo check --bins` on omicron-certificates (6/303)
18952026-08-05T12:19:00.991Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
18962026-08-05T12:19:00.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
18972026-08-05T12:19:00.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
18982026-08-05T12:19:00.999Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
18992026-08-05T12:19:01.079Z
19002026-08-05T12:19:01.079Zinfo: running `cargo check --bins --no-default-features` on omicron-common (7/303)
19012026-08-05T12:19:01.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19022026-08-05T12:19:01.569Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19032026-08-05T12:19:01.569Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19042026-08-05T12:19:01.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19052026-08-05T12:19:01.641Z
19062026-08-05T12:19:01.641Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (8/303)
19072026-08-05T12:19:02.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19082026-08-05T12:19:02.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19092026-08-05T12:19:02.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19102026-08-05T12:19:02.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19112026-08-05T12:19:02.199Z
19122026-08-05T12:19:02.199Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (9/303)
19132026-08-05T12:19:02.565Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19142026-08-05T12:19:02.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19152026-08-05T12:19:02.573Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19162026-08-05T12:19:02.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19172026-08-05T12:19:02.632Z
19182026-08-05T12:19:02.632Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (10/303)
19192026-08-05T12:19:02.984Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19202026-08-05T12:19:02.987Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19212026-08-05T12:19:02.987Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19222026-08-05T12:19:03.000Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19232026-08-05T12:19:03.091Z
19242026-08-05T12:19:03.091Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (11/303)
19252026-08-05T12:19:03.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19262026-08-05T12:19:03.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19272026-08-05T12:19:03.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19282026-08-05T12:19:03.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19292026-08-05T12:19:03.452Z
19302026-08-05T12:19:03.453Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (12/303)
19312026-08-05T12:19:03.818Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19322026-08-05T12:19:03.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19332026-08-05T12:19:03.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19342026-08-05T12:19:03.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19352026-08-05T12:19:03.869Z
19362026-08-05T12:19:03.869Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (13/303)
19372026-08-05T12:19:04.230Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19382026-08-05T12:19:04.233Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19392026-08-05T12:19:04.233Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19402026-08-05T12:19:04.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19412026-08-05T12:19:04.284Z
19422026-08-05T12:19:04.284Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (14/303)
19432026-08-05T12:19:04.646Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19442026-08-05T12:19:04.650Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19452026-08-05T12:19:04.650Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19462026-08-05T12:19:04.653Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19472026-08-05T12:19:04.699Z
19482026-08-05T12:19:04.699Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (15/303)
19492026-08-05T12:19:05.060Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19502026-08-05T12:19:05.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19512026-08-05T12:19:05.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19522026-08-05T12:19:05.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19532026-08-05T12:19:05.114Z
19542026-08-05T12:19:05.114Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (16/303)
19552026-08-05T12:19:05.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19562026-08-05T12:19:05.478Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19572026-08-05T12:19:05.478Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19582026-08-05T12:19:05.478Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19592026-08-05T12:19:05.529Z
19602026-08-05T12:19:05.529Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (17/303)
19612026-08-05T12:19:05.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19622026-08-05T12:19:05.899Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19632026-08-05T12:19:05.899Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19642026-08-05T12:19:05.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19652026-08-05T12:19:05.941Z
19662026-08-05T12:19:05.943Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (18/303)
19672026-08-05T12:19:06.305Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19682026-08-05T12:19:06.309Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19692026-08-05T12:19:06.309Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19702026-08-05T12:19:06.313Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19712026-08-05T12:19:06.360Z
19722026-08-05T12:19:06.360Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (19/303)
19732026-08-05T12:19:06.724Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19742026-08-05T12:19:06.728Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19752026-08-05T12:19:06.728Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19762026-08-05T12:19:06.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19772026-08-05T12:19:06.780Z
19782026-08-05T12:19:06.780Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (20/303)
19792026-08-05T12:19:07.158Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19802026-08-05T12:19:07.167Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19812026-08-05T12:19:07.167Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19822026-08-05T12:19:07.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
19832026-08-05T12:19:07.211Z
19842026-08-05T12:19:07.212Zinfo: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (21/303)
19852026-08-05T12:19:07.574Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19862026-08-05T12:19:07.577Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19872026-08-05T12:19:07.577Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19882026-08-05T12:19:07.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19892026-08-05T12:19:07.630Z
19902026-08-05T12:19:07.630Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (22/303)
19912026-08-05T12:19:07.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19922026-08-05T12:19:08.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19932026-08-05T12:19:08.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
19942026-08-05T12:19:08.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
19952026-08-05T12:19:08.053Z
19962026-08-05T12:19:08.053Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (23/303)
19972026-08-05T12:19:08.426Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
19982026-08-05T12:19:08.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
19992026-08-05T12:19:08.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20002026-08-05T12:19:08.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
20012026-08-05T12:19:08.479Z
20022026-08-05T12:19:08.479Zinfo: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (24/303)
20032026-08-05T12:19:08.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20042026-08-05T12:19:08.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20052026-08-05T12:19:08.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20062026-08-05T12:19:08.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20072026-08-05T12:19:08.926Z
20082026-08-05T12:19:08.926Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (25/303)
20092026-08-05T12:19:09.339Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20102026-08-05T12:19:09.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20112026-08-05T12:19:09.339Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20122026-08-05T12:19:09.339Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20132026-08-05T12:19:09.340Z
20142026-08-05T12:19:09.340Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (26/303)
20152026-08-05T12:19:09.774Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20162026-08-05T12:19:09.824Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20172026-08-05T12:19:09.824Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20182026-08-05T12:19:09.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20192026-08-05T12:19:09.824Z
20202026-08-05T12:19:09.824Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (27/303)
20212026-08-05T12:19:10.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20222026-08-05T12:19:10.183Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20232026-08-05T12:19:10.183Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20242026-08-05T12:19:10.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20252026-08-05T12:19:10.190Z
20262026-08-05T12:19:10.190Zinfo: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (28/303)
20272026-08-05T12:19:10.600Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20282026-08-05T12:19:10.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20292026-08-05T12:19:10.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20302026-08-05T12:19:10.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20312026-08-05T12:19:10.688Z
20322026-08-05T12:19:10.688Zinfo: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (29/303)
20332026-08-05T12:19:10.971Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20342026-08-05T12:19:11.022Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20352026-08-05T12:19:11.022Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20362026-08-05T12:19:11.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20372026-08-05T12:19:11.048Z
20382026-08-05T12:19:11.048Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (30/303)
20392026-08-05T12:19:11.378Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20402026-08-05T12:19:11.387Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20412026-08-05T12:19:11.387Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20422026-08-05T12:19:11.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20432026-08-05T12:19:11.425Z
20442026-08-05T12:19:11.425Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (31/303)
20452026-08-05T12:19:11.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20462026-08-05T12:19:11.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20472026-08-05T12:19:11.996Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20482026-08-05T12:19:11.996Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20492026-08-05T12:19:11.996Z
20502026-08-05T12:19:11.996Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (32/303)
20512026-08-05T12:19:12.254Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20522026-08-05T12:19:12.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20532026-08-05T12:19:12.297Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20542026-08-05T12:19:12.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20552026-08-05T12:19:12.297Z
20562026-08-05T12:19:12.297Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (33/303)
20572026-08-05T12:19:12.660Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20582026-08-05T12:19:12.861Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20592026-08-05T12:19:12.861Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20602026-08-05T12:19:12.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20612026-08-05T12:19:12.861Z
20622026-08-05T12:19:12.861Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (34/303)
20632026-08-05T12:19:13.047Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20642026-08-05T12:19:13.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20652026-08-05T12:19:13.082Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20662026-08-05T12:19:13.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
20672026-08-05T12:19:13.118Z
20682026-08-05T12:19:13.118Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (35/303)
20692026-08-05T12:19:13.522Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20702026-08-05T12:19:13.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20712026-08-05T12:19:13.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20722026-08-05T12:19:13.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20732026-08-05T12:19:13.575Z
20742026-08-05T12:19:13.575Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (36/303)
20752026-08-05T12:19:13.880Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20762026-08-05T12:19:13.926Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20772026-08-05T12:19:13.926Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20782026-08-05T12:19:13.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20792026-08-05T12:19:13.965Z
20802026-08-05T12:19:13.965Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (37/303)
20812026-08-05T12:19:14.285Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20822026-08-05T12:19:14.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20832026-08-05T12:19:14.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20842026-08-05T12:19:14.300Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20852026-08-05T12:19:14.331Z
20862026-08-05T12:19:14.331Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (38/303)
20872026-08-05T12:19:14.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20882026-08-05T12:19:14.701Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20892026-08-05T12:19:14.701Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20902026-08-05T12:19:14.704Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20912026-08-05T12:19:14.757Z
20922026-08-05T12:19:14.757Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (39/303)
20932026-08-05T12:19:15.114Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20942026-08-05T12:19:15.120Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20952026-08-05T12:19:15.120Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
20962026-08-05T12:19:15.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
20972026-08-05T12:19:15.167Z
20982026-08-05T12:19:15.167Zinfo: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (40/303)
20992026-08-05T12:19:15.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21002026-08-05T12:19:15.537Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21012026-08-05T12:19:15.537Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21022026-08-05T12:19:15.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21032026-08-05T12:19:15.589Z
21042026-08-05T12:19:15.589Zinfo: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (41/303)
21052026-08-05T12:19:15.958Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21062026-08-05T12:19:15.964Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21072026-08-05T12:19:15.964Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21082026-08-05T12:19:15.964Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21092026-08-05T12:19:16.011Z
21102026-08-05T12:19:16.011Zinfo: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (42/303)
21112026-08-05T12:19:16.380Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21122026-08-05T12:19:16.384Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21132026-08-05T12:19:16.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21142026-08-05T12:19:16.388Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
21152026-08-05T12:19:16.437Z
21162026-08-05T12:19:16.438Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (43/303)
21172026-08-05T12:19:16.807Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21182026-08-05T12:19:16.815Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21192026-08-05T12:19:16.815Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21202026-08-05T12:19:16.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21212026-08-05T12:19:16.862Z
21222026-08-05T12:19:16.862Zinfo: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (44/303)
21232026-08-05T12:19:17.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21242026-08-05T12:19:17.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21252026-08-05T12:19:17.282Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21262026-08-05T12:19:17.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21272026-08-05T12:19:17.297Z
21282026-08-05T12:19:17.297Zinfo: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (45/303)
21292026-08-05T12:19:17.647Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21302026-08-05T12:19:17.657Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21312026-08-05T12:19:17.657Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21322026-08-05T12:19:17.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21332026-08-05T12:19:17.698Z
21342026-08-05T12:19:17.698Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (46/303)
21352026-08-05T12:19:18.063Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21362026-08-05T12:19:18.067Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21372026-08-05T12:19:18.067Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21382026-08-05T12:19:18.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21392026-08-05T12:19:18.117Z
21402026-08-05T12:19:18.118Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (47/303)
21412026-08-05T12:19:18.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21422026-08-05T12:19:18.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21432026-08-05T12:19:18.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21442026-08-05T12:19:18.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21452026-08-05T12:19:18.538Z
21462026-08-05T12:19:18.538Zinfo: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (48/303)
21472026-08-05T12:19:18.899Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21482026-08-05T12:19:18.907Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21492026-08-05T12:19:18.907Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21502026-08-05T12:19:18.907Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
21512026-08-05T12:19:18.955Z
21522026-08-05T12:19:18.956Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (49/303)
21532026-08-05T12:19:19.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21542026-08-05T12:19:19.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21552026-08-05T12:19:19.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21562026-08-05T12:19:19.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21572026-08-05T12:19:19.562Z
21582026-08-05T12:19:19.562Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/303)
21592026-08-05T12:19:20.076Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21602026-08-05T12:19:20.079Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21612026-08-05T12:19:20.079Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21622026-08-05T12:19:20.082Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21632026-08-05T12:19:20.174Z
21642026-08-05T12:19:20.174Zinfo: running `cargo check --bins` on nexus-config (51/303)
21652026-08-05T12:19:20.682Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21662026-08-05T12:19:20.685Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21672026-08-05T12:19:20.685Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21682026-08-05T12:19:20.689Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21692026-08-05T12:19:20.778Z
21702026-08-05T12:19:20.778Zinfo: running `cargo check --bins` on nexus-types (52/303)
21712026-08-05T12:19:21.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21722026-08-05T12:19:21.292Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21732026-08-05T12:19:21.293Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21742026-08-05T12:19:21.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21752026-08-05T12:19:21.387Z
21762026-08-05T12:19:21.387Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-types (53/303)
21772026-08-05T12:19:21.856Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21782026-08-05T12:19:21.859Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21792026-08-05T12:19:21.859Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21802026-08-05T12:19:21.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21812026-08-05T12:19:21.946Z
21822026-08-05T12:19:21.946Zinfo: running `cargo check --bins` on omicron-passwords (54/303)
21832026-08-05T12:19:22.414Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21842026-08-05T12:19:22.417Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21852026-08-05T12:19:22.417Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21862026-08-05T12:19:22.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
21872026-08-05T12:19:22.501Z
21882026-08-05T12:19:22.501Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types (55/303)
21892026-08-05T12:19:22.986Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21902026-08-05T12:19:22.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21912026-08-05T12:19:22.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21922026-08-05T12:19:22.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21932026-08-05T12:19:23.076Z
21942026-08-05T12:19:23.076Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types (56/303)
21952026-08-05T12:19:23.552Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21962026-08-05T12:19:23.555Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21972026-08-05T12:19:23.555Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21982026-08-05T12:19:23.560Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
21992026-08-05T12:19:23.641Z
22002026-08-05T12:19:23.641Zinfo: running `cargo check --bins --no-default-features` on sled-agent-types-versions (57/303)
22012026-08-05T12:19:24.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22022026-08-05T12:19:24.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22032026-08-05T12:19:24.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22042026-08-05T12:19:24.127Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22052026-08-05T12:19:24.210Z
22062026-08-05T12:19:24.210Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-agent-types-versions (58/303)
22072026-08-05T12:19:24.709Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22082026-08-05T12:19:24.727Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22092026-08-05T12:19:24.727Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22102026-08-05T12:19:24.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22112026-08-05T12:19:24.787Z
22122026-08-05T12:19:24.787Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-types-versions (59/303)
22132026-08-05T12:19:25.392Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22142026-08-05T12:19:25.437Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22152026-08-05T12:19:25.437Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22162026-08-05T12:19:25.437Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22172026-08-05T12:19:25.437Z
22182026-08-05T12:19:25.437Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-types-versions (60/303)
22192026-08-05T12:19:25.849Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22202026-08-05T12:19:25.903Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22212026-08-05T12:19:25.903Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22222026-08-05T12:19:25.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
22232026-08-05T12:19:25.946Z
22242026-08-05T12:19:25.946Zinfo: running `cargo check --bins --no-default-features` on gfss (61/303)
22252026-08-05T12:19:26.360Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22262026-08-05T12:19:26.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22272026-08-05T12:19:26.379Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22282026-08-05T12:19:26.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22292026-08-05T12:19:26.446Z
22302026-08-05T12:19:26.446Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on gfss (62/303)
22312026-08-05T12:19:26.938Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22322026-08-05T12:19:26.957Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22332026-08-05T12:19:26.957Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22342026-08-05T12:19:26.957Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22352026-08-05T12:19:27.014Z
22362026-08-05T12:19:27.014Zinfo: running `cargo check --bins` on wicketd-commission-types (63/303)
22372026-08-05T12:19:27.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22382026-08-05T12:19:27.495Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22392026-08-05T12:19:27.495Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22402026-08-05T12:19:27.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22412026-08-05T12:19:27.576Z
22422026-08-05T12:19:27.577Zinfo: running `cargo check --bins` on wicketd-commission-types-versions (64/303)
22432026-08-05T12:19:28.056Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22442026-08-05T12:19:28.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22452026-08-05T12:19:28.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22462026-08-05T12:19:28.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22472026-08-05T12:19:28.143Z
22482026-08-05T12:19:28.143Zinfo: running `cargo check --bins --no-default-features` on gateway-types-versions (65/303)
22492026-08-05T12:19:28.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22502026-08-05T12:19:28.622Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22512026-08-05T12:19:28.622Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22522026-08-05T12:19:28.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22532026-08-05T12:19:28.710Z
22542026-08-05T12:19:28.710Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types-versions (66/303)
22552026-08-05T12:19:29.179Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22562026-08-05T12:19:29.182Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22572026-08-05T12:19:29.182Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22582026-08-05T12:19:29.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22592026-08-05T12:19:29.269Z
22602026-08-05T12:19:29.269Zinfo: running `cargo check --bins` on clickhouse-admin-types (67/303)
22612026-08-05T12:19:29.751Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22622026-08-05T12:19:29.755Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22632026-08-05T12:19:29.755Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22642026-08-05T12:19:29.760Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22652026-08-05T12:19:29.843Z
22662026-08-05T12:19:29.843Zinfo: running `cargo check --bins` on clickhouse-admin-types-versions (68/303)
22672026-08-05T12:19:30.331Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22682026-08-05T12:19:30.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22692026-08-05T12:19:30.375Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22702026-08-05T12:19:30.390Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
22712026-08-05T12:19:30.420Z
22722026-08-05T12:19:30.420Zinfo: running `cargo check --bins` on cockroach-admin-types (69/303)
22732026-08-05T12:19:30.888Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22742026-08-05T12:19:30.891Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22752026-08-05T12:19:30.891Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22762026-08-05T12:19:30.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22772026-08-05T12:19:30.976Z
22782026-08-05T12:19:30.976Zinfo: running `cargo check --bins` on cockroach-admin-types-versions (70/303)
22792026-08-05T12:19:31.446Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22802026-08-05T12:19:31.450Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22812026-08-05T12:19:31.450Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22822026-08-05T12:19:31.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22832026-08-05T12:19:31.534Z
22842026-08-05T12:19:31.534Zinfo: running `cargo check --bins` on ereport-types (71/303)
22852026-08-05T12:19:32.005Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22862026-08-05T12:19:32.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22872026-08-05T12:19:32.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22882026-08-05T12:19:32.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22892026-08-05T12:19:32.129Z
22902026-08-05T12:19:32.129Zinfo: running `cargo check --bins` on gateway-client (72/303)
22912026-08-05T12:19:32.567Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22922026-08-05T12:19:32.570Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22932026-08-05T12:19:32.570Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22942026-08-05T12:19:32.574Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
22952026-08-05T12:19:32.657Z
22962026-08-05T12:19:32.657Zinfo: running `cargo check --bins --no-default-features` on gateway-types (73/303)
22972026-08-05T12:19:33.129Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22982026-08-05T12:19:33.132Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22992026-08-05T12:19:33.132Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23002026-08-05T12:19:33.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23012026-08-05T12:19:33.216Z
23022026-08-05T12:19:33.217Zinfo: running `cargo check --bins --no-default-features --features testing` on gateway-types (74/303)
23032026-08-05T12:19:33.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23042026-08-05T12:19:33.737Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23052026-08-05T12:19:33.738Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23062026-08-05T12:19:33.738Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23072026-08-05T12:19:33.780Z
23082026-08-05T12:19:33.780Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (75/303)
23092026-08-05T12:19:34.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23102026-08-05T12:19:34.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23112026-08-05T12:19:34.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23122026-08-05T12:19:34.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23132026-08-05T12:19:34.367Z
23142026-08-05T12:19:34.367Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (76/303)
23152026-08-05T12:19:34.858Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23162026-08-05T12:19:34.864Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23172026-08-05T12:19:34.864Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23182026-08-05T12:19:34.867Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23192026-08-05T12:19:34.956Z
23202026-08-05T12:19:34.956Zinfo: running `cargo check --bins` on key-manager-types (77/303)
23212026-08-05T12:19:35.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23222026-08-05T12:19:35.433Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23232026-08-05T12:19:35.433Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23242026-08-05T12:19:35.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
23252026-08-05T12:19:35.516Z
23262026-08-05T12:19:35.516Zinfo: running `cargo check --bins` on oxlog (78/303)
23272026-08-05T12:19:35.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23282026-08-05T12:19:35.996Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23292026-08-05T12:19:36.113Z Checking cfg-if v1.0.4
23302026-08-05T12:19:36.116Z Checking libc v0.2.185
23312026-08-05T12:19:36.116Z Checking serde_core v1.0.228
23322026-08-05T12:19:36.232Z Checking memchr v2.8.0
23332026-08-05T12:19:36.232Z Checking zeroize v1.9.0
23342026-08-05T12:19:36.246Z Checking log v0.4.29
23352026-08-05T12:19:36.250Z Checking smallvec v1.15.1
23362026-08-05T12:19:36.271Z Checking subtle v2.6.1
23372026-08-05T12:19:36.281Z Checking itoa v1.0.17
23382026-08-05T12:19:36.384Z Checking scopeguard v1.2.0
23392026-08-05T12:19:36.400Z Checking typenum v1.20.1
23402026-08-05T12:19:36.413Z Checking stable_deref_trait v1.2.1
23412026-08-05T12:19:36.425Z Checking zerofrom v0.1.6
23422026-08-05T12:19:36.439Z Checking zerocopy v0.8.40
23432026-08-05T12:19:36.478Z Checking lock_api v0.4.14
23442026-08-05T12:19:36.482Z Checking portable-atomic v1.13.1
23452026-08-05T12:19:36.535Z Checking yoke v0.8.1
23462026-08-05T12:19:36.644Z Checking critical-section v1.2.0
23472026-08-05T12:19:36.657Z Checking errno v0.3.14
23482026-08-05T12:19:36.680Z Checking getrandom v0.2.17
23492026-08-05T12:19:36.698Z Checking zerovec v0.11.5
23502026-08-05T12:19:36.728Z Checking const-oid v0.9.6
23512026-08-05T12:19:36.752Z Checking pin-project-lite v0.2.17
23522026-08-05T12:19:36.823Z Checking rand_core v0.6.4
23532026-08-05T12:19:36.842Z Checking libm v0.2.16
23542026-08-05T12:19:36.896Z Checking once_cell v1.21.3
23552026-08-05T12:19:36.993Z Checking zmij v1.0.21
23562026-08-05T12:19:37.066Z Checking rand_core v0.10.0
23572026-08-05T12:19:37.126Z Checking tinystr v0.8.2
23582026-08-05T12:19:37.138Z Checking generic-array v0.14.7
23592026-08-05T12:19:37.199Z Checking signal-hook-registry v1.4.8
23602026-08-05T12:19:37.212Z Checking getrandom v0.4.1
23612026-08-05T12:19:37.298Z Checking parking_lot_core v0.9.12
23622026-08-05T12:19:37.352Z Checking futures-core v0.3.32
23632026-08-05T12:19:37.365Z Checking litemap v0.8.1
23642026-08-05T12:19:37.404Z Checking writeable v0.6.2
23652026-08-05T12:19:37.471Z Checking percent-encoding v2.3.2
23662026-08-05T12:19:37.484Z Checking parking_lot v0.12.5
23672026-08-05T12:19:37.514Z Checking num-traits v0.2.19
23682026-08-05T12:19:37.533Z Checking potential_utf v0.1.4
23692026-08-05T12:19:37.561Z Checking icu_locale_core v2.1.1
23702026-08-05T12:19:37.588Z Checking zerotrie v0.2.3
23712026-08-05T12:19:37.607Z Checking mio v1.2.0
23722026-08-05T12:19:37.656Z Checking equivalent v1.0.2
23732026-08-05T12:19:37.669Z Checking icu_collections v2.1.1
23742026-08-05T12:19:37.701Z Checking serde v1.0.228
23752026-08-05T12:19:37.732Z Checking bitflags v2.11.0
23762026-08-05T12:19:37.817Z Checking serde_json v1.0.151
23772026-08-05T12:19:37.885Z Checking socket2 v0.6.3
23782026-08-05T12:19:37.899Z Checking icu_properties_data v2.1.2
23792026-08-05T12:19:37.967Z Checking icu_normalizer_data v2.1.1
23802026-08-05T12:19:38.027Z Checking byteorder v1.5.0
23812026-08-05T12:19:38.038Z Checking crypto-common v0.1.7
23822026-08-05T12:19:38.048Z Checking block-buffer v0.10.4
23832026-08-05T12:19:38.103Z Checking bytes v1.11.1
23842026-08-05T12:19:38.103Z Checking icu_provider v2.1.1
23852026-08-05T12:19:38.128Z Checking futures-sink v0.3.32
23862026-08-05T12:19:38.152Z Checking hashbrown v0.17.0
23872026-08-05T12:19:38.182Z Checking digest v0.10.7
23882026-08-05T12:19:38.221Z Checking futures-channel v0.3.32
23892026-08-05T12:19:38.233Z Checking getrandom v0.3.4
23902026-08-05T12:19:38.338Z Checking icu_properties v2.1.2
23912026-08-05T12:19:38.374Z Checking icu_normalizer v2.1.1
23922026-08-05T12:19:38.380Z Checking utf8_iter v1.0.4
23932026-08-05T12:19:38.411Z Checking slab v0.4.12
23942026-08-05T12:19:38.484Z Checking futures-io v0.3.32
23952026-08-05T12:19:38.499Z Checking futures-task v0.3.32
23962026-08-05T12:19:38.530Z Checking tokio v1.52.1
23972026-08-05T12:19:38.566Z Checking form_urlencoded v1.2.2
23982026-08-05T12:19:38.595Z Checking rustix v1.1.3
23992026-08-05T12:19:38.618Z Checking indexmap v2.14.0
24002026-08-05T12:19:38.633Z Checking futures-util v0.3.32
24012026-08-05T12:19:38.678Z Checking base64ct v1.8.3
24022026-08-05T12:19:38.692Z Checking fnv v1.0.7
24032026-08-05T12:19:38.782Z Checking iana-time-zone v0.1.65
24042026-08-05T12:19:38.889Z Checking flagset v0.4.7
24052026-08-05T12:19:38.901Z Checking pem-rfc7468 v0.7.0
24062026-08-05T12:19:39.005Z Checking chrono v0.4.45
24072026-08-05T12:19:39.064Z Checking der v0.7.10
24082026-08-05T12:19:39.150Z Checking idna_adapter v1.2.1
24092026-08-05T12:19:39.185Z Checking rand_core v0.9.5
24102026-08-05T12:19:39.201Z Checking ppv-lite86 v0.2.21
24112026-08-05T12:19:39.274Z Checking idna v1.1.0
24122026-08-05T12:19:39.372Z Checking uuid v1.23.4
24132026-08-05T12:19:39.442Z Checking base64 v0.22.1
24142026-08-05T12:19:39.491Z Checking regex-syntax v0.8.10
24152026-08-05T12:19:39.526Z Checking url v2.5.8
24162026-08-05T12:19:39.681Z Checking http v1.4.2
24172026-08-05T12:19:39.695Z Checking utf8parse v0.2.2
24182026-08-05T12:19:39.798Z Checking rand_chacha v0.9.0
24192026-08-05T12:19:39.813Z Checking spki v0.7.3
24202026-08-05T12:19:39.879Z Checking tracing-core v0.1.36
24212026-08-05T12:19:39.951Z Checking dyn-clone v1.0.20
24222026-08-05T12:19:39.973Z Checking anstyle v1.0.14
24232026-08-05T12:19:39.998Z Checking cpufeatures v0.2.17
24242026-08-05T12:19:40.049Z Checking cmov v0.5.4
24252026-08-05T12:19:40.064Z Checking rand v0.9.2
24262026-08-05T12:19:40.150Z Checking pkcs8 v0.10.2
24272026-08-05T12:19:40.184Z Checking tracing v0.1.44
24282026-08-05T12:19:40.238Z Checking ctutils v0.4.2
24292026-08-05T12:19:40.241Z Checking http-body v1.0.1
24302026-08-05T12:19:40.303Z Checking semver v1.0.28
24312026-08-05T12:19:40.378Z Checking spin v0.9.8
24322026-08-05T12:19:40.390Z Checking rustls-pki-types v1.14.0
24332026-08-05T12:19:40.443Z Checking anstyle-query v1.1.5
24342026-08-05T12:19:40.511Z Checking is_terminal_polyfill v1.70.2
24352026-08-05T12:19:40.534Z Checking openssl-probe v0.2.1
24362026-08-05T12:19:40.534Z Checking colorchoice v1.0.4
24372026-08-05T12:19:40.559Z Checking tinyvec_macros v0.1.1
24382026-08-05T12:19:40.575Z Checking schemars v0.8.22
24392026-08-05T12:19:40.596Z Checking hybrid-array v0.4.13
24402026-08-05T12:19:40.621Z Checking tinyvec v1.10.0
24412026-08-05T12:19:40.639Z Checking sha2 v0.10.9
24422026-08-05T12:19:40.650Z Checking aws-lc-sys v0.40.0
24432026-08-05T12:19:40.678Z Checking thiserror v2.0.18
24442026-08-05T12:19:40.781Z Checking tower-service v0.3.3
24452026-08-05T12:19:40.792Z Checking fastrand v2.3.0
24462026-08-05T12:19:40.883Z Checking atomic-waker v1.1.2
24472026-08-05T12:19:40.905Z Checking tower-layer v0.3.3
24482026-08-05T12:19:40.935Z Checking try-lock v0.2.5
24492026-08-05T12:19:40.961Z Checking untrusted v0.7.1
24502026-08-05T12:19:40.975Z Checking tempfile v3.25.0
24512026-08-05T12:19:41.030Z Checking want v0.3.1
24522026-08-05T12:19:41.056Z Checking anstyle-parse v1.0.0
24532026-08-05T12:19:41.073Z Checking ipnet v2.11.0
24542026-08-05T12:19:41.141Z Checking aws-lc-rs v1.16.3
24552026-08-05T12:19:41.154Z Checking httparse v1.10.1
24562026-08-05T12:19:41.167Z Checking crc32fast v1.5.0
24572026-08-05T12:19:41.198Z Checking aho-corasick v1.1.4
24582026-08-05T12:19:41.211Z Checking untrusted v0.9.0
24592026-08-05T12:19:41.299Z Checking tap v1.0.1
24602026-08-05T12:19:41.319Z Checking simd-adler32 v0.3.8
24612026-08-05T12:19:41.319Z Checking plain v0.2.3
24622026-08-05T12:19:41.343Z Checking foreign-types-shared v0.1.1
24632026-08-05T12:19:41.354Z Checking httpdate v1.0.3
24642026-08-05T12:19:41.400Z Checking wyz v0.5.1
24652026-08-05T12:19:41.419Z Checking foreign-types v0.3.2
24662026-08-05T12:19:41.433Z Checking anstream v1.0.0
24672026-08-05T12:19:41.484Z Checking unicode-normalization v0.1.25
24682026-08-05T12:19:41.501Z Checking rand_chacha v0.3.1
24692026-08-05T12:19:41.504Z Checking terminal_size v0.4.3
24702026-08-05T12:19:41.569Z Checking radium v0.7.0
24712026-08-05T12:19:41.619Z Checking signature v2.2.0
24722026-08-05T12:19:41.631Z Checking hex v0.4.3
24732026-08-05T12:19:41.705Z Checking openssl-sys v0.9.117
24742026-08-05T12:19:41.740Z Checking num-integer v0.1.46
24752026-08-05T12:19:41.755Z Checking wait-timeout v0.2.1
24762026-08-05T12:19:41.805Z Checking tokio-util v0.7.18
24772026-08-05T12:19:41.853Z Checking quick-error v1.2.3
24782026-08-05T12:19:41.869Z Checking bit-vec v0.8.0
24792026-08-05T12:19:41.885Z Checking regex-automata v0.4.14
24802026-08-05T12:19:41.894Z Checking adler2 v2.0.1
24812026-08-05T12:19:41.951Z Checking ucd-trie v0.1.7
24822026-08-05T12:19:41.964Z Checking unicode-ident v1.0.24
24832026-08-05T12:19:41.977Z Checking rustls-webpki v0.103.13
24842026-08-05T12:19:41.998Z Checking strsim v0.11.1
24852026-08-05T12:19:42.065Z Checking funty v2.0.0
24862026-08-05T12:19:42.074Z Checking clap_lex v1.0.0
24872026-08-05T12:19:42.087Z Checking pest v2.8.6
24882026-08-05T12:19:42.094Z Checking openssl v0.10.80
24892026-08-05T12:19:42.154Z Checking proc-macro2 v1.0.106
24902026-08-05T12:19:42.222Z Checking clap_builder v4.6.0
24912026-08-05T12:19:42.374Z Checking bitvec v1.0.1
24922026-08-05T12:19:42.384Z Checking rustls v0.23.41
24932026-08-05T12:19:42.409Z Checking h2 v0.4.15
24942026-08-05T12:19:42.470Z Checking bit-set v0.8.0
24952026-08-05T12:19:42.614Z Checking miniz_oxide v0.8.9
24962026-08-05T12:19:42.969Z Checking num-iter v0.1.45
24972026-08-05T12:19:43.085Z Checking rusty-fork v0.3.1
24982026-08-05T12:19:43.146Z Checking rand v0.8.6
24992026-08-05T12:19:43.250Z Checking lazy_static v1.5.0
25002026-08-05T12:19:43.342Z Checking anstyle-parse v0.2.7
25012026-08-05T12:19:43.456Z Checking rand_xorshift v0.4.0
25022026-08-05T12:19:43.492Z Checking thiserror v1.0.69
25032026-08-05T12:19:43.578Z Checking maybe-uninit v2.0.0
25042026-08-05T12:19:43.590Z Checking hmac v0.12.1
25052026-08-05T12:19:43.642Z Checking serde_spanned v0.6.9
25062026-08-05T12:19:43.658Z Checking toml_datetime v0.6.11
25072026-08-05T12:19:43.671Z Checking sync_wrapper v1.0.2
25082026-08-05T12:19:43.684Z Checking nodrop v0.1.14
25092026-08-05T12:19:43.719Z Checking siphasher v1.0.2
25102026-08-05T12:19:43.763Z Checking unarray v0.1.4
25112026-08-05T12:19:43.776Z Checking zlib-rs v0.6.2
25122026-08-05T12:19:43.784Z Checking powerfmt v0.2.0
25132026-08-05T12:19:43.841Z Checking crc-catalog v2.4.0
25142026-08-05T12:19:43.870Z Checking pretty-hex v0.4.1
25152026-08-05T12:19:43.881Z Checking proptest v1.11.0
25162026-08-05T12:19:43.920Z Checking crc v3.4.0
25172026-08-05T12:19:43.932Z Checking deranged v0.5.8
25182026-08-05T12:19:43.973Z Checking tower v0.5.3
25192026-08-05T12:19:44.086Z Checking array-init v0.0.4
25202026-08-05T12:19:44.099Z Checking native-tls v0.2.18
25212026-08-05T12:19:44.298Z Checking packed_struct v0.10.1
25222026-08-05T12:19:44.353Z Checking num-bigint-dig v0.8.6
25232026-08-05T12:19:44.385Z Checking smallvec v0.6.14
25242026-08-05T12:19:44.580Z Checking anstream v0.6.21
25252026-08-05T12:19:44.591Z Checking clap v4.6.1
25262026-08-05T12:19:44.669Z Checking quote v1.0.45
25272026-08-05T12:19:44.688Z Checking flate2 v1.1.9
25282026-08-05T12:19:44.775Z Checking crypto-common v0.2.2
25292026-08-05T12:19:44.843Z Checking block-buffer v0.12.1
25302026-08-05T12:19:44.876Z Checking block-padding v0.4.2
25312026-08-05T12:19:44.967Z Checking ipnetwork v0.21.1
25322026-08-05T12:19:45.000Z Checking http-body-util v0.1.3
25332026-08-05T12:19:45.013Z Checking pkcs1 v0.7.5
25342026-08-05T12:19:45.167Z Checking crossbeam-utils v0.8.21
25352026-08-05T12:19:45.184Z Checking bitfield v0.19.4
25362026-08-05T12:19:45.205Z Checking hyper v1.10.1
25372026-08-05T12:19:45.218Z Checking zerocopy v0.6.6
25382026-08-05T12:19:45.221Z Checking ahash v0.8.12
25392026-08-05T12:19:45.352Z Checking bzip2-sys v0.1.13+1.0.8
25402026-08-05T12:19:45.368Z Checking scroll v0.13.0
25412026-08-05T12:19:45.423Z Checking env_filter v1.0.0
25422026-08-05T12:19:45.438Z Checking ryu v1.0.23
25432026-08-05T12:19:45.441Z Checking base64 v0.21.7
25442026-08-05T12:19:45.497Z Checking iri-string v0.7.10
25452026-08-05T12:19:45.514Z Checking num-conv v0.2.0
25462026-08-05T12:19:45.564Z Checking winnow v0.5.40
25472026-08-05T12:19:45.579Z Checking hashbrown v0.12.3
25482026-08-05T12:19:45.591Z Checking time-core v0.1.8
25492026-08-05T12:19:45.621Z Checking unicode-properties v0.1.4
25502026-08-05T12:19:45.683Z Checking unicode-bidi v0.3.18
25512026-08-05T12:19:45.686Z Checking num_threads v0.1.7
25522026-08-05T12:19:45.730Z Checking allocator-api2 v0.2.21
25532026-08-05T12:19:45.782Z Checking time v0.3.47
25542026-08-05T12:19:45.803Z Checking newtype-uuid v1.3.2
25552026-08-05T12:19:45.975Z Checking stringprep v0.1.5
25562026-08-05T12:19:45.987Z Checking indexmap v1.9.3
25572026-08-05T12:19:46.000Z Checking ron v0.8.1
25582026-08-05T12:19:46.013Z Checking goblin v0.10.5
25592026-08-05T12:19:46.127Z Checking serde_urlencoded v0.7.1
25602026-08-05T12:19:46.149Z Checking hyper-util v0.1.20
25612026-08-05T12:19:46.289Z Checking env_logger v0.11.9
25622026-08-05T12:19:46.329Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25632026-08-05T12:19:46.475Z Checking crossbeam-epoch v0.9.18
25642026-08-05T12:19:46.489Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25652026-08-05T12:19:46.506Z Checking bzip2 v0.4.4
25662026-08-05T12:19:46.509Z Checking tower-http v0.6.8
25672026-08-05T12:19:46.667Z Checking hashbrown v0.13.2
25682026-08-05T12:19:46.693Z Checking rsa v0.9.10
25692026-08-05T12:19:46.713Z Checking toml_edit v0.19.15
25702026-08-05T12:19:46.792Z Checking oxnet v0.1.6
25712026-08-05T12:19:46.891Z Checking inout v0.2.2
25722026-08-05T12:19:47.037Z Checking syn v2.0.117
25732026-08-05T12:19:47.047Z Checking serde-hex v0.1.0
25742026-08-05T12:19:47.086Z Checking tokio-native-tls v0.3.1
25752026-08-05T12:19:47.170Z Checking bstr v1.12.1
25762026-08-05T12:19:47.256Z Checking rustls-native-certs v0.8.3
25772026-08-05T12:19:47.390Z Checking x509-cert v0.2.5
25782026-08-05T12:19:47.430Z Checking scroll v0.12.0
25792026-08-05T12:19:47.568Z Checking zstd-sys v2.0.16+zstd.1.5.7
25802026-08-05T12:19:47.650Z Checking md-5 v0.10.6
25812026-08-05T12:19:47.679Z Checking hash32 v0.2.1
25822026-08-05T12:19:47.753Z Checking encoding_rs v0.8.35
25832026-08-05T12:19:47.776Z Checking psl-types v2.0.11
25842026-08-05T12:19:47.835Z Checking crc-any v2.5.0
25852026-08-05T12:19:47.895Z Checking mime v0.3.17
25862026-08-05T12:19:48.003Z Checking fallible-iterator v0.2.0
25872026-08-05T12:19:48.033Z Checking either v1.15.0
25882026-08-05T12:19:48.064Z Checking publicsuffix v2.3.0
25892026-08-05T12:19:48.223Z Checking heapless v0.7.17
25902026-08-05T12:19:48.238Z Checking toml v0.7.8
25912026-08-05T12:19:48.271Z Checking postgres-protocol v0.6.10
25922026-08-05T12:19:48.283Z Checking dof v0.4.0
25932026-08-05T12:19:48.533Z Checking zstd-safe v7.2.4
25942026-08-05T12:19:48.549Z Checking goblin v0.8.2
25952026-08-05T12:19:48.569Z Checking hyper-tls v0.6.0
25962026-08-05T12:19:48.627Z Checking object v0.30.4
25972026-08-05T12:19:48.679Z Checking daft v0.1.7
25982026-08-05T12:19:48.734Z Checking cipher v0.5.2
25992026-08-05T12:19:48.743Z Checking cookie v0.18.1
26002026-08-05T12:19:48.905Z Checking zip v0.6.6
26012026-08-05T12:19:48.919Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26022026-08-05T12:19:48.934Z Checking tokio-rustls v0.26.4
26032026-08-05T12:19:48.966Z Checking phf_shared v0.13.1
26042026-08-05T12:19:49.080Z Checking dtrace-parser v0.3.0
26052026-08-05T12:19:49.159Z Checking zerocopy v0.7.35
26062026-08-05T12:19:49.167Z Checking pin-project v1.1.11
26072026-08-05T12:19:49.226Z Checking signal-hook v0.3.18
26082026-08-05T12:19:49.272Z Checking futures-executor v0.3.32
26092026-08-05T12:19:49.310Z Checking ff v0.13.1
26102026-08-05T12:19:49.329Z Checking thread-id v5.1.0
26112026-08-05T12:19:49.416Z Checking cpufeatures v0.3.0
26122026-08-05T12:19:49.423Z Checking libbz2-rs-sys v0.2.2
26132026-08-05T12:19:49.426Z Checking path-slash v0.1.5
26142026-08-05T12:19:49.447Z Compiling rayon-core v1.13.0
26152026-08-05T12:19:49.483Z Checking managed v0.8.0
26162026-08-05T12:19:49.527Z Checking same-file v1.0.6
26172026-08-05T12:19:49.549Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-08-05T12:19:49.617Z Checking foldhash v0.1.5
26192026-08-05T12:19:49.652Z Checking jiff-core v0.1.0
26202026-08-05T12:19:49.662Z Checking bumpalo v3.20.2
26212026-08-05T12:19:49.674Z Checking bitflags v1.3.2
26222026-08-05T12:19:49.747Z Checking foldhash v0.2.0
26232026-08-05T12:19:49.754Z Checking base16ct v0.2.0
26242026-08-05T12:19:49.823Z Checking bzip2 v0.6.1
26252026-08-05T12:19:49.863Z Checking zopfli v0.8.3
26262026-08-05T12:19:49.875Z Checking sec1 v0.7.3
26272026-08-05T12:19:49.896Z Checking hashbrown v0.16.1
26282026-08-05T12:19:49.977Z Checking hashbrown v0.15.5
26292026-08-05T12:19:50.076Z Checking smoltcp v0.9.1
26302026-08-05T12:19:50.172Z Checking walkdir v2.5.0
26312026-08-05T12:19:50.323Z Checking jiff v0.2.34
26322026-08-05T12:19:50.358Z Checking chacha20 v0.10.0
26332026-08-05T12:19:50.386Z Checking group v0.13.0
26342026-08-05T12:19:50.437Z Checking signal-hook-mio v0.2.5
26352026-08-05T12:19:50.467Z Checking dof v0.3.0
26362026-08-05T12:19:50.550Z Checking futures v0.3.32
26372026-08-05T12:19:50.561Z Checking usdt-impl v0.6.0
26382026-08-05T12:19:50.561Z Checking snafu v0.8.9
26392026-08-05T12:19:50.578Z Checking phf v0.13.1
26402026-08-05T12:19:50.602Z Checking hyper-rustls v0.27.7
26412026-08-05T12:19:50.665Z Checking cookie_store v0.22.1
26422026-08-05T12:19:50.721Z Checking reqwest v0.12.28
26432026-08-05T12:19:50.735Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26442026-08-05T12:19:50.744Z Checking zstd v0.13.3
26452026-08-05T12:19:50.769Z Checking postgres-types v0.2.12
26462026-08-05T12:19:50.806Z Checking globset v0.4.18
26472026-08-05T12:19:50.814Z Checking rustls-platform-verifier v0.6.2
26482026-08-05T12:19:50.925Z Checking crossbeam-deque v0.8.6
26492026-08-05T12:19:50.949Z Checking phf_shared v0.11.3
26502026-08-05T12:19:50.983Z Checking hkdf v0.12.4
26512026-08-05T12:19:51.043Z Checking regex v1.12.3
26522026-08-05T12:19:51.053Z Checking dtrace-parser v0.2.0
26532026-08-05T12:19:51.068Z Checking olpc-cjson v0.1.4
26542026-08-05T12:19:51.092Z Checking curve25519-dalek v4.1.3
26552026-08-05T12:19:51.099Z Checking ref-cast v1.0.25
26562026-08-05T12:19:51.120Z Checking strum v0.27.2
26572026-08-05T12:19:51.198Z Checking byte-wrapper v0.1.0
26582026-08-05T12:19:51.215Z Checking ed25519 v2.2.3
26592026-08-05T12:19:51.222Z Checking hubpack v0.1.2
26602026-08-05T12:19:51.276Z Checking memoffset v0.9.1
26612026-08-05T12:19:51.318Z Checking rustix v0.38.44
26622026-08-05T12:19:51.355Z Checking pem v3.0.6
26632026-08-05T12:19:51.376Z Checking serde-big-array v0.5.1
26642026-08-05T12:19:51.391Z Checking erased-serde v0.3.31
26652026-08-05T12:19:51.400Z Checking serde_plain v1.0.2
26662026-08-05T12:19:51.445Z Checking float-cmp v0.10.0
26672026-08-05T12:19:51.502Z Checking crypto-bigint v0.5.5
26682026-08-05T12:19:51.505Z Checking memmap2 v0.9.10
26692026-08-05T12:19:51.538Z Checking thread-id v4.2.2
26702026-08-05T12:19:51.571Z Checking normalize-line-endings v0.3.0
26712026-08-05T12:19:51.614Z Checking whoami v2.1.0
26722026-08-05T12:19:51.661Z Checking difflib v0.4.0
26732026-08-05T12:19:51.672Z Checking unicode-segmentation v1.12.0
26742026-08-05T12:19:51.764Z Checking typed-path v0.9.3
26752026-08-05T12:19:51.806Z Checking static_assertions v1.1.0
26762026-08-05T12:19:51.835Z Checking predicates-core v1.0.10
26772026-08-05T12:19:51.851Z Checking toml_write v0.1.2
26782026-08-05T12:19:51.873Z Checking fixedbitset v0.5.7
26792026-08-05T12:19:51.958Z Checking data-encoding v2.10.0
26802026-08-05T12:19:51.975Z Checking new_debug_unreachable v1.0.6
26812026-08-05T12:19:52.012Z Checking precomputed-hash v0.1.1
26822026-08-05T12:19:52.044Z Checking keccak v0.1.6
26832026-08-05T12:19:52.066Z Checking winnow v1.0.3
26842026-08-05T12:19:52.093Z Checking fixedbitset v0.4.2
26852026-08-05T12:19:52.105Z Checking const-oid v0.10.2
26862026-08-05T12:19:52.191Z Checking winnow v0.7.14
26872026-08-05T12:19:52.205Z Checking sha3 v0.10.8
26882026-08-05T12:19:52.219Z Checking hickory-proto v0.25.2
26892026-08-05T12:19:52.236Z Checking petgraph v0.6.5
26902026-08-05T12:19:52.255Z Checking digest v0.11.3
26912026-08-05T12:19:52.383Z Checking toml_parser v1.1.2+spec-1.1.0
26922026-08-05T12:19:52.402Z Checking zip v4.6.1
26932026-08-05T12:19:52.413Z Checking elliptic-curve v0.13.8
26942026-08-05T12:19:52.428Z Checking crossterm v0.28.1
26952026-08-05T12:19:52.538Z Checking tough v0.22.0
26962026-08-05T12:19:52.674Z Checking string_cache v0.8.9
26972026-08-05T12:19:52.718Z Checking petgraph v0.8.3
26982026-08-05T12:19:52.839Z Checking similar v2.7.0
26992026-08-05T12:19:52.962Z Checking predicates v3.1.4
27002026-08-05T12:19:53.130Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27012026-08-05T12:19:53.230Z Checking ed25519-dalek v2.2.0
27022026-08-05T12:19:53.255Z Checking tokio-postgres v0.7.16
27032026-08-05T12:19:53.362Z Checking toml_edit v0.22.27
27042026-08-05T12:19:53.460Z Checking slog v2.8.2
27052026-08-05T12:19:53.474Z Checking usdt v0.6.0
27062026-08-05T12:19:53.642Z Checking usdt-impl v0.5.0
27072026-08-05T12:19:53.724Z Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27082026-08-05T12:19:53.922Z Checking nix v0.31.2
27092026-08-05T12:19:54.264Z Checking iddqd v0.4.2
27102026-08-05T12:19:54.454Z Checking reqwest v0.13.2
27112026-08-05T12:19:54.524Z Checking rand v0.10.1
27122026-08-05T12:19:54.551Z Checking itertools v0.15.0
27132026-08-05T12:19:54.640Z Checking itertools v0.13.0
27142026-08-05T12:19:55.012Z Checking strum v0.26.3
27152026-08-05T12:19:55.026Z Checking serde_with v3.21.0
27162026-08-05T12:19:55.124Z Checking fs-err v3.3.0
27172026-08-05T12:19:55.148Z Checking object v0.37.3
27182026-08-05T12:19:55.190Z Checking tokio-stream v0.1.18
27192026-08-05T12:19:55.307Z Checking buf-list v1.1.2
27202026-08-05T12:19:55.415Z Checking anyhow v1.0.102
27212026-08-05T12:19:55.429Z Checking camino v1.2.2
27222026-08-05T12:19:55.490Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27232026-08-05T12:19:55.571Z Checking openapiv3 v2.2.0
27242026-08-05T12:19:55.645Z Checking peg-runtime v0.8.5
27252026-08-05T12:19:55.665Z Checking lalrpop-util v0.19.12
27262026-08-05T12:19:55.668Z Checking rayon v1.11.0
27272026-08-05T12:19:55.686Z Checking sigpipe v0.1.3
27282026-08-05T12:19:55.747Z Checking glob v0.3.3
27292026-08-05T12:19:57.290Z Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27302026-08-05T12:19:57.355Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27312026-08-05T12:19:57.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.12s
27322026-08-05T12:19:57.799Z
27332026-08-05T12:19:57.799Zinfo: running `cargo check --bins` on internal-dns-types (79/303)
27342026-08-05T12:19:58.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27352026-08-05T12:19:58.286Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27362026-08-05T12:19:58.286Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27372026-08-05T12:19:58.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27382026-08-05T12:19:58.382Z
27392026-08-05T12:19:58.383Zinfo: running `cargo check --bins` on internal-dns-types-versions (80/303)
27402026-08-05T12:19:58.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27412026-08-05T12:19:58.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27422026-08-05T12:19:58.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27432026-08-05T12:19:58.860Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27442026-08-05T12:19:58.942Z
27452026-08-05T12:19:58.942Zinfo: running `cargo check --bins` on nexus-types-versions (81/303)
27462026-08-05T12:19:59.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27472026-08-05T12:19:59.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27482026-08-05T12:19:59.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27492026-08-05T12:19:59.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27502026-08-05T12:19:59.532Z
27512026-08-05T12:19:59.532Zinfo: running `cargo check --bins` on oxql-types (82/303)
27522026-08-05T12:20:00.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27532026-08-05T12:20:00.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27542026-08-05T12:20:00.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27552026-08-05T12:20:00.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27562026-08-05T12:20:00.098Z
27572026-08-05T12:20:00.098Zinfo: running `cargo check --bins` on oximeter-types (83/303)
27582026-08-05T12:20:00.575Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27592026-08-05T12:20:00.578Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27602026-08-05T12:20:00.578Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27612026-08-05T12:20:00.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27622026-08-05T12:20:00.748Z
27632026-08-05T12:20:00.748Zinfo: running `cargo check --bins` on oximeter-types-versions (84/303)
27642026-08-05T12:20:01.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27652026-08-05T12:20:01.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27662026-08-05T12:20:01.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27672026-08-05T12:20:01.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
27682026-08-05T12:20:01.244Z
27692026-08-05T12:20:01.245Zinfo: running `cargo check --bins` on oximeter-macro-impl (85/303)
27702026-08-05T12:20:01.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27712026-08-05T12:20:01.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27722026-08-05T12:20:01.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27732026-08-05T12:20:01.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
27742026-08-05T12:20:01.790Z
27752026-08-05T12:20:01.790Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (86/303)
27762026-08-05T12:20:02.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27772026-08-05T12:20:02.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27782026-08-05T12:20:02.467Z Compiling multer v3.1.0
27792026-08-05T12:20:02.582Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27802026-08-05T12:20:02.582Z Compiling async-stream-impl v0.3.6
27812026-08-05T12:20:02.597Z Compiling dropshot v0.17.1
27822026-08-05T12:20:02.610Z Compiling parse-display-derive v0.10.0
27832026-08-05T12:20:02.622Z Compiling newtype-uuid-macros v0.1.0
27842026-08-05T12:20:02.622Z Compiling dropshot_endpoint v0.17.1
27852026-08-05T12:20:02.652Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27862026-08-05T12:20:02.795Z Checking thread_local v1.1.9
27872026-08-05T12:20:02.819Z Checking compression-core v0.4.31
27882026-08-05T12:20:02.944Z Checking match_cfg v0.1.0
27892026-08-05T12:20:02.960Z Checking compression-codecs v0.4.37
27902026-08-05T12:20:02.980Z Checking crossbeam-channel v0.5.15
27912026-08-05T12:20:03.027Z Checking hostname v0.3.1
27922026-08-05T12:20:03.046Z Checking atomicwrites v0.4.4
27932026-08-05T12:20:03.122Z Checking slog-json v2.6.1
27942026-08-05T12:20:03.135Z Checking serde_spanned v1.1.1
27952026-08-05T12:20:03.149Z Checking is-terminal v0.4.17
27962026-08-05T12:20:03.168Z Checking toml_datetime v1.1.1+spec-1.1.0
27972026-08-05T12:20:03.233Z Checking toml_writer v1.1.1+spec-1.1.0
27982026-08-05T12:20:03.259Z Checking take_mut v0.2.2
27992026-08-05T12:20:03.275Z Checking term v1.2.1
28002026-08-05T12:20:03.344Z Checking debug-ignore v1.0.5
28012026-08-05T12:20:03.361Z Checking slog-async v2.8.0
28022026-08-05T12:20:03.375Z Checking slog-bunyan v2.5.0
28032026-08-05T12:20:03.378Z Checking async-stream v0.3.6
28042026-08-05T12:20:03.409Z Checking toml v1.1.2+spec-1.1.0
28052026-08-05T12:20:03.441Z Checking async-compression v0.4.41
28062026-08-05T12:20:03.482Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28072026-08-05T12:20:03.495Z Checking slog-term v2.9.2
28082026-08-05T12:20:03.510Z Checking progenitor-client v0.14.0
28092026-08-05T12:20:03.529Z Checking sha1 v0.11.0
28102026-08-05T12:20:03.682Z Checking waitgroup v0.1.2
28112026-08-05T12:20:03.714Z Checking rustls-pemfile v2.2.0
28122026-08-05T12:20:03.739Z Checking backon v1.6.0
28132026-08-05T12:20:03.743Z Checking serde_path_to_error v0.1.20
28142026-08-05T12:20:03.779Z Checking hostname v0.4.2
28152026-08-05T12:20:03.803Z Checking instant v0.1.13
28162026-08-05T12:20:03.886Z Checking backoff v0.4.0
28172026-08-05T12:20:03.901Z Checking progenitor-extras v0.2.0
28182026-08-05T12:20:04.004Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28192026-08-05T12:20:04.020Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28202026-08-05T12:20:04.058Z Checking regress v0.10.5
28212026-08-05T12:20:04.076Z Checking itertools v0.14.0
28222026-08-05T12:20:04.241Z Checking macaddr v1.0.1
28232026-08-05T12:20:04.269Z Checking parse-display v0.10.0
28242026-08-05T12:20:04.381Z Checking humantime v2.3.0
28252026-08-05T12:20:05.206Z Compiling prettyplease v0.2.37
28262026-08-05T12:20:05.486Z Checking num-rational v0.4.2
28272026-08-05T12:20:05.756Z Checking num-complex v0.4.6
28282026-08-05T12:20:06.199Z Compiling num v0.4.3
28292026-08-05T12:20:06.289Z Compiling usdt-macro v0.5.0
28302026-08-05T12:20:06.310Z Compiling usdt-attr-macro v0.5.0
28312026-08-05T12:20:06.345Z Checking memmap v0.7.0
28322026-08-05T12:20:06.357Z Compiling float-ord v0.3.2
28332026-08-05T12:20:06.385Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28342026-08-05T12:20:06.482Z Checking unicode-width v0.2.0
28352026-08-05T12:20:06.574Z Compiling convert_case v0.4.0
28362026-08-05T12:20:06.728Z Checking console v0.15.11
28372026-08-05T12:20:06.944Z Compiling derive_more v0.99.20
28382026-08-05T12:20:07.008Z Checking newline-converter v0.3.0
28392026-08-05T12:20:07.022Z Compiling toml v0.8.23
28402026-08-05T12:20:07.081Z Checking usdt v0.5.0
28412026-08-05T12:20:07.116Z Checking linked-hash-map v0.5.6
28422026-08-05T12:20:07.251Z Compiling minimal-lexical v0.2.1
28432026-08-05T12:20:07.287Z Checking lru-cache v0.1.2
28442026-08-05T12:20:07.407Z Checking expectorate v1.2.0
28452026-08-05T12:20:07.503Z Compiling nom v7.1.3
28462026-08-05T12:20:07.948Z Checking camino-tempfile v1.4.1
28472026-08-05T12:20:07.959Z Checking hickory-proto v0.24.4
28482026-08-05T12:20:08.034Z Checking phf_shared v0.12.1
28492026-08-05T12:20:08.106Z Compiling slog-dtrace v0.3.0
28502026-08-05T12:20:08.173Z Compiling chrono-tz v0.10.4
28512026-08-05T12:20:08.356Z Compiling unicode-xid v0.2.6
28522026-08-05T12:20:08.477Z Checking resolv-conf v0.7.6
28532026-08-05T12:20:08.554Z Checking heck v0.5.0
28542026-08-05T12:20:08.661Z Compiling const_format_proc_macros v0.2.34
28552026-08-05T12:20:08.755Z Checking phf v0.12.1
28562026-08-05T12:20:08.827Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572026-08-05T12:20:08.897Z Checking tokio-dtrace v0.1.1
28582026-08-05T12:20:09.090Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28592026-08-05T12:20:09.350Z Compiling derive-where v1.6.0
28602026-08-05T12:20:09.427Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
28612026-08-05T12:20:09.529Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
28622026-08-05T12:20:09.671Z Checking highway v1.3.0
28632026-08-05T12:20:09.785Z Checking hickory-resolver v0.24.4
28642026-08-05T12:20:09.906Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
28652026-08-05T12:20:10.406Z Checking const_format v0.2.35
28662026-08-05T12:20:10.574Z Checking oxide-tokio-rt v0.1.4
28672026-08-05T12:20:10.654Z Checking qorb v0.4.1
28682026-08-05T12:20:10.783Z Checking gethostname v0.5.0
28692026-08-05T12:20:10.873Z Checking bcs v0.1.6
28702026-08-05T12:20:10.917Z Checking termtree v0.5.1
28712026-08-05T12:20:10.999Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28722026-08-05T12:20:11.060Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28732026-08-05T12:20:11.260Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28742026-08-05T12:20:11.263Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28752026-08-05T12:20:14.309Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
28762026-08-05T12:20:17.404Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
28772026-08-05T12:20:19.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s
28782026-08-05T12:20:19.787Z
28792026-08-05T12:20:19.787Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (87/303)
28802026-08-05T12:20:20.288Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28812026-08-05T12:20:20.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28822026-08-05T12:20:20.459Z Compiling ar_archive_writer v0.5.1
28832026-08-05T12:20:20.568Z Compiling stacker v0.1.23
28842026-08-05T12:20:20.574Z Compiling cfg_aliases v0.1.1
28852026-08-05T12:20:20.579Z Compiling convert_case v0.10.0
28862026-08-05T12:20:20.583Z Checking unicode-width v0.1.14
28872026-08-05T12:20:20.592Z Compiling proc-macro-error v1.0.4
28882026-08-05T12:20:20.607Z Checking fd-lock v4.0.4
28892026-08-05T12:20:20.607Z Checking nibble_vec v0.1.0
28902026-08-05T12:20:20.634Z Compiling nix v0.28.0
28912026-08-05T12:20:20.717Z Compiling recursive-proc-macro-impl v0.1.1
28922026-08-05T12:20:20.726Z Checking vte v0.14.1
28932026-08-05T12:20:20.847Z Checking bytecount v0.6.9
28942026-08-05T12:20:20.862Z Checking endian-type v0.1.2
28952026-08-05T12:20:20.867Z Compiling derive_more-impl v2.1.1
28962026-08-05T12:20:20.871Z Checking strip-ansi-escapes v0.2.1
28972026-08-05T12:20:20.871Z Compiling tabled_derive v0.7.0
28982026-08-05T12:20:20.908Z Checking papergrid v0.11.0
28992026-08-05T12:20:20.939Z Checking radix_trie v0.2.1
29002026-08-05T12:20:20.968Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29012026-08-05T12:20:21.107Z Compiling peg-macros v0.8.5
29022026-08-05T12:20:21.142Z Checking winnow v0.6.26
29032026-08-05T12:20:21.370Z Compiling psm v0.1.30
29042026-08-05T12:20:21.463Z Compiling sqlparser_derive v0.5.0
29052026-08-05T12:20:21.526Z Checking home v0.5.12
29062026-08-05T12:20:21.631Z Checking unicode_categories v0.1.1
29072026-08-05T12:20:21.643Z Checking derive_more v2.1.1
29082026-08-05T12:20:21.718Z Checking nu-ansi-term v0.50.3
29092026-08-05T12:20:21.779Z Checking crossterm v0.29.0
29102026-08-05T12:20:21.827Z Checking tabled v0.15.0
29112026-08-05T12:20:21.924Z Checking reedline v0.40.0
29122026-08-05T12:20:21.936Z Checking rustyline v14.0.0
29132026-08-05T12:20:22.129Z Checking recursive v0.1.1
29142026-08-05T12:20:22.227Z Checking sqlparser v0.61.0
29152026-08-05T12:20:22.241Z Checking display-error-chain v0.2.2
29162026-08-05T12:20:22.274Z Checking sqlformat v0.3.5
29172026-08-05T12:20:22.445Z Checking peg v0.8.5
29182026-08-05T12:20:33.475Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s
29192026-08-05T12:20:33.632Z
29202026-08-05T12:20:33.632Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (88/303)
29212026-08-05T12:20:34.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29222026-08-05T12:20:34.129Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29232026-08-05T12:20:34.302Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29242026-08-05T12:20:37.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s
29252026-08-05T12:20:38.017Z
29262026-08-05T12:20:38.017Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (89/303)
29272026-08-05T12:20:38.509Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29282026-08-05T12:20:38.512Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29292026-08-05T12:20:38.680Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29302026-08-05T12:20:41.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s
29312026-08-05T12:20:41.407Z
29322026-08-05T12:20:41.407Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (90/303)
29332026-08-05T12:20:41.895Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29342026-08-05T12:20:41.898Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29352026-08-05T12:20:42.062Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29362026-08-05T12:20:45.416Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.00s
29372026-08-05T12:20:45.591Z
29382026-08-05T12:20:45.591Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (91/303)
29392026-08-05T12:20:46.084Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29402026-08-05T12:20:46.087Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29412026-08-05T12:20:46.253Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29422026-08-05T12:20:49.645Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
29432026-08-05T12:20:49.820Z
29442026-08-05T12:20:49.820Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (92/303)
29452026-08-05T12:20:50.314Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29462026-08-05T12:20:50.317Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29472026-08-05T12:20:50.482Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29482026-08-05T12:20:53.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.39s
29492026-08-05T12:20:53.384Z
29502026-08-05T12:20:53.384Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (93/303)
29512026-08-05T12:20:53.873Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29522026-08-05T12:20:53.876Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29532026-08-05T12:20:54.043Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29542026-08-05T12:20:56.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.41s
29552026-08-05T12:20:56.977Z
29562026-08-05T12:20:56.977Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (94/303)
29572026-08-05T12:20:57.468Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29582026-08-05T12:20:57.472Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29592026-08-05T12:20:57.639Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-08-05T12:21:01.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.18s
29612026-08-05T12:21:01.345Z
29622026-08-05T12:21:01.345Zinfo: running `cargo check --bins` on oximeter (95/303)
29632026-08-05T12:21:01.819Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29642026-08-05T12:21:01.828Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29652026-08-05T12:21:01.828Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29662026-08-05T12:21:01.830Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29672026-08-05T12:21:01.907Z
29682026-08-05T12:21:01.907Zinfo: running `cargo check --bins` on oximeter-schema (96/303)
29692026-08-05T12:21:02.384Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29702026-08-05T12:21:02.388Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29712026-08-05T12:21:02.522Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29722026-08-05T12:21:02.903Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
29732026-08-05T12:21:03.066Z
29742026-08-05T12:21:03.066Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (97/303)
29752026-08-05T12:21:03.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29762026-08-05T12:21:03.542Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29772026-08-05T12:21:03.542Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29782026-08-05T12:21:03.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
29792026-08-05T12:21:03.628Z
29802026-08-05T12:21:03.628Zinfo: running `cargo check --bins` on oximeter-test-utils (98/303)
29812026-08-05T12:21:04.138Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29822026-08-05T12:21:04.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29832026-08-05T12:21:04.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29842026-08-05T12:21:04.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29852026-08-05T12:21:04.233Z
29862026-08-05T12:21:04.233Zinfo: running `cargo check --bins --no-default-features` on trust-quorum-protocol (99/303)
29872026-08-05T12:21:04.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29882026-08-05T12:21:04.725Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29892026-08-05T12:21:04.725Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29902026-08-05T12:21:04.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29912026-08-05T12:21:04.804Z
29922026-08-05T12:21:04.809Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper,testing` on trust-quorum-protocol (100/303)
29932026-08-05T12:21:05.282Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29942026-08-05T12:21:05.285Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29952026-08-05T12:21:05.285Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29962026-08-05T12:21:05.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
29972026-08-05T12:21:05.370Z
29982026-08-05T12:21:05.370Zinfo: running `cargo check --bins --no-default-features --features danger_partial_eq_ct_wrapper` on trust-quorum-protocol (101/303)
29992026-08-05T12:21:05.852Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30002026-08-05T12:21:05.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30012026-08-05T12:21:05.858Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30022026-08-05T12:21:05.861Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30032026-08-05T12:21:05.942Z
30042026-08-05T12:21:05.942Zinfo: running `cargo check --bins --no-default-features --features testing` on trust-quorum-protocol (102/303)
30052026-08-05T12:21:06.428Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30062026-08-05T12:21:06.432Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30072026-08-05T12:21:06.432Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30082026-08-05T12:21:06.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
30092026-08-05T12:21:06.525Z
30102026-08-05T12:21:06.525Zinfo: running `cargo check --bins` on trust-quorum-types (103/303)
30112026-08-05T12:21:06.989Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122026-08-05T12:21:06.994Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132026-08-05T12:21:06.994Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30142026-08-05T12:21:06.998Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
30152026-08-05T12:21:07.072Z
30162026-08-05T12:21:07.072Zinfo: running `cargo check --bins` on trust-quorum-test-utils (104/303)
30172026-08-05T12:21:07.561Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30182026-08-05T12:21:07.565Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30192026-08-05T12:21:07.565Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30202026-08-05T12:21:07.565Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
30212026-08-05T12:21:07.644Z
30222026-08-05T12:21:07.644Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (105/303)
30232026-08-05T12:21:08.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30242026-08-05T12:21:08.149Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30252026-08-05T12:21:08.353Z Compiling crucible-workspace-hack v0.1.0
30262026-08-05T12:21:08.477Z Checking secrecy v0.10.3
30272026-08-05T12:21:08.498Z Compiling toml_datetime v0.7.5+spec-1.1.0
30282026-08-05T12:21:08.498Z Compiling heapless v0.8.0
30292026-08-05T12:21:08.504Z Compiling ingot-macros v0.2.0
30302026-08-05T12:21:08.504Z Checking hash32 v0.3.1
30312026-08-05T12:21:08.504Z Checking inout v0.1.4
30322026-08-05T12:21:08.524Z Compiling smoltcp v0.11.0
30332026-08-05T12:21:08.571Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30342026-08-05T12:21:08.633Z Compiling toml_edit v0.23.10+spec-1.0.0
30352026-08-05T12:21:08.637Z Checking cipher v0.4.4
30362026-08-05T12:21:08.696Z Checking cobs v0.3.0
30372026-08-05T12:21:08.725Z Checking universal-hash v0.5.1
30382026-08-05T12:21:08.794Z Compiling thiserror-impl-no-std v2.0.2
30392026-08-05T12:21:08.836Z Checking half v2.7.1
30402026-08-05T12:21:08.876Z Checking ciborium-io v0.2.2
30412026-08-05T12:21:08.883Z Checking opaque-debug v0.3.1
30422026-08-05T12:21:08.913Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30432026-08-05T12:21:08.958Z Checking poly1305 v0.8.0
30442026-08-05T12:21:09.008Z Checking postcard v1.1.3
30452026-08-05T12:21:09.094Z Checking chacha20 v0.9.1
30462026-08-05T12:21:09.106Z Checking ciborium-ll v0.2.2
30472026-08-05T12:21:09.397Z Compiling proc-macro-crate v3.4.0
30482026-08-05T12:21:09.425Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30492026-08-05T12:21:09.439Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30502026-08-05T12:21:09.439Z Checking password-hash v0.5.0
30512026-08-05T12:21:09.527Z Compiling proc-macro-crate v1.3.1
30522026-08-05T12:21:09.551Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30532026-08-05T12:21:09.660Z Checking blake2 v0.10.6
30542026-08-05T12:21:09.683Z Checking aead v0.5.2
30552026-08-05T12:21:09.782Z Compiling num_enum_derive v0.7.6
30562026-08-05T12:21:09.802Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30572026-08-05T12:21:09.821Z Compiling foreign-types-macros v0.2.3
30582026-08-05T12:21:09.894Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30592026-08-05T12:21:09.917Z Checking foreign-types-shared v0.3.1
30602026-08-05T12:21:09.981Z Checking thiserror-no-std v2.0.2
30612026-08-05T12:21:10.005Z Compiling num_enum_derive v0.5.11
30622026-08-05T12:21:10.017Z Checking argon2 v0.5.3
30632026-08-05T12:21:10.043Z Checking vsss-rs v3.3.4
30642026-08-05T12:21:10.131Z Checking chacha20poly1305 v0.10.1
30652026-08-05T12:21:10.262Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30662026-08-05T12:21:10.362Z Checking ciborium v0.2.2
30672026-08-05T12:21:10.406Z Checking foreign-types v0.5.0
30682026-08-05T12:21:10.594Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30692026-08-05T12:21:10.607Z Checking tabwriter v1.4.1
30702026-08-05T12:21:10.750Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30712026-08-05T12:21:10.791Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
30722026-08-05T12:21:10.805Z Checking num_enum v0.7.6
30732026-08-05T12:21:10.867Z Checking cstr-argument v0.1.2
30742026-08-05T12:21:10.919Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30752026-08-05T12:21:11.031Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30762026-08-05T12:21:11.045Z Checking num_enum v0.5.11
30772026-08-05T12:21:11.169Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30782026-08-05T12:21:11.186Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30792026-08-05T12:21:11.186Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30802026-08-05T12:21:11.186Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30812026-08-05T12:21:11.186Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30822026-08-05T12:21:11.220Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30832026-08-05T12:21:11.321Z Checking ingot-types v0.2.0
30842026-08-05T12:21:11.321Z Checking indent_write v2.2.0
30852026-08-05T12:21:11.330Z Checking colored v3.1.1
30862026-08-05T12:21:11.387Z Compiling zone_cfg_derive v0.3.1
30872026-08-05T12:21:11.411Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
30882026-08-05T12:21:11.510Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30892026-08-05T12:21:11.572Z Checking itertools v0.12.1
30902026-08-05T12:21:11.650Z Checking ingot v0.2.1
30912026-08-05T12:21:11.677Z Compiling num-derive v0.4.2
30922026-08-05T12:21:11.745Z Checking swrite v0.1.0
30932026-08-05T12:21:11.850Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30942026-08-05T12:21:11.914Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30952026-08-05T12:21:12.009Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30962026-08-05T12:21:12.051Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
30972026-08-05T12:21:12.156Z Checking dropshot-api-manager-types v0.7.2
30982026-08-05T12:21:12.160Z Checking smf v0.2.3
30992026-08-05T12:21:12.185Z Checking nanorand v0.7.0
31002026-08-05T12:21:12.256Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31012026-08-05T12:21:12.303Z Checking whoami v1.6.1
31022026-08-05T12:21:12.325Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31032026-08-05T12:21:12.375Z Checking flume v0.11.1
31042026-08-05T12:21:12.587Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31052026-08-05T12:21:12.591Z Checking zone v0.3.1
31062026-08-05T12:21:13.180Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31072026-08-05T12:21:14.143Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31082026-08-05T12:21:15.055Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31092026-08-05T12:21:18.582Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
31102026-08-05T12:21:20.695Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31112026-08-05T12:21:21.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.22s
31122026-08-05T12:21:22.052Z
31132026-08-05T12:21:22.052Zinfo: running `cargo check --bins` on clickhouse-admin-api (106/303)
31142026-08-05T12:21:22.530Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31152026-08-05T12:21:22.536Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31162026-08-05T12:21:22.536Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31172026-08-05T12:21:22.540Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31182026-08-05T12:21:22.625Z
31192026-08-05T12:21:22.625Zinfo: running `cargo check --bins` on clickhouse-admin-test-utils (107/303)
31202026-08-05T12:21:23.100Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31212026-08-05T12:21:23.104Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31222026-08-05T12:21:23.104Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31232026-08-05T12:21:23.109Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31242026-08-05T12:21:23.190Z
31252026-08-05T12:21:23.190Zinfo: running `cargo check --bins` on bootstrap-agent-lockstep-client (108/303)
31262026-08-05T12:21:23.677Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31272026-08-05T12:21:23.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31282026-08-05T12:21:23.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31292026-08-05T12:21:23.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31302026-08-05T12:21:23.762Z
31312026-08-05T12:21:23.763Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (109/303)
31322026-08-05T12:21:24.249Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31332026-08-05T12:21:24.327Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31342026-08-05T12:21:24.327Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31352026-08-05T12:21:24.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31362026-08-05T12:21:24.339Z
31372026-08-05T12:21:24.343Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (110/303)
31382026-08-05T12:21:24.821Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31392026-08-05T12:21:24.833Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31402026-08-05T12:21:24.833Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31412026-08-05T12:21:24.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31422026-08-05T12:21:24.913Z
31432026-08-05T12:21:24.913Zinfo: running `cargo check --bins` on clickhouse-admin-single-client (111/303)
31442026-08-05T12:21:25.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31452026-08-05T12:21:25.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31462026-08-05T12:21:25.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31472026-08-05T12:21:25.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31482026-08-05T12:21:25.496Z
31492026-08-05T12:21:25.497Zinfo: running `cargo check --bins` on cockroach-admin-client (112/303)
31502026-08-05T12:21:25.957Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31512026-08-05T12:21:25.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31522026-08-05T12:21:25.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31532026-08-05T12:21:25.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31542026-08-05T12:21:26.059Z
31552026-08-05T12:21:26.059Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (113/303)
31562026-08-05T12:21:26.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31572026-08-05T12:21:26.547Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31582026-08-05T12:21:26.547Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31592026-08-05T12:21:26.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31602026-08-05T12:21:26.627Z
31612026-08-05T12:21:26.627Zinfo: running `cargo check --bins` on dns-service-client (114/303)
31622026-08-05T12:21:27.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31632026-08-05T12:21:27.111Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31642026-08-05T12:21:27.111Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31652026-08-05T12:21:27.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31662026-08-05T12:21:27.196Z
31672026-08-05T12:21:27.196Zinfo: running `cargo check --bins` on installinator-client (115/303)
31682026-08-05T12:21:27.673Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692026-08-05T12:21:27.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702026-08-05T12:21:27.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712026-08-05T12:21:27.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
31722026-08-05T12:21:27.765Z
31732026-08-05T12:21:27.765Zinfo: running `cargo check --bins` on nexus-client (116/303)
31742026-08-05T12:21:28.272Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752026-08-05T12:21:28.277Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762026-08-05T12:21:28.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772026-08-05T12:21:28.282Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
31782026-08-05T12:21:28.373Z
31792026-08-05T12:21:28.373Zinfo: running `cargo check --bins` on nexus-lockstep-client (117/303)
31802026-08-05T12:21:28.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812026-08-05T12:21:28.880Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822026-08-05T12:21:28.880Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832026-08-05T12:21:28.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31842026-08-05T12:21:28.975Z
31852026-08-05T12:21:28.975Zinfo: running `cargo check --bins` on ntp-admin-client (118/303)
31862026-08-05T12:21:29.443Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872026-08-05T12:21:29.448Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882026-08-05T12:21:29.448Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892026-08-05T12:21:29.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31902026-08-05T12:21:29.527Z
31912026-08-05T12:21:29.527Zinfo: running `cargo check --bins` on oxide-client (119/303)
31922026-08-05T12:21:29.995Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932026-08-05T12:21:30.005Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942026-08-05T12:21:30.005Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952026-08-05T12:21:30.009Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
31962026-08-05T12:21:30.084Z
31972026-08-05T12:21:30.085Zinfo: running `cargo check --bins` on oximeter-client (120/303)
31982026-08-05T12:21:30.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992026-08-05T12:21:30.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002026-08-05T12:21:30.567Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012026-08-05T12:21:30.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32022026-08-05T12:21:30.654Z
32032026-08-05T12:21:30.654Zinfo: running `cargo check --bins` on repo-depot-client (121/303)
32042026-08-05T12:21:31.125Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052026-08-05T12:21:31.130Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062026-08-05T12:21:31.130Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072026-08-05T12:21:31.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32082026-08-05T12:21:31.214Z
32092026-08-05T12:21:31.214Zinfo: running `cargo check --bins` on sled-agent-client (122/303)
32102026-08-05T12:21:31.700Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112026-08-05T12:21:31.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122026-08-05T12:21:31.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132026-08-05T12:21:31.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32142026-08-05T12:21:31.794Z
32152026-08-05T12:21:31.794Zinfo: running `cargo check --bins` on wicketd-client (123/303)
32162026-08-05T12:21:32.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172026-08-05T12:21:32.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182026-08-05T12:21:32.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32192026-08-05T12:21:32.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
32202026-08-05T12:21:32.386Z
32212026-08-05T12:21:32.386Zinfo: running `cargo check --bins` on installinator-common (124/303)
32222026-08-05T12:21:32.878Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232026-08-05T12:21:32.901Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242026-08-05T12:21:32.902Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32252026-08-05T12:21:32.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32262026-08-05T12:21:32.984Z
32272026-08-05T12:21:32.984Zinfo: running `cargo check --bins` on installinator-common-versions (125/303)
32282026-08-05T12:21:33.444Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32292026-08-05T12:21:33.447Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32302026-08-05T12:21:33.447Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32312026-08-05T12:21:33.451Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32322026-08-05T12:21:33.533Z
32332026-08-05T12:21:33.534Zinfo: running `cargo check --bins` on wicket-common (126/303)
32342026-08-05T12:21:34.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32352026-08-05T12:21:34.204Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32362026-08-05T12:21:34.204Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32372026-08-05T12:21:34.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
32382026-08-05T12:21:34.204Z
32392026-08-05T12:21:34.204Zinfo: running `cargo check --bins` on wicketd-commission-client (127/303)
32402026-08-05T12:21:34.704Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32412026-08-05T12:21:34.716Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32422026-08-05T12:21:34.716Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32432026-08-05T12:21:34.716Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
32442026-08-05T12:21:34.716Z
32452026-08-05T12:21:34.716Zinfo: running `cargo check --bins` on omicron-cockroach-admin (128/303)
32462026-08-05T12:21:35.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32472026-08-05T12:21:35.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32482026-08-05T12:21:35.364Z Checking csv-core v0.1.13
32492026-08-05T12:21:35.474Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
32502026-08-05T12:21:35.481Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32512026-08-05T12:21:35.488Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
32522026-08-05T12:21:35.615Z Checking csv v1.4.0
32532026-08-05T12:21:35.639Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32542026-08-05T12:21:35.930Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32552026-08-05T12:21:36.271Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-08-05T12:21:36.293Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32572026-08-05T12:21:37.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s
32582026-08-05T12:21:37.535Z
32592026-08-05T12:21:37.535Zinfo: running `cargo check --bins` on cockroach-admin-api (129/303)
32602026-08-05T12:21:38.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32612026-08-05T12:21:38.023Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32622026-08-05T12:21:38.023Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32632026-08-05T12:21:38.023Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
32642026-08-05T12:21:38.099Z
32652026-08-05T12:21:38.099Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (130/303)
32662026-08-05T12:21:38.642Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32672026-08-05T12:21:38.682Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32682026-08-05T12:21:38.682Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32692026-08-05T12:21:38.682Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32702026-08-05T12:21:38.757Z
32712026-08-05T12:21:38.757Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (131/303)
32722026-08-05T12:21:39.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32732026-08-05T12:21:39.302Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32742026-08-05T12:21:39.303Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32752026-08-05T12:21:39.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32762026-08-05T12:21:39.400Z
32772026-08-05T12:21:39.400Zinfo: running `cargo check --bins` on gateway-test-utils (132/303)
32782026-08-05T12:21:40.046Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32792026-08-05T12:21:40.098Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32802026-08-05T12:21:40.098Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32812026-08-05T12:21:40.098Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32822026-08-05T12:21:40.099Z
32832026-08-05T12:21:40.099Zinfo: running `cargo check --bins` on omicron-gateway (133/303)
32842026-08-05T12:21:40.534Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852026-08-05T12:21:40.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862026-08-05T12:21:40.767Z Compiling regress v0.11.1
32872026-08-05T12:21:40.911Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32882026-08-05T12:21:40.941Z Compiling unsafe-libyaml v0.2.11
32892026-08-05T12:21:40.955Z Compiling semver v0.1.20
32902026-08-05T12:21:40.955Z Checking nom v8.0.0
32912026-08-05T12:21:40.958Z Compiling cancel-safe-futures v0.1.5
32922026-08-05T12:21:40.972Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-08-05T12:21:41.155Z Compiling rustc_version v0.1.7
32942026-08-05T12:21:41.221Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32952026-08-05T12:21:41.371Z Compiling newtype_derive v0.1.6
32962026-08-05T12:21:41.621Z Compiling serde_yaml v0.9.34+deprecated
32972026-08-05T12:21:41.648Z Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32982026-08-05T12:21:41.648Z Compiling owo-colors v4.3.0
32992026-08-05T12:21:41.717Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33002026-08-05T12:21:41.959Z Checking oxide-update-engine-types v0.1.2
33012026-08-05T12:21:41.974Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33022026-08-05T12:21:42.088Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33032026-08-05T12:21:42.107Z Checking smawk v0.3.2
33042026-08-05T12:21:42.235Z Checking tagptr v0.2.0
33052026-08-05T12:21:42.341Z Checking typify-impl v0.6.2
33062026-08-05T12:21:42.384Z Checking linear-map v1.2.0
33072026-08-05T12:21:42.627Z Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33082026-08-05T12:21:42.666Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33092026-08-05T12:21:42.756Z Checking unicode-linebreak v0.1.5
33102026-08-05T12:21:42.855Z Checking oxide-update-engine v0.1.2
33112026-08-05T12:21:42.874Z Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33122026-08-05T12:21:42.940Z Checking moka v0.12.13
33132026-08-05T12:21:42.971Z Checking textwrap v0.16.2
33142026-08-05T12:21:43.188Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33152026-08-05T12:21:43.492Z Checking steno v0.4.1
33162026-08-05T12:21:43.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33172026-08-05T12:21:43.807Z Checking hickory-resolver v0.25.2
33182026-08-05T12:21:43.864Z Checking hickory-proto v0.26.1
33192026-08-05T12:21:44.004Z Checking sha1 v0.10.6
33202026-08-05T12:21:44.073Z Checking utf-8 v0.7.6
33212026-08-05T12:21:44.175Z Checking void v1.0.2
33222026-08-05T12:21:44.187Z Checking half v1.8.3
33232026-08-05T12:21:44.287Z Checking lzss v0.8.2
33242026-08-05T12:21:44.387Z Checking serde_cbor v0.11.2
33252026-08-05T12:21:49.171Z Checking tungstenite v0.23.0
33262026-08-05T12:21:49.312Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33272026-08-05T12:21:49.315Z Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33282026-08-05T12:21:49.315Z Checking nix v0.27.1
33292026-08-05T12:21:49.315Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
33302026-08-05T12:21:49.315Z Checking kstat-rs v0.2.5
33312026-08-05T12:21:49.315Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33322026-08-05T12:21:49.315Z Checking fxhash v0.2.1
33332026-08-05T12:21:49.315Z Checking serde_bytes v0.11.19
33342026-08-05T12:21:49.315Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33352026-08-05T12:21:49.315Z Checking tokio-tungstenite v0.23.1
33362026-08-05T12:21:49.315Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
33372026-08-05T12:21:49.315Z Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
33382026-08-05T12:21:49.315Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33392026-08-05T12:21:49.318Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
33402026-08-05T12:21:49.318Z Checking signal-hook-tokio v0.3.1
33412026-08-05T12:21:49.318Z Compiling typify-macro v0.6.2
33422026-08-05T12:21:49.318Z Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33432026-08-05T12:21:49.318Z Compiling typify v0.6.2
33442026-08-05T12:21:49.318Z Compiling progenitor-impl v0.14.0
33452026-08-05T12:21:49.318Z Compiling progenitor-macro v0.14.0
33462026-08-05T12:21:50.951Z Checking progenitor v0.14.0
33472026-08-05T12:21:51.067Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33482026-08-05T12:21:51.070Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-08-05T12:21:53.736Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33502026-08-05T12:22:02.087Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33512026-08-05T12:22:08.890Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
33522026-08-05T12:22:10.294Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33532026-08-05T12:22:10.832Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
33542026-08-05T12:22:12.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.95s
33552026-08-05T12:22:13.169Z
33562026-08-05T12:22:13.169Zinfo: running `cargo check --bins` on gateway-api (134/303)
33572026-08-05T12:22:13.651Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33582026-08-05T12:22:13.655Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33592026-08-05T12:22:13.655Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33602026-08-05T12:22:13.660Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33612026-08-05T12:22:13.739Z
33622026-08-05T12:22:13.739Zinfo: running `cargo check --bins` on ipcc (135/303)
33632026-08-05T12:22:14.226Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33642026-08-05T12:22:14.229Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33652026-08-05T12:22:14.229Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33662026-08-05T12:22:14.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33672026-08-05T12:22:14.313Z
33682026-08-05T12:22:14.313Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (136/303)
33692026-08-05T12:22:14.780Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33702026-08-05T12:22:14.784Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33712026-08-05T12:22:14.784Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33722026-08-05T12:22:14.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
33732026-08-05T12:22:14.866Z
33742026-08-05T12:22:14.866Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs,zone` on oximeter-instruments (137/303)
33752026-08-05T12:22:15.367Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762026-08-05T12:22:15.372Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772026-08-05T12:22:15.372Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33782026-08-05T12:22:15.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
33792026-08-05T12:22:15.454Z
33802026-08-05T12:22:15.454Zinfo: running `cargo check --bins --no-default-features --features cpu` on oximeter-instruments (138/303)
33812026-08-05T12:22:15.939Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822026-08-05T12:22:15.942Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832026-08-05T12:22:15.943Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842026-08-05T12:22:15.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33852026-08-05T12:22:16.028Z
33862026-08-05T12:22:16.028Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (139/303)
33872026-08-05T12:22:16.514Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882026-08-05T12:22:16.518Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892026-08-05T12:22:16.518Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902026-08-05T12:22:16.521Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33912026-08-05T12:22:16.604Z
33922026-08-05T12:22:16.604Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink` on oximeter-instruments (140/303)
33932026-08-05T12:22:17.088Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942026-08-05T12:22:17.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952026-08-05T12:22:17.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33962026-08-05T12:22:17.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
33972026-08-05T12:22:17.175Z
33982026-08-05T12:22:17.175Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (141/303)
33992026-08-05T12:22:17.674Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002026-08-05T12:22:17.678Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012026-08-05T12:22:17.678Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34022026-08-05T12:22:17.687Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34032026-08-05T12:22:17.769Z
34042026-08-05T12:22:17.770Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (142/303)
34052026-08-05T12:22:18.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34062026-08-05T12:22:18.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34072026-08-05T12:22:18.254Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34082026-08-05T12:22:18.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34092026-08-05T12:22:18.342Z
34102026-08-05T12:22:18.342Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments` on oximeter-instruments (143/303)
34112026-08-05T12:22:18.827Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34122026-08-05T12:22:18.831Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34132026-08-05T12:22:18.831Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34142026-08-05T12:22:18.835Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34152026-08-05T12:22:18.919Z
34162026-08-05T12:22:18.919Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (144/303)
34172026-08-05T12:22:19.401Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34182026-08-05T12:22:19.404Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34192026-08-05T12:22:19.404Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34202026-08-05T12:22:19.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34212026-08-05T12:22:19.492Z
34222026-08-05T12:22:19.492Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments` on oximeter-instruments (145/303)
34232026-08-05T12:22:19.972Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34242026-08-05T12:22:19.975Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34252026-08-05T12:22:19.975Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34262026-08-05T12:22:19.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34272026-08-05T12:22:20.062Z
34282026-08-05T12:22:20.062Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (146/303)
34292026-08-05T12:22:20.545Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34302026-08-05T12:22:20.548Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34312026-08-05T12:22:20.548Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34322026-08-05T12:22:20.552Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34332026-08-05T12:22:20.635Z
34342026-08-05T12:22:20.635Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (147/303)
34352026-08-05T12:22:21.118Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34362026-08-05T12:22:21.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34372026-08-05T12:22:21.123Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34382026-08-05T12:22:21.126Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
34392026-08-05T12:22:21.209Z
34402026-08-05T12:22:21.209Zinfo: running `cargo check --bins --no-default-features --features zfs` on oximeter-instruments (148/303)
34412026-08-05T12:22:21.702Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34422026-08-05T12:22:21.705Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34432026-08-05T12:22:21.705Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34442026-08-05T12:22:21.710Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34452026-08-05T12:22:21.796Z
34462026-08-05T12:22:21.796Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs` on oximeter-instruments (149/303)
34472026-08-05T12:22:22.294Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34482026-08-05T12:22:22.298Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34492026-08-05T12:22:22.298Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34502026-08-05T12:22:22.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34512026-08-05T12:22:22.390Z
34522026-08-05T12:22:22.390Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs` on oximeter-instruments (150/303)
34532026-08-05T12:22:22.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34542026-08-05T12:22:22.889Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34552026-08-05T12:22:22.889Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34562026-08-05T12:22:22.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34572026-08-05T12:22:22.979Z
34582026-08-05T12:22:22.979Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs` on oximeter-instruments (151/303)
34592026-08-05T12:22:23.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34602026-08-05T12:22:23.480Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34612026-08-05T12:22:23.480Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34622026-08-05T12:22:23.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34632026-08-05T12:22:23.569Z
34642026-08-05T12:22:23.570Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs` on oximeter-instruments (152/303)
34652026-08-05T12:22:24.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34662026-08-05T12:22:24.070Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34672026-08-05T12:22:24.070Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34682026-08-05T12:22:24.073Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34692026-08-05T12:22:24.159Z
34702026-08-05T12:22:24.159Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs` on oximeter-instruments (153/303)
34712026-08-05T12:22:24.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34722026-08-05T12:22:24.703Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34732026-08-05T12:22:24.703Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34742026-08-05T12:22:24.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34752026-08-05T12:22:24.743Z
34762026-08-05T12:22:24.743Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs` on oximeter-instruments (154/303)
34772026-08-05T12:22:25.237Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34782026-08-05T12:22:25.240Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34792026-08-05T12:22:25.240Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34802026-08-05T12:22:25.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34812026-08-05T12:22:25.332Z
34822026-08-05T12:22:25.333Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zfs` on oximeter-instruments (155/303)
34832026-08-05T12:22:25.828Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34842026-08-05T12:22:25.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34852026-08-05T12:22:25.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34862026-08-05T12:22:25.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34872026-08-05T12:22:25.921Z
34882026-08-05T12:22:25.921Zinfo: running `cargo check --bins --no-default-features --features kstat,zfs` on oximeter-instruments (156/303)
34892026-08-05T12:22:26.423Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34902026-08-05T12:22:26.427Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34912026-08-05T12:22:26.427Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34922026-08-05T12:22:26.427Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34932026-08-05T12:22:26.515Z
34942026-08-05T12:22:26.515Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat,zfs` on oximeter-instruments (157/303)
34952026-08-05T12:22:27.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34962026-08-05T12:22:27.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34972026-08-05T12:22:27.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34982026-08-05T12:22:27.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
34992026-08-05T12:22:27.102Z
35002026-08-05T12:22:27.102Zinfo: running `cargo check --bins --no-default-features --features zone` on oximeter-instruments (158/303)
35012026-08-05T12:22:27.584Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35022026-08-05T12:22:27.587Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35032026-08-05T12:22:27.587Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35042026-08-05T12:22:27.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35052026-08-05T12:22:27.673Z
35062026-08-05T12:22:27.673Zinfo: running `cargo check --bins --no-default-features --features cpu,zone` on oximeter-instruments (159/303)
35072026-08-05T12:22:28.152Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35082026-08-05T12:22:28.155Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35092026-08-05T12:22:28.155Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35102026-08-05T12:22:28.159Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35112026-08-05T12:22:28.242Z
35122026-08-05T12:22:28.242Zinfo: running `cargo check --bins --no-default-features --features datalink,zone` on oximeter-instruments (160/303)
35132026-08-05T12:22:28.727Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35142026-08-05T12:22:28.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35152026-08-05T12:22:28.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35162026-08-05T12:22:28.734Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35172026-08-05T12:22:28.816Z
35182026-08-05T12:22:28.816Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zone` on oximeter-instruments (161/303)
35192026-08-05T12:22:29.296Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35202026-08-05T12:22:29.299Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35212026-08-05T12:22:29.299Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35222026-08-05T12:22:29.303Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35232026-08-05T12:22:29.383Z
35242026-08-05T12:22:29.383Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zone` on oximeter-instruments (162/303)
35252026-08-05T12:22:29.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35262026-08-05T12:22:29.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35272026-08-05T12:22:29.869Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35282026-08-05T12:22:29.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35292026-08-05T12:22:29.956Z
35302026-08-05T12:22:29.956Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zone` on oximeter-instruments (163/303)
35312026-08-05T12:22:30.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35322026-08-05T12:22:30.439Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35332026-08-05T12:22:30.439Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35342026-08-05T12:22:30.443Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35352026-08-05T12:22:30.527Z
35362026-08-05T12:22:30.527Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zone` on oximeter-instruments (164/303)
35372026-08-05T12:22:31.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35382026-08-05T12:22:31.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35392026-08-05T12:22:31.015Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35402026-08-05T12:22:31.019Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35412026-08-05T12:22:31.104Z
35422026-08-05T12:22:31.104Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,http-instruments,zone` on oximeter-instruments (165/303)
35432026-08-05T12:22:31.606Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35442026-08-05T12:22:31.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35452026-08-05T12:22:31.616Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35462026-08-05T12:22:31.616Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35472026-08-05T12:22:31.679Z
35482026-08-05T12:22:31.679Zinfo: running `cargo check --bins --no-default-features --features zfs,zone` on oximeter-instruments (166/303)
35492026-08-05T12:22:32.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35502026-08-05T12:22:32.177Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35512026-08-05T12:22:32.177Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35522026-08-05T12:22:32.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35532026-08-05T12:22:32.268Z
35542026-08-05T12:22:32.268Zinfo: running `cargo check --bins --no-default-features --features cpu,zfs,zone` on oximeter-instruments (167/303)
35552026-08-05T12:22:32.762Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35562026-08-05T12:22:32.765Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35572026-08-05T12:22:32.765Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35582026-08-05T12:22:32.770Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35592026-08-05T12:22:32.857Z
35602026-08-05T12:22:32.857Zinfo: running `cargo check --bins --no-default-features --features datalink,zfs,zone` on oximeter-instruments (168/303)
35612026-08-05T12:22:33.355Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35622026-08-05T12:22:33.358Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35632026-08-05T12:22:33.358Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35642026-08-05T12:22:33.362Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35652026-08-05T12:22:33.451Z
35662026-08-05T12:22:33.451Zinfo: running `cargo check --bins --no-default-features --features cpu,datalink,zfs,zone` on oximeter-instruments (169/303)
35672026-08-05T12:22:33.944Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35682026-08-05T12:22:33.947Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35692026-08-05T12:22:33.947Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35702026-08-05T12:22:33.952Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35712026-08-05T12:22:34.036Z
35722026-08-05T12:22:34.036Zinfo: running `cargo check --bins --no-default-features --features http-instruments,zfs,zone` on oximeter-instruments (170/303)
35732026-08-05T12:22:34.527Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35742026-08-05T12:22:34.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35752026-08-05T12:22:34.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35762026-08-05T12:22:34.535Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35772026-08-05T12:22:34.620Z
35782026-08-05T12:22:34.620Zinfo: running `cargo check --bins --no-default-features --features cpu,http-instruments,zfs,zone` on oximeter-instruments (171/303)
35792026-08-05T12:22:35.106Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35802026-08-05T12:22:35.109Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35812026-08-05T12:22:35.109Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35822026-08-05T12:22:35.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
35832026-08-05T12:22:35.198Z
35842026-08-05T12:22:35.198Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments,zfs,zone` on oximeter-instruments (172/303)
35852026-08-05T12:22:35.691Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35862026-08-05T12:22:35.694Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35872026-08-05T12:22:35.694Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35882026-08-05T12:22:35.698Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
35892026-08-05T12:22:35.784Z
35902026-08-05T12:22:35.784Zinfo: running `cargo check --bins` on oximeter-producer (173/303)
35912026-08-05T12:22:36.287Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35922026-08-05T12:22:36.291Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35932026-08-05T12:22:36.291Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
35942026-08-05T12:22:36.295Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
35952026-08-05T12:22:36.388Z
35962026-08-05T12:22:36.388Zinfo: running `cargo check --bins` on internal-dns-resolver (174/303)
35972026-08-05T12:22:36.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
35982026-08-05T12:22:36.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
35992026-08-05T12:22:36.871Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
36002026-08-05T12:22:36.874Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
36012026-08-05T12:22:36.959Z
36022026-08-05T12:22:36.960Zinfo: running `cargo check --bins` on dns-server (175/303)
36032026-08-05T12:22:37.437Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
36042026-08-05T12:22:37.440Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
36052026-08-05T12:22:37.590Z Compiling parking_lot_core v0.8.6
36062026-08-05T12:22:37.595Z Compiling git-stub v1.0.0
36072026-08-05T12:22:37.595Z Checking prefix-trie v0.7.0
36082026-08-05T12:22:37.710Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
36092026-08-05T12:22:37.824Z Compiling git-stub-vcs v0.1.0
36102026-08-05T12:22:37.983Z Checking hickory-server v0.25.2
36112026-08-05T12:22:38.085Z Checking parking_lot v0.11.2
36122026-08-05T12:22:38.122Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
36132026-08-05T12:22:38.251Z Checking sled v0.34.7
36142026-08-05T12:22:39.532Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
36152026-08-05T12:22:39.532Z --> dns-server/src/dns_server.rs:487:12
36162026-08-05T12:22:39.532Z |
36172026-08-05T12:22:39.533Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36182026-08-05T12:22:39.533Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36192026-08-05T12:22:39.533Z |
36202026-08-05T12:22:39.533Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36212026-08-05T12:22:39.533Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36222026-08-05T12:22:39.533Z |
36232026-08-05T12:22:39.533Z 77 | pub struct Record<R: RecordData = RData> {
36242026-08-05T12:22:39.533Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36252026-08-05T12:22:39.533Z |
36262026-08-05T12:22:39.533Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36272026-08-05T12:22:39.533Z |
36282026-08-05T12:22:39.533Z 78 | pub struct Record<R: RecordData = RData> {
36292026-08-05T12:22:39.533Z | ---------------------------------------- this is the found type
36302026-08-05T12:22:39.533Z = help: you can use `cargo tree` to explore your dependency tree
36312026-08-05T12:22:39.533Znote: required by a bound in `MessageResponse`
36322026-08-05T12:22:39.533Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
36332026-08-05T12:22:39.533Z |
36342026-08-05T12:22:39.533Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36352026-08-05T12:22:39.533Z | --------------- required by a bound in this struct
36362026-08-05T12:22:39.534Z 22 | where
36372026-08-05T12:22:39.534Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36382026-08-05T12:22:39.534Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36392026-08-05T12:22:39.534Z
36402026-08-05T12:22:39.534Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
36412026-08-05T12:22:39.534Z --> dns-server/src/dns_server.rs:487:12
36422026-08-05T12:22:39.534Z |
36432026-08-05T12:22:39.534Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36442026-08-05T12:22:39.534Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36452026-08-05T12:22:39.534Z |
36462026-08-05T12:22:39.534Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36472026-08-05T12:22:39.534Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36482026-08-05T12:22:39.534Z |
36492026-08-05T12:22:39.534Z 77 | pub struct Record<R: RecordData = RData> {
36502026-08-05T12:22:39.534Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36512026-08-05T12:22:39.534Z |
36522026-08-05T12:22:39.534Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36532026-08-05T12:22:39.534Z |
36542026-08-05T12:22:39.534Z 78 | pub struct Record<R: RecordData = RData> {
36552026-08-05T12:22:39.534Z | ---------------------------------------- this is the found type
36562026-08-05T12:22:39.534Z = help: you can use `cargo tree` to explore your dependency tree
36572026-08-05T12:22:39.534Znote: required by a bound in `MessageResponse`
36582026-08-05T12:22:39.534Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
36592026-08-05T12:22:39.534Z |
36602026-08-05T12:22:39.534Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36612026-08-05T12:22:39.535Z | --------------- required by a bound in this struct
36622026-08-05T12:22:39.535Z...
36632026-08-05T12:22:39.535Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36642026-08-05T12:22:39.535Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36652026-08-05T12:22:39.535Z
36662026-08-05T12:22:39.535Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
36672026-08-05T12:22:39.535Z --> dns-server/src/dns_server.rs:487:12
36682026-08-05T12:22:39.535Z |
36692026-08-05T12:22:39.535Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36702026-08-05T12:22:39.535Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36712026-08-05T12:22:39.535Z |
36722026-08-05T12:22:39.535Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36732026-08-05T12:22:39.535Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36742026-08-05T12:22:39.535Z |
36752026-08-05T12:22:39.535Z 77 | pub struct Record<R: RecordData = RData> {
36762026-08-05T12:22:39.535Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36772026-08-05T12:22:39.535Z |
36782026-08-05T12:22:39.535Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36792026-08-05T12:22:39.535Z |
36802026-08-05T12:22:39.535Z 78 | pub struct Record<R: RecordData = RData> {
36812026-08-05T12:22:39.535Z | ---------------------------------------- this is the found type
36822026-08-05T12:22:39.535Z = help: you can use `cargo tree` to explore your dependency tree
36832026-08-05T12:22:39.535Znote: required by a bound in `MessageResponse`
36842026-08-05T12:22:39.535Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
36852026-08-05T12:22:39.535Z |
36862026-08-05T12:22:39.535Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
36872026-08-05T12:22:39.535Z | --------------- required by a bound in this struct
36882026-08-05T12:22:39.535Z...
36892026-08-05T12:22:39.535Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36902026-08-05T12:22:39.535Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
36912026-08-05T12:22:39.535Z
36922026-08-05T12:22:39.536Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
36932026-08-05T12:22:39.536Z --> dns-server/src/dns_server.rs:487:12
36942026-08-05T12:22:39.536Z |
36952026-08-05T12:22:39.536Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
36962026-08-05T12:22:39.536Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
36972026-08-05T12:22:39.536Z |
36982026-08-05T12:22:39.536Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36992026-08-05T12:22:39.537Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37002026-08-05T12:22:39.537Z |
37012026-08-05T12:22:39.537Z 77 | pub struct Record<R: RecordData = RData> {
37022026-08-05T12:22:39.537Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37032026-08-05T12:22:39.537Z |
37042026-08-05T12:22:39.537Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37052026-08-05T12:22:39.537Z |
37062026-08-05T12:22:39.537Z 78 | pub struct Record<R: RecordData = RData> {
37072026-08-05T12:22:39.537Z | ---------------------------------------- this is the found type
37082026-08-05T12:22:39.537Z = help: you can use `cargo tree` to explore your dependency tree
37092026-08-05T12:22:39.537Znote: required by a bound in `MessageResponse`
37102026-08-05T12:22:39.537Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
37112026-08-05T12:22:39.538Z |
37122026-08-05T12:22:39.538Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
37132026-08-05T12:22:39.538Z | --------------- required by a bound in this struct
37142026-08-05T12:22:39.541Z...
37152026-08-05T12:22:39.541Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37162026-08-05T12:22:39.541Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
37172026-08-05T12:22:39.541Z
37182026-08-05T12:22:39.689Zerror[E0599]: no associated function or constant named `read` found for struct `MessageRequest` in the current scope
37192026-08-05T12:22:39.689Z --> dns-server/src/dns_server.rs:161:36
37202026-08-05T12:22:39.689Z |
37212026-08-05T12:22:39.689Z161 | let mr = match MessageRequest::read(&mut dec) {
37222026-08-05T12:22:39.689Z | ^^^^ associated function or constant not found in `MessageRequest`
37232026-08-05T12:22:39.689Z |
37242026-08-05T12:22:39.689Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37252026-08-05T12:22:39.689Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
37262026-08-05T12:22:39.689Z |
37272026-08-05T12:22:39.689Z 44 | pub trait BinDecodable<'r>: Sized {
37282026-08-05T12:22:39.689Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
37292026-08-05T12:22:39.689Z |
37302026-08-05T12:22:39.689Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
37312026-08-05T12:22:39.689Z |
37322026-08-05T12:22:39.689Z 45 | pub trait BinDecodable<'r>: Sized {
37332026-08-05T12:22:39.689Z | --------------------------------- this is the trait that was imported
37342026-08-05T12:22:39.689Z = help: you can use `cargo tree` to explore your dependency tree
37352026-08-05T12:22:39.689Z
37362026-08-05T12:22:39.705Zerror[E0599]: no associated function or constant named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
37372026-08-05T12:22:39.705Z --> dns-server/src/dns_server.rs:173:34
37382026-08-05T12:22:39.705Z |
37392026-08-05T12:22:39.705Z173 | let header = Header::response_from_request(mr.header());
37402026-08-05T12:22:39.705Z | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `hickory_proto::op::Header`
37412026-08-05T12:22:39.705Z |
37422026-08-05T12:22:39.705Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
37432026-08-05T12:22:39.706Z --> dns-server/src/dns_server.rs:173:26
37442026-08-05T12:22:39.706Z |
37452026-08-05T12:22:39.706Z173 | let header = Header::response_from_request(mr.header());
37462026-08-05T12:22:39.706Z | ^^^^^^
37472026-08-05T12:22:39.706Z
37482026-08-05T12:22:39.726Zerror[E0599]: no associated function or constant named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
37492026-08-05T12:22:39.726Z --> dns-server/src/dns_server.rs:273:30
37502026-08-05T12:22:39.726Z |
37512026-08-05T12:22:39.726Z273 | let mut header = Header::response_from_request(mr.header());
37522026-08-05T12:22:39.726Z | ^^^^^^^^^^^^^^^^^^^^^ associated function or constant not found in `hickory_proto::op::Header`
37532026-08-05T12:22:39.726Z |
37542026-08-05T12:22:39.726Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
37552026-08-05T12:22:39.726Z --> dns-server/src/dns_server.rs:273:22
37562026-08-05T12:22:39.726Z |
37572026-08-05T12:22:39.726Z273 | let mut header = Header::response_from_request(mr.header());
37582026-08-05T12:22:39.726Z | ^^^^^^
37592026-08-05T12:22:39.726Z
37602026-08-05T12:22:39.743Zerror[E0308]: mismatched types
37612026-08-05T12:22:39.743Z --> dns-server/src/dns_server.rs:299:30
37622026-08-05T12:22:39.743Z |
37632026-08-05T12:22:39.743Z299 | let answer = store.query(query)?;
37642026-08-05T12:22:39.743Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
37652026-08-05T12:22:39.743Z | |
37662026-08-05T12:22:39.743Z | arguments to this method are incorrect
37672026-08-05T12:22:39.743Z |
37682026-08-05T12:22:39.743Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37692026-08-05T12:22:39.743Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
37702026-08-05T12:22:39.743Z |
37712026-08-05T12:22:39.743Z 22 | pub struct LowerQuery {
37722026-08-05T12:22:39.743Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37732026-08-05T12:22:39.743Z |
37742026-08-05T12:22:39.743Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
37752026-08-05T12:22:39.743Z |
37762026-08-05T12:22:39.743Z 18 | pub struct LowerQuery {
37772026-08-05T12:22:39.743Z | --------------------- this is the found type
37782026-08-05T12:22:39.743Z = help: you can use `cargo tree` to explore your dependency tree
37792026-08-05T12:22:39.743Znote: method defined here
37802026-08-05T12:22:39.744Z --> dns-server/src/storage.rs:762:19
37812026-08-05T12:22:39.744Z |
37822026-08-05T12:22:39.744Z762 | pub(crate) fn query(
37832026-08-05T12:22:39.744Z | ^^^^^
37842026-08-05T12:22:39.744Z763 | &self,
37852026-08-05T12:22:39.744Z764 | query: &LowerQuery,
37862026-08-05T12:22:39.744Z | ------------------
37872026-08-05T12:22:39.744Z
37882026-08-05T12:22:39.747Zerror[E0308]: mismatched types
37892026-08-05T12:22:39.747Z --> dns-server/src/dns_server.rs:311:55
37902026-08-05T12:22:39.747Z |
37912026-08-05T12:22:39.747Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
37922026-08-05T12:22:39.747Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
37932026-08-05T12:22:39.747Z | |
37942026-08-05T12:22:39.747Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
37952026-08-05T12:22:39.748Z |
37962026-08-05T12:22:39.748Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37972026-08-05T12:22:39.748Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
37982026-08-05T12:22:39.748Z |
37992026-08-05T12:22:39.748Z 33 | pub enum RecordType {
38002026-08-05T12:22:39.748Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
38012026-08-05T12:22:39.748Z |
38022026-08-05T12:22:39.748Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
38032026-08-05T12:22:39.748Z |
38042026-08-05T12:22:39.748Z 33 | pub enum RecordType {
38052026-08-05T12:22:39.748Z | ------------------- this is the found type
38062026-08-05T12:22:39.748Z = help: you can use `cargo tree` to explore your dependency tree
38072026-08-05T12:22:39.748Z
38082026-08-05T12:22:39.767Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
38092026-08-05T12:22:39.767Z --> dns-server/src/dns_server.rs:327:60
38102026-08-05T12:22:39.767Z |
38112026-08-05T12:22:39.767Z327 | .filter(|record| match (query.query_type(), record.data()) {
38122026-08-05T12:22:39.767Z | ^^^^-- help: remove the arguments
38132026-08-05T12:22:39.767Z | |
38142026-08-05T12:22:39.767Z | field, not a method
38152026-08-05T12:22:39.767Z
38162026-08-05T12:22:39.771Zerror[E0308]: mismatched types
38172026-08-05T12:22:39.771Z --> dns-server/src/dns_server.rs:328:14
38182026-08-05T12:22:39.771Z |
38192026-08-05T12:22:39.771Z328 | (RecordType::ANY, _) => true,
38202026-08-05T12:22:39.771Z | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
38212026-08-05T12:22:39.771Z |
38222026-08-05T12:22:39.771Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38232026-08-05T12:22:39.771Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
38242026-08-05T12:22:39.771Z |
38252026-08-05T12:22:39.771Z 33 | pub enum RecordType {
38262026-08-05T12:22:39.771Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
38272026-08-05T12:22:39.771Z |
38282026-08-05T12:22:39.771Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
38292026-08-05T12:22:39.771Z |
38302026-08-05T12:22:39.771Z 33 | pub enum RecordType {
38312026-08-05T12:22:39.771Z | ------------------- this is the found type
38322026-08-05T12:22:39.771Z = help: you can use `cargo tree` to explore your dependency tree
38332026-08-05T12:22:39.771Z
38342026-08-05T12:22:39.771Zerror[E0308]: mismatched types
38352026-08-05T12:22:39.771Z --> dns-server/src/dns_server.rs:329:14
38362026-08-05T12:22:39.771Z |
38372026-08-05T12:22:39.771Z329 | (RecordType::A, RData::A(_)) => true,
38382026-08-05T12:22:39.771Z | ^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
38392026-08-05T12:22:39.771Z |
38402026-08-05T12:22:39.771Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38412026-08-05T12:22:39.771Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
38422026-08-05T12:22:39.771Z |
38432026-08-05T12:22:39.771Z 33 | pub enum RecordType {
38442026-08-05T12:22:39.771Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
38452026-08-05T12:22:39.771Z |
38462026-08-05T12:22:39.771Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
38472026-08-05T12:22:39.771Z |
38482026-08-05T12:22:39.771Z 33 | pub enum RecordType {
38492026-08-05T12:22:39.771Z | ------------------- this is the found type
38502026-08-05T12:22:39.771Z = help: you can use `cargo tree` to explore your dependency tree
38512026-08-05T12:22:39.771Z
38522026-08-05T12:22:39.771Zerror[E0308]: mismatched types
38532026-08-05T12:22:39.772Z --> dns-server/src/dns_server.rs:330:14
38542026-08-05T12:22:39.772Z |
38552026-08-05T12:22:39.772Z330 | (RecordType::AAAA, RData::AAAA(_)) => true,
38562026-08-05T12:22:39.772Z | ^^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
38572026-08-05T12:22:39.772Z |
38582026-08-05T12:22:39.772Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38592026-08-05T12:22:39.772Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
38602026-08-05T12:22:39.772Z |
38612026-08-05T12:22:39.772Z 33 | pub enum RecordType {
38622026-08-05T12:22:39.772Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
38632026-08-05T12:22:39.772Z |
38642026-08-05T12:22:39.772Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
38652026-08-05T12:22:39.772Z |
38662026-08-05T12:22:39.772Z 33 | pub enum RecordType {
38672026-08-05T12:22:39.772Z | ------------------- this is the found type
38682026-08-05T12:22:39.772Z = help: you can use `cargo tree` to explore your dependency tree
38692026-08-05T12:22:39.772Z
38702026-08-05T12:22:39.772Zerror[E0308]: mismatched types
38712026-08-05T12:22:39.772Z --> dns-server/src/dns_server.rs:331:14
38722026-08-05T12:22:39.772Z |
38732026-08-05T12:22:39.773Z331 | (RecordType::SRV, RData::SRV(_)) => true,
38742026-08-05T12:22:39.773Z | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
38752026-08-05T12:22:39.773Z |
38762026-08-05T12:22:39.773Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38772026-08-05T12:22:39.773Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
38782026-08-05T12:22:39.773Z |
38792026-08-05T12:22:39.773Z 33 | pub enum RecordType {
38802026-08-05T12:22:39.773Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
38812026-08-05T12:22:39.773Z |
38822026-08-05T12:22:39.773Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
38832026-08-05T12:22:39.773Z |
38842026-08-05T12:22:39.773Z 33 | pub enum RecordType {
38852026-08-05T12:22:39.774Z | ------------------- this is the found type
38862026-08-05T12:22:39.774Z = help: you can use `cargo tree` to explore your dependency tree
38872026-08-05T12:22:39.774Z
38882026-08-05T12:22:39.774Zerror[E0308]: mismatched types
38892026-08-05T12:22:39.774Z --> dns-server/src/dns_server.rs:332:14
38902026-08-05T12:22:39.774Z |
38912026-08-05T12:22:39.774Z332 | (RecordType::NS, RData::NS(_)) => true,
38922026-08-05T12:22:39.774Z | ^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
38932026-08-05T12:22:39.774Z |
38942026-08-05T12:22:39.774Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38952026-08-05T12:22:39.774Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
38962026-08-05T12:22:39.774Z |
38972026-08-05T12:22:39.774Z 33 | pub enum RecordType {
38982026-08-05T12:22:39.774Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
38992026-08-05T12:22:39.774Z |
39002026-08-05T12:22:39.774Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
39012026-08-05T12:22:39.774Z |
39022026-08-05T12:22:39.774Z 33 | pub enum RecordType {
39032026-08-05T12:22:39.774Z | ------------------- this is the found type
39042026-08-05T12:22:39.774Z = help: you can use `cargo tree` to explore your dependency tree
39052026-08-05T12:22:39.774Z
39062026-08-05T12:22:39.774Zerror[E0308]: mismatched types
39072026-08-05T12:22:39.774Z --> dns-server/src/dns_server.rs:333:14
39082026-08-05T12:22:39.774Z |
39092026-08-05T12:22:39.774Z333 | (RecordType::SOA, RData::SOA(_)) => true,
39102026-08-05T12:22:39.774Z | ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
39112026-08-05T12:22:39.774Z |
39122026-08-05T12:22:39.774Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39132026-08-05T12:22:39.774Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
39142026-08-05T12:22:39.774Z |
39152026-08-05T12:22:39.774Z 33 | pub enum RecordType {
39162026-08-05T12:22:39.778Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
39172026-08-05T12:22:39.779Z |
39182026-08-05T12:22:39.779Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
39192026-08-05T12:22:39.779Z |
39202026-08-05T12:22:39.779Z 33 | pub enum RecordType {
39212026-08-05T12:22:39.779Z | ------------------- this is the found type
39222026-08-05T12:22:39.779Z = help: you can use `cargo tree` to explore your dependency tree
39232026-08-05T12:22:39.779Z
39242026-08-05T12:22:39.784Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
39252026-08-05T12:22:39.785Z --> dns-server/src/dns_server.rs:348:51
39262026-08-05T12:22:39.785Z |
39272026-08-05T12:22:39.785Z348 | let additionals_target = match record.data() {
39282026-08-05T12:22:39.785Z | ^^^^-- help: remove the arguments
39292026-08-05T12:22:39.785Z | |
39302026-08-05T12:22:39.785Z | field, not a method
39312026-08-05T12:22:39.785Z
39322026-08-05T12:22:39.803Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
39332026-08-05T12:22:39.803Z --> dns-server/src/dns_server.rs:349:45
39342026-08-05T12:22:39.803Z |
39352026-08-05T12:22:39.803Z349 | RData::SRV(srv) => Some(srv.target()),
39362026-08-05T12:22:39.803Z | ^^^^^^-- help: remove the arguments
39372026-08-05T12:22:39.803Z | |
39382026-08-05T12:22:39.803Z | field, not a method
39392026-08-05T12:22:39.803Z
39402026-08-05T12:22:39.808Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
39412026-08-05T12:22:39.808Z --> dns-server/src/dns_server.rs:416:9
39422026-08-05T12:22:39.808Z |
39432026-08-05T12:22:39.808Z414 | let mresp = rb.build(
39442026-08-05T12:22:39.808Z | ----- required by a bound introduced by this call
39452026-08-05T12:22:39.808Z415 | header,
39462026-08-05T12:22:39.808Z416 | response_records.iter().collect::<Vec<&Record>>(),
39472026-08-05T12:22:39.808Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
39482026-08-05T12:22:39.808Z |
39492026-08-05T12:22:39.808Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39502026-08-05T12:22:39.808Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39512026-08-05T12:22:39.808Z |
39522026-08-05T12:22:39.808Z 77 | pub struct Record<R: RecordData = RData> {
39532026-08-05T12:22:39.808Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39542026-08-05T12:22:39.808Z |
39552026-08-05T12:22:39.808Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39562026-08-05T12:22:39.808Z |
39572026-08-05T12:22:39.808Z 78 | pub struct Record<R: RecordData = RData> {
39582026-08-05T12:22:39.808Z | ---------------------------------------- this is the found type
39592026-08-05T12:22:39.808Z = help: you can use `cargo tree` to explore your dependency tree
39602026-08-05T12:22:39.808Znote: the method call chain might not have had the expected associated types
39612026-08-05T12:22:39.808Z --> dns-server/src/dns_server.rs:416:26
39622026-08-05T12:22:39.808Z |
39632026-08-05T12:22:39.808Z411 | response_records: &[Record],
39642026-08-05T12:22:39.808Z | ---------------- this expression has type `&[Record]`
39652026-08-05T12:22:39.808Z...
39662026-08-05T12:22:39.808Z416 | response_records.iter().collect::<Vec<&Record>>(),
39672026-08-05T12:22:39.808Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
39682026-08-05T12:22:39.808Z | |
39692026-08-05T12:22:39.808Z | `IntoIterator::Item` is `&Record` here
39702026-08-05T12:22:39.808Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
39712026-08-05T12:22:39.809Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
39722026-08-05T12:22:39.809Z |
39732026-08-05T12:22:39.809Z129 | pub fn build<'a, A, N, S, D>(
39742026-08-05T12:22:39.809Z | ----- required by a bound in this associated function
39752026-08-05T12:22:39.809Z...
39762026-08-05T12:22:39.809Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
39772026-08-05T12:22:39.812Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
39782026-08-05T12:22:39.813Z
39792026-08-05T12:22:39.813Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
39802026-08-05T12:22:39.813Z --> dns-server/src/dns_server.rs:414:20
39812026-08-05T12:22:39.813Z |
39822026-08-05T12:22:39.813Z414 | let mresp = rb.build(
39832026-08-05T12:22:39.813Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
39842026-08-05T12:22:39.813Z |
39852026-08-05T12:22:39.814Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39862026-08-05T12:22:39.814Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
39872026-08-05T12:22:39.814Z |
39882026-08-05T12:22:39.814Z 77 | pub struct Record<R: RecordData = RData> {
39892026-08-05T12:22:39.814Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
39902026-08-05T12:22:39.814Z |
39912026-08-05T12:22:39.814Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
39922026-08-05T12:22:39.814Z |
39932026-08-05T12:22:39.814Z 78 | pub struct Record<R: RecordData = RData> {
39942026-08-05T12:22:39.814Z | ---------------------------------------- this is the found type
39952026-08-05T12:22:39.814Z = help: you can use `cargo tree` to explore your dependency tree
39962026-08-05T12:22:39.814Znote: required by a bound in `MessageResponse`
39972026-08-05T12:22:39.814Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
39982026-08-05T12:22:39.814Z |
39992026-08-05T12:22:39.814Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
40002026-08-05T12:22:39.814Z | --------------- required by a bound in this struct
40012026-08-05T12:22:39.814Z 22 | where
40022026-08-05T12:22:39.814Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
40032026-08-05T12:22:39.815Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
40042026-08-05T12:22:39.815Z
40052026-08-05T12:22:39.815Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
40062026-08-05T12:22:39.815Z --> dns-server/src/dns_server.rs:419:9
40072026-08-05T12:22:39.815Z |
40082026-08-05T12:22:39.815Z414 | let mresp = rb.build(
40092026-08-05T12:22:39.815Z | ----- required by a bound introduced by this call
40102026-08-05T12:22:39.815Z...
40112026-08-05T12:22:39.815Z419 | additional_records,
40122026-08-05T12:22:39.815Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
40132026-08-05T12:22:39.815Z |
40142026-08-05T12:22:39.815Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40152026-08-05T12:22:39.816Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40162026-08-05T12:22:39.816Z |
40172026-08-05T12:22:39.816Z 77 | pub struct Record<R: RecordData = RData> {
40182026-08-05T12:22:39.816Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40192026-08-05T12:22:39.816Z |
40202026-08-05T12:22:39.816Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40212026-08-05T12:22:39.816Z |
40222026-08-05T12:22:39.816Z 78 | pub struct Record<R: RecordData = RData> {
40232026-08-05T12:22:39.816Z | ---------------------------------------- this is the found type
40242026-08-05T12:22:39.816Z = help: you can use `cargo tree` to explore your dependency tree
40252026-08-05T12:22:39.817Znote: required by a bound in `MessageResponseBuilder::<'q>::build`
40262026-08-05T12:22:39.817Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
40272026-08-05T12:22:39.817Z |
40282026-08-05T12:22:39.817Z129 | pub fn build<'a, A, N, S, D>(
40292026-08-05T12:22:39.817Z | ----- required by a bound in this associated function
40302026-08-05T12:22:39.817Z...
40312026-08-05T12:22:39.817Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
40322026-08-05T12:22:39.817Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
40332026-08-05T12:22:39.817Z
40342026-08-05T12:22:39.817Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40352026-08-05T12:22:39.817Z --> dns-server/src/dns_server.rs:414:20
40362026-08-05T12:22:39.817Z |
40372026-08-05T12:22:39.817Z414 | let mresp = rb.build(
40382026-08-05T12:22:39.817Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
40392026-08-05T12:22:39.817Z |
40402026-08-05T12:22:39.817Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40412026-08-05T12:22:39.817Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
40422026-08-05T12:22:39.817Z |
40432026-08-05T12:22:39.817Z 77 | pub struct Record<R: RecordData = RData> {
40442026-08-05T12:22:39.817Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40452026-08-05T12:22:39.817Z |
40462026-08-05T12:22:39.817Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40472026-08-05T12:22:39.818Z |
40482026-08-05T12:22:39.818Z 78 | pub struct Record<R: RecordData = RData> {
40492026-08-05T12:22:39.818Z | ---------------------------------------- this is the found type
40502026-08-05T12:22:39.818Z = help: you can use `cargo tree` to explore your dependency tree
40512026-08-05T12:22:39.818Znote: required by a bound in `MessageResponse`
40522026-08-05T12:22:39.818Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
40532026-08-05T12:22:39.818Z |
40542026-08-05T12:22:39.818Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
40552026-08-05T12:22:39.818Z | --------------- required by a bound in this struct
40562026-08-05T12:22:39.818Z...
40572026-08-05T12:22:39.818Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
40582026-08-05T12:22:39.818Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
40592026-08-05T12:22:39.818Z
40602026-08-05T12:22:39.823Zerror[E0308]: mismatched types
40612026-08-05T12:22:39.823Z --> dns-server/src/dns_server.rs:415:9
40622026-08-05T12:22:39.823Z |
40632026-08-05T12:22:39.823Z414 | let mresp = rb.build(
40642026-08-05T12:22:39.823Z | ----- arguments to this method are incorrect
40652026-08-05T12:22:39.823Z415 | header,
40662026-08-05T12:22:39.823Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
40672026-08-05T12:22:39.823Z |
40682026-08-05T12:22:39.823Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40692026-08-05T12:22:39.823Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
40702026-08-05T12:22:39.823Z |
40712026-08-05T12:22:39.824Z 57 | pub struct Header {
40722026-08-05T12:22:39.824Z | ^^^^^^^^^^^^^^^^^ this is the expected type
40732026-08-05T12:22:39.824Z |
40742026-08-05T12:22:39.824Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
40752026-08-05T12:22:39.824Z |
40762026-08-05T12:22:39.824Z 57 | pub struct Header {
40772026-08-05T12:22:39.824Z | ----------------- this is the found type
40782026-08-05T12:22:39.824Z = help: you can use `cargo tree` to explore your dependency tree
40792026-08-05T12:22:39.824Znote: method defined here
40802026-08-05T12:22:39.824Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
40812026-08-05T12:22:39.824Z |
40822026-08-05T12:22:39.824Z129 | pub fn build<'a, A, N, S, D>(
40832026-08-05T12:22:39.824Z | ^^^^^
40842026-08-05T12:22:39.824Z
40852026-08-05T12:22:39.824Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
40862026-08-05T12:22:39.824Z --> dns-server/src/dns_server.rs:422:31
40872026-08-05T12:22:39.824Z |
40882026-08-05T12:22:39.825Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
40892026-08-05T12:22:39.825Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
40902026-08-05T12:22:39.825Z | |
40912026-08-05T12:22:39.825Z | required by a bound introduced by this call
40922026-08-05T12:22:39.825Z |
40932026-08-05T12:22:39.826Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40942026-08-05T12:22:39.826Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
40952026-08-05T12:22:39.826Z |
40962026-08-05T12:22:39.826Z 78 | pub struct Record<R: RecordData = RData> {
40972026-08-05T12:22:39.826Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
40982026-08-05T12:22:39.826Z |
40992026-08-05T12:22:39.826Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41002026-08-05T12:22:39.826Z |
41012026-08-05T12:22:39.826Z 77 | pub struct Record<R: RecordData = RData> {
41022026-08-05T12:22:39.826Z | ---------------------------------------- this is the found type
41032026-08-05T12:22:39.826Z = help: you can use `cargo tree` to explore your dependency tree
41042026-08-05T12:22:39.826Znote: required by a bound in `encode_and_send`
41052026-08-05T12:22:39.826Z --> dns-server/src/dns_server.rs:492:27
41062026-08-05T12:22:39.826Z |
41072026-08-05T12:22:39.826Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41082026-08-05T12:22:39.826Z | --------------- required by a bound in this function
41092026-08-05T12:22:39.826Z...
41102026-08-05T12:22:39.826Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41112026-08-05T12:22:39.826Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41122026-08-05T12:22:39.826Z
41132026-08-05T12:22:39.826Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
41142026-08-05T12:22:39.826Z --> dns-server/src/dns_server.rs:422:31
41152026-08-05T12:22:39.826Z |
41162026-08-05T12:22:39.826Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
41172026-08-05T12:22:39.826Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
41182026-08-05T12:22:39.826Z |
41192026-08-05T12:22:39.826Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41202026-08-05T12:22:39.826Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41212026-08-05T12:22:39.826Z |
41222026-08-05T12:22:39.826Z 77 | pub struct Record<R: RecordData = RData> {
41232026-08-05T12:22:39.826Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41242026-08-05T12:22:39.826Z |
41252026-08-05T12:22:39.826Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41262026-08-05T12:22:39.826Z |
41272026-08-05T12:22:39.826Z 78 | pub struct Record<R: RecordData = RData> {
41282026-08-05T12:22:39.826Z | ---------------------------------------- this is the found type
41292026-08-05T12:22:39.826Z = help: you can use `cargo tree` to explore your dependency tree
41302026-08-05T12:22:39.826Znote: required by a bound in `MessageResponse`
41312026-08-05T12:22:39.826Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
41322026-08-05T12:22:39.827Z |
41332026-08-05T12:22:39.827Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
41342026-08-05T12:22:39.827Z | --------------- required by a bound in this struct
41352026-08-05T12:22:39.827Z 22 | where
41362026-08-05T12:22:39.827Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
41372026-08-05T12:22:39.827Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
41382026-08-05T12:22:39.827Z
41392026-08-05T12:22:39.827Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
41402026-08-05T12:22:39.827Z --> dns-server/src/dns_server.rs:422:31
41412026-08-05T12:22:39.827Z |
41422026-08-05T12:22:39.827Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
41432026-08-05T12:22:39.827Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
41442026-08-05T12:22:39.827Z |
41452026-08-05T12:22:39.827Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41462026-08-05T12:22:39.827Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41472026-08-05T12:22:39.827Z |
41482026-08-05T12:22:39.827Z 77 | pub struct Record<R: RecordData = RData> {
41492026-08-05T12:22:39.827Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41502026-08-05T12:22:39.827Z |
41512026-08-05T12:22:39.827Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41522026-08-05T12:22:39.827Z |
41532026-08-05T12:22:39.827Z 78 | pub struct Record<R: RecordData = RData> {
41542026-08-05T12:22:39.828Z | ---------------------------------------- this is the found type
41552026-08-05T12:22:39.828Z = help: you can use `cargo tree` to explore your dependency tree
41562026-08-05T12:22:39.828Znote: required by a bound in `MessageResponse`
41572026-08-05T12:22:39.828Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
41582026-08-05T12:22:39.828Z |
41592026-08-05T12:22:39.828Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
41602026-08-05T12:22:39.833Z | --------------- required by a bound in this struct
41612026-08-05T12:22:39.833Z...
41622026-08-05T12:22:39.833Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
41632026-08-05T12:22:39.833Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
41642026-08-05T12:22:39.833Z
41652026-08-05T12:22:39.833Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
41662026-08-05T12:22:39.833Z --> dns-server/src/dns_server.rs:422:5
41672026-08-05T12:22:39.833Z |
41682026-08-05T12:22:39.833Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
41692026-08-05T12:22:39.833Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41702026-08-05T12:22:39.833Z |
41712026-08-05T12:22:39.833Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41722026-08-05T12:22:39.833Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41732026-08-05T12:22:39.833Z |
41742026-08-05T12:22:39.833Z 78 | pub struct Record<R: RecordData = RData> {
41752026-08-05T12:22:39.833Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
41762026-08-05T12:22:39.833Z |
41772026-08-05T12:22:39.833Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
41782026-08-05T12:22:39.833Z |
41792026-08-05T12:22:39.833Z 77 | pub struct Record<R: RecordData = RData> {
41802026-08-05T12:22:39.833Z | ---------------------------------------- this is the found type
41812026-08-05T12:22:39.833Z = help: you can use `cargo tree` to explore your dependency tree
41822026-08-05T12:22:39.833Znote: required by a bound in `encode_and_send`
41832026-08-05T12:22:39.833Z --> dns-server/src/dns_server.rs:492:27
41842026-08-05T12:22:39.833Z |
41852026-08-05T12:22:39.833Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
41862026-08-05T12:22:39.833Z | --------------- required by a bound in this function
41872026-08-05T12:22:39.833Z...
41882026-08-05T12:22:39.833Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
41892026-08-05T12:22:39.833Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
41902026-08-05T12:22:39.833Z
41912026-08-05T12:22:39.833Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
41922026-08-05T12:22:39.833Z --> dns-server/src/dns_server.rs:422:49
41932026-08-05T12:22:39.834Z |
41942026-08-05T12:22:39.834Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
41952026-08-05T12:22:39.834Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
41962026-08-05T12:22:39.834Z |
41972026-08-05T12:22:39.834Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41982026-08-05T12:22:39.835Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
41992026-08-05T12:22:39.835Z |
42002026-08-05T12:22:39.835Z 78 | pub struct Record<R: RecordData = RData> {
42012026-08-05T12:22:39.835Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42022026-08-05T12:22:39.835Z |
42032026-08-05T12:22:39.835Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42042026-08-05T12:22:39.835Z |
42052026-08-05T12:22:39.835Z 77 | pub struct Record<R: RecordData = RData> {
42062026-08-05T12:22:39.835Z | ---------------------------------------- this is the found type
42072026-08-05T12:22:39.835Z = help: you can use `cargo tree` to explore your dependency tree
42082026-08-05T12:22:39.835Znote: required by a bound in `encode_and_send`
42092026-08-05T12:22:39.835Z --> dns-server/src/dns_server.rs:492:27
42102026-08-05T12:22:39.835Z |
42112026-08-05T12:22:39.835Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42122026-08-05T12:22:39.835Z | --------------- required by a bound in this function
42132026-08-05T12:22:39.835Z...
42142026-08-05T12:22:39.835Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42152026-08-05T12:22:39.835Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42162026-08-05T12:22:39.835Z
42172026-08-05T12:22:39.835Zerror[E0308]: arguments to this method are incorrect
42182026-08-05T12:22:39.835Z --> dns-server/src/dns_server.rs:438:33
42192026-08-05T12:22:39.836Z |
42202026-08-05T12:22:39.836Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
42212026-08-05T12:22:39.836Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
42222026-08-05T12:22:39.836Z | |
42232026-08-05T12:22:39.836Z | expected `&Header`, found `&&Header`
42242026-08-05T12:22:39.836Z |
42252026-08-05T12:22:39.836Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
42262026-08-05T12:22:39.836Z found reference `&&hickory_proto::op::Header`
42272026-08-05T12:22:39.836Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42282026-08-05T12:22:39.836Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
42292026-08-05T12:22:39.836Z |
42302026-08-05T12:22:39.836Z 67 | pub enum ResponseCode {
42312026-08-05T12:22:39.836Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42322026-08-05T12:22:39.836Z |
42332026-08-05T12:22:39.836Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
42342026-08-05T12:22:39.836Z |
42352026-08-05T12:22:39.836Z 67 | pub enum ResponseCode {
42362026-08-05T12:22:39.836Z | --------------------- this is the found type
42372026-08-05T12:22:39.836Z = help: you can use `cargo tree` to explore your dependency tree
42382026-08-05T12:22:39.836Znote: method defined here
42392026-08-05T12:22:39.836Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
42402026-08-05T12:22:39.836Z |
42412026-08-05T12:22:39.837Z190 | pub fn error_msg<'a>(
42422026-08-05T12:22:39.837Z | ^^^^^^^^^
42432026-08-05T12:22:39.837Z
42442026-08-05T12:22:39.837Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42452026-08-05T12:22:39.837Z --> dns-server/src/dns_server.rs:457:50
42462026-08-05T12:22:39.837Z |
42472026-08-05T12:22:39.837Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42482026-08-05T12:22:39.837Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42492026-08-05T12:22:39.837Z | |
42502026-08-05T12:22:39.837Z | required by a bound introduced by this call
42512026-08-05T12:22:39.837Z |
42522026-08-05T12:22:39.837Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42532026-08-05T12:22:39.837Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42542026-08-05T12:22:39.837Z |
42552026-08-05T12:22:39.837Z 78 | pub struct Record<R: RecordData = RData> {
42562026-08-05T12:22:39.837Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42572026-08-05T12:22:39.838Z |
42582026-08-05T12:22:39.838Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42592026-08-05T12:22:39.838Z |
42602026-08-05T12:22:39.842Z 77 | pub struct Record<R: RecordData = RData> {
42612026-08-05T12:22:39.842Z | ---------------------------------------- this is the found type
42622026-08-05T12:22:39.842Z = help: you can use `cargo tree` to explore your dependency tree
42632026-08-05T12:22:39.843Znote: required by a bound in `encode_and_send`
42642026-08-05T12:22:39.843Z --> dns-server/src/dns_server.rs:491:23
42652026-08-05T12:22:39.843Z |
42662026-08-05T12:22:39.843Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42672026-08-05T12:22:39.843Z | --------------- required by a bound in this function
42682026-08-05T12:22:39.843Z...
42692026-08-05T12:22:39.843Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
42702026-08-05T12:22:39.843Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42712026-08-05T12:22:39.843Z
42722026-08-05T12:22:39.843Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
42732026-08-05T12:22:39.843Z --> dns-server/src/dns_server.rs:457:50
42742026-08-05T12:22:39.843Z |
42752026-08-05T12:22:39.843Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
42762026-08-05T12:22:39.843Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
42772026-08-05T12:22:39.843Z | |
42782026-08-05T12:22:39.843Z | required by a bound introduced by this call
42792026-08-05T12:22:39.843Z |
42802026-08-05T12:22:39.843Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
42812026-08-05T12:22:39.843Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
42822026-08-05T12:22:39.843Z |
42832026-08-05T12:22:39.843Z 78 | pub struct Record<R: RecordData = RData> {
42842026-08-05T12:22:39.843Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
42852026-08-05T12:22:39.844Z |
42862026-08-05T12:22:39.844Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
42872026-08-05T12:22:39.844Z |
42882026-08-05T12:22:39.844Z 77 | pub struct Record<R: RecordData = RData> {
42892026-08-05T12:22:39.844Z | ---------------------------------------- this is the found type
42902026-08-05T12:22:39.844Z = help: you can use `cargo tree` to explore your dependency tree
42912026-08-05T12:22:39.844Znote: required by a bound in `encode_and_send`
42922026-08-05T12:22:39.844Z --> dns-server/src/dns_server.rs:492:27
42932026-08-05T12:22:39.844Z |
42942026-08-05T12:22:39.844Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
42952026-08-05T12:22:39.844Z | --------------- required by a bound in this function
42962026-08-05T12:22:39.844Z...
42972026-08-05T12:22:39.844Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
42982026-08-05T12:22:39.844Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
42992026-08-05T12:22:39.844Z
43002026-08-05T12:22:39.844Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43012026-08-05T12:22:39.844Z --> dns-server/src/dns_server.rs:457:50
43022026-08-05T12:22:39.844Z |
43032026-08-05T12:22:39.844Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43042026-08-05T12:22:39.844Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43052026-08-05T12:22:39.844Z | |
43062026-08-05T12:22:39.844Z | required by a bound introduced by this call
43072026-08-05T12:22:39.844Z |
43082026-08-05T12:22:39.844Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43092026-08-05T12:22:39.844Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43102026-08-05T12:22:39.844Z |
43112026-08-05T12:22:39.844Z 78 | pub struct Record<R: RecordData = RData> {
43122026-08-05T12:22:39.844Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43132026-08-05T12:22:39.844Z |
43142026-08-05T12:22:39.844Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43152026-08-05T12:22:39.844Z |
43162026-08-05T12:22:39.844Z 77 | pub struct Record<R: RecordData = RData> {
43172026-08-05T12:22:39.844Z | ---------------------------------------- this is the found type
43182026-08-05T12:22:39.844Z = help: you can use `cargo tree` to explore your dependency tree
43192026-08-05T12:22:39.845Znote: required by a bound in `encode_and_send`
43202026-08-05T12:22:39.845Z --> dns-server/src/dns_server.rs:493:19
43212026-08-05T12:22:39.845Z |
43222026-08-05T12:22:39.845Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43232026-08-05T12:22:39.845Z | --------------- required by a bound in this function
43242026-08-05T12:22:39.845Z...
43252026-08-05T12:22:39.845Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
43262026-08-05T12:22:39.845Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43272026-08-05T12:22:39.845Z
43282026-08-05T12:22:39.845Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43292026-08-05T12:22:39.845Z --> dns-server/src/dns_server.rs:457:50
43302026-08-05T12:22:39.845Z |
43312026-08-05T12:22:39.845Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43322026-08-05T12:22:39.845Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43332026-08-05T12:22:39.845Z | |
43342026-08-05T12:22:39.845Z | required by a bound introduced by this call
43352026-08-05T12:22:39.845Z |
43362026-08-05T12:22:39.845Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43372026-08-05T12:22:39.845Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43382026-08-05T12:22:39.845Z |
43392026-08-05T12:22:39.845Z 78 | pub struct Record<R: RecordData = RData> {
43402026-08-05T12:22:39.846Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43412026-08-05T12:22:39.846Z |
43422026-08-05T12:22:39.846Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43432026-08-05T12:22:39.846Z |
43442026-08-05T12:22:39.846Z 77 | pub struct Record<R: RecordData = RData> {
43452026-08-05T12:22:39.846Z | ---------------------------------------- this is the found type
43462026-08-05T12:22:39.846Z = help: you can use `cargo tree` to explore your dependency tree
43472026-08-05T12:22:39.847Znote: required by a bound in `encode_and_send`
43482026-08-05T12:22:39.847Z --> dns-server/src/dns_server.rs:494:27
43492026-08-05T12:22:39.847Z |
43502026-08-05T12:22:39.847Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43512026-08-05T12:22:39.847Z | --------------- required by a bound in this function
43522026-08-05T12:22:39.847Z...
43532026-08-05T12:22:39.847Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
43542026-08-05T12:22:39.847Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43552026-08-05T12:22:39.847Z
43562026-08-05T12:22:39.847Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43572026-08-05T12:22:39.847Z --> dns-server/src/dns_server.rs:457:25
43582026-08-05T12:22:39.847Z |
43592026-08-05T12:22:39.847Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43602026-08-05T12:22:39.853Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43612026-08-05T12:22:39.853Z |
43622026-08-05T12:22:39.853Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43632026-08-05T12:22:39.853Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43642026-08-05T12:22:39.853Z |
43652026-08-05T12:22:39.854Z 78 | pub struct Record<R: RecordData = RData> {
43662026-08-05T12:22:39.854Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43672026-08-05T12:22:39.854Z |
43682026-08-05T12:22:39.854Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43692026-08-05T12:22:39.854Z |
43702026-08-05T12:22:39.854Z 77 | pub struct Record<R: RecordData = RData> {
43712026-08-05T12:22:39.854Z | ---------------------------------------- this is the found type
43722026-08-05T12:22:39.854Z = help: you can use `cargo tree` to explore your dependency tree
43732026-08-05T12:22:39.854Znote: required by a bound in `encode_and_send`
43742026-08-05T12:22:39.854Z --> dns-server/src/dns_server.rs:491:23
43752026-08-05T12:22:39.854Z |
43762026-08-05T12:22:39.854Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
43772026-08-05T12:22:39.854Z | --------------- required by a bound in this function
43782026-08-05T12:22:39.854Z...
43792026-08-05T12:22:39.854Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
43802026-08-05T12:22:39.854Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
43812026-08-05T12:22:39.854Z
43822026-08-05T12:22:39.854Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
43832026-08-05T12:22:39.854Z --> dns-server/src/dns_server.rs:457:25
43842026-08-05T12:22:39.854Z |
43852026-08-05T12:22:39.854Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
43862026-08-05T12:22:39.854Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
43872026-08-05T12:22:39.854Z |
43882026-08-05T12:22:39.854Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
43892026-08-05T12:22:39.854Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
43902026-08-05T12:22:39.854Z |
43912026-08-05T12:22:39.854Z 78 | pub struct Record<R: RecordData = RData> {
43922026-08-05T12:22:39.854Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
43932026-08-05T12:22:39.854Z |
43942026-08-05T12:22:39.854Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
43952026-08-05T12:22:39.854Z |
43962026-08-05T12:22:39.854Z 77 | pub struct Record<R: RecordData = RData> {
43972026-08-05T12:22:39.854Z | ---------------------------------------- this is the found type
43982026-08-05T12:22:39.854Z = help: you can use `cargo tree` to explore your dependency tree
43992026-08-05T12:22:39.854Znote: required by a bound in `encode_and_send`
44002026-08-05T12:22:39.854Z --> dns-server/src/dns_server.rs:492:27
44012026-08-05T12:22:39.855Z |
44022026-08-05T12:22:39.855Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44032026-08-05T12:22:39.855Z | --------------- required by a bound in this function
44042026-08-05T12:22:39.855Z...
44052026-08-05T12:22:39.855Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
44062026-08-05T12:22:39.855Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44072026-08-05T12:22:39.855Z
44082026-08-05T12:22:39.855Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44092026-08-05T12:22:39.855Z --> dns-server/src/dns_server.rs:457:25
44102026-08-05T12:22:39.855Z |
44112026-08-05T12:22:39.855Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
44122026-08-05T12:22:39.855Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44132026-08-05T12:22:39.855Z |
44142026-08-05T12:22:39.855Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44152026-08-05T12:22:39.855Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44162026-08-05T12:22:39.855Z |
44172026-08-05T12:22:39.855Z 78 | pub struct Record<R: RecordData = RData> {
44182026-08-05T12:22:39.855Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44192026-08-05T12:22:39.855Z |
44202026-08-05T12:22:39.855Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44212026-08-05T12:22:39.855Z |
44222026-08-05T12:22:39.855Z 77 | pub struct Record<R: RecordData = RData> {
44232026-08-05T12:22:39.856Z | ---------------------------------------- this is the found type
44242026-08-05T12:22:39.856Z = help: you can use `cargo tree` to explore your dependency tree
44252026-08-05T12:22:39.856Znote: required by a bound in `encode_and_send`
44262026-08-05T12:22:39.856Z --> dns-server/src/dns_server.rs:493:19
44272026-08-05T12:22:39.856Z |
44282026-08-05T12:22:39.856Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44292026-08-05T12:22:39.856Z | --------------- required by a bound in this function
44302026-08-05T12:22:39.856Z...
44312026-08-05T12:22:39.856Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
44322026-08-05T12:22:39.856Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44332026-08-05T12:22:39.856Z
44342026-08-05T12:22:39.856Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44352026-08-05T12:22:39.856Z --> dns-server/src/dns_server.rs:457:25
44362026-08-05T12:22:39.856Z |
44372026-08-05T12:22:39.856Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
44382026-08-05T12:22:39.856Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44392026-08-05T12:22:39.856Z |
44402026-08-05T12:22:39.856Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44412026-08-05T12:22:39.856Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44422026-08-05T12:22:39.856Z |
44432026-08-05T12:22:39.857Z 78 | pub struct Record<R: RecordData = RData> {
44442026-08-05T12:22:39.857Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44452026-08-05T12:22:39.857Z |
44462026-08-05T12:22:39.857Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44472026-08-05T12:22:39.857Z |
44482026-08-05T12:22:39.857Z 77 | pub struct Record<R: RecordData = RData> {
44492026-08-05T12:22:39.857Z | ---------------------------------------- this is the found type
44502026-08-05T12:22:39.857Z = help: you can use `cargo tree` to explore your dependency tree
44512026-08-05T12:22:39.857Znote: required by a bound in `encode_and_send`
44522026-08-05T12:22:39.857Z --> dns-server/src/dns_server.rs:494:27
44532026-08-05T12:22:39.857Z |
44542026-08-05T12:22:39.857Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44552026-08-05T12:22:39.857Z | --------------- required by a bound in this function
44562026-08-05T12:22:39.857Z...
44572026-08-05T12:22:39.857Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
44582026-08-05T12:22:39.857Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44592026-08-05T12:22:39.857Z
44602026-08-05T12:22:39.862Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44612026-08-05T12:22:39.862Z --> dns-server/src/dns_server.rs:457:69
44622026-08-05T12:22:39.862Z |
44632026-08-05T12:22:39.862Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
44642026-08-05T12:22:39.862Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44652026-08-05T12:22:39.862Z |
44662026-08-05T12:22:39.862Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44672026-08-05T12:22:39.862Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44682026-08-05T12:22:39.862Z |
44692026-08-05T12:22:39.862Z 78 | pub struct Record<R: RecordData = RData> {
44702026-08-05T12:22:39.862Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44712026-08-05T12:22:39.862Z |
44722026-08-05T12:22:39.862Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44732026-08-05T12:22:39.862Z |
44742026-08-05T12:22:39.862Z 77 | pub struct Record<R: RecordData = RData> {
44752026-08-05T12:22:39.862Z | ---------------------------------------- this is the found type
44762026-08-05T12:22:39.862Z = help: you can use `cargo tree` to explore your dependency tree
44772026-08-05T12:22:39.862Znote: required by a bound in `encode_and_send`
44782026-08-05T12:22:39.862Z --> dns-server/src/dns_server.rs:491:23
44792026-08-05T12:22:39.862Z |
44802026-08-05T12:22:39.862Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
44812026-08-05T12:22:39.862Z | --------------- required by a bound in this function
44822026-08-05T12:22:39.862Z...
44832026-08-05T12:22:39.862Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
44842026-08-05T12:22:39.862Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
44852026-08-05T12:22:39.862Z
44862026-08-05T12:22:39.862Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
44872026-08-05T12:22:39.862Z --> dns-server/src/dns_server.rs:457:69
44882026-08-05T12:22:39.862Z |
44892026-08-05T12:22:39.862Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
44902026-08-05T12:22:39.862Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
44912026-08-05T12:22:39.862Z |
44922026-08-05T12:22:39.862Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
44932026-08-05T12:22:39.863Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
44942026-08-05T12:22:39.863Z |
44952026-08-05T12:22:39.863Z 78 | pub struct Record<R: RecordData = RData> {
44962026-08-05T12:22:39.863Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
44972026-08-05T12:22:39.863Z |
44982026-08-05T12:22:39.863Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
44992026-08-05T12:22:39.863Z |
45002026-08-05T12:22:39.863Z 77 | pub struct Record<R: RecordData = RData> {
45012026-08-05T12:22:39.863Z | ---------------------------------------- this is the found type
45022026-08-05T12:22:39.863Z = help: you can use `cargo tree` to explore your dependency tree
45032026-08-05T12:22:39.863Znote: required by a bound in `encode_and_send`
45042026-08-05T12:22:39.863Z --> dns-server/src/dns_server.rs:492:27
45052026-08-05T12:22:39.863Z |
45062026-08-05T12:22:39.863Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45072026-08-05T12:22:39.863Z | --------------- required by a bound in this function
45082026-08-05T12:22:39.863Z...
45092026-08-05T12:22:39.863Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
45102026-08-05T12:22:39.863Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45112026-08-05T12:22:39.863Z
45122026-08-05T12:22:39.863Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45132026-08-05T12:22:39.863Z --> dns-server/src/dns_server.rs:457:69
45142026-08-05T12:22:39.863Z |
45152026-08-05T12:22:39.863Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
45162026-08-05T12:22:39.863Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45172026-08-05T12:22:39.864Z |
45182026-08-05T12:22:39.864Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45192026-08-05T12:22:39.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45202026-08-05T12:22:39.864Z |
45212026-08-05T12:22:39.864Z 78 | pub struct Record<R: RecordData = RData> {
45222026-08-05T12:22:39.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45232026-08-05T12:22:39.864Z |
45242026-08-05T12:22:39.864Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45252026-08-05T12:22:39.864Z |
45262026-08-05T12:22:39.864Z 77 | pub struct Record<R: RecordData = RData> {
45272026-08-05T12:22:39.864Z | ---------------------------------------- this is the found type
45282026-08-05T12:22:39.864Z = help: you can use `cargo tree` to explore your dependency tree
45292026-08-05T12:22:39.864Znote: required by a bound in `encode_and_send`
45302026-08-05T12:22:39.864Z --> dns-server/src/dns_server.rs:493:19
45312026-08-05T12:22:39.864Z |
45322026-08-05T12:22:39.864Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45332026-08-05T12:22:39.864Z | --------------- required by a bound in this function
45342026-08-05T12:22:39.864Z...
45352026-08-05T12:22:39.864Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
45362026-08-05T12:22:39.865Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45372026-08-05T12:22:39.866Z
45382026-08-05T12:22:39.866Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
45392026-08-05T12:22:39.866Z --> dns-server/src/dns_server.rs:457:69
45402026-08-05T12:22:39.866Z |
45412026-08-05T12:22:39.866Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
45422026-08-05T12:22:39.866Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
45432026-08-05T12:22:39.866Z |
45442026-08-05T12:22:39.866Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45452026-08-05T12:22:39.866Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
45462026-08-05T12:22:39.866Z |
45472026-08-05T12:22:39.866Z 78 | pub struct Record<R: RecordData = RData> {
45482026-08-05T12:22:39.866Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45492026-08-05T12:22:39.866Z |
45502026-08-05T12:22:39.866Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
45512026-08-05T12:22:39.866Z |
45522026-08-05T12:22:39.866Z 77 | pub struct Record<R: RecordData = RData> {
45532026-08-05T12:22:39.866Z | ---------------------------------------- this is the found type
45542026-08-05T12:22:39.866Z = help: you can use `cargo tree` to explore your dependency tree
45552026-08-05T12:22:39.866Znote: required by a bound in `encode_and_send`
45562026-08-05T12:22:39.866Z --> dns-server/src/dns_server.rs:494:27
45572026-08-05T12:22:39.866Z |
45582026-08-05T12:22:39.866Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
45592026-08-05T12:22:39.866Z | --------------- required by a bound in this function
45602026-08-05T12:22:39.871Z...
45612026-08-05T12:22:39.871Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
45622026-08-05T12:22:39.871Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
45632026-08-05T12:22:39.872Z
45642026-08-05T12:22:39.872Zerror[E0308]: arguments to this method are incorrect
45652026-08-05T12:22:39.872Z --> dns-server/src/dns_server.rs:477:20
45662026-08-05T12:22:39.872Z |
45672026-08-05T12:22:39.872Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
45682026-08-05T12:22:39.872Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
45692026-08-05T12:22:39.872Z | |
45702026-08-05T12:22:39.872Z | expected `Header`, found `hickory_proto::op::Header`
45712026-08-05T12:22:39.872Z |
45722026-08-05T12:22:39.872Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45732026-08-05T12:22:39.872Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
45742026-08-05T12:22:39.872Z |
45752026-08-05T12:22:39.872Z 57 | pub struct Header {
45762026-08-05T12:22:39.872Z | ^^^^^^^^^^^^^^^^^ this is the expected type
45772026-08-05T12:22:39.872Z |
45782026-08-05T12:22:39.872Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
45792026-08-05T12:22:39.872Z |
45802026-08-05T12:22:39.872Z 57 | pub struct Header {
45812026-08-05T12:22:39.872Z | ----------------- this is the found type
45822026-08-05T12:22:39.872Z = help: you can use `cargo tree` to explore your dependency tree
45832026-08-05T12:22:39.872Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
45842026-08-05T12:22:39.873Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
45852026-08-05T12:22:39.873Z |
45862026-08-05T12:22:39.873Z 67 | pub enum ResponseCode {
45872026-08-05T12:22:39.873Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
45882026-08-05T12:22:39.873Z |
45892026-08-05T12:22:39.873Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
45902026-08-05T12:22:39.873Z |
45912026-08-05T12:22:39.873Z 67 | pub enum ResponseCode {
45922026-08-05T12:22:39.873Z | --------------------- this is the found type
45932026-08-05T12:22:39.873Z = help: you can use `cargo tree` to explore your dependency tree
45942026-08-05T12:22:39.873Znote: method defined here
45952026-08-05T12:22:39.873Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
45962026-08-05T12:22:39.873Z |
45972026-08-05T12:22:39.873Z190 | pub fn error_msg<'a>(
45982026-08-05T12:22:39.873Z | ^^^^^^^^^
45992026-08-05T12:22:39.873Z
46002026-08-05T12:22:39.873Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46012026-08-05T12:22:39.873Z --> dns-server/src/dns_server.rs:478:50
46022026-08-05T12:22:39.873Z |
46032026-08-05T12:22:39.874Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46042026-08-05T12:22:39.874Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46052026-08-05T12:22:39.874Z | |
46062026-08-05T12:22:39.874Z | required by a bound introduced by this call
46072026-08-05T12:22:39.874Z |
46082026-08-05T12:22:39.874Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46092026-08-05T12:22:39.874Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46102026-08-05T12:22:39.874Z |
46112026-08-05T12:22:39.874Z 78 | pub struct Record<R: RecordData = RData> {
46122026-08-05T12:22:39.874Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46132026-08-05T12:22:39.874Z |
46142026-08-05T12:22:39.874Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46152026-08-05T12:22:39.874Z |
46162026-08-05T12:22:39.874Z 77 | pub struct Record<R: RecordData = RData> {
46172026-08-05T12:22:39.874Z | ---------------------------------------- this is the found type
46182026-08-05T12:22:39.874Z = help: you can use `cargo tree` to explore your dependency tree
46192026-08-05T12:22:39.875Znote: required by a bound in `encode_and_send`
46202026-08-05T12:22:39.875Z --> dns-server/src/dns_server.rs:491:23
46212026-08-05T12:22:39.875Z |
46222026-08-05T12:22:39.875Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46232026-08-05T12:22:39.875Z | --------------- required by a bound in this function
46242026-08-05T12:22:39.875Z...
46252026-08-05T12:22:39.875Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
46262026-08-05T12:22:39.875Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46272026-08-05T12:22:39.875Z
46282026-08-05T12:22:39.875Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46292026-08-05T12:22:39.875Z --> dns-server/src/dns_server.rs:478:50
46302026-08-05T12:22:39.875Z |
46312026-08-05T12:22:39.875Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46322026-08-05T12:22:39.875Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46332026-08-05T12:22:39.875Z | |
46342026-08-05T12:22:39.875Z | required by a bound introduced by this call
46352026-08-05T12:22:39.875Z |
46362026-08-05T12:22:39.875Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46372026-08-05T12:22:39.875Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46382026-08-05T12:22:39.875Z |
46392026-08-05T12:22:39.875Z 78 | pub struct Record<R: RecordData = RData> {
46402026-08-05T12:22:39.875Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46412026-08-05T12:22:39.875Z |
46422026-08-05T12:22:39.875Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46432026-08-05T12:22:39.875Z |
46442026-08-05T12:22:39.875Z 77 | pub struct Record<R: RecordData = RData> {
46452026-08-05T12:22:39.875Z | ---------------------------------------- this is the found type
46462026-08-05T12:22:39.875Z = help: you can use `cargo tree` to explore your dependency tree
46472026-08-05T12:22:39.875Znote: required by a bound in `encode_and_send`
46482026-08-05T12:22:39.875Z --> dns-server/src/dns_server.rs:492:27
46492026-08-05T12:22:39.876Z |
46502026-08-05T12:22:39.876Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46512026-08-05T12:22:39.876Z | --------------- required by a bound in this function
46522026-08-05T12:22:39.876Z...
46532026-08-05T12:22:39.876Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
46542026-08-05T12:22:39.876Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46552026-08-05T12:22:39.876Z
46562026-08-05T12:22:39.876Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46572026-08-05T12:22:39.876Z --> dns-server/src/dns_server.rs:478:50
46582026-08-05T12:22:39.876Z |
46592026-08-05T12:22:39.876Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46602026-08-05T12:22:39.880Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46612026-08-05T12:22:39.880Z | |
46622026-08-05T12:22:39.880Z | required by a bound introduced by this call
46632026-08-05T12:22:39.880Z |
46642026-08-05T12:22:39.880Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46652026-08-05T12:22:39.880Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46662026-08-05T12:22:39.880Z |
46672026-08-05T12:22:39.880Z 78 | pub struct Record<R: RecordData = RData> {
46682026-08-05T12:22:39.881Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46692026-08-05T12:22:39.881Z |
46702026-08-05T12:22:39.881Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46712026-08-05T12:22:39.881Z |
46722026-08-05T12:22:39.881Z 77 | pub struct Record<R: RecordData = RData> {
46732026-08-05T12:22:39.881Z | ---------------------------------------- this is the found type
46742026-08-05T12:22:39.881Z = help: you can use `cargo tree` to explore your dependency tree
46752026-08-05T12:22:39.881Znote: required by a bound in `encode_and_send`
46762026-08-05T12:22:39.881Z --> dns-server/src/dns_server.rs:493:19
46772026-08-05T12:22:39.881Z |
46782026-08-05T12:22:39.881Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
46792026-08-05T12:22:39.881Z | --------------- required by a bound in this function
46802026-08-05T12:22:39.881Z...
46812026-08-05T12:22:39.881Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
46822026-08-05T12:22:39.881Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
46832026-08-05T12:22:39.881Z
46842026-08-05T12:22:39.881Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
46852026-08-05T12:22:39.881Z --> dns-server/src/dns_server.rs:478:50
46862026-08-05T12:22:39.881Z |
46872026-08-05T12:22:39.881Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
46882026-08-05T12:22:39.881Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
46892026-08-05T12:22:39.881Z | |
46902026-08-05T12:22:39.882Z | required by a bound introduced by this call
46912026-08-05T12:22:39.882Z |
46922026-08-05T12:22:39.882Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
46932026-08-05T12:22:39.882Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
46942026-08-05T12:22:39.882Z |
46952026-08-05T12:22:39.882Z 78 | pub struct Record<R: RecordData = RData> {
46962026-08-05T12:22:39.882Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
46972026-08-05T12:22:39.882Z |
46982026-08-05T12:22:39.882Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
46992026-08-05T12:22:39.882Z |
47002026-08-05T12:22:39.882Z 77 | pub struct Record<R: RecordData = RData> {
47012026-08-05T12:22:39.882Z | ---------------------------------------- this is the found type
47022026-08-05T12:22:39.882Z = help: you can use `cargo tree` to explore your dependency tree
47032026-08-05T12:22:39.882Znote: required by a bound in `encode_and_send`
47042026-08-05T12:22:39.882Z --> dns-server/src/dns_server.rs:494:27
47052026-08-05T12:22:39.882Z |
47062026-08-05T12:22:39.882Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47072026-08-05T12:22:39.882Z | --------------- required by a bound in this function
47082026-08-05T12:22:39.882Z...
47092026-08-05T12:22:39.883Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
47102026-08-05T12:22:39.883Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47112026-08-05T12:22:39.883Z
47122026-08-05T12:22:39.883Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47132026-08-05T12:22:39.883Z --> dns-server/src/dns_server.rs:478:25
47142026-08-05T12:22:39.883Z |
47152026-08-05T12:22:39.883Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47162026-08-05T12:22:39.883Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47172026-08-05T12:22:39.883Z |
47182026-08-05T12:22:39.883Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47192026-08-05T12:22:39.883Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47202026-08-05T12:22:39.883Z |
47212026-08-05T12:22:39.883Z 78 | pub struct Record<R: RecordData = RData> {
47222026-08-05T12:22:39.884Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47232026-08-05T12:22:39.884Z |
47242026-08-05T12:22:39.884Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47252026-08-05T12:22:39.884Z |
47262026-08-05T12:22:39.884Z 77 | pub struct Record<R: RecordData = RData> {
47272026-08-05T12:22:39.884Z | ---------------------------------------- this is the found type
47282026-08-05T12:22:39.884Z = help: you can use `cargo tree` to explore your dependency tree
47292026-08-05T12:22:39.884Znote: required by a bound in `encode_and_send`
47302026-08-05T12:22:39.884Z --> dns-server/src/dns_server.rs:491:23
47312026-08-05T12:22:39.884Z |
47322026-08-05T12:22:39.884Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47332026-08-05T12:22:39.884Z | --------------- required by a bound in this function
47342026-08-05T12:22:39.884Z...
47352026-08-05T12:22:39.884Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
47362026-08-05T12:22:39.884Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47372026-08-05T12:22:39.884Z
47382026-08-05T12:22:39.884Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47392026-08-05T12:22:39.884Z --> dns-server/src/dns_server.rs:478:25
47402026-08-05T12:22:39.884Z |
47412026-08-05T12:22:39.885Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47422026-08-05T12:22:39.885Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47432026-08-05T12:22:39.885Z |
47442026-08-05T12:22:39.885Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47452026-08-05T12:22:39.885Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47462026-08-05T12:22:39.885Z |
47472026-08-05T12:22:39.885Z 78 | pub struct Record<R: RecordData = RData> {
47482026-08-05T12:22:39.885Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47492026-08-05T12:22:39.885Z |
47502026-08-05T12:22:39.885Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47512026-08-05T12:22:39.885Z |
47522026-08-05T12:22:39.885Z 77 | pub struct Record<R: RecordData = RData> {
47532026-08-05T12:22:39.885Z | ---------------------------------------- this is the found type
47542026-08-05T12:22:39.885Z = help: you can use `cargo tree` to explore your dependency tree
47552026-08-05T12:22:39.885Znote: required by a bound in `encode_and_send`
47562026-08-05T12:22:39.885Z --> dns-server/src/dns_server.rs:492:27
47572026-08-05T12:22:39.885Z |
47582026-08-05T12:22:39.885Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47592026-08-05T12:22:39.885Z | --------------- required by a bound in this function
47602026-08-05T12:22:39.889Z...
47612026-08-05T12:22:39.889Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
47622026-08-05T12:22:39.889Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47632026-08-05T12:22:39.889Z
47642026-08-05T12:22:39.889Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47652026-08-05T12:22:39.890Z --> dns-server/src/dns_server.rs:478:25
47662026-08-05T12:22:39.890Z |
47672026-08-05T12:22:39.890Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47682026-08-05T12:22:39.890Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47692026-08-05T12:22:39.890Z |
47702026-08-05T12:22:39.890Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47712026-08-05T12:22:39.890Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47722026-08-05T12:22:39.890Z |
47732026-08-05T12:22:39.890Z 78 | pub struct Record<R: RecordData = RData> {
47742026-08-05T12:22:39.890Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
47752026-08-05T12:22:39.890Z |
47762026-08-05T12:22:39.890Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
47772026-08-05T12:22:39.890Z |
47782026-08-05T12:22:39.890Z 77 | pub struct Record<R: RecordData = RData> {
47792026-08-05T12:22:39.890Z | ---------------------------------------- this is the found type
47802026-08-05T12:22:39.890Z = help: you can use `cargo tree` to explore your dependency tree
47812026-08-05T12:22:39.890Znote: required by a bound in `encode_and_send`
47822026-08-05T12:22:39.890Z --> dns-server/src/dns_server.rs:493:19
47832026-08-05T12:22:39.890Z |
47842026-08-05T12:22:39.890Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
47852026-08-05T12:22:39.890Z | --------------- required by a bound in this function
47862026-08-05T12:22:39.890Z...
47872026-08-05T12:22:39.890Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
47882026-08-05T12:22:39.890Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
47892026-08-05T12:22:39.890Z
47902026-08-05T12:22:39.890Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
47912026-08-05T12:22:39.890Z --> dns-server/src/dns_server.rs:478:25
47922026-08-05T12:22:39.890Z |
47932026-08-05T12:22:39.890Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
47942026-08-05T12:22:39.890Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
47952026-08-05T12:22:39.890Z |
47962026-08-05T12:22:39.890Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
47972026-08-05T12:22:39.891Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
47982026-08-05T12:22:39.891Z |
47992026-08-05T12:22:39.891Z 78 | pub struct Record<R: RecordData = RData> {
48002026-08-05T12:22:39.891Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
48012026-08-05T12:22:39.891Z |
48022026-08-05T12:22:39.891Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
48032026-08-05T12:22:39.891Z |
48042026-08-05T12:22:39.891Z 77 | pub struct Record<R: RecordData = RData> {
48052026-08-05T12:22:39.891Z | ---------------------------------------- this is the found type
48062026-08-05T12:22:39.891Z = help: you can use `cargo tree` to explore your dependency tree
48072026-08-05T12:22:39.891Znote: required by a bound in `encode_and_send`
48082026-08-05T12:22:39.891Z --> dns-server/src/dns_server.rs:494:27
48092026-08-05T12:22:39.891Z |
48102026-08-05T12:22:39.891Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
48112026-08-05T12:22:39.891Z | --------------- required by a bound in this function
48122026-08-05T12:22:39.891Z...
48132026-08-05T12:22:39.891Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
48142026-08-05T12:22:39.891Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
48152026-08-05T12:22:39.892Z
48162026-08-05T12:22:39.892Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
48172026-08-05T12:22:39.892Z --> dns-server/src/dns_server.rs:478:69
48182026-08-05T12:22:39.893Z |
48192026-08-05T12:22:39.893Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
48202026-08-05T12:22:39.893Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
48212026-08-05T12:22:39.894Z |
48222026-08-05T12:22:39.894Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48232026-08-05T12:22:39.894Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
48242026-08-05T12:22:39.894Z |
48252026-08-05T12:22:39.894Z 78 | pub struct Record<R: RecordData = RData> {
48262026-08-05T12:22:39.894Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
48272026-08-05T12:22:39.894Z |
48282026-08-05T12:22:39.894Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
48292026-08-05T12:22:39.894Z |
48302026-08-05T12:22:39.894Z 77 | pub struct Record<R: RecordData = RData> {
48312026-08-05T12:22:39.894Z | ---------------------------------------- this is the found type
48322026-08-05T12:22:39.894Z = help: you can use `cargo tree` to explore your dependency tree
48332026-08-05T12:22:39.894Znote: required by a bound in `encode_and_send`
48342026-08-05T12:22:39.894Z --> dns-server/src/dns_server.rs:491:23
48352026-08-05T12:22:39.894Z |
48362026-08-05T12:22:39.894Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
48372026-08-05T12:22:39.894Z | --------------- required by a bound in this function
48382026-08-05T12:22:39.894Z...
48392026-08-05T12:22:39.894Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
48402026-08-05T12:22:39.895Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
48412026-08-05T12:22:39.895Z
48422026-08-05T12:22:39.895Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
48432026-08-05T12:22:39.895Z --> dns-server/src/dns_server.rs:478:69
48442026-08-05T12:22:39.895Z |
48452026-08-05T12:22:39.895Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
48462026-08-05T12:22:39.895Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
48472026-08-05T12:22:39.895Z |
48482026-08-05T12:22:39.895Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48492026-08-05T12:22:39.895Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
48502026-08-05T12:22:39.895Z |
48512026-08-05T12:22:39.895Z 78 | pub struct Record<R: RecordData = RData> {
48522026-08-05T12:22:39.895Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
48532026-08-05T12:22:39.895Z |
48542026-08-05T12:22:39.895Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
48552026-08-05T12:22:39.895Z |
48562026-08-05T12:22:39.895Z 77 | pub struct Record<R: RecordData = RData> {
48572026-08-05T12:22:39.895Z | ---------------------------------------- this is the found type
48582026-08-05T12:22:39.895Z = help: you can use `cargo tree` to explore your dependency tree
48592026-08-05T12:22:39.895Znote: required by a bound in `encode_and_send`
48602026-08-05T12:22:39.899Z --> dns-server/src/dns_server.rs:492:27
48612026-08-05T12:22:39.900Z |
48622026-08-05T12:22:39.900Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
48632026-08-05T12:22:39.900Z | --------------- required by a bound in this function
48642026-08-05T12:22:39.900Z...
48652026-08-05T12:22:39.900Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
48662026-08-05T12:22:39.900Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
48672026-08-05T12:22:39.900Z
48682026-08-05T12:22:39.900Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
48692026-08-05T12:22:39.900Z --> dns-server/src/dns_server.rs:478:69
48702026-08-05T12:22:39.900Z |
48712026-08-05T12:22:39.900Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
48722026-08-05T12:22:39.900Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
48732026-08-05T12:22:39.900Z |
48742026-08-05T12:22:39.900Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
48752026-08-05T12:22:39.900Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
48762026-08-05T12:22:39.900Z |
48772026-08-05T12:22:39.900Z 78 | pub struct Record<R: RecordData = RData> {
48782026-08-05T12:22:39.900Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
48792026-08-05T12:22:39.900Z |
48802026-08-05T12:22:39.900Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
48812026-08-05T12:22:39.900Z |
48822026-08-05T12:22:39.900Z 77 | pub struct Record<R: RecordData = RData> {
48832026-08-05T12:22:39.900Z | ---------------------------------------- this is the found type
48842026-08-05T12:22:39.900Z = help: you can use `cargo tree` to explore your dependency tree
48852026-08-05T12:22:39.900Znote: required by a bound in `encode_and_send`
48862026-08-05T12:22:39.900Z --> dns-server/src/dns_server.rs:493:19
48872026-08-05T12:22:39.900Z |
48882026-08-05T12:22:39.900Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
48892026-08-05T12:22:39.900Z | --------------- required by a bound in this function
48902026-08-05T12:22:39.900Z...
48912026-08-05T12:22:39.900Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
48922026-08-05T12:22:39.900Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
48932026-08-05T12:22:39.900Z
48942026-08-05T12:22:39.900Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
48952026-08-05T12:22:39.900Z --> dns-server/src/dns_server.rs:478:69
48962026-08-05T12:22:39.900Z |
48972026-08-05T12:22:39.900Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
48982026-08-05T12:22:39.901Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
48992026-08-05T12:22:39.901Z |
49002026-08-05T12:22:39.901Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49012026-08-05T12:22:39.901Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
49022026-08-05T12:22:39.901Z |
49032026-08-05T12:22:39.901Z 78 | pub struct Record<R: RecordData = RData> {
49042026-08-05T12:22:39.901Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
49052026-08-05T12:22:39.901Z |
49062026-08-05T12:22:39.901Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
49072026-08-05T12:22:39.901Z |
49082026-08-05T12:22:39.901Z 77 | pub struct Record<R: RecordData = RData> {
49092026-08-05T12:22:39.901Z | ---------------------------------------- this is the found type
49102026-08-05T12:22:39.901Z = help: you can use `cargo tree` to explore your dependency tree
49112026-08-05T12:22:39.902Znote: required by a bound in `encode_and_send`
49122026-08-05T12:22:39.902Z --> dns-server/src/dns_server.rs:494:27
49132026-08-05T12:22:39.902Z |
49142026-08-05T12:22:39.902Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
49152026-08-05T12:22:39.902Z | --------------- required by a bound in this function
49162026-08-05T12:22:39.902Z...
49172026-08-05T12:22:39.902Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
49182026-08-05T12:22:39.902Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
49192026-08-05T12:22:39.902Z
49202026-08-05T12:22:39.902Zerror[E0599]: the method `destructive_emit` exists for struct `MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
49212026-08-05T12:22:39.902Z --> dns-server/src/dns_server.rs:500:14
49222026-08-05T12:22:39.902Z |
49232026-08-05T12:22:39.902Z499 | let _ = mresp
49242026-08-05T12:22:39.902Z | _________________-
49252026-08-05T12:22:39.902Z500 | | .destructive_emit(&mut enc)
49262026-08-05T12:22:39.902Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
49272026-08-05T12:22:39.902Z | |_____________|
49282026-08-05T12:22:39.902Z |
49292026-08-05T12:22:39.902Z |
49302026-08-05T12:22:39.902Z = note: the following trait bounds were not satisfied:
49312026-08-05T12:22:39.902Z `<Answers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
49322026-08-05T12:22:39.902Z `<NameServers as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
49332026-08-05T12:22:39.902Z `<Soa as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
49342026-08-05T12:22:39.902Z `<Additionals as Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
49352026-08-05T12:22:39.902Z
49362026-08-05T12:22:39.902Zerror[E0308]: mismatched types
49372026-08-05T12:22:39.902Z --> dns-server/src/dns_server.rs:229:35
49382026-08-05T12:22:39.902Z |
49392026-08-05T12:22:39.902Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
49402026-08-05T12:22:39.902Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49412026-08-05T12:22:39.902Z | |
49422026-08-05T12:22:39.902Z | arguments to this function are incorrect
49432026-08-05T12:22:39.902Z |
49442026-08-05T12:22:39.902Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49452026-08-05T12:22:39.902Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49462026-08-05T12:22:39.904Z |
49472026-08-05T12:22:39.904Z 34 | pub struct Name {
49482026-08-05T12:22:39.904Z | ^^^^^^^^^^^^^^^ this is the expected type
49492026-08-05T12:22:39.904Z |
49502026-08-05T12:22:39.904Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49512026-08-05T12:22:39.904Z |
49522026-08-05T12:22:39.904Z 37 | pub struct Name {
49532026-08-05T12:22:39.904Z | --------------- this is the found type
49542026-08-05T12:22:39.904Z = help: you can use `cargo tree` to explore your dependency tree
49552026-08-05T12:22:39.904Znote: associated function defined here
49562026-08-05T12:22:39.904Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
49572026-08-05T12:22:39.904Z |
49582026-08-05T12:22:39.904Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
49592026-08-05T12:22:39.904Z | ^^^^^^^^^^
49602026-08-05T12:22:39.909Z
49612026-08-05T12:22:39.909Zerror[E0308]: mismatched types
49622026-08-05T12:22:39.909Z --> dns-server/src/dns_server.rs:233:35
49632026-08-05T12:22:39.909Z |
49642026-08-05T12:22:39.909Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
49652026-08-05T12:22:39.909Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49662026-08-05T12:22:39.909Z | |
49672026-08-05T12:22:39.909Z | arguments to this function are incorrect
49682026-08-05T12:22:39.910Z |
49692026-08-05T12:22:39.910Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49702026-08-05T12:22:39.910Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49712026-08-05T12:22:39.910Z |
49722026-08-05T12:22:39.910Z 34 | pub struct Name {
49732026-08-05T12:22:39.910Z | ^^^^^^^^^^^^^^^ this is the expected type
49742026-08-05T12:22:39.910Z |
49752026-08-05T12:22:39.910Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
49762026-08-05T12:22:39.910Z |
49772026-08-05T12:22:39.910Z 37 | pub struct Name {
49782026-08-05T12:22:39.910Z | --------------- this is the found type
49792026-08-05T12:22:39.910Z = help: you can use `cargo tree` to explore your dependency tree
49802026-08-05T12:22:39.910Znote: associated function defined here
49812026-08-05T12:22:39.910Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
49822026-08-05T12:22:39.910Z |
49832026-08-05T12:22:39.910Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
49842026-08-05T12:22:39.910Z | ^^^^^^^^^^
49852026-08-05T12:22:39.910Z
49862026-08-05T12:22:39.910Zerror[E0308]: mismatched types
49872026-08-05T12:22:39.910Z --> dns-server/src/dns_server.rs:247:60
49882026-08-05T12:22:39.910Z |
49892026-08-05T12:22:39.910Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
49902026-08-05T12:22:39.910Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
49912026-08-05T12:22:39.911Z | |
49922026-08-05T12:22:39.911Z | arguments to this function are incorrect
49932026-08-05T12:22:39.911Z |
49942026-08-05T12:22:39.911Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
49952026-08-05T12:22:39.911Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
49962026-08-05T12:22:39.911Z |
49972026-08-05T12:22:39.911Z 34 | pub struct Name {
49982026-08-05T12:22:39.911Z | ^^^^^^^^^^^^^^^ this is the expected type
49992026-08-05T12:22:39.912Z |
50002026-08-05T12:22:39.912Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50012026-08-05T12:22:39.912Z |
50022026-08-05T12:22:39.912Z 37 | pub struct Name {
50032026-08-05T12:22:39.912Z | --------------- this is the found type
50042026-08-05T12:22:39.912Z = help: you can use `cargo tree` to explore your dependency tree
50052026-08-05T12:22:39.912Znote: associated function defined here
50062026-08-05T12:22:39.912Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
50072026-08-05T12:22:39.912Z |
50082026-08-05T12:22:39.912Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
50092026-08-05T12:22:39.912Z | ^^^
50102026-08-05T12:22:39.912Z
50112026-08-05T12:22:39.912Zerror[E0308]: mismatched types
50122026-08-05T12:22:39.912Z --> dns-server/src/dns_server.rs:245:17
50132026-08-05T12:22:39.913Z |
50142026-08-05T12:22:39.913Z244 | Ok(Record::from_rdata(
50152026-08-05T12:22:39.913Z | ------------------ arguments to this function are incorrect
50162026-08-05T12:22:39.913Z245 | name.clone(),
50172026-08-05T12:22:39.913Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50182026-08-05T12:22:39.913Z |
50192026-08-05T12:22:39.913Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50202026-08-05T12:22:39.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50212026-08-05T12:22:39.913Z |
50222026-08-05T12:22:39.913Z 34 | pub struct Name {
50232026-08-05T12:22:39.913Z | ^^^^^^^^^^^^^^^ this is the expected type
50242026-08-05T12:22:39.913Z |
50252026-08-05T12:22:39.913Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50262026-08-05T12:22:39.913Z |
50272026-08-05T12:22:39.913Z 37 | pub struct Name {
50282026-08-05T12:22:39.913Z | --------------- this is the found type
50292026-08-05T12:22:39.913Z = help: you can use `cargo tree` to explore your dependency tree
50302026-08-05T12:22:39.913Znote: associated function defined here
50312026-08-05T12:22:39.913Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
50322026-08-05T12:22:39.913Z |
50332026-08-05T12:22:39.913Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
50342026-08-05T12:22:39.913Z | ^^^^^^^^^^
50352026-08-05T12:22:39.914Z
50362026-08-05T12:22:39.914Zerror[E0308]: mismatched types
50372026-08-05T12:22:39.914Z --> dns-server/src/dns_server.rs:259:65
50382026-08-05T12:22:39.914Z |
50392026-08-05T12:22:39.914Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
50402026-08-05T12:22:39.914Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50412026-08-05T12:22:39.914Z | |
50422026-08-05T12:22:39.914Z | arguments to this struct are incorrect
50432026-08-05T12:22:39.914Z |
50442026-08-05T12:22:39.914Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50452026-08-05T12:22:39.914Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50462026-08-05T12:22:39.914Z |
50472026-08-05T12:22:39.914Z 34 | pub struct Name {
50482026-08-05T12:22:39.914Z | ^^^^^^^^^^^^^^^ this is the expected type
50492026-08-05T12:22:39.914Z |
50502026-08-05T12:22:39.914Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50512026-08-05T12:22:39.914Z |
50522026-08-05T12:22:39.914Z 37 | pub struct Name {
50532026-08-05T12:22:39.914Z | --------------- this is the found type
50542026-08-05T12:22:39.914Z = help: you can use `cargo tree` to explore your dependency tree
50552026-08-05T12:22:39.914Znote: tuple struct defined here
50562026-08-05T12:22:39.914Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
50572026-08-05T12:22:39.914Z |
50582026-08-05T12:22:39.914Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
50592026-08-05T12:22:39.914Z | ^^
50602026-08-05T12:22:39.918Z
50612026-08-05T12:22:39.918Zerror[E0308]: mismatched types
50622026-08-05T12:22:39.918Z --> dns-server/src/dns_server.rs:259:35
50632026-08-05T12:22:39.919Z |
50642026-08-05T12:22:39.919Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
50652026-08-05T12:22:39.919Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50662026-08-05T12:22:39.919Z | |
50672026-08-05T12:22:39.919Z | arguments to this function are incorrect
50682026-08-05T12:22:39.919Z |
50692026-08-05T12:22:39.919Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50702026-08-05T12:22:39.919Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50712026-08-05T12:22:39.919Z |
50722026-08-05T12:22:39.919Z 34 | pub struct Name {
50732026-08-05T12:22:39.919Z | ^^^^^^^^^^^^^^^ this is the expected type
50742026-08-05T12:22:39.919Z |
50752026-08-05T12:22:39.919Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
50762026-08-05T12:22:39.919Z |
50772026-08-05T12:22:39.919Z 37 | pub struct Name {
50782026-08-05T12:22:39.919Z | --------------- this is the found type
50792026-08-05T12:22:39.921Z = help: you can use `cargo tree` to explore your dependency tree
50802026-08-05T12:22:39.921Znote: associated function defined here
50812026-08-05T12:22:39.921Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
50822026-08-05T12:22:39.921Z |
50832026-08-05T12:22:39.921Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
50842026-08-05T12:22:39.921Z | ^^^^^^^^^^
50852026-08-05T12:22:39.921Z
50862026-08-05T12:22:39.921Zerror[E0308]: arguments to this function are incorrect
50872026-08-05T12:22:39.921Z --> dns-server/src/storage.rs:448:43
50882026-08-05T12:22:39.921Z |
50892026-08-05T12:22:39.921Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
50902026-08-05T12:22:39.921Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
50912026-08-05T12:22:39.921Z449 | preferred_nameserver,
50922026-08-05T12:22:39.921Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50932026-08-05T12:22:39.921Z450 | rname,
50942026-08-05T12:22:39.922Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
50952026-08-05T12:22:39.922Z |
50962026-08-05T12:22:39.922Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
50972026-08-05T12:22:39.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
50982026-08-05T12:22:39.922Z |
50992026-08-05T12:22:39.922Z 34 | pub struct Name {
51002026-08-05T12:22:39.922Z | ^^^^^^^^^^^^^^^ this is the expected type
51012026-08-05T12:22:39.922Z |
51022026-08-05T12:22:39.922Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
51032026-08-05T12:22:39.922Z |
51042026-08-05T12:22:39.922Z 37 | pub struct Name {
51052026-08-05T12:22:39.922Z | --------------- this is the found type
51062026-08-05T12:22:39.922Z = help: you can use `cargo tree` to explore your dependency tree
51072026-08-05T12:22:39.922Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
51082026-08-05T12:22:39.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
51092026-08-05T12:22:39.922Z |
51102026-08-05T12:22:39.923Z 34 | pub struct Name {
51112026-08-05T12:22:39.923Z | ^^^^^^^^^^^^^^^ this is the expected type
51122026-08-05T12:22:39.923Z |
51132026-08-05T12:22:39.923Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
51142026-08-05T12:22:39.923Z |
51152026-08-05T12:22:39.923Z 37 | pub struct Name {
51162026-08-05T12:22:39.923Z | --------------- this is the found type
51172026-08-05T12:22:39.923Z = help: you can use `cargo tree` to explore your dependency tree
51182026-08-05T12:22:39.923Znote: associated function defined here
51192026-08-05T12:22:39.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
51202026-08-05T12:22:39.923Z |
51212026-08-05T12:22:39.923Z154 | pub fn new(
51222026-08-05T12:22:39.923Z | ^^^
51232026-08-05T12:22:39.923Z
51242026-08-05T12:22:39.923Zerror[E0308]: mismatched types
51252026-08-05T12:22:39.923Z --> dns-server/src/storage.rs:446:13
51262026-08-05T12:22:39.923Z |
51272026-08-05T12:22:39.923Z445 | let record = hickory_proto::rr::Record::from_rdata(
51282026-08-05T12:22:39.923Z | ------------------------------------- arguments to this function are incorrect
51292026-08-05T12:22:39.923Z446 | soa_name,
51302026-08-05T12:22:39.923Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
51312026-08-05T12:22:39.923Z |
51322026-08-05T12:22:39.923Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
51332026-08-05T12:22:39.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
51342026-08-05T12:22:39.923Z |
51352026-08-05T12:22:39.923Z 34 | pub struct Name {
51362026-08-05T12:22:39.923Z | ^^^^^^^^^^^^^^^ this is the expected type
51372026-08-05T12:22:39.923Z |
51382026-08-05T12:22:39.923Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
51392026-08-05T12:22:39.923Z |
51402026-08-05T12:22:39.923Z 37 | pub struct Name {
51412026-08-05T12:22:39.923Z | --------------- this is the found type
51422026-08-05T12:22:39.923Z = help: you can use `cargo tree` to explore your dependency tree
51432026-08-05T12:22:39.923Znote: associated function defined here
51442026-08-05T12:22:39.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
51452026-08-05T12:22:39.923Z |
51462026-08-05T12:22:39.923Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
51472026-08-05T12:22:39.924Z | ^^^^^^^^^^
51482026-08-05T12:22:39.924Z
51492026-08-05T12:22:39.924Zerror[E0308]: mismatched types
51502026-08-05T12:22:39.924Z --> dns-server/src/storage.rs:768:30
51512026-08-05T12:22:39.924Z |
51522026-08-05T12:22:39.924Z768 | self.query_raw(name, orig_name)
51532026-08-05T12:22:39.924Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
51542026-08-05T12:22:39.924Z | |
51552026-08-05T12:22:39.924Z | arguments to this method are incorrect
51562026-08-05T12:22:39.924Z |
51572026-08-05T12:22:39.924Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
51582026-08-05T12:22:39.924Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
51592026-08-05T12:22:39.924Z |
51602026-08-05T12:22:39.928Z 37 | pub struct Name {
51612026-08-05T12:22:39.928Z | ^^^^^^^^^^^^^^^ this is the expected type
51622026-08-05T12:22:39.928Z |
51632026-08-05T12:22:39.928Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
51642026-08-05T12:22:39.928Z |
51652026-08-05T12:22:39.928Z 34 | pub struct Name {
51662026-08-05T12:22:39.928Z | --------------- this is the found type
51672026-08-05T12:22:39.928Z = help: you can use `cargo tree` to explore your dependency tree
51682026-08-05T12:22:39.928Znote: method defined here
51692026-08-05T12:22:39.928Z --> dns-server/src/storage.rs:780:8
51702026-08-05T12:22:39.929Z |
51712026-08-05T12:22:39.929Z780 | fn query_raw(
51722026-08-05T12:22:39.929Z | ^^^^^^^^^
51732026-08-05T12:22:39.929Z...
51742026-08-05T12:22:39.929Z783 | orig_name: &Name,
51752026-08-05T12:22:39.929Z | ----------------
51762026-08-05T12:22:39.929Z
51772026-08-05T12:22:39.929Zerror[E0308]: mismatched types
51782026-08-05T12:22:39.929Z --> dns-server/src/storage.rs:777:40
51792026-08-05T12:22:39.929Z |
51802026-08-05T12:22:39.929Z777 | self.query_raw(&LowerName::new(name), name)
51812026-08-05T12:22:39.929Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
51822026-08-05T12:22:39.929Z | |
51832026-08-05T12:22:39.929Z | arguments to this function are incorrect
51842026-08-05T12:22:39.929Z |
51852026-08-05T12:22:39.929Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
51862026-08-05T12:22:39.929Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
51872026-08-05T12:22:39.930Z |
51882026-08-05T12:22:39.930Z 34 | pub struct Name {
51892026-08-05T12:22:39.930Z | ^^^^^^^^^^^^^^^ this is the expected type
51902026-08-05T12:22:39.930Z |
51912026-08-05T12:22:39.930Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
51922026-08-05T12:22:39.930Z |
51932026-08-05T12:22:39.930Z 37 | pub struct Name {
51942026-08-05T12:22:39.930Z | --------------- this is the found type
51952026-08-05T12:22:39.930Z = help: you can use `cargo tree` to explore your dependency tree
51962026-08-05T12:22:39.930Znote: associated function defined here
51972026-08-05T12:22:39.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
51982026-08-05T12:22:39.930Z |
51992026-08-05T12:22:39.930Z 37 | pub fn new(name: &Name) -> Self {
52002026-08-05T12:22:39.930Z | ^^^
52012026-08-05T12:22:39.930Z
52022026-08-05T12:22:39.930Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
52032026-08-05T12:22:39.930Z --> dns-server/src/storage.rs:791:33
52042026-08-05T12:22:39.930Z |
52052026-08-05T12:22:39.930Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
52062026-08-05T12:22:39.930Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
52072026-08-05T12:22:39.930Z |
52082026-08-05T12:22:39.930Zhelp: item with same name found
52092026-08-05T12:22:39.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
52102026-08-05T12:22:39.930Z |
52112026-08-05T12:22:39.930Z 28 | pub struct LowerName(Name);
52122026-08-05T12:22:39.930Z | ^^^^^^^^^^^^^^^^^^^^
52132026-08-05T12:22:39.930Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
52142026-08-05T12:22:39.930Zhelp: `hickory_proto::rr::LowerName` implements trait `std::convert::From<T>`
52152026-08-05T12:22:39.930Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
52162026-08-05T12:22:39.930Z |
52172026-08-05T12:22:39.930Z240 | impl From<Name> for LowerName {
52182026-08-05T12:22:39.930Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::convert::From<hickory_proto::rr::Name>`
52192026-08-05T12:22:39.930Z...
52202026-08-05T12:22:39.930Z246 | impl<'a> From<&'a Name> for LowerName {
52212026-08-05T12:22:39.930Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `std::convert::From<&hickory_proto::rr::Name>`
52222026-08-05T12:22:39.930Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
52232026-08-05T12:22:39.930Z = help: you can use `cargo tree` to explore your dependency tree
52242026-08-05T12:22:39.931Z
52252026-08-05T12:22:40.085ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
52262026-08-05T12:22:40.085ZFor more information about an error, try `rustc --explain E0271`.
52272026-08-05T12:22:40.124Zerror: could not compile `dns-server` (lib) due to 66 previous errors
52282026-08-05T12:22:40.313Zerror: process didn't exit successfully: `/home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo check --bins --manifest-path dns-server/Cargo.toml` (exit status: 101)
52292026-08-05T12:22:40.316ZError: cargo-hack install failed: exit status: 1
52302026-08-05T12:22:40.319Z
52312026-08-05T12:22:40.319Zreal 3:50.189827530
52322026-08-05T12:22:40.319Zuser 6:33.923009694
52332026-08-05T12:22:40.319Zsys 1:49.334607618
52342026-08-05T12:22:40.319Ztrap 0.147233487
52352026-08-05T12:22:40.319Ztflt 0.174315793
52362026-08-05T12:22:40.319Zdflt 0.439607086
52372026-08-05T12:22:40.320Zkflt 0.001479102
52382026-08-05T12:22:40.320Zlock 21:15.196745161
52392026-08-05T12:22:40.320Zslp 28:03.394313389
52402026-08-05T12:22:40.320Zlat 30.196485616
52412026-08-05T12:22:40.320Zstop 2:04.668061157
52422026-08-05T12:22:40.320Zprocess exited: duration 388578 ms, exit code 1
 
52432026-08-05T12:22:40.327Zfound 0 output files