01KS3V4S7FJPMADDN35H05243Y: clippy (helios)

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

Buildomat Job: 01KS3V60Q6KY1HX3V4FJAMDQR1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T23:23:43.722Zjob assigned to worker 01KS3V67BZY7WG9QV9MRFA2SGA [factory aws, i-0b92e398e1400098c] (queued for 49 s)
 
22026-05-20T23:23:50.304Zstarting task 0: "setup"
32026-05-20T23:23:50.311Z++ uname -s
42026-05-20T23:23:50.314Z+ kern=SunOS
52026-05-20T23:23:50.314Z+ build_user=build
62026-05-20T23:23:50.314Z+ build_uid=12345
72026-05-20T23:23:50.314Z+ work_dir=/work
82026-05-20T23:23:50.314Z+ input_dir=/input
92026-05-20T23:23:50.314Z+ [[ 0 == 12345 ]]
102026-05-20T23:23:50.314Z+ case "$kern" in
112026-05-20T23:23:50.314Z+ groupadd -g 12345 build
122026-05-20T23:23:50.321Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T23:23:52.327Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T23:23:52.399Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T23:23:52.402Z+ home_fs=zfs
162026-05-20T23:23:52.402Z+ [[ zfs == autofs ]]
172026-05-20T23:23:52.402Z+ mkdir -p /home/build
182026-05-20T23:23:52.402Z+ chown build:build /home/build /work
192026-05-20T23:23:54.403Z+ chmod 0700 /home/build /work
202026-05-20T23:23:54.406Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-20T23:23:54.411Zstarting task 1: "rust-toolchain"
222026-05-20T23:23:54.415Z * rust toolchain channel = "1.94.0"
232026-05-20T23:23:54.415Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-20T23:23:54.415Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T23:23:54.415Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T23:23:54.415Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T23:23:54.416Z * rust toolchain profile = "default"
282026-05-20T23:23:54.418Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T23:23:54.418Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T23:23:54.525Zinfo: downloading installer
312026-05-20T23:23:55.884Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T23:23:55.884Zwarn: /home/build/.rustup/settings.toml
332026-05-20T23:23:55.884Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T23:23:55.884Zwarn: instead of the one inferred from the default host triple.
352026-05-20T23:23:55.897Zinfo: profile set to default
362026-05-20T23:23:55.897Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T23:23:55.900Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T23:23:56.037Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T23:23:56.040Zinfo: downloading 6 components
402026-05-20T23:24:09.971Z
412026-05-20T23:24:09.971Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-20T23:24:10.001Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T23:24:10.001Z
442026-05-20T23:24:10.001Z
452026-05-20T23:24:10.001ZRust is installed now. Great!
462026-05-20T23:24:10.001Z
472026-05-20T23:24:10.001ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T23:24:10.004Zenvironment variable. This has not been done automatically.
492026-05-20T23:24:10.004Z
502026-05-20T23:24:10.004ZTo configure your current shell, you need to source
512026-05-20T23:24:10.004Zthe corresponding env file under $HOME/.cargo.
522026-05-20T23:24:10.004Z
532026-05-20T23:24:10.004ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T23:24:10.005Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T23:24:10.005Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T23:24:10.005Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T23:24:10.005Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T23:24:10.005Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T23:24:10.005Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T23:24:10.005Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T23:24:10.005Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T23:24:10.088Z+ rustup --version
632026-05-20T23:24:10.097Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T23:24:10.099Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T23:24:10.119Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T23:24:10.122Z+ cargo --version
672026-05-20T23:24:10.135Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T23:24:10.138Z+ rustc --version
692026-05-20T23:24:10.158Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T23:24:10.160Zprocess exited: duration 15748 ms, exit code 0
 
712026-05-20T23:24:10.172Zstarting task 2: "authentication"
722026-05-20T23:24:10.187Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T23:24:10.193Zstarting task 3: "clone repository"
742026-05-20T23:24:10.197Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T23:24:10.199Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T23:24:10.245ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T23:24:20.856Z+ cd /work/oxidecomputer/omicron
782026-05-20T23:24:20.856Z+ git fetch origin 6ee581e857202902453035f8c14e6a6b0fc64632
792026-05-20T23:24:20.856ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T23:24:20.856Z * branch 6ee581e857202902453035f8c14e6a6b0fc64632 -> FETCH_HEAD
812026-05-20T23:24:20.856Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-20T23:24:20.856Z++ git branch --show-current
832026-05-20T23:24:20.856Z+ current=main
842026-05-20T23:24:20.857Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-20T23:24:20.857Z+ git branch -f renovate/crate-hickory-proto-vulnerability 6ee581e857202902453035f8c14e6a6b0fc64632
862026-05-20T23:24:20.857Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-20T23:24:20.974ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-20T23:24:20.977Z+ git reset --hard 6ee581e857202902453035f8c14e6a6b0fc64632
892026-05-20T23:24:20.991ZHEAD is now at 6ee581e85 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-20T23:24:20.994Zprocess exited: duration 10799 ms, exit code 0
 
912026-05-20T23:24:21.007Zstarting task 4: "build"
922026-05-20T23:24:21.012Z+ source ./env.sh
932026-05-20T23:24:21.012Z++ OLD_SHELL_OPTS=ehxB
942026-05-20T23:24:21.012Z++ set -o xtrace
952026-05-20T23:24:21.014Z++++ dirname ./env.sh
962026-05-20T23:24:21.022Z+++ readlink -f .
972026-05-20T23:24:21.026Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-20T23:24:21.029Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-20T23:24:21.029Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-20T23:24:21.029Z++ 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
1012026-05-20T23:24:21.030Z++ 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
1022026-05-20T23:24:21.030Z++ 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
1032026-05-20T23:24:21.030Z++ 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
1042026-05-20T23:24:21.030Z++ 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
1052026-05-20T23:24:21.030Z++ 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
1062026-05-20T23:24:21.031Z++ case $OLD_SHELL_OPTS in
1072026-05-20T23:24:21.031Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-20T23:24:21.031Z+ source .github/buildomat/ci-env.sh
1092026-05-20T23:24:21.031Z++ export CARGO_TERM_COLOR=always
1102026-05-20T23:24:21.031Z++ CARGO_TERM_COLOR=always
1112026-05-20T23:24:21.031Z+ cargo --version
1122026-05-20T23:24:21.036Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-05-20T23:24:21.039Z+ rustc --version
1142026-05-20T23:24:21.059Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-05-20T23:24:21.062Z+ banner prerequisites
1162026-05-20T23:24:21.064Z
1172026-05-20T23:24:21.064Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-05-20T23:24:21.064Z # # # # # # # # # # # # # # #
1192026-05-20T23:24:21.065Z # # # # ##### # # ##### # # # # # #### #
1202026-05-20T23:24:21.065Z ##### ##### # ##### # # # # # # # # #
1212026-05-20T23:24:21.065Z # # # # # # # # # # # # # # #
1222026-05-20T23:24:21.065Z # # # ###### # # ###### ### # #### # #### #
1232026-05-20T23:24:21.065Z
1242026-05-20T23:24:21.065Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-05-20T23:24:22.753Z Startup: Refreshing catalog 'helios' ... Done
1262026-05-20T23:24:22.815Z Startup: Caching catalogs ... Done
1272026-05-20T23:24:23.019ZPlanning: Solver setup ... Done (0.172s)
1282026-05-20T23:24:23.036ZPlanning: Running solver ... Done (0.017s)
1292026-05-20T23:24:23.047ZPlanning: Finding local manifests ... Done (0.008s)
1302026-05-20T23:24:23.062ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-20T23:24:23.078ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-20T23:24:23.091ZPlanning: Package planning ... Done (0.013s)
1332026-05-20T23:24:23.094ZPlanning: Merging actions ... Done (0.002s)
1342026-05-20T23:24:23.283ZPlanning: Checking for conflicting actions ... Done (0.190s)
1352026-05-20T23:24:23.286ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-05-20T23:24:24.663ZPlanning: Evaluating mediators ... Done (1.379s)
1372026-05-20T23:24:24.666ZPlanning: Planning completed in 1.83 seconds
1382026-05-20T23:24:24.672Z Packages to install: 2
1392026-05-20T23:24:24.672Z Estimated space available: 156.07 GB
1402026-05-20T23:24:24.672ZEstimated space to be consumed: 19.75 MB
1412026-05-20T23:24:24.674Z Create boot environment: No
1422026-05-20T23:24:24.674ZCreate backup boot environment: No
1432026-05-20T23:24:24.674Z Rebuild boot archive: No
1442026-05-20T23:24:24.674Z
1452026-05-20T23:24:24.674ZChanged packages:
1462026-05-20T23:24:24.674Zhelios
1472026-05-20T23:24:24.674Z developer/build-essential
1482026-05-20T23:24:24.674Z None -> 11-3.0
1492026-05-20T23:24:24.674Z library/libxmlsec1
1502026-05-20T23:24:24.674Z None -> 1.2.35-3.0
1512026-05-20T23:24:24.723Z
1522026-05-20T23:24:24.723ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-05-20T23:24:27.621ZDownload: Completed 1.28 MB in 2.90 seconds (452k/s)
1542026-05-20T23:24:27.683Z Actions: 1/268 actions (Installing new actions)
1552026-05-20T23:24:27.720Z Actions: Completed 268 actions in 0.04 seconds.
1562026-05-20T23:24:27.726ZFinalize: Updating package state database ... Done (0.006s)
1572026-05-20T23:24:27.729ZFinalize: Updating package cache ... Done (0.000s)
1582026-05-20T23:24:27.742ZFinalize: Updating image state ... Done (0.016s)
1592026-05-20T23:24:30.309ZFinalize: Creating fast lookup database ... Done (2.544s)
1602026-05-20T23:24:30.377ZFinalize: Reading search index ... Done (0.017s)
1612026-05-20T23:24:30.381ZFinalize: Updating search index ... Done (0.000s)
1622026-05-20T23:24:30.462ZFinalize: Updating package cache ... Done (0.000s)
1632026-05-20T23:24:30.847ZPlanning: Evaluating mediator changes ... Done
1642026-05-20T23:24:30.857ZPlanning: Checking for conflicting actions ... Done
1652026-05-20T23:24:30.860ZPlanning: Consolidating action changes ... Done
1662026-05-20T23:24:31.017ZPlanning: Evaluating mediators ... Done
1672026-05-20T23:24:31.021ZPlanning: Planning completed in 0.27 seconds
1682026-05-20T23:24:31.041Z Mediators to change: 2
1692026-05-20T23:24:31.041Z Create boot environment: No
1702026-05-20T23:24:31.042ZCreate backup boot environment: No
1712026-05-20T23:24:31.082ZFinalize: Updating package state database ... Done
1722026-05-20T23:24:31.083ZFinalize: Updating package cache ... Done
1732026-05-20T23:24:31.091ZFinalize: Updating image state ... Done
1742026-05-20T23:24:33.084ZFinalize: Creating fast lookup database ... Done
1752026-05-20T23:24:33.114ZFinalize: Reading search index ... Done
1762026-05-20T23:24:33.124ZFinalize: Updating search index ... Done
1772026-05-20T23:24:33.205ZFinalize: Updating package cache ... Done
1782026-05-20T23:24:33.488ZPlanning: Evaluating mediator changes ... Done
1792026-05-20T23:24:33.594ZPlanning: Checking for conflicting actions ... Done
1802026-05-20T23:24:33.597ZPlanning: Consolidating action changes ... Done
1812026-05-20T23:24:33.753ZPlanning: Evaluating mediators ... Done
1822026-05-20T23:24:33.755ZPlanning: Planning completed in 0.27 seconds
1832026-05-20T23:24:33.776Z Mediators to change: 1
1842026-05-20T23:24:33.776Z Create boot environment: No
1852026-05-20T23:24:33.776ZCreate backup boot environment: No
1862026-05-20T23:24:33.823ZFinalize: Updating package state database ... Done
1872026-05-20T23:24:33.823ZFinalize: Updating package cache ... Done
1882026-05-20T23:24:33.833ZFinalize: Updating image state ... Done
1892026-05-20T23:24:35.759ZFinalize: Creating fast lookup database ... Done
1902026-05-20T23:24:35.821ZFinalize: Reading search index ... Done
1912026-05-20T23:24:35.824ZFinalize: Updating search index ... Done
1922026-05-20T23:24:35.884ZFinalize: Updating package cache ... Done
1932026-05-20T23:24:36.300ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-05-20T23:24:36.300Zapache system 2.4 system
1952026-05-20T23:24:36.300Zclang system 15 system
1962026-05-20T23:24:36.300Zcsh system system illumos
1972026-05-20T23:24:36.300Zctags system system illumos
1982026-05-20T23:24:36.301Zfile vendor vendor darwinsys
1992026-05-20T23:24:36.301Zfile system system illumos
2002026-05-20T23:24:36.301Zgcc vendor 14 vendor
2012026-05-20T23:24:36.302Zgcc system 13 system
2022026-05-20T23:24:36.302Zgcc system 10 system
2032026-05-20T23:24:36.302Zgo system 1.25 system
2042026-05-20T23:24:36.302Zllvm system 15 system
2052026-05-20T23:24:36.302Zmariadb system 11.4 system
2062026-05-20T23:24:36.302Zmta vendor vendor dma
2072026-05-20T23:24:36.302Zopenjdk system 17 system
2082026-05-20T23:24:36.302Zopenjdk system 11 system
2092026-05-20T23:24:36.302Zopenssl vendor 3 vendor
2102026-05-20T23:24:36.302Zperl system 5.40 system
2112026-05-20T23:24:36.302Zpostgresql system 18 system
2122026-05-20T23:24:36.302Zpostgresql system 17 system
2132026-05-20T23:24:36.302Zpython vendor 3 vendor
2142026-05-20T23:24:36.302Zpython system 2 system
2152026-05-20T23:24:36.302Zpython3 vendor 3.13 vendor
2162026-05-20T23:24:36.302Zruby system 3.4 system
2172026-05-20T23:24:36.302Zruby system 3.0 system
2182026-05-20T23:24:36.302Zwords vendor vendor american-english
2192026-05-20T23:24:36.302Zwords system system australian-english
2202026-05-20T23:24:36.302Zwords system system british-english
2212026-05-20T23:24:36.302Zwords system system canadian-english
2222026-05-20T23:24:36.302Zwords system system french
2232026-05-20T23:24:36.302Zwords system system italian
2242026-05-20T23:24:36.302Zwords system system ngerman
2252026-05-20T23:24:36.302Zwords system system ogerman
2262026-05-20T23:24:36.302Zwords system system spanish
2272026-05-20T23:24:36.492ZPUBLISHER TYPE STATUS P LOCATION
2282026-05-20T23:24:36.493Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-05-20T23:24:36.718ZFMRI IFO
2302026-05-20T23:24:36.718Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-05-20T23:24:36.718Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-05-20T23:24:36.718Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-05-20T23:24:36.718Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-05-20T23:24:36.718Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-05-20T23:24:36.718Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-05-20T23:24:36.718Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-05-20T23:24:36.719Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-05-20T23:24:36.719Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-05-20T23:24:36.966Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-05-20T23:24:37.234Z Updating crates.io index
2412026-05-20T23:24:37.267Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-05-20T23:24:37.603Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-05-20T23:24:38.325Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-20T23:24:38.718Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-05-20T23:24:39.840Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-05-20T23:24:40.311Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-20T23:24:41.611Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-05-20T23:24:42.306Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-05-20T23:24:42.632Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-05-20T23:24:43.443Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-05-20T23:24:43.680Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-05-20T23:24:44.054Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-05-20T23:24:44.350Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-05-20T23:24:45.272Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-05-20T23:24:45.720Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-05-20T23:24:45.983Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-20T23:24:46.292Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-20T23:24:46.694Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-20T23:24:47.000Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-20T23:24:47.306Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-20T23:24:47.558Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-20T23:24:47.785Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-20T23:24:48.153Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-20T23:24:48.629Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-20T23:24:49.001Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-20T23:24:49.296Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-20T23:24:49.601Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-20T23:24:49.932Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-20T23:24:51.052Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-20T23:24:51.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-20T23:24:51.911Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-20T23:24:52.214Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-20T23:24:52.568Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-20T23:24:52.820Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-20T23:24:53.147Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-20T23:24:53.581Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-20T23:24:53.867Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-20T23:24:54.128Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-20T23:24:54.434Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-20T23:25:06.678Z Downloading crates ...
2812026-05-20T23:25:06.744Z Downloaded equivalent v1.0.2
2822026-05-20T23:25:06.747Z Downloaded anstyle-query v1.1.5
2832026-05-20T23:25:06.747Z Downloaded writeable v0.6.2
2842026-05-20T23:25:06.751Z Downloaded anyhow v1.0.102
2852026-05-20T23:25:06.754Z Downloaded unicode-ident v1.0.24
2862026-05-20T23:25:06.756Z Downloaded tinystr v0.8.2
2872026-05-20T23:25:06.759Z Downloaded thread-id v4.2.2
2882026-05-20T23:25:06.759Z Downloaded usdt v0.5.0
2892026-05-20T23:25:06.759Z Downloaded serde_tokenstream v0.2.3
2902026-05-20T23:25:06.762Z Downloaded thiserror-impl v2.0.18
2912026-05-20T23:25:06.762Z Downloaded toml_write v0.1.2
2922026-05-20T23:25:06.765Z Downloaded textwrap v0.16.2
2932026-05-20T23:25:06.765Z Downloaded idna v1.1.0
2942026-05-20T23:25:06.768Z Downloaded toml_datetime v0.6.11
2952026-05-20T23:25:06.768Z Downloaded usdt-macro v0.5.0
2962026-05-20T23:25:06.768Z Downloaded serde-untagged v0.1.9
2972026-05-20T23:25:06.771Z Downloaded unicode-xid v0.2.6
2982026-05-20T23:25:06.771Z Downloaded form_urlencoded v1.2.2
2992026-05-20T23:25:06.771Z Downloaded autocfg v1.5.0
3002026-05-20T23:25:06.773Z Downloaded zerofrom-derive v0.1.6
3012026-05-20T23:25:06.773Z Downloaded getrandom v0.4.1
3022026-05-20T23:25:06.776Z Downloaded zmij v1.0.21
3032026-05-20T23:25:06.776Z Downloaded yoke-derive v0.8.1
3042026-05-20T23:25:06.778Z Downloaded utf8parse v0.2.2
3052026-05-20T23:25:06.778Z Downloaded thiserror-impl v1.0.69
3062026-05-20T23:25:06.778Z Downloaded displaydoc v0.2.5
3072026-05-20T23:25:06.781Z Downloaded yoke v0.8.1
3082026-05-20T23:25:06.783Z Downloaded thiserror v2.0.18
3092026-05-20T23:25:06.785Z Downloaded usdt-attr-macro v0.5.0
3102026-05-20T23:25:06.785Z Downloaded zerofrom v0.1.6
3112026-05-20T23:25:06.785Z Downloaded cpufeatures v0.2.17
3122026-05-20T23:25:06.789Z Downloaded anstream v0.6.21
3132026-05-20T23:25:06.789Z Downloaded heck v0.4.1
3142026-05-20T23:25:06.789Z Downloaded bitflags v2.11.0
3152026-05-20T23:25:06.793Z Downloaded pest_generator v2.8.6
3162026-05-20T23:25:06.793Z Downloaded thiserror v1.0.69
3172026-05-20T23:25:06.798Z Downloaded macaddr v1.0.1
3182026-05-20T23:25:06.802Z Downloaded log v0.4.29
3192026-05-20T23:25:06.802Z Downloaded dof v0.3.0
3202026-05-20T23:25:06.804Z Downloaded clap_derive v4.5.55
3212026-05-20T23:25:06.804Z Downloaded percent-encoding v2.3.2
3222026-05-20T23:25:06.807Z Downloaded utf8_iter v1.0.4
3232026-05-20T23:25:06.810Z Downloaded version_check v0.9.5
3242026-05-20T23:25:06.810Z Downloaded is_terminal_polyfill v1.70.2
3252026-05-20T23:25:06.810Z Downloaded clap_lex v1.0.0
3262026-05-20T23:25:06.814Z Downloaded unicode-linebreak v0.1.5
3272026-05-20T23:25:06.814Z Downloaded idna_adapter v1.2.1
3282026-05-20T23:25:06.814Z Downloaded typenum v1.19.0
3292026-05-20T23:25:06.817Z Downloaded heck v0.5.0
3302026-05-20T23:25:06.820Z Downloaded toml v0.8.23
3312026-05-20T23:25:06.820Z Downloaded zerovec-derive v0.11.2
3322026-05-20T23:25:06.823Z Downloaded strsim v0.11.1
3332026-05-20T23:25:06.823Z Downloaded usdt-impl v0.5.0
3342026-05-20T23:25:06.823Z Downloaded memmap v0.7.0
3352026-05-20T23:25:06.823Z Downloaded crypto-common v0.1.7
3362026-05-20T23:25:06.826Z Downloaded zerotrie v0.2.3
3372026-05-20T23:25:06.827Z Downloaded ucd-trie v0.1.7
3382026-05-20T23:25:06.829Z Downloaded toml_edit v0.22.27
3392026-05-20T23:25:06.831Z Downloaded terminal_size v0.4.3
3402026-05-20T23:25:06.832Z Downloaded dtrace-parser v0.2.0
3412026-05-20T23:25:06.832Z Downloaded zerocopy-derive v0.7.35
3422026-05-20T23:25:06.834Z Downloaded typeid v1.0.3
3432026-05-20T23:25:06.838Z Downloaded scroll_derive v0.12.1
3442026-05-20T23:25:06.843Z Downloaded zerovec v0.11.5
3452026-05-20T23:25:06.853Z Downloaded potential_utf v0.1.4
3462026-05-20T23:25:06.858Z Downloaded winnow v0.7.14
3472026-05-20T23:25:06.860Z Downloaded zerocopy v0.7.35
3482026-05-20T23:25:06.867Z Downloaded itoa v1.0.17
3492026-05-20T23:25:06.870Z Downloaded icu_normalizer v2.1.1
3502026-05-20T23:25:06.875Z Downloaded pretty-hex v0.4.1
3512026-05-20T23:25:06.875Z Downloaded block-buffer v0.10.4
3522026-05-20T23:25:06.875Z Downloaded fs-err v3.3.0
3532026-05-20T23:25:06.881Z Downloaded unicode-width v0.2.0
3542026-05-20T23:25:06.881Z Downloaded unicode-width v0.1.14
3552026-05-20T23:25:06.884Z Downloaded tabled_derive v0.7.0
3562026-05-20T23:25:06.884Z Downloaded stable_deref_trait v1.2.1
3572026-05-20T23:25:06.885Z Downloaded plain v0.2.3
3582026-05-20T23:25:06.885Z Downloaded proc-macro-error-attr v1.0.4
3592026-05-20T23:25:06.885Z Downloaded serde_spanned v0.6.9
3602026-05-20T23:25:06.885Z Downloaded fastrand v2.3.0
3612026-05-20T23:25:06.885Z Downloaded errno v0.3.14
3622026-05-20T23:25:06.885Z Downloaded smawk v0.3.2
3632026-05-20T23:25:06.888Z Downloaded generic-array v0.14.7
3642026-05-20T23:25:06.888Z Downloaded url v2.5.8
3652026-05-20T23:25:06.888Z Downloaded cargo-platform v0.2.0
3662026-05-20T23:25:06.890Z Downloaded swrite v0.1.0
3672026-05-20T23:25:06.890Z Downloaded ordered-float v2.10.1
3682026-05-20T23:25:06.893Z Downloaded serde-value v0.7.0
3692026-05-20T23:25:06.893Z Downloaded scroll v0.12.0
3702026-05-20T23:25:06.901Z Downloaded erased-serde v0.4.9
3712026-05-20T23:25:06.904Z Downloaded colorchoice v1.0.4
3722026-05-20T23:25:06.904Z Downloaded byteorder v1.5.0
3732026-05-20T23:25:06.904Z Downloaded anstyle v1.0.13
3742026-05-20T23:25:06.908Z Downloaded quote v1.0.45
3752026-05-20T23:25:06.910Z Downloaded fnv v1.0.7
3762026-05-20T23:25:06.910Z Downloaded camino-tempfile v1.4.1
3772026-05-20T23:25:06.913Z Downloaded bytecount v0.6.9
3782026-05-20T23:25:06.917Z Downloaded anstyle-parse v0.2.7
3792026-05-20T23:25:06.921Z Downloaded proc-macro-error v1.0.4
3802026-05-20T23:25:06.925Z Downloaded pest_derive v2.8.6
3812026-05-20T23:25:06.929Z Downloaded sha2 v0.10.9
3822026-05-20T23:25:06.932Z Downloaded cfg-if v1.0.4
3832026-05-20T23:25:06.935Z Downloaded cargo_metadata v0.21.0
3842026-05-20T23:25:06.937Z Downloaded synstructure v0.13.2
3852026-05-20T23:25:06.948Z Downloaded camino v1.2.2
3862026-05-20T23:25:06.951Z Downloaded digest v0.10.7
3872026-05-20T23:25:06.957Z Downloaded semver v1.0.28
3882026-05-20T23:25:06.961Z Downloaded litemap v0.8.1
3892026-05-20T23:25:07.066Z Downloaded tempfile v3.25.0
3902026-05-20T23:25:07.078Z Downloaded once_cell v1.21.3
3912026-05-20T23:25:07.078Z Downloaded smallvec v1.15.1
3922026-05-20T23:25:07.078Z Downloaded icu_provider v2.1.1
3932026-05-20T23:25:07.078Z Downloaded num-traits v0.2.19
3942026-05-20T23:25:07.078Z Downloaded clap v4.5.60
3952026-05-20T23:25:07.078Z Downloaded proc-macro2 v1.0.106
3962026-05-20T23:25:07.078Z Downloaded icu_properties v2.1.2
3972026-05-20T23:25:07.079Z Downloaded pest_meta v2.8.6
3982026-05-20T23:25:07.079Z Downloaded papergrid v0.11.0
3992026-05-20T23:25:07.079Z Downloaded indexmap v2.14.0
4002026-05-20T23:25:07.079Z Downloaded icu_locale_core v2.1.1
4012026-05-20T23:25:07.079Z Downloaded cargo-util-schemas v0.8.2
4022026-05-20T23:25:07.079Z Downloaded cargo_toml v0.21.0
4032026-05-20T23:25:07.079Z Downloaded pest v2.8.6
4042026-05-20T23:25:07.080Z Downloaded icu_collections v2.1.1
4052026-05-20T23:25:07.080Z Downloaded serde_derive v1.0.228
4062026-05-20T23:25:07.080Z Downloaded icu_normalizer_data v2.1.1
4072026-05-20T23:25:07.080Z Downloaded memchr v2.8.0
4082026-05-20T23:25:07.080Z Downloaded serde v1.0.228
4092026-05-20T23:25:07.080Z Downloaded serde_core v1.0.228
4102026-05-20T23:25:07.086Z Downloaded hashbrown v0.17.0
4112026-05-20T23:25:07.092Z Downloaded tabled v0.15.0
4122026-05-20T23:25:07.100Z Downloaded serde_json v1.0.149
4132026-05-20T23:25:07.104Z Downloaded goblin v0.8.2
4142026-05-20T23:25:07.146Z Downloaded clap_builder v4.5.60
4152026-05-20T23:25:07.146Z Downloaded icu_properties_data v2.1.2
4162026-05-20T23:25:07.146Z Downloaded syn v2.0.117
4172026-05-20T23:25:07.146Z Downloaded syn v1.0.109
4182026-05-20T23:25:07.150Z Downloaded rustix v1.1.3
4192026-05-20T23:25:07.185Z Downloaded libc v0.2.185
4202026-05-20T23:25:07.253Z Compiling proc-macro2 v1.0.106
4212026-05-20T23:25:07.253Z Compiling unicode-ident v1.0.24
4222026-05-20T23:25:07.257Z Compiling quote v1.0.45
4232026-05-20T23:25:07.257Z Compiling serde_core v1.0.228
4242026-05-20T23:25:07.257Z Compiling libc v0.2.185
4252026-05-20T23:25:07.257Z Compiling version_check v0.9.5
4262026-05-20T23:25:07.257Z Compiling stable_deref_trait v1.2.1
4272026-05-20T23:25:07.435Z Compiling memchr v2.8.0
4282026-05-20T23:25:07.533Z Compiling serde v1.0.228
4292026-05-20T23:25:07.614Z Compiling zmij v1.0.21
4302026-05-20T23:25:07.789Z Compiling ucd-trie v0.1.7
4312026-05-20T23:25:08.008Z Compiling itoa v1.0.17
4322026-05-20T23:25:08.011Z Compiling autocfg v1.5.0
4332026-05-20T23:25:08.182Z Compiling thiserror v1.0.69
4342026-05-20T23:25:08.192Z Compiling pest v2.8.6
4352026-05-20T23:25:08.286Z Compiling litemap v0.8.1
4362026-05-20T23:25:08.393Z Compiling writeable v0.6.2
4372026-05-20T23:25:08.452Z Compiling rustix v1.1.3
4382026-05-20T23:25:08.476Z Compiling byteorder v1.5.0
4392026-05-20T23:25:08.594Z Compiling icu_normalizer_data v2.1.1
4402026-05-20T23:25:08.781Z Compiling icu_properties_data v2.1.2
4412026-05-20T23:25:08.889Z Compiling syn v2.0.117
4422026-05-20T23:25:08.984Z Compiling errno v0.3.14
4432026-05-20T23:25:09.011Z Compiling bitflags v2.11.0
4442026-05-20T23:25:09.028Z Compiling serde_json v1.0.149
4452026-05-20T23:25:09.137Z Compiling num-traits v0.2.19
4462026-05-20T23:25:09.293Z Compiling pest_meta v2.8.6
4472026-05-20T23:25:09.304Z Compiling smallvec v1.15.1
4482026-05-20T23:25:09.417Z Compiling hashbrown v0.17.0
4492026-05-20T23:25:09.472Z Compiling typeid v1.0.3
4502026-05-20T23:25:09.527Z Compiling equivalent v1.0.2
4512026-05-20T23:25:09.780Z Compiling thread-id v4.2.2
4522026-05-20T23:25:09.794Z Compiling proc-macro-error-attr v1.0.4
4532026-05-20T23:25:09.864Z Compiling usdt-impl v0.5.0
4542026-05-20T23:25:09.922Z Compiling erased-serde v0.4.9
4552026-05-20T23:25:09.951Z Compiling indexmap v2.14.0
4562026-05-20T23:25:09.973Z Compiling winnow v0.7.14
4572026-05-20T23:25:10.187Z Compiling syn v1.0.109
4582026-05-20T23:25:10.216Z Compiling toml_write v0.1.2
4592026-05-20T23:25:10.564Z Compiling proc-macro-error v1.0.4
4602026-05-20T23:25:10.613Z Compiling utf8parse v0.2.2
4612026-05-20T23:25:10.727Z Compiling camino v1.2.2
4622026-05-20T23:25:10.745Z Compiling thiserror v2.0.18
4632026-05-20T23:25:10.852Z Compiling utf8_iter v1.0.4
4642026-05-20T23:25:11.037Z Compiling plain v0.2.3
4652026-05-20T23:25:11.086Z Compiling getrandom v0.4.1
4662026-05-20T23:25:11.104Z Compiling percent-encoding v2.3.2
4672026-05-20T23:25:11.131Z Compiling log v0.4.29
4682026-05-20T23:25:11.216Z Compiling ordered-float v2.10.1
4692026-05-20T23:25:11.300Z Compiling form_urlencoded v1.2.2
4702026-05-20T23:25:11.356Z Compiling anstyle-parse v0.2.7
4712026-05-20T23:25:11.535Z Compiling synstructure v0.13.2
4722026-05-20T23:25:11.548Z Compiling pest_generator v2.8.6
4732026-05-20T23:25:11.553Z Compiling terminal_size v0.4.3
4742026-05-20T23:25:11.711Z Compiling anstyle v1.0.13
4752026-05-20T23:25:11.851Z Compiling cfg-if v1.0.4
4762026-05-20T23:25:11.896Z Compiling is_terminal_polyfill v1.70.2
4772026-05-20T23:25:11.911Z Compiling pretty-hex v0.4.1
4782026-05-20T23:25:11.926Z Compiling colorchoice v1.0.4
4792026-05-20T23:25:11.942Z Compiling anstyle-query v1.1.5
4802026-05-20T23:25:12.047Z Compiling anstream v0.6.21
4812026-05-20T23:25:12.081Z Compiling serde-untagged v0.1.9
4822026-05-20T23:25:12.167Z Compiling semver v1.0.28
4832026-05-20T23:25:12.242Z Compiling fs-err v3.3.0
4842026-05-20T23:25:12.323Z Compiling heck v0.5.0
4852026-05-20T23:25:12.365Z Compiling fastrand v2.3.0
4862026-05-20T23:25:12.561Z Compiling strsim v0.11.1
4872026-05-20T23:25:12.577Z Compiling once_cell v1.21.3
4882026-05-20T23:25:12.578Z Compiling fnv v1.0.7
4892026-05-20T23:25:12.583Z Compiling anyhow v1.0.102
4902026-05-20T23:25:12.714Z Compiling clap_lex v1.0.0
4912026-05-20T23:25:12.721Z Compiling unicode-width v0.1.14
4922026-05-20T23:25:12.781Z Compiling heck v0.4.1
4932026-05-20T23:25:12.854Z Compiling bytecount v0.6.9
4942026-05-20T23:25:12.871Z Compiling unicode-xid v0.2.6
4952026-05-20T23:25:12.979Z Compiling papergrid v0.11.0
4962026-05-20T23:25:12.996Z Compiling clap_builder v4.5.60
4972026-05-20T23:25:12.999Z Compiling tempfile v3.25.0
4982026-05-20T23:25:13.123Z Compiling memmap v0.7.0
4992026-05-20T23:25:13.139Z Compiling smawk v0.3.2
5002026-05-20T23:25:13.229Z Compiling serde_derive v1.0.228
5012026-05-20T23:25:13.272Z Compiling zerofrom-derive v0.1.6
5022026-05-20T23:25:13.304Z Compiling yoke-derive v0.8.1
5032026-05-20T23:25:13.355Z Compiling zerovec-derive v0.11.2
5042026-05-20T23:25:13.518Z Compiling displaydoc v0.2.5
5052026-05-20T23:25:14.249Z Compiling thiserror-impl v1.0.69
5062026-05-20T23:25:14.364Z Compiling zerocopy-derive v0.7.35
5072026-05-20T23:25:14.425Z Compiling pest_derive v2.8.6
5082026-05-20T23:25:14.441Z Compiling scroll_derive v0.12.1
5092026-05-20T23:25:14.637Z Compiling zerofrom v0.1.6
5102026-05-20T23:25:14.786Z Compiling yoke v0.8.1
5112026-05-20T23:25:14.934Z Compiling thiserror-impl v2.0.18
5122026-05-20T23:25:15.026Z Compiling zerovec v0.11.5
5132026-05-20T23:25:15.116Z Compiling zerotrie v0.2.3
5142026-05-20T23:25:15.212Z Compiling zerocopy v0.7.35
5152026-05-20T23:25:15.417Z Compiling scroll v0.12.0
5162026-05-20T23:25:15.483Z Compiling tinystr v0.8.2
5172026-05-20T23:25:15.609Z Compiling potential_utf v0.1.4
5182026-05-20T23:25:15.687Z Compiling icu_locale_core v2.1.1
5192026-05-20T23:25:15.704Z Compiling dtrace-parser v0.2.0
5202026-05-20T23:25:15.764Z Compiling icu_collections v2.1.1
5212026-05-20T23:25:15.780Z Compiling goblin v0.8.2
5222026-05-20T23:25:16.082Z Compiling tabled_derive v0.7.0
5232026-05-20T23:25:16.099Z Compiling clap_derive v4.5.55
5242026-05-20T23:25:16.431Z Compiling icu_provider v2.1.1
5252026-05-20T23:25:16.524Z Compiling unicode-linebreak v0.1.5
5262026-05-20T23:25:16.675Z Compiling icu_normalizer v2.1.1
5272026-05-20T23:25:16.725Z Compiling icu_properties v2.1.2
5282026-05-20T23:25:16.764Z Compiling serde_spanned v0.6.9
5292026-05-20T23:25:16.835Z Compiling toml_datetime v0.6.11
5302026-05-20T23:25:16.836Z Compiling dof v0.3.0
5312026-05-20T23:25:16.867Z Compiling serde_tokenstream v0.2.3
5322026-05-20T23:25:17.057Z Compiling toml_edit v0.22.27
5332026-05-20T23:25:17.240Z Compiling serde-value v0.7.0
5342026-05-20T23:25:17.240Z Compiling cargo-platform v0.2.0
5352026-05-20T23:25:17.265Z Compiling unicode-width v0.2.0
5362026-05-20T23:25:17.463Z Compiling textwrap v0.16.2
5372026-05-20T23:25:17.484Z Compiling tabled v0.15.0
5382026-05-20T23:25:17.538Z Compiling macaddr v1.0.1
5392026-05-20T23:25:17.641Z Compiling idna_adapter v1.2.1
5402026-05-20T23:25:17.767Z Compiling idna v1.1.0
5412026-05-20T23:25:17.799Z Compiling usdt-attr-macro v0.5.0
5422026-05-20T23:25:17.828Z Compiling usdt-macro v0.5.0
5432026-05-20T23:25:17.891Z Compiling clap v4.5.60
5442026-05-20T23:25:17.925Z Compiling camino-tempfile v1.4.1
5452026-05-20T23:25:18.147Z Compiling url v2.5.8
5462026-05-20T23:25:18.415Z Compiling toml v0.8.23
5472026-05-20T23:25:18.462Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-20T23:25:18.786Z Compiling cargo-util-schemas v0.8.2
5492026-05-20T23:25:18.890Z Compiling cargo_toml v0.21.0
5502026-05-20T23:25:18.950Z Compiling swrite v0.1.0
5512026-05-20T23:25:19.029Z Compiling usdt v0.5.0
5522026-05-20T23:25:19.685Z Compiling cargo_metadata v0.21.0
5532026-05-20T23:25:20.640Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-20T23:25:22.676Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.89s
5552026-05-20T23:25:22.932Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-20T23:25:23.495Z Downloading crates ...
5572026-05-20T23:25:23.582Z Downloaded assert_matches v1.5.0
5582026-05-20T23:25:23.587Z Downloaded ascii-canvas v3.0.0
5592026-05-20T23:25:23.587Z Downloaded adler2 v2.0.1
5602026-05-20T23:25:23.589Z Downloaded arrayvec v0.7.6
5612026-05-20T23:25:23.592Z Downloaded cargo_metadata v0.19.2
5622026-05-20T23:25:23.596Z Downloaded cookie v0.18.1
5632026-05-20T23:25:23.600Z Downloaded cexpr v0.6.0
5642026-05-20T23:25:23.602Z Downloaded ciborium-io v0.2.2
5652026-05-20T23:25:23.602Z Downloaded castaway v0.2.4
5662026-05-20T23:25:23.602Z Downloaded const_format_proc_macros v0.2.34
5672026-05-20T23:25:23.607Z Downloaded allocator-api2 v0.2.21
5682026-05-20T23:25:23.607Z Downloaded darling_macro v0.21.3
5692026-05-20T23:25:23.616Z Downloaded ciborium-ll v0.2.2
5702026-05-20T23:25:23.616Z Downloaded cancel-safe-futures v0.1.5
5712026-05-20T23:25:23.616Z Downloaded crunchy v0.2.4
5722026-05-20T23:25:23.616Z Downloaded bzip2 v0.6.1
5732026-05-20T23:25:23.619Z Downloaded cobs v0.3.0
5742026-05-20T23:25:23.619Z Downloaded defmt v0.3.100
5752026-05-20T23:25:23.619Z Downloaded chacha20 v0.9.1
5762026-05-20T23:25:23.619Z Downloaded cargo-platform v0.1.9
5772026-05-20T23:25:23.619Z Downloaded arrayref v0.3.9
5782026-05-20T23:25:23.624Z Downloaded debug-ignore v1.0.5
5792026-05-20T23:25:23.624Z Downloaded bzip2 v0.4.4
5802026-05-20T23:25:23.629Z Downloaded difflib v0.4.0
5812026-05-20T23:25:23.629Z Downloaded data-encoding v2.10.0
5822026-05-20T23:25:23.632Z Downloaded const-oid v0.9.6
5832026-05-20T23:25:23.632Z Downloaded darling_macro v0.23.0
5842026-05-20T23:25:23.632Z Downloaded atomicwrites v0.4.4
5852026-05-20T23:25:23.632Z Downloaded display-error-chain v0.2.2
5862026-05-20T23:25:23.632Z Downloaded ahash v0.8.12
5872026-05-20T23:25:23.636Z Downloaded cfg_aliases v0.2.1
5882026-05-20T23:25:23.640Z Downloaded bit-vec v0.8.0
5892026-05-20T23:25:23.640Z Downloaded derive-ex v0.1.8
5902026-05-20T23:25:23.640Z Downloaded darling_macro v0.20.11
5912026-05-20T23:25:23.647Z Downloaded ed25519 v2.2.3
5922026-05-20T23:25:23.647Z Downloaded colored v2.2.0
5932026-05-20T23:25:23.647Z Downloaded bcrypt-pbkdf v0.10.0
5942026-05-20T23:25:23.647Z Downloaded array-init v0.0.4
5952026-05-20T23:25:23.651Z Downloaded flagset v0.4.7
5962026-05-20T23:25:23.651Z Downloaded defmt v1.0.1
5972026-05-20T23:25:23.651Z Downloaded foldhash v0.1.5
5982026-05-20T23:25:23.651Z Downloaded crossbeam-epoch v0.9.18
5992026-05-20T23:25:23.656Z Downloaded cmake v0.1.57
6002026-05-20T23:25:23.656Z Downloaded chacha20 v0.10.0
6012026-05-20T23:25:23.658Z Downloaded fixedbitset v0.4.2
6022026-05-20T23:25:23.658Z Downloaded crc32fast v1.5.0
6032026-05-20T23:25:23.659Z Downloaded crc8 v0.1.1
6042026-05-20T23:25:23.659Z Downloaded dtrace-parser v0.3.0
6052026-05-20T23:25:23.661Z Downloaded bit-set v0.5.3
6062026-05-20T23:25:23.661Z Downloaded bb8 v0.8.6
6072026-05-20T23:25:23.661Z Downloaded bitfield-macros v0.19.4
6082026-05-20T23:25:23.664Z Downloaded elliptic-curve v0.13.8
6092026-05-20T23:25:23.664Z Downloaded cpufeatures v0.3.0
6102026-05-20T23:25:23.670Z Downloaded endian-type v0.1.2
6112026-05-20T23:25:23.670Z Downloaded curve25519-dalek-derive v0.1.1
6122026-05-20T23:25:23.670Z Downloaded ff v0.13.1
6132026-05-20T23:25:23.673Z Downloaded diesel-dtrace v0.5.0
6142026-05-20T23:25:23.673Z Downloaded darling_core v0.23.0
6152026-05-20T23:25:23.673Z Downloaded defmt-parser v1.0.0
6162026-05-20T23:25:23.679Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-05-20T23:25:23.679Z Downloaded cstr-argument v0.1.2
6182026-05-20T23:25:23.679Z Downloaded async-stream v0.3.6
6192026-05-20T23:25:23.682Z Downloaded crucible-workspace-hack v0.1.0
6202026-05-20T23:25:23.682Z Downloaded dropshot_endpoint v0.17.0
6212026-05-20T23:25:23.682Z Downloaded dropshot-api-manager-types v0.7.2
6222026-05-20T23:25:23.682Z Downloaded der_derive v0.7.3
6232026-05-20T23:25:23.685Z Downloaded embedded-io v0.6.1
6242026-05-20T23:25:23.685Z Downloaded dof v0.4.0
6252026-05-20T23:25:23.686Z Downloaded cfg_aliases v0.1.1
6262026-05-20T23:25:23.690Z Downloaded atty v0.2.14
6272026-05-20T23:25:23.690Z Downloaded crossbeam-deque v0.8.6
6282026-05-20T23:25:23.690Z Downloaded backoff v0.4.0
6292026-05-20T23:25:23.694Z Downloaded downcast-rs v2.0.2
6302026-05-20T23:25:23.695Z Downloaded crc v3.4.0
6312026-05-20T23:25:23.695Z Downloaded atomic-waker v1.1.2
6322026-05-20T23:25:23.695Z Downloaded dyn-clone v1.0.20
6332026-05-20T23:25:23.699Z Downloaded compression-core v0.4.31
6342026-05-20T23:25:23.699Z Downloaded document-features v0.2.12
6352026-05-20T23:25:23.699Z Downloaded bit-set v0.8.0
6362026-05-20T23:25:23.699Z Downloaded darling v0.21.3
6372026-05-20T23:25:23.704Z Downloaded foreign-types v0.3.2
6382026-05-20T23:25:23.704Z Downloaded float-ord v0.3.2
6392026-05-20T23:25:23.706Z Downloaded env_filter v1.0.0
6402026-05-20T23:25:23.706Z Downloaded funty v2.0.0
6412026-05-20T23:25:23.706Z Downloaded embedded-io v0.4.0
6422026-05-20T23:25:23.707Z Downloaded derive_builder_macro v0.20.2
6432026-05-20T23:25:23.707Z Downloaded async-recursion v1.1.1
6442026-05-20T23:25:23.710Z Downloaded foreign-types-shared v0.3.1
6452026-05-20T23:25:23.713Z Downloaded foreign-types-macros v0.2.3
6462026-05-20T23:25:23.713Z Downloaded derive_builder_core v0.20.2
6472026-05-20T23:25:23.714Z Downloaded base16ct v0.2.0
6482026-05-20T23:25:23.717Z Downloaded ecdsa v0.16.9
6492026-05-20T23:25:23.717Z Downloaded convert_case v0.4.0
6502026-05-20T23:25:23.717Z Downloaded crossbeam-channel v0.5.15
6512026-05-20T23:25:23.720Z Downloaded futures-sink v0.3.32
6522026-05-20T23:25:23.720Z Downloaded futures-macro v0.3.32
6532026-05-20T23:25:23.724Z Downloaded dunce v1.0.5
6542026-05-20T23:25:23.724Z Downloaded gethostname v0.5.0
6552026-05-20T23:25:23.725Z Downloaded futures-core v0.3.32
6562026-05-20T23:25:23.731Z Downloaded git-stub v1.0.0
6572026-05-20T23:25:23.732Z Downloaded foreign-types-shared v0.1.1
6582026-05-20T23:25:23.732Z Downloaded foreign-types v0.5.0
6592026-05-20T23:25:23.732Z Downloaded blowfish v0.9.1
6602026-05-20T23:25:23.732Z Downloaded enum-as-inner v0.6.1
6612026-05-20T23:25:23.735Z Downloaded camino-tempfile-ext v0.3.3
6622026-05-20T23:25:23.735Z Downloaded float-cmp v0.10.0
6632026-05-20T23:25:23.735Z Downloaded bit-vec v0.6.3
6642026-05-20T23:25:23.735Z Downloaded base64ct v1.8.3
6652026-05-20T23:25:23.735Z Downloaded async-stream-impl v0.3.6
6662026-05-20T23:25:23.735Z Downloaded block-padding v0.3.3
6672026-05-20T23:25:23.735Z Downloaded critical-section v1.2.0
6682026-05-20T23:25:23.738Z Downloaded aead v0.5.2
6692026-05-20T23:25:23.738Z Downloaded cassowary v0.3.0
6702026-05-20T23:25:23.738Z Downloaded dsl_auto_type v0.2.0
6712026-05-20T23:25:23.742Z Downloaded buf-list v1.1.2
6722026-05-20T23:25:23.745Z Downloaded globwalk v0.9.1
6732026-05-20T23:25:23.745Z Downloaded ghash v0.5.1
6742026-05-20T23:25:23.745Z Downloaded futures-task v0.3.32
6752026-05-20T23:25:23.748Z Downloaded hash32 v0.2.1
6762026-05-20T23:25:23.751Z Downloaded fxhash v0.2.1
6772026-05-20T23:25:23.751Z Downloaded hex-literal v0.4.1
6782026-05-20T23:25:23.757Z Downloaded hash32 v0.3.1
6792026-05-20T23:25:23.757Z Downloaded hostname v0.4.2
6802026-05-20T23:25:23.799Z Downloaded http-body v1.0.1
6812026-05-20T23:25:23.799Z Downloaded hostname v0.3.1
6822026-05-20T23:25:23.799Z Downloaded dirs-next v2.0.0
6832026-05-20T23:25:23.799Z Downloaded constant_time_eq v0.4.2
6842026-05-20T23:25:23.799Z Downloaded hex v0.4.3
6852026-05-20T23:25:23.799Z Downloaded headers-core v0.3.0
6862026-05-20T23:25:23.799Z Downloaded compact_str v0.8.1
6872026-05-20T23:25:23.799Z Downloaded foldhash v0.2.0
6882026-05-20T23:25:23.799Z Downloaded fd-lock v4.0.4
6892026-05-20T23:25:23.799Z Downloaded fallible-iterator v0.2.0
6902026-05-20T23:25:23.799Z Downloaded corncobs v0.1.4
6912026-05-20T23:25:23.799Z Downloaded argon2 v0.5.3
6922026-05-20T23:25:23.799Z Downloaded convert_case v0.10.0
6932026-05-20T23:25:23.799Z Downloaded either v1.15.0
6942026-05-20T23:25:23.800Z Downloaded env_logger v0.11.9
6952026-05-20T23:25:23.800Z Downloaded cbc v0.1.2
6962026-05-20T23:25:23.800Z Downloaded erased-serde v0.3.31
6972026-05-20T23:25:23.800Z Downloaded defmt-macros v1.0.1
6982026-05-20T23:25:23.800Z Downloaded bitfield v0.19.4
6992026-05-20T23:25:23.800Z Downloaded bitflags v1.3.2
7002026-05-20T23:25:23.800Z Downloaded hubpack_derive v0.1.1
7012026-05-20T23:25:23.800Z Downloaded hubpack v0.1.2
7022026-05-20T23:25:23.800Z Downloaded fs_extra v1.3.0
7032026-05-20T23:25:23.800Z Downloaded futures-io v0.3.32
7042026-05-20T23:25:23.800Z Downloaded fs-err v2.11.0
7052026-05-20T23:25:23.800Z Downloaded httpdate v1.0.3
7062026-05-20T23:25:23.800Z Downloaded http-range v0.1.5
7072026-05-20T23:25:23.800Z Downloaded bcs v0.1.6
7082026-05-20T23:25:23.800Z Downloaded hyper-tls v0.6.0
7092026-05-20T23:25:23.800Z Downloaded compression-codecs v0.4.37
7102026-05-20T23:25:23.803Z Downloaded ident_case v1.0.1
7112026-05-20T23:25:23.803Z Downloaded colored v3.1.1
7122026-05-20T23:25:23.803Z Downloaded indoc v1.0.9
7132026-05-20T23:25:23.803Z Downloaded inout v0.1.4
7142026-05-20T23:25:23.804Z Downloaded indent_write v2.2.0
7152026-05-20T23:25:23.804Z Downloaded ena v0.14.4
7162026-05-20T23:25:23.804Z Downloaded illumos-nvpair v0.3.0
7172026-05-20T23:25:23.804Z Downloaded daft-derive v0.1.7
7182026-05-20T23:25:23.807Z Downloaded globset v0.4.18
7192026-05-20T23:25:23.809Z Downloaded dirs-sys-next v0.1.2
7202026-05-20T23:25:23.809Z Downloaded glob v0.3.3
7212026-05-20T23:25:23.809Z Downloaded filetime v0.2.27
7222026-05-20T23:25:23.812Z Downloaded futures-executor v0.3.32
7232026-05-20T23:25:23.812Z Downloaded illumos-nvpair-sys v0.2.0
7242026-05-20T23:25:23.812Z Downloaded ciborium v0.2.2
7252026-05-20T23:25:23.816Z Downloaded home v0.5.12
7262026-05-20T23:25:23.816Z Downloaded find-msvc-tools v0.1.9
7272026-05-20T23:25:23.819Z Downloaded async-trait v0.1.89
7282026-05-20T23:25:23.819Z Downloaded instability v0.3.11
7292026-05-20T23:25:23.822Z Downloaded is_ci v1.2.0
7302026-05-20T23:25:23.822Z Downloaded is-terminal v0.4.17
7312026-05-20T23:25:23.822Z Downloaded group v0.13.0
7322026-05-20T23:25:23.824Z Downloaded git-stub-vcs v0.1.0
7332026-05-20T23:25:23.825Z Downloaded fixedbitset v0.5.7
7342026-05-20T23:25:23.827Z Downloaded internet-checksum v0.2.1
7352026-05-20T23:25:23.827Z Downloaded ar_archive_writer v0.5.1
7362026-05-20T23:25:23.830Z Downloaded lalrpop-util v0.19.12
7372026-05-20T23:25:23.830Z Downloaded blake2 v0.10.6
7382026-05-20T23:25:23.834Z Downloaded kstat-rs v0.2.4
7392026-05-20T23:25:23.834Z Downloaded derive_builder v0.20.2
7402026-05-20T23:25:23.837Z Downloaded crc-catalog v2.4.0
7412026-05-20T23:25:23.837Z Downloaded cookie_store v0.22.1
7422026-05-20T23:25:23.840Z Downloaded cipher v0.4.4
7432026-05-20T23:25:23.840Z Downloaded bumpalo v3.20.2
7442026-05-20T23:25:23.844Z Downloaded des v0.8.1
7452026-05-20T23:25:23.844Z Downloaded console v0.16.2
7462026-05-20T23:25:23.848Z Downloaded backon v1.6.0
7472026-05-20T23:25:23.848Z Downloaded async-bb8-diesel v0.2.1
7482026-05-20T23:25:23.848Z Downloaded darling v0.23.0
7492026-05-20T23:25:23.851Z Downloaded libscf-sys v1.1.0
7502026-05-20T23:25:23.851Z Downloaded lazy_static v1.5.0
7512026-05-20T23:25:23.854Z Downloaded keccak v0.1.6
7522026-05-20T23:25:23.854Z Downloaded instant v0.1.13
7532026-05-20T23:25:23.857Z Downloaded lru-cache v0.1.2
7542026-05-20T23:25:23.857Z Downloaded lru v0.12.5
7552026-05-20T23:25:23.857Z Downloaded getrandom v0.2.17
7562026-05-20T23:25:23.860Z Downloaded highway v1.3.0
7572026-05-20T23:25:23.860Z Downloaded managed v0.8.0
7582026-05-20T23:25:23.864Z Downloaded futures-channel v0.3.32
7592026-05-20T23:25:23.864Z Downloaded console v0.15.11
7602026-05-20T23:25:23.963Z Downloaded lzss v0.8.2
7612026-05-20T23:25:23.963Z Downloaded ingot v0.1.1
7622026-05-20T23:25:23.980Z Downloaded newline-converter v0.3.0
7632026-05-20T23:25:23.980Z Downloaded new_debug_unreachable v1.0.6
7642026-05-20T23:25:23.980Z Downloaded mime v0.3.17
7652026-05-20T23:25:23.981Z Downloaded maybe-uninit v2.0.0
7662026-05-20T23:25:23.981Z Downloaded indoc v2.0.7
7672026-05-20T23:25:23.981Z Downloaded memoffset v0.9.1
7682026-05-20T23:25:23.981Z Downloaded md5 v0.7.0
7692026-05-20T23:25:23.981Z Downloaded match_cfg v0.1.0
7702026-05-20T23:25:23.981Z Downloaded maplit v1.0.2
7712026-05-20T23:25:23.981Z Downloaded linked-hash-map v0.5.6
7722026-05-20T23:25:23.981Z Downloaded impl-trait-for-tuples v0.2.3
7732026-05-20T23:25:23.981Z Downloaded httparse v1.10.1
7742026-05-20T23:25:23.982Z Downloaded darling v0.20.11
7752026-05-20T23:25:23.982Z Downloaded diff v0.1.13
7762026-05-20T23:25:23.982Z Downloaded jobserver v0.1.34
7772026-05-20T23:25:23.982Z Downloaded nibble_vec v0.1.0
7782026-05-20T23:25:23.982Z Downloaded multimap v0.10.1
7792026-05-20T23:25:23.982Z Downloaded ipnetwork v0.21.1
7802026-05-20T23:25:23.982Z Downloaded deranged v0.5.8
7812026-05-20T23:25:23.982Z Downloaded lru-slab v0.1.2
7822026-05-20T23:25:23.982Z Downloaded bitfield-struct v0.6.2
7832026-05-20T23:25:23.982Z Downloaded libefi-sys v0.1.0
7842026-05-20T23:25:23.982Z Downloaded daft v0.1.7
7852026-05-20T23:25:23.982Z Downloaded chacha20poly1305 v0.10.1
7862026-05-20T23:25:23.982Z Downloaded crc-any v2.5.0
7872026-05-20T23:25:23.982Z Downloaded drift v0.2.0
7882026-05-20T23:25:23.982Z Downloaded libsw v3.5.0
7892026-05-20T23:25:23.982Z Downloaded nonempty v0.12.0
7902026-05-20T23:25:23.982Z Downloaded num-derive v0.4.2
7912026-05-20T23:25:23.982Z Downloaded newtype-uuid-macros v0.1.0
7922026-05-20T23:25:23.982Z Downloaded num-iter v0.1.45
7932026-05-20T23:25:23.982Z Downloaded nodrop v0.1.14
7942026-05-20T23:25:23.982Z Downloaded normalize-line-endings v0.3.0
7952026-05-20T23:25:23.982Z Downloaded newtype_derive v0.1.6
7962026-05-20T23:25:23.982Z Downloaded hyper-staticfile v0.10.1
7972026-05-20T23:25:23.982Z Downloaded num-conv v0.2.0
7982026-05-20T23:25:23.982Z Downloaded dropshot_endpoint v0.16.7
7992026-05-20T23:25:23.982Z Downloaded num-derive v0.3.3
8002026-05-20T23:25:23.982Z Downloaded fatfs v0.3.6
8012026-05-20T23:25:23.982Z Downloaded bytes v1.11.1
8022026-05-20T23:25:23.982Z Downloaded libsw-core v0.3.2
8032026-05-20T23:25:23.982Z Downloaded num_threads v0.1.7
8042026-05-20T23:25:23.982Z Downloaded num_enum_derive v0.5.11
8052026-05-20T23:25:23.982Z Downloaded olpc-cjson v0.1.4
8062026-05-20T23:25:23.982Z Downloaded md-5 v0.10.6
8072026-05-20T23:25:23.982Z Downloaded openssl-macros v0.1.1
8082026-05-20T23:25:23.982Z Downloaded opaque-debug v0.3.1
8092026-05-20T23:25:23.982Z Downloaded iana-time-zone v0.1.65
8102026-05-20T23:25:23.982Z Downloaded openssl-probe v0.1.6
8112026-05-20T23:25:23.982Z Downloaded humantime v2.3.0
8122026-05-20T23:25:23.983Z Downloaded mime_guess v2.0.5
8132026-05-20T23:25:23.983Z Downloaded half v1.8.3
8142026-05-20T23:25:23.983Z Downloaded ingot-types v0.1.2
8152026-05-20T23:25:23.983Z Downloaded getrandom v0.3.4
8162026-05-20T23:25:23.983Z Downloaded oso-derive v0.27.3
8172026-05-20T23:25:23.983Z Downloaded half v2.7.1
8182026-05-20T23:25:23.983Z Downloaded lock_api v0.4.14
8192026-05-20T23:25:23.983Z Downloaded hyper-rustls v0.27.7
8202026-05-20T23:25:23.983Z Downloaded ipnet v2.11.0
8212026-05-20T23:25:23.983Z Downloaded http-body-util v0.1.3
8222026-05-20T23:25:23.983Z Downloaded hmac v0.12.1
8232026-05-20T23:25:23.983Z Downloaded libloading v0.8.9
8242026-05-20T23:25:23.984Z Downloaded newtype-uuid v1.3.2
8252026-05-20T23:25:23.984Z Downloaded derive-where v1.6.0
8262026-05-20T23:25:23.984Z Downloaded packed_struct_codegen v0.10.1
8272026-05-20T23:25:23.984Z Downloaded parse-size v1.1.0
8282026-05-20T23:25:23.984Z Downloaded derive_more v0.99.20
8292026-05-20T23:25:23.984Z Downloaded pbkdf2 v0.11.0
8302026-05-20T23:25:23.984Z Downloaded parse-display v0.10.0
8312026-05-20T23:25:23.984Z Downloaded clang-sys v1.8.1
8322026-05-20T23:25:23.984Z Downloaded ingot-macros v0.1.1
8332026-05-20T23:25:23.992Z Downloaded byte-wrapper v0.1.0
8342026-05-20T23:25:23.992Z Downloaded ctr v0.9.2
8352026-05-20T23:25:23.993Z Downloaded path-slash v0.1.5
8362026-05-20T23:25:23.993Z Downloaded csv-core v0.1.13
8372026-05-20T23:25:23.993Z Downloaded futures v0.3.32
8382026-05-20T23:25:23.993Z Downloaded native-tls v0.2.18
8392026-05-20T23:25:23.993Z Downloaded nanorand v0.7.0
8402026-05-20T23:25:23.993Z Downloaded num v0.4.3
8412026-05-20T23:25:23.993Z Downloaded pbkdf2 v0.12.2
8422026-05-20T23:25:23.993Z Downloaded num-complex v0.4.6
8432026-05-20T23:25:23.993Z Downloaded peg-runtime v0.8.5
8442026-05-20T23:25:23.993Z Downloaded phf_shared v0.11.3
8452026-05-20T23:25:23.993Z Downloaded nu-ansi-term v0.50.3
8462026-05-20T23:25:23.993Z Downloaded crossbeam-utils v0.8.21
8472026-05-20T23:25:23.996Z Downloaded base64 v0.21.7
8482026-05-20T23:25:23.996Z Downloaded num_enum v0.5.11
8492026-05-20T23:25:24.014Z Downloaded powerfmt v0.2.0
8502026-05-20T23:25:24.018Z Downloaded pin-utils v0.1.0
8512026-05-20T23:25:24.018Z Downloaded phf_shared v0.12.1
8522026-05-20T23:25:24.018Z Downloaded oxide-tokio-rt v0.1.4
8532026-05-20T23:25:24.018Z Downloaded owo-colors v4.3.0
8542026-05-20T23:25:24.018Z Downloaded openssl-probe v0.2.1
8552026-05-20T23:25:24.018Z Downloaded num_enum_derive v0.7.5
8562026-05-20T23:25:24.022Z Downloaded parking_lot_core v0.8.6
8572026-05-20T23:25:24.022Z Downloaded num_enum v0.7.5
8582026-05-20T23:25:24.025Z Downloaded linear-map v1.2.0
8592026-05-20T23:25:24.025Z Downloaded indexmap v1.9.3
8602026-05-20T23:25:24.028Z Downloaded proc-macro-crate v3.4.0
8612026-05-20T23:25:24.028Z Downloaded predicates-tree v1.0.13
8622026-05-20T23:25:24.028Z Downloaded predicates-core v1.0.10
8632026-05-20T23:25:24.028Z Downloaded precomputed-hash v0.1.1
8642026-05-20T23:25:24.031Z Downloaded multer v3.1.0
8652026-05-20T23:25:24.031Z Downloaded memmap2 v0.9.10
8662026-05-20T23:25:24.034Z Downloaded proc-macro-crate v1.3.1
8672026-05-20T23:25:24.034Z Downloaded paste v1.0.15
8682026-05-20T23:25:24.036Z Downloaded parse-display-derive v0.10.0
8692026-05-20T23:25:24.037Z Downloaded oxnet v0.1.4
8702026-05-20T23:25:24.040Z Downloaded heapless v0.7.17
8712026-05-20T23:25:24.042Z Downloaded progenitor-client v0.14.0
8722026-05-20T23:25:24.042Z Downloaded proc-macro-error-attr2 v2.0.0
8732026-05-20T23:25:24.042Z Downloaded darling_core v0.21.3
8742026-05-20T23:25:24.045Z Downloaded const_format v0.2.35
8752026-05-20T23:25:24.048Z Downloaded progenitor-client v0.11.2
8762026-05-20T23:25:24.051Z Downloaded password-hash v0.5.0
8772026-05-20T23:25:24.051Z Downloaded password-hash v0.4.2
8782026-05-20T23:25:24.051Z Downloaded darling_core v0.20.11
8792026-05-20T23:25:24.054Z Downloaded progenitor-macro v0.11.2
8802026-05-20T23:25:24.057Z Downloaded peg-macros v0.8.5
8812026-05-20T23:25:24.057Z Downloaded libbz2-rs-sys v0.2.2
8822026-05-20T23:25:24.060Z Downloaded ed25519-dalek v2.2.0
8832026-05-20T23:25:24.060Z Downloaded psl-types v2.0.11
8842026-05-20T23:25:24.063Z Downloaded progenitor-macro v0.13.0
8852026-05-20T23:25:24.063Z Downloaded progenitor-macro v0.10.0
8862026-05-20T23:25:24.063Z Downloaded phf_shared v0.13.1
8872026-05-20T23:25:24.067Z Downloaded pem v3.0.6
8882026-05-20T23:25:24.067Z Downloaded derive_more v2.1.1
8892026-05-20T23:25:24.073Z Downloaded pin-project-lite v0.2.17
8902026-05-20T23:25:24.076Z Downloaded radium v0.7.0
8912026-05-20T23:25:24.079Z Downloaded polyval v0.6.2
8922026-05-20T23:25:24.079Z Downloaded pkcs8 v0.10.2
8932026-05-20T23:25:24.084Z Downloaded quick-error v1.2.3
8942026-05-20T23:25:24.084Z Downloaded litrs v1.0.0
8952026-05-20T23:25:24.087Z Downloaded indicatif v0.18.4
8962026-05-20T23:25:24.087Z Downloaded poly1305 v0.8.0
8972026-05-20T23:25:24.090Z Downloaded ppv-lite86 v0.2.21
8982026-05-20T23:25:24.090Z Downloaded rand_chacha v0.3.1
8992026-05-20T23:25:24.090Z Downloaded omicron-zone-package v0.12.2
9002026-05-20T23:25:24.093Z Downloaded ignore v0.4.25
9012026-05-20T23:25:24.093Z Downloaded hickory-resolver v0.25.2
9022026-05-20T23:25:24.099Z Downloaded packed_struct v0.10.1
9032026-05-20T23:25:24.104Z Downloaded der v0.7.10
9042026-05-20T23:25:24.104Z Downloaded parking_lot v0.12.5
9052026-05-20T23:25:24.109Z Downloaded progenitor v0.13.0
9062026-05-20T23:25:24.109Z Downloaded proc-macro-error2 v2.0.1
9072026-05-20T23:25:24.109Z Downloaded primeorder v0.13.6
9082026-05-20T23:25:24.109Z Downloaded peg v0.8.5
9092026-05-20T23:25:24.112Z Downloaded progenitor-client v0.10.0
9102026-05-20T23:25:24.112Z Downloaded progenitor-extras v0.2.0
9112026-05-20T23:25:24.112Z Downloaded progenitor-client v0.13.0
9122026-05-20T23:25:24.112Z Downloaded progenitor v0.14.0
9132026-05-20T23:25:24.115Z Downloaded progenitor v0.10.0
9142026-05-20T23:25:24.115Z Downloaded cc v1.2.56
9152026-05-20T23:25:24.118Z Downloaded async-compression v0.4.41
9162026-05-20T23:25:24.121Z Downloaded expectorate v1.2.0
9172026-05-20T23:25:24.124Z Downloaded progenitor v0.11.2
9182026-05-20T23:25:24.127Z Downloaded progenitor-macro v0.14.0
9192026-05-20T23:25:24.127Z Downloaded parking_lot_core v0.9.12
9202026-05-20T23:25:24.127Z Downloaded pem-rfc7468 v0.7.0
9212026-05-20T23:25:24.131Z Downloaded heapless v0.8.0
9222026-05-20T23:25:24.135Z Downloaded recursive v0.1.1
9232026-05-20T23:25:24.135Z Downloaded hickory-resolver v0.24.4
9242026-05-20T23:25:24.138Z Downloaded crypto-bigint v0.5.5
9252026-05-20T23:25:24.142Z Downloaded ref-cast-impl v1.0.25
9262026-05-20T23:25:24.142Z Downloaded ref-cast v1.0.25
9272026-05-20T23:25:24.142Z Downloaded rustc_version v0.1.7
9282026-05-20T23:25:24.142Z Downloaded rtoolbox v0.0.3
9292026-05-20T23:25:24.145Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-05-20T23:25:24.145Z Downloaded pkcs5 v0.7.1
9312026-05-20T23:25:24.148Z Downloaded postgres-types v0.2.12
9322026-05-20T23:25:24.148Z Downloaded pkg-config v0.3.32
9332026-05-20T23:25:24.151Z Downloaded phf v0.13.1
9342026-05-20T23:25:24.151Z Downloaded psm v0.1.30
9352026-05-20T23:25:24.154Z Downloaded rfc6979 v0.4.0
9362026-05-20T23:25:24.154Z Downloaded flume v0.11.1
9372026-05-20T23:25:24.158Z Downloaded rustc-hash v2.1.1
9382026-05-20T23:25:24.158Z Downloaded russh-cryptovec v0.7.3
9392026-05-20T23:25:24.158Z Downloaded aes v0.8.4
9402026-05-20T23:25:24.161Z Downloaded rand_core v0.9.5
9412026-05-20T23:25:24.161Z Downloaded jiff-static v0.2.21
9422026-05-20T23:25:24.164Z Downloaded rand_core v0.6.4
9432026-05-20T23:25:24.164Z Downloaded parking_lot v0.11.2
9442026-05-20T23:25:24.166Z Downloaded r2d2 v0.8.10
9452026-05-20T23:25:24.166Z Downloaded predicates v3.1.4
9462026-05-20T23:25:24.170Z Downloaded rand_xorshift v0.4.0
9472026-05-20T23:25:24.170Z Downloaded rand_seeder v0.4.0
9482026-05-20T23:25:24.173Z Downloaded rand_core v0.10.0
9492026-05-20T23:25:24.173Z Downloaded rustc_version v0.4.1
9502026-05-20T23:25:24.173Z Downloaded papergrid v0.17.0
9512026-05-20T23:25:24.176Z Downloaded hashbrown v0.12.3
9522026-05-20T23:25:24.178Z Downloaded derive_more-impl v2.1.1
9532026-05-20T23:25:24.185Z Downloaded miniz_oxide v0.8.9
9542026-05-20T23:25:24.188Z Downloaded oso v0.27.3
9552026-05-20T23:25:24.188Z Downloaded headers v0.4.1
9562026-05-20T23:25:24.191Z Downloaded scheduled-thread-pool v0.2.7
9572026-05-20T23:25:24.191Z Downloaded scopeguard v1.2.0
9582026-05-20T23:25:24.194Z Downloaded flate2 v1.1.9
9592026-05-20T23:25:24.198Z Downloaded postgres-protocol v0.6.10
9602026-05-20T23:25:24.198Z Downloaded salsa20 v0.10.2
9612026-05-20T23:25:24.198Z Downloaded num-integer v0.1.46
9622026-05-20T23:25:24.201Z Downloaded sapling-renderdag v0.1.0
9632026-05-20T23:25:24.201Z Downloaded pin-project v1.1.11
9642026-05-20T23:25:24.205Z Downloaded scroll_derive v0.13.1
9652026-05-20T23:25:24.208Z Downloaded same-file v1.0.6
9662026-05-20T23:25:24.208Z Downloaded resolv-conf v0.7.6
9672026-05-20T23:25:24.211Z Downloaded scrypt v0.11.0
9682026-05-20T23:25:24.211Z Downloaded postcard v1.1.3
9692026-05-20T23:25:24.214Z Downloaded pin-project-internal v1.1.11
9702026-05-20T23:25:24.214Z Downloaded phf v0.12.1
9712026-05-20T23:25:24.214Z Downloaded diesel_derives v2.3.7
9722026-05-20T23:25:24.218Z Downloaded serde_bytes v0.11.19
9732026-05-20T23:25:24.222Z Downloaded secrecy v0.10.3
9742026-05-20T23:25:24.223Z Downloaded secrecy v0.8.0
9752026-05-20T23:25:24.227Z Downloaded num-rational v0.4.2
9762026-05-20T23:25:24.227Z Downloaded semver v0.1.20
9772026-05-20T23:25:24.227Z Downloaded arc-swap v1.8.2
9782026-05-20T23:25:24.227Z Downloaded shell-words v1.1.1
9792026-05-20T23:25:24.227Z Downloaded serde_spanned v1.0.4
9802026-05-20T23:25:24.234Z Downloaded hickory-server v0.25.2
9812026-05-20T23:25:24.235Z Downloaded pkcs1 v0.7.5
9822026-05-20T23:25:24.238Z Downloaded serde-big-array v0.5.1
9832026-05-20T23:25:24.238Z Downloaded seq-macro v0.3.6
9842026-05-20T23:25:24.238Z Downloaded sha1 v0.10.6
9852026-05-20T23:25:24.238Z Downloaded rustls-pemfile v2.2.0
9862026-05-20T23:25:24.238Z Downloaded rustls-native-certs v0.8.3
9872026-05-20T23:25:24.241Z Downloaded openssl-sys v0.9.115
9882026-05-20T23:25:24.244Z Downloaded rusty-fork v0.3.1
9892026-05-20T23:25:24.244Z Downloaded hyper-util v0.1.20
9902026-05-20T23:25:24.247Z Downloaded signature v2.2.0
9912026-05-20T23:25:24.250Z Downloaded prefix-trie v0.7.0
9922026-05-20T23:25:24.253Z Downloaded p256 v0.13.2
9932026-05-20T23:25:24.253Z Downloaded signal-hook-tokio v0.3.1
9942026-05-20T23:25:24.256Z Downloaded rand_chacha v0.9.0
9952026-05-20T23:25:24.256Z Downloaded minimal-lexical v0.2.1
9962026-05-20T23:25:24.260Z Downloaded siphasher v1.0.2
9972026-05-20T23:25:24.260Z Downloaded hashbrown v0.13.2
9982026-05-20T23:25:24.265Z Downloaded signal-hook-mio v0.2.5
9992026-05-20T23:25:24.265Z Downloaded serde_urlencoded v0.7.1
10002026-05-20T23:25:24.265Z Downloaded serde_plain v1.0.2
10012026-05-20T23:25:24.268Z Downloaded base64 v0.22.1
10022026-05-20T23:25:24.270Z Downloaded progenitor-impl v0.13.0
10032026-05-20T23:25:24.273Z Downloaded sigpipe v0.1.3
10042026-05-20T23:25:24.273Z Downloaded progenitor-impl v0.11.2
10052026-05-20T23:25:24.282Z Downloaded scroll v0.13.0
10062026-05-20T23:25:24.287Z Downloaded slog-bunyan v2.5.0
10072026-05-20T23:25:24.291Z Downloaded ssh-encoding v0.2.0
10082026-05-20T23:25:24.291Z Downloaded slog-envlogger v2.2.0
10092026-05-20T23:25:24.294Z Downloaded sec1 v0.7.3
10102026-05-20T23:25:24.294Z Downloaded schemars_derive v0.8.22
10112026-05-20T23:25:24.294Z Downloaded quinn-udp v0.5.14
10122026-05-20T23:25:24.298Z Downloaded crossterm v0.28.1
10132026-05-20T23:25:24.300Z Downloaded serde_repr v0.1.20
10142026-05-20T23:25:24.303Z Downloaded sct v0.7.1
10152026-05-20T23:25:24.308Z Downloaded ssh-cipher v0.2.0
10162026-05-20T23:25:24.308Z Downloaded serde_path_to_error v0.1.20
10172026-05-20T23:25:24.308Z Downloaded serde_derive_internals v0.29.1
10182026-05-20T23:25:24.310Z Downloaded shlex v1.3.0
10192026-05-20T23:25:24.310Z Downloaded http v1.4.0
10202026-05-20T23:25:24.313Z Downloaded serde-hex v0.1.0
10212026-05-20T23:25:24.317Z Downloaded rustversion v1.0.22
10222026-05-20T23:25:24.319Z Downloaded rustls-pemfile v1.0.4
10232026-05-20T23:25:24.322Z Downloaded rustls-pki-types v1.14.0
10242026-05-20T23:25:24.326Z Downloaded strum v0.26.3
10252026-05-20T23:25:24.326Z Downloaded mio v1.2.0
10262026-05-20T23:25:24.328Z Downloaded prettyplease v0.2.37
10272026-05-20T23:25:24.333Z Downloaded rcgen v0.12.1
10282026-05-20T23:25:24.339Z Downloaded take_mut v0.2.2
10292026-05-20T23:25:24.344Z Downloaded subtle v2.6.1
10302026-05-20T23:25:24.344Z Downloaded signal-hook-registry v1.4.8
10312026-05-20T23:25:24.344Z Downloaded sync_wrapper v1.0.2
10322026-05-20T23:25:24.344Z Downloaded slab v0.4.12
10332026-05-20T23:25:24.347Z Downloaded tagptr v0.2.0
10342026-05-20T23:25:24.347Z Downloaded progenitor-impl v0.10.0
10352026-05-20T23:25:24.347Z Downloaded dropshot-api-manager v0.7.2
10362026-05-20T23:25:24.350Z Downloaded structmeta-derive v0.3.0
10372026-05-20T23:25:24.352Z Downloaded structmeta v0.3.0
10382026-05-20T23:25:24.357Z Downloaded strum v0.27.2
10392026-05-20T23:25:24.359Z Downloaded smf v0.2.3
10402026-05-20T23:25:24.359Z Downloaded slog-dtrace v0.3.0
10412026-05-20T23:25:24.362Z Downloaded thiserror-impl-no-std v2.0.2
10422026-05-20T23:25:24.362Z Downloaded testing_table v0.3.0
10432026-05-20T23:25:24.362Z Downloaded termtree v0.5.1
10442026-05-20T23:25:24.365Z Downloaded tabwriter v1.4.1
10452026-05-20T23:25:24.365Z Downloaded slog-async v2.8.0
10462026-05-20T23:25:24.365Z Downloaded snafu-derive v0.8.9
10472026-05-20T23:25:24.368Z Downloaded slog-term v2.9.2
10482026-05-20T23:25:24.368Z Downloaded smallvec v0.6.14
10492026-05-20T23:25:24.371Z Downloaded slog-scope v4.4.1
10502026-05-20T23:25:24.371Z Downloaded slog-json v2.6.1
10512026-05-20T23:25:24.374Z Downloaded tap v1.0.1
10522026-05-20T23:25:24.374Z Downloaded tabled_derive v0.11.0
10532026-05-20T23:25:24.374Z Downloaded stacker v0.1.23
10542026-05-20T23:25:24.376Z Downloaded sync-ptr v0.1.4
10552026-05-20T23:25:24.376Z Downloaded ron v0.8.1
10562026-05-20T23:25:24.379Z Downloaded spki v0.7.3
10572026-05-20T23:25:24.382Z Downloaded hashbrown v0.15.5
10582026-05-20T23:25:24.387Z Downloaded slog-stdlog v4.1.1
10592026-05-20T23:25:24.390Z Downloaded serde_with_macros v3.17.0
10602026-05-20T23:25:24.390Z Downloaded serde_cbor v0.11.2
10612026-05-20T23:25:24.390Z Downloaded string_cache v0.8.9
10622026-05-20T23:25:24.390Z Downloaded russh-keys v0.45.0
10632026-05-20T23:25:24.394Z Downloaded sqlformat v0.3.5
10642026-05-20T23:25:24.397Z Downloaded strum_macros v0.27.2
10652026-05-20T23:25:24.397Z Downloaded pretty_assertions v1.4.1
10662026-05-20T23:25:24.400Z Downloaded static_assertions v1.1.0
10672026-05-20T23:25:24.400Z Downloaded aes-gcm v0.10.3
10682026-05-20T23:25:24.403Z Downloaded libxml v0.3.3
10692026-05-20T23:25:24.406Z Downloaded rustls-platform-verifier v0.6.2
10702026-05-20T23:25:24.409Z Downloaded time-core v0.1.8
10712026-05-20T23:25:24.412Z Downloaded supports-color v3.0.2
10722026-05-20T23:25:24.412Z Downloaded support-bundle-viewer v0.1.2
10732026-05-20T23:25:24.412Z Downloaded tokio-macros v2.7.0
10742026-05-20T23:25:24.418Z Downloaded thread-id v5.1.0
10752026-05-20T23:25:24.418Z Downloaded simd-adler32 v0.3.8
10762026-05-20T23:25:24.421Z Downloaded aho-corasick v1.1.4
10772026-05-20T23:25:24.421Z Downloaded ryu v1.0.23
10782026-05-20T23:25:24.425Z Downloaded strum_macros v0.26.4
10792026-05-20T23:25:24.425Z Downloaded strum_macros v0.24.3
10802026-05-20T23:25:24.428Z Downloaded progenitor-impl v0.14.0
10812026-05-20T23:25:24.428Z Downloaded tinyvec_macros v0.1.1
10822026-05-20T23:25:24.428Z Downloaded crossterm v0.29.0
10832026-05-20T23:25:24.431Z Downloaded itertools v0.10.5
10842026-05-20T23:25:24.435Z Downloaded sqlparser_derive v0.5.0
10852026-05-20T23:25:24.438Z Downloaded strip-ansi-escapes v0.2.1
10862026-05-20T23:25:24.438Z Downloaded termios v0.3.3
10872026-05-20T23:25:24.442Z Downloaded stringprep v0.1.5
10882026-05-20T23:25:24.442Z Downloaded itertools v0.12.1
10892026-05-20T23:25:24.445Z Downloaded rand v0.8.6
10902026-05-20T23:25:24.448Z Downloaded publicsuffix v2.3.0
10912026-05-20T23:25:24.448Z Downloaded iri-string v0.7.10
10922026-05-20T23:25:24.452Z Downloaded thiserror-no-std v2.0.2
10932026-05-20T23:25:24.457Z Downloaded topological-sort v0.2.2
10942026-05-20T23:25:24.459Z Downloaded serde_yaml v0.9.34+deprecated
10952026-05-20T23:25:24.459Z Downloaded quinn v0.11.9
10962026-05-20T23:25:24.462Z Downloaded rayon-core v1.13.0
10972026-05-20T23:25:24.465Z Downloaded nom v7.1.3
10982026-05-20T23:25:24.469Z Downloaded tower-service v0.3.3
10992026-05-20T23:25:24.471Z Downloaded signal-hook v0.3.18
11002026-05-20T23:25:24.471Z Downloaded tiny-keccak v2.0.2
11012026-05-20T23:25:24.472Z Downloaded time-macros v0.2.27
11022026-05-20T23:25:24.475Z Downloaded num-bigint v0.4.6
11032026-05-20T23:25:24.477Z Downloaded try-lock v0.2.5
11042026-05-20T23:25:24.477Z Downloaded trait-variant v0.1.2
11052026-05-20T23:25:24.480Z Downloaded tower-layer v0.3.3
11062026-05-20T23:25:24.481Z Downloaded similar v2.7.0
11072026-05-20T23:25:24.485Z Downloaded typify-macro v0.6.2
11082026-05-20T23:25:24.485Z Downloaded tokio-dtrace v0.1.1
11092026-05-20T23:25:24.491Z Downloaded hashbrown v0.16.1
11102026-05-20T23:25:24.494Z Downloaded qorb v0.4.1
11112026-05-20T23:25:24.494Z Downloaded slog v2.8.2
11122026-05-20T23:25:24.496Z Downloaded typify-macro v0.4.3
11132026-05-20T23:25:24.496Z Downloaded tls_codec_derive v0.4.2
11142026-05-20T23:25:24.499Z Downloaded unarray v0.1.4
11152026-05-20T23:25:24.499Z Downloaded tokio-rustls v0.25.0
11162026-05-20T23:25:24.502Z Downloaded tokio-tungstenite v0.21.0
11172026-05-20T23:25:24.505Z Downloaded unit-prefix v0.5.2
11182026-05-20T23:25:24.505Z Downloaded unicode-truncate v1.1.0
11192026-05-20T23:25:24.505Z Downloaded tokio-native-tls v0.3.1
11202026-05-20T23:25:24.506Z Downloaded h2 v0.4.13
11212026-05-20T23:25:24.509Z Downloaded schemars v0.8.22
11222026-05-20T23:25:24.516Z Downloaded term v0.7.0
11232026-05-20T23:25:24.519Z Downloaded thread_local v1.1.9
11242026-05-20T23:25:24.521Z Downloaded untrusted v0.9.0
11252026-05-20T23:25:24.522Z Downloaded rsa v0.9.10
11262026-05-20T23:25:24.525Z Downloaded spin v0.9.8
11272026-05-20T23:25:24.529Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11282026-05-20T23:25:24.529Z Downloaded socket2 v0.5.10
11292026-05-20T23:25:24.568Z Downloaded num-bigint-dig v0.8.6
11302026-05-20T23:25:24.568Z Downloaded usdt-attr-macro v0.6.0
11312026-05-20T23:25:24.577Z Downloaded usdt-macro v0.6.0
11322026-05-20T23:25:24.577Z Downloaded usdt v0.6.0
11332026-05-20T23:25:24.577Z Downloaded term v1.2.1
11342026-05-20T23:25:24.577Z Downloaded untrusted v0.7.1
11352026-05-20T23:25:24.577Z Downloaded universal-hash v0.5.1
11362026-05-20T23:25:24.577Z Downloaded iddqd v0.4.1
11372026-05-20T23:25:24.577Z Downloaded rustls-webpki v0.103.9
11382026-05-20T23:25:24.577Z Downloaded utf-8 v0.7.6
11392026-05-20T23:25:24.577Z Downloaded want v0.3.1
11402026-05-20T23:25:24.577Z Downloaded wait-timeout v0.2.1
11412026-05-20T23:25:24.577Z Downloaded schemars v0.9.0
11422026-05-20T23:25:24.578Z Downloaded void v1.0.2
11432026-05-20T23:25:24.578Z Downloaded tui-tree-widget v0.23.1
11442026-05-20T23:25:24.578Z Downloaded tokio-tungstenite v0.23.1
11452026-05-20T23:25:24.578Z Downloaded tls_codec v0.4.2
11462026-05-20T23:25:24.578Z Downloaded samael v0.0.19
11472026-05-20T23:25:24.582Z Downloaded unicase v2.9.0
11482026-05-20T23:25:24.582Z Downloaded subprocess v0.2.15
11492026-05-20T23:25:24.582Z Downloaded xshell-macros v0.2.7
11502026-05-20T23:25:24.582Z Downloaded tokio-stream v0.1.18
11512026-05-20T23:25:24.582Z Downloaded tokio-rustls v0.26.4
11522026-05-20T23:25:24.584Z Downloaded rand v0.9.2
11532026-05-20T23:25:24.584Z Downloaded futures-util v0.3.32
11542026-05-20T23:25:24.590Z Downloaded xattr v1.6.1
11552026-05-20T23:25:24.592Z Downloaded zeroize_derive v1.4.3
11562026-05-20T23:25:24.593Z Downloaded test-strategy v0.4.5
11572026-05-20T23:25:24.597Z Downloaded zone v0.3.1
11582026-05-20T23:25:24.598Z Downloaded socket2 v0.6.3
11592026-05-20T23:25:24.600Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11602026-05-20T23:25:24.600Z Downloaded libm v0.2.16
11612026-05-20T23:25:24.603Z Downloaded toml_writer v1.0.6+spec-1.1.0
11622026-05-20T23:25:24.606Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-05-20T23:25:24.606Z Downloaded itertools v0.13.0
11642026-05-20T23:25:24.609Z Downloaded vergen-lib v0.1.6
11652026-05-20T23:25:24.612Z Downloaded zone_cfg_derive v0.3.1
11662026-05-20T23:25:24.612Z Downloaded hyper v1.8.1
11672026-05-20T23:25:24.614Z Downloaded schemars v1.2.1
11682026-05-20T23:25:24.622Z Downloaded whoami v1.6.1
11692026-05-20T23:25:24.624Z Downloaded twox-hash v2.1.2
11702026-05-20T23:25:24.624Z Downloaded wyz v0.5.1
11712026-05-20T23:25:24.629Z Downloaded tracing-attributes v0.1.31
11722026-05-20T23:25:24.629Z Downloaded unicode-properties v0.1.4
11732026-05-20T23:25:24.631Z Downloaded tinyvec v1.10.0
11742026-05-20T23:25:24.631Z Downloaded uzers v0.12.2
11752026-05-20T23:25:24.631Z Downloaded waitgroup v0.1.2
11762026-05-20T23:25:24.632Z Downloaded vsss-rs v3.3.4
11772026-05-20T23:25:24.634Z Downloaded vergen-gitcl v1.0.8
11782026-05-20T23:25:24.634Z Downloaded vergen-git2 v1.0.7
11792026-05-20T23:25:24.637Z Downloaded usdt-impl v0.6.0
11802026-05-20T23:25:24.637Z Downloaded tokio-rustls v0.24.1
11812026-05-20T23:25:24.640Z Downloaded walkdir v2.5.0
11822026-05-20T23:25:24.640Z Downloaded toml v0.9.12+spec-1.1.0
11832026-05-20T23:25:24.644Z Downloaded tar v0.4.45
11842026-05-20T23:25:24.644Z Downloaded toml v0.7.8
11852026-05-20T23:25:24.647Z Downloaded snafu v0.8.9
11862026-05-20T23:25:24.652Z Downloaded itertools v0.14.0
11872026-05-20T23:25:24.656Z Downloaded whoami v2.1.0
11882026-05-20T23:25:24.658Z Downloaded p521 v0.13.3
11892026-05-20T23:25:24.662Z Downloaded rand v0.10.0
11902026-05-20T23:25:24.662Z Downloaded hkdf v0.12.4
11912026-05-20T23:25:24.665Z Downloaded xshell v0.2.7
11922026-05-20T23:25:24.667Z Downloaded steno v0.4.1
11932026-05-20T23:25:24.671Z Downloaded rustyline v14.0.0
11942026-05-20T23:25:24.677Z Downloaded tungstenite v0.23.0
11952026-05-20T23:25:24.681Z Downloaded zeroize v1.8.2
11962026-05-20T23:25:24.686Z Downloaded zstd v0.13.3
11972026-05-20T23:25:24.686Z Downloaded vergen v9.0.6
11982026-05-20T23:25:24.690Z Downloaded tracing-core v0.1.36
11992026-05-20T23:25:24.693Z Downloaded zstd-safe v7.2.4
12002026-05-20T23:25:24.702Z Downloaded typify v0.6.2
12012026-05-20T23:25:24.706Z Downloaded toml v1.0.6+spec-1.1.0
12022026-05-20T23:25:24.709Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-05-20T23:25:24.709Z Downloaded russh v0.45.0
12042026-05-20T23:25:24.716Z Downloaded unicode-bidi v0.3.18
12052026-05-20T23:25:24.718Z Downloaded blake3 v1.8.3
12062026-05-20T23:25:24.723Z Downloaded tungstenite v0.21.0
12072026-05-20T23:25:24.727Z Downloaded zerocopy v0.6.6
12082026-05-20T23:25:24.730Z Downloaded unsafe-libyaml v0.2.11
12092026-05-20T23:25:24.733Z Downloaded yasna v0.5.2
12102026-05-20T23:25:24.741Z Downloaded reedline v0.40.0
12112026-05-20T23:25:24.748Z Downloaded rpassword v7.4.0
12122026-05-20T23:25:24.751Z Downloaded vte v0.14.1
12132026-05-20T23:25:24.757Z Downloaded typify v0.4.3
12142026-05-20T23:25:24.765Z Downloaded ssh-key v0.6.7
12152026-05-20T23:25:24.771Z Downloaded bitvec v1.0.1
12162026-05-20T23:25:24.779Z Downloaded reqwest v0.13.2
12172026-05-20T23:25:24.784Z Downloaded tokio-postgres v0.7.16
12182026-05-20T23:25:24.787Z Downloaded bindgen v0.71.1
12192026-05-20T23:25:24.792Z Downloaded regex v1.12.3
12202026-05-20T23:25:24.795Z Downloaded uuid v1.23.0
12212026-05-20T23:25:24.798Z Downloaded aws-lc-rs v1.16.3
12222026-05-20T23:25:24.803Z Downloaded p384 v0.13.1
12232026-05-20T23:25:24.809Z Downloaded git2 v0.20.4
12242026-05-20T23:25:24.816Z Downloaded toml_edit v0.19.15
12252026-05-20T23:25:24.826Z Downloaded unicode-segmentation v1.12.0
12262026-05-20T23:25:24.830Z Downloaded chrono v0.4.44
12272026-05-20T23:25:24.833Z Downloaded zip v0.6.6
12282026-05-20T23:25:24.835Z Downloaded unicode_categories v0.1.1
12292026-05-20T23:25:24.835Z Downloaded zopfli v0.8.3
12302026-05-20T23:25:24.843Z Downloaded goblin v0.10.5
12312026-05-20T23:25:24.848Z Downloaded quick-xml v0.37.5
12322026-05-20T23:25:24.853Z Downloaded rustls-webpki v0.101.7
12332026-05-20T23:25:24.860Z Downloaded salty v0.3.0
12342026-05-20T23:25:24.863Z Downloaded yansi v1.0.1
12352026-05-20T23:25:24.866Z Downloaded lalrpop v0.19.12
12362026-05-20T23:25:24.870Z Downloaded reqwest v0.12.28
12372026-05-20T23:25:24.873Z Downloaded tower v0.5.3
12382026-05-20T23:25:24.878Z Downloaded typed-path v0.9.3
12392026-05-20T23:25:24.883Z Downloaded portable-atomic v1.13.1
12402026-05-20T23:25:24.886Z Downloaded x509-cert v0.2.5
12412026-05-20T23:25:24.889Z Downloaded dropshot v0.16.7
12422026-05-20T23:25:24.902Z Downloaded zerocopy-derive v0.8.40
12432026-05-20T23:25:24.906Z Downloaded proptest v1.10.0
12442026-05-20T23:25:24.912Z Downloaded tower-http v0.6.8
12452026-05-20T23:25:24.916Z Downloaded tough v0.22.0
12462026-05-20T23:25:24.921Z Downloaded rayon v1.11.0
12472026-05-20T23:25:24.926Z Downloaded unicode-normalization v0.1.25
12482026-05-20T23:25:24.928Z Downloaded serde_with v3.17.0
12492026-05-20T23:25:24.935Z Downloaded petname v2.0.2
12502026-05-20T23:25:24.938Z Downloaded zip v4.6.1
12512026-05-20T23:25:24.943Z Downloaded object v0.30.4
12522026-05-20T23:25:24.945Z Downloaded curve25519-dalek v4.1.3
12532026-05-20T23:25:24.951Z Downloaded radix_trie v0.2.1
12542026-05-20T23:25:24.953Z Downloaded tokio-util v0.7.18
12552026-05-20T23:25:24.958Z Downloaded winnow v0.5.40
12562026-05-20T23:25:24.964Z Downloaded moka v0.12.13
12572026-05-20T23:25:24.968Z Downloaded rustls-webpki v0.102.8
12582026-05-20T23:25:25.081Z Downloaded nix v0.27.1
12592026-05-20T23:25:25.089Z Downloaded quinn-proto v0.11.13
12602026-05-20T23:25:25.089Z Downloaded nix v0.29.0
12612026-05-20T23:25:25.089Z Downloaded winnow v0.6.26
12622026-05-20T23:25:25.089Z Downloaded polar-core v0.27.3
12632026-05-20T23:25:25.089Z Downloaded nix v0.28.0
12642026-05-20T23:25:25.089Z Downloaded regex-syntax v0.6.29
12652026-05-20T23:25:25.089Z Downloaded time v0.3.47
12662026-05-20T23:25:25.089Z Downloaded openssl v0.10.79
12672026-05-20T23:25:25.089Z Downloaded tabled v0.20.0
12682026-05-20T23:25:25.089Z Downloaded bstr v1.12.1
12692026-05-20T23:25:25.089Z Downloaded hickory-proto v0.26.1
12702026-05-20T23:25:25.089Z Downloaded zlib-rs v0.6.2
12712026-05-20T23:25:25.089Z Downloaded rustls v0.21.12
12722026-05-20T23:25:25.089Z Downloaded smoltcp v0.9.1
12732026-05-20T23:25:25.089Z Downloaded object v0.37.3
12742026-05-20T23:25:25.095Z Downloaded webpki-roots v1.0.6
12752026-05-20T23:25:25.095Z Downloaded dropshot v0.17.0
12762026-05-20T23:25:25.102Z Downloaded zerocopy v0.8.40
12772026-05-20T23:25:25.107Z Downloaded smoltcp v0.11.0
12782026-05-20T23:25:25.114Z Downloaded rustls v0.22.4
12792026-05-20T23:25:25.124Z Downloaded hickory-proto v0.25.2
12802026-05-20T23:25:25.130Z Downloaded regress v0.10.5
12812026-05-20T23:25:25.135Z Downloaded regex-syntax v0.8.10
12822026-05-20T23:25:25.139Z Downloaded regress v0.11.1
12832026-05-20T23:25:25.144Z Downloaded openapiv3 v2.2.0
12842026-05-20T23:25:25.151Z Downloaded nix v0.31.2
12852026-05-20T23:25:25.157Z Downloaded hickory-proto v0.24.4
12862026-05-20T23:25:25.166Z Downloaded rustls v0.23.37
12872026-05-20T23:25:25.173Z Downloaded rustix v0.38.44
12882026-05-20T23:25:25.186Z Downloaded sqlparser v0.61.0
12892026-05-20T23:25:25.191Z Downloaded diesel v2.3.7
12902026-05-20T23:25:25.203Z Downloaded sled v0.34.7
12912026-05-20T23:25:25.210Z Downloaded vcpkg v0.2.15
12922026-05-20T23:25:25.231Z Downloaded ratatui v0.29.0
12932026-05-20T23:25:25.271Z Downloaded regex-automata v0.4.14
12942026-05-20T23:25:25.310Z Downloaded bzip2-sys v0.1.13+1.0.8
12952026-05-20T23:25:25.317Z Downloaded tracing v0.1.44
12962026-05-20T23:25:25.329Z Downloaded typify-impl v0.6.2
12972026-05-20T23:25:25.337Z Downloaded libz-sys v1.1.24
12982026-05-20T23:25:25.349Z Downloaded csv v1.4.0
12992026-05-20T23:25:25.362Z Downloaded zerocopy-derive v0.6.6
13002026-05-20T23:25:25.367Z Downloaded typify-impl v0.4.3
13012026-05-20T23:25:25.375Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-05-20T23:25:25.386Z Downloaded petgraph v0.6.5
13032026-05-20T23:25:25.397Z Downloaded jiff v0.2.21
13042026-05-20T23:25:25.407Z Downloaded chrono-tz v0.10.4
13052026-05-20T23:25:25.418Z Downloaded tokio v1.52.1
13062026-05-20T23:25:25.447Z Downloaded petgraph v0.8.3
13072026-05-20T23:25:25.460Z Downloaded encoding_rs v0.8.35
13082026-05-20T23:25:25.473Z Downloaded sha3 v0.10.8
13092026-05-20T23:25:25.575Z Downloaded ring v0.17.14
13102026-05-20T23:25:25.628Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-05-20T23:25:30.739Z Downloaded aws-lc-sys v0.40.0
13122026-05-20T23:25:30.789Z Compiling libc v0.2.185
13132026-05-20T23:25:30.789Z Compiling serde v1.0.228
13142026-05-20T23:25:30.789Z Compiling log v0.4.29
13152026-05-20T23:25:30.789Z Compiling find-msvc-tools v0.1.9
13162026-05-20T23:25:30.789Z Compiling shlex v1.3.0
13172026-05-20T23:25:30.789Z Compiling smallvec v1.15.1
13182026-05-20T23:25:30.789Z Compiling syn v2.0.117
13192026-05-20T23:25:30.789Z Compiling typenum v1.19.0
13202026-05-20T23:25:30.789Z Compiling generic-array v0.14.7
13212026-05-20T23:25:30.789Z Compiling subtle v2.6.1
13222026-05-20T23:25:30.789Z Compiling scopeguard v1.2.0
13232026-05-20T23:25:30.789Z Compiling const-oid v0.9.6
13242026-05-20T23:25:30.789Z Compiling lock_api v0.4.14
13252026-05-20T23:25:30.789Z Compiling serde_json v1.0.149
13262026-05-20T23:25:30.789Z Compiling zerocopy v0.8.40
13272026-05-20T23:25:30.790Z Compiling parking_lot_core v0.9.12
13282026-05-20T23:25:30.790Z Compiling pin-project-lite v0.2.17
13292026-05-20T23:25:30.790Z Compiling portable-atomic v1.13.1
13302026-05-20T23:25:30.790Z Compiling pkg-config v0.3.32
13312026-05-20T23:25:30.790Z Compiling getrandom v0.2.17
13322026-05-20T23:25:30.790Z Compiling jobserver v0.1.34
13332026-05-20T23:25:30.790Z Compiling rand_core v0.6.4
13342026-05-20T23:25:30.790Z Compiling errno v0.3.14
13352026-05-20T23:25:30.790Z Compiling cc v1.2.56
13362026-05-20T23:25:30.790Z Compiling signal-hook-registry v1.4.8
13372026-05-20T23:25:30.790Z Compiling bitflags v2.11.0
13382026-05-20T23:25:30.790Z Compiling critical-section v1.2.0
13392026-05-20T23:25:30.790Z Compiling libm v0.2.16
13402026-05-20T23:25:30.791Z Compiling futures-core v0.3.32
13412026-05-20T23:25:30.791Z Compiling parking_lot v0.12.5
13422026-05-20T23:25:30.791Z Compiling mio v1.2.0
13432026-05-20T23:25:30.791Z Compiling num-traits v0.2.19
13442026-05-20T23:25:30.791Z Compiling once_cell v1.21.3
13452026-05-20T23:25:30.791Z Compiling percent-encoding v2.3.2
13462026-05-20T23:25:30.791Z Compiling socket2 v0.6.3
13472026-05-20T23:25:30.791Z Compiling rand_core v0.10.0
13482026-05-20T23:25:30.791Z Compiling futures-sink v0.3.32
13492026-05-20T23:25:30.791Z Compiling getrandom v0.4.1
13502026-05-20T23:25:30.791Z Compiling futures-channel v0.3.32
13512026-05-20T23:25:30.791Z Compiling futures-io v0.3.32
13522026-05-20T23:25:30.791Z Compiling cpufeatures v0.2.17
13532026-05-20T23:25:30.791Z Compiling futures-task v0.3.32
13542026-05-20T23:25:30.791Z Compiling slab v0.4.12
13552026-05-20T23:25:30.791Z Compiling indexmap v2.14.0
13562026-05-20T23:25:30.791Z Compiling rustversion v1.0.22
13572026-05-20T23:25:30.791Z Compiling getrandom v0.3.4
13582026-05-20T23:25:30.791Z Compiling cmake v0.1.57
13592026-05-20T23:25:30.791Z Compiling form_urlencoded v1.2.2
13602026-05-20T23:25:30.791Z Compiling fs_extra v1.3.0
13612026-05-20T23:25:30.791Z Compiling dunce v1.0.5
13622026-05-20T23:25:30.791Z Compiling ident_case v1.0.1
13632026-05-20T23:25:30.791Z Compiling synstructure v0.13.2
13642026-05-20T23:25:30.791Z Compiling base64ct v1.8.3
13652026-05-20T23:25:30.792Z Compiling regex-syntax v0.8.10
13662026-05-20T23:25:30.792Z Compiling aws-lc-sys v0.40.0
13672026-05-20T23:25:30.792Z Compiling pem-rfc7468 v0.7.0
13682026-05-20T23:25:30.792Z Compiling flagset v0.4.7
13692026-05-20T23:25:30.792Z Compiling iana-time-zone v0.1.65
13702026-05-20T23:25:30.792Z Compiling rustix v1.1.3
13712026-05-20T23:25:30.792Z Compiling rand_core v0.9.5
13722026-05-20T23:25:30.792Z Compiling ring v0.17.14
13732026-05-20T23:25:30.792Z Compiling vcpkg v0.2.15
13742026-05-20T23:25:30.792Z Compiling aws-lc-rs v1.16.3
13752026-05-20T23:25:30.792Z Compiling uuid v1.23.0
13762026-05-20T23:25:30.908Z Compiling rustc_version v0.4.1
13772026-05-20T23:25:30.908Z Compiling tracing-core v0.1.36
13782026-05-20T23:25:30.948Z Compiling openssl-sys v0.9.115
13792026-05-20T23:25:31.002Z Compiling base64 v0.22.1
13802026-05-20T23:25:31.186Z Compiling serde_derive v1.0.228
13812026-05-20T23:25:31.277Z Compiling zeroize_derive v1.4.3
13822026-05-20T23:25:31.319Z Compiling zerofrom-derive v0.1.6
13832026-05-20T23:25:31.379Z Compiling yoke-derive v0.8.1
13842026-05-20T23:25:31.673Z Compiling zerovec-derive v0.11.2
13852026-05-20T23:25:31.927Z Compiling zeroize v1.8.2
13862026-05-20T23:25:31.947Z Compiling zerocopy-derive v0.8.40
13872026-05-20T23:25:32.574Z Compiling displaydoc v0.2.5
13882026-05-20T23:25:32.664Z Compiling crypto-common v0.1.7
13892026-05-20T23:25:32.723Z Compiling zerofrom v0.1.6
13902026-05-20T23:25:32.782Z Compiling block-buffer v0.10.4
13912026-05-20T23:25:32.806Z Compiling tokio-macros v2.7.0
13922026-05-20T23:25:32.948Z Compiling yoke v0.8.1
13932026-05-20T23:25:32.969Z Compiling digest v0.10.7
13942026-05-20T23:25:33.026Z Compiling zerovec v0.11.5
13952026-05-20T23:25:33.185Z Compiling futures-macro v0.3.32
13962026-05-20T23:25:33.286Z Compiling zerotrie v0.2.3
13972026-05-20T23:25:33.513Z Compiling tinystr v0.8.2
13982026-05-20T23:25:33.530Z Compiling potential_utf v0.1.4
13992026-05-20T23:25:33.588Z Compiling hmac v0.12.1
14002026-05-20T23:25:33.691Z Compiling icu_locale_core v2.1.1
14012026-05-20T23:25:33.715Z Compiling icu_collections v2.1.1
14022026-05-20T23:25:33.738Z Compiling block-padding v0.3.3
14032026-05-20T23:25:33.892Z Compiling inout v0.1.4
14042026-05-20T23:25:34.068Z Compiling futures-util v0.3.32
14052026-05-20T23:25:34.079Z Compiling cipher v0.4.4
14062026-05-20T23:25:34.183Z Compiling sha2 v0.10.9
14072026-05-20T23:25:34.311Z Compiling icu_provider v2.1.1
14082026-05-20T23:25:34.562Z Compiling bytes v1.11.1
14092026-05-20T23:25:34.601Z Compiling icu_properties v2.1.2
14102026-05-20T23:25:34.615Z Compiling icu_normalizer v2.1.1
14112026-05-20T23:25:35.189Z Compiling tokio v1.52.1
14122026-05-20T23:25:35.194Z Compiling der_derive v0.7.3
14132026-05-20T23:25:35.467Z Compiling idna_adapter v1.2.1
14142026-05-20T23:25:35.541Z Compiling http v1.4.0
14152026-05-20T23:25:35.605Z Compiling idna v1.1.0
14162026-05-20T23:25:35.671Z Compiling chrono v0.4.44
14172026-05-20T23:25:36.127Z Compiling url v2.5.8
14182026-05-20T23:25:36.303Z Compiling ppv-lite86 v0.2.21
14192026-05-20T23:25:36.329Z Compiling der v0.7.10
14202026-05-20T23:25:36.344Z Compiling salsa20 v0.10.2
14212026-05-20T23:25:36.477Z Compiling pbkdf2 v0.12.2
14222026-05-20T23:25:36.495Z Compiling rustls-pki-types v1.14.0
14232026-05-20T23:25:36.582Z Compiling tracing-attributes v0.1.31
14242026-05-20T23:25:36.594Z Compiling thiserror-impl v2.0.18
14252026-05-20T23:25:36.932Z Compiling scrypt v0.11.0
14262026-05-20T23:25:36.946Z Compiling rand_chacha v0.9.0
14272026-05-20T23:25:37.091Z Compiling http-body v1.0.1
14282026-05-20T23:25:37.182Z Compiling spki v0.7.3
14292026-05-20T23:25:37.240Z Compiling cbc v0.1.2
14302026-05-20T23:25:37.424Z Compiling aes v0.8.4
14312026-05-20T23:25:37.455Z Compiling untrusted v0.7.1
14322026-05-20T23:25:37.507Z Compiling openssl-probe v0.2.1
14332026-05-20T23:25:37.590Z Compiling untrusted v0.9.0
14342026-05-20T23:25:37.620Z Compiling httparse v1.10.1
14352026-05-20T23:25:37.674Z Compiling tinyvec_macros v0.1.1
14362026-05-20T23:25:37.743Z Compiling tinyvec v1.10.0
14372026-05-20T23:25:37.869Z Compiling tracing v0.1.44
14382026-05-20T23:25:37.908Z Compiling thiserror v2.0.18
14392026-05-20T23:25:37.989Z Compiling pkcs5 v0.7.1
14402026-05-20T23:25:38.007Z Compiling pest_generator v2.8.6
14412026-05-20T23:25:38.076Z Compiling rand v0.9.2
14422026-05-20T23:25:38.124Z Compiling serde_derive_internals v0.29.1
14432026-05-20T23:25:38.528Z Compiling aho-corasick v1.1.4
14442026-05-20T23:25:38.547Z Compiling dyn-clone v1.0.20
14452026-05-20T23:25:38.589Z Compiling atomic-waker v1.1.2
14462026-05-20T23:25:38.684Z Compiling try-lock v0.2.5
14472026-05-20T23:25:38.712Z Compiling tower-layer v0.3.3
14482026-05-20T23:25:38.792Z Compiling rustls v0.23.37
14492026-05-20T23:25:38.842Z Compiling tokio-util v0.7.18
14502026-05-20T23:25:38.868Z Compiling schemars v0.8.22
14512026-05-20T23:25:38.954Z Compiling tower-service v0.3.3
14522026-05-20T23:25:38.990Z Compiling schemars_derive v0.8.22
14532026-05-20T23:25:39.048Z Compiling want v0.3.1
14542026-05-20T23:25:39.079Z Compiling pest_derive v2.8.6
14552026-05-20T23:25:39.208Z Compiling pkcs8 v0.10.2
14562026-05-20T23:25:39.435Z Compiling regex-automata v0.4.14
14572026-05-20T23:25:39.497Z Compiling h2 v0.4.13
14582026-05-20T23:25:39.800Z Compiling ipnet v2.11.0
14592026-05-20T23:25:39.849Z Compiling scroll_derive v0.13.1
14602026-05-20T23:25:40.099Z Compiling darling_core v0.20.11
14612026-05-20T23:25:40.233Z Compiling pin-utils v0.1.0
14622026-05-20T23:25:40.278Z Compiling openssl v0.10.79
14632026-05-20T23:25:40.292Z Compiling foreign-types-shared v0.1.1
14642026-05-20T23:25:40.378Z Compiling httpdate v1.0.3
14652026-05-20T23:25:40.523Z Compiling tempfile v3.25.0
14662026-05-20T23:25:40.594Z Compiling foreign-types v0.3.2
14672026-05-20T23:25:40.640Z Compiling scroll v0.13.0
14682026-05-20T23:25:40.787Z Compiling unicode-normalization v0.1.25
14692026-05-20T23:25:40.958Z Compiling openssl-macros v0.1.1
14702026-05-20T23:25:41.215Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-05-20T23:25:41.341Z Compiling spin v0.9.8
14722026-05-20T23:25:41.344Z Compiling native-tls v0.2.18
14732026-05-20T23:25:41.551Z Compiling num-conv v0.2.0
14742026-05-20T23:25:41.554Z Compiling crc32fast v1.5.0
14752026-05-20T23:25:41.610Z Compiling powerfmt v0.2.0
14762026-05-20T23:25:41.684Z Compiling time-core v0.1.8
14772026-05-20T23:25:41.889Z Compiling deranged v0.5.8
14782026-05-20T23:25:41.900Z Compiling time-macros v0.2.27
14792026-05-20T23:25:42.368Z Compiling darling_macro v0.20.11
14802026-05-20T23:25:42.770Z Compiling hyper v1.8.1
14812026-05-20T23:25:42.821Z Compiling darling v0.20.11
14822026-05-20T23:25:42.876Z Compiling goblin v0.10.5
14832026-05-20T23:25:43.033Z Compiling rustls-native-certs v0.8.3
14842026-05-20T23:25:43.193Z Compiling sync_wrapper v1.0.2
14852026-05-20T23:25:43.292Z Compiling wait-timeout v0.2.1
14862026-05-20T23:25:43.421Z Compiling syn v1.0.109
14872026-05-20T23:25:43.513Z Compiling quick-error v1.2.3
14882026-05-20T23:25:43.549Z Compiling siphasher v1.0.2
14892026-05-20T23:25:43.616Z Compiling num_threads v0.1.7
14902026-05-20T23:25:43.711Z Compiling bit-vec v0.8.0
14912026-05-20T23:25:43.726Z Compiling crossbeam-utils v0.8.21
14922026-05-20T23:25:43.740Z Compiling simd-adler32 v0.3.8
14932026-05-20T23:25:43.935Z Compiling hyper-util v0.1.20
14942026-05-20T23:25:43.972Z Compiling usdt-impl v0.6.0
14952026-05-20T23:25:44.024Z Compiling bit-set v0.8.0
14962026-05-20T23:25:44.228Z Compiling time v0.3.47
14972026-05-20T23:25:44.317Z Compiling rusty-fork v0.3.1
14982026-05-20T23:25:44.503Z Compiling tower v0.5.3
14992026-05-20T23:25:44.629Z Compiling derive_builder_core v0.20.2
15002026-05-20T23:25:44.974Z Compiling dtrace-parser v0.3.0
15012026-05-20T23:25:45.130Z Compiling http-body-util v0.1.3
15022026-05-20T23:25:45.372Z Compiling webpki-roots v1.0.6
15032026-05-20T23:25:45.489Z Compiling signature v2.2.0
15042026-05-20T23:25:45.493Z Compiling thiserror-impl v1.0.69
15052026-05-20T23:25:45.768Z Compiling dof v0.4.0
15062026-05-20T23:25:45.820Z Compiling scroll_derive v0.12.1
15072026-05-20T23:25:45.820Z Compiling heapless v0.7.17
15082026-05-20T23:25:45.820Z Compiling rand_xorshift v0.4.0
15092026-05-20T23:25:46.467Z Compiling slog v2.8.2
15102026-05-20T23:25:46.506Z Compiling darling_core v0.21.3
15112026-05-20T23:25:46.506Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-05-20T23:25:46.506Z Compiling thread-id v5.1.0
15132026-05-20T23:25:46.506Z Compiling cookie v0.18.1
15142026-05-20T23:25:46.506Z Compiling anyhow v1.0.102
15152026-05-20T23:25:47.264Z Compiling paste v1.0.15
15162026-05-20T23:25:47.476Z Compiling zstd-safe v7.2.4
15172026-05-20T23:25:47.476Z Compiling signal-hook v0.3.18
15182026-05-20T23:25:47.476Z Compiling iri-string v0.7.10
15192026-05-20T23:25:47.476Z Compiling unarray v0.1.4
15202026-05-20T23:25:47.476Z Compiling unicode-bidi v0.3.18
15212026-05-20T23:25:47.476Z Compiling allocator-api2 v0.2.21
15222026-05-20T23:25:47.476Z Compiling ryu v1.0.23
15232026-05-20T23:25:47.476Z Compiling unicode-properties v0.1.4
15242026-05-20T23:25:47.476Z Compiling adler2 v2.0.1
15252026-05-20T23:25:47.476Z Compiling stringprep v0.1.5
15262026-05-20T23:25:47.476Z Compiling miniz_oxide v0.8.9
15272026-05-20T23:25:47.485Z Compiling serde_urlencoded v0.7.1
15282026-05-20T23:25:47.485Z Compiling proptest v1.10.0
15292026-05-20T23:25:47.813Z Compiling thiserror v1.0.69
15302026-05-20T23:25:48.446Z Compiling tower-http v0.6.8
15312026-05-20T23:25:48.508Z Compiling scroll v0.12.0
15322026-05-20T23:25:48.508Z Compiling derive_builder_macro v0.20.2
15332026-05-20T23:25:48.508Z Compiling tokio-native-tls v0.3.1
15342026-05-20T23:25:49.081Z Compiling darling_macro v0.21.3
15352026-05-20T23:25:49.197Z Compiling bstr v1.12.1
15362026-05-20T23:25:49.198Z Compiling ipnetwork v0.21.1
15372026-05-20T23:25:49.198Z Compiling rand_chacha v0.3.1
15382026-05-20T23:25:49.198Z Compiling toml_datetime v0.6.11
15392026-05-20T23:25:49.198Z Compiling serde_tokenstream v0.2.3
15402026-05-20T23:25:49.198Z Compiling erased-serde v0.3.31
15412026-05-20T23:25:49.209Z Compiling serde_spanned v0.6.9
15422026-05-20T23:25:49.209Z Compiling md-5 v0.10.6
15432026-05-20T23:25:50.064Z Compiling pin-project-internal v1.1.11
15442026-05-20T23:25:50.182Z Compiling async-trait v0.1.89
15452026-05-20T23:25:50.182Z Compiling zerocopy-derive v0.7.35
15462026-05-20T23:25:50.182Z Compiling curve25519-dalek v4.1.3
15472026-05-20T23:25:50.182Z Compiling vergen-lib v0.1.6
15482026-05-20T23:25:50.183Z Compiling num-integer v0.1.46
15492026-05-20T23:25:50.183Z Compiling hash32 v0.2.1
15502026-05-20T23:25:50.183Z Compiling ff v0.13.1
15512026-05-20T23:25:50.199Z Compiling memoffset v0.9.1
15522026-05-20T23:25:50.199Z Compiling smoltcp v0.9.1
15532026-05-20T23:25:50.206Z Compiling zlib-rs v0.6.2
15542026-05-20T23:25:50.319Z Compiling psl-types v2.0.11
15552026-05-20T23:25:50.440Z Compiling base16ct v0.2.0
15562026-05-20T23:25:50.454Z Compiling num-bigint-dig v0.8.6
15572026-05-20T23:25:50.454Z Compiling rustix v0.38.44
15582026-05-20T23:25:50.574Z Compiling cfg_aliases v0.2.1
15592026-05-20T23:25:50.690Z Compiling litrs v1.0.0
15602026-05-20T23:25:50.690Z Compiling ref-cast v1.0.25
15612026-05-20T23:25:50.690Z Compiling fallible-iterator v0.2.0
15622026-05-20T23:25:51.189Z Compiling postgres-protocol v0.6.10
15632026-05-20T23:25:51.205Z Compiling nix v0.31.2
15642026-05-20T23:25:51.205Z Compiling sec1 v0.7.3
15652026-05-20T23:25:51.205Z Compiling document-features v0.2.12
15662026-05-20T23:25:51.312Z Compiling pin-project v1.1.11
15672026-05-20T23:25:51.322Z Compiling publicsuffix v2.3.0
15682026-05-20T23:25:51.484Z Compiling zerocopy v0.7.35
15692026-05-20T23:25:51.566Z Compiling group v0.13.0
15702026-05-20T23:25:51.566Z Compiling num-iter v0.1.45
15712026-05-20T23:25:51.696Z Compiling newtype-uuid v1.3.2
15722026-05-20T23:25:52.086Z Compiling rand v0.8.6
15732026-05-20T23:25:52.265Z Compiling darling v0.21.3
15742026-05-20T23:25:52.265Z Compiling oxnet v0.1.4
15752026-05-20T23:25:52.265Z Compiling derive_builder v0.20.2
15762026-05-20T23:25:52.265Z Compiling hyper-tls v0.6.0
15772026-05-20T23:25:52.382Z Compiling goblin v0.8.2
15782026-05-20T23:25:52.550Z Compiling hubpack_derive v0.1.1
15792026-05-20T23:25:52.857Z Compiling phf_shared v0.13.1
15802026-05-20T23:25:53.038Z Compiling regex v1.12.3
15812026-05-20T23:25:53.078Z Compiling flate2 v1.1.9
15822026-05-20T23:25:53.244Z Compiling lazy_static v1.5.0
15832026-05-20T23:25:53.263Z Compiling futures-executor v0.3.32
15842026-05-20T23:25:53.459Z Compiling cargo-platform v0.1.9
15852026-05-20T23:25:53.582Z Compiling hex v0.4.3
15862026-05-20T23:25:53.582Z Compiling hkdf v0.12.4
15872026-05-20T23:25:53.582Z Compiling crypto-bigint v0.5.5
15882026-05-20T23:25:53.590Z Compiling terminal_size v0.4.3
15892026-05-20T23:25:53.590Z Compiling daft-derive v0.1.7
15902026-05-20T23:25:53.699Z Compiling strum_macros v0.27.2
15912026-05-20T23:25:53.705Z Compiling snafu-derive v0.8.9
15922026-05-20T23:25:53.706Z Compiling curve25519-dalek-derive v0.1.1
15932026-05-20T23:25:54.299Z Compiling ref-cast-impl v1.0.25
15942026-05-20T23:25:54.326Z Compiling vergen v9.0.6
15952026-05-20T23:25:54.590Z Compiling fs-err v3.3.0
15962026-05-20T23:25:54.944Z Compiling ahash v0.8.12
15972026-05-20T23:25:55.046Z Compiling encoding_rs v0.8.35
15982026-05-20T23:25:55.046Z Compiling managed v0.8.0
15992026-05-20T23:25:55.260Z Compiling mime v0.3.17
16002026-05-20T23:25:55.457Z Compiling same-file v1.0.6
16012026-05-20T23:25:55.569Z Compiling unicode-segmentation v1.12.0
16022026-05-20T23:25:55.582Z Compiling bitflags v1.3.2
16032026-05-20T23:25:55.583Z Compiling foldhash v0.1.5
16042026-05-20T23:25:55.583Z Compiling bumpalo v3.20.2
16052026-05-20T23:25:55.608Z Compiling foldhash v0.2.0
16062026-05-20T23:25:55.786Z Compiling cpufeatures v0.3.0
16072026-05-20T23:25:56.101Z Compiling libbz2-rs-sys v0.2.2
16082026-05-20T23:25:56.101Z Compiling winnow v0.5.40
16092026-05-20T23:25:56.111Z Compiling object v0.37.3
16102026-05-20T23:25:56.111Z Compiling chacha20 v0.10.0
16112026-05-20T23:25:56.111Z Compiling zopfli v0.8.3
16122026-05-20T23:25:56.123Z Compiling hashbrown v0.16.1
16132026-05-20T23:25:56.236Z Compiling hashbrown v0.15.5
16142026-05-20T23:25:56.355Z Compiling bzip2 v0.6.1
16152026-05-20T23:25:56.590Z Compiling clap_builder v4.5.60
16162026-05-20T23:25:56.602Z Compiling strum v0.27.2
16172026-05-20T23:25:56.700Z Compiling snafu v0.8.9
16182026-05-20T23:25:56.802Z Compiling walkdir v2.5.0
16192026-05-20T23:25:57.043Z Compiling dof v0.3.0
16202026-05-20T23:25:57.250Z Compiling elliptic-curve v0.13.8
16212026-05-20T23:25:57.279Z Compiling toml_edit v0.19.15
16222026-05-20T23:25:57.279Z Compiling daft v0.1.7
16232026-05-20T23:25:57.419Z Compiling cargo_metadata v0.19.2
16242026-05-20T23:25:57.569Z Compiling futures v0.3.32
16252026-05-20T23:25:57.705Z Compiling phf v0.13.1
16262026-05-20T23:25:57.937Z Compiling signal-hook-mio v0.2.5
16272026-05-20T23:25:58.041Z Compiling hubpack v0.1.2
16282026-05-20T23:25:58.181Z Compiling cookie_store v0.22.1
16292026-05-20T23:25:58.816Z Compiling zstd v0.13.3
16302026-05-20T23:25:58.958Z Compiling bzip2 v0.4.4
16312026-05-20T23:25:58.958Z Compiling serde_with_macros v3.17.0
16322026-05-20T23:25:59.071Z Compiling postgres-types v0.2.12
16332026-05-20T23:25:59.621Z Compiling usdt-attr-macro v0.6.0
16342026-05-20T23:25:59.715Z Compiling usdt-macro v0.6.0
16352026-05-20T23:25:59.864Z Compiling globset v0.4.18
16362026-05-20T23:25:59.967Z Compiling dtrace-parser v0.2.0
16372026-05-20T23:26:00.088Z Compiling ed25519 v2.2.3
16382026-05-20T23:26:00.198Z Compiling phf_shared v0.11.3
16392026-05-20T23:26:00.289Z Compiling olpc-cjson v0.1.4
16402026-05-20T23:26:00.300Z Compiling pkcs1 v0.7.5
16412026-05-20T23:26:00.404Z Compiling serde_plain v1.0.2
16422026-05-20T23:26:00.512Z Compiling serde-big-array v0.5.1
16432026-05-20T23:26:00.743Z Compiling rfc6979 v0.4.0
16442026-05-20T23:26:00.842Z Compiling pem v3.0.6
16452026-05-20T23:26:00.842Z Compiling enum-as-inner v0.6.1
16462026-05-20T23:26:00.842Z Compiling async-recursion v1.1.1
16472026-05-20T23:26:00.842Z Compiling strum_macros v0.26.4
16482026-05-20T23:26:00.842Z Compiling serde_repr v0.1.20
16492026-05-20T23:26:00.860Z Compiling clap_derive v4.5.55
16502026-05-20T23:26:00.979Z Compiling float-cmp v0.10.0
16512026-05-20T23:26:01.087Z Compiling thread-id v4.2.2
16522026-05-20T23:26:01.096Z Compiling memmap2 v0.9.10
16532026-05-20T23:26:01.206Z Compiling env_filter v1.0.0
16542026-05-20T23:26:01.315Z Compiling jiff v0.2.21
16552026-05-20T23:26:01.422Z Compiling precomputed-hash v0.1.1
16562026-05-20T23:26:01.422Z Compiling data-encoding v2.10.0
16572026-05-20T23:26:01.529Z Compiling fixedbitset v0.5.7
16582026-05-20T23:26:01.620Z Compiling keccak v0.1.6
16592026-05-20T23:26:01.843Z Compiling typed-path v0.9.3
16602026-05-20T23:26:02.100Z Compiling predicates-core v1.0.10
16612026-05-20T23:26:02.228Z Compiling either v1.15.0
16622026-05-20T23:26:02.352Z Compiling fixedbitset v0.4.2
16632026-05-20T23:26:02.467Z Compiling normalize-line-endings v0.3.0
16642026-05-20T23:26:02.559Z Compiling static_assertions v1.1.0
16652026-05-20T23:26:02.657Z Compiling difflib v0.4.0
16662026-05-20T23:26:02.657Z Compiling whoami v2.1.0
16672026-05-20T23:26:02.657Z Compiling new_debug_unreachable v1.0.6
16682026-05-20T23:26:02.678Z Compiling string_cache v0.8.9
16692026-05-20T23:26:02.678Z Compiling clap v4.5.60
16702026-05-20T23:26:02.794Z Compiling predicates v3.1.4
16712026-05-20T23:26:02.885Z Compiling tokio-postgres v0.7.16
16722026-05-20T23:26:02.971Z Compiling toml_edit v0.22.27
16732026-05-20T23:26:02.981Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16742026-05-20T23:26:03.261Z Compiling strum v0.26.3
16752026-05-20T23:26:03.358Z Compiling petgraph v0.6.5
16762026-05-20T23:26:03.358Z Compiling itertools v0.13.0
16772026-05-20T23:26:03.441Z Compiling hickory-proto v0.25.2
16782026-05-20T23:26:04.560Z Compiling zip v4.6.1
16792026-05-20T23:26:04.706Z Compiling sha3 v0.10.8
16802026-05-20T23:26:05.028Z Compiling petgraph v0.8.3
16812026-05-20T23:26:05.121Z Compiling env_logger v0.11.9
16822026-05-20T23:26:05.677Z Compiling usdt v0.6.0
16832026-05-20T23:26:05.677Z Compiling usdt-impl v0.5.0
16842026-05-20T23:26:05.677Z Compiling ecdsa v0.16.9
16852026-05-20T23:26:05.677Z Compiling rsa v0.9.10
16862026-05-20T23:26:05.685Z Compiling ed25519-dalek v2.2.0
16872026-05-20T23:26:05.716Z Compiling serde_with v3.17.0
16882026-05-20T23:26:05.920Z Compiling crossterm v0.28.1
16892026-05-20T23:26:06.386Z Compiling zip v0.6.6
16902026-05-20T23:26:06.989Z Compiling toml v0.7.8
16912026-05-20T23:26:07.226Z Compiling iddqd v0.4.1
16922026-05-20T23:26:07.598Z Compiling rand v0.10.0
16932026-05-20T23:26:07.717Z Compiling similar v2.7.0
16942026-05-20T23:26:07.782Z Compiling heck v0.4.1
16952026-05-20T23:26:08.013Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-05-20T23:26:08.078Z Compiling crossbeam-epoch v0.9.18
16972026-05-20T23:26:08.400Z Compiling tokio-stream v0.1.18
16982026-05-20T23:26:08.422Z Compiling buf-list v1.1.2
16992026-05-20T23:26:08.476Z Compiling x509-cert v0.2.5
17002026-05-20T23:26:08.567Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
17012026-05-20T23:26:08.643Z Compiling openapiv3 v2.2.0
17022026-05-20T23:26:08.702Z Compiling sha1 v0.10.6
17032026-05-20T23:26:08.866Z Compiling toml_datetime v0.7.5+spec-1.1.0
17042026-05-20T23:26:08.880Z Compiling peg-runtime v0.8.5
17052026-05-20T23:26:08.927Z Compiling lalrpop-util v0.19.12
17062026-05-20T23:26:08.958Z Compiling thread_local v1.1.9
17072026-05-20T23:26:09.118Z Compiling slog-async v2.8.0
17082026-05-20T23:26:09.150Z Compiling crossbeam-channel v0.5.15
17092026-05-20T23:26:09.150Z Compiling is-terminal v0.4.17
17102026-05-20T23:26:09.211Z Compiling filetime v0.2.27
17112026-05-20T23:26:09.261Z Compiling take_mut v0.2.2
17122026-05-20T23:26:09.373Z Compiling term v1.2.1
17132026-05-20T23:26:09.391Z Compiling xattr v1.6.1
17142026-05-20T23:26:09.560Z Compiling tar v0.4.45
17152026-05-20T23:26:09.943Z Compiling slog-term v2.9.2
17162026-05-20T23:26:19.932Z Compiling rustls-webpki v0.103.9
17172026-05-20T23:26:22.412Z Compiling tokio-rustls v0.26.4
17182026-05-20T23:26:22.412Z Compiling rustls-platform-verifier v0.6.2
17192026-05-20T23:26:22.602Z Compiling hyper-rustls v0.27.7
17202026-05-20T23:26:22.760Z Compiling reqwest v0.12.28
17212026-05-20T23:26:22.844Z Compiling reqwest v0.13.2
17222026-05-20T23:26:24.006Z Compiling tough v0.22.0
17232026-05-20T23:26:26.515Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-05-20T23:26:26.699Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-05-20T23:26:29.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17262026-05-20T23:26:29.680Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-05-20T23:26:29.808ZMay 20 23:26:28.185 INFO Starting download, target: DendriteStub
17282026-05-20T23:26:29.808ZMay 20 23:26:28.186 INFO Starting download, target: Console
17292026-05-20T23:26:29.808ZMay 20 23:26:28.186 INFO Starting download, target: Clickhouse
17302026-05-20T23:26:29.808ZMay 20 23:26:28.186 INFO Starting download, target: Cockroach
17312026-05-20T23:26:29.808ZMay 20 23:26:28.186 INFO Starting download, target: MaghemiteMgd
17322026-05-20T23:26:29.817ZMay 20 23:26:28.186 INFO Starting download, target: TransceiverControl
17332026-05-20T23:26:29.818ZMay 20 23:26:28.186 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17342026-05-20T23:26:29.818ZMay 20 23:26:28.186 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17352026-05-20T23:26:29.818ZMay 20 23:26:28.186 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17362026-05-20T23:26:29.818ZMay 20 23:26:28.186 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17372026-05-20T23:26:29.818ZMay 20 23:26:28.186 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17382026-05-20T23:26:29.818ZMay 20 23:26:28.186 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-05-20T23:26:30.825ZMay 20 23:26:29.290 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-20T23:26:31.180ZMay 20 23:26:29.521 INFO Download complete, target: Console
17412026-05-20T23:26:31.257ZMay 20 23:26:29.691 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-05-20T23:26:31.445ZMay 20 23:26:29.906 INFO Download complete, target: TransceiverControl
17432026-05-20T23:26:31.496ZMay 20 23:26:29.949 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-05-20T23:26:33.681ZMay 20 23:26:32.145 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-20T23:26:33.729ZMay 20 23:26:32.188 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-20T23:26:34.898ZMay 20 23:26:33.369 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17472026-05-20T23:26:34.898ZMay 20 23:26:33.369 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17482026-05-20T23:26:36.039ZMay 20 23:26:34.507 INFO Download complete, target: DendriteStub
17492026-05-20T23:26:36.079ZMay 20 23:26:34.550 INFO Download complete, target: MaghemiteMgd
17502026-05-20T23:26:38.246ZMay 20 23:26:36.717 INFO Checking that binary works, target: Clickhouse
17512026-05-20T23:26:38.348ZMay 20 23:26:36.813 INFO Download complete, target: Clickhouse
17522026-05-20T23:26:39.461ZMay 20 23:26:37.932 INFO Checking that binary works, target: Cockroach
17532026-05-20T23:26:39.581ZMay 20 23:26:38.051 INFO Download complete, target: Cockroach
17542026-05-20T23:26:39.622ZAll builder prerequisites installed successfully, and PATH looks valid
17552026-05-20T23:26:39.631Z
17562026-05-20T23:26:39.631Zreal 2:18.548675738
17572026-05-20T23:26:39.631Zuser 6:56.329001605
17582026-05-20T23:26:39.632Zsys 1:21.853793561
17592026-05-20T23:26:39.632Ztrap 0.215043730
17602026-05-20T23:26:39.632Ztflt 0.964699095
17612026-05-20T23:26:39.632Zdflt 1.014318657
17622026-05-20T23:26:39.632Zkflt 0.033655292
17632026-05-20T23:26:39.632Zlock 21:58.814339057
17642026-05-20T23:26:39.632Zslp 21:30.023223372
17652026-05-20T23:26:39.632Zlat 41.820418721
17662026-05-20T23:26:39.632Zstop 1:54.793594892
17672026-05-20T23:26:39.632Z+ banner clippy
17682026-05-20T23:26:39.632Z
17692026-05-20T23:26:39.632Z #### # # ##### ##### # #
17702026-05-20T23:26:39.632Z # # # # # # # # # #
17712026-05-20T23:26:39.632Z # # # # # # # #
17722026-05-20T23:26:39.632Z # # # ##### ##### #
17732026-05-20T23:26:39.632Z # # # # # # #
17742026-05-20T23:26:39.632Z #### ###### # # # #
17752026-05-20T23:26:39.632Z
17762026-05-20T23:26:39.632Z+ export CARGO_INCREMENTAL=0
17772026-05-20T23:26:39.632Z+ CARGO_INCREMENTAL=0
17782026-05-20T23:26:39.632Z+ ptime -m cargo xtask clippy
17792026-05-20T23:26:40.171Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17802026-05-20T23:26:40.370Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17812026-05-20T23:26:42.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s
17822026-05-20T23:26:42.323Z Running `target/debug/xtask clippy`
17832026-05-20T23:26:42.343Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17842026-05-20T23:26:42.951Z Downloading crates ...
17852026-05-20T23:26:43.145Z Downloaded assert_cmd v2.1.2
17862026-05-20T23:26:43.162Z Downloaded cfg-expr v0.20.6
17872026-05-20T23:26:43.166Z Downloaded rustc-demangle v0.1.27
17882026-05-20T23:26:43.177Z Downloaded pathdiff v0.2.3
17892026-05-20T23:26:43.187Z Downloaded constant_time_eq v0.3.1
17902026-05-20T23:26:43.187Z Downloaded stringmetrics v2.2.2
17912026-05-20T23:26:43.187Z Downloaded supports-color v2.1.0
17922026-05-20T23:26:43.187Z Downloaded addr2line v0.25.1
17932026-05-20T23:26:43.187Z Downloaded criterion-plot v0.6.0
17942026-05-20T23:26:43.187Z Downloaded tinytemplate v1.2.1
17952026-05-20T23:26:43.187Z Downloaded oorandom v11.1.5
17962026-05-20T23:26:43.187Z Downloaded async-lock v3.4.2
17972026-05-20T23:26:43.192Z Downloaded parking v2.2.1
17982026-05-20T23:26:43.192Z Downloaded approx v0.5.1
17992026-05-20T23:26:43.196Z Downloaded fancy-regex v0.14.0
18002026-05-20T23:26:43.196Z Downloaded async-object-pool v0.2.0
18012026-05-20T23:26:43.201Z Downloaded relative-path v1.9.3
18022026-05-20T23:26:43.201Z Downloaded target-spec v3.5.7
18032026-05-20T23:26:43.201Z Downloaded datatest-stable v0.3.3
18042026-05-20T23:26:43.204Z Downloaded linkme-impl v0.3.35
18052026-05-20T23:26:43.207Z Downloaded textwrap v0.15.2
18062026-05-20T23:26:43.207Z Downloaded knuffel-derive v3.2.0
18072026-05-20T23:26:43.207Z Downloaded backtrace v0.3.76
18082026-05-20T23:26:43.212Z Downloaded hickory-client v0.25.2
18092026-05-20T23:26:43.222Z Downloaded gimli v0.32.3
18102026-05-20T23:26:43.231Z Downloaded miette-derive v5.10.0
18112026-05-20T23:26:43.235Z Downloaded escape8259 v0.5.3
18122026-05-20T23:26:43.235Z Downloaded anes v0.1.6
18132026-05-20T23:26:43.235Z Downloaded libtest-mimic v0.8.1
18142026-05-20T23:26:43.235Z Downloaded event-listener v5.4.1
18152026-05-20T23:26:43.240Z Downloaded rust-argon2 v2.1.0
18162026-05-20T23:26:43.245Z Downloaded rstest v0.25.0
18172026-05-20T23:26:43.245Z Downloaded guppy-workspace-hack v0.1.0
18182026-05-20T23:26:43.245Z Downloaded tokio-test v0.4.5
18192026-05-20T23:26:43.245Z Downloaded termcolor v1.4.1
18202026-05-20T23:26:43.245Z Downloaded plotters-svg v0.3.7
18212026-05-20T23:26:43.245Z Downloaded backtrace-ext v0.2.1
18222026-05-20T23:26:43.249Z Downloaded cargo-platform v0.3.2
18232026-05-20T23:26:43.249Z Downloaded supports-hyperlinks v2.1.0
18242026-05-20T23:26:43.249Z Downloaded event-listener-strategy v0.5.4
18252026-05-20T23:26:43.249Z Downloaded assert-json-diff v2.0.2
18262026-05-20T23:26:43.249Z Downloaded plotters-backend v0.3.7
18272026-05-20T23:26:43.255Z Downloaded concurrent-queue v2.5.0
18282026-05-20T23:26:43.255Z Downloaded serde_regex v1.1.0
18292026-05-20T23:26:43.262Z Downloaded target-triple v1.0.0
18302026-05-20T23:26:43.265Z Downloaded nested v0.1.1
18312026-05-20T23:26:43.265Z Downloaded cast v0.3.0
18322026-05-20T23:26:43.268Z Downloaded supports-unicode v2.1.0
18332026-05-20T23:26:43.271Z Downloaded partial-io v0.5.4
18342026-05-20T23:26:43.271Z Downloaded cargo_metadata v0.23.1
18352026-05-20T23:26:43.275Z Downloaded target-lexicon v0.13.3
18362026-05-20T23:26:43.275Z Downloaded path-tree v0.8.3
18372026-05-20T23:26:43.278Z Downloaded terminal_size v0.1.17
18382026-05-20T23:26:43.281Z Downloaded owo-colors v3.5.0
18392026-05-20T23:26:43.283Z Downloaded linkme v0.3.35
18402026-05-20T23:26:43.284Z Downloaded httptest v0.16.4
18412026-05-20T23:26:43.296Z Downloaded trybuild v1.0.116
18422026-05-20T23:26:43.300Z Downloaded miette v5.10.0
18432026-05-20T23:26:43.304Z Downloaded blake2b_simd v1.0.4
18442026-05-20T23:26:43.304Z Downloaded similar-asserts v1.7.0
18452026-05-20T23:26:43.304Z Downloaded futures-timer v3.0.3
18462026-05-20T23:26:43.304Z Downloaded rand_distr v0.5.1
18472026-05-20T23:26:43.308Z Downloaded criterion v0.7.0
18482026-05-20T23:26:43.310Z Downloaded chumsky v0.9.3
18492026-05-20T23:26:43.313Z Downloaded knuffel v3.2.0
18502026-05-20T23:26:43.317Z Downloaded rstest_macros v0.25.0
18512026-05-20T23:26:43.322Z Downloaded guppy v0.17.25
18522026-05-20T23:26:43.327Z Downloaded plotters v0.3.7
18532026-05-20T23:26:43.332Z Downloaded hashbrown v0.14.5
18542026-05-20T23:26:43.428Z Downloaded httpmock v0.8.3
18552026-05-20T23:26:45.087Z Checking cfg-if v1.0.4
18562026-05-20T23:26:45.437Z Checking libc v0.2.185
18572026-05-20T23:26:45.442Z Checking serde_core v1.0.228
18582026-05-20T23:26:45.509Z Checking memchr v2.8.0
18592026-05-20T23:26:45.544Z Checking smallvec v1.15.1
18602026-05-20T23:26:45.584Z Checking log v0.4.29
18612026-05-20T23:26:45.620Z Checking itoa v1.0.17
18622026-05-20T23:26:45.666Z Checking zeroize v1.8.2
18632026-05-20T23:26:46.256Z Checking libm v0.2.16
18642026-05-20T23:26:46.273Z Checking scopeguard v1.2.0
18652026-05-20T23:26:46.273Z Checking stable_deref_trait v1.2.1
18662026-05-20T23:26:46.274Z Checking zerofrom v0.1.6
18672026-05-20T23:26:46.274Z Checking errno v0.3.14
18682026-05-20T23:26:46.274Z Checking getrandom v0.2.17
18692026-05-20T23:26:46.274Z Checking zmij v1.0.21
18702026-05-20T23:26:46.274Z Checking lock_api v0.4.14
18712026-05-20T23:26:46.274Z Checking yoke v0.8.1
18722026-05-20T23:26:46.274Z Checking percent-encoding v2.3.2
18732026-05-20T23:26:46.274Z Checking writeable v0.6.2
18742026-05-20T23:26:46.274Z Checking litemap v0.8.1
18752026-05-20T23:26:46.274Z Checking icu_properties_data v2.1.2
18762026-05-20T23:26:46.274Z Checking icu_normalizer_data v2.1.1
18772026-05-20T23:26:46.274Z Checking zerovec v0.11.5
18782026-05-20T23:26:46.274Z Checking zerotrie v0.2.3
18792026-05-20T23:26:46.300Z Checking form_urlencoded v1.2.2
18802026-05-20T23:26:46.333Z Checking subtle v2.6.1
18812026-05-20T23:26:46.333Z Checking utf8_iter v1.0.4
18822026-05-20T23:26:46.400Z Checking num-traits v0.2.19
18832026-05-20T23:26:46.432Z Checking pin-project-lite v0.2.17
18842026-05-20T23:26:46.472Z Checking rand_core v0.10.0
18852026-05-20T23:26:46.509Z Checking parking_lot_core v0.9.12
18862026-05-20T23:26:46.509Z Checking rand_core v0.6.4
18872026-05-20T23:26:46.581Z Checking zerocopy v0.8.40
18882026-05-20T23:26:46.620Z Checking portable-atomic v1.13.1
18892026-05-20T23:26:46.656Z Checking getrandom v0.4.1
18902026-05-20T23:26:46.718Z Checking tinystr v0.8.2
18912026-05-20T23:26:46.749Z Checking potential_utf v0.1.4
18922026-05-20T23:26:46.790Z Checking parking_lot v0.12.5
18932026-05-20T23:26:46.846Z Checking critical-section v1.2.0
18942026-05-20T23:26:46.907Z Checking icu_collections v2.1.1
18952026-05-20T23:26:46.940Z Checking icu_locale_core v2.1.1
18962026-05-20T23:26:46.990Z Checking serde v1.0.228
18972026-05-20T23:26:46.990Z Checking serde_json v1.0.149
18982026-05-20T23:26:46.990Z Checking bitflags v2.11.0
18992026-05-20T23:26:47.103Z Checking once_cell v1.21.3
19002026-05-20T23:26:47.162Z Checking signal-hook-registry v1.4.8
19012026-05-20T23:26:47.272Z Checking mio v1.2.0
19022026-05-20T23:26:47.290Z Checking socket2 v0.6.3
19032026-05-20T23:26:47.481Z Checking typenum v1.19.0
19042026-05-20T23:26:47.524Z Checking thiserror v2.0.18
19052026-05-20T23:26:47.524Z Checking bytes v1.11.1
19062026-05-20T23:26:47.556Z Checking iana-time-zone v0.1.65
19072026-05-20T23:26:47.588Z Checking icu_provider v2.1.1
19082026-05-20T23:26:47.605Z Checking uuid v1.23.0
19092026-05-20T23:26:47.646Z Checking semver v1.0.28
19102026-05-20T23:26:47.685Z Checking chrono v0.4.44
19112026-05-20T23:26:47.733Z Checking futures-core v0.3.32
19122026-05-20T23:26:47.810Z Checking icu_normalizer v2.1.1
19132026-05-20T23:26:47.875Z Checking icu_properties v2.1.2
19142026-05-20T23:26:47.919Z Checking generic-array v0.14.7
19152026-05-20T23:26:47.939Z Checking tokio v1.52.1
19162026-05-20T23:26:47.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19172026-05-20T23:26:47.979Z Checking equivalent v1.0.2
19182026-05-20T23:26:48.982Z Checking dyn-clone v1.0.20
19192026-05-20T23:26:48.982Z Checking const-oid v0.9.6
19202026-05-20T23:26:48.982Z Checking futures-sink v0.3.32
19212026-05-20T23:26:48.983Z Checking futures-task v0.3.32
19222026-05-20T23:26:48.983Z Checking crypto-common v0.1.7
19232026-05-20T23:26:48.983Z Checking futures-channel v0.3.32
19242026-05-20T23:26:48.983Z Checking block-buffer v0.10.4
19252026-05-20T23:26:48.983Z Checking futures-io v0.3.32
19262026-05-20T23:26:48.983Z Checking slab v0.4.12
19272026-05-20T23:26:48.983Z Checking byteorder v1.5.0
19282026-05-20T23:26:48.983Z Checking hashbrown v0.17.0
19292026-05-20T23:26:48.983Z Checking rustix v1.1.3
19302026-05-20T23:26:48.983Z Checking idna_adapter v1.2.1
19312026-05-20T23:26:49.130Z Checking futures-util v0.3.32
19322026-05-20T23:26:49.130Z Checking cpufeatures v0.2.17
19332026-05-20T23:26:49.130Z Checking digest v0.10.7
19342026-05-20T23:26:49.130Z Checking idna v1.1.0
19352026-05-20T23:26:49.130Z Checking thiserror v1.0.69
19362026-05-20T23:26:49.183Z Checking getrandom v0.3.4
19372026-05-20T23:26:49.183Z Checking fnv v1.0.7
19382026-05-20T23:26:49.230Z Checking indexmap v2.14.0
19392026-05-20T23:26:49.231Z Checking url v2.5.8
19402026-05-20T23:26:49.333Z Checking regex-syntax v0.8.10
19412026-05-20T23:26:49.353Z Checking http v1.4.0
19422026-05-20T23:26:49.398Z Checking ppv-lite86 v0.2.21
19432026-05-20T23:26:49.550Z Checking tracing-core v0.1.36
19442026-05-20T23:26:49.637Z Checking schemars v0.8.22
19452026-05-20T23:26:49.699Z Checking base64 v0.22.1
19462026-05-20T23:26:49.774Z Checking ipnet v2.11.0
19472026-05-20T23:26:49.832Z Checking unicode-ident v1.0.24
19482026-05-20T23:26:49.875Z Checking tracing v0.1.44
19492026-05-20T23:26:49.979Z Checking untrusted v0.9.0
19502026-05-20T23:26:49.990Z Checking proc-macro2 v1.0.106
19512026-05-20T23:26:50.164Z Checking aho-corasick v1.1.4
19522026-05-20T23:26:50.187Z Checking ring v0.17.14
19532026-05-20T23:26:50.187Z Checking anstyle v1.0.13
19542026-05-20T23:26:50.299Z Checking utf8parse v0.2.2
19552026-05-20T23:26:50.336Z Checking rustls-pki-types v1.14.0
19562026-05-20T23:26:50.346Z Checking quote v1.0.45
19572026-05-20T23:26:50.433Z Checking httparse v1.10.1
19582026-05-20T23:26:50.535Z Checking syn v2.0.117
19592026-05-20T23:26:50.571Z Checking base64ct v1.8.3
19602026-05-20T23:26:50.702Z Checking anstyle-parse v0.2.7
19612026-05-20T23:26:50.733Z Checking block-padding v0.3.3
19622026-05-20T23:26:50.744Z Checking regex-automata v0.4.14
19632026-05-20T23:26:50.744Z Checking colorchoice v1.0.4
19642026-05-20T23:26:50.838Z Checking anstyle-query v1.1.5
19652026-05-20T23:26:50.851Z Checking is_terminal_polyfill v1.70.2
19662026-05-20T23:26:50.851Z Checking inout v0.1.4
19672026-05-20T23:26:50.922Z Checking crossbeam-utils v0.8.21
19682026-05-20T23:26:50.953Z Checking allocator-api2 v0.2.21
19692026-05-20T23:26:50.987Z Checking anstream v0.6.21
19702026-05-20T23:26:51.046Z Checking cipher v0.4.4
19712026-05-20T23:26:51.082Z Checking http-body v1.0.1
19722026-05-20T23:26:51.120Z Checking tokio-util v0.7.18
19732026-05-20T23:26:51.363Z Checking terminal_size v0.4.3
19742026-05-20T23:26:51.397Z Checking atomic-waker v1.1.2
19752026-05-20T23:26:51.397Z Checking httpdate v1.0.3
19762026-05-20T23:26:51.397Z Checking clap_lex v1.0.0
19772026-05-20T23:26:51.397Z Checking strsim v0.11.1
19782026-05-20T23:26:51.397Z Checking try-lock v0.2.5
19792026-05-20T23:26:51.413Z Checking pem-rfc7468 v0.7.0
19802026-05-20T23:26:51.449Z Checking sha2 v0.10.9
19812026-05-20T23:26:51.479Z Checking tower-layer v0.3.3
19822026-05-20T23:26:51.539Z Checking want v0.3.1
19832026-05-20T23:26:51.556Z Checking clap_builder v4.5.60
19842026-05-20T23:26:51.588Z Checking pin-utils v0.1.0
19852026-05-20T23:26:51.654Z Checking tower-service v0.3.3
19862026-05-20T23:26:51.695Z Checking ryu v1.0.23
19872026-05-20T23:26:51.695Z Checking rand_core v0.9.5
19882026-05-20T23:26:51.802Z Checking h2 v0.4.13
19892026-05-20T23:26:51.816Z Checking hmac v0.12.1
19902026-05-20T23:26:51.825Z Checking powerfmt v0.2.0
19912026-05-20T23:26:51.888Z Checking flagset v0.4.7
19922026-05-20T23:26:51.923Z Checking time-core v0.1.8
19932026-05-20T23:26:51.959Z Checking num-conv v0.2.0
19942026-05-20T23:26:52.003Z Checking deranged v0.5.8
19952026-05-20T23:26:52.048Z Checking num_threads v0.1.7
19962026-05-20T23:26:52.094Z Checking der v0.7.10
19972026-05-20T23:26:52.128Z Checking erased-serde v0.3.31
19982026-05-20T23:26:52.180Z Checking rand_chacha v0.9.0
19992026-05-20T23:26:52.517Z Checking http-body-util v0.1.3
20002026-05-20T23:26:52.533Z Checking slog v2.8.2
20012026-05-20T23:26:52.785Z Checking spin v0.9.8
20022026-05-20T23:26:52.847Z Checking rand v0.9.2
20032026-05-20T23:26:52.848Z Checking aws-lc-sys v0.40.0
20042026-05-20T23:26:52.856Z Checking clap v4.5.60
20052026-05-20T23:26:52.856Z Checking anyhow v1.0.102
20062026-05-20T23:26:52.897Z Checking untrusted v0.7.1
20072026-05-20T23:26:52.902Z Checking serde_urlencoded v0.7.1
20082026-05-20T23:26:52.953Z Checking time v0.3.47
20092026-05-20T23:26:52.961Z Checking openssl-probe v0.2.1
20102026-05-20T23:26:53.024Z Checking regex v1.12.3
20112026-05-20T23:26:53.091Z Checking fastrand v2.3.0
20122026-05-20T23:26:54.237Z Checking spki v0.7.3
20132026-05-20T23:26:58.560Z Checking pbkdf2 v0.12.2
20142026-05-20T23:26:58.561Z Checking aes v0.8.4
20152026-05-20T23:26:58.561Z Checking pretty-hex v0.4.1
20162026-05-20T23:26:58.561Z Checking cbc v0.1.2
20172026-05-20T23:26:58.561Z Checking aws-lc-rs v1.16.3
20182026-05-20T23:26:58.561Z Checking salsa20 v0.10.2
20192026-05-20T23:26:58.561Z Checking rand_chacha v0.3.1
20202026-05-20T23:26:58.561Z Checking hex v0.4.3
20212026-05-20T23:26:58.561Z Checking plain v0.2.3
20222026-05-20T23:26:58.561Z Checking scrypt v0.11.0
20232026-05-20T23:26:58.561Z Checking tempfile v3.25.0
20242026-05-20T23:26:58.561Z Checking rustls-native-certs v0.8.3
20252026-05-20T23:26:58.561Z Checking rand v0.8.6
20262026-05-20T23:26:58.561Z Checking ipnetwork v0.21.1
20272026-05-20T23:26:58.561Z Checking sync_wrapper v1.0.2
20282026-05-20T23:26:58.561Z Checking simd-adler32 v0.3.8
20292026-05-20T23:26:58.561Z Checking foldhash v0.2.0
20302026-05-20T23:26:58.561Z Checking ucd-trie v0.1.7
20312026-05-20T23:26:58.561Z Checking tower v0.5.3
20322026-05-20T23:26:58.561Z Checking pkcs5 v0.7.1
20332026-05-20T23:26:58.561Z Checking hashbrown v0.16.1
20342026-05-20T23:26:58.561Z Checking pest v2.8.6
20352026-05-20T23:26:58.561Z Checking webpki-roots v1.0.6
20362026-05-20T23:26:58.562Z Checking camino v1.2.2
20372026-05-20T23:26:58.562Z Checking rustls-webpki v0.103.9
20382026-05-20T23:26:58.562Z Checking iri-string v0.7.10
20392026-05-20T23:26:58.562Z Checking adler2 v2.0.1
20402026-05-20T23:26:58.562Z Checking pkcs8 v0.10.2
20412026-05-20T23:26:58.562Z Checking hyper v1.8.1
20422026-05-20T23:26:58.562Z Checking miniz_oxide v0.8.9
20432026-05-20T23:26:58.562Z Checking openapiv3 v2.2.0
20442026-05-20T23:26:58.562Z Checking futures-executor v0.3.32
20452026-05-20T23:26:58.562Z Checking mime v0.3.17
20462026-05-20T23:26:58.562Z Checking futures v0.3.32
20472026-05-20T23:26:58.562Z Checking rustls v0.23.37
20482026-05-20T23:26:58.562Z Checking either v1.15.0
20492026-05-20T23:26:58.562Z Checking winnow v0.7.14
20502026-05-20T23:26:58.562Z Checking crc32fast v1.5.0
20512026-05-20T23:26:58.562Z Checking static_assertions v1.1.0
20522026-05-20T23:26:58.562Z Checking oxnet v0.1.4
20532026-05-20T23:26:58.562Z Checking lazy_static v1.5.0
20542026-05-20T23:26:58.562Z Checking signature v2.2.0
20552026-05-20T23:26:58.562Z Checking hubpack v0.1.2
20562026-05-20T23:26:58.562Z Checking encoding_rs v0.8.35
20572026-05-20T23:26:58.598Z Checking strum v0.26.3
20582026-05-20T23:26:58.598Z Checking hyper-util v0.1.20
20592026-05-20T23:26:58.598Z Checking tower-http v0.6.8
20602026-05-20T23:26:58.598Z Checking zlib-rs v0.6.2
20612026-05-20T23:26:58.598Z Checking foreign-types-shared v0.1.1
20622026-05-20T23:26:58.598Z Checking tinyvec_macros v0.1.1
20632026-05-20T23:26:58.598Z Checking tinyvec v1.10.0
20642026-05-20T23:26:58.598Z Checking foreign-types v0.3.2
20652026-05-20T23:26:58.598Z Checking sha1 v0.10.6
20662026-05-20T23:26:58.598Z Checking scroll v0.13.0
20672026-05-20T23:26:58.598Z Checking openssl-sys v0.9.115
20682026-05-20T23:26:58.598Z Checking data-encoding v2.10.0
20692026-05-20T23:26:58.598Z Checking toml_datetime v0.6.11
20702026-05-20T23:26:58.598Z Checking goblin v0.10.5
20712026-05-20T23:26:58.598Z Checking serde_spanned v0.6.9
20722026-05-20T23:26:58.598Z Checking num-integer v0.1.46
20732026-05-20T23:26:58.598Z Checking memmap2 v0.9.10
20742026-05-20T23:26:58.598Z Checking flate2 v1.1.9
20752026-05-20T23:26:58.598Z Checking dtrace-parser v0.3.0
20762026-05-20T23:26:58.598Z Checking openssl v0.10.79
20772026-05-20T23:26:58.598Z Checking thread-id v5.1.0
20782026-05-20T23:26:58.598Z Checking base16ct v0.2.0
20792026-05-20T23:26:58.599Z Checking bit-vec v0.8.0
20802026-05-20T23:26:58.599Z Checking psl-types v2.0.11
20812026-05-20T23:26:58.599Z Checking cookie v0.18.1
20822026-05-20T23:26:58.599Z Checking ff v0.13.1
20832026-05-20T23:26:58.599Z Checking sec1 v0.7.3
20842026-05-20T23:26:58.599Z Checking publicsuffix v2.3.0
20852026-05-20T23:26:58.599Z Checking bit-set v0.8.0
20862026-05-20T23:26:58.599Z Checking wait-timeout v0.2.1
20872026-05-20T23:26:58.599Z Checking group v0.13.0
20882026-05-20T23:26:58.599Z Checking cookie_store v0.22.1
20892026-05-20T23:26:58.599Z Checking num-iter v0.1.45
20902026-05-20T23:26:58.599Z Checking bstr v1.12.1
20912026-05-20T23:26:58.599Z Checking hkdf v0.12.4
20922026-05-20T23:26:58.599Z Checking crossbeam-epoch v0.9.18
20932026-05-20T23:26:58.599Z Checking tokio-rustls v0.26.4
20942026-05-20T23:26:58.599Z Checking rustls-platform-verifier v0.6.2
20952026-05-20T23:26:58.599Z Checking ahash v0.8.12
20962026-05-20T23:26:58.599Z Checking crypto-bigint v0.5.5
20972026-05-20T23:26:58.599Z Checking quick-error v1.2.3
20982026-05-20T23:26:58.599Z Checking rand_xorshift v0.4.0
20992026-05-20T23:26:58.599Z Checking hyper-rustls v0.27.7
21002026-05-20T23:26:58.599Z Checking scroll v0.12.0
21012026-05-20T23:26:58.599Z Checking unarray v0.1.4
21022026-05-20T23:26:58.599Z Checking rusty-fork v0.3.1
21032026-05-20T23:26:58.599Z Checking num-bigint-dig v0.8.6
21042026-05-20T23:26:58.599Z Checking pkcs1 v0.7.5
21052026-05-20T23:26:58.599Z Checking reqwest v0.13.2
21062026-05-20T23:26:58.599Z Checking goblin v0.8.2
21072026-05-20T23:26:58.599Z Checking proptest v1.10.0
21082026-05-20T23:26:58.599Z Checking x509-cert v0.2.5
21092026-05-20T23:26:58.599Z Checking elliptic-curve v0.13.8
21102026-05-20T23:26:58.599Z Checking zerocopy v0.7.35
21112026-05-20T23:26:58.600Z Checking dof v0.4.0
21122026-05-20T23:26:58.600Z Checking native-tls v0.2.18
21132026-05-20T23:26:58.600Z Checking unicode-segmentation v1.12.0
21142026-05-20T23:26:58.600Z Checking rsa v0.9.10
21152026-05-20T23:26:58.626Z Checking dtrace-parser v0.2.0
21162026-05-20T23:26:58.679Z Checking tokio-native-tls v0.3.1
21172026-05-20T23:26:58.856Z Checking rfc6979 v0.4.0
21182026-05-20T23:26:58.860Z Checking thread-id v4.2.2
21192026-05-20T23:26:58.927Z Checking hyper-tls v0.6.0
21202026-05-20T23:26:58.932Z Checking toml_write v0.1.2
21212026-05-20T23:26:58.998Z Checking toml_parser v1.0.9+spec-1.1.0
21222026-05-20T23:26:59.035Z Checking ecdsa v0.16.9
21232026-05-20T23:26:59.071Z Checking curve25519-dalek v4.1.3
21242026-05-20T23:26:59.106Z Checking usdt-impl v0.6.0
21252026-05-20T23:26:59.141Z Checking toml_edit v0.22.27
21262026-05-20T23:26:59.177Z Checking reqwest v0.12.28
21272026-05-20T23:26:59.343Z Checking memoffset v0.9.1
21282026-05-20T23:26:59.391Z Checking rustix v0.38.44
21292026-05-20T23:26:59.428Z Checking usdt v0.6.0
21302026-05-20T23:26:59.462Z Checking env_filter v1.0.0
21312026-05-20T23:26:59.649Z Checking newtype-uuid v1.3.2
21322026-05-20T23:26:59.656Z Checking same-file v1.0.6
21332026-05-20T23:26:59.656Z Checking dof v0.3.0
21342026-05-20T23:26:59.693Z Checking keccak v0.1.6
21352026-05-20T23:26:59.767Z Checking walkdir v2.5.0
21362026-05-20T23:26:59.804Z Checking daft v0.1.7
21372026-05-20T23:26:59.849Z Checking env_logger v0.11.9
21382026-05-20T23:26:59.884Z Checking sha3 v0.10.8
21392026-05-20T23:26:59.953Z Checking ed25519 v2.2.3
21402026-05-20T23:26:59.990Z Checking usdt-impl v0.5.0
21412026-05-20T23:27:00.037Z Checking itertools v0.13.0
21422026-05-20T23:27:00.074Z Checking serde_with v3.17.0
21432026-05-20T23:27:00.078Z Checking siphasher v1.0.2
21442026-05-20T23:27:00.141Z Checking bitflags v1.3.2
21452026-05-20T23:27:00.175Z Checking ed25519-dalek v2.2.0
21462026-05-20T23:27:00.211Z Checking unicode-normalization v0.1.25
21472026-05-20T23:27:00.248Z Checking signal-hook v0.3.18
21482026-05-20T23:27:00.253Z Checking managed v0.8.0
21492026-05-20T23:27:00.316Z Checking winnow v0.5.40
21502026-05-20T23:27:00.320Z Checking nix v0.31.2
21512026-05-20T23:27:00.423Z Checking bzip2-sys v0.1.13+1.0.8
21522026-05-20T23:27:00.462Z Checking object v0.37.3
21532026-05-20T23:27:00.498Z Checking foldhash v0.1.5
21542026-05-20T23:27:00.537Z Checking bzip2 v0.4.4
21552026-05-20T23:27:00.631Z Checking signal-hook-mio v0.2.5
21562026-05-20T23:27:00.763Z Checking hashbrown v0.15.5
21572026-05-20T23:27:00.777Z Checking globset v0.4.18
21582026-05-20T23:27:00.778Z Checking ref-cast v1.0.25
21592026-05-20T23:27:00.889Z Checking zstd-sys v2.0.16+zstd.1.5.7
21602026-05-20T23:27:01.000Z Checking zip v0.6.6
21612026-05-20T23:27:01.037Z Checking zstd-safe v7.2.4
21622026-05-20T23:27:01.086Z Checking pin-project v1.1.11
21632026-05-20T23:27:01.145Z Checking bumpalo v3.20.2
21642026-05-20T23:27:01.207Z Checking libbz2-rs-sys v0.2.2
21652026-05-20T23:27:01.244Z Checking cpufeatures v0.3.0
21662026-05-20T23:27:01.344Z Checking chacha20 v0.10.0
21672026-05-20T23:27:01.348Z Checking zstd v0.13.3
21682026-05-20T23:27:01.412Z Checking zopfli v0.8.3
21692026-05-20T23:27:01.420Z Checking crossterm v0.28.1
21702026-05-20T23:27:01.484Z Checking similar v2.7.0
21712026-05-20T23:27:01.536Z Checking toml_edit v0.19.15
21722026-05-20T23:27:01.579Z Checking tokio-stream v0.1.18
21732026-05-20T23:27:01.614Z Checking fs-err v3.3.0
21742026-05-20T23:27:01.617Z Checking bzip2 v0.6.1
21752026-05-20T23:27:01.892Z Checking pem v3.0.6
21762026-05-20T23:27:01.901Z Checking hash32 v0.2.1
21772026-05-20T23:27:01.905Z Checking serde-big-array v0.5.1
21782026-05-20T23:27:01.942Z Checking unicode-properties v0.1.4
21792026-05-20T23:27:01.977Z Checking unicode-bidi v0.3.18
21802026-05-20T23:27:02.013Z Checking jiff v0.2.21
21812026-05-20T23:27:02.050Z Checking predicates-core v1.0.10
21822026-05-20T23:27:02.087Z Checking heapless v0.7.17
21832026-05-20T23:27:02.209Z Checking rand v0.10.0
21842026-05-20T23:27:02.215Z Checking snafu v0.8.9
21852026-05-20T23:27:02.231Z Checking olpc-cjson v0.1.4
21862026-05-20T23:27:02.293Z Checking stringprep v0.1.5
21872026-05-20T23:27:02.389Z Checking hickory-proto v0.25.2
21882026-05-20T23:27:02.456Z Checking md-5 v0.10.6
21892026-05-20T23:27:02.492Z Checking serde_plain v1.0.2
21902026-05-20T23:27:02.529Z Checking float-cmp v0.10.0
21912026-05-20T23:27:02.561Z Checking toml v0.7.8
21922026-05-20T23:27:02.619Z Checking toml_datetime v0.7.5+spec-1.1.0
21932026-05-20T23:27:02.658Z Checking typed-path v0.9.3
21942026-05-20T23:27:02.661Z Checking difflib v0.4.0
21952026-05-20T23:27:02.726Z Checking normalize-line-endings v0.3.0
21962026-05-20T23:27:02.782Z Checking fallible-iterator v0.2.0
21972026-05-20T23:27:02.842Z Checking smoltcp v0.9.1
21982026-05-20T23:27:02.845Z Checking iddqd v0.4.1
21992026-05-20T23:27:03.005Z Checking predicates v3.1.4
22002026-05-20T23:27:03.014Z Checking phf_shared v0.13.1
22012026-05-20T23:27:03.075Z Checking postgres-protocol v0.6.10
22022026-05-20T23:27:03.169Z Checking phf_shared v0.11.3
22032026-05-20T23:27:03.239Z Checking buf-list v1.1.2
22042026-05-20T23:27:03.343Z Checking strum v0.27.2
22052026-05-20T23:27:03.412Z Checking precomputed-hash v0.1.1
22062026-05-20T23:27:03.449Z Checking tough v0.22.0
22072026-05-20T23:27:03.485Z Checking lalrpop-util v0.19.12
22082026-05-20T23:27:03.489Z Checking new_debug_unreachable v1.0.6
22092026-05-20T23:27:03.489Z Checking fixedbitset v0.4.2
22102026-05-20T23:27:03.586Z Checking fixedbitset v0.5.7
22112026-05-20T23:27:03.622Z Checking string_cache v0.8.9
22122026-05-20T23:27:03.672Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22132026-05-20T23:27:03.729Z Checking petgraph v0.6.5
22142026-05-20T23:27:03.773Z Checking postgres-types v0.2.12
22152026-05-20T23:27:03.809Z Checking petgraph v0.8.3
22162026-05-20T23:27:03.845Z Checking phf v0.13.1
22172026-05-20T23:27:04.125Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
22182026-05-20T23:27:04.132Z Checking whoami v2.1.0
22192026-05-20T23:27:04.242Z Checking zip v4.6.1
22202026-05-20T23:27:04.312Z Checking peg-runtime v0.8.5
22212026-05-20T23:27:04.349Z Checking tokio-postgres v0.7.16
22222026-05-20T23:27:04.606Z Checking is-terminal v0.4.17
22232026-05-20T23:27:04.731Z Checking crossbeam-channel v0.5.15
22242026-05-20T23:27:04.834Z Compiling structmeta-derive v0.3.0
22252026-05-20T23:27:05.014Z Checking thread_local v1.1.9
22262026-05-20T23:27:05.091Z Checking take_mut v0.2.2
22272026-05-20T23:27:05.238Z Checking term v1.2.1
22282026-05-20T23:27:05.244Z Compiling newtype-uuid-macros v0.1.0
22292026-05-20T23:27:05.244Z Checking slog-async v2.8.0
22302026-05-20T23:27:05.375Z Compiling rustls v0.22.4
22312026-05-20T23:27:05.426Z Compiling multer v3.1.0
22322026-05-20T23:27:05.463Z Checking slog-term v2.9.2
22332026-05-20T23:27:05.466Z Compiling async-stream-impl v0.3.6
22342026-05-20T23:27:05.615Z Compiling dropshot v0.17.0
22352026-05-20T23:27:05.685Z Compiling dropshot_endpoint v0.17.0
22362026-05-20T23:27:05.729Z Checking match_cfg v0.1.0
22372026-05-20T23:27:05.764Z Checking slog-json v2.6.1
22382026-05-20T23:27:05.826Z Checking hostname v0.3.1
22392026-05-20T23:27:05.920Z Compiling structmeta v0.3.0
22402026-05-20T23:27:05.956Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22412026-05-20T23:27:05.959Z Checking slog-bunyan v2.5.0
22422026-05-20T23:27:05.959Z Checking debug-ignore v1.0.5
22432026-05-20T23:27:06.054Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22442026-05-20T23:27:06.123Z Checking serde_spanned v1.0.4
22452026-05-20T23:27:06.126Z Checking toml_writer v1.0.6+spec-1.1.0
22462026-05-20T23:27:06.191Z Compiling derive-ex v0.1.8
22472026-05-20T23:27:06.194Z Checking rustls-webpki v0.102.8
22482026-05-20T23:27:06.352Z Checking serde_path_to_error v0.1.20
22492026-05-20T23:27:06.356Z Checking async-stream v0.3.6
22502026-05-20T23:27:06.380Z Checking waitgroup v0.1.2
22512026-05-20T23:27:06.464Z Checking rustls-pemfile v2.2.0
22522026-05-20T23:27:06.501Z Checking toml_datetime v1.0.0+spec-1.1.0
22532026-05-20T23:27:06.538Z Checking hostname v0.4.2
22542026-05-20T23:27:06.570Z Checking compression-core v0.4.31
22552026-05-20T23:27:06.606Z Checking progenitor-client v0.14.0
22562026-05-20T23:27:06.678Z Checking regress v0.10.5
22572026-05-20T23:27:06.682Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-05-20T23:27:06.747Z Checking compression-codecs v0.4.37
22592026-05-20T23:27:06.750Z Checking toml v1.0.6+spec-1.1.0
22602026-05-20T23:27:06.815Z Compiling parse-display-derive v0.10.0
22612026-05-20T23:27:06.867Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22622026-05-20T23:27:06.945Z Checking async-compression v0.4.41
22632026-05-20T23:27:07.038Z Checking itertools v0.14.0
22642026-05-20T23:27:07.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-05-20T23:27:07.470Z Checking macaddr v1.0.1
22662026-05-20T23:27:07.479Z Checking instant v0.1.13
22672026-05-20T23:27:07.561Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22682026-05-20T23:27:07.623Z Checking progenitor-client v0.10.0
22692026-05-20T23:27:07.661Z Checking backoff v0.4.0
22702026-05-20T23:27:07.819Z Checking backon v1.6.0
22712026-05-20T23:27:07.864Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22722026-05-20T23:27:07.900Z Checking humantime v2.3.0
22732026-05-20T23:27:07.935Z Compiling test-strategy v0.4.5
22742026-05-20T23:27:08.011Z Checking progenitor-extras v0.2.0
22752026-05-20T23:27:08.103Z Checking heck v0.5.0
22762026-05-20T23:27:08.138Z Checking unicode-width v0.2.0
22772026-05-20T23:27:08.173Z Compiling convert_case v0.4.0
22782026-05-20T23:27:08.177Z Checking tokio-rustls v0.25.0
22792026-05-20T23:27:08.250Z Checking half v2.7.1
22802026-05-20T23:27:08.284Z Checking ciborium-io v0.2.2
22812026-05-20T23:27:08.355Z Checking secrecy v0.10.3
22822026-05-20T23:27:08.402Z Compiling regress v0.11.1
22832026-05-20T23:27:08.438Z Compiling unsafe-libyaml v0.2.11
22842026-05-20T23:27:08.586Z Checking indent_write v2.2.0
22852026-05-20T23:27:08.593Z Checking parse-display v0.10.0
22862026-05-20T23:27:08.593Z Checking ciborium-ll v0.2.2
22872026-05-20T23:27:08.601Z Compiling derive_more v0.99.20
22882026-05-20T23:27:08.654Z Checking universal-hash v0.5.1
22892026-05-20T23:27:08.708Z Checking opaque-debug v0.3.1
22902026-05-20T23:27:08.763Z Checking ciborium v0.2.2
22912026-05-20T23:27:08.805Z Checking camino-tempfile v1.4.1
22922026-05-20T23:27:09.025Z Compiling serde_yaml v0.9.34+deprecated
22932026-05-20T23:27:09.193Z Compiling crucible-workspace-hack v0.1.0
22942026-05-20T23:27:09.228Z Checking aead v0.5.2
22952026-05-20T23:27:09.395Z Checking poly1305 v0.8.0
22962026-05-20T23:27:09.463Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-05-20T23:27:09.498Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982026-05-20T23:27:09.808Z Checking chacha20 v0.9.1
22992026-05-20T23:27:09.844Z Compiling thiserror-impl-no-std v2.0.2
23002026-05-20T23:27:09.879Z Checking password-hash v0.5.0
23012026-05-20T23:27:10.030Z Compiling typify-impl v0.6.2
23022026-05-20T23:27:10.126Z Checking blake2 v0.10.6
23032026-05-20T23:27:10.367Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-05-20T23:27:10.404Z Checking argon2 v0.5.3
23052026-05-20T23:27:10.487Z Checking chacha20poly1305 v0.10.1
23062026-05-20T23:27:10.646Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23072026-05-20T23:27:10.830Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23082026-05-20T23:27:10.966Z Checking byte-wrapper v0.1.0
23092026-05-20T23:27:11.058Z Checking thiserror-no-std v2.0.2
23102026-05-20T23:27:11.101Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23112026-05-20T23:27:11.162Z Checking swrite v0.1.0
23122026-05-20T23:27:11.198Z Checking vsss-rs v3.3.4
23132026-05-20T23:27:11.232Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23142026-05-20T23:27:11.282Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23152026-05-20T23:27:11.365Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23162026-05-20T23:27:11.523Z Checking toml v0.8.23
23172026-05-20T23:27:11.622Z Checking crossbeam-deque v0.8.6
23182026-05-20T23:27:11.943Z Compiling rayon-core v1.13.0
23192026-05-20T23:27:11.948Z Compiling proc-macro-error v1.0.4
23202026-05-20T23:27:12.007Z Checking tabwriter v1.4.1
23212026-05-20T23:27:12.185Z Compiling toml_edit v0.23.10+spec-1.0.0
23222026-05-20T23:27:12.246Z Checking unicode-width v0.1.14
23232026-05-20T23:27:12.357Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-05-20T23:27:12.489Z Checking rayon v1.11.0
23252026-05-20T23:27:12.527Z Checking glob v0.3.3
23262026-05-20T23:27:12.745Z Compiling usdt-attr-macro v0.5.0
23272026-05-20T23:27:12.778Z Compiling proc-macro-crate v3.4.0
23282026-05-20T23:27:12.854Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-20T23:27:13.071Z Compiling usdt-macro v0.5.0
23302026-05-20T23:27:13.279Z Checking memmap v0.7.0
23312026-05-20T23:27:13.347Z Checking colored v3.1.1
23322026-05-20T23:27:13.442Z Compiling heapless v0.8.0
23332026-05-20T23:27:13.535Z Compiling ingot-macros v0.1.1
23342026-05-20T23:27:13.571Z Checking hash32 v0.3.1
23352026-05-20T23:27:13.603Z Compiling smoltcp v0.11.0
23362026-05-20T23:27:13.718Z Checking usdt v0.5.0
23372026-05-20T23:27:13.753Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-05-20T23:27:13.910Z Checking cobs v0.3.0
23392026-05-20T23:27:13.954Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23402026-05-20T23:27:14.085Z Checking postcard v1.1.3
23412026-05-20T23:27:14.201Z Compiling num_enum_derive v0.7.5
23422026-05-20T23:27:14.205Z Compiling proc-macro-crate v1.3.1
23432026-05-20T23:27:14.230Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23442026-05-20T23:27:14.432Z Checking sigpipe v0.1.3
23452026-05-20T23:27:14.474Z Compiling foreign-types-macros v0.2.3
23462026-05-20T23:27:14.544Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-20T23:27:14.588Z Checking foreign-types-shared v0.3.1
23482026-05-20T23:27:14.622Z Compiling typify-macro v0.6.2
23492026-05-20T23:27:14.659Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23502026-05-20T23:27:14.703Z Compiling num_enum_derive v0.5.11
23512026-05-20T23:27:15.093Z Checking foreign-types v0.5.0
23522026-05-20T23:27:15.129Z Checking cstr-argument v0.1.2
23532026-05-20T23:27:15.186Z Checking num_enum v0.7.5
23542026-05-20T23:27:15.312Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23552026-05-20T23:27:15.315Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23562026-05-20T23:27:15.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23572026-05-20T23:27:15.585Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23582026-05-20T23:27:15.620Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-05-20T23:27:15.672Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23602026-05-20T23:27:15.749Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23612026-05-20T23:27:15.783Z Checking num_enum v0.5.11
23622026-05-20T23:27:15.786Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-05-20T23:27:15.847Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-05-20T23:27:15.919Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23652026-05-20T23:27:15.953Z Compiling zone_cfg_derive v0.3.1
23662026-05-20T23:27:15.988Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-20T23:27:16.115Z Checking itertools v0.12.1
23682026-05-20T23:27:16.188Z Compiling num-derive v0.4.2
23692026-05-20T23:27:16.252Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23702026-05-20T23:27:16.423Z Checking ingot-types v0.1.2
23712026-05-20T23:27:16.428Z Compiling typify v0.6.2
23722026-05-20T23:27:16.512Z Compiling progenitor-impl v0.14.0
23732026-05-20T23:27:16.770Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23742026-05-20T23:27:16.805Z Checking ingot v0.1.1
23752026-05-20T23:27:16.848Z Checking smf v0.2.3
23762026-05-20T23:27:16.955Z Checking whoami v1.6.1
23772026-05-20T23:27:17.105Z Checking tokio-dtrace v0.1.1
23782026-05-20T23:27:17.160Z Compiling derive-where v1.6.0
23792026-05-20T23:27:17.225Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23802026-05-20T23:27:17.278Z Checking zone v0.3.1
23812026-05-20T23:27:17.319Z Checking oxide-tokio-rt v0.1.4
23822026-05-20T23:27:17.537Z Checking console v0.15.11
23832026-05-20T23:27:17.541Z Checking atomicwrites v0.4.4
23842026-05-20T23:27:17.566Z Checking newline-converter v0.3.0
23852026-05-20T23:27:17.665Z Checking num-rational v0.4.2
23862026-05-20T23:27:17.700Z Checking num-complex v0.4.6
23872026-05-20T23:27:17.732Z Checking bytecount v0.6.9
23882026-05-20T23:27:17.782Z Checking expectorate v1.2.0
23892026-05-20T23:27:17.865Z Checking float-ord v0.3.2
23902026-05-20T23:27:17.939Z Compiling progenitor-impl v0.13.0
23912026-05-20T23:27:18.062Z Checking num v0.4.3
23922026-05-20T23:27:18.165Z Checking progenitor-client v0.13.0
23932026-05-20T23:27:18.440Z Compiling prettyplease v0.2.37
23942026-05-20T23:27:18.484Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23952026-05-20T23:27:18.519Z Compiling owo-colors v4.3.0
23962026-05-20T23:27:18.715Z Compiling cancel-safe-futures v0.1.5
23972026-05-20T23:27:18.922Z Checking libsw-core v0.3.2
23982026-05-20T23:27:19.100Z Checking libsw v3.5.0
23992026-05-20T23:27:19.172Z Compiling progenitor-macro v0.14.0
24002026-05-20T23:27:19.280Z Checking linear-map v1.2.0
24012026-05-20T23:27:19.317Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24022026-05-20T23:27:19.479Z Checking gethostname v0.5.0
24032026-05-20T23:27:19.536Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24042026-05-20T23:27:19.598Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24052026-05-20T23:27:19.763Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24062026-05-20T23:27:20.572Z Compiling progenitor-macro v0.13.0
24072026-05-20T23:27:20.703Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24082026-05-20T23:27:21.097Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24092026-05-20T23:27:21.626Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24102026-05-20T23:27:23.270Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24112026-05-20T23:27:24.106Z Checking progenitor v0.14.0
24122026-05-20T23:27:24.403Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24132026-05-20T23:27:24.931Z Checking resolv-conf v0.7.6
24142026-05-20T23:27:25.123Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24152026-05-20T23:27:25.193Z Checking unicode-linebreak v0.1.5
24162026-05-20T23:27:25.376Z Checking smawk v0.3.2
24172026-05-20T23:27:25.432Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24182026-05-20T23:27:25.471Z Checking papergrid v0.11.0
24192026-05-20T23:27:25.510Z Checking progenitor v0.13.0
24202026-05-20T23:27:25.677Z Compiling tabled_derive v0.7.0
24212026-05-20T23:27:25.712Z Compiling convert_case v0.10.0
24222026-05-20T23:27:25.715Z Compiling slog-dtrace v0.3.0
24232026-05-20T23:27:26.043Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24242026-05-20T23:27:26.078Z Compiling derive_more-impl v2.1.1
24252026-05-20T23:27:26.571Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24262026-05-20T23:27:26.669Z Checking tabled v0.15.0
24272026-05-20T23:27:26.821Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24282026-05-20T23:27:26.858Z Checking linked-hash-map v0.5.6
24292026-05-20T23:27:26.933Z Checking derive_more v2.1.1
24302026-05-20T23:27:26.968Z Checking hickory-proto v0.24.4
24312026-05-20T23:27:26.971Z Checking fd-lock v4.0.4
24322026-05-20T23:27:27.039Z Checking crossterm v0.29.0
24332026-05-20T23:27:27.074Z Checking lru-cache v0.1.2
24342026-05-20T23:27:27.153Z Checking vte v0.14.1
24352026-05-20T23:27:27.220Z Checking display-error-chain v0.2.2
24362026-05-20T23:27:27.338Z Checking strip-ansi-escapes v0.2.1
24372026-05-20T23:27:27.372Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24382026-05-20T23:27:27.476Z Checking nu-ansi-term v0.50.3
24392026-05-20T23:27:27.593Z Checking termtree v0.5.1
24402026-05-20T23:27:27.599Z Checking textwrap v0.16.2
24412026-05-20T23:27:27.631Z Compiling minimal-lexical v0.2.1
24422026-05-20T23:27:27.682Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24432026-05-20T23:27:27.718Z Checking reedline v0.40.0
24442026-05-20T23:27:27.793Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24452026-05-20T23:27:27.853Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24462026-05-20T23:27:27.925Z Compiling nom v7.1.3
24472026-05-20T23:27:28.170Z Compiling ar_archive_writer v0.5.1
24482026-05-20T23:27:28.364Z Checking csv-core v0.1.13
24492026-05-20T23:27:28.476Z Compiling stacker v0.1.23
24502026-05-20T23:27:28.572Z Checking csv v1.4.0
24512026-05-20T23:27:28.761Z Compiling semver v0.1.20
24522026-05-20T23:27:28.800Z Checking hickory-resolver v0.24.4
24532026-05-20T23:27:28.834Z Compiling cfg_aliases v0.1.1
24542026-05-20T23:27:28.905Z Checking highway v1.3.0
24552026-05-20T23:27:28.941Z Compiling nix v0.28.0
24562026-05-20T23:27:29.021Z Compiling rustc_version v0.1.7
24572026-05-20T23:27:29.062Z Compiling psm v0.1.30
24582026-05-20T23:27:29.095Z Checking nibble_vec v0.1.0
24592026-05-20T23:27:29.160Z Checking home v0.5.12
24602026-05-20T23:27:29.248Z Checking endian-type v0.1.2
24612026-05-20T23:27:29.283Z Compiling newtype_derive v0.1.6
24622026-05-20T23:27:29.286Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24632026-05-20T23:27:29.348Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24642026-05-20T23:27:29.414Z Checking radix_trie v0.2.1
24652026-05-20T23:27:29.447Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24662026-05-20T23:27:29.495Z Checking phf_shared v0.12.1
24672026-05-20T23:27:29.540Z Checking qorb v0.4.1
24682026-05-20T23:27:29.647Z Compiling recursive-proc-macro-impl v0.1.1
24692026-05-20T23:27:29.684Z Compiling chrono-tz v0.10.4
24702026-05-20T23:27:29.880Z Checking phf v0.12.1
24712026-05-20T23:27:30.031Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-05-20T23:27:30.065Z Compiling const_format_proc_macros v0.2.34
24732026-05-20T23:27:30.068Z Compiling peg-macros v0.8.5
24742026-05-20T23:27:30.132Z Checking recursive v0.1.1
24752026-05-20T23:27:30.170Z Checking winnow v0.6.26
24762026-05-20T23:27:30.253Z Compiling sqlparser_derive v0.5.0
24772026-05-20T23:27:30.550Z Checking unicode_categories v0.1.1
24782026-05-20T23:27:30.949Z Checking const_format v0.2.35
24792026-05-20T23:27:30.973Z Checking rustyline v14.0.0
24802026-05-20T23:27:31.039Z Checking sqlparser v0.61.0
24812026-05-20T23:27:31.326Z Checking sqlformat v0.3.5
24822026-05-20T23:27:31.472Z Checking peg v0.8.5
24832026-05-20T23:27:31.575Z Checking bcs v0.1.6
24842026-05-20T23:27:31.692Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24852026-05-20T23:27:31.805Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24862026-05-20T23:27:31.871Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24872026-05-20T23:27:32.056Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24882026-05-20T23:27:32.062Z Checking steno v0.4.1
24892026-05-20T23:27:32.150Z Checking filetime v0.2.27
24902026-05-20T23:27:32.318Z Checking xattr v1.6.1
24912026-05-20T23:27:32.487Z Checking tar v0.4.45
24922026-05-20T23:27:32.690Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24932026-05-20T23:27:32.865Z Checking subprocess v0.2.15
24942026-05-20T23:27:32.902Z Checking base64 v0.21.7
24952026-05-20T23:27:32.935Z Checking headers-core v0.3.0
24962026-05-20T23:27:33.192Z Checking headers v0.4.1
24972026-05-20T23:27:33.197Z Checking yasna v0.5.2
24982026-05-20T23:27:33.204Z Checking dropshot-api-manager-types v0.7.2
24992026-05-20T23:27:33.398Z Checking tagptr v0.2.0
25002026-05-20T23:27:33.566Z Checking moka v0.12.13
25012026-05-20T23:27:33.601Z Checking rcgen v0.12.1
25022026-05-20T23:27:33.604Z Checking hickory-proto v0.26.1
25032026-05-20T23:27:33.944Z Checking utf-8 v0.7.6
25042026-05-20T23:27:34.073Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25052026-05-20T23:27:34.109Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25062026-05-20T23:27:34.311Z Checking hickory-resolver v0.25.2
25072026-05-20T23:27:34.317Z Compiling libefi-sys v0.1.0
25082026-05-20T23:27:34.514Z Checking tungstenite v0.21.0
25092026-05-20T23:27:34.657Z Compiling bitfield-struct v0.6.2
25102026-05-20T23:27:34.913Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25112026-05-20T23:27:34.982Z Checking tokio-tungstenite v0.21.0
25122026-05-20T23:27:34.985Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25132026-05-20T23:27:35.149Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-05-20T23:27:35.256Z Compiling radium v0.7.0
25152026-05-20T23:27:35.289Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25162026-05-20T23:27:35.455Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25172026-05-20T23:27:35.472Z Checking tap v1.0.1
25182026-05-20T23:27:35.511Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25192026-05-20T23:27:35.577Z Compiling maybe-uninit v2.0.0
25202026-05-20T23:27:35.609Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25212026-05-20T23:27:35.612Z Checking wyz v0.5.1
25222026-05-20T23:27:35.704Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25232026-05-20T23:27:35.784Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25242026-05-20T23:27:35.845Z Compiling zerocopy-derive v0.6.6
25252026-05-20T23:27:35.877Z Compiling packed_struct v0.10.1
25262026-05-20T23:27:35.877Z Checking crc-catalog v2.4.0
25272026-05-20T23:27:35.982Z Checking funty v2.0.0
25282026-05-20T23:27:36.060Z Checking crc v3.4.0
25292026-05-20T23:27:36.267Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-05-20T23:27:36.325Z Checking bitvec v1.0.1
25312026-05-20T23:27:36.358Z Compiling packed_struct_codegen v0.10.1
25322026-05-20T23:27:36.703Z Checking zerocopy v0.6.6
25332026-05-20T23:27:37.050Z Compiling bitfield-macros v0.19.4
25342026-05-20T23:27:37.276Z Compiling indexmap v1.9.3
25352026-05-20T23:27:37.397Z Checking nodrop v0.1.14
25362026-05-20T23:27:37.495Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25372026-05-20T23:27:37.531Z Checking array-init v0.0.4
25382026-05-20T23:27:37.689Z Checking smallvec v0.6.14
25392026-05-20T23:27:37.801Z Checking bitfield v0.19.4
25402026-05-20T23:27:37.834Z Checking hashbrown v0.12.3
25412026-05-20T23:27:37.867Z Checking serde-hex v0.1.0
25422026-05-20T23:27:38.013Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-05-20T23:27:38.088Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25442026-05-20T23:27:38.329Z Checking ron v0.8.1
25452026-05-20T23:27:38.333Z Checking hashbrown v0.13.2
25462026-05-20T23:27:38.608Z Checking crc-any v2.5.0
25472026-05-20T23:27:38.807Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25482026-05-20T23:27:38.816Z Checking object v0.30.4
25492026-05-20T23:27:38.829Z Checking path-slash v0.1.5
25502026-05-20T23:27:38.864Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25512026-05-20T23:27:38.958Z Compiling xshell-macros v0.2.7
25522026-05-20T23:27:39.052Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25532026-05-20T23:27:39.362Z Checking xshell v0.2.7
25542026-05-20T23:27:39.396Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25552026-05-20T23:27:39.722Z Checking half v1.8.3
25562026-05-20T23:27:39.799Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25572026-05-20T23:27:39.929Z Compiling num-derive v0.3.3
25582026-05-20T23:27:39.955Z Checking serde_cbor v0.11.2
25592026-05-20T23:27:40.378Z Compiling proc-macro-error-attr2 v2.0.0
25602026-05-20T23:27:40.590Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25612026-05-20T23:27:40.808Z Compiling proc-macro-error2 v2.0.1
25622026-05-20T23:27:40.840Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25632026-05-20T23:27:40.873Z Checking libscf-sys v1.1.0
25642026-05-20T23:27:41.034Z Checking papergrid v0.17.0
25652026-05-20T23:27:41.055Z Checking testing_table v0.3.0
25662026-05-20T23:27:41.085Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25672026-05-20T23:27:41.144Z Compiling tabled_derive v0.11.0
25682026-05-20T23:27:41.177Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25692026-05-20T23:27:41.316Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25702026-05-20T23:27:41.706Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25712026-05-20T23:27:41.792Z Checking maplit v1.0.2
25722026-05-20T23:27:41.857Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25732026-05-20T23:27:42.017Z Compiling git-stub v1.0.0
25742026-05-20T23:27:42.155Z Checking crc8 v0.1.1
25752026-05-20T23:27:42.162Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25762026-05-20T23:27:42.256Z Compiling git-stub-vcs v0.1.0
25772026-05-20T23:27:42.304Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-05-20T23:27:42.396Z Checking tabled v0.20.0
25792026-05-20T23:27:42.639Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25802026-05-20T23:27:42.859Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25812026-05-20T23:27:42.930Z Checking fxhash v0.2.1
25822026-05-20T23:27:43.059Z Checking unicase v2.9.0
25832026-05-20T23:27:43.093Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25842026-05-20T23:27:43.276Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25852026-05-20T23:27:43.280Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25862026-05-20T23:27:43.405Z Compiling diesel_derives v2.3.7
25872026-05-20T23:27:43.523Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25882026-05-20T23:27:43.650Z Compiling typify-impl v0.4.3
25892026-05-20T23:27:43.715Z Checking scheduled-thread-pool v0.2.7
25902026-05-20T23:27:43.788Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25912026-05-20T23:27:43.822Z Compiling dsl_auto_type v0.2.0
25922026-05-20T23:27:43.885Z Compiling vergen-gitcl v1.0.8
25932026-05-20T23:27:44.004Z Compiling diesel_table_macro_syntax v0.3.0
25942026-05-20T23:27:44.144Z Checking r2d2 v0.8.10
25952026-05-20T23:27:44.247Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25962026-05-20T23:27:44.392Z Checking kstat-rs v0.2.4
25972026-05-20T23:27:44.572Z Checking downcast-rs v2.0.2
25982026-05-20T23:27:44.639Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25992026-05-20T23:27:44.696Z Checking arc-swap v1.8.2
26002026-05-20T23:27:44.731Z Compiling parking_lot_core v0.8.6
26012026-05-20T23:27:44.912Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26022026-05-20T23:27:44.946Z Checking slog-scope v4.4.1
26032026-05-20T23:27:45.055Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26042026-05-20T23:27:45.112Z Checking slog-stdlog v4.1.1
26052026-05-20T23:27:45.262Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26062026-05-20T23:27:45.341Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26072026-05-20T23:27:45.511Z Compiling dirs-sys-next v0.1.2
26082026-05-20T23:27:45.585Z Compiling crunchy v0.2.4
26092026-05-20T23:27:45.594Z Checking parking_lot v0.11.2
26102026-05-20T23:27:45.594Z Checking slog-envlogger v2.2.0
26112026-05-20T23:27:45.724Z Compiling dirs-next v2.0.0
26122026-05-20T23:27:45.788Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26132026-05-20T23:27:45.791Z Compiling clang-sys v1.8.1
26142026-05-20T23:27:45.856Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26152026-05-20T23:27:45.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26162026-05-20T23:27:45.921Z Checking prefix-trie v0.7.0
26172026-05-20T23:27:46.179Z Compiling tiny-keccak v2.0.2
26182026-05-20T23:27:46.280Z Checking hickory-server v0.25.2
26192026-05-20T23:27:46.459Z Compiling term v0.7.0
26202026-05-20T23:27:46.618Z Checking sled v0.34.7
26212026-05-20T23:27:46.622Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26222026-05-20T23:27:46.625Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26232026-05-20T23:27:46.658Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26242026-05-20T23:27:47.130Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26252026-05-20T23:27:47.450Z Checking nanorand v0.7.0
26262026-05-20T23:27:47.583Z Compiling bit-vec v0.6.3
26272026-05-20T23:27:47.741Z Compiling salty v0.3.0
26282026-05-20T23:27:47.836Z Compiling bit-set v0.5.3
26292026-05-20T23:27:47.871Z Checking flume v0.11.1
26302026-05-20T23:27:47.997Z Compiling ascii-canvas v3.0.0
26312026-05-20T23:27:48.031Z Checking primeorder v0.13.6
26322026-05-20T23:27:48.129Z Compiling typify-macro v0.4.3
26332026-05-20T23:27:48.162Z Compiling itertools v0.10.5
26342026-05-20T23:27:48.267Z Compiling ena v0.14.4
26352026-05-20T23:27:48.305Z Compiling libloading v0.8.9
26362026-05-20T23:27:48.495Z Compiling bindgen v0.71.1
26372026-05-20T23:27:48.530Z Compiling diff v0.1.13
26382026-05-20T23:27:48.533Z Compiling regex-syntax v0.6.29
26392026-05-20T23:27:49.127Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26402026-05-20T23:27:49.299Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
26412026-05-20T23:27:49.299Z --> dns-server/src/dns_server.rs:487:12
26422026-05-20T23:27:49.299Z |
26432026-05-20T23:27:49.300Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26442026-05-20T23:27:49.300Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26452026-05-20T23:27:49.300Z |
26462026-05-20T23:27:49.300Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26472026-05-20T23:27:49.300Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26482026-05-20T23:27:49.300Z |
26492026-05-20T23:27:49.300Z 77 | pub struct Record<R: RecordData = RData> {
26502026-05-20T23:27:49.300Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26512026-05-20T23:27:49.300Z |
26522026-05-20T23:27:49.300Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26532026-05-20T23:27:49.300Z |
26542026-05-20T23:27:49.300Z 78 | pub struct Record<R: RecordData = RData> {
26552026-05-20T23:27:49.300Z | ---------------------------------------- this is the found type
26562026-05-20T23:27:49.300Z = help: you can use `cargo tree` to explore your dependency tree
26572026-05-20T23:27:49.300Znote: required by a bound in `hickory_server::authority::MessageResponse`
26582026-05-20T23:27:49.301Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
26592026-05-20T23:27:49.301Z |
26602026-05-20T23:27:49.301Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26612026-05-20T23:27:49.301Z | --------------- required by a bound in this struct
26622026-05-20T23:27:49.301Z 22 | where
26632026-05-20T23:27:49.301Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
26642026-05-20T23:27:49.301Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26652026-05-20T23:27:49.301Z
26662026-05-20T23:27:49.306Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
26672026-05-20T23:27:49.306Z --> dns-server/src/dns_server.rs:487:12
26682026-05-20T23:27:49.306Z |
26692026-05-20T23:27:49.306Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26702026-05-20T23:27:49.306Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26712026-05-20T23:27:49.306Z |
26722026-05-20T23:27:49.306Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26732026-05-20T23:27:49.306Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26742026-05-20T23:27:49.307Z |
26752026-05-20T23:27:49.307Z 77 | pub struct Record<R: RecordData = RData> {
26762026-05-20T23:27:49.307Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26772026-05-20T23:27:49.307Z |
26782026-05-20T23:27:49.307Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26792026-05-20T23:27:49.307Z |
26802026-05-20T23:27:49.307Z 78 | pub struct Record<R: RecordData = RData> {
26812026-05-20T23:27:49.307Z | ---------------------------------------- this is the found type
26822026-05-20T23:27:49.307Z = help: you can use `cargo tree` to explore your dependency tree
26832026-05-20T23:27:49.307Znote: required by a bound in `hickory_server::authority::MessageResponse`
26842026-05-20T23:27:49.307Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
26852026-05-20T23:27:49.307Z |
26862026-05-20T23:27:49.307Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26872026-05-20T23:27:49.307Z | --------------- required by a bound in this struct
26882026-05-20T23:27:49.307Z...
26892026-05-20T23:27:49.307Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
26902026-05-20T23:27:49.307Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26912026-05-20T23:27:49.307Z
26922026-05-20T23:27:49.311Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
26932026-05-20T23:27:49.312Z --> dns-server/src/dns_server.rs:487:12
26942026-05-20T23:27:49.312Z |
26952026-05-20T23:27:49.312Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26962026-05-20T23:27:49.312Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26972026-05-20T23:27:49.312Z |
26982026-05-20T23:27:49.312Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26992026-05-20T23:27:49.312Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27002026-05-20T23:27:49.312Z |
27012026-05-20T23:27:49.312Z 77 | pub struct Record<R: RecordData = RData> {
27022026-05-20T23:27:49.312Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27032026-05-20T23:27:49.312Z |
27042026-05-20T23:27:49.312Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27052026-05-20T23:27:49.312Z |
27062026-05-20T23:27:49.312Z 78 | pub struct Record<R: RecordData = RData> {
27072026-05-20T23:27:49.312Z | ---------------------------------------- this is the found type
27082026-05-20T23:27:49.312Z = help: you can use `cargo tree` to explore your dependency tree
27092026-05-20T23:27:49.313Znote: required by a bound in `hickory_server::authority::MessageResponse`
27102026-05-20T23:27:49.313Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
27112026-05-20T23:27:49.313Z |
27122026-05-20T23:27:49.313Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27132026-05-20T23:27:49.313Z | --------------- required by a bound in this struct
27142026-05-20T23:27:49.313Z...
27152026-05-20T23:27:49.313Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
27162026-05-20T23:27:49.313Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27172026-05-20T23:27:49.313Z
27182026-05-20T23:27:49.313Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
27192026-05-20T23:27:49.313Z --> dns-server/src/dns_server.rs:487:12
27202026-05-20T23:27:49.313Z |
27212026-05-20T23:27:49.313Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
27222026-05-20T23:27:49.313Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
27232026-05-20T23:27:49.313Z |
27242026-05-20T23:27:49.313Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27252026-05-20T23:27:49.313Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27262026-05-20T23:27:49.313Z |
27272026-05-20T23:27:49.313Z 77 | pub struct Record<R: RecordData = RData> {
27282026-05-20T23:27:49.313Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27292026-05-20T23:27:49.313Z |
27302026-05-20T23:27:49.313Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27312026-05-20T23:27:49.313Z |
27322026-05-20T23:27:49.313Z 78 | pub struct Record<R: RecordData = RData> {
27332026-05-20T23:27:49.313Z | ---------------------------------------- this is the found type
27342026-05-20T23:27:49.313Z = help: you can use `cargo tree` to explore your dependency tree
27352026-05-20T23:27:49.313Znote: required by a bound in `hickory_server::authority::MessageResponse`
27362026-05-20T23:27:49.313Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
27372026-05-20T23:27:49.313Z |
27382026-05-20T23:27:49.313Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27392026-05-20T23:27:49.313Z | --------------- required by a bound in this struct
27402026-05-20T23:27:49.313Z...
27412026-05-20T23:27:49.313Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
27422026-05-20T23:27:49.314Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27432026-05-20T23:27:49.314Z
27442026-05-20T23:27:49.452Z Compiling cexpr v0.6.0
27452026-05-20T23:27:49.494Zerror[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope
27462026-05-20T23:27:49.494Z --> dns-server/src/dns_server.rs:161:36
27472026-05-20T23:27:49.494Z |
27482026-05-20T23:27:49.494Z161 | let mr = match MessageRequest::read(&mut dec) {
27492026-05-20T23:27:49.495Z | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest`
27502026-05-20T23:27:49.495Z |
27512026-05-20T23:27:49.495Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27522026-05-20T23:27:49.495Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
27532026-05-20T23:27:49.495Z |
27542026-05-20T23:27:49.495Z 44 | pub trait BinDecodable<'r>: Sized {
27552026-05-20T23:27:49.495Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
27562026-05-20T23:27:49.495Z |
27572026-05-20T23:27:49.495Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
27582026-05-20T23:27:49.495Z |
27592026-05-20T23:27:49.495Z 45 | pub trait BinDecodable<'r>: Sized {
27602026-05-20T23:27:49.495Z | --------------------------------- this is the trait that was imported
27612026-05-20T23:27:49.495Z = help: you can use `cargo tree` to explore your dependency tree
27622026-05-20T23:27:49.495Z
27632026-05-20T23:27:49.495Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27642026-05-20T23:27:49.495Z --> dns-server/src/dns_server.rs:173:34
27652026-05-20T23:27:49.495Z |
27662026-05-20T23:27:49.495Z173 | let header = Header::response_from_request(mr.header());
27672026-05-20T23:27:49.495Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27682026-05-20T23:27:49.495Z |
27692026-05-20T23:27:49.495Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27702026-05-20T23:27:49.495Z --> dns-server/src/dns_server.rs:173:26
27712026-05-20T23:27:49.495Z |
27722026-05-20T23:27:49.496Z173 | let header = Header::response_from_request(mr.header());
27732026-05-20T23:27:49.496Z | ^^^^^^
27742026-05-20T23:27:49.496Z
27752026-05-20T23:27:49.518Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27762026-05-20T23:27:49.518Z --> dns-server/src/dns_server.rs:273:30
27772026-05-20T23:27:49.518Z |
27782026-05-20T23:27:49.518Z273 | let mut header = Header::response_from_request(mr.header());
27792026-05-20T23:27:49.518Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27802026-05-20T23:27:49.518Z |
27812026-05-20T23:27:49.518Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27822026-05-20T23:27:49.518Z --> dns-server/src/dns_server.rs:273:22
27832026-05-20T23:27:49.518Z |
27842026-05-20T23:27:49.518Z273 | let mut header = Header::response_from_request(mr.header());
27852026-05-20T23:27:49.518Z | ^^^^^^
27862026-05-20T23:27:49.518Z
27872026-05-20T23:27:49.539Zerror[E0308]: mismatched types
27882026-05-20T23:27:49.539Z --> dns-server/src/dns_server.rs:299:30
27892026-05-20T23:27:49.539Z |
27902026-05-20T23:27:49.539Z299 | let answer = store.query(query)?;
27912026-05-20T23:27:49.539Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
27922026-05-20T23:27:49.539Z | |
27932026-05-20T23:27:49.539Z | arguments to this method are incorrect
27942026-05-20T23:27:49.539Z |
27952026-05-20T23:27:49.539Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27962026-05-20T23:27:49.539Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
27972026-05-20T23:27:49.539Z |
27982026-05-20T23:27:49.540Z 22 | pub struct LowerQuery {
27992026-05-20T23:27:49.540Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28002026-05-20T23:27:49.540Z |
28012026-05-20T23:27:49.540Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
28022026-05-20T23:27:49.540Z |
28032026-05-20T23:27:49.540Z 18 | pub struct LowerQuery {
28042026-05-20T23:27:49.540Z | --------------------- this is the found type
28052026-05-20T23:27:49.540Z = help: you can use `cargo tree` to explore your dependency tree
28062026-05-20T23:27:49.540Znote: method defined here
28072026-05-20T23:27:49.540Z --> dns-server/src/storage.rs:762:19
28082026-05-20T23:27:49.540Z |
28092026-05-20T23:27:49.540Z762 | pub(crate) fn query(
28102026-05-20T23:27:49.540Z | ^^^^^
28112026-05-20T23:27:49.540Z763 | &self,
28122026-05-20T23:27:49.540Z764 | query: &LowerQuery,
28132026-05-20T23:27:49.540Z | ------------------
28142026-05-20T23:27:49.540Z
28152026-05-20T23:27:49.544Zerror[E0308]: mismatched types
28162026-05-20T23:27:49.544Z --> dns-server/src/dns_server.rs:311:55
28172026-05-20T23:27:49.544Z |
28182026-05-20T23:27:49.544Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
28192026-05-20T23:27:49.544Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
28202026-05-20T23:27:49.544Z | |
28212026-05-20T23:27:49.544Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
28222026-05-20T23:27:49.544Z |
28232026-05-20T23:27:49.544Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28242026-05-20T23:27:49.544Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
28252026-05-20T23:27:49.544Z |
28262026-05-20T23:27:49.544Z 33 | pub enum RecordType {
28272026-05-20T23:27:49.544Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
28282026-05-20T23:27:49.544Z |
28292026-05-20T23:27:49.544Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
28302026-05-20T23:27:49.544Z |
28312026-05-20T23:27:49.544Z 33 | pub enum RecordType {
28322026-05-20T23:27:49.544Z | ------------------- this is the found type
28332026-05-20T23:27:49.544Z = help: you can use `cargo tree` to explore your dependency tree
28342026-05-20T23:27:49.544Z
28352026-05-20T23:27:49.588Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
28362026-05-20T23:27:49.588Z --> dns-server/src/dns_server.rs:327:60
28372026-05-20T23:27:49.588Z |
28382026-05-20T23:27:49.588Z327 | .filter(|record| match (query.query_type(), record.data()) {
28392026-05-20T23:27:49.588Z | ^^^^-- help: remove the arguments
28402026-05-20T23:27:49.588Z | |
28412026-05-20T23:27:49.588Z | field, not a method
28422026-05-20T23:27:49.588Z
28432026-05-20T23:27:49.588Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
28442026-05-20T23:27:49.588Z --> dns-server/src/dns_server.rs:348:51
28452026-05-20T23:27:49.588Z |
28462026-05-20T23:27:49.588Z348 | let additionals_target = match record.data() {
28472026-05-20T23:27:49.588Z | ^^^^-- help: remove the arguments
28482026-05-20T23:27:49.588Z | |
28492026-05-20T23:27:49.589Z | field, not a method
28502026-05-20T23:27:49.589Z
28512026-05-20T23:27:49.602Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
28522026-05-20T23:27:49.602Z --> dns-server/src/dns_server.rs:349:45
28532026-05-20T23:27:49.602Z |
28542026-05-20T23:27:49.602Z349 | RData::SRV(srv) => Some(srv.target()),
28552026-05-20T23:27:49.602Z | ^^^^^^-- help: remove the arguments
28562026-05-20T23:27:49.602Z | |
28572026-05-20T23:27:49.602Z | field, not a method
28582026-05-20T23:27:49.602Z
28592026-05-20T23:27:49.610Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
28602026-05-20T23:27:49.610Z --> dns-server/src/dns_server.rs:416:9
28612026-05-20T23:27:49.610Z |
28622026-05-20T23:27:49.610Z414 | let mresp = rb.build(
28632026-05-20T23:27:49.610Z | ----- required by a bound introduced by this call
28642026-05-20T23:27:49.610Z415 | header,
28652026-05-20T23:27:49.610Z416 | response_records.iter().collect::<Vec<&Record>>(),
28662026-05-20T23:27:49.610Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28672026-05-20T23:27:49.610Z |
28682026-05-20T23:27:49.610Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28692026-05-20T23:27:49.610Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28702026-05-20T23:27:49.610Z |
28712026-05-20T23:27:49.610Z 77 | pub struct Record<R: RecordData = RData> {
28722026-05-20T23:27:49.610Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28732026-05-20T23:27:49.610Z |
28742026-05-20T23:27:49.610Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28752026-05-20T23:27:49.610Z |
28762026-05-20T23:27:49.610Z 78 | pub struct Record<R: RecordData = RData> {
28772026-05-20T23:27:49.611Z | ---------------------------------------- this is the found type
28782026-05-20T23:27:49.611Z = help: you can use `cargo tree` to explore your dependency tree
28792026-05-20T23:27:49.611Znote: the method call chain might not have had the expected associated types
28802026-05-20T23:27:49.611Z --> dns-server/src/dns_server.rs:416:26
28812026-05-20T23:27:49.611Z |
28822026-05-20T23:27:49.611Z411 | response_records: &[Record],
28832026-05-20T23:27:49.611Z | ---------------- this expression has type `&[Record]`
28842026-05-20T23:27:49.611Z...
28852026-05-20T23:27:49.611Z416 | response_records.iter().collect::<Vec<&Record>>(),
28862026-05-20T23:27:49.611Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
28872026-05-20T23:27:49.611Z | |
28882026-05-20T23:27:49.611Z | `IntoIterator::Item` is `&Record` here
28892026-05-20T23:27:49.611Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
28902026-05-20T23:27:49.611Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
28912026-05-20T23:27:49.611Z |
28922026-05-20T23:27:49.611Z129 | pub fn build<'a, A, N, S, D>(
28932026-05-20T23:27:49.611Z | ----- required by a bound in this associated function
28942026-05-20T23:27:49.611Z...
28952026-05-20T23:27:49.611Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
28962026-05-20T23:27:49.611Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
28972026-05-20T23:27:49.611Z
28982026-05-20T23:27:49.611Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
28992026-05-20T23:27:49.611Z --> dns-server/src/dns_server.rs:414:20
29002026-05-20T23:27:49.611Z |
29012026-05-20T23:27:49.611Z414 | let mresp = rb.build(
29022026-05-20T23:27:49.611Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29032026-05-20T23:27:49.611Z |
29042026-05-20T23:27:49.611Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29052026-05-20T23:27:49.611Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29062026-05-20T23:27:49.611Z |
29072026-05-20T23:27:49.611Z 77 | pub struct Record<R: RecordData = RData> {
29082026-05-20T23:27:49.611Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29092026-05-20T23:27:49.611Z |
29102026-05-20T23:27:49.611Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29112026-05-20T23:27:49.611Z |
29122026-05-20T23:27:49.611Z 78 | pub struct Record<R: RecordData = RData> {
29132026-05-20T23:27:49.611Z | ---------------------------------------- this is the found type
29142026-05-20T23:27:49.611Z = help: you can use `cargo tree` to explore your dependency tree
29152026-05-20T23:27:49.612Znote: required by a bound in `hickory_server::authority::MessageResponse`
29162026-05-20T23:27:49.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
29172026-05-20T23:27:49.612Z |
29182026-05-20T23:27:49.612Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29192026-05-20T23:27:49.612Z | --------------- required by a bound in this struct
29202026-05-20T23:27:49.612Z 22 | where
29212026-05-20T23:27:49.612Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
29222026-05-20T23:27:49.612Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29232026-05-20T23:27:49.612Z
29242026-05-20T23:27:49.612Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
29252026-05-20T23:27:49.612Z --> dns-server/src/dns_server.rs:419:9
29262026-05-20T23:27:49.612Z |
29272026-05-20T23:27:49.612Z414 | let mresp = rb.build(
29282026-05-20T23:27:49.612Z | ----- required by a bound introduced by this call
29292026-05-20T23:27:49.612Z...
29302026-05-20T23:27:49.612Z419 | additional_records,
29312026-05-20T23:27:49.612Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29322026-05-20T23:27:49.612Z |
29332026-05-20T23:27:49.612Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29342026-05-20T23:27:49.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29352026-05-20T23:27:49.612Z |
29362026-05-20T23:27:49.612Z 77 | pub struct Record<R: RecordData = RData> {
29372026-05-20T23:27:49.612Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29382026-05-20T23:27:49.612Z |
29392026-05-20T23:27:49.612Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29402026-05-20T23:27:49.612Z |
29412026-05-20T23:27:49.612Z 78 | pub struct Record<R: RecordData = RData> {
29422026-05-20T23:27:49.612Z | ---------------------------------------- this is the found type
29432026-05-20T23:27:49.612Z = help: you can use `cargo tree` to explore your dependency tree
29442026-05-20T23:27:49.612Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
29452026-05-20T23:27:49.612Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
29462026-05-20T23:27:49.612Z |
29472026-05-20T23:27:49.612Z129 | pub fn build<'a, A, N, S, D>(
29482026-05-20T23:27:49.612Z | ----- required by a bound in this associated function
29492026-05-20T23:27:49.612Z...
29502026-05-20T23:27:49.612Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
29512026-05-20T23:27:49.612Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
29522026-05-20T23:27:49.612Z
29532026-05-20T23:27:49.613Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29542026-05-20T23:27:49.613Z --> dns-server/src/dns_server.rs:414:20
29552026-05-20T23:27:49.613Z |
29562026-05-20T23:27:49.613Z414 | let mresp = rb.build(
29572026-05-20T23:27:49.613Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29582026-05-20T23:27:49.613Z |
29592026-05-20T23:27:49.616Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29602026-05-20T23:27:49.616Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29612026-05-20T23:27:49.616Z |
29622026-05-20T23:27:49.617Z 77 | pub struct Record<R: RecordData = RData> {
29632026-05-20T23:27:49.617Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29642026-05-20T23:27:49.617Z |
29652026-05-20T23:27:49.617Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29662026-05-20T23:27:49.617Z |
29672026-05-20T23:27:49.617Z 78 | pub struct Record<R: RecordData = RData> {
29682026-05-20T23:27:49.617Z | ---------------------------------------- this is the found type
29692026-05-20T23:27:49.617Z = help: you can use `cargo tree` to explore your dependency tree
29702026-05-20T23:27:49.617Znote: required by a bound in `hickory_server::authority::MessageResponse`
29712026-05-20T23:27:49.617Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29722026-05-20T23:27:49.617Z |
29732026-05-20T23:27:49.617Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29742026-05-20T23:27:49.617Z | --------------- required by a bound in this struct
29752026-05-20T23:27:49.617Z...
29762026-05-20T23:27:49.617Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29772026-05-20T23:27:49.617Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29782026-05-20T23:27:49.617Z
29792026-05-20T23:27:49.621Zerror[E0308]: mismatched types
29802026-05-20T23:27:49.621Z --> dns-server/src/dns_server.rs:415:9
29812026-05-20T23:27:49.621Z |
29822026-05-20T23:27:49.621Z414 | let mresp = rb.build(
29832026-05-20T23:27:49.621Z | ----- arguments to this method are incorrect
29842026-05-20T23:27:49.621Z415 | header,
29852026-05-20T23:27:49.621Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
29862026-05-20T23:27:49.621Z |
29872026-05-20T23:27:49.621Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29882026-05-20T23:27:49.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
29892026-05-20T23:27:49.621Z |
29902026-05-20T23:27:49.621Z 57 | pub struct Header {
29912026-05-20T23:27:49.621Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29922026-05-20T23:27:49.621Z |
29932026-05-20T23:27:49.621Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
29942026-05-20T23:27:49.621Z |
29952026-05-20T23:27:49.621Z 57 | pub struct Header {
29962026-05-20T23:27:49.621Z | ----------------- this is the found type
29972026-05-20T23:27:49.621Z = help: you can use `cargo tree` to explore your dependency tree
29982026-05-20T23:27:49.621Znote: method defined here
29992026-05-20T23:27:49.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
30002026-05-20T23:27:49.621Z |
30012026-05-20T23:27:49.621Z129 | pub fn build<'a, A, N, S, D>(
30022026-05-20T23:27:49.621Z | ^^^^^
30032026-05-20T23:27:49.621Z
30042026-05-20T23:27:49.621Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30052026-05-20T23:27:49.621Z --> dns-server/src/dns_server.rs:422:31
30062026-05-20T23:27:49.621Z |
30072026-05-20T23:27:49.621Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30082026-05-20T23:27:49.621Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30092026-05-20T23:27:49.621Z | |
30102026-05-20T23:27:49.621Z | required by a bound introduced by this call
30112026-05-20T23:27:49.621Z |
30122026-05-20T23:27:49.621Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30132026-05-20T23:27:49.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30142026-05-20T23:27:49.621Z |
30152026-05-20T23:27:49.621Z 78 | pub struct Record<R: RecordData = RData> {
30162026-05-20T23:27:49.622Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30172026-05-20T23:27:49.622Z |
30182026-05-20T23:27:49.622Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30192026-05-20T23:27:49.622Z |
30202026-05-20T23:27:49.622Z 77 | pub struct Record<R: RecordData = RData> {
30212026-05-20T23:27:49.622Z | ---------------------------------------- this is the found type
30222026-05-20T23:27:49.622Z = help: you can use `cargo tree` to explore your dependency tree
30232026-05-20T23:27:49.622Znote: required by a bound in `dns_server::encode_and_send`
30242026-05-20T23:27:49.622Z --> dns-server/src/dns_server.rs:492:27
30252026-05-20T23:27:49.622Z |
30262026-05-20T23:27:49.622Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30272026-05-20T23:27:49.622Z | --------------- required by a bound in this function
30282026-05-20T23:27:49.622Z...
30292026-05-20T23:27:49.622Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30302026-05-20T23:27:49.622Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30312026-05-20T23:27:49.622Z
30322026-05-20T23:27:49.622Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30332026-05-20T23:27:49.622Z --> dns-server/src/dns_server.rs:422:31
30342026-05-20T23:27:49.622Z |
30352026-05-20T23:27:49.622Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30362026-05-20T23:27:49.622Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30372026-05-20T23:27:49.622Z |
30382026-05-20T23:27:49.622Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30392026-05-20T23:27:49.622Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30402026-05-20T23:27:49.623Z |
30412026-05-20T23:27:49.623Z 77 | pub struct Record<R: RecordData = RData> {
30422026-05-20T23:27:49.623Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30432026-05-20T23:27:49.623Z |
30442026-05-20T23:27:49.623Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30452026-05-20T23:27:49.623Z |
30462026-05-20T23:27:49.623Z 78 | pub struct Record<R: RecordData = RData> {
30472026-05-20T23:27:49.623Z | ---------------------------------------- this is the found type
30482026-05-20T23:27:49.623Z = help: you can use `cargo tree` to explore your dependency tree
30492026-05-20T23:27:49.623Znote: required by a bound in `hickory_server::authority::MessageResponse`
30502026-05-20T23:27:49.623Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30512026-05-20T23:27:49.623Z |
30522026-05-20T23:27:49.623Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30532026-05-20T23:27:49.623Z | --------------- required by a bound in this struct
30542026-05-20T23:27:49.623Z 22 | where
30552026-05-20T23:27:49.623Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30562026-05-20T23:27:49.623Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30572026-05-20T23:27:49.623Z
30582026-05-20T23:27:49.623Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30592026-05-20T23:27:49.623Z --> dns-server/src/dns_server.rs:422:31
30602026-05-20T23:27:49.623Z |
30612026-05-20T23:27:49.623Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30622026-05-20T23:27:49.623Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30632026-05-20T23:27:49.623Z |
30642026-05-20T23:27:49.623Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30652026-05-20T23:27:49.624Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30662026-05-20T23:27:49.624Z |
30672026-05-20T23:27:49.624Z 77 | pub struct Record<R: RecordData = RData> {
30682026-05-20T23:27:49.624Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30692026-05-20T23:27:49.624Z |
30702026-05-20T23:27:49.624Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30712026-05-20T23:27:49.624Z |
30722026-05-20T23:27:49.624Z 78 | pub struct Record<R: RecordData = RData> {
30732026-05-20T23:27:49.624Z | ---------------------------------------- this is the found type
30742026-05-20T23:27:49.624Z = help: you can use `cargo tree` to explore your dependency tree
30752026-05-20T23:27:49.624Znote: required by a bound in `hickory_server::authority::MessageResponse`
30762026-05-20T23:27:49.624Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
30772026-05-20T23:27:49.624Z |
30782026-05-20T23:27:49.624Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30792026-05-20T23:27:49.628Z | --------------- required by a bound in this struct
30802026-05-20T23:27:49.628Z...
30812026-05-20T23:27:49.628Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
30822026-05-20T23:27:49.628Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30832026-05-20T23:27:49.628Z
30842026-05-20T23:27:49.717Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30852026-05-20T23:27:49.717Z --> dns-server/src/dns_server.rs:422:5
30862026-05-20T23:27:49.717Z |
30872026-05-20T23:27:49.717Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30882026-05-20T23:27:49.717Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30892026-05-20T23:27:49.717Z |
30902026-05-20T23:27:49.717Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30912026-05-20T23:27:49.717Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30922026-05-20T23:27:49.717Z |
30932026-05-20T23:27:49.717Z 78 | pub struct Record<R: RecordData = RData> {
30942026-05-20T23:27:49.717Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30952026-05-20T23:27:49.717Z |
30962026-05-20T23:27:49.717Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30972026-05-20T23:27:49.717Z |
30982026-05-20T23:27:49.717Z 77 | pub struct Record<R: RecordData = RData> {
30992026-05-20T23:27:49.717Z | ---------------------------------------- this is the found type
31002026-05-20T23:27:49.717Z = help: you can use `cargo tree` to explore your dependency tree
31012026-05-20T23:27:49.717Znote: required by a bound in `dns_server::encode_and_send`
31022026-05-20T23:27:49.717Z --> dns-server/src/dns_server.rs:492:27
31032026-05-20T23:27:49.717Z |
31042026-05-20T23:27:49.718Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31052026-05-20T23:27:49.718Z | --------------- required by a bound in this function
31062026-05-20T23:27:49.718Z...
31072026-05-20T23:27:49.718Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31082026-05-20T23:27:49.718Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31092026-05-20T23:27:49.718Z
31102026-05-20T23:27:49.718Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31112026-05-20T23:27:49.718Z --> dns-server/src/dns_server.rs:422:49
31122026-05-20T23:27:49.718Z |
31132026-05-20T23:27:49.718Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31142026-05-20T23:27:49.718Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31152026-05-20T23:27:49.718Z |
31162026-05-20T23:27:49.718Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31172026-05-20T23:27:49.718Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31182026-05-20T23:27:49.718Z |
31192026-05-20T23:27:49.718Z 78 | pub struct Record<R: RecordData = RData> {
31202026-05-20T23:27:49.718Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31212026-05-20T23:27:49.718Z |
31222026-05-20T23:27:49.718Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31232026-05-20T23:27:49.718Z |
31242026-05-20T23:27:49.718Z 77 | pub struct Record<R: RecordData = RData> {
31252026-05-20T23:27:49.718Z | ---------------------------------------- this is the found type
31262026-05-20T23:27:49.718Z = help: you can use `cargo tree` to explore your dependency tree
31272026-05-20T23:27:49.718Znote: required by a bound in `dns_server::encode_and_send`
31282026-05-20T23:27:49.718Z --> dns-server/src/dns_server.rs:492:27
31292026-05-20T23:27:49.718Z |
31302026-05-20T23:27:49.718Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31312026-05-20T23:27:49.718Z | --------------- required by a bound in this function
31322026-05-20T23:27:49.718Z...
31332026-05-20T23:27:49.718Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31342026-05-20T23:27:49.718Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31352026-05-20T23:27:49.718Z
31362026-05-20T23:27:49.718Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31372026-05-20T23:27:49.719Zerror[E0308]: arguments to this method are incorrect
31382026-05-20T23:27:49.719Z --> dns-server/src/dns_server.rs:438:33
31392026-05-20T23:27:49.719Z |
31402026-05-20T23:27:49.719Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
31412026-05-20T23:27:49.719Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
31422026-05-20T23:27:49.719Z | |
31432026-05-20T23:27:49.719Z | expected `&Header`, found `&&Header`
31442026-05-20T23:27:49.719Z |
31452026-05-20T23:27:49.719Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
31462026-05-20T23:27:49.719Z found reference `&&hickory_proto::op::Header`
31472026-05-20T23:27:49.719Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31482026-05-20T23:27:49.719Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
31492026-05-20T23:27:49.719Z |
31502026-05-20T23:27:49.719Z 67 | pub enum ResponseCode {
31512026-05-20T23:27:49.719Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31522026-05-20T23:27:49.719Z |
31532026-05-20T23:27:49.719Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
31542026-05-20T23:27:49.719Z |
31552026-05-20T23:27:49.719Z 67 | pub enum ResponseCode {
31562026-05-20T23:27:49.719Z | --------------------- this is the found type
31572026-05-20T23:27:49.719Z = help: you can use `cargo tree` to explore your dependency tree
31582026-05-20T23:27:49.719Znote: method defined here
31592026-05-20T23:27:49.719Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
31602026-05-20T23:27:49.719Z |
31612026-05-20T23:27:49.719Z190 | pub fn error_msg<'a>(
31622026-05-20T23:27:49.719Z | ^^^^^^^^^
31632026-05-20T23:27:49.719Z
31642026-05-20T23:27:49.719Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31652026-05-20T23:27:49.719Z --> dns-server/src/dns_server.rs:457:50
31662026-05-20T23:27:49.719Z |
31672026-05-20T23:27:49.719Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31682026-05-20T23:27:49.719Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31692026-05-20T23:27:49.719Z | |
31702026-05-20T23:27:49.719Z | required by a bound introduced by this call
31712026-05-20T23:27:49.719Z |
31722026-05-20T23:27:49.719Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31732026-05-20T23:27:49.719Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31742026-05-20T23:27:49.720Z |
31752026-05-20T23:27:49.720Z 78 | pub struct Record<R: RecordData = RData> {
31762026-05-20T23:27:49.720Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31772026-05-20T23:27:49.720Z |
31782026-05-20T23:27:49.720Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31792026-05-20T23:27:49.720Z |
31802026-05-20T23:27:49.720Z 77 | pub struct Record<R: RecordData = RData> {
31812026-05-20T23:27:49.720Z | ---------------------------------------- this is the found type
31822026-05-20T23:27:49.720Z = help: you can use `cargo tree` to explore your dependency tree
31832026-05-20T23:27:49.720Znote: required by a bound in `dns_server::encode_and_send`
31842026-05-20T23:27:49.724Z --> dns-server/src/dns_server.rs:491:23
31852026-05-20T23:27:49.724Z |
31862026-05-20T23:27:49.724Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31872026-05-20T23:27:49.724Z | --------------- required by a bound in this function
31882026-05-20T23:27:49.724Z...
31892026-05-20T23:27:49.725Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
31902026-05-20T23:27:49.725Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31912026-05-20T23:27:49.725Z
31922026-05-20T23:27:49.725Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31932026-05-20T23:27:49.725Z --> dns-server/src/dns_server.rs:457:50
31942026-05-20T23:27:49.725Z |
31952026-05-20T23:27:49.725Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31962026-05-20T23:27:49.725Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31972026-05-20T23:27:49.725Z | |
31982026-05-20T23:27:49.725Z | required by a bound introduced by this call
31992026-05-20T23:27:49.725Z |
32002026-05-20T23:27:49.725Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32012026-05-20T23:27:49.725Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32022026-05-20T23:27:49.725Z |
32032026-05-20T23:27:49.725Z 78 | pub struct Record<R: RecordData = RData> {
32042026-05-20T23:27:49.725Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32052026-05-20T23:27:49.725Z |
32062026-05-20T23:27:49.725Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32072026-05-20T23:27:49.725Z |
32082026-05-20T23:27:49.725Z 77 | pub struct Record<R: RecordData = RData> {
32092026-05-20T23:27:49.725Z | ---------------------------------------- this is the found type
32102026-05-20T23:27:49.725Z = help: you can use `cargo tree` to explore your dependency tree
32112026-05-20T23:27:49.725Znote: required by a bound in `dns_server::encode_and_send`
32122026-05-20T23:27:49.725Z --> dns-server/src/dns_server.rs:492:27
32132026-05-20T23:27:49.725Z |
32142026-05-20T23:27:49.725Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32152026-05-20T23:27:49.725Z | --------------- required by a bound in this function
32162026-05-20T23:27:49.725Z...
32172026-05-20T23:27:49.725Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32182026-05-20T23:27:49.725Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32192026-05-20T23:27:49.725Z
32202026-05-20T23:27:49.725Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32212026-05-20T23:27:49.726Z --> dns-server/src/dns_server.rs:457:50
32222026-05-20T23:27:49.726Z |
32232026-05-20T23:27:49.726Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32242026-05-20T23:27:49.726Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32252026-05-20T23:27:49.726Z | |
32262026-05-20T23:27:49.726Z | required by a bound introduced by this call
32272026-05-20T23:27:49.726Z |
32282026-05-20T23:27:49.726Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32292026-05-20T23:27:49.726Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32302026-05-20T23:27:49.726Z |
32312026-05-20T23:27:49.726Z 78 | pub struct Record<R: RecordData = RData> {
32322026-05-20T23:27:49.726Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32332026-05-20T23:27:49.726Z |
32342026-05-20T23:27:49.726Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32352026-05-20T23:27:49.726Z |
32362026-05-20T23:27:49.726Z 77 | pub struct Record<R: RecordData = RData> {
32372026-05-20T23:27:49.726Z | ---------------------------------------- this is the found type
32382026-05-20T23:27:49.726Z = help: you can use `cargo tree` to explore your dependency tree
32392026-05-20T23:27:49.726Znote: required by a bound in `dns_server::encode_and_send`
32402026-05-20T23:27:49.726Z --> dns-server/src/dns_server.rs:493:19
32412026-05-20T23:27:49.726Z |
32422026-05-20T23:27:49.726Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32432026-05-20T23:27:49.726Z | --------------- required by a bound in this function
32442026-05-20T23:27:49.726Z...
32452026-05-20T23:27:49.726Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
32462026-05-20T23:27:49.726Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32472026-05-20T23:27:49.726Z
32482026-05-20T23:27:49.726Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32492026-05-20T23:27:49.726Z --> dns-server/src/dns_server.rs:457:50
32502026-05-20T23:27:49.726Z |
32512026-05-20T23:27:49.726Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32522026-05-20T23:27:49.726Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32532026-05-20T23:27:49.726Z | |
32542026-05-20T23:27:49.726Z | required by a bound introduced by this call
32552026-05-20T23:27:49.726Z |
32562026-05-20T23:27:49.726Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32572026-05-20T23:27:49.727Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32582026-05-20T23:27:49.727Z |
32592026-05-20T23:27:49.727Z 78 | pub struct Record<R: RecordData = RData> {
32602026-05-20T23:27:49.727Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32612026-05-20T23:27:49.727Z |
32622026-05-20T23:27:49.727Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32632026-05-20T23:27:49.727Z |
32642026-05-20T23:27:49.727Z 77 | pub struct Record<R: RecordData = RData> {
32652026-05-20T23:27:49.727Z | ---------------------------------------- this is the found type
32662026-05-20T23:27:49.727Z = help: you can use `cargo tree` to explore your dependency tree
32672026-05-20T23:27:49.727Znote: required by a bound in `dns_server::encode_and_send`
32682026-05-20T23:27:49.727Z --> dns-server/src/dns_server.rs:494:27
32692026-05-20T23:27:49.727Z |
32702026-05-20T23:27:49.727Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32712026-05-20T23:27:49.727Z | --------------- required by a bound in this function
32722026-05-20T23:27:49.727Z...
32732026-05-20T23:27:49.727Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32742026-05-20T23:27:49.727Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32752026-05-20T23:27:49.727Z
32762026-05-20T23:27:49.727Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32772026-05-20T23:27:49.727Z --> dns-server/src/dns_server.rs:457:25
32782026-05-20T23:27:49.727Z |
32792026-05-20T23:27:49.727Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32802026-05-20T23:27:49.727Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32812026-05-20T23:27:49.727Z |
32822026-05-20T23:27:49.727Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32832026-05-20T23:27:49.727Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32842026-05-20T23:27:49.732Z |
32852026-05-20T23:27:49.732Z 78 | pub struct Record<R: RecordData = RData> {
32862026-05-20T23:27:49.732Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32872026-05-20T23:27:49.732Z |
32882026-05-20T23:27:49.732Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32892026-05-20T23:27:49.732Z |
32902026-05-20T23:27:49.732Z 77 | pub struct Record<R: RecordData = RData> {
32912026-05-20T23:27:49.732Z | ---------------------------------------- this is the found type
32922026-05-20T23:27:49.732Z = help: you can use `cargo tree` to explore your dependency tree
32932026-05-20T23:27:49.732Znote: required by a bound in `dns_server::encode_and_send`
32942026-05-20T23:27:49.732Z --> dns-server/src/dns_server.rs:491:23
32952026-05-20T23:27:49.732Z |
32962026-05-20T23:27:49.732Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32972026-05-20T23:27:49.732Z | --------------- required by a bound in this function
32982026-05-20T23:27:49.732Z...
32992026-05-20T23:27:49.732Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33002026-05-20T23:27:49.732Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33012026-05-20T23:27:49.732Z
33022026-05-20T23:27:49.732Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33032026-05-20T23:27:49.732Z --> dns-server/src/dns_server.rs:457:25
33042026-05-20T23:27:49.732Z |
33052026-05-20T23:27:49.732Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33062026-05-20T23:27:49.732Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33072026-05-20T23:27:49.732Z |
33082026-05-20T23:27:49.732Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33092026-05-20T23:27:49.732Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33102026-05-20T23:27:49.732Z |
33112026-05-20T23:27:49.732Z 78 | pub struct Record<R: RecordData = RData> {
33122026-05-20T23:27:49.732Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33132026-05-20T23:27:49.732Z |
33142026-05-20T23:27:49.732Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33152026-05-20T23:27:49.732Z |
33162026-05-20T23:27:49.732Z 77 | pub struct Record<R: RecordData = RData> {
33172026-05-20T23:27:49.733Z | ---------------------------------------- this is the found type
33182026-05-20T23:27:49.733Z = help: you can use `cargo tree` to explore your dependency tree
33192026-05-20T23:27:49.733Znote: required by a bound in `dns_server::encode_and_send`
33202026-05-20T23:27:49.733Z --> dns-server/src/dns_server.rs:492:27
33212026-05-20T23:27:49.733Z |
33222026-05-20T23:27:49.733Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33232026-05-20T23:27:49.733Z | --------------- required by a bound in this function
33242026-05-20T23:27:49.733Z...
33252026-05-20T23:27:49.733Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33262026-05-20T23:27:49.733Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33272026-05-20T23:27:49.733Z
33282026-05-20T23:27:49.733Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33292026-05-20T23:27:49.733Z --> dns-server/src/dns_server.rs:457:25
33302026-05-20T23:27:49.733Z |
33312026-05-20T23:27:49.733Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33322026-05-20T23:27:49.734Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33332026-05-20T23:27:49.734Z |
33342026-05-20T23:27:49.734Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33352026-05-20T23:27:49.734Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33362026-05-20T23:27:49.734Z |
33372026-05-20T23:27:49.734Z 78 | pub struct Record<R: RecordData = RData> {
33382026-05-20T23:27:49.734Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33392026-05-20T23:27:49.734Z |
33402026-05-20T23:27:49.734Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33412026-05-20T23:27:49.734Z |
33422026-05-20T23:27:49.734Z 77 | pub struct Record<R: RecordData = RData> {
33432026-05-20T23:27:49.734Z | ---------------------------------------- this is the found type
33442026-05-20T23:27:49.734Z = help: you can use `cargo tree` to explore your dependency tree
33452026-05-20T23:27:49.734Znote: required by a bound in `dns_server::encode_and_send`
33462026-05-20T23:27:49.734Z --> dns-server/src/dns_server.rs:493:19
33472026-05-20T23:27:49.734Z |
33482026-05-20T23:27:49.734Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33492026-05-20T23:27:49.734Z | --------------- required by a bound in this function
33502026-05-20T23:27:49.734Z...
33512026-05-20T23:27:49.734Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33522026-05-20T23:27:49.734Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33532026-05-20T23:27:49.734Z
33542026-05-20T23:27:49.734Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33552026-05-20T23:27:49.734Z --> dns-server/src/dns_server.rs:457:25
33562026-05-20T23:27:49.734Z |
33572026-05-20T23:27:49.734Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33582026-05-20T23:27:49.734Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33592026-05-20T23:27:49.734Z |
33602026-05-20T23:27:49.734Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33612026-05-20T23:27:49.734Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33622026-05-20T23:27:49.734Z |
33632026-05-20T23:27:49.734Z 78 | pub struct Record<R: RecordData = RData> {
33642026-05-20T23:27:49.734Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33652026-05-20T23:27:49.734Z |
33662026-05-20T23:27:49.734Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33672026-05-20T23:27:49.734Z |
33682026-05-20T23:27:49.734Z 77 | pub struct Record<R: RecordData = RData> {
33692026-05-20T23:27:49.734Z | ---------------------------------------- this is the found type
33702026-05-20T23:27:49.734Z = help: you can use `cargo tree` to explore your dependency tree
33712026-05-20T23:27:49.735Znote: required by a bound in `dns_server::encode_and_send`
33722026-05-20T23:27:49.735Z --> dns-server/src/dns_server.rs:494:27
33732026-05-20T23:27:49.735Z |
33742026-05-20T23:27:49.735Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33752026-05-20T23:27:49.735Z | --------------- required by a bound in this function
33762026-05-20T23:27:49.735Z...
33772026-05-20T23:27:49.735Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
33782026-05-20T23:27:49.735Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33792026-05-20T23:27:49.735Z
33802026-05-20T23:27:49.735Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33812026-05-20T23:27:49.735Z --> dns-server/src/dns_server.rs:457:69
33822026-05-20T23:27:49.735Z |
33832026-05-20T23:27:49.735Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33842026-05-20T23:27:49.739Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33852026-05-20T23:27:49.739Z |
33862026-05-20T23:27:49.740Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33872026-05-20T23:27:49.740Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33882026-05-20T23:27:49.740Z |
33892026-05-20T23:27:49.740Z 78 | pub struct Record<R: RecordData = RData> {
33902026-05-20T23:27:49.740Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33912026-05-20T23:27:49.740Z |
33922026-05-20T23:27:49.740Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33932026-05-20T23:27:49.740Z |
33942026-05-20T23:27:49.740Z 77 | pub struct Record<R: RecordData = RData> {
33952026-05-20T23:27:49.740Z | ---------------------------------------- this is the found type
33962026-05-20T23:27:49.740Z = help: you can use `cargo tree` to explore your dependency tree
33972026-05-20T23:27:49.740Znote: required by a bound in `dns_server::encode_and_send`
33982026-05-20T23:27:49.740Z --> dns-server/src/dns_server.rs:491:23
33992026-05-20T23:27:49.740Z |
34002026-05-20T23:27:49.740Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34012026-05-20T23:27:49.740Z | --------------- required by a bound in this function
34022026-05-20T23:27:49.740Z...
34032026-05-20T23:27:49.740Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
34042026-05-20T23:27:49.740Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34052026-05-20T23:27:49.740Z
34062026-05-20T23:27:49.740Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34072026-05-20T23:27:49.740Z --> dns-server/src/dns_server.rs:457:69
34082026-05-20T23:27:49.740Z |
34092026-05-20T23:27:49.740Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34102026-05-20T23:27:49.740Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34112026-05-20T23:27:49.740Z |
34122026-05-20T23:27:49.740Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34132026-05-20T23:27:49.740Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34142026-05-20T23:27:49.740Z |
34152026-05-20T23:27:49.740Z 78 | pub struct Record<R: RecordData = RData> {
34162026-05-20T23:27:49.740Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34172026-05-20T23:27:49.740Z |
34182026-05-20T23:27:49.740Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34192026-05-20T23:27:49.740Z |
34202026-05-20T23:27:49.740Z 77 | pub struct Record<R: RecordData = RData> {
34212026-05-20T23:27:49.740Z | ---------------------------------------- this is the found type
34222026-05-20T23:27:49.740Z = help: you can use `cargo tree` to explore your dependency tree
34232026-05-20T23:27:49.741Znote: required by a bound in `dns_server::encode_and_send`
34242026-05-20T23:27:49.741Z --> dns-server/src/dns_server.rs:492:27
34252026-05-20T23:27:49.741Z |
34262026-05-20T23:27:49.741Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34272026-05-20T23:27:49.741Z | --------------- required by a bound in this function
34282026-05-20T23:27:49.741Z...
34292026-05-20T23:27:49.741Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34302026-05-20T23:27:49.741Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34312026-05-20T23:27:49.741Z
34322026-05-20T23:27:49.741Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34332026-05-20T23:27:49.741Z --> dns-server/src/dns_server.rs:457:69
34342026-05-20T23:27:49.741Z |
34352026-05-20T23:27:49.741Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34362026-05-20T23:27:49.741Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34372026-05-20T23:27:49.741Z |
34382026-05-20T23:27:49.742Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34392026-05-20T23:27:49.742Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34402026-05-20T23:27:49.742Z |
34412026-05-20T23:27:49.742Z 78 | pub struct Record<R: RecordData = RData> {
34422026-05-20T23:27:49.742Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34432026-05-20T23:27:49.742Z |
34442026-05-20T23:27:49.742Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34452026-05-20T23:27:49.742Z |
34462026-05-20T23:27:49.742Z 77 | pub struct Record<R: RecordData = RData> {
34472026-05-20T23:27:49.743Z | ---------------------------------------- this is the found type
34482026-05-20T23:27:49.743Z = help: you can use `cargo tree` to explore your dependency tree
34492026-05-20T23:27:49.743Znote: required by a bound in `dns_server::encode_and_send`
34502026-05-20T23:27:49.743Z --> dns-server/src/dns_server.rs:493:19
34512026-05-20T23:27:49.743Z |
34522026-05-20T23:27:49.743Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34532026-05-20T23:27:49.743Z | --------------- required by a bound in this function
34542026-05-20T23:27:49.743Z...
34552026-05-20T23:27:49.743Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34562026-05-20T23:27:49.743Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34572026-05-20T23:27:49.743Z
34582026-05-20T23:27:49.743Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34592026-05-20T23:27:49.743Z --> dns-server/src/dns_server.rs:457:69
34602026-05-20T23:27:49.743Z |
34612026-05-20T23:27:49.743Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34622026-05-20T23:27:49.743Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34632026-05-20T23:27:49.743Z |
34642026-05-20T23:27:49.743Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34652026-05-20T23:27:49.743Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34662026-05-20T23:27:49.743Z |
34672026-05-20T23:27:49.743Z 78 | pub struct Record<R: RecordData = RData> {
34682026-05-20T23:27:49.743Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34692026-05-20T23:27:49.743Z |
34702026-05-20T23:27:49.743Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34712026-05-20T23:27:49.743Z |
34722026-05-20T23:27:49.743Z 77 | pub struct Record<R: RecordData = RData> {
34732026-05-20T23:27:49.743Z | ---------------------------------------- this is the found type
34742026-05-20T23:27:49.743Z = help: you can use `cargo tree` to explore your dependency tree
34752026-05-20T23:27:49.743Znote: required by a bound in `dns_server::encode_and_send`
34762026-05-20T23:27:49.743Z --> dns-server/src/dns_server.rs:494:27
34772026-05-20T23:27:49.743Z |
34782026-05-20T23:27:49.743Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34792026-05-20T23:27:49.743Z | --------------- required by a bound in this function
34802026-05-20T23:27:49.743Z...
34812026-05-20T23:27:49.743Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34822026-05-20T23:27:49.743Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34832026-05-20T23:27:49.743Z
34842026-05-20T23:27:49.748Zerror[E0308]: arguments to this method are incorrect
34852026-05-20T23:27:49.748Z --> dns-server/src/dns_server.rs:477:20
34862026-05-20T23:27:49.748Z |
34872026-05-20T23:27:49.748Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
34882026-05-20T23:27:49.748Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34892026-05-20T23:27:49.748Z | |
34902026-05-20T23:27:49.749Z | expected `Header`, found `hickory_proto::op::Header`
34912026-05-20T23:27:49.749Z |
34922026-05-20T23:27:49.749Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34932026-05-20T23:27:49.749Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
34942026-05-20T23:27:49.749Z |
34952026-05-20T23:27:49.749Z 57 | pub struct Header {
34962026-05-20T23:27:49.749Z | ^^^^^^^^^^^^^^^^^ this is the expected type
34972026-05-20T23:27:49.749Z |
34982026-05-20T23:27:49.749Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
34992026-05-20T23:27:49.749Z |
35002026-05-20T23:27:49.749Z 57 | pub struct Header {
35012026-05-20T23:27:49.749Z | ----------------- this is the found type
35022026-05-20T23:27:49.749Z = help: you can use `cargo tree` to explore your dependency tree
35032026-05-20T23:27:49.749Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35042026-05-20T23:27:49.749Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
35052026-05-20T23:27:49.749Z |
35062026-05-20T23:27:49.749Z 67 | pub enum ResponseCode {
35072026-05-20T23:27:49.749Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35082026-05-20T23:27:49.750Z |
35092026-05-20T23:27:49.750Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
35102026-05-20T23:27:49.750Z |
35112026-05-20T23:27:49.750Z 67 | pub enum ResponseCode {
35122026-05-20T23:27:49.750Z | --------------------- this is the found type
35132026-05-20T23:27:49.750Z = help: you can use `cargo tree` to explore your dependency tree
35142026-05-20T23:27:49.750Znote: method defined here
35152026-05-20T23:27:49.750Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
35162026-05-20T23:27:49.751Z |
35172026-05-20T23:27:49.751Z190 | pub fn error_msg<'a>(
35182026-05-20T23:27:49.751Z | ^^^^^^^^^
35192026-05-20T23:27:49.751Z
35202026-05-20T23:27:49.751Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35212026-05-20T23:27:49.751Z --> dns-server/src/dns_server.rs:478:50
35222026-05-20T23:27:49.751Z |
35232026-05-20T23:27:49.751Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35242026-05-20T23:27:49.751Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35252026-05-20T23:27:49.751Z | |
35262026-05-20T23:27:49.751Z | required by a bound introduced by this call
35272026-05-20T23:27:49.751Z |
35282026-05-20T23:27:49.751Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35292026-05-20T23:27:49.751Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35302026-05-20T23:27:49.751Z |
35312026-05-20T23:27:49.751Z 78 | pub struct Record<R: RecordData = RData> {
35322026-05-20T23:27:49.751Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35332026-05-20T23:27:49.751Z |
35342026-05-20T23:27:49.751Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35352026-05-20T23:27:49.751Z |
35362026-05-20T23:27:49.751Z 77 | pub struct Record<R: RecordData = RData> {
35372026-05-20T23:27:49.751Z | ---------------------------------------- this is the found type
35382026-05-20T23:27:49.751Z = help: you can use `cargo tree` to explore your dependency tree
35392026-05-20T23:27:49.751Znote: required by a bound in `dns_server::encode_and_send`
35402026-05-20T23:27:49.751Z --> dns-server/src/dns_server.rs:491:23
35412026-05-20T23:27:49.751Z |
35422026-05-20T23:27:49.751Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35432026-05-20T23:27:49.751Z | --------------- required by a bound in this function
35442026-05-20T23:27:49.751Z...
35452026-05-20T23:27:49.751Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35462026-05-20T23:27:49.751Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35472026-05-20T23:27:49.751Z
35482026-05-20T23:27:49.752Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35492026-05-20T23:27:49.752Z --> dns-server/src/dns_server.rs:478:50
35502026-05-20T23:27:49.752Z |
35512026-05-20T23:27:49.752Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35522026-05-20T23:27:49.752Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35532026-05-20T23:27:49.752Z | |
35542026-05-20T23:27:49.752Z | required by a bound introduced by this call
35552026-05-20T23:27:49.752Z |
35562026-05-20T23:27:49.752Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35572026-05-20T23:27:49.752Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35582026-05-20T23:27:49.752Z |
35592026-05-20T23:27:49.752Z 78 | pub struct Record<R: RecordData = RData> {
35602026-05-20T23:27:49.752Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35612026-05-20T23:27:49.752Z |
35622026-05-20T23:27:49.752Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35632026-05-20T23:27:49.752Z |
35642026-05-20T23:27:49.752Z 77 | pub struct Record<R: RecordData = RData> {
35652026-05-20T23:27:49.752Z | ---------------------------------------- this is the found type
35662026-05-20T23:27:49.752Z = help: you can use `cargo tree` to explore your dependency tree
35672026-05-20T23:27:49.752Znote: required by a bound in `dns_server::encode_and_send`
35682026-05-20T23:27:49.752Z --> dns-server/src/dns_server.rs:492:27
35692026-05-20T23:27:49.752Z |
35702026-05-20T23:27:49.752Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35712026-05-20T23:27:49.752Z | --------------- required by a bound in this function
35722026-05-20T23:27:49.752Z...
35732026-05-20T23:27:49.752Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35742026-05-20T23:27:49.752Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35752026-05-20T23:27:49.752Z
35762026-05-20T23:27:49.752Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35772026-05-20T23:27:49.752Z --> dns-server/src/dns_server.rs:478:50
35782026-05-20T23:27:49.752Z |
35792026-05-20T23:27:49.752Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35802026-05-20T23:27:49.752Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35812026-05-20T23:27:49.752Z | |
35822026-05-20T23:27:49.752Z | required by a bound introduced by this call
35832026-05-20T23:27:49.752Z |
35842026-05-20T23:27:49.758Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35852026-05-20T23:27:49.758Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35862026-05-20T23:27:49.758Z |
35872026-05-20T23:27:49.758Z 78 | pub struct Record<R: RecordData = RData> {
35882026-05-20T23:27:49.758Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35892026-05-20T23:27:49.758Z |
35902026-05-20T23:27:49.758Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35912026-05-20T23:27:49.758Z |
35922026-05-20T23:27:49.758Z 77 | pub struct Record<R: RecordData = RData> {
35932026-05-20T23:27:49.758Z | ---------------------------------------- this is the found type
35942026-05-20T23:27:49.758Z = help: you can use `cargo tree` to explore your dependency tree
35952026-05-20T23:27:49.758Znote: required by a bound in `dns_server::encode_and_send`
35962026-05-20T23:27:49.758Z --> dns-server/src/dns_server.rs:493:19
35972026-05-20T23:27:49.758Z |
35982026-05-20T23:27:49.758Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35992026-05-20T23:27:49.758Z | --------------- required by a bound in this function
36002026-05-20T23:27:49.759Z...
36012026-05-20T23:27:49.759Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36022026-05-20T23:27:49.759Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36032026-05-20T23:27:49.759Z
36042026-05-20T23:27:49.759Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36052026-05-20T23:27:49.759Z --> dns-server/src/dns_server.rs:478:50
36062026-05-20T23:27:49.759Z |
36072026-05-20T23:27:49.759Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36082026-05-20T23:27:49.759Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36092026-05-20T23:27:49.759Z | |
36102026-05-20T23:27:49.759Z | required by a bound introduced by this call
36112026-05-20T23:27:49.759Z |
36122026-05-20T23:27:49.759Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36132026-05-20T23:27:49.759Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36142026-05-20T23:27:49.759Z |
36152026-05-20T23:27:49.759Z 78 | pub struct Record<R: RecordData = RData> {
36162026-05-20T23:27:49.759Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36172026-05-20T23:27:49.759Z |
36182026-05-20T23:27:49.759Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36192026-05-20T23:27:49.759Z |
36202026-05-20T23:27:49.759Z 77 | pub struct Record<R: RecordData = RData> {
36212026-05-20T23:27:49.759Z | ---------------------------------------- this is the found type
36222026-05-20T23:27:49.759Z = help: you can use `cargo tree` to explore your dependency tree
36232026-05-20T23:27:49.759Znote: required by a bound in `dns_server::encode_and_send`
36242026-05-20T23:27:49.759Z --> dns-server/src/dns_server.rs:494:27
36252026-05-20T23:27:49.759Z |
36262026-05-20T23:27:49.759Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36272026-05-20T23:27:49.759Z | --------------- required by a bound in this function
36282026-05-20T23:27:49.759Z...
36292026-05-20T23:27:49.759Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36302026-05-20T23:27:49.759Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36312026-05-20T23:27:49.759Z
36322026-05-20T23:27:49.759Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36332026-05-20T23:27:49.759Z --> dns-server/src/dns_server.rs:478:25
36342026-05-20T23:27:49.760Z |
36352026-05-20T23:27:49.760Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36362026-05-20T23:27:49.760Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36372026-05-20T23:27:49.760Z |
36382026-05-20T23:27:49.760Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36392026-05-20T23:27:49.760Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36402026-05-20T23:27:49.760Z |
36412026-05-20T23:27:49.760Z 78 | pub struct Record<R: RecordData = RData> {
36422026-05-20T23:27:49.760Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36432026-05-20T23:27:49.760Z |
36442026-05-20T23:27:49.760Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36452026-05-20T23:27:49.760Z |
36462026-05-20T23:27:49.760Z 77 | pub struct Record<R: RecordData = RData> {
36472026-05-20T23:27:49.760Z | ---------------------------------------- this is the found type
36482026-05-20T23:27:49.760Z = help: you can use `cargo tree` to explore your dependency tree
36492026-05-20T23:27:49.760Znote: required by a bound in `dns_server::encode_and_send`
36502026-05-20T23:27:49.760Z --> dns-server/src/dns_server.rs:491:23
36512026-05-20T23:27:49.760Z |
36522026-05-20T23:27:49.761Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36532026-05-20T23:27:49.761Z | --------------- required by a bound in this function
36542026-05-20T23:27:49.761Z...
36552026-05-20T23:27:49.761Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36562026-05-20T23:27:49.761Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36572026-05-20T23:27:49.761Z
36582026-05-20T23:27:49.761Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36592026-05-20T23:27:49.761Z --> dns-server/src/dns_server.rs:478:25
36602026-05-20T23:27:49.761Z |
36612026-05-20T23:27:49.761Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36622026-05-20T23:27:49.761Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36632026-05-20T23:27:49.761Z |
36642026-05-20T23:27:49.761Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36652026-05-20T23:27:49.761Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36662026-05-20T23:27:49.761Z |
36672026-05-20T23:27:49.761Z 78 | pub struct Record<R: RecordData = RData> {
36682026-05-20T23:27:49.761Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36692026-05-20T23:27:49.761Z |
36702026-05-20T23:27:49.761Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36712026-05-20T23:27:49.761Z |
36722026-05-20T23:27:49.761Z 77 | pub struct Record<R: RecordData = RData> {
36732026-05-20T23:27:49.761Z | ---------------------------------------- this is the found type
36742026-05-20T23:27:49.761Z = help: you can use `cargo tree` to explore your dependency tree
36752026-05-20T23:27:49.761Znote: required by a bound in `dns_server::encode_and_send`
36762026-05-20T23:27:49.761Z --> dns-server/src/dns_server.rs:492:27
36772026-05-20T23:27:49.761Z |
36782026-05-20T23:27:49.761Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36792026-05-20T23:27:49.761Z | --------------- required by a bound in this function
36802026-05-20T23:27:49.761Z...
36812026-05-20T23:27:49.761Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36822026-05-20T23:27:49.761Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36832026-05-20T23:27:49.761Z
36842026-05-20T23:27:49.766Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36852026-05-20T23:27:49.766Z --> dns-server/src/dns_server.rs:478:25
36862026-05-20T23:27:49.766Z |
36872026-05-20T23:27:49.766Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36882026-05-20T23:27:49.766Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36892026-05-20T23:27:49.766Z |
36902026-05-20T23:27:49.766Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36912026-05-20T23:27:49.766Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36922026-05-20T23:27:49.766Z |
36932026-05-20T23:27:49.766Z 78 | pub struct Record<R: RecordData = RData> {
36942026-05-20T23:27:49.766Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36952026-05-20T23:27:49.766Z |
36962026-05-20T23:27:49.766Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36972026-05-20T23:27:49.767Z |
36982026-05-20T23:27:49.767Z 77 | pub struct Record<R: RecordData = RData> {
36992026-05-20T23:27:49.767Z | ---------------------------------------- this is the found type
37002026-05-20T23:27:49.767Z = help: you can use `cargo tree` to explore your dependency tree
37012026-05-20T23:27:49.767Znote: required by a bound in `dns_server::encode_and_send`
37022026-05-20T23:27:49.767Z --> dns-server/src/dns_server.rs:493:19
37032026-05-20T23:27:49.767Z |
37042026-05-20T23:27:49.767Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37052026-05-20T23:27:49.767Z | --------------- required by a bound in this function
37062026-05-20T23:27:49.767Z...
37072026-05-20T23:27:49.767Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
37082026-05-20T23:27:49.767Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37092026-05-20T23:27:49.767Z
37102026-05-20T23:27:49.767Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37112026-05-20T23:27:49.767Z --> dns-server/src/dns_server.rs:478:25
37122026-05-20T23:27:49.767Z |
37132026-05-20T23:27:49.767Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37142026-05-20T23:27:49.767Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37152026-05-20T23:27:49.767Z |
37162026-05-20T23:27:49.767Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37172026-05-20T23:27:49.767Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37182026-05-20T23:27:49.767Z |
37192026-05-20T23:27:49.767Z 78 | pub struct Record<R: RecordData = RData> {
37202026-05-20T23:27:49.767Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37212026-05-20T23:27:49.767Z |
37222026-05-20T23:27:49.767Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37232026-05-20T23:27:49.767Z |
37242026-05-20T23:27:49.767Z 77 | pub struct Record<R: RecordData = RData> {
37252026-05-20T23:27:49.767Z | ---------------------------------------- this is the found type
37262026-05-20T23:27:49.767Z = help: you can use `cargo tree` to explore your dependency tree
37272026-05-20T23:27:49.767Znote: required by a bound in `dns_server::encode_and_send`
37282026-05-20T23:27:49.767Z --> dns-server/src/dns_server.rs:494:27
37292026-05-20T23:27:49.767Z |
37302026-05-20T23:27:49.767Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37312026-05-20T23:27:49.767Z | --------------- required by a bound in this function
37322026-05-20T23:27:49.768Z...
37332026-05-20T23:27:49.768Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37342026-05-20T23:27:49.768Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37352026-05-20T23:27:49.768Z
37362026-05-20T23:27:49.768Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37372026-05-20T23:27:49.768Z --> dns-server/src/dns_server.rs:478:69
37382026-05-20T23:27:49.768Z |
37392026-05-20T23:27:49.768Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37402026-05-20T23:27:49.768Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37412026-05-20T23:27:49.768Z |
37422026-05-20T23:27:49.768Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37432026-05-20T23:27:49.768Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37442026-05-20T23:27:49.768Z |
37452026-05-20T23:27:49.768Z 78 | pub struct Record<R: RecordData = RData> {
37462026-05-20T23:27:49.768Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37472026-05-20T23:27:49.768Z |
37482026-05-20T23:27:49.768Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37492026-05-20T23:27:49.768Z |
37502026-05-20T23:27:49.768Z 77 | pub struct Record<R: RecordData = RData> {
37512026-05-20T23:27:49.768Z | ---------------------------------------- this is the found type
37522026-05-20T23:27:49.768Z = help: you can use `cargo tree` to explore your dependency tree
37532026-05-20T23:27:49.768Znote: required by a bound in `dns_server::encode_and_send`
37542026-05-20T23:27:49.768Z --> dns-server/src/dns_server.rs:491:23
37552026-05-20T23:27:49.768Z |
37562026-05-20T23:27:49.768Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37572026-05-20T23:27:49.768Z | --------------- required by a bound in this function
37582026-05-20T23:27:49.768Z...
37592026-05-20T23:27:49.768Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37602026-05-20T23:27:49.768Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37612026-05-20T23:27:49.768Z
37622026-05-20T23:27:49.768Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37632026-05-20T23:27:49.768Z --> dns-server/src/dns_server.rs:478:69
37642026-05-20T23:27:49.768Z |
37652026-05-20T23:27:49.768Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37662026-05-20T23:27:49.768Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37672026-05-20T23:27:49.768Z |
37682026-05-20T23:27:49.768Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37692026-05-20T23:27:49.769Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37702026-05-20T23:27:49.769Z |
37712026-05-20T23:27:49.769Z 78 | pub struct Record<R: RecordData = RData> {
37722026-05-20T23:27:49.769Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37732026-05-20T23:27:49.769Z |
37742026-05-20T23:27:49.769Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37752026-05-20T23:27:49.769Z |
37762026-05-20T23:27:49.769Z 77 | pub struct Record<R: RecordData = RData> {
37772026-05-20T23:27:49.769Z | ---------------------------------------- this is the found type
37782026-05-20T23:27:49.769Z = help: you can use `cargo tree` to explore your dependency tree
37792026-05-20T23:27:49.769Znote: required by a bound in `dns_server::encode_and_send`
37802026-05-20T23:27:49.769Z --> dns-server/src/dns_server.rs:492:27
37812026-05-20T23:27:49.769Z |
37822026-05-20T23:27:49.769Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37832026-05-20T23:27:49.769Z | --------------- required by a bound in this function
37842026-05-20T23:27:49.773Z...
37852026-05-20T23:27:49.773Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37862026-05-20T23:27:49.773Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37872026-05-20T23:27:49.773Z
37882026-05-20T23:27:49.773Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37892026-05-20T23:27:49.773Z --> dns-server/src/dns_server.rs:478:69
37902026-05-20T23:27:49.773Z |
37912026-05-20T23:27:49.773Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37922026-05-20T23:27:49.773Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37932026-05-20T23:27:49.773Z |
37942026-05-20T23:27:49.773Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37952026-05-20T23:27:49.774Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37962026-05-20T23:27:49.774Z |
37972026-05-20T23:27:49.774Z 78 | pub struct Record<R: RecordData = RData> {
37982026-05-20T23:27:49.774Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37992026-05-20T23:27:49.775Z |
38002026-05-20T23:27:49.775Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38012026-05-20T23:27:49.775Z |
38022026-05-20T23:27:49.775Z 77 | pub struct Record<R: RecordData = RData> {
38032026-05-20T23:27:49.775Z | ---------------------------------------- this is the found type
38042026-05-20T23:27:49.775Z = help: you can use `cargo tree` to explore your dependency tree
38052026-05-20T23:27:49.775Znote: required by a bound in `dns_server::encode_and_send`
38062026-05-20T23:27:49.775Z --> dns-server/src/dns_server.rs:493:19
38072026-05-20T23:27:49.775Z |
38082026-05-20T23:27:49.775Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38092026-05-20T23:27:49.775Z | --------------- required by a bound in this function
38102026-05-20T23:27:49.776Z...
38112026-05-20T23:27:49.776Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38122026-05-20T23:27:49.776Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38132026-05-20T23:27:49.776Z
38142026-05-20T23:27:49.776Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38152026-05-20T23:27:49.776Z --> dns-server/src/dns_server.rs:478:69
38162026-05-20T23:27:49.776Z |
38172026-05-20T23:27:49.776Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38182026-05-20T23:27:49.776Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38192026-05-20T23:27:49.776Z |
38202026-05-20T23:27:49.776Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38212026-05-20T23:27:49.776Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38222026-05-20T23:27:49.776Z |
38232026-05-20T23:27:49.776Z 78 | pub struct Record<R: RecordData = RData> {
38242026-05-20T23:27:49.776Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38252026-05-20T23:27:49.776Z |
38262026-05-20T23:27:49.776Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38272026-05-20T23:27:49.776Z |
38282026-05-20T23:27:49.776Z 77 | pub struct Record<R: RecordData = RData> {
38292026-05-20T23:27:49.776Z | ---------------------------------------- this is the found type
38302026-05-20T23:27:49.776Z = help: you can use `cargo tree` to explore your dependency tree
38312026-05-20T23:27:49.776Znote: required by a bound in `dns_server::encode_and_send`
38322026-05-20T23:27:49.776Z --> dns-server/src/dns_server.rs:494:27
38332026-05-20T23:27:49.776Z |
38342026-05-20T23:27:49.776Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38352026-05-20T23:27:49.776Z | --------------- required by a bound in this function
38362026-05-20T23:27:49.776Z...
38372026-05-20T23:27:49.776Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38382026-05-20T23:27:49.776Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38392026-05-20T23:27:49.776Z
38402026-05-20T23:27:49.776Zerror[E0599]: the method `destructive_emit` exists for struct `hickory_server::authority::MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>`, but its trait bounds were not satisfied
38412026-05-20T23:27:49.776Z --> dns-server/src/dns_server.rs:500:14
38422026-05-20T23:27:49.776Z |
38432026-05-20T23:27:49.776Z499 | let _ = mresp
38442026-05-20T23:27:49.776Z | _________________-
38452026-05-20T23:27:49.776Z500 | | .destructive_emit(&mut enc)
38462026-05-20T23:27:49.776Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
38472026-05-20T23:27:49.777Z | |_____________|
38482026-05-20T23:27:49.777Z |
38492026-05-20T23:27:49.777Z |
38502026-05-20T23:27:49.777Z = note: the following trait bounds were not satisfied:
38512026-05-20T23:27:49.777Z `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38522026-05-20T23:27:49.777Z `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38532026-05-20T23:27:49.777Z `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38542026-05-20T23:27:49.777Z `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38552026-05-20T23:27:49.777Z
38562026-05-20T23:27:49.777Zerror[E0308]: mismatched types
38572026-05-20T23:27:49.777Z --> dns-server/src/dns_server.rs:229:35
38582026-05-20T23:27:49.777Z |
38592026-05-20T23:27:49.777Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
38602026-05-20T23:27:49.777Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38612026-05-20T23:27:49.777Z | |
38622026-05-20T23:27:49.777Z | arguments to this function are incorrect
38632026-05-20T23:27:49.777Z |
38642026-05-20T23:27:49.777Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38652026-05-20T23:27:49.777Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38662026-05-20T23:27:49.777Z |
38672026-05-20T23:27:49.777Z 34 | pub struct Name {
38682026-05-20T23:27:49.777Z | ^^^^^^^^^^^^^^^ this is the expected type
38692026-05-20T23:27:49.777Z |
38702026-05-20T23:27:49.777Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38712026-05-20T23:27:49.777Z |
38722026-05-20T23:27:49.777Z 37 | pub struct Name {
38732026-05-20T23:27:49.777Z | --------------- this is the found type
38742026-05-20T23:27:49.777Z = help: you can use `cargo tree` to explore your dependency tree
38752026-05-20T23:27:49.777Znote: associated function defined here
38762026-05-20T23:27:49.777Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38772026-05-20T23:27:49.777Z |
38782026-05-20T23:27:49.777Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38792026-05-20T23:27:49.777Z | ^^^^^^^^^^
38802026-05-20T23:27:49.777Z
38812026-05-20T23:27:49.777Zerror[E0308]: mismatched types
38822026-05-20T23:27:49.777Z --> dns-server/src/dns_server.rs:233:35
38832026-05-20T23:27:49.777Z |
38842026-05-20T23:27:49.781Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
38852026-05-20T23:27:49.782Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38862026-05-20T23:27:49.782Z | |
38872026-05-20T23:27:49.782Z | arguments to this function are incorrect
38882026-05-20T23:27:49.784Z |
38892026-05-20T23:27:49.784Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38902026-05-20T23:27:49.784Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38912026-05-20T23:27:49.784Z |
38922026-05-20T23:27:49.784Z 34 | pub struct Name {
38932026-05-20T23:27:49.784Z | ^^^^^^^^^^^^^^^ this is the expected type
38942026-05-20T23:27:49.784Z |
38952026-05-20T23:27:49.784Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38962026-05-20T23:27:49.784Z |
38972026-05-20T23:27:49.784Z 37 | pub struct Name {
38982026-05-20T23:27:49.784Z | --------------- this is the found type
38992026-05-20T23:27:49.784Z = help: you can use `cargo tree` to explore your dependency tree
39002026-05-20T23:27:49.784Znote: associated function defined here
39012026-05-20T23:27:49.784Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39022026-05-20T23:27:49.784Z |
39032026-05-20T23:27:49.784Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39042026-05-20T23:27:49.784Z | ^^^^^^^^^^
39052026-05-20T23:27:49.784Z
39062026-05-20T23:27:49.784Zerror[E0308]: mismatched types
39072026-05-20T23:27:49.784Z --> dns-server/src/dns_server.rs:247:60
39082026-05-20T23:27:49.784Z |
39092026-05-20T23:27:49.784Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
39102026-05-20T23:27:49.784Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39112026-05-20T23:27:49.784Z | |
39122026-05-20T23:27:49.784Z | arguments to this function are incorrect
39132026-05-20T23:27:49.784Z |
39142026-05-20T23:27:49.784Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39152026-05-20T23:27:49.784Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39162026-05-20T23:27:49.784Z |
39172026-05-20T23:27:49.784Z 34 | pub struct Name {
39182026-05-20T23:27:49.784Z | ^^^^^^^^^^^^^^^ this is the expected type
39192026-05-20T23:27:49.784Z |
39202026-05-20T23:27:49.784Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39212026-05-20T23:27:49.784Z |
39222026-05-20T23:27:49.785Z 37 | pub struct Name {
39232026-05-20T23:27:49.785Z | --------------- this is the found type
39242026-05-20T23:27:49.785Z = help: you can use `cargo tree` to explore your dependency tree
39252026-05-20T23:27:49.785Znote: associated function defined here
39262026-05-20T23:27:49.785Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
39272026-05-20T23:27:49.785Z |
39282026-05-20T23:27:49.785Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
39292026-05-20T23:27:49.785Z | ^^^
39302026-05-20T23:27:49.785Z
39312026-05-20T23:27:49.785Zerror[E0308]: mismatched types
39322026-05-20T23:27:49.785Z --> dns-server/src/dns_server.rs:245:17
39332026-05-20T23:27:49.785Z |
39342026-05-20T23:27:49.785Z244 | Ok(Record::from_rdata(
39352026-05-20T23:27:49.785Z | ------------------ arguments to this function are incorrect
39362026-05-20T23:27:49.785Z245 | name.clone(),
39372026-05-20T23:27:49.785Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39382026-05-20T23:27:49.785Z |
39392026-05-20T23:27:49.785Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39402026-05-20T23:27:49.785Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39412026-05-20T23:27:49.785Z |
39422026-05-20T23:27:49.785Z 34 | pub struct Name {
39432026-05-20T23:27:49.785Z | ^^^^^^^^^^^^^^^ this is the expected type
39442026-05-20T23:27:49.785Z |
39452026-05-20T23:27:49.785Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39462026-05-20T23:27:49.785Z |
39472026-05-20T23:27:49.785Z 37 | pub struct Name {
39482026-05-20T23:27:49.785Z | --------------- this is the found type
39492026-05-20T23:27:49.785Z = help: you can use `cargo tree` to explore your dependency tree
39502026-05-20T23:27:49.785Znote: associated function defined here
39512026-05-20T23:27:49.785Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39522026-05-20T23:27:49.785Z |
39532026-05-20T23:27:49.785Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39542026-05-20T23:27:49.785Z | ^^^^^^^^^^
39552026-05-20T23:27:49.785Z
39562026-05-20T23:27:49.785Zerror[E0308]: mismatched types
39572026-05-20T23:27:49.785Z --> dns-server/src/dns_server.rs:259:65
39582026-05-20T23:27:49.785Z |
39592026-05-20T23:27:49.785Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39602026-05-20T23:27:49.785Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39612026-05-20T23:27:49.786Z | |
39622026-05-20T23:27:49.786Z | arguments to this struct are incorrect
39632026-05-20T23:27:49.786Z |
39642026-05-20T23:27:49.786Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39652026-05-20T23:27:49.786Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39662026-05-20T23:27:49.786Z |
39672026-05-20T23:27:49.786Z 34 | pub struct Name {
39682026-05-20T23:27:49.786Z | ^^^^^^^^^^^^^^^ this is the expected type
39692026-05-20T23:27:49.786Z |
39702026-05-20T23:27:49.786Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39712026-05-20T23:27:49.786Z |
39722026-05-20T23:27:49.786Z 37 | pub struct Name {
39732026-05-20T23:27:49.786Z | --------------- this is the found type
39742026-05-20T23:27:49.786Z = help: you can use `cargo tree` to explore your dependency tree
39752026-05-20T23:27:49.786Znote: tuple struct defined here
39762026-05-20T23:27:49.786Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
39772026-05-20T23:27:49.786Z |
39782026-05-20T23:27:49.786Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
39792026-05-20T23:27:49.786Z | ^^
39802026-05-20T23:27:49.786Z
39812026-05-20T23:27:49.786Zerror[E0308]: mismatched types
39822026-05-20T23:27:49.786Z --> dns-server/src/dns_server.rs:259:35
39832026-05-20T23:27:49.786Z |
39842026-05-20T23:27:49.790Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39852026-05-20T23:27:49.790Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39862026-05-20T23:27:49.790Z | |
39872026-05-20T23:27:49.790Z | arguments to this function are incorrect
39882026-05-20T23:27:49.790Z |
39892026-05-20T23:27:49.790Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39902026-05-20T23:27:49.790Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39912026-05-20T23:27:49.790Z |
39922026-05-20T23:27:49.791Z 34 | pub struct Name {
39932026-05-20T23:27:49.791Z | ^^^^^^^^^^^^^^^ this is the expected type
39942026-05-20T23:27:49.791Z |
39952026-05-20T23:27:49.791Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39962026-05-20T23:27:49.791Z |
39972026-05-20T23:27:49.791Z 37 | pub struct Name {
39982026-05-20T23:27:49.791Z | --------------- this is the found type
39992026-05-20T23:27:49.791Z = help: you can use `cargo tree` to explore your dependency tree
40002026-05-20T23:27:49.791Znote: associated function defined here
40012026-05-20T23:27:49.791Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40022026-05-20T23:27:49.791Z |
40032026-05-20T23:27:49.791Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40042026-05-20T23:27:49.791Z | ^^^^^^^^^^
40052026-05-20T23:27:49.791Z
40062026-05-20T23:27:49.791Z Checking diesel v2.3.7
40072026-05-20T23:27:49.791Zerror[E0308]: arguments to this function are incorrect
40082026-05-20T23:27:49.791Z --> dns-server/src/storage.rs:448:43
40092026-05-20T23:27:49.791Z |
40102026-05-20T23:27:49.791Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
40112026-05-20T23:27:49.791Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40122026-05-20T23:27:49.791Z449 | preferred_nameserver,
40132026-05-20T23:27:49.791Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40142026-05-20T23:27:49.791Z450 | rname,
40152026-05-20T23:27:49.791Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40162026-05-20T23:27:49.791Z |
40172026-05-20T23:27:49.791Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40182026-05-20T23:27:49.791Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40192026-05-20T23:27:49.791Z |
40202026-05-20T23:27:49.791Z 34 | pub struct Name {
40212026-05-20T23:27:49.791Z | ^^^^^^^^^^^^^^^ this is the expected type
40222026-05-20T23:27:49.791Z |
40232026-05-20T23:27:49.791Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40242026-05-20T23:27:49.791Z |
40252026-05-20T23:27:49.791Z 37 | pub struct Name {
40262026-05-20T23:27:49.791Z | --------------- this is the found type
40272026-05-20T23:27:49.791Z = help: you can use `cargo tree` to explore your dependency tree
40282026-05-20T23:27:49.791Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40292026-05-20T23:27:49.791Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40302026-05-20T23:27:49.791Z |
40312026-05-20T23:27:49.792Z 34 | pub struct Name {
40322026-05-20T23:27:49.792Z | ^^^^^^^^^^^^^^^ this is the expected type
40332026-05-20T23:27:49.792Z |
40342026-05-20T23:27:49.792Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40352026-05-20T23:27:49.792Z |
40362026-05-20T23:27:49.792Z 37 | pub struct Name {
40372026-05-20T23:27:49.792Z | --------------- this is the found type
40382026-05-20T23:27:49.792Z = help: you can use `cargo tree` to explore your dependency tree
40392026-05-20T23:27:49.792Znote: associated function defined here
40402026-05-20T23:27:49.792Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
40412026-05-20T23:27:49.792Z |
40422026-05-20T23:27:49.792Z154 | pub fn new(
40432026-05-20T23:27:49.792Z | ^^^
40442026-05-20T23:27:49.792Z
40452026-05-20T23:27:49.792Zerror[E0308]: mismatched types
40462026-05-20T23:27:49.792Z --> dns-server/src/storage.rs:446:13
40472026-05-20T23:27:49.792Z |
40482026-05-20T23:27:49.792Z445 | let record = hickory_proto::rr::Record::from_rdata(
40492026-05-20T23:27:49.792Z | ------------------------------------- arguments to this function are incorrect
40502026-05-20T23:27:49.792Z446 | soa_name,
40512026-05-20T23:27:49.792Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40522026-05-20T23:27:49.792Z |
40532026-05-20T23:27:49.792Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40542026-05-20T23:27:49.792Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40552026-05-20T23:27:49.792Z |
40562026-05-20T23:27:49.792Z 34 | pub struct Name {
40572026-05-20T23:27:49.792Z | ^^^^^^^^^^^^^^^ this is the expected type
40582026-05-20T23:27:49.792Z |
40592026-05-20T23:27:49.792Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40602026-05-20T23:27:49.792Z |
40612026-05-20T23:27:49.792Z 37 | pub struct Name {
40622026-05-20T23:27:49.792Z | --------------- this is the found type
40632026-05-20T23:27:49.793Z = help: you can use `cargo tree` to explore your dependency tree
40642026-05-20T23:27:49.793Znote: associated function defined here
40652026-05-20T23:27:49.793Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40662026-05-20T23:27:49.793Z |
40672026-05-20T23:27:49.793Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40682026-05-20T23:27:49.793Z | ^^^^^^^^^^
40692026-05-20T23:27:49.793Z
40702026-05-20T23:27:49.793Zerror[E0308]: mismatched types
40712026-05-20T23:27:49.793Z --> dns-server/src/storage.rs:768:30
40722026-05-20T23:27:49.793Z |
40732026-05-20T23:27:49.793Z768 | self.query_raw(name, orig_name)
40742026-05-20T23:27:49.793Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
40752026-05-20T23:27:49.793Z | |
40762026-05-20T23:27:49.793Z | arguments to this method are incorrect
40772026-05-20T23:27:49.793Z |
40782026-05-20T23:27:49.793Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40792026-05-20T23:27:49.793Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40802026-05-20T23:27:49.793Z |
40812026-05-20T23:27:49.793Z 37 | pub struct Name {
40822026-05-20T23:27:49.793Z | ^^^^^^^^^^^^^^^ this is the expected type
40832026-05-20T23:27:49.793Z |
40842026-05-20T23:27:49.797Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40852026-05-20T23:27:49.798Z |
40862026-05-20T23:27:49.798Z 34 | pub struct Name {
40872026-05-20T23:27:49.798Z | --------------- this is the found type
40882026-05-20T23:27:49.798Z = help: you can use `cargo tree` to explore your dependency tree
40892026-05-20T23:27:49.798Znote: method defined here
40902026-05-20T23:27:49.798Z --> dns-server/src/storage.rs:780:8
40912026-05-20T23:27:49.798Z |
40922026-05-20T23:27:49.798Z780 | fn query_raw(
40932026-05-20T23:27:49.798Z | ^^^^^^^^^
40942026-05-20T23:27:49.798Z...
40952026-05-20T23:27:49.798Z783 | orig_name: &Name,
40962026-05-20T23:27:49.798Z | ----------------
40972026-05-20T23:27:49.798Z
40982026-05-20T23:27:49.798Zerror[E0308]: mismatched types
40992026-05-20T23:27:49.798Z --> dns-server/src/storage.rs:777:40
41002026-05-20T23:27:49.798Z |
41012026-05-20T23:27:49.798Z777 | self.query_raw(&LowerName::new(name), name)
41022026-05-20T23:27:49.798Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
41032026-05-20T23:27:49.798Z | |
41042026-05-20T23:27:49.798Z | arguments to this function are incorrect
41052026-05-20T23:27:49.799Z |
41062026-05-20T23:27:49.799Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
41072026-05-20T23:27:49.799Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
41082026-05-20T23:27:49.799Z |
41092026-05-20T23:27:49.799Z 34 | pub struct Name {
41102026-05-20T23:27:49.799Z | ^^^^^^^^^^^^^^^ this is the expected type
41112026-05-20T23:27:49.799Z |
41122026-05-20T23:27:49.799Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41132026-05-20T23:27:49.799Z |
41142026-05-20T23:27:49.799Z 37 | pub struct Name {
41152026-05-20T23:27:49.799Z | --------------- this is the found type
41162026-05-20T23:27:49.799Z = help: you can use `cargo tree` to explore your dependency tree
41172026-05-20T23:27:49.799Znote: associated function defined here
41182026-05-20T23:27:49.799Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
41192026-05-20T23:27:49.799Z |
41202026-05-20T23:27:49.799Z 37 | pub fn new(name: &Name) -> Self {
41212026-05-20T23:27:49.799Z | ^^^
41222026-05-20T23:27:49.799Z
41232026-05-20T23:27:49.799Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
41242026-05-20T23:27:49.799Z --> dns-server/src/storage.rs:791:33
41252026-05-20T23:27:49.799Z |
41262026-05-20T23:27:49.799Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
41272026-05-20T23:27:49.799Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
41282026-05-20T23:27:49.799Z |
41292026-05-20T23:27:49.799Zhelp: item with same name found
41302026-05-20T23:27:49.799Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
41312026-05-20T23:27:49.799Z |
41322026-05-20T23:27:49.799Z 28 | pub struct LowerName(Name);
41332026-05-20T23:27:49.799Z | ^^^^^^^^^^^^^^^^^^^^
41342026-05-20T23:27:49.799Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41352026-05-20T23:27:49.799Zhelp: the following other types implement trait `std::convert::From<T>`
41362026-05-20T23:27:49.799Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
41372026-05-20T23:27:49.799Z |
41382026-05-20T23:27:49.799Z240 | impl From<Name> for LowerName {
41392026-05-20T23:27:49.799Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
41402026-05-20T23:27:49.799Z...
41412026-05-20T23:27:49.799Z246 | impl<'a> From<&'a Name> for LowerName {
41422026-05-20T23:27:49.799Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
41432026-05-20T23:27:49.799Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41442026-05-20T23:27:49.800Z = help: you can use `cargo tree` to explore your dependency tree
41452026-05-20T23:27:49.800Z
41462026-05-20T23:27:49.838Z Compiling typify v0.4.3
41472026-05-20T23:27:50.013ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
41482026-05-20T23:27:50.013ZFor more information about an error, try `rustc --explain E0271`.
41492026-05-20T23:27:50.053Zerror: could not compile `dns-server` (lib) due to 60 previous errors
41502026-05-20T23:27:50.053Zwarning: build failed, waiting for other jobs to finish...
41512026-05-20T23:28:02.011ZError: failed: exit status: 101
41522026-05-20T23:28:02.014Z
41532026-05-20T23:28:02.015Zreal 1:22.385381878
41542026-05-20T23:28:02.015Zuser 6:24.015880814
41552026-05-20T23:28:02.015Zsys 1:57.079156357
41562026-05-20T23:28:02.015Ztrap 0.163925889
41572026-05-20T23:28:02.015Ztflt 0.079660390
41582026-05-20T23:28:02.015Zdflt 0.099019141
41592026-05-20T23:28:02.015Zkflt 0.001464611
41602026-05-20T23:28:02.015Zlock 18:15.669067082
41612026-05-20T23:28:02.015Zslp 16:11.274271441
41622026-05-20T23:28:02.015Zlat 50.884594233
41632026-05-20T23:28:02.015Zstop 5:35.096023632
41642026-05-20T23:28:02.015Zprocess exited: duration 221004 ms, exit code 1
 
41652026-05-20T23:28:02.022Zfound 0 output files