01KRD41ZDBMBCYRM0W8VZ39W4X: clippy (helios)

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

Buildomat Job: 01KRD43AQ2DB4121HQB0JJJGZE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T03:37:02.649Zjob assigned to worker 01KRD43J5DTKP0VYWXWZGC7WCV [factory aws, i-0b137510ee222d40f] (queued for 50 s)
 
22026-05-12T03:37:09.052Zstarting task 0: "setup"
32026-05-12T03:37:09.057Z++ uname -s
42026-05-12T03:37:09.060Z+ kern=SunOS
52026-05-12T03:37:09.060Z+ build_user=build
62026-05-12T03:37:09.060Z+ build_uid=12345
72026-05-12T03:37:09.060Z+ work_dir=/work
82026-05-12T03:37:09.060Z+ input_dir=/input
92026-05-12T03:37:09.060Z+ [[ 0 == 12345 ]]
102026-05-12T03:37:09.060Z+ case "$kern" in
112026-05-12T03:37:09.061Z+ groupadd -g 12345 build
122026-05-12T03:37:09.061Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T03:37:11.067Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T03:37:11.166Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T03:37:11.168Z+ home_fs=zfs
162026-05-12T03:37:11.168Z+ [[ zfs == autofs ]]
172026-05-12T03:37:11.168Z+ mkdir -p /home/build
182026-05-12T03:37:11.168Z+ chown build:build /home/build /work
192026-05-12T03:37:13.171Z+ chmod 0700 /home/build /work
202026-05-12T03:37:13.176Zprocess exited: duration 4122 ms, exit code 0
 
212026-05-12T03:37:13.186Zstarting task 1: "rust-toolchain"
222026-05-12T03:37:13.190Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-12T03:37:13.191Z * rust toolchain channel = "1.94.0"
242026-05-12T03:37:13.191Z * rust toolchain profile = "default"
252026-05-12T03:37:13.191Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-12T03:37:13.191Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-12T03:37:13.191Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-12T03:37:13.191Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T03:37:13.191Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T03:37:13.294Zinfo: downloading installer
312026-05-12T03:37:14.713Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T03:37:14.713Zwarn: /home/build/.rustup/settings.toml
332026-05-12T03:37:14.713Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T03:37:14.713Zwarn: instead of the one inferred from the default host triple.
352026-05-12T03:37:14.724Zinfo: profile set to default
362026-05-12T03:37:14.724Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T03:37:14.730Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T03:37:14.857Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T03:37:14.861Zinfo: downloading 6 components
402026-05-12T03:37:29.325Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T03:37:29.326Z
422026-05-12T03:37:29.393Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T03:37:29.393Z
442026-05-12T03:37:29.393Z
452026-05-12T03:37:29.393ZRust is installed now. Great!
462026-05-12T03:37:29.393Z
472026-05-12T03:37:29.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T03:37:29.394Zenvironment variable. This has not been done automatically.
492026-05-12T03:37:29.394Z
502026-05-12T03:37:29.394ZTo configure your current shell, you need to source
512026-05-12T03:37:29.394Zthe corresponding env file under $HOME/.cargo.
522026-05-12T03:37:29.394Z
532026-05-12T03:37:29.394ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T03:37:29.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T03:37:29.394Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T03:37:29.394Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T03:37:29.395Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T03:37:29.395Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T03:37:29.395Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T03:37:29.395Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T03:37:29.395Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T03:37:29.414Z+ rustup --version
632026-05-12T03:37:29.458Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T03:37:29.459Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T03:37:29.493Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T03:37:29.493Z+ cargo --version
672026-05-12T03:37:29.493Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T03:37:29.493Z+ rustc --version
692026-05-12T03:37:29.544Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T03:37:29.544Zprocess exited: duration 16293 ms, exit code 0
 
712026-05-12T03:37:29.569Zstarting task 2: "authentication"
722026-05-12T03:37:29.594ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-12T03:37:44.445Zprocess exited: duration 14751 ms, exit code 0
 
742026-05-12T03:37:44.678Zstarting task 3: "clone repository"
752026-05-12T03:37:44.786Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-12T03:37:44.788Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-12T03:37:44.788ZCloning into '/work/oxidecomputer/omicron'...
782026-05-12T03:37:54.565Z+ cd /work/oxidecomputer/omicron
792026-05-12T03:37:54.565Z+ git fetch origin b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
802026-05-12T03:37:54.861ZFrom https://github.com/oxidecomputer/omicron
812026-05-12T03:37:54.861Z * branch b510b6cb9b99e7326bef8cf66eba50b01cdddd2a -> FETCH_HEAD
822026-05-12T03:37:54.946Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
832026-05-12T03:37:54.946Z++ git branch --show-current
842026-05-12T03:37:54.946Z+ current=main
852026-05-12T03:37:54.946Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
862026-05-12T03:37:54.946Z+ git branch -f renovate/crate-hickory-proto-vulnerability b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
872026-05-12T03:37:54.947Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
882026-05-12T03:37:55.095ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
892026-05-12T03:37:55.166Z+ git reset --hard b510b6cb9b99e7326bef8cf66eba50b01cdddd2a
902026-05-12T03:37:55.282ZHEAD is now at b510b6cb9 Update Rust crate hickory-proto to 0.26.0 [SECURITY]
912026-05-12T03:37:55.320Zprocess exited: duration 10666 ms, exit code 0
 
922026-05-12T03:37:55.505Zstarting task 4: "build"
932026-05-12T03:37:55.638Z+ source ./env.sh
942026-05-12T03:37:55.638Z++ OLD_SHELL_OPTS=ehxB
952026-05-12T03:37:55.639Z++ set -o xtrace
962026-05-12T03:37:55.639Z++++ dirname ./env.sh
972026-05-12T03:37:55.639Z+++ readlink -f .
982026-05-12T03:37:55.639Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-12T03:37:55.639Z++ export 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-12T03:37:55.639Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-12T03:37:55.639Z++ 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
1022026-05-12T03:37:55.639Z++ 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
1032026-05-12T03:37:55.639Z++ 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
1042026-05-12T03:37:55.639Z++ 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
1052026-05-12T03:37:55.639Z++ 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
1062026-05-12T03:37:55.639Z++ 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
1072026-05-12T03:37:55.639Z++ case $OLD_SHELL_OPTS in
1082026-05-12T03:37:55.639Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-12T03:37:55.639Z+ source .github/buildomat/ci-env.sh
1102026-05-12T03:37:55.639Z++ export CARGO_TERM_COLOR=always
1112026-05-12T03:37:55.639Z++ CARGO_TERM_COLOR=always
1122026-05-12T03:37:55.639Z+ cargo --version
1132026-05-12T03:37:55.639Zcargo 1.94.0 (85eff7c80 2026-01-15)
1142026-05-12T03:37:55.639Z+ rustc --version
1152026-05-12T03:37:55.639Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1162026-05-12T03:37:55.640Z+ banner prerequisites
1172026-05-12T03:37:55.640Z
1182026-05-12T03:37:55.640Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-05-12T03:37:55.640Z # # # # # # # # # # # # # # #
1202026-05-12T03:37:55.640Z # # # # ##### # # ##### # # # # # #### #
1212026-05-12T03:37:55.640Z ##### ##### # ##### # # # # # # # # #
1222026-05-12T03:37:55.640Z # # # # # # # # # # # # # # #
1232026-05-12T03:37:55.640Z # # # ###### # # ###### ### # #### # #### #
1242026-05-12T03:37:55.640Z
1252026-05-12T03:37:55.640Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-05-12T03:37:57.012Z Startup: Refreshing catalog 'helios' ... Done
1272026-05-12T03:37:57.085Z Startup: Caching catalogs ... Done
1282026-05-12T03:37:57.195ZPlanning: Solver setup ... Done (0.119s)
1292026-05-12T03:37:57.223ZPlanning: Running solver ... Done (0.009s)
1302026-05-12T03:37:57.223ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-12T03:37:57.223ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-12T03:37:57.241ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-12T03:37:57.270ZPlanning: Package planning ... Done (0.013s)
1342026-05-12T03:37:57.270ZPlanning: Merging actions ... Done (0.001s)
1352026-05-12T03:37:57.490ZPlanning: Checking for conflicting actions ... Done (0.184s)
1362026-05-12T03:37:57.529ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-12T03:37:58.297ZPlanning: Evaluating mediators ... Done (0.815s)
1382026-05-12T03:37:58.330ZPlanning: Planning completed in 1.21 seconds
1392026-05-12T03:37:58.330Z Packages to install: 2
1402026-05-12T03:37:58.330Z Estimated space available: 156.08 GB
1412026-05-12T03:37:58.330ZEstimated space to be consumed: 16.95 MB
1422026-05-12T03:37:58.330Z Create boot environment: No
1432026-05-12T03:37:58.330ZCreate backup boot environment: No
1442026-05-12T03:37:58.330Z Rebuild boot archive: No
1452026-05-12T03:37:58.330Z
1462026-05-12T03:37:58.330ZChanged packages:
1472026-05-12T03:37:58.330Zhelios
1482026-05-12T03:37:58.331Z developer/build-essential
1492026-05-12T03:37:58.331Z None -> 11-3.0
1502026-05-12T03:37:58.331Z library/libxmlsec1
1512026-05-12T03:37:58.331Z None -> 1.2.35-3.0
1522026-05-12T03:37:58.331Z
1532026-05-12T03:37:58.331ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-12T03:37:58.916ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1552026-05-12T03:37:58.958Z Actions: 1/268 actions (Installing new actions)
1562026-05-12T03:37:58.989Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-12T03:37:59.004ZFinalize: Updating package state database ... Done (0.004s)
1582026-05-12T03:37:59.004ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-12T03:37:59.029ZFinalize: Updating image state ... Done (0.011s)
1602026-05-12T03:38:01.371ZFinalize: Creating fast lookup database ... Done (2.340s)
1612026-05-12T03:38:01.437ZFinalize: Reading search index ... Done (0.012s)
1622026-05-12T03:38:01.443ZFinalize: Updating search index ... Done (0.000s)
1632026-05-12T03:38:01.526ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-12T03:38:01.845ZPlanning: Evaluating mediator changes ... Done
1652026-05-12T03:38:01.953ZPlanning: Checking for conflicting actions ... Done
1662026-05-12T03:38:01.982ZPlanning: Consolidating action changes ... Done
1672026-05-12T03:38:02.159ZPlanning: Evaluating mediators ... Done
1682026-05-12T03:38:02.333ZPlanning: Planning completed in 0.27 seconds
1692026-05-12T03:38:02.333Z Mediators to change: 2
1702026-05-12T03:38:02.333Z Create boot environment: No
1712026-05-12T03:38:02.333ZCreate backup boot environment: No
1722026-05-12T03:38:02.333ZFinalize: Updating package state database ... Done
1732026-05-12T03:38:02.333ZFinalize: Updating package cache ... Done
1742026-05-12T03:38:02.335ZFinalize: Updating image state ... Done
1752026-05-12T03:38:04.638ZFinalize: Creating fast lookup database ... Done
1762026-05-12T03:38:04.639ZFinalize: Reading search index ... Done
1772026-05-12T03:38:04.639ZFinalize: Updating search index ... Done
1782026-05-12T03:38:04.639ZFinalize: Updating package cache ... Done
1792026-05-12T03:38:04.639ZPlanning: Evaluating mediator changes ... Done
1802026-05-12T03:38:04.672ZPlanning: Checking for conflicting actions ... Done
1812026-05-12T03:38:04.672ZPlanning: Consolidating action changes ... Done
1822026-05-12T03:38:04.803ZPlanning: Evaluating mediators ... Done
1832026-05-12T03:38:04.810ZPlanning: Planning completed in 0.26 seconds
1842026-05-12T03:38:04.831Z Mediators to change: 1
1852026-05-12T03:38:04.832Z Create boot environment: No
1862026-05-12T03:38:04.832ZCreate backup boot environment: No
1872026-05-12T03:38:04.883ZFinalize: Updating package state database ... Done
1882026-05-12T03:38:04.883ZFinalize: Updating package cache ... Done
1892026-05-12T03:38:04.925ZFinalize: Updating image state ... Done
1902026-05-12T03:38:06.917ZFinalize: Creating fast lookup database ... Done
1912026-05-12T03:38:07.078ZFinalize: Reading search index ... Done
1922026-05-12T03:38:07.078ZFinalize: Updating search index ... Done
1932026-05-12T03:38:07.168ZFinalize: Updating package cache ... Done
1942026-05-12T03:38:07.294ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-12T03:38:07.294Zapache system 2.4 system
1962026-05-12T03:38:07.294Zclang system 15 system
1972026-05-12T03:38:07.294Zcsh system system illumos
1982026-05-12T03:38:07.294Zctags system system illumos
1992026-05-12T03:38:07.294Zfile vendor vendor darwinsys
2002026-05-12T03:38:07.294Zfile system system illumos
2012026-05-12T03:38:07.294Zgcc vendor 14 vendor
2022026-05-12T03:38:07.294Zgcc system 13 system
2032026-05-12T03:38:07.294Zgcc system 10 system
2042026-05-12T03:38:07.295Zgo system 1.25 system
2052026-05-12T03:38:07.295Zllvm system 15 system
2062026-05-12T03:38:07.295Zmariadb system 11.4 system
2072026-05-12T03:38:07.295Zmta vendor vendor dma
2082026-05-12T03:38:07.295Zopenjdk system 17 system
2092026-05-12T03:38:07.295Zopenjdk system 11 system
2102026-05-12T03:38:07.295Zopenssl vendor 3 vendor
2112026-05-12T03:38:07.295Zperl system 5.40 system
2122026-05-12T03:38:07.295Zpostgresql system 18 system
2132026-05-12T03:38:07.295Zpostgresql system 17 system
2142026-05-12T03:38:07.296Zpython vendor 3 vendor
2152026-05-12T03:38:07.296Zpython system 2 system
2162026-05-12T03:38:07.296Zpython3 vendor 3.13 vendor
2172026-05-12T03:38:07.296Zruby system 3.4 system
2182026-05-12T03:38:07.296Zruby system 3.0 system
2192026-05-12T03:38:07.296Zwords vendor vendor american-english
2202026-05-12T03:38:07.296Zwords system system australian-english
2212026-05-12T03:38:07.296Zwords system system british-english
2222026-05-12T03:38:07.296Zwords system system canadian-english
2232026-05-12T03:38:07.296Zwords system system french
2242026-05-12T03:38:07.296Zwords system system italian
2252026-05-12T03:38:07.296Zwords system system ngerman
2262026-05-12T03:38:07.297Zwords system system ogerman
2272026-05-12T03:38:07.300Zwords system system spanish
2282026-05-12T03:38:07.602ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-12T03:38:07.602Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-12T03:38:07.892ZFMRI IFO
2312026-05-12T03:38:07.893Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-12T03:38:07.893Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-12T03:38:07.893Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-12T03:38:07.893Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-12T03:38:07.893Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-12T03:38:07.893Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-12T03:38:07.893Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-12T03:38:07.893Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-12T03:38:07.893Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-12T03:38:08.233Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-12T03:38:08.411Z Updating crates.io index
2422026-05-12T03:38:08.411Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-12T03:38:08.788Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-12T03:38:09.161Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-12T03:38:09.484Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-12T03:38:10.464Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-12T03:38:10.960Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-12T03:38:12.223Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-12T03:38:12.904Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-12T03:38:13.261Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-12T03:38:14.010Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-12T03:38:14.495Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-12T03:38:14.836Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-12T03:38:15.125Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-12T03:38:16.092Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-12T03:38:16.640Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-12T03:38:16.975Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-12T03:38:17.191Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-12T03:38:17.610Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-12T03:38:17.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-12T03:38:18.031Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-12T03:38:18.272Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-12T03:38:18.653Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-12T03:38:18.988Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-12T03:38:19.518Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-12T03:38:19.754Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-12T03:38:20.051Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-12T03:38:20.345Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-12T03:38:21.569Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-12T03:38:22.102Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-12T03:38:22.549Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-12T03:38:22.823Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-12T03:38:23.215Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-12T03:38:23.550Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-12T03:38:24.105Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-12T03:38:24.371Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-12T03:38:24.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-12T03:38:24.876Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-12T03:38:25.296Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-12T03:38:36.910Z Downloading crates ...
2812026-05-12T03:38:36.976Z Downloaded dtrace-parser v0.2.0
2822026-05-12T03:38:36.984Z Downloaded colorchoice v1.0.4
2832026-05-12T03:38:36.992Z Downloaded cfg-if v1.0.4
2842026-05-12T03:38:36.992Z Downloaded toml_datetime v0.6.11
2852026-05-12T03:38:36.992Z Downloaded terminal_size v0.4.3
2862026-05-12T03:38:36.996Z Downloaded form_urlencoded v1.2.2
2872026-05-12T03:38:36.996Z Downloaded errno v0.3.14
2882026-05-12T03:38:36.999Z Downloaded scroll_derive v0.12.1
2892026-05-12T03:38:36.999Z Downloaded proc-macro-error-attr v1.0.4
2902026-05-12T03:38:37.005Z Downloaded utf8parse v0.2.2
2912026-05-12T03:38:37.008Z Downloaded usdt v0.5.0
2922026-05-12T03:38:37.008Z Downloaded tinystr v0.8.2
2932026-05-12T03:38:37.012Z Downloaded thiserror v2.0.18
2942026-05-12T03:38:37.016Z Downloaded anyhow v1.0.102
2952026-05-12T03:38:37.016Z Downloaded thiserror-impl v2.0.18
2962026-05-12T03:38:37.019Z Downloaded thiserror-impl v1.0.69
2972026-05-12T03:38:37.019Z Downloaded cargo-util-schemas v0.8.2
2982026-05-12T03:38:37.019Z Downloaded utf8_iter v1.0.4
2992026-05-12T03:38:37.019Z Downloaded unicode-linebreak v0.1.5
3002026-05-12T03:38:37.019Z Downloaded smallvec v1.15.1
3012026-05-12T03:38:37.024Z Downloaded percent-encoding v2.3.2
3022026-05-12T03:38:37.024Z Downloaded anstyle v1.0.13
3032026-05-12T03:38:37.024Z Downloaded version_check v0.9.5
3042026-05-12T03:38:37.024Z Downloaded camino v1.2.2
3052026-05-12T03:38:37.028Z Downloaded unicode-xid v0.2.6
3062026-05-12T03:38:37.028Z Downloaded usdt-attr-macro v0.5.0
3072026-05-12T03:38:37.028Z Downloaded thread-id v4.2.2
3082026-05-12T03:38:37.028Z Downloaded serde_derive v1.0.228
3092026-05-12T03:38:37.032Z Downloaded icu_provider v2.1.1
3102026-05-12T03:38:37.032Z Downloaded getrandom v0.4.1
3112026-05-12T03:38:37.032Z Downloaded yoke-derive v0.8.1
3122026-05-12T03:38:37.036Z Downloaded textwrap v0.16.2
3132026-05-12T03:38:37.036Z Downloaded usdt-macro v0.5.0
3142026-05-12T03:38:37.036Z Downloaded typeid v1.0.3
3152026-05-12T03:38:37.036Z Downloaded toml_write v0.1.2
3162026-05-12T03:38:37.040Z Downloaded zerovec-derive v0.11.2
3172026-05-12T03:38:37.040Z Downloaded memchr v2.8.0
3182026-05-12T03:38:37.040Z Downloaded zerofrom-derive v0.1.6
3192026-05-12T03:38:37.040Z Downloaded thiserror v1.0.69
3202026-05-12T03:38:37.042Z Downloaded url v2.5.8
3212026-05-12T03:38:37.048Z Downloaded zerofrom v0.1.6
3222026-05-12T03:38:37.048Z Downloaded unicode-ident v1.0.24
3232026-05-12T03:38:37.048Z Downloaded zmij v1.0.21
3242026-05-12T03:38:37.053Z Downloaded icu_collections v2.1.1
3252026-05-12T03:38:37.053Z Downloaded yoke v0.8.1
3262026-05-12T03:38:37.053Z Downloaded memmap v0.7.0
3272026-05-12T03:38:37.053Z Downloaded writeable v0.6.2
3282026-05-12T03:38:37.060Z Downloaded zerocopy-derive v0.7.35
3292026-05-12T03:38:37.060Z Downloaded toml v0.8.23
3302026-05-12T03:38:37.060Z Downloaded smawk v0.3.2
3312026-05-12T03:38:37.060Z Downloaded usdt-impl v0.5.0
3322026-05-12T03:38:37.060Z Downloaded anstyle-parse v0.2.7
3332026-05-12T03:38:37.061Z Downloaded ucd-trie v0.1.7
3342026-05-12T03:38:37.064Z Downloaded block-buffer v0.10.4
3352026-05-12T03:38:37.083Z Downloaded heck v0.4.1
3362026-05-12T03:38:37.083Z Downloaded zerotrie v0.2.3
3372026-05-12T03:38:37.099Z Downloaded typenum v1.19.0
3382026-05-12T03:38:37.099Z Downloaded toml_edit v0.22.27
3392026-05-12T03:38:37.099Z Downloaded itoa v1.0.17
3402026-05-12T03:38:37.099Z Downloaded potential_utf v0.1.4
3412026-05-12T03:38:37.099Z Downloaded is_terminal_polyfill v1.70.2
3422026-05-12T03:38:37.099Z Downloaded anstyle-query v1.1.5
3432026-05-12T03:38:37.099Z Downloaded cargo-platform v0.2.0
3442026-05-12T03:38:37.099Z Downloaded serde_spanned v0.6.9
3452026-05-12T03:38:37.099Z Downloaded macaddr v1.0.1
3462026-05-12T03:38:37.099Z Downloaded swrite v0.1.0
3472026-05-12T03:38:37.099Z Downloaded crypto-common v0.1.7
3482026-05-12T03:38:37.100Z Downloaded clap_lex v1.0.0
3492026-05-12T03:38:37.100Z Downloaded plain v0.2.3
3502026-05-12T03:38:37.100Z Downloaded serde-untagged v0.1.9
3512026-05-12T03:38:37.100Z Downloaded once_cell v1.21.3
3522026-05-12T03:38:37.100Z Downloaded serde-value v0.7.0
3532026-05-12T03:38:37.100Z Downloaded clap_derive v4.5.55
3542026-05-12T03:38:37.111Z Downloaded anstream v0.6.21
3552026-05-12T03:38:37.111Z Downloaded idna_adapter v1.2.1
3562026-05-12T03:38:37.111Z Downloaded zerovec v0.11.5
3572026-05-12T03:38:37.111Z Downloaded ordered-float v2.10.1
3582026-05-12T03:38:37.111Z Downloaded zerocopy v0.7.35
3592026-05-12T03:38:37.141Z Downloaded winnow v0.7.14
3602026-05-12T03:38:37.141Z Downloaded dof v0.3.0
3612026-05-12T03:38:37.151Z Downloaded pretty-hex v0.4.1
3622026-05-12T03:38:37.151Z Downloaded fastrand v2.3.0
3632026-05-12T03:38:37.151Z Downloaded cpufeatures v0.2.17
3642026-05-12T03:38:37.151Z Downloaded unicode-width v0.1.14
3652026-05-12T03:38:37.151Z Downloaded equivalent v1.0.2
3662026-05-12T03:38:37.152Z Downloaded unicode-width v0.2.0
3672026-05-12T03:38:37.152Z Downloaded generic-array v0.14.7
3682026-05-12T03:38:37.152Z Downloaded tabled_derive v0.7.0
3692026-05-12T03:38:37.152Z Downloaded fnv v1.0.7
3702026-05-12T03:38:37.152Z Downloaded stable_deref_trait v1.2.1
3712026-05-12T03:38:37.152Z Downloaded proc-macro-error v1.0.4
3722026-05-12T03:38:37.152Z Downloaded heck v0.5.0
3732026-05-12T03:38:37.152Z Downloaded displaydoc v0.2.5
3742026-05-12T03:38:37.152Z Downloaded cargo_metadata v0.21.0
3752026-05-12T03:38:37.152Z Downloaded bytecount v0.6.9
3762026-05-12T03:38:37.153Z Downloaded strsim v0.11.1
3772026-05-12T03:38:37.167Z Downloaded camino-tempfile v1.4.1
3782026-05-12T03:38:37.175Z Downloaded byteorder v1.5.0
3792026-05-12T03:38:37.175Z Downloaded autocfg v1.5.0
3802026-05-12T03:38:37.175Z Downloaded cargo_toml v0.21.0
3812026-05-12T03:38:37.175Z Downloaded sha2 v0.10.9
3822026-05-12T03:38:37.175Z Downloaded synstructure v0.13.2
3832026-05-12T03:38:37.175Z Downloaded scroll v0.12.0
3842026-05-12T03:38:37.175Z Downloaded fs-err v3.3.0
3852026-05-12T03:38:37.180Z Downloaded digest v0.10.7
3862026-05-12T03:38:37.181Z Downloaded pest_derive v2.8.6
3872026-05-12T03:38:37.185Z Downloaded papergrid v0.11.0
3882026-05-12T03:38:37.195Z Downloaded litemap v0.8.1
3892026-05-12T03:38:37.195Z Downloaded bitflags v2.11.0
3902026-05-12T03:38:37.198Z Downloaded serde_tokenstream v0.2.3
3912026-05-12T03:38:37.198Z Downloaded tempfile v3.25.0
3922026-05-12T03:38:37.198Z Downloaded erased-serde v0.4.9
3932026-05-12T03:38:37.201Z Downloaded quote v1.0.45
3942026-05-12T03:38:37.206Z Downloaded proc-macro2 v1.0.106
3952026-05-12T03:38:37.220Z Downloaded hashbrown v0.17.0
3962026-05-12T03:38:37.224Z Downloaded num-traits v0.2.19
3972026-05-12T03:38:37.224Z Downloaded icu_properties v2.1.2
3982026-05-12T03:38:37.224Z Downloaded semver v1.0.28
3992026-05-12T03:38:37.224Z Downloaded log v0.4.29
4002026-05-12T03:38:37.231Z Downloaded pest_generator v2.8.6
4012026-05-12T03:38:37.243Z Downloaded pest_meta v2.8.6
4022026-05-12T03:38:37.243Z Downloaded serde_core v1.0.228
4032026-05-12T03:38:37.243Z Downloaded icu_normalizer v2.1.1
4042026-05-12T03:38:37.269Z Downloaded icu_normalizer_data v2.1.1
4052026-05-12T03:38:37.269Z Downloaded icu_locale_core v2.1.1
4062026-05-12T03:38:37.273Z Downloaded serde v1.0.228
4072026-05-12T03:38:37.273Z Downloaded clap v4.5.60
4082026-05-12T03:38:37.280Z Downloaded indexmap v2.14.0
4092026-05-12T03:38:37.295Z Downloaded serde_json v1.0.149
4102026-05-12T03:38:37.303Z Downloaded pest v2.8.6
4112026-05-12T03:38:37.308Z Downloaded clap_builder v4.5.60
4122026-05-12T03:38:37.308Z Downloaded idna v1.1.0
4132026-05-12T03:38:37.320Z Downloaded icu_properties_data v2.1.2
4142026-05-12T03:38:37.326Z Downloaded syn v2.0.117
4152026-05-12T03:38:37.334Z Downloaded tabled v0.15.0
4162026-05-12T03:38:37.339Z Downloaded goblin v0.8.2
4172026-05-12T03:38:37.342Z Downloaded syn v1.0.109
4182026-05-12T03:38:37.367Z Downloaded rustix v1.1.3
4192026-05-12T03:38:37.374Z Downloaded libc v0.2.185
4202026-05-12T03:38:37.443Z Compiling proc-macro2 v1.0.106
4212026-05-12T03:38:37.443Z Compiling quote v1.0.45
4222026-05-12T03:38:37.451Z Compiling unicode-ident v1.0.24
4232026-05-12T03:38:37.451Z Compiling serde_core v1.0.228
4242026-05-12T03:38:37.451Z Compiling libc v0.2.185
4252026-05-12T03:38:37.451Z Compiling version_check v0.9.5
4262026-05-12T03:38:37.451Z Compiling stable_deref_trait v1.2.1
4272026-05-12T03:38:37.451Z Compiling memchr v2.8.0
4282026-05-12T03:38:37.757Z Compiling serde v1.0.228
4292026-05-12T03:38:37.773Z Compiling zmij v1.0.21
4302026-05-12T03:38:38.029Z Compiling thiserror v1.0.69
4312026-05-12T03:38:38.038Z Compiling itoa v1.0.17
4322026-05-12T03:38:38.226Z Compiling autocfg v1.5.0
4332026-05-12T03:38:38.275Z Compiling ucd-trie v0.1.7
4342026-05-12T03:38:38.406Z Compiling litemap v0.8.1
4352026-05-12T03:38:38.495Z Compiling pest v2.8.6
4362026-05-12T03:38:38.503Z Compiling writeable v0.6.2
4372026-05-12T03:38:38.581Z Compiling icu_normalizer_data v2.1.1
4382026-05-12T03:38:38.639Z Compiling byteorder v1.5.0
4392026-05-12T03:38:38.773Z Compiling icu_properties_data v2.1.2
4402026-05-12T03:38:38.828Z Compiling rustix v1.1.3
4412026-05-12T03:38:38.867Z Compiling syn v2.0.117
4422026-05-12T03:38:38.993Z Compiling errno v0.3.14
4432026-05-12T03:38:39.012Z Compiling serde_json v1.0.149
4442026-05-12T03:38:39.029Z Compiling bitflags v2.11.0
4452026-05-12T03:38:39.240Z Compiling num-traits v0.2.19
4462026-05-12T03:38:39.256Z Compiling smallvec v1.15.1
4472026-05-12T03:38:39.364Z Compiling typeid v1.0.3
4482026-05-12T03:38:39.422Z Compiling hashbrown v0.17.0
4492026-05-12T03:38:39.631Z Compiling pest_meta v2.8.6
4502026-05-12T03:38:39.663Z Compiling equivalent v1.0.2
4512026-05-12T03:38:39.773Z Compiling thread-id v4.2.2
4522026-05-12T03:38:39.866Z Compiling proc-macro-error-attr v1.0.4
4532026-05-12T03:38:39.875Z Compiling usdt-impl v0.5.0
4542026-05-12T03:38:39.923Z Compiling indexmap v2.14.0
4552026-05-12T03:38:39.976Z Compiling toml_write v0.1.2
4562026-05-12T03:38:40.035Z Compiling winnow v0.7.14
4572026-05-12T03:38:40.077Z Compiling erased-serde v0.4.9
4582026-05-12T03:38:40.315Z Compiling syn v1.0.109
4592026-05-12T03:38:40.642Z Compiling proc-macro-error v1.0.4
4602026-05-12T03:38:40.659Z Compiling utf8parse v0.2.2
4612026-05-12T03:38:40.784Z Compiling utf8_iter v1.0.4
4622026-05-12T03:38:40.829Z Compiling percent-encoding v2.3.2
4632026-05-12T03:38:40.926Z Compiling plain v0.2.3
4642026-05-12T03:38:41.024Z Compiling camino v1.2.2
4652026-05-12T03:38:41.046Z Compiling thiserror v2.0.18
4662026-05-12T03:38:41.103Z Compiling getrandom v0.4.1
4672026-05-12T03:38:41.182Z Compiling log v0.4.29
4682026-05-12T03:38:41.217Z Compiling ordered-float v2.10.1
4692026-05-12T03:38:41.370Z Compiling form_urlencoded v1.2.2
4702026-05-12T03:38:41.444Z Compiling synstructure v0.13.2
4712026-05-12T03:38:41.474Z Compiling pest_generator v2.8.6
4722026-05-12T03:38:41.507Z Compiling anstyle-parse v0.2.7
4732026-05-12T03:38:41.591Z Compiling terminal_size v0.4.3
4742026-05-12T03:38:41.729Z Compiling pretty-hex v0.4.1
4752026-05-12T03:38:41.873Z Compiling is_terminal_polyfill v1.70.2
4762026-05-12T03:38:41.937Z Compiling colorchoice v1.0.4
4772026-05-12T03:38:41.989Z Compiling cfg-if v1.0.4
4782026-05-12T03:38:42.042Z Compiling anstyle-query v1.1.5
4792026-05-12T03:38:42.047Z Compiling anstyle v1.0.13
4802026-05-12T03:38:42.094Z Compiling serde-untagged v0.1.9
4812026-05-12T03:38:42.224Z Compiling anstream v0.6.21
4822026-05-12T03:38:42.245Z Compiling semver v1.0.28
4832026-05-12T03:38:42.275Z Compiling fs-err v3.3.0
4842026-05-12T03:38:42.349Z Compiling heck v0.5.0
4852026-05-12T03:38:42.465Z Compiling strsim v0.11.1
4862026-05-12T03:38:42.540Z Compiling bytecount v0.6.9
4872026-05-12T03:38:42.564Z Compiling heck v0.4.1
4882026-05-12T03:38:42.581Z Compiling fnv v1.0.7
4892026-05-12T03:38:42.613Z Compiling anyhow v1.0.102
4902026-05-12T03:38:42.681Z Compiling once_cell v1.21.3
4912026-05-12T03:38:42.698Z Compiling fastrand v2.3.0
4922026-05-12T03:38:42.834Z Compiling unicode-xid v0.2.6
4932026-05-12T03:38:42.905Z Compiling unicode-width v0.1.14
4942026-05-12T03:38:42.922Z Compiling clap_lex v1.0.0
4952026-05-12T03:38:42.969Z Compiling tempfile v3.25.0
4962026-05-12T03:38:43.122Z Compiling clap_builder v4.5.60
4972026-05-12T03:38:43.164Z Compiling papergrid v0.11.0
4982026-05-12T03:38:43.181Z Compiling serde_derive v1.0.228
4992026-05-12T03:38:43.181Z Compiling zerofrom-derive v0.1.6
5002026-05-12T03:38:43.212Z Compiling yoke-derive v0.8.1
5012026-05-12T03:38:43.351Z Compiling zerovec-derive v0.11.2
5022026-05-12T03:38:43.663Z Compiling displaydoc v0.2.5
5032026-05-12T03:38:44.369Z Compiling thiserror-impl v1.0.69
5042026-05-12T03:38:44.406Z Compiling zerocopy-derive v0.7.35
5052026-05-12T03:38:44.444Z Compiling pest_derive v2.8.6
5062026-05-12T03:38:44.563Z Compiling zerofrom v0.1.6
5072026-05-12T03:38:44.574Z Compiling scroll_derive v0.12.1
5082026-05-12T03:38:44.692Z Compiling yoke v0.8.1
5092026-05-12T03:38:44.858Z Compiling thiserror-impl v2.0.18
5102026-05-12T03:38:44.882Z Compiling zerovec v0.11.5
5112026-05-12T03:38:45.231Z Compiling zerotrie v0.2.3
5122026-05-12T03:38:45.265Z Compiling zerocopy v0.7.35
5132026-05-12T03:38:45.396Z Compiling tinystr v0.8.2
5142026-05-12T03:38:45.544Z Compiling potential_utf v0.1.4
5152026-05-12T03:38:45.638Z Compiling icu_locale_core v2.1.1
5162026-05-12T03:38:45.713Z Compiling icu_collections v2.1.1
5172026-05-12T03:38:45.734Z Compiling dtrace-parser v0.2.0
5182026-05-12T03:38:45.814Z Compiling scroll v0.12.0
5192026-05-12T03:38:46.118Z Compiling goblin v0.8.2
5202026-05-12T03:38:46.162Z Compiling tabled_derive v0.7.0
5212026-05-12T03:38:46.205Z Compiling clap_derive v4.5.55
5222026-05-12T03:38:46.291Z Compiling icu_provider v2.1.1
5232026-05-12T03:38:46.492Z Compiling memmap v0.7.0
5242026-05-12T03:38:46.590Z Compiling icu_properties v2.1.2
5252026-05-12T03:38:46.619Z Compiling icu_normalizer v2.1.1
5262026-05-12T03:38:46.619Z Compiling toml_datetime v0.6.11
5272026-05-12T03:38:46.619Z Compiling serde_spanned v0.6.9
5282026-05-12T03:38:46.674Z Compiling dof v0.3.0
5292026-05-12T03:38:46.758Z Compiling serde_tokenstream v0.2.3
5302026-05-12T03:38:46.853Z Compiling toml_edit v0.22.27
5312026-05-12T03:38:47.120Z Compiling serde-value v0.7.0
5322026-05-12T03:38:47.136Z Compiling cargo-platform v0.2.0
5332026-05-12T03:38:47.197Z Compiling unicode-linebreak v0.1.5
5342026-05-12T03:38:47.434Z Compiling idna_adapter v1.2.1
5352026-05-12T03:38:47.448Z Compiling unicode-width v0.2.0
5362026-05-12T03:38:47.487Z Compiling smawk v0.3.2
5372026-05-12T03:38:47.566Z Compiling idna v1.1.0
5382026-05-12T03:38:47.631Z Compiling tabled v0.15.0
5392026-05-12T03:38:47.725Z Compiling textwrap v0.16.2
5402026-05-12T03:38:47.745Z Compiling usdt-attr-macro v0.5.0
5412026-05-12T03:38:47.951Z Compiling url v2.5.8
5422026-05-12T03:38:48.083Z Compiling usdt-macro v0.5.0
5432026-05-12T03:38:48.195Z Compiling clap v4.5.60
5442026-05-12T03:38:48.239Z Compiling macaddr v1.0.1
5452026-05-12T03:38:48.415Z Compiling toml v0.8.23
5462026-05-12T03:38:48.663Z Compiling camino-tempfile v1.4.1
5472026-05-12T03:38:48.701Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5482026-05-12T03:38:48.715Z Compiling swrite v0.1.0
5492026-05-12T03:38:48.888Z Compiling cargo-util-schemas v0.8.2
5502026-05-12T03:38:48.942Z Compiling cargo_toml v0.21.0
5512026-05-12T03:38:49.273Z Compiling usdt v0.5.0
5522026-05-12T03:38:49.844Z Compiling cargo_metadata v0.21.0
5532026-05-12T03:38:50.768Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-12T03:38:52.792Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.93s
5552026-05-12T03:38:53.092Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-12T03:38:53.635Z Downloading crates ...
5572026-05-12T03:38:53.749Z Downloaded bit-set v0.8.0
5582026-05-12T03:38:53.802Z Downloaded crossbeam-utils v0.8.21
5592026-05-12T03:38:53.802Z Downloaded cstr-argument v0.1.2
5602026-05-12T03:38:53.802Z Downloaded crc32fast v1.5.0
5612026-05-12T03:38:53.802Z Downloaded adler2 v2.0.1
5622026-05-12T03:38:53.802Z Downloaded async-stream v0.3.6
5632026-05-12T03:38:53.802Z Downloaded bcs v0.1.6
5642026-05-12T03:38:53.802Z Downloaded darling v0.20.11
5652026-05-12T03:38:53.802Z Downloaded foldhash v0.1.5
5662026-05-12T03:38:53.802Z Downloaded dof v0.4.0
5672026-05-12T03:38:53.802Z Downloaded deranged v0.5.8
5682026-05-12T03:38:53.802Z Downloaded cassowary v0.3.0
5692026-05-12T03:38:53.802Z Downloaded constant_time_eq v0.4.2
5702026-05-12T03:38:53.803Z Downloaded async-bb8-diesel v0.2.1
5712026-05-12T03:38:53.803Z Downloaded crc v3.4.0
5722026-05-12T03:38:53.803Z Downloaded cipher v0.4.4
5732026-05-12T03:38:53.803Z Downloaded buf-list v1.1.2
5742026-05-12T03:38:53.803Z Downloaded dropshot v0.16.7
5752026-05-12T03:38:53.803Z Downloaded float-cmp v0.10.0
5762026-05-12T03:38:53.803Z Downloaded fallible-iterator v0.2.0
5772026-05-12T03:38:53.803Z Downloaded base64 v0.21.7
5782026-05-12T03:38:53.803Z Downloaded enum-as-inner v0.6.1
5792026-05-12T03:38:53.803Z Downloaded defmt-parser v1.0.0
5802026-05-12T03:38:53.826Z Downloaded defmt v1.0.1
5812026-05-12T03:38:53.826Z Downloaded foreign-types-shared v0.1.1
5822026-05-12T03:38:53.826Z Downloaded erased-serde v0.3.31
5832026-05-12T03:38:53.826Z Downloaded fixedbitset v0.4.2
5842026-05-12T03:38:53.827Z Downloaded dtrace-parser v0.3.0
5852026-05-12T03:38:53.827Z Downloaded bytes v1.11.1
5862026-05-12T03:38:53.827Z Downloaded ctr v0.9.2
5872026-05-12T03:38:53.827Z Downloaded dirs-next v2.0.0
5882026-05-12T03:38:53.827Z Downloaded curve25519-dalek-derive v0.1.1
5892026-05-12T03:38:53.827Z Downloaded crucible-workspace-hack v0.1.0
5902026-05-12T03:38:53.827Z Downloaded endian-type v0.1.2
5912026-05-12T03:38:53.827Z Downloaded defmt v0.3.100
5922026-05-12T03:38:53.827Z Downloaded ciborium-io v0.2.2
5932026-05-12T03:38:53.827Z Downloaded debug-ignore v1.0.5
5942026-05-12T03:38:53.828Z Downloaded chacha20poly1305 v0.10.1
5952026-05-12T03:38:53.828Z Downloaded der_derive v0.7.3
5962026-05-12T03:38:53.828Z Downloaded document-features v0.2.12
5972026-05-12T03:38:53.828Z Downloaded bit-vec v0.8.0
5982026-05-12T03:38:53.828Z Downloaded difflib v0.4.0
5992026-05-12T03:38:53.828Z Downloaded const_format_proc_macros v0.2.34
6002026-05-12T03:38:53.828Z Downloaded compression-core v0.4.31
6012026-05-12T03:38:53.828Z Downloaded block-padding v0.3.3
6022026-05-12T03:38:53.828Z Downloaded crc8 v0.1.1
6032026-05-12T03:38:53.828Z Downloaded bitfield-struct v0.6.2
6042026-05-12T03:38:53.828Z Downloaded embedded-io v0.4.0
6052026-05-12T03:38:53.828Z Downloaded async-stream-impl v0.3.6
6062026-05-12T03:38:53.828Z Downloaded arrayref v0.3.9
6072026-05-12T03:38:53.828Z Downloaded bcrypt-pbkdf v0.10.0
6082026-05-12T03:38:53.828Z Downloaded darling_macro v0.20.11
6092026-05-12T03:38:53.829Z Downloaded array-init v0.0.4
6102026-05-12T03:38:53.829Z Downloaded castaway v0.2.4
6112026-05-12T03:38:53.830Z Downloaded foreign-types v0.5.0
6122026-05-12T03:38:53.830Z Downloaded downcast-rs v2.0.2
6132026-05-12T03:38:53.830Z Downloaded assert_matches v1.5.0
6142026-05-12T03:38:53.830Z Downloaded dyn-clone v1.0.20
6152026-05-12T03:38:53.830Z Downloaded cpufeatures v0.3.0
6162026-05-12T03:38:53.830Z Downloaded cargo-platform v0.1.9
6172026-05-12T03:38:53.830Z Downloaded foreign-types v0.3.2
6182026-05-12T03:38:53.830Z Downloaded cfg_aliases v0.2.1
6192026-05-12T03:38:53.831Z Downloaded diesel_table_macro_syntax v0.3.0
6202026-05-12T03:38:53.831Z Downloaded fd-lock v4.0.4
6212026-05-12T03:38:53.831Z Downloaded atomic-waker v1.1.2
6222026-05-12T03:38:53.832Z Downloaded async-recursion v1.1.1
6232026-05-12T03:38:53.832Z Downloaded darling v0.21.3
6242026-05-12T03:38:53.886Z Downloaded derive_builder_macro v0.20.2
6252026-05-12T03:38:53.886Z Downloaded allocator-api2 v0.2.21
6262026-05-12T03:38:53.886Z Downloaded camino-tempfile-ext v0.3.3
6272026-05-12T03:38:53.886Z Downloaded fxhash v0.2.1
6282026-05-12T03:38:53.886Z Downloaded futures-sink v0.3.32
6292026-05-12T03:38:53.886Z Downloaded critical-section v1.2.0
6302026-05-12T03:38:53.886Z Downloaded bitfield-macros v0.19.4
6312026-05-12T03:38:53.887Z Downloaded daft-derive v0.1.5
6322026-05-12T03:38:53.887Z Downloaded atty v0.2.14
6332026-05-12T03:38:53.887Z Downloaded crc-catalog v2.4.0
6342026-05-12T03:38:53.887Z Downloaded dunce v1.0.5
6352026-05-12T03:38:53.887Z Downloaded darling_macro v0.21.3
6362026-05-12T03:38:53.887Z Downloaded embedded-io v0.6.1
6372026-05-12T03:38:53.887Z Downloaded crunchy v0.2.4
6382026-05-12T03:38:53.887Z Downloaded dirs-sys-next v0.1.2
6392026-05-12T03:38:53.887Z Downloaded bitflags v1.3.2
6402026-05-12T03:38:53.887Z Downloaded bit-vec v0.6.3
6412026-05-12T03:38:53.887Z Downloaded foreign-types-macros v0.2.3
6422026-05-12T03:38:53.887Z Downloaded dropshot-api-manager-types v0.7.1
6432026-05-12T03:38:53.887Z Downloaded display-error-chain v0.2.2
6442026-05-12T03:38:53.888Z Downloaded convert_case v0.10.0
6452026-05-12T03:38:53.888Z Downloaded foreign-types-shared v0.3.1
6462026-05-12T03:38:53.888Z Downloaded blowfish v0.9.1
6472026-05-12T03:38:53.979Z Downloaded arrayvec v0.7.6
6482026-05-12T03:38:53.979Z Downloaded bitfield v0.19.4
6492026-05-12T03:38:53.979Z Downloaded gethostname v0.5.0
6502026-05-12T03:38:53.979Z Downloaded funty v2.0.0
6512026-05-12T03:38:53.979Z Downloaded futures-core v0.3.32
6522026-05-12T03:38:53.979Z Downloaded base16ct v0.2.0
6532026-05-12T03:38:53.980Z Downloaded atomicwrites v0.4.4
6542026-05-12T03:38:53.980Z Downloaded hash32 v0.3.1
6552026-05-12T03:38:53.980Z Downloaded globwalk v0.9.1
6562026-05-12T03:38:53.980Z Downloaded cobs v0.3.0
6572026-05-12T03:38:53.980Z Downloaded convert_case v0.4.0
6582026-05-12T03:38:53.980Z Downloaded defmt-macros v1.0.1
6592026-05-12T03:38:53.980Z Downloaded bit-set v0.5.3
6602026-05-12T03:38:53.980Z Downloaded ecdsa v0.16.9
6612026-05-12T03:38:53.980Z Downloaded colored v2.2.0
6622026-05-12T03:38:53.980Z Downloaded diesel-dtrace v0.5.0
6632026-05-12T03:38:53.980Z Downloaded derive_builder_core v0.20.2
6642026-05-12T03:38:53.980Z Downloaded ahash v0.8.12
6652026-05-12T03:38:53.980Z Downloaded float-ord v0.3.2
6662026-05-12T03:38:53.980Z Downloaded crossbeam-deque v0.8.6
6672026-05-12T03:38:53.980Z Downloaded futures-macro v0.3.32
6682026-05-12T03:38:53.980Z Downloaded derive-ex v0.1.8
6692026-05-12T03:38:53.980Z Downloaded cfg_aliases v0.1.1
6702026-05-12T03:38:53.981Z Downloaded daft v0.1.5
6712026-05-12T03:38:53.981Z Downloaded foldhash v0.2.0
6722026-05-12T03:38:53.981Z Downloaded futures-task v0.3.32
6732026-05-12T03:38:53.981Z Downloaded either v1.15.0
6742026-05-12T03:38:53.981Z Downloaded bb8 v0.8.6
6752026-05-12T03:38:53.981Z Downloaded ascii-canvas v3.0.0
6762026-05-12T03:38:53.981Z Downloaded headers-core v0.3.0
6772026-05-12T03:38:53.981Z Downloaded compact_str v0.8.1
6782026-05-12T03:38:53.981Z Downloaded glob v0.3.3
6792026-05-12T03:38:53.981Z Downloaded futures-executor v0.3.32
6802026-05-12T03:38:53.981Z Downloaded cexpr v0.6.0
6812026-05-12T03:38:53.981Z Downloaded futures-io v0.3.32
6822026-05-12T03:38:53.981Z Downloaded data-encoding v2.10.0
6832026-05-12T03:38:53.981Z Downloaded csv-core v0.1.13
6842026-05-12T03:38:53.981Z Downloaded git-stub v1.0.0
6852026-05-12T03:38:53.981Z Downloaded crossbeam-epoch v0.9.18
6862026-05-12T03:38:53.981Z Downloaded find-msvc-tools v0.1.9
6872026-05-12T03:38:53.981Z Downloaded hubpack_derive v0.1.1
6882026-05-12T03:38:53.982Z Downloaded hex v0.4.3
6892026-05-12T03:38:53.982Z Downloaded clang-sys v1.8.1
6902026-05-12T03:38:53.982Z Downloaded hex-literal v0.4.1
6912026-05-12T03:38:53.982Z Downloaded cookie_store v0.22.1
6922026-05-12T03:38:53.982Z Downloaded console v0.15.11
6932026-05-12T03:38:53.982Z Downloaded hostname v0.4.2
6942026-05-12T03:38:53.982Z Downloaded bzip2 v0.4.4
6952026-05-12T03:38:54.021Z Downloaded flagset v0.4.7
6962026-05-12T03:38:54.021Z Downloaded fs-err v2.11.0
6972026-05-12T03:38:54.021Z Downloaded chacha20 v0.10.0
6982026-05-12T03:38:54.021Z Downloaded ghash v0.5.1
6992026-05-12T03:38:54.021Z Downloaded chacha20 v0.9.1
7002026-05-12T03:38:54.021Z Downloaded filetime v0.2.27
7012026-05-12T03:38:54.021Z Downloaded group v0.13.0
7022026-05-12T03:38:54.021Z Downloaded ff v0.13.1
7032026-05-12T03:38:54.021Z Downloaded byte-wrapper v0.1.0
7042026-05-12T03:38:54.021Z Downloaded cookie v0.18.1
7052026-05-12T03:38:54.021Z Downloaded hyper-tls v0.6.0
7062026-05-12T03:38:54.021Z Downloaded indent_write v2.2.0
7072026-05-12T03:38:54.021Z Downloaded http-body v1.0.1
7082026-05-12T03:38:54.022Z Downloaded ident_case v1.0.1
7092026-05-12T03:38:54.022Z Downloaded hubpack v0.1.2
7102026-05-12T03:38:54.022Z Downloaded http-range v0.1.5
7112026-05-12T03:38:54.022Z Downloaded hostname v0.3.1
7122026-05-12T03:38:54.022Z Downloaded httpdate v1.0.3
7132026-05-12T03:38:54.022Z Downloaded env_logger v0.11.9
7142026-05-12T03:38:54.022Z Downloaded crypto-bigint v0.5.5
7152026-05-12T03:38:54.022Z Downloaded home v0.5.12
7162026-05-12T03:38:54.022Z Downloaded diff v0.1.13
7172026-05-12T03:38:54.022Z Downloaded darling v0.23.0
7182026-05-12T03:38:54.022Z Downloaded instability v0.3.11
7192026-05-12T03:38:54.022Z Downloaded internet-checksum v0.2.1
7202026-05-12T03:38:54.022Z Downloaded compression-codecs v0.4.37
7212026-05-12T03:38:54.023Z Downloaded des v0.8.1
7222026-05-12T03:38:54.023Z Downloaded cargo_metadata v0.19.2
7232026-05-12T03:38:54.023Z Downloaded getrandom v0.2.17
7242026-05-12T03:38:54.023Z Downloaded is_ci v1.2.0
7252026-05-12T03:38:54.023Z Downloaded is-terminal v0.4.17
7262026-05-12T03:38:54.023Z Downloaded instant v0.1.13
7272026-05-12T03:38:54.023Z Downloaded fs_extra v1.3.0
7282026-05-12T03:38:54.023Z Downloaded ed25519 v2.2.3
7292026-05-12T03:38:54.023Z Downloaded inout v0.1.4
7302026-05-12T03:38:54.024Z Downloaded derive_builder v0.20.2
7312026-05-12T03:38:54.024Z Downloaded lazy_static v1.5.0
7322026-05-12T03:38:54.024Z Downloaded aes-gcm v0.10.3
7332026-05-12T03:38:54.024Z Downloaded lalrpop-util v0.19.12
7342026-05-12T03:38:54.024Z Downloaded kstat-rs v0.2.4
7352026-05-12T03:38:54.024Z Downloaded cbc v0.1.2
7362026-05-12T03:38:54.024Z Downloaded async-trait v0.1.89
7372026-05-12T03:38:54.024Z Downloaded ena v0.14.4
7382026-05-12T03:38:54.025Z Downloaded ciborium-ll v0.2.2
7392026-05-12T03:38:54.025Z Downloaded drift v0.1.4
7402026-05-12T03:38:54.025Z Downloaded maybe-uninit v2.0.0
7412026-05-12T03:38:54.025Z Downloaded match_cfg v0.1.0
7422026-05-12T03:38:54.025Z Downloaded globset v0.4.18
7432026-05-12T03:38:54.025Z Downloaded lru-slab v0.1.2
7442026-05-12T03:38:54.025Z Downloaded git-stub-vcs v0.1.0
7452026-05-12T03:38:54.025Z Downloaded console v0.16.2
7462026-05-12T03:38:54.025Z Downloaded lru-cache v0.1.2
7472026-05-12T03:38:54.025Z Downloaded const_format v0.2.35
7482026-05-12T03:38:54.025Z Downloaded managed v0.8.0
7492026-05-12T03:38:54.025Z Downloaded hyper-staticfile v0.10.1
7502026-05-12T03:38:54.025Z Downloaded md5 v0.7.0
7512026-05-12T03:38:54.025Z Downloaded maplit v1.0.2
7522026-05-12T03:38:54.025Z Downloaded mime v0.3.17
7532026-05-12T03:38:54.025Z Downloaded http-body-util v0.1.3
7542026-05-12T03:38:54.025Z Downloaded lzss v0.8.2
7552026-05-12T03:38:54.026Z Downloaded newline-converter v0.3.0
7562026-05-12T03:38:54.026Z Downloaded memoffset v0.9.1
7572026-05-12T03:38:54.026Z Downloaded derive-where v1.6.0
7582026-05-12T03:38:54.059Z Downloaded half v1.8.3
7592026-05-12T03:38:54.059Z Downloaded bzip2 v0.6.1
7602026-05-12T03:38:54.059Z Downloaded ingot v0.1.1
7612026-05-12T03:38:54.059Z Downloaded fatfs v0.3.6
7622026-05-12T03:38:54.059Z Downloaded newtype_derive v0.1.6
7632026-05-12T03:38:54.059Z Downloaded ingot-types v0.1.2
7642026-05-12T03:38:54.059Z Downloaded impl-trait-for-tuples v0.2.3
7652026-05-12T03:38:54.059Z Downloaded crc-any v2.5.0
7662026-05-12T03:38:54.059Z Downloaded humantime v2.3.0
7672026-05-12T03:38:54.059Z Downloaded new_debug_unreachable v1.0.6
7682026-05-12T03:38:54.059Z Downloaded nibble_vec v0.1.0
7692026-05-12T03:38:54.059Z Downloaded derive_more v0.99.20
7702026-05-12T03:38:54.059Z Downloaded num v0.4.3
7712026-05-12T03:38:54.059Z Downloaded newtype-uuid-macros v0.1.0
7722026-05-12T03:38:54.059Z Downloaded fixedbitset v0.5.7
7732026-05-12T03:38:54.059Z Downloaded ipnet v2.11.0
7742026-05-12T03:38:54.059Z Downloaded indoc v1.0.9
7752026-05-12T03:38:54.059Z Downloaded nodrop v0.1.14
7762026-05-12T03:38:54.059Z Downloaded elliptic-curve v0.13.8
7772026-05-12T03:38:54.059Z Downloaded num-derive v0.3.3
7782026-05-12T03:38:54.059Z Downloaded jobserver v0.1.34
7792026-05-12T03:38:54.060Z Downloaded hmac v0.12.1
7802026-05-12T03:38:54.060Z Downloaded normalize-line-endings v0.3.0
7812026-05-12T03:38:54.060Z Downloaded darling_core v0.20.11
7822026-05-12T03:38:54.060Z Downloaded num-conv v0.2.0
7832026-05-12T03:38:54.060Z Downloaded olpc-cjson v0.1.4
7842026-05-12T03:38:54.060Z Downloaded linear-map v1.2.0
7852026-05-12T03:38:54.060Z Downloaded libsw-core v0.3.2
7862026-05-12T03:38:54.060Z Downloaded libefi-sys v0.1.0
7872026-05-12T03:38:54.060Z Downloaded ipnetwork v0.21.1
7882026-05-12T03:38:54.060Z Downloaded keccak v0.1.6
7892026-05-12T03:38:54.060Z Downloaded num-derive v0.4.2
7902026-05-12T03:38:54.060Z Downloaded nonempty v0.12.0
7912026-05-12T03:38:54.060Z Downloaded dropshot_endpoint v0.17.0
7922026-05-12T03:38:54.060Z Downloaded lru v0.12.5
7932026-05-12T03:38:54.086Z Downloaded openssl-probe v0.1.6
7942026-05-12T03:38:54.087Z Downloaded num_threads v0.1.7
7952026-05-12T03:38:54.087Z Downloaded futures v0.3.32
7962026-05-12T03:38:54.089Z Downloaded libsw v3.5.0
7972026-05-12T03:38:54.089Z Downloaded httparse v1.10.1
7982026-05-12T03:38:54.089Z Downloaded md-5 v0.10.6
7992026-05-12T03:38:54.089Z Downloaded base64 v0.22.1
8002026-05-12T03:38:54.089Z Downloaded libloading v0.8.9
8012026-05-12T03:38:54.089Z Downloaded lock_api v0.4.14
8022026-05-12T03:38:54.089Z Downloaded iana-time-zone v0.1.65
8032026-05-12T03:38:54.089Z Downloaded num_enum_derive v0.5.11
8042026-05-12T03:38:54.089Z Downloaded multimap v0.10.1
8052026-05-12T03:38:54.089Z Downloaded mime_guess v2.0.5
8062026-05-12T03:38:54.089Z Downloaded indoc v2.0.7
8072026-05-12T03:38:54.089Z Downloaded oso-derive v0.27.3
8082026-05-12T03:38:54.089Z Downloaded linked-hash-map v0.5.6
8092026-05-12T03:38:54.089Z Downloaded openssl-probe v0.2.1
8102026-05-12T03:38:54.089Z Downloaded ingot-macros v0.1.1
8112026-05-12T03:38:54.108Z Downloaded opaque-debug v0.3.1
8122026-05-12T03:38:54.108Z Downloaded packed_struct_codegen v0.10.1
8132026-05-12T03:38:54.108Z Downloaded num-iter v0.1.45
8142026-05-12T03:38:54.108Z Downloaded dsl_auto_type v0.2.0
8152026-05-12T03:38:54.108Z Downloaded libscf-sys v1.1.0
8162026-05-12T03:38:54.108Z Downloaded nanorand v0.7.0
8172026-05-12T03:38:54.108Z Downloaded highway v1.3.0
8182026-05-12T03:38:54.108Z Downloaded futures-channel v0.3.32
8192026-05-12T03:38:54.109Z Downloaded darling_core v0.23.0
8202026-05-12T03:38:54.109Z Downloaded parse-display v0.10.0
8212026-05-12T03:38:54.109Z Downloaded hash32 v0.2.1
8222026-05-12T03:38:54.109Z Downloaded backon v1.6.0
8232026-05-12T03:38:54.110Z Downloaded base64ct v1.8.3
8242026-05-12T03:38:54.110Z Downloaded half v2.7.1
8252026-05-12T03:38:54.110Z Downloaded getrandom v0.3.4
8262026-05-12T03:38:54.110Z Downloaded multer v3.1.0
8272026-05-12T03:38:54.110Z Downloaded flume v0.11.1
8282026-05-12T03:38:54.110Z Downloaded dropshot_endpoint v0.16.7
8292026-05-12T03:38:54.110Z Downloaded path-slash v0.1.5
8302026-05-12T03:38:54.111Z Downloaded newtype-uuid v1.3.2
8312026-05-12T03:38:54.111Z Downloaded aead v0.5.2
8322026-05-12T03:38:54.111Z Downloaded blake2 v0.10.6
8332026-05-12T03:38:54.111Z Downloaded expectorate v1.2.0
8342026-05-12T03:38:54.111Z Downloaded pbkdf2 v0.12.2
8352026-05-12T03:38:54.111Z Downloaded hyper-rustls v0.27.7
8362026-05-12T03:38:54.120Z Downloaded pin-utils v0.1.0
8372026-05-12T03:38:54.120Z Downloaded arc-swap v1.8.2
8382026-05-12T03:38:54.120Z Downloaded phf_shared v0.13.1
8392026-05-12T03:38:54.120Z Downloaded phf_shared v0.11.3
8402026-05-12T03:38:54.120Z Downloaded peg-runtime v0.8.5
8412026-05-12T03:38:54.120Z Downloaded openssl-macros v0.1.1
8422026-05-12T03:38:54.121Z Downloaded num_enum_derive v0.7.5
8432026-05-12T03:38:54.121Z Downloaded num-integer v0.1.46
8442026-05-12T03:38:54.121Z Downloaded predicates-tree v1.0.13
8452026-05-12T03:38:54.121Z Downloaded predicates-core v1.0.10
8462026-05-12T03:38:54.121Z Downloaded cc v1.2.56
8472026-05-12T03:38:54.121Z Downloaded num-complex v0.4.6
8482026-05-12T03:38:54.121Z Downloaded nu-ansi-term v0.50.3
8492026-05-12T03:38:54.121Z Downloaded parse-size v1.1.0
8502026-05-12T03:38:54.121Z Downloaded env_filter v1.0.0
8512026-05-12T03:38:54.144Z Downloaded darling_macro v0.23.0
8522026-05-12T03:38:54.145Z Downloaded corncobs v0.1.4
8532026-05-12T03:38:54.145Z Downloaded const-oid v0.9.6
8542026-05-12T03:38:54.145Z Downloaded colored v3.1.1
8552026-05-12T03:38:54.145Z Downloaded cmake v0.1.57
8562026-05-12T03:38:54.145Z Downloaded ciborium v0.2.2
8572026-05-12T03:38:54.145Z Downloaded num_enum v0.5.11
8582026-05-12T03:38:54.145Z Downloaded num_enum v0.7.5
8592026-05-12T03:38:54.256Z Downloaded num-rational v0.4.2
8602026-05-12T03:38:54.256Z Downloaded powerfmt v0.2.0
8612026-05-12T03:38:54.256Z Downloaded precomputed-hash v0.1.1
8622026-05-12T03:38:54.256Z Downloaded parking_lot_core v0.8.6
8632026-05-12T03:38:54.256Z Downloaded packed_struct v0.10.1
8642026-05-12T03:38:54.256Z Downloaded oxnet v0.1.4
8652026-05-12T03:38:54.256Z Downloaded oxide-tokio-rt v0.1.4
8662026-05-12T03:38:54.256Z Downloaded owo-colors v4.3.0
8672026-05-12T03:38:54.256Z Downloaded native-tls v0.2.18
8682026-05-12T03:38:54.257Z Downloaded flate2 v1.1.9
8692026-05-12T03:38:54.257Z Downloaded darling_core v0.21.3
8702026-05-12T03:38:54.257Z Downloaded pbkdf2 v0.11.0
8712026-05-12T03:38:54.257Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-12T03:38:54.257Z Downloaded crossbeam-channel v0.5.15
8732026-05-12T03:38:54.257Z Downloaded proc-macro-crate v1.3.1
8742026-05-12T03:38:54.257Z Downloaded password-hash v0.5.0
8752026-05-12T03:38:54.257Z Downloaded progenitor-macro v0.13.0
8762026-05-12T03:38:54.257Z Downloaded pem v3.0.6
8772026-05-12T03:38:54.300Z Downloaded progenitor-client v0.11.2
8782026-05-12T03:38:54.300Z Downloaded progenitor-client v0.10.0
8792026-05-12T03:38:54.300Z Downloaded proc-macro-crate v3.4.0
8802026-05-12T03:38:54.300Z Downloaded pem-rfc7468 v0.7.0
8812026-05-12T03:38:54.300Z Downloaded parse-display-derive v0.10.0
8822026-05-12T03:38:54.300Z Downloaded bumpalo v3.20.2
8832026-05-12T03:38:54.300Z Downloaded ar_archive_writer v0.5.1
8842026-05-12T03:38:54.300Z Downloaded phf_shared v0.12.1
8852026-05-12T03:38:54.300Z Downloaded peg v0.8.5
8862026-05-12T03:38:54.300Z Downloaded omicron-zone-package v0.12.2
8872026-05-12T03:38:54.300Z Downloaded psl-types v2.0.11
8882026-05-12T03:38:54.300Z Downloaded progenitor-macro v0.11.2
8892026-05-12T03:38:54.301Z Downloaded progenitor-macro v0.10.0
8902026-05-12T03:38:54.301Z Downloaded progenitor-macro v0.14.0
8912026-05-12T03:38:54.301Z Downloaded phf v0.13.1
8922026-05-12T03:38:54.301Z Downloaded password-hash v0.4.2
8932026-05-12T03:38:54.301Z Downloaded litrs v1.0.0
8942026-05-12T03:38:54.301Z Downloaded quick-error v1.2.3
8952026-05-12T03:38:54.301Z Downloaded ignore v0.4.25
8962026-05-12T03:38:54.301Z Downloaded rand_chacha v0.3.1
8972026-05-12T03:38:54.301Z Downloaded radium v0.7.0
8982026-05-12T03:38:54.301Z Downloaded heapless v0.7.17
8992026-05-12T03:38:54.301Z Downloaded pin-project-internal v1.1.11
9002026-05-12T03:38:54.301Z Downloaded polyval v0.6.2
9012026-05-12T03:38:54.301Z Downloaded poly1305 v0.8.0
9022026-05-12T03:38:54.301Z Downloaded pin-project-lite v0.2.17
9032026-05-12T03:38:54.301Z Downloaded pkg-config v0.3.32
9042026-05-12T03:38:54.301Z Downloaded heapless v0.8.0
9052026-05-12T03:38:54.301Z Downloaded libbz2-rs-sys v0.2.2
9062026-05-12T03:38:54.302Z Downloaded ppv-lite86 v0.2.21
9072026-05-12T03:38:54.302Z Downloaded phf v0.12.1
9082026-05-12T03:38:54.302Z Downloaded indexmap v1.9.3
9092026-05-12T03:38:54.302Z Downloaded primeorder v0.13.6
9102026-05-12T03:38:54.302Z Downloaded headers v0.4.1
9112026-05-12T03:38:54.302Z Downloaded rand_xorshift v0.4.0
9122026-05-12T03:38:54.302Z Downloaded parking_lot v0.11.2
9132026-05-12T03:38:54.302Z Downloaded memmap2 v0.9.10
9142026-05-12T03:38:54.305Z Downloaded async-compression v0.4.41
9152026-05-12T03:38:54.305Z Downloaded predicates v3.1.4
9162026-05-12T03:38:54.305Z Downloaded parking_lot v0.12.5
9172026-05-12T03:38:54.305Z Downloaded indicatif v0.18.4
9182026-05-12T03:38:54.305Z Downloaded derive_more-impl v2.1.1
9192026-05-12T03:38:54.305Z Downloaded ref-cast-impl v1.0.25
9202026-05-12T03:38:54.305Z Downloaded ref-cast v1.0.25
9212026-05-12T03:38:54.305Z Downloaded progenitor-extras v0.2.0
9222026-05-12T03:38:54.306Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-05-12T03:38:54.306Z Downloaded recursive v0.1.1
9242026-05-12T03:38:54.306Z Downloaded progenitor v0.11.2
9252026-05-12T03:38:54.306Z Downloaded progenitor v0.10.0
9262026-05-12T03:38:54.306Z Downloaded proc-macro-error2 v2.0.1
9272026-05-12T03:38:54.306Z Downloaded progenitor-client v0.14.0
9282026-05-12T03:38:54.306Z Downloaded hickory-resolver v0.24.4
9292026-05-12T03:38:54.306Z Downloaded rfc6979 v0.4.0
9302026-05-12T03:38:54.306Z Downloaded progenitor-client v0.13.0
9312026-05-12T03:38:54.306Z Downloaded progenitor v0.14.0
9322026-05-12T03:38:54.306Z Downloaded progenitor v0.13.0
9332026-05-12T03:38:54.306Z Downloaded derive_more v2.1.1
9342026-05-12T03:38:54.306Z Downloaded r2d2 v0.8.10
9352026-05-12T03:38:54.306Z Downloaded pkcs5 v0.7.1
9362026-05-12T03:38:54.306Z Downloaded psm v0.1.30
9372026-05-12T03:38:54.306Z Downloaded peg-macros v0.8.5
9382026-05-12T03:38:54.306Z Downloaded paste v1.0.15
9392026-05-12T03:38:54.306Z Downloaded pkcs1 v0.7.5
9402026-05-12T03:38:54.306Z Downloaded miniz_oxide v0.8.9
9412026-05-12T03:38:54.307Z Downloaded postcard v1.1.3
9422026-05-12T03:38:54.307Z Downloaded aes v0.8.4
9432026-05-12T03:38:54.307Z Downloaded rustc_version v0.1.7
9442026-05-12T03:38:54.307Z Downloaded rustc-hash v2.1.1
9452026-05-12T03:38:54.307Z Downloaded russh-cryptovec v0.7.3
9462026-05-12T03:38:54.307Z Downloaded rtoolbox v0.0.3
9472026-05-12T03:38:54.307Z Downloaded rand_core v0.6.4
9482026-05-12T03:38:54.307Z Downloaded rustc_version v0.4.1
9492026-05-12T03:38:54.308Z Downloaded pkcs8 v0.10.2
9502026-05-12T03:38:54.308Z Downloaded rand_chacha v0.9.0
9512026-05-12T03:38:54.308Z Downloaded oso v0.27.3
9522026-05-12T03:38:54.308Z Downloaded der v0.7.10
9532026-05-12T03:38:54.308Z Downloaded cancel-safe-futures v0.1.5
9542026-05-12T03:38:54.308Z Downloaded rand_core v0.9.5
9552026-05-12T03:38:54.308Z Downloaded diesel_derives v2.3.7
9562026-05-12T03:38:54.308Z Downloaded backoff v0.4.0
9572026-05-12T03:38:54.308Z Downloaded dropshot-api-manager v0.7.1
9582026-05-12T03:38:54.308Z Downloaded argon2 v0.5.3
9592026-05-12T03:38:54.308Z Downloaded rand_core v0.10.0
9602026-05-12T03:38:54.350Z Downloaded papergrid v0.17.0
9612026-05-12T03:38:54.350Z Downloaded postgres-protocol v0.6.10
9622026-05-12T03:38:54.350Z Downloaded postgres-types v0.2.12
9632026-05-12T03:38:54.350Z Downloaded same-file v1.0.6
9642026-05-12T03:38:54.350Z Downloaded ed25519-dalek v2.2.0
9652026-05-12T03:38:54.351Z Downloaded scopeguard v1.2.0
9662026-05-12T03:38:54.351Z Downloaded scheduled-thread-pool v0.2.7
9672026-05-12T03:38:54.351Z Downloaded salsa20 v0.10.2
9682026-05-12T03:38:54.351Z Downloaded parking_lot_core v0.9.12
9692026-05-12T03:38:54.351Z Downloaded hashbrown v0.13.2
9702026-05-12T03:38:54.351Z Downloaded crossterm v0.28.1
9712026-05-12T03:38:54.351Z Downloaded http v1.4.0
9722026-05-12T03:38:54.351Z Downloaded secrecy v0.10.3
9732026-05-12T03:38:54.351Z Downloaded scroll_derive v0.13.1
9742026-05-12T03:38:54.351Z Downloaded serde-big-array v0.5.1
9752026-05-12T03:38:54.351Z Downloaded sapling-renderdag v0.1.0
9762026-05-12T03:38:54.351Z Downloaded semver v0.1.20
9772026-05-12T03:38:54.351Z Downloaded hickory-resolver v0.25.2
9782026-05-12T03:38:54.351Z Downloaded scrypt v0.11.0
9792026-05-12T03:38:54.351Z Downloaded seq-macro v0.3.6
9802026-05-12T03:38:54.351Z Downloaded hickory-server v0.25.2
9812026-05-12T03:38:54.352Z Downloaded rand_seeder v0.4.0
9822026-05-12T03:38:54.352Z Downloaded resolv-conf v0.7.6
9832026-05-12T03:38:54.352Z Downloaded quinn-udp v0.5.14
9842026-05-12T03:38:54.382Z Downloaded pin-project v1.1.11
9852026-05-12T03:38:54.382Z Downloaded serde_urlencoded v0.7.1
9862026-05-12T03:38:54.382Z Downloaded serde_spanned v1.0.4
9872026-05-12T03:38:54.382Z Downloaded signal-hook-tokio v0.3.1
9882026-05-12T03:38:54.382Z Downloaded serde_repr v0.1.20
9892026-05-12T03:38:54.382Z Downloaded signature v2.2.0
9902026-05-12T03:38:54.382Z Downloaded serde_plain v1.0.2
9912026-05-12T03:38:54.382Z Downloaded p256 v0.13.2
9922026-05-12T03:38:54.382Z Downloaded siphasher v1.0.2
9932026-05-12T03:38:54.382Z Downloaded jiff-static v0.2.21
9942026-05-12T03:38:54.382Z Downloaded serde_bytes v0.11.19
9952026-05-12T03:38:54.382Z Downloaded rustls-native-certs v0.8.3
9962026-05-12T03:38:54.382Z Downloaded rusty-fork v0.3.1
9972026-05-12T03:38:54.383Z Downloaded signal-hook-mio v0.2.5
9982026-05-12T03:38:54.383Z Downloaded rustls-pemfile v1.0.4
9992026-05-12T03:38:54.383Z Downloaded sha1 v0.10.6
10002026-05-12T03:38:54.383Z Downloaded sigpipe v0.1.3
10012026-05-12T03:38:54.383Z Downloaded rustls-pemfile v2.2.0
10022026-05-12T03:38:54.383Z Downloaded prefix-trie v0.7.0
10032026-05-12T03:38:54.383Z Downloaded slog-bunyan v2.5.0
10042026-05-12T03:38:54.383Z Downloaded rustversion v1.0.22
10052026-05-12T03:38:54.413Z Downloaded hashbrown v0.12.3
10062026-05-12T03:38:54.413Z Downloaded schemars_derive v0.8.22
10072026-05-12T03:38:54.413Z Downloaded slog-envlogger v2.2.0
10082026-05-12T03:38:54.413Z Downloaded sqlparser_derive v0.5.0
10092026-05-12T03:38:54.413Z Downloaded serde_derive_internals v0.29.1
10102026-05-12T03:38:54.413Z Downloaded progenitor-impl v0.13.0
10112026-05-12T03:38:54.413Z Downloaded secrecy v0.8.0
10122026-05-12T03:38:54.435Z Downloaded progenitor-impl v0.14.0
10132026-05-12T03:38:54.435Z Downloaded sec1 v0.7.3
10142026-05-12T03:38:54.436Z Downloaded minimal-lexical v0.2.1
10152026-05-12T03:38:54.436Z Downloaded serde_path_to_error v0.1.20
10162026-05-12T03:38:54.436Z Downloaded sct v0.7.1
10172026-05-12T03:38:54.436Z Downloaded signal-hook-registry v1.4.8
10182026-05-12T03:38:54.436Z Downloaded structmeta-derive v0.3.0
10192026-05-12T03:38:54.436Z Downloaded structmeta v0.3.0
10202026-05-12T03:38:54.436Z Downloaded strip-ansi-escapes v0.2.1
10212026-05-12T03:38:54.436Z Downloaded ssh-encoding v0.2.0
10222026-05-12T03:38:54.436Z Downloaded slab v0.4.12
10232026-05-12T03:38:54.472Z Downloaded prettyplease v0.2.37
10242026-05-12T03:38:54.472Z Downloaded rustls-pki-types v1.14.0
10252026-05-12T03:38:54.472Z Downloaded shell-words v1.1.1
10262026-05-12T03:38:54.472Z Downloaded subtle v2.6.1
10272026-05-12T03:38:54.472Z Downloaded tabled_derive v0.11.0
10282026-05-12T03:38:54.473Z Downloaded pretty_assertions v1.4.1
10292026-05-12T03:38:54.473Z Downloaded openssl-sys v0.9.114
10302026-05-12T03:38:54.473Z Downloaded strum v0.26.3
10312026-05-12T03:38:54.473Z Downloaded simd-adler32 v0.3.8
10322026-05-12T03:38:54.473Z Downloaded strum v0.27.2
10332026-05-12T03:38:54.473Z Downloaded slog-dtrace v0.3.0
10342026-05-12T03:38:54.473Z Downloaded mio v1.2.0
10352026-05-12T03:38:54.473Z Downloaded supports-color v3.0.2
10362026-05-12T03:38:54.473Z Downloaded ron v0.8.1
10372026-05-12T03:38:54.473Z Downloaded slog-async v2.8.0
10382026-05-12T03:38:54.473Z Downloaded termtree v0.5.1
10392026-05-12T03:38:54.503Z Downloaded take_mut v0.2.2
10402026-05-12T03:38:54.503Z Downloaded smf v0.2.3
10412026-05-12T03:38:54.503Z Downloaded tagptr v0.2.0
10422026-05-12T03:38:54.503Z Downloaded sqlformat v0.3.5
10432026-05-12T03:38:54.503Z Downloaded tabwriter v1.4.1
10442026-05-12T03:38:54.503Z Downloaded slog-json v2.6.1
10452026-05-12T03:38:54.503Z Downloaded sync_wrapper v1.0.2
10462026-05-12T03:38:54.503Z Downloaded sync-ptr v0.1.4
10472026-05-12T03:38:54.503Z Downloaded slog-term v2.9.2
10482026-05-12T03:38:54.503Z Downloaded slog-stdlog v4.1.1
10492026-05-12T03:38:54.503Z Downloaded tap v1.0.1
10502026-05-12T03:38:54.504Z Downloaded testing_table v0.3.0
10512026-05-12T03:38:54.504Z Downloaded progenitor-impl v0.10.0
10522026-05-12T03:38:54.504Z Downloaded static_assertions v1.1.0
10532026-05-12T03:38:54.505Z Downloaded spki v0.7.3
10542026-05-12T03:38:54.505Z Downloaded thread-id v5.1.0
10552026-05-12T03:38:54.505Z Downloaded snafu-derive v0.8.9
10562026-05-12T03:38:54.505Z Downloaded smallvec v0.6.14
10572026-05-12T03:38:54.505Z Downloaded time-core v0.1.8
10582026-05-12T03:38:54.505Z Downloaded progenitor-impl v0.11.2
10592026-05-12T03:38:54.505Z Downloaded scroll v0.13.0
10602026-05-12T03:38:54.505Z Downloaded russh-keys v0.45.0
10612026-05-12T03:38:54.505Z Downloaded serde_with_macros v3.17.0
10622026-05-12T03:38:54.524Z Downloaded thiserror-impl-no-std v2.0.2
10632026-05-12T03:38:54.524Z Downloaded stringprep v0.1.5
10642026-05-12T03:38:54.524Z Downloaded string_cache v0.8.9
10652026-05-12T03:38:54.524Z Downloaded tinyvec_macros v0.1.1
10662026-05-12T03:38:54.525Z Downloaded ssh-cipher v0.2.0
10672026-05-12T03:38:54.525Z Downloaded serde_cbor v0.11.2
10682026-05-12T03:38:54.525Z Downloaded shlex v1.3.0
10692026-05-12T03:38:54.525Z Downloaded hyper-util v0.1.20
10702026-05-12T03:38:54.525Z Downloaded ryu v1.0.23
10712026-05-12T03:38:54.525Z Downloaded strum_macros v0.27.2
10722026-05-12T03:38:54.525Z Downloaded stacker v0.1.23
10732026-05-12T03:38:54.525Z Downloaded support-bundle-viewer v0.1.2
10742026-05-12T03:38:54.525Z Downloaded serde-hex v0.1.0
10752026-05-12T03:38:54.525Z Downloaded nom v7.1.3
10762026-05-12T03:38:54.525Z Downloaded rayon-core v1.13.0
10772026-05-12T03:38:54.525Z Downloaded rustls-platform-verifier v0.6.2
10782026-05-12T03:38:54.543Z Downloaded slog-scope v4.4.1
10792026-05-12T03:38:54.543Z Downloaded rcgen v0.12.1
10802026-05-12T03:38:54.543Z Downloaded strum_macros v0.24.3
10812026-05-12T03:38:54.543Z Downloaded schemars v0.8.22
10822026-05-12T03:38:54.543Z Downloaded tokio-macros v2.7.0
10832026-05-12T03:38:54.543Z Downloaded spin v0.9.8
10842026-05-12T03:38:54.554Z Downloaded num-bigint v0.4.6
10852026-05-12T03:38:54.554Z Downloaded thread_local v1.1.9
10862026-05-12T03:38:54.554Z Downloaded hashbrown v0.15.5
10872026-05-12T03:38:54.554Z Downloaded thiserror-no-std v2.0.2
10882026-05-12T03:38:54.574Z Downloaded qorb v0.4.1
10892026-05-12T03:38:54.574Z Downloaded rand v0.8.6
10902026-05-12T03:38:54.574Z Downloaded quinn v0.11.9
10912026-05-12T03:38:54.575Z Downloaded tls_codec v0.4.2
10922026-05-12T03:38:54.575Z Downloaded signal-hook v0.3.18
10932026-05-12T03:38:54.600Z Downloaded tower-service v0.3.3
10942026-05-12T03:38:54.600Z Downloaded tower-layer v0.3.3
10952026-05-12T03:38:54.600Z Downloaded tiny-keccak v2.0.2
10962026-05-12T03:38:54.600Z Downloaded serde_yaml v0.9.34+deprecated
10972026-05-12T03:38:54.600Z Downloaded trait-variant v0.1.2
10982026-05-12T03:38:54.601Z Downloaded tls_codec_derive v0.4.2
10992026-05-12T03:38:54.601Z Downloaded unarray v0.1.4
11002026-05-12T03:38:54.601Z Downloaded futures-util v0.3.32
11012026-05-12T03:38:54.601Z Downloaded tokio-native-tls v0.3.1
11022026-05-12T03:38:54.601Z Downloaded libxml v0.3.3
11032026-05-12T03:38:54.601Z Downloaded slog v2.8.2
11042026-05-12T03:38:54.725Z Downloaded itertools v0.12.1
11052026-05-12T03:38:54.726Z Downloaded unit-prefix v0.5.2
11062026-05-12T03:38:54.726Z Downloaded unicode-truncate v1.1.0
11072026-05-12T03:38:54.726Z Downloaded typify-macro v0.6.2
11082026-05-12T03:38:54.726Z Downloaded utf-8 v0.7.6
11092026-05-12T03:38:54.726Z Downloaded publicsuffix v2.3.0
11102026-05-12T03:38:54.726Z Downloaded tokio-rustls v0.25.0
11112026-05-12T03:38:54.726Z Downloaded strum_macros v0.26.4
11122026-05-12T03:38:54.726Z Downloaded tokio-dtrace v0.1.1
11132026-05-12T03:38:54.726Z Downloaded aho-corasick v1.1.4
11142026-05-12T03:38:54.726Z Downloaded untrusted v0.7.1
11152026-05-12T03:38:54.727Z Downloaded try-lock v0.2.5
11162026-05-12T03:38:54.727Z Downloaded crossterm v0.29.0
11172026-05-12T03:38:54.727Z Downloaded usdt-attr-macro v0.6.0
11182026-05-12T03:38:54.727Z Downloaded rand v0.9.2
11192026-05-12T03:38:54.834Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11202026-05-12T03:38:54.834Z Downloaded termios v0.3.3
11212026-05-12T03:38:54.834Z Downloaded typify-macro v0.4.3
11222026-05-12T03:38:54.834Z Downloaded usdt-macro v0.6.0
11232026-05-12T03:38:54.834Z Downloaded universal-hash v0.5.1
11242026-05-12T03:38:54.834Z Downloaded hashbrown v0.16.1
11252026-05-12T03:38:54.835Z Downloaded topological-sort v0.2.2
11262026-05-12T03:38:54.835Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-05-12T03:38:54.835Z Downloaded usdt v0.6.0
11282026-05-12T03:38:54.835Z Downloaded term v1.2.1
11292026-05-12T03:38:54.835Z Downloaded term v0.7.0
11302026-05-12T03:38:54.835Z Downloaded void v1.0.2
11312026-05-12T03:38:54.835Z Downloaded tokio-tungstenite v0.21.0
11322026-05-12T03:38:54.835Z Downloaded toml_writer v1.0.6+spec-1.1.0
11332026-05-12T03:38:54.835Z Downloaded itertools v0.10.5
11342026-05-12T03:38:54.835Z Downloaded iri-string v0.7.10
11352026-05-12T03:38:54.835Z Downloaded tui-tree-widget v0.23.1
11362026-05-12T03:38:54.835Z Downloaded wait-timeout v0.2.1
11372026-05-12T03:38:54.835Z Downloaded want v0.3.1
11382026-05-12T03:38:54.835Z Downloaded time-macros v0.2.27
11392026-05-12T03:38:54.836Z Downloaded waitgroup v0.1.2
11402026-05-12T03:38:54.836Z Downloaded similar v2.7.0
11412026-05-12T03:38:54.836Z Downloaded tokio-rustls v0.24.1
11422026-05-12T03:38:54.836Z Downloaded rustls-webpki v0.103.9
11432026-05-12T03:38:54.836Z Downloaded iddqd v0.3.18
11442026-05-12T03:38:54.836Z Downloaded tokio-rustls v0.26.4
11452026-05-12T03:38:54.836Z Downloaded schemars v1.2.1
11462026-05-12T03:38:54.836Z Downloaded itertools v0.13.0
11472026-05-12T03:38:54.836Z Downloaded tokio-tungstenite v0.23.1
11482026-05-12T03:38:54.836Z Downloaded untrusted v0.9.0
11492026-05-12T03:38:54.836Z Downloaded hyper v1.8.1
11502026-05-12T03:38:54.836Z Downloaded usdt-impl v0.6.0
11512026-05-12T03:38:54.836Z Downloaded zeroize_derive v1.4.3
11522026-05-12T03:38:54.836Z Downloaded h2 v0.4.13
11532026-05-12T03:38:54.836Z Downloaded xshell-macros v0.2.7
11542026-05-12T03:38:54.836Z Downloaded snafu v0.8.9
11552026-05-12T03:38:54.837Z Downloaded toml_parser v1.0.9+spec-1.1.0
11562026-05-12T03:38:54.837Z Downloaded unicase v2.9.0
11572026-05-12T03:38:54.837Z Downloaded num-bigint-dig v0.8.6
11582026-05-12T03:38:54.837Z Downloaded vergen-git2 v1.0.7
11592026-05-12T03:38:54.837Z Downloaded vergen-gitcl v1.0.8
11602026-05-12T03:38:54.837Z Downloaded schemars v0.9.0
11612026-05-12T03:38:54.837Z Downloaded socket2 v0.5.10
11622026-05-12T03:38:54.837Z Downloaded test-strategy v0.4.5
11632026-05-12T03:38:54.837Z Downloaded xattr v1.6.1
11642026-05-12T03:38:54.837Z Downloaded russh v0.45.0
11652026-05-12T03:38:54.837Z Downloaded zone v0.3.1
11662026-05-12T03:38:54.837Z Downloaded rsa v0.9.10
11672026-05-12T03:38:54.837Z Downloaded zone_cfg_derive v0.3.1
11682026-05-12T03:38:54.837Z Downloaded uzers v0.12.2
11692026-05-12T03:38:54.837Z Downloaded samael v0.0.19
11702026-05-12T03:38:54.838Z Downloaded rand v0.10.0
11712026-05-12T03:38:54.838Z Downloaded tinyvec v1.10.0
11722026-05-12T03:38:54.838Z Downloaded unicode-properties v0.1.4
11732026-05-12T03:38:54.838Z Downloaded tracing-attributes v0.1.31
11742026-05-12T03:38:54.838Z Downloaded tokio-stream v0.1.18
11752026-05-12T03:38:54.838Z Downloaded walkdir v2.5.0
11762026-05-12T03:38:54.838Z Downloaded xshell v0.2.7
11772026-05-12T03:38:54.838Z Downloaded hkdf v0.12.4
11782026-05-12T03:38:54.838Z Downloaded blake3 v1.8.3
11792026-05-12T03:38:54.838Z Downloaded vergen v9.0.6
11802026-05-12T03:38:54.838Z Downloaded vergen-lib v0.1.6
11812026-05-12T03:38:54.838Z Downloaded twox-hash v2.1.2
11822026-05-12T03:38:54.838Z Downloaded whoami v1.6.1
11832026-05-12T03:38:54.838Z Downloaded wyz v0.5.1
11842026-05-12T03:38:54.838Z Downloaded tungstenite v0.23.0
11852026-05-12T03:38:55.012Z Downloaded rustyline v14.0.0
11862026-05-12T03:38:55.012Z Downloaded vsss-rs v3.3.4
11872026-05-12T03:38:55.012Z Downloaded zstd v0.13.3
11882026-05-12T03:38:55.012Z Downloaded tungstenite v0.21.0
11892026-05-12T03:38:55.012Z Downloaded subprocess v0.2.15
11902026-05-12T03:38:55.012Z Downloaded tar v0.4.45
11912026-05-12T03:38:55.012Z Downloaded whoami v2.1.0
11922026-05-12T03:38:55.012Z Downloaded toml v0.7.8
11932026-05-12T03:38:55.012Z Downloaded toml v0.9.12+spec-1.1.0
11942026-05-12T03:38:55.012Z Downloaded itertools v0.14.0
11952026-05-12T03:38:55.012Z Downloaded toml v1.0.6+spec-1.1.0
11962026-05-12T03:38:55.012Z Downloaded toml_edit v0.23.10+spec-1.0.0
11972026-05-12T03:38:55.012Z Downloaded zeroize v1.8.2
11982026-05-12T03:38:55.012Z Downloaded socket2 v0.6.3
11992026-05-12T03:38:55.012Z Downloaded libm v0.2.16
12002026-05-12T03:38:55.012Z Downloaded tracing-core v0.1.36
12012026-05-12T03:38:55.012Z Downloaded steno v0.4.1
12022026-05-12T03:38:55.012Z Downloaded bitvec v1.0.1
12032026-05-12T03:38:55.013Z Downloaded yasna v0.5.2
12042026-05-12T03:38:55.013Z Downloaded vte v0.14.1
12052026-05-12T03:38:55.013Z Downloaded unicode-bidi v0.3.18
12062026-05-12T03:38:55.013Z Downloaded typify v0.6.2
12072026-05-12T03:38:55.013Z Downloaded typify v0.4.3
12082026-05-12T03:38:55.013Z Downloaded p521 v0.13.3
12092026-05-12T03:38:55.013Z Downloaded bindgen v0.71.1
12102026-05-12T03:38:55.013Z Downloaded zerocopy v0.6.6
12112026-05-12T03:38:55.014Z Downloaded uuid v1.23.0
12122026-05-12T03:38:55.014Z Downloaded toml_edit v0.19.15
12132026-05-12T03:38:55.014Z Downloaded rpassword v7.4.0
12142026-05-12T03:38:55.014Z Downloaded zstd-safe v7.2.4
12152026-05-12T03:38:55.014Z Downloaded zopfli v0.8.3
12162026-05-12T03:38:55.014Z Downloaded unsafe-libyaml v0.2.11
12172026-05-12T03:38:55.015Z Downloaded reqwest v0.12.28
12182026-05-12T03:38:55.266Z Downloaded rayon v1.11.0
12192026-05-12T03:38:55.266Z Downloaded git2 v0.20.4
12202026-05-12T03:38:55.266Z Downloaded zip v0.6.6
12212026-05-12T03:38:55.266Z Downloaded chrono v0.4.44
12222026-05-12T03:38:55.266Z Downloaded aws-lc-rs v1.16.3
12232026-05-12T03:38:55.266Z Downloaded reqwest v0.13.2
12242026-05-12T03:38:55.266Z Downloaded ssh-key v0.6.7
12252026-05-12T03:38:55.266Z Downloaded moka v0.12.13
12262026-05-12T03:38:55.267Z Downloaded regex v1.12.3
12272026-05-12T03:38:55.267Z Downloaded unicode_categories v0.1.1
12282026-05-12T03:38:55.267Z Downloaded lalrpop v0.19.12
12292026-05-12T03:38:55.267Z Downloaded yansi v1.0.1
12302026-05-12T03:38:55.267Z Downloaded tokio-postgres v0.7.16
12312026-05-12T03:38:55.267Z Downloaded reedline v0.40.0
12322026-05-12T03:38:55.267Z Downloaded zerocopy-derive v0.8.40
12332026-05-12T03:38:55.267Z Downloaded tower v0.5.3
12342026-05-12T03:38:55.267Z Downloaded p384 v0.13.1
12352026-05-12T03:38:55.267Z Downloaded zip v4.6.1
12362026-05-12T03:38:55.267Z Downloaded portable-atomic v1.13.1
12372026-05-12T03:38:55.267Z Downloaded quick-xml v0.37.5
12382026-05-12T03:38:55.267Z Downloaded rustls-webpki v0.101.7
12392026-05-12T03:38:55.267Z Downloaded unicode-segmentation v1.12.0
12402026-05-12T03:38:55.267Z Downloaded typed-path v0.9.3
12412026-05-12T03:38:55.267Z Downloaded salty v0.3.0
12422026-05-12T03:38:55.267Z Downloaded object v0.30.4
12432026-05-12T03:38:55.267Z Downloaded polar-core v0.27.3
12442026-05-12T03:38:55.268Z Downloaded x509-cert v0.2.5
12452026-05-12T03:38:55.268Z Downloaded unicode-normalization v0.1.25
12462026-05-12T03:38:55.268Z Downloaded radix_trie v0.2.1
12472026-05-12T03:38:55.342Z Downloaded tokio-util v0.7.18
12482026-05-12T03:38:55.342Z Downloaded bstr v1.12.1
12492026-05-12T03:38:55.342Z Downloaded winnow v0.5.40
12502026-05-12T03:38:55.342Z Downloaded rustls-webpki v0.102.8
12512026-05-12T03:38:55.342Z Downloaded petname v2.0.2
12522026-05-12T03:38:55.342Z Downloaded rustls v0.21.12
12532026-05-12T03:38:55.342Z Downloaded goblin v0.10.5
12542026-05-12T03:38:55.342Z Downloaded serde_with v3.17.0
12552026-05-12T03:38:55.342Z Downloaded time v0.3.47
12562026-05-12T03:38:55.342Z Downloaded proptest v1.10.0
12572026-05-12T03:38:55.342Z Downloaded regex-syntax v0.6.29
12582026-05-12T03:38:55.342Z Downloaded vcpkg v0.2.15
12592026-05-12T03:38:55.342Z Downloaded zlib-rs v0.6.2
12602026-05-12T03:38:55.343Z Downloaded winnow v0.6.26
12612026-05-12T03:38:55.343Z Downloaded tower-http v0.6.8
12622026-05-12T03:38:55.343Z Downloaded curve25519-dalek v4.1.3
12632026-05-12T03:38:55.343Z Downloaded webpki-roots v1.0.6
12642026-05-12T03:38:55.343Z Downloaded openapiv3 v2.2.0
12652026-05-12T03:38:55.343Z Downloaded nix v0.31.2
12662026-05-12T03:38:55.343Z Downloaded nix v0.27.1
12672026-05-12T03:38:55.343Z Downloaded tough v0.22.0
12682026-05-12T03:38:55.343Z Downloaded quinn-proto v0.11.13
12692026-05-12T03:38:55.343Z Downloaded regex-syntax v0.8.10
12702026-05-12T03:38:55.343Z Downloaded rustls v0.22.4
12712026-05-12T03:38:55.343Z Downloaded tabled v0.20.0
12722026-05-12T03:38:55.343Z Downloaded nix v0.29.0
12732026-05-12T03:38:55.343Z Downloaded smoltcp v0.9.1
12742026-05-12T03:38:55.343Z Downloaded hickory-proto v0.26.1
12752026-05-12T03:38:55.343Z Downloaded nix v0.28.0
12762026-05-12T03:38:55.343Z Downloaded object v0.37.3
12772026-05-12T03:38:55.343Z Downloaded openssl v0.10.78
12782026-05-12T03:38:55.343Z Downloaded dropshot v0.17.0
12792026-05-12T03:38:55.343Z Downloaded hickory-proto v0.24.4
12802026-05-12T03:38:55.343Z Downloaded sqlparser v0.61.0
12812026-05-12T03:38:55.344Z Downloaded zerocopy v0.8.40
12822026-05-12T03:38:55.344Z Downloaded typify-impl v0.6.2
12832026-05-12T03:38:55.389Z Downloaded smoltcp v0.11.0
12842026-05-12T03:38:55.389Z Downloaded typify-impl v0.4.3
12852026-05-12T03:38:55.389Z Downloaded rustls v0.23.37
12862026-05-12T03:38:55.389Z Downloaded rustix v0.38.44
12872026-05-12T03:38:55.389Z Downloaded regress v0.11.1
12882026-05-12T03:38:55.389Z Downloaded zerocopy-derive v0.6.6
12892026-05-12T03:38:55.420Z Downloaded diesel v2.3.7
12902026-05-12T03:38:55.420Z Downloaded hickory-proto v0.25.2
12912026-05-12T03:38:55.420Z Downloaded ratatui v0.29.0
12922026-05-12T03:38:55.451Z Downloaded petgraph v0.6.5
12932026-05-12T03:38:55.451Z Downloaded chrono-tz v0.10.4
12942026-05-12T03:38:55.451Z Downloaded sled v0.34.7
12952026-05-12T03:38:55.469Z Downloaded regress v0.10.5
12962026-05-12T03:38:55.469Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-05-12T03:38:55.469Z Downloaded tracing v0.1.44
12982026-05-12T03:38:55.483Z Downloaded sha3 v0.10.8
12992026-05-12T03:38:55.483Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13002026-05-12T03:38:55.512Z Downloaded regex-automata v0.4.14
13012026-05-12T03:38:55.542Z Downloaded jiff v0.2.21
13022026-05-12T03:38:55.595Z Downloaded csv v1.4.0
13032026-05-12T03:38:56.076Z Downloaded petgraph v0.8.3
13042026-05-12T03:38:56.077Z Downloaded libz-sys v1.1.24
13052026-05-12T03:38:56.077Z Downloaded tokio v1.52.1
13062026-05-12T03:38:56.163Z Downloaded encoding_rs v0.8.35
13072026-05-12T03:38:56.163Z Downloaded ring v0.17.14
13082026-05-12T03:38:56.163Z Downloaded libgit2-sys v0.18.3+1.9.2
13092026-05-12T03:38:56.163Z Downloaded aws-lc-sys v0.40.0
13102026-05-12T03:38:56.373Z Compiling libc v0.2.185
13112026-05-12T03:38:56.373Z Compiling serde v1.0.228
13122026-05-12T03:38:56.470Z Compiling log v0.4.29
13132026-05-12T03:38:56.471Z Compiling shlex v1.3.0
13142026-05-12T03:38:56.471Z Compiling find-msvc-tools v0.1.9
13152026-05-12T03:38:56.577Z Compiling syn v2.0.117
13162026-05-12T03:38:56.577Z Compiling smallvec v1.15.1
13172026-05-12T03:38:56.577Z Compiling typenum v1.19.0
13182026-05-12T03:38:56.758Z Compiling generic-array v0.14.7
13192026-05-12T03:38:56.846Z Compiling subtle v2.6.1
13202026-05-12T03:38:56.846Z Compiling scopeguard v1.2.0
13212026-05-12T03:38:56.846Z Compiling const-oid v0.9.6
13222026-05-12T03:38:56.942Z Compiling lock_api v0.4.14
13232026-05-12T03:38:56.942Z Compiling portable-atomic v1.13.1
13242026-05-12T03:38:56.990Z Compiling serde_json v1.0.149
13252026-05-12T03:38:57.042Z Compiling critical-section v1.2.0
13262026-05-12T03:38:57.129Z Compiling zerocopy v0.8.40
13272026-05-12T03:38:57.159Z Compiling parking_lot_core v0.9.12
13282026-05-12T03:38:57.404Z Compiling pin-project-lite v0.2.17
13292026-05-12T03:38:57.491Z Compiling getrandom v0.2.17
13302026-05-12T03:38:57.491Z Compiling jobserver v0.1.34
13312026-05-12T03:38:57.528Z Compiling errno v0.3.14
13322026-05-12T03:38:57.713Z Compiling pkg-config v0.3.32
13332026-05-12T03:38:57.942Z Compiling rand_core v0.6.4
13342026-05-12T03:38:57.942Z Compiling cc v1.2.56
13352026-05-12T03:38:58.013Z Compiling once_cell v1.21.3
13362026-05-12T03:38:58.013Z Compiling signal-hook-registry v1.4.8
13372026-05-12T03:38:58.013Z Compiling bitflags v2.11.0
13382026-05-12T03:38:58.013Z Compiling libm v0.2.16
13392026-05-12T03:38:58.163Z Compiling futures-core v0.3.32
13402026-05-12T03:38:58.206Z Compiling parking_lot v0.12.5
13412026-05-12T03:38:58.241Z Compiling mio v1.2.0
13422026-05-12T03:38:58.241Z Compiling num-traits v0.2.19
13432026-05-12T03:38:58.290Z Compiling percent-encoding v2.3.2
13442026-05-12T03:38:58.413Z Compiling socket2 v0.6.3
13452026-05-12T03:38:58.503Z Compiling futures-sink v0.3.32
13462026-05-12T03:38:58.569Z Compiling getrandom v0.4.1
13472026-05-12T03:38:58.609Z Compiling rand_core v0.10.0
13482026-05-12T03:38:58.609Z Compiling futures-channel v0.3.32
13492026-05-12T03:38:58.663Z Compiling futures-io v0.3.32
13502026-05-12T03:38:58.726Z Compiling cpufeatures v0.2.17
13512026-05-12T03:38:58.769Z Compiling slab v0.4.12
13522026-05-12T03:38:58.802Z Compiling futures-task v0.3.32
13532026-05-12T03:38:58.820Z Compiling indexmap v2.14.0
13542026-05-12T03:38:58.824Z Compiling getrandom v0.3.4
13552026-05-12T03:38:58.963Z Compiling rustversion v1.0.22
13562026-05-12T03:38:58.995Z Compiling cmake v0.1.57
13572026-05-12T03:38:59.357Z Compiling form_urlencoded v1.2.2
13582026-05-12T03:38:59.364Z Compiling fs_extra v1.3.0
13592026-05-12T03:38:59.378Z Compiling dunce v1.0.5
13602026-05-12T03:38:59.462Z Compiling synstructure v0.13.2
13612026-05-12T03:38:59.473Z Compiling base64ct v1.8.3
13622026-05-12T03:38:59.514Z Compiling ident_case v1.0.1
13632026-05-12T03:38:59.622Z Compiling aws-lc-sys v0.40.0
13642026-05-12T03:38:59.636Z Compiling regex-syntax v0.8.10
13652026-05-12T03:38:59.756Z Compiling pem-rfc7468 v0.7.0
13662026-05-12T03:38:59.771Z Compiling flagset v0.4.7
13672026-05-12T03:38:59.795Z Compiling iana-time-zone v0.1.65
13682026-05-12T03:38:59.902Z Compiling rustix v1.1.3
13692026-05-12T03:38:59.990Z Compiling rand_core v0.9.5
13702026-05-12T03:39:00.010Z Compiling ring v0.17.14
13712026-05-12T03:39:00.074Z Compiling vcpkg v0.2.15
13722026-05-12T03:39:00.090Z Compiling aws-lc-rs v1.16.3
13732026-05-12T03:39:00.287Z Compiling uuid v1.23.0
13742026-05-12T03:39:00.396Z Compiling rustc_version v0.4.1
13752026-05-12T03:39:00.733Z Compiling tracing-core v0.1.36
13762026-05-12T03:39:00.843Z Compiling openssl-sys v0.9.114
13772026-05-12T03:39:01.027Z Compiling base64 v0.22.1
13782026-05-12T03:39:01.231Z Compiling serde_derive v1.0.228
13792026-05-12T03:39:01.310Z Compiling zeroize_derive v1.4.3
13802026-05-12T03:39:01.379Z Compiling zerofrom-derive v0.1.6
13812026-05-12T03:39:01.417Z Compiling yoke-derive v0.8.1
13822026-05-12T03:39:01.713Z Compiling zerocopy-derive v0.8.40
13832026-05-12T03:39:01.967Z Compiling zeroize v1.8.2
13842026-05-12T03:39:02.038Z Compiling zerovec-derive v0.11.2
13852026-05-12T03:39:02.574Z Compiling displaydoc v0.2.5
13862026-05-12T03:39:02.731Z Compiling crypto-common v0.1.7
13872026-05-12T03:39:02.767Z Compiling zerofrom v0.1.6
13882026-05-12T03:39:02.906Z Compiling yoke v0.8.1
13892026-05-12T03:39:02.925Z Compiling block-buffer v0.10.4
13902026-05-12T03:39:03.070Z Compiling digest v0.10.7
13912026-05-12T03:39:03.133Z Compiling tokio-macros v2.7.0
13922026-05-12T03:39:03.195Z Compiling zerovec v0.11.5
13932026-05-12T03:39:03.329Z Compiling zerotrie v0.2.3
13942026-05-12T03:39:03.353Z Compiling futures-macro v0.3.32
13952026-05-12T03:39:03.637Z Compiling hmac v0.12.1
13962026-05-12T03:39:03.671Z Compiling tinystr v0.8.2
13972026-05-12T03:39:03.777Z Compiling potential_utf v0.1.4
13982026-05-12T03:39:03.802Z Compiling block-padding v0.3.3
13992026-05-12T03:39:03.876Z Compiling icu_locale_core v2.1.1
14002026-05-12T03:39:03.920Z Compiling icu_collections v2.1.1
14012026-05-12T03:39:03.929Z Compiling inout v0.1.4
14022026-05-12T03:39:04.106Z Compiling cipher v0.4.4
14032026-05-12T03:39:04.129Z Compiling futures-util v0.3.32
14042026-05-12T03:39:04.349Z Compiling sha2 v0.10.9
14052026-05-12T03:39:04.380Z Compiling der_derive v0.7.3
14062026-05-12T03:39:04.684Z Compiling bytes v1.11.1
14072026-05-12T03:39:04.702Z Compiling icu_provider v2.1.1
14082026-05-12T03:39:04.766Z Compiling chrono v0.4.44
14092026-05-12T03:39:04.995Z Compiling icu_normalizer v2.1.1
14102026-05-12T03:39:05.297Z Compiling tokio v1.52.1
14112026-05-12T03:39:05.321Z Compiling icu_properties v2.1.2
14122026-05-12T03:39:05.541Z Compiling der v0.7.10
14132026-05-12T03:39:05.739Z Compiling http v1.4.0
14142026-05-12T03:39:06.114Z Compiling ppv-lite86 v0.2.21
14152026-05-12T03:39:06.117Z Compiling salsa20 v0.10.2
14162026-05-12T03:39:06.264Z Compiling idna_adapter v1.2.1
14172026-05-12T03:39:06.340Z Compiling pbkdf2 v0.12.2
14182026-05-12T03:39:06.411Z Compiling idna v1.1.0
14192026-05-12T03:39:06.417Z Compiling spki v0.7.3
14202026-05-12T03:39:06.428Z Compiling rustls-pki-types v1.14.0
14212026-05-12T03:39:06.454Z Compiling tracing-attributes v0.1.31
14222026-05-12T03:39:06.613Z Compiling thiserror-impl v2.0.18
14232026-05-12T03:39:06.627Z Compiling scrypt v0.11.0
14242026-05-12T03:39:06.747Z Compiling url v2.5.8
14252026-05-12T03:39:06.868Z Compiling rand_chacha v0.9.0
14262026-05-12T03:39:06.873Z Compiling http-body v1.0.1
14272026-05-12T03:39:07.057Z Compiling cbc v0.1.2
14282026-05-12T03:39:07.103Z Compiling aes v0.8.4
14292026-05-12T03:39:07.279Z Compiling tinyvec_macros v0.1.1
14302026-05-12T03:39:07.336Z Compiling httparse v1.10.1
14312026-05-12T03:39:07.528Z Compiling untrusted v0.7.1
14322026-05-12T03:39:07.591Z Compiling openssl-probe v0.2.1
14332026-05-12T03:39:07.654Z Compiling untrusted v0.9.0
14342026-05-12T03:39:07.727Z Compiling pkcs5 v0.7.1
14352026-05-12T03:39:07.780Z Compiling tinyvec v1.10.0
14362026-05-12T03:39:07.813Z Compiling tracing v0.1.44
14372026-05-12T03:39:07.983Z Compiling thiserror v2.0.18
14382026-05-12T03:39:08.098Z Compiling pest_generator v2.8.6
14392026-05-12T03:39:08.106Z Compiling rand v0.9.2
14402026-05-12T03:39:08.133Z Compiling serde_derive_internals v0.29.1
14412026-05-12T03:39:08.164Z Compiling aho-corasick v1.1.4
14422026-05-12T03:39:08.194Z Compiling try-lock v0.2.5
14432026-05-12T03:39:08.299Z Compiling tower-layer v0.3.3
14442026-05-12T03:39:08.456Z Compiling rustls v0.23.37
14452026-05-12T03:39:08.639Z Compiling schemars v0.8.22
14462026-05-12T03:39:08.762Z Compiling dyn-clone v1.0.20
14472026-05-12T03:39:08.823Z Compiling tower-service v0.3.3
14482026-05-12T03:39:08.873Z Compiling atomic-waker v1.1.2
14492026-05-12T03:39:08.921Z Compiling pest_derive v2.8.6
14502026-05-12T03:39:08.932Z Compiling want v0.3.1
14512026-05-12T03:39:08.997Z Compiling regex-automata v0.4.14
14522026-05-12T03:39:09.010Z Compiling schemars_derive v0.8.22
14532026-05-12T03:39:09.089Z Compiling tokio-util v0.7.18
14542026-05-12T03:39:09.343Z Compiling pkcs8 v0.10.2
14552026-05-12T03:39:09.634Z Compiling ipnet v2.11.0
14562026-05-12T03:39:09.805Z Compiling h2 v0.4.13
14572026-05-12T03:39:09.825Z Compiling scroll_derive v0.13.1
14582026-05-12T03:39:10.108Z Compiling darling_core v0.20.11
14592026-05-12T03:39:10.127Z Compiling pin-utils v0.1.0
14602026-05-12T03:39:10.199Z Compiling openssl v0.10.78
14612026-05-12T03:39:10.240Z Compiling foreign-types-shared v0.1.1
14622026-05-12T03:39:10.329Z Compiling httpdate v1.0.3
14632026-05-12T03:39:10.441Z Compiling tempfile v3.25.0
14642026-05-12T03:39:10.550Z Compiling foreign-types v0.3.2
14652026-05-12T03:39:10.616Z Compiling scroll v0.13.0
14662026-05-12T03:39:10.809Z Compiling unicode-normalization v0.1.25
14672026-05-12T03:39:10.956Z Compiling openssl-macros v0.1.1
14682026-05-12T03:39:11.266Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14692026-05-12T03:39:11.341Z Compiling spin v0.9.8
14702026-05-12T03:39:11.420Z Compiling num-conv v0.2.0
14712026-05-12T03:39:11.545Z Compiling crc32fast v1.5.0
14722026-05-12T03:39:11.560Z Compiling native-tls v0.2.18
14732026-05-12T03:39:11.638Z Compiling time-core v0.1.8
14742026-05-12T03:39:11.759Z Compiling powerfmt v0.2.0
14752026-05-12T03:39:11.785Z Compiling time-macros v0.2.27
14762026-05-12T03:39:11.899Z Compiling deranged v0.5.8
14772026-05-12T03:39:12.360Z Compiling darling_macro v0.20.11
14782026-05-12T03:39:12.818Z Compiling hyper v1.8.1
14792026-05-12T03:39:12.889Z Compiling darling v0.20.11
14802026-05-12T03:39:12.928Z Compiling goblin v0.10.5
14812026-05-12T03:39:12.965Z Compiling rustls-native-certs v0.8.3
14822026-05-12T03:39:13.110Z Compiling sync_wrapper v1.0.2
14832026-05-12T03:39:13.221Z Compiling wait-timeout v0.2.1
14842026-05-12T03:39:13.263Z Compiling siphasher v1.0.2
14852026-05-12T03:39:13.461Z Compiling crossbeam-utils v0.8.21
14862026-05-12T03:39:13.493Z Compiling syn v1.0.109
14872026-05-12T03:39:13.733Z Compiling simd-adler32 v0.3.8
14882026-05-12T03:39:13.788Z Compiling bit-vec v0.8.0
14892026-05-12T03:39:13.798Z Compiling num_threads v0.1.7
14902026-05-12T03:39:13.892Z Compiling hyper-util v0.1.20
14912026-05-12T03:39:13.981Z Compiling usdt-impl v0.6.0
14922026-05-12T03:39:14.012Z Compiling quick-error v1.2.3
14932026-05-12T03:39:14.116Z Compiling rusty-fork v0.3.1
14942026-05-12T03:39:14.191Z Compiling bit-set v0.8.0
14952026-05-12T03:39:14.379Z Compiling time v0.3.47
14962026-05-12T03:39:14.489Z Compiling tower v0.5.3
14972026-05-12T03:39:14.665Z Compiling derive_builder_core v0.20.2
14982026-05-12T03:39:14.972Z Compiling dtrace-parser v0.3.0
14992026-05-12T03:39:15.136Z Compiling http-body-util v0.1.3
15002026-05-12T03:39:15.382Z Compiling webpki-roots v1.0.6
15012026-05-12T03:39:15.507Z Compiling signature v2.2.0
15022026-05-12T03:39:15.522Z Compiling thiserror-impl v1.0.69
15032026-05-12T03:39:15.610Z Compiling dof v0.4.0
15042026-05-12T03:39:15.685Z Compiling scroll_derive v0.12.1
15052026-05-12T03:39:15.714Z Compiling heapless v0.7.17
15062026-05-12T03:39:15.920Z Compiling rand_xorshift v0.4.0
15072026-05-12T03:39:15.950Z Compiling slog v2.8.2
15082026-05-12T03:39:16.088Z Compiling darling_core v0.21.3
15092026-05-12T03:39:16.131Z Compiling bzip2-sys v0.1.13+1.0.8
15102026-05-12T03:39:16.333Z Compiling thread-id v5.1.0
15112026-05-12T03:39:16.400Z Compiling cookie v0.18.1
15122026-05-12T03:39:16.416Z Compiling zstd-safe v7.2.4
15132026-05-12T03:39:16.587Z Compiling paste v1.0.15
15142026-05-12T03:39:16.605Z Compiling unicode-bidi v0.3.18
15152026-05-12T03:39:16.749Z Compiling adler2 v2.0.1
15162026-05-12T03:39:16.767Z Compiling allocator-api2 v0.2.21
15172026-05-12T03:39:16.853Z Compiling iri-string v0.7.10
15182026-05-12T03:39:16.880Z Compiling unicode-properties v0.1.4
15192026-05-12T03:39:17.119Z Compiling ryu v1.0.23
15202026-05-12T03:39:17.134Z Compiling signal-hook v0.3.18
15212026-05-12T03:39:17.149Z Compiling anyhow v1.0.102
15222026-05-12T03:39:17.176Z Compiling unarray v0.1.4
15232026-05-12T03:39:17.291Z Compiling proptest v1.10.0
15242026-05-12T03:39:17.304Z Compiling serde_urlencoded v0.7.1
15252026-05-12T03:39:17.331Z Compiling stringprep v0.1.5
15262026-05-12T03:39:17.607Z Compiling miniz_oxide v0.8.9
15272026-05-12T03:39:17.653Z Compiling thiserror v1.0.69
15282026-05-12T03:39:18.231Z Compiling tower-http v0.6.8
15292026-05-12T03:39:18.374Z Compiling scroll v0.12.0
15302026-05-12T03:39:18.476Z Compiling derive_builder_macro v0.20.2
15312026-05-12T03:39:18.525Z Compiling tokio-native-tls v0.3.1
15322026-05-12T03:39:18.633Z Compiling darling_macro v0.21.3
15332026-05-12T03:39:18.637Z Compiling ipnetwork v0.21.1
15342026-05-12T03:39:18.690Z Compiling bstr v1.12.1
15352026-05-12T03:39:18.918Z Compiling rand_chacha v0.3.1
15362026-05-12T03:39:19.025Z Compiling serde_tokenstream v0.2.3
15372026-05-12T03:39:19.042Z Compiling serde_spanned v0.6.9
15382026-05-12T03:39:19.117Z Compiling toml_datetime v0.6.11
15392026-05-12T03:39:19.180Z Compiling erased-serde v0.3.31
15402026-05-12T03:39:19.325Z Compiling md-5 v0.10.6
15412026-05-12T03:39:19.748Z Compiling async-trait v0.1.89
15422026-05-12T03:39:19.752Z Compiling pin-project-internal v1.1.11
15432026-05-12T03:39:19.752Z Compiling zerocopy-derive v0.7.35
15442026-05-12T03:39:19.752Z Compiling curve25519-dalek v4.1.3
15452026-05-12T03:39:19.752Z Compiling vergen-lib v0.1.6
15462026-05-12T03:39:19.914Z Compiling num-integer v0.1.46
15472026-05-12T03:39:19.989Z Compiling hash32 v0.2.1
15482026-05-12T03:39:20.175Z Compiling ff v0.13.1
15492026-05-12T03:39:20.233Z Compiling memoffset v0.9.1
15502026-05-12T03:39:20.327Z Compiling cfg_aliases v0.2.1
15512026-05-12T03:39:20.349Z Compiling ref-cast v1.0.25
15522026-05-12T03:39:20.358Z Compiling fallible-iterator v0.2.0
15532026-05-12T03:39:20.399Z Compiling base16ct v0.2.0
15542026-05-12T03:39:20.417Z Compiling rustix v0.38.44
15552026-05-12T03:39:20.451Z Compiling num-bigint-dig v0.8.6
15562026-05-12T03:39:20.579Z Compiling zlib-rs v0.6.2
15572026-05-12T03:39:20.640Z Compiling smoltcp v0.9.1
15582026-05-12T03:39:20.654Z Compiling psl-types v2.0.11
15592026-05-12T03:39:20.667Z Compiling litrs v1.0.0
15602026-05-12T03:39:21.186Z Compiling publicsuffix v2.3.0
15612026-05-12T03:39:21.192Z Compiling postgres-protocol v0.6.10
15622026-05-12T03:39:21.193Z Compiling sec1 v0.7.3
15632026-05-12T03:39:21.193Z Compiling pin-project v1.1.11
15642026-05-12T03:39:21.193Z Compiling document-features v0.2.12
15652026-05-12T03:39:21.196Z Compiling nix v0.31.2
15662026-05-12T03:39:21.219Z Compiling zerocopy v0.7.35
15672026-05-12T03:39:21.455Z Compiling group v0.13.0
15682026-05-12T03:39:22.032Z Compiling num-iter v0.1.45
15692026-05-12T03:39:22.035Z Compiling newtype-uuid v1.3.2
15702026-05-12T03:39:22.035Z Compiling rand v0.8.6
15712026-05-12T03:39:22.036Z Compiling darling v0.21.3
15722026-05-12T03:39:22.121Z Compiling derive_builder v0.20.2
15732026-05-12T03:39:22.172Z Compiling oxnet v0.1.4
15742026-05-12T03:39:22.233Z Compiling hyper-tls v0.6.0
15752026-05-12T03:39:22.252Z Compiling goblin v0.8.2
15762026-05-12T03:39:22.428Z Compiling hubpack_derive v0.1.1
15772026-05-12T03:39:23.059Z Compiling phf_shared v0.13.1
15782026-05-12T03:39:23.116Z Compiling lazy_static v1.5.0
15792026-05-12T03:39:23.170Z Compiling regex v1.12.3
15802026-05-12T03:39:23.217Z Compiling futures-executor v0.3.32
15812026-05-12T03:39:23.288Z Compiling hex v0.4.3
15822026-05-12T03:39:23.302Z Compiling cargo-platform v0.1.9
15832026-05-12T03:39:23.509Z Compiling flate2 v1.1.9
15842026-05-12T03:39:23.562Z Compiling hkdf v0.12.4
15852026-05-12T03:39:23.570Z Compiling crypto-bigint v0.5.5
15862026-05-12T03:39:23.591Z Compiling terminal_size v0.4.3
15872026-05-12T03:39:23.713Z Compiling snafu-derive v0.8.9
15882026-05-12T03:39:23.735Z Compiling daft-derive v0.1.5
15892026-05-12T03:39:23.766Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-12T03:39:23.874Z Compiling strum_macros v0.27.2
15912026-05-12T03:39:24.398Z Compiling ref-cast-impl v1.0.25
15922026-05-12T03:39:24.438Z Compiling vergen v9.0.6
15932026-05-12T03:39:24.617Z Compiling fs-err v3.3.0
15942026-05-12T03:39:24.828Z Compiling ahash v0.8.12
15952026-05-12T03:39:24.935Z Compiling encoding_rs v0.8.35
15962026-05-12T03:39:25.028Z Compiling cpufeatures v0.3.0
15972026-05-12T03:39:25.093Z Compiling foldhash v0.1.5
15982026-05-12T03:39:25.285Z Compiling bumpalo v3.20.2
15992026-05-12T03:39:25.526Z Compiling object v0.37.3
16002026-05-12T03:39:25.604Z Compiling managed v0.8.0
16012026-05-12T03:39:25.666Z Compiling libbz2-rs-sys v0.2.2
16022026-05-12T03:39:25.724Z Compiling bitflags v1.3.2
16032026-05-12T03:39:25.799Z Compiling foldhash v0.2.0
16042026-05-12T03:39:25.815Z Compiling mime v0.3.17
16052026-05-12T03:39:25.842Z Compiling same-file v1.0.6
16062026-05-12T03:39:25.861Z Compiling winnow v0.5.40
16072026-05-12T03:39:25.992Z Compiling unicode-segmentation v1.12.0
16082026-05-12T03:39:26.022Z Compiling hashbrown v0.16.1
16092026-05-12T03:39:26.060Z Compiling walkdir v2.5.0
16102026-05-12T03:39:26.380Z Compiling bzip2 v0.6.1
16112026-05-12T03:39:26.443Z Compiling strum v0.27.2
16122026-05-12T03:39:26.475Z Compiling snafu v0.8.9
16132026-05-12T03:39:26.508Z Compiling clap_builder v4.5.60
16142026-05-12T03:39:26.550Z Compiling zopfli v0.8.3
16152026-05-12T03:39:26.600Z Compiling hashbrown v0.15.5
16162026-05-12T03:39:26.831Z Compiling chacha20 v0.10.0
16172026-05-12T03:39:27.151Z Compiling toml_edit v0.19.15
16182026-05-12T03:39:27.286Z Compiling elliptic-curve v0.13.8
16192026-05-12T03:39:27.313Z Compiling dof v0.3.0
16202026-05-12T03:39:27.330Z Compiling daft v0.1.5
16212026-05-12T03:39:27.591Z Compiling cargo_metadata v0.19.2
16222026-05-12T03:39:27.669Z Compiling futures v0.3.32
16232026-05-12T03:39:27.765Z Compiling phf v0.13.1
16242026-05-12T03:39:28.135Z Compiling signal-hook-mio v0.2.5
16252026-05-12T03:39:28.349Z Compiling hubpack v0.1.2
16262026-05-12T03:39:28.492Z Compiling cookie_store v0.22.1
16272026-05-12T03:39:28.557Z Compiling zstd v0.13.3
16282026-05-12T03:39:28.827Z Compiling bzip2 v0.4.4
16292026-05-12T03:39:28.926Z Compiling serde_with_macros v3.17.0
16302026-05-12T03:39:29.048Z Compiling postgres-types v0.2.12
16312026-05-12T03:39:29.931Z Compiling usdt-macro v0.6.0
16322026-05-12T03:39:29.990Z Compiling usdt-attr-macro v0.6.0
16332026-05-12T03:39:29.991Z Compiling globset v0.4.18
16342026-05-12T03:39:30.058Z Compiling dtrace-parser v0.2.0
16352026-05-12T03:39:30.250Z Compiling ed25519 v2.2.3
16362026-05-12T03:39:30.316Z Compiling phf_shared v0.11.3
16372026-05-12T03:39:30.366Z Compiling olpc-cjson v0.1.4
16382026-05-12T03:39:30.805Z Compiling pkcs1 v0.7.5
16392026-05-12T03:39:30.813Z Compiling serde_plain v1.0.2
16402026-05-12T03:39:30.813Z Compiling serde-big-array v0.5.1
16412026-05-12T03:39:30.813Z Compiling rfc6979 v0.4.0
16422026-05-12T03:39:30.813Z Compiling pem v3.0.6
16432026-05-12T03:39:30.813Z Compiling serde_repr v0.1.20
16442026-05-12T03:39:30.813Z Compiling enum-as-inner v0.6.1
16452026-05-12T03:39:30.813Z Compiling strum_macros v0.26.4
16462026-05-12T03:39:30.813Z Compiling async-recursion v1.1.1
16472026-05-12T03:39:30.961Z Compiling clap_derive v4.5.55
16482026-05-12T03:39:31.170Z Compiling float-cmp v0.10.0
16492026-05-12T03:39:31.181Z Compiling thread-id v4.2.2
16502026-05-12T03:39:31.181Z Compiling memmap2 v0.9.10
16512026-05-12T03:39:31.324Z Compiling env_filter v1.0.0
16522026-05-12T03:39:31.413Z Compiling either v1.15.0
16532026-05-12T03:39:31.440Z Compiling difflib v0.4.0
16542026-05-12T03:39:31.469Z Compiling new_debug_unreachable v1.0.6
16552026-05-12T03:39:31.533Z Compiling normalize-line-endings v0.3.0
16562026-05-12T03:39:31.580Z Compiling rustc-hash v2.1.1
16572026-05-12T03:39:31.648Z Compiling whoami v2.1.0
16582026-05-12T03:39:31.659Z Compiling predicates-core v1.0.10
16592026-05-12T03:39:31.659Z Compiling precomputed-hash v0.1.1
16602026-05-12T03:39:31.820Z Compiling fixedbitset v0.5.7
16612026-05-12T03:39:31.939Z Compiling typed-path v0.9.3
16622026-05-12T03:39:32.034Z Compiling fixedbitset v0.4.2
16632026-05-12T03:39:32.071Z Compiling data-encoding v2.10.0
16642026-05-12T03:39:32.104Z Compiling keccak v0.1.6
16652026-05-12T03:39:32.242Z Compiling jiff v0.2.21
16662026-05-12T03:39:32.589Z Compiling static_assertions v1.1.0
16672026-05-12T03:39:32.671Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16682026-05-12T03:39:32.778Z Compiling strum v0.26.3
16692026-05-12T03:39:32.841Z Compiling clap v4.5.60
16702026-05-12T03:39:32.857Z Compiling hickory-proto v0.25.2
16712026-05-12T03:39:32.857Z Compiling sha3 v0.10.8
16722026-05-12T03:39:32.912Z Compiling petgraph v0.6.5
16732026-05-12T03:39:33.140Z Compiling petgraph v0.8.3
16742026-05-12T03:39:33.338Z Compiling toml_edit v0.22.27
16752026-05-12T03:39:33.567Z Compiling tokio-postgres v0.7.16
16762026-05-12T03:39:34.379Z Compiling predicates v3.1.4
16772026-05-12T03:39:34.929Z Compiling zip v4.6.1
16782026-05-12T03:39:34.982Z Compiling string_cache v0.8.9
16792026-05-12T03:39:35.299Z Compiling iddqd v0.3.18
16802026-05-12T03:39:35.433Z Compiling itertools v0.13.0
16812026-05-12T03:39:35.720Z Compiling env_logger v0.11.9
16822026-05-12T03:39:35.912Z Compiling usdt v0.6.0
16832026-05-12T03:39:35.966Z Compiling usdt-impl v0.5.0
16842026-05-12T03:39:36.086Z Compiling ecdsa v0.16.9
16852026-05-12T03:39:36.203Z Compiling rsa v0.9.10
16862026-05-12T03:39:36.349Z Compiling ed25519-dalek v2.2.0
16872026-05-12T03:39:36.397Z Compiling crossterm v0.28.1
16882026-05-12T03:39:36.470Z Compiling serde_with v3.17.0
16892026-05-12T03:39:36.699Z Compiling zip v0.6.6
16902026-05-12T03:39:37.003Z Compiling toml v0.7.8
16912026-05-12T03:39:37.729Z Compiling rand v0.10.0
16922026-05-12T03:39:37.862Z Compiling heck v0.4.1
16932026-05-12T03:39:37.888Z Compiling similar v2.7.0
16942026-05-12T03:39:38.043Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-12T03:39:38.232Z Compiling crossbeam-epoch v0.9.18
16962026-05-12T03:39:38.257Z Compiling tokio-stream v0.1.18
16972026-05-12T03:39:38.420Z Compiling buf-list v1.1.2
16982026-05-12T03:39:38.657Z Compiling x509-cert v0.2.5
16992026-05-12T03:39:38.689Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17002026-05-12T03:39:38.689Z Compiling openapiv3 v2.2.0
17012026-05-12T03:39:38.716Z Compiling sha1 v0.10.6
17022026-05-12T03:39:38.755Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-12T03:39:38.927Z Compiling lalrpop-util v0.19.12
17042026-05-12T03:39:38.952Z Compiling peg-runtime v0.8.5
17052026-05-12T03:39:39.036Z Compiling thread_local v1.1.9
17062026-05-12T03:39:39.126Z Compiling slog-async v2.8.0
17072026-05-12T03:39:39.239Z Compiling crossbeam-channel v0.5.15
17082026-05-12T03:39:39.300Z Compiling filetime v0.2.27
17092026-05-12T03:39:39.466Z Compiling is-terminal v0.4.17
17102026-05-12T03:39:39.485Z Compiling term v1.2.1
17112026-05-12T03:39:39.534Z Compiling xattr v1.6.1
17122026-05-12T03:39:39.547Z Compiling take_mut v0.2.2
17132026-05-12T03:39:39.663Z Compiling tar v0.4.45
17142026-05-12T03:39:40.061Z Compiling slog-term v2.9.2
17152026-05-12T03:39:49.644Z Compiling rustls-webpki v0.103.9
17162026-05-12T03:39:52.519Z Compiling tokio-rustls v0.26.4
17172026-05-12T03:39:52.520Z Compiling rustls-platform-verifier v0.6.2
17182026-05-12T03:39:52.697Z Compiling hyper-rustls v0.27.7
17192026-05-12T03:39:53.058Z Compiling reqwest v0.12.28
17202026-05-12T03:39:53.058Z Compiling reqwest v0.13.2
17212026-05-12T03:39:54.130Z Compiling tough v0.22.0
17222026-05-12T03:39:56.783Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17232026-05-12T03:39:56.916Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17242026-05-12T03:39:59.688Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17252026-05-12T03:39:59.835Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17262026-05-12T03:39:59.888ZMay 12 03:39:58.635 INFO Starting download, target: Cockroach
17272026-05-12T03:39:59.888ZMay 12 03:39:58.635 INFO Starting download, target: Clickhouse
17282026-05-12T03:39:59.888ZMay 12 03:39:58.635 INFO Starting download, target: Console
17292026-05-12T03:39:59.895ZMay 12 03:39:58.635 INFO Starting download, target: DendriteStub
17302026-05-12T03:39:59.895ZMay 12 03:39:58.635 INFO Starting download, target: MaghemiteMgd
17312026-05-12T03:39:59.895ZMay 12 03:39:58.635 INFO Starting download, target: TransceiverControl
17322026-05-12T03:39:59.895ZMay 12 03:39:58.635 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-05-12T03:39:59.895ZMay 12 03:39:58.636 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-05-12T03:39:59.895ZMay 12 03:39:58.636 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-12T03:39:59.895ZMay 12 03:39:58.636 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17362026-05-12T03:39:59.895ZMay 12 03:39:58.636 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-05-12T03:39:59.895ZMay 12 03:39:58.636 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-12T03:40:00.647ZMay 12 03:39:59.377 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17392026-05-12T03:40:00.845ZMay 12 03:39:59.568 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-05-12T03:40:00.865ZMay 12 03:39:59.582 INFO Download complete, target: TransceiverControl
17412026-05-12T03:40:01.093ZMay 12 03:39:59.795 INFO Download complete, target: Console
17422026-05-12T03:40:01.758ZMay 12 03:40:00.507 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17432026-05-12T03:40:04.098ZMay 12 03:40:02.802 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-05-12T03:40:05.058ZMay 12 03:40:03.795 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-12T03:40:06.181ZMay 12 03:40:04.908 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-12T03:40:06.182ZMay 12 03:40:04.908 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-12T03:40:06.397ZMay 12 03:40:05.123 INFO Download complete, target: MaghemiteMgd
17482026-05-12T03:40:07.441ZMay 12 03:40:06.174 INFO Download complete, target: DendriteStub
17492026-05-12T03:40:08.556ZMay 12 03:40:07.296 INFO Checking that binary works, target: Clickhouse
17502026-05-12T03:40:08.687ZMay 12 03:40:07.379 INFO Download complete, target: Clickhouse
17512026-05-12T03:40:10.691ZMay 12 03:40:09.435 INFO Checking that binary works, target: Cockroach
17522026-05-12T03:40:10.797ZMay 12 03:40:09.547 INFO Download complete, target: Cockroach
17532026-05-12T03:40:10.811ZAll builder prerequisites installed successfully, and PATH looks valid
17542026-05-12T03:40:10.815Z
17552026-05-12T03:40:10.815Zreal 2:15.320039242
17562026-05-12T03:40:10.815Zuser 6:56.098301474
17572026-05-12T03:40:10.816Zsys 1:23.198192212
17582026-05-12T03:40:10.816Ztrap 0.219646568
17592026-05-12T03:40:10.816Ztflt 0.696808658
17602026-05-12T03:40:10.816Zdflt 0.521283760
17612026-05-12T03:40:10.816Zkflt 0.024532756
17622026-05-12T03:40:10.816Zlock 22:13.278126495
17632026-05-12T03:40:10.816Zslp 21:12.566892342
17642026-05-12T03:40:10.816Zlat 45.645621644
17652026-05-12T03:40:10.816Zstop 1:59.985742986
17662026-05-12T03:40:10.816Z+ banner clippy
17672026-05-12T03:40:10.816Z
17682026-05-12T03:40:10.816Z #### # # ##### ##### # #
17692026-05-12T03:40:10.816Z # # # # # # # # # #
17702026-05-12T03:40:10.816Z # # # # # # # #
17712026-05-12T03:40:10.816Z # # # ##### ##### #
17722026-05-12T03:40:10.816Z # # # # # # #
17732026-05-12T03:40:10.816Z #### ###### # # # #
17742026-05-12T03:40:10.816Z
17752026-05-12T03:40:10.816Z+ export CARGO_INCREMENTAL=0
17762026-05-12T03:40:10.816Z+ CARGO_INCREMENTAL=0
17772026-05-12T03:40:10.816Z+ ptime -m cargo xtask clippy
17782026-05-12T03:40:11.353Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17792026-05-12T03:40:11.570Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17802026-05-12T03:40:13.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17812026-05-12T03:40:13.517Z Running `target/debug/xtask clippy`
17822026-05-12T03:40:13.536Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17832026-05-12T03:40:14.188Z Downloading crates ...
17842026-05-12T03:40:14.393Z Downloaded rand_distr v0.5.1
17852026-05-12T03:40:14.419Z Downloaded parking v2.2.1
17862026-05-12T03:40:14.538Z Downloaded cast v0.3.0
17872026-05-12T03:40:14.557Z Downloaded constant_time_eq v0.3.1
17882026-05-12T03:40:14.557Z Downloaded async-lock v3.4.2
17892026-05-12T03:40:14.557Z Downloaded blake2b_simd v1.0.4
17902026-05-12T03:40:14.557Z Downloaded supports-hyperlinks v2.1.0
17912026-05-12T03:40:14.557Z Downloaded futures-timer v3.0.3
17922026-05-12T03:40:14.557Z Downloaded relative-path v1.9.3
17932026-05-12T03:40:14.557Z Downloaded chumsky v0.9.3
17942026-05-12T03:40:14.557Z Downloaded termcolor v1.4.1
17952026-05-12T03:40:14.557Z Downloaded partial-io v0.5.4
17962026-05-12T03:40:14.557Z Downloaded rust-argon2 v2.1.0
17972026-05-12T03:40:14.557Z Downloaded assert-json-diff v2.0.2
17982026-05-12T03:40:14.557Z Downloaded cargo-platform v0.3.2
17992026-05-12T03:40:14.557Z Downloaded hashbrown v0.14.5
18002026-05-12T03:40:14.557Z Downloaded gimli v0.32.3
18012026-05-12T03:40:14.557Z Downloaded tinytemplate v1.2.1
18022026-05-12T03:40:14.557Z Downloaded event-listener v5.4.1
18032026-05-12T03:40:14.557Z Downloaded similar-asserts v1.7.0
18042026-05-12T03:40:14.557Z Downloaded plotters-backend v0.3.7
18052026-05-12T03:40:14.557Z Downloaded criterion-plot v0.6.0
18062026-05-12T03:40:14.557Z Downloaded serde_regex v1.1.0
18072026-05-12T03:40:14.557Z Downloaded linkme v0.3.35
18082026-05-12T03:40:14.558Z Downloaded anes v0.1.6
18092026-05-12T03:40:14.589Z Downloaded supports-unicode v2.1.0
18102026-05-12T03:40:14.589Z Downloaded libtest-mimic v0.8.1
18112026-05-12T03:40:14.628Z Downloaded escape8259 v0.5.3
18122026-05-12T03:40:14.670Z Downloaded miette-derive v5.10.0
18132026-05-12T03:40:14.670Z Downloaded path-tree v0.8.3
18142026-05-12T03:40:14.670Z Downloaded target-lexicon v0.13.3
18152026-05-12T03:40:14.670Z Downloaded textwrap v0.15.2
18162026-05-12T03:40:14.707Z Downloaded stringmetrics v2.2.2
18172026-05-12T03:40:14.707Z Downloaded cfg-expr v0.20.6
18182026-05-12T03:40:14.707Z Downloaded plotters-svg v0.3.7
18192026-05-12T03:40:14.707Z Downloaded owo-colors v3.5.0
18202026-05-12T03:40:14.707Z Downloaded supports-color v2.1.0
18212026-05-12T03:40:14.707Z Downloaded backtrace v0.3.76
18222026-05-12T03:40:14.707Z Downloaded miette v5.10.0
18232026-05-12T03:40:14.707Z Downloaded linkme-impl v0.3.35
18242026-05-12T03:40:14.707Z Downloaded plotters v0.3.7
18252026-05-12T03:40:14.707Z Downloaded nested v0.1.1
18262026-05-12T03:40:14.707Z Downloaded httpmock v0.8.3
18272026-05-12T03:40:14.740Z Downloaded knuffel v3.2.0
18282026-05-12T03:40:14.740Z Downloaded fancy-regex v0.14.0
18292026-05-12T03:40:14.741Z Downloaded criterion v0.7.0
18302026-05-12T03:40:14.741Z Downloaded approx v0.5.1
18312026-05-12T03:40:15.014Z Downloaded event-listener-strategy v0.5.4
18322026-05-12T03:40:15.148Z Downloaded httptest v0.16.4
18332026-05-12T03:40:15.283Z Downloaded addr2line v0.25.1
18342026-05-12T03:40:15.283Z Downloaded backtrace-ext v0.2.1
18352026-05-12T03:40:15.283Z Downloaded rstest v0.25.0
18362026-05-12T03:40:15.326Z Downloaded rustc-demangle v0.1.27
18372026-05-12T03:40:15.326Z Downloaded knuffel-derive v3.2.0
18382026-05-12T03:40:15.327Z Downloaded async-object-pool v0.2.0
18392026-05-12T03:40:15.327Z Downloaded cargo_metadata v0.23.1
18402026-05-12T03:40:15.327Z Downloaded datatest-stable v0.3.3
18412026-05-12T03:40:15.327Z Downloaded trybuild v1.0.116
18422026-05-12T03:40:15.327Z Downloaded concurrent-queue v2.5.0
18432026-05-12T03:40:15.327Z Downloaded guppy-workspace-hack v0.1.0
18442026-05-12T03:40:15.327Z Downloaded rstest_macros v0.25.0
18452026-05-12T03:40:15.327Z Downloaded pathdiff v0.2.3
18462026-05-12T03:40:15.358Z Downloaded tokio-test v0.4.5
18472026-05-12T03:40:15.358Z Downloaded target-spec v3.5.7
18482026-05-12T03:40:15.358Z Downloaded assert_cmd v2.1.2
18492026-05-12T03:40:15.358Z Downloaded hickory-client v0.25.2
18502026-05-12T03:40:15.358Z Downloaded guppy v0.17.25
18512026-05-12T03:40:15.358Z Downloaded target-triple v1.0.0
18522026-05-12T03:40:15.389Z Downloaded terminal_size v0.1.17
18532026-05-12T03:40:15.390Z Downloaded oorandom v11.1.5
18542026-05-12T03:40:16.977Z Checking cfg-if v1.0.4
18552026-05-12T03:40:17.311Z Checking libc v0.2.185
18562026-05-12T03:40:17.333Z Checking serde_core v1.0.228
18572026-05-12T03:40:17.382Z Checking memchr v2.8.0
18582026-05-12T03:40:17.435Z Checking smallvec v1.15.1
18592026-05-12T03:40:17.469Z Checking log v0.4.29
18602026-05-12T03:40:17.469Z Checking itoa v1.0.17
18612026-05-12T03:40:17.548Z Checking zeroize v1.8.2
18622026-05-12T03:40:17.564Z Checking libm v0.2.16
18632026-05-12T03:40:17.672Z Checking scopeguard v1.2.0
18642026-05-12T03:40:17.743Z Checking stable_deref_trait v1.2.1
18652026-05-12T03:40:17.799Z Checking zerofrom v0.1.6
18662026-05-12T03:40:17.799Z Checking errno v0.3.14
18672026-05-12T03:40:17.799Z Checking getrandom v0.2.17
18682026-05-12T03:40:17.869Z Checking lock_api v0.4.14
18692026-05-12T03:40:17.869Z Checking zmij v1.0.21
18702026-05-12T03:40:17.920Z Checking yoke v0.8.1
18712026-05-12T03:40:17.970Z Checking percent-encoding v2.3.2
18722026-05-12T03:40:18.017Z Checking writeable v0.6.2
18732026-05-12T03:40:18.017Z Checking litemap v0.8.1
18742026-05-12T03:40:18.066Z Checking icu_properties_data v2.1.2
18752026-05-12T03:40:18.096Z Checking zerovec v0.11.5
18762026-05-12T03:40:18.096Z Checking zerotrie v0.2.3
18772026-05-12T03:40:18.137Z Checking icu_normalizer_data v2.1.1
18782026-05-12T03:40:18.155Z Checking form_urlencoded v1.2.2
18792026-05-12T03:40:18.216Z Checking subtle v2.6.1
18802026-05-12T03:40:18.246Z Checking utf8_iter v1.0.4
18812026-05-12T03:40:18.287Z Checking num-traits v0.2.19
18822026-05-12T03:40:18.311Z Checking pin-project-lite v0.2.17
18832026-05-12T03:40:18.348Z Checking portable-atomic v1.13.1
18842026-05-12T03:40:18.383Z Checking parking_lot_core v0.9.12
18852026-05-12T03:40:18.430Z Checking rand_core v0.10.0
18862026-05-12T03:40:18.430Z Checking critical-section v1.2.0
18872026-05-12T03:40:18.486Z Checking rand_core v0.6.4
18882026-05-12T03:40:18.531Z Checking tinystr v0.8.2
18892026-05-12T03:40:18.685Z Checking potential_utf v0.1.4
18902026-05-12T03:40:18.713Z Checking parking_lot v0.12.5
18912026-05-12T03:40:18.713Z Checking getrandom v0.4.1
18922026-05-12T03:40:18.713Z Checking zerocopy v0.8.40
18932026-05-12T03:40:18.747Z Checking icu_locale_core v2.1.1
18942026-05-12T03:40:18.765Z Checking icu_collections v2.1.1
18952026-05-12T03:40:18.807Z Checking once_cell v1.21.3
18962026-05-12T03:40:18.834Z Checking serde v1.0.228
18972026-05-12T03:40:18.834Z Checking serde_json v1.0.149
18982026-05-12T03:40:18.834Z Checking bitflags v2.11.0
18992026-05-12T03:40:18.898Z Checking signal-hook-registry v1.4.8
19002026-05-12T03:40:19.021Z Checking mio v1.2.0
19012026-05-12T03:40:19.035Z Checking socket2 v0.6.3
19022026-05-12T03:40:19.117Z Checking typenum v1.19.0
19032026-05-12T03:40:19.142Z Checking iana-time-zone v0.1.65
19042026-05-12T03:40:19.277Z Checking thiserror v2.0.18
19052026-05-12T03:40:19.346Z Checking bytes v1.11.1
19062026-05-12T03:40:19.349Z Checking icu_provider v2.1.1
19072026-05-12T03:40:19.366Z Checking chrono v0.4.44
19082026-05-12T03:40:19.442Z Checking semver v1.0.28
19092026-05-12T03:40:19.464Z Checking uuid v1.23.0
19102026-05-12T03:40:19.586Z Checking icu_properties v2.1.2
19112026-05-12T03:40:19.613Z Checking icu_normalizer v2.1.1
19122026-05-12T03:40:19.657Z Checking generic-array v0.14.7
19132026-05-12T03:40:19.685Z Checking futures-core v0.3.32
19142026-05-12T03:40:19.805Z Checking tokio v1.52.1
19152026-05-12T03:40:19.865Z Checking equivalent v1.0.2
19162026-05-12T03:40:19.908Z Checking dyn-clone v1.0.20
19172026-05-12T03:40:19.965Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19182026-05-12T03:40:20.015Z Checking const-oid v0.9.6
19192026-05-12T03:40:20.045Z Checking futures-sink v0.3.32
19202026-05-12T03:40:20.113Z Checking crypto-common v0.1.7
19212026-05-12T03:40:20.160Z Checking futures-channel v0.3.32
19222026-05-12T03:40:20.246Z Checking block-buffer v0.10.4
19232026-05-12T03:40:20.333Z Checking futures-task v0.3.32
19242026-05-12T03:40:20.347Z Checking slab v0.4.12
19252026-05-12T03:40:20.391Z Checking futures-io v0.3.32
19262026-05-12T03:40:20.417Z Checking idna_adapter v1.2.1
19272026-05-12T03:40:20.434Z Checking hashbrown v0.17.0
19282026-05-12T03:40:20.489Z Checking byteorder v1.5.0
19292026-05-12T03:40:20.503Z Checking rustix v1.1.3
19302026-05-12T03:40:20.542Z Checking futures-util v0.3.32
19312026-05-12T03:40:20.584Z Checking idna v1.1.0
19322026-05-12T03:40:20.691Z Checking digest v0.10.7
19332026-05-12T03:40:20.719Z Checking cpufeatures v0.2.17
19342026-05-12T03:40:20.810Z Checking thiserror v1.0.69
19352026-05-12T03:40:20.868Z Checking url v2.5.8
19362026-05-12T03:40:20.914Z Checking indexmap v2.14.0
19372026-05-12T03:40:20.967Z Checking getrandom v0.3.4
19382026-05-12T03:40:20.997Z Checking fnv v1.0.7
19392026-05-12T03:40:21.178Z Checking regex-syntax v0.8.10
19402026-05-12T03:40:21.221Z Checking http v1.4.0
19412026-05-12T03:40:21.321Z Checking schemars v0.8.22
19422026-05-12T03:40:21.367Z Checking tracing-core v0.1.36
19432026-05-12T03:40:21.447Z Checking ppv-lite86 v0.2.21
19442026-05-12T03:40:21.484Z Checking base64 v0.22.1
19452026-05-12T03:40:21.687Z Checking tracing v0.1.44
19462026-05-12T03:40:21.723Z Checking ipnet v2.11.0
19472026-05-12T03:40:21.774Z Checking unicode-ident v1.0.24
19482026-05-12T03:40:21.779Z Checking untrusted v0.9.0
19492026-05-12T03:40:21.902Z Checking proc-macro2 v1.0.106
19502026-05-12T03:40:21.936Z Checking ring v0.17.14
19512026-05-12T03:40:21.940Z Checking aho-corasick v1.1.4
19522026-05-12T03:40:22.000Z Checking anstyle v1.0.13
19532026-05-12T03:40:22.050Z Checking utf8parse v0.2.2
19542026-05-12T03:40:22.181Z Checking rustls-pki-types v1.14.0
19552026-05-12T03:40:22.210Z Checking httparse v1.10.1
19562026-05-12T03:40:22.257Z Checking quote v1.0.45
19572026-05-12T03:40:22.412Z Checking base64ct v1.8.3
19582026-05-12T03:40:22.460Z Checking anstyle-parse v0.2.7
19592026-05-12T03:40:22.499Z Checking syn v2.0.117
19602026-05-12T03:40:22.499Z Checking block-padding v0.3.3
19612026-05-12T03:40:22.563Z Checking anstyle-query v1.1.5
19622026-05-12T03:40:22.631Z Checking regex-automata v0.4.14
19632026-05-12T03:40:22.667Z Checking colorchoice v1.0.4
19642026-05-12T03:40:22.681Z Checking is_terminal_polyfill v1.70.2
19652026-05-12T03:40:22.716Z Checking inout v0.1.4
19662026-05-12T03:40:22.735Z Checking crossbeam-utils v0.8.21
19672026-05-12T03:40:22.790Z Checking allocator-api2 v0.2.21
19682026-05-12T03:40:22.819Z Checking anstream v0.6.21
19692026-05-12T03:40:22.905Z Checking cipher v0.4.4
19702026-05-12T03:40:22.977Z Checking tokio-util v0.7.18
19712026-05-12T03:40:23.000Z Checking http-body v1.0.1
19722026-05-12T03:40:23.041Z Checking terminal_size v0.4.3
19732026-05-12T03:40:23.096Z Checking atomic-waker v1.1.2
19742026-05-12T03:40:23.126Z Checking clap_lex v1.0.0
19752026-05-12T03:40:23.130Z Checking strsim v0.11.1
19762026-05-12T03:40:23.195Z Checking httpdate v1.0.3
19772026-05-12T03:40:23.200Z Checking try-lock v0.2.5
19782026-05-12T03:40:23.264Z Checking pem-rfc7468 v0.7.0
19792026-05-12T03:40:23.316Z Checking sha2 v0.10.9
19802026-05-12T03:40:23.356Z Checking want v0.3.1
19812026-05-12T03:40:23.383Z Checking clap_builder v4.5.60
19822026-05-12T03:40:23.604Z Checking tower-service v0.3.3
19832026-05-12T03:40:23.663Z Checking tower-layer v0.3.3
19842026-05-12T03:40:23.663Z Checking ryu v1.0.23
19852026-05-12T03:40:23.663Z Checking pin-utils v0.1.0
19862026-05-12T03:40:23.663Z Checking h2 v0.4.13
19872026-05-12T03:40:23.699Z Checking rand_core v0.9.5
19882026-05-12T03:40:23.699Z Checking hmac v0.12.1
19892026-05-12T03:40:23.699Z Checking powerfmt v0.2.0
19902026-05-12T03:40:23.777Z Checking time-core v0.1.8
19912026-05-12T03:40:23.833Z Checking flagset v0.4.7
19922026-05-12T03:40:23.891Z Checking num-conv v0.2.0
19932026-05-12T03:40:23.925Z Checking deranged v0.5.8
19942026-05-12T03:40:23.942Z Checking num_threads v0.1.7
19952026-05-12T03:40:23.997Z Checking der v0.7.10
19962026-05-12T03:40:24.028Z Checking erased-serde v0.3.31
19972026-05-12T03:40:24.054Z Checking rand_chacha v0.9.0
19982026-05-12T03:40:24.288Z Checking http-body-util v0.1.3
19992026-05-12T03:40:24.429Z Checking slog v2.8.2
20002026-05-12T03:40:24.454Z Checking spin v0.9.8
20012026-05-12T03:40:24.520Z Checking rand v0.9.2
20022026-05-12T03:40:24.656Z Checking aws-lc-sys v0.40.0
20032026-05-12T03:40:24.664Z Checking clap v4.5.60
20042026-05-12T03:40:24.722Z Checking anyhow v1.0.102
20052026-05-12T03:40:24.760Z Checking untrusted v0.7.1
20062026-05-12T03:40:24.795Z Checking serde_urlencoded v0.7.1
20072026-05-12T03:40:24.806Z Checking openssl-probe v0.2.1
20082026-05-12T03:40:24.865Z Checking time v0.3.47
20092026-05-12T03:40:24.894Z Checking regex v1.12.3
20102026-05-12T03:40:24.959Z Checking fastrand v2.3.0
20112026-05-12T03:40:24.996Z Checking spki v0.7.3
20122026-05-12T03:40:25.030Z Checking pbkdf2 v0.12.2
20132026-05-12T03:40:25.052Z Checking aes v0.8.4
20142026-05-12T03:40:25.155Z Checking pretty-hex v0.4.1
20152026-05-12T03:40:25.166Z Checking cbc v0.1.2
20162026-05-12T03:40:25.213Z Checking salsa20 v0.10.2
20172026-05-12T03:40:25.222Z Checking aws-lc-rs v1.16.3
20182026-05-12T03:40:25.222Z Checking rand_chacha v0.3.1
20192026-05-12T03:40:25.315Z Checking hex v0.4.3
20202026-05-12T03:40:25.368Z Checking plain v0.2.3
20212026-05-12T03:40:25.380Z Checking scrypt v0.11.0
20222026-05-12T03:40:25.459Z Checking tempfile v3.25.0
20232026-05-12T03:40:25.485Z Checking rustls-native-certs v0.8.3
20242026-05-12T03:40:25.523Z Checking rand v0.8.6
20252026-05-12T03:40:25.553Z Checking ipnetwork v0.21.1
20262026-05-12T03:40:25.589Z Checking sync_wrapper v1.0.2
20272026-05-12T03:40:25.643Z Checking foldhash v0.2.0
20282026-05-12T03:40:25.684Z Checking ucd-trie v0.1.7
20292026-05-12T03:40:25.725Z Checking simd-adler32 v0.3.8
20302026-05-12T03:40:25.799Z Checking tower v0.5.3
20312026-05-12T03:40:25.826Z Checking hashbrown v0.16.1
20322026-05-12T03:40:25.859Z Checking pest v2.8.6
20332026-05-12T03:40:25.925Z Checking pkcs5 v0.7.1
20342026-05-12T03:40:26.015Z Checking webpki-roots v1.0.6
20352026-05-12T03:40:26.181Z Checking camino v1.2.2
20362026-05-12T03:40:26.224Z Checking rustls-webpki v0.103.9
20372026-05-12T03:40:26.224Z Checking iri-string v0.7.10
20382026-05-12T03:40:26.250Z Checking adler2 v2.0.1
20392026-05-12T03:40:26.250Z Checking pkcs8 v0.10.2
20402026-05-12T03:40:26.294Z Checking hyper v1.8.1
20412026-05-12T03:40:26.343Z Checking openapiv3 v2.2.0
20422026-05-12T03:40:26.411Z Checking miniz_oxide v0.8.9
20432026-05-12T03:40:26.422Z Checking futures-executor v0.3.32
20442026-05-12T03:40:26.474Z Checking mime v0.3.17
20452026-05-12T03:40:26.590Z Checking futures v0.3.32
20462026-05-12T03:40:26.627Z Checking rustls v0.23.37
20472026-05-12T03:40:26.671Z Checking either v1.15.0
20482026-05-12T03:40:26.708Z Checking winnow v0.7.14
20492026-05-12T03:40:26.756Z Checking crc32fast v1.5.0
20502026-05-12T03:40:26.878Z Checking static_assertions v1.1.0
20512026-05-12T03:40:26.925Z Checking oxnet v0.1.4
20522026-05-12T03:40:26.953Z Checking lazy_static v1.5.0
20532026-05-12T03:40:26.987Z Checking signature v2.2.0
20542026-05-12T03:40:27.066Z Checking hubpack v0.1.2
20552026-05-12T03:40:27.139Z Checking encoding_rs v0.8.35
20562026-05-12T03:40:27.174Z Checking strum v0.26.3
20572026-05-12T03:40:27.217Z Checking tower-http v0.6.8
20582026-05-12T03:40:27.255Z Checking hyper-util v0.1.20
20592026-05-12T03:40:27.289Z Checking foreign-types-shared v0.1.1
20602026-05-12T03:40:27.324Z Checking tinyvec_macros v0.1.1
20612026-05-12T03:40:27.397Z Checking zlib-rs v0.6.2
20622026-05-12T03:40:27.436Z Checking tinyvec v1.10.0
20632026-05-12T03:40:27.529Z Checking foreign-types v0.3.2
20642026-05-12T03:40:27.631Z Checking sha1 v0.10.6
20652026-05-12T03:40:27.659Z Checking scroll v0.13.0
20662026-05-12T03:40:27.770Z Checking openssl-sys v0.9.114
20672026-05-12T03:40:27.814Z Checking data-encoding v2.10.0
20682026-05-12T03:40:27.897Z Checking toml_datetime v0.6.11
20692026-05-12T03:40:27.932Z Checking goblin v0.10.5
20702026-05-12T03:40:28.098Z Checking serde_spanned v0.6.9
20712026-05-12T03:40:28.143Z Checking num-integer v0.1.46
20722026-05-12T03:40:28.148Z Checking memmap2 v0.9.10
20732026-05-12T03:40:28.394Z Checking dtrace-parser v0.3.0
20742026-05-12T03:40:28.435Z Checking openssl v0.10.78
20752026-05-12T03:40:28.435Z Checking flate2 v1.1.9
20762026-05-12T03:40:28.435Z Checking thread-id v5.1.0
20772026-05-12T03:40:28.458Z Checking base16ct v0.2.0
20782026-05-12T03:40:28.473Z Checking bit-vec v0.8.0
20792026-05-12T03:40:28.512Z Checking psl-types v2.0.11
20802026-05-12T03:40:28.547Z Checking cookie v0.18.1
20812026-05-12T03:40:28.584Z Checking sec1 v0.7.3
20822026-05-12T03:40:28.658Z Checking ff v0.13.1
20832026-05-12T03:40:28.695Z Checking publicsuffix v2.3.0
20842026-05-12T03:40:28.730Z Checking bit-set v0.8.0
20852026-05-12T03:40:28.810Z Checking wait-timeout v0.2.1
20862026-05-12T03:40:28.845Z Checking group v0.13.0
20872026-05-12T03:40:28.850Z Checking num-iter v0.1.45
20882026-05-12T03:40:28.923Z Checking bstr v1.12.1
20892026-05-12T03:40:28.927Z Checking cookie_store v0.22.1
20902026-05-12T03:40:28.979Z Checking hkdf v0.12.4
20912026-05-12T03:40:29.012Z Checking crossbeam-epoch v0.9.18
20922026-05-12T03:40:29.018Z Checking tokio-rustls v0.26.4
20932026-05-12T03:40:29.078Z Checking rustls-platform-verifier v0.6.2
20942026-05-12T03:40:29.138Z Checking ahash v0.8.12
20952026-05-12T03:40:29.247Z Checking crypto-bigint v0.5.5
20962026-05-12T03:40:29.289Z Checking quick-error v1.2.3
20972026-05-12T03:40:29.314Z Checking hyper-rustls v0.27.7
20982026-05-12T03:40:29.317Z Checking rand_xorshift v0.4.0
20992026-05-12T03:40:29.382Z Checking scroll v0.12.0
21002026-05-12T03:40:29.387Z Checking unarray v0.1.4
21012026-05-12T03:40:29.473Z Checking rusty-fork v0.3.1
21022026-05-12T03:40:29.509Z Checking num-bigint-dig v0.8.6
21032026-05-12T03:40:29.591Z Checking pkcs1 v0.7.5
21042026-05-12T03:40:29.607Z Checking reqwest v0.13.2
21052026-05-12T03:40:29.671Z Checking goblin v0.8.2
21062026-05-12T03:40:30.039Z Checking proptest v1.10.0
21072026-05-12T03:40:30.062Z Checking x509-cert v0.2.5
21082026-05-12T03:40:30.159Z Checking elliptic-curve v0.13.8
21092026-05-12T03:40:30.290Z Checking dof v0.4.0
21102026-05-12T03:40:30.324Z Checking zerocopy v0.7.35
21112026-05-12T03:40:30.361Z Checking native-tls v0.2.18
21122026-05-12T03:40:30.460Z Checking unicode-segmentation v1.12.0
21132026-05-12T03:40:30.517Z Checking rsa v0.9.10
21142026-05-12T03:40:30.603Z Checking dtrace-parser v0.2.0
21152026-05-12T03:40:30.713Z Checking tokio-native-tls v0.3.1
21162026-05-12T03:40:30.770Z Checking hyper-tls v0.6.0
21172026-05-12T03:40:30.868Z Checking rfc6979 v0.4.0
21182026-05-12T03:40:30.922Z Checking thread-id v4.2.2
21192026-05-12T03:40:30.923Z Checking toml_write v0.1.2
21202026-05-12T03:40:31.156Z Checking toml_parser v1.0.9+spec-1.1.0
21212026-05-12T03:40:31.249Z Checking ecdsa v0.16.9
21222026-05-12T03:40:31.250Z Checking usdt-impl v0.6.0
21232026-05-12T03:40:31.250Z Checking reqwest v0.12.28
21242026-05-12T03:40:31.250Z Checking curve25519-dalek v4.1.3
21252026-05-12T03:40:31.250Z Checking toml_edit v0.22.27
21262026-05-12T03:40:31.300Z Checking memoffset v0.9.1
21272026-05-12T03:40:31.361Z Checking rustix v0.38.44
21282026-05-12T03:40:31.377Z Checking usdt v0.6.0
21292026-05-12T03:40:31.437Z Checking env_filter v1.0.0
21302026-05-12T03:40:31.499Z Checking newtype-uuid v1.3.2
21312026-05-12T03:40:31.559Z Checking same-file v1.0.6
21322026-05-12T03:40:31.618Z Checking dof v0.3.0
21332026-05-12T03:40:31.660Z Checking keccak v0.1.6
21342026-05-12T03:40:31.682Z Checking daft v0.1.5
21352026-05-12T03:40:31.770Z Checking walkdir v2.5.0
21362026-05-12T03:40:31.782Z Checking env_logger v0.11.9
21372026-05-12T03:40:31.836Z Checking sha3 v0.10.8
21382026-05-12T03:40:31.905Z Checking usdt-impl v0.5.0
21392026-05-12T03:40:31.949Z Checking ed25519 v2.2.3
21402026-05-12T03:40:31.988Z Checking itertools v0.13.0
21412026-05-12T03:40:32.018Z Checking serde_with v3.17.0
21422026-05-12T03:40:32.018Z Checking bitflags v1.3.2
21432026-05-12T03:40:32.101Z Checking siphasher v1.0.2
21442026-05-12T03:40:32.450Z Checking unicode-normalization v0.1.25
21452026-05-12T03:40:32.616Z Checking signal-hook v0.3.18
21462026-05-12T03:40:32.617Z Checking ed25519-dalek v2.2.0
21472026-05-12T03:40:32.618Z Checking managed v0.8.0
21482026-05-12T03:40:32.618Z Checking winnow v0.5.40
21492026-05-12T03:40:32.618Z Checking nix v0.31.2
21502026-05-12T03:40:32.618Z Checking bzip2-sys v0.1.13+1.0.8
21512026-05-12T03:40:32.618Z Checking object v0.37.3
21522026-05-12T03:40:32.618Z Checking foldhash v0.1.5
21532026-05-12T03:40:32.898Z Checking bzip2 v0.4.4
21542026-05-12T03:40:32.898Z Checking signal-hook-mio v0.2.5
21552026-05-12T03:40:32.898Z Checking hashbrown v0.15.5
21562026-05-12T03:40:33.156Z Checking globset v0.4.18
21572026-05-12T03:40:33.156Z Checking ref-cast v1.0.25
21582026-05-12T03:40:33.156Z Checking zstd-sys v2.0.16+zstd.1.5.7
21592026-05-12T03:40:33.517Z Checking zip v0.6.6
21602026-05-12T03:40:33.517Z Checking zstd-safe v7.2.4
21612026-05-12T03:40:33.517Z Checking pin-project v1.1.11
21622026-05-12T03:40:33.517Z Checking bumpalo v3.20.2
21632026-05-12T03:40:33.517Z Checking cpufeatures v0.3.0
21642026-05-12T03:40:33.518Z Checking libbz2-rs-sys v0.2.2
21652026-05-12T03:40:33.909Z Checking chacha20 v0.10.0
21662026-05-12T03:40:33.909Z Checking zstd v0.13.3
21672026-05-12T03:40:33.909Z Checking crossterm v0.28.1
21682026-05-12T03:40:33.909Z Checking zopfli v0.8.3
21692026-05-12T03:40:33.909Z Checking toml_edit v0.19.15
21702026-05-12T03:40:33.909Z Checking similar v2.7.0
21712026-05-12T03:40:33.909Z Checking tokio-stream v0.1.18
21722026-05-12T03:40:33.909Z Checking fs-err v3.3.0
21732026-05-12T03:40:34.060Z Checking bzip2 v0.6.1
21742026-05-12T03:40:34.061Z Checking pem v3.0.6
21752026-05-12T03:40:34.061Z Checking hash32 v0.2.1
21762026-05-12T03:40:34.061Z Checking serde-big-array v0.5.1
21772026-05-12T03:40:34.061Z Checking unicode-properties v0.1.4
21782026-05-12T03:40:34.061Z Checking predicates-core v1.0.10
21792026-05-12T03:40:34.197Z Checking unicode-bidi v0.3.18
21802026-05-12T03:40:34.197Z Checking jiff v0.2.21
21812026-05-12T03:40:34.197Z Checking heapless v0.7.17
21822026-05-12T03:40:34.198Z Checking rand v0.10.0
21832026-05-12T03:40:34.317Z Checking snafu v0.8.9
21842026-05-12T03:40:34.317Z Checking olpc-cjson v0.1.4
21852026-05-12T03:40:35.159Z Checking stringprep v0.1.5
21862026-05-12T03:40:35.159Z Checking hickory-proto v0.25.2
21872026-05-12T03:40:35.159Z Checking md-5 v0.10.6
21882026-05-12T03:40:35.556Z Checking serde_plain v1.0.2
21892026-05-12T03:40:35.556Z Checking toml_datetime v0.7.5+spec-1.1.0
21902026-05-12T03:40:35.556Z Checking toml v0.7.8
21912026-05-12T03:40:35.556Z Checking float-cmp v0.10.0
21922026-05-12T03:40:35.556Z Checking difflib v0.4.0
21932026-05-12T03:40:35.556Z Checking typed-path v0.9.3
21942026-05-12T03:40:35.556Z Checking rustc-hash v2.1.1
21952026-05-12T03:40:35.556Z Checking fallible-iterator v0.2.0
21962026-05-12T03:40:35.556Z Checking normalize-line-endings v0.3.0
21972026-05-12T03:40:35.556Z Checking smoltcp v0.9.1
21982026-05-12T03:40:35.556Z Checking iddqd v0.3.18
21992026-05-12T03:40:35.556Z Checking phf_shared v0.11.3
22002026-05-12T03:40:35.556Z Checking predicates v3.1.4
22012026-05-12T03:40:35.556Z Checking phf_shared v0.13.1
22022026-05-12T03:40:35.556Z Checking postgres-protocol v0.6.10
22032026-05-12T03:40:35.730Z Checking buf-list v1.1.2
22042026-05-12T03:40:35.730Z Checking strum v0.27.2
22052026-05-12T03:40:35.730Z Checking precomputed-hash v0.1.1
22062026-05-12T03:40:35.730Z Checking lalrpop-util v0.19.12
22072026-05-12T03:40:35.730Z Checking tough v0.22.0
22082026-05-12T03:40:35.731Z Checking fixedbitset v0.4.2
22092026-05-12T03:40:35.731Z Checking fixedbitset v0.5.7
22102026-05-12T03:40:35.731Z Checking new_debug_unreachable v1.0.6
22112026-05-12T03:40:35.752Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22122026-05-12T03:40:35.752Z Checking string_cache v0.8.9
22132026-05-12T03:40:35.752Z Checking petgraph v0.6.5
22142026-05-12T03:40:35.752Z Checking petgraph v0.8.3
22152026-05-12T03:40:35.752Z Checking postgres-types v0.2.12
22162026-05-12T03:40:36.060Z Checking phf v0.13.1
22172026-05-12T03:40:36.302Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22182026-05-12T03:40:36.328Z Checking whoami v2.1.0
22192026-05-12T03:40:36.328Z Checking zip v4.6.1
22202026-05-12T03:40:36.396Z Checking peg-runtime v0.8.5
22212026-05-12T03:40:36.524Z Checking tokio-postgres v0.7.16
22222026-05-12T03:40:36.819Z Checking is-terminal v0.4.17
22232026-05-12T03:40:37.155Z Checking crossbeam-channel v0.5.15
22242026-05-12T03:40:37.155Z Compiling structmeta-derive v0.3.0
22252026-05-12T03:40:41.652Z Checking thread_local v1.1.9
22262026-05-12T03:40:41.652Z Checking term v1.2.1
22272026-05-12T03:40:41.652Z Checking take_mut v0.2.2
22282026-05-12T03:40:41.652Z Compiling newtype-uuid-macros v0.1.0
22292026-05-12T03:40:41.851Z Checking slog-async v2.8.0
22302026-05-12T03:40:41.851Z Compiling rustls v0.22.4
22312026-05-12T03:40:41.851Z Checking slog-term v2.9.2
22322026-05-12T03:40:41.852Z Compiling multer v3.1.0
22332026-05-12T03:40:41.852Z Compiling async-stream-impl v0.3.6
22342026-05-12T03:40:41.852Z Compiling dropshot v0.17.0
22352026-05-12T03:40:41.852Z Compiling dropshot_endpoint v0.17.0
22362026-05-12T03:40:41.852Z Checking match_cfg v0.1.0
22372026-05-12T03:40:41.852Z Checking hostname v0.3.1
22382026-05-12T03:40:41.852Z Checking slog-json v2.6.1
22392026-05-12T03:40:41.852Z Compiling structmeta v0.3.0
22402026-05-12T03:40:41.852Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22412026-05-12T03:40:41.852Z Checking debug-ignore v1.0.5
22422026-05-12T03:40:41.852Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22432026-05-12T03:40:41.852Z Checking slog-bunyan v2.5.0
22442026-05-12T03:40:41.852Z Checking serde_spanned v1.0.4
22452026-05-12T03:40:41.852Z Checking toml_writer v1.0.6+spec-1.1.0
22462026-05-12T03:40:41.852Z Compiling derive-ex v0.1.8
22472026-05-12T03:40:41.852Z Checking rustls-webpki v0.102.8
22482026-05-12T03:40:41.852Z Checking serde_path_to_error v0.1.20
22492026-05-12T03:40:41.852Z Checking async-stream v0.3.6
22502026-05-12T03:40:41.852Z Checking waitgroup v0.1.2
22512026-05-12T03:40:41.852Z Checking rustls-pemfile v2.2.0
22522026-05-12T03:40:41.852Z Checking toml_datetime v1.0.0+spec-1.1.0
22532026-05-12T03:40:41.852Z Checking hostname v0.4.2
22542026-05-12T03:40:41.852Z Checking compression-core v0.4.31
22552026-05-12T03:40:41.852Z Checking progenitor-client v0.14.0
22562026-05-12T03:40:41.853Z Checking regress v0.10.5
22572026-05-12T03:40:41.853Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22582026-05-12T03:40:41.853Z Checking toml v1.0.6+spec-1.1.0
22592026-05-12T03:40:41.853Z Checking compression-codecs v0.4.37
22602026-05-12T03:40:41.853Z Compiling parse-display-derive v0.10.0
22612026-05-12T03:40:41.853Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22622026-05-12T03:40:41.853Z Checking async-compression v0.4.41
22632026-05-12T03:40:41.853Z Checking itertools v0.14.0
22642026-05-12T03:40:42.046Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22652026-05-12T03:40:42.046Z Checking macaddr v1.0.1
22662026-05-12T03:40:42.046Z Checking instant v0.1.13
22672026-05-12T03:40:42.046Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22682026-05-12T03:40:42.046Z Checking progenitor-client v0.10.0
22692026-05-12T03:40:42.046Z Checking backoff v0.4.0
22702026-05-12T03:40:42.046Z Checking backon v1.6.0
22712026-05-12T03:40:42.046Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22722026-05-12T03:40:42.046Z Checking unicode-width v0.2.0
22732026-05-12T03:40:42.047Z Compiling test-strategy v0.4.5
22742026-05-12T03:40:42.047Z Checking progenitor-extras v0.2.0
22752026-05-12T03:40:42.047Z Checking heck v0.5.0
22762026-05-12T03:40:42.047Z Checking tokio-rustls v0.25.0
22772026-05-12T03:40:42.047Z Compiling convert_case v0.4.0
22782026-05-12T03:40:42.047Z Checking half v2.7.1
22792026-05-12T03:40:42.047Z Checking ciborium-io v0.2.2
22802026-05-12T03:40:42.047Z Checking secrecy v0.10.3
22812026-05-12T03:40:42.047Z Compiling regress v0.11.1
22822026-05-12T03:40:42.047Z Checking indent_write v2.2.0
22832026-05-12T03:40:42.047Z Compiling unsafe-libyaml v0.2.11
22842026-05-12T03:40:42.047Z Checking ciborium-ll v0.2.2
22852026-05-12T03:40:42.048Z Compiling derive_more v0.99.20
22862026-05-12T03:40:42.048Z Checking camino-tempfile v1.4.1
22872026-05-12T03:40:42.048Z Checking parse-display v0.10.0
22882026-05-12T03:40:42.048Z Checking ciborium v0.2.2
22892026-05-12T03:40:42.048Z Checking universal-hash v0.5.1
22902026-05-12T03:40:42.048Z Checking opaque-debug v0.3.1
22912026-05-12T03:40:42.048Z Compiling crucible-workspace-hack v0.1.0
22922026-05-12T03:40:42.048Z Checking aead v0.5.2
22932026-05-12T03:40:42.048Z Compiling serde_yaml v0.9.34+deprecated
22942026-05-12T03:40:42.048Z Checking poly1305 v0.8.0
22952026-05-12T03:40:42.048Z Checking chacha20 v0.9.1
22962026-05-12T03:40:42.048Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-05-12T03:40:42.048Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22982026-05-12T03:40:42.048Z Compiling thiserror-impl-no-std v2.0.2
22992026-05-12T03:40:42.048Z Checking password-hash v0.5.0
23002026-05-12T03:40:42.048Z Checking blake2 v0.10.6
23012026-05-12T03:40:42.139Z Compiling typify-impl v0.6.2
23022026-05-12T03:40:42.512Z Checking argon2 v0.5.3
23032026-05-12T03:40:42.594Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23042026-05-12T03:40:42.594Z Checking chacha20poly1305 v0.10.1
23052026-05-12T03:40:44.169Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23062026-05-12T03:40:44.249Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23072026-05-12T03:40:44.249Z Checking thiserror-no-std v2.0.2
23082026-05-12T03:40:44.249Z Checking byte-wrapper v0.1.0
23092026-05-12T03:40:44.249Z Checking vsss-rs v3.3.4
23102026-05-12T03:40:44.249Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23112026-05-12T03:40:44.249Z Checking swrite v0.1.0
23122026-05-12T03:40:44.249Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23132026-05-12T03:40:44.249Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23142026-05-12T03:40:44.249Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23152026-05-12T03:40:44.249Z Checking crossbeam-deque v0.8.6
23162026-05-12T03:40:44.249Z Compiling rayon-core v1.13.0
23172026-05-12T03:40:44.249Z Checking toml v0.8.23
23182026-05-12T03:40:44.249Z Compiling proc-macro-error v1.0.4
23192026-05-12T03:40:45.473Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23202026-05-12T03:40:45.474Z Compiling toml_edit v0.23.10+spec-1.0.0
23212026-05-12T03:40:45.474Z Checking glob v0.3.3
23222026-05-12T03:40:45.474Z Checking unicode-width v0.1.14
23232026-05-12T03:40:45.474Z Checking rayon v1.11.0
23242026-05-12T03:40:45.474Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-12T03:40:45.475Z Checking tabwriter v1.4.1
23262026-05-12T03:40:45.475Z Compiling heapless v0.8.0
23272026-05-12T03:40:45.475Z Compiling proc-macro-crate v3.4.0
23282026-05-12T03:40:45.475Z Compiling ingot-macros v0.1.1
23292026-05-12T03:40:45.475Z Checking hash32 v0.3.1
23302026-05-12T03:40:45.475Z Compiling smoltcp v0.11.0
23312026-05-12T03:40:45.475Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-05-12T03:40:45.518Z Checking cobs v0.3.0
23332026-05-12T03:40:45.656Z Compiling usdt-attr-macro v0.5.0
23342026-05-12T03:40:45.679Z Compiling usdt-macro v0.5.0
23352026-05-12T03:40:45.750Z Checking memmap v0.7.0
23362026-05-12T03:40:45.843Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23372026-05-12T03:40:45.967Z Checking colored v3.1.1
23382026-05-12T03:40:46.106Z Checking postcard v1.1.3
23392026-05-12T03:40:46.144Z Compiling num_enum_derive v0.7.5
23402026-05-12T03:40:46.402Z Compiling proc-macro-crate v1.3.1
23412026-05-12T03:40:46.424Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23422026-05-12T03:40:46.474Z Checking usdt v0.5.0
23432026-05-12T03:40:46.513Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23442026-05-12T03:40:46.643Z Compiling typify-macro v0.6.2
23452026-05-12T03:40:46.794Z Checking sigpipe v0.1.3
23462026-05-12T03:40:46.842Z Compiling foreign-types-macros v0.2.3
23472026-05-12T03:40:46.842Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23482026-05-12T03:40:46.887Z Checking foreign-types-shared v0.3.1
23492026-05-12T03:40:46.989Z Compiling num_enum_derive v0.5.11
23502026-05-12T03:40:47.234Z Checking num_enum v0.7.5
23512026-05-12T03:40:47.251Z Checking cstr-argument v0.1.2
23522026-05-12T03:40:47.326Z Checking foreign-types v0.5.0
23532026-05-12T03:40:47.353Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23542026-05-12T03:40:47.369Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23552026-05-12T03:40:47.406Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23562026-05-12T03:40:47.435Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23572026-05-12T03:40:47.641Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23582026-05-12T03:40:47.682Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23592026-05-12T03:40:47.752Z Checking ingot-types v0.1.2
23602026-05-12T03:40:47.786Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-05-12T03:40:47.819Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23622026-05-12T03:40:47.822Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23632026-05-12T03:40:47.891Z Compiling zone_cfg_derive v0.3.1
23642026-05-12T03:40:47.965Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23652026-05-12T03:40:48.007Z Checking num_enum v0.5.11
23662026-05-12T03:40:48.162Z Checking ingot v0.1.1
23672026-05-12T03:40:48.166Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23682026-05-12T03:40:48.227Z Checking itertools v0.12.1
23692026-05-12T03:40:48.230Z Compiling num-derive v0.4.2
23702026-05-12T03:40:48.354Z Compiling typify v0.6.2
23712026-05-12T03:40:48.490Z Compiling progenitor-impl v0.14.0
23722026-05-12T03:40:48.559Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23732026-05-12T03:40:48.929Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23742026-05-12T03:40:49.104Z Checking smf v0.2.3
23752026-05-12T03:40:49.167Z Checking whoami v1.6.1
23762026-05-12T03:40:49.305Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23772026-05-12T03:40:49.334Z Checking tokio-dtrace v0.1.1
23782026-05-12T03:40:49.385Z Compiling derive-where v1.6.0
23792026-05-12T03:40:49.400Z Checking zone v0.3.1
23802026-05-12T03:40:49.520Z Checking console v0.15.11
23812026-05-12T03:40:49.572Z Checking atomicwrites v0.4.4
23822026-05-12T03:40:49.600Z Checking oxide-tokio-rt v0.1.4
23832026-05-12T03:40:49.705Z Checking newline-converter v0.3.0
23842026-05-12T03:40:49.769Z Checking num-rational v0.4.2
23852026-05-12T03:40:49.809Z Checking num-complex v0.4.6
23862026-05-12T03:40:49.831Z Checking bytecount v0.6.9
23872026-05-12T03:40:49.862Z Checking expectorate v1.2.0
23882026-05-12T03:40:49.937Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23892026-05-12T03:40:49.962Z Checking float-ord v0.3.2
23902026-05-12T03:40:50.049Z Compiling progenitor-impl v0.13.0
23912026-05-12T03:40:50.113Z Compiling owo-colors v4.3.0
23922026-05-12T03:40:50.165Z Checking num v0.4.3
23932026-05-12T03:40:50.533Z Checking progenitor-client v0.13.0
23942026-05-12T03:40:50.728Z Compiling cancel-safe-futures v0.1.5
23952026-05-12T03:40:50.999Z Checking libsw-core v0.3.2
23962026-05-12T03:40:51.158Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23972026-05-12T03:40:51.183Z Compiling prettyplease v0.2.37
23982026-05-12T03:40:51.213Z Checking libsw v3.5.0
23992026-05-12T03:40:51.225Z Compiling progenitor-macro v0.14.0
24002026-05-12T03:40:51.436Z Checking linear-map v1.2.0
24012026-05-12T03:40:51.480Z Checking gethostname v0.5.0
24022026-05-12T03:40:51.598Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24032026-05-12T03:40:51.635Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24042026-05-12T03:40:51.638Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24052026-05-12T03:40:52.134Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24062026-05-12T03:40:52.372Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-05-12T03:40:52.652Z Compiling progenitor-macro v0.13.0
24082026-05-12T03:40:53.891Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24092026-05-12T03:40:54.856Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24102026-05-12T03:40:55.434Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24112026-05-12T03:40:56.111Z Checking progenitor v0.14.0
24122026-05-12T03:40:56.507Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24132026-05-12T03:40:57.189Z Checking smawk v0.3.2
24142026-05-12T03:40:57.316Z Checking resolv-conf v0.7.6
24152026-05-12T03:40:57.353Z Checking unicode-linebreak v0.1.5
24162026-05-12T03:40:57.499Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24172026-05-12T03:40:57.537Z Checking papergrid v0.11.0
24182026-05-12T03:40:57.569Z Checking progenitor v0.13.0
24192026-05-12T03:40:57.593Z Compiling tabled_derive v0.7.0
24202026-05-12T03:40:57.723Z Compiling convert_case v0.10.0
24212026-05-12T03:40:57.758Z Compiling slog-dtrace v0.3.0
24222026-05-12T03:40:57.792Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24232026-05-12T03:40:57.945Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24242026-05-12T03:40:58.084Z Compiling derive_more-impl v2.1.1
24252026-05-12T03:40:58.088Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24262026-05-12T03:40:58.583Z Checking tabled v0.15.0
24272026-05-12T03:40:58.619Z Checking fd-lock v4.0.4
24282026-05-12T03:40:58.804Z Checking vte v0.14.1
24292026-05-12T03:40:58.821Z Checking display-error-chain v0.2.2
24302026-05-12T03:40:58.875Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24312026-05-12T03:40:58.952Z Checking derive_more v2.1.1
24322026-05-12T03:40:58.988Z Checking strip-ansi-escapes v0.2.1
24332026-05-12T03:40:59.057Z Checking termtree v0.5.1
24342026-05-12T03:40:59.067Z Checking nu-ansi-term v0.50.3
24352026-05-12T03:40:59.094Z Checking crossterm v0.29.0
24362026-05-12T03:40:59.107Z Checking linked-hash-map v0.5.6
24372026-05-12T03:40:59.156Z Checking textwrap v0.16.2
24382026-05-12T03:40:59.190Z Checking hickory-proto v0.24.4
24392026-05-12T03:40:59.302Z Checking reedline v0.40.0
24402026-05-12T03:40:59.336Z Checking lru-cache v0.1.2
24412026-05-12T03:40:59.400Z Compiling minimal-lexical v0.2.1
24422026-05-12T03:40:59.487Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24432026-05-12T03:40:59.679Z Compiling nom v7.1.3
24442026-05-12T03:40:59.718Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24452026-05-12T03:40:59.789Z Compiling ar_archive_writer v0.5.1
24462026-05-12T03:41:00.074Z Checking humantime v2.3.0
24472026-05-12T03:41:00.279Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24482026-05-12T03:41:00.334Z Checking csv-core v0.1.13
24492026-05-12T03:41:00.486Z Compiling stacker v0.1.23
24502026-05-12T03:41:00.545Z Checking csv v1.4.0
24512026-05-12T03:41:00.671Z Compiling psm v0.1.30
24522026-05-12T03:41:00.758Z Compiling cfg_aliases v0.1.1
24532026-05-12T03:41:00.789Z Checking highway v1.3.0
24542026-05-12T03:41:00.863Z Compiling semver v0.1.20
24552026-05-12T03:41:00.896Z Compiling nix v0.28.0
24562026-05-12T03:41:00.989Z Checking nibble_vec v0.1.0
24572026-05-12T03:41:01.023Z Checking hickory-resolver v0.24.4
24582026-05-12T03:41:01.055Z Checking endian-type v0.1.2
24592026-05-12T03:41:01.060Z Checking home v0.5.12
24602026-05-12T03:41:01.143Z Compiling rustc_version v0.1.7
24612026-05-12T03:41:01.177Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24622026-05-12T03:41:01.243Z Checking radix_trie v0.2.1
24632026-05-12T03:41:01.249Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24642026-05-12T03:41:01.379Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24652026-05-12T03:41:01.412Z Compiling newtype_derive v0.1.6
24662026-05-12T03:41:01.501Z Checking phf_shared v0.12.1
24672026-05-12T03:41:01.625Z Compiling recursive-proc-macro-impl v0.1.1
24682026-05-12T03:41:01.630Z Compiling chrono-tz v0.10.4
24692026-05-12T03:41:01.691Z Checking phf v0.12.1
24702026-05-12T03:41:01.803Z Checking qorb v0.4.1
24712026-05-12T03:41:01.879Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24722026-05-12T03:41:01.943Z Compiling const_format_proc_macros v0.2.34
24732026-05-12T03:41:01.982Z Compiling peg-macros v0.8.5
24742026-05-12T03:41:02.023Z Checking winnow v0.6.26
24752026-05-12T03:41:02.064Z Checking recursive v0.1.1
24762026-05-12T03:41:02.180Z Compiling sqlparser_derive v0.5.0
24772026-05-12T03:41:02.630Z Checking unicode_categories v0.1.1
24782026-05-12T03:41:02.779Z Checking const_format v0.2.35
24792026-05-12T03:41:02.814Z Checking rustyline v14.0.0
24802026-05-12T03:41:02.993Z Checking sqlparser v0.61.0
24812026-05-12T03:41:03.165Z Checking sqlformat v0.3.5
24822026-05-12T03:41:03.361Z Checking peg v0.8.5
24832026-05-12T03:41:03.536Z Checking bcs v0.1.6
24842026-05-12T03:41:03.572Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24852026-05-12T03:41:03.621Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24862026-05-12T03:41:03.812Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24872026-05-12T03:41:03.852Z Checking steno v0.4.1
24882026-05-12T03:41:04.007Z Checking filetime v0.2.27
24892026-05-12T03:41:04.105Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24902026-05-12T03:41:04.173Z Checking xattr v1.6.1
24912026-05-12T03:41:04.331Z Checking tar v0.4.45
24922026-05-12T03:41:04.648Z Checking subprocess v0.2.15
24932026-05-12T03:41:04.734Z Checking base64 v0.21.7
24942026-05-12T03:41:04.768Z Checking headers-core v0.3.0
24952026-05-12T03:41:04.907Z Checking headers v0.4.1
24962026-05-12T03:41:04.911Z Checking yasna v0.5.2
24972026-05-12T03:41:04.967Z Checking dropshot-api-manager-types v0.7.1
24982026-05-12T03:41:05.166Z Checking tagptr v0.2.0
24992026-05-12T03:41:05.339Z Checking moka v0.12.13
25002026-05-12T03:41:05.343Z Checking rcgen v0.12.1
25012026-05-12T03:41:05.403Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-05-12T03:41:05.604Z Checking hickory-proto v0.26.1
25032026-05-12T03:41:05.708Z Checking utf-8 v0.7.6
25042026-05-12T03:41:05.878Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25052026-05-12T03:41:05.998Z Checking hickory-resolver v0.25.2
25062026-05-12T03:41:06.064Z Compiling libefi-sys v0.1.0
25072026-05-12T03:41:06.113Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25082026-05-12T03:41:06.312Z Compiling bitfield-struct v0.6.2
25092026-05-12T03:41:06.768Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25102026-05-12T03:41:06.812Z Compiling radium v0.7.0
25112026-05-12T03:41:06.842Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25122026-05-12T03:41:06.867Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25132026-05-12T03:41:06.941Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25142026-05-12T03:41:06.973Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25152026-05-12T03:41:07.043Z Checking tungstenite v0.21.0
25162026-05-12T03:41:07.139Z Compiling maybe-uninit v2.0.0
25172026-05-12T03:41:07.239Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25182026-05-12T03:41:07.431Z Checking tap v1.0.1
25192026-05-12T03:41:07.498Z Checking tokio-tungstenite v0.21.0
25202026-05-12T03:41:07.498Z Compiling zerocopy-derive v0.6.6
25212026-05-12T03:41:07.590Z Compiling packed_struct v0.10.1
25222026-05-12T03:41:07.593Z Checking wyz v0.5.1
25232026-05-12T03:41:07.696Z Checking crc-catalog v2.4.0
25242026-05-12T03:41:07.729Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25252026-05-12T03:41:07.815Z Checking funty v2.0.0
25262026-05-12T03:41:07.820Z Checking crc v3.4.0
25272026-05-12T03:41:07.952Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25282026-05-12T03:41:08.010Z Compiling packed_struct_codegen v0.10.1
25292026-05-12T03:41:08.050Z Compiling bitfield-macros v0.19.4
25302026-05-12T03:41:08.161Z Checking bitvec v1.0.1
25312026-05-12T03:41:08.424Z Checking zerocopy v0.6.6
25322026-05-12T03:41:08.769Z Compiling indexmap v1.9.3
25332026-05-12T03:41:08.801Z Checking nodrop v0.1.14
25342026-05-12T03:41:08.921Z Checking array-init v0.0.4
25352026-05-12T03:41:08.982Z Checking bitfield v0.19.4
25362026-05-12T03:41:09.063Z Checking smallvec v0.6.14
25372026-05-12T03:41:09.174Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25382026-05-12T03:41:09.257Z Checking hashbrown v0.12.3
25392026-05-12T03:41:09.290Z Checking serde-hex v0.1.0
25402026-05-12T03:41:09.296Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25412026-05-12T03:41:09.482Z Checking ron v0.8.1
25422026-05-12T03:41:09.923Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-05-12T03:41:10.038Z Checking hashbrown v0.13.2
25442026-05-12T03:41:10.067Z Checking crc-any v2.5.0
25452026-05-12T03:41:10.201Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25462026-05-12T03:41:10.274Z Checking path-slash v0.1.5
25472026-05-12T03:41:10.395Z Compiling xshell-macros v0.2.7
25482026-05-12T03:41:10.428Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25492026-05-12T03:41:10.483Z Checking object v0.30.4
25502026-05-12T03:41:10.613Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25512026-05-12T03:41:10.746Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25522026-05-12T03:41:10.800Z Checking xshell v0.2.7
25532026-05-12T03:41:10.831Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25542026-05-12T03:41:10.834Z Checking half v1.8.3
25552026-05-12T03:41:11.013Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25562026-05-12T03:41:11.104Z Checking serde_cbor v0.11.2
25572026-05-12T03:41:11.488Z Compiling num-derive v0.3.3
25582026-05-12T03:41:11.523Z Compiling proc-macro-error-attr2 v2.0.0
25592026-05-12T03:41:11.793Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25602026-05-12T03:41:11.939Z Compiling proc-macro-error2 v2.0.1
25612026-05-12T03:41:12.041Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25622026-05-12T03:41:12.297Z Compiling tabled_derive v0.11.0
25632026-05-12T03:41:12.411Z Checking libscf-sys v1.1.0
25642026-05-12T03:41:12.440Z Checking papergrid v0.17.0
25652026-05-12T03:41:12.569Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25662026-05-12T03:41:12.572Z Checking testing_table v0.3.0
25672026-05-12T03:41:12.721Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25682026-05-12T03:41:12.800Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25692026-05-12T03:41:13.187Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25702026-05-12T03:41:13.242Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25712026-05-12T03:41:13.275Z Checking maplit v1.0.2
25722026-05-12T03:41:13.389Z Checking crc8 v0.1.1
25732026-05-12T03:41:13.469Z Checking tabled v0.20.0
25742026-05-12T03:41:13.533Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25752026-05-12T03:41:13.592Z Checking fxhash v0.2.1
25762026-05-12T03:41:13.688Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25772026-05-12T03:41:13.748Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25782026-05-12T03:41:14.040Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25792026-05-12T03:41:14.355Z Checking unicase v2.9.0
25802026-05-12T03:41:14.391Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25812026-05-12T03:41:14.562Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25822026-05-12T03:41:14.696Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25832026-05-12T03:41:14.870Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25842026-05-12T03:41:14.906Z Compiling typify-impl v0.4.3
25852026-05-12T03:41:15.068Z Checking kstat-rs v0.2.4
25862026-05-12T03:41:15.103Z Compiling diesel_derives v2.3.7
25872026-05-12T03:41:15.155Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25882026-05-12T03:41:15.296Z Compiling dsl_auto_type v0.2.0
25892026-05-12T03:41:15.378Z Checking scheduled-thread-pool v0.2.7
25902026-05-12T03:41:15.570Z Compiling vergen-gitcl v1.0.8
25912026-05-12T03:41:15.729Z Checking arc-swap v1.8.2
25922026-05-12T03:41:15.777Z Compiling diesel_table_macro_syntax v0.3.0
25932026-05-12T03:41:16.289Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25942026-05-12T03:41:16.407Z Compiling parking_lot_core v0.8.6
25952026-05-12T03:41:16.407Z Checking slog-scope v4.4.1
25962026-05-12T03:41:16.408Z Checking r2d2 v0.8.10
25972026-05-12T03:41:16.408Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25982026-05-12T03:41:16.476Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25992026-05-12T03:41:16.719Z Compiling git-stub v1.0.0
26002026-05-12T03:41:16.880Z Checking downcast-rs v2.0.2
26012026-05-12T03:41:17.080Z Compiling git-stub-vcs v0.1.0
26022026-05-12T03:41:17.228Z Checking slog-stdlog v4.1.1
26032026-05-12T03:41:17.259Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26042026-05-12T03:41:17.291Z Checking parking_lot v0.11.2
26052026-05-12T03:41:17.373Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26062026-05-12T03:41:17.405Z Checking slog-envlogger v2.2.0
26072026-05-12T03:41:17.509Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26082026-05-12T03:41:17.575Z Checking prefix-trie v0.7.0
26092026-05-12T03:41:17.608Z Checking sled v0.34.7
26102026-05-12T03:41:17.808Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26112026-05-12T03:41:17.896Z Checking nanorand v0.7.0
26122026-05-12T03:41:17.934Z Checking hickory-server v0.25.2
26132026-05-12T03:41:18.002Z Compiling dirs-sys-next v0.1.2
26142026-05-12T03:41:18.125Z Compiling crunchy v0.2.4
26152026-05-12T03:41:18.321Z Compiling salty v0.3.0
26162026-05-12T03:41:18.460Z Compiling dirs-next v2.0.0
26172026-05-12T03:41:18.581Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26182026-05-12T03:41:18.617Z Checking flume v0.11.1
26192026-05-12T03:41:18.704Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26202026-05-12T03:41:18.870Z Compiling clang-sys v1.8.1
26212026-05-12T03:41:18.922Z Checking primeorder v0.13.6
26222026-05-12T03:41:18.976Z Compiling tiny-keccak v2.0.2
26232026-05-12T03:41:19.294Z Compiling typify-macro v0.4.3
26242026-05-12T03:41:19.368Z Compiling term v0.7.0
26252026-05-12T03:41:19.428Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26262026-05-12T03:41:19.517Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26272026-05-12T03:41:19.546Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26282026-05-12T03:41:19.675Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
26292026-05-12T03:41:19.675Z --> dns-server/src/dns_server.rs:487:12
26302026-05-12T03:41:19.675Z |
26312026-05-12T03:41:19.675Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26322026-05-12T03:41:19.675Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26332026-05-12T03:41:19.675Z |
26342026-05-12T03:41:19.675Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26352026-05-12T03:41:19.675Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26362026-05-12T03:41:19.675Z |
26372026-05-12T03:41:19.675Z 77 | pub struct Record<R: RecordData = RData> {
26382026-05-12T03:41:19.675Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26392026-05-12T03:41:19.675Z |
26402026-05-12T03:41:19.675Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26412026-05-12T03:41:19.676Z |
26422026-05-12T03:41:19.676Z 78 | pub struct Record<R: RecordData = RData> {
26432026-05-12T03:41:19.676Z | ---------------------------------------- this is the found type
26442026-05-12T03:41:19.676Z = help: you can use `cargo tree` to explore your dependency tree
26452026-05-12T03:41:19.676Znote: required by a bound in `hickory_server::authority::MessageResponse`
26462026-05-12T03:41:19.676Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
26472026-05-12T03:41:19.676Z |
26482026-05-12T03:41:19.676Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26492026-05-12T03:41:19.676Z | --------------- required by a bound in this struct
26502026-05-12T03:41:19.676Z 22 | where
26512026-05-12T03:41:19.676Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
26522026-05-12T03:41:19.676Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26532026-05-12T03:41:19.676Z
26542026-05-12T03:41:19.681Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
26552026-05-12T03:41:19.681Z --> dns-server/src/dns_server.rs:487:12
26562026-05-12T03:41:19.681Z |
26572026-05-12T03:41:19.681Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26582026-05-12T03:41:19.681Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26592026-05-12T03:41:19.681Z |
26602026-05-12T03:41:19.681Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26612026-05-12T03:41:19.681Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26622026-05-12T03:41:19.681Z |
26632026-05-12T03:41:19.681Z 77 | pub struct Record<R: RecordData = RData> {
26642026-05-12T03:41:19.681Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26652026-05-12T03:41:19.682Z |
26662026-05-12T03:41:19.682Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26672026-05-12T03:41:19.682Z |
26682026-05-12T03:41:19.682Z 78 | pub struct Record<R: RecordData = RData> {
26692026-05-12T03:41:19.682Z | ---------------------------------------- this is the found type
26702026-05-12T03:41:19.682Z = help: you can use `cargo tree` to explore your dependency tree
26712026-05-12T03:41:19.682Znote: required by a bound in `hickory_server::authority::MessageResponse`
26722026-05-12T03:41:19.682Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
26732026-05-12T03:41:19.682Z |
26742026-05-12T03:41:19.682Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26752026-05-12T03:41:19.682Z | --------------- required by a bound in this struct
26762026-05-12T03:41:19.682Z...
26772026-05-12T03:41:19.682Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
26782026-05-12T03:41:19.682Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26792026-05-12T03:41:19.682Z
26802026-05-12T03:41:19.692Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
26812026-05-12T03:41:19.692Z --> dns-server/src/dns_server.rs:487:12
26822026-05-12T03:41:19.692Z |
26832026-05-12T03:41:19.692Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26842026-05-12T03:41:19.692Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26852026-05-12T03:41:19.692Z |
26862026-05-12T03:41:19.692Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26872026-05-12T03:41:19.692Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26882026-05-12T03:41:19.692Z |
26892026-05-12T03:41:19.692Z 77 | pub struct Record<R: RecordData = RData> {
26902026-05-12T03:41:19.692Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26912026-05-12T03:41:19.692Z |
26922026-05-12T03:41:19.692Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26932026-05-12T03:41:19.693Z |
26942026-05-12T03:41:19.693Z 78 | pub struct Record<R: RecordData = RData> {
26952026-05-12T03:41:19.693Z | ---------------------------------------- this is the found type
26962026-05-12T03:41:19.693Z = help: you can use `cargo tree` to explore your dependency tree
26972026-05-12T03:41:19.693Znote: required by a bound in `hickory_server::authority::MessageResponse`
26982026-05-12T03:41:19.693Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
26992026-05-12T03:41:19.693Z |
27002026-05-12T03:41:19.693Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27012026-05-12T03:41:19.693Z | --------------- required by a bound in this struct
27022026-05-12T03:41:19.693Z...
27032026-05-12T03:41:19.693Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
27042026-05-12T03:41:19.693Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27052026-05-12T03:41:19.693Z
27062026-05-12T03:41:19.693Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
27072026-05-12T03:41:19.693Z --> dns-server/src/dns_server.rs:487:12
27082026-05-12T03:41:19.693Z |
27092026-05-12T03:41:19.693Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
27102026-05-12T03:41:19.693Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
27112026-05-12T03:41:19.693Z |
27122026-05-12T03:41:19.693Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27132026-05-12T03:41:19.693Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27142026-05-12T03:41:19.693Z |
27152026-05-12T03:41:19.693Z 77 | pub struct Record<R: RecordData = RData> {
27162026-05-12T03:41:19.694Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27172026-05-12T03:41:19.694Z |
27182026-05-12T03:41:19.694Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27192026-05-12T03:41:19.694Z |
27202026-05-12T03:41:19.694Z 78 | pub struct Record<R: RecordData = RData> {
27212026-05-12T03:41:19.694Z | ---------------------------------------- this is the found type
27222026-05-12T03:41:19.694Z = help: you can use `cargo tree` to explore your dependency tree
27232026-05-12T03:41:19.694Znote: required by a bound in `hickory_server::authority::MessageResponse`
27242026-05-12T03:41:19.694Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
27252026-05-12T03:41:19.694Z |
27262026-05-12T03:41:19.694Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27272026-05-12T03:41:19.694Z | --------------- required by a bound in this struct
27282026-05-12T03:41:19.694Z...
27292026-05-12T03:41:19.694Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
27302026-05-12T03:41:19.694Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27312026-05-12T03:41:19.694Z
27322026-05-12T03:41:19.832Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27332026-05-12T03:41:19.886Zerror[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope
27342026-05-12T03:41:19.886Z --> dns-server/src/dns_server.rs:161:36
27352026-05-12T03:41:19.886Z |
27362026-05-12T03:41:19.886Z161 | let mr = match MessageRequest::read(&mut dec) {
27372026-05-12T03:41:19.886Z | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest`
27382026-05-12T03:41:19.886Z |
27392026-05-12T03:41:19.886Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27402026-05-12T03:41:19.886Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
27412026-05-12T03:41:19.886Z |
27422026-05-12T03:41:19.886Z 44 | pub trait BinDecodable<'r>: Sized {
27432026-05-12T03:41:19.886Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
27442026-05-12T03:41:19.886Z |
27452026-05-12T03:41:19.886Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
27462026-05-12T03:41:19.887Z |
27472026-05-12T03:41:19.887Z 45 | pub trait BinDecodable<'r>: Sized {
27482026-05-12T03:41:19.887Z | --------------------------------- this is the trait that was imported
27492026-05-12T03:41:19.887Z = help: you can use `cargo tree` to explore your dependency tree
27502026-05-12T03:41:19.887Z
27512026-05-12T03:41:19.887Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27522026-05-12T03:41:19.887Z --> dns-server/src/dns_server.rs:173:34
27532026-05-12T03:41:19.887Z |
27542026-05-12T03:41:19.887Z173 | let header = Header::response_from_request(mr.header());
27552026-05-12T03:41:19.887Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27562026-05-12T03:41:19.887Z |
27572026-05-12T03:41:19.887Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27582026-05-12T03:41:19.887Z --> dns-server/src/dns_server.rs:173:26
27592026-05-12T03:41:19.887Z |
27602026-05-12T03:41:19.887Z173 | let header = Header::response_from_request(mr.header());
27612026-05-12T03:41:19.887Z | ^^^^^^
27622026-05-12T03:41:19.888Z
27632026-05-12T03:41:19.918Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27642026-05-12T03:41:19.918Z --> dns-server/src/dns_server.rs:273:30
27652026-05-12T03:41:19.918Z |
27662026-05-12T03:41:19.918Z273 | let mut header = Header::response_from_request(mr.header());
27672026-05-12T03:41:19.919Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27682026-05-12T03:41:19.919Z |
27692026-05-12T03:41:19.919Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27702026-05-12T03:41:19.919Z --> dns-server/src/dns_server.rs:273:22
27712026-05-12T03:41:19.919Z |
27722026-05-12T03:41:19.919Z273 | let mut header = Header::response_from_request(mr.header());
27732026-05-12T03:41:19.919Z | ^^^^^^
27742026-05-12T03:41:19.919Z
27752026-05-12T03:41:19.947Zerror[E0308]: mismatched types
27762026-05-12T03:41:19.947Z --> dns-server/src/dns_server.rs:299:30
27772026-05-12T03:41:19.947Z |
27782026-05-12T03:41:19.947Z299 | let answer = store.query(query)?;
27792026-05-12T03:41:19.947Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
27802026-05-12T03:41:19.948Z | |
27812026-05-12T03:41:19.948Z | arguments to this method are incorrect
27822026-05-12T03:41:19.948Z |
27832026-05-12T03:41:19.948Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27842026-05-12T03:41:19.948Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
27852026-05-12T03:41:19.948Z |
27862026-05-12T03:41:19.948Z 22 | pub struct LowerQuery {
27872026-05-12T03:41:19.948Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27882026-05-12T03:41:19.948Z |
27892026-05-12T03:41:19.948Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
27902026-05-12T03:41:19.948Z |
27912026-05-12T03:41:19.948Z 18 | pub struct LowerQuery {
27922026-05-12T03:41:19.948Z | --------------------- this is the found type
27932026-05-12T03:41:19.948Z = help: you can use `cargo tree` to explore your dependency tree
27942026-05-12T03:41:19.948Znote: method defined here
27952026-05-12T03:41:19.948Z --> dns-server/src/storage.rs:762:19
27962026-05-12T03:41:19.948Z |
27972026-05-12T03:41:19.948Z762 | pub(crate) fn query(
27982026-05-12T03:41:19.949Z | ^^^^^
27992026-05-12T03:41:19.949Z763 | &self,
28002026-05-12T03:41:19.949Z764 | query: &LowerQuery,
28012026-05-12T03:41:19.949Z | ------------------
28022026-05-12T03:41:19.949Z
28032026-05-12T03:41:19.949Zerror[E0308]: mismatched types
28042026-05-12T03:41:19.949Z --> dns-server/src/dns_server.rs:311:55
28052026-05-12T03:41:19.949Z |
28062026-05-12T03:41:19.949Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
28072026-05-12T03:41:19.949Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
28082026-05-12T03:41:19.949Z | |
28092026-05-12T03:41:19.949Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
28102026-05-12T03:41:19.949Z |
28112026-05-12T03:41:19.949Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28122026-05-12T03:41:19.949Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
28132026-05-12T03:41:19.949Z |
28142026-05-12T03:41:19.949Z 33 | pub enum RecordType {
28152026-05-12T03:41:19.949Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
28162026-05-12T03:41:19.949Z |
28172026-05-12T03:41:19.949Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
28182026-05-12T03:41:19.949Z |
28192026-05-12T03:41:19.949Z 33 | pub enum RecordType {
28202026-05-12T03:41:19.949Z | ------------------- this is the found type
28212026-05-12T03:41:19.949Z = help: you can use `cargo tree` to explore your dependency tree
28222026-05-12T03:41:19.949Z
28232026-05-12T03:41:19.958Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
28242026-05-12T03:41:19.959Z --> dns-server/src/dns_server.rs:327:60
28252026-05-12T03:41:19.959Z |
28262026-05-12T03:41:19.959Z327 | .filter(|record| match (query.query_type(), record.data()) {
28272026-05-12T03:41:19.959Z | ^^^^-- help: remove the arguments
28282026-05-12T03:41:19.959Z | |
28292026-05-12T03:41:19.959Z | field, not a method
28302026-05-12T03:41:19.959Z
28312026-05-12T03:41:19.959Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
28322026-05-12T03:41:19.959Z --> dns-server/src/dns_server.rs:348:51
28332026-05-12T03:41:19.959Z |
28342026-05-12T03:41:19.959Z348 | let additionals_target = match record.data() {
28352026-05-12T03:41:19.959Z | ^^^^-- help: remove the arguments
28362026-05-12T03:41:19.959Z | |
28372026-05-12T03:41:19.959Z | field, not a method
28382026-05-12T03:41:19.959Z
28392026-05-12T03:41:19.972Z Compiling bit-vec v0.6.3
28402026-05-12T03:41:19.975Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
28412026-05-12T03:41:19.975Z --> dns-server/src/dns_server.rs:349:45
28422026-05-12T03:41:19.975Z |
28432026-05-12T03:41:19.976Z349 | RData::SRV(srv) => Some(srv.target()),
28442026-05-12T03:41:19.976Z | ^^^^^^-- help: remove the arguments
28452026-05-12T03:41:19.976Z | |
28462026-05-12T03:41:19.976Z | field, not a method
28472026-05-12T03:41:19.976Z
28482026-05-12T03:41:20.002Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
28492026-05-12T03:41:20.002Z --> dns-server/src/dns_server.rs:416:9
28502026-05-12T03:41:20.002Z |
28512026-05-12T03:41:20.002Z414 | let mresp = rb.build(
28522026-05-12T03:41:20.002Z | ----- required by a bound introduced by this call
28532026-05-12T03:41:20.002Z415 | header,
28542026-05-12T03:41:20.002Z416 | response_records.iter().collect::<Vec<&Record>>(),
28552026-05-12T03:41:20.002Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28562026-05-12T03:41:20.002Z |
28572026-05-12T03:41:20.002Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28582026-05-12T03:41:20.002Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28592026-05-12T03:41:20.002Z |
28602026-05-12T03:41:20.002Z 77 | pub struct Record<R: RecordData = RData> {
28612026-05-12T03:41:20.002Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28622026-05-12T03:41:20.002Z |
28632026-05-12T03:41:20.002Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28642026-05-12T03:41:20.002Z |
28652026-05-12T03:41:20.002Z 78 | pub struct Record<R: RecordData = RData> {
28662026-05-12T03:41:20.002Z | ---------------------------------------- this is the found type
28672026-05-12T03:41:20.002Z = help: you can use `cargo tree` to explore your dependency tree
28682026-05-12T03:41:20.002Znote: the method call chain might not have had the expected associated types
28692026-05-12T03:41:20.002Z --> dns-server/src/dns_server.rs:416:26
28702026-05-12T03:41:20.003Z |
28712026-05-12T03:41:20.003Z411 | response_records: &[Record],
28722026-05-12T03:41:20.003Z | ---------------- this expression has type `&[Record]`
28732026-05-12T03:41:20.003Z...
28742026-05-12T03:41:20.003Z416 | response_records.iter().collect::<Vec<&Record>>(),
28752026-05-12T03:41:20.003Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
28762026-05-12T03:41:20.003Z | |
28772026-05-12T03:41:20.003Z | `IntoIterator::Item` is `&Record` here
28782026-05-12T03:41:20.003Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
28792026-05-12T03:41:20.003Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
28802026-05-12T03:41:20.003Z |
28812026-05-12T03:41:20.003Z129 | pub fn build<'a, A, N, S, D>(
28822026-05-12T03:41:20.003Z | ----- required by a bound in this associated function
28832026-05-12T03:41:20.003Z...
28842026-05-12T03:41:20.003Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
28852026-05-12T03:41:20.003Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
28862026-05-12T03:41:20.003Z
28872026-05-12T03:41:20.009Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
28882026-05-12T03:41:20.009Z --> dns-server/src/dns_server.rs:414:20
28892026-05-12T03:41:20.009Z |
28902026-05-12T03:41:20.009Z414 | let mresp = rb.build(
28912026-05-12T03:41:20.010Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28922026-05-12T03:41:20.010Z |
28932026-05-12T03:41:20.010Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28942026-05-12T03:41:20.010Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28952026-05-12T03:41:20.010Z |
28962026-05-12T03:41:20.010Z 77 | pub struct Record<R: RecordData = RData> {
28972026-05-12T03:41:20.010Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28982026-05-12T03:41:20.011Z |
28992026-05-12T03:41:20.011Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29002026-05-12T03:41:20.011Z |
29012026-05-12T03:41:20.011Z 78 | pub struct Record<R: RecordData = RData> {
29022026-05-12T03:41:20.011Z | ---------------------------------------- this is the found type
29032026-05-12T03:41:20.011Z = help: you can use `cargo tree` to explore your dependency tree
29042026-05-12T03:41:20.011Znote: required by a bound in `hickory_server::authority::MessageResponse`
29052026-05-12T03:41:20.011Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
29062026-05-12T03:41:20.011Z |
29072026-05-12T03:41:20.011Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29082026-05-12T03:41:20.011Z | --------------- required by a bound in this struct
29092026-05-12T03:41:20.011Z 22 | where
29102026-05-12T03:41:20.011Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
29112026-05-12T03:41:20.011Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29122026-05-12T03:41:20.011Z
29132026-05-12T03:41:20.011Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
29142026-05-12T03:41:20.011Z --> dns-server/src/dns_server.rs:419:9
29152026-05-12T03:41:20.011Z |
29162026-05-12T03:41:20.011Z414 | let mresp = rb.build(
29172026-05-12T03:41:20.011Z | ----- required by a bound introduced by this call
29182026-05-12T03:41:20.011Z...
29192026-05-12T03:41:20.011Z419 | additional_records,
29202026-05-12T03:41:20.011Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29212026-05-12T03:41:20.011Z |
29222026-05-12T03:41:20.012Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29232026-05-12T03:41:20.012Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29242026-05-12T03:41:20.012Z |
29252026-05-12T03:41:20.012Z 77 | pub struct Record<R: RecordData = RData> {
29262026-05-12T03:41:20.012Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29272026-05-12T03:41:20.012Z |
29282026-05-12T03:41:20.012Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29292026-05-12T03:41:20.012Z |
29302026-05-12T03:41:20.012Z 78 | pub struct Record<R: RecordData = RData> {
29312026-05-12T03:41:20.012Z | ---------------------------------------- this is the found type
29322026-05-12T03:41:20.012Z = help: you can use `cargo tree` to explore your dependency tree
29332026-05-12T03:41:20.012Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
29342026-05-12T03:41:20.012Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
29352026-05-12T03:41:20.012Z |
29362026-05-12T03:41:20.012Z129 | pub fn build<'a, A, N, S, D>(
29372026-05-12T03:41:20.012Z | ----- required by a bound in this associated function
29382026-05-12T03:41:20.012Z...
29392026-05-12T03:41:20.012Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
29402026-05-12T03:41:20.012Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
29412026-05-12T03:41:20.012Z
29422026-05-12T03:41:20.012Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29432026-05-12T03:41:20.012Z --> dns-server/src/dns_server.rs:414:20
29442026-05-12T03:41:20.012Z |
29452026-05-12T03:41:20.012Z414 | let mresp = rb.build(
29462026-05-12T03:41:20.012Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29472026-05-12T03:41:20.012Z |
29482026-05-12T03:41:20.012Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29492026-05-12T03:41:20.012Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29502026-05-12T03:41:20.012Z |
29512026-05-12T03:41:20.012Z 77 | pub struct Record<R: RecordData = RData> {
29522026-05-12T03:41:20.012Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29532026-05-12T03:41:20.012Z |
29542026-05-12T03:41:20.012Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29552026-05-12T03:41:20.013Z |
29562026-05-12T03:41:20.013Z 78 | pub struct Record<R: RecordData = RData> {
29572026-05-12T03:41:20.013Z | ---------------------------------------- this is the found type
29582026-05-12T03:41:20.013Z = help: you can use `cargo tree` to explore your dependency tree
29592026-05-12T03:41:20.013Znote: required by a bound in `hickory_server::authority::MessageResponse`
29602026-05-12T03:41:20.013Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29612026-05-12T03:41:20.013Z |
29622026-05-12T03:41:20.013Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29632026-05-12T03:41:20.013Z | --------------- required by a bound in this struct
29642026-05-12T03:41:20.013Z...
29652026-05-12T03:41:20.013Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29662026-05-12T03:41:20.013Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29672026-05-12T03:41:20.013Z
29682026-05-12T03:41:20.018Zerror[E0308]: mismatched types
29692026-05-12T03:41:20.018Z --> dns-server/src/dns_server.rs:415:9
29702026-05-12T03:41:20.018Z |
29712026-05-12T03:41:20.018Z414 | let mresp = rb.build(
29722026-05-12T03:41:20.018Z | ----- arguments to this method are incorrect
29732026-05-12T03:41:20.018Z415 | header,
29742026-05-12T03:41:20.018Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
29752026-05-12T03:41:20.018Z |
29762026-05-12T03:41:20.018Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29772026-05-12T03:41:20.018Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
29782026-05-12T03:41:20.019Z |
29792026-05-12T03:41:20.019Z 57 | pub struct Header {
29802026-05-12T03:41:20.019Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29812026-05-12T03:41:20.019Z |
29822026-05-12T03:41:20.019Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
29832026-05-12T03:41:20.019Z |
29842026-05-12T03:41:20.019Z 57 | pub struct Header {
29852026-05-12T03:41:20.019Z | ----------------- this is the found type
29862026-05-12T03:41:20.019Z = help: you can use `cargo tree` to explore your dependency tree
29872026-05-12T03:41:20.019Znote: method defined here
29882026-05-12T03:41:20.019Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
29892026-05-12T03:41:20.019Z |
29902026-05-12T03:41:20.019Z129 | pub fn build<'a, A, N, S, D>(
29912026-05-12T03:41:20.019Z | ^^^^^
29922026-05-12T03:41:20.019Z
29932026-05-12T03:41:20.019Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29942026-05-12T03:41:20.019Z --> dns-server/src/dns_server.rs:422:31
29952026-05-12T03:41:20.019Z |
29962026-05-12T03:41:20.019Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
29972026-05-12T03:41:20.019Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
29982026-05-12T03:41:20.019Z | |
29992026-05-12T03:41:20.019Z | required by a bound introduced by this call
30002026-05-12T03:41:20.019Z |
30012026-05-12T03:41:20.020Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30022026-05-12T03:41:20.020Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30032026-05-12T03:41:20.020Z |
30042026-05-12T03:41:20.020Z 78 | pub struct Record<R: RecordData = RData> {
30052026-05-12T03:41:20.020Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30062026-05-12T03:41:20.020Z |
30072026-05-12T03:41:20.020Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30082026-05-12T03:41:20.020Z |
30092026-05-12T03:41:20.020Z 77 | pub struct Record<R: RecordData = RData> {
30102026-05-12T03:41:20.020Z | ---------------------------------------- this is the found type
30112026-05-12T03:41:20.020Z = help: you can use `cargo tree` to explore your dependency tree
30122026-05-12T03:41:20.020Znote: required by a bound in `dns_server::encode_and_send`
30132026-05-12T03:41:20.020Z --> dns-server/src/dns_server.rs:492:27
30142026-05-12T03:41:20.020Z |
30152026-05-12T03:41:20.020Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30162026-05-12T03:41:20.020Z | --------------- required by a bound in this function
30172026-05-12T03:41:20.020Z...
30182026-05-12T03:41:20.020Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30192026-05-12T03:41:20.020Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30202026-05-12T03:41:20.020Z
30212026-05-12T03:41:20.020Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30222026-05-12T03:41:20.020Z --> dns-server/src/dns_server.rs:422:31
30232026-05-12T03:41:20.020Z |
30242026-05-12T03:41:20.020Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30252026-05-12T03:41:20.020Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30262026-05-12T03:41:20.020Z |
30272026-05-12T03:41:20.020Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30282026-05-12T03:41:20.020Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30292026-05-12T03:41:20.020Z |
30302026-05-12T03:41:20.021Z 77 | pub struct Record<R: RecordData = RData> {
30312026-05-12T03:41:20.021Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30322026-05-12T03:41:20.021Z |
30332026-05-12T03:41:20.021Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30342026-05-12T03:41:20.021Z |
30352026-05-12T03:41:20.021Z 78 | pub struct Record<R: RecordData = RData> {
30362026-05-12T03:41:20.021Z | ---------------------------------------- this is the found type
30372026-05-12T03:41:20.021Z = help: you can use `cargo tree` to explore your dependency tree
30382026-05-12T03:41:20.021Znote: required by a bound in `hickory_server::authority::MessageResponse`
30392026-05-12T03:41:20.021Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30402026-05-12T03:41:20.021Z |
30412026-05-12T03:41:20.021Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30422026-05-12T03:41:20.022Z | --------------- required by a bound in this struct
30432026-05-12T03:41:20.022Z 22 | where
30442026-05-12T03:41:20.022Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30452026-05-12T03:41:20.022Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30462026-05-12T03:41:20.022Z
30472026-05-12T03:41:20.022Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30482026-05-12T03:41:20.022Z --> dns-server/src/dns_server.rs:422:31
30492026-05-12T03:41:20.022Z |
30502026-05-12T03:41:20.022Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30512026-05-12T03:41:20.022Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30522026-05-12T03:41:20.022Z |
30532026-05-12T03:41:20.022Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30542026-05-12T03:41:20.022Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30552026-05-12T03:41:20.022Z |
30562026-05-12T03:41:20.022Z 77 | pub struct Record<R: RecordData = RData> {
30572026-05-12T03:41:20.022Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30582026-05-12T03:41:20.022Z |
30592026-05-12T03:41:20.022Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30602026-05-12T03:41:20.022Z |
30612026-05-12T03:41:20.022Z 78 | pub struct Record<R: RecordData = RData> {
30622026-05-12T03:41:20.022Z | ---------------------------------------- this is the found type
30632026-05-12T03:41:20.022Z = help: you can use `cargo tree` to explore your dependency tree
30642026-05-12T03:41:20.022Znote: required by a bound in `hickory_server::authority::MessageResponse`
30652026-05-12T03:41:20.022Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
30662026-05-12T03:41:20.022Z |
30672026-05-12T03:41:20.022Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30682026-05-12T03:41:20.031Z | --------------- required by a bound in this struct
30692026-05-12T03:41:20.031Z...
30702026-05-12T03:41:20.031Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
30712026-05-12T03:41:20.031Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30722026-05-12T03:41:20.031Z
30732026-05-12T03:41:20.031Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30742026-05-12T03:41:20.031Z --> dns-server/src/dns_server.rs:422:5
30752026-05-12T03:41:20.031Z |
30762026-05-12T03:41:20.031Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30772026-05-12T03:41:20.031Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30782026-05-12T03:41:20.031Z |
30792026-05-12T03:41:20.031Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30802026-05-12T03:41:20.031Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30812026-05-12T03:41:20.031Z |
30822026-05-12T03:41:20.031Z 78 | pub struct Record<R: RecordData = RData> {
30832026-05-12T03:41:20.031Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30842026-05-12T03:41:20.031Z |
30852026-05-12T03:41:20.031Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30862026-05-12T03:41:20.031Z |
30872026-05-12T03:41:20.031Z 77 | pub struct Record<R: RecordData = RData> {
30882026-05-12T03:41:20.031Z | ---------------------------------------- this is the found type
30892026-05-12T03:41:20.031Z = help: you can use `cargo tree` to explore your dependency tree
30902026-05-12T03:41:20.031Znote: required by a bound in `dns_server::encode_and_send`
30912026-05-12T03:41:20.031Z --> dns-server/src/dns_server.rs:492:27
30922026-05-12T03:41:20.031Z |
30932026-05-12T03:41:20.031Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30942026-05-12T03:41:20.031Z | --------------- required by a bound in this function
30952026-05-12T03:41:20.031Z...
30962026-05-12T03:41:20.031Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30972026-05-12T03:41:20.031Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30982026-05-12T03:41:20.032Z
30992026-05-12T03:41:20.032Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31002026-05-12T03:41:20.032Z --> dns-server/src/dns_server.rs:422:49
31012026-05-12T03:41:20.032Z |
31022026-05-12T03:41:20.032Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31032026-05-12T03:41:20.032Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31042026-05-12T03:41:20.032Z |
31052026-05-12T03:41:20.032Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31062026-05-12T03:41:20.032Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31072026-05-12T03:41:20.032Z |
31082026-05-12T03:41:20.032Z 78 | pub struct Record<R: RecordData = RData> {
31092026-05-12T03:41:20.032Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31102026-05-12T03:41:20.032Z |
31112026-05-12T03:41:20.032Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31122026-05-12T03:41:20.033Z |
31132026-05-12T03:41:20.033Z 77 | pub struct Record<R: RecordData = RData> {
31142026-05-12T03:41:20.033Z | ---------------------------------------- this is the found type
31152026-05-12T03:41:20.033Z = help: you can use `cargo tree` to explore your dependency tree
31162026-05-12T03:41:20.033Znote: required by a bound in `dns_server::encode_and_send`
31172026-05-12T03:41:20.033Z --> dns-server/src/dns_server.rs:492:27
31182026-05-12T03:41:20.033Z |
31192026-05-12T03:41:20.033Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31202026-05-12T03:41:20.033Z | --------------- required by a bound in this function
31212026-05-12T03:41:20.033Z...
31222026-05-12T03:41:20.033Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31232026-05-12T03:41:20.033Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31242026-05-12T03:41:20.033Z
31252026-05-12T03:41:20.033Zerror[E0308]: arguments to this method are incorrect
31262026-05-12T03:41:20.033Z --> dns-server/src/dns_server.rs:438:33
31272026-05-12T03:41:20.033Z |
31282026-05-12T03:41:20.033Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
31292026-05-12T03:41:20.033Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
31302026-05-12T03:41:20.033Z | |
31312026-05-12T03:41:20.033Z | expected `&Header`, found `&&Header`
31322026-05-12T03:41:20.033Z |
31332026-05-12T03:41:20.033Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
31342026-05-12T03:41:20.033Z found reference `&&hickory_proto::op::Header`
31352026-05-12T03:41:20.033Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31362026-05-12T03:41:20.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
31372026-05-12T03:41:20.033Z |
31382026-05-12T03:41:20.033Z 67 | pub enum ResponseCode {
31392026-05-12T03:41:20.033Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31402026-05-12T03:41:20.033Z |
31412026-05-12T03:41:20.033Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
31422026-05-12T03:41:20.033Z |
31432026-05-12T03:41:20.033Z 67 | pub enum ResponseCode {
31442026-05-12T03:41:20.033Z | --------------------- this is the found type
31452026-05-12T03:41:20.033Z = help: you can use `cargo tree` to explore your dependency tree
31462026-05-12T03:41:20.033Znote: method defined here
31472026-05-12T03:41:20.033Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
31482026-05-12T03:41:20.033Z |
31492026-05-12T03:41:20.034Z190 | pub fn error_msg<'a>(
31502026-05-12T03:41:20.034Z | ^^^^^^^^^
31512026-05-12T03:41:20.034Z
31522026-05-12T03:41:20.034Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31532026-05-12T03:41:20.034Z --> dns-server/src/dns_server.rs:457:50
31542026-05-12T03:41:20.034Z |
31552026-05-12T03:41:20.034Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31562026-05-12T03:41:20.034Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31572026-05-12T03:41:20.034Z | |
31582026-05-12T03:41:20.034Z | required by a bound introduced by this call
31592026-05-12T03:41:20.034Z |
31602026-05-12T03:41:20.034Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31612026-05-12T03:41:20.034Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31622026-05-12T03:41:20.034Z |
31632026-05-12T03:41:20.034Z 78 | pub struct Record<R: RecordData = RData> {
31642026-05-12T03:41:20.034Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31652026-05-12T03:41:20.034Z |
31662026-05-12T03:41:20.034Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31672026-05-12T03:41:20.034Z |
31682026-05-12T03:41:20.039Z 77 | pub struct Record<R: RecordData = RData> {
31692026-05-12T03:41:20.039Z | ---------------------------------------- this is the found type
31702026-05-12T03:41:20.039Z = help: you can use `cargo tree` to explore your dependency tree
31712026-05-12T03:41:20.039Znote: required by a bound in `dns_server::encode_and_send`
31722026-05-12T03:41:20.039Z --> dns-server/src/dns_server.rs:491:23
31732026-05-12T03:41:20.039Z |
31742026-05-12T03:41:20.039Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31752026-05-12T03:41:20.039Z | --------------- required by a bound in this function
31762026-05-12T03:41:20.039Z...
31772026-05-12T03:41:20.039Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
31782026-05-12T03:41:20.039Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31792026-05-12T03:41:20.040Z
31802026-05-12T03:41:20.040Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31812026-05-12T03:41:20.040Z --> dns-server/src/dns_server.rs:457:50
31822026-05-12T03:41:20.040Z |
31832026-05-12T03:41:20.040Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31842026-05-12T03:41:20.040Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31852026-05-12T03:41:20.040Z | |
31862026-05-12T03:41:20.040Z | required by a bound introduced by this call
31872026-05-12T03:41:20.040Z |
31882026-05-12T03:41:20.040Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31892026-05-12T03:41:20.040Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31902026-05-12T03:41:20.040Z |
31912026-05-12T03:41:20.040Z 78 | pub struct Record<R: RecordData = RData> {
31922026-05-12T03:41:20.041Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31932026-05-12T03:41:20.041Z |
31942026-05-12T03:41:20.041Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31952026-05-12T03:41:20.041Z |
31962026-05-12T03:41:20.041Z 77 | pub struct Record<R: RecordData = RData> {
31972026-05-12T03:41:20.041Z | ---------------------------------------- this is the found type
31982026-05-12T03:41:20.041Z = help: you can use `cargo tree` to explore your dependency tree
31992026-05-12T03:41:20.041Znote: required by a bound in `dns_server::encode_and_send`
32002026-05-12T03:41:20.041Z --> dns-server/src/dns_server.rs:492:27
32012026-05-12T03:41:20.041Z |
32022026-05-12T03:41:20.041Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32032026-05-12T03:41:20.041Z | --------------- required by a bound in this function
32042026-05-12T03:41:20.041Z...
32052026-05-12T03:41:20.041Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32062026-05-12T03:41:20.042Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32072026-05-12T03:41:20.042Z
32082026-05-12T03:41:20.042Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32092026-05-12T03:41:20.042Z --> dns-server/src/dns_server.rs:457:50
32102026-05-12T03:41:20.042Z |
32112026-05-12T03:41:20.042Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32122026-05-12T03:41:20.042Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32132026-05-12T03:41:20.042Z | |
32142026-05-12T03:41:20.042Z | required by a bound introduced by this call
32152026-05-12T03:41:20.042Z |
32162026-05-12T03:41:20.042Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32172026-05-12T03:41:20.042Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32182026-05-12T03:41:20.042Z |
32192026-05-12T03:41:20.042Z 78 | pub struct Record<R: RecordData = RData> {
32202026-05-12T03:41:20.042Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32212026-05-12T03:41:20.043Z |
32222026-05-12T03:41:20.043Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32232026-05-12T03:41:20.043Z |
32242026-05-12T03:41:20.043Z 77 | pub struct Record<R: RecordData = RData> {
32252026-05-12T03:41:20.043Z | ---------------------------------------- this is the found type
32262026-05-12T03:41:20.043Z = help: you can use `cargo tree` to explore your dependency tree
32272026-05-12T03:41:20.043Znote: required by a bound in `dns_server::encode_and_send`
32282026-05-12T03:41:20.043Z --> dns-server/src/dns_server.rs:493:19
32292026-05-12T03:41:20.043Z |
32302026-05-12T03:41:20.043Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32312026-05-12T03:41:20.043Z | --------------- required by a bound in this function
32322026-05-12T03:41:20.043Z...
32332026-05-12T03:41:20.043Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
32342026-05-12T03:41:20.043Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32352026-05-12T03:41:20.043Z
32362026-05-12T03:41:20.044Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32372026-05-12T03:41:20.044Z --> dns-server/src/dns_server.rs:457:50
32382026-05-12T03:41:20.044Z |
32392026-05-12T03:41:20.044Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32402026-05-12T03:41:20.044Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32412026-05-12T03:41:20.044Z | |
32422026-05-12T03:41:20.044Z | required by a bound introduced by this call
32432026-05-12T03:41:20.044Z |
32442026-05-12T03:41:20.044Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32452026-05-12T03:41:20.044Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32462026-05-12T03:41:20.044Z |
32472026-05-12T03:41:20.044Z 78 | pub struct Record<R: RecordData = RData> {
32482026-05-12T03:41:20.045Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32492026-05-12T03:41:20.045Z |
32502026-05-12T03:41:20.045Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32512026-05-12T03:41:20.045Z |
32522026-05-12T03:41:20.045Z 77 | pub struct Record<R: RecordData = RData> {
32532026-05-12T03:41:20.045Z | ---------------------------------------- this is the found type
32542026-05-12T03:41:20.045Z = help: you can use `cargo tree` to explore your dependency tree
32552026-05-12T03:41:20.045Znote: required by a bound in `dns_server::encode_and_send`
32562026-05-12T03:41:20.045Z --> dns-server/src/dns_server.rs:494:27
32572026-05-12T03:41:20.045Z |
32582026-05-12T03:41:20.045Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32592026-05-12T03:41:20.045Z | --------------- required by a bound in this function
32602026-05-12T03:41:20.045Z...
32612026-05-12T03:41:20.046Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32622026-05-12T03:41:20.046Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32632026-05-12T03:41:20.046Z
32642026-05-12T03:41:20.046Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32652026-05-12T03:41:20.046Z --> dns-server/src/dns_server.rs:457:25
32662026-05-12T03:41:20.046Z |
32672026-05-12T03:41:20.046Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32682026-05-12T03:41:20.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32692026-05-12T03:41:20.051Z |
32702026-05-12T03:41:20.051Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32712026-05-12T03:41:20.051Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32722026-05-12T03:41:20.051Z |
32732026-05-12T03:41:20.051Z 78 | pub struct Record<R: RecordData = RData> {
32742026-05-12T03:41:20.051Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32752026-05-12T03:41:20.052Z |
32762026-05-12T03:41:20.052Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32772026-05-12T03:41:20.052Z |
32782026-05-12T03:41:20.052Z 77 | pub struct Record<R: RecordData = RData> {
32792026-05-12T03:41:20.052Z | ---------------------------------------- this is the found type
32802026-05-12T03:41:20.052Z = help: you can use `cargo tree` to explore your dependency tree
32812026-05-12T03:41:20.052Znote: required by a bound in `dns_server::encode_and_send`
32822026-05-12T03:41:20.052Z --> dns-server/src/dns_server.rs:491:23
32832026-05-12T03:41:20.052Z |
32842026-05-12T03:41:20.052Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32852026-05-12T03:41:20.052Z | --------------- required by a bound in this function
32862026-05-12T03:41:20.053Z...
32872026-05-12T03:41:20.053Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32882026-05-12T03:41:20.053Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32892026-05-12T03:41:20.053Z
32902026-05-12T03:41:20.053Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32912026-05-12T03:41:20.053Z --> dns-server/src/dns_server.rs:457:25
32922026-05-12T03:41:20.053Z |
32932026-05-12T03:41:20.053Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32942026-05-12T03:41:20.053Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32952026-05-12T03:41:20.053Z |
32962026-05-12T03:41:20.053Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32972026-05-12T03:41:20.053Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32982026-05-12T03:41:20.053Z |
32992026-05-12T03:41:20.053Z 78 | pub struct Record<R: RecordData = RData> {
33002026-05-12T03:41:20.054Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33012026-05-12T03:41:20.054Z |
33022026-05-12T03:41:20.054Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33032026-05-12T03:41:20.054Z |
33042026-05-12T03:41:20.054Z 77 | pub struct Record<R: RecordData = RData> {
33052026-05-12T03:41:20.054Z | ---------------------------------------- this is the found type
33062026-05-12T03:41:20.054Z = help: you can use `cargo tree` to explore your dependency tree
33072026-05-12T03:41:20.054Znote: required by a bound in `dns_server::encode_and_send`
33082026-05-12T03:41:20.054Z --> dns-server/src/dns_server.rs:492:27
33092026-05-12T03:41:20.055Z |
33102026-05-12T03:41:20.055Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33112026-05-12T03:41:20.055Z | --------------- required by a bound in this function
33122026-05-12T03:41:20.055Z...
33132026-05-12T03:41:20.055Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33142026-05-12T03:41:20.055Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33152026-05-12T03:41:20.055Z
33162026-05-12T03:41:20.055Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33172026-05-12T03:41:20.055Z --> dns-server/src/dns_server.rs:457:25
33182026-05-12T03:41:20.055Z |
33192026-05-12T03:41:20.055Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33202026-05-12T03:41:20.056Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33212026-05-12T03:41:20.056Z |
33222026-05-12T03:41:20.056Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33232026-05-12T03:41:20.056Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33242026-05-12T03:41:20.056Z |
33252026-05-12T03:41:20.056Z 78 | pub struct Record<R: RecordData = RData> {
33262026-05-12T03:41:20.056Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33272026-05-12T03:41:20.056Z |
33282026-05-12T03:41:20.056Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33292026-05-12T03:41:20.056Z |
33302026-05-12T03:41:20.056Z 77 | pub struct Record<R: RecordData = RData> {
33312026-05-12T03:41:20.056Z | ---------------------------------------- this is the found type
33322026-05-12T03:41:20.056Z = help: you can use `cargo tree` to explore your dependency tree
33332026-05-12T03:41:20.056Znote: required by a bound in `dns_server::encode_and_send`
33342026-05-12T03:41:20.057Z --> dns-server/src/dns_server.rs:493:19
33352026-05-12T03:41:20.057Z |
33362026-05-12T03:41:20.057Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33372026-05-12T03:41:20.057Z | --------------- required by a bound in this function
33382026-05-12T03:41:20.057Z...
33392026-05-12T03:41:20.057Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33402026-05-12T03:41:20.057Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33412026-05-12T03:41:20.057Z
33422026-05-12T03:41:20.057Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33432026-05-12T03:41:20.057Z --> dns-server/src/dns_server.rs:457:25
33442026-05-12T03:41:20.057Z |
33452026-05-12T03:41:20.057Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33462026-05-12T03:41:20.057Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33472026-05-12T03:41:20.057Z |
33482026-05-12T03:41:20.057Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33492026-05-12T03:41:20.057Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33502026-05-12T03:41:20.057Z |
33512026-05-12T03:41:20.057Z 78 | pub struct Record<R: RecordData = RData> {
33522026-05-12T03:41:20.057Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33532026-05-12T03:41:20.057Z |
33542026-05-12T03:41:20.057Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33552026-05-12T03:41:20.057Z |
33562026-05-12T03:41:20.057Z 77 | pub struct Record<R: RecordData = RData> {
33572026-05-12T03:41:20.057Z | ---------------------------------------- this is the found type
33582026-05-12T03:41:20.057Z = help: you can use `cargo tree` to explore your dependency tree
33592026-05-12T03:41:20.057Znote: required by a bound in `dns_server::encode_and_send`
33602026-05-12T03:41:20.057Z --> dns-server/src/dns_server.rs:494:27
33612026-05-12T03:41:20.057Z |
33622026-05-12T03:41:20.057Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33632026-05-12T03:41:20.058Z | --------------- required by a bound in this function
33642026-05-12T03:41:20.058Z...
33652026-05-12T03:41:20.058Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
33662026-05-12T03:41:20.058Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33672026-05-12T03:41:20.058Z
33682026-05-12T03:41:20.063Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33692026-05-12T03:41:20.063Z --> dns-server/src/dns_server.rs:457:69
33702026-05-12T03:41:20.063Z |
33712026-05-12T03:41:20.063Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33722026-05-12T03:41:20.063Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33732026-05-12T03:41:20.063Z |
33742026-05-12T03:41:20.063Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33752026-05-12T03:41:20.063Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33762026-05-12T03:41:20.063Z |
33772026-05-12T03:41:20.063Z 78 | pub struct Record<R: RecordData = RData> {
33782026-05-12T03:41:20.063Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33792026-05-12T03:41:20.063Z |
33802026-05-12T03:41:20.063Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33812026-05-12T03:41:20.063Z |
33822026-05-12T03:41:20.064Z 77 | pub struct Record<R: RecordData = RData> {
33832026-05-12T03:41:20.064Z | ---------------------------------------- this is the found type
33842026-05-12T03:41:20.064Z = help: you can use `cargo tree` to explore your dependency tree
33852026-05-12T03:41:20.064Znote: required by a bound in `dns_server::encode_and_send`
33862026-05-12T03:41:20.064Z --> dns-server/src/dns_server.rs:491:23
33872026-05-12T03:41:20.064Z |
33882026-05-12T03:41:20.064Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33892026-05-12T03:41:20.064Z | --------------- required by a bound in this function
33902026-05-12T03:41:20.064Z...
33912026-05-12T03:41:20.064Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33922026-05-12T03:41:20.064Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33932026-05-12T03:41:20.064Z
33942026-05-12T03:41:20.064Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33952026-05-12T03:41:20.064Z --> dns-server/src/dns_server.rs:457:69
33962026-05-12T03:41:20.064Z |
33972026-05-12T03:41:20.064Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33982026-05-12T03:41:20.064Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33992026-05-12T03:41:20.064Z |
34002026-05-12T03:41:20.064Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34012026-05-12T03:41:20.064Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34022026-05-12T03:41:20.064Z |
34032026-05-12T03:41:20.065Z 78 | pub struct Record<R: RecordData = RData> {
34042026-05-12T03:41:20.065Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34052026-05-12T03:41:20.065Z |
34062026-05-12T03:41:20.065Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34072026-05-12T03:41:20.065Z |
34082026-05-12T03:41:20.065Z 77 | pub struct Record<R: RecordData = RData> {
34092026-05-12T03:41:20.065Z | ---------------------------------------- this is the found type
34102026-05-12T03:41:20.065Z = help: you can use `cargo tree` to explore your dependency tree
34112026-05-12T03:41:20.065Znote: required by a bound in `dns_server::encode_and_send`
34122026-05-12T03:41:20.065Z --> dns-server/src/dns_server.rs:492:27
34132026-05-12T03:41:20.065Z |
34142026-05-12T03:41:20.065Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34152026-05-12T03:41:20.065Z | --------------- required by a bound in this function
34162026-05-12T03:41:20.065Z...
34172026-05-12T03:41:20.065Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34182026-05-12T03:41:20.065Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34192026-05-12T03:41:20.065Z
34202026-05-12T03:41:20.065Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34212026-05-12T03:41:20.065Z --> dns-server/src/dns_server.rs:457:69
34222026-05-12T03:41:20.065Z |
34232026-05-12T03:41:20.065Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34242026-05-12T03:41:20.065Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34252026-05-12T03:41:20.065Z |
34262026-05-12T03:41:20.065Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34272026-05-12T03:41:20.065Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34282026-05-12T03:41:20.065Z |
34292026-05-12T03:41:20.065Z 78 | pub struct Record<R: RecordData = RData> {
34302026-05-12T03:41:20.065Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34312026-05-12T03:41:20.065Z |
34322026-05-12T03:41:20.065Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34332026-05-12T03:41:20.065Z |
34342026-05-12T03:41:20.065Z 77 | pub struct Record<R: RecordData = RData> {
34352026-05-12T03:41:20.065Z | ---------------------------------------- this is the found type
34362026-05-12T03:41:20.065Z = help: you can use `cargo tree` to explore your dependency tree
34372026-05-12T03:41:20.066Znote: required by a bound in `dns_server::encode_and_send`
34382026-05-12T03:41:20.066Z --> dns-server/src/dns_server.rs:493:19
34392026-05-12T03:41:20.066Z |
34402026-05-12T03:41:20.066Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34412026-05-12T03:41:20.066Z | --------------- required by a bound in this function
34422026-05-12T03:41:20.066Z...
34432026-05-12T03:41:20.066Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34442026-05-12T03:41:20.066Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34452026-05-12T03:41:20.066Z
34462026-05-12T03:41:20.066Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34472026-05-12T03:41:20.066Z --> dns-server/src/dns_server.rs:457:69
34482026-05-12T03:41:20.066Z |
34492026-05-12T03:41:20.066Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34502026-05-12T03:41:20.066Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34512026-05-12T03:41:20.066Z |
34522026-05-12T03:41:20.067Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34532026-05-12T03:41:20.067Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34542026-05-12T03:41:20.067Z |
34552026-05-12T03:41:20.067Z 78 | pub struct Record<R: RecordData = RData> {
34562026-05-12T03:41:20.067Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34572026-05-12T03:41:20.067Z |
34582026-05-12T03:41:20.067Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34592026-05-12T03:41:20.067Z |
34602026-05-12T03:41:20.067Z 77 | pub struct Record<R: RecordData = RData> {
34612026-05-12T03:41:20.067Z | ---------------------------------------- this is the found type
34622026-05-12T03:41:20.067Z = help: you can use `cargo tree` to explore your dependency tree
34632026-05-12T03:41:20.067Znote: required by a bound in `dns_server::encode_and_send`
34642026-05-12T03:41:20.067Z --> dns-server/src/dns_server.rs:494:27
34652026-05-12T03:41:20.068Z |
34662026-05-12T03:41:20.068Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34672026-05-12T03:41:20.068Z | --------------- required by a bound in this function
34682026-05-12T03:41:20.073Z...
34692026-05-12T03:41:20.073Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34702026-05-12T03:41:20.073Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34712026-05-12T03:41:20.073Z
34722026-05-12T03:41:20.073Zerror[E0308]: arguments to this method are incorrect
34732026-05-12T03:41:20.073Z --> dns-server/src/dns_server.rs:477:20
34742026-05-12T03:41:20.073Z |
34752026-05-12T03:41:20.073Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
34762026-05-12T03:41:20.074Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34772026-05-12T03:41:20.074Z | |
34782026-05-12T03:41:20.074Z | expected `Header`, found `hickory_proto::op::Header`
34792026-05-12T03:41:20.074Z |
34802026-05-12T03:41:20.074Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34812026-05-12T03:41:20.074Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
34822026-05-12T03:41:20.074Z |
34832026-05-12T03:41:20.074Z 57 | pub struct Header {
34842026-05-12T03:41:20.074Z | ^^^^^^^^^^^^^^^^^ this is the expected type
34852026-05-12T03:41:20.074Z |
34862026-05-12T03:41:20.074Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
34872026-05-12T03:41:20.074Z |
34882026-05-12T03:41:20.074Z 57 | pub struct Header {
34892026-05-12T03:41:20.074Z | ----------------- this is the found type
34902026-05-12T03:41:20.074Z = help: you can use `cargo tree` to explore your dependency tree
34912026-05-12T03:41:20.074Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34922026-05-12T03:41:20.074Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
34932026-05-12T03:41:20.074Z |
34942026-05-12T03:41:20.074Z 67 | pub enum ResponseCode {
34952026-05-12T03:41:20.074Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34962026-05-12T03:41:20.074Z |
34972026-05-12T03:41:20.074Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
34982026-05-12T03:41:20.074Z |
34992026-05-12T03:41:20.074Z 67 | pub enum ResponseCode {
35002026-05-12T03:41:20.074Z | --------------------- this is the found type
35012026-05-12T03:41:20.075Z = help: you can use `cargo tree` to explore your dependency tree
35022026-05-12T03:41:20.075Znote: method defined here
35032026-05-12T03:41:20.075Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
35042026-05-12T03:41:20.075Z |
35052026-05-12T03:41:20.075Z190 | pub fn error_msg<'a>(
35062026-05-12T03:41:20.075Z | ^^^^^^^^^
35072026-05-12T03:41:20.075Z
35082026-05-12T03:41:20.075Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35092026-05-12T03:41:20.075Z --> dns-server/src/dns_server.rs:478:50
35102026-05-12T03:41:20.075Z |
35112026-05-12T03:41:20.075Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35122026-05-12T03:41:20.075Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35132026-05-12T03:41:20.075Z | |
35142026-05-12T03:41:20.075Z | required by a bound introduced by this call
35152026-05-12T03:41:20.075Z |
35162026-05-12T03:41:20.075Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35172026-05-12T03:41:20.075Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35182026-05-12T03:41:20.075Z |
35192026-05-12T03:41:20.075Z 78 | pub struct Record<R: RecordData = RData> {
35202026-05-12T03:41:20.075Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35212026-05-12T03:41:20.075Z |
35222026-05-12T03:41:20.075Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35232026-05-12T03:41:20.075Z |
35242026-05-12T03:41:20.075Z 77 | pub struct Record<R: RecordData = RData> {
35252026-05-12T03:41:20.075Z | ---------------------------------------- this is the found type
35262026-05-12T03:41:20.075Z = help: you can use `cargo tree` to explore your dependency tree
35272026-05-12T03:41:20.075Znote: required by a bound in `dns_server::encode_and_send`
35282026-05-12T03:41:20.075Z --> dns-server/src/dns_server.rs:491:23
35292026-05-12T03:41:20.075Z |
35302026-05-12T03:41:20.075Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35312026-05-12T03:41:20.075Z | --------------- required by a bound in this function
35322026-05-12T03:41:20.075Z...
35332026-05-12T03:41:20.075Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35342026-05-12T03:41:20.075Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35352026-05-12T03:41:20.076Z
35362026-05-12T03:41:20.076Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35372026-05-12T03:41:20.076Z --> dns-server/src/dns_server.rs:478:50
35382026-05-12T03:41:20.076Z |
35392026-05-12T03:41:20.076Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35402026-05-12T03:41:20.076Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35412026-05-12T03:41:20.076Z | |
35422026-05-12T03:41:20.076Z | required by a bound introduced by this call
35432026-05-12T03:41:20.076Z |
35442026-05-12T03:41:20.076Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35452026-05-12T03:41:20.076Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35462026-05-12T03:41:20.076Z |
35472026-05-12T03:41:20.076Z 78 | pub struct Record<R: RecordData = RData> {
35482026-05-12T03:41:20.076Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35492026-05-12T03:41:20.076Z |
35502026-05-12T03:41:20.077Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35512026-05-12T03:41:20.077Z |
35522026-05-12T03:41:20.077Z 77 | pub struct Record<R: RecordData = RData> {
35532026-05-12T03:41:20.077Z | ---------------------------------------- this is the found type
35542026-05-12T03:41:20.077Z = help: you can use `cargo tree` to explore your dependency tree
35552026-05-12T03:41:20.077Znote: required by a bound in `dns_server::encode_and_send`
35562026-05-12T03:41:20.077Z --> dns-server/src/dns_server.rs:492:27
35572026-05-12T03:41:20.077Z |
35582026-05-12T03:41:20.077Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35592026-05-12T03:41:20.077Z | --------------- required by a bound in this function
35602026-05-12T03:41:20.077Z...
35612026-05-12T03:41:20.077Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35622026-05-12T03:41:20.077Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35632026-05-12T03:41:20.077Z
35642026-05-12T03:41:20.077Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35652026-05-12T03:41:20.077Z --> dns-server/src/dns_server.rs:478:50
35662026-05-12T03:41:20.077Z |
35672026-05-12T03:41:20.077Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35682026-05-12T03:41:20.083Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35692026-05-12T03:41:20.083Z | |
35702026-05-12T03:41:20.083Z | required by a bound introduced by this call
35712026-05-12T03:41:20.083Z |
35722026-05-12T03:41:20.083Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35732026-05-12T03:41:20.083Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35742026-05-12T03:41:20.083Z |
35752026-05-12T03:41:20.083Z 78 | pub struct Record<R: RecordData = RData> {
35762026-05-12T03:41:20.083Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35772026-05-12T03:41:20.083Z |
35782026-05-12T03:41:20.083Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35792026-05-12T03:41:20.083Z |
35802026-05-12T03:41:20.083Z 77 | pub struct Record<R: RecordData = RData> {
35812026-05-12T03:41:20.083Z | ---------------------------------------- this is the found type
35822026-05-12T03:41:20.083Z = help: you can use `cargo tree` to explore your dependency tree
35832026-05-12T03:41:20.083Znote: required by a bound in `dns_server::encode_and_send`
35842026-05-12T03:41:20.083Z --> dns-server/src/dns_server.rs:493:19
35852026-05-12T03:41:20.083Z |
35862026-05-12T03:41:20.083Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35872026-05-12T03:41:20.083Z | --------------- required by a bound in this function
35882026-05-12T03:41:20.083Z...
35892026-05-12T03:41:20.083Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35902026-05-12T03:41:20.083Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35912026-05-12T03:41:20.083Z
35922026-05-12T03:41:20.084Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35932026-05-12T03:41:20.084Z --> dns-server/src/dns_server.rs:478:50
35942026-05-12T03:41:20.084Z |
35952026-05-12T03:41:20.084Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35962026-05-12T03:41:20.084Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35972026-05-12T03:41:20.084Z | |
35982026-05-12T03:41:20.084Z | required by a bound introduced by this call
35992026-05-12T03:41:20.084Z |
36002026-05-12T03:41:20.084Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36012026-05-12T03:41:20.084Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36022026-05-12T03:41:20.084Z |
36032026-05-12T03:41:20.084Z 78 | pub struct Record<R: RecordData = RData> {
36042026-05-12T03:41:20.084Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36052026-05-12T03:41:20.084Z |
36062026-05-12T03:41:20.084Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36072026-05-12T03:41:20.084Z |
36082026-05-12T03:41:20.084Z 77 | pub struct Record<R: RecordData = RData> {
36092026-05-12T03:41:20.084Z | ---------------------------------------- this is the found type
36102026-05-12T03:41:20.084Z = help: you can use `cargo tree` to explore your dependency tree
36112026-05-12T03:41:20.085Znote: required by a bound in `dns_server::encode_and_send`
36122026-05-12T03:41:20.085Z --> dns-server/src/dns_server.rs:494:27
36132026-05-12T03:41:20.085Z |
36142026-05-12T03:41:20.085Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36152026-05-12T03:41:20.085Z | --------------- required by a bound in this function
36162026-05-12T03:41:20.085Z...
36172026-05-12T03:41:20.085Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36182026-05-12T03:41:20.085Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36192026-05-12T03:41:20.085Z
36202026-05-12T03:41:20.085Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36212026-05-12T03:41:20.085Z --> dns-server/src/dns_server.rs:478:25
36222026-05-12T03:41:20.085Z |
36232026-05-12T03:41:20.085Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36242026-05-12T03:41:20.085Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36252026-05-12T03:41:20.085Z |
36262026-05-12T03:41:20.085Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36272026-05-12T03:41:20.085Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36282026-05-12T03:41:20.085Z |
36292026-05-12T03:41:20.085Z 78 | pub struct Record<R: RecordData = RData> {
36302026-05-12T03:41:20.085Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36312026-05-12T03:41:20.085Z |
36322026-05-12T03:41:20.085Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36332026-05-12T03:41:20.085Z |
36342026-05-12T03:41:20.085Z 77 | pub struct Record<R: RecordData = RData> {
36352026-05-12T03:41:20.085Z | ---------------------------------------- this is the found type
36362026-05-12T03:41:20.085Z = help: you can use `cargo tree` to explore your dependency tree
36372026-05-12T03:41:20.085Znote: required by a bound in `dns_server::encode_and_send`
36382026-05-12T03:41:20.086Z --> dns-server/src/dns_server.rs:491:23
36392026-05-12T03:41:20.086Z |
36402026-05-12T03:41:20.086Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36412026-05-12T03:41:20.086Z | --------------- required by a bound in this function
36422026-05-12T03:41:20.086Z...
36432026-05-12T03:41:20.086Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36442026-05-12T03:41:20.086Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36452026-05-12T03:41:20.086Z
36462026-05-12T03:41:20.086Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36472026-05-12T03:41:20.086Z --> dns-server/src/dns_server.rs:478:25
36482026-05-12T03:41:20.086Z |
36492026-05-12T03:41:20.086Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36502026-05-12T03:41:20.086Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36512026-05-12T03:41:20.086Z |
36522026-05-12T03:41:20.086Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36532026-05-12T03:41:20.086Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36542026-05-12T03:41:20.086Z |
36552026-05-12T03:41:20.086Z 78 | pub struct Record<R: RecordData = RData> {
36562026-05-12T03:41:20.086Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36572026-05-12T03:41:20.086Z |
36582026-05-12T03:41:20.086Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36592026-05-12T03:41:20.086Z |
36602026-05-12T03:41:20.086Z 77 | pub struct Record<R: RecordData = RData> {
36612026-05-12T03:41:20.086Z | ---------------------------------------- this is the found type
36622026-05-12T03:41:20.086Z = help: you can use `cargo tree` to explore your dependency tree
36632026-05-12T03:41:20.086Znote: required by a bound in `dns_server::encode_and_send`
36642026-05-12T03:41:20.086Z --> dns-server/src/dns_server.rs:492:27
36652026-05-12T03:41:20.086Z |
36662026-05-12T03:41:20.086Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36672026-05-12T03:41:20.086Z | --------------- required by a bound in this function
36682026-05-12T03:41:20.092Z...
36692026-05-12T03:41:20.092Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36702026-05-12T03:41:20.092Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36712026-05-12T03:41:20.092Z
36722026-05-12T03:41:20.092Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36732026-05-12T03:41:20.092Z --> dns-server/src/dns_server.rs:478:25
36742026-05-12T03:41:20.092Z |
36752026-05-12T03:41:20.092Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36762026-05-12T03:41:20.092Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36772026-05-12T03:41:20.092Z |
36782026-05-12T03:41:20.092Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36792026-05-12T03:41:20.092Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36802026-05-12T03:41:20.092Z |
36812026-05-12T03:41:20.093Z 78 | pub struct Record<R: RecordData = RData> {
36822026-05-12T03:41:20.093Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36832026-05-12T03:41:20.093Z |
36842026-05-12T03:41:20.093Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36852026-05-12T03:41:20.093Z |
36862026-05-12T03:41:20.093Z 77 | pub struct Record<R: RecordData = RData> {
36872026-05-12T03:41:20.093Z | ---------------------------------------- this is the found type
36882026-05-12T03:41:20.093Z = help: you can use `cargo tree` to explore your dependency tree
36892026-05-12T03:41:20.093Znote: required by a bound in `dns_server::encode_and_send`
36902026-05-12T03:41:20.093Z --> dns-server/src/dns_server.rs:493:19
36912026-05-12T03:41:20.093Z |
36922026-05-12T03:41:20.093Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36932026-05-12T03:41:20.093Z | --------------- required by a bound in this function
36942026-05-12T03:41:20.093Z...
36952026-05-12T03:41:20.093Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36962026-05-12T03:41:20.093Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36972026-05-12T03:41:20.093Z
36982026-05-12T03:41:20.093Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36992026-05-12T03:41:20.093Z --> dns-server/src/dns_server.rs:478:25
37002026-05-12T03:41:20.093Z |
37012026-05-12T03:41:20.093Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37022026-05-12T03:41:20.093Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37032026-05-12T03:41:20.094Z |
37042026-05-12T03:41:20.094Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37052026-05-12T03:41:20.094Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37062026-05-12T03:41:20.094Z |
37072026-05-12T03:41:20.094Z 78 | pub struct Record<R: RecordData = RData> {
37082026-05-12T03:41:20.094Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37092026-05-12T03:41:20.094Z |
37102026-05-12T03:41:20.094Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37112026-05-12T03:41:20.094Z |
37122026-05-12T03:41:20.094Z 77 | pub struct Record<R: RecordData = RData> {
37132026-05-12T03:41:20.094Z | ---------------------------------------- this is the found type
37142026-05-12T03:41:20.094Z = help: you can use `cargo tree` to explore your dependency tree
37152026-05-12T03:41:20.094Znote: required by a bound in `dns_server::encode_and_send`
37162026-05-12T03:41:20.094Z --> dns-server/src/dns_server.rs:494:27
37172026-05-12T03:41:20.094Z |
37182026-05-12T03:41:20.094Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37192026-05-12T03:41:20.094Z | --------------- required by a bound in this function
37202026-05-12T03:41:20.094Z...
37212026-05-12T03:41:20.094Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37222026-05-12T03:41:20.094Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37232026-05-12T03:41:20.094Z
37242026-05-12T03:41:20.094Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37252026-05-12T03:41:20.094Z --> dns-server/src/dns_server.rs:478:69
37262026-05-12T03:41:20.094Z |
37272026-05-12T03:41:20.094Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37282026-05-12T03:41:20.094Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37292026-05-12T03:41:20.094Z |
37302026-05-12T03:41:20.094Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37312026-05-12T03:41:20.094Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37322026-05-12T03:41:20.094Z |
37332026-05-12T03:41:20.094Z 78 | pub struct Record<R: RecordData = RData> {
37342026-05-12T03:41:20.094Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37352026-05-12T03:41:20.094Z |
37362026-05-12T03:41:20.095Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37372026-05-12T03:41:20.095Z |
37382026-05-12T03:41:20.095Z 77 | pub struct Record<R: RecordData = RData> {
37392026-05-12T03:41:20.095Z | ---------------------------------------- this is the found type
37402026-05-12T03:41:20.095Z = help: you can use `cargo tree` to explore your dependency tree
37412026-05-12T03:41:20.095Znote: required by a bound in `dns_server::encode_and_send`
37422026-05-12T03:41:20.095Z --> dns-server/src/dns_server.rs:491:23
37432026-05-12T03:41:20.095Z |
37442026-05-12T03:41:20.095Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37452026-05-12T03:41:20.095Z | --------------- required by a bound in this function
37462026-05-12T03:41:20.095Z...
37472026-05-12T03:41:20.095Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37482026-05-12T03:41:20.095Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37492026-05-12T03:41:20.095Z
37502026-05-12T03:41:20.095Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37512026-05-12T03:41:20.095Z --> dns-server/src/dns_server.rs:478:69
37522026-05-12T03:41:20.095Z |
37532026-05-12T03:41:20.095Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37542026-05-12T03:41:20.095Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37552026-05-12T03:41:20.095Z |
37562026-05-12T03:41:20.095Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37572026-05-12T03:41:20.095Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37582026-05-12T03:41:20.095Z |
37592026-05-12T03:41:20.095Z 78 | pub struct Record<R: RecordData = RData> {
37602026-05-12T03:41:20.095Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37612026-05-12T03:41:20.095Z |
37622026-05-12T03:41:20.095Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37632026-05-12T03:41:20.095Z |
37642026-05-12T03:41:20.095Z 77 | pub struct Record<R: RecordData = RData> {
37652026-05-12T03:41:20.095Z | ---------------------------------------- this is the found type
37662026-05-12T03:41:20.095Z = help: you can use `cargo tree` to explore your dependency tree
37672026-05-12T03:41:20.095Znote: required by a bound in `dns_server::encode_and_send`
37682026-05-12T03:41:20.100Z --> dns-server/src/dns_server.rs:492:27
37692026-05-12T03:41:20.100Z |
37702026-05-12T03:41:20.100Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37712026-05-12T03:41:20.100Z | --------------- required by a bound in this function
37722026-05-12T03:41:20.100Z...
37732026-05-12T03:41:20.101Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37742026-05-12T03:41:20.101Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37752026-05-12T03:41:20.101Z
37762026-05-12T03:41:20.101Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37772026-05-12T03:41:20.101Z --> dns-server/src/dns_server.rs:478:69
37782026-05-12T03:41:20.101Z |
37792026-05-12T03:41:20.101Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37802026-05-12T03:41:20.101Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37812026-05-12T03:41:20.101Z |
37822026-05-12T03:41:20.101Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37832026-05-12T03:41:20.101Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37842026-05-12T03:41:20.101Z |
37852026-05-12T03:41:20.101Z 78 | pub struct Record<R: RecordData = RData> {
37862026-05-12T03:41:20.101Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37872026-05-12T03:41:20.101Z |
37882026-05-12T03:41:20.101Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37892026-05-12T03:41:20.101Z |
37902026-05-12T03:41:20.101Z 77 | pub struct Record<R: RecordData = RData> {
37912026-05-12T03:41:20.101Z | ---------------------------------------- this is the found type
37922026-05-12T03:41:20.101Z = help: you can use `cargo tree` to explore your dependency tree
37932026-05-12T03:41:20.101Znote: required by a bound in `dns_server::encode_and_send`
37942026-05-12T03:41:20.101Z --> dns-server/src/dns_server.rs:493:19
37952026-05-12T03:41:20.101Z |
37962026-05-12T03:41:20.101Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37972026-05-12T03:41:20.101Z | --------------- required by a bound in this function
37982026-05-12T03:41:20.101Z...
37992026-05-12T03:41:20.101Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38002026-05-12T03:41:20.101Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38012026-05-12T03:41:20.101Z
38022026-05-12T03:41:20.101Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38032026-05-12T03:41:20.101Z --> dns-server/src/dns_server.rs:478:69
38042026-05-12T03:41:20.101Z |
38052026-05-12T03:41:20.101Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38062026-05-12T03:41:20.101Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38072026-05-12T03:41:20.101Z |
38082026-05-12T03:41:20.101Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38092026-05-12T03:41:20.102Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38102026-05-12T03:41:20.102Z |
38112026-05-12T03:41:20.102Z 78 | pub struct Record<R: RecordData = RData> {
38122026-05-12T03:41:20.102Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38132026-05-12T03:41:20.102Z |
38142026-05-12T03:41:20.102Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38152026-05-12T03:41:20.102Z |
38162026-05-12T03:41:20.102Z 77 | pub struct Record<R: RecordData = RData> {
38172026-05-12T03:41:20.102Z | ---------------------------------------- this is the found type
38182026-05-12T03:41:20.102Z = help: you can use `cargo tree` to explore your dependency tree
38192026-05-12T03:41:20.102Znote: required by a bound in `dns_server::encode_and_send`
38202026-05-12T03:41:20.102Z --> dns-server/src/dns_server.rs:494:27
38212026-05-12T03:41:20.102Z |
38222026-05-12T03:41:20.102Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38232026-05-12T03:41:20.102Z | --------------- required by a bound in this function
38242026-05-12T03:41:20.102Z...
38252026-05-12T03:41:20.102Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38262026-05-12T03:41:20.102Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38272026-05-12T03:41:20.102Z
38282026-05-12T03:41:20.102Zerror[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
38292026-05-12T03:41:20.102Z --> dns-server/src/dns_server.rs:500:14
38302026-05-12T03:41:20.102Z |
38312026-05-12T03:41:20.102Z499 | let _ = mresp
38322026-05-12T03:41:20.102Z | _________________-
38332026-05-12T03:41:20.102Z500 | | .destructive_emit(&mut enc)
38342026-05-12T03:41:20.102Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
38352026-05-12T03:41:20.102Z | |_____________|
38362026-05-12T03:41:20.102Z |
38372026-05-12T03:41:20.102Z |
38382026-05-12T03:41:20.102Z = note: the following trait bounds were not satisfied:
38392026-05-12T03:41:20.102Z `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38402026-05-12T03:41:20.102Z `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38412026-05-12T03:41:20.102Z `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38422026-05-12T03:41:20.102Z `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38432026-05-12T03:41:20.102Z
38442026-05-12T03:41:20.103Zerror[E0308]: mismatched types
38452026-05-12T03:41:20.103Z --> dns-server/src/dns_server.rs:229:35
38462026-05-12T03:41:20.103Z |
38472026-05-12T03:41:20.103Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
38482026-05-12T03:41:20.103Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38492026-05-12T03:41:20.103Z | |
38502026-05-12T03:41:20.103Z | arguments to this function are incorrect
38512026-05-12T03:41:20.103Z |
38522026-05-12T03:41:20.103Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38532026-05-12T03:41:20.103Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38542026-05-12T03:41:20.103Z |
38552026-05-12T03:41:20.103Z 34 | pub struct Name {
38562026-05-12T03:41:20.103Z | ^^^^^^^^^^^^^^^ this is the expected type
38572026-05-12T03:41:20.103Z |
38582026-05-12T03:41:20.103Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38592026-05-12T03:41:20.103Z |
38602026-05-12T03:41:20.103Z 37 | pub struct Name {
38612026-05-12T03:41:20.103Z | --------------- this is the found type
38622026-05-12T03:41:20.103Z = help: you can use `cargo tree` to explore your dependency tree
38632026-05-12T03:41:20.103Znote: associated function defined here
38642026-05-12T03:41:20.103Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38652026-05-12T03:41:20.103Z |
38662026-05-12T03:41:20.103Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38672026-05-12T03:41:20.103Z | ^^^^^^^^^^
38682026-05-12T03:41:20.108Z
38692026-05-12T03:41:20.108Zerror[E0308]: mismatched types
38702026-05-12T03:41:20.108Z --> dns-server/src/dns_server.rs:233:35
38712026-05-12T03:41:20.108Z |
38722026-05-12T03:41:20.108Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
38732026-05-12T03:41:20.108Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38742026-05-12T03:41:20.109Z | |
38752026-05-12T03:41:20.109Z | arguments to this function are incorrect
38762026-05-12T03:41:20.109Z |
38772026-05-12T03:41:20.109Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38782026-05-12T03:41:20.109Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38792026-05-12T03:41:20.109Z |
38802026-05-12T03:41:20.109Z 34 | pub struct Name {
38812026-05-12T03:41:20.109Z | ^^^^^^^^^^^^^^^ this is the expected type
38822026-05-12T03:41:20.109Z |
38832026-05-12T03:41:20.109Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38842026-05-12T03:41:20.109Z |
38852026-05-12T03:41:20.109Z 37 | pub struct Name {
38862026-05-12T03:41:20.109Z | --------------- this is the found type
38872026-05-12T03:41:20.109Z = help: you can use `cargo tree` to explore your dependency tree
38882026-05-12T03:41:20.110Znote: associated function defined here
38892026-05-12T03:41:20.110Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38902026-05-12T03:41:20.110Z |
38912026-05-12T03:41:20.110Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38922026-05-12T03:41:20.110Z | ^^^^^^^^^^
38932026-05-12T03:41:20.110Z
38942026-05-12T03:41:20.110Zerror[E0308]: mismatched types
38952026-05-12T03:41:20.110Z --> dns-server/src/dns_server.rs:247:60
38962026-05-12T03:41:20.110Z |
38972026-05-12T03:41:20.110Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
38982026-05-12T03:41:20.110Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38992026-05-12T03:41:20.110Z | |
39002026-05-12T03:41:20.110Z | arguments to this function are incorrect
39012026-05-12T03:41:20.110Z |
39022026-05-12T03:41:20.110Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39032026-05-12T03:41:20.110Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39042026-05-12T03:41:20.110Z |
39052026-05-12T03:41:20.110Z 34 | pub struct Name {
39062026-05-12T03:41:20.110Z | ^^^^^^^^^^^^^^^ this is the expected type
39072026-05-12T03:41:20.110Z |
39082026-05-12T03:41:20.110Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39092026-05-12T03:41:20.110Z |
39102026-05-12T03:41:20.110Z 37 | pub struct Name {
39112026-05-12T03:41:20.110Z | --------------- this is the found type
39122026-05-12T03:41:20.110Z = help: you can use `cargo tree` to explore your dependency tree
39132026-05-12T03:41:20.110Znote: associated function defined here
39142026-05-12T03:41:20.110Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
39152026-05-12T03:41:20.110Z |
39162026-05-12T03:41:20.110Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
39172026-05-12T03:41:20.110Z | ^^^
39182026-05-12T03:41:20.111Z
39192026-05-12T03:41:20.111Zerror[E0308]: mismatched types
39202026-05-12T03:41:20.111Z --> dns-server/src/dns_server.rs:245:17
39212026-05-12T03:41:20.111Z |
39222026-05-12T03:41:20.111Z244 | Ok(Record::from_rdata(
39232026-05-12T03:41:20.111Z | ------------------ arguments to this function are incorrect
39242026-05-12T03:41:20.111Z245 | name.clone(),
39252026-05-12T03:41:20.111Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39262026-05-12T03:41:20.111Z |
39272026-05-12T03:41:20.111Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39282026-05-12T03:41:20.111Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39292026-05-12T03:41:20.111Z |
39302026-05-12T03:41:20.111Z 34 | pub struct Name {
39312026-05-12T03:41:20.111Z | ^^^^^^^^^^^^^^^ this is the expected type
39322026-05-12T03:41:20.111Z |
39332026-05-12T03:41:20.111Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39342026-05-12T03:41:20.111Z |
39352026-05-12T03:41:20.111Z 37 | pub struct Name {
39362026-05-12T03:41:20.111Z | --------------- this is the found type
39372026-05-12T03:41:20.111Z = help: you can use `cargo tree` to explore your dependency tree
39382026-05-12T03:41:20.111Znote: associated function defined here
39392026-05-12T03:41:20.111Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39402026-05-12T03:41:20.111Z |
39412026-05-12T03:41:20.111Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39422026-05-12T03:41:20.111Z | ^^^^^^^^^^
39432026-05-12T03:41:20.111Z
39442026-05-12T03:41:20.111Zerror[E0308]: mismatched types
39452026-05-12T03:41:20.111Z --> dns-server/src/dns_server.rs:259:65
39462026-05-12T03:41:20.111Z |
39472026-05-12T03:41:20.111Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39482026-05-12T03:41:20.111Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39492026-05-12T03:41:20.111Z | |
39502026-05-12T03:41:20.111Z | arguments to this struct are incorrect
39512026-05-12T03:41:20.111Z |
39522026-05-12T03:41:20.111Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39532026-05-12T03:41:20.111Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39542026-05-12T03:41:20.112Z |
39552026-05-12T03:41:20.112Z 34 | pub struct Name {
39562026-05-12T03:41:20.112Z | ^^^^^^^^^^^^^^^ this is the expected type
39572026-05-12T03:41:20.112Z |
39582026-05-12T03:41:20.112Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39592026-05-12T03:41:20.112Z |
39602026-05-12T03:41:20.112Z 37 | pub struct Name {
39612026-05-12T03:41:20.112Z | --------------- this is the found type
39622026-05-12T03:41:20.112Z = help: you can use `cargo tree` to explore your dependency tree
39632026-05-12T03:41:20.112Znote: tuple struct defined here
39642026-05-12T03:41:20.112Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
39652026-05-12T03:41:20.112Z |
39662026-05-12T03:41:20.113Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
39672026-05-12T03:41:20.113Z | ^^
39682026-05-12T03:41:20.118Z
39692026-05-12T03:41:20.118Zerror[E0308]: mismatched types
39702026-05-12T03:41:20.118Z --> dns-server/src/dns_server.rs:259:35
39712026-05-12T03:41:20.118Z |
39722026-05-12T03:41:20.118Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39732026-05-12T03:41:20.118Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39742026-05-12T03:41:20.118Z | |
39752026-05-12T03:41:20.118Z | arguments to this function are incorrect
39762026-05-12T03:41:20.118Z |
39772026-05-12T03:41:20.118Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39782026-05-12T03:41:20.118Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39792026-05-12T03:41:20.118Z |
39802026-05-12T03:41:20.119Z 34 | pub struct Name {
39812026-05-12T03:41:20.119Z | ^^^^^^^^^^^^^^^ this is the expected type
39822026-05-12T03:41:20.119Z |
39832026-05-12T03:41:20.119Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39842026-05-12T03:41:20.119Z |
39852026-05-12T03:41:20.119Z 37 | pub struct Name {
39862026-05-12T03:41:20.119Z | --------------- this is the found type
39872026-05-12T03:41:20.119Z = help: you can use `cargo tree` to explore your dependency tree
39882026-05-12T03:41:20.119Znote: associated function defined here
39892026-05-12T03:41:20.119Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39902026-05-12T03:41:20.119Z |
39912026-05-12T03:41:20.119Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39922026-05-12T03:41:20.119Z | ^^^^^^^^^^
39932026-05-12T03:41:20.119Z
39942026-05-12T03:41:20.133Zerror[E0308]: arguments to this function are incorrect
39952026-05-12T03:41:20.133Z --> dns-server/src/storage.rs:448:43
39962026-05-12T03:41:20.133Z |
39972026-05-12T03:41:20.133Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
39982026-05-12T03:41:20.134Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
39992026-05-12T03:41:20.134Z449 | preferred_nameserver,
40002026-05-12T03:41:20.134Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40012026-05-12T03:41:20.134Z450 | rname,
40022026-05-12T03:41:20.134Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40032026-05-12T03:41:20.134Z |
40042026-05-12T03:41:20.134Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40052026-05-12T03:41:20.134Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40062026-05-12T03:41:20.134Z |
40072026-05-12T03:41:20.134Z 34 | pub struct Name {
40082026-05-12T03:41:20.134Z | ^^^^^^^^^^^^^^^ this is the expected type
40092026-05-12T03:41:20.134Z |
40102026-05-12T03:41:20.134Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40112026-05-12T03:41:20.134Z |
40122026-05-12T03:41:20.134Z 37 | pub struct Name {
40132026-05-12T03:41:20.134Z | --------------- this is the found type
40142026-05-12T03:41:20.134Z = help: you can use `cargo tree` to explore your dependency tree
40152026-05-12T03:41:20.135Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40162026-05-12T03:41:20.135Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40172026-05-12T03:41:20.135Z |
40182026-05-12T03:41:20.135Z 34 | pub struct Name {
40192026-05-12T03:41:20.135Z | ^^^^^^^^^^^^^^^ this is the expected type
40202026-05-12T03:41:20.135Z |
40212026-05-12T03:41:20.135Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40222026-05-12T03:41:20.135Z |
40232026-05-12T03:41:20.135Z 37 | pub struct Name {
40242026-05-12T03:41:20.135Z | --------------- this is the found type
40252026-05-12T03:41:20.135Z = help: you can use `cargo tree` to explore your dependency tree
40262026-05-12T03:41:20.135Znote: associated function defined here
40272026-05-12T03:41:20.135Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
40282026-05-12T03:41:20.135Z |
40292026-05-12T03:41:20.135Z154 | pub fn new(
40302026-05-12T03:41:20.135Z | ^^^
40312026-05-12T03:41:20.135Z
40322026-05-12T03:41:20.141Zerror[E0308]: mismatched types
40332026-05-12T03:41:20.141Z --> dns-server/src/storage.rs:446:13
40342026-05-12T03:41:20.141Z |
40352026-05-12T03:41:20.141Z445 | let record = hickory_proto::rr::Record::from_rdata(
40362026-05-12T03:41:20.141Z | ------------------------------------- arguments to this function are incorrect
40372026-05-12T03:41:20.141Z446 | soa_name,
40382026-05-12T03:41:20.141Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40392026-05-12T03:41:20.141Z |
40402026-05-12T03:41:20.141Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40412026-05-12T03:41:20.141Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40422026-05-12T03:41:20.141Z |
40432026-05-12T03:41:20.141Z 34 | pub struct Name {
40442026-05-12T03:41:20.142Z | ^^^^^^^^^^^^^^^ this is the expected type
40452026-05-12T03:41:20.142Z |
40462026-05-12T03:41:20.142Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40472026-05-12T03:41:20.142Z |
40482026-05-12T03:41:20.142Z 37 | pub struct Name {
40492026-05-12T03:41:20.142Z | --------------- this is the found type
40502026-05-12T03:41:20.142Z = help: you can use `cargo tree` to explore your dependency tree
40512026-05-12T03:41:20.142Znote: associated function defined here
40522026-05-12T03:41:20.142Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40532026-05-12T03:41:20.142Z |
40542026-05-12T03:41:20.142Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40552026-05-12T03:41:20.143Z | ^^^^^^^^^^
40562026-05-12T03:41:20.143Z
40572026-05-12T03:41:20.146Z Compiling ascii-canvas v3.0.0
40582026-05-12T03:41:20.178Zerror[E0308]: mismatched types
40592026-05-12T03:41:20.178Z --> dns-server/src/storage.rs:768:30
40602026-05-12T03:41:20.178Z |
40612026-05-12T03:41:20.178Z768 | self.query_raw(name, orig_name)
40622026-05-12T03:41:20.178Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
40632026-05-12T03:41:20.178Z | |
40642026-05-12T03:41:20.178Z | arguments to this method are incorrect
40652026-05-12T03:41:20.178Z |
40662026-05-12T03:41:20.178Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40672026-05-12T03:41:20.178Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40682026-05-12T03:41:20.178Z |
40692026-05-12T03:41:20.178Z 37 | pub struct Name {
40702026-05-12T03:41:20.178Z | ^^^^^^^^^^^^^^^ this is the expected type
40712026-05-12T03:41:20.178Z |
40722026-05-12T03:41:20.178Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40732026-05-12T03:41:20.178Z |
40742026-05-12T03:41:20.179Z 34 | pub struct Name {
40752026-05-12T03:41:20.179Z | --------------- this is the found type
40762026-05-12T03:41:20.179Z = help: you can use `cargo tree` to explore your dependency tree
40772026-05-12T03:41:20.179Znote: method defined here
40782026-05-12T03:41:20.179Z --> dns-server/src/storage.rs:780:8
40792026-05-12T03:41:20.179Z |
40802026-05-12T03:41:20.179Z780 | fn query_raw(
40812026-05-12T03:41:20.179Z | ^^^^^^^^^
40822026-05-12T03:41:20.179Z...
40832026-05-12T03:41:20.179Z783 | orig_name: &Name,
40842026-05-12T03:41:20.179Z | ----------------
40852026-05-12T03:41:20.179Z
40862026-05-12T03:41:20.179Zerror[E0308]: mismatched types
40872026-05-12T03:41:20.179Z --> dns-server/src/storage.rs:777:40
40882026-05-12T03:41:20.179Z |
40892026-05-12T03:41:20.179Z777 | self.query_raw(&LowerName::new(name), name)
40902026-05-12T03:41:20.179Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40912026-05-12T03:41:20.179Z | |
40922026-05-12T03:41:20.179Z | arguments to this function are incorrect
40932026-05-12T03:41:20.179Z |
40942026-05-12T03:41:20.179Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40952026-05-12T03:41:20.179Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40962026-05-12T03:41:20.179Z |
40972026-05-12T03:41:20.179Z 34 | pub struct Name {
40982026-05-12T03:41:20.179Z | ^^^^^^^^^^^^^^^ this is the expected type
40992026-05-12T03:41:20.179Z |
41002026-05-12T03:41:20.179Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41012026-05-12T03:41:20.179Z |
41022026-05-12T03:41:20.179Z 37 | pub struct Name {
41032026-05-12T03:41:20.179Z | --------------- this is the found type
41042026-05-12T03:41:20.179Z = help: you can use `cargo tree` to explore your dependency tree
41052026-05-12T03:41:20.179Znote: associated function defined here
41062026-05-12T03:41:20.179Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
41072026-05-12T03:41:20.179Z |
41082026-05-12T03:41:20.179Z 37 | pub fn new(name: &Name) -> Self {
41092026-05-12T03:41:20.179Z | ^^^
41102026-05-12T03:41:20.179Z
41112026-05-12T03:41:20.185Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
41122026-05-12T03:41:20.185Z --> dns-server/src/storage.rs:791:33
41132026-05-12T03:41:20.185Z |
41142026-05-12T03:41:20.185Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
41152026-05-12T03:41:20.185Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
41162026-05-12T03:41:20.185Z |
41172026-05-12T03:41:20.185Zhelp: item with same name found
41182026-05-12T03:41:20.185Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
41192026-05-12T03:41:20.186Z |
41202026-05-12T03:41:20.186Z 28 | pub struct LowerName(Name);
41212026-05-12T03:41:20.186Z | ^^^^^^^^^^^^^^^^^^^^
41222026-05-12T03:41:20.186Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41232026-05-12T03:41:20.186Zhelp: the following other types implement trait `std::convert::From<T>`
41242026-05-12T03:41:20.186Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
41252026-05-12T03:41:20.186Z |
41262026-05-12T03:41:20.186Z240 | impl From<Name> for LowerName {
41272026-05-12T03:41:20.186Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
41282026-05-12T03:41:20.186Z...
41292026-05-12T03:41:20.186Z246 | impl<'a> From<&'a Name> for LowerName {
41302026-05-12T03:41:20.186Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
41312026-05-12T03:41:20.186Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41322026-05-12T03:41:20.186Z = help: you can use `cargo tree` to explore your dependency tree
41332026-05-12T03:41:20.186Z
41342026-05-12T03:41:20.223Z Compiling bit-set v0.5.3
41352026-05-12T03:41:20.384ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
41362026-05-12T03:41:20.384ZFor more information about an error, try `rustc --explain E0271`.
41372026-05-12T03:41:20.414Z Compiling itertools v0.10.5
41382026-05-12T03:41:20.476Zerror: could not compile `dns-server` (lib) due to 60 previous errors
41392026-05-12T03:41:20.476Zwarning: build failed, waiting for other jobs to finish...
41402026-05-12T03:41:27.208ZError: failed: exit status: 101
41412026-05-12T03:41:27.216Z
41422026-05-12T03:41:27.216Zreal 1:16.372421049
41432026-05-12T03:41:27.217Zuser 6:04.971059638
41442026-05-12T03:41:27.217Zsys 1:54.934751363
41452026-05-12T03:41:27.217Ztrap 0.155234957
41462026-05-12T03:41:27.217Ztflt 0.120578515
41472026-05-12T03:41:27.217Zdflt 0.062568839
41482026-05-12T03:41:27.217Zkflt 0.001975371
41492026-05-12T03:41:27.217Zlock 17:07.002445706
41502026-05-12T03:41:27.217Zslp 15:28.144651713
41512026-05-12T03:41:27.217Zlat 50.699655408
41522026-05-12T03:41:27.217Zstop 5:21.944352455
41532026-05-12T03:41:27.217Zprocess exited: duration 211748 ms, exit code 1
 
41542026-05-12T03:41:27.250Zfound 0 output files