01KRPJSBWQ28XVBDYEMVRJKPV6: clippy (helios)

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

Buildomat Job: 01KRPJSZXZ22Y3CQY8QWHK8PHD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T19:47:12.680Zjob assigned to worker 01KRPJT71870HAYFNTBYT0P7DX [factory aws, i-013aa4c09e97f96da] (queued for 48 s)
 
22026-05-15T19:47:19.144Zstarting task 0: "setup"
32026-05-15T19:47:19.165Z++ uname -s
42026-05-15T19:47:19.165Z+ kern=SunOS
52026-05-15T19:47:19.165Z+ build_user=build
62026-05-15T19:47:19.165Z+ build_uid=12345
72026-05-15T19:47:19.165Z+ work_dir=/work
82026-05-15T19:47:19.165Z+ input_dir=/input
92026-05-15T19:47:19.165Z+ [[ 0 == 12345 ]]
102026-05-15T19:47:19.165Z+ case "$kern" in
112026-05-15T19:47:19.165Z+ groupadd -g 12345 build
122026-05-15T19:47:19.176Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T19:47:21.155Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T19:47:21.270Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T19:47:21.273Z+ home_fs=zfs
162026-05-15T19:47:21.273Z+ [[ zfs == autofs ]]
172026-05-15T19:47:21.273Z+ mkdir -p /home/build
182026-05-15T19:47:21.273Z+ chown build:build /home/build /work
192026-05-15T19:47:23.273Z+ chmod 0700 /home/build /work
202026-05-15T19:47:23.276Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-15T19:47:23.285Zstarting task 1: "rust-toolchain"
222026-05-15T19:47:23.290Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T19:47:23.290Z * rust toolchain channel = "1.94.0"
242026-05-15T19:47:23.290Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-15T19:47:23.290Z * rust toolchain profile = "default"
262026-05-15T19:47:23.290Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T19:47:23.290Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T19:47:23.293Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T19:47:23.293Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T19:47:23.401Zinfo: downloading installer
312026-05-15T19:47:24.743Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T19:47:24.743Zwarn: /home/build/.rustup/settings.toml
332026-05-15T19:47:24.743Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T19:47:24.743Zwarn: instead of the one inferred from the default host triple.
352026-05-15T19:47:24.755Zinfo: profile set to default
362026-05-15T19:47:24.755Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T19:47:24.759Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T19:47:24.888Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T19:47:24.891Zinfo: downloading 6 components
402026-05-15T19:47:39.107Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T19:47:39.107Z
422026-05-15T19:47:39.135Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T19:47:39.135Z
442026-05-15T19:47:39.135Z
452026-05-15T19:47:39.135ZRust is installed now. Great!
462026-05-15T19:47:39.135Z
472026-05-15T19:47:39.135ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T19:47:39.135Zenvironment variable. This has not been done automatically.
492026-05-15T19:47:39.135Z
502026-05-15T19:47:39.135ZTo configure your current shell, you need to source
512026-05-15T19:47:39.135Zthe corresponding env file under $HOME/.cargo.
522026-05-15T19:47:39.135Z
532026-05-15T19:47:39.135ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T19:47:39.138Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T19:47:39.138Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T19:47:39.138Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T19:47:39.138Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T19:47:39.138Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T19:47:39.138Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T19:47:39.138Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T19:47:39.138Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T19:47:39.228Z+ rustup --version
632026-05-15T19:47:39.237Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T19:47:39.240Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T19:47:39.258Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T19:47:39.262Z+ cargo --version
672026-05-15T19:47:39.274Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T19:47:39.277Z+ rustc --version
692026-05-15T19:47:39.296Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T19:47:39.299Zprocess exited: duration 16013 ms, exit code 0
 
712026-05-15T19:47:39.305Zstarting task 2: "authentication"
722026-05-15T19:47:39.321Zprocess exited: duration 16 ms, exit code 0
 
732026-05-15T19:47:39.327Zstarting task 3: "clone repository"
742026-05-15T19:47:39.330Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T19:47:39.333Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T19:47:39.359ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T19:47:49.358Z+ cd /work/oxidecomputer/omicron
782026-05-15T19:47:49.358Z+ git fetch origin 6bf79e8ede6c1967761b07883800088e68909ecd
792026-05-15T19:47:49.659ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T19:47:49.659Z * branch 6bf79e8ede6c1967761b07883800088e68909ecd -> FETCH_HEAD
812026-05-15T19:47:49.669Z+ [[ -n renovate/crate-hickory-proto-vulnerability ]]
822026-05-15T19:47:49.673Z++ git branch --show-current
832026-05-15T19:47:49.673Z+ current=main
842026-05-15T19:47:49.673Z+ [[ main != renovate/crate-hickory-proto-vulnerability ]]
852026-05-15T19:47:49.673Z+ git branch -f renovate/crate-hickory-proto-vulnerability 6bf79e8ede6c1967761b07883800088e68909ecd
862026-05-15T19:47:49.676Z+ git checkout -f renovate/crate-hickory-proto-vulnerability
872026-05-15T19:47:49.905ZSwitched to branch 'renovate/crate-hickory-proto-vulnerability'
882026-05-15T19:47:49.908Z+ git reset --hard 6bf79e8ede6c1967761b07883800088e68909ecd
892026-05-15T19:47:49.923ZHEAD is now at 6bf79e8ed Update Rust crate hickory-proto to 0.26.0 [SECURITY]
902026-05-15T19:47:49.925Zprocess exited: duration 10596 ms, exit code 0
 
912026-05-15T19:47:49.932Zstarting task 4: "build"
922026-05-15T19:47:49.936Z+ source ./env.sh
932026-05-15T19:47:49.939Z++ OLD_SHELL_OPTS=ehxB
942026-05-15T19:47:49.939Z++ set -o xtrace
952026-05-15T19:47:49.939Z++++ dirname ./env.sh
962026-05-15T19:47:49.942Z+++ readlink -f .
972026-05-15T19:47:49.942Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-05-15T19:47:49.942Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-05-15T19:47:49.942Z++ 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-15T19:47:49.942Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-15T19:47:49.942Z++ 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-15T19:47:49.942Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-05-15T19:47:49.942Z++ 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-15T19:47:49.942Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1052026-05-15T19:47:49.942Z++ 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-15T19:47:49.942Z++ case $OLD_SHELL_OPTS in
1072026-05-15T19:47:49.942Z++ unset OLD_SHELL_OPTS OMICRON_WS
1082026-05-15T19:47:49.942Z+ source .github/buildomat/ci-env.sh
1092026-05-15T19:47:49.942Z++ export CARGO_TERM_COLOR=always
1102026-05-15T19:47:49.942Z++ CARGO_TERM_COLOR=always
1112026-05-15T19:47:49.942Z+ cargo --version
1122026-05-15T19:47:49.951Zcargo 1.94.0 (85eff7c80 2026-01-15)
1132026-05-15T19:47:49.954Z+ rustc --version
1142026-05-15T19:47:49.974Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1152026-05-15T19:47:49.977Z+ banner prerequisites
1162026-05-15T19:47:49.981Z
1172026-05-15T19:47:49.981Z ##### ##### ###### ##### ###### #### # # # #### #
1182026-05-15T19:47:49.981Z # # # # # # # # # # # # # # #
1192026-05-15T19:47:49.981Z # # # # ##### # # ##### # # # # # #### #
1202026-05-15T19:47:49.981Z ##### ##### # ##### # # # # # # # # #
1212026-05-15T19:47:49.981Z # # # # # # # # # # # # # # #
1222026-05-15T19:47:49.981Z # # # ###### # # ###### ### # #### # #### #
1232026-05-15T19:47:49.981Z
1242026-05-15T19:47:49.981Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1252026-05-15T19:47:51.362Z Startup: Refreshing catalog 'helios' ... Done
1262026-05-15T19:47:51.419Z Startup: Caching catalogs ... Done
1272026-05-15T19:47:51.626ZPlanning: Solver setup ... Done (0.175s)
1282026-05-15T19:47:51.642ZPlanning: Running solver ... Done (0.016s)
1292026-05-15T19:47:51.647ZPlanning: Finding local manifests ... Done (0.003s)
1302026-05-15T19:47:51.667ZPlanning: Fetching manifests: 0/2 0% complete
1312026-05-15T19:47:51.694ZPlanning: Fetching manifests: 2/2 100% complete
1322026-05-15T19:47:51.707ZPlanning: Package planning ... Done (0.014s)
1332026-05-15T19:47:51.710ZPlanning: Merging actions ... Done (0.002s)
1342026-05-15T19:47:51.893ZPlanning: Checking for conflicting actions ... Done (0.184s)
1352026-05-15T19:47:51.896ZPlanning: Consolidating action changes ... Done (0.001s)
1362026-05-15T19:47:52.719ZPlanning: Evaluating mediators ... Done (0.824s)
1372026-05-15T19:47:52.722ZPlanning: Planning completed in 1.28 seconds
1382026-05-15T19:47:52.727Z Packages to install: 2
1392026-05-15T19:47:52.730Z Estimated space available: 156.07 GB
1402026-05-15T19:47:52.730ZEstimated space to be consumed: 19.74 MB
1412026-05-15T19:47:52.730Z Create boot environment: No
1422026-05-15T19:47:52.730ZCreate backup boot environment: No
1432026-05-15T19:47:52.730Z Rebuild boot archive: No
1442026-05-15T19:47:52.730Z
1452026-05-15T19:47:52.730ZChanged packages:
1462026-05-15T19:47:52.730Zhelios
1472026-05-15T19:47:52.730Z developer/build-essential
1482026-05-15T19:47:52.730Z None -> 11-3.0
1492026-05-15T19:47:52.730Z library/libxmlsec1
1502026-05-15T19:47:52.730Z None -> 1.2.35-3.0
1512026-05-15T19:47:52.751Z
1522026-05-15T19:47:52.751ZDownload: 0/214 items 0.0/1.3MB 0% complete
1532026-05-15T19:47:53.288ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1542026-05-15T19:47:53.363Z Actions: 1/268 actions (Installing new actions)
1552026-05-15T19:47:53.400Z Actions: Completed 268 actions in 0.04 seconds.
1562026-05-15T19:47:53.406ZFinalize: Updating package state database ... Done (0.005s)
1572026-05-15T19:47:53.409ZFinalize: Updating package cache ... Done (0.000s)
1582026-05-15T19:47:53.421ZFinalize: Updating image state ... Done (0.015s)
1592026-05-15T19:47:55.778ZFinalize: Creating fast lookup database ... Done (2.336s)
1602026-05-15T19:47:55.846ZFinalize: Reading search index ... Done (0.012s)
1612026-05-15T19:47:55.849ZFinalize: Updating search index ... Done (0.000s)
1622026-05-15T19:47:55.949ZFinalize: Updating package cache ... Done (0.000s)
1632026-05-15T19:47:56.244ZPlanning: Evaluating mediator changes ... Done
1642026-05-15T19:47:56.348ZPlanning: Checking for conflicting actions ... Done
1652026-05-15T19:47:56.352ZPlanning: Consolidating action changes ... Done
1662026-05-15T19:47:56.508ZPlanning: Evaluating mediators ... Done
1672026-05-15T19:47:56.511ZPlanning: Planning completed in 0.26 seconds
1682026-05-15T19:47:56.531Z Mediators to change: 2
1692026-05-15T19:47:56.531Z Create boot environment: No
1702026-05-15T19:47:56.531ZCreate backup boot environment: No
1712026-05-15T19:47:56.581ZFinalize: Updating package state database ... Done
1722026-05-15T19:47:56.581ZFinalize: Updating package cache ... Done
1732026-05-15T19:47:56.590ZFinalize: Updating image state ... Done
1742026-05-15T19:47:58.530ZFinalize: Creating fast lookup database ... Done
1752026-05-15T19:47:58.595ZFinalize: Reading search index ... Done
1762026-05-15T19:47:58.598ZFinalize: Updating search index ... Done
1772026-05-15T19:47:58.675ZFinalize: Updating package cache ... Done
1782026-05-15T19:47:58.984ZPlanning: Evaluating mediator changes ... Done
1792026-05-15T19:47:59.063ZPlanning: Checking for conflicting actions ... Done
1802026-05-15T19:47:59.066ZPlanning: Consolidating action changes ... Done
1812026-05-15T19:47:59.220ZPlanning: Evaluating mediators ... Done
1822026-05-15T19:47:59.223ZPlanning: Planning completed in 0.26 seconds
1832026-05-15T19:47:59.243Z Mediators to change: 1
1842026-05-15T19:47:59.243Z Create boot environment: No
1852026-05-15T19:47:59.243ZCreate backup boot environment: No
1862026-05-15T19:47:59.294ZFinalize: Updating package state database ... Done
1872026-05-15T19:47:59.294ZFinalize: Updating package cache ... Done
1882026-05-15T19:47:59.304ZFinalize: Updating image state ... Done
1892026-05-15T19:48:01.236ZFinalize: Creating fast lookup database ... Done
1902026-05-15T19:48:01.302ZFinalize: Reading search index ... Done
1912026-05-15T19:48:01.305ZFinalize: Updating search index ... Done
1922026-05-15T19:48:01.381ZFinalize: Updating package cache ... Done
1932026-05-15T19:48:01.690ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1942026-05-15T19:48:01.690Zapache system 2.4 system
1952026-05-15T19:48:01.690Zclang system 15 system
1962026-05-15T19:48:01.691Zcsh system system illumos
1972026-05-15T19:48:01.691Zctags system system illumos
1982026-05-15T19:48:01.691Zfile vendor vendor darwinsys
1992026-05-15T19:48:01.691Zfile system system illumos
2002026-05-15T19:48:01.691Zgcc vendor 14 vendor
2012026-05-15T19:48:01.691Zgcc system 13 system
2022026-05-15T19:48:01.691Zgcc system 10 system
2032026-05-15T19:48:01.691Zgo system 1.25 system
2042026-05-15T19:48:01.691Zllvm system 15 system
2052026-05-15T19:48:01.691Zmariadb system 11.4 system
2062026-05-15T19:48:01.691Zmta vendor vendor dma
2072026-05-15T19:48:01.691Zopenjdk system 17 system
2082026-05-15T19:48:01.691Zopenjdk system 11 system
2092026-05-15T19:48:01.691Zopenssl vendor 3 vendor
2102026-05-15T19:48:01.691Zperl system 5.40 system
2112026-05-15T19:48:01.691Zpostgresql system 18 system
2122026-05-15T19:48:01.691Zpostgresql system 17 system
2132026-05-15T19:48:01.691Zpython vendor 3 vendor
2142026-05-15T19:48:01.691Zpython system 2 system
2152026-05-15T19:48:01.691Zpython3 vendor 3.13 vendor
2162026-05-15T19:48:01.691Zruby system 3.4 system
2172026-05-15T19:48:01.691Zruby system 3.0 system
2182026-05-15T19:48:01.691Zwords vendor vendor american-english
2192026-05-15T19:48:01.691Zwords system system australian-english
2202026-05-15T19:48:01.691Zwords system system british-english
2212026-05-15T19:48:01.691Zwords system system canadian-english
2222026-05-15T19:48:01.691Zwords system system french
2232026-05-15T19:48:01.691Zwords system system italian
2242026-05-15T19:48:01.691Zwords system system ngerman
2252026-05-15T19:48:01.691Zwords system system ogerman
2262026-05-15T19:48:01.691Zwords system system spanish
2272026-05-15T19:48:01.943ZPUBLISHER TYPE STATUS P LOCATION
2282026-05-15T19:48:01.943Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2292026-05-15T19:48:02.213ZFMRI IFO
2302026-05-15T19:48:02.213Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2312026-05-15T19:48:02.214Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2322026-05-15T19:48:02.214Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2332026-05-15T19:48:02.214Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2342026-05-15T19:48:02.214Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2352026-05-15T19:48:02.214Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2362026-05-15T19:48:02.214Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2372026-05-15T19:48:02.214Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2382026-05-15T19:48:02.214Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2392026-05-15T19:48:02.455Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2402026-05-15T19:48:02.715Z Updating crates.io index
2412026-05-15T19:48:02.748Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2422026-05-15T19:48:03.452Z Updating git repository `https://github.com/oxidecomputer/lldp`
2432026-05-15T19:48:03.897Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-05-15T19:48:04.544Z Updating git repository `https://github.com/oxidecomputer/propolis`
2452026-05-15T19:48:05.481Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2462026-05-15T19:48:06.048Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-05-15T19:48:07.963Z Updating git repository `https://github.com/oxidecomputer/opte`
2482026-05-15T19:48:08.974Z Updating git repository `https://github.com/oxidecomputer/tofino`
2492026-05-15T19:48:09.225Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2502026-05-15T19:48:10.255Z Updating git repository `https://github.com/oxidecomputer/clickward`
2512026-05-15T19:48:10.672Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2522026-05-15T19:48:11.060Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2532026-05-15T19:48:11.424Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2542026-05-15T19:48:12.331Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-05-15T19:48:12.803Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2562026-05-15T19:48:13.145Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-05-15T19:48:13.386Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2582026-05-15T19:48:13.810Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2592026-05-15T19:48:14.249Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2602026-05-15T19:48:14.620Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2612026-05-15T19:48:14.834Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2622026-05-15T19:48:15.085Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2632026-05-15T19:48:15.499Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2642026-05-15T19:48:15.946Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2652026-05-15T19:48:16.437Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2662026-05-15T19:48:16.666Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2672026-05-15T19:48:16.976Z Updating git repository `https://github.com/oxidecomputer/ispf`
2682026-05-15T19:48:17.804Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2692026-05-15T19:48:18.307Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-05-15T19:48:18.850Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2712026-05-15T19:48:19.242Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2722026-05-15T19:48:19.585Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2732026-05-15T19:48:19.913Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-05-15T19:48:20.277Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2752026-05-15T19:48:20.888Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2762026-05-15T19:48:21.136Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2772026-05-15T19:48:21.414Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2782026-05-15T19:48:21.704Z Updating git repository `https://github.com/illumos/smf-rs`
2792026-05-15T19:48:22.020Z Updating git repository `https://github.com/oxidecomputer/omicron`
2802026-05-15T19:48:37.690Z Downloading crates ...
2812026-05-15T19:48:37.757Z Downloaded errno v0.3.14
2822026-05-15T19:48:37.765Z Downloaded ucd-trie v0.1.7
2832026-05-15T19:48:37.768Z Downloaded swrite v0.1.0
2842026-05-15T19:48:37.768Z Downloaded digest v0.10.7
2852026-05-15T19:48:37.770Z Downloaded url v2.5.8
2862026-05-15T19:48:37.771Z Downloaded thiserror-impl v1.0.69
2872026-05-15T19:48:37.771Z Downloaded version_check v0.9.5
2882026-05-15T19:48:37.775Z Downloaded utf8parse v0.2.2
2892026-05-15T19:48:37.775Z Downloaded typeid v1.0.3
2902026-05-15T19:48:37.775Z Downloaded anstream v0.6.21
2912026-05-15T19:48:37.778Z Downloaded hashbrown v0.17.0
2922026-05-15T19:48:37.781Z Downloaded zerofrom v0.1.6
2932026-05-15T19:48:37.781Z Downloaded thread-id v4.2.2
2942026-05-15T19:48:37.781Z Downloaded usdt-attr-macro v0.5.0
2952026-05-15T19:48:37.781Z Downloaded thiserror v1.0.69
2962026-05-15T19:48:37.786Z Downloaded utf8_iter v1.0.4
2972026-05-15T19:48:37.786Z Downloaded ordered-float v2.10.1
2982026-05-15T19:48:37.786Z Downloaded heck v0.5.0
2992026-05-15T19:48:37.788Z Downloaded unicode-linebreak v0.1.5
3002026-05-15T19:48:37.789Z Downloaded pest v2.8.6
3012026-05-15T19:48:37.791Z Downloaded macaddr v1.0.1
3022026-05-15T19:48:37.791Z Downloaded zmij v1.0.21
3032026-05-15T19:48:37.791Z Downloaded toml v0.8.23
3042026-05-15T19:48:37.794Z Downloaded icu_provider v2.1.1
3052026-05-15T19:48:37.800Z Downloaded memmap v0.7.0
3062026-05-15T19:48:37.803Z Downloaded toml_datetime v0.6.11
3072026-05-15T19:48:37.806Z Downloaded usdt-macro v0.5.0
3082026-05-15T19:48:37.809Z Downloaded toml_write v0.1.2
3092026-05-15T19:48:37.809Z Downloaded zerofrom-derive v0.1.6
3102026-05-15T19:48:37.809Z Downloaded pest_generator v2.8.6
3112026-05-15T19:48:37.812Z Downloaded once_cell v1.21.3
3122026-05-15T19:48:37.812Z Downloaded unicode-xid v0.2.6
3132026-05-15T19:48:37.815Z Downloaded anstyle-query v1.1.5
3142026-05-15T19:48:37.815Z Downloaded yoke-derive v0.8.1
3152026-05-15T19:48:37.818Z Downloaded litemap v0.8.1
3162026-05-15T19:48:37.818Z Downloaded usdt v0.5.0
3172026-05-15T19:48:37.818Z Downloaded unicode-ident v1.0.24
3182026-05-15T19:48:37.821Z Downloaded thiserror v2.0.18
3192026-05-15T19:48:37.824Z Downloaded zerovec-derive v0.11.2
3202026-05-15T19:48:37.824Z Downloaded yoke v0.8.1
3212026-05-15T19:48:37.824Z Downloaded heck v0.4.1
3222026-05-15T19:48:37.826Z Downloaded thiserror-impl v2.0.18
3232026-05-15T19:48:37.826Z Downloaded dof v0.3.0
3242026-05-15T19:48:37.826Z Downloaded is_terminal_polyfill v1.70.2
3252026-05-15T19:48:37.827Z Downloaded colorchoice v1.0.4
3262026-05-15T19:48:37.829Z Downloaded equivalent v1.0.2
3272026-05-15T19:48:37.829Z Downloaded dtrace-parser v0.2.0
3282026-05-15T19:48:37.829Z Downloaded writeable v0.6.2
3292026-05-15T19:48:37.832Z Downloaded usdt-impl v0.5.0
3302026-05-15T19:48:37.832Z Downloaded textwrap v0.16.2
3312026-05-15T19:48:37.832Z Downloaded toml_edit v0.22.27
3322026-05-15T19:48:37.835Z Downloaded zerotrie v0.2.3
3332026-05-15T19:48:37.838Z Downloaded tinystr v0.8.2
3342026-05-15T19:48:37.838Z Downloaded percent-encoding v2.3.2
3352026-05-15T19:48:37.838Z Downloaded zerocopy-derive v0.7.35
3362026-05-15T19:48:37.841Z Downloaded fastrand v2.3.0
3372026-05-15T19:48:37.845Z Downloaded stable_deref_trait v1.2.1
3382026-05-15T19:48:37.848Z Downloaded itoa v1.0.17
3392026-05-15T19:48:37.848Z Downloaded log v0.4.29
3402026-05-15T19:48:37.852Z Downloaded typenum v1.19.0
3412026-05-15T19:48:37.854Z Downloaded displaydoc v0.2.5
3422026-05-15T19:48:37.854Z Downloaded block-buffer v0.10.4
3432026-05-15T19:48:37.857Z Downloaded serde-value v0.7.0
3442026-05-15T19:48:37.857Z Downloaded zerovec v0.11.5
3452026-05-15T19:48:37.861Z Downloaded cargo-platform v0.2.0
3462026-05-15T19:48:37.864Z Downloaded proc-macro-error-attr v1.0.4
3472026-05-15T19:48:37.864Z Downloaded plain v0.2.3
3482026-05-15T19:48:37.866Z Downloaded zerocopy v0.7.35
3492026-05-15T19:48:37.875Z Downloaded crypto-common v0.1.7
3502026-05-15T19:48:37.880Z Downloaded form_urlencoded v1.2.2
3512026-05-15T19:48:37.883Z Downloaded fnv v1.0.7
3522026-05-15T19:48:37.883Z Downloaded strsim v0.11.1
3532026-05-15T19:48:37.883Z Downloaded winnow v0.7.14
3542026-05-15T19:48:37.886Z Downloaded unicode-width v0.2.0
3552026-05-15T19:48:37.890Z Downloaded terminal_size v0.4.3
3562026-05-15T19:48:37.892Z Downloaded serde_spanned v0.6.9
3572026-05-15T19:48:37.892Z Downloaded pretty-hex v0.4.1
3582026-05-15T19:48:37.893Z Downloaded unicode-width v0.1.14
3592026-05-15T19:48:37.896Z Downloaded generic-array v0.14.7
3602026-05-15T19:48:37.898Z Downloaded tabled_derive v0.7.0
3612026-05-15T19:48:37.901Z Downloaded clap_lex v1.0.0
3622026-05-15T19:48:37.901Z Downloaded smawk v0.3.2
3632026-05-15T19:48:37.904Z Downloaded potential_utf v0.1.4
3642026-05-15T19:48:37.909Z Downloaded cargo_toml v0.21.0
3652026-05-15T19:48:37.912Z Downloaded proc-macro-error v1.0.4
3662026-05-15T19:48:37.912Z Downloaded cpufeatures v0.2.17
3672026-05-15T19:48:37.915Z Downloaded anstyle v1.0.13
3682026-05-15T19:48:37.927Z Downloaded icu_collections v2.1.1
3692026-05-15T19:48:37.930Z Downloaded erased-serde v0.4.9
3702026-05-15T19:48:37.933Z Downloaded cargo_metadata v0.21.0
3712026-05-15T19:48:37.933Z Downloaded cfg-if v1.0.4
3722026-05-15T19:48:37.933Z Downloaded anstyle-parse v0.2.7
3732026-05-15T19:48:37.936Z Downloaded autocfg v1.5.0
3742026-05-15T19:48:37.939Z Downloaded serde-untagged v0.1.9
3752026-05-15T19:48:37.942Z Downloaded scroll_derive v0.12.1
3762026-05-15T19:48:37.942Z Downloaded fs-err v3.3.0
3772026-05-15T19:48:37.945Z Downloaded camino-tempfile v1.4.1
3782026-05-15T19:48:37.945Z Downloaded synstructure v0.13.2
3792026-05-15T19:48:37.945Z Downloaded serde_tokenstream v0.2.3
3802026-05-15T19:48:37.945Z Downloaded scroll v0.12.0
3812026-05-15T19:48:37.945Z Downloaded byteorder v1.5.0
3822026-05-15T19:48:37.948Z Downloaded bytecount v0.6.9
3832026-05-15T19:48:37.950Z Downloaded idna_adapter v1.2.1
3842026-05-15T19:48:37.951Z Downloaded quote v1.0.45
3852026-05-15T19:48:37.960Z Downloaded pest_derive v2.8.6
3862026-05-15T19:48:37.963Z Downloaded bitflags v2.11.0
3872026-05-15T19:48:37.967Z Downloaded num-traits v0.2.19
3882026-05-15T19:48:37.971Z Downloaded semver v1.0.28
3892026-05-15T19:48:37.971Z Downloaded camino v1.2.2
3902026-05-15T19:48:37.976Z Downloaded anyhow v1.0.102
3912026-05-15T19:48:37.980Z Downloaded smallvec v1.15.1
3922026-05-15T19:48:37.980Z Downloaded clap_derive v4.5.55
3932026-05-15T19:48:37.985Z Downloaded tempfile v3.25.0
3942026-05-15T19:48:37.987Z Downloaded sha2 v0.10.9
3952026-05-15T19:48:37.988Z Downloaded memchr v2.8.0
3962026-05-15T19:48:37.990Z Downloaded cargo-util-schemas v0.8.2
3972026-05-15T19:48:37.993Z Downloaded icu_properties v2.1.2
3982026-05-15T19:48:37.996Z Downloaded serde_core v1.0.228
3992026-05-15T19:48:38.001Z Downloaded serde_derive v1.0.228
4002026-05-15T19:48:38.006Z Downloaded getrandom v0.4.1
4012026-05-15T19:48:38.010Z Downloaded proc-macro2 v1.0.106
4022026-05-15T19:48:38.014Z Downloaded papergrid v0.11.0
4032026-05-15T19:48:38.018Z Downloaded icu_locale_core v2.1.1
4042026-05-15T19:48:38.021Z Downloaded icu_normalizer_data v2.1.1
4052026-05-15T19:48:38.021Z Downloaded icu_normalizer v2.1.1
4062026-05-15T19:48:38.021Z Downloaded clap v4.5.60
4072026-05-15T19:48:38.034Z Downloaded pest_meta v2.8.6
4082026-05-15T19:48:38.040Z Downloaded serde v1.0.228
4092026-05-15T19:48:38.042Z Downloaded indexmap v2.14.0
4102026-05-15T19:48:38.059Z Downloaded icu_properties_data v2.1.2
4112026-05-15T19:48:38.077Z Downloaded idna v1.1.0
4122026-05-15T19:48:38.087Z Downloaded serde_json v1.0.149
4132026-05-15T19:48:38.093Z Downloaded goblin v0.8.2
4142026-05-15T19:48:38.096Z Downloaded clap_builder v4.5.60
4152026-05-15T19:48:38.112Z Downloaded tabled v0.15.0
4162026-05-15T19:48:38.125Z Downloaded syn v1.0.109
4172026-05-15T19:48:38.135Z Downloaded syn v2.0.117
4182026-05-15T19:48:38.153Z Downloaded rustix v1.1.3
4192026-05-15T19:48:38.185Z Downloaded libc v0.2.185
4202026-05-15T19:48:38.253Z Compiling proc-macro2 v1.0.106
4212026-05-15T19:48:38.254Z Compiling quote v1.0.45
4222026-05-15T19:48:38.254Z Compiling unicode-ident v1.0.24
4232026-05-15T19:48:38.254Z Compiling serde_core v1.0.228
4242026-05-15T19:48:38.254Z Compiling libc v0.2.185
4252026-05-15T19:48:38.254Z Compiling version_check v0.9.5
4262026-05-15T19:48:38.257Z Compiling memchr v2.8.0
4272026-05-15T19:48:38.257Z Compiling stable_deref_trait v1.2.1
4282026-05-15T19:48:38.586Z Compiling serde v1.0.228
4292026-05-15T19:48:38.601Z Compiling zmij v1.0.21
4302026-05-15T19:48:38.797Z Compiling ucd-trie v0.1.7
4312026-05-15T19:48:38.828Z Compiling thiserror v1.0.69
4322026-05-15T19:48:39.061Z Compiling autocfg v1.5.0
4332026-05-15T19:48:39.073Z Compiling itoa v1.0.17
4342026-05-15T19:48:39.193Z Compiling pest v2.8.6
4352026-05-15T19:48:39.252Z Compiling writeable v0.6.2
4362026-05-15T19:48:39.270Z Compiling litemap v0.8.1
4372026-05-15T19:48:39.297Z Compiling icu_properties_data v2.1.2
4382026-05-15T19:48:39.465Z Compiling icu_normalizer_data v2.1.1
4392026-05-15T19:48:39.480Z Compiling rustix v1.1.3
4402026-05-15T19:48:39.640Z Compiling syn v2.0.117
4412026-05-15T19:48:39.712Z Compiling byteorder v1.5.0
4422026-05-15T19:48:39.780Z Compiling errno v0.3.14
4432026-05-15T19:48:39.842Z Compiling bitflags v2.11.0
4442026-05-15T19:48:39.936Z Compiling serde_json v1.0.149
4452026-05-15T19:48:40.096Z Compiling num-traits v0.2.19
4462026-05-15T19:48:40.145Z Compiling equivalent v1.0.2
4472026-05-15T19:48:40.236Z Compiling pest_meta v2.8.6
4482026-05-15T19:48:40.280Z Compiling smallvec v1.15.1
4492026-05-15T19:48:40.349Z Compiling typeid v1.0.3
4502026-05-15T19:48:40.422Z Compiling hashbrown v0.17.0
4512026-05-15T19:48:40.661Z Compiling thread-id v4.2.2
4522026-05-15T19:48:40.678Z Compiling usdt-impl v0.5.0
4532026-05-15T19:48:40.683Z Compiling proc-macro-error-attr v1.0.4
4542026-05-15T19:48:40.743Z Compiling toml_write v0.1.2
4552026-05-15T19:48:40.874Z Compiling winnow v0.7.14
4562026-05-15T19:48:40.891Z Compiling syn v1.0.109
4572026-05-15T19:48:40.965Z Compiling indexmap v2.14.0
4582026-05-15T19:48:41.068Z Compiling erased-serde v0.4.9
4592026-05-15T19:48:41.457Z Compiling proc-macro-error v1.0.4
4602026-05-15T19:48:41.629Z Compiling camino v1.2.2
4612026-05-15T19:48:41.661Z Compiling plain v0.2.3
4622026-05-15T19:48:41.781Z Compiling getrandom v0.4.1
4632026-05-15T19:48:41.911Z Compiling log v0.4.29
4642026-05-15T19:48:41.948Z Compiling thiserror v2.0.18
4652026-05-15T19:48:41.965Z Compiling percent-encoding v2.3.2
4662026-05-15T19:48:42.025Z Compiling utf8parse v0.2.2
4672026-05-15T19:48:42.101Z Compiling utf8_iter v1.0.4
4682026-05-15T19:48:42.157Z Compiling anstyle-parse v0.2.7
4692026-05-15T19:48:42.173Z Compiling form_urlencoded v1.2.2
4702026-05-15T19:48:42.239Z Compiling ordered-float v2.10.1
4712026-05-15T19:48:42.256Z Compiling synstructure v0.13.2
4722026-05-15T19:48:42.284Z Compiling pest_generator v2.8.6
4732026-05-15T19:48:42.516Z Compiling terminal_size v0.4.3
4742026-05-15T19:48:42.660Z Compiling is_terminal_polyfill v1.70.2
4752026-05-15T19:48:42.763Z Compiling colorchoice v1.0.4
4762026-05-15T19:48:42.791Z Compiling pretty-hex v0.4.1
4772026-05-15T19:48:42.842Z Compiling cfg-if v1.0.4
4782026-05-15T19:48:42.863Z Compiling anstyle-query v1.1.5
4792026-05-15T19:48:42.885Z Compiling anstyle v1.0.13
4802026-05-15T19:48:42.921Z Compiling serde-untagged v0.1.9
4812026-05-15T19:48:42.996Z Compiling semver v1.0.28
4822026-05-15T19:48:43.074Z Compiling anstream v0.6.21
4832026-05-15T19:48:43.114Z Compiling fs-err v3.3.0
4842026-05-15T19:48:43.169Z Compiling strsim v0.11.1
4852026-05-15T19:48:43.299Z Compiling heck v0.4.1
4862026-05-15T19:48:43.318Z Compiling unicode-xid v0.2.6
4872026-05-15T19:48:43.350Z Compiling heck v0.5.0
4882026-05-15T19:48:43.386Z Compiling once_cell v1.21.3
4892026-05-15T19:48:43.440Z Compiling clap_lex v1.0.0
4902026-05-15T19:48:43.521Z Compiling anyhow v1.0.102
4912026-05-15T19:48:43.524Z Compiling fastrand v2.3.0
4922026-05-15T19:48:43.589Z Compiling unicode-width v0.1.14
4932026-05-15T19:48:43.674Z Compiling bytecount v0.6.9
4942026-05-15T19:48:43.797Z Compiling fnv v1.0.7
4952026-05-15T19:48:43.814Z Compiling tempfile v3.25.0
4962026-05-15T19:48:43.861Z Compiling clap_builder v4.5.60
4972026-05-15T19:48:43.898Z Compiling papergrid v0.11.0
4982026-05-15T19:48:43.950Z Compiling serde_derive v1.0.228
4992026-05-15T19:48:44.012Z Compiling zerofrom-derive v0.1.6
5002026-05-15T19:48:44.041Z Compiling yoke-derive v0.8.1
5012026-05-15T19:48:44.187Z Compiling zerovec-derive v0.11.2
5022026-05-15T19:48:44.527Z Compiling displaydoc v0.2.5
5032026-05-15T19:48:45.171Z Compiling thiserror-impl v1.0.69
5042026-05-15T19:48:45.266Z Compiling zerocopy-derive v0.7.35
5052026-05-15T19:48:45.288Z Compiling pest_derive v2.8.6
5062026-05-15T19:48:45.317Z Compiling scroll_derive v0.12.1
5072026-05-15T19:48:45.368Z Compiling zerofrom v0.1.6
5082026-05-15T19:48:45.501Z Compiling yoke v0.8.1
5092026-05-15T19:48:45.699Z Compiling zerovec v0.11.5
5102026-05-15T19:48:45.716Z Compiling zerotrie v0.2.3
5112026-05-15T19:48:45.960Z Compiling scroll v0.12.0
5122026-05-15T19:48:46.013Z Compiling thiserror-impl v2.0.18
5132026-05-15T19:48:46.117Z Compiling zerocopy v0.7.35
5142026-05-15T19:48:46.201Z Compiling tinystr v0.8.2
5152026-05-15T19:48:46.231Z Compiling potential_utf v0.1.4
5162026-05-15T19:48:46.421Z Compiling icu_locale_core v2.1.1
5172026-05-15T19:48:46.463Z Compiling icu_collections v2.1.1
5182026-05-15T19:48:46.591Z Compiling dtrace-parser v0.2.0
5192026-05-15T19:48:46.714Z Compiling goblin v0.8.2
5202026-05-15T19:48:46.955Z Compiling tabled_derive v0.7.0
5212026-05-15T19:48:46.972Z Compiling clap_derive v4.5.55
5222026-05-15T19:48:47.317Z Compiling icu_provider v2.1.1
5232026-05-15T19:48:47.348Z Compiling serde_spanned v0.6.9
5242026-05-15T19:48:47.366Z Compiling toml_datetime v0.6.11
5252026-05-15T19:48:47.396Z Compiling dof v0.3.0
5262026-05-15T19:48:47.414Z Compiling serde_tokenstream v0.2.3
5272026-05-15T19:48:47.636Z Compiling icu_normalizer v2.1.1
5282026-05-15T19:48:47.639Z Compiling icu_properties v2.1.2
5292026-05-15T19:48:47.672Z Compiling toml_edit v0.22.27
5302026-05-15T19:48:47.836Z Compiling serde-value v0.7.0
5312026-05-15T19:48:47.897Z Compiling cargo-platform v0.2.0
5322026-05-15T19:48:48.154Z Compiling memmap v0.7.0
5332026-05-15T19:48:48.195Z Compiling unicode-linebreak v0.1.5
5342026-05-15T19:48:48.202Z Compiling smawk v0.3.2
5352026-05-15T19:48:48.352Z Compiling unicode-width v0.2.0
5362026-05-15T19:48:48.362Z Compiling tabled v0.15.0
5372026-05-15T19:48:48.379Z Compiling usdt-attr-macro v0.5.0
5382026-05-15T19:48:48.431Z Compiling usdt-macro v0.5.0
5392026-05-15T19:48:48.616Z Compiling idna_adapter v1.2.1
5402026-05-15T19:48:48.732Z Compiling idna v1.1.0
5412026-05-15T19:48:48.746Z Compiling clap v4.5.60
5422026-05-15T19:48:48.768Z Compiling textwrap v0.16.2
5432026-05-15T19:48:48.839Z Compiling macaddr v1.0.1
5442026-05-15T19:48:49.044Z Compiling toml v0.8.23
5452026-05-15T19:48:49.044Z Compiling url v2.5.8
5462026-05-15T19:48:49.232Z Compiling camino-tempfile v1.4.1
5472026-05-15T19:48:49.648Z Compiling cargo-util-schemas v0.8.2
5482026-05-15T19:48:49.741Z Compiling cargo_toml v0.21.0
5492026-05-15T19:48:49.792Z Compiling usdt v0.5.0
5502026-05-15T19:48:50.043Z Compiling swrite v0.1.0
5512026-05-15T19:48:50.060Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5522026-05-15T19:48:50.548Z Compiling cargo_metadata v0.21.0
5532026-05-15T19:48:51.506Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5542026-05-15T19:48:53.578Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s
5552026-05-15T19:48:53.832Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5562026-05-15T19:48:54.399Z Downloading crates ...
5572026-05-15T19:48:54.491Z Downloaded adler2 v2.0.1
5582026-05-15T19:48:54.494Z Downloaded atty v0.2.14
5592026-05-15T19:48:54.497Z Downloaded backoff v0.4.0
5602026-05-15T19:48:54.500Z Downloaded backon v1.6.0
5612026-05-15T19:48:54.504Z Downloaded bitfield-macros v0.19.4
5622026-05-15T19:48:54.504Z Downloaded bit-set v0.5.3
5632026-05-15T19:48:54.504Z Downloaded base16ct v0.2.0
5642026-05-15T19:48:54.509Z Downloaded bb8 v0.8.6
5652026-05-15T19:48:54.512Z Downloaded bitfield-struct v0.6.2
5662026-05-15T19:48:54.512Z Downloaded bit-set v0.8.0
5672026-05-15T19:48:54.520Z Downloaded dunce v1.0.5
5682026-05-15T19:48:54.523Z Downloaded csv-core v0.1.13
5692026-05-15T19:48:54.523Z Downloaded aead v0.5.2
5702026-05-15T19:48:54.523Z Downloaded bcrypt-pbkdf v0.10.0
5712026-05-15T19:48:54.526Z Downloaded crucible-workspace-hack v0.1.0
5722026-05-15T19:48:54.526Z Downloaded daft-derive v0.1.5
5732026-05-15T19:48:54.529Z Downloaded bit-vec v0.6.3
5742026-05-15T19:48:54.529Z Downloaded bcs v0.1.6
5752026-05-15T19:48:54.532Z Downloaded derive_builder v0.20.2
5762026-05-15T19:48:54.535Z Downloaded darling v0.23.0
5772026-05-15T19:48:54.538Z Downloaded critical-section v1.2.0
5782026-05-15T19:48:54.541Z Downloaded assert_matches v1.5.0
5792026-05-15T19:48:54.541Z Downloaded crossterm v0.28.1
5802026-05-15T19:48:54.545Z Downloaded darling v0.21.3
5812026-05-15T19:48:54.548Z Downloaded enum-as-inner v0.6.1
5822026-05-15T19:48:54.548Z Downloaded crc32fast v1.5.0
5832026-05-15T19:48:54.551Z Downloaded downcast-rs v2.0.2
5842026-05-15T19:48:54.551Z Downloaded futures-executor v0.3.32
5852026-05-15T19:48:54.554Z Downloaded fallible-iterator v0.2.0
5862026-05-15T19:48:54.554Z Downloaded embedded-io v0.6.1
5872026-05-15T19:48:54.557Z Downloaded crc8 v0.1.1
5882026-05-15T19:48:54.557Z Downloaded ctr v0.9.2
5892026-05-15T19:48:54.557Z Downloaded base64ct v1.8.3
5902026-05-15T19:48:54.561Z Downloaded atomic-waker v1.1.2
5912026-05-15T19:48:54.561Z Downloaded fixedbitset v0.5.7
5922026-05-15T19:48:54.564Z Downloaded darling_macro v0.20.11
5932026-05-15T19:48:54.564Z Downloaded block-padding v0.3.3
5942026-05-15T19:48:54.564Z Downloaded embedded-io v0.4.0
5952026-05-15T19:48:54.564Z Downloaded array-init v0.0.4
5962026-05-15T19:48:54.567Z Downloaded document-features v0.2.12
5972026-05-15T19:48:54.567Z Downloaded defmt v0.3.100
5982026-05-15T19:48:54.567Z Downloaded darling v0.20.11
5992026-05-15T19:48:54.570Z Downloaded dirs-sys-next v0.1.2
6002026-05-15T19:48:54.570Z Downloaded bit-vec v0.8.0
6012026-05-15T19:48:54.573Z Downloaded convert_case v0.10.0
6022026-05-15T19:48:54.573Z Downloaded difflib v0.4.0
6032026-05-15T19:48:54.576Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-05-15T19:48:54.576Z Downloaded arrayref v0.3.9
6052026-05-15T19:48:54.576Z Downloaded ahash v0.8.12
6062026-05-15T19:48:54.583Z Downloaded curve25519-dalek-derive v0.1.1
6072026-05-15T19:48:54.583Z Downloaded crossbeam-utils v0.8.21
6082026-05-15T19:48:54.586Z Downloaded debug-ignore v1.0.5
6092026-05-15T19:48:54.586Z Downloaded ecdsa v0.16.9
6102026-05-15T19:48:54.586Z Downloaded crunchy v0.2.4
6112026-05-15T19:48:54.586Z Downloaded crypto-bigint v0.5.5
6122026-05-15T19:48:54.589Z Downloaded fixedbitset v0.4.2
6132026-05-15T19:48:54.589Z Downloaded cstr-argument v0.1.2
6142026-05-15T19:48:54.592Z Downloaded crc-catalog v2.4.0
6152026-05-15T19:48:54.592Z Downloaded cfg_aliases v0.2.1
6162026-05-15T19:48:54.592Z Downloaded fatfs v0.3.6
6172026-05-15T19:48:54.596Z Downloaded dyn-clone v1.0.20
6182026-05-15T19:48:54.596Z Downloaded dof v0.4.0
6192026-05-15T19:48:54.602Z Downloaded ciborium-io v0.2.2
6202026-05-15T19:48:54.602Z Downloaded async-recursion v1.1.1
6212026-05-15T19:48:54.602Z Downloaded dtrace-parser v0.3.0
6222026-05-15T19:48:54.602Z Downloaded castaway v0.2.4
6232026-05-15T19:48:54.602Z Downloaded async-stream v0.3.6
6242026-05-15T19:48:54.605Z Downloaded float-ord v0.3.2
6252026-05-15T19:48:54.605Z Downloaded crc v3.4.0
6262026-05-15T19:48:54.609Z Downloaded derive_builder_macro v0.20.2
6272026-05-15T19:48:54.609Z Downloaded cpufeatures v0.3.0
6282026-05-15T19:48:54.610Z Downloaded display-error-chain v0.2.2
6292026-05-15T19:48:54.610Z Downloaded defmt-parser v1.0.0
6302026-05-15T19:48:54.614Z Downloaded base64 v0.22.1
6312026-05-15T19:48:54.614Z Downloaded daft v0.1.5
6322026-05-15T19:48:54.614Z Downloaded cobs v0.3.0
6332026-05-15T19:48:54.617Z Downloaded cargo-platform v0.1.9
6342026-05-15T19:48:54.617Z Downloaded async-stream-impl v0.3.6
6352026-05-15T19:48:54.617Z Downloaded flagset v0.4.7
6362026-05-15T19:48:54.617Z Downloaded atomicwrites v0.4.4
6372026-05-15T19:48:54.621Z Downloaded ciborium-ll v0.2.2
6382026-05-15T19:48:54.621Z Downloaded ascii-canvas v3.0.0
6392026-05-15T19:48:54.621Z Downloaded compression-core v0.4.31
6402026-05-15T19:48:54.621Z Downloaded bitflags v1.3.2
6412026-05-15T19:48:54.624Z Downloaded bitfield v0.19.4
6422026-05-15T19:48:54.624Z Downloaded convert_case v0.4.0
6432026-05-15T19:48:54.627Z Downloaded foreign-types-shared v0.3.1
6442026-05-15T19:48:54.627Z Downloaded foreign-types-macros v0.2.3
6452026-05-15T19:48:54.627Z Downloaded constant_time_eq v0.4.2
6462026-05-15T19:48:54.630Z Downloaded cfg_aliases v0.1.1
6472026-05-15T19:48:54.631Z Downloaded fd-lock v4.0.4
6482026-05-15T19:48:54.634Z Downloaded foreign-types-shared v0.1.1
6492026-05-15T19:48:54.634Z Downloaded env_filter v1.0.0
6502026-05-15T19:48:54.634Z Downloaded byte-wrapper v0.1.0
6512026-05-15T19:48:54.637Z Downloaded foreign-types v0.3.2
6522026-05-15T19:48:54.637Z Downloaded futures-sink v0.3.32
6532026-05-15T19:48:54.637Z Downloaded futures-macro v0.3.32
6542026-05-15T19:48:54.637Z Downloaded dsl_auto_type v0.2.0
6552026-05-15T19:48:54.640Z Downloaded float-cmp v0.10.0
6562026-05-15T19:48:54.640Z Downloaded dropshot-api-manager-types v0.7.1
6572026-05-15T19:48:54.640Z Downloaded darling_macro v0.21.3
6582026-05-15T19:48:54.640Z Downloaded bzip2 v0.4.4
6592026-05-15T19:48:54.643Z Downloaded futures-task v0.3.32
6602026-05-15T19:48:54.643Z Downloaded darling_macro v0.23.0
6612026-05-15T19:48:54.647Z Downloaded gethostname v0.5.0
6622026-05-15T19:48:54.647Z Downloaded futures-io v0.3.32
6632026-05-15T19:48:54.647Z Downloaded fxhash v0.2.1
6642026-05-15T19:48:54.647Z Downloaded endian-type v0.1.2
6652026-05-15T19:48:54.647Z Downloaded dirs-next v2.0.0
6662026-05-15T19:48:54.651Z Downloaded futures-core v0.3.32
6672026-05-15T19:48:54.651Z Downloaded git-stub v1.0.0
6682026-05-15T19:48:54.651Z Downloaded defmt v1.0.1
6692026-05-15T19:48:54.655Z Downloaded ff v0.13.1
6702026-05-15T19:48:54.655Z Downloaded env_logger v0.11.9
6712026-05-15T19:48:54.659Z Downloaded ed25519 v2.2.3
6722026-05-15T19:48:54.659Z Downloaded globwalk v0.9.1
6732026-05-15T19:48:54.659Z Downloaded ghash v0.5.1
6742026-05-15T19:48:54.667Z Downloaded headers-core v0.3.0
6752026-05-15T19:48:54.668Z Downloaded hash32 v0.3.1
6762026-05-15T19:48:54.668Z Downloaded hash32 v0.2.1
6772026-05-15T19:48:54.668Z Downloaded defmt-macros v1.0.1
6782026-05-15T19:48:54.671Z Downloaded allocator-api2 v0.2.21
6792026-05-15T19:48:54.671Z Downloaded hex-literal v0.4.1
6802026-05-15T19:48:54.671Z Downloaded cexpr v0.6.0
6812026-05-15T19:48:54.671Z Downloaded arrayvec v0.7.6
6822026-05-15T19:48:54.671Z Downloaded cargo_metadata v0.19.2
6832026-05-15T19:48:54.671Z Downloaded darling_core v0.20.11
6842026-05-15T19:48:54.675Z Downloaded http-body v1.0.1
6852026-05-15T19:48:54.675Z Downloaded chacha20 v0.9.1
6862026-05-15T19:48:54.678Z Downloaded httpdate v1.0.3
6872026-05-15T19:48:54.678Z Downloaded blowfish v0.9.1
6882026-05-15T19:48:54.678Z Downloaded hostname v0.4.2
6892026-05-15T19:48:54.682Z Downloaded hyper-tls v0.6.0
6902026-05-15T19:48:54.682Z Downloaded funty v2.0.0
6912026-05-15T19:48:54.682Z Downloaded compression-codecs v0.4.37
6922026-05-15T19:48:54.685Z Downloaded corncobs v0.1.4
6932026-05-15T19:48:54.685Z Downloaded async-trait v0.1.89
6942026-05-15T19:48:54.688Z Downloaded http-range v0.1.5
6952026-05-15T19:48:54.688Z Downloaded home v0.5.12
6962026-05-15T19:48:54.692Z Downloaded either v1.15.0
6972026-05-15T19:48:54.692Z Downloaded camino-tempfile-ext v0.3.3
6982026-05-15T19:48:54.692Z Downloaded der_derive v0.7.3
6992026-05-15T19:48:54.695Z Downloaded buf-list v1.1.2
7002026-05-15T19:48:54.695Z Downloaded foldhash v0.2.0
7012026-05-15T19:48:54.698Z Downloaded cipher v0.4.4
7022026-05-15T19:48:54.698Z Downloaded hostname v0.3.1
7032026-05-15T19:48:54.698Z Downloaded erased-serde v0.3.31
7042026-05-15T19:48:54.702Z Downloaded const_format_proc_macros v0.2.34
7052026-05-15T19:48:54.702Z Downloaded hubpack v0.1.2
7062026-05-15T19:48:54.705Z Downloaded foldhash v0.1.5
7072026-05-15T19:48:54.705Z Downloaded hubpack_derive v0.1.1
7082026-05-15T19:48:54.705Z Downloaded filetime v0.2.27
7092026-05-15T19:48:54.708Z Downloaded crossbeam-deque v0.8.6
7102026-05-15T19:48:54.708Z Downloaded diesel-dtrace v0.5.0
7112026-05-15T19:48:54.708Z Downloaded derive-ex v0.1.8
7122026-05-15T19:48:54.708Z Downloaded deranged v0.5.8
7132026-05-15T19:48:54.712Z Downloaded fs_extra v1.3.0
7142026-05-15T19:48:54.712Z Downloaded cassowary v0.3.0
7152026-05-15T19:48:54.715Z Downloaded foreign-types v0.5.0
7162026-05-15T19:48:54.715Z Downloaded ena v0.14.4
7172026-05-15T19:48:54.715Z Downloaded crossbeam-epoch v0.9.18
7182026-05-15T19:48:54.718Z Downloaded fs-err v2.11.0
7192026-05-15T19:48:54.718Z Downloaded illumos-nvpair-sys v0.2.0
7202026-05-15T19:48:54.721Z Downloaded illumos-nvpair v0.3.0
7212026-05-15T19:48:54.721Z Downloaded git-stub-vcs v0.1.0
7222026-05-15T19:48:54.721Z Downloaded ident_case v1.0.1
7232026-05-15T19:48:54.725Z Downloaded diff v0.1.13
7242026-05-15T19:48:54.725Z Downloaded cancel-safe-futures v0.1.5
7252026-05-15T19:48:54.728Z Downloaded instability v0.3.11
7262026-05-15T19:48:54.728Z Downloaded hex v0.4.3
7272026-05-15T19:48:54.728Z Downloaded internet-checksum v0.2.1
7282026-05-15T19:48:54.732Z Downloaded instant v0.1.13
7292026-05-15T19:48:54.732Z Downloaded base64 v0.21.7
7302026-05-15T19:48:54.735Z Downloaded glob v0.3.3
7312026-05-15T19:48:54.735Z Downloaded highway v1.3.0
7322026-05-15T19:48:54.736Z Downloaded is_ci v1.2.0
7332026-05-15T19:48:54.739Z Downloaded indent_write v2.2.0
7342026-05-15T19:48:54.739Z Downloaded lalrpop-util v0.19.12
7352026-05-15T19:48:54.739Z Downloaded keccak v0.1.6
7362026-05-15T19:48:54.742Z Downloaded indoc v1.0.9
7372026-05-15T19:48:54.742Z Downloaded cmake v0.1.57
7382026-05-15T19:48:54.742Z Downloaded cookie_store v0.22.1
7392026-05-15T19:48:54.745Z Downloaded clang-sys v1.8.1
7402026-05-15T19:48:54.745Z Downloaded derive_builder_core v0.20.2
7412026-05-15T19:48:54.748Z Downloaded humantime v2.3.0
7422026-05-15T19:48:54.751Z Downloaded inout v0.1.4
7432026-05-15T19:48:54.751Z Downloaded http-body-util v0.1.3
7442026-05-15T19:48:54.751Z Downloaded colored v3.1.1
7452026-05-15T19:48:54.754Z Downloaded console v0.16.2
7462026-05-15T19:48:54.754Z Downloaded ciborium v0.2.2
7472026-05-15T19:48:54.757Z Downloaded cookie v0.18.1
7482026-05-15T19:48:54.757Z Downloaded cbc v0.1.2
7492026-05-15T19:48:54.760Z Downloaded drift v0.1.4
7502026-05-15T19:48:54.764Z Downloaded kstat-rs v0.2.4
7512026-05-15T19:48:54.767Z Downloaded find-msvc-tools v0.1.9
7522026-05-15T19:48:54.768Z Downloaded data-encoding v2.10.0
7532026-05-15T19:48:54.768Z Downloaded console v0.15.11
7542026-05-15T19:48:54.771Z Downloaded lazy_static v1.5.0
7552026-05-15T19:48:54.771Z Downloaded blake2 v0.10.6
7562026-05-15T19:48:54.776Z Downloaded libscf-sys v1.1.0
7572026-05-15T19:48:54.776Z Downloaded dropshot_endpoint v0.17.0
7582026-05-15T19:48:54.778Z Downloaded lru v0.12.5
7592026-05-15T19:48:54.778Z Downloaded match_cfg v0.1.0
7602026-05-15T19:48:54.779Z Downloaded chacha20 v0.10.0
7612026-05-15T19:48:54.782Z Downloaded colored v2.2.0
7622026-05-15T19:48:54.782Z Downloaded lru-cache v0.1.2
7632026-05-15T19:48:54.782Z Downloaded linked-hash-map v0.5.6
7642026-05-15T19:48:54.785Z Downloaded managed v0.8.0
7652026-05-15T19:48:54.785Z Downloaded lru-slab v0.1.2
7662026-05-15T19:48:54.785Z Downloaded lzss v0.8.2
7672026-05-15T19:48:54.788Z Downloaded mime v0.3.17
7682026-05-15T19:48:54.788Z Downloaded maybe-uninit v2.0.0
7692026-05-15T19:48:54.788Z Downloaded hyper-staticfile v0.10.1
7702026-05-15T19:48:54.801Z Downloaded futures-channel v0.3.32
7712026-05-15T19:48:54.801Z Downloaded async-bb8-diesel v0.2.1
7722026-05-15T19:48:54.804Z Downloaded multimap v0.10.1
7732026-05-15T19:48:54.804Z Downloaded maplit v1.0.2
7742026-05-15T19:48:54.804Z Downloaded indoc v2.0.7
7752026-05-15T19:48:54.805Z Downloaded half v1.8.3
7762026-05-15T19:48:54.805Z Downloaded group v0.13.0
7772026-05-15T19:48:54.805Z Downloaded newline-converter v0.3.0
7782026-05-15T19:48:54.805Z Downloaded ar_archive_writer v0.5.1
7792026-05-15T19:48:54.805Z Downloaded impl-trait-for-tuples v0.2.3
7802026-05-15T19:48:54.805Z Downloaded bzip2 v0.6.1
7812026-05-15T19:48:54.808Z Downloaded argon2 v0.5.3
7822026-05-15T19:48:54.811Z Downloaded const-oid v0.9.6
7832026-05-15T19:48:54.814Z Downloaded newtype-uuid-macros v0.1.0
7842026-05-15T19:48:54.819Z Downloaded ingot-types v0.1.2
7852026-05-15T19:48:54.819Z Downloaded nibble_vec v0.1.0
7862026-05-15T19:48:54.822Z Downloaded newtype_derive v0.1.6
7872026-05-15T19:48:54.822Z Downloaded nonempty v0.12.0
7882026-05-15T19:48:54.822Z Downloaded new_debug_unreachable v1.0.6
7892026-05-15T19:48:54.822Z Downloaded num-conv v0.2.0
7902026-05-15T19:48:54.822Z Downloaded num-derive v0.4.2
7912026-05-15T19:48:54.826Z Downloaded num-derive v0.3.3
7922026-05-15T19:48:54.826Z Downloaded httparse v1.10.1
7932026-05-15T19:48:54.829Z Downloaded num v0.4.3
7942026-05-15T19:48:54.829Z Downloaded nodrop v0.1.14
7952026-05-15T19:48:54.829Z Downloaded ipnetwork v0.21.1
7962026-05-15T19:48:54.832Z Downloaded hmac v0.12.1
7972026-05-15T19:48:54.832Z Downloaded libloading v0.8.9
7982026-05-15T19:48:54.835Z Downloaded derive_more v0.99.20
7992026-05-15T19:48:54.839Z Downloaded md5 v0.7.0
8002026-05-15T19:48:54.839Z Downloaded lock_api v0.4.14
8012026-05-15T19:48:54.839Z Downloaded getrandom v0.2.17
8022026-05-15T19:48:54.842Z Downloaded num_enum_derive v0.5.11
8032026-05-15T19:48:54.842Z Downloaded elliptic-curve v0.13.8
8042026-05-15T19:48:54.845Z Downloaded openssl-probe v0.1.6
8052026-05-15T19:48:54.845Z Downloaded openssl-probe v0.2.1
8062026-05-15T19:48:54.848Z Downloaded num_threads v0.1.7
8072026-05-15T19:48:54.848Z Downloaded openssl-macros v0.1.1
8082026-05-15T19:48:54.848Z Downloaded jobserver v0.1.34
8092026-05-15T19:48:54.851Z Downloaded libsw-core v0.3.2
8102026-05-15T19:48:54.852Z Downloaded getrandom v0.3.4
8112026-05-15T19:48:54.855Z Downloaded memoffset v0.9.1
8122026-05-15T19:48:54.855Z Downloaded opaque-debug v0.3.1
8132026-05-15T19:48:54.855Z Downloaded olpc-cjson v0.1.4
8142026-05-15T19:48:54.857Z Downloaded md-5 v0.10.6
8152026-05-15T19:48:54.857Z Downloaded globset v0.4.18
8162026-05-15T19:48:54.860Z Downloaded linear-map v1.2.0
8172026-05-15T19:48:54.860Z Downloaded libsw v3.5.0
8182026-05-15T19:48:54.860Z Downloaded parse-display v0.10.0
8192026-05-15T19:48:54.863Z Downloaded oso-derive v0.27.3
8202026-05-15T19:48:54.863Z Downloaded ipnet v2.11.0
8212026-05-15T19:48:54.863Z Downloaded packed_struct_codegen v0.10.1
8222026-05-15T19:48:54.866Z Downloaded futures v0.3.32
8232026-05-15T19:48:54.870Z Downloaded parse-size v1.1.0
8242026-05-15T19:48:54.870Z Downloaded nanorand v0.7.0
8252026-05-15T19:48:54.873Z Downloaded mime_guess v2.0.5
8262026-05-15T19:48:54.873Z Downloaded newtype-uuid v1.3.2
8272026-05-15T19:48:54.873Z Downloaded multer v3.1.0
8282026-05-15T19:48:54.875Z Downloaded crc-any v2.5.0
8292026-05-15T19:48:54.876Z Downloaded ingot-macros v0.1.1
8302026-05-15T19:48:54.878Z Downloaded iana-time-zone v0.1.65
8312026-05-15T19:48:54.881Z Downloaded compact_str v0.8.1
8322026-05-15T19:48:54.881Z Downloaded chacha20poly1305 v0.10.1
8332026-05-15T19:48:54.884Z Downloaded half v2.7.1
8342026-05-15T19:48:54.884Z Downloaded native-tls v0.2.18
8352026-05-15T19:48:54.887Z Downloaded arc-swap v1.8.2
8362026-05-15T19:48:54.890Z Downloaded nu-ansi-term v0.50.3
8372026-05-15T19:48:54.890Z Downloaded ingot v0.1.1
8382026-05-15T19:48:54.893Z Downloaded hyper-rustls v0.27.7
8392026-05-15T19:48:54.893Z Downloaded num-rational v0.4.2
8402026-05-15T19:48:54.896Z Downloaded num-iter v0.1.45
8412026-05-15T19:48:54.896Z Downloaded derive-where v1.6.0
8422026-05-15T19:48:54.899Z Downloaded pbkdf2 v0.12.2
8432026-05-15T19:48:54.919Z Downloaded pin-utils v0.1.0
8442026-05-15T19:48:54.922Z Downloaded phf_shared v0.13.1
8452026-05-15T19:48:54.922Z Downloaded phf_shared v0.12.1
8462026-05-15T19:48:54.922Z Downloaded phf_shared v0.11.3
8472026-05-15T19:48:54.922Z Downloaded peg-runtime v0.8.5
8482026-05-15T19:48:54.922Z Downloaded num_enum_derive v0.7.5
8492026-05-15T19:48:54.925Z Downloaded num_enum v0.5.11
8502026-05-15T19:48:54.928Z Downloaded num_enum v0.7.5
8512026-05-15T19:48:54.930Z Downloaded indexmap v1.9.3
8522026-05-15T19:48:54.930Z Downloaded num-complex v0.4.6
8532026-05-15T19:48:54.933Z Downloaded oxnet v0.1.4
8542026-05-15T19:48:54.936Z Downloaded oxide-tokio-rt v0.1.4
8552026-05-15T19:48:54.937Z Downloaded owo-colors v4.3.0
8562026-05-15T19:48:54.937Z Downloaded flume v0.11.1
8572026-05-15T19:48:54.939Z Downloaded predicates-core v1.0.10
8582026-05-15T19:48:54.942Z Downloaded proc-macro-crate v3.4.0
8592026-05-15T19:48:54.942Z Downloaded predicates-tree v1.0.13
8602026-05-15T19:48:54.942Z Downloaded parking_lot_core v0.8.6
8612026-05-15T19:48:54.945Z Downloaded packed_struct v0.10.1
8622026-05-15T19:48:54.945Z Downloaded precomputed-hash v0.1.1
8632026-05-15T19:48:54.945Z Downloaded dropshot_endpoint v0.16.7
8642026-05-15T19:48:54.948Z Downloaded memmap2 v0.9.10
8652026-05-15T19:48:54.951Z Downloaded heapless v0.7.17
8662026-05-15T19:48:54.951Z Downloaded cc v1.2.56
8672026-05-15T19:48:54.954Z Downloaded powerfmt v0.2.0
8682026-05-15T19:48:54.957Z Downloaded progenitor-client v0.10.0
8692026-05-15T19:48:54.957Z Downloaded proc-macro-error-attr2 v2.0.0
8702026-05-15T19:48:54.957Z Downloaded proc-macro-crate v1.3.1
8712026-05-15T19:48:54.960Z Downloaded headers v0.4.1
8722026-05-15T19:48:54.962Z Downloaded const_format v0.2.35
8732026-05-15T19:48:54.966Z Downloaded progenitor-client v0.11.2
8742026-05-15T19:48:54.966Z Downloaded paste v1.0.15
8752026-05-15T19:48:54.969Z Downloaded password-hash v0.5.0
8762026-05-15T19:48:54.969Z Downloaded peg-macros v0.8.5
8772026-05-15T19:48:54.972Z Downloaded progenitor-macro v0.10.0
8782026-05-15T19:48:54.972Z Downloaded progenitor-macro v0.14.0
8792026-05-15T19:48:54.972Z Downloaded progenitor-client v0.14.0
8802026-05-15T19:48:54.972Z Downloaded password-hash v0.4.2
8812026-05-15T19:48:54.975Z Downloaded parse-display-derive v0.10.0
8822026-05-15T19:48:54.975Z Downloaded libefi-sys v0.1.0
8832026-05-15T19:48:54.978Z Downloaded libbz2-rs-sys v0.2.2
8842026-05-15T19:48:54.978Z Downloaded bytes v1.11.1
8852026-05-15T19:48:54.981Z Downloaded bumpalo v3.20.2
8862026-05-15T19:48:54.984Z Downloaded litrs v1.0.0
8872026-05-15T19:48:54.984Z Downloaded radium v0.7.0
8882026-05-15T19:48:54.987Z Downloaded phf v0.13.1
8892026-05-15T19:48:54.987Z Downloaded phf v0.12.1
8902026-05-15T19:48:54.987Z Downloaded pem v3.0.6
8912026-05-15T19:48:54.991Z Downloaded ed25519-dalek v2.2.0
8922026-05-15T19:48:54.994Z Downloaded psl-types v2.0.11
8932026-05-15T19:48:54.994Z Downloaded progenitor-macro v0.13.0
8942026-05-15T19:48:54.994Z Downloaded derive_more v2.1.1
8952026-05-15T19:48:54.999Z Downloaded quick-error v1.2.3
8962026-05-15T19:48:55.002Z Downloaded progenitor-macro v0.11.2
8972026-05-15T19:48:55.002Z Downloaded pkg-config v0.3.32
8982026-05-15T19:48:55.002Z Downloaded pin-project-internal v1.1.11
8992026-05-15T19:48:55.005Z Downloaded omicron-zone-package v0.12.2
9002026-05-15T19:48:55.008Z Downloaded poly1305 v0.8.0
9012026-05-15T19:48:55.008Z Downloaded pkcs8 v0.10.2
9022026-05-15T19:48:55.011Z Downloaded parking_lot v0.12.5
9032026-05-15T19:48:55.015Z Downloaded ppv-lite86 v0.2.21
9042026-05-15T19:48:55.015Z Downloaded async-compression v0.4.41
9052026-05-15T19:48:55.018Z Downloaded aho-corasick v1.1.4
9062026-05-15T19:48:55.021Z Downloaded ref-cast v1.0.25
9072026-05-15T19:48:55.024Z Downloaded ref-cast-impl v1.0.25
9082026-05-15T19:48:55.024Z Downloaded recursive v0.1.1
9092026-05-15T19:48:55.027Z Downloaded progenitor-client v0.13.0
9102026-05-15T19:48:55.027Z Downloaded heapless v0.8.0
9112026-05-15T19:48:55.030Z Downloaded peg v0.8.5
9122026-05-15T19:48:55.033Z Downloaded progenitor v0.13.0
9132026-05-15T19:48:55.033Z Downloaded progenitor v0.11.2
9142026-05-15T19:48:55.033Z Downloaded ignore v0.4.25
9152026-05-15T19:48:55.037Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-05-15T19:48:55.037Z Downloaded primeorder v0.13.6
9172026-05-15T19:48:55.042Z Downloaded rtoolbox v0.0.3
9182026-05-15T19:48:55.042Z Downloaded predicates v3.1.4
9192026-05-15T19:48:55.042Z Downloaded progenitor v0.10.0
9202026-05-15T19:48:55.046Z Downloaded rfc6979 v0.4.0
9212026-05-15T19:48:55.046Z Downloaded progenitor v0.14.0
9222026-05-15T19:48:55.046Z Downloaded hickory-resolver v0.25.2
9232026-05-15T19:48:55.048Z Downloaded crossbeam-channel v0.5.15
9242026-05-15T19:48:55.049Z Downloaded pin-project-lite v0.2.17
9252026-05-15T19:48:55.052Z Downloaded rand_chacha v0.9.0
9262026-05-15T19:48:55.055Z Downloaded rustc_version v0.4.1
9272026-05-15T19:48:55.055Z Downloaded rand_chacha v0.3.1
9282026-05-15T19:48:55.059Z Downloaded expectorate v1.2.0
9292026-05-15T19:48:55.059Z Downloaded rustc_version v0.1.7
9302026-05-15T19:48:55.059Z Downloaded rand_core v0.6.4
9312026-05-15T19:48:55.062Z Downloaded psm v0.1.30
9322026-05-15T19:48:55.062Z Downloaded rustc-hash v2.1.1
9332026-05-15T19:48:55.062Z Downloaded pkcs1 v0.7.5
9342026-05-15T19:48:55.065Z Downloaded rand_seeder v0.4.0
9352026-05-15T19:48:55.065Z Downloaded oso v0.27.3
9362026-05-15T19:48:55.068Z Downloaded miniz_oxide v0.8.9
9372026-05-15T19:48:55.071Z Downloaded aes v0.8.4
9382026-05-15T19:48:55.075Z Downloaded pkcs5 v0.7.1
9392026-05-15T19:48:55.075Z Downloaded russh-cryptovec v0.7.3
9402026-05-15T19:48:55.078Z Downloaded r2d2 v0.8.10
9412026-05-15T19:48:55.078Z Downloaded dropshot-api-manager v0.7.1
9422026-05-15T19:48:55.081Z Downloaded rand_core v0.9.5
9432026-05-15T19:48:55.081Z Downloaded postgres-types v0.2.12
9442026-05-15T19:48:55.081Z Downloaded postgres-protocol v0.6.10
9452026-05-15T19:48:55.084Z Downloaded derive_more-impl v2.1.1
9462026-05-15T19:48:55.087Z Downloaded same-file v1.0.6
9472026-05-15T19:48:55.087Z Downloaded salsa20 v0.10.2
9482026-05-15T19:48:55.090Z Downloaded der v0.7.10
9492026-05-15T19:48:55.093Z Downloaded sapling-renderdag v0.1.0
9502026-05-15T19:48:55.093Z Downloaded flate2 v1.1.9
9512026-05-15T19:48:55.096Z Downloaded progenitor-extras v0.2.0
9522026-05-15T19:48:55.098Z Downloaded proc-macro-error2 v2.0.1
9532026-05-15T19:48:55.098Z Downloaded scopeguard v1.2.0
9542026-05-15T19:48:55.101Z Downloaded resolv-conf v0.7.6
9552026-05-15T19:48:55.101Z Downloaded pem-rfc7468 v0.7.0
9562026-05-15T19:48:55.104Z Downloaded parking_lot_core v0.9.12
9572026-05-15T19:48:55.104Z Downloaded rand_xorshift v0.4.0
9582026-05-15T19:48:55.104Z Downloaded polyval v0.6.2
9592026-05-15T19:48:55.107Z Downloaded hyper-util v0.1.20
9602026-05-15T19:48:55.110Z Downloaded jiff-static v0.2.21
9612026-05-15T19:48:55.113Z Downloaded hickory-resolver v0.24.4
9622026-05-15T19:48:55.116Z Downloaded scrypt v0.11.0
9632026-05-15T19:48:55.116Z Downloaded diesel_derives v2.3.7
9642026-05-15T19:48:55.119Z Downloaded semver v0.1.20
9652026-05-15T19:48:55.122Z Downloaded serde_bytes v0.11.19
9662026-05-15T19:48:55.122Z Downloaded seq-macro v0.3.6
9672026-05-15T19:48:55.125Z Downloaded serde-big-array v0.5.1
9682026-05-15T19:48:55.125Z Downloaded secrecy v0.10.3
9692026-05-15T19:48:55.125Z Downloaded secrecy v0.8.0
9702026-05-15T19:48:55.128Z Downloaded scroll_derive v0.13.1
9712026-05-15T19:48:55.128Z Downloaded openssl-sys v0.9.115
9722026-05-15T19:48:55.131Z Downloaded sha1 v0.10.6
9732026-05-15T19:48:55.134Z Downloaded quinn-udp v0.5.14
9742026-05-15T19:48:55.134Z Downloaded rand_core v0.10.0
9752026-05-15T19:48:55.137Z Downloaded aes-gcm v0.10.3
9762026-05-15T19:48:55.137Z Downloaded scheduled-thread-pool v0.2.7
9772026-05-15T19:48:55.140Z Downloaded parking_lot v0.11.2
9782026-05-15T19:48:55.140Z Downloaded num-integer v0.1.46
9792026-05-15T19:48:55.142Z Downloaded serde_spanned v1.0.4
9802026-05-15T19:48:55.143Z Downloaded serde_repr v0.1.20
9812026-05-15T19:48:55.146Z Downloaded p256 v0.13.2
9822026-05-15T19:48:55.146Z Downloaded serde_urlencoded v0.7.1
9832026-05-15T19:48:55.148Z Downloaded shell-words v1.1.1
9842026-05-15T19:48:55.149Z Downloaded serde_plain v1.0.2
9852026-05-15T19:48:55.149Z Downloaded indicatif v0.18.4
9862026-05-15T19:48:55.151Z Downloaded rustls-pemfile v2.2.0
9872026-05-15T19:48:55.154Z Downloaded prefix-trie v0.7.0
9882026-05-15T19:48:55.157Z Downloaded papergrid v0.17.0
9892026-05-15T19:48:55.160Z Downloaded rusty-fork v0.3.1
9902026-05-15T19:48:55.160Z Downloaded signal-hook-tokio v0.3.1
9912026-05-15T19:48:55.163Z Downloaded hashbrown v0.13.2
9922026-05-15T19:48:55.166Z Downloaded slog-envlogger v2.2.0
9932026-05-15T19:48:55.166Z Downloaded siphasher v1.0.2
9942026-05-15T19:48:55.166Z Downloaded sigpipe v0.1.3
9952026-05-15T19:48:55.170Z Downloaded signal-hook-mio v0.2.5
9962026-05-15T19:48:55.170Z Downloaded pbkdf2 v0.11.0
9972026-05-15T19:48:55.173Z Downloaded progenitor-impl v0.10.0
9982026-05-15T19:48:55.173Z Downloaded postcard v1.1.3
9992026-05-15T19:48:55.173Z Downloaded path-slash v0.1.5
10002026-05-15T19:48:55.176Z Downloaded darling_core v0.23.0
10012026-05-15T19:48:55.179Z Downloaded slog-bunyan v2.5.0
10022026-05-15T19:48:55.179Z Downloaded http v1.4.0
10032026-05-15T19:48:55.182Z Downloaded hickory-server v0.25.2
10042026-05-15T19:48:55.185Z Downloaded hashbrown v0.12.3
10052026-05-15T19:48:55.188Z Downloaded progenitor-impl v0.14.0
10062026-05-15T19:48:55.188Z Downloaded darling_core v0.21.3
10072026-05-15T19:48:55.191Z Downloaded schemars_derive v0.8.22
10082026-05-15T19:48:55.195Z Downloaded scroll v0.13.0
10092026-05-15T19:48:55.195Z Downloaded is-terminal v0.4.17
10102026-05-15T19:48:55.195Z Downloaded des v0.8.1
10112026-05-15T19:48:55.198Z Downloaded normalize-line-endings v0.3.0
10122026-05-15T19:48:55.199Z Downloaded sct v0.7.1
10132026-05-15T19:48:55.202Z Downloaded shlex v1.3.0
10142026-05-15T19:48:55.202Z Downloaded serde-hex v0.1.0
10152026-05-15T19:48:55.205Z Downloaded sec1 v0.7.3
10162026-05-15T19:48:55.205Z Downloaded ssh-cipher v0.2.0
10172026-05-15T19:48:55.205Z Downloaded sqlparser_derive v0.5.0
10182026-05-15T19:48:55.207Z Downloaded signature v2.2.0
10192026-05-15T19:48:55.207Z Downloaded strum v0.27.2
10202026-05-15T19:48:55.207Z Downloaded strum v0.26.3
10212026-05-15T19:48:55.211Z Downloaded structmeta-derive v0.3.0
10222026-05-15T19:48:55.211Z Downloaded structmeta v0.3.0
10232026-05-15T19:48:55.211Z Downloaded strip-ansi-escapes v0.2.1
10242026-05-15T19:48:55.214Z Downloaded pin-project v1.1.11
10252026-05-15T19:48:55.219Z Downloaded signal-hook-registry v1.4.8
10262026-05-15T19:48:55.222Z Downloaded prettyplease v0.2.37
10272026-05-15T19:48:55.222Z Downloaded ssh-encoding v0.2.0
10282026-05-15T19:48:55.225Z Downloaded pretty_assertions v1.4.1
10292026-05-15T19:48:55.225Z Downloaded mio v1.2.0
10302026-05-15T19:48:55.228Z Downloaded rustls-pemfile v1.0.4
10312026-05-15T19:48:55.231Z Downloaded russh-keys v0.45.0
10322026-05-15T19:48:55.231Z Downloaded serde_derive_internals v0.29.1
10332026-05-15T19:48:55.235Z Downloaded slog-async v2.8.0
10342026-05-15T19:48:55.235Z Downloaded sync_wrapper v1.0.2
10352026-05-15T19:48:55.235Z Downloaded slog-json v2.6.1
10362026-05-15T19:48:55.237Z Downloaded slab v0.4.12
10372026-05-15T19:48:55.237Z Downloaded subtle v2.6.1
10382026-05-15T19:48:55.237Z Downloaded simd-adler32 v0.3.8
10392026-05-15T19:48:55.240Z Downloaded rustversion v1.0.22
10402026-05-15T19:48:55.243Z Downloaded supports-color v3.0.2
10412026-05-15T19:48:55.243Z Downloaded minimal-lexical v0.2.1
10422026-05-15T19:48:55.246Z Downloaded progenitor-impl v0.11.2
10432026-05-15T19:48:55.250Z Downloaded rustls-pki-types v1.14.0
10442026-05-15T19:48:55.253Z Downloaded rcgen v0.12.1
10452026-05-15T19:48:55.253Z Downloaded tap v1.0.1
10462026-05-15T19:48:55.255Z Downloaded slog-scope v4.4.1
10472026-05-15T19:48:55.255Z Downloaded slog-dtrace v0.3.0
10482026-05-15T19:48:55.259Z Downloaded snafu-derive v0.8.9
10492026-05-15T19:48:55.262Z Downloaded tagptr v0.2.0
10502026-05-15T19:48:55.262Z Downloaded tabled_derive v0.11.0
10512026-05-15T19:48:55.264Z Downloaded sync-ptr v0.1.4
10522026-05-15T19:48:55.264Z Downloaded smf v0.2.3
10532026-05-15T19:48:55.264Z Downloaded smallvec v0.6.14
10542026-05-15T19:48:55.267Z Downloaded slog-stdlog v4.1.1
10552026-05-15T19:48:55.267Z Downloaded progenitor-impl v0.13.0
10562026-05-15T19:48:55.270Z Downloaded sqlformat v0.3.5
10572026-05-15T19:48:55.273Z Downloaded thread-id v5.1.0
10582026-05-15T19:48:55.273Z Downloaded testing_table v0.3.0
10592026-05-15T19:48:55.277Z Downloaded take_mut v0.2.2
10602026-05-15T19:48:55.280Z Downloaded stacker v0.1.23
10612026-05-15T19:48:55.280Z Downloaded stringprep v0.1.5
10622026-05-15T19:48:55.283Z Downloaded serde_cbor v0.11.2
10632026-05-15T19:48:55.283Z Downloaded tinyvec_macros v0.1.1
10642026-05-15T19:48:55.286Z Downloaded termtree v0.5.1
10652026-05-15T19:48:55.286Z Downloaded thiserror-impl-no-std v2.0.2
10662026-05-15T19:48:55.289Z Downloaded spki v0.7.3
10672026-05-15T19:48:55.289Z Downloaded rustls-platform-verifier v0.6.2
10682026-05-15T19:48:55.292Z Downloaded rayon-core v1.13.0
10692026-05-15T19:48:55.296Z Downloaded ryu v1.0.23
10702026-05-15T19:48:55.299Z Downloaded static_assertions v1.1.0
10712026-05-15T19:48:55.299Z Downloaded rustls-native-certs v0.8.3
10722026-05-15T19:48:55.302Z Downloaded slog-term v2.9.2
10732026-05-15T19:48:55.305Z Downloaded support-bundle-viewer v0.1.2
10742026-05-15T19:48:55.305Z Downloaded time-core v0.1.8
10752026-05-15T19:48:55.305Z Downloaded string_cache v0.8.9
10762026-05-15T19:48:55.308Z Downloaded serde_with_macros v3.17.0
10772026-05-15T19:48:55.308Z Downloaded schemars v0.8.22
10782026-05-15T19:48:55.316Z Downloaded strum_macros v0.27.2
10792026-05-15T19:48:55.319Z Downloaded aws-lc-rs v1.16.3
10802026-05-15T19:48:55.323Z Downloaded tokio-macros v2.7.0
10812026-05-15T19:48:55.326Z Downloaded strum_macros v0.24.3
10822026-05-15T19:48:55.326Z Downloaded strum_macros v0.26.4
10832026-05-15T19:48:55.330Z Downloaded hashbrown v0.16.1
10842026-05-15T19:48:55.334Z Downloaded nom v7.1.3
10852026-05-15T19:48:55.337Z Downloaded spin v0.9.8
10862026-05-15T19:48:55.337Z Downloaded tabwriter v1.4.1
10872026-05-15T19:48:55.342Z Downloaded crossterm v0.29.0
10882026-05-15T19:48:55.345Z Downloaded quinn v0.11.9
10892026-05-15T19:48:55.345Z Downloaded qorb v0.4.1
10902026-05-15T19:48:55.347Z Downloaded tower-service v0.3.3
10912026-05-15T19:48:55.351Z Downloaded thread_local v1.1.9
10922026-05-15T19:48:55.351Z Downloaded ron v0.8.1
10932026-05-15T19:48:55.354Z Downloaded rand v0.8.6
10942026-05-15T19:48:55.357Z Downloaded topological-sort v0.2.2
10952026-05-15T19:48:55.357Z Downloaded time-macros v0.2.27
10962026-05-15T19:48:55.360Z Downloaded try-lock v0.2.5
10972026-05-15T19:48:55.360Z Downloaded trait-variant v0.1.2
10982026-05-15T19:48:55.360Z Downloaded termios v0.3.3
10992026-05-15T19:48:55.363Z Downloaded iddqd v0.3.18
11002026-05-15T19:48:55.366Z Downloaded serde_yaml v0.9.34+deprecated
11012026-05-15T19:48:55.370Z Downloaded tower-layer v0.3.3
11022026-05-15T19:48:55.373Z Downloaded tiny-keccak v2.0.2
11032026-05-15T19:48:55.374Z Downloaded thiserror-no-std v2.0.2
11042026-05-15T19:48:55.376Z Downloaded itertools v0.10.5
11052026-05-15T19:48:55.380Z Downloaded slog v2.8.2
11062026-05-15T19:48:55.382Z Downloaded signal-hook v0.3.18
11072026-05-15T19:48:55.382Z Downloaded hashbrown v0.15.5
11082026-05-15T19:48:55.387Z Downloaded tls_codec_derive v0.4.2
11092026-05-15T19:48:55.391Z Downloaded serde_path_to_error v0.1.20
11102026-05-15T19:48:55.391Z Downloaded typify-macro v0.6.2
11112026-05-15T19:48:55.391Z Downloaded typify-macro v0.4.3
11122026-05-15T19:48:55.394Z Downloaded itertools v0.13.0
11132026-05-15T19:48:55.397Z Downloaded unicode-truncate v1.1.0
11142026-05-15T19:48:55.397Z Downloaded tokio-native-tls v0.3.1
11152026-05-15T19:48:55.400Z Downloaded tokio-tungstenite v0.23.1
11162026-05-15T19:48:55.400Z Downloaded similar v2.7.0
11172026-05-15T19:48:55.403Z Downloaded publicsuffix v2.3.0
11182026-05-15T19:48:55.407Z Downloaded usdt-macro v0.6.0
11192026-05-15T19:48:55.407Z Downloaded itertools v0.12.1
11202026-05-15T19:48:55.411Z Downloaded usdt v0.6.0
11212026-05-15T19:48:55.414Z Downloaded untrusted v0.9.0
11222026-05-15T19:48:55.414Z Downloaded utf-8 v0.7.6
11232026-05-15T19:48:55.414Z Downloaded hyper v1.8.1
11242026-05-15T19:48:55.417Z Downloaded tokio-tungstenite v0.21.0
11252026-05-15T19:48:55.420Z Downloaded rand v0.9.2
11262026-05-15T19:48:55.423Z Downloaded rsa v0.9.10
11272026-05-15T19:48:55.426Z Downloaded void v1.0.2
11282026-05-15T19:48:55.427Z Downloaded term v1.2.1
11292026-05-15T19:48:55.429Z Downloaded term v0.7.0
11302026-05-15T19:48:55.429Z Downloaded num-bigint-dig v0.8.6
11312026-05-15T19:48:55.432Z Downloaded want v0.3.1
11322026-05-15T19:48:55.435Z Downloaded waitgroup v0.1.2
11332026-05-15T19:48:55.435Z Downloaded futures-util v0.3.32
11342026-05-15T19:48:55.441Z Downloaded wait-timeout v0.2.1
11352026-05-15T19:48:55.443Z Downloaded libxml v0.3.3
11362026-05-15T19:48:55.446Z Downloaded tls_codec v0.4.2
11372026-05-15T19:48:55.449Z Downloaded toml_writer v1.0.6+spec-1.1.0
11382026-05-15T19:48:55.449Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11392026-05-15T19:48:55.449Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-05-15T19:48:55.452Z Downloaded rustls-webpki v0.103.9
11412026-05-15T19:48:55.456Z Downloaded socket2 v0.5.10
11422026-05-15T19:48:55.456Z Downloaded snafu v0.8.9
11432026-05-15T19:48:55.459Z Downloaded tui-tree-widget v0.23.1
11442026-05-15T19:48:55.462Z Downloaded samael v0.0.19
11452026-05-15T19:48:55.465Z Downloaded unarray v0.1.4
11462026-05-15T19:48:55.465Z Downloaded itertools v0.14.0
11472026-05-15T19:48:55.468Z Downloaded xattr v1.6.1
11482026-05-15T19:48:55.471Z Downloaded tokio-rustls v0.26.4
11492026-05-15T19:48:55.471Z Downloaded tokio-rustls v0.25.0
11502026-05-15T19:48:55.474Z Downloaded xshell-macros v0.2.7
11512026-05-15T19:48:55.474Z Downloaded iri-string v0.7.10
11522026-05-15T19:48:55.477Z Downloaded socket2 v0.6.3
11532026-05-15T19:48:55.480Z Downloaded tokio-rustls v0.24.1
11542026-05-15T19:48:55.483Z Downloaded zeroize_derive v1.4.3
11552026-05-15T19:48:55.483Z Downloaded russh v0.45.0
11562026-05-15T19:48:55.488Z Downloaded zone_cfg_derive v0.3.1
11572026-05-15T19:48:55.488Z Downloaded schemars v0.9.0
11582026-05-15T19:48:55.493Z Downloaded vergen-gitcl v1.0.8
11592026-05-15T19:48:55.496Z Downloaded usdt-impl v0.6.0
11602026-05-15T19:48:55.496Z Downloaded toml_parser v1.0.9+spec-1.1.0
11612026-05-15T19:48:55.499Z Downloaded vergen-lib v0.1.6
11622026-05-15T19:48:55.499Z Downloaded tracing-attributes v0.1.31
11632026-05-15T19:48:55.502Z Downloaded walkdir v2.5.0
11642026-05-15T19:48:55.502Z Downloaded vsss-rs v3.3.4
11652026-05-15T19:48:55.506Z Downloaded vergen-git2 v1.0.7
11662026-05-15T19:48:55.507Z Downloaded test-strategy v0.4.5
11672026-05-15T19:48:55.510Z Downloaded hkdf v0.12.4
11682026-05-15T19:48:55.510Z Downloaded subprocess v0.2.15
11692026-05-15T19:48:55.513Z Downloaded usdt-attr-macro v0.6.0
11702026-05-15T19:48:55.514Z Downloaded untrusted v0.7.1
11712026-05-15T19:48:55.514Z Downloaded whoami v2.1.0
11722026-05-15T19:48:55.516Z Downloaded tinyvec v1.10.0
11732026-05-15T19:48:55.516Z Downloaded universal-hash v0.5.1
11742026-05-15T19:48:55.516Z Downloaded unit-prefix v0.5.2
11752026-05-15T19:48:55.519Z Downloaded num-bigint v0.4.6
11762026-05-15T19:48:55.522Z Downloaded wyz v0.5.1
11772026-05-15T19:48:55.522Z Downloaded blake3 v1.8.3
11782026-05-15T19:48:55.526Z Downloaded whoami v1.6.1
11792026-05-15T19:48:55.529Z Downloaded unicase v2.9.0
11802026-05-15T19:48:55.529Z Downloaded twox-hash v2.1.2
11812026-05-15T19:48:55.533Z Downloaded h2 v0.4.13
11822026-05-15T19:48:55.537Z Downloaded unicode-properties v0.1.4
11832026-05-15T19:48:55.537Z Downloaded toml v1.0.6+spec-1.1.0
11842026-05-15T19:48:55.540Z Downloaded tokio-stream v0.1.18
11852026-05-15T19:48:55.543Z Downloaded zeroize v1.8.2
11862026-05-15T19:48:55.543Z Downloaded xshell v0.2.7
11872026-05-15T19:48:55.547Z Downloaded toml v0.7.8
11882026-05-15T19:48:55.547Z Downloaded zone v0.3.1
11892026-05-15T19:48:55.550Z Downloaded bindgen v0.71.1
11902026-05-15T19:48:55.553Z Downloaded tokio-dtrace v0.1.1
11912026-05-15T19:48:55.553Z Downloaded vergen v9.0.6
11922026-05-15T19:48:55.556Z Downloaded tar v0.4.45
11932026-05-15T19:48:55.556Z Downloaded zstd v0.13.3
11942026-05-15T19:48:55.560Z Downloaded uzers v0.12.2
11952026-05-15T19:48:55.566Z Downloaded tracing-core v0.1.36
11962026-05-15T19:48:55.569Z Downloaded steno v0.4.1
11972026-05-15T19:48:55.572Z Downloaded p521 v0.13.3
11982026-05-15T19:48:55.575Z Downloaded typify v0.4.3
11992026-05-15T19:48:55.579Z Downloaded rand v0.10.0
12002026-05-15T19:48:55.582Z Downloaded typify v0.6.2
12012026-05-15T19:48:55.582Z Downloaded unsafe-libyaml v0.2.11
12022026-05-15T19:48:55.589Z Downloaded yasna v0.5.2
12032026-05-15T19:48:55.592Z Downloaded toml v0.9.12+spec-1.1.0
12042026-05-15T19:48:55.592Z Downloaded unicode-bidi v0.3.18
12052026-05-15T19:48:55.595Z Downloaded schemars v1.2.1
12062026-05-15T19:48:55.602Z Downloaded zerocopy v0.6.6
12072026-05-15T19:48:55.619Z Downloaded uuid v1.23.0
12082026-05-15T19:48:55.619Z Downloaded libm v0.2.16
12092026-05-15T19:48:55.619Z Downloaded vte v0.14.1
12102026-05-15T19:48:55.619Z Downloaded zstd-safe v7.2.4
12112026-05-15T19:48:55.619Z Downloaded toml_edit v0.23.10+spec-1.0.0
12122026-05-15T19:48:55.619Z Downloaded tungstenite v0.21.0
12132026-05-15T19:48:55.622Z Downloaded rpassword v7.4.0
12142026-05-15T19:48:55.622Z Downloaded tungstenite v0.23.0
12152026-05-15T19:48:55.635Z Downloaded rustyline v14.0.0
12162026-05-15T19:48:55.638Z Downloaded tokio-postgres v0.7.16
12172026-05-15T19:48:55.642Z Downloaded reedline v0.40.0
12182026-05-15T19:48:55.652Z Downloaded bitvec v1.0.1
12192026-05-15T19:48:55.661Z Downloaded zopfli v0.8.3
12202026-05-15T19:48:55.664Z Downloaded toml_edit v0.19.15
12212026-05-15T19:48:55.677Z Downloaded regex v1.12.3
12222026-05-15T19:48:55.686Z Downloaded yansi v1.0.1
12232026-05-15T19:48:55.689Z Downloaded unicode_categories v0.1.1
12242026-05-15T19:48:55.692Z Downloaded git2 v0.20.4
12252026-05-15T19:48:55.695Z Downloaded zip v0.6.6
12262026-05-15T19:48:55.711Z Downloaded p384 v0.13.1
12272026-05-15T19:48:55.716Z Downloaded ssh-key v0.6.7
12282026-05-15T19:48:55.721Z Downloaded rayon v1.11.0
12292026-05-15T19:48:55.727Z Downloaded chrono v0.4.44
12302026-05-15T19:48:55.732Z Downloaded reqwest v0.13.2
12312026-05-15T19:48:55.736Z Downloaded reqwest v0.12.28
12322026-05-15T19:48:55.740Z Downloaded zerocopy-derive v0.8.40
12332026-05-15T19:48:55.745Z Downloaded unicode-segmentation v1.12.0
12342026-05-15T19:48:55.748Z Downloaded lalrpop v0.19.12
12352026-05-15T19:48:55.754Z Downloaded x509-cert v0.2.5
12362026-05-15T19:48:55.758Z Downloaded salty v0.3.0
12372026-05-15T19:48:55.761Z Downloaded typed-path v0.9.3
12382026-05-15T19:48:55.765Z Downloaded rustls-webpki v0.101.7
12392026-05-15T19:48:55.776Z Downloaded goblin v0.10.5
12402026-05-15T19:48:55.779Z Downloaded quick-xml v0.37.5
12412026-05-15T19:48:55.782Z Downloaded tower v0.5.3
12422026-05-15T19:48:55.790Z Downloaded object v0.30.4
12432026-05-15T19:48:55.795Z Downloaded zip v4.6.1
12442026-05-15T19:48:55.811Z Downloaded tokio-util v0.7.18
12452026-05-15T19:48:55.816Z Downloaded unicode-normalization v0.1.25
12462026-05-15T19:48:55.819Z Downloaded tough v0.22.0
12472026-05-15T19:48:55.825Z Downloaded serde_with v3.17.0
12482026-05-15T19:48:55.832Z Downloaded proptest v1.10.0
12492026-05-15T19:48:55.838Z Downloaded tower-http v0.6.8
12502026-05-15T19:48:55.843Z Downloaded quinn-proto v0.11.13
12512026-05-15T19:48:55.848Z Downloaded radix_trie v0.2.1
12522026-05-15T19:48:55.851Z Downloaded petname v2.0.2
12532026-05-15T19:48:55.855Z Downloaded rustls-webpki v0.102.8
12542026-05-15T19:48:55.866Z Downloaded winnow v0.6.26
12552026-05-15T19:48:55.871Z Downloaded dropshot v0.16.7
12562026-05-15T19:48:55.885Z Downloaded polar-core v0.27.3
12572026-05-15T19:48:55.890Z Downloaded curve25519-dalek v4.1.3
12582026-05-15T19:48:55.895Z Downloaded nix v0.27.1
12592026-05-15T19:48:55.904Z Downloaded winnow v0.5.40
12602026-05-15T19:48:55.907Z Downloaded hickory-proto v0.26.1
12612026-05-15T19:48:55.916Z Downloaded nix v0.28.0
12622026-05-15T19:48:55.922Z Downloaded bstr v1.12.1
12632026-05-15T19:48:55.928Z Downloaded dropshot v0.17.0
12642026-05-15T19:48:55.941Z Downloaded smoltcp v0.9.1
12652026-05-15T19:48:55.947Z Downloaded openssl v0.10.79
12662026-05-15T19:48:55.953Z Downloaded tabled v0.20.0
12672026-05-15T19:48:55.965Z Downloaded zlib-rs v0.6.2
12682026-05-15T19:48:55.969Z Downloaded time v0.3.47
12692026-05-15T19:48:55.976Z Downloaded object v0.37.3
12702026-05-15T19:48:55.982Z Downloaded hickory-proto v0.24.4
12712026-05-15T19:48:55.990Z Downloaded rustls v0.22.4
12722026-05-15T19:48:55.997Z Downloaded vcpkg v0.2.15
12732026-05-15T19:48:56.019Z Downloaded regex-syntax v0.6.29
12742026-05-15T19:48:56.023Z Downloaded nix v0.29.0
12752026-05-15T19:48:56.029Z Downloaded webpki-roots v1.0.6
12762026-05-15T19:48:56.032Z Downloaded rustls v0.23.37
12772026-05-15T19:48:56.038Z Downloaded zerocopy v0.8.40
12782026-05-15T19:48:56.043Z Downloaded smoltcp v0.11.0
12792026-05-15T19:48:56.050Z Downloaded nix v0.31.2
12802026-05-15T19:48:56.057Z Downloaded regress v0.10.5
12812026-05-15T19:48:56.062Z Downloaded diesel v2.3.7
12822026-05-15T19:48:56.073Z Downloaded rustix v0.38.44
12832026-05-15T19:48:56.085Z Downloaded regex-syntax v0.8.10
12842026-05-15T19:48:56.091Z Downloaded hickory-proto v0.25.2
12852026-05-15T19:48:56.098Z Downloaded openapiv3 v2.2.0
12862026-05-15T19:48:56.107Z Downloaded regress v0.11.1
12872026-05-15T19:48:56.110Z Downloaded rustls v0.21.12
12882026-05-15T19:48:56.116Z Downloaded moka v0.12.13
12892026-05-15T19:48:56.122Z Downloaded portable-atomic v1.13.1
12902026-05-15T19:48:56.135Z Downloaded ratatui v0.29.0
12912026-05-15T19:48:56.142Z Downloaded sqlparser v0.61.0
12922026-05-15T19:48:56.148Z Downloaded sled v0.34.7
12932026-05-15T19:48:56.154Z Downloaded typify-impl v0.6.2
12942026-05-15T19:48:56.162Z Downloaded typify-impl v0.4.3
12952026-05-15T19:48:56.172Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-05-15T19:48:56.178Z Downloaded tracing v0.1.44
12972026-05-15T19:48:56.190Z Downloaded zerocopy-derive v0.6.6
12982026-05-15T19:48:56.207Z Downloaded jiff v0.2.21
12992026-05-15T19:48:56.218Z Downloaded chrono-tz v0.10.4
13002026-05-15T19:48:56.239Z Downloaded regex-automata v0.4.14
13012026-05-15T19:48:56.253Z Downloaded tokio v1.52.1
13022026-05-15T19:48:56.273Z Downloaded petgraph v0.6.5
13032026-05-15T19:48:56.294Z Downloaded csv v1.4.0
13042026-05-15T19:48:56.307Z Downloaded petgraph v0.8.3
13052026-05-15T19:48:56.342Z Downloaded libz-sys v1.1.24
13062026-05-15T19:48:56.361Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-05-15T19:48:56.382Z Downloaded sha3 v0.10.8
13082026-05-15T19:48:56.385Z Downloaded ring v0.17.14
13092026-05-15T19:48:56.437Z Downloaded encoding_rs v0.8.35
13102026-05-15T19:48:56.468Z Downloaded libgit2-sys v0.18.3+1.9.2
13112026-05-15T19:48:56.919Z Downloaded aws-lc-sys v0.40.0
13122026-05-15T19:48:57.162Z Compiling libc v0.2.185
13132026-05-15T19:48:57.162Z Compiling serde v1.0.228
13142026-05-15T19:48:57.165Z Compiling log v0.4.29
13152026-05-15T19:48:57.165Z Compiling shlex v1.3.0
13162026-05-15T19:48:57.322Z Compiling find-msvc-tools v0.1.9
13172026-05-15T19:48:57.341Z Compiling syn v2.0.117
13182026-05-15T19:48:57.341Z Compiling smallvec v1.15.1
13192026-05-15T19:48:57.345Z Compiling typenum v1.19.0
13202026-05-15T19:48:57.511Z Compiling generic-array v0.14.7
13212026-05-15T19:48:57.514Z Compiling subtle v2.6.1
13222026-05-15T19:48:57.555Z Compiling scopeguard v1.2.0
13232026-05-15T19:48:57.607Z Compiling const-oid v0.9.6
13242026-05-15T19:48:57.639Z Compiling lock_api v0.4.14
13252026-05-15T19:48:57.671Z Compiling serde_json v1.0.149
13262026-05-15T19:48:57.715Z Compiling zerocopy v0.8.40
13272026-05-15T19:48:57.754Z Compiling pin-project-lite v0.2.17
13282026-05-15T19:48:57.864Z Compiling portable-atomic v1.13.1
13292026-05-15T19:48:57.885Z Compiling parking_lot_core v0.9.12
13302026-05-15T19:48:58.146Z Compiling getrandom v0.2.17
13312026-05-15T19:48:58.176Z Compiling jobserver v0.1.34
13322026-05-15T19:48:58.241Z Compiling errno v0.3.14
13332026-05-15T19:48:58.342Z Compiling rand_core v0.6.4
13342026-05-15T19:48:58.378Z Compiling pkg-config v0.3.32
13352026-05-15T19:48:58.415Z Compiling signal-hook-registry v1.4.8
13362026-05-15T19:48:58.614Z Compiling cc v1.2.56
13372026-05-15T19:48:58.614Z Compiling bitflags v2.11.0
13382026-05-15T19:48:58.680Z Compiling critical-section v1.2.0
13392026-05-15T19:48:58.711Z Compiling libm v0.2.16
13402026-05-15T19:48:58.790Z Compiling futures-core v0.3.32
13412026-05-15T19:48:58.853Z Compiling once_cell v1.21.3
13422026-05-15T19:48:58.901Z Compiling parking_lot v0.12.5
13432026-05-15T19:48:58.934Z Compiling mio v1.2.0
13442026-05-15T19:48:58.947Z Compiling num-traits v0.2.19
13452026-05-15T19:48:59.050Z Compiling percent-encoding v2.3.2
13462026-05-15T19:48:59.065Z Compiling socket2 v0.6.3
13472026-05-15T19:48:59.236Z Compiling rand_core v0.10.0
13482026-05-15T19:48:59.272Z Compiling getrandom v0.4.1
13492026-05-15T19:48:59.297Z Compiling futures-sink v0.3.32
13502026-05-15T19:48:59.400Z Compiling futures-channel v0.3.32
13512026-05-15T19:48:59.404Z Compiling slab v0.4.12
13522026-05-15T19:48:59.416Z Compiling cpufeatures v0.2.17
13532026-05-15T19:48:59.474Z Compiling futures-io v0.3.32
13542026-05-15T19:48:59.498Z Compiling futures-task v0.3.32
13552026-05-15T19:48:59.620Z Compiling indexmap v2.14.0
13562026-05-15T19:48:59.633Z Compiling getrandom v0.3.4
13572026-05-15T19:48:59.636Z Compiling rustversion v1.0.22
13582026-05-15T19:48:59.677Z Compiling cmake v0.1.57
13592026-05-15T19:49:00.037Z Compiling form_urlencoded v1.2.2
13602026-05-15T19:49:00.082Z Compiling fs_extra v1.3.0
13612026-05-15T19:49:00.156Z Compiling dunce v1.0.5
13622026-05-15T19:49:00.180Z Compiling synstructure v0.13.2
13632026-05-15T19:49:00.248Z Compiling ident_case v1.0.1
13642026-05-15T19:49:00.278Z Compiling base64ct v1.8.3
13652026-05-15T19:49:00.340Z Compiling aws-lc-sys v0.40.0
13662026-05-15T19:49:00.369Z Compiling regex-syntax v0.8.10
13672026-05-15T19:49:00.499Z Compiling pem-rfc7468 v0.7.0
13682026-05-15T19:49:00.560Z Compiling rustix v1.1.3
13692026-05-15T19:49:00.599Z Compiling flagset v0.4.7
13702026-05-15T19:49:00.732Z Compiling iana-time-zone v0.1.65
13712026-05-15T19:49:00.774Z Compiling rand_core v0.9.5
13722026-05-15T19:49:00.777Z Compiling ring v0.17.14
13732026-05-15T19:49:00.801Z Compiling vcpkg v0.2.15
13742026-05-15T19:49:00.929Z Compiling aws-lc-rs v1.16.3
13752026-05-15T19:49:01.057Z Compiling uuid v1.23.0
13762026-05-15T19:49:01.214Z Compiling rustc_version v0.4.1
13772026-05-15T19:49:01.570Z Compiling tracing-core v0.1.36
13782026-05-15T19:49:01.584Z Compiling openssl-sys v0.9.115
13792026-05-15T19:49:01.779Z Compiling base64 v0.22.1
13802026-05-15T19:49:01.955Z Compiling serde_derive v1.0.228
13812026-05-15T19:49:02.108Z Compiling zeroize_derive v1.4.3
13822026-05-15T19:49:02.123Z Compiling zerofrom-derive v0.1.6
13832026-05-15T19:49:02.123Z Compiling yoke-derive v0.8.1
13842026-05-15T19:49:02.296Z Compiling zerovec-derive v0.11.2
13852026-05-15T19:49:02.755Z Compiling zeroize v1.8.2
13862026-05-15T19:49:02.770Z Compiling zerocopy-derive v0.8.40
13872026-05-15T19:49:03.287Z Compiling displaydoc v0.2.5
13882026-05-15T19:49:03.409Z Compiling tokio-macros v2.7.0
13892026-05-15T19:49:03.510Z Compiling crypto-common v0.1.7
13902026-05-15T19:49:03.524Z Compiling zerofrom v0.1.6
13912026-05-15T19:49:03.644Z Compiling yoke v0.8.1
13922026-05-15T19:49:03.658Z Compiling block-buffer v0.10.4
13932026-05-15T19:49:03.822Z Compiling zerovec v0.11.5
13942026-05-15T19:49:03.837Z Compiling digest v0.10.7
13952026-05-15T19:49:04.020Z Compiling zerotrie v0.2.3
13962026-05-15T19:49:04.079Z Compiling futures-macro v0.3.32
13972026-05-15T19:49:04.111Z Compiling hmac v0.12.1
13982026-05-15T19:49:04.266Z Compiling tinystr v0.8.2
13992026-05-15T19:49:04.309Z Compiling potential_utf v0.1.4
14002026-05-15T19:49:04.312Z Compiling block-padding v0.3.3
14012026-05-15T19:49:04.464Z Compiling icu_locale_core v2.1.1
14022026-05-15T19:49:04.478Z Compiling icu_collections v2.1.1
14032026-05-15T19:49:04.478Z Compiling inout v0.1.4
14042026-05-15T19:49:04.654Z Compiling cipher v0.4.4
14052026-05-15T19:49:04.863Z Compiling futures-util v0.3.32
14062026-05-15T19:49:04.911Z Compiling sha2 v0.10.9
14072026-05-15T19:49:04.940Z Compiling der_derive v0.7.3
14082026-05-15T19:49:05.322Z Compiling bytes v1.11.1
14092026-05-15T19:49:05.367Z Compiling icu_provider v2.1.1
14102026-05-15T19:49:05.482Z Compiling chrono v0.4.44
14112026-05-15T19:49:05.662Z Compiling icu_properties v2.1.2
14122026-05-15T19:49:05.882Z Compiling tokio v1.52.1
14132026-05-15T19:49:05.944Z Compiling icu_normalizer v2.1.1
14142026-05-15T19:49:06.263Z Compiling der v0.7.10
14152026-05-15T19:49:06.522Z Compiling http v1.4.0
14162026-05-15T19:49:06.801Z Compiling idna_adapter v1.2.1
14172026-05-15T19:49:06.933Z Compiling idna v1.1.0
14182026-05-15T19:49:06.948Z Compiling salsa20 v0.10.2
14192026-05-15T19:49:07.086Z Compiling ppv-lite86 v0.2.21
14202026-05-15T19:49:07.129Z Compiling spki v0.7.3
14212026-05-15T19:49:07.178Z Compiling pbkdf2 v0.12.2
14222026-05-15T19:49:07.295Z Compiling url v2.5.8
14232026-05-15T19:49:07.333Z Compiling rustls-pki-types v1.14.0
14242026-05-15T19:49:07.408Z Compiling tracing-attributes v0.1.31
14252026-05-15T19:49:07.430Z Compiling thiserror-impl v2.0.18
14262026-05-15T19:49:07.486Z Compiling rand_chacha v0.9.0
14272026-05-15T19:49:07.587Z Compiling scrypt v0.11.0
14282026-05-15T19:49:07.778Z Compiling http-body v1.0.1
14292026-05-15T19:49:07.840Z Compiling aes v0.8.4
14302026-05-15T19:49:07.928Z Compiling cbc v0.1.2
14312026-05-15T19:49:08.078Z Compiling untrusted v0.7.1
14322026-05-15T19:49:08.140Z Compiling openssl-probe v0.2.1
14332026-05-15T19:49:08.175Z Compiling untrusted v0.9.0
14342026-05-15T19:49:08.215Z Compiling tinyvec_macros v0.1.1
14352026-05-15T19:49:08.287Z Compiling httparse v1.10.1
14362026-05-15T19:49:08.300Z Compiling tinyvec v1.10.0
14372026-05-15T19:49:08.641Z Compiling pkcs5 v0.7.1
14382026-05-15T19:49:08.668Z Compiling pest_generator v2.8.6
14392026-05-15T19:49:08.686Z Compiling tracing v0.1.44
14402026-05-15T19:49:08.738Z Compiling thiserror v2.0.18
14412026-05-15T19:49:08.845Z Compiling rand v0.9.2
14422026-05-15T19:49:08.878Z Compiling serde_derive_internals v0.29.1
14432026-05-15T19:49:08.942Z Compiling aho-corasick v1.1.4
14442026-05-15T19:49:09.107Z Compiling tower-layer v0.3.3
14452026-05-15T19:49:09.268Z Compiling try-lock v0.2.5
14462026-05-15T19:49:09.342Z Compiling schemars v0.8.22
14472026-05-15T19:49:09.376Z Compiling atomic-waker v1.1.2
14482026-05-15T19:49:09.506Z Compiling tower-service v0.3.3
14492026-05-15T19:49:09.539Z Compiling dyn-clone v1.0.20
14502026-05-15T19:49:09.604Z Compiling tokio-util v0.7.18
14512026-05-15T19:49:09.618Z Compiling rustls v0.23.37
14522026-05-15T19:49:09.693Z Compiling want v0.3.1
14532026-05-15T19:49:09.752Z Compiling schemars_derive v0.8.22
14542026-05-15T19:49:09.782Z Compiling regex-automata v0.4.14
14552026-05-15T19:49:09.854Z Compiling pest_derive v2.8.6
14562026-05-15T19:49:10.056Z Compiling pkcs8 v0.10.2
14572026-05-15T19:49:10.272Z Compiling h2 v0.4.13
14582026-05-15T19:49:10.603Z Compiling ipnet v2.11.0
14592026-05-15T19:49:10.606Z Compiling scroll_derive v0.13.1
14602026-05-15T19:49:10.654Z Compiling darling_core v0.20.11
14612026-05-15T19:49:10.966Z Compiling foreign-types-shared v0.1.1
14622026-05-15T19:49:11.056Z Compiling pin-utils v0.1.0
14632026-05-15T19:49:11.088Z Compiling openssl v0.10.79
14642026-05-15T19:49:11.129Z Compiling httpdate v1.0.3
14652026-05-15T19:49:11.346Z Compiling foreign-types v0.3.2
14662026-05-15T19:49:11.387Z Compiling tempfile v3.25.0
14672026-05-15T19:49:11.414Z Compiling scroll v0.13.0
14682026-05-15T19:49:11.553Z Compiling unicode-normalization v0.1.25
14692026-05-15T19:49:11.755Z Compiling openssl-macros v0.1.1
14702026-05-15T19:49:12.013Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14712026-05-15T19:49:12.094Z Compiling spin v0.9.8
14722026-05-15T19:49:12.141Z Compiling native-tls v0.2.18
14732026-05-15T19:49:12.300Z Compiling time-core v0.1.8
14742026-05-15T19:49:12.345Z Compiling num-conv v0.2.0
14752026-05-15T19:49:12.398Z Compiling crc32fast v1.5.0
14762026-05-15T19:49:12.448Z Compiling powerfmt v0.2.0
14772026-05-15T19:49:12.478Z Compiling time-macros v0.2.27
14782026-05-15T19:49:12.661Z Compiling deranged v0.5.8
14792026-05-15T19:49:12.958Z Compiling darling_macro v0.20.11
14802026-05-15T19:49:13.412Z Compiling hyper v1.8.1
14812026-05-15T19:49:13.532Z Compiling darling v0.20.11
14822026-05-15T19:49:13.613Z Compiling goblin v0.10.5
14832026-05-15T19:49:13.616Z Compiling rustls-native-certs v0.8.3
14842026-05-15T19:49:13.878Z Compiling sync_wrapper v1.0.2
14852026-05-15T19:49:13.913Z Compiling wait-timeout v0.2.1
14862026-05-15T19:49:13.985Z Compiling bit-vec v0.8.0
14872026-05-15T19:49:14.172Z Compiling num_threads v0.1.7
14882026-05-15T19:49:14.189Z Compiling crossbeam-utils v0.8.21
14892026-05-15T19:49:14.208Z Compiling usdt-impl v0.6.0
14902026-05-15T19:49:14.267Z Compiling syn v1.0.109
14912026-05-15T19:49:14.408Z Compiling simd-adler32 v0.3.8
14922026-05-15T19:49:14.471Z Compiling hyper-util v0.1.20
14932026-05-15T19:49:14.568Z Compiling siphasher v1.0.2
14942026-05-15T19:49:14.648Z Compiling quick-error v1.2.3
14952026-05-15T19:49:14.754Z Compiling rusty-fork v0.3.1
14962026-05-15T19:49:14.856Z Compiling time v0.3.47
14972026-05-15T19:49:15.071Z Compiling bit-set v0.8.0
14982026-05-15T19:49:15.234Z Compiling tower v0.5.3
14992026-05-15T19:49:15.280Z Compiling derive_builder_core v0.20.2
15002026-05-15T19:49:15.722Z Compiling dtrace-parser v0.3.0
15012026-05-15T19:49:15.887Z Compiling http-body-util v0.1.3
15022026-05-15T19:49:16.125Z Compiling webpki-roots v1.0.6
15032026-05-15T19:49:16.140Z Compiling signature v2.2.0
15042026-05-15T19:49:16.172Z Compiling scroll_derive v0.12.1
15052026-05-15T19:49:16.244Z Compiling dof v0.4.0
15062026-05-15T19:49:16.316Z Compiling thiserror-impl v1.0.69
15072026-05-15T19:49:16.427Z Compiling heapless v0.7.17
15082026-05-15T19:49:16.481Z Compiling rand_xorshift v0.4.0
15092026-05-15T19:49:16.648Z Compiling slog v2.8.2
15102026-05-15T19:49:16.667Z Compiling darling_core v0.21.3
15112026-05-15T19:49:16.836Z Compiling bzip2-sys v0.1.13+1.0.8
15122026-05-15T19:49:16.893Z Compiling thread-id v5.1.0
15132026-05-15T19:49:16.976Z Compiling cookie v0.18.1
15142026-05-15T19:49:17.104Z Compiling ryu v1.0.23
15152026-05-15T19:49:17.158Z Compiling adler2 v2.0.1
15162026-05-15T19:49:17.284Z Compiling allocator-api2 v0.2.21
15172026-05-15T19:49:17.299Z Compiling unicode-bidi v0.3.18
15182026-05-15T19:49:17.464Z Compiling paste v1.0.15
15192026-05-15T19:49:17.579Z Compiling unarray v0.1.4
15202026-05-15T19:49:17.614Z Compiling anyhow v1.0.102
15212026-05-15T19:49:17.691Z Compiling zstd-safe v7.2.4
15222026-05-15T19:49:17.734Z Compiling iri-string v0.7.10
15232026-05-15T19:49:17.831Z Compiling unicode-properties v0.1.4
15242026-05-15T19:49:17.870Z Compiling signal-hook v0.3.18
15252026-05-15T19:49:17.929Z Compiling proptest v1.10.0
15262026-05-15T19:49:18.030Z Compiling stringprep v0.1.5
15272026-05-15T19:49:18.043Z Compiling thiserror v1.0.69
15282026-05-15T19:49:18.120Z Compiling miniz_oxide v0.8.9
15292026-05-15T19:49:18.141Z Compiling serde_urlencoded v0.7.1
15302026-05-15T19:49:18.711Z Compiling scroll v0.12.0
15312026-05-15T19:49:18.967Z Compiling tower-http v0.6.8
15322026-05-15T19:49:19.086Z Compiling derive_builder_macro v0.20.2
15332026-05-15T19:49:19.137Z Compiling darling_macro v0.21.3
15342026-05-15T19:49:19.182Z Compiling tokio-native-tls v0.3.1
15352026-05-15T19:49:19.362Z Compiling ipnetwork v0.21.1
15362026-05-15T19:49:19.366Z Compiling bstr v1.12.1
15372026-05-15T19:49:19.529Z Compiling rand_chacha v0.3.1
15382026-05-15T19:49:19.600Z Compiling erased-serde v0.3.31
15392026-05-15T19:49:19.687Z Compiling toml_datetime v0.6.11
15402026-05-15T19:49:19.757Z Compiling serde_spanned v0.6.9
15412026-05-15T19:49:19.901Z Compiling serde_tokenstream v0.2.3
15422026-05-15T19:49:19.942Z Compiling md-5 v0.10.6
15432026-05-15T19:49:20.023Z Compiling pin-project-internal v1.1.11
15442026-05-15T19:49:20.080Z Compiling async-trait v0.1.89
15452026-05-15T19:49:20.105Z Compiling zerocopy-derive v0.7.35
15462026-05-15T19:49:20.211Z Compiling curve25519-dalek v4.1.3
15472026-05-15T19:49:20.329Z Compiling vergen-lib v0.1.6
15482026-05-15T19:49:20.515Z Compiling num-integer v0.1.46
15492026-05-15T19:49:20.544Z Compiling hash32 v0.2.1
15502026-05-15T19:49:20.741Z Compiling ff v0.13.1
15512026-05-15T19:49:20.833Z Compiling memoffset v0.9.1
15522026-05-15T19:49:20.879Z Compiling litrs v1.0.0
15532026-05-15T19:49:20.958Z Compiling smoltcp v0.9.1
15542026-05-15T19:49:21.028Z Compiling fallible-iterator v0.2.0
15552026-05-15T19:49:21.087Z Compiling num-bigint-dig v0.8.6
15562026-05-15T19:49:21.122Z Compiling zlib-rs v0.6.2
15572026-05-15T19:49:21.272Z Compiling ref-cast v1.0.25
15582026-05-15T19:49:21.299Z Compiling rustix v0.38.44
15592026-05-15T19:49:21.344Z Compiling cfg_aliases v0.2.1
15602026-05-15T19:49:21.448Z Compiling psl-types v2.0.11
15612026-05-15T19:49:21.474Z Compiling base16ct v0.2.0
15622026-05-15T19:49:21.573Z Compiling publicsuffix v2.3.0
15632026-05-15T19:49:21.651Z Compiling sec1 v0.7.3
15642026-05-15T19:49:21.665Z Compiling nix v0.31.2
15652026-05-15T19:49:21.751Z Compiling document-features v0.2.12
15662026-05-15T19:49:21.768Z Compiling postgres-protocol v0.6.10
15672026-05-15T19:49:21.970Z Compiling pin-project v1.1.11
15682026-05-15T19:49:22.073Z Compiling zerocopy v0.7.35
15692026-05-15T19:49:22.137Z Compiling group v0.13.0
15702026-05-15T19:49:22.317Z Compiling num-iter v0.1.45
15712026-05-15T19:49:22.439Z Compiling newtype-uuid v1.3.2
15722026-05-15T19:49:22.611Z Compiling rand v0.8.6
15732026-05-15T19:49:22.766Z Compiling darling v0.21.3
15742026-05-15T19:49:22.781Z Compiling oxnet v0.1.4
15752026-05-15T19:49:22.839Z Compiling derive_builder v0.20.2
15762026-05-15T19:49:22.966Z Compiling hyper-tls v0.6.0
15772026-05-15T19:49:23.158Z Compiling goblin v0.8.2
15782026-05-15T19:49:23.230Z Compiling hubpack_derive v0.1.1
15792026-05-15T19:49:23.666Z Compiling phf_shared v0.13.1
15802026-05-15T19:49:23.703Z Compiling lazy_static v1.5.0
15812026-05-15T19:49:23.732Z Compiling regex v1.12.3
15822026-05-15T19:49:23.796Z Compiling futures-executor v0.3.32
15832026-05-15T19:49:23.901Z Compiling cargo-platform v0.1.9
15842026-05-15T19:49:24.027Z Compiling flate2 v1.1.9
15852026-05-15T19:49:24.050Z Compiling hex v0.4.3
15862026-05-15T19:49:24.161Z Compiling hkdf v0.12.4
15872026-05-15T19:49:24.166Z Compiling crypto-bigint v0.5.5
15882026-05-15T19:49:24.318Z Compiling terminal_size v0.4.3
15892026-05-15T19:49:24.333Z Compiling curve25519-dalek-derive v0.1.1
15902026-05-15T19:49:24.403Z Compiling daft-derive v0.1.5
15912026-05-15T19:49:24.429Z Compiling snafu-derive v0.8.9
15922026-05-15T19:49:24.457Z Compiling ref-cast-impl v1.0.25
15932026-05-15T19:49:24.976Z Compiling strum_macros v0.27.2
15942026-05-15T19:49:24.994Z Compiling vergen v9.0.6
15952026-05-15T19:49:25.101Z Compiling fs-err v3.3.0
15962026-05-15T19:49:25.175Z Compiling ahash v0.8.12
15972026-05-15T19:49:25.297Z Compiling encoding_rs v0.8.35
15982026-05-15T19:49:25.377Z Compiling unicode-segmentation v1.12.0
15992026-05-15T19:49:25.763Z Compiling cpufeatures v0.3.0
16002026-05-15T19:49:25.845Z Compiling managed v0.8.0
16012026-05-15T19:49:26.060Z Compiling libbz2-rs-sys v0.2.2
16022026-05-15T19:49:26.248Z Compiling foldhash v0.2.0
16032026-05-15T19:49:26.316Z Compiling bumpalo v3.20.2
16042026-05-15T19:49:26.527Z Compiling bitflags v1.3.2
16052026-05-15T19:49:26.598Z Compiling winnow v0.5.40
16062026-05-15T19:49:26.615Z Compiling mime v0.3.17
16072026-05-15T19:49:26.650Z Compiling object v0.37.3
16082026-05-15T19:49:26.762Z Compiling foldhash v0.1.5
16092026-05-15T19:49:26.850Z Compiling same-file v1.0.6
16102026-05-15T19:49:26.874Z Compiling clap_builder v4.5.60
16112026-05-15T19:49:26.935Z Compiling hashbrown v0.15.5
16122026-05-15T19:49:26.967Z Compiling walkdir v2.5.0
16132026-05-15T19:49:26.981Z Compiling strum v0.27.2
16142026-05-15T19:49:27.109Z Compiling zopfli v0.8.3
16152026-05-15T19:49:27.277Z Compiling bzip2 v0.6.1
16162026-05-15T19:49:27.488Z Compiling hashbrown v0.16.1
16172026-05-15T19:49:27.499Z Compiling snafu v0.8.9
16182026-05-15T19:49:27.775Z Compiling chacha20 v0.10.0
16192026-05-15T19:49:27.855Z Compiling dof v0.3.0
16202026-05-15T19:49:27.970Z Compiling toml_edit v0.19.15
16212026-05-15T19:49:28.042Z Compiling daft v0.1.5
16222026-05-15T19:49:28.062Z Compiling elliptic-curve v0.13.8
16232026-05-15T19:49:28.305Z Compiling cargo_metadata v0.19.2
16242026-05-15T19:49:28.458Z Compiling futures v0.3.32
16252026-05-15T19:49:28.543Z Compiling phf v0.13.1
16262026-05-15T19:49:28.701Z Compiling hubpack v0.1.2
16272026-05-15T19:49:28.873Z Compiling signal-hook-mio v0.2.5
16282026-05-15T19:49:28.921Z Compiling cookie_store v0.22.1
16292026-05-15T19:49:29.345Z Compiling bzip2 v0.4.4
16302026-05-15T19:49:29.552Z Compiling zstd v0.13.3
16312026-05-15T19:49:29.567Z Compiling serde_with_macros v3.17.0
16322026-05-15T19:49:29.709Z Compiling postgres-types v0.2.12
16332026-05-15T19:49:29.856Z Compiling usdt-attr-macro v0.6.0
16342026-05-15T19:49:30.252Z Compiling usdt-macro v0.6.0
16352026-05-15T19:49:30.564Z Compiling globset v0.4.18
16362026-05-15T19:49:30.632Z Compiling dtrace-parser v0.2.0
16372026-05-15T19:49:30.671Z Compiling ed25519 v2.2.3
16382026-05-15T19:49:30.924Z Compiling phf_shared v0.11.3
16392026-05-15T19:49:30.979Z Compiling olpc-cjson v0.1.4
16402026-05-15T19:49:31.112Z Compiling pkcs1 v0.7.5
16412026-05-15T19:49:31.136Z Compiling serde-big-array v0.5.1
16422026-05-15T19:49:31.165Z Compiling serde_plain v1.0.2
16432026-05-15T19:49:31.232Z Compiling rfc6979 v0.4.0
16442026-05-15T19:49:31.275Z Compiling pem v3.0.6
16452026-05-15T19:49:31.378Z Compiling serde_repr v0.1.20
16462026-05-15T19:49:31.392Z Compiling async-recursion v1.1.1
16472026-05-15T19:49:31.406Z Compiling enum-as-inner v0.6.1
16482026-05-15T19:49:31.562Z Compiling strum_macros v0.26.4
16492026-05-15T19:49:31.598Z Compiling clap_derive v4.5.55
16502026-05-15T19:49:31.646Z Compiling float-cmp v0.10.0
16512026-05-15T19:49:31.800Z Compiling memmap2 v0.9.10
16522026-05-15T19:49:31.905Z Compiling thread-id v4.2.2
16532026-05-15T19:49:31.917Z Compiling env_filter v1.0.0
16542026-05-15T19:49:31.991Z Compiling fixedbitset v0.5.7
16552026-05-15T19:49:32.017Z Compiling fixedbitset v0.4.2
16562026-05-15T19:49:32.048Z Compiling new_debug_unreachable v1.0.6
16572026-05-15T19:49:32.121Z Compiling jiff v0.2.21
16582026-05-15T19:49:32.226Z Compiling data-encoding v2.10.0
16592026-05-15T19:49:32.247Z Compiling typed-path v0.9.3
16602026-05-15T19:49:32.298Z Compiling normalize-line-endings v0.3.0
16612026-05-15T19:49:32.396Z Compiling either v1.15.0
16622026-05-15T19:49:32.612Z Compiling static_assertions v1.1.0
16632026-05-15T19:49:32.692Z Compiling keccak v0.1.6
16642026-05-15T19:49:32.920Z Compiling whoami v2.1.0
16652026-05-15T19:49:33.295Z Compiling predicates-core v1.0.10
16662026-05-15T19:49:33.309Z Compiling rustc-hash v2.1.1
16672026-05-15T19:49:33.357Z Compiling precomputed-hash v0.1.1
16682026-05-15T19:49:33.478Z Compiling difflib v0.4.0
16692026-05-15T19:49:33.485Z Compiling string_cache v0.8.9
16702026-05-15T19:49:33.485Z Compiling iddqd v0.3.18
16712026-05-15T19:49:33.485Z Compiling clap v4.5.60
16722026-05-15T19:49:33.509Z Compiling strum v0.26.3
16732026-05-15T19:49:33.560Z Compiling tokio-postgres v0.7.16
16742026-05-15T19:49:33.641Z Compiling sha3 v0.10.8
16752026-05-15T19:49:33.677Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16762026-05-15T19:49:33.991Z Compiling predicates v3.1.4
16772026-05-15T19:49:34.107Z Compiling itertools v0.13.0
16782026-05-15T19:49:34.195Z Compiling hickory-proto v0.25.2
16792026-05-15T19:49:34.610Z Compiling petgraph v0.8.3
16802026-05-15T19:49:34.637Z Compiling petgraph v0.6.5
16812026-05-15T19:49:35.333Z Compiling zip v4.6.1
16822026-05-15T19:49:35.756Z Compiling env_logger v0.11.9
16832026-05-15T19:49:36.106Z Compiling toml_edit v0.22.27
16842026-05-15T19:49:36.121Z Compiling usdt-impl v0.5.0
16852026-05-15T19:49:36.282Z Compiling usdt v0.6.0
16862026-05-15T19:49:36.305Z Compiling rsa v0.9.10
16872026-05-15T19:49:36.536Z Compiling ecdsa v0.16.9
16882026-05-15T19:49:36.553Z Compiling ed25519-dalek v2.2.0
16892026-05-15T19:49:36.581Z Compiling serde_with v3.17.0
16902026-05-15T19:49:36.739Z Compiling crossterm v0.28.1
16912026-05-15T19:49:37.227Z Compiling zip v0.6.6
16922026-05-15T19:49:37.808Z Compiling toml v0.7.8
16932026-05-15T19:49:38.284Z Compiling rand v0.10.0
16942026-05-15T19:49:38.645Z Compiling toml_parser v1.0.9+spec-1.1.0
16952026-05-15T19:49:38.752Z Compiling heck v0.4.1
16962026-05-15T19:49:38.850Z Compiling similar v2.7.0
16972026-05-15T19:49:38.887Z Compiling crossbeam-epoch v0.9.18
16982026-05-15T19:49:38.977Z Compiling tokio-stream v0.1.18
16992026-05-15T19:49:39.182Z Compiling buf-list v1.1.2
17002026-05-15T19:49:39.213Z Compiling x509-cert v0.2.5
17012026-05-15T19:49:39.271Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
17022026-05-15T19:49:39.453Z Compiling openapiv3 v2.2.0
17032026-05-15T19:49:39.472Z Compiling sha1 v0.10.6
17042026-05-15T19:49:39.576Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-05-15T19:49:39.655Z Compiling lalrpop-util v0.19.12
17062026-05-15T19:49:39.689Z Compiling peg-runtime v0.8.5
17072026-05-15T19:49:39.725Z Compiling thread_local v1.1.9
17082026-05-15T19:49:39.849Z Compiling slog-async v2.8.0
17092026-05-15T19:49:39.866Z Compiling crossbeam-channel v0.5.15
17102026-05-15T19:49:39.974Z Compiling filetime v0.2.27
17112026-05-15T19:49:39.978Z Compiling is-terminal v0.4.17
17122026-05-15T19:49:40.077Z Compiling take_mut v0.2.2
17132026-05-15T19:49:40.139Z Compiling xattr v1.6.1
17142026-05-15T19:49:40.161Z Compiling term v1.2.1
17152026-05-15T19:49:40.314Z Compiling tar v0.4.45
17162026-05-15T19:49:40.745Z Compiling slog-term v2.9.2
17172026-05-15T19:49:50.272Z Compiling rustls-webpki v0.103.9
17182026-05-15T19:49:53.077Z Compiling tokio-rustls v0.26.4
17192026-05-15T19:49:53.077Z Compiling rustls-platform-verifier v0.6.2
17202026-05-15T19:49:53.270Z Compiling hyper-rustls v0.27.7
17212026-05-15T19:49:53.475Z Compiling reqwest v0.12.28
17222026-05-15T19:49:53.488Z Compiling reqwest v0.13.2
17232026-05-15T19:49:54.734Z Compiling tough v0.22.0
17242026-05-15T19:49:57.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17252026-05-15T19:49:57.497Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17262026-05-15T19:50:00.297Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
17272026-05-15T19:50:00.441Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17282026-05-15T19:50:00.503ZMay 15 19:49:58.986 INFO Starting download, target: Clickhouse
17292026-05-15T19:50:00.503ZMay 15 19:49:58.987 INFO Starting download, target: Cockroach
17302026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Starting download, target: Console
17312026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Starting download, target: DendriteStub
17322026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Starting download, target: MaghemiteMgd
17332026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Starting download, target: TransceiverControl
17342026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17352026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17372026-05-15T19:50:00.509ZMay 15 19:49:58.987 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-05-15T19:50:00.510ZMay 15 19:49:58.987 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-05-15T19:50:00.510ZMay 15 19:49:58.987 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-05-15T19:50:01.372ZMay 15 19:49:59.860 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17412026-05-15T19:50:01.530ZMay 15 19:50:00.018 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-15T19:50:01.606ZMay 15 19:50:00.088 INFO Download complete, target: TransceiverControl
17432026-05-15T19:50:01.772ZMay 15 19:50:00.258 INFO Download complete, target: Console
17442026-05-15T19:50:02.082ZMay 15 19:50:00.570 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17452026-05-15T19:50:02.394ZMay 15 19:50:00.882 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-05-15T19:50:02.432ZMay 15 19:50:00.921 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-05-15T19:50:03.092ZMay 15 19:50:01.582 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-05-15T19:50:03.092ZMay 15 19:50:01.582 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-05-15T19:50:04.423ZMay 15 19:50:02.912 INFO Download complete, target: DendriteStub
17502026-05-15T19:50:04.797ZMay 15 19:50:03.286 INFO Download complete, target: MaghemiteMgd
17512026-05-15T19:50:07.695ZMay 15 19:50:06.185 INFO Checking that binary works, target: Cockroach
17522026-05-15T19:50:07.812ZMay 15 19:50:06.303 INFO Download complete, target: Cockroach
17532026-05-15T19:50:09.175ZMay 15 19:50:07.665 INFO Checking that binary works, target: Clickhouse
17542026-05-15T19:50:09.290ZMay 15 19:50:07.780 INFO Download complete, target: Clickhouse
17552026-05-15T19:50:09.305ZAll builder prerequisites installed successfully, and PATH looks valid
17562026-05-15T19:50:09.308Z
17572026-05-15T19:50:09.308Zreal 2:19.325503630
17582026-05-15T19:50:09.308Zuser 7:00.362964061
17592026-05-15T19:50:09.308Zsys 1:22.406197099
17602026-05-15T19:50:09.308Ztrap 0.215084609
17612026-05-15T19:50:09.308Ztflt 0.651296837
17622026-05-15T19:50:09.308Zdflt 0.508110325
17632026-05-15T19:50:09.308Zkflt 0.022583272
17642026-05-15T19:50:09.308Zlock 23:53.140078624
17652026-05-15T19:50:09.308Zslp 21:16.356327620
17662026-05-15T19:50:09.308Zlat 42.582580345
17672026-05-15T19:50:09.309Zstop 2:00.734256125
17682026-05-15T19:50:09.309Z+ banner clippy
17692026-05-15T19:50:09.309Z
17702026-05-15T19:50:09.309Z #### # # ##### ##### # #
17712026-05-15T19:50:09.309Z # # # # # # # # # #
17722026-05-15T19:50:09.309Z # # # # # # # #
17732026-05-15T19:50:09.309Z # # # ##### ##### #
17742026-05-15T19:50:09.309Z # # # # # # #
17752026-05-15T19:50:09.309Z #### ###### # # # #
17762026-05-15T19:50:09.309Z
17772026-05-15T19:50:09.309Z+ export CARGO_INCREMENTAL=0
17782026-05-15T19:50:09.309Z+ CARGO_INCREMENTAL=0
17792026-05-15T19:50:09.309Z+ ptime -m cargo xtask clippy
17802026-05-15T19:50:09.828Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
17812026-05-15T19:50:10.049Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
17822026-05-15T19:50:11.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s
17832026-05-15T19:50:11.987Z Running `target/debug/xtask clippy`
17842026-05-15T19:50:12.015Zrunning: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings"
17852026-05-15T19:50:12.632Z Downloading crates ...
17862026-05-15T19:50:12.826Z Downloaded cargo-platform v0.3.2
17872026-05-15T19:50:12.829Z Downloaded datatest-stable v0.3.3
17882026-05-15T19:50:12.831Z Downloaded rust-argon2 v2.1.0
17892026-05-15T19:50:12.834Z Downloaded constant_time_eq v0.3.1
17902026-05-15T19:50:12.837Z Downloaded assert-json-diff v2.0.2
17912026-05-15T19:50:12.837Z Downloaded cargo_metadata v0.23.1
17922026-05-15T19:50:12.840Z Downloaded concurrent-queue v2.5.0
17932026-05-15T19:50:12.840Z Downloaded addr2line v0.25.1
17942026-05-15T19:50:12.840Z Downloaded async-object-pool v0.2.0
17952026-05-15T19:50:12.844Z Downloaded blake2b_simd v1.0.4
17962026-05-15T19:50:12.844Z Downloaded backtrace-ext v0.2.1
17972026-05-15T19:50:12.847Z Downloaded criterion-plot v0.6.0
17982026-05-15T19:50:12.850Z Downloaded async-lock v3.4.2
17992026-05-15T19:50:12.853Z Downloaded supports-unicode v2.1.0
18002026-05-15T19:50:12.856Z Downloaded nested v0.1.1
18012026-05-15T19:50:12.859Z Downloaded event-listener-strategy v0.5.4
18022026-05-15T19:50:12.862Z Downloaded approx v0.5.1
18032026-05-15T19:50:12.865Z Downloaded httptest v0.16.4
18042026-05-15T19:50:12.865Z Downloaded anes v0.1.6
18052026-05-15T19:50:12.868Z Downloaded cfg-expr v0.20.6
18062026-05-15T19:50:12.871Z Downloaded plotters-svg v0.3.7
18072026-05-15T19:50:12.873Z Downloaded stringmetrics v2.2.2
18082026-05-15T19:50:12.873Z Downloaded assert_cmd v2.1.2
18092026-05-15T19:50:12.874Z Downloaded linkme-impl v0.3.35
18102026-05-15T19:50:12.876Z Downloaded knuffel-derive v3.2.0
18112026-05-15T19:50:12.876Z Downloaded chumsky v0.9.3
18122026-05-15T19:50:12.879Z Downloaded cast v0.3.0
18132026-05-15T19:50:12.879Z Downloaded escape8259 v0.5.3
18142026-05-15T19:50:12.884Z Downloaded target-triple v1.0.0
18152026-05-15T19:50:12.887Z Downloaded tokio-test v0.4.5
18162026-05-15T19:50:12.891Z Downloaded guppy-workspace-hack v0.1.0
18172026-05-15T19:50:12.898Z Downloaded terminal_size v0.1.17
18182026-05-15T19:50:12.901Z Downloaded tinytemplate v1.2.1
18192026-05-15T19:50:12.901Z Downloaded target-spec v3.5.7
18202026-05-15T19:50:12.901Z Downloaded serde_regex v1.1.0
18212026-05-15T19:50:12.903Z Downloaded rustc-demangle v0.1.27
18222026-05-15T19:50:12.903Z Downloaded plotters-backend v0.3.7
18232026-05-15T19:50:12.903Z Downloaded futures-timer v3.0.3
18242026-05-15T19:50:12.906Z Downloaded pathdiff v0.2.3
18252026-05-15T19:50:12.906Z Downloaded supports-color v2.1.0
18262026-05-15T19:50:12.910Z Downloaded parking v2.2.1
18272026-05-15T19:50:12.913Z Downloaded relative-path v1.9.3
18282026-05-15T19:50:12.917Z Downloaded target-lexicon v0.13.3
18292026-05-15T19:50:12.920Z Downloaded owo-colors v3.5.0
18302026-05-15T19:50:12.920Z Downloaded partial-io v0.5.4
18312026-05-15T19:50:12.923Z Downloaded linkme v0.3.35
18322026-05-15T19:50:12.923Z Downloaded oorandom v11.1.5
18332026-05-15T19:50:12.926Z Downloaded hickory-client v0.25.2
18342026-05-15T19:50:12.929Z Downloaded supports-hyperlinks v2.1.0
18352026-05-15T19:50:12.929Z Downloaded miette-derive v5.10.0
18362026-05-15T19:50:12.929Z Downloaded libtest-mimic v0.8.1
18372026-05-15T19:50:12.932Z Downloaded backtrace v0.3.76
18382026-05-15T19:50:12.935Z Downloaded termcolor v1.4.1
18392026-05-15T19:50:12.938Z Downloaded trybuild v1.0.116
18402026-05-15T19:50:12.941Z Downloaded path-tree v0.8.3
18412026-05-15T19:50:12.943Z Downloaded event-listener v5.4.1
18422026-05-15T19:50:12.946Z Downloaded similar-asserts v1.7.0
18432026-05-15T19:50:12.954Z Downloaded textwrap v0.15.2
18442026-05-15T19:50:12.961Z Downloaded rstest v0.25.0
18452026-05-15T19:50:12.964Z Downloaded rstest_macros v0.25.0
18462026-05-15T19:50:12.967Z Downloaded rand_distr v0.5.1
18472026-05-15T19:50:12.969Z Downloaded knuffel v3.2.0
18482026-05-15T19:50:12.972Z Downloaded criterion v0.7.0
18492026-05-15T19:50:12.975Z Downloaded miette v5.10.0
18502026-05-15T19:50:12.978Z Downloaded fancy-regex v0.14.0
18512026-05-15T19:50:12.986Z Downloaded hashbrown v0.14.5
18522026-05-15T19:50:12.989Z Downloaded guppy v0.17.25
18532026-05-15T19:50:12.992Z Downloaded plotters v0.3.7
18542026-05-15T19:50:13.011Z Downloaded gimli v0.32.3
18552026-05-15T19:50:13.102Z Downloaded httpmock v0.8.3
18562026-05-15T19:50:14.725Z Checking cfg-if v1.0.4
18572026-05-15T19:50:15.073Z Checking libc v0.2.185
18582026-05-15T19:50:15.076Z Checking serde_core v1.0.228
18592026-05-15T19:50:15.142Z Checking memchr v2.8.0
18602026-05-15T19:50:15.179Z Checking smallvec v1.15.1
18612026-05-15T19:50:15.216Z Checking log v0.4.29
18622026-05-15T19:50:15.248Z Checking itoa v1.0.17
18632026-05-15T19:50:15.295Z Checking zeroize v1.8.2
18642026-05-15T19:50:15.334Z Checking libm v0.2.16
18652026-05-15T19:50:15.410Z Checking scopeguard v1.2.0
18662026-05-15T19:50:15.446Z Checking stable_deref_trait v1.2.1
18672026-05-15T19:50:15.488Z Checking zerofrom v0.1.6
18682026-05-15T19:50:15.524Z Checking errno v0.3.14
18692026-05-15T19:50:15.524Z Checking getrandom v0.2.17
18702026-05-15T19:50:15.590Z Checking lock_api v0.4.14
18712026-05-15T19:50:15.621Z Checking zmij v1.0.21
18722026-05-15T19:50:15.655Z Checking yoke v0.8.1
18732026-05-15T19:50:15.693Z Checking percent-encoding v2.3.2
18742026-05-15T19:50:15.729Z Checking litemap v0.8.1
18752026-05-15T19:50:15.729Z Checking writeable v0.6.2
18762026-05-15T19:50:15.820Z Checking icu_normalizer_data v2.1.1
18772026-05-15T19:50:15.856Z Checking icu_properties_data v2.1.2
18782026-05-15T19:50:15.859Z Checking zerovec v0.11.5
18792026-05-15T19:50:15.859Z Checking zerotrie v0.2.3
18802026-05-15T19:50:15.953Z Checking form_urlencoded v1.2.2
18812026-05-15T19:50:15.991Z Checking subtle v2.6.1
18822026-05-15T19:50:16.019Z Checking utf8_iter v1.0.4
18832026-05-15T19:50:16.053Z Checking pin-project-lite v0.2.17
18842026-05-15T19:50:16.091Z Checking num-traits v0.2.19
18852026-05-15T19:50:16.130Z Checking rand_core v0.10.0
18862026-05-15T19:50:16.167Z Checking parking_lot_core v0.9.12
18872026-05-15T19:50:16.170Z Checking rand_core v0.6.4
18882026-05-15T19:50:16.235Z Checking zerocopy v0.8.40
18892026-05-15T19:50:16.272Z Checking portable-atomic v1.13.1
18902026-05-15T19:50:16.309Z Checking getrandom v0.4.1
18912026-05-15T19:50:16.349Z Checking tinystr v0.8.2
18922026-05-15T19:50:16.384Z Checking potential_utf v0.1.4
18932026-05-15T19:50:16.417Z Checking parking_lot v0.12.5
18942026-05-15T19:50:16.481Z Checking critical-section v1.2.0
18952026-05-15T19:50:16.540Z Checking icu_collections v2.1.1
18962026-05-15T19:50:16.572Z Checking icu_locale_core v2.1.1
18972026-05-15T19:50:16.612Z Checking signal-hook-registry v1.4.8
18982026-05-15T19:50:16.616Z Checking serde v1.0.228
18992026-05-15T19:50:16.677Z Checking serde_json v1.0.149
19002026-05-15T19:50:16.680Z Checking bitflags v2.11.0
19012026-05-15T19:50:16.743Z Checking once_cell v1.21.3
19022026-05-15T19:50:16.801Z Checking mio v1.2.0
19032026-05-15T19:50:16.879Z Checking socket2 v0.6.3
19042026-05-15T19:50:16.922Z Checking typenum v1.19.0
19052026-05-15T19:50:16.966Z Checking thiserror v2.0.18
19062026-05-15T19:50:17.070Z Checking bytes v1.11.1
19072026-05-15T19:50:17.107Z Checking iana-time-zone v0.1.65
19082026-05-15T19:50:17.143Z Checking icu_provider v2.1.1
19092026-05-15T19:50:17.186Z Checking uuid v1.23.0
19102026-05-15T19:50:17.228Z Checking semver v1.0.28
19112026-05-15T19:50:17.262Z Checking chrono v0.4.44
19122026-05-15T19:50:17.377Z Checking futures-core v0.3.32
19132026-05-15T19:50:17.415Z Checking icu_normalizer v2.1.1
19142026-05-15T19:50:17.461Z Checking icu_properties v2.1.2
19152026-05-15T19:50:17.496Z Checking generic-array v0.14.7
19162026-05-15T19:50:17.533Z Checking tokio v1.52.1
19172026-05-15T19:50:17.581Z Checking equivalent v1.0.2
19182026-05-15T19:50:17.581Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19192026-05-15T19:50:17.697Z Checking dyn-clone v1.0.20
19202026-05-15T19:50:17.748Z Checking const-oid v0.9.6
19212026-05-15T19:50:17.832Z Checking futures-sink v0.3.32
19222026-05-15T19:50:17.910Z Checking futures-io v0.3.32
19232026-05-15T19:50:17.953Z Checking futures-channel v0.3.32
19242026-05-15T19:50:17.988Z Checking crypto-common v0.1.7
19252026-05-15T19:50:18.053Z Checking block-buffer v0.10.4
19262026-05-15T19:50:18.125Z Checking slab v0.4.12
19272026-05-15T19:50:18.160Z Checking futures-task v0.3.32
19282026-05-15T19:50:18.195Z Checking byteorder v1.5.0
19292026-05-15T19:50:18.229Z Checking hashbrown v0.17.0
19302026-05-15T19:50:18.289Z Checking idna_adapter v1.2.1
19312026-05-15T19:50:18.324Z Checking rustix v1.1.3
19322026-05-15T19:50:18.357Z Checking futures-util v0.3.32
19332026-05-15T19:50:18.419Z Checking cpufeatures v0.2.17
19342026-05-15T19:50:18.453Z Checking idna v1.1.0
19352026-05-15T19:50:18.456Z Checking digest v0.10.7
19362026-05-15T19:50:18.527Z Checking thiserror v1.0.69
19372026-05-15T19:50:18.655Z Checking getrandom v0.3.4
19382026-05-15T19:50:18.701Z Checking fnv v1.0.7
19392026-05-15T19:50:18.735Z Checking url v2.5.8
19402026-05-15T19:50:18.738Z Checking indexmap v2.14.0
19412026-05-15T19:50:18.822Z Checking regex-syntax v0.8.10
19422026-05-15T19:50:18.857Z Checking http v1.4.0
19432026-05-15T19:50:18.963Z Checking ppv-lite86 v0.2.21
19442026-05-15T19:50:19.178Z Checking tracing-core v0.1.36
19452026-05-15T19:50:19.214Z Checking schemars v0.8.22
19462026-05-15T19:50:19.284Z Checking base64 v0.22.1
19472026-05-15T19:50:19.344Z Checking ipnet v2.11.0
19482026-05-15T19:50:19.433Z Checking unicode-ident v1.0.24
19492026-05-15T19:50:19.511Z Checking tracing v0.1.44
19502026-05-15T19:50:19.553Z Checking untrusted v0.9.0
19512026-05-15T19:50:19.588Z Checking proc-macro2 v1.0.106
19522026-05-15T19:50:19.627Z Checking aho-corasick v1.1.4
19532026-05-15T19:50:19.688Z Checking ring v0.17.14
19542026-05-15T19:50:19.744Z Checking anstyle v1.0.13
19552026-05-15T19:50:19.877Z Checking utf8parse v0.2.2
19562026-05-15T19:50:19.921Z Checking quote v1.0.45
19572026-05-15T19:50:19.957Z Checking rustls-pki-types v1.14.0
19582026-05-15T19:50:20.008Z Checking httparse v1.10.1
19592026-05-15T19:50:20.120Z Checking syn v2.0.117
19602026-05-15T19:50:20.157Z Checking base64ct v1.8.3
19612026-05-15T19:50:20.249Z Checking anstyle-parse v0.2.7
19622026-05-15T19:50:20.285Z Checking block-padding v0.3.3
19632026-05-15T19:50:20.289Z Checking is_terminal_polyfill v1.70.2
19642026-05-15T19:50:20.356Z Checking regex-automata v0.4.14
19652026-05-15T19:50:20.421Z Checking anstyle-query v1.1.5
19662026-05-15T19:50:20.457Z Checking colorchoice v1.0.4
19672026-05-15T19:50:20.460Z Checking inout v0.1.4
19682026-05-15T19:50:20.460Z Checking crossbeam-utils v0.8.21
19692026-05-15T19:50:20.556Z Checking allocator-api2 v0.2.21
19702026-05-15T19:50:20.619Z Checking anstream v0.6.21
19712026-05-15T19:50:20.655Z Checking cipher v0.4.4
19722026-05-15T19:50:20.720Z Checking http-body v1.0.1
19732026-05-15T19:50:20.758Z Checking tokio-util v0.7.18
19742026-05-15T19:50:20.845Z Checking terminal_size v0.4.3
19752026-05-15T19:50:20.880Z Checking atomic-waker v1.1.2
19762026-05-15T19:50:21.009Z Checking strsim v0.11.1
19772026-05-15T19:50:21.009Z Checking clap_lex v1.0.0
19782026-05-15T19:50:21.009Z Checking try-lock v0.2.5
19792026-05-15T19:50:21.018Z Checking httpdate v1.0.3
19802026-05-15T19:50:21.046Z Checking pem-rfc7468 v0.7.0
19812026-05-15T19:50:21.079Z Checking sha2 v0.10.9
19822026-05-15T19:50:21.112Z Checking want v0.3.1
19832026-05-15T19:50:21.145Z Checking clap_builder v4.5.60
19842026-05-15T19:50:21.185Z Checking pin-utils v0.1.0
19852026-05-15T19:50:21.232Z Checking tower-service v0.3.3
19862026-05-15T19:50:21.266Z Checking ryu v1.0.23
19872026-05-15T19:50:21.300Z Checking tower-layer v0.3.3
19882026-05-15T19:50:21.352Z Checking rand_core v0.9.5
19892026-05-15T19:50:21.389Z Checking hmac v0.12.1
19902026-05-15T19:50:21.392Z Checking h2 v0.4.13
19912026-05-15T19:50:21.455Z Checking powerfmt v0.2.0
19922026-05-15T19:50:21.489Z Checking flagset v0.4.7
19932026-05-15T19:50:21.550Z Checking num-conv v0.2.0
19942026-05-15T19:50:21.586Z Checking time-core v0.1.8
19952026-05-15T19:50:21.629Z Checking deranged v0.5.8
19962026-05-15T19:50:21.665Z Checking num_threads v0.1.7
19972026-05-15T19:50:21.698Z Checking der v0.7.10
19982026-05-15T19:50:21.753Z Checking erased-serde v0.3.31
19992026-05-15T19:50:21.787Z Checking rand_chacha v0.9.0
20002026-05-15T19:50:22.016Z Checking http-body-util v0.1.3
20012026-05-15T19:50:22.169Z Checking slog v2.8.2
20022026-05-15T19:50:22.205Z Checking spin v0.9.8
20032026-05-15T19:50:22.270Z Checking rand v0.9.2
20042026-05-15T19:50:22.394Z Checking clap v4.5.60
20052026-05-15T19:50:22.397Z Checking aws-lc-sys v0.40.0
20062026-05-15T19:50:22.462Z Checking anyhow v1.0.102
20072026-05-15T19:50:22.464Z Checking untrusted v0.7.1
20082026-05-15T19:50:22.495Z Checking serde_urlencoded v0.7.1
20092026-05-15T19:50:22.561Z Checking openssl-probe v0.2.1
20102026-05-15T19:50:22.595Z Checking time v0.3.47
20112026-05-15T19:50:22.635Z Checking regex v1.12.3
20122026-05-15T19:50:22.687Z Checking fastrand v2.3.0
20132026-05-15T19:50:22.722Z Checking spki v0.7.3
20142026-05-15T19:50:22.755Z Checking pbkdf2 v0.12.2
20152026-05-15T19:50:22.791Z Checking aes v0.8.4
20162026-05-15T19:50:22.892Z Checking pretty-hex v0.4.1
20172026-05-15T19:50:22.896Z Checking salsa20 v0.10.2
20182026-05-15T19:50:22.958Z Checking cbc v0.1.2
20192026-05-15T19:50:22.961Z Checking aws-lc-rs v1.16.3
20202026-05-15T19:50:22.961Z Checking rand_chacha v0.3.1
20212026-05-15T19:50:23.055Z Checking hex v0.4.3
20222026-05-15T19:50:23.088Z Checking plain v0.2.3
20232026-05-15T19:50:23.122Z Checking scrypt v0.11.0
20242026-05-15T19:50:23.200Z Checking tempfile v3.25.0
20252026-05-15T19:50:23.234Z Checking rustls-native-certs v0.8.3
20262026-05-15T19:50:23.268Z Checking rand v0.8.6
20272026-05-15T19:50:23.302Z Checking ipnetwork v0.21.1
20282026-05-15T19:50:23.305Z Checking sync_wrapper v1.0.2
20292026-05-15T19:50:23.388Z Checking simd-adler32 v0.3.8
20302026-05-15T19:50:23.423Z Checking ucd-trie v0.1.7
20312026-05-15T19:50:23.466Z Checking foldhash v0.2.0
20322026-05-15T19:50:23.550Z Checking tower v0.5.3
20332026-05-15T19:50:23.585Z Checking pest v2.8.6
20342026-05-15T19:50:23.589Z Checking pkcs5 v0.7.1
20352026-05-15T19:50:23.709Z Checking hashbrown v0.16.1
20362026-05-15T19:50:23.746Z Checking webpki-roots v1.0.6
20372026-05-15T19:50:23.803Z Checking camino v1.2.2
20382026-05-15T19:50:23.851Z Checking rustls-webpki v0.103.9
20392026-05-15T19:50:23.894Z Checking adler2 v2.0.1
20402026-05-15T19:50:23.957Z Checking iri-string v0.7.10
20412026-05-15T19:50:24.022Z Checking pkcs8 v0.10.2
20422026-05-15T19:50:24.056Z Checking miniz_oxide v0.8.9
20432026-05-15T19:50:24.090Z Checking openapiv3 v2.2.0
20442026-05-15T19:50:24.136Z Checking hyper v1.8.1
20452026-05-15T19:50:24.224Z Checking futures-executor v0.3.32
20462026-05-15T19:50:24.260Z Checking mime v0.3.17
20472026-05-15T19:50:24.301Z Checking rustls v0.23.37
20482026-05-15T19:50:24.398Z Checking futures v0.3.32
20492026-05-15T19:50:24.441Z Checking either v1.15.0
20502026-05-15T19:50:24.477Z Checking winnow v0.7.14
20512026-05-15T19:50:24.511Z Checking crc32fast v1.5.0
20522026-05-15T19:50:24.659Z Checking static_assertions v1.1.0
20532026-05-15T19:50:24.695Z Checking oxnet v0.1.4
20542026-05-15T19:50:24.728Z Checking lazy_static v1.5.0
20552026-05-15T19:50:24.763Z Checking signature v2.2.0
20562026-05-15T19:50:24.845Z Checking hubpack v0.1.2
20572026-05-15T19:50:24.922Z Checking encoding_rs v0.8.35
20582026-05-15T19:50:24.957Z Checking strum v0.26.3
20592026-05-15T19:50:25.001Z Checking tower-http v0.6.8
20602026-05-15T19:50:25.040Z Checking tinyvec_macros v0.1.1
20612026-05-15T19:50:25.074Z Checking hyper-util v0.1.20
20622026-05-15T19:50:25.107Z Checking foreign-types-shared v0.1.1
20632026-05-15T19:50:25.143Z Checking zlib-rs v0.6.2
20642026-05-15T19:50:25.219Z Checking foreign-types v0.3.2
20652026-05-15T19:50:25.297Z Checking tinyvec v1.10.0
20662026-05-15T19:50:25.333Z Checking sha1 v0.10.6
20672026-05-15T19:50:25.421Z Checking scroll v0.13.0
20682026-05-15T19:50:25.539Z Checking openssl-sys v0.9.115
20692026-05-15T19:50:25.653Z Checking data-encoding v2.10.0
20702026-05-15T19:50:25.689Z Checking goblin v0.10.5
20712026-05-15T19:50:25.692Z Checking toml_datetime v0.6.11
20722026-05-15T19:50:25.905Z Checking serde_spanned v0.6.9
20732026-05-15T19:50:25.908Z Checking num-integer v0.1.46
20742026-05-15T19:50:25.973Z Checking memmap2 v0.9.10
20752026-05-15T19:50:25.976Z Checking openssl v0.10.79
20762026-05-15T19:50:26.060Z Checking dtrace-parser v0.3.0
20772026-05-15T19:50:26.096Z Checking flate2 v1.1.9
20782026-05-15T19:50:26.162Z Checking thread-id v5.1.0
20792026-05-15T19:50:26.197Z Checking psl-types v2.0.11
20802026-05-15T19:50:26.271Z Checking bit-vec v0.8.0
20812026-05-15T19:50:26.324Z Checking base16ct v0.2.0
20822026-05-15T19:50:26.359Z Checking publicsuffix v2.3.0
20832026-05-15T19:50:26.392Z Checking cookie v0.18.1
20842026-05-15T19:50:26.428Z Checking ff v0.13.1
20852026-05-15T19:50:26.478Z Checking sec1 v0.7.3
20862026-05-15T19:50:26.514Z Checking bit-set v0.8.0
20872026-05-15T19:50:26.547Z Checking wait-timeout v0.2.1
20882026-05-15T19:50:26.587Z Checking group v0.13.0
20892026-05-15T19:50:26.649Z Checking cookie_store v0.22.1
20902026-05-15T19:50:26.688Z Checking num-iter v0.1.45
20912026-05-15T19:50:26.691Z Checking tokio-rustls v0.26.4
20922026-05-15T19:50:26.753Z Checking rustls-platform-verifier v0.6.2
20932026-05-15T19:50:26.757Z Checking bstr v1.12.1
20942026-05-15T19:50:26.819Z Checking hkdf v0.12.4
20952026-05-15T19:50:26.857Z Checking crossbeam-epoch v0.9.18
20962026-05-15T19:50:26.923Z Checking ahash v0.8.12
20972026-05-15T19:50:26.960Z Checking hyper-rustls v0.27.7
20982026-05-15T19:50:26.998Z Checking crypto-bigint v0.5.5
20992026-05-15T19:50:27.028Z Checking quick-error v1.2.3
21002026-05-15T19:50:27.110Z Checking rand_xorshift v0.4.0
21012026-05-15T19:50:27.149Z Checking scroll v0.12.0
21022026-05-15T19:50:27.186Z Checking rusty-fork v0.3.1
21032026-05-15T19:50:27.221Z Checking unarray v0.1.4
21042026-05-15T19:50:27.224Z Checking reqwest v0.13.2
21052026-05-15T19:50:27.286Z Checking num-bigint-dig v0.8.6
21062026-05-15T19:50:27.353Z Checking pkcs1 v0.7.5
21072026-05-15T19:50:27.389Z Checking proptest v1.10.0
21082026-05-15T19:50:27.425Z Checking goblin v0.8.2
21092026-05-15T19:50:27.594Z Checking x509-cert v0.2.5
21102026-05-15T19:50:27.903Z Checking elliptic-curve v0.13.8
21112026-05-15T19:50:28.006Z Checking native-tls v0.2.18
21122026-05-15T19:50:28.055Z Checking dof v0.4.0
21132026-05-15T19:50:28.100Z Checking zerocopy v0.7.35
21142026-05-15T19:50:28.136Z Checking unicode-segmentation v1.12.0
21152026-05-15T19:50:28.213Z Checking tokio-native-tls v0.3.1
21162026-05-15T19:50:28.249Z Checking rsa v0.9.10
21172026-05-15T19:50:28.284Z Checking dtrace-parser v0.2.0
21182026-05-15T19:50:28.401Z Checking hyper-tls v0.6.0
21192026-05-15T19:50:28.467Z Checking rfc6979 v0.4.0
21202026-05-15T19:50:28.548Z Checking thread-id v4.2.2
21212026-05-15T19:50:28.600Z Checking reqwest v0.12.28
21222026-05-15T19:50:28.636Z Checking toml_write v0.1.2
21232026-05-15T19:50:28.639Z Checking ecdsa v0.16.9
21242026-05-15T19:50:28.703Z Checking toml_parser v1.0.9+spec-1.1.0
21252026-05-15T19:50:28.706Z Checking usdt-impl v0.6.0
21262026-05-15T19:50:28.771Z Checking curve25519-dalek v4.1.3
21272026-05-15T19:50:28.827Z Checking toml_edit v0.22.27
21282026-05-15T19:50:29.029Z Checking rustix v0.38.44
21292026-05-15T19:50:29.065Z Checking usdt v0.6.0
21302026-05-15T19:50:29.068Z Checking memoffset v0.9.1
21312026-05-15T19:50:29.161Z Checking newtype-uuid v1.3.2
21322026-05-15T19:50:29.204Z Checking env_filter v1.0.0
21332026-05-15T19:50:29.259Z Checking keccak v0.1.6
21342026-05-15T19:50:29.338Z Checking dof v0.3.0
21352026-05-15T19:50:29.375Z Checking same-file v1.0.6
21362026-05-15T19:50:29.410Z Checking daft v0.1.5
21372026-05-15T19:50:29.452Z Checking sha3 v0.10.8
21382026-05-15T19:50:29.488Z Checking env_logger v0.11.9
21392026-05-15T19:50:29.523Z Checking walkdir v2.5.0
21402026-05-15T19:50:29.572Z Checking ed25519 v2.2.3
21412026-05-15T19:50:29.650Z Checking usdt-impl v0.5.0
21422026-05-15T19:50:29.687Z Checking itertools v0.13.0
21432026-05-15T19:50:29.690Z Checking serde_with v3.17.0
21442026-05-15T19:50:29.754Z Checking siphasher v1.0.2
21452026-05-15T19:50:29.757Z Checking bitflags v1.3.2
21462026-05-15T19:50:29.818Z Checking ed25519-dalek v2.2.0
21472026-05-15T19:50:29.854Z Checking unicode-normalization v0.1.25
21482026-05-15T19:50:29.889Z Checking signal-hook v0.3.18
21492026-05-15T19:50:29.926Z Checking winnow v0.5.40
21502026-05-15T19:50:29.960Z Checking managed v0.8.0
21512026-05-15T19:50:29.963Z Checking nix v0.31.2
21522026-05-15T19:50:30.072Z Checking bzip2-sys v0.1.13+1.0.8
21532026-05-15T19:50:30.109Z Checking object v0.37.3
21542026-05-15T19:50:30.174Z Checking foldhash v0.1.5
21552026-05-15T19:50:30.210Z Checking bzip2 v0.4.4
21562026-05-15T19:50:30.283Z Checking signal-hook-mio v0.2.5
21572026-05-15T19:50:30.337Z Checking hashbrown v0.15.5
21582026-05-15T19:50:30.404Z Checking globset v0.4.18
21592026-05-15T19:50:30.439Z Checking ref-cast v1.0.25
21602026-05-15T19:50:30.568Z Checking zstd-sys v2.0.16+zstd.1.5.7
21612026-05-15T19:50:30.687Z Checking zip v0.6.6
21622026-05-15T19:50:30.723Z Checking zstd-safe v7.2.4
21632026-05-15T19:50:30.760Z Checking pin-project v1.1.11
21642026-05-15T19:50:30.842Z Checking libbz2-rs-sys v0.2.2
21652026-05-15T19:50:30.884Z Checking cpufeatures v0.3.0
21662026-05-15T19:50:30.920Z Checking bumpalo v3.20.2
21672026-05-15T19:50:30.986Z Checking chacha20 v0.10.0
21682026-05-15T19:50:31.030Z Checking zstd v0.13.3
21692026-05-15T19:50:31.065Z Checking crossterm v0.28.1
21702026-05-15T19:50:31.099Z Checking toml_edit v0.19.15
21712026-05-15T19:50:31.151Z Checking zopfli v0.8.3
21722026-05-15T19:50:31.187Z Checking similar v2.7.0
21732026-05-15T19:50:31.224Z Checking tokio-stream v0.1.18
21742026-05-15T19:50:31.260Z Checking fs-err v3.3.0
21752026-05-15T19:50:31.295Z Checking bzip2 v0.6.1
21762026-05-15T19:50:31.486Z Checking pem v3.0.6
21772026-05-15T19:50:31.523Z Checking hash32 v0.2.1
21782026-05-15T19:50:31.581Z Checking serde-big-array v0.5.1
21792026-05-15T19:50:31.583Z Checking predicates-core v1.0.10
21802026-05-15T19:50:31.651Z Checking unicode-properties v0.1.4
21812026-05-15T19:50:31.684Z Checking unicode-bidi v0.3.18
21822026-05-15T19:50:31.718Z Checking jiff v0.2.21
21832026-05-15T19:50:31.753Z Checking heapless v0.7.17
21842026-05-15T19:50:31.789Z Checking rand v0.10.0
21852026-05-15T19:50:31.792Z Checking snafu v0.8.9
21862026-05-15T19:50:31.863Z Checking olpc-cjson v0.1.4
21872026-05-15T19:50:32.002Z Checking stringprep v0.1.5
21882026-05-15T19:50:32.038Z Checking hickory-proto v0.25.2
21892026-05-15T19:50:32.084Z Checking md-5 v0.10.6
21902026-05-15T19:50:32.144Z Checking toml v0.7.8
21912026-05-15T19:50:32.186Z Checking serde_plain v1.0.2
21922026-05-15T19:50:32.189Z Checking float-cmp v0.10.0
21932026-05-15T19:50:32.252Z Checking toml_datetime v0.7.5+spec-1.1.0
21942026-05-15T19:50:32.289Z Checking fallible-iterator v0.2.0
21952026-05-15T19:50:32.358Z Checking rustc-hash v2.1.1
21962026-05-15T19:50:32.393Z Checking normalize-line-endings v0.3.0
21972026-05-15T19:50:32.425Z Checking typed-path v0.9.3
21982026-05-15T19:50:32.477Z Checking difflib v0.4.0
21992026-05-15T19:50:32.480Z Checking smoltcp v0.9.1
22002026-05-15T19:50:32.542Z Checking phf_shared v0.13.1
22012026-05-15T19:50:32.574Z Checking iddqd v0.3.18
22022026-05-15T19:50:32.609Z Checking postgres-protocol v0.6.10
22032026-05-15T19:50:32.679Z Checking predicates v3.1.4
22042026-05-15T19:50:32.768Z Checking phf_shared v0.11.3
22052026-05-15T19:50:32.946Z Checking buf-list v1.1.2
22062026-05-15T19:50:33.004Z Checking strum v0.27.2
22072026-05-15T19:50:33.019Z Checking precomputed-hash v0.1.1
22082026-05-15T19:50:33.114Z Checking fixedbitset v0.5.7
22092026-05-15T19:50:33.150Z Checking fixedbitset v0.4.2
22102026-05-15T19:50:33.153Z Checking new_debug_unreachable v1.0.6
22112026-05-15T19:50:33.216Z Checking lalrpop-util v0.19.12
22122026-05-15T19:50:33.220Z Checking tough v0.22.0
22132026-05-15T19:50:33.293Z Checking string_cache v0.8.9
22142026-05-15T19:50:33.329Z Checking petgraph v0.6.5
22152026-05-15T19:50:33.364Z Checking petgraph v0.8.3
22162026-05-15T19:50:33.407Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22172026-05-15T19:50:33.444Z Checking postgres-types v0.2.12
22182026-05-15T19:50:33.487Z Checking phf v0.13.1
22192026-05-15T19:50:33.668Z Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22202026-05-15T19:50:33.783Z Checking whoami v2.1.0
22212026-05-15T19:50:33.970Z Checking peg-runtime v0.8.5
22222026-05-15T19:50:34.014Z Checking tokio-postgres v0.7.16
22232026-05-15T19:50:34.017Z Checking zip v4.6.1
22242026-05-15T19:50:34.268Z Checking is-terminal v0.4.17
22252026-05-15T19:50:34.395Z Checking crossbeam-channel v0.5.15
22262026-05-15T19:50:34.589Z Compiling structmeta-derive v0.3.0
22272026-05-15T19:50:34.635Z Checking thread_local v1.1.9
22282026-05-15T19:50:34.755Z Checking term v1.2.1
22292026-05-15T19:50:34.832Z Checking take_mut v0.2.2
22302026-05-15T19:50:34.867Z Compiling newtype-uuid-macros v0.1.0
22312026-05-15T19:50:34.950Z Compiling rustls v0.22.4
22322026-05-15T19:50:34.985Z Checking slog-async v2.8.0
22332026-05-15T19:50:35.016Z Checking slog-term v2.9.2
22342026-05-15T19:50:35.190Z Compiling multer v3.1.0
22352026-05-15T19:50:35.234Z Compiling async-stream-impl v0.3.6
22362026-05-15T19:50:35.270Z Compiling dropshot v0.17.0
22372026-05-15T19:50:35.307Z Compiling dropshot_endpoint v0.17.0
22382026-05-15T19:50:35.310Z Checking match_cfg v0.1.0
22392026-05-15T19:50:35.439Z Checking hostname v0.3.1
22402026-05-15T19:50:35.483Z Checking slog-json v2.6.1
22412026-05-15T19:50:35.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22422026-05-15T19:50:35.604Z Checking debug-ignore v1.0.5
22432026-05-15T19:50:35.657Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22442026-05-15T19:50:35.691Z Checking slog-bunyan v2.5.0
22452026-05-15T19:50:35.724Z Compiling structmeta v0.3.0
22462026-05-15T19:50:35.760Z Checking serde_spanned v1.0.4
22472026-05-15T19:50:35.832Z Checking toml_writer v1.0.6+spec-1.1.0
22482026-05-15T19:50:35.870Z Checking rustls-webpki v0.102.8
22492026-05-15T19:50:35.910Z Checking serde_path_to_error v0.1.20
22502026-05-15T19:50:35.953Z Checking async-stream v0.3.6
22512026-05-15T19:50:35.986Z Compiling derive-ex v0.1.8
22522026-05-15T19:50:36.052Z Checking waitgroup v0.1.2
22532026-05-15T19:50:36.108Z Checking rustls-pemfile v2.2.0
22542026-05-15T19:50:36.141Z Checking toml_datetime v1.0.0+spec-1.1.0
22552026-05-15T19:50:36.181Z Checking hostname v0.4.2
22562026-05-15T19:50:36.216Z Checking compression-core v0.4.31
22572026-05-15T19:50:36.253Z Checking progenitor-client v0.14.0
22582026-05-15T19:50:36.286Z Checking regress v0.10.5
22592026-05-15T19:50:36.354Z Compiling parse-display-derive v0.10.0
22602026-05-15T19:50:36.387Z Checking compression-codecs v0.4.37
22612026-05-15T19:50:36.390Z Checking toml v1.0.6+spec-1.1.0
22622026-05-15T19:50:36.509Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632026-05-15T19:50:36.587Z Checking async-compression v0.4.41
22642026-05-15T19:50:36.649Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-15T19:50:36.823Z Checking itertools v0.14.0
22662026-05-15T19:50:36.862Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22672026-05-15T19:50:37.031Z Checking macaddr v1.0.1
22682026-05-15T19:50:37.096Z Checking instant v0.1.13
22692026-05-15T19:50:37.218Z Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
22702026-05-15T19:50:37.253Z Checking progenitor-client v0.10.0
22712026-05-15T19:50:37.296Z Checking backoff v0.4.0
22722026-05-15T19:50:37.486Z Checking backon v1.6.0
22732026-05-15T19:50:37.523Z Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22742026-05-15T19:50:37.526Z Checking heck v0.5.0
22752026-05-15T19:50:37.685Z Checking progenitor-extras v0.2.0
22762026-05-15T19:50:37.720Z Checking unicode-width v0.2.0
22772026-05-15T19:50:37.754Z Compiling test-strategy v0.4.5
22782026-05-15T19:50:37.758Z Compiling convert_case v0.4.0
22792026-05-15T19:50:37.822Z Checking tokio-rustls v0.25.0
22802026-05-15T19:50:37.890Z Checking half v2.7.1
22812026-05-15T19:50:37.937Z Checking ciborium-io v0.2.2
22822026-05-15T19:50:37.991Z Checking secrecy v0.10.3
22832026-05-15T19:50:38.031Z Compiling regress v0.11.1
22842026-05-15T19:50:38.066Z Compiling unsafe-libyaml v0.2.11
22852026-05-15T19:50:38.098Z Checking parse-display v0.10.0
22862026-05-15T19:50:38.164Z Checking indent_write v2.2.0
22872026-05-15T19:50:38.199Z Checking ciborium-ll v0.2.2
22882026-05-15T19:50:38.202Z Compiling derive_more v0.99.20
22892026-05-15T19:50:38.269Z Checking universal-hash v0.5.1
22902026-05-15T19:50:38.325Z Checking opaque-debug v0.3.1
22912026-05-15T19:50:38.400Z Checking ciborium v0.2.2
22922026-05-15T19:50:38.436Z Checking camino-tempfile v1.4.1
22932026-05-15T19:50:38.656Z Compiling serde_yaml v0.9.34+deprecated
22942026-05-15T19:50:38.840Z Compiling crucible-workspace-hack v0.1.0
22952026-05-15T19:50:38.875Z Checking aead v0.5.2
22962026-05-15T19:50:39.046Z Checking poly1305 v0.8.0
22972026-05-15T19:50:39.220Z Checking chacha20 v0.9.1
22982026-05-15T19:50:39.267Z Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-15T19:50:39.370Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23002026-05-15T19:50:39.446Z Compiling thiserror-impl-no-std v2.0.2
23012026-05-15T19:50:39.683Z Compiling typify-impl v0.6.2
23022026-05-15T19:50:39.721Z Checking password-hash v0.5.0
23032026-05-15T19:50:39.979Z Checking blake2 v0.10.6
23042026-05-15T19:50:40.052Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23052026-05-15T19:50:40.125Z Checking chacha20poly1305 v0.10.1
23062026-05-15T19:50:40.244Z Checking argon2 v0.5.3
23072026-05-15T19:50:40.283Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
23082026-05-15T19:50:40.645Z Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23092026-05-15T19:50:40.682Z Checking thiserror-no-std v2.0.2
23102026-05-15T19:50:40.685Z Checking byte-wrapper v0.1.0
23112026-05-15T19:50:40.802Z Checking vsss-rs v3.3.4
23122026-05-15T19:50:40.838Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-15T19:50:40.959Z Checking swrite v0.1.0
23142026-05-15T19:50:40.996Z Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23152026-05-15T19:50:41.083Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23162026-05-15T19:50:41.119Z Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23172026-05-15T19:50:41.336Z Checking toml v0.8.23
23182026-05-15T19:50:41.340Z Checking crossbeam-deque v0.8.6
23192026-05-15T19:50:41.586Z Compiling rayon-core v1.13.0
23202026-05-15T19:50:41.702Z Compiling proc-macro-error v1.0.4
23212026-05-15T19:50:41.751Z Checking tabwriter v1.4.1
23222026-05-15T19:50:41.931Z Compiling toml_edit v0.23.10+spec-1.0.0
23232026-05-15T19:50:41.965Z Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23242026-05-15T19:50:42.036Z Checking glob v0.3.3
23252026-05-15T19:50:42.198Z Checking rayon v1.11.0
23262026-05-15T19:50:42.251Z Checking unicode-width v0.1.14
23272026-05-15T19:50:42.434Z Compiling usdt-attr-macro v0.5.0
23282026-05-15T19:50:42.534Z Compiling proc-macro-crate v3.4.0
23292026-05-15T19:50:42.584Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-15T19:50:42.712Z Compiling usdt-macro v0.5.0
23312026-05-15T19:50:43.027Z Checking memmap v0.7.0
23322026-05-15T19:50:43.114Z Compiling heapless v0.8.0
23332026-05-15T19:50:43.151Z Checking colored v3.1.1
23342026-05-15T19:50:43.190Z Compiling ingot-macros v0.1.1
23352026-05-15T19:50:43.229Z Checking hash32 v0.3.1
23362026-05-15T19:50:43.383Z Compiling smoltcp v0.11.0
23372026-05-15T19:50:43.417Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-05-15T19:50:43.482Z Checking usdt v0.5.0
23392026-05-15T19:50:43.713Z Checking cobs v0.3.0
23402026-05-15T19:50:43.716Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-05-15T19:50:43.777Z Compiling num_enum_derive v0.7.5
23422026-05-15T19:50:43.856Z Compiling proc-macro-crate v1.3.1
23432026-05-15T19:50:43.896Z Checking postcard v1.1.3
23442026-05-15T19:50:44.007Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-15T19:50:44.218Z Checking sigpipe v0.1.3
23462026-05-15T19:50:44.253Z Compiling foreign-types-macros v0.2.3
23472026-05-15T19:50:44.257Z Compiling typify-macro v0.6.2
23482026-05-15T19:50:44.318Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-15T19:50:44.352Z Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23502026-05-15T19:50:44.387Z Checking foreign-types-shared v0.3.1
23512026-05-15T19:50:44.515Z Compiling num_enum_derive v0.5.11
23522026-05-15T19:50:44.852Z Checking num_enum v0.7.5
23532026-05-15T19:50:44.887Z Checking foreign-types v0.5.0
23542026-05-15T19:50:44.921Z Checking cstr-argument v0.1.2
23552026-05-15T19:50:44.995Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23562026-05-15T19:50:45.030Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23572026-05-15T19:50:45.074Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23582026-05-15T19:50:45.265Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23592026-05-15T19:50:45.344Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23602026-05-15T19:50:45.453Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23612026-05-15T19:50:45.522Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23622026-05-15T19:50:45.555Z Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23632026-05-15T19:50:45.588Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23642026-05-15T19:50:45.621Z Checking num_enum v0.5.11
23652026-05-15T19:50:45.702Z Compiling zone_cfg_derive v0.3.1
23662026-05-15T19:50:45.738Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23672026-05-15T19:50:45.772Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23682026-05-15T19:50:45.948Z Checking itertools v0.12.1
23692026-05-15T19:50:45.981Z Compiling num-derive v0.4.2
23702026-05-15T19:50:45.984Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23712026-05-15T19:50:46.063Z Checking ingot-types v0.1.2
23722026-05-15T19:50:46.097Z Compiling typify v0.6.2
23732026-05-15T19:50:46.237Z Compiling progenitor-impl v0.14.0
23742026-05-15T19:50:46.474Z Checking ingot v0.1.1
23752026-05-15T19:50:46.514Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23762026-05-15T19:50:46.624Z Checking smf v0.2.3
23772026-05-15T19:50:46.700Z Checking whoami v1.6.1
23782026-05-15T19:50:46.886Z Checking tokio-dtrace v0.1.1
23792026-05-15T19:50:46.921Z Compiling derive-where v1.6.0
23802026-05-15T19:50:46.976Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23812026-05-15T19:50:47.019Z Checking zone v0.3.1
23822026-05-15T19:50:47.095Z Checking oxide-tokio-rt v0.1.4
23832026-05-15T19:50:47.222Z Checking console v0.15.11
23842026-05-15T19:50:47.262Z Checking atomicwrites v0.4.4
23852026-05-15T19:50:47.295Z Checking newline-converter v0.3.0
23862026-05-15T19:50:47.395Z Checking num-rational v0.4.2
23872026-05-15T19:50:47.430Z Checking num-complex v0.4.6
23882026-05-15T19:50:47.463Z Checking float-ord v0.3.2
23892026-05-15T19:50:47.523Z Checking expectorate v1.2.0
23902026-05-15T19:50:47.597Z Checking bytecount v0.6.9
23912026-05-15T19:50:47.684Z Compiling progenitor-impl v0.13.0
23922026-05-15T19:50:47.795Z Checking num v0.4.3
23932026-05-15T19:50:47.900Z Checking progenitor-client v0.13.0
23942026-05-15T19:50:48.132Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23952026-05-15T19:50:48.166Z Compiling prettyplease v0.2.37
23962026-05-15T19:50:48.245Z Compiling owo-colors v4.3.0
23972026-05-15T19:50:48.444Z Compiling cancel-safe-futures v0.1.5
23982026-05-15T19:50:48.673Z Checking libsw-core v0.3.2
23992026-05-15T19:50:48.852Z Checking libsw v3.5.0
24002026-05-15T19:50:48.888Z Compiling progenitor-macro v0.14.0
24012026-05-15T19:50:49.033Z Checking linear-map v1.2.0
24022026-05-15T19:50:49.067Z Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24032026-05-15T19:50:49.235Z Checking gethostname v0.5.0
24042026-05-15T19:50:49.290Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24052026-05-15T19:50:49.324Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24062026-05-15T19:50:49.357Z Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24072026-05-15T19:50:50.321Z Compiling progenitor-macro v0.13.0
24082026-05-15T19:50:50.358Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
24092026-05-15T19:50:50.923Z Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24102026-05-15T19:50:51.461Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24112026-05-15T19:50:53.121Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24122026-05-15T19:50:53.837Z Checking progenitor v0.14.0
24132026-05-15T19:50:54.092Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
24142026-05-15T19:50:54.721Z Checking resolv-conf v0.7.6
24152026-05-15T19:50:54.865Z Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24162026-05-15T19:50:54.940Z Checking unicode-linebreak v0.1.5
24172026-05-15T19:50:55.053Z Checking smawk v0.3.2
24182026-05-15T19:50:55.189Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24192026-05-15T19:50:55.220Z Checking papergrid v0.11.0
24202026-05-15T19:50:55.303Z Checking progenitor v0.13.0
24212026-05-15T19:50:55.404Z Compiling tabled_derive v0.7.0
24222026-05-15T19:50:55.475Z Compiling convert_case v0.10.0
24232026-05-15T19:50:55.516Z Compiling slog-dtrace v0.3.0
24242026-05-15T19:50:55.821Z Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24252026-05-15T19:50:55.824Z Compiling derive_more-impl v2.1.1
24262026-05-15T19:50:56.352Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24272026-05-15T19:50:56.419Z Checking tabled v0.15.0
24282026-05-15T19:50:56.550Z Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
24292026-05-15T19:50:56.602Z Checking linked-hash-map v0.5.6
24302026-05-15T19:50:56.693Z Checking derive_more v2.1.1
24312026-05-15T19:50:56.697Z Checking hickory-proto v0.24.4
24322026-05-15T19:50:56.759Z Checking fd-lock v4.0.4
24332026-05-15T19:50:56.794Z Checking lru-cache v0.1.2
24342026-05-15T19:50:56.828Z Checking crossterm v0.29.0
24352026-05-15T19:50:56.909Z Checking vte v0.14.1
24362026-05-15T19:50:56.945Z Checking display-error-chain v0.2.2
24372026-05-15T19:50:57.092Z Checking strip-ansi-escapes v0.2.1
24382026-05-15T19:50:57.095Z Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24392026-05-15T19:50:57.223Z Checking nu-ansi-term v0.50.3
24402026-05-15T19:50:57.258Z Checking termtree v0.5.1
24412026-05-15T19:50:57.291Z Checking textwrap v0.16.2
24422026-05-15T19:50:57.407Z Compiling minimal-lexical v0.2.1
24432026-05-15T19:50:57.441Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24442026-05-15T19:50:57.471Z Checking reedline v0.40.0
24452026-05-15T19:50:57.537Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24462026-05-15T19:50:57.595Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24472026-05-15T19:50:57.690Z Compiling nom v7.1.3
24482026-05-15T19:50:57.922Z Compiling ar_archive_writer v0.5.1
24492026-05-15T19:50:58.105Z Checking humantime v2.3.0
24502026-05-15T19:50:58.218Z Checking csv-core v0.1.13
24512026-05-15T19:50:58.321Z Compiling stacker v0.1.23
24522026-05-15T19:50:58.428Z Checking csv v1.4.0
24532026-05-15T19:50:58.522Z Checking hickory-resolver v0.24.4
24542026-05-15T19:50:58.607Z Checking highway v1.3.0
24552026-05-15T19:50:58.643Z Compiling cfg_aliases v0.1.1
24562026-05-15T19:50:58.646Z Compiling semver v0.1.20
24572026-05-15T19:50:58.782Z Compiling nix v0.28.0
24582026-05-15T19:50:58.816Z Compiling psm v0.1.30
24592026-05-15T19:50:58.847Z Compiling rustc_version v0.1.7
24602026-05-15T19:50:58.924Z Checking nibble_vec v0.1.0
24612026-05-15T19:50:58.958Z Checking home v0.5.12
24622026-05-15T19:50:59.045Z Checking endian-type v0.1.2
24632026-05-15T19:50:59.081Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24642026-05-15T19:50:59.116Z Compiling newtype_derive v0.1.6
24652026-05-15T19:50:59.119Z Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
24662026-05-15T19:50:59.214Z Checking radix_trie v0.2.1
24672026-05-15T19:50:59.254Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24682026-05-15T19:50:59.287Z Checking qorb v0.4.1
24692026-05-15T19:50:59.334Z Checking phf_shared v0.12.1
24702026-05-15T19:50:59.448Z Compiling recursive-proc-macro-impl v0.1.1
24712026-05-15T19:50:59.537Z Compiling chrono-tz v0.10.4
24722026-05-15T19:50:59.644Z Checking phf v0.12.1
24732026-05-15T19:50:59.828Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24742026-05-15T19:50:59.831Z Compiling const_format_proc_macros v0.2.34
24752026-05-15T19:50:59.892Z Compiling peg-macros v0.8.5
24762026-05-15T19:50:59.895Z Checking recursive v0.1.1
24772026-05-15T19:50:59.960Z Checking winnow v0.6.26
24782026-05-15T19:51:00.047Z Compiling sqlparser_derive v0.5.0
24792026-05-15T19:51:00.529Z Checking unicode_categories v0.1.1
24802026-05-15T19:51:00.714Z Checking const_format v0.2.35
24812026-05-15T19:51:00.828Z Checking rustyline v14.0.0
24822026-05-15T19:51:00.861Z Checking sqlparser v0.61.0
24832026-05-15T19:51:01.176Z Checking sqlformat v0.3.5
24842026-05-15T19:51:01.318Z Checking peg v0.8.5
24852026-05-15T19:51:01.533Z Checking bcs v0.1.6
24862026-05-15T19:51:01.567Z Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24872026-05-15T19:51:01.646Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
24882026-05-15T19:51:01.765Z Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
24892026-05-15T19:51:01.802Z Checking steno v0.4.1
24902026-05-15T19:51:01.862Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
24912026-05-15T19:51:01.897Z Checking filetime v0.2.27
24922026-05-15T19:51:02.071Z Checking xattr v1.6.1
24932026-05-15T19:51:02.235Z Checking tar v0.4.45
24942026-05-15T19:51:02.576Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24952026-05-15T19:51:02.643Z Checking subprocess v0.2.15
24962026-05-15T19:51:02.728Z Checking base64 v0.21.7
24972026-05-15T19:51:02.780Z Checking headers-core v0.3.0
24982026-05-15T19:51:02.920Z Checking headers v0.4.1
24992026-05-15T19:51:02.962Z Checking yasna v0.5.2
25002026-05-15T19:51:02.997Z Checking dropshot-api-manager-types v0.7.1
25012026-05-15T19:51:03.196Z Checking tagptr v0.2.0
25022026-05-15T19:51:03.368Z Checking moka v0.12.13
25032026-05-15T19:51:03.402Z Checking rcgen v0.12.1
25042026-05-15T19:51:03.405Z Checking hickory-proto v0.26.1
25052026-05-15T19:51:03.782Z Checking utf-8 v0.7.6
25062026-05-15T19:51:03.919Z Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25072026-05-15T19:51:03.953Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25082026-05-15T19:51:04.038Z Checking hickory-resolver v0.25.2
25092026-05-15T19:51:04.096Z Compiling libefi-sys v0.1.0
25102026-05-15T19:51:04.354Z Compiling bitfield-struct v0.6.2
25112026-05-15T19:51:04.656Z Compiling radium v0.7.0
25122026-05-15T19:51:04.691Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-05-15T19:51:04.733Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25142026-05-15T19:51:04.767Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25152026-05-15T19:51:04.838Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25162026-05-15T19:51:04.991Z Checking tungstenite v0.21.0
25172026-05-15T19:51:05.024Z Checking tap v1.0.1
25182026-05-15T19:51:05.027Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25192026-05-15T19:51:05.162Z Compiling maybe-uninit v2.0.0
25202026-05-15T19:51:05.262Z Checking wyz v0.5.1
25212026-05-15T19:51:05.324Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25222026-05-15T19:51:05.435Z Checking tokio-tungstenite v0.21.0
25232026-05-15T19:51:05.505Z Compiling zerocopy-derive v0.6.6
25242026-05-15T19:51:05.537Z Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25252026-05-15T19:51:05.570Z Checking crc-catalog v2.4.0
25262026-05-15T19:51:05.601Z Checking funty v2.0.0
25272026-05-15T19:51:05.633Z Compiling packed_struct v0.10.1
25282026-05-15T19:51:05.691Z Checking crc v3.4.0
25292026-05-15T19:51:05.734Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25302026-05-15T19:51:05.963Z Checking bitvec v1.0.1
25312026-05-15T19:51:05.998Z Compiling packed_struct_codegen v0.10.1
25322026-05-15T19:51:06.029Z Compiling bitfield-macros v0.19.4
25332026-05-15T19:51:06.388Z Checking zerocopy v0.6.6
25342026-05-15T19:51:06.716Z Compiling indexmap v1.9.3
25352026-05-15T19:51:06.750Z Checking nodrop v0.1.14
25362026-05-15T19:51:06.782Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25372026-05-15T19:51:06.873Z Checking array-init v0.0.4
25382026-05-15T19:51:06.987Z Checking bitfield v0.19.4
25392026-05-15T19:51:07.063Z Checking smallvec v0.6.14
25402026-05-15T19:51:07.107Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25412026-05-15T19:51:07.213Z Checking hashbrown v0.12.3
25422026-05-15T19:51:07.287Z Checking serde-hex v0.1.0
25432026-05-15T19:51:07.290Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25442026-05-15T19:51:07.481Z Checking ron v0.8.1
25452026-05-15T19:51:07.787Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-15T19:51:07.991Z Checking hashbrown v0.13.2
25472026-05-15T19:51:08.024Z Checking crc-any v2.5.0
25482026-05-15T19:51:08.066Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25492026-05-15T19:51:08.229Z Checking path-slash v0.1.5
25502026-05-15T19:51:08.262Z Compiling xshell-macros v0.2.7
25512026-05-15T19:51:08.366Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25522026-05-15T19:51:08.438Z Checking object v0.30.4
25532026-05-15T19:51:08.471Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25542026-05-15T19:51:08.667Z Checking xshell v0.2.7
25552026-05-15T19:51:08.697Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25562026-05-15T19:51:08.766Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25572026-05-15T19:51:08.878Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25582026-05-15T19:51:08.985Z Checking half v1.8.3
25592026-05-15T19:51:09.210Z Checking serde_cbor v0.11.2
25602026-05-15T19:51:09.433Z Compiling num-derive v0.3.3
25612026-05-15T19:51:09.620Z Compiling proc-macro-error-attr2 v2.0.0
25622026-05-15T19:51:09.654Z Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
25632026-05-15T19:51:09.902Z Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
25642026-05-15T19:51:10.044Z Compiling proc-macro-error2 v2.0.1
25652026-05-15T19:51:10.294Z Checking papergrid v0.17.0
25662026-05-15T19:51:10.346Z Checking libscf-sys v1.1.0
25672026-05-15T19:51:10.407Z Compiling tabled_derive v0.11.0
25682026-05-15T19:51:10.541Z Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25692026-05-15T19:51:10.605Z Checking testing_table v0.3.0
25702026-05-15T19:51:10.727Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25712026-05-15T19:51:10.773Z Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25722026-05-15T19:51:11.174Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25732026-05-15T19:51:11.478Z Compiling git-stub v1.0.0
25742026-05-15T19:51:11.510Z Checking maplit v1.0.2
25752026-05-15T19:51:11.551Z Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25762026-05-15T19:51:11.584Z Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
25772026-05-15T19:51:11.624Z Checking crc8 v0.1.1
25782026-05-15T19:51:11.672Z Checking tabled v0.20.0
25792026-05-15T19:51:11.752Z Compiling git-stub-vcs v0.1.0
25802026-05-15T19:51:11.783Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25812026-05-15T19:51:12.145Z Checking fxhash v0.2.1
25822026-05-15T19:51:12.302Z Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
25832026-05-15T19:51:12.463Z Checking unicase v2.9.0
25842026-05-15T19:51:12.546Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
25852026-05-15T19:51:12.578Z Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
25862026-05-15T19:51:12.649Z Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
25872026-05-15T19:51:12.926Z Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
25882026-05-15T19:51:12.961Z Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
25892026-05-15T19:51:13.023Z Compiling typify-impl v0.4.3
25902026-05-15T19:51:13.055Z Checking kstat-rs v0.2.4
25912026-05-15T19:51:13.243Z Compiling diesel_derives v2.3.7
25922026-05-15T19:51:13.277Z Checking scheduled-thread-pool v0.2.7
25932026-05-15T19:51:13.452Z Compiling dsl_auto_type v0.2.0
25942026-05-15T19:51:13.516Z Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25952026-05-15T19:51:13.562Z Checking arc-swap v1.8.2
25962026-05-15T19:51:13.781Z Compiling vergen-gitcl v1.0.8
25972026-05-15T19:51:13.814Z Compiling diesel_table_macro_syntax v0.3.0
25982026-05-15T19:51:14.004Z Compiling parking_lot_core v0.8.6
25992026-05-15T19:51:14.143Z Checking slog-scope v4.4.1
26002026-05-15T19:51:14.318Z Checking r2d2 v0.8.10
26012026-05-15T19:51:14.321Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26022026-05-15T19:51:14.386Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26032026-05-15T19:51:14.417Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26042026-05-15T19:51:14.767Z Checking downcast-rs v2.0.2
26052026-05-15T19:51:14.945Z Checking slog-stdlog v4.1.1
26062026-05-15T19:51:15.134Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26072026-05-15T19:51:15.166Z Checking parking_lot v0.11.2
26082026-05-15T19:51:15.245Z Checking slog-envlogger v2.2.0
26092026-05-15T19:51:15.290Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
26102026-05-15T19:51:15.385Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
26112026-05-15T19:51:15.443Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26122026-05-15T19:51:15.477Z Checking prefix-trie v0.7.0
26132026-05-15T19:51:15.705Z Checking sled v0.34.7
26142026-05-15T19:51:15.749Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
26152026-05-15T19:51:15.871Z Checking hickory-server v0.25.2
26162026-05-15T19:51:15.945Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26172026-05-15T19:51:16.141Z Checking nanorand v0.7.0
26182026-05-15T19:51:16.375Z Compiling dirs-sys-next v0.1.2
26192026-05-15T19:51:16.425Z Compiling salty v0.3.0
26202026-05-15T19:51:16.501Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26212026-05-15T19:51:16.686Z Compiling crunchy v0.2.4
26222026-05-15T19:51:16.765Z Compiling dirs-next v2.0.0
26232026-05-15T19:51:16.919Z Checking flume v0.11.1
26242026-05-15T19:51:16.970Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26252026-05-15T19:51:17.035Z Compiling clang-sys v1.8.1
26262026-05-15T19:51:17.076Z Checking primeorder v0.13.6
26272026-05-15T19:51:17.154Z Compiling tiny-keccak v2.0.2
26282026-05-15T19:51:17.449Z Compiling term v0.7.0
26292026-05-15T19:51:17.481Z Compiling typify-macro v0.4.3
26302026-05-15T19:51:17.513Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26312026-05-15T19:51:17.542Zerror[E0271]: expected `Answers` to be an iterator that yields `&Record`, but it yields `&Record`
26322026-05-15T19:51:17.542Z --> dns-server/src/dns_server.rs:487:12
26332026-05-15T19:51:17.542Z |
26342026-05-15T19:51:17.542Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26352026-05-15T19:51:17.542Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26362026-05-15T19:51:17.542Z |
26372026-05-15T19:51:17.542Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26382026-05-15T19:51:17.542Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26392026-05-15T19:51:17.542Z |
26402026-05-15T19:51:17.542Z 77 | pub struct Record<R: RecordData = RData> {
26412026-05-15T19:51:17.542Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26422026-05-15T19:51:17.542Z |
26432026-05-15T19:51:17.542Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26442026-05-15T19:51:17.542Z |
26452026-05-15T19:51:17.542Z 78 | pub struct Record<R: RecordData = RData> {
26462026-05-15T19:51:17.543Z | ---------------------------------------- this is the found type
26472026-05-15T19:51:17.543Z = help: you can use `cargo tree` to explore your dependency tree
26482026-05-15T19:51:17.543Znote: required by a bound in `hickory_server::authority::MessageResponse`
26492026-05-15T19:51:17.543Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
26502026-05-15T19:51:17.543Z |
26512026-05-15T19:51:17.543Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26522026-05-15T19:51:17.543Z | --------------- required by a bound in this struct
26532026-05-15T19:51:17.543Z 22 | where
26542026-05-15T19:51:17.543Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
26552026-05-15T19:51:17.543Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26562026-05-15T19:51:17.543Z
26572026-05-15T19:51:17.547Zerror[E0271]: expected `NameServers` to be an iterator that yields `&Record`, but it yields `&Record`
26582026-05-15T19:51:17.547Z --> dns-server/src/dns_server.rs:487:12
26592026-05-15T19:51:17.547Z |
26602026-05-15T19:51:17.547Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26612026-05-15T19:51:17.547Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26622026-05-15T19:51:17.547Z |
26632026-05-15T19:51:17.547Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26642026-05-15T19:51:17.547Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26652026-05-15T19:51:17.547Z |
26662026-05-15T19:51:17.547Z 77 | pub struct Record<R: RecordData = RData> {
26672026-05-15T19:51:17.547Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26682026-05-15T19:51:17.547Z |
26692026-05-15T19:51:17.547Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26702026-05-15T19:51:17.547Z |
26712026-05-15T19:51:17.547Z 78 | pub struct Record<R: RecordData = RData> {
26722026-05-15T19:51:17.547Z | ---------------------------------------- this is the found type
26732026-05-15T19:51:17.547Z = help: you can use `cargo tree` to explore your dependency tree
26742026-05-15T19:51:17.547Znote: required by a bound in `hickory_server::authority::MessageResponse`
26752026-05-15T19:51:17.547Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:24:27
26762026-05-15T19:51:17.547Z |
26772026-05-15T19:51:17.547Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
26782026-05-15T19:51:17.547Z | --------------- required by a bound in this struct
26792026-05-15T19:51:17.547Z...
26802026-05-15T19:51:17.547Z 24 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
26812026-05-15T19:51:17.547Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
26822026-05-15T19:51:17.547Z
26832026-05-15T19:51:17.547Zerror[E0271]: expected `Soa` to be an iterator that yields `&Record`, but it yields `&Record`
26842026-05-15T19:51:17.547Z --> dns-server/src/dns_server.rs:487:12
26852026-05-15T19:51:17.547Z |
26862026-05-15T19:51:17.548Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
26872026-05-15T19:51:17.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
26882026-05-15T19:51:17.548Z |
26892026-05-15T19:51:17.548Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
26902026-05-15T19:51:17.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
26912026-05-15T19:51:17.548Z |
26922026-05-15T19:51:17.548Z 77 | pub struct Record<R: RecordData = RData> {
26932026-05-15T19:51:17.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
26942026-05-15T19:51:17.548Z |
26952026-05-15T19:51:17.548Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
26962026-05-15T19:51:17.548Z |
26972026-05-15T19:51:17.548Z 78 | pub struct Record<R: RecordData = RData> {
26982026-05-15T19:51:17.548Z | ---------------------------------------- this is the found type
26992026-05-15T19:51:17.548Z = help: you can use `cargo tree` to explore your dependency tree
27002026-05-15T19:51:17.548Znote: required by a bound in `hickory_server::authority::MessageResponse`
27012026-05-15T19:51:17.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:25:19
27022026-05-15T19:51:17.548Z |
27032026-05-15T19:51:17.548Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27042026-05-15T19:51:17.548Z | --------------- required by a bound in this struct
27052026-05-15T19:51:17.548Z...
27062026-05-15T19:51:17.548Z 25 | Soa: Iterator<Item = &'a Record> + Send + 'a,
27072026-05-15T19:51:17.548Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27082026-05-15T19:51:17.548Z
27092026-05-15T19:51:17.548Zerror[E0271]: expected `Additionals` to be an iterator that yields `&Record`, but it yields `&Record`
27102026-05-15T19:51:17.548Z --> dns-server/src/dns_server.rs:487:12
27112026-05-15T19:51:17.548Z |
27122026-05-15T19:51:17.548Z487 | mresp: MessageResponse<'a, 'a, Answers, NameServers, Soa, Additionals>,
27132026-05-15T19:51:17.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
27142026-05-15T19:51:17.548Z |
27152026-05-15T19:51:17.548Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27162026-05-15T19:51:17.548Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
27172026-05-15T19:51:17.548Z |
27182026-05-15T19:51:17.548Z 77 | pub struct Record<R: RecordData = RData> {
27192026-05-15T19:51:17.548Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27202026-05-15T19:51:17.548Z |
27212026-05-15T19:51:17.548Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
27222026-05-15T19:51:17.548Z |
27232026-05-15T19:51:17.548Z 78 | pub struct Record<R: RecordData = RData> {
27242026-05-15T19:51:17.549Z | ---------------------------------------- this is the found type
27252026-05-15T19:51:17.549Z = help: you can use `cargo tree` to explore your dependency tree
27262026-05-15T19:51:17.549Znote: required by a bound in `hickory_server::authority::MessageResponse`
27272026-05-15T19:51:17.549Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
27282026-05-15T19:51:17.549Z |
27292026-05-15T19:51:17.549Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
27302026-05-15T19:51:17.549Z | --------------- required by a bound in this struct
27312026-05-15T19:51:17.549Z...
27322026-05-15T19:51:17.549Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
27332026-05-15T19:51:17.549Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
27342026-05-15T19:51:17.549Z
27352026-05-15T19:51:17.668Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27362026-05-15T19:51:17.708Zerror[E0599]: no function or associated item named `read` found for struct `hickory_server::authority::MessageRequest` in the current scope
27372026-05-15T19:51:17.708Z --> dns-server/src/dns_server.rs:161:36
27382026-05-15T19:51:17.708Z |
27392026-05-15T19:51:17.708Z161 | let mr = match MessageRequest::read(&mut dec) {
27402026-05-15T19:51:17.708Z | ^^^^ function or associated item not found in `hickory_server::authority::MessageRequest`
27412026-05-15T19:51:17.708Z |
27422026-05-15T19:51:17.708Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27432026-05-15T19:51:17.708Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/serialize/binary/mod.rs:44:1
27442026-05-15T19:51:17.708Z |
27452026-05-15T19:51:17.708Z 44 | pub trait BinDecodable<'r>: Sized {
27462026-05-15T19:51:17.708Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected trait
27472026-05-15T19:51:17.708Z |
27482026-05-15T19:51:17.708Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/serialize/binary/mod.rs:45:1
27492026-05-15T19:51:17.708Z |
27502026-05-15T19:51:17.708Z 45 | pub trait BinDecodable<'r>: Sized {
27512026-05-15T19:51:17.708Z | --------------------------------- this is the trait that was imported
27522026-05-15T19:51:17.708Z = help: you can use `cargo tree` to explore your dependency tree
27532026-05-15T19:51:17.708Z
27542026-05-15T19:51:17.709Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27552026-05-15T19:51:17.709Z --> dns-server/src/dns_server.rs:173:34
27562026-05-15T19:51:17.709Z |
27572026-05-15T19:51:17.709Z173 | let header = Header::response_from_request(mr.header());
27582026-05-15T19:51:17.709Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27592026-05-15T19:51:17.709Z |
27602026-05-15T19:51:17.709Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27612026-05-15T19:51:17.709Z --> dns-server/src/dns_server.rs:173:26
27622026-05-15T19:51:17.709Z |
27632026-05-15T19:51:17.709Z173 | let header = Header::response_from_request(mr.header());
27642026-05-15T19:51:17.709Z | ^^^^^^
27652026-05-15T19:51:17.709Z
27662026-05-15T19:51:17.731Zerror[E0599]: no function or associated item named `response_from_request` found for struct `hickory_proto::op::Header` in the current scope
27672026-05-15T19:51:17.731Z --> dns-server/src/dns_server.rs:273:30
27682026-05-15T19:51:17.731Z |
27692026-05-15T19:51:17.731Z273 | let mut header = Header::response_from_request(mr.header());
27702026-05-15T19:51:17.731Z | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `hickory_proto::op::Header`
27712026-05-15T19:51:17.731Z |
27722026-05-15T19:51:17.731Znote: the function `response_from_request` is implemented on `hickory_proto::op::Metadata`
27732026-05-15T19:51:17.731Z --> dns-server/src/dns_server.rs:273:22
27742026-05-15T19:51:17.731Z |
27752026-05-15T19:51:17.731Z273 | let mut header = Header::response_from_request(mr.header());
27762026-05-15T19:51:17.731Z | ^^^^^^
27772026-05-15T19:51:17.731Z
27782026-05-15T19:51:17.747Zerror[E0308]: mismatched types
27792026-05-15T19:51:17.748Z --> dns-server/src/dns_server.rs:299:30
27802026-05-15T19:51:17.748Z |
27812026-05-15T19:51:17.748Z299 | let answer = store.query(query)?;
27822026-05-15T19:51:17.748Z | ----- ^^^^^ expected `hickory_proto::op::LowerQuery`, found `LowerQuery`
27832026-05-15T19:51:17.748Z | |
27842026-05-15T19:51:17.748Z | arguments to this method are incorrect
27852026-05-15T19:51:17.748Z |
27862026-05-15T19:51:17.748Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
27872026-05-15T19:51:17.748Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/lower_query.rs:22:1
27882026-05-15T19:51:17.748Z |
27892026-05-15T19:51:17.748Z 22 | pub struct LowerQuery {
27902026-05-15T19:51:17.750Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
27912026-05-15T19:51:17.750Z |
27922026-05-15T19:51:17.750Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/lower_query.rs:18:1
27932026-05-15T19:51:17.750Z |
27942026-05-15T19:51:17.750Z 18 | pub struct LowerQuery {
27952026-05-15T19:51:17.750Z | --------------------- this is the found type
27962026-05-15T19:51:17.750Z = help: you can use `cargo tree` to explore your dependency tree
27972026-05-15T19:51:17.750Znote: method defined here
27982026-05-15T19:51:17.750Z --> dns-server/src/storage.rs:762:19
27992026-05-15T19:51:17.750Z |
28002026-05-15T19:51:17.750Z762 | pub(crate) fn query(
28012026-05-15T19:51:17.750Z | ^^^^^
28022026-05-15T19:51:17.750Z763 | &self,
28032026-05-15T19:51:17.750Z764 | query: &LowerQuery,
28042026-05-15T19:51:17.750Z | ------------------
28052026-05-15T19:51:17.750Z
28062026-05-15T19:51:17.754Zerror[E0308]: mismatched types
28072026-05-15T19:51:17.754Z --> dns-server/src/dns_server.rs:311:55
28082026-05-15T19:51:17.754Z |
28092026-05-15T19:51:17.754Z311 | if answer.name.is_none() && query.query_type() == RecordType::SOA {
28102026-05-15T19:51:17.754Z | ------------------ ^^^^^^^^^^^^^^^ expected `RecordType`, found `hickory_proto::rr::RecordType`
28112026-05-15T19:51:17.754Z | |
28122026-05-15T19:51:17.754Z | expected because this is `hickory_resolver::hickory_proto::rr::RecordType`
28132026-05-15T19:51:17.754Z |
28142026-05-15T19:51:17.754Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28152026-05-15T19:51:17.754Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/record_type.rs:33:1
28162026-05-15T19:51:17.754Z |
28172026-05-15T19:51:17.754Z 33 | pub enum RecordType {
28182026-05-15T19:51:17.754Z | ^^^^^^^^^^^^^^^^^^^ this is the expected type
28192026-05-15T19:51:17.754Z |
28202026-05-15T19:51:17.754Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record_type.rs:33:1
28212026-05-15T19:51:17.754Z |
28222026-05-15T19:51:17.754Z 33 | pub enum RecordType {
28232026-05-15T19:51:17.754Z | ------------------- this is the found type
28242026-05-15T19:51:17.754Z = help: you can use `cargo tree` to explore your dependency tree
28252026-05-15T19:51:17.754Z
28262026-05-15T19:51:17.772Zerror[E0599]: no method named `data` found for reference `&hickory_proto::rr::Record` in the current scope
28272026-05-15T19:51:17.772Z --> dns-server/src/dns_server.rs:327:60
28282026-05-15T19:51:17.772Z |
28292026-05-15T19:51:17.772Z327 | .filter(|record| match (query.query_type(), record.data()) {
28302026-05-15T19:51:17.772Z | ^^^^-- help: remove the arguments
28312026-05-15T19:51:17.772Z | |
28322026-05-15T19:51:17.772Z | field, not a method
28332026-05-15T19:51:17.773Z
28342026-05-15T19:51:17.811Zerror[E0599]: no method named `data` found for struct `hickory_proto::rr::Record<R>` in the current scope
28352026-05-15T19:51:17.811Z --> dns-server/src/dns_server.rs:348:51
28362026-05-15T19:51:17.811Z |
28372026-05-15T19:51:17.811Z348 | let additionals_target = match record.data() {
28382026-05-15T19:51:17.811Z | ^^^^-- help: remove the arguments
28392026-05-15T19:51:17.811Z | |
28402026-05-15T19:51:17.811Z | field, not a method
28412026-05-15T19:51:17.811Z
28422026-05-15T19:51:17.811Zerror[E0599]: no method named `target` found for struct `hickory_proto::rr::rdata::SRV` in the current scope
28432026-05-15T19:51:17.811Z --> dns-server/src/dns_server.rs:349:45
28442026-05-15T19:51:17.811Z |
28452026-05-15T19:51:17.811Z349 | RData::SRV(srv) => Some(srv.target()),
28462026-05-15T19:51:17.811Z | ^^^^^^-- help: remove the arguments
28472026-05-15T19:51:17.811Z | |
28482026-05-15T19:51:17.811Z | field, not a method
28492026-05-15T19:51:17.811Z
28502026-05-15T19:51:17.811Zerror[E0271]: type mismatch resolving `<Vec<&Record> as IntoIterator>::Item == &Record`
28512026-05-15T19:51:17.811Z --> dns-server/src/dns_server.rs:416:9
28522026-05-15T19:51:17.811Z |
28532026-05-15T19:51:17.811Z414 | let mresp = rb.build(
28542026-05-15T19:51:17.811Z | ----- required by a bound introduced by this call
28552026-05-15T19:51:17.812Z415 | header,
28562026-05-15T19:51:17.812Z416 | response_records.iter().collect::<Vec<&Record>>(),
28572026-05-15T19:51:17.812Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28582026-05-15T19:51:17.812Z |
28592026-05-15T19:51:17.812Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28602026-05-15T19:51:17.812Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28612026-05-15T19:51:17.812Z |
28622026-05-15T19:51:17.812Z 77 | pub struct Record<R: RecordData = RData> {
28632026-05-15T19:51:17.812Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
28642026-05-15T19:51:17.812Z |
28652026-05-15T19:51:17.812Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
28662026-05-15T19:51:17.812Z |
28672026-05-15T19:51:17.812Z 78 | pub struct Record<R: RecordData = RData> {
28682026-05-15T19:51:17.812Z | ---------------------------------------- this is the found type
28692026-05-15T19:51:17.812Z = help: you can use `cargo tree` to explore your dependency tree
28702026-05-15T19:51:17.812Znote: the method call chain might not have had the expected associated types
28712026-05-15T19:51:17.812Z --> dns-server/src/dns_server.rs:416:26
28722026-05-15T19:51:17.812Z |
28732026-05-15T19:51:17.812Z411 | response_records: &[Record],
28742026-05-15T19:51:17.812Z | ---------------- this expression has type `&[Record]`
28752026-05-15T19:51:17.812Z...
28762026-05-15T19:51:17.812Z416 | response_records.iter().collect::<Vec<&Record>>(),
28772026-05-15T19:51:17.812Z | ^^^^^^ ------------------------- `IntoIterator::Item` remains `&Record` here
28782026-05-15T19:51:17.812Z | |
28792026-05-15T19:51:17.812Z | `IntoIterator::Item` is `&Record` here
28802026-05-15T19:51:17.812Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
28812026-05-15T19:51:17.812Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:138:25
28822026-05-15T19:51:17.812Z |
28832026-05-15T19:51:17.812Z129 | pub fn build<'a, A, N, S, D>(
28842026-05-15T19:51:17.812Z | ----- required by a bound in this associated function
28852026-05-15T19:51:17.812Z...
28862026-05-15T19:51:17.812Z138 | A: IntoIterator<Item = &'a Record> + Send + 'a,
28872026-05-15T19:51:17.812Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
28882026-05-15T19:51:17.812Z
28892026-05-15T19:51:17.812Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
28902026-05-15T19:51:17.812Z --> dns-server/src/dns_server.rs:414:20
28912026-05-15T19:51:17.813Z |
28922026-05-15T19:51:17.813Z414 | let mresp = rb.build(
28932026-05-15T19:51:17.813Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
28942026-05-15T19:51:17.813Z |
28952026-05-15T19:51:17.813Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
28962026-05-15T19:51:17.813Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
28972026-05-15T19:51:17.813Z |
28982026-05-15T19:51:17.813Z 77 | pub struct Record<R: RecordData = RData> {
28992026-05-15T19:51:17.813Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29002026-05-15T19:51:17.813Z |
29012026-05-15T19:51:17.813Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29022026-05-15T19:51:17.813Z |
29032026-05-15T19:51:17.813Z 78 | pub struct Record<R: RecordData = RData> {
29042026-05-15T19:51:17.813Z | ---------------------------------------- this is the found type
29052026-05-15T19:51:17.813Z = help: you can use `cargo tree` to explore your dependency tree
29062026-05-15T19:51:17.813Znote: required by a bound in `hickory_server::authority::MessageResponse`
29072026-05-15T19:51:17.813Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
29082026-05-15T19:51:17.813Z |
29092026-05-15T19:51:17.813Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29102026-05-15T19:51:17.813Z | --------------- required by a bound in this struct
29112026-05-15T19:51:17.813Z 22 | where
29122026-05-15T19:51:17.813Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
29132026-05-15T19:51:17.813Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29142026-05-15T19:51:17.813Z
29152026-05-15T19:51:17.813Zerror[E0271]: type mismatch resolving `<&[Record] as IntoIterator>::Item == &Record`
29162026-05-15T19:51:17.813Z --> dns-server/src/dns_server.rs:419:9
29172026-05-15T19:51:17.813Z |
29182026-05-15T19:51:17.813Z414 | let mresp = rb.build(
29192026-05-15T19:51:17.813Z | ----- required by a bound introduced by this call
29202026-05-15T19:51:17.813Z...
29212026-05-15T19:51:17.813Z419 | additional_records,
29222026-05-15T19:51:17.813Z | ^^^^^^^^^^^^^^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29232026-05-15T19:51:17.813Z |
29242026-05-15T19:51:17.813Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29252026-05-15T19:51:17.813Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29262026-05-15T19:51:17.813Z |
29272026-05-15T19:51:17.813Z 77 | pub struct Record<R: RecordData = RData> {
29282026-05-15T19:51:17.813Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29292026-05-15T19:51:17.814Z |
29302026-05-15T19:51:17.814Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29312026-05-15T19:51:17.814Z |
29322026-05-15T19:51:17.814Z 78 | pub struct Record<R: RecordData = RData> {
29332026-05-15T19:51:17.814Z | ---------------------------------------- this is the found type
29342026-05-15T19:51:17.818Z = help: you can use `cargo tree` to explore your dependency tree
29352026-05-15T19:51:17.818Znote: required by a bound in `hickory_server::authority::MessageResponseBuilder::<'q>::build`
29362026-05-15T19:51:17.818Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:144:25
29372026-05-15T19:51:17.818Z |
29382026-05-15T19:51:17.818Z129 | pub fn build<'a, A, N, S, D>(
29392026-05-15T19:51:17.818Z | ----- required by a bound in this associated function
29402026-05-15T19:51:17.818Z...
29412026-05-15T19:51:17.818Z144 | D: IntoIterator<Item = &'a Record> + Send + 'a,
29422026-05-15T19:51:17.818Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponseBuilder::<'q>::build`
29432026-05-15T19:51:17.818Z
29442026-05-15T19:51:17.818Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29452026-05-15T19:51:17.818Z --> dns-server/src/dns_server.rs:414:20
29462026-05-15T19:51:17.818Z |
29472026-05-15T19:51:17.818Z414 | let mresp = rb.build(
29482026-05-15T19:51:17.818Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
29492026-05-15T19:51:17.818Z |
29502026-05-15T19:51:17.819Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29512026-05-15T19:51:17.819Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
29522026-05-15T19:51:17.819Z |
29532026-05-15T19:51:17.819Z 77 | pub struct Record<R: RecordData = RData> {
29542026-05-15T19:51:17.819Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29552026-05-15T19:51:17.819Z |
29562026-05-15T19:51:17.819Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
29572026-05-15T19:51:17.819Z |
29582026-05-15T19:51:17.819Z 78 | pub struct Record<R: RecordData = RData> {
29592026-05-15T19:51:17.819Z | ---------------------------------------- this is the found type
29602026-05-15T19:51:17.819Z = help: you can use `cargo tree` to explore your dependency tree
29612026-05-15T19:51:17.819Znote: required by a bound in `hickory_server::authority::MessageResponse`
29622026-05-15T19:51:17.819Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
29632026-05-15T19:51:17.819Z |
29642026-05-15T19:51:17.819Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
29652026-05-15T19:51:17.819Z | --------------- required by a bound in this struct
29662026-05-15T19:51:17.820Z...
29672026-05-15T19:51:17.820Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
29682026-05-15T19:51:17.820Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
29692026-05-15T19:51:17.820Z
29702026-05-15T19:51:17.820Zerror[E0308]: mismatched types
29712026-05-15T19:51:17.820Z --> dns-server/src/dns_server.rs:415:9
29722026-05-15T19:51:17.820Z |
29732026-05-15T19:51:17.820Z414 | let mresp = rb.build(
29742026-05-15T19:51:17.820Z | ----- arguments to this method are incorrect
29752026-05-15T19:51:17.820Z415 | header,
29762026-05-15T19:51:17.820Z | ^^^^^^ expected `Header`, found `hickory_proto::op::Header`
29772026-05-15T19:51:17.820Z |
29782026-05-15T19:51:17.820Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
29792026-05-15T19:51:17.820Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
29802026-05-15T19:51:17.820Z |
29812026-05-15T19:51:17.820Z 57 | pub struct Header {
29822026-05-15T19:51:17.820Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29832026-05-15T19:51:17.820Z |
29842026-05-15T19:51:17.820Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
29852026-05-15T19:51:17.820Z |
29862026-05-15T19:51:17.820Z 57 | pub struct Header {
29872026-05-15T19:51:17.820Z | ----------------- this is the found type
29882026-05-15T19:51:17.820Z = help: you can use `cargo tree` to explore your dependency tree
29892026-05-15T19:51:17.820Znote: method defined here
29902026-05-15T19:51:17.820Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:129:12
29912026-05-15T19:51:17.820Z |
29922026-05-15T19:51:17.820Z129 | pub fn build<'a, A, N, S, D>(
29932026-05-15T19:51:17.820Z | ^^^^^
29942026-05-15T19:51:17.820Z
29952026-05-15T19:51:17.820Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
29962026-05-15T19:51:17.820Z --> dns-server/src/dns_server.rs:422:31
29972026-05-15T19:51:17.820Z |
29982026-05-15T19:51:17.820Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
29992026-05-15T19:51:17.820Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30002026-05-15T19:51:17.820Z | |
30012026-05-15T19:51:17.820Z | required by a bound introduced by this call
30022026-05-15T19:51:17.820Z |
30032026-05-15T19:51:17.821Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30042026-05-15T19:51:17.821Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30052026-05-15T19:51:17.821Z |
30062026-05-15T19:51:17.821Z 78 | pub struct Record<R: RecordData = RData> {
30072026-05-15T19:51:17.821Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30082026-05-15T19:51:17.821Z |
30092026-05-15T19:51:17.821Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30102026-05-15T19:51:17.821Z |
30112026-05-15T19:51:17.821Z 77 | pub struct Record<R: RecordData = RData> {
30122026-05-15T19:51:17.821Z | ---------------------------------------- this is the found type
30132026-05-15T19:51:17.821Z = help: you can use `cargo tree` to explore your dependency tree
30142026-05-15T19:51:17.821Znote: required by a bound in `dns_server::encode_and_send`
30152026-05-15T19:51:17.821Z --> dns-server/src/dns_server.rs:492:27
30162026-05-15T19:51:17.822Z |
30172026-05-15T19:51:17.822Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30182026-05-15T19:51:17.822Z | --------------- required by a bound in this function
30192026-05-15T19:51:17.822Z...
30202026-05-15T19:51:17.822Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30212026-05-15T19:51:17.822Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
30222026-05-15T19:51:17.822Z
30232026-05-15T19:51:17.822Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30242026-05-15T19:51:17.822Z --> dns-server/src/dns_server.rs:422:31
30252026-05-15T19:51:17.822Z |
30262026-05-15T19:51:17.822Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30272026-05-15T19:51:17.822Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30282026-05-15T19:51:17.822Z |
30292026-05-15T19:51:17.822Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30302026-05-15T19:51:17.822Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30312026-05-15T19:51:17.822Z |
30322026-05-15T19:51:17.822Z 77 | pub struct Record<R: RecordData = RData> {
30332026-05-15T19:51:17.822Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30342026-05-15T19:51:17.827Z |
30352026-05-15T19:51:17.827Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30362026-05-15T19:51:17.827Z |
30372026-05-15T19:51:17.828Z 78 | pub struct Record<R: RecordData = RData> {
30382026-05-15T19:51:17.828Z | ---------------------------------------- this is the found type
30392026-05-15T19:51:17.828Z = help: you can use `cargo tree` to explore your dependency tree
30402026-05-15T19:51:17.828Znote: required by a bound in `hickory_server::authority::MessageResponse`
30412026-05-15T19:51:17.828Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:23:23
30422026-05-15T19:51:17.828Z |
30432026-05-15T19:51:17.828Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30442026-05-15T19:51:17.828Z | --------------- required by a bound in this struct
30452026-05-15T19:51:17.828Z 22 | where
30462026-05-15T19:51:17.828Z 23 | Answers: Iterator<Item = &'a Record> + Send + 'a,
30472026-05-15T19:51:17.828Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30482026-05-15T19:51:17.828Z
30492026-05-15T19:51:17.828Zerror[E0271]: expected `Iter<'_, Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30502026-05-15T19:51:17.828Z --> dns-server/src/dns_server.rs:422:31
30512026-05-15T19:51:17.828Z |
30522026-05-15T19:51:17.828Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30532026-05-15T19:51:17.828Z | ^^^^^ expected `Record`, found `hickory_proto::rr::Record`
30542026-05-15T19:51:17.828Z |
30552026-05-15T19:51:17.828Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30562026-05-15T19:51:17.828Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30572026-05-15T19:51:17.828Z |
30582026-05-15T19:51:17.828Z 77 | pub struct Record<R: RecordData = RData> {
30592026-05-15T19:51:17.828Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30602026-05-15T19:51:17.828Z |
30612026-05-15T19:51:17.828Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30622026-05-15T19:51:17.828Z |
30632026-05-15T19:51:17.828Z 78 | pub struct Record<R: RecordData = RData> {
30642026-05-15T19:51:17.828Z | ---------------------------------------- this is the found type
30652026-05-15T19:51:17.828Z = help: you can use `cargo tree` to explore your dependency tree
30662026-05-15T19:51:17.828Znote: required by a bound in `hickory_server::authority::MessageResponse`
30672026-05-15T19:51:17.828Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:26:27
30682026-05-15T19:51:17.828Z |
30692026-05-15T19:51:17.828Z 21 | pub struct MessageResponse<'q, 'a, Answers, NameServers, Soa, Additionals>
30702026-05-15T19:51:17.829Z | --------------- required by a bound in this struct
30712026-05-15T19:51:17.829Z...
30722026-05-15T19:51:17.829Z 26 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
30732026-05-15T19:51:17.829Z | ^^^^^^^^^^^^^^^^^ required by this bound in `MessageResponse`
30742026-05-15T19:51:17.829Z
30752026-05-15T19:51:17.829Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
30762026-05-15T19:51:17.829Z --> dns-server/src/dns_server.rs:422:5
30772026-05-15T19:51:17.829Z |
30782026-05-15T19:51:17.829Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
30792026-05-15T19:51:17.829Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
30802026-05-15T19:51:17.829Z |
30812026-05-15T19:51:17.829Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
30822026-05-15T19:51:17.829Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
30832026-05-15T19:51:17.829Z |
30842026-05-15T19:51:17.829Z 78 | pub struct Record<R: RecordData = RData> {
30852026-05-15T19:51:17.829Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30862026-05-15T19:51:17.829Z |
30872026-05-15T19:51:17.829Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
30882026-05-15T19:51:17.829Z |
30892026-05-15T19:51:17.829Z 77 | pub struct Record<R: RecordData = RData> {
30902026-05-15T19:51:17.829Z | ---------------------------------------- this is the found type
30912026-05-15T19:51:17.829Z = help: you can use `cargo tree` to explore your dependency tree
30922026-05-15T19:51:17.829Znote: required by a bound in `dns_server::encode_and_send`
30932026-05-15T19:51:17.829Z --> dns-server/src/dns_server.rs:492:27
30942026-05-15T19:51:17.829Z |
30952026-05-15T19:51:17.829Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
30962026-05-15T19:51:17.829Z | --------------- required by a bound in this function
30972026-05-15T19:51:17.829Z...
30982026-05-15T19:51:17.829Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
30992026-05-15T19:51:17.829Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31002026-05-15T19:51:17.829Z
31012026-05-15T19:51:17.829Zerror[E0271]: expected `IntoIter<&Record>` to be an iterator that yields `&Record`, but it yields `&Record`
31022026-05-15T19:51:17.829Z --> dns-server/src/dns_server.rs:422:49
31032026-05-15T19:51:17.829Z |
31042026-05-15T19:51:17.829Z422 | encode_and_send(&request, mresp, "records").await.map_err(|error| {
31052026-05-15T19:51:17.829Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31062026-05-15T19:51:17.829Z |
31072026-05-15T19:51:17.829Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31082026-05-15T19:51:17.830Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31092026-05-15T19:51:17.830Z |
31102026-05-15T19:51:17.830Z 78 | pub struct Record<R: RecordData = RData> {
31112026-05-15T19:51:17.830Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31122026-05-15T19:51:17.830Z |
31132026-05-15T19:51:17.830Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31142026-05-15T19:51:17.830Z |
31152026-05-15T19:51:17.830Z 77 | pub struct Record<R: RecordData = RData> {
31162026-05-15T19:51:17.830Z | ---------------------------------------- this is the found type
31172026-05-15T19:51:17.830Z = help: you can use `cargo tree` to explore your dependency tree
31182026-05-15T19:51:17.830Znote: required by a bound in `dns_server::encode_and_send`
31192026-05-15T19:51:17.830Z --> dns-server/src/dns_server.rs:492:27
31202026-05-15T19:51:17.830Z |
31212026-05-15T19:51:17.830Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31222026-05-15T19:51:17.830Z | --------------- required by a bound in this function
31232026-05-15T19:51:17.830Z...
31242026-05-15T19:51:17.830Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
31252026-05-15T19:51:17.830Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31262026-05-15T19:51:17.830Z
31272026-05-15T19:51:17.834Zerror[E0308]: arguments to this method are incorrect
31282026-05-15T19:51:17.834Z --> dns-server/src/dns_server.rs:438:33
31292026-05-15T19:51:17.834Z |
31302026-05-15T19:51:17.834Z438 | let mut mresp = rb_nxdomain.error_msg(&header, ResponseCode::NXDomain);
31312026-05-15T19:51:17.834Z | ^^^^^^^^^ ------- ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
31322026-05-15T19:51:17.834Z | |
31332026-05-15T19:51:17.834Z | expected `&Header`, found `&&Header`
31342026-05-15T19:51:17.835Z |
31352026-05-15T19:51:17.835Z = note: expected reference `&hickory_resolver::hickory_proto::op::Header`
31362026-05-15T19:51:17.835Z found reference `&&hickory_proto::op::Header`
31372026-05-15T19:51:17.835Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31382026-05-15T19:51:17.835Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
31392026-05-15T19:51:17.835Z |
31402026-05-15T19:51:17.835Z 67 | pub enum ResponseCode {
31412026-05-15T19:51:17.835Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31422026-05-15T19:51:17.835Z |
31432026-05-15T19:51:17.835Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
31442026-05-15T19:51:17.835Z |
31452026-05-15T19:51:17.835Z 67 | pub enum ResponseCode {
31462026-05-15T19:51:17.835Z | --------------------- this is the found type
31472026-05-15T19:51:17.836Z = help: you can use `cargo tree` to explore your dependency tree
31482026-05-15T19:51:17.836Znote: method defined here
31492026-05-15T19:51:17.836Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
31502026-05-15T19:51:17.836Z |
31512026-05-15T19:51:17.836Z190 | pub fn error_msg<'a>(
31522026-05-15T19:51:17.836Z | ^^^^^^^^^
31532026-05-15T19:51:17.836Z
31542026-05-15T19:51:17.836Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31552026-05-15T19:51:17.836Z --> dns-server/src/dns_server.rs:457:50
31562026-05-15T19:51:17.836Z |
31572026-05-15T19:51:17.836Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31582026-05-15T19:51:17.836Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31592026-05-15T19:51:17.836Z | |
31602026-05-15T19:51:17.836Z | required by a bound introduced by this call
31612026-05-15T19:51:17.836Z |
31622026-05-15T19:51:17.836Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31632026-05-15T19:51:17.836Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31642026-05-15T19:51:17.836Z |
31652026-05-15T19:51:17.836Z 78 | pub struct Record<R: RecordData = RData> {
31662026-05-15T19:51:17.836Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31672026-05-15T19:51:17.836Z |
31682026-05-15T19:51:17.836Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31692026-05-15T19:51:17.836Z |
31702026-05-15T19:51:17.836Z 77 | pub struct Record<R: RecordData = RData> {
31712026-05-15T19:51:17.836Z | ---------------------------------------- this is the found type
31722026-05-15T19:51:17.836Z = help: you can use `cargo tree` to explore your dependency tree
31732026-05-15T19:51:17.836Znote: required by a bound in `dns_server::encode_and_send`
31742026-05-15T19:51:17.836Z --> dns-server/src/dns_server.rs:491:23
31752026-05-15T19:51:17.836Z |
31762026-05-15T19:51:17.836Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
31772026-05-15T19:51:17.836Z | --------------- required by a bound in this function
31782026-05-15T19:51:17.836Z...
31792026-05-15T19:51:17.836Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
31802026-05-15T19:51:17.836Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
31812026-05-15T19:51:17.836Z
31822026-05-15T19:51:17.836Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
31832026-05-15T19:51:17.836Z --> dns-server/src/dns_server.rs:457:50
31842026-05-15T19:51:17.837Z |
31852026-05-15T19:51:17.837Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
31862026-05-15T19:51:17.837Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
31872026-05-15T19:51:17.837Z | |
31882026-05-15T19:51:17.837Z | required by a bound introduced by this call
31892026-05-15T19:51:17.837Z |
31902026-05-15T19:51:17.837Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
31912026-05-15T19:51:17.837Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
31922026-05-15T19:51:17.837Z |
31932026-05-15T19:51:17.837Z 78 | pub struct Record<R: RecordData = RData> {
31942026-05-15T19:51:17.837Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31952026-05-15T19:51:17.837Z |
31962026-05-15T19:51:17.837Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
31972026-05-15T19:51:17.837Z |
31982026-05-15T19:51:17.837Z 77 | pub struct Record<R: RecordData = RData> {
31992026-05-15T19:51:17.838Z | ---------------------------------------- this is the found type
32002026-05-15T19:51:17.838Z = help: you can use `cargo tree` to explore your dependency tree
32012026-05-15T19:51:17.838Znote: required by a bound in `dns_server::encode_and_send`
32022026-05-15T19:51:17.838Z --> dns-server/src/dns_server.rs:492:27
32032026-05-15T19:51:17.838Z |
32042026-05-15T19:51:17.838Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32052026-05-15T19:51:17.838Z | --------------- required by a bound in this function
32062026-05-15T19:51:17.838Z...
32072026-05-15T19:51:17.838Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
32082026-05-15T19:51:17.838Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32092026-05-15T19:51:17.838Z
32102026-05-15T19:51:17.838Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32112026-05-15T19:51:17.838Z --> dns-server/src/dns_server.rs:457:50
32122026-05-15T19:51:17.838Z |
32132026-05-15T19:51:17.838Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32142026-05-15T19:51:17.838Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32152026-05-15T19:51:17.838Z | |
32162026-05-15T19:51:17.838Z | required by a bound introduced by this call
32172026-05-15T19:51:17.838Z |
32182026-05-15T19:51:17.838Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32192026-05-15T19:51:17.838Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32202026-05-15T19:51:17.838Z |
32212026-05-15T19:51:17.838Z 78 | pub struct Record<R: RecordData = RData> {
32222026-05-15T19:51:17.838Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32232026-05-15T19:51:17.838Z |
32242026-05-15T19:51:17.838Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32252026-05-15T19:51:17.838Z |
32262026-05-15T19:51:17.838Z 77 | pub struct Record<R: RecordData = RData> {
32272026-05-15T19:51:17.843Z | ---------------------------------------- this is the found type
32282026-05-15T19:51:17.843Z = help: you can use `cargo tree` to explore your dependency tree
32292026-05-15T19:51:17.843Znote: required by a bound in `dns_server::encode_and_send`
32302026-05-15T19:51:17.843Z --> dns-server/src/dns_server.rs:493:19
32312026-05-15T19:51:17.843Z |
32322026-05-15T19:51:17.843Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32332026-05-15T19:51:17.843Z | --------------- required by a bound in this function
32342026-05-15T19:51:17.843Z...
32352026-05-15T19:51:17.843Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
32362026-05-15T19:51:17.843Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32372026-05-15T19:51:17.843Z
32382026-05-15T19:51:17.843Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32392026-05-15T19:51:17.843Z --> dns-server/src/dns_server.rs:457:50
32402026-05-15T19:51:17.843Z |
32412026-05-15T19:51:17.843Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32422026-05-15T19:51:17.843Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32432026-05-15T19:51:17.843Z | |
32442026-05-15T19:51:17.843Z | required by a bound introduced by this call
32452026-05-15T19:51:17.843Z |
32462026-05-15T19:51:17.843Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32472026-05-15T19:51:17.843Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32482026-05-15T19:51:17.843Z |
32492026-05-15T19:51:17.843Z 78 | pub struct Record<R: RecordData = RData> {
32502026-05-15T19:51:17.843Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32512026-05-15T19:51:17.843Z |
32522026-05-15T19:51:17.844Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32532026-05-15T19:51:17.844Z |
32542026-05-15T19:51:17.844Z 77 | pub struct Record<R: RecordData = RData> {
32552026-05-15T19:51:17.844Z | ---------------------------------------- this is the found type
32562026-05-15T19:51:17.844Z = help: you can use `cargo tree` to explore your dependency tree
32572026-05-15T19:51:17.844Znote: required by a bound in `dns_server::encode_and_send`
32582026-05-15T19:51:17.844Z --> dns-server/src/dns_server.rs:494:27
32592026-05-15T19:51:17.844Z |
32602026-05-15T19:51:17.844Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32612026-05-15T19:51:17.844Z | --------------- required by a bound in this function
32622026-05-15T19:51:17.844Z...
32632026-05-15T19:51:17.844Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
32642026-05-15T19:51:17.844Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32652026-05-15T19:51:17.844Z
32662026-05-15T19:51:17.844Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32672026-05-15T19:51:17.844Z --> dns-server/src/dns_server.rs:457:25
32682026-05-15T19:51:17.844Z |
32692026-05-15T19:51:17.844Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32702026-05-15T19:51:17.844Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32712026-05-15T19:51:17.844Z |
32722026-05-15T19:51:17.844Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32732026-05-15T19:51:17.844Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
32742026-05-15T19:51:17.844Z |
32752026-05-15T19:51:17.844Z 78 | pub struct Record<R: RecordData = RData> {
32762026-05-15T19:51:17.844Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
32772026-05-15T19:51:17.844Z |
32782026-05-15T19:51:17.844Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
32792026-05-15T19:51:17.844Z |
32802026-05-15T19:51:17.844Z 77 | pub struct Record<R: RecordData = RData> {
32812026-05-15T19:51:17.844Z | ---------------------------------------- this is the found type
32822026-05-15T19:51:17.844Z = help: you can use `cargo tree` to explore your dependency tree
32832026-05-15T19:51:17.844Znote: required by a bound in `dns_server::encode_and_send`
32842026-05-15T19:51:17.844Z --> dns-server/src/dns_server.rs:491:23
32852026-05-15T19:51:17.844Z |
32862026-05-15T19:51:17.844Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
32872026-05-15T19:51:17.844Z | --------------- required by a bound in this function
32882026-05-15T19:51:17.844Z...
32892026-05-15T19:51:17.845Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
32902026-05-15T19:51:17.845Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
32912026-05-15T19:51:17.845Z
32922026-05-15T19:51:17.845Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
32932026-05-15T19:51:17.845Z --> dns-server/src/dns_server.rs:457:25
32942026-05-15T19:51:17.845Z |
32952026-05-15T19:51:17.845Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
32962026-05-15T19:51:17.845Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
32972026-05-15T19:51:17.845Z |
32982026-05-15T19:51:17.845Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
32992026-05-15T19:51:17.845Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33002026-05-15T19:51:17.845Z |
33012026-05-15T19:51:17.845Z 78 | pub struct Record<R: RecordData = RData> {
33022026-05-15T19:51:17.845Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33032026-05-15T19:51:17.845Z |
33042026-05-15T19:51:17.845Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33052026-05-15T19:51:17.845Z |
33062026-05-15T19:51:17.845Z 77 | pub struct Record<R: RecordData = RData> {
33072026-05-15T19:51:17.845Z | ---------------------------------------- this is the found type
33082026-05-15T19:51:17.845Z = help: you can use `cargo tree` to explore your dependency tree
33092026-05-15T19:51:17.845Znote: required by a bound in `dns_server::encode_and_send`
33102026-05-15T19:51:17.845Z --> dns-server/src/dns_server.rs:492:27
33112026-05-15T19:51:17.845Z |
33122026-05-15T19:51:17.845Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33132026-05-15T19:51:17.845Z | --------------- required by a bound in this function
33142026-05-15T19:51:17.845Z...
33152026-05-15T19:51:17.845Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
33162026-05-15T19:51:17.845Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33172026-05-15T19:51:17.845Z
33182026-05-15T19:51:17.845Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33192026-05-15T19:51:17.845Z --> dns-server/src/dns_server.rs:457:25
33202026-05-15T19:51:17.845Z |
33212026-05-15T19:51:17.845Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33222026-05-15T19:51:17.845Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33232026-05-15T19:51:17.845Z |
33242026-05-15T19:51:17.845Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33252026-05-15T19:51:17.845Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33262026-05-15T19:51:17.846Z |
33272026-05-15T19:51:17.850Z 78 | pub struct Record<R: RecordData = RData> {
33282026-05-15T19:51:17.850Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33292026-05-15T19:51:17.850Z |
33302026-05-15T19:51:17.850Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33312026-05-15T19:51:17.850Z |
33322026-05-15T19:51:17.850Z 77 | pub struct Record<R: RecordData = RData> {
33332026-05-15T19:51:17.850Z | ---------------------------------------- this is the found type
33342026-05-15T19:51:17.850Z = help: you can use `cargo tree` to explore your dependency tree
33352026-05-15T19:51:17.850Znote: required by a bound in `dns_server::encode_and_send`
33362026-05-15T19:51:17.850Z --> dns-server/src/dns_server.rs:493:19
33372026-05-15T19:51:17.850Z |
33382026-05-15T19:51:17.850Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33392026-05-15T19:51:17.850Z | --------------- required by a bound in this function
33402026-05-15T19:51:17.850Z...
33412026-05-15T19:51:17.850Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
33422026-05-15T19:51:17.850Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33432026-05-15T19:51:17.850Z
33442026-05-15T19:51:17.851Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33452026-05-15T19:51:17.851Z --> dns-server/src/dns_server.rs:457:25
33462026-05-15T19:51:17.851Z |
33472026-05-15T19:51:17.851Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33482026-05-15T19:51:17.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33492026-05-15T19:51:17.851Z |
33502026-05-15T19:51:17.851Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33512026-05-15T19:51:17.851Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33522026-05-15T19:51:17.851Z |
33532026-05-15T19:51:17.851Z 78 | pub struct Record<R: RecordData = RData> {
33542026-05-15T19:51:17.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33552026-05-15T19:51:17.851Z |
33562026-05-15T19:51:17.851Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33572026-05-15T19:51:17.851Z |
33582026-05-15T19:51:17.851Z 77 | pub struct Record<R: RecordData = RData> {
33592026-05-15T19:51:17.851Z | ---------------------------------------- this is the found type
33602026-05-15T19:51:17.851Z = help: you can use `cargo tree` to explore your dependency tree
33612026-05-15T19:51:17.851Znote: required by a bound in `dns_server::encode_and_send`
33622026-05-15T19:51:17.851Z --> dns-server/src/dns_server.rs:494:27
33632026-05-15T19:51:17.851Z |
33642026-05-15T19:51:17.851Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33652026-05-15T19:51:17.851Z | --------------- required by a bound in this function
33662026-05-15T19:51:17.851Z...
33672026-05-15T19:51:17.851Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
33682026-05-15T19:51:17.851Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33692026-05-15T19:51:17.851Z
33702026-05-15T19:51:17.851Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33712026-05-15T19:51:17.851Z --> dns-server/src/dns_server.rs:457:69
33722026-05-15T19:51:17.851Z |
33732026-05-15T19:51:17.851Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
33742026-05-15T19:51:17.851Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
33752026-05-15T19:51:17.851Z |
33762026-05-15T19:51:17.851Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
33772026-05-15T19:51:17.851Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
33782026-05-15T19:51:17.851Z |
33792026-05-15T19:51:17.851Z 78 | pub struct Record<R: RecordData = RData> {
33802026-05-15T19:51:17.851Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
33812026-05-15T19:51:17.852Z |
33822026-05-15T19:51:17.852Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
33832026-05-15T19:51:17.852Z |
33842026-05-15T19:51:17.852Z 77 | pub struct Record<R: RecordData = RData> {
33852026-05-15T19:51:17.852Z | ---------------------------------------- this is the found type
33862026-05-15T19:51:17.852Z = help: you can use `cargo tree` to explore your dependency tree
33872026-05-15T19:51:17.852Znote: required by a bound in `dns_server::encode_and_send`
33882026-05-15T19:51:17.852Z --> dns-server/src/dns_server.rs:491:23
33892026-05-15T19:51:17.852Z |
33902026-05-15T19:51:17.852Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
33912026-05-15T19:51:17.852Z | --------------- required by a bound in this function
33922026-05-15T19:51:17.852Z...
33932026-05-15T19:51:17.852Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
33942026-05-15T19:51:17.852Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
33952026-05-15T19:51:17.852Z
33962026-05-15T19:51:17.852Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
33972026-05-15T19:51:17.852Z --> dns-server/src/dns_server.rs:457:69
33982026-05-15T19:51:17.852Z |
33992026-05-15T19:51:17.852Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34002026-05-15T19:51:17.852Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34012026-05-15T19:51:17.852Z |
34022026-05-15T19:51:17.852Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34032026-05-15T19:51:17.852Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34042026-05-15T19:51:17.852Z |
34052026-05-15T19:51:17.852Z 78 | pub struct Record<R: RecordData = RData> {
34062026-05-15T19:51:17.852Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34072026-05-15T19:51:17.852Z |
34082026-05-15T19:51:17.852Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34092026-05-15T19:51:17.852Z |
34102026-05-15T19:51:17.852Z 77 | pub struct Record<R: RecordData = RData> {
34112026-05-15T19:51:17.852Z | ---------------------------------------- this is the found type
34122026-05-15T19:51:17.852Z = help: you can use `cargo tree` to explore your dependency tree
34132026-05-15T19:51:17.852Znote: required by a bound in `dns_server::encode_and_send`
34142026-05-15T19:51:17.852Z --> dns-server/src/dns_server.rs:492:27
34152026-05-15T19:51:17.852Z |
34162026-05-15T19:51:17.852Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34172026-05-15T19:51:17.852Z | --------------- required by a bound in this function
34182026-05-15T19:51:17.852Z...
34192026-05-15T19:51:17.852Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
34202026-05-15T19:51:17.853Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34212026-05-15T19:51:17.853Z
34222026-05-15T19:51:17.853Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34232026-05-15T19:51:17.853Z --> dns-server/src/dns_server.rs:457:69
34242026-05-15T19:51:17.853Z |
34252026-05-15T19:51:17.853Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34262026-05-15T19:51:17.853Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34272026-05-15T19:51:17.864Z |
34282026-05-15T19:51:17.864Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34292026-05-15T19:51:17.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34302026-05-15T19:51:17.864Z |
34312026-05-15T19:51:17.864Z 78 | pub struct Record<R: RecordData = RData> {
34322026-05-15T19:51:17.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34332026-05-15T19:51:17.864Z |
34342026-05-15T19:51:17.864Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34352026-05-15T19:51:17.864Z |
34362026-05-15T19:51:17.864Z 77 | pub struct Record<R: RecordData = RData> {
34372026-05-15T19:51:17.864Z | ---------------------------------------- this is the found type
34382026-05-15T19:51:17.864Z = help: you can use `cargo tree` to explore your dependency tree
34392026-05-15T19:51:17.864Znote: required by a bound in `dns_server::encode_and_send`
34402026-05-15T19:51:17.864Z --> dns-server/src/dns_server.rs:493:19
34412026-05-15T19:51:17.864Z |
34422026-05-15T19:51:17.864Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34432026-05-15T19:51:17.864Z | --------------- required by a bound in this function
34442026-05-15T19:51:17.864Z...
34452026-05-15T19:51:17.864Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
34462026-05-15T19:51:17.864Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34472026-05-15T19:51:17.864Z
34482026-05-15T19:51:17.864Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
34492026-05-15T19:51:17.864Z --> dns-server/src/dns_server.rs:457:69
34502026-05-15T19:51:17.864Z |
34512026-05-15T19:51:17.864Z457 | if let Err(error) = encode_and_send(request, mresp, "NXDOMAIN").await {
34522026-05-15T19:51:17.864Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
34532026-05-15T19:51:17.864Z |
34542026-05-15T19:51:17.864Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34552026-05-15T19:51:17.864Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
34562026-05-15T19:51:17.864Z |
34572026-05-15T19:51:17.864Z 78 | pub struct Record<R: RecordData = RData> {
34582026-05-15T19:51:17.864Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34592026-05-15T19:51:17.864Z |
34602026-05-15T19:51:17.865Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
34612026-05-15T19:51:17.865Z |
34622026-05-15T19:51:17.865Z 77 | pub struct Record<R: RecordData = RData> {
34632026-05-15T19:51:17.865Z | ---------------------------------------- this is the found type
34642026-05-15T19:51:17.865Z = help: you can use `cargo tree` to explore your dependency tree
34652026-05-15T19:51:17.865Znote: required by a bound in `dns_server::encode_and_send`
34662026-05-15T19:51:17.865Z --> dns-server/src/dns_server.rs:494:27
34672026-05-15T19:51:17.865Z |
34682026-05-15T19:51:17.865Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
34692026-05-15T19:51:17.865Z | --------------- required by a bound in this function
34702026-05-15T19:51:17.865Z...
34712026-05-15T19:51:17.865Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
34722026-05-15T19:51:17.865Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
34732026-05-15T19:51:17.865Z
34742026-05-15T19:51:17.865Zerror[E0308]: arguments to this method are incorrect
34752026-05-15T19:51:17.865Z --> dns-server/src/dns_server.rs:477:20
34762026-05-15T19:51:17.865Z |
34772026-05-15T19:51:17.865Z477 | let mresp = rb.error_msg(header, ResponseCode::ServFail);
34782026-05-15T19:51:17.865Z | ^^^^^^^^^ ------ ---------------------- expected `ResponseCode`, found `hickory_proto::op::ResponseCode`
34792026-05-15T19:51:17.865Z | |
34802026-05-15T19:51:17.865Z | expected `Header`, found `hickory_proto::op::Header`
34812026-05-15T19:51:17.865Z |
34822026-05-15T19:51:17.865Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34832026-05-15T19:51:17.865Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/header.rs:57:1
34842026-05-15T19:51:17.865Z |
34852026-05-15T19:51:17.865Z 57 | pub struct Header {
34862026-05-15T19:51:17.865Z | ^^^^^^^^^^^^^^^^^ this is the expected type
34872026-05-15T19:51:17.865Z |
34882026-05-15T19:51:17.865Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/header.rs:57:1
34892026-05-15T19:51:17.865Z |
34902026-05-15T19:51:17.865Z 57 | pub struct Header {
34912026-05-15T19:51:17.865Z | ----------------- this is the found type
34922026-05-15T19:51:17.865Z = help: you can use `cargo tree` to explore your dependency tree
34932026-05-15T19:51:17.865Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
34942026-05-15T19:51:17.865Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/op/response_code.rs:67:1
34952026-05-15T19:51:17.865Z |
34962026-05-15T19:51:17.865Z 67 | pub enum ResponseCode {
34972026-05-15T19:51:17.866Z | ^^^^^^^^^^^^^^^^^^^^^ this is the expected type
34982026-05-15T19:51:17.866Z |
34992026-05-15T19:51:17.866Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/op/response_code.rs:67:1
35002026-05-15T19:51:17.866Z |
35012026-05-15T19:51:17.866Z 67 | pub enum ResponseCode {
35022026-05-15T19:51:17.866Z | --------------------- this is the found type
35032026-05-15T19:51:17.866Z = help: you can use `cargo tree` to explore your dependency tree
35042026-05-15T19:51:17.866Znote: method defined here
35052026-05-15T19:51:17.866Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-server-0.25.2/src/authority/message_response.rs:190:12
35062026-05-15T19:51:17.866Z |
35072026-05-15T19:51:17.866Z190 | pub fn error_msg<'a>(
35082026-05-15T19:51:17.866Z | ^^^^^^^^^
35092026-05-15T19:51:17.866Z
35102026-05-15T19:51:17.866Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35112026-05-15T19:51:17.866Z --> dns-server/src/dns_server.rs:478:50
35122026-05-15T19:51:17.866Z |
35132026-05-15T19:51:17.866Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35142026-05-15T19:51:17.866Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35152026-05-15T19:51:17.866Z | |
35162026-05-15T19:51:17.866Z | required by a bound introduced by this call
35172026-05-15T19:51:17.866Z |
35182026-05-15T19:51:17.866Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35192026-05-15T19:51:17.866Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35202026-05-15T19:51:17.866Z |
35212026-05-15T19:51:17.866Z 78 | pub struct Record<R: RecordData = RData> {
35222026-05-15T19:51:17.866Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35232026-05-15T19:51:17.866Z |
35242026-05-15T19:51:17.866Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35252026-05-15T19:51:17.866Z |
35262026-05-15T19:51:17.866Z 77 | pub struct Record<R: RecordData = RData> {
35272026-05-15T19:51:17.872Z | ---------------------------------------- this is the found type
35282026-05-15T19:51:17.872Z = help: you can use `cargo tree` to explore your dependency tree
35292026-05-15T19:51:17.872Znote: required by a bound in `dns_server::encode_and_send`
35302026-05-15T19:51:17.872Z --> dns-server/src/dns_server.rs:491:23
35312026-05-15T19:51:17.872Z |
35322026-05-15T19:51:17.872Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35332026-05-15T19:51:17.872Z | --------------- required by a bound in this function
35342026-05-15T19:51:17.872Z...
35352026-05-15T19:51:17.872Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
35362026-05-15T19:51:17.872Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35372026-05-15T19:51:17.872Z
35382026-05-15T19:51:17.872Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35392026-05-15T19:51:17.872Z --> dns-server/src/dns_server.rs:478:50
35402026-05-15T19:51:17.872Z |
35412026-05-15T19:51:17.873Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35422026-05-15T19:51:17.873Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35432026-05-15T19:51:17.873Z | |
35442026-05-15T19:51:17.873Z | required by a bound introduced by this call
35452026-05-15T19:51:17.873Z |
35462026-05-15T19:51:17.873Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35472026-05-15T19:51:17.873Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35482026-05-15T19:51:17.873Z |
35492026-05-15T19:51:17.873Z 78 | pub struct Record<R: RecordData = RData> {
35502026-05-15T19:51:17.873Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35512026-05-15T19:51:17.873Z |
35522026-05-15T19:51:17.873Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35532026-05-15T19:51:17.873Z |
35542026-05-15T19:51:17.873Z 77 | pub struct Record<R: RecordData = RData> {
35552026-05-15T19:51:17.873Z | ---------------------------------------- this is the found type
35562026-05-15T19:51:17.873Z = help: you can use `cargo tree` to explore your dependency tree
35572026-05-15T19:51:17.873Znote: required by a bound in `dns_server::encode_and_send`
35582026-05-15T19:51:17.873Z --> dns-server/src/dns_server.rs:492:27
35592026-05-15T19:51:17.873Z |
35602026-05-15T19:51:17.873Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35612026-05-15T19:51:17.873Z | --------------- required by a bound in this function
35622026-05-15T19:51:17.873Z...
35632026-05-15T19:51:17.873Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
35642026-05-15T19:51:17.873Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35652026-05-15T19:51:17.873Z
35662026-05-15T19:51:17.873Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35672026-05-15T19:51:17.873Z --> dns-server/src/dns_server.rs:478:50
35682026-05-15T19:51:17.873Z |
35692026-05-15T19:51:17.873Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35702026-05-15T19:51:17.873Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35712026-05-15T19:51:17.873Z | |
35722026-05-15T19:51:17.873Z | required by a bound introduced by this call
35732026-05-15T19:51:17.873Z |
35742026-05-15T19:51:17.873Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
35752026-05-15T19:51:17.873Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
35762026-05-15T19:51:17.873Z |
35772026-05-15T19:51:17.873Z 78 | pub struct Record<R: RecordData = RData> {
35782026-05-15T19:51:17.873Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
35792026-05-15T19:51:17.874Z |
35802026-05-15T19:51:17.874Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
35812026-05-15T19:51:17.874Z |
35822026-05-15T19:51:17.874Z 77 | pub struct Record<R: RecordData = RData> {
35832026-05-15T19:51:17.874Z | ---------------------------------------- this is the found type
35842026-05-15T19:51:17.874Z = help: you can use `cargo tree` to explore your dependency tree
35852026-05-15T19:51:17.874Znote: required by a bound in `dns_server::encode_and_send`
35862026-05-15T19:51:17.874Z --> dns-server/src/dns_server.rs:493:19
35872026-05-15T19:51:17.874Z |
35882026-05-15T19:51:17.874Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
35892026-05-15T19:51:17.874Z | --------------- required by a bound in this function
35902026-05-15T19:51:17.874Z...
35912026-05-15T19:51:17.874Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
35922026-05-15T19:51:17.874Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
35932026-05-15T19:51:17.875Z
35942026-05-15T19:51:17.875Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
35952026-05-15T19:51:17.875Z --> dns-server/src/dns_server.rs:478:50
35962026-05-15T19:51:17.875Z |
35972026-05-15T19:51:17.875Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
35982026-05-15T19:51:17.875Z | --------------- ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
35992026-05-15T19:51:17.875Z | |
36002026-05-15T19:51:17.875Z | required by a bound introduced by this call
36012026-05-15T19:51:17.875Z |
36022026-05-15T19:51:17.875Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36032026-05-15T19:51:17.875Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36042026-05-15T19:51:17.875Z |
36052026-05-15T19:51:17.875Z 78 | pub struct Record<R: RecordData = RData> {
36062026-05-15T19:51:17.875Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36072026-05-15T19:51:17.875Z |
36082026-05-15T19:51:17.875Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36092026-05-15T19:51:17.875Z |
36102026-05-15T19:51:17.875Z 77 | pub struct Record<R: RecordData = RData> {
36112026-05-15T19:51:17.875Z | ---------------------------------------- this is the found type
36122026-05-15T19:51:17.875Z = help: you can use `cargo tree` to explore your dependency tree
36132026-05-15T19:51:17.875Znote: required by a bound in `dns_server::encode_and_send`
36142026-05-15T19:51:17.875Z --> dns-server/src/dns_server.rs:494:27
36152026-05-15T19:51:17.875Z |
36162026-05-15T19:51:17.875Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36172026-05-15T19:51:17.875Z | --------------- required by a bound in this function
36182026-05-15T19:51:17.875Z...
36192026-05-15T19:51:17.875Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
36202026-05-15T19:51:17.875Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36212026-05-15T19:51:17.875Z
36222026-05-15T19:51:17.875Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36232026-05-15T19:51:17.875Z --> dns-server/src/dns_server.rs:478:25
36242026-05-15T19:51:17.875Z |
36252026-05-15T19:51:17.875Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36262026-05-15T19:51:17.875Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36272026-05-15T19:51:17.880Z |
36282026-05-15T19:51:17.880Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36292026-05-15T19:51:17.880Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36302026-05-15T19:51:17.880Z |
36312026-05-15T19:51:17.880Z 78 | pub struct Record<R: RecordData = RData> {
36322026-05-15T19:51:17.880Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36332026-05-15T19:51:17.880Z |
36342026-05-15T19:51:17.880Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36352026-05-15T19:51:17.880Z |
36362026-05-15T19:51:17.880Z 77 | pub struct Record<R: RecordData = RData> {
36372026-05-15T19:51:17.880Z | ---------------------------------------- this is the found type
36382026-05-15T19:51:17.880Z = help: you can use `cargo tree` to explore your dependency tree
36392026-05-15T19:51:17.880Znote: required by a bound in `dns_server::encode_and_send`
36402026-05-15T19:51:17.880Z --> dns-server/src/dns_server.rs:491:23
36412026-05-15T19:51:17.880Z |
36422026-05-15T19:51:17.880Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36432026-05-15T19:51:17.880Z | --------------- required by a bound in this function
36442026-05-15T19:51:17.880Z...
36452026-05-15T19:51:17.880Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
36462026-05-15T19:51:17.880Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36472026-05-15T19:51:17.880Z
36482026-05-15T19:51:17.880Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36492026-05-15T19:51:17.880Z --> dns-server/src/dns_server.rs:478:25
36502026-05-15T19:51:17.880Z |
36512026-05-15T19:51:17.880Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36522026-05-15T19:51:17.880Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36532026-05-15T19:51:17.880Z |
36542026-05-15T19:51:17.880Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36552026-05-15T19:51:17.880Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36562026-05-15T19:51:17.880Z |
36572026-05-15T19:51:17.880Z 78 | pub struct Record<R: RecordData = RData> {
36582026-05-15T19:51:17.880Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36592026-05-15T19:51:17.880Z |
36602026-05-15T19:51:17.880Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36612026-05-15T19:51:17.880Z |
36622026-05-15T19:51:17.881Z 77 | pub struct Record<R: RecordData = RData> {
36632026-05-15T19:51:17.881Z | ---------------------------------------- this is the found type
36642026-05-15T19:51:17.881Z = help: you can use `cargo tree` to explore your dependency tree
36652026-05-15T19:51:17.881Znote: required by a bound in `dns_server::encode_and_send`
36662026-05-15T19:51:17.881Z --> dns-server/src/dns_server.rs:492:27
36672026-05-15T19:51:17.881Z |
36682026-05-15T19:51:17.881Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36692026-05-15T19:51:17.881Z | --------------- required by a bound in this function
36702026-05-15T19:51:17.881Z...
36712026-05-15T19:51:17.881Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
36722026-05-15T19:51:17.881Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36732026-05-15T19:51:17.881Z
36742026-05-15T19:51:17.881Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
36752026-05-15T19:51:17.881Z --> dns-server/src/dns_server.rs:478:25
36762026-05-15T19:51:17.881Z |
36772026-05-15T19:51:17.881Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
36782026-05-15T19:51:17.881Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
36792026-05-15T19:51:17.881Z |
36802026-05-15T19:51:17.881Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
36812026-05-15T19:51:17.881Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
36822026-05-15T19:51:17.881Z |
36832026-05-15T19:51:17.881Z 78 | pub struct Record<R: RecordData = RData> {
36842026-05-15T19:51:17.881Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
36852026-05-15T19:51:17.881Z |
36862026-05-15T19:51:17.881Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
36872026-05-15T19:51:17.881Z |
36882026-05-15T19:51:17.881Z 77 | pub struct Record<R: RecordData = RData> {
36892026-05-15T19:51:17.881Z | ---------------------------------------- this is the found type
36902026-05-15T19:51:17.881Z = help: you can use `cargo tree` to explore your dependency tree
36912026-05-15T19:51:17.881Znote: required by a bound in `dns_server::encode_and_send`
36922026-05-15T19:51:17.881Z --> dns-server/src/dns_server.rs:493:19
36932026-05-15T19:51:17.881Z |
36942026-05-15T19:51:17.881Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
36952026-05-15T19:51:17.881Z | --------------- required by a bound in this function
36962026-05-15T19:51:17.881Z...
36972026-05-15T19:51:17.881Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
36982026-05-15T19:51:17.881Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
36992026-05-15T19:51:17.881Z
37002026-05-15T19:51:17.882Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37012026-05-15T19:51:17.882Z --> dns-server/src/dns_server.rs:478:25
37022026-05-15T19:51:17.882Z |
37032026-05-15T19:51:17.882Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37042026-05-15T19:51:17.882Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37052026-05-15T19:51:17.882Z |
37062026-05-15T19:51:17.882Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37072026-05-15T19:51:17.882Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37082026-05-15T19:51:17.882Z |
37092026-05-15T19:51:17.882Z 78 | pub struct Record<R: RecordData = RData> {
37102026-05-15T19:51:17.882Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37112026-05-15T19:51:17.882Z |
37122026-05-15T19:51:17.882Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37132026-05-15T19:51:17.882Z |
37142026-05-15T19:51:17.882Z 77 | pub struct Record<R: RecordData = RData> {
37152026-05-15T19:51:17.882Z | ---------------------------------------- this is the found type
37162026-05-15T19:51:17.882Z = help: you can use `cargo tree` to explore your dependency tree
37172026-05-15T19:51:17.882Znote: required by a bound in `dns_server::encode_and_send`
37182026-05-15T19:51:17.882Z --> dns-server/src/dns_server.rs:494:27
37192026-05-15T19:51:17.882Z |
37202026-05-15T19:51:17.882Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37212026-05-15T19:51:17.882Z | --------------- required by a bound in this function
37222026-05-15T19:51:17.882Z...
37232026-05-15T19:51:17.882Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
37242026-05-15T19:51:17.882Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37252026-05-15T19:51:17.882Z
37262026-05-15T19:51:17.882Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37272026-05-15T19:51:17.886Z --> dns-server/src/dns_server.rs:478:69
37282026-05-15T19:51:17.886Z |
37292026-05-15T19:51:17.886Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37302026-05-15T19:51:17.886Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37312026-05-15T19:51:17.886Z |
37322026-05-15T19:51:17.886Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37332026-05-15T19:51:17.886Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37342026-05-15T19:51:17.887Z |
37352026-05-15T19:51:17.887Z 78 | pub struct Record<R: RecordData = RData> {
37362026-05-15T19:51:17.887Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37372026-05-15T19:51:17.887Z |
37382026-05-15T19:51:17.887Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37392026-05-15T19:51:17.887Z |
37402026-05-15T19:51:17.887Z 77 | pub struct Record<R: RecordData = RData> {
37412026-05-15T19:51:17.887Z | ---------------------------------------- this is the found type
37422026-05-15T19:51:17.887Z = help: you can use `cargo tree` to explore your dependency tree
37432026-05-15T19:51:17.887Znote: required by a bound in `dns_server::encode_and_send`
37442026-05-15T19:51:17.887Z --> dns-server/src/dns_server.rs:491:23
37452026-05-15T19:51:17.887Z |
37462026-05-15T19:51:17.887Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37472026-05-15T19:51:17.887Z | --------------- required by a bound in this function
37482026-05-15T19:51:17.887Z...
37492026-05-15T19:51:17.887Z491 | Answers: Iterator<Item = &'a Record> + Send + 'a,
37502026-05-15T19:51:17.887Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37512026-05-15T19:51:17.887Z
37522026-05-15T19:51:17.887Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37532026-05-15T19:51:17.887Z --> dns-server/src/dns_server.rs:478:69
37542026-05-15T19:51:17.887Z |
37552026-05-15T19:51:17.887Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37562026-05-15T19:51:17.887Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37572026-05-15T19:51:17.887Z |
37582026-05-15T19:51:17.887Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37592026-05-15T19:51:17.887Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37602026-05-15T19:51:17.887Z |
37612026-05-15T19:51:17.887Z 78 | pub struct Record<R: RecordData = RData> {
37622026-05-15T19:51:17.887Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37632026-05-15T19:51:17.887Z |
37642026-05-15T19:51:17.887Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37652026-05-15T19:51:17.887Z |
37662026-05-15T19:51:17.887Z 77 | pub struct Record<R: RecordData = RData> {
37672026-05-15T19:51:17.887Z | ---------------------------------------- this is the found type
37682026-05-15T19:51:17.887Z = help: you can use `cargo tree` to explore your dependency tree
37692026-05-15T19:51:17.887Znote: required by a bound in `dns_server::encode_and_send`
37702026-05-15T19:51:17.887Z --> dns-server/src/dns_server.rs:492:27
37712026-05-15T19:51:17.887Z |
37722026-05-15T19:51:17.888Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37732026-05-15T19:51:17.888Z | --------------- required by a bound in this function
37742026-05-15T19:51:17.888Z...
37752026-05-15T19:51:17.888Z492 | NameServers: Iterator<Item = &'a Record> + Send + 'a,
37762026-05-15T19:51:17.888Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
37772026-05-15T19:51:17.888Z
37782026-05-15T19:51:17.888Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
37792026-05-15T19:51:17.888Z --> dns-server/src/dns_server.rs:478:69
37802026-05-15T19:51:17.888Z |
37812026-05-15T19:51:17.888Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
37822026-05-15T19:51:17.888Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
37832026-05-15T19:51:17.888Z |
37842026-05-15T19:51:17.888Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
37852026-05-15T19:51:17.888Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
37862026-05-15T19:51:17.888Z |
37872026-05-15T19:51:17.888Z 78 | pub struct Record<R: RecordData = RData> {
37882026-05-15T19:51:17.888Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
37892026-05-15T19:51:17.888Z |
37902026-05-15T19:51:17.888Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
37912026-05-15T19:51:17.888Z |
37922026-05-15T19:51:17.888Z 77 | pub struct Record<R: RecordData = RData> {
37932026-05-15T19:51:17.888Z | ---------------------------------------- this is the found type
37942026-05-15T19:51:17.888Z = help: you can use `cargo tree` to explore your dependency tree
37952026-05-15T19:51:17.888Znote: required by a bound in `dns_server::encode_and_send`
37962026-05-15T19:51:17.888Z --> dns-server/src/dns_server.rs:493:19
37972026-05-15T19:51:17.888Z |
37982026-05-15T19:51:17.888Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
37992026-05-15T19:51:17.888Z | --------------- required by a bound in this function
38002026-05-15T19:51:17.888Z...
38012026-05-15T19:51:17.888Z493 | Soa: Iterator<Item = &'a Record> + Send + 'a,
38022026-05-15T19:51:17.888Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38032026-05-15T19:51:17.888Z
38042026-05-15T19:51:17.888Zerror[E0271]: expected `impl Iterator<Item = &Record> + Send` to be an iterator that yields `&Record`, but it yields `&Record`
38052026-05-15T19:51:17.888Z --> dns-server/src/dns_server.rs:478:69
38062026-05-15T19:51:17.888Z |
38072026-05-15T19:51:17.888Z478 | if let Err(error) = encode_and_send(request, mresp, "SERVFAIL").await {
38082026-05-15T19:51:17.888Z | ^^^^^ expected `hickory_proto::rr::Record`, found `Record`
38092026-05-15T19:51:17.888Z |
38102026-05-15T19:51:17.889Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38112026-05-15T19:51:17.889Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:78:1
38122026-05-15T19:51:17.889Z |
38132026-05-15T19:51:17.889Z 78 | pub struct Record<R: RecordData = RData> {
38142026-05-15T19:51:17.889Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
38152026-05-15T19:51:17.889Z |
38162026-05-15T19:51:17.889Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/resource.rs:77:1
38172026-05-15T19:51:17.889Z |
38182026-05-15T19:51:17.889Z 77 | pub struct Record<R: RecordData = RData> {
38192026-05-15T19:51:17.889Z | ---------------------------------------- this is the found type
38202026-05-15T19:51:17.889Z = help: you can use `cargo tree` to explore your dependency tree
38212026-05-15T19:51:17.889Znote: required by a bound in `dns_server::encode_and_send`
38222026-05-15T19:51:17.889Z --> dns-server/src/dns_server.rs:494:27
38232026-05-15T19:51:17.889Z |
38242026-05-15T19:51:17.889Z485 | fn encode_and_send<'a, Answers, NameServers, Soa, Additionals>(
38252026-05-15T19:51:17.889Z | --------------- required by a bound in this function
38262026-05-15T19:51:17.889Z...
38272026-05-15T19:51:17.893Z494 | Additionals: Iterator<Item = &'a Record> + Send + 'a,
38282026-05-15T19:51:17.893Z | ^^^^^^^^^^^^^^^^^ required by this bound in `encode_and_send`
38292026-05-15T19:51:17.893Z
38302026-05-15T19:51:17.893Zerror[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
38312026-05-15T19:51:17.893Z --> dns-server/src/dns_server.rs:500:14
38322026-05-15T19:51:17.893Z |
38332026-05-15T19:51:17.893Z499 | let _ = mresp
38342026-05-15T19:51:17.893Z | _________________-
38352026-05-15T19:51:17.893Z500 | | .destructive_emit(&mut enc)
38362026-05-15T19:51:17.893Z | | -^^^^^^^^^^^^^^^^ method cannot be called due to unsatisfied trait bounds
38372026-05-15T19:51:17.893Z | |_____________|
38382026-05-15T19:51:17.893Z |
38392026-05-15T19:51:17.893Z |
38402026-05-15T19:51:17.893Z = note: the following trait bounds were not satisfied:
38412026-05-15T19:51:17.893Z `<Answers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38422026-05-15T19:51:17.893Z `<NameServers as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38432026-05-15T19:51:17.893Z `<Soa as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38442026-05-15T19:51:17.893Z `<Additionals as std::iter::Iterator>::Item = &hickory_resolver::hickory_proto::rr::Record`
38452026-05-15T19:51:17.893Z
38462026-05-15T19:51:17.893Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
38472026-05-15T19:51:17.916Zerror[E0308]: mismatched types
38482026-05-15T19:51:17.916Z --> dns-server/src/dns_server.rs:229:35
38492026-05-15T19:51:17.917Z |
38502026-05-15T19:51:17.917Z229 | Ok(Record::from_rdata(name.clone(), 0, RData::A((*addr).into())))
38512026-05-15T19:51:17.917Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38522026-05-15T19:51:17.917Z | |
38532026-05-15T19:51:17.917Z | arguments to this function are incorrect
38542026-05-15T19:51:17.917Z |
38552026-05-15T19:51:17.917Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38562026-05-15T19:51:17.917Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38572026-05-15T19:51:17.917Z |
38582026-05-15T19:51:17.917Z 34 | pub struct Name {
38592026-05-15T19:51:17.917Z | ^^^^^^^^^^^^^^^ this is the expected type
38602026-05-15T19:51:17.917Z |
38612026-05-15T19:51:17.917Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38622026-05-15T19:51:17.917Z |
38632026-05-15T19:51:17.917Z 37 | pub struct Name {
38642026-05-15T19:51:17.917Z | --------------- this is the found type
38652026-05-15T19:51:17.917Z = help: you can use `cargo tree` to explore your dependency tree
38662026-05-15T19:51:17.917Znote: associated function defined here
38672026-05-15T19:51:17.917Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38682026-05-15T19:51:17.917Z |
38692026-05-15T19:51:17.917Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38702026-05-15T19:51:17.917Z | ^^^^^^^^^^
38712026-05-15T19:51:17.917Z
38722026-05-15T19:51:17.917Zerror[E0308]: mismatched types
38732026-05-15T19:51:17.917Z --> dns-server/src/dns_server.rs:233:35
38742026-05-15T19:51:17.917Z |
38752026-05-15T19:51:17.917Z233 | Ok(Record::from_rdata(name.clone(), 0, RData::AAAA((*addr).into())))
38762026-05-15T19:51:17.917Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
38772026-05-15T19:51:17.917Z | |
38782026-05-15T19:51:17.917Z | arguments to this function are incorrect
38792026-05-15T19:51:17.917Z |
38802026-05-15T19:51:17.917Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
38812026-05-15T19:51:17.917Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
38822026-05-15T19:51:17.917Z |
38832026-05-15T19:51:17.917Z 34 | pub struct Name {
38842026-05-15T19:51:17.917Z | ^^^^^^^^^^^^^^^ this is the expected type
38852026-05-15T19:51:17.918Z |
38862026-05-15T19:51:17.918Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
38872026-05-15T19:51:17.918Z |
38882026-05-15T19:51:17.918Z 37 | pub struct Name {
38892026-05-15T19:51:17.918Z | --------------- this is the found type
38902026-05-15T19:51:17.918Z = help: you can use `cargo tree` to explore your dependency tree
38912026-05-15T19:51:17.918Znote: associated function defined here
38922026-05-15T19:51:17.918Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
38932026-05-15T19:51:17.918Z |
38942026-05-15T19:51:17.918Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
38952026-05-15T19:51:17.918Z | ^^^^^^^^^^
38962026-05-15T19:51:17.918Z
38972026-05-15T19:51:17.922Zerror[E0308]: mismatched types
38982026-05-15T19:51:17.922Z --> dns-server/src/dns_server.rs:247:60
38992026-05-15T19:51:17.922Z |
39002026-05-15T19:51:17.922Z247 | RData::SRV(SRV::new(*prio, *weight, *port, tgt)),
39012026-05-15T19:51:17.922Z | -------- ^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39022026-05-15T19:51:17.922Z | |
39032026-05-15T19:51:17.922Z | arguments to this function are incorrect
39042026-05-15T19:51:17.922Z |
39052026-05-15T19:51:17.922Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39062026-05-15T19:51:17.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39072026-05-15T19:51:17.922Z |
39082026-05-15T19:51:17.922Z 34 | pub struct Name {
39092026-05-15T19:51:17.922Z | ^^^^^^^^^^^^^^^ this is the expected type
39102026-05-15T19:51:17.922Z |
39112026-05-15T19:51:17.922Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39122026-05-15T19:51:17.922Z |
39132026-05-15T19:51:17.922Z 37 | pub struct Name {
39142026-05-15T19:51:17.922Z | --------------- this is the found type
39152026-05-15T19:51:17.922Z = help: you can use `cargo tree` to explore your dependency tree
39162026-05-15T19:51:17.922Znote: associated function defined here
39172026-05-15T19:51:17.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/srv.rs:174:12
39182026-05-15T19:51:17.922Z |
39192026-05-15T19:51:17.922Z174 | pub fn new(priority: u16, weight: u16, port: u16, target: Name) -> Self {
39202026-05-15T19:51:17.922Z | ^^^
39212026-05-15T19:51:17.922Z
39222026-05-15T19:51:17.922Zerror[E0308]: mismatched types
39232026-05-15T19:51:17.922Z --> dns-server/src/dns_server.rs:245:17
39242026-05-15T19:51:17.922Z |
39252026-05-15T19:51:17.922Z244 | Ok(Record::from_rdata(
39262026-05-15T19:51:17.922Z | ------------------ arguments to this function are incorrect
39272026-05-15T19:51:17.922Z245 | name.clone(),
39282026-05-15T19:51:17.922Z | ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39292026-05-15T19:51:17.922Z |
39302026-05-15T19:51:17.922Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39312026-05-15T19:51:17.922Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39322026-05-15T19:51:17.922Z |
39332026-05-15T19:51:17.923Z 34 | pub struct Name {
39342026-05-15T19:51:17.923Z | ^^^^^^^^^^^^^^^ this is the expected type
39352026-05-15T19:51:17.923Z |
39362026-05-15T19:51:17.923Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39372026-05-15T19:51:17.923Z |
39382026-05-15T19:51:17.923Z 37 | pub struct Name {
39392026-05-15T19:51:17.923Z | --------------- this is the found type
39402026-05-15T19:51:17.923Z = help: you can use `cargo tree` to explore your dependency tree
39412026-05-15T19:51:17.923Znote: associated function defined here
39422026-05-15T19:51:17.923Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39432026-05-15T19:51:17.923Z |
39442026-05-15T19:51:17.923Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39452026-05-15T19:51:17.923Z | ^^^^^^^^^^
39462026-05-15T19:51:17.923Z
39472026-05-15T19:51:17.927Zerror[E0308]: mismatched types
39482026-05-15T19:51:17.927Z --> dns-server/src/dns_server.rs:259:65
39492026-05-15T19:51:17.927Z |
39502026-05-15T19:51:17.927Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39512026-05-15T19:51:17.927Z | -- ^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39522026-05-15T19:51:17.927Z | |
39532026-05-15T19:51:17.927Z | arguments to this struct are incorrect
39542026-05-15T19:51:17.927Z |
39552026-05-15T19:51:17.928Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39562026-05-15T19:51:17.928Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39572026-05-15T19:51:17.928Z |
39582026-05-15T19:51:17.928Z 34 | pub struct Name {
39592026-05-15T19:51:17.928Z | ^^^^^^^^^^^^^^^ this is the expected type
39602026-05-15T19:51:17.928Z |
39612026-05-15T19:51:17.928Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39622026-05-15T19:51:17.928Z |
39632026-05-15T19:51:17.928Z 37 | pub struct Name {
39642026-05-15T19:51:17.928Z | --------------- this is the found type
39652026-05-15T19:51:17.928Z = help: you can use `cargo tree` to explore your dependency tree
39662026-05-15T19:51:17.928Znote: tuple struct defined here
39672026-05-15T19:51:17.928Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/name.rs:98:13
39682026-05-15T19:51:17.928Z |
39692026-05-15T19:51:17.928Z 98 | name_rdata!(NS, RDataEncoding::StandardRecord);
39702026-05-15T19:51:17.928Z | ^^
39712026-05-15T19:51:17.928Z
39722026-05-15T19:51:17.928Zerror[E0308]: mismatched types
39732026-05-15T19:51:17.928Z --> dns-server/src/dns_server.rs:259:35
39742026-05-15T19:51:17.928Z |
39752026-05-15T19:51:17.928Z259 | Ok(Record::from_rdata(name.clone(), 0, RData::NS(NS(nsdname))))
39762026-05-15T19:51:17.928Z | ------------------ ^^^^^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
39772026-05-15T19:51:17.928Z | |
39782026-05-15T19:51:17.928Z | arguments to this function are incorrect
39792026-05-15T19:51:17.928Z |
39802026-05-15T19:51:17.928Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
39812026-05-15T19:51:17.928Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
39822026-05-15T19:51:17.928Z |
39832026-05-15T19:51:17.928Z 34 | pub struct Name {
39842026-05-15T19:51:17.928Z | ^^^^^^^^^^^^^^^ this is the expected type
39852026-05-15T19:51:17.928Z |
39862026-05-15T19:51:17.928Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
39872026-05-15T19:51:17.928Z |
39882026-05-15T19:51:17.928Z 37 | pub struct Name {
39892026-05-15T19:51:17.928Z | --------------- this is the found type
39902026-05-15T19:51:17.928Z = help: you can use `cargo tree` to explore your dependency tree
39912026-05-15T19:51:17.929Znote: associated function defined here
39922026-05-15T19:51:17.929Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
39932026-05-15T19:51:17.929Z |
39942026-05-15T19:51:17.929Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
39952026-05-15T19:51:17.929Z | ^^^^^^^^^^
39962026-05-15T19:51:17.929Z
39972026-05-15T19:51:17.954Zerror[E0308]: arguments to this function are incorrect
39982026-05-15T19:51:17.954Z --> dns-server/src/storage.rs:448:43
39992026-05-15T19:51:17.954Z |
40002026-05-15T19:51:17.954Z448 | hickory_proto::rr::RData::SOA(hickory_proto::rr::rdata::SOA::new(
40012026-05-15T19:51:17.954Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
40022026-05-15T19:51:17.954Z449 | preferred_nameserver,
40032026-05-15T19:51:17.954Z | -------------------- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40042026-05-15T19:51:17.954Z450 | rname,
40052026-05-15T19:51:17.954Z | ----- expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40062026-05-15T19:51:17.954Z |
40072026-05-15T19:51:17.954Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40082026-05-15T19:51:17.954Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40092026-05-15T19:51:17.954Z |
40102026-05-15T19:51:17.954Z 34 | pub struct Name {
40112026-05-15T19:51:17.954Z | ^^^^^^^^^^^^^^^ this is the expected type
40122026-05-15T19:51:17.954Z |
40132026-05-15T19:51:17.954Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40142026-05-15T19:51:17.954Z |
40152026-05-15T19:51:17.954Z 37 | pub struct Name {
40162026-05-15T19:51:17.954Z | --------------- this is the found type
40172026-05-15T19:51:17.954Z = help: you can use `cargo tree` to explore your dependency tree
40182026-05-15T19:51:17.954Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40192026-05-15T19:51:17.954Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40202026-05-15T19:51:17.954Z |
40212026-05-15T19:51:17.954Z 34 | pub struct Name {
40222026-05-15T19:51:17.954Z | ^^^^^^^^^^^^^^^ this is the expected type
40232026-05-15T19:51:17.954Z |
40242026-05-15T19:51:17.954Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40252026-05-15T19:51:17.954Z |
40262026-05-15T19:51:17.954Z 37 | pub struct Name {
40272026-05-15T19:51:17.954Z | --------------- this is the found type
40282026-05-15T19:51:17.954Z = help: you can use `cargo tree` to explore your dependency tree
40292026-05-15T19:51:17.954Znote: associated function defined here
40302026-05-15T19:51:17.954Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/rdata/soa.rs:154:12
40312026-05-15T19:51:17.954Z |
40322026-05-15T19:51:17.954Z154 | pub fn new(
40332026-05-15T19:51:17.955Z | ^^^
40342026-05-15T19:51:17.955Z
40352026-05-15T19:51:17.958Zerror[E0308]: mismatched types
40362026-05-15T19:51:17.958Z --> dns-server/src/storage.rs:446:13
40372026-05-15T19:51:17.958Z |
40382026-05-15T19:51:17.958Z445 | let record = hickory_proto::rr::Record::from_rdata(
40392026-05-15T19:51:17.958Z | ------------------------------------- arguments to this function are incorrect
40402026-05-15T19:51:17.958Z446 | soa_name,
40412026-05-15T19:51:17.958Z | ^^^^^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40422026-05-15T19:51:17.958Z |
40432026-05-15T19:51:17.958Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40442026-05-15T19:51:17.958Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40452026-05-15T19:51:17.958Z |
40462026-05-15T19:51:17.959Z 34 | pub struct Name {
40472026-05-15T19:51:17.959Z | ^^^^^^^^^^^^^^^ this is the expected type
40482026-05-15T19:51:17.959Z |
40492026-05-15T19:51:17.959Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40502026-05-15T19:51:17.959Z |
40512026-05-15T19:51:17.959Z 37 | pub struct Name {
40522026-05-15T19:51:17.959Z | --------------- this is the found type
40532026-05-15T19:51:17.959Z = help: you can use `cargo tree` to explore your dependency tree
40542026-05-15T19:51:17.959Znote: associated function defined here
40552026-05-15T19:51:17.959Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/record.rs:163:12
40562026-05-15T19:51:17.959Z |
40572026-05-15T19:51:17.959Z163 | pub fn from_rdata(name: Name, ttl: u32, rdata: R) -> Self {
40582026-05-15T19:51:17.959Z | ^^^^^^^^^^
40592026-05-15T19:51:17.959Z
40602026-05-15T19:51:17.976Zerror[E0308]: mismatched types
40612026-05-15T19:51:17.976Z --> dns-server/src/storage.rs:768:30
40622026-05-15T19:51:17.977Z |
40632026-05-15T19:51:17.977Z768 | self.query_raw(name, orig_name)
40642026-05-15T19:51:17.977Z | --------- ^^^^^^^^^ expected `hickory_resolver::Name`, found `hickory_proto::rr::Name`
40652026-05-15T19:51:17.977Z | |
40662026-05-15T19:51:17.977Z | arguments to this method are incorrect
40672026-05-15T19:51:17.977Z |
40682026-05-15T19:51:17.977Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40692026-05-15T19:51:17.977Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
40702026-05-15T19:51:17.977Z |
40712026-05-15T19:51:17.977Z 37 | pub struct Name {
40722026-05-15T19:51:17.977Z | ^^^^^^^^^^^^^^^ this is the expected type
40732026-05-15T19:51:17.977Z |
40742026-05-15T19:51:17.977Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40752026-05-15T19:51:17.977Z |
40762026-05-15T19:51:17.977Z 34 | pub struct Name {
40772026-05-15T19:51:17.977Z | --------------- this is the found type
40782026-05-15T19:51:17.977Z = help: you can use `cargo tree` to explore your dependency tree
40792026-05-15T19:51:17.977Znote: method defined here
40802026-05-15T19:51:17.977Z --> dns-server/src/storage.rs:780:8
40812026-05-15T19:51:17.977Z |
40822026-05-15T19:51:17.977Z780 | fn query_raw(
40832026-05-15T19:51:17.977Z | ^^^^^^^^^
40842026-05-15T19:51:17.977Z...
40852026-05-15T19:51:17.977Z783 | orig_name: &Name,
40862026-05-15T19:51:17.977Z | ----------------
40872026-05-15T19:51:17.977Z
40882026-05-15T19:51:17.981Zerror[E0308]: mismatched types
40892026-05-15T19:51:17.981Z --> dns-server/src/storage.rs:777:40
40902026-05-15T19:51:17.981Z |
40912026-05-15T19:51:17.981Z777 | self.query_raw(&LowerName::new(name), name)
40922026-05-15T19:51:17.981Z | -------------- ^^^^ expected `hickory_proto::rr::Name`, found `hickory_resolver::Name`
40932026-05-15T19:51:17.981Z | |
40942026-05-15T19:51:17.981Z | arguments to this function are incorrect
40952026-05-15T19:51:17.981Z |
40962026-05-15T19:51:17.981Znote: there are multiple different versions of crate `hickory_proto` in the dependency graph
40972026-05-15T19:51:17.981Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/domain/name.rs:34:1
40982026-05-15T19:51:17.981Z |
40992026-05-15T19:51:17.981Z 34 | pub struct Name {
41002026-05-15T19:51:17.981Z | ^^^^^^^^^^^^^^^ this is the expected type
41012026-05-15T19:51:17.981Z |
41022026-05-15T19:51:17.981Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/domain/name.rs:37:1
41032026-05-15T19:51:17.981Z |
41042026-05-15T19:51:17.981Z 37 | pub struct Name {
41052026-05-15T19:51:17.981Z | --------------- this is the found type
41062026-05-15T19:51:17.981Z = help: you can use `cargo tree` to explore your dependency tree
41072026-05-15T19:51:17.981Znote: associated function defined here
41082026-05-15T19:51:17.982Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:37:12
41092026-05-15T19:51:17.982Z |
41102026-05-15T19:51:17.982Z 37 | pub fn new(name: &Name) -> Self {
41112026-05-15T19:51:17.982Z | ^^^
41122026-05-15T19:51:17.982Z
41132026-05-15T19:51:17.985Zerror[E0277]: the trait bound `hickory_proto::rr::LowerName: std::convert::From<hickory_resolver::Name>` is not satisfied
41142026-05-15T19:51:17.985Z --> dns-server/src/storage.rs:791:33
41152026-05-15T19:51:17.985Z |
41162026-05-15T19:51:17.985Z791 | let zone_name = LowerName::from(Name::from_str(&z).unwrap());
41172026-05-15T19:51:17.985Z | ^^^^^^^^^ the trait `std::convert::From<hickory_resolver::Name>` is not implemented for `hickory_proto::rr::LowerName`
41182026-05-15T19:51:17.985Z |
41192026-05-15T19:51:17.985Zhelp: item with same name found
41202026-05-15T19:51:17.985Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.25.2/src/rr/lower_name.rs:28:1
41212026-05-15T19:51:17.985Z |
41222026-05-15T19:51:17.985Z 28 | pub struct LowerName(Name);
41232026-05-15T19:51:17.985Z | ^^^^^^^^^^^^^^^^^^^^
41242026-05-15T19:51:17.985Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41252026-05-15T19:51:17.985Zhelp: the following other types implement trait `std::convert::From<T>`
41262026-05-15T19:51:17.985Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hickory-proto-0.26.1/src/rr/lower_name.rs:240:1
41272026-05-15T19:51:17.985Z |
41282026-05-15T19:51:17.986Z240 | impl From<Name> for LowerName {
41292026-05-15T19:51:17.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<hickory_proto::rr::Name>`
41302026-05-15T19:51:17.986Z...
41312026-05-15T19:51:17.986Z246 | impl<'a> From<&'a Name> for LowerName {
41322026-05-15T19:51:17.986Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `hickory_proto::rr::LowerName` implements `std::convert::From<&hickory_proto::rr::Name>`
41332026-05-15T19:51:17.986Z = note: there are multiple different versions of crate `hickory_proto` in the dependency graph
41342026-05-15T19:51:17.986Z = help: you can use `cargo tree` to explore your dependency tree
41352026-05-15T19:51:17.986Z
41362026-05-15T19:51:18.042Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
41372026-05-15T19:51:18.169Z Compiling bit-vec v0.6.3
41382026-05-15T19:51:18.201ZSome errors have detailed explanations: E0271, E0277, E0308, E0599.
41392026-05-15T19:51:18.201ZFor more information about an error, try `rustc --explain E0271`.
41402026-05-15T19:51:18.208Z Compiling ascii-canvas v3.0.0
41412026-05-15T19:51:18.244Zerror: could not compile `dns-server` (lib) due to 60 previous errors
41422026-05-15T19:51:18.244Zwarning: build failed, waiting for other jobs to finish...
41432026-05-15T19:51:25.062ZError: failed: exit status: 101
41442026-05-15T19:51:25.065Z
41452026-05-15T19:51:25.065Zreal 1:15.752397443
41462026-05-15T19:51:25.065Zuser 6:06.535648282
41472026-05-15T19:51:25.065Zsys 1:55.219852600
41482026-05-15T19:51:25.065Ztrap 0.159379029
41492026-05-15T19:51:25.065Ztflt 0.115822378
41502026-05-15T19:51:25.065Zdflt 0.128230948
41512026-05-15T19:51:25.065Zkflt 0.002362061
41522026-05-15T19:51:25.065Zlock 17:05.500818305
41532026-05-15T19:51:25.065Zslp 15:22.316249366
41542026-05-15T19:51:25.065Zlat 51.029297860
41552026-05-15T19:51:25.065Zstop 5:29.688263942
41562026-05-15T19:51:25.065Zprocess exited: duration 215131 ms, exit code 1
 
41572026-05-15T19:51:25.072Zfound 0 output files